STEP 1932 · 2026-09-10 · rei-aios-20 · Tab Isolation exception override

Pilot v0.6-resume arc — 待たない工夫

STEP 1886 pilot (compose baseline) の 残 11 instance を 5/16 completed 状態から resume する。3-15 時間の worst case を stand-by で寝かせずに済ませるため、10^5 bin 完了時に auto-kill する watchdog と、待ち時間活用の Round 3 material を併走させた工程記録。

Directive: 藤本さん 2026-09-10 「go でお願い致します」→ pilot 実測 + v3 pickup + 打ち切り基準 + 部分結果価値 + disk 事前確認 + tab へ並行指示。
Tab Isolation exception: rei-aios-30 sidecar への 2 file 書き込み (v3 pickup + v06-resume orchestrator) を 藤本さん explicit go 依拠で override、file 冒頭に marker 明示。rei-aios-30 canonical (v0.3 phase2a + v0.6 orchestrator) は 一切改変せず coexist。
NOT authored by: chat-Claude (無関与) / cowork-Claude (無関与) / rei-aios-30 (audit source のみ).

3 判断の pre-registration

Q1 打ち切り基準: watchdog が 30 秒 poll で 10^5 bin の 2 instance (grs-192-48 + satcoin-genesis-UNSAT) の .raw_bytes 出現を検知 → pilot / cadical / zstd を pkill → auto-report dump → 10^6 auto-proceed を機械的に block
Q2 部分結果の価値: 10^5 のみで Comparator v0.1 起票判断は完結 (Comparator = Lean method / pilot r_i と直接 dependency 無し)。10^6 は STEP 1886 自身の 10^7+ 外挿精度向上用の科学的追加、Comparator 判断には optional。10^6 は損失ゼロで切れる
Q3 disk headroom: df -h ~/rei-baseline = 949 GB available / 6.8 GB used (Use% 1%)。10^6 worst 150 GB × 6x 余裕。disk は 10^6 blocker ではない (事前手当て不要)。

v0.6 orchestrator drift 3 件 (実測発見 + 修正)

drift実測修正
cadical --lrat-log=/dev/stdoutcadical rel-3.0.1 で invalid option → error exit--lrat=true --binary=false <input> /dev/fd/1 2>/dev/null (/dev/stdout は pipe 経由 0 bytes になる quirk、/dev/fd/1 で正しく流れる)
inst["sha256"]SC2023 metadata index field 名は hash、KeyErrorinst.get("hash") or inst.get("sha256")
Phase 4a 再選択seed 20260908 で deterministic だが再選択自体が不要既存 pilot-selection.json あれば skip、再利用

前回汚染 output 2 件 (content-verify で検知 → cleanup)

file症状対応
pmg-12-UNSAT.*.lrat.zst (10 MB)先頭が c --- banner = cadical STATS mix、LRAT ではないtrio (.lrat.zst + .sha256 + .raw_bytes) 削除 → 再 solve 対象
tseitin_d3_n200.*.lrat.zst (13 bytes)zstd header のみ、empty pipe に起因trio 削除 → 再 solve 対象

Pilot 進行 (2026-09-10T09:29 JST 時点)

completed 6 (SKIP 5 + tseitin_d3_n200 in flight):

残 10 instance = 10^2 × 3 (tseitin_d3_n200 直後 + mchess16-25 + Urquhart-s5-b4 + pmg-12-UNSAT) + 10^3 (clqcolor) + 10^4 (intervals727) + 10^5 × 2 (grs-192-48 + satcoin-genesis-UNSAT) + watchdog blocks 10^6 × 3 (aes / sat-bench-trig × 2)

Monitoring 手段 (次 session pickup)

wsl -d Ubuntu-24.04 -- tail -f ~/rei-baseline/logs/pilot-resume-2026-09-10.log
wsl -d Ubuntu-24.04 -- bash -c 'ls ~/rei-baseline/pilot-2026-09-08/results/*.lrat.zst | wc -l'
wsl -d Ubuntu-24.04 -- pgrep -af 'pilot-orchestrator|watchdog|cadical'
cat ~/rei-baseline/logs/abort-at-10-5-report.txt  # 10^5 完了時に watchdog が生成

Round 3 material (待ち時間活用)

STEP 1908 chat-Claude debate の BLOCKER-CHECK §4a/§4b/§4d/§4e 実測 evidence + Q1-Q4 判断要請 を 藤本さん paste 用に整形:

Failure mode (未来 Claude 用 dataset)

Related