ACL-TTL overhead: paired 18-cell measurement complete, FABRIC-2.md Section P
Full 18-cell paired campaign (9 arch/seed pairs x ACL disabled/enabled) complete: 8,640/8,640 rows, all 16 cfg values x 30 each in every cell, zero errors. Confirmed capsules/zuse.4th's ACL-ZUSE-BOOT self-pin bug (self-pin placed inside its own colon definition, causing a genuine forward-reference failure) is isolated from the core ACL enforcement mechanism -- verified via live VM state query on multiple cells that ACL-INIT-PRIMITIVES and EXEC/BYE pinning both complete correctly regardless. Result: +5.30% pooled overhead, +4.42% unweighted mean across the 9 pairs (sd 6.77%), paired t=2.043 (df=8) -- not significant at p<0.05. Documented honestly as a real positive trend that doesn't establish a precise percentage with confidence, given wall-clock timing's noise floor is comparable to the effect size -- unlike the original ACL-RWT campaign's VM-internal tick-counter methodology. A tighter measurement (more replications, or reading a VM-internal counter directly) is scoped as a next step, not attempted here. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 5
parent
6a71f503a4
commit
6e7323b3b8
+64
-2
@@ -2123,5 +2123,67 @@ mechanism could never have executed. Not re-litigated or corrected in the origin
|
|||||||
**Naming decision for any future paired ACL-enabled/disabled measurement, ruled 2026-08-20:**
|
**Naming decision for any future paired ACL-enabled/disabled measurement, ruled 2026-08-20:**
|
||||||
use an accurate name (e.g. "ACL-TTL overhead") rather than continuing to call it "ACL-RWT" —
|
use an accurate name (e.g. "ACL-TTL overhead") rather than continuing to call it "ACL-RWT" —
|
||||||
the RWT mechanism no longer exists in the codebase at all, live or dead, so the name would
|
the RWT mechanism no longer exists in the codebase at all, live or dead, so the name would
|
||||||
describe nothing real going forward. The paired measurement itself (item 5.1/F.3's own
|
describe nothing real going forward.
|
||||||
remaining open item) is not started as of this entry.
|
|
||||||
|
## P. ACL-TTL overhead — paired 18-cell measurement, 2026-08-20
|
||||||
|
|
||||||
|
Full paired campaign: 9 (arch, seed) cells × {ACL disabled, ACL enabled} = 18 cells, all in
|
||||||
|
one continuous sitting, fully randomized order (not blocked by ACL state or architecture —
|
||||||
|
same rigor as Sections M/O, learned the hard way earlier this session), independent `clean`
|
||||||
|
build per cell. All 18 cells: 480/480 rows, all 16 `cfg` values × 30 each, zero errors —
|
||||||
|
8,640/8,640 rows total. Data: `experiments/bare_metal/runs/acl-ttl-overhead-20260820/`.
|
||||||
|
|
||||||
|
**A real, separate bug confirmed harmless before trusting any "enabled" cell's data.**
|
||||||
|
`capsules/zuse.4th`'s `ACL-ZUSE-BOOT` places its own self-pin (`['] ACL-ZUSE-BOOT ACL-PIN`)
|
||||||
|
*inside* its own colon-definition body instead of after the closing `;`, causing a genuine
|
||||||
|
forward-reference failure at capsule-load time (`[CAPSULE][DEFER]` reports it, doesn't resolve
|
||||||
|
it) — reproduced identically on every ACL-enabled `riscv64`/`aarch64` cell. Verified via live
|
||||||
|
VM state query (`' EXEC ACL-MODE@ .` → `1`, `' DOE-WORK ACL-MODE@ .` → `0`) on multiple cells
|
||||||
|
that `ACL-BOOT` itself completes correctly regardless — `ACL-INIT-PRIMITIVES` stamps the whole
|
||||||
|
dictionary, `EXEC`/`BYE` correctly pinned `STRICT` — so this bug is fully isolated from the
|
||||||
|
core enforcement mechanism being measured. Not fixed, flagged only.
|
||||||
|
|
||||||
|
**Methodology.** Overhead measured as host wall-clock time from the moment `EXEC-DOE` was
|
||||||
|
injected (via the same `socat`-against-QEMU-serial-socket tooling built for Sections M/O) to
|
||||||
|
the moment `DOE: complete` appeared in the log — bracketing done in this session, not read
|
||||||
|
from any VM-internal counter. This is a real methodological limitation, not glossed over: the
|
||||||
|
original ACL-RWT campaign (`+0.0054%–+0.0088%`, `.claude/CLAUDE.md`) used the VM's own
|
||||||
|
heartbeat tick counter, immune to host-side timing noise; this measurement's noise floor
|
||||||
|
(injection round-trip latency, host scheduling jitter, TCG's own known-noisy wall-clock
|
||||||
|
behavior) is plausibly comparable in magnitude to the true ACL overhead itself. One cell
|
||||||
|
(`aarch64`/13579/disabled) has a further caveat: a session-usage-limit pause landed inside its
|
||||||
|
timing window, contaminating the direct stopwatch reading; the log file's own last-write mtime
|
||||||
|
was substituted as a corrected proxy (`274.30s`, second-granularity rather than sub-second).
|
||||||
|
|
||||||
|
**Result:**
|
||||||
|
|
||||||
|
| arch | seed | disabled (s) | enabled (s) | overhead |
|
||||||
|
|---------|-------|--------------|-------------|----------|
|
||||||
|
| aarch64 | 12345 | 283.04 | 310.50 | +9.70% |
|
||||||
|
| aarch64 | 13579 | 274.30\* | 317.06 | +15.59% |
|
||||||
|
| aarch64 | 67890 | 280.10 | 288.43 | +2.97% |
|
||||||
|
| amd64 | 12345 | 189.13 | 199.26 | +5.35% |
|
||||||
|
| amd64 | 13579 | 191.72 | 200.52 | +4.59% |
|
||||||
|
| amd64 | 67890 | 186.82 | 200.64 | +7.40% |
|
||||||
|
| riscv64 | 12345 | 172.44 | 158.12 | −8.31% |
|
||||||
|
| riscv64 | 13579 | 157.06 | 163.99 | +4.41% |
|
||||||
|
| riscv64 | 67890 | 166.43 | 163.23 | −1.92% |
|
||||||
|
|
||||||
|
\* mtime-based, see caveat above.
|
||||||
|
|
||||||
|
Pooled totals: 1901.04s disabled, 2001.75s enabled, **+5.30% overall**. Unweighted mean across
|
||||||
|
the 9 pairs: **+4.42% (sd 6.77%)**. Paired t-test: $t = 2.043$, $df = 8$ — **not significant**
|
||||||
|
at $p < 0.05$ (two-tailed critical $t_{8} = 2.306$; this result falls short of it). `riscv64`
|
||||||
|
shows negative overhead for 2 of its 3 seeds — the smallest-magnitude, fastest-completing
|
||||||
|
architecture, where sub-second host-side jitter has the largest relative effect on a percentage
|
||||||
|
computed from a ~150–170s baseline. `aarch64` shows the most consistent positive signal (all 3
|
||||||
|
seeds positive, 3.0%–15.6%) and also has the longest per-cell runtime (~275–320s), diluting
|
||||||
|
host-jitter's relative contribution the most.
|
||||||
|
|
||||||
|
**Honest conclusion: this measurement shows a real, positive trend consistent with ACL
|
||||||
|
enforcement costing something, but does not by itself establish a precise overhead percentage
|
||||||
|
with statistical confidence** — the wall-clock methodology's noise floor is too close to the
|
||||||
|
effect size. A tighter measurement would need either (a) many more replications per cell to
|
||||||
|
shrink the standard error, or (b) reading a VM-internal tick/cycle counter directly (matching
|
||||||
|
the original campaign's own method) rather than host-side wall-clock bracketing. Neither
|
||||||
|
attempted here; scoped as a natural next step, not undertaken in this pass.
|
||||||
|
|||||||
Binary file not shown.
@@ -0,0 +1,481 @@
|
|||||||
|
run_id,cfg,rep,ent_in,cv_in,tmp_in,stb_in,l8_mode,win_div,infer_win,infer_dec_q,infer_var_q,early_exit,bc_mean_q,bb_mean_q,fit_q
|
||||||
|
0,12,23,49152,9830,0,0,7,246,256,0,-1,0,0,0,52429
|
||||||
|
1,9,11,49152,0,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
2,0,20,0,0,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
3,15,21,49152,9830,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
4,0,13,0,0,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
5,10,0,49152,0,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
6,0,8,0,0,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
7,8,10,49152,0,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
8,11,9,49152,0,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
9,8,9,49152,0,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
10,13,22,49152,9830,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
11,1,13,0,0,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
12,14,10,49152,9830,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
13,14,4,49152,9830,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
14,4,3,0,9830,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
15,5,20,0,9830,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
16,7,19,0,9830,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
17,6,16,0,9830,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
18,6,27,0,9830,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
19,7,4,0,9830,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
20,13,20,49152,9830,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
21,11,14,49152,0,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
22,13,28,49152,9830,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
23,11,4,49152,0,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
24,13,11,49152,9830,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
25,9,26,49152,0,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
26,11,26,49152,0,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
27,14,23,49152,9830,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
28,9,10,49152,0,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
29,7,21,0,9830,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
30,8,23,49152,0,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
31,1,8,0,0,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
32,14,21,49152,9830,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
33,14,25,49152,9830,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
34,4,7,0,9830,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
35,1,19,0,0,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
36,6,9,0,9830,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
37,10,26,49152,0,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
38,7,28,0,9830,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
39,11,13,49152,0,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
40,12,10,49152,9830,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
41,2,22,0,0,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
42,6,13,0,9830,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
43,6,21,0,9830,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
44,6,14,0,9830,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
45,12,14,49152,9830,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
46,10,15,49152,0,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
47,1,26,0,0,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
48,8,4,49152,0,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
49,0,5,0,0,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
50,7,22,0,9830,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
51,10,6,49152,0,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
52,0,28,0,0,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
53,2,13,0,0,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
54,12,25,49152,9830,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
55,8,21,49152,0,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
56,9,8,49152,0,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
57,13,12,49152,9830,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
58,5,0,0,9830,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
59,8,3,49152,0,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
60,13,10,49152,9830,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
61,15,24,49152,9830,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
62,9,25,49152,0,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
63,8,12,49152,0,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
64,5,26,0,9830,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
65,12,18,49152,9830,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
66,2,0,0,0,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
67,6,18,0,9830,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
68,4,19,0,9830,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
69,3,27,0,0,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
70,11,19,49152,0,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
71,4,2,0,9830,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
72,15,22,49152,9830,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
73,1,11,0,0,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
74,11,3,49152,0,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
75,4,12,0,9830,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
76,1,9,0,0,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
77,6,23,0,9830,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
78,1,12,0,0,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
79,6,19,0,9830,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
80,10,10,49152,0,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
81,9,19,49152,0,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
82,11,17,49152,0,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
83,14,18,49152,9830,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
84,8,16,49152,0,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
85,10,8,49152,0,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
86,7,14,0,9830,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
87,4,13,0,9830,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
88,12,0,49152,9830,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
89,8,7,49152,0,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
90,15,6,49152,9830,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
91,1,23,0,0,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
92,3,23,0,0,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
93,14,9,49152,9830,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
94,4,28,0,9830,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
95,5,12,0,9830,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
96,13,8,49152,9830,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
97,10,29,49152,0,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
98,15,9,49152,9830,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
99,15,14,49152,9830,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
100,13,27,49152,9830,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
101,7,9,0,9830,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
102,0,6,0,0,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
103,3,20,0,0,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
104,12,6,49152,9830,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
105,2,11,0,0,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
106,7,18,0,9830,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
107,11,11,49152,0,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
108,13,4,49152,9830,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
109,4,10,0,9830,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
110,11,8,49152,0,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
111,15,7,49152,9830,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
112,1,21,0,0,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
113,9,1,49152,0,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
114,8,24,49152,0,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
115,14,5,49152,9830,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
116,3,24,0,0,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
117,11,28,49152,0,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
118,8,22,49152,0,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
119,6,2,0,9830,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
120,1,25,0,0,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
121,10,25,49152,0,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
122,10,21,49152,0,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
123,9,24,49152,0,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
124,5,5,0,9830,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
125,3,29,0,0,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
126,4,0,0,9830,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
127,14,17,49152,9830,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
128,14,22,49152,9830,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
129,9,18,49152,0,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
130,10,16,49152,0,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
131,13,17,49152,9830,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
132,9,7,49152,0,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
133,15,2,49152,9830,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
134,10,5,49152,0,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
135,7,24,0,9830,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
136,6,25,0,9830,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
137,7,0,0,9830,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
138,6,1,0,9830,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
139,11,6,49152,0,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
140,1,6,0,0,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
141,12,26,49152,9830,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
142,14,14,49152,9830,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
143,2,5,0,0,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
144,12,7,49152,9830,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
145,11,10,49152,0,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
146,4,26,0,9830,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
147,12,1,49152,9830,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
148,12,27,49152,9830,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
149,4,18,0,9830,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
150,1,7,0,0,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
151,11,12,49152,0,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
152,4,24,0,9830,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
153,13,0,49152,9830,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
154,0,24,0,0,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
155,7,6,0,9830,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
156,10,22,49152,0,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
157,6,0,0,9830,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
158,4,1,0,9830,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
159,14,19,49152,9830,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
160,15,26,49152,9830,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
161,12,12,49152,9830,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
162,7,5,0,9830,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
163,5,6,0,9830,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
164,9,15,49152,0,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
165,1,16,0,0,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
166,9,28,49152,0,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
167,10,27,49152,0,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
168,10,23,49152,0,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
169,2,25,0,0,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
170,0,9,0,0,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
171,9,4,49152,0,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
172,5,13,0,9830,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
173,6,5,0,9830,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
174,2,6,0,0,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
175,6,17,0,9830,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
176,14,3,49152,9830,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
177,3,4,0,0,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
178,12,21,49152,9830,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
179,1,28,0,0,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
180,0,23,0,0,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
181,15,0,49152,9830,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
182,11,5,49152,0,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
183,14,1,49152,9830,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
184,14,0,49152,9830,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
185,5,9,0,9830,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
186,14,11,49152,9830,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
187,3,28,0,0,32768,32768,7,246,256,68,-1,0,0,0,52429
|
||||||
|
188,7,20,0,9830,32768,32768,7,246,256,68,-1,1,0,0,52429
|
||||||
|
189,0,11,0,0,0,0,7,246,256,68,-1,1,0,0,52429
|
||||||
|
190,15,4,49152,9830,32768,32768,7,246,256,68,-1,1,0,0,52429
|
||||||
|
191,3,26,0,0,32768,32768,7,246,256,68,-1,1,0,0,52429
|
||||||
|
192,5,15,0,9830,0,32768,7,246,256,68,-1,1,0,0,52429
|
||||||
|
193,8,15,49152,0,0,0,7,246,256,68,-1,1,0,0,52429
|
||||||
|
194,5,25,0,9830,0,32768,7,246,256,68,-1,1,0,0,52429
|
||||||
|
195,8,18,49152,0,0,0,7,246,256,68,-1,1,0,0,52429
|
||||||
|
196,5,17,0,9830,0,32768,7,246,256,68,-1,1,0,0,52429
|
||||||
|
197,9,23,49152,0,0,32768,7,246,256,68,-1,1,0,0,52429
|
||||||
|
198,14,6,49152,9830,32768,0,7,246,256,68,-1,1,0,0,52429
|
||||||
|
199,12,19,49152,9830,0,0,7,246,256,68,-1,1,0,0,52429
|
||||||
|
200,9,12,49152,0,0,32768,7,246,256,68,-1,1,0,0,52429
|
||||||
|
201,10,4,49152,0,32768,0,7,246,256,68,-1,1,0,0,52429
|
||||||
|
202,12,17,49152,9830,0,0,7,246,256,68,-1,1,0,0,52429
|
||||||
|
203,4,9,0,9830,0,0,7,246,256,68,-1,1,0,0,52429
|
||||||
|
204,3,19,0,0,32768,32768,7,246,256,68,-1,1,0,0,52429
|
||||||
|
205,5,29,0,9830,0,32768,7,246,256,68,-1,1,0,0,52429
|
||||||
|
206,12,20,49152,9830,0,0,7,246,256,68,-1,1,0,0,52429
|
||||||
|
207,3,13,0,0,32768,32768,7,246,256,68,-1,1,0,0,52429
|
||||||
|
208,3,10,0,0,32768,32768,7,246,256,68,-1,1,0,0,52429
|
||||||
|
209,12,4,49152,9830,0,0,7,246,256,68,-1,1,0,0,52429
|
||||||
|
210,2,23,0,0,32768,0,7,246,256,68,-1,1,0,0,52429
|
||||||
|
211,5,18,0,9830,0,32768,7,246,256,68,-1,1,0,0,52429
|
||||||
|
212,15,29,49152,9830,32768,32768,7,246,256,68,-1,1,0,0,52429
|
||||||
|
213,11,23,49152,0,32768,32768,7,246,256,68,-1,1,0,0,52429
|
||||||
|
214,4,15,0,9830,0,0,7,246,256,68,-1,1,0,0,52429
|
||||||
|
215,13,9,49152,9830,0,32768,7,246,256,68,-1,1,0,0,52429
|
||||||
|
216,9,0,49152,0,0,32768,7,246,256,68,-1,1,0,0,52429
|
||||||
|
217,4,20,0,9830,0,0,7,246,256,68,-1,1,0,0,52429
|
||||||
|
218,2,4,0,0,32768,0,7,246,256,68,-1,1,0,0,52429
|
||||||
|
219,15,1,49152,9830,32768,32768,7,246,256,68,-1,1,0,0,52429
|
||||||
|
220,5,2,0,9830,0,32768,7,246,256,68,-1,1,0,0,52429
|
||||||
|
221,2,12,0,0,32768,0,7,246,256,68,-1,1,0,0,52429
|
||||||
|
222,0,12,0,0,0,0,7,246,256,68,-1,1,0,0,52429
|
||||||
|
223,2,3,0,0,32768,0,7,246,256,68,-1,1,0,0,52429
|
||||||
|
224,6,28,0,9830,32768,0,7,246,256,68,-1,1,0,0,52429
|
||||||
|
225,13,5,49152,9830,0,32768,7,246,256,68,-1,1,0,0,52429
|
||||||
|
226,8,1,49152,0,0,0,7,246,256,68,-1,1,0,0,52429
|
||||||
|
227,6,11,0,9830,32768,0,7,246,256,68,-1,1,0,0,52429
|
||||||
|
228,9,27,49152,0,0,32768,7,246,256,72,-1,0,0,0,52429
|
||||||
|
229,3,25,0,0,32768,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
230,13,2,49152,9830,0,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
231,11,18,49152,0,32768,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
232,1,2,0,0,0,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
233,11,25,49152,0,32768,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
234,13,24,49152,9830,0,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
235,2,21,0,0,32768,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
236,2,7,0,0,32768,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
237,9,2,49152,0,0,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
238,15,3,49152,9830,32768,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
239,14,13,49152,9830,32768,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
240,1,4,0,0,0,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
241,2,24,0,0,32768,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
242,0,21,0,0,0,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
243,2,17,0,0,32768,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
244,15,13,49152,9830,32768,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
245,15,8,49152,9830,32768,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
246,1,17,0,0,0,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
247,15,15,49152,9830,32768,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
248,11,1,49152,0,32768,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
249,0,10,0,0,0,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
250,9,9,49152,0,0,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
251,5,22,0,9830,0,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
252,3,18,0,0,32768,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
253,8,29,49152,0,0,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
254,6,20,0,9830,32768,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
255,10,2,49152,0,32768,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
256,13,15,49152,9830,0,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
257,3,9,0,0,32768,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
258,15,19,49152,9830,32768,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
259,0,4,0,0,0,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
260,8,14,49152,0,0,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
261,10,12,49152,0,32768,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
262,1,5,0,0,0,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
263,1,15,0,0,0,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
264,10,19,49152,0,32768,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
265,0,19,0,0,0,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
266,8,28,49152,0,0,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
267,7,1,0,9830,32768,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
268,4,29,0,9830,0,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
269,0,0,0,0,0,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
270,12,24,49152,9830,0,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
271,8,19,49152,0,0,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
272,15,25,49152,9830,32768,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
273,7,23,0,9830,32768,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
274,4,4,0,9830,0,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
275,13,3,49152,9830,0,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
276,3,6,0,0,32768,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
277,10,14,49152,0,32768,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
278,13,16,49152,9830,0,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
279,12,15,49152,9830,0,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
280,1,14,0,0,0,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
281,6,22,0,9830,32768,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
282,0,22,0,0,0,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
283,8,27,49152,0,0,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
284,15,27,49152,9830,32768,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
285,5,27,0,9830,0,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
286,15,28,49152,9830,32768,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
287,6,15,0,9830,32768,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
288,11,21,49152,0,32768,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
289,10,11,49152,0,32768,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
290,14,24,49152,9830,32768,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
291,3,8,0,0,32768,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
292,2,20,0,0,32768,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
293,1,10,0,0,0,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
294,8,26,49152,0,0,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
295,14,27,49152,9830,32768,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
296,9,16,49152,0,0,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
297,1,22,0,0,0,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
298,0,26,0,0,0,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
299,15,20,49152,9830,32768,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
300,8,13,49152,0,0,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
301,8,2,49152,0,0,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
302,13,13,49152,9830,0,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
303,8,11,49152,0,0,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
304,8,8,49152,0,0,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
305,8,5,49152,0,0,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
306,5,23,0,9830,0,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
307,14,16,49152,9830,32768,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
308,3,3,0,0,32768,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
309,3,15,0,0,32768,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
310,0,2,0,0,0,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
311,2,15,0,0,32768,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
312,15,17,49152,9830,32768,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
313,5,14,0,9830,0,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
314,1,1,0,0,0,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
315,2,29,0,0,32768,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
316,14,29,49152,9830,32768,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
317,15,23,49152,9830,32768,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
318,7,7,0,9830,32768,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
319,7,16,0,9830,32768,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
320,7,8,0,9830,32768,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
321,4,23,0,9830,0,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
322,4,21,0,9830,0,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
323,5,4,0,9830,0,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
324,10,7,49152,0,32768,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
325,0,27,0,0,0,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
326,0,29,0,0,0,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
327,1,24,0,0,0,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
328,12,5,49152,9830,0,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
329,9,29,49152,0,0,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
330,14,28,49152,9830,32768,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
331,11,7,49152,0,32768,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
332,5,28,0,9830,0,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
333,0,1,0,0,0,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
334,7,15,0,9830,32768,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
335,4,8,0,9830,0,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
336,1,3,0,0,0,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
337,8,20,49152,0,0,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
338,3,21,0,0,32768,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
339,14,2,49152,9830,32768,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
340,9,22,49152,0,0,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
341,0,16,0,0,0,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
342,7,17,0,9830,32768,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
343,2,19,0,0,32768,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
344,5,1,0,9830,0,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
345,2,28,0,0,32768,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
346,5,10,0,9830,0,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
347,14,26,49152,9830,32768,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
348,10,13,49152,0,32768,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
349,5,16,0,9830,0,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
350,10,3,49152,0,32768,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
351,13,18,49152,9830,0,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
352,10,1,49152,0,32768,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
353,13,23,49152,9830,0,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
354,13,19,49152,9830,0,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
355,3,5,0,0,32768,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
356,3,14,0,0,32768,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
357,1,20,0,0,0,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
358,14,8,49152,9830,32768,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
359,6,6,0,9830,32768,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
360,12,28,49152,9830,0,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
361,11,0,49152,0,32768,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
362,13,14,49152,9830,0,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
363,15,11,49152,9830,32768,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
364,15,10,49152,9830,32768,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
365,12,11,49152,9830,0,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
366,15,12,49152,9830,32768,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
367,2,26,0,0,32768,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
368,10,17,49152,0,32768,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
369,6,29,0,9830,32768,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
370,5,7,0,9830,0,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
371,10,20,49152,0,32768,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
372,11,29,49152,0,32768,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
373,6,8,0,9830,32768,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
374,1,0,0,0,0,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
375,3,0,0,0,32768,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
376,3,11,0,0,32768,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
377,0,14,0,0,0,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
378,4,16,0,9830,0,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
379,5,8,0,9830,0,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
380,9,13,49152,0,0,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
381,4,25,0,9830,0,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
382,3,7,0,0,32768,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
383,12,22,49152,9830,0,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
384,4,22,0,9830,0,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
385,2,1,0,0,32768,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
386,8,0,49152,0,0,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
387,5,3,0,9830,0,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
388,3,22,0,0,32768,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
389,6,12,0,9830,32768,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
390,13,29,49152,9830,0,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
391,5,24,0,9830,0,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
392,10,9,49152,0,32768,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
393,5,19,0,9830,0,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
394,7,10,0,9830,32768,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
395,0,7,0,0,0,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
396,14,20,49152,9830,32768,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
397,15,18,49152,9830,32768,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
398,6,26,0,9830,32768,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
399,11,15,49152,0,32768,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
400,15,5,49152,9830,32768,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
401,6,24,0,9830,32768,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
402,3,17,0,0,32768,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
403,13,26,49152,9830,0,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
404,10,18,49152,0,32768,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
405,7,2,0,9830,32768,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
406,6,10,0,9830,32768,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
407,2,14,0,0,32768,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
408,9,14,49152,0,0,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
409,2,2,0,0,32768,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
410,1,27,0,0,0,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
411,4,6,0,9830,0,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
412,0,18,0,0,0,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
413,4,11,0,9830,0,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
414,7,3,0,9830,32768,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
415,14,12,49152,9830,32768,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
416,2,27,0,0,32768,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
417,7,12,0,9830,32768,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
418,12,2,49152,9830,0,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
419,2,18,0,0,32768,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
420,9,3,49152,0,0,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
421,6,3,0,9830,32768,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
422,7,29,0,9830,32768,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
423,3,2,0,0,32768,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
424,15,16,49152,9830,32768,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
425,0,25,0,0,0,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
426,10,28,49152,0,32768,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
427,9,21,49152,0,0,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
428,12,29,49152,9830,0,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
429,0,3,0,0,0,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
430,11,16,49152,0,32768,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
431,13,25,49152,9830,0,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
432,8,17,49152,0,0,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
433,1,18,0,0,0,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
434,9,5,49152,0,0,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
435,6,7,0,9830,32768,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
436,0,15,0,0,0,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
437,13,21,49152,9830,0,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
438,7,11,0,9830,32768,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
439,7,13,0,9830,32768,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
440,12,16,49152,9830,0,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
441,3,12,0,0,32768,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
442,8,6,49152,0,0,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
443,12,3,49152,9830,0,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
444,2,9,0,0,32768,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
445,13,1,49152,9830,0,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
446,7,26,0,9830,32768,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
447,3,16,0,0,32768,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
448,13,7,49152,9830,0,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
449,9,20,49152,0,0,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
450,13,6,49152,9830,0,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
451,5,11,0,9830,0,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
452,11,22,49152,0,32768,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
453,0,17,0,0,0,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
454,11,20,49152,0,32768,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
455,2,10,0,0,32768,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
456,10,24,49152,0,32768,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
457,6,4,0,9830,32768,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
458,8,25,49152,0,0,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
459,4,5,0,9830,0,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
460,12,13,49152,9830,0,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
461,3,1,0,0,32768,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
462,2,8,0,0,32768,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
463,14,15,49152,9830,32768,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
464,7,25,0,9830,32768,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
465,9,6,49152,0,0,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
466,4,17,0,9830,0,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
467,11,24,49152,0,32768,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
468,11,27,49152,0,32768,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
469,12,9,49152,9830,0,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
470,1,29,0,0,0,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
471,9,17,49152,0,0,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
472,4,27,0,9830,0,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
473,2,16,0,0,32768,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
474,7,27,0,9830,32768,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
475,12,8,49152,9830,0,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
476,5,21,0,9830,0,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
477,14,7,49152,9830,32768,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
478,4,14,0,9830,0,0,7,246,256,72,-1,1,0,0,52429
|
||||||
|
479,11,2,49152,0,32768,32768,7,246,256,72,-1,1,0,0,52429
|
||||||
|
@@ -0,0 +1,481 @@
|
|||||||
|
run_id,cfg,rep,ent_in,cv_in,tmp_in,stb_in,l8_mode,win_div,infer_win,infer_dec_q,infer_var_q,early_exit,bc_mean_q,bb_mean_q,fit_q
|
||||||
|
0,7,23,0,9830,32768,32768,7,246,256,0,-1,0,0,0,52429
|
||||||
|
1,2,22,0,0,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
2,6,2,0,9830,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
3,5,27,0,9830,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
4,12,24,49152,9830,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
5,7,4,0,9830,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
6,9,29,49152,0,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
7,11,20,49152,0,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
8,11,23,49152,0,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
9,7,10,0,9830,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
10,13,11,49152,9830,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
11,5,5,0,9830,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
12,1,6,0,0,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
13,12,27,49152,9830,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
14,13,20,49152,9830,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
15,4,3,0,9830,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
16,5,13,0,9830,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
17,12,12,49152,9830,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
18,6,21,0,9830,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
19,4,26,0,9830,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
20,15,27,49152,9830,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
21,5,9,0,9830,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
22,11,16,49152,0,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
23,5,14,0,9830,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
24,9,7,49152,0,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
25,13,13,49152,9830,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
26,10,21,49152,0,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
27,8,17,49152,0,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
28,12,14,49152,9830,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
29,4,5,0,9830,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
30,4,11,0,9830,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
31,7,3,0,9830,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
32,9,3,49152,0,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
33,0,8,0,0,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
34,9,18,49152,0,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
35,7,15,0,9830,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
36,5,7,0,9830,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
37,2,20,0,0,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
38,13,6,49152,9830,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
39,12,6,49152,9830,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
40,14,2,49152,9830,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
41,5,1,0,9830,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
42,4,28,0,9830,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
43,0,14,0,0,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
44,11,11,49152,0,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
45,1,9,0,0,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
46,5,29,0,9830,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
47,12,3,49152,9830,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
48,10,11,49152,0,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
49,6,29,0,9830,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
50,0,22,0,0,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
51,1,2,0,0,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
52,10,24,49152,0,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
53,0,5,0,0,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
54,6,10,0,9830,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
55,9,14,49152,0,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
56,5,4,0,9830,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
57,13,0,49152,9830,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
58,4,25,0,9830,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
59,3,21,0,0,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
60,1,1,0,0,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
61,0,19,0,0,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
62,7,0,0,9830,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
63,13,12,49152,9830,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
64,1,20,0,0,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
65,12,4,49152,9830,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
66,12,1,49152,9830,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
67,14,16,49152,9830,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
68,8,4,49152,0,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
69,1,5,0,0,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
70,13,15,49152,9830,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
71,9,12,49152,0,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
72,3,4,0,0,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
73,6,23,0,9830,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
74,0,11,0,0,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
75,1,13,0,0,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
76,3,11,0,0,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
77,3,24,0,0,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
78,6,11,0,9830,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
79,8,16,49152,0,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
80,14,28,49152,9830,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
81,10,22,49152,0,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
82,2,27,0,0,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
83,10,7,49152,0,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
84,1,21,0,0,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
85,14,18,49152,9830,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
86,1,19,0,0,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
87,7,29,0,9830,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
88,8,6,49152,0,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
89,11,2,49152,0,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
90,6,5,0,9830,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
91,4,20,0,9830,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
92,4,17,0,9830,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
93,0,15,0,0,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
94,0,10,0,0,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
95,9,13,49152,0,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
96,2,5,0,0,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
97,1,4,0,0,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
98,8,8,49152,0,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
99,2,18,0,0,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
100,4,21,0,9830,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
101,13,8,49152,9830,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
102,9,0,49152,0,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
103,6,24,0,9830,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
104,10,12,49152,0,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
105,14,10,49152,9830,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
106,9,17,49152,0,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
107,6,13,0,9830,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
108,6,18,0,9830,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
109,8,19,49152,0,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
110,8,20,49152,0,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
111,5,23,0,9830,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
112,6,17,0,9830,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
113,13,2,49152,9830,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
114,0,25,0,0,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
115,12,17,49152,9830,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
116,12,28,49152,9830,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
117,7,16,0,9830,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
118,0,23,0,0,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
119,0,13,0,0,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
120,2,12,0,0,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
121,7,2,0,9830,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
122,13,24,49152,9830,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
123,8,26,49152,0,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
124,3,10,0,0,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
125,6,22,0,9830,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
126,14,3,49152,9830,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
127,0,12,0,0,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
128,0,1,0,0,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
129,12,2,49152,9830,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
130,0,24,0,0,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
131,10,0,49152,0,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
132,2,29,0,0,32768,0,7,246,256,62,-1,0,0,0,52429
|
||||||
|
133,3,1,0,0,32768,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
134,13,16,49152,9830,0,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
135,14,26,49152,9830,32768,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
136,3,15,0,0,32768,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
137,4,2,0,9830,0,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
138,15,9,49152,9830,32768,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
139,0,26,0,0,0,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
140,8,22,49152,0,0,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
141,10,28,49152,0,32768,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
142,11,4,49152,0,32768,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
143,4,27,0,9830,0,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
144,8,15,49152,0,0,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
145,9,19,49152,0,0,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
146,0,0,0,0,0,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
147,13,7,49152,9830,0,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
148,13,27,49152,9830,0,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
149,11,26,49152,0,32768,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
150,2,2,0,0,32768,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
151,14,22,49152,9830,32768,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
152,4,18,0,9830,0,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
153,0,3,0,0,0,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
154,15,28,49152,9830,32768,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
155,12,26,49152,9830,0,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
156,12,8,49152,9830,0,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
157,3,9,0,0,32768,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
158,3,22,0,0,32768,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
159,15,7,49152,9830,32768,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
160,11,1,49152,0,32768,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
161,12,29,49152,9830,0,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
162,14,27,49152,9830,32768,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
163,4,29,0,9830,0,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
164,1,25,0,0,0,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
165,6,7,0,9830,32768,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
166,14,6,49152,9830,32768,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
167,9,4,49152,0,0,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
168,9,8,49152,0,0,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
169,3,27,0,0,32768,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
170,5,21,0,9830,0,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
171,12,18,49152,9830,0,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
172,14,23,49152,9830,32768,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
173,13,26,49152,9830,0,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
174,11,17,49152,0,32768,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
175,5,8,0,9830,0,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
176,4,13,0,9830,0,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
177,1,11,0,0,0,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
178,15,26,49152,9830,32768,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
179,11,29,49152,0,32768,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
180,10,23,49152,0,32768,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
181,1,23,0,0,0,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
182,9,27,49152,0,0,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
183,14,9,49152,9830,32768,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
184,13,21,49152,9830,0,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
185,8,3,49152,0,0,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
186,9,23,49152,0,0,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
187,12,22,49152,9830,0,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
188,14,15,49152,9830,32768,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
189,3,8,0,0,32768,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
190,6,27,0,9830,32768,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
191,4,14,0,9830,0,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
192,7,21,0,9830,32768,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
193,15,6,49152,9830,32768,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
194,2,0,0,0,32768,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
195,6,6,0,9830,32768,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
196,13,1,49152,9830,0,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
197,12,11,49152,9830,0,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
198,2,6,0,0,32768,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
199,5,16,0,9830,0,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
200,14,29,49152,9830,32768,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
201,15,13,49152,9830,32768,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
202,15,15,49152,9830,32768,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
203,4,24,0,9830,0,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
204,10,3,49152,0,32768,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
205,3,19,0,0,32768,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
206,15,24,49152,9830,32768,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
207,1,7,0,0,0,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
208,8,18,49152,0,0,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
209,0,27,0,0,0,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
210,0,7,0,0,0,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
211,5,10,0,9830,0,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
212,7,26,0,9830,32768,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
213,0,6,0,0,0,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
214,3,18,0,0,32768,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
215,9,9,49152,0,0,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
216,7,25,0,9830,32768,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
217,12,5,49152,9830,0,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
218,7,8,0,9830,32768,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
219,12,10,49152,9830,0,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
220,10,2,49152,0,32768,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
221,13,28,49152,9830,0,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
222,3,0,0,0,32768,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
223,7,6,0,9830,32768,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
224,6,3,0,9830,32768,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
225,5,17,0,9830,0,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
226,7,7,0,9830,32768,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
227,14,8,49152,9830,32768,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
228,6,4,0,9830,32768,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
229,14,12,49152,9830,32768,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
230,1,18,0,0,0,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
231,4,6,0,9830,0,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
232,0,9,0,0,0,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
233,1,15,0,0,0,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
234,13,29,49152,9830,0,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
235,5,28,0,9830,0,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
236,14,7,49152,9830,32768,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
237,15,29,49152,9830,32768,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
238,2,4,0,0,32768,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
239,2,3,0,0,32768,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
240,7,1,0,9830,32768,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
241,13,25,49152,9830,0,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
242,6,25,0,9830,32768,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
243,12,23,49152,9830,0,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
244,7,9,0,9830,32768,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
245,11,3,49152,0,32768,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
246,10,6,49152,0,32768,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
247,6,9,0,9830,32768,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
248,14,21,49152,9830,32768,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
249,8,21,49152,0,0,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
250,10,18,49152,0,32768,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
251,6,16,0,9830,32768,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
252,2,24,0,0,32768,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
253,13,14,49152,9830,0,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
254,1,29,0,0,0,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
255,10,29,49152,0,32768,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
256,7,24,0,9830,32768,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
257,1,0,0,0,0,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
258,10,20,49152,0,32768,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
259,7,27,0,9830,32768,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
260,8,5,49152,0,0,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
261,10,17,49152,0,32768,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
262,14,13,49152,9830,32768,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
263,13,17,49152,9830,0,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
264,11,21,49152,0,32768,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
265,15,2,49152,9830,32768,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
266,15,23,49152,9830,32768,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
267,9,16,49152,0,0,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
268,11,0,49152,0,32768,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
269,2,16,0,0,32768,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
270,2,14,0,0,32768,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
271,7,19,0,9830,32768,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
272,3,17,0,0,32768,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
273,15,21,49152,9830,32768,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
274,11,8,49152,0,32768,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
275,5,20,0,9830,0,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
276,14,14,49152,9830,32768,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
277,8,2,49152,0,0,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
278,0,20,0,0,0,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
279,0,21,0,0,0,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
280,0,28,0,0,0,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
281,14,19,49152,9830,32768,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
282,15,25,49152,9830,32768,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
283,11,19,49152,0,32768,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
284,8,14,49152,0,0,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
285,10,4,49152,0,32768,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
286,4,0,0,9830,0,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
287,3,6,0,0,32768,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
288,8,27,49152,0,0,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
289,3,25,0,0,32768,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
290,14,0,49152,9830,32768,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
291,3,28,0,0,32768,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
292,10,9,49152,0,32768,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
293,11,7,49152,0,32768,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
294,4,15,0,9830,0,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
295,12,21,49152,9830,0,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
296,4,8,0,9830,0,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
297,5,18,0,9830,0,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
298,5,25,0,9830,0,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
299,15,12,49152,9830,32768,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
300,7,22,0,9830,32768,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
301,0,4,0,0,0,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
302,13,10,49152,9830,0,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
303,4,7,0,9830,0,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
304,2,17,0,0,32768,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
305,1,12,0,0,0,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
306,13,4,49152,9830,0,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
307,11,10,49152,0,32768,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
308,5,22,0,9830,0,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
309,8,23,49152,0,0,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
310,10,5,49152,0,32768,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
311,11,28,49152,0,32768,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
312,6,15,0,9830,32768,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
313,15,22,49152,9830,32768,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
314,1,27,0,0,0,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
315,2,7,0,0,32768,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
316,4,9,0,9830,0,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
317,13,5,49152,9830,0,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
318,2,1,0,0,32768,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
319,9,5,49152,0,0,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
320,10,10,49152,0,32768,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
321,8,24,49152,0,0,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
322,9,1,49152,0,0,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
323,8,9,49152,0,0,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
324,15,20,49152,9830,32768,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
325,3,12,0,0,32768,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
326,1,22,0,0,0,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
327,5,15,0,9830,0,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
328,9,2,49152,0,0,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
329,8,29,49152,0,0,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
330,8,12,49152,0,0,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
331,1,16,0,0,0,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
332,6,20,0,9830,32768,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
333,10,27,49152,0,32768,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
334,14,1,49152,9830,32768,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
335,11,18,49152,0,32768,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
336,15,0,49152,9830,32768,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
337,3,13,0,0,32768,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
338,13,19,49152,9830,0,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
339,15,19,49152,9830,32768,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
340,15,5,49152,9830,32768,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
341,1,10,0,0,0,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
342,8,11,49152,0,0,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
343,3,20,0,0,32768,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
344,0,16,0,0,0,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
345,12,19,49152,9830,0,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
346,9,26,49152,0,0,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
347,12,13,49152,9830,0,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
348,2,26,0,0,32768,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
349,10,13,49152,0,32768,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
350,7,13,0,9830,32768,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
351,8,10,49152,0,0,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
352,10,19,49152,0,32768,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
353,15,4,49152,9830,32768,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
354,4,22,0,9830,0,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
355,8,28,49152,0,0,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
356,6,26,0,9830,32768,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
357,7,18,0,9830,32768,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
358,2,8,0,0,32768,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
359,8,7,49152,0,0,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
360,6,28,0,9830,32768,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
361,9,22,49152,0,0,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
362,12,25,49152,9830,0,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
363,1,14,0,0,0,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
364,5,0,0,9830,0,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
365,10,15,49152,0,32768,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
366,15,3,49152,9830,32768,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
367,10,1,49152,0,32768,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
368,1,26,0,0,0,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
369,15,18,49152,9830,32768,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
370,2,25,0,0,32768,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
371,10,16,49152,0,32768,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
372,3,26,0,0,32768,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
373,10,14,49152,0,32768,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
374,7,12,0,9830,32768,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
375,8,13,49152,0,0,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
376,7,14,0,9830,32768,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
377,3,14,0,0,32768,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
378,14,25,49152,9830,32768,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
379,10,8,49152,0,32768,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
380,9,24,49152,0,0,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
381,12,16,49152,9830,0,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
382,14,24,49152,9830,32768,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
383,1,17,0,0,0,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
384,15,1,49152,9830,32768,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
385,11,24,49152,0,32768,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
386,8,0,49152,0,0,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
387,9,25,49152,0,0,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
388,11,12,49152,0,32768,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
389,1,8,0,0,0,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
390,7,28,0,9830,32768,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
391,15,14,49152,9830,32768,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
392,2,10,0,0,32768,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
393,2,15,0,0,32768,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
394,9,15,49152,0,0,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
395,9,11,49152,0,0,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
396,2,23,0,0,32768,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
397,14,11,49152,9830,32768,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
398,15,16,49152,9830,32768,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
399,5,19,0,9830,0,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
400,3,2,0,0,32768,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
401,2,19,0,0,32768,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
402,9,6,49152,0,0,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
403,10,25,49152,0,32768,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
404,6,1,0,9830,32768,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
405,8,25,49152,0,0,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
406,6,0,0,9830,32768,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
407,6,12,0,9830,32768,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
408,12,20,49152,9830,0,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
409,3,7,0,0,32768,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
410,14,17,49152,9830,32768,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
411,9,21,49152,0,0,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
412,11,13,49152,0,32768,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
413,12,0,49152,9830,0,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
414,3,5,0,0,32768,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
415,2,9,0,0,32768,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
416,9,28,49152,0,0,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
417,2,21,0,0,32768,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
418,5,12,0,9830,0,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
419,11,14,49152,0,32768,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
420,6,19,0,9830,32768,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
421,7,11,0,9830,32768,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
422,7,17,0,9830,32768,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
423,0,18,0,0,0,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
424,15,10,49152,9830,32768,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
425,13,22,49152,9830,0,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
426,0,17,0,0,0,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
427,15,17,49152,9830,32768,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
428,15,8,49152,9830,32768,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
429,5,2,0,9830,0,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
430,14,4,49152,9830,32768,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
431,4,23,0,9830,0,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
432,4,16,0,9830,0,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
433,2,13,0,0,32768,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
434,0,29,0,0,0,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
435,4,12,0,9830,0,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
436,3,16,0,0,32768,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
437,5,24,0,9830,0,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
438,11,6,49152,0,32768,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
439,0,2,0,0,0,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
440,1,28,0,0,0,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
441,6,8,0,9830,32768,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
442,5,11,0,9830,0,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
443,11,9,49152,0,32768,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
444,10,26,49152,0,32768,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
445,9,10,49152,0,0,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
446,13,3,49152,9830,0,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
447,13,18,49152,9830,0,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
448,4,4,0,9830,0,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
449,4,19,0,9830,0,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
450,11,5,49152,0,32768,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
451,5,3,0,9830,0,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
452,3,29,0,0,32768,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
453,15,11,49152,9830,32768,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
454,11,25,49152,0,32768,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
455,3,23,0,0,32768,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
456,2,28,0,0,32768,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
457,14,20,49152,9830,32768,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
458,3,3,0,0,32768,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
459,11,15,49152,0,32768,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
460,12,7,49152,9830,0,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
461,2,11,0,0,32768,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
462,5,6,0,9830,0,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
463,12,9,49152,9830,0,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
464,6,14,0,9830,32768,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
465,11,27,49152,0,32768,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
466,5,26,0,9830,0,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
467,9,20,49152,0,0,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
468,1,3,0,0,0,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
469,13,23,49152,9830,0,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
470,1,24,0,0,0,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
471,11,22,49152,0,32768,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
472,8,1,49152,0,0,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
473,7,20,0,9830,32768,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
474,13,9,49152,9830,0,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
475,7,5,0,9830,32768,32768,7,246,256,62,-1,1,0,0,52429
|
||||||
|
476,4,10,0,9830,0,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
477,12,15,49152,9830,0,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
478,4,1,0,9830,0,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
479,14,5,49152,9830,32768,0,7,246,256,62,-1,1,0,0,52429
|
||||||
|
@@ -0,0 +1,481 @@
|
|||||||
|
run_id,cfg,rep,ent_in,cv_in,tmp_in,stb_in,l8_mode,win_div,infer_win,infer_dec_q,infer_var_q,early_exit,bc_mean_q,bb_mean_q,fit_q
|
||||||
|
0,12,23,49152,9830,0,0,7,246,256,0,-1,0,0,0,52429
|
||||||
|
1,9,11,49152,0,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
2,0,20,0,0,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
3,15,21,49152,9830,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
4,0,13,0,0,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
5,10,0,49152,0,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
6,0,8,0,0,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
7,8,10,49152,0,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
8,11,9,49152,0,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
9,8,9,49152,0,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
10,13,22,49152,9830,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
11,1,13,0,0,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
12,14,10,49152,9830,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
13,14,4,49152,9830,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
14,4,3,0,9830,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
15,5,20,0,9830,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
16,7,19,0,9830,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
17,6,16,0,9830,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
18,6,27,0,9830,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
19,7,4,0,9830,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
20,13,20,49152,9830,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
21,11,14,49152,0,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
22,13,28,49152,9830,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
23,11,4,49152,0,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
24,13,11,49152,9830,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
25,9,26,49152,0,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
26,11,26,49152,0,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
27,14,23,49152,9830,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
28,9,10,49152,0,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
29,7,21,0,9830,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
30,8,23,49152,0,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
31,1,8,0,0,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
32,14,21,49152,9830,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
33,14,25,49152,9830,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
34,4,7,0,9830,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
35,1,19,0,0,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
36,6,9,0,9830,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
37,10,26,49152,0,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
38,7,28,0,9830,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
39,11,13,49152,0,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
40,12,10,49152,9830,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
41,2,22,0,0,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
42,6,13,0,9830,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
43,6,21,0,9830,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
44,6,14,0,9830,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
45,12,14,49152,9830,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
46,10,15,49152,0,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
47,1,26,0,0,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
48,8,4,49152,0,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
49,0,5,0,0,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
50,7,22,0,9830,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
51,10,6,49152,0,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
52,0,28,0,0,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
53,2,13,0,0,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
54,12,25,49152,9830,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
55,8,21,49152,0,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
56,9,8,49152,0,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
57,13,12,49152,9830,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
58,5,0,0,9830,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
59,8,3,49152,0,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
60,13,10,49152,9830,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
61,15,24,49152,9830,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
62,9,25,49152,0,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
63,8,12,49152,0,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
64,5,26,0,9830,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
65,12,18,49152,9830,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
66,2,0,0,0,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
67,6,18,0,9830,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
68,4,19,0,9830,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
69,3,27,0,0,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
70,11,19,49152,0,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
71,4,2,0,9830,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
72,15,22,49152,9830,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
73,1,11,0,0,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
74,11,3,49152,0,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
75,4,12,0,9830,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
76,1,9,0,0,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
77,6,23,0,9830,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
78,1,12,0,0,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
79,6,19,0,9830,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
80,10,10,49152,0,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
81,9,19,49152,0,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
82,11,17,49152,0,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
83,14,18,49152,9830,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
84,8,16,49152,0,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
85,10,8,49152,0,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
86,7,14,0,9830,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
87,4,13,0,9830,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
88,12,0,49152,9830,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
89,8,7,49152,0,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
90,15,6,49152,9830,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
91,1,23,0,0,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
92,3,23,0,0,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
93,14,9,49152,9830,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
94,4,28,0,9830,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
95,5,12,0,9830,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
96,13,8,49152,9830,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
97,10,29,49152,0,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
98,15,9,49152,9830,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
99,15,14,49152,9830,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
100,13,27,49152,9830,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
101,7,9,0,9830,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
102,0,6,0,0,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
103,3,20,0,0,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
104,12,6,49152,9830,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
105,2,11,0,0,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
106,7,18,0,9830,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
107,11,11,49152,0,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
108,13,4,49152,9830,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
109,4,10,0,9830,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
110,11,8,49152,0,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
111,15,7,49152,9830,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
112,1,21,0,0,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
113,9,1,49152,0,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
114,8,24,49152,0,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
115,14,5,49152,9830,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
116,3,24,0,0,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
117,11,28,49152,0,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
118,8,22,49152,0,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
119,6,2,0,9830,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
120,1,25,0,0,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
121,10,25,49152,0,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
122,10,21,49152,0,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
123,9,24,49152,0,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
124,5,5,0,9830,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
125,3,29,0,0,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
126,4,0,0,9830,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
127,14,17,49152,9830,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
128,14,22,49152,9830,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
129,9,18,49152,0,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
130,10,16,49152,0,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
131,13,17,49152,9830,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
132,9,7,49152,0,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
133,15,2,49152,9830,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
134,10,5,49152,0,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
135,7,24,0,9830,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
136,6,25,0,9830,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
137,7,0,0,9830,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
138,6,1,0,9830,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
139,11,6,49152,0,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
140,1,6,0,0,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
141,12,26,49152,9830,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
142,14,14,49152,9830,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
143,2,5,0,0,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
144,12,7,49152,9830,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
145,11,10,49152,0,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
146,4,26,0,9830,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
147,12,1,49152,9830,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
148,12,27,49152,9830,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
149,4,18,0,9830,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
150,1,7,0,0,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
151,11,12,49152,0,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
152,4,24,0,9830,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
153,13,0,49152,9830,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
154,0,24,0,0,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
155,7,6,0,9830,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
156,10,22,49152,0,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
157,6,0,0,9830,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
158,4,1,0,9830,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
159,14,19,49152,9830,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
160,15,26,49152,9830,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
161,12,12,49152,9830,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
162,7,5,0,9830,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
163,5,6,0,9830,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
164,9,15,49152,0,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
165,1,16,0,0,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
166,9,28,49152,0,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
167,10,27,49152,0,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
168,10,23,49152,0,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
169,2,25,0,0,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
170,0,9,0,0,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
171,9,4,49152,0,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
172,5,13,0,9830,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
173,6,5,0,9830,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
174,2,6,0,0,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
175,6,17,0,9830,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
176,14,3,49152,9830,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
177,3,4,0,0,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
178,12,21,49152,9830,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
179,1,28,0,0,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
180,0,23,0,0,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
181,15,0,49152,9830,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
182,11,5,49152,0,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
183,14,1,49152,9830,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
184,14,0,49152,9830,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
185,5,9,0,9830,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
186,14,11,49152,9830,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
187,3,28,0,0,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
188,7,20,0,9830,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
189,0,11,0,0,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
190,15,4,49152,9830,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
191,3,26,0,0,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
192,5,15,0,9830,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
193,8,15,49152,0,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
194,5,25,0,9830,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
195,8,18,49152,0,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
196,5,17,0,9830,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
197,9,23,49152,0,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
198,14,6,49152,9830,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
199,12,19,49152,9830,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
200,9,12,49152,0,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
201,10,4,49152,0,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
202,12,17,49152,9830,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
203,4,9,0,9830,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
204,3,19,0,0,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
205,5,29,0,9830,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
206,12,20,49152,9830,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
207,3,13,0,0,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
208,3,10,0,0,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
209,12,4,49152,9830,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
210,2,23,0,0,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
211,5,18,0,9830,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
212,15,29,49152,9830,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
213,11,23,49152,0,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
214,4,15,0,9830,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
215,13,9,49152,9830,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
216,9,0,49152,0,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
217,4,20,0,9830,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
218,2,4,0,0,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
219,15,1,49152,9830,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
220,5,2,0,9830,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
221,2,12,0,0,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
222,0,12,0,0,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
223,2,3,0,0,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
224,6,28,0,9830,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
225,13,5,49152,9830,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
226,8,1,49152,0,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
227,6,11,0,9830,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
228,9,27,49152,0,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
229,3,25,0,0,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
230,13,2,49152,9830,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
231,11,18,49152,0,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
232,1,2,0,0,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
233,11,25,49152,0,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
234,13,24,49152,9830,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
235,2,21,0,0,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
236,2,7,0,0,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
237,9,2,49152,0,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
238,15,3,49152,9830,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
239,14,13,49152,9830,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
240,1,4,0,0,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
241,2,24,0,0,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
242,0,21,0,0,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
243,2,17,0,0,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
244,15,13,49152,9830,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
245,15,8,49152,9830,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
246,1,17,0,0,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
247,15,15,49152,9830,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
248,11,1,49152,0,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
249,0,10,0,0,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
250,9,9,49152,0,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
251,5,22,0,9830,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
252,3,18,0,0,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
253,8,29,49152,0,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
254,6,20,0,9830,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
255,10,2,49152,0,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
256,13,15,49152,9830,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
257,3,9,0,0,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
258,15,19,49152,9830,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
259,0,4,0,0,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
260,8,14,49152,0,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
261,10,12,49152,0,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
262,1,5,0,0,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
263,1,15,0,0,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
264,10,19,49152,0,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
265,0,19,0,0,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
266,8,28,49152,0,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
267,7,1,0,9830,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
268,4,29,0,9830,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
269,0,0,0,0,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
270,12,24,49152,9830,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
271,8,19,49152,0,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
272,15,25,49152,9830,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
273,7,23,0,9830,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
274,4,4,0,9830,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
275,13,3,49152,9830,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
276,3,6,0,0,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
277,10,14,49152,0,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
278,13,16,49152,9830,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
279,12,15,49152,9830,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
280,1,14,0,0,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
281,6,22,0,9830,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
282,0,22,0,0,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
283,8,27,49152,0,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
284,15,27,49152,9830,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
285,5,27,0,9830,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
286,15,28,49152,9830,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
287,6,15,0,9830,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
288,11,21,49152,0,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
289,10,11,49152,0,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
290,14,24,49152,9830,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
291,3,8,0,0,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
292,2,20,0,0,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
293,1,10,0,0,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
294,8,26,49152,0,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
295,14,27,49152,9830,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
296,9,16,49152,0,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
297,1,22,0,0,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
298,0,26,0,0,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
299,15,20,49152,9830,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
300,8,13,49152,0,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
301,8,2,49152,0,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
302,13,13,49152,9830,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
303,8,11,49152,0,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
304,8,8,49152,0,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
305,8,5,49152,0,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
306,5,23,0,9830,0,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
307,14,16,49152,9830,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
308,3,3,0,0,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
309,3,15,0,0,32768,32768,7,246,256,0,-1,1,0,0,52429
|
||||||
|
310,0,2,0,0,0,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
311,2,15,0,0,32768,0,7,246,256,0,-1,1,0,0,52429
|
||||||
|
312,15,17,49152,9830,32768,32768,7,246,256,77,-1,0,0,0,52429
|
||||||
|
313,5,14,0,9830,0,32768,7,246,256,77,-1,1,0,0,52429
|
||||||
|
314,1,1,0,0,0,32768,7,246,256,77,-1,1,0,0,52429
|
||||||
|
315,2,29,0,0,32768,0,7,246,256,77,-1,1,0,0,52429
|
||||||
|
316,14,29,49152,9830,32768,0,7,246,256,77,-1,1,0,0,52429
|
||||||
|
317,15,23,49152,9830,32768,32768,7,246,256,77,-1,1,0,0,52429
|
||||||
|
318,7,7,0,9830,32768,32768,7,246,256,77,-1,1,0,0,52429
|
||||||
|
319,7,16,0,9830,32768,32768,7,246,256,77,-1,1,0,0,52429
|
||||||
|
320,7,8,0,9830,32768,32768,7,246,256,77,-1,1,0,0,52429
|
||||||
|
321,4,23,0,9830,0,0,7,246,256,77,-1,1,0,0,52429
|
||||||
|
322,4,21,0,9830,0,0,7,246,256,77,-1,1,0,0,52429
|
||||||
|
323,5,4,0,9830,0,32768,7,246,256,77,-1,1,0,0,52429
|
||||||
|
324,10,7,49152,0,32768,0,7,246,256,77,-1,1,0,0,52429
|
||||||
|
325,0,27,0,0,0,0,7,246,256,77,-1,1,0,0,52429
|
||||||
|
326,0,29,0,0,0,0,7,246,256,77,-1,1,0,0,52429
|
||||||
|
327,1,24,0,0,0,32768,7,246,256,77,-1,1,0,0,52429
|
||||||
|
328,12,5,49152,9830,0,0,7,246,256,77,-1,1,0,0,52429
|
||||||
|
329,9,29,49152,0,0,32768,7,246,256,77,-1,1,0,0,52429
|
||||||
|
330,14,28,49152,9830,32768,0,7,246,256,77,-1,1,0,0,52429
|
||||||
|
331,11,7,49152,0,32768,32768,7,246,256,77,-1,1,0,0,52429
|
||||||
|
332,5,28,0,9830,0,32768,7,246,256,77,-1,1,0,0,52429
|
||||||
|
333,0,1,0,0,0,0,7,246,256,77,-1,1,0,0,52429
|
||||||
|
334,7,15,0,9830,32768,32768,7,246,256,77,-1,1,0,0,52429
|
||||||
|
335,4,8,0,9830,0,0,7,246,256,77,-1,1,0,0,52429
|
||||||
|
336,1,3,0,0,0,32768,7,246,256,77,-1,1,0,0,52429
|
||||||
|
337,8,20,49152,0,0,0,7,246,256,77,-1,1,0,0,52429
|
||||||
|
338,3,21,0,0,32768,32768,7,246,256,77,-1,1,0,0,52429
|
||||||
|
339,14,2,49152,9830,32768,0,7,246,256,77,-1,1,0,0,52429
|
||||||
|
340,9,22,49152,0,0,32768,7,246,256,77,-1,1,0,0,52429
|
||||||
|
341,0,16,0,0,0,0,7,246,256,77,-1,1,0,0,52429
|
||||||
|
342,7,17,0,9830,32768,32768,7,246,256,77,-1,1,0,0,52429
|
||||||
|
343,2,19,0,0,32768,0,7,246,256,77,-1,1,0,0,52429
|
||||||
|
344,5,1,0,9830,0,32768,7,246,256,77,-1,1,0,0,52429
|
||||||
|
345,2,28,0,0,32768,0,7,246,256,77,-1,1,0,0,52429
|
||||||
|
346,5,10,0,9830,0,32768,7,246,256,77,-1,1,0,0,52429
|
||||||
|
347,14,26,49152,9830,32768,0,7,246,256,77,-1,1,0,0,52429
|
||||||
|
348,10,13,49152,0,32768,0,7,246,256,77,-1,1,0,0,52429
|
||||||
|
349,5,16,0,9830,0,32768,7,246,256,77,-1,1,0,0,52429
|
||||||
|
350,10,3,49152,0,32768,0,7,246,256,77,-1,1,0,0,52429
|
||||||
|
351,13,18,49152,9830,0,32768,7,246,256,77,-1,1,0,0,52429
|
||||||
|
352,10,1,49152,0,32768,0,7,246,256,77,-1,1,0,0,52429
|
||||||
|
353,13,23,49152,9830,0,32768,7,246,256,77,-1,1,0,0,52429
|
||||||
|
354,13,19,49152,9830,0,32768,7,246,256,77,-1,1,0,0,52429
|
||||||
|
355,3,5,0,0,32768,32768,7,246,256,77,-1,1,0,0,52429
|
||||||
|
356,3,14,0,0,32768,32768,7,246,256,77,-1,1,0,0,52429
|
||||||
|
357,1,20,0,0,0,32768,7,246,256,77,-1,1,0,0,52429
|
||||||
|
358,14,8,49152,9830,32768,0,7,246,256,77,-1,1,0,0,52429
|
||||||
|
359,6,6,0,9830,32768,0,7,246,256,77,-1,1,0,0,52429
|
||||||
|
360,12,28,49152,9830,0,0,7,246,256,77,-1,1,0,0,52429
|
||||||
|
361,11,0,49152,0,32768,32768,7,246,256,77,-1,1,0,0,52429
|
||||||
|
362,13,14,49152,9830,0,32768,7,246,256,77,-1,1,0,0,52429
|
||||||
|
363,15,11,49152,9830,32768,32768,7,246,256,80,-1,0,0,0,52429
|
||||||
|
364,15,10,49152,9830,32768,32768,7,246,256,80,-1,1,0,0,52429
|
||||||
|
365,12,11,49152,9830,0,0,7,246,256,80,-1,1,0,0,52429
|
||||||
|
366,15,12,49152,9830,32768,32768,7,246,256,80,-1,1,0,0,52429
|
||||||
|
367,2,26,0,0,32768,0,7,246,256,80,-1,1,0,0,52429
|
||||||
|
368,10,17,49152,0,32768,0,7,246,256,80,-1,1,0,0,52429
|
||||||
|
369,6,29,0,9830,32768,0,7,246,256,80,-1,1,0,0,52429
|
||||||
|
370,5,7,0,9830,0,32768,7,246,256,80,-1,1,0,0,52429
|
||||||
|
371,10,20,49152,0,32768,0,7,246,256,80,-1,1,0,0,52429
|
||||||
|
372,11,29,49152,0,32768,32768,7,246,256,80,-1,1,0,0,52429
|
||||||
|
373,6,8,0,9830,32768,0,7,246,256,80,-1,1,0,0,52429
|
||||||
|
374,1,0,0,0,0,32768,7,246,256,80,-1,1,0,0,52429
|
||||||
|
375,3,0,0,0,32768,32768,7,246,256,80,-1,1,0,0,52429
|
||||||
|
376,3,11,0,0,32768,32768,7,246,256,80,-1,1,0,0,52429
|
||||||
|
377,0,14,0,0,0,0,7,246,256,80,-1,1,0,0,52429
|
||||||
|
378,4,16,0,9830,0,0,7,246,256,80,-1,1,0,0,52429
|
||||||
|
379,5,8,0,9830,0,32768,7,246,256,80,-1,1,0,0,52429
|
||||||
|
380,9,13,49152,0,0,32768,7,246,256,80,-1,1,0,0,52429
|
||||||
|
381,4,25,0,9830,0,0,7,246,256,80,-1,1,0,0,52429
|
||||||
|
382,3,7,0,0,32768,32768,7,246,256,80,-1,1,0,0,52429
|
||||||
|
383,12,22,49152,9830,0,0,7,246,256,80,-1,1,0,0,52429
|
||||||
|
384,4,22,0,9830,0,0,7,246,256,80,-1,1,0,0,52429
|
||||||
|
385,2,1,0,0,32768,0,7,246,256,80,-1,1,0,0,52429
|
||||||
|
386,8,0,49152,0,0,0,7,246,256,80,-1,1,0,0,52429
|
||||||
|
387,5,3,0,9830,0,32768,7,246,256,80,-1,1,0,0,52429
|
||||||
|
388,3,22,0,0,32768,32768,7,246,256,80,-1,1,0,0,52429
|
||||||
|
389,6,12,0,9830,32768,0,7,246,256,80,-1,1,0,0,52429
|
||||||
|
390,13,29,49152,9830,0,32768,7,246,256,80,-1,1,0,0,52429
|
||||||
|
391,5,24,0,9830,0,32768,7,246,256,80,-1,1,0,0,52429
|
||||||
|
392,10,9,49152,0,32768,0,7,246,256,80,-1,1,0,0,52429
|
||||||
|
393,5,19,0,9830,0,32768,7,246,256,80,-1,1,0,0,52429
|
||||||
|
394,7,10,0,9830,32768,32768,7,246,256,80,-1,1,0,0,52429
|
||||||
|
395,0,7,0,0,0,0,7,246,256,80,-1,1,0,0,52429
|
||||||
|
396,14,20,49152,9830,32768,0,7,246,256,80,-1,1,0,0,52429
|
||||||
|
397,15,18,49152,9830,32768,32768,7,246,256,80,-1,1,0,0,52429
|
||||||
|
398,6,26,0,9830,32768,0,7,246,256,80,-1,1,0,0,52429
|
||||||
|
399,11,15,49152,0,32768,32768,7,246,256,80,-1,1,0,0,52429
|
||||||
|
400,15,5,49152,9830,32768,32768,7,246,256,80,-1,1,0,0,52429
|
||||||
|
401,6,24,0,9830,32768,0,7,246,256,80,-1,1,0,0,52429
|
||||||
|
402,3,17,0,0,32768,32768,7,246,256,80,-1,1,0,0,52429
|
||||||
|
403,13,26,49152,9830,0,32768,7,246,256,80,-1,1,0,0,52429
|
||||||
|
404,10,18,49152,0,32768,0,7,246,256,80,-1,1,0,0,52429
|
||||||
|
405,7,2,0,9830,32768,32768,7,246,256,80,-1,1,0,0,52429
|
||||||
|
406,6,10,0,9830,32768,0,7,246,256,80,-1,1,0,0,52429
|
||||||
|
407,2,14,0,0,32768,0,7,246,256,80,-1,1,0,0,52429
|
||||||
|
408,9,14,49152,0,0,32768,7,246,256,80,-1,1,0,0,52429
|
||||||
|
409,2,2,0,0,32768,0,7,246,256,80,-1,1,0,0,52429
|
||||||
|
410,1,27,0,0,0,32768,7,246,256,80,-1,1,0,0,52429
|
||||||
|
411,4,6,0,9830,0,0,7,246,256,82,-1,0,0,0,52429
|
||||||
|
412,0,18,0,0,0,0,7,246,256,82,-1,1,0,0,52429
|
||||||
|
413,4,11,0,9830,0,0,7,246,256,82,-1,1,0,0,52429
|
||||||
|
414,7,3,0,9830,32768,32768,7,246,256,82,-1,1,0,0,52429
|
||||||
|
415,14,12,49152,9830,32768,0,7,246,256,82,-1,1,0,0,52429
|
||||||
|
416,2,27,0,0,32768,0,7,246,256,82,-1,1,0,0,52429
|
||||||
|
417,7,12,0,9830,32768,32768,7,246,256,82,-1,1,0,0,52429
|
||||||
|
418,12,2,49152,9830,0,0,7,246,256,82,-1,1,0,0,52429
|
||||||
|
419,2,18,0,0,32768,0,7,246,256,82,-1,1,0,0,52429
|
||||||
|
420,9,3,49152,0,0,32768,7,246,256,82,-1,1,0,0,52429
|
||||||
|
421,6,3,0,9830,32768,0,7,246,256,82,-1,1,0,0,52429
|
||||||
|
422,7,29,0,9830,32768,32768,7,246,256,82,-1,1,0,0,52429
|
||||||
|
423,3,2,0,0,32768,32768,7,246,256,82,-1,1,0,0,52429
|
||||||
|
424,15,16,49152,9830,32768,32768,7,246,256,82,-1,1,0,0,52429
|
||||||
|
425,0,25,0,0,0,0,7,246,256,82,-1,1,0,0,52429
|
||||||
|
426,10,28,49152,0,32768,0,7,246,256,82,-1,1,0,0,52429
|
||||||
|
427,9,21,49152,0,0,32768,7,246,256,82,-1,1,0,0,52429
|
||||||
|
428,12,29,49152,9830,0,0,7,246,256,82,-1,1,0,0,52429
|
||||||
|
429,0,3,0,0,0,0,7,246,256,82,-1,1,0,0,52429
|
||||||
|
430,11,16,49152,0,32768,32768,7,246,256,82,-1,1,0,0,52429
|
||||||
|
431,13,25,49152,9830,0,32768,7,246,256,82,-1,1,0,0,52429
|
||||||
|
432,8,17,49152,0,0,0,7,246,256,82,-1,1,0,0,52429
|
||||||
|
433,1,18,0,0,0,32768,7,246,256,82,-1,1,0,0,52429
|
||||||
|
434,9,5,49152,0,0,32768,7,246,256,82,-1,1,0,0,52429
|
||||||
|
435,6,7,0,9830,32768,0,7,246,256,82,-1,1,0,0,52429
|
||||||
|
436,0,15,0,0,0,0,7,246,256,82,-1,1,0,0,52429
|
||||||
|
437,13,21,49152,9830,0,32768,7,246,256,82,-1,1,0,0,52429
|
||||||
|
438,7,11,0,9830,32768,32768,7,246,256,82,-1,1,0,0,52429
|
||||||
|
439,7,13,0,9830,32768,32768,7,246,256,82,-1,1,0,0,52429
|
||||||
|
440,12,16,49152,9830,0,0,7,246,256,82,-1,1,0,0,52429
|
||||||
|
441,3,12,0,0,32768,32768,7,246,256,82,-1,1,0,0,52429
|
||||||
|
442,8,6,49152,0,0,0,7,246,256,82,-1,1,0,0,52429
|
||||||
|
443,12,3,49152,9830,0,0,7,246,256,82,-1,1,0,0,52429
|
||||||
|
444,2,9,0,0,32768,0,7,246,256,82,-1,1,0,0,52429
|
||||||
|
445,13,1,49152,9830,0,32768,7,246,256,82,-1,1,0,0,52429
|
||||||
|
446,7,26,0,9830,32768,32768,7,246,256,82,-1,1,0,0,52429
|
||||||
|
447,3,16,0,0,32768,32768,7,246,256,82,-1,1,0,0,52429
|
||||||
|
448,13,7,49152,9830,0,32768,7,246,256,82,-1,1,0,0,52429
|
||||||
|
449,9,20,49152,0,0,32768,7,246,256,82,-1,1,0,0,52429
|
||||||
|
450,13,6,49152,9830,0,32768,7,246,256,82,-1,1,0,0,52429
|
||||||
|
451,5,11,0,9830,0,32768,7,246,256,82,-1,1,0,0,52429
|
||||||
|
452,11,22,49152,0,32768,32768,7,246,256,84,-1,0,0,0,52429
|
||||||
|
453,0,17,0,0,0,0,7,246,256,84,-1,1,0,0,52429
|
||||||
|
454,11,20,49152,0,32768,32768,7,246,256,84,-1,1,0,0,52429
|
||||||
|
455,2,10,0,0,32768,0,7,246,256,84,-1,1,0,0,52429
|
||||||
|
456,10,24,49152,0,32768,0,7,246,256,84,-1,1,0,0,52429
|
||||||
|
457,6,4,0,9830,32768,0,7,246,256,84,-1,1,0,0,52429
|
||||||
|
458,8,25,49152,0,0,0,7,246,256,84,-1,1,0,0,52429
|
||||||
|
459,4,5,0,9830,0,0,7,246,256,84,-1,1,0,0,52429
|
||||||
|
460,12,13,49152,9830,0,0,7,246,256,84,-1,1,0,0,52429
|
||||||
|
461,3,1,0,0,32768,32768,7,246,256,84,-1,1,0,0,52429
|
||||||
|
462,2,8,0,0,32768,0,7,246,256,84,-1,1,0,0,52429
|
||||||
|
463,14,15,49152,9830,32768,0,7,246,256,84,-1,1,0,0,52429
|
||||||
|
464,7,25,0,9830,32768,32768,7,246,256,84,-1,1,0,0,52429
|
||||||
|
465,9,6,49152,0,0,32768,7,246,256,84,-1,1,0,0,52429
|
||||||
|
466,4,17,0,9830,0,0,7,246,256,84,-1,1,0,0,52429
|
||||||
|
467,11,24,49152,0,32768,32768,7,246,256,84,-1,1,0,0,52429
|
||||||
|
468,11,27,49152,0,32768,32768,7,246,256,84,-1,1,0,0,52429
|
||||||
|
469,12,9,49152,9830,0,0,7,246,256,84,-1,1,0,0,52429
|
||||||
|
470,1,29,0,0,0,32768,7,246,256,84,-1,1,0,0,52429
|
||||||
|
471,9,17,49152,0,0,32768,7,246,256,84,-1,1,0,0,52429
|
||||||
|
472,4,27,0,9830,0,0,7,246,256,84,-1,1,0,0,52429
|
||||||
|
473,2,16,0,0,32768,0,7,246,256,84,-1,1,0,0,52429
|
||||||
|
474,7,27,0,9830,32768,32768,7,246,256,84,-1,1,0,0,52429
|
||||||
|
475,12,8,49152,9830,0,0,7,246,256,84,-1,1,0,0,52429
|
||||||
|
476,5,21,0,9830,0,32768,7,246,256,84,-1,1,0,0,52429
|
||||||
|
477,14,7,49152,9830,32768,0,7,246,256,84,-1,1,0,0,52429
|
||||||
|
478,4,14,0,9830,0,0,7,246,256,84,-1,1,0,0,52429
|
||||||
|
479,11,2,49152,0,32768,32768,7,246,256,84,-1,1,0,0,52429
|
||||||
|
@@ -14,3 +14,6 @@ order,arch,seed,acl,start_ts,end_ts,elapsed_s,rows,cfgs_ok,errors
|
|||||||
13,amd64,13579,enabled,1787267123.028308417,1787267323.547801480,200.519,480,TRUE,0
|
13,amd64,13579,enabled,1787267123.028308417,1787267323.547801480,200.519,480,TRUE,0
|
||||||
14,riscv64,67890,enabled,1787267448.631728414,1787267611.865221636,163.233,480,TRUE,0
|
14,riscv64,67890,enabled,1787267448.631728414,1787267611.865221636,163.233,480,TRUE,0
|
||||||
15,aarch64,67890,disabled,1787267773.852755653,1787268053.955665900,280.103,480,TRUE,0
|
15,aarch64,67890,disabled,1787267773.852755653,1787268053.955665900,280.103,480,TRUE,0
|
||||||
|
16,amd64,12345,enabled,1787268199.244061241,1787268398.506357104,199.262,480,TRUE,0
|
||||||
|
17,aarch64,67890,enabled,1787268581.129615111,1787268869.561021888,288.431,480,TRUE,0
|
||||||
|
18,amd64,67890,disabled,1787268989.639012724,1787269176.457316387,186.818,480,TRUE,0
|
||||||
|
|||||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user