{
  "match_state": "finished",
  "territories": {
    "builder-one": {
      "class": "builder",
      "agent": "deepseek-builder",
      "state": "provisioning",
      "resources": 0,
      "last_health": null,
      "elimination_source": null,
      "elimination_detail": null,
      "competitor_state": "verifying",
      "milestones": {
        "service-up": {
          "evaluating": false,
          "passed": false,
          "points": 0,
          "evidence": null,
          "failure_category": "verification_failed",
          "failure_detail": "curl: (56) Recv failure: Connection reset by peer"
        }
      },
      "milestone_points": 0,
      "durable_at_ms": null
    },
    "builder-three": {
      "class": "builder",
      "agent": "glm-builder",
      "state": "provisioning",
      "resources": 0,
      "last_health": null,
      "elimination_source": null,
      "elimination_detail": null,
      "competitor_state": "verifying",
      "milestones": {
        "service-restart": {
          "evaluating": false,
          "passed": false,
          "points": 0,
          "evidence": null,
          "failure_category": "verification_failed",
          "failure_detail": "Connection closed by 127.0.0.1 port 26004"
        },
        "service-up": {
          "evaluating": false,
          "passed": true,
          "points": 10,
          "evidence": {
            "health": "ready"
          },
          "failure_category": null,
          "failure_detail": null
        },
        "write-read": {
          "evaluating": false,
          "passed": true,
          "points": 20,
          "evidence": {
            "record": "record-a2a50aec074cc039",
            "value": "opaque-59f3ee633b6751ed8d03acd2a1bb5067"
          },
          "failure_category": null,
          "failure_detail": null
        }
      },
      "milestone_points": 30,
      "durable_at_ms": null
    },
    "builder-two": {
      "class": "builder",
      "agent": "luna-builder",
      "state": "provisioning",
      "resources": 0,
      "last_health": null,
      "elimination_source": null,
      "elimination_detail": null,
      "competitor_state": "durable",
      "milestones": {
        "host-reboot": {
          "evaluating": false,
          "passed": true,
          "points": 40,
          "evidence": {
            "reboot": true,
            "record": "record-2b759ee53b7bb978",
            "value": "opaque-ae5d4089be0292e24892d80518511bcb"
          },
          "failure_category": null,
          "failure_detail": null
        },
        "service-restart": {
          "evaluating": false,
          "passed": true,
          "points": 30,
          "evidence": {
            "record": "record-2b759ee53b7bb978",
            "restart": true,
            "value": "opaque-ae5d4089be0292e24892d80518511bcb"
          },
          "failure_category": null,
          "failure_detail": null
        },
        "service-up": {
          "evaluating": false,
          "passed": true,
          "points": 10,
          "evidence": {
            "health": "ready"
          },
          "failure_category": null,
          "failure_detail": null
        },
        "write-read": {
          "evaluating": false,
          "passed": true,
          "points": 20,
          "evidence": {
            "record": "record-2b759ee53b7bb978",
            "value": "opaque-ae5d4089be0292e24892d80518511bcb"
          },
          "failure_category": null,
          "failure_detail": null
        }
      },
      "milestone_points": 100,
      "durable_at_ms": 44431
    }
  },
  "agents": {
    "deepseek-builder": {
      "territory": "builder-one",
      "model": "deepseek/deepseek-v4-flash-0731",
      "running": false,
      "successful": false,
      "failure_source": "player",
      "terminal_state": "failed",
      "terminal_detail": "Claux exited with status 0",
      "resource_units_used": 1,
      "input_tokens": 33545,
      "output_tokens": 2197,
      "cost_microusd": 1424
    },
    "glm-builder": {
      "territory": "builder-three",
      "model": "z-ai/glm-5.2",
      "running": false,
      "successful": true,
      "failure_source": "player",
      "terminal_state": "completed",
      "terminal_detail": "Now verify durability across restart:Service deployed and verified. Summary:\n\n- **App**: `/opt/builder/app.py` — a stdlib-only `http.server` implementation (no external deps, so it runs under the pinned Nix Python). Persists every record to `/var/lib/builder-app/records/<id>` via atomic `os.replace` + `fsync`.\n- **Endpoints**: `GET /health` → `200 ready`; `PUT /records/<id>` → `204`; `GET /records/<id>` → `200` with exact stored bytes (binary-safe).\n- **Durability**: restart-survival confirmed (records intact after `systemctl restart`). Service unit is `enabled` (`WantedBy=multi-user.target`, `Restart=always`), so it comes back on its own after host reboot; `/var/lib` lives on the persistent root filesystem so records survive reboot too.\n\nThe unit is active and running on port 8080.",
      "resource_units_used": 1,
      "input_tokens": 39732,
      "output_tokens": 2243,
      "cost_microusd": 17262
    },
    "luna-builder": {
      "territory": "builder-two",
      "model": "openai/gpt-5.6-luna",
      "running": false,
      "successful": null,
      "failure_source": "arena",
      "terminal_state": "interrupted",
      "terminal_detail": "agent session was interrupted by the referee's host reboot",
      "resource_units_used": 1,
      "input_tokens": 27669,
      "output_tokens": 2019,
      "cost_microusd": 2266
    }
  },
  "winner": "builder-two",
  "finish_reason": "first durable deployment",
  "infrastructure_failures": 0,
  "last_sequence": 139,
  "elapsed_ms": 44435
}