Files
LithosAnanake/experiments/bare_metal/runs/doe-riscv64-20260912-182801.csv
T
Robert Allan JamesandClaude Sonnet 5 71bcb72a59
Build / build-amd64-iso (push) Waiting to run
Build / build-aarch64-iso (push) Waiting to run
Build / build-riscv64-img (push) Waiting to run
Fix O(N) idle-loop messaging pump; full 3x9x3 turn-attractor campaign clean on all 3 architectures (FABRIC-3.md §XXII)
sk_repl_idle()'s messaging pump (repl.c) walked the entire live-VM
registry every idle beat (~1Hz) and dispatched a full VM-EXEC
"MSG-TICK" -- a dictionary lookup plus a 32-slot arena scan -- into
every live VM, every tick, unconditionally, forever. Fine at Tripod's
original 3-VM scale; a full 9-identity turn-attractor campaign
exposed it as a genuine wall on riscv64 specifically (its TCG makes
each dispatch cost more): the same campaign that completed in 194s/
339s on amd64/aarch64 never finished on riscv64 at 9 VMs across three
attempts, while 8 VMs there was fine in 159s.

Ruled out capacity explanations before touching anything: bumping
riscv64's QEMU RAM 1024->4096 changed nothing (reverted), and a live
STADIUM-RES@/MSG-STATUS probe with all 9 VMs attached showed no
depletion. Host memory pressure was also ruled out directly (one
background task did get OOM-killed once during the investigation,
but the identical stall reproduced again with 9.2GB free). The real
mistake was three premature kills under 4 minutes with no way to
tell "slow" from "stuck" from outside the guest -- fixed by having
run_doe_batch.sh sample the qemu process's own /proc/<pid>/stat utime
every 60s; with that signal, riscv64 at 9 VMs was unambiguously alive
(climbing utime, no hang), just disproportionately slow going from 8
VMs (159s) to 9 (600s+ and climbing).

This was never really a riscv64-only bug: an O(N) per-second walk
over the full VM population doesn't scale to the hundreds of VMs this
fleet is headed toward, on any architecture -- riscv64 just made it
visible first, at N=9, because its per-dispatch cost is highest.

Fixed by round-robin batching: the pump now dispatches to at most
SK_MSG_PUMP_BATCH (4) live VMs per idle beat via a persistent cursor
that resumes where the previous beat left off, instead of all of them
every time. Bounds both the scan and dispatch cost to O(K) regardless
of total VM count; any single VM's queue now drains roughly every
ceil(N/K) beats instead of every beat, still bounded and still
matching the pump's own existing best-effort contract. No new C
primitives, no messaging/Stadium changes.

Verified: clean build on all 3 architectures, then the full 3x9x3
campaign re-run on all 3 (not just riscv64) per the standing rule
that a defect repair requires a clean re-run everywhere before
anything counts as closed:

  amd64   198s  0 faults  99/99 tokens x8  656/656 K-conserved
  aarch64 339s  0 faults  99/99 tokens x8  659/659 K-conserved
  riscv64 178s  0 faults  99/99 tokens x8  659/659 K-conserved

riscv64 went from "never completes" to faster than aarch64, same
campaign, same seed, same identity set. No regression on amd64/
aarch64.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01EXieurDfDSsDFdnSyusuWo
2026-09-12 19:29:14 -04:00

52 KiB

1tick_numberelapsed_nstick_interval_nscache_hits_deltabucket_hits_deltaword_executions_deltahot_word_countavg_word_heat_q48window_widthactual_window_sizepredicted_label_hitsjitter_bitsapic_tickstime_trust_q48variance_q48vm_call_depth_maxhera_heat_q48hermes_heat_q48artemis_heat_q48fleet_k_q48fleet_conserved
2102710270000100000025682151910241024001182365536014922480358277655361
3102810280000100000025687152010241024001182665536014922480358277655361
4102910290000100000025688152220482048001182965536014922480358277655361
5103010300000100000025691148620482048001183165536014922480358277655361
6103110310000100000025693147840964096001183265536014922480358277655361
7103210320000100000025693148040964096001183465536014922480358277655361
8103310330000100000025694144640964096001183565536014922480358277655361
9103410340000100000025695143040964096001183565536014922480358277655361
10103510350000100000025696143140964096001183665536014922480358277655361
111036103600001000000256104143320482048001183865536014922480358277655361
121037103700001000000256104143420482048001183965536014922480358277655361
131038103800001000000256104143610241024001184065536014922480358277655361
141039103900001000000256104143710241024001184265536014922480358277655361
1510401040000010000002561041439512512001184365536014922480358277655361
1610411041000010000002561041440512512001184465536014922480358277655361
1710421042000010000002561041392256256001184565536014922480358277655361
1810431043000010000002561041304256256001184765536014922480358277655361
1910441044000010000002561041244256256001184865536014922480358277655361
2010451045000010000002561041227256256001185165536014922480358277655361
2110461046000010000002561041228256256001185365536014922480358277655361
2210471047000010000002561041229256256001185465536014922480358277655361
2310481048000010000002561041231256256001185565536014922480358277655361
2410491049000010000002561041232256256001185665536014922480358277655361
2510501050000010000002561041233256256001185865536014922480358277655361
2610511051000010000002561041222256256001186065536014922480358277655361
2710521052000010000002561041223256256001186165536014922480358277655361
2810531053000010000002561041224256256001186365536014922480358277655361
2910541054000010000002561041226256256001186465536014922480358277655361
3010551055000010000002561041227256256001186565536014922480358277655361
3110561056000010000002561041228256256001186765536014922480358277655361
3210571057000010000002561041229256256001186865536014922480358277655361
3310581058000010000002561061230256256001186965536014922480358277655361
3410591059000010000002561091231256256001187165536014922480358277655361
3510601060000010000002561101232256256001187265536014922480358277655361
3610611061000010000002561101234256256001187365536014922480358277655361
3710621062000010000002561101235256256001187465536014922480358277655361
3810631063000010000002561101236256256001187565536014922480358277655361
3910641064000010000002561101237256256001187765536014922480358277655361
4010651065000010000002561101239256256001187965536014922480358277655361
4110661066000010000002561101240256256001188865536014922480358277655361
4210671067000010000002561101241256256001188965536014922480358277655361
4310681068000010000002561101242256256001189165536014922480358277655361
4410691069000010000002561111243256256001189265536014922480358277655361
45225225000018446744073701111616005646438740256256048954127949517250261189865536004922480358277655361
461070107000008450000002086521111244256256047107928010994483201190165536014922480358277655361
4710711071000010000002561111246256256001190265536014922480358277655361
4810721072000010000002561111247256256001190365536014922480358277655361
4910731073000010000002561111248256256001190565536014922480358277655361
5010741074000010000002561111249256256001190665536014922480358277655361
5110751075000010000002561111251256256001190765536014922480358277655361
5210761076000010000002561111252256256001190865536014922480358277655361
5310771077000010000002561111253256256001190965536014922480358277655361
5410781078000010000002561111254256256001191165536014922480358277655361
5510791079000010000002561111256256256001191265536014922480358277655361
5610801080000010000002561111257256256001191365536014922480358277655361
5710811081000010000002561111258256256001191465536014922480358277655361
5810821082000010000002561111260256256001191565536014922480358277655361
5910831083000010000002561121260256256001191665536014922480358277655361
6010841084000010000002561121262256256001191865536014922480358277655361
6110851085000010000002561121263256256001192065536014922480358277655361
6210861086000010000002561121264256256001192165536014922480358277655361
6310871087000010000002561121266256256001192265536014922480358277655361
6410881088000010000002561121267256256001192465536014922480358277655361
6510891089000010000002561121268256256001192565536014922480358277655361
6610901090000010000002561121269256256001192665536014922480358277655361
6710911091000010000002561121271256256001192765536014922480358277655361
6810921092000010000002561121272256256001192865536014922480358277655361
6910931093000010000002561121273256256001193065536014922480358277655361
7010941094000010000002561121275256256001193165536014922480358277655361
7110951095000010000002561121275256256001193365536014922480358277655361
7210961096000010000002561121277256256001193565536014922480358277655361
7310971097000010000002561121278256256001193765536014922480358277655361
7410981098000010000002561121279256256001193865536014922480358277655361
7510991099000010000002561121281256256001194065536014922480358277655361
7611001100000010000002561121282256256001194165536014922480358277655361
7711011101000010000002561121283256256001194365536014922480358277655361
7811021102000010000002561121284256256001194565536014922480358277655361
7911031103000010000002561121286256256001194765536014922480358277655361
8011041104000010000002561121287256256001194865536014922480358277655361
8111051105000010000002561121288256256001195065536014922480358277655361
8211061106000010000002561121290256256001195265536014922480358277655361
8311071107000010000002561121291256256001195465536014922480358277655361
8411081108000010000002561121292256256001195565536014922480358277655361
8511091109000010000002561121293256256001195865536014922480358277655361
8611101110000010000002561121295256256001196065536014922480358277655361
8711111111000010000002561121296256256001196165536014922480358277655361
8811121112000010000002561121297256256001196365536014922480358277655361
8911131113000010000002561121298256256001196565536014922480358277655361
9011141114000010000002561121300256256001196765536014922480358277655361
9111151115000010000002561121301256256001196865536014922480358277655361
9211161116000010000002561121302256256001197065536014922480358277655361
9311171117000010000002561121304256256001197265536014922480358277655361
9411181118000010000002561121305256256001197465536014922480358277655361
9511191119000010000002561121306256256001197565536014922480358277655361
9611201120000010000002561131307256256001197765536014922480358277655361
97304304000018446744073701391616007666836977256256048954127949517251631198665536004922480358277655361
981121112100008170000002015041131309256256047105197442586378241198865536014922480358277655361
9911221122000010000002561131310256256001199065536014922480358277655361
10011231123000010000002561131311256256001199265536014922480358277655361
10111241124000010000002561131313256256001199365536014922480358277655361
10211251125000010000002561131314256256001199565536014922480358277655361
10311261126000010000002561131315256256001199765536014922480358277655361
10411271127000010000002561141316256256001199965536014922480358277655361
10511281128000010000002561141318256256001200065536014922480358277655361
10611291129000010000002561141319256256001200165536014922480358277655361
10711301130000010000002561141320256256001200265536014922480358277655361
10811311131000010000002561141322256256001200465536014922480358277655361
10911321132000010000002561141323256256001200565536014922480358277655361
11011331133000010000002561141324256256001200665536014922480358277655361
11111341134000010000002561161325256256001200765536014922480358277655361
11211351135000010000002561161327256256001200965536014922480358277655361
11311361136000010000002561161328256256001201165536014922480358277655361
11411371137000010000002561161329256256001201265536014922480358277655361
11511381138000010000002561161330256256001202065536014922480358277655361
11611391139000010000002561161332256256001202265536014922480358277655361
11711401140000010000002561161333256256001202365536014922480358277655361
11811411141000010000002561161334256256001202465536014922480358277655361
11911421142000010000002561161336256256001202565536014922480358277655361
12011431143000010000002561161337256256001202665536014922480358277655361
12111441144000010000002561161338256256001202865536014922480358277655361
12211451145000010000002561161339256256001202965536014922480358277655361
12311461146000010000002561161341256256001203165536014922480358277655361
12411471147000010000002561161342256256001203565536014922480358277655361
12511481148000010000002561161343256256001203765536014922480358277655361
12611491149000010000002561161345256256001203965536014922480358277655361
12711501150000010000002561161346256256001204065536014922480358277655361
12811511151000010000002561161347256256001204165536014922480358277655361
12911521152000010000002561161348256256001204365536014922480358277655361
13011531153000010000002561181350256256001204565536014922480358277655361
13111541154000010000002561181351256256001204665536014922480358277655361
13211551155000010000002561181352256256001204865536014922480358277655361
13311561156000010000002561181354256256001205065536014922480358277655361
13411571157000010000002561181355256256001205265536014922480358277655361
13511581158000010000002561181356256256001205365536014922480358277655361
13611591159000010000002561181357256256001205465536014922480358277655361
13711601160000010000002561181359256256001205665536014922480358277655361
13811611161000010000002561181360256256001205765536014922480358277655361
13911621162000010000002561181361256256001205965536014922480358277655361
14011631163000010000002561181362256256001206065536014922480358277655361
14111641164000010000002561181364256256001206165536014922480358277655361
14211651165000010000002561181365256256001206265536014922480358277655361
14311661166000010000002561181366256256001206465536014922480358277655361
14411671167000010000002561181368256256001206565536014922480358277655361
14511681168000010000002561181369256256001206665536014922480358277655361
14611691169000010000002561181370256256001206765536014922480358277655361
14711701170000010000002561181371256256001206865536014922480358277655361
14811711171000010000002561181373256256001206965536014922480358277655361
14911721172000010000002561181374256256001207165536014922480358277655361
15011731173000010000002561181375256256001207365536014922480358277655361
15111741174000010000002561181377256256001207465536014922480358277655361
15211751175000010000002561181378256256001207665536014922480358277655361
15311761176000010000002561181379256256001207765536014922480358277655361
15411771177000010000002561181380256256001207865536014922480358277655361
15511781178000010000002561181382256256001207965536014922480358277655361
15611791179000010000002561181383256256001208065536014922480358277655361
15711801180000010000002561181384256256001208165536014922480358277655361
15811811181000010000002561181386256256001208365536014922480358277655361
15911821182000010000002561181387256256001208465536014922480358277655361
16011831183000010000002561181388256256001208565536014922480358277655361
16111841184000010000002561181389256256001208665536014922480358277655361
16211851185000010000002561181391256256001208865536014922480358277655361
16311861186000010000002561221392256256001209065536014922480358277655361
16411871187000010000002561221393256256001209165536014922480358277655361
16511881188000010000002561221394256256001209265536014922480358277655361
16611891189000010000002561221396256256001209365536014922480358277655361
16711901190000010000002561221397256256001209565536014922480358277655361
16811911191000010000002561221398256256001209765536014922480358277655361
16911921192000010000002561221400256256001209965536014922480358277655361
17011931193000010000002561221401256256001210065536014922480358277655361
17111941194000010000002561221402256256001210265536014922480358277655361
17211951195000010000002561221403256256001210365536014922480358277655361
17311961196000010000002561221405256256001210565536014922480358277655361
17411971197000010000002561231406256256001210665536014922480358277655361
175120120000018446744073698781616002957343327256256048954127949517238881211465536004922480358277655361
17611981198000010780000002683111241407256256047120437103244083201211765536014922480358277655361
17711991199000010000002561241409256256001211965536014922480358277655361
17812001200000010000002561241410256256001212065536014922480358277655361
17912011201000010000002561241411256256001212265536014922480358277655361
18012021202000010000002561241412256256001212465536014922480358277655361
18112031203000010000002561241414256256001212565536014922480358277655361
18212041204000010000002561241415256256001212765536014922480358277655361
18312051205000010000002561241416256256001212865536014922480358277655361
18412061206000010000002561241418256256001212965536014922480358277655361
18512071207000010000002561241419256256001213065536014922480358277655361
18612081208000010000002561241420256256001213265536014922480358277655361
18712091209000010000002561241421256256001213365536014922480358277655361
18812101210000010000002561241423256256001213565536014922480358277655361
18912111211000010000002561251424256256001213865536014922480358277655361
19012121212000010000002561251425256256001213965536014922480358277655361
19112131213000010000002561251426256256001214165536014922480358277655361
19212141214000010000002561261428256256001214265536014922480358277655361
19312151215000010000002561261429256256001214465536014922480358277655361
19412161216000010000002561261430256256001215365536014922480358277655361
19512171217000010000002561261432256256001215465536014922480358277655361
19612181218000010000002561261433256256001215565536014922480358277655361
19712191219000010000002561261434256256001215765536014922480358277655361
19812201220000010000002561261435256256001215965536014922480358277655361
19912211221000010000002561261437256256001216165536014922480358277655361
20012221222000010000002561261438256256001216365536014922480358277655361
20112231223000010000002561261439256256001216565536014922480358277655361
20212241224000010000002561261441256256001216965536014922480358277655361
20312251225000010000002561261442256256001217165536014922480358277655361
20412261226000010000002561261443256256001217365536014922480358277655361
20512271227000010000002561261444256256001217465536014922480358277655361
20612281228000010000002561261446256256001217565536014922480358277655361
20712291229000010000002561261447256256001217765536014922480358277655361
20812301230000010000002561261448256256001217965536014922480358277655361
20912311231000010000002561261450256256001218065536014922480358277655361
21012321232000010000002561261451256256001218265536014922480358277655361
21112331233000010000002561261452256256001218465536014922480358277655361
21212341234000010000002561261453256256001218665536014922480358277655361
21312351235000010000002561261455256256001218765536014922480358277655361
21412361236000010000002561261456256256001218865536014922480358277655361
21512371237000010000002561261457256256001219165536014922480358277655361
21612381238000010000002561261458256256001219365536014922480358277655361
21712391239000010000002561261460256256001219465536014922480358277655361
21812401240000010000002561261461256256001219465536014922480358277655361
21912411241000010000002561261462256256001219665536014922480358277655361
22012421242000010000002561261464256256001219865536014922480358277655361
22112431243000010000002561261465256256001220065536014922480358277655361
22212441244000010000002561261466256256001220165536014922480358277655361
22312451245000010000002561261467256256001220265536014922480358277655361
22412461246000010000002561261469256256001220465536014922480358277655361
22512471247000010000002561261470256256001220665536014922480358277655361
22612481248000010000002561261471256256001220665536014922480358277655361
22712491249000010000002561261473256256001220865536014922480358277655361
22812501250000010000002561261474256256001221265536014922480358277655361
22912511251000010000002561261475256256001221365536014922480358277655361
23012521252000010000002561261476256256001221465536014922480358277655361
23112531253000010000002561261478256256001221565536014922480358277655361
23212541254000010000002561261479256256001221765536014922480358277655361
23312551255000010000002561261480256256001221865536014922480358277655361
23412561256000010000002561261482256256001222065536014922480358277655361
23512571257000010000002561261483256256001222165536014922480358277655361
23612581258000010000002561261484256256001222265536014922480358277655361
23712591259000010000002561261485256256001222465536014922480358277655361
23812601260000010000002561261487256256001222565536014922480358277655361
23912611261000010000002561261488256256001222665536014922480358277655361
24012621262000010000002561271489256256001222765536014922480358277655361
24112631263000010000002561271490256256001222865536014922480358277655361
24212641264000010000002561271492256256001223065536014922480358277655361
24312651265000010000002561311493256256001223165536014922480358277655361
24412661266000010000002561311494256256001223265536014922480358277655361
24512671267000010000002561311496256256001223465536014922480358277655361
24612681268000010000002561311497256256001223665536014922480358277655361
24712691269000010000002561311498256256001223865536014922480358277655361
24812701270000010000002561311499256256001223965536014922480358277655361
24912711271000010000002561311501256256001224065536014922480358277655361
25012721272000010000002561311502256256001224265536014922480358277655361
25112731273000010000002561321503256256001224365536014922480358277655361
25212741274000010000002561321505256256001224565536014922480358277655361
25339639600001844674407370077161600100218371365256256048954127949517248601225265536004922480358277655361
2541275127500008790000002173781321506256256047109753372095283201225465536014922480358277655361
25512761276000010000002561321507256256001225565536014922480358277655361
25612771277000010000002561321508256256001225765536014922480358277655361
25712781278000010000002561331510256256001225865536014922480358277655361
25812791279000010000002561331511256256001225965536014922480358277655361
25912801280000010000002561331512256256001226065536014922480358277655361
26012811281000010000002561331514256256001226065536014922480358277655361
26112821282000010000002561331515256256001226265536014922480358277655361
26212831283000010000002561331516256256001226365536014922480358277655361
26312841284000010000002561331517256256001226465536014922480358277655361
26412851285000010000002561331519256256001226565536014922480358277655361
26512861286000010000002561331520256256001226765536014922480358277655361
26612871287000010000002561331521256256001226865536014922480358277655361
26712881288000010000002561331522256256001227065536014922480358277655361
26812891289000010000002561331524256256001227165536014922480358277655361
26912901290000010000002561331525256256001227265536014922480358277655361
27012911291000010000002561331526256256001227465536014922480358277655361
27112921292000010000002561331528256256001227565536014922480358277655361
27212931293000010000002561331529256256001227665536014922480358277655361
27312941294000010000002561331530256256001229465536014922480358277655361
27412951295000010000002561331531256256001229865536014922480358277655361
27512961296000010000002561331533256256001230265536014922480358277655361
27612971297000010000002561331534256256001230365536014922480358277655361
27712981298000010000002561331535256256001230565536014922480358277655361
27812991299000010000002561331537256256001230765536014922480358277655361
27913001300000010000002561331538256256001230965536014922480358277655361
28013011301000010000002561401539256256001231265536014922480358277655361
28113021302000010000002561401540256256001231465536014922480358277655361
28213031303000010000002561401542256256001231665536014922480358277655361
28313041304000010000002561401543256256001231765536014922480358277655361
28413051305000010000002561401544256256001231865536014922480358277655361
28513061306000010000002561411546256256001232065536014922480358277655361
28613071307000010000002561411547256256001232165536014922480358277655361
28713081308000010000002561411548256256001232265536014922480358277655361
28813091309000010000002561411549256256001232465536014922480358277655361
28913101310000010000002561421551256256001232665536014922480358277655361
29013111311000010000002561421552256256001232865536014922480358277655361
29113121312000010000002561421553256256001232965536014922480358277655361
29213131313000010000002561451554256256001233165536014922480358277655361
29313141314000010000002561461556256256001233365536014922480358277655361
29413151315000010000002561461557256256001233565536014922480358277655361
29513161316000010000002561461558256256001233665536014922480358277655361
29613171317000010000002561461560256256001233765536014922480358277655361
29713181318000010000002561461561256256001233965536014922480358277655361
29813191319000010000002561461562256256001234165536014922480358277655361
29913201320000010000002561461563256256001234265536014922480358277655361
30013211321000010000002561461565256256001234465536014922480358277655361
30113221322000010000002561461566256256001234665536014922480358277655361
30213231323000010000002561461567256256001234865536014922480358277655361
30313241324000010000002561661569256256001234865536014922480358277655361
30413251325000010000002561661570256256001235065536014922480358277655361
30513261326000010000002561701571256256001235365536014922480358277655361
30613271327000010000002561701572256256001235465536014922480358277655361
30713281328000010000002561701574256256001235565536014922480358277655361
30813291329000010000002561701575256256001235665536014922480358277655361
30913301330000010000002561701576256256001235865536014922480358277655361
31013311331000010000002561701578256256001235965536014922480358277655361
31113321332000010000002561701579256256001236165536014922480358277655361
31213331333000010000002561701580256256001236265536014922480358277655361
31313341334000010000002561701581256256001236365536014922480358277655361
31413351335000010000002561701583256256001236565536014922480358277655361
31513361336000010000002561701584256256001236665536014922480358277655361
31613371337000010000002561701585256256001236865536014922480358277655361
31713381338000010000002561701586256256001236965536014922480358277655361
31813391339000010000002561701588256256001237065536014922480358277655361
31913401340000010000002561701589256256001237165536014922480358277655361
32013411341000010000002561701590256256001237265536014922480358277655361
32113421342000010000002561701592256256001237465536014922480358277655361
32213431343000010000002561701593256256001237565536014922480358277655361
32313441344000010000002561701594256256001237665536014922480358277655361
32413451345000010000002561701595256256001237765536014922480358277655361
32513461346000010000002561701597256256001237965536014922480358277655361
32613471347000010000002561701598256256001238065536014922480358277655361
32713481348000010000002561701599256256001238165536014922480358277655361
32813491349000010000002561701601256256001238265536014922480358277655361
32913501350000010000002561701602256256001238365536014922480358277655361
33072472400001844674407370329161600184227312698256256048954127949517260901239365536004922480358277655361
3311351135100006270000001528251701603256256047084796347930378241239465536014922480358277655361
33213521352000010000002561701604256256001239665536014922480358277655361
33313531353000010000002561701606256256001239765536014922480358277655361
33413541354000010000002561701607256256001239865536014922480358277655361
33513551355000010000002561701608256256001240065536014922480358277655361
33613561356000010000002561701610256256001240165536014922480358277655361
33713571357000010000002561701611256256001240265536014922480358277655361
33813581358000010000002561701612256256001240365536014922480358277655361
33913591359000010000002561701613256256001240465536014922480358277655361
34013601360000010000002561701615256256001240665536014922480358277655361
34113611361000010000002561701616256256001240765536014922480358277655361
34213621362000010000002561701617256256001240865536014922480358277655361
34313631363000010000002561701618256256001240965536014922480358277655361
34413641364000010000002561711620256256001241165536014922480358277655361
34513651365000010000002561711621256256001241265536014922480358277655361
34613661366000010000002561711622256256001241365536014922480358277655361
34713671367000010000002561711624256256001241665536014922480358277655361
34813681368000010000002561711625256256001241765536014922480358277655361
34913691369000010000002561711626256256001241865536014922480358277655361
35013701370000010000002561711627256256001241965536014922480358277655361
35113711371000010000002561711629256256001243065536014922480358277655361
35213721372000010000002561711630256256001243165536014922480358277655361
35313731373000010000002561711631256256001243265536014922480358277655361
35413741374000010000002561711633256256001243465536014922480358277655361
35513751375000010000002561711634256256001243565536014922480358277655361
35613761376000010000002561711635256256001243865536014922480358277655361
35713771377000010000002561711636256256001243965536014922480358277655361
35813781378000010000002561711638256256001244165536014922480358277655361
35913791379000010000002561711639256256001244265536014922480358277655361
36013801380000010000002561711640256256001244365536014922480358277655361
36113811381000010000002561711642256256001244465536014922480358277655361
36213821382000010000002561711643256256001244665536014922480358277655361
36313831383000010000002561711644256256001244865536014922480358277655361
36413841384000010000002561711645256256001244965536014922480358277655361
36513851385000010000002561711647256256001245165536014922480358277655361
36613861386000010000002561711648256256001245265536014922480358277655361
36713871387000010000002561711649256256001245365536014922480358277655361
36813881388000010000002561711650256256001245565536014922480358277655361
36913891389000010000002561721652256256001245765536014922480358277655361
37013901390000010000002561721653256256001245865536014922480358277655361
37113911391000010000002561721638256256001246065536014922480358277655361
37213921392000010000002561731615256256001246265536014922480358277655361
37313931393000010000002561731609256256001246365536014922480358277655361
37413941394000010000002561731594256256001246565536014922480358277655361
37513951395000010000002561731588256256001246665536014922480358277655361
37613961396000010000002561731574256256001246865536014922480358277655361
37713971397000010000002561731561256256001246965536014922480358277655361
37813981398000010000002561731540256256001247065536014922480358277655361
37913991399000010000002561741541256256001247165536014922480358277655361
38014001400000010000002561741542256256001247265536014922480358277655361
38114011401000010000002561741544256256001247465536014922480358277655361
38214021402000010000002561741545256256001247565536014922480358277655361
38314031403000010000002561741546256256001247665536014922480358277655361
38414041404000010000002561741547256256001247765536014922480358277655361
38514051405000010000002561741548256256001247865536014922480358277655361
38614061406000010000002561741550256256001248065536014922480358277655361
38714071407000010000002561741551256256001248165536014922480358277655361
38814081408000010000002561741552256256001248265536014922480358277655361
38914091409000010000002561741553256256001248465536014922480358277655361
39014101410000010000002561741554256256001248565536014922480358277655361
39150150100001844674407370046161600127105331731256256048954127949517247091249465536004922480358277655361
3921411141100009100000002253071741555256256047111417671922483201249665536014922480358277655361
39314121412000010000002561741557256256001249765536014922480358277655361
39414131413000010000002561741558256256001249865536014922480358277655361
39514141414000010000002561741559256256001250065536014922480358277655361
39614151415000010000002561741560256256001250165536014922480358277655361
39714161416000010000002561741561256256001250265536014922480358277655361
39814171417000010000002561741563256256001250365536014922480358277655361
39914181418000010000002561741564256256001250465536014922480358277655361
40014191419000010000002561741565256256001250565536014922480358277655361
40114201420000010000002561741566256256001250665536014922480358277655361
40214211421000010000002561741567256256001250865536014922480358277655361
40314221422000010000002561741568256256001250965536014922480358277655361
40414231423000010000002561741570256256001251065536014922480358277655361
40514241424000010000002561741571256256001251165536014922480358277655361
40614251425000010000002561741572256256001251265536014922480358277655361
40714261426000010000002561741573256256001251465536014922480358277655361
40814271427000010000002561741574256256001251565536014922480358277655361
40914281428000010000002561741576256256001251665536014922480358277655361
41014291429000010000002561741577256256001251765536014922480358277655361
41114301430000010000002561741578256256001251865536014922480358277655361
41214311431000010000002561741579256256001251965536014922480358277655361
41314321432000010000002561741580256256001252065536014922480358277655361
41414331433000010000002561741582256256001252165536014922480358277655361
41514341434000010000002561741583256256001252265536014922480358277655361
41614351435000010000002561741584256256001252465536014922480358277655361
41714361436000010000002561741585256256001252765536014922480358277655361
41814371437000010000002561741586256256001252965536014922480358277655361
41914381438000010000002561741587256256001253065536014922480358277655361
42014391439000010000002561741589256256001253265536014922480358277655361
42114401440000010000002561741590256256001253465536014922480358277655361
42214411441000010000002561741591256256001253665536014922480358277655361
42314421442000010000002561741592256256001253765536014922480358277655361
42414431443000010000002561741593256256001253965536014922480358277655361
42514441444000010000002561741595256256001254165536014922480358277655361
42614451445000010000002561741596256256001254365536014922480358277655361
42714461446000010000002561741597256256001254465536014922480358277655361
42814471447000010000002561741598256256001254665536014922480358277655361
42914481448000010000002561741599256256001254865536014922480358277655361
43014491449000010000002561741600256256001255065536014922480358277655361
43114501450000010000002561741602256256001255165536014922480358277655361
43214511451000010000002561741603256256001255365536014922480358277655361
43314521452000010000002561741604256256001256565536014922480358277655361
43414531453000010000002561741605256256001256665536014922480358277655361
43514541454000010000002561741606256256001256865536014922480358277655361
43614551455000010000002561741608256256001257065536014922480358277655361
43714561456000010000002561741609256256001257165536014922480358277655361
43814571457000010000002561741610256256001257265536014922480358277655361
43914581458000010000002561741611256256001257465536014922480358277655361
44014591459000010000002561741612256256001257565536014922480358277655361
44114601460000010000002561741614256256001257665536014922480358277655361
44214611461000010000002561741615256256001257865536014922480358277655361
44314621462000010000002561741616256256001258165536014922480358277655361
44414631463000010000002561741617256256001258265536014922480358277655361
44514641464000010000002561741618256256001258365536014922480358277655361
44614651465000010000002561741619256256001258465536014922480358277655361
44714661466000010000002561741621256256001258565536014922480358277655361
44814671467000010000002561741622256256001258765536014922480358277655361
44914681468000010000002561741623256256001258865536014922480358277655361
45014691469000010000002561741624256256001258965536014922480358277655361
45114701470000010000002561741625256256001259065536014922480358277655361
45214711471000010000002561741627256256001259165536014922480358277655361
45314721472000010000002561741628256256001259365536014922480358277655361
45414731473000010000002561741629256256001259565536014922480358277655361
45514741474000010000002561741630256256001259665536014922480358277655361
45614751475000010000002561741631256256001259865536014922480358277655361
45714761476000010000002561741632256256001259965536014922480358277655361
45814771477000010000002561741634256256001260165536014922480358277655361
45914781478000010000002561741635256256001260265536014922480358277655361
46014791479000010000002561741636256256001260465536014922480358277655361
46114801480000010000002561741637256256001260565536014922480358277655361
46214811481000010000002561741638256256001260665536014922480358277655361
46314821482000010000002561741640256256001260765536014922480358277655361
46414831483000010000002561741641256256001260965536014922480358277655361
46514841484000010000002561741642256256001261065536014922480358277655361
46614851485000010000002561741643256256001261165536014922480358277655361
46714861486000010000002561741644256256001261265536014922480358277655361
46814871487000010000002561741646256256001261465536014922480358277655361
46960660600001844674407370074161600153995332128256256048954127949517248451262365536004922480358277655361
4701488148800008820000002181291741647256256047109914433368883201262565536014922480358277655361
47114891489000010000002561741648256256001262765536014922480358277655361
47214901490000010000002561741649256256001262965536014922480358277655361
47314911491000010000002561741650256256001263165536014922480358277655361
47414921492000010000002561741651256256001263265536014922480358277655361
47514931493000010000002561741653256256001263465536014922480358277655361
47614941494000010000002561741654256256001263665536014922480358277655361
47714951495000010000002561741655256256001263765536014922480358277655361
47814961496000010000002561741656256256001263865536014922480358277655361
47914971497000010000002561741657256256001264065536014922480358277655361
48014981498000010000002561741659256256001264165536014922480358277655361
48114991499000010000002561741660256256001264365536014922480358277655361
48215001500000010000002561741661256256001264465536014922480358277655361
48315011501000010000002561741662256256001264665536014922480358277655361
48415021502000010000002561741663256256001264765536014922480358277655361
48515031503000010000002561741664256256001264965536014922480358277655361
48615041504000010000002561741666256256001265065536014922480358277655361
48715051505000010000002561741667256256001265165536014922480358277655361
48815061506000010000002561741668256256001265265536014922480358277655361
48915071507000010000002561741669256256001265365536014922480358277655361
49015081508000010000002561741670256256001265565536014922480358277655361
49115091509000010000002561741672256256001265665536014922480358277655361
49215101510000010000002561741673256256001265865536014922480358277655361
49315111511000010000002561741674256256001265965536014922480358277655361
49415121512000010000002561741675256256001266165536014922480358277655361
49515131513000010000002561741676256256001266565536014922480358277655361
49615141514000010000002561741678256256001266765536014922480358277655361
49715151515000010000002561741679256256001266865536014922480358277655361
49815161516000010000002561741680256256001267065536014922480358277655361
49915171517000010000002561741681256256001267265536014922480358277655361
50015181518000010000002561741682256256001267365536014922480358277655361
50115191519000010000002561741683256256001267565536014922480358277655361
50215201520000010000002561741685256256001267665536014922480358277655361
50315211521000010000002561741686256256001267865536014922480358277655361
50415221522000010000002561741687256256001267965536014922480358277655361
50515231523000010000002561741688256256001268065536014922480358277655361
50615241524000010000002561741689256256001268265536014922480358277655361
50715251525000010000002561741691256256001268365536014922480358277655361
50815261526000010000002561741692256256001268465536014922480358277655361
50915271527000010000002561741693256256001268565536014922480358277655361
51015281528000010000002561741694256256001268765536014922480358277655361
51115291529000010000002561741695256256001268865536014922480358277655361
51215301530000010000002561741696256256001269065536014922480358277655361
51315311531000010000002561741698256256001270165536014922480358277655361
51415321532000010000002561741699256256001270265536014922480358277655361
51515331533000010000002561741700256256001270365536014922480358277655361
51615341534000010000002561741701256256001270565536014922480358277655361
51715351535000010000002561741702256256001270665536014922480358277655361
51815361536000010000002561741704256256001270865536014922480358277655361
51915371537000010000002561741705256256001270965536014922480358277655361
52015381538000010000002561741706256256001271165536014922480358277655361
52115391539000010000002561741707256256001271465536014922480358277655361
52215401540000010000002561741708256256001271565536014922480358277655361
52315411541000010000002561741710256256001271765536014922480358277655361
52415421542000010000002561741711256256001271865536014922480358277655361
52515431543000010000002561741712256256001271965536014922480358277655361
52615441544000010000002561741713256256001272065536014922480358277655361
52715451545000010000002561741714256256001272265536014922480358277655361
52815461546000010000002561741715256256001272465536014922480358277655361
52915471547000010000002561741717256256001272565536014922480358277655361
53015481548000010000002561741718256256001272665536014922480358277655361
53115491549000010000002561741719256256001272765536014922480358277655361
53215501550000010000002561741720256256001272965536014922480358277655361
53315511551000010000002561741721256256001273165536014922480358277655361
53415521552000010000002561751723256256001273265536014922480358277655361
53515531553000010000002561751724256256001273565536014922480358277655361
53615541554000010000002561761725256256001273665536014922480358277655361
53715551555000010000002561771726256256001273865536014922480358277655361
53815561556000010000002561771727256256001273965536014922480358277655361
53915571557000010000002561771728256256001274065536014922480358277655361
54015581558000010000002561771730256256001274265536014922480358277655361
54115591559000010000002561771731256256001274365536014922480358277655361
54215601560000010000002561771732256256001274465536014922480358277655361
54315611561000010000002561771733256256001274565536014922480358277655361
54415621562000010000002561771734256256001274665536014922480358277655361
54515631563000010000002561771736256256001274765536014922480358277655361
54615641564000010000002561771737256256001274965536014922480358277655361
54715651565000010000002561771738256256001275065536014922480358277655361
54815661566000010000002561771739256256001275165536014922480358277655361
54915671567000010000002561771740256256001275265536014922480358277655361
55015681568000010000002561771742256256001275365536014922480358277655361
55115691569000010000002561771743256256001275565536014922480358277655361
55215701570000010000002561771744256256001275665536014922480358277655361
55372572500001844674407370110161600184378352622256256048954127949517250211276665536004922480358277655361
5541571157100008460000002089941771745256256047107981698085683201276965536014922480358277655361
55515721572000010000002561771746256256001277165536014922480358277655361
55615731573000010000002561771747256256001277265536014922480358277655361
55715741574000010000002561771749256256001277365536014922480358277655361
55815751575000010000002561771750256256001277565536014922480358277655361
55915761576000010000002561771751256256001277765536014922480358277655361
56015771577000010000002561771752256256001277865536014922480358277655361
56115781578000010000002561771753256256001277965536014922480358277655361
56215791579000010000002561771755256256001278065536014922480358277655361
56315801580000010000002561771756256256001278265536014922480358277655361
56415811581000010000002561771757256256001278365536014922480358277655361
56515821582000010000002561771758256256001278465536014922480358277655361
56615831583000010000002561771759256256001278665536014922480358277655361
56715841584000010000002561771760256256001278865536014922480358277655361
56815851585000010000002561771762256256001279065536014922480358277655361
56915861586000010000002561771763256256001279265536014922480358277655361
57015871587000010000002561771764256256001279365536014922480358277655361
57115881588000010000002561771765256256001279665536014922480358277655361
57215891589000010000002561771766256256001279865536014922480358277655361