[
  {
    "size": 1,
    "k": 1,
    "win_mode": "at_least",
    "value_black_to_move": 1,
    "distance_plies": 1,
    "expanded_nodes": 1,
    "cache_entries": 1,
    "elapsed_sec": 3.4751000384858344e-05,
    "best_moves": [
      {
        "index": 0,
        "row": 0,
        "col": 0,
        "line_degree": 4
      }
    ],
    "max_line_degree": 4
  },
  {
    "size": 2,
    "k": 2,
    "win_mode": "at_least",
    "value_black_to_move": 1,
    "distance_plies": 3,
    "expanded_nodes": 4,
    "cache_entries": 4,
    "elapsed_sec": 0.0001405160001013428,
    "best_moves": [
      {
        "index": 0,
        "row": 0,
        "col": 0,
        "line_degree": 3
      },
      {
        "index": 1,
        "row": 0,
        "col": 1,
        "line_degree": 3
      },
      {
        "index": 2,
        "row": 1,
        "col": 0,
        "line_degree": 3
      },
      {
        "index": 3,
        "row": 1,
        "col": 1,
        "line_degree": 3
      }
    ],
    "max_line_degree": 3
  },
  {
    "size": 3,
    "k": 2,
    "win_mode": "at_least",
    "value_black_to_move": 1,
    "distance_plies": 3,
    "expanded_nodes": 63,
    "cache_entries": 63,
    "elapsed_sec": 0.0036516410000331234,
    "best_moves": [
      {
        "index": 4,
        "row": 1,
        "col": 1,
        "line_degree": 8
      },
      {
        "index": 1,
        "row": 0,
        "col": 1,
        "line_degree": 5
      },
      {
        "index": 3,
        "row": 1,
        "col": 0,
        "line_degree": 5
      },
      {
        "index": 5,
        "row": 1,
        "col": 2,
        "line_degree": 5
      },
      {
        "index": 7,
        "row": 2,
        "col": 1,
        "line_degree": 5
      },
      {
        "index": 0,
        "row": 0,
        "col": 0,
        "line_degree": 3
      },
      {
        "index": 2,
        "row": 0,
        "col": 2,
        "line_degree": 3
      },
      {
        "index": 6,
        "row": 2,
        "col": 0,
        "line_degree": 3
      },
      {
        "index": 8,
        "row": 2,
        "col": 2,
        "line_degree": 3
      }
    ],
    "max_line_degree": 8
  },
  {
    "size": 3,
    "k": 3,
    "win_mode": "at_least",
    "value_black_to_move": 0,
    "distance_plies": 9,
    "expanded_nodes": 630,
    "cache_entries": 630,
    "elapsed_sec": 0.05666768899982344,
    "best_moves": [
      {
        "index": 4,
        "row": 1,
        "col": 1,
        "line_degree": 4
      },
      {
        "index": 0,
        "row": 0,
        "col": 0,
        "line_degree": 3
      },
      {
        "index": 2,
        "row": 0,
        "col": 2,
        "line_degree": 3
      },
      {
        "index": 6,
        "row": 2,
        "col": 0,
        "line_degree": 3
      },
      {
        "index": 8,
        "row": 2,
        "col": 2,
        "line_degree": 3
      },
      {
        "index": 1,
        "row": 0,
        "col": 1,
        "line_degree": 2
      },
      {
        "index": 3,
        "row": 1,
        "col": 0,
        "line_degree": 2
      },
      {
        "index": 5,
        "row": 1,
        "col": 2,
        "line_degree": 2
      },
      {
        "index": 7,
        "row": 2,
        "col": 1,
        "line_degree": 2
      }
    ],
    "max_line_degree": 4
  }
]

Spreadsheet runtime warmup failed during python startup
Traceback (most recent call last):
  File "/tmp/tmp.yTcnQsZYiA/artifact_tool_v2-2.8.4/artifact_tool/patches/warm_spreadsheet_runtime_on_startup.py", line 26, in warm_spreadsheet_runtime_on_startup
  File "/tmp/tmp.yTcnQsZYiA/artifact_tool_v2-2.8.4/artifact_tool/spreadsheet_warmup.py", line 785, in warm_spreadsheet_runtime
  File "/tmp/tmp.yTcnQsZYiA/artifact_tool_v2-2.8.4/artifact_tool/spreadsheet_warmup.py", line 720, in _warm_feature_flows
  File "/tmp/tmp.yTcnQsZYiA/artifact_tool_v2-2.8.4/artifact_tool/spreadsheet_warmup.py", line 704, in _warm_collaboration_flows
  File "/tmp/tmp.yTcnQsZYiA/artifact_tool_v2-2.8.4/artifact_tool/generated/interface/models.py", line 30820, in hydrate_crdt_from_proto
  File "/tmp/tmp.yTcnQsZYiA/artifact_tool_v2-2.8.4/artifact_tool/rpc/remote.py", line 749, in __call__
  File "/tmp/tmp.yTcnQsZYiA/artifact_tool_v2-2.8.4/artifact_tool/rpc/client.py", line 150, in call
artifact_tool.rpc.client.RemoteError: hydrateCrdtFromProto requires an empty collaborative document.
