@tangle-network/agent-bench 0.3.6 → 0.3.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/HARNESS.md +43 -0
- package/dist/adapters.js +24 -24
- package/dist/benchmarks/_harness.d.ts +1 -1
- package/dist/benchmarks/_harness.js +1 -1
- package/dist/benchmarks/aec-bench.js +2 -2
- package/dist/benchmarks/agentbench.js +2 -2
- package/dist/benchmarks/appworld.js +2 -2
- package/dist/benchmarks/bfcl.js +2 -2
- package/dist/benchmarks/commit0.js +2 -2
- package/dist/benchmarks/crag.js +2 -2
- package/dist/benchmarks/dabstep.js +2 -2
- package/dist/benchmarks/enterpriseops-gym.js +2 -2
- package/dist/benchmarks/finresearchbench.js +2 -2
- package/dist/benchmarks/humaneval.d.ts +10 -1
- package/dist/benchmarks/humaneval.js +5 -3
- package/dist/benchmarks/nomiracl.js +2 -2
- package/dist/benchmarks/open-rag-bench.js +2 -2
- package/dist/benchmarks/programbench.js +2 -2
- package/dist/benchmarks/ragbench.js +2 -2
- package/dist/benchmarks/swe-bench.js +2 -2
- package/dist/benchmarks/t2-ragbench.js +2 -2
- package/dist/benchmarks/tau-bench-shared.js +2 -2
- package/dist/benchmarks/tau2-bench.js +3 -3
- package/dist/benchmarks/tau3-banking.js +3 -3
- package/dist/benchmarks/terminal-bench.js +2 -2
- package/dist/benchmarks/toollm.js +2 -2
- package/dist/benchmarks/webarena-verified.js +2 -2
- package/dist/{chunk-CKUVRZ2T.js → chunk-3U5TXJZS.js} +2 -2
- package/dist/{chunk-PPYSEKFM.js → chunk-5H5XV76F.js} +73 -15
- package/dist/chunk-5H5XV76F.js.map +1 -0
- package/dist/{chunk-YCGY7UIZ.js → chunk-7GRVHU22.js} +2 -2
- package/dist/{chunk-Z7ML6L77.js → chunk-HWST3SED.js} +2 -2
- package/dist/{chunk-SYDW647C.js → chunk-IA2FBTWC.js} +2 -2
- package/dist/{chunk-R67DFVLO.js → chunk-IFVINJ4B.js} +2 -2
- package/dist/{chunk-R36V2VP7.js → chunk-IZ5M6OAC.js} +2 -2
- package/dist/{chunk-ODT47UAY.js → chunk-K3BQGZCT.js} +2 -2
- package/dist/{chunk-IFAV6KEM.js → chunk-KP5KD6EN.js} +2 -2
- package/dist/{chunk-ZEWMTR5M.js → chunk-MQMRLGOG.js} +2 -2
- package/dist/{chunk-TSWPNOYM.js → chunk-NQG5XDSB.js} +2 -2
- package/dist/{chunk-7WSD27QQ.js → chunk-PB64GYIG.js} +2 -2
- package/dist/{chunk-HBSWHQNJ.js → chunk-RCYQEFNX.js} +3 -3
- package/dist/{chunk-J3KDJNX2.js → chunk-RH5F53JT.js} +2 -2
- package/dist/{chunk-UAIOHCUK.js → chunk-SFLA7OH3.js} +3 -3
- package/dist/{chunk-Y6O2OCUO.js → chunk-SHM6MRRF.js} +2 -2
- package/dist/{chunk-KDIKRJGB.js → chunk-SHYIRB7I.js} +2 -2
- package/dist/{chunk-HHXFIHXC.js → chunk-SVR2LKYI.js} +2 -2
- package/dist/{chunk-5SBJCB6W.js → chunk-V7AEBY6U.js} +22 -22
- package/dist/{chunk-LRRD7NAG.js → chunk-WSKWVEQB.js} +18 -2
- package/dist/chunk-WSKWVEQB.js.map +1 -0
- package/dist/{chunk-2PVVP7GN.js → chunk-XKEFIFIC.js} +2 -2
- package/dist/{chunk-JRWWGMK7.js → chunk-XYA4XSNU.js} +2 -2
- package/dist/{chunk-X5YKXC6V.js → chunk-YSMEKBTD.js} +2 -2
- package/dist/{chunk-2XU6OGEN.js → chunk-Z4TZ76N7.js} +2 -2
- package/dist/index.js +24 -24
- package/package.json +6 -5
- package/scripts/run-package-tests.mjs +30 -8
- package/scripts/verify-packed-consumer.mjs +1 -1
- package/scripts/verify-pier-agent.mts +1 -0
- package/src/benchmarks/_harness.ts +20 -2
- package/src/benchmarks/humaneval.test.mts +122 -0
- package/src/benchmarks/humaneval.ts +100 -27
- package/src/david-attribution.mts +78 -0
- package/src/david-goliath.mts +149 -0
- package/src/hev-improve.mts +25 -6
- package/src/humaneval-object-ablation.mts +201 -0
- package/src/live-improve-campaign-mbpp.mts +641 -0
- package/src/live-improve-campaign.mts +500 -0
- package/src/mbpp-structural.mts +12 -7
- package/src/quant-arena/README.md +144 -0
- package/src/quant-arena/backtest.test.mts +135 -0
- package/src/quant-arena/backtest.ts +218 -0
- package/src/quant-arena/data.test.mts +44 -0
- package/src/quant-arena/data.ts +141 -0
- package/src/quant-arena/driver.test.mts +253 -0
- package/src/quant-arena/driver.ts +219 -0
- package/src/quant-arena/fixtures/data/PROVENANCE.md +26 -0
- package/src/quant-arena/fixtures/data/holdout/IDX.csv +523 -0
- package/src/quant-arena/fixtures/data/holdout/S01.csv +523 -0
- package/src/quant-arena/fixtures/data/holdout/S02.csv +523 -0
- package/src/quant-arena/fixtures/data/holdout/S03.csv +523 -0
- package/src/quant-arena/fixtures/data/holdout/S04.csv +523 -0
- package/src/quant-arena/fixtures/data/holdout/S05.csv +523 -0
- package/src/quant-arena/fixtures/data/holdout/S06.csv +523 -0
- package/src/quant-arena/fixtures/data/holdout/S07.csv +523 -0
- package/src/quant-arena/fixtures/data/holdout/S08.csv +523 -0
- package/src/quant-arena/fixtures/data/holdout/S09.csv +523 -0
- package/src/quant-arena/fixtures/data/holdout/S10.csv +523 -0
- package/src/quant-arena/fixtures/data/insample/IDX.csv +2087 -0
- package/src/quant-arena/fixtures/data/insample/S01.csv +2087 -0
- package/src/quant-arena/fixtures/data/insample/S02.csv +2087 -0
- package/src/quant-arena/fixtures/data/insample/S03.csv +2087 -0
- package/src/quant-arena/fixtures/data/insample/S04.csv +2087 -0
- package/src/quant-arena/fixtures/data/insample/S05.csv +2087 -0
- package/src/quant-arena/fixtures/data/insample/S06.csv +2087 -0
- package/src/quant-arena/fixtures/data/insample/S07.csv +2087 -0
- package/src/quant-arena/fixtures/data/insample/S08.csv +2087 -0
- package/src/quant-arena/fixtures/data/insample/S09.csv +2087 -0
- package/src/quant-arena/fixtures/data/insample/S10.csv +2087 -0
- package/src/quant-arena/fixtures/demo-campaign/cost-ledger.jsonl +16 -0
- package/src/quant-arena/fixtures/demo-campaign/notebook.jsonl +5 -0
- package/src/quant-arena/fixtures/demo-campaign/rollout-manifest.json +171 -0
- package/src/quant-arena/fixtures/demo-campaign/strategies/cand-001-default-author/strategy.ts +119 -0
- package/src/quant-arena/fixtures/demo-campaign/strategies/cand-002-default-author/strategy.ts +119 -0
- package/src/quant-arena/fixtures/demo-campaign/strategies/cand-003-quant-researcher/strategy.ts +105 -0
- package/src/quant-arena/fixtures/demo-campaign/strategies/cand-004-quant-researcher/strategy.ts +102 -0
- package/src/quant-arena/fixtures/demo-campaign-v2/cost-ledger.jsonl +4 -0
- package/src/quant-arena/fixtures/demo-campaign-v2/notebook.jsonl +2 -0
- package/src/quant-arena/fixtures/demo-campaign-v2/rollout-manifest.json +84 -0
- package/src/quant-arena/fixtures/demo-campaign-v2/strategies/cand-001-quant-researcher/strategy.ts +117 -0
- package/src/quant-arena/holdout-certify.mts +206 -0
- package/src/quant-arena/holdout-certify.test.mts +82 -0
- package/src/quant-arena/leak-audit.test.mts +79 -0
- package/src/quant-arena/leak-audit.ts +95 -0
- package/src/quant-arena/make-fixtures.mts +161 -0
- package/src/quant-arena/multiplicity.test.mts +68 -0
- package/src/quant-arena/multiplicity.ts +87 -0
- package/src/quant-arena/nautilus-certify.ts +31 -0
- package/src/quant-arena/oms.ts +90 -0
- package/src/quant-arena/profiles/quant-researcher.profile.json +7 -0
- package/src/quant-arena/python/pyproject.toml +8 -0
- package/src/quant-arena/python/uv.lock +1297 -0
- package/src/quant-arena/python/vbt-worker.py +192 -0
- package/src/quant-arena/quant-loop.mts +813 -0
- package/src/quant-arena/quant-loop.test.mts +75 -0
- package/src/quant-arena/strategies/buy-hold-index/strategy.ts +11 -0
- package/src/quant-arena/strategies/equal-weight/strategy.ts +20 -0
- package/src/quant-arena/strategies/sma-crossover/strategy.ts +42 -0
- package/src/quant-arena/types.ts +133 -0
- package/src/quant-arena/vbt-client.ts +321 -0
- package/src/quant-arena/vbt-parity.test.mts +183 -0
- package/src/quant-arena/windows.test.mts +45 -0
- package/src/quant-arena/windows.ts +54 -0
- package/src/rollout-ledger/backfill-swe-arena.mts +606 -0
- package/src/rollout-ledger/backfill-swe-arena.test.mts +338 -0
- package/src/rollout-ledger/settle-capture.mts +442 -0
- package/src/rollout-ledger/settle-capture.test.mts +270 -0
- package/src/stream-observe.py +45 -0
- package/src/stream-observe.tpl.html +247 -0
- package/src/supervisor-arena.mts +816 -0
- package/src/swe-arena/activation.mts +228 -0
- package/src/swe-arena/activation.test.mts +303 -0
- package/src/swe-arena/analyze.ts +211 -0
- package/src/swe-arena/arms.ts +804 -0
- package/src/swe-arena/bootstrap-meta.mts +188 -0
- package/src/swe-arena/bootstrap-meta.test.mts +51 -0
- package/src/swe-arena/briefing.mts +217 -0
- package/src/swe-arena/briefing.test.mts +178 -0
- package/src/swe-arena/calibrate.ts +217 -0
- package/src/swe-arena/capabilities.mts +76 -0
- package/src/swe-arena/capabilities.test.mts +57 -0
- package/src/swe-arena/capacity.ts +194 -0
- package/src/swe-arena/cell-evidence.mts +437 -0
- package/src/swe-arena/cell-evidence.test.mts +248 -0
- package/src/swe-arena/diagnosis-ensemble.test.mts +210 -0
- package/src/swe-arena/diagnosis-ensemble.ts +520 -0
- package/src/swe-arena/execution.test.mts +1170 -0
- package/src/swe-arena/factory-command-container.ts +284 -0
- package/src/swe-arena/factory-judge-child.mts +228 -0
- package/src/swe-arena/factory.test.mts +643 -0
- package/src/swe-arena/fixtures/analyze.py +80 -0
- package/src/swe-arena/fixtures/excludes.txt +8 -0
- package/src/swe-arena/fixtures/factory/agent-eval-309/calibration.md +51 -0
- package/src/swe-arena/fixtures/factory/agent-eval-309/manifest.json +29 -0
- package/src/swe-arena/fixtures/factory/agent-eval-309/spec.md +64 -0
- package/src/swe-arena/fixtures/factory/agent-runtime-232/calibration.md +48 -0
- package/src/swe-arena/fixtures/factory/agent-runtime-232/manifest.json +29 -0
- package/src/swe-arena/fixtures/factory/agent-runtime-232/spec.md +48 -0
- package/src/swe-arena/fixtures/factory/loops-28/calibration.md +47 -0
- package/src/swe-arena/fixtures/factory/loops-28/manifest.json +30 -0
- package/src/swe-arena/fixtures/factory/loops-28/spec.md +50 -0
- package/src/swe-arena/fixtures/gen1-salvage/README.md +45 -0
- package/src/swe-arena/fixtures/gen1-salvage/cand0-e6d7361.diff +116 -0
- package/src/swe-arena/fixtures/gen1-salvage/cand1-76a8590.diff +293 -0
- package/src/swe-arena/fixtures/holdout-preregister.log +12 -0
- package/src/swe-arena/fixtures/holdout.json +44 -0
- package/src/swe-arena/fixtures/instances.json +146 -0
- package/src/swe-arena/fixtures/ledger.jsonl +12 -0
- package/src/swe-arena/fixtures/patches/pallets__flask-5014.solo.patch +36 -0
- package/src/swe-arena/fixtures/patches/pydata__xarray-4687.sup.patch +33 -0
- package/src/swe-arena/fixtures/rejudge.jsonl +15 -0
- package/src/swe-arena/fixtures/rematch.jsonl +3 -0
- package/src/swe-arena/fixtures/rematch2.jsonl +3 -0
- package/src/swe-arena/fixtures/rematch3.jsonl +3 -0
- package/src/swe-arena/fixtures/run-report/README.md +43 -0
- package/src/swe-arena/fixtures/run-report/factory-agent-eval-309-FSUP0.json +173 -0
- package/src/swe-arena/fixtures/run-report/factory-agent-eval-309-FSUP0.md +100 -0
- package/src/swe-arena/fixtures/run-report/gen3-rollup.json +551 -0
- package/src/swe-arena/fixtures/run-report/gen3-rollup.md +64 -0
- package/src/swe-arena/fixtures/sup-journal-true.json +19 -0
- package/src/swe-arena/fixtures/verify/astropy__astropy-13033.sh +48 -0
- package/src/swe-arena/fixtures/verify/django__django-11532.sh +50 -0
- package/src/swe-arena/fixtures/verify/matplotlib__matplotlib-20826.sh +76 -0
- package/src/swe-arena/fixtures/verify/pydata__xarray-4687.sh +44 -0
- package/src/swe-arena/fixtures/verify/pytest-dev__pytest-6197.sh +32 -0
- package/src/swe-arena/fixtures/verify/sphinx-doc__sphinx-9658.sh +51 -0
- package/src/swe-arena/fixtures/worker-tokens.json +42 -0
- package/src/swe-arena/fixtures.ts +237 -0
- package/src/swe-arena/gepa-seat.mts +583 -0
- package/src/swe-arena/gepa-seat.test.mts +635 -0
- package/src/swe-arena/holdout-certify.mts +408 -0
- package/src/swe-arena/holdout-certify.test.mts +160 -0
- package/src/swe-arena/judge-child.mts +37 -0
- package/src/swe-arena/ledger-orphans.mts +77 -0
- package/src/swe-arena/ledger-orphans.test.mts +147 -0
- package/src/swe-arena/lineage-record.mts +164 -0
- package/src/swe-arena/lineage-record.test.mts +115 -0
- package/src/swe-arena/manifest.mts +293 -0
- package/src/swe-arena/manifest.test.mts +169 -0
- package/src/swe-arena/materialize.ts +142 -0
- package/src/swe-arena/outer-loop.mts +2795 -0
- package/src/swe-arena/outer-loop.test.mts +696 -0
- package/src/swe-arena/parity.test.mts +87 -0
- package/src/swe-arena/premeasured-from-cells.mts +281 -0
- package/src/swe-arena/premeasured-from-cells.test.mts +180 -0
- package/src/swe-arena/proc.test.mts +174 -0
- package/src/swe-arena/proc.ts +260 -0
- package/src/swe-arena/profiles/default-author.profile.json +4 -0
- package/src/swe-arena/proposer-fanout.mts +770 -0
- package/src/swe-arena/proposer-fanout.test.mts +619 -0
- package/src/swe-arena/proposer-provenance.mts +177 -0
- package/src/swe-arena/proposer-provenance.test.mts +106 -0
- package/src/swe-arena/reconcile.ts +0 -0
- package/src/swe-arena/replay.mts +183 -0
- package/src/swe-arena/replay.test.mts +300 -0
- package/src/swe-arena/run-experiment.mts +727 -0
- package/src/swe-arena/run-report.mts +75 -0
- package/src/swe-arena/run-supervisor.mjs +297 -0
- package/src/swe-arena/run-supervisor.test.mts +500 -0
- package/src/swe-arena/score-split.mts +140 -0
- package/src/swe-arena/score-split.test.mts +123 -0
- package/src/swe-arena/serialized-judge.ts +414 -0
- package/src/swe-arena/types.ts +218 -0
- package/src/swe-code-improve.mts +328 -0
- package/src/swe-emit-patch.mts +104 -0
- package/src/swe-improve.mts +232 -0
- package/src/swe-jail.ts +2 -2
- package/src/swe-local-proof.mts +169 -0
- package/src/swe-repro-calibrate.mts +446 -0
- package/src/swe-stream.mts +1497 -0
- package/src/swe-structural.mts +245 -837
- package/dist/chunk-LRRD7NAG.js.map +0 -1
- package/dist/chunk-PPYSEKFM.js.map +0 -1
- /package/dist/{chunk-CKUVRZ2T.js.map → chunk-3U5TXJZS.js.map} +0 -0
- /package/dist/{chunk-YCGY7UIZ.js.map → chunk-7GRVHU22.js.map} +0 -0
- /package/dist/{chunk-Z7ML6L77.js.map → chunk-HWST3SED.js.map} +0 -0
- /package/dist/{chunk-SYDW647C.js.map → chunk-IA2FBTWC.js.map} +0 -0
- /package/dist/{chunk-R67DFVLO.js.map → chunk-IFVINJ4B.js.map} +0 -0
- /package/dist/{chunk-R36V2VP7.js.map → chunk-IZ5M6OAC.js.map} +0 -0
- /package/dist/{chunk-ODT47UAY.js.map → chunk-K3BQGZCT.js.map} +0 -0
- /package/dist/{chunk-IFAV6KEM.js.map → chunk-KP5KD6EN.js.map} +0 -0
- /package/dist/{chunk-ZEWMTR5M.js.map → chunk-MQMRLGOG.js.map} +0 -0
- /package/dist/{chunk-TSWPNOYM.js.map → chunk-NQG5XDSB.js.map} +0 -0
- /package/dist/{chunk-7WSD27QQ.js.map → chunk-PB64GYIG.js.map} +0 -0
- /package/dist/{chunk-HBSWHQNJ.js.map → chunk-RCYQEFNX.js.map} +0 -0
- /package/dist/{chunk-J3KDJNX2.js.map → chunk-RH5F53JT.js.map} +0 -0
- /package/dist/{chunk-UAIOHCUK.js.map → chunk-SFLA7OH3.js.map} +0 -0
- /package/dist/{chunk-Y6O2OCUO.js.map → chunk-SHM6MRRF.js.map} +0 -0
- /package/dist/{chunk-KDIKRJGB.js.map → chunk-SHYIRB7I.js.map} +0 -0
- /package/dist/{chunk-HHXFIHXC.js.map → chunk-SVR2LKYI.js.map} +0 -0
- /package/dist/{chunk-5SBJCB6W.js.map → chunk-V7AEBY6U.js.map} +0 -0
- /package/dist/{chunk-2PVVP7GN.js.map → chunk-XKEFIFIC.js.map} +0 -0
- /package/dist/{chunk-JRWWGMK7.js.map → chunk-XYA4XSNU.js.map} +0 -0
- /package/dist/{chunk-X5YKXC6V.js.map → chunk-YSMEKBTD.js.map} +0 -0
- /package/dist/{chunk-2XU6OGEN.js.map → chunk-Z4TZ76N7.js.map} +0 -0
|
@@ -0,0 +1,551 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schema": "swe-arena/run-report-rollup@1",
|
|
3
|
+
"cells": 51,
|
|
4
|
+
"steersTotal": 0,
|
|
5
|
+
"cellsWithSteers": 0,
|
|
6
|
+
"cellsWithUnavailableSteers": 9,
|
|
7
|
+
"wavesMean": 3.137,
|
|
8
|
+
"maxConcurrencyMax": 2,
|
|
9
|
+
"utilizationMean": 0.474,
|
|
10
|
+
"idlePctMean": 52.618,
|
|
11
|
+
"workersSpawnedTotal": 161,
|
|
12
|
+
"acceptedTotal": 35,
|
|
13
|
+
"usdTotal": 3.258497,
|
|
14
|
+
"resolvedCount": 17,
|
|
15
|
+
"perCell": [
|
|
16
|
+
{
|
|
17
|
+
"instanceId": "astropy__astropy-13033",
|
|
18
|
+
"arm": "R4",
|
|
19
|
+
"steers": 0,
|
|
20
|
+
"waves": 2,
|
|
21
|
+
"utilization": 0.803,
|
|
22
|
+
"idlePct": 19.7,
|
|
23
|
+
"resolved": false,
|
|
24
|
+
"usd": 0.049903
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"instanceId": "django__django-11532",
|
|
28
|
+
"arm": "R4",
|
|
29
|
+
"steers": 0,
|
|
30
|
+
"waves": 2,
|
|
31
|
+
"utilization": 0.702,
|
|
32
|
+
"idlePct": 29.8,
|
|
33
|
+
"resolved": false,
|
|
34
|
+
"usd": 0.036822
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"instanceId": "matplotlib__matplotlib-20826",
|
|
38
|
+
"arm": "R4",
|
|
39
|
+
"steers": 0,
|
|
40
|
+
"waves": 10,
|
|
41
|
+
"utilization": 0.801,
|
|
42
|
+
"idlePct": 19.9,
|
|
43
|
+
"resolved": false,
|
|
44
|
+
"usd": 0.224134
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"instanceId": "pydata__xarray-4687",
|
|
48
|
+
"arm": "R4",
|
|
49
|
+
"steers": 0,
|
|
50
|
+
"waves": 5,
|
|
51
|
+
"utilization": 0.831,
|
|
52
|
+
"idlePct": 16.9,
|
|
53
|
+
"resolved": false,
|
|
54
|
+
"usd": 0.096077
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"instanceId": "pytest-dev__pytest-6197",
|
|
58
|
+
"arm": "R4",
|
|
59
|
+
"steers": 0,
|
|
60
|
+
"waves": 14,
|
|
61
|
+
"utilization": 0.308,
|
|
62
|
+
"idlePct": 69.9,
|
|
63
|
+
"resolved": false,
|
|
64
|
+
"usd": 0.189169
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"instanceId": "sphinx-doc__sphinx-9658",
|
|
68
|
+
"arm": "R4",
|
|
69
|
+
"steers": 0,
|
|
70
|
+
"waves": 4,
|
|
71
|
+
"utilization": 0.574,
|
|
72
|
+
"idlePct": 42.6,
|
|
73
|
+
"resolved": true,
|
|
74
|
+
"usd": 0.085226
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"instanceId": "astropy__astropy-13033",
|
|
78
|
+
"arm": "R4",
|
|
79
|
+
"steers": 0,
|
|
80
|
+
"waves": 2,
|
|
81
|
+
"utilization": 0.833,
|
|
82
|
+
"idlePct": 16.7,
|
|
83
|
+
"resolved": false,
|
|
84
|
+
"usd": 0.033692
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"instanceId": "django__django-11532",
|
|
88
|
+
"arm": "R4",
|
|
89
|
+
"steers": 0,
|
|
90
|
+
"waves": 2,
|
|
91
|
+
"utilization": 0.546,
|
|
92
|
+
"idlePct": 45.4,
|
|
93
|
+
"resolved": false,
|
|
94
|
+
"usd": 0.079202
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
"instanceId": "matplotlib__matplotlib-20826",
|
|
98
|
+
"arm": "R4",
|
|
99
|
+
"steers": 0,
|
|
100
|
+
"waves": 4,
|
|
101
|
+
"utilization": 0.749,
|
|
102
|
+
"idlePct": 25.1,
|
|
103
|
+
"resolved": false,
|
|
104
|
+
"usd": 0.107538
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
"instanceId": "pydata__xarray-4687",
|
|
108
|
+
"arm": "R4",
|
|
109
|
+
"steers": 0,
|
|
110
|
+
"waves": 2,
|
|
111
|
+
"utilization": 0.722,
|
|
112
|
+
"idlePct": 27.8,
|
|
113
|
+
"resolved": true,
|
|
114
|
+
"usd": 0.040083
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
"instanceId": "pytest-dev__pytest-6197",
|
|
118
|
+
"arm": "R4",
|
|
119
|
+
"steers": 0,
|
|
120
|
+
"waves": 4,
|
|
121
|
+
"utilization": 0.458,
|
|
122
|
+
"idlePct": 54.2,
|
|
123
|
+
"resolved": false,
|
|
124
|
+
"usd": 0.072682
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"instanceId": "sphinx-doc__sphinx-9658",
|
|
128
|
+
"arm": "R4",
|
|
129
|
+
"steers": 0,
|
|
130
|
+
"waves": 5,
|
|
131
|
+
"utilization": 0.611,
|
|
132
|
+
"idlePct": 38.9,
|
|
133
|
+
"resolved": true,
|
|
134
|
+
"usd": 0.063746
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
"instanceId": "astropy__astropy-13033",
|
|
138
|
+
"arm": "R4",
|
|
139
|
+
"steers": 0,
|
|
140
|
+
"waves": 3,
|
|
141
|
+
"utilization": 0.817,
|
|
142
|
+
"idlePct": 18.3,
|
|
143
|
+
"resolved": true,
|
|
144
|
+
"usd": 0.064968
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"instanceId": "django__django-11532",
|
|
148
|
+
"arm": "R4",
|
|
149
|
+
"steers": {
|
|
150
|
+
"unavailable": "workers/ directory absent under /tmp/claude-1000/-home-drew-code-supervisor-lab/f06fd156-042a-4ef9-bd88-f2ec7f52b90c/scratchpad/hh/gen3/arm-runs/31fc08bd3a/rep-0/runs/django__django-11532/R4/ws/.loops/supervisor/sup-1-4b0be0"
|
|
151
|
+
},
|
|
152
|
+
"waves": 0,
|
|
153
|
+
"utilization": 0,
|
|
154
|
+
"idlePct": 100,
|
|
155
|
+
"resolved": false,
|
|
156
|
+
"usd": 0
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
"instanceId": "matplotlib__matplotlib-20826",
|
|
160
|
+
"arm": "R4",
|
|
161
|
+
"steers": {
|
|
162
|
+
"unavailable": "workers/ directory absent under /tmp/claude-1000/-home-drew-code-supervisor-lab/f06fd156-042a-4ef9-bd88-f2ec7f52b90c/scratchpad/hh/gen3/arm-runs/31fc08bd3a/rep-0/runs/matplotlib__matplotlib-20826/R4/ws/.loops/supervisor/sup-1-2c15b1"
|
|
163
|
+
},
|
|
164
|
+
"waves": 0,
|
|
165
|
+
"utilization": 0,
|
|
166
|
+
"idlePct": 100,
|
|
167
|
+
"resolved": false,
|
|
168
|
+
"usd": 0
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
"instanceId": "pydata__xarray-4687",
|
|
172
|
+
"arm": "R4",
|
|
173
|
+
"steers": 0,
|
|
174
|
+
"waves": 2,
|
|
175
|
+
"utilization": 0.473,
|
|
176
|
+
"idlePct": 52.7,
|
|
177
|
+
"resolved": true,
|
|
178
|
+
"usd": 0.043101
|
|
179
|
+
},
|
|
180
|
+
{
|
|
181
|
+
"instanceId": "pytest-dev__pytest-6197",
|
|
182
|
+
"arm": "R4",
|
|
183
|
+
"steers": 0,
|
|
184
|
+
"waves": 13,
|
|
185
|
+
"utilization": 0.352,
|
|
186
|
+
"idlePct": 64.8,
|
|
187
|
+
"resolved": false,
|
|
188
|
+
"usd": 0.222542
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
"instanceId": "sphinx-doc__sphinx-9658",
|
|
192
|
+
"arm": "R4",
|
|
193
|
+
"steers": {
|
|
194
|
+
"unavailable": "workers/ directory absent under /tmp/claude-1000/-home-drew-code-supervisor-lab/f06fd156-042a-4ef9-bd88-f2ec7f52b90c/scratchpad/hh/gen3/arm-runs/31fc08bd3a/rep-0/runs/sphinx-doc__sphinx-9658/R4/ws/.loops/supervisor/sup-1-cd137b"
|
|
195
|
+
},
|
|
196
|
+
"waves": 0,
|
|
197
|
+
"utilization": 0,
|
|
198
|
+
"idlePct": 100,
|
|
199
|
+
"resolved": false,
|
|
200
|
+
"usd": 0
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
"instanceId": "astropy__astropy-13033",
|
|
204
|
+
"arm": "R4",
|
|
205
|
+
"steers": 0,
|
|
206
|
+
"waves": 1,
|
|
207
|
+
"utilization": 0.321,
|
|
208
|
+
"idlePct": 67.9,
|
|
209
|
+
"resolved": false,
|
|
210
|
+
"usd": 0.014523
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
"instanceId": "django__django-11532",
|
|
214
|
+
"arm": "R4",
|
|
215
|
+
"steers": {
|
|
216
|
+
"unavailable": "workers/ directory absent under /tmp/claude-1000/-home-drew-code-supervisor-lab/f06fd156-042a-4ef9-bd88-f2ec7f52b90c/scratchpad/hh/gen3/arm-runs/31fc08bd3a/rep-1/runs/django__django-11532/R4/ws/.loops/supervisor/sup-1-c84e92"
|
|
217
|
+
},
|
|
218
|
+
"waves": 0,
|
|
219
|
+
"utilization": 0,
|
|
220
|
+
"idlePct": 100,
|
|
221
|
+
"resolved": false,
|
|
222
|
+
"usd": 0
|
|
223
|
+
},
|
|
224
|
+
{
|
|
225
|
+
"instanceId": "matplotlib__matplotlib-20826",
|
|
226
|
+
"arm": "R4",
|
|
227
|
+
"steers": 0,
|
|
228
|
+
"waves": 2,
|
|
229
|
+
"utilization": 0.305,
|
|
230
|
+
"idlePct": 69.5,
|
|
231
|
+
"resolved": true,
|
|
232
|
+
"usd": 0.028989
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
"instanceId": "pydata__xarray-4687",
|
|
236
|
+
"arm": "R4",
|
|
237
|
+
"steers": 0,
|
|
238
|
+
"waves": 4,
|
|
239
|
+
"utilization": 0.648,
|
|
240
|
+
"idlePct": 35.2,
|
|
241
|
+
"resolved": true,
|
|
242
|
+
"usd": 0.081441
|
|
243
|
+
},
|
|
244
|
+
{
|
|
245
|
+
"instanceId": "pytest-dev__pytest-6197",
|
|
246
|
+
"arm": "R4",
|
|
247
|
+
"steers": {
|
|
248
|
+
"unavailable": "workers/ directory absent under /tmp/claude-1000/-home-drew-code-supervisor-lab/f06fd156-042a-4ef9-bd88-f2ec7f52b90c/scratchpad/hh/gen3/arm-runs/31fc08bd3a/rep-1/runs/pytest-dev__pytest-6197/R4/ws/.loops/supervisor/sup-1-d7b670"
|
|
249
|
+
},
|
|
250
|
+
"waves": 0,
|
|
251
|
+
"utilization": 0,
|
|
252
|
+
"idlePct": 100,
|
|
253
|
+
"resolved": false,
|
|
254
|
+
"usd": 0
|
|
255
|
+
},
|
|
256
|
+
{
|
|
257
|
+
"instanceId": "sphinx-doc__sphinx-9658",
|
|
258
|
+
"arm": "R4",
|
|
259
|
+
"steers": {
|
|
260
|
+
"unavailable": "workers/ directory absent under /tmp/claude-1000/-home-drew-code-supervisor-lab/f06fd156-042a-4ef9-bd88-f2ec7f52b90c/scratchpad/hh/gen3/arm-runs/31fc08bd3a/rep-1/runs/sphinx-doc__sphinx-9658/R4/ws/.loops/supervisor/sup-1-37e35d"
|
|
261
|
+
},
|
|
262
|
+
"waves": 0,
|
|
263
|
+
"utilization": 0,
|
|
264
|
+
"idlePct": 100,
|
|
265
|
+
"resolved": false,
|
|
266
|
+
"usd": 0
|
|
267
|
+
},
|
|
268
|
+
{
|
|
269
|
+
"instanceId": "astropy__astropy-13033",
|
|
270
|
+
"arm": "R4",
|
|
271
|
+
"steers": {
|
|
272
|
+
"unavailable": "workers/ directory absent under /tmp/claude-1000/-home-drew-code-supervisor-lab/f06fd156-042a-4ef9-bd88-f2ec7f52b90c/scratchpad/hh/gen3/arm-runs/a7a2a982e5/rep-0/runs/astropy__astropy-13033/R4/ws/.loops/supervisor/sup-1-4b8aff"
|
|
273
|
+
},
|
|
274
|
+
"waves": 0,
|
|
275
|
+
"utilization": 0,
|
|
276
|
+
"idlePct": 100,
|
|
277
|
+
"resolved": false,
|
|
278
|
+
"usd": 0
|
|
279
|
+
},
|
|
280
|
+
{
|
|
281
|
+
"instanceId": "django__django-11532",
|
|
282
|
+
"arm": "R4",
|
|
283
|
+
"steers": 0,
|
|
284
|
+
"waves": 2,
|
|
285
|
+
"utilization": 0.447,
|
|
286
|
+
"idlePct": 55.3,
|
|
287
|
+
"resolved": true,
|
|
288
|
+
"usd": 0.042501
|
|
289
|
+
},
|
|
290
|
+
{
|
|
291
|
+
"instanceId": "matplotlib__matplotlib-20826",
|
|
292
|
+
"arm": "R4",
|
|
293
|
+
"steers": 0,
|
|
294
|
+
"waves": 2,
|
|
295
|
+
"utilization": 0.233,
|
|
296
|
+
"idlePct": 76.7,
|
|
297
|
+
"resolved": false,
|
|
298
|
+
"usd": 0.028501
|
|
299
|
+
},
|
|
300
|
+
{
|
|
301
|
+
"instanceId": "pydata__xarray-4687",
|
|
302
|
+
"arm": "R4",
|
|
303
|
+
"steers": 0,
|
|
304
|
+
"waves": 3,
|
|
305
|
+
"utilization": 0.847,
|
|
306
|
+
"idlePct": 15.3,
|
|
307
|
+
"resolved": true,
|
|
308
|
+
"usd": 0.070831
|
|
309
|
+
},
|
|
310
|
+
{
|
|
311
|
+
"instanceId": "pytest-dev__pytest-6197",
|
|
312
|
+
"arm": "R4",
|
|
313
|
+
"steers": 0,
|
|
314
|
+
"waves": 2,
|
|
315
|
+
"utilization": 0.14,
|
|
316
|
+
"idlePct": 86,
|
|
317
|
+
"resolved": false,
|
|
318
|
+
"usd": 0.029033
|
|
319
|
+
},
|
|
320
|
+
{
|
|
321
|
+
"instanceId": "sphinx-doc__sphinx-9658",
|
|
322
|
+
"arm": "R4",
|
|
323
|
+
"steers": {
|
|
324
|
+
"unavailable": "workers/ directory absent under /tmp/claude-1000/-home-drew-code-supervisor-lab/f06fd156-042a-4ef9-bd88-f2ec7f52b90c/scratchpad/hh/gen3/arm-runs/a7a2a982e5/rep-0/runs/sphinx-doc__sphinx-9658/R4/ws/.loops/supervisor/sup-1-d97029"
|
|
325
|
+
},
|
|
326
|
+
"waves": 0,
|
|
327
|
+
"utilization": 0,
|
|
328
|
+
"idlePct": 100,
|
|
329
|
+
"resolved": false,
|
|
330
|
+
"usd": 0
|
|
331
|
+
},
|
|
332
|
+
{
|
|
333
|
+
"instanceId": "astropy__astropy-13033",
|
|
334
|
+
"arm": "R4",
|
|
335
|
+
"steers": 0,
|
|
336
|
+
"waves": 2,
|
|
337
|
+
"utilization": 0.482,
|
|
338
|
+
"idlePct": 51.8,
|
|
339
|
+
"resolved": false,
|
|
340
|
+
"usd": 0.037866
|
|
341
|
+
},
|
|
342
|
+
{
|
|
343
|
+
"instanceId": "django__django-11532",
|
|
344
|
+
"arm": "R4",
|
|
345
|
+
"steers": 0,
|
|
346
|
+
"waves": 3,
|
|
347
|
+
"utilization": 0.388,
|
|
348
|
+
"idlePct": 61.2,
|
|
349
|
+
"resolved": true,
|
|
350
|
+
"usd": 0.059868
|
|
351
|
+
},
|
|
352
|
+
{
|
|
353
|
+
"instanceId": "matplotlib__matplotlib-20826",
|
|
354
|
+
"arm": "R4",
|
|
355
|
+
"steers": {
|
|
356
|
+
"unavailable": "workers/ directory absent under /tmp/claude-1000/-home-drew-code-supervisor-lab/f06fd156-042a-4ef9-bd88-f2ec7f52b90c/scratchpad/hh/gen3/arm-runs/a7a2a982e5/rep-1/runs/matplotlib__matplotlib-20826/R4/ws/.loops/supervisor/sup-1-eab778"
|
|
357
|
+
},
|
|
358
|
+
"waves": 0,
|
|
359
|
+
"utilization": 0,
|
|
360
|
+
"idlePct": 100,
|
|
361
|
+
"resolved": false,
|
|
362
|
+
"usd": 0
|
|
363
|
+
},
|
|
364
|
+
{
|
|
365
|
+
"instanceId": "pydata__xarray-4687",
|
|
366
|
+
"arm": "R4",
|
|
367
|
+
"steers": 0,
|
|
368
|
+
"waves": 2,
|
|
369
|
+
"utilization": 0.714,
|
|
370
|
+
"idlePct": 28.6,
|
|
371
|
+
"resolved": true,
|
|
372
|
+
"usd": 0.044491
|
|
373
|
+
},
|
|
374
|
+
{
|
|
375
|
+
"instanceId": "pytest-dev__pytest-6197",
|
|
376
|
+
"arm": "R4",
|
|
377
|
+
"steers": 0,
|
|
378
|
+
"waves": 5,
|
|
379
|
+
"utilization": 0.566,
|
|
380
|
+
"idlePct": 43.4,
|
|
381
|
+
"resolved": false,
|
|
382
|
+
"usd": 0.108311
|
|
383
|
+
},
|
|
384
|
+
{
|
|
385
|
+
"instanceId": "sphinx-doc__sphinx-9658",
|
|
386
|
+
"arm": "R4",
|
|
387
|
+
"steers": 0,
|
|
388
|
+
"waves": 4,
|
|
389
|
+
"utilization": 0.359,
|
|
390
|
+
"idlePct": 64.1,
|
|
391
|
+
"resolved": true,
|
|
392
|
+
"usd": 0.060977
|
|
393
|
+
},
|
|
394
|
+
{
|
|
395
|
+
"instanceId": "astropy__astropy-13033",
|
|
396
|
+
"arm": "R4",
|
|
397
|
+
"steers": 0,
|
|
398
|
+
"waves": 2,
|
|
399
|
+
"utilization": 0.834,
|
|
400
|
+
"idlePct": 16.6,
|
|
401
|
+
"resolved": false,
|
|
402
|
+
"usd": 0.04263
|
|
403
|
+
},
|
|
404
|
+
{
|
|
405
|
+
"instanceId": "django__django-11532",
|
|
406
|
+
"arm": "R4",
|
|
407
|
+
"steers": 0,
|
|
408
|
+
"waves": 3,
|
|
409
|
+
"utilization": 0.394,
|
|
410
|
+
"idlePct": 60.6,
|
|
411
|
+
"resolved": false,
|
|
412
|
+
"usd": 0.068403
|
|
413
|
+
},
|
|
414
|
+
{
|
|
415
|
+
"instanceId": "matplotlib__matplotlib-20826",
|
|
416
|
+
"arm": "R4",
|
|
417
|
+
"steers": 0,
|
|
418
|
+
"waves": 5,
|
|
419
|
+
"utilization": 0.588,
|
|
420
|
+
"idlePct": 41.2,
|
|
421
|
+
"resolved": false,
|
|
422
|
+
"usd": 0.110963
|
|
423
|
+
},
|
|
424
|
+
{
|
|
425
|
+
"instanceId": "pydata__xarray-4687",
|
|
426
|
+
"arm": "R4",
|
|
427
|
+
"steers": 0,
|
|
428
|
+
"waves": 3,
|
|
429
|
+
"utilization": 0.82,
|
|
430
|
+
"idlePct": 18,
|
|
431
|
+
"resolved": true,
|
|
432
|
+
"usd": 0.084503
|
|
433
|
+
},
|
|
434
|
+
{
|
|
435
|
+
"instanceId": "pytest-dev__pytest-6197",
|
|
436
|
+
"arm": "R4",
|
|
437
|
+
"steers": 0,
|
|
438
|
+
"waves": 3,
|
|
439
|
+
"utilization": 0.281,
|
|
440
|
+
"idlePct": 71.9,
|
|
441
|
+
"resolved": false,
|
|
442
|
+
"usd": 0.079547
|
|
443
|
+
},
|
|
444
|
+
{
|
|
445
|
+
"instanceId": "sphinx-doc__sphinx-9658",
|
|
446
|
+
"arm": "R4",
|
|
447
|
+
"steers": 0,
|
|
448
|
+
"waves": 5,
|
|
449
|
+
"utilization": 0.649,
|
|
450
|
+
"idlePct": 35.1,
|
|
451
|
+
"resolved": true,
|
|
452
|
+
"usd": 0.068044
|
|
453
|
+
},
|
|
454
|
+
{
|
|
455
|
+
"instanceId": "astropy__astropy-13033",
|
|
456
|
+
"arm": "R4",
|
|
457
|
+
"steers": 0,
|
|
458
|
+
"waves": 4,
|
|
459
|
+
"utilization": 0.85,
|
|
460
|
+
"idlePct": 15,
|
|
461
|
+
"resolved": false,
|
|
462
|
+
"usd": 0.096642
|
|
463
|
+
},
|
|
464
|
+
{
|
|
465
|
+
"instanceId": "django__django-11532",
|
|
466
|
+
"arm": "R4",
|
|
467
|
+
"steers": 0,
|
|
468
|
+
"waves": 2,
|
|
469
|
+
"utilization": 0.244,
|
|
470
|
+
"idlePct": 75.6,
|
|
471
|
+
"resolved": false,
|
|
472
|
+
"usd": 0.047655
|
|
473
|
+
},
|
|
474
|
+
{
|
|
475
|
+
"instanceId": "matplotlib__matplotlib-20826",
|
|
476
|
+
"arm": "R4",
|
|
477
|
+
"steers": 0,
|
|
478
|
+
"waves": 7,
|
|
479
|
+
"utilization": 0.76,
|
|
480
|
+
"idlePct": 24,
|
|
481
|
+
"resolved": false,
|
|
482
|
+
"usd": 0.161885
|
|
483
|
+
},
|
|
484
|
+
{
|
|
485
|
+
"instanceId": "pydata__xarray-4687",
|
|
486
|
+
"arm": "R4",
|
|
487
|
+
"steers": 0,
|
|
488
|
+
"waves": 5,
|
|
489
|
+
"utilization": 0.528,
|
|
490
|
+
"idlePct": 47.2,
|
|
491
|
+
"resolved": true,
|
|
492
|
+
"usd": 0.084818
|
|
493
|
+
},
|
|
494
|
+
{
|
|
495
|
+
"instanceId": "pytest-dev__pytest-6197",
|
|
496
|
+
"arm": "R4",
|
|
497
|
+
"steers": 0,
|
|
498
|
+
"waves": 5,
|
|
499
|
+
"utilization": 0.263,
|
|
500
|
+
"idlePct": 73.7,
|
|
501
|
+
"resolved": true,
|
|
502
|
+
"usd": 0.122129
|
|
503
|
+
},
|
|
504
|
+
{
|
|
505
|
+
"instanceId": "sphinx-doc__sphinx-9658",
|
|
506
|
+
"arm": "R4",
|
|
507
|
+
"steers": 0,
|
|
508
|
+
"waves": 2,
|
|
509
|
+
"utilization": 0.514,
|
|
510
|
+
"idlePct": 48.6,
|
|
511
|
+
"resolved": true,
|
|
512
|
+
"usd": 0.0709
|
|
513
|
+
},
|
|
514
|
+
{
|
|
515
|
+
"instanceId": "astropy__astropy-13033",
|
|
516
|
+
"arm": "R4",
|
|
517
|
+
"steers": 0,
|
|
518
|
+
"waves": 3,
|
|
519
|
+
"utilization": 0.789,
|
|
520
|
+
"idlePct": 21.1,
|
|
521
|
+
"resolved": {
|
|
522
|
+
"unavailable": "judge.json absent"
|
|
523
|
+
},
|
|
524
|
+
"usd": 0.079491
|
|
525
|
+
},
|
|
526
|
+
{
|
|
527
|
+
"instanceId": "astropy__astropy-13033",
|
|
528
|
+
"arm": "R4",
|
|
529
|
+
"steers": 0,
|
|
530
|
+
"waves": 2,
|
|
531
|
+
"utilization": 0.846,
|
|
532
|
+
"idlePct": 15.4,
|
|
533
|
+
"resolved": {
|
|
534
|
+
"unavailable": "judge.json absent"
|
|
535
|
+
},
|
|
536
|
+
"usd": 0.040525
|
|
537
|
+
},
|
|
538
|
+
{
|
|
539
|
+
"instanceId": "astropy__astropy-13033",
|
|
540
|
+
"arm": "R4",
|
|
541
|
+
"steers": 0,
|
|
542
|
+
"waves": 3,
|
|
543
|
+
"utilization": 0.782,
|
|
544
|
+
"idlePct": 21.8,
|
|
545
|
+
"resolved": {
|
|
546
|
+
"unavailable": "judge.json absent"
|
|
547
|
+
},
|
|
548
|
+
"usd": 0.084145
|
|
549
|
+
}
|
|
550
|
+
]
|
|
551
|
+
}
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
# Round rollup — gen3
|
|
2
|
+
|
|
3
|
+
- Cells: 51
|
|
4
|
+
- **Steers across all cells: 0** (cells with ≥1 steer: 0; cells where the steer count is unavailable: 9)
|
|
5
|
+
- Waves per cell (mean): 3.137
|
|
6
|
+
- Max concurrency observed: 2
|
|
7
|
+
- Worker utilization (mean): 0.474
|
|
8
|
+
- Idle share (mean): 52.618%
|
|
9
|
+
- Workers spawned: 161 · accepted: 35
|
|
10
|
+
- Spend: $3.258497 · judged resolved: 17/51
|
|
11
|
+
|
|
12
|
+
| Instance | Arm | Steers | Waves | Utilization | Idle % | Resolved | USD |
|
|
13
|
+
|---|---|---:|---:|---:|---:|---|---:|
|
|
14
|
+
| astropy__astropy-13033 | R4 | 0 | 2 | 0.803 | 19.7 | false | 0.049903 |
|
|
15
|
+
| django__django-11532 | R4 | 0 | 2 | 0.702 | 29.8 | false | 0.036822 |
|
|
16
|
+
| matplotlib__matplotlib-20826 | R4 | 0 | 10 | 0.801 | 19.9 | false | 0.224134 |
|
|
17
|
+
| pydata__xarray-4687 | R4 | 0 | 5 | 0.831 | 16.9 | false | 0.096077 |
|
|
18
|
+
| pytest-dev__pytest-6197 | R4 | 0 | 14 | 0.308 | 69.9 | false | 0.189169 |
|
|
19
|
+
| sphinx-doc__sphinx-9658 | R4 | 0 | 4 | 0.574 | 42.6 | true | 0.085226 |
|
|
20
|
+
| astropy__astropy-13033 | R4 | 0 | 2 | 0.833 | 16.7 | false | 0.033692 |
|
|
21
|
+
| django__django-11532 | R4 | 0 | 2 | 0.546 | 45.4 | false | 0.079202 |
|
|
22
|
+
| matplotlib__matplotlib-20826 | R4 | 0 | 4 | 0.749 | 25.1 | false | 0.107538 |
|
|
23
|
+
| pydata__xarray-4687 | R4 | 0 | 2 | 0.722 | 27.8 | true | 0.040083 |
|
|
24
|
+
| pytest-dev__pytest-6197 | R4 | 0 | 4 | 0.458 | 54.2 | false | 0.072682 |
|
|
25
|
+
| sphinx-doc__sphinx-9658 | R4 | 0 | 5 | 0.611 | 38.9 | true | 0.063746 |
|
|
26
|
+
| astropy__astropy-13033 | R4 | 0 | 3 | 0.817 | 18.3 | true | 0.064968 |
|
|
27
|
+
| django__django-11532 | R4 | unavailable — workers/ directory absent under /tmp/claude-1000/-home-drew-code-supervisor-lab/f06fd156-042a-4ef9-bd88-f2ec7f52b90c/scratchpad/hh/gen3/arm-runs/31fc08bd3a/rep-0/runs/django__django-11532/R4/ws/.loops/supervisor/sup-1-4b0be0 | 0 | 0 | 100 | false | 0 |
|
|
28
|
+
| matplotlib__matplotlib-20826 | R4 | unavailable — workers/ directory absent under /tmp/claude-1000/-home-drew-code-supervisor-lab/f06fd156-042a-4ef9-bd88-f2ec7f52b90c/scratchpad/hh/gen3/arm-runs/31fc08bd3a/rep-0/runs/matplotlib__matplotlib-20826/R4/ws/.loops/supervisor/sup-1-2c15b1 | 0 | 0 | 100 | false | 0 |
|
|
29
|
+
| pydata__xarray-4687 | R4 | 0 | 2 | 0.473 | 52.7 | true | 0.043101 |
|
|
30
|
+
| pytest-dev__pytest-6197 | R4 | 0 | 13 | 0.352 | 64.8 | false | 0.222542 |
|
|
31
|
+
| sphinx-doc__sphinx-9658 | R4 | unavailable — workers/ directory absent under /tmp/claude-1000/-home-drew-code-supervisor-lab/f06fd156-042a-4ef9-bd88-f2ec7f52b90c/scratchpad/hh/gen3/arm-runs/31fc08bd3a/rep-0/runs/sphinx-doc__sphinx-9658/R4/ws/.loops/supervisor/sup-1-cd137b | 0 | 0 | 100 | false | 0 |
|
|
32
|
+
| astropy__astropy-13033 | R4 | 0 | 1 | 0.321 | 67.9 | false | 0.014523 |
|
|
33
|
+
| django__django-11532 | R4 | unavailable — workers/ directory absent under /tmp/claude-1000/-home-drew-code-supervisor-lab/f06fd156-042a-4ef9-bd88-f2ec7f52b90c/scratchpad/hh/gen3/arm-runs/31fc08bd3a/rep-1/runs/django__django-11532/R4/ws/.loops/supervisor/sup-1-c84e92 | 0 | 0 | 100 | false | 0 |
|
|
34
|
+
| matplotlib__matplotlib-20826 | R4 | 0 | 2 | 0.305 | 69.5 | true | 0.028989 |
|
|
35
|
+
| pydata__xarray-4687 | R4 | 0 | 4 | 0.648 | 35.2 | true | 0.081441 |
|
|
36
|
+
| pytest-dev__pytest-6197 | R4 | unavailable — workers/ directory absent under /tmp/claude-1000/-home-drew-code-supervisor-lab/f06fd156-042a-4ef9-bd88-f2ec7f52b90c/scratchpad/hh/gen3/arm-runs/31fc08bd3a/rep-1/runs/pytest-dev__pytest-6197/R4/ws/.loops/supervisor/sup-1-d7b670 | 0 | 0 | 100 | false | 0 |
|
|
37
|
+
| sphinx-doc__sphinx-9658 | R4 | unavailable — workers/ directory absent under /tmp/claude-1000/-home-drew-code-supervisor-lab/f06fd156-042a-4ef9-bd88-f2ec7f52b90c/scratchpad/hh/gen3/arm-runs/31fc08bd3a/rep-1/runs/sphinx-doc__sphinx-9658/R4/ws/.loops/supervisor/sup-1-37e35d | 0 | 0 | 100 | false | 0 |
|
|
38
|
+
| astropy__astropy-13033 | R4 | unavailable — workers/ directory absent under /tmp/claude-1000/-home-drew-code-supervisor-lab/f06fd156-042a-4ef9-bd88-f2ec7f52b90c/scratchpad/hh/gen3/arm-runs/a7a2a982e5/rep-0/runs/astropy__astropy-13033/R4/ws/.loops/supervisor/sup-1-4b8aff | 0 | 0 | 100 | false | 0 |
|
|
39
|
+
| django__django-11532 | R4 | 0 | 2 | 0.447 | 55.3 | true | 0.042501 |
|
|
40
|
+
| matplotlib__matplotlib-20826 | R4 | 0 | 2 | 0.233 | 76.7 | false | 0.028501 |
|
|
41
|
+
| pydata__xarray-4687 | R4 | 0 | 3 | 0.847 | 15.3 | true | 0.070831 |
|
|
42
|
+
| pytest-dev__pytest-6197 | R4 | 0 | 2 | 0.14 | 86 | false | 0.029033 |
|
|
43
|
+
| sphinx-doc__sphinx-9658 | R4 | unavailable — workers/ directory absent under /tmp/claude-1000/-home-drew-code-supervisor-lab/f06fd156-042a-4ef9-bd88-f2ec7f52b90c/scratchpad/hh/gen3/arm-runs/a7a2a982e5/rep-0/runs/sphinx-doc__sphinx-9658/R4/ws/.loops/supervisor/sup-1-d97029 | 0 | 0 | 100 | false | 0 |
|
|
44
|
+
| astropy__astropy-13033 | R4 | 0 | 2 | 0.482 | 51.8 | false | 0.037866 |
|
|
45
|
+
| django__django-11532 | R4 | 0 | 3 | 0.388 | 61.2 | true | 0.059868 |
|
|
46
|
+
| matplotlib__matplotlib-20826 | R4 | unavailable — workers/ directory absent under /tmp/claude-1000/-home-drew-code-supervisor-lab/f06fd156-042a-4ef9-bd88-f2ec7f52b90c/scratchpad/hh/gen3/arm-runs/a7a2a982e5/rep-1/runs/matplotlib__matplotlib-20826/R4/ws/.loops/supervisor/sup-1-eab778 | 0 | 0 | 100 | false | 0 |
|
|
47
|
+
| pydata__xarray-4687 | R4 | 0 | 2 | 0.714 | 28.6 | true | 0.044491 |
|
|
48
|
+
| pytest-dev__pytest-6197 | R4 | 0 | 5 | 0.566 | 43.4 | false | 0.108311 |
|
|
49
|
+
| sphinx-doc__sphinx-9658 | R4 | 0 | 4 | 0.359 | 64.1 | true | 0.060977 |
|
|
50
|
+
| astropy__astropy-13033 | R4 | 0 | 2 | 0.834 | 16.6 | false | 0.04263 |
|
|
51
|
+
| django__django-11532 | R4 | 0 | 3 | 0.394 | 60.6 | false | 0.068403 |
|
|
52
|
+
| matplotlib__matplotlib-20826 | R4 | 0 | 5 | 0.588 | 41.2 | false | 0.110963 |
|
|
53
|
+
| pydata__xarray-4687 | R4 | 0 | 3 | 0.82 | 18 | true | 0.084503 |
|
|
54
|
+
| pytest-dev__pytest-6197 | R4 | 0 | 3 | 0.281 | 71.9 | false | 0.079547 |
|
|
55
|
+
| sphinx-doc__sphinx-9658 | R4 | 0 | 5 | 0.649 | 35.1 | true | 0.068044 |
|
|
56
|
+
| astropy__astropy-13033 | R4 | 0 | 4 | 0.85 | 15 | false | 0.096642 |
|
|
57
|
+
| django__django-11532 | R4 | 0 | 2 | 0.244 | 75.6 | false | 0.047655 |
|
|
58
|
+
| matplotlib__matplotlib-20826 | R4 | 0 | 7 | 0.76 | 24 | false | 0.161885 |
|
|
59
|
+
| pydata__xarray-4687 | R4 | 0 | 5 | 0.528 | 47.2 | true | 0.084818 |
|
|
60
|
+
| pytest-dev__pytest-6197 | R4 | 0 | 5 | 0.263 | 73.7 | true | 0.122129 |
|
|
61
|
+
| sphinx-doc__sphinx-9658 | R4 | 0 | 2 | 0.514 | 48.6 | true | 0.0709 |
|
|
62
|
+
| astropy__astropy-13033 | R4 | 0 | 3 | 0.789 | 21.1 | unavailable — judge.json absent | 0.079491 |
|
|
63
|
+
| astropy__astropy-13033 | R4 | 0 | 2 | 0.846 | 15.4 | unavailable — judge.json absent | 0.040525 |
|
|
64
|
+
| astropy__astropy-13033 | R4 | 0 | 3 | 0.782 | 21.8 | unavailable — judge.json absent | 0.084145 |
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
{
|
|
2
|
+
"_provenance": {
|
|
3
|
+
"source": "runs/<iid>/SUP/ws/.loops/supervisor/*/journal.jsonl metered events, input+output summed",
|
|
4
|
+
"extraction": "identical to analyze.py _true_sup_tok; captured 2026-07-15 before scratchpad deletion",
|
|
5
|
+
"note": "null = no supervisor journal found; sphinx-doc__sphinx-9658 had a journal with zero metered events (true 0)"
|
|
6
|
+
},
|
|
7
|
+
"astropy__astropy-13033": 122399,
|
|
8
|
+
"django__django-11532": 125857,
|
|
9
|
+
"matplotlib__matplotlib-20826": 62872,
|
|
10
|
+
"pallets__flask-5014": 15731,
|
|
11
|
+
"psf__requests-1766": 38224,
|
|
12
|
+
"psf__requests-2317": 26076,
|
|
13
|
+
"psf__requests-2931": 54894,
|
|
14
|
+
"pydata__xarray-4687": 27341,
|
|
15
|
+
"pytest-dev__pytest-6197": 32192,
|
|
16
|
+
"sphinx-doc__sphinx-9658": 0,
|
|
17
|
+
"sympy__sympy-14976": 28694,
|
|
18
|
+
"sympy__sympy-23534": 26274
|
|
19
|
+
}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
#!/usr/bin/env bash
|
|
2
|
+
# Self-repro verify for astropy__astropy-13033 — AUTHORED FROM THE PROBLEM
|
|
3
|
+
# STATEMENT ONLY (honesty firewall: gold patch never read by the author; it is
|
|
4
|
+
# applied mechanically by calibration). Exit 0 = fixed, nonzero = bug present.
|
|
5
|
+
#
|
|
6
|
+
# Issue: removing a required column from a TimeSeries raises a MISLEADING
|
|
7
|
+
# ValueError ("expected 'time' as the first columns but found 'time'") instead
|
|
8
|
+
# of telling the user which required columns are missing.
|
|
9
|
+
#
|
|
10
|
+
# Runs inside the instance's swebench image (conda testbed env) with the
|
|
11
|
+
# CURRENT worktree ($PWD) mounted read-only over /testbed — the same jail
|
|
12
|
+
# pattern as the repro calibrator (PYTHONPATH=/testbed is load-bearing).
|
|
13
|
+
set -euo pipefail
|
|
14
|
+
IMG="swebench/sweb.eval.x86_64.astropy_1776_astropy-13033:latest"
|
|
15
|
+
WS="${1:-$PWD}"
|
|
16
|
+
TMP="$(mktemp -d)"
|
|
17
|
+
trap 'rm -rf "$TMP"' EXIT
|
|
18
|
+
cat > "$TMP/repro.py" <<'PY'
|
|
19
|
+
import sys
|
|
20
|
+
import numpy as np
|
|
21
|
+
from astropy.time import Time
|
|
22
|
+
from astropy.timeseries import TimeSeries
|
|
23
|
+
|
|
24
|
+
time = Time(np.arange(100000, 100003), format='jd')
|
|
25
|
+
ts = TimeSeries(time=time, data={"flux": [99.9, 99.8, 99.7]})
|
|
26
|
+
ts._required_columns = ["time", "flux"]
|
|
27
|
+
try:
|
|
28
|
+
ts.remove_column("flux")
|
|
29
|
+
except ValueError as e:
|
|
30
|
+
msg = str(e)
|
|
31
|
+
print("ValueError:", msg)
|
|
32
|
+
# Fixed behavior: the exception tells the user required column(s) are
|
|
33
|
+
# missing — it must name the missing column ('flux') or say "missing".
|
|
34
|
+
if "flux" in msg or "missing" in msg.lower():
|
|
35
|
+
print("VERIFY PASS: exception names the missing required column")
|
|
36
|
+
sys.exit(0)
|
|
37
|
+
print("VERIFY FAIL: misleading exception (does not name the missing required column)")
|
|
38
|
+
sys.exit(1)
|
|
39
|
+
except Exception as e: # any other exception type is not the informative error either
|
|
40
|
+
print("VERIFY FAIL: unexpected exception:", type(e).__name__, e)
|
|
41
|
+
sys.exit(1)
|
|
42
|
+
print("VERIFY FAIL: no exception raised on removing a required column")
|
|
43
|
+
sys.exit(1)
|
|
44
|
+
PY
|
|
45
|
+
exec timeout -k 10 240 docker run --rm --network none \
|
|
46
|
+
-v "$WS":/testbed:ro -v "$TMP":/repro:ro -w /testbed \
|
|
47
|
+
-e PYTHONDONTWRITEBYTECODE=1 \
|
|
48
|
+
"$IMG" bash -lc 'source /opt/miniconda3/etc/profile.d/conda.sh && conda activate testbed && cd /testbed && timeout -s KILL 180 env PYTHONPATH=/testbed python /repro/repro.py'
|