OpenAI Codex commited on
Commit ·
10f334c
1
Parent(s): 55e7d76
netlist_to_layout_v1: publish routerfix reduced-battery artifacts
Browse files- netlist_to_layout_v1/README.md +32 -1
- netlist_to_layout_v1/full_machine_eval.py +2 -0
- netlist_to_layout_v1/layout_v1/eval.py +3 -0
- netlist_to_layout_v1/layout_v1/router.py +169 -30
- netlist_to_layout_v1/runs/routerfix-20260310-summary/README.md +45 -0
- netlist_to_layout_v1/runs/routerfix-20260310-summary/router_regression_checks.txt +3 -0
- netlist_to_layout_v1/runs/routerfix-baseline-normal384-rbm0e2t3/best_full_eval.json +828 -0
- netlist_to_layout_v1/runs/routerfix-baseline-normal384-rbm0e2t3/full_eval_metrics.jsonl +1 -0
- netlist_to_layout_v1/runs/routerfix-baseline-normal384-rbm0e2t3/full_machine_eval_state.json +846 -0
- netlist_to_layout_v1/runs/routerfix-baseline-normal384-rbm0e2t3/launcher.log +166 -0
- netlist_to_layout_v1/runs/routerfix-baseline-normal384-rbm0e2t3/posttrain_full_eval_tmp/step-008000/shard_00.json +1147 -0
- netlist_to_layout_v1/runs/routerfix-baseline-normal384-rbm0e2t3/posttrain_full_eval_tmp/step-008000/shard_00.log +20 -0
- netlist_to_layout_v1/runs/routerfix-baseline-normal384-rbm0e2t3/posttrain_full_eval_tmp/step-008000/shard_00.progress.json +36 -0
- netlist_to_layout_v1/runs/routerfix-baseline-normal384-rbm0e2t3/posttrain_full_eval_tmp/step-008000/shard_01.json +1160 -0
- netlist_to_layout_v1/runs/routerfix-baseline-normal384-rbm0e2t3/posttrain_full_eval_tmp/step-008000/shard_01.log +20 -0
- netlist_to_layout_v1/runs/routerfix-baseline-normal384-rbm0e2t3/posttrain_full_eval_tmp/step-008000/shard_01.progress.json +36 -0
- netlist_to_layout_v1/runs/routerfix-baseline-normal384-rbm0e2t3/posttrain_full_eval_tmp/step-008000/shard_02.json +1147 -0
- netlist_to_layout_v1/runs/routerfix-baseline-normal384-rbm0e2t3/posttrain_full_eval_tmp/step-008000/shard_02.log +20 -0
- netlist_to_layout_v1/runs/routerfix-baseline-normal384-rbm0e2t3/posttrain_full_eval_tmp/step-008000/shard_02.progress.json +36 -0
- netlist_to_layout_v1/runs/routerfix-baseline-normal384-rbm0e2t3/posttrain_full_eval_tmp/step-008000/shard_03.json +1145 -0
- netlist_to_layout_v1/runs/routerfix-baseline-normal384-rbm0e2t3/posttrain_full_eval_tmp/step-008000/shard_03.log +20 -0
- netlist_to_layout_v1/runs/routerfix-baseline-normal384-rbm0e2t3/posttrain_full_eval_tmp/step-008000/shard_03.progress.json +36 -0
- netlist_to_layout_v1/runs/routerfix-baseline-oracle-layout384-rbm0e2t3/best_full_eval.json +756 -0
- netlist_to_layout_v1/runs/routerfix-baseline-oracle-layout384-rbm0e2t3/full_eval_metrics.jsonl +1 -0
- netlist_to_layout_v1/runs/routerfix-baseline-oracle-layout384-rbm0e2t3/full_machine_eval_state.json +768 -0
- netlist_to_layout_v1/runs/routerfix-baseline-oracle-layout384-rbm0e2t3/launcher.log +6 -0
- netlist_to_layout_v1/runs/routerfix-baseline-oracle-layout384-rbm0e2t3/posttrain_full_eval_tmp/step-008000/shard_00.json +842 -0
- netlist_to_layout_v1/runs/routerfix-baseline-oracle-layout384-rbm0e2t3/posttrain_full_eval_tmp/step-008000/shard_00.log +54 -0
- netlist_to_layout_v1/runs/routerfix-baseline-oracle-layout384-rbm0e2t3/posttrain_full_eval_tmp/step-008000/shard_00.progress.json +34 -0
- netlist_to_layout_v1/runs/routerfix-patched-normal384-rbm0e2t3/full_machine_eval_state.json +136 -0
- netlist_to_layout_v1/runs/routerfix-patched-normal384-rbm0e2t3/launcher.log +83 -0
- netlist_to_layout_v1/runs/routerfix-patched-normal384-rbm0e2t3/posttrain_full_eval_tmp/step-008000/shard_00.log +13 -0
- netlist_to_layout_v1/runs/routerfix-patched-normal384-rbm0e2t3/posttrain_full_eval_tmp/step-008000/shard_00.progress.json +44 -0
- netlist_to_layout_v1/runs/routerfix-patched-normal384-rbm0e2t3/posttrain_full_eval_tmp/step-008000/shard_01.log +13 -0
- netlist_to_layout_v1/runs/routerfix-patched-normal384-rbm0e2t3/posttrain_full_eval_tmp/step-008000/shard_01.progress.json +43 -0
- netlist_to_layout_v1/runs/routerfix-patched-oracle-candidate384-rbm0e2t3/full_machine_eval_state.json +91 -0
- netlist_to_layout_v1/runs/routerfix-patched-oracle-candidate384-rbm0e2t3/launcher.log +56 -0
- netlist_to_layout_v1/runs/routerfix-patched-oracle-candidate384-rbm0e2t3/posttrain_full_eval_tmp/step-008000/shard_00.log +10 -0
- netlist_to_layout_v1/runs/routerfix-patched-oracle-candidate384-rbm0e2t3/posttrain_full_eval_tmp/step-008000/shard_00.progress.json +44 -0
- netlist_to_layout_v1/runs/routerfix-patched-oracle-layout384-rbm0e2t3/best_full_eval.json +770 -0
- netlist_to_layout_v1/runs/routerfix-patched-oracle-layout384-rbm0e2t3/full_eval_metrics.jsonl +1 -0
- netlist_to_layout_v1/runs/routerfix-patched-oracle-layout384-rbm0e2t3/full_machine_eval_state.json +782 -0
- netlist_to_layout_v1/runs/routerfix-patched-oracle-layout384-rbm0e2t3/launcher.log +6 -0
- netlist_to_layout_v1/runs/routerfix-patched-oracle-layout384-rbm0e2t3/posttrain_full_eval_tmp/step-008000/shard_00.json +950 -0
- netlist_to_layout_v1/runs/routerfix-patched-oracle-layout384-rbm0e2t3/posttrain_full_eval_tmp/step-008000/shard_00.log +54 -0
- netlist_to_layout_v1/runs/routerfix-patched-oracle-layout384-rbm0e2t3/posttrain_full_eval_tmp/step-008000/shard_00.progress.json +36 -0
- netlist_to_layout_v1/scripts/launch_train_detached.sh +11 -7
- netlist_to_layout_v1/scripts/router_regression_checks.py +107 -0
netlist_to_layout_v1/README.md
CHANGED
|
@@ -36,10 +36,15 @@ PYTHONPATH=. torchrun --standalone --nproc_per_node=4 train.py --run-name v1-ful
|
|
| 36 |
Detached training:
|
| 37 |
|
| 38 |
```bash
|
| 39 |
-
bash scripts/launch_train_detached.sh v1-full
|
| 40 |
bash scripts/monitor_training.sh v1-full
|
| 41 |
```
|
| 42 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 43 |
Async 3-train / 1-eval launch from an existing checkpoint:
|
| 44 |
|
| 45 |
```bash
|
|
@@ -70,3 +75,29 @@ The restart-oriented reproduction snapshot for the repaired-overlay rerun is pub
|
|
| 70 |
- `repro_snapshots/netlist_to_layout_v1_overlay_exact_3train1eval_914val_8000steps_fullmachine_posteval_2026-03-08`
|
| 71 |
|
| 72 |
Use that directory when you want the exact code snapshot, exact restart cache, exact repaired-overlay source-root hashes, and the run recipe needed to reproduce or resume the cleaned 8k rerun on another machine.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 36 |
Detached training:
|
| 37 |
|
| 38 |
```bash
|
| 39 |
+
MAX_STEPS=16000 bash scripts/launch_train_detached.sh v1-full
|
| 40 |
bash scripts/monitor_training.sh v1-full
|
| 41 |
```
|
| 42 |
|
| 43 |
+
`scripts/launch_train_detached.sh` now defaults to the repaired overlay at
|
| 44 |
+
`derived/cgdsl/20260307-081439-fix-open-netlistify-ams-overlay` and the exact cache at
|
| 45 |
+
`netlist_to_layout_v1/cache_overlay_20260307_exact`, matching the async launcher and handoff script.
|
| 46 |
+
Pass `MAX_STEPS` explicitly for resumes instead of relying on launcher or config defaults.
|
| 47 |
+
|
| 48 |
Async 3-train / 1-eval launch from an existing checkpoint:
|
| 49 |
|
| 50 |
```bash
|
|
|
|
| 75 |
- `repro_snapshots/netlist_to_layout_v1_overlay_exact_3train1eval_914val_8000steps_fullmachine_posteval_2026-03-08`
|
| 76 |
|
| 77 |
Use that directory when you want the exact code snapshot, exact restart cache, exact repaired-overlay source-root hashes, and the run recipe needed to reproduce or resume the cleaned 8k rerun on another machine.
|
| 78 |
+
|
| 79 |
+
## 2026-03-10 routerfix reduced battery
|
| 80 |
+
|
| 81 |
+
The reduced 384-sample routerfix A/B on the stage-B step-8000 checkpoint is published under:
|
| 82 |
+
|
| 83 |
+
- `netlist_to_layout_v1/runs/routerfix-baseline-normal384-rbm0e2t3`
|
| 84 |
+
- `netlist_to_layout_v1/runs/routerfix-baseline-oracle-layout384-rbm0e2t3`
|
| 85 |
+
- `netlist_to_layout_v1/runs/routerfix-patched-oracle-layout384-rbm0e2t3`
|
| 86 |
+
- `netlist_to_layout_v1/runs/routerfix-20260310-summary`
|
| 87 |
+
|
| 88 |
+
Authoritative reduced-battery results:
|
| 89 |
+
|
| 90 |
+
- Clean `normal384`: `39 / 384` accepted, `250` `router_fail`, `95` `cp_sat_fail`
|
| 91 |
+
- Clean `oracle_layout384`: `30 / 384` accepted, `354` `router_fail`
|
| 92 |
+
- Patched `oracle_layout384`: `24 / 384` accepted, `359` `router_fail`, `1` `verify_fail`
|
| 93 |
+
|
| 94 |
+
This failed the promotion gate. The router patch regressed oracle-layout, so the `914` sweep was not run and no further training should be launched from this pass.
|
| 95 |
+
|
| 96 |
+
The next work item is representational, not more router heuristics: explicit non-connecting crossovers / bridge semantics or another routing layer.
|
| 97 |
+
|
| 98 |
+
Two exploratory patched reduced runs were started and then stopped after the negative oracle-layout result:
|
| 99 |
+
|
| 100 |
+
- `netlist_to_layout_v1/runs/routerfix-patched-normal384-rbm0e2t3`
|
| 101 |
+
- `netlist_to_layout_v1/runs/routerfix-patched-oracle-candidate384-rbm0e2t3`
|
| 102 |
+
|
| 103 |
+
Their logs and partial state files are kept for completeness, but they are not authoritative for promotion decisions.
|
netlist_to_layout_v1/full_machine_eval.py
CHANGED
|
@@ -123,6 +123,7 @@ def merge_aggregate_metrics(items: list[dict[str, Any]]) -> dict[str, Any]:
|
|
| 123 |
overlap_count = sum(int(item.get("overlap_count", 0)) for item in items)
|
| 124 |
overlap_pairs_total = sum(int(item.get("overlap_pairs_total", 0)) for item in items)
|
| 125 |
crossings_total = sum(float(item.get("crossings_total", 0.0)) for item in items)
|
|
|
|
| 126 |
bends_total = sum(float(item.get("bends_total", 0.0)) for item in items)
|
| 127 |
wire_length_total = sum(float(item.get("wire_length_total", 0.0)) for item in items)
|
| 128 |
canvas_area_total = sum(float(item.get("canvas_area_total", 0.0)) for item in items)
|
|
@@ -154,6 +155,7 @@ def merge_aggregate_metrics(items: list[dict[str, Any]]) -> dict[str, Any]:
|
|
| 154 |
"micro_topology_exact_match_rate": accepted / max(1, total),
|
| 155 |
"topology_exact_match_rate": accepted / max(1, total),
|
| 156 |
"placement_overlap_rate": placement_overlap_rate,
|
|
|
|
| 157 |
"mean_crossings": mean_crossings,
|
| 158 |
"mean_bends": mean_bends,
|
| 159 |
"mean_manhattan_wire_length": mean_wire_length,
|
|
|
|
| 123 |
overlap_count = sum(int(item.get("overlap_count", 0)) for item in items)
|
| 124 |
overlap_pairs_total = sum(int(item.get("overlap_pairs_total", 0)) for item in items)
|
| 125 |
crossings_total = sum(float(item.get("crossings_total", 0.0)) for item in items)
|
| 126 |
+
crossings_metric_values = {str(item["crossings_metric"]) for item in items if item.get("crossings_metric")}
|
| 127 |
bends_total = sum(float(item.get("bends_total", 0.0)) for item in items)
|
| 128 |
wire_length_total = sum(float(item.get("wire_length_total", 0.0)) for item in items)
|
| 129 |
canvas_area_total = sum(float(item.get("canvas_area_total", 0.0)) for item in items)
|
|
|
|
| 155 |
"micro_topology_exact_match_rate": accepted / max(1, total),
|
| 156 |
"topology_exact_match_rate": accepted / max(1, total),
|
| 157 |
"placement_overlap_rate": placement_overlap_rate,
|
| 158 |
+
"crossings_metric": crossings_metric_values.pop() if len(crossings_metric_values) == 1 else None,
|
| 159 |
"mean_crossings": mean_crossings,
|
| 160 |
"mean_bends": mean_bends,
|
| 161 |
"mean_manhattan_wire_length": mean_wire_length,
|
netlist_to_layout_v1/layout_v1/eval.py
CHANGED
|
@@ -538,6 +538,7 @@ def predict_sample(
|
|
| 538 |
if metrics:
|
| 539 |
attempt_debug["route_metrics"] = {
|
| 540 |
"overlap_pairs": metrics.get("overlap_pairs"),
|
|
|
|
| 541 |
"bends": metrics.get("bends"),
|
| 542 |
"wire_length": metrics.get("wire_length"),
|
| 543 |
"canvas_area_used": metrics.get("canvas_area_used"),
|
|
@@ -588,6 +589,7 @@ def _aggregate_predictions(
|
|
| 588 |
total = len(normalized_predictions)
|
| 589 |
accepted_predictions = [prediction for prediction in normalized_predictions if prediction.get("status") == "accepted" and prediction.get("metrics") is not None]
|
| 590 |
metrics = [prediction["metrics"] for prediction in accepted_predictions]
|
|
|
|
| 591 |
status_counts = Counter(str(prediction.get("status", "missing_result")) for prediction in normalized_predictions)
|
| 592 |
failure_reason_counts = {status: count for status, count in status_counts.items() if status != "accepted"}
|
| 593 |
diagnostic_counts = Counter()
|
|
@@ -641,6 +643,7 @@ def _aggregate_predictions(
|
|
| 641 |
"micro_topology_exact_match_rate": len(accepted_predictions) / max(1, total),
|
| 642 |
"topology_exact_match_rate": len(accepted_predictions) / max(1, total),
|
| 643 |
"placement_overlap_rate": placement_overlap_rate,
|
|
|
|
| 644 |
"mean_crossings": mean_crossings,
|
| 645 |
"mean_bends": mean_bends,
|
| 646 |
"mean_manhattan_wire_length": mean_wire_length,
|
|
|
|
| 538 |
if metrics:
|
| 539 |
attempt_debug["route_metrics"] = {
|
| 540 |
"overlap_pairs": metrics.get("overlap_pairs"),
|
| 541 |
+
"crossings": metrics.get("crossings"),
|
| 542 |
"bends": metrics.get("bends"),
|
| 543 |
"wire_length": metrics.get("wire_length"),
|
| 544 |
"canvas_area_used": metrics.get("canvas_area_used"),
|
|
|
|
| 589 |
total = len(normalized_predictions)
|
| 590 |
accepted_predictions = [prediction for prediction in normalized_predictions if prediction.get("status") == "accepted" and prediction.get("metrics") is not None]
|
| 591 |
metrics = [prediction["metrics"] for prediction in accepted_predictions]
|
| 592 |
+
crossings_metric_values = {str(item["crossings_metric"]) for item in metrics if item.get("crossings_metric")}
|
| 593 |
status_counts = Counter(str(prediction.get("status", "missing_result")) for prediction in normalized_predictions)
|
| 594 |
failure_reason_counts = {status: count for status, count in status_counts.items() if status != "accepted"}
|
| 595 |
diagnostic_counts = Counter()
|
|
|
|
| 643 |
"micro_topology_exact_match_rate": len(accepted_predictions) / max(1, total),
|
| 644 |
"topology_exact_match_rate": len(accepted_predictions) / max(1, total),
|
| 645 |
"placement_overlap_rate": placement_overlap_rate,
|
| 646 |
+
"crossings_metric": crossings_metric_values.pop() if len(crossings_metric_values) == 1 else None,
|
| 647 |
"mean_crossings": mean_crossings,
|
| 648 |
"mean_bends": mean_bends,
|
| 649 |
"mean_manhattan_wire_length": mean_wire_length,
|
netlist_to_layout_v1/layout_v1/router.py
CHANGED
|
@@ -80,6 +80,42 @@ def _astar(
|
|
| 80 |
return None
|
| 81 |
|
| 82 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 83 |
def _extend_pin_escape_corridor(
|
| 84 |
*,
|
| 85 |
blocked_cells: set[tuple[int, int]],
|
|
@@ -90,26 +126,51 @@ def _extend_pin_escape_corridor(
|
|
| 90 |
pin_escape_cells: int,
|
| 91 |
) -> None:
|
| 92 |
left, top, right, bottom = reserve_box
|
| 93 |
-
|
| 94 |
-
|
| 95 |
-
|
| 96 |
-
|
| 97 |
-
|
| 98 |
-
|
| 99 |
-
|
| 100 |
-
|
| 101 |
-
|
| 102 |
-
|
| 103 |
-
|
| 104 |
-
|
| 105 |
-
|
| 106 |
-
|
| 107 |
-
|
| 108 |
-
|
| 109 |
-
|
| 110 |
-
|
| 111 |
-
|
| 112 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 113 |
|
| 114 |
|
| 115 |
def _net_sort_key(net: dict[str, Any]) -> tuple[int, int, str]:
|
|
@@ -174,6 +235,84 @@ def _route_initial_trunk(
|
|
| 174 |
return tree_cells, remaining, [{"nid": net["nid"], "polyline": polyline}]
|
| 175 |
|
| 176 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 177 |
def route_layout(
|
| 178 |
sample: dict[str, Any],
|
| 179 |
placements: list[dict[str, Any]],
|
|
@@ -250,16 +389,13 @@ def route_layout(
|
|
| 250 |
tree_cells, remaining, trunk_segments = trunk
|
| 251 |
net_segments.extend(trunk_segments)
|
| 252 |
while remaining:
|
| 253 |
-
best_pin = None
|
| 254 |
-
best_distance = None
|
| 255 |
-
for pin in remaining:
|
| 256 |
-
distance = min(abs(pin[0] - cell[0]) + abs(pin[1] - cell[1]) for cell in tree_cells)
|
| 257 |
-
if best_distance is None or distance < best_distance:
|
| 258 |
-
best_distance = distance
|
| 259 |
-
best_pin = pin
|
| 260 |
-
assert best_pin is not None
|
| 261 |
blocked = _blocked_for_net(occupancy=occupancy, blocked_cells=blocked_cells, current_nid=net["nid"], pins=pins)
|
| 262 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 263 |
if path is None:
|
| 264 |
return (
|
| 265 |
"router_fail",
|
|
@@ -276,8 +412,10 @@ def route_layout(
|
|
| 276 |
"pin_escape_cells": int(pin_escape_cells),
|
| 277 |
"trunk_first_used": trunk_first_used,
|
| 278 |
"trunk_first_min_degree": int(trunk_first_min_degree),
|
|
|
|
| 279 |
},
|
| 280 |
)
|
|
|
|
| 281 |
polyline = _compress_polyline(path)
|
| 282 |
net_segments.append({"nid": net["nid"], "polyline": polyline})
|
| 283 |
for cell in path:
|
|
@@ -429,7 +567,8 @@ def evaluate_routed_layout(
|
|
| 429 |
return {
|
| 430 |
"overlap_pairs": overlap_pairs,
|
| 431 |
"has_overlap": overlap_pairs > 0,
|
| 432 |
-
"crossings":
|
|
|
|
| 433 |
"bends": bends,
|
| 434 |
"wire_length": wire_length,
|
| 435 |
"canvas_area_used": canvas_area_used,
|
|
|
|
| 80 |
return None
|
| 81 |
|
| 82 |
|
| 83 |
+
def _clear_straight_line(
|
| 84 |
+
blocked_cells: set[tuple[int, int]],
|
| 85 |
+
start: tuple[int, int],
|
| 86 |
+
end: tuple[int, int],
|
| 87 |
+
) -> None:
|
| 88 |
+
if start[0] == end[0]:
|
| 89 |
+
step = 1 if end[1] >= start[1] else -1
|
| 90 |
+
for y in range(start[1], end[1] + step, step):
|
| 91 |
+
blocked_cells.discard((start[0], y))
|
| 92 |
+
return
|
| 93 |
+
if start[1] == end[1]:
|
| 94 |
+
step = 1 if end[0] >= start[0] else -1
|
| 95 |
+
for x in range(start[0], end[0] + step, step):
|
| 96 |
+
blocked_cells.discard((x, start[1]))
|
| 97 |
+
return
|
| 98 |
+
raise ValueError(f"Expected orthogonal segment, got {start} -> {end}")
|
| 99 |
+
|
| 100 |
+
|
| 101 |
+
def _carve_exit_tee(
|
| 102 |
+
*,
|
| 103 |
+
blocked_cells: set[tuple[int, int]],
|
| 104 |
+
exit_cell: tuple[int, int],
|
| 105 |
+
vertical: bool,
|
| 106 |
+
) -> None:
|
| 107 |
+
if vertical:
|
| 108 |
+
for delta in (-1, 0, 1):
|
| 109 |
+
y = exit_cell[1] + delta
|
| 110 |
+
if 0 <= y < GRID_SIZE:
|
| 111 |
+
blocked_cells.discard((exit_cell[0], y))
|
| 112 |
+
return
|
| 113 |
+
for delta in (-1, 0, 1):
|
| 114 |
+
x = exit_cell[0] + delta
|
| 115 |
+
if 0 <= x < GRID_SIZE:
|
| 116 |
+
blocked_cells.discard((x, exit_cell[1]))
|
| 117 |
+
|
| 118 |
+
|
| 119 |
def _extend_pin_escape_corridor(
|
| 120 |
*,
|
| 121 |
blocked_cells: set[tuple[int, int]],
|
|
|
|
| 126 |
pin_escape_cells: int,
|
| 127 |
) -> None:
|
| 128 |
left, top, right, bottom = reserve_box
|
| 129 |
+
escape = max(0, pin_escape_cells)
|
| 130 |
+
side_specs = {
|
| 131 |
+
"left": {
|
| 132 |
+
"distance": abs(pin[0] - left),
|
| 133 |
+
"endpoint": (max(0, left - escape), pin[1]),
|
| 134 |
+
"exit_cell": (max(0, left - 1), pin[1]),
|
| 135 |
+
"tee_vertical": True,
|
| 136 |
+
"axis": "horizontal",
|
| 137 |
+
},
|
| 138 |
+
"right": {
|
| 139 |
+
"distance": abs(right - pin[0]),
|
| 140 |
+
"endpoint": (min(GRID_SIZE - 1, right + escape), pin[1]),
|
| 141 |
+
"exit_cell": (min(GRID_SIZE - 1, right + 1), pin[1]),
|
| 142 |
+
"tee_vertical": True,
|
| 143 |
+
"axis": "horizontal",
|
| 144 |
+
},
|
| 145 |
+
"top": {
|
| 146 |
+
"distance": abs(pin[1] - top),
|
| 147 |
+
"endpoint": (pin[0], max(0, top - escape)),
|
| 148 |
+
"exit_cell": (pin[0], max(0, top - 1)),
|
| 149 |
+
"tee_vertical": False,
|
| 150 |
+
"axis": "vertical",
|
| 151 |
+
},
|
| 152 |
+
"bottom": {
|
| 153 |
+
"distance": abs(bottom - pin[1]),
|
| 154 |
+
"endpoint": (pin[0], min(GRID_SIZE - 1, bottom + escape)),
|
| 155 |
+
"exit_cell": (pin[0], min(GRID_SIZE - 1, bottom + 1)),
|
| 156 |
+
"tee_vertical": False,
|
| 157 |
+
"axis": "vertical",
|
| 158 |
+
},
|
| 159 |
+
}
|
| 160 |
+
nearest_distance = min(int(spec["distance"]) for spec in side_specs.values())
|
| 161 |
+
nearest_sides = [name for name, spec in side_specs.items() if int(spec["distance"]) == nearest_distance]
|
| 162 |
+
has_corner_tie = any(side_specs[name]["axis"] == "horizontal" for name in nearest_sides) and any(
|
| 163 |
+
side_specs[name]["axis"] == "vertical" for name in nearest_sides
|
| 164 |
+
)
|
| 165 |
+
for side in nearest_sides:
|
| 166 |
+
spec = side_specs[side]
|
| 167 |
+
_clear_straight_line(blocked_cells, pin, spec["endpoint"])
|
| 168 |
+
if has_corner_tie:
|
| 169 |
+
_carve_exit_tee(
|
| 170 |
+
blocked_cells=blocked_cells,
|
| 171 |
+
exit_cell=spec["exit_cell"],
|
| 172 |
+
vertical=bool(spec["tee_vertical"]),
|
| 173 |
+
)
|
| 174 |
|
| 175 |
|
| 176 |
def _net_sort_key(net: dict[str, Any]) -> tuple[int, int, str]:
|
|
|
|
| 235 |
return tree_cells, remaining, [{"nid": net["nid"], "polyline": polyline}]
|
| 236 |
|
| 237 |
|
| 238 |
+
def _tree_manhattan_distance(pin: tuple[int, int], tree_cells: set[tuple[int, int]]) -> int:
|
| 239 |
+
return min(abs(pin[0] - cell[0]) + abs(pin[1] - cell[1]) for cell in tree_cells)
|
| 240 |
+
|
| 241 |
+
|
| 242 |
+
def _select_attach_candidate(
|
| 243 |
+
*,
|
| 244 |
+
remaining: set[tuple[int, int]],
|
| 245 |
+
tree_cells: set[tuple[int, int]],
|
| 246 |
+
blocked: set[tuple[int, int]],
|
| 247 |
+
allowed: set[tuple[int, int]],
|
| 248 |
+
) -> tuple[tuple[int, int] | None, list[tuple[int, int]] | None, dict[str, Any]]:
|
| 249 |
+
ordered_candidates = sorted(
|
| 250 |
+
((_tree_manhattan_distance(pin, tree_cells), pin) for pin in remaining),
|
| 251 |
+
key=lambda item: (item[0], item[1][0], item[1][1]),
|
| 252 |
+
)
|
| 253 |
+
attempted_attach_pins: list[list[int]] = []
|
| 254 |
+
successful_attach_candidates: list[dict[str, Any]] = []
|
| 255 |
+
best_pin: tuple[int, int] | None = None
|
| 256 |
+
best_path: list[tuple[int, int]] | None = None
|
| 257 |
+
best_path_length: int | None = None
|
| 258 |
+
best_manhattan_distance = ordered_candidates[0][0] if ordered_candidates else None
|
| 259 |
+
|
| 260 |
+
for manhattan_distance, pin in ordered_candidates:
|
| 261 |
+
if best_path_length is not None and manhattan_distance > best_path_length:
|
| 262 |
+
break
|
| 263 |
+
attempted_attach_pins.append([pin[0], pin[1]])
|
| 264 |
+
path = _astar(pin, tree_cells, blocked=blocked, allowed=allowed)
|
| 265 |
+
if path is None:
|
| 266 |
+
continue
|
| 267 |
+
path_length = max(0, len(path) - 1)
|
| 268 |
+
successful_attach_candidates.append(
|
| 269 |
+
{
|
| 270 |
+
"pin": [pin[0], pin[1]],
|
| 271 |
+
"manhattan_distance": manhattan_distance,
|
| 272 |
+
"path_length": path_length,
|
| 273 |
+
}
|
| 274 |
+
)
|
| 275 |
+
if (
|
| 276 |
+
best_path is None
|
| 277 |
+
or path_length < best_path_length
|
| 278 |
+
or (path_length == best_path_length and manhattan_distance < best_manhattan_distance)
|
| 279 |
+
or (
|
| 280 |
+
path_length == best_path_length
|
| 281 |
+
and manhattan_distance == best_manhattan_distance
|
| 282 |
+
and pin < best_pin
|
| 283 |
+
)
|
| 284 |
+
):
|
| 285 |
+
best_pin = pin
|
| 286 |
+
best_path = path
|
| 287 |
+
best_path_length = path_length
|
| 288 |
+
best_manhattan_distance = manhattan_distance
|
| 289 |
+
|
| 290 |
+
return best_pin, best_path, {
|
| 291 |
+
"attempted_attach_pins": attempted_attach_pins,
|
| 292 |
+
"successful_attach_candidates": successful_attach_candidates,
|
| 293 |
+
"best_attach_manhattan_distance": best_manhattan_distance,
|
| 294 |
+
"best_attach_path_length": best_path_length,
|
| 295 |
+
"remaining_pin_count": len(remaining),
|
| 296 |
+
}
|
| 297 |
+
|
| 298 |
+
|
| 299 |
+
def _count_cross_net_cell_overlaps(routed_wires: list[dict[str, Any]]) -> int:
|
| 300 |
+
occupancy: dict[tuple[int, int], set[str]] = defaultdict(set)
|
| 301 |
+
for wire in routed_wires:
|
| 302 |
+
nid = str(wire["nid"])
|
| 303 |
+
polyline = [tuple(point) for point in wire["polyline"]]
|
| 304 |
+
for start, end in zip(polyline[:-1], polyline[1:]):
|
| 305 |
+
if start[0] == end[0]:
|
| 306 |
+
step = 1 if end[1] >= start[1] else -1
|
| 307 |
+
for y in range(start[1], end[1] + step, step):
|
| 308 |
+
occupancy[(start[0], y)].add(nid)
|
| 309 |
+
elif start[1] == end[1]:
|
| 310 |
+
step = 1 if end[0] >= start[0] else -1
|
| 311 |
+
for x in range(start[0], end[0] + step, step):
|
| 312 |
+
occupancy[(x, start[1])].add(nid)
|
| 313 |
+
return sum(1 for nets in occupancy.values() if len(nets) > 1)
|
| 314 |
+
|
| 315 |
+
|
| 316 |
def route_layout(
|
| 317 |
sample: dict[str, Any],
|
| 318 |
placements: list[dict[str, Any]],
|
|
|
|
| 389 |
tree_cells, remaining, trunk_segments = trunk
|
| 390 |
net_segments.extend(trunk_segments)
|
| 391 |
while remaining:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 392 |
blocked = _blocked_for_net(occupancy=occupancy, blocked_cells=blocked_cells, current_nid=net["nid"], pins=pins)
|
| 393 |
+
best_pin, path, attach_debug = _select_attach_candidate(
|
| 394 |
+
remaining=remaining,
|
| 395 |
+
tree_cells=tree_cells,
|
| 396 |
+
blocked=blocked,
|
| 397 |
+
allowed=tree_cells,
|
| 398 |
+
)
|
| 399 |
if path is None:
|
| 400 |
return (
|
| 401 |
"router_fail",
|
|
|
|
| 412 |
"pin_escape_cells": int(pin_escape_cells),
|
| 413 |
"trunk_first_used": trunk_first_used,
|
| 414 |
"trunk_first_min_degree": int(trunk_first_min_degree),
|
| 415 |
+
**attach_debug,
|
| 416 |
},
|
| 417 |
)
|
| 418 |
+
assert best_pin is not None
|
| 419 |
polyline = _compress_polyline(path)
|
| 420 |
net_segments.append({"nid": net["nid"], "polyline": polyline})
|
| 421 |
for cell in path:
|
|
|
|
| 567 |
return {
|
| 568 |
"overlap_pairs": overlap_pairs,
|
| 569 |
"has_overlap": overlap_pairs > 0,
|
| 570 |
+
"crossings": _count_cross_net_cell_overlaps(routed_wires),
|
| 571 |
+
"crossings_metric": "cross_net_cell_overlaps",
|
| 572 |
"bends": bends,
|
| 573 |
"wire_length": wire_length,
|
| 574 |
"canvas_area_used": canvas_area_used,
|
netlist_to_layout_v1/runs/routerfix-20260310-summary/README.md
ADDED
|
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Routerfix Reduced Battery Summary
|
| 2 |
+
|
| 3 |
+
Date: `2026-03-10`
|
| 4 |
+
|
| 5 |
+
Checkpoint:
|
| 6 |
+
|
| 7 |
+
- `experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt`
|
| 8 |
+
|
| 9 |
+
Manifest:
|
| 10 |
+
|
| 11 |
+
- `netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json`
|
| 12 |
+
|
| 13 |
+
Routing profile:
|
| 14 |
+
|
| 15 |
+
- `--stage-spec 4,4,2,16,10,32`
|
| 16 |
+
- `--routing-block-margin 0`
|
| 17 |
+
- `--pin-escape-cells 2`
|
| 18 |
+
- `--trunk-first-min-degree 3`
|
| 19 |
+
|
| 20 |
+
Authoritative completed runs:
|
| 21 |
+
|
| 22 |
+
- `netlist_to_layout_v1/runs/routerfix-baseline-normal384-rbm0e2t3`
|
| 23 |
+
- `netlist_to_layout_v1/runs/routerfix-baseline-oracle-layout384-rbm0e2t3`
|
| 24 |
+
- `netlist_to_layout_v1/runs/routerfix-patched-oracle-layout384-rbm0e2t3`
|
| 25 |
+
|
| 26 |
+
Results:
|
| 27 |
+
|
| 28 |
+
- Clean `normal384`: `39 / 384` accepted, `250` `router_fail`, `95` `cp_sat_fail`
|
| 29 |
+
- Clean `oracle_layout384`: `30 / 384` accepted, `354` `router_fail`
|
| 30 |
+
- Patched `oracle_layout384`: `24 / 384` accepted, `359` `router_fail`, `1` `verify_fail`
|
| 31 |
+
|
| 32 |
+
Interpretation:
|
| 33 |
+
|
| 34 |
+
- The patched router regressed reduced `oracle_layout384` by `6` accepted samples and increased router failures by `5`.
|
| 35 |
+
- This failed the promotion gate, so the `914` battery was not run.
|
| 36 |
+
- No further training should be launched from this routerfix pass.
|
| 37 |
+
- The next likely bottleneck is representational: explicit non-connecting crossovers / bridge semantics or another routing layer.
|
| 38 |
+
|
| 39 |
+
Additional artifacts:
|
| 40 |
+
|
| 41 |
+
- `router_regression_checks.txt`: deterministic regression-script output
|
| 42 |
+
- `netlist_to_layout_v1/runs/routerfix-patched-normal384-rbm0e2t3`
|
| 43 |
+
- `netlist_to_layout_v1/runs/routerfix-patched-oracle-candidate384-rbm0e2t3`
|
| 44 |
+
|
| 45 |
+
The two patched reduced runs above were intentionally stopped after the negative `oracle_layout384` result and are non-authoritative.
|
netlist_to_layout_v1/runs/routerfix-20260310-summary/router_regression_checks.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
PASS blocked_nearest_routable_second
|
| 2 |
+
PASS compact_corner_pin_escape
|
| 3 |
+
PASS simple_two_pin_route
|
netlist_to_layout_v1/runs/routerfix-baseline-normal384-rbm0e2t3/best_full_eval.json
ADDED
|
@@ -0,0 +1,828 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"micro_topology_exact_match_rate": 0.1015625,
|
| 3 |
+
"topology_exact_match_rate": 0.1015625,
|
| 4 |
+
"placement_overlap_rate": 0.0,
|
| 5 |
+
"mean_crossings": 0.0,
|
| 6 |
+
"mean_bends": 19.358974358974358,
|
| 7 |
+
"mean_manhattan_wire_length": 694.5897435897435,
|
| 8 |
+
"mean_canvas_area_used": 48592.4358974359,
|
| 9 |
+
"accepted": 39,
|
| 10 |
+
"total": 384,
|
| 11 |
+
"overlap_count": 0,
|
| 12 |
+
"overlap_pairs_total": 0,
|
| 13 |
+
"crossings_total": 0.0,
|
| 14 |
+
"bends_total": 755.0,
|
| 15 |
+
"wire_length_total": 27089.0,
|
| 16 |
+
"canvas_area_total": 1895105.0,
|
| 17 |
+
"topology_failures": 345,
|
| 18 |
+
"status_counts": {
|
| 19 |
+
"router_fail": 250,
|
| 20 |
+
"accepted": 39,
|
| 21 |
+
"cp_sat_fail": 95
|
| 22 |
+
},
|
| 23 |
+
"failure_reason_counts": {
|
| 24 |
+
"router_fail": 250,
|
| 25 |
+
"cp_sat_fail": 95
|
| 26 |
+
},
|
| 27 |
+
"score_tuple": [
|
| 28 |
+
345,
|
| 29 |
+
0,
|
| 30 |
+
755.0,
|
| 31 |
+
27089.0,
|
| 32 |
+
1895105.0
|
| 33 |
+
],
|
| 34 |
+
"diagnostic_counts": {
|
| 35 |
+
"gold_samples": 384,
|
| 36 |
+
"gold_components": 12971,
|
| 37 |
+
"x_top4_hits": 2059,
|
| 38 |
+
"x_top8_hits": 2389,
|
| 39 |
+
"y_top4_hits": 2163,
|
| 40 |
+
"y_top8_hits": 2544,
|
| 41 |
+
"rot_top2_hits": 11264,
|
| 42 |
+
"rot_top4_hits": 12971,
|
| 43 |
+
"gold_component_in_cartesian_hits": 1451,
|
| 44 |
+
"gold_component_in_solver_hits": 1451,
|
| 45 |
+
"gold_full_sample_in_cartesian_hits": 67,
|
| 46 |
+
"gold_full_sample_in_solver_hits": 67,
|
| 47 |
+
"gold_selected_any_attempt_hits": 35
|
| 48 |
+
},
|
| 49 |
+
"diagnostics": {
|
| 50 |
+
"gold_samples": 384,
|
| 51 |
+
"gold_components": 12971,
|
| 52 |
+
"gold_x_top4_recall": 0.15873872484773727,
|
| 53 |
+
"gold_x_top8_recall": 0.18418009405597102,
|
| 54 |
+
"gold_y_top4_recall": 0.16675661090124122,
|
| 55 |
+
"gold_y_top8_recall": 0.1961298280780202,
|
| 56 |
+
"gold_rot_top2_recall": 0.8683987356410454,
|
| 57 |
+
"gold_rot_top4_recall": 1.0,
|
| 58 |
+
"gold_component_in_cartesian_shortlist_rate": 0.11186492945802175,
|
| 59 |
+
"gold_component_in_solver_candidates_rate": 0.11186492945802175,
|
| 60 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.17447916666666666,
|
| 61 |
+
"gold_full_sample_in_solver_candidates_rate": 0.17447916666666666,
|
| 62 |
+
"gold_selected_any_attempt_rate": 0.09114583333333333
|
| 63 |
+
},
|
| 64 |
+
"router_fail_net_class_counts": {
|
| 65 |
+
"ground": 97,
|
| 66 |
+
"other": 104,
|
| 67 |
+
"VDD": 44,
|
| 68 |
+
"VIN": 1,
|
| 69 |
+
"VSS": 1,
|
| 70 |
+
"VOUT": 1,
|
| 71 |
+
"VCC": 1,
|
| 72 |
+
"power": 1
|
| 73 |
+
},
|
| 74 |
+
"cp_sat_terminal_status_counts": {
|
| 75 |
+
"infeasible": 78,
|
| 76 |
+
"unknown": 17
|
| 77 |
+
},
|
| 78 |
+
"step": 8000,
|
| 79 |
+
"checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt",
|
| 80 |
+
"evaluated_at": "2026-03-10T17:27:44Z",
|
| 81 |
+
"split": "val",
|
| 82 |
+
"subset_size": 384,
|
| 83 |
+
"subset_manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json",
|
| 84 |
+
"mode": "full_machine_sharded_eval",
|
| 85 |
+
"shard_count": 4,
|
| 86 |
+
"sample_workers_per_gpu": 8,
|
| 87 |
+
"solver_workers_per_sample": 6,
|
| 88 |
+
"eval_mode": "normal",
|
| 89 |
+
"force_dataset_root": null,
|
| 90 |
+
"solve_stages": [
|
| 91 |
+
{
|
| 92 |
+
"top_x": 4,
|
| 93 |
+
"top_y": 4,
|
| 94 |
+
"top_rot": 2,
|
| 95 |
+
"max_solver_candidates": 16,
|
| 96 |
+
"cp_sat_timeout_seconds": 10.0,
|
| 97 |
+
"component_candidate_cap": 32
|
| 98 |
+
}
|
| 99 |
+
],
|
| 100 |
+
"routing_options": {
|
| 101 |
+
"placement_margin": 2,
|
| 102 |
+
"routing_block_margin": 0,
|
| 103 |
+
"pin_escape_cells": 2,
|
| 104 |
+
"trunk_first_min_degree": 3,
|
| 105 |
+
"trunk_first_priority_only": false
|
| 106 |
+
},
|
| 107 |
+
"per_root": {
|
| 108 |
+
"ams-net.github.io": {
|
| 109 |
+
"micro_topology_exact_match_rate": 0.47368421052631576,
|
| 110 |
+
"topology_exact_match_rate": 0.47368421052631576,
|
| 111 |
+
"placement_overlap_rate": 0.0,
|
| 112 |
+
"mean_crossings": 0.0,
|
| 113 |
+
"mean_bends": 20.444444444444443,
|
| 114 |
+
"mean_manhattan_wire_length": 721.4444444444445,
|
| 115 |
+
"mean_canvas_area_used": 20599.555555555555,
|
| 116 |
+
"accepted": 9,
|
| 117 |
+
"total": 19,
|
| 118 |
+
"overlap_count": 0,
|
| 119 |
+
"overlap_pairs_total": 0,
|
| 120 |
+
"crossings_total": 0.0,
|
| 121 |
+
"bends_total": 184.0,
|
| 122 |
+
"wire_length_total": 6493.0,
|
| 123 |
+
"canvas_area_total": 185396.0,
|
| 124 |
+
"topology_failures": 10,
|
| 125 |
+
"status_counts": {
|
| 126 |
+
"accepted": 9,
|
| 127 |
+
"router_fail": 9,
|
| 128 |
+
"cp_sat_fail": 1
|
| 129 |
+
},
|
| 130 |
+
"failure_reason_counts": {
|
| 131 |
+
"router_fail": 9,
|
| 132 |
+
"cp_sat_fail": 1
|
| 133 |
+
},
|
| 134 |
+
"score_tuple": [
|
| 135 |
+
10,
|
| 136 |
+
0,
|
| 137 |
+
184.0,
|
| 138 |
+
6493.0,
|
| 139 |
+
185396.0
|
| 140 |
+
],
|
| 141 |
+
"diagnostic_counts": {
|
| 142 |
+
"gold_samples": 19,
|
| 143 |
+
"gold_components": 110,
|
| 144 |
+
"x_top4_hits": 6,
|
| 145 |
+
"x_top8_hits": 14,
|
| 146 |
+
"y_top4_hits": 11,
|
| 147 |
+
"y_top8_hits": 14,
|
| 148 |
+
"rot_top2_hits": 105,
|
| 149 |
+
"rot_top4_hits": 110,
|
| 150 |
+
"gold_component_in_cartesian_hits": 0,
|
| 151 |
+
"gold_component_in_solver_hits": 0
|
| 152 |
+
},
|
| 153 |
+
"diagnostics": {
|
| 154 |
+
"gold_samples": 19,
|
| 155 |
+
"gold_components": 110,
|
| 156 |
+
"gold_x_top4_recall": 0.05454545454545454,
|
| 157 |
+
"gold_x_top8_recall": 0.12727272727272726,
|
| 158 |
+
"gold_y_top4_recall": 0.1,
|
| 159 |
+
"gold_y_top8_recall": 0.12727272727272726,
|
| 160 |
+
"gold_rot_top2_recall": 0.9545454545454546,
|
| 161 |
+
"gold_rot_top4_recall": 1.0,
|
| 162 |
+
"gold_component_in_cartesian_shortlist_rate": 0.0,
|
| 163 |
+
"gold_component_in_solver_candidates_rate": 0.0,
|
| 164 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.0,
|
| 165 |
+
"gold_full_sample_in_solver_candidates_rate": 0.0,
|
| 166 |
+
"gold_selected_any_attempt_rate": 0.0
|
| 167 |
+
},
|
| 168 |
+
"router_fail_net_class_counts": {
|
| 169 |
+
"other": 8,
|
| 170 |
+
"VDD": 1
|
| 171 |
+
},
|
| 172 |
+
"cp_sat_terminal_status_counts": {
|
| 173 |
+
"infeasible": 1
|
| 174 |
+
}
|
| 175 |
+
},
|
| 176 |
+
"ltspice-spice-circuits_hf": {
|
| 177 |
+
"micro_topology_exact_match_rate": 0.08333333333333333,
|
| 178 |
+
"topology_exact_match_rate": 0.08333333333333333,
|
| 179 |
+
"placement_overlap_rate": 0.0,
|
| 180 |
+
"mean_crossings": 0.0,
|
| 181 |
+
"mean_bends": 6.857142857142857,
|
| 182 |
+
"mean_manhattan_wire_length": 697.0,
|
| 183 |
+
"mean_canvas_area_used": 60813.28571428572,
|
| 184 |
+
"accepted": 7,
|
| 185 |
+
"total": 84,
|
| 186 |
+
"overlap_count": 0,
|
| 187 |
+
"overlap_pairs_total": 0,
|
| 188 |
+
"crossings_total": 0.0,
|
| 189 |
+
"bends_total": 48.0,
|
| 190 |
+
"wire_length_total": 4879.0,
|
| 191 |
+
"canvas_area_total": 425693.0,
|
| 192 |
+
"topology_failures": 77,
|
| 193 |
+
"status_counts": {
|
| 194 |
+
"router_fail": 71,
|
| 195 |
+
"accepted": 7,
|
| 196 |
+
"cp_sat_fail": 6
|
| 197 |
+
},
|
| 198 |
+
"failure_reason_counts": {
|
| 199 |
+
"router_fail": 71,
|
| 200 |
+
"cp_sat_fail": 6
|
| 201 |
+
},
|
| 202 |
+
"score_tuple": [
|
| 203 |
+
77,
|
| 204 |
+
0,
|
| 205 |
+
48.0,
|
| 206 |
+
4879.0,
|
| 207 |
+
425693.0
|
| 208 |
+
],
|
| 209 |
+
"diagnostic_counts": {
|
| 210 |
+
"gold_samples": 84,
|
| 211 |
+
"gold_components": 1234,
|
| 212 |
+
"x_top4_hits": 1209,
|
| 213 |
+
"x_top8_hits": 1212,
|
| 214 |
+
"y_top4_hits": 1166,
|
| 215 |
+
"y_top8_hits": 1184,
|
| 216 |
+
"rot_top2_hits": 1230,
|
| 217 |
+
"rot_top4_hits": 1234,
|
| 218 |
+
"gold_component_in_cartesian_hits": 1148,
|
| 219 |
+
"gold_component_in_solver_hits": 1148,
|
| 220 |
+
"gold_full_sample_in_cartesian_hits": 67,
|
| 221 |
+
"gold_full_sample_in_solver_hits": 67,
|
| 222 |
+
"gold_selected_any_attempt_hits": 35
|
| 223 |
+
},
|
| 224 |
+
"diagnostics": {
|
| 225 |
+
"gold_samples": 84,
|
| 226 |
+
"gold_components": 1234,
|
| 227 |
+
"gold_x_top4_recall": 0.979740680713128,
|
| 228 |
+
"gold_x_top8_recall": 0.9821717990275527,
|
| 229 |
+
"gold_y_top4_recall": 0.9448946515397083,
|
| 230 |
+
"gold_y_top8_recall": 0.9594813614262561,
|
| 231 |
+
"gold_rot_top2_recall": 0.9967585089141004,
|
| 232 |
+
"gold_rot_top4_recall": 1.0,
|
| 233 |
+
"gold_component_in_cartesian_shortlist_rate": 0.9303079416531604,
|
| 234 |
+
"gold_component_in_solver_candidates_rate": 0.9303079416531604,
|
| 235 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.7976190476190477,
|
| 236 |
+
"gold_full_sample_in_solver_candidates_rate": 0.7976190476190477,
|
| 237 |
+
"gold_selected_any_attempt_rate": 0.4166666666666667
|
| 238 |
+
},
|
| 239 |
+
"router_fail_net_class_counts": {
|
| 240 |
+
"ground": 17,
|
| 241 |
+
"other": 48,
|
| 242 |
+
"VDD": 3,
|
| 243 |
+
"VIN": 1,
|
| 244 |
+
"VOUT": 1,
|
| 245 |
+
"VCC": 1
|
| 246 |
+
},
|
| 247 |
+
"cp_sat_terminal_status_counts": {
|
| 248 |
+
"infeasible": 4,
|
| 249 |
+
"unknown": 2
|
| 250 |
+
}
|
| 251 |
+
},
|
| 252 |
+
"open-schematics_hf": {
|
| 253 |
+
"micro_topology_exact_match_rate": 0.08185053380782918,
|
| 254 |
+
"topology_exact_match_rate": 0.08185053380782918,
|
| 255 |
+
"placement_overlap_rate": 0.0,
|
| 256 |
+
"mean_crossings": 0.0,
|
| 257 |
+
"mean_bends": 22.73913043478261,
|
| 258 |
+
"mean_manhattan_wire_length": 683.3478260869565,
|
| 259 |
+
"mean_canvas_area_used": 55826.782608695656,
|
| 260 |
+
"accepted": 23,
|
| 261 |
+
"total": 281,
|
| 262 |
+
"overlap_count": 0,
|
| 263 |
+
"overlap_pairs_total": 0,
|
| 264 |
+
"crossings_total": 0.0,
|
| 265 |
+
"bends_total": 523.0,
|
| 266 |
+
"wire_length_total": 15717.0,
|
| 267 |
+
"canvas_area_total": 1284016.0,
|
| 268 |
+
"topology_failures": 258,
|
| 269 |
+
"status_counts": {
|
| 270 |
+
"accepted": 23,
|
| 271 |
+
"router_fail": 170,
|
| 272 |
+
"cp_sat_fail": 88
|
| 273 |
+
},
|
| 274 |
+
"failure_reason_counts": {
|
| 275 |
+
"router_fail": 170,
|
| 276 |
+
"cp_sat_fail": 88
|
| 277 |
+
},
|
| 278 |
+
"score_tuple": [
|
| 279 |
+
258,
|
| 280 |
+
0,
|
| 281 |
+
523.0,
|
| 282 |
+
15717.0,
|
| 283 |
+
1284016.0
|
| 284 |
+
],
|
| 285 |
+
"diagnostic_counts": {
|
| 286 |
+
"gold_samples": 281,
|
| 287 |
+
"gold_components": 11627,
|
| 288 |
+
"x_top4_hits": 844,
|
| 289 |
+
"x_top8_hits": 1163,
|
| 290 |
+
"y_top4_hits": 986,
|
| 291 |
+
"y_top8_hits": 1346,
|
| 292 |
+
"rot_top2_hits": 9929,
|
| 293 |
+
"rot_top4_hits": 11627,
|
| 294 |
+
"gold_component_in_cartesian_hits": 303,
|
| 295 |
+
"gold_component_in_solver_hits": 303
|
| 296 |
+
},
|
| 297 |
+
"diagnostics": {
|
| 298 |
+
"gold_samples": 281,
|
| 299 |
+
"gold_components": 11627,
|
| 300 |
+
"gold_x_top4_recall": 0.07258966199363551,
|
| 301 |
+
"gold_x_top8_recall": 0.10002580201255698,
|
| 302 |
+
"gold_y_top4_recall": 0.0848026146039391,
|
| 303 |
+
"gold_y_top8_recall": 0.11576502967231445,
|
| 304 |
+
"gold_rot_top2_recall": 0.8539606089274964,
|
| 305 |
+
"gold_rot_top4_recall": 1.0,
|
| 306 |
+
"gold_component_in_cartesian_shortlist_rate": 0.02606003268254924,
|
| 307 |
+
"gold_component_in_solver_candidates_rate": 0.02606003268254924,
|
| 308 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.0,
|
| 309 |
+
"gold_full_sample_in_solver_candidates_rate": 0.0,
|
| 310 |
+
"gold_selected_any_attempt_rate": 0.0
|
| 311 |
+
},
|
| 312 |
+
"router_fail_net_class_counts": {
|
| 313 |
+
"other": 48,
|
| 314 |
+
"ground": 80,
|
| 315 |
+
"VDD": 40,
|
| 316 |
+
"VSS": 1,
|
| 317 |
+
"power": 1
|
| 318 |
+
},
|
| 319 |
+
"cp_sat_terminal_status_counts": {
|
| 320 |
+
"infeasible": 73,
|
| 321 |
+
"unknown": 15
|
| 322 |
+
}
|
| 323 |
+
}
|
| 324 |
+
},
|
| 325 |
+
"per_size_bin": {
|
| 326 |
+
"01-04": {
|
| 327 |
+
"micro_topology_exact_match_rate": 0.4838709677419355,
|
| 328 |
+
"topology_exact_match_rate": 0.4838709677419355,
|
| 329 |
+
"placement_overlap_rate": 0.0,
|
| 330 |
+
"mean_crossings": 0.0,
|
| 331 |
+
"mean_bends": 10.133333333333333,
|
| 332 |
+
"mean_manhattan_wire_length": 551.2666666666667,
|
| 333 |
+
"mean_canvas_area_used": 33019.73333333333,
|
| 334 |
+
"accepted": 15,
|
| 335 |
+
"total": 31,
|
| 336 |
+
"overlap_count": 0,
|
| 337 |
+
"overlap_pairs_total": 0,
|
| 338 |
+
"crossings_total": 0.0,
|
| 339 |
+
"bends_total": 152.0,
|
| 340 |
+
"wire_length_total": 8269.0,
|
| 341 |
+
"canvas_area_total": 495296.0,
|
| 342 |
+
"topology_failures": 16,
|
| 343 |
+
"status_counts": {
|
| 344 |
+
"accepted": 15,
|
| 345 |
+
"router_fail": 16
|
| 346 |
+
},
|
| 347 |
+
"failure_reason_counts": {
|
| 348 |
+
"router_fail": 16
|
| 349 |
+
},
|
| 350 |
+
"score_tuple": [
|
| 351 |
+
16,
|
| 352 |
+
0,
|
| 353 |
+
152.0,
|
| 354 |
+
8269.0,
|
| 355 |
+
495296.0
|
| 356 |
+
],
|
| 357 |
+
"diagnostic_counts": {
|
| 358 |
+
"gold_samples": 31,
|
| 359 |
+
"gold_components": 104,
|
| 360 |
+
"x_top4_hits": 59,
|
| 361 |
+
"x_top8_hits": 65,
|
| 362 |
+
"y_top4_hits": 64,
|
| 363 |
+
"y_top8_hits": 67,
|
| 364 |
+
"rot_top2_hits": 99,
|
| 365 |
+
"rot_top4_hits": 104,
|
| 366 |
+
"gold_component_in_cartesian_hits": 47,
|
| 367 |
+
"gold_component_in_solver_hits": 47,
|
| 368 |
+
"gold_full_sample_in_cartesian_hits": 9,
|
| 369 |
+
"gold_full_sample_in_solver_hits": 9,
|
| 370 |
+
"gold_selected_any_attempt_hits": 9
|
| 371 |
+
},
|
| 372 |
+
"diagnostics": {
|
| 373 |
+
"gold_samples": 31,
|
| 374 |
+
"gold_components": 104,
|
| 375 |
+
"gold_x_top4_recall": 0.5673076923076923,
|
| 376 |
+
"gold_x_top8_recall": 0.625,
|
| 377 |
+
"gold_y_top4_recall": 0.6153846153846154,
|
| 378 |
+
"gold_y_top8_recall": 0.6442307692307693,
|
| 379 |
+
"gold_rot_top2_recall": 0.9519230769230769,
|
| 380 |
+
"gold_rot_top4_recall": 1.0,
|
| 381 |
+
"gold_component_in_cartesian_shortlist_rate": 0.4519230769230769,
|
| 382 |
+
"gold_component_in_solver_candidates_rate": 0.4519230769230769,
|
| 383 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.2903225806451613,
|
| 384 |
+
"gold_full_sample_in_solver_candidates_rate": 0.2903225806451613,
|
| 385 |
+
"gold_selected_any_attempt_rate": 0.2903225806451613
|
| 386 |
+
},
|
| 387 |
+
"router_fail_net_class_counts": {
|
| 388 |
+
"ground": 5,
|
| 389 |
+
"other": 9,
|
| 390 |
+
"VOUT": 1,
|
| 391 |
+
"VDD": 1
|
| 392 |
+
},
|
| 393 |
+
"cp_sat_terminal_status_counts": {}
|
| 394 |
+
},
|
| 395 |
+
"05-08": {
|
| 396 |
+
"micro_topology_exact_match_rate": 0.2,
|
| 397 |
+
"topology_exact_match_rate": 0.2,
|
| 398 |
+
"placement_overlap_rate": 0.0,
|
| 399 |
+
"mean_crossings": 0.0,
|
| 400 |
+
"mean_bends": 18.857142857142858,
|
| 401 |
+
"mean_manhattan_wire_length": 760.8571428571429,
|
| 402 |
+
"mean_canvas_area_used": 47820.142857142855,
|
| 403 |
+
"accepted": 7,
|
| 404 |
+
"total": 35,
|
| 405 |
+
"overlap_count": 0,
|
| 406 |
+
"overlap_pairs_total": 0,
|
| 407 |
+
"crossings_total": 0.0,
|
| 408 |
+
"bends_total": 132.0,
|
| 409 |
+
"wire_length_total": 5326.0,
|
| 410 |
+
"canvas_area_total": 334741.0,
|
| 411 |
+
"topology_failures": 28,
|
| 412 |
+
"status_counts": {
|
| 413 |
+
"router_fail": 28,
|
| 414 |
+
"accepted": 7
|
| 415 |
+
},
|
| 416 |
+
"failure_reason_counts": {
|
| 417 |
+
"router_fail": 28
|
| 418 |
+
},
|
| 419 |
+
"score_tuple": [
|
| 420 |
+
28,
|
| 421 |
+
0,
|
| 422 |
+
132.0,
|
| 423 |
+
5326.0,
|
| 424 |
+
334741.0
|
| 425 |
+
],
|
| 426 |
+
"diagnostic_counts": {
|
| 427 |
+
"gold_samples": 35,
|
| 428 |
+
"gold_components": 226,
|
| 429 |
+
"x_top4_hits": 154,
|
| 430 |
+
"x_top8_hits": 158,
|
| 431 |
+
"y_top4_hits": 161,
|
| 432 |
+
"y_top8_hits": 166,
|
| 433 |
+
"rot_top2_hits": 218,
|
| 434 |
+
"rot_top4_hits": 226,
|
| 435 |
+
"gold_component_in_cartesian_hits": 150,
|
| 436 |
+
"gold_component_in_solver_hits": 150,
|
| 437 |
+
"gold_full_sample_in_cartesian_hits": 22,
|
| 438 |
+
"gold_full_sample_in_solver_hits": 22,
|
| 439 |
+
"gold_selected_any_attempt_hits": 19
|
| 440 |
+
},
|
| 441 |
+
"diagnostics": {
|
| 442 |
+
"gold_samples": 35,
|
| 443 |
+
"gold_components": 226,
|
| 444 |
+
"gold_x_top4_recall": 0.6814159292035398,
|
| 445 |
+
"gold_x_top8_recall": 0.6991150442477876,
|
| 446 |
+
"gold_y_top4_recall": 0.7123893805309734,
|
| 447 |
+
"gold_y_top8_recall": 0.7345132743362832,
|
| 448 |
+
"gold_rot_top2_recall": 0.9646017699115044,
|
| 449 |
+
"gold_rot_top4_recall": 1.0,
|
| 450 |
+
"gold_component_in_cartesian_shortlist_rate": 0.6637168141592921,
|
| 451 |
+
"gold_component_in_solver_candidates_rate": 0.6637168141592921,
|
| 452 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.6285714285714286,
|
| 453 |
+
"gold_full_sample_in_solver_candidates_rate": 0.6285714285714286,
|
| 454 |
+
"gold_selected_any_attempt_rate": 0.5428571428571428
|
| 455 |
+
},
|
| 456 |
+
"router_fail_net_class_counts": {
|
| 457 |
+
"other": 22,
|
| 458 |
+
"ground": 3,
|
| 459 |
+
"VDD": 2,
|
| 460 |
+
"VIN": 1
|
| 461 |
+
},
|
| 462 |
+
"cp_sat_terminal_status_counts": {}
|
| 463 |
+
},
|
| 464 |
+
"09-16": {
|
| 465 |
+
"micro_topology_exact_match_rate": 0.11428571428571428,
|
| 466 |
+
"topology_exact_match_rate": 0.11428571428571428,
|
| 467 |
+
"placement_overlap_rate": 0.0,
|
| 468 |
+
"mean_crossings": 0.0,
|
| 469 |
+
"mean_bends": 11.25,
|
| 470 |
+
"mean_manhattan_wire_length": 403.0,
|
| 471 |
+
"mean_canvas_area_used": 64422.25,
|
| 472 |
+
"accepted": 4,
|
| 473 |
+
"total": 35,
|
| 474 |
+
"overlap_count": 0,
|
| 475 |
+
"overlap_pairs_total": 0,
|
| 476 |
+
"crossings_total": 0.0,
|
| 477 |
+
"bends_total": 45.0,
|
| 478 |
+
"wire_length_total": 1612.0,
|
| 479 |
+
"canvas_area_total": 257689.0,
|
| 480 |
+
"topology_failures": 31,
|
| 481 |
+
"status_counts": {
|
| 482 |
+
"accepted": 4,
|
| 483 |
+
"router_fail": 29,
|
| 484 |
+
"cp_sat_fail": 2
|
| 485 |
+
},
|
| 486 |
+
"failure_reason_counts": {
|
| 487 |
+
"router_fail": 29,
|
| 488 |
+
"cp_sat_fail": 2
|
| 489 |
+
},
|
| 490 |
+
"score_tuple": [
|
| 491 |
+
31,
|
| 492 |
+
0,
|
| 493 |
+
45.0,
|
| 494 |
+
1612.0,
|
| 495 |
+
257689.0
|
| 496 |
+
],
|
| 497 |
+
"diagnostic_counts": {
|
| 498 |
+
"gold_samples": 35,
|
| 499 |
+
"gold_components": 434,
|
| 500 |
+
"x_top4_hits": 202,
|
| 501 |
+
"x_top8_hits": 211,
|
| 502 |
+
"y_top4_hits": 240,
|
| 503 |
+
"y_top8_hits": 244,
|
| 504 |
+
"rot_top2_hits": 406,
|
| 505 |
+
"rot_top4_hits": 434,
|
| 506 |
+
"gold_component_in_cartesian_hits": 179,
|
| 507 |
+
"gold_component_in_solver_hits": 179,
|
| 508 |
+
"gold_full_sample_in_cartesian_hits": 14,
|
| 509 |
+
"gold_full_sample_in_solver_hits": 14,
|
| 510 |
+
"gold_selected_any_attempt_hits": 6
|
| 511 |
+
},
|
| 512 |
+
"diagnostics": {
|
| 513 |
+
"gold_samples": 35,
|
| 514 |
+
"gold_components": 434,
|
| 515 |
+
"gold_x_top4_recall": 0.46543778801843316,
|
| 516 |
+
"gold_x_top8_recall": 0.4861751152073733,
|
| 517 |
+
"gold_y_top4_recall": 0.5529953917050692,
|
| 518 |
+
"gold_y_top8_recall": 0.5622119815668203,
|
| 519 |
+
"gold_rot_top2_recall": 0.9354838709677419,
|
| 520 |
+
"gold_rot_top4_recall": 1.0,
|
| 521 |
+
"gold_component_in_cartesian_shortlist_rate": 0.41244239631336405,
|
| 522 |
+
"gold_component_in_solver_candidates_rate": 0.41244239631336405,
|
| 523 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.4,
|
| 524 |
+
"gold_full_sample_in_solver_candidates_rate": 0.4,
|
| 525 |
+
"gold_selected_any_attempt_rate": 0.17142857142857143
|
| 526 |
+
},
|
| 527 |
+
"router_fail_net_class_counts": {
|
| 528 |
+
"ground": 8,
|
| 529 |
+
"other": 18,
|
| 530 |
+
"VDD": 2,
|
| 531 |
+
"VCC": 1
|
| 532 |
+
},
|
| 533 |
+
"cp_sat_terminal_status_counts": {
|
| 534 |
+
"infeasible": 2
|
| 535 |
+
}
|
| 536 |
+
},
|
| 537 |
+
"17-24": {
|
| 538 |
+
"micro_topology_exact_match_rate": 0.037037037037037035,
|
| 539 |
+
"topology_exact_match_rate": 0.037037037037037035,
|
| 540 |
+
"placement_overlap_rate": 0.0,
|
| 541 |
+
"mean_crossings": 0.0,
|
| 542 |
+
"mean_bends": 20.0,
|
| 543 |
+
"mean_manhattan_wire_length": 704.0,
|
| 544 |
+
"mean_canvas_area_used": 66816.0,
|
| 545 |
+
"accepted": 1,
|
| 546 |
+
"total": 27,
|
| 547 |
+
"overlap_count": 0,
|
| 548 |
+
"overlap_pairs_total": 0,
|
| 549 |
+
"crossings_total": 0.0,
|
| 550 |
+
"bends_total": 20.0,
|
| 551 |
+
"wire_length_total": 704.0,
|
| 552 |
+
"canvas_area_total": 66816.0,
|
| 553 |
+
"topology_failures": 26,
|
| 554 |
+
"status_counts": {
|
| 555 |
+
"router_fail": 25,
|
| 556 |
+
"cp_sat_fail": 1,
|
| 557 |
+
"accepted": 1
|
| 558 |
+
},
|
| 559 |
+
"failure_reason_counts": {
|
| 560 |
+
"router_fail": 25,
|
| 561 |
+
"cp_sat_fail": 1
|
| 562 |
+
},
|
| 563 |
+
"score_tuple": [
|
| 564 |
+
26,
|
| 565 |
+
0,
|
| 566 |
+
20.0,
|
| 567 |
+
704.0,
|
| 568 |
+
66816.0
|
| 569 |
+
],
|
| 570 |
+
"diagnostic_counts": {
|
| 571 |
+
"gold_samples": 27,
|
| 572 |
+
"gold_components": 523,
|
| 573 |
+
"x_top4_hits": 176,
|
| 574 |
+
"x_top8_hits": 195,
|
| 575 |
+
"y_top4_hits": 184,
|
| 576 |
+
"y_top8_hits": 195,
|
| 577 |
+
"rot_top2_hits": 464,
|
| 578 |
+
"rot_top4_hits": 523,
|
| 579 |
+
"gold_component_in_cartesian_hits": 148,
|
| 580 |
+
"gold_component_in_solver_hits": 148,
|
| 581 |
+
"gold_full_sample_in_cartesian_hits": 6,
|
| 582 |
+
"gold_full_sample_in_solver_hits": 6
|
| 583 |
+
},
|
| 584 |
+
"diagnostics": {
|
| 585 |
+
"gold_samples": 27,
|
| 586 |
+
"gold_components": 523,
|
| 587 |
+
"gold_x_top4_recall": 0.3365200764818356,
|
| 588 |
+
"gold_x_top8_recall": 0.372848948374761,
|
| 589 |
+
"gold_y_top4_recall": 0.35181644359464626,
|
| 590 |
+
"gold_y_top8_recall": 0.372848948374761,
|
| 591 |
+
"gold_rot_top2_recall": 0.887189292543021,
|
| 592 |
+
"gold_rot_top4_recall": 1.0,
|
| 593 |
+
"gold_component_in_cartesian_shortlist_rate": 0.2829827915869981,
|
| 594 |
+
"gold_component_in_solver_candidates_rate": 0.2829827915869981,
|
| 595 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.2222222222222222,
|
| 596 |
+
"gold_full_sample_in_solver_candidates_rate": 0.2222222222222222,
|
| 597 |
+
"gold_selected_any_attempt_rate": 0.0
|
| 598 |
+
},
|
| 599 |
+
"router_fail_net_class_counts": {
|
| 600 |
+
"other": 17,
|
| 601 |
+
"VDD": 2,
|
| 602 |
+
"ground": 5,
|
| 603 |
+
"power": 1
|
| 604 |
+
},
|
| 605 |
+
"cp_sat_terminal_status_counts": {
|
| 606 |
+
"infeasible": 1
|
| 607 |
+
}
|
| 608 |
+
},
|
| 609 |
+
"25-32": {
|
| 610 |
+
"micro_topology_exact_match_rate": 0.1111111111111111,
|
| 611 |
+
"topology_exact_match_rate": 0.1111111111111111,
|
| 612 |
+
"placement_overlap_rate": 0.0,
|
| 613 |
+
"mean_crossings": 0.0,
|
| 614 |
+
"mean_bends": 21.5,
|
| 615 |
+
"mean_manhattan_wire_length": 675.0,
|
| 616 |
+
"mean_canvas_area_used": 56659.0,
|
| 617 |
+
"accepted": 2,
|
| 618 |
+
"total": 18,
|
| 619 |
+
"overlap_count": 0,
|
| 620 |
+
"overlap_pairs_total": 0,
|
| 621 |
+
"crossings_total": 0.0,
|
| 622 |
+
"bends_total": 43.0,
|
| 623 |
+
"wire_length_total": 1350.0,
|
| 624 |
+
"canvas_area_total": 113318.0,
|
| 625 |
+
"topology_failures": 16,
|
| 626 |
+
"status_counts": {
|
| 627 |
+
"router_fail": 15,
|
| 628 |
+
"accepted": 2,
|
| 629 |
+
"cp_sat_fail": 1
|
| 630 |
+
},
|
| 631 |
+
"failure_reason_counts": {
|
| 632 |
+
"router_fail": 15,
|
| 633 |
+
"cp_sat_fail": 1
|
| 634 |
+
},
|
| 635 |
+
"score_tuple": [
|
| 636 |
+
16,
|
| 637 |
+
0,
|
| 638 |
+
43.0,
|
| 639 |
+
1350.0,
|
| 640 |
+
113318.0
|
| 641 |
+
],
|
| 642 |
+
"diagnostic_counts": {
|
| 643 |
+
"gold_samples": 18,
|
| 644 |
+
"gold_components": 519,
|
| 645 |
+
"x_top4_hits": 149,
|
| 646 |
+
"x_top8_hits": 159,
|
| 647 |
+
"y_top4_hits": 154,
|
| 648 |
+
"y_top8_hits": 161,
|
| 649 |
+
"rot_top2_hits": 440,
|
| 650 |
+
"rot_top4_hits": 519,
|
| 651 |
+
"gold_component_in_cartesian_hits": 133,
|
| 652 |
+
"gold_component_in_solver_hits": 133,
|
| 653 |
+
"gold_full_sample_in_cartesian_hits": 4,
|
| 654 |
+
"gold_full_sample_in_solver_hits": 4
|
| 655 |
+
},
|
| 656 |
+
"diagnostics": {
|
| 657 |
+
"gold_samples": 18,
|
| 658 |
+
"gold_components": 519,
|
| 659 |
+
"gold_x_top4_recall": 0.28709055876685935,
|
| 660 |
+
"gold_x_top8_recall": 0.3063583815028902,
|
| 661 |
+
"gold_y_top4_recall": 0.29672447013487474,
|
| 662 |
+
"gold_y_top8_recall": 0.31021194605009633,
|
| 663 |
+
"gold_rot_top2_recall": 0.8477842003853564,
|
| 664 |
+
"gold_rot_top4_recall": 1.0,
|
| 665 |
+
"gold_component_in_cartesian_shortlist_rate": 0.25626204238921,
|
| 666 |
+
"gold_component_in_solver_candidates_rate": 0.25626204238921,
|
| 667 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.2222222222222222,
|
| 668 |
+
"gold_full_sample_in_solver_candidates_rate": 0.2222222222222222,
|
| 669 |
+
"gold_selected_any_attempt_rate": 0.0
|
| 670 |
+
},
|
| 671 |
+
"router_fail_net_class_counts": {
|
| 672 |
+
"ground": 5,
|
| 673 |
+
"other": 8,
|
| 674 |
+
"VDD": 2
|
| 675 |
+
},
|
| 676 |
+
"cp_sat_terminal_status_counts": {
|
| 677 |
+
"infeasible": 1
|
| 678 |
+
}
|
| 679 |
+
},
|
| 680 |
+
"33-48": {
|
| 681 |
+
"micro_topology_exact_match_rate": 0.0661764705882353,
|
| 682 |
+
"topology_exact_match_rate": 0.0661764705882353,
|
| 683 |
+
"placement_overlap_rate": 0.0,
|
| 684 |
+
"mean_crossings": 0.0,
|
| 685 |
+
"mean_bends": 34.888888888888886,
|
| 686 |
+
"mean_manhattan_wire_length": 979.3333333333334,
|
| 687 |
+
"mean_canvas_area_used": 64118.88888888889,
|
| 688 |
+
"accepted": 9,
|
| 689 |
+
"total": 136,
|
| 690 |
+
"overlap_count": 0,
|
| 691 |
+
"overlap_pairs_total": 0,
|
| 692 |
+
"crossings_total": 0.0,
|
| 693 |
+
"bends_total": 314.0,
|
| 694 |
+
"wire_length_total": 8814.0,
|
| 695 |
+
"canvas_area_total": 577070.0,
|
| 696 |
+
"topology_failures": 127,
|
| 697 |
+
"status_counts": {
|
| 698 |
+
"router_fail": 87,
|
| 699 |
+
"cp_sat_fail": 40,
|
| 700 |
+
"accepted": 9
|
| 701 |
+
},
|
| 702 |
+
"failure_reason_counts": {
|
| 703 |
+
"router_fail": 87,
|
| 704 |
+
"cp_sat_fail": 40
|
| 705 |
+
},
|
| 706 |
+
"score_tuple": [
|
| 707 |
+
127,
|
| 708 |
+
0,
|
| 709 |
+
314.0,
|
| 710 |
+
8814.0,
|
| 711 |
+
577070.0
|
| 712 |
+
],
|
| 713 |
+
"diagnostic_counts": {
|
| 714 |
+
"gold_samples": 136,
|
| 715 |
+
"gold_components": 5488,
|
| 716 |
+
"x_top4_hits": 727,
|
| 717 |
+
"x_top8_hits": 862,
|
| 718 |
+
"y_top4_hits": 734,
|
| 719 |
+
"y_top8_hits": 888,
|
| 720 |
+
"rot_top2_hits": 4680,
|
| 721 |
+
"rot_top4_hits": 5488,
|
| 722 |
+
"gold_component_in_cartesian_hits": 466,
|
| 723 |
+
"gold_component_in_solver_hits": 466,
|
| 724 |
+
"gold_full_sample_in_cartesian_hits": 9,
|
| 725 |
+
"gold_full_sample_in_solver_hits": 9,
|
| 726 |
+
"gold_selected_any_attempt_hits": 1
|
| 727 |
+
},
|
| 728 |
+
"diagnostics": {
|
| 729 |
+
"gold_samples": 136,
|
| 730 |
+
"gold_components": 5488,
|
| 731 |
+
"gold_x_top4_recall": 0.13247084548104957,
|
| 732 |
+
"gold_x_top8_recall": 0.15706997084548105,
|
| 733 |
+
"gold_y_top4_recall": 0.13374635568513119,
|
| 734 |
+
"gold_y_top8_recall": 0.1618075801749271,
|
| 735 |
+
"gold_rot_top2_recall": 0.8527696793002916,
|
| 736 |
+
"gold_rot_top4_recall": 1.0,
|
| 737 |
+
"gold_component_in_cartesian_shortlist_rate": 0.08491253644314868,
|
| 738 |
+
"gold_component_in_solver_candidates_rate": 0.08491253644314868,
|
| 739 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.0661764705882353,
|
| 740 |
+
"gold_full_sample_in_solver_candidates_rate": 0.0661764705882353,
|
| 741 |
+
"gold_selected_any_attempt_rate": 0.007352941176470588
|
| 742 |
+
},
|
| 743 |
+
"router_fail_net_class_counts": {
|
| 744 |
+
"ground": 43,
|
| 745 |
+
"other": 24,
|
| 746 |
+
"VDD": 19,
|
| 747 |
+
"VSS": 1
|
| 748 |
+
},
|
| 749 |
+
"cp_sat_terminal_status_counts": {
|
| 750 |
+
"infeasible": 32,
|
| 751 |
+
"unknown": 8
|
| 752 |
+
}
|
| 753 |
+
},
|
| 754 |
+
"49-64": {
|
| 755 |
+
"micro_topology_exact_match_rate": 0.00980392156862745,
|
| 756 |
+
"topology_exact_match_rate": 0.00980392156862745,
|
| 757 |
+
"placement_overlap_rate": 0.0,
|
| 758 |
+
"mean_crossings": 0.0,
|
| 759 |
+
"mean_bends": 49.0,
|
| 760 |
+
"mean_manhattan_wire_length": 1014.0,
|
| 761 |
+
"mean_canvas_area_used": 50175.0,
|
| 762 |
+
"accepted": 1,
|
| 763 |
+
"total": 102,
|
| 764 |
+
"overlap_count": 0,
|
| 765 |
+
"overlap_pairs_total": 0,
|
| 766 |
+
"crossings_total": 0.0,
|
| 767 |
+
"bends_total": 49.0,
|
| 768 |
+
"wire_length_total": 1014.0,
|
| 769 |
+
"canvas_area_total": 50175.0,
|
| 770 |
+
"topology_failures": 101,
|
| 771 |
+
"status_counts": {
|
| 772 |
+
"router_fail": 50,
|
| 773 |
+
"cp_sat_fail": 51,
|
| 774 |
+
"accepted": 1
|
| 775 |
+
},
|
| 776 |
+
"failure_reason_counts": {
|
| 777 |
+
"router_fail": 50,
|
| 778 |
+
"cp_sat_fail": 51
|
| 779 |
+
},
|
| 780 |
+
"score_tuple": [
|
| 781 |
+
101,
|
| 782 |
+
0,
|
| 783 |
+
49.0,
|
| 784 |
+
1014.0,
|
| 785 |
+
50175.0
|
| 786 |
+
],
|
| 787 |
+
"diagnostic_counts": {
|
| 788 |
+
"gold_samples": 102,
|
| 789 |
+
"gold_components": 5677,
|
| 790 |
+
"x_top4_hits": 592,
|
| 791 |
+
"x_top8_hits": 739,
|
| 792 |
+
"y_top4_hits": 626,
|
| 793 |
+
"y_top8_hits": 823,
|
| 794 |
+
"rot_top2_hits": 4957,
|
| 795 |
+
"rot_top4_hits": 5677,
|
| 796 |
+
"gold_component_in_cartesian_hits": 328,
|
| 797 |
+
"gold_component_in_solver_hits": 328,
|
| 798 |
+
"gold_full_sample_in_cartesian_hits": 3,
|
| 799 |
+
"gold_full_sample_in_solver_hits": 3
|
| 800 |
+
},
|
| 801 |
+
"diagnostics": {
|
| 802 |
+
"gold_samples": 102,
|
| 803 |
+
"gold_components": 5677,
|
| 804 |
+
"gold_x_top4_recall": 0.10428042980447419,
|
| 805 |
+
"gold_x_top8_recall": 0.13017438788092303,
|
| 806 |
+
"gold_y_top4_recall": 0.11026950854324467,
|
| 807 |
+
"gold_y_top8_recall": 0.1449709353531795,
|
| 808 |
+
"gold_rot_top2_recall": 0.8731724502378017,
|
| 809 |
+
"gold_rot_top4_recall": 1.0,
|
| 810 |
+
"gold_component_in_cartesian_shortlist_rate": 0.05777699489166813,
|
| 811 |
+
"gold_component_in_solver_candidates_rate": 0.05777699489166813,
|
| 812 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.029411764705882353,
|
| 813 |
+
"gold_full_sample_in_solver_candidates_rate": 0.029411764705882353,
|
| 814 |
+
"gold_selected_any_attempt_rate": 0.0
|
| 815 |
+
},
|
| 816 |
+
"router_fail_net_class_counts": {
|
| 817 |
+
"ground": 28,
|
| 818 |
+
"other": 6,
|
| 819 |
+
"VDD": 16
|
| 820 |
+
},
|
| 821 |
+
"cp_sat_terminal_status_counts": {
|
| 822 |
+
"infeasible": 42,
|
| 823 |
+
"unknown": 9
|
| 824 |
+
}
|
| 825 |
+
}
|
| 826 |
+
},
|
| 827 |
+
"macro_topology_exact_match_rate": 0.2129560258891594
|
| 828 |
+
}
|
netlist_to_layout_v1/runs/routerfix-baseline-normal384-rbm0e2t3/full_eval_metrics.jsonl
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"micro_topology_exact_match_rate": 0.1015625, "topology_exact_match_rate": 0.1015625, "placement_overlap_rate": 0.0, "mean_crossings": 0.0, "mean_bends": 19.358974358974358, "mean_manhattan_wire_length": 694.5897435897435, "mean_canvas_area_used": 48592.4358974359, "accepted": 39, "total": 384, "overlap_count": 0, "overlap_pairs_total": 0, "crossings_total": 0.0, "bends_total": 755.0, "wire_length_total": 27089.0, "canvas_area_total": 1895105.0, "topology_failures": 345, "status_counts": {"router_fail": 250, "accepted": 39, "cp_sat_fail": 95}, "failure_reason_counts": {"router_fail": 250, "cp_sat_fail": 95}, "score_tuple": [345, 0, 755.0, 27089.0, 1895105.0], "diagnostic_counts": {"gold_samples": 384, "gold_components": 12971, "x_top4_hits": 2059, "x_top8_hits": 2389, "y_top4_hits": 2163, "y_top8_hits": 2544, "rot_top2_hits": 11264, "rot_top4_hits": 12971, "gold_component_in_cartesian_hits": 1451, "gold_component_in_solver_hits": 1451, "gold_full_sample_in_cartesian_hits": 67, "gold_full_sample_in_solver_hits": 67, "gold_selected_any_attempt_hits": 35}, "diagnostics": {"gold_samples": 384, "gold_components": 12971, "gold_x_top4_recall": 0.15873872484773727, "gold_x_top8_recall": 0.18418009405597102, "gold_y_top4_recall": 0.16675661090124122, "gold_y_top8_recall": 0.1961298280780202, "gold_rot_top2_recall": 0.8683987356410454, "gold_rot_top4_recall": 1.0, "gold_component_in_cartesian_shortlist_rate": 0.11186492945802175, "gold_component_in_solver_candidates_rate": 0.11186492945802175, "gold_full_sample_in_cartesian_shortlist_rate": 0.17447916666666666, "gold_full_sample_in_solver_candidates_rate": 0.17447916666666666, "gold_selected_any_attempt_rate": 0.09114583333333333}, "router_fail_net_class_counts": {"ground": 97, "other": 104, "VDD": 44, "VIN": 1, "VSS": 1, "VOUT": 1, "VCC": 1, "power": 1}, "cp_sat_terminal_status_counts": {"infeasible": 78, "unknown": 17}, "step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "evaluated_at": "2026-03-10T17:27:44Z", "split": "val", "subset_size": 384, "subset_manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "mode": "full_machine_sharded_eval", "shard_count": 4, "sample_workers_per_gpu": 8, "solver_workers_per_sample": 6, "eval_mode": "normal", "force_dataset_root": null, "solve_stages": [{"top_x": 4, "top_y": 4, "top_rot": 2, "max_solver_candidates": 16, "cp_sat_timeout_seconds": 10.0, "component_candidate_cap": 32}], "routing_options": {"placement_margin": 2, "routing_block_margin": 0, "pin_escape_cells": 2, "trunk_first_min_degree": 3, "trunk_first_priority_only": false}, "per_root": {"ams-net.github.io": {"micro_topology_exact_match_rate": 0.47368421052631576, "topology_exact_match_rate": 0.47368421052631576, "placement_overlap_rate": 0.0, "mean_crossings": 0.0, "mean_bends": 20.444444444444443, "mean_manhattan_wire_length": 721.4444444444445, "mean_canvas_area_used": 20599.555555555555, "accepted": 9, "total": 19, "overlap_count": 0, "overlap_pairs_total": 0, "crossings_total": 0.0, "bends_total": 184.0, "wire_length_total": 6493.0, "canvas_area_total": 185396.0, "topology_failures": 10, "status_counts": {"accepted": 9, "router_fail": 9, "cp_sat_fail": 1}, "failure_reason_counts": {"router_fail": 9, "cp_sat_fail": 1}, "score_tuple": [10, 0, 184.0, 6493.0, 185396.0], "diagnostic_counts": {"gold_samples": 19, "gold_components": 110, "x_top4_hits": 6, "x_top8_hits": 14, "y_top4_hits": 11, "y_top8_hits": 14, "rot_top2_hits": 105, "rot_top4_hits": 110, "gold_component_in_cartesian_hits": 0, "gold_component_in_solver_hits": 0}, "diagnostics": {"gold_samples": 19, "gold_components": 110, "gold_x_top4_recall": 0.05454545454545454, "gold_x_top8_recall": 0.12727272727272726, "gold_y_top4_recall": 0.1, "gold_y_top8_recall": 0.12727272727272726, "gold_rot_top2_recall": 0.9545454545454546, "gold_rot_top4_recall": 1.0, "gold_component_in_cartesian_shortlist_rate": 0.0, "gold_component_in_solver_candidates_rate": 0.0, "gold_full_sample_in_cartesian_shortlist_rate": 0.0, "gold_full_sample_in_solver_candidates_rate": 0.0, "gold_selected_any_attempt_rate": 0.0}, "router_fail_net_class_counts": {"other": 8, "VDD": 1}, "cp_sat_terminal_status_counts": {"infeasible": 1}}, "ltspice-spice-circuits_hf": {"micro_topology_exact_match_rate": 0.08333333333333333, "topology_exact_match_rate": 0.08333333333333333, "placement_overlap_rate": 0.0, "mean_crossings": 0.0, "mean_bends": 6.857142857142857, "mean_manhattan_wire_length": 697.0, "mean_canvas_area_used": 60813.28571428572, "accepted": 7, "total": 84, "overlap_count": 0, "overlap_pairs_total": 0, "crossings_total": 0.0, "bends_total": 48.0, "wire_length_total": 4879.0, "canvas_area_total": 425693.0, "topology_failures": 77, "status_counts": {"router_fail": 71, "accepted": 7, "cp_sat_fail": 6}, "failure_reason_counts": {"router_fail": 71, "cp_sat_fail": 6}, "score_tuple": [77, 0, 48.0, 4879.0, 425693.0], "diagnostic_counts": {"gold_samples": 84, "gold_components": 1234, "x_top4_hits": 1209, "x_top8_hits": 1212, "y_top4_hits": 1166, "y_top8_hits": 1184, "rot_top2_hits": 1230, "rot_top4_hits": 1234, "gold_component_in_cartesian_hits": 1148, "gold_component_in_solver_hits": 1148, "gold_full_sample_in_cartesian_hits": 67, "gold_full_sample_in_solver_hits": 67, "gold_selected_any_attempt_hits": 35}, "diagnostics": {"gold_samples": 84, "gold_components": 1234, "gold_x_top4_recall": 0.979740680713128, "gold_x_top8_recall": 0.9821717990275527, "gold_y_top4_recall": 0.9448946515397083, "gold_y_top8_recall": 0.9594813614262561, "gold_rot_top2_recall": 0.9967585089141004, "gold_rot_top4_recall": 1.0, "gold_component_in_cartesian_shortlist_rate": 0.9303079416531604, "gold_component_in_solver_candidates_rate": 0.9303079416531604, "gold_full_sample_in_cartesian_shortlist_rate": 0.7976190476190477, "gold_full_sample_in_solver_candidates_rate": 0.7976190476190477, "gold_selected_any_attempt_rate": 0.4166666666666667}, "router_fail_net_class_counts": {"ground": 17, "other": 48, "VDD": 3, "VIN": 1, "VOUT": 1, "VCC": 1}, "cp_sat_terminal_status_counts": {"infeasible": 4, "unknown": 2}}, "open-schematics_hf": {"micro_topology_exact_match_rate": 0.08185053380782918, "topology_exact_match_rate": 0.08185053380782918, "placement_overlap_rate": 0.0, "mean_crossings": 0.0, "mean_bends": 22.73913043478261, "mean_manhattan_wire_length": 683.3478260869565, "mean_canvas_area_used": 55826.782608695656, "accepted": 23, "total": 281, "overlap_count": 0, "overlap_pairs_total": 0, "crossings_total": 0.0, "bends_total": 523.0, "wire_length_total": 15717.0, "canvas_area_total": 1284016.0, "topology_failures": 258, "status_counts": {"accepted": 23, "router_fail": 170, "cp_sat_fail": 88}, "failure_reason_counts": {"router_fail": 170, "cp_sat_fail": 88}, "score_tuple": [258, 0, 523.0, 15717.0, 1284016.0], "diagnostic_counts": {"gold_samples": 281, "gold_components": 11627, "x_top4_hits": 844, "x_top8_hits": 1163, "y_top4_hits": 986, "y_top8_hits": 1346, "rot_top2_hits": 9929, "rot_top4_hits": 11627, "gold_component_in_cartesian_hits": 303, "gold_component_in_solver_hits": 303}, "diagnostics": {"gold_samples": 281, "gold_components": 11627, "gold_x_top4_recall": 0.07258966199363551, "gold_x_top8_recall": 0.10002580201255698, "gold_y_top4_recall": 0.0848026146039391, "gold_y_top8_recall": 0.11576502967231445, "gold_rot_top2_recall": 0.8539606089274964, "gold_rot_top4_recall": 1.0, "gold_component_in_cartesian_shortlist_rate": 0.02606003268254924, "gold_component_in_solver_candidates_rate": 0.02606003268254924, "gold_full_sample_in_cartesian_shortlist_rate": 0.0, "gold_full_sample_in_solver_candidates_rate": 0.0, "gold_selected_any_attempt_rate": 0.0}, "router_fail_net_class_counts": {"other": 48, "ground": 80, "VDD": 40, "VSS": 1, "power": 1}, "cp_sat_terminal_status_counts": {"infeasible": 73, "unknown": 15}}}, "per_size_bin": {"01-04": {"micro_topology_exact_match_rate": 0.4838709677419355, "topology_exact_match_rate": 0.4838709677419355, "placement_overlap_rate": 0.0, "mean_crossings": 0.0, "mean_bends": 10.133333333333333, "mean_manhattan_wire_length": 551.2666666666667, "mean_canvas_area_used": 33019.73333333333, "accepted": 15, "total": 31, "overlap_count": 0, "overlap_pairs_total": 0, "crossings_total": 0.0, "bends_total": 152.0, "wire_length_total": 8269.0, "canvas_area_total": 495296.0, "topology_failures": 16, "status_counts": {"accepted": 15, "router_fail": 16}, "failure_reason_counts": {"router_fail": 16}, "score_tuple": [16, 0, 152.0, 8269.0, 495296.0], "diagnostic_counts": {"gold_samples": 31, "gold_components": 104, "x_top4_hits": 59, "x_top8_hits": 65, "y_top4_hits": 64, "y_top8_hits": 67, "rot_top2_hits": 99, "rot_top4_hits": 104, "gold_component_in_cartesian_hits": 47, "gold_component_in_solver_hits": 47, "gold_full_sample_in_cartesian_hits": 9, "gold_full_sample_in_solver_hits": 9, "gold_selected_any_attempt_hits": 9}, "diagnostics": {"gold_samples": 31, "gold_components": 104, "gold_x_top4_recall": 0.5673076923076923, "gold_x_top8_recall": 0.625, "gold_y_top4_recall": 0.6153846153846154, "gold_y_top8_recall": 0.6442307692307693, "gold_rot_top2_recall": 0.9519230769230769, "gold_rot_top4_recall": 1.0, "gold_component_in_cartesian_shortlist_rate": 0.4519230769230769, "gold_component_in_solver_candidates_rate": 0.4519230769230769, "gold_full_sample_in_cartesian_shortlist_rate": 0.2903225806451613, "gold_full_sample_in_solver_candidates_rate": 0.2903225806451613, "gold_selected_any_attempt_rate": 0.2903225806451613}, "router_fail_net_class_counts": {"ground": 5, "other": 9, "VOUT": 1, "VDD": 1}, "cp_sat_terminal_status_counts": {}}, "05-08": {"micro_topology_exact_match_rate": 0.2, "topology_exact_match_rate": 0.2, "placement_overlap_rate": 0.0, "mean_crossings": 0.0, "mean_bends": 18.857142857142858, "mean_manhattan_wire_length": 760.8571428571429, "mean_canvas_area_used": 47820.142857142855, "accepted": 7, "total": 35, "overlap_count": 0, "overlap_pairs_total": 0, "crossings_total": 0.0, "bends_total": 132.0, "wire_length_total": 5326.0, "canvas_area_total": 334741.0, "topology_failures": 28, "status_counts": {"router_fail": 28, "accepted": 7}, "failure_reason_counts": {"router_fail": 28}, "score_tuple": [28, 0, 132.0, 5326.0, 334741.0], "diagnostic_counts": {"gold_samples": 35, "gold_components": 226, "x_top4_hits": 154, "x_top8_hits": 158, "y_top4_hits": 161, "y_top8_hits": 166, "rot_top2_hits": 218, "rot_top4_hits": 226, "gold_component_in_cartesian_hits": 150, "gold_component_in_solver_hits": 150, "gold_full_sample_in_cartesian_hits": 22, "gold_full_sample_in_solver_hits": 22, "gold_selected_any_attempt_hits": 19}, "diagnostics": {"gold_samples": 35, "gold_components": 226, "gold_x_top4_recall": 0.6814159292035398, "gold_x_top8_recall": 0.6991150442477876, "gold_y_top4_recall": 0.7123893805309734, "gold_y_top8_recall": 0.7345132743362832, "gold_rot_top2_recall": 0.9646017699115044, "gold_rot_top4_recall": 1.0, "gold_component_in_cartesian_shortlist_rate": 0.6637168141592921, "gold_component_in_solver_candidates_rate": 0.6637168141592921, "gold_full_sample_in_cartesian_shortlist_rate": 0.6285714285714286, "gold_full_sample_in_solver_candidates_rate": 0.6285714285714286, "gold_selected_any_attempt_rate": 0.5428571428571428}, "router_fail_net_class_counts": {"other": 22, "ground": 3, "VDD": 2, "VIN": 1}, "cp_sat_terminal_status_counts": {}}, "09-16": {"micro_topology_exact_match_rate": 0.11428571428571428, "topology_exact_match_rate": 0.11428571428571428, "placement_overlap_rate": 0.0, "mean_crossings": 0.0, "mean_bends": 11.25, "mean_manhattan_wire_length": 403.0, "mean_canvas_area_used": 64422.25, "accepted": 4, "total": 35, "overlap_count": 0, "overlap_pairs_total": 0, "crossings_total": 0.0, "bends_total": 45.0, "wire_length_total": 1612.0, "canvas_area_total": 257689.0, "topology_failures": 31, "status_counts": {"accepted": 4, "router_fail": 29, "cp_sat_fail": 2}, "failure_reason_counts": {"router_fail": 29, "cp_sat_fail": 2}, "score_tuple": [31, 0, 45.0, 1612.0, 257689.0], "diagnostic_counts": {"gold_samples": 35, "gold_components": 434, "x_top4_hits": 202, "x_top8_hits": 211, "y_top4_hits": 240, "y_top8_hits": 244, "rot_top2_hits": 406, "rot_top4_hits": 434, "gold_component_in_cartesian_hits": 179, "gold_component_in_solver_hits": 179, "gold_full_sample_in_cartesian_hits": 14, "gold_full_sample_in_solver_hits": 14, "gold_selected_any_attempt_hits": 6}, "diagnostics": {"gold_samples": 35, "gold_components": 434, "gold_x_top4_recall": 0.46543778801843316, "gold_x_top8_recall": 0.4861751152073733, "gold_y_top4_recall": 0.5529953917050692, "gold_y_top8_recall": 0.5622119815668203, "gold_rot_top2_recall": 0.9354838709677419, "gold_rot_top4_recall": 1.0, "gold_component_in_cartesian_shortlist_rate": 0.41244239631336405, "gold_component_in_solver_candidates_rate": 0.41244239631336405, "gold_full_sample_in_cartesian_shortlist_rate": 0.4, "gold_full_sample_in_solver_candidates_rate": 0.4, "gold_selected_any_attempt_rate": 0.17142857142857143}, "router_fail_net_class_counts": {"ground": 8, "other": 18, "VDD": 2, "VCC": 1}, "cp_sat_terminal_status_counts": {"infeasible": 2}}, "17-24": {"micro_topology_exact_match_rate": 0.037037037037037035, "topology_exact_match_rate": 0.037037037037037035, "placement_overlap_rate": 0.0, "mean_crossings": 0.0, "mean_bends": 20.0, "mean_manhattan_wire_length": 704.0, "mean_canvas_area_used": 66816.0, "accepted": 1, "total": 27, "overlap_count": 0, "overlap_pairs_total": 0, "crossings_total": 0.0, "bends_total": 20.0, "wire_length_total": 704.0, "canvas_area_total": 66816.0, "topology_failures": 26, "status_counts": {"router_fail": 25, "cp_sat_fail": 1, "accepted": 1}, "failure_reason_counts": {"router_fail": 25, "cp_sat_fail": 1}, "score_tuple": [26, 0, 20.0, 704.0, 66816.0], "diagnostic_counts": {"gold_samples": 27, "gold_components": 523, "x_top4_hits": 176, "x_top8_hits": 195, "y_top4_hits": 184, "y_top8_hits": 195, "rot_top2_hits": 464, "rot_top4_hits": 523, "gold_component_in_cartesian_hits": 148, "gold_component_in_solver_hits": 148, "gold_full_sample_in_cartesian_hits": 6, "gold_full_sample_in_solver_hits": 6}, "diagnostics": {"gold_samples": 27, "gold_components": 523, "gold_x_top4_recall": 0.3365200764818356, "gold_x_top8_recall": 0.372848948374761, "gold_y_top4_recall": 0.35181644359464626, "gold_y_top8_recall": 0.372848948374761, "gold_rot_top2_recall": 0.887189292543021, "gold_rot_top4_recall": 1.0, "gold_component_in_cartesian_shortlist_rate": 0.2829827915869981, "gold_component_in_solver_candidates_rate": 0.2829827915869981, "gold_full_sample_in_cartesian_shortlist_rate": 0.2222222222222222, "gold_full_sample_in_solver_candidates_rate": 0.2222222222222222, "gold_selected_any_attempt_rate": 0.0}, "router_fail_net_class_counts": {"other": 17, "VDD": 2, "ground": 5, "power": 1}, "cp_sat_terminal_status_counts": {"infeasible": 1}}, "25-32": {"micro_topology_exact_match_rate": 0.1111111111111111, "topology_exact_match_rate": 0.1111111111111111, "placement_overlap_rate": 0.0, "mean_crossings": 0.0, "mean_bends": 21.5, "mean_manhattan_wire_length": 675.0, "mean_canvas_area_used": 56659.0, "accepted": 2, "total": 18, "overlap_count": 0, "overlap_pairs_total": 0, "crossings_total": 0.0, "bends_total": 43.0, "wire_length_total": 1350.0, "canvas_area_total": 113318.0, "topology_failures": 16, "status_counts": {"router_fail": 15, "accepted": 2, "cp_sat_fail": 1}, "failure_reason_counts": {"router_fail": 15, "cp_sat_fail": 1}, "score_tuple": [16, 0, 43.0, 1350.0, 113318.0], "diagnostic_counts": {"gold_samples": 18, "gold_components": 519, "x_top4_hits": 149, "x_top8_hits": 159, "y_top4_hits": 154, "y_top8_hits": 161, "rot_top2_hits": 440, "rot_top4_hits": 519, "gold_component_in_cartesian_hits": 133, "gold_component_in_solver_hits": 133, "gold_full_sample_in_cartesian_hits": 4, "gold_full_sample_in_solver_hits": 4}, "diagnostics": {"gold_samples": 18, "gold_components": 519, "gold_x_top4_recall": 0.28709055876685935, "gold_x_top8_recall": 0.3063583815028902, "gold_y_top4_recall": 0.29672447013487474, "gold_y_top8_recall": 0.31021194605009633, "gold_rot_top2_recall": 0.8477842003853564, "gold_rot_top4_recall": 1.0, "gold_component_in_cartesian_shortlist_rate": 0.25626204238921, "gold_component_in_solver_candidates_rate": 0.25626204238921, "gold_full_sample_in_cartesian_shortlist_rate": 0.2222222222222222, "gold_full_sample_in_solver_candidates_rate": 0.2222222222222222, "gold_selected_any_attempt_rate": 0.0}, "router_fail_net_class_counts": {"ground": 5, "other": 8, "VDD": 2}, "cp_sat_terminal_status_counts": {"infeasible": 1}}, "33-48": {"micro_topology_exact_match_rate": 0.0661764705882353, "topology_exact_match_rate": 0.0661764705882353, "placement_overlap_rate": 0.0, "mean_crossings": 0.0, "mean_bends": 34.888888888888886, "mean_manhattan_wire_length": 979.3333333333334, "mean_canvas_area_used": 64118.88888888889, "accepted": 9, "total": 136, "overlap_count": 0, "overlap_pairs_total": 0, "crossings_total": 0.0, "bends_total": 314.0, "wire_length_total": 8814.0, "canvas_area_total": 577070.0, "topology_failures": 127, "status_counts": {"router_fail": 87, "cp_sat_fail": 40, "accepted": 9}, "failure_reason_counts": {"router_fail": 87, "cp_sat_fail": 40}, "score_tuple": [127, 0, 314.0, 8814.0, 577070.0], "diagnostic_counts": {"gold_samples": 136, "gold_components": 5488, "x_top4_hits": 727, "x_top8_hits": 862, "y_top4_hits": 734, "y_top8_hits": 888, "rot_top2_hits": 4680, "rot_top4_hits": 5488, "gold_component_in_cartesian_hits": 466, "gold_component_in_solver_hits": 466, "gold_full_sample_in_cartesian_hits": 9, "gold_full_sample_in_solver_hits": 9, "gold_selected_any_attempt_hits": 1}, "diagnostics": {"gold_samples": 136, "gold_components": 5488, "gold_x_top4_recall": 0.13247084548104957, "gold_x_top8_recall": 0.15706997084548105, "gold_y_top4_recall": 0.13374635568513119, "gold_y_top8_recall": 0.1618075801749271, "gold_rot_top2_recall": 0.8527696793002916, "gold_rot_top4_recall": 1.0, "gold_component_in_cartesian_shortlist_rate": 0.08491253644314868, "gold_component_in_solver_candidates_rate": 0.08491253644314868, "gold_full_sample_in_cartesian_shortlist_rate": 0.0661764705882353, "gold_full_sample_in_solver_candidates_rate": 0.0661764705882353, "gold_selected_any_attempt_rate": 0.007352941176470588}, "router_fail_net_class_counts": {"ground": 43, "other": 24, "VDD": 19, "VSS": 1}, "cp_sat_terminal_status_counts": {"infeasible": 32, "unknown": 8}}, "49-64": {"micro_topology_exact_match_rate": 0.00980392156862745, "topology_exact_match_rate": 0.00980392156862745, "placement_overlap_rate": 0.0, "mean_crossings": 0.0, "mean_bends": 49.0, "mean_manhattan_wire_length": 1014.0, "mean_canvas_area_used": 50175.0, "accepted": 1, "total": 102, "overlap_count": 0, "overlap_pairs_total": 0, "crossings_total": 0.0, "bends_total": 49.0, "wire_length_total": 1014.0, "canvas_area_total": 50175.0, "topology_failures": 101, "status_counts": {"router_fail": 50, "cp_sat_fail": 51, "accepted": 1}, "failure_reason_counts": {"router_fail": 50, "cp_sat_fail": 51}, "score_tuple": [101, 0, 49.0, 1014.0, 50175.0], "diagnostic_counts": {"gold_samples": 102, "gold_components": 5677, "x_top4_hits": 592, "x_top8_hits": 739, "y_top4_hits": 626, "y_top8_hits": 823, "rot_top2_hits": 4957, "rot_top4_hits": 5677, "gold_component_in_cartesian_hits": 328, "gold_component_in_solver_hits": 328, "gold_full_sample_in_cartesian_hits": 3, "gold_full_sample_in_solver_hits": 3}, "diagnostics": {"gold_samples": 102, "gold_components": 5677, "gold_x_top4_recall": 0.10428042980447419, "gold_x_top8_recall": 0.13017438788092303, "gold_y_top4_recall": 0.11026950854324467, "gold_y_top8_recall": 0.1449709353531795, "gold_rot_top2_recall": 0.8731724502378017, "gold_rot_top4_recall": 1.0, "gold_component_in_cartesian_shortlist_rate": 0.05777699489166813, "gold_component_in_solver_candidates_rate": 0.05777699489166813, "gold_full_sample_in_cartesian_shortlist_rate": 0.029411764705882353, "gold_full_sample_in_solver_candidates_rate": 0.029411764705882353, "gold_selected_any_attempt_rate": 0.0}, "router_fail_net_class_counts": {"ground": 28, "other": 6, "VDD": 16}, "cp_sat_terminal_status_counts": {"infeasible": 42, "unknown": 9}}}, "macro_topology_exact_match_rate": 0.2129560258891594}
|
netlist_to_layout_v1/runs/routerfix-baseline-normal384-rbm0e2t3/full_machine_eval_state.json
ADDED
|
@@ -0,0 +1,846 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"status": "completed",
|
| 3 |
+
"updated_at": "2026-03-10T17:27:44Z",
|
| 4 |
+
"step": 8000,
|
| 5 |
+
"checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt",
|
| 6 |
+
"result": {
|
| 7 |
+
"micro_topology_exact_match_rate": 0.1015625,
|
| 8 |
+
"topology_exact_match_rate": 0.1015625,
|
| 9 |
+
"placement_overlap_rate": 0.0,
|
| 10 |
+
"mean_crossings": 0.0,
|
| 11 |
+
"mean_bends": 19.358974358974358,
|
| 12 |
+
"mean_manhattan_wire_length": 694.5897435897435,
|
| 13 |
+
"mean_canvas_area_used": 48592.4358974359,
|
| 14 |
+
"accepted": 39,
|
| 15 |
+
"total": 384,
|
| 16 |
+
"overlap_count": 0,
|
| 17 |
+
"overlap_pairs_total": 0,
|
| 18 |
+
"crossings_total": 0.0,
|
| 19 |
+
"bends_total": 755.0,
|
| 20 |
+
"wire_length_total": 27089.0,
|
| 21 |
+
"canvas_area_total": 1895105.0,
|
| 22 |
+
"topology_failures": 345,
|
| 23 |
+
"status_counts": {
|
| 24 |
+
"router_fail": 250,
|
| 25 |
+
"accepted": 39,
|
| 26 |
+
"cp_sat_fail": 95
|
| 27 |
+
},
|
| 28 |
+
"failure_reason_counts": {
|
| 29 |
+
"router_fail": 250,
|
| 30 |
+
"cp_sat_fail": 95
|
| 31 |
+
},
|
| 32 |
+
"score_tuple": [
|
| 33 |
+
345,
|
| 34 |
+
0,
|
| 35 |
+
755.0,
|
| 36 |
+
27089.0,
|
| 37 |
+
1895105.0
|
| 38 |
+
],
|
| 39 |
+
"diagnostic_counts": {
|
| 40 |
+
"gold_samples": 384,
|
| 41 |
+
"gold_components": 12971,
|
| 42 |
+
"x_top4_hits": 2059,
|
| 43 |
+
"x_top8_hits": 2389,
|
| 44 |
+
"y_top4_hits": 2163,
|
| 45 |
+
"y_top8_hits": 2544,
|
| 46 |
+
"rot_top2_hits": 11264,
|
| 47 |
+
"rot_top4_hits": 12971,
|
| 48 |
+
"gold_component_in_cartesian_hits": 1451,
|
| 49 |
+
"gold_component_in_solver_hits": 1451,
|
| 50 |
+
"gold_full_sample_in_cartesian_hits": 67,
|
| 51 |
+
"gold_full_sample_in_solver_hits": 67,
|
| 52 |
+
"gold_selected_any_attempt_hits": 35
|
| 53 |
+
},
|
| 54 |
+
"diagnostics": {
|
| 55 |
+
"gold_samples": 384,
|
| 56 |
+
"gold_components": 12971,
|
| 57 |
+
"gold_x_top4_recall": 0.15873872484773727,
|
| 58 |
+
"gold_x_top8_recall": 0.18418009405597102,
|
| 59 |
+
"gold_y_top4_recall": 0.16675661090124122,
|
| 60 |
+
"gold_y_top8_recall": 0.1961298280780202,
|
| 61 |
+
"gold_rot_top2_recall": 0.8683987356410454,
|
| 62 |
+
"gold_rot_top4_recall": 1.0,
|
| 63 |
+
"gold_component_in_cartesian_shortlist_rate": 0.11186492945802175,
|
| 64 |
+
"gold_component_in_solver_candidates_rate": 0.11186492945802175,
|
| 65 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.17447916666666666,
|
| 66 |
+
"gold_full_sample_in_solver_candidates_rate": 0.17447916666666666,
|
| 67 |
+
"gold_selected_any_attempt_rate": 0.09114583333333333
|
| 68 |
+
},
|
| 69 |
+
"router_fail_net_class_counts": {
|
| 70 |
+
"ground": 97,
|
| 71 |
+
"other": 104,
|
| 72 |
+
"VDD": 44,
|
| 73 |
+
"VIN": 1,
|
| 74 |
+
"VSS": 1,
|
| 75 |
+
"VOUT": 1,
|
| 76 |
+
"VCC": 1,
|
| 77 |
+
"power": 1
|
| 78 |
+
},
|
| 79 |
+
"cp_sat_terminal_status_counts": {
|
| 80 |
+
"infeasible": 78,
|
| 81 |
+
"unknown": 17
|
| 82 |
+
},
|
| 83 |
+
"step": 8000,
|
| 84 |
+
"checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt",
|
| 85 |
+
"evaluated_at": "2026-03-10T17:27:44Z",
|
| 86 |
+
"split": "val",
|
| 87 |
+
"subset_size": 384,
|
| 88 |
+
"subset_manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json",
|
| 89 |
+
"mode": "full_machine_sharded_eval",
|
| 90 |
+
"shard_count": 4,
|
| 91 |
+
"sample_workers_per_gpu": 8,
|
| 92 |
+
"solver_workers_per_sample": 6,
|
| 93 |
+
"eval_mode": "normal",
|
| 94 |
+
"force_dataset_root": null,
|
| 95 |
+
"solve_stages": [
|
| 96 |
+
{
|
| 97 |
+
"top_x": 4,
|
| 98 |
+
"top_y": 4,
|
| 99 |
+
"top_rot": 2,
|
| 100 |
+
"max_solver_candidates": 16,
|
| 101 |
+
"cp_sat_timeout_seconds": 10.0,
|
| 102 |
+
"component_candidate_cap": 32
|
| 103 |
+
}
|
| 104 |
+
],
|
| 105 |
+
"routing_options": {
|
| 106 |
+
"placement_margin": 2,
|
| 107 |
+
"routing_block_margin": 0,
|
| 108 |
+
"pin_escape_cells": 2,
|
| 109 |
+
"trunk_first_min_degree": 3,
|
| 110 |
+
"trunk_first_priority_only": false
|
| 111 |
+
},
|
| 112 |
+
"per_root": {
|
| 113 |
+
"ams-net.github.io": {
|
| 114 |
+
"micro_topology_exact_match_rate": 0.47368421052631576,
|
| 115 |
+
"topology_exact_match_rate": 0.47368421052631576,
|
| 116 |
+
"placement_overlap_rate": 0.0,
|
| 117 |
+
"mean_crossings": 0.0,
|
| 118 |
+
"mean_bends": 20.444444444444443,
|
| 119 |
+
"mean_manhattan_wire_length": 721.4444444444445,
|
| 120 |
+
"mean_canvas_area_used": 20599.555555555555,
|
| 121 |
+
"accepted": 9,
|
| 122 |
+
"total": 19,
|
| 123 |
+
"overlap_count": 0,
|
| 124 |
+
"overlap_pairs_total": 0,
|
| 125 |
+
"crossings_total": 0.0,
|
| 126 |
+
"bends_total": 184.0,
|
| 127 |
+
"wire_length_total": 6493.0,
|
| 128 |
+
"canvas_area_total": 185396.0,
|
| 129 |
+
"topology_failures": 10,
|
| 130 |
+
"status_counts": {
|
| 131 |
+
"accepted": 9,
|
| 132 |
+
"router_fail": 9,
|
| 133 |
+
"cp_sat_fail": 1
|
| 134 |
+
},
|
| 135 |
+
"failure_reason_counts": {
|
| 136 |
+
"router_fail": 9,
|
| 137 |
+
"cp_sat_fail": 1
|
| 138 |
+
},
|
| 139 |
+
"score_tuple": [
|
| 140 |
+
10,
|
| 141 |
+
0,
|
| 142 |
+
184.0,
|
| 143 |
+
6493.0,
|
| 144 |
+
185396.0
|
| 145 |
+
],
|
| 146 |
+
"diagnostic_counts": {
|
| 147 |
+
"gold_samples": 19,
|
| 148 |
+
"gold_components": 110,
|
| 149 |
+
"x_top4_hits": 6,
|
| 150 |
+
"x_top8_hits": 14,
|
| 151 |
+
"y_top4_hits": 11,
|
| 152 |
+
"y_top8_hits": 14,
|
| 153 |
+
"rot_top2_hits": 105,
|
| 154 |
+
"rot_top4_hits": 110,
|
| 155 |
+
"gold_component_in_cartesian_hits": 0,
|
| 156 |
+
"gold_component_in_solver_hits": 0
|
| 157 |
+
},
|
| 158 |
+
"diagnostics": {
|
| 159 |
+
"gold_samples": 19,
|
| 160 |
+
"gold_components": 110,
|
| 161 |
+
"gold_x_top4_recall": 0.05454545454545454,
|
| 162 |
+
"gold_x_top8_recall": 0.12727272727272726,
|
| 163 |
+
"gold_y_top4_recall": 0.1,
|
| 164 |
+
"gold_y_top8_recall": 0.12727272727272726,
|
| 165 |
+
"gold_rot_top2_recall": 0.9545454545454546,
|
| 166 |
+
"gold_rot_top4_recall": 1.0,
|
| 167 |
+
"gold_component_in_cartesian_shortlist_rate": 0.0,
|
| 168 |
+
"gold_component_in_solver_candidates_rate": 0.0,
|
| 169 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.0,
|
| 170 |
+
"gold_full_sample_in_solver_candidates_rate": 0.0,
|
| 171 |
+
"gold_selected_any_attempt_rate": 0.0
|
| 172 |
+
},
|
| 173 |
+
"router_fail_net_class_counts": {
|
| 174 |
+
"other": 8,
|
| 175 |
+
"VDD": 1
|
| 176 |
+
},
|
| 177 |
+
"cp_sat_terminal_status_counts": {
|
| 178 |
+
"infeasible": 1
|
| 179 |
+
}
|
| 180 |
+
},
|
| 181 |
+
"ltspice-spice-circuits_hf": {
|
| 182 |
+
"micro_topology_exact_match_rate": 0.08333333333333333,
|
| 183 |
+
"topology_exact_match_rate": 0.08333333333333333,
|
| 184 |
+
"placement_overlap_rate": 0.0,
|
| 185 |
+
"mean_crossings": 0.0,
|
| 186 |
+
"mean_bends": 6.857142857142857,
|
| 187 |
+
"mean_manhattan_wire_length": 697.0,
|
| 188 |
+
"mean_canvas_area_used": 60813.28571428572,
|
| 189 |
+
"accepted": 7,
|
| 190 |
+
"total": 84,
|
| 191 |
+
"overlap_count": 0,
|
| 192 |
+
"overlap_pairs_total": 0,
|
| 193 |
+
"crossings_total": 0.0,
|
| 194 |
+
"bends_total": 48.0,
|
| 195 |
+
"wire_length_total": 4879.0,
|
| 196 |
+
"canvas_area_total": 425693.0,
|
| 197 |
+
"topology_failures": 77,
|
| 198 |
+
"status_counts": {
|
| 199 |
+
"router_fail": 71,
|
| 200 |
+
"accepted": 7,
|
| 201 |
+
"cp_sat_fail": 6
|
| 202 |
+
},
|
| 203 |
+
"failure_reason_counts": {
|
| 204 |
+
"router_fail": 71,
|
| 205 |
+
"cp_sat_fail": 6
|
| 206 |
+
},
|
| 207 |
+
"score_tuple": [
|
| 208 |
+
77,
|
| 209 |
+
0,
|
| 210 |
+
48.0,
|
| 211 |
+
4879.0,
|
| 212 |
+
425693.0
|
| 213 |
+
],
|
| 214 |
+
"diagnostic_counts": {
|
| 215 |
+
"gold_samples": 84,
|
| 216 |
+
"gold_components": 1234,
|
| 217 |
+
"x_top4_hits": 1209,
|
| 218 |
+
"x_top8_hits": 1212,
|
| 219 |
+
"y_top4_hits": 1166,
|
| 220 |
+
"y_top8_hits": 1184,
|
| 221 |
+
"rot_top2_hits": 1230,
|
| 222 |
+
"rot_top4_hits": 1234,
|
| 223 |
+
"gold_component_in_cartesian_hits": 1148,
|
| 224 |
+
"gold_component_in_solver_hits": 1148,
|
| 225 |
+
"gold_full_sample_in_cartesian_hits": 67,
|
| 226 |
+
"gold_full_sample_in_solver_hits": 67,
|
| 227 |
+
"gold_selected_any_attempt_hits": 35
|
| 228 |
+
},
|
| 229 |
+
"diagnostics": {
|
| 230 |
+
"gold_samples": 84,
|
| 231 |
+
"gold_components": 1234,
|
| 232 |
+
"gold_x_top4_recall": 0.979740680713128,
|
| 233 |
+
"gold_x_top8_recall": 0.9821717990275527,
|
| 234 |
+
"gold_y_top4_recall": 0.9448946515397083,
|
| 235 |
+
"gold_y_top8_recall": 0.9594813614262561,
|
| 236 |
+
"gold_rot_top2_recall": 0.9967585089141004,
|
| 237 |
+
"gold_rot_top4_recall": 1.0,
|
| 238 |
+
"gold_component_in_cartesian_shortlist_rate": 0.9303079416531604,
|
| 239 |
+
"gold_component_in_solver_candidates_rate": 0.9303079416531604,
|
| 240 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.7976190476190477,
|
| 241 |
+
"gold_full_sample_in_solver_candidates_rate": 0.7976190476190477,
|
| 242 |
+
"gold_selected_any_attempt_rate": 0.4166666666666667
|
| 243 |
+
},
|
| 244 |
+
"router_fail_net_class_counts": {
|
| 245 |
+
"ground": 17,
|
| 246 |
+
"other": 48,
|
| 247 |
+
"VDD": 3,
|
| 248 |
+
"VIN": 1,
|
| 249 |
+
"VOUT": 1,
|
| 250 |
+
"VCC": 1
|
| 251 |
+
},
|
| 252 |
+
"cp_sat_terminal_status_counts": {
|
| 253 |
+
"infeasible": 4,
|
| 254 |
+
"unknown": 2
|
| 255 |
+
}
|
| 256 |
+
},
|
| 257 |
+
"open-schematics_hf": {
|
| 258 |
+
"micro_topology_exact_match_rate": 0.08185053380782918,
|
| 259 |
+
"topology_exact_match_rate": 0.08185053380782918,
|
| 260 |
+
"placement_overlap_rate": 0.0,
|
| 261 |
+
"mean_crossings": 0.0,
|
| 262 |
+
"mean_bends": 22.73913043478261,
|
| 263 |
+
"mean_manhattan_wire_length": 683.3478260869565,
|
| 264 |
+
"mean_canvas_area_used": 55826.782608695656,
|
| 265 |
+
"accepted": 23,
|
| 266 |
+
"total": 281,
|
| 267 |
+
"overlap_count": 0,
|
| 268 |
+
"overlap_pairs_total": 0,
|
| 269 |
+
"crossings_total": 0.0,
|
| 270 |
+
"bends_total": 523.0,
|
| 271 |
+
"wire_length_total": 15717.0,
|
| 272 |
+
"canvas_area_total": 1284016.0,
|
| 273 |
+
"topology_failures": 258,
|
| 274 |
+
"status_counts": {
|
| 275 |
+
"accepted": 23,
|
| 276 |
+
"router_fail": 170,
|
| 277 |
+
"cp_sat_fail": 88
|
| 278 |
+
},
|
| 279 |
+
"failure_reason_counts": {
|
| 280 |
+
"router_fail": 170,
|
| 281 |
+
"cp_sat_fail": 88
|
| 282 |
+
},
|
| 283 |
+
"score_tuple": [
|
| 284 |
+
258,
|
| 285 |
+
0,
|
| 286 |
+
523.0,
|
| 287 |
+
15717.0,
|
| 288 |
+
1284016.0
|
| 289 |
+
],
|
| 290 |
+
"diagnostic_counts": {
|
| 291 |
+
"gold_samples": 281,
|
| 292 |
+
"gold_components": 11627,
|
| 293 |
+
"x_top4_hits": 844,
|
| 294 |
+
"x_top8_hits": 1163,
|
| 295 |
+
"y_top4_hits": 986,
|
| 296 |
+
"y_top8_hits": 1346,
|
| 297 |
+
"rot_top2_hits": 9929,
|
| 298 |
+
"rot_top4_hits": 11627,
|
| 299 |
+
"gold_component_in_cartesian_hits": 303,
|
| 300 |
+
"gold_component_in_solver_hits": 303
|
| 301 |
+
},
|
| 302 |
+
"diagnostics": {
|
| 303 |
+
"gold_samples": 281,
|
| 304 |
+
"gold_components": 11627,
|
| 305 |
+
"gold_x_top4_recall": 0.07258966199363551,
|
| 306 |
+
"gold_x_top8_recall": 0.10002580201255698,
|
| 307 |
+
"gold_y_top4_recall": 0.0848026146039391,
|
| 308 |
+
"gold_y_top8_recall": 0.11576502967231445,
|
| 309 |
+
"gold_rot_top2_recall": 0.8539606089274964,
|
| 310 |
+
"gold_rot_top4_recall": 1.0,
|
| 311 |
+
"gold_component_in_cartesian_shortlist_rate": 0.02606003268254924,
|
| 312 |
+
"gold_component_in_solver_candidates_rate": 0.02606003268254924,
|
| 313 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.0,
|
| 314 |
+
"gold_full_sample_in_solver_candidates_rate": 0.0,
|
| 315 |
+
"gold_selected_any_attempt_rate": 0.0
|
| 316 |
+
},
|
| 317 |
+
"router_fail_net_class_counts": {
|
| 318 |
+
"other": 48,
|
| 319 |
+
"ground": 80,
|
| 320 |
+
"VDD": 40,
|
| 321 |
+
"VSS": 1,
|
| 322 |
+
"power": 1
|
| 323 |
+
},
|
| 324 |
+
"cp_sat_terminal_status_counts": {
|
| 325 |
+
"infeasible": 73,
|
| 326 |
+
"unknown": 15
|
| 327 |
+
}
|
| 328 |
+
}
|
| 329 |
+
},
|
| 330 |
+
"per_size_bin": {
|
| 331 |
+
"01-04": {
|
| 332 |
+
"micro_topology_exact_match_rate": 0.4838709677419355,
|
| 333 |
+
"topology_exact_match_rate": 0.4838709677419355,
|
| 334 |
+
"placement_overlap_rate": 0.0,
|
| 335 |
+
"mean_crossings": 0.0,
|
| 336 |
+
"mean_bends": 10.133333333333333,
|
| 337 |
+
"mean_manhattan_wire_length": 551.2666666666667,
|
| 338 |
+
"mean_canvas_area_used": 33019.73333333333,
|
| 339 |
+
"accepted": 15,
|
| 340 |
+
"total": 31,
|
| 341 |
+
"overlap_count": 0,
|
| 342 |
+
"overlap_pairs_total": 0,
|
| 343 |
+
"crossings_total": 0.0,
|
| 344 |
+
"bends_total": 152.0,
|
| 345 |
+
"wire_length_total": 8269.0,
|
| 346 |
+
"canvas_area_total": 495296.0,
|
| 347 |
+
"topology_failures": 16,
|
| 348 |
+
"status_counts": {
|
| 349 |
+
"accepted": 15,
|
| 350 |
+
"router_fail": 16
|
| 351 |
+
},
|
| 352 |
+
"failure_reason_counts": {
|
| 353 |
+
"router_fail": 16
|
| 354 |
+
},
|
| 355 |
+
"score_tuple": [
|
| 356 |
+
16,
|
| 357 |
+
0,
|
| 358 |
+
152.0,
|
| 359 |
+
8269.0,
|
| 360 |
+
495296.0
|
| 361 |
+
],
|
| 362 |
+
"diagnostic_counts": {
|
| 363 |
+
"gold_samples": 31,
|
| 364 |
+
"gold_components": 104,
|
| 365 |
+
"x_top4_hits": 59,
|
| 366 |
+
"x_top8_hits": 65,
|
| 367 |
+
"y_top4_hits": 64,
|
| 368 |
+
"y_top8_hits": 67,
|
| 369 |
+
"rot_top2_hits": 99,
|
| 370 |
+
"rot_top4_hits": 104,
|
| 371 |
+
"gold_component_in_cartesian_hits": 47,
|
| 372 |
+
"gold_component_in_solver_hits": 47,
|
| 373 |
+
"gold_full_sample_in_cartesian_hits": 9,
|
| 374 |
+
"gold_full_sample_in_solver_hits": 9,
|
| 375 |
+
"gold_selected_any_attempt_hits": 9
|
| 376 |
+
},
|
| 377 |
+
"diagnostics": {
|
| 378 |
+
"gold_samples": 31,
|
| 379 |
+
"gold_components": 104,
|
| 380 |
+
"gold_x_top4_recall": 0.5673076923076923,
|
| 381 |
+
"gold_x_top8_recall": 0.625,
|
| 382 |
+
"gold_y_top4_recall": 0.6153846153846154,
|
| 383 |
+
"gold_y_top8_recall": 0.6442307692307693,
|
| 384 |
+
"gold_rot_top2_recall": 0.9519230769230769,
|
| 385 |
+
"gold_rot_top4_recall": 1.0,
|
| 386 |
+
"gold_component_in_cartesian_shortlist_rate": 0.4519230769230769,
|
| 387 |
+
"gold_component_in_solver_candidates_rate": 0.4519230769230769,
|
| 388 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.2903225806451613,
|
| 389 |
+
"gold_full_sample_in_solver_candidates_rate": 0.2903225806451613,
|
| 390 |
+
"gold_selected_any_attempt_rate": 0.2903225806451613
|
| 391 |
+
},
|
| 392 |
+
"router_fail_net_class_counts": {
|
| 393 |
+
"ground": 5,
|
| 394 |
+
"other": 9,
|
| 395 |
+
"VOUT": 1,
|
| 396 |
+
"VDD": 1
|
| 397 |
+
},
|
| 398 |
+
"cp_sat_terminal_status_counts": {}
|
| 399 |
+
},
|
| 400 |
+
"05-08": {
|
| 401 |
+
"micro_topology_exact_match_rate": 0.2,
|
| 402 |
+
"topology_exact_match_rate": 0.2,
|
| 403 |
+
"placement_overlap_rate": 0.0,
|
| 404 |
+
"mean_crossings": 0.0,
|
| 405 |
+
"mean_bends": 18.857142857142858,
|
| 406 |
+
"mean_manhattan_wire_length": 760.8571428571429,
|
| 407 |
+
"mean_canvas_area_used": 47820.142857142855,
|
| 408 |
+
"accepted": 7,
|
| 409 |
+
"total": 35,
|
| 410 |
+
"overlap_count": 0,
|
| 411 |
+
"overlap_pairs_total": 0,
|
| 412 |
+
"crossings_total": 0.0,
|
| 413 |
+
"bends_total": 132.0,
|
| 414 |
+
"wire_length_total": 5326.0,
|
| 415 |
+
"canvas_area_total": 334741.0,
|
| 416 |
+
"topology_failures": 28,
|
| 417 |
+
"status_counts": {
|
| 418 |
+
"router_fail": 28,
|
| 419 |
+
"accepted": 7
|
| 420 |
+
},
|
| 421 |
+
"failure_reason_counts": {
|
| 422 |
+
"router_fail": 28
|
| 423 |
+
},
|
| 424 |
+
"score_tuple": [
|
| 425 |
+
28,
|
| 426 |
+
0,
|
| 427 |
+
132.0,
|
| 428 |
+
5326.0,
|
| 429 |
+
334741.0
|
| 430 |
+
],
|
| 431 |
+
"diagnostic_counts": {
|
| 432 |
+
"gold_samples": 35,
|
| 433 |
+
"gold_components": 226,
|
| 434 |
+
"x_top4_hits": 154,
|
| 435 |
+
"x_top8_hits": 158,
|
| 436 |
+
"y_top4_hits": 161,
|
| 437 |
+
"y_top8_hits": 166,
|
| 438 |
+
"rot_top2_hits": 218,
|
| 439 |
+
"rot_top4_hits": 226,
|
| 440 |
+
"gold_component_in_cartesian_hits": 150,
|
| 441 |
+
"gold_component_in_solver_hits": 150,
|
| 442 |
+
"gold_full_sample_in_cartesian_hits": 22,
|
| 443 |
+
"gold_full_sample_in_solver_hits": 22,
|
| 444 |
+
"gold_selected_any_attempt_hits": 19
|
| 445 |
+
},
|
| 446 |
+
"diagnostics": {
|
| 447 |
+
"gold_samples": 35,
|
| 448 |
+
"gold_components": 226,
|
| 449 |
+
"gold_x_top4_recall": 0.6814159292035398,
|
| 450 |
+
"gold_x_top8_recall": 0.6991150442477876,
|
| 451 |
+
"gold_y_top4_recall": 0.7123893805309734,
|
| 452 |
+
"gold_y_top8_recall": 0.7345132743362832,
|
| 453 |
+
"gold_rot_top2_recall": 0.9646017699115044,
|
| 454 |
+
"gold_rot_top4_recall": 1.0,
|
| 455 |
+
"gold_component_in_cartesian_shortlist_rate": 0.6637168141592921,
|
| 456 |
+
"gold_component_in_solver_candidates_rate": 0.6637168141592921,
|
| 457 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.6285714285714286,
|
| 458 |
+
"gold_full_sample_in_solver_candidates_rate": 0.6285714285714286,
|
| 459 |
+
"gold_selected_any_attempt_rate": 0.5428571428571428
|
| 460 |
+
},
|
| 461 |
+
"router_fail_net_class_counts": {
|
| 462 |
+
"other": 22,
|
| 463 |
+
"ground": 3,
|
| 464 |
+
"VDD": 2,
|
| 465 |
+
"VIN": 1
|
| 466 |
+
},
|
| 467 |
+
"cp_sat_terminal_status_counts": {}
|
| 468 |
+
},
|
| 469 |
+
"09-16": {
|
| 470 |
+
"micro_topology_exact_match_rate": 0.11428571428571428,
|
| 471 |
+
"topology_exact_match_rate": 0.11428571428571428,
|
| 472 |
+
"placement_overlap_rate": 0.0,
|
| 473 |
+
"mean_crossings": 0.0,
|
| 474 |
+
"mean_bends": 11.25,
|
| 475 |
+
"mean_manhattan_wire_length": 403.0,
|
| 476 |
+
"mean_canvas_area_used": 64422.25,
|
| 477 |
+
"accepted": 4,
|
| 478 |
+
"total": 35,
|
| 479 |
+
"overlap_count": 0,
|
| 480 |
+
"overlap_pairs_total": 0,
|
| 481 |
+
"crossings_total": 0.0,
|
| 482 |
+
"bends_total": 45.0,
|
| 483 |
+
"wire_length_total": 1612.0,
|
| 484 |
+
"canvas_area_total": 257689.0,
|
| 485 |
+
"topology_failures": 31,
|
| 486 |
+
"status_counts": {
|
| 487 |
+
"accepted": 4,
|
| 488 |
+
"router_fail": 29,
|
| 489 |
+
"cp_sat_fail": 2
|
| 490 |
+
},
|
| 491 |
+
"failure_reason_counts": {
|
| 492 |
+
"router_fail": 29,
|
| 493 |
+
"cp_sat_fail": 2
|
| 494 |
+
},
|
| 495 |
+
"score_tuple": [
|
| 496 |
+
31,
|
| 497 |
+
0,
|
| 498 |
+
45.0,
|
| 499 |
+
1612.0,
|
| 500 |
+
257689.0
|
| 501 |
+
],
|
| 502 |
+
"diagnostic_counts": {
|
| 503 |
+
"gold_samples": 35,
|
| 504 |
+
"gold_components": 434,
|
| 505 |
+
"x_top4_hits": 202,
|
| 506 |
+
"x_top8_hits": 211,
|
| 507 |
+
"y_top4_hits": 240,
|
| 508 |
+
"y_top8_hits": 244,
|
| 509 |
+
"rot_top2_hits": 406,
|
| 510 |
+
"rot_top4_hits": 434,
|
| 511 |
+
"gold_component_in_cartesian_hits": 179,
|
| 512 |
+
"gold_component_in_solver_hits": 179,
|
| 513 |
+
"gold_full_sample_in_cartesian_hits": 14,
|
| 514 |
+
"gold_full_sample_in_solver_hits": 14,
|
| 515 |
+
"gold_selected_any_attempt_hits": 6
|
| 516 |
+
},
|
| 517 |
+
"diagnostics": {
|
| 518 |
+
"gold_samples": 35,
|
| 519 |
+
"gold_components": 434,
|
| 520 |
+
"gold_x_top4_recall": 0.46543778801843316,
|
| 521 |
+
"gold_x_top8_recall": 0.4861751152073733,
|
| 522 |
+
"gold_y_top4_recall": 0.5529953917050692,
|
| 523 |
+
"gold_y_top8_recall": 0.5622119815668203,
|
| 524 |
+
"gold_rot_top2_recall": 0.9354838709677419,
|
| 525 |
+
"gold_rot_top4_recall": 1.0,
|
| 526 |
+
"gold_component_in_cartesian_shortlist_rate": 0.41244239631336405,
|
| 527 |
+
"gold_component_in_solver_candidates_rate": 0.41244239631336405,
|
| 528 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.4,
|
| 529 |
+
"gold_full_sample_in_solver_candidates_rate": 0.4,
|
| 530 |
+
"gold_selected_any_attempt_rate": 0.17142857142857143
|
| 531 |
+
},
|
| 532 |
+
"router_fail_net_class_counts": {
|
| 533 |
+
"ground": 8,
|
| 534 |
+
"other": 18,
|
| 535 |
+
"VDD": 2,
|
| 536 |
+
"VCC": 1
|
| 537 |
+
},
|
| 538 |
+
"cp_sat_terminal_status_counts": {
|
| 539 |
+
"infeasible": 2
|
| 540 |
+
}
|
| 541 |
+
},
|
| 542 |
+
"17-24": {
|
| 543 |
+
"micro_topology_exact_match_rate": 0.037037037037037035,
|
| 544 |
+
"topology_exact_match_rate": 0.037037037037037035,
|
| 545 |
+
"placement_overlap_rate": 0.0,
|
| 546 |
+
"mean_crossings": 0.0,
|
| 547 |
+
"mean_bends": 20.0,
|
| 548 |
+
"mean_manhattan_wire_length": 704.0,
|
| 549 |
+
"mean_canvas_area_used": 66816.0,
|
| 550 |
+
"accepted": 1,
|
| 551 |
+
"total": 27,
|
| 552 |
+
"overlap_count": 0,
|
| 553 |
+
"overlap_pairs_total": 0,
|
| 554 |
+
"crossings_total": 0.0,
|
| 555 |
+
"bends_total": 20.0,
|
| 556 |
+
"wire_length_total": 704.0,
|
| 557 |
+
"canvas_area_total": 66816.0,
|
| 558 |
+
"topology_failures": 26,
|
| 559 |
+
"status_counts": {
|
| 560 |
+
"router_fail": 25,
|
| 561 |
+
"cp_sat_fail": 1,
|
| 562 |
+
"accepted": 1
|
| 563 |
+
},
|
| 564 |
+
"failure_reason_counts": {
|
| 565 |
+
"router_fail": 25,
|
| 566 |
+
"cp_sat_fail": 1
|
| 567 |
+
},
|
| 568 |
+
"score_tuple": [
|
| 569 |
+
26,
|
| 570 |
+
0,
|
| 571 |
+
20.0,
|
| 572 |
+
704.0,
|
| 573 |
+
66816.0
|
| 574 |
+
],
|
| 575 |
+
"diagnostic_counts": {
|
| 576 |
+
"gold_samples": 27,
|
| 577 |
+
"gold_components": 523,
|
| 578 |
+
"x_top4_hits": 176,
|
| 579 |
+
"x_top8_hits": 195,
|
| 580 |
+
"y_top4_hits": 184,
|
| 581 |
+
"y_top8_hits": 195,
|
| 582 |
+
"rot_top2_hits": 464,
|
| 583 |
+
"rot_top4_hits": 523,
|
| 584 |
+
"gold_component_in_cartesian_hits": 148,
|
| 585 |
+
"gold_component_in_solver_hits": 148,
|
| 586 |
+
"gold_full_sample_in_cartesian_hits": 6,
|
| 587 |
+
"gold_full_sample_in_solver_hits": 6
|
| 588 |
+
},
|
| 589 |
+
"diagnostics": {
|
| 590 |
+
"gold_samples": 27,
|
| 591 |
+
"gold_components": 523,
|
| 592 |
+
"gold_x_top4_recall": 0.3365200764818356,
|
| 593 |
+
"gold_x_top8_recall": 0.372848948374761,
|
| 594 |
+
"gold_y_top4_recall": 0.35181644359464626,
|
| 595 |
+
"gold_y_top8_recall": 0.372848948374761,
|
| 596 |
+
"gold_rot_top2_recall": 0.887189292543021,
|
| 597 |
+
"gold_rot_top4_recall": 1.0,
|
| 598 |
+
"gold_component_in_cartesian_shortlist_rate": 0.2829827915869981,
|
| 599 |
+
"gold_component_in_solver_candidates_rate": 0.2829827915869981,
|
| 600 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.2222222222222222,
|
| 601 |
+
"gold_full_sample_in_solver_candidates_rate": 0.2222222222222222,
|
| 602 |
+
"gold_selected_any_attempt_rate": 0.0
|
| 603 |
+
},
|
| 604 |
+
"router_fail_net_class_counts": {
|
| 605 |
+
"other": 17,
|
| 606 |
+
"VDD": 2,
|
| 607 |
+
"ground": 5,
|
| 608 |
+
"power": 1
|
| 609 |
+
},
|
| 610 |
+
"cp_sat_terminal_status_counts": {
|
| 611 |
+
"infeasible": 1
|
| 612 |
+
}
|
| 613 |
+
},
|
| 614 |
+
"25-32": {
|
| 615 |
+
"micro_topology_exact_match_rate": 0.1111111111111111,
|
| 616 |
+
"topology_exact_match_rate": 0.1111111111111111,
|
| 617 |
+
"placement_overlap_rate": 0.0,
|
| 618 |
+
"mean_crossings": 0.0,
|
| 619 |
+
"mean_bends": 21.5,
|
| 620 |
+
"mean_manhattan_wire_length": 675.0,
|
| 621 |
+
"mean_canvas_area_used": 56659.0,
|
| 622 |
+
"accepted": 2,
|
| 623 |
+
"total": 18,
|
| 624 |
+
"overlap_count": 0,
|
| 625 |
+
"overlap_pairs_total": 0,
|
| 626 |
+
"crossings_total": 0.0,
|
| 627 |
+
"bends_total": 43.0,
|
| 628 |
+
"wire_length_total": 1350.0,
|
| 629 |
+
"canvas_area_total": 113318.0,
|
| 630 |
+
"topology_failures": 16,
|
| 631 |
+
"status_counts": {
|
| 632 |
+
"router_fail": 15,
|
| 633 |
+
"accepted": 2,
|
| 634 |
+
"cp_sat_fail": 1
|
| 635 |
+
},
|
| 636 |
+
"failure_reason_counts": {
|
| 637 |
+
"router_fail": 15,
|
| 638 |
+
"cp_sat_fail": 1
|
| 639 |
+
},
|
| 640 |
+
"score_tuple": [
|
| 641 |
+
16,
|
| 642 |
+
0,
|
| 643 |
+
43.0,
|
| 644 |
+
1350.0,
|
| 645 |
+
113318.0
|
| 646 |
+
],
|
| 647 |
+
"diagnostic_counts": {
|
| 648 |
+
"gold_samples": 18,
|
| 649 |
+
"gold_components": 519,
|
| 650 |
+
"x_top4_hits": 149,
|
| 651 |
+
"x_top8_hits": 159,
|
| 652 |
+
"y_top4_hits": 154,
|
| 653 |
+
"y_top8_hits": 161,
|
| 654 |
+
"rot_top2_hits": 440,
|
| 655 |
+
"rot_top4_hits": 519,
|
| 656 |
+
"gold_component_in_cartesian_hits": 133,
|
| 657 |
+
"gold_component_in_solver_hits": 133,
|
| 658 |
+
"gold_full_sample_in_cartesian_hits": 4,
|
| 659 |
+
"gold_full_sample_in_solver_hits": 4
|
| 660 |
+
},
|
| 661 |
+
"diagnostics": {
|
| 662 |
+
"gold_samples": 18,
|
| 663 |
+
"gold_components": 519,
|
| 664 |
+
"gold_x_top4_recall": 0.28709055876685935,
|
| 665 |
+
"gold_x_top8_recall": 0.3063583815028902,
|
| 666 |
+
"gold_y_top4_recall": 0.29672447013487474,
|
| 667 |
+
"gold_y_top8_recall": 0.31021194605009633,
|
| 668 |
+
"gold_rot_top2_recall": 0.8477842003853564,
|
| 669 |
+
"gold_rot_top4_recall": 1.0,
|
| 670 |
+
"gold_component_in_cartesian_shortlist_rate": 0.25626204238921,
|
| 671 |
+
"gold_component_in_solver_candidates_rate": 0.25626204238921,
|
| 672 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.2222222222222222,
|
| 673 |
+
"gold_full_sample_in_solver_candidates_rate": 0.2222222222222222,
|
| 674 |
+
"gold_selected_any_attempt_rate": 0.0
|
| 675 |
+
},
|
| 676 |
+
"router_fail_net_class_counts": {
|
| 677 |
+
"ground": 5,
|
| 678 |
+
"other": 8,
|
| 679 |
+
"VDD": 2
|
| 680 |
+
},
|
| 681 |
+
"cp_sat_terminal_status_counts": {
|
| 682 |
+
"infeasible": 1
|
| 683 |
+
}
|
| 684 |
+
},
|
| 685 |
+
"33-48": {
|
| 686 |
+
"micro_topology_exact_match_rate": 0.0661764705882353,
|
| 687 |
+
"topology_exact_match_rate": 0.0661764705882353,
|
| 688 |
+
"placement_overlap_rate": 0.0,
|
| 689 |
+
"mean_crossings": 0.0,
|
| 690 |
+
"mean_bends": 34.888888888888886,
|
| 691 |
+
"mean_manhattan_wire_length": 979.3333333333334,
|
| 692 |
+
"mean_canvas_area_used": 64118.88888888889,
|
| 693 |
+
"accepted": 9,
|
| 694 |
+
"total": 136,
|
| 695 |
+
"overlap_count": 0,
|
| 696 |
+
"overlap_pairs_total": 0,
|
| 697 |
+
"crossings_total": 0.0,
|
| 698 |
+
"bends_total": 314.0,
|
| 699 |
+
"wire_length_total": 8814.0,
|
| 700 |
+
"canvas_area_total": 577070.0,
|
| 701 |
+
"topology_failures": 127,
|
| 702 |
+
"status_counts": {
|
| 703 |
+
"router_fail": 87,
|
| 704 |
+
"cp_sat_fail": 40,
|
| 705 |
+
"accepted": 9
|
| 706 |
+
},
|
| 707 |
+
"failure_reason_counts": {
|
| 708 |
+
"router_fail": 87,
|
| 709 |
+
"cp_sat_fail": 40
|
| 710 |
+
},
|
| 711 |
+
"score_tuple": [
|
| 712 |
+
127,
|
| 713 |
+
0,
|
| 714 |
+
314.0,
|
| 715 |
+
8814.0,
|
| 716 |
+
577070.0
|
| 717 |
+
],
|
| 718 |
+
"diagnostic_counts": {
|
| 719 |
+
"gold_samples": 136,
|
| 720 |
+
"gold_components": 5488,
|
| 721 |
+
"x_top4_hits": 727,
|
| 722 |
+
"x_top8_hits": 862,
|
| 723 |
+
"y_top4_hits": 734,
|
| 724 |
+
"y_top8_hits": 888,
|
| 725 |
+
"rot_top2_hits": 4680,
|
| 726 |
+
"rot_top4_hits": 5488,
|
| 727 |
+
"gold_component_in_cartesian_hits": 466,
|
| 728 |
+
"gold_component_in_solver_hits": 466,
|
| 729 |
+
"gold_full_sample_in_cartesian_hits": 9,
|
| 730 |
+
"gold_full_sample_in_solver_hits": 9,
|
| 731 |
+
"gold_selected_any_attempt_hits": 1
|
| 732 |
+
},
|
| 733 |
+
"diagnostics": {
|
| 734 |
+
"gold_samples": 136,
|
| 735 |
+
"gold_components": 5488,
|
| 736 |
+
"gold_x_top4_recall": 0.13247084548104957,
|
| 737 |
+
"gold_x_top8_recall": 0.15706997084548105,
|
| 738 |
+
"gold_y_top4_recall": 0.13374635568513119,
|
| 739 |
+
"gold_y_top8_recall": 0.1618075801749271,
|
| 740 |
+
"gold_rot_top2_recall": 0.8527696793002916,
|
| 741 |
+
"gold_rot_top4_recall": 1.0,
|
| 742 |
+
"gold_component_in_cartesian_shortlist_rate": 0.08491253644314868,
|
| 743 |
+
"gold_component_in_solver_candidates_rate": 0.08491253644314868,
|
| 744 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.0661764705882353,
|
| 745 |
+
"gold_full_sample_in_solver_candidates_rate": 0.0661764705882353,
|
| 746 |
+
"gold_selected_any_attempt_rate": 0.007352941176470588
|
| 747 |
+
},
|
| 748 |
+
"router_fail_net_class_counts": {
|
| 749 |
+
"ground": 43,
|
| 750 |
+
"other": 24,
|
| 751 |
+
"VDD": 19,
|
| 752 |
+
"VSS": 1
|
| 753 |
+
},
|
| 754 |
+
"cp_sat_terminal_status_counts": {
|
| 755 |
+
"infeasible": 32,
|
| 756 |
+
"unknown": 8
|
| 757 |
+
}
|
| 758 |
+
},
|
| 759 |
+
"49-64": {
|
| 760 |
+
"micro_topology_exact_match_rate": 0.00980392156862745,
|
| 761 |
+
"topology_exact_match_rate": 0.00980392156862745,
|
| 762 |
+
"placement_overlap_rate": 0.0,
|
| 763 |
+
"mean_crossings": 0.0,
|
| 764 |
+
"mean_bends": 49.0,
|
| 765 |
+
"mean_manhattan_wire_length": 1014.0,
|
| 766 |
+
"mean_canvas_area_used": 50175.0,
|
| 767 |
+
"accepted": 1,
|
| 768 |
+
"total": 102,
|
| 769 |
+
"overlap_count": 0,
|
| 770 |
+
"overlap_pairs_total": 0,
|
| 771 |
+
"crossings_total": 0.0,
|
| 772 |
+
"bends_total": 49.0,
|
| 773 |
+
"wire_length_total": 1014.0,
|
| 774 |
+
"canvas_area_total": 50175.0,
|
| 775 |
+
"topology_failures": 101,
|
| 776 |
+
"status_counts": {
|
| 777 |
+
"router_fail": 50,
|
| 778 |
+
"cp_sat_fail": 51,
|
| 779 |
+
"accepted": 1
|
| 780 |
+
},
|
| 781 |
+
"failure_reason_counts": {
|
| 782 |
+
"router_fail": 50,
|
| 783 |
+
"cp_sat_fail": 51
|
| 784 |
+
},
|
| 785 |
+
"score_tuple": [
|
| 786 |
+
101,
|
| 787 |
+
0,
|
| 788 |
+
49.0,
|
| 789 |
+
1014.0,
|
| 790 |
+
50175.0
|
| 791 |
+
],
|
| 792 |
+
"diagnostic_counts": {
|
| 793 |
+
"gold_samples": 102,
|
| 794 |
+
"gold_components": 5677,
|
| 795 |
+
"x_top4_hits": 592,
|
| 796 |
+
"x_top8_hits": 739,
|
| 797 |
+
"y_top4_hits": 626,
|
| 798 |
+
"y_top8_hits": 823,
|
| 799 |
+
"rot_top2_hits": 4957,
|
| 800 |
+
"rot_top4_hits": 5677,
|
| 801 |
+
"gold_component_in_cartesian_hits": 328,
|
| 802 |
+
"gold_component_in_solver_hits": 328,
|
| 803 |
+
"gold_full_sample_in_cartesian_hits": 3,
|
| 804 |
+
"gold_full_sample_in_solver_hits": 3
|
| 805 |
+
},
|
| 806 |
+
"diagnostics": {
|
| 807 |
+
"gold_samples": 102,
|
| 808 |
+
"gold_components": 5677,
|
| 809 |
+
"gold_x_top4_recall": 0.10428042980447419,
|
| 810 |
+
"gold_x_top8_recall": 0.13017438788092303,
|
| 811 |
+
"gold_y_top4_recall": 0.11026950854324467,
|
| 812 |
+
"gold_y_top8_recall": 0.1449709353531795,
|
| 813 |
+
"gold_rot_top2_recall": 0.8731724502378017,
|
| 814 |
+
"gold_rot_top4_recall": 1.0,
|
| 815 |
+
"gold_component_in_cartesian_shortlist_rate": 0.05777699489166813,
|
| 816 |
+
"gold_component_in_solver_candidates_rate": 0.05777699489166813,
|
| 817 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.029411764705882353,
|
| 818 |
+
"gold_full_sample_in_solver_candidates_rate": 0.029411764705882353,
|
| 819 |
+
"gold_selected_any_attempt_rate": 0.0
|
| 820 |
+
},
|
| 821 |
+
"router_fail_net_class_counts": {
|
| 822 |
+
"ground": 28,
|
| 823 |
+
"other": 6,
|
| 824 |
+
"VDD": 16
|
| 825 |
+
},
|
| 826 |
+
"cp_sat_terminal_status_counts": {
|
| 827 |
+
"infeasible": 42,
|
| 828 |
+
"unknown": 9
|
| 829 |
+
}
|
| 830 |
+
}
|
| 831 |
+
},
|
| 832 |
+
"macro_topology_exact_match_rate": 0.2129560258891594
|
| 833 |
+
},
|
| 834 |
+
"gpus": [
|
| 835 |
+
"0",
|
| 836 |
+
"1",
|
| 837 |
+
"2",
|
| 838 |
+
"3"
|
| 839 |
+
],
|
| 840 |
+
"cpusets": [
|
| 841 |
+
"0-51",
|
| 842 |
+
"52-103",
|
| 843 |
+
"104-155",
|
| 844 |
+
"156-207"
|
| 845 |
+
]
|
| 846 |
+
}
|
netlist_to_layout_v1/runs/routerfix-baseline-normal384-rbm0e2t3/launcher.log
ADDED
|
@@ -0,0 +1,166 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"full_machine_eval": {"status": "launching_shards", "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "gpus": ["0", "1", "2", "3"], "cpusets": ["0-51", "52-103", "104-155", "156-207"], "updated_at": "2026-03-10T17:00:16Z"}}
|
| 2 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 0, "total": 0, "accepted": 0, "progress_fraction": 0.0, "samples_per_min": 0.0, "eta_min": null, "completed_shards": 0, "updated_at": "2026-03-10T17:00:16Z"}}
|
| 3 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 0, "total": 384, "accepted": 0, "progress_fraction": 0.0, "samples_per_min": 0.0, "eta_min": null, "completed_shards": 0, "updated_at": "2026-03-10T17:00:27Z"}}
|
| 4 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 16, "total": 384, "accepted": 6, "progress_fraction": 0.041666666666666664, "samples_per_min": 47.46113563103056, "eta_min": 7.753712487220764, "completed_shards": 0, "updated_at": "2026-03-10T17:00:37Z"}}
|
| 5 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 16, "total": 384, "accepted": 6, "progress_fraction": 0.041666666666666664, "samples_per_min": 31.74430205912421, "eta_min": 11.59263162612915, "completed_shards": 0, "updated_at": "2026-03-10T17:00:47Z"}}
|
| 6 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 16, "total": 384, "accepted": 6, "progress_fraction": 0.041666666666666664, "samples_per_min": 23.80068625350618, "eta_min": 15.461739047368367, "completed_shards": 0, "updated_at": "2026-03-10T17:00:57Z"}}
|
| 7 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 16, "total": 384, "accepted": 6, "progress_fraction": 0.041666666666666664, "samples_per_min": 19.051072381896503, "eta_min": 19.316497917970022, "completed_shards": 0, "updated_at": "2026-03-10T17:01:07Z"}}
|
| 8 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 24, "total": 384, "accepted": 7, "progress_fraction": 0.0625, "samples_per_min": 23.837442113875376, "eta_min": 15.102291524410248, "completed_shards": 0, "updated_at": "2026-03-10T17:01:17Z"}}
|
| 9 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 24, "total": 384, "accepted": 7, "progress_fraction": 0.0625, "samples_per_min": 20.44728332055121, "eta_min": 17.606250882148743, "completed_shards": 0, "updated_at": "2026-03-10T17:01:27Z"}}
|
| 10 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 24, "total": 384, "accepted": 7, "progress_fraction": 0.0625, "samples_per_min": 17.9016334074302, "eta_min": 20.109896779060364, "completed_shards": 0, "updated_at": "2026-03-10T17:01:37Z"}}
|
| 11 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 24, "total": 384, "accepted": 7, "progress_fraction": 0.0625, "samples_per_min": 15.91943672932866, "eta_min": 22.613865435123444, "completed_shards": 0, "updated_at": "2026-03-10T17:01:47Z"}}
|
| 12 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 24, "total": 384, "accepted": 7, "progress_fraction": 0.0625, "samples_per_min": 14.323518976924243, "eta_min": 25.133488535881042, "completed_shards": 0, "updated_at": "2026-03-10T17:01:57Z"}}
|
| 13 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 24, "total": 384, "accepted": 7, "progress_fraction": 0.0625, "samples_per_min": 13.020558496797241, "eta_min": 27.648583590984344, "completed_shards": 0, "updated_at": "2026-03-10T17:02:07Z"}}
|
| 14 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 24, "total": 384, "accepted": 7, "progress_fraction": 0.0625, "samples_per_min": 11.937323018566405, "eta_min": 30.157515168190002, "completed_shards": 0, "updated_at": "2026-03-10T17:02:17Z"}}
|
| 15 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 24, "total": 384, "accepted": 7, "progress_fraction": 0.0625, "samples_per_min": 11.021771861599436, "eta_min": 32.66262489557266, "completed_shards": 0, "updated_at": "2026-03-10T17:02:27Z"}}
|
| 16 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 24, "total": 384, "accepted": 7, "progress_fraction": 0.0625, "samples_per_min": 10.234931971340018, "eta_min": 35.173658311367035, "completed_shards": 0, "updated_at": "2026-03-10T17:02:37Z"}}
|
| 17 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 24, "total": 384, "accepted": 7, "progress_fraction": 0.0625, "samples_per_min": 9.551378928381032, "eta_min": 37.69089287519455, "completed_shards": 0, "updated_at": "2026-03-10T17:02:47Z"}}
|
| 18 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 24, "total": 384, "accepted": 7, "progress_fraction": 0.0625, "samples_per_min": 8.950042911484033, "eta_min": 40.22327083349228, "completed_shards": 0, "updated_at": "2026-03-10T17:02:57Z"}}
|
| 19 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 24, "total": 384, "accepted": 7, "progress_fraction": 0.0625, "samples_per_min": 8.423175601276414, "eta_min": 42.73922532796859, "completed_shards": 0, "updated_at": "2026-03-10T17:03:07Z"}}
|
| 20 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 40, "total": 384, "accepted": 7, "progress_fraction": 0.10416666666666667, "samples_per_min": 13.255287834049145, "eta_min": 25.951907216707866, "completed_shards": 0, "updated_at": "2026-03-10T17:03:17Z"}}
|
| 21 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 48, "total": 384, "accepted": 7, "progress_fraction": 0.125, "samples_per_min": 15.070102030913828, "eta_min": 22.295801270008088, "completed_shards": 0, "updated_at": "2026-03-10T17:03:28Z"}}
|
| 22 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 48, "total": 384, "accepted": 7, "progress_fraction": 0.125, "samples_per_min": 14.318124051862199, "eta_min": 23.46676134268443, "completed_shards": 0, "updated_at": "2026-03-10T17:03:38Z"}}
|
| 23 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 56, "total": 384, "accepted": 7, "progress_fraction": 0.14583333333333334, "samples_per_min": 15.909137438410696, "eta_min": 20.61708255835942, "completed_shards": 0, "updated_at": "2026-03-10T17:03:48Z"}}
|
| 24 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 56, "total": 384, "accepted": 7, "progress_fraction": 0.14583333333333334, "samples_per_min": 15.18799232526056, "eta_min": 21.59600775241852, "completed_shards": 0, "updated_at": "2026-03-10T17:03:58Z"}}
|
| 25 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 72, "total": 384, "accepted": 9, "progress_fraction": 0.1875, "samples_per_min": 18.68110536820063, "eta_min": 16.701367175579072, "completed_shards": 0, "updated_at": "2026-03-10T17:04:08Z"}}
|
| 26 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 72, "total": 384, "accepted": 9, "progress_fraction": 0.1875, "samples_per_min": 17.903225368513578, "eta_min": 17.427027453316583, "completed_shards": 0, "updated_at": "2026-03-10T17:04:18Z"}}
|
| 27 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 72, "total": 384, "accepted": 9, "progress_fraction": 0.1875, "samples_per_min": 17.177996081055948, "eta_min": 18.162770472632513, "completed_shards": 0, "updated_at": "2026-03-10T17:04:28Z"}}
|
| 28 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 72, "total": 384, "accepted": 9, "progress_fraction": 0.1875, "samples_per_min": 16.504163283165745, "eta_min": 18.90432096719742, "completed_shards": 0, "updated_at": "2026-03-10T17:04:38Z"}}
|
| 29 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 72, "total": 384, "accepted": 9, "progress_fraction": 0.1875, "samples_per_min": 15.887751946555474, "eta_min": 19.63776883284251, "completed_shards": 0, "updated_at": "2026-03-10T17:04:48Z"}}
|
| 30 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 72, "total": 384, "accepted": 9, "progress_fraction": 0.1875, "samples_per_min": 15.315989148498394, "eta_min": 20.370868441793654, "completed_shards": 0, "updated_at": "2026-03-10T17:04:58Z"}}
|
| 31 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 72, "total": 384, "accepted": 9, "progress_fraction": 0.1875, "samples_per_min": 14.786910449724175, "eta_min": 21.09974230660333, "completed_shards": 0, "updated_at": "2026-03-10T17:05:09Z"}}
|
| 32 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 72, "total": 384, "accepted": 9, "progress_fraction": 0.1875, "samples_per_min": 14.29309378307309, "eta_min": 21.8287240491973, "completed_shards": 0, "updated_at": "2026-03-10T17:05:19Z"}}
|
| 33 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 72, "total": 384, "accepted": 9, "progress_fraction": 0.1875, "samples_per_min": 13.83252828262172, "eta_min": 22.55552951892217, "completed_shards": 0, "updated_at": "2026-03-10T17:05:29Z"}}
|
| 34 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 72, "total": 384, "accepted": 9, "progress_fraction": 0.1875, "samples_per_min": 13.399084210109002, "eta_min": 23.285173457198674, "completed_shards": 0, "updated_at": "2026-03-10T17:05:39Z"}}
|
| 35 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 72, "total": 384, "accepted": 9, "progress_fraction": 0.1875, "samples_per_min": 12.991377704583428, "eta_min": 24.015928648577795, "completed_shards": 0, "updated_at": "2026-03-10T17:05:49Z"}}
|
| 36 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 80, "total": 384, "accepted": 9, "progress_fraction": 0.20833333333333334, "samples_per_min": 14.006923681204889, "eta_min": 21.70355225165685, "completed_shards": 0, "updated_at": "2026-03-10T17:05:59Z"}}
|
| 37 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 88, "total": 384, "accepted": 9, "progress_fraction": 0.22916666666666666, "samples_per_min": 14.961483676374304, "eta_min": 19.784134140881626, "completed_shards": 0, "updated_at": "2026-03-10T17:06:09Z"}}
|
| 38 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 88, "total": 384, "accepted": 9, "progress_fraction": 0.22916666666666666, "samples_per_min": 14.545256428463851, "eta_min": 20.35027718182766, "completed_shards": 0, "updated_at": "2026-03-10T17:06:19Z"}}
|
| 39 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 88, "total": 384, "accepted": 9, "progress_fraction": 0.22916666666666666, "samples_per_min": 14.153393888313397, "eta_min": 20.91371174544999, "completed_shards": 0, "updated_at": "2026-03-10T17:06:29Z"}}
|
| 40 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 88, "total": 384, "accepted": 9, "progress_fraction": 0.22916666666666666, "samples_per_min": 13.782152353688446, "eta_min": 21.477051798863844, "completed_shards": 0, "updated_at": "2026-03-10T17:06:40Z"}}
|
| 41 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 112, "total": 384, "accepted": 10, "progress_fraction": 0.2916666666666667, "samples_per_min": 17.086788193852673, "eta_min": 15.918731883026306, "completed_shards": 0, "updated_at": "2026-03-10T17:06:50Z"}}
|
| 42 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 120, "total": 384, "accepted": 11, "progress_fraction": 0.3125, "samples_per_min": 17.851237541388144, "eta_min": 14.788890651861825, "completed_shards": 0, "updated_at": "2026-03-10T17:07:00Z"}}
|
| 43 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 120, "total": 384, "accepted": 11, "progress_fraction": 0.3125, "samples_per_min": 17.41695758194002, "eta_min": 15.157641554673514, "completed_shards": 0, "updated_at": "2026-03-10T17:07:10Z"}}
|
| 44 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 120, "total": 384, "accepted": 11, "progress_fraction": 0.3125, "samples_per_min": 17.004567387163764, "eta_min": 15.525240600903828, "completed_shards": 0, "updated_at": "2026-03-10T17:07:20Z"}}
|
| 45 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 128, "total": 384, "accepted": 11, "progress_fraction": 0.3333333333333333, "samples_per_min": 17.718757612213626, "eta_min": 14.447965574264527, "completed_shards": 0, "updated_at": "2026-03-10T17:07:30Z"}}
|
| 46 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 128, "total": 384, "accepted": 11, "progress_fraction": 0.3333333333333333, "samples_per_min": 17.316822670184397, "eta_min": 14.783312439918518, "completed_shards": 0, "updated_at": "2026-03-10T17:07:40Z"}}
|
| 47 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 136, "total": 384, "accepted": 13, "progress_fraction": 0.3541666666666667, "samples_per_min": 17.992428265260042, "eta_min": 13.783575865567899, "completed_shards": 0, "updated_at": "2026-03-10T17:07:50Z"}}
|
| 48 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 136, "total": 384, "accepted": 13, "progress_fraction": 0.3541666666666667, "samples_per_min": 17.598925262710164, "eta_min": 14.091769599447062, "completed_shards": 0, "updated_at": "2026-03-10T17:08:00Z"}}
|
| 49 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 136, "total": 384, "accepted": 13, "progress_fraction": 0.3541666666666667, "samples_per_min": 17.223429275351045, "eta_min": 14.398990818565968, "completed_shards": 0, "updated_at": "2026-03-10T17:08:10Z"}}
|
| 50 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 136, "total": 384, "accepted": 13, "progress_fraction": 0.3541666666666667, "samples_per_min": 16.861930421092087, "eta_min": 14.70768730546914, "completed_shards": 0, "updated_at": "2026-03-10T17:08:20Z"}}
|
| 51 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 136, "total": 384, "accepted": 13, "progress_fraction": 0.3541666666666667, "samples_per_min": 16.51838679804469, "eta_min": 15.013572634668911, "completed_shards": 0, "updated_at": "2026-03-10T17:08:30Z"}}
|
| 52 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 144, "total": 384, "accepted": 15, "progress_fraction": 0.375, "samples_per_min": 17.14201125277327, "eta_min": 14.000690844323902, "completed_shards": 0, "updated_at": "2026-03-10T17:08:40Z"}}
|
| 53 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 144, "total": 384, "accepted": 15, "progress_fraction": 0.375, "samples_per_min": 16.804731904641322, "eta_min": 14.281691690286, "completed_shards": 0, "updated_at": "2026-03-10T17:08:51Z"}}
|
| 54 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 144, "total": 384, "accepted": 15, "progress_fraction": 0.375, "samples_per_min": 16.480629358025766, "eta_min": 14.562550663948059, "completed_shards": 0, "updated_at": "2026-03-10T17:09:01Z"}}
|
| 55 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 144, "total": 384, "accepted": 15, "progress_fraction": 0.375, "samples_per_min": 16.17045761596782, "eta_min": 14.841880526807573, "completed_shards": 0, "updated_at": "2026-03-10T17:09:11Z"}}
|
| 56 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 144, "total": 384, "accepted": 15, "progress_fraction": 0.375, "samples_per_min": 15.872689910499288, "eta_min": 15.120310505231222, "completed_shards": 0, "updated_at": "2026-03-10T17:09:21Z"}}
|
| 57 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 144, "total": 384, "accepted": 15, "progress_fraction": 0.375, "samples_per_min": 15.585254568892411, "eta_min": 15.399170988135868, "completed_shards": 0, "updated_at": "2026-03-10T17:09:31Z"}}
|
| 58 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 160, "total": 384, "accepted": 17, "progress_fraction": 0.4166666666666667, "samples_per_min": 17.00713935057306, "eta_min": 13.170939296881357, "completed_shards": 0, "updated_at": "2026-03-10T17:09:41Z"}}
|
| 59 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 160, "total": 384, "accepted": 17, "progress_fraction": 0.4166666666666667, "samples_per_min": 16.710204716159502, "eta_min": 13.404982392787932, "completed_shards": 0, "updated_at": "2026-03-10T17:09:51Z"}}
|
| 60 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 168, "total": 384, "accepted": 18, "progress_fraction": 0.4375, "samples_per_min": 17.24078011622464, "eta_min": 12.528435403960092, "completed_shards": 0, "updated_at": "2026-03-10T17:10:01Z"}}
|
| 61 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 168, "total": 384, "accepted": 18, "progress_fraction": 0.4375, "samples_per_min": 16.949706952765748, "eta_min": 12.743583154678344, "completed_shards": 0, "updated_at": "2026-03-10T17:10:11Z"}}
|
| 62 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 176, "total": 384, "accepted": 19, "progress_fraction": 0.4583333333333333, "samples_per_min": 17.46225516368461, "eta_min": 11.91140537406459, "completed_shards": 0, "updated_at": "2026-03-10T17:10:21Z"}}
|
| 63 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 184, "total": 384, "accepted": 19, "progress_fraction": 0.4791666666666667, "samples_per_min": 17.958109718762927, "eta_min": 11.137029627958935, "completed_shards": 0, "updated_at": "2026-03-10T17:10:31Z"}}
|
| 64 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 184, "total": 384, "accepted": 19, "progress_fraction": 0.4791666666666667, "samples_per_min": 17.669679528293326, "eta_min": 11.318824412166208, "completed_shards": 0, "updated_at": "2026-03-10T17:10:41Z"}}
|
| 65 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 184, "total": 384, "accepted": 19, "progress_fraction": 0.4791666666666667, "samples_per_min": 17.38347049816952, "eta_min": 11.505182467509007, "completed_shards": 0, "updated_at": "2026-03-10T17:10:52Z"}}
|
| 66 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 192, "total": 384, "accepted": 21, "progress_fraction": 0.5, "samples_per_min": 17.856296209970456, "eta_min": 10.752509800593058, "completed_shards": 0, "updated_at": "2026-03-10T17:11:02Z"}}
|
| 67 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 192, "total": 384, "accepted": 21, "progress_fraction": 0.5, "samples_per_min": 17.581084420481826, "eta_min": 10.92082805633545, "completed_shards": 0, "updated_at": "2026-03-10T17:11:12Z"}}
|
| 68 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 200, "total": 384, "accepted": 22, "progress_fraction": 0.5208333333333334, "samples_per_min": 18.034818373788617, "eta_min": 10.202486999670665, "completed_shards": 0, "updated_at": "2026-03-10T17:11:22Z"}}
|
| 69 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 200, "total": 384, "accepted": 22, "progress_fraction": 0.5208333333333334, "samples_per_min": 17.762636753703806, "eta_min": 10.358822428862254, "completed_shards": 0, "updated_at": "2026-03-10T17:11:32Z"}}
|
| 70 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 200, "total": 384, "accepted": 22, "progress_fraction": 0.5208333333333334, "samples_per_min": 17.499800349566208, "eta_min": 10.51440566889445, "completed_shards": 0, "updated_at": "2026-03-10T17:11:42Z"}}
|
| 71 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 200, "total": 384, "accepted": 22, "progress_fraction": 0.5208333333333334, "samples_per_min": 17.243856312381382, "eta_min": 10.670467015425364, "completed_shards": 0, "updated_at": "2026-03-10T17:11:52Z"}}
|
| 72 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 200, "total": 384, "accepted": 22, "progress_fraction": 0.5208333333333334, "samples_per_min": 16.995610013564555, "eta_min": 10.826325142383576, "completed_shards": 0, "updated_at": "2026-03-10T17:12:03Z"}}
|
| 73 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 200, "total": 384, "accepted": 22, "progress_fraction": 0.5208333333333334, "samples_per_min": 16.75762053786865, "eta_min": 10.98007915767034, "completed_shards": 0, "updated_at": "2026-03-10T17:12:13Z"}}
|
| 74 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 200, "total": 384, "accepted": 22, "progress_fraction": 0.5208333333333334, "samples_per_min": 16.526388604438054, "eta_min": 11.133708906650543, "completed_shards": 0, "updated_at": "2026-03-10T17:12:23Z"}}
|
| 75 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 200, "total": 384, "accepted": 22, "progress_fraction": 0.5208333333333334, "samples_per_min": 16.301138300008507, "eta_min": 11.287555299123127, "completed_shards": 0, "updated_at": "2026-03-10T17:12:33Z"}}
|
| 76 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 208, "total": 384, "accepted": 22, "progress_fraction": 0.5416666666666666, "samples_per_min": 16.724604350724803, "eta_min": 10.523417852475093, "completed_shards": 0, "updated_at": "2026-03-10T17:12:43Z"}}
|
| 77 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 208, "total": 384, "accepted": 22, "progress_fraction": 0.5416666666666666, "samples_per_min": 16.501557112912593, "eta_min": 10.665660143204223, "completed_shards": 0, "updated_at": "2026-03-10T17:12:53Z"}}
|
| 78 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 208, "total": 384, "accepted": 22, "progress_fraction": 0.5416666666666666, "samples_per_min": 16.28311905734255, "eta_min": 10.808739982812831, "completed_shards": 0, "updated_at": "2026-03-10T17:13:03Z"}}
|
| 79 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 216, "total": 384, "accepted": 22, "progress_fraction": 0.5625, "samples_per_min": 16.685997452625912, "eta_min": 10.068322285016379, "completed_shards": 0, "updated_at": "2026-03-10T17:13:13Z"}}
|
| 80 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 232, "total": 384, "accepted": 27, "progress_fraction": 0.6041666666666666, "samples_per_min": 17.68930196743227, "eta_min": 8.59276416219514, "completed_shards": 0, "updated_at": "2026-03-10T17:13:23Z"}}
|
| 81 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 240, "total": 384, "accepted": 27, "progress_fraction": 0.625, "samples_per_min": 18.062998609604666, "eta_min": 7.972098271846772, "completed_shards": 0, "updated_at": "2026-03-10T17:13:34Z"}}
|
| 82 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 240, "total": 384, "accepted": 27, "progress_fraction": 0.625, "samples_per_min": 17.83660678246536, "eta_min": 8.073284440040588, "completed_shards": 0, "updated_at": "2026-03-10T17:13:44Z"}}
|
| 83 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 240, "total": 384, "accepted": 27, "progress_fraction": 0.625, "samples_per_min": 17.61214336921162, "eta_min": 8.176176912784577, "completed_shards": 0, "updated_at": "2026-03-10T17:13:54Z"}}
|
| 84 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 240, "total": 384, "accepted": 27, "progress_fraction": 0.625, "samples_per_min": 17.39782757436529, "eta_min": 8.276895456314087, "completed_shards": 0, "updated_at": "2026-03-10T17:14:04Z"}}
|
| 85 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 256, "total": 384, "accepted": 28, "progress_fraction": 0.6666666666666666, "samples_per_min": 18.335692391927868, "eta_min": 6.98091990550359, "completed_shards": 0, "updated_at": "2026-03-10T17:14:14Z"}}
|
| 86 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 256, "total": 384, "accepted": 28, "progress_fraction": 0.6666666666666666, "samples_per_min": 18.119054292878115, "eta_min": 7.064386359850566, "completed_shards": 0, "updated_at": "2026-03-10T17:14:24Z"}}
|
| 87 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 256, "total": 384, "accepted": 28, "progress_fraction": 0.6666666666666666, "samples_per_min": 17.90355749428106, "eta_min": 7.149417094389598, "completed_shards": 0, "updated_at": "2026-03-10T17:14:34Z"}}
|
| 88 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 256, "total": 384, "accepted": 28, "progress_fraction": 0.6666666666666666, "samples_per_min": 17.69560399014004, "eta_min": 7.233434929450353, "completed_shards": 0, "updated_at": "2026-03-10T17:14:44Z"}}
|
| 89 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 256, "total": 384, "accepted": 28, "progress_fraction": 0.6666666666666666, "samples_per_min": 17.49116453736287, "eta_min": 7.317980442444484, "completed_shards": 0, "updated_at": "2026-03-10T17:14:55Z"}}
|
| 90 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 256, "total": 384, "accepted": 28, "progress_fraction": 0.6666666666666666, "samples_per_min": 17.287646030481845, "eta_min": 7.404131237665812, "completed_shards": 0, "updated_at": "2026-03-10T17:15:05Z"}}
|
| 91 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 256, "total": 384, "accepted": 28, "progress_fraction": 0.6666666666666666, "samples_per_min": 17.09236284514224, "eta_min": 7.48872471054395, "completed_shards": 0, "updated_at": "2026-03-10T17:15:15Z"}}
|
| 92 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 256, "total": 384, "accepted": 28, "progress_fraction": 0.6666666666666666, "samples_per_min": 16.90230059079236, "eta_min": 7.5729335963726045, "completed_shards": 0, "updated_at": "2026-03-10T17:15:25Z"}}
|
| 93 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 264, "total": 384, "accepted": 28, "progress_fraction": 0.6875, "samples_per_min": 17.237689852207026, "eta_min": 6.9614896792354, "completed_shards": 0, "updated_at": "2026-03-10T17:15:35Z"}}
|
| 94 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 264, "total": 384, "accepted": 28, "progress_fraction": 0.6875, "samples_per_min": 17.050696451958782, "eta_min": 7.037835688302011, "completed_shards": 0, "updated_at": "2026-03-10T17:15:45Z"}}
|
| 95 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 264, "total": 384, "accepted": 28, "progress_fraction": 0.6875, "samples_per_min": 16.867273298356277, "eta_min": 7.114368628371845, "completed_shards": 0, "updated_at": "2026-03-10T17:15:56Z"}}
|
| 96 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 272, "total": 384, "accepted": 28, "progress_fraction": 0.7083333333333334, "samples_per_min": 17.19453016771189, "eta_min": 6.513699351338779, "completed_shards": 0, "updated_at": "2026-03-10T17:16:06Z"}}
|
| 97 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 280, "total": 384, "accepted": 28, "progress_fraction": 0.7291666666666666, "samples_per_min": 17.51416547899581, "eta_min": 5.938050552549817, "completed_shards": 0, "updated_at": "2026-03-10T17:16:16Z"}}
|
| 98 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 288, "total": 384, "accepted": 32, "progress_fraction": 0.75, "samples_per_min": 17.825152748296322, "eta_min": 5.385648098256853, "completed_shards": 0, "updated_at": "2026-03-10T17:16:26Z"}}
|
| 99 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 288, "total": 384, "accepted": 32, "progress_fraction": 0.75, "samples_per_min": 17.63832161305411, "eta_min": 5.442694724930657, "completed_shards": 0, "updated_at": "2026-03-10T17:16:36Z"}}
|
| 100 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 288, "total": 384, "accepted": 32, "progress_fraction": 0.75, "samples_per_min": 17.455629038753784, "eta_min": 5.499658579296536, "completed_shards": 0, "updated_at": "2026-03-10T17:16:46Z"}}
|
| 101 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 296, "total": 384, "accepted": 32, "progress_fraction": 0.7708333333333334, "samples_per_min": 17.759462774963865, "eta_min": 4.9551048427014734, "completed_shards": 0, "updated_at": "2026-03-10T17:16:56Z"}}
|
| 102 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 304, "total": 384, "accepted": 32, "progress_fraction": 0.7916666666666666, "samples_per_min": 18.0558588276208, "eta_min": 4.43069481013114, "completed_shards": 0, "updated_at": "2026-03-10T17:17:07Z"}}
|
| 103 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 304, "total": 384, "accepted": 32, "progress_fraction": 0.7916666666666666, "samples_per_min": 17.87686205916352, "eta_min": 4.475058303590406, "completed_shards": 0, "updated_at": "2026-03-10T17:17:17Z"}}
|
| 104 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 304, "total": 384, "accepted": 32, "progress_fraction": 0.7916666666666666, "samples_per_min": 17.702106986158938, "eta_min": 4.519236047016947, "completed_shards": 0, "updated_at": "2026-03-10T17:17:27Z"}}
|
| 105 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 304, "total": 384, "accepted": 32, "progress_fraction": 0.7916666666666666, "samples_per_min": 17.531678038947646, "eta_min": 4.56316844413155, "completed_shards": 0, "updated_at": "2026-03-10T17:17:37Z"}}
|
| 106 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 304, "total": 384, "accepted": 32, "progress_fraction": 0.7916666666666666, "samples_per_min": 17.361896557256443, "eta_min": 4.607791535687029, "completed_shards": 0, "updated_at": "2026-03-10T17:17:47Z"}}
|
| 107 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 304, "total": 384, "accepted": 32, "progress_fraction": 0.7916666666666666, "samples_per_min": 17.194645294439336, "eta_min": 4.6526112420517105, "completed_shards": 0, "updated_at": "2026-03-10T17:17:57Z"}}
|
| 108 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 312, "total": 384, "accepted": 33, "progress_fraction": 0.8125, "samples_per_min": 17.480169018688695, "eta_min": 4.11895330777535, "completed_shards": 0, "updated_at": "2026-03-10T17:18:07Z"}}
|
| 109 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 312, "total": 384, "accepted": 33, "progress_fraction": 0.8125, "samples_per_min": 17.312563794631412, "eta_min": 4.1588294405203605, "completed_shards": 0, "updated_at": "2026-03-10T17:18:18Z"}}
|
| 110 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 320, "total": 384, "accepted": 36, "progress_fraction": 0.8333333333333334, "samples_per_min": 17.592096780882205, "eta_min": 3.637997266451517, "completed_shards": 0, "updated_at": "2026-03-10T17:18:28Z"}}
|
| 111 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 320, "total": 384, "accepted": 36, "progress_fraction": 0.8333333333333334, "samples_per_min": 17.43014746481629, "eta_min": 3.671799112955729, "completed_shards": 0, "updated_at": "2026-03-10T17:18:38Z"}}
|
| 112 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 320, "total": 384, "accepted": 36, "progress_fraction": 0.8333333333333334, "samples_per_min": 17.270978982996272, "eta_min": 3.705638230641683, "completed_shards": 0, "updated_at": "2026-03-10T17:18:48Z"}}
|
| 113 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 320, "total": 384, "accepted": 36, "progress_fraction": 0.8333333333333334, "samples_per_min": 17.11349056333827, "eta_min": 3.739739696184794, "completed_shards": 0, "updated_at": "2026-03-10T17:18:58Z"}}
|
| 114 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 320, "total": 384, "accepted": 36, "progress_fraction": 0.8333333333333334, "samples_per_min": 16.960194339132006, "eta_min": 3.773541665871938, "completed_shards": 0, "updated_at": "2026-03-10T17:19:09Z"}}
|
| 115 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 336, "total": 384, "accepted": 36, "progress_fraction": 0.875, "samples_per_min": 17.649663624511696, "eta_min": 2.719598572594779, "completed_shards": 2, "updated_at": "2026-03-10T17:19:19Z"}}
|
| 116 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 336, "total": 384, "accepted": 36, "progress_fraction": 0.875, "samples_per_min": 17.492514922343045, "eta_min": 2.7440308162144254, "completed_shards": 2, "updated_at": "2026-03-10T17:19:29Z"}}
|
| 117 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 336, "total": 384, "accepted": 36, "progress_fraction": 0.875, "samples_per_min": 17.340514859836464, "eta_min": 2.7680838999294095, "completed_shards": 2, "updated_at": "2026-03-10T17:19:39Z"}}
|
| 118 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 336, "total": 384, "accepted": 36, "progress_fraction": 0.875, "samples_per_min": 17.19024658332587, "eta_min": 2.792281062830062, "completed_shards": 2, "updated_at": "2026-03-10T17:19:49Z"}}
|
| 119 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 336, "total": 384, "accepted": 36, "progress_fraction": 0.875, "samples_per_min": 17.043403755193996, "eta_min": 2.8163388422557287, "completed_shards": 2, "updated_at": "2026-03-10T17:19:59Z"}}
|
| 120 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 344, "total": 384, "accepted": 37, "progress_fraction": 0.8958333333333334, "samples_per_min": 17.302054125789592, "eta_min": 2.3118642277495804, "completed_shards": 3, "updated_at": "2026-03-10T17:20:09Z"}}
|
| 121 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 344, "total": 384, "accepted": 37, "progress_fraction": 0.8958333333333334, "samples_per_min": 17.156303616455798, "eta_min": 2.3315045533254164, "completed_shards": 3, "updated_at": "2026-03-10T17:20:19Z"}}
|
| 122 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 344, "total": 384, "accepted": 37, "progress_fraction": 0.8958333333333334, "samples_per_min": 17.012664524708605, "eta_min": 2.351189605949461, "completed_shards": 3, "updated_at": "2026-03-10T17:20:30Z"}}
|
| 123 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 344, "total": 384, "accepted": 37, "progress_fraction": 0.8958333333333334, "samples_per_min": 16.87211240493255, "eta_min": 2.370776049850523, "completed_shards": 3, "updated_at": "2026-03-10T17:20:40Z"}}
|
| 124 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 344, "total": 384, "accepted": 37, "progress_fraction": 0.8958333333333334, "samples_per_min": 16.733801973337677, "eta_min": 2.3903713013774666, "completed_shards": 3, "updated_at": "2026-03-10T17:20:50Z"}}
|
| 125 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 344, "total": 384, "accepted": 37, "progress_fraction": 0.8958333333333334, "samples_per_min": 16.596677582488468, "eta_min": 2.41012092939643, "completed_shards": 3, "updated_at": "2026-03-10T17:21:00Z"}}
|
| 126 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 344, "total": 384, "accepted": 37, "progress_fraction": 0.8958333333333334, "samples_per_min": 16.462799983005045, "eta_min": 2.4297203416972195, "completed_shards": 3, "updated_at": "2026-03-10T17:21:10Z"}}
|
| 127 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 352, "total": 384, "accepted": 37, "progress_fraction": 0.9166666666666666, "samples_per_min": 16.70986655372149, "eta_min": 1.9150362390460391, "completed_shards": 3, "updated_at": "2026-03-10T17:21:20Z"}}
|
| 128 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 352, "total": 384, "accepted": 37, "progress_fraction": 0.9166666666666666, "samples_per_min": 16.57722328580726, "eta_min": 1.9303594726504703, "completed_shards": 3, "updated_at": "2026-03-10T17:21:30Z"}}
|
| 129 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 360, "total": 384, "accepted": 37, "progress_fraction": 0.9375, "samples_per_min": 16.820709882693794, "eta_min": 1.4268125523461237, "completed_shards": 3, "updated_at": "2026-03-10T17:21:41Z"}}
|
| 130 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 360, "total": 384, "accepted": 37, "progress_fraction": 0.9375, "samples_per_min": 16.68818872229858, "eta_min": 1.4381428925196331, "completed_shards": 3, "updated_at": "2026-03-10T17:21:51Z"}}
|
| 131 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 360, "total": 384, "accepted": 37, "progress_fraction": 0.9375, "samples_per_min": 16.556756589491464, "eta_min": 1.4495592702759637, "completed_shards": 3, "updated_at": "2026-03-10T17:22:01Z"}}
|
| 132 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 360, "total": 384, "accepted": 37, "progress_fraction": 0.9375, "samples_per_min": 16.429112326244955, "eta_min": 1.4608214688301089, "completed_shards": 3, "updated_at": "2026-03-10T17:22:11Z"}}
|
| 133 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 360, "total": 384, "accepted": 37, "progress_fraction": 0.9375, "samples_per_min": 16.304424856276007, "eta_min": 1.4719930455419752, "completed_shards": 3, "updated_at": "2026-03-10T17:22:21Z"}}
|
| 134 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 360, "total": 384, "accepted": 37, "progress_fraction": 0.9375, "samples_per_min": 16.179620803749465, "eta_min": 1.4833474956618415, "completed_shards": 3, "updated_at": "2026-03-10T17:22:31Z"}}
|
| 135 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 360, "total": 384, "accepted": 37, "progress_fraction": 0.9375, "samples_per_min": 16.058983531635768, "eta_min": 1.494490604135725, "completed_shards": 3, "updated_at": "2026-03-10T17:22:41Z"}}
|
| 136 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 360, "total": 384, "accepted": 37, "progress_fraction": 0.9375, "samples_per_min": 15.939311341876362, "eta_min": 1.505711224608951, "completed_shards": 3, "updated_at": "2026-03-10T17:22:52Z"}}
|
| 137 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 360, "total": 384, "accepted": 37, "progress_fraction": 0.9375, "samples_per_min": 15.821865414100756, "eta_min": 1.5168881400426228, "completed_shards": 3, "updated_at": "2026-03-10T17:23:02Z"}}
|
| 138 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 360, "total": 384, "accepted": 37, "progress_fraction": 0.9375, "samples_per_min": 15.706594376835675, "eta_min": 1.5280206150478786, "completed_shards": 3, "updated_at": "2026-03-10T17:23:12Z"}}
|
| 139 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 360, "total": 384, "accepted": 37, "progress_fraction": 0.9375, "samples_per_min": 15.59235496995202, "eta_min": 1.5392158558633593, "completed_shards": 3, "updated_at": "2026-03-10T17:23:22Z"}}
|
| 140 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 360, "total": 384, "accepted": 37, "progress_fraction": 0.9375, "samples_per_min": 15.480260076339402, "eta_min": 1.550361549589369, "completed_shards": 3, "updated_at": "2026-03-10T17:23:32Z"}}
|
| 141 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 360, "total": 384, "accepted": 37, "progress_fraction": 0.9375, "samples_per_min": 15.368861317556927, "eta_min": 1.5615990999009874, "completed_shards": 3, "updated_at": "2026-03-10T17:23:42Z"}}
|
| 142 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 360, "total": 384, "accepted": 37, "progress_fraction": 0.9375, "samples_per_min": 15.259397309040558, "eta_min": 1.5728013049231635, "completed_shards": 3, "updated_at": "2026-03-10T17:23:52Z"}}
|
| 143 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 360, "total": 384, "accepted": 37, "progress_fraction": 0.9375, "samples_per_min": 15.151190808481408, "eta_min": 1.584033908843994, "completed_shards": 3, "updated_at": "2026-03-10T17:24:02Z"}}
|
| 144 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 360, "total": 384, "accepted": 37, "progress_fraction": 0.9375, "samples_per_min": 15.04497616060643, "eta_min": 1.595216884613037, "completed_shards": 3, "updated_at": "2026-03-10T17:24:12Z"}}
|
| 145 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 368, "total": 384, "accepted": 38, "progress_fraction": 0.9583333333333334, "samples_per_min": 15.2725364528994, "eta_min": 1.0476321368977644, "completed_shards": 3, "updated_at": "2026-03-10T17:24:22Z"}}
|
| 146 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 368, "total": 384, "accepted": 38, "progress_fraction": 0.9583333333333334, "samples_per_min": 15.166421740351277, "eta_min": 1.0549620915150297, "completed_shards": 3, "updated_at": "2026-03-10T17:24:32Z"}}
|
| 147 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 368, "total": 384, "accepted": 38, "progress_fraction": 0.9583333333333334, "samples_per_min": 15.06208285887966, "eta_min": 1.0622700824253801, "completed_shards": 3, "updated_at": "2026-03-10T17:24:42Z"}}
|
| 148 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 368, "total": 384, "accepted": 38, "progress_fraction": 0.9583333333333334, "samples_per_min": 14.959747979293809, "eta_min": 1.0695367343183877, "completed_shards": 3, "updated_at": "2026-03-10T17:24:52Z"}}
|
| 149 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 368, "total": 384, "accepted": 38, "progress_fraction": 0.9583333333333334, "samples_per_min": 14.858626959310698, "eta_min": 1.0768155122148817, "completed_shards": 3, "updated_at": "2026-03-10T17:25:02Z"}}
|
| 150 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 368, "total": 384, "accepted": 38, "progress_fraction": 0.9583333333333334, "samples_per_min": 14.759145400426483, "eta_min": 1.0840736076451731, "completed_shards": 3, "updated_at": "2026-03-10T17:25:12Z"}}
|
| 151 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 368, "total": 384, "accepted": 38, "progress_fraction": 0.9583333333333334, "samples_per_min": 14.660134308300705, "eta_min": 1.0913951853047248, "completed_shards": 3, "updated_at": "2026-03-10T17:25:23Z"}}
|
| 152 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 368, "total": 384, "accepted": 38, "progress_fraction": 0.9583333333333334, "samples_per_min": 14.563080411422908, "eta_min": 1.098668657178464, "completed_shards": 3, "updated_at": "2026-03-10T17:25:33Z"}}
|
| 153 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 368, "total": 384, "accepted": 38, "progress_fraction": 0.9583333333333334, "samples_per_min": 14.467290319884784, "eta_min": 1.105943106568378, "completed_shards": 3, "updated_at": "2026-03-10T17:25:43Z"}}
|
| 154 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 368, "total": 384, "accepted": 38, "progress_fraction": 0.9583333333333334, "samples_per_min": 14.372798953890813, "eta_min": 1.1132139294043832, "completed_shards": 3, "updated_at": "2026-03-10T17:25:53Z"}}
|
| 155 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 376, "total": 384, "accepted": 38, "progress_fraction": 0.9791666666666666, "samples_per_min": 14.589532006127241, "eta_min": 0.5483383563393397, "completed_shards": 3, "updated_at": "2026-03-10T17:26:03Z"}}
|
| 156 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 376, "total": 384, "accepted": 38, "progress_fraction": 0.9791666666666666, "samples_per_min": 14.49395510921574, "eta_min": 0.5519542415936788, "completed_shards": 3, "updated_at": "2026-03-10T17:26:13Z"}}
|
| 157 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 376, "total": 384, "accepted": 38, "progress_fraction": 0.9791666666666666, "samples_per_min": 14.400668856661802, "eta_min": 0.5555297520989222, "completed_shards": 3, "updated_at": "2026-03-10T17:26:23Z"}}
|
| 158 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 376, "total": 384, "accepted": 38, "progress_fraction": 0.9791666666666666, "samples_per_min": 14.308279602296162, "eta_min": 0.5591168346134484, "completed_shards": 3, "updated_at": "2026-03-10T17:26:33Z"}}
|
| 159 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 376, "total": 384, "accepted": 38, "progress_fraction": 0.9791666666666666, "samples_per_min": 14.217694337237004, "eta_min": 0.5626791384203214, "completed_shards": 3, "updated_at": "2026-03-10T17:26:43Z"}}
|
| 160 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 376, "total": 384, "accepted": 38, "progress_fraction": 0.9791666666666666, "samples_per_min": 14.128223879662542, "eta_min": 0.5662424426552252, "completed_shards": 3, "updated_at": "2026-03-10T17:26:53Z"}}
|
| 161 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 376, "total": 384, "accepted": 38, "progress_fraction": 0.9791666666666666, "samples_per_min": 14.039256129143697, "eta_min": 0.5698307607190829, "completed_shards": 3, "updated_at": "2026-03-10T17:27:03Z"}}
|
| 162 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 376, "total": 384, "accepted": 38, "progress_fraction": 0.9791666666666666, "samples_per_min": 13.951530971689175, "eta_min": 0.5734137720250069, "completed_shards": 3, "updated_at": "2026-03-10T17:27:13Z"}}
|
| 163 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 376, "total": 384, "accepted": 38, "progress_fraction": 0.9791666666666666, "samples_per_min": 13.865328426554791, "eta_min": 0.5769787598163524, "completed_shards": 3, "updated_at": "2026-03-10T17:27:24Z"}}
|
| 164 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 376, "total": 384, "accepted": 38, "progress_fraction": 0.9791666666666666, "samples_per_min": 13.780370565750014, "eta_min": 0.5805359124291873, "completed_shards": 3, "updated_at": "2026-03-10T17:27:34Z"}}
|
| 165 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 384, "total": 384, "accepted": 39, "progress_fraction": 1.0, "samples_per_min": 13.987480355430263, "eta_min": 0.0, "completed_shards": 4, "updated_at": "2026-03-10T17:27:44Z"}}
|
| 166 |
+
{"full_machine_eval": {"status": "merged", "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "step": 8000, "result": {"micro_topology_exact_match_rate": 0.1015625, "topology_exact_match_rate": 0.1015625, "placement_overlap_rate": 0.0, "mean_crossings": 0.0, "mean_bends": 19.358974358974358, "mean_manhattan_wire_length": 694.5897435897435, "mean_canvas_area_used": 48592.4358974359, "accepted": 39, "total": 384, "overlap_count": 0, "overlap_pairs_total": 0, "crossings_total": 0.0, "bends_total": 755.0, "wire_length_total": 27089.0, "canvas_area_total": 1895105.0, "topology_failures": 345, "status_counts": {"router_fail": 250, "accepted": 39, "cp_sat_fail": 95}, "failure_reason_counts": {"router_fail": 250, "cp_sat_fail": 95}, "score_tuple": [345, 0, 755.0, 27089.0, 1895105.0], "diagnostic_counts": {"gold_samples": 384, "gold_components": 12971, "x_top4_hits": 2059, "x_top8_hits": 2389, "y_top4_hits": 2163, "y_top8_hits": 2544, "rot_top2_hits": 11264, "rot_top4_hits": 12971, "gold_component_in_cartesian_hits": 1451, "gold_component_in_solver_hits": 1451, "gold_full_sample_in_cartesian_hits": 67, "gold_full_sample_in_solver_hits": 67, "gold_selected_any_attempt_hits": 35}, "diagnostics": {"gold_samples": 384, "gold_components": 12971, "gold_x_top4_recall": 0.15873872484773727, "gold_x_top8_recall": 0.18418009405597102, "gold_y_top4_recall": 0.16675661090124122, "gold_y_top8_recall": 0.1961298280780202, "gold_rot_top2_recall": 0.8683987356410454, "gold_rot_top4_recall": 1.0, "gold_component_in_cartesian_shortlist_rate": 0.11186492945802175, "gold_component_in_solver_candidates_rate": 0.11186492945802175, "gold_full_sample_in_cartesian_shortlist_rate": 0.17447916666666666, "gold_full_sample_in_solver_candidates_rate": 0.17447916666666666, "gold_selected_any_attempt_rate": 0.09114583333333333}, "router_fail_net_class_counts": {"ground": 97, "other": 104, "VDD": 44, "VIN": 1, "VSS": 1, "VOUT": 1, "VCC": 1, "power": 1}, "cp_sat_terminal_status_counts": {"infeasible": 78, "unknown": 17}, "step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "evaluated_at": "2026-03-10T17:27:44Z", "split": "val", "subset_size": 384, "subset_manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "mode": "full_machine_sharded_eval", "shard_count": 4, "sample_workers_per_gpu": 8, "solver_workers_per_sample": 6, "eval_mode": "normal", "force_dataset_root": null, "solve_stages": [{"top_x": 4, "top_y": 4, "top_rot": 2, "max_solver_candidates": 16, "cp_sat_timeout_seconds": 10.0, "component_candidate_cap": 32}], "routing_options": {"placement_margin": 2, "routing_block_margin": 0, "pin_escape_cells": 2, "trunk_first_min_degree": 3, "trunk_first_priority_only": false}, "per_root": {"ams-net.github.io": {"micro_topology_exact_match_rate": 0.47368421052631576, "topology_exact_match_rate": 0.47368421052631576, "placement_overlap_rate": 0.0, "mean_crossings": 0.0, "mean_bends": 20.444444444444443, "mean_manhattan_wire_length": 721.4444444444445, "mean_canvas_area_used": 20599.555555555555, "accepted": 9, "total": 19, "overlap_count": 0, "overlap_pairs_total": 0, "crossings_total": 0.0, "bends_total": 184.0, "wire_length_total": 6493.0, "canvas_area_total": 185396.0, "topology_failures": 10, "status_counts": {"accepted": 9, "router_fail": 9, "cp_sat_fail": 1}, "failure_reason_counts": {"router_fail": 9, "cp_sat_fail": 1}, "score_tuple": [10, 0, 184.0, 6493.0, 185396.0], "diagnostic_counts": {"gold_samples": 19, "gold_components": 110, "x_top4_hits": 6, "x_top8_hits": 14, "y_top4_hits": 11, "y_top8_hits": 14, "rot_top2_hits": 105, "rot_top4_hits": 110, "gold_component_in_cartesian_hits": 0, "gold_component_in_solver_hits": 0}, "diagnostics": {"gold_samples": 19, "gold_components": 110, "gold_x_top4_recall": 0.05454545454545454, "gold_x_top8_recall": 0.12727272727272726, "gold_y_top4_recall": 0.1, "gold_y_top8_recall": 0.12727272727272726, "gold_rot_top2_recall": 0.9545454545454546, "gold_rot_top4_recall": 1.0, "gold_component_in_cartesian_shortlist_rate": 0.0, "gold_component_in_solver_candidates_rate": 0.0, "gold_full_sample_in_cartesian_shortlist_rate": 0.0, "gold_full_sample_in_solver_candidates_rate": 0.0, "gold_selected_any_attempt_rate": 0.0}, "router_fail_net_class_counts": {"other": 8, "VDD": 1}, "cp_sat_terminal_status_counts": {"infeasible": 1}}, "ltspice-spice-circuits_hf": {"micro_topology_exact_match_rate": 0.08333333333333333, "topology_exact_match_rate": 0.08333333333333333, "placement_overlap_rate": 0.0, "mean_crossings": 0.0, "mean_bends": 6.857142857142857, "mean_manhattan_wire_length": 697.0, "mean_canvas_area_used": 60813.28571428572, "accepted": 7, "total": 84, "overlap_count": 0, "overlap_pairs_total": 0, "crossings_total": 0.0, "bends_total": 48.0, "wire_length_total": 4879.0, "canvas_area_total": 425693.0, "topology_failures": 77, "status_counts": {"router_fail": 71, "accepted": 7, "cp_sat_fail": 6}, "failure_reason_counts": {"router_fail": 71, "cp_sat_fail": 6}, "score_tuple": [77, 0, 48.0, 4879.0, 425693.0], "diagnostic_counts": {"gold_samples": 84, "gold_components": 1234, "x_top4_hits": 1209, "x_top8_hits": 1212, "y_top4_hits": 1166, "y_top8_hits": 1184, "rot_top2_hits": 1230, "rot_top4_hits": 1234, "gold_component_in_cartesian_hits": 1148, "gold_component_in_solver_hits": 1148, "gold_full_sample_in_cartesian_hits": 67, "gold_full_sample_in_solver_hits": 67, "gold_selected_any_attempt_hits": 35}, "diagnostics": {"gold_samples": 84, "gold_components": 1234, "gold_x_top4_recall": 0.979740680713128, "gold_x_top8_recall": 0.9821717990275527, "gold_y_top4_recall": 0.9448946515397083, "gold_y_top8_recall": 0.9594813614262561, "gold_rot_top2_recall": 0.9967585089141004, "gold_rot_top4_recall": 1.0, "gold_component_in_cartesian_shortlist_rate": 0.9303079416531604, "gold_component_in_solver_candidates_rate": 0.9303079416531604, "gold_full_sample_in_cartesian_shortlist_rate": 0.7976190476190477, "gold_full_sample_in_solver_candidates_rate": 0.7976190476190477, "gold_selected_any_attempt_rate": 0.4166666666666667}, "router_fail_net_class_counts": {"ground": 17, "other": 48, "VDD": 3, "VIN": 1, "VOUT": 1, "VCC": 1}, "cp_sat_terminal_status_counts": {"infeasible": 4, "unknown": 2}}, "open-schematics_hf": {"micro_topology_exact_match_rate": 0.08185053380782918, "topology_exact_match_rate": 0.08185053380782918, "placement_overlap_rate": 0.0, "mean_crossings": 0.0, "mean_bends": 22.73913043478261, "mean_manhattan_wire_length": 683.3478260869565, "mean_canvas_area_used": 55826.782608695656, "accepted": 23, "total": 281, "overlap_count": 0, "overlap_pairs_total": 0, "crossings_total": 0.0, "bends_total": 523.0, "wire_length_total": 15717.0, "canvas_area_total": 1284016.0, "topology_failures": 258, "status_counts": {"accepted": 23, "router_fail": 170, "cp_sat_fail": 88}, "failure_reason_counts": {"router_fail": 170, "cp_sat_fail": 88}, "score_tuple": [258, 0, 523.0, 15717.0, 1284016.0], "diagnostic_counts": {"gold_samples": 281, "gold_components": 11627, "x_top4_hits": 844, "x_top8_hits": 1163, "y_top4_hits": 986, "y_top8_hits": 1346, "rot_top2_hits": 9929, "rot_top4_hits": 11627, "gold_component_in_cartesian_hits": 303, "gold_component_in_solver_hits": 303}, "diagnostics": {"gold_samples": 281, "gold_components": 11627, "gold_x_top4_recall": 0.07258966199363551, "gold_x_top8_recall": 0.10002580201255698, "gold_y_top4_recall": 0.0848026146039391, "gold_y_top8_recall": 0.11576502967231445, "gold_rot_top2_recall": 0.8539606089274964, "gold_rot_top4_recall": 1.0, "gold_component_in_cartesian_shortlist_rate": 0.02606003268254924, "gold_component_in_solver_candidates_rate": 0.02606003268254924, "gold_full_sample_in_cartesian_shortlist_rate": 0.0, "gold_full_sample_in_solver_candidates_rate": 0.0, "gold_selected_any_attempt_rate": 0.0}, "router_fail_net_class_counts": {"other": 48, "ground": 80, "VDD": 40, "VSS": 1, "power": 1}, "cp_sat_terminal_status_counts": {"infeasible": 73, "unknown": 15}}}, "per_size_bin": {"01-04": {"micro_topology_exact_match_rate": 0.4838709677419355, "topology_exact_match_rate": 0.4838709677419355, "placement_overlap_rate": 0.0, "mean_crossings": 0.0, "mean_bends": 10.133333333333333, "mean_manhattan_wire_length": 551.2666666666667, "mean_canvas_area_used": 33019.73333333333, "accepted": 15, "total": 31, "overlap_count": 0, "overlap_pairs_total": 0, "crossings_total": 0.0, "bends_total": 152.0, "wire_length_total": 8269.0, "canvas_area_total": 495296.0, "topology_failures": 16, "status_counts": {"accepted": 15, "router_fail": 16}, "failure_reason_counts": {"router_fail": 16}, "score_tuple": [16, 0, 152.0, 8269.0, 495296.0], "diagnostic_counts": {"gold_samples": 31, "gold_components": 104, "x_top4_hits": 59, "x_top8_hits": 65, "y_top4_hits": 64, "y_top8_hits": 67, "rot_top2_hits": 99, "rot_top4_hits": 104, "gold_component_in_cartesian_hits": 47, "gold_component_in_solver_hits": 47, "gold_full_sample_in_cartesian_hits": 9, "gold_full_sample_in_solver_hits": 9, "gold_selected_any_attempt_hits": 9}, "diagnostics": {"gold_samples": 31, "gold_components": 104, "gold_x_top4_recall": 0.5673076923076923, "gold_x_top8_recall": 0.625, "gold_y_top4_recall": 0.6153846153846154, "gold_y_top8_recall": 0.6442307692307693, "gold_rot_top2_recall": 0.9519230769230769, "gold_rot_top4_recall": 1.0, "gold_component_in_cartesian_shortlist_rate": 0.4519230769230769, "gold_component_in_solver_candidates_rate": 0.4519230769230769, "gold_full_sample_in_cartesian_shortlist_rate": 0.2903225806451613, "gold_full_sample_in_solver_candidates_rate": 0.2903225806451613, "gold_selected_any_attempt_rate": 0.2903225806451613}, "router_fail_net_class_counts": {"ground": 5, "other": 9, "VOUT": 1, "VDD": 1}, "cp_sat_terminal_status_counts": {}}, "05-08": {"micro_topology_exact_match_rate": 0.2, "topology_exact_match_rate": 0.2, "placement_overlap_rate": 0.0, "mean_crossings": 0.0, "mean_bends": 18.857142857142858, "mean_manhattan_wire_length": 760.8571428571429, "mean_canvas_area_used": 47820.142857142855, "accepted": 7, "total": 35, "overlap_count": 0, "overlap_pairs_total": 0, "crossings_total": 0.0, "bends_total": 132.0, "wire_length_total": 5326.0, "canvas_area_total": 334741.0, "topology_failures": 28, "status_counts": {"router_fail": 28, "accepted": 7}, "failure_reason_counts": {"router_fail": 28}, "score_tuple": [28, 0, 132.0, 5326.0, 334741.0], "diagnostic_counts": {"gold_samples": 35, "gold_components": 226, "x_top4_hits": 154, "x_top8_hits": 158, "y_top4_hits": 161, "y_top8_hits": 166, "rot_top2_hits": 218, "rot_top4_hits": 226, "gold_component_in_cartesian_hits": 150, "gold_component_in_solver_hits": 150, "gold_full_sample_in_cartesian_hits": 22, "gold_full_sample_in_solver_hits": 22, "gold_selected_any_attempt_hits": 19}, "diagnostics": {"gold_samples": 35, "gold_components": 226, "gold_x_top4_recall": 0.6814159292035398, "gold_x_top8_recall": 0.6991150442477876, "gold_y_top4_recall": 0.7123893805309734, "gold_y_top8_recall": 0.7345132743362832, "gold_rot_top2_recall": 0.9646017699115044, "gold_rot_top4_recall": 1.0, "gold_component_in_cartesian_shortlist_rate": 0.6637168141592921, "gold_component_in_solver_candidates_rate": 0.6637168141592921, "gold_full_sample_in_cartesian_shortlist_rate": 0.6285714285714286, "gold_full_sample_in_solver_candidates_rate": 0.6285714285714286, "gold_selected_any_attempt_rate": 0.5428571428571428}, "router_fail_net_class_counts": {"other": 22, "ground": 3, "VDD": 2, "VIN": 1}, "cp_sat_terminal_status_counts": {}}, "09-16": {"micro_topology_exact_match_rate": 0.11428571428571428, "topology_exact_match_rate": 0.11428571428571428, "placement_overlap_rate": 0.0, "mean_crossings": 0.0, "mean_bends": 11.25, "mean_manhattan_wire_length": 403.0, "mean_canvas_area_used": 64422.25, "accepted": 4, "total": 35, "overlap_count": 0, "overlap_pairs_total": 0, "crossings_total": 0.0, "bends_total": 45.0, "wire_length_total": 1612.0, "canvas_area_total": 257689.0, "topology_failures": 31, "status_counts": {"accepted": 4, "router_fail": 29, "cp_sat_fail": 2}, "failure_reason_counts": {"router_fail": 29, "cp_sat_fail": 2}, "score_tuple": [31, 0, 45.0, 1612.0, 257689.0], "diagnostic_counts": {"gold_samples": 35, "gold_components": 434, "x_top4_hits": 202, "x_top8_hits": 211, "y_top4_hits": 240, "y_top8_hits": 244, "rot_top2_hits": 406, "rot_top4_hits": 434, "gold_component_in_cartesian_hits": 179, "gold_component_in_solver_hits": 179, "gold_full_sample_in_cartesian_hits": 14, "gold_full_sample_in_solver_hits": 14, "gold_selected_any_attempt_hits": 6}, "diagnostics": {"gold_samples": 35, "gold_components": 434, "gold_x_top4_recall": 0.46543778801843316, "gold_x_top8_recall": 0.4861751152073733, "gold_y_top4_recall": 0.5529953917050692, "gold_y_top8_recall": 0.5622119815668203, "gold_rot_top2_recall": 0.9354838709677419, "gold_rot_top4_recall": 1.0, "gold_component_in_cartesian_shortlist_rate": 0.41244239631336405, "gold_component_in_solver_candidates_rate": 0.41244239631336405, "gold_full_sample_in_cartesian_shortlist_rate": 0.4, "gold_full_sample_in_solver_candidates_rate": 0.4, "gold_selected_any_attempt_rate": 0.17142857142857143}, "router_fail_net_class_counts": {"ground": 8, "other": 18, "VDD": 2, "VCC": 1}, "cp_sat_terminal_status_counts": {"infeasible": 2}}, "17-24": {"micro_topology_exact_match_rate": 0.037037037037037035, "topology_exact_match_rate": 0.037037037037037035, "placement_overlap_rate": 0.0, "mean_crossings": 0.0, "mean_bends": 20.0, "mean_manhattan_wire_length": 704.0, "mean_canvas_area_used": 66816.0, "accepted": 1, "total": 27, "overlap_count": 0, "overlap_pairs_total": 0, "crossings_total": 0.0, "bends_total": 20.0, "wire_length_total": 704.0, "canvas_area_total": 66816.0, "topology_failures": 26, "status_counts": {"router_fail": 25, "cp_sat_fail": 1, "accepted": 1}, "failure_reason_counts": {"router_fail": 25, "cp_sat_fail": 1}, "score_tuple": [26, 0, 20.0, 704.0, 66816.0], "diagnostic_counts": {"gold_samples": 27, "gold_components": 523, "x_top4_hits": 176, "x_top8_hits": 195, "y_top4_hits": 184, "y_top8_hits": 195, "rot_top2_hits": 464, "rot_top4_hits": 523, "gold_component_in_cartesian_hits": 148, "gold_component_in_solver_hits": 148, "gold_full_sample_in_cartesian_hits": 6, "gold_full_sample_in_solver_hits": 6}, "diagnostics": {"gold_samples": 27, "gold_components": 523, "gold_x_top4_recall": 0.3365200764818356, "gold_x_top8_recall": 0.372848948374761, "gold_y_top4_recall": 0.35181644359464626, "gold_y_top8_recall": 0.372848948374761, "gold_rot_top2_recall": 0.887189292543021, "gold_rot_top4_recall": 1.0, "gold_component_in_cartesian_shortlist_rate": 0.2829827915869981, "gold_component_in_solver_candidates_rate": 0.2829827915869981, "gold_full_sample_in_cartesian_shortlist_rate": 0.2222222222222222, "gold_full_sample_in_solver_candidates_rate": 0.2222222222222222, "gold_selected_any_attempt_rate": 0.0}, "router_fail_net_class_counts": {"other": 17, "VDD": 2, "ground": 5, "power": 1}, "cp_sat_terminal_status_counts": {"infeasible": 1}}, "25-32": {"micro_topology_exact_match_rate": 0.1111111111111111, "topology_exact_match_rate": 0.1111111111111111, "placement_overlap_rate": 0.0, "mean_crossings": 0.0, "mean_bends": 21.5, "mean_manhattan_wire_length": 675.0, "mean_canvas_area_used": 56659.0, "accepted": 2, "total": 18, "overlap_count": 0, "overlap_pairs_total": 0, "crossings_total": 0.0, "bends_total": 43.0, "wire_length_total": 1350.0, "canvas_area_total": 113318.0, "topology_failures": 16, "status_counts": {"router_fail": 15, "accepted": 2, "cp_sat_fail": 1}, "failure_reason_counts": {"router_fail": 15, "cp_sat_fail": 1}, "score_tuple": [16, 0, 43.0, 1350.0, 113318.0], "diagnostic_counts": {"gold_samples": 18, "gold_components": 519, "x_top4_hits": 149, "x_top8_hits": 159, "y_top4_hits": 154, "y_top8_hits": 161, "rot_top2_hits": 440, "rot_top4_hits": 519, "gold_component_in_cartesian_hits": 133, "gold_component_in_solver_hits": 133, "gold_full_sample_in_cartesian_hits": 4, "gold_full_sample_in_solver_hits": 4}, "diagnostics": {"gold_samples": 18, "gold_components": 519, "gold_x_top4_recall": 0.28709055876685935, "gold_x_top8_recall": 0.3063583815028902, "gold_y_top4_recall": 0.29672447013487474, "gold_y_top8_recall": 0.31021194605009633, "gold_rot_top2_recall": 0.8477842003853564, "gold_rot_top4_recall": 1.0, "gold_component_in_cartesian_shortlist_rate": 0.25626204238921, "gold_component_in_solver_candidates_rate": 0.25626204238921, "gold_full_sample_in_cartesian_shortlist_rate": 0.2222222222222222, "gold_full_sample_in_solver_candidates_rate": 0.2222222222222222, "gold_selected_any_attempt_rate": 0.0}, "router_fail_net_class_counts": {"ground": 5, "other": 8, "VDD": 2}, "cp_sat_terminal_status_counts": {"infeasible": 1}}, "33-48": {"micro_topology_exact_match_rate": 0.0661764705882353, "topology_exact_match_rate": 0.0661764705882353, "placement_overlap_rate": 0.0, "mean_crossings": 0.0, "mean_bends": 34.888888888888886, "mean_manhattan_wire_length": 979.3333333333334, "mean_canvas_area_used": 64118.88888888889, "accepted": 9, "total": 136, "overlap_count": 0, "overlap_pairs_total": 0, "crossings_total": 0.0, "bends_total": 314.0, "wire_length_total": 8814.0, "canvas_area_total": 577070.0, "topology_failures": 127, "status_counts": {"router_fail": 87, "cp_sat_fail": 40, "accepted": 9}, "failure_reason_counts": {"router_fail": 87, "cp_sat_fail": 40}, "score_tuple": [127, 0, 314.0, 8814.0, 577070.0], "diagnostic_counts": {"gold_samples": 136, "gold_components": 5488, "x_top4_hits": 727, "x_top8_hits": 862, "y_top4_hits": 734, "y_top8_hits": 888, "rot_top2_hits": 4680, "rot_top4_hits": 5488, "gold_component_in_cartesian_hits": 466, "gold_component_in_solver_hits": 466, "gold_full_sample_in_cartesian_hits": 9, "gold_full_sample_in_solver_hits": 9, "gold_selected_any_attempt_hits": 1}, "diagnostics": {"gold_samples": 136, "gold_components": 5488, "gold_x_top4_recall": 0.13247084548104957, "gold_x_top8_recall": 0.15706997084548105, "gold_y_top4_recall": 0.13374635568513119, "gold_y_top8_recall": 0.1618075801749271, "gold_rot_top2_recall": 0.8527696793002916, "gold_rot_top4_recall": 1.0, "gold_component_in_cartesian_shortlist_rate": 0.08491253644314868, "gold_component_in_solver_candidates_rate": 0.08491253644314868, "gold_full_sample_in_cartesian_shortlist_rate": 0.0661764705882353, "gold_full_sample_in_solver_candidates_rate": 0.0661764705882353, "gold_selected_any_attempt_rate": 0.007352941176470588}, "router_fail_net_class_counts": {"ground": 43, "other": 24, "VDD": 19, "VSS": 1}, "cp_sat_terminal_status_counts": {"infeasible": 32, "unknown": 8}}, "49-64": {"micro_topology_exact_match_rate": 0.00980392156862745, "topology_exact_match_rate": 0.00980392156862745, "placement_overlap_rate": 0.0, "mean_crossings": 0.0, "mean_bends": 49.0, "mean_manhattan_wire_length": 1014.0, "mean_canvas_area_used": 50175.0, "accepted": 1, "total": 102, "overlap_count": 0, "overlap_pairs_total": 0, "crossings_total": 0.0, "bends_total": 49.0, "wire_length_total": 1014.0, "canvas_area_total": 50175.0, "topology_failures": 101, "status_counts": {"router_fail": 50, "cp_sat_fail": 51, "accepted": 1}, "failure_reason_counts": {"router_fail": 50, "cp_sat_fail": 51}, "score_tuple": [101, 0, 49.0, 1014.0, 50175.0], "diagnostic_counts": {"gold_samples": 102, "gold_components": 5677, "x_top4_hits": 592, "x_top8_hits": 739, "y_top4_hits": 626, "y_top8_hits": 823, "rot_top2_hits": 4957, "rot_top4_hits": 5677, "gold_component_in_cartesian_hits": 328, "gold_component_in_solver_hits": 328, "gold_full_sample_in_cartesian_hits": 3, "gold_full_sample_in_solver_hits": 3}, "diagnostics": {"gold_samples": 102, "gold_components": 5677, "gold_x_top4_recall": 0.10428042980447419, "gold_x_top8_recall": 0.13017438788092303, "gold_y_top4_recall": 0.11026950854324467, "gold_y_top8_recall": 0.1449709353531795, "gold_rot_top2_recall": 0.8731724502378017, "gold_rot_top4_recall": 1.0, "gold_component_in_cartesian_shortlist_rate": 0.05777699489166813, "gold_component_in_solver_candidates_rate": 0.05777699489166813, "gold_full_sample_in_cartesian_shortlist_rate": 0.029411764705882353, "gold_full_sample_in_solver_candidates_rate": 0.029411764705882353, "gold_selected_any_attempt_rate": 0.0}, "router_fail_net_class_counts": {"ground": 28, "other": 6, "VDD": 16}, "cp_sat_terminal_status_counts": {"infeasible": 42, "unknown": 9}}}, "macro_topology_exact_match_rate": 0.2129560258891594}, "updated_at": "2026-03-10T17:27:44Z"}}
|
netlist_to_layout_v1/runs/routerfix-baseline-normal384-rbm0e2t3/posttrain_full_eval_tmp/step-008000/shard_00.json
ADDED
|
@@ -0,0 +1,1147 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"micro_topology_exact_match_rate": 0.11458333333333333,
|
| 3 |
+
"topology_exact_match_rate": 0.11458333333333333,
|
| 4 |
+
"placement_overlap_rate": 0.0,
|
| 5 |
+
"mean_crossings": 0.0,
|
| 6 |
+
"mean_bends": 12.363636363636363,
|
| 7 |
+
"mean_manhattan_wire_length": 589.8181818181819,
|
| 8 |
+
"mean_canvas_area_used": 41496.454545454544,
|
| 9 |
+
"accepted": 11,
|
| 10 |
+
"total": 96,
|
| 11 |
+
"overlap_count": 0,
|
| 12 |
+
"overlap_pairs_total": 0,
|
| 13 |
+
"crossings_total": 0.0,
|
| 14 |
+
"bends_total": 136.0,
|
| 15 |
+
"wire_length_total": 6488.0,
|
| 16 |
+
"canvas_area_total": 456461.0,
|
| 17 |
+
"topology_failures": 85,
|
| 18 |
+
"status_counts": {
|
| 19 |
+
"router_fail": 66,
|
| 20 |
+
"accepted": 11,
|
| 21 |
+
"cp_sat_fail": 19
|
| 22 |
+
},
|
| 23 |
+
"failure_reason_counts": {
|
| 24 |
+
"router_fail": 66,
|
| 25 |
+
"cp_sat_fail": 19
|
| 26 |
+
},
|
| 27 |
+
"score_tuple": [
|
| 28 |
+
85,
|
| 29 |
+
0,
|
| 30 |
+
136.0,
|
| 31 |
+
6488.0,
|
| 32 |
+
456461.0
|
| 33 |
+
],
|
| 34 |
+
"diagnostic_counts": {
|
| 35 |
+
"gold_samples": 96,
|
| 36 |
+
"gold_components": 2955,
|
| 37 |
+
"x_top4_hits": 569,
|
| 38 |
+
"x_top8_hits": 648,
|
| 39 |
+
"y_top4_hits": 566,
|
| 40 |
+
"y_top8_hits": 654,
|
| 41 |
+
"rot_top2_hits": 2601,
|
| 42 |
+
"rot_top4_hits": 2955,
|
| 43 |
+
"gold_component_in_cartesian_hits": 412,
|
| 44 |
+
"gold_component_in_solver_hits": 412,
|
| 45 |
+
"gold_full_sample_in_cartesian_hits": 19,
|
| 46 |
+
"gold_full_sample_in_solver_hits": 19,
|
| 47 |
+
"gold_selected_any_attempt_hits": 12
|
| 48 |
+
},
|
| 49 |
+
"diagnostics": {
|
| 50 |
+
"gold_samples": 96,
|
| 51 |
+
"gold_components": 2955,
|
| 52 |
+
"gold_x_top4_recall": 0.1925549915397631,
|
| 53 |
+
"gold_x_top8_recall": 0.21928934010152284,
|
| 54 |
+
"gold_y_top4_recall": 0.19153976311336718,
|
| 55 |
+
"gold_y_top8_recall": 0.22131979695431472,
|
| 56 |
+
"gold_rot_top2_recall": 0.8802030456852792,
|
| 57 |
+
"gold_rot_top4_recall": 1.0,
|
| 58 |
+
"gold_component_in_cartesian_shortlist_rate": 0.13942470389170897,
|
| 59 |
+
"gold_component_in_solver_candidates_rate": 0.13942470389170897,
|
| 60 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.19791666666666666,
|
| 61 |
+
"gold_full_sample_in_solver_candidates_rate": 0.19791666666666666,
|
| 62 |
+
"gold_selected_any_attempt_rate": 0.125
|
| 63 |
+
},
|
| 64 |
+
"router_fail_net_class_counts": {
|
| 65 |
+
"ground": 28,
|
| 66 |
+
"other": 31,
|
| 67 |
+
"VDD": 7
|
| 68 |
+
},
|
| 69 |
+
"cp_sat_terminal_status_counts": {
|
| 70 |
+
"infeasible": 17,
|
| 71 |
+
"unknown": 2
|
| 72 |
+
},
|
| 73 |
+
"failure_examples": {
|
| 74 |
+
"router_fail": [
|
| 75 |
+
{
|
| 76 |
+
"sample_id": "ltspice-spice-circuits_hf:train-00000-of-00001.parquet:1:16447",
|
| 77 |
+
"graph_hash": "0d07185dd3447b06b10033d16d8c5d6522df3285",
|
| 78 |
+
"dataset_root": "ltspice-spice-circuits_hf",
|
| 79 |
+
"attempts": [
|
| 80 |
+
{
|
| 81 |
+
"stage": 1,
|
| 82 |
+
"stage_config": {
|
| 83 |
+
"top_x": 4,
|
| 84 |
+
"top_y": 4,
|
| 85 |
+
"top_rot": 2,
|
| 86 |
+
"max_solver_candidates": 16,
|
| 87 |
+
"cp_sat_timeout_seconds": 10.0,
|
| 88 |
+
"component_candidate_cap": 32
|
| 89 |
+
},
|
| 90 |
+
"attempt": 1,
|
| 91 |
+
"global_attempt": 1,
|
| 92 |
+
"solver_status": "ok",
|
| 93 |
+
"candidate_count_min": 32,
|
| 94 |
+
"candidate_count_max": 32,
|
| 95 |
+
"candidate_count_total": 896,
|
| 96 |
+
"cartesian_candidate_count_total": 896,
|
| 97 |
+
"forbidden_choice_tuples": 0,
|
| 98 |
+
"component_candidate_cap": 32,
|
| 99 |
+
"cp_sat_status": "feasible",
|
| 100 |
+
"cp_sat_timeout_seconds": 10.0,
|
| 101 |
+
"placement_margin": 2,
|
| 102 |
+
"gold_injected_component_count": 0,
|
| 103 |
+
"objective_value": 75502.0,
|
| 104 |
+
"route_status": "router_fail",
|
| 105 |
+
"route_debug": {
|
| 106 |
+
"failed_net_nid": "N00000",
|
| 107 |
+
"failed_net_name": "0",
|
| 108 |
+
"failed_net_degree": 19,
|
| 109 |
+
"pin_count": 19,
|
| 110 |
+
"tree_cell_count": 518,
|
| 111 |
+
"remaining_pin_count": 11,
|
| 112 |
+
"routing_block_margin": 0,
|
| 113 |
+
"pin_escape_cells": 2,
|
| 114 |
+
"trunk_first_used": true,
|
| 115 |
+
"trunk_first_min_degree": 3
|
| 116 |
+
}
|
| 117 |
+
},
|
| 118 |
+
{
|
| 119 |
+
"stage": 1,
|
| 120 |
+
"stage_config": {
|
| 121 |
+
"top_x": 4,
|
| 122 |
+
"top_y": 4,
|
| 123 |
+
"top_rot": 2,
|
| 124 |
+
"max_solver_candidates": 16,
|
| 125 |
+
"cp_sat_timeout_seconds": 10.0,
|
| 126 |
+
"component_candidate_cap": 32
|
| 127 |
+
},
|
| 128 |
+
"attempt": 2,
|
| 129 |
+
"global_attempt": 2,
|
| 130 |
+
"solver_status": "ok",
|
| 131 |
+
"candidate_count_min": 32,
|
| 132 |
+
"candidate_count_max": 32,
|
| 133 |
+
"candidate_count_total": 896,
|
| 134 |
+
"cartesian_candidate_count_total": 896,
|
| 135 |
+
"forbidden_choice_tuples": 1,
|
| 136 |
+
"component_candidate_cap": 32,
|
| 137 |
+
"cp_sat_status": "feasible",
|
| 138 |
+
"cp_sat_timeout_seconds": 10.0,
|
| 139 |
+
"placement_margin": 2,
|
| 140 |
+
"gold_injected_component_count": 0,
|
| 141 |
+
"objective_value": 75514.0,
|
| 142 |
+
"route_status": "router_fail",
|
| 143 |
+
"route_debug": {
|
| 144 |
+
"failed_net_nid": "N00000",
|
| 145 |
+
"failed_net_name": "0",
|
| 146 |
+
"failed_net_degree": 19,
|
| 147 |
+
"pin_count": 19,
|
| 148 |
+
"tree_cell_count": 518,
|
| 149 |
+
"remaining_pin_count": 11,
|
| 150 |
+
"routing_block_margin": 0,
|
| 151 |
+
"pin_escape_cells": 2,
|
| 152 |
+
"trunk_first_used": true,
|
| 153 |
+
"trunk_first_min_degree": 3
|
| 154 |
+
}
|
| 155 |
+
}
|
| 156 |
+
]
|
| 157 |
+
},
|
| 158 |
+
{
|
| 159 |
+
"sample_id": "open-schematics_hf:train-00008-of-00078.parquet:1:243",
|
| 160 |
+
"graph_hash": "b18454d0f68b852b42ee9043f208a43fc12f9456",
|
| 161 |
+
"dataset_root": "open-schematics_hf",
|
| 162 |
+
"attempts": [
|
| 163 |
+
{
|
| 164 |
+
"stage": 1,
|
| 165 |
+
"stage_config": {
|
| 166 |
+
"top_x": 4,
|
| 167 |
+
"top_y": 4,
|
| 168 |
+
"top_rot": 2,
|
| 169 |
+
"max_solver_candidates": 16,
|
| 170 |
+
"cp_sat_timeout_seconds": 10.0,
|
| 171 |
+
"component_candidate_cap": 32
|
| 172 |
+
},
|
| 173 |
+
"attempt": 1,
|
| 174 |
+
"global_attempt": 1,
|
| 175 |
+
"solver_status": "ok",
|
| 176 |
+
"candidate_count_min": 32,
|
| 177 |
+
"candidate_count_max": 32,
|
| 178 |
+
"candidate_count_total": 576,
|
| 179 |
+
"cartesian_candidate_count_total": 576,
|
| 180 |
+
"forbidden_choice_tuples": 0,
|
| 181 |
+
"component_candidate_cap": 32,
|
| 182 |
+
"cp_sat_status": "optimal",
|
| 183 |
+
"cp_sat_timeout_seconds": 10.0,
|
| 184 |
+
"placement_margin": 2,
|
| 185 |
+
"gold_injected_component_count": 0,
|
| 186 |
+
"objective_value": 71930.0,
|
| 187 |
+
"route_status": "router_fail",
|
| 188 |
+
"route_debug": {
|
| 189 |
+
"failed_net_nid": "N00000",
|
| 190 |
+
"failed_net_name": "net_0",
|
| 191 |
+
"failed_net_degree": 3,
|
| 192 |
+
"pin_count": 3,
|
| 193 |
+
"tree_cell_count": 77,
|
| 194 |
+
"remaining_pin_count": 1,
|
| 195 |
+
"routing_block_margin": 0,
|
| 196 |
+
"pin_escape_cells": 2,
|
| 197 |
+
"trunk_first_used": true,
|
| 198 |
+
"trunk_first_min_degree": 3
|
| 199 |
+
}
|
| 200 |
+
},
|
| 201 |
+
{
|
| 202 |
+
"stage": 1,
|
| 203 |
+
"stage_config": {
|
| 204 |
+
"top_x": 4,
|
| 205 |
+
"top_y": 4,
|
| 206 |
+
"top_rot": 2,
|
| 207 |
+
"max_solver_candidates": 16,
|
| 208 |
+
"cp_sat_timeout_seconds": 10.0,
|
| 209 |
+
"component_candidate_cap": 32
|
| 210 |
+
},
|
| 211 |
+
"attempt": 2,
|
| 212 |
+
"global_attempt": 2,
|
| 213 |
+
"solver_status": "ok",
|
| 214 |
+
"candidate_count_min": 32,
|
| 215 |
+
"candidate_count_max": 32,
|
| 216 |
+
"candidate_count_total": 576,
|
| 217 |
+
"cartesian_candidate_count_total": 576,
|
| 218 |
+
"forbidden_choice_tuples": 1,
|
| 219 |
+
"component_candidate_cap": 32,
|
| 220 |
+
"cp_sat_status": "optimal",
|
| 221 |
+
"cp_sat_timeout_seconds": 10.0,
|
| 222 |
+
"placement_margin": 2,
|
| 223 |
+
"gold_injected_component_count": 0,
|
| 224 |
+
"objective_value": 71930.0,
|
| 225 |
+
"route_status": "router_fail",
|
| 226 |
+
"route_debug": {
|
| 227 |
+
"failed_net_nid": "N00000",
|
| 228 |
+
"failed_net_name": "net_0",
|
| 229 |
+
"failed_net_degree": 3,
|
| 230 |
+
"pin_count": 3,
|
| 231 |
+
"tree_cell_count": 1,
|
| 232 |
+
"remaining_pin_count": 2,
|
| 233 |
+
"routing_block_margin": 0,
|
| 234 |
+
"pin_escape_cells": 2,
|
| 235 |
+
"trunk_first_used": true,
|
| 236 |
+
"trunk_first_min_degree": 3
|
| 237 |
+
}
|
| 238 |
+
}
|
| 239 |
+
]
|
| 240 |
+
},
|
| 241 |
+
{
|
| 242 |
+
"sample_id": "ltspice-spice-circuits_hf:train-00000-of-00001.parquet:1:4752",
|
| 243 |
+
"graph_hash": "b85e4247151883dbe3c431812b007c29f4c0d1ce",
|
| 244 |
+
"dataset_root": "ltspice-spice-circuits_hf",
|
| 245 |
+
"attempts": [
|
| 246 |
+
{
|
| 247 |
+
"stage": 1,
|
| 248 |
+
"stage_config": {
|
| 249 |
+
"top_x": 4,
|
| 250 |
+
"top_y": 4,
|
| 251 |
+
"top_rot": 2,
|
| 252 |
+
"max_solver_candidates": 16,
|
| 253 |
+
"cp_sat_timeout_seconds": 10.0,
|
| 254 |
+
"component_candidate_cap": 32
|
| 255 |
+
},
|
| 256 |
+
"attempt": 1,
|
| 257 |
+
"global_attempt": 1,
|
| 258 |
+
"solver_status": "ok",
|
| 259 |
+
"candidate_count_min": 32,
|
| 260 |
+
"candidate_count_max": 32,
|
| 261 |
+
"candidate_count_total": 192,
|
| 262 |
+
"cartesian_candidate_count_total": 192,
|
| 263 |
+
"forbidden_choice_tuples": 0,
|
| 264 |
+
"component_candidate_cap": 32,
|
| 265 |
+
"cp_sat_status": "optimal",
|
| 266 |
+
"cp_sat_timeout_seconds": 10.0,
|
| 267 |
+
"placement_margin": 2,
|
| 268 |
+
"gold_injected_component_count": 0,
|
| 269 |
+
"objective_value": 2319.0,
|
| 270 |
+
"route_status": "router_fail",
|
| 271 |
+
"route_debug": {
|
| 272 |
+
"failed_net_nid": "N00000",
|
| 273 |
+
"failed_net_name": "N001",
|
| 274 |
+
"failed_net_degree": 2,
|
| 275 |
+
"pin_count": 2,
|
| 276 |
+
"tree_cell_count": 1,
|
| 277 |
+
"remaining_pin_count": 1,
|
| 278 |
+
"routing_block_margin": 0,
|
| 279 |
+
"pin_escape_cells": 2,
|
| 280 |
+
"trunk_first_used": false,
|
| 281 |
+
"trunk_first_min_degree": 3
|
| 282 |
+
}
|
| 283 |
+
},
|
| 284 |
+
{
|
| 285 |
+
"stage": 1,
|
| 286 |
+
"stage_config": {
|
| 287 |
+
"top_x": 4,
|
| 288 |
+
"top_y": 4,
|
| 289 |
+
"top_rot": 2,
|
| 290 |
+
"max_solver_candidates": 16,
|
| 291 |
+
"cp_sat_timeout_seconds": 10.0,
|
| 292 |
+
"component_candidate_cap": 32
|
| 293 |
+
},
|
| 294 |
+
"attempt": 2,
|
| 295 |
+
"global_attempt": 2,
|
| 296 |
+
"solver_status": "ok",
|
| 297 |
+
"candidate_count_min": 32,
|
| 298 |
+
"candidate_count_max": 32,
|
| 299 |
+
"candidate_count_total": 192,
|
| 300 |
+
"cartesian_candidate_count_total": 192,
|
| 301 |
+
"forbidden_choice_tuples": 1,
|
| 302 |
+
"component_candidate_cap": 32,
|
| 303 |
+
"cp_sat_status": "optimal",
|
| 304 |
+
"cp_sat_timeout_seconds": 10.0,
|
| 305 |
+
"placement_margin": 2,
|
| 306 |
+
"gold_injected_component_count": 0,
|
| 307 |
+
"objective_value": 4783.0,
|
| 308 |
+
"route_status": "router_fail",
|
| 309 |
+
"route_debug": {
|
| 310 |
+
"failed_net_nid": "N00000",
|
| 311 |
+
"failed_net_name": "N001",
|
| 312 |
+
"failed_net_degree": 2,
|
| 313 |
+
"pin_count": 2,
|
| 314 |
+
"tree_cell_count": 1,
|
| 315 |
+
"remaining_pin_count": 1,
|
| 316 |
+
"routing_block_margin": 0,
|
| 317 |
+
"pin_escape_cells": 2,
|
| 318 |
+
"trunk_first_used": false,
|
| 319 |
+
"trunk_first_min_degree": 3
|
| 320 |
+
}
|
| 321 |
+
}
|
| 322 |
+
]
|
| 323 |
+
}
|
| 324 |
+
],
|
| 325 |
+
"cp_sat_fail": [
|
| 326 |
+
{
|
| 327 |
+
"sample_id": "open-schematics_hf:train-00014-of-00078.parquet:0:9",
|
| 328 |
+
"graph_hash": "dd889dad399607fda4b73de19c4e223a73a54e42",
|
| 329 |
+
"dataset_root": "open-schematics_hf",
|
| 330 |
+
"attempts": [
|
| 331 |
+
{
|
| 332 |
+
"stage": 1,
|
| 333 |
+
"stage_config": {
|
| 334 |
+
"top_x": 4,
|
| 335 |
+
"top_y": 4,
|
| 336 |
+
"top_rot": 2,
|
| 337 |
+
"max_solver_candidates": 16,
|
| 338 |
+
"cp_sat_timeout_seconds": 10.0,
|
| 339 |
+
"component_candidate_cap": 32
|
| 340 |
+
},
|
| 341 |
+
"attempt": 1,
|
| 342 |
+
"global_attempt": 1,
|
| 343 |
+
"solver_status": "cp_sat_fail",
|
| 344 |
+
"candidate_count_min": 32,
|
| 345 |
+
"candidate_count_max": 32,
|
| 346 |
+
"candidate_count_total": 1184,
|
| 347 |
+
"cartesian_candidate_count_total": 1184,
|
| 348 |
+
"forbidden_choice_tuples": 0,
|
| 349 |
+
"component_candidate_cap": 32,
|
| 350 |
+
"cp_sat_status": "infeasible",
|
| 351 |
+
"cp_sat_timeout_seconds": 10.0,
|
| 352 |
+
"placement_margin": 2,
|
| 353 |
+
"gold_injected_component_count": 0
|
| 354 |
+
}
|
| 355 |
+
]
|
| 356 |
+
},
|
| 357 |
+
{
|
| 358 |
+
"sample_id": "open-schematics_hf:train-00014-of-00078.parquet:1:111",
|
| 359 |
+
"graph_hash": "224f4721c363629256f7c47bfd8d6291853a05fb",
|
| 360 |
+
"dataset_root": "open-schematics_hf",
|
| 361 |
+
"attempts": [
|
| 362 |
+
{
|
| 363 |
+
"stage": 1,
|
| 364 |
+
"stage_config": {
|
| 365 |
+
"top_x": 4,
|
| 366 |
+
"top_y": 4,
|
| 367 |
+
"top_rot": 2,
|
| 368 |
+
"max_solver_candidates": 16,
|
| 369 |
+
"cp_sat_timeout_seconds": 10.0,
|
| 370 |
+
"component_candidate_cap": 32
|
| 371 |
+
},
|
| 372 |
+
"attempt": 1,
|
| 373 |
+
"global_attempt": 1,
|
| 374 |
+
"solver_status": "cp_sat_fail",
|
| 375 |
+
"candidate_count_min": 32,
|
| 376 |
+
"candidate_count_max": 32,
|
| 377 |
+
"candidate_count_total": 1472,
|
| 378 |
+
"cartesian_candidate_count_total": 1472,
|
| 379 |
+
"forbidden_choice_tuples": 0,
|
| 380 |
+
"component_candidate_cap": 32,
|
| 381 |
+
"cp_sat_status": "infeasible",
|
| 382 |
+
"cp_sat_timeout_seconds": 10.0,
|
| 383 |
+
"placement_margin": 2,
|
| 384 |
+
"gold_injected_component_count": 0
|
| 385 |
+
}
|
| 386 |
+
]
|
| 387 |
+
},
|
| 388 |
+
{
|
| 389 |
+
"sample_id": "open-schematics_hf:train-00019-of-00078.parquet:1:180",
|
| 390 |
+
"graph_hash": "3b2b20701c02f634d1355e99471d8776256609d3",
|
| 391 |
+
"dataset_root": "open-schematics_hf",
|
| 392 |
+
"attempts": [
|
| 393 |
+
{
|
| 394 |
+
"stage": 1,
|
| 395 |
+
"stage_config": {
|
| 396 |
+
"top_x": 4,
|
| 397 |
+
"top_y": 4,
|
| 398 |
+
"top_rot": 2,
|
| 399 |
+
"max_solver_candidates": 16,
|
| 400 |
+
"cp_sat_timeout_seconds": 10.0,
|
| 401 |
+
"component_candidate_cap": 32
|
| 402 |
+
},
|
| 403 |
+
"attempt": 1,
|
| 404 |
+
"global_attempt": 1,
|
| 405 |
+
"solver_status": "cp_sat_fail",
|
| 406 |
+
"candidate_count_min": 32,
|
| 407 |
+
"candidate_count_max": 32,
|
| 408 |
+
"candidate_count_total": 1184,
|
| 409 |
+
"cartesian_candidate_count_total": 1184,
|
| 410 |
+
"forbidden_choice_tuples": 0,
|
| 411 |
+
"component_candidate_cap": 32,
|
| 412 |
+
"cp_sat_status": "infeasible",
|
| 413 |
+
"cp_sat_timeout_seconds": 10.0,
|
| 414 |
+
"placement_margin": 2,
|
| 415 |
+
"gold_injected_component_count": 0
|
| 416 |
+
}
|
| 417 |
+
]
|
| 418 |
+
}
|
| 419 |
+
]
|
| 420 |
+
},
|
| 421 |
+
"per_root": {
|
| 422 |
+
"ams-net.github.io": {
|
| 423 |
+
"micro_topology_exact_match_rate": 0.5714285714285714,
|
| 424 |
+
"topology_exact_match_rate": 0.5714285714285714,
|
| 425 |
+
"placement_overlap_rate": 0.0,
|
| 426 |
+
"mean_crossings": 0.0,
|
| 427 |
+
"mean_bends": 12.25,
|
| 428 |
+
"mean_manhattan_wire_length": 397.0,
|
| 429 |
+
"mean_canvas_area_used": 11590.25,
|
| 430 |
+
"accepted": 4,
|
| 431 |
+
"total": 7,
|
| 432 |
+
"overlap_count": 0,
|
| 433 |
+
"overlap_pairs_total": 0,
|
| 434 |
+
"crossings_total": 0.0,
|
| 435 |
+
"bends_total": 49.0,
|
| 436 |
+
"wire_length_total": 1588.0,
|
| 437 |
+
"canvas_area_total": 46361.0,
|
| 438 |
+
"topology_failures": 3,
|
| 439 |
+
"status_counts": {
|
| 440 |
+
"accepted": 4,
|
| 441 |
+
"router_fail": 2,
|
| 442 |
+
"cp_sat_fail": 1
|
| 443 |
+
},
|
| 444 |
+
"failure_reason_counts": {
|
| 445 |
+
"router_fail": 2,
|
| 446 |
+
"cp_sat_fail": 1
|
| 447 |
+
},
|
| 448 |
+
"score_tuple": [
|
| 449 |
+
3,
|
| 450 |
+
0,
|
| 451 |
+
49.0,
|
| 452 |
+
1588.0,
|
| 453 |
+
46361.0
|
| 454 |
+
],
|
| 455 |
+
"diagnostic_counts": {
|
| 456 |
+
"gold_samples": 7,
|
| 457 |
+
"gold_components": 40,
|
| 458 |
+
"x_top4_hits": 4,
|
| 459 |
+
"x_top8_hits": 8,
|
| 460 |
+
"y_top4_hits": 11,
|
| 461 |
+
"y_top8_hits": 12,
|
| 462 |
+
"rot_top2_hits": 38,
|
| 463 |
+
"rot_top4_hits": 40,
|
| 464 |
+
"gold_component_in_cartesian_hits": 0,
|
| 465 |
+
"gold_component_in_solver_hits": 0
|
| 466 |
+
},
|
| 467 |
+
"diagnostics": {
|
| 468 |
+
"gold_samples": 7,
|
| 469 |
+
"gold_components": 40,
|
| 470 |
+
"gold_x_top4_recall": 0.1,
|
| 471 |
+
"gold_x_top8_recall": 0.2,
|
| 472 |
+
"gold_y_top4_recall": 0.275,
|
| 473 |
+
"gold_y_top8_recall": 0.3,
|
| 474 |
+
"gold_rot_top2_recall": 0.95,
|
| 475 |
+
"gold_rot_top4_recall": 1.0,
|
| 476 |
+
"gold_component_in_cartesian_shortlist_rate": 0.0,
|
| 477 |
+
"gold_component_in_solver_candidates_rate": 0.0,
|
| 478 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.0,
|
| 479 |
+
"gold_full_sample_in_solver_candidates_rate": 0.0,
|
| 480 |
+
"gold_selected_any_attempt_rate": 0.0
|
| 481 |
+
},
|
| 482 |
+
"router_fail_net_class_counts": {
|
| 483 |
+
"other": 2
|
| 484 |
+
},
|
| 485 |
+
"cp_sat_terminal_status_counts": {
|
| 486 |
+
"infeasible": 1
|
| 487 |
+
},
|
| 488 |
+
"macro_topology_exact_match_rate": null
|
| 489 |
+
},
|
| 490 |
+
"ltspice-spice-circuits_hf": {
|
| 491 |
+
"micro_topology_exact_match_rate": 0.16666666666666666,
|
| 492 |
+
"topology_exact_match_rate": 0.16666666666666666,
|
| 493 |
+
"placement_overlap_rate": 0.0,
|
| 494 |
+
"mean_crossings": 0.0,
|
| 495 |
+
"mean_bends": 6.25,
|
| 496 |
+
"mean_manhattan_wire_length": 713.25,
|
| 497 |
+
"mean_canvas_area_used": 53933.0,
|
| 498 |
+
"accepted": 4,
|
| 499 |
+
"total": 24,
|
| 500 |
+
"overlap_count": 0,
|
| 501 |
+
"overlap_pairs_total": 0,
|
| 502 |
+
"crossings_total": 0.0,
|
| 503 |
+
"bends_total": 25.0,
|
| 504 |
+
"wire_length_total": 2853.0,
|
| 505 |
+
"canvas_area_total": 215732.0,
|
| 506 |
+
"topology_failures": 20,
|
| 507 |
+
"status_counts": {
|
| 508 |
+
"router_fail": 20,
|
| 509 |
+
"accepted": 4
|
| 510 |
+
},
|
| 511 |
+
"failure_reason_counts": {
|
| 512 |
+
"router_fail": 20
|
| 513 |
+
},
|
| 514 |
+
"score_tuple": [
|
| 515 |
+
20,
|
| 516 |
+
0,
|
| 517 |
+
25.0,
|
| 518 |
+
2853.0,
|
| 519 |
+
215732.0
|
| 520 |
+
],
|
| 521 |
+
"diagnostic_counts": {
|
| 522 |
+
"gold_samples": 24,
|
| 523 |
+
"gold_components": 320,
|
| 524 |
+
"x_top4_hits": 314,
|
| 525 |
+
"x_top8_hits": 314,
|
| 526 |
+
"y_top4_hits": 315,
|
| 527 |
+
"y_top8_hits": 315,
|
| 528 |
+
"rot_top2_hits": 319,
|
| 529 |
+
"rot_top4_hits": 320,
|
| 530 |
+
"gold_component_in_cartesian_hits": 309,
|
| 531 |
+
"gold_component_in_solver_hits": 309,
|
| 532 |
+
"gold_full_sample_in_cartesian_hits": 19,
|
| 533 |
+
"gold_full_sample_in_solver_hits": 19,
|
| 534 |
+
"gold_selected_any_attempt_hits": 12
|
| 535 |
+
},
|
| 536 |
+
"diagnostics": {
|
| 537 |
+
"gold_samples": 24,
|
| 538 |
+
"gold_components": 320,
|
| 539 |
+
"gold_x_top4_recall": 0.98125,
|
| 540 |
+
"gold_x_top8_recall": 0.98125,
|
| 541 |
+
"gold_y_top4_recall": 0.984375,
|
| 542 |
+
"gold_y_top8_recall": 0.984375,
|
| 543 |
+
"gold_rot_top2_recall": 0.996875,
|
| 544 |
+
"gold_rot_top4_recall": 1.0,
|
| 545 |
+
"gold_component_in_cartesian_shortlist_rate": 0.965625,
|
| 546 |
+
"gold_component_in_solver_candidates_rate": 0.965625,
|
| 547 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.7916666666666666,
|
| 548 |
+
"gold_full_sample_in_solver_candidates_rate": 0.7916666666666666,
|
| 549 |
+
"gold_selected_any_attempt_rate": 0.5
|
| 550 |
+
},
|
| 551 |
+
"router_fail_net_class_counts": {
|
| 552 |
+
"ground": 8,
|
| 553 |
+
"other": 11,
|
| 554 |
+
"VDD": 1
|
| 555 |
+
},
|
| 556 |
+
"cp_sat_terminal_status_counts": {},
|
| 557 |
+
"macro_topology_exact_match_rate": null
|
| 558 |
+
},
|
| 559 |
+
"open-schematics_hf": {
|
| 560 |
+
"micro_topology_exact_match_rate": 0.046153846153846156,
|
| 561 |
+
"topology_exact_match_rate": 0.046153846153846156,
|
| 562 |
+
"placement_overlap_rate": 0.0,
|
| 563 |
+
"mean_crossings": 0.0,
|
| 564 |
+
"mean_bends": 20.666666666666668,
|
| 565 |
+
"mean_manhattan_wire_length": 682.3333333333334,
|
| 566 |
+
"mean_canvas_area_used": 64789.333333333336,
|
| 567 |
+
"accepted": 3,
|
| 568 |
+
"total": 65,
|
| 569 |
+
"overlap_count": 0,
|
| 570 |
+
"overlap_pairs_total": 0,
|
| 571 |
+
"crossings_total": 0.0,
|
| 572 |
+
"bends_total": 62.0,
|
| 573 |
+
"wire_length_total": 2047.0,
|
| 574 |
+
"canvas_area_total": 194368.0,
|
| 575 |
+
"topology_failures": 62,
|
| 576 |
+
"status_counts": {
|
| 577 |
+
"accepted": 3,
|
| 578 |
+
"router_fail": 44,
|
| 579 |
+
"cp_sat_fail": 18
|
| 580 |
+
},
|
| 581 |
+
"failure_reason_counts": {
|
| 582 |
+
"router_fail": 44,
|
| 583 |
+
"cp_sat_fail": 18
|
| 584 |
+
},
|
| 585 |
+
"score_tuple": [
|
| 586 |
+
62,
|
| 587 |
+
0,
|
| 588 |
+
62.0,
|
| 589 |
+
2047.0,
|
| 590 |
+
194368.0
|
| 591 |
+
],
|
| 592 |
+
"diagnostic_counts": {
|
| 593 |
+
"gold_samples": 65,
|
| 594 |
+
"gold_components": 2595,
|
| 595 |
+
"x_top4_hits": 251,
|
| 596 |
+
"x_top8_hits": 326,
|
| 597 |
+
"y_top4_hits": 240,
|
| 598 |
+
"y_top8_hits": 327,
|
| 599 |
+
"rot_top2_hits": 2244,
|
| 600 |
+
"rot_top4_hits": 2595,
|
| 601 |
+
"gold_component_in_cartesian_hits": 103,
|
| 602 |
+
"gold_component_in_solver_hits": 103
|
| 603 |
+
},
|
| 604 |
+
"diagnostics": {
|
| 605 |
+
"gold_samples": 65,
|
| 606 |
+
"gold_components": 2595,
|
| 607 |
+
"gold_x_top4_recall": 0.09672447013487476,
|
| 608 |
+
"gold_x_top8_recall": 0.125626204238921,
|
| 609 |
+
"gold_y_top4_recall": 0.09248554913294797,
|
| 610 |
+
"gold_y_top8_recall": 0.1260115606936416,
|
| 611 |
+
"gold_rot_top2_recall": 0.8647398843930636,
|
| 612 |
+
"gold_rot_top4_recall": 1.0,
|
| 613 |
+
"gold_component_in_cartesian_shortlist_rate": 0.03969171483622351,
|
| 614 |
+
"gold_component_in_solver_candidates_rate": 0.03969171483622351,
|
| 615 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.0,
|
| 616 |
+
"gold_full_sample_in_solver_candidates_rate": 0.0,
|
| 617 |
+
"gold_selected_any_attempt_rate": 0.0
|
| 618 |
+
},
|
| 619 |
+
"router_fail_net_class_counts": {
|
| 620 |
+
"other": 18,
|
| 621 |
+
"ground": 20,
|
| 622 |
+
"VDD": 6
|
| 623 |
+
},
|
| 624 |
+
"cp_sat_terminal_status_counts": {
|
| 625 |
+
"infeasible": 16,
|
| 626 |
+
"unknown": 2
|
| 627 |
+
},
|
| 628 |
+
"macro_topology_exact_match_rate": null
|
| 629 |
+
}
|
| 630 |
+
},
|
| 631 |
+
"macro_topology_exact_match_rate": 0.2614163614163614,
|
| 632 |
+
"per_size_bin": {
|
| 633 |
+
"01-04": {
|
| 634 |
+
"micro_topology_exact_match_rate": 0.6153846153846154,
|
| 635 |
+
"topology_exact_match_rate": 0.6153846153846154,
|
| 636 |
+
"placement_overlap_rate": 0.0,
|
| 637 |
+
"mean_crossings": 0.0,
|
| 638 |
+
"mean_bends": 9.25,
|
| 639 |
+
"mean_manhattan_wire_length": 555.125,
|
| 640 |
+
"mean_canvas_area_used": 32761.625,
|
| 641 |
+
"accepted": 8,
|
| 642 |
+
"total": 13,
|
| 643 |
+
"overlap_count": 0,
|
| 644 |
+
"overlap_pairs_total": 0,
|
| 645 |
+
"crossings_total": 0.0,
|
| 646 |
+
"bends_total": 74.0,
|
| 647 |
+
"wire_length_total": 4441.0,
|
| 648 |
+
"canvas_area_total": 262093.0,
|
| 649 |
+
"topology_failures": 5,
|
| 650 |
+
"status_counts": {
|
| 651 |
+
"accepted": 8,
|
| 652 |
+
"router_fail": 5
|
| 653 |
+
},
|
| 654 |
+
"failure_reason_counts": {
|
| 655 |
+
"router_fail": 5
|
| 656 |
+
},
|
| 657 |
+
"score_tuple": [
|
| 658 |
+
5,
|
| 659 |
+
0,
|
| 660 |
+
74.0,
|
| 661 |
+
4441.0,
|
| 662 |
+
262093.0
|
| 663 |
+
],
|
| 664 |
+
"diagnostic_counts": {
|
| 665 |
+
"gold_samples": 13,
|
| 666 |
+
"gold_components": 42,
|
| 667 |
+
"x_top4_hits": 25,
|
| 668 |
+
"x_top8_hits": 27,
|
| 669 |
+
"y_top4_hits": 26,
|
| 670 |
+
"y_top8_hits": 26,
|
| 671 |
+
"rot_top2_hits": 41,
|
| 672 |
+
"rot_top4_hits": 42,
|
| 673 |
+
"gold_component_in_cartesian_hits": 20,
|
| 674 |
+
"gold_component_in_solver_hits": 20,
|
| 675 |
+
"gold_full_sample_in_cartesian_hits": 4,
|
| 676 |
+
"gold_full_sample_in_solver_hits": 4,
|
| 677 |
+
"gold_selected_any_attempt_hits": 4
|
| 678 |
+
},
|
| 679 |
+
"diagnostics": {
|
| 680 |
+
"gold_samples": 13,
|
| 681 |
+
"gold_components": 42,
|
| 682 |
+
"gold_x_top4_recall": 0.5952380952380952,
|
| 683 |
+
"gold_x_top8_recall": 0.6428571428571429,
|
| 684 |
+
"gold_y_top4_recall": 0.6190476190476191,
|
| 685 |
+
"gold_y_top8_recall": 0.6190476190476191,
|
| 686 |
+
"gold_rot_top2_recall": 0.9761904761904762,
|
| 687 |
+
"gold_rot_top4_recall": 1.0,
|
| 688 |
+
"gold_component_in_cartesian_shortlist_rate": 0.47619047619047616,
|
| 689 |
+
"gold_component_in_solver_candidates_rate": 0.47619047619047616,
|
| 690 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.3076923076923077,
|
| 691 |
+
"gold_full_sample_in_solver_candidates_rate": 0.3076923076923077,
|
| 692 |
+
"gold_selected_any_attempt_rate": 0.3076923076923077
|
| 693 |
+
},
|
| 694 |
+
"router_fail_net_class_counts": {
|
| 695 |
+
"ground": 2,
|
| 696 |
+
"other": 3
|
| 697 |
+
},
|
| 698 |
+
"cp_sat_terminal_status_counts": {},
|
| 699 |
+
"macro_topology_exact_match_rate": null
|
| 700 |
+
},
|
| 701 |
+
"05-08": {
|
| 702 |
+
"micro_topology_exact_match_rate": 0.0,
|
| 703 |
+
"topology_exact_match_rate": 0.0,
|
| 704 |
+
"placement_overlap_rate": 1.0,
|
| 705 |
+
"mean_crossings": 0.0,
|
| 706 |
+
"mean_bends": 0.0,
|
| 707 |
+
"mean_manhattan_wire_length": 0.0,
|
| 708 |
+
"mean_canvas_area_used": 0.0,
|
| 709 |
+
"accepted": 0,
|
| 710 |
+
"total": 6,
|
| 711 |
+
"overlap_count": 0,
|
| 712 |
+
"overlap_pairs_total": 0,
|
| 713 |
+
"crossings_total": 0,
|
| 714 |
+
"bends_total": 0,
|
| 715 |
+
"wire_length_total": 0,
|
| 716 |
+
"canvas_area_total": 0,
|
| 717 |
+
"topology_failures": 6,
|
| 718 |
+
"status_counts": {
|
| 719 |
+
"router_fail": 6
|
| 720 |
+
},
|
| 721 |
+
"failure_reason_counts": {
|
| 722 |
+
"router_fail": 6
|
| 723 |
+
},
|
| 724 |
+
"score_tuple": [
|
| 725 |
+
6,
|
| 726 |
+
0,
|
| 727 |
+
0,
|
| 728 |
+
0,
|
| 729 |
+
0
|
| 730 |
+
],
|
| 731 |
+
"diagnostic_counts": {
|
| 732 |
+
"gold_samples": 6,
|
| 733 |
+
"gold_components": 39,
|
| 734 |
+
"x_top4_hits": 35,
|
| 735 |
+
"x_top8_hits": 36,
|
| 736 |
+
"y_top4_hits": 35,
|
| 737 |
+
"y_top8_hits": 35,
|
| 738 |
+
"rot_top2_hits": 39,
|
| 739 |
+
"rot_top4_hits": 39,
|
| 740 |
+
"gold_component_in_cartesian_hits": 34,
|
| 741 |
+
"gold_component_in_solver_hits": 34,
|
| 742 |
+
"gold_full_sample_in_cartesian_hits": 5,
|
| 743 |
+
"gold_full_sample_in_solver_hits": 5,
|
| 744 |
+
"gold_selected_any_attempt_hits": 5
|
| 745 |
+
},
|
| 746 |
+
"diagnostics": {
|
| 747 |
+
"gold_samples": 6,
|
| 748 |
+
"gold_components": 39,
|
| 749 |
+
"gold_x_top4_recall": 0.8974358974358975,
|
| 750 |
+
"gold_x_top8_recall": 0.9230769230769231,
|
| 751 |
+
"gold_y_top4_recall": 0.8974358974358975,
|
| 752 |
+
"gold_y_top8_recall": 0.8974358974358975,
|
| 753 |
+
"gold_rot_top2_recall": 1.0,
|
| 754 |
+
"gold_rot_top4_recall": 1.0,
|
| 755 |
+
"gold_component_in_cartesian_shortlist_rate": 0.8717948717948718,
|
| 756 |
+
"gold_component_in_solver_candidates_rate": 0.8717948717948718,
|
| 757 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.8333333333333334,
|
| 758 |
+
"gold_full_sample_in_solver_candidates_rate": 0.8333333333333334,
|
| 759 |
+
"gold_selected_any_attempt_rate": 0.8333333333333334
|
| 760 |
+
},
|
| 761 |
+
"router_fail_net_class_counts": {
|
| 762 |
+
"other": 4,
|
| 763 |
+
"ground": 1,
|
| 764 |
+
"VDD": 1
|
| 765 |
+
},
|
| 766 |
+
"cp_sat_terminal_status_counts": {},
|
| 767 |
+
"macro_topology_exact_match_rate": null
|
| 768 |
+
},
|
| 769 |
+
"09-16": {
|
| 770 |
+
"micro_topology_exact_match_rate": 0.1111111111111111,
|
| 771 |
+
"topology_exact_match_rate": 0.1111111111111111,
|
| 772 |
+
"placement_overlap_rate": 0.0,
|
| 773 |
+
"mean_crossings": 0.0,
|
| 774 |
+
"mean_bends": 23.0,
|
| 775 |
+
"mean_manhattan_wire_length": 956.0,
|
| 776 |
+
"mean_canvas_area_used": 67072.0,
|
| 777 |
+
"accepted": 1,
|
| 778 |
+
"total": 9,
|
| 779 |
+
"overlap_count": 0,
|
| 780 |
+
"overlap_pairs_total": 0,
|
| 781 |
+
"crossings_total": 0.0,
|
| 782 |
+
"bends_total": 23.0,
|
| 783 |
+
"wire_length_total": 956.0,
|
| 784 |
+
"canvas_area_total": 67072.0,
|
| 785 |
+
"topology_failures": 8,
|
| 786 |
+
"status_counts": {
|
| 787 |
+
"accepted": 1,
|
| 788 |
+
"router_fail": 7,
|
| 789 |
+
"cp_sat_fail": 1
|
| 790 |
+
},
|
| 791 |
+
"failure_reason_counts": {
|
| 792 |
+
"router_fail": 7,
|
| 793 |
+
"cp_sat_fail": 1
|
| 794 |
+
},
|
| 795 |
+
"score_tuple": [
|
| 796 |
+
8,
|
| 797 |
+
0,
|
| 798 |
+
23.0,
|
| 799 |
+
956.0,
|
| 800 |
+
67072.0
|
| 801 |
+
],
|
| 802 |
+
"diagnostic_counts": {
|
| 803 |
+
"gold_samples": 9,
|
| 804 |
+
"gold_components": 114,
|
| 805 |
+
"x_top4_hits": 38,
|
| 806 |
+
"x_top8_hits": 41,
|
| 807 |
+
"y_top4_hits": 51,
|
| 808 |
+
"y_top8_hits": 53,
|
| 809 |
+
"rot_top2_hits": 107,
|
| 810 |
+
"rot_top4_hits": 114,
|
| 811 |
+
"gold_component_in_cartesian_hits": 31,
|
| 812 |
+
"gold_component_in_solver_hits": 31,
|
| 813 |
+
"gold_full_sample_in_cartesian_hits": 3,
|
| 814 |
+
"gold_full_sample_in_solver_hits": 3,
|
| 815 |
+
"gold_selected_any_attempt_hits": 3
|
| 816 |
+
},
|
| 817 |
+
"diagnostics": {
|
| 818 |
+
"gold_samples": 9,
|
| 819 |
+
"gold_components": 114,
|
| 820 |
+
"gold_x_top4_recall": 0.3333333333333333,
|
| 821 |
+
"gold_x_top8_recall": 0.35964912280701755,
|
| 822 |
+
"gold_y_top4_recall": 0.4473684210526316,
|
| 823 |
+
"gold_y_top8_recall": 0.4649122807017544,
|
| 824 |
+
"gold_rot_top2_recall": 0.9385964912280702,
|
| 825 |
+
"gold_rot_top4_recall": 1.0,
|
| 826 |
+
"gold_component_in_cartesian_shortlist_rate": 0.2719298245614035,
|
| 827 |
+
"gold_component_in_solver_candidates_rate": 0.2719298245614035,
|
| 828 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.3333333333333333,
|
| 829 |
+
"gold_full_sample_in_solver_candidates_rate": 0.3333333333333333,
|
| 830 |
+
"gold_selected_any_attempt_rate": 0.3333333333333333
|
| 831 |
+
},
|
| 832 |
+
"router_fail_net_class_counts": {
|
| 833 |
+
"ground": 2,
|
| 834 |
+
"other": 5
|
| 835 |
+
},
|
| 836 |
+
"cp_sat_terminal_status_counts": {
|
| 837 |
+
"infeasible": 1
|
| 838 |
+
},
|
| 839 |
+
"macro_topology_exact_match_rate": null
|
| 840 |
+
},
|
| 841 |
+
"17-24": {
|
| 842 |
+
"micro_topology_exact_match_rate": 0.0,
|
| 843 |
+
"topology_exact_match_rate": 0.0,
|
| 844 |
+
"placement_overlap_rate": 1.0,
|
| 845 |
+
"mean_crossings": 0.0,
|
| 846 |
+
"mean_bends": 0.0,
|
| 847 |
+
"mean_manhattan_wire_length": 0.0,
|
| 848 |
+
"mean_canvas_area_used": 0.0,
|
| 849 |
+
"accepted": 0,
|
| 850 |
+
"total": 9,
|
| 851 |
+
"overlap_count": 0,
|
| 852 |
+
"overlap_pairs_total": 0,
|
| 853 |
+
"crossings_total": 0,
|
| 854 |
+
"bends_total": 0,
|
| 855 |
+
"wire_length_total": 0,
|
| 856 |
+
"canvas_area_total": 0,
|
| 857 |
+
"topology_failures": 9,
|
| 858 |
+
"status_counts": {
|
| 859 |
+
"router_fail": 9
|
| 860 |
+
},
|
| 861 |
+
"failure_reason_counts": {
|
| 862 |
+
"router_fail": 9
|
| 863 |
+
},
|
| 864 |
+
"score_tuple": [
|
| 865 |
+
9,
|
| 866 |
+
0,
|
| 867 |
+
0,
|
| 868 |
+
0,
|
| 869 |
+
0
|
| 870 |
+
],
|
| 871 |
+
"diagnostic_counts": {
|
| 872 |
+
"gold_samples": 9,
|
| 873 |
+
"gold_components": 171,
|
| 874 |
+
"x_top4_hits": 64,
|
| 875 |
+
"x_top8_hits": 66,
|
| 876 |
+
"y_top4_hits": 66,
|
| 877 |
+
"y_top8_hits": 69,
|
| 878 |
+
"rot_top2_hits": 148,
|
| 879 |
+
"rot_top4_hits": 171,
|
| 880 |
+
"gold_component_in_cartesian_hits": 58,
|
| 881 |
+
"gold_component_in_solver_hits": 58,
|
| 882 |
+
"gold_full_sample_in_cartesian_hits": 2,
|
| 883 |
+
"gold_full_sample_in_solver_hits": 2
|
| 884 |
+
},
|
| 885 |
+
"diagnostics": {
|
| 886 |
+
"gold_samples": 9,
|
| 887 |
+
"gold_components": 171,
|
| 888 |
+
"gold_x_top4_recall": 0.3742690058479532,
|
| 889 |
+
"gold_x_top8_recall": 0.38596491228070173,
|
| 890 |
+
"gold_y_top4_recall": 0.38596491228070173,
|
| 891 |
+
"gold_y_top8_recall": 0.40350877192982454,
|
| 892 |
+
"gold_rot_top2_recall": 0.8654970760233918,
|
| 893 |
+
"gold_rot_top4_recall": 1.0,
|
| 894 |
+
"gold_component_in_cartesian_shortlist_rate": 0.3391812865497076,
|
| 895 |
+
"gold_component_in_solver_candidates_rate": 0.3391812865497076,
|
| 896 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.2222222222222222,
|
| 897 |
+
"gold_full_sample_in_solver_candidates_rate": 0.2222222222222222,
|
| 898 |
+
"gold_selected_any_attempt_rate": 0.0
|
| 899 |
+
},
|
| 900 |
+
"router_fail_net_class_counts": {
|
| 901 |
+
"other": 6,
|
| 902 |
+
"VDD": 1,
|
| 903 |
+
"ground": 2
|
| 904 |
+
},
|
| 905 |
+
"cp_sat_terminal_status_counts": {},
|
| 906 |
+
"macro_topology_exact_match_rate": null
|
| 907 |
+
},
|
| 908 |
+
"25-32": {
|
| 909 |
+
"micro_topology_exact_match_rate": 0.0,
|
| 910 |
+
"topology_exact_match_rate": 0.0,
|
| 911 |
+
"placement_overlap_rate": 1.0,
|
| 912 |
+
"mean_crossings": 0.0,
|
| 913 |
+
"mean_bends": 0.0,
|
| 914 |
+
"mean_manhattan_wire_length": 0.0,
|
| 915 |
+
"mean_canvas_area_used": 0.0,
|
| 916 |
+
"accepted": 0,
|
| 917 |
+
"total": 6,
|
| 918 |
+
"overlap_count": 0,
|
| 919 |
+
"overlap_pairs_total": 0,
|
| 920 |
+
"crossings_total": 0,
|
| 921 |
+
"bends_total": 0,
|
| 922 |
+
"wire_length_total": 0,
|
| 923 |
+
"canvas_area_total": 0,
|
| 924 |
+
"topology_failures": 6,
|
| 925 |
+
"status_counts": {
|
| 926 |
+
"router_fail": 6
|
| 927 |
+
},
|
| 928 |
+
"failure_reason_counts": {
|
| 929 |
+
"router_fail": 6
|
| 930 |
+
},
|
| 931 |
+
"score_tuple": [
|
| 932 |
+
6,
|
| 933 |
+
0,
|
| 934 |
+
0,
|
| 935 |
+
0,
|
| 936 |
+
0
|
| 937 |
+
],
|
| 938 |
+
"diagnostic_counts": {
|
| 939 |
+
"gold_samples": 6,
|
| 940 |
+
"gold_components": 173,
|
| 941 |
+
"x_top4_hits": 59,
|
| 942 |
+
"x_top8_hits": 64,
|
| 943 |
+
"y_top4_hits": 54,
|
| 944 |
+
"y_top8_hits": 58,
|
| 945 |
+
"rot_top2_hits": 153,
|
| 946 |
+
"rot_top4_hits": 173,
|
| 947 |
+
"gold_component_in_cartesian_hits": 50,
|
| 948 |
+
"gold_component_in_solver_hits": 50,
|
| 949 |
+
"gold_full_sample_in_cartesian_hits": 1,
|
| 950 |
+
"gold_full_sample_in_solver_hits": 1
|
| 951 |
+
},
|
| 952 |
+
"diagnostics": {
|
| 953 |
+
"gold_samples": 6,
|
| 954 |
+
"gold_components": 173,
|
| 955 |
+
"gold_x_top4_recall": 0.34104046242774566,
|
| 956 |
+
"gold_x_top8_recall": 0.3699421965317919,
|
| 957 |
+
"gold_y_top4_recall": 0.31213872832369943,
|
| 958 |
+
"gold_y_top8_recall": 0.3352601156069364,
|
| 959 |
+
"gold_rot_top2_recall": 0.884393063583815,
|
| 960 |
+
"gold_rot_top4_recall": 1.0,
|
| 961 |
+
"gold_component_in_cartesian_shortlist_rate": 0.28901734104046245,
|
| 962 |
+
"gold_component_in_solver_candidates_rate": 0.28901734104046245,
|
| 963 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.16666666666666666,
|
| 964 |
+
"gold_full_sample_in_solver_candidates_rate": 0.16666666666666666,
|
| 965 |
+
"gold_selected_any_attempt_rate": 0.0
|
| 966 |
+
},
|
| 967 |
+
"router_fail_net_class_counts": {
|
| 968 |
+
"ground": 3,
|
| 969 |
+
"other": 2,
|
| 970 |
+
"VDD": 1
|
| 971 |
+
},
|
| 972 |
+
"cp_sat_terminal_status_counts": {},
|
| 973 |
+
"macro_topology_exact_match_rate": null
|
| 974 |
+
},
|
| 975 |
+
"33-48": {
|
| 976 |
+
"micro_topology_exact_match_rate": 0.06060606060606061,
|
| 977 |
+
"topology_exact_match_rate": 0.06060606060606061,
|
| 978 |
+
"placement_overlap_rate": 0.0,
|
| 979 |
+
"mean_crossings": 0.0,
|
| 980 |
+
"mean_bends": 19.5,
|
| 981 |
+
"mean_manhattan_wire_length": 545.5,
|
| 982 |
+
"mean_canvas_area_used": 63648.0,
|
| 983 |
+
"accepted": 2,
|
| 984 |
+
"total": 33,
|
| 985 |
+
"overlap_count": 0,
|
| 986 |
+
"overlap_pairs_total": 0,
|
| 987 |
+
"crossings_total": 0.0,
|
| 988 |
+
"bends_total": 39.0,
|
| 989 |
+
"wire_length_total": 1091.0,
|
| 990 |
+
"canvas_area_total": 127296.0,
|
| 991 |
+
"topology_failures": 31,
|
| 992 |
+
"status_counts": {
|
| 993 |
+
"router_fail": 22,
|
| 994 |
+
"cp_sat_fail": 9,
|
| 995 |
+
"accepted": 2
|
| 996 |
+
},
|
| 997 |
+
"failure_reason_counts": {
|
| 998 |
+
"router_fail": 22,
|
| 999 |
+
"cp_sat_fail": 9
|
| 1000 |
+
},
|
| 1001 |
+
"score_tuple": [
|
| 1002 |
+
31,
|
| 1003 |
+
0,
|
| 1004 |
+
39.0,
|
| 1005 |
+
1091.0,
|
| 1006 |
+
127296.0
|
| 1007 |
+
],
|
| 1008 |
+
"diagnostic_counts": {
|
| 1009 |
+
"gold_samples": 33,
|
| 1010 |
+
"gold_components": 1271,
|
| 1011 |
+
"x_top4_hits": 231,
|
| 1012 |
+
"x_top8_hits": 255,
|
| 1013 |
+
"y_top4_hits": 235,
|
| 1014 |
+
"y_top8_hits": 272,
|
| 1015 |
+
"rot_top2_hits": 1119,
|
| 1016 |
+
"rot_top4_hits": 1271,
|
| 1017 |
+
"gold_component_in_cartesian_hits": 173,
|
| 1018 |
+
"gold_component_in_solver_hits": 173,
|
| 1019 |
+
"gold_full_sample_in_cartesian_hits": 4,
|
| 1020 |
+
"gold_full_sample_in_solver_hits": 4
|
| 1021 |
+
},
|
| 1022 |
+
"diagnostics": {
|
| 1023 |
+
"gold_samples": 33,
|
| 1024 |
+
"gold_components": 1271,
|
| 1025 |
+
"gold_x_top4_recall": 0.18174665617623917,
|
| 1026 |
+
"gold_x_top8_recall": 0.2006294256490952,
|
| 1027 |
+
"gold_y_top4_recall": 0.1848937844217152,
|
| 1028 |
+
"gold_y_top8_recall": 0.21400472069236823,
|
| 1029 |
+
"gold_rot_top2_recall": 0.8804091266719118,
|
| 1030 |
+
"gold_rot_top4_recall": 1.0,
|
| 1031 |
+
"gold_component_in_cartesian_shortlist_rate": 0.13611329661683713,
|
| 1032 |
+
"gold_component_in_solver_candidates_rate": 0.13611329661683713,
|
| 1033 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.12121212121212122,
|
| 1034 |
+
"gold_full_sample_in_solver_candidates_rate": 0.12121212121212122,
|
| 1035 |
+
"gold_selected_any_attempt_rate": 0.0
|
| 1036 |
+
},
|
| 1037 |
+
"router_fail_net_class_counts": {
|
| 1038 |
+
"ground": 12,
|
| 1039 |
+
"other": 9,
|
| 1040 |
+
"VDD": 1
|
| 1041 |
+
},
|
| 1042 |
+
"cp_sat_terminal_status_counts": {
|
| 1043 |
+
"infeasible": 9
|
| 1044 |
+
},
|
| 1045 |
+
"macro_topology_exact_match_rate": null
|
| 1046 |
+
},
|
| 1047 |
+
"49-64": {
|
| 1048 |
+
"micro_topology_exact_match_rate": 0.0,
|
| 1049 |
+
"topology_exact_match_rate": 0.0,
|
| 1050 |
+
"placement_overlap_rate": 1.0,
|
| 1051 |
+
"mean_crossings": 0.0,
|
| 1052 |
+
"mean_bends": 0.0,
|
| 1053 |
+
"mean_manhattan_wire_length": 0.0,
|
| 1054 |
+
"mean_canvas_area_used": 0.0,
|
| 1055 |
+
"accepted": 0,
|
| 1056 |
+
"total": 20,
|
| 1057 |
+
"overlap_count": 0,
|
| 1058 |
+
"overlap_pairs_total": 0,
|
| 1059 |
+
"crossings_total": 0,
|
| 1060 |
+
"bends_total": 0,
|
| 1061 |
+
"wire_length_total": 0,
|
| 1062 |
+
"canvas_area_total": 0,
|
| 1063 |
+
"topology_failures": 20,
|
| 1064 |
+
"status_counts": {
|
| 1065 |
+
"router_fail": 11,
|
| 1066 |
+
"cp_sat_fail": 9
|
| 1067 |
+
},
|
| 1068 |
+
"failure_reason_counts": {
|
| 1069 |
+
"router_fail": 11,
|
| 1070 |
+
"cp_sat_fail": 9
|
| 1071 |
+
},
|
| 1072 |
+
"score_tuple": [
|
| 1073 |
+
20,
|
| 1074 |
+
0,
|
| 1075 |
+
0,
|
| 1076 |
+
0,
|
| 1077 |
+
0
|
| 1078 |
+
],
|
| 1079 |
+
"diagnostic_counts": {
|
| 1080 |
+
"gold_samples": 20,
|
| 1081 |
+
"gold_components": 1145,
|
| 1082 |
+
"x_top4_hits": 117,
|
| 1083 |
+
"x_top8_hits": 159,
|
| 1084 |
+
"y_top4_hits": 99,
|
| 1085 |
+
"y_top8_hits": 141,
|
| 1086 |
+
"rot_top2_hits": 994,
|
| 1087 |
+
"rot_top4_hits": 1145,
|
| 1088 |
+
"gold_component_in_cartesian_hits": 46,
|
| 1089 |
+
"gold_component_in_solver_hits": 46
|
| 1090 |
+
},
|
| 1091 |
+
"diagnostics": {
|
| 1092 |
+
"gold_samples": 20,
|
| 1093 |
+
"gold_components": 1145,
|
| 1094 |
+
"gold_x_top4_recall": 0.10218340611353711,
|
| 1095 |
+
"gold_x_top8_recall": 0.1388646288209607,
|
| 1096 |
+
"gold_y_top4_recall": 0.08646288209606987,
|
| 1097 |
+
"gold_y_top8_recall": 0.12314410480349346,
|
| 1098 |
+
"gold_rot_top2_recall": 0.868122270742358,
|
| 1099 |
+
"gold_rot_top4_recall": 1.0,
|
| 1100 |
+
"gold_component_in_cartesian_shortlist_rate": 0.04017467248908297,
|
| 1101 |
+
"gold_component_in_solver_candidates_rate": 0.04017467248908297,
|
| 1102 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.0,
|
| 1103 |
+
"gold_full_sample_in_solver_candidates_rate": 0.0,
|
| 1104 |
+
"gold_selected_any_attempt_rate": 0.0
|
| 1105 |
+
},
|
| 1106 |
+
"router_fail_net_class_counts": {
|
| 1107 |
+
"ground": 6,
|
| 1108 |
+
"other": 2,
|
| 1109 |
+
"VDD": 3
|
| 1110 |
+
},
|
| 1111 |
+
"cp_sat_terminal_status_counts": {
|
| 1112 |
+
"infeasible": 7,
|
| 1113 |
+
"unknown": 2
|
| 1114 |
+
},
|
| 1115 |
+
"macro_topology_exact_match_rate": null
|
| 1116 |
+
}
|
| 1117 |
+
},
|
| 1118 |
+
"evaluated_at": "2026-03-10T17:20:06Z",
|
| 1119 |
+
"checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt",
|
| 1120 |
+
"split": "val",
|
| 1121 |
+
"manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json",
|
| 1122 |
+
"manifest_size": 384,
|
| 1123 |
+
"shard_index": 0,
|
| 1124 |
+
"shard_count": 4,
|
| 1125 |
+
"shard_sample_count": 96,
|
| 1126 |
+
"sample_workers": 8,
|
| 1127 |
+
"solver_workers_per_sample": 6,
|
| 1128 |
+
"eval_mode": "normal",
|
| 1129 |
+
"force_dataset_root": null,
|
| 1130 |
+
"solve_stages": [
|
| 1131 |
+
{
|
| 1132 |
+
"top_x": 4,
|
| 1133 |
+
"top_y": 4,
|
| 1134 |
+
"top_rot": 2,
|
| 1135 |
+
"max_solver_candidates": 16,
|
| 1136 |
+
"cp_sat_timeout_seconds": 10.0,
|
| 1137 |
+
"component_candidate_cap": 32
|
| 1138 |
+
}
|
| 1139 |
+
],
|
| 1140 |
+
"routing_options": {
|
| 1141 |
+
"placement_margin": 2,
|
| 1142 |
+
"routing_block_margin": 0,
|
| 1143 |
+
"pin_escape_cells": 2,
|
| 1144 |
+
"trunk_first_min_degree": 3,
|
| 1145 |
+
"trunk_first_priority_only": false
|
| 1146 |
+
}
|
| 1147 |
+
}
|
netlist_to_layout_v1/runs/routerfix-baseline-normal384-rbm0e2t3/posttrain_full_eval_tmp/step-008000/shard_00.log
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
/tmp/routerfix_handoff_prepatch_20260310T165418Z/netlist_to_layout_v1/eval_shard_worker.py:43: FutureWarning: You are using `torch.load` with `weights_only=False` (the current default value), which uses the default pickle module implicitly. It is possible to construct malicious pickle data which will execute arbitrary code during unpickling (See https://github.com/pytorch/pytorch/blob/main/SECURITY.md#untrusted-models for more details). In a future release, the default value for `weights_only` will be flipped to `True`. This limits the functions that could be executed during unpickling. Arbitrary objects will no longer be allowed to be loaded via this mode unless they are explicitly allowlisted by the user via `torch.serialization.add_safe_globals`. We recommend you start setting `weights_only=True` for any use case where you don't have full control of the loaded file. Please open an issue on GitHub for any issues related to this experimental feature.
|
| 2 |
+
samples = torch.load(split_path)
|
| 3 |
+
{"eval_shard_progress": {"status": "starting", "updated_at": "2026-03-10T17:00:18Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 4, "shard_sample_count": 96, "processed": 0, "total": 96, "accepted": 0, "progress_fraction": 0.0, "samples_per_min": 0.0, "eta_min": null, "elapsed_sec": 2.384185791015625e-06, "sample_workers": 8, "solver_workers_per_sample": 6, "last_sample_id": null, "last_graph_hash": null, "last_status": null, "last_dataset_root": null, "status_counts": {}, "failure_reason_counts": {}, "processed_by_root": {}, "accepted_by_root": {}}}
|
| 4 |
+
/tmp/routerfix_handoff_prepatch_20260310T165418Z/netlist_to_layout_v1/eval_shard_worker.py:172: FutureWarning: You are using `torch.load` with `weights_only=False` (the current default value), which uses the default pickle module implicitly. It is possible to construct malicious pickle data which will execute arbitrary code during unpickling (See https://github.com/pytorch/pytorch/blob/main/SECURITY.md#untrusted-models for more details). In a future release, the default value for `weights_only` will be flipped to `True`. This limits the functions that could be executed during unpickling. Arbitrary objects will no longer be allowed to be loaded via this mode unless they are explicitly allowlisted by the user via `torch.serialization.add_safe_globals`. We recommend you start setting `weights_only=True` for any use case where you don't have full control of the loaded file. Please open an issue on GitHub for any issues related to this experimental feature.
|
| 5 |
+
payload = torch.load(args.checkpoint, map_location="cpu")
|
| 6 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:00:21Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 4, "shard_sample_count": 96, "processed": 0, "total": 96, "accepted": 0, "progress_fraction": 0.0, "samples_per_min": 0.0, "eta_min": null, "elapsed_sec": 2.964360237121582, "sample_workers": 8, "solver_workers_per_sample": 6, "last_sample_id": null, "last_graph_hash": null, "last_status": null, "last_dataset_root": null, "status_counts": {}, "failure_reason_counts": {}, "processed_by_root": {}, "accepted_by_root": {}}}
|
| 7 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:00:35Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 4, "shard_sample_count": 96, "processed": 8, "total": 96, "accepted": 4, "progress_fraction": 0.08333333333333333, "samples_per_min": 28.452643502085206, "eta_min": 3.0928584893544517, "elapsed_sec": 16.870137214660645, "sample_workers": 8, "solver_workers_per_sample": 6, "last_sample_id": "open-schematics_hf:train-00026-of-00078.parquet:0:156", "last_graph_hash": "d4de35f4fc0da6b6d45b4e54a160a1d6c544fedc", "last_status": "cp_sat_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"accepted": 4, "cp_sat_fail": 4}, "failure_reason_counts": {"cp_sat_fail": 4}, "processed_by_root": {"ltspice-spice-circuits_hf": 1, "open-schematics_hf": 6, "ams-net.github.io": 1}, "accepted_by_root": {"ltspice-spice-circuits_hf": 1, "open-schematics_hf": 2, "ams-net.github.io": 1}}}
|
| 8 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:03:20Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 4, "shard_sample_count": 96, "processed": 16, "total": 96, "accepted": 4, "progress_fraction": 0.16666666666666666, "samples_per_min": 5.26022684458419, "eta_min": 15.20846958955129, "elapsed_sec": 182.50163507461548, "sample_workers": 8, "solver_workers_per_sample": 6, "last_sample_id": "open-schematics_hf:train-00026-of-00078.parquet:0:266", "last_graph_hash": "fb470590485ac74a44933938a3c96f426196105f", "last_status": "router_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"accepted": 4, "cp_sat_fail": 4, "router_fail": 8}, "failure_reason_counts": {"cp_sat_fail": 4, "router_fail": 8}, "processed_by_root": {"ltspice-spice-circuits_hf": 4, "open-schematics_hf": 11, "ams-net.github.io": 1}, "accepted_by_root": {"ltspice-spice-circuits_hf": 1, "open-schematics_hf": 2, "ams-net.github.io": 1}}}
|
| 9 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:06:06Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 4, "shard_sample_count": 96, "processed": 24, "total": 96, "accepted": 4, "progress_fraction": 0.25, "samples_per_min": 4.132976506652311, "eta_min": 17.420858764648436, "elapsed_sec": 348.41717529296875, "sample_workers": 8, "solver_workers_per_sample": 6, "last_sample_id": "open-schematics_hf:train-00018-of-00078.parquet:0:277", "last_graph_hash": "b4e0db57528e4b7a64489ec7ddee6faad57fe294", "last_status": "router_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"accepted": 4, "cp_sat_fail": 6, "router_fail": 14}, "failure_reason_counts": {"cp_sat_fail": 6, "router_fail": 14}, "processed_by_root": {"ltspice-spice-circuits_hf": 6, "open-schematics_hf": 17, "ams-net.github.io": 1}, "accepted_by_root": {"ltspice-spice-circuits_hf": 1, "open-schematics_hf": 2, "ams-net.github.io": 1}}}
|
| 10 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:07:28Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 4, "shard_sample_count": 96, "processed": 32, "total": 96, "accepted": 4, "progress_fraction": 0.3333333333333333, "samples_per_min": 4.463581199277053, "eta_min": 14.338262740770976, "elapsed_sec": 430.1478822231293, "sample_workers": 8, "solver_workers_per_sample": 6, "last_sample_id": "open-schematics_hf:train-00003-of-00078.parquet:1:182", "last_graph_hash": "93bac511cc665691dd2e47f49022dae3ebd00fa4", "last_status": "router_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"accepted": 4, "cp_sat_fail": 6, "router_fail": 22}, "failure_reason_counts": {"cp_sat_fail": 6, "router_fail": 22}, "processed_by_root": {"ltspice-spice-circuits_hf": 7, "open-schematics_hf": 23, "ams-net.github.io": 2}, "accepted_by_root": {"ltspice-spice-circuits_hf": 1, "open-schematics_hf": 2, "ams-net.github.io": 1}}}
|
| 11 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:07:44Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 4, "shard_sample_count": 96, "processed": 40, "total": 96, "accepted": 6, "progress_fraction": 0.4166666666666667, "samples_per_min": 5.373800034602701, "eta_min": 10.420931117534638, "elapsed_sec": 446.6113336086273, "sample_workers": 8, "solver_workers_per_sample": 6, "last_sample_id": "ltspice-spice-circuits_hf:train-00000-of-00001.parquet:0:22148", "last_graph_hash": "c662445cac66fb3bf7a58dc7a3073ea9c595fa20", "last_status": "router_fail", "last_dataset_root": "ltspice-spice-circuits_hf", "status_counts": {"accepted": 6, "cp_sat_fail": 7, "router_fail": 27}, "failure_reason_counts": {"cp_sat_fail": 7, "router_fail": 27}, "processed_by_root": {"ltspice-spice-circuits_hf": 11, "open-schematics_hf": 25, "ams-net.github.io": 4}, "accepted_by_root": {"ltspice-spice-circuits_hf": 1, "open-schematics_hf": 2, "ams-net.github.io": 3}}}
|
| 12 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:10:30Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 4, "shard_sample_count": 96, "processed": 48, "total": 96, "accepted": 6, "progress_fraction": 0.5, "samples_per_min": 4.708087220161354, "eta_min": 10.19522318840027, "elapsed_sec": 611.7133913040161, "sample_workers": 8, "solver_workers_per_sample": 6, "last_sample_id": "open-schematics_hf:train-00006-of-00078.parquet:1:287", "last_graph_hash": "fef3e40f0db3a9c81b8e087cacb360de219b5725", "last_status": "router_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"accepted": 6, "cp_sat_fail": 8, "router_fail": 34}, "failure_reason_counts": {"cp_sat_fail": 8, "router_fail": 34}, "processed_by_root": {"ltspice-spice-circuits_hf": 13, "open-schematics_hf": 31, "ams-net.github.io": 4}, "accepted_by_root": {"ltspice-spice-circuits_hf": 1, "open-schematics_hf": 2, "ams-net.github.io": 3}}}
|
| 13 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:10:58Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 4, "shard_sample_count": 96, "processed": 56, "total": 96, "accepted": 8, "progress_fraction": 0.5833333333333334, "samples_per_min": 5.250657078709387, "eta_min": 7.618094154766628, "elapsed_sec": 639.9199090003967, "sample_workers": 8, "solver_workers_per_sample": 6, "last_sample_id": "open-schematics_hf:train-00010-of-00078.parquet:0:92", "last_graph_hash": "a7eb32a4357caa019f7c3712c2eca35a24bb43f8", "last_status": "router_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"accepted": 8, "cp_sat_fail": 9, "router_fail": 39}, "failure_reason_counts": {"cp_sat_fail": 9, "router_fail": 39}, "processed_by_root": {"ltspice-spice-circuits_hf": 16, "open-schematics_hf": 34, "ams-net.github.io": 6}, "accepted_by_root": {"ltspice-spice-circuits_hf": 2, "open-schematics_hf": 2, "ams-net.github.io": 4}}}
|
| 14 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:13:26Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 4, "shard_sample_count": 96, "processed": 64, "total": 96, "accepted": 8, "progress_fraction": 0.6666666666666666, "samples_per_min": 4.873213647587777, "eta_min": 6.56650873819987, "elapsed_sec": 787.9810485839844, "sample_workers": 8, "solver_workers_per_sample": 6, "last_sample_id": "open-schematics_hf:train-00022-of-00078.parquet:0:336", "last_graph_hash": "a5694764ffcd3e8bf1e607da107c3cef077af1af", "last_status": "router_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"accepted": 8, "cp_sat_fail": 9, "router_fail": 47}, "failure_reason_counts": {"cp_sat_fail": 9, "router_fail": 47}, "processed_by_root": {"ltspice-spice-circuits_hf": 20, "open-schematics_hf": 38, "ams-net.github.io": 6}, "accepted_by_root": {"ltspice-spice-circuits_hf": 2, "open-schematics_hf": 2, "ams-net.github.io": 4}}}
|
| 15 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:14:05Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 4, "shard_sample_count": 96, "processed": 72, "total": 96, "accepted": 9, "progress_fraction": 0.75, "samples_per_min": 5.220061928152201, "eta_min": 4.597646604643928, "elapsed_sec": 827.576388835907, "sample_workers": 8, "solver_workers_per_sample": 6, "last_sample_id": "open-schematics_hf:train-00011-of-00078.parquet:1:194", "last_graph_hash": "2b70e0e9590f4de68bcb3ee5e1242e6fc15acaad", "last_status": "router_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"accepted": 9, "cp_sat_fail": 13, "router_fail": 50}, "failure_reason_counts": {"cp_sat_fail": 13, "router_fail": 50}, "processed_by_root": {"ltspice-spice-circuits_hf": 22, "open-schematics_hf": 44, "ams-net.github.io": 6}, "accepted_by_root": {"ltspice-spice-circuits_hf": 3, "open-schematics_hf": 2, "ams-net.github.io": 4}}}
|
| 16 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:16:55Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 4, "shard_sample_count": 96, "processed": 80, "total": 96, "accepted": 9, "progress_fraction": 0.8333333333333334, "samples_per_min": 4.812095082699882, "eta_min": 3.3249550819396974, "elapsed_sec": 997.4865245819092, "sample_workers": 8, "solver_workers_per_sample": 6, "last_sample_id": "open-schematics_hf:train-00000-of-00078.parquet:1:122", "last_graph_hash": "3c2d521967de728d33f8dadd02e0ca2974f1d746", "last_status": "router_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"accepted": 9, "cp_sat_fail": 13, "router_fail": 58}, "failure_reason_counts": {"cp_sat_fail": 13, "router_fail": 58}, "processed_by_root": {"ltspice-spice-circuits_hf": 22, "open-schematics_hf": 52, "ams-net.github.io": 6}, "accepted_by_root": {"ltspice-spice-circuits_hf": 3, "open-schematics_hf": 2, "ams-net.github.io": 4}}}
|
| 17 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:18:07Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 4, "shard_sample_count": 96, "processed": 88, "total": 96, "accepted": 10, "progress_fraction": 0.9166666666666666, "samples_per_min": 4.939290847365068, "eta_min": 1.6196657065189246, "elapsed_sec": 1068.9793663024902, "sample_workers": 8, "solver_workers_per_sample": 6, "last_sample_id": "open-schematics_hf:train-00006-of-00078.parquet:0:39", "last_graph_hash": "df2239d32ddf14f5a2121825c76d0a4aacd2e754", "last_status": "cp_sat_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"accepted": 10, "cp_sat_fail": 18, "router_fail": 60}, "failure_reason_counts": {"cp_sat_fail": 18, "router_fail": 60}, "processed_by_root": {"ltspice-spice-circuits_hf": 24, "open-schematics_hf": 57, "ams-net.github.io": 7}, "accepted_by_root": {"ltspice-spice-circuits_hf": 4, "open-schematics_hf": 2, "ams-net.github.io": 4}}}
|
| 18 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:20:05Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 4, "shard_sample_count": 96, "processed": 96, "total": 96, "accepted": 11, "progress_fraction": 1.0, "samples_per_min": 4.852597965661034, "eta_min": 0.0, "elapsed_sec": 1186.993037700653, "sample_workers": 8, "solver_workers_per_sample": 6, "last_sample_id": "open-schematics_hf:train-00029-of-00078.parquet:0:378", "last_graph_hash": "6c16dcff4fcceb902516bb9bd6c350d3a7991e21", "last_status": "router_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"accepted": 11, "cp_sat_fail": 19, "router_fail": 66}, "failure_reason_counts": {"cp_sat_fail": 19, "router_fail": 66}, "processed_by_root": {"ltspice-spice-circuits_hf": 24, "open-schematics_hf": 65, "ams-net.github.io": 7}, "accepted_by_root": {"ltspice-spice-circuits_hf": 4, "open-schematics_hf": 3, "ams-net.github.io": 4}}}
|
| 19 |
+
{"eval_shard_progress": {"status": "completed", "updated_at": "2026-03-10T17:20:06Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 4, "shard_sample_count": 96, "processed": 96, "total": 96, "accepted": 11, "progress_fraction": 1.0, "samples_per_min": 4.849434942312975, "eta_min": 0.0, "elapsed_sec": 1187.7672488689423, "sample_workers": 8, "solver_workers_per_sample": 6, "last_sample_id": null, "last_graph_hash": null, "last_status": null, "last_dataset_root": null, "status_counts": {"router_fail": 66, "accepted": 11, "cp_sat_fail": 19}, "failure_reason_counts": {"router_fail": 66, "cp_sat_fail": 19}, "processed_by_root": {}, "accepted_by_root": {}}}
|
| 20 |
+
{"micro_topology_exact_match_rate": 0.11458333333333333, "topology_exact_match_rate": 0.11458333333333333, "placement_overlap_rate": 0.0, "mean_crossings": 0.0, "mean_bends": 12.363636363636363, "mean_manhattan_wire_length": 589.8181818181819, "mean_canvas_area_used": 41496.454545454544, "accepted": 11, "total": 96, "overlap_count": 0, "overlap_pairs_total": 0, "crossings_total": 0.0, "bends_total": 136.0, "wire_length_total": 6488.0, "canvas_area_total": 456461.0, "topology_failures": 85, "status_counts": {"router_fail": 66, "accepted": 11, "cp_sat_fail": 19}, "failure_reason_counts": {"router_fail": 66, "cp_sat_fail": 19}, "score_tuple": [85, 0, 136.0, 6488.0, 456461.0], "diagnostic_counts": {"gold_samples": 96, "gold_components": 2955, "x_top4_hits": 569, "x_top8_hits": 648, "y_top4_hits": 566, "y_top8_hits": 654, "rot_top2_hits": 2601, "rot_top4_hits": 2955, "gold_component_in_cartesian_hits": 412, "gold_component_in_solver_hits": 412, "gold_full_sample_in_cartesian_hits": 19, "gold_full_sample_in_solver_hits": 19, "gold_selected_any_attempt_hits": 12}, "diagnostics": {"gold_samples": 96, "gold_components": 2955, "gold_x_top4_recall": 0.1925549915397631, "gold_x_top8_recall": 0.21928934010152284, "gold_y_top4_recall": 0.19153976311336718, "gold_y_top8_recall": 0.22131979695431472, "gold_rot_top2_recall": 0.8802030456852792, "gold_rot_top4_recall": 1.0, "gold_component_in_cartesian_shortlist_rate": 0.13942470389170897, "gold_component_in_solver_candidates_rate": 0.13942470389170897, "gold_full_sample_in_cartesian_shortlist_rate": 0.19791666666666666, "gold_full_sample_in_solver_candidates_rate": 0.19791666666666666, "gold_selected_any_attempt_rate": 0.125}, "router_fail_net_class_counts": {"ground": 28, "other": 31, "VDD": 7}, "cp_sat_terminal_status_counts": {"infeasible": 17, "unknown": 2}, "failure_examples": {"router_fail": [{"sample_id": "ltspice-spice-circuits_hf:train-00000-of-00001.parquet:1:16447", "graph_hash": "0d07185dd3447b06b10033d16d8c5d6522df3285", "dataset_root": "ltspice-spice-circuits_hf", "attempts": [{"stage": 1, "stage_config": {"top_x": 4, "top_y": 4, "top_rot": 2, "max_solver_candidates": 16, "cp_sat_timeout_seconds": 10.0, "component_candidate_cap": 32}, "attempt": 1, "global_attempt": 1, "solver_status": "ok", "candidate_count_min": 32, "candidate_count_max": 32, "candidate_count_total": 896, "cartesian_candidate_count_total": 896, "forbidden_choice_tuples": 0, "component_candidate_cap": 32, "cp_sat_status": "feasible", "cp_sat_timeout_seconds": 10.0, "placement_margin": 2, "gold_injected_component_count": 0, "objective_value": 75502.0, "route_status": "router_fail", "route_debug": {"failed_net_nid": "N00000", "failed_net_name": "0", "failed_net_degree": 19, "pin_count": 19, "tree_cell_count": 518, "remaining_pin_count": 11, "routing_block_margin": 0, "pin_escape_cells": 2, "trunk_first_used": true, "trunk_first_min_degree": 3}}, {"stage": 1, "stage_config": {"top_x": 4, "top_y": 4, "top_rot": 2, "max_solver_candidates": 16, "cp_sat_timeout_seconds": 10.0, "component_candidate_cap": 32}, "attempt": 2, "global_attempt": 2, "solver_status": "ok", "candidate_count_min": 32, "candidate_count_max": 32, "candidate_count_total": 896, "cartesian_candidate_count_total": 896, "forbidden_choice_tuples": 1, "component_candidate_cap": 32, "cp_sat_status": "feasible", "cp_sat_timeout_seconds": 10.0, "placement_margin": 2, "gold_injected_component_count": 0, "objective_value": 75514.0, "route_status": "router_fail", "route_debug": {"failed_net_nid": "N00000", "failed_net_name": "0", "failed_net_degree": 19, "pin_count": 19, "tree_cell_count": 518, "remaining_pin_count": 11, "routing_block_margin": 0, "pin_escape_cells": 2, "trunk_first_used": true, "trunk_first_min_degree": 3}}]}, {"sample_id": "open-schematics_hf:train-00008-of-00078.parquet:1:243", "graph_hash": "b18454d0f68b852b42ee9043f208a43fc12f9456", "dataset_root": "open-schematics_hf", "attempts": [{"stage": 1, "stage_config": {"top_x": 4, "top_y": 4, "top_rot": 2, "max_solver_candidates": 16, "cp_sat_timeout_seconds": 10.0, "component_candidate_cap": 32}, "attempt": 1, "global_attempt": 1, "solver_status": "ok", "candidate_count_min": 32, "candidate_count_max": 32, "candidate_count_total": 576, "cartesian_candidate_count_total": 576, "forbidden_choice_tuples": 0, "component_candidate_cap": 32, "cp_sat_status": "optimal", "cp_sat_timeout_seconds": 10.0, "placement_margin": 2, "gold_injected_component_count": 0, "objective_value": 71930.0, "route_status": "router_fail", "route_debug": {"failed_net_nid": "N00000", "failed_net_name": "net_0", "failed_net_degree": 3, "pin_count": 3, "tree_cell_count": 77, "remaining_pin_count": 1, "routing_block_margin": 0, "pin_escape_cells": 2, "trunk_first_used": true, "trunk_first_min_degree": 3}}, {"stage": 1, "stage_config": {"top_x": 4, "top_y": 4, "top_rot": 2, "max_solver_candidates": 16, "cp_sat_timeout_seconds": 10.0, "component_candidate_cap": 32}, "attempt": 2, "global_attempt": 2, "solver_status": "ok", "candidate_count_min": 32, "candidate_count_max": 32, "candidate_count_total": 576, "cartesian_candidate_count_total": 576, "forbidden_choice_tuples": 1, "component_candidate_cap": 32, "cp_sat_status": "optimal", "cp_sat_timeout_seconds": 10.0, "placement_margin": 2, "gold_injected_component_count": 0, "objective_value": 71930.0, "route_status": "router_fail", "route_debug": {"failed_net_nid": "N00000", "failed_net_name": "net_0", "failed_net_degree": 3, "pin_count": 3, "tree_cell_count": 1, "remaining_pin_count": 2, "routing_block_margin": 0, "pin_escape_cells": 2, "trunk_first_used": true, "trunk_first_min_degree": 3}}]}, {"sample_id": "ltspice-spice-circuits_hf:train-00000-of-00001.parquet:1:4752", "graph_hash": "b85e4247151883dbe3c431812b007c29f4c0d1ce", "dataset_root": "ltspice-spice-circuits_hf", "attempts": [{"stage": 1, "stage_config": {"top_x": 4, "top_y": 4, "top_rot": 2, "max_solver_candidates": 16, "cp_sat_timeout_seconds": 10.0, "component_candidate_cap": 32}, "attempt": 1, "global_attempt": 1, "solver_status": "ok", "candidate_count_min": 32, "candidate_count_max": 32, "candidate_count_total": 192, "cartesian_candidate_count_total": 192, "forbidden_choice_tuples": 0, "component_candidate_cap": 32, "cp_sat_status": "optimal", "cp_sat_timeout_seconds": 10.0, "placement_margin": 2, "gold_injected_component_count": 0, "objective_value": 2319.0, "route_status": "router_fail", "route_debug": {"failed_net_nid": "N00000", "failed_net_name": "N001", "failed_net_degree": 2, "pin_count": 2, "tree_cell_count": 1, "remaining_pin_count": 1, "routing_block_margin": 0, "pin_escape_cells": 2, "trunk_first_used": false, "trunk_first_min_degree": 3}}, {"stage": 1, "stage_config": {"top_x": 4, "top_y": 4, "top_rot": 2, "max_solver_candidates": 16, "cp_sat_timeout_seconds": 10.0, "component_candidate_cap": 32}, "attempt": 2, "global_attempt": 2, "solver_status": "ok", "candidate_count_min": 32, "candidate_count_max": 32, "candidate_count_total": 192, "cartesian_candidate_count_total": 192, "forbidden_choice_tuples": 1, "component_candidate_cap": 32, "cp_sat_status": "optimal", "cp_sat_timeout_seconds": 10.0, "placement_margin": 2, "gold_injected_component_count": 0, "objective_value": 4783.0, "route_status": "router_fail", "route_debug": {"failed_net_nid": "N00000", "failed_net_name": "N001", "failed_net_degree": 2, "pin_count": 2, "tree_cell_count": 1, "remaining_pin_count": 1, "routing_block_margin": 0, "pin_escape_cells": 2, "trunk_first_used": false, "trunk_first_min_degree": 3}}]}], "cp_sat_fail": [{"sample_id": "open-schematics_hf:train-00014-of-00078.parquet:0:9", "graph_hash": "dd889dad399607fda4b73de19c4e223a73a54e42", "dataset_root": "open-schematics_hf", "attempts": [{"stage": 1, "stage_config": {"top_x": 4, "top_y": 4, "top_rot": 2, "max_solver_candidates": 16, "cp_sat_timeout_seconds": 10.0, "component_candidate_cap": 32}, "attempt": 1, "global_attempt": 1, "solver_status": "cp_sat_fail", "candidate_count_min": 32, "candidate_count_max": 32, "candidate_count_total": 1184, "cartesian_candidate_count_total": 1184, "forbidden_choice_tuples": 0, "component_candidate_cap": 32, "cp_sat_status": "infeasible", "cp_sat_timeout_seconds": 10.0, "placement_margin": 2, "gold_injected_component_count": 0}]}, {"sample_id": "open-schematics_hf:train-00014-of-00078.parquet:1:111", "graph_hash": "224f4721c363629256f7c47bfd8d6291853a05fb", "dataset_root": "open-schematics_hf", "attempts": [{"stage": 1, "stage_config": {"top_x": 4, "top_y": 4, "top_rot": 2, "max_solver_candidates": 16, "cp_sat_timeout_seconds": 10.0, "component_candidate_cap": 32}, "attempt": 1, "global_attempt": 1, "solver_status": "cp_sat_fail", "candidate_count_min": 32, "candidate_count_max": 32, "candidate_count_total": 1472, "cartesian_candidate_count_total": 1472, "forbidden_choice_tuples": 0, "component_candidate_cap": 32, "cp_sat_status": "infeasible", "cp_sat_timeout_seconds": 10.0, "placement_margin": 2, "gold_injected_component_count": 0}]}, {"sample_id": "open-schematics_hf:train-00019-of-00078.parquet:1:180", "graph_hash": "3b2b20701c02f634d1355e99471d8776256609d3", "dataset_root": "open-schematics_hf", "attempts": [{"stage": 1, "stage_config": {"top_x": 4, "top_y": 4, "top_rot": 2, "max_solver_candidates": 16, "cp_sat_timeout_seconds": 10.0, "component_candidate_cap": 32}, "attempt": 1, "global_attempt": 1, "solver_status": "cp_sat_fail", "candidate_count_min": 32, "candidate_count_max": 32, "candidate_count_total": 1184, "cartesian_candidate_count_total": 1184, "forbidden_choice_tuples": 0, "component_candidate_cap": 32, "cp_sat_status": "infeasible", "cp_sat_timeout_seconds": 10.0, "placement_margin": 2, "gold_injected_component_count": 0}]}]}, "per_root": {"ams-net.github.io": {"micro_topology_exact_match_rate": 0.5714285714285714, "topology_exact_match_rate": 0.5714285714285714, "placement_overlap_rate": 0.0, "mean_crossings": 0.0, "mean_bends": 12.25, "mean_manhattan_wire_length": 397.0, "mean_canvas_area_used": 11590.25, "accepted": 4, "total": 7, "overlap_count": 0, "overlap_pairs_total": 0, "crossings_total": 0.0, "bends_total": 49.0, "wire_length_total": 1588.0, "canvas_area_total": 46361.0, "topology_failures": 3, "status_counts": {"accepted": 4, "router_fail": 2, "cp_sat_fail": 1}, "failure_reason_counts": {"router_fail": 2, "cp_sat_fail": 1}, "score_tuple": [3, 0, 49.0, 1588.0, 46361.0], "diagnostic_counts": {"gold_samples": 7, "gold_components": 40, "x_top4_hits": 4, "x_top8_hits": 8, "y_top4_hits": 11, "y_top8_hits": 12, "rot_top2_hits": 38, "rot_top4_hits": 40, "gold_component_in_cartesian_hits": 0, "gold_component_in_solver_hits": 0}, "diagnostics": {"gold_samples": 7, "gold_components": 40, "gold_x_top4_recall": 0.1, "gold_x_top8_recall": 0.2, "gold_y_top4_recall": 0.275, "gold_y_top8_recall": 0.3, "gold_rot_top2_recall": 0.95, "gold_rot_top4_recall": 1.0, "gold_component_in_cartesian_shortlist_rate": 0.0, "gold_component_in_solver_candidates_rate": 0.0, "gold_full_sample_in_cartesian_shortlist_rate": 0.0, "gold_full_sample_in_solver_candidates_rate": 0.0, "gold_selected_any_attempt_rate": 0.0}, "router_fail_net_class_counts": {"other": 2}, "cp_sat_terminal_status_counts": {"infeasible": 1}, "macro_topology_exact_match_rate": null}, "ltspice-spice-circuits_hf": {"micro_topology_exact_match_rate": 0.16666666666666666, "topology_exact_match_rate": 0.16666666666666666, "placement_overlap_rate": 0.0, "mean_crossings": 0.0, "mean_bends": 6.25, "mean_manhattan_wire_length": 713.25, "mean_canvas_area_used": 53933.0, "accepted": 4, "total": 24, "overlap_count": 0, "overlap_pairs_total": 0, "crossings_total": 0.0, "bends_total": 25.0, "wire_length_total": 2853.0, "canvas_area_total": 215732.0, "topology_failures": 20, "status_counts": {"router_fail": 20, "accepted": 4}, "failure_reason_counts": {"router_fail": 20}, "score_tuple": [20, 0, 25.0, 2853.0, 215732.0], "diagnostic_counts": {"gold_samples": 24, "gold_components": 320, "x_top4_hits": 314, "x_top8_hits": 314, "y_top4_hits": 315, "y_top8_hits": 315, "rot_top2_hits": 319, "rot_top4_hits": 320, "gold_component_in_cartesian_hits": 309, "gold_component_in_solver_hits": 309, "gold_full_sample_in_cartesian_hits": 19, "gold_full_sample_in_solver_hits": 19, "gold_selected_any_attempt_hits": 12}, "diagnostics": {"gold_samples": 24, "gold_components": 320, "gold_x_top4_recall": 0.98125, "gold_x_top8_recall": 0.98125, "gold_y_top4_recall": 0.984375, "gold_y_top8_recall": 0.984375, "gold_rot_top2_recall": 0.996875, "gold_rot_top4_recall": 1.0, "gold_component_in_cartesian_shortlist_rate": 0.965625, "gold_component_in_solver_candidates_rate": 0.965625, "gold_full_sample_in_cartesian_shortlist_rate": 0.7916666666666666, "gold_full_sample_in_solver_candidates_rate": 0.7916666666666666, "gold_selected_any_attempt_rate": 0.5}, "router_fail_net_class_counts": {"ground": 8, "other": 11, "VDD": 1}, "cp_sat_terminal_status_counts": {}, "macro_topology_exact_match_rate": null}, "open-schematics_hf": {"micro_topology_exact_match_rate": 0.046153846153846156, "topology_exact_match_rate": 0.046153846153846156, "placement_overlap_rate": 0.0, "mean_crossings": 0.0, "mean_bends": 20.666666666666668, "mean_manhattan_wire_length": 682.3333333333334, "mean_canvas_area_used": 64789.333333333336, "accepted": 3, "total": 65, "overlap_count": 0, "overlap_pairs_total": 0, "crossings_total": 0.0, "bends_total": 62.0, "wire_length_total": 2047.0, "canvas_area_total": 194368.0, "topology_failures": 62, "status_counts": {"accepted": 3, "router_fail": 44, "cp_sat_fail": 18}, "failure_reason_counts": {"router_fail": 44, "cp_sat_fail": 18}, "score_tuple": [62, 0, 62.0, 2047.0, 194368.0], "diagnostic_counts": {"gold_samples": 65, "gold_components": 2595, "x_top4_hits": 251, "x_top8_hits": 326, "y_top4_hits": 240, "y_top8_hits": 327, "rot_top2_hits": 2244, "rot_top4_hits": 2595, "gold_component_in_cartesian_hits": 103, "gold_component_in_solver_hits": 103}, "diagnostics": {"gold_samples": 65, "gold_components": 2595, "gold_x_top4_recall": 0.09672447013487476, "gold_x_top8_recall": 0.125626204238921, "gold_y_top4_recall": 0.09248554913294797, "gold_y_top8_recall": 0.1260115606936416, "gold_rot_top2_recall": 0.8647398843930636, "gold_rot_top4_recall": 1.0, "gold_component_in_cartesian_shortlist_rate": 0.03969171483622351, "gold_component_in_solver_candidates_rate": 0.03969171483622351, "gold_full_sample_in_cartesian_shortlist_rate": 0.0, "gold_full_sample_in_solver_candidates_rate": 0.0, "gold_selected_any_attempt_rate": 0.0}, "router_fail_net_class_counts": {"other": 18, "ground": 20, "VDD": 6}, "cp_sat_terminal_status_counts": {"infeasible": 16, "unknown": 2}, "macro_topology_exact_match_rate": null}}, "macro_topology_exact_match_rate": 0.2614163614163614, "per_size_bin": {"01-04": {"micro_topology_exact_match_rate": 0.6153846153846154, "topology_exact_match_rate": 0.6153846153846154, "placement_overlap_rate": 0.0, "mean_crossings": 0.0, "mean_bends": 9.25, "mean_manhattan_wire_length": 555.125, "mean_canvas_area_used": 32761.625, "accepted": 8, "total": 13, "overlap_count": 0, "overlap_pairs_total": 0, "crossings_total": 0.0, "bends_total": 74.0, "wire_length_total": 4441.0, "canvas_area_total": 262093.0, "topology_failures": 5, "status_counts": {"accepted": 8, "router_fail": 5}, "failure_reason_counts": {"router_fail": 5}, "score_tuple": [5, 0, 74.0, 4441.0, 262093.0], "diagnostic_counts": {"gold_samples": 13, "gold_components": 42, "x_top4_hits": 25, "x_top8_hits": 27, "y_top4_hits": 26, "y_top8_hits": 26, "rot_top2_hits": 41, "rot_top4_hits": 42, "gold_component_in_cartesian_hits": 20, "gold_component_in_solver_hits": 20, "gold_full_sample_in_cartesian_hits": 4, "gold_full_sample_in_solver_hits": 4, "gold_selected_any_attempt_hits": 4}, "diagnostics": {"gold_samples": 13, "gold_components": 42, "gold_x_top4_recall": 0.5952380952380952, "gold_x_top8_recall": 0.6428571428571429, "gold_y_top4_recall": 0.6190476190476191, "gold_y_top8_recall": 0.6190476190476191, "gold_rot_top2_recall": 0.9761904761904762, "gold_rot_top4_recall": 1.0, "gold_component_in_cartesian_shortlist_rate": 0.47619047619047616, "gold_component_in_solver_candidates_rate": 0.47619047619047616, "gold_full_sample_in_cartesian_shortlist_rate": 0.3076923076923077, "gold_full_sample_in_solver_candidates_rate": 0.3076923076923077, "gold_selected_any_attempt_rate": 0.3076923076923077}, "router_fail_net_class_counts": {"ground": 2, "other": 3}, "cp_sat_terminal_status_counts": {}, "macro_topology_exact_match_rate": null}, "05-08": {"micro_topology_exact_match_rate": 0.0, "topology_exact_match_rate": 0.0, "placement_overlap_rate": 1.0, "mean_crossings": 0.0, "mean_bends": 0.0, "mean_manhattan_wire_length": 0.0, "mean_canvas_area_used": 0.0, "accepted": 0, "total": 6, "overlap_count": 0, "overlap_pairs_total": 0, "crossings_total": 0, "bends_total": 0, "wire_length_total": 0, "canvas_area_total": 0, "topology_failures": 6, "status_counts": {"router_fail": 6}, "failure_reason_counts": {"router_fail": 6}, "score_tuple": [6, 0, 0, 0, 0], "diagnostic_counts": {"gold_samples": 6, "gold_components": 39, "x_top4_hits": 35, "x_top8_hits": 36, "y_top4_hits": 35, "y_top8_hits": 35, "rot_top2_hits": 39, "rot_top4_hits": 39, "gold_component_in_cartesian_hits": 34, "gold_component_in_solver_hits": 34, "gold_full_sample_in_cartesian_hits": 5, "gold_full_sample_in_solver_hits": 5, "gold_selected_any_attempt_hits": 5}, "diagnostics": {"gold_samples": 6, "gold_components": 39, "gold_x_top4_recall": 0.8974358974358975, "gold_x_top8_recall": 0.9230769230769231, "gold_y_top4_recall": 0.8974358974358975, "gold_y_top8_recall": 0.8974358974358975, "gold_rot_top2_recall": 1.0, "gold_rot_top4_recall": 1.0, "gold_component_in_cartesian_shortlist_rate": 0.8717948717948718, "gold_component_in_solver_candidates_rate": 0.8717948717948718, "gold_full_sample_in_cartesian_shortlist_rate": 0.8333333333333334, "gold_full_sample_in_solver_candidates_rate": 0.8333333333333334, "gold_selected_any_attempt_rate": 0.8333333333333334}, "router_fail_net_class_counts": {"other": 4, "ground": 1, "VDD": 1}, "cp_sat_terminal_status_counts": {}, "macro_topology_exact_match_rate": null}, "09-16": {"micro_topology_exact_match_rate": 0.1111111111111111, "topology_exact_match_rate": 0.1111111111111111, "placement_overlap_rate": 0.0, "mean_crossings": 0.0, "mean_bends": 23.0, "mean_manhattan_wire_length": 956.0, "mean_canvas_area_used": 67072.0, "accepted": 1, "total": 9, "overlap_count": 0, "overlap_pairs_total": 0, "crossings_total": 0.0, "bends_total": 23.0, "wire_length_total": 956.0, "canvas_area_total": 67072.0, "topology_failures": 8, "status_counts": {"accepted": 1, "router_fail": 7, "cp_sat_fail": 1}, "failure_reason_counts": {"router_fail": 7, "cp_sat_fail": 1}, "score_tuple": [8, 0, 23.0, 956.0, 67072.0], "diagnostic_counts": {"gold_samples": 9, "gold_components": 114, "x_top4_hits": 38, "x_top8_hits": 41, "y_top4_hits": 51, "y_top8_hits": 53, "rot_top2_hits": 107, "rot_top4_hits": 114, "gold_component_in_cartesian_hits": 31, "gold_component_in_solver_hits": 31, "gold_full_sample_in_cartesian_hits": 3, "gold_full_sample_in_solver_hits": 3, "gold_selected_any_attempt_hits": 3}, "diagnostics": {"gold_samples": 9, "gold_components": 114, "gold_x_top4_recall": 0.3333333333333333, "gold_x_top8_recall": 0.35964912280701755, "gold_y_top4_recall": 0.4473684210526316, "gold_y_top8_recall": 0.4649122807017544, "gold_rot_top2_recall": 0.9385964912280702, "gold_rot_top4_recall": 1.0, "gold_component_in_cartesian_shortlist_rate": 0.2719298245614035, "gold_component_in_solver_candidates_rate": 0.2719298245614035, "gold_full_sample_in_cartesian_shortlist_rate": 0.3333333333333333, "gold_full_sample_in_solver_candidates_rate": 0.3333333333333333, "gold_selected_any_attempt_rate": 0.3333333333333333}, "router_fail_net_class_counts": {"ground": 2, "other": 5}, "cp_sat_terminal_status_counts": {"infeasible": 1}, "macro_topology_exact_match_rate": null}, "17-24": {"micro_topology_exact_match_rate": 0.0, "topology_exact_match_rate": 0.0, "placement_overlap_rate": 1.0, "mean_crossings": 0.0, "mean_bends": 0.0, "mean_manhattan_wire_length": 0.0, "mean_canvas_area_used": 0.0, "accepted": 0, "total": 9, "overlap_count": 0, "overlap_pairs_total": 0, "crossings_total": 0, "bends_total": 0, "wire_length_total": 0, "canvas_area_total": 0, "topology_failures": 9, "status_counts": {"router_fail": 9}, "failure_reason_counts": {"router_fail": 9}, "score_tuple": [9, 0, 0, 0, 0], "diagnostic_counts": {"gold_samples": 9, "gold_components": 171, "x_top4_hits": 64, "x_top8_hits": 66, "y_top4_hits": 66, "y_top8_hits": 69, "rot_top2_hits": 148, "rot_top4_hits": 171, "gold_component_in_cartesian_hits": 58, "gold_component_in_solver_hits": 58, "gold_full_sample_in_cartesian_hits": 2, "gold_full_sample_in_solver_hits": 2}, "diagnostics": {"gold_samples": 9, "gold_components": 171, "gold_x_top4_recall": 0.3742690058479532, "gold_x_top8_recall": 0.38596491228070173, "gold_y_top4_recall": 0.38596491228070173, "gold_y_top8_recall": 0.40350877192982454, "gold_rot_top2_recall": 0.8654970760233918, "gold_rot_top4_recall": 1.0, "gold_component_in_cartesian_shortlist_rate": 0.3391812865497076, "gold_component_in_solver_candidates_rate": 0.3391812865497076, "gold_full_sample_in_cartesian_shortlist_rate": 0.2222222222222222, "gold_full_sample_in_solver_candidates_rate": 0.2222222222222222, "gold_selected_any_attempt_rate": 0.0}, "router_fail_net_class_counts": {"other": 6, "VDD": 1, "ground": 2}, "cp_sat_terminal_status_counts": {}, "macro_topology_exact_match_rate": null}, "25-32": {"micro_topology_exact_match_rate": 0.0, "topology_exact_match_rate": 0.0, "placement_overlap_rate": 1.0, "mean_crossings": 0.0, "mean_bends": 0.0, "mean_manhattan_wire_length": 0.0, "mean_canvas_area_used": 0.0, "accepted": 0, "total": 6, "overlap_count": 0, "overlap_pairs_total": 0, "crossings_total": 0, "bends_total": 0, "wire_length_total": 0, "canvas_area_total": 0, "topology_failures": 6, "status_counts": {"router_fail": 6}, "failure_reason_counts": {"router_fail": 6}, "score_tuple": [6, 0, 0, 0, 0], "diagnostic_counts": {"gold_samples": 6, "gold_components": 173, "x_top4_hits": 59, "x_top8_hits": 64, "y_top4_hits": 54, "y_top8_hits": 58, "rot_top2_hits": 153, "rot_top4_hits": 173, "gold_component_in_cartesian_hits": 50, "gold_component_in_solver_hits": 50, "gold_full_sample_in_cartesian_hits": 1, "gold_full_sample_in_solver_hits": 1}, "diagnostics": {"gold_samples": 6, "gold_components": 173, "gold_x_top4_recall": 0.34104046242774566, "gold_x_top8_recall": 0.3699421965317919, "gold_y_top4_recall": 0.31213872832369943, "gold_y_top8_recall": 0.3352601156069364, "gold_rot_top2_recall": 0.884393063583815, "gold_rot_top4_recall": 1.0, "gold_component_in_cartesian_shortlist_rate": 0.28901734104046245, "gold_component_in_solver_candidates_rate": 0.28901734104046245, "gold_full_sample_in_cartesian_shortlist_rate": 0.16666666666666666, "gold_full_sample_in_solver_candidates_rate": 0.16666666666666666, "gold_selected_any_attempt_rate": 0.0}, "router_fail_net_class_counts": {"ground": 3, "other": 2, "VDD": 1}, "cp_sat_terminal_status_counts": {}, "macro_topology_exact_match_rate": null}, "33-48": {"micro_topology_exact_match_rate": 0.06060606060606061, "topology_exact_match_rate": 0.06060606060606061, "placement_overlap_rate": 0.0, "mean_crossings": 0.0, "mean_bends": 19.5, "mean_manhattan_wire_length": 545.5, "mean_canvas_area_used": 63648.0, "accepted": 2, "total": 33, "overlap_count": 0, "overlap_pairs_total": 0, "crossings_total": 0.0, "bends_total": 39.0, "wire_length_total": 1091.0, "canvas_area_total": 127296.0, "topology_failures": 31, "status_counts": {"router_fail": 22, "cp_sat_fail": 9, "accepted": 2}, "failure_reason_counts": {"router_fail": 22, "cp_sat_fail": 9}, "score_tuple": [31, 0, 39.0, 1091.0, 127296.0], "diagnostic_counts": {"gold_samples": 33, "gold_components": 1271, "x_top4_hits": 231, "x_top8_hits": 255, "y_top4_hits": 235, "y_top8_hits": 272, "rot_top2_hits": 1119, "rot_top4_hits": 1271, "gold_component_in_cartesian_hits": 173, "gold_component_in_solver_hits": 173, "gold_full_sample_in_cartesian_hits": 4, "gold_full_sample_in_solver_hits": 4}, "diagnostics": {"gold_samples": 33, "gold_components": 1271, "gold_x_top4_recall": 0.18174665617623917, "gold_x_top8_recall": 0.2006294256490952, "gold_y_top4_recall": 0.1848937844217152, "gold_y_top8_recall": 0.21400472069236823, "gold_rot_top2_recall": 0.8804091266719118, "gold_rot_top4_recall": 1.0, "gold_component_in_cartesian_shortlist_rate": 0.13611329661683713, "gold_component_in_solver_candidates_rate": 0.13611329661683713, "gold_full_sample_in_cartesian_shortlist_rate": 0.12121212121212122, "gold_full_sample_in_solver_candidates_rate": 0.12121212121212122, "gold_selected_any_attempt_rate": 0.0}, "router_fail_net_class_counts": {"ground": 12, "other": 9, "VDD": 1}, "cp_sat_terminal_status_counts": {"infeasible": 9}, "macro_topology_exact_match_rate": null}, "49-64": {"micro_topology_exact_match_rate": 0.0, "topology_exact_match_rate": 0.0, "placement_overlap_rate": 1.0, "mean_crossings": 0.0, "mean_bends": 0.0, "mean_manhattan_wire_length": 0.0, "mean_canvas_area_used": 0.0, "accepted": 0, "total": 20, "overlap_count": 0, "overlap_pairs_total": 0, "crossings_total": 0, "bends_total": 0, "wire_length_total": 0, "canvas_area_total": 0, "topology_failures": 20, "status_counts": {"router_fail": 11, "cp_sat_fail": 9}, "failure_reason_counts": {"router_fail": 11, "cp_sat_fail": 9}, "score_tuple": [20, 0, 0, 0, 0], "diagnostic_counts": {"gold_samples": 20, "gold_components": 1145, "x_top4_hits": 117, "x_top8_hits": 159, "y_top4_hits": 99, "y_top8_hits": 141, "rot_top2_hits": 994, "rot_top4_hits": 1145, "gold_component_in_cartesian_hits": 46, "gold_component_in_solver_hits": 46}, "diagnostics": {"gold_samples": 20, "gold_components": 1145, "gold_x_top4_recall": 0.10218340611353711, "gold_x_top8_recall": 0.1388646288209607, "gold_y_top4_recall": 0.08646288209606987, "gold_y_top8_recall": 0.12314410480349346, "gold_rot_top2_recall": 0.868122270742358, "gold_rot_top4_recall": 1.0, "gold_component_in_cartesian_shortlist_rate": 0.04017467248908297, "gold_component_in_solver_candidates_rate": 0.04017467248908297, "gold_full_sample_in_cartesian_shortlist_rate": 0.0, "gold_full_sample_in_solver_candidates_rate": 0.0, "gold_selected_any_attempt_rate": 0.0}, "router_fail_net_class_counts": {"ground": 6, "other": 2, "VDD": 3}, "cp_sat_terminal_status_counts": {"infeasible": 7, "unknown": 2}, "macro_topology_exact_match_rate": null}}, "evaluated_at": "2026-03-10T17:20:06Z", "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 4, "shard_sample_count": 96, "sample_workers": 8, "solver_workers_per_sample": 6, "eval_mode": "normal", "force_dataset_root": null, "solve_stages": [{"top_x": 4, "top_y": 4, "top_rot": 2, "max_solver_candidates": 16, "cp_sat_timeout_seconds": 10.0, "component_candidate_cap": 32}], "routing_options": {"placement_margin": 2, "routing_block_margin": 0, "pin_escape_cells": 2, "trunk_first_min_degree": 3, "trunk_first_priority_only": false}}
|
netlist_to_layout_v1/runs/routerfix-baseline-normal384-rbm0e2t3/posttrain_full_eval_tmp/step-008000/shard_00.progress.json
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"status": "completed",
|
| 3 |
+
"updated_at": "2026-03-10T17:20:06Z",
|
| 4 |
+
"checkpoint_step": 8000,
|
| 5 |
+
"checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt",
|
| 6 |
+
"split": "val",
|
| 7 |
+
"manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json",
|
| 8 |
+
"manifest_size": 384,
|
| 9 |
+
"shard_index": 0,
|
| 10 |
+
"shard_count": 4,
|
| 11 |
+
"shard_sample_count": 96,
|
| 12 |
+
"processed": 96,
|
| 13 |
+
"total": 96,
|
| 14 |
+
"accepted": 11,
|
| 15 |
+
"progress_fraction": 1.0,
|
| 16 |
+
"samples_per_min": 4.849434942312975,
|
| 17 |
+
"eta_min": 0.0,
|
| 18 |
+
"elapsed_sec": 1187.7672488689423,
|
| 19 |
+
"sample_workers": 8,
|
| 20 |
+
"solver_workers_per_sample": 6,
|
| 21 |
+
"last_sample_id": null,
|
| 22 |
+
"last_graph_hash": null,
|
| 23 |
+
"last_status": null,
|
| 24 |
+
"last_dataset_root": null,
|
| 25 |
+
"status_counts": {
|
| 26 |
+
"router_fail": 66,
|
| 27 |
+
"accepted": 11,
|
| 28 |
+
"cp_sat_fail": 19
|
| 29 |
+
},
|
| 30 |
+
"failure_reason_counts": {
|
| 31 |
+
"router_fail": 66,
|
| 32 |
+
"cp_sat_fail": 19
|
| 33 |
+
},
|
| 34 |
+
"processed_by_root": {},
|
| 35 |
+
"accepted_by_root": {}
|
| 36 |
+
}
|
netlist_to_layout_v1/runs/routerfix-baseline-normal384-rbm0e2t3/posttrain_full_eval_tmp/step-008000/shard_01.json
ADDED
|
@@ -0,0 +1,1160 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"micro_topology_exact_match_rate": 0.125,
|
| 3 |
+
"topology_exact_match_rate": 0.125,
|
| 4 |
+
"placement_overlap_rate": 0.0,
|
| 5 |
+
"mean_crossings": 0.0,
|
| 6 |
+
"mean_bends": 22.5,
|
| 7 |
+
"mean_manhattan_wire_length": 758.1666666666666,
|
| 8 |
+
"mean_canvas_area_used": 52170.333333333336,
|
| 9 |
+
"accepted": 12,
|
| 10 |
+
"total": 96,
|
| 11 |
+
"overlap_count": 0,
|
| 12 |
+
"overlap_pairs_total": 0,
|
| 13 |
+
"crossings_total": 0.0,
|
| 14 |
+
"bends_total": 270.0,
|
| 15 |
+
"wire_length_total": 9098.0,
|
| 16 |
+
"canvas_area_total": 626044.0,
|
| 17 |
+
"topology_failures": 84,
|
| 18 |
+
"status_counts": {
|
| 19 |
+
"cp_sat_fail": 28,
|
| 20 |
+
"accepted": 12,
|
| 21 |
+
"router_fail": 56
|
| 22 |
+
},
|
| 23 |
+
"failure_reason_counts": {
|
| 24 |
+
"cp_sat_fail": 28,
|
| 25 |
+
"router_fail": 56
|
| 26 |
+
},
|
| 27 |
+
"score_tuple": [
|
| 28 |
+
84,
|
| 29 |
+
0,
|
| 30 |
+
270.0,
|
| 31 |
+
9098.0,
|
| 32 |
+
626044.0
|
| 33 |
+
],
|
| 34 |
+
"diagnostic_counts": {
|
| 35 |
+
"gold_samples": 96,
|
| 36 |
+
"gold_components": 3359,
|
| 37 |
+
"x_top4_hits": 722,
|
| 38 |
+
"x_top8_hits": 820,
|
| 39 |
+
"y_top4_hits": 796,
|
| 40 |
+
"y_top8_hits": 907,
|
| 41 |
+
"rot_top2_hits": 2969,
|
| 42 |
+
"rot_top4_hits": 3359,
|
| 43 |
+
"gold_component_in_cartesian_hits": 573,
|
| 44 |
+
"gold_component_in_solver_hits": 573,
|
| 45 |
+
"gold_full_sample_in_cartesian_hits": 17,
|
| 46 |
+
"gold_full_sample_in_solver_hits": 17,
|
| 47 |
+
"gold_selected_any_attempt_hits": 6
|
| 48 |
+
},
|
| 49 |
+
"diagnostics": {
|
| 50 |
+
"gold_samples": 96,
|
| 51 |
+
"gold_components": 3359,
|
| 52 |
+
"gold_x_top4_recall": 0.21494492408454896,
|
| 53 |
+
"gold_x_top8_recall": 0.244120273891039,
|
| 54 |
+
"gold_y_top4_recall": 0.2369752902649598,
|
| 55 |
+
"gold_y_top8_recall": 0.27002083953557604,
|
| 56 |
+
"gold_rot_top2_recall": 0.8838940160762132,
|
| 57 |
+
"gold_rot_top4_recall": 1.0,
|
| 58 |
+
"gold_component_in_cartesian_shortlist_rate": 0.17058648407264065,
|
| 59 |
+
"gold_component_in_solver_candidates_rate": 0.17058648407264065,
|
| 60 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.17708333333333334,
|
| 61 |
+
"gold_full_sample_in_solver_candidates_rate": 0.17708333333333334,
|
| 62 |
+
"gold_selected_any_attempt_rate": 0.0625
|
| 63 |
+
},
|
| 64 |
+
"router_fail_net_class_counts": {
|
| 65 |
+
"VDD": 10,
|
| 66 |
+
"other": 22,
|
| 67 |
+
"ground": 22,
|
| 68 |
+
"VIN": 1,
|
| 69 |
+
"VSS": 1
|
| 70 |
+
},
|
| 71 |
+
"cp_sat_terminal_status_counts": {
|
| 72 |
+
"infeasible": 23,
|
| 73 |
+
"unknown": 5
|
| 74 |
+
},
|
| 75 |
+
"failure_examples": {
|
| 76 |
+
"cp_sat_fail": [
|
| 77 |
+
{
|
| 78 |
+
"sample_id": "open-schematics_hf:train-00027-of-00078.parquet:1:507",
|
| 79 |
+
"graph_hash": "70896a25e8210e440a5d8be9b01fb099ef1fbd8f",
|
| 80 |
+
"dataset_root": "open-schematics_hf",
|
| 81 |
+
"attempts": [
|
| 82 |
+
{
|
| 83 |
+
"stage": 1,
|
| 84 |
+
"stage_config": {
|
| 85 |
+
"top_x": 4,
|
| 86 |
+
"top_y": 4,
|
| 87 |
+
"top_rot": 2,
|
| 88 |
+
"max_solver_candidates": 16,
|
| 89 |
+
"cp_sat_timeout_seconds": 10.0,
|
| 90 |
+
"component_candidate_cap": 32
|
| 91 |
+
},
|
| 92 |
+
"attempt": 1,
|
| 93 |
+
"global_attempt": 1,
|
| 94 |
+
"solver_status": "cp_sat_fail",
|
| 95 |
+
"candidate_count_min": 32,
|
| 96 |
+
"candidate_count_max": 32,
|
| 97 |
+
"candidate_count_total": 1184,
|
| 98 |
+
"cartesian_candidate_count_total": 1184,
|
| 99 |
+
"forbidden_choice_tuples": 0,
|
| 100 |
+
"component_candidate_cap": 32,
|
| 101 |
+
"cp_sat_status": "infeasible",
|
| 102 |
+
"cp_sat_timeout_seconds": 10.0,
|
| 103 |
+
"placement_margin": 2,
|
| 104 |
+
"gold_injected_component_count": 0
|
| 105 |
+
}
|
| 106 |
+
]
|
| 107 |
+
},
|
| 108 |
+
{
|
| 109 |
+
"sample_id": "ltspice-spice-circuits_hf:train-00000-of-00001.parquet:1:15943",
|
| 110 |
+
"graph_hash": "5a7d2deb99f3308f52f4323280c58a38bccd21f7",
|
| 111 |
+
"dataset_root": "ltspice-spice-circuits_hf",
|
| 112 |
+
"attempts": [
|
| 113 |
+
{
|
| 114 |
+
"stage": 1,
|
| 115 |
+
"stage_config": {
|
| 116 |
+
"top_x": 4,
|
| 117 |
+
"top_y": 4,
|
| 118 |
+
"top_rot": 2,
|
| 119 |
+
"max_solver_candidates": 16,
|
| 120 |
+
"cp_sat_timeout_seconds": 10.0,
|
| 121 |
+
"component_candidate_cap": 32
|
| 122 |
+
},
|
| 123 |
+
"attempt": 1,
|
| 124 |
+
"global_attempt": 1,
|
| 125 |
+
"solver_status": "cp_sat_fail",
|
| 126 |
+
"candidate_count_min": 32,
|
| 127 |
+
"candidate_count_max": 32,
|
| 128 |
+
"candidate_count_total": 1152,
|
| 129 |
+
"cartesian_candidate_count_total": 1152,
|
| 130 |
+
"forbidden_choice_tuples": 0,
|
| 131 |
+
"component_candidate_cap": 32,
|
| 132 |
+
"cp_sat_status": "infeasible",
|
| 133 |
+
"cp_sat_timeout_seconds": 10.0,
|
| 134 |
+
"placement_margin": 2,
|
| 135 |
+
"gold_injected_component_count": 0
|
| 136 |
+
}
|
| 137 |
+
]
|
| 138 |
+
},
|
| 139 |
+
{
|
| 140 |
+
"sample_id": "open-schematics_hf:train-00026-of-00078.parquet:0:134",
|
| 141 |
+
"graph_hash": "70d81d05855945486841853a2f17bb2945f0d81f",
|
| 142 |
+
"dataset_root": "open-schematics_hf",
|
| 143 |
+
"attempts": [
|
| 144 |
+
{
|
| 145 |
+
"stage": 1,
|
| 146 |
+
"stage_config": {
|
| 147 |
+
"top_x": 4,
|
| 148 |
+
"top_y": 4,
|
| 149 |
+
"top_rot": 2,
|
| 150 |
+
"max_solver_candidates": 16,
|
| 151 |
+
"cp_sat_timeout_seconds": 10.0,
|
| 152 |
+
"component_candidate_cap": 32
|
| 153 |
+
},
|
| 154 |
+
"attempt": 1,
|
| 155 |
+
"global_attempt": 1,
|
| 156 |
+
"solver_status": "cp_sat_fail",
|
| 157 |
+
"candidate_count_min": 32,
|
| 158 |
+
"candidate_count_max": 32,
|
| 159 |
+
"candidate_count_total": 1888,
|
| 160 |
+
"cartesian_candidate_count_total": 1888,
|
| 161 |
+
"forbidden_choice_tuples": 0,
|
| 162 |
+
"component_candidate_cap": 32,
|
| 163 |
+
"cp_sat_status": "infeasible",
|
| 164 |
+
"cp_sat_timeout_seconds": 10.0,
|
| 165 |
+
"placement_margin": 2,
|
| 166 |
+
"gold_injected_component_count": 0
|
| 167 |
+
}
|
| 168 |
+
]
|
| 169 |
+
}
|
| 170 |
+
],
|
| 171 |
+
"router_fail": [
|
| 172 |
+
{
|
| 173 |
+
"sample_id": "open-schematics_hf:train-00019-of-00078.parquet:0:293",
|
| 174 |
+
"graph_hash": "bcb6dc737c55e68429503adbe521178b3936fd82",
|
| 175 |
+
"dataset_root": "open-schematics_hf",
|
| 176 |
+
"attempts": [
|
| 177 |
+
{
|
| 178 |
+
"stage": 1,
|
| 179 |
+
"stage_config": {
|
| 180 |
+
"top_x": 4,
|
| 181 |
+
"top_y": 4,
|
| 182 |
+
"top_rot": 2,
|
| 183 |
+
"max_solver_candidates": 16,
|
| 184 |
+
"cp_sat_timeout_seconds": 10.0,
|
| 185 |
+
"component_candidate_cap": 32
|
| 186 |
+
},
|
| 187 |
+
"attempt": 1,
|
| 188 |
+
"global_attempt": 1,
|
| 189 |
+
"solver_status": "ok",
|
| 190 |
+
"candidate_count_min": 32,
|
| 191 |
+
"candidate_count_max": 32,
|
| 192 |
+
"candidate_count_total": 1408,
|
| 193 |
+
"cartesian_candidate_count_total": 1408,
|
| 194 |
+
"forbidden_choice_tuples": 0,
|
| 195 |
+
"component_candidate_cap": 32,
|
| 196 |
+
"cp_sat_status": "feasible",
|
| 197 |
+
"cp_sat_timeout_seconds": 10.0,
|
| 198 |
+
"placement_margin": 2,
|
| 199 |
+
"gold_injected_component_count": 0,
|
| 200 |
+
"objective_value": 181556.0,
|
| 201 |
+
"route_status": "router_fail",
|
| 202 |
+
"route_debug": {
|
| 203 |
+
"failed_net_nid": "N00024",
|
| 204 |
+
"failed_net_name": "VDD",
|
| 205 |
+
"failed_net_degree": 2,
|
| 206 |
+
"pin_count": 2,
|
| 207 |
+
"tree_cell_count": 1,
|
| 208 |
+
"remaining_pin_count": 1,
|
| 209 |
+
"routing_block_margin": 0,
|
| 210 |
+
"pin_escape_cells": 2,
|
| 211 |
+
"trunk_first_used": false,
|
| 212 |
+
"trunk_first_min_degree": 3
|
| 213 |
+
}
|
| 214 |
+
},
|
| 215 |
+
{
|
| 216 |
+
"stage": 1,
|
| 217 |
+
"stage_config": {
|
| 218 |
+
"top_x": 4,
|
| 219 |
+
"top_y": 4,
|
| 220 |
+
"top_rot": 2,
|
| 221 |
+
"max_solver_candidates": 16,
|
| 222 |
+
"cp_sat_timeout_seconds": 10.0,
|
| 223 |
+
"component_candidate_cap": 32
|
| 224 |
+
},
|
| 225 |
+
"attempt": 2,
|
| 226 |
+
"global_attempt": 2,
|
| 227 |
+
"solver_status": "ok",
|
| 228 |
+
"candidate_count_min": 32,
|
| 229 |
+
"candidate_count_max": 32,
|
| 230 |
+
"candidate_count_total": 1408,
|
| 231 |
+
"cartesian_candidate_count_total": 1408,
|
| 232 |
+
"forbidden_choice_tuples": 1,
|
| 233 |
+
"component_candidate_cap": 32,
|
| 234 |
+
"cp_sat_status": "feasible",
|
| 235 |
+
"cp_sat_timeout_seconds": 10.0,
|
| 236 |
+
"placement_margin": 2,
|
| 237 |
+
"gold_injected_component_count": 0,
|
| 238 |
+
"objective_value": 181556.0,
|
| 239 |
+
"route_status": "router_fail",
|
| 240 |
+
"route_debug": {
|
| 241 |
+
"failed_net_nid": "N00024",
|
| 242 |
+
"failed_net_name": "VDD",
|
| 243 |
+
"failed_net_degree": 2,
|
| 244 |
+
"pin_count": 2,
|
| 245 |
+
"tree_cell_count": 1,
|
| 246 |
+
"remaining_pin_count": 1,
|
| 247 |
+
"routing_block_margin": 0,
|
| 248 |
+
"pin_escape_cells": 2,
|
| 249 |
+
"trunk_first_used": false,
|
| 250 |
+
"trunk_first_min_degree": 3
|
| 251 |
+
}
|
| 252 |
+
}
|
| 253 |
+
]
|
| 254 |
+
},
|
| 255 |
+
{
|
| 256 |
+
"sample_id": "open-schematics_hf:train-00018-of-00078.parquet:0:200",
|
| 257 |
+
"graph_hash": "db7c38c02115769ed9747b1abbe6cc7362dd8d21",
|
| 258 |
+
"dataset_root": "open-schematics_hf",
|
| 259 |
+
"attempts": [
|
| 260 |
+
{
|
| 261 |
+
"stage": 1,
|
| 262 |
+
"stage_config": {
|
| 263 |
+
"top_x": 4,
|
| 264 |
+
"top_y": 4,
|
| 265 |
+
"top_rot": 2,
|
| 266 |
+
"max_solver_candidates": 16,
|
| 267 |
+
"cp_sat_timeout_seconds": 10.0,
|
| 268 |
+
"component_candidate_cap": 32
|
| 269 |
+
},
|
| 270 |
+
"attempt": 1,
|
| 271 |
+
"global_attempt": 1,
|
| 272 |
+
"solver_status": "ok",
|
| 273 |
+
"candidate_count_min": 32,
|
| 274 |
+
"candidate_count_max": 32,
|
| 275 |
+
"candidate_count_total": 1056,
|
| 276 |
+
"cartesian_candidate_count_total": 1056,
|
| 277 |
+
"forbidden_choice_tuples": 0,
|
| 278 |
+
"component_candidate_cap": 32,
|
| 279 |
+
"cp_sat_status": "feasible",
|
| 280 |
+
"cp_sat_timeout_seconds": 10.0,
|
| 281 |
+
"placement_margin": 2,
|
| 282 |
+
"gold_injected_component_count": 0,
|
| 283 |
+
"objective_value": 138876.0,
|
| 284 |
+
"route_status": "router_fail",
|
| 285 |
+
"route_debug": {
|
| 286 |
+
"failed_net_nid": "N00017",
|
| 287 |
+
"failed_net_name": "net_17",
|
| 288 |
+
"failed_net_degree": 3,
|
| 289 |
+
"pin_count": 3,
|
| 290 |
+
"tree_cell_count": 1,
|
| 291 |
+
"remaining_pin_count": 2,
|
| 292 |
+
"routing_block_margin": 0,
|
| 293 |
+
"pin_escape_cells": 2,
|
| 294 |
+
"trunk_first_used": true,
|
| 295 |
+
"trunk_first_min_degree": 3
|
| 296 |
+
}
|
| 297 |
+
},
|
| 298 |
+
{
|
| 299 |
+
"stage": 1,
|
| 300 |
+
"stage_config": {
|
| 301 |
+
"top_x": 4,
|
| 302 |
+
"top_y": 4,
|
| 303 |
+
"top_rot": 2,
|
| 304 |
+
"max_solver_candidates": 16,
|
| 305 |
+
"cp_sat_timeout_seconds": 10.0,
|
| 306 |
+
"component_candidate_cap": 32
|
| 307 |
+
},
|
| 308 |
+
"attempt": 2,
|
| 309 |
+
"global_attempt": 2,
|
| 310 |
+
"solver_status": "ok",
|
| 311 |
+
"candidate_count_min": 32,
|
| 312 |
+
"candidate_count_max": 32,
|
| 313 |
+
"candidate_count_total": 1056,
|
| 314 |
+
"cartesian_candidate_count_total": 1056,
|
| 315 |
+
"forbidden_choice_tuples": 1,
|
| 316 |
+
"component_candidate_cap": 32,
|
| 317 |
+
"cp_sat_status": "feasible",
|
| 318 |
+
"cp_sat_timeout_seconds": 10.0,
|
| 319 |
+
"placement_margin": 2,
|
| 320 |
+
"gold_injected_component_count": 0,
|
| 321 |
+
"objective_value": 138562.0,
|
| 322 |
+
"route_status": "router_fail",
|
| 323 |
+
"route_debug": {
|
| 324 |
+
"failed_net_nid": "N00013",
|
| 325 |
+
"failed_net_name": "net_13",
|
| 326 |
+
"failed_net_degree": 2,
|
| 327 |
+
"pin_count": 2,
|
| 328 |
+
"tree_cell_count": 1,
|
| 329 |
+
"remaining_pin_count": 1,
|
| 330 |
+
"routing_block_margin": 0,
|
| 331 |
+
"pin_escape_cells": 2,
|
| 332 |
+
"trunk_first_used": false,
|
| 333 |
+
"trunk_first_min_degree": 3
|
| 334 |
+
}
|
| 335 |
+
}
|
| 336 |
+
]
|
| 337 |
+
},
|
| 338 |
+
{
|
| 339 |
+
"sample_id": "open-schematics_hf:train-00008-of-00078.parquet:1:401",
|
| 340 |
+
"graph_hash": "0f3eb29d14e9d7f93a05f87d23faaab42ee694db",
|
| 341 |
+
"dataset_root": "open-schematics_hf",
|
| 342 |
+
"attempts": [
|
| 343 |
+
{
|
| 344 |
+
"stage": 1,
|
| 345 |
+
"stage_config": {
|
| 346 |
+
"top_x": 4,
|
| 347 |
+
"top_y": 4,
|
| 348 |
+
"top_rot": 2,
|
| 349 |
+
"max_solver_candidates": 16,
|
| 350 |
+
"cp_sat_timeout_seconds": 10.0,
|
| 351 |
+
"component_candidate_cap": 32
|
| 352 |
+
},
|
| 353 |
+
"attempt": 1,
|
| 354 |
+
"global_attempt": 1,
|
| 355 |
+
"solver_status": "ok",
|
| 356 |
+
"candidate_count_min": 32,
|
| 357 |
+
"candidate_count_max": 32,
|
| 358 |
+
"candidate_count_total": 1984,
|
| 359 |
+
"cartesian_candidate_count_total": 1984,
|
| 360 |
+
"forbidden_choice_tuples": 0,
|
| 361 |
+
"component_candidate_cap": 32,
|
| 362 |
+
"cp_sat_status": "feasible",
|
| 363 |
+
"cp_sat_timeout_seconds": 10.0,
|
| 364 |
+
"placement_margin": 2,
|
| 365 |
+
"gold_injected_component_count": 0,
|
| 366 |
+
"objective_value": 282601.0,
|
| 367 |
+
"route_status": "router_fail",
|
| 368 |
+
"route_debug": {
|
| 369 |
+
"failed_net_nid": "N00002",
|
| 370 |
+
"failed_net_name": "GND",
|
| 371 |
+
"failed_net_degree": 2,
|
| 372 |
+
"pin_count": 2,
|
| 373 |
+
"tree_cell_count": 1,
|
| 374 |
+
"remaining_pin_count": 1,
|
| 375 |
+
"routing_block_margin": 0,
|
| 376 |
+
"pin_escape_cells": 2,
|
| 377 |
+
"trunk_first_used": false,
|
| 378 |
+
"trunk_first_min_degree": 3
|
| 379 |
+
}
|
| 380 |
+
},
|
| 381 |
+
{
|
| 382 |
+
"stage": 1,
|
| 383 |
+
"stage_config": {
|
| 384 |
+
"top_x": 4,
|
| 385 |
+
"top_y": 4,
|
| 386 |
+
"top_rot": 2,
|
| 387 |
+
"max_solver_candidates": 16,
|
| 388 |
+
"cp_sat_timeout_seconds": 10.0,
|
| 389 |
+
"component_candidate_cap": 32
|
| 390 |
+
},
|
| 391 |
+
"attempt": 2,
|
| 392 |
+
"global_attempt": 2,
|
| 393 |
+
"solver_status": "ok",
|
| 394 |
+
"candidate_count_min": 32,
|
| 395 |
+
"candidate_count_max": 32,
|
| 396 |
+
"candidate_count_total": 1984,
|
| 397 |
+
"cartesian_candidate_count_total": 1984,
|
| 398 |
+
"forbidden_choice_tuples": 1,
|
| 399 |
+
"component_candidate_cap": 32,
|
| 400 |
+
"cp_sat_status": "feasible",
|
| 401 |
+
"cp_sat_timeout_seconds": 10.0,
|
| 402 |
+
"placement_margin": 2,
|
| 403 |
+
"gold_injected_component_count": 0,
|
| 404 |
+
"objective_value": 283250.0,
|
| 405 |
+
"route_status": "router_fail",
|
| 406 |
+
"route_debug": {
|
| 407 |
+
"failed_net_nid": "N00013",
|
| 408 |
+
"failed_net_name": "GND",
|
| 409 |
+
"failed_net_degree": 2,
|
| 410 |
+
"pin_count": 2,
|
| 411 |
+
"tree_cell_count": 1,
|
| 412 |
+
"remaining_pin_count": 1,
|
| 413 |
+
"routing_block_margin": 0,
|
| 414 |
+
"pin_escape_cells": 2,
|
| 415 |
+
"trunk_first_used": false,
|
| 416 |
+
"trunk_first_min_degree": 3
|
| 417 |
+
}
|
| 418 |
+
}
|
| 419 |
+
]
|
| 420 |
+
}
|
| 421 |
+
]
|
| 422 |
+
},
|
| 423 |
+
"per_root": {
|
| 424 |
+
"ams-net.github.io": {
|
| 425 |
+
"micro_topology_exact_match_rate": 0.5,
|
| 426 |
+
"topology_exact_match_rate": 0.5,
|
| 427 |
+
"placement_overlap_rate": 0.0,
|
| 428 |
+
"mean_crossings": 0.0,
|
| 429 |
+
"mean_bends": 17.333333333333332,
|
| 430 |
+
"mean_manhattan_wire_length": 681.0,
|
| 431 |
+
"mean_canvas_area_used": 18153.0,
|
| 432 |
+
"accepted": 3,
|
| 433 |
+
"total": 6,
|
| 434 |
+
"overlap_count": 0,
|
| 435 |
+
"overlap_pairs_total": 0,
|
| 436 |
+
"crossings_total": 0.0,
|
| 437 |
+
"bends_total": 52.0,
|
| 438 |
+
"wire_length_total": 2043.0,
|
| 439 |
+
"canvas_area_total": 54459.0,
|
| 440 |
+
"topology_failures": 3,
|
| 441 |
+
"status_counts": {
|
| 442 |
+
"router_fail": 3,
|
| 443 |
+
"accepted": 3
|
| 444 |
+
},
|
| 445 |
+
"failure_reason_counts": {
|
| 446 |
+
"router_fail": 3
|
| 447 |
+
},
|
| 448 |
+
"score_tuple": [
|
| 449 |
+
3,
|
| 450 |
+
0,
|
| 451 |
+
52.0,
|
| 452 |
+
2043.0,
|
| 453 |
+
54459.0
|
| 454 |
+
],
|
| 455 |
+
"diagnostic_counts": {
|
| 456 |
+
"gold_samples": 6,
|
| 457 |
+
"gold_components": 30,
|
| 458 |
+
"x_top4_hits": 0,
|
| 459 |
+
"x_top8_hits": 2,
|
| 460 |
+
"y_top4_hits": 0,
|
| 461 |
+
"y_top8_hits": 0,
|
| 462 |
+
"rot_top2_hits": 28,
|
| 463 |
+
"rot_top4_hits": 30,
|
| 464 |
+
"gold_component_in_cartesian_hits": 0,
|
| 465 |
+
"gold_component_in_solver_hits": 0
|
| 466 |
+
},
|
| 467 |
+
"diagnostics": {
|
| 468 |
+
"gold_samples": 6,
|
| 469 |
+
"gold_components": 30,
|
| 470 |
+
"gold_x_top4_recall": 0.0,
|
| 471 |
+
"gold_x_top8_recall": 0.06666666666666667,
|
| 472 |
+
"gold_y_top4_recall": 0.0,
|
| 473 |
+
"gold_y_top8_recall": 0.0,
|
| 474 |
+
"gold_rot_top2_recall": 0.9333333333333333,
|
| 475 |
+
"gold_rot_top4_recall": 1.0,
|
| 476 |
+
"gold_component_in_cartesian_shortlist_rate": 0.0,
|
| 477 |
+
"gold_component_in_solver_candidates_rate": 0.0,
|
| 478 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.0,
|
| 479 |
+
"gold_full_sample_in_solver_candidates_rate": 0.0,
|
| 480 |
+
"gold_selected_any_attempt_rate": 0.0
|
| 481 |
+
},
|
| 482 |
+
"router_fail_net_class_counts": {
|
| 483 |
+
"other": 3
|
| 484 |
+
},
|
| 485 |
+
"cp_sat_terminal_status_counts": {},
|
| 486 |
+
"macro_topology_exact_match_rate": null
|
| 487 |
+
},
|
| 488 |
+
"ltspice-spice-circuits_hf": {
|
| 489 |
+
"micro_topology_exact_match_rate": 0.047619047619047616,
|
| 490 |
+
"topology_exact_match_rate": 0.047619047619047616,
|
| 491 |
+
"placement_overlap_rate": 0.0,
|
| 492 |
+
"mean_crossings": 0.0,
|
| 493 |
+
"mean_bends": 15.0,
|
| 494 |
+
"mean_manhattan_wire_length": 1041.0,
|
| 495 |
+
"mean_canvas_area_used": 75561.0,
|
| 496 |
+
"accepted": 1,
|
| 497 |
+
"total": 21,
|
| 498 |
+
"overlap_count": 0,
|
| 499 |
+
"overlap_pairs_total": 0,
|
| 500 |
+
"crossings_total": 0.0,
|
| 501 |
+
"bends_total": 15.0,
|
| 502 |
+
"wire_length_total": 1041.0,
|
| 503 |
+
"canvas_area_total": 75561.0,
|
| 504 |
+
"topology_failures": 20,
|
| 505 |
+
"status_counts": {
|
| 506 |
+
"cp_sat_fail": 2,
|
| 507 |
+
"router_fail": 18,
|
| 508 |
+
"accepted": 1
|
| 509 |
+
},
|
| 510 |
+
"failure_reason_counts": {
|
| 511 |
+
"cp_sat_fail": 2,
|
| 512 |
+
"router_fail": 18
|
| 513 |
+
},
|
| 514 |
+
"score_tuple": [
|
| 515 |
+
20,
|
| 516 |
+
0,
|
| 517 |
+
15.0,
|
| 518 |
+
1041.0,
|
| 519 |
+
75561.0
|
| 520 |
+
],
|
| 521 |
+
"diagnostic_counts": {
|
| 522 |
+
"gold_samples": 21,
|
| 523 |
+
"gold_components": 454,
|
| 524 |
+
"x_top4_hits": 444,
|
| 525 |
+
"x_top8_hits": 447,
|
| 526 |
+
"y_top4_hits": 440,
|
| 527 |
+
"y_top8_hits": 446,
|
| 528 |
+
"rot_top2_hits": 454,
|
| 529 |
+
"rot_top4_hits": 454,
|
| 530 |
+
"gold_component_in_cartesian_hits": 436,
|
| 531 |
+
"gold_component_in_solver_hits": 436,
|
| 532 |
+
"gold_full_sample_in_cartesian_hits": 17,
|
| 533 |
+
"gold_full_sample_in_solver_hits": 17,
|
| 534 |
+
"gold_selected_any_attempt_hits": 6
|
| 535 |
+
},
|
| 536 |
+
"diagnostics": {
|
| 537 |
+
"gold_samples": 21,
|
| 538 |
+
"gold_components": 454,
|
| 539 |
+
"gold_x_top4_recall": 0.9779735682819384,
|
| 540 |
+
"gold_x_top8_recall": 0.9845814977973568,
|
| 541 |
+
"gold_y_top4_recall": 0.9691629955947136,
|
| 542 |
+
"gold_y_top8_recall": 0.9823788546255506,
|
| 543 |
+
"gold_rot_top2_recall": 1.0,
|
| 544 |
+
"gold_rot_top4_recall": 1.0,
|
| 545 |
+
"gold_component_in_cartesian_shortlist_rate": 0.960352422907489,
|
| 546 |
+
"gold_component_in_solver_candidates_rate": 0.960352422907489,
|
| 547 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.8095238095238095,
|
| 548 |
+
"gold_full_sample_in_solver_candidates_rate": 0.8095238095238095,
|
| 549 |
+
"gold_selected_any_attempt_rate": 0.2857142857142857
|
| 550 |
+
},
|
| 551 |
+
"router_fail_net_class_counts": {
|
| 552 |
+
"VIN": 1,
|
| 553 |
+
"other": 11,
|
| 554 |
+
"ground": 6
|
| 555 |
+
},
|
| 556 |
+
"cp_sat_terminal_status_counts": {
|
| 557 |
+
"infeasible": 2
|
| 558 |
+
},
|
| 559 |
+
"macro_topology_exact_match_rate": null
|
| 560 |
+
},
|
| 561 |
+
"open-schematics_hf": {
|
| 562 |
+
"micro_topology_exact_match_rate": 0.11594202898550725,
|
| 563 |
+
"topology_exact_match_rate": 0.11594202898550725,
|
| 564 |
+
"placement_overlap_rate": 0.0,
|
| 565 |
+
"mean_crossings": 0.0,
|
| 566 |
+
"mean_bends": 25.375,
|
| 567 |
+
"mean_manhattan_wire_length": 751.75,
|
| 568 |
+
"mean_canvas_area_used": 62003.0,
|
| 569 |
+
"accepted": 8,
|
| 570 |
+
"total": 69,
|
| 571 |
+
"overlap_count": 0,
|
| 572 |
+
"overlap_pairs_total": 0,
|
| 573 |
+
"crossings_total": 0.0,
|
| 574 |
+
"bends_total": 203.0,
|
| 575 |
+
"wire_length_total": 6014.0,
|
| 576 |
+
"canvas_area_total": 496024.0,
|
| 577 |
+
"topology_failures": 61,
|
| 578 |
+
"status_counts": {
|
| 579 |
+
"cp_sat_fail": 26,
|
| 580 |
+
"accepted": 8,
|
| 581 |
+
"router_fail": 35
|
| 582 |
+
},
|
| 583 |
+
"failure_reason_counts": {
|
| 584 |
+
"cp_sat_fail": 26,
|
| 585 |
+
"router_fail": 35
|
| 586 |
+
},
|
| 587 |
+
"score_tuple": [
|
| 588 |
+
61,
|
| 589 |
+
0,
|
| 590 |
+
203.0,
|
| 591 |
+
6014.0,
|
| 592 |
+
496024.0
|
| 593 |
+
],
|
| 594 |
+
"diagnostic_counts": {
|
| 595 |
+
"gold_samples": 69,
|
| 596 |
+
"gold_components": 2875,
|
| 597 |
+
"x_top4_hits": 278,
|
| 598 |
+
"x_top8_hits": 371,
|
| 599 |
+
"y_top4_hits": 356,
|
| 600 |
+
"y_top8_hits": 461,
|
| 601 |
+
"rot_top2_hits": 2487,
|
| 602 |
+
"rot_top4_hits": 2875,
|
| 603 |
+
"gold_component_in_cartesian_hits": 137,
|
| 604 |
+
"gold_component_in_solver_hits": 137
|
| 605 |
+
},
|
| 606 |
+
"diagnostics": {
|
| 607 |
+
"gold_samples": 69,
|
| 608 |
+
"gold_components": 2875,
|
| 609 |
+
"gold_x_top4_recall": 0.09669565217391304,
|
| 610 |
+
"gold_x_top8_recall": 0.12904347826086957,
|
| 611 |
+
"gold_y_top4_recall": 0.12382608695652174,
|
| 612 |
+
"gold_y_top8_recall": 0.16034782608695652,
|
| 613 |
+
"gold_rot_top2_recall": 0.8650434782608696,
|
| 614 |
+
"gold_rot_top4_recall": 1.0,
|
| 615 |
+
"gold_component_in_cartesian_shortlist_rate": 0.04765217391304348,
|
| 616 |
+
"gold_component_in_solver_candidates_rate": 0.04765217391304348,
|
| 617 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.0,
|
| 618 |
+
"gold_full_sample_in_solver_candidates_rate": 0.0,
|
| 619 |
+
"gold_selected_any_attempt_rate": 0.0
|
| 620 |
+
},
|
| 621 |
+
"router_fail_net_class_counts": {
|
| 622 |
+
"VDD": 10,
|
| 623 |
+
"other": 8,
|
| 624 |
+
"ground": 16,
|
| 625 |
+
"VSS": 1
|
| 626 |
+
},
|
| 627 |
+
"cp_sat_terminal_status_counts": {
|
| 628 |
+
"infeasible": 21,
|
| 629 |
+
"unknown": 5
|
| 630 |
+
},
|
| 631 |
+
"macro_topology_exact_match_rate": null
|
| 632 |
+
}
|
| 633 |
+
},
|
| 634 |
+
"macro_topology_exact_match_rate": 0.22118702553485162,
|
| 635 |
+
"per_size_bin": {
|
| 636 |
+
"01-04": {
|
| 637 |
+
"micro_topology_exact_match_rate": 0.5,
|
| 638 |
+
"topology_exact_match_rate": 0.5,
|
| 639 |
+
"placement_overlap_rate": 0.0,
|
| 640 |
+
"mean_crossings": 0.0,
|
| 641 |
+
"mean_bends": 17.333333333333332,
|
| 642 |
+
"mean_manhattan_wire_length": 681.0,
|
| 643 |
+
"mean_canvas_area_used": 18153.0,
|
| 644 |
+
"accepted": 3,
|
| 645 |
+
"total": 6,
|
| 646 |
+
"overlap_count": 0,
|
| 647 |
+
"overlap_pairs_total": 0,
|
| 648 |
+
"crossings_total": 0.0,
|
| 649 |
+
"bends_total": 52.0,
|
| 650 |
+
"wire_length_total": 2043.0,
|
| 651 |
+
"canvas_area_total": 54459.0,
|
| 652 |
+
"topology_failures": 3,
|
| 653 |
+
"status_counts": {
|
| 654 |
+
"accepted": 3,
|
| 655 |
+
"router_fail": 3
|
| 656 |
+
},
|
| 657 |
+
"failure_reason_counts": {
|
| 658 |
+
"router_fail": 3
|
| 659 |
+
},
|
| 660 |
+
"score_tuple": [
|
| 661 |
+
3,
|
| 662 |
+
0,
|
| 663 |
+
52.0,
|
| 664 |
+
2043.0,
|
| 665 |
+
54459.0
|
| 666 |
+
],
|
| 667 |
+
"diagnostic_counts": {
|
| 668 |
+
"gold_samples": 6,
|
| 669 |
+
"gold_components": 20,
|
| 670 |
+
"x_top4_hits": 8,
|
| 671 |
+
"x_top8_hits": 10,
|
| 672 |
+
"y_top4_hits": 8,
|
| 673 |
+
"y_top8_hits": 10,
|
| 674 |
+
"rot_top2_hits": 20,
|
| 675 |
+
"rot_top4_hits": 20,
|
| 676 |
+
"gold_component_in_cartesian_hits": 7,
|
| 677 |
+
"gold_component_in_solver_hits": 7,
|
| 678 |
+
"gold_full_sample_in_cartesian_hits": 1,
|
| 679 |
+
"gold_full_sample_in_solver_hits": 1,
|
| 680 |
+
"gold_selected_any_attempt_hits": 1
|
| 681 |
+
},
|
| 682 |
+
"diagnostics": {
|
| 683 |
+
"gold_samples": 6,
|
| 684 |
+
"gold_components": 20,
|
| 685 |
+
"gold_x_top4_recall": 0.4,
|
| 686 |
+
"gold_x_top8_recall": 0.5,
|
| 687 |
+
"gold_y_top4_recall": 0.4,
|
| 688 |
+
"gold_y_top8_recall": 0.5,
|
| 689 |
+
"gold_rot_top2_recall": 1.0,
|
| 690 |
+
"gold_rot_top4_recall": 1.0,
|
| 691 |
+
"gold_component_in_cartesian_shortlist_rate": 0.35,
|
| 692 |
+
"gold_component_in_solver_candidates_rate": 0.35,
|
| 693 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.16666666666666666,
|
| 694 |
+
"gold_full_sample_in_solver_candidates_rate": 0.16666666666666666,
|
| 695 |
+
"gold_selected_any_attempt_rate": 0.16666666666666666
|
| 696 |
+
},
|
| 697 |
+
"router_fail_net_class_counts": {
|
| 698 |
+
"ground": 2,
|
| 699 |
+
"other": 1
|
| 700 |
+
},
|
| 701 |
+
"cp_sat_terminal_status_counts": {},
|
| 702 |
+
"macro_topology_exact_match_rate": null
|
| 703 |
+
},
|
| 704 |
+
"05-08": {
|
| 705 |
+
"micro_topology_exact_match_rate": 0.25,
|
| 706 |
+
"topology_exact_match_rate": 0.25,
|
| 707 |
+
"placement_overlap_rate": 0.0,
|
| 708 |
+
"mean_crossings": 0.0,
|
| 709 |
+
"mean_bends": 11.0,
|
| 710 |
+
"mean_manhattan_wire_length": 669.5,
|
| 711 |
+
"mean_canvas_area_used": 68244.5,
|
| 712 |
+
"accepted": 2,
|
| 713 |
+
"total": 8,
|
| 714 |
+
"overlap_count": 0,
|
| 715 |
+
"overlap_pairs_total": 0,
|
| 716 |
+
"crossings_total": 0.0,
|
| 717 |
+
"bends_total": 22.0,
|
| 718 |
+
"wire_length_total": 1339.0,
|
| 719 |
+
"canvas_area_total": 136489.0,
|
| 720 |
+
"topology_failures": 6,
|
| 721 |
+
"status_counts": {
|
| 722 |
+
"accepted": 2,
|
| 723 |
+
"router_fail": 6
|
| 724 |
+
},
|
| 725 |
+
"failure_reason_counts": {
|
| 726 |
+
"router_fail": 6
|
| 727 |
+
},
|
| 728 |
+
"score_tuple": [
|
| 729 |
+
6,
|
| 730 |
+
0,
|
| 731 |
+
22.0,
|
| 732 |
+
1339.0,
|
| 733 |
+
136489.0
|
| 734 |
+
],
|
| 735 |
+
"diagnostic_counts": {
|
| 736 |
+
"gold_samples": 8,
|
| 737 |
+
"gold_components": 53,
|
| 738 |
+
"x_top4_hits": 27,
|
| 739 |
+
"x_top8_hits": 29,
|
| 740 |
+
"y_top4_hits": 26,
|
| 741 |
+
"y_top8_hits": 28,
|
| 742 |
+
"rot_top2_hits": 51,
|
| 743 |
+
"rot_top4_hits": 53,
|
| 744 |
+
"gold_component_in_cartesian_hits": 26,
|
| 745 |
+
"gold_component_in_solver_hits": 26,
|
| 746 |
+
"gold_full_sample_in_cartesian_hits": 4,
|
| 747 |
+
"gold_full_sample_in_solver_hits": 4,
|
| 748 |
+
"gold_selected_any_attempt_hits": 3
|
| 749 |
+
},
|
| 750 |
+
"diagnostics": {
|
| 751 |
+
"gold_samples": 8,
|
| 752 |
+
"gold_components": 53,
|
| 753 |
+
"gold_x_top4_recall": 0.5094339622641509,
|
| 754 |
+
"gold_x_top8_recall": 0.5471698113207547,
|
| 755 |
+
"gold_y_top4_recall": 0.49056603773584906,
|
| 756 |
+
"gold_y_top8_recall": 0.5283018867924528,
|
| 757 |
+
"gold_rot_top2_recall": 0.9622641509433962,
|
| 758 |
+
"gold_rot_top4_recall": 1.0,
|
| 759 |
+
"gold_component_in_cartesian_shortlist_rate": 0.49056603773584906,
|
| 760 |
+
"gold_component_in_solver_candidates_rate": 0.49056603773584906,
|
| 761 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.5,
|
| 762 |
+
"gold_full_sample_in_solver_candidates_rate": 0.5,
|
| 763 |
+
"gold_selected_any_attempt_rate": 0.375
|
| 764 |
+
},
|
| 765 |
+
"router_fail_net_class_counts": {
|
| 766 |
+
"VIN": 1,
|
| 767 |
+
"other": 5
|
| 768 |
+
},
|
| 769 |
+
"cp_sat_terminal_status_counts": {},
|
| 770 |
+
"macro_topology_exact_match_rate": null
|
| 771 |
+
},
|
| 772 |
+
"09-16": {
|
| 773 |
+
"micro_topology_exact_match_rate": 0.1111111111111111,
|
| 774 |
+
"topology_exact_match_rate": 0.1111111111111111,
|
| 775 |
+
"placement_overlap_rate": 0.0,
|
| 776 |
+
"mean_crossings": 0.0,
|
| 777 |
+
"mean_bends": 7.0,
|
| 778 |
+
"mean_manhattan_wire_length": 256.0,
|
| 779 |
+
"mean_canvas_area_used": 59033.0,
|
| 780 |
+
"accepted": 1,
|
| 781 |
+
"total": 9,
|
| 782 |
+
"overlap_count": 0,
|
| 783 |
+
"overlap_pairs_total": 0,
|
| 784 |
+
"crossings_total": 0.0,
|
| 785 |
+
"bends_total": 7.0,
|
| 786 |
+
"wire_length_total": 256.0,
|
| 787 |
+
"canvas_area_total": 59033.0,
|
| 788 |
+
"topology_failures": 8,
|
| 789 |
+
"status_counts": {
|
| 790 |
+
"router_fail": 7,
|
| 791 |
+
"cp_sat_fail": 1,
|
| 792 |
+
"accepted": 1
|
| 793 |
+
},
|
| 794 |
+
"failure_reason_counts": {
|
| 795 |
+
"router_fail": 7,
|
| 796 |
+
"cp_sat_fail": 1
|
| 797 |
+
},
|
| 798 |
+
"score_tuple": [
|
| 799 |
+
8,
|
| 800 |
+
0,
|
| 801 |
+
7.0,
|
| 802 |
+
256.0,
|
| 803 |
+
59033.0
|
| 804 |
+
],
|
| 805 |
+
"diagnostic_counts": {
|
| 806 |
+
"gold_samples": 9,
|
| 807 |
+
"gold_components": 116,
|
| 808 |
+
"x_top4_hits": 36,
|
| 809 |
+
"x_top8_hits": 37,
|
| 810 |
+
"y_top4_hits": 54,
|
| 811 |
+
"y_top8_hits": 54,
|
| 812 |
+
"rot_top2_hits": 102,
|
| 813 |
+
"rot_top4_hits": 116,
|
| 814 |
+
"gold_component_in_cartesian_hits": 28,
|
| 815 |
+
"gold_component_in_solver_hits": 28,
|
| 816 |
+
"gold_full_sample_in_cartesian_hits": 2,
|
| 817 |
+
"gold_full_sample_in_solver_hits": 2,
|
| 818 |
+
"gold_selected_any_attempt_hits": 1
|
| 819 |
+
},
|
| 820 |
+
"diagnostics": {
|
| 821 |
+
"gold_samples": 9,
|
| 822 |
+
"gold_components": 116,
|
| 823 |
+
"gold_x_top4_recall": 0.3103448275862069,
|
| 824 |
+
"gold_x_top8_recall": 0.31896551724137934,
|
| 825 |
+
"gold_y_top4_recall": 0.46551724137931033,
|
| 826 |
+
"gold_y_top8_recall": 0.46551724137931033,
|
| 827 |
+
"gold_rot_top2_recall": 0.8793103448275862,
|
| 828 |
+
"gold_rot_top4_recall": 1.0,
|
| 829 |
+
"gold_component_in_cartesian_shortlist_rate": 0.2413793103448276,
|
| 830 |
+
"gold_component_in_solver_candidates_rate": 0.2413793103448276,
|
| 831 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.2222222222222222,
|
| 832 |
+
"gold_full_sample_in_solver_candidates_rate": 0.2222222222222222,
|
| 833 |
+
"gold_selected_any_attempt_rate": 0.1111111111111111
|
| 834 |
+
},
|
| 835 |
+
"router_fail_net_class_counts": {
|
| 836 |
+
"other": 3,
|
| 837 |
+
"VDD": 1,
|
| 838 |
+
"ground": 3
|
| 839 |
+
},
|
| 840 |
+
"cp_sat_terminal_status_counts": {
|
| 841 |
+
"infeasible": 1
|
| 842 |
+
},
|
| 843 |
+
"macro_topology_exact_match_rate": null
|
| 844 |
+
},
|
| 845 |
+
"17-24": {
|
| 846 |
+
"micro_topology_exact_match_rate": 0.0,
|
| 847 |
+
"topology_exact_match_rate": 0.0,
|
| 848 |
+
"placement_overlap_rate": 1.0,
|
| 849 |
+
"mean_crossings": 0.0,
|
| 850 |
+
"mean_bends": 0.0,
|
| 851 |
+
"mean_manhattan_wire_length": 0.0,
|
| 852 |
+
"mean_canvas_area_used": 0.0,
|
| 853 |
+
"accepted": 0,
|
| 854 |
+
"total": 7,
|
| 855 |
+
"overlap_count": 0,
|
| 856 |
+
"overlap_pairs_total": 0,
|
| 857 |
+
"crossings_total": 0,
|
| 858 |
+
"bends_total": 0,
|
| 859 |
+
"wire_length_total": 0,
|
| 860 |
+
"canvas_area_total": 0,
|
| 861 |
+
"topology_failures": 7,
|
| 862 |
+
"status_counts": {
|
| 863 |
+
"router_fail": 6,
|
| 864 |
+
"cp_sat_fail": 1
|
| 865 |
+
},
|
| 866 |
+
"failure_reason_counts": {
|
| 867 |
+
"router_fail": 6,
|
| 868 |
+
"cp_sat_fail": 1
|
| 869 |
+
},
|
| 870 |
+
"score_tuple": [
|
| 871 |
+
7,
|
| 872 |
+
0,
|
| 873 |
+
0,
|
| 874 |
+
0,
|
| 875 |
+
0
|
| 876 |
+
],
|
| 877 |
+
"diagnostic_counts": {
|
| 878 |
+
"gold_samples": 7,
|
| 879 |
+
"gold_components": 146,
|
| 880 |
+
"x_top4_hits": 65,
|
| 881 |
+
"x_top8_hits": 70,
|
| 882 |
+
"y_top4_hits": 69,
|
| 883 |
+
"y_top8_hits": 73,
|
| 884 |
+
"rot_top2_hits": 133,
|
| 885 |
+
"rot_top4_hits": 146,
|
| 886 |
+
"gold_component_in_cartesian_hits": 56,
|
| 887 |
+
"gold_component_in_solver_hits": 56,
|
| 888 |
+
"gold_full_sample_in_cartesian_hits": 2,
|
| 889 |
+
"gold_full_sample_in_solver_hits": 2
|
| 890 |
+
},
|
| 891 |
+
"diagnostics": {
|
| 892 |
+
"gold_samples": 7,
|
| 893 |
+
"gold_components": 146,
|
| 894 |
+
"gold_x_top4_recall": 0.4452054794520548,
|
| 895 |
+
"gold_x_top8_recall": 0.4794520547945205,
|
| 896 |
+
"gold_y_top4_recall": 0.4726027397260274,
|
| 897 |
+
"gold_y_top8_recall": 0.5,
|
| 898 |
+
"gold_rot_top2_recall": 0.910958904109589,
|
| 899 |
+
"gold_rot_top4_recall": 1.0,
|
| 900 |
+
"gold_component_in_cartesian_shortlist_rate": 0.3835616438356164,
|
| 901 |
+
"gold_component_in_solver_candidates_rate": 0.3835616438356164,
|
| 902 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.2857142857142857,
|
| 903 |
+
"gold_full_sample_in_solver_candidates_rate": 0.2857142857142857,
|
| 904 |
+
"gold_selected_any_attempt_rate": 0.0
|
| 905 |
+
},
|
| 906 |
+
"router_fail_net_class_counts": {
|
| 907 |
+
"other": 4,
|
| 908 |
+
"ground": 2
|
| 909 |
+
},
|
| 910 |
+
"cp_sat_terminal_status_counts": {
|
| 911 |
+
"infeasible": 1
|
| 912 |
+
},
|
| 913 |
+
"macro_topology_exact_match_rate": null
|
| 914 |
+
},
|
| 915 |
+
"25-32": {
|
| 916 |
+
"micro_topology_exact_match_rate": 0.16666666666666666,
|
| 917 |
+
"topology_exact_match_rate": 0.16666666666666666,
|
| 918 |
+
"placement_overlap_rate": 0.0,
|
| 919 |
+
"mean_crossings": 0.0,
|
| 920 |
+
"mean_bends": 5.0,
|
| 921 |
+
"mean_manhattan_wire_length": 196.0,
|
| 922 |
+
"mean_canvas_area_used": 64256.0,
|
| 923 |
+
"accepted": 1,
|
| 924 |
+
"total": 6,
|
| 925 |
+
"overlap_count": 0,
|
| 926 |
+
"overlap_pairs_total": 0,
|
| 927 |
+
"crossings_total": 0.0,
|
| 928 |
+
"bends_total": 5.0,
|
| 929 |
+
"wire_length_total": 196.0,
|
| 930 |
+
"canvas_area_total": 64256.0,
|
| 931 |
+
"topology_failures": 5,
|
| 932 |
+
"status_counts": {
|
| 933 |
+
"router_fail": 5,
|
| 934 |
+
"accepted": 1
|
| 935 |
+
},
|
| 936 |
+
"failure_reason_counts": {
|
| 937 |
+
"router_fail": 5
|
| 938 |
+
},
|
| 939 |
+
"score_tuple": [
|
| 940 |
+
5,
|
| 941 |
+
0,
|
| 942 |
+
5.0,
|
| 943 |
+
196.0,
|
| 944 |
+
64256.0
|
| 945 |
+
],
|
| 946 |
+
"diagnostic_counts": {
|
| 947 |
+
"gold_samples": 6,
|
| 948 |
+
"gold_components": 170,
|
| 949 |
+
"x_top4_hits": 30,
|
| 950 |
+
"x_top8_hits": 34,
|
| 951 |
+
"y_top4_hits": 31,
|
| 952 |
+
"y_top8_hits": 34,
|
| 953 |
+
"rot_top2_hits": 147,
|
| 954 |
+
"rot_top4_hits": 170,
|
| 955 |
+
"gold_component_in_cartesian_hits": 25,
|
| 956 |
+
"gold_component_in_solver_hits": 25,
|
| 957 |
+
"gold_full_sample_in_cartesian_hits": 1,
|
| 958 |
+
"gold_full_sample_in_solver_hits": 1
|
| 959 |
+
},
|
| 960 |
+
"diagnostics": {
|
| 961 |
+
"gold_samples": 6,
|
| 962 |
+
"gold_components": 170,
|
| 963 |
+
"gold_x_top4_recall": 0.17647058823529413,
|
| 964 |
+
"gold_x_top8_recall": 0.2,
|
| 965 |
+
"gold_y_top4_recall": 0.18235294117647058,
|
| 966 |
+
"gold_y_top8_recall": 0.2,
|
| 967 |
+
"gold_rot_top2_recall": 0.8647058823529412,
|
| 968 |
+
"gold_rot_top4_recall": 1.0,
|
| 969 |
+
"gold_component_in_cartesian_shortlist_rate": 0.14705882352941177,
|
| 970 |
+
"gold_component_in_solver_candidates_rate": 0.14705882352941177,
|
| 971 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.16666666666666666,
|
| 972 |
+
"gold_full_sample_in_solver_candidates_rate": 0.16666666666666666,
|
| 973 |
+
"gold_selected_any_attempt_rate": 0.0
|
| 974 |
+
},
|
| 975 |
+
"router_fail_net_class_counts": {
|
| 976 |
+
"other": 3,
|
| 977 |
+
"ground": 2
|
| 978 |
+
},
|
| 979 |
+
"cp_sat_terminal_status_counts": {},
|
| 980 |
+
"macro_topology_exact_match_rate": null
|
| 981 |
+
},
|
| 982 |
+
"33-48": {
|
| 983 |
+
"micro_topology_exact_match_rate": 0.12121212121212122,
|
| 984 |
+
"topology_exact_match_rate": 0.12121212121212122,
|
| 985 |
+
"placement_overlap_rate": 0.0,
|
| 986 |
+
"mean_crossings": 0.0,
|
| 987 |
+
"mean_bends": 33.75,
|
| 988 |
+
"mean_manhattan_wire_length": 1062.5,
|
| 989 |
+
"mean_canvas_area_used": 65408.0,
|
| 990 |
+
"accepted": 4,
|
| 991 |
+
"total": 33,
|
| 992 |
+
"overlap_count": 0,
|
| 993 |
+
"overlap_pairs_total": 0,
|
| 994 |
+
"crossings_total": 0.0,
|
| 995 |
+
"bends_total": 135.0,
|
| 996 |
+
"wire_length_total": 4250.0,
|
| 997 |
+
"canvas_area_total": 261632.0,
|
| 998 |
+
"topology_failures": 29,
|
| 999 |
+
"status_counts": {
|
| 1000 |
+
"cp_sat_fail": 12,
|
| 1001 |
+
"router_fail": 17,
|
| 1002 |
+
"accepted": 4
|
| 1003 |
+
},
|
| 1004 |
+
"failure_reason_counts": {
|
| 1005 |
+
"cp_sat_fail": 12,
|
| 1006 |
+
"router_fail": 17
|
| 1007 |
+
},
|
| 1008 |
+
"score_tuple": [
|
| 1009 |
+
29,
|
| 1010 |
+
0,
|
| 1011 |
+
135.0,
|
| 1012 |
+
4250.0,
|
| 1013 |
+
261632.0
|
| 1014 |
+
],
|
| 1015 |
+
"diagnostic_counts": {
|
| 1016 |
+
"gold_samples": 33,
|
| 1017 |
+
"gold_components": 1351,
|
| 1018 |
+
"x_top4_hits": 278,
|
| 1019 |
+
"x_top8_hits": 317,
|
| 1020 |
+
"y_top4_hits": 302,
|
| 1021 |
+
"y_top8_hits": 343,
|
| 1022 |
+
"rot_top2_hits": 1170,
|
| 1023 |
+
"rot_top4_hits": 1351,
|
| 1024 |
+
"gold_component_in_cartesian_hits": 223,
|
| 1025 |
+
"gold_component_in_solver_hits": 223,
|
| 1026 |
+
"gold_full_sample_in_cartesian_hits": 5,
|
| 1027 |
+
"gold_full_sample_in_solver_hits": 5,
|
| 1028 |
+
"gold_selected_any_attempt_hits": 1
|
| 1029 |
+
},
|
| 1030 |
+
"diagnostics": {
|
| 1031 |
+
"gold_samples": 33,
|
| 1032 |
+
"gold_components": 1351,
|
| 1033 |
+
"gold_x_top4_recall": 0.20577350111028866,
|
| 1034 |
+
"gold_x_top8_recall": 0.23464100666173204,
|
| 1035 |
+
"gold_y_top4_recall": 0.22353811991117692,
|
| 1036 |
+
"gold_y_top8_recall": 0.2538860103626943,
|
| 1037 |
+
"gold_rot_top2_recall": 0.8660251665433013,
|
| 1038 |
+
"gold_rot_top4_recall": 1.0,
|
| 1039 |
+
"gold_component_in_cartesian_shortlist_rate": 0.16506291635825315,
|
| 1040 |
+
"gold_component_in_solver_candidates_rate": 0.16506291635825315,
|
| 1041 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.15151515151515152,
|
| 1042 |
+
"gold_full_sample_in_solver_candidates_rate": 0.15151515151515152,
|
| 1043 |
+
"gold_selected_any_attempt_rate": 0.030303030303030304
|
| 1044 |
+
},
|
| 1045 |
+
"router_fail_net_class_counts": {
|
| 1046 |
+
"VDD": 6,
|
| 1047 |
+
"other": 3,
|
| 1048 |
+
"ground": 7,
|
| 1049 |
+
"VSS": 1
|
| 1050 |
+
},
|
| 1051 |
+
"cp_sat_terminal_status_counts": {
|
| 1052 |
+
"infeasible": 9,
|
| 1053 |
+
"unknown": 3
|
| 1054 |
+
},
|
| 1055 |
+
"macro_topology_exact_match_rate": null
|
| 1056 |
+
},
|
| 1057 |
+
"49-64": {
|
| 1058 |
+
"micro_topology_exact_match_rate": 0.037037037037037035,
|
| 1059 |
+
"topology_exact_match_rate": 0.037037037037037035,
|
| 1060 |
+
"placement_overlap_rate": 0.0,
|
| 1061 |
+
"mean_crossings": 0.0,
|
| 1062 |
+
"mean_bends": 49.0,
|
| 1063 |
+
"mean_manhattan_wire_length": 1014.0,
|
| 1064 |
+
"mean_canvas_area_used": 50175.0,
|
| 1065 |
+
"accepted": 1,
|
| 1066 |
+
"total": 27,
|
| 1067 |
+
"overlap_count": 0,
|
| 1068 |
+
"overlap_pairs_total": 0,
|
| 1069 |
+
"crossings_total": 0.0,
|
| 1070 |
+
"bends_total": 49.0,
|
| 1071 |
+
"wire_length_total": 1014.0,
|
| 1072 |
+
"canvas_area_total": 50175.0,
|
| 1073 |
+
"topology_failures": 26,
|
| 1074 |
+
"status_counts": {
|
| 1075 |
+
"accepted": 1,
|
| 1076 |
+
"cp_sat_fail": 14,
|
| 1077 |
+
"router_fail": 12
|
| 1078 |
+
},
|
| 1079 |
+
"failure_reason_counts": {
|
| 1080 |
+
"cp_sat_fail": 14,
|
| 1081 |
+
"router_fail": 12
|
| 1082 |
+
},
|
| 1083 |
+
"score_tuple": [
|
| 1084 |
+
26,
|
| 1085 |
+
0,
|
| 1086 |
+
49.0,
|
| 1087 |
+
1014.0,
|
| 1088 |
+
50175.0
|
| 1089 |
+
],
|
| 1090 |
+
"diagnostic_counts": {
|
| 1091 |
+
"gold_samples": 27,
|
| 1092 |
+
"gold_components": 1503,
|
| 1093 |
+
"x_top4_hits": 278,
|
| 1094 |
+
"x_top8_hits": 323,
|
| 1095 |
+
"y_top4_hits": 306,
|
| 1096 |
+
"y_top8_hits": 365,
|
| 1097 |
+
"rot_top2_hits": 1346,
|
| 1098 |
+
"rot_top4_hits": 1503,
|
| 1099 |
+
"gold_component_in_cartesian_hits": 208,
|
| 1100 |
+
"gold_component_in_solver_hits": 208,
|
| 1101 |
+
"gold_full_sample_in_cartesian_hits": 2,
|
| 1102 |
+
"gold_full_sample_in_solver_hits": 2
|
| 1103 |
+
},
|
| 1104 |
+
"diagnostics": {
|
| 1105 |
+
"gold_samples": 27,
|
| 1106 |
+
"gold_components": 1503,
|
| 1107 |
+
"gold_x_top4_recall": 0.18496340652029275,
|
| 1108 |
+
"gold_x_top8_recall": 0.21490352628077178,
|
| 1109 |
+
"gold_y_top4_recall": 0.20359281437125748,
|
| 1110 |
+
"gold_y_top8_recall": 0.2428476380572189,
|
| 1111 |
+
"gold_rot_top2_recall": 0.895542248835662,
|
| 1112 |
+
"gold_rot_top4_recall": 1.0,
|
| 1113 |
+
"gold_component_in_cartesian_shortlist_rate": 0.1383898868928809,
|
| 1114 |
+
"gold_component_in_solver_candidates_rate": 0.1383898868928809,
|
| 1115 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.07407407407407407,
|
| 1116 |
+
"gold_full_sample_in_solver_candidates_rate": 0.07407407407407407,
|
| 1117 |
+
"gold_selected_any_attempt_rate": 0.0
|
| 1118 |
+
},
|
| 1119 |
+
"router_fail_net_class_counts": {
|
| 1120 |
+
"ground": 6,
|
| 1121 |
+
"other": 3,
|
| 1122 |
+
"VDD": 3
|
| 1123 |
+
},
|
| 1124 |
+
"cp_sat_terminal_status_counts": {
|
| 1125 |
+
"infeasible": 12,
|
| 1126 |
+
"unknown": 2
|
| 1127 |
+
},
|
| 1128 |
+
"macro_topology_exact_match_rate": null
|
| 1129 |
+
}
|
| 1130 |
+
},
|
| 1131 |
+
"evaluated_at": "2026-03-10T17:19:17Z",
|
| 1132 |
+
"checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt",
|
| 1133 |
+
"split": "val",
|
| 1134 |
+
"manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json",
|
| 1135 |
+
"manifest_size": 384,
|
| 1136 |
+
"shard_index": 1,
|
| 1137 |
+
"shard_count": 4,
|
| 1138 |
+
"shard_sample_count": 96,
|
| 1139 |
+
"sample_workers": 8,
|
| 1140 |
+
"solver_workers_per_sample": 6,
|
| 1141 |
+
"eval_mode": "normal",
|
| 1142 |
+
"force_dataset_root": null,
|
| 1143 |
+
"solve_stages": [
|
| 1144 |
+
{
|
| 1145 |
+
"top_x": 4,
|
| 1146 |
+
"top_y": 4,
|
| 1147 |
+
"top_rot": 2,
|
| 1148 |
+
"max_solver_candidates": 16,
|
| 1149 |
+
"cp_sat_timeout_seconds": 10.0,
|
| 1150 |
+
"component_candidate_cap": 32
|
| 1151 |
+
}
|
| 1152 |
+
],
|
| 1153 |
+
"routing_options": {
|
| 1154 |
+
"placement_margin": 2,
|
| 1155 |
+
"routing_block_margin": 0,
|
| 1156 |
+
"pin_escape_cells": 2,
|
| 1157 |
+
"trunk_first_min_degree": 3,
|
| 1158 |
+
"trunk_first_priority_only": false
|
| 1159 |
+
}
|
| 1160 |
+
}
|
netlist_to_layout_v1/runs/routerfix-baseline-normal384-rbm0e2t3/posttrain_full_eval_tmp/step-008000/shard_01.log
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
/tmp/routerfix_handoff_prepatch_20260310T165418Z/netlist_to_layout_v1/eval_shard_worker.py:43: FutureWarning: You are using `torch.load` with `weights_only=False` (the current default value), which uses the default pickle module implicitly. It is possible to construct malicious pickle data which will execute arbitrary code during unpickling (See https://github.com/pytorch/pytorch/blob/main/SECURITY.md#untrusted-models for more details). In a future release, the default value for `weights_only` will be flipped to `True`. This limits the functions that could be executed during unpickling. Arbitrary objects will no longer be allowed to be loaded via this mode unless they are explicitly allowlisted by the user via `torch.serialization.add_safe_globals`. We recommend you start setting `weights_only=True` for any use case where you don't have full control of the loaded file. Please open an issue on GitHub for any issues related to this experimental feature.
|
| 2 |
+
samples = torch.load(split_path)
|
| 3 |
+
{"eval_shard_progress": {"status": "starting", "updated_at": "2026-03-10T17:00:18Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 1, "shard_count": 4, "shard_sample_count": 96, "processed": 0, "total": 96, "accepted": 0, "progress_fraction": 0.0, "samples_per_min": 0.0, "eta_min": null, "elapsed_sec": 3.337860107421875e-06, "sample_workers": 8, "solver_workers_per_sample": 6, "last_sample_id": null, "last_graph_hash": null, "last_status": null, "last_dataset_root": null, "status_counts": {}, "failure_reason_counts": {}, "processed_by_root": {}, "accepted_by_root": {}}}
|
| 4 |
+
/tmp/routerfix_handoff_prepatch_20260310T165418Z/netlist_to_layout_v1/eval_shard_worker.py:172: FutureWarning: You are using `torch.load` with `weights_only=False` (the current default value), which uses the default pickle module implicitly. It is possible to construct malicious pickle data which will execute arbitrary code during unpickling (See https://github.com/pytorch/pytorch/blob/main/SECURITY.md#untrusted-models for more details). In a future release, the default value for `weights_only` will be flipped to `True`. This limits the functions that could be executed during unpickling. Arbitrary objects will no longer be allowed to be loaded via this mode unless they are explicitly allowlisted by the user via `torch.serialization.add_safe_globals`. We recommend you start setting `weights_only=True` for any use case where you don't have full control of the loaded file. Please open an issue on GitHub for any issues related to this experimental feature.
|
| 5 |
+
payload = torch.load(args.checkpoint, map_location="cpu")
|
| 6 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:00:21Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 1, "shard_count": 4, "shard_sample_count": 96, "processed": 0, "total": 96, "accepted": 0, "progress_fraction": 0.0, "samples_per_min": 0.0, "eta_min": null, "elapsed_sec": 3.1855452060699463, "sample_workers": 8, "solver_workers_per_sample": 6, "last_sample_id": null, "last_graph_hash": null, "last_status": null, "last_dataset_root": null, "status_counts": {}, "failure_reason_counts": {}, "processed_by_root": {}, "accepted_by_root": {}}}
|
| 7 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:00:33Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 1, "shard_count": 4, "shard_sample_count": 96, "processed": 8, "total": 96, "accepted": 2, "progress_fraction": 0.08333333333333333, "samples_per_min": 31.46616624201028, "eta_min": 2.7966546456019086, "elapsed_sec": 15.254479885101318, "sample_workers": 8, "solver_workers_per_sample": 6, "last_sample_id": "open-schematics_hf:train-00005-of-00078.parquet:0:452", "last_graph_hash": "34cb963864d9019e8b9b90089828f2d68448c5c0", "last_status": "cp_sat_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"cp_sat_fail": 6, "accepted": 2}, "failure_reason_counts": {"cp_sat_fail": 6}, "processed_by_root": {"open-schematics_hf": 7, "ltspice-spice-circuits_hf": 1}, "accepted_by_root": {"open-schematics_hf": 2}}}
|
| 8 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:03:17Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 1, "shard_count": 4, "shard_sample_count": 96, "processed": 16, "total": 96, "accepted": 2, "progress_fraction": 0.16666666666666666, "samples_per_min": 5.349445971900431, "eta_min": 14.95481969912847, "elapsed_sec": 179.45783638954163, "sample_workers": 8, "solver_workers_per_sample": 6, "last_sample_id": "open-schematics_hf:train-00001-of-00078.parquet:0:66", "last_graph_hash": "cc2686a06efcb12c07cb1cb73fe843ed9876a757", "last_status": "router_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"cp_sat_fail": 7, "accepted": 2, "router_fail": 7}, "failure_reason_counts": {"cp_sat_fail": 7, "router_fail": 7}, "processed_by_root": {"open-schematics_hf": 13, "ltspice-spice-circuits_hf": 3}, "accepted_by_root": {"open-schematics_hf": 2}}}
|
| 9 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:04:01Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 1, "shard_count": 4, "shard_sample_count": 96, "processed": 24, "total": 96, "accepted": 3, "progress_fraction": 0.25, "samples_per_min": 6.452567061833289, "eta_min": 11.15834974050522, "elapsed_sec": 223.16699481010437, "sample_workers": 8, "solver_workers_per_sample": 6, "last_sample_id": "ltspice-spice-circuits_hf:test-00000-of-00001.parquet:0:818", "last_graph_hash": "16d52505bb3587f41421f3711d57051e8c2f6d92", "last_status": "router_fail", "last_dataset_root": "ltspice-spice-circuits_hf", "status_counts": {"cp_sat_fail": 9, "accepted": 3, "router_fail": 12}, "failure_reason_counts": {"cp_sat_fail": 9, "router_fail": 12}, "processed_by_root": {"open-schematics_hf": 16, "ltspice-spice-circuits_hf": 7, "ams-net.github.io": 1}, "accepted_by_root": {"open-schematics_hf": 3}}}
|
| 10 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:06:42Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 1, "shard_count": 4, "shard_sample_count": 96, "processed": 32, "total": 96, "accepted": 3, "progress_fraction": 0.3333333333333333, "samples_per_min": 5.002401932156473, "eta_min": 12.793854006131491, "elapsed_sec": 383.8156201839447, "sample_workers": 8, "solver_workers_per_sample": 6, "last_sample_id": "ltspice-spice-circuits_hf:train-00000-of-00001.parquet:1:18794", "last_graph_hash": "00d9f1bb3642568ef6db901023b83d2433640376", "last_status": "router_fail", "last_dataset_root": "ltspice-spice-circuits_hf", "status_counts": {"cp_sat_fail": 10, "accepted": 3, "router_fail": 19}, "failure_reason_counts": {"cp_sat_fail": 10, "router_fail": 19}, "processed_by_root": {"open-schematics_hf": 22, "ltspice-spice-circuits_hf": 9, "ams-net.github.io": 1}, "accepted_by_root": {"open-schematics_hf": 3}}}
|
| 11 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:06:58Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 1, "shard_count": 4, "shard_sample_count": 96, "processed": 40, "total": 96, "accepted": 4, "progress_fraction": 0.4166666666666667, "samples_per_min": 5.999170146339606, "eta_min": 9.334624395370485, "elapsed_sec": 400.0553312301636, "sample_workers": 8, "solver_workers_per_sample": 6, "last_sample_id": "open-schematics_hf:train-00008-of-00078.parquet:0:222", "last_graph_hash": "4ee03a88d4a4cb7a710f8278acfbe29728c9d9a2", "last_status": "router_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"cp_sat_fail": 15, "accepted": 4, "router_fail": 21}, "failure_reason_counts": {"cp_sat_fail": 15, "router_fail": 21}, "processed_by_root": {"open-schematics_hf": 29, "ltspice-spice-circuits_hf": 9, "ams-net.github.io": 2}, "accepted_by_root": {"open-schematics_hf": 3, "ams-net.github.io": 1}}}
|
| 12 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:09:36Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 1, "shard_count": 4, "shard_sample_count": 96, "processed": 48, "total": 96, "accepted": 6, "progress_fraction": 0.5, "samples_per_min": 5.157271696123463, "eta_min": 9.30724670489629, "elapsed_sec": 558.4348022937775, "sample_workers": 8, "solver_workers_per_sample": 6, "last_sample_id": "open-schematics_hf:train-00021-of-00078.parquet:0:543", "last_graph_hash": "0c7db419251b58f5f2cae275fa6e103677180b98", "last_status": "router_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"cp_sat_fail": 15, "accepted": 6, "router_fail": 27}, "failure_reason_counts": {"cp_sat_fail": 15, "router_fail": 27}, "processed_by_root": {"open-schematics_hf": 35, "ltspice-spice-circuits_hf": 10, "ams-net.github.io": 3}, "accepted_by_root": {"open-schematics_hf": 4, "ams-net.github.io": 2}}}
|
| 13 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:10:15Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 1, "shard_count": 4, "shard_sample_count": 96, "processed": 56, "total": 96, "accepted": 7, "progress_fraction": 0.5833333333333334, "samples_per_min": 5.631772671341387, "eta_min": 7.102559413228716, "elapsed_sec": 596.6149907112122, "sample_workers": 8, "solver_workers_per_sample": 6, "last_sample_id": "open-schematics_hf:train-00020-of-00078.parquet:0:129", "last_graph_hash": "ff202cc98a63c2c9eef77ed3c3502095d483c51e", "last_status": "cp_sat_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"cp_sat_fail": 20, "accepted": 7, "router_fail": 29}, "failure_reason_counts": {"cp_sat_fail": 20, "router_fail": 29}, "processed_by_root": {"open-schematics_hf": 41, "ltspice-spice-circuits_hf": 11, "ams-net.github.io": 4}, "accepted_by_root": {"open-schematics_hf": 5, "ams-net.github.io": 2}}}
|
| 14 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:13:04Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 1, "shard_count": 4, "shard_sample_count": 96, "processed": 64, "total": 96, "accepted": 7, "progress_fraction": 0.6666666666666666, "samples_per_min": 5.013625833708822, "eta_min": 6.382606333494187, "elapsed_sec": 765.9127600193024, "sample_workers": 8, "solver_workers_per_sample": 6, "last_sample_id": "open-schematics_hf:train-00010-of-00078.parquet:1:298", "last_graph_hash": "54663f97bd165face7f359ba941480e19a46c694", "last_status": "router_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"cp_sat_fail": 20, "accepted": 7, "router_fail": 37}, "failure_reason_counts": {"cp_sat_fail": 20, "router_fail": 37}, "processed_by_root": {"open-schematics_hf": 48, "ltspice-spice-circuits_hf": 12, "ams-net.github.io": 4}, "accepted_by_root": {"open-schematics_hf": 5, "ams-net.github.io": 2}}}
|
| 15 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:13:21Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 1, "shard_count": 4, "shard_sample_count": 96, "processed": 72, "total": 96, "accepted": 12, "progress_fraction": 0.75, "samples_per_min": 5.514724339077076, "eta_min": 4.3519854346911115, "elapsed_sec": 783.3573782444, "sample_workers": 8, "solver_workers_per_sample": 6, "last_sample_id": "ltspice-spice-circuits_hf:train-00000-of-00001.parquet:1:2266", "last_graph_hash": "23d57255901cd98e95458c35bbfcd2147bc5419e", "last_status": "router_fail", "last_dataset_root": "ltspice-spice-circuits_hf", "status_counts": {"cp_sat_fail": 21, "accepted": 12, "router_fail": 39}, "failure_reason_counts": {"cp_sat_fail": 21, "router_fail": 39}, "processed_by_root": {"open-schematics_hf": 52, "ltspice-spice-circuits_hf": 14, "ams-net.github.io": 6}, "accepted_by_root": {"open-schematics_hf": 8, "ams-net.github.io": 3, "ltspice-spice-circuits_hf": 1}}}
|
| 16 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:15:56Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 1, "shard_count": 4, "shard_sample_count": 96, "processed": 80, "total": 96, "accepted": 12, "progress_fraction": 0.8333333333333334, "samples_per_min": 5.115503277010206, "eta_min": 3.127746994495392, "elapsed_sec": 938.3240983486176, "sample_workers": 8, "solver_workers_per_sample": 6, "last_sample_id": "open-schematics_hf:train-00021-of-00078.parquet:1:56", "last_graph_hash": "cd5aba3dd83b81ddc1c97fe60600913ee621c18c", "last_status": "router_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"cp_sat_fail": 23, "accepted": 12, "router_fail": 45}, "failure_reason_counts": {"cp_sat_fail": 23, "router_fail": 45}, "processed_by_root": {"open-schematics_hf": 59, "ltspice-spice-circuits_hf": 15, "ams-net.github.io": 6}, "accepted_by_root": {"open-schematics_hf": 8, "ams-net.github.io": 3, "ltspice-spice-circuits_hf": 1}}}
|
| 17 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:17:00Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 1, "shard_count": 4, "shard_sample_count": 96, "processed": 88, "total": 96, "accepted": 12, "progress_fraction": 0.9166666666666666, "samples_per_min": 5.267296471740237, "eta_min": 1.5188057180606958, "elapsed_sec": 1002.4117739200592, "sample_workers": 8, "solver_workers_per_sample": 6, "last_sample_id": "ltspice-spice-circuits_hf:train-00000-of-00001.parquet:1:13291", "last_graph_hash": "45347031a84a0d7c295ca226453535fc45c34cd6", "last_status": "router_fail", "last_dataset_root": "ltspice-spice-circuits_hf", "status_counts": {"cp_sat_fail": 28, "accepted": 12, "router_fail": 48}, "failure_reason_counts": {"cp_sat_fail": 28, "router_fail": 48}, "processed_by_root": {"open-schematics_hf": 63, "ltspice-spice-circuits_hf": 19, "ams-net.github.io": 6}, "accepted_by_root": {"open-schematics_hf": 8, "ams-net.github.io": 3, "ltspice-spice-circuits_hf": 1}}}
|
| 18 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:19:17Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 1, "shard_count": 4, "shard_sample_count": 96, "processed": 96, "total": 96, "accepted": 12, "progress_fraction": 1.0, "samples_per_min": 5.058767176415627, "eta_min": 0.0, "elapsed_sec": 1138.6173348426819, "sample_workers": 8, "solver_workers_per_sample": 6, "last_sample_id": "open-schematics_hf:train-00025-of-00078.parquet:1:502", "last_graph_hash": "11cc143c296c56923560849fb86f40ff0b9b4d12", "last_status": "router_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"cp_sat_fail": 28, "accepted": 12, "router_fail": 56}, "failure_reason_counts": {"cp_sat_fail": 28, "router_fail": 56}, "processed_by_root": {"open-schematics_hf": 69, "ltspice-spice-circuits_hf": 21, "ams-net.github.io": 6}, "accepted_by_root": {"open-schematics_hf": 8, "ams-net.github.io": 3, "ltspice-spice-circuits_hf": 1}}}
|
| 19 |
+
{"eval_shard_progress": {"status": "completed", "updated_at": "2026-03-10T17:19:17Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 1, "shard_count": 4, "shard_sample_count": 96, "processed": 96, "total": 96, "accepted": 12, "progress_fraction": 1.0, "samples_per_min": 5.055101154492277, "eta_min": 0.0, "elapsed_sec": 1139.4430742263794, "sample_workers": 8, "solver_workers_per_sample": 6, "last_sample_id": null, "last_graph_hash": null, "last_status": null, "last_dataset_root": null, "status_counts": {"cp_sat_fail": 28, "accepted": 12, "router_fail": 56}, "failure_reason_counts": {"cp_sat_fail": 28, "router_fail": 56}, "processed_by_root": {}, "accepted_by_root": {}}}
|
| 20 |
+
{"micro_topology_exact_match_rate": 0.125, "topology_exact_match_rate": 0.125, "placement_overlap_rate": 0.0, "mean_crossings": 0.0, "mean_bends": 22.5, "mean_manhattan_wire_length": 758.1666666666666, "mean_canvas_area_used": 52170.333333333336, "accepted": 12, "total": 96, "overlap_count": 0, "overlap_pairs_total": 0, "crossings_total": 0.0, "bends_total": 270.0, "wire_length_total": 9098.0, "canvas_area_total": 626044.0, "topology_failures": 84, "status_counts": {"cp_sat_fail": 28, "accepted": 12, "router_fail": 56}, "failure_reason_counts": {"cp_sat_fail": 28, "router_fail": 56}, "score_tuple": [84, 0, 270.0, 9098.0, 626044.0], "diagnostic_counts": {"gold_samples": 96, "gold_components": 3359, "x_top4_hits": 722, "x_top8_hits": 820, "y_top4_hits": 796, "y_top8_hits": 907, "rot_top2_hits": 2969, "rot_top4_hits": 3359, "gold_component_in_cartesian_hits": 573, "gold_component_in_solver_hits": 573, "gold_full_sample_in_cartesian_hits": 17, "gold_full_sample_in_solver_hits": 17, "gold_selected_any_attempt_hits": 6}, "diagnostics": {"gold_samples": 96, "gold_components": 3359, "gold_x_top4_recall": 0.21494492408454896, "gold_x_top8_recall": 0.244120273891039, "gold_y_top4_recall": 0.2369752902649598, "gold_y_top8_recall": 0.27002083953557604, "gold_rot_top2_recall": 0.8838940160762132, "gold_rot_top4_recall": 1.0, "gold_component_in_cartesian_shortlist_rate": 0.17058648407264065, "gold_component_in_solver_candidates_rate": 0.17058648407264065, "gold_full_sample_in_cartesian_shortlist_rate": 0.17708333333333334, "gold_full_sample_in_solver_candidates_rate": 0.17708333333333334, "gold_selected_any_attempt_rate": 0.0625}, "router_fail_net_class_counts": {"VDD": 10, "other": 22, "ground": 22, "VIN": 1, "VSS": 1}, "cp_sat_terminal_status_counts": {"infeasible": 23, "unknown": 5}, "failure_examples": {"cp_sat_fail": [{"sample_id": "open-schematics_hf:train-00027-of-00078.parquet:1:507", "graph_hash": "70896a25e8210e440a5d8be9b01fb099ef1fbd8f", "dataset_root": "open-schematics_hf", "attempts": [{"stage": 1, "stage_config": {"top_x": 4, "top_y": 4, "top_rot": 2, "max_solver_candidates": 16, "cp_sat_timeout_seconds": 10.0, "component_candidate_cap": 32}, "attempt": 1, "global_attempt": 1, "solver_status": "cp_sat_fail", "candidate_count_min": 32, "candidate_count_max": 32, "candidate_count_total": 1184, "cartesian_candidate_count_total": 1184, "forbidden_choice_tuples": 0, "component_candidate_cap": 32, "cp_sat_status": "infeasible", "cp_sat_timeout_seconds": 10.0, "placement_margin": 2, "gold_injected_component_count": 0}]}, {"sample_id": "ltspice-spice-circuits_hf:train-00000-of-00001.parquet:1:15943", "graph_hash": "5a7d2deb99f3308f52f4323280c58a38bccd21f7", "dataset_root": "ltspice-spice-circuits_hf", "attempts": [{"stage": 1, "stage_config": {"top_x": 4, "top_y": 4, "top_rot": 2, "max_solver_candidates": 16, "cp_sat_timeout_seconds": 10.0, "component_candidate_cap": 32}, "attempt": 1, "global_attempt": 1, "solver_status": "cp_sat_fail", "candidate_count_min": 32, "candidate_count_max": 32, "candidate_count_total": 1152, "cartesian_candidate_count_total": 1152, "forbidden_choice_tuples": 0, "component_candidate_cap": 32, "cp_sat_status": "infeasible", "cp_sat_timeout_seconds": 10.0, "placement_margin": 2, "gold_injected_component_count": 0}]}, {"sample_id": "open-schematics_hf:train-00026-of-00078.parquet:0:134", "graph_hash": "70d81d05855945486841853a2f17bb2945f0d81f", "dataset_root": "open-schematics_hf", "attempts": [{"stage": 1, "stage_config": {"top_x": 4, "top_y": 4, "top_rot": 2, "max_solver_candidates": 16, "cp_sat_timeout_seconds": 10.0, "component_candidate_cap": 32}, "attempt": 1, "global_attempt": 1, "solver_status": "cp_sat_fail", "candidate_count_min": 32, "candidate_count_max": 32, "candidate_count_total": 1888, "cartesian_candidate_count_total": 1888, "forbidden_choice_tuples": 0, "component_candidate_cap": 32, "cp_sat_status": "infeasible", "cp_sat_timeout_seconds": 10.0, "placement_margin": 2, "gold_injected_component_count": 0}]}], "router_fail": [{"sample_id": "open-schematics_hf:train-00019-of-00078.parquet:0:293", "graph_hash": "bcb6dc737c55e68429503adbe521178b3936fd82", "dataset_root": "open-schematics_hf", "attempts": [{"stage": 1, "stage_config": {"top_x": 4, "top_y": 4, "top_rot": 2, "max_solver_candidates": 16, "cp_sat_timeout_seconds": 10.0, "component_candidate_cap": 32}, "attempt": 1, "global_attempt": 1, "solver_status": "ok", "candidate_count_min": 32, "candidate_count_max": 32, "candidate_count_total": 1408, "cartesian_candidate_count_total": 1408, "forbidden_choice_tuples": 0, "component_candidate_cap": 32, "cp_sat_status": "feasible", "cp_sat_timeout_seconds": 10.0, "placement_margin": 2, "gold_injected_component_count": 0, "objective_value": 181556.0, "route_status": "router_fail", "route_debug": {"failed_net_nid": "N00024", "failed_net_name": "VDD", "failed_net_degree": 2, "pin_count": 2, "tree_cell_count": 1, "remaining_pin_count": 1, "routing_block_margin": 0, "pin_escape_cells": 2, "trunk_first_used": false, "trunk_first_min_degree": 3}}, {"stage": 1, "stage_config": {"top_x": 4, "top_y": 4, "top_rot": 2, "max_solver_candidates": 16, "cp_sat_timeout_seconds": 10.0, "component_candidate_cap": 32}, "attempt": 2, "global_attempt": 2, "solver_status": "ok", "candidate_count_min": 32, "candidate_count_max": 32, "candidate_count_total": 1408, "cartesian_candidate_count_total": 1408, "forbidden_choice_tuples": 1, "component_candidate_cap": 32, "cp_sat_status": "feasible", "cp_sat_timeout_seconds": 10.0, "placement_margin": 2, "gold_injected_component_count": 0, "objective_value": 181556.0, "route_status": "router_fail", "route_debug": {"failed_net_nid": "N00024", "failed_net_name": "VDD", "failed_net_degree": 2, "pin_count": 2, "tree_cell_count": 1, "remaining_pin_count": 1, "routing_block_margin": 0, "pin_escape_cells": 2, "trunk_first_used": false, "trunk_first_min_degree": 3}}]}, {"sample_id": "open-schematics_hf:train-00018-of-00078.parquet:0:200", "graph_hash": "db7c38c02115769ed9747b1abbe6cc7362dd8d21", "dataset_root": "open-schematics_hf", "attempts": [{"stage": 1, "stage_config": {"top_x": 4, "top_y": 4, "top_rot": 2, "max_solver_candidates": 16, "cp_sat_timeout_seconds": 10.0, "component_candidate_cap": 32}, "attempt": 1, "global_attempt": 1, "solver_status": "ok", "candidate_count_min": 32, "candidate_count_max": 32, "candidate_count_total": 1056, "cartesian_candidate_count_total": 1056, "forbidden_choice_tuples": 0, "component_candidate_cap": 32, "cp_sat_status": "feasible", "cp_sat_timeout_seconds": 10.0, "placement_margin": 2, "gold_injected_component_count": 0, "objective_value": 138876.0, "route_status": "router_fail", "route_debug": {"failed_net_nid": "N00017", "failed_net_name": "net_17", "failed_net_degree": 3, "pin_count": 3, "tree_cell_count": 1, "remaining_pin_count": 2, "routing_block_margin": 0, "pin_escape_cells": 2, "trunk_first_used": true, "trunk_first_min_degree": 3}}, {"stage": 1, "stage_config": {"top_x": 4, "top_y": 4, "top_rot": 2, "max_solver_candidates": 16, "cp_sat_timeout_seconds": 10.0, "component_candidate_cap": 32}, "attempt": 2, "global_attempt": 2, "solver_status": "ok", "candidate_count_min": 32, "candidate_count_max": 32, "candidate_count_total": 1056, "cartesian_candidate_count_total": 1056, "forbidden_choice_tuples": 1, "component_candidate_cap": 32, "cp_sat_status": "feasible", "cp_sat_timeout_seconds": 10.0, "placement_margin": 2, "gold_injected_component_count": 0, "objective_value": 138562.0, "route_status": "router_fail", "route_debug": {"failed_net_nid": "N00013", "failed_net_name": "net_13", "failed_net_degree": 2, "pin_count": 2, "tree_cell_count": 1, "remaining_pin_count": 1, "routing_block_margin": 0, "pin_escape_cells": 2, "trunk_first_used": false, "trunk_first_min_degree": 3}}]}, {"sample_id": "open-schematics_hf:train-00008-of-00078.parquet:1:401", "graph_hash": "0f3eb29d14e9d7f93a05f87d23faaab42ee694db", "dataset_root": "open-schematics_hf", "attempts": [{"stage": 1, "stage_config": {"top_x": 4, "top_y": 4, "top_rot": 2, "max_solver_candidates": 16, "cp_sat_timeout_seconds": 10.0, "component_candidate_cap": 32}, "attempt": 1, "global_attempt": 1, "solver_status": "ok", "candidate_count_min": 32, "candidate_count_max": 32, "candidate_count_total": 1984, "cartesian_candidate_count_total": 1984, "forbidden_choice_tuples": 0, "component_candidate_cap": 32, "cp_sat_status": "feasible", "cp_sat_timeout_seconds": 10.0, "placement_margin": 2, "gold_injected_component_count": 0, "objective_value": 282601.0, "route_status": "router_fail", "route_debug": {"failed_net_nid": "N00002", "failed_net_name": "GND", "failed_net_degree": 2, "pin_count": 2, "tree_cell_count": 1, "remaining_pin_count": 1, "routing_block_margin": 0, "pin_escape_cells": 2, "trunk_first_used": false, "trunk_first_min_degree": 3}}, {"stage": 1, "stage_config": {"top_x": 4, "top_y": 4, "top_rot": 2, "max_solver_candidates": 16, "cp_sat_timeout_seconds": 10.0, "component_candidate_cap": 32}, "attempt": 2, "global_attempt": 2, "solver_status": "ok", "candidate_count_min": 32, "candidate_count_max": 32, "candidate_count_total": 1984, "cartesian_candidate_count_total": 1984, "forbidden_choice_tuples": 1, "component_candidate_cap": 32, "cp_sat_status": "feasible", "cp_sat_timeout_seconds": 10.0, "placement_margin": 2, "gold_injected_component_count": 0, "objective_value": 283250.0, "route_status": "router_fail", "route_debug": {"failed_net_nid": "N00013", "failed_net_name": "GND", "failed_net_degree": 2, "pin_count": 2, "tree_cell_count": 1, "remaining_pin_count": 1, "routing_block_margin": 0, "pin_escape_cells": 2, "trunk_first_used": false, "trunk_first_min_degree": 3}}]}]}, "per_root": {"ams-net.github.io": {"micro_topology_exact_match_rate": 0.5, "topology_exact_match_rate": 0.5, "placement_overlap_rate": 0.0, "mean_crossings": 0.0, "mean_bends": 17.333333333333332, "mean_manhattan_wire_length": 681.0, "mean_canvas_area_used": 18153.0, "accepted": 3, "total": 6, "overlap_count": 0, "overlap_pairs_total": 0, "crossings_total": 0.0, "bends_total": 52.0, "wire_length_total": 2043.0, "canvas_area_total": 54459.0, "topology_failures": 3, "status_counts": {"router_fail": 3, "accepted": 3}, "failure_reason_counts": {"router_fail": 3}, "score_tuple": [3, 0, 52.0, 2043.0, 54459.0], "diagnostic_counts": {"gold_samples": 6, "gold_components": 30, "x_top4_hits": 0, "x_top8_hits": 2, "y_top4_hits": 0, "y_top8_hits": 0, "rot_top2_hits": 28, "rot_top4_hits": 30, "gold_component_in_cartesian_hits": 0, "gold_component_in_solver_hits": 0}, "diagnostics": {"gold_samples": 6, "gold_components": 30, "gold_x_top4_recall": 0.0, "gold_x_top8_recall": 0.06666666666666667, "gold_y_top4_recall": 0.0, "gold_y_top8_recall": 0.0, "gold_rot_top2_recall": 0.9333333333333333, "gold_rot_top4_recall": 1.0, "gold_component_in_cartesian_shortlist_rate": 0.0, "gold_component_in_solver_candidates_rate": 0.0, "gold_full_sample_in_cartesian_shortlist_rate": 0.0, "gold_full_sample_in_solver_candidates_rate": 0.0, "gold_selected_any_attempt_rate": 0.0}, "router_fail_net_class_counts": {"other": 3}, "cp_sat_terminal_status_counts": {}, "macro_topology_exact_match_rate": null}, "ltspice-spice-circuits_hf": {"micro_topology_exact_match_rate": 0.047619047619047616, "topology_exact_match_rate": 0.047619047619047616, "placement_overlap_rate": 0.0, "mean_crossings": 0.0, "mean_bends": 15.0, "mean_manhattan_wire_length": 1041.0, "mean_canvas_area_used": 75561.0, "accepted": 1, "total": 21, "overlap_count": 0, "overlap_pairs_total": 0, "crossings_total": 0.0, "bends_total": 15.0, "wire_length_total": 1041.0, "canvas_area_total": 75561.0, "topology_failures": 20, "status_counts": {"cp_sat_fail": 2, "router_fail": 18, "accepted": 1}, "failure_reason_counts": {"cp_sat_fail": 2, "router_fail": 18}, "score_tuple": [20, 0, 15.0, 1041.0, 75561.0], "diagnostic_counts": {"gold_samples": 21, "gold_components": 454, "x_top4_hits": 444, "x_top8_hits": 447, "y_top4_hits": 440, "y_top8_hits": 446, "rot_top2_hits": 454, "rot_top4_hits": 454, "gold_component_in_cartesian_hits": 436, "gold_component_in_solver_hits": 436, "gold_full_sample_in_cartesian_hits": 17, "gold_full_sample_in_solver_hits": 17, "gold_selected_any_attempt_hits": 6}, "diagnostics": {"gold_samples": 21, "gold_components": 454, "gold_x_top4_recall": 0.9779735682819384, "gold_x_top8_recall": 0.9845814977973568, "gold_y_top4_recall": 0.9691629955947136, "gold_y_top8_recall": 0.9823788546255506, "gold_rot_top2_recall": 1.0, "gold_rot_top4_recall": 1.0, "gold_component_in_cartesian_shortlist_rate": 0.960352422907489, "gold_component_in_solver_candidates_rate": 0.960352422907489, "gold_full_sample_in_cartesian_shortlist_rate": 0.8095238095238095, "gold_full_sample_in_solver_candidates_rate": 0.8095238095238095, "gold_selected_any_attempt_rate": 0.2857142857142857}, "router_fail_net_class_counts": {"VIN": 1, "other": 11, "ground": 6}, "cp_sat_terminal_status_counts": {"infeasible": 2}, "macro_topology_exact_match_rate": null}, "open-schematics_hf": {"micro_topology_exact_match_rate": 0.11594202898550725, "topology_exact_match_rate": 0.11594202898550725, "placement_overlap_rate": 0.0, "mean_crossings": 0.0, "mean_bends": 25.375, "mean_manhattan_wire_length": 751.75, "mean_canvas_area_used": 62003.0, "accepted": 8, "total": 69, "overlap_count": 0, "overlap_pairs_total": 0, "crossings_total": 0.0, "bends_total": 203.0, "wire_length_total": 6014.0, "canvas_area_total": 496024.0, "topology_failures": 61, "status_counts": {"cp_sat_fail": 26, "accepted": 8, "router_fail": 35}, "failure_reason_counts": {"cp_sat_fail": 26, "router_fail": 35}, "score_tuple": [61, 0, 203.0, 6014.0, 496024.0], "diagnostic_counts": {"gold_samples": 69, "gold_components": 2875, "x_top4_hits": 278, "x_top8_hits": 371, "y_top4_hits": 356, "y_top8_hits": 461, "rot_top2_hits": 2487, "rot_top4_hits": 2875, "gold_component_in_cartesian_hits": 137, "gold_component_in_solver_hits": 137}, "diagnostics": {"gold_samples": 69, "gold_components": 2875, "gold_x_top4_recall": 0.09669565217391304, "gold_x_top8_recall": 0.12904347826086957, "gold_y_top4_recall": 0.12382608695652174, "gold_y_top8_recall": 0.16034782608695652, "gold_rot_top2_recall": 0.8650434782608696, "gold_rot_top4_recall": 1.0, "gold_component_in_cartesian_shortlist_rate": 0.04765217391304348, "gold_component_in_solver_candidates_rate": 0.04765217391304348, "gold_full_sample_in_cartesian_shortlist_rate": 0.0, "gold_full_sample_in_solver_candidates_rate": 0.0, "gold_selected_any_attempt_rate": 0.0}, "router_fail_net_class_counts": {"VDD": 10, "other": 8, "ground": 16, "VSS": 1}, "cp_sat_terminal_status_counts": {"infeasible": 21, "unknown": 5}, "macro_topology_exact_match_rate": null}}, "macro_topology_exact_match_rate": 0.22118702553485162, "per_size_bin": {"01-04": {"micro_topology_exact_match_rate": 0.5, "topology_exact_match_rate": 0.5, "placement_overlap_rate": 0.0, "mean_crossings": 0.0, "mean_bends": 17.333333333333332, "mean_manhattan_wire_length": 681.0, "mean_canvas_area_used": 18153.0, "accepted": 3, "total": 6, "overlap_count": 0, "overlap_pairs_total": 0, "crossings_total": 0.0, "bends_total": 52.0, "wire_length_total": 2043.0, "canvas_area_total": 54459.0, "topology_failures": 3, "status_counts": {"accepted": 3, "router_fail": 3}, "failure_reason_counts": {"router_fail": 3}, "score_tuple": [3, 0, 52.0, 2043.0, 54459.0], "diagnostic_counts": {"gold_samples": 6, "gold_components": 20, "x_top4_hits": 8, "x_top8_hits": 10, "y_top4_hits": 8, "y_top8_hits": 10, "rot_top2_hits": 20, "rot_top4_hits": 20, "gold_component_in_cartesian_hits": 7, "gold_component_in_solver_hits": 7, "gold_full_sample_in_cartesian_hits": 1, "gold_full_sample_in_solver_hits": 1, "gold_selected_any_attempt_hits": 1}, "diagnostics": {"gold_samples": 6, "gold_components": 20, "gold_x_top4_recall": 0.4, "gold_x_top8_recall": 0.5, "gold_y_top4_recall": 0.4, "gold_y_top8_recall": 0.5, "gold_rot_top2_recall": 1.0, "gold_rot_top4_recall": 1.0, "gold_component_in_cartesian_shortlist_rate": 0.35, "gold_component_in_solver_candidates_rate": 0.35, "gold_full_sample_in_cartesian_shortlist_rate": 0.16666666666666666, "gold_full_sample_in_solver_candidates_rate": 0.16666666666666666, "gold_selected_any_attempt_rate": 0.16666666666666666}, "router_fail_net_class_counts": {"ground": 2, "other": 1}, "cp_sat_terminal_status_counts": {}, "macro_topology_exact_match_rate": null}, "05-08": {"micro_topology_exact_match_rate": 0.25, "topology_exact_match_rate": 0.25, "placement_overlap_rate": 0.0, "mean_crossings": 0.0, "mean_bends": 11.0, "mean_manhattan_wire_length": 669.5, "mean_canvas_area_used": 68244.5, "accepted": 2, "total": 8, "overlap_count": 0, "overlap_pairs_total": 0, "crossings_total": 0.0, "bends_total": 22.0, "wire_length_total": 1339.0, "canvas_area_total": 136489.0, "topology_failures": 6, "status_counts": {"accepted": 2, "router_fail": 6}, "failure_reason_counts": {"router_fail": 6}, "score_tuple": [6, 0, 22.0, 1339.0, 136489.0], "diagnostic_counts": {"gold_samples": 8, "gold_components": 53, "x_top4_hits": 27, "x_top8_hits": 29, "y_top4_hits": 26, "y_top8_hits": 28, "rot_top2_hits": 51, "rot_top4_hits": 53, "gold_component_in_cartesian_hits": 26, "gold_component_in_solver_hits": 26, "gold_full_sample_in_cartesian_hits": 4, "gold_full_sample_in_solver_hits": 4, "gold_selected_any_attempt_hits": 3}, "diagnostics": {"gold_samples": 8, "gold_components": 53, "gold_x_top4_recall": 0.5094339622641509, "gold_x_top8_recall": 0.5471698113207547, "gold_y_top4_recall": 0.49056603773584906, "gold_y_top8_recall": 0.5283018867924528, "gold_rot_top2_recall": 0.9622641509433962, "gold_rot_top4_recall": 1.0, "gold_component_in_cartesian_shortlist_rate": 0.49056603773584906, "gold_component_in_solver_candidates_rate": 0.49056603773584906, "gold_full_sample_in_cartesian_shortlist_rate": 0.5, "gold_full_sample_in_solver_candidates_rate": 0.5, "gold_selected_any_attempt_rate": 0.375}, "router_fail_net_class_counts": {"VIN": 1, "other": 5}, "cp_sat_terminal_status_counts": {}, "macro_topology_exact_match_rate": null}, "09-16": {"micro_topology_exact_match_rate": 0.1111111111111111, "topology_exact_match_rate": 0.1111111111111111, "placement_overlap_rate": 0.0, "mean_crossings": 0.0, "mean_bends": 7.0, "mean_manhattan_wire_length": 256.0, "mean_canvas_area_used": 59033.0, "accepted": 1, "total": 9, "overlap_count": 0, "overlap_pairs_total": 0, "crossings_total": 0.0, "bends_total": 7.0, "wire_length_total": 256.0, "canvas_area_total": 59033.0, "topology_failures": 8, "status_counts": {"router_fail": 7, "cp_sat_fail": 1, "accepted": 1}, "failure_reason_counts": {"router_fail": 7, "cp_sat_fail": 1}, "score_tuple": [8, 0, 7.0, 256.0, 59033.0], "diagnostic_counts": {"gold_samples": 9, "gold_components": 116, "x_top4_hits": 36, "x_top8_hits": 37, "y_top4_hits": 54, "y_top8_hits": 54, "rot_top2_hits": 102, "rot_top4_hits": 116, "gold_component_in_cartesian_hits": 28, "gold_component_in_solver_hits": 28, "gold_full_sample_in_cartesian_hits": 2, "gold_full_sample_in_solver_hits": 2, "gold_selected_any_attempt_hits": 1}, "diagnostics": {"gold_samples": 9, "gold_components": 116, "gold_x_top4_recall": 0.3103448275862069, "gold_x_top8_recall": 0.31896551724137934, "gold_y_top4_recall": 0.46551724137931033, "gold_y_top8_recall": 0.46551724137931033, "gold_rot_top2_recall": 0.8793103448275862, "gold_rot_top4_recall": 1.0, "gold_component_in_cartesian_shortlist_rate": 0.2413793103448276, "gold_component_in_solver_candidates_rate": 0.2413793103448276, "gold_full_sample_in_cartesian_shortlist_rate": 0.2222222222222222, "gold_full_sample_in_solver_candidates_rate": 0.2222222222222222, "gold_selected_any_attempt_rate": 0.1111111111111111}, "router_fail_net_class_counts": {"other": 3, "VDD": 1, "ground": 3}, "cp_sat_terminal_status_counts": {"infeasible": 1}, "macro_topology_exact_match_rate": null}, "17-24": {"micro_topology_exact_match_rate": 0.0, "topology_exact_match_rate": 0.0, "placement_overlap_rate": 1.0, "mean_crossings": 0.0, "mean_bends": 0.0, "mean_manhattan_wire_length": 0.0, "mean_canvas_area_used": 0.0, "accepted": 0, "total": 7, "overlap_count": 0, "overlap_pairs_total": 0, "crossings_total": 0, "bends_total": 0, "wire_length_total": 0, "canvas_area_total": 0, "topology_failures": 7, "status_counts": {"router_fail": 6, "cp_sat_fail": 1}, "failure_reason_counts": {"router_fail": 6, "cp_sat_fail": 1}, "score_tuple": [7, 0, 0, 0, 0], "diagnostic_counts": {"gold_samples": 7, "gold_components": 146, "x_top4_hits": 65, "x_top8_hits": 70, "y_top4_hits": 69, "y_top8_hits": 73, "rot_top2_hits": 133, "rot_top4_hits": 146, "gold_component_in_cartesian_hits": 56, "gold_component_in_solver_hits": 56, "gold_full_sample_in_cartesian_hits": 2, "gold_full_sample_in_solver_hits": 2}, "diagnostics": {"gold_samples": 7, "gold_components": 146, "gold_x_top4_recall": 0.4452054794520548, "gold_x_top8_recall": 0.4794520547945205, "gold_y_top4_recall": 0.4726027397260274, "gold_y_top8_recall": 0.5, "gold_rot_top2_recall": 0.910958904109589, "gold_rot_top4_recall": 1.0, "gold_component_in_cartesian_shortlist_rate": 0.3835616438356164, "gold_component_in_solver_candidates_rate": 0.3835616438356164, "gold_full_sample_in_cartesian_shortlist_rate": 0.2857142857142857, "gold_full_sample_in_solver_candidates_rate": 0.2857142857142857, "gold_selected_any_attempt_rate": 0.0}, "router_fail_net_class_counts": {"other": 4, "ground": 2}, "cp_sat_terminal_status_counts": {"infeasible": 1}, "macro_topology_exact_match_rate": null}, "25-32": {"micro_topology_exact_match_rate": 0.16666666666666666, "topology_exact_match_rate": 0.16666666666666666, "placement_overlap_rate": 0.0, "mean_crossings": 0.0, "mean_bends": 5.0, "mean_manhattan_wire_length": 196.0, "mean_canvas_area_used": 64256.0, "accepted": 1, "total": 6, "overlap_count": 0, "overlap_pairs_total": 0, "crossings_total": 0.0, "bends_total": 5.0, "wire_length_total": 196.0, "canvas_area_total": 64256.0, "topology_failures": 5, "status_counts": {"router_fail": 5, "accepted": 1}, "failure_reason_counts": {"router_fail": 5}, "score_tuple": [5, 0, 5.0, 196.0, 64256.0], "diagnostic_counts": {"gold_samples": 6, "gold_components": 170, "x_top4_hits": 30, "x_top8_hits": 34, "y_top4_hits": 31, "y_top8_hits": 34, "rot_top2_hits": 147, "rot_top4_hits": 170, "gold_component_in_cartesian_hits": 25, "gold_component_in_solver_hits": 25, "gold_full_sample_in_cartesian_hits": 1, "gold_full_sample_in_solver_hits": 1}, "diagnostics": {"gold_samples": 6, "gold_components": 170, "gold_x_top4_recall": 0.17647058823529413, "gold_x_top8_recall": 0.2, "gold_y_top4_recall": 0.18235294117647058, "gold_y_top8_recall": 0.2, "gold_rot_top2_recall": 0.8647058823529412, "gold_rot_top4_recall": 1.0, "gold_component_in_cartesian_shortlist_rate": 0.14705882352941177, "gold_component_in_solver_candidates_rate": 0.14705882352941177, "gold_full_sample_in_cartesian_shortlist_rate": 0.16666666666666666, "gold_full_sample_in_solver_candidates_rate": 0.16666666666666666, "gold_selected_any_attempt_rate": 0.0}, "router_fail_net_class_counts": {"other": 3, "ground": 2}, "cp_sat_terminal_status_counts": {}, "macro_topology_exact_match_rate": null}, "33-48": {"micro_topology_exact_match_rate": 0.12121212121212122, "topology_exact_match_rate": 0.12121212121212122, "placement_overlap_rate": 0.0, "mean_crossings": 0.0, "mean_bends": 33.75, "mean_manhattan_wire_length": 1062.5, "mean_canvas_area_used": 65408.0, "accepted": 4, "total": 33, "overlap_count": 0, "overlap_pairs_total": 0, "crossings_total": 0.0, "bends_total": 135.0, "wire_length_total": 4250.0, "canvas_area_total": 261632.0, "topology_failures": 29, "status_counts": {"cp_sat_fail": 12, "router_fail": 17, "accepted": 4}, "failure_reason_counts": {"cp_sat_fail": 12, "router_fail": 17}, "score_tuple": [29, 0, 135.0, 4250.0, 261632.0], "diagnostic_counts": {"gold_samples": 33, "gold_components": 1351, "x_top4_hits": 278, "x_top8_hits": 317, "y_top4_hits": 302, "y_top8_hits": 343, "rot_top2_hits": 1170, "rot_top4_hits": 1351, "gold_component_in_cartesian_hits": 223, "gold_component_in_solver_hits": 223, "gold_full_sample_in_cartesian_hits": 5, "gold_full_sample_in_solver_hits": 5, "gold_selected_any_attempt_hits": 1}, "diagnostics": {"gold_samples": 33, "gold_components": 1351, "gold_x_top4_recall": 0.20577350111028866, "gold_x_top8_recall": 0.23464100666173204, "gold_y_top4_recall": 0.22353811991117692, "gold_y_top8_recall": 0.2538860103626943, "gold_rot_top2_recall": 0.8660251665433013, "gold_rot_top4_recall": 1.0, "gold_component_in_cartesian_shortlist_rate": 0.16506291635825315, "gold_component_in_solver_candidates_rate": 0.16506291635825315, "gold_full_sample_in_cartesian_shortlist_rate": 0.15151515151515152, "gold_full_sample_in_solver_candidates_rate": 0.15151515151515152, "gold_selected_any_attempt_rate": 0.030303030303030304}, "router_fail_net_class_counts": {"VDD": 6, "other": 3, "ground": 7, "VSS": 1}, "cp_sat_terminal_status_counts": {"infeasible": 9, "unknown": 3}, "macro_topology_exact_match_rate": null}, "49-64": {"micro_topology_exact_match_rate": 0.037037037037037035, "topology_exact_match_rate": 0.037037037037037035, "placement_overlap_rate": 0.0, "mean_crossings": 0.0, "mean_bends": 49.0, "mean_manhattan_wire_length": 1014.0, "mean_canvas_area_used": 50175.0, "accepted": 1, "total": 27, "overlap_count": 0, "overlap_pairs_total": 0, "crossings_total": 0.0, "bends_total": 49.0, "wire_length_total": 1014.0, "canvas_area_total": 50175.0, "topology_failures": 26, "status_counts": {"accepted": 1, "cp_sat_fail": 14, "router_fail": 12}, "failure_reason_counts": {"cp_sat_fail": 14, "router_fail": 12}, "score_tuple": [26, 0, 49.0, 1014.0, 50175.0], "diagnostic_counts": {"gold_samples": 27, "gold_components": 1503, "x_top4_hits": 278, "x_top8_hits": 323, "y_top4_hits": 306, "y_top8_hits": 365, "rot_top2_hits": 1346, "rot_top4_hits": 1503, "gold_component_in_cartesian_hits": 208, "gold_component_in_solver_hits": 208, "gold_full_sample_in_cartesian_hits": 2, "gold_full_sample_in_solver_hits": 2}, "diagnostics": {"gold_samples": 27, "gold_components": 1503, "gold_x_top4_recall": 0.18496340652029275, "gold_x_top8_recall": 0.21490352628077178, "gold_y_top4_recall": 0.20359281437125748, "gold_y_top8_recall": 0.2428476380572189, "gold_rot_top2_recall": 0.895542248835662, "gold_rot_top4_recall": 1.0, "gold_component_in_cartesian_shortlist_rate": 0.1383898868928809, "gold_component_in_solver_candidates_rate": 0.1383898868928809, "gold_full_sample_in_cartesian_shortlist_rate": 0.07407407407407407, "gold_full_sample_in_solver_candidates_rate": 0.07407407407407407, "gold_selected_any_attempt_rate": 0.0}, "router_fail_net_class_counts": {"ground": 6, "other": 3, "VDD": 3}, "cp_sat_terminal_status_counts": {"infeasible": 12, "unknown": 2}, "macro_topology_exact_match_rate": null}}, "evaluated_at": "2026-03-10T17:19:17Z", "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 1, "shard_count": 4, "shard_sample_count": 96, "sample_workers": 8, "solver_workers_per_sample": 6, "eval_mode": "normal", "force_dataset_root": null, "solve_stages": [{"top_x": 4, "top_y": 4, "top_rot": 2, "max_solver_candidates": 16, "cp_sat_timeout_seconds": 10.0, "component_candidate_cap": 32}], "routing_options": {"placement_margin": 2, "routing_block_margin": 0, "pin_escape_cells": 2, "trunk_first_min_degree": 3, "trunk_first_priority_only": false}}
|
netlist_to_layout_v1/runs/routerfix-baseline-normal384-rbm0e2t3/posttrain_full_eval_tmp/step-008000/shard_01.progress.json
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"status": "completed",
|
| 3 |
+
"updated_at": "2026-03-10T17:19:17Z",
|
| 4 |
+
"checkpoint_step": 8000,
|
| 5 |
+
"checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt",
|
| 6 |
+
"split": "val",
|
| 7 |
+
"manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json",
|
| 8 |
+
"manifest_size": 384,
|
| 9 |
+
"shard_index": 1,
|
| 10 |
+
"shard_count": 4,
|
| 11 |
+
"shard_sample_count": 96,
|
| 12 |
+
"processed": 96,
|
| 13 |
+
"total": 96,
|
| 14 |
+
"accepted": 12,
|
| 15 |
+
"progress_fraction": 1.0,
|
| 16 |
+
"samples_per_min": 5.055101154492277,
|
| 17 |
+
"eta_min": 0.0,
|
| 18 |
+
"elapsed_sec": 1139.4430742263794,
|
| 19 |
+
"sample_workers": 8,
|
| 20 |
+
"solver_workers_per_sample": 6,
|
| 21 |
+
"last_sample_id": null,
|
| 22 |
+
"last_graph_hash": null,
|
| 23 |
+
"last_status": null,
|
| 24 |
+
"last_dataset_root": null,
|
| 25 |
+
"status_counts": {
|
| 26 |
+
"cp_sat_fail": 28,
|
| 27 |
+
"accepted": 12,
|
| 28 |
+
"router_fail": 56
|
| 29 |
+
},
|
| 30 |
+
"failure_reason_counts": {
|
| 31 |
+
"cp_sat_fail": 28,
|
| 32 |
+
"router_fail": 56
|
| 33 |
+
},
|
| 34 |
+
"processed_by_root": {},
|
| 35 |
+
"accepted_by_root": {}
|
| 36 |
+
}
|
netlist_to_layout_v1/runs/routerfix-baseline-normal384-rbm0e2t3/posttrain_full_eval_tmp/step-008000/shard_02.json
ADDED
|
@@ -0,0 +1,1147 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"micro_topology_exact_match_rate": 0.08333333333333333,
|
| 3 |
+
"topology_exact_match_rate": 0.08333333333333333,
|
| 4 |
+
"placement_overlap_rate": 0.0,
|
| 5 |
+
"mean_crossings": 0.0,
|
| 6 |
+
"mean_bends": 17.125,
|
| 7 |
+
"mean_manhattan_wire_length": 666.625,
|
| 8 |
+
"mean_canvas_area_used": 44209.75,
|
| 9 |
+
"accepted": 8,
|
| 10 |
+
"total": 96,
|
| 11 |
+
"overlap_count": 0,
|
| 12 |
+
"overlap_pairs_total": 0,
|
| 13 |
+
"crossings_total": 0.0,
|
| 14 |
+
"bends_total": 137.0,
|
| 15 |
+
"wire_length_total": 5333.0,
|
| 16 |
+
"canvas_area_total": 353678.0,
|
| 17 |
+
"topology_failures": 88,
|
| 18 |
+
"status_counts": {
|
| 19 |
+
"router_fail": 58,
|
| 20 |
+
"cp_sat_fail": 30,
|
| 21 |
+
"accepted": 8
|
| 22 |
+
},
|
| 23 |
+
"failure_reason_counts": {
|
| 24 |
+
"router_fail": 58,
|
| 25 |
+
"cp_sat_fail": 30
|
| 26 |
+
},
|
| 27 |
+
"score_tuple": [
|
| 28 |
+
88,
|
| 29 |
+
0,
|
| 30 |
+
137.0,
|
| 31 |
+
5333.0,
|
| 32 |
+
353678.0
|
| 33 |
+
],
|
| 34 |
+
"diagnostic_counts": {
|
| 35 |
+
"gold_samples": 96,
|
| 36 |
+
"gold_components": 3258,
|
| 37 |
+
"x_top4_hits": 430,
|
| 38 |
+
"x_top8_hits": 500,
|
| 39 |
+
"y_top4_hits": 416,
|
| 40 |
+
"y_top8_hits": 486,
|
| 41 |
+
"rot_top2_hits": 2856,
|
| 42 |
+
"rot_top4_hits": 3258,
|
| 43 |
+
"gold_component_in_cartesian_hits": 281,
|
| 44 |
+
"gold_component_in_solver_hits": 281,
|
| 45 |
+
"gold_full_sample_in_cartesian_hits": 18,
|
| 46 |
+
"gold_full_sample_in_solver_hits": 18,
|
| 47 |
+
"gold_selected_any_attempt_hits": 10
|
| 48 |
+
},
|
| 49 |
+
"diagnostics": {
|
| 50 |
+
"gold_samples": 96,
|
| 51 |
+
"gold_components": 3258,
|
| 52 |
+
"gold_x_top4_recall": 0.1319828115408226,
|
| 53 |
+
"gold_x_top8_recall": 0.1534683855125844,
|
| 54 |
+
"gold_y_top4_recall": 0.12768569674647023,
|
| 55 |
+
"gold_y_top8_recall": 0.14917127071823205,
|
| 56 |
+
"gold_rot_top2_recall": 0.8766114180478821,
|
| 57 |
+
"gold_rot_top4_recall": 1.0,
|
| 58 |
+
"gold_component_in_cartesian_shortlist_rate": 0.08624923265807244,
|
| 59 |
+
"gold_component_in_solver_candidates_rate": 0.08624923265807244,
|
| 60 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.1875,
|
| 61 |
+
"gold_full_sample_in_solver_candidates_rate": 0.1875,
|
| 62 |
+
"gold_selected_any_attempt_rate": 0.10416666666666667
|
| 63 |
+
},
|
| 64 |
+
"router_fail_net_class_counts": {
|
| 65 |
+
"other": 29,
|
| 66 |
+
"VDD": 14,
|
| 67 |
+
"ground": 15
|
| 68 |
+
},
|
| 69 |
+
"cp_sat_terminal_status_counts": {
|
| 70 |
+
"unknown": 5,
|
| 71 |
+
"infeasible": 25
|
| 72 |
+
},
|
| 73 |
+
"failure_examples": {
|
| 74 |
+
"router_fail": [
|
| 75 |
+
{
|
| 76 |
+
"sample_id": "ltspice-spice-circuits_hf:train-00000-of-00001.parquet:0:24354",
|
| 77 |
+
"graph_hash": "9ce27c1494ada4ec20333f812cc6b3a0c41f6195",
|
| 78 |
+
"dataset_root": "ltspice-spice-circuits_hf",
|
| 79 |
+
"attempts": [
|
| 80 |
+
{
|
| 81 |
+
"stage": 1,
|
| 82 |
+
"stage_config": {
|
| 83 |
+
"top_x": 4,
|
| 84 |
+
"top_y": 4,
|
| 85 |
+
"top_rot": 2,
|
| 86 |
+
"max_solver_candidates": 16,
|
| 87 |
+
"cp_sat_timeout_seconds": 10.0,
|
| 88 |
+
"component_candidate_cap": 32
|
| 89 |
+
},
|
| 90 |
+
"attempt": 1,
|
| 91 |
+
"global_attempt": 1,
|
| 92 |
+
"solver_status": "ok",
|
| 93 |
+
"candidate_count_min": 32,
|
| 94 |
+
"candidate_count_max": 32,
|
| 95 |
+
"candidate_count_total": 256,
|
| 96 |
+
"cartesian_candidate_count_total": 256,
|
| 97 |
+
"forbidden_choice_tuples": 0,
|
| 98 |
+
"component_candidate_cap": 32,
|
| 99 |
+
"cp_sat_status": "optimal",
|
| 100 |
+
"cp_sat_timeout_seconds": 10.0,
|
| 101 |
+
"placement_margin": 2,
|
| 102 |
+
"gold_injected_component_count": 0,
|
| 103 |
+
"objective_value": 10977.0,
|
| 104 |
+
"route_status": "router_fail",
|
| 105 |
+
"route_debug": {
|
| 106 |
+
"failed_net_nid": "N00001",
|
| 107 |
+
"failed_net_name": "N001",
|
| 108 |
+
"failed_net_degree": 4,
|
| 109 |
+
"pin_count": 4,
|
| 110 |
+
"tree_cell_count": 1,
|
| 111 |
+
"remaining_pin_count": 3,
|
| 112 |
+
"routing_block_margin": 0,
|
| 113 |
+
"pin_escape_cells": 2,
|
| 114 |
+
"trunk_first_used": true,
|
| 115 |
+
"trunk_first_min_degree": 3
|
| 116 |
+
}
|
| 117 |
+
},
|
| 118 |
+
{
|
| 119 |
+
"stage": 1,
|
| 120 |
+
"stage_config": {
|
| 121 |
+
"top_x": 4,
|
| 122 |
+
"top_y": 4,
|
| 123 |
+
"top_rot": 2,
|
| 124 |
+
"max_solver_candidates": 16,
|
| 125 |
+
"cp_sat_timeout_seconds": 10.0,
|
| 126 |
+
"component_candidate_cap": 32
|
| 127 |
+
},
|
| 128 |
+
"attempt": 2,
|
| 129 |
+
"global_attempt": 2,
|
| 130 |
+
"solver_status": "ok",
|
| 131 |
+
"candidate_count_min": 32,
|
| 132 |
+
"candidate_count_max": 32,
|
| 133 |
+
"candidate_count_total": 256,
|
| 134 |
+
"cartesian_candidate_count_total": 256,
|
| 135 |
+
"forbidden_choice_tuples": 1,
|
| 136 |
+
"component_candidate_cap": 32,
|
| 137 |
+
"cp_sat_status": "optimal",
|
| 138 |
+
"cp_sat_timeout_seconds": 10.0,
|
| 139 |
+
"placement_margin": 2,
|
| 140 |
+
"gold_injected_component_count": 0,
|
| 141 |
+
"objective_value": 10977.0,
|
| 142 |
+
"route_status": "router_fail",
|
| 143 |
+
"route_debug": {
|
| 144 |
+
"failed_net_nid": "N00001",
|
| 145 |
+
"failed_net_name": "N001",
|
| 146 |
+
"failed_net_degree": 4,
|
| 147 |
+
"pin_count": 4,
|
| 148 |
+
"tree_cell_count": 1,
|
| 149 |
+
"remaining_pin_count": 3,
|
| 150 |
+
"routing_block_margin": 0,
|
| 151 |
+
"pin_escape_cells": 2,
|
| 152 |
+
"trunk_first_used": true,
|
| 153 |
+
"trunk_first_min_degree": 3
|
| 154 |
+
}
|
| 155 |
+
}
|
| 156 |
+
]
|
| 157 |
+
},
|
| 158 |
+
{
|
| 159 |
+
"sample_id": "open-schematics_hf:train-00026-of-00078.parquet:1:0",
|
| 160 |
+
"graph_hash": "10a633081fd85683feaf3bbf9a0bde6d1b372e36",
|
| 161 |
+
"dataset_root": "open-schematics_hf",
|
| 162 |
+
"attempts": [
|
| 163 |
+
{
|
| 164 |
+
"stage": 1,
|
| 165 |
+
"stage_config": {
|
| 166 |
+
"top_x": 4,
|
| 167 |
+
"top_y": 4,
|
| 168 |
+
"top_rot": 2,
|
| 169 |
+
"max_solver_candidates": 16,
|
| 170 |
+
"cp_sat_timeout_seconds": 10.0,
|
| 171 |
+
"component_candidate_cap": 32
|
| 172 |
+
},
|
| 173 |
+
"attempt": 1,
|
| 174 |
+
"global_attempt": 1,
|
| 175 |
+
"solver_status": "ok",
|
| 176 |
+
"candidate_count_min": 32,
|
| 177 |
+
"candidate_count_max": 32,
|
| 178 |
+
"candidate_count_total": 1536,
|
| 179 |
+
"cartesian_candidate_count_total": 1536,
|
| 180 |
+
"forbidden_choice_tuples": 0,
|
| 181 |
+
"component_candidate_cap": 32,
|
| 182 |
+
"cp_sat_status": "feasible",
|
| 183 |
+
"cp_sat_timeout_seconds": 10.0,
|
| 184 |
+
"placement_margin": 2,
|
| 185 |
+
"gold_injected_component_count": 0,
|
| 186 |
+
"objective_value": 201064.0,
|
| 187 |
+
"route_status": "router_fail",
|
| 188 |
+
"route_debug": {
|
| 189 |
+
"failed_net_nid": "N00010",
|
| 190 |
+
"failed_net_name": "VDD",
|
| 191 |
+
"failed_net_degree": 4,
|
| 192 |
+
"pin_count": 4,
|
| 193 |
+
"tree_cell_count": 363,
|
| 194 |
+
"remaining_pin_count": 1,
|
| 195 |
+
"routing_block_margin": 0,
|
| 196 |
+
"pin_escape_cells": 2,
|
| 197 |
+
"trunk_first_used": true,
|
| 198 |
+
"trunk_first_min_degree": 3
|
| 199 |
+
}
|
| 200 |
+
},
|
| 201 |
+
{
|
| 202 |
+
"stage": 1,
|
| 203 |
+
"stage_config": {
|
| 204 |
+
"top_x": 4,
|
| 205 |
+
"top_y": 4,
|
| 206 |
+
"top_rot": 2,
|
| 207 |
+
"max_solver_candidates": 16,
|
| 208 |
+
"cp_sat_timeout_seconds": 10.0,
|
| 209 |
+
"component_candidate_cap": 32
|
| 210 |
+
},
|
| 211 |
+
"attempt": 2,
|
| 212 |
+
"global_attempt": 2,
|
| 213 |
+
"solver_status": "ok",
|
| 214 |
+
"candidate_count_min": 32,
|
| 215 |
+
"candidate_count_max": 32,
|
| 216 |
+
"candidate_count_total": 1536,
|
| 217 |
+
"cartesian_candidate_count_total": 1536,
|
| 218 |
+
"forbidden_choice_tuples": 1,
|
| 219 |
+
"component_candidate_cap": 32,
|
| 220 |
+
"cp_sat_status": "feasible",
|
| 221 |
+
"cp_sat_timeout_seconds": 10.0,
|
| 222 |
+
"placement_margin": 2,
|
| 223 |
+
"gold_injected_component_count": 0,
|
| 224 |
+
"objective_value": 202495.0,
|
| 225 |
+
"route_status": "router_fail",
|
| 226 |
+
"route_debug": {
|
| 227 |
+
"failed_net_nid": "N00010",
|
| 228 |
+
"failed_net_name": "VDD",
|
| 229 |
+
"failed_net_degree": 4,
|
| 230 |
+
"pin_count": 4,
|
| 231 |
+
"tree_cell_count": 363,
|
| 232 |
+
"remaining_pin_count": 1,
|
| 233 |
+
"routing_block_margin": 0,
|
| 234 |
+
"pin_escape_cells": 2,
|
| 235 |
+
"trunk_first_used": true,
|
| 236 |
+
"trunk_first_min_degree": 3
|
| 237 |
+
}
|
| 238 |
+
}
|
| 239 |
+
]
|
| 240 |
+
},
|
| 241 |
+
{
|
| 242 |
+
"sample_id": "open-schematics_hf:train-00028-of-00078.parquet:1:134",
|
| 243 |
+
"graph_hash": "b04a653b9faf2b4e106f8e324c1277322b1d82e2",
|
| 244 |
+
"dataset_root": "open-schematics_hf",
|
| 245 |
+
"attempts": [
|
| 246 |
+
{
|
| 247 |
+
"stage": 1,
|
| 248 |
+
"stage_config": {
|
| 249 |
+
"top_x": 4,
|
| 250 |
+
"top_y": 4,
|
| 251 |
+
"top_rot": 2,
|
| 252 |
+
"max_solver_candidates": 16,
|
| 253 |
+
"cp_sat_timeout_seconds": 10.0,
|
| 254 |
+
"component_candidate_cap": 32
|
| 255 |
+
},
|
| 256 |
+
"attempt": 1,
|
| 257 |
+
"global_attempt": 1,
|
| 258 |
+
"solver_status": "ok",
|
| 259 |
+
"candidate_count_min": 32,
|
| 260 |
+
"candidate_count_max": 32,
|
| 261 |
+
"candidate_count_total": 1312,
|
| 262 |
+
"cartesian_candidate_count_total": 1312,
|
| 263 |
+
"forbidden_choice_tuples": 0,
|
| 264 |
+
"component_candidate_cap": 32,
|
| 265 |
+
"cp_sat_status": "feasible",
|
| 266 |
+
"cp_sat_timeout_seconds": 10.0,
|
| 267 |
+
"placement_margin": 2,
|
| 268 |
+
"gold_injected_component_count": 0,
|
| 269 |
+
"objective_value": 172434.0,
|
| 270 |
+
"route_status": "router_fail",
|
| 271 |
+
"route_debug": {
|
| 272 |
+
"failed_net_nid": "N00004",
|
| 273 |
+
"failed_net_name": "net_4",
|
| 274 |
+
"failed_net_degree": 4,
|
| 275 |
+
"pin_count": 4,
|
| 276 |
+
"tree_cell_count": 302,
|
| 277 |
+
"remaining_pin_count": 1,
|
| 278 |
+
"routing_block_margin": 0,
|
| 279 |
+
"pin_escape_cells": 2,
|
| 280 |
+
"trunk_first_used": true,
|
| 281 |
+
"trunk_first_min_degree": 3
|
| 282 |
+
}
|
| 283 |
+
},
|
| 284 |
+
{
|
| 285 |
+
"stage": 1,
|
| 286 |
+
"stage_config": {
|
| 287 |
+
"top_x": 4,
|
| 288 |
+
"top_y": 4,
|
| 289 |
+
"top_rot": 2,
|
| 290 |
+
"max_solver_candidates": 16,
|
| 291 |
+
"cp_sat_timeout_seconds": 10.0,
|
| 292 |
+
"component_candidate_cap": 32
|
| 293 |
+
},
|
| 294 |
+
"attempt": 2,
|
| 295 |
+
"global_attempt": 2,
|
| 296 |
+
"solver_status": "ok",
|
| 297 |
+
"candidate_count_min": 32,
|
| 298 |
+
"candidate_count_max": 32,
|
| 299 |
+
"candidate_count_total": 1312,
|
| 300 |
+
"cartesian_candidate_count_total": 1312,
|
| 301 |
+
"forbidden_choice_tuples": 1,
|
| 302 |
+
"component_candidate_cap": 32,
|
| 303 |
+
"cp_sat_status": "feasible",
|
| 304 |
+
"cp_sat_timeout_seconds": 10.0,
|
| 305 |
+
"placement_margin": 2,
|
| 306 |
+
"gold_injected_component_count": 0,
|
| 307 |
+
"objective_value": 172455.0,
|
| 308 |
+
"route_status": "router_fail",
|
| 309 |
+
"route_debug": {
|
| 310 |
+
"failed_net_nid": "N00004",
|
| 311 |
+
"failed_net_name": "net_4",
|
| 312 |
+
"failed_net_degree": 4,
|
| 313 |
+
"pin_count": 4,
|
| 314 |
+
"tree_cell_count": 130,
|
| 315 |
+
"remaining_pin_count": 2,
|
| 316 |
+
"routing_block_margin": 0,
|
| 317 |
+
"pin_escape_cells": 2,
|
| 318 |
+
"trunk_first_used": true,
|
| 319 |
+
"trunk_first_min_degree": 3
|
| 320 |
+
}
|
| 321 |
+
}
|
| 322 |
+
]
|
| 323 |
+
}
|
| 324 |
+
],
|
| 325 |
+
"cp_sat_fail": [
|
| 326 |
+
{
|
| 327 |
+
"sample_id": "open-schematics_hf:train-00013-of-00078.parquet:0:175",
|
| 328 |
+
"graph_hash": "671e57c3e270849729f156b27e2eacfe630289cc",
|
| 329 |
+
"dataset_root": "open-schematics_hf",
|
| 330 |
+
"attempts": [
|
| 331 |
+
{
|
| 332 |
+
"stage": 1,
|
| 333 |
+
"stage_config": {
|
| 334 |
+
"top_x": 4,
|
| 335 |
+
"top_y": 4,
|
| 336 |
+
"top_rot": 2,
|
| 337 |
+
"max_solver_candidates": 16,
|
| 338 |
+
"cp_sat_timeout_seconds": 10.0,
|
| 339 |
+
"component_candidate_cap": 32
|
| 340 |
+
},
|
| 341 |
+
"attempt": 1,
|
| 342 |
+
"global_attempt": 1,
|
| 343 |
+
"solver_status": "cp_sat_fail",
|
| 344 |
+
"candidate_count_min": 32,
|
| 345 |
+
"candidate_count_max": 32,
|
| 346 |
+
"candidate_count_total": 1856,
|
| 347 |
+
"cartesian_candidate_count_total": 1856,
|
| 348 |
+
"forbidden_choice_tuples": 0,
|
| 349 |
+
"component_candidate_cap": 32,
|
| 350 |
+
"cp_sat_status": "unknown",
|
| 351 |
+
"cp_sat_timeout_seconds": 10.0,
|
| 352 |
+
"placement_margin": 2,
|
| 353 |
+
"gold_injected_component_count": 0
|
| 354 |
+
}
|
| 355 |
+
]
|
| 356 |
+
},
|
| 357 |
+
{
|
| 358 |
+
"sample_id": "open-schematics_hf:train-00028-of-00078.parquet:0:193",
|
| 359 |
+
"graph_hash": "8d2423b96fc0597259d2cb4decdf9bc778b640db",
|
| 360 |
+
"dataset_root": "open-schematics_hf",
|
| 361 |
+
"attempts": [
|
| 362 |
+
{
|
| 363 |
+
"stage": 1,
|
| 364 |
+
"stage_config": {
|
| 365 |
+
"top_x": 4,
|
| 366 |
+
"top_y": 4,
|
| 367 |
+
"top_rot": 2,
|
| 368 |
+
"max_solver_candidates": 16,
|
| 369 |
+
"cp_sat_timeout_seconds": 10.0,
|
| 370 |
+
"component_candidate_cap": 32
|
| 371 |
+
},
|
| 372 |
+
"attempt": 1,
|
| 373 |
+
"global_attempt": 1,
|
| 374 |
+
"solver_status": "cp_sat_fail",
|
| 375 |
+
"candidate_count_min": 32,
|
| 376 |
+
"candidate_count_max": 32,
|
| 377 |
+
"candidate_count_total": 1344,
|
| 378 |
+
"cartesian_candidate_count_total": 1344,
|
| 379 |
+
"forbidden_choice_tuples": 0,
|
| 380 |
+
"component_candidate_cap": 32,
|
| 381 |
+
"cp_sat_status": "unknown",
|
| 382 |
+
"cp_sat_timeout_seconds": 10.0,
|
| 383 |
+
"placement_margin": 2,
|
| 384 |
+
"gold_injected_component_count": 0
|
| 385 |
+
}
|
| 386 |
+
]
|
| 387 |
+
},
|
| 388 |
+
{
|
| 389 |
+
"sample_id": "open-schematics_hf:train-00003-of-00078.parquet:0:394",
|
| 390 |
+
"graph_hash": "73c92aa7d89a509eedef7d451ee0a90341060cc8",
|
| 391 |
+
"dataset_root": "open-schematics_hf",
|
| 392 |
+
"attempts": [
|
| 393 |
+
{
|
| 394 |
+
"stage": 1,
|
| 395 |
+
"stage_config": {
|
| 396 |
+
"top_x": 4,
|
| 397 |
+
"top_y": 4,
|
| 398 |
+
"top_rot": 2,
|
| 399 |
+
"max_solver_candidates": 16,
|
| 400 |
+
"cp_sat_timeout_seconds": 10.0,
|
| 401 |
+
"component_candidate_cap": 32
|
| 402 |
+
},
|
| 403 |
+
"attempt": 1,
|
| 404 |
+
"global_attempt": 1,
|
| 405 |
+
"solver_status": "cp_sat_fail",
|
| 406 |
+
"candidate_count_min": 32,
|
| 407 |
+
"candidate_count_max": 32,
|
| 408 |
+
"candidate_count_total": 1984,
|
| 409 |
+
"cartesian_candidate_count_total": 1984,
|
| 410 |
+
"forbidden_choice_tuples": 0,
|
| 411 |
+
"component_candidate_cap": 32,
|
| 412 |
+
"cp_sat_status": "infeasible",
|
| 413 |
+
"cp_sat_timeout_seconds": 10.0,
|
| 414 |
+
"placement_margin": 2,
|
| 415 |
+
"gold_injected_component_count": 0
|
| 416 |
+
}
|
| 417 |
+
]
|
| 418 |
+
}
|
| 419 |
+
]
|
| 420 |
+
},
|
| 421 |
+
"per_root": {
|
| 422 |
+
"ams-net.github.io": {
|
| 423 |
+
"micro_topology_exact_match_rate": 0.5,
|
| 424 |
+
"topology_exact_match_rate": 0.5,
|
| 425 |
+
"placement_overlap_rate": 0.0,
|
| 426 |
+
"mean_crossings": 0.0,
|
| 427 |
+
"mean_bends": 41.5,
|
| 428 |
+
"mean_manhattan_wire_length": 1431.0,
|
| 429 |
+
"mean_canvas_area_used": 42288.0,
|
| 430 |
+
"accepted": 2,
|
| 431 |
+
"total": 4,
|
| 432 |
+
"overlap_count": 0,
|
| 433 |
+
"overlap_pairs_total": 0,
|
| 434 |
+
"crossings_total": 0.0,
|
| 435 |
+
"bends_total": 83.0,
|
| 436 |
+
"wire_length_total": 2862.0,
|
| 437 |
+
"canvas_area_total": 84576.0,
|
| 438 |
+
"topology_failures": 2,
|
| 439 |
+
"status_counts": {
|
| 440 |
+
"accepted": 2,
|
| 441 |
+
"router_fail": 2
|
| 442 |
+
},
|
| 443 |
+
"failure_reason_counts": {
|
| 444 |
+
"router_fail": 2
|
| 445 |
+
},
|
| 446 |
+
"score_tuple": [
|
| 447 |
+
2,
|
| 448 |
+
0,
|
| 449 |
+
83.0,
|
| 450 |
+
2862.0,
|
| 451 |
+
84576.0
|
| 452 |
+
],
|
| 453 |
+
"diagnostic_counts": {
|
| 454 |
+
"gold_samples": 4,
|
| 455 |
+
"gold_components": 29,
|
| 456 |
+
"x_top4_hits": 2,
|
| 457 |
+
"x_top8_hits": 4,
|
| 458 |
+
"y_top4_hits": 0,
|
| 459 |
+
"y_top8_hits": 1,
|
| 460 |
+
"rot_top2_hits": 28,
|
| 461 |
+
"rot_top4_hits": 29,
|
| 462 |
+
"gold_component_in_cartesian_hits": 0,
|
| 463 |
+
"gold_component_in_solver_hits": 0
|
| 464 |
+
},
|
| 465 |
+
"diagnostics": {
|
| 466 |
+
"gold_samples": 4,
|
| 467 |
+
"gold_components": 29,
|
| 468 |
+
"gold_x_top4_recall": 0.06896551724137931,
|
| 469 |
+
"gold_x_top8_recall": 0.13793103448275862,
|
| 470 |
+
"gold_y_top4_recall": 0.0,
|
| 471 |
+
"gold_y_top8_recall": 0.034482758620689655,
|
| 472 |
+
"gold_rot_top2_recall": 0.9655172413793104,
|
| 473 |
+
"gold_rot_top4_recall": 1.0,
|
| 474 |
+
"gold_component_in_cartesian_shortlist_rate": 0.0,
|
| 475 |
+
"gold_component_in_solver_candidates_rate": 0.0,
|
| 476 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.0,
|
| 477 |
+
"gold_full_sample_in_solver_candidates_rate": 0.0,
|
| 478 |
+
"gold_selected_any_attempt_rate": 0.0
|
| 479 |
+
},
|
| 480 |
+
"router_fail_net_class_counts": {
|
| 481 |
+
"other": 2
|
| 482 |
+
},
|
| 483 |
+
"cp_sat_terminal_status_counts": {},
|
| 484 |
+
"macro_topology_exact_match_rate": null
|
| 485 |
+
},
|
| 486 |
+
"ltspice-spice-circuits_hf": {
|
| 487 |
+
"micro_topology_exact_match_rate": 0.043478260869565216,
|
| 488 |
+
"topology_exact_match_rate": 0.043478260869565216,
|
| 489 |
+
"placement_overlap_rate": 0.0,
|
| 490 |
+
"mean_crossings": 0.0,
|
| 491 |
+
"mean_bends": 6.0,
|
| 492 |
+
"mean_manhattan_wire_length": 507.0,
|
| 493 |
+
"mean_canvas_area_used": 68864.0,
|
| 494 |
+
"accepted": 1,
|
| 495 |
+
"total": 23,
|
| 496 |
+
"overlap_count": 0,
|
| 497 |
+
"overlap_pairs_total": 0,
|
| 498 |
+
"crossings_total": 0.0,
|
| 499 |
+
"bends_total": 6.0,
|
| 500 |
+
"wire_length_total": 507.0,
|
| 501 |
+
"canvas_area_total": 68864.0,
|
| 502 |
+
"topology_failures": 22,
|
| 503 |
+
"status_counts": {
|
| 504 |
+
"router_fail": 18,
|
| 505 |
+
"cp_sat_fail": 4,
|
| 506 |
+
"accepted": 1
|
| 507 |
+
},
|
| 508 |
+
"failure_reason_counts": {
|
| 509 |
+
"router_fail": 18,
|
| 510 |
+
"cp_sat_fail": 4
|
| 511 |
+
},
|
| 512 |
+
"score_tuple": [
|
| 513 |
+
22,
|
| 514 |
+
0,
|
| 515 |
+
6.0,
|
| 516 |
+
507.0,
|
| 517 |
+
68864.0
|
| 518 |
+
],
|
| 519 |
+
"diagnostic_counts": {
|
| 520 |
+
"gold_samples": 23,
|
| 521 |
+
"gold_components": 318,
|
| 522 |
+
"x_top4_hits": 313,
|
| 523 |
+
"x_top8_hits": 313,
|
| 524 |
+
"y_top4_hits": 270,
|
| 525 |
+
"y_top8_hits": 281,
|
| 526 |
+
"rot_top2_hits": 317,
|
| 527 |
+
"rot_top4_hits": 318,
|
| 528 |
+
"gold_component_in_cartesian_hits": 267,
|
| 529 |
+
"gold_component_in_solver_hits": 267,
|
| 530 |
+
"gold_full_sample_in_cartesian_hits": 18,
|
| 531 |
+
"gold_full_sample_in_solver_hits": 18,
|
| 532 |
+
"gold_selected_any_attempt_hits": 10
|
| 533 |
+
},
|
| 534 |
+
"diagnostics": {
|
| 535 |
+
"gold_samples": 23,
|
| 536 |
+
"gold_components": 318,
|
| 537 |
+
"gold_x_top4_recall": 0.9842767295597484,
|
| 538 |
+
"gold_x_top8_recall": 0.9842767295597484,
|
| 539 |
+
"gold_y_top4_recall": 0.8490566037735849,
|
| 540 |
+
"gold_y_top8_recall": 0.8836477987421384,
|
| 541 |
+
"gold_rot_top2_recall": 0.9968553459119497,
|
| 542 |
+
"gold_rot_top4_recall": 1.0,
|
| 543 |
+
"gold_component_in_cartesian_shortlist_rate": 0.839622641509434,
|
| 544 |
+
"gold_component_in_solver_candidates_rate": 0.839622641509434,
|
| 545 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.782608695652174,
|
| 546 |
+
"gold_full_sample_in_solver_candidates_rate": 0.782608695652174,
|
| 547 |
+
"gold_selected_any_attempt_rate": 0.43478260869565216
|
| 548 |
+
},
|
| 549 |
+
"router_fail_net_class_counts": {
|
| 550 |
+
"other": 16,
|
| 551 |
+
"VDD": 1,
|
| 552 |
+
"ground": 1
|
| 553 |
+
},
|
| 554 |
+
"cp_sat_terminal_status_counts": {
|
| 555 |
+
"unknown": 2,
|
| 556 |
+
"infeasible": 2
|
| 557 |
+
},
|
| 558 |
+
"macro_topology_exact_match_rate": null
|
| 559 |
+
},
|
| 560 |
+
"open-schematics_hf": {
|
| 561 |
+
"micro_topology_exact_match_rate": 0.07246376811594203,
|
| 562 |
+
"topology_exact_match_rate": 0.07246376811594203,
|
| 563 |
+
"placement_overlap_rate": 0.0,
|
| 564 |
+
"mean_crossings": 0.0,
|
| 565 |
+
"mean_bends": 9.6,
|
| 566 |
+
"mean_manhattan_wire_length": 392.8,
|
| 567 |
+
"mean_canvas_area_used": 40047.6,
|
| 568 |
+
"accepted": 5,
|
| 569 |
+
"total": 69,
|
| 570 |
+
"overlap_count": 0,
|
| 571 |
+
"overlap_pairs_total": 0,
|
| 572 |
+
"crossings_total": 0.0,
|
| 573 |
+
"bends_total": 48.0,
|
| 574 |
+
"wire_length_total": 1964.0,
|
| 575 |
+
"canvas_area_total": 200238.0,
|
| 576 |
+
"topology_failures": 64,
|
| 577 |
+
"status_counts": {
|
| 578 |
+
"cp_sat_fail": 26,
|
| 579 |
+
"router_fail": 38,
|
| 580 |
+
"accepted": 5
|
| 581 |
+
},
|
| 582 |
+
"failure_reason_counts": {
|
| 583 |
+
"cp_sat_fail": 26,
|
| 584 |
+
"router_fail": 38
|
| 585 |
+
},
|
| 586 |
+
"score_tuple": [
|
| 587 |
+
64,
|
| 588 |
+
0,
|
| 589 |
+
48.0,
|
| 590 |
+
1964.0,
|
| 591 |
+
200238.0
|
| 592 |
+
],
|
| 593 |
+
"diagnostic_counts": {
|
| 594 |
+
"gold_samples": 69,
|
| 595 |
+
"gold_components": 2911,
|
| 596 |
+
"x_top4_hits": 115,
|
| 597 |
+
"x_top8_hits": 183,
|
| 598 |
+
"y_top4_hits": 146,
|
| 599 |
+
"y_top8_hits": 204,
|
| 600 |
+
"rot_top2_hits": 2511,
|
| 601 |
+
"rot_top4_hits": 2911,
|
| 602 |
+
"gold_component_in_cartesian_hits": 14,
|
| 603 |
+
"gold_component_in_solver_hits": 14
|
| 604 |
+
},
|
| 605 |
+
"diagnostics": {
|
| 606 |
+
"gold_samples": 69,
|
| 607 |
+
"gold_components": 2911,
|
| 608 |
+
"gold_x_top4_recall": 0.039505324630711096,
|
| 609 |
+
"gold_x_top8_recall": 0.06286499484713157,
|
| 610 |
+
"gold_y_top4_recall": 0.05015458605290278,
|
| 611 |
+
"gold_y_top8_recall": 0.07007901064926142,
|
| 612 |
+
"gold_rot_top2_recall": 0.8625901751975267,
|
| 613 |
+
"gold_rot_top4_recall": 1.0,
|
| 614 |
+
"gold_component_in_cartesian_shortlist_rate": 0.0048093438680865686,
|
| 615 |
+
"gold_component_in_solver_candidates_rate": 0.0048093438680865686,
|
| 616 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.0,
|
| 617 |
+
"gold_full_sample_in_solver_candidates_rate": 0.0,
|
| 618 |
+
"gold_selected_any_attempt_rate": 0.0
|
| 619 |
+
},
|
| 620 |
+
"router_fail_net_class_counts": {
|
| 621 |
+
"VDD": 13,
|
| 622 |
+
"other": 11,
|
| 623 |
+
"ground": 14
|
| 624 |
+
},
|
| 625 |
+
"cp_sat_terminal_status_counts": {
|
| 626 |
+
"unknown": 3,
|
| 627 |
+
"infeasible": 23
|
| 628 |
+
},
|
| 629 |
+
"macro_topology_exact_match_rate": null
|
| 630 |
+
}
|
| 631 |
+
},
|
| 632 |
+
"macro_topology_exact_match_rate": 0.20531400966183574,
|
| 633 |
+
"per_size_bin": {
|
| 634 |
+
"01-04": {
|
| 635 |
+
"micro_topology_exact_match_rate": 0.3333333333333333,
|
| 636 |
+
"topology_exact_match_rate": 0.3333333333333333,
|
| 637 |
+
"placement_overlap_rate": 0.0,
|
| 638 |
+
"mean_crossings": 0.0,
|
| 639 |
+
"mean_bends": 11.0,
|
| 640 |
+
"mean_manhattan_wire_length": 558.5,
|
| 641 |
+
"mean_canvas_area_used": 42129.0,
|
| 642 |
+
"accepted": 2,
|
| 643 |
+
"total": 6,
|
| 644 |
+
"overlap_count": 0,
|
| 645 |
+
"overlap_pairs_total": 0,
|
| 646 |
+
"crossings_total": 0.0,
|
| 647 |
+
"bends_total": 22.0,
|
| 648 |
+
"wire_length_total": 1117.0,
|
| 649 |
+
"canvas_area_total": 84258.0,
|
| 650 |
+
"topology_failures": 4,
|
| 651 |
+
"status_counts": {
|
| 652 |
+
"router_fail": 4,
|
| 653 |
+
"accepted": 2
|
| 654 |
+
},
|
| 655 |
+
"failure_reason_counts": {
|
| 656 |
+
"router_fail": 4
|
| 657 |
+
},
|
| 658 |
+
"score_tuple": [
|
| 659 |
+
4,
|
| 660 |
+
0,
|
| 661 |
+
22.0,
|
| 662 |
+
1117.0,
|
| 663 |
+
84258.0
|
| 664 |
+
],
|
| 665 |
+
"diagnostic_counts": {
|
| 666 |
+
"gold_samples": 6,
|
| 667 |
+
"gold_components": 21,
|
| 668 |
+
"x_top4_hits": 12,
|
| 669 |
+
"x_top8_hits": 14,
|
| 670 |
+
"y_top4_hits": 15,
|
| 671 |
+
"y_top8_hits": 16,
|
| 672 |
+
"rot_top2_hits": 20,
|
| 673 |
+
"rot_top4_hits": 21,
|
| 674 |
+
"gold_component_in_cartesian_hits": 10,
|
| 675 |
+
"gold_component_in_solver_hits": 10,
|
| 676 |
+
"gold_full_sample_in_cartesian_hits": 2,
|
| 677 |
+
"gold_full_sample_in_solver_hits": 2,
|
| 678 |
+
"gold_selected_any_attempt_hits": 2
|
| 679 |
+
},
|
| 680 |
+
"diagnostics": {
|
| 681 |
+
"gold_samples": 6,
|
| 682 |
+
"gold_components": 21,
|
| 683 |
+
"gold_x_top4_recall": 0.5714285714285714,
|
| 684 |
+
"gold_x_top8_recall": 0.6666666666666666,
|
| 685 |
+
"gold_y_top4_recall": 0.7142857142857143,
|
| 686 |
+
"gold_y_top8_recall": 0.7619047619047619,
|
| 687 |
+
"gold_rot_top2_recall": 0.9523809523809523,
|
| 688 |
+
"gold_rot_top4_recall": 1.0,
|
| 689 |
+
"gold_component_in_cartesian_shortlist_rate": 0.47619047619047616,
|
| 690 |
+
"gold_component_in_solver_candidates_rate": 0.47619047619047616,
|
| 691 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.3333333333333333,
|
| 692 |
+
"gold_full_sample_in_solver_candidates_rate": 0.3333333333333333,
|
| 693 |
+
"gold_selected_any_attempt_rate": 0.3333333333333333
|
| 694 |
+
},
|
| 695 |
+
"router_fail_net_class_counts": {
|
| 696 |
+
"other": 3,
|
| 697 |
+
"ground": 1
|
| 698 |
+
},
|
| 699 |
+
"cp_sat_terminal_status_counts": {},
|
| 700 |
+
"macro_topology_exact_match_rate": null
|
| 701 |
+
},
|
| 702 |
+
"05-08": {
|
| 703 |
+
"micro_topology_exact_match_rate": 0.3076923076923077,
|
| 704 |
+
"topology_exact_match_rate": 0.3076923076923077,
|
| 705 |
+
"placement_overlap_rate": 0.0,
|
| 706 |
+
"mean_crossings": 0.0,
|
| 707 |
+
"mean_bends": 23.0,
|
| 708 |
+
"mean_manhattan_wire_length": 855.0,
|
| 709 |
+
"mean_canvas_area_used": 33691.0,
|
| 710 |
+
"accepted": 4,
|
| 711 |
+
"total": 13,
|
| 712 |
+
"overlap_count": 0,
|
| 713 |
+
"overlap_pairs_total": 0,
|
| 714 |
+
"crossings_total": 0.0,
|
| 715 |
+
"bends_total": 92.0,
|
| 716 |
+
"wire_length_total": 3420.0,
|
| 717 |
+
"canvas_area_total": 134764.0,
|
| 718 |
+
"topology_failures": 9,
|
| 719 |
+
"status_counts": {
|
| 720 |
+
"router_fail": 9,
|
| 721 |
+
"accepted": 4
|
| 722 |
+
},
|
| 723 |
+
"failure_reason_counts": {
|
| 724 |
+
"router_fail": 9
|
| 725 |
+
},
|
| 726 |
+
"score_tuple": [
|
| 727 |
+
9,
|
| 728 |
+
0,
|
| 729 |
+
92.0,
|
| 730 |
+
3420.0,
|
| 731 |
+
134764.0
|
| 732 |
+
],
|
| 733 |
+
"diagnostic_counts": {
|
| 734 |
+
"gold_samples": 13,
|
| 735 |
+
"gold_components": 84,
|
| 736 |
+
"x_top4_hits": 63,
|
| 737 |
+
"x_top8_hits": 64,
|
| 738 |
+
"y_top4_hits": 69,
|
| 739 |
+
"y_top8_hits": 70,
|
| 740 |
+
"rot_top2_hits": 82,
|
| 741 |
+
"rot_top4_hits": 84,
|
| 742 |
+
"gold_component_in_cartesian_hits": 62,
|
| 743 |
+
"gold_component_in_solver_hits": 62,
|
| 744 |
+
"gold_full_sample_in_cartesian_hits": 9,
|
| 745 |
+
"gold_full_sample_in_solver_hits": 9,
|
| 746 |
+
"gold_selected_any_attempt_hits": 7
|
| 747 |
+
},
|
| 748 |
+
"diagnostics": {
|
| 749 |
+
"gold_samples": 13,
|
| 750 |
+
"gold_components": 84,
|
| 751 |
+
"gold_x_top4_recall": 0.75,
|
| 752 |
+
"gold_x_top8_recall": 0.7619047619047619,
|
| 753 |
+
"gold_y_top4_recall": 0.8214285714285714,
|
| 754 |
+
"gold_y_top8_recall": 0.8333333333333334,
|
| 755 |
+
"gold_rot_top2_recall": 0.9761904761904762,
|
| 756 |
+
"gold_rot_top4_recall": 1.0,
|
| 757 |
+
"gold_component_in_cartesian_shortlist_rate": 0.7380952380952381,
|
| 758 |
+
"gold_component_in_solver_candidates_rate": 0.7380952380952381,
|
| 759 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.6923076923076923,
|
| 760 |
+
"gold_full_sample_in_solver_candidates_rate": 0.6923076923076923,
|
| 761 |
+
"gold_selected_any_attempt_rate": 0.5384615384615384
|
| 762 |
+
},
|
| 763 |
+
"router_fail_net_class_counts": {
|
| 764 |
+
"other": 9
|
| 765 |
+
},
|
| 766 |
+
"cp_sat_terminal_status_counts": {},
|
| 767 |
+
"macro_topology_exact_match_rate": null
|
| 768 |
+
},
|
| 769 |
+
"09-16": {
|
| 770 |
+
"micro_topology_exact_match_rate": 0.125,
|
| 771 |
+
"topology_exact_match_rate": 0.125,
|
| 772 |
+
"placement_overlap_rate": 0.0,
|
| 773 |
+
"mean_crossings": 0.0,
|
| 774 |
+
"mean_bends": 3.0,
|
| 775 |
+
"mean_manhattan_wire_length": 92.0,
|
| 776 |
+
"mean_canvas_area_used": 67840.0,
|
| 777 |
+
"accepted": 1,
|
| 778 |
+
"total": 8,
|
| 779 |
+
"overlap_count": 0,
|
| 780 |
+
"overlap_pairs_total": 0,
|
| 781 |
+
"crossings_total": 0.0,
|
| 782 |
+
"bends_total": 3.0,
|
| 783 |
+
"wire_length_total": 92.0,
|
| 784 |
+
"canvas_area_total": 67840.0,
|
| 785 |
+
"topology_failures": 7,
|
| 786 |
+
"status_counts": {
|
| 787 |
+
"router_fail": 7,
|
| 788 |
+
"accepted": 1
|
| 789 |
+
},
|
| 790 |
+
"failure_reason_counts": {
|
| 791 |
+
"router_fail": 7
|
| 792 |
+
},
|
| 793 |
+
"score_tuple": [
|
| 794 |
+
7,
|
| 795 |
+
0,
|
| 796 |
+
3.0,
|
| 797 |
+
92.0,
|
| 798 |
+
67840.0
|
| 799 |
+
],
|
| 800 |
+
"diagnostic_counts": {
|
| 801 |
+
"gold_samples": 8,
|
| 802 |
+
"gold_components": 94,
|
| 803 |
+
"x_top4_hits": 58,
|
| 804 |
+
"x_top8_hits": 61,
|
| 805 |
+
"y_top4_hits": 57,
|
| 806 |
+
"y_top8_hits": 58,
|
| 807 |
+
"rot_top2_hits": 92,
|
| 808 |
+
"rot_top4_hits": 94,
|
| 809 |
+
"gold_component_in_cartesian_hits": 52,
|
| 810 |
+
"gold_component_in_solver_hits": 52,
|
| 811 |
+
"gold_full_sample_in_cartesian_hits": 4,
|
| 812 |
+
"gold_full_sample_in_solver_hits": 4,
|
| 813 |
+
"gold_selected_any_attempt_hits": 1
|
| 814 |
+
},
|
| 815 |
+
"diagnostics": {
|
| 816 |
+
"gold_samples": 8,
|
| 817 |
+
"gold_components": 94,
|
| 818 |
+
"gold_x_top4_recall": 0.6170212765957447,
|
| 819 |
+
"gold_x_top8_recall": 0.648936170212766,
|
| 820 |
+
"gold_y_top4_recall": 0.6063829787234043,
|
| 821 |
+
"gold_y_top8_recall": 0.6170212765957447,
|
| 822 |
+
"gold_rot_top2_recall": 0.9787234042553191,
|
| 823 |
+
"gold_rot_top4_recall": 1.0,
|
| 824 |
+
"gold_component_in_cartesian_shortlist_rate": 0.5531914893617021,
|
| 825 |
+
"gold_component_in_solver_candidates_rate": 0.5531914893617021,
|
| 826 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.5,
|
| 827 |
+
"gold_full_sample_in_solver_candidates_rate": 0.5,
|
| 828 |
+
"gold_selected_any_attempt_rate": 0.125
|
| 829 |
+
},
|
| 830 |
+
"router_fail_net_class_counts": {
|
| 831 |
+
"VDD": 1,
|
| 832 |
+
"other": 5,
|
| 833 |
+
"ground": 1
|
| 834 |
+
},
|
| 835 |
+
"cp_sat_terminal_status_counts": {},
|
| 836 |
+
"macro_topology_exact_match_rate": null
|
| 837 |
+
},
|
| 838 |
+
"17-24": {
|
| 839 |
+
"micro_topology_exact_match_rate": 0.14285714285714285,
|
| 840 |
+
"topology_exact_match_rate": 0.14285714285714285,
|
| 841 |
+
"placement_overlap_rate": 0.0,
|
| 842 |
+
"mean_crossings": 0.0,
|
| 843 |
+
"mean_bends": 20.0,
|
| 844 |
+
"mean_manhattan_wire_length": 704.0,
|
| 845 |
+
"mean_canvas_area_used": 66816.0,
|
| 846 |
+
"accepted": 1,
|
| 847 |
+
"total": 7,
|
| 848 |
+
"overlap_count": 0,
|
| 849 |
+
"overlap_pairs_total": 0,
|
| 850 |
+
"crossings_total": 0.0,
|
| 851 |
+
"bends_total": 20.0,
|
| 852 |
+
"wire_length_total": 704.0,
|
| 853 |
+
"canvas_area_total": 66816.0,
|
| 854 |
+
"topology_failures": 6,
|
| 855 |
+
"status_counts": {
|
| 856 |
+
"router_fail": 6,
|
| 857 |
+
"accepted": 1
|
| 858 |
+
},
|
| 859 |
+
"failure_reason_counts": {
|
| 860 |
+
"router_fail": 6
|
| 861 |
+
},
|
| 862 |
+
"score_tuple": [
|
| 863 |
+
6,
|
| 864 |
+
0,
|
| 865 |
+
20.0,
|
| 866 |
+
704.0,
|
| 867 |
+
66816.0
|
| 868 |
+
],
|
| 869 |
+
"diagnostic_counts": {
|
| 870 |
+
"gold_samples": 7,
|
| 871 |
+
"gold_components": 135,
|
| 872 |
+
"x_top4_hits": 25,
|
| 873 |
+
"x_top8_hits": 35,
|
| 874 |
+
"y_top4_hits": 29,
|
| 875 |
+
"y_top8_hits": 32,
|
| 876 |
+
"rot_top2_hits": 124,
|
| 877 |
+
"rot_top4_hits": 135,
|
| 878 |
+
"gold_component_in_cartesian_hits": 17,
|
| 879 |
+
"gold_component_in_solver_hits": 17,
|
| 880 |
+
"gold_full_sample_in_cartesian_hits": 1,
|
| 881 |
+
"gold_full_sample_in_solver_hits": 1
|
| 882 |
+
},
|
| 883 |
+
"diagnostics": {
|
| 884 |
+
"gold_samples": 7,
|
| 885 |
+
"gold_components": 135,
|
| 886 |
+
"gold_x_top4_recall": 0.18518518518518517,
|
| 887 |
+
"gold_x_top8_recall": 0.25925925925925924,
|
| 888 |
+
"gold_y_top4_recall": 0.21481481481481482,
|
| 889 |
+
"gold_y_top8_recall": 0.23703703703703705,
|
| 890 |
+
"gold_rot_top2_recall": 0.9185185185185185,
|
| 891 |
+
"gold_rot_top4_recall": 1.0,
|
| 892 |
+
"gold_component_in_cartesian_shortlist_rate": 0.1259259259259259,
|
| 893 |
+
"gold_component_in_solver_candidates_rate": 0.1259259259259259,
|
| 894 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.14285714285714285,
|
| 895 |
+
"gold_full_sample_in_solver_candidates_rate": 0.14285714285714285,
|
| 896 |
+
"gold_selected_any_attempt_rate": 0.0
|
| 897 |
+
},
|
| 898 |
+
"router_fail_net_class_counts": {
|
| 899 |
+
"ground": 1,
|
| 900 |
+
"other": 4,
|
| 901 |
+
"VDD": 1
|
| 902 |
+
},
|
| 903 |
+
"cp_sat_terminal_status_counts": {},
|
| 904 |
+
"macro_topology_exact_match_rate": null
|
| 905 |
+
},
|
| 906 |
+
"25-32": {
|
| 907 |
+
"micro_topology_exact_match_rate": 0.0,
|
| 908 |
+
"topology_exact_match_rate": 0.0,
|
| 909 |
+
"placement_overlap_rate": 1.0,
|
| 910 |
+
"mean_crossings": 0.0,
|
| 911 |
+
"mean_bends": 0.0,
|
| 912 |
+
"mean_manhattan_wire_length": 0.0,
|
| 913 |
+
"mean_canvas_area_used": 0.0,
|
| 914 |
+
"accepted": 0,
|
| 915 |
+
"total": 2,
|
| 916 |
+
"overlap_count": 0,
|
| 917 |
+
"overlap_pairs_total": 0,
|
| 918 |
+
"crossings_total": 0,
|
| 919 |
+
"bends_total": 0,
|
| 920 |
+
"wire_length_total": 0,
|
| 921 |
+
"canvas_area_total": 0,
|
| 922 |
+
"topology_failures": 2,
|
| 923 |
+
"status_counts": {
|
| 924 |
+
"router_fail": 1,
|
| 925 |
+
"cp_sat_fail": 1
|
| 926 |
+
},
|
| 927 |
+
"failure_reason_counts": {
|
| 928 |
+
"router_fail": 1,
|
| 929 |
+
"cp_sat_fail": 1
|
| 930 |
+
},
|
| 931 |
+
"score_tuple": [
|
| 932 |
+
2,
|
| 933 |
+
0,
|
| 934 |
+
0,
|
| 935 |
+
0,
|
| 936 |
+
0
|
| 937 |
+
],
|
| 938 |
+
"diagnostic_counts": {
|
| 939 |
+
"gold_samples": 2,
|
| 940 |
+
"gold_components": 61,
|
| 941 |
+
"x_top4_hits": 33,
|
| 942 |
+
"x_top8_hits": 33,
|
| 943 |
+
"y_top4_hits": 34,
|
| 944 |
+
"y_top8_hits": 34,
|
| 945 |
+
"rot_top2_hits": 56,
|
| 946 |
+
"rot_top4_hits": 61,
|
| 947 |
+
"gold_component_in_cartesian_hits": 32,
|
| 948 |
+
"gold_component_in_solver_hits": 32,
|
| 949 |
+
"gold_full_sample_in_cartesian_hits": 1,
|
| 950 |
+
"gold_full_sample_in_solver_hits": 1
|
| 951 |
+
},
|
| 952 |
+
"diagnostics": {
|
| 953 |
+
"gold_samples": 2,
|
| 954 |
+
"gold_components": 61,
|
| 955 |
+
"gold_x_top4_recall": 0.5409836065573771,
|
| 956 |
+
"gold_x_top8_recall": 0.5409836065573771,
|
| 957 |
+
"gold_y_top4_recall": 0.5573770491803278,
|
| 958 |
+
"gold_y_top8_recall": 0.5573770491803278,
|
| 959 |
+
"gold_rot_top2_recall": 0.9180327868852459,
|
| 960 |
+
"gold_rot_top4_recall": 1.0,
|
| 961 |
+
"gold_component_in_cartesian_shortlist_rate": 0.5245901639344263,
|
| 962 |
+
"gold_component_in_solver_candidates_rate": 0.5245901639344263,
|
| 963 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.5,
|
| 964 |
+
"gold_full_sample_in_solver_candidates_rate": 0.5,
|
| 965 |
+
"gold_selected_any_attempt_rate": 0.0
|
| 966 |
+
},
|
| 967 |
+
"router_fail_net_class_counts": {
|
| 968 |
+
"other": 1
|
| 969 |
+
},
|
| 970 |
+
"cp_sat_terminal_status_counts": {
|
| 971 |
+
"infeasible": 1
|
| 972 |
+
},
|
| 973 |
+
"macro_topology_exact_match_rate": null
|
| 974 |
+
},
|
| 975 |
+
"33-48": {
|
| 976 |
+
"micro_topology_exact_match_rate": 0.0,
|
| 977 |
+
"topology_exact_match_rate": 0.0,
|
| 978 |
+
"placement_overlap_rate": 1.0,
|
| 979 |
+
"mean_crossings": 0.0,
|
| 980 |
+
"mean_bends": 0.0,
|
| 981 |
+
"mean_manhattan_wire_length": 0.0,
|
| 982 |
+
"mean_canvas_area_used": 0.0,
|
| 983 |
+
"accepted": 0,
|
| 984 |
+
"total": 34,
|
| 985 |
+
"overlap_count": 0,
|
| 986 |
+
"overlap_pairs_total": 0,
|
| 987 |
+
"crossings_total": 0,
|
| 988 |
+
"bends_total": 0,
|
| 989 |
+
"wire_length_total": 0,
|
| 990 |
+
"canvas_area_total": 0,
|
| 991 |
+
"topology_failures": 34,
|
| 992 |
+
"status_counts": {
|
| 993 |
+
"router_fail": 22,
|
| 994 |
+
"cp_sat_fail": 12
|
| 995 |
+
},
|
| 996 |
+
"failure_reason_counts": {
|
| 997 |
+
"router_fail": 22,
|
| 998 |
+
"cp_sat_fail": 12
|
| 999 |
+
},
|
| 1000 |
+
"score_tuple": [
|
| 1001 |
+
34,
|
| 1002 |
+
0,
|
| 1003 |
+
0,
|
| 1004 |
+
0,
|
| 1005 |
+
0
|
| 1006 |
+
],
|
| 1007 |
+
"diagnostic_counts": {
|
| 1008 |
+
"gold_samples": 34,
|
| 1009 |
+
"gold_components": 1418,
|
| 1010 |
+
"x_top4_hits": 97,
|
| 1011 |
+
"x_top8_hits": 125,
|
| 1012 |
+
"y_top4_hits": 92,
|
| 1013 |
+
"y_top8_hits": 125,
|
| 1014 |
+
"rot_top2_hits": 1194,
|
| 1015 |
+
"rot_top4_hits": 1418,
|
| 1016 |
+
"gold_component_in_cartesian_hits": 37,
|
| 1017 |
+
"gold_component_in_solver_hits": 37
|
| 1018 |
+
},
|
| 1019 |
+
"diagnostics": {
|
| 1020 |
+
"gold_samples": 34,
|
| 1021 |
+
"gold_components": 1418,
|
| 1022 |
+
"gold_x_top4_recall": 0.0684062059238364,
|
| 1023 |
+
"gold_x_top8_recall": 0.08815232722143865,
|
| 1024 |
+
"gold_y_top4_recall": 0.06488011283497884,
|
| 1025 |
+
"gold_y_top8_recall": 0.08815232722143865,
|
| 1026 |
+
"gold_rot_top2_recall": 0.842031029619182,
|
| 1027 |
+
"gold_rot_top4_recall": 1.0,
|
| 1028 |
+
"gold_component_in_cartesian_shortlist_rate": 0.02609308885754584,
|
| 1029 |
+
"gold_component_in_solver_candidates_rate": 0.02609308885754584,
|
| 1030 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.0,
|
| 1031 |
+
"gold_full_sample_in_solver_candidates_rate": 0.0,
|
| 1032 |
+
"gold_selected_any_attempt_rate": 0.0
|
| 1033 |
+
},
|
| 1034 |
+
"router_fail_net_class_counts": {
|
| 1035 |
+
"VDD": 9,
|
| 1036 |
+
"other": 6,
|
| 1037 |
+
"ground": 7
|
| 1038 |
+
},
|
| 1039 |
+
"cp_sat_terminal_status_counts": {
|
| 1040 |
+
"unknown": 2,
|
| 1041 |
+
"infeasible": 10
|
| 1042 |
+
},
|
| 1043 |
+
"macro_topology_exact_match_rate": null
|
| 1044 |
+
},
|
| 1045 |
+
"49-64": {
|
| 1046 |
+
"micro_topology_exact_match_rate": 0.0,
|
| 1047 |
+
"topology_exact_match_rate": 0.0,
|
| 1048 |
+
"placement_overlap_rate": 1.0,
|
| 1049 |
+
"mean_crossings": 0.0,
|
| 1050 |
+
"mean_bends": 0.0,
|
| 1051 |
+
"mean_manhattan_wire_length": 0.0,
|
| 1052 |
+
"mean_canvas_area_used": 0.0,
|
| 1053 |
+
"accepted": 0,
|
| 1054 |
+
"total": 26,
|
| 1055 |
+
"overlap_count": 0,
|
| 1056 |
+
"overlap_pairs_total": 0,
|
| 1057 |
+
"crossings_total": 0,
|
| 1058 |
+
"bends_total": 0,
|
| 1059 |
+
"wire_length_total": 0,
|
| 1060 |
+
"canvas_area_total": 0,
|
| 1061 |
+
"topology_failures": 26,
|
| 1062 |
+
"status_counts": {
|
| 1063 |
+
"cp_sat_fail": 17,
|
| 1064 |
+
"router_fail": 9
|
| 1065 |
+
},
|
| 1066 |
+
"failure_reason_counts": {
|
| 1067 |
+
"cp_sat_fail": 17,
|
| 1068 |
+
"router_fail": 9
|
| 1069 |
+
},
|
| 1070 |
+
"score_tuple": [
|
| 1071 |
+
26,
|
| 1072 |
+
0,
|
| 1073 |
+
0,
|
| 1074 |
+
0,
|
| 1075 |
+
0
|
| 1076 |
+
],
|
| 1077 |
+
"diagnostic_counts": {
|
| 1078 |
+
"gold_samples": 26,
|
| 1079 |
+
"gold_components": 1445,
|
| 1080 |
+
"x_top4_hits": 142,
|
| 1081 |
+
"x_top8_hits": 168,
|
| 1082 |
+
"y_top4_hits": 120,
|
| 1083 |
+
"y_top8_hits": 151,
|
| 1084 |
+
"rot_top2_hits": 1288,
|
| 1085 |
+
"rot_top4_hits": 1445,
|
| 1086 |
+
"gold_component_in_cartesian_hits": 71,
|
| 1087 |
+
"gold_component_in_solver_hits": 71,
|
| 1088 |
+
"gold_full_sample_in_cartesian_hits": 1,
|
| 1089 |
+
"gold_full_sample_in_solver_hits": 1
|
| 1090 |
+
},
|
| 1091 |
+
"diagnostics": {
|
| 1092 |
+
"gold_samples": 26,
|
| 1093 |
+
"gold_components": 1445,
|
| 1094 |
+
"gold_x_top4_recall": 0.09826989619377163,
|
| 1095 |
+
"gold_x_top8_recall": 0.11626297577854672,
|
| 1096 |
+
"gold_y_top4_recall": 0.08304498269896193,
|
| 1097 |
+
"gold_y_top8_recall": 0.10449826989619378,
|
| 1098 |
+
"gold_rot_top2_recall": 0.8913494809688581,
|
| 1099 |
+
"gold_rot_top4_recall": 1.0,
|
| 1100 |
+
"gold_component_in_cartesian_shortlist_rate": 0.04913494809688582,
|
| 1101 |
+
"gold_component_in_solver_candidates_rate": 0.04913494809688582,
|
| 1102 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.038461538461538464,
|
| 1103 |
+
"gold_full_sample_in_solver_candidates_rate": 0.038461538461538464,
|
| 1104 |
+
"gold_selected_any_attempt_rate": 0.0
|
| 1105 |
+
},
|
| 1106 |
+
"router_fail_net_class_counts": {
|
| 1107 |
+
"ground": 5,
|
| 1108 |
+
"VDD": 3,
|
| 1109 |
+
"other": 1
|
| 1110 |
+
},
|
| 1111 |
+
"cp_sat_terminal_status_counts": {
|
| 1112 |
+
"unknown": 3,
|
| 1113 |
+
"infeasible": 14
|
| 1114 |
+
},
|
| 1115 |
+
"macro_topology_exact_match_rate": null
|
| 1116 |
+
}
|
| 1117 |
+
},
|
| 1118 |
+
"evaluated_at": "2026-03-10T17:19:15Z",
|
| 1119 |
+
"checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt",
|
| 1120 |
+
"split": "val",
|
| 1121 |
+
"manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json",
|
| 1122 |
+
"manifest_size": 384,
|
| 1123 |
+
"shard_index": 2,
|
| 1124 |
+
"shard_count": 4,
|
| 1125 |
+
"shard_sample_count": 96,
|
| 1126 |
+
"sample_workers": 8,
|
| 1127 |
+
"solver_workers_per_sample": 6,
|
| 1128 |
+
"eval_mode": "normal",
|
| 1129 |
+
"force_dataset_root": null,
|
| 1130 |
+
"solve_stages": [
|
| 1131 |
+
{
|
| 1132 |
+
"top_x": 4,
|
| 1133 |
+
"top_y": 4,
|
| 1134 |
+
"top_rot": 2,
|
| 1135 |
+
"max_solver_candidates": 16,
|
| 1136 |
+
"cp_sat_timeout_seconds": 10.0,
|
| 1137 |
+
"component_candidate_cap": 32
|
| 1138 |
+
}
|
| 1139 |
+
],
|
| 1140 |
+
"routing_options": {
|
| 1141 |
+
"placement_margin": 2,
|
| 1142 |
+
"routing_block_margin": 0,
|
| 1143 |
+
"pin_escape_cells": 2,
|
| 1144 |
+
"trunk_first_min_degree": 3,
|
| 1145 |
+
"trunk_first_priority_only": false
|
| 1146 |
+
}
|
| 1147 |
+
}
|
netlist_to_layout_v1/runs/routerfix-baseline-normal384-rbm0e2t3/posttrain_full_eval_tmp/step-008000/shard_02.log
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
/tmp/routerfix_handoff_prepatch_20260310T165418Z/netlist_to_layout_v1/eval_shard_worker.py:43: FutureWarning: You are using `torch.load` with `weights_only=False` (the current default value), which uses the default pickle module implicitly. It is possible to construct malicious pickle data which will execute arbitrary code during unpickling (See https://github.com/pytorch/pytorch/blob/main/SECURITY.md#untrusted-models for more details). In a future release, the default value for `weights_only` will be flipped to `True`. This limits the functions that could be executed during unpickling. Arbitrary objects will no longer be allowed to be loaded via this mode unless they are explicitly allowlisted by the user via `torch.serialization.add_safe_globals`. We recommend you start setting `weights_only=True` for any use case where you don't have full control of the loaded file. Please open an issue on GitHub for any issues related to this experimental feature.
|
| 2 |
+
samples = torch.load(split_path)
|
| 3 |
+
{"eval_shard_progress": {"status": "starting", "updated_at": "2026-03-10T17:00:18Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 2, "shard_count": 4, "shard_sample_count": 96, "processed": 0, "total": 96, "accepted": 0, "progress_fraction": 0.0, "samples_per_min": 0.0, "eta_min": null, "elapsed_sec": 3.5762786865234375e-06, "sample_workers": 8, "solver_workers_per_sample": 6, "last_sample_id": null, "last_graph_hash": null, "last_status": null, "last_dataset_root": null, "status_counts": {}, "failure_reason_counts": {}, "processed_by_root": {}, "accepted_by_root": {}}}
|
| 4 |
+
/tmp/routerfix_handoff_prepatch_20260310T165418Z/netlist_to_layout_v1/eval_shard_worker.py:172: FutureWarning: You are using `torch.load` with `weights_only=False` (the current default value), which uses the default pickle module implicitly. It is possible to construct malicious pickle data which will execute arbitrary code during unpickling (See https://github.com/pytorch/pytorch/blob/main/SECURITY.md#untrusted-models for more details). In a future release, the default value for `weights_only` will be flipped to `True`. This limits the functions that could be executed during unpickling. Arbitrary objects will no longer be allowed to be loaded via this mode unless they are explicitly allowlisted by the user via `torch.serialization.add_safe_globals`. We recommend you start setting `weights_only=True` for any use case where you don't have full control of the loaded file. Please open an issue on GitHub for any issues related to this experimental feature.
|
| 5 |
+
payload = torch.load(args.checkpoint, map_location="cpu")
|
| 6 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:00:21Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 2, "shard_count": 4, "shard_sample_count": 96, "processed": 0, "total": 96, "accepted": 0, "progress_fraction": 0.0, "samples_per_min": 0.0, "eta_min": null, "elapsed_sec": 2.997126340866089, "sample_workers": 8, "solver_workers_per_sample": 6, "last_sample_id": null, "last_graph_hash": null, "last_status": null, "last_dataset_root": null, "status_counts": {}, "failure_reason_counts": {}, "processed_by_root": {}, "accepted_by_root": {}}}
|
| 7 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:01:15Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 2, "shard_count": 4, "shard_sample_count": 96, "processed": 8, "total": 96, "accepted": 1, "progress_fraction": 0.08333333333333333, "samples_per_min": 8.427882705965715, "eta_min": 10.441531173388164, "elapsed_sec": 56.95380640029907, "sample_workers": 8, "solver_workers_per_sample": 6, "last_sample_id": "open-schematics_hf:train-00004-of-00078.parquet:1:454", "last_graph_hash": "e0cfefb09238176cf4cb45f526dc8dbfbeb63251", "last_status": "router_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"accepted": 1, "cp_sat_fail": 4, "router_fail": 3}, "failure_reason_counts": {"cp_sat_fail": 4, "router_fail": 3}, "processed_by_root": {"ams-net.github.io": 1, "open-schematics_hf": 4, "ltspice-spice-circuits_hf": 3}, "accepted_by_root": {"ams-net.github.io": 1}}}
|
| 8 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:03:39Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 2, "shard_count": 4, "shard_sample_count": 96, "processed": 16, "total": 96, "accepted": 1, "progress_fraction": 0.16666666666666666, "samples_per_min": 4.781961125453899, "eta_min": 16.729537924130756, "elapsed_sec": 200.7544550895691, "sample_workers": 8, "solver_workers_per_sample": 6, "last_sample_id": "open-schematics_hf:train-00000-of-00078.parquet:0:227", "last_graph_hash": "2cbde02cd1a51a30973fa1ce7bd377656ca8be81", "last_status": "router_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"accepted": 1, "cp_sat_fail": 5, "router_fail": 10}, "failure_reason_counts": {"cp_sat_fail": 5, "router_fail": 10}, "processed_by_root": {"ams-net.github.io": 1, "open-schematics_hf": 12, "ltspice-spice-circuits_hf": 3}, "accepted_by_root": {"ams-net.github.io": 1}}}
|
| 9 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:03:58Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 2, "shard_count": 4, "shard_sample_count": 96, "processed": 24, "total": 96, "accepted": 2, "progress_fraction": 0.25, "samples_per_min": 6.542737132443301, "eta_min": 11.004568660259247, "elapsed_sec": 220.09137320518494, "sample_workers": 8, "solver_workers_per_sample": 6, "last_sample_id": "open-schematics_hf:train-00022-of-00078.parquet:1:320", "last_graph_hash": "e9284e3d5f1cd2f4be394700a391d1b8297ee4e5", "last_status": "cp_sat_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"accepted": 2, "cp_sat_fail": 10, "router_fail": 12}, "failure_reason_counts": {"cp_sat_fail": 10, "router_fail": 12}, "processed_by_root": {"ams-net.github.io": 1, "open-schematics_hf": 18, "ltspice-spice-circuits_hf": 5}, "accepted_by_root": {"ams-net.github.io": 1, "open-schematics_hf": 1}}}
|
| 10 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:06:45Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 2, "shard_count": 4, "shard_sample_count": 96, "processed": 32, "total": 96, "accepted": 2, "progress_fraction": 0.3333333333333333, "samples_per_min": 4.962985254141409, "eta_min": 12.89546446800232, "elapsed_sec": 386.8639340400696, "sample_workers": 8, "solver_workers_per_sample": 6, "last_sample_id": "open-schematics_hf:train-00004-of-00078.parquet:1:30", "last_graph_hash": "cec02f9b72f9082209a663c0dabcb4101483a5a9", "last_status": "router_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"accepted": 2, "cp_sat_fail": 11, "router_fail": 19}, "failure_reason_counts": {"cp_sat_fail": 11, "router_fail": 19}, "processed_by_root": {"ams-net.github.io": 1, "open-schematics_hf": 25, "ltspice-spice-circuits_hf": 6}, "accepted_by_root": {"ams-net.github.io": 1, "open-schematics_hf": 1}}}
|
| 11 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:06:47Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 2, "shard_count": 4, "shard_sample_count": 96, "processed": 40, "total": 96, "accepted": 3, "progress_fraction": 0.4166666666666667, "samples_per_min": 6.168634096138689, "eta_min": 9.078184753259023, "elapsed_sec": 389.06506085395813, "sample_workers": 8, "solver_workers_per_sample": 6, "last_sample_id": "open-schematics_hf:train-00008-of-00078.parquet:1:398", "last_graph_hash": "819e1be84ec42b08aa007f8a1cb431c68d6026ae", "last_status": "cp_sat_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"accepted": 3, "cp_sat_fail": 18, "router_fail": 19}, "failure_reason_counts": {"cp_sat_fail": 18, "router_fail": 19}, "processed_by_root": {"ams-net.github.io": 1, "open-schematics_hf": 33, "ltspice-spice-circuits_hf": 6}, "accepted_by_root": {"ams-net.github.io": 1, "open-schematics_hf": 2}}}
|
| 12 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:09:41Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 2, "shard_count": 4, "shard_sample_count": 96, "processed": 48, "total": 96, "accepted": 3, "progress_fraction": 0.5, "samples_per_min": 5.11762904332377, "eta_min": 9.379343362649282, "elapsed_sec": 562.7606017589569, "sample_workers": 8, "solver_workers_per_sample": 6, "last_sample_id": "open-schematics_hf:train-00031-of-00078.parquet:1:468", "last_graph_hash": "33c2dfd034c531a68eb8e182af38d2200ea30ac6", "last_status": "router_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"accepted": 3, "cp_sat_fail": 18, "router_fail": 27}, "failure_reason_counts": {"cp_sat_fail": 18, "router_fail": 27}, "processed_by_root": {"ams-net.github.io": 1, "open-schematics_hf": 39, "ltspice-spice-circuits_hf": 8}, "accepted_by_root": {"ams-net.github.io": 1, "open-schematics_hf": 2}}}
|
| 13 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:09:58Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 2, "shard_count": 4, "shard_sample_count": 96, "processed": 56, "total": 96, "accepted": 4, "progress_fraction": 0.5833333333333334, "samples_per_min": 5.787444624004329, "eta_min": 6.91151321501959, "elapsed_sec": 580.5671100616455, "sample_workers": 8, "solver_workers_per_sample": 6, "last_sample_id": "ltspice-spice-circuits_hf:train-00000-of-00001.parquet:0:16246", "last_graph_hash": "c916e799872e123d2b8c28a7a2e0d48ea0e32e41", "last_status": "router_fail", "last_dataset_root": "ltspice-spice-circuits_hf", "status_counts": {"accepted": 4, "cp_sat_fail": 20, "router_fail": 32}, "failure_reason_counts": {"cp_sat_fail": 20, "router_fail": 32}, "processed_by_root": {"ams-net.github.io": 1, "open-schematics_hf": 41, "ltspice-spice-circuits_hf": 14}, "accepted_by_root": {"ams-net.github.io": 1, "open-schematics_hf": 2, "ltspice-spice-circuits_hf": 1}}}
|
| 14 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:12:34Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 2, "shard_count": 4, "shard_sample_count": 96, "processed": 64, "total": 96, "accepted": 4, "progress_fraction": 0.6666666666666666, "samples_per_min": 5.2165762818301475, "eta_min": 6.13429158727328, "elapsed_sec": 736.1149904727936, "sample_workers": 8, "solver_workers_per_sample": 6, "last_sample_id": "open-schematics_hf:train-00011-of-00078.parquet:1:345", "last_graph_hash": "c2a77e7b3fed16add3296f5b7e780768d372a50f", "last_status": "router_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"accepted": 4, "cp_sat_fail": 21, "router_fail": 39}, "failure_reason_counts": {"cp_sat_fail": 21, "router_fail": 39}, "processed_by_root": {"ams-net.github.io": 1, "open-schematics_hf": 45, "ltspice-spice-circuits_hf": 18}, "accepted_by_root": {"ams-net.github.io": 1, "open-schematics_hf": 2, "ltspice-spice-circuits_hf": 1}}}
|
| 15 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:13:17Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 2, "shard_count": 4, "shard_sample_count": 96, "processed": 72, "total": 96, "accepted": 4, "progress_fraction": 0.75, "samples_per_min": 5.547103425421702, "eta_min": 4.326582390732235, "elapsed_sec": 778.7848303318024, "sample_workers": 8, "solver_workers_per_sample": 6, "last_sample_id": "ltspice-spice-circuits_hf:train-00000-of-00001.parquet:1:13895", "last_graph_hash": "5723a17f66011738e4d27864a22052a7a6b538fd", "last_status": "router_fail", "last_dataset_root": "ltspice-spice-circuits_hf", "status_counts": {"accepted": 4, "cp_sat_fail": 25, "router_fail": 43}, "failure_reason_counts": {"cp_sat_fail": 25, "router_fail": 43}, "processed_by_root": {"ams-net.github.io": 2, "open-schematics_hf": 48, "ltspice-spice-circuits_hf": 22}, "accepted_by_root": {"ams-net.github.io": 1, "open-schematics_hf": 2, "ltspice-spice-circuits_hf": 1}}}
|
| 16 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:16:11Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 2, "shard_count": 4, "shard_sample_count": 96, "processed": 80, "total": 96, "accepted": 4, "progress_fraction": 0.8333333333333334, "samples_per_min": 5.036348103141073, "eta_min": 3.1769051051139834, "elapsed_sec": 953.071531534195, "sample_workers": 8, "solver_workers_per_sample": 6, "last_sample_id": "open-schematics_hf:train-00018-of-00078.parquet:1:171", "last_graph_hash": "34a261c9ae128b2f2a0dba3802cc03493c530fb1", "last_status": "router_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"accepted": 4, "cp_sat_fail": 25, "router_fail": 51}, "failure_reason_counts": {"cp_sat_fail": 25, "router_fail": 51}, "processed_by_root": {"ams-net.github.io": 2, "open-schematics_hf": 56, "ltspice-spice-circuits_hf": 22}, "accepted_by_root": {"ams-net.github.io": 1, "open-schematics_hf": 2, "ltspice-spice-circuits_hf": 1}}}
|
| 17 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:16:24Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 2, "shard_count": 4, "shard_sample_count": 96, "processed": 88, "total": 96, "accepted": 8, "progress_fraction": 0.9166666666666666, "samples_per_min": 5.466630576876118, "eta_min": 1.4634242953676166, "elapsed_sec": 965.860034942627, "sample_workers": 8, "solver_workers_per_sample": 6, "last_sample_id": "open-schematics_hf:train-00003-of-00078.parquet:0:266", "last_graph_hash": "9635c8bcd8928e087304e9f0d35759cba326f9ab", "last_status": "cp_sat_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"accepted": 8, "cp_sat_fail": 29, "router_fail": 51}, "failure_reason_counts": {"cp_sat_fail": 29, "router_fail": 51}, "processed_by_root": {"ams-net.github.io": 3, "open-schematics_hf": 63, "ltspice-spice-circuits_hf": 22}, "accepted_by_root": {"ams-net.github.io": 2, "open-schematics_hf": 5, "ltspice-spice-circuits_hf": 1}}}
|
| 18 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:19:14Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 2, "shard_count": 4, "shard_sample_count": 96, "processed": 96, "total": 96, "accepted": 8, "progress_fraction": 1.0, "samples_per_min": 5.068797763993174, "eta_min": 0.0, "elapsed_sec": 1136.3641376495361, "sample_workers": 8, "solver_workers_per_sample": 6, "last_sample_id": "open-schematics_hf:train-00012-of-00078.parquet:0:183", "last_graph_hash": "40bf75f531ce0da7d89fd837f613d4d6aa99dbdd", "last_status": "router_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"accepted": 8, "cp_sat_fail": 30, "router_fail": 58}, "failure_reason_counts": {"cp_sat_fail": 30, "router_fail": 58}, "processed_by_root": {"ams-net.github.io": 4, "open-schematics_hf": 69, "ltspice-spice-circuits_hf": 23}, "accepted_by_root": {"ams-net.github.io": 2, "open-schematics_hf": 5, "ltspice-spice-circuits_hf": 1}}}
|
| 19 |
+
{"eval_shard_progress": {"status": "completed", "updated_at": "2026-03-10T17:19:15Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 2, "shard_count": 4, "shard_sample_count": 96, "processed": 96, "total": 96, "accepted": 8, "progress_fraction": 1.0, "samples_per_min": 5.063738893769857, "eta_min": 0.0, "elapsed_sec": 1137.499409198761, "sample_workers": 8, "solver_workers_per_sample": 6, "last_sample_id": null, "last_graph_hash": null, "last_status": null, "last_dataset_root": null, "status_counts": {"router_fail": 58, "cp_sat_fail": 30, "accepted": 8}, "failure_reason_counts": {"router_fail": 58, "cp_sat_fail": 30}, "processed_by_root": {}, "accepted_by_root": {}}}
|
| 20 |
+
{"micro_topology_exact_match_rate": 0.08333333333333333, "topology_exact_match_rate": 0.08333333333333333, "placement_overlap_rate": 0.0, "mean_crossings": 0.0, "mean_bends": 17.125, "mean_manhattan_wire_length": 666.625, "mean_canvas_area_used": 44209.75, "accepted": 8, "total": 96, "overlap_count": 0, "overlap_pairs_total": 0, "crossings_total": 0.0, "bends_total": 137.0, "wire_length_total": 5333.0, "canvas_area_total": 353678.0, "topology_failures": 88, "status_counts": {"router_fail": 58, "cp_sat_fail": 30, "accepted": 8}, "failure_reason_counts": {"router_fail": 58, "cp_sat_fail": 30}, "score_tuple": [88, 0, 137.0, 5333.0, 353678.0], "diagnostic_counts": {"gold_samples": 96, "gold_components": 3258, "x_top4_hits": 430, "x_top8_hits": 500, "y_top4_hits": 416, "y_top8_hits": 486, "rot_top2_hits": 2856, "rot_top4_hits": 3258, "gold_component_in_cartesian_hits": 281, "gold_component_in_solver_hits": 281, "gold_full_sample_in_cartesian_hits": 18, "gold_full_sample_in_solver_hits": 18, "gold_selected_any_attempt_hits": 10}, "diagnostics": {"gold_samples": 96, "gold_components": 3258, "gold_x_top4_recall": 0.1319828115408226, "gold_x_top8_recall": 0.1534683855125844, "gold_y_top4_recall": 0.12768569674647023, "gold_y_top8_recall": 0.14917127071823205, "gold_rot_top2_recall": 0.8766114180478821, "gold_rot_top4_recall": 1.0, "gold_component_in_cartesian_shortlist_rate": 0.08624923265807244, "gold_component_in_solver_candidates_rate": 0.08624923265807244, "gold_full_sample_in_cartesian_shortlist_rate": 0.1875, "gold_full_sample_in_solver_candidates_rate": 0.1875, "gold_selected_any_attempt_rate": 0.10416666666666667}, "router_fail_net_class_counts": {"other": 29, "VDD": 14, "ground": 15}, "cp_sat_terminal_status_counts": {"unknown": 5, "infeasible": 25}, "failure_examples": {"router_fail": [{"sample_id": "ltspice-spice-circuits_hf:train-00000-of-00001.parquet:0:24354", "graph_hash": "9ce27c1494ada4ec20333f812cc6b3a0c41f6195", "dataset_root": "ltspice-spice-circuits_hf", "attempts": [{"stage": 1, "stage_config": {"top_x": 4, "top_y": 4, "top_rot": 2, "max_solver_candidates": 16, "cp_sat_timeout_seconds": 10.0, "component_candidate_cap": 32}, "attempt": 1, "global_attempt": 1, "solver_status": "ok", "candidate_count_min": 32, "candidate_count_max": 32, "candidate_count_total": 256, "cartesian_candidate_count_total": 256, "forbidden_choice_tuples": 0, "component_candidate_cap": 32, "cp_sat_status": "optimal", "cp_sat_timeout_seconds": 10.0, "placement_margin": 2, "gold_injected_component_count": 0, "objective_value": 10977.0, "route_status": "router_fail", "route_debug": {"failed_net_nid": "N00001", "failed_net_name": "N001", "failed_net_degree": 4, "pin_count": 4, "tree_cell_count": 1, "remaining_pin_count": 3, "routing_block_margin": 0, "pin_escape_cells": 2, "trunk_first_used": true, "trunk_first_min_degree": 3}}, {"stage": 1, "stage_config": {"top_x": 4, "top_y": 4, "top_rot": 2, "max_solver_candidates": 16, "cp_sat_timeout_seconds": 10.0, "component_candidate_cap": 32}, "attempt": 2, "global_attempt": 2, "solver_status": "ok", "candidate_count_min": 32, "candidate_count_max": 32, "candidate_count_total": 256, "cartesian_candidate_count_total": 256, "forbidden_choice_tuples": 1, "component_candidate_cap": 32, "cp_sat_status": "optimal", "cp_sat_timeout_seconds": 10.0, "placement_margin": 2, "gold_injected_component_count": 0, "objective_value": 10977.0, "route_status": "router_fail", "route_debug": {"failed_net_nid": "N00001", "failed_net_name": "N001", "failed_net_degree": 4, "pin_count": 4, "tree_cell_count": 1, "remaining_pin_count": 3, "routing_block_margin": 0, "pin_escape_cells": 2, "trunk_first_used": true, "trunk_first_min_degree": 3}}]}, {"sample_id": "open-schematics_hf:train-00026-of-00078.parquet:1:0", "graph_hash": "10a633081fd85683feaf3bbf9a0bde6d1b372e36", "dataset_root": "open-schematics_hf", "attempts": [{"stage": 1, "stage_config": {"top_x": 4, "top_y": 4, "top_rot": 2, "max_solver_candidates": 16, "cp_sat_timeout_seconds": 10.0, "component_candidate_cap": 32}, "attempt": 1, "global_attempt": 1, "solver_status": "ok", "candidate_count_min": 32, "candidate_count_max": 32, "candidate_count_total": 1536, "cartesian_candidate_count_total": 1536, "forbidden_choice_tuples": 0, "component_candidate_cap": 32, "cp_sat_status": "feasible", "cp_sat_timeout_seconds": 10.0, "placement_margin": 2, "gold_injected_component_count": 0, "objective_value": 201064.0, "route_status": "router_fail", "route_debug": {"failed_net_nid": "N00010", "failed_net_name": "VDD", "failed_net_degree": 4, "pin_count": 4, "tree_cell_count": 363, "remaining_pin_count": 1, "routing_block_margin": 0, "pin_escape_cells": 2, "trunk_first_used": true, "trunk_first_min_degree": 3}}, {"stage": 1, "stage_config": {"top_x": 4, "top_y": 4, "top_rot": 2, "max_solver_candidates": 16, "cp_sat_timeout_seconds": 10.0, "component_candidate_cap": 32}, "attempt": 2, "global_attempt": 2, "solver_status": "ok", "candidate_count_min": 32, "candidate_count_max": 32, "candidate_count_total": 1536, "cartesian_candidate_count_total": 1536, "forbidden_choice_tuples": 1, "component_candidate_cap": 32, "cp_sat_status": "feasible", "cp_sat_timeout_seconds": 10.0, "placement_margin": 2, "gold_injected_component_count": 0, "objective_value": 202495.0, "route_status": "router_fail", "route_debug": {"failed_net_nid": "N00010", "failed_net_name": "VDD", "failed_net_degree": 4, "pin_count": 4, "tree_cell_count": 363, "remaining_pin_count": 1, "routing_block_margin": 0, "pin_escape_cells": 2, "trunk_first_used": true, "trunk_first_min_degree": 3}}]}, {"sample_id": "open-schematics_hf:train-00028-of-00078.parquet:1:134", "graph_hash": "b04a653b9faf2b4e106f8e324c1277322b1d82e2", "dataset_root": "open-schematics_hf", "attempts": [{"stage": 1, "stage_config": {"top_x": 4, "top_y": 4, "top_rot": 2, "max_solver_candidates": 16, "cp_sat_timeout_seconds": 10.0, "component_candidate_cap": 32}, "attempt": 1, "global_attempt": 1, "solver_status": "ok", "candidate_count_min": 32, "candidate_count_max": 32, "candidate_count_total": 1312, "cartesian_candidate_count_total": 1312, "forbidden_choice_tuples": 0, "component_candidate_cap": 32, "cp_sat_status": "feasible", "cp_sat_timeout_seconds": 10.0, "placement_margin": 2, "gold_injected_component_count": 0, "objective_value": 172434.0, "route_status": "router_fail", "route_debug": {"failed_net_nid": "N00004", "failed_net_name": "net_4", "failed_net_degree": 4, "pin_count": 4, "tree_cell_count": 302, "remaining_pin_count": 1, "routing_block_margin": 0, "pin_escape_cells": 2, "trunk_first_used": true, "trunk_first_min_degree": 3}}, {"stage": 1, "stage_config": {"top_x": 4, "top_y": 4, "top_rot": 2, "max_solver_candidates": 16, "cp_sat_timeout_seconds": 10.0, "component_candidate_cap": 32}, "attempt": 2, "global_attempt": 2, "solver_status": "ok", "candidate_count_min": 32, "candidate_count_max": 32, "candidate_count_total": 1312, "cartesian_candidate_count_total": 1312, "forbidden_choice_tuples": 1, "component_candidate_cap": 32, "cp_sat_status": "feasible", "cp_sat_timeout_seconds": 10.0, "placement_margin": 2, "gold_injected_component_count": 0, "objective_value": 172455.0, "route_status": "router_fail", "route_debug": {"failed_net_nid": "N00004", "failed_net_name": "net_4", "failed_net_degree": 4, "pin_count": 4, "tree_cell_count": 130, "remaining_pin_count": 2, "routing_block_margin": 0, "pin_escape_cells": 2, "trunk_first_used": true, "trunk_first_min_degree": 3}}]}], "cp_sat_fail": [{"sample_id": "open-schematics_hf:train-00013-of-00078.parquet:0:175", "graph_hash": "671e57c3e270849729f156b27e2eacfe630289cc", "dataset_root": "open-schematics_hf", "attempts": [{"stage": 1, "stage_config": {"top_x": 4, "top_y": 4, "top_rot": 2, "max_solver_candidates": 16, "cp_sat_timeout_seconds": 10.0, "component_candidate_cap": 32}, "attempt": 1, "global_attempt": 1, "solver_status": "cp_sat_fail", "candidate_count_min": 32, "candidate_count_max": 32, "candidate_count_total": 1856, "cartesian_candidate_count_total": 1856, "forbidden_choice_tuples": 0, "component_candidate_cap": 32, "cp_sat_status": "unknown", "cp_sat_timeout_seconds": 10.0, "placement_margin": 2, "gold_injected_component_count": 0}]}, {"sample_id": "open-schematics_hf:train-00028-of-00078.parquet:0:193", "graph_hash": "8d2423b96fc0597259d2cb4decdf9bc778b640db", "dataset_root": "open-schematics_hf", "attempts": [{"stage": 1, "stage_config": {"top_x": 4, "top_y": 4, "top_rot": 2, "max_solver_candidates": 16, "cp_sat_timeout_seconds": 10.0, "component_candidate_cap": 32}, "attempt": 1, "global_attempt": 1, "solver_status": "cp_sat_fail", "candidate_count_min": 32, "candidate_count_max": 32, "candidate_count_total": 1344, "cartesian_candidate_count_total": 1344, "forbidden_choice_tuples": 0, "component_candidate_cap": 32, "cp_sat_status": "unknown", "cp_sat_timeout_seconds": 10.0, "placement_margin": 2, "gold_injected_component_count": 0}]}, {"sample_id": "open-schematics_hf:train-00003-of-00078.parquet:0:394", "graph_hash": "73c92aa7d89a509eedef7d451ee0a90341060cc8", "dataset_root": "open-schematics_hf", "attempts": [{"stage": 1, "stage_config": {"top_x": 4, "top_y": 4, "top_rot": 2, "max_solver_candidates": 16, "cp_sat_timeout_seconds": 10.0, "component_candidate_cap": 32}, "attempt": 1, "global_attempt": 1, "solver_status": "cp_sat_fail", "candidate_count_min": 32, "candidate_count_max": 32, "candidate_count_total": 1984, "cartesian_candidate_count_total": 1984, "forbidden_choice_tuples": 0, "component_candidate_cap": 32, "cp_sat_status": "infeasible", "cp_sat_timeout_seconds": 10.0, "placement_margin": 2, "gold_injected_component_count": 0}]}]}, "per_root": {"ams-net.github.io": {"micro_topology_exact_match_rate": 0.5, "topology_exact_match_rate": 0.5, "placement_overlap_rate": 0.0, "mean_crossings": 0.0, "mean_bends": 41.5, "mean_manhattan_wire_length": 1431.0, "mean_canvas_area_used": 42288.0, "accepted": 2, "total": 4, "overlap_count": 0, "overlap_pairs_total": 0, "crossings_total": 0.0, "bends_total": 83.0, "wire_length_total": 2862.0, "canvas_area_total": 84576.0, "topology_failures": 2, "status_counts": {"accepted": 2, "router_fail": 2}, "failure_reason_counts": {"router_fail": 2}, "score_tuple": [2, 0, 83.0, 2862.0, 84576.0], "diagnostic_counts": {"gold_samples": 4, "gold_components": 29, "x_top4_hits": 2, "x_top8_hits": 4, "y_top4_hits": 0, "y_top8_hits": 1, "rot_top2_hits": 28, "rot_top4_hits": 29, "gold_component_in_cartesian_hits": 0, "gold_component_in_solver_hits": 0}, "diagnostics": {"gold_samples": 4, "gold_components": 29, "gold_x_top4_recall": 0.06896551724137931, "gold_x_top8_recall": 0.13793103448275862, "gold_y_top4_recall": 0.0, "gold_y_top8_recall": 0.034482758620689655, "gold_rot_top2_recall": 0.9655172413793104, "gold_rot_top4_recall": 1.0, "gold_component_in_cartesian_shortlist_rate": 0.0, "gold_component_in_solver_candidates_rate": 0.0, "gold_full_sample_in_cartesian_shortlist_rate": 0.0, "gold_full_sample_in_solver_candidates_rate": 0.0, "gold_selected_any_attempt_rate": 0.0}, "router_fail_net_class_counts": {"other": 2}, "cp_sat_terminal_status_counts": {}, "macro_topology_exact_match_rate": null}, "ltspice-spice-circuits_hf": {"micro_topology_exact_match_rate": 0.043478260869565216, "topology_exact_match_rate": 0.043478260869565216, "placement_overlap_rate": 0.0, "mean_crossings": 0.0, "mean_bends": 6.0, "mean_manhattan_wire_length": 507.0, "mean_canvas_area_used": 68864.0, "accepted": 1, "total": 23, "overlap_count": 0, "overlap_pairs_total": 0, "crossings_total": 0.0, "bends_total": 6.0, "wire_length_total": 507.0, "canvas_area_total": 68864.0, "topology_failures": 22, "status_counts": {"router_fail": 18, "cp_sat_fail": 4, "accepted": 1}, "failure_reason_counts": {"router_fail": 18, "cp_sat_fail": 4}, "score_tuple": [22, 0, 6.0, 507.0, 68864.0], "diagnostic_counts": {"gold_samples": 23, "gold_components": 318, "x_top4_hits": 313, "x_top8_hits": 313, "y_top4_hits": 270, "y_top8_hits": 281, "rot_top2_hits": 317, "rot_top4_hits": 318, "gold_component_in_cartesian_hits": 267, "gold_component_in_solver_hits": 267, "gold_full_sample_in_cartesian_hits": 18, "gold_full_sample_in_solver_hits": 18, "gold_selected_any_attempt_hits": 10}, "diagnostics": {"gold_samples": 23, "gold_components": 318, "gold_x_top4_recall": 0.9842767295597484, "gold_x_top8_recall": 0.9842767295597484, "gold_y_top4_recall": 0.8490566037735849, "gold_y_top8_recall": 0.8836477987421384, "gold_rot_top2_recall": 0.9968553459119497, "gold_rot_top4_recall": 1.0, "gold_component_in_cartesian_shortlist_rate": 0.839622641509434, "gold_component_in_solver_candidates_rate": 0.839622641509434, "gold_full_sample_in_cartesian_shortlist_rate": 0.782608695652174, "gold_full_sample_in_solver_candidates_rate": 0.782608695652174, "gold_selected_any_attempt_rate": 0.43478260869565216}, "router_fail_net_class_counts": {"other": 16, "VDD": 1, "ground": 1}, "cp_sat_terminal_status_counts": {"unknown": 2, "infeasible": 2}, "macro_topology_exact_match_rate": null}, "open-schematics_hf": {"micro_topology_exact_match_rate": 0.07246376811594203, "topology_exact_match_rate": 0.07246376811594203, "placement_overlap_rate": 0.0, "mean_crossings": 0.0, "mean_bends": 9.6, "mean_manhattan_wire_length": 392.8, "mean_canvas_area_used": 40047.6, "accepted": 5, "total": 69, "overlap_count": 0, "overlap_pairs_total": 0, "crossings_total": 0.0, "bends_total": 48.0, "wire_length_total": 1964.0, "canvas_area_total": 200238.0, "topology_failures": 64, "status_counts": {"cp_sat_fail": 26, "router_fail": 38, "accepted": 5}, "failure_reason_counts": {"cp_sat_fail": 26, "router_fail": 38}, "score_tuple": [64, 0, 48.0, 1964.0, 200238.0], "diagnostic_counts": {"gold_samples": 69, "gold_components": 2911, "x_top4_hits": 115, "x_top8_hits": 183, "y_top4_hits": 146, "y_top8_hits": 204, "rot_top2_hits": 2511, "rot_top4_hits": 2911, "gold_component_in_cartesian_hits": 14, "gold_component_in_solver_hits": 14}, "diagnostics": {"gold_samples": 69, "gold_components": 2911, "gold_x_top4_recall": 0.039505324630711096, "gold_x_top8_recall": 0.06286499484713157, "gold_y_top4_recall": 0.05015458605290278, "gold_y_top8_recall": 0.07007901064926142, "gold_rot_top2_recall": 0.8625901751975267, "gold_rot_top4_recall": 1.0, "gold_component_in_cartesian_shortlist_rate": 0.0048093438680865686, "gold_component_in_solver_candidates_rate": 0.0048093438680865686, "gold_full_sample_in_cartesian_shortlist_rate": 0.0, "gold_full_sample_in_solver_candidates_rate": 0.0, "gold_selected_any_attempt_rate": 0.0}, "router_fail_net_class_counts": {"VDD": 13, "other": 11, "ground": 14}, "cp_sat_terminal_status_counts": {"unknown": 3, "infeasible": 23}, "macro_topology_exact_match_rate": null}}, "macro_topology_exact_match_rate": 0.20531400966183574, "per_size_bin": {"01-04": {"micro_topology_exact_match_rate": 0.3333333333333333, "topology_exact_match_rate": 0.3333333333333333, "placement_overlap_rate": 0.0, "mean_crossings": 0.0, "mean_bends": 11.0, "mean_manhattan_wire_length": 558.5, "mean_canvas_area_used": 42129.0, "accepted": 2, "total": 6, "overlap_count": 0, "overlap_pairs_total": 0, "crossings_total": 0.0, "bends_total": 22.0, "wire_length_total": 1117.0, "canvas_area_total": 84258.0, "topology_failures": 4, "status_counts": {"router_fail": 4, "accepted": 2}, "failure_reason_counts": {"router_fail": 4}, "score_tuple": [4, 0, 22.0, 1117.0, 84258.0], "diagnostic_counts": {"gold_samples": 6, "gold_components": 21, "x_top4_hits": 12, "x_top8_hits": 14, "y_top4_hits": 15, "y_top8_hits": 16, "rot_top2_hits": 20, "rot_top4_hits": 21, "gold_component_in_cartesian_hits": 10, "gold_component_in_solver_hits": 10, "gold_full_sample_in_cartesian_hits": 2, "gold_full_sample_in_solver_hits": 2, "gold_selected_any_attempt_hits": 2}, "diagnostics": {"gold_samples": 6, "gold_components": 21, "gold_x_top4_recall": 0.5714285714285714, "gold_x_top8_recall": 0.6666666666666666, "gold_y_top4_recall": 0.7142857142857143, "gold_y_top8_recall": 0.7619047619047619, "gold_rot_top2_recall": 0.9523809523809523, "gold_rot_top4_recall": 1.0, "gold_component_in_cartesian_shortlist_rate": 0.47619047619047616, "gold_component_in_solver_candidates_rate": 0.47619047619047616, "gold_full_sample_in_cartesian_shortlist_rate": 0.3333333333333333, "gold_full_sample_in_solver_candidates_rate": 0.3333333333333333, "gold_selected_any_attempt_rate": 0.3333333333333333}, "router_fail_net_class_counts": {"other": 3, "ground": 1}, "cp_sat_terminal_status_counts": {}, "macro_topology_exact_match_rate": null}, "05-08": {"micro_topology_exact_match_rate": 0.3076923076923077, "topology_exact_match_rate": 0.3076923076923077, "placement_overlap_rate": 0.0, "mean_crossings": 0.0, "mean_bends": 23.0, "mean_manhattan_wire_length": 855.0, "mean_canvas_area_used": 33691.0, "accepted": 4, "total": 13, "overlap_count": 0, "overlap_pairs_total": 0, "crossings_total": 0.0, "bends_total": 92.0, "wire_length_total": 3420.0, "canvas_area_total": 134764.0, "topology_failures": 9, "status_counts": {"router_fail": 9, "accepted": 4}, "failure_reason_counts": {"router_fail": 9}, "score_tuple": [9, 0, 92.0, 3420.0, 134764.0], "diagnostic_counts": {"gold_samples": 13, "gold_components": 84, "x_top4_hits": 63, "x_top8_hits": 64, "y_top4_hits": 69, "y_top8_hits": 70, "rot_top2_hits": 82, "rot_top4_hits": 84, "gold_component_in_cartesian_hits": 62, "gold_component_in_solver_hits": 62, "gold_full_sample_in_cartesian_hits": 9, "gold_full_sample_in_solver_hits": 9, "gold_selected_any_attempt_hits": 7}, "diagnostics": {"gold_samples": 13, "gold_components": 84, "gold_x_top4_recall": 0.75, "gold_x_top8_recall": 0.7619047619047619, "gold_y_top4_recall": 0.8214285714285714, "gold_y_top8_recall": 0.8333333333333334, "gold_rot_top2_recall": 0.9761904761904762, "gold_rot_top4_recall": 1.0, "gold_component_in_cartesian_shortlist_rate": 0.7380952380952381, "gold_component_in_solver_candidates_rate": 0.7380952380952381, "gold_full_sample_in_cartesian_shortlist_rate": 0.6923076923076923, "gold_full_sample_in_solver_candidates_rate": 0.6923076923076923, "gold_selected_any_attempt_rate": 0.5384615384615384}, "router_fail_net_class_counts": {"other": 9}, "cp_sat_terminal_status_counts": {}, "macro_topology_exact_match_rate": null}, "09-16": {"micro_topology_exact_match_rate": 0.125, "topology_exact_match_rate": 0.125, "placement_overlap_rate": 0.0, "mean_crossings": 0.0, "mean_bends": 3.0, "mean_manhattan_wire_length": 92.0, "mean_canvas_area_used": 67840.0, "accepted": 1, "total": 8, "overlap_count": 0, "overlap_pairs_total": 0, "crossings_total": 0.0, "bends_total": 3.0, "wire_length_total": 92.0, "canvas_area_total": 67840.0, "topology_failures": 7, "status_counts": {"router_fail": 7, "accepted": 1}, "failure_reason_counts": {"router_fail": 7}, "score_tuple": [7, 0, 3.0, 92.0, 67840.0], "diagnostic_counts": {"gold_samples": 8, "gold_components": 94, "x_top4_hits": 58, "x_top8_hits": 61, "y_top4_hits": 57, "y_top8_hits": 58, "rot_top2_hits": 92, "rot_top4_hits": 94, "gold_component_in_cartesian_hits": 52, "gold_component_in_solver_hits": 52, "gold_full_sample_in_cartesian_hits": 4, "gold_full_sample_in_solver_hits": 4, "gold_selected_any_attempt_hits": 1}, "diagnostics": {"gold_samples": 8, "gold_components": 94, "gold_x_top4_recall": 0.6170212765957447, "gold_x_top8_recall": 0.648936170212766, "gold_y_top4_recall": 0.6063829787234043, "gold_y_top8_recall": 0.6170212765957447, "gold_rot_top2_recall": 0.9787234042553191, "gold_rot_top4_recall": 1.0, "gold_component_in_cartesian_shortlist_rate": 0.5531914893617021, "gold_component_in_solver_candidates_rate": 0.5531914893617021, "gold_full_sample_in_cartesian_shortlist_rate": 0.5, "gold_full_sample_in_solver_candidates_rate": 0.5, "gold_selected_any_attempt_rate": 0.125}, "router_fail_net_class_counts": {"VDD": 1, "other": 5, "ground": 1}, "cp_sat_terminal_status_counts": {}, "macro_topology_exact_match_rate": null}, "17-24": {"micro_topology_exact_match_rate": 0.14285714285714285, "topology_exact_match_rate": 0.14285714285714285, "placement_overlap_rate": 0.0, "mean_crossings": 0.0, "mean_bends": 20.0, "mean_manhattan_wire_length": 704.0, "mean_canvas_area_used": 66816.0, "accepted": 1, "total": 7, "overlap_count": 0, "overlap_pairs_total": 0, "crossings_total": 0.0, "bends_total": 20.0, "wire_length_total": 704.0, "canvas_area_total": 66816.0, "topology_failures": 6, "status_counts": {"router_fail": 6, "accepted": 1}, "failure_reason_counts": {"router_fail": 6}, "score_tuple": [6, 0, 20.0, 704.0, 66816.0], "diagnostic_counts": {"gold_samples": 7, "gold_components": 135, "x_top4_hits": 25, "x_top8_hits": 35, "y_top4_hits": 29, "y_top8_hits": 32, "rot_top2_hits": 124, "rot_top4_hits": 135, "gold_component_in_cartesian_hits": 17, "gold_component_in_solver_hits": 17, "gold_full_sample_in_cartesian_hits": 1, "gold_full_sample_in_solver_hits": 1}, "diagnostics": {"gold_samples": 7, "gold_components": 135, "gold_x_top4_recall": 0.18518518518518517, "gold_x_top8_recall": 0.25925925925925924, "gold_y_top4_recall": 0.21481481481481482, "gold_y_top8_recall": 0.23703703703703705, "gold_rot_top2_recall": 0.9185185185185185, "gold_rot_top4_recall": 1.0, "gold_component_in_cartesian_shortlist_rate": 0.1259259259259259, "gold_component_in_solver_candidates_rate": 0.1259259259259259, "gold_full_sample_in_cartesian_shortlist_rate": 0.14285714285714285, "gold_full_sample_in_solver_candidates_rate": 0.14285714285714285, "gold_selected_any_attempt_rate": 0.0}, "router_fail_net_class_counts": {"ground": 1, "other": 4, "VDD": 1}, "cp_sat_terminal_status_counts": {}, "macro_topology_exact_match_rate": null}, "25-32": {"micro_topology_exact_match_rate": 0.0, "topology_exact_match_rate": 0.0, "placement_overlap_rate": 1.0, "mean_crossings": 0.0, "mean_bends": 0.0, "mean_manhattan_wire_length": 0.0, "mean_canvas_area_used": 0.0, "accepted": 0, "total": 2, "overlap_count": 0, "overlap_pairs_total": 0, "crossings_total": 0, "bends_total": 0, "wire_length_total": 0, "canvas_area_total": 0, "topology_failures": 2, "status_counts": {"router_fail": 1, "cp_sat_fail": 1}, "failure_reason_counts": {"router_fail": 1, "cp_sat_fail": 1}, "score_tuple": [2, 0, 0, 0, 0], "diagnostic_counts": {"gold_samples": 2, "gold_components": 61, "x_top4_hits": 33, "x_top8_hits": 33, "y_top4_hits": 34, "y_top8_hits": 34, "rot_top2_hits": 56, "rot_top4_hits": 61, "gold_component_in_cartesian_hits": 32, "gold_component_in_solver_hits": 32, "gold_full_sample_in_cartesian_hits": 1, "gold_full_sample_in_solver_hits": 1}, "diagnostics": {"gold_samples": 2, "gold_components": 61, "gold_x_top4_recall": 0.5409836065573771, "gold_x_top8_recall": 0.5409836065573771, "gold_y_top4_recall": 0.5573770491803278, "gold_y_top8_recall": 0.5573770491803278, "gold_rot_top2_recall": 0.9180327868852459, "gold_rot_top4_recall": 1.0, "gold_component_in_cartesian_shortlist_rate": 0.5245901639344263, "gold_component_in_solver_candidates_rate": 0.5245901639344263, "gold_full_sample_in_cartesian_shortlist_rate": 0.5, "gold_full_sample_in_solver_candidates_rate": 0.5, "gold_selected_any_attempt_rate": 0.0}, "router_fail_net_class_counts": {"other": 1}, "cp_sat_terminal_status_counts": {"infeasible": 1}, "macro_topology_exact_match_rate": null}, "33-48": {"micro_topology_exact_match_rate": 0.0, "topology_exact_match_rate": 0.0, "placement_overlap_rate": 1.0, "mean_crossings": 0.0, "mean_bends": 0.0, "mean_manhattan_wire_length": 0.0, "mean_canvas_area_used": 0.0, "accepted": 0, "total": 34, "overlap_count": 0, "overlap_pairs_total": 0, "crossings_total": 0, "bends_total": 0, "wire_length_total": 0, "canvas_area_total": 0, "topology_failures": 34, "status_counts": {"router_fail": 22, "cp_sat_fail": 12}, "failure_reason_counts": {"router_fail": 22, "cp_sat_fail": 12}, "score_tuple": [34, 0, 0, 0, 0], "diagnostic_counts": {"gold_samples": 34, "gold_components": 1418, "x_top4_hits": 97, "x_top8_hits": 125, "y_top4_hits": 92, "y_top8_hits": 125, "rot_top2_hits": 1194, "rot_top4_hits": 1418, "gold_component_in_cartesian_hits": 37, "gold_component_in_solver_hits": 37}, "diagnostics": {"gold_samples": 34, "gold_components": 1418, "gold_x_top4_recall": 0.0684062059238364, "gold_x_top8_recall": 0.08815232722143865, "gold_y_top4_recall": 0.06488011283497884, "gold_y_top8_recall": 0.08815232722143865, "gold_rot_top2_recall": 0.842031029619182, "gold_rot_top4_recall": 1.0, "gold_component_in_cartesian_shortlist_rate": 0.02609308885754584, "gold_component_in_solver_candidates_rate": 0.02609308885754584, "gold_full_sample_in_cartesian_shortlist_rate": 0.0, "gold_full_sample_in_solver_candidates_rate": 0.0, "gold_selected_any_attempt_rate": 0.0}, "router_fail_net_class_counts": {"VDD": 9, "other": 6, "ground": 7}, "cp_sat_terminal_status_counts": {"unknown": 2, "infeasible": 10}, "macro_topology_exact_match_rate": null}, "49-64": {"micro_topology_exact_match_rate": 0.0, "topology_exact_match_rate": 0.0, "placement_overlap_rate": 1.0, "mean_crossings": 0.0, "mean_bends": 0.0, "mean_manhattan_wire_length": 0.0, "mean_canvas_area_used": 0.0, "accepted": 0, "total": 26, "overlap_count": 0, "overlap_pairs_total": 0, "crossings_total": 0, "bends_total": 0, "wire_length_total": 0, "canvas_area_total": 0, "topology_failures": 26, "status_counts": {"cp_sat_fail": 17, "router_fail": 9}, "failure_reason_counts": {"cp_sat_fail": 17, "router_fail": 9}, "score_tuple": [26, 0, 0, 0, 0], "diagnostic_counts": {"gold_samples": 26, "gold_components": 1445, "x_top4_hits": 142, "x_top8_hits": 168, "y_top4_hits": 120, "y_top8_hits": 151, "rot_top2_hits": 1288, "rot_top4_hits": 1445, "gold_component_in_cartesian_hits": 71, "gold_component_in_solver_hits": 71, "gold_full_sample_in_cartesian_hits": 1, "gold_full_sample_in_solver_hits": 1}, "diagnostics": {"gold_samples": 26, "gold_components": 1445, "gold_x_top4_recall": 0.09826989619377163, "gold_x_top8_recall": 0.11626297577854672, "gold_y_top4_recall": 0.08304498269896193, "gold_y_top8_recall": 0.10449826989619378, "gold_rot_top2_recall": 0.8913494809688581, "gold_rot_top4_recall": 1.0, "gold_component_in_cartesian_shortlist_rate": 0.04913494809688582, "gold_component_in_solver_candidates_rate": 0.04913494809688582, "gold_full_sample_in_cartesian_shortlist_rate": 0.038461538461538464, "gold_full_sample_in_solver_candidates_rate": 0.038461538461538464, "gold_selected_any_attempt_rate": 0.0}, "router_fail_net_class_counts": {"ground": 5, "VDD": 3, "other": 1}, "cp_sat_terminal_status_counts": {"unknown": 3, "infeasible": 14}, "macro_topology_exact_match_rate": null}}, "evaluated_at": "2026-03-10T17:19:15Z", "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 2, "shard_count": 4, "shard_sample_count": 96, "sample_workers": 8, "solver_workers_per_sample": 6, "eval_mode": "normal", "force_dataset_root": null, "solve_stages": [{"top_x": 4, "top_y": 4, "top_rot": 2, "max_solver_candidates": 16, "cp_sat_timeout_seconds": 10.0, "component_candidate_cap": 32}], "routing_options": {"placement_margin": 2, "routing_block_margin": 0, "pin_escape_cells": 2, "trunk_first_min_degree": 3, "trunk_first_priority_only": false}}
|
netlist_to_layout_v1/runs/routerfix-baseline-normal384-rbm0e2t3/posttrain_full_eval_tmp/step-008000/shard_02.progress.json
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"status": "completed",
|
| 3 |
+
"updated_at": "2026-03-10T17:19:15Z",
|
| 4 |
+
"checkpoint_step": 8000,
|
| 5 |
+
"checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt",
|
| 6 |
+
"split": "val",
|
| 7 |
+
"manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json",
|
| 8 |
+
"manifest_size": 384,
|
| 9 |
+
"shard_index": 2,
|
| 10 |
+
"shard_count": 4,
|
| 11 |
+
"shard_sample_count": 96,
|
| 12 |
+
"processed": 96,
|
| 13 |
+
"total": 96,
|
| 14 |
+
"accepted": 8,
|
| 15 |
+
"progress_fraction": 1.0,
|
| 16 |
+
"samples_per_min": 5.063738893769857,
|
| 17 |
+
"eta_min": 0.0,
|
| 18 |
+
"elapsed_sec": 1137.499409198761,
|
| 19 |
+
"sample_workers": 8,
|
| 20 |
+
"solver_workers_per_sample": 6,
|
| 21 |
+
"last_sample_id": null,
|
| 22 |
+
"last_graph_hash": null,
|
| 23 |
+
"last_status": null,
|
| 24 |
+
"last_dataset_root": null,
|
| 25 |
+
"status_counts": {
|
| 26 |
+
"router_fail": 58,
|
| 27 |
+
"cp_sat_fail": 30,
|
| 28 |
+
"accepted": 8
|
| 29 |
+
},
|
| 30 |
+
"failure_reason_counts": {
|
| 31 |
+
"router_fail": 58,
|
| 32 |
+
"cp_sat_fail": 30
|
| 33 |
+
},
|
| 34 |
+
"processed_by_root": {},
|
| 35 |
+
"accepted_by_root": {}
|
| 36 |
+
}
|
netlist_to_layout_v1/runs/routerfix-baseline-normal384-rbm0e2t3/posttrain_full_eval_tmp/step-008000/shard_03.json
ADDED
|
@@ -0,0 +1,1145 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"micro_topology_exact_match_rate": 0.08333333333333333,
|
| 3 |
+
"topology_exact_match_rate": 0.08333333333333333,
|
| 4 |
+
"placement_overlap_rate": 0.0,
|
| 5 |
+
"mean_crossings": 0.0,
|
| 6 |
+
"mean_bends": 26.5,
|
| 7 |
+
"mean_manhattan_wire_length": 771.25,
|
| 8 |
+
"mean_canvas_area_used": 57365.25,
|
| 9 |
+
"accepted": 8,
|
| 10 |
+
"total": 96,
|
| 11 |
+
"overlap_count": 0,
|
| 12 |
+
"overlap_pairs_total": 0,
|
| 13 |
+
"crossings_total": 0.0,
|
| 14 |
+
"bends_total": 212.0,
|
| 15 |
+
"wire_length_total": 6170.0,
|
| 16 |
+
"canvas_area_total": 458922.0,
|
| 17 |
+
"topology_failures": 88,
|
| 18 |
+
"status_counts": {
|
| 19 |
+
"router_fail": 70,
|
| 20 |
+
"cp_sat_fail": 18,
|
| 21 |
+
"accepted": 8
|
| 22 |
+
},
|
| 23 |
+
"failure_reason_counts": {
|
| 24 |
+
"router_fail": 70,
|
| 25 |
+
"cp_sat_fail": 18
|
| 26 |
+
},
|
| 27 |
+
"score_tuple": [
|
| 28 |
+
88,
|
| 29 |
+
0,
|
| 30 |
+
212.0,
|
| 31 |
+
6170.0,
|
| 32 |
+
458922.0
|
| 33 |
+
],
|
| 34 |
+
"diagnostic_counts": {
|
| 35 |
+
"gold_samples": 96,
|
| 36 |
+
"gold_components": 3399,
|
| 37 |
+
"x_top4_hits": 338,
|
| 38 |
+
"x_top8_hits": 421,
|
| 39 |
+
"y_top4_hits": 385,
|
| 40 |
+
"y_top8_hits": 497,
|
| 41 |
+
"rot_top2_hits": 2838,
|
| 42 |
+
"rot_top4_hits": 3399,
|
| 43 |
+
"gold_component_in_cartesian_hits": 185,
|
| 44 |
+
"gold_component_in_solver_hits": 185,
|
| 45 |
+
"gold_full_sample_in_cartesian_hits": 13,
|
| 46 |
+
"gold_full_sample_in_solver_hits": 13,
|
| 47 |
+
"gold_selected_any_attempt_hits": 7
|
| 48 |
+
},
|
| 49 |
+
"diagnostics": {
|
| 50 |
+
"gold_samples": 96,
|
| 51 |
+
"gold_components": 3399,
|
| 52 |
+
"gold_x_top4_recall": 0.09944101206237128,
|
| 53 |
+
"gold_x_top8_recall": 0.12385995881141512,
|
| 54 |
+
"gold_y_top4_recall": 0.11326860841423948,
|
| 55 |
+
"gold_y_top8_recall": 0.1462194763165637,
|
| 56 |
+
"gold_rot_top2_recall": 0.8349514563106796,
|
| 57 |
+
"gold_rot_top4_recall": 1.0,
|
| 58 |
+
"gold_component_in_cartesian_shortlist_rate": 0.054427772874374815,
|
| 59 |
+
"gold_component_in_solver_candidates_rate": 0.054427772874374815,
|
| 60 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.13541666666666666,
|
| 61 |
+
"gold_full_sample_in_solver_candidates_rate": 0.13541666666666666,
|
| 62 |
+
"gold_selected_any_attempt_rate": 0.07291666666666667
|
| 63 |
+
},
|
| 64 |
+
"router_fail_net_class_counts": {
|
| 65 |
+
"ground": 32,
|
| 66 |
+
"VDD": 13,
|
| 67 |
+
"other": 22,
|
| 68 |
+
"VOUT": 1,
|
| 69 |
+
"VCC": 1,
|
| 70 |
+
"power": 1
|
| 71 |
+
},
|
| 72 |
+
"cp_sat_terminal_status_counts": {
|
| 73 |
+
"infeasible": 13,
|
| 74 |
+
"unknown": 5
|
| 75 |
+
},
|
| 76 |
+
"failure_examples": {
|
| 77 |
+
"router_fail": [
|
| 78 |
+
{
|
| 79 |
+
"sample_id": "open-schematics_hf:train-00004-of-00078.parquet:1:469",
|
| 80 |
+
"graph_hash": "94d56c6fa054830acbff31afe089c3c3a6a1162c",
|
| 81 |
+
"dataset_root": "open-schematics_hf",
|
| 82 |
+
"attempts": [
|
| 83 |
+
{
|
| 84 |
+
"stage": 1,
|
| 85 |
+
"stage_config": {
|
| 86 |
+
"top_x": 4,
|
| 87 |
+
"top_y": 4,
|
| 88 |
+
"top_rot": 2,
|
| 89 |
+
"max_solver_candidates": 16,
|
| 90 |
+
"cp_sat_timeout_seconds": 10.0,
|
| 91 |
+
"component_candidate_cap": 32
|
| 92 |
+
},
|
| 93 |
+
"attempt": 1,
|
| 94 |
+
"global_attempt": 1,
|
| 95 |
+
"solver_status": "ok",
|
| 96 |
+
"candidate_count_min": 32,
|
| 97 |
+
"candidate_count_max": 32,
|
| 98 |
+
"candidate_count_total": 1952,
|
| 99 |
+
"cartesian_candidate_count_total": 1952,
|
| 100 |
+
"forbidden_choice_tuples": 0,
|
| 101 |
+
"component_candidate_cap": 32,
|
| 102 |
+
"cp_sat_status": "feasible",
|
| 103 |
+
"cp_sat_timeout_seconds": 10.0,
|
| 104 |
+
"placement_margin": 2,
|
| 105 |
+
"gold_injected_component_count": 0,
|
| 106 |
+
"objective_value": 283163.0,
|
| 107 |
+
"route_status": "router_fail",
|
| 108 |
+
"route_debug": {
|
| 109 |
+
"failed_net_nid": "N00017",
|
| 110 |
+
"failed_net_name": "GND",
|
| 111 |
+
"failed_net_degree": 7,
|
| 112 |
+
"pin_count": 7,
|
| 113 |
+
"tree_cell_count": 339,
|
| 114 |
+
"remaining_pin_count": 1,
|
| 115 |
+
"routing_block_margin": 0,
|
| 116 |
+
"pin_escape_cells": 2,
|
| 117 |
+
"trunk_first_used": true,
|
| 118 |
+
"trunk_first_min_degree": 3
|
| 119 |
+
}
|
| 120 |
+
},
|
| 121 |
+
{
|
| 122 |
+
"stage": 1,
|
| 123 |
+
"stage_config": {
|
| 124 |
+
"top_x": 4,
|
| 125 |
+
"top_y": 4,
|
| 126 |
+
"top_rot": 2,
|
| 127 |
+
"max_solver_candidates": 16,
|
| 128 |
+
"cp_sat_timeout_seconds": 10.0,
|
| 129 |
+
"component_candidate_cap": 32
|
| 130 |
+
},
|
| 131 |
+
"attempt": 2,
|
| 132 |
+
"global_attempt": 2,
|
| 133 |
+
"solver_status": "ok",
|
| 134 |
+
"candidate_count_min": 32,
|
| 135 |
+
"candidate_count_max": 32,
|
| 136 |
+
"candidate_count_total": 1952,
|
| 137 |
+
"cartesian_candidate_count_total": 1952,
|
| 138 |
+
"forbidden_choice_tuples": 1,
|
| 139 |
+
"component_candidate_cap": 32,
|
| 140 |
+
"cp_sat_status": "feasible",
|
| 141 |
+
"cp_sat_timeout_seconds": 10.0,
|
| 142 |
+
"placement_margin": 2,
|
| 143 |
+
"gold_injected_component_count": 0,
|
| 144 |
+
"objective_value": 286409.0,
|
| 145 |
+
"route_status": "router_fail",
|
| 146 |
+
"route_debug": {
|
| 147 |
+
"failed_net_nid": "N00017",
|
| 148 |
+
"failed_net_name": "GND",
|
| 149 |
+
"failed_net_degree": 7,
|
| 150 |
+
"pin_count": 7,
|
| 151 |
+
"tree_cell_count": 289,
|
| 152 |
+
"remaining_pin_count": 2,
|
| 153 |
+
"routing_block_margin": 0,
|
| 154 |
+
"pin_escape_cells": 2,
|
| 155 |
+
"trunk_first_used": true,
|
| 156 |
+
"trunk_first_min_degree": 3
|
| 157 |
+
}
|
| 158 |
+
}
|
| 159 |
+
]
|
| 160 |
+
},
|
| 161 |
+
{
|
| 162 |
+
"sample_id": "open-schematics_hf:train-00026-of-00078.parquet:1:442",
|
| 163 |
+
"graph_hash": "51be080c5e519b75ca6ae9159a014d46ba3bbd19",
|
| 164 |
+
"dataset_root": "open-schematics_hf",
|
| 165 |
+
"attempts": [
|
| 166 |
+
{
|
| 167 |
+
"stage": 1,
|
| 168 |
+
"stage_config": {
|
| 169 |
+
"top_x": 4,
|
| 170 |
+
"top_y": 4,
|
| 171 |
+
"top_rot": 2,
|
| 172 |
+
"max_solver_candidates": 16,
|
| 173 |
+
"cp_sat_timeout_seconds": 10.0,
|
| 174 |
+
"component_candidate_cap": 32
|
| 175 |
+
},
|
| 176 |
+
"attempt": 1,
|
| 177 |
+
"global_attempt": 1,
|
| 178 |
+
"solver_status": "ok",
|
| 179 |
+
"candidate_count_min": 32,
|
| 180 |
+
"candidate_count_max": 32,
|
| 181 |
+
"candidate_count_total": 1952,
|
| 182 |
+
"cartesian_candidate_count_total": 1952,
|
| 183 |
+
"forbidden_choice_tuples": 0,
|
| 184 |
+
"component_candidate_cap": 32,
|
| 185 |
+
"cp_sat_status": "feasible",
|
| 186 |
+
"cp_sat_timeout_seconds": 10.0,
|
| 187 |
+
"placement_margin": 2,
|
| 188 |
+
"gold_injected_component_count": 0,
|
| 189 |
+
"objective_value": 293715.0,
|
| 190 |
+
"route_status": "router_fail",
|
| 191 |
+
"route_debug": {
|
| 192 |
+
"failed_net_nid": "N00027",
|
| 193 |
+
"failed_net_name": "GND",
|
| 194 |
+
"failed_net_degree": 2,
|
| 195 |
+
"pin_count": 2,
|
| 196 |
+
"tree_cell_count": 1,
|
| 197 |
+
"remaining_pin_count": 1,
|
| 198 |
+
"routing_block_margin": 0,
|
| 199 |
+
"pin_escape_cells": 2,
|
| 200 |
+
"trunk_first_used": false,
|
| 201 |
+
"trunk_first_min_degree": 3
|
| 202 |
+
}
|
| 203 |
+
},
|
| 204 |
+
{
|
| 205 |
+
"stage": 1,
|
| 206 |
+
"stage_config": {
|
| 207 |
+
"top_x": 4,
|
| 208 |
+
"top_y": 4,
|
| 209 |
+
"top_rot": 2,
|
| 210 |
+
"max_solver_candidates": 16,
|
| 211 |
+
"cp_sat_timeout_seconds": 10.0,
|
| 212 |
+
"component_candidate_cap": 32
|
| 213 |
+
},
|
| 214 |
+
"attempt": 2,
|
| 215 |
+
"global_attempt": 2,
|
| 216 |
+
"solver_status": "ok",
|
| 217 |
+
"candidate_count_min": 32,
|
| 218 |
+
"candidate_count_max": 32,
|
| 219 |
+
"candidate_count_total": 1952,
|
| 220 |
+
"cartesian_candidate_count_total": 1952,
|
| 221 |
+
"forbidden_choice_tuples": 1,
|
| 222 |
+
"component_candidate_cap": 32,
|
| 223 |
+
"cp_sat_status": "feasible",
|
| 224 |
+
"cp_sat_timeout_seconds": 10.0,
|
| 225 |
+
"placement_margin": 2,
|
| 226 |
+
"gold_injected_component_count": 0,
|
| 227 |
+
"objective_value": 292392.0,
|
| 228 |
+
"route_status": "router_fail",
|
| 229 |
+
"route_debug": {
|
| 230 |
+
"failed_net_nid": "N00000",
|
| 231 |
+
"failed_net_name": "GND",
|
| 232 |
+
"failed_net_degree": 5,
|
| 233 |
+
"pin_count": 5,
|
| 234 |
+
"tree_cell_count": 144,
|
| 235 |
+
"remaining_pin_count": 1,
|
| 236 |
+
"routing_block_margin": 0,
|
| 237 |
+
"pin_escape_cells": 2,
|
| 238 |
+
"trunk_first_used": true,
|
| 239 |
+
"trunk_first_min_degree": 3
|
| 240 |
+
}
|
| 241 |
+
}
|
| 242 |
+
]
|
| 243 |
+
},
|
| 244 |
+
{
|
| 245 |
+
"sample_id": "open-schematics_hf:train-00028-of-00078.parquet:0:162",
|
| 246 |
+
"graph_hash": "63ea9d61161b02328b1918c90b4120badea3b410",
|
| 247 |
+
"dataset_root": "open-schematics_hf",
|
| 248 |
+
"attempts": [
|
| 249 |
+
{
|
| 250 |
+
"stage": 1,
|
| 251 |
+
"stage_config": {
|
| 252 |
+
"top_x": 4,
|
| 253 |
+
"top_y": 4,
|
| 254 |
+
"top_rot": 2,
|
| 255 |
+
"max_solver_candidates": 16,
|
| 256 |
+
"cp_sat_timeout_seconds": 10.0,
|
| 257 |
+
"component_candidate_cap": 32
|
| 258 |
+
},
|
| 259 |
+
"attempt": 1,
|
| 260 |
+
"global_attempt": 1,
|
| 261 |
+
"solver_status": "ok",
|
| 262 |
+
"candidate_count_min": 32,
|
| 263 |
+
"candidate_count_max": 32,
|
| 264 |
+
"candidate_count_total": 1760,
|
| 265 |
+
"cartesian_candidate_count_total": 1760,
|
| 266 |
+
"forbidden_choice_tuples": 0,
|
| 267 |
+
"component_candidate_cap": 32,
|
| 268 |
+
"cp_sat_status": "feasible",
|
| 269 |
+
"cp_sat_timeout_seconds": 10.0,
|
| 270 |
+
"placement_margin": 2,
|
| 271 |
+
"gold_injected_component_count": 0,
|
| 272 |
+
"objective_value": 231205.0,
|
| 273 |
+
"route_status": "router_fail",
|
| 274 |
+
"route_debug": {
|
| 275 |
+
"failed_net_nid": "N00001",
|
| 276 |
+
"failed_net_name": "VDD",
|
| 277 |
+
"failed_net_degree": 6,
|
| 278 |
+
"pin_count": 6,
|
| 279 |
+
"tree_cell_count": 264,
|
| 280 |
+
"remaining_pin_count": 1,
|
| 281 |
+
"routing_block_margin": 0,
|
| 282 |
+
"pin_escape_cells": 2,
|
| 283 |
+
"trunk_first_used": true,
|
| 284 |
+
"trunk_first_min_degree": 3
|
| 285 |
+
}
|
| 286 |
+
},
|
| 287 |
+
{
|
| 288 |
+
"stage": 1,
|
| 289 |
+
"stage_config": {
|
| 290 |
+
"top_x": 4,
|
| 291 |
+
"top_y": 4,
|
| 292 |
+
"top_rot": 2,
|
| 293 |
+
"max_solver_candidates": 16,
|
| 294 |
+
"cp_sat_timeout_seconds": 10.0,
|
| 295 |
+
"component_candidate_cap": 32
|
| 296 |
+
},
|
| 297 |
+
"attempt": 2,
|
| 298 |
+
"global_attempt": 2,
|
| 299 |
+
"solver_status": "ok",
|
| 300 |
+
"candidate_count_min": 32,
|
| 301 |
+
"candidate_count_max": 32,
|
| 302 |
+
"candidate_count_total": 1760,
|
| 303 |
+
"cartesian_candidate_count_total": 1760,
|
| 304 |
+
"forbidden_choice_tuples": 1,
|
| 305 |
+
"component_candidate_cap": 32,
|
| 306 |
+
"cp_sat_status": "feasible",
|
| 307 |
+
"cp_sat_timeout_seconds": 10.0,
|
| 308 |
+
"placement_margin": 2,
|
| 309 |
+
"gold_injected_component_count": 0,
|
| 310 |
+
"objective_value": 231205.0,
|
| 311 |
+
"route_status": "router_fail",
|
| 312 |
+
"route_debug": {
|
| 313 |
+
"failed_net_nid": "N00001",
|
| 314 |
+
"failed_net_name": "VDD",
|
| 315 |
+
"failed_net_degree": 6,
|
| 316 |
+
"pin_count": 6,
|
| 317 |
+
"tree_cell_count": 264,
|
| 318 |
+
"remaining_pin_count": 1,
|
| 319 |
+
"routing_block_margin": 0,
|
| 320 |
+
"pin_escape_cells": 2,
|
| 321 |
+
"trunk_first_used": true,
|
| 322 |
+
"trunk_first_min_degree": 3
|
| 323 |
+
}
|
| 324 |
+
}
|
| 325 |
+
]
|
| 326 |
+
}
|
| 327 |
+
],
|
| 328 |
+
"cp_sat_fail": [
|
| 329 |
+
{
|
| 330 |
+
"sample_id": "open-schematics_hf:train-00010-of-00078.parquet:1:417",
|
| 331 |
+
"graph_hash": "33c767319a594d33cddf57ad4ebb7fbbe3a0bfe6",
|
| 332 |
+
"dataset_root": "open-schematics_hf",
|
| 333 |
+
"attempts": [
|
| 334 |
+
{
|
| 335 |
+
"stage": 1,
|
| 336 |
+
"stage_config": {
|
| 337 |
+
"top_x": 4,
|
| 338 |
+
"top_y": 4,
|
| 339 |
+
"top_rot": 2,
|
| 340 |
+
"max_solver_candidates": 16,
|
| 341 |
+
"cp_sat_timeout_seconds": 10.0,
|
| 342 |
+
"component_candidate_cap": 32
|
| 343 |
+
},
|
| 344 |
+
"attempt": 1,
|
| 345 |
+
"global_attempt": 1,
|
| 346 |
+
"solver_status": "cp_sat_fail",
|
| 347 |
+
"candidate_count_min": 32,
|
| 348 |
+
"candidate_count_max": 32,
|
| 349 |
+
"candidate_count_total": 1440,
|
| 350 |
+
"cartesian_candidate_count_total": 1440,
|
| 351 |
+
"forbidden_choice_tuples": 0,
|
| 352 |
+
"component_candidate_cap": 32,
|
| 353 |
+
"cp_sat_status": "infeasible",
|
| 354 |
+
"cp_sat_timeout_seconds": 10.0,
|
| 355 |
+
"placement_margin": 2,
|
| 356 |
+
"gold_injected_component_count": 0
|
| 357 |
+
}
|
| 358 |
+
]
|
| 359 |
+
},
|
| 360 |
+
{
|
| 361 |
+
"sample_id": "open-schematics_hf:train-00019-of-00078.parquet:1:212",
|
| 362 |
+
"graph_hash": "2d59c7e31b60afd39e5d39ac3d41246709b7004d",
|
| 363 |
+
"dataset_root": "open-schematics_hf",
|
| 364 |
+
"attempts": [
|
| 365 |
+
{
|
| 366 |
+
"stage": 1,
|
| 367 |
+
"stage_config": {
|
| 368 |
+
"top_x": 4,
|
| 369 |
+
"top_y": 4,
|
| 370 |
+
"top_rot": 2,
|
| 371 |
+
"max_solver_candidates": 16,
|
| 372 |
+
"cp_sat_timeout_seconds": 10.0,
|
| 373 |
+
"component_candidate_cap": 32
|
| 374 |
+
},
|
| 375 |
+
"attempt": 1,
|
| 376 |
+
"global_attempt": 1,
|
| 377 |
+
"solver_status": "cp_sat_fail",
|
| 378 |
+
"candidate_count_min": 32,
|
| 379 |
+
"candidate_count_max": 32,
|
| 380 |
+
"candidate_count_total": 1792,
|
| 381 |
+
"cartesian_candidate_count_total": 1792,
|
| 382 |
+
"forbidden_choice_tuples": 0,
|
| 383 |
+
"component_candidate_cap": 32,
|
| 384 |
+
"cp_sat_status": "infeasible",
|
| 385 |
+
"cp_sat_timeout_seconds": 10.0,
|
| 386 |
+
"placement_margin": 2,
|
| 387 |
+
"gold_injected_component_count": 0
|
| 388 |
+
}
|
| 389 |
+
]
|
| 390 |
+
},
|
| 391 |
+
{
|
| 392 |
+
"sample_id": "open-schematics_hf:train-00022-of-00078.parquet:0:483",
|
| 393 |
+
"graph_hash": "302a9035708e4fd661b76de9c4162d5f4e6e1714",
|
| 394 |
+
"dataset_root": "open-schematics_hf",
|
| 395 |
+
"attempts": [
|
| 396 |
+
{
|
| 397 |
+
"stage": 1,
|
| 398 |
+
"stage_config": {
|
| 399 |
+
"top_x": 4,
|
| 400 |
+
"top_y": 4,
|
| 401 |
+
"top_rot": 2,
|
| 402 |
+
"max_solver_candidates": 16,
|
| 403 |
+
"cp_sat_timeout_seconds": 10.0,
|
| 404 |
+
"component_candidate_cap": 32
|
| 405 |
+
},
|
| 406 |
+
"attempt": 1,
|
| 407 |
+
"global_attempt": 1,
|
| 408 |
+
"solver_status": "cp_sat_fail",
|
| 409 |
+
"candidate_count_min": 32,
|
| 410 |
+
"candidate_count_max": 32,
|
| 411 |
+
"candidate_count_total": 1664,
|
| 412 |
+
"cartesian_candidate_count_total": 1664,
|
| 413 |
+
"forbidden_choice_tuples": 0,
|
| 414 |
+
"component_candidate_cap": 32,
|
| 415 |
+
"cp_sat_status": "unknown",
|
| 416 |
+
"cp_sat_timeout_seconds": 10.0,
|
| 417 |
+
"placement_margin": 2,
|
| 418 |
+
"gold_injected_component_count": 0
|
| 419 |
+
}
|
| 420 |
+
]
|
| 421 |
+
}
|
| 422 |
+
]
|
| 423 |
+
},
|
| 424 |
+
"per_root": {
|
| 425 |
+
"ams-net.github.io": {
|
| 426 |
+
"micro_topology_exact_match_rate": 0.0,
|
| 427 |
+
"topology_exact_match_rate": 0.0,
|
| 428 |
+
"placement_overlap_rate": 1.0,
|
| 429 |
+
"mean_crossings": 0.0,
|
| 430 |
+
"mean_bends": 0.0,
|
| 431 |
+
"mean_manhattan_wire_length": 0.0,
|
| 432 |
+
"mean_canvas_area_used": 0.0,
|
| 433 |
+
"accepted": 0,
|
| 434 |
+
"total": 2,
|
| 435 |
+
"overlap_count": 0,
|
| 436 |
+
"overlap_pairs_total": 0,
|
| 437 |
+
"crossings_total": 0,
|
| 438 |
+
"bends_total": 0,
|
| 439 |
+
"wire_length_total": 0,
|
| 440 |
+
"canvas_area_total": 0,
|
| 441 |
+
"topology_failures": 2,
|
| 442 |
+
"status_counts": {
|
| 443 |
+
"router_fail": 2
|
| 444 |
+
},
|
| 445 |
+
"failure_reason_counts": {
|
| 446 |
+
"router_fail": 2
|
| 447 |
+
},
|
| 448 |
+
"score_tuple": [
|
| 449 |
+
2,
|
| 450 |
+
0,
|
| 451 |
+
0,
|
| 452 |
+
0,
|
| 453 |
+
0
|
| 454 |
+
],
|
| 455 |
+
"diagnostic_counts": {
|
| 456 |
+
"gold_samples": 2,
|
| 457 |
+
"gold_components": 11,
|
| 458 |
+
"x_top4_hits": 0,
|
| 459 |
+
"x_top8_hits": 0,
|
| 460 |
+
"y_top4_hits": 0,
|
| 461 |
+
"y_top8_hits": 1,
|
| 462 |
+
"rot_top2_hits": 11,
|
| 463 |
+
"rot_top4_hits": 11,
|
| 464 |
+
"gold_component_in_cartesian_hits": 0,
|
| 465 |
+
"gold_component_in_solver_hits": 0
|
| 466 |
+
},
|
| 467 |
+
"diagnostics": {
|
| 468 |
+
"gold_samples": 2,
|
| 469 |
+
"gold_components": 11,
|
| 470 |
+
"gold_x_top4_recall": 0.0,
|
| 471 |
+
"gold_x_top8_recall": 0.0,
|
| 472 |
+
"gold_y_top4_recall": 0.0,
|
| 473 |
+
"gold_y_top8_recall": 0.09090909090909091,
|
| 474 |
+
"gold_rot_top2_recall": 1.0,
|
| 475 |
+
"gold_rot_top4_recall": 1.0,
|
| 476 |
+
"gold_component_in_cartesian_shortlist_rate": 0.0,
|
| 477 |
+
"gold_component_in_solver_candidates_rate": 0.0,
|
| 478 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.0,
|
| 479 |
+
"gold_full_sample_in_solver_candidates_rate": 0.0,
|
| 480 |
+
"gold_selected_any_attempt_rate": 0.0
|
| 481 |
+
},
|
| 482 |
+
"router_fail_net_class_counts": {
|
| 483 |
+
"VDD": 1,
|
| 484 |
+
"other": 1
|
| 485 |
+
},
|
| 486 |
+
"cp_sat_terminal_status_counts": {},
|
| 487 |
+
"macro_topology_exact_match_rate": null
|
| 488 |
+
},
|
| 489 |
+
"ltspice-spice-circuits_hf": {
|
| 490 |
+
"micro_topology_exact_match_rate": 0.0625,
|
| 491 |
+
"topology_exact_match_rate": 0.0625,
|
| 492 |
+
"placement_overlap_rate": 0.0,
|
| 493 |
+
"mean_crossings": 0.0,
|
| 494 |
+
"mean_bends": 2.0,
|
| 495 |
+
"mean_manhattan_wire_length": 478.0,
|
| 496 |
+
"mean_canvas_area_used": 65536.0,
|
| 497 |
+
"accepted": 1,
|
| 498 |
+
"total": 16,
|
| 499 |
+
"overlap_count": 0,
|
| 500 |
+
"overlap_pairs_total": 0,
|
| 501 |
+
"crossings_total": 0.0,
|
| 502 |
+
"bends_total": 2.0,
|
| 503 |
+
"wire_length_total": 478.0,
|
| 504 |
+
"canvas_area_total": 65536.0,
|
| 505 |
+
"topology_failures": 15,
|
| 506 |
+
"status_counts": {
|
| 507 |
+
"router_fail": 15,
|
| 508 |
+
"accepted": 1
|
| 509 |
+
},
|
| 510 |
+
"failure_reason_counts": {
|
| 511 |
+
"router_fail": 15
|
| 512 |
+
},
|
| 513 |
+
"score_tuple": [
|
| 514 |
+
15,
|
| 515 |
+
0,
|
| 516 |
+
2.0,
|
| 517 |
+
478.0,
|
| 518 |
+
65536.0
|
| 519 |
+
],
|
| 520 |
+
"diagnostic_counts": {
|
| 521 |
+
"gold_samples": 16,
|
| 522 |
+
"gold_components": 142,
|
| 523 |
+
"x_top4_hits": 138,
|
| 524 |
+
"x_top8_hits": 138,
|
| 525 |
+
"y_top4_hits": 141,
|
| 526 |
+
"y_top8_hits": 142,
|
| 527 |
+
"rot_top2_hits": 140,
|
| 528 |
+
"rot_top4_hits": 142,
|
| 529 |
+
"gold_component_in_cartesian_hits": 136,
|
| 530 |
+
"gold_component_in_solver_hits": 136,
|
| 531 |
+
"gold_full_sample_in_cartesian_hits": 13,
|
| 532 |
+
"gold_full_sample_in_solver_hits": 13,
|
| 533 |
+
"gold_selected_any_attempt_hits": 7
|
| 534 |
+
},
|
| 535 |
+
"diagnostics": {
|
| 536 |
+
"gold_samples": 16,
|
| 537 |
+
"gold_components": 142,
|
| 538 |
+
"gold_x_top4_recall": 0.971830985915493,
|
| 539 |
+
"gold_x_top8_recall": 0.971830985915493,
|
| 540 |
+
"gold_y_top4_recall": 0.9929577464788732,
|
| 541 |
+
"gold_y_top8_recall": 1.0,
|
| 542 |
+
"gold_rot_top2_recall": 0.9859154929577465,
|
| 543 |
+
"gold_rot_top4_recall": 1.0,
|
| 544 |
+
"gold_component_in_cartesian_shortlist_rate": 0.9577464788732394,
|
| 545 |
+
"gold_component_in_solver_candidates_rate": 0.9577464788732394,
|
| 546 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.8125,
|
| 547 |
+
"gold_full_sample_in_solver_candidates_rate": 0.8125,
|
| 548 |
+
"gold_selected_any_attempt_rate": 0.4375
|
| 549 |
+
},
|
| 550 |
+
"router_fail_net_class_counts": {
|
| 551 |
+
"other": 10,
|
| 552 |
+
"VOUT": 1,
|
| 553 |
+
"VCC": 1,
|
| 554 |
+
"ground": 2,
|
| 555 |
+
"VDD": 1
|
| 556 |
+
},
|
| 557 |
+
"cp_sat_terminal_status_counts": {},
|
| 558 |
+
"macro_topology_exact_match_rate": null
|
| 559 |
+
},
|
| 560 |
+
"open-schematics_hf": {
|
| 561 |
+
"micro_topology_exact_match_rate": 0.08974358974358974,
|
| 562 |
+
"topology_exact_match_rate": 0.08974358974358974,
|
| 563 |
+
"placement_overlap_rate": 0.0,
|
| 564 |
+
"mean_crossings": 0.0,
|
| 565 |
+
"mean_bends": 30.0,
|
| 566 |
+
"mean_manhattan_wire_length": 813.1428571428571,
|
| 567 |
+
"mean_canvas_area_used": 56198.0,
|
| 568 |
+
"accepted": 7,
|
| 569 |
+
"total": 78,
|
| 570 |
+
"overlap_count": 0,
|
| 571 |
+
"overlap_pairs_total": 0,
|
| 572 |
+
"crossings_total": 0.0,
|
| 573 |
+
"bends_total": 210.0,
|
| 574 |
+
"wire_length_total": 5692.0,
|
| 575 |
+
"canvas_area_total": 393386.0,
|
| 576 |
+
"topology_failures": 71,
|
| 577 |
+
"status_counts": {
|
| 578 |
+
"router_fail": 53,
|
| 579 |
+
"cp_sat_fail": 18,
|
| 580 |
+
"accepted": 7
|
| 581 |
+
},
|
| 582 |
+
"failure_reason_counts": {
|
| 583 |
+
"router_fail": 53,
|
| 584 |
+
"cp_sat_fail": 18
|
| 585 |
+
},
|
| 586 |
+
"score_tuple": [
|
| 587 |
+
71,
|
| 588 |
+
0,
|
| 589 |
+
210.0,
|
| 590 |
+
5692.0,
|
| 591 |
+
393386.0
|
| 592 |
+
],
|
| 593 |
+
"diagnostic_counts": {
|
| 594 |
+
"gold_samples": 78,
|
| 595 |
+
"gold_components": 3246,
|
| 596 |
+
"x_top4_hits": 200,
|
| 597 |
+
"x_top8_hits": 283,
|
| 598 |
+
"y_top4_hits": 244,
|
| 599 |
+
"y_top8_hits": 354,
|
| 600 |
+
"rot_top2_hits": 2687,
|
| 601 |
+
"rot_top4_hits": 3246,
|
| 602 |
+
"gold_component_in_cartesian_hits": 49,
|
| 603 |
+
"gold_component_in_solver_hits": 49
|
| 604 |
+
},
|
| 605 |
+
"diagnostics": {
|
| 606 |
+
"gold_samples": 78,
|
| 607 |
+
"gold_components": 3246,
|
| 608 |
+
"gold_x_top4_recall": 0.061614294516327786,
|
| 609 |
+
"gold_x_top8_recall": 0.08718422674060382,
|
| 610 |
+
"gold_y_top4_recall": 0.0751694393099199,
|
| 611 |
+
"gold_y_top8_recall": 0.10905730129390019,
|
| 612 |
+
"gold_rot_top2_recall": 0.8277880468268638,
|
| 613 |
+
"gold_rot_top4_recall": 1.0,
|
| 614 |
+
"gold_component_in_cartesian_shortlist_rate": 0.015095502156500308,
|
| 615 |
+
"gold_component_in_solver_candidates_rate": 0.015095502156500308,
|
| 616 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.0,
|
| 617 |
+
"gold_full_sample_in_solver_candidates_rate": 0.0,
|
| 618 |
+
"gold_selected_any_attempt_rate": 0.0
|
| 619 |
+
},
|
| 620 |
+
"router_fail_net_class_counts": {
|
| 621 |
+
"ground": 30,
|
| 622 |
+
"VDD": 11,
|
| 623 |
+
"other": 11,
|
| 624 |
+
"power": 1
|
| 625 |
+
},
|
| 626 |
+
"cp_sat_terminal_status_counts": {
|
| 627 |
+
"infeasible": 13,
|
| 628 |
+
"unknown": 5
|
| 629 |
+
},
|
| 630 |
+
"macro_topology_exact_match_rate": null
|
| 631 |
+
}
|
| 632 |
+
},
|
| 633 |
+
"macro_topology_exact_match_rate": 0.050747863247863255,
|
| 634 |
+
"per_size_bin": {
|
| 635 |
+
"01-04": {
|
| 636 |
+
"micro_topology_exact_match_rate": 0.3333333333333333,
|
| 637 |
+
"topology_exact_match_rate": 0.3333333333333333,
|
| 638 |
+
"placement_overlap_rate": 0.0,
|
| 639 |
+
"mean_crossings": 0.0,
|
| 640 |
+
"mean_bends": 2.0,
|
| 641 |
+
"mean_manhattan_wire_length": 334.0,
|
| 642 |
+
"mean_canvas_area_used": 47243.0,
|
| 643 |
+
"accepted": 2,
|
| 644 |
+
"total": 6,
|
| 645 |
+
"overlap_count": 0,
|
| 646 |
+
"overlap_pairs_total": 0,
|
| 647 |
+
"crossings_total": 0.0,
|
| 648 |
+
"bends_total": 4.0,
|
| 649 |
+
"wire_length_total": 668.0,
|
| 650 |
+
"canvas_area_total": 94486.0,
|
| 651 |
+
"topology_failures": 4,
|
| 652 |
+
"status_counts": {
|
| 653 |
+
"accepted": 2,
|
| 654 |
+
"router_fail": 4
|
| 655 |
+
},
|
| 656 |
+
"failure_reason_counts": {
|
| 657 |
+
"router_fail": 4
|
| 658 |
+
},
|
| 659 |
+
"score_tuple": [
|
| 660 |
+
4,
|
| 661 |
+
0,
|
| 662 |
+
4.0,
|
| 663 |
+
668.0,
|
| 664 |
+
94486.0
|
| 665 |
+
],
|
| 666 |
+
"diagnostic_counts": {
|
| 667 |
+
"gold_samples": 6,
|
| 668 |
+
"gold_components": 21,
|
| 669 |
+
"x_top4_hits": 14,
|
| 670 |
+
"x_top8_hits": 14,
|
| 671 |
+
"y_top4_hits": 15,
|
| 672 |
+
"y_top8_hits": 15,
|
| 673 |
+
"rot_top2_hits": 18,
|
| 674 |
+
"rot_top4_hits": 21,
|
| 675 |
+
"gold_component_in_cartesian_hits": 10,
|
| 676 |
+
"gold_component_in_solver_hits": 10,
|
| 677 |
+
"gold_full_sample_in_cartesian_hits": 2,
|
| 678 |
+
"gold_full_sample_in_solver_hits": 2,
|
| 679 |
+
"gold_selected_any_attempt_hits": 2
|
| 680 |
+
},
|
| 681 |
+
"diagnostics": {
|
| 682 |
+
"gold_samples": 6,
|
| 683 |
+
"gold_components": 21,
|
| 684 |
+
"gold_x_top4_recall": 0.6666666666666666,
|
| 685 |
+
"gold_x_top8_recall": 0.6666666666666666,
|
| 686 |
+
"gold_y_top4_recall": 0.7142857142857143,
|
| 687 |
+
"gold_y_top8_recall": 0.7142857142857143,
|
| 688 |
+
"gold_rot_top2_recall": 0.8571428571428571,
|
| 689 |
+
"gold_rot_top4_recall": 1.0,
|
| 690 |
+
"gold_component_in_cartesian_shortlist_rate": 0.47619047619047616,
|
| 691 |
+
"gold_component_in_solver_candidates_rate": 0.47619047619047616,
|
| 692 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.3333333333333333,
|
| 693 |
+
"gold_full_sample_in_solver_candidates_rate": 0.3333333333333333,
|
| 694 |
+
"gold_selected_any_attempt_rate": 0.3333333333333333
|
| 695 |
+
},
|
| 696 |
+
"router_fail_net_class_counts": {
|
| 697 |
+
"VOUT": 1,
|
| 698 |
+
"other": 2,
|
| 699 |
+
"VDD": 1
|
| 700 |
+
},
|
| 701 |
+
"cp_sat_terminal_status_counts": {},
|
| 702 |
+
"macro_topology_exact_match_rate": null
|
| 703 |
+
},
|
| 704 |
+
"05-08": {
|
| 705 |
+
"micro_topology_exact_match_rate": 0.125,
|
| 706 |
+
"topology_exact_match_rate": 0.125,
|
| 707 |
+
"placement_overlap_rate": 0.0,
|
| 708 |
+
"mean_crossings": 0.0,
|
| 709 |
+
"mean_bends": 18.0,
|
| 710 |
+
"mean_manhattan_wire_length": 567.0,
|
| 711 |
+
"mean_canvas_area_used": 63488.0,
|
| 712 |
+
"accepted": 1,
|
| 713 |
+
"total": 8,
|
| 714 |
+
"overlap_count": 0,
|
| 715 |
+
"overlap_pairs_total": 0,
|
| 716 |
+
"crossings_total": 0.0,
|
| 717 |
+
"bends_total": 18.0,
|
| 718 |
+
"wire_length_total": 567.0,
|
| 719 |
+
"canvas_area_total": 63488.0,
|
| 720 |
+
"topology_failures": 7,
|
| 721 |
+
"status_counts": {
|
| 722 |
+
"accepted": 1,
|
| 723 |
+
"router_fail": 7
|
| 724 |
+
},
|
| 725 |
+
"failure_reason_counts": {
|
| 726 |
+
"router_fail": 7
|
| 727 |
+
},
|
| 728 |
+
"score_tuple": [
|
| 729 |
+
7,
|
| 730 |
+
0,
|
| 731 |
+
18.0,
|
| 732 |
+
567.0,
|
| 733 |
+
63488.0
|
| 734 |
+
],
|
| 735 |
+
"diagnostic_counts": {
|
| 736 |
+
"gold_samples": 8,
|
| 737 |
+
"gold_components": 50,
|
| 738 |
+
"x_top4_hits": 29,
|
| 739 |
+
"x_top8_hits": 29,
|
| 740 |
+
"y_top4_hits": 31,
|
| 741 |
+
"y_top8_hits": 33,
|
| 742 |
+
"rot_top2_hits": 46,
|
| 743 |
+
"rot_top4_hits": 50,
|
| 744 |
+
"gold_component_in_cartesian_hits": 28,
|
| 745 |
+
"gold_component_in_solver_hits": 28,
|
| 746 |
+
"gold_full_sample_in_cartesian_hits": 4,
|
| 747 |
+
"gold_full_sample_in_solver_hits": 4,
|
| 748 |
+
"gold_selected_any_attempt_hits": 4
|
| 749 |
+
},
|
| 750 |
+
"diagnostics": {
|
| 751 |
+
"gold_samples": 8,
|
| 752 |
+
"gold_components": 50,
|
| 753 |
+
"gold_x_top4_recall": 0.58,
|
| 754 |
+
"gold_x_top8_recall": 0.58,
|
| 755 |
+
"gold_y_top4_recall": 0.62,
|
| 756 |
+
"gold_y_top8_recall": 0.66,
|
| 757 |
+
"gold_rot_top2_recall": 0.92,
|
| 758 |
+
"gold_rot_top4_recall": 1.0,
|
| 759 |
+
"gold_component_in_cartesian_shortlist_rate": 0.56,
|
| 760 |
+
"gold_component_in_solver_candidates_rate": 0.56,
|
| 761 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.5,
|
| 762 |
+
"gold_full_sample_in_solver_candidates_rate": 0.5,
|
| 763 |
+
"gold_selected_any_attempt_rate": 0.5
|
| 764 |
+
},
|
| 765 |
+
"router_fail_net_class_counts": {
|
| 766 |
+
"VDD": 1,
|
| 767 |
+
"ground": 2,
|
| 768 |
+
"other": 4
|
| 769 |
+
},
|
| 770 |
+
"cp_sat_terminal_status_counts": {},
|
| 771 |
+
"macro_topology_exact_match_rate": null
|
| 772 |
+
},
|
| 773 |
+
"09-16": {
|
| 774 |
+
"micro_topology_exact_match_rate": 0.1111111111111111,
|
| 775 |
+
"topology_exact_match_rate": 0.1111111111111111,
|
| 776 |
+
"placement_overlap_rate": 0.0,
|
| 777 |
+
"mean_crossings": 0.0,
|
| 778 |
+
"mean_bends": 12.0,
|
| 779 |
+
"mean_manhattan_wire_length": 308.0,
|
| 780 |
+
"mean_canvas_area_used": 63744.0,
|
| 781 |
+
"accepted": 1,
|
| 782 |
+
"total": 9,
|
| 783 |
+
"overlap_count": 0,
|
| 784 |
+
"overlap_pairs_total": 0,
|
| 785 |
+
"crossings_total": 0.0,
|
| 786 |
+
"bends_total": 12.0,
|
| 787 |
+
"wire_length_total": 308.0,
|
| 788 |
+
"canvas_area_total": 63744.0,
|
| 789 |
+
"topology_failures": 8,
|
| 790 |
+
"status_counts": {
|
| 791 |
+
"router_fail": 8,
|
| 792 |
+
"accepted": 1
|
| 793 |
+
},
|
| 794 |
+
"failure_reason_counts": {
|
| 795 |
+
"router_fail": 8
|
| 796 |
+
},
|
| 797 |
+
"score_tuple": [
|
| 798 |
+
8,
|
| 799 |
+
0,
|
| 800 |
+
12.0,
|
| 801 |
+
308.0,
|
| 802 |
+
63744.0
|
| 803 |
+
],
|
| 804 |
+
"diagnostic_counts": {
|
| 805 |
+
"gold_samples": 9,
|
| 806 |
+
"gold_components": 110,
|
| 807 |
+
"x_top4_hits": 70,
|
| 808 |
+
"x_top8_hits": 72,
|
| 809 |
+
"y_top4_hits": 78,
|
| 810 |
+
"y_top8_hits": 79,
|
| 811 |
+
"rot_top2_hits": 105,
|
| 812 |
+
"rot_top4_hits": 110,
|
| 813 |
+
"gold_component_in_cartesian_hits": 68,
|
| 814 |
+
"gold_component_in_solver_hits": 68,
|
| 815 |
+
"gold_full_sample_in_cartesian_hits": 5,
|
| 816 |
+
"gold_full_sample_in_solver_hits": 5,
|
| 817 |
+
"gold_selected_any_attempt_hits": 1
|
| 818 |
+
},
|
| 819 |
+
"diagnostics": {
|
| 820 |
+
"gold_samples": 9,
|
| 821 |
+
"gold_components": 110,
|
| 822 |
+
"gold_x_top4_recall": 0.6363636363636364,
|
| 823 |
+
"gold_x_top8_recall": 0.6545454545454545,
|
| 824 |
+
"gold_y_top4_recall": 0.7090909090909091,
|
| 825 |
+
"gold_y_top8_recall": 0.7181818181818181,
|
| 826 |
+
"gold_rot_top2_recall": 0.9545454545454546,
|
| 827 |
+
"gold_rot_top4_recall": 1.0,
|
| 828 |
+
"gold_component_in_cartesian_shortlist_rate": 0.6181818181818182,
|
| 829 |
+
"gold_component_in_solver_candidates_rate": 0.6181818181818182,
|
| 830 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.5555555555555556,
|
| 831 |
+
"gold_full_sample_in_solver_candidates_rate": 0.5555555555555556,
|
| 832 |
+
"gold_selected_any_attempt_rate": 0.1111111111111111
|
| 833 |
+
},
|
| 834 |
+
"router_fail_net_class_counts": {
|
| 835 |
+
"ground": 2,
|
| 836 |
+
"other": 5,
|
| 837 |
+
"VCC": 1
|
| 838 |
+
},
|
| 839 |
+
"cp_sat_terminal_status_counts": {},
|
| 840 |
+
"macro_topology_exact_match_rate": null
|
| 841 |
+
},
|
| 842 |
+
"17-24": {
|
| 843 |
+
"micro_topology_exact_match_rate": 0.0,
|
| 844 |
+
"topology_exact_match_rate": 0.0,
|
| 845 |
+
"placement_overlap_rate": 1.0,
|
| 846 |
+
"mean_crossings": 0.0,
|
| 847 |
+
"mean_bends": 0.0,
|
| 848 |
+
"mean_manhattan_wire_length": 0.0,
|
| 849 |
+
"mean_canvas_area_used": 0.0,
|
| 850 |
+
"accepted": 0,
|
| 851 |
+
"total": 4,
|
| 852 |
+
"overlap_count": 0,
|
| 853 |
+
"overlap_pairs_total": 0,
|
| 854 |
+
"crossings_total": 0,
|
| 855 |
+
"bends_total": 0,
|
| 856 |
+
"wire_length_total": 0,
|
| 857 |
+
"canvas_area_total": 0,
|
| 858 |
+
"topology_failures": 4,
|
| 859 |
+
"status_counts": {
|
| 860 |
+
"router_fail": 4
|
| 861 |
+
},
|
| 862 |
+
"failure_reason_counts": {
|
| 863 |
+
"router_fail": 4
|
| 864 |
+
},
|
| 865 |
+
"score_tuple": [
|
| 866 |
+
4,
|
| 867 |
+
0,
|
| 868 |
+
0,
|
| 869 |
+
0,
|
| 870 |
+
0
|
| 871 |
+
],
|
| 872 |
+
"diagnostic_counts": {
|
| 873 |
+
"gold_samples": 4,
|
| 874 |
+
"gold_components": 71,
|
| 875 |
+
"x_top4_hits": 22,
|
| 876 |
+
"x_top8_hits": 24,
|
| 877 |
+
"y_top4_hits": 20,
|
| 878 |
+
"y_top8_hits": 21,
|
| 879 |
+
"rot_top2_hits": 59,
|
| 880 |
+
"rot_top4_hits": 71,
|
| 881 |
+
"gold_component_in_cartesian_hits": 17,
|
| 882 |
+
"gold_component_in_solver_hits": 17,
|
| 883 |
+
"gold_full_sample_in_cartesian_hits": 1,
|
| 884 |
+
"gold_full_sample_in_solver_hits": 1
|
| 885 |
+
},
|
| 886 |
+
"diagnostics": {
|
| 887 |
+
"gold_samples": 4,
|
| 888 |
+
"gold_components": 71,
|
| 889 |
+
"gold_x_top4_recall": 0.30985915492957744,
|
| 890 |
+
"gold_x_top8_recall": 0.3380281690140845,
|
| 891 |
+
"gold_y_top4_recall": 0.28169014084507044,
|
| 892 |
+
"gold_y_top8_recall": 0.29577464788732394,
|
| 893 |
+
"gold_rot_top2_recall": 0.8309859154929577,
|
| 894 |
+
"gold_rot_top4_recall": 1.0,
|
| 895 |
+
"gold_component_in_cartesian_shortlist_rate": 0.23943661971830985,
|
| 896 |
+
"gold_component_in_solver_candidates_rate": 0.23943661971830985,
|
| 897 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.25,
|
| 898 |
+
"gold_full_sample_in_solver_candidates_rate": 0.25,
|
| 899 |
+
"gold_selected_any_attempt_rate": 0.0
|
| 900 |
+
},
|
| 901 |
+
"router_fail_net_class_counts": {
|
| 902 |
+
"other": 3,
|
| 903 |
+
"power": 1
|
| 904 |
+
},
|
| 905 |
+
"cp_sat_terminal_status_counts": {},
|
| 906 |
+
"macro_topology_exact_match_rate": null
|
| 907 |
+
},
|
| 908 |
+
"25-32": {
|
| 909 |
+
"micro_topology_exact_match_rate": 0.25,
|
| 910 |
+
"topology_exact_match_rate": 0.25,
|
| 911 |
+
"placement_overlap_rate": 0.0,
|
| 912 |
+
"mean_crossings": 0.0,
|
| 913 |
+
"mean_bends": 38.0,
|
| 914 |
+
"mean_manhattan_wire_length": 1154.0,
|
| 915 |
+
"mean_canvas_area_used": 49062.0,
|
| 916 |
+
"accepted": 1,
|
| 917 |
+
"total": 4,
|
| 918 |
+
"overlap_count": 0,
|
| 919 |
+
"overlap_pairs_total": 0,
|
| 920 |
+
"crossings_total": 0.0,
|
| 921 |
+
"bends_total": 38.0,
|
| 922 |
+
"wire_length_total": 1154.0,
|
| 923 |
+
"canvas_area_total": 49062.0,
|
| 924 |
+
"topology_failures": 3,
|
| 925 |
+
"status_counts": {
|
| 926 |
+
"router_fail": 3,
|
| 927 |
+
"accepted": 1
|
| 928 |
+
},
|
| 929 |
+
"failure_reason_counts": {
|
| 930 |
+
"router_fail": 3
|
| 931 |
+
},
|
| 932 |
+
"score_tuple": [
|
| 933 |
+
3,
|
| 934 |
+
0,
|
| 935 |
+
38.0,
|
| 936 |
+
1154.0,
|
| 937 |
+
49062.0
|
| 938 |
+
],
|
| 939 |
+
"diagnostic_counts": {
|
| 940 |
+
"gold_samples": 4,
|
| 941 |
+
"gold_components": 115,
|
| 942 |
+
"x_top4_hits": 27,
|
| 943 |
+
"x_top8_hits": 28,
|
| 944 |
+
"y_top4_hits": 35,
|
| 945 |
+
"y_top8_hits": 35,
|
| 946 |
+
"rot_top2_hits": 84,
|
| 947 |
+
"rot_top4_hits": 115,
|
| 948 |
+
"gold_component_in_cartesian_hits": 26,
|
| 949 |
+
"gold_component_in_solver_hits": 26,
|
| 950 |
+
"gold_full_sample_in_cartesian_hits": 1,
|
| 951 |
+
"gold_full_sample_in_solver_hits": 1
|
| 952 |
+
},
|
| 953 |
+
"diagnostics": {
|
| 954 |
+
"gold_samples": 4,
|
| 955 |
+
"gold_components": 115,
|
| 956 |
+
"gold_x_top4_recall": 0.23478260869565218,
|
| 957 |
+
"gold_x_top8_recall": 0.24347826086956523,
|
| 958 |
+
"gold_y_top4_recall": 0.30434782608695654,
|
| 959 |
+
"gold_y_top8_recall": 0.30434782608695654,
|
| 960 |
+
"gold_rot_top2_recall": 0.7304347826086957,
|
| 961 |
+
"gold_rot_top4_recall": 1.0,
|
| 962 |
+
"gold_component_in_cartesian_shortlist_rate": 0.22608695652173913,
|
| 963 |
+
"gold_component_in_solver_candidates_rate": 0.22608695652173913,
|
| 964 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.25,
|
| 965 |
+
"gold_full_sample_in_solver_candidates_rate": 0.25,
|
| 966 |
+
"gold_selected_any_attempt_rate": 0.0
|
| 967 |
+
},
|
| 968 |
+
"router_fail_net_class_counts": {
|
| 969 |
+
"other": 2,
|
| 970 |
+
"VDD": 1
|
| 971 |
+
},
|
| 972 |
+
"cp_sat_terminal_status_counts": {},
|
| 973 |
+
"macro_topology_exact_match_rate": null
|
| 974 |
+
},
|
| 975 |
+
"33-48": {
|
| 976 |
+
"micro_topology_exact_match_rate": 0.08333333333333333,
|
| 977 |
+
"topology_exact_match_rate": 0.08333333333333333,
|
| 978 |
+
"placement_overlap_rate": 0.0,
|
| 979 |
+
"mean_crossings": 0.0,
|
| 980 |
+
"mean_bends": 46.666666666666664,
|
| 981 |
+
"mean_manhattan_wire_length": 1157.6666666666667,
|
| 982 |
+
"mean_canvas_area_used": 62714.0,
|
| 983 |
+
"accepted": 3,
|
| 984 |
+
"total": 36,
|
| 985 |
+
"overlap_count": 0,
|
| 986 |
+
"overlap_pairs_total": 0,
|
| 987 |
+
"crossings_total": 0.0,
|
| 988 |
+
"bends_total": 140.0,
|
| 989 |
+
"wire_length_total": 3473.0,
|
| 990 |
+
"canvas_area_total": 188142.0,
|
| 991 |
+
"topology_failures": 33,
|
| 992 |
+
"status_counts": {
|
| 993 |
+
"router_fail": 26,
|
| 994 |
+
"cp_sat_fail": 7,
|
| 995 |
+
"accepted": 3
|
| 996 |
+
},
|
| 997 |
+
"failure_reason_counts": {
|
| 998 |
+
"router_fail": 26,
|
| 999 |
+
"cp_sat_fail": 7
|
| 1000 |
+
},
|
| 1001 |
+
"score_tuple": [
|
| 1002 |
+
33,
|
| 1003 |
+
0,
|
| 1004 |
+
140.0,
|
| 1005 |
+
3473.0,
|
| 1006 |
+
188142.0
|
| 1007 |
+
],
|
| 1008 |
+
"diagnostic_counts": {
|
| 1009 |
+
"gold_samples": 36,
|
| 1010 |
+
"gold_components": 1448,
|
| 1011 |
+
"x_top4_hits": 121,
|
| 1012 |
+
"x_top8_hits": 165,
|
| 1013 |
+
"y_top4_hits": 105,
|
| 1014 |
+
"y_top8_hits": 148,
|
| 1015 |
+
"rot_top2_hits": 1197,
|
| 1016 |
+
"rot_top4_hits": 1448,
|
| 1017 |
+
"gold_component_in_cartesian_hits": 33,
|
| 1018 |
+
"gold_component_in_solver_hits": 33
|
| 1019 |
+
},
|
| 1020 |
+
"diagnostics": {
|
| 1021 |
+
"gold_samples": 36,
|
| 1022 |
+
"gold_components": 1448,
|
| 1023 |
+
"gold_x_top4_recall": 0.0835635359116022,
|
| 1024 |
+
"gold_x_top8_recall": 0.11395027624309392,
|
| 1025 |
+
"gold_y_top4_recall": 0.07251381215469613,
|
| 1026 |
+
"gold_y_top8_recall": 0.10220994475138122,
|
| 1027 |
+
"gold_rot_top2_recall": 0.8266574585635359,
|
| 1028 |
+
"gold_rot_top4_recall": 1.0,
|
| 1029 |
+
"gold_component_in_cartesian_shortlist_rate": 0.022790055248618785,
|
| 1030 |
+
"gold_component_in_solver_candidates_rate": 0.022790055248618785,
|
| 1031 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.0,
|
| 1032 |
+
"gold_full_sample_in_solver_candidates_rate": 0.0,
|
| 1033 |
+
"gold_selected_any_attempt_rate": 0.0
|
| 1034 |
+
},
|
| 1035 |
+
"router_fail_net_class_counts": {
|
| 1036 |
+
"ground": 17,
|
| 1037 |
+
"VDD": 3,
|
| 1038 |
+
"other": 6
|
| 1039 |
+
},
|
| 1040 |
+
"cp_sat_terminal_status_counts": {
|
| 1041 |
+
"infeasible": 4,
|
| 1042 |
+
"unknown": 3
|
| 1043 |
+
},
|
| 1044 |
+
"macro_topology_exact_match_rate": null
|
| 1045 |
+
},
|
| 1046 |
+
"49-64": {
|
| 1047 |
+
"micro_topology_exact_match_rate": 0.0,
|
| 1048 |
+
"topology_exact_match_rate": 0.0,
|
| 1049 |
+
"placement_overlap_rate": 1.0,
|
| 1050 |
+
"mean_crossings": 0.0,
|
| 1051 |
+
"mean_bends": 0.0,
|
| 1052 |
+
"mean_manhattan_wire_length": 0.0,
|
| 1053 |
+
"mean_canvas_area_used": 0.0,
|
| 1054 |
+
"accepted": 0,
|
| 1055 |
+
"total": 29,
|
| 1056 |
+
"overlap_count": 0,
|
| 1057 |
+
"overlap_pairs_total": 0,
|
| 1058 |
+
"crossings_total": 0,
|
| 1059 |
+
"bends_total": 0,
|
| 1060 |
+
"wire_length_total": 0,
|
| 1061 |
+
"canvas_area_total": 0,
|
| 1062 |
+
"topology_failures": 29,
|
| 1063 |
+
"status_counts": {
|
| 1064 |
+
"router_fail": 18,
|
| 1065 |
+
"cp_sat_fail": 11
|
| 1066 |
+
},
|
| 1067 |
+
"failure_reason_counts": {
|
| 1068 |
+
"router_fail": 18,
|
| 1069 |
+
"cp_sat_fail": 11
|
| 1070 |
+
},
|
| 1071 |
+
"score_tuple": [
|
| 1072 |
+
29,
|
| 1073 |
+
0,
|
| 1074 |
+
0,
|
| 1075 |
+
0,
|
| 1076 |
+
0
|
| 1077 |
+
],
|
| 1078 |
+
"diagnostic_counts": {
|
| 1079 |
+
"gold_samples": 29,
|
| 1080 |
+
"gold_components": 1584,
|
| 1081 |
+
"x_top4_hits": 55,
|
| 1082 |
+
"x_top8_hits": 89,
|
| 1083 |
+
"y_top4_hits": 101,
|
| 1084 |
+
"y_top8_hits": 166,
|
| 1085 |
+
"rot_top2_hits": 1329,
|
| 1086 |
+
"rot_top4_hits": 1584,
|
| 1087 |
+
"gold_component_in_cartesian_hits": 3,
|
| 1088 |
+
"gold_component_in_solver_hits": 3
|
| 1089 |
+
},
|
| 1090 |
+
"diagnostics": {
|
| 1091 |
+
"gold_samples": 29,
|
| 1092 |
+
"gold_components": 1584,
|
| 1093 |
+
"gold_x_top4_recall": 0.034722222222222224,
|
| 1094 |
+
"gold_x_top8_recall": 0.05618686868686869,
|
| 1095 |
+
"gold_y_top4_recall": 0.06376262626262626,
|
| 1096 |
+
"gold_y_top8_recall": 0.10479797979797979,
|
| 1097 |
+
"gold_rot_top2_recall": 0.8390151515151515,
|
| 1098 |
+
"gold_rot_top4_recall": 1.0,
|
| 1099 |
+
"gold_component_in_cartesian_shortlist_rate": 0.001893939393939394,
|
| 1100 |
+
"gold_component_in_solver_candidates_rate": 0.001893939393939394,
|
| 1101 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.0,
|
| 1102 |
+
"gold_full_sample_in_solver_candidates_rate": 0.0,
|
| 1103 |
+
"gold_selected_any_attempt_rate": 0.0
|
| 1104 |
+
},
|
| 1105 |
+
"router_fail_net_class_counts": {
|
| 1106 |
+
"ground": 11,
|
| 1107 |
+
"VDD": 7
|
| 1108 |
+
},
|
| 1109 |
+
"cp_sat_terminal_status_counts": {
|
| 1110 |
+
"infeasible": 9,
|
| 1111 |
+
"unknown": 2
|
| 1112 |
+
},
|
| 1113 |
+
"macro_topology_exact_match_rate": null
|
| 1114 |
+
}
|
| 1115 |
+
},
|
| 1116 |
+
"evaluated_at": "2026-03-10T17:27:35Z",
|
| 1117 |
+
"checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt",
|
| 1118 |
+
"split": "val",
|
| 1119 |
+
"manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json",
|
| 1120 |
+
"manifest_size": 384,
|
| 1121 |
+
"shard_index": 3,
|
| 1122 |
+
"shard_count": 4,
|
| 1123 |
+
"shard_sample_count": 96,
|
| 1124 |
+
"sample_workers": 8,
|
| 1125 |
+
"solver_workers_per_sample": 6,
|
| 1126 |
+
"eval_mode": "normal",
|
| 1127 |
+
"force_dataset_root": null,
|
| 1128 |
+
"solve_stages": [
|
| 1129 |
+
{
|
| 1130 |
+
"top_x": 4,
|
| 1131 |
+
"top_y": 4,
|
| 1132 |
+
"top_rot": 2,
|
| 1133 |
+
"max_solver_candidates": 16,
|
| 1134 |
+
"cp_sat_timeout_seconds": 10.0,
|
| 1135 |
+
"component_candidate_cap": 32
|
| 1136 |
+
}
|
| 1137 |
+
],
|
| 1138 |
+
"routing_options": {
|
| 1139 |
+
"placement_margin": 2,
|
| 1140 |
+
"routing_block_margin": 0,
|
| 1141 |
+
"pin_escape_cells": 2,
|
| 1142 |
+
"trunk_first_min_degree": 3,
|
| 1143 |
+
"trunk_first_priority_only": false
|
| 1144 |
+
}
|
| 1145 |
+
}
|
netlist_to_layout_v1/runs/routerfix-baseline-normal384-rbm0e2t3/posttrain_full_eval_tmp/step-008000/shard_03.log
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
/tmp/routerfix_handoff_prepatch_20260310T165418Z/netlist_to_layout_v1/eval_shard_worker.py:43: FutureWarning: You are using `torch.load` with `weights_only=False` (the current default value), which uses the default pickle module implicitly. It is possible to construct malicious pickle data which will execute arbitrary code during unpickling (See https://github.com/pytorch/pytorch/blob/main/SECURITY.md#untrusted-models for more details). In a future release, the default value for `weights_only` will be flipped to `True`. This limits the functions that could be executed during unpickling. Arbitrary objects will no longer be allowed to be loaded via this mode unless they are explicitly allowlisted by the user via `torch.serialization.add_safe_globals`. We recommend you start setting `weights_only=True` for any use case where you don't have full control of the loaded file. Please open an issue on GitHub for any issues related to this experimental feature.
|
| 2 |
+
samples = torch.load(split_path)
|
| 3 |
+
{"eval_shard_progress": {"status": "starting", "updated_at": "2026-03-10T17:00:18Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 3, "shard_count": 4, "shard_sample_count": 96, "processed": 0, "total": 96, "accepted": 0, "progress_fraction": 0.0, "samples_per_min": 0.0, "eta_min": null, "elapsed_sec": 3.0994415283203125e-06, "sample_workers": 8, "solver_workers_per_sample": 6, "last_sample_id": null, "last_graph_hash": null, "last_status": null, "last_dataset_root": null, "status_counts": {}, "failure_reason_counts": {}, "processed_by_root": {}, "accepted_by_root": {}}}
|
| 4 |
+
/tmp/routerfix_handoff_prepatch_20260310T165418Z/netlist_to_layout_v1/eval_shard_worker.py:172: FutureWarning: You are using `torch.load` with `weights_only=False` (the current default value), which uses the default pickle module implicitly. It is possible to construct malicious pickle data which will execute arbitrary code during unpickling (See https://github.com/pytorch/pytorch/blob/main/SECURITY.md#untrusted-models for more details). In a future release, the default value for `weights_only` will be flipped to `True`. This limits the functions that could be executed during unpickling. Arbitrary objects will no longer be allowed to be loaded via this mode unless they are explicitly allowlisted by the user via `torch.serialization.add_safe_globals`. We recommend you start setting `weights_only=True` for any use case where you don't have full control of the loaded file. Please open an issue on GitHub for any issues related to this experimental feature.
|
| 5 |
+
payload = torch.load(args.checkpoint, map_location="cpu")
|
| 6 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:00:21Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 3, "shard_count": 4, "shard_sample_count": 96, "processed": 0, "total": 96, "accepted": 0, "progress_fraction": 0.0, "samples_per_min": 0.0, "eta_min": null, "elapsed_sec": 3.0996673107147217, "sample_workers": 8, "solver_workers_per_sample": 6, "last_sample_id": null, "last_graph_hash": null, "last_status": null, "last_dataset_root": null, "status_counts": {}, "failure_reason_counts": {}, "processed_by_root": {}, "accepted_by_root": {}}}
|
| 7 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:03:08Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 3, "shard_count": 4, "shard_sample_count": 96, "processed": 8, "total": 96, "accepted": 0, "progress_fraction": 0.08333333333333333, "samples_per_min": 2.8291854799572524, "eta_min": 31.104358700911202, "elapsed_sec": 169.66013836860657, "sample_workers": 8, "solver_workers_per_sample": 6, "last_sample_id": "open-schematics_hf:train-00028-of-00078.parquet:0:162", "last_graph_hash": "63ea9d61161b02328b1918c90b4120badea3b410", "last_status": "router_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"router_fail": 7, "cp_sat_fail": 1}, "failure_reason_counts": {"router_fail": 7, "cp_sat_fail": 1}, "processed_by_root": {"open-schematics_hf": 6, "ltspice-spice-circuits_hf": 2}, "accepted_by_root": {}}}
|
| 8 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:05:50Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 3, "shard_count": 4, "shard_sample_count": 96, "processed": 16, "total": 96, "accepted": 0, "progress_fraction": 0.16666666666666666, "samples_per_min": 2.888973941567116, "eta_min": 27.69149241844813, "elapsed_sec": 332.29790902137756, "sample_workers": 8, "solver_workers_per_sample": 6, "last_sample_id": "open-schematics_hf:train-00026-of-00078.parquet:0:149", "last_graph_hash": "5a7212f32fbb4d6e8f367030bebb1ac25e640919", "last_status": "router_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"router_fail": 14, "cp_sat_fail": 2}, "failure_reason_counts": {"router_fail": 14, "cp_sat_fail": 2}, "processed_by_root": {"open-schematics_hf": 13, "ltspice-spice-circuits_hf": 3}, "accepted_by_root": {}}}
|
| 9 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:08:35Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 3, "shard_count": 4, "shard_sample_count": 96, "processed": 24, "total": 96, "accepted": 2, "progress_fraction": 0.25, "samples_per_min": 2.8951319275697833, "eta_min": 24.869333004951475, "elapsed_sec": 497.38666009902954, "sample_workers": 8, "solver_workers_per_sample": 6, "last_sample_id": "open-schematics_hf:train-00007-of-00078.parquet:1:109", "last_graph_hash": "50cd6cbcea197f676e84a3eade44fcf129800c6a", "last_status": "router_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"router_fail": 20, "cp_sat_fail": 2, "accepted": 2}, "failure_reason_counts": {"router_fail": 20, "cp_sat_fail": 2}, "processed_by_root": {"open-schematics_hf": 19, "ltspice-spice-circuits_hf": 5}, "accepted_by_root": {"ltspice-spice-circuits_hf": 1, "open-schematics_hf": 1}}}
|
| 10 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:11:20Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 3, "shard_count": 4, "shard_sample_count": 96, "processed": 32, "total": 96, "accepted": 3, "progress_fraction": 0.3333333333333333, "samples_per_min": 2.901009081786221, "eta_min": 22.061289087931314, "elapsed_sec": 661.8386726379395, "sample_workers": 8, "solver_workers_per_sample": 6, "last_sample_id": "open-schematics_hf:train-00026-of-00078.parquet:1:159", "last_graph_hash": "428119c4154c8ec8ff1d7ab96a4383f30ebadb9a", "last_status": "router_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"router_fail": 26, "cp_sat_fail": 3, "accepted": 3}, "failure_reason_counts": {"router_fail": 26, "cp_sat_fail": 3}, "processed_by_root": {"open-schematics_hf": 27, "ltspice-spice-circuits_hf": 5}, "accepted_by_root": {"ltspice-spice-circuits_hf": 1, "open-schematics_hf": 2}}}
|
| 11 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:14:10Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 3, "shard_count": 4, "shard_sample_count": 96, "processed": 40, "total": 96, "accepted": 3, "progress_fraction": 0.4166666666666667, "samples_per_min": 2.883037664512733, "eta_min": 19.423957130114236, "elapsed_sec": 832.4553055763245, "sample_workers": 8, "solver_workers_per_sample": 6, "last_sample_id": "open-schematics_hf:train-00027-of-00078.parquet:0:265", "last_graph_hash": "df03a86fce7abdfc5f811117dfc89b2e503c633b", "last_status": "router_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"router_fail": 32, "cp_sat_fail": 5, "accepted": 3}, "failure_reason_counts": {"router_fail": 32, "cp_sat_fail": 5}, "processed_by_root": {"open-schematics_hf": 32, "ltspice-spice-circuits_hf": 6, "ams-net.github.io": 2}, "accepted_by_root": {"ltspice-spice-circuits_hf": 1, "open-schematics_hf": 2}}}
|
| 12 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:15:35Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 3, "shard_count": 4, "shard_sample_count": 96, "processed": 48, "total": 96, "accepted": 3, "progress_fraction": 0.5, "samples_per_min": 3.139401337805037, "eta_min": 15.289539257685343, "elapsed_sec": 917.3723554611206, "sample_workers": 8, "solver_workers_per_sample": 6, "last_sample_id": "open-schematics_hf:train-00033-of-00078.parquet:1:456", "last_graph_hash": "9a526fa30596f15243c0c39565e54b3823a9157c", "last_status": "router_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"router_fail": 38, "cp_sat_fail": 7, "accepted": 3}, "failure_reason_counts": {"router_fail": 38, "cp_sat_fail": 7}, "processed_by_root": {"open-schematics_hf": 40, "ltspice-spice-circuits_hf": 6, "ams-net.github.io": 2}, "accepted_by_root": {"ltspice-spice-circuits_hf": 1, "open-schematics_hf": 2}}}
|
| 13 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:18:23Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 3, "shard_count": 4, "shard_sample_count": 96, "processed": 56, "total": 96, "accepted": 6, "progress_fraction": 0.5833333333333334, "samples_per_min": 3.0977950959661666, "eta_min": 12.912409878912428, "elapsed_sec": 1084.6424298286438, "sample_workers": 8, "solver_workers_per_sample": 6, "last_sample_id": "open-schematics_hf:train-00033-of-00078.parquet:0:322", "last_graph_hash": "641940d5dd60b29ca5a1876f47f8f20d6e50f1e7", "last_status": "router_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"router_fail": 40, "cp_sat_fail": 10, "accepted": 6}, "failure_reason_counts": {"router_fail": 40, "cp_sat_fail": 10}, "processed_by_root": {"open-schematics_hf": 47, "ltspice-spice-circuits_hf": 7, "ams-net.github.io": 2}, "accepted_by_root": {"ltspice-spice-circuits_hf": 1, "open-schematics_hf": 5}}}
|
| 14 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:21:12Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 3, "shard_count": 4, "shard_sample_count": 96, "processed": 64, "total": 96, "accepted": 6, "progress_fraction": 0.6666666666666666, "samples_per_min": 3.0624685520351123, "eta_min": 10.449086890618007, "elapsed_sec": 1253.8904268741608, "sample_workers": 8, "solver_workers_per_sample": 6, "last_sample_id": "open-schematics_hf:train-00024-of-00078.parquet:1:199", "last_graph_hash": "4187e8042b0d437599f3dbcbb90c0115cc462a1f", "last_status": "router_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"router_fail": 48, "cp_sat_fail": 10, "accepted": 6}, "failure_reason_counts": {"router_fail": 48, "cp_sat_fail": 10}, "processed_by_root": {"open-schematics_hf": 55, "ltspice-spice-circuits_hf": 7, "ams-net.github.io": 2}, "accepted_by_root": {"ltspice-spice-circuits_hf": 1, "open-schematics_hf": 5}}}
|
| 15 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:21:34Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 3, "shard_count": 4, "shard_sample_count": 96, "processed": 72, "total": 96, "accepted": 6, "progress_fraction": 0.75, "samples_per_min": 3.3863283367777366, "eta_min": 7.087322200669182, "elapsed_sec": 1275.7179961204529, "sample_workers": 8, "solver_workers_per_sample": 6, "last_sample_id": "open-schematics_hf:train-00004-of-00078.parquet:0:71", "last_graph_hash": "2f3558d1b4c85f304fc7561a304531e231961130", "last_status": "cp_sat_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"router_fail": 52, "cp_sat_fail": 14, "accepted": 6}, "failure_reason_counts": {"router_fail": 52, "cp_sat_fail": 14}, "processed_by_root": {"open-schematics_hf": 60, "ltspice-spice-circuits_hf": 10, "ams-net.github.io": 2}, "accepted_by_root": {"ltspice-spice-circuits_hf": 1, "open-schematics_hf": 5}}}
|
| 16 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:24:21Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 3, "shard_count": 4, "shard_sample_count": 96, "processed": 80, "total": 96, "accepted": 7, "progress_fraction": 0.8333333333333334, "samples_per_min": 3.326853430376094, "eta_min": 4.809349234898885, "elapsed_sec": 1442.8047704696655, "sample_workers": 8, "solver_workers_per_sample": 6, "last_sample_id": "open-schematics_hf:train-00000-of-00078.parquet:0:250", "last_graph_hash": "f084cac0eb0405cac1eb233586020ed34308fbef", "last_status": "router_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"router_fail": 58, "cp_sat_fail": 15, "accepted": 7}, "failure_reason_counts": {"router_fail": 58, "cp_sat_fail": 15}, "processed_by_root": {"open-schematics_hf": 68, "ltspice-spice-circuits_hf": 10, "ams-net.github.io": 2}, "accepted_by_root": {"ltspice-spice-circuits_hf": 1, "open-schematics_hf": 6}}}
|
| 17 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:25:53Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 3, "shard_count": 4, "shard_sample_count": 96, "processed": 88, "total": 96, "accepted": 7, "progress_fraction": 0.9166666666666666, "samples_per_min": 3.4391891087350053, "eta_min": 2.3261297204277733, "elapsed_sec": 1535.2456154823303, "sample_workers": 8, "solver_workers_per_sample": 6, "last_sample_id": "ltspice-spice-circuits_hf:test-00000-of-00001.parquet:0:1057", "last_graph_hash": "7f9e964c08063f628f0ba4484c446a1d5265167f", "last_status": "router_fail", "last_dataset_root": "ltspice-spice-circuits_hf", "status_counts": {"router_fail": 64, "cp_sat_fail": 17, "accepted": 7}, "failure_reason_counts": {"router_fail": 64, "cp_sat_fail": 17}, "processed_by_root": {"open-schematics_hf": 70, "ltspice-spice-circuits_hf": 16, "ams-net.github.io": 2}, "accepted_by_root": {"ltspice-spice-circuits_hf": 1, "open-schematics_hf": 6}}}
|
| 18 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:27:34Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 3, "shard_count": 4, "shard_sample_count": 96, "processed": 96, "total": 96, "accepted": 8, "progress_fraction": 1.0, "samples_per_min": 3.519679215578398, "eta_min": 0.0, "elapsed_sec": 1636.5127749443054, "sample_workers": 8, "solver_workers_per_sample": 6, "last_sample_id": "open-schematics_hf:train-00017-of-00078.parquet:1:42", "last_graph_hash": "21642c67d0e52398cd64e8cd3fa191dc85afb779", "last_status": "router_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"router_fail": 70, "cp_sat_fail": 18, "accepted": 8}, "failure_reason_counts": {"router_fail": 70, "cp_sat_fail": 18}, "processed_by_root": {"open-schematics_hf": 78, "ltspice-spice-circuits_hf": 16, "ams-net.github.io": 2}, "accepted_by_root": {"ltspice-spice-circuits_hf": 1, "open-schematics_hf": 7}}}
|
| 19 |
+
{"eval_shard_progress": {"status": "completed", "updated_at": "2026-03-10T17:27:35Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 3, "shard_count": 4, "shard_sample_count": 96, "processed": 96, "total": 96, "accepted": 8, "progress_fraction": 1.0, "samples_per_min": 3.5186728316647913, "eta_min": 0.0, "elapsed_sec": 1636.9808378219604, "sample_workers": 8, "solver_workers_per_sample": 6, "last_sample_id": null, "last_graph_hash": null, "last_status": null, "last_dataset_root": null, "status_counts": {"router_fail": 70, "cp_sat_fail": 18, "accepted": 8}, "failure_reason_counts": {"router_fail": 70, "cp_sat_fail": 18}, "processed_by_root": {}, "accepted_by_root": {}}}
|
| 20 |
+
{"micro_topology_exact_match_rate": 0.08333333333333333, "topology_exact_match_rate": 0.08333333333333333, "placement_overlap_rate": 0.0, "mean_crossings": 0.0, "mean_bends": 26.5, "mean_manhattan_wire_length": 771.25, "mean_canvas_area_used": 57365.25, "accepted": 8, "total": 96, "overlap_count": 0, "overlap_pairs_total": 0, "crossings_total": 0.0, "bends_total": 212.0, "wire_length_total": 6170.0, "canvas_area_total": 458922.0, "topology_failures": 88, "status_counts": {"router_fail": 70, "cp_sat_fail": 18, "accepted": 8}, "failure_reason_counts": {"router_fail": 70, "cp_sat_fail": 18}, "score_tuple": [88, 0, 212.0, 6170.0, 458922.0], "diagnostic_counts": {"gold_samples": 96, "gold_components": 3399, "x_top4_hits": 338, "x_top8_hits": 421, "y_top4_hits": 385, "y_top8_hits": 497, "rot_top2_hits": 2838, "rot_top4_hits": 3399, "gold_component_in_cartesian_hits": 185, "gold_component_in_solver_hits": 185, "gold_full_sample_in_cartesian_hits": 13, "gold_full_sample_in_solver_hits": 13, "gold_selected_any_attempt_hits": 7}, "diagnostics": {"gold_samples": 96, "gold_components": 3399, "gold_x_top4_recall": 0.09944101206237128, "gold_x_top8_recall": 0.12385995881141512, "gold_y_top4_recall": 0.11326860841423948, "gold_y_top8_recall": 0.1462194763165637, "gold_rot_top2_recall": 0.8349514563106796, "gold_rot_top4_recall": 1.0, "gold_component_in_cartesian_shortlist_rate": 0.054427772874374815, "gold_component_in_solver_candidates_rate": 0.054427772874374815, "gold_full_sample_in_cartesian_shortlist_rate": 0.13541666666666666, "gold_full_sample_in_solver_candidates_rate": 0.13541666666666666, "gold_selected_any_attempt_rate": 0.07291666666666667}, "router_fail_net_class_counts": {"ground": 32, "VDD": 13, "other": 22, "VOUT": 1, "VCC": 1, "power": 1}, "cp_sat_terminal_status_counts": {"infeasible": 13, "unknown": 5}, "failure_examples": {"router_fail": [{"sample_id": "open-schematics_hf:train-00004-of-00078.parquet:1:469", "graph_hash": "94d56c6fa054830acbff31afe089c3c3a6a1162c", "dataset_root": "open-schematics_hf", "attempts": [{"stage": 1, "stage_config": {"top_x": 4, "top_y": 4, "top_rot": 2, "max_solver_candidates": 16, "cp_sat_timeout_seconds": 10.0, "component_candidate_cap": 32}, "attempt": 1, "global_attempt": 1, "solver_status": "ok", "candidate_count_min": 32, "candidate_count_max": 32, "candidate_count_total": 1952, "cartesian_candidate_count_total": 1952, "forbidden_choice_tuples": 0, "component_candidate_cap": 32, "cp_sat_status": "feasible", "cp_sat_timeout_seconds": 10.0, "placement_margin": 2, "gold_injected_component_count": 0, "objective_value": 283163.0, "route_status": "router_fail", "route_debug": {"failed_net_nid": "N00017", "failed_net_name": "GND", "failed_net_degree": 7, "pin_count": 7, "tree_cell_count": 339, "remaining_pin_count": 1, "routing_block_margin": 0, "pin_escape_cells": 2, "trunk_first_used": true, "trunk_first_min_degree": 3}}, {"stage": 1, "stage_config": {"top_x": 4, "top_y": 4, "top_rot": 2, "max_solver_candidates": 16, "cp_sat_timeout_seconds": 10.0, "component_candidate_cap": 32}, "attempt": 2, "global_attempt": 2, "solver_status": "ok", "candidate_count_min": 32, "candidate_count_max": 32, "candidate_count_total": 1952, "cartesian_candidate_count_total": 1952, "forbidden_choice_tuples": 1, "component_candidate_cap": 32, "cp_sat_status": "feasible", "cp_sat_timeout_seconds": 10.0, "placement_margin": 2, "gold_injected_component_count": 0, "objective_value": 286409.0, "route_status": "router_fail", "route_debug": {"failed_net_nid": "N00017", "failed_net_name": "GND", "failed_net_degree": 7, "pin_count": 7, "tree_cell_count": 289, "remaining_pin_count": 2, "routing_block_margin": 0, "pin_escape_cells": 2, "trunk_first_used": true, "trunk_first_min_degree": 3}}]}, {"sample_id": "open-schematics_hf:train-00026-of-00078.parquet:1:442", "graph_hash": "51be080c5e519b75ca6ae9159a014d46ba3bbd19", "dataset_root": "open-schematics_hf", "attempts": [{"stage": 1, "stage_config": {"top_x": 4, "top_y": 4, "top_rot": 2, "max_solver_candidates": 16, "cp_sat_timeout_seconds": 10.0, "component_candidate_cap": 32}, "attempt": 1, "global_attempt": 1, "solver_status": "ok", "candidate_count_min": 32, "candidate_count_max": 32, "candidate_count_total": 1952, "cartesian_candidate_count_total": 1952, "forbidden_choice_tuples": 0, "component_candidate_cap": 32, "cp_sat_status": "feasible", "cp_sat_timeout_seconds": 10.0, "placement_margin": 2, "gold_injected_component_count": 0, "objective_value": 293715.0, "route_status": "router_fail", "route_debug": {"failed_net_nid": "N00027", "failed_net_name": "GND", "failed_net_degree": 2, "pin_count": 2, "tree_cell_count": 1, "remaining_pin_count": 1, "routing_block_margin": 0, "pin_escape_cells": 2, "trunk_first_used": false, "trunk_first_min_degree": 3}}, {"stage": 1, "stage_config": {"top_x": 4, "top_y": 4, "top_rot": 2, "max_solver_candidates": 16, "cp_sat_timeout_seconds": 10.0, "component_candidate_cap": 32}, "attempt": 2, "global_attempt": 2, "solver_status": "ok", "candidate_count_min": 32, "candidate_count_max": 32, "candidate_count_total": 1952, "cartesian_candidate_count_total": 1952, "forbidden_choice_tuples": 1, "component_candidate_cap": 32, "cp_sat_status": "feasible", "cp_sat_timeout_seconds": 10.0, "placement_margin": 2, "gold_injected_component_count": 0, "objective_value": 292392.0, "route_status": "router_fail", "route_debug": {"failed_net_nid": "N00000", "failed_net_name": "GND", "failed_net_degree": 5, "pin_count": 5, "tree_cell_count": 144, "remaining_pin_count": 1, "routing_block_margin": 0, "pin_escape_cells": 2, "trunk_first_used": true, "trunk_first_min_degree": 3}}]}, {"sample_id": "open-schematics_hf:train-00028-of-00078.parquet:0:162", "graph_hash": "63ea9d61161b02328b1918c90b4120badea3b410", "dataset_root": "open-schematics_hf", "attempts": [{"stage": 1, "stage_config": {"top_x": 4, "top_y": 4, "top_rot": 2, "max_solver_candidates": 16, "cp_sat_timeout_seconds": 10.0, "component_candidate_cap": 32}, "attempt": 1, "global_attempt": 1, "solver_status": "ok", "candidate_count_min": 32, "candidate_count_max": 32, "candidate_count_total": 1760, "cartesian_candidate_count_total": 1760, "forbidden_choice_tuples": 0, "component_candidate_cap": 32, "cp_sat_status": "feasible", "cp_sat_timeout_seconds": 10.0, "placement_margin": 2, "gold_injected_component_count": 0, "objective_value": 231205.0, "route_status": "router_fail", "route_debug": {"failed_net_nid": "N00001", "failed_net_name": "VDD", "failed_net_degree": 6, "pin_count": 6, "tree_cell_count": 264, "remaining_pin_count": 1, "routing_block_margin": 0, "pin_escape_cells": 2, "trunk_first_used": true, "trunk_first_min_degree": 3}}, {"stage": 1, "stage_config": {"top_x": 4, "top_y": 4, "top_rot": 2, "max_solver_candidates": 16, "cp_sat_timeout_seconds": 10.0, "component_candidate_cap": 32}, "attempt": 2, "global_attempt": 2, "solver_status": "ok", "candidate_count_min": 32, "candidate_count_max": 32, "candidate_count_total": 1760, "cartesian_candidate_count_total": 1760, "forbidden_choice_tuples": 1, "component_candidate_cap": 32, "cp_sat_status": "feasible", "cp_sat_timeout_seconds": 10.0, "placement_margin": 2, "gold_injected_component_count": 0, "objective_value": 231205.0, "route_status": "router_fail", "route_debug": {"failed_net_nid": "N00001", "failed_net_name": "VDD", "failed_net_degree": 6, "pin_count": 6, "tree_cell_count": 264, "remaining_pin_count": 1, "routing_block_margin": 0, "pin_escape_cells": 2, "trunk_first_used": true, "trunk_first_min_degree": 3}}]}], "cp_sat_fail": [{"sample_id": "open-schematics_hf:train-00010-of-00078.parquet:1:417", "graph_hash": "33c767319a594d33cddf57ad4ebb7fbbe3a0bfe6", "dataset_root": "open-schematics_hf", "attempts": [{"stage": 1, "stage_config": {"top_x": 4, "top_y": 4, "top_rot": 2, "max_solver_candidates": 16, "cp_sat_timeout_seconds": 10.0, "component_candidate_cap": 32}, "attempt": 1, "global_attempt": 1, "solver_status": "cp_sat_fail", "candidate_count_min": 32, "candidate_count_max": 32, "candidate_count_total": 1440, "cartesian_candidate_count_total": 1440, "forbidden_choice_tuples": 0, "component_candidate_cap": 32, "cp_sat_status": "infeasible", "cp_sat_timeout_seconds": 10.0, "placement_margin": 2, "gold_injected_component_count": 0}]}, {"sample_id": "open-schematics_hf:train-00019-of-00078.parquet:1:212", "graph_hash": "2d59c7e31b60afd39e5d39ac3d41246709b7004d", "dataset_root": "open-schematics_hf", "attempts": [{"stage": 1, "stage_config": {"top_x": 4, "top_y": 4, "top_rot": 2, "max_solver_candidates": 16, "cp_sat_timeout_seconds": 10.0, "component_candidate_cap": 32}, "attempt": 1, "global_attempt": 1, "solver_status": "cp_sat_fail", "candidate_count_min": 32, "candidate_count_max": 32, "candidate_count_total": 1792, "cartesian_candidate_count_total": 1792, "forbidden_choice_tuples": 0, "component_candidate_cap": 32, "cp_sat_status": "infeasible", "cp_sat_timeout_seconds": 10.0, "placement_margin": 2, "gold_injected_component_count": 0}]}, {"sample_id": "open-schematics_hf:train-00022-of-00078.parquet:0:483", "graph_hash": "302a9035708e4fd661b76de9c4162d5f4e6e1714", "dataset_root": "open-schematics_hf", "attempts": [{"stage": 1, "stage_config": {"top_x": 4, "top_y": 4, "top_rot": 2, "max_solver_candidates": 16, "cp_sat_timeout_seconds": 10.0, "component_candidate_cap": 32}, "attempt": 1, "global_attempt": 1, "solver_status": "cp_sat_fail", "candidate_count_min": 32, "candidate_count_max": 32, "candidate_count_total": 1664, "cartesian_candidate_count_total": 1664, "forbidden_choice_tuples": 0, "component_candidate_cap": 32, "cp_sat_status": "unknown", "cp_sat_timeout_seconds": 10.0, "placement_margin": 2, "gold_injected_component_count": 0}]}]}, "per_root": {"ams-net.github.io": {"micro_topology_exact_match_rate": 0.0, "topology_exact_match_rate": 0.0, "placement_overlap_rate": 1.0, "mean_crossings": 0.0, "mean_bends": 0.0, "mean_manhattan_wire_length": 0.0, "mean_canvas_area_used": 0.0, "accepted": 0, "total": 2, "overlap_count": 0, "overlap_pairs_total": 0, "crossings_total": 0, "bends_total": 0, "wire_length_total": 0, "canvas_area_total": 0, "topology_failures": 2, "status_counts": {"router_fail": 2}, "failure_reason_counts": {"router_fail": 2}, "score_tuple": [2, 0, 0, 0, 0], "diagnostic_counts": {"gold_samples": 2, "gold_components": 11, "x_top4_hits": 0, "x_top8_hits": 0, "y_top4_hits": 0, "y_top8_hits": 1, "rot_top2_hits": 11, "rot_top4_hits": 11, "gold_component_in_cartesian_hits": 0, "gold_component_in_solver_hits": 0}, "diagnostics": {"gold_samples": 2, "gold_components": 11, "gold_x_top4_recall": 0.0, "gold_x_top8_recall": 0.0, "gold_y_top4_recall": 0.0, "gold_y_top8_recall": 0.09090909090909091, "gold_rot_top2_recall": 1.0, "gold_rot_top4_recall": 1.0, "gold_component_in_cartesian_shortlist_rate": 0.0, "gold_component_in_solver_candidates_rate": 0.0, "gold_full_sample_in_cartesian_shortlist_rate": 0.0, "gold_full_sample_in_solver_candidates_rate": 0.0, "gold_selected_any_attempt_rate": 0.0}, "router_fail_net_class_counts": {"VDD": 1, "other": 1}, "cp_sat_terminal_status_counts": {}, "macro_topology_exact_match_rate": null}, "ltspice-spice-circuits_hf": {"micro_topology_exact_match_rate": 0.0625, "topology_exact_match_rate": 0.0625, "placement_overlap_rate": 0.0, "mean_crossings": 0.0, "mean_bends": 2.0, "mean_manhattan_wire_length": 478.0, "mean_canvas_area_used": 65536.0, "accepted": 1, "total": 16, "overlap_count": 0, "overlap_pairs_total": 0, "crossings_total": 0.0, "bends_total": 2.0, "wire_length_total": 478.0, "canvas_area_total": 65536.0, "topology_failures": 15, "status_counts": {"router_fail": 15, "accepted": 1}, "failure_reason_counts": {"router_fail": 15}, "score_tuple": [15, 0, 2.0, 478.0, 65536.0], "diagnostic_counts": {"gold_samples": 16, "gold_components": 142, "x_top4_hits": 138, "x_top8_hits": 138, "y_top4_hits": 141, "y_top8_hits": 142, "rot_top2_hits": 140, "rot_top4_hits": 142, "gold_component_in_cartesian_hits": 136, "gold_component_in_solver_hits": 136, "gold_full_sample_in_cartesian_hits": 13, "gold_full_sample_in_solver_hits": 13, "gold_selected_any_attempt_hits": 7}, "diagnostics": {"gold_samples": 16, "gold_components": 142, "gold_x_top4_recall": 0.971830985915493, "gold_x_top8_recall": 0.971830985915493, "gold_y_top4_recall": 0.9929577464788732, "gold_y_top8_recall": 1.0, "gold_rot_top2_recall": 0.9859154929577465, "gold_rot_top4_recall": 1.0, "gold_component_in_cartesian_shortlist_rate": 0.9577464788732394, "gold_component_in_solver_candidates_rate": 0.9577464788732394, "gold_full_sample_in_cartesian_shortlist_rate": 0.8125, "gold_full_sample_in_solver_candidates_rate": 0.8125, "gold_selected_any_attempt_rate": 0.4375}, "router_fail_net_class_counts": {"other": 10, "VOUT": 1, "VCC": 1, "ground": 2, "VDD": 1}, "cp_sat_terminal_status_counts": {}, "macro_topology_exact_match_rate": null}, "open-schematics_hf": {"micro_topology_exact_match_rate": 0.08974358974358974, "topology_exact_match_rate": 0.08974358974358974, "placement_overlap_rate": 0.0, "mean_crossings": 0.0, "mean_bends": 30.0, "mean_manhattan_wire_length": 813.1428571428571, "mean_canvas_area_used": 56198.0, "accepted": 7, "total": 78, "overlap_count": 0, "overlap_pairs_total": 0, "crossings_total": 0.0, "bends_total": 210.0, "wire_length_total": 5692.0, "canvas_area_total": 393386.0, "topology_failures": 71, "status_counts": {"router_fail": 53, "cp_sat_fail": 18, "accepted": 7}, "failure_reason_counts": {"router_fail": 53, "cp_sat_fail": 18}, "score_tuple": [71, 0, 210.0, 5692.0, 393386.0], "diagnostic_counts": {"gold_samples": 78, "gold_components": 3246, "x_top4_hits": 200, "x_top8_hits": 283, "y_top4_hits": 244, "y_top8_hits": 354, "rot_top2_hits": 2687, "rot_top4_hits": 3246, "gold_component_in_cartesian_hits": 49, "gold_component_in_solver_hits": 49}, "diagnostics": {"gold_samples": 78, "gold_components": 3246, "gold_x_top4_recall": 0.061614294516327786, "gold_x_top8_recall": 0.08718422674060382, "gold_y_top4_recall": 0.0751694393099199, "gold_y_top8_recall": 0.10905730129390019, "gold_rot_top2_recall": 0.8277880468268638, "gold_rot_top4_recall": 1.0, "gold_component_in_cartesian_shortlist_rate": 0.015095502156500308, "gold_component_in_solver_candidates_rate": 0.015095502156500308, "gold_full_sample_in_cartesian_shortlist_rate": 0.0, "gold_full_sample_in_solver_candidates_rate": 0.0, "gold_selected_any_attempt_rate": 0.0}, "router_fail_net_class_counts": {"ground": 30, "VDD": 11, "other": 11, "power": 1}, "cp_sat_terminal_status_counts": {"infeasible": 13, "unknown": 5}, "macro_topology_exact_match_rate": null}}, "macro_topology_exact_match_rate": 0.050747863247863255, "per_size_bin": {"01-04": {"micro_topology_exact_match_rate": 0.3333333333333333, "topology_exact_match_rate": 0.3333333333333333, "placement_overlap_rate": 0.0, "mean_crossings": 0.0, "mean_bends": 2.0, "mean_manhattan_wire_length": 334.0, "mean_canvas_area_used": 47243.0, "accepted": 2, "total": 6, "overlap_count": 0, "overlap_pairs_total": 0, "crossings_total": 0.0, "bends_total": 4.0, "wire_length_total": 668.0, "canvas_area_total": 94486.0, "topology_failures": 4, "status_counts": {"accepted": 2, "router_fail": 4}, "failure_reason_counts": {"router_fail": 4}, "score_tuple": [4, 0, 4.0, 668.0, 94486.0], "diagnostic_counts": {"gold_samples": 6, "gold_components": 21, "x_top4_hits": 14, "x_top8_hits": 14, "y_top4_hits": 15, "y_top8_hits": 15, "rot_top2_hits": 18, "rot_top4_hits": 21, "gold_component_in_cartesian_hits": 10, "gold_component_in_solver_hits": 10, "gold_full_sample_in_cartesian_hits": 2, "gold_full_sample_in_solver_hits": 2, "gold_selected_any_attempt_hits": 2}, "diagnostics": {"gold_samples": 6, "gold_components": 21, "gold_x_top4_recall": 0.6666666666666666, "gold_x_top8_recall": 0.6666666666666666, "gold_y_top4_recall": 0.7142857142857143, "gold_y_top8_recall": 0.7142857142857143, "gold_rot_top2_recall": 0.8571428571428571, "gold_rot_top4_recall": 1.0, "gold_component_in_cartesian_shortlist_rate": 0.47619047619047616, "gold_component_in_solver_candidates_rate": 0.47619047619047616, "gold_full_sample_in_cartesian_shortlist_rate": 0.3333333333333333, "gold_full_sample_in_solver_candidates_rate": 0.3333333333333333, "gold_selected_any_attempt_rate": 0.3333333333333333}, "router_fail_net_class_counts": {"VOUT": 1, "other": 2, "VDD": 1}, "cp_sat_terminal_status_counts": {}, "macro_topology_exact_match_rate": null}, "05-08": {"micro_topology_exact_match_rate": 0.125, "topology_exact_match_rate": 0.125, "placement_overlap_rate": 0.0, "mean_crossings": 0.0, "mean_bends": 18.0, "mean_manhattan_wire_length": 567.0, "mean_canvas_area_used": 63488.0, "accepted": 1, "total": 8, "overlap_count": 0, "overlap_pairs_total": 0, "crossings_total": 0.0, "bends_total": 18.0, "wire_length_total": 567.0, "canvas_area_total": 63488.0, "topology_failures": 7, "status_counts": {"accepted": 1, "router_fail": 7}, "failure_reason_counts": {"router_fail": 7}, "score_tuple": [7, 0, 18.0, 567.0, 63488.0], "diagnostic_counts": {"gold_samples": 8, "gold_components": 50, "x_top4_hits": 29, "x_top8_hits": 29, "y_top4_hits": 31, "y_top8_hits": 33, "rot_top2_hits": 46, "rot_top4_hits": 50, "gold_component_in_cartesian_hits": 28, "gold_component_in_solver_hits": 28, "gold_full_sample_in_cartesian_hits": 4, "gold_full_sample_in_solver_hits": 4, "gold_selected_any_attempt_hits": 4}, "diagnostics": {"gold_samples": 8, "gold_components": 50, "gold_x_top4_recall": 0.58, "gold_x_top8_recall": 0.58, "gold_y_top4_recall": 0.62, "gold_y_top8_recall": 0.66, "gold_rot_top2_recall": 0.92, "gold_rot_top4_recall": 1.0, "gold_component_in_cartesian_shortlist_rate": 0.56, "gold_component_in_solver_candidates_rate": 0.56, "gold_full_sample_in_cartesian_shortlist_rate": 0.5, "gold_full_sample_in_solver_candidates_rate": 0.5, "gold_selected_any_attempt_rate": 0.5}, "router_fail_net_class_counts": {"VDD": 1, "ground": 2, "other": 4}, "cp_sat_terminal_status_counts": {}, "macro_topology_exact_match_rate": null}, "09-16": {"micro_topology_exact_match_rate": 0.1111111111111111, "topology_exact_match_rate": 0.1111111111111111, "placement_overlap_rate": 0.0, "mean_crossings": 0.0, "mean_bends": 12.0, "mean_manhattan_wire_length": 308.0, "mean_canvas_area_used": 63744.0, "accepted": 1, "total": 9, "overlap_count": 0, "overlap_pairs_total": 0, "crossings_total": 0.0, "bends_total": 12.0, "wire_length_total": 308.0, "canvas_area_total": 63744.0, "topology_failures": 8, "status_counts": {"router_fail": 8, "accepted": 1}, "failure_reason_counts": {"router_fail": 8}, "score_tuple": [8, 0, 12.0, 308.0, 63744.0], "diagnostic_counts": {"gold_samples": 9, "gold_components": 110, "x_top4_hits": 70, "x_top8_hits": 72, "y_top4_hits": 78, "y_top8_hits": 79, "rot_top2_hits": 105, "rot_top4_hits": 110, "gold_component_in_cartesian_hits": 68, "gold_component_in_solver_hits": 68, "gold_full_sample_in_cartesian_hits": 5, "gold_full_sample_in_solver_hits": 5, "gold_selected_any_attempt_hits": 1}, "diagnostics": {"gold_samples": 9, "gold_components": 110, "gold_x_top4_recall": 0.6363636363636364, "gold_x_top8_recall": 0.6545454545454545, "gold_y_top4_recall": 0.7090909090909091, "gold_y_top8_recall": 0.7181818181818181, "gold_rot_top2_recall": 0.9545454545454546, "gold_rot_top4_recall": 1.0, "gold_component_in_cartesian_shortlist_rate": 0.6181818181818182, "gold_component_in_solver_candidates_rate": 0.6181818181818182, "gold_full_sample_in_cartesian_shortlist_rate": 0.5555555555555556, "gold_full_sample_in_solver_candidates_rate": 0.5555555555555556, "gold_selected_any_attempt_rate": 0.1111111111111111}, "router_fail_net_class_counts": {"ground": 2, "other": 5, "VCC": 1}, "cp_sat_terminal_status_counts": {}, "macro_topology_exact_match_rate": null}, "17-24": {"micro_topology_exact_match_rate": 0.0, "topology_exact_match_rate": 0.0, "placement_overlap_rate": 1.0, "mean_crossings": 0.0, "mean_bends": 0.0, "mean_manhattan_wire_length": 0.0, "mean_canvas_area_used": 0.0, "accepted": 0, "total": 4, "overlap_count": 0, "overlap_pairs_total": 0, "crossings_total": 0, "bends_total": 0, "wire_length_total": 0, "canvas_area_total": 0, "topology_failures": 4, "status_counts": {"router_fail": 4}, "failure_reason_counts": {"router_fail": 4}, "score_tuple": [4, 0, 0, 0, 0], "diagnostic_counts": {"gold_samples": 4, "gold_components": 71, "x_top4_hits": 22, "x_top8_hits": 24, "y_top4_hits": 20, "y_top8_hits": 21, "rot_top2_hits": 59, "rot_top4_hits": 71, "gold_component_in_cartesian_hits": 17, "gold_component_in_solver_hits": 17, "gold_full_sample_in_cartesian_hits": 1, "gold_full_sample_in_solver_hits": 1}, "diagnostics": {"gold_samples": 4, "gold_components": 71, "gold_x_top4_recall": 0.30985915492957744, "gold_x_top8_recall": 0.3380281690140845, "gold_y_top4_recall": 0.28169014084507044, "gold_y_top8_recall": 0.29577464788732394, "gold_rot_top2_recall": 0.8309859154929577, "gold_rot_top4_recall": 1.0, "gold_component_in_cartesian_shortlist_rate": 0.23943661971830985, "gold_component_in_solver_candidates_rate": 0.23943661971830985, "gold_full_sample_in_cartesian_shortlist_rate": 0.25, "gold_full_sample_in_solver_candidates_rate": 0.25, "gold_selected_any_attempt_rate": 0.0}, "router_fail_net_class_counts": {"other": 3, "power": 1}, "cp_sat_terminal_status_counts": {}, "macro_topology_exact_match_rate": null}, "25-32": {"micro_topology_exact_match_rate": 0.25, "topology_exact_match_rate": 0.25, "placement_overlap_rate": 0.0, "mean_crossings": 0.0, "mean_bends": 38.0, "mean_manhattan_wire_length": 1154.0, "mean_canvas_area_used": 49062.0, "accepted": 1, "total": 4, "overlap_count": 0, "overlap_pairs_total": 0, "crossings_total": 0.0, "bends_total": 38.0, "wire_length_total": 1154.0, "canvas_area_total": 49062.0, "topology_failures": 3, "status_counts": {"router_fail": 3, "accepted": 1}, "failure_reason_counts": {"router_fail": 3}, "score_tuple": [3, 0, 38.0, 1154.0, 49062.0], "diagnostic_counts": {"gold_samples": 4, "gold_components": 115, "x_top4_hits": 27, "x_top8_hits": 28, "y_top4_hits": 35, "y_top8_hits": 35, "rot_top2_hits": 84, "rot_top4_hits": 115, "gold_component_in_cartesian_hits": 26, "gold_component_in_solver_hits": 26, "gold_full_sample_in_cartesian_hits": 1, "gold_full_sample_in_solver_hits": 1}, "diagnostics": {"gold_samples": 4, "gold_components": 115, "gold_x_top4_recall": 0.23478260869565218, "gold_x_top8_recall": 0.24347826086956523, "gold_y_top4_recall": 0.30434782608695654, "gold_y_top8_recall": 0.30434782608695654, "gold_rot_top2_recall": 0.7304347826086957, "gold_rot_top4_recall": 1.0, "gold_component_in_cartesian_shortlist_rate": 0.22608695652173913, "gold_component_in_solver_candidates_rate": 0.22608695652173913, "gold_full_sample_in_cartesian_shortlist_rate": 0.25, "gold_full_sample_in_solver_candidates_rate": 0.25, "gold_selected_any_attempt_rate": 0.0}, "router_fail_net_class_counts": {"other": 2, "VDD": 1}, "cp_sat_terminal_status_counts": {}, "macro_topology_exact_match_rate": null}, "33-48": {"micro_topology_exact_match_rate": 0.08333333333333333, "topology_exact_match_rate": 0.08333333333333333, "placement_overlap_rate": 0.0, "mean_crossings": 0.0, "mean_bends": 46.666666666666664, "mean_manhattan_wire_length": 1157.6666666666667, "mean_canvas_area_used": 62714.0, "accepted": 3, "total": 36, "overlap_count": 0, "overlap_pairs_total": 0, "crossings_total": 0.0, "bends_total": 140.0, "wire_length_total": 3473.0, "canvas_area_total": 188142.0, "topology_failures": 33, "status_counts": {"router_fail": 26, "cp_sat_fail": 7, "accepted": 3}, "failure_reason_counts": {"router_fail": 26, "cp_sat_fail": 7}, "score_tuple": [33, 0, 140.0, 3473.0, 188142.0], "diagnostic_counts": {"gold_samples": 36, "gold_components": 1448, "x_top4_hits": 121, "x_top8_hits": 165, "y_top4_hits": 105, "y_top8_hits": 148, "rot_top2_hits": 1197, "rot_top4_hits": 1448, "gold_component_in_cartesian_hits": 33, "gold_component_in_solver_hits": 33}, "diagnostics": {"gold_samples": 36, "gold_components": 1448, "gold_x_top4_recall": 0.0835635359116022, "gold_x_top8_recall": 0.11395027624309392, "gold_y_top4_recall": 0.07251381215469613, "gold_y_top8_recall": 0.10220994475138122, "gold_rot_top2_recall": 0.8266574585635359, "gold_rot_top4_recall": 1.0, "gold_component_in_cartesian_shortlist_rate": 0.022790055248618785, "gold_component_in_solver_candidates_rate": 0.022790055248618785, "gold_full_sample_in_cartesian_shortlist_rate": 0.0, "gold_full_sample_in_solver_candidates_rate": 0.0, "gold_selected_any_attempt_rate": 0.0}, "router_fail_net_class_counts": {"ground": 17, "VDD": 3, "other": 6}, "cp_sat_terminal_status_counts": {"infeasible": 4, "unknown": 3}, "macro_topology_exact_match_rate": null}, "49-64": {"micro_topology_exact_match_rate": 0.0, "topology_exact_match_rate": 0.0, "placement_overlap_rate": 1.0, "mean_crossings": 0.0, "mean_bends": 0.0, "mean_manhattan_wire_length": 0.0, "mean_canvas_area_used": 0.0, "accepted": 0, "total": 29, "overlap_count": 0, "overlap_pairs_total": 0, "crossings_total": 0, "bends_total": 0, "wire_length_total": 0, "canvas_area_total": 0, "topology_failures": 29, "status_counts": {"router_fail": 18, "cp_sat_fail": 11}, "failure_reason_counts": {"router_fail": 18, "cp_sat_fail": 11}, "score_tuple": [29, 0, 0, 0, 0], "diagnostic_counts": {"gold_samples": 29, "gold_components": 1584, "x_top4_hits": 55, "x_top8_hits": 89, "y_top4_hits": 101, "y_top8_hits": 166, "rot_top2_hits": 1329, "rot_top4_hits": 1584, "gold_component_in_cartesian_hits": 3, "gold_component_in_solver_hits": 3}, "diagnostics": {"gold_samples": 29, "gold_components": 1584, "gold_x_top4_recall": 0.034722222222222224, "gold_x_top8_recall": 0.05618686868686869, "gold_y_top4_recall": 0.06376262626262626, "gold_y_top8_recall": 0.10479797979797979, "gold_rot_top2_recall": 0.8390151515151515, "gold_rot_top4_recall": 1.0, "gold_component_in_cartesian_shortlist_rate": 0.001893939393939394, "gold_component_in_solver_candidates_rate": 0.001893939393939394, "gold_full_sample_in_cartesian_shortlist_rate": 0.0, "gold_full_sample_in_solver_candidates_rate": 0.0, "gold_selected_any_attempt_rate": 0.0}, "router_fail_net_class_counts": {"ground": 11, "VDD": 7}, "cp_sat_terminal_status_counts": {"infeasible": 9, "unknown": 2}, "macro_topology_exact_match_rate": null}}, "evaluated_at": "2026-03-10T17:27:35Z", "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 3, "shard_count": 4, "shard_sample_count": 96, "sample_workers": 8, "solver_workers_per_sample": 6, "eval_mode": "normal", "force_dataset_root": null, "solve_stages": [{"top_x": 4, "top_y": 4, "top_rot": 2, "max_solver_candidates": 16, "cp_sat_timeout_seconds": 10.0, "component_candidate_cap": 32}], "routing_options": {"placement_margin": 2, "routing_block_margin": 0, "pin_escape_cells": 2, "trunk_first_min_degree": 3, "trunk_first_priority_only": false}}
|
netlist_to_layout_v1/runs/routerfix-baseline-normal384-rbm0e2t3/posttrain_full_eval_tmp/step-008000/shard_03.progress.json
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"status": "completed",
|
| 3 |
+
"updated_at": "2026-03-10T17:27:35Z",
|
| 4 |
+
"checkpoint_step": 8000,
|
| 5 |
+
"checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt",
|
| 6 |
+
"split": "val",
|
| 7 |
+
"manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json",
|
| 8 |
+
"manifest_size": 384,
|
| 9 |
+
"shard_index": 3,
|
| 10 |
+
"shard_count": 4,
|
| 11 |
+
"shard_sample_count": 96,
|
| 12 |
+
"processed": 96,
|
| 13 |
+
"total": 96,
|
| 14 |
+
"accepted": 8,
|
| 15 |
+
"progress_fraction": 1.0,
|
| 16 |
+
"samples_per_min": 3.5186728316647913,
|
| 17 |
+
"eta_min": 0.0,
|
| 18 |
+
"elapsed_sec": 1636.9808378219604,
|
| 19 |
+
"sample_workers": 8,
|
| 20 |
+
"solver_workers_per_sample": 6,
|
| 21 |
+
"last_sample_id": null,
|
| 22 |
+
"last_graph_hash": null,
|
| 23 |
+
"last_status": null,
|
| 24 |
+
"last_dataset_root": null,
|
| 25 |
+
"status_counts": {
|
| 26 |
+
"router_fail": 70,
|
| 27 |
+
"cp_sat_fail": 18,
|
| 28 |
+
"accepted": 8
|
| 29 |
+
},
|
| 30 |
+
"failure_reason_counts": {
|
| 31 |
+
"router_fail": 70,
|
| 32 |
+
"cp_sat_fail": 18
|
| 33 |
+
},
|
| 34 |
+
"processed_by_root": {},
|
| 35 |
+
"accepted_by_root": {}
|
| 36 |
+
}
|
netlist_to_layout_v1/runs/routerfix-baseline-oracle-layout384-rbm0e2t3/best_full_eval.json
ADDED
|
@@ -0,0 +1,756 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"micro_topology_exact_match_rate": 0.078125,
|
| 3 |
+
"topology_exact_match_rate": 0.078125,
|
| 4 |
+
"placement_overlap_rate": 0.2,
|
| 5 |
+
"mean_crossings": 0.0,
|
| 6 |
+
"mean_bends": 19.4,
|
| 7 |
+
"mean_manhattan_wire_length": 550.5666666666667,
|
| 8 |
+
"mean_canvas_area_used": 44814.6,
|
| 9 |
+
"accepted": 30,
|
| 10 |
+
"total": 384,
|
| 11 |
+
"overlap_count": 6,
|
| 12 |
+
"overlap_pairs_total": 25,
|
| 13 |
+
"crossings_total": 0.0,
|
| 14 |
+
"bends_total": 582.0,
|
| 15 |
+
"wire_length_total": 16517.0,
|
| 16 |
+
"canvas_area_total": 1344438.0,
|
| 17 |
+
"topology_failures": 354,
|
| 18 |
+
"status_counts": {
|
| 19 |
+
"router_fail": 354,
|
| 20 |
+
"accepted": 30
|
| 21 |
+
},
|
| 22 |
+
"failure_reason_counts": {
|
| 23 |
+
"router_fail": 354
|
| 24 |
+
},
|
| 25 |
+
"score_tuple": [
|
| 26 |
+
354,
|
| 27 |
+
25,
|
| 28 |
+
582.0,
|
| 29 |
+
16517.0,
|
| 30 |
+
1344438.0
|
| 31 |
+
],
|
| 32 |
+
"diagnostic_counts": {
|
| 33 |
+
"gold_samples": 384,
|
| 34 |
+
"gold_components": 12971,
|
| 35 |
+
"x_top4_hits": 0,
|
| 36 |
+
"x_top8_hits": 0,
|
| 37 |
+
"y_top4_hits": 0,
|
| 38 |
+
"y_top8_hits": 0,
|
| 39 |
+
"rot_top2_hits": 0,
|
| 40 |
+
"rot_top4_hits": 0,
|
| 41 |
+
"gold_component_in_cartesian_hits": 0,
|
| 42 |
+
"gold_component_in_solver_hits": 0
|
| 43 |
+
},
|
| 44 |
+
"diagnostics": {
|
| 45 |
+
"gold_samples": 384,
|
| 46 |
+
"gold_components": 12971,
|
| 47 |
+
"gold_x_top4_recall": 0.0,
|
| 48 |
+
"gold_x_top8_recall": 0.0,
|
| 49 |
+
"gold_y_top4_recall": 0.0,
|
| 50 |
+
"gold_y_top8_recall": 0.0,
|
| 51 |
+
"gold_rot_top2_recall": 0.0,
|
| 52 |
+
"gold_rot_top4_recall": 0.0,
|
| 53 |
+
"gold_component_in_cartesian_shortlist_rate": 0.0,
|
| 54 |
+
"gold_component_in_solver_candidates_rate": 0.0,
|
| 55 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.0,
|
| 56 |
+
"gold_full_sample_in_solver_candidates_rate": 0.0,
|
| 57 |
+
"gold_selected_any_attempt_rate": 0.0
|
| 58 |
+
},
|
| 59 |
+
"router_fail_net_class_counts": {
|
| 60 |
+
"ground": 193,
|
| 61 |
+
"other": 103,
|
| 62 |
+
"VDD": 53,
|
| 63 |
+
"VIN": 1,
|
| 64 |
+
"VOUT": 2,
|
| 65 |
+
"VCC": 2
|
| 66 |
+
},
|
| 67 |
+
"cp_sat_terminal_status_counts": {},
|
| 68 |
+
"step": 8000,
|
| 69 |
+
"checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt",
|
| 70 |
+
"evaluated_at": "2026-03-10T17:14:15Z",
|
| 71 |
+
"split": "val",
|
| 72 |
+
"subset_size": 384,
|
| 73 |
+
"subset_manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json",
|
| 74 |
+
"mode": "full_machine_sharded_eval",
|
| 75 |
+
"shard_count": 1,
|
| 76 |
+
"sample_workers_per_gpu": 16,
|
| 77 |
+
"solver_workers_per_sample": 0,
|
| 78 |
+
"eval_mode": "oracle_layout",
|
| 79 |
+
"force_dataset_root": null,
|
| 80 |
+
"solve_stages": [
|
| 81 |
+
{
|
| 82 |
+
"top_x": 4,
|
| 83 |
+
"top_y": 4,
|
| 84 |
+
"top_rot": 2,
|
| 85 |
+
"max_solver_candidates": 16,
|
| 86 |
+
"cp_sat_timeout_seconds": 10.0,
|
| 87 |
+
"component_candidate_cap": 32
|
| 88 |
+
}
|
| 89 |
+
],
|
| 90 |
+
"routing_options": {
|
| 91 |
+
"placement_margin": 2,
|
| 92 |
+
"routing_block_margin": 0,
|
| 93 |
+
"pin_escape_cells": 2,
|
| 94 |
+
"trunk_first_min_degree": 3,
|
| 95 |
+
"trunk_first_priority_only": false
|
| 96 |
+
},
|
| 97 |
+
"per_root": {
|
| 98 |
+
"ams-net.github.io": {
|
| 99 |
+
"micro_topology_exact_match_rate": 0.42105263157894735,
|
| 100 |
+
"topology_exact_match_rate": 0.42105263157894735,
|
| 101 |
+
"placement_overlap_rate": 0.0,
|
| 102 |
+
"mean_crossings": 0.0,
|
| 103 |
+
"mean_bends": 12.75,
|
| 104 |
+
"mean_manhattan_wire_length": 388.875,
|
| 105 |
+
"mean_canvas_area_used": 12036.625,
|
| 106 |
+
"accepted": 8,
|
| 107 |
+
"total": 19,
|
| 108 |
+
"overlap_count": 0,
|
| 109 |
+
"overlap_pairs_total": 0,
|
| 110 |
+
"crossings_total": 0.0,
|
| 111 |
+
"bends_total": 102.0,
|
| 112 |
+
"wire_length_total": 3111.0,
|
| 113 |
+
"canvas_area_total": 96293.0,
|
| 114 |
+
"topology_failures": 11,
|
| 115 |
+
"status_counts": {
|
| 116 |
+
"router_fail": 11,
|
| 117 |
+
"accepted": 8
|
| 118 |
+
},
|
| 119 |
+
"failure_reason_counts": {
|
| 120 |
+
"router_fail": 11
|
| 121 |
+
},
|
| 122 |
+
"score_tuple": [
|
| 123 |
+
11,
|
| 124 |
+
0,
|
| 125 |
+
102.0,
|
| 126 |
+
3111.0,
|
| 127 |
+
96293.0
|
| 128 |
+
],
|
| 129 |
+
"diagnostic_counts": {
|
| 130 |
+
"gold_samples": 19,
|
| 131 |
+
"gold_components": 110,
|
| 132 |
+
"x_top4_hits": 0,
|
| 133 |
+
"x_top8_hits": 0,
|
| 134 |
+
"y_top4_hits": 0,
|
| 135 |
+
"y_top8_hits": 0,
|
| 136 |
+
"rot_top2_hits": 0,
|
| 137 |
+
"rot_top4_hits": 0,
|
| 138 |
+
"gold_component_in_cartesian_hits": 0,
|
| 139 |
+
"gold_component_in_solver_hits": 0
|
| 140 |
+
},
|
| 141 |
+
"diagnostics": {
|
| 142 |
+
"gold_samples": 19,
|
| 143 |
+
"gold_components": 110,
|
| 144 |
+
"gold_x_top4_recall": 0.0,
|
| 145 |
+
"gold_x_top8_recall": 0.0,
|
| 146 |
+
"gold_y_top4_recall": 0.0,
|
| 147 |
+
"gold_y_top8_recall": 0.0,
|
| 148 |
+
"gold_rot_top2_recall": 0.0,
|
| 149 |
+
"gold_rot_top4_recall": 0.0,
|
| 150 |
+
"gold_component_in_cartesian_shortlist_rate": 0.0,
|
| 151 |
+
"gold_component_in_solver_candidates_rate": 0.0,
|
| 152 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.0,
|
| 153 |
+
"gold_full_sample_in_solver_candidates_rate": 0.0,
|
| 154 |
+
"gold_selected_any_attempt_rate": 0.0
|
| 155 |
+
},
|
| 156 |
+
"router_fail_net_class_counts": {
|
| 157 |
+
"other": 9,
|
| 158 |
+
"VDD": 1,
|
| 159 |
+
"ground": 1
|
| 160 |
+
},
|
| 161 |
+
"cp_sat_terminal_status_counts": {}
|
| 162 |
+
},
|
| 163 |
+
"ltspice-spice-circuits_hf": {
|
| 164 |
+
"micro_topology_exact_match_rate": 0.05952380952380952,
|
| 165 |
+
"topology_exact_match_rate": 0.05952380952380952,
|
| 166 |
+
"placement_overlap_rate": 0.0,
|
| 167 |
+
"mean_crossings": 0.0,
|
| 168 |
+
"mean_bends": 7.0,
|
| 169 |
+
"mean_manhattan_wire_length": 564.8,
|
| 170 |
+
"mean_canvas_area_used": 56868.0,
|
| 171 |
+
"accepted": 5,
|
| 172 |
+
"total": 84,
|
| 173 |
+
"overlap_count": 0,
|
| 174 |
+
"overlap_pairs_total": 0,
|
| 175 |
+
"crossings_total": 0.0,
|
| 176 |
+
"bends_total": 35.0,
|
| 177 |
+
"wire_length_total": 2824.0,
|
| 178 |
+
"canvas_area_total": 284340.0,
|
| 179 |
+
"topology_failures": 79,
|
| 180 |
+
"status_counts": {
|
| 181 |
+
"router_fail": 79,
|
| 182 |
+
"accepted": 5
|
| 183 |
+
},
|
| 184 |
+
"failure_reason_counts": {
|
| 185 |
+
"router_fail": 79
|
| 186 |
+
},
|
| 187 |
+
"score_tuple": [
|
| 188 |
+
79,
|
| 189 |
+
0,
|
| 190 |
+
35.0,
|
| 191 |
+
2824.0,
|
| 192 |
+
284340.0
|
| 193 |
+
],
|
| 194 |
+
"diagnostic_counts": {
|
| 195 |
+
"gold_samples": 84,
|
| 196 |
+
"gold_components": 1234,
|
| 197 |
+
"x_top4_hits": 0,
|
| 198 |
+
"x_top8_hits": 0,
|
| 199 |
+
"y_top4_hits": 0,
|
| 200 |
+
"y_top8_hits": 0,
|
| 201 |
+
"rot_top2_hits": 0,
|
| 202 |
+
"rot_top4_hits": 0,
|
| 203 |
+
"gold_component_in_cartesian_hits": 0,
|
| 204 |
+
"gold_component_in_solver_hits": 0
|
| 205 |
+
},
|
| 206 |
+
"diagnostics": {
|
| 207 |
+
"gold_samples": 84,
|
| 208 |
+
"gold_components": 1234,
|
| 209 |
+
"gold_x_top4_recall": 0.0,
|
| 210 |
+
"gold_x_top8_recall": 0.0,
|
| 211 |
+
"gold_y_top4_recall": 0.0,
|
| 212 |
+
"gold_y_top8_recall": 0.0,
|
| 213 |
+
"gold_rot_top2_recall": 0.0,
|
| 214 |
+
"gold_rot_top4_recall": 0.0,
|
| 215 |
+
"gold_component_in_cartesian_shortlist_rate": 0.0,
|
| 216 |
+
"gold_component_in_solver_candidates_rate": 0.0,
|
| 217 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.0,
|
| 218 |
+
"gold_full_sample_in_solver_candidates_rate": 0.0,
|
| 219 |
+
"gold_selected_any_attempt_rate": 0.0
|
| 220 |
+
},
|
| 221 |
+
"router_fail_net_class_counts": {
|
| 222 |
+
"ground": 24,
|
| 223 |
+
"other": 48,
|
| 224 |
+
"VDD": 2,
|
| 225 |
+
"VIN": 1,
|
| 226 |
+
"VOUT": 2,
|
| 227 |
+
"VCC": 2
|
| 228 |
+
},
|
| 229 |
+
"cp_sat_terminal_status_counts": {}
|
| 230 |
+
},
|
| 231 |
+
"open-schematics_hf": {
|
| 232 |
+
"micro_topology_exact_match_rate": 0.060498220640569395,
|
| 233 |
+
"topology_exact_match_rate": 0.060498220640569395,
|
| 234 |
+
"placement_overlap_rate": 0.35294117647058826,
|
| 235 |
+
"mean_crossings": 0.0,
|
| 236 |
+
"mean_bends": 26.176470588235293,
|
| 237 |
+
"mean_manhattan_wire_length": 622.4705882352941,
|
| 238 |
+
"mean_canvas_area_used": 56694.41176470588,
|
| 239 |
+
"accepted": 17,
|
| 240 |
+
"total": 281,
|
| 241 |
+
"overlap_count": 6,
|
| 242 |
+
"overlap_pairs_total": 25,
|
| 243 |
+
"crossings_total": 0.0,
|
| 244 |
+
"bends_total": 445.0,
|
| 245 |
+
"wire_length_total": 10582.0,
|
| 246 |
+
"canvas_area_total": 963805.0,
|
| 247 |
+
"topology_failures": 264,
|
| 248 |
+
"status_counts": {
|
| 249 |
+
"router_fail": 264,
|
| 250 |
+
"accepted": 17
|
| 251 |
+
},
|
| 252 |
+
"failure_reason_counts": {
|
| 253 |
+
"router_fail": 264
|
| 254 |
+
},
|
| 255 |
+
"score_tuple": [
|
| 256 |
+
264,
|
| 257 |
+
25,
|
| 258 |
+
445.0,
|
| 259 |
+
10582.0,
|
| 260 |
+
963805.0
|
| 261 |
+
],
|
| 262 |
+
"diagnostic_counts": {
|
| 263 |
+
"gold_samples": 281,
|
| 264 |
+
"gold_components": 11627,
|
| 265 |
+
"x_top4_hits": 0,
|
| 266 |
+
"x_top8_hits": 0,
|
| 267 |
+
"y_top4_hits": 0,
|
| 268 |
+
"y_top8_hits": 0,
|
| 269 |
+
"rot_top2_hits": 0,
|
| 270 |
+
"rot_top4_hits": 0,
|
| 271 |
+
"gold_component_in_cartesian_hits": 0,
|
| 272 |
+
"gold_component_in_solver_hits": 0
|
| 273 |
+
},
|
| 274 |
+
"diagnostics": {
|
| 275 |
+
"gold_samples": 281,
|
| 276 |
+
"gold_components": 11627,
|
| 277 |
+
"gold_x_top4_recall": 0.0,
|
| 278 |
+
"gold_x_top8_recall": 0.0,
|
| 279 |
+
"gold_y_top4_recall": 0.0,
|
| 280 |
+
"gold_y_top8_recall": 0.0,
|
| 281 |
+
"gold_rot_top2_recall": 0.0,
|
| 282 |
+
"gold_rot_top4_recall": 0.0,
|
| 283 |
+
"gold_component_in_cartesian_shortlist_rate": 0.0,
|
| 284 |
+
"gold_component_in_solver_candidates_rate": 0.0,
|
| 285 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.0,
|
| 286 |
+
"gold_full_sample_in_solver_candidates_rate": 0.0,
|
| 287 |
+
"gold_selected_any_attempt_rate": 0.0
|
| 288 |
+
},
|
| 289 |
+
"router_fail_net_class_counts": {
|
| 290 |
+
"ground": 168,
|
| 291 |
+
"other": 46,
|
| 292 |
+
"VDD": 50
|
| 293 |
+
},
|
| 294 |
+
"cp_sat_terminal_status_counts": {}
|
| 295 |
+
}
|
| 296 |
+
},
|
| 297 |
+
"per_size_bin": {
|
| 298 |
+
"01-04": {
|
| 299 |
+
"micro_topology_exact_match_rate": 0.45161290322580644,
|
| 300 |
+
"topology_exact_match_rate": 0.45161290322580644,
|
| 301 |
+
"placement_overlap_rate": 0.0,
|
| 302 |
+
"mean_crossings": 0.0,
|
| 303 |
+
"mean_bends": 10.071428571428571,
|
| 304 |
+
"mean_manhattan_wire_length": 435.42857142857144,
|
| 305 |
+
"mean_canvas_area_used": 29660.285714285714,
|
| 306 |
+
"accepted": 14,
|
| 307 |
+
"total": 31,
|
| 308 |
+
"overlap_count": 0,
|
| 309 |
+
"overlap_pairs_total": 0,
|
| 310 |
+
"crossings_total": 0.0,
|
| 311 |
+
"bends_total": 141.0,
|
| 312 |
+
"wire_length_total": 6096.0,
|
| 313 |
+
"canvas_area_total": 415244.0,
|
| 314 |
+
"topology_failures": 17,
|
| 315 |
+
"status_counts": {
|
| 316 |
+
"accepted": 14,
|
| 317 |
+
"router_fail": 17
|
| 318 |
+
},
|
| 319 |
+
"failure_reason_counts": {
|
| 320 |
+
"router_fail": 17
|
| 321 |
+
},
|
| 322 |
+
"score_tuple": [
|
| 323 |
+
17,
|
| 324 |
+
0,
|
| 325 |
+
141.0,
|
| 326 |
+
6096.0,
|
| 327 |
+
415244.0
|
| 328 |
+
],
|
| 329 |
+
"diagnostic_counts": {
|
| 330 |
+
"gold_samples": 31,
|
| 331 |
+
"gold_components": 104,
|
| 332 |
+
"x_top4_hits": 0,
|
| 333 |
+
"x_top8_hits": 0,
|
| 334 |
+
"y_top4_hits": 0,
|
| 335 |
+
"y_top8_hits": 0,
|
| 336 |
+
"rot_top2_hits": 0,
|
| 337 |
+
"rot_top4_hits": 0,
|
| 338 |
+
"gold_component_in_cartesian_hits": 0,
|
| 339 |
+
"gold_component_in_solver_hits": 0
|
| 340 |
+
},
|
| 341 |
+
"diagnostics": {
|
| 342 |
+
"gold_samples": 31,
|
| 343 |
+
"gold_components": 104,
|
| 344 |
+
"gold_x_top4_recall": 0.0,
|
| 345 |
+
"gold_x_top8_recall": 0.0,
|
| 346 |
+
"gold_y_top4_recall": 0.0,
|
| 347 |
+
"gold_y_top8_recall": 0.0,
|
| 348 |
+
"gold_rot_top2_recall": 0.0,
|
| 349 |
+
"gold_rot_top4_recall": 0.0,
|
| 350 |
+
"gold_component_in_cartesian_shortlist_rate": 0.0,
|
| 351 |
+
"gold_component_in_solver_candidates_rate": 0.0,
|
| 352 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.0,
|
| 353 |
+
"gold_full_sample_in_solver_candidates_rate": 0.0,
|
| 354 |
+
"gold_selected_any_attempt_rate": 0.0
|
| 355 |
+
},
|
| 356 |
+
"router_fail_net_class_counts": {
|
| 357 |
+
"ground": 3,
|
| 358 |
+
"VOUT": 2,
|
| 359 |
+
"other": 12
|
| 360 |
+
},
|
| 361 |
+
"cp_sat_terminal_status_counts": {}
|
| 362 |
+
},
|
| 363 |
+
"05-08": {
|
| 364 |
+
"micro_topology_exact_match_rate": 0.08571428571428572,
|
| 365 |
+
"topology_exact_match_rate": 0.08571428571428572,
|
| 366 |
+
"placement_overlap_rate": 0.0,
|
| 367 |
+
"mean_crossings": 0.0,
|
| 368 |
+
"mean_bends": 14.333333333333334,
|
| 369 |
+
"mean_manhattan_wire_length": 503.0,
|
| 370 |
+
"mean_canvas_area_used": 49534.333333333336,
|
| 371 |
+
"accepted": 3,
|
| 372 |
+
"total": 35,
|
| 373 |
+
"overlap_count": 0,
|
| 374 |
+
"overlap_pairs_total": 0,
|
| 375 |
+
"crossings_total": 0.0,
|
| 376 |
+
"bends_total": 43.0,
|
| 377 |
+
"wire_length_total": 1509.0,
|
| 378 |
+
"canvas_area_total": 148603.0,
|
| 379 |
+
"topology_failures": 32,
|
| 380 |
+
"status_counts": {
|
| 381 |
+
"router_fail": 32,
|
| 382 |
+
"accepted": 3
|
| 383 |
+
},
|
| 384 |
+
"failure_reason_counts": {
|
| 385 |
+
"router_fail": 32
|
| 386 |
+
},
|
| 387 |
+
"score_tuple": [
|
| 388 |
+
32,
|
| 389 |
+
0,
|
| 390 |
+
43.0,
|
| 391 |
+
1509.0,
|
| 392 |
+
148603.0
|
| 393 |
+
],
|
| 394 |
+
"diagnostic_counts": {
|
| 395 |
+
"gold_samples": 35,
|
| 396 |
+
"gold_components": 226,
|
| 397 |
+
"x_top4_hits": 0,
|
| 398 |
+
"x_top8_hits": 0,
|
| 399 |
+
"y_top4_hits": 0,
|
| 400 |
+
"y_top8_hits": 0,
|
| 401 |
+
"rot_top2_hits": 0,
|
| 402 |
+
"rot_top4_hits": 0,
|
| 403 |
+
"gold_component_in_cartesian_hits": 0,
|
| 404 |
+
"gold_component_in_solver_hits": 0
|
| 405 |
+
},
|
| 406 |
+
"diagnostics": {
|
| 407 |
+
"gold_samples": 35,
|
| 408 |
+
"gold_components": 226,
|
| 409 |
+
"gold_x_top4_recall": 0.0,
|
| 410 |
+
"gold_x_top8_recall": 0.0,
|
| 411 |
+
"gold_y_top4_recall": 0.0,
|
| 412 |
+
"gold_y_top8_recall": 0.0,
|
| 413 |
+
"gold_rot_top2_recall": 0.0,
|
| 414 |
+
"gold_rot_top4_recall": 0.0,
|
| 415 |
+
"gold_component_in_cartesian_shortlist_rate": 0.0,
|
| 416 |
+
"gold_component_in_solver_candidates_rate": 0.0,
|
| 417 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.0,
|
| 418 |
+
"gold_full_sample_in_solver_candidates_rate": 0.0,
|
| 419 |
+
"gold_selected_any_attempt_rate": 0.0
|
| 420 |
+
},
|
| 421 |
+
"router_fail_net_class_counts": {
|
| 422 |
+
"other": 27,
|
| 423 |
+
"VIN": 1,
|
| 424 |
+
"ground": 3,
|
| 425 |
+
"VDD": 1
|
| 426 |
+
},
|
| 427 |
+
"cp_sat_terminal_status_counts": {}
|
| 428 |
+
},
|
| 429 |
+
"09-16": {
|
| 430 |
+
"micro_topology_exact_match_rate": 0.17142857142857143,
|
| 431 |
+
"topology_exact_match_rate": 0.17142857142857143,
|
| 432 |
+
"placement_overlap_rate": 0.16666666666666666,
|
| 433 |
+
"mean_crossings": 0.0,
|
| 434 |
+
"mean_bends": 11.5,
|
| 435 |
+
"mean_manhattan_wire_length": 279.1666666666667,
|
| 436 |
+
"mean_canvas_area_used": 56930.666666666664,
|
| 437 |
+
"accepted": 6,
|
| 438 |
+
"total": 35,
|
| 439 |
+
"overlap_count": 1,
|
| 440 |
+
"overlap_pairs_total": 1,
|
| 441 |
+
"crossings_total": 0.0,
|
| 442 |
+
"bends_total": 69.0,
|
| 443 |
+
"wire_length_total": 1675.0,
|
| 444 |
+
"canvas_area_total": 341584.0,
|
| 445 |
+
"topology_failures": 29,
|
| 446 |
+
"status_counts": {
|
| 447 |
+
"accepted": 6,
|
| 448 |
+
"router_fail": 29
|
| 449 |
+
},
|
| 450 |
+
"failure_reason_counts": {
|
| 451 |
+
"router_fail": 29
|
| 452 |
+
},
|
| 453 |
+
"score_tuple": [
|
| 454 |
+
29,
|
| 455 |
+
1,
|
| 456 |
+
69.0,
|
| 457 |
+
1675.0,
|
| 458 |
+
341584.0
|
| 459 |
+
],
|
| 460 |
+
"diagnostic_counts": {
|
| 461 |
+
"gold_samples": 35,
|
| 462 |
+
"gold_components": 434,
|
| 463 |
+
"x_top4_hits": 0,
|
| 464 |
+
"x_top8_hits": 0,
|
| 465 |
+
"y_top4_hits": 0,
|
| 466 |
+
"y_top8_hits": 0,
|
| 467 |
+
"rot_top2_hits": 0,
|
| 468 |
+
"rot_top4_hits": 0,
|
| 469 |
+
"gold_component_in_cartesian_hits": 0,
|
| 470 |
+
"gold_component_in_solver_hits": 0
|
| 471 |
+
},
|
| 472 |
+
"diagnostics": {
|
| 473 |
+
"gold_samples": 35,
|
| 474 |
+
"gold_components": 434,
|
| 475 |
+
"gold_x_top4_recall": 0.0,
|
| 476 |
+
"gold_x_top8_recall": 0.0,
|
| 477 |
+
"gold_y_top4_recall": 0.0,
|
| 478 |
+
"gold_y_top8_recall": 0.0,
|
| 479 |
+
"gold_rot_top2_recall": 0.0,
|
| 480 |
+
"gold_rot_top4_recall": 0.0,
|
| 481 |
+
"gold_component_in_cartesian_shortlist_rate": 0.0,
|
| 482 |
+
"gold_component_in_solver_candidates_rate": 0.0,
|
| 483 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.0,
|
| 484 |
+
"gold_full_sample_in_solver_candidates_rate": 0.0,
|
| 485 |
+
"gold_selected_any_attempt_rate": 0.0
|
| 486 |
+
},
|
| 487 |
+
"router_fail_net_class_counts": {
|
| 488 |
+
"VDD": 4,
|
| 489 |
+
"other": 16,
|
| 490 |
+
"ground": 8,
|
| 491 |
+
"VCC": 1
|
| 492 |
+
},
|
| 493 |
+
"cp_sat_terminal_status_counts": {}
|
| 494 |
+
},
|
| 495 |
+
"17-24": {
|
| 496 |
+
"micro_topology_exact_match_rate": 0.0,
|
| 497 |
+
"topology_exact_match_rate": 0.0,
|
| 498 |
+
"placement_overlap_rate": 1.0,
|
| 499 |
+
"mean_crossings": 0.0,
|
| 500 |
+
"mean_bends": 0.0,
|
| 501 |
+
"mean_manhattan_wire_length": 0.0,
|
| 502 |
+
"mean_canvas_area_used": 0.0,
|
| 503 |
+
"accepted": 0,
|
| 504 |
+
"total": 27,
|
| 505 |
+
"overlap_count": 0,
|
| 506 |
+
"overlap_pairs_total": 0,
|
| 507 |
+
"crossings_total": 0.0,
|
| 508 |
+
"bends_total": 0.0,
|
| 509 |
+
"wire_length_total": 0.0,
|
| 510 |
+
"canvas_area_total": 0.0,
|
| 511 |
+
"topology_failures": 27,
|
| 512 |
+
"status_counts": {
|
| 513 |
+
"router_fail": 27
|
| 514 |
+
},
|
| 515 |
+
"failure_reason_counts": {
|
| 516 |
+
"router_fail": 27
|
| 517 |
+
},
|
| 518 |
+
"score_tuple": [
|
| 519 |
+
27,
|
| 520 |
+
0,
|
| 521 |
+
0.0,
|
| 522 |
+
0.0,
|
| 523 |
+
0.0
|
| 524 |
+
],
|
| 525 |
+
"diagnostic_counts": {
|
| 526 |
+
"gold_samples": 27,
|
| 527 |
+
"gold_components": 523,
|
| 528 |
+
"x_top4_hits": 0,
|
| 529 |
+
"x_top8_hits": 0,
|
| 530 |
+
"y_top4_hits": 0,
|
| 531 |
+
"y_top8_hits": 0,
|
| 532 |
+
"rot_top2_hits": 0,
|
| 533 |
+
"rot_top4_hits": 0,
|
| 534 |
+
"gold_component_in_cartesian_hits": 0,
|
| 535 |
+
"gold_component_in_solver_hits": 0
|
| 536 |
+
},
|
| 537 |
+
"diagnostics": {
|
| 538 |
+
"gold_samples": 27,
|
| 539 |
+
"gold_components": 523,
|
| 540 |
+
"gold_x_top4_recall": 0.0,
|
| 541 |
+
"gold_x_top8_recall": 0.0,
|
| 542 |
+
"gold_y_top4_recall": 0.0,
|
| 543 |
+
"gold_y_top8_recall": 0.0,
|
| 544 |
+
"gold_rot_top2_recall": 0.0,
|
| 545 |
+
"gold_rot_top4_recall": 0.0,
|
| 546 |
+
"gold_component_in_cartesian_shortlist_rate": 0.0,
|
| 547 |
+
"gold_component_in_solver_candidates_rate": 0.0,
|
| 548 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.0,
|
| 549 |
+
"gold_full_sample_in_solver_candidates_rate": 0.0,
|
| 550 |
+
"gold_selected_any_attempt_rate": 0.0
|
| 551 |
+
},
|
| 552 |
+
"router_fail_net_class_counts": {
|
| 553 |
+
"other": 15,
|
| 554 |
+
"ground": 7,
|
| 555 |
+
"VCC": 1,
|
| 556 |
+
"VDD": 4
|
| 557 |
+
},
|
| 558 |
+
"cp_sat_terminal_status_counts": {}
|
| 559 |
+
},
|
| 560 |
+
"25-32": {
|
| 561 |
+
"micro_topology_exact_match_rate": 0.1111111111111111,
|
| 562 |
+
"topology_exact_match_rate": 0.1111111111111111,
|
| 563 |
+
"placement_overlap_rate": 0.5,
|
| 564 |
+
"mean_crossings": 0.0,
|
| 565 |
+
"mean_bends": 56.5,
|
| 566 |
+
"mean_manhattan_wire_length": 995.5,
|
| 567 |
+
"mean_canvas_area_used": 63923.0,
|
| 568 |
+
"accepted": 2,
|
| 569 |
+
"total": 18,
|
| 570 |
+
"overlap_count": 1,
|
| 571 |
+
"overlap_pairs_total": 1,
|
| 572 |
+
"crossings_total": 0.0,
|
| 573 |
+
"bends_total": 113.0,
|
| 574 |
+
"wire_length_total": 1991.0,
|
| 575 |
+
"canvas_area_total": 127846.0,
|
| 576 |
+
"topology_failures": 16,
|
| 577 |
+
"status_counts": {
|
| 578 |
+
"router_fail": 16,
|
| 579 |
+
"accepted": 2
|
| 580 |
+
},
|
| 581 |
+
"failure_reason_counts": {
|
| 582 |
+
"router_fail": 16
|
| 583 |
+
},
|
| 584 |
+
"score_tuple": [
|
| 585 |
+
16,
|
| 586 |
+
1,
|
| 587 |
+
113.0,
|
| 588 |
+
1991.0,
|
| 589 |
+
127846.0
|
| 590 |
+
],
|
| 591 |
+
"diagnostic_counts": {
|
| 592 |
+
"gold_samples": 18,
|
| 593 |
+
"gold_components": 519,
|
| 594 |
+
"x_top4_hits": 0,
|
| 595 |
+
"x_top8_hits": 0,
|
| 596 |
+
"y_top4_hits": 0,
|
| 597 |
+
"y_top8_hits": 0,
|
| 598 |
+
"rot_top2_hits": 0,
|
| 599 |
+
"rot_top4_hits": 0,
|
| 600 |
+
"gold_component_in_cartesian_hits": 0,
|
| 601 |
+
"gold_component_in_solver_hits": 0
|
| 602 |
+
},
|
| 603 |
+
"diagnostics": {
|
| 604 |
+
"gold_samples": 18,
|
| 605 |
+
"gold_components": 519,
|
| 606 |
+
"gold_x_top4_recall": 0.0,
|
| 607 |
+
"gold_x_top8_recall": 0.0,
|
| 608 |
+
"gold_y_top4_recall": 0.0,
|
| 609 |
+
"gold_y_top8_recall": 0.0,
|
| 610 |
+
"gold_rot_top2_recall": 0.0,
|
| 611 |
+
"gold_rot_top4_recall": 0.0,
|
| 612 |
+
"gold_component_in_cartesian_shortlist_rate": 0.0,
|
| 613 |
+
"gold_component_in_solver_candidates_rate": 0.0,
|
| 614 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.0,
|
| 615 |
+
"gold_full_sample_in_solver_candidates_rate": 0.0,
|
| 616 |
+
"gold_selected_any_attempt_rate": 0.0
|
| 617 |
+
},
|
| 618 |
+
"router_fail_net_class_counts": {
|
| 619 |
+
"ground": 13,
|
| 620 |
+
"other": 3
|
| 621 |
+
},
|
| 622 |
+
"cp_sat_terminal_status_counts": {}
|
| 623 |
+
},
|
| 624 |
+
"33-48": {
|
| 625 |
+
"micro_topology_exact_match_rate": 0.022058823529411766,
|
| 626 |
+
"topology_exact_match_rate": 0.022058823529411766,
|
| 627 |
+
"placement_overlap_rate": 1.0,
|
| 628 |
+
"mean_crossings": 0.0,
|
| 629 |
+
"mean_bends": 36.333333333333336,
|
| 630 |
+
"mean_manhattan_wire_length": 631.3333333333334,
|
| 631 |
+
"mean_canvas_area_used": 64341.333333333336,
|
| 632 |
+
"accepted": 3,
|
| 633 |
+
"total": 136,
|
| 634 |
+
"overlap_count": 3,
|
| 635 |
+
"overlap_pairs_total": 8,
|
| 636 |
+
"crossings_total": 0.0,
|
| 637 |
+
"bends_total": 109.0,
|
| 638 |
+
"wire_length_total": 1894.0,
|
| 639 |
+
"canvas_area_total": 193024.0,
|
| 640 |
+
"topology_failures": 133,
|
| 641 |
+
"status_counts": {
|
| 642 |
+
"router_fail": 133,
|
| 643 |
+
"accepted": 3
|
| 644 |
+
},
|
| 645 |
+
"failure_reason_counts": {
|
| 646 |
+
"router_fail": 133
|
| 647 |
+
},
|
| 648 |
+
"score_tuple": [
|
| 649 |
+
133,
|
| 650 |
+
8,
|
| 651 |
+
109.0,
|
| 652 |
+
1894.0,
|
| 653 |
+
193024.0
|
| 654 |
+
],
|
| 655 |
+
"diagnostic_counts": {
|
| 656 |
+
"gold_samples": 136,
|
| 657 |
+
"gold_components": 5488,
|
| 658 |
+
"x_top4_hits": 0,
|
| 659 |
+
"x_top8_hits": 0,
|
| 660 |
+
"y_top4_hits": 0,
|
| 661 |
+
"y_top8_hits": 0,
|
| 662 |
+
"rot_top2_hits": 0,
|
| 663 |
+
"rot_top4_hits": 0,
|
| 664 |
+
"gold_component_in_cartesian_hits": 0,
|
| 665 |
+
"gold_component_in_solver_hits": 0
|
| 666 |
+
},
|
| 667 |
+
"diagnostics": {
|
| 668 |
+
"gold_samples": 136,
|
| 669 |
+
"gold_components": 5488,
|
| 670 |
+
"gold_x_top4_recall": 0.0,
|
| 671 |
+
"gold_x_top8_recall": 0.0,
|
| 672 |
+
"gold_y_top4_recall": 0.0,
|
| 673 |
+
"gold_y_top8_recall": 0.0,
|
| 674 |
+
"gold_rot_top2_recall": 0.0,
|
| 675 |
+
"gold_rot_top4_recall": 0.0,
|
| 676 |
+
"gold_component_in_cartesian_shortlist_rate": 0.0,
|
| 677 |
+
"gold_component_in_solver_candidates_rate": 0.0,
|
| 678 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.0,
|
| 679 |
+
"gold_full_sample_in_solver_candidates_rate": 0.0,
|
| 680 |
+
"gold_selected_any_attempt_rate": 0.0
|
| 681 |
+
},
|
| 682 |
+
"router_fail_net_class_counts": {
|
| 683 |
+
"ground": 86,
|
| 684 |
+
"other": 20,
|
| 685 |
+
"VDD": 27
|
| 686 |
+
},
|
| 687 |
+
"cp_sat_terminal_status_counts": {}
|
| 688 |
+
},
|
| 689 |
+
"49-64": {
|
| 690 |
+
"micro_topology_exact_match_rate": 0.0196078431372549,
|
| 691 |
+
"topology_exact_match_rate": 0.0196078431372549,
|
| 692 |
+
"placement_overlap_rate": 0.5,
|
| 693 |
+
"mean_crossings": 0.0,
|
| 694 |
+
"mean_bends": 53.5,
|
| 695 |
+
"mean_manhattan_wire_length": 1676.0,
|
| 696 |
+
"mean_canvas_area_used": 59068.5,
|
| 697 |
+
"accepted": 2,
|
| 698 |
+
"total": 102,
|
| 699 |
+
"overlap_count": 1,
|
| 700 |
+
"overlap_pairs_total": 15,
|
| 701 |
+
"crossings_total": 0.0,
|
| 702 |
+
"bends_total": 107.0,
|
| 703 |
+
"wire_length_total": 3352.0,
|
| 704 |
+
"canvas_area_total": 118137.0,
|
| 705 |
+
"topology_failures": 100,
|
| 706 |
+
"status_counts": {
|
| 707 |
+
"router_fail": 100,
|
| 708 |
+
"accepted": 2
|
| 709 |
+
},
|
| 710 |
+
"failure_reason_counts": {
|
| 711 |
+
"router_fail": 100
|
| 712 |
+
},
|
| 713 |
+
"score_tuple": [
|
| 714 |
+
100,
|
| 715 |
+
15,
|
| 716 |
+
107.0,
|
| 717 |
+
3352.0,
|
| 718 |
+
118137.0
|
| 719 |
+
],
|
| 720 |
+
"diagnostic_counts": {
|
| 721 |
+
"gold_samples": 102,
|
| 722 |
+
"gold_components": 5677,
|
| 723 |
+
"x_top4_hits": 0,
|
| 724 |
+
"x_top8_hits": 0,
|
| 725 |
+
"y_top4_hits": 0,
|
| 726 |
+
"y_top8_hits": 0,
|
| 727 |
+
"rot_top2_hits": 0,
|
| 728 |
+
"rot_top4_hits": 0,
|
| 729 |
+
"gold_component_in_cartesian_hits": 0,
|
| 730 |
+
"gold_component_in_solver_hits": 0
|
| 731 |
+
},
|
| 732 |
+
"diagnostics": {
|
| 733 |
+
"gold_samples": 102,
|
| 734 |
+
"gold_components": 5677,
|
| 735 |
+
"gold_x_top4_recall": 0.0,
|
| 736 |
+
"gold_x_top8_recall": 0.0,
|
| 737 |
+
"gold_y_top4_recall": 0.0,
|
| 738 |
+
"gold_y_top8_recall": 0.0,
|
| 739 |
+
"gold_rot_top2_recall": 0.0,
|
| 740 |
+
"gold_rot_top4_recall": 0.0,
|
| 741 |
+
"gold_component_in_cartesian_shortlist_rate": 0.0,
|
| 742 |
+
"gold_component_in_solver_candidates_rate": 0.0,
|
| 743 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.0,
|
| 744 |
+
"gold_full_sample_in_solver_candidates_rate": 0.0,
|
| 745 |
+
"gold_selected_any_attempt_rate": 0.0
|
| 746 |
+
},
|
| 747 |
+
"router_fail_net_class_counts": {
|
| 748 |
+
"ground": 73,
|
| 749 |
+
"VDD": 17,
|
| 750 |
+
"other": 10
|
| 751 |
+
},
|
| 752 |
+
"cp_sat_terminal_status_counts": {}
|
| 753 |
+
}
|
| 754 |
+
},
|
| 755 |
+
"macro_topology_exact_match_rate": 0.18035822058110876
|
| 756 |
+
}
|
netlist_to_layout_v1/runs/routerfix-baseline-oracle-layout384-rbm0e2t3/full_eval_metrics.jsonl
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"micro_topology_exact_match_rate": 0.078125, "topology_exact_match_rate": 0.078125, "placement_overlap_rate": 0.2, "mean_crossings": 0.0, "mean_bends": 19.4, "mean_manhattan_wire_length": 550.5666666666667, "mean_canvas_area_used": 44814.6, "accepted": 30, "total": 384, "overlap_count": 6, "overlap_pairs_total": 25, "crossings_total": 0.0, "bends_total": 582.0, "wire_length_total": 16517.0, "canvas_area_total": 1344438.0, "topology_failures": 354, "status_counts": {"router_fail": 354, "accepted": 30}, "failure_reason_counts": {"router_fail": 354}, "score_tuple": [354, 25, 582.0, 16517.0, 1344438.0], "diagnostic_counts": {"gold_samples": 384, "gold_components": 12971, "x_top4_hits": 0, "x_top8_hits": 0, "y_top4_hits": 0, "y_top8_hits": 0, "rot_top2_hits": 0, "rot_top4_hits": 0, "gold_component_in_cartesian_hits": 0, "gold_component_in_solver_hits": 0}, "diagnostics": {"gold_samples": 384, "gold_components": 12971, "gold_x_top4_recall": 0.0, "gold_x_top8_recall": 0.0, "gold_y_top4_recall": 0.0, "gold_y_top8_recall": 0.0, "gold_rot_top2_recall": 0.0, "gold_rot_top4_recall": 0.0, "gold_component_in_cartesian_shortlist_rate": 0.0, "gold_component_in_solver_candidates_rate": 0.0, "gold_full_sample_in_cartesian_shortlist_rate": 0.0, "gold_full_sample_in_solver_candidates_rate": 0.0, "gold_selected_any_attempt_rate": 0.0}, "router_fail_net_class_counts": {"ground": 193, "other": 103, "VDD": 53, "VIN": 1, "VOUT": 2, "VCC": 2}, "cp_sat_terminal_status_counts": {}, "step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "evaluated_at": "2026-03-10T17:14:15Z", "split": "val", "subset_size": 384, "subset_manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "mode": "full_machine_sharded_eval", "shard_count": 1, "sample_workers_per_gpu": 16, "solver_workers_per_sample": 0, "eval_mode": "oracle_layout", "force_dataset_root": null, "solve_stages": [{"top_x": 4, "top_y": 4, "top_rot": 2, "max_solver_candidates": 16, "cp_sat_timeout_seconds": 10.0, "component_candidate_cap": 32}], "routing_options": {"placement_margin": 2, "routing_block_margin": 0, "pin_escape_cells": 2, "trunk_first_min_degree": 3, "trunk_first_priority_only": false}, "per_root": {"ams-net.github.io": {"micro_topology_exact_match_rate": 0.42105263157894735, "topology_exact_match_rate": 0.42105263157894735, "placement_overlap_rate": 0.0, "mean_crossings": 0.0, "mean_bends": 12.75, "mean_manhattan_wire_length": 388.875, "mean_canvas_area_used": 12036.625, "accepted": 8, "total": 19, "overlap_count": 0, "overlap_pairs_total": 0, "crossings_total": 0.0, "bends_total": 102.0, "wire_length_total": 3111.0, "canvas_area_total": 96293.0, "topology_failures": 11, "status_counts": {"router_fail": 11, "accepted": 8}, "failure_reason_counts": {"router_fail": 11}, "score_tuple": [11, 0, 102.0, 3111.0, 96293.0], "diagnostic_counts": {"gold_samples": 19, "gold_components": 110, "x_top4_hits": 0, "x_top8_hits": 0, "y_top4_hits": 0, "y_top8_hits": 0, "rot_top2_hits": 0, "rot_top4_hits": 0, "gold_component_in_cartesian_hits": 0, "gold_component_in_solver_hits": 0}, "diagnostics": {"gold_samples": 19, "gold_components": 110, "gold_x_top4_recall": 0.0, "gold_x_top8_recall": 0.0, "gold_y_top4_recall": 0.0, "gold_y_top8_recall": 0.0, "gold_rot_top2_recall": 0.0, "gold_rot_top4_recall": 0.0, "gold_component_in_cartesian_shortlist_rate": 0.0, "gold_component_in_solver_candidates_rate": 0.0, "gold_full_sample_in_cartesian_shortlist_rate": 0.0, "gold_full_sample_in_solver_candidates_rate": 0.0, "gold_selected_any_attempt_rate": 0.0}, "router_fail_net_class_counts": {"other": 9, "VDD": 1, "ground": 1}, "cp_sat_terminal_status_counts": {}}, "ltspice-spice-circuits_hf": {"micro_topology_exact_match_rate": 0.05952380952380952, "topology_exact_match_rate": 0.05952380952380952, "placement_overlap_rate": 0.0, "mean_crossings": 0.0, "mean_bends": 7.0, "mean_manhattan_wire_length": 564.8, "mean_canvas_area_used": 56868.0, "accepted": 5, "total": 84, "overlap_count": 0, "overlap_pairs_total": 0, "crossings_total": 0.0, "bends_total": 35.0, "wire_length_total": 2824.0, "canvas_area_total": 284340.0, "topology_failures": 79, "status_counts": {"router_fail": 79, "accepted": 5}, "failure_reason_counts": {"router_fail": 79}, "score_tuple": [79, 0, 35.0, 2824.0, 284340.0], "diagnostic_counts": {"gold_samples": 84, "gold_components": 1234, "x_top4_hits": 0, "x_top8_hits": 0, "y_top4_hits": 0, "y_top8_hits": 0, "rot_top2_hits": 0, "rot_top4_hits": 0, "gold_component_in_cartesian_hits": 0, "gold_component_in_solver_hits": 0}, "diagnostics": {"gold_samples": 84, "gold_components": 1234, "gold_x_top4_recall": 0.0, "gold_x_top8_recall": 0.0, "gold_y_top4_recall": 0.0, "gold_y_top8_recall": 0.0, "gold_rot_top2_recall": 0.0, "gold_rot_top4_recall": 0.0, "gold_component_in_cartesian_shortlist_rate": 0.0, "gold_component_in_solver_candidates_rate": 0.0, "gold_full_sample_in_cartesian_shortlist_rate": 0.0, "gold_full_sample_in_solver_candidates_rate": 0.0, "gold_selected_any_attempt_rate": 0.0}, "router_fail_net_class_counts": {"ground": 24, "other": 48, "VDD": 2, "VIN": 1, "VOUT": 2, "VCC": 2}, "cp_sat_terminal_status_counts": {}}, "open-schematics_hf": {"micro_topology_exact_match_rate": 0.060498220640569395, "topology_exact_match_rate": 0.060498220640569395, "placement_overlap_rate": 0.35294117647058826, "mean_crossings": 0.0, "mean_bends": 26.176470588235293, "mean_manhattan_wire_length": 622.4705882352941, "mean_canvas_area_used": 56694.41176470588, "accepted": 17, "total": 281, "overlap_count": 6, "overlap_pairs_total": 25, "crossings_total": 0.0, "bends_total": 445.0, "wire_length_total": 10582.0, "canvas_area_total": 963805.0, "topology_failures": 264, "status_counts": {"router_fail": 264, "accepted": 17}, "failure_reason_counts": {"router_fail": 264}, "score_tuple": [264, 25, 445.0, 10582.0, 963805.0], "diagnostic_counts": {"gold_samples": 281, "gold_components": 11627, "x_top4_hits": 0, "x_top8_hits": 0, "y_top4_hits": 0, "y_top8_hits": 0, "rot_top2_hits": 0, "rot_top4_hits": 0, "gold_component_in_cartesian_hits": 0, "gold_component_in_solver_hits": 0}, "diagnostics": {"gold_samples": 281, "gold_components": 11627, "gold_x_top4_recall": 0.0, "gold_x_top8_recall": 0.0, "gold_y_top4_recall": 0.0, "gold_y_top8_recall": 0.0, "gold_rot_top2_recall": 0.0, "gold_rot_top4_recall": 0.0, "gold_component_in_cartesian_shortlist_rate": 0.0, "gold_component_in_solver_candidates_rate": 0.0, "gold_full_sample_in_cartesian_shortlist_rate": 0.0, "gold_full_sample_in_solver_candidates_rate": 0.0, "gold_selected_any_attempt_rate": 0.0}, "router_fail_net_class_counts": {"ground": 168, "other": 46, "VDD": 50}, "cp_sat_terminal_status_counts": {}}}, "per_size_bin": {"01-04": {"micro_topology_exact_match_rate": 0.45161290322580644, "topology_exact_match_rate": 0.45161290322580644, "placement_overlap_rate": 0.0, "mean_crossings": 0.0, "mean_bends": 10.071428571428571, "mean_manhattan_wire_length": 435.42857142857144, "mean_canvas_area_used": 29660.285714285714, "accepted": 14, "total": 31, "overlap_count": 0, "overlap_pairs_total": 0, "crossings_total": 0.0, "bends_total": 141.0, "wire_length_total": 6096.0, "canvas_area_total": 415244.0, "topology_failures": 17, "status_counts": {"accepted": 14, "router_fail": 17}, "failure_reason_counts": {"router_fail": 17}, "score_tuple": [17, 0, 141.0, 6096.0, 415244.0], "diagnostic_counts": {"gold_samples": 31, "gold_components": 104, "x_top4_hits": 0, "x_top8_hits": 0, "y_top4_hits": 0, "y_top8_hits": 0, "rot_top2_hits": 0, "rot_top4_hits": 0, "gold_component_in_cartesian_hits": 0, "gold_component_in_solver_hits": 0}, "diagnostics": {"gold_samples": 31, "gold_components": 104, "gold_x_top4_recall": 0.0, "gold_x_top8_recall": 0.0, "gold_y_top4_recall": 0.0, "gold_y_top8_recall": 0.0, "gold_rot_top2_recall": 0.0, "gold_rot_top4_recall": 0.0, "gold_component_in_cartesian_shortlist_rate": 0.0, "gold_component_in_solver_candidates_rate": 0.0, "gold_full_sample_in_cartesian_shortlist_rate": 0.0, "gold_full_sample_in_solver_candidates_rate": 0.0, "gold_selected_any_attempt_rate": 0.0}, "router_fail_net_class_counts": {"ground": 3, "VOUT": 2, "other": 12}, "cp_sat_terminal_status_counts": {}}, "05-08": {"micro_topology_exact_match_rate": 0.08571428571428572, "topology_exact_match_rate": 0.08571428571428572, "placement_overlap_rate": 0.0, "mean_crossings": 0.0, "mean_bends": 14.333333333333334, "mean_manhattan_wire_length": 503.0, "mean_canvas_area_used": 49534.333333333336, "accepted": 3, "total": 35, "overlap_count": 0, "overlap_pairs_total": 0, "crossings_total": 0.0, "bends_total": 43.0, "wire_length_total": 1509.0, "canvas_area_total": 148603.0, "topology_failures": 32, "status_counts": {"router_fail": 32, "accepted": 3}, "failure_reason_counts": {"router_fail": 32}, "score_tuple": [32, 0, 43.0, 1509.0, 148603.0], "diagnostic_counts": {"gold_samples": 35, "gold_components": 226, "x_top4_hits": 0, "x_top8_hits": 0, "y_top4_hits": 0, "y_top8_hits": 0, "rot_top2_hits": 0, "rot_top4_hits": 0, "gold_component_in_cartesian_hits": 0, "gold_component_in_solver_hits": 0}, "diagnostics": {"gold_samples": 35, "gold_components": 226, "gold_x_top4_recall": 0.0, "gold_x_top8_recall": 0.0, "gold_y_top4_recall": 0.0, "gold_y_top8_recall": 0.0, "gold_rot_top2_recall": 0.0, "gold_rot_top4_recall": 0.0, "gold_component_in_cartesian_shortlist_rate": 0.0, "gold_component_in_solver_candidates_rate": 0.0, "gold_full_sample_in_cartesian_shortlist_rate": 0.0, "gold_full_sample_in_solver_candidates_rate": 0.0, "gold_selected_any_attempt_rate": 0.0}, "router_fail_net_class_counts": {"other": 27, "VIN": 1, "ground": 3, "VDD": 1}, "cp_sat_terminal_status_counts": {}}, "09-16": {"micro_topology_exact_match_rate": 0.17142857142857143, "topology_exact_match_rate": 0.17142857142857143, "placement_overlap_rate": 0.16666666666666666, "mean_crossings": 0.0, "mean_bends": 11.5, "mean_manhattan_wire_length": 279.1666666666667, "mean_canvas_area_used": 56930.666666666664, "accepted": 6, "total": 35, "overlap_count": 1, "overlap_pairs_total": 1, "crossings_total": 0.0, "bends_total": 69.0, "wire_length_total": 1675.0, "canvas_area_total": 341584.0, "topology_failures": 29, "status_counts": {"accepted": 6, "router_fail": 29}, "failure_reason_counts": {"router_fail": 29}, "score_tuple": [29, 1, 69.0, 1675.0, 341584.0], "diagnostic_counts": {"gold_samples": 35, "gold_components": 434, "x_top4_hits": 0, "x_top8_hits": 0, "y_top4_hits": 0, "y_top8_hits": 0, "rot_top2_hits": 0, "rot_top4_hits": 0, "gold_component_in_cartesian_hits": 0, "gold_component_in_solver_hits": 0}, "diagnostics": {"gold_samples": 35, "gold_components": 434, "gold_x_top4_recall": 0.0, "gold_x_top8_recall": 0.0, "gold_y_top4_recall": 0.0, "gold_y_top8_recall": 0.0, "gold_rot_top2_recall": 0.0, "gold_rot_top4_recall": 0.0, "gold_component_in_cartesian_shortlist_rate": 0.0, "gold_component_in_solver_candidates_rate": 0.0, "gold_full_sample_in_cartesian_shortlist_rate": 0.0, "gold_full_sample_in_solver_candidates_rate": 0.0, "gold_selected_any_attempt_rate": 0.0}, "router_fail_net_class_counts": {"VDD": 4, "other": 16, "ground": 8, "VCC": 1}, "cp_sat_terminal_status_counts": {}}, "17-24": {"micro_topology_exact_match_rate": 0.0, "topology_exact_match_rate": 0.0, "placement_overlap_rate": 1.0, "mean_crossings": 0.0, "mean_bends": 0.0, "mean_manhattan_wire_length": 0.0, "mean_canvas_area_used": 0.0, "accepted": 0, "total": 27, "overlap_count": 0, "overlap_pairs_total": 0, "crossings_total": 0.0, "bends_total": 0.0, "wire_length_total": 0.0, "canvas_area_total": 0.0, "topology_failures": 27, "status_counts": {"router_fail": 27}, "failure_reason_counts": {"router_fail": 27}, "score_tuple": [27, 0, 0.0, 0.0, 0.0], "diagnostic_counts": {"gold_samples": 27, "gold_components": 523, "x_top4_hits": 0, "x_top8_hits": 0, "y_top4_hits": 0, "y_top8_hits": 0, "rot_top2_hits": 0, "rot_top4_hits": 0, "gold_component_in_cartesian_hits": 0, "gold_component_in_solver_hits": 0}, "diagnostics": {"gold_samples": 27, "gold_components": 523, "gold_x_top4_recall": 0.0, "gold_x_top8_recall": 0.0, "gold_y_top4_recall": 0.0, "gold_y_top8_recall": 0.0, "gold_rot_top2_recall": 0.0, "gold_rot_top4_recall": 0.0, "gold_component_in_cartesian_shortlist_rate": 0.0, "gold_component_in_solver_candidates_rate": 0.0, "gold_full_sample_in_cartesian_shortlist_rate": 0.0, "gold_full_sample_in_solver_candidates_rate": 0.0, "gold_selected_any_attempt_rate": 0.0}, "router_fail_net_class_counts": {"other": 15, "ground": 7, "VCC": 1, "VDD": 4}, "cp_sat_terminal_status_counts": {}}, "25-32": {"micro_topology_exact_match_rate": 0.1111111111111111, "topology_exact_match_rate": 0.1111111111111111, "placement_overlap_rate": 0.5, "mean_crossings": 0.0, "mean_bends": 56.5, "mean_manhattan_wire_length": 995.5, "mean_canvas_area_used": 63923.0, "accepted": 2, "total": 18, "overlap_count": 1, "overlap_pairs_total": 1, "crossings_total": 0.0, "bends_total": 113.0, "wire_length_total": 1991.0, "canvas_area_total": 127846.0, "topology_failures": 16, "status_counts": {"router_fail": 16, "accepted": 2}, "failure_reason_counts": {"router_fail": 16}, "score_tuple": [16, 1, 113.0, 1991.0, 127846.0], "diagnostic_counts": {"gold_samples": 18, "gold_components": 519, "x_top4_hits": 0, "x_top8_hits": 0, "y_top4_hits": 0, "y_top8_hits": 0, "rot_top2_hits": 0, "rot_top4_hits": 0, "gold_component_in_cartesian_hits": 0, "gold_component_in_solver_hits": 0}, "diagnostics": {"gold_samples": 18, "gold_components": 519, "gold_x_top4_recall": 0.0, "gold_x_top8_recall": 0.0, "gold_y_top4_recall": 0.0, "gold_y_top8_recall": 0.0, "gold_rot_top2_recall": 0.0, "gold_rot_top4_recall": 0.0, "gold_component_in_cartesian_shortlist_rate": 0.0, "gold_component_in_solver_candidates_rate": 0.0, "gold_full_sample_in_cartesian_shortlist_rate": 0.0, "gold_full_sample_in_solver_candidates_rate": 0.0, "gold_selected_any_attempt_rate": 0.0}, "router_fail_net_class_counts": {"ground": 13, "other": 3}, "cp_sat_terminal_status_counts": {}}, "33-48": {"micro_topology_exact_match_rate": 0.022058823529411766, "topology_exact_match_rate": 0.022058823529411766, "placement_overlap_rate": 1.0, "mean_crossings": 0.0, "mean_bends": 36.333333333333336, "mean_manhattan_wire_length": 631.3333333333334, "mean_canvas_area_used": 64341.333333333336, "accepted": 3, "total": 136, "overlap_count": 3, "overlap_pairs_total": 8, "crossings_total": 0.0, "bends_total": 109.0, "wire_length_total": 1894.0, "canvas_area_total": 193024.0, "topology_failures": 133, "status_counts": {"router_fail": 133, "accepted": 3}, "failure_reason_counts": {"router_fail": 133}, "score_tuple": [133, 8, 109.0, 1894.0, 193024.0], "diagnostic_counts": {"gold_samples": 136, "gold_components": 5488, "x_top4_hits": 0, "x_top8_hits": 0, "y_top4_hits": 0, "y_top8_hits": 0, "rot_top2_hits": 0, "rot_top4_hits": 0, "gold_component_in_cartesian_hits": 0, "gold_component_in_solver_hits": 0}, "diagnostics": {"gold_samples": 136, "gold_components": 5488, "gold_x_top4_recall": 0.0, "gold_x_top8_recall": 0.0, "gold_y_top4_recall": 0.0, "gold_y_top8_recall": 0.0, "gold_rot_top2_recall": 0.0, "gold_rot_top4_recall": 0.0, "gold_component_in_cartesian_shortlist_rate": 0.0, "gold_component_in_solver_candidates_rate": 0.0, "gold_full_sample_in_cartesian_shortlist_rate": 0.0, "gold_full_sample_in_solver_candidates_rate": 0.0, "gold_selected_any_attempt_rate": 0.0}, "router_fail_net_class_counts": {"ground": 86, "other": 20, "VDD": 27}, "cp_sat_terminal_status_counts": {}}, "49-64": {"micro_topology_exact_match_rate": 0.0196078431372549, "topology_exact_match_rate": 0.0196078431372549, "placement_overlap_rate": 0.5, "mean_crossings": 0.0, "mean_bends": 53.5, "mean_manhattan_wire_length": 1676.0, "mean_canvas_area_used": 59068.5, "accepted": 2, "total": 102, "overlap_count": 1, "overlap_pairs_total": 15, "crossings_total": 0.0, "bends_total": 107.0, "wire_length_total": 3352.0, "canvas_area_total": 118137.0, "topology_failures": 100, "status_counts": {"router_fail": 100, "accepted": 2}, "failure_reason_counts": {"router_fail": 100}, "score_tuple": [100, 15, 107.0, 3352.0, 118137.0], "diagnostic_counts": {"gold_samples": 102, "gold_components": 5677, "x_top4_hits": 0, "x_top8_hits": 0, "y_top4_hits": 0, "y_top8_hits": 0, "rot_top2_hits": 0, "rot_top4_hits": 0, "gold_component_in_cartesian_hits": 0, "gold_component_in_solver_hits": 0}, "diagnostics": {"gold_samples": 102, "gold_components": 5677, "gold_x_top4_recall": 0.0, "gold_x_top8_recall": 0.0, "gold_y_top4_recall": 0.0, "gold_y_top8_recall": 0.0, "gold_rot_top2_recall": 0.0, "gold_rot_top4_recall": 0.0, "gold_component_in_cartesian_shortlist_rate": 0.0, "gold_component_in_solver_candidates_rate": 0.0, "gold_full_sample_in_cartesian_shortlist_rate": 0.0, "gold_full_sample_in_solver_candidates_rate": 0.0, "gold_selected_any_attempt_rate": 0.0}, "router_fail_net_class_counts": {"ground": 73, "VDD": 17, "other": 10}, "cp_sat_terminal_status_counts": {}}}, "macro_topology_exact_match_rate": 0.18035822058110876}
|
netlist_to_layout_v1/runs/routerfix-baseline-oracle-layout384-rbm0e2t3/full_machine_eval_state.json
ADDED
|
@@ -0,0 +1,768 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"status": "completed",
|
| 3 |
+
"updated_at": "2026-03-10T17:14:15Z",
|
| 4 |
+
"step": 8000,
|
| 5 |
+
"checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt",
|
| 6 |
+
"result": {
|
| 7 |
+
"micro_topology_exact_match_rate": 0.078125,
|
| 8 |
+
"topology_exact_match_rate": 0.078125,
|
| 9 |
+
"placement_overlap_rate": 0.2,
|
| 10 |
+
"mean_crossings": 0.0,
|
| 11 |
+
"mean_bends": 19.4,
|
| 12 |
+
"mean_manhattan_wire_length": 550.5666666666667,
|
| 13 |
+
"mean_canvas_area_used": 44814.6,
|
| 14 |
+
"accepted": 30,
|
| 15 |
+
"total": 384,
|
| 16 |
+
"overlap_count": 6,
|
| 17 |
+
"overlap_pairs_total": 25,
|
| 18 |
+
"crossings_total": 0.0,
|
| 19 |
+
"bends_total": 582.0,
|
| 20 |
+
"wire_length_total": 16517.0,
|
| 21 |
+
"canvas_area_total": 1344438.0,
|
| 22 |
+
"topology_failures": 354,
|
| 23 |
+
"status_counts": {
|
| 24 |
+
"router_fail": 354,
|
| 25 |
+
"accepted": 30
|
| 26 |
+
},
|
| 27 |
+
"failure_reason_counts": {
|
| 28 |
+
"router_fail": 354
|
| 29 |
+
},
|
| 30 |
+
"score_tuple": [
|
| 31 |
+
354,
|
| 32 |
+
25,
|
| 33 |
+
582.0,
|
| 34 |
+
16517.0,
|
| 35 |
+
1344438.0
|
| 36 |
+
],
|
| 37 |
+
"diagnostic_counts": {
|
| 38 |
+
"gold_samples": 384,
|
| 39 |
+
"gold_components": 12971,
|
| 40 |
+
"x_top4_hits": 0,
|
| 41 |
+
"x_top8_hits": 0,
|
| 42 |
+
"y_top4_hits": 0,
|
| 43 |
+
"y_top8_hits": 0,
|
| 44 |
+
"rot_top2_hits": 0,
|
| 45 |
+
"rot_top4_hits": 0,
|
| 46 |
+
"gold_component_in_cartesian_hits": 0,
|
| 47 |
+
"gold_component_in_solver_hits": 0
|
| 48 |
+
},
|
| 49 |
+
"diagnostics": {
|
| 50 |
+
"gold_samples": 384,
|
| 51 |
+
"gold_components": 12971,
|
| 52 |
+
"gold_x_top4_recall": 0.0,
|
| 53 |
+
"gold_x_top8_recall": 0.0,
|
| 54 |
+
"gold_y_top4_recall": 0.0,
|
| 55 |
+
"gold_y_top8_recall": 0.0,
|
| 56 |
+
"gold_rot_top2_recall": 0.0,
|
| 57 |
+
"gold_rot_top4_recall": 0.0,
|
| 58 |
+
"gold_component_in_cartesian_shortlist_rate": 0.0,
|
| 59 |
+
"gold_component_in_solver_candidates_rate": 0.0,
|
| 60 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.0,
|
| 61 |
+
"gold_full_sample_in_solver_candidates_rate": 0.0,
|
| 62 |
+
"gold_selected_any_attempt_rate": 0.0
|
| 63 |
+
},
|
| 64 |
+
"router_fail_net_class_counts": {
|
| 65 |
+
"ground": 193,
|
| 66 |
+
"other": 103,
|
| 67 |
+
"VDD": 53,
|
| 68 |
+
"VIN": 1,
|
| 69 |
+
"VOUT": 2,
|
| 70 |
+
"VCC": 2
|
| 71 |
+
},
|
| 72 |
+
"cp_sat_terminal_status_counts": {},
|
| 73 |
+
"step": 8000,
|
| 74 |
+
"checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt",
|
| 75 |
+
"evaluated_at": "2026-03-10T17:14:15Z",
|
| 76 |
+
"split": "val",
|
| 77 |
+
"subset_size": 384,
|
| 78 |
+
"subset_manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json",
|
| 79 |
+
"mode": "full_machine_sharded_eval",
|
| 80 |
+
"shard_count": 1,
|
| 81 |
+
"sample_workers_per_gpu": 16,
|
| 82 |
+
"solver_workers_per_sample": 0,
|
| 83 |
+
"eval_mode": "oracle_layout",
|
| 84 |
+
"force_dataset_root": null,
|
| 85 |
+
"solve_stages": [
|
| 86 |
+
{
|
| 87 |
+
"top_x": 4,
|
| 88 |
+
"top_y": 4,
|
| 89 |
+
"top_rot": 2,
|
| 90 |
+
"max_solver_candidates": 16,
|
| 91 |
+
"cp_sat_timeout_seconds": 10.0,
|
| 92 |
+
"component_candidate_cap": 32
|
| 93 |
+
}
|
| 94 |
+
],
|
| 95 |
+
"routing_options": {
|
| 96 |
+
"placement_margin": 2,
|
| 97 |
+
"routing_block_margin": 0,
|
| 98 |
+
"pin_escape_cells": 2,
|
| 99 |
+
"trunk_first_min_degree": 3,
|
| 100 |
+
"trunk_first_priority_only": false
|
| 101 |
+
},
|
| 102 |
+
"per_root": {
|
| 103 |
+
"ams-net.github.io": {
|
| 104 |
+
"micro_topology_exact_match_rate": 0.42105263157894735,
|
| 105 |
+
"topology_exact_match_rate": 0.42105263157894735,
|
| 106 |
+
"placement_overlap_rate": 0.0,
|
| 107 |
+
"mean_crossings": 0.0,
|
| 108 |
+
"mean_bends": 12.75,
|
| 109 |
+
"mean_manhattan_wire_length": 388.875,
|
| 110 |
+
"mean_canvas_area_used": 12036.625,
|
| 111 |
+
"accepted": 8,
|
| 112 |
+
"total": 19,
|
| 113 |
+
"overlap_count": 0,
|
| 114 |
+
"overlap_pairs_total": 0,
|
| 115 |
+
"crossings_total": 0.0,
|
| 116 |
+
"bends_total": 102.0,
|
| 117 |
+
"wire_length_total": 3111.0,
|
| 118 |
+
"canvas_area_total": 96293.0,
|
| 119 |
+
"topology_failures": 11,
|
| 120 |
+
"status_counts": {
|
| 121 |
+
"router_fail": 11,
|
| 122 |
+
"accepted": 8
|
| 123 |
+
},
|
| 124 |
+
"failure_reason_counts": {
|
| 125 |
+
"router_fail": 11
|
| 126 |
+
},
|
| 127 |
+
"score_tuple": [
|
| 128 |
+
11,
|
| 129 |
+
0,
|
| 130 |
+
102.0,
|
| 131 |
+
3111.0,
|
| 132 |
+
96293.0
|
| 133 |
+
],
|
| 134 |
+
"diagnostic_counts": {
|
| 135 |
+
"gold_samples": 19,
|
| 136 |
+
"gold_components": 110,
|
| 137 |
+
"x_top4_hits": 0,
|
| 138 |
+
"x_top8_hits": 0,
|
| 139 |
+
"y_top4_hits": 0,
|
| 140 |
+
"y_top8_hits": 0,
|
| 141 |
+
"rot_top2_hits": 0,
|
| 142 |
+
"rot_top4_hits": 0,
|
| 143 |
+
"gold_component_in_cartesian_hits": 0,
|
| 144 |
+
"gold_component_in_solver_hits": 0
|
| 145 |
+
},
|
| 146 |
+
"diagnostics": {
|
| 147 |
+
"gold_samples": 19,
|
| 148 |
+
"gold_components": 110,
|
| 149 |
+
"gold_x_top4_recall": 0.0,
|
| 150 |
+
"gold_x_top8_recall": 0.0,
|
| 151 |
+
"gold_y_top4_recall": 0.0,
|
| 152 |
+
"gold_y_top8_recall": 0.0,
|
| 153 |
+
"gold_rot_top2_recall": 0.0,
|
| 154 |
+
"gold_rot_top4_recall": 0.0,
|
| 155 |
+
"gold_component_in_cartesian_shortlist_rate": 0.0,
|
| 156 |
+
"gold_component_in_solver_candidates_rate": 0.0,
|
| 157 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.0,
|
| 158 |
+
"gold_full_sample_in_solver_candidates_rate": 0.0,
|
| 159 |
+
"gold_selected_any_attempt_rate": 0.0
|
| 160 |
+
},
|
| 161 |
+
"router_fail_net_class_counts": {
|
| 162 |
+
"other": 9,
|
| 163 |
+
"VDD": 1,
|
| 164 |
+
"ground": 1
|
| 165 |
+
},
|
| 166 |
+
"cp_sat_terminal_status_counts": {}
|
| 167 |
+
},
|
| 168 |
+
"ltspice-spice-circuits_hf": {
|
| 169 |
+
"micro_topology_exact_match_rate": 0.05952380952380952,
|
| 170 |
+
"topology_exact_match_rate": 0.05952380952380952,
|
| 171 |
+
"placement_overlap_rate": 0.0,
|
| 172 |
+
"mean_crossings": 0.0,
|
| 173 |
+
"mean_bends": 7.0,
|
| 174 |
+
"mean_manhattan_wire_length": 564.8,
|
| 175 |
+
"mean_canvas_area_used": 56868.0,
|
| 176 |
+
"accepted": 5,
|
| 177 |
+
"total": 84,
|
| 178 |
+
"overlap_count": 0,
|
| 179 |
+
"overlap_pairs_total": 0,
|
| 180 |
+
"crossings_total": 0.0,
|
| 181 |
+
"bends_total": 35.0,
|
| 182 |
+
"wire_length_total": 2824.0,
|
| 183 |
+
"canvas_area_total": 284340.0,
|
| 184 |
+
"topology_failures": 79,
|
| 185 |
+
"status_counts": {
|
| 186 |
+
"router_fail": 79,
|
| 187 |
+
"accepted": 5
|
| 188 |
+
},
|
| 189 |
+
"failure_reason_counts": {
|
| 190 |
+
"router_fail": 79
|
| 191 |
+
},
|
| 192 |
+
"score_tuple": [
|
| 193 |
+
79,
|
| 194 |
+
0,
|
| 195 |
+
35.0,
|
| 196 |
+
2824.0,
|
| 197 |
+
284340.0
|
| 198 |
+
],
|
| 199 |
+
"diagnostic_counts": {
|
| 200 |
+
"gold_samples": 84,
|
| 201 |
+
"gold_components": 1234,
|
| 202 |
+
"x_top4_hits": 0,
|
| 203 |
+
"x_top8_hits": 0,
|
| 204 |
+
"y_top4_hits": 0,
|
| 205 |
+
"y_top8_hits": 0,
|
| 206 |
+
"rot_top2_hits": 0,
|
| 207 |
+
"rot_top4_hits": 0,
|
| 208 |
+
"gold_component_in_cartesian_hits": 0,
|
| 209 |
+
"gold_component_in_solver_hits": 0
|
| 210 |
+
},
|
| 211 |
+
"diagnostics": {
|
| 212 |
+
"gold_samples": 84,
|
| 213 |
+
"gold_components": 1234,
|
| 214 |
+
"gold_x_top4_recall": 0.0,
|
| 215 |
+
"gold_x_top8_recall": 0.0,
|
| 216 |
+
"gold_y_top4_recall": 0.0,
|
| 217 |
+
"gold_y_top8_recall": 0.0,
|
| 218 |
+
"gold_rot_top2_recall": 0.0,
|
| 219 |
+
"gold_rot_top4_recall": 0.0,
|
| 220 |
+
"gold_component_in_cartesian_shortlist_rate": 0.0,
|
| 221 |
+
"gold_component_in_solver_candidates_rate": 0.0,
|
| 222 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.0,
|
| 223 |
+
"gold_full_sample_in_solver_candidates_rate": 0.0,
|
| 224 |
+
"gold_selected_any_attempt_rate": 0.0
|
| 225 |
+
},
|
| 226 |
+
"router_fail_net_class_counts": {
|
| 227 |
+
"ground": 24,
|
| 228 |
+
"other": 48,
|
| 229 |
+
"VDD": 2,
|
| 230 |
+
"VIN": 1,
|
| 231 |
+
"VOUT": 2,
|
| 232 |
+
"VCC": 2
|
| 233 |
+
},
|
| 234 |
+
"cp_sat_terminal_status_counts": {}
|
| 235 |
+
},
|
| 236 |
+
"open-schematics_hf": {
|
| 237 |
+
"micro_topology_exact_match_rate": 0.060498220640569395,
|
| 238 |
+
"topology_exact_match_rate": 0.060498220640569395,
|
| 239 |
+
"placement_overlap_rate": 0.35294117647058826,
|
| 240 |
+
"mean_crossings": 0.0,
|
| 241 |
+
"mean_bends": 26.176470588235293,
|
| 242 |
+
"mean_manhattan_wire_length": 622.4705882352941,
|
| 243 |
+
"mean_canvas_area_used": 56694.41176470588,
|
| 244 |
+
"accepted": 17,
|
| 245 |
+
"total": 281,
|
| 246 |
+
"overlap_count": 6,
|
| 247 |
+
"overlap_pairs_total": 25,
|
| 248 |
+
"crossings_total": 0.0,
|
| 249 |
+
"bends_total": 445.0,
|
| 250 |
+
"wire_length_total": 10582.0,
|
| 251 |
+
"canvas_area_total": 963805.0,
|
| 252 |
+
"topology_failures": 264,
|
| 253 |
+
"status_counts": {
|
| 254 |
+
"router_fail": 264,
|
| 255 |
+
"accepted": 17
|
| 256 |
+
},
|
| 257 |
+
"failure_reason_counts": {
|
| 258 |
+
"router_fail": 264
|
| 259 |
+
},
|
| 260 |
+
"score_tuple": [
|
| 261 |
+
264,
|
| 262 |
+
25,
|
| 263 |
+
445.0,
|
| 264 |
+
10582.0,
|
| 265 |
+
963805.0
|
| 266 |
+
],
|
| 267 |
+
"diagnostic_counts": {
|
| 268 |
+
"gold_samples": 281,
|
| 269 |
+
"gold_components": 11627,
|
| 270 |
+
"x_top4_hits": 0,
|
| 271 |
+
"x_top8_hits": 0,
|
| 272 |
+
"y_top4_hits": 0,
|
| 273 |
+
"y_top8_hits": 0,
|
| 274 |
+
"rot_top2_hits": 0,
|
| 275 |
+
"rot_top4_hits": 0,
|
| 276 |
+
"gold_component_in_cartesian_hits": 0,
|
| 277 |
+
"gold_component_in_solver_hits": 0
|
| 278 |
+
},
|
| 279 |
+
"diagnostics": {
|
| 280 |
+
"gold_samples": 281,
|
| 281 |
+
"gold_components": 11627,
|
| 282 |
+
"gold_x_top4_recall": 0.0,
|
| 283 |
+
"gold_x_top8_recall": 0.0,
|
| 284 |
+
"gold_y_top4_recall": 0.0,
|
| 285 |
+
"gold_y_top8_recall": 0.0,
|
| 286 |
+
"gold_rot_top2_recall": 0.0,
|
| 287 |
+
"gold_rot_top4_recall": 0.0,
|
| 288 |
+
"gold_component_in_cartesian_shortlist_rate": 0.0,
|
| 289 |
+
"gold_component_in_solver_candidates_rate": 0.0,
|
| 290 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.0,
|
| 291 |
+
"gold_full_sample_in_solver_candidates_rate": 0.0,
|
| 292 |
+
"gold_selected_any_attempt_rate": 0.0
|
| 293 |
+
},
|
| 294 |
+
"router_fail_net_class_counts": {
|
| 295 |
+
"ground": 168,
|
| 296 |
+
"other": 46,
|
| 297 |
+
"VDD": 50
|
| 298 |
+
},
|
| 299 |
+
"cp_sat_terminal_status_counts": {}
|
| 300 |
+
}
|
| 301 |
+
},
|
| 302 |
+
"per_size_bin": {
|
| 303 |
+
"01-04": {
|
| 304 |
+
"micro_topology_exact_match_rate": 0.45161290322580644,
|
| 305 |
+
"topology_exact_match_rate": 0.45161290322580644,
|
| 306 |
+
"placement_overlap_rate": 0.0,
|
| 307 |
+
"mean_crossings": 0.0,
|
| 308 |
+
"mean_bends": 10.071428571428571,
|
| 309 |
+
"mean_manhattan_wire_length": 435.42857142857144,
|
| 310 |
+
"mean_canvas_area_used": 29660.285714285714,
|
| 311 |
+
"accepted": 14,
|
| 312 |
+
"total": 31,
|
| 313 |
+
"overlap_count": 0,
|
| 314 |
+
"overlap_pairs_total": 0,
|
| 315 |
+
"crossings_total": 0.0,
|
| 316 |
+
"bends_total": 141.0,
|
| 317 |
+
"wire_length_total": 6096.0,
|
| 318 |
+
"canvas_area_total": 415244.0,
|
| 319 |
+
"topology_failures": 17,
|
| 320 |
+
"status_counts": {
|
| 321 |
+
"accepted": 14,
|
| 322 |
+
"router_fail": 17
|
| 323 |
+
},
|
| 324 |
+
"failure_reason_counts": {
|
| 325 |
+
"router_fail": 17
|
| 326 |
+
},
|
| 327 |
+
"score_tuple": [
|
| 328 |
+
17,
|
| 329 |
+
0,
|
| 330 |
+
141.0,
|
| 331 |
+
6096.0,
|
| 332 |
+
415244.0
|
| 333 |
+
],
|
| 334 |
+
"diagnostic_counts": {
|
| 335 |
+
"gold_samples": 31,
|
| 336 |
+
"gold_components": 104,
|
| 337 |
+
"x_top4_hits": 0,
|
| 338 |
+
"x_top8_hits": 0,
|
| 339 |
+
"y_top4_hits": 0,
|
| 340 |
+
"y_top8_hits": 0,
|
| 341 |
+
"rot_top2_hits": 0,
|
| 342 |
+
"rot_top4_hits": 0,
|
| 343 |
+
"gold_component_in_cartesian_hits": 0,
|
| 344 |
+
"gold_component_in_solver_hits": 0
|
| 345 |
+
},
|
| 346 |
+
"diagnostics": {
|
| 347 |
+
"gold_samples": 31,
|
| 348 |
+
"gold_components": 104,
|
| 349 |
+
"gold_x_top4_recall": 0.0,
|
| 350 |
+
"gold_x_top8_recall": 0.0,
|
| 351 |
+
"gold_y_top4_recall": 0.0,
|
| 352 |
+
"gold_y_top8_recall": 0.0,
|
| 353 |
+
"gold_rot_top2_recall": 0.0,
|
| 354 |
+
"gold_rot_top4_recall": 0.0,
|
| 355 |
+
"gold_component_in_cartesian_shortlist_rate": 0.0,
|
| 356 |
+
"gold_component_in_solver_candidates_rate": 0.0,
|
| 357 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.0,
|
| 358 |
+
"gold_full_sample_in_solver_candidates_rate": 0.0,
|
| 359 |
+
"gold_selected_any_attempt_rate": 0.0
|
| 360 |
+
},
|
| 361 |
+
"router_fail_net_class_counts": {
|
| 362 |
+
"ground": 3,
|
| 363 |
+
"VOUT": 2,
|
| 364 |
+
"other": 12
|
| 365 |
+
},
|
| 366 |
+
"cp_sat_terminal_status_counts": {}
|
| 367 |
+
},
|
| 368 |
+
"05-08": {
|
| 369 |
+
"micro_topology_exact_match_rate": 0.08571428571428572,
|
| 370 |
+
"topology_exact_match_rate": 0.08571428571428572,
|
| 371 |
+
"placement_overlap_rate": 0.0,
|
| 372 |
+
"mean_crossings": 0.0,
|
| 373 |
+
"mean_bends": 14.333333333333334,
|
| 374 |
+
"mean_manhattan_wire_length": 503.0,
|
| 375 |
+
"mean_canvas_area_used": 49534.333333333336,
|
| 376 |
+
"accepted": 3,
|
| 377 |
+
"total": 35,
|
| 378 |
+
"overlap_count": 0,
|
| 379 |
+
"overlap_pairs_total": 0,
|
| 380 |
+
"crossings_total": 0.0,
|
| 381 |
+
"bends_total": 43.0,
|
| 382 |
+
"wire_length_total": 1509.0,
|
| 383 |
+
"canvas_area_total": 148603.0,
|
| 384 |
+
"topology_failures": 32,
|
| 385 |
+
"status_counts": {
|
| 386 |
+
"router_fail": 32,
|
| 387 |
+
"accepted": 3
|
| 388 |
+
},
|
| 389 |
+
"failure_reason_counts": {
|
| 390 |
+
"router_fail": 32
|
| 391 |
+
},
|
| 392 |
+
"score_tuple": [
|
| 393 |
+
32,
|
| 394 |
+
0,
|
| 395 |
+
43.0,
|
| 396 |
+
1509.0,
|
| 397 |
+
148603.0
|
| 398 |
+
],
|
| 399 |
+
"diagnostic_counts": {
|
| 400 |
+
"gold_samples": 35,
|
| 401 |
+
"gold_components": 226,
|
| 402 |
+
"x_top4_hits": 0,
|
| 403 |
+
"x_top8_hits": 0,
|
| 404 |
+
"y_top4_hits": 0,
|
| 405 |
+
"y_top8_hits": 0,
|
| 406 |
+
"rot_top2_hits": 0,
|
| 407 |
+
"rot_top4_hits": 0,
|
| 408 |
+
"gold_component_in_cartesian_hits": 0,
|
| 409 |
+
"gold_component_in_solver_hits": 0
|
| 410 |
+
},
|
| 411 |
+
"diagnostics": {
|
| 412 |
+
"gold_samples": 35,
|
| 413 |
+
"gold_components": 226,
|
| 414 |
+
"gold_x_top4_recall": 0.0,
|
| 415 |
+
"gold_x_top8_recall": 0.0,
|
| 416 |
+
"gold_y_top4_recall": 0.0,
|
| 417 |
+
"gold_y_top8_recall": 0.0,
|
| 418 |
+
"gold_rot_top2_recall": 0.0,
|
| 419 |
+
"gold_rot_top4_recall": 0.0,
|
| 420 |
+
"gold_component_in_cartesian_shortlist_rate": 0.0,
|
| 421 |
+
"gold_component_in_solver_candidates_rate": 0.0,
|
| 422 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.0,
|
| 423 |
+
"gold_full_sample_in_solver_candidates_rate": 0.0,
|
| 424 |
+
"gold_selected_any_attempt_rate": 0.0
|
| 425 |
+
},
|
| 426 |
+
"router_fail_net_class_counts": {
|
| 427 |
+
"other": 27,
|
| 428 |
+
"VIN": 1,
|
| 429 |
+
"ground": 3,
|
| 430 |
+
"VDD": 1
|
| 431 |
+
},
|
| 432 |
+
"cp_sat_terminal_status_counts": {}
|
| 433 |
+
},
|
| 434 |
+
"09-16": {
|
| 435 |
+
"micro_topology_exact_match_rate": 0.17142857142857143,
|
| 436 |
+
"topology_exact_match_rate": 0.17142857142857143,
|
| 437 |
+
"placement_overlap_rate": 0.16666666666666666,
|
| 438 |
+
"mean_crossings": 0.0,
|
| 439 |
+
"mean_bends": 11.5,
|
| 440 |
+
"mean_manhattan_wire_length": 279.1666666666667,
|
| 441 |
+
"mean_canvas_area_used": 56930.666666666664,
|
| 442 |
+
"accepted": 6,
|
| 443 |
+
"total": 35,
|
| 444 |
+
"overlap_count": 1,
|
| 445 |
+
"overlap_pairs_total": 1,
|
| 446 |
+
"crossings_total": 0.0,
|
| 447 |
+
"bends_total": 69.0,
|
| 448 |
+
"wire_length_total": 1675.0,
|
| 449 |
+
"canvas_area_total": 341584.0,
|
| 450 |
+
"topology_failures": 29,
|
| 451 |
+
"status_counts": {
|
| 452 |
+
"accepted": 6,
|
| 453 |
+
"router_fail": 29
|
| 454 |
+
},
|
| 455 |
+
"failure_reason_counts": {
|
| 456 |
+
"router_fail": 29
|
| 457 |
+
},
|
| 458 |
+
"score_tuple": [
|
| 459 |
+
29,
|
| 460 |
+
1,
|
| 461 |
+
69.0,
|
| 462 |
+
1675.0,
|
| 463 |
+
341584.0
|
| 464 |
+
],
|
| 465 |
+
"diagnostic_counts": {
|
| 466 |
+
"gold_samples": 35,
|
| 467 |
+
"gold_components": 434,
|
| 468 |
+
"x_top4_hits": 0,
|
| 469 |
+
"x_top8_hits": 0,
|
| 470 |
+
"y_top4_hits": 0,
|
| 471 |
+
"y_top8_hits": 0,
|
| 472 |
+
"rot_top2_hits": 0,
|
| 473 |
+
"rot_top4_hits": 0,
|
| 474 |
+
"gold_component_in_cartesian_hits": 0,
|
| 475 |
+
"gold_component_in_solver_hits": 0
|
| 476 |
+
},
|
| 477 |
+
"diagnostics": {
|
| 478 |
+
"gold_samples": 35,
|
| 479 |
+
"gold_components": 434,
|
| 480 |
+
"gold_x_top4_recall": 0.0,
|
| 481 |
+
"gold_x_top8_recall": 0.0,
|
| 482 |
+
"gold_y_top4_recall": 0.0,
|
| 483 |
+
"gold_y_top8_recall": 0.0,
|
| 484 |
+
"gold_rot_top2_recall": 0.0,
|
| 485 |
+
"gold_rot_top4_recall": 0.0,
|
| 486 |
+
"gold_component_in_cartesian_shortlist_rate": 0.0,
|
| 487 |
+
"gold_component_in_solver_candidates_rate": 0.0,
|
| 488 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.0,
|
| 489 |
+
"gold_full_sample_in_solver_candidates_rate": 0.0,
|
| 490 |
+
"gold_selected_any_attempt_rate": 0.0
|
| 491 |
+
},
|
| 492 |
+
"router_fail_net_class_counts": {
|
| 493 |
+
"VDD": 4,
|
| 494 |
+
"other": 16,
|
| 495 |
+
"ground": 8,
|
| 496 |
+
"VCC": 1
|
| 497 |
+
},
|
| 498 |
+
"cp_sat_terminal_status_counts": {}
|
| 499 |
+
},
|
| 500 |
+
"17-24": {
|
| 501 |
+
"micro_topology_exact_match_rate": 0.0,
|
| 502 |
+
"topology_exact_match_rate": 0.0,
|
| 503 |
+
"placement_overlap_rate": 1.0,
|
| 504 |
+
"mean_crossings": 0.0,
|
| 505 |
+
"mean_bends": 0.0,
|
| 506 |
+
"mean_manhattan_wire_length": 0.0,
|
| 507 |
+
"mean_canvas_area_used": 0.0,
|
| 508 |
+
"accepted": 0,
|
| 509 |
+
"total": 27,
|
| 510 |
+
"overlap_count": 0,
|
| 511 |
+
"overlap_pairs_total": 0,
|
| 512 |
+
"crossings_total": 0.0,
|
| 513 |
+
"bends_total": 0.0,
|
| 514 |
+
"wire_length_total": 0.0,
|
| 515 |
+
"canvas_area_total": 0.0,
|
| 516 |
+
"topology_failures": 27,
|
| 517 |
+
"status_counts": {
|
| 518 |
+
"router_fail": 27
|
| 519 |
+
},
|
| 520 |
+
"failure_reason_counts": {
|
| 521 |
+
"router_fail": 27
|
| 522 |
+
},
|
| 523 |
+
"score_tuple": [
|
| 524 |
+
27,
|
| 525 |
+
0,
|
| 526 |
+
0.0,
|
| 527 |
+
0.0,
|
| 528 |
+
0.0
|
| 529 |
+
],
|
| 530 |
+
"diagnostic_counts": {
|
| 531 |
+
"gold_samples": 27,
|
| 532 |
+
"gold_components": 523,
|
| 533 |
+
"x_top4_hits": 0,
|
| 534 |
+
"x_top8_hits": 0,
|
| 535 |
+
"y_top4_hits": 0,
|
| 536 |
+
"y_top8_hits": 0,
|
| 537 |
+
"rot_top2_hits": 0,
|
| 538 |
+
"rot_top4_hits": 0,
|
| 539 |
+
"gold_component_in_cartesian_hits": 0,
|
| 540 |
+
"gold_component_in_solver_hits": 0
|
| 541 |
+
},
|
| 542 |
+
"diagnostics": {
|
| 543 |
+
"gold_samples": 27,
|
| 544 |
+
"gold_components": 523,
|
| 545 |
+
"gold_x_top4_recall": 0.0,
|
| 546 |
+
"gold_x_top8_recall": 0.0,
|
| 547 |
+
"gold_y_top4_recall": 0.0,
|
| 548 |
+
"gold_y_top8_recall": 0.0,
|
| 549 |
+
"gold_rot_top2_recall": 0.0,
|
| 550 |
+
"gold_rot_top4_recall": 0.0,
|
| 551 |
+
"gold_component_in_cartesian_shortlist_rate": 0.0,
|
| 552 |
+
"gold_component_in_solver_candidates_rate": 0.0,
|
| 553 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.0,
|
| 554 |
+
"gold_full_sample_in_solver_candidates_rate": 0.0,
|
| 555 |
+
"gold_selected_any_attempt_rate": 0.0
|
| 556 |
+
},
|
| 557 |
+
"router_fail_net_class_counts": {
|
| 558 |
+
"other": 15,
|
| 559 |
+
"ground": 7,
|
| 560 |
+
"VCC": 1,
|
| 561 |
+
"VDD": 4
|
| 562 |
+
},
|
| 563 |
+
"cp_sat_terminal_status_counts": {}
|
| 564 |
+
},
|
| 565 |
+
"25-32": {
|
| 566 |
+
"micro_topology_exact_match_rate": 0.1111111111111111,
|
| 567 |
+
"topology_exact_match_rate": 0.1111111111111111,
|
| 568 |
+
"placement_overlap_rate": 0.5,
|
| 569 |
+
"mean_crossings": 0.0,
|
| 570 |
+
"mean_bends": 56.5,
|
| 571 |
+
"mean_manhattan_wire_length": 995.5,
|
| 572 |
+
"mean_canvas_area_used": 63923.0,
|
| 573 |
+
"accepted": 2,
|
| 574 |
+
"total": 18,
|
| 575 |
+
"overlap_count": 1,
|
| 576 |
+
"overlap_pairs_total": 1,
|
| 577 |
+
"crossings_total": 0.0,
|
| 578 |
+
"bends_total": 113.0,
|
| 579 |
+
"wire_length_total": 1991.0,
|
| 580 |
+
"canvas_area_total": 127846.0,
|
| 581 |
+
"topology_failures": 16,
|
| 582 |
+
"status_counts": {
|
| 583 |
+
"router_fail": 16,
|
| 584 |
+
"accepted": 2
|
| 585 |
+
},
|
| 586 |
+
"failure_reason_counts": {
|
| 587 |
+
"router_fail": 16
|
| 588 |
+
},
|
| 589 |
+
"score_tuple": [
|
| 590 |
+
16,
|
| 591 |
+
1,
|
| 592 |
+
113.0,
|
| 593 |
+
1991.0,
|
| 594 |
+
127846.0
|
| 595 |
+
],
|
| 596 |
+
"diagnostic_counts": {
|
| 597 |
+
"gold_samples": 18,
|
| 598 |
+
"gold_components": 519,
|
| 599 |
+
"x_top4_hits": 0,
|
| 600 |
+
"x_top8_hits": 0,
|
| 601 |
+
"y_top4_hits": 0,
|
| 602 |
+
"y_top8_hits": 0,
|
| 603 |
+
"rot_top2_hits": 0,
|
| 604 |
+
"rot_top4_hits": 0,
|
| 605 |
+
"gold_component_in_cartesian_hits": 0,
|
| 606 |
+
"gold_component_in_solver_hits": 0
|
| 607 |
+
},
|
| 608 |
+
"diagnostics": {
|
| 609 |
+
"gold_samples": 18,
|
| 610 |
+
"gold_components": 519,
|
| 611 |
+
"gold_x_top4_recall": 0.0,
|
| 612 |
+
"gold_x_top8_recall": 0.0,
|
| 613 |
+
"gold_y_top4_recall": 0.0,
|
| 614 |
+
"gold_y_top8_recall": 0.0,
|
| 615 |
+
"gold_rot_top2_recall": 0.0,
|
| 616 |
+
"gold_rot_top4_recall": 0.0,
|
| 617 |
+
"gold_component_in_cartesian_shortlist_rate": 0.0,
|
| 618 |
+
"gold_component_in_solver_candidates_rate": 0.0,
|
| 619 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.0,
|
| 620 |
+
"gold_full_sample_in_solver_candidates_rate": 0.0,
|
| 621 |
+
"gold_selected_any_attempt_rate": 0.0
|
| 622 |
+
},
|
| 623 |
+
"router_fail_net_class_counts": {
|
| 624 |
+
"ground": 13,
|
| 625 |
+
"other": 3
|
| 626 |
+
},
|
| 627 |
+
"cp_sat_terminal_status_counts": {}
|
| 628 |
+
},
|
| 629 |
+
"33-48": {
|
| 630 |
+
"micro_topology_exact_match_rate": 0.022058823529411766,
|
| 631 |
+
"topology_exact_match_rate": 0.022058823529411766,
|
| 632 |
+
"placement_overlap_rate": 1.0,
|
| 633 |
+
"mean_crossings": 0.0,
|
| 634 |
+
"mean_bends": 36.333333333333336,
|
| 635 |
+
"mean_manhattan_wire_length": 631.3333333333334,
|
| 636 |
+
"mean_canvas_area_used": 64341.333333333336,
|
| 637 |
+
"accepted": 3,
|
| 638 |
+
"total": 136,
|
| 639 |
+
"overlap_count": 3,
|
| 640 |
+
"overlap_pairs_total": 8,
|
| 641 |
+
"crossings_total": 0.0,
|
| 642 |
+
"bends_total": 109.0,
|
| 643 |
+
"wire_length_total": 1894.0,
|
| 644 |
+
"canvas_area_total": 193024.0,
|
| 645 |
+
"topology_failures": 133,
|
| 646 |
+
"status_counts": {
|
| 647 |
+
"router_fail": 133,
|
| 648 |
+
"accepted": 3
|
| 649 |
+
},
|
| 650 |
+
"failure_reason_counts": {
|
| 651 |
+
"router_fail": 133
|
| 652 |
+
},
|
| 653 |
+
"score_tuple": [
|
| 654 |
+
133,
|
| 655 |
+
8,
|
| 656 |
+
109.0,
|
| 657 |
+
1894.0,
|
| 658 |
+
193024.0
|
| 659 |
+
],
|
| 660 |
+
"diagnostic_counts": {
|
| 661 |
+
"gold_samples": 136,
|
| 662 |
+
"gold_components": 5488,
|
| 663 |
+
"x_top4_hits": 0,
|
| 664 |
+
"x_top8_hits": 0,
|
| 665 |
+
"y_top4_hits": 0,
|
| 666 |
+
"y_top8_hits": 0,
|
| 667 |
+
"rot_top2_hits": 0,
|
| 668 |
+
"rot_top4_hits": 0,
|
| 669 |
+
"gold_component_in_cartesian_hits": 0,
|
| 670 |
+
"gold_component_in_solver_hits": 0
|
| 671 |
+
},
|
| 672 |
+
"diagnostics": {
|
| 673 |
+
"gold_samples": 136,
|
| 674 |
+
"gold_components": 5488,
|
| 675 |
+
"gold_x_top4_recall": 0.0,
|
| 676 |
+
"gold_x_top8_recall": 0.0,
|
| 677 |
+
"gold_y_top4_recall": 0.0,
|
| 678 |
+
"gold_y_top8_recall": 0.0,
|
| 679 |
+
"gold_rot_top2_recall": 0.0,
|
| 680 |
+
"gold_rot_top4_recall": 0.0,
|
| 681 |
+
"gold_component_in_cartesian_shortlist_rate": 0.0,
|
| 682 |
+
"gold_component_in_solver_candidates_rate": 0.0,
|
| 683 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.0,
|
| 684 |
+
"gold_full_sample_in_solver_candidates_rate": 0.0,
|
| 685 |
+
"gold_selected_any_attempt_rate": 0.0
|
| 686 |
+
},
|
| 687 |
+
"router_fail_net_class_counts": {
|
| 688 |
+
"ground": 86,
|
| 689 |
+
"other": 20,
|
| 690 |
+
"VDD": 27
|
| 691 |
+
},
|
| 692 |
+
"cp_sat_terminal_status_counts": {}
|
| 693 |
+
},
|
| 694 |
+
"49-64": {
|
| 695 |
+
"micro_topology_exact_match_rate": 0.0196078431372549,
|
| 696 |
+
"topology_exact_match_rate": 0.0196078431372549,
|
| 697 |
+
"placement_overlap_rate": 0.5,
|
| 698 |
+
"mean_crossings": 0.0,
|
| 699 |
+
"mean_bends": 53.5,
|
| 700 |
+
"mean_manhattan_wire_length": 1676.0,
|
| 701 |
+
"mean_canvas_area_used": 59068.5,
|
| 702 |
+
"accepted": 2,
|
| 703 |
+
"total": 102,
|
| 704 |
+
"overlap_count": 1,
|
| 705 |
+
"overlap_pairs_total": 15,
|
| 706 |
+
"crossings_total": 0.0,
|
| 707 |
+
"bends_total": 107.0,
|
| 708 |
+
"wire_length_total": 3352.0,
|
| 709 |
+
"canvas_area_total": 118137.0,
|
| 710 |
+
"topology_failures": 100,
|
| 711 |
+
"status_counts": {
|
| 712 |
+
"router_fail": 100,
|
| 713 |
+
"accepted": 2
|
| 714 |
+
},
|
| 715 |
+
"failure_reason_counts": {
|
| 716 |
+
"router_fail": 100
|
| 717 |
+
},
|
| 718 |
+
"score_tuple": [
|
| 719 |
+
100,
|
| 720 |
+
15,
|
| 721 |
+
107.0,
|
| 722 |
+
3352.0,
|
| 723 |
+
118137.0
|
| 724 |
+
],
|
| 725 |
+
"diagnostic_counts": {
|
| 726 |
+
"gold_samples": 102,
|
| 727 |
+
"gold_components": 5677,
|
| 728 |
+
"x_top4_hits": 0,
|
| 729 |
+
"x_top8_hits": 0,
|
| 730 |
+
"y_top4_hits": 0,
|
| 731 |
+
"y_top8_hits": 0,
|
| 732 |
+
"rot_top2_hits": 0,
|
| 733 |
+
"rot_top4_hits": 0,
|
| 734 |
+
"gold_component_in_cartesian_hits": 0,
|
| 735 |
+
"gold_component_in_solver_hits": 0
|
| 736 |
+
},
|
| 737 |
+
"diagnostics": {
|
| 738 |
+
"gold_samples": 102,
|
| 739 |
+
"gold_components": 5677,
|
| 740 |
+
"gold_x_top4_recall": 0.0,
|
| 741 |
+
"gold_x_top8_recall": 0.0,
|
| 742 |
+
"gold_y_top4_recall": 0.0,
|
| 743 |
+
"gold_y_top8_recall": 0.0,
|
| 744 |
+
"gold_rot_top2_recall": 0.0,
|
| 745 |
+
"gold_rot_top4_recall": 0.0,
|
| 746 |
+
"gold_component_in_cartesian_shortlist_rate": 0.0,
|
| 747 |
+
"gold_component_in_solver_candidates_rate": 0.0,
|
| 748 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.0,
|
| 749 |
+
"gold_full_sample_in_solver_candidates_rate": 0.0,
|
| 750 |
+
"gold_selected_any_attempt_rate": 0.0
|
| 751 |
+
},
|
| 752 |
+
"router_fail_net_class_counts": {
|
| 753 |
+
"ground": 73,
|
| 754 |
+
"VDD": 17,
|
| 755 |
+
"other": 10
|
| 756 |
+
},
|
| 757 |
+
"cp_sat_terminal_status_counts": {}
|
| 758 |
+
}
|
| 759 |
+
},
|
| 760 |
+
"macro_topology_exact_match_rate": 0.18035822058110876
|
| 761 |
+
},
|
| 762 |
+
"gpus": [
|
| 763 |
+
"2"
|
| 764 |
+
],
|
| 765 |
+
"cpusets": [
|
| 766 |
+
"104-155"
|
| 767 |
+
]
|
| 768 |
+
}
|
netlist_to_layout_v1/runs/routerfix-baseline-oracle-layout384-rbm0e2t3/launcher.log
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"full_machine_eval": {"status": "launching_shards", "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "gpus": ["2"], "cpusets": ["104-155"], "updated_at": "2026-03-10T17:13:44Z"}}
|
| 2 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 0, "total": 0, "accepted": 0, "progress_fraction": 0.0, "samples_per_min": 0.0, "eta_min": null, "completed_shards": 0, "updated_at": "2026-03-10T17:13:44Z"}}
|
| 3 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 8, "total": 384, "accepted": 1, "progress_fraction": 0.020833333333333332, "samples_per_min": 47.51378703140289, "eta_min": 7.913492556413014, "completed_shards": 0, "updated_at": "2026-03-10T17:13:54Z"}}
|
| 4 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 376, "total": 384, "accepted": 30, "progress_fraction": 0.9791666666666666, "samples_per_min": 1121.3250173009717, "eta_min": 0.007134416762818681, "completed_shards": 0, "updated_at": "2026-03-10T17:14:04Z"}}
|
| 5 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 384, "total": 384, "accepted": 30, "progress_fraction": 1.0, "samples_per_min": 763.9214275760095, "eta_min": 0.0, "completed_shards": 1, "updated_at": "2026-03-10T17:14:14Z"}}
|
| 6 |
+
{"full_machine_eval": {"status": "merged", "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "step": 8000, "result": {"micro_topology_exact_match_rate": 0.078125, "topology_exact_match_rate": 0.078125, "placement_overlap_rate": 0.2, "mean_crossings": 0.0, "mean_bends": 19.4, "mean_manhattan_wire_length": 550.5666666666667, "mean_canvas_area_used": 44814.6, "accepted": 30, "total": 384, "overlap_count": 6, "overlap_pairs_total": 25, "crossings_total": 0.0, "bends_total": 582.0, "wire_length_total": 16517.0, "canvas_area_total": 1344438.0, "topology_failures": 354, "status_counts": {"router_fail": 354, "accepted": 30}, "failure_reason_counts": {"router_fail": 354}, "score_tuple": [354, 25, 582.0, 16517.0, 1344438.0], "diagnostic_counts": {"gold_samples": 384, "gold_components": 12971, "x_top4_hits": 0, "x_top8_hits": 0, "y_top4_hits": 0, "y_top8_hits": 0, "rot_top2_hits": 0, "rot_top4_hits": 0, "gold_component_in_cartesian_hits": 0, "gold_component_in_solver_hits": 0}, "diagnostics": {"gold_samples": 384, "gold_components": 12971, "gold_x_top4_recall": 0.0, "gold_x_top8_recall": 0.0, "gold_y_top4_recall": 0.0, "gold_y_top8_recall": 0.0, "gold_rot_top2_recall": 0.0, "gold_rot_top4_recall": 0.0, "gold_component_in_cartesian_shortlist_rate": 0.0, "gold_component_in_solver_candidates_rate": 0.0, "gold_full_sample_in_cartesian_shortlist_rate": 0.0, "gold_full_sample_in_solver_candidates_rate": 0.0, "gold_selected_any_attempt_rate": 0.0}, "router_fail_net_class_counts": {"ground": 193, "other": 103, "VDD": 53, "VIN": 1, "VOUT": 2, "VCC": 2}, "cp_sat_terminal_status_counts": {}, "step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "evaluated_at": "2026-03-10T17:14:15Z", "split": "val", "subset_size": 384, "subset_manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "mode": "full_machine_sharded_eval", "shard_count": 1, "sample_workers_per_gpu": 16, "solver_workers_per_sample": 0, "eval_mode": "oracle_layout", "force_dataset_root": null, "solve_stages": [{"top_x": 4, "top_y": 4, "top_rot": 2, "max_solver_candidates": 16, "cp_sat_timeout_seconds": 10.0, "component_candidate_cap": 32}], "routing_options": {"placement_margin": 2, "routing_block_margin": 0, "pin_escape_cells": 2, "trunk_first_min_degree": 3, "trunk_first_priority_only": false}, "per_root": {"ams-net.github.io": {"micro_topology_exact_match_rate": 0.42105263157894735, "topology_exact_match_rate": 0.42105263157894735, "placement_overlap_rate": 0.0, "mean_crossings": 0.0, "mean_bends": 12.75, "mean_manhattan_wire_length": 388.875, "mean_canvas_area_used": 12036.625, "accepted": 8, "total": 19, "overlap_count": 0, "overlap_pairs_total": 0, "crossings_total": 0.0, "bends_total": 102.0, "wire_length_total": 3111.0, "canvas_area_total": 96293.0, "topology_failures": 11, "status_counts": {"router_fail": 11, "accepted": 8}, "failure_reason_counts": {"router_fail": 11}, "score_tuple": [11, 0, 102.0, 3111.0, 96293.0], "diagnostic_counts": {"gold_samples": 19, "gold_components": 110, "x_top4_hits": 0, "x_top8_hits": 0, "y_top4_hits": 0, "y_top8_hits": 0, "rot_top2_hits": 0, "rot_top4_hits": 0, "gold_component_in_cartesian_hits": 0, "gold_component_in_solver_hits": 0}, "diagnostics": {"gold_samples": 19, "gold_components": 110, "gold_x_top4_recall": 0.0, "gold_x_top8_recall": 0.0, "gold_y_top4_recall": 0.0, "gold_y_top8_recall": 0.0, "gold_rot_top2_recall": 0.0, "gold_rot_top4_recall": 0.0, "gold_component_in_cartesian_shortlist_rate": 0.0, "gold_component_in_solver_candidates_rate": 0.0, "gold_full_sample_in_cartesian_shortlist_rate": 0.0, "gold_full_sample_in_solver_candidates_rate": 0.0, "gold_selected_any_attempt_rate": 0.0}, "router_fail_net_class_counts": {"other": 9, "VDD": 1, "ground": 1}, "cp_sat_terminal_status_counts": {}}, "ltspice-spice-circuits_hf": {"micro_topology_exact_match_rate": 0.05952380952380952, "topology_exact_match_rate": 0.05952380952380952, "placement_overlap_rate": 0.0, "mean_crossings": 0.0, "mean_bends": 7.0, "mean_manhattan_wire_length": 564.8, "mean_canvas_area_used": 56868.0, "accepted": 5, "total": 84, "overlap_count": 0, "overlap_pairs_total": 0, "crossings_total": 0.0, "bends_total": 35.0, "wire_length_total": 2824.0, "canvas_area_total": 284340.0, "topology_failures": 79, "status_counts": {"router_fail": 79, "accepted": 5}, "failure_reason_counts": {"router_fail": 79}, "score_tuple": [79, 0, 35.0, 2824.0, 284340.0], "diagnostic_counts": {"gold_samples": 84, "gold_components": 1234, "x_top4_hits": 0, "x_top8_hits": 0, "y_top4_hits": 0, "y_top8_hits": 0, "rot_top2_hits": 0, "rot_top4_hits": 0, "gold_component_in_cartesian_hits": 0, "gold_component_in_solver_hits": 0}, "diagnostics": {"gold_samples": 84, "gold_components": 1234, "gold_x_top4_recall": 0.0, "gold_x_top8_recall": 0.0, "gold_y_top4_recall": 0.0, "gold_y_top8_recall": 0.0, "gold_rot_top2_recall": 0.0, "gold_rot_top4_recall": 0.0, "gold_component_in_cartesian_shortlist_rate": 0.0, "gold_component_in_solver_candidates_rate": 0.0, "gold_full_sample_in_cartesian_shortlist_rate": 0.0, "gold_full_sample_in_solver_candidates_rate": 0.0, "gold_selected_any_attempt_rate": 0.0}, "router_fail_net_class_counts": {"ground": 24, "other": 48, "VDD": 2, "VIN": 1, "VOUT": 2, "VCC": 2}, "cp_sat_terminal_status_counts": {}}, "open-schematics_hf": {"micro_topology_exact_match_rate": 0.060498220640569395, "topology_exact_match_rate": 0.060498220640569395, "placement_overlap_rate": 0.35294117647058826, "mean_crossings": 0.0, "mean_bends": 26.176470588235293, "mean_manhattan_wire_length": 622.4705882352941, "mean_canvas_area_used": 56694.41176470588, "accepted": 17, "total": 281, "overlap_count": 6, "overlap_pairs_total": 25, "crossings_total": 0.0, "bends_total": 445.0, "wire_length_total": 10582.0, "canvas_area_total": 963805.0, "topology_failures": 264, "status_counts": {"router_fail": 264, "accepted": 17}, "failure_reason_counts": {"router_fail": 264}, "score_tuple": [264, 25, 445.0, 10582.0, 963805.0], "diagnostic_counts": {"gold_samples": 281, "gold_components": 11627, "x_top4_hits": 0, "x_top8_hits": 0, "y_top4_hits": 0, "y_top8_hits": 0, "rot_top2_hits": 0, "rot_top4_hits": 0, "gold_component_in_cartesian_hits": 0, "gold_component_in_solver_hits": 0}, "diagnostics": {"gold_samples": 281, "gold_components": 11627, "gold_x_top4_recall": 0.0, "gold_x_top8_recall": 0.0, "gold_y_top4_recall": 0.0, "gold_y_top8_recall": 0.0, "gold_rot_top2_recall": 0.0, "gold_rot_top4_recall": 0.0, "gold_component_in_cartesian_shortlist_rate": 0.0, "gold_component_in_solver_candidates_rate": 0.0, "gold_full_sample_in_cartesian_shortlist_rate": 0.0, "gold_full_sample_in_solver_candidates_rate": 0.0, "gold_selected_any_attempt_rate": 0.0}, "router_fail_net_class_counts": {"ground": 168, "other": 46, "VDD": 50}, "cp_sat_terminal_status_counts": {}}}, "per_size_bin": {"01-04": {"micro_topology_exact_match_rate": 0.45161290322580644, "topology_exact_match_rate": 0.45161290322580644, "placement_overlap_rate": 0.0, "mean_crossings": 0.0, "mean_bends": 10.071428571428571, "mean_manhattan_wire_length": 435.42857142857144, "mean_canvas_area_used": 29660.285714285714, "accepted": 14, "total": 31, "overlap_count": 0, "overlap_pairs_total": 0, "crossings_total": 0.0, "bends_total": 141.0, "wire_length_total": 6096.0, "canvas_area_total": 415244.0, "topology_failures": 17, "status_counts": {"accepted": 14, "router_fail": 17}, "failure_reason_counts": {"router_fail": 17}, "score_tuple": [17, 0, 141.0, 6096.0, 415244.0], "diagnostic_counts": {"gold_samples": 31, "gold_components": 104, "x_top4_hits": 0, "x_top8_hits": 0, "y_top4_hits": 0, "y_top8_hits": 0, "rot_top2_hits": 0, "rot_top4_hits": 0, "gold_component_in_cartesian_hits": 0, "gold_component_in_solver_hits": 0}, "diagnostics": {"gold_samples": 31, "gold_components": 104, "gold_x_top4_recall": 0.0, "gold_x_top8_recall": 0.0, "gold_y_top4_recall": 0.0, "gold_y_top8_recall": 0.0, "gold_rot_top2_recall": 0.0, "gold_rot_top4_recall": 0.0, "gold_component_in_cartesian_shortlist_rate": 0.0, "gold_component_in_solver_candidates_rate": 0.0, "gold_full_sample_in_cartesian_shortlist_rate": 0.0, "gold_full_sample_in_solver_candidates_rate": 0.0, "gold_selected_any_attempt_rate": 0.0}, "router_fail_net_class_counts": {"ground": 3, "VOUT": 2, "other": 12}, "cp_sat_terminal_status_counts": {}}, "05-08": {"micro_topology_exact_match_rate": 0.08571428571428572, "topology_exact_match_rate": 0.08571428571428572, "placement_overlap_rate": 0.0, "mean_crossings": 0.0, "mean_bends": 14.333333333333334, "mean_manhattan_wire_length": 503.0, "mean_canvas_area_used": 49534.333333333336, "accepted": 3, "total": 35, "overlap_count": 0, "overlap_pairs_total": 0, "crossings_total": 0.0, "bends_total": 43.0, "wire_length_total": 1509.0, "canvas_area_total": 148603.0, "topology_failures": 32, "status_counts": {"router_fail": 32, "accepted": 3}, "failure_reason_counts": {"router_fail": 32}, "score_tuple": [32, 0, 43.0, 1509.0, 148603.0], "diagnostic_counts": {"gold_samples": 35, "gold_components": 226, "x_top4_hits": 0, "x_top8_hits": 0, "y_top4_hits": 0, "y_top8_hits": 0, "rot_top2_hits": 0, "rot_top4_hits": 0, "gold_component_in_cartesian_hits": 0, "gold_component_in_solver_hits": 0}, "diagnostics": {"gold_samples": 35, "gold_components": 226, "gold_x_top4_recall": 0.0, "gold_x_top8_recall": 0.0, "gold_y_top4_recall": 0.0, "gold_y_top8_recall": 0.0, "gold_rot_top2_recall": 0.0, "gold_rot_top4_recall": 0.0, "gold_component_in_cartesian_shortlist_rate": 0.0, "gold_component_in_solver_candidates_rate": 0.0, "gold_full_sample_in_cartesian_shortlist_rate": 0.0, "gold_full_sample_in_solver_candidates_rate": 0.0, "gold_selected_any_attempt_rate": 0.0}, "router_fail_net_class_counts": {"other": 27, "VIN": 1, "ground": 3, "VDD": 1}, "cp_sat_terminal_status_counts": {}}, "09-16": {"micro_topology_exact_match_rate": 0.17142857142857143, "topology_exact_match_rate": 0.17142857142857143, "placement_overlap_rate": 0.16666666666666666, "mean_crossings": 0.0, "mean_bends": 11.5, "mean_manhattan_wire_length": 279.1666666666667, "mean_canvas_area_used": 56930.666666666664, "accepted": 6, "total": 35, "overlap_count": 1, "overlap_pairs_total": 1, "crossings_total": 0.0, "bends_total": 69.0, "wire_length_total": 1675.0, "canvas_area_total": 341584.0, "topology_failures": 29, "status_counts": {"accepted": 6, "router_fail": 29}, "failure_reason_counts": {"router_fail": 29}, "score_tuple": [29, 1, 69.0, 1675.0, 341584.0], "diagnostic_counts": {"gold_samples": 35, "gold_components": 434, "x_top4_hits": 0, "x_top8_hits": 0, "y_top4_hits": 0, "y_top8_hits": 0, "rot_top2_hits": 0, "rot_top4_hits": 0, "gold_component_in_cartesian_hits": 0, "gold_component_in_solver_hits": 0}, "diagnostics": {"gold_samples": 35, "gold_components": 434, "gold_x_top4_recall": 0.0, "gold_x_top8_recall": 0.0, "gold_y_top4_recall": 0.0, "gold_y_top8_recall": 0.0, "gold_rot_top2_recall": 0.0, "gold_rot_top4_recall": 0.0, "gold_component_in_cartesian_shortlist_rate": 0.0, "gold_component_in_solver_candidates_rate": 0.0, "gold_full_sample_in_cartesian_shortlist_rate": 0.0, "gold_full_sample_in_solver_candidates_rate": 0.0, "gold_selected_any_attempt_rate": 0.0}, "router_fail_net_class_counts": {"VDD": 4, "other": 16, "ground": 8, "VCC": 1}, "cp_sat_terminal_status_counts": {}}, "17-24": {"micro_topology_exact_match_rate": 0.0, "topology_exact_match_rate": 0.0, "placement_overlap_rate": 1.0, "mean_crossings": 0.0, "mean_bends": 0.0, "mean_manhattan_wire_length": 0.0, "mean_canvas_area_used": 0.0, "accepted": 0, "total": 27, "overlap_count": 0, "overlap_pairs_total": 0, "crossings_total": 0.0, "bends_total": 0.0, "wire_length_total": 0.0, "canvas_area_total": 0.0, "topology_failures": 27, "status_counts": {"router_fail": 27}, "failure_reason_counts": {"router_fail": 27}, "score_tuple": [27, 0, 0.0, 0.0, 0.0], "diagnostic_counts": {"gold_samples": 27, "gold_components": 523, "x_top4_hits": 0, "x_top8_hits": 0, "y_top4_hits": 0, "y_top8_hits": 0, "rot_top2_hits": 0, "rot_top4_hits": 0, "gold_component_in_cartesian_hits": 0, "gold_component_in_solver_hits": 0}, "diagnostics": {"gold_samples": 27, "gold_components": 523, "gold_x_top4_recall": 0.0, "gold_x_top8_recall": 0.0, "gold_y_top4_recall": 0.0, "gold_y_top8_recall": 0.0, "gold_rot_top2_recall": 0.0, "gold_rot_top4_recall": 0.0, "gold_component_in_cartesian_shortlist_rate": 0.0, "gold_component_in_solver_candidates_rate": 0.0, "gold_full_sample_in_cartesian_shortlist_rate": 0.0, "gold_full_sample_in_solver_candidates_rate": 0.0, "gold_selected_any_attempt_rate": 0.0}, "router_fail_net_class_counts": {"other": 15, "ground": 7, "VCC": 1, "VDD": 4}, "cp_sat_terminal_status_counts": {}}, "25-32": {"micro_topology_exact_match_rate": 0.1111111111111111, "topology_exact_match_rate": 0.1111111111111111, "placement_overlap_rate": 0.5, "mean_crossings": 0.0, "mean_bends": 56.5, "mean_manhattan_wire_length": 995.5, "mean_canvas_area_used": 63923.0, "accepted": 2, "total": 18, "overlap_count": 1, "overlap_pairs_total": 1, "crossings_total": 0.0, "bends_total": 113.0, "wire_length_total": 1991.0, "canvas_area_total": 127846.0, "topology_failures": 16, "status_counts": {"router_fail": 16, "accepted": 2}, "failure_reason_counts": {"router_fail": 16}, "score_tuple": [16, 1, 113.0, 1991.0, 127846.0], "diagnostic_counts": {"gold_samples": 18, "gold_components": 519, "x_top4_hits": 0, "x_top8_hits": 0, "y_top4_hits": 0, "y_top8_hits": 0, "rot_top2_hits": 0, "rot_top4_hits": 0, "gold_component_in_cartesian_hits": 0, "gold_component_in_solver_hits": 0}, "diagnostics": {"gold_samples": 18, "gold_components": 519, "gold_x_top4_recall": 0.0, "gold_x_top8_recall": 0.0, "gold_y_top4_recall": 0.0, "gold_y_top8_recall": 0.0, "gold_rot_top2_recall": 0.0, "gold_rot_top4_recall": 0.0, "gold_component_in_cartesian_shortlist_rate": 0.0, "gold_component_in_solver_candidates_rate": 0.0, "gold_full_sample_in_cartesian_shortlist_rate": 0.0, "gold_full_sample_in_solver_candidates_rate": 0.0, "gold_selected_any_attempt_rate": 0.0}, "router_fail_net_class_counts": {"ground": 13, "other": 3}, "cp_sat_terminal_status_counts": {}}, "33-48": {"micro_topology_exact_match_rate": 0.022058823529411766, "topology_exact_match_rate": 0.022058823529411766, "placement_overlap_rate": 1.0, "mean_crossings": 0.0, "mean_bends": 36.333333333333336, "mean_manhattan_wire_length": 631.3333333333334, "mean_canvas_area_used": 64341.333333333336, "accepted": 3, "total": 136, "overlap_count": 3, "overlap_pairs_total": 8, "crossings_total": 0.0, "bends_total": 109.0, "wire_length_total": 1894.0, "canvas_area_total": 193024.0, "topology_failures": 133, "status_counts": {"router_fail": 133, "accepted": 3}, "failure_reason_counts": {"router_fail": 133}, "score_tuple": [133, 8, 109.0, 1894.0, 193024.0], "diagnostic_counts": {"gold_samples": 136, "gold_components": 5488, "x_top4_hits": 0, "x_top8_hits": 0, "y_top4_hits": 0, "y_top8_hits": 0, "rot_top2_hits": 0, "rot_top4_hits": 0, "gold_component_in_cartesian_hits": 0, "gold_component_in_solver_hits": 0}, "diagnostics": {"gold_samples": 136, "gold_components": 5488, "gold_x_top4_recall": 0.0, "gold_x_top8_recall": 0.0, "gold_y_top4_recall": 0.0, "gold_y_top8_recall": 0.0, "gold_rot_top2_recall": 0.0, "gold_rot_top4_recall": 0.0, "gold_component_in_cartesian_shortlist_rate": 0.0, "gold_component_in_solver_candidates_rate": 0.0, "gold_full_sample_in_cartesian_shortlist_rate": 0.0, "gold_full_sample_in_solver_candidates_rate": 0.0, "gold_selected_any_attempt_rate": 0.0}, "router_fail_net_class_counts": {"ground": 86, "other": 20, "VDD": 27}, "cp_sat_terminal_status_counts": {}}, "49-64": {"micro_topology_exact_match_rate": 0.0196078431372549, "topology_exact_match_rate": 0.0196078431372549, "placement_overlap_rate": 0.5, "mean_crossings": 0.0, "mean_bends": 53.5, "mean_manhattan_wire_length": 1676.0, "mean_canvas_area_used": 59068.5, "accepted": 2, "total": 102, "overlap_count": 1, "overlap_pairs_total": 15, "crossings_total": 0.0, "bends_total": 107.0, "wire_length_total": 3352.0, "canvas_area_total": 118137.0, "topology_failures": 100, "status_counts": {"router_fail": 100, "accepted": 2}, "failure_reason_counts": {"router_fail": 100}, "score_tuple": [100, 15, 107.0, 3352.0, 118137.0], "diagnostic_counts": {"gold_samples": 102, "gold_components": 5677, "x_top4_hits": 0, "x_top8_hits": 0, "y_top4_hits": 0, "y_top8_hits": 0, "rot_top2_hits": 0, "rot_top4_hits": 0, "gold_component_in_cartesian_hits": 0, "gold_component_in_solver_hits": 0}, "diagnostics": {"gold_samples": 102, "gold_components": 5677, "gold_x_top4_recall": 0.0, "gold_x_top8_recall": 0.0, "gold_y_top4_recall": 0.0, "gold_y_top8_recall": 0.0, "gold_rot_top2_recall": 0.0, "gold_rot_top4_recall": 0.0, "gold_component_in_cartesian_shortlist_rate": 0.0, "gold_component_in_solver_candidates_rate": 0.0, "gold_full_sample_in_cartesian_shortlist_rate": 0.0, "gold_full_sample_in_solver_candidates_rate": 0.0, "gold_selected_any_attempt_rate": 0.0}, "router_fail_net_class_counts": {"ground": 73, "VDD": 17, "other": 10}, "cp_sat_terminal_status_counts": {}}}, "macro_topology_exact_match_rate": 0.18035822058110876}, "updated_at": "2026-03-10T17:14:15Z"}}
|
netlist_to_layout_v1/runs/routerfix-baseline-oracle-layout384-rbm0e2t3/posttrain_full_eval_tmp/step-008000/shard_00.json
ADDED
|
@@ -0,0 +1,842 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"micro_topology_exact_match_rate": 0.078125,
|
| 3 |
+
"topology_exact_match_rate": 0.078125,
|
| 4 |
+
"placement_overlap_rate": 0.2,
|
| 5 |
+
"mean_crossings": 0.0,
|
| 6 |
+
"mean_bends": 19.4,
|
| 7 |
+
"mean_manhattan_wire_length": 550.5666666666667,
|
| 8 |
+
"mean_canvas_area_used": 44814.6,
|
| 9 |
+
"accepted": 30,
|
| 10 |
+
"total": 384,
|
| 11 |
+
"overlap_count": 6,
|
| 12 |
+
"overlap_pairs_total": 25,
|
| 13 |
+
"crossings_total": 0.0,
|
| 14 |
+
"bends_total": 582.0,
|
| 15 |
+
"wire_length_total": 16517.0,
|
| 16 |
+
"canvas_area_total": 1344438.0,
|
| 17 |
+
"topology_failures": 354,
|
| 18 |
+
"status_counts": {
|
| 19 |
+
"router_fail": 354,
|
| 20 |
+
"accepted": 30
|
| 21 |
+
},
|
| 22 |
+
"failure_reason_counts": {
|
| 23 |
+
"router_fail": 354
|
| 24 |
+
},
|
| 25 |
+
"score_tuple": [
|
| 26 |
+
354,
|
| 27 |
+
25,
|
| 28 |
+
582.0,
|
| 29 |
+
16517.0,
|
| 30 |
+
1344438.0
|
| 31 |
+
],
|
| 32 |
+
"diagnostic_counts": {
|
| 33 |
+
"gold_samples": 384,
|
| 34 |
+
"gold_components": 12971,
|
| 35 |
+
"x_top4_hits": 0,
|
| 36 |
+
"x_top8_hits": 0,
|
| 37 |
+
"y_top4_hits": 0,
|
| 38 |
+
"y_top8_hits": 0,
|
| 39 |
+
"rot_top2_hits": 0,
|
| 40 |
+
"rot_top4_hits": 0,
|
| 41 |
+
"gold_component_in_cartesian_hits": 0,
|
| 42 |
+
"gold_component_in_solver_hits": 0
|
| 43 |
+
},
|
| 44 |
+
"diagnostics": {
|
| 45 |
+
"gold_samples": 384,
|
| 46 |
+
"gold_components": 12971,
|
| 47 |
+
"gold_x_top4_recall": 0.0,
|
| 48 |
+
"gold_x_top8_recall": 0.0,
|
| 49 |
+
"gold_y_top4_recall": 0.0,
|
| 50 |
+
"gold_y_top8_recall": 0.0,
|
| 51 |
+
"gold_rot_top2_recall": 0.0,
|
| 52 |
+
"gold_rot_top4_recall": 0.0,
|
| 53 |
+
"gold_component_in_cartesian_shortlist_rate": 0.0,
|
| 54 |
+
"gold_component_in_solver_candidates_rate": 0.0,
|
| 55 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.0,
|
| 56 |
+
"gold_full_sample_in_solver_candidates_rate": 0.0,
|
| 57 |
+
"gold_selected_any_attempt_rate": 0.0
|
| 58 |
+
},
|
| 59 |
+
"router_fail_net_class_counts": {
|
| 60 |
+
"ground": 193,
|
| 61 |
+
"other": 103,
|
| 62 |
+
"VDD": 53,
|
| 63 |
+
"VIN": 1,
|
| 64 |
+
"VOUT": 2,
|
| 65 |
+
"VCC": 2
|
| 66 |
+
},
|
| 67 |
+
"cp_sat_terminal_status_counts": {},
|
| 68 |
+
"failure_examples": {
|
| 69 |
+
"router_fail": [
|
| 70 |
+
{
|
| 71 |
+
"sample_id": "ltspice-spice-circuits_hf:train-00000-of-00001.parquet:1:16447",
|
| 72 |
+
"graph_hash": "0d07185dd3447b06b10033d16d8c5d6522df3285",
|
| 73 |
+
"dataset_root": "ltspice-spice-circuits_hf",
|
| 74 |
+
"attempts": [
|
| 75 |
+
{
|
| 76 |
+
"attempt": 1,
|
| 77 |
+
"mode": "oracle_layout",
|
| 78 |
+
"route_status": "router_fail",
|
| 79 |
+
"route_debug": {
|
| 80 |
+
"failed_net_nid": "N00000",
|
| 81 |
+
"failed_net_name": "0",
|
| 82 |
+
"failed_net_degree": 19,
|
| 83 |
+
"pin_count": 19,
|
| 84 |
+
"tree_cell_count": 490,
|
| 85 |
+
"remaining_pin_count": 15,
|
| 86 |
+
"routing_block_margin": 0,
|
| 87 |
+
"pin_escape_cells": 2,
|
| 88 |
+
"trunk_first_used": true,
|
| 89 |
+
"trunk_first_min_degree": 3
|
| 90 |
+
}
|
| 91 |
+
}
|
| 92 |
+
]
|
| 93 |
+
},
|
| 94 |
+
{
|
| 95 |
+
"sample_id": "open-schematics_hf:train-00027-of-00078.parquet:1:507",
|
| 96 |
+
"graph_hash": "70896a25e8210e440a5d8be9b01fb099ef1fbd8f",
|
| 97 |
+
"dataset_root": "open-schematics_hf",
|
| 98 |
+
"attempts": [
|
| 99 |
+
{
|
| 100 |
+
"attempt": 1,
|
| 101 |
+
"mode": "oracle_layout",
|
| 102 |
+
"route_status": "router_fail",
|
| 103 |
+
"route_debug": {
|
| 104 |
+
"failed_net_nid": "N00027",
|
| 105 |
+
"failed_net_name": "GND",
|
| 106 |
+
"failed_net_degree": 3,
|
| 107 |
+
"pin_count": 3,
|
| 108 |
+
"tree_cell_count": 110,
|
| 109 |
+
"remaining_pin_count": 1,
|
| 110 |
+
"routing_block_margin": 0,
|
| 111 |
+
"pin_escape_cells": 2,
|
| 112 |
+
"trunk_first_used": true,
|
| 113 |
+
"trunk_first_min_degree": 3
|
| 114 |
+
}
|
| 115 |
+
}
|
| 116 |
+
]
|
| 117 |
+
},
|
| 118 |
+
{
|
| 119 |
+
"sample_id": "ltspice-spice-circuits_hf:train-00000-of-00001.parquet:0:24354",
|
| 120 |
+
"graph_hash": "9ce27c1494ada4ec20333f812cc6b3a0c41f6195",
|
| 121 |
+
"dataset_root": "ltspice-spice-circuits_hf",
|
| 122 |
+
"attempts": [
|
| 123 |
+
{
|
| 124 |
+
"attempt": 1,
|
| 125 |
+
"mode": "oracle_layout",
|
| 126 |
+
"route_status": "router_fail",
|
| 127 |
+
"route_debug": {
|
| 128 |
+
"failed_net_nid": "N00001",
|
| 129 |
+
"failed_net_name": "N001",
|
| 130 |
+
"failed_net_degree": 4,
|
| 131 |
+
"pin_count": 4,
|
| 132 |
+
"tree_cell_count": 1,
|
| 133 |
+
"remaining_pin_count": 3,
|
| 134 |
+
"routing_block_margin": 0,
|
| 135 |
+
"pin_escape_cells": 2,
|
| 136 |
+
"trunk_first_used": true,
|
| 137 |
+
"trunk_first_min_degree": 3
|
| 138 |
+
}
|
| 139 |
+
}
|
| 140 |
+
]
|
| 141 |
+
}
|
| 142 |
+
]
|
| 143 |
+
},
|
| 144 |
+
"per_root": {
|
| 145 |
+
"ams-net.github.io": {
|
| 146 |
+
"micro_topology_exact_match_rate": 0.42105263157894735,
|
| 147 |
+
"topology_exact_match_rate": 0.42105263157894735,
|
| 148 |
+
"placement_overlap_rate": 0.0,
|
| 149 |
+
"mean_crossings": 0.0,
|
| 150 |
+
"mean_bends": 12.75,
|
| 151 |
+
"mean_manhattan_wire_length": 388.875,
|
| 152 |
+
"mean_canvas_area_used": 12036.625,
|
| 153 |
+
"accepted": 8,
|
| 154 |
+
"total": 19,
|
| 155 |
+
"overlap_count": 0,
|
| 156 |
+
"overlap_pairs_total": 0,
|
| 157 |
+
"crossings_total": 0.0,
|
| 158 |
+
"bends_total": 102.0,
|
| 159 |
+
"wire_length_total": 3111.0,
|
| 160 |
+
"canvas_area_total": 96293.0,
|
| 161 |
+
"topology_failures": 11,
|
| 162 |
+
"status_counts": {
|
| 163 |
+
"router_fail": 11,
|
| 164 |
+
"accepted": 8
|
| 165 |
+
},
|
| 166 |
+
"failure_reason_counts": {
|
| 167 |
+
"router_fail": 11
|
| 168 |
+
},
|
| 169 |
+
"score_tuple": [
|
| 170 |
+
11,
|
| 171 |
+
0,
|
| 172 |
+
102.0,
|
| 173 |
+
3111.0,
|
| 174 |
+
96293.0
|
| 175 |
+
],
|
| 176 |
+
"diagnostic_counts": {
|
| 177 |
+
"gold_samples": 19,
|
| 178 |
+
"gold_components": 110,
|
| 179 |
+
"x_top4_hits": 0,
|
| 180 |
+
"x_top8_hits": 0,
|
| 181 |
+
"y_top4_hits": 0,
|
| 182 |
+
"y_top8_hits": 0,
|
| 183 |
+
"rot_top2_hits": 0,
|
| 184 |
+
"rot_top4_hits": 0,
|
| 185 |
+
"gold_component_in_cartesian_hits": 0,
|
| 186 |
+
"gold_component_in_solver_hits": 0
|
| 187 |
+
},
|
| 188 |
+
"diagnostics": {
|
| 189 |
+
"gold_samples": 19,
|
| 190 |
+
"gold_components": 110,
|
| 191 |
+
"gold_x_top4_recall": 0.0,
|
| 192 |
+
"gold_x_top8_recall": 0.0,
|
| 193 |
+
"gold_y_top4_recall": 0.0,
|
| 194 |
+
"gold_y_top8_recall": 0.0,
|
| 195 |
+
"gold_rot_top2_recall": 0.0,
|
| 196 |
+
"gold_rot_top4_recall": 0.0,
|
| 197 |
+
"gold_component_in_cartesian_shortlist_rate": 0.0,
|
| 198 |
+
"gold_component_in_solver_candidates_rate": 0.0,
|
| 199 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.0,
|
| 200 |
+
"gold_full_sample_in_solver_candidates_rate": 0.0,
|
| 201 |
+
"gold_selected_any_attempt_rate": 0.0
|
| 202 |
+
},
|
| 203 |
+
"router_fail_net_class_counts": {
|
| 204 |
+
"other": 9,
|
| 205 |
+
"VDD": 1,
|
| 206 |
+
"ground": 1
|
| 207 |
+
},
|
| 208 |
+
"cp_sat_terminal_status_counts": {},
|
| 209 |
+
"macro_topology_exact_match_rate": null
|
| 210 |
+
},
|
| 211 |
+
"ltspice-spice-circuits_hf": {
|
| 212 |
+
"micro_topology_exact_match_rate": 0.05952380952380952,
|
| 213 |
+
"topology_exact_match_rate": 0.05952380952380952,
|
| 214 |
+
"placement_overlap_rate": 0.0,
|
| 215 |
+
"mean_crossings": 0.0,
|
| 216 |
+
"mean_bends": 7.0,
|
| 217 |
+
"mean_manhattan_wire_length": 564.8,
|
| 218 |
+
"mean_canvas_area_used": 56868.0,
|
| 219 |
+
"accepted": 5,
|
| 220 |
+
"total": 84,
|
| 221 |
+
"overlap_count": 0,
|
| 222 |
+
"overlap_pairs_total": 0,
|
| 223 |
+
"crossings_total": 0.0,
|
| 224 |
+
"bends_total": 35.0,
|
| 225 |
+
"wire_length_total": 2824.0,
|
| 226 |
+
"canvas_area_total": 284340.0,
|
| 227 |
+
"topology_failures": 79,
|
| 228 |
+
"status_counts": {
|
| 229 |
+
"router_fail": 79,
|
| 230 |
+
"accepted": 5
|
| 231 |
+
},
|
| 232 |
+
"failure_reason_counts": {
|
| 233 |
+
"router_fail": 79
|
| 234 |
+
},
|
| 235 |
+
"score_tuple": [
|
| 236 |
+
79,
|
| 237 |
+
0,
|
| 238 |
+
35.0,
|
| 239 |
+
2824.0,
|
| 240 |
+
284340.0
|
| 241 |
+
],
|
| 242 |
+
"diagnostic_counts": {
|
| 243 |
+
"gold_samples": 84,
|
| 244 |
+
"gold_components": 1234,
|
| 245 |
+
"x_top4_hits": 0,
|
| 246 |
+
"x_top8_hits": 0,
|
| 247 |
+
"y_top4_hits": 0,
|
| 248 |
+
"y_top8_hits": 0,
|
| 249 |
+
"rot_top2_hits": 0,
|
| 250 |
+
"rot_top4_hits": 0,
|
| 251 |
+
"gold_component_in_cartesian_hits": 0,
|
| 252 |
+
"gold_component_in_solver_hits": 0
|
| 253 |
+
},
|
| 254 |
+
"diagnostics": {
|
| 255 |
+
"gold_samples": 84,
|
| 256 |
+
"gold_components": 1234,
|
| 257 |
+
"gold_x_top4_recall": 0.0,
|
| 258 |
+
"gold_x_top8_recall": 0.0,
|
| 259 |
+
"gold_y_top4_recall": 0.0,
|
| 260 |
+
"gold_y_top8_recall": 0.0,
|
| 261 |
+
"gold_rot_top2_recall": 0.0,
|
| 262 |
+
"gold_rot_top4_recall": 0.0,
|
| 263 |
+
"gold_component_in_cartesian_shortlist_rate": 0.0,
|
| 264 |
+
"gold_component_in_solver_candidates_rate": 0.0,
|
| 265 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.0,
|
| 266 |
+
"gold_full_sample_in_solver_candidates_rate": 0.0,
|
| 267 |
+
"gold_selected_any_attempt_rate": 0.0
|
| 268 |
+
},
|
| 269 |
+
"router_fail_net_class_counts": {
|
| 270 |
+
"ground": 24,
|
| 271 |
+
"other": 48,
|
| 272 |
+
"VDD": 2,
|
| 273 |
+
"VIN": 1,
|
| 274 |
+
"VOUT": 2,
|
| 275 |
+
"VCC": 2
|
| 276 |
+
},
|
| 277 |
+
"cp_sat_terminal_status_counts": {},
|
| 278 |
+
"macro_topology_exact_match_rate": null
|
| 279 |
+
},
|
| 280 |
+
"open-schematics_hf": {
|
| 281 |
+
"micro_topology_exact_match_rate": 0.060498220640569395,
|
| 282 |
+
"topology_exact_match_rate": 0.060498220640569395,
|
| 283 |
+
"placement_overlap_rate": 0.35294117647058826,
|
| 284 |
+
"mean_crossings": 0.0,
|
| 285 |
+
"mean_bends": 26.176470588235293,
|
| 286 |
+
"mean_manhattan_wire_length": 622.4705882352941,
|
| 287 |
+
"mean_canvas_area_used": 56694.41176470588,
|
| 288 |
+
"accepted": 17,
|
| 289 |
+
"total": 281,
|
| 290 |
+
"overlap_count": 6,
|
| 291 |
+
"overlap_pairs_total": 25,
|
| 292 |
+
"crossings_total": 0.0,
|
| 293 |
+
"bends_total": 445.0,
|
| 294 |
+
"wire_length_total": 10582.0,
|
| 295 |
+
"canvas_area_total": 963805.0,
|
| 296 |
+
"topology_failures": 264,
|
| 297 |
+
"status_counts": {
|
| 298 |
+
"router_fail": 264,
|
| 299 |
+
"accepted": 17
|
| 300 |
+
},
|
| 301 |
+
"failure_reason_counts": {
|
| 302 |
+
"router_fail": 264
|
| 303 |
+
},
|
| 304 |
+
"score_tuple": [
|
| 305 |
+
264,
|
| 306 |
+
25,
|
| 307 |
+
445.0,
|
| 308 |
+
10582.0,
|
| 309 |
+
963805.0
|
| 310 |
+
],
|
| 311 |
+
"diagnostic_counts": {
|
| 312 |
+
"gold_samples": 281,
|
| 313 |
+
"gold_components": 11627,
|
| 314 |
+
"x_top4_hits": 0,
|
| 315 |
+
"x_top8_hits": 0,
|
| 316 |
+
"y_top4_hits": 0,
|
| 317 |
+
"y_top8_hits": 0,
|
| 318 |
+
"rot_top2_hits": 0,
|
| 319 |
+
"rot_top4_hits": 0,
|
| 320 |
+
"gold_component_in_cartesian_hits": 0,
|
| 321 |
+
"gold_component_in_solver_hits": 0
|
| 322 |
+
},
|
| 323 |
+
"diagnostics": {
|
| 324 |
+
"gold_samples": 281,
|
| 325 |
+
"gold_components": 11627,
|
| 326 |
+
"gold_x_top4_recall": 0.0,
|
| 327 |
+
"gold_x_top8_recall": 0.0,
|
| 328 |
+
"gold_y_top4_recall": 0.0,
|
| 329 |
+
"gold_y_top8_recall": 0.0,
|
| 330 |
+
"gold_rot_top2_recall": 0.0,
|
| 331 |
+
"gold_rot_top4_recall": 0.0,
|
| 332 |
+
"gold_component_in_cartesian_shortlist_rate": 0.0,
|
| 333 |
+
"gold_component_in_solver_candidates_rate": 0.0,
|
| 334 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.0,
|
| 335 |
+
"gold_full_sample_in_solver_candidates_rate": 0.0,
|
| 336 |
+
"gold_selected_any_attempt_rate": 0.0
|
| 337 |
+
},
|
| 338 |
+
"router_fail_net_class_counts": {
|
| 339 |
+
"ground": 168,
|
| 340 |
+
"other": 46,
|
| 341 |
+
"VDD": 50
|
| 342 |
+
},
|
| 343 |
+
"cp_sat_terminal_status_counts": {},
|
| 344 |
+
"macro_topology_exact_match_rate": null
|
| 345 |
+
}
|
| 346 |
+
},
|
| 347 |
+
"macro_topology_exact_match_rate": 0.18035822058110876,
|
| 348 |
+
"per_size_bin": {
|
| 349 |
+
"01-04": {
|
| 350 |
+
"micro_topology_exact_match_rate": 0.45161290322580644,
|
| 351 |
+
"topology_exact_match_rate": 0.45161290322580644,
|
| 352 |
+
"placement_overlap_rate": 0.0,
|
| 353 |
+
"mean_crossings": 0.0,
|
| 354 |
+
"mean_bends": 10.071428571428571,
|
| 355 |
+
"mean_manhattan_wire_length": 435.42857142857144,
|
| 356 |
+
"mean_canvas_area_used": 29660.285714285714,
|
| 357 |
+
"accepted": 14,
|
| 358 |
+
"total": 31,
|
| 359 |
+
"overlap_count": 0,
|
| 360 |
+
"overlap_pairs_total": 0,
|
| 361 |
+
"crossings_total": 0.0,
|
| 362 |
+
"bends_total": 141.0,
|
| 363 |
+
"wire_length_total": 6096.0,
|
| 364 |
+
"canvas_area_total": 415244.0,
|
| 365 |
+
"topology_failures": 17,
|
| 366 |
+
"status_counts": {
|
| 367 |
+
"accepted": 14,
|
| 368 |
+
"router_fail": 17
|
| 369 |
+
},
|
| 370 |
+
"failure_reason_counts": {
|
| 371 |
+
"router_fail": 17
|
| 372 |
+
},
|
| 373 |
+
"score_tuple": [
|
| 374 |
+
17,
|
| 375 |
+
0,
|
| 376 |
+
141.0,
|
| 377 |
+
6096.0,
|
| 378 |
+
415244.0
|
| 379 |
+
],
|
| 380 |
+
"diagnostic_counts": {
|
| 381 |
+
"gold_samples": 31,
|
| 382 |
+
"gold_components": 104,
|
| 383 |
+
"x_top4_hits": 0,
|
| 384 |
+
"x_top8_hits": 0,
|
| 385 |
+
"y_top4_hits": 0,
|
| 386 |
+
"y_top8_hits": 0,
|
| 387 |
+
"rot_top2_hits": 0,
|
| 388 |
+
"rot_top4_hits": 0,
|
| 389 |
+
"gold_component_in_cartesian_hits": 0,
|
| 390 |
+
"gold_component_in_solver_hits": 0
|
| 391 |
+
},
|
| 392 |
+
"diagnostics": {
|
| 393 |
+
"gold_samples": 31,
|
| 394 |
+
"gold_components": 104,
|
| 395 |
+
"gold_x_top4_recall": 0.0,
|
| 396 |
+
"gold_x_top8_recall": 0.0,
|
| 397 |
+
"gold_y_top4_recall": 0.0,
|
| 398 |
+
"gold_y_top8_recall": 0.0,
|
| 399 |
+
"gold_rot_top2_recall": 0.0,
|
| 400 |
+
"gold_rot_top4_recall": 0.0,
|
| 401 |
+
"gold_component_in_cartesian_shortlist_rate": 0.0,
|
| 402 |
+
"gold_component_in_solver_candidates_rate": 0.0,
|
| 403 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.0,
|
| 404 |
+
"gold_full_sample_in_solver_candidates_rate": 0.0,
|
| 405 |
+
"gold_selected_any_attempt_rate": 0.0
|
| 406 |
+
},
|
| 407 |
+
"router_fail_net_class_counts": {
|
| 408 |
+
"ground": 3,
|
| 409 |
+
"VOUT": 2,
|
| 410 |
+
"other": 12
|
| 411 |
+
},
|
| 412 |
+
"cp_sat_terminal_status_counts": {},
|
| 413 |
+
"macro_topology_exact_match_rate": null
|
| 414 |
+
},
|
| 415 |
+
"05-08": {
|
| 416 |
+
"micro_topology_exact_match_rate": 0.08571428571428572,
|
| 417 |
+
"topology_exact_match_rate": 0.08571428571428572,
|
| 418 |
+
"placement_overlap_rate": 0.0,
|
| 419 |
+
"mean_crossings": 0.0,
|
| 420 |
+
"mean_bends": 14.333333333333334,
|
| 421 |
+
"mean_manhattan_wire_length": 503.0,
|
| 422 |
+
"mean_canvas_area_used": 49534.333333333336,
|
| 423 |
+
"accepted": 3,
|
| 424 |
+
"total": 35,
|
| 425 |
+
"overlap_count": 0,
|
| 426 |
+
"overlap_pairs_total": 0,
|
| 427 |
+
"crossings_total": 0.0,
|
| 428 |
+
"bends_total": 43.0,
|
| 429 |
+
"wire_length_total": 1509.0,
|
| 430 |
+
"canvas_area_total": 148603.0,
|
| 431 |
+
"topology_failures": 32,
|
| 432 |
+
"status_counts": {
|
| 433 |
+
"router_fail": 32,
|
| 434 |
+
"accepted": 3
|
| 435 |
+
},
|
| 436 |
+
"failure_reason_counts": {
|
| 437 |
+
"router_fail": 32
|
| 438 |
+
},
|
| 439 |
+
"score_tuple": [
|
| 440 |
+
32,
|
| 441 |
+
0,
|
| 442 |
+
43.0,
|
| 443 |
+
1509.0,
|
| 444 |
+
148603.0
|
| 445 |
+
],
|
| 446 |
+
"diagnostic_counts": {
|
| 447 |
+
"gold_samples": 35,
|
| 448 |
+
"gold_components": 226,
|
| 449 |
+
"x_top4_hits": 0,
|
| 450 |
+
"x_top8_hits": 0,
|
| 451 |
+
"y_top4_hits": 0,
|
| 452 |
+
"y_top8_hits": 0,
|
| 453 |
+
"rot_top2_hits": 0,
|
| 454 |
+
"rot_top4_hits": 0,
|
| 455 |
+
"gold_component_in_cartesian_hits": 0,
|
| 456 |
+
"gold_component_in_solver_hits": 0
|
| 457 |
+
},
|
| 458 |
+
"diagnostics": {
|
| 459 |
+
"gold_samples": 35,
|
| 460 |
+
"gold_components": 226,
|
| 461 |
+
"gold_x_top4_recall": 0.0,
|
| 462 |
+
"gold_x_top8_recall": 0.0,
|
| 463 |
+
"gold_y_top4_recall": 0.0,
|
| 464 |
+
"gold_y_top8_recall": 0.0,
|
| 465 |
+
"gold_rot_top2_recall": 0.0,
|
| 466 |
+
"gold_rot_top4_recall": 0.0,
|
| 467 |
+
"gold_component_in_cartesian_shortlist_rate": 0.0,
|
| 468 |
+
"gold_component_in_solver_candidates_rate": 0.0,
|
| 469 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.0,
|
| 470 |
+
"gold_full_sample_in_solver_candidates_rate": 0.0,
|
| 471 |
+
"gold_selected_any_attempt_rate": 0.0
|
| 472 |
+
},
|
| 473 |
+
"router_fail_net_class_counts": {
|
| 474 |
+
"other": 27,
|
| 475 |
+
"VIN": 1,
|
| 476 |
+
"ground": 3,
|
| 477 |
+
"VDD": 1
|
| 478 |
+
},
|
| 479 |
+
"cp_sat_terminal_status_counts": {},
|
| 480 |
+
"macro_topology_exact_match_rate": null
|
| 481 |
+
},
|
| 482 |
+
"09-16": {
|
| 483 |
+
"micro_topology_exact_match_rate": 0.17142857142857143,
|
| 484 |
+
"topology_exact_match_rate": 0.17142857142857143,
|
| 485 |
+
"placement_overlap_rate": 0.16666666666666666,
|
| 486 |
+
"mean_crossings": 0.0,
|
| 487 |
+
"mean_bends": 11.5,
|
| 488 |
+
"mean_manhattan_wire_length": 279.1666666666667,
|
| 489 |
+
"mean_canvas_area_used": 56930.666666666664,
|
| 490 |
+
"accepted": 6,
|
| 491 |
+
"total": 35,
|
| 492 |
+
"overlap_count": 1,
|
| 493 |
+
"overlap_pairs_total": 1,
|
| 494 |
+
"crossings_total": 0.0,
|
| 495 |
+
"bends_total": 69.0,
|
| 496 |
+
"wire_length_total": 1675.0,
|
| 497 |
+
"canvas_area_total": 341584.0,
|
| 498 |
+
"topology_failures": 29,
|
| 499 |
+
"status_counts": {
|
| 500 |
+
"accepted": 6,
|
| 501 |
+
"router_fail": 29
|
| 502 |
+
},
|
| 503 |
+
"failure_reason_counts": {
|
| 504 |
+
"router_fail": 29
|
| 505 |
+
},
|
| 506 |
+
"score_tuple": [
|
| 507 |
+
29,
|
| 508 |
+
1,
|
| 509 |
+
69.0,
|
| 510 |
+
1675.0,
|
| 511 |
+
341584.0
|
| 512 |
+
],
|
| 513 |
+
"diagnostic_counts": {
|
| 514 |
+
"gold_samples": 35,
|
| 515 |
+
"gold_components": 434,
|
| 516 |
+
"x_top4_hits": 0,
|
| 517 |
+
"x_top8_hits": 0,
|
| 518 |
+
"y_top4_hits": 0,
|
| 519 |
+
"y_top8_hits": 0,
|
| 520 |
+
"rot_top2_hits": 0,
|
| 521 |
+
"rot_top4_hits": 0,
|
| 522 |
+
"gold_component_in_cartesian_hits": 0,
|
| 523 |
+
"gold_component_in_solver_hits": 0
|
| 524 |
+
},
|
| 525 |
+
"diagnostics": {
|
| 526 |
+
"gold_samples": 35,
|
| 527 |
+
"gold_components": 434,
|
| 528 |
+
"gold_x_top4_recall": 0.0,
|
| 529 |
+
"gold_x_top8_recall": 0.0,
|
| 530 |
+
"gold_y_top4_recall": 0.0,
|
| 531 |
+
"gold_y_top8_recall": 0.0,
|
| 532 |
+
"gold_rot_top2_recall": 0.0,
|
| 533 |
+
"gold_rot_top4_recall": 0.0,
|
| 534 |
+
"gold_component_in_cartesian_shortlist_rate": 0.0,
|
| 535 |
+
"gold_component_in_solver_candidates_rate": 0.0,
|
| 536 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.0,
|
| 537 |
+
"gold_full_sample_in_solver_candidates_rate": 0.0,
|
| 538 |
+
"gold_selected_any_attempt_rate": 0.0
|
| 539 |
+
},
|
| 540 |
+
"router_fail_net_class_counts": {
|
| 541 |
+
"VDD": 4,
|
| 542 |
+
"other": 16,
|
| 543 |
+
"ground": 8,
|
| 544 |
+
"VCC": 1
|
| 545 |
+
},
|
| 546 |
+
"cp_sat_terminal_status_counts": {},
|
| 547 |
+
"macro_topology_exact_match_rate": null
|
| 548 |
+
},
|
| 549 |
+
"17-24": {
|
| 550 |
+
"micro_topology_exact_match_rate": 0.0,
|
| 551 |
+
"topology_exact_match_rate": 0.0,
|
| 552 |
+
"placement_overlap_rate": 1.0,
|
| 553 |
+
"mean_crossings": 0.0,
|
| 554 |
+
"mean_bends": 0.0,
|
| 555 |
+
"mean_manhattan_wire_length": 0.0,
|
| 556 |
+
"mean_canvas_area_used": 0.0,
|
| 557 |
+
"accepted": 0,
|
| 558 |
+
"total": 27,
|
| 559 |
+
"overlap_count": 0,
|
| 560 |
+
"overlap_pairs_total": 0,
|
| 561 |
+
"crossings_total": 0,
|
| 562 |
+
"bends_total": 0,
|
| 563 |
+
"wire_length_total": 0,
|
| 564 |
+
"canvas_area_total": 0,
|
| 565 |
+
"topology_failures": 27,
|
| 566 |
+
"status_counts": {
|
| 567 |
+
"router_fail": 27
|
| 568 |
+
},
|
| 569 |
+
"failure_reason_counts": {
|
| 570 |
+
"router_fail": 27
|
| 571 |
+
},
|
| 572 |
+
"score_tuple": [
|
| 573 |
+
27,
|
| 574 |
+
0,
|
| 575 |
+
0,
|
| 576 |
+
0,
|
| 577 |
+
0
|
| 578 |
+
],
|
| 579 |
+
"diagnostic_counts": {
|
| 580 |
+
"gold_samples": 27,
|
| 581 |
+
"gold_components": 523,
|
| 582 |
+
"x_top4_hits": 0,
|
| 583 |
+
"x_top8_hits": 0,
|
| 584 |
+
"y_top4_hits": 0,
|
| 585 |
+
"y_top8_hits": 0,
|
| 586 |
+
"rot_top2_hits": 0,
|
| 587 |
+
"rot_top4_hits": 0,
|
| 588 |
+
"gold_component_in_cartesian_hits": 0,
|
| 589 |
+
"gold_component_in_solver_hits": 0
|
| 590 |
+
},
|
| 591 |
+
"diagnostics": {
|
| 592 |
+
"gold_samples": 27,
|
| 593 |
+
"gold_components": 523,
|
| 594 |
+
"gold_x_top4_recall": 0.0,
|
| 595 |
+
"gold_x_top8_recall": 0.0,
|
| 596 |
+
"gold_y_top4_recall": 0.0,
|
| 597 |
+
"gold_y_top8_recall": 0.0,
|
| 598 |
+
"gold_rot_top2_recall": 0.0,
|
| 599 |
+
"gold_rot_top4_recall": 0.0,
|
| 600 |
+
"gold_component_in_cartesian_shortlist_rate": 0.0,
|
| 601 |
+
"gold_component_in_solver_candidates_rate": 0.0,
|
| 602 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.0,
|
| 603 |
+
"gold_full_sample_in_solver_candidates_rate": 0.0,
|
| 604 |
+
"gold_selected_any_attempt_rate": 0.0
|
| 605 |
+
},
|
| 606 |
+
"router_fail_net_class_counts": {
|
| 607 |
+
"other": 15,
|
| 608 |
+
"ground": 7,
|
| 609 |
+
"VCC": 1,
|
| 610 |
+
"VDD": 4
|
| 611 |
+
},
|
| 612 |
+
"cp_sat_terminal_status_counts": {},
|
| 613 |
+
"macro_topology_exact_match_rate": null
|
| 614 |
+
},
|
| 615 |
+
"25-32": {
|
| 616 |
+
"micro_topology_exact_match_rate": 0.1111111111111111,
|
| 617 |
+
"topology_exact_match_rate": 0.1111111111111111,
|
| 618 |
+
"placement_overlap_rate": 0.5,
|
| 619 |
+
"mean_crossings": 0.0,
|
| 620 |
+
"mean_bends": 56.5,
|
| 621 |
+
"mean_manhattan_wire_length": 995.5,
|
| 622 |
+
"mean_canvas_area_used": 63923.0,
|
| 623 |
+
"accepted": 2,
|
| 624 |
+
"total": 18,
|
| 625 |
+
"overlap_count": 1,
|
| 626 |
+
"overlap_pairs_total": 1,
|
| 627 |
+
"crossings_total": 0.0,
|
| 628 |
+
"bends_total": 113.0,
|
| 629 |
+
"wire_length_total": 1991.0,
|
| 630 |
+
"canvas_area_total": 127846.0,
|
| 631 |
+
"topology_failures": 16,
|
| 632 |
+
"status_counts": {
|
| 633 |
+
"router_fail": 16,
|
| 634 |
+
"accepted": 2
|
| 635 |
+
},
|
| 636 |
+
"failure_reason_counts": {
|
| 637 |
+
"router_fail": 16
|
| 638 |
+
},
|
| 639 |
+
"score_tuple": [
|
| 640 |
+
16,
|
| 641 |
+
1,
|
| 642 |
+
113.0,
|
| 643 |
+
1991.0,
|
| 644 |
+
127846.0
|
| 645 |
+
],
|
| 646 |
+
"diagnostic_counts": {
|
| 647 |
+
"gold_samples": 18,
|
| 648 |
+
"gold_components": 519,
|
| 649 |
+
"x_top4_hits": 0,
|
| 650 |
+
"x_top8_hits": 0,
|
| 651 |
+
"y_top4_hits": 0,
|
| 652 |
+
"y_top8_hits": 0,
|
| 653 |
+
"rot_top2_hits": 0,
|
| 654 |
+
"rot_top4_hits": 0,
|
| 655 |
+
"gold_component_in_cartesian_hits": 0,
|
| 656 |
+
"gold_component_in_solver_hits": 0
|
| 657 |
+
},
|
| 658 |
+
"diagnostics": {
|
| 659 |
+
"gold_samples": 18,
|
| 660 |
+
"gold_components": 519,
|
| 661 |
+
"gold_x_top4_recall": 0.0,
|
| 662 |
+
"gold_x_top8_recall": 0.0,
|
| 663 |
+
"gold_y_top4_recall": 0.0,
|
| 664 |
+
"gold_y_top8_recall": 0.0,
|
| 665 |
+
"gold_rot_top2_recall": 0.0,
|
| 666 |
+
"gold_rot_top4_recall": 0.0,
|
| 667 |
+
"gold_component_in_cartesian_shortlist_rate": 0.0,
|
| 668 |
+
"gold_component_in_solver_candidates_rate": 0.0,
|
| 669 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.0,
|
| 670 |
+
"gold_full_sample_in_solver_candidates_rate": 0.0,
|
| 671 |
+
"gold_selected_any_attempt_rate": 0.0
|
| 672 |
+
},
|
| 673 |
+
"router_fail_net_class_counts": {
|
| 674 |
+
"ground": 13,
|
| 675 |
+
"other": 3
|
| 676 |
+
},
|
| 677 |
+
"cp_sat_terminal_status_counts": {},
|
| 678 |
+
"macro_topology_exact_match_rate": null
|
| 679 |
+
},
|
| 680 |
+
"33-48": {
|
| 681 |
+
"micro_topology_exact_match_rate": 0.022058823529411766,
|
| 682 |
+
"topology_exact_match_rate": 0.022058823529411766,
|
| 683 |
+
"placement_overlap_rate": 1.0,
|
| 684 |
+
"mean_crossings": 0.0,
|
| 685 |
+
"mean_bends": 36.333333333333336,
|
| 686 |
+
"mean_manhattan_wire_length": 631.3333333333334,
|
| 687 |
+
"mean_canvas_area_used": 64341.333333333336,
|
| 688 |
+
"accepted": 3,
|
| 689 |
+
"total": 136,
|
| 690 |
+
"overlap_count": 3,
|
| 691 |
+
"overlap_pairs_total": 8,
|
| 692 |
+
"crossings_total": 0.0,
|
| 693 |
+
"bends_total": 109.0,
|
| 694 |
+
"wire_length_total": 1894.0,
|
| 695 |
+
"canvas_area_total": 193024.0,
|
| 696 |
+
"topology_failures": 133,
|
| 697 |
+
"status_counts": {
|
| 698 |
+
"router_fail": 133,
|
| 699 |
+
"accepted": 3
|
| 700 |
+
},
|
| 701 |
+
"failure_reason_counts": {
|
| 702 |
+
"router_fail": 133
|
| 703 |
+
},
|
| 704 |
+
"score_tuple": [
|
| 705 |
+
133,
|
| 706 |
+
8,
|
| 707 |
+
109.0,
|
| 708 |
+
1894.0,
|
| 709 |
+
193024.0
|
| 710 |
+
],
|
| 711 |
+
"diagnostic_counts": {
|
| 712 |
+
"gold_samples": 136,
|
| 713 |
+
"gold_components": 5488,
|
| 714 |
+
"x_top4_hits": 0,
|
| 715 |
+
"x_top8_hits": 0,
|
| 716 |
+
"y_top4_hits": 0,
|
| 717 |
+
"y_top8_hits": 0,
|
| 718 |
+
"rot_top2_hits": 0,
|
| 719 |
+
"rot_top4_hits": 0,
|
| 720 |
+
"gold_component_in_cartesian_hits": 0,
|
| 721 |
+
"gold_component_in_solver_hits": 0
|
| 722 |
+
},
|
| 723 |
+
"diagnostics": {
|
| 724 |
+
"gold_samples": 136,
|
| 725 |
+
"gold_components": 5488,
|
| 726 |
+
"gold_x_top4_recall": 0.0,
|
| 727 |
+
"gold_x_top8_recall": 0.0,
|
| 728 |
+
"gold_y_top4_recall": 0.0,
|
| 729 |
+
"gold_y_top8_recall": 0.0,
|
| 730 |
+
"gold_rot_top2_recall": 0.0,
|
| 731 |
+
"gold_rot_top4_recall": 0.0,
|
| 732 |
+
"gold_component_in_cartesian_shortlist_rate": 0.0,
|
| 733 |
+
"gold_component_in_solver_candidates_rate": 0.0,
|
| 734 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.0,
|
| 735 |
+
"gold_full_sample_in_solver_candidates_rate": 0.0,
|
| 736 |
+
"gold_selected_any_attempt_rate": 0.0
|
| 737 |
+
},
|
| 738 |
+
"router_fail_net_class_counts": {
|
| 739 |
+
"ground": 86,
|
| 740 |
+
"other": 20,
|
| 741 |
+
"VDD": 27
|
| 742 |
+
},
|
| 743 |
+
"cp_sat_terminal_status_counts": {},
|
| 744 |
+
"macro_topology_exact_match_rate": null
|
| 745 |
+
},
|
| 746 |
+
"49-64": {
|
| 747 |
+
"micro_topology_exact_match_rate": 0.0196078431372549,
|
| 748 |
+
"topology_exact_match_rate": 0.0196078431372549,
|
| 749 |
+
"placement_overlap_rate": 0.5,
|
| 750 |
+
"mean_crossings": 0.0,
|
| 751 |
+
"mean_bends": 53.5,
|
| 752 |
+
"mean_manhattan_wire_length": 1676.0,
|
| 753 |
+
"mean_canvas_area_used": 59068.5,
|
| 754 |
+
"accepted": 2,
|
| 755 |
+
"total": 102,
|
| 756 |
+
"overlap_count": 1,
|
| 757 |
+
"overlap_pairs_total": 15,
|
| 758 |
+
"crossings_total": 0.0,
|
| 759 |
+
"bends_total": 107.0,
|
| 760 |
+
"wire_length_total": 3352.0,
|
| 761 |
+
"canvas_area_total": 118137.0,
|
| 762 |
+
"topology_failures": 100,
|
| 763 |
+
"status_counts": {
|
| 764 |
+
"router_fail": 100,
|
| 765 |
+
"accepted": 2
|
| 766 |
+
},
|
| 767 |
+
"failure_reason_counts": {
|
| 768 |
+
"router_fail": 100
|
| 769 |
+
},
|
| 770 |
+
"score_tuple": [
|
| 771 |
+
100,
|
| 772 |
+
15,
|
| 773 |
+
107.0,
|
| 774 |
+
3352.0,
|
| 775 |
+
118137.0
|
| 776 |
+
],
|
| 777 |
+
"diagnostic_counts": {
|
| 778 |
+
"gold_samples": 102,
|
| 779 |
+
"gold_components": 5677,
|
| 780 |
+
"x_top4_hits": 0,
|
| 781 |
+
"x_top8_hits": 0,
|
| 782 |
+
"y_top4_hits": 0,
|
| 783 |
+
"y_top8_hits": 0,
|
| 784 |
+
"rot_top2_hits": 0,
|
| 785 |
+
"rot_top4_hits": 0,
|
| 786 |
+
"gold_component_in_cartesian_hits": 0,
|
| 787 |
+
"gold_component_in_solver_hits": 0
|
| 788 |
+
},
|
| 789 |
+
"diagnostics": {
|
| 790 |
+
"gold_samples": 102,
|
| 791 |
+
"gold_components": 5677,
|
| 792 |
+
"gold_x_top4_recall": 0.0,
|
| 793 |
+
"gold_x_top8_recall": 0.0,
|
| 794 |
+
"gold_y_top4_recall": 0.0,
|
| 795 |
+
"gold_y_top8_recall": 0.0,
|
| 796 |
+
"gold_rot_top2_recall": 0.0,
|
| 797 |
+
"gold_rot_top4_recall": 0.0,
|
| 798 |
+
"gold_component_in_cartesian_shortlist_rate": 0.0,
|
| 799 |
+
"gold_component_in_solver_candidates_rate": 0.0,
|
| 800 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.0,
|
| 801 |
+
"gold_full_sample_in_solver_candidates_rate": 0.0,
|
| 802 |
+
"gold_selected_any_attempt_rate": 0.0
|
| 803 |
+
},
|
| 804 |
+
"router_fail_net_class_counts": {
|
| 805 |
+
"ground": 73,
|
| 806 |
+
"VDD": 17,
|
| 807 |
+
"other": 10
|
| 808 |
+
},
|
| 809 |
+
"cp_sat_terminal_status_counts": {},
|
| 810 |
+
"macro_topology_exact_match_rate": null
|
| 811 |
+
}
|
| 812 |
+
},
|
| 813 |
+
"evaluated_at": "2026-03-10T17:14:08Z",
|
| 814 |
+
"checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt",
|
| 815 |
+
"split": "val",
|
| 816 |
+
"manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json",
|
| 817 |
+
"manifest_size": 384,
|
| 818 |
+
"shard_index": 0,
|
| 819 |
+
"shard_count": 1,
|
| 820 |
+
"shard_sample_count": 384,
|
| 821 |
+
"sample_workers": 16,
|
| 822 |
+
"solver_workers_per_sample": 0,
|
| 823 |
+
"eval_mode": "oracle_layout",
|
| 824 |
+
"force_dataset_root": null,
|
| 825 |
+
"solve_stages": [
|
| 826 |
+
{
|
| 827 |
+
"top_x": 4,
|
| 828 |
+
"top_y": 4,
|
| 829 |
+
"top_rot": 2,
|
| 830 |
+
"max_solver_candidates": 16,
|
| 831 |
+
"cp_sat_timeout_seconds": 10.0,
|
| 832 |
+
"component_candidate_cap": 32
|
| 833 |
+
}
|
| 834 |
+
],
|
| 835 |
+
"routing_options": {
|
| 836 |
+
"placement_margin": 2,
|
| 837 |
+
"routing_block_margin": 0,
|
| 838 |
+
"pin_escape_cells": 2,
|
| 839 |
+
"trunk_first_min_degree": 3,
|
| 840 |
+
"trunk_first_priority_only": false
|
| 841 |
+
}
|
| 842 |
+
}
|
netlist_to_layout_v1/runs/routerfix-baseline-oracle-layout384-rbm0e2t3/posttrain_full_eval_tmp/step-008000/shard_00.log
ADDED
|
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
/tmp/routerfix_handoff_prepatch_20260310T165418Z/netlist_to_layout_v1/eval_shard_worker.py:43: FutureWarning: You are using `torch.load` with `weights_only=False` (the current default value), which uses the default pickle module implicitly. It is possible to construct malicious pickle data which will execute arbitrary code during unpickling (See https://github.com/pytorch/pytorch/blob/main/SECURITY.md#untrusted-models for more details). In a future release, the default value for `weights_only` will be flipped to `True`. This limits the functions that could be executed during unpickling. Arbitrary objects will no longer be allowed to be loaded via this mode unless they are explicitly allowlisted by the user via `torch.serialization.add_safe_globals`. We recommend you start setting `weights_only=True` for any use case where you don't have full control of the loaded file. Please open an issue on GitHub for any issues related to this experimental feature.
|
| 2 |
+
samples = torch.load(split_path)
|
| 3 |
+
{"eval_shard_progress": {"status": "starting", "updated_at": "2026-03-10T17:13:49Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 1, "shard_sample_count": 384, "processed": 0, "total": 384, "accepted": 0, "progress_fraction": 0.0, "samples_per_min": 0.0, "eta_min": null, "elapsed_sec": 6.9141387939453125e-06, "sample_workers": 16, "solver_workers_per_sample": 0, "last_sample_id": null, "last_graph_hash": null, "last_status": null, "last_dataset_root": null, "status_counts": {}, "failure_reason_counts": {}, "processed_by_root": {}, "accepted_by_root": {}}}
|
| 4 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:13:49Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 1, "shard_sample_count": 384, "processed": 0, "total": 384, "accepted": 0, "progress_fraction": 0.0, "samples_per_min": 0.0, "eta_min": null, "elapsed_sec": 0.06340646743774414, "sample_workers": 16, "solver_workers_per_sample": 0, "last_sample_id": null, "last_graph_hash": null, "last_status": null, "last_dataset_root": null, "status_counts": {}, "failure_reason_counts": {}, "processed_by_root": {}, "accepted_by_root": {}}}
|
| 5 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:13:54Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 1, "shard_sample_count": 384, "processed": 8, "total": 384, "accepted": 1, "progress_fraction": 0.020833333333333332, "samples_per_min": 95.69547135012184, "eta_min": 3.9291305502255756, "elapsed_sec": 5.015911340713501, "sample_workers": 16, "solver_workers_per_sample": 0, "last_sample_id": "open-schematics_hf:train-00019-of-00078.parquet:0:293", "last_graph_hash": "bcb6dc737c55e68429503adbe521178b3936fd82", "last_status": "router_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"router_fail": 7, "accepted": 1}, "failure_reason_counts": {"router_fail": 7}, "processed_by_root": {"open-schematics_hf": 7, "ltspice-spice-circuits_hf": 1}, "accepted_by_root": {"open-schematics_hf": 1}}}
|
| 6 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:13:54Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 1, "shard_sample_count": 384, "processed": 16, "total": 384, "accepted": 1, "progress_fraction": 0.041666666666666664, "samples_per_min": 180.46415920053374, "eta_min": 2.039186072349548, "elapsed_sec": 5.319615840911865, "sample_workers": 16, "solver_workers_per_sample": 0, "last_sample_id": "open-schematics_hf:train-00026-of-00078.parquet:1:442", "last_graph_hash": "51be080c5e519b75ca6ae9159a014d46ba3bbd19", "last_status": "router_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"router_fail": 15, "accepted": 1}, "failure_reason_counts": {"router_fail": 15}, "processed_by_root": {"open-schematics_hf": 13, "ltspice-spice-circuits_hf": 2, "ams-net.github.io": 1}, "accepted_by_root": {"open-schematics_hf": 1}}}
|
| 7 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:13:54Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 1, "shard_sample_count": 384, "processed": 24, "total": 384, "accepted": 1, "progress_fraction": 0.0625, "samples_per_min": 264.9494513037748, "eta_min": 1.3587497472763062, "elapsed_sec": 5.434998989105225, "sample_workers": 16, "solver_workers_per_sample": 0, "last_sample_id": "open-schematics_hf:train-00017-of-00078.parquet:0:266", "last_graph_hash": "8aad25bd30fe819f7b5f04131abd1802c15b0178", "last_status": "router_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"router_fail": 23, "accepted": 1}, "failure_reason_counts": {"router_fail": 23}, "processed_by_root": {"open-schematics_hf": 20, "ltspice-spice-circuits_hf": 3, "ams-net.github.io": 1}, "accepted_by_root": {"open-schematics_hf": 1}}}
|
| 8 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:13:55Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 1, "shard_sample_count": 384, "processed": 32, "total": 384, "accepted": 3, "progress_fraction": 0.08333333333333333, "samples_per_min": 341.00724180508234, "eta_min": 1.032236142953237, "elapsed_sec": 5.63037896156311, "sample_workers": 16, "solver_workers_per_sample": 0, "last_sample_id": "open-schematics_hf:train-00018-of-00078.parquet:1:150", "last_graph_hash": "2126c47c3057b3ad0a668d8e4142917afe341032", "last_status": "router_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"router_fail": 29, "accepted": 3}, "failure_reason_counts": {"router_fail": 29}, "processed_by_root": {"open-schematics_hf": 28, "ltspice-spice-circuits_hf": 3, "ams-net.github.io": 1}, "accepted_by_root": {"open-schematics_hf": 3}}}
|
| 9 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:13:55Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 1, "shard_sample_count": 384, "processed": 40, "total": 384, "accepted": 3, "progress_fraction": 0.10416666666666667, "samples_per_min": 404.49720586208406, "eta_min": 0.8504385073979696, "elapsed_sec": 5.933291912078857, "sample_workers": 16, "solver_workers_per_sample": 0, "last_sample_id": "open-schematics_hf:train-00027-of-00078.parquet:1:99", "last_graph_hash": "14f53f1dd20b957e4e3cda59cc7fc5e61ac46683", "last_status": "router_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"router_fail": 37, "accepted": 3}, "failure_reason_counts": {"router_fail": 37}, "processed_by_root": {"open-schematics_hf": 35, "ltspice-spice-circuits_hf": 4, "ams-net.github.io": 1}, "accepted_by_root": {"open-schematics_hf": 3}}}
|
| 10 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:13:55Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 1, "shard_sample_count": 384, "processed": 48, "total": 384, "accepted": 4, "progress_fraction": 0.125, "samples_per_min": 471.8240712234472, "eta_min": 0.7121298392613729, "elapsed_sec": 6.103970050811768, "sample_workers": 16, "solver_workers_per_sample": 0, "last_sample_id": "open-schematics_hf:train-00018-of-00078.parquet:1:133", "last_graph_hash": "3d9d7127bffe4b930ac7b51a9727eb02a4f736e2", "last_status": "router_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"router_fail": 44, "accepted": 4}, "failure_reason_counts": {"router_fail": 44}, "processed_by_root": {"open-schematics_hf": 41, "ltspice-spice-circuits_hf": 5, "ams-net.github.io": 2}, "accepted_by_root": {"open-schematics_hf": 3, "ams-net.github.io": 1}}}
|
| 11 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:13:55Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 1, "shard_sample_count": 384, "processed": 56, "total": 384, "accepted": 4, "progress_fraction": 0.14583333333333334, "samples_per_min": 541.5909025053774, "eta_min": 0.6056231714430309, "elapsed_sec": 6.203944683074951, "sample_workers": 16, "solver_workers_per_sample": 0, "last_sample_id": "open-schematics_hf:train-00012-of-00078.parquet:0:199", "last_graph_hash": "f35b447cda41451efca24cee77a7beca31c22a36", "last_status": "router_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"router_fail": 52, "accepted": 4}, "failure_reason_counts": {"router_fail": 52}, "processed_by_root": {"open-schematics_hf": 49, "ltspice-spice-circuits_hf": 5, "ams-net.github.io": 2}, "accepted_by_root": {"open-schematics_hf": 3, "ams-net.github.io": 1}}}
|
| 12 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:13:55Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 1, "shard_sample_count": 384, "processed": 64, "total": 384, "accepted": 6, "progress_fraction": 0.16666666666666666, "samples_per_min": 598.1399857837963, "eta_min": 0.5349918206532797, "elapsed_sec": 6.4199018478393555, "sample_workers": 16, "solver_workers_per_sample": 0, "last_sample_id": "open-schematics_hf:train-00026-of-00078.parquet:0:156", "last_graph_hash": "d4de35f4fc0da6b6d45b4e54a160a1d6c544fedc", "last_status": "router_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"router_fail": 58, "accepted": 6}, "failure_reason_counts": {"router_fail": 58}, "processed_by_root": {"open-schematics_hf": 56, "ltspice-spice-circuits_hf": 6, "ams-net.github.io": 2}, "accepted_by_root": {"open-schematics_hf": 4, "ams-net.github.io": 1, "ltspice-spice-circuits_hf": 1}}}
|
| 13 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:13:56Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 1, "shard_sample_count": 384, "processed": 72, "total": 384, "accepted": 6, "progress_fraction": 0.1875, "samples_per_min": 640.177774700048, "eta_min": 0.4873646232816908, "elapsed_sec": 6.7481255531311035, "sample_workers": 16, "solver_workers_per_sample": 0, "last_sample_id": "open-schematics_hf:train-00004-of-00078.parquet:0:97", "last_graph_hash": "be5074b3e07b7a861b31a023b267d775b488d236", "last_status": "router_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"router_fail": 66, "accepted": 6}, "failure_reason_counts": {"router_fail": 66}, "processed_by_root": {"open-schematics_hf": 62, "ltspice-spice-circuits_hf": 8, "ams-net.github.io": 2}, "accepted_by_root": {"open-schematics_hf": 4, "ams-net.github.io": 1, "ltspice-spice-circuits_hf": 1}}}
|
| 14 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:13:56Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 1, "shard_sample_count": 384, "processed": 80, "total": 384, "accepted": 7, "progress_fraction": 0.20833333333333334, "samples_per_min": 674.2625059927924, "eta_min": 0.450862975915273, "elapsed_sec": 7.118889093399048, "sample_workers": 16, "solver_workers_per_sample": 0, "last_sample_id": "open-schematics_hf:train-00016-of-00078.parquet:1:422", "last_graph_hash": "1c212d29681da01618ec363f47a3c13c0c8f2f59", "last_status": "router_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"router_fail": 73, "accepted": 7}, "failure_reason_counts": {"router_fail": 73}, "processed_by_root": {"open-schematics_hf": 69, "ltspice-spice-circuits_hf": 9, "ams-net.github.io": 2}, "accepted_by_root": {"open-schematics_hf": 5, "ams-net.github.io": 1, "ltspice-spice-circuits_hf": 1}}}
|
| 15 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:13:56Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 1, "shard_sample_count": 384, "processed": 88, "total": 384, "accepted": 7, "progress_fraction": 0.22916666666666666, "samples_per_min": 719.8582278211096, "eta_min": 0.41119207721768003, "elapsed_sec": 7.334777593612671, "sample_workers": 16, "solver_workers_per_sample": 0, "last_sample_id": "open-schematics_hf:train-00029-of-00078.parquet:0:512", "last_graph_hash": "4faa585560542f191ce757ea5f9a020317f8565f", "last_status": "router_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"router_fail": 81, "accepted": 7}, "failure_reason_counts": {"router_fail": 81}, "processed_by_root": {"open-schematics_hf": 75, "ltspice-spice-circuits_hf": 11, "ams-net.github.io": 2}, "accepted_by_root": {"open-schematics_hf": 5, "ams-net.github.io": 1, "ltspice-spice-circuits_hf": 1}}}
|
| 16 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:13:56Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 1, "shard_sample_count": 384, "processed": 96, "total": 384, "accepted": 8, "progress_fraction": 0.25, "samples_per_min": 775.436029344432, "eta_min": 0.3714039444923401, "elapsed_sec": 7.428078889846802, "sample_workers": 16, "solver_workers_per_sample": 0, "last_sample_id": "open-schematics_hf:train-00004-of-00078.parquet:0:137", "last_graph_hash": "ad033981c6f775010c1ec69c9d5aa302921ff91d", "last_status": "router_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"router_fail": 88, "accepted": 8}, "failure_reason_counts": {"router_fail": 88}, "processed_by_root": {"open-schematics_hf": 82, "ltspice-spice-circuits_hf": 11, "ams-net.github.io": 3}, "accepted_by_root": {"open-schematics_hf": 6, "ams-net.github.io": 1, "ltspice-spice-circuits_hf": 1}}}
|
| 17 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:13:57Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 1, "shard_sample_count": 384, "processed": 104, "total": 384, "accepted": 8, "progress_fraction": 0.2708333333333333, "samples_per_min": 805.6014412171154, "eta_min": 0.347566408988757, "elapsed_sec": 7.745765686035156, "sample_workers": 16, "solver_workers_per_sample": 0, "last_sample_id": "ltspice-spice-circuits_hf:train-00000-of-00001.parquet:0:14708", "last_graph_hash": "f4d97cedd8e28908ef9a6fad541bce6ef699724b", "last_status": "router_fail", "last_dataset_root": "ltspice-spice-circuits_hf", "status_counts": {"router_fail": 96, "accepted": 8}, "failure_reason_counts": {"router_fail": 96}, "processed_by_root": {"open-schematics_hf": 86, "ltspice-spice-circuits_hf": 15, "ams-net.github.io": 3}, "accepted_by_root": {"open-schematics_hf": 6, "ams-net.github.io": 1, "ltspice-spice-circuits_hf": 1}}}
|
| 18 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:13:57Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 1, "shard_sample_count": 384, "processed": 112, "total": 384, "accepted": 9, "progress_fraction": 0.2916666666666667, "samples_per_min": 846.4940093426997, "eta_min": 0.3213253691082909, "elapsed_sec": 7.938626766204834, "sample_workers": 16, "solver_workers_per_sample": 0, "last_sample_id": "open-schematics_hf:train-00003-of-00078.parquet:1:240", "last_graph_hash": "9096878581554880a9a78d153f614e0bd68ff869", "last_status": "router_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"router_fail": 103, "accepted": 9}, "failure_reason_counts": {"router_fail": 103}, "processed_by_root": {"open-schematics_hf": 93, "ltspice-spice-circuits_hf": 16, "ams-net.github.io": 3}, "accepted_by_root": {"open-schematics_hf": 7, "ams-net.github.io": 1, "ltspice-spice-circuits_hf": 1}}}
|
| 19 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:13:57Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 1, "shard_sample_count": 384, "processed": 120, "total": 384, "accepted": 10, "progress_fraction": 0.3125, "samples_per_min": 887.550462386659, "eta_min": 0.2974478761355082, "elapsed_sec": 8.112214803695679, "sample_workers": 16, "solver_workers_per_sample": 0, "last_sample_id": "ams-net.github.io:279", "last_graph_hash": "9d38010bd25b25e5d4c0b6eebf9f704599ea9b6b", "last_status": "router_fail", "last_dataset_root": "ams-net.github.io", "status_counts": {"router_fail": 110, "accepted": 10}, "failure_reason_counts": {"router_fail": 110}, "processed_by_root": {"open-schematics_hf": 98, "ltspice-spice-circuits_hf": 18, "ams-net.github.io": 4}, "accepted_by_root": {"open-schematics_hf": 8, "ams-net.github.io": 1, "ltspice-spice-circuits_hf": 1}}}
|
| 20 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:13:58Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 1, "shard_sample_count": 384, "processed": 128, "total": 384, "accepted": 11, "progress_fraction": 0.3333333333333333, "samples_per_min": 901.7101122327967, "eta_min": 0.2839049895604452, "elapsed_sec": 8.517149686813354, "sample_workers": 16, "solver_workers_per_sample": 0, "last_sample_id": "open-schematics_hf:train-00028-of-00078.parquet:0:304", "last_graph_hash": "dae1ec5da96785aee67966dd52f23f31cc59abba", "last_status": "router_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"router_fail": 117, "accepted": 11}, "failure_reason_counts": {"router_fail": 117}, "processed_by_root": {"open-schematics_hf": 103, "ltspice-spice-circuits_hf": 20, "ams-net.github.io": 5}, "accepted_by_root": {"open-schematics_hf": 8, "ams-net.github.io": 2, "ltspice-spice-circuits_hf": 1}}}
|
| 21 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:13:58Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 1, "shard_sample_count": 384, "processed": 136, "total": 384, "accepted": 13, "progress_fraction": 0.3541666666666667, "samples_per_min": 943.9409809362677, "eta_min": 0.2627282902306201, "elapsed_sec": 8.64460825920105, "sample_workers": 16, "solver_workers_per_sample": 0, "last_sample_id": "ams-net.github.io:271", "last_graph_hash": "126ef261bd11319ea3cfdd0f0f7846974b3b535f", "last_status": "accepted", "last_dataset_root": "ams-net.github.io", "status_counts": {"router_fail": 123, "accepted": 13}, "failure_reason_counts": {"router_fail": 123}, "processed_by_root": {"open-schematics_hf": 107, "ltspice-spice-circuits_hf": 23, "ams-net.github.io": 6}, "accepted_by_root": {"open-schematics_hf": 9, "ams-net.github.io": 3, "ltspice-spice-circuits_hf": 1}}}
|
| 22 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:13:58Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 1, "shard_sample_count": 384, "processed": 144, "total": 384, "accepted": 15, "progress_fraction": 0.375, "samples_per_min": 978.9092441057574, "eta_min": 0.24517083830303618, "elapsed_sec": 8.826150178909302, "sample_workers": 16, "solver_workers_per_sample": 0, "last_sample_id": "open-schematics_hf:train-00027-of-00078.parquet:1:410", "last_graph_hash": "b7f0b5c1523eecb6382006f0b1d3e76ab01855f1", "last_status": "accepted", "last_dataset_root": "open-schematics_hf", "status_counts": {"router_fail": 129, "accepted": 15}, "failure_reason_counts": {"router_fail": 129}, "processed_by_root": {"open-schematics_hf": 112, "ltspice-spice-circuits_hf": 25, "ams-net.github.io": 7}, "accepted_by_root": {"open-schematics_hf": 10, "ams-net.github.io": 4, "ltspice-spice-circuits_hf": 1}}}
|
| 23 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:13:58Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 1, "shard_sample_count": 384, "processed": 152, "total": 384, "accepted": 15, "progress_fraction": 0.3958333333333333, "samples_per_min": 1009.3317803739067, "eta_min": 0.2298550432188469, "elapsed_sec": 9.035681009292603, "sample_workers": 16, "solver_workers_per_sample": 0, "last_sample_id": "ltspice-spice-circuits_hf:train-00000-of-00001.parquet:1:19887", "last_graph_hash": "27b190ec1dc240013ae07bf8f1d9b6103ba87597", "last_status": "router_fail", "last_dataset_root": "ltspice-spice-circuits_hf", "status_counts": {"router_fail": 137, "accepted": 15}, "failure_reason_counts": {"router_fail": 137}, "processed_by_root": {"open-schematics_hf": 118, "ltspice-spice-circuits_hf": 27, "ams-net.github.io": 7}, "accepted_by_root": {"open-schematics_hf": 10, "ams-net.github.io": 4, "ltspice-spice-circuits_hf": 1}}}
|
| 24 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:13:58Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 1, "shard_sample_count": 384, "processed": 160, "total": 384, "accepted": 17, "progress_fraction": 0.4166666666666667, "samples_per_min": 1031.5200576099332, "eta_min": 0.21715525388717652, "elapsed_sec": 9.30665373802185, "sample_workers": 16, "solver_workers_per_sample": 0, "last_sample_id": "open-schematics_hf:train-00008-of-00078.parquet:1:398", "last_graph_hash": "819e1be84ec42b08aa007f8a1cb431c68d6026ae", "last_status": "router_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"router_fail": 143, "accepted": 17}, "failure_reason_counts": {"router_fail": 143}, "processed_by_root": {"open-schematics_hf": 123, "ltspice-spice-circuits_hf": 29, "ams-net.github.io": 8}, "accepted_by_root": {"open-schematics_hf": 10, "ams-net.github.io": 4, "ltspice-spice-circuits_hf": 3}}}
|
| 25 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:13:59Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 1, "shard_sample_count": 384, "processed": 168, "total": 384, "accepted": 18, "progress_fraction": 0.4375, "samples_per_min": 1060.1183806736256, "eta_min": 0.20375083003725322, "elapsed_sec": 9.508372068405151, "sample_workers": 16, "solver_workers_per_sample": 0, "last_sample_id": "open-schematics_hf:train-00018-of-00078.parquet:1:204", "last_graph_hash": "a07061accc2a20468aa2a684aba6c26c5a4805f3", "last_status": "router_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"router_fail": 150, "accepted": 18}, "failure_reason_counts": {"router_fail": 150}, "processed_by_root": {"open-schematics_hf": 128, "ltspice-spice-circuits_hf": 31, "ams-net.github.io": 9}, "accepted_by_root": {"open-schematics_hf": 10, "ams-net.github.io": 5, "ltspice-spice-circuits_hf": 3}}}
|
| 26 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:13:59Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 1, "shard_sample_count": 384, "processed": 176, "total": 384, "accepted": 18, "progress_fraction": 0.4583333333333333, "samples_per_min": 1085.239043745631, "eta_min": 0.19166284257715396, "elapsed_sec": 9.73057508468628, "sample_workers": 16, "solver_workers_per_sample": 0, "last_sample_id": "open-schematics_hf:train-00001-of-00078.parquet:0:484", "last_graph_hash": "db7332fccf39386301ec3a8721139efb8fe0f246", "last_status": "router_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"router_fail": 158, "accepted": 18}, "failure_reason_counts": {"router_fail": 158}, "processed_by_root": {"open-schematics_hf": 135, "ltspice-spice-circuits_hf": 32, "ams-net.github.io": 9}, "accepted_by_root": {"open-schematics_hf": 10, "ams-net.github.io": 5, "ltspice-spice-circuits_hf": 3}}}
|
| 27 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:13:59Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 1, "shard_sample_count": 384, "processed": 184, "total": 384, "accepted": 19, "progress_fraction": 0.4791666666666667, "samples_per_min": 1126.2466187147788, "eta_min": 0.17758099929146146, "elapsed_sec": 9.802471160888672, "sample_workers": 16, "solver_workers_per_sample": 0, "last_sample_id": "open-schematics_hf:train-00000-of-00078.parquet:1:374", "last_graph_hash": "d4d4362f3aca7d8b6b6570df51aa5ae021e6d4fa", "last_status": "router_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"router_fail": 165, "accepted": 19}, "failure_reason_counts": {"router_fail": 165}, "processed_by_root": {"open-schematics_hf": 141, "ltspice-spice-circuits_hf": 33, "ams-net.github.io": 10}, "accepted_by_root": {"open-schematics_hf": 10, "ams-net.github.io": 6, "ltspice-spice-circuits_hf": 3}}}
|
| 28 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:13:59Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 1, "shard_sample_count": 384, "processed": 192, "total": 384, "accepted": 20, "progress_fraction": 0.5, "samples_per_min": 1170.6358189923221, "eta_min": 0.1640134334564209, "elapsed_sec": 9.840806007385254, "sample_workers": 16, "solver_workers_per_sample": 0, "last_sample_id": "open-schematics_hf:train-00017-of-00078.parquet:0:245", "last_graph_hash": "188b507f5ded25d6bbef8f80ead17a05baf634b8", "last_status": "router_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"router_fail": 172, "accepted": 20}, "failure_reason_counts": {"router_fail": 172}, "processed_by_root": {"open-schematics_hf": 147, "ltspice-spice-circuits_hf": 34, "ams-net.github.io": 11}, "accepted_by_root": {"open-schematics_hf": 10, "ams-net.github.io": 7, "ltspice-spice-circuits_hf": 3}}}
|
| 29 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:13:59Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 1, "shard_sample_count": 384, "processed": 200, "total": 384, "accepted": 20, "progress_fraction": 0.5208333333333334, "samples_per_min": 1194.7998638072456, "eta_min": 0.15400068712234496, "elapsed_sec": 10.043523073196411, "sample_workers": 16, "solver_workers_per_sample": 0, "last_sample_id": "ltspice-spice-circuits_hf:train-00000-of-00001.parquet:1:20067", "last_graph_hash": "23bd253d84d095fd569c68fd519df92c89608487", "last_status": "router_fail", "last_dataset_root": "ltspice-spice-circuits_hf", "status_counts": {"router_fail": 180, "accepted": 20}, "failure_reason_counts": {"router_fail": 180}, "processed_by_root": {"open-schematics_hf": 151, "ltspice-spice-circuits_hf": 38, "ams-net.github.io": 11}, "accepted_by_root": {"open-schematics_hf": 10, "ams-net.github.io": 7, "ltspice-spice-circuits_hf": 3}}}
|
| 30 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:13:59Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 1, "shard_sample_count": 384, "processed": 208, "total": 384, "accepted": 20, "progress_fraction": 0.5416666666666666, "samples_per_min": 1194.8473341199015, "eta_min": 0.14729915276551858, "elapsed_sec": 10.444849014282227, "sample_workers": 16, "solver_workers_per_sample": 0, "last_sample_id": "open-schematics_hf:train-00009-of-00078.parquet:0:293", "last_graph_hash": "2c9268d4ffe4bef10d8e4a760d4cfd6ffb04670a", "last_status": "router_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"router_fail": 188, "accepted": 20}, "failure_reason_counts": {"router_fail": 188}, "processed_by_root": {"open-schematics_hf": 158, "ltspice-spice-circuits_hf": 39, "ams-net.github.io": 11}, "accepted_by_root": {"open-schematics_hf": 10, "ams-net.github.io": 7, "ltspice-spice-circuits_hf": 3}}}
|
| 31 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:14:00Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 1, "shard_sample_count": 384, "processed": 216, "total": 384, "accepted": 21, "progress_fraction": 0.5625, "samples_per_min": 1218.2899741530546, "eta_min": 0.13789820450323598, "elapsed_sec": 10.637861490249634, "sample_workers": 16, "solver_workers_per_sample": 0, "last_sample_id": "open-schematics_hf:train-00027-of-00078.parquet:0:25", "last_graph_hash": "986b08a4c19424f856d271fe50891304c625b451", "last_status": "router_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"router_fail": 195, "accepted": 21}, "failure_reason_counts": {"router_fail": 195}, "processed_by_root": {"open-schematics_hf": 165, "ltspice-spice-circuits_hf": 40, "ams-net.github.io": 11}, "accepted_by_root": {"open-schematics_hf": 11, "ams-net.github.io": 7, "ltspice-spice-circuits_hf": 3}}}
|
| 32 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:14:00Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 1, "shard_sample_count": 384, "processed": 224, "total": 384, "accepted": 22, "progress_fraction": 0.5833333333333334, "samples_per_min": 1228.910313473748, "eta_min": 0.13019664514632454, "elapsed_sec": 10.93651819229126, "sample_workers": 16, "solver_workers_per_sample": 0, "last_sample_id": "open-schematics_hf:train-00003-of-00078.parquet:0:326", "last_graph_hash": "abb23cbf2315891db901615d41ce19cc61432ab3", "last_status": "router_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"router_fail": 202, "accepted": 22}, "failure_reason_counts": {"router_fail": 202}, "processed_by_root": {"open-schematics_hf": 169, "ltspice-spice-circuits_hf": 44, "ams-net.github.io": 11}, "accepted_by_root": {"open-schematics_hf": 11, "ams-net.github.io": 7, "ltspice-spice-circuits_hf": 4}}}
|
| 33 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:14:00Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 1, "shard_sample_count": 384, "processed": 232, "total": 384, "accepted": 23, "progress_fraction": 0.6041666666666666, "samples_per_min": 1260.997561663377, "eta_min": 0.12053948764143319, "elapsed_sec": 11.03887939453125, "sample_workers": 16, "solver_workers_per_sample": 0, "last_sample_id": "open-schematics_hf:train-00014-of-00078.parquet:0:163", "last_graph_hash": "242a0007fc7a9997c7a630a541f328e4a8fde74d", "last_status": "router_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"router_fail": 209, "accepted": 23}, "failure_reason_counts": {"router_fail": 209}, "processed_by_root": {"open-schematics_hf": 174, "ltspice-spice-circuits_hf": 46, "ams-net.github.io": 12}, "accepted_by_root": {"open-schematics_hf": 11, "ams-net.github.io": 7, "ltspice-spice-circuits_hf": 5}}}
|
| 34 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:14:00Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 1, "shard_sample_count": 384, "processed": 240, "total": 384, "accepted": 23, "progress_fraction": 0.625, "samples_per_min": 1262.7659162547418, "eta_min": 0.11403538703918456, "elapsed_sec": 11.403538703918457, "sample_workers": 16, "solver_workers_per_sample": 0, "last_sample_id": "ltspice-spice-circuits_hf:train-00000-of-00001.parquet:1:2345", "last_graph_hash": "c7fa0139344f2840bc44fec68a4162d56a634f7d", "last_status": "router_fail", "last_dataset_root": "ltspice-spice-circuits_hf", "status_counts": {"router_fail": 217, "accepted": 23}, "failure_reason_counts": {"router_fail": 217}, "processed_by_root": {"open-schematics_hf": 179, "ltspice-spice-circuits_hf": 49, "ams-net.github.io": 12}, "accepted_by_root": {"open-schematics_hf": 11, "ams-net.github.io": 7, "ltspice-spice-circuits_hf": 5}}}
|
| 35 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:14:00Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 1, "shard_sample_count": 384, "processed": 248, "total": 384, "accepted": 23, "progress_fraction": 0.6458333333333334, "samples_per_min": 1300.216524549853, "eta_min": 0.1045979630562567, "elapsed_sec": 11.444247722625732, "sample_workers": 16, "solver_workers_per_sample": 0, "last_sample_id": "open-schematics_hf:train-00010-of-00078.parquet:0:92", "last_graph_hash": "a7eb32a4357caa019f7c3712c2eca35a24bb43f8", "last_status": "router_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"router_fail": 225, "accepted": 23}, "failure_reason_counts": {"router_fail": 225}, "processed_by_root": {"open-schematics_hf": 186, "ltspice-spice-circuits_hf": 50, "ams-net.github.io": 12}, "accepted_by_root": {"open-schematics_hf": 11, "ams-net.github.io": 7, "ltspice-spice-circuits_hf": 5}}}
|
| 36 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:14:01Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 1, "shard_sample_count": 384, "processed": 256, "total": 384, "accepted": 25, "progress_fraction": 0.6666666666666666, "samples_per_min": 1309.6056681750472, "eta_min": 0.09773934483528136, "elapsed_sec": 11.728721380233765, "sample_workers": 16, "solver_workers_per_sample": 0, "last_sample_id": "open-schematics_hf:train-00006-of-00078.parquet:1:267", "last_graph_hash": "e33db96d684f3286054c4c1f06013c6001292c54", "last_status": "router_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"router_fail": 231, "accepted": 25}, "failure_reason_counts": {"router_fail": 231}, "processed_by_root": {"open-schematics_hf": 192, "ltspice-spice-circuits_hf": 50, "ams-net.github.io": 14}, "accepted_by_root": {"open-schematics_hf": 12, "ams-net.github.io": 8, "ltspice-spice-circuits_hf": 5}}}
|
| 37 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:14:01Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 1, "shard_sample_count": 384, "processed": 264, "total": 384, "accepted": 25, "progress_fraction": 0.6875, "samples_per_min": 1327.9819842538118, "eta_min": 0.09036267164981726, "elapsed_sec": 11.927872657775879, "sample_workers": 16, "solver_workers_per_sample": 0, "last_sample_id": "open-schematics_hf:train-00007-of-00078.parquet:0:505", "last_graph_hash": "7cc637692207d3e8617c7f9fecbfb5987fd027da", "last_status": "router_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"router_fail": 239, "accepted": 25}, "failure_reason_counts": {"router_fail": 239}, "processed_by_root": {"open-schematics_hf": 198, "ltspice-spice-circuits_hf": 52, "ams-net.github.io": 14}, "accepted_by_root": {"open-schematics_hf": 12, "ams-net.github.io": 8, "ltspice-spice-circuits_hf": 5}}}
|
| 38 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:14:01Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 1, "shard_sample_count": 384, "processed": 272, "total": 384, "accepted": 26, "progress_fraction": 0.7083333333333334, "samples_per_min": 1336.3685053600643, "eta_min": 0.08380921845342598, "elapsed_sec": 12.212200403213501, "sample_workers": 16, "solver_workers_per_sample": 0, "last_sample_id": "open-schematics_hf:train-00011-of-00078.parquet:0:137", "last_graph_hash": "b16ae89ba655749fc96f6d03a01cd19e3caab0c1", "last_status": "router_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"router_fail": 246, "accepted": 26}, "failure_reason_counts": {"router_fail": 246}, "processed_by_root": {"open-schematics_hf": 203, "ltspice-spice-circuits_hf": 55, "ams-net.github.io": 14}, "accepted_by_root": {"open-schematics_hf": 13, "ams-net.github.io": 8, "ltspice-spice-circuits_hf": 5}}}
|
| 39 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:14:01Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 1, "shard_sample_count": 384, "processed": 280, "total": 384, "accepted": 27, "progress_fraction": 0.7291666666666666, "samples_per_min": 1354.3103790090188, "eta_min": 0.07679185038521176, "elapsed_sec": 12.404837369918823, "sample_workers": 16, "solver_workers_per_sample": 0, "last_sample_id": "open-schematics_hf:train-00003-of-00078.parquet:0:469", "last_graph_hash": "bb467d546a0b28adb2ba89991f82e8379c71f845", "last_status": "router_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"router_fail": 253, "accepted": 27}, "failure_reason_counts": {"router_fail": 253}, "processed_by_root": {"open-schematics_hf": 208, "ltspice-spice-circuits_hf": 58, "ams-net.github.io": 14}, "accepted_by_root": {"open-schematics_hf": 14, "ams-net.github.io": 8, "ltspice-spice-circuits_hf": 5}}}
|
| 40 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:14:02Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 1, "shard_sample_count": 384, "processed": 288, "total": 384, "accepted": 27, "progress_fraction": 0.75, "samples_per_min": 1378.955950414143, "eta_min": 0.06961788733800252, "elapsed_sec": 12.531219720840454, "sample_workers": 16, "solver_workers_per_sample": 0, "last_sample_id": "open-schematics_hf:train-00015-of-00078.parquet:0:69", "last_graph_hash": "174b2b77c1f504c627acb9b5a077ebd5e28c8ece", "last_status": "router_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"router_fail": 261, "accepted": 27}, "failure_reason_counts": {"router_fail": 261}, "processed_by_root": {"open-schematics_hf": 213, "ltspice-spice-circuits_hf": 61, "ams-net.github.io": 14}, "accepted_by_root": {"open-schematics_hf": 14, "ams-net.github.io": 8, "ltspice-spice-circuits_hf": 5}}}
|
| 41 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:14:02Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 1, "shard_sample_count": 384, "processed": 296, "total": 384, "accepted": 27, "progress_fraction": 0.7708333333333334, "samples_per_min": 1387.5007546510926, "eta_min": 0.06342338892790648, "elapsed_sec": 12.79999303817749, "sample_workers": 16, "solver_workers_per_sample": 0, "last_sample_id": "open-schematics_hf:train-00007-of-00078.parquet:0:260", "last_graph_hash": "8e6e7cdc6c869178f7d3702870cf7eea1ccd816d", "last_status": "router_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"router_fail": 269, "accepted": 27}, "failure_reason_counts": {"router_fail": 269}, "processed_by_root": {"open-schematics_hf": 218, "ltspice-spice-circuits_hf": 64, "ams-net.github.io": 14}, "accepted_by_root": {"open-schematics_hf": 14, "ams-net.github.io": 8, "ltspice-spice-circuits_hf": 5}}}
|
| 42 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:14:02Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 1, "shard_sample_count": 384, "processed": 304, "total": 384, "accepted": 27, "progress_fraction": 0.7916666666666666, "samples_per_min": 1422.0745158291265, "eta_min": 0.056255842510022615, "elapsed_sec": 12.826332092285156, "sample_workers": 16, "solver_workers_per_sample": 0, "last_sample_id": "open-schematics_hf:train-00018-of-00078.parquet:1:171", "last_graph_hash": "34a261c9ae128b2f2a0dba3802cc03493c530fb1", "last_status": "router_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"router_fail": 277, "accepted": 27}, "failure_reason_counts": {"router_fail": 277}, "processed_by_root": {"open-schematics_hf": 225, "ltspice-spice-circuits_hf": 65, "ams-net.github.io": 14}, "accepted_by_root": {"open-schematics_hf": 14, "ams-net.github.io": 8, "ltspice-spice-circuits_hf": 5}}}
|
| 43 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:14:02Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 1, "shard_sample_count": 384, "processed": 312, "total": 384, "accepted": 27, "progress_fraction": 0.8125, "samples_per_min": 1437.5352862924865, "eta_min": 0.0500857270680941, "elapsed_sec": 13.022289037704468, "sample_workers": 16, "solver_workers_per_sample": 0, "last_sample_id": "open-schematics_hf:train-00009-of-00078.parquet:1:405", "last_graph_hash": "9a51e8e1db98e67c6b0841adc2ee418cb5570ba3", "last_status": "router_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"router_fail": 285, "accepted": 27}, "failure_reason_counts": {"router_fail": 285}, "processed_by_root": {"open-schematics_hf": 231, "ltspice-spice-circuits_hf": 66, "ams-net.github.io": 15}, "accepted_by_root": {"open-schematics_hf": 14, "ams-net.github.io": 8, "ltspice-spice-circuits_hf": 5}}}
|
| 44 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:14:02Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 1, "shard_sample_count": 384, "processed": 320, "total": 384, "accepted": 27, "progress_fraction": 0.8333333333333334, "samples_per_min": 1454.511217655217, "eta_min": 0.04400103569030762, "elapsed_sec": 13.200310707092285, "sample_workers": 16, "solver_workers_per_sample": 0, "last_sample_id": "ams-net.github.io:654", "last_graph_hash": "2fd1db9cad8adfe8362288b1e49a2c79cbd67328", "last_status": "router_fail", "last_dataset_root": "ams-net.github.io", "status_counts": {"router_fail": 293, "accepted": 27}, "failure_reason_counts": {"router_fail": 293}, "processed_by_root": {"open-schematics_hf": 235, "ltspice-spice-circuits_hf": 68, "ams-net.github.io": 17}, "accepted_by_root": {"open-schematics_hf": 14, "ams-net.github.io": 8, "ltspice-spice-circuits_hf": 5}}}
|
| 45 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:14:03Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 1, "shard_sample_count": 384, "processed": 328, "total": 384, "accepted": 28, "progress_fraction": 0.8541666666666666, "samples_per_min": 1456.589932323121, "eta_min": 0.038445961184617954, "elapsed_sec": 13.511009216308594, "sample_workers": 16, "solver_workers_per_sample": 0, "last_sample_id": "open-schematics_hf:train-00019-of-00078.parquet:1:80", "last_graph_hash": "d63eb8ecc5c2430525429e6e9c7090961c42a06a", "last_status": "accepted", "last_dataset_root": "open-schematics_hf", "status_counts": {"router_fail": 300, "accepted": 28}, "failure_reason_counts": {"router_fail": 300}, "processed_by_root": {"open-schematics_hf": 242, "ltspice-spice-circuits_hf": 69, "ams-net.github.io": 17}, "accepted_by_root": {"open-schematics_hf": 15, "ams-net.github.io": 8, "ltspice-spice-circuits_hf": 5}}}
|
| 46 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:14:03Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 1, "shard_sample_count": 384, "processed": 336, "total": 384, "accepted": 28, "progress_fraction": 0.875, "samples_per_min": 1477.5270352729628, "eta_min": 0.032486715203239806, "elapsed_sec": 13.644420385360718, "sample_workers": 16, "solver_workers_per_sample": 0, "last_sample_id": "open-schematics_hf:train-00001-of-00078.parquet:0:261", "last_graph_hash": "b328fb25aabe6bcdbf64fac0bd4d197d934118f4", "last_status": "router_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"router_fail": 308, "accepted": 28}, "failure_reason_counts": {"router_fail": 308}, "processed_by_root": {"open-schematics_hf": 248, "ltspice-spice-circuits_hf": 71, "ams-net.github.io": 17}, "accepted_by_root": {"open-schematics_hf": 15, "ams-net.github.io": 8, "ltspice-spice-circuits_hf": 5}}}
|
| 47 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:14:03Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 1, "shard_sample_count": 384, "processed": 344, "total": 384, "accepted": 29, "progress_fraction": 0.8958333333333334, "samples_per_min": 1472.824083215419, "eta_min": 0.027158708535423574, "elapsed_sec": 14.013893604278564, "sample_workers": 16, "solver_workers_per_sample": 0, "last_sample_id": "open-schematics_hf:train-00032-of-00078.parquet:0:436", "last_graph_hash": "da3c0abb18f6b77bb95ebf07937cd1a8464cea59", "last_status": "router_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"router_fail": 315, "accepted": 29}, "failure_reason_counts": {"router_fail": 315}, "processed_by_root": {"open-schematics_hf": 254, "ltspice-spice-circuits_hf": 73, "ams-net.github.io": 17}, "accepted_by_root": {"open-schematics_hf": 16, "ams-net.github.io": 8, "ltspice-spice-circuits_hf": 5}}}
|
| 48 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:14:03Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 1, "shard_sample_count": 384, "processed": 352, "total": 384, "accepted": 29, "progress_fraction": 0.9166666666666666, "samples_per_min": 1485.0265764730923, "eta_min": 0.02154843590476296, "elapsed_sec": 14.221967697143555, "sample_workers": 16, "solver_workers_per_sample": 0, "last_sample_id": "open-schematics_hf:train-00010-of-00078.parquet:1:130", "last_graph_hash": "a12616789dcfb55993237b77832c35282a9717e7", "last_status": "router_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"router_fail": 323, "accepted": 29}, "failure_reason_counts": {"router_fail": 323}, "processed_by_root": {"open-schematics_hf": 260, "ltspice-spice-circuits_hf": 74, "ams-net.github.io": 18}, "accepted_by_root": {"open-schematics_hf": 16, "ams-net.github.io": 8, "ltspice-spice-circuits_hf": 5}}}
|
| 49 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:14:04Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 1, "shard_sample_count": 384, "processed": 360, "total": 384, "accepted": 29, "progress_fraction": 0.9375, "samples_per_min": 1489.1575003296064, "eta_min": 0.01611649539735582, "elapsed_sec": 14.50484585762024, "sample_workers": 16, "solver_workers_per_sample": 0, "last_sample_id": "open-schematics_hf:train-00016-of-00078.parquet:0:384", "last_graph_hash": "b75d0bcc68992a2ef864417ae89338df034df48b", "last_status": "router_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"router_fail": 331, "accepted": 29}, "failure_reason_counts": {"router_fail": 331}, "processed_by_root": {"open-schematics_hf": 266, "ltspice-spice-circuits_hf": 75, "ams-net.github.io": 19}, "accepted_by_root": {"open-schematics_hf": 16, "ams-net.github.io": 8, "ltspice-spice-circuits_hf": 5}}}
|
| 50 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:14:04Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 1, "shard_sample_count": 384, "processed": 368, "total": 384, "accepted": 29, "progress_fraction": 0.9583333333333334, "samples_per_min": 1491.7980520623166, "eta_min": 0.010725312302078027, "elapsed_sec": 14.800930976867676, "sample_workers": 16, "solver_workers_per_sample": 0, "last_sample_id": "ltspice-spice-circuits_hf:train-00000-of-00001.parquet:1:2542", "last_graph_hash": "8d7347e113af7f9b3fa12969da4dca330d97a621", "last_status": "router_fail", "last_dataset_root": "ltspice-spice-circuits_hf", "status_counts": {"router_fail": 339, "accepted": 29}, "failure_reason_counts": {"router_fail": 339}, "processed_by_root": {"open-schematics_hf": 273, "ltspice-spice-circuits_hf": 76, "ams-net.github.io": 19}, "accepted_by_root": {"open-schematics_hf": 16, "ams-net.github.io": 8, "ltspice-spice-circuits_hf": 5}}}
|
| 51 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:14:04Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 1, "shard_sample_count": 384, "processed": 376, "total": 384, "accepted": 30, "progress_fraction": 0.9791666666666666, "samples_per_min": 1502.0885154291425, "eta_min": 0.0053259178256312165, "elapsed_sec": 15.01908826828003, "sample_workers": 16, "solver_workers_per_sample": 0, "last_sample_id": "open-schematics_hf:train-00021-of-00078.parquet:0:119", "last_graph_hash": "ee5b3e8ca20cf166d76129bc00095d2660e33a6d", "last_status": "router_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"router_fail": 346, "accepted": 30}, "failure_reason_counts": {"router_fail": 346}, "processed_by_root": {"open-schematics_hf": 280, "ltspice-spice-circuits_hf": 77, "ams-net.github.io": 19}, "accepted_by_root": {"open-schematics_hf": 17, "ams-net.github.io": 8, "ltspice-spice-circuits_hf": 5}}}
|
| 52 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:14:07Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 1, "shard_sample_count": 384, "processed": 384, "total": 384, "accepted": 30, "progress_fraction": 1.0, "samples_per_min": 1308.8463798743394, "eta_min": 0.0, "elapsed_sec": 17.603288173675537, "sample_workers": 16, "solver_workers_per_sample": 0, "last_sample_id": "ltspice-spice-circuits_hf:train-00000-of-00001.parquet:1:22738", "last_graph_hash": "eb2bcefc564f0fec45c09408e84f2d6145ed3410", "last_status": "router_fail", "last_dataset_root": "ltspice-spice-circuits_hf", "status_counts": {"router_fail": 354, "accepted": 30}, "failure_reason_counts": {"router_fail": 354}, "processed_by_root": {"open-schematics_hf": 281, "ltspice-spice-circuits_hf": 84, "ams-net.github.io": 19}, "accepted_by_root": {"open-schematics_hf": 17, "ams-net.github.io": 8, "ltspice-spice-circuits_hf": 5}}}
|
| 53 |
+
{"eval_shard_progress": {"status": "completed", "updated_at": "2026-03-10T17:14:08Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 1, "shard_sample_count": 384, "processed": 384, "total": 384, "accepted": 30, "progress_fraction": 1.0, "samples_per_min": 1222.6743151149772, "eta_min": 0.0, "elapsed_sec": 18.84393882751465, "sample_workers": 16, "solver_workers_per_sample": 0, "last_sample_id": null, "last_graph_hash": null, "last_status": null, "last_dataset_root": null, "status_counts": {"router_fail": 354, "accepted": 30}, "failure_reason_counts": {"router_fail": 354}, "processed_by_root": {}, "accepted_by_root": {}}}
|
| 54 |
+
{"micro_topology_exact_match_rate": 0.078125, "topology_exact_match_rate": 0.078125, "placement_overlap_rate": 0.2, "mean_crossings": 0.0, "mean_bends": 19.4, "mean_manhattan_wire_length": 550.5666666666667, "mean_canvas_area_used": 44814.6, "accepted": 30, "total": 384, "overlap_count": 6, "overlap_pairs_total": 25, "crossings_total": 0.0, "bends_total": 582.0, "wire_length_total": 16517.0, "canvas_area_total": 1344438.0, "topology_failures": 354, "status_counts": {"router_fail": 354, "accepted": 30}, "failure_reason_counts": {"router_fail": 354}, "score_tuple": [354, 25, 582.0, 16517.0, 1344438.0], "diagnostic_counts": {"gold_samples": 384, "gold_components": 12971, "x_top4_hits": 0, "x_top8_hits": 0, "y_top4_hits": 0, "y_top8_hits": 0, "rot_top2_hits": 0, "rot_top4_hits": 0, "gold_component_in_cartesian_hits": 0, "gold_component_in_solver_hits": 0}, "diagnostics": {"gold_samples": 384, "gold_components": 12971, "gold_x_top4_recall": 0.0, "gold_x_top8_recall": 0.0, "gold_y_top4_recall": 0.0, "gold_y_top8_recall": 0.0, "gold_rot_top2_recall": 0.0, "gold_rot_top4_recall": 0.0, "gold_component_in_cartesian_shortlist_rate": 0.0, "gold_component_in_solver_candidates_rate": 0.0, "gold_full_sample_in_cartesian_shortlist_rate": 0.0, "gold_full_sample_in_solver_candidates_rate": 0.0, "gold_selected_any_attempt_rate": 0.0}, "router_fail_net_class_counts": {"ground": 193, "other": 103, "VDD": 53, "VIN": 1, "VOUT": 2, "VCC": 2}, "cp_sat_terminal_status_counts": {}, "failure_examples": {"router_fail": [{"sample_id": "ltspice-spice-circuits_hf:train-00000-of-00001.parquet:1:16447", "graph_hash": "0d07185dd3447b06b10033d16d8c5d6522df3285", "dataset_root": "ltspice-spice-circuits_hf", "attempts": [{"attempt": 1, "mode": "oracle_layout", "route_status": "router_fail", "route_debug": {"failed_net_nid": "N00000", "failed_net_name": "0", "failed_net_degree": 19, "pin_count": 19, "tree_cell_count": 490, "remaining_pin_count": 15, "routing_block_margin": 0, "pin_escape_cells": 2, "trunk_first_used": true, "trunk_first_min_degree": 3}}]}, {"sample_id": "open-schematics_hf:train-00027-of-00078.parquet:1:507", "graph_hash": "70896a25e8210e440a5d8be9b01fb099ef1fbd8f", "dataset_root": "open-schematics_hf", "attempts": [{"attempt": 1, "mode": "oracle_layout", "route_status": "router_fail", "route_debug": {"failed_net_nid": "N00027", "failed_net_name": "GND", "failed_net_degree": 3, "pin_count": 3, "tree_cell_count": 110, "remaining_pin_count": 1, "routing_block_margin": 0, "pin_escape_cells": 2, "trunk_first_used": true, "trunk_first_min_degree": 3}}]}, {"sample_id": "ltspice-spice-circuits_hf:train-00000-of-00001.parquet:0:24354", "graph_hash": "9ce27c1494ada4ec20333f812cc6b3a0c41f6195", "dataset_root": "ltspice-spice-circuits_hf", "attempts": [{"attempt": 1, "mode": "oracle_layout", "route_status": "router_fail", "route_debug": {"failed_net_nid": "N00001", "failed_net_name": "N001", "failed_net_degree": 4, "pin_count": 4, "tree_cell_count": 1, "remaining_pin_count": 3, "routing_block_margin": 0, "pin_escape_cells": 2, "trunk_first_used": true, "trunk_first_min_degree": 3}}]}]}, "per_root": {"ams-net.github.io": {"micro_topology_exact_match_rate": 0.42105263157894735, "topology_exact_match_rate": 0.42105263157894735, "placement_overlap_rate": 0.0, "mean_crossings": 0.0, "mean_bends": 12.75, "mean_manhattan_wire_length": 388.875, "mean_canvas_area_used": 12036.625, "accepted": 8, "total": 19, "overlap_count": 0, "overlap_pairs_total": 0, "crossings_total": 0.0, "bends_total": 102.0, "wire_length_total": 3111.0, "canvas_area_total": 96293.0, "topology_failures": 11, "status_counts": {"router_fail": 11, "accepted": 8}, "failure_reason_counts": {"router_fail": 11}, "score_tuple": [11, 0, 102.0, 3111.0, 96293.0], "diagnostic_counts": {"gold_samples": 19, "gold_components": 110, "x_top4_hits": 0, "x_top8_hits": 0, "y_top4_hits": 0, "y_top8_hits": 0, "rot_top2_hits": 0, "rot_top4_hits": 0, "gold_component_in_cartesian_hits": 0, "gold_component_in_solver_hits": 0}, "diagnostics": {"gold_samples": 19, "gold_components": 110, "gold_x_top4_recall": 0.0, "gold_x_top8_recall": 0.0, "gold_y_top4_recall": 0.0, "gold_y_top8_recall": 0.0, "gold_rot_top2_recall": 0.0, "gold_rot_top4_recall": 0.0, "gold_component_in_cartesian_shortlist_rate": 0.0, "gold_component_in_solver_candidates_rate": 0.0, "gold_full_sample_in_cartesian_shortlist_rate": 0.0, "gold_full_sample_in_solver_candidates_rate": 0.0, "gold_selected_any_attempt_rate": 0.0}, "router_fail_net_class_counts": {"other": 9, "VDD": 1, "ground": 1}, "cp_sat_terminal_status_counts": {}, "macro_topology_exact_match_rate": null}, "ltspice-spice-circuits_hf": {"micro_topology_exact_match_rate": 0.05952380952380952, "topology_exact_match_rate": 0.05952380952380952, "placement_overlap_rate": 0.0, "mean_crossings": 0.0, "mean_bends": 7.0, "mean_manhattan_wire_length": 564.8, "mean_canvas_area_used": 56868.0, "accepted": 5, "total": 84, "overlap_count": 0, "overlap_pairs_total": 0, "crossings_total": 0.0, "bends_total": 35.0, "wire_length_total": 2824.0, "canvas_area_total": 284340.0, "topology_failures": 79, "status_counts": {"router_fail": 79, "accepted": 5}, "failure_reason_counts": {"router_fail": 79}, "score_tuple": [79, 0, 35.0, 2824.0, 284340.0], "diagnostic_counts": {"gold_samples": 84, "gold_components": 1234, "x_top4_hits": 0, "x_top8_hits": 0, "y_top4_hits": 0, "y_top8_hits": 0, "rot_top2_hits": 0, "rot_top4_hits": 0, "gold_component_in_cartesian_hits": 0, "gold_component_in_solver_hits": 0}, "diagnostics": {"gold_samples": 84, "gold_components": 1234, "gold_x_top4_recall": 0.0, "gold_x_top8_recall": 0.0, "gold_y_top4_recall": 0.0, "gold_y_top8_recall": 0.0, "gold_rot_top2_recall": 0.0, "gold_rot_top4_recall": 0.0, "gold_component_in_cartesian_shortlist_rate": 0.0, "gold_component_in_solver_candidates_rate": 0.0, "gold_full_sample_in_cartesian_shortlist_rate": 0.0, "gold_full_sample_in_solver_candidates_rate": 0.0, "gold_selected_any_attempt_rate": 0.0}, "router_fail_net_class_counts": {"ground": 24, "other": 48, "VDD": 2, "VIN": 1, "VOUT": 2, "VCC": 2}, "cp_sat_terminal_status_counts": {}, "macro_topology_exact_match_rate": null}, "open-schematics_hf": {"micro_topology_exact_match_rate": 0.060498220640569395, "topology_exact_match_rate": 0.060498220640569395, "placement_overlap_rate": 0.35294117647058826, "mean_crossings": 0.0, "mean_bends": 26.176470588235293, "mean_manhattan_wire_length": 622.4705882352941, "mean_canvas_area_used": 56694.41176470588, "accepted": 17, "total": 281, "overlap_count": 6, "overlap_pairs_total": 25, "crossings_total": 0.0, "bends_total": 445.0, "wire_length_total": 10582.0, "canvas_area_total": 963805.0, "topology_failures": 264, "status_counts": {"router_fail": 264, "accepted": 17}, "failure_reason_counts": {"router_fail": 264}, "score_tuple": [264, 25, 445.0, 10582.0, 963805.0], "diagnostic_counts": {"gold_samples": 281, "gold_components": 11627, "x_top4_hits": 0, "x_top8_hits": 0, "y_top4_hits": 0, "y_top8_hits": 0, "rot_top2_hits": 0, "rot_top4_hits": 0, "gold_component_in_cartesian_hits": 0, "gold_component_in_solver_hits": 0}, "diagnostics": {"gold_samples": 281, "gold_components": 11627, "gold_x_top4_recall": 0.0, "gold_x_top8_recall": 0.0, "gold_y_top4_recall": 0.0, "gold_y_top8_recall": 0.0, "gold_rot_top2_recall": 0.0, "gold_rot_top4_recall": 0.0, "gold_component_in_cartesian_shortlist_rate": 0.0, "gold_component_in_solver_candidates_rate": 0.0, "gold_full_sample_in_cartesian_shortlist_rate": 0.0, "gold_full_sample_in_solver_candidates_rate": 0.0, "gold_selected_any_attempt_rate": 0.0}, "router_fail_net_class_counts": {"ground": 168, "other": 46, "VDD": 50}, "cp_sat_terminal_status_counts": {}, "macro_topology_exact_match_rate": null}}, "macro_topology_exact_match_rate": 0.18035822058110876, "per_size_bin": {"01-04": {"micro_topology_exact_match_rate": 0.45161290322580644, "topology_exact_match_rate": 0.45161290322580644, "placement_overlap_rate": 0.0, "mean_crossings": 0.0, "mean_bends": 10.071428571428571, "mean_manhattan_wire_length": 435.42857142857144, "mean_canvas_area_used": 29660.285714285714, "accepted": 14, "total": 31, "overlap_count": 0, "overlap_pairs_total": 0, "crossings_total": 0.0, "bends_total": 141.0, "wire_length_total": 6096.0, "canvas_area_total": 415244.0, "topology_failures": 17, "status_counts": {"accepted": 14, "router_fail": 17}, "failure_reason_counts": {"router_fail": 17}, "score_tuple": [17, 0, 141.0, 6096.0, 415244.0], "diagnostic_counts": {"gold_samples": 31, "gold_components": 104, "x_top4_hits": 0, "x_top8_hits": 0, "y_top4_hits": 0, "y_top8_hits": 0, "rot_top2_hits": 0, "rot_top4_hits": 0, "gold_component_in_cartesian_hits": 0, "gold_component_in_solver_hits": 0}, "diagnostics": {"gold_samples": 31, "gold_components": 104, "gold_x_top4_recall": 0.0, "gold_x_top8_recall": 0.0, "gold_y_top4_recall": 0.0, "gold_y_top8_recall": 0.0, "gold_rot_top2_recall": 0.0, "gold_rot_top4_recall": 0.0, "gold_component_in_cartesian_shortlist_rate": 0.0, "gold_component_in_solver_candidates_rate": 0.0, "gold_full_sample_in_cartesian_shortlist_rate": 0.0, "gold_full_sample_in_solver_candidates_rate": 0.0, "gold_selected_any_attempt_rate": 0.0}, "router_fail_net_class_counts": {"ground": 3, "VOUT": 2, "other": 12}, "cp_sat_terminal_status_counts": {}, "macro_topology_exact_match_rate": null}, "05-08": {"micro_topology_exact_match_rate": 0.08571428571428572, "topology_exact_match_rate": 0.08571428571428572, "placement_overlap_rate": 0.0, "mean_crossings": 0.0, "mean_bends": 14.333333333333334, "mean_manhattan_wire_length": 503.0, "mean_canvas_area_used": 49534.333333333336, "accepted": 3, "total": 35, "overlap_count": 0, "overlap_pairs_total": 0, "crossings_total": 0.0, "bends_total": 43.0, "wire_length_total": 1509.0, "canvas_area_total": 148603.0, "topology_failures": 32, "status_counts": {"router_fail": 32, "accepted": 3}, "failure_reason_counts": {"router_fail": 32}, "score_tuple": [32, 0, 43.0, 1509.0, 148603.0], "diagnostic_counts": {"gold_samples": 35, "gold_components": 226, "x_top4_hits": 0, "x_top8_hits": 0, "y_top4_hits": 0, "y_top8_hits": 0, "rot_top2_hits": 0, "rot_top4_hits": 0, "gold_component_in_cartesian_hits": 0, "gold_component_in_solver_hits": 0}, "diagnostics": {"gold_samples": 35, "gold_components": 226, "gold_x_top4_recall": 0.0, "gold_x_top8_recall": 0.0, "gold_y_top4_recall": 0.0, "gold_y_top8_recall": 0.0, "gold_rot_top2_recall": 0.0, "gold_rot_top4_recall": 0.0, "gold_component_in_cartesian_shortlist_rate": 0.0, "gold_component_in_solver_candidates_rate": 0.0, "gold_full_sample_in_cartesian_shortlist_rate": 0.0, "gold_full_sample_in_solver_candidates_rate": 0.0, "gold_selected_any_attempt_rate": 0.0}, "router_fail_net_class_counts": {"other": 27, "VIN": 1, "ground": 3, "VDD": 1}, "cp_sat_terminal_status_counts": {}, "macro_topology_exact_match_rate": null}, "09-16": {"micro_topology_exact_match_rate": 0.17142857142857143, "topology_exact_match_rate": 0.17142857142857143, "placement_overlap_rate": 0.16666666666666666, "mean_crossings": 0.0, "mean_bends": 11.5, "mean_manhattan_wire_length": 279.1666666666667, "mean_canvas_area_used": 56930.666666666664, "accepted": 6, "total": 35, "overlap_count": 1, "overlap_pairs_total": 1, "crossings_total": 0.0, "bends_total": 69.0, "wire_length_total": 1675.0, "canvas_area_total": 341584.0, "topology_failures": 29, "status_counts": {"accepted": 6, "router_fail": 29}, "failure_reason_counts": {"router_fail": 29}, "score_tuple": [29, 1, 69.0, 1675.0, 341584.0], "diagnostic_counts": {"gold_samples": 35, "gold_components": 434, "x_top4_hits": 0, "x_top8_hits": 0, "y_top4_hits": 0, "y_top8_hits": 0, "rot_top2_hits": 0, "rot_top4_hits": 0, "gold_component_in_cartesian_hits": 0, "gold_component_in_solver_hits": 0}, "diagnostics": {"gold_samples": 35, "gold_components": 434, "gold_x_top4_recall": 0.0, "gold_x_top8_recall": 0.0, "gold_y_top4_recall": 0.0, "gold_y_top8_recall": 0.0, "gold_rot_top2_recall": 0.0, "gold_rot_top4_recall": 0.0, "gold_component_in_cartesian_shortlist_rate": 0.0, "gold_component_in_solver_candidates_rate": 0.0, "gold_full_sample_in_cartesian_shortlist_rate": 0.0, "gold_full_sample_in_solver_candidates_rate": 0.0, "gold_selected_any_attempt_rate": 0.0}, "router_fail_net_class_counts": {"VDD": 4, "other": 16, "ground": 8, "VCC": 1}, "cp_sat_terminal_status_counts": {}, "macro_topology_exact_match_rate": null}, "17-24": {"micro_topology_exact_match_rate": 0.0, "topology_exact_match_rate": 0.0, "placement_overlap_rate": 1.0, "mean_crossings": 0.0, "mean_bends": 0.0, "mean_manhattan_wire_length": 0.0, "mean_canvas_area_used": 0.0, "accepted": 0, "total": 27, "overlap_count": 0, "overlap_pairs_total": 0, "crossings_total": 0, "bends_total": 0, "wire_length_total": 0, "canvas_area_total": 0, "topology_failures": 27, "status_counts": {"router_fail": 27}, "failure_reason_counts": {"router_fail": 27}, "score_tuple": [27, 0, 0, 0, 0], "diagnostic_counts": {"gold_samples": 27, "gold_components": 523, "x_top4_hits": 0, "x_top8_hits": 0, "y_top4_hits": 0, "y_top8_hits": 0, "rot_top2_hits": 0, "rot_top4_hits": 0, "gold_component_in_cartesian_hits": 0, "gold_component_in_solver_hits": 0}, "diagnostics": {"gold_samples": 27, "gold_components": 523, "gold_x_top4_recall": 0.0, "gold_x_top8_recall": 0.0, "gold_y_top4_recall": 0.0, "gold_y_top8_recall": 0.0, "gold_rot_top2_recall": 0.0, "gold_rot_top4_recall": 0.0, "gold_component_in_cartesian_shortlist_rate": 0.0, "gold_component_in_solver_candidates_rate": 0.0, "gold_full_sample_in_cartesian_shortlist_rate": 0.0, "gold_full_sample_in_solver_candidates_rate": 0.0, "gold_selected_any_attempt_rate": 0.0}, "router_fail_net_class_counts": {"other": 15, "ground": 7, "VCC": 1, "VDD": 4}, "cp_sat_terminal_status_counts": {}, "macro_topology_exact_match_rate": null}, "25-32": {"micro_topology_exact_match_rate": 0.1111111111111111, "topology_exact_match_rate": 0.1111111111111111, "placement_overlap_rate": 0.5, "mean_crossings": 0.0, "mean_bends": 56.5, "mean_manhattan_wire_length": 995.5, "mean_canvas_area_used": 63923.0, "accepted": 2, "total": 18, "overlap_count": 1, "overlap_pairs_total": 1, "crossings_total": 0.0, "bends_total": 113.0, "wire_length_total": 1991.0, "canvas_area_total": 127846.0, "topology_failures": 16, "status_counts": {"router_fail": 16, "accepted": 2}, "failure_reason_counts": {"router_fail": 16}, "score_tuple": [16, 1, 113.0, 1991.0, 127846.0], "diagnostic_counts": {"gold_samples": 18, "gold_components": 519, "x_top4_hits": 0, "x_top8_hits": 0, "y_top4_hits": 0, "y_top8_hits": 0, "rot_top2_hits": 0, "rot_top4_hits": 0, "gold_component_in_cartesian_hits": 0, "gold_component_in_solver_hits": 0}, "diagnostics": {"gold_samples": 18, "gold_components": 519, "gold_x_top4_recall": 0.0, "gold_x_top8_recall": 0.0, "gold_y_top4_recall": 0.0, "gold_y_top8_recall": 0.0, "gold_rot_top2_recall": 0.0, "gold_rot_top4_recall": 0.0, "gold_component_in_cartesian_shortlist_rate": 0.0, "gold_component_in_solver_candidates_rate": 0.0, "gold_full_sample_in_cartesian_shortlist_rate": 0.0, "gold_full_sample_in_solver_candidates_rate": 0.0, "gold_selected_any_attempt_rate": 0.0}, "router_fail_net_class_counts": {"ground": 13, "other": 3}, "cp_sat_terminal_status_counts": {}, "macro_topology_exact_match_rate": null}, "33-48": {"micro_topology_exact_match_rate": 0.022058823529411766, "topology_exact_match_rate": 0.022058823529411766, "placement_overlap_rate": 1.0, "mean_crossings": 0.0, "mean_bends": 36.333333333333336, "mean_manhattan_wire_length": 631.3333333333334, "mean_canvas_area_used": 64341.333333333336, "accepted": 3, "total": 136, "overlap_count": 3, "overlap_pairs_total": 8, "crossings_total": 0.0, "bends_total": 109.0, "wire_length_total": 1894.0, "canvas_area_total": 193024.0, "topology_failures": 133, "status_counts": {"router_fail": 133, "accepted": 3}, "failure_reason_counts": {"router_fail": 133}, "score_tuple": [133, 8, 109.0, 1894.0, 193024.0], "diagnostic_counts": {"gold_samples": 136, "gold_components": 5488, "x_top4_hits": 0, "x_top8_hits": 0, "y_top4_hits": 0, "y_top8_hits": 0, "rot_top2_hits": 0, "rot_top4_hits": 0, "gold_component_in_cartesian_hits": 0, "gold_component_in_solver_hits": 0}, "diagnostics": {"gold_samples": 136, "gold_components": 5488, "gold_x_top4_recall": 0.0, "gold_x_top8_recall": 0.0, "gold_y_top4_recall": 0.0, "gold_y_top8_recall": 0.0, "gold_rot_top2_recall": 0.0, "gold_rot_top4_recall": 0.0, "gold_component_in_cartesian_shortlist_rate": 0.0, "gold_component_in_solver_candidates_rate": 0.0, "gold_full_sample_in_cartesian_shortlist_rate": 0.0, "gold_full_sample_in_solver_candidates_rate": 0.0, "gold_selected_any_attempt_rate": 0.0}, "router_fail_net_class_counts": {"ground": 86, "other": 20, "VDD": 27}, "cp_sat_terminal_status_counts": {}, "macro_topology_exact_match_rate": null}, "49-64": {"micro_topology_exact_match_rate": 0.0196078431372549, "topology_exact_match_rate": 0.0196078431372549, "placement_overlap_rate": 0.5, "mean_crossings": 0.0, "mean_bends": 53.5, "mean_manhattan_wire_length": 1676.0, "mean_canvas_area_used": 59068.5, "accepted": 2, "total": 102, "overlap_count": 1, "overlap_pairs_total": 15, "crossings_total": 0.0, "bends_total": 107.0, "wire_length_total": 3352.0, "canvas_area_total": 118137.0, "topology_failures": 100, "status_counts": {"router_fail": 100, "accepted": 2}, "failure_reason_counts": {"router_fail": 100}, "score_tuple": [100, 15, 107.0, 3352.0, 118137.0], "diagnostic_counts": {"gold_samples": 102, "gold_components": 5677, "x_top4_hits": 0, "x_top8_hits": 0, "y_top4_hits": 0, "y_top8_hits": 0, "rot_top2_hits": 0, "rot_top4_hits": 0, "gold_component_in_cartesian_hits": 0, "gold_component_in_solver_hits": 0}, "diagnostics": {"gold_samples": 102, "gold_components": 5677, "gold_x_top4_recall": 0.0, "gold_x_top8_recall": 0.0, "gold_y_top4_recall": 0.0, "gold_y_top8_recall": 0.0, "gold_rot_top2_recall": 0.0, "gold_rot_top4_recall": 0.0, "gold_component_in_cartesian_shortlist_rate": 0.0, "gold_component_in_solver_candidates_rate": 0.0, "gold_full_sample_in_cartesian_shortlist_rate": 0.0, "gold_full_sample_in_solver_candidates_rate": 0.0, "gold_selected_any_attempt_rate": 0.0}, "router_fail_net_class_counts": {"ground": 73, "VDD": 17, "other": 10}, "cp_sat_terminal_status_counts": {}, "macro_topology_exact_match_rate": null}}, "evaluated_at": "2026-03-10T17:14:08Z", "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 1, "shard_sample_count": 384, "sample_workers": 16, "solver_workers_per_sample": 0, "eval_mode": "oracle_layout", "force_dataset_root": null, "solve_stages": [{"top_x": 4, "top_y": 4, "top_rot": 2, "max_solver_candidates": 16, "cp_sat_timeout_seconds": 10.0, "component_candidate_cap": 32}], "routing_options": {"placement_margin": 2, "routing_block_margin": 0, "pin_escape_cells": 2, "trunk_first_min_degree": 3, "trunk_first_priority_only": false}}
|
netlist_to_layout_v1/runs/routerfix-baseline-oracle-layout384-rbm0e2t3/posttrain_full_eval_tmp/step-008000/shard_00.progress.json
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"status": "completed",
|
| 3 |
+
"updated_at": "2026-03-10T17:14:08Z",
|
| 4 |
+
"checkpoint_step": 8000,
|
| 5 |
+
"checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt",
|
| 6 |
+
"split": "val",
|
| 7 |
+
"manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json",
|
| 8 |
+
"manifest_size": 384,
|
| 9 |
+
"shard_index": 0,
|
| 10 |
+
"shard_count": 1,
|
| 11 |
+
"shard_sample_count": 384,
|
| 12 |
+
"processed": 384,
|
| 13 |
+
"total": 384,
|
| 14 |
+
"accepted": 30,
|
| 15 |
+
"progress_fraction": 1.0,
|
| 16 |
+
"samples_per_min": 1222.6743151149772,
|
| 17 |
+
"eta_min": 0.0,
|
| 18 |
+
"elapsed_sec": 18.84393882751465,
|
| 19 |
+
"sample_workers": 16,
|
| 20 |
+
"solver_workers_per_sample": 0,
|
| 21 |
+
"last_sample_id": null,
|
| 22 |
+
"last_graph_hash": null,
|
| 23 |
+
"last_status": null,
|
| 24 |
+
"last_dataset_root": null,
|
| 25 |
+
"status_counts": {
|
| 26 |
+
"router_fail": 354,
|
| 27 |
+
"accepted": 30
|
| 28 |
+
},
|
| 29 |
+
"failure_reason_counts": {
|
| 30 |
+
"router_fail": 354
|
| 31 |
+
},
|
| 32 |
+
"processed_by_root": {},
|
| 33 |
+
"accepted_by_root": {}
|
| 34 |
+
}
|
netlist_to_layout_v1/runs/routerfix-patched-normal384-rbm0e2t3/full_machine_eval_state.json
ADDED
|
@@ -0,0 +1,136 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"status": "stopped_after_negative_oracle_layout_gate",
|
| 3 |
+
"updated_at": "2026-03-10T17:36:13Z",
|
| 4 |
+
"stop_reason": "Stopped after routerfix-patched-oracle-layout384-rbm0e2t3 regressed versus the clean oracle-layout reduced baseline.",
|
| 5 |
+
"step": 8000,
|
| 6 |
+
"checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt",
|
| 7 |
+
"split": "val",
|
| 8 |
+
"subset_manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json",
|
| 9 |
+
"gpus": [
|
| 10 |
+
"0",
|
| 11 |
+
"1"
|
| 12 |
+
],
|
| 13 |
+
"cpusets": [
|
| 14 |
+
"0-51",
|
| 15 |
+
"52-103"
|
| 16 |
+
],
|
| 17 |
+
"sample_workers_per_gpu": 8,
|
| 18 |
+
"solver_workers_per_sample": 6,
|
| 19 |
+
"processed": 112,
|
| 20 |
+
"total": 384,
|
| 21 |
+
"accepted": 10,
|
| 22 |
+
"progress_fraction": 0.2916666666666667,
|
| 23 |
+
"samples_per_min": 8.216330579795528,
|
| 24 |
+
"eta_min": 33.10480236382711,
|
| 25 |
+
"elapsed_sec": 817.8833525180817,
|
| 26 |
+
"completed_shards": 0,
|
| 27 |
+
"failed_shards": 0,
|
| 28 |
+
"status_counts": {
|
| 29 |
+
"accepted": 10,
|
| 30 |
+
"router_fail": 73,
|
| 31 |
+
"cp_sat_fail": 29
|
| 32 |
+
},
|
| 33 |
+
"failure_reason_counts": {
|
| 34 |
+
"router_fail": 73,
|
| 35 |
+
"cp_sat_fail": 29
|
| 36 |
+
},
|
| 37 |
+
"processed_by_root": {
|
| 38 |
+
"open-schematics_hf": 82,
|
| 39 |
+
"ltspice-spice-circuits_hf": 26,
|
| 40 |
+
"ams-net.github.io": 4
|
| 41 |
+
},
|
| 42 |
+
"accepted_by_root": {
|
| 43 |
+
"open-schematics_hf": 6,
|
| 44 |
+
"ams-net.github.io": 2,
|
| 45 |
+
"ltspice-spice-circuits_hf": 2
|
| 46 |
+
},
|
| 47 |
+
"shards": {
|
| 48 |
+
"0": {
|
| 49 |
+
"status": "stopped",
|
| 50 |
+
"updated_at": "2026-03-10T17:25:12Z",
|
| 51 |
+
"checkpoint_step": 8000,
|
| 52 |
+
"checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt",
|
| 53 |
+
"split": "val",
|
| 54 |
+
"manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json",
|
| 55 |
+
"manifest_size": 384,
|
| 56 |
+
"shard_index": 0,
|
| 57 |
+
"shard_count": 2,
|
| 58 |
+
"shard_sample_count": 192,
|
| 59 |
+
"processed": 56,
|
| 60 |
+
"total": 192,
|
| 61 |
+
"accepted": 5,
|
| 62 |
+
"progress_fraction": 0.2916666666666667,
|
| 63 |
+
"samples_per_min": 4.378574432363562,
|
| 64 |
+
"eta_min": 31.060337582656317,
|
| 65 |
+
"elapsed_sec": 767.3730461597443,
|
| 66 |
+
"sample_workers": 8,
|
| 67 |
+
"solver_workers_per_sample": 6,
|
| 68 |
+
"last_sample_id": "ltspice-spice-circuits_hf:train-00000-of-00001.parquet:0:22492",
|
| 69 |
+
"last_graph_hash": "82265c60544a1bb2d610b6520c73316807ea031c",
|
| 70 |
+
"last_status": "router_fail",
|
| 71 |
+
"last_dataset_root": "ltspice-spice-circuits_hf",
|
| 72 |
+
"status_counts": {
|
| 73 |
+
"accepted": 5,
|
| 74 |
+
"router_fail": 35,
|
| 75 |
+
"cp_sat_fail": 16
|
| 76 |
+
},
|
| 77 |
+
"failure_reason_counts": {
|
| 78 |
+
"router_fail": 35,
|
| 79 |
+
"cp_sat_fail": 16
|
| 80 |
+
},
|
| 81 |
+
"processed_by_root": {
|
| 82 |
+
"open-schematics_hf": 40,
|
| 83 |
+
"ltspice-spice-circuits_hf": 13,
|
| 84 |
+
"ams-net.github.io": 3
|
| 85 |
+
},
|
| 86 |
+
"accepted_by_root": {
|
| 87 |
+
"open-schematics_hf": 2,
|
| 88 |
+
"ams-net.github.io": 2,
|
| 89 |
+
"ltspice-spice-circuits_hf": 1
|
| 90 |
+
}
|
| 91 |
+
},
|
| 92 |
+
"1": {
|
| 93 |
+
"status": "stopped",
|
| 94 |
+
"updated_at": "2026-03-10T17:25:07Z",
|
| 95 |
+
"checkpoint_step": 8000,
|
| 96 |
+
"checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt",
|
| 97 |
+
"split": "val",
|
| 98 |
+
"manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json",
|
| 99 |
+
"manifest_size": 384,
|
| 100 |
+
"shard_index": 1,
|
| 101 |
+
"shard_count": 2,
|
| 102 |
+
"shard_sample_count": 192,
|
| 103 |
+
"processed": 56,
|
| 104 |
+
"total": 192,
|
| 105 |
+
"accepted": 5,
|
| 106 |
+
"progress_fraction": 0.2916666666666667,
|
| 107 |
+
"samples_per_min": 4.405604109194527,
|
| 108 |
+
"eta_min": 30.869773277214595,
|
| 109 |
+
"elapsed_sec": 762.6649868488312,
|
| 110 |
+
"sample_workers": 8,
|
| 111 |
+
"solver_workers_per_sample": 6,
|
| 112 |
+
"last_sample_id": "open-schematics_hf:train-00012-of-00078.parquet:0:209",
|
| 113 |
+
"last_graph_hash": "09ca45105d7ba99bcf212bda14d43b574de574e9",
|
| 114 |
+
"last_status": "cp_sat_fail",
|
| 115 |
+
"last_dataset_root": "open-schematics_hf",
|
| 116 |
+
"status_counts": {
|
| 117 |
+
"cp_sat_fail": 13,
|
| 118 |
+
"accepted": 5,
|
| 119 |
+
"router_fail": 38
|
| 120 |
+
},
|
| 121 |
+
"failure_reason_counts": {
|
| 122 |
+
"cp_sat_fail": 13,
|
| 123 |
+
"router_fail": 38
|
| 124 |
+
},
|
| 125 |
+
"processed_by_root": {
|
| 126 |
+
"open-schematics_hf": 42,
|
| 127 |
+
"ltspice-spice-circuits_hf": 13,
|
| 128 |
+
"ams-net.github.io": 1
|
| 129 |
+
},
|
| 130 |
+
"accepted_by_root": {
|
| 131 |
+
"open-schematics_hf": 4,
|
| 132 |
+
"ltspice-spice-circuits_hf": 1
|
| 133 |
+
}
|
| 134 |
+
}
|
| 135 |
+
}
|
| 136 |
+
}
|
netlist_to_layout_v1/runs/routerfix-patched-normal384-rbm0e2t3/launcher.log
ADDED
|
@@ -0,0 +1,83 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"full_machine_eval": {"status": "launching_shards", "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "gpus": ["0", "1"], "cpusets": ["0-51", "52-103"], "updated_at": "2026-03-10T17:12:22Z"}}
|
| 2 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 0, "total": 0, "accepted": 0, "progress_fraction": 0.0, "samples_per_min": 0.0, "eta_min": null, "completed_shards": 0, "updated_at": "2026-03-10T17:12:22Z"}}
|
| 3 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 0, "total": 384, "accepted": 0, "progress_fraction": 0.0, "samples_per_min": 0.0, "eta_min": null, "completed_shards": 0, "updated_at": "2026-03-10T17:12:32Z"}}
|
| 4 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 0, "total": 384, "accepted": 0, "progress_fraction": 0.0, "samples_per_min": 0.0, "eta_min": null, "completed_shards": 0, "updated_at": "2026-03-10T17:12:42Z"}}
|
| 5 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 0, "total": 384, "accepted": 0, "progress_fraction": 0.0, "samples_per_min": 0.0, "eta_min": null, "completed_shards": 0, "updated_at": "2026-03-10T17:12:52Z"}}
|
| 6 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 16, "total": 384, "accepted": 5, "progress_fraction": 0.041666666666666664, "samples_per_min": 23.863077311296482, "eta_min": 15.421313655376434, "completed_shards": 0, "updated_at": "2026-03-10T17:13:02Z"}}
|
| 7 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 16, "total": 384, "accepted": 5, "progress_fraction": 0.041666666666666664, "samples_per_min": 19.084433882436475, "eta_min": 19.282730746269227, "completed_shards": 0, "updated_at": "2026-03-10T17:13:12Z"}}
|
| 8 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 16, "total": 384, "accepted": 5, "progress_fraction": 0.041666666666666664, "samples_per_min": 15.909919235621848, "eta_min": 23.130224267641704, "completed_shards": 0, "updated_at": "2026-03-10T17:13:22Z"}}
|
| 9 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 16, "total": 384, "accepted": 5, "progress_fraction": 0.041666666666666664, "samples_per_min": 13.611259223021449, "eta_min": 27.03644049167633, "completed_shards": 0, "updated_at": "2026-03-10T17:13:32Z"}}
|
| 10 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 16, "total": 384, "accepted": 5, "progress_fraction": 0.041666666666666664, "samples_per_min": 11.887203882985185, "eta_min": 30.95765864054362, "completed_shards": 0, "updated_at": "2026-03-10T17:13:43Z"}}
|
| 11 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 16, "total": 384, "accepted": 5, "progress_fraction": 0.041666666666666664, "samples_per_min": 10.569265759504384, "eta_min": 34.8179342230161, "completed_shards": 0, "updated_at": "2026-03-10T17:13:53Z"}}
|
| 12 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 16, "total": 384, "accepted": 5, "progress_fraction": 0.041666666666666664, "samples_per_min": 9.510718445327923, "eta_min": 38.69318623145421, "completed_shards": 0, "updated_at": "2026-03-10T17:14:03Z"}}
|
| 13 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 16, "total": 384, "accepted": 5, "progress_fraction": 0.041666666666666664, "samples_per_min": 8.640621074304933, "eta_min": 42.58953110376994, "completed_shards": 0, "updated_at": "2026-03-10T17:14:13Z"}}
|
| 14 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 16, "total": 384, "accepted": 5, "progress_fraction": 0.041666666666666664, "samples_per_min": 7.918868880820882, "eta_min": 46.47128340403239, "completed_shards": 0, "updated_at": "2026-03-10T17:14:23Z"}}
|
| 15 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 16, "total": 384, "accepted": 5, "progress_fraction": 0.041666666666666664, "samples_per_min": 7.299314269426394, "eta_min": 50.41569473743439, "completed_shards": 0, "updated_at": "2026-03-10T17:14:33Z"}}
|
| 16 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 16, "total": 384, "accepted": 5, "progress_fraction": 0.041666666666666664, "samples_per_min": 6.773936541715838, "eta_min": 54.32587059736252, "completed_shards": 0, "updated_at": "2026-03-10T17:14:44Z"}}
|
| 17 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 16, "total": 384, "accepted": 5, "progress_fraction": 0.041666666666666664, "samples_per_min": 6.3196404410578495, "eta_min": 58.23116100231807, "completed_shards": 0, "updated_at": "2026-03-10T17:14:54Z"}}
|
| 18 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 16, "total": 384, "accepted": 5, "progress_fraction": 0.041666666666666664, "samples_per_min": 5.921693633871721, "eta_min": 62.14438347419103, "completed_shards": 0, "updated_at": "2026-03-10T17:15:04Z"}}
|
| 19 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 16, "total": 384, "accepted": 5, "progress_fraction": 0.041666666666666664, "samples_per_min": 5.575904358213969, "eta_min": 65.99826258818308, "completed_shards": 0, "updated_at": "2026-03-10T17:15:14Z"}}
|
| 20 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 16, "total": 384, "accepted": 5, "progress_fraction": 0.041666666666666664, "samples_per_min": 5.266490568682651, "eta_min": 69.87575411001842, "completed_shards": 0, "updated_at": "2026-03-10T17:15:24Z"}}
|
| 21 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 16, "total": 384, "accepted": 5, "progress_fraction": 0.041666666666666664, "samples_per_min": 4.988926294313383, "eta_min": 73.76336676279705, "completed_shards": 0, "updated_at": "2026-03-10T17:15:34Z"}}
|
| 22 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 24, "total": 384, "accepted": 5, "progress_fraction": 0.0625, "samples_per_min": 7.110851608139266, "eta_min": 50.62684750556946, "completed_shards": 0, "updated_at": "2026-03-10T17:15:44Z"}}
|
| 23 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 32, "total": 384, "accepted": 5, "progress_fraction": 0.08333333333333333, "samples_per_min": 9.030327966953392, "eta_min": 38.97975813150406, "completed_shards": 0, "updated_at": "2026-03-10T17:15:54Z"}}
|
| 24 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 32, "total": 384, "accepted": 5, "progress_fraction": 0.08333333333333333, "samples_per_min": 8.621306159499524, "eta_min": 40.82908012866974, "completed_shards": 0, "updated_at": "2026-03-10T17:16:05Z"}}
|
| 25 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 32, "total": 384, "accepted": 5, "progress_fraction": 0.08333333333333333, "samples_per_min": 8.249654725791375, "eta_min": 42.66845240195592, "completed_shards": 0, "updated_at": "2026-03-10T17:16:15Z"}}
|
| 26 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 40, "total": 384, "accepted": 5, "progress_fraction": 0.10416666666666667, "samples_per_min": 9.884133314710217, "eta_min": 34.8032537651062, "completed_shards": 0, "updated_at": "2026-03-10T17:16:25Z"}}
|
| 27 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 40, "total": 384, "accepted": 5, "progress_fraction": 0.10416666666666667, "samples_per_min": 9.492357345203281, "eta_min": 36.23968077580134, "completed_shards": 0, "updated_at": "2026-03-10T17:16:35Z"}}
|
| 28 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 40, "total": 384, "accepted": 5, "progress_fraction": 0.10416666666666667, "samples_per_min": 9.127771323950299, "eta_min": 37.68718428532282, "completed_shards": 0, "updated_at": "2026-03-10T17:16:45Z"}}
|
| 29 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 40, "total": 384, "accepted": 5, "progress_fraction": 0.10416666666666667, "samples_per_min": 8.789879207254474, "eta_min": 39.135918923219045, "completed_shards": 0, "updated_at": "2026-03-10T17:16:55Z"}}
|
| 30 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 40, "total": 384, "accepted": 5, "progress_fraction": 0.10416666666666667, "samples_per_min": 8.47640719077587, "eta_min": 40.58323205312093, "completed_shards": 0, "updated_at": "2026-03-10T17:17:05Z"}}
|
| 31 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 40, "total": 384, "accepted": 5, "progress_fraction": 0.10416666666666667, "samples_per_min": 8.182659096429338, "eta_min": 42.04012362559636, "completed_shards": 0, "updated_at": "2026-03-10T17:17:15Z"}}
|
| 32 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 40, "total": 384, "accepted": 5, "progress_fraction": 0.10416666666666667, "samples_per_min": 7.907612585024849, "eta_min": 43.50238410154979, "completed_shards": 0, "updated_at": "2026-03-10T17:17:25Z"}}
|
| 33 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 40, "total": 384, "accepted": 5, "progress_fraction": 0.10416666666666667, "samples_per_min": 7.65056641974602, "eta_min": 44.96399104674657, "completed_shards": 0, "updated_at": "2026-03-10T17:17:36Z"}}
|
| 34 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 40, "total": 384, "accepted": 5, "progress_fraction": 0.10416666666666667, "samples_per_min": 7.411243686118497, "eta_min": 46.41596128384273, "completed_shards": 0, "updated_at": "2026-03-10T17:17:46Z"}}
|
| 35 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 40, "total": 384, "accepted": 5, "progress_fraction": 0.10416666666666667, "samples_per_min": 7.187104710358658, "eta_min": 47.86350190560023, "completed_shards": 0, "updated_at": "2026-03-10T17:17:56Z"}}
|
| 36 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 40, "total": 384, "accepted": 5, "progress_fraction": 0.10416666666666667, "samples_per_min": 6.974379808236082, "eta_min": 49.32338207244873, "completed_shards": 0, "updated_at": "2026-03-10T17:18:06Z"}}
|
| 37 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 40, "total": 384, "accepted": 5, "progress_fraction": 0.10416666666666667, "samples_per_min": 6.775651095107425, "eta_min": 50.77002861738205, "completed_shards": 0, "updated_at": "2026-03-10T17:18:16Z"}}
|
| 38 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 40, "total": 384, "accepted": 5, "progress_fraction": 0.10416666666666667, "samples_per_min": 6.587916931084948, "eta_min": 52.21680898507436, "completed_shards": 0, "updated_at": "2026-03-10T17:18:26Z"}}
|
| 39 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 48, "total": 384, "accepted": 6, "progress_fraction": 0.125, "samples_per_min": 7.692008576599111, "eta_min": 43.68169856468837, "completed_shards": 0, "updated_at": "2026-03-10T17:18:36Z"}}
|
| 40 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 48, "total": 384, "accepted": 6, "progress_fraction": 0.125, "samples_per_min": 7.490142388331761, "eta_min": 44.85896029472351, "completed_shards": 0, "updated_at": "2026-03-10T17:18:46Z"}}
|
| 41 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 48, "total": 384, "accepted": 6, "progress_fraction": 0.125, "samples_per_min": 7.29993639596587, "eta_min": 46.02779829502106, "completed_shards": 0, "updated_at": "2026-03-10T17:18:56Z"}}
|
| 42 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 56, "total": 384, "accepted": 6, "progress_fraction": 0.14583333333333334, "samples_per_min": 8.304525749454681, "eta_min": 39.49653597275416, "completed_shards": 0, "updated_at": "2026-03-10T17:19:06Z"}}
|
| 43 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 56, "total": 384, "accepted": 6, "progress_fraction": 0.14583333333333334, "samples_per_min": 8.102461629085603, "eta_min": 40.48152462981996, "completed_shards": 0, "updated_at": "2026-03-10T17:19:17Z"}}
|
| 44 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 56, "total": 384, "accepted": 6, "progress_fraction": 0.14583333333333334, "samples_per_min": 7.9103855075903065, "eta_min": 41.46447726033983, "completed_shards": 0, "updated_at": "2026-03-10T17:19:27Z"}}
|
| 45 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 56, "total": 384, "accepted": 6, "progress_fraction": 0.14583333333333334, "samples_per_min": 7.726376130529051, "eta_min": 42.45198453437715, "completed_shards": 0, "updated_at": "2026-03-10T17:19:37Z"}}
|
| 46 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 56, "total": 384, "accepted": 6, "progress_fraction": 0.14583333333333334, "samples_per_min": 7.551839221289423, "eta_min": 43.43312806174868, "completed_shards": 0, "updated_at": "2026-03-10T17:19:47Z"}}
|
| 47 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 56, "total": 384, "accepted": 6, "progress_fraction": 0.14583333333333334, "samples_per_min": 7.384299309040081, "eta_min": 44.41856786580313, "completed_shards": 0, "updated_at": "2026-03-10T17:19:57Z"}}
|
| 48 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 56, "total": 384, "accepted": 6, "progress_fraction": 0.14583333333333334, "samples_per_min": 7.224046946356875, "eta_min": 45.403913130079, "completed_shards": 0, "updated_at": "2026-03-10T17:20:07Z"}}
|
| 49 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 56, "total": 384, "accepted": 6, "progress_fraction": 0.14583333333333334, "samples_per_min": 7.071407113782465, "eta_min": 46.38397913206191, "completed_shards": 0, "updated_at": "2026-03-10T17:20:17Z"}}
|
| 50 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 56, "total": 384, "accepted": 6, "progress_fraction": 0.14583333333333334, "samples_per_min": 6.924361109529575, "eta_min": 47.368991133144924, "completed_shards": 0, "updated_at": "2026-03-10T17:20:27Z"}}
|
| 51 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 56, "total": 384, "accepted": 6, "progress_fraction": 0.14583333333333334, "samples_per_min": 6.78265973989598, "eta_min": 48.35861042397363, "completed_shards": 0, "updated_at": "2026-03-10T17:20:37Z"}}
|
| 52 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 56, "total": 384, "accepted": 6, "progress_fraction": 0.14583333333333334, "samples_per_min": 6.644735263336357, "eta_min": 49.36238796597435, "completed_shards": 0, "updated_at": "2026-03-10T17:20:47Z"}}
|
| 53 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 56, "total": 384, "accepted": 6, "progress_fraction": 0.14583333333333334, "samples_per_min": 6.513974301428632, "eta_min": 50.35328431186222, "completed_shards": 0, "updated_at": "2026-03-10T17:20:58Z"}}
|
| 54 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 56, "total": 384, "accepted": 6, "progress_fraction": 0.14583333333333334, "samples_per_min": 6.388983899116741, "eta_min": 51.33836697340012, "completed_shards": 0, "updated_at": "2026-03-10T17:21:08Z"}}
|
| 55 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 64, "total": 384, "accepted": 6, "progress_fraction": 0.16666666666666666, "samples_per_min": 7.164589244028236, "eta_min": 44.66410970687866, "completed_shards": 0, "updated_at": "2026-03-10T17:21:18Z"}}
|
| 56 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 64, "total": 384, "accepted": 6, "progress_fraction": 0.16666666666666666, "samples_per_min": 7.030934279385366, "eta_min": 45.513154764970146, "completed_shards": 0, "updated_at": "2026-03-10T17:21:28Z"}}
|
| 57 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 64, "total": 384, "accepted": 6, "progress_fraction": 0.16666666666666666, "samples_per_min": 6.900870898145466, "eta_min": 46.37095878521601, "completed_shards": 0, "updated_at": "2026-03-10T17:21:38Z"}}
|
| 58 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 72, "total": 384, "accepted": 8, "progress_fraction": 0.1875, "samples_per_min": 7.625611376403315, "eta_min": 40.91475222110748, "completed_shards": 0, "updated_at": "2026-03-10T17:21:48Z"}}
|
| 59 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 72, "total": 384, "accepted": 8, "progress_fraction": 0.1875, "samples_per_min": 7.490630185280228, "eta_min": 41.65203624831306, "completed_shards": 0, "updated_at": "2026-03-10T17:21:59Z"}}
|
| 60 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 72, "total": 384, "accepted": 8, "progress_fraction": 0.1875, "samples_per_min": 7.3625605195565935, "eta_min": 42.376561682754094, "completed_shards": 0, "updated_at": "2026-03-10T17:22:09Z"}}
|
| 61 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 72, "total": 384, "accepted": 8, "progress_fraction": 0.1875, "samples_per_min": 7.238781998319514, "eta_min": 43.101173660490254, "completed_shards": 0, "updated_at": "2026-03-10T17:22:19Z"}}
|
| 62 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 80, "total": 384, "accepted": 9, "progress_fraction": 0.20833333333333334, "samples_per_min": 7.910203173677919, "eta_min": 38.43137696027756, "completed_shards": 0, "updated_at": "2026-03-10T17:22:29Z"}}
|
| 63 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 80, "total": 384, "accepted": 9, "progress_fraction": 0.20833333333333334, "samples_per_min": 7.781625727290229, "eta_min": 39.06638672351837, "completed_shards": 0, "updated_at": "2026-03-10T17:22:39Z"}}
|
| 64 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 88, "total": 384, "accepted": 10, "progress_fraction": 0.22916666666666666, "samples_per_min": 8.423001014699308, "eta_min": 35.14186920830697, "completed_shards": 0, "updated_at": "2026-03-10T17:22:49Z"}}
|
| 65 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 88, "total": 384, "accepted": 10, "progress_fraction": 0.22916666666666666, "samples_per_min": 8.290152236511588, "eta_min": 35.705013798944876, "completed_shards": 0, "updated_at": "2026-03-10T17:22:59Z"}}
|
| 66 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 88, "total": 384, "accepted": 10, "progress_fraction": 0.22916666666666666, "samples_per_min": 8.161826990395362, "eta_min": 36.26638990857385, "completed_shards": 0, "updated_at": "2026-03-10T17:23:09Z"}}
|
| 67 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 88, "total": 384, "accepted": 10, "progress_fraction": 0.22916666666666666, "samples_per_min": 8.037282324178772, "eta_min": 36.82836910052733, "completed_shards": 0, "updated_at": "2026-03-10T17:23:19Z"}}
|
| 68 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 88, "total": 384, "accepted": 10, "progress_fraction": 0.22916666666666666, "samples_per_min": 7.915841638326516, "eta_min": 37.39337060090267, "completed_shards": 0, "updated_at": "2026-03-10T17:23:29Z"}}
|
| 69 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 88, "total": 384, "accepted": 10, "progress_fraction": 0.22916666666666666, "samples_per_min": 7.798700693827772, "eta_min": 37.95504041259939, "completed_shards": 0, "updated_at": "2026-03-10T17:23:39Z"}}
|
| 70 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 88, "total": 384, "accepted": 10, "progress_fraction": 0.22916666666666666, "samples_per_min": 7.6849347650207696, "eta_min": 38.516917716373094, "completed_shards": 0, "updated_at": "2026-03-10T17:23:49Z"}}
|
| 71 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 88, "total": 384, "accepted": 10, "progress_fraction": 0.22916666666666666, "samples_per_min": 7.574123802219161, "eta_min": 39.0804280111284, "completed_shards": 0, "updated_at": "2026-03-10T17:23:59Z"}}
|
| 72 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 88, "total": 384, "accepted": 10, "progress_fraction": 0.22916666666666666, "samples_per_min": 7.46687378067475, "eta_min": 39.64175754063057, "completed_shards": 0, "updated_at": "2026-03-10T17:24:09Z"}}
|
| 73 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 88, "total": 384, "accepted": 10, "progress_fraction": 0.22916666666666666, "samples_per_min": 7.361597142839141, "eta_min": 40.20866589907444, "completed_shards": 0, "updated_at": "2026-03-10T17:24:19Z"}}
|
| 74 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 96, "total": 384, "accepted": 10, "progress_fraction": 0.25, "samples_per_min": 7.919509156775234, "eta_min": 36.36589014530182, "completed_shards": 0, "updated_at": "2026-03-10T17:24:29Z"}}
|
| 75 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 96, "total": 384, "accepted": 10, "progress_fraction": 0.25, "samples_per_min": 7.811153472881096, "eta_min": 36.87035480737686, "completed_shards": 0, "updated_at": "2026-03-10T17:24:39Z"}}
|
| 76 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 96, "total": 384, "accepted": 10, "progress_fraction": 0.25, "samples_per_min": 7.706372452947855, "eta_min": 37.37166893482208, "completed_shards": 0, "updated_at": "2026-03-10T17:24:49Z"}}
|
| 77 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 96, "total": 384, "accepted": 10, "progress_fraction": 0.25, "samples_per_min": 7.604437784233563, "eta_min": 37.87262229919433, "completed_shards": 0, "updated_at": "2026-03-10T17:24:59Z"}}
|
| 78 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 104, "total": 384, "accepted": 10, "progress_fraction": 0.2708333333333333, "samples_per_min": 8.129893600989906, "eta_min": 34.44079513733204, "completed_shards": 0, "updated_at": "2026-03-10T17:25:09Z"}}
|
| 79 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 112, "total": 384, "accepted": 10, "progress_fraction": 0.2916666666666667, "samples_per_min": 8.641926396498798, "eta_min": 31.474463854517257, "completed_shards": 0, "updated_at": "2026-03-10T17:25:19Z"}}
|
| 80 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 112, "total": 384, "accepted": 10, "progress_fraction": 0.2916666666666667, "samples_per_min": 8.531560171353576, "eta_min": 31.88162475994655, "completed_shards": 0, "updated_at": "2026-03-10T17:25:29Z"}}
|
| 81 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 112, "total": 384, "accepted": 10, "progress_fraction": 0.2916666666666667, "samples_per_min": 8.42317772162189, "eta_min": 32.291851007938384, "completed_shards": 0, "updated_at": "2026-03-10T17:25:40Z"}}
|
| 82 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 112, "total": 384, "accepted": 10, "progress_fraction": 0.2916666666666667, "samples_per_min": 8.318365164671661, "eta_min": 32.69873281774067, "completed_shards": 0, "updated_at": "2026-03-10T17:25:50Z"}}
|
| 83 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 112, "total": 384, "accepted": 10, "progress_fraction": 0.2916666666666667, "samples_per_min": 8.216330579795528, "eta_min": 33.10480236382711, "completed_shards": 0, "updated_at": "2026-03-10T17:26:00Z"}}
|
netlist_to_layout_v1/runs/routerfix-patched-normal384-rbm0e2t3/posttrain_full_eval_tmp/step-008000/shard_00.log
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
/workspace/circuitgen-datasets-private/netlist_to_layout_v1/eval_shard_worker.py:43: FutureWarning: You are using `torch.load` with `weights_only=False` (the current default value), which uses the default pickle module implicitly. It is possible to construct malicious pickle data which will execute arbitrary code during unpickling (See https://github.com/pytorch/pytorch/blob/main/SECURITY.md#untrusted-models for more details). In a future release, the default value for `weights_only` will be flipped to `True`. This limits the functions that could be executed during unpickling. Arbitrary objects will no longer be allowed to be loaded via this mode unless they are explicitly allowlisted by the user via `torch.serialization.add_safe_globals`. We recommend you start setting `weights_only=True` for any use case where you don't have full control of the loaded file. Please open an issue on GitHub for any issues related to this experimental feature.
|
| 2 |
+
samples = torch.load(split_path)
|
| 3 |
+
{"eval_shard_progress": {"status": "starting", "updated_at": "2026-03-10T17:12:25Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 2, "shard_sample_count": 192, "processed": 0, "total": 192, "accepted": 0, "progress_fraction": 0.0, "samples_per_min": 0.0, "eta_min": null, "elapsed_sec": 4.291534423828125e-06, "sample_workers": 8, "solver_workers_per_sample": 6, "last_sample_id": null, "last_graph_hash": null, "last_status": null, "last_dataset_root": null, "status_counts": {}, "failure_reason_counts": {}, "processed_by_root": {}, "accepted_by_root": {}}}
|
| 4 |
+
/workspace/circuitgen-datasets-private/netlist_to_layout_v1/eval_shard_worker.py:172: FutureWarning: You are using `torch.load` with `weights_only=False` (the current default value), which uses the default pickle module implicitly. It is possible to construct malicious pickle data which will execute arbitrary code during unpickling (See https://github.com/pytorch/pytorch/blob/main/SECURITY.md#untrusted-models for more details). In a future release, the default value for `weights_only` will be flipped to `True`. This limits the functions that could be executed during unpickling. Arbitrary objects will no longer be allowed to be loaded via this mode unless they are explicitly allowlisted by the user via `torch.serialization.add_safe_globals`. We recommend you start setting `weights_only=True` for any use case where you don't have full control of the loaded file. Please open an issue on GitHub for any issues related to this experimental feature.
|
| 5 |
+
payload = torch.load(args.checkpoint, map_location="cpu")
|
| 6 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:12:27Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 2, "shard_sample_count": 192, "processed": 0, "total": 192, "accepted": 0, "progress_fraction": 0.0, "samples_per_min": 0.0, "eta_min": null, "elapsed_sec": 2.630455732345581, "sample_workers": 8, "solver_workers_per_sample": 6, "last_sample_id": null, "last_graph_hash": null, "last_status": null, "last_dataset_root": null, "status_counts": {}, "failure_reason_counts": {}, "processed_by_root": {}, "accepted_by_root": {}}}
|
| 7 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:12:52Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 2, "shard_sample_count": 192, "processed": 8, "total": 192, "accepted": 3, "progress_fraction": 0.041666666666666664, "samples_per_min": 17.512700837427115, "eta_min": 10.506660377979278, "elapsed_sec": 27.408679246902466, "sample_workers": 8, "solver_workers_per_sample": 6, "last_sample_id": "open-schematics_hf:train-00014-of-00078.parquet:0:9", "last_graph_hash": "dd889dad399607fda4b73de19c4e223a73a54e42", "last_status": "cp_sat_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"accepted": 3, "router_fail": 2, "cp_sat_fail": 3}, "failure_reason_counts": {"router_fail": 2, "cp_sat_fail": 3}, "processed_by_root": {"open-schematics_hf": 4, "ltspice-spice-circuits_hf": 3, "ams-net.github.io": 1}, "accepted_by_root": {"open-schematics_hf": 1, "ams-net.github.io": 1, "ltspice-spice-circuits_hf": 1}}}
|
| 8 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:15:46Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 2, "shard_sample_count": 192, "processed": 16, "total": 192, "accepted": 3, "progress_fraction": 0.08333333333333333, "samples_per_min": 4.775377693127315, "eta_min": 36.85572352806727, "elapsed_sec": 201.0312192440033, "sample_workers": 8, "solver_workers_per_sample": 6, "last_sample_id": "open-schematics_hf:train-00027-of-00078.parquet:0:24", "last_graph_hash": "bb872ea73b3fdf8e88261ee8a00e1b4596866fe1", "last_status": "router_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"accepted": 3, "router_fail": 9, "cp_sat_fail": 4}, "failure_reason_counts": {"router_fail": 9, "cp_sat_fail": 4}, "processed_by_root": {"open-schematics_hf": 10, "ltspice-spice-circuits_hf": 5, "ams-net.github.io": 1}, "accepted_by_root": {"open-schematics_hf": 1, "ams-net.github.io": 1, "ltspice-spice-circuits_hf": 1}}}
|
| 9 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:18:32Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 2, "shard_sample_count": 192, "processed": 24, "total": 192, "accepted": 4, "progress_fraction": 0.125, "samples_per_min": 3.9228930106254096, "eta_min": 42.82553705771764, "elapsed_sec": 367.07603192329407, "sample_workers": 8, "solver_workers_per_sample": 6, "last_sample_id": "open-schematics_hf:train-00017-of-00078.parquet:0:266", "last_graph_hash": "8aad25bd30fe819f7b5f04131abd1802c15b0178", "last_status": "router_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"accepted": 4, "router_fail": 12, "cp_sat_fail": 8}, "failure_reason_counts": {"router_fail": 12, "cp_sat_fail": 8}, "processed_by_root": {"open-schematics_hf": 16, "ltspice-spice-circuits_hf": 6, "ams-net.github.io": 2}, "accepted_by_root": {"open-schematics_hf": 1, "ams-net.github.io": 2, "ltspice-spice-circuits_hf": 1}}}
|
| 10 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:21:13Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 2, "shard_sample_count": 192, "processed": 32, "total": 192, "accepted": 4, "progress_fraction": 0.16666666666666666, "samples_per_min": 3.6341235426319183, "eta_min": 44.0271218419075, "elapsed_sec": 528.32546210289, "sample_workers": 8, "solver_workers_per_sample": 6, "last_sample_id": "open-schematics_hf:train-00026-of-00078.parquet:0:266", "last_graph_hash": "fb470590485ac74a44933938a3c96f426196105f", "last_status": "router_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"accepted": 4, "router_fail": 19, "cp_sat_fail": 9}, "failure_reason_counts": {"router_fail": 19, "cp_sat_fail": 9}, "processed_by_root": {"open-schematics_hf": 23, "ltspice-spice-circuits_hf": 7, "ams-net.github.io": 2}, "accepted_by_root": {"open-schematics_hf": 1, "ams-net.github.io": 2, "ltspice-spice-circuits_hf": 1}}}
|
| 11 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:22:21Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 2, "shard_sample_count": 192, "processed": 40, "total": 192, "accepted": 5, "progress_fraction": 0.20833333333333334, "samples_per_min": 4.0285553011452375, "eta_min": 37.73064749956131, "elapsed_sec": 595.747065782547, "sample_workers": 8, "solver_workers_per_sample": 6, "last_sample_id": "ltspice-spice-circuits_hf:train-00000-of-00001.parquet:0:12555", "last_graph_hash": "3b05c45f94ab4d56897b1e5b517433c43b608186", "last_status": "router_fail", "last_dataset_root": "ltspice-spice-circuits_hf", "status_counts": {"accepted": 5, "router_fail": 24, "cp_sat_fail": 11}, "failure_reason_counts": {"router_fail": 24, "cp_sat_fail": 11}, "processed_by_root": {"open-schematics_hf": 28, "ltspice-spice-circuits_hf": 10, "ams-net.github.io": 2}, "accepted_by_root": {"open-schematics_hf": 2, "ams-net.github.io": 2, "ltspice-spice-circuits_hf": 1}}}
|
| 12 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:24:24Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 2, "shard_sample_count": 192, "processed": 48, "total": 192, "accepted": 5, "progress_fraction": 0.25, "samples_per_min": 4.0047532894452536, "eta_min": 35.957271170616146, "elapsed_sec": 719.145423412323, "sample_workers": 8, "solver_workers_per_sample": 6, "last_sample_id": "open-schematics_hf:train-00004-of-00078.parquet:0:97", "last_graph_hash": "be5074b3e07b7a861b31a023b267d775b488d236", "last_status": "router_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"accepted": 5, "router_fail": 31, "cp_sat_fail": 12}, "failure_reason_counts": {"router_fail": 31, "cp_sat_fail": 12}, "processed_by_root": {"open-schematics_hf": 35, "ltspice-spice-circuits_hf": 11, "ams-net.github.io": 2}, "accepted_by_root": {"open-schematics_hf": 2, "ams-net.github.io": 2, "ltspice-spice-circuits_hf": 1}}}
|
| 13 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:25:12Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 2, "shard_sample_count": 192, "processed": 56, "total": 192, "accepted": 5, "progress_fraction": 0.2916666666666667, "samples_per_min": 4.378574432363562, "eta_min": 31.060337582656317, "elapsed_sec": 767.3730461597443, "sample_workers": 8, "solver_workers_per_sample": 6, "last_sample_id": "ltspice-spice-circuits_hf:train-00000-of-00001.parquet:0:22492", "last_graph_hash": "82265c60544a1bb2d610b6520c73316807ea031c", "last_status": "router_fail", "last_dataset_root": "ltspice-spice-circuits_hf", "status_counts": {"accepted": 5, "router_fail": 35, "cp_sat_fail": 16}, "failure_reason_counts": {"router_fail": 35, "cp_sat_fail": 16}, "processed_by_root": {"open-schematics_hf": 40, "ltspice-spice-circuits_hf": 13, "ams-net.github.io": 3}, "accepted_by_root": {"open-schematics_hf": 2, "ams-net.github.io": 2, "ltspice-spice-circuits_hf": 1}}}
|
netlist_to_layout_v1/runs/routerfix-patched-normal384-rbm0e2t3/posttrain_full_eval_tmp/step-008000/shard_00.progress.json
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"status": "evaluating",
|
| 3 |
+
"updated_at": "2026-03-10T17:25:12Z",
|
| 4 |
+
"checkpoint_step": 8000,
|
| 5 |
+
"checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt",
|
| 6 |
+
"split": "val",
|
| 7 |
+
"manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json",
|
| 8 |
+
"manifest_size": 384,
|
| 9 |
+
"shard_index": 0,
|
| 10 |
+
"shard_count": 2,
|
| 11 |
+
"shard_sample_count": 192,
|
| 12 |
+
"processed": 56,
|
| 13 |
+
"total": 192,
|
| 14 |
+
"accepted": 5,
|
| 15 |
+
"progress_fraction": 0.2916666666666667,
|
| 16 |
+
"samples_per_min": 4.378574432363562,
|
| 17 |
+
"eta_min": 31.060337582656317,
|
| 18 |
+
"elapsed_sec": 767.3730461597443,
|
| 19 |
+
"sample_workers": 8,
|
| 20 |
+
"solver_workers_per_sample": 6,
|
| 21 |
+
"last_sample_id": "ltspice-spice-circuits_hf:train-00000-of-00001.parquet:0:22492",
|
| 22 |
+
"last_graph_hash": "82265c60544a1bb2d610b6520c73316807ea031c",
|
| 23 |
+
"last_status": "router_fail",
|
| 24 |
+
"last_dataset_root": "ltspice-spice-circuits_hf",
|
| 25 |
+
"status_counts": {
|
| 26 |
+
"accepted": 5,
|
| 27 |
+
"router_fail": 35,
|
| 28 |
+
"cp_sat_fail": 16
|
| 29 |
+
},
|
| 30 |
+
"failure_reason_counts": {
|
| 31 |
+
"router_fail": 35,
|
| 32 |
+
"cp_sat_fail": 16
|
| 33 |
+
},
|
| 34 |
+
"processed_by_root": {
|
| 35 |
+
"open-schematics_hf": 40,
|
| 36 |
+
"ltspice-spice-circuits_hf": 13,
|
| 37 |
+
"ams-net.github.io": 3
|
| 38 |
+
},
|
| 39 |
+
"accepted_by_root": {
|
| 40 |
+
"open-schematics_hf": 2,
|
| 41 |
+
"ams-net.github.io": 2,
|
| 42 |
+
"ltspice-spice-circuits_hf": 1
|
| 43 |
+
}
|
| 44 |
+
}
|
netlist_to_layout_v1/runs/routerfix-patched-normal384-rbm0e2t3/posttrain_full_eval_tmp/step-008000/shard_01.log
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
/workspace/circuitgen-datasets-private/netlist_to_layout_v1/eval_shard_worker.py:43: FutureWarning: You are using `torch.load` with `weights_only=False` (the current default value), which uses the default pickle module implicitly. It is possible to construct malicious pickle data which will execute arbitrary code during unpickling (See https://github.com/pytorch/pytorch/blob/main/SECURITY.md#untrusted-models for more details). In a future release, the default value for `weights_only` will be flipped to `True`. This limits the functions that could be executed during unpickling. Arbitrary objects will no longer be allowed to be loaded via this mode unless they are explicitly allowlisted by the user via `torch.serialization.add_safe_globals`. We recommend you start setting `weights_only=True` for any use case where you don't have full control of the loaded file. Please open an issue on GitHub for any issues related to this experimental feature.
|
| 2 |
+
samples = torch.load(split_path)
|
| 3 |
+
{"eval_shard_progress": {"status": "starting", "updated_at": "2026-03-10T17:12:25Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 1, "shard_count": 2, "shard_sample_count": 192, "processed": 0, "total": 192, "accepted": 0, "progress_fraction": 0.0, "samples_per_min": 0.0, "eta_min": null, "elapsed_sec": 5.4836273193359375e-06, "sample_workers": 8, "solver_workers_per_sample": 6, "last_sample_id": null, "last_graph_hash": null, "last_status": null, "last_dataset_root": null, "status_counts": {}, "failure_reason_counts": {}, "processed_by_root": {}, "accepted_by_root": {}}}
|
| 4 |
+
/workspace/circuitgen-datasets-private/netlist_to_layout_v1/eval_shard_worker.py:172: FutureWarning: You are using `torch.load` with `weights_only=False` (the current default value), which uses the default pickle module implicitly. It is possible to construct malicious pickle data which will execute arbitrary code during unpickling (See https://github.com/pytorch/pytorch/blob/main/SECURITY.md#untrusted-models for more details). In a future release, the default value for `weights_only` will be flipped to `True`. This limits the functions that could be executed during unpickling. Arbitrary objects will no longer be allowed to be loaded via this mode unless they are explicitly allowlisted by the user via `torch.serialization.add_safe_globals`. We recommend you start setting `weights_only=True` for any use case where you don't have full control of the loaded file. Please open an issue on GitHub for any issues related to this experimental feature.
|
| 5 |
+
payload = torch.load(args.checkpoint, map_location="cpu")
|
| 6 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:12:28Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 1, "shard_count": 2, "shard_sample_count": 192, "processed": 0, "total": 192, "accepted": 0, "progress_fraction": 0.0, "samples_per_min": 0.0, "eta_min": null, "elapsed_sec": 3.2915406227111816, "sample_workers": 8, "solver_workers_per_sample": 6, "last_sample_id": null, "last_graph_hash": null, "last_status": null, "last_dataset_root": null, "status_counts": {}, "failure_reason_counts": {}, "processed_by_root": {}, "accepted_by_root": {}}}
|
| 7 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:12:54Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 1, "shard_count": 2, "shard_sample_count": 192, "processed": 8, "total": 192, "accepted": 2, "progress_fraction": 0.041666666666666664, "samples_per_min": 16.295378760208337, "eta_min": 11.291544842720032, "elapsed_sec": 29.456203937530518, "sample_workers": 8, "solver_workers_per_sample": 6, "last_sample_id": "open-schematics_hf:train-00028-of-00078.parquet:1:103", "last_graph_hash": "9548b9a1981049796ac3dfb7f83d2cbdb24ccfb3", "last_status": "cp_sat_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"cp_sat_fail": 5, "accepted": 2, "router_fail": 1}, "failure_reason_counts": {"cp_sat_fail": 5, "router_fail": 1}, "processed_by_root": {"open-schematics_hf": 7, "ltspice-spice-circuits_hf": 1}, "accepted_by_root": {"open-schematics_hf": 2}}}
|
| 8 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:15:40Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 1, "shard_count": 2, "shard_sample_count": 192, "processed": 16, "total": 192, "accepted": 2, "progress_fraction": 0.08333333333333333, "samples_per_min": 4.9049745471109825, "eta_min": 35.8819395105044, "elapsed_sec": 195.71967005729675, "sample_workers": 8, "solver_workers_per_sample": 6, "last_sample_id": "open-schematics_hf:train-00016-of-00078.parquet:0:292", "last_graph_hash": "de8b2ea46733a71e066e15e866b22a945188bd1f", "last_status": "router_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"cp_sat_fail": 5, "accepted": 2, "router_fail": 9}, "failure_reason_counts": {"cp_sat_fail": 5, "router_fail": 9}, "processed_by_root": {"open-schematics_hf": 13, "ltspice-spice-circuits_hf": 3}, "accepted_by_root": {"open-schematics_hf": 2}}}
|
| 9 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:16:17Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 1, "shard_count": 2, "shard_sample_count": 192, "processed": 24, "total": 192, "accepted": 2, "progress_fraction": 0.125, "samples_per_min": 6.190179365243535, "eta_min": 27.13976285457611, "elapsed_sec": 232.62653875350952, "sample_workers": 8, "solver_workers_per_sample": 6, "last_sample_id": "open-schematics_hf:train-00021-of-00078.parquet:1:245", "last_graph_hash": "de456951191d12ecf60fb1828de17acd361fe118", "last_status": "cp_sat_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"cp_sat_fail": 9, "accepted": 2, "router_fail": 13}, "failure_reason_counts": {"cp_sat_fail": 9, "router_fail": 13}, "processed_by_root": {"open-schematics_hf": 19, "ltspice-spice-circuits_hf": 5}, "accepted_by_root": {"open-schematics_hf": 2}}}
|
| 10 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:18:58Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 1, "shard_count": 2, "shard_sample_count": 192, "processed": 32, "total": 192, "accepted": 2, "progress_fraction": 0.16666666666666666, "samples_per_min": 4.87974604191828, "eta_min": 32.78859158356985, "elapsed_sec": 393.46309900283813, "sample_workers": 8, "solver_workers_per_sample": 6, "last_sample_id": "open-schematics_hf:train-00001-of-00078.parquet:0:66", "last_graph_hash": "cc2686a06efcb12c07cb1cb73fe843ed9876a757", "last_status": "router_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"cp_sat_fail": 9, "accepted": 2, "router_fail": 21}, "failure_reason_counts": {"cp_sat_fail": 9, "router_fail": 21}, "processed_by_root": {"open-schematics_hf": 26, "ltspice-spice-circuits_hf": 6}, "accepted_by_root": {"open-schematics_hf": 2}}}
|
| 11 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:21:41Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 1, "shard_count": 2, "shard_sample_count": 192, "processed": 40, "total": 192, "accepted": 4, "progress_fraction": 0.20833333333333334, "samples_per_min": 4.311517649994279, "eta_min": 35.254407459100086, "elapsed_sec": 556.6485388278961, "sample_workers": 8, "solver_workers_per_sample": 6, "last_sample_id": "open-schematics_hf:train-00003-of-00078.parquet:1:380", "last_graph_hash": "b5e80d152ecb4a577d29dcf838c7e5b1f89600bc", "last_status": "router_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"cp_sat_fail": 10, "accepted": 4, "router_fail": 26}, "failure_reason_counts": {"cp_sat_fail": 10, "router_fail": 26}, "processed_by_root": {"open-schematics_hf": 29, "ltspice-spice-circuits_hf": 11}, "accepted_by_root": {"open-schematics_hf": 3, "ltspice-spice-circuits_hf": 1}}}
|
| 12 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:22:39Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 1, "shard_count": 2, "shard_sample_count": 192, "processed": 48, "total": 192, "accepted": 5, "progress_fraction": 0.25, "samples_per_min": 4.684639084578648, "eta_min": 30.73876074552536, "elapsed_sec": 614.7752149105072, "sample_workers": 8, "solver_workers_per_sample": 6, "last_sample_id": "open-schematics_hf:train-00001-of-00078.parquet:1:510", "last_graph_hash": "81512b6b397906a251c47d42f94b5202e572a696", "last_status": "router_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"cp_sat_fail": 10, "accepted": 5, "router_fail": 33}, "failure_reason_counts": {"cp_sat_fail": 10, "router_fail": 33}, "processed_by_root": {"open-schematics_hf": 37, "ltspice-spice-circuits_hf": 11}, "accepted_by_root": {"open-schematics_hf": 4, "ltspice-spice-circuits_hf": 1}}}
|
| 13 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:25:07Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 1, "shard_count": 2, "shard_sample_count": 192, "processed": 56, "total": 192, "accepted": 5, "progress_fraction": 0.2916666666666667, "samples_per_min": 4.405604109194527, "eta_min": 30.869773277214595, "elapsed_sec": 762.6649868488312, "sample_workers": 8, "solver_workers_per_sample": 6, "last_sample_id": "open-schematics_hf:train-00012-of-00078.parquet:0:209", "last_graph_hash": "09ca45105d7ba99bcf212bda14d43b574de574e9", "last_status": "cp_sat_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"cp_sat_fail": 13, "accepted": 5, "router_fail": 38}, "failure_reason_counts": {"cp_sat_fail": 13, "router_fail": 38}, "processed_by_root": {"open-schematics_hf": 42, "ltspice-spice-circuits_hf": 13, "ams-net.github.io": 1}, "accepted_by_root": {"open-schematics_hf": 4, "ltspice-spice-circuits_hf": 1}}}
|
netlist_to_layout_v1/runs/routerfix-patched-normal384-rbm0e2t3/posttrain_full_eval_tmp/step-008000/shard_01.progress.json
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"status": "evaluating",
|
| 3 |
+
"updated_at": "2026-03-10T17:25:07Z",
|
| 4 |
+
"checkpoint_step": 8000,
|
| 5 |
+
"checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt",
|
| 6 |
+
"split": "val",
|
| 7 |
+
"manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json",
|
| 8 |
+
"manifest_size": 384,
|
| 9 |
+
"shard_index": 1,
|
| 10 |
+
"shard_count": 2,
|
| 11 |
+
"shard_sample_count": 192,
|
| 12 |
+
"processed": 56,
|
| 13 |
+
"total": 192,
|
| 14 |
+
"accepted": 5,
|
| 15 |
+
"progress_fraction": 0.2916666666666667,
|
| 16 |
+
"samples_per_min": 4.405604109194527,
|
| 17 |
+
"eta_min": 30.869773277214595,
|
| 18 |
+
"elapsed_sec": 762.6649868488312,
|
| 19 |
+
"sample_workers": 8,
|
| 20 |
+
"solver_workers_per_sample": 6,
|
| 21 |
+
"last_sample_id": "open-schematics_hf:train-00012-of-00078.parquet:0:209",
|
| 22 |
+
"last_graph_hash": "09ca45105d7ba99bcf212bda14d43b574de574e9",
|
| 23 |
+
"last_status": "cp_sat_fail",
|
| 24 |
+
"last_dataset_root": "open-schematics_hf",
|
| 25 |
+
"status_counts": {
|
| 26 |
+
"cp_sat_fail": 13,
|
| 27 |
+
"accepted": 5,
|
| 28 |
+
"router_fail": 38
|
| 29 |
+
},
|
| 30 |
+
"failure_reason_counts": {
|
| 31 |
+
"cp_sat_fail": 13,
|
| 32 |
+
"router_fail": 38
|
| 33 |
+
},
|
| 34 |
+
"processed_by_root": {
|
| 35 |
+
"open-schematics_hf": 42,
|
| 36 |
+
"ltspice-spice-circuits_hf": 13,
|
| 37 |
+
"ams-net.github.io": 1
|
| 38 |
+
},
|
| 39 |
+
"accepted_by_root": {
|
| 40 |
+
"open-schematics_hf": 4,
|
| 41 |
+
"ltspice-spice-circuits_hf": 1
|
| 42 |
+
}
|
| 43 |
+
}
|
netlist_to_layout_v1/runs/routerfix-patched-oracle-candidate384-rbm0e2t3/full_machine_eval_state.json
ADDED
|
@@ -0,0 +1,91 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"status": "stopped_after_negative_oracle_layout_gate",
|
| 3 |
+
"updated_at": "2026-03-10T17:36:13Z",
|
| 4 |
+
"stop_reason": "Stopped after routerfix-patched-oracle-layout384-rbm0e2t3 regressed versus the clean oracle-layout reduced baseline.",
|
| 5 |
+
"step": 8000,
|
| 6 |
+
"checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt",
|
| 7 |
+
"split": "val",
|
| 8 |
+
"subset_manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json",
|
| 9 |
+
"gpus": [
|
| 10 |
+
"2"
|
| 11 |
+
],
|
| 12 |
+
"cpusets": [
|
| 13 |
+
"104-155"
|
| 14 |
+
],
|
| 15 |
+
"sample_workers_per_gpu": 8,
|
| 16 |
+
"solver_workers_per_sample": 6,
|
| 17 |
+
"processed": 32,
|
| 18 |
+
"total": 384,
|
| 19 |
+
"accepted": 6,
|
| 20 |
+
"progress_fraction": 0.08333333333333333,
|
| 21 |
+
"samples_per_min": 3.5318899946197937,
|
| 22 |
+
"eta_min": 99.66335320075353,
|
| 23 |
+
"elapsed_sec": 543.6182901859283,
|
| 24 |
+
"completed_shards": 0,
|
| 25 |
+
"failed_shards": 0,
|
| 26 |
+
"status_counts": {
|
| 27 |
+
"accepted": 6,
|
| 28 |
+
"cp_sat_fail": 4,
|
| 29 |
+
"router_fail": 22
|
| 30 |
+
},
|
| 31 |
+
"failure_reason_counts": {
|
| 32 |
+
"cp_sat_fail": 4,
|
| 33 |
+
"router_fail": 22
|
| 34 |
+
},
|
| 35 |
+
"processed_by_root": {
|
| 36 |
+
"open-schematics_hf": 23,
|
| 37 |
+
"ltspice-spice-circuits_hf": 8,
|
| 38 |
+
"ams-net.github.io": 1
|
| 39 |
+
},
|
| 40 |
+
"accepted_by_root": {
|
| 41 |
+
"open-schematics_hf": 4,
|
| 42 |
+
"ams-net.github.io": 1,
|
| 43 |
+
"ltspice-spice-circuits_hf": 1
|
| 44 |
+
},
|
| 45 |
+
"shards": {
|
| 46 |
+
"0": {
|
| 47 |
+
"status": "stopped",
|
| 48 |
+
"updated_at": "2026-03-10T17:25:37Z",
|
| 49 |
+
"checkpoint_step": 8000,
|
| 50 |
+
"checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt",
|
| 51 |
+
"split": "val",
|
| 52 |
+
"manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json",
|
| 53 |
+
"manifest_size": 384,
|
| 54 |
+
"shard_index": 0,
|
| 55 |
+
"shard_count": 1,
|
| 56 |
+
"shard_sample_count": 384,
|
| 57 |
+
"processed": 32,
|
| 58 |
+
"total": 384,
|
| 59 |
+
"accepted": 6,
|
| 60 |
+
"progress_fraction": 0.08333333333333333,
|
| 61 |
+
"samples_per_min": 3.936788009555835,
|
| 62 |
+
"eta_min": 89.41299331982931,
|
| 63 |
+
"elapsed_sec": 487.707236289978,
|
| 64 |
+
"sample_workers": 8,
|
| 65 |
+
"solver_workers_per_sample": 6,
|
| 66 |
+
"last_sample_id": "open-schematics_hf:train-00016-of-00078.parquet:0:292",
|
| 67 |
+
"last_graph_hash": "de8b2ea46733a71e066e15e866b22a945188bd1f",
|
| 68 |
+
"last_status": "router_fail",
|
| 69 |
+
"last_dataset_root": "open-schematics_hf",
|
| 70 |
+
"status_counts": {
|
| 71 |
+
"accepted": 6,
|
| 72 |
+
"cp_sat_fail": 4,
|
| 73 |
+
"router_fail": 22
|
| 74 |
+
},
|
| 75 |
+
"failure_reason_counts": {
|
| 76 |
+
"cp_sat_fail": 4,
|
| 77 |
+
"router_fail": 22
|
| 78 |
+
},
|
| 79 |
+
"processed_by_root": {
|
| 80 |
+
"open-schematics_hf": 23,
|
| 81 |
+
"ltspice-spice-circuits_hf": 8,
|
| 82 |
+
"ams-net.github.io": 1
|
| 83 |
+
},
|
| 84 |
+
"accepted_by_root": {
|
| 85 |
+
"open-schematics_hf": 4,
|
| 86 |
+
"ams-net.github.io": 1,
|
| 87 |
+
"ltspice-spice-circuits_hf": 1
|
| 88 |
+
}
|
| 89 |
+
}
|
| 90 |
+
}
|
| 91 |
+
}
|
netlist_to_layout_v1/runs/routerfix-patched-oracle-candidate384-rbm0e2t3/launcher.log
ADDED
|
@@ -0,0 +1,56 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"full_machine_eval": {"status": "launching_shards", "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "gpus": ["2"], "cpusets": ["104-155"], "updated_at": "2026-03-10T17:17:24Z"}}
|
| 2 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 0, "total": 0, "accepted": 0, "progress_fraction": 0.0, "samples_per_min": 0.0, "eta_min": null, "completed_shards": 0, "updated_at": "2026-03-10T17:17:24Z"}}
|
| 3 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 0, "total": 384, "accepted": 0, "progress_fraction": 0.0, "samples_per_min": 0.0, "eta_min": null, "completed_shards": 0, "updated_at": "2026-03-10T17:17:34Z"}}
|
| 4 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 0, "total": 384, "accepted": 0, "progress_fraction": 0.0, "samples_per_min": 0.0, "eta_min": null, "completed_shards": 0, "updated_at": "2026-03-10T17:17:44Z"}}
|
| 5 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 0, "total": 384, "accepted": 0, "progress_fraction": 0.0, "samples_per_min": 0.0, "eta_min": null, "completed_shards": 0, "updated_at": "2026-03-10T17:17:54Z"}}
|
| 6 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 0, "total": 384, "accepted": 0, "progress_fraction": 0.0, "samples_per_min": 0.0, "eta_min": null, "completed_shards": 0, "updated_at": "2026-03-10T17:18:04Z"}}
|
| 7 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 0, "total": 384, "accepted": 0, "progress_fraction": 0.0, "samples_per_min": 0.0, "eta_min": null, "completed_shards": 0, "updated_at": "2026-03-10T17:18:14Z"}}
|
| 8 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 0, "total": 384, "accepted": 0, "progress_fraction": 0.0, "samples_per_min": 0.0, "eta_min": null, "completed_shards": 0, "updated_at": "2026-03-10T17:18:24Z"}}
|
| 9 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 0, "total": 384, "accepted": 0, "progress_fraction": 0.0, "samples_per_min": 0.0, "eta_min": null, "completed_shards": 0, "updated_at": "2026-03-10T17:18:35Z"}}
|
| 10 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 0, "total": 384, "accepted": 0, "progress_fraction": 0.0, "samples_per_min": 0.0, "eta_min": null, "completed_shards": 0, "updated_at": "2026-03-10T17:18:45Z"}}
|
| 11 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 0, "total": 384, "accepted": 0, "progress_fraction": 0.0, "samples_per_min": 0.0, "eta_min": null, "completed_shards": 0, "updated_at": "2026-03-10T17:18:55Z"}}
|
| 12 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 8, "total": 384, "accepted": 3, "progress_fraction": 0.020833333333333332, "samples_per_min": 4.75264846899099, "eta_min": 79.1137830734253, "completed_shards": 0, "updated_at": "2026-03-10T17:19:05Z"}}
|
| 13 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 8, "total": 384, "accepted": 3, "progress_fraction": 0.020833333333333332, "samples_per_min": 4.322201313588871, "eta_min": 86.99270874261856, "completed_shards": 0, "updated_at": "2026-03-10T17:19:15Z"}}
|
| 14 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 8, "total": 384, "accepted": 3, "progress_fraction": 0.020833333333333332, "samples_per_min": 3.9642876400488603, "eta_min": 94.84680077234904, "completed_shards": 0, "updated_at": "2026-03-10T17:19:25Z"}}
|
| 15 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 8, "total": 384, "accepted": 3, "progress_fraction": 0.020833333333333332, "samples_per_min": 3.659733777809553, "eta_min": 102.73971354961395, "completed_shards": 0, "updated_at": "2026-03-10T17:19:35Z"}}
|
| 16 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 8, "total": 384, "accepted": 3, "progress_fraction": 0.020833333333333332, "samples_per_min": 3.3980731834310247, "eta_min": 110.65094237327575, "completed_shards": 0, "updated_at": "2026-03-10T17:19:45Z"}}
|
| 17 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 8, "total": 384, "accepted": 3, "progress_fraction": 0.020833333333333332, "samples_per_min": 3.1724877107748437, "eta_min": 118.51897762219112, "completed_shards": 0, "updated_at": "2026-03-10T17:19:55Z"}}
|
| 18 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 8, "total": 384, "accepted": 3, "progress_fraction": 0.020833333333333332, "samples_per_min": 2.9745327506231463, "eta_min": 126.406407837073, "completed_shards": 0, "updated_at": "2026-03-10T17:20:05Z"}}
|
| 19 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 8, "total": 384, "accepted": 3, "progress_fraction": 0.020833333333333332, "samples_per_min": 2.7993815588282134, "eta_min": 134.31538077195484, "completed_shards": 0, "updated_at": "2026-03-10T17:20:15Z"}}
|
| 20 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 8, "total": 384, "accepted": 3, "progress_fraction": 0.020833333333333332, "samples_per_min": 2.6440444941082673, "eta_min": 142.20638148784636, "completed_shards": 0, "updated_at": "2026-03-10T17:20:25Z"}}
|
| 21 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 8, "total": 384, "accepted": 3, "progress_fraction": 0.020833333333333332, "samples_per_min": 2.505262590196673, "eta_min": 150.08406762282053, "completed_shards": 0, "updated_at": "2026-03-10T17:20:35Z"}}
|
| 22 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 8, "total": 384, "accepted": 3, "progress_fraction": 0.020833333333333332, "samples_per_min": 2.379984374895158, "eta_min": 157.98423047065737, "completed_shards": 0, "updated_at": "2026-03-10T17:20:46Z"}}
|
| 23 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 8, "total": 384, "accepted": 3, "progress_fraction": 0.020833333333333332, "samples_per_min": 2.2645280394141674, "eta_min": 166.0390127460162, "completed_shards": 0, "updated_at": "2026-03-10T17:20:56Z"}}
|
| 24 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 8, "total": 384, "accepted": 3, "progress_fraction": 0.020833333333333332, "samples_per_min": 2.1615252410593175, "eta_min": 173.9512418627739, "completed_shards": 0, "updated_at": "2026-03-10T17:21:06Z"}}
|
| 25 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 8, "total": 384, "accepted": 3, "progress_fraction": 0.020833333333333332, "samples_per_min": 2.065657838034337, "eta_min": 182.02433775663374, "completed_shards": 0, "updated_at": "2026-03-10T17:21:16Z"}}
|
| 26 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 8, "total": 384, "accepted": 3, "progress_fraction": 0.020833333333333332, "samples_per_min": 1.9800538588487264, "eta_min": 189.89382451375326, "completed_shards": 0, "updated_at": "2026-03-10T17:21:26Z"}}
|
| 27 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 8, "total": 384, "accepted": 3, "progress_fraction": 0.020833333333333332, "samples_per_min": 1.901017099417516, "eta_min": 197.78885740439097, "completed_shards": 0, "updated_at": "2026-03-10T17:21:36Z"}}
|
| 28 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 16, "total": 384, "accepted": 3, "progress_fraction": 0.041666666666666664, "samples_per_min": 3.6565130794781506, "eta_min": 100.64233109553655, "completed_shards": 0, "updated_at": "2026-03-10T17:21:46Z"}}
|
| 29 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 16, "total": 384, "accepted": 3, "progress_fraction": 0.041666666666666664, "samples_per_min": 3.521668038550983, "eta_min": 104.49593657652537, "completed_shards": 0, "updated_at": "2026-03-10T17:21:56Z"}}
|
| 30 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 16, "total": 384, "accepted": 3, "progress_fraction": 0.041666666666666664, "samples_per_min": 3.396178014754296, "eta_min": 108.35709977547327, "completed_shards": 0, "updated_at": "2026-03-10T17:22:07Z"}}
|
| 31 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 16, "total": 384, "accepted": 3, "progress_fraction": 0.041666666666666664, "samples_per_min": 3.2798778295612796, "eta_min": 112.19930104811986, "completed_shards": 0, "updated_at": "2026-03-10T17:22:17Z"}}
|
| 32 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 16, "total": 384, "accepted": 3, "progress_fraction": 0.041666666666666664, "samples_per_min": 3.17128357812124, "eta_min": 116.04134128491083, "completed_shards": 0, "updated_at": "2026-03-10T17:22:27Z"}}
|
| 33 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 16, "total": 384, "accepted": 3, "progress_fraction": 0.041666666666666664, "samples_per_min": 3.0695454409108387, "eta_min": 119.88745795885721, "completed_shards": 0, "updated_at": "2026-03-10T17:22:37Z"}}
|
| 34 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 16, "total": 384, "accepted": 3, "progress_fraction": 0.041666666666666664, "samples_per_min": 2.974256356124117, "eta_min": 123.72840667963028, "completed_shards": 0, "updated_at": "2026-03-10T17:22:47Z"}}
|
| 35 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 24, "total": 384, "accepted": 6, "progress_fraction": 0.0625, "samples_per_min": 4.327168950340754, "eta_min": 83.19527250528337, "completed_shards": 0, "updated_at": "2026-03-10T17:22:57Z"}}
|
| 36 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 24, "total": 384, "accepted": 6, "progress_fraction": 0.0625, "samples_per_min": 4.200086261673172, "eta_min": 85.71252530813217, "completed_shards": 0, "updated_at": "2026-03-10T17:23:07Z"}}
|
| 37 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 24, "total": 384, "accepted": 6, "progress_fraction": 0.0625, "samples_per_min": 4.0803500494949185, "eta_min": 88.2277244925499, "completed_shards": 0, "updated_at": "2026-03-10T17:23:17Z"}}
|
| 38 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 24, "total": 384, "accepted": 6, "progress_fraction": 0.0625, "samples_per_min": 3.9671076172765853, "eta_min": 90.74621480703354, "completed_shards": 0, "updated_at": "2026-03-10T17:23:27Z"}}
|
| 39 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 24, "total": 384, "accepted": 6, "progress_fraction": 0.0625, "samples_per_min": 3.860623649151956, "eta_min": 93.24918270111084, "completed_shards": 0, "updated_at": "2026-03-10T17:23:37Z"}}
|
| 40 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 24, "total": 384, "accepted": 6, "progress_fraction": 0.0625, "samples_per_min": 3.7597225455451526, "eta_min": 95.75174647569656, "completed_shards": 0, "updated_at": "2026-03-10T17:23:47Z"}}
|
| 41 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 24, "total": 384, "accepted": 6, "progress_fraction": 0.0625, "samples_per_min": 3.6635274514792546, "eta_min": 98.26594853401184, "completed_shards": 0, "updated_at": "2026-03-10T17:23:57Z"}}
|
| 42 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 24, "total": 384, "accepted": 6, "progress_fraction": 0.0625, "samples_per_min": 3.572327819312763, "eta_min": 100.77462601661682, "completed_shards": 0, "updated_at": "2026-03-10T17:24:07Z"}}
|
| 43 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 24, "total": 384, "accepted": 6, "progress_fraction": 0.0625, "samples_per_min": 3.4857551608764585, "eta_min": 103.27747744321823, "completed_shards": 0, "updated_at": "2026-03-10T17:24:17Z"}}
|
| 44 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 24, "total": 384, "accepted": 6, "progress_fraction": 0.0625, "samples_per_min": 3.4030494685874118, "eta_min": 105.78747189044952, "completed_shards": 0, "updated_at": "2026-03-10T17:24:27Z"}}
|
| 45 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 24, "total": 384, "accepted": 6, "progress_fraction": 0.0625, "samples_per_min": 3.32410515799505, "eta_min": 108.2998229265213, "completed_shards": 0, "updated_at": "2026-03-10T17:24:37Z"}}
|
| 46 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 24, "total": 384, "accepted": 6, "progress_fraction": 0.0625, "samples_per_min": 3.2487036555265325, "eta_min": 110.81343150138855, "completed_shards": 0, "updated_at": "2026-03-10T17:24:47Z"}}
|
| 47 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 24, "total": 384, "accepted": 6, "progress_fraction": 0.0625, "samples_per_min": 3.1768312277687576, "eta_min": 113.32046753168108, "completed_shards": 0, "updated_at": "2026-03-10T17:24:57Z"}}
|
| 48 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 24, "total": 384, "accepted": 6, "progress_fraction": 0.0625, "samples_per_min": 3.1080043895218856, "eta_min": 115.82995223999023, "completed_shards": 0, "updated_at": "2026-03-10T17:25:07Z"}}
|
| 49 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 24, "total": 384, "accepted": 6, "progress_fraction": 0.0625, "samples_per_min": 3.0420131275310243, "eta_min": 118.34268456697464, "completed_shards": 0, "updated_at": "2026-03-10T17:25:17Z"}}
|
| 50 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 24, "total": 384, "accepted": 6, "progress_fraction": 0.0625, "samples_per_min": 2.9789810324077055, "eta_min": 120.84669089317322, "completed_shards": 0, "updated_at": "2026-03-10T17:25:27Z"}}
|
| 51 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 32, "total": 384, "accepted": 6, "progress_fraction": 0.08333333333333333, "samples_per_min": 3.891354146970758, "eta_min": 90.45694293181101, "completed_shards": 0, "updated_at": "2026-03-10T17:25:37Z"}}
|
| 52 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 32, "total": 384, "accepted": 6, "progress_fraction": 0.08333333333333333, "samples_per_min": 3.8139319134415954, "eta_min": 92.2932050148646, "completed_shards": 0, "updated_at": "2026-03-10T17:25:47Z"}}
|
| 53 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 32, "total": 384, "accepted": 6, "progress_fraction": 0.08333333333333333, "samples_per_min": 3.739253696563054, "eta_min": 94.13643164237341, "completed_shards": 0, "updated_at": "2026-03-10T17:25:57Z"}}
|
| 54 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 32, "total": 384, "accepted": 6, "progress_fraction": 0.08333333333333333, "samples_per_min": 3.6675213276383065, "eta_min": 95.97762863636017, "completed_shards": 0, "updated_at": "2026-03-10T17:26:07Z"}}
|
| 55 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 32, "total": 384, "accepted": 6, "progress_fraction": 0.08333333333333333, "samples_per_min": 3.5984609125902294, "eta_min": 97.819598031044, "completed_shards": 0, "updated_at": "2026-03-10T17:26:17Z"}}
|
| 56 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 32, "total": 384, "accepted": 6, "progress_fraction": 0.08333333333333333, "samples_per_min": 3.5318899946197937, "eta_min": 99.66335320075353, "completed_shards": 0, "updated_at": "2026-03-10T17:26:27Z"}}
|
netlist_to_layout_v1/runs/routerfix-patched-oracle-candidate384-rbm0e2t3/posttrain_full_eval_tmp/step-008000/shard_00.log
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
/workspace/circuitgen-datasets-private/netlist_to_layout_v1/eval_shard_worker.py:43: FutureWarning: You are using `torch.load` with `weights_only=False` (the current default value), which uses the default pickle module implicitly. It is possible to construct malicious pickle data which will execute arbitrary code during unpickling (See https://github.com/pytorch/pytorch/blob/main/SECURITY.md#untrusted-models for more details). In a future release, the default value for `weights_only` will be flipped to `True`. This limits the functions that could be executed during unpickling. Arbitrary objects will no longer be allowed to be loaded via this mode unless they are explicitly allowlisted by the user via `torch.serialization.add_safe_globals`. We recommend you start setting `weights_only=True` for any use case where you don't have full control of the loaded file. Please open an issue on GitHub for any issues related to this experimental feature.
|
| 2 |
+
samples = torch.load(split_path)
|
| 3 |
+
{"eval_shard_progress": {"status": "starting", "updated_at": "2026-03-10T17:17:29Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 1, "shard_sample_count": 384, "processed": 0, "total": 384, "accepted": 0, "progress_fraction": 0.0, "samples_per_min": 0.0, "eta_min": null, "elapsed_sec": 5.0067901611328125e-06, "sample_workers": 8, "solver_workers_per_sample": 6, "last_sample_id": null, "last_graph_hash": null, "last_status": null, "last_dataset_root": null, "status_counts": {}, "failure_reason_counts": {}, "processed_by_root": {}, "accepted_by_root": {}}}
|
| 4 |
+
/workspace/circuitgen-datasets-private/netlist_to_layout_v1/eval_shard_worker.py:172: FutureWarning: You are using `torch.load` with `weights_only=False` (the current default value), which uses the default pickle module implicitly. It is possible to construct malicious pickle data which will execute arbitrary code during unpickling (See https://github.com/pytorch/pytorch/blob/main/SECURITY.md#untrusted-models for more details). In a future release, the default value for `weights_only` will be flipped to `True`. This limits the functions that could be executed during unpickling. Arbitrary objects will no longer be allowed to be loaded via this mode unless they are explicitly allowlisted by the user via `torch.serialization.add_safe_globals`. We recommend you start setting `weights_only=True` for any use case where you don't have full control of the loaded file. Please open an issue on GitHub for any issues related to this experimental feature.
|
| 5 |
+
payload = torch.load(args.checkpoint, map_location="cpu")
|
| 6 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:17:34Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 1, "shard_sample_count": 384, "processed": 0, "total": 384, "accepted": 0, "progress_fraction": 0.0, "samples_per_min": 0.0, "eta_min": null, "elapsed_sec": 4.130876064300537, "sample_workers": 8, "solver_workers_per_sample": 6, "last_sample_id": null, "last_graph_hash": null, "last_status": null, "last_dataset_root": null, "status_counts": {}, "failure_reason_counts": {}, "processed_by_root": {}, "accepted_by_root": {}}}
|
| 7 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:19:04Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 1, "shard_sample_count": 384, "processed": 8, "total": 384, "accepted": 3, "progress_fraction": 0.020833333333333332, "samples_per_min": 5.09977381272961, "eta_min": 73.728760099411, "elapsed_sec": 94.12182140350342, "sample_workers": 8, "solver_workers_per_sample": 6, "last_sample_id": "open-schematics_hf:train-00008-of-00078.parquet:1:243", "last_graph_hash": "b18454d0f68b852b42ee9043f208a43fc12f9456", "last_status": "router_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"accepted": 3, "cp_sat_fail": 2, "router_fail": 3}, "failure_reason_counts": {"cp_sat_fail": 2, "router_fail": 3}, "processed_by_root": {"open-schematics_hf": 5, "ltspice-spice-circuits_hf": 3}, "accepted_by_root": {"open-schematics_hf": 3}}}
|
| 8 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:21:45Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 1, "shard_sample_count": 384, "processed": 16, "total": 384, "accepted": 3, "progress_fraction": 0.041666666666666664, "samples_per_min": 3.7596095160470484, "eta_min": 97.88250573078791, "elapsed_sec": 255.34566712379456, "sample_workers": 8, "solver_workers_per_sample": 6, "last_sample_id": "open-schematics_hf:train-00028-of-00078.parquet:0:193", "last_graph_hash": "8d2423b96fc0597259d2cb4decdf9bc778b640db", "last_status": "router_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"accepted": 3, "cp_sat_fail": 2, "router_fail": 11}, "failure_reason_counts": {"cp_sat_fail": 2, "router_fail": 11}, "processed_by_root": {"open-schematics_hf": 12, "ltspice-spice-circuits_hf": 4}, "accepted_by_root": {"open-schematics_hf": 3}}}
|
| 9 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:22:53Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 1, "shard_sample_count": 384, "processed": 24, "total": 384, "accepted": 6, "progress_fraction": 0.0625, "samples_per_min": 4.456593982273775, "eta_min": 80.77917832136154, "elapsed_sec": 323.11671328544617, "sample_workers": 8, "solver_workers_per_sample": 6, "last_sample_id": "open-schematics_hf:train-00003-of-00078.parquet:0:394", "last_graph_hash": "73c92aa7d89a509eedef7d451ee0a90341060cc8", "last_status": "cp_sat_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"accepted": 6, "cp_sat_fail": 4, "router_fail": 14}, "failure_reason_counts": {"cp_sat_fail": 4, "router_fail": 14}, "processed_by_root": {"open-schematics_hf": 15, "ltspice-spice-circuits_hf": 8, "ams-net.github.io": 1}, "accepted_by_root": {"open-schematics_hf": 4, "ams-net.github.io": 1, "ltspice-spice-circuits_hf": 1}}}
|
| 10 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:25:37Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 1, "shard_sample_count": 384, "processed": 32, "total": 384, "accepted": 6, "progress_fraction": 0.08333333333333333, "samples_per_min": 3.936788009555835, "eta_min": 89.41299331982931, "elapsed_sec": 487.707236289978, "sample_workers": 8, "solver_workers_per_sample": 6, "last_sample_id": "open-schematics_hf:train-00016-of-00078.parquet:0:292", "last_graph_hash": "de8b2ea46733a71e066e15e866b22a945188bd1f", "last_status": "router_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"accepted": 6, "cp_sat_fail": 4, "router_fail": 22}, "failure_reason_counts": {"cp_sat_fail": 4, "router_fail": 22}, "processed_by_root": {"open-schematics_hf": 23, "ltspice-spice-circuits_hf": 8, "ams-net.github.io": 1}, "accepted_by_root": {"open-schematics_hf": 4, "ams-net.github.io": 1, "ltspice-spice-circuits_hf": 1}}}
|
netlist_to_layout_v1/runs/routerfix-patched-oracle-candidate384-rbm0e2t3/posttrain_full_eval_tmp/step-008000/shard_00.progress.json
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"status": "evaluating",
|
| 3 |
+
"updated_at": "2026-03-10T17:25:37Z",
|
| 4 |
+
"checkpoint_step": 8000,
|
| 5 |
+
"checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt",
|
| 6 |
+
"split": "val",
|
| 7 |
+
"manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json",
|
| 8 |
+
"manifest_size": 384,
|
| 9 |
+
"shard_index": 0,
|
| 10 |
+
"shard_count": 1,
|
| 11 |
+
"shard_sample_count": 384,
|
| 12 |
+
"processed": 32,
|
| 13 |
+
"total": 384,
|
| 14 |
+
"accepted": 6,
|
| 15 |
+
"progress_fraction": 0.08333333333333333,
|
| 16 |
+
"samples_per_min": 3.936788009555835,
|
| 17 |
+
"eta_min": 89.41299331982931,
|
| 18 |
+
"elapsed_sec": 487.707236289978,
|
| 19 |
+
"sample_workers": 8,
|
| 20 |
+
"solver_workers_per_sample": 6,
|
| 21 |
+
"last_sample_id": "open-schematics_hf:train-00016-of-00078.parquet:0:292",
|
| 22 |
+
"last_graph_hash": "de8b2ea46733a71e066e15e866b22a945188bd1f",
|
| 23 |
+
"last_status": "router_fail",
|
| 24 |
+
"last_dataset_root": "open-schematics_hf",
|
| 25 |
+
"status_counts": {
|
| 26 |
+
"accepted": 6,
|
| 27 |
+
"cp_sat_fail": 4,
|
| 28 |
+
"router_fail": 22
|
| 29 |
+
},
|
| 30 |
+
"failure_reason_counts": {
|
| 31 |
+
"cp_sat_fail": 4,
|
| 32 |
+
"router_fail": 22
|
| 33 |
+
},
|
| 34 |
+
"processed_by_root": {
|
| 35 |
+
"open-schematics_hf": 23,
|
| 36 |
+
"ltspice-spice-circuits_hf": 8,
|
| 37 |
+
"ams-net.github.io": 1
|
| 38 |
+
},
|
| 39 |
+
"accepted_by_root": {
|
| 40 |
+
"open-schematics_hf": 4,
|
| 41 |
+
"ams-net.github.io": 1,
|
| 42 |
+
"ltspice-spice-circuits_hf": 1
|
| 43 |
+
}
|
| 44 |
+
}
|
netlist_to_layout_v1/runs/routerfix-patched-oracle-layout384-rbm0e2t3/best_full_eval.json
ADDED
|
@@ -0,0 +1,770 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"micro_topology_exact_match_rate": 0.0625,
|
| 3 |
+
"topology_exact_match_rate": 0.0625,
|
| 4 |
+
"placement_overlap_rate": 0.25,
|
| 5 |
+
"crossings_metric": "cross_net_cell_overlaps",
|
| 6 |
+
"mean_crossings": 0.0,
|
| 7 |
+
"mean_bends": 15.625,
|
| 8 |
+
"mean_manhattan_wire_length": 499.625,
|
| 9 |
+
"mean_canvas_area_used": 41823.208333333336,
|
| 10 |
+
"accepted": 24,
|
| 11 |
+
"total": 384,
|
| 12 |
+
"overlap_count": 6,
|
| 13 |
+
"overlap_pairs_total": 41,
|
| 14 |
+
"crossings_total": 0.0,
|
| 15 |
+
"bends_total": 375.0,
|
| 16 |
+
"wire_length_total": 11991.0,
|
| 17 |
+
"canvas_area_total": 1003757.0,
|
| 18 |
+
"topology_failures": 360,
|
| 19 |
+
"status_counts": {
|
| 20 |
+
"router_fail": 359,
|
| 21 |
+
"accepted": 24,
|
| 22 |
+
"verify_fail": 1
|
| 23 |
+
},
|
| 24 |
+
"failure_reason_counts": {
|
| 25 |
+
"router_fail": 359,
|
| 26 |
+
"verify_fail": 1
|
| 27 |
+
},
|
| 28 |
+
"score_tuple": [
|
| 29 |
+
360,
|
| 30 |
+
41,
|
| 31 |
+
375.0,
|
| 32 |
+
11991.0,
|
| 33 |
+
1003757.0
|
| 34 |
+
],
|
| 35 |
+
"diagnostic_counts": {
|
| 36 |
+
"gold_samples": 384,
|
| 37 |
+
"gold_components": 12971,
|
| 38 |
+
"x_top4_hits": 0,
|
| 39 |
+
"x_top8_hits": 0,
|
| 40 |
+
"y_top4_hits": 0,
|
| 41 |
+
"y_top8_hits": 0,
|
| 42 |
+
"rot_top2_hits": 0,
|
| 43 |
+
"rot_top4_hits": 0,
|
| 44 |
+
"gold_component_in_cartesian_hits": 0,
|
| 45 |
+
"gold_component_in_solver_hits": 0
|
| 46 |
+
},
|
| 47 |
+
"diagnostics": {
|
| 48 |
+
"gold_samples": 384,
|
| 49 |
+
"gold_components": 12971,
|
| 50 |
+
"gold_x_top4_recall": 0.0,
|
| 51 |
+
"gold_x_top8_recall": 0.0,
|
| 52 |
+
"gold_y_top4_recall": 0.0,
|
| 53 |
+
"gold_y_top8_recall": 0.0,
|
| 54 |
+
"gold_rot_top2_recall": 0.0,
|
| 55 |
+
"gold_rot_top4_recall": 0.0,
|
| 56 |
+
"gold_component_in_cartesian_shortlist_rate": 0.0,
|
| 57 |
+
"gold_component_in_solver_candidates_rate": 0.0,
|
| 58 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.0,
|
| 59 |
+
"gold_full_sample_in_solver_candidates_rate": 0.0,
|
| 60 |
+
"gold_selected_any_attempt_rate": 0.0
|
| 61 |
+
},
|
| 62 |
+
"router_fail_net_class_counts": {
|
| 63 |
+
"ground": 233,
|
| 64 |
+
"other": 72,
|
| 65 |
+
"VDD": 52,
|
| 66 |
+
"VBAT": 1,
|
| 67 |
+
"VCC": 1
|
| 68 |
+
},
|
| 69 |
+
"cp_sat_terminal_status_counts": {},
|
| 70 |
+
"step": 8000,
|
| 71 |
+
"checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt",
|
| 72 |
+
"evaluated_at": "2026-03-10T17:24:26Z",
|
| 73 |
+
"split": "val",
|
| 74 |
+
"subset_size": 384,
|
| 75 |
+
"subset_manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json",
|
| 76 |
+
"mode": "full_machine_sharded_eval",
|
| 77 |
+
"shard_count": 1,
|
| 78 |
+
"sample_workers_per_gpu": 16,
|
| 79 |
+
"solver_workers_per_sample": 0,
|
| 80 |
+
"eval_mode": "oracle_layout",
|
| 81 |
+
"force_dataset_root": null,
|
| 82 |
+
"solve_stages": [
|
| 83 |
+
{
|
| 84 |
+
"top_x": 4,
|
| 85 |
+
"top_y": 4,
|
| 86 |
+
"top_rot": 2,
|
| 87 |
+
"max_solver_candidates": 16,
|
| 88 |
+
"cp_sat_timeout_seconds": 10.0,
|
| 89 |
+
"component_candidate_cap": 32
|
| 90 |
+
}
|
| 91 |
+
],
|
| 92 |
+
"routing_options": {
|
| 93 |
+
"placement_margin": 2,
|
| 94 |
+
"routing_block_margin": 0,
|
| 95 |
+
"pin_escape_cells": 2,
|
| 96 |
+
"trunk_first_min_degree": 3,
|
| 97 |
+
"trunk_first_priority_only": false
|
| 98 |
+
},
|
| 99 |
+
"per_root": {
|
| 100 |
+
"ams-net.github.io": {
|
| 101 |
+
"micro_topology_exact_match_rate": 0.3684210526315789,
|
| 102 |
+
"topology_exact_match_rate": 0.3684210526315789,
|
| 103 |
+
"placement_overlap_rate": 0.0,
|
| 104 |
+
"crossings_metric": "cross_net_cell_overlaps",
|
| 105 |
+
"mean_crossings": 0.0,
|
| 106 |
+
"mean_bends": 12.714285714285714,
|
| 107 |
+
"mean_manhattan_wire_length": 390.0,
|
| 108 |
+
"mean_canvas_area_used": 11581.142857142857,
|
| 109 |
+
"accepted": 7,
|
| 110 |
+
"total": 19,
|
| 111 |
+
"overlap_count": 0,
|
| 112 |
+
"overlap_pairs_total": 0,
|
| 113 |
+
"crossings_total": 0.0,
|
| 114 |
+
"bends_total": 89.0,
|
| 115 |
+
"wire_length_total": 2730.0,
|
| 116 |
+
"canvas_area_total": 81068.0,
|
| 117 |
+
"topology_failures": 12,
|
| 118 |
+
"status_counts": {
|
| 119 |
+
"router_fail": 12,
|
| 120 |
+
"accepted": 7
|
| 121 |
+
},
|
| 122 |
+
"failure_reason_counts": {
|
| 123 |
+
"router_fail": 12
|
| 124 |
+
},
|
| 125 |
+
"score_tuple": [
|
| 126 |
+
12,
|
| 127 |
+
0,
|
| 128 |
+
89.0,
|
| 129 |
+
2730.0,
|
| 130 |
+
81068.0
|
| 131 |
+
],
|
| 132 |
+
"diagnostic_counts": {
|
| 133 |
+
"gold_samples": 19,
|
| 134 |
+
"gold_components": 110,
|
| 135 |
+
"x_top4_hits": 0,
|
| 136 |
+
"x_top8_hits": 0,
|
| 137 |
+
"y_top4_hits": 0,
|
| 138 |
+
"y_top8_hits": 0,
|
| 139 |
+
"rot_top2_hits": 0,
|
| 140 |
+
"rot_top4_hits": 0,
|
| 141 |
+
"gold_component_in_cartesian_hits": 0,
|
| 142 |
+
"gold_component_in_solver_hits": 0
|
| 143 |
+
},
|
| 144 |
+
"diagnostics": {
|
| 145 |
+
"gold_samples": 19,
|
| 146 |
+
"gold_components": 110,
|
| 147 |
+
"gold_x_top4_recall": 0.0,
|
| 148 |
+
"gold_x_top8_recall": 0.0,
|
| 149 |
+
"gold_y_top4_recall": 0.0,
|
| 150 |
+
"gold_y_top8_recall": 0.0,
|
| 151 |
+
"gold_rot_top2_recall": 0.0,
|
| 152 |
+
"gold_rot_top4_recall": 0.0,
|
| 153 |
+
"gold_component_in_cartesian_shortlist_rate": 0.0,
|
| 154 |
+
"gold_component_in_solver_candidates_rate": 0.0,
|
| 155 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.0,
|
| 156 |
+
"gold_full_sample_in_solver_candidates_rate": 0.0,
|
| 157 |
+
"gold_selected_any_attempt_rate": 0.0
|
| 158 |
+
},
|
| 159 |
+
"router_fail_net_class_counts": {
|
| 160 |
+
"other": 9,
|
| 161 |
+
"VDD": 2,
|
| 162 |
+
"ground": 1
|
| 163 |
+
},
|
| 164 |
+
"cp_sat_terminal_status_counts": {}
|
| 165 |
+
},
|
| 166 |
+
"ltspice-spice-circuits_hf": {
|
| 167 |
+
"micro_topology_exact_match_rate": 0.0,
|
| 168 |
+
"topology_exact_match_rate": 0.0,
|
| 169 |
+
"placement_overlap_rate": 1.0,
|
| 170 |
+
"crossings_metric": null,
|
| 171 |
+
"mean_crossings": 0.0,
|
| 172 |
+
"mean_bends": 0.0,
|
| 173 |
+
"mean_manhattan_wire_length": 0.0,
|
| 174 |
+
"mean_canvas_area_used": 0.0,
|
| 175 |
+
"accepted": 0,
|
| 176 |
+
"total": 84,
|
| 177 |
+
"overlap_count": 0,
|
| 178 |
+
"overlap_pairs_total": 0,
|
| 179 |
+
"crossings_total": 0.0,
|
| 180 |
+
"bends_total": 0.0,
|
| 181 |
+
"wire_length_total": 0.0,
|
| 182 |
+
"canvas_area_total": 0.0,
|
| 183 |
+
"topology_failures": 84,
|
| 184 |
+
"status_counts": {
|
| 185 |
+
"router_fail": 84
|
| 186 |
+
},
|
| 187 |
+
"failure_reason_counts": {
|
| 188 |
+
"router_fail": 84
|
| 189 |
+
},
|
| 190 |
+
"score_tuple": [
|
| 191 |
+
84,
|
| 192 |
+
0,
|
| 193 |
+
0.0,
|
| 194 |
+
0.0,
|
| 195 |
+
0.0
|
| 196 |
+
],
|
| 197 |
+
"diagnostic_counts": {
|
| 198 |
+
"gold_samples": 84,
|
| 199 |
+
"gold_components": 1234,
|
| 200 |
+
"x_top4_hits": 0,
|
| 201 |
+
"x_top8_hits": 0,
|
| 202 |
+
"y_top4_hits": 0,
|
| 203 |
+
"y_top8_hits": 0,
|
| 204 |
+
"rot_top2_hits": 0,
|
| 205 |
+
"rot_top4_hits": 0,
|
| 206 |
+
"gold_component_in_cartesian_hits": 0,
|
| 207 |
+
"gold_component_in_solver_hits": 0
|
| 208 |
+
},
|
| 209 |
+
"diagnostics": {
|
| 210 |
+
"gold_samples": 84,
|
| 211 |
+
"gold_components": 1234,
|
| 212 |
+
"gold_x_top4_recall": 0.0,
|
| 213 |
+
"gold_x_top8_recall": 0.0,
|
| 214 |
+
"gold_y_top4_recall": 0.0,
|
| 215 |
+
"gold_y_top8_recall": 0.0,
|
| 216 |
+
"gold_rot_top2_recall": 0.0,
|
| 217 |
+
"gold_rot_top4_recall": 0.0,
|
| 218 |
+
"gold_component_in_cartesian_shortlist_rate": 0.0,
|
| 219 |
+
"gold_component_in_solver_candidates_rate": 0.0,
|
| 220 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.0,
|
| 221 |
+
"gold_full_sample_in_solver_candidates_rate": 0.0,
|
| 222 |
+
"gold_selected_any_attempt_rate": 0.0
|
| 223 |
+
},
|
| 224 |
+
"router_fail_net_class_counts": {
|
| 225 |
+
"ground": 58,
|
| 226 |
+
"other": 23,
|
| 227 |
+
"VCC": 1,
|
| 228 |
+
"VDD": 2
|
| 229 |
+
},
|
| 230 |
+
"cp_sat_terminal_status_counts": {}
|
| 231 |
+
},
|
| 232 |
+
"open-schematics_hf": {
|
| 233 |
+
"micro_topology_exact_match_rate": 0.060498220640569395,
|
| 234 |
+
"topology_exact_match_rate": 0.060498220640569395,
|
| 235 |
+
"placement_overlap_rate": 0.35294117647058826,
|
| 236 |
+
"crossings_metric": "cross_net_cell_overlaps",
|
| 237 |
+
"mean_crossings": 0.0,
|
| 238 |
+
"mean_bends": 16.823529411764707,
|
| 239 |
+
"mean_manhattan_wire_length": 544.7647058823529,
|
| 240 |
+
"mean_canvas_area_used": 54275.82352941176,
|
| 241 |
+
"accepted": 17,
|
| 242 |
+
"total": 281,
|
| 243 |
+
"overlap_count": 6,
|
| 244 |
+
"overlap_pairs_total": 41,
|
| 245 |
+
"crossings_total": 0.0,
|
| 246 |
+
"bends_total": 286.0,
|
| 247 |
+
"wire_length_total": 9261.0,
|
| 248 |
+
"canvas_area_total": 922689.0,
|
| 249 |
+
"topology_failures": 264,
|
| 250 |
+
"status_counts": {
|
| 251 |
+
"router_fail": 263,
|
| 252 |
+
"accepted": 17,
|
| 253 |
+
"verify_fail": 1
|
| 254 |
+
},
|
| 255 |
+
"failure_reason_counts": {
|
| 256 |
+
"router_fail": 263,
|
| 257 |
+
"verify_fail": 1
|
| 258 |
+
},
|
| 259 |
+
"score_tuple": [
|
| 260 |
+
264,
|
| 261 |
+
41,
|
| 262 |
+
286.0,
|
| 263 |
+
9261.0,
|
| 264 |
+
922689.0
|
| 265 |
+
],
|
| 266 |
+
"diagnostic_counts": {
|
| 267 |
+
"gold_samples": 281,
|
| 268 |
+
"gold_components": 11627,
|
| 269 |
+
"x_top4_hits": 0,
|
| 270 |
+
"x_top8_hits": 0,
|
| 271 |
+
"y_top4_hits": 0,
|
| 272 |
+
"y_top8_hits": 0,
|
| 273 |
+
"rot_top2_hits": 0,
|
| 274 |
+
"rot_top4_hits": 0,
|
| 275 |
+
"gold_component_in_cartesian_hits": 0,
|
| 276 |
+
"gold_component_in_solver_hits": 0
|
| 277 |
+
},
|
| 278 |
+
"diagnostics": {
|
| 279 |
+
"gold_samples": 281,
|
| 280 |
+
"gold_components": 11627,
|
| 281 |
+
"gold_x_top4_recall": 0.0,
|
| 282 |
+
"gold_x_top8_recall": 0.0,
|
| 283 |
+
"gold_y_top4_recall": 0.0,
|
| 284 |
+
"gold_y_top8_recall": 0.0,
|
| 285 |
+
"gold_rot_top2_recall": 0.0,
|
| 286 |
+
"gold_rot_top4_recall": 0.0,
|
| 287 |
+
"gold_component_in_cartesian_shortlist_rate": 0.0,
|
| 288 |
+
"gold_component_in_solver_candidates_rate": 0.0,
|
| 289 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.0,
|
| 290 |
+
"gold_full_sample_in_solver_candidates_rate": 0.0,
|
| 291 |
+
"gold_selected_any_attempt_rate": 0.0
|
| 292 |
+
},
|
| 293 |
+
"router_fail_net_class_counts": {
|
| 294 |
+
"ground": 174,
|
| 295 |
+
"other": 40,
|
| 296 |
+
"VDD": 48,
|
| 297 |
+
"VBAT": 1
|
| 298 |
+
},
|
| 299 |
+
"cp_sat_terminal_status_counts": {}
|
| 300 |
+
}
|
| 301 |
+
},
|
| 302 |
+
"per_size_bin": {
|
| 303 |
+
"01-04": {
|
| 304 |
+
"micro_topology_exact_match_rate": 0.25806451612903225,
|
| 305 |
+
"topology_exact_match_rate": 0.25806451612903225,
|
| 306 |
+
"placement_overlap_rate": 0.0,
|
| 307 |
+
"crossings_metric": "cross_net_cell_overlaps",
|
| 308 |
+
"mean_crossings": 0.0,
|
| 309 |
+
"mean_bends": 11.625,
|
| 310 |
+
"mean_manhattan_wire_length": 361.375,
|
| 311 |
+
"mean_canvas_area_used": 14459.875,
|
| 312 |
+
"accepted": 8,
|
| 313 |
+
"total": 31,
|
| 314 |
+
"overlap_count": 0,
|
| 315 |
+
"overlap_pairs_total": 0,
|
| 316 |
+
"crossings_total": 0.0,
|
| 317 |
+
"bends_total": 93.0,
|
| 318 |
+
"wire_length_total": 2891.0,
|
| 319 |
+
"canvas_area_total": 115679.0,
|
| 320 |
+
"topology_failures": 23,
|
| 321 |
+
"status_counts": {
|
| 322 |
+
"router_fail": 23,
|
| 323 |
+
"accepted": 8
|
| 324 |
+
},
|
| 325 |
+
"failure_reason_counts": {
|
| 326 |
+
"router_fail": 23
|
| 327 |
+
},
|
| 328 |
+
"score_tuple": [
|
| 329 |
+
23,
|
| 330 |
+
0,
|
| 331 |
+
93.0,
|
| 332 |
+
2891.0,
|
| 333 |
+
115679.0
|
| 334 |
+
],
|
| 335 |
+
"diagnostic_counts": {
|
| 336 |
+
"gold_samples": 31,
|
| 337 |
+
"gold_components": 104,
|
| 338 |
+
"x_top4_hits": 0,
|
| 339 |
+
"x_top8_hits": 0,
|
| 340 |
+
"y_top4_hits": 0,
|
| 341 |
+
"y_top8_hits": 0,
|
| 342 |
+
"rot_top2_hits": 0,
|
| 343 |
+
"rot_top4_hits": 0,
|
| 344 |
+
"gold_component_in_cartesian_hits": 0,
|
| 345 |
+
"gold_component_in_solver_hits": 0
|
| 346 |
+
},
|
| 347 |
+
"diagnostics": {
|
| 348 |
+
"gold_samples": 31,
|
| 349 |
+
"gold_components": 104,
|
| 350 |
+
"gold_x_top4_recall": 0.0,
|
| 351 |
+
"gold_x_top8_recall": 0.0,
|
| 352 |
+
"gold_y_top4_recall": 0.0,
|
| 353 |
+
"gold_y_top8_recall": 0.0,
|
| 354 |
+
"gold_rot_top2_recall": 0.0,
|
| 355 |
+
"gold_rot_top4_recall": 0.0,
|
| 356 |
+
"gold_component_in_cartesian_shortlist_rate": 0.0,
|
| 357 |
+
"gold_component_in_solver_candidates_rate": 0.0,
|
| 358 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.0,
|
| 359 |
+
"gold_full_sample_in_solver_candidates_rate": 0.0,
|
| 360 |
+
"gold_selected_any_attempt_rate": 0.0
|
| 361 |
+
},
|
| 362 |
+
"router_fail_net_class_counts": {
|
| 363 |
+
"ground": 16,
|
| 364 |
+
"other": 6,
|
| 365 |
+
"VDD": 1
|
| 366 |
+
},
|
| 367 |
+
"cp_sat_terminal_status_counts": {}
|
| 368 |
+
},
|
| 369 |
+
"05-08": {
|
| 370 |
+
"micro_topology_exact_match_rate": 0.08571428571428572,
|
| 371 |
+
"topology_exact_match_rate": 0.08571428571428572,
|
| 372 |
+
"placement_overlap_rate": 0.0,
|
| 373 |
+
"crossings_metric": "cross_net_cell_overlaps",
|
| 374 |
+
"mean_crossings": 0.0,
|
| 375 |
+
"mean_bends": 14.333333333333334,
|
| 376 |
+
"mean_manhattan_wire_length": 503.0,
|
| 377 |
+
"mean_canvas_area_used": 49534.333333333336,
|
| 378 |
+
"accepted": 3,
|
| 379 |
+
"total": 35,
|
| 380 |
+
"overlap_count": 0,
|
| 381 |
+
"overlap_pairs_total": 0,
|
| 382 |
+
"crossings_total": 0.0,
|
| 383 |
+
"bends_total": 43.0,
|
| 384 |
+
"wire_length_total": 1509.0,
|
| 385 |
+
"canvas_area_total": 148603.0,
|
| 386 |
+
"topology_failures": 32,
|
| 387 |
+
"status_counts": {
|
| 388 |
+
"router_fail": 32,
|
| 389 |
+
"accepted": 3
|
| 390 |
+
},
|
| 391 |
+
"failure_reason_counts": {
|
| 392 |
+
"router_fail": 32
|
| 393 |
+
},
|
| 394 |
+
"score_tuple": [
|
| 395 |
+
32,
|
| 396 |
+
0,
|
| 397 |
+
43.0,
|
| 398 |
+
1509.0,
|
| 399 |
+
148603.0
|
| 400 |
+
],
|
| 401 |
+
"diagnostic_counts": {
|
| 402 |
+
"gold_samples": 35,
|
| 403 |
+
"gold_components": 226,
|
| 404 |
+
"x_top4_hits": 0,
|
| 405 |
+
"x_top8_hits": 0,
|
| 406 |
+
"y_top4_hits": 0,
|
| 407 |
+
"y_top8_hits": 0,
|
| 408 |
+
"rot_top2_hits": 0,
|
| 409 |
+
"rot_top4_hits": 0,
|
| 410 |
+
"gold_component_in_cartesian_hits": 0,
|
| 411 |
+
"gold_component_in_solver_hits": 0
|
| 412 |
+
},
|
| 413 |
+
"diagnostics": {
|
| 414 |
+
"gold_samples": 35,
|
| 415 |
+
"gold_components": 226,
|
| 416 |
+
"gold_x_top4_recall": 0.0,
|
| 417 |
+
"gold_x_top8_recall": 0.0,
|
| 418 |
+
"gold_y_top4_recall": 0.0,
|
| 419 |
+
"gold_y_top8_recall": 0.0,
|
| 420 |
+
"gold_rot_top2_recall": 0.0,
|
| 421 |
+
"gold_rot_top4_recall": 0.0,
|
| 422 |
+
"gold_component_in_cartesian_shortlist_rate": 0.0,
|
| 423 |
+
"gold_component_in_solver_candidates_rate": 0.0,
|
| 424 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.0,
|
| 425 |
+
"gold_full_sample_in_solver_candidates_rate": 0.0,
|
| 426 |
+
"gold_selected_any_attempt_rate": 0.0
|
| 427 |
+
},
|
| 428 |
+
"router_fail_net_class_counts": {
|
| 429 |
+
"other": 19,
|
| 430 |
+
"ground": 12,
|
| 431 |
+
"VDD": 1
|
| 432 |
+
},
|
| 433 |
+
"cp_sat_terminal_status_counts": {}
|
| 434 |
+
},
|
| 435 |
+
"09-16": {
|
| 436 |
+
"micro_topology_exact_match_rate": 0.17142857142857143,
|
| 437 |
+
"topology_exact_match_rate": 0.17142857142857143,
|
| 438 |
+
"placement_overlap_rate": 0.16666666666666666,
|
| 439 |
+
"crossings_metric": "cross_net_cell_overlaps",
|
| 440 |
+
"mean_crossings": 0.0,
|
| 441 |
+
"mean_bends": 11.0,
|
| 442 |
+
"mean_manhattan_wire_length": 274.1666666666667,
|
| 443 |
+
"mean_canvas_area_used": 56908.833333333336,
|
| 444 |
+
"accepted": 6,
|
| 445 |
+
"total": 35,
|
| 446 |
+
"overlap_count": 1,
|
| 447 |
+
"overlap_pairs_total": 1,
|
| 448 |
+
"crossings_total": 0.0,
|
| 449 |
+
"bends_total": 66.0,
|
| 450 |
+
"wire_length_total": 1645.0,
|
| 451 |
+
"canvas_area_total": 341453.0,
|
| 452 |
+
"topology_failures": 29,
|
| 453 |
+
"status_counts": {
|
| 454 |
+
"accepted": 6,
|
| 455 |
+
"router_fail": 29
|
| 456 |
+
},
|
| 457 |
+
"failure_reason_counts": {
|
| 458 |
+
"router_fail": 29
|
| 459 |
+
},
|
| 460 |
+
"score_tuple": [
|
| 461 |
+
29,
|
| 462 |
+
1,
|
| 463 |
+
66.0,
|
| 464 |
+
1645.0,
|
| 465 |
+
341453.0
|
| 466 |
+
],
|
| 467 |
+
"diagnostic_counts": {
|
| 468 |
+
"gold_samples": 35,
|
| 469 |
+
"gold_components": 434,
|
| 470 |
+
"x_top4_hits": 0,
|
| 471 |
+
"x_top8_hits": 0,
|
| 472 |
+
"y_top4_hits": 0,
|
| 473 |
+
"y_top8_hits": 0,
|
| 474 |
+
"rot_top2_hits": 0,
|
| 475 |
+
"rot_top4_hits": 0,
|
| 476 |
+
"gold_component_in_cartesian_hits": 0,
|
| 477 |
+
"gold_component_in_solver_hits": 0
|
| 478 |
+
},
|
| 479 |
+
"diagnostics": {
|
| 480 |
+
"gold_samples": 35,
|
| 481 |
+
"gold_components": 434,
|
| 482 |
+
"gold_x_top4_recall": 0.0,
|
| 483 |
+
"gold_x_top8_recall": 0.0,
|
| 484 |
+
"gold_y_top4_recall": 0.0,
|
| 485 |
+
"gold_y_top8_recall": 0.0,
|
| 486 |
+
"gold_rot_top2_recall": 0.0,
|
| 487 |
+
"gold_rot_top4_recall": 0.0,
|
| 488 |
+
"gold_component_in_cartesian_shortlist_rate": 0.0,
|
| 489 |
+
"gold_component_in_solver_candidates_rate": 0.0,
|
| 490 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.0,
|
| 491 |
+
"gold_full_sample_in_solver_candidates_rate": 0.0,
|
| 492 |
+
"gold_selected_any_attempt_rate": 0.0
|
| 493 |
+
},
|
| 494 |
+
"router_fail_net_class_counts": {
|
| 495 |
+
"ground": 16,
|
| 496 |
+
"other": 9,
|
| 497 |
+
"VDD": 4
|
| 498 |
+
},
|
| 499 |
+
"cp_sat_terminal_status_counts": {}
|
| 500 |
+
},
|
| 501 |
+
"17-24": {
|
| 502 |
+
"micro_topology_exact_match_rate": 0.037037037037037035,
|
| 503 |
+
"topology_exact_match_rate": 0.037037037037037035,
|
| 504 |
+
"placement_overlap_rate": 1.0,
|
| 505 |
+
"crossings_metric": "cross_net_cell_overlaps",
|
| 506 |
+
"mean_crossings": 0.0,
|
| 507 |
+
"mean_bends": 18.0,
|
| 508 |
+
"mean_manhattan_wire_length": 203.0,
|
| 509 |
+
"mean_canvas_area_used": 63232.0,
|
| 510 |
+
"accepted": 1,
|
| 511 |
+
"total": 27,
|
| 512 |
+
"overlap_count": 1,
|
| 513 |
+
"overlap_pairs_total": 1,
|
| 514 |
+
"crossings_total": 0.0,
|
| 515 |
+
"bends_total": 18.0,
|
| 516 |
+
"wire_length_total": 203.0,
|
| 517 |
+
"canvas_area_total": 63232.0,
|
| 518 |
+
"topology_failures": 26,
|
| 519 |
+
"status_counts": {
|
| 520 |
+
"router_fail": 26,
|
| 521 |
+
"accepted": 1
|
| 522 |
+
},
|
| 523 |
+
"failure_reason_counts": {
|
| 524 |
+
"router_fail": 26
|
| 525 |
+
},
|
| 526 |
+
"score_tuple": [
|
| 527 |
+
26,
|
| 528 |
+
1,
|
| 529 |
+
18.0,
|
| 530 |
+
203.0,
|
| 531 |
+
63232.0
|
| 532 |
+
],
|
| 533 |
+
"diagnostic_counts": {
|
| 534 |
+
"gold_samples": 27,
|
| 535 |
+
"gold_components": 523,
|
| 536 |
+
"x_top4_hits": 0,
|
| 537 |
+
"x_top8_hits": 0,
|
| 538 |
+
"y_top4_hits": 0,
|
| 539 |
+
"y_top8_hits": 0,
|
| 540 |
+
"rot_top2_hits": 0,
|
| 541 |
+
"rot_top4_hits": 0,
|
| 542 |
+
"gold_component_in_cartesian_hits": 0,
|
| 543 |
+
"gold_component_in_solver_hits": 0
|
| 544 |
+
},
|
| 545 |
+
"diagnostics": {
|
| 546 |
+
"gold_samples": 27,
|
| 547 |
+
"gold_components": 523,
|
| 548 |
+
"gold_x_top4_recall": 0.0,
|
| 549 |
+
"gold_x_top8_recall": 0.0,
|
| 550 |
+
"gold_y_top4_recall": 0.0,
|
| 551 |
+
"gold_y_top8_recall": 0.0,
|
| 552 |
+
"gold_rot_top2_recall": 0.0,
|
| 553 |
+
"gold_rot_top4_recall": 0.0,
|
| 554 |
+
"gold_component_in_cartesian_shortlist_rate": 0.0,
|
| 555 |
+
"gold_component_in_solver_candidates_rate": 0.0,
|
| 556 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.0,
|
| 557 |
+
"gold_full_sample_in_solver_candidates_rate": 0.0,
|
| 558 |
+
"gold_selected_any_attempt_rate": 0.0
|
| 559 |
+
},
|
| 560 |
+
"router_fail_net_class_counts": {
|
| 561 |
+
"other": 10,
|
| 562 |
+
"ground": 11,
|
| 563 |
+
"VCC": 1,
|
| 564 |
+
"VDD": 4
|
| 565 |
+
},
|
| 566 |
+
"cp_sat_terminal_status_counts": {}
|
| 567 |
+
},
|
| 568 |
+
"25-32": {
|
| 569 |
+
"micro_topology_exact_match_rate": 0.05555555555555555,
|
| 570 |
+
"topology_exact_match_rate": 0.05555555555555555,
|
| 571 |
+
"placement_overlap_rate": 0.0,
|
| 572 |
+
"crossings_metric": "cross_net_cell_overlaps",
|
| 573 |
+
"mean_crossings": 0.0,
|
| 574 |
+
"mean_bends": 28.0,
|
| 575 |
+
"mean_manhattan_wire_length": 691.0,
|
| 576 |
+
"mean_canvas_area_used": 63232.0,
|
| 577 |
+
"accepted": 1,
|
| 578 |
+
"total": 18,
|
| 579 |
+
"overlap_count": 0,
|
| 580 |
+
"overlap_pairs_total": 0,
|
| 581 |
+
"crossings_total": 0.0,
|
| 582 |
+
"bends_total": 28.0,
|
| 583 |
+
"wire_length_total": 691.0,
|
| 584 |
+
"canvas_area_total": 63232.0,
|
| 585 |
+
"topology_failures": 17,
|
| 586 |
+
"status_counts": {
|
| 587 |
+
"router_fail": 17,
|
| 588 |
+
"accepted": 1
|
| 589 |
+
},
|
| 590 |
+
"failure_reason_counts": {
|
| 591 |
+
"router_fail": 17
|
| 592 |
+
},
|
| 593 |
+
"score_tuple": [
|
| 594 |
+
17,
|
| 595 |
+
0,
|
| 596 |
+
28.0,
|
| 597 |
+
691.0,
|
| 598 |
+
63232.0
|
| 599 |
+
],
|
| 600 |
+
"diagnostic_counts": {
|
| 601 |
+
"gold_samples": 18,
|
| 602 |
+
"gold_components": 519,
|
| 603 |
+
"x_top4_hits": 0,
|
| 604 |
+
"x_top8_hits": 0,
|
| 605 |
+
"y_top4_hits": 0,
|
| 606 |
+
"y_top8_hits": 0,
|
| 607 |
+
"rot_top2_hits": 0,
|
| 608 |
+
"rot_top4_hits": 0,
|
| 609 |
+
"gold_component_in_cartesian_hits": 0,
|
| 610 |
+
"gold_component_in_solver_hits": 0
|
| 611 |
+
},
|
| 612 |
+
"diagnostics": {
|
| 613 |
+
"gold_samples": 18,
|
| 614 |
+
"gold_components": 519,
|
| 615 |
+
"gold_x_top4_recall": 0.0,
|
| 616 |
+
"gold_x_top8_recall": 0.0,
|
| 617 |
+
"gold_y_top4_recall": 0.0,
|
| 618 |
+
"gold_y_top8_recall": 0.0,
|
| 619 |
+
"gold_rot_top2_recall": 0.0,
|
| 620 |
+
"gold_rot_top4_recall": 0.0,
|
| 621 |
+
"gold_component_in_cartesian_shortlist_rate": 0.0,
|
| 622 |
+
"gold_component_in_solver_candidates_rate": 0.0,
|
| 623 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.0,
|
| 624 |
+
"gold_full_sample_in_solver_candidates_rate": 0.0,
|
| 625 |
+
"gold_selected_any_attempt_rate": 0.0
|
| 626 |
+
},
|
| 627 |
+
"router_fail_net_class_counts": {
|
| 628 |
+
"ground": 14,
|
| 629 |
+
"other": 3
|
| 630 |
+
},
|
| 631 |
+
"cp_sat_terminal_status_counts": {}
|
| 632 |
+
},
|
| 633 |
+
"33-48": {
|
| 634 |
+
"micro_topology_exact_match_rate": 0.014705882352941176,
|
| 635 |
+
"topology_exact_match_rate": 0.014705882352941176,
|
| 636 |
+
"placement_overlap_rate": 1.0,
|
| 637 |
+
"crossings_metric": "cross_net_cell_overlaps",
|
| 638 |
+
"mean_crossings": 0.0,
|
| 639 |
+
"mean_bends": 39.5,
|
| 640 |
+
"mean_manhattan_wire_length": 851.0,
|
| 641 |
+
"mean_canvas_area_used": 63616.0,
|
| 642 |
+
"accepted": 2,
|
| 643 |
+
"total": 136,
|
| 644 |
+
"overlap_count": 2,
|
| 645 |
+
"overlap_pairs_total": 5,
|
| 646 |
+
"crossings_total": 0.0,
|
| 647 |
+
"bends_total": 79.0,
|
| 648 |
+
"wire_length_total": 1702.0,
|
| 649 |
+
"canvas_area_total": 127232.0,
|
| 650 |
+
"topology_failures": 134,
|
| 651 |
+
"status_counts": {
|
| 652 |
+
"router_fail": 134,
|
| 653 |
+
"accepted": 2
|
| 654 |
+
},
|
| 655 |
+
"failure_reason_counts": {
|
| 656 |
+
"router_fail": 134
|
| 657 |
+
},
|
| 658 |
+
"score_tuple": [
|
| 659 |
+
134,
|
| 660 |
+
5,
|
| 661 |
+
79.0,
|
| 662 |
+
1702.0,
|
| 663 |
+
127232.0
|
| 664 |
+
],
|
| 665 |
+
"diagnostic_counts": {
|
| 666 |
+
"gold_samples": 136,
|
| 667 |
+
"gold_components": 5488,
|
| 668 |
+
"x_top4_hits": 0,
|
| 669 |
+
"x_top8_hits": 0,
|
| 670 |
+
"y_top4_hits": 0,
|
| 671 |
+
"y_top8_hits": 0,
|
| 672 |
+
"rot_top2_hits": 0,
|
| 673 |
+
"rot_top4_hits": 0,
|
| 674 |
+
"gold_component_in_cartesian_hits": 0,
|
| 675 |
+
"gold_component_in_solver_hits": 0
|
| 676 |
+
},
|
| 677 |
+
"diagnostics": {
|
| 678 |
+
"gold_samples": 136,
|
| 679 |
+
"gold_components": 5488,
|
| 680 |
+
"gold_x_top4_recall": 0.0,
|
| 681 |
+
"gold_x_top8_recall": 0.0,
|
| 682 |
+
"gold_y_top4_recall": 0.0,
|
| 683 |
+
"gold_y_top8_recall": 0.0,
|
| 684 |
+
"gold_rot_top2_recall": 0.0,
|
| 685 |
+
"gold_rot_top4_recall": 0.0,
|
| 686 |
+
"gold_component_in_cartesian_shortlist_rate": 0.0,
|
| 687 |
+
"gold_component_in_solver_candidates_rate": 0.0,
|
| 688 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.0,
|
| 689 |
+
"gold_full_sample_in_solver_candidates_rate": 0.0,
|
| 690 |
+
"gold_selected_any_attempt_rate": 0.0
|
| 691 |
+
},
|
| 692 |
+
"router_fail_net_class_counts": {
|
| 693 |
+
"ground": 90,
|
| 694 |
+
"other": 18,
|
| 695 |
+
"VDD": 25,
|
| 696 |
+
"VBAT": 1
|
| 697 |
+
},
|
| 698 |
+
"cp_sat_terminal_status_counts": {}
|
| 699 |
+
},
|
| 700 |
+
"49-64": {
|
| 701 |
+
"micro_topology_exact_match_rate": 0.029411764705882353,
|
| 702 |
+
"topology_exact_match_rate": 0.029411764705882353,
|
| 703 |
+
"placement_overlap_rate": 0.6666666666666666,
|
| 704 |
+
"crossings_metric": "cross_net_cell_overlaps",
|
| 705 |
+
"mean_crossings": 0.0,
|
| 706 |
+
"mean_bends": 16.0,
|
| 707 |
+
"mean_manhattan_wire_length": 1116.6666666666667,
|
| 708 |
+
"mean_canvas_area_used": 48108.666666666664,
|
| 709 |
+
"accepted": 3,
|
| 710 |
+
"total": 102,
|
| 711 |
+
"overlap_count": 2,
|
| 712 |
+
"overlap_pairs_total": 34,
|
| 713 |
+
"crossings_total": 0.0,
|
| 714 |
+
"bends_total": 48.0,
|
| 715 |
+
"wire_length_total": 3350.0,
|
| 716 |
+
"canvas_area_total": 144326.0,
|
| 717 |
+
"topology_failures": 99,
|
| 718 |
+
"status_counts": {
|
| 719 |
+
"router_fail": 98,
|
| 720 |
+
"accepted": 3,
|
| 721 |
+
"verify_fail": 1
|
| 722 |
+
},
|
| 723 |
+
"failure_reason_counts": {
|
| 724 |
+
"router_fail": 98,
|
| 725 |
+
"verify_fail": 1
|
| 726 |
+
},
|
| 727 |
+
"score_tuple": [
|
| 728 |
+
99,
|
| 729 |
+
34,
|
| 730 |
+
48.0,
|
| 731 |
+
3350.0,
|
| 732 |
+
144326.0
|
| 733 |
+
],
|
| 734 |
+
"diagnostic_counts": {
|
| 735 |
+
"gold_samples": 102,
|
| 736 |
+
"gold_components": 5677,
|
| 737 |
+
"x_top4_hits": 0,
|
| 738 |
+
"x_top8_hits": 0,
|
| 739 |
+
"y_top4_hits": 0,
|
| 740 |
+
"y_top8_hits": 0,
|
| 741 |
+
"rot_top2_hits": 0,
|
| 742 |
+
"rot_top4_hits": 0,
|
| 743 |
+
"gold_component_in_cartesian_hits": 0,
|
| 744 |
+
"gold_component_in_solver_hits": 0
|
| 745 |
+
},
|
| 746 |
+
"diagnostics": {
|
| 747 |
+
"gold_samples": 102,
|
| 748 |
+
"gold_components": 5677,
|
| 749 |
+
"gold_x_top4_recall": 0.0,
|
| 750 |
+
"gold_x_top8_recall": 0.0,
|
| 751 |
+
"gold_y_top4_recall": 0.0,
|
| 752 |
+
"gold_y_top8_recall": 0.0,
|
| 753 |
+
"gold_rot_top2_recall": 0.0,
|
| 754 |
+
"gold_rot_top4_recall": 0.0,
|
| 755 |
+
"gold_component_in_cartesian_shortlist_rate": 0.0,
|
| 756 |
+
"gold_component_in_solver_candidates_rate": 0.0,
|
| 757 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.0,
|
| 758 |
+
"gold_full_sample_in_solver_candidates_rate": 0.0,
|
| 759 |
+
"gold_selected_any_attempt_rate": 0.0
|
| 760 |
+
},
|
| 761 |
+
"router_fail_net_class_counts": {
|
| 762 |
+
"ground": 74,
|
| 763 |
+
"VDD": 17,
|
| 764 |
+
"other": 7
|
| 765 |
+
},
|
| 766 |
+
"cp_sat_terminal_status_counts": {}
|
| 767 |
+
}
|
| 768 |
+
},
|
| 769 |
+
"macro_topology_exact_match_rate": 0.1429730910907161
|
| 770 |
+
}
|
netlist_to_layout_v1/runs/routerfix-patched-oracle-layout384-rbm0e2t3/full_eval_metrics.jsonl
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"micro_topology_exact_match_rate": 0.0625, "topology_exact_match_rate": 0.0625, "placement_overlap_rate": 0.25, "crossings_metric": "cross_net_cell_overlaps", "mean_crossings": 0.0, "mean_bends": 15.625, "mean_manhattan_wire_length": 499.625, "mean_canvas_area_used": 41823.208333333336, "accepted": 24, "total": 384, "overlap_count": 6, "overlap_pairs_total": 41, "crossings_total": 0.0, "bends_total": 375.0, "wire_length_total": 11991.0, "canvas_area_total": 1003757.0, "topology_failures": 360, "status_counts": {"router_fail": 359, "accepted": 24, "verify_fail": 1}, "failure_reason_counts": {"router_fail": 359, "verify_fail": 1}, "score_tuple": [360, 41, 375.0, 11991.0, 1003757.0], "diagnostic_counts": {"gold_samples": 384, "gold_components": 12971, "x_top4_hits": 0, "x_top8_hits": 0, "y_top4_hits": 0, "y_top8_hits": 0, "rot_top2_hits": 0, "rot_top4_hits": 0, "gold_component_in_cartesian_hits": 0, "gold_component_in_solver_hits": 0}, "diagnostics": {"gold_samples": 384, "gold_components": 12971, "gold_x_top4_recall": 0.0, "gold_x_top8_recall": 0.0, "gold_y_top4_recall": 0.0, "gold_y_top8_recall": 0.0, "gold_rot_top2_recall": 0.0, "gold_rot_top4_recall": 0.0, "gold_component_in_cartesian_shortlist_rate": 0.0, "gold_component_in_solver_candidates_rate": 0.0, "gold_full_sample_in_cartesian_shortlist_rate": 0.0, "gold_full_sample_in_solver_candidates_rate": 0.0, "gold_selected_any_attempt_rate": 0.0}, "router_fail_net_class_counts": {"ground": 233, "other": 72, "VDD": 52, "VBAT": 1, "VCC": 1}, "cp_sat_terminal_status_counts": {}, "step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "evaluated_at": "2026-03-10T17:24:26Z", "split": "val", "subset_size": 384, "subset_manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "mode": "full_machine_sharded_eval", "shard_count": 1, "sample_workers_per_gpu": 16, "solver_workers_per_sample": 0, "eval_mode": "oracle_layout", "force_dataset_root": null, "solve_stages": [{"top_x": 4, "top_y": 4, "top_rot": 2, "max_solver_candidates": 16, "cp_sat_timeout_seconds": 10.0, "component_candidate_cap": 32}], "routing_options": {"placement_margin": 2, "routing_block_margin": 0, "pin_escape_cells": 2, "trunk_first_min_degree": 3, "trunk_first_priority_only": false}, "per_root": {"ams-net.github.io": {"micro_topology_exact_match_rate": 0.3684210526315789, "topology_exact_match_rate": 0.3684210526315789, "placement_overlap_rate": 0.0, "crossings_metric": "cross_net_cell_overlaps", "mean_crossings": 0.0, "mean_bends": 12.714285714285714, "mean_manhattan_wire_length": 390.0, "mean_canvas_area_used": 11581.142857142857, "accepted": 7, "total": 19, "overlap_count": 0, "overlap_pairs_total": 0, "crossings_total": 0.0, "bends_total": 89.0, "wire_length_total": 2730.0, "canvas_area_total": 81068.0, "topology_failures": 12, "status_counts": {"router_fail": 12, "accepted": 7}, "failure_reason_counts": {"router_fail": 12}, "score_tuple": [12, 0, 89.0, 2730.0, 81068.0], "diagnostic_counts": {"gold_samples": 19, "gold_components": 110, "x_top4_hits": 0, "x_top8_hits": 0, "y_top4_hits": 0, "y_top8_hits": 0, "rot_top2_hits": 0, "rot_top4_hits": 0, "gold_component_in_cartesian_hits": 0, "gold_component_in_solver_hits": 0}, "diagnostics": {"gold_samples": 19, "gold_components": 110, "gold_x_top4_recall": 0.0, "gold_x_top8_recall": 0.0, "gold_y_top4_recall": 0.0, "gold_y_top8_recall": 0.0, "gold_rot_top2_recall": 0.0, "gold_rot_top4_recall": 0.0, "gold_component_in_cartesian_shortlist_rate": 0.0, "gold_component_in_solver_candidates_rate": 0.0, "gold_full_sample_in_cartesian_shortlist_rate": 0.0, "gold_full_sample_in_solver_candidates_rate": 0.0, "gold_selected_any_attempt_rate": 0.0}, "router_fail_net_class_counts": {"other": 9, "VDD": 2, "ground": 1}, "cp_sat_terminal_status_counts": {}}, "ltspice-spice-circuits_hf": {"micro_topology_exact_match_rate": 0.0, "topology_exact_match_rate": 0.0, "placement_overlap_rate": 1.0, "crossings_metric": null, "mean_crossings": 0.0, "mean_bends": 0.0, "mean_manhattan_wire_length": 0.0, "mean_canvas_area_used": 0.0, "accepted": 0, "total": 84, "overlap_count": 0, "overlap_pairs_total": 0, "crossings_total": 0.0, "bends_total": 0.0, "wire_length_total": 0.0, "canvas_area_total": 0.0, "topology_failures": 84, "status_counts": {"router_fail": 84}, "failure_reason_counts": {"router_fail": 84}, "score_tuple": [84, 0, 0.0, 0.0, 0.0], "diagnostic_counts": {"gold_samples": 84, "gold_components": 1234, "x_top4_hits": 0, "x_top8_hits": 0, "y_top4_hits": 0, "y_top8_hits": 0, "rot_top2_hits": 0, "rot_top4_hits": 0, "gold_component_in_cartesian_hits": 0, "gold_component_in_solver_hits": 0}, "diagnostics": {"gold_samples": 84, "gold_components": 1234, "gold_x_top4_recall": 0.0, "gold_x_top8_recall": 0.0, "gold_y_top4_recall": 0.0, "gold_y_top8_recall": 0.0, "gold_rot_top2_recall": 0.0, "gold_rot_top4_recall": 0.0, "gold_component_in_cartesian_shortlist_rate": 0.0, "gold_component_in_solver_candidates_rate": 0.0, "gold_full_sample_in_cartesian_shortlist_rate": 0.0, "gold_full_sample_in_solver_candidates_rate": 0.0, "gold_selected_any_attempt_rate": 0.0}, "router_fail_net_class_counts": {"ground": 58, "other": 23, "VCC": 1, "VDD": 2}, "cp_sat_terminal_status_counts": {}}, "open-schematics_hf": {"micro_topology_exact_match_rate": 0.060498220640569395, "topology_exact_match_rate": 0.060498220640569395, "placement_overlap_rate": 0.35294117647058826, "crossings_metric": "cross_net_cell_overlaps", "mean_crossings": 0.0, "mean_bends": 16.823529411764707, "mean_manhattan_wire_length": 544.7647058823529, "mean_canvas_area_used": 54275.82352941176, "accepted": 17, "total": 281, "overlap_count": 6, "overlap_pairs_total": 41, "crossings_total": 0.0, "bends_total": 286.0, "wire_length_total": 9261.0, "canvas_area_total": 922689.0, "topology_failures": 264, "status_counts": {"router_fail": 263, "accepted": 17, "verify_fail": 1}, "failure_reason_counts": {"router_fail": 263, "verify_fail": 1}, "score_tuple": [264, 41, 286.0, 9261.0, 922689.0], "diagnostic_counts": {"gold_samples": 281, "gold_components": 11627, "x_top4_hits": 0, "x_top8_hits": 0, "y_top4_hits": 0, "y_top8_hits": 0, "rot_top2_hits": 0, "rot_top4_hits": 0, "gold_component_in_cartesian_hits": 0, "gold_component_in_solver_hits": 0}, "diagnostics": {"gold_samples": 281, "gold_components": 11627, "gold_x_top4_recall": 0.0, "gold_x_top8_recall": 0.0, "gold_y_top4_recall": 0.0, "gold_y_top8_recall": 0.0, "gold_rot_top2_recall": 0.0, "gold_rot_top4_recall": 0.0, "gold_component_in_cartesian_shortlist_rate": 0.0, "gold_component_in_solver_candidates_rate": 0.0, "gold_full_sample_in_cartesian_shortlist_rate": 0.0, "gold_full_sample_in_solver_candidates_rate": 0.0, "gold_selected_any_attempt_rate": 0.0}, "router_fail_net_class_counts": {"ground": 174, "other": 40, "VDD": 48, "VBAT": 1}, "cp_sat_terminal_status_counts": {}}}, "per_size_bin": {"01-04": {"micro_topology_exact_match_rate": 0.25806451612903225, "topology_exact_match_rate": 0.25806451612903225, "placement_overlap_rate": 0.0, "crossings_metric": "cross_net_cell_overlaps", "mean_crossings": 0.0, "mean_bends": 11.625, "mean_manhattan_wire_length": 361.375, "mean_canvas_area_used": 14459.875, "accepted": 8, "total": 31, "overlap_count": 0, "overlap_pairs_total": 0, "crossings_total": 0.0, "bends_total": 93.0, "wire_length_total": 2891.0, "canvas_area_total": 115679.0, "topology_failures": 23, "status_counts": {"router_fail": 23, "accepted": 8}, "failure_reason_counts": {"router_fail": 23}, "score_tuple": [23, 0, 93.0, 2891.0, 115679.0], "diagnostic_counts": {"gold_samples": 31, "gold_components": 104, "x_top4_hits": 0, "x_top8_hits": 0, "y_top4_hits": 0, "y_top8_hits": 0, "rot_top2_hits": 0, "rot_top4_hits": 0, "gold_component_in_cartesian_hits": 0, "gold_component_in_solver_hits": 0}, "diagnostics": {"gold_samples": 31, "gold_components": 104, "gold_x_top4_recall": 0.0, "gold_x_top8_recall": 0.0, "gold_y_top4_recall": 0.0, "gold_y_top8_recall": 0.0, "gold_rot_top2_recall": 0.0, "gold_rot_top4_recall": 0.0, "gold_component_in_cartesian_shortlist_rate": 0.0, "gold_component_in_solver_candidates_rate": 0.0, "gold_full_sample_in_cartesian_shortlist_rate": 0.0, "gold_full_sample_in_solver_candidates_rate": 0.0, "gold_selected_any_attempt_rate": 0.0}, "router_fail_net_class_counts": {"ground": 16, "other": 6, "VDD": 1}, "cp_sat_terminal_status_counts": {}}, "05-08": {"micro_topology_exact_match_rate": 0.08571428571428572, "topology_exact_match_rate": 0.08571428571428572, "placement_overlap_rate": 0.0, "crossings_metric": "cross_net_cell_overlaps", "mean_crossings": 0.0, "mean_bends": 14.333333333333334, "mean_manhattan_wire_length": 503.0, "mean_canvas_area_used": 49534.333333333336, "accepted": 3, "total": 35, "overlap_count": 0, "overlap_pairs_total": 0, "crossings_total": 0.0, "bends_total": 43.0, "wire_length_total": 1509.0, "canvas_area_total": 148603.0, "topology_failures": 32, "status_counts": {"router_fail": 32, "accepted": 3}, "failure_reason_counts": {"router_fail": 32}, "score_tuple": [32, 0, 43.0, 1509.0, 148603.0], "diagnostic_counts": {"gold_samples": 35, "gold_components": 226, "x_top4_hits": 0, "x_top8_hits": 0, "y_top4_hits": 0, "y_top8_hits": 0, "rot_top2_hits": 0, "rot_top4_hits": 0, "gold_component_in_cartesian_hits": 0, "gold_component_in_solver_hits": 0}, "diagnostics": {"gold_samples": 35, "gold_components": 226, "gold_x_top4_recall": 0.0, "gold_x_top8_recall": 0.0, "gold_y_top4_recall": 0.0, "gold_y_top8_recall": 0.0, "gold_rot_top2_recall": 0.0, "gold_rot_top4_recall": 0.0, "gold_component_in_cartesian_shortlist_rate": 0.0, "gold_component_in_solver_candidates_rate": 0.0, "gold_full_sample_in_cartesian_shortlist_rate": 0.0, "gold_full_sample_in_solver_candidates_rate": 0.0, "gold_selected_any_attempt_rate": 0.0}, "router_fail_net_class_counts": {"other": 19, "ground": 12, "VDD": 1}, "cp_sat_terminal_status_counts": {}}, "09-16": {"micro_topology_exact_match_rate": 0.17142857142857143, "topology_exact_match_rate": 0.17142857142857143, "placement_overlap_rate": 0.16666666666666666, "crossings_metric": "cross_net_cell_overlaps", "mean_crossings": 0.0, "mean_bends": 11.0, "mean_manhattan_wire_length": 274.1666666666667, "mean_canvas_area_used": 56908.833333333336, "accepted": 6, "total": 35, "overlap_count": 1, "overlap_pairs_total": 1, "crossings_total": 0.0, "bends_total": 66.0, "wire_length_total": 1645.0, "canvas_area_total": 341453.0, "topology_failures": 29, "status_counts": {"accepted": 6, "router_fail": 29}, "failure_reason_counts": {"router_fail": 29}, "score_tuple": [29, 1, 66.0, 1645.0, 341453.0], "diagnostic_counts": {"gold_samples": 35, "gold_components": 434, "x_top4_hits": 0, "x_top8_hits": 0, "y_top4_hits": 0, "y_top8_hits": 0, "rot_top2_hits": 0, "rot_top4_hits": 0, "gold_component_in_cartesian_hits": 0, "gold_component_in_solver_hits": 0}, "diagnostics": {"gold_samples": 35, "gold_components": 434, "gold_x_top4_recall": 0.0, "gold_x_top8_recall": 0.0, "gold_y_top4_recall": 0.0, "gold_y_top8_recall": 0.0, "gold_rot_top2_recall": 0.0, "gold_rot_top4_recall": 0.0, "gold_component_in_cartesian_shortlist_rate": 0.0, "gold_component_in_solver_candidates_rate": 0.0, "gold_full_sample_in_cartesian_shortlist_rate": 0.0, "gold_full_sample_in_solver_candidates_rate": 0.0, "gold_selected_any_attempt_rate": 0.0}, "router_fail_net_class_counts": {"ground": 16, "other": 9, "VDD": 4}, "cp_sat_terminal_status_counts": {}}, "17-24": {"micro_topology_exact_match_rate": 0.037037037037037035, "topology_exact_match_rate": 0.037037037037037035, "placement_overlap_rate": 1.0, "crossings_metric": "cross_net_cell_overlaps", "mean_crossings": 0.0, "mean_bends": 18.0, "mean_manhattan_wire_length": 203.0, "mean_canvas_area_used": 63232.0, "accepted": 1, "total": 27, "overlap_count": 1, "overlap_pairs_total": 1, "crossings_total": 0.0, "bends_total": 18.0, "wire_length_total": 203.0, "canvas_area_total": 63232.0, "topology_failures": 26, "status_counts": {"router_fail": 26, "accepted": 1}, "failure_reason_counts": {"router_fail": 26}, "score_tuple": [26, 1, 18.0, 203.0, 63232.0], "diagnostic_counts": {"gold_samples": 27, "gold_components": 523, "x_top4_hits": 0, "x_top8_hits": 0, "y_top4_hits": 0, "y_top8_hits": 0, "rot_top2_hits": 0, "rot_top4_hits": 0, "gold_component_in_cartesian_hits": 0, "gold_component_in_solver_hits": 0}, "diagnostics": {"gold_samples": 27, "gold_components": 523, "gold_x_top4_recall": 0.0, "gold_x_top8_recall": 0.0, "gold_y_top4_recall": 0.0, "gold_y_top8_recall": 0.0, "gold_rot_top2_recall": 0.0, "gold_rot_top4_recall": 0.0, "gold_component_in_cartesian_shortlist_rate": 0.0, "gold_component_in_solver_candidates_rate": 0.0, "gold_full_sample_in_cartesian_shortlist_rate": 0.0, "gold_full_sample_in_solver_candidates_rate": 0.0, "gold_selected_any_attempt_rate": 0.0}, "router_fail_net_class_counts": {"other": 10, "ground": 11, "VCC": 1, "VDD": 4}, "cp_sat_terminal_status_counts": {}}, "25-32": {"micro_topology_exact_match_rate": 0.05555555555555555, "topology_exact_match_rate": 0.05555555555555555, "placement_overlap_rate": 0.0, "crossings_metric": "cross_net_cell_overlaps", "mean_crossings": 0.0, "mean_bends": 28.0, "mean_manhattan_wire_length": 691.0, "mean_canvas_area_used": 63232.0, "accepted": 1, "total": 18, "overlap_count": 0, "overlap_pairs_total": 0, "crossings_total": 0.0, "bends_total": 28.0, "wire_length_total": 691.0, "canvas_area_total": 63232.0, "topology_failures": 17, "status_counts": {"router_fail": 17, "accepted": 1}, "failure_reason_counts": {"router_fail": 17}, "score_tuple": [17, 0, 28.0, 691.0, 63232.0], "diagnostic_counts": {"gold_samples": 18, "gold_components": 519, "x_top4_hits": 0, "x_top8_hits": 0, "y_top4_hits": 0, "y_top8_hits": 0, "rot_top2_hits": 0, "rot_top4_hits": 0, "gold_component_in_cartesian_hits": 0, "gold_component_in_solver_hits": 0}, "diagnostics": {"gold_samples": 18, "gold_components": 519, "gold_x_top4_recall": 0.0, "gold_x_top8_recall": 0.0, "gold_y_top4_recall": 0.0, "gold_y_top8_recall": 0.0, "gold_rot_top2_recall": 0.0, "gold_rot_top4_recall": 0.0, "gold_component_in_cartesian_shortlist_rate": 0.0, "gold_component_in_solver_candidates_rate": 0.0, "gold_full_sample_in_cartesian_shortlist_rate": 0.0, "gold_full_sample_in_solver_candidates_rate": 0.0, "gold_selected_any_attempt_rate": 0.0}, "router_fail_net_class_counts": {"ground": 14, "other": 3}, "cp_sat_terminal_status_counts": {}}, "33-48": {"micro_topology_exact_match_rate": 0.014705882352941176, "topology_exact_match_rate": 0.014705882352941176, "placement_overlap_rate": 1.0, "crossings_metric": "cross_net_cell_overlaps", "mean_crossings": 0.0, "mean_bends": 39.5, "mean_manhattan_wire_length": 851.0, "mean_canvas_area_used": 63616.0, "accepted": 2, "total": 136, "overlap_count": 2, "overlap_pairs_total": 5, "crossings_total": 0.0, "bends_total": 79.0, "wire_length_total": 1702.0, "canvas_area_total": 127232.0, "topology_failures": 134, "status_counts": {"router_fail": 134, "accepted": 2}, "failure_reason_counts": {"router_fail": 134}, "score_tuple": [134, 5, 79.0, 1702.0, 127232.0], "diagnostic_counts": {"gold_samples": 136, "gold_components": 5488, "x_top4_hits": 0, "x_top8_hits": 0, "y_top4_hits": 0, "y_top8_hits": 0, "rot_top2_hits": 0, "rot_top4_hits": 0, "gold_component_in_cartesian_hits": 0, "gold_component_in_solver_hits": 0}, "diagnostics": {"gold_samples": 136, "gold_components": 5488, "gold_x_top4_recall": 0.0, "gold_x_top8_recall": 0.0, "gold_y_top4_recall": 0.0, "gold_y_top8_recall": 0.0, "gold_rot_top2_recall": 0.0, "gold_rot_top4_recall": 0.0, "gold_component_in_cartesian_shortlist_rate": 0.0, "gold_component_in_solver_candidates_rate": 0.0, "gold_full_sample_in_cartesian_shortlist_rate": 0.0, "gold_full_sample_in_solver_candidates_rate": 0.0, "gold_selected_any_attempt_rate": 0.0}, "router_fail_net_class_counts": {"ground": 90, "other": 18, "VDD": 25, "VBAT": 1}, "cp_sat_terminal_status_counts": {}}, "49-64": {"micro_topology_exact_match_rate": 0.029411764705882353, "topology_exact_match_rate": 0.029411764705882353, "placement_overlap_rate": 0.6666666666666666, "crossings_metric": "cross_net_cell_overlaps", "mean_crossings": 0.0, "mean_bends": 16.0, "mean_manhattan_wire_length": 1116.6666666666667, "mean_canvas_area_used": 48108.666666666664, "accepted": 3, "total": 102, "overlap_count": 2, "overlap_pairs_total": 34, "crossings_total": 0.0, "bends_total": 48.0, "wire_length_total": 3350.0, "canvas_area_total": 144326.0, "topology_failures": 99, "status_counts": {"router_fail": 98, "accepted": 3, "verify_fail": 1}, "failure_reason_counts": {"router_fail": 98, "verify_fail": 1}, "score_tuple": [99, 34, 48.0, 3350.0, 144326.0], "diagnostic_counts": {"gold_samples": 102, "gold_components": 5677, "x_top4_hits": 0, "x_top8_hits": 0, "y_top4_hits": 0, "y_top8_hits": 0, "rot_top2_hits": 0, "rot_top4_hits": 0, "gold_component_in_cartesian_hits": 0, "gold_component_in_solver_hits": 0}, "diagnostics": {"gold_samples": 102, "gold_components": 5677, "gold_x_top4_recall": 0.0, "gold_x_top8_recall": 0.0, "gold_y_top4_recall": 0.0, "gold_y_top8_recall": 0.0, "gold_rot_top2_recall": 0.0, "gold_rot_top4_recall": 0.0, "gold_component_in_cartesian_shortlist_rate": 0.0, "gold_component_in_solver_candidates_rate": 0.0, "gold_full_sample_in_cartesian_shortlist_rate": 0.0, "gold_full_sample_in_solver_candidates_rate": 0.0, "gold_selected_any_attempt_rate": 0.0}, "router_fail_net_class_counts": {"ground": 74, "VDD": 17, "other": 7}, "cp_sat_terminal_status_counts": {}}}, "macro_topology_exact_match_rate": 0.1429730910907161}
|
netlist_to_layout_v1/runs/routerfix-patched-oracle-layout384-rbm0e2t3/full_machine_eval_state.json
ADDED
|
@@ -0,0 +1,782 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"status": "completed",
|
| 3 |
+
"updated_at": "2026-03-10T17:24:26Z",
|
| 4 |
+
"step": 8000,
|
| 5 |
+
"checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt",
|
| 6 |
+
"result": {
|
| 7 |
+
"micro_topology_exact_match_rate": 0.0625,
|
| 8 |
+
"topology_exact_match_rate": 0.0625,
|
| 9 |
+
"placement_overlap_rate": 0.25,
|
| 10 |
+
"crossings_metric": "cross_net_cell_overlaps",
|
| 11 |
+
"mean_crossings": 0.0,
|
| 12 |
+
"mean_bends": 15.625,
|
| 13 |
+
"mean_manhattan_wire_length": 499.625,
|
| 14 |
+
"mean_canvas_area_used": 41823.208333333336,
|
| 15 |
+
"accepted": 24,
|
| 16 |
+
"total": 384,
|
| 17 |
+
"overlap_count": 6,
|
| 18 |
+
"overlap_pairs_total": 41,
|
| 19 |
+
"crossings_total": 0.0,
|
| 20 |
+
"bends_total": 375.0,
|
| 21 |
+
"wire_length_total": 11991.0,
|
| 22 |
+
"canvas_area_total": 1003757.0,
|
| 23 |
+
"topology_failures": 360,
|
| 24 |
+
"status_counts": {
|
| 25 |
+
"router_fail": 359,
|
| 26 |
+
"accepted": 24,
|
| 27 |
+
"verify_fail": 1
|
| 28 |
+
},
|
| 29 |
+
"failure_reason_counts": {
|
| 30 |
+
"router_fail": 359,
|
| 31 |
+
"verify_fail": 1
|
| 32 |
+
},
|
| 33 |
+
"score_tuple": [
|
| 34 |
+
360,
|
| 35 |
+
41,
|
| 36 |
+
375.0,
|
| 37 |
+
11991.0,
|
| 38 |
+
1003757.0
|
| 39 |
+
],
|
| 40 |
+
"diagnostic_counts": {
|
| 41 |
+
"gold_samples": 384,
|
| 42 |
+
"gold_components": 12971,
|
| 43 |
+
"x_top4_hits": 0,
|
| 44 |
+
"x_top8_hits": 0,
|
| 45 |
+
"y_top4_hits": 0,
|
| 46 |
+
"y_top8_hits": 0,
|
| 47 |
+
"rot_top2_hits": 0,
|
| 48 |
+
"rot_top4_hits": 0,
|
| 49 |
+
"gold_component_in_cartesian_hits": 0,
|
| 50 |
+
"gold_component_in_solver_hits": 0
|
| 51 |
+
},
|
| 52 |
+
"diagnostics": {
|
| 53 |
+
"gold_samples": 384,
|
| 54 |
+
"gold_components": 12971,
|
| 55 |
+
"gold_x_top4_recall": 0.0,
|
| 56 |
+
"gold_x_top8_recall": 0.0,
|
| 57 |
+
"gold_y_top4_recall": 0.0,
|
| 58 |
+
"gold_y_top8_recall": 0.0,
|
| 59 |
+
"gold_rot_top2_recall": 0.0,
|
| 60 |
+
"gold_rot_top4_recall": 0.0,
|
| 61 |
+
"gold_component_in_cartesian_shortlist_rate": 0.0,
|
| 62 |
+
"gold_component_in_solver_candidates_rate": 0.0,
|
| 63 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.0,
|
| 64 |
+
"gold_full_sample_in_solver_candidates_rate": 0.0,
|
| 65 |
+
"gold_selected_any_attempt_rate": 0.0
|
| 66 |
+
},
|
| 67 |
+
"router_fail_net_class_counts": {
|
| 68 |
+
"ground": 233,
|
| 69 |
+
"other": 72,
|
| 70 |
+
"VDD": 52,
|
| 71 |
+
"VBAT": 1,
|
| 72 |
+
"VCC": 1
|
| 73 |
+
},
|
| 74 |
+
"cp_sat_terminal_status_counts": {},
|
| 75 |
+
"step": 8000,
|
| 76 |
+
"checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt",
|
| 77 |
+
"evaluated_at": "2026-03-10T17:24:26Z",
|
| 78 |
+
"split": "val",
|
| 79 |
+
"subset_size": 384,
|
| 80 |
+
"subset_manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json",
|
| 81 |
+
"mode": "full_machine_sharded_eval",
|
| 82 |
+
"shard_count": 1,
|
| 83 |
+
"sample_workers_per_gpu": 16,
|
| 84 |
+
"solver_workers_per_sample": 0,
|
| 85 |
+
"eval_mode": "oracle_layout",
|
| 86 |
+
"force_dataset_root": null,
|
| 87 |
+
"solve_stages": [
|
| 88 |
+
{
|
| 89 |
+
"top_x": 4,
|
| 90 |
+
"top_y": 4,
|
| 91 |
+
"top_rot": 2,
|
| 92 |
+
"max_solver_candidates": 16,
|
| 93 |
+
"cp_sat_timeout_seconds": 10.0,
|
| 94 |
+
"component_candidate_cap": 32
|
| 95 |
+
}
|
| 96 |
+
],
|
| 97 |
+
"routing_options": {
|
| 98 |
+
"placement_margin": 2,
|
| 99 |
+
"routing_block_margin": 0,
|
| 100 |
+
"pin_escape_cells": 2,
|
| 101 |
+
"trunk_first_min_degree": 3,
|
| 102 |
+
"trunk_first_priority_only": false
|
| 103 |
+
},
|
| 104 |
+
"per_root": {
|
| 105 |
+
"ams-net.github.io": {
|
| 106 |
+
"micro_topology_exact_match_rate": 0.3684210526315789,
|
| 107 |
+
"topology_exact_match_rate": 0.3684210526315789,
|
| 108 |
+
"placement_overlap_rate": 0.0,
|
| 109 |
+
"crossings_metric": "cross_net_cell_overlaps",
|
| 110 |
+
"mean_crossings": 0.0,
|
| 111 |
+
"mean_bends": 12.714285714285714,
|
| 112 |
+
"mean_manhattan_wire_length": 390.0,
|
| 113 |
+
"mean_canvas_area_used": 11581.142857142857,
|
| 114 |
+
"accepted": 7,
|
| 115 |
+
"total": 19,
|
| 116 |
+
"overlap_count": 0,
|
| 117 |
+
"overlap_pairs_total": 0,
|
| 118 |
+
"crossings_total": 0.0,
|
| 119 |
+
"bends_total": 89.0,
|
| 120 |
+
"wire_length_total": 2730.0,
|
| 121 |
+
"canvas_area_total": 81068.0,
|
| 122 |
+
"topology_failures": 12,
|
| 123 |
+
"status_counts": {
|
| 124 |
+
"router_fail": 12,
|
| 125 |
+
"accepted": 7
|
| 126 |
+
},
|
| 127 |
+
"failure_reason_counts": {
|
| 128 |
+
"router_fail": 12
|
| 129 |
+
},
|
| 130 |
+
"score_tuple": [
|
| 131 |
+
12,
|
| 132 |
+
0,
|
| 133 |
+
89.0,
|
| 134 |
+
2730.0,
|
| 135 |
+
81068.0
|
| 136 |
+
],
|
| 137 |
+
"diagnostic_counts": {
|
| 138 |
+
"gold_samples": 19,
|
| 139 |
+
"gold_components": 110,
|
| 140 |
+
"x_top4_hits": 0,
|
| 141 |
+
"x_top8_hits": 0,
|
| 142 |
+
"y_top4_hits": 0,
|
| 143 |
+
"y_top8_hits": 0,
|
| 144 |
+
"rot_top2_hits": 0,
|
| 145 |
+
"rot_top4_hits": 0,
|
| 146 |
+
"gold_component_in_cartesian_hits": 0,
|
| 147 |
+
"gold_component_in_solver_hits": 0
|
| 148 |
+
},
|
| 149 |
+
"diagnostics": {
|
| 150 |
+
"gold_samples": 19,
|
| 151 |
+
"gold_components": 110,
|
| 152 |
+
"gold_x_top4_recall": 0.0,
|
| 153 |
+
"gold_x_top8_recall": 0.0,
|
| 154 |
+
"gold_y_top4_recall": 0.0,
|
| 155 |
+
"gold_y_top8_recall": 0.0,
|
| 156 |
+
"gold_rot_top2_recall": 0.0,
|
| 157 |
+
"gold_rot_top4_recall": 0.0,
|
| 158 |
+
"gold_component_in_cartesian_shortlist_rate": 0.0,
|
| 159 |
+
"gold_component_in_solver_candidates_rate": 0.0,
|
| 160 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.0,
|
| 161 |
+
"gold_full_sample_in_solver_candidates_rate": 0.0,
|
| 162 |
+
"gold_selected_any_attempt_rate": 0.0
|
| 163 |
+
},
|
| 164 |
+
"router_fail_net_class_counts": {
|
| 165 |
+
"other": 9,
|
| 166 |
+
"VDD": 2,
|
| 167 |
+
"ground": 1
|
| 168 |
+
},
|
| 169 |
+
"cp_sat_terminal_status_counts": {}
|
| 170 |
+
},
|
| 171 |
+
"ltspice-spice-circuits_hf": {
|
| 172 |
+
"micro_topology_exact_match_rate": 0.0,
|
| 173 |
+
"topology_exact_match_rate": 0.0,
|
| 174 |
+
"placement_overlap_rate": 1.0,
|
| 175 |
+
"crossings_metric": null,
|
| 176 |
+
"mean_crossings": 0.0,
|
| 177 |
+
"mean_bends": 0.0,
|
| 178 |
+
"mean_manhattan_wire_length": 0.0,
|
| 179 |
+
"mean_canvas_area_used": 0.0,
|
| 180 |
+
"accepted": 0,
|
| 181 |
+
"total": 84,
|
| 182 |
+
"overlap_count": 0,
|
| 183 |
+
"overlap_pairs_total": 0,
|
| 184 |
+
"crossings_total": 0.0,
|
| 185 |
+
"bends_total": 0.0,
|
| 186 |
+
"wire_length_total": 0.0,
|
| 187 |
+
"canvas_area_total": 0.0,
|
| 188 |
+
"topology_failures": 84,
|
| 189 |
+
"status_counts": {
|
| 190 |
+
"router_fail": 84
|
| 191 |
+
},
|
| 192 |
+
"failure_reason_counts": {
|
| 193 |
+
"router_fail": 84
|
| 194 |
+
},
|
| 195 |
+
"score_tuple": [
|
| 196 |
+
84,
|
| 197 |
+
0,
|
| 198 |
+
0.0,
|
| 199 |
+
0.0,
|
| 200 |
+
0.0
|
| 201 |
+
],
|
| 202 |
+
"diagnostic_counts": {
|
| 203 |
+
"gold_samples": 84,
|
| 204 |
+
"gold_components": 1234,
|
| 205 |
+
"x_top4_hits": 0,
|
| 206 |
+
"x_top8_hits": 0,
|
| 207 |
+
"y_top4_hits": 0,
|
| 208 |
+
"y_top8_hits": 0,
|
| 209 |
+
"rot_top2_hits": 0,
|
| 210 |
+
"rot_top4_hits": 0,
|
| 211 |
+
"gold_component_in_cartesian_hits": 0,
|
| 212 |
+
"gold_component_in_solver_hits": 0
|
| 213 |
+
},
|
| 214 |
+
"diagnostics": {
|
| 215 |
+
"gold_samples": 84,
|
| 216 |
+
"gold_components": 1234,
|
| 217 |
+
"gold_x_top4_recall": 0.0,
|
| 218 |
+
"gold_x_top8_recall": 0.0,
|
| 219 |
+
"gold_y_top4_recall": 0.0,
|
| 220 |
+
"gold_y_top8_recall": 0.0,
|
| 221 |
+
"gold_rot_top2_recall": 0.0,
|
| 222 |
+
"gold_rot_top4_recall": 0.0,
|
| 223 |
+
"gold_component_in_cartesian_shortlist_rate": 0.0,
|
| 224 |
+
"gold_component_in_solver_candidates_rate": 0.0,
|
| 225 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.0,
|
| 226 |
+
"gold_full_sample_in_solver_candidates_rate": 0.0,
|
| 227 |
+
"gold_selected_any_attempt_rate": 0.0
|
| 228 |
+
},
|
| 229 |
+
"router_fail_net_class_counts": {
|
| 230 |
+
"ground": 58,
|
| 231 |
+
"other": 23,
|
| 232 |
+
"VCC": 1,
|
| 233 |
+
"VDD": 2
|
| 234 |
+
},
|
| 235 |
+
"cp_sat_terminal_status_counts": {}
|
| 236 |
+
},
|
| 237 |
+
"open-schematics_hf": {
|
| 238 |
+
"micro_topology_exact_match_rate": 0.060498220640569395,
|
| 239 |
+
"topology_exact_match_rate": 0.060498220640569395,
|
| 240 |
+
"placement_overlap_rate": 0.35294117647058826,
|
| 241 |
+
"crossings_metric": "cross_net_cell_overlaps",
|
| 242 |
+
"mean_crossings": 0.0,
|
| 243 |
+
"mean_bends": 16.823529411764707,
|
| 244 |
+
"mean_manhattan_wire_length": 544.7647058823529,
|
| 245 |
+
"mean_canvas_area_used": 54275.82352941176,
|
| 246 |
+
"accepted": 17,
|
| 247 |
+
"total": 281,
|
| 248 |
+
"overlap_count": 6,
|
| 249 |
+
"overlap_pairs_total": 41,
|
| 250 |
+
"crossings_total": 0.0,
|
| 251 |
+
"bends_total": 286.0,
|
| 252 |
+
"wire_length_total": 9261.0,
|
| 253 |
+
"canvas_area_total": 922689.0,
|
| 254 |
+
"topology_failures": 264,
|
| 255 |
+
"status_counts": {
|
| 256 |
+
"router_fail": 263,
|
| 257 |
+
"accepted": 17,
|
| 258 |
+
"verify_fail": 1
|
| 259 |
+
},
|
| 260 |
+
"failure_reason_counts": {
|
| 261 |
+
"router_fail": 263,
|
| 262 |
+
"verify_fail": 1
|
| 263 |
+
},
|
| 264 |
+
"score_tuple": [
|
| 265 |
+
264,
|
| 266 |
+
41,
|
| 267 |
+
286.0,
|
| 268 |
+
9261.0,
|
| 269 |
+
922689.0
|
| 270 |
+
],
|
| 271 |
+
"diagnostic_counts": {
|
| 272 |
+
"gold_samples": 281,
|
| 273 |
+
"gold_components": 11627,
|
| 274 |
+
"x_top4_hits": 0,
|
| 275 |
+
"x_top8_hits": 0,
|
| 276 |
+
"y_top4_hits": 0,
|
| 277 |
+
"y_top8_hits": 0,
|
| 278 |
+
"rot_top2_hits": 0,
|
| 279 |
+
"rot_top4_hits": 0,
|
| 280 |
+
"gold_component_in_cartesian_hits": 0,
|
| 281 |
+
"gold_component_in_solver_hits": 0
|
| 282 |
+
},
|
| 283 |
+
"diagnostics": {
|
| 284 |
+
"gold_samples": 281,
|
| 285 |
+
"gold_components": 11627,
|
| 286 |
+
"gold_x_top4_recall": 0.0,
|
| 287 |
+
"gold_x_top8_recall": 0.0,
|
| 288 |
+
"gold_y_top4_recall": 0.0,
|
| 289 |
+
"gold_y_top8_recall": 0.0,
|
| 290 |
+
"gold_rot_top2_recall": 0.0,
|
| 291 |
+
"gold_rot_top4_recall": 0.0,
|
| 292 |
+
"gold_component_in_cartesian_shortlist_rate": 0.0,
|
| 293 |
+
"gold_component_in_solver_candidates_rate": 0.0,
|
| 294 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.0,
|
| 295 |
+
"gold_full_sample_in_solver_candidates_rate": 0.0,
|
| 296 |
+
"gold_selected_any_attempt_rate": 0.0
|
| 297 |
+
},
|
| 298 |
+
"router_fail_net_class_counts": {
|
| 299 |
+
"ground": 174,
|
| 300 |
+
"other": 40,
|
| 301 |
+
"VDD": 48,
|
| 302 |
+
"VBAT": 1
|
| 303 |
+
},
|
| 304 |
+
"cp_sat_terminal_status_counts": {}
|
| 305 |
+
}
|
| 306 |
+
},
|
| 307 |
+
"per_size_bin": {
|
| 308 |
+
"01-04": {
|
| 309 |
+
"micro_topology_exact_match_rate": 0.25806451612903225,
|
| 310 |
+
"topology_exact_match_rate": 0.25806451612903225,
|
| 311 |
+
"placement_overlap_rate": 0.0,
|
| 312 |
+
"crossings_metric": "cross_net_cell_overlaps",
|
| 313 |
+
"mean_crossings": 0.0,
|
| 314 |
+
"mean_bends": 11.625,
|
| 315 |
+
"mean_manhattan_wire_length": 361.375,
|
| 316 |
+
"mean_canvas_area_used": 14459.875,
|
| 317 |
+
"accepted": 8,
|
| 318 |
+
"total": 31,
|
| 319 |
+
"overlap_count": 0,
|
| 320 |
+
"overlap_pairs_total": 0,
|
| 321 |
+
"crossings_total": 0.0,
|
| 322 |
+
"bends_total": 93.0,
|
| 323 |
+
"wire_length_total": 2891.0,
|
| 324 |
+
"canvas_area_total": 115679.0,
|
| 325 |
+
"topology_failures": 23,
|
| 326 |
+
"status_counts": {
|
| 327 |
+
"router_fail": 23,
|
| 328 |
+
"accepted": 8
|
| 329 |
+
},
|
| 330 |
+
"failure_reason_counts": {
|
| 331 |
+
"router_fail": 23
|
| 332 |
+
},
|
| 333 |
+
"score_tuple": [
|
| 334 |
+
23,
|
| 335 |
+
0,
|
| 336 |
+
93.0,
|
| 337 |
+
2891.0,
|
| 338 |
+
115679.0
|
| 339 |
+
],
|
| 340 |
+
"diagnostic_counts": {
|
| 341 |
+
"gold_samples": 31,
|
| 342 |
+
"gold_components": 104,
|
| 343 |
+
"x_top4_hits": 0,
|
| 344 |
+
"x_top8_hits": 0,
|
| 345 |
+
"y_top4_hits": 0,
|
| 346 |
+
"y_top8_hits": 0,
|
| 347 |
+
"rot_top2_hits": 0,
|
| 348 |
+
"rot_top4_hits": 0,
|
| 349 |
+
"gold_component_in_cartesian_hits": 0,
|
| 350 |
+
"gold_component_in_solver_hits": 0
|
| 351 |
+
},
|
| 352 |
+
"diagnostics": {
|
| 353 |
+
"gold_samples": 31,
|
| 354 |
+
"gold_components": 104,
|
| 355 |
+
"gold_x_top4_recall": 0.0,
|
| 356 |
+
"gold_x_top8_recall": 0.0,
|
| 357 |
+
"gold_y_top4_recall": 0.0,
|
| 358 |
+
"gold_y_top8_recall": 0.0,
|
| 359 |
+
"gold_rot_top2_recall": 0.0,
|
| 360 |
+
"gold_rot_top4_recall": 0.0,
|
| 361 |
+
"gold_component_in_cartesian_shortlist_rate": 0.0,
|
| 362 |
+
"gold_component_in_solver_candidates_rate": 0.0,
|
| 363 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.0,
|
| 364 |
+
"gold_full_sample_in_solver_candidates_rate": 0.0,
|
| 365 |
+
"gold_selected_any_attempt_rate": 0.0
|
| 366 |
+
},
|
| 367 |
+
"router_fail_net_class_counts": {
|
| 368 |
+
"ground": 16,
|
| 369 |
+
"other": 6,
|
| 370 |
+
"VDD": 1
|
| 371 |
+
},
|
| 372 |
+
"cp_sat_terminal_status_counts": {}
|
| 373 |
+
},
|
| 374 |
+
"05-08": {
|
| 375 |
+
"micro_topology_exact_match_rate": 0.08571428571428572,
|
| 376 |
+
"topology_exact_match_rate": 0.08571428571428572,
|
| 377 |
+
"placement_overlap_rate": 0.0,
|
| 378 |
+
"crossings_metric": "cross_net_cell_overlaps",
|
| 379 |
+
"mean_crossings": 0.0,
|
| 380 |
+
"mean_bends": 14.333333333333334,
|
| 381 |
+
"mean_manhattan_wire_length": 503.0,
|
| 382 |
+
"mean_canvas_area_used": 49534.333333333336,
|
| 383 |
+
"accepted": 3,
|
| 384 |
+
"total": 35,
|
| 385 |
+
"overlap_count": 0,
|
| 386 |
+
"overlap_pairs_total": 0,
|
| 387 |
+
"crossings_total": 0.0,
|
| 388 |
+
"bends_total": 43.0,
|
| 389 |
+
"wire_length_total": 1509.0,
|
| 390 |
+
"canvas_area_total": 148603.0,
|
| 391 |
+
"topology_failures": 32,
|
| 392 |
+
"status_counts": {
|
| 393 |
+
"router_fail": 32,
|
| 394 |
+
"accepted": 3
|
| 395 |
+
},
|
| 396 |
+
"failure_reason_counts": {
|
| 397 |
+
"router_fail": 32
|
| 398 |
+
},
|
| 399 |
+
"score_tuple": [
|
| 400 |
+
32,
|
| 401 |
+
0,
|
| 402 |
+
43.0,
|
| 403 |
+
1509.0,
|
| 404 |
+
148603.0
|
| 405 |
+
],
|
| 406 |
+
"diagnostic_counts": {
|
| 407 |
+
"gold_samples": 35,
|
| 408 |
+
"gold_components": 226,
|
| 409 |
+
"x_top4_hits": 0,
|
| 410 |
+
"x_top8_hits": 0,
|
| 411 |
+
"y_top4_hits": 0,
|
| 412 |
+
"y_top8_hits": 0,
|
| 413 |
+
"rot_top2_hits": 0,
|
| 414 |
+
"rot_top4_hits": 0,
|
| 415 |
+
"gold_component_in_cartesian_hits": 0,
|
| 416 |
+
"gold_component_in_solver_hits": 0
|
| 417 |
+
},
|
| 418 |
+
"diagnostics": {
|
| 419 |
+
"gold_samples": 35,
|
| 420 |
+
"gold_components": 226,
|
| 421 |
+
"gold_x_top4_recall": 0.0,
|
| 422 |
+
"gold_x_top8_recall": 0.0,
|
| 423 |
+
"gold_y_top4_recall": 0.0,
|
| 424 |
+
"gold_y_top8_recall": 0.0,
|
| 425 |
+
"gold_rot_top2_recall": 0.0,
|
| 426 |
+
"gold_rot_top4_recall": 0.0,
|
| 427 |
+
"gold_component_in_cartesian_shortlist_rate": 0.0,
|
| 428 |
+
"gold_component_in_solver_candidates_rate": 0.0,
|
| 429 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.0,
|
| 430 |
+
"gold_full_sample_in_solver_candidates_rate": 0.0,
|
| 431 |
+
"gold_selected_any_attempt_rate": 0.0
|
| 432 |
+
},
|
| 433 |
+
"router_fail_net_class_counts": {
|
| 434 |
+
"other": 19,
|
| 435 |
+
"ground": 12,
|
| 436 |
+
"VDD": 1
|
| 437 |
+
},
|
| 438 |
+
"cp_sat_terminal_status_counts": {}
|
| 439 |
+
},
|
| 440 |
+
"09-16": {
|
| 441 |
+
"micro_topology_exact_match_rate": 0.17142857142857143,
|
| 442 |
+
"topology_exact_match_rate": 0.17142857142857143,
|
| 443 |
+
"placement_overlap_rate": 0.16666666666666666,
|
| 444 |
+
"crossings_metric": "cross_net_cell_overlaps",
|
| 445 |
+
"mean_crossings": 0.0,
|
| 446 |
+
"mean_bends": 11.0,
|
| 447 |
+
"mean_manhattan_wire_length": 274.1666666666667,
|
| 448 |
+
"mean_canvas_area_used": 56908.833333333336,
|
| 449 |
+
"accepted": 6,
|
| 450 |
+
"total": 35,
|
| 451 |
+
"overlap_count": 1,
|
| 452 |
+
"overlap_pairs_total": 1,
|
| 453 |
+
"crossings_total": 0.0,
|
| 454 |
+
"bends_total": 66.0,
|
| 455 |
+
"wire_length_total": 1645.0,
|
| 456 |
+
"canvas_area_total": 341453.0,
|
| 457 |
+
"topology_failures": 29,
|
| 458 |
+
"status_counts": {
|
| 459 |
+
"accepted": 6,
|
| 460 |
+
"router_fail": 29
|
| 461 |
+
},
|
| 462 |
+
"failure_reason_counts": {
|
| 463 |
+
"router_fail": 29
|
| 464 |
+
},
|
| 465 |
+
"score_tuple": [
|
| 466 |
+
29,
|
| 467 |
+
1,
|
| 468 |
+
66.0,
|
| 469 |
+
1645.0,
|
| 470 |
+
341453.0
|
| 471 |
+
],
|
| 472 |
+
"diagnostic_counts": {
|
| 473 |
+
"gold_samples": 35,
|
| 474 |
+
"gold_components": 434,
|
| 475 |
+
"x_top4_hits": 0,
|
| 476 |
+
"x_top8_hits": 0,
|
| 477 |
+
"y_top4_hits": 0,
|
| 478 |
+
"y_top8_hits": 0,
|
| 479 |
+
"rot_top2_hits": 0,
|
| 480 |
+
"rot_top4_hits": 0,
|
| 481 |
+
"gold_component_in_cartesian_hits": 0,
|
| 482 |
+
"gold_component_in_solver_hits": 0
|
| 483 |
+
},
|
| 484 |
+
"diagnostics": {
|
| 485 |
+
"gold_samples": 35,
|
| 486 |
+
"gold_components": 434,
|
| 487 |
+
"gold_x_top4_recall": 0.0,
|
| 488 |
+
"gold_x_top8_recall": 0.0,
|
| 489 |
+
"gold_y_top4_recall": 0.0,
|
| 490 |
+
"gold_y_top8_recall": 0.0,
|
| 491 |
+
"gold_rot_top2_recall": 0.0,
|
| 492 |
+
"gold_rot_top4_recall": 0.0,
|
| 493 |
+
"gold_component_in_cartesian_shortlist_rate": 0.0,
|
| 494 |
+
"gold_component_in_solver_candidates_rate": 0.0,
|
| 495 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.0,
|
| 496 |
+
"gold_full_sample_in_solver_candidates_rate": 0.0,
|
| 497 |
+
"gold_selected_any_attempt_rate": 0.0
|
| 498 |
+
},
|
| 499 |
+
"router_fail_net_class_counts": {
|
| 500 |
+
"ground": 16,
|
| 501 |
+
"other": 9,
|
| 502 |
+
"VDD": 4
|
| 503 |
+
},
|
| 504 |
+
"cp_sat_terminal_status_counts": {}
|
| 505 |
+
},
|
| 506 |
+
"17-24": {
|
| 507 |
+
"micro_topology_exact_match_rate": 0.037037037037037035,
|
| 508 |
+
"topology_exact_match_rate": 0.037037037037037035,
|
| 509 |
+
"placement_overlap_rate": 1.0,
|
| 510 |
+
"crossings_metric": "cross_net_cell_overlaps",
|
| 511 |
+
"mean_crossings": 0.0,
|
| 512 |
+
"mean_bends": 18.0,
|
| 513 |
+
"mean_manhattan_wire_length": 203.0,
|
| 514 |
+
"mean_canvas_area_used": 63232.0,
|
| 515 |
+
"accepted": 1,
|
| 516 |
+
"total": 27,
|
| 517 |
+
"overlap_count": 1,
|
| 518 |
+
"overlap_pairs_total": 1,
|
| 519 |
+
"crossings_total": 0.0,
|
| 520 |
+
"bends_total": 18.0,
|
| 521 |
+
"wire_length_total": 203.0,
|
| 522 |
+
"canvas_area_total": 63232.0,
|
| 523 |
+
"topology_failures": 26,
|
| 524 |
+
"status_counts": {
|
| 525 |
+
"router_fail": 26,
|
| 526 |
+
"accepted": 1
|
| 527 |
+
},
|
| 528 |
+
"failure_reason_counts": {
|
| 529 |
+
"router_fail": 26
|
| 530 |
+
},
|
| 531 |
+
"score_tuple": [
|
| 532 |
+
26,
|
| 533 |
+
1,
|
| 534 |
+
18.0,
|
| 535 |
+
203.0,
|
| 536 |
+
63232.0
|
| 537 |
+
],
|
| 538 |
+
"diagnostic_counts": {
|
| 539 |
+
"gold_samples": 27,
|
| 540 |
+
"gold_components": 523,
|
| 541 |
+
"x_top4_hits": 0,
|
| 542 |
+
"x_top8_hits": 0,
|
| 543 |
+
"y_top4_hits": 0,
|
| 544 |
+
"y_top8_hits": 0,
|
| 545 |
+
"rot_top2_hits": 0,
|
| 546 |
+
"rot_top4_hits": 0,
|
| 547 |
+
"gold_component_in_cartesian_hits": 0,
|
| 548 |
+
"gold_component_in_solver_hits": 0
|
| 549 |
+
},
|
| 550 |
+
"diagnostics": {
|
| 551 |
+
"gold_samples": 27,
|
| 552 |
+
"gold_components": 523,
|
| 553 |
+
"gold_x_top4_recall": 0.0,
|
| 554 |
+
"gold_x_top8_recall": 0.0,
|
| 555 |
+
"gold_y_top4_recall": 0.0,
|
| 556 |
+
"gold_y_top8_recall": 0.0,
|
| 557 |
+
"gold_rot_top2_recall": 0.0,
|
| 558 |
+
"gold_rot_top4_recall": 0.0,
|
| 559 |
+
"gold_component_in_cartesian_shortlist_rate": 0.0,
|
| 560 |
+
"gold_component_in_solver_candidates_rate": 0.0,
|
| 561 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.0,
|
| 562 |
+
"gold_full_sample_in_solver_candidates_rate": 0.0,
|
| 563 |
+
"gold_selected_any_attempt_rate": 0.0
|
| 564 |
+
},
|
| 565 |
+
"router_fail_net_class_counts": {
|
| 566 |
+
"other": 10,
|
| 567 |
+
"ground": 11,
|
| 568 |
+
"VCC": 1,
|
| 569 |
+
"VDD": 4
|
| 570 |
+
},
|
| 571 |
+
"cp_sat_terminal_status_counts": {}
|
| 572 |
+
},
|
| 573 |
+
"25-32": {
|
| 574 |
+
"micro_topology_exact_match_rate": 0.05555555555555555,
|
| 575 |
+
"topology_exact_match_rate": 0.05555555555555555,
|
| 576 |
+
"placement_overlap_rate": 0.0,
|
| 577 |
+
"crossings_metric": "cross_net_cell_overlaps",
|
| 578 |
+
"mean_crossings": 0.0,
|
| 579 |
+
"mean_bends": 28.0,
|
| 580 |
+
"mean_manhattan_wire_length": 691.0,
|
| 581 |
+
"mean_canvas_area_used": 63232.0,
|
| 582 |
+
"accepted": 1,
|
| 583 |
+
"total": 18,
|
| 584 |
+
"overlap_count": 0,
|
| 585 |
+
"overlap_pairs_total": 0,
|
| 586 |
+
"crossings_total": 0.0,
|
| 587 |
+
"bends_total": 28.0,
|
| 588 |
+
"wire_length_total": 691.0,
|
| 589 |
+
"canvas_area_total": 63232.0,
|
| 590 |
+
"topology_failures": 17,
|
| 591 |
+
"status_counts": {
|
| 592 |
+
"router_fail": 17,
|
| 593 |
+
"accepted": 1
|
| 594 |
+
},
|
| 595 |
+
"failure_reason_counts": {
|
| 596 |
+
"router_fail": 17
|
| 597 |
+
},
|
| 598 |
+
"score_tuple": [
|
| 599 |
+
17,
|
| 600 |
+
0,
|
| 601 |
+
28.0,
|
| 602 |
+
691.0,
|
| 603 |
+
63232.0
|
| 604 |
+
],
|
| 605 |
+
"diagnostic_counts": {
|
| 606 |
+
"gold_samples": 18,
|
| 607 |
+
"gold_components": 519,
|
| 608 |
+
"x_top4_hits": 0,
|
| 609 |
+
"x_top8_hits": 0,
|
| 610 |
+
"y_top4_hits": 0,
|
| 611 |
+
"y_top8_hits": 0,
|
| 612 |
+
"rot_top2_hits": 0,
|
| 613 |
+
"rot_top4_hits": 0,
|
| 614 |
+
"gold_component_in_cartesian_hits": 0,
|
| 615 |
+
"gold_component_in_solver_hits": 0
|
| 616 |
+
},
|
| 617 |
+
"diagnostics": {
|
| 618 |
+
"gold_samples": 18,
|
| 619 |
+
"gold_components": 519,
|
| 620 |
+
"gold_x_top4_recall": 0.0,
|
| 621 |
+
"gold_x_top8_recall": 0.0,
|
| 622 |
+
"gold_y_top4_recall": 0.0,
|
| 623 |
+
"gold_y_top8_recall": 0.0,
|
| 624 |
+
"gold_rot_top2_recall": 0.0,
|
| 625 |
+
"gold_rot_top4_recall": 0.0,
|
| 626 |
+
"gold_component_in_cartesian_shortlist_rate": 0.0,
|
| 627 |
+
"gold_component_in_solver_candidates_rate": 0.0,
|
| 628 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.0,
|
| 629 |
+
"gold_full_sample_in_solver_candidates_rate": 0.0,
|
| 630 |
+
"gold_selected_any_attempt_rate": 0.0
|
| 631 |
+
},
|
| 632 |
+
"router_fail_net_class_counts": {
|
| 633 |
+
"ground": 14,
|
| 634 |
+
"other": 3
|
| 635 |
+
},
|
| 636 |
+
"cp_sat_terminal_status_counts": {}
|
| 637 |
+
},
|
| 638 |
+
"33-48": {
|
| 639 |
+
"micro_topology_exact_match_rate": 0.014705882352941176,
|
| 640 |
+
"topology_exact_match_rate": 0.014705882352941176,
|
| 641 |
+
"placement_overlap_rate": 1.0,
|
| 642 |
+
"crossings_metric": "cross_net_cell_overlaps",
|
| 643 |
+
"mean_crossings": 0.0,
|
| 644 |
+
"mean_bends": 39.5,
|
| 645 |
+
"mean_manhattan_wire_length": 851.0,
|
| 646 |
+
"mean_canvas_area_used": 63616.0,
|
| 647 |
+
"accepted": 2,
|
| 648 |
+
"total": 136,
|
| 649 |
+
"overlap_count": 2,
|
| 650 |
+
"overlap_pairs_total": 5,
|
| 651 |
+
"crossings_total": 0.0,
|
| 652 |
+
"bends_total": 79.0,
|
| 653 |
+
"wire_length_total": 1702.0,
|
| 654 |
+
"canvas_area_total": 127232.0,
|
| 655 |
+
"topology_failures": 134,
|
| 656 |
+
"status_counts": {
|
| 657 |
+
"router_fail": 134,
|
| 658 |
+
"accepted": 2
|
| 659 |
+
},
|
| 660 |
+
"failure_reason_counts": {
|
| 661 |
+
"router_fail": 134
|
| 662 |
+
},
|
| 663 |
+
"score_tuple": [
|
| 664 |
+
134,
|
| 665 |
+
5,
|
| 666 |
+
79.0,
|
| 667 |
+
1702.0,
|
| 668 |
+
127232.0
|
| 669 |
+
],
|
| 670 |
+
"diagnostic_counts": {
|
| 671 |
+
"gold_samples": 136,
|
| 672 |
+
"gold_components": 5488,
|
| 673 |
+
"x_top4_hits": 0,
|
| 674 |
+
"x_top8_hits": 0,
|
| 675 |
+
"y_top4_hits": 0,
|
| 676 |
+
"y_top8_hits": 0,
|
| 677 |
+
"rot_top2_hits": 0,
|
| 678 |
+
"rot_top4_hits": 0,
|
| 679 |
+
"gold_component_in_cartesian_hits": 0,
|
| 680 |
+
"gold_component_in_solver_hits": 0
|
| 681 |
+
},
|
| 682 |
+
"diagnostics": {
|
| 683 |
+
"gold_samples": 136,
|
| 684 |
+
"gold_components": 5488,
|
| 685 |
+
"gold_x_top4_recall": 0.0,
|
| 686 |
+
"gold_x_top8_recall": 0.0,
|
| 687 |
+
"gold_y_top4_recall": 0.0,
|
| 688 |
+
"gold_y_top8_recall": 0.0,
|
| 689 |
+
"gold_rot_top2_recall": 0.0,
|
| 690 |
+
"gold_rot_top4_recall": 0.0,
|
| 691 |
+
"gold_component_in_cartesian_shortlist_rate": 0.0,
|
| 692 |
+
"gold_component_in_solver_candidates_rate": 0.0,
|
| 693 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.0,
|
| 694 |
+
"gold_full_sample_in_solver_candidates_rate": 0.0,
|
| 695 |
+
"gold_selected_any_attempt_rate": 0.0
|
| 696 |
+
},
|
| 697 |
+
"router_fail_net_class_counts": {
|
| 698 |
+
"ground": 90,
|
| 699 |
+
"other": 18,
|
| 700 |
+
"VDD": 25,
|
| 701 |
+
"VBAT": 1
|
| 702 |
+
},
|
| 703 |
+
"cp_sat_terminal_status_counts": {}
|
| 704 |
+
},
|
| 705 |
+
"49-64": {
|
| 706 |
+
"micro_topology_exact_match_rate": 0.029411764705882353,
|
| 707 |
+
"topology_exact_match_rate": 0.029411764705882353,
|
| 708 |
+
"placement_overlap_rate": 0.6666666666666666,
|
| 709 |
+
"crossings_metric": "cross_net_cell_overlaps",
|
| 710 |
+
"mean_crossings": 0.0,
|
| 711 |
+
"mean_bends": 16.0,
|
| 712 |
+
"mean_manhattan_wire_length": 1116.6666666666667,
|
| 713 |
+
"mean_canvas_area_used": 48108.666666666664,
|
| 714 |
+
"accepted": 3,
|
| 715 |
+
"total": 102,
|
| 716 |
+
"overlap_count": 2,
|
| 717 |
+
"overlap_pairs_total": 34,
|
| 718 |
+
"crossings_total": 0.0,
|
| 719 |
+
"bends_total": 48.0,
|
| 720 |
+
"wire_length_total": 3350.0,
|
| 721 |
+
"canvas_area_total": 144326.0,
|
| 722 |
+
"topology_failures": 99,
|
| 723 |
+
"status_counts": {
|
| 724 |
+
"router_fail": 98,
|
| 725 |
+
"accepted": 3,
|
| 726 |
+
"verify_fail": 1
|
| 727 |
+
},
|
| 728 |
+
"failure_reason_counts": {
|
| 729 |
+
"router_fail": 98,
|
| 730 |
+
"verify_fail": 1
|
| 731 |
+
},
|
| 732 |
+
"score_tuple": [
|
| 733 |
+
99,
|
| 734 |
+
34,
|
| 735 |
+
48.0,
|
| 736 |
+
3350.0,
|
| 737 |
+
144326.0
|
| 738 |
+
],
|
| 739 |
+
"diagnostic_counts": {
|
| 740 |
+
"gold_samples": 102,
|
| 741 |
+
"gold_components": 5677,
|
| 742 |
+
"x_top4_hits": 0,
|
| 743 |
+
"x_top8_hits": 0,
|
| 744 |
+
"y_top4_hits": 0,
|
| 745 |
+
"y_top8_hits": 0,
|
| 746 |
+
"rot_top2_hits": 0,
|
| 747 |
+
"rot_top4_hits": 0,
|
| 748 |
+
"gold_component_in_cartesian_hits": 0,
|
| 749 |
+
"gold_component_in_solver_hits": 0
|
| 750 |
+
},
|
| 751 |
+
"diagnostics": {
|
| 752 |
+
"gold_samples": 102,
|
| 753 |
+
"gold_components": 5677,
|
| 754 |
+
"gold_x_top4_recall": 0.0,
|
| 755 |
+
"gold_x_top8_recall": 0.0,
|
| 756 |
+
"gold_y_top4_recall": 0.0,
|
| 757 |
+
"gold_y_top8_recall": 0.0,
|
| 758 |
+
"gold_rot_top2_recall": 0.0,
|
| 759 |
+
"gold_rot_top4_recall": 0.0,
|
| 760 |
+
"gold_component_in_cartesian_shortlist_rate": 0.0,
|
| 761 |
+
"gold_component_in_solver_candidates_rate": 0.0,
|
| 762 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.0,
|
| 763 |
+
"gold_full_sample_in_solver_candidates_rate": 0.0,
|
| 764 |
+
"gold_selected_any_attempt_rate": 0.0
|
| 765 |
+
},
|
| 766 |
+
"router_fail_net_class_counts": {
|
| 767 |
+
"ground": 74,
|
| 768 |
+
"VDD": 17,
|
| 769 |
+
"other": 7
|
| 770 |
+
},
|
| 771 |
+
"cp_sat_terminal_status_counts": {}
|
| 772 |
+
}
|
| 773 |
+
},
|
| 774 |
+
"macro_topology_exact_match_rate": 0.1429730910907161
|
| 775 |
+
},
|
| 776 |
+
"gpus": [
|
| 777 |
+
"3"
|
| 778 |
+
],
|
| 779 |
+
"cpusets": [
|
| 780 |
+
"156-207"
|
| 781 |
+
]
|
| 782 |
+
}
|
netlist_to_layout_v1/runs/routerfix-patched-oracle-layout384-rbm0e2t3/launcher.log
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"full_machine_eval": {"status": "launching_shards", "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "gpus": ["3"], "cpusets": ["156-207"], "updated_at": "2026-03-10T17:23:55Z"}}
|
| 2 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 0, "total": 0, "accepted": 0, "progress_fraction": 0.0, "samples_per_min": 0.0, "eta_min": null, "completed_shards": 0, "updated_at": "2026-03-10T17:23:56Z"}}
|
| 3 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 96, "total": 384, "accepted": 7, "progress_fraction": 0.25, "samples_per_min": 575.1551290080918, "eta_min": 0.5007344722747803, "completed_shards": 0, "updated_at": "2026-03-10T17:24:06Z"}}
|
| 4 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 376, "total": 384, "accepted": 24, "progress_fraction": 0.9791666666666666, "samples_per_min": 1126.496233841591, "eta_min": 0.0071016659973360974, "completed_shards": 0, "updated_at": "2026-03-10T17:24:16Z"}}
|
| 5 |
+
{"full_machine_eval": {"status": "progress", "step": 8000, "processed": 384, "total": 384, "accepted": 24, "progress_fraction": 1.0, "samples_per_min": 765.0022378489646, "eta_min": 0.0, "completed_shards": 1, "updated_at": "2026-03-10T17:24:26Z"}}
|
| 6 |
+
{"full_machine_eval": {"status": "merged", "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "step": 8000, "result": {"micro_topology_exact_match_rate": 0.0625, "topology_exact_match_rate": 0.0625, "placement_overlap_rate": 0.25, "crossings_metric": "cross_net_cell_overlaps", "mean_crossings": 0.0, "mean_bends": 15.625, "mean_manhattan_wire_length": 499.625, "mean_canvas_area_used": 41823.208333333336, "accepted": 24, "total": 384, "overlap_count": 6, "overlap_pairs_total": 41, "crossings_total": 0.0, "bends_total": 375.0, "wire_length_total": 11991.0, "canvas_area_total": 1003757.0, "topology_failures": 360, "status_counts": {"router_fail": 359, "accepted": 24, "verify_fail": 1}, "failure_reason_counts": {"router_fail": 359, "verify_fail": 1}, "score_tuple": [360, 41, 375.0, 11991.0, 1003757.0], "diagnostic_counts": {"gold_samples": 384, "gold_components": 12971, "x_top4_hits": 0, "x_top8_hits": 0, "y_top4_hits": 0, "y_top8_hits": 0, "rot_top2_hits": 0, "rot_top4_hits": 0, "gold_component_in_cartesian_hits": 0, "gold_component_in_solver_hits": 0}, "diagnostics": {"gold_samples": 384, "gold_components": 12971, "gold_x_top4_recall": 0.0, "gold_x_top8_recall": 0.0, "gold_y_top4_recall": 0.0, "gold_y_top8_recall": 0.0, "gold_rot_top2_recall": 0.0, "gold_rot_top4_recall": 0.0, "gold_component_in_cartesian_shortlist_rate": 0.0, "gold_component_in_solver_candidates_rate": 0.0, "gold_full_sample_in_cartesian_shortlist_rate": 0.0, "gold_full_sample_in_solver_candidates_rate": 0.0, "gold_selected_any_attempt_rate": 0.0}, "router_fail_net_class_counts": {"ground": 233, "other": 72, "VDD": 52, "VBAT": 1, "VCC": 1}, "cp_sat_terminal_status_counts": {}, "step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "evaluated_at": "2026-03-10T17:24:26Z", "split": "val", "subset_size": 384, "subset_manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "mode": "full_machine_sharded_eval", "shard_count": 1, "sample_workers_per_gpu": 16, "solver_workers_per_sample": 0, "eval_mode": "oracle_layout", "force_dataset_root": null, "solve_stages": [{"top_x": 4, "top_y": 4, "top_rot": 2, "max_solver_candidates": 16, "cp_sat_timeout_seconds": 10.0, "component_candidate_cap": 32}], "routing_options": {"placement_margin": 2, "routing_block_margin": 0, "pin_escape_cells": 2, "trunk_first_min_degree": 3, "trunk_first_priority_only": false}, "per_root": {"ams-net.github.io": {"micro_topology_exact_match_rate": 0.3684210526315789, "topology_exact_match_rate": 0.3684210526315789, "placement_overlap_rate": 0.0, "crossings_metric": "cross_net_cell_overlaps", "mean_crossings": 0.0, "mean_bends": 12.714285714285714, "mean_manhattan_wire_length": 390.0, "mean_canvas_area_used": 11581.142857142857, "accepted": 7, "total": 19, "overlap_count": 0, "overlap_pairs_total": 0, "crossings_total": 0.0, "bends_total": 89.0, "wire_length_total": 2730.0, "canvas_area_total": 81068.0, "topology_failures": 12, "status_counts": {"router_fail": 12, "accepted": 7}, "failure_reason_counts": {"router_fail": 12}, "score_tuple": [12, 0, 89.0, 2730.0, 81068.0], "diagnostic_counts": {"gold_samples": 19, "gold_components": 110, "x_top4_hits": 0, "x_top8_hits": 0, "y_top4_hits": 0, "y_top8_hits": 0, "rot_top2_hits": 0, "rot_top4_hits": 0, "gold_component_in_cartesian_hits": 0, "gold_component_in_solver_hits": 0}, "diagnostics": {"gold_samples": 19, "gold_components": 110, "gold_x_top4_recall": 0.0, "gold_x_top8_recall": 0.0, "gold_y_top4_recall": 0.0, "gold_y_top8_recall": 0.0, "gold_rot_top2_recall": 0.0, "gold_rot_top4_recall": 0.0, "gold_component_in_cartesian_shortlist_rate": 0.0, "gold_component_in_solver_candidates_rate": 0.0, "gold_full_sample_in_cartesian_shortlist_rate": 0.0, "gold_full_sample_in_solver_candidates_rate": 0.0, "gold_selected_any_attempt_rate": 0.0}, "router_fail_net_class_counts": {"other": 9, "VDD": 2, "ground": 1}, "cp_sat_terminal_status_counts": {}}, "ltspice-spice-circuits_hf": {"micro_topology_exact_match_rate": 0.0, "topology_exact_match_rate": 0.0, "placement_overlap_rate": 1.0, "crossings_metric": null, "mean_crossings": 0.0, "mean_bends": 0.0, "mean_manhattan_wire_length": 0.0, "mean_canvas_area_used": 0.0, "accepted": 0, "total": 84, "overlap_count": 0, "overlap_pairs_total": 0, "crossings_total": 0.0, "bends_total": 0.0, "wire_length_total": 0.0, "canvas_area_total": 0.0, "topology_failures": 84, "status_counts": {"router_fail": 84}, "failure_reason_counts": {"router_fail": 84}, "score_tuple": [84, 0, 0.0, 0.0, 0.0], "diagnostic_counts": {"gold_samples": 84, "gold_components": 1234, "x_top4_hits": 0, "x_top8_hits": 0, "y_top4_hits": 0, "y_top8_hits": 0, "rot_top2_hits": 0, "rot_top4_hits": 0, "gold_component_in_cartesian_hits": 0, "gold_component_in_solver_hits": 0}, "diagnostics": {"gold_samples": 84, "gold_components": 1234, "gold_x_top4_recall": 0.0, "gold_x_top8_recall": 0.0, "gold_y_top4_recall": 0.0, "gold_y_top8_recall": 0.0, "gold_rot_top2_recall": 0.0, "gold_rot_top4_recall": 0.0, "gold_component_in_cartesian_shortlist_rate": 0.0, "gold_component_in_solver_candidates_rate": 0.0, "gold_full_sample_in_cartesian_shortlist_rate": 0.0, "gold_full_sample_in_solver_candidates_rate": 0.0, "gold_selected_any_attempt_rate": 0.0}, "router_fail_net_class_counts": {"ground": 58, "other": 23, "VCC": 1, "VDD": 2}, "cp_sat_terminal_status_counts": {}}, "open-schematics_hf": {"micro_topology_exact_match_rate": 0.060498220640569395, "topology_exact_match_rate": 0.060498220640569395, "placement_overlap_rate": 0.35294117647058826, "crossings_metric": "cross_net_cell_overlaps", "mean_crossings": 0.0, "mean_bends": 16.823529411764707, "mean_manhattan_wire_length": 544.7647058823529, "mean_canvas_area_used": 54275.82352941176, "accepted": 17, "total": 281, "overlap_count": 6, "overlap_pairs_total": 41, "crossings_total": 0.0, "bends_total": 286.0, "wire_length_total": 9261.0, "canvas_area_total": 922689.0, "topology_failures": 264, "status_counts": {"router_fail": 263, "accepted": 17, "verify_fail": 1}, "failure_reason_counts": {"router_fail": 263, "verify_fail": 1}, "score_tuple": [264, 41, 286.0, 9261.0, 922689.0], "diagnostic_counts": {"gold_samples": 281, "gold_components": 11627, "x_top4_hits": 0, "x_top8_hits": 0, "y_top4_hits": 0, "y_top8_hits": 0, "rot_top2_hits": 0, "rot_top4_hits": 0, "gold_component_in_cartesian_hits": 0, "gold_component_in_solver_hits": 0}, "diagnostics": {"gold_samples": 281, "gold_components": 11627, "gold_x_top4_recall": 0.0, "gold_x_top8_recall": 0.0, "gold_y_top4_recall": 0.0, "gold_y_top8_recall": 0.0, "gold_rot_top2_recall": 0.0, "gold_rot_top4_recall": 0.0, "gold_component_in_cartesian_shortlist_rate": 0.0, "gold_component_in_solver_candidates_rate": 0.0, "gold_full_sample_in_cartesian_shortlist_rate": 0.0, "gold_full_sample_in_solver_candidates_rate": 0.0, "gold_selected_any_attempt_rate": 0.0}, "router_fail_net_class_counts": {"ground": 174, "other": 40, "VDD": 48, "VBAT": 1}, "cp_sat_terminal_status_counts": {}}}, "per_size_bin": {"01-04": {"micro_topology_exact_match_rate": 0.25806451612903225, "topology_exact_match_rate": 0.25806451612903225, "placement_overlap_rate": 0.0, "crossings_metric": "cross_net_cell_overlaps", "mean_crossings": 0.0, "mean_bends": 11.625, "mean_manhattan_wire_length": 361.375, "mean_canvas_area_used": 14459.875, "accepted": 8, "total": 31, "overlap_count": 0, "overlap_pairs_total": 0, "crossings_total": 0.0, "bends_total": 93.0, "wire_length_total": 2891.0, "canvas_area_total": 115679.0, "topology_failures": 23, "status_counts": {"router_fail": 23, "accepted": 8}, "failure_reason_counts": {"router_fail": 23}, "score_tuple": [23, 0, 93.0, 2891.0, 115679.0], "diagnostic_counts": {"gold_samples": 31, "gold_components": 104, "x_top4_hits": 0, "x_top8_hits": 0, "y_top4_hits": 0, "y_top8_hits": 0, "rot_top2_hits": 0, "rot_top4_hits": 0, "gold_component_in_cartesian_hits": 0, "gold_component_in_solver_hits": 0}, "diagnostics": {"gold_samples": 31, "gold_components": 104, "gold_x_top4_recall": 0.0, "gold_x_top8_recall": 0.0, "gold_y_top4_recall": 0.0, "gold_y_top8_recall": 0.0, "gold_rot_top2_recall": 0.0, "gold_rot_top4_recall": 0.0, "gold_component_in_cartesian_shortlist_rate": 0.0, "gold_component_in_solver_candidates_rate": 0.0, "gold_full_sample_in_cartesian_shortlist_rate": 0.0, "gold_full_sample_in_solver_candidates_rate": 0.0, "gold_selected_any_attempt_rate": 0.0}, "router_fail_net_class_counts": {"ground": 16, "other": 6, "VDD": 1}, "cp_sat_terminal_status_counts": {}}, "05-08": {"micro_topology_exact_match_rate": 0.08571428571428572, "topology_exact_match_rate": 0.08571428571428572, "placement_overlap_rate": 0.0, "crossings_metric": "cross_net_cell_overlaps", "mean_crossings": 0.0, "mean_bends": 14.333333333333334, "mean_manhattan_wire_length": 503.0, "mean_canvas_area_used": 49534.333333333336, "accepted": 3, "total": 35, "overlap_count": 0, "overlap_pairs_total": 0, "crossings_total": 0.0, "bends_total": 43.0, "wire_length_total": 1509.0, "canvas_area_total": 148603.0, "topology_failures": 32, "status_counts": {"router_fail": 32, "accepted": 3}, "failure_reason_counts": {"router_fail": 32}, "score_tuple": [32, 0, 43.0, 1509.0, 148603.0], "diagnostic_counts": {"gold_samples": 35, "gold_components": 226, "x_top4_hits": 0, "x_top8_hits": 0, "y_top4_hits": 0, "y_top8_hits": 0, "rot_top2_hits": 0, "rot_top4_hits": 0, "gold_component_in_cartesian_hits": 0, "gold_component_in_solver_hits": 0}, "diagnostics": {"gold_samples": 35, "gold_components": 226, "gold_x_top4_recall": 0.0, "gold_x_top8_recall": 0.0, "gold_y_top4_recall": 0.0, "gold_y_top8_recall": 0.0, "gold_rot_top2_recall": 0.0, "gold_rot_top4_recall": 0.0, "gold_component_in_cartesian_shortlist_rate": 0.0, "gold_component_in_solver_candidates_rate": 0.0, "gold_full_sample_in_cartesian_shortlist_rate": 0.0, "gold_full_sample_in_solver_candidates_rate": 0.0, "gold_selected_any_attempt_rate": 0.0}, "router_fail_net_class_counts": {"other": 19, "ground": 12, "VDD": 1}, "cp_sat_terminal_status_counts": {}}, "09-16": {"micro_topology_exact_match_rate": 0.17142857142857143, "topology_exact_match_rate": 0.17142857142857143, "placement_overlap_rate": 0.16666666666666666, "crossings_metric": "cross_net_cell_overlaps", "mean_crossings": 0.0, "mean_bends": 11.0, "mean_manhattan_wire_length": 274.1666666666667, "mean_canvas_area_used": 56908.833333333336, "accepted": 6, "total": 35, "overlap_count": 1, "overlap_pairs_total": 1, "crossings_total": 0.0, "bends_total": 66.0, "wire_length_total": 1645.0, "canvas_area_total": 341453.0, "topology_failures": 29, "status_counts": {"accepted": 6, "router_fail": 29}, "failure_reason_counts": {"router_fail": 29}, "score_tuple": [29, 1, 66.0, 1645.0, 341453.0], "diagnostic_counts": {"gold_samples": 35, "gold_components": 434, "x_top4_hits": 0, "x_top8_hits": 0, "y_top4_hits": 0, "y_top8_hits": 0, "rot_top2_hits": 0, "rot_top4_hits": 0, "gold_component_in_cartesian_hits": 0, "gold_component_in_solver_hits": 0}, "diagnostics": {"gold_samples": 35, "gold_components": 434, "gold_x_top4_recall": 0.0, "gold_x_top8_recall": 0.0, "gold_y_top4_recall": 0.0, "gold_y_top8_recall": 0.0, "gold_rot_top2_recall": 0.0, "gold_rot_top4_recall": 0.0, "gold_component_in_cartesian_shortlist_rate": 0.0, "gold_component_in_solver_candidates_rate": 0.0, "gold_full_sample_in_cartesian_shortlist_rate": 0.0, "gold_full_sample_in_solver_candidates_rate": 0.0, "gold_selected_any_attempt_rate": 0.0}, "router_fail_net_class_counts": {"ground": 16, "other": 9, "VDD": 4}, "cp_sat_terminal_status_counts": {}}, "17-24": {"micro_topology_exact_match_rate": 0.037037037037037035, "topology_exact_match_rate": 0.037037037037037035, "placement_overlap_rate": 1.0, "crossings_metric": "cross_net_cell_overlaps", "mean_crossings": 0.0, "mean_bends": 18.0, "mean_manhattan_wire_length": 203.0, "mean_canvas_area_used": 63232.0, "accepted": 1, "total": 27, "overlap_count": 1, "overlap_pairs_total": 1, "crossings_total": 0.0, "bends_total": 18.0, "wire_length_total": 203.0, "canvas_area_total": 63232.0, "topology_failures": 26, "status_counts": {"router_fail": 26, "accepted": 1}, "failure_reason_counts": {"router_fail": 26}, "score_tuple": [26, 1, 18.0, 203.0, 63232.0], "diagnostic_counts": {"gold_samples": 27, "gold_components": 523, "x_top4_hits": 0, "x_top8_hits": 0, "y_top4_hits": 0, "y_top8_hits": 0, "rot_top2_hits": 0, "rot_top4_hits": 0, "gold_component_in_cartesian_hits": 0, "gold_component_in_solver_hits": 0}, "diagnostics": {"gold_samples": 27, "gold_components": 523, "gold_x_top4_recall": 0.0, "gold_x_top8_recall": 0.0, "gold_y_top4_recall": 0.0, "gold_y_top8_recall": 0.0, "gold_rot_top2_recall": 0.0, "gold_rot_top4_recall": 0.0, "gold_component_in_cartesian_shortlist_rate": 0.0, "gold_component_in_solver_candidates_rate": 0.0, "gold_full_sample_in_cartesian_shortlist_rate": 0.0, "gold_full_sample_in_solver_candidates_rate": 0.0, "gold_selected_any_attempt_rate": 0.0}, "router_fail_net_class_counts": {"other": 10, "ground": 11, "VCC": 1, "VDD": 4}, "cp_sat_terminal_status_counts": {}}, "25-32": {"micro_topology_exact_match_rate": 0.05555555555555555, "topology_exact_match_rate": 0.05555555555555555, "placement_overlap_rate": 0.0, "crossings_metric": "cross_net_cell_overlaps", "mean_crossings": 0.0, "mean_bends": 28.0, "mean_manhattan_wire_length": 691.0, "mean_canvas_area_used": 63232.0, "accepted": 1, "total": 18, "overlap_count": 0, "overlap_pairs_total": 0, "crossings_total": 0.0, "bends_total": 28.0, "wire_length_total": 691.0, "canvas_area_total": 63232.0, "topology_failures": 17, "status_counts": {"router_fail": 17, "accepted": 1}, "failure_reason_counts": {"router_fail": 17}, "score_tuple": [17, 0, 28.0, 691.0, 63232.0], "diagnostic_counts": {"gold_samples": 18, "gold_components": 519, "x_top4_hits": 0, "x_top8_hits": 0, "y_top4_hits": 0, "y_top8_hits": 0, "rot_top2_hits": 0, "rot_top4_hits": 0, "gold_component_in_cartesian_hits": 0, "gold_component_in_solver_hits": 0}, "diagnostics": {"gold_samples": 18, "gold_components": 519, "gold_x_top4_recall": 0.0, "gold_x_top8_recall": 0.0, "gold_y_top4_recall": 0.0, "gold_y_top8_recall": 0.0, "gold_rot_top2_recall": 0.0, "gold_rot_top4_recall": 0.0, "gold_component_in_cartesian_shortlist_rate": 0.0, "gold_component_in_solver_candidates_rate": 0.0, "gold_full_sample_in_cartesian_shortlist_rate": 0.0, "gold_full_sample_in_solver_candidates_rate": 0.0, "gold_selected_any_attempt_rate": 0.0}, "router_fail_net_class_counts": {"ground": 14, "other": 3}, "cp_sat_terminal_status_counts": {}}, "33-48": {"micro_topology_exact_match_rate": 0.014705882352941176, "topology_exact_match_rate": 0.014705882352941176, "placement_overlap_rate": 1.0, "crossings_metric": "cross_net_cell_overlaps", "mean_crossings": 0.0, "mean_bends": 39.5, "mean_manhattan_wire_length": 851.0, "mean_canvas_area_used": 63616.0, "accepted": 2, "total": 136, "overlap_count": 2, "overlap_pairs_total": 5, "crossings_total": 0.0, "bends_total": 79.0, "wire_length_total": 1702.0, "canvas_area_total": 127232.0, "topology_failures": 134, "status_counts": {"router_fail": 134, "accepted": 2}, "failure_reason_counts": {"router_fail": 134}, "score_tuple": [134, 5, 79.0, 1702.0, 127232.0], "diagnostic_counts": {"gold_samples": 136, "gold_components": 5488, "x_top4_hits": 0, "x_top8_hits": 0, "y_top4_hits": 0, "y_top8_hits": 0, "rot_top2_hits": 0, "rot_top4_hits": 0, "gold_component_in_cartesian_hits": 0, "gold_component_in_solver_hits": 0}, "diagnostics": {"gold_samples": 136, "gold_components": 5488, "gold_x_top4_recall": 0.0, "gold_x_top8_recall": 0.0, "gold_y_top4_recall": 0.0, "gold_y_top8_recall": 0.0, "gold_rot_top2_recall": 0.0, "gold_rot_top4_recall": 0.0, "gold_component_in_cartesian_shortlist_rate": 0.0, "gold_component_in_solver_candidates_rate": 0.0, "gold_full_sample_in_cartesian_shortlist_rate": 0.0, "gold_full_sample_in_solver_candidates_rate": 0.0, "gold_selected_any_attempt_rate": 0.0}, "router_fail_net_class_counts": {"ground": 90, "other": 18, "VDD": 25, "VBAT": 1}, "cp_sat_terminal_status_counts": {}}, "49-64": {"micro_topology_exact_match_rate": 0.029411764705882353, "topology_exact_match_rate": 0.029411764705882353, "placement_overlap_rate": 0.6666666666666666, "crossings_metric": "cross_net_cell_overlaps", "mean_crossings": 0.0, "mean_bends": 16.0, "mean_manhattan_wire_length": 1116.6666666666667, "mean_canvas_area_used": 48108.666666666664, "accepted": 3, "total": 102, "overlap_count": 2, "overlap_pairs_total": 34, "crossings_total": 0.0, "bends_total": 48.0, "wire_length_total": 3350.0, "canvas_area_total": 144326.0, "topology_failures": 99, "status_counts": {"router_fail": 98, "accepted": 3, "verify_fail": 1}, "failure_reason_counts": {"router_fail": 98, "verify_fail": 1}, "score_tuple": [99, 34, 48.0, 3350.0, 144326.0], "diagnostic_counts": {"gold_samples": 102, "gold_components": 5677, "x_top4_hits": 0, "x_top8_hits": 0, "y_top4_hits": 0, "y_top8_hits": 0, "rot_top2_hits": 0, "rot_top4_hits": 0, "gold_component_in_cartesian_hits": 0, "gold_component_in_solver_hits": 0}, "diagnostics": {"gold_samples": 102, "gold_components": 5677, "gold_x_top4_recall": 0.0, "gold_x_top8_recall": 0.0, "gold_y_top4_recall": 0.0, "gold_y_top8_recall": 0.0, "gold_rot_top2_recall": 0.0, "gold_rot_top4_recall": 0.0, "gold_component_in_cartesian_shortlist_rate": 0.0, "gold_component_in_solver_candidates_rate": 0.0, "gold_full_sample_in_cartesian_shortlist_rate": 0.0, "gold_full_sample_in_solver_candidates_rate": 0.0, "gold_selected_any_attempt_rate": 0.0}, "router_fail_net_class_counts": {"ground": 74, "VDD": 17, "other": 7}, "cp_sat_terminal_status_counts": {}}}, "macro_topology_exact_match_rate": 0.1429730910907161}, "updated_at": "2026-03-10T17:24:26Z"}}
|
netlist_to_layout_v1/runs/routerfix-patched-oracle-layout384-rbm0e2t3/posttrain_full_eval_tmp/step-008000/shard_00.json
ADDED
|
@@ -0,0 +1,950 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"micro_topology_exact_match_rate": 0.0625,
|
| 3 |
+
"topology_exact_match_rate": 0.0625,
|
| 4 |
+
"placement_overlap_rate": 0.25,
|
| 5 |
+
"crossings_metric": "cross_net_cell_overlaps",
|
| 6 |
+
"mean_crossings": 0.0,
|
| 7 |
+
"mean_bends": 15.625,
|
| 8 |
+
"mean_manhattan_wire_length": 499.625,
|
| 9 |
+
"mean_canvas_area_used": 41823.208333333336,
|
| 10 |
+
"accepted": 24,
|
| 11 |
+
"total": 384,
|
| 12 |
+
"overlap_count": 6,
|
| 13 |
+
"overlap_pairs_total": 41,
|
| 14 |
+
"crossings_total": 0.0,
|
| 15 |
+
"bends_total": 375.0,
|
| 16 |
+
"wire_length_total": 11991.0,
|
| 17 |
+
"canvas_area_total": 1003757.0,
|
| 18 |
+
"topology_failures": 360,
|
| 19 |
+
"status_counts": {
|
| 20 |
+
"router_fail": 359,
|
| 21 |
+
"accepted": 24,
|
| 22 |
+
"verify_fail": 1
|
| 23 |
+
},
|
| 24 |
+
"failure_reason_counts": {
|
| 25 |
+
"router_fail": 359,
|
| 26 |
+
"verify_fail": 1
|
| 27 |
+
},
|
| 28 |
+
"score_tuple": [
|
| 29 |
+
360,
|
| 30 |
+
41,
|
| 31 |
+
375.0,
|
| 32 |
+
11991.0,
|
| 33 |
+
1003757.0
|
| 34 |
+
],
|
| 35 |
+
"diagnostic_counts": {
|
| 36 |
+
"gold_samples": 384,
|
| 37 |
+
"gold_components": 12971,
|
| 38 |
+
"x_top4_hits": 0,
|
| 39 |
+
"x_top8_hits": 0,
|
| 40 |
+
"y_top4_hits": 0,
|
| 41 |
+
"y_top8_hits": 0,
|
| 42 |
+
"rot_top2_hits": 0,
|
| 43 |
+
"rot_top4_hits": 0,
|
| 44 |
+
"gold_component_in_cartesian_hits": 0,
|
| 45 |
+
"gold_component_in_solver_hits": 0
|
| 46 |
+
},
|
| 47 |
+
"diagnostics": {
|
| 48 |
+
"gold_samples": 384,
|
| 49 |
+
"gold_components": 12971,
|
| 50 |
+
"gold_x_top4_recall": 0.0,
|
| 51 |
+
"gold_x_top8_recall": 0.0,
|
| 52 |
+
"gold_y_top4_recall": 0.0,
|
| 53 |
+
"gold_y_top8_recall": 0.0,
|
| 54 |
+
"gold_rot_top2_recall": 0.0,
|
| 55 |
+
"gold_rot_top4_recall": 0.0,
|
| 56 |
+
"gold_component_in_cartesian_shortlist_rate": 0.0,
|
| 57 |
+
"gold_component_in_solver_candidates_rate": 0.0,
|
| 58 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.0,
|
| 59 |
+
"gold_full_sample_in_solver_candidates_rate": 0.0,
|
| 60 |
+
"gold_selected_any_attempt_rate": 0.0
|
| 61 |
+
},
|
| 62 |
+
"router_fail_net_class_counts": {
|
| 63 |
+
"ground": 233,
|
| 64 |
+
"other": 72,
|
| 65 |
+
"VDD": 52,
|
| 66 |
+
"VBAT": 1,
|
| 67 |
+
"VCC": 1
|
| 68 |
+
},
|
| 69 |
+
"cp_sat_terminal_status_counts": {},
|
| 70 |
+
"failure_examples": {
|
| 71 |
+
"router_fail": [
|
| 72 |
+
{
|
| 73 |
+
"sample_id": "ltspice-spice-circuits_hf:train-00000-of-00001.parquet:1:16447",
|
| 74 |
+
"graph_hash": "0d07185dd3447b06b10033d16d8c5d6522df3285",
|
| 75 |
+
"dataset_root": "ltspice-spice-circuits_hf",
|
| 76 |
+
"attempts": [
|
| 77 |
+
{
|
| 78 |
+
"attempt": 1,
|
| 79 |
+
"mode": "oracle_layout",
|
| 80 |
+
"route_status": "router_fail",
|
| 81 |
+
"route_debug": {
|
| 82 |
+
"failed_net_nid": "N00000",
|
| 83 |
+
"failed_net_name": "0",
|
| 84 |
+
"failed_net_degree": 19,
|
| 85 |
+
"pin_count": 19,
|
| 86 |
+
"tree_cell_count": 686,
|
| 87 |
+
"remaining_pin_count": 10,
|
| 88 |
+
"routing_block_margin": 0,
|
| 89 |
+
"pin_escape_cells": 2,
|
| 90 |
+
"trunk_first_used": true,
|
| 91 |
+
"trunk_first_min_degree": 3,
|
| 92 |
+
"attempted_attach_pins": [
|
| 93 |
+
[
|
| 94 |
+
128,
|
| 95 |
+
154
|
| 96 |
+
],
|
| 97 |
+
[
|
| 98 |
+
128,
|
| 99 |
+
242
|
| 100 |
+
],
|
| 101 |
+
[
|
| 102 |
+
174,
|
| 103 |
+
242
|
| 104 |
+
],
|
| 105 |
+
[
|
| 106 |
+
249,
|
| 107 |
+
255
|
| 108 |
+
],
|
| 109 |
+
[
|
| 110 |
+
22,
|
| 111 |
+
255
|
| 112 |
+
],
|
| 113 |
+
[
|
| 114 |
+
122,
|
| 115 |
+
255
|
| 116 |
+
],
|
| 117 |
+
[
|
| 118 |
+
168,
|
| 119 |
+
255
|
| 120 |
+
],
|
| 121 |
+
[
|
| 122 |
+
219,
|
| 123 |
+
255
|
| 124 |
+
],
|
| 125 |
+
[
|
| 126 |
+
115,
|
| 127 |
+
255
|
| 128 |
+
],
|
| 129 |
+
[
|
| 130 |
+
161,
|
| 131 |
+
255
|
| 132 |
+
]
|
| 133 |
+
],
|
| 134 |
+
"successful_attach_candidates": [],
|
| 135 |
+
"best_attach_manhattan_distance": 7,
|
| 136 |
+
"best_attach_path_length": null
|
| 137 |
+
}
|
| 138 |
+
}
|
| 139 |
+
]
|
| 140 |
+
},
|
| 141 |
+
{
|
| 142 |
+
"sample_id": "open-schematics_hf:train-00027-of-00078.parquet:1:507",
|
| 143 |
+
"graph_hash": "70896a25e8210e440a5d8be9b01fb099ef1fbd8f",
|
| 144 |
+
"dataset_root": "open-schematics_hf",
|
| 145 |
+
"attempts": [
|
| 146 |
+
{
|
| 147 |
+
"attempt": 1,
|
| 148 |
+
"mode": "oracle_layout",
|
| 149 |
+
"route_status": "router_fail",
|
| 150 |
+
"route_debug": {
|
| 151 |
+
"failed_net_nid": "N00027",
|
| 152 |
+
"failed_net_name": "GND",
|
| 153 |
+
"failed_net_degree": 3,
|
| 154 |
+
"pin_count": 3,
|
| 155 |
+
"tree_cell_count": 110,
|
| 156 |
+
"remaining_pin_count": 1,
|
| 157 |
+
"routing_block_margin": 0,
|
| 158 |
+
"pin_escape_cells": 2,
|
| 159 |
+
"trunk_first_used": true,
|
| 160 |
+
"trunk_first_min_degree": 3,
|
| 161 |
+
"attempted_attach_pins": [
|
| 162 |
+
[
|
| 163 |
+
250,
|
| 164 |
+
42
|
| 165 |
+
]
|
| 166 |
+
],
|
| 167 |
+
"successful_attach_candidates": [],
|
| 168 |
+
"best_attach_manhattan_distance": 6,
|
| 169 |
+
"best_attach_path_length": null
|
| 170 |
+
}
|
| 171 |
+
}
|
| 172 |
+
]
|
| 173 |
+
},
|
| 174 |
+
{
|
| 175 |
+
"sample_id": "ltspice-spice-circuits_hf:train-00000-of-00001.parquet:0:24354",
|
| 176 |
+
"graph_hash": "9ce27c1494ada4ec20333f812cc6b3a0c41f6195",
|
| 177 |
+
"dataset_root": "ltspice-spice-circuits_hf",
|
| 178 |
+
"attempts": [
|
| 179 |
+
{
|
| 180 |
+
"attempt": 1,
|
| 181 |
+
"mode": "oracle_layout",
|
| 182 |
+
"route_status": "router_fail",
|
| 183 |
+
"route_debug": {
|
| 184 |
+
"failed_net_nid": "N00001",
|
| 185 |
+
"failed_net_name": "N001",
|
| 186 |
+
"failed_net_degree": 4,
|
| 187 |
+
"pin_count": 4,
|
| 188 |
+
"tree_cell_count": 1,
|
| 189 |
+
"remaining_pin_count": 3,
|
| 190 |
+
"routing_block_margin": 0,
|
| 191 |
+
"pin_escape_cells": 2,
|
| 192 |
+
"trunk_first_used": true,
|
| 193 |
+
"trunk_first_min_degree": 3,
|
| 194 |
+
"attempted_attach_pins": [
|
| 195 |
+
[
|
| 196 |
+
100,
|
| 197 |
+
219
|
| 198 |
+
],
|
| 199 |
+
[
|
| 200 |
+
185,
|
| 201 |
+
61
|
| 202 |
+
],
|
| 203 |
+
[
|
| 204 |
+
46,
|
| 205 |
+
-16
|
| 206 |
+
]
|
| 207 |
+
],
|
| 208 |
+
"successful_attach_candidates": [],
|
| 209 |
+
"best_attach_manhattan_distance": 26,
|
| 210 |
+
"best_attach_path_length": null
|
| 211 |
+
}
|
| 212 |
+
}
|
| 213 |
+
]
|
| 214 |
+
}
|
| 215 |
+
],
|
| 216 |
+
"verify_fail": [
|
| 217 |
+
{
|
| 218 |
+
"sample_id": "open-schematics_hf:train-00005-of-00078.parquet:0:514",
|
| 219 |
+
"graph_hash": "922663311847f00942299301fdbc7375fdd27f09",
|
| 220 |
+
"dataset_root": "open-schematics_hf",
|
| 221 |
+
"attempts": [
|
| 222 |
+
{
|
| 223 |
+
"attempt": 1,
|
| 224 |
+
"mode": "oracle_layout",
|
| 225 |
+
"route_status": "verify_fail",
|
| 226 |
+
"route_debug": {
|
| 227 |
+
"reason": "cross_net_overlap",
|
| 228 |
+
"nid": "N00016",
|
| 229 |
+
"other_nid": "N00000",
|
| 230 |
+
"cell": [
|
| 231 |
+
6,
|
| 232 |
+
58
|
| 233 |
+
]
|
| 234 |
+
}
|
| 235 |
+
}
|
| 236 |
+
]
|
| 237 |
+
}
|
| 238 |
+
]
|
| 239 |
+
},
|
| 240 |
+
"per_root": {
|
| 241 |
+
"ams-net.github.io": {
|
| 242 |
+
"micro_topology_exact_match_rate": 0.3684210526315789,
|
| 243 |
+
"topology_exact_match_rate": 0.3684210526315789,
|
| 244 |
+
"placement_overlap_rate": 0.0,
|
| 245 |
+
"crossings_metric": "cross_net_cell_overlaps",
|
| 246 |
+
"mean_crossings": 0.0,
|
| 247 |
+
"mean_bends": 12.714285714285714,
|
| 248 |
+
"mean_manhattan_wire_length": 390.0,
|
| 249 |
+
"mean_canvas_area_used": 11581.142857142857,
|
| 250 |
+
"accepted": 7,
|
| 251 |
+
"total": 19,
|
| 252 |
+
"overlap_count": 0,
|
| 253 |
+
"overlap_pairs_total": 0,
|
| 254 |
+
"crossings_total": 0.0,
|
| 255 |
+
"bends_total": 89.0,
|
| 256 |
+
"wire_length_total": 2730.0,
|
| 257 |
+
"canvas_area_total": 81068.0,
|
| 258 |
+
"topology_failures": 12,
|
| 259 |
+
"status_counts": {
|
| 260 |
+
"router_fail": 12,
|
| 261 |
+
"accepted": 7
|
| 262 |
+
},
|
| 263 |
+
"failure_reason_counts": {
|
| 264 |
+
"router_fail": 12
|
| 265 |
+
},
|
| 266 |
+
"score_tuple": [
|
| 267 |
+
12,
|
| 268 |
+
0,
|
| 269 |
+
89.0,
|
| 270 |
+
2730.0,
|
| 271 |
+
81068.0
|
| 272 |
+
],
|
| 273 |
+
"diagnostic_counts": {
|
| 274 |
+
"gold_samples": 19,
|
| 275 |
+
"gold_components": 110,
|
| 276 |
+
"x_top4_hits": 0,
|
| 277 |
+
"x_top8_hits": 0,
|
| 278 |
+
"y_top4_hits": 0,
|
| 279 |
+
"y_top8_hits": 0,
|
| 280 |
+
"rot_top2_hits": 0,
|
| 281 |
+
"rot_top4_hits": 0,
|
| 282 |
+
"gold_component_in_cartesian_hits": 0,
|
| 283 |
+
"gold_component_in_solver_hits": 0
|
| 284 |
+
},
|
| 285 |
+
"diagnostics": {
|
| 286 |
+
"gold_samples": 19,
|
| 287 |
+
"gold_components": 110,
|
| 288 |
+
"gold_x_top4_recall": 0.0,
|
| 289 |
+
"gold_x_top8_recall": 0.0,
|
| 290 |
+
"gold_y_top4_recall": 0.0,
|
| 291 |
+
"gold_y_top8_recall": 0.0,
|
| 292 |
+
"gold_rot_top2_recall": 0.0,
|
| 293 |
+
"gold_rot_top4_recall": 0.0,
|
| 294 |
+
"gold_component_in_cartesian_shortlist_rate": 0.0,
|
| 295 |
+
"gold_component_in_solver_candidates_rate": 0.0,
|
| 296 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.0,
|
| 297 |
+
"gold_full_sample_in_solver_candidates_rate": 0.0,
|
| 298 |
+
"gold_selected_any_attempt_rate": 0.0
|
| 299 |
+
},
|
| 300 |
+
"router_fail_net_class_counts": {
|
| 301 |
+
"other": 9,
|
| 302 |
+
"VDD": 2,
|
| 303 |
+
"ground": 1
|
| 304 |
+
},
|
| 305 |
+
"cp_sat_terminal_status_counts": {},
|
| 306 |
+
"macro_topology_exact_match_rate": null
|
| 307 |
+
},
|
| 308 |
+
"ltspice-spice-circuits_hf": {
|
| 309 |
+
"micro_topology_exact_match_rate": 0.0,
|
| 310 |
+
"topology_exact_match_rate": 0.0,
|
| 311 |
+
"placement_overlap_rate": 1.0,
|
| 312 |
+
"crossings_metric": null,
|
| 313 |
+
"mean_crossings": 0.0,
|
| 314 |
+
"mean_bends": 0.0,
|
| 315 |
+
"mean_manhattan_wire_length": 0.0,
|
| 316 |
+
"mean_canvas_area_used": 0.0,
|
| 317 |
+
"accepted": 0,
|
| 318 |
+
"total": 84,
|
| 319 |
+
"overlap_count": 0,
|
| 320 |
+
"overlap_pairs_total": 0,
|
| 321 |
+
"crossings_total": 0,
|
| 322 |
+
"bends_total": 0,
|
| 323 |
+
"wire_length_total": 0,
|
| 324 |
+
"canvas_area_total": 0,
|
| 325 |
+
"topology_failures": 84,
|
| 326 |
+
"status_counts": {
|
| 327 |
+
"router_fail": 84
|
| 328 |
+
},
|
| 329 |
+
"failure_reason_counts": {
|
| 330 |
+
"router_fail": 84
|
| 331 |
+
},
|
| 332 |
+
"score_tuple": [
|
| 333 |
+
84,
|
| 334 |
+
0,
|
| 335 |
+
0,
|
| 336 |
+
0,
|
| 337 |
+
0
|
| 338 |
+
],
|
| 339 |
+
"diagnostic_counts": {
|
| 340 |
+
"gold_samples": 84,
|
| 341 |
+
"gold_components": 1234,
|
| 342 |
+
"x_top4_hits": 0,
|
| 343 |
+
"x_top8_hits": 0,
|
| 344 |
+
"y_top4_hits": 0,
|
| 345 |
+
"y_top8_hits": 0,
|
| 346 |
+
"rot_top2_hits": 0,
|
| 347 |
+
"rot_top4_hits": 0,
|
| 348 |
+
"gold_component_in_cartesian_hits": 0,
|
| 349 |
+
"gold_component_in_solver_hits": 0
|
| 350 |
+
},
|
| 351 |
+
"diagnostics": {
|
| 352 |
+
"gold_samples": 84,
|
| 353 |
+
"gold_components": 1234,
|
| 354 |
+
"gold_x_top4_recall": 0.0,
|
| 355 |
+
"gold_x_top8_recall": 0.0,
|
| 356 |
+
"gold_y_top4_recall": 0.0,
|
| 357 |
+
"gold_y_top8_recall": 0.0,
|
| 358 |
+
"gold_rot_top2_recall": 0.0,
|
| 359 |
+
"gold_rot_top4_recall": 0.0,
|
| 360 |
+
"gold_component_in_cartesian_shortlist_rate": 0.0,
|
| 361 |
+
"gold_component_in_solver_candidates_rate": 0.0,
|
| 362 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.0,
|
| 363 |
+
"gold_full_sample_in_solver_candidates_rate": 0.0,
|
| 364 |
+
"gold_selected_any_attempt_rate": 0.0
|
| 365 |
+
},
|
| 366 |
+
"router_fail_net_class_counts": {
|
| 367 |
+
"ground": 58,
|
| 368 |
+
"other": 23,
|
| 369 |
+
"VCC": 1,
|
| 370 |
+
"VDD": 2
|
| 371 |
+
},
|
| 372 |
+
"cp_sat_terminal_status_counts": {},
|
| 373 |
+
"macro_topology_exact_match_rate": null
|
| 374 |
+
},
|
| 375 |
+
"open-schematics_hf": {
|
| 376 |
+
"micro_topology_exact_match_rate": 0.060498220640569395,
|
| 377 |
+
"topology_exact_match_rate": 0.060498220640569395,
|
| 378 |
+
"placement_overlap_rate": 0.35294117647058826,
|
| 379 |
+
"crossings_metric": "cross_net_cell_overlaps",
|
| 380 |
+
"mean_crossings": 0.0,
|
| 381 |
+
"mean_bends": 16.823529411764707,
|
| 382 |
+
"mean_manhattan_wire_length": 544.7647058823529,
|
| 383 |
+
"mean_canvas_area_used": 54275.82352941176,
|
| 384 |
+
"accepted": 17,
|
| 385 |
+
"total": 281,
|
| 386 |
+
"overlap_count": 6,
|
| 387 |
+
"overlap_pairs_total": 41,
|
| 388 |
+
"crossings_total": 0.0,
|
| 389 |
+
"bends_total": 286.0,
|
| 390 |
+
"wire_length_total": 9261.0,
|
| 391 |
+
"canvas_area_total": 922689.0,
|
| 392 |
+
"topology_failures": 264,
|
| 393 |
+
"status_counts": {
|
| 394 |
+
"router_fail": 263,
|
| 395 |
+
"accepted": 17,
|
| 396 |
+
"verify_fail": 1
|
| 397 |
+
},
|
| 398 |
+
"failure_reason_counts": {
|
| 399 |
+
"router_fail": 263,
|
| 400 |
+
"verify_fail": 1
|
| 401 |
+
},
|
| 402 |
+
"score_tuple": [
|
| 403 |
+
264,
|
| 404 |
+
41,
|
| 405 |
+
286.0,
|
| 406 |
+
9261.0,
|
| 407 |
+
922689.0
|
| 408 |
+
],
|
| 409 |
+
"diagnostic_counts": {
|
| 410 |
+
"gold_samples": 281,
|
| 411 |
+
"gold_components": 11627,
|
| 412 |
+
"x_top4_hits": 0,
|
| 413 |
+
"x_top8_hits": 0,
|
| 414 |
+
"y_top4_hits": 0,
|
| 415 |
+
"y_top8_hits": 0,
|
| 416 |
+
"rot_top2_hits": 0,
|
| 417 |
+
"rot_top4_hits": 0,
|
| 418 |
+
"gold_component_in_cartesian_hits": 0,
|
| 419 |
+
"gold_component_in_solver_hits": 0
|
| 420 |
+
},
|
| 421 |
+
"diagnostics": {
|
| 422 |
+
"gold_samples": 281,
|
| 423 |
+
"gold_components": 11627,
|
| 424 |
+
"gold_x_top4_recall": 0.0,
|
| 425 |
+
"gold_x_top8_recall": 0.0,
|
| 426 |
+
"gold_y_top4_recall": 0.0,
|
| 427 |
+
"gold_y_top8_recall": 0.0,
|
| 428 |
+
"gold_rot_top2_recall": 0.0,
|
| 429 |
+
"gold_rot_top4_recall": 0.0,
|
| 430 |
+
"gold_component_in_cartesian_shortlist_rate": 0.0,
|
| 431 |
+
"gold_component_in_solver_candidates_rate": 0.0,
|
| 432 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.0,
|
| 433 |
+
"gold_full_sample_in_solver_candidates_rate": 0.0,
|
| 434 |
+
"gold_selected_any_attempt_rate": 0.0
|
| 435 |
+
},
|
| 436 |
+
"router_fail_net_class_counts": {
|
| 437 |
+
"ground": 174,
|
| 438 |
+
"other": 40,
|
| 439 |
+
"VDD": 48,
|
| 440 |
+
"VBAT": 1
|
| 441 |
+
},
|
| 442 |
+
"cp_sat_terminal_status_counts": {},
|
| 443 |
+
"macro_topology_exact_match_rate": null
|
| 444 |
+
}
|
| 445 |
+
},
|
| 446 |
+
"macro_topology_exact_match_rate": 0.1429730910907161,
|
| 447 |
+
"per_size_bin": {
|
| 448 |
+
"01-04": {
|
| 449 |
+
"micro_topology_exact_match_rate": 0.25806451612903225,
|
| 450 |
+
"topology_exact_match_rate": 0.25806451612903225,
|
| 451 |
+
"placement_overlap_rate": 0.0,
|
| 452 |
+
"crossings_metric": "cross_net_cell_overlaps",
|
| 453 |
+
"mean_crossings": 0.0,
|
| 454 |
+
"mean_bends": 11.625,
|
| 455 |
+
"mean_manhattan_wire_length": 361.375,
|
| 456 |
+
"mean_canvas_area_used": 14459.875,
|
| 457 |
+
"accepted": 8,
|
| 458 |
+
"total": 31,
|
| 459 |
+
"overlap_count": 0,
|
| 460 |
+
"overlap_pairs_total": 0,
|
| 461 |
+
"crossings_total": 0.0,
|
| 462 |
+
"bends_total": 93.0,
|
| 463 |
+
"wire_length_total": 2891.0,
|
| 464 |
+
"canvas_area_total": 115679.0,
|
| 465 |
+
"topology_failures": 23,
|
| 466 |
+
"status_counts": {
|
| 467 |
+
"router_fail": 23,
|
| 468 |
+
"accepted": 8
|
| 469 |
+
},
|
| 470 |
+
"failure_reason_counts": {
|
| 471 |
+
"router_fail": 23
|
| 472 |
+
},
|
| 473 |
+
"score_tuple": [
|
| 474 |
+
23,
|
| 475 |
+
0,
|
| 476 |
+
93.0,
|
| 477 |
+
2891.0,
|
| 478 |
+
115679.0
|
| 479 |
+
],
|
| 480 |
+
"diagnostic_counts": {
|
| 481 |
+
"gold_samples": 31,
|
| 482 |
+
"gold_components": 104,
|
| 483 |
+
"x_top4_hits": 0,
|
| 484 |
+
"x_top8_hits": 0,
|
| 485 |
+
"y_top4_hits": 0,
|
| 486 |
+
"y_top8_hits": 0,
|
| 487 |
+
"rot_top2_hits": 0,
|
| 488 |
+
"rot_top4_hits": 0,
|
| 489 |
+
"gold_component_in_cartesian_hits": 0,
|
| 490 |
+
"gold_component_in_solver_hits": 0
|
| 491 |
+
},
|
| 492 |
+
"diagnostics": {
|
| 493 |
+
"gold_samples": 31,
|
| 494 |
+
"gold_components": 104,
|
| 495 |
+
"gold_x_top4_recall": 0.0,
|
| 496 |
+
"gold_x_top8_recall": 0.0,
|
| 497 |
+
"gold_y_top4_recall": 0.0,
|
| 498 |
+
"gold_y_top8_recall": 0.0,
|
| 499 |
+
"gold_rot_top2_recall": 0.0,
|
| 500 |
+
"gold_rot_top4_recall": 0.0,
|
| 501 |
+
"gold_component_in_cartesian_shortlist_rate": 0.0,
|
| 502 |
+
"gold_component_in_solver_candidates_rate": 0.0,
|
| 503 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.0,
|
| 504 |
+
"gold_full_sample_in_solver_candidates_rate": 0.0,
|
| 505 |
+
"gold_selected_any_attempt_rate": 0.0
|
| 506 |
+
},
|
| 507 |
+
"router_fail_net_class_counts": {
|
| 508 |
+
"ground": 16,
|
| 509 |
+
"other": 6,
|
| 510 |
+
"VDD": 1
|
| 511 |
+
},
|
| 512 |
+
"cp_sat_terminal_status_counts": {},
|
| 513 |
+
"macro_topology_exact_match_rate": null
|
| 514 |
+
},
|
| 515 |
+
"05-08": {
|
| 516 |
+
"micro_topology_exact_match_rate": 0.08571428571428572,
|
| 517 |
+
"topology_exact_match_rate": 0.08571428571428572,
|
| 518 |
+
"placement_overlap_rate": 0.0,
|
| 519 |
+
"crossings_metric": "cross_net_cell_overlaps",
|
| 520 |
+
"mean_crossings": 0.0,
|
| 521 |
+
"mean_bends": 14.333333333333334,
|
| 522 |
+
"mean_manhattan_wire_length": 503.0,
|
| 523 |
+
"mean_canvas_area_used": 49534.333333333336,
|
| 524 |
+
"accepted": 3,
|
| 525 |
+
"total": 35,
|
| 526 |
+
"overlap_count": 0,
|
| 527 |
+
"overlap_pairs_total": 0,
|
| 528 |
+
"crossings_total": 0.0,
|
| 529 |
+
"bends_total": 43.0,
|
| 530 |
+
"wire_length_total": 1509.0,
|
| 531 |
+
"canvas_area_total": 148603.0,
|
| 532 |
+
"topology_failures": 32,
|
| 533 |
+
"status_counts": {
|
| 534 |
+
"router_fail": 32,
|
| 535 |
+
"accepted": 3
|
| 536 |
+
},
|
| 537 |
+
"failure_reason_counts": {
|
| 538 |
+
"router_fail": 32
|
| 539 |
+
},
|
| 540 |
+
"score_tuple": [
|
| 541 |
+
32,
|
| 542 |
+
0,
|
| 543 |
+
43.0,
|
| 544 |
+
1509.0,
|
| 545 |
+
148603.0
|
| 546 |
+
],
|
| 547 |
+
"diagnostic_counts": {
|
| 548 |
+
"gold_samples": 35,
|
| 549 |
+
"gold_components": 226,
|
| 550 |
+
"x_top4_hits": 0,
|
| 551 |
+
"x_top8_hits": 0,
|
| 552 |
+
"y_top4_hits": 0,
|
| 553 |
+
"y_top8_hits": 0,
|
| 554 |
+
"rot_top2_hits": 0,
|
| 555 |
+
"rot_top4_hits": 0,
|
| 556 |
+
"gold_component_in_cartesian_hits": 0,
|
| 557 |
+
"gold_component_in_solver_hits": 0
|
| 558 |
+
},
|
| 559 |
+
"diagnostics": {
|
| 560 |
+
"gold_samples": 35,
|
| 561 |
+
"gold_components": 226,
|
| 562 |
+
"gold_x_top4_recall": 0.0,
|
| 563 |
+
"gold_x_top8_recall": 0.0,
|
| 564 |
+
"gold_y_top4_recall": 0.0,
|
| 565 |
+
"gold_y_top8_recall": 0.0,
|
| 566 |
+
"gold_rot_top2_recall": 0.0,
|
| 567 |
+
"gold_rot_top4_recall": 0.0,
|
| 568 |
+
"gold_component_in_cartesian_shortlist_rate": 0.0,
|
| 569 |
+
"gold_component_in_solver_candidates_rate": 0.0,
|
| 570 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.0,
|
| 571 |
+
"gold_full_sample_in_solver_candidates_rate": 0.0,
|
| 572 |
+
"gold_selected_any_attempt_rate": 0.0
|
| 573 |
+
},
|
| 574 |
+
"router_fail_net_class_counts": {
|
| 575 |
+
"other": 19,
|
| 576 |
+
"ground": 12,
|
| 577 |
+
"VDD": 1
|
| 578 |
+
},
|
| 579 |
+
"cp_sat_terminal_status_counts": {},
|
| 580 |
+
"macro_topology_exact_match_rate": null
|
| 581 |
+
},
|
| 582 |
+
"09-16": {
|
| 583 |
+
"micro_topology_exact_match_rate": 0.17142857142857143,
|
| 584 |
+
"topology_exact_match_rate": 0.17142857142857143,
|
| 585 |
+
"placement_overlap_rate": 0.16666666666666666,
|
| 586 |
+
"crossings_metric": "cross_net_cell_overlaps",
|
| 587 |
+
"mean_crossings": 0.0,
|
| 588 |
+
"mean_bends": 11.0,
|
| 589 |
+
"mean_manhattan_wire_length": 274.1666666666667,
|
| 590 |
+
"mean_canvas_area_used": 56908.833333333336,
|
| 591 |
+
"accepted": 6,
|
| 592 |
+
"total": 35,
|
| 593 |
+
"overlap_count": 1,
|
| 594 |
+
"overlap_pairs_total": 1,
|
| 595 |
+
"crossings_total": 0.0,
|
| 596 |
+
"bends_total": 66.0,
|
| 597 |
+
"wire_length_total": 1645.0,
|
| 598 |
+
"canvas_area_total": 341453.0,
|
| 599 |
+
"topology_failures": 29,
|
| 600 |
+
"status_counts": {
|
| 601 |
+
"accepted": 6,
|
| 602 |
+
"router_fail": 29
|
| 603 |
+
},
|
| 604 |
+
"failure_reason_counts": {
|
| 605 |
+
"router_fail": 29
|
| 606 |
+
},
|
| 607 |
+
"score_tuple": [
|
| 608 |
+
29,
|
| 609 |
+
1,
|
| 610 |
+
66.0,
|
| 611 |
+
1645.0,
|
| 612 |
+
341453.0
|
| 613 |
+
],
|
| 614 |
+
"diagnostic_counts": {
|
| 615 |
+
"gold_samples": 35,
|
| 616 |
+
"gold_components": 434,
|
| 617 |
+
"x_top4_hits": 0,
|
| 618 |
+
"x_top8_hits": 0,
|
| 619 |
+
"y_top4_hits": 0,
|
| 620 |
+
"y_top8_hits": 0,
|
| 621 |
+
"rot_top2_hits": 0,
|
| 622 |
+
"rot_top4_hits": 0,
|
| 623 |
+
"gold_component_in_cartesian_hits": 0,
|
| 624 |
+
"gold_component_in_solver_hits": 0
|
| 625 |
+
},
|
| 626 |
+
"diagnostics": {
|
| 627 |
+
"gold_samples": 35,
|
| 628 |
+
"gold_components": 434,
|
| 629 |
+
"gold_x_top4_recall": 0.0,
|
| 630 |
+
"gold_x_top8_recall": 0.0,
|
| 631 |
+
"gold_y_top4_recall": 0.0,
|
| 632 |
+
"gold_y_top8_recall": 0.0,
|
| 633 |
+
"gold_rot_top2_recall": 0.0,
|
| 634 |
+
"gold_rot_top4_recall": 0.0,
|
| 635 |
+
"gold_component_in_cartesian_shortlist_rate": 0.0,
|
| 636 |
+
"gold_component_in_solver_candidates_rate": 0.0,
|
| 637 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.0,
|
| 638 |
+
"gold_full_sample_in_solver_candidates_rate": 0.0,
|
| 639 |
+
"gold_selected_any_attempt_rate": 0.0
|
| 640 |
+
},
|
| 641 |
+
"router_fail_net_class_counts": {
|
| 642 |
+
"ground": 16,
|
| 643 |
+
"other": 9,
|
| 644 |
+
"VDD": 4
|
| 645 |
+
},
|
| 646 |
+
"cp_sat_terminal_status_counts": {},
|
| 647 |
+
"macro_topology_exact_match_rate": null
|
| 648 |
+
},
|
| 649 |
+
"17-24": {
|
| 650 |
+
"micro_topology_exact_match_rate": 0.037037037037037035,
|
| 651 |
+
"topology_exact_match_rate": 0.037037037037037035,
|
| 652 |
+
"placement_overlap_rate": 1.0,
|
| 653 |
+
"crossings_metric": "cross_net_cell_overlaps",
|
| 654 |
+
"mean_crossings": 0.0,
|
| 655 |
+
"mean_bends": 18.0,
|
| 656 |
+
"mean_manhattan_wire_length": 203.0,
|
| 657 |
+
"mean_canvas_area_used": 63232.0,
|
| 658 |
+
"accepted": 1,
|
| 659 |
+
"total": 27,
|
| 660 |
+
"overlap_count": 1,
|
| 661 |
+
"overlap_pairs_total": 1,
|
| 662 |
+
"crossings_total": 0.0,
|
| 663 |
+
"bends_total": 18.0,
|
| 664 |
+
"wire_length_total": 203.0,
|
| 665 |
+
"canvas_area_total": 63232.0,
|
| 666 |
+
"topology_failures": 26,
|
| 667 |
+
"status_counts": {
|
| 668 |
+
"router_fail": 26,
|
| 669 |
+
"accepted": 1
|
| 670 |
+
},
|
| 671 |
+
"failure_reason_counts": {
|
| 672 |
+
"router_fail": 26
|
| 673 |
+
},
|
| 674 |
+
"score_tuple": [
|
| 675 |
+
26,
|
| 676 |
+
1,
|
| 677 |
+
18.0,
|
| 678 |
+
203.0,
|
| 679 |
+
63232.0
|
| 680 |
+
],
|
| 681 |
+
"diagnostic_counts": {
|
| 682 |
+
"gold_samples": 27,
|
| 683 |
+
"gold_components": 523,
|
| 684 |
+
"x_top4_hits": 0,
|
| 685 |
+
"x_top8_hits": 0,
|
| 686 |
+
"y_top4_hits": 0,
|
| 687 |
+
"y_top8_hits": 0,
|
| 688 |
+
"rot_top2_hits": 0,
|
| 689 |
+
"rot_top4_hits": 0,
|
| 690 |
+
"gold_component_in_cartesian_hits": 0,
|
| 691 |
+
"gold_component_in_solver_hits": 0
|
| 692 |
+
},
|
| 693 |
+
"diagnostics": {
|
| 694 |
+
"gold_samples": 27,
|
| 695 |
+
"gold_components": 523,
|
| 696 |
+
"gold_x_top4_recall": 0.0,
|
| 697 |
+
"gold_x_top8_recall": 0.0,
|
| 698 |
+
"gold_y_top4_recall": 0.0,
|
| 699 |
+
"gold_y_top8_recall": 0.0,
|
| 700 |
+
"gold_rot_top2_recall": 0.0,
|
| 701 |
+
"gold_rot_top4_recall": 0.0,
|
| 702 |
+
"gold_component_in_cartesian_shortlist_rate": 0.0,
|
| 703 |
+
"gold_component_in_solver_candidates_rate": 0.0,
|
| 704 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.0,
|
| 705 |
+
"gold_full_sample_in_solver_candidates_rate": 0.0,
|
| 706 |
+
"gold_selected_any_attempt_rate": 0.0
|
| 707 |
+
},
|
| 708 |
+
"router_fail_net_class_counts": {
|
| 709 |
+
"other": 10,
|
| 710 |
+
"ground": 11,
|
| 711 |
+
"VCC": 1,
|
| 712 |
+
"VDD": 4
|
| 713 |
+
},
|
| 714 |
+
"cp_sat_terminal_status_counts": {},
|
| 715 |
+
"macro_topology_exact_match_rate": null
|
| 716 |
+
},
|
| 717 |
+
"25-32": {
|
| 718 |
+
"micro_topology_exact_match_rate": 0.05555555555555555,
|
| 719 |
+
"topology_exact_match_rate": 0.05555555555555555,
|
| 720 |
+
"placement_overlap_rate": 0.0,
|
| 721 |
+
"crossings_metric": "cross_net_cell_overlaps",
|
| 722 |
+
"mean_crossings": 0.0,
|
| 723 |
+
"mean_bends": 28.0,
|
| 724 |
+
"mean_manhattan_wire_length": 691.0,
|
| 725 |
+
"mean_canvas_area_used": 63232.0,
|
| 726 |
+
"accepted": 1,
|
| 727 |
+
"total": 18,
|
| 728 |
+
"overlap_count": 0,
|
| 729 |
+
"overlap_pairs_total": 0,
|
| 730 |
+
"crossings_total": 0.0,
|
| 731 |
+
"bends_total": 28.0,
|
| 732 |
+
"wire_length_total": 691.0,
|
| 733 |
+
"canvas_area_total": 63232.0,
|
| 734 |
+
"topology_failures": 17,
|
| 735 |
+
"status_counts": {
|
| 736 |
+
"router_fail": 17,
|
| 737 |
+
"accepted": 1
|
| 738 |
+
},
|
| 739 |
+
"failure_reason_counts": {
|
| 740 |
+
"router_fail": 17
|
| 741 |
+
},
|
| 742 |
+
"score_tuple": [
|
| 743 |
+
17,
|
| 744 |
+
0,
|
| 745 |
+
28.0,
|
| 746 |
+
691.0,
|
| 747 |
+
63232.0
|
| 748 |
+
],
|
| 749 |
+
"diagnostic_counts": {
|
| 750 |
+
"gold_samples": 18,
|
| 751 |
+
"gold_components": 519,
|
| 752 |
+
"x_top4_hits": 0,
|
| 753 |
+
"x_top8_hits": 0,
|
| 754 |
+
"y_top4_hits": 0,
|
| 755 |
+
"y_top8_hits": 0,
|
| 756 |
+
"rot_top2_hits": 0,
|
| 757 |
+
"rot_top4_hits": 0,
|
| 758 |
+
"gold_component_in_cartesian_hits": 0,
|
| 759 |
+
"gold_component_in_solver_hits": 0
|
| 760 |
+
},
|
| 761 |
+
"diagnostics": {
|
| 762 |
+
"gold_samples": 18,
|
| 763 |
+
"gold_components": 519,
|
| 764 |
+
"gold_x_top4_recall": 0.0,
|
| 765 |
+
"gold_x_top8_recall": 0.0,
|
| 766 |
+
"gold_y_top4_recall": 0.0,
|
| 767 |
+
"gold_y_top8_recall": 0.0,
|
| 768 |
+
"gold_rot_top2_recall": 0.0,
|
| 769 |
+
"gold_rot_top4_recall": 0.0,
|
| 770 |
+
"gold_component_in_cartesian_shortlist_rate": 0.0,
|
| 771 |
+
"gold_component_in_solver_candidates_rate": 0.0,
|
| 772 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.0,
|
| 773 |
+
"gold_full_sample_in_solver_candidates_rate": 0.0,
|
| 774 |
+
"gold_selected_any_attempt_rate": 0.0
|
| 775 |
+
},
|
| 776 |
+
"router_fail_net_class_counts": {
|
| 777 |
+
"ground": 14,
|
| 778 |
+
"other": 3
|
| 779 |
+
},
|
| 780 |
+
"cp_sat_terminal_status_counts": {},
|
| 781 |
+
"macro_topology_exact_match_rate": null
|
| 782 |
+
},
|
| 783 |
+
"33-48": {
|
| 784 |
+
"micro_topology_exact_match_rate": 0.014705882352941176,
|
| 785 |
+
"topology_exact_match_rate": 0.014705882352941176,
|
| 786 |
+
"placement_overlap_rate": 1.0,
|
| 787 |
+
"crossings_metric": "cross_net_cell_overlaps",
|
| 788 |
+
"mean_crossings": 0.0,
|
| 789 |
+
"mean_bends": 39.5,
|
| 790 |
+
"mean_manhattan_wire_length": 851.0,
|
| 791 |
+
"mean_canvas_area_used": 63616.0,
|
| 792 |
+
"accepted": 2,
|
| 793 |
+
"total": 136,
|
| 794 |
+
"overlap_count": 2,
|
| 795 |
+
"overlap_pairs_total": 5,
|
| 796 |
+
"crossings_total": 0.0,
|
| 797 |
+
"bends_total": 79.0,
|
| 798 |
+
"wire_length_total": 1702.0,
|
| 799 |
+
"canvas_area_total": 127232.0,
|
| 800 |
+
"topology_failures": 134,
|
| 801 |
+
"status_counts": {
|
| 802 |
+
"router_fail": 134,
|
| 803 |
+
"accepted": 2
|
| 804 |
+
},
|
| 805 |
+
"failure_reason_counts": {
|
| 806 |
+
"router_fail": 134
|
| 807 |
+
},
|
| 808 |
+
"score_tuple": [
|
| 809 |
+
134,
|
| 810 |
+
5,
|
| 811 |
+
79.0,
|
| 812 |
+
1702.0,
|
| 813 |
+
127232.0
|
| 814 |
+
],
|
| 815 |
+
"diagnostic_counts": {
|
| 816 |
+
"gold_samples": 136,
|
| 817 |
+
"gold_components": 5488,
|
| 818 |
+
"x_top4_hits": 0,
|
| 819 |
+
"x_top8_hits": 0,
|
| 820 |
+
"y_top4_hits": 0,
|
| 821 |
+
"y_top8_hits": 0,
|
| 822 |
+
"rot_top2_hits": 0,
|
| 823 |
+
"rot_top4_hits": 0,
|
| 824 |
+
"gold_component_in_cartesian_hits": 0,
|
| 825 |
+
"gold_component_in_solver_hits": 0
|
| 826 |
+
},
|
| 827 |
+
"diagnostics": {
|
| 828 |
+
"gold_samples": 136,
|
| 829 |
+
"gold_components": 5488,
|
| 830 |
+
"gold_x_top4_recall": 0.0,
|
| 831 |
+
"gold_x_top8_recall": 0.0,
|
| 832 |
+
"gold_y_top4_recall": 0.0,
|
| 833 |
+
"gold_y_top8_recall": 0.0,
|
| 834 |
+
"gold_rot_top2_recall": 0.0,
|
| 835 |
+
"gold_rot_top4_recall": 0.0,
|
| 836 |
+
"gold_component_in_cartesian_shortlist_rate": 0.0,
|
| 837 |
+
"gold_component_in_solver_candidates_rate": 0.0,
|
| 838 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.0,
|
| 839 |
+
"gold_full_sample_in_solver_candidates_rate": 0.0,
|
| 840 |
+
"gold_selected_any_attempt_rate": 0.0
|
| 841 |
+
},
|
| 842 |
+
"router_fail_net_class_counts": {
|
| 843 |
+
"ground": 90,
|
| 844 |
+
"other": 18,
|
| 845 |
+
"VDD": 25,
|
| 846 |
+
"VBAT": 1
|
| 847 |
+
},
|
| 848 |
+
"cp_sat_terminal_status_counts": {},
|
| 849 |
+
"macro_topology_exact_match_rate": null
|
| 850 |
+
},
|
| 851 |
+
"49-64": {
|
| 852 |
+
"micro_topology_exact_match_rate": 0.029411764705882353,
|
| 853 |
+
"topology_exact_match_rate": 0.029411764705882353,
|
| 854 |
+
"placement_overlap_rate": 0.6666666666666666,
|
| 855 |
+
"crossings_metric": "cross_net_cell_overlaps",
|
| 856 |
+
"mean_crossings": 0.0,
|
| 857 |
+
"mean_bends": 16.0,
|
| 858 |
+
"mean_manhattan_wire_length": 1116.6666666666667,
|
| 859 |
+
"mean_canvas_area_used": 48108.666666666664,
|
| 860 |
+
"accepted": 3,
|
| 861 |
+
"total": 102,
|
| 862 |
+
"overlap_count": 2,
|
| 863 |
+
"overlap_pairs_total": 34,
|
| 864 |
+
"crossings_total": 0.0,
|
| 865 |
+
"bends_total": 48.0,
|
| 866 |
+
"wire_length_total": 3350.0,
|
| 867 |
+
"canvas_area_total": 144326.0,
|
| 868 |
+
"topology_failures": 99,
|
| 869 |
+
"status_counts": {
|
| 870 |
+
"router_fail": 98,
|
| 871 |
+
"accepted": 3,
|
| 872 |
+
"verify_fail": 1
|
| 873 |
+
},
|
| 874 |
+
"failure_reason_counts": {
|
| 875 |
+
"router_fail": 98,
|
| 876 |
+
"verify_fail": 1
|
| 877 |
+
},
|
| 878 |
+
"score_tuple": [
|
| 879 |
+
99,
|
| 880 |
+
34,
|
| 881 |
+
48.0,
|
| 882 |
+
3350.0,
|
| 883 |
+
144326.0
|
| 884 |
+
],
|
| 885 |
+
"diagnostic_counts": {
|
| 886 |
+
"gold_samples": 102,
|
| 887 |
+
"gold_components": 5677,
|
| 888 |
+
"x_top4_hits": 0,
|
| 889 |
+
"x_top8_hits": 0,
|
| 890 |
+
"y_top4_hits": 0,
|
| 891 |
+
"y_top8_hits": 0,
|
| 892 |
+
"rot_top2_hits": 0,
|
| 893 |
+
"rot_top4_hits": 0,
|
| 894 |
+
"gold_component_in_cartesian_hits": 0,
|
| 895 |
+
"gold_component_in_solver_hits": 0
|
| 896 |
+
},
|
| 897 |
+
"diagnostics": {
|
| 898 |
+
"gold_samples": 102,
|
| 899 |
+
"gold_components": 5677,
|
| 900 |
+
"gold_x_top4_recall": 0.0,
|
| 901 |
+
"gold_x_top8_recall": 0.0,
|
| 902 |
+
"gold_y_top4_recall": 0.0,
|
| 903 |
+
"gold_y_top8_recall": 0.0,
|
| 904 |
+
"gold_rot_top2_recall": 0.0,
|
| 905 |
+
"gold_rot_top4_recall": 0.0,
|
| 906 |
+
"gold_component_in_cartesian_shortlist_rate": 0.0,
|
| 907 |
+
"gold_component_in_solver_candidates_rate": 0.0,
|
| 908 |
+
"gold_full_sample_in_cartesian_shortlist_rate": 0.0,
|
| 909 |
+
"gold_full_sample_in_solver_candidates_rate": 0.0,
|
| 910 |
+
"gold_selected_any_attempt_rate": 0.0
|
| 911 |
+
},
|
| 912 |
+
"router_fail_net_class_counts": {
|
| 913 |
+
"ground": 74,
|
| 914 |
+
"VDD": 17,
|
| 915 |
+
"other": 7
|
| 916 |
+
},
|
| 917 |
+
"cp_sat_terminal_status_counts": {},
|
| 918 |
+
"macro_topology_exact_match_rate": null
|
| 919 |
+
}
|
| 920 |
+
},
|
| 921 |
+
"evaluated_at": "2026-03-10T17:24:22Z",
|
| 922 |
+
"checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt",
|
| 923 |
+
"split": "val",
|
| 924 |
+
"manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json",
|
| 925 |
+
"manifest_size": 384,
|
| 926 |
+
"shard_index": 0,
|
| 927 |
+
"shard_count": 1,
|
| 928 |
+
"shard_sample_count": 384,
|
| 929 |
+
"sample_workers": 16,
|
| 930 |
+
"solver_workers_per_sample": 0,
|
| 931 |
+
"eval_mode": "oracle_layout",
|
| 932 |
+
"force_dataset_root": null,
|
| 933 |
+
"solve_stages": [
|
| 934 |
+
{
|
| 935 |
+
"top_x": 4,
|
| 936 |
+
"top_y": 4,
|
| 937 |
+
"top_rot": 2,
|
| 938 |
+
"max_solver_candidates": 16,
|
| 939 |
+
"cp_sat_timeout_seconds": 10.0,
|
| 940 |
+
"component_candidate_cap": 32
|
| 941 |
+
}
|
| 942 |
+
],
|
| 943 |
+
"routing_options": {
|
| 944 |
+
"placement_margin": 2,
|
| 945 |
+
"routing_block_margin": 0,
|
| 946 |
+
"pin_escape_cells": 2,
|
| 947 |
+
"trunk_first_min_degree": 3,
|
| 948 |
+
"trunk_first_priority_only": false
|
| 949 |
+
}
|
| 950 |
+
}
|
netlist_to_layout_v1/runs/routerfix-patched-oracle-layout384-rbm0e2t3/posttrain_full_eval_tmp/step-008000/shard_00.log
ADDED
|
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
/workspace/circuitgen-datasets-private/netlist_to_layout_v1/eval_shard_worker.py:43: FutureWarning: You are using `torch.load` with `weights_only=False` (the current default value), which uses the default pickle module implicitly. It is possible to construct malicious pickle data which will execute arbitrary code during unpickling (See https://github.com/pytorch/pytorch/blob/main/SECURITY.md#untrusted-models for more details). In a future release, the default value for `weights_only` will be flipped to `True`. This limits the functions that could be executed during unpickling. Arbitrary objects will no longer be allowed to be loaded via this mode unless they are explicitly allowlisted by the user via `torch.serialization.add_safe_globals`. We recommend you start setting `weights_only=True` for any use case where you don't have full control of the loaded file. Please open an issue on GitHub for any issues related to this experimental feature.
|
| 2 |
+
samples = torch.load(split_path)
|
| 3 |
+
{"eval_shard_progress": {"status": "starting", "updated_at": "2026-03-10T17:24:00Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 1, "shard_sample_count": 384, "processed": 0, "total": 384, "accepted": 0, "progress_fraction": 0.0, "samples_per_min": 0.0, "eta_min": null, "elapsed_sec": 5.0067901611328125e-06, "sample_workers": 16, "solver_workers_per_sample": 0, "last_sample_id": null, "last_graph_hash": null, "last_status": null, "last_dataset_root": null, "status_counts": {}, "failure_reason_counts": {}, "processed_by_root": {}, "accepted_by_root": {}}}
|
| 4 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:24:00Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 1, "shard_sample_count": 384, "processed": 0, "total": 384, "accepted": 0, "progress_fraction": 0.0, "samples_per_min": 0.0, "eta_min": null, "elapsed_sec": 0.020641088485717773, "sample_workers": 16, "solver_workers_per_sample": 0, "last_sample_id": null, "last_graph_hash": null, "last_status": null, "last_dataset_root": null, "status_counts": {}, "failure_reason_counts": {}, "processed_by_root": {}, "accepted_by_root": {}}}
|
| 5 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:24:04Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 1, "shard_sample_count": 384, "processed": 8, "total": 384, "accepted": 1, "progress_fraction": 0.020833333333333332, "samples_per_min": 115.02296413248689, "eta_min": 3.268912454446157, "elapsed_sec": 4.1730797290802, "sample_workers": 16, "solver_workers_per_sample": 0, "last_sample_id": "open-schematics_hf:train-00019-of-00078.parquet:0:293", "last_graph_hash": "bcb6dc737c55e68429503adbe521178b3936fd82", "last_status": "router_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"router_fail": 7, "accepted": 1}, "failure_reason_counts": {"router_fail": 7}, "processed_by_root": {"ltspice-spice-circuits_hf": 1, "open-schematics_hf": 7}, "accepted_by_root": {"open-schematics_hf": 1}}}
|
| 6 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:24:04Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 1, "shard_sample_count": 384, "processed": 16, "total": 384, "accepted": 2, "progress_fraction": 0.041666666666666664, "samples_per_min": 221.57357540983634, "eta_min": 1.6608478665351867, "elapsed_sec": 4.332646608352661, "sample_workers": 16, "solver_workers_per_sample": 0, "last_sample_id": "open-schematics_hf:train-00003-of-00078.parquet:0:394", "last_graph_hash": "73c92aa7d89a509eedef7d451ee0a90341060cc8", "last_status": "router_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"router_fail": 14, "accepted": 2}, "failure_reason_counts": {"router_fail": 14}, "processed_by_root": {"ltspice-spice-circuits_hf": 2, "open-schematics_hf": 13, "ams-net.github.io": 1}, "accepted_by_root": {"open-schematics_hf": 2}}}
|
| 7 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:24:04Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 1, "shard_sample_count": 384, "processed": 24, "total": 384, "accepted": 3, "progress_fraction": 0.0625, "samples_per_min": 324.35324991626413, "eta_min": 1.1099010109901428, "elapsed_sec": 4.439604043960571, "sample_workers": 16, "solver_workers_per_sample": 0, "last_sample_id": "open-schematics_hf:train-00015-of-00078.parquet:0:440", "last_graph_hash": "ecc49708eadabed15061aa76bd882e770abd6cc7", "last_status": "accepted", "last_dataset_root": "open-schematics_hf", "status_counts": {"router_fail": 21, "accepted": 3}, "failure_reason_counts": {"router_fail": 21}, "processed_by_root": {"ltspice-spice-circuits_hf": 2, "open-schematics_hf": 21, "ams-net.github.io": 1}, "accepted_by_root": {"open-schematics_hf": 3}}}
|
| 8 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:24:04Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 1, "shard_sample_count": 384, "processed": 32, "total": 384, "accepted": 3, "progress_fraction": 0.08333333333333333, "samples_per_min": 423.3082786365155, "eta_min": 0.8315452774365742, "elapsed_sec": 4.535701513290405, "sample_workers": 16, "solver_workers_per_sample": 0, "last_sample_id": "ltspice-spice-circuits_hf:train-00000-of-00001.parquet:1:4752", "last_graph_hash": "b85e4247151883dbe3c431812b007c29f4c0d1ce", "last_status": "router_fail", "last_dataset_root": "ltspice-spice-circuits_hf", "status_counts": {"router_fail": 29, "accepted": 3}, "failure_reason_counts": {"router_fail": 29}, "processed_by_root": {"ltspice-spice-circuits_hf": 4, "open-schematics_hf": 27, "ams-net.github.io": 1}, "accepted_by_root": {"open-schematics_hf": 3}}}
|
| 9 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:24:04Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 1, "shard_sample_count": 384, "processed": 40, "total": 384, "accepted": 4, "progress_fraction": 0.10416666666666667, "samples_per_min": 514.8652947093007, "eta_min": 0.668135925134023, "elapsed_sec": 4.6614134311676025, "sample_workers": 16, "solver_workers_per_sample": 0, "last_sample_id": "ams-net.github.io:418", "last_graph_hash": "b9ed62d9a509b47cb85f20865543d2e95a733b8a", "last_status": "accepted", "last_dataset_root": "ams-net.github.io", "status_counts": {"router_fail": 36, "accepted": 4}, "failure_reason_counts": {"router_fail": 36}, "processed_by_root": {"ltspice-spice-circuits_hf": 6, "open-schematics_hf": 32, "ams-net.github.io": 2}, "accepted_by_root": {"open-schematics_hf": 3, "ams-net.github.io": 1}}}
|
| 10 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:24:05Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 1, "shard_sample_count": 384, "processed": 48, "total": 384, "accepted": 4, "progress_fraction": 0.125, "samples_per_min": 607.6052654783193, "eta_min": 0.5529905994733174, "elapsed_sec": 4.739919424057007, "sample_workers": 16, "solver_workers_per_sample": 0, "last_sample_id": "open-schematics_hf:train-00018-of-00078.parquet:1:133", "last_graph_hash": "3d9d7127bffe4b930ac7b51a9727eb02a4f736e2", "last_status": "router_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"router_fail": 44, "accepted": 4}, "failure_reason_counts": {"router_fail": 44}, "processed_by_root": {"ltspice-spice-circuits_hf": 8, "open-schematics_hf": 38, "ams-net.github.io": 2}, "accepted_by_root": {"open-schematics_hf": 3, "ams-net.github.io": 1}}}
|
| 11 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:24:05Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 1, "shard_sample_count": 384, "processed": 56, "total": 384, "accepted": 4, "progress_fraction": 0.14583333333333334, "samples_per_min": 696.2286956642454, "eta_min": 0.47110956793739683, "elapsed_sec": 4.826000452041626, "sample_workers": 16, "solver_workers_per_sample": 0, "last_sample_id": "open-schematics_hf:train-00012-of-00078.parquet:0:199", "last_graph_hash": "f35b447cda41451efca24cee77a7beca31c22a36", "last_status": "router_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"router_fail": 52, "accepted": 4}, "failure_reason_counts": {"router_fail": 52}, "processed_by_root": {"ltspice-spice-circuits_hf": 9, "open-schematics_hf": 45, "ams-net.github.io": 2}, "accepted_by_root": {"open-schematics_hf": 3, "ams-net.github.io": 1}}}
|
| 12 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:24:05Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 1, "shard_sample_count": 384, "processed": 64, "total": 384, "accepted": 5, "progress_fraction": 0.16666666666666666, "samples_per_min": 770.6710986842616, "eta_min": 0.41522252559661865, "elapsed_sec": 4.982670307159424, "sample_workers": 16, "solver_workers_per_sample": 0, "last_sample_id": "open-schematics_hf:train-00029-of-00078.parquet:0:332", "last_graph_hash": "aca924f42b53e3ba76544a65f31ef8a04b7ddd6a", "last_status": "router_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"router_fail": 59, "accepted": 5}, "failure_reason_counts": {"router_fail": 59}, "processed_by_root": {"ltspice-spice-circuits_hf": 9, "open-schematics_hf": 53, "ams-net.github.io": 2}, "accepted_by_root": {"open-schematics_hf": 4, "ams-net.github.io": 1}}}
|
| 13 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:24:05Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 1, "shard_sample_count": 384, "processed": 72, "total": 384, "accepted": 5, "progress_fraction": 0.1875, "samples_per_min": 828.0716020746904, "eta_min": 0.37677901188532514, "elapsed_sec": 5.21694016456604, "sample_workers": 16, "solver_workers_per_sample": 0, "last_sample_id": "ltspice-spice-circuits_hf:train-00000-of-00001.parquet:0:4005", "last_graph_hash": "7715c0b788fcf79f28be26fa2c68d1101c4aa73e", "last_status": "router_fail", "last_dataset_root": "ltspice-spice-circuits_hf", "status_counts": {"router_fail": 67, "accepted": 5}, "failure_reason_counts": {"router_fail": 67}, "processed_by_root": {"ltspice-spice-circuits_hf": 12, "open-schematics_hf": 58, "ams-net.github.io": 2}, "accepted_by_root": {"open-schematics_hf": 4, "ams-net.github.io": 1}}}
|
| 14 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:24:05Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 1, "shard_sample_count": 384, "processed": 80, "total": 384, "accepted": 6, "progress_fraction": 0.20833333333333334, "samples_per_min": 900.5998867084944, "eta_min": 0.33755278507868447, "elapsed_sec": 5.32978081703186, "sample_workers": 16, "solver_workers_per_sample": 0, "last_sample_id": "open-schematics_hf:train-00001-of-00078.parquet:1:510", "last_graph_hash": "81512b6b397906a251c47d42f94b5202e572a696", "last_status": "router_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"router_fail": 74, "accepted": 6}, "failure_reason_counts": {"router_fail": 74}, "processed_by_root": {"ltspice-spice-circuits_hf": 13, "open-schematics_hf": 65, "ams-net.github.io": 2}, "accepted_by_root": {"open-schematics_hf": 5, "ams-net.github.io": 1}}}
|
| 15 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:24:05Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 1, "shard_sample_count": 384, "processed": 88, "total": 384, "accepted": 7, "progress_fraction": 0.22916666666666666, "samples_per_min": 966.1189801403116, "eta_min": 0.3063804832371798, "elapsed_sec": 5.465165376663208, "sample_workers": 16, "solver_workers_per_sample": 0, "last_sample_id": "open-schematics_hf:train-00028-of-00078.parquet:0:291", "last_graph_hash": "033a1bf8ea055d63716afdb0b64b11af1bfaab3c", "last_status": "accepted", "last_dataset_root": "open-schematics_hf", "status_counts": {"router_fail": 80, "accepted": 7, "verify_fail": 1}, "failure_reason_counts": {"router_fail": 80, "verify_fail": 1}, "processed_by_root": {"ltspice-spice-circuits_hf": 15, "open-schematics_hf": 70, "ams-net.github.io": 3}, "accepted_by_root": {"open-schematics_hf": 6, "ams-net.github.io": 1}}}
|
| 16 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:24:05Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 1, "shard_sample_count": 384, "processed": 96, "total": 384, "accepted": 7, "progress_fraction": 0.25, "samples_per_min": 1023.1989777832177, "eta_min": 0.2814701795578003, "elapsed_sec": 5.629403591156006, "sample_workers": 16, "solver_workers_per_sample": 0, "last_sample_id": "open-schematics_hf:train-00004-of-00078.parquet:0:137", "last_graph_hash": "ad033981c6f775010c1ec69c9d5aa302921ff91d", "last_status": "router_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"router_fail": 88, "accepted": 7, "verify_fail": 1}, "failure_reason_counts": {"router_fail": 88, "verify_fail": 1}, "processed_by_root": {"ltspice-spice-circuits_hf": 15, "open-schematics_hf": 78, "ams-net.github.io": 3}, "accepted_by_root": {"open-schematics_hf": 6, "ams-net.github.io": 1}}}
|
| 17 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:24:06Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 1, "shard_sample_count": 384, "processed": 104, "total": 384, "accepted": 7, "progress_fraction": 0.2708333333333333, "samples_per_min": 1091.1919871917678, "eta_min": 0.2566001247137021, "elapsed_sec": 5.718517065048218, "sample_workers": 16, "solver_workers_per_sample": 0, "last_sample_id": "open-schematics_hf:train-00022-of-00078.parquet:0:377", "last_graph_hash": "401e53f392e092c7d4746cdebf9d5a82d2b66e44", "last_status": "router_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"router_fail": 96, "accepted": 7, "verify_fail": 1}, "failure_reason_counts": {"router_fail": 96, "verify_fail": 1}, "processed_by_root": {"ltspice-spice-circuits_hf": 18, "open-schematics_hf": 83, "ams-net.github.io": 3}, "accepted_by_root": {"open-schematics_hf": 6, "ams-net.github.io": 1}}}
|
| 18 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:24:06Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 1, "shard_sample_count": 384, "processed": 112, "total": 384, "accepted": 10, "progress_fraction": 0.2916666666666667, "samples_per_min": 1127.6199791292636, "eta_min": 0.24121601695106146, "elapsed_sec": 5.959454536437988, "sample_workers": 16, "solver_workers_per_sample": 0, "last_sample_id": "open-schematics_hf:train-00015-of-00078.parquet:1:415", "last_graph_hash": "207004e3d391adc5c1a59a51021c5fb04d385fe3", "last_status": "router_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"router_fail": 101, "accepted": 10, "verify_fail": 1}, "failure_reason_counts": {"router_fail": 101, "verify_fail": 1}, "processed_by_root": {"ltspice-spice-circuits_hf": 18, "open-schematics_hf": 91, "ams-net.github.io": 3}, "accepted_by_root": {"open-schematics_hf": 9, "ams-net.github.io": 1}}}
|
| 19 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:24:06Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 1, "shard_sample_count": 384, "processed": 120, "total": 384, "accepted": 10, "progress_fraction": 0.3125, "samples_per_min": 1161.3864680562647, "eta_min": 0.22731451352437337, "elapsed_sec": 6.19948673248291, "sample_workers": 16, "solver_workers_per_sample": 0, "last_sample_id": "ltspice-spice-circuits_hf:train-00000-of-00001.parquet:1:22965", "last_graph_hash": "07727bc0bfa706e304d7f775355d061bc90cc7ca", "last_status": "router_fail", "last_dataset_root": "ltspice-spice-circuits_hf", "status_counts": {"router_fail": 109, "accepted": 10, "verify_fail": 1}, "failure_reason_counts": {"router_fail": 109, "verify_fail": 1}, "processed_by_root": {"ltspice-spice-circuits_hf": 21, "open-schematics_hf": 96, "ams-net.github.io": 3}, "accepted_by_root": {"open-schematics_hf": 9, "ams-net.github.io": 1}}}
|
| 20 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:24:06Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 1, "shard_sample_count": 384, "processed": 128, "total": 384, "accepted": 11, "progress_fraction": 0.3333333333333333, "samples_per_min": 1198.3140822888406, "eta_min": 0.21363347371419272, "elapsed_sec": 6.409004211425781, "sample_workers": 16, "solver_workers_per_sample": 0, "last_sample_id": "open-schematics_hf:train-00017-of-00078.parquet:1:526", "last_graph_hash": "fdbb640feb58b707c1eec9a1d72a0f8e0c4fa79c", "last_status": "router_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"router_fail": 116, "accepted": 11, "verify_fail": 1}, "failure_reason_counts": {"router_fail": 116, "verify_fail": 1}, "processed_by_root": {"ltspice-spice-circuits_hf": 21, "open-schematics_hf": 102, "ams-net.github.io": 5}, "accepted_by_root": {"open-schematics_hf": 9, "ams-net.github.io": 2}}}
|
| 21 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:24:06Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 1, "shard_sample_count": 384, "processed": 136, "total": 384, "accepted": 12, "progress_fraction": 0.3541666666666667, "samples_per_min": 1235.1257802646323, "eta_min": 0.20078926694159413, "elapsed_sec": 6.606614589691162, "sample_workers": 16, "solver_workers_per_sample": 0, "last_sample_id": "ltspice-spice-circuits_hf:train-00000-of-00001.parquet:0:22492", "last_graph_hash": "82265c60544a1bb2d610b6520c73316807ea031c", "last_status": "router_fail", "last_dataset_root": "ltspice-spice-circuits_hf", "status_counts": {"router_fail": 123, "accepted": 12, "verify_fail": 1}, "failure_reason_counts": {"router_fail": 123, "verify_fail": 1}, "processed_by_root": {"ltspice-spice-circuits_hf": 24, "open-schematics_hf": 107, "ams-net.github.io": 5}, "accepted_by_root": {"open-schematics_hf": 10, "ams-net.github.io": 2}}}
|
| 22 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:24:07Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 1, "shard_sample_count": 384, "processed": 144, "total": 384, "accepted": 13, "progress_fraction": 0.375, "samples_per_min": 1282.2357505454195, "eta_min": 0.187173068523407, "elapsed_sec": 6.738230466842651, "sample_workers": 16, "solver_workers_per_sample": 0, "last_sample_id": "open-schematics_hf:train-00032-of-00078.parquet:0:525", "last_graph_hash": "093c30670c8dcaab2848f498ef8d2064fbbd60e9", "last_status": "router_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"router_fail": 130, "accepted": 13, "verify_fail": 1}, "failure_reason_counts": {"router_fail": 130, "verify_fail": 1}, "processed_by_root": {"ltspice-spice-circuits_hf": 24, "open-schematics_hf": 114, "ams-net.github.io": 6}, "accepted_by_root": {"open-schematics_hf": 10, "ams-net.github.io": 3}}}
|
| 23 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:24:07Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 1, "shard_sample_count": 384, "processed": 152, "total": 384, "accepted": 13, "progress_fraction": 0.3958333333333333, "samples_per_min": 1315.5470081113824, "eta_min": 0.17635249715102347, "elapsed_sec": 6.9324774742126465, "sample_workers": 16, "solver_workers_per_sample": 0, "last_sample_id": "open-schematics_hf:train-00016-of-00078.parquet:0:78", "last_graph_hash": "3b9dd73c3f15ac5694dfea31f5c16ae7c16673c6", "last_status": "router_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"router_fail": 138, "accepted": 13, "verify_fail": 1}, "failure_reason_counts": {"router_fail": 138, "verify_fail": 1}, "processed_by_root": {"ltspice-spice-circuits_hf": 26, "open-schematics_hf": 120, "ams-net.github.io": 6}, "accepted_by_root": {"open-schematics_hf": 10, "ams-net.github.io": 3}}}
|
| 24 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:24:07Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 1, "shard_sample_count": 384, "processed": 160, "total": 384, "accepted": 13, "progress_fraction": 0.4166666666666667, "samples_per_min": 1330.316312786824, "eta_min": 0.16838100671768189, "elapsed_sec": 7.216328859329224, "sample_workers": 16, "solver_workers_per_sample": 0, "last_sample_id": "ams-net.github.io:471", "last_graph_hash": "17d8be709426751052db621666a699b991326e98", "last_status": "router_fail", "last_dataset_root": "ams-net.github.io", "status_counts": {"router_fail": 146, "accepted": 13, "verify_fail": 1}, "failure_reason_counts": {"router_fail": 146, "verify_fail": 1}, "processed_by_root": {"ltspice-spice-circuits_hf": 27, "open-schematics_hf": 126, "ams-net.github.io": 7}, "accepted_by_root": {"open-schematics_hf": 10, "ams-net.github.io": 3}}}
|
| 25 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:24:07Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 1, "shard_sample_count": 384, "processed": 168, "total": 384, "accepted": 14, "progress_fraction": 0.4375, "samples_per_min": 1343.1934591531772, "eta_min": 0.16081078904015678, "elapsed_sec": 7.504503488540649, "sample_workers": 16, "solver_workers_per_sample": 0, "last_sample_id": "open-schematics_hf:train-00018-of-00078.parquet:1:204", "last_graph_hash": "a07061accc2a20468aa2a684aba6c26c5a4805f3", "last_status": "router_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"router_fail": 153, "accepted": 14, "verify_fail": 1}, "failure_reason_counts": {"router_fail": 153, "verify_fail": 1}, "processed_by_root": {"ltspice-spice-circuits_hf": 28, "open-schematics_hf": 131, "ams-net.github.io": 9}, "accepted_by_root": {"open-schematics_hf": 10, "ams-net.github.io": 4}}}
|
| 26 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:24:07Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 1, "shard_sample_count": 384, "processed": 176, "total": 384, "accepted": 14, "progress_fraction": 0.4583333333333333, "samples_per_min": 1389.838942626839, "eta_min": 0.14965762839172825, "elapsed_sec": 7.598002672195435, "sample_workers": 16, "solver_workers_per_sample": 0, "last_sample_id": "open-schematics_hf:train-00008-of-00078.parquet:1:4", "last_graph_hash": "5bc50fcf7461215c883d763bb69d5ae2211c0762", "last_status": "router_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"router_fail": 161, "accepted": 14, "verify_fail": 1}, "failure_reason_counts": {"router_fail": 161, "verify_fail": 1}, "processed_by_root": {"ltspice-spice-circuits_hf": 29, "open-schematics_hf": 138, "ams-net.github.io": 9}, "accepted_by_root": {"open-schematics_hf": 10, "ams-net.github.io": 4}}}
|
| 27 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:24:08Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 1, "shard_sample_count": 384, "processed": 184, "total": 384, "accepted": 16, "progress_fraction": 0.4791666666666667, "samples_per_min": 1434.047740337576, "eta_min": 0.13946537090384442, "elapsed_sec": 7.698488473892212, "sample_workers": 16, "solver_workers_per_sample": 0, "last_sample_id": "ams-net.github.io:169", "last_graph_hash": "c2ebaf21567e4a97f3ed5e7bf617c64591856470", "last_status": "accepted", "last_dataset_root": "ams-net.github.io", "status_counts": {"router_fail": 167, "accepted": 16, "verify_fail": 1}, "failure_reason_counts": {"router_fail": 167, "verify_fail": 1}, "processed_by_root": {"ltspice-spice-circuits_hf": 30, "open-schematics_hf": 143, "ams-net.github.io": 11}, "accepted_by_root": {"open-schematics_hf": 10, "ams-net.github.io": 6}}}
|
| 28 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:24:08Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 1, "shard_sample_count": 384, "processed": 192, "total": 384, "accepted": 16, "progress_fraction": 0.5, "samples_per_min": 1468.9532053726452, "eta_min": 0.13070532083511352, "elapsed_sec": 7.8423192501068115, "sample_workers": 16, "solver_workers_per_sample": 0, "last_sample_id": "open-schematics_hf:train-00021-of-00078.parquet:0:543", "last_graph_hash": "0c7db419251b58f5f2cae275fa6e103677180b98", "last_status": "router_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"router_fail": 175, "accepted": 16, "verify_fail": 1}, "failure_reason_counts": {"router_fail": 175, "verify_fail": 1}, "processed_by_root": {"ltspice-spice-circuits_hf": 32, "open-schematics_hf": 149, "ams-net.github.io": 11}, "accepted_by_root": {"open-schematics_hf": 10, "ams-net.github.io": 6}}}
|
| 29 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:24:08Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 1, "shard_sample_count": 384, "processed": 200, "total": 384, "accepted": 16, "progress_fraction": 0.5208333333333334, "samples_per_min": 1461.30530444296, "eta_min": 0.12591482384999594, "elapsed_sec": 8.211836338043213, "sample_workers": 16, "solver_workers_per_sample": 0, "last_sample_id": "open-schematics_hf:train-00009-of-00078.parquet:0:293", "last_graph_hash": "2c9268d4ffe4bef10d8e4a760d4cfd6ffb04670a", "last_status": "router_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"router_fail": 183, "accepted": 16, "verify_fail": 1}, "failure_reason_counts": {"router_fail": 183, "verify_fail": 1}, "processed_by_root": {"ltspice-spice-circuits_hf": 34, "open-schematics_hf": 155, "ams-net.github.io": 11}, "accepted_by_root": {"open-schematics_hf": 10, "ams-net.github.io": 6}}}
|
| 30 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:24:08Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 1, "shard_sample_count": 384, "processed": 208, "total": 384, "accepted": 16, "progress_fraction": 0.5416666666666666, "samples_per_min": 1475.8594980575126, "eta_min": 0.11925254418299748, "elapsed_sec": 8.456089496612549, "sample_workers": 16, "solver_workers_per_sample": 0, "last_sample_id": "open-schematics_hf:train-00027-of-00078.parquet:0:150", "last_graph_hash": "a62939ad717b8d423b33b1082c65d029d926cb88", "last_status": "router_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"router_fail": 191, "accepted": 16, "verify_fail": 1}, "failure_reason_counts": {"router_fail": 191, "verify_fail": 1}, "processed_by_root": {"ltspice-spice-circuits_hf": 37, "open-schematics_hf": 160, "ams-net.github.io": 11}, "accepted_by_root": {"open-schematics_hf": 10, "ams-net.github.io": 6}}}
|
| 31 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:24:08Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 1, "shard_sample_count": 384, "processed": 216, "total": 384, "accepted": 17, "progress_fraction": 0.5625, "samples_per_min": 1503.3672388660327, "eta_min": 0.11174914262912891, "elapsed_sec": 8.62064814567566, "sample_workers": 16, "solver_workers_per_sample": 0, "last_sample_id": "open-schematics_hf:train-00027-of-00078.parquet:0:25", "last_graph_hash": "986b08a4c19424f856d271fe50891304c625b451", "last_status": "router_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"router_fail": 198, "accepted": 17, "verify_fail": 1}, "failure_reason_counts": {"router_fail": 198, "verify_fail": 1}, "processed_by_root": {"ltspice-spice-circuits_hf": 38, "open-schematics_hf": 166, "ams-net.github.io": 12}, "accepted_by_root": {"open-schematics_hf": 11, "ams-net.github.io": 6}}}
|
| 32 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:24:09Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 1, "shard_sample_count": 384, "processed": 224, "total": 384, "accepted": 17, "progress_fraction": 0.5833333333333334, "samples_per_min": 1522.1555373002384, "eta_min": 0.10511409384863718, "elapsed_sec": 8.829583883285522, "sample_workers": 16, "solver_workers_per_sample": 0, "last_sample_id": "ltspice-spice-circuits_hf:train-00000-of-00001.parquet:1:12831", "last_graph_hash": "a14d4747727f47d5240a6dff49f366881cc0dce8", "last_status": "router_fail", "last_dataset_root": "ltspice-spice-circuits_hf", "status_counts": {"router_fail": 206, "accepted": 17, "verify_fail": 1}, "failure_reason_counts": {"router_fail": 206, "verify_fail": 1}, "processed_by_root": {"ltspice-spice-circuits_hf": 42, "open-schematics_hf": 170, "ams-net.github.io": 12}, "accepted_by_root": {"open-schematics_hf": 11, "ams-net.github.io": 6}}}
|
| 33 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:24:09Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 1, "shard_sample_count": 384, "processed": 232, "total": 384, "accepted": 17, "progress_fraction": 0.6041666666666666, "samples_per_min": 1538.3625723351481, "eta_min": 0.0988063560135063, "elapsed_sec": 9.048582077026367, "sample_workers": 16, "solver_workers_per_sample": 0, "last_sample_id": "ltspice-spice-circuits_hf:train-00000-of-00001.parquet:0:11145", "last_graph_hash": "aaaa25554b98e0e03a77fbd61b0f98cd6ec9f918", "last_status": "router_fail", "last_dataset_root": "ltspice-spice-circuits_hf", "status_counts": {"router_fail": 214, "accepted": 17, "verify_fail": 1}, "failure_reason_counts": {"router_fail": 214, "verify_fail": 1}, "processed_by_root": {"ltspice-spice-circuits_hf": 45, "open-schematics_hf": 175, "ams-net.github.io": 12}, "accepted_by_root": {"open-schematics_hf": 11, "ams-net.github.io": 6}}}
|
| 34 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:24:09Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 1, "shard_sample_count": 384, "processed": 240, "total": 384, "accepted": 17, "progress_fraction": 0.625, "samples_per_min": 1559.1100105881053, "eta_min": 0.09236038446426392, "elapsed_sec": 9.236038446426392, "sample_workers": 16, "solver_workers_per_sample": 0, "last_sample_id": "open-schematics_hf:train-00011-of-00078.parquet:1:345", "last_graph_hash": "c2a77e7b3fed16add3296f5b7e780768d372a50f", "last_status": "router_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"router_fail": 222, "accepted": 17, "verify_fail": 1}, "failure_reason_counts": {"router_fail": 222, "verify_fail": 1}, "processed_by_root": {"ltspice-spice-circuits_hf": 47, "open-schematics_hf": 180, "ams-net.github.io": 13}, "accepted_by_root": {"open-schematics_hf": 11, "ams-net.github.io": 6}}}
|
| 35 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:24:09Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 1, "shard_sample_count": 384, "processed": 248, "total": 384, "accepted": 18, "progress_fraction": 0.6458333333333334, "samples_per_min": 1578.9881101604228, "eta_min": 0.08613111088352819, "elapsed_sec": 9.423756837844849, "sample_workers": 16, "solver_workers_per_sample": 0, "last_sample_id": "open-schematics_hf:train-00008-of-00078.parquet:0:519", "last_graph_hash": "dc6ef497939e9169530ce49b7205552e70baf393", "last_status": "router_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"router_fail": 229, "accepted": 18, "verify_fail": 1}, "failure_reason_counts": {"router_fail": 229, "verify_fail": 1}, "processed_by_root": {"ltspice-spice-circuits_hf": 49, "open-schematics_hf": 186, "ams-net.github.io": 13}, "accepted_by_root": {"open-schematics_hf": 12, "ams-net.github.io": 6}}}
|
| 36 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:24:09Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 1, "shard_sample_count": 384, "processed": 256, "total": 384, "accepted": 20, "progress_fraction": 0.6666666666666666, "samples_per_min": 1612.420864446869, "eta_min": 0.07938374082247417, "elapsed_sec": 9.5260488986969, "sample_workers": 16, "solver_workers_per_sample": 0, "last_sample_id": "open-schematics_hf:train-00006-of-00078.parquet:1:267", "last_graph_hash": "e33db96d684f3286054c4c1f06013c6001292c54", "last_status": "router_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"router_fail": 235, "accepted": 20, "verify_fail": 1}, "failure_reason_counts": {"router_fail": 235, "verify_fail": 1}, "processed_by_root": {"ltspice-spice-circuits_hf": 51, "open-schematics_hf": 191, "ams-net.github.io": 14}, "accepted_by_root": {"open-schematics_hf": 13, "ams-net.github.io": 7}}}
|
| 37 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:24:09Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 1, "shard_sample_count": 384, "processed": 264, "total": 384, "accepted": 20, "progress_fraction": 0.6875, "samples_per_min": 1642.2839328134075, "eta_min": 0.07306897278988, "elapsed_sec": 9.64510440826416, "sample_workers": 16, "solver_workers_per_sample": 0, "last_sample_id": "open-schematics_hf:train-00024-of-00078.parquet:0:146", "last_graph_hash": "bc164c277a507978b3d107ed32ddfaf57c04e9d1", "last_status": "router_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"router_fail": 243, "accepted": 20, "verify_fail": 1}, "failure_reason_counts": {"router_fail": 243, "verify_fail": 1}, "processed_by_root": {"ltspice-spice-circuits_hf": 54, "open-schematics_hf": 196, "ams-net.github.io": 14}, "accepted_by_root": {"open-schematics_hf": 13, "ams-net.github.io": 7}}}
|
| 38 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:24:10Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 1, "shard_sample_count": 384, "processed": 272, "total": 384, "accepted": 21, "progress_fraction": 0.7083333333333334, "samples_per_min": 1678.8828684664459, "eta_min": 0.06671102678074556, "elapsed_sec": 9.720749616622925, "sample_workers": 16, "solver_workers_per_sample": 0, "last_sample_id": "open-schematics_hf:train-00011-of-00078.parquet:1:435", "last_graph_hash": "041563848018ef2c5c89f4521f8a42e0cf344c8c", "last_status": "accepted", "last_dataset_root": "open-schematics_hf", "status_counts": {"router_fail": 250, "accepted": 21, "verify_fail": 1}, "failure_reason_counts": {"router_fail": 250, "verify_fail": 1}, "processed_by_root": {"ltspice-spice-circuits_hf": 57, "open-schematics_hf": 201, "ams-net.github.io": 14}, "accepted_by_root": {"open-schematics_hf": 14, "ams-net.github.io": 7}}}
|
| 39 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:24:10Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 1, "shard_sample_count": 384, "processed": 280, "total": 384, "accepted": 21, "progress_fraction": 0.7291666666666666, "samples_per_min": 1666.7156022553263, "eta_min": 0.06239816790535336, "elapsed_sec": 10.07970404624939, "sample_workers": 16, "solver_workers_per_sample": 0, "last_sample_id": "open-schematics_hf:train-00033-of-00078.parquet:0:522", "last_graph_hash": "3e5f0ec8bcbdc404f0782970f374d987f1dd2abe", "last_status": "router_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"router_fail": 258, "accepted": 21, "verify_fail": 1}, "failure_reason_counts": {"router_fail": 258, "verify_fail": 1}, "processed_by_root": {"ltspice-spice-circuits_hf": 60, "open-schematics_hf": 206, "ams-net.github.io": 14}, "accepted_by_root": {"open-schematics_hf": 14, "ams-net.github.io": 7}}}
|
| 40 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:24:10Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 1, "shard_sample_count": 384, "processed": 288, "total": 384, "accepted": 21, "progress_fraction": 0.75, "samples_per_min": 1697.8099537488245, "eta_min": 0.056543431017133924, "elapsed_sec": 10.177817583084106, "sample_workers": 16, "solver_workers_per_sample": 0, "last_sample_id": "open-schematics_hf:train-00021-of-00078.parquet:0:109", "last_graph_hash": "3bb959d1447ea5da36b1b057a9a02d6af7d001f3", "last_status": "router_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"router_fail": 266, "accepted": 21, "verify_fail": 1}, "failure_reason_counts": {"router_fail": 266, "verify_fail": 1}, "processed_by_root": {"ltspice-spice-circuits_hf": 62, "open-schematics_hf": 211, "ams-net.github.io": 15}, "accepted_by_root": {"open-schematics_hf": 14, "ams-net.github.io": 7}}}
|
| 41 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:24:10Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 1, "shard_sample_count": 384, "processed": 296, "total": 384, "accepted": 21, "progress_fraction": 0.7708333333333334, "samples_per_min": 1716.3312840121637, "eta_min": 0.05127215288780831, "elapsed_sec": 10.347652673721313, "sample_workers": 16, "solver_workers_per_sample": 0, "last_sample_id": "open-schematics_hf:train-00008-of-00078.parquet:1:165", "last_graph_hash": "2e99c95f959a50f9e516f06b15878684b61ddff9", "last_status": "router_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"router_fail": 274, "accepted": 21, "verify_fail": 1}, "failure_reason_counts": {"router_fail": 274, "verify_fail": 1}, "processed_by_root": {"ltspice-spice-circuits_hf": 64, "open-schematics_hf": 217, "ams-net.github.io": 15}, "accepted_by_root": {"open-schematics_hf": 14, "ams-net.github.io": 7}}}
|
| 42 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:24:10Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 1, "shard_sample_count": 384, "processed": 304, "total": 384, "accepted": 21, "progress_fraction": 0.7916666666666666, "samples_per_min": 1750.6450657352545, "eta_min": 0.04569744122655768, "elapsed_sec": 10.419016599655151, "sample_workers": 16, "solver_workers_per_sample": 0, "last_sample_id": "open-schematics_hf:train-00011-of-00078.parquet:1:194", "last_graph_hash": "2b70e0e9590f4de68bcb3ee5e1242e6fc15acaad", "last_status": "router_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"router_fail": 282, "accepted": 21, "verify_fail": 1}, "failure_reason_counts": {"router_fail": 282, "verify_fail": 1}, "processed_by_root": {"ltspice-spice-circuits_hf": 64, "open-schematics_hf": 225, "ams-net.github.io": 15}, "accepted_by_root": {"open-schematics_hf": 14, "ams-net.github.io": 7}}}
|
| 43 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:24:10Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 1, "shard_sample_count": 384, "processed": 312, "total": 384, "accepted": 21, "progress_fraction": 0.8125, "samples_per_min": 1777.8972993080279, "eta_min": 0.04049727733318623, "elapsed_sec": 10.529292106628418, "sample_workers": 16, "solver_workers_per_sample": 0, "last_sample_id": "open-schematics_hf:train-00018-of-00078.parquet:1:171", "last_graph_hash": "34a261c9ae128b2f2a0dba3802cc03493c530fb1", "last_status": "router_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"router_fail": 290, "accepted": 21, "verify_fail": 1}, "failure_reason_counts": {"router_fail": 290, "verify_fail": 1}, "processed_by_root": {"ltspice-spice-circuits_hf": 64, "open-schematics_hf": 233, "ams-net.github.io": 15}, "accepted_by_root": {"open-schematics_hf": 14, "ams-net.github.io": 7}}}
|
| 44 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:24:11Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 1, "shard_sample_count": 384, "processed": 320, "total": 384, "accepted": 21, "progress_fraction": 0.8333333333333334, "samples_per_min": 1793.66484279887, "eta_min": 0.035681136449178065, "elapsed_sec": 10.704340934753418, "sample_workers": 16, "solver_workers_per_sample": 0, "last_sample_id": "ltspice-spice-circuits_hf:train-00000-of-00001.parquet:0:19648", "last_graph_hash": "443bd344ef8ca81e986b07f43a42a9e82f6c899c", "last_status": "router_fail", "last_dataset_root": "ltspice-spice-circuits_hf", "status_counts": {"router_fail": 298, "accepted": 21, "verify_fail": 1}, "failure_reason_counts": {"router_fail": 298, "verify_fail": 1}, "processed_by_root": {"ltspice-spice-circuits_hf": 66, "open-schematics_hf": 237, "ams-net.github.io": 17}, "accepted_by_root": {"open-schematics_hf": 14, "ams-net.github.io": 7}}}
|
| 45 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:24:11Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 1, "shard_sample_count": 384, "processed": 328, "total": 384, "accepted": 22, "progress_fraction": 0.8541666666666666, "samples_per_min": 1811.598628157509, "eta_min": 0.030911924490114536, "elapsed_sec": 10.863333463668823, "sample_workers": 16, "solver_workers_per_sample": 0, "last_sample_id": "ltspice-spice-circuits_hf:train-00000-of-00001.parquet:0:10770", "last_graph_hash": "c21822e086516f95ae1429b688f3b9a33a75ba61", "last_status": "router_fail", "last_dataset_root": "ltspice-spice-circuits_hf", "status_counts": {"router_fail": 305, "accepted": 22, "verify_fail": 1}, "failure_reason_counts": {"router_fail": 305, "verify_fail": 1}, "processed_by_root": {"ltspice-spice-circuits_hf": 68, "open-schematics_hf": 243, "ams-net.github.io": 17}, "accepted_by_root": {"open-schematics_hf": 15, "ams-net.github.io": 7}}}
|
| 46 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:24:11Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 1, "shard_sample_count": 384, "processed": 336, "total": 384, "accepted": 23, "progress_fraction": 0.875, "samples_per_min": 1820.755177466806, "eta_min": 0.0263626876331511, "elapsed_sec": 11.072328805923462, "sample_workers": 16, "solver_workers_per_sample": 0, "last_sample_id": "open-schematics_hf:train-00001-of-00078.parquet:0:261", "last_graph_hash": "b328fb25aabe6bcdbf64fac0bd4d197d934118f4", "last_status": "router_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"router_fail": 312, "accepted": 23, "verify_fail": 1}, "failure_reason_counts": {"router_fail": 312, "verify_fail": 1}, "processed_by_root": {"ltspice-spice-circuits_hf": 69, "open-schematics_hf": 250, "ams-net.github.io": 17}, "accepted_by_root": {"open-schematics_hf": 16, "ams-net.github.io": 7}}}
|
| 47 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:24:11Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 1, "shard_sample_count": 384, "processed": 344, "total": 384, "accepted": 23, "progress_fraction": 0.8958333333333334, "samples_per_min": 1810.853249812635, "eta_min": 0.022089034549949704, "elapsed_sec": 11.397941827774048, "sample_workers": 16, "solver_workers_per_sample": 0, "last_sample_id": "ltspice-spice-circuits_hf:train-00000-of-00001.parquet:1:21499", "last_graph_hash": "5351ec246f3599a79957e9ecbf2350f5ac4d661d", "last_status": "router_fail", "last_dataset_root": "ltspice-spice-circuits_hf", "status_counts": {"router_fail": 320, "accepted": 23, "verify_fail": 1}, "failure_reason_counts": {"router_fail": 320, "verify_fail": 1}, "processed_by_root": {"ltspice-spice-circuits_hf": 70, "open-schematics_hf": 257, "ams-net.github.io": 17}, "accepted_by_root": {"open-schematics_hf": 16, "ams-net.github.io": 7}}}
|
| 48 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:24:11Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 1, "shard_sample_count": 384, "processed": 352, "total": 384, "accepted": 24, "progress_fraction": 0.9166666666666666, "samples_per_min": 1820.1992099950364, "eta_min": 0.017580493291219076, "elapsed_sec": 11.60312557220459, "sample_workers": 16, "solver_workers_per_sample": 0, "last_sample_id": "ltspice-spice-circuits_hf:train-00000-of-00001.parquet:0:15705", "last_graph_hash": "3fea462dd2b97eb98e4ff0aa5af9c28bb77a9983", "last_status": "router_fail", "last_dataset_root": "ltspice-spice-circuits_hf", "status_counts": {"router_fail": 327, "accepted": 24, "verify_fail": 1}, "failure_reason_counts": {"router_fail": 327, "verify_fail": 1}, "processed_by_root": {"ltspice-spice-circuits_hf": 73, "open-schematics_hf": 261, "ams-net.github.io": 18}, "accepted_by_root": {"open-schematics_hf": 17, "ams-net.github.io": 7}}}
|
| 49 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:24:12Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 1, "shard_sample_count": 384, "processed": 360, "total": 384, "accepted": 24, "progress_fraction": 0.9375, "samples_per_min": 1820.2327086719051, "eta_min": 0.013185127311282687, "elapsed_sec": 11.866614580154419, "sample_workers": 16, "solver_workers_per_sample": 0, "last_sample_id": "open-schematics_hf:train-00016-of-00078.parquet:0:384", "last_graph_hash": "b75d0bcc68992a2ef864417ae89338df034df48b", "last_status": "router_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"router_fail": 335, "accepted": 24, "verify_fail": 1}, "failure_reason_counts": {"router_fail": 335, "verify_fail": 1}, "processed_by_root": {"ltspice-spice-circuits_hf": 74, "open-schematics_hf": 267, "ams-net.github.io": 19}, "accepted_by_root": {"open-schematics_hf": 17, "ams-net.github.io": 7}}}
|
| 50 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:24:12Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 1, "shard_sample_count": 384, "processed": 368, "total": 384, "accepted": 24, "progress_fraction": 0.9583333333333334, "samples_per_min": 1835.596499678281, "eta_min": 0.008716512590214826, "elapsed_sec": 12.02878737449646, "sample_workers": 16, "solver_workers_per_sample": 0, "last_sample_id": "open-schematics_hf:train-00005-of-00078.parquet:0:271", "last_graph_hash": "ea69a64b00c151e35665b7d02bc5be902c2a936b", "last_status": "router_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"router_fail": 343, "accepted": 24, "verify_fail": 1}, "failure_reason_counts": {"router_fail": 343, "verify_fail": 1}, "processed_by_root": {"ltspice-spice-circuits_hf": 75, "open-schematics_hf": 274, "ams-net.github.io": 19}, "accepted_by_root": {"open-schematics_hf": 17, "ams-net.github.io": 7}}}
|
| 51 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:24:12Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 1, "shard_sample_count": 384, "processed": 376, "total": 384, "accepted": 24, "progress_fraction": 0.9791666666666666, "samples_per_min": 1785.8958781925885, "eta_min": 0.004479544467114387, "elapsed_sec": 12.632315397262573, "sample_workers": 16, "solver_workers_per_sample": 0, "last_sample_id": "open-schematics_hf:train-00021-of-00078.parquet:0:119", "last_graph_hash": "ee5b3e8ca20cf166d76129bc00095d2660e33a6d", "last_status": "router_fail", "last_dataset_root": "open-schematics_hf", "status_counts": {"router_fail": 351, "accepted": 24, "verify_fail": 1}, "failure_reason_counts": {"router_fail": 351, "verify_fail": 1}, "processed_by_root": {"ltspice-spice-circuits_hf": 77, "open-schematics_hf": 280, "ams-net.github.io": 19}, "accepted_by_root": {"open-schematics_hf": 17, "ams-net.github.io": 7}}}
|
| 52 |
+
{"eval_shard_progress": {"status": "evaluating", "updated_at": "2026-03-10T17:24:21Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 1, "shard_sample_count": 384, "processed": 384, "total": 384, "accepted": 24, "progress_fraction": 1.0, "samples_per_min": 1079.5414686216866, "eta_min": 0.0, "elapsed_sec": 21.342394590377808, "sample_workers": 16, "solver_workers_per_sample": 0, "last_sample_id": "ltspice-spice-circuits_hf:test-00000-of-00001.parquet:0:540", "last_graph_hash": "c8e6b1697bae9f06749f24b214e166dc7a6fb6e9", "last_status": "router_fail", "last_dataset_root": "ltspice-spice-circuits_hf", "status_counts": {"router_fail": 359, "accepted": 24, "verify_fail": 1}, "failure_reason_counts": {"router_fail": 359, "verify_fail": 1}, "processed_by_root": {"ltspice-spice-circuits_hf": 84, "open-schematics_hf": 281, "ams-net.github.io": 19}, "accepted_by_root": {"open-schematics_hf": 17, "ams-net.github.io": 7}}}
|
| 53 |
+
{"eval_shard_progress": {"status": "completed", "updated_at": "2026-03-10T17:24:22Z", "checkpoint_step": 8000, "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 1, "shard_sample_count": 384, "processed": 384, "total": 384, "accepted": 24, "progress_fraction": 1.0, "samples_per_min": 1040.3647944267652, "eta_min": 0.0, "elapsed_sec": 22.14607810974121, "sample_workers": 16, "solver_workers_per_sample": 0, "last_sample_id": null, "last_graph_hash": null, "last_status": null, "last_dataset_root": null, "status_counts": {"router_fail": 359, "accepted": 24, "verify_fail": 1}, "failure_reason_counts": {"router_fail": 359, "verify_fail": 1}, "processed_by_root": {}, "accepted_by_root": {}}}
|
| 54 |
+
{"micro_topology_exact_match_rate": 0.0625, "topology_exact_match_rate": 0.0625, "placement_overlap_rate": 0.25, "crossings_metric": "cross_net_cell_overlaps", "mean_crossings": 0.0, "mean_bends": 15.625, "mean_manhattan_wire_length": 499.625, "mean_canvas_area_used": 41823.208333333336, "accepted": 24, "total": 384, "overlap_count": 6, "overlap_pairs_total": 41, "crossings_total": 0.0, "bends_total": 375.0, "wire_length_total": 11991.0, "canvas_area_total": 1003757.0, "topology_failures": 360, "status_counts": {"router_fail": 359, "accepted": 24, "verify_fail": 1}, "failure_reason_counts": {"router_fail": 359, "verify_fail": 1}, "score_tuple": [360, 41, 375.0, 11991.0, 1003757.0], "diagnostic_counts": {"gold_samples": 384, "gold_components": 12971, "x_top4_hits": 0, "x_top8_hits": 0, "y_top4_hits": 0, "y_top8_hits": 0, "rot_top2_hits": 0, "rot_top4_hits": 0, "gold_component_in_cartesian_hits": 0, "gold_component_in_solver_hits": 0}, "diagnostics": {"gold_samples": 384, "gold_components": 12971, "gold_x_top4_recall": 0.0, "gold_x_top8_recall": 0.0, "gold_y_top4_recall": 0.0, "gold_y_top8_recall": 0.0, "gold_rot_top2_recall": 0.0, "gold_rot_top4_recall": 0.0, "gold_component_in_cartesian_shortlist_rate": 0.0, "gold_component_in_solver_candidates_rate": 0.0, "gold_full_sample_in_cartesian_shortlist_rate": 0.0, "gold_full_sample_in_solver_candidates_rate": 0.0, "gold_selected_any_attempt_rate": 0.0}, "router_fail_net_class_counts": {"ground": 233, "other": 72, "VDD": 52, "VBAT": 1, "VCC": 1}, "cp_sat_terminal_status_counts": {}, "failure_examples": {"router_fail": [{"sample_id": "ltspice-spice-circuits_hf:train-00000-of-00001.parquet:1:16447", "graph_hash": "0d07185dd3447b06b10033d16d8c5d6522df3285", "dataset_root": "ltspice-spice-circuits_hf", "attempts": [{"attempt": 1, "mode": "oracle_layout", "route_status": "router_fail", "route_debug": {"failed_net_nid": "N00000", "failed_net_name": "0", "failed_net_degree": 19, "pin_count": 19, "tree_cell_count": 686, "remaining_pin_count": 10, "routing_block_margin": 0, "pin_escape_cells": 2, "trunk_first_used": true, "trunk_first_min_degree": 3, "attempted_attach_pins": [[128, 154], [128, 242], [174, 242], [249, 255], [22, 255], [122, 255], [168, 255], [219, 255], [115, 255], [161, 255]], "successful_attach_candidates": [], "best_attach_manhattan_distance": 7, "best_attach_path_length": null}}]}, {"sample_id": "open-schematics_hf:train-00027-of-00078.parquet:1:507", "graph_hash": "70896a25e8210e440a5d8be9b01fb099ef1fbd8f", "dataset_root": "open-schematics_hf", "attempts": [{"attempt": 1, "mode": "oracle_layout", "route_status": "router_fail", "route_debug": {"failed_net_nid": "N00027", "failed_net_name": "GND", "failed_net_degree": 3, "pin_count": 3, "tree_cell_count": 110, "remaining_pin_count": 1, "routing_block_margin": 0, "pin_escape_cells": 2, "trunk_first_used": true, "trunk_first_min_degree": 3, "attempted_attach_pins": [[250, 42]], "successful_attach_candidates": [], "best_attach_manhattan_distance": 6, "best_attach_path_length": null}}]}, {"sample_id": "ltspice-spice-circuits_hf:train-00000-of-00001.parquet:0:24354", "graph_hash": "9ce27c1494ada4ec20333f812cc6b3a0c41f6195", "dataset_root": "ltspice-spice-circuits_hf", "attempts": [{"attempt": 1, "mode": "oracle_layout", "route_status": "router_fail", "route_debug": {"failed_net_nid": "N00001", "failed_net_name": "N001", "failed_net_degree": 4, "pin_count": 4, "tree_cell_count": 1, "remaining_pin_count": 3, "routing_block_margin": 0, "pin_escape_cells": 2, "trunk_first_used": true, "trunk_first_min_degree": 3, "attempted_attach_pins": [[100, 219], [185, 61], [46, -16]], "successful_attach_candidates": [], "best_attach_manhattan_distance": 26, "best_attach_path_length": null}}]}], "verify_fail": [{"sample_id": "open-schematics_hf:train-00005-of-00078.parquet:0:514", "graph_hash": "922663311847f00942299301fdbc7375fdd27f09", "dataset_root": "open-schematics_hf", "attempts": [{"attempt": 1, "mode": "oracle_layout", "route_status": "verify_fail", "route_debug": {"reason": "cross_net_overlap", "nid": "N00016", "other_nid": "N00000", "cell": [6, 58]}}]}]}, "per_root": {"ams-net.github.io": {"micro_topology_exact_match_rate": 0.3684210526315789, "topology_exact_match_rate": 0.3684210526315789, "placement_overlap_rate": 0.0, "crossings_metric": "cross_net_cell_overlaps", "mean_crossings": 0.0, "mean_bends": 12.714285714285714, "mean_manhattan_wire_length": 390.0, "mean_canvas_area_used": 11581.142857142857, "accepted": 7, "total": 19, "overlap_count": 0, "overlap_pairs_total": 0, "crossings_total": 0.0, "bends_total": 89.0, "wire_length_total": 2730.0, "canvas_area_total": 81068.0, "topology_failures": 12, "status_counts": {"router_fail": 12, "accepted": 7}, "failure_reason_counts": {"router_fail": 12}, "score_tuple": [12, 0, 89.0, 2730.0, 81068.0], "diagnostic_counts": {"gold_samples": 19, "gold_components": 110, "x_top4_hits": 0, "x_top8_hits": 0, "y_top4_hits": 0, "y_top8_hits": 0, "rot_top2_hits": 0, "rot_top4_hits": 0, "gold_component_in_cartesian_hits": 0, "gold_component_in_solver_hits": 0}, "diagnostics": {"gold_samples": 19, "gold_components": 110, "gold_x_top4_recall": 0.0, "gold_x_top8_recall": 0.0, "gold_y_top4_recall": 0.0, "gold_y_top8_recall": 0.0, "gold_rot_top2_recall": 0.0, "gold_rot_top4_recall": 0.0, "gold_component_in_cartesian_shortlist_rate": 0.0, "gold_component_in_solver_candidates_rate": 0.0, "gold_full_sample_in_cartesian_shortlist_rate": 0.0, "gold_full_sample_in_solver_candidates_rate": 0.0, "gold_selected_any_attempt_rate": 0.0}, "router_fail_net_class_counts": {"other": 9, "VDD": 2, "ground": 1}, "cp_sat_terminal_status_counts": {}, "macro_topology_exact_match_rate": null}, "ltspice-spice-circuits_hf": {"micro_topology_exact_match_rate": 0.0, "topology_exact_match_rate": 0.0, "placement_overlap_rate": 1.0, "crossings_metric": null, "mean_crossings": 0.0, "mean_bends": 0.0, "mean_manhattan_wire_length": 0.0, "mean_canvas_area_used": 0.0, "accepted": 0, "total": 84, "overlap_count": 0, "overlap_pairs_total": 0, "crossings_total": 0, "bends_total": 0, "wire_length_total": 0, "canvas_area_total": 0, "topology_failures": 84, "status_counts": {"router_fail": 84}, "failure_reason_counts": {"router_fail": 84}, "score_tuple": [84, 0, 0, 0, 0], "diagnostic_counts": {"gold_samples": 84, "gold_components": 1234, "x_top4_hits": 0, "x_top8_hits": 0, "y_top4_hits": 0, "y_top8_hits": 0, "rot_top2_hits": 0, "rot_top4_hits": 0, "gold_component_in_cartesian_hits": 0, "gold_component_in_solver_hits": 0}, "diagnostics": {"gold_samples": 84, "gold_components": 1234, "gold_x_top4_recall": 0.0, "gold_x_top8_recall": 0.0, "gold_y_top4_recall": 0.0, "gold_y_top8_recall": 0.0, "gold_rot_top2_recall": 0.0, "gold_rot_top4_recall": 0.0, "gold_component_in_cartesian_shortlist_rate": 0.0, "gold_component_in_solver_candidates_rate": 0.0, "gold_full_sample_in_cartesian_shortlist_rate": 0.0, "gold_full_sample_in_solver_candidates_rate": 0.0, "gold_selected_any_attempt_rate": 0.0}, "router_fail_net_class_counts": {"ground": 58, "other": 23, "VCC": 1, "VDD": 2}, "cp_sat_terminal_status_counts": {}, "macro_topology_exact_match_rate": null}, "open-schematics_hf": {"micro_topology_exact_match_rate": 0.060498220640569395, "topology_exact_match_rate": 0.060498220640569395, "placement_overlap_rate": 0.35294117647058826, "crossings_metric": "cross_net_cell_overlaps", "mean_crossings": 0.0, "mean_bends": 16.823529411764707, "mean_manhattan_wire_length": 544.7647058823529, "mean_canvas_area_used": 54275.82352941176, "accepted": 17, "total": 281, "overlap_count": 6, "overlap_pairs_total": 41, "crossings_total": 0.0, "bends_total": 286.0, "wire_length_total": 9261.0, "canvas_area_total": 922689.0, "topology_failures": 264, "status_counts": {"router_fail": 263, "accepted": 17, "verify_fail": 1}, "failure_reason_counts": {"router_fail": 263, "verify_fail": 1}, "score_tuple": [264, 41, 286.0, 9261.0, 922689.0], "diagnostic_counts": {"gold_samples": 281, "gold_components": 11627, "x_top4_hits": 0, "x_top8_hits": 0, "y_top4_hits": 0, "y_top8_hits": 0, "rot_top2_hits": 0, "rot_top4_hits": 0, "gold_component_in_cartesian_hits": 0, "gold_component_in_solver_hits": 0}, "diagnostics": {"gold_samples": 281, "gold_components": 11627, "gold_x_top4_recall": 0.0, "gold_x_top8_recall": 0.0, "gold_y_top4_recall": 0.0, "gold_y_top8_recall": 0.0, "gold_rot_top2_recall": 0.0, "gold_rot_top4_recall": 0.0, "gold_component_in_cartesian_shortlist_rate": 0.0, "gold_component_in_solver_candidates_rate": 0.0, "gold_full_sample_in_cartesian_shortlist_rate": 0.0, "gold_full_sample_in_solver_candidates_rate": 0.0, "gold_selected_any_attempt_rate": 0.0}, "router_fail_net_class_counts": {"ground": 174, "other": 40, "VDD": 48, "VBAT": 1}, "cp_sat_terminal_status_counts": {}, "macro_topology_exact_match_rate": null}}, "macro_topology_exact_match_rate": 0.1429730910907161, "per_size_bin": {"01-04": {"micro_topology_exact_match_rate": 0.25806451612903225, "topology_exact_match_rate": 0.25806451612903225, "placement_overlap_rate": 0.0, "crossings_metric": "cross_net_cell_overlaps", "mean_crossings": 0.0, "mean_bends": 11.625, "mean_manhattan_wire_length": 361.375, "mean_canvas_area_used": 14459.875, "accepted": 8, "total": 31, "overlap_count": 0, "overlap_pairs_total": 0, "crossings_total": 0.0, "bends_total": 93.0, "wire_length_total": 2891.0, "canvas_area_total": 115679.0, "topology_failures": 23, "status_counts": {"router_fail": 23, "accepted": 8}, "failure_reason_counts": {"router_fail": 23}, "score_tuple": [23, 0, 93.0, 2891.0, 115679.0], "diagnostic_counts": {"gold_samples": 31, "gold_components": 104, "x_top4_hits": 0, "x_top8_hits": 0, "y_top4_hits": 0, "y_top8_hits": 0, "rot_top2_hits": 0, "rot_top4_hits": 0, "gold_component_in_cartesian_hits": 0, "gold_component_in_solver_hits": 0}, "diagnostics": {"gold_samples": 31, "gold_components": 104, "gold_x_top4_recall": 0.0, "gold_x_top8_recall": 0.0, "gold_y_top4_recall": 0.0, "gold_y_top8_recall": 0.0, "gold_rot_top2_recall": 0.0, "gold_rot_top4_recall": 0.0, "gold_component_in_cartesian_shortlist_rate": 0.0, "gold_component_in_solver_candidates_rate": 0.0, "gold_full_sample_in_cartesian_shortlist_rate": 0.0, "gold_full_sample_in_solver_candidates_rate": 0.0, "gold_selected_any_attempt_rate": 0.0}, "router_fail_net_class_counts": {"ground": 16, "other": 6, "VDD": 1}, "cp_sat_terminal_status_counts": {}, "macro_topology_exact_match_rate": null}, "05-08": {"micro_topology_exact_match_rate": 0.08571428571428572, "topology_exact_match_rate": 0.08571428571428572, "placement_overlap_rate": 0.0, "crossings_metric": "cross_net_cell_overlaps", "mean_crossings": 0.0, "mean_bends": 14.333333333333334, "mean_manhattan_wire_length": 503.0, "mean_canvas_area_used": 49534.333333333336, "accepted": 3, "total": 35, "overlap_count": 0, "overlap_pairs_total": 0, "crossings_total": 0.0, "bends_total": 43.0, "wire_length_total": 1509.0, "canvas_area_total": 148603.0, "topology_failures": 32, "status_counts": {"router_fail": 32, "accepted": 3}, "failure_reason_counts": {"router_fail": 32}, "score_tuple": [32, 0, 43.0, 1509.0, 148603.0], "diagnostic_counts": {"gold_samples": 35, "gold_components": 226, "x_top4_hits": 0, "x_top8_hits": 0, "y_top4_hits": 0, "y_top8_hits": 0, "rot_top2_hits": 0, "rot_top4_hits": 0, "gold_component_in_cartesian_hits": 0, "gold_component_in_solver_hits": 0}, "diagnostics": {"gold_samples": 35, "gold_components": 226, "gold_x_top4_recall": 0.0, "gold_x_top8_recall": 0.0, "gold_y_top4_recall": 0.0, "gold_y_top8_recall": 0.0, "gold_rot_top2_recall": 0.0, "gold_rot_top4_recall": 0.0, "gold_component_in_cartesian_shortlist_rate": 0.0, "gold_component_in_solver_candidates_rate": 0.0, "gold_full_sample_in_cartesian_shortlist_rate": 0.0, "gold_full_sample_in_solver_candidates_rate": 0.0, "gold_selected_any_attempt_rate": 0.0}, "router_fail_net_class_counts": {"other": 19, "ground": 12, "VDD": 1}, "cp_sat_terminal_status_counts": {}, "macro_topology_exact_match_rate": null}, "09-16": {"micro_topology_exact_match_rate": 0.17142857142857143, "topology_exact_match_rate": 0.17142857142857143, "placement_overlap_rate": 0.16666666666666666, "crossings_metric": "cross_net_cell_overlaps", "mean_crossings": 0.0, "mean_bends": 11.0, "mean_manhattan_wire_length": 274.1666666666667, "mean_canvas_area_used": 56908.833333333336, "accepted": 6, "total": 35, "overlap_count": 1, "overlap_pairs_total": 1, "crossings_total": 0.0, "bends_total": 66.0, "wire_length_total": 1645.0, "canvas_area_total": 341453.0, "topology_failures": 29, "status_counts": {"accepted": 6, "router_fail": 29}, "failure_reason_counts": {"router_fail": 29}, "score_tuple": [29, 1, 66.0, 1645.0, 341453.0], "diagnostic_counts": {"gold_samples": 35, "gold_components": 434, "x_top4_hits": 0, "x_top8_hits": 0, "y_top4_hits": 0, "y_top8_hits": 0, "rot_top2_hits": 0, "rot_top4_hits": 0, "gold_component_in_cartesian_hits": 0, "gold_component_in_solver_hits": 0}, "diagnostics": {"gold_samples": 35, "gold_components": 434, "gold_x_top4_recall": 0.0, "gold_x_top8_recall": 0.0, "gold_y_top4_recall": 0.0, "gold_y_top8_recall": 0.0, "gold_rot_top2_recall": 0.0, "gold_rot_top4_recall": 0.0, "gold_component_in_cartesian_shortlist_rate": 0.0, "gold_component_in_solver_candidates_rate": 0.0, "gold_full_sample_in_cartesian_shortlist_rate": 0.0, "gold_full_sample_in_solver_candidates_rate": 0.0, "gold_selected_any_attempt_rate": 0.0}, "router_fail_net_class_counts": {"ground": 16, "other": 9, "VDD": 4}, "cp_sat_terminal_status_counts": {}, "macro_topology_exact_match_rate": null}, "17-24": {"micro_topology_exact_match_rate": 0.037037037037037035, "topology_exact_match_rate": 0.037037037037037035, "placement_overlap_rate": 1.0, "crossings_metric": "cross_net_cell_overlaps", "mean_crossings": 0.0, "mean_bends": 18.0, "mean_manhattan_wire_length": 203.0, "mean_canvas_area_used": 63232.0, "accepted": 1, "total": 27, "overlap_count": 1, "overlap_pairs_total": 1, "crossings_total": 0.0, "bends_total": 18.0, "wire_length_total": 203.0, "canvas_area_total": 63232.0, "topology_failures": 26, "status_counts": {"router_fail": 26, "accepted": 1}, "failure_reason_counts": {"router_fail": 26}, "score_tuple": [26, 1, 18.0, 203.0, 63232.0], "diagnostic_counts": {"gold_samples": 27, "gold_components": 523, "x_top4_hits": 0, "x_top8_hits": 0, "y_top4_hits": 0, "y_top8_hits": 0, "rot_top2_hits": 0, "rot_top4_hits": 0, "gold_component_in_cartesian_hits": 0, "gold_component_in_solver_hits": 0}, "diagnostics": {"gold_samples": 27, "gold_components": 523, "gold_x_top4_recall": 0.0, "gold_x_top8_recall": 0.0, "gold_y_top4_recall": 0.0, "gold_y_top8_recall": 0.0, "gold_rot_top2_recall": 0.0, "gold_rot_top4_recall": 0.0, "gold_component_in_cartesian_shortlist_rate": 0.0, "gold_component_in_solver_candidates_rate": 0.0, "gold_full_sample_in_cartesian_shortlist_rate": 0.0, "gold_full_sample_in_solver_candidates_rate": 0.0, "gold_selected_any_attempt_rate": 0.0}, "router_fail_net_class_counts": {"other": 10, "ground": 11, "VCC": 1, "VDD": 4}, "cp_sat_terminal_status_counts": {}, "macro_topology_exact_match_rate": null}, "25-32": {"micro_topology_exact_match_rate": 0.05555555555555555, "topology_exact_match_rate": 0.05555555555555555, "placement_overlap_rate": 0.0, "crossings_metric": "cross_net_cell_overlaps", "mean_crossings": 0.0, "mean_bends": 28.0, "mean_manhattan_wire_length": 691.0, "mean_canvas_area_used": 63232.0, "accepted": 1, "total": 18, "overlap_count": 0, "overlap_pairs_total": 0, "crossings_total": 0.0, "bends_total": 28.0, "wire_length_total": 691.0, "canvas_area_total": 63232.0, "topology_failures": 17, "status_counts": {"router_fail": 17, "accepted": 1}, "failure_reason_counts": {"router_fail": 17}, "score_tuple": [17, 0, 28.0, 691.0, 63232.0], "diagnostic_counts": {"gold_samples": 18, "gold_components": 519, "x_top4_hits": 0, "x_top8_hits": 0, "y_top4_hits": 0, "y_top8_hits": 0, "rot_top2_hits": 0, "rot_top4_hits": 0, "gold_component_in_cartesian_hits": 0, "gold_component_in_solver_hits": 0}, "diagnostics": {"gold_samples": 18, "gold_components": 519, "gold_x_top4_recall": 0.0, "gold_x_top8_recall": 0.0, "gold_y_top4_recall": 0.0, "gold_y_top8_recall": 0.0, "gold_rot_top2_recall": 0.0, "gold_rot_top4_recall": 0.0, "gold_component_in_cartesian_shortlist_rate": 0.0, "gold_component_in_solver_candidates_rate": 0.0, "gold_full_sample_in_cartesian_shortlist_rate": 0.0, "gold_full_sample_in_solver_candidates_rate": 0.0, "gold_selected_any_attempt_rate": 0.0}, "router_fail_net_class_counts": {"ground": 14, "other": 3}, "cp_sat_terminal_status_counts": {}, "macro_topology_exact_match_rate": null}, "33-48": {"micro_topology_exact_match_rate": 0.014705882352941176, "topology_exact_match_rate": 0.014705882352941176, "placement_overlap_rate": 1.0, "crossings_metric": "cross_net_cell_overlaps", "mean_crossings": 0.0, "mean_bends": 39.5, "mean_manhattan_wire_length": 851.0, "mean_canvas_area_used": 63616.0, "accepted": 2, "total": 136, "overlap_count": 2, "overlap_pairs_total": 5, "crossings_total": 0.0, "bends_total": 79.0, "wire_length_total": 1702.0, "canvas_area_total": 127232.0, "topology_failures": 134, "status_counts": {"router_fail": 134, "accepted": 2}, "failure_reason_counts": {"router_fail": 134}, "score_tuple": [134, 5, 79.0, 1702.0, 127232.0], "diagnostic_counts": {"gold_samples": 136, "gold_components": 5488, "x_top4_hits": 0, "x_top8_hits": 0, "y_top4_hits": 0, "y_top8_hits": 0, "rot_top2_hits": 0, "rot_top4_hits": 0, "gold_component_in_cartesian_hits": 0, "gold_component_in_solver_hits": 0}, "diagnostics": {"gold_samples": 136, "gold_components": 5488, "gold_x_top4_recall": 0.0, "gold_x_top8_recall": 0.0, "gold_y_top4_recall": 0.0, "gold_y_top8_recall": 0.0, "gold_rot_top2_recall": 0.0, "gold_rot_top4_recall": 0.0, "gold_component_in_cartesian_shortlist_rate": 0.0, "gold_component_in_solver_candidates_rate": 0.0, "gold_full_sample_in_cartesian_shortlist_rate": 0.0, "gold_full_sample_in_solver_candidates_rate": 0.0, "gold_selected_any_attempt_rate": 0.0}, "router_fail_net_class_counts": {"ground": 90, "other": 18, "VDD": 25, "VBAT": 1}, "cp_sat_terminal_status_counts": {}, "macro_topology_exact_match_rate": null}, "49-64": {"micro_topology_exact_match_rate": 0.029411764705882353, "topology_exact_match_rate": 0.029411764705882353, "placement_overlap_rate": 0.6666666666666666, "crossings_metric": "cross_net_cell_overlaps", "mean_crossings": 0.0, "mean_bends": 16.0, "mean_manhattan_wire_length": 1116.6666666666667, "mean_canvas_area_used": 48108.666666666664, "accepted": 3, "total": 102, "overlap_count": 2, "overlap_pairs_total": 34, "crossings_total": 0.0, "bends_total": 48.0, "wire_length_total": 3350.0, "canvas_area_total": 144326.0, "topology_failures": 99, "status_counts": {"router_fail": 98, "accepted": 3, "verify_fail": 1}, "failure_reason_counts": {"router_fail": 98, "verify_fail": 1}, "score_tuple": [99, 34, 48.0, 3350.0, 144326.0], "diagnostic_counts": {"gold_samples": 102, "gold_components": 5677, "x_top4_hits": 0, "x_top8_hits": 0, "y_top4_hits": 0, "y_top8_hits": 0, "rot_top2_hits": 0, "rot_top4_hits": 0, "gold_component_in_cartesian_hits": 0, "gold_component_in_solver_hits": 0}, "diagnostics": {"gold_samples": 102, "gold_components": 5677, "gold_x_top4_recall": 0.0, "gold_x_top8_recall": 0.0, "gold_y_top4_recall": 0.0, "gold_y_top8_recall": 0.0, "gold_rot_top2_recall": 0.0, "gold_rot_top4_recall": 0.0, "gold_component_in_cartesian_shortlist_rate": 0.0, "gold_component_in_solver_candidates_rate": 0.0, "gold_full_sample_in_cartesian_shortlist_rate": 0.0, "gold_full_sample_in_solver_candidates_rate": 0.0, "gold_selected_any_attempt_rate": 0.0}, "router_fail_net_class_counts": {"ground": 74, "VDD": 17, "other": 7}, "cp_sat_terminal_status_counts": {}, "macro_topology_exact_match_rate": null}}, "evaluated_at": "2026-03-10T17:24:22Z", "checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt", "split": "val", "manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json", "manifest_size": 384, "shard_index": 0, "shard_count": 1, "shard_sample_count": 384, "sample_workers": 16, "solver_workers_per_sample": 0, "eval_mode": "oracle_layout", "force_dataset_root": null, "solve_stages": [{"top_x": 4, "top_y": 4, "top_rot": 2, "max_solver_candidates": 16, "cp_sat_timeout_seconds": 10.0, "component_candidate_cap": 32}], "routing_options": {"placement_margin": 2, "routing_block_margin": 0, "pin_escape_cells": 2, "trunk_first_min_degree": 3, "trunk_first_priority_only": false}}
|
netlist_to_layout_v1/runs/routerfix-patched-oracle-layout384-rbm0e2t3/posttrain_full_eval_tmp/step-008000/shard_00.progress.json
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"status": "completed",
|
| 3 |
+
"updated_at": "2026-03-10T17:24:22Z",
|
| 4 |
+
"checkpoint_step": 8000,
|
| 5 |
+
"checkpoint": "/workspace/circuitgen-datasets-private/experiments/netlist_to_layout_v1/v1-overlay-exact-20260307-stageB8000_step0001-008000/checkpoints/step-008000.pt",
|
| 6 |
+
"split": "val",
|
| 7 |
+
"manifest": "/workspace/circuitgen-datasets-private/netlist_to_layout_v1/runs/diag-20260308-manifests/val_custom_n384_root_size_seed1337.json",
|
| 8 |
+
"manifest_size": 384,
|
| 9 |
+
"shard_index": 0,
|
| 10 |
+
"shard_count": 1,
|
| 11 |
+
"shard_sample_count": 384,
|
| 12 |
+
"processed": 384,
|
| 13 |
+
"total": 384,
|
| 14 |
+
"accepted": 24,
|
| 15 |
+
"progress_fraction": 1.0,
|
| 16 |
+
"samples_per_min": 1040.3647944267652,
|
| 17 |
+
"eta_min": 0.0,
|
| 18 |
+
"elapsed_sec": 22.14607810974121,
|
| 19 |
+
"sample_workers": 16,
|
| 20 |
+
"solver_workers_per_sample": 0,
|
| 21 |
+
"last_sample_id": null,
|
| 22 |
+
"last_graph_hash": null,
|
| 23 |
+
"last_status": null,
|
| 24 |
+
"last_dataset_root": null,
|
| 25 |
+
"status_counts": {
|
| 26 |
+
"router_fail": 359,
|
| 27 |
+
"accepted": 24,
|
| 28 |
+
"verify_fail": 1
|
| 29 |
+
},
|
| 30 |
+
"failure_reason_counts": {
|
| 31 |
+
"router_fail": 359,
|
| 32 |
+
"verify_fail": 1
|
| 33 |
+
},
|
| 34 |
+
"processed_by_root": {},
|
| 35 |
+
"accepted_by_root": {}
|
| 36 |
+
}
|
netlist_to_layout_v1/scripts/launch_train_detached.sh
CHANGED
|
@@ -5,35 +5,39 @@ RUN_NAME="${1:-v1-$(date -u +%Y%m%d-%H%M%S)}"
|
|
| 5 |
ROOT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"
|
| 6 |
REPO_DIR="$(cd "${ROOT_DIR}/.." && pwd)"
|
| 7 |
RUN_DIR="${ROOT_DIR}/runs/${RUN_NAME}"
|
| 8 |
-
|
|
|
|
|
|
|
| 9 |
mkdir -p "${RUN_DIR}"
|
| 10 |
|
| 11 |
cat > "${RUN_DIR}/launch_inner.sh" <<'EOF'
|
| 12 |
#!/usr/bin/env bash
|
| 13 |
set -euo pipefail
|
| 14 |
ROOT_DIR="__ROOT_DIR__"
|
| 15 |
-
REPO_DIR="__REPO_DIR__"
|
| 16 |
RUN_NAME="__RUN_NAME__"
|
|
|
|
|
|
|
| 17 |
MAX_STEPS="__MAX_STEPS__"
|
| 18 |
cd "${ROOT_DIR}"
|
| 19 |
export PYTHONPATH="${ROOT_DIR}"
|
| 20 |
-
python -m layout_v1.preprocess --cache-dir "${
|
| 21 |
torchrun --standalone --nproc_per_node=4 train.py \
|
| 22 |
--run-name "${RUN_NAME}" \
|
| 23 |
-
--data-root "${
|
| 24 |
-
--cache-dir "${
|
| 25 |
--run-dir "${ROOT_DIR}/runs" \
|
| 26 |
--bf16 \
|
| 27 |
--max-steps "${MAX_STEPS}"
|
| 28 |
EOF
|
| 29 |
|
| 30 |
sed -i "s#__ROOT_DIR__#${ROOT_DIR}#g" "${RUN_DIR}/launch_inner.sh"
|
| 31 |
-
sed -i "s#__REPO_DIR__#${REPO_DIR}#g" "${RUN_DIR}/launch_inner.sh"
|
| 32 |
sed -i "s#__RUN_NAME__#${RUN_NAME}#g" "${RUN_DIR}/launch_inner.sh"
|
|
|
|
|
|
|
| 33 |
sed -i "s#__MAX_STEPS__#${MAX_STEPS}#g" "${RUN_DIR}/launch_inner.sh"
|
| 34 |
chmod +x "${RUN_DIR}/launch_inner.sh"
|
| 35 |
|
| 36 |
-
nohup bash "${RUN_DIR}/launch_inner.sh" > "${RUN_DIR}/launcher.log" 2>&1 < /dev/null &
|
| 37 |
echo $! > "${RUN_DIR}/train.pid"
|
| 38 |
echo "started ${RUN_NAME} with pid $(cat "${RUN_DIR}/train.pid")"
|
| 39 |
echo "log: ${RUN_DIR}/launcher.log"
|
|
|
|
| 5 |
ROOT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"
|
| 6 |
REPO_DIR="$(cd "${ROOT_DIR}/.." && pwd)"
|
| 7 |
RUN_DIR="${ROOT_DIR}/runs/${RUN_NAME}"
|
| 8 |
+
DATA_ROOT="${DATA_ROOT:-${REPO_DIR}/derived/cgdsl/20260307-081439-fix-open-netlistify-ams-overlay}"
|
| 9 |
+
CACHE_DIR="${CACHE_DIR:-${ROOT_DIR}/cache_overlay_20260307_exact}"
|
| 10 |
+
MAX_STEPS="${MAX_STEPS:-100000}"
|
| 11 |
mkdir -p "${RUN_DIR}"
|
| 12 |
|
| 13 |
cat > "${RUN_DIR}/launch_inner.sh" <<'EOF'
|
| 14 |
#!/usr/bin/env bash
|
| 15 |
set -euo pipefail
|
| 16 |
ROOT_DIR="__ROOT_DIR__"
|
|
|
|
| 17 |
RUN_NAME="__RUN_NAME__"
|
| 18 |
+
DATA_ROOT="__DATA_ROOT__"
|
| 19 |
+
CACHE_DIR="__CACHE_DIR__"
|
| 20 |
MAX_STEPS="__MAX_STEPS__"
|
| 21 |
cd "${ROOT_DIR}"
|
| 22 |
export PYTHONPATH="${ROOT_DIR}"
|
| 23 |
+
python -m layout_v1.preprocess --cache-dir "${CACHE_DIR}" --data-root "${DATA_ROOT}"
|
| 24 |
torchrun --standalone --nproc_per_node=4 train.py \
|
| 25 |
--run-name "${RUN_NAME}" \
|
| 26 |
+
--data-root "${DATA_ROOT}" \
|
| 27 |
+
--cache-dir "${CACHE_DIR}" \
|
| 28 |
--run-dir "${ROOT_DIR}/runs" \
|
| 29 |
--bf16 \
|
| 30 |
--max-steps "${MAX_STEPS}"
|
| 31 |
EOF
|
| 32 |
|
| 33 |
sed -i "s#__ROOT_DIR__#${ROOT_DIR}#g" "${RUN_DIR}/launch_inner.sh"
|
|
|
|
| 34 |
sed -i "s#__RUN_NAME__#${RUN_NAME}#g" "${RUN_DIR}/launch_inner.sh"
|
| 35 |
+
sed -i "s#__DATA_ROOT__#${DATA_ROOT}#g" "${RUN_DIR}/launch_inner.sh"
|
| 36 |
+
sed -i "s#__CACHE_DIR__#${CACHE_DIR}#g" "${RUN_DIR}/launch_inner.sh"
|
| 37 |
sed -i "s#__MAX_STEPS__#${MAX_STEPS}#g" "${RUN_DIR}/launch_inner.sh"
|
| 38 |
chmod +x "${RUN_DIR}/launch_inner.sh"
|
| 39 |
|
| 40 |
+
nohup setsid bash "${RUN_DIR}/launch_inner.sh" > "${RUN_DIR}/launcher.log" 2>&1 < /dev/null &
|
| 41 |
echo $! > "${RUN_DIR}/train.pid"
|
| 42 |
echo "started ${RUN_NAME} with pid $(cat "${RUN_DIR}/train.pid")"
|
| 43 |
echo "log: ${RUN_DIR}/launcher.log"
|
netlist_to_layout_v1/scripts/router_regression_checks.py
ADDED
|
@@ -0,0 +1,107 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#!/usr/bin/env python
|
| 2 |
+
from __future__ import annotations
|
| 3 |
+
|
| 4 |
+
import sys
|
| 5 |
+
|
| 6 |
+
from layout_v1.router import (
|
| 7 |
+
_astar,
|
| 8 |
+
_extend_pin_escape_corridor,
|
| 9 |
+
_select_attach_candidate,
|
| 10 |
+
route_layout,
|
| 11 |
+
)
|
| 12 |
+
from layout_v1.templates import TemplateLibrary
|
| 13 |
+
|
| 14 |
+
|
| 15 |
+
def _template_library() -> TemplateLibrary:
|
| 16 |
+
return TemplateLibrary(
|
| 17 |
+
{
|
| 18 |
+
"rotation_vocab_values": [0, 90, 180, 270],
|
| 19 |
+
"mirror_vocab_values": ["NONE"],
|
| 20 |
+
"footprint_table": {},
|
| 21 |
+
"default_footprints": {},
|
| 22 |
+
}
|
| 23 |
+
)
|
| 24 |
+
|
| 25 |
+
|
| 26 |
+
def case_blocked_nearest_routable_second() -> None:
|
| 27 |
+
tree_cells = {(4, 4), (4, 5), (4, 6)}
|
| 28 |
+
remaining = {(6, 5), (7, 8)}
|
| 29 |
+
blocked = {(5, 5), (6, 4), (6, 6), (7, 5)}
|
| 30 |
+
best_pin, path, debug = _select_attach_candidate(
|
| 31 |
+
remaining=remaining,
|
| 32 |
+
tree_cells=tree_cells,
|
| 33 |
+
blocked=blocked,
|
| 34 |
+
allowed=tree_cells,
|
| 35 |
+
)
|
| 36 |
+
assert best_pin == (7, 8), debug
|
| 37 |
+
assert path is not None, debug
|
| 38 |
+
assert path[-1] in tree_cells, path
|
| 39 |
+
assert debug["attempted_attach_pins"][0] == [6, 5], debug
|
| 40 |
+
assert debug["successful_attach_candidates"] == [
|
| 41 |
+
{"pin": [7, 8], "manhattan_distance": 5, "path_length": len(path) - 1}
|
| 42 |
+
], debug
|
| 43 |
+
|
| 44 |
+
|
| 45 |
+
def case_compact_corner_pin_escape() -> None:
|
| 46 |
+
blocked_cells = {(x, y) for x in range(8, 13) for y in range(8, 13)}
|
| 47 |
+
pin = (10, 10)
|
| 48 |
+
blocked_cells.discard(pin)
|
| 49 |
+
_extend_pin_escape_corridor(
|
| 50 |
+
blocked_cells=blocked_cells,
|
| 51 |
+
reserve_box=(10, 10, 12, 12),
|
| 52 |
+
pin=pin,
|
| 53 |
+
placement_x=11,
|
| 54 |
+
placement_y=11,
|
| 55 |
+
pin_escape_cells=1,
|
| 56 |
+
)
|
| 57 |
+
path = _astar(pin, {(8, 9)}, blocked=blocked_cells, allowed={pin})
|
| 58 |
+
assert path is not None, "corner-pin escape should open a turn-capable route"
|
| 59 |
+
assert (9, 9) in path, path
|
| 60 |
+
|
| 61 |
+
|
| 62 |
+
def case_simple_two_pin_route() -> None:
|
| 63 |
+
template_library = _template_library()
|
| 64 |
+
sample = {
|
| 65 |
+
"components": [
|
| 66 |
+
{"cid": "r1", "type_name": "resistor", "pin_roles": ["a", "b"]},
|
| 67 |
+
{"cid": "r2", "type_name": "resistor", "pin_roles": ["a", "b"]},
|
| 68 |
+
],
|
| 69 |
+
"nets": [
|
| 70 |
+
{"nid": "n1", "name": "NET1", "degree": 2, "members": [["r1", "b"], ["r2", "a"]]},
|
| 71 |
+
],
|
| 72 |
+
}
|
| 73 |
+
placements = [
|
| 74 |
+
{"cid": "r1", "x": 40, "y": 40, "rot": 0, "mirror": "NONE"},
|
| 75 |
+
{"cid": "r2", "x": 80, "y": 40, "rot": 0, "mirror": "NONE"},
|
| 76 |
+
]
|
| 77 |
+
status, routed_wires, metrics, debug = route_layout(
|
| 78 |
+
sample=sample,
|
| 79 |
+
placements=placements,
|
| 80 |
+
template_library=template_library,
|
| 81 |
+
routing_block_margin=0,
|
| 82 |
+
pin_escape_cells=2,
|
| 83 |
+
trunk_first_min_degree=3,
|
| 84 |
+
)
|
| 85 |
+
assert status == "ok", (status, debug)
|
| 86 |
+
assert routed_wires, "expected at least one routed wire segment"
|
| 87 |
+
assert metrics["wire_length"] > 0, metrics
|
| 88 |
+
|
| 89 |
+
|
| 90 |
+
def main() -> int:
|
| 91 |
+
cases = [
|
| 92 |
+
("blocked_nearest_routable_second", case_blocked_nearest_routable_second),
|
| 93 |
+
("compact_corner_pin_escape", case_compact_corner_pin_escape),
|
| 94 |
+
("simple_two_pin_route", case_simple_two_pin_route),
|
| 95 |
+
]
|
| 96 |
+
for name, fn in cases:
|
| 97 |
+
fn()
|
| 98 |
+
print(f"PASS {name}")
|
| 99 |
+
return 0
|
| 100 |
+
|
| 101 |
+
|
| 102 |
+
if __name__ == "__main__":
|
| 103 |
+
try:
|
| 104 |
+
raise SystemExit(main())
|
| 105 |
+
except AssertionError as exc:
|
| 106 |
+
print(f"FAIL {exc}", file=sys.stderr)
|
| 107 |
+
raise SystemExit(1)
|