Bump EigenScript pin v0.34.0 -> v0.35.1 - #77
Merged
Conversation
Picks up the #827 fix: unbounded temporal assignment history that armed on dead code. v0.35.0 also carries the lib/ui x-y chart widget (#819). COUNTER CHECK — both banked Tseitin regimes reproduce BYTE-IDENTICALLY on v0.35.1: 3x3 = 1,850 resolutions / 619 conflicts, 4x4 = 96,733 / 27,421, both UNSAT. No re-bank needed or performed. RSS stayed flat at 3,756 kB across the 675s 4x4 solve. Pin sites: ci.yml inline clone, CLAUDE.md x2, and GAPS.md's "the CI pin is now v0.34.0" clause. Left untouched as record of record: "#772 shipped in v0.34.0 (PR #773)", the 2026-07-31 RE-BANK entry, and ALL of TSEITIN_LADDER.md — line 454 records the pin of the two LIVE HF Space control lanes. No Space was touched, redeployed, or paused. Preflight: tests/run_smoke.sh exit 0 (all four solver modes, six bench modes, vendored corpus). Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Picks up the #827 fix in v0.35.1: the temporal assignment history backing
prev of x,<kw> is x at <line>andstate_atwas append-only, uncapped, and held a reference to every recorded value. Merely mentioning one of those forms in a loaded file — including never-executed code — armed unbounded retention; on a 4 GB box the kernel thrashed instead of OOM-killing. v0.35.0 also carries thelib/uix-y chart widget (#819), which this repo wanted for counters-over-time with restart markers.The counter check — both regimes reproduce BYTE-IDENTICALLY
Counters here are the result of record, so a runtime bump that moved them would be a major finding. It did not move them.
Both UNSAT as expected. Full 4x4 line:
learnts=27420 learnt_lits=212373 peak_learnts=906 max_level=19 decisions=45587 propagations=141097 restarts=13. Wall 675s on the devbox — per-host color only, not compared with anything.No re-bank was needed and none was performed.
Also worth noting for #827 specifically: interpreter RSS stayed flat at 3,756 kB across the entire 675-second 4x4 solve — the retention shape the fix removes would have been visible over a run that long.
Pin sites changed (4) — and what was deliberately NOT changed
.github/workflows/ci.yml:17— the inlinegit clone --branch(the actual pin)CLAUDE.md:35— "CI builds and tests against EigenScript v0.34.0"CLAUDE.md:248— "Verified green on EigenScript v0.34.0" (re-verified today on v0.35.1)GAPS.md:16— the "the CI pin is now v0.34.0" clause onlyLeft untouched, on purpose — these are the record of record:
GAPS.md:16"#772 shipped in EigenScript v0.34.0 (PR #773)" — a historical fact about where the loop-cap fix landed, in the same sentence as the pin clause. A blind sed would have falsified it.GAPS.md:17"RE-BANK DONE (2026-07-31): … on the released v0.34.0" — the record of a past re-bank event.benchmarks/TSEITIN_LADDER.md— banked measurements and, at line 454,Pins: EigenScript v0.34.0for the two live HF Space control lanes (ems-tseitin-4x6,ems-tseitin-5x5). Those lanes run on pinned v0.34.0 code; rewriting that line would falsify a live experiment's pin record. No Space was touched, redeployed, or paused — this repo bump does not affect them.GAPS.mdgains a new dated line recording the v0.35.1 re-verification, in the same style as the existing RE-BANK entry.Preflight (BEFORE bumping, against the v0.35.1 runtime)
Runtime verified as the real tag build: tag
v0.35.1, commite2bb217, clean tree, upstream[70d]bounded-history gate passing with flat RSS.EIGENSCRIPT_BIN=eigenscript bash tests/run_smoke.sh-> exit 0. Coverstest_solver.eigs,test_tseitin_invariant.eigs, SAT/UNSAT fixtures across all four solver modes (default /--watched/--persistent/--cdcl), the six bench modes, and the vendored corpus. 74ok=1checks; the 9ok=0lines are the intentional bad-input diagnostic cases asserting their error checksums, not failures.No consumer source was modified.
🤖 Generated with Claude Code