IoC Analysis on Interrupts

What is this?

This database consolidates the best, aka. highest Index of Coincidence (IoC) scores, for any given interrupt – considering all possible interrupt constellations. We look at the first 20 interrupts only, and try all combinations for these. But instead of looking at the whole chapter we only look at the text upto interrupt no. 21. This way we can test all the possibilities and, in case we have the right key length, find the key length with the highest probability. Since we tried all combinations for this shorter text, the complete text will be fully decrypted.

Example:

Is it enough information though? Mostly. The three lowest examples have 349, 364, and 376 runes respectively. Meaning that, in the worst case, the frequency analysis will look at only 349 runes. For a key length of 25 it will leave only 14 runes per group. That is not very much but the best we can get. You could increase the interrupt count to 21 or 22 which would make it better but the execution time doubles1 with each increment.

1 testing 20 interrupts takes approx. 38 hours (pages 0–55 with all interrupt runes). Or 30 seconds for a single test.

Assumptions

“Normal” english text
IoC is based on the assumption that we know the underlying text (english) and that the text follows a normal character distribution. If the text was prepared to be extra hard to decrypt, one could have removed all letter ‘e’ to make IoC pretty much useless (there are a few 100+ pages books that do exactly that). ⤳ Well, let us hope we have normal texts.
Mono- and polyalphabetic substitution
Each encrypted rune has a 1-to-1 mapping to its decrypted counterpart relative to its group. For polyalphabetic ciphers the groups are determined by cycling through different substitution alphabets. The number of groups is from now on described as key length.
It is completely irrelevant whether the encryption algorithm uses a Ceaser shift (variant), Atbash, Vigenere, or an Affine substition, as long as it is monoalphabetic (in its group), the IoC will stay the same. ⤳ The results do not apply to polyphonic or polygraphic ciphers.
Single rune keys
If a polyalphabetic cipher is used, we assume the decryption is based on this rune alone. E.g., it does not look at the neighboring rune, nor words, nor its position in the text. Further, the decryption takes only one rune as input. ⤳ We can not detect bi-gram or tri-gram substitions or totient streams.
Key length
We only consider key lengths of up to 32 runes. Longer keys will split the text too much, leaving too little data per group to analyze IoC. Even 32 is probably too high in most cases. You can see that in the results that the IoC values for longer key lengths have a tendency to be higher. Keep in mind that a key length of 30 on a text with just 300 runes will be a mere 10 runes per key group.
That said, there is still a reason for why we go up to 32 runes. Shorter keys will have, so to say, resonance frequencies. For example, a key length of 8 will have a similar IoCs for key lengths of 16 and 24 as it is just a multiple of 8. ⤳ Don’t focus too much on high IoC values at the upper key length limit unless it is a multiple of a shorter one.
Whitespace
IoC does not care about whitespace, at least not in this analysis. Both, training data and LP paged were stripped of any whitespace before calculating the IoC. This means, if the given whitespace should be bogus, the IoC value would still be higher compared to other key lengths. ⤳ Whitespace does not affect the results.
One cipher per chapter
So far we assumed that each chapter (grouped by its page artwork) has exactly one cipher. Thus, each IoC is calculated based on the entire chapter rather than per page. This gives more data for frequency analysis but will fail if the chapter should have more than one cipher (or change midway). ⤳ Will not detect if a chapter has multiple ciphers (e.g., one per page, sub-chapter, or line)
Order of decryption
We assum the decryption starts at the beginning of a page. Even though this should not matter for IoC, since a mere revert would not change the frequency, it matters for the interrupt positions. Since we only look at the first X runes, the IoC of a reversed stream may be different. Further, the interrupt positions will not help you if you need to start from the back. ⤳ Reverse order does not change IoC, hence this results are also applicable.

Reliability

The following table shows how many runes were considered while analyzing the IoC. Low value, low confidence. The darker the color is, the higher the chances are the results are accurate. Everything below 384 is far from ideal (16 runes per key group for a key length of 24). Everything above 812 is considered reliable (29 runes per key group for a key length of 28). Hence, values less than 384 have a white background and values above 812 have a dark blue one.

p0-2
p3-7
p8-14
p15-22
p23-26
p27-32
p33-39
p40-53
p54-55
0_warning
0_welcome
0_wisdom
0_koan_1
0_loss_of_divinity
jpg107-167
jpg229
p56_an_end
p57_parable
419641594484537416815472308184465157652755319898595
727692616387383606490612308184420157482312319898595
452603532564552662637722308184515157780538319898595
729845501565584626634376308184515157780229319898595
634606724568570527702582308184344157780402319898595
611469751546694667600572308184425157553485319898595
477438568583649592582794308184515157780755319898595
6977897441074434669391797308184515157178334319898595
556627707728713765602721308184515157442669319898595
543594457567556460713594308184515157780294319898595
596565677536630411620509308138515157780380319898595
653612694596867517556519308184402157780755319898595
729524732782996776652644308184380157548755319898595
554543417491592474612549308184362157149755316898595
473447396532622834561513308184515157780755319898595
600618528833491644547547308184515157226338319898595
673697779516613621631540308184515157298355319898595
642748722489617419911543308184515157780755319898595
636723716806540685554524308184515157780132319898595
729445449770681467577740308184251157780755311898595
525466534666645581592430308184515157780597319898595
364525538495581532632694308184515157504755319898595
474632493534586562605486308184515157465755319898595
585679590731807504446663308184515157348741319898595
729768777461547497470534308184515157554419319898595
639665699603548642673642308184355157780755319898595
464581436675505612630451308184498157780755319898595
669589533415465646626700308184484157356755319898595
576349582683605452597664308184450157222755319898595
Total7291145172919031021143316803008308184515157780755319898595

IoC per interrupt

Lets look at the first result. Assuming the interrupt rune is ᚠ, we get the following table. Notice that the column in ‘p56_an_end’ has a few dark values, even though the used cipher is a totient function (which will not be detected as of assumption #2). If you look back at the previous table, you will see that the whole chapter only has 85 runes. Even for a key length of 6 the runes per group is only 14 runes. It is just too little data to perform IoC and so it will contain false positives.

Next, if you look at the ‘0_welcome’ column you will see peaks at key lengths 8, 16, and 24. The solution to this page was a 8-length vigenere key. This is a very typical pattern for such ciphers. Note, the last peak at 30 is due to the long key length. 465 / 30 is just 15.5 runes per group. So, IoC has more freedom to “optimize” the key – and thus you should stop looking too much into higher value key lengths. Everything above 24 is not that reliable anymore.

P.S.: you can use the left and right keys to navigate between the interrupts. Or the navigation at the top.

Interrupt 0:

p0-2
p3-7
p8-14
p15-22
p23-26
p27-32
p33-39
p40-53
p54-55
0_warning
0_welcome
0_wisdom
0_koan_1
0_loss_of_divinity
jpg107-167
jpg229
p56_an_end
p57_parable
10.250.260.250.260.240.250.240.250.240.920.460.830.821.000.390.960.200.96
20.320.300.300.310.280.320.260.310.260.890.640.860.851.000.380.880.410.80
30.370.350.300.340.300.340.270.350.300.650.570.880.871.000.420.660.430.84
40.360.320.330.350.310.360.280.360.330.910.860.910.880.980.370.680.460.88
50.390.350.350.400.320.340.300.420.290.780.580.830.910.970.420.800.450.77
60.390.350.350.410.330.400.280.390.330.540.720.830.890.950.410.390.410.64
70.490.350.380.390.350.360.320.410.290.780.620.770.910.950.420.810.380.61
80.390.370.360.430.350.360.310.400.480.710.900.770.920.940.410.210.430.36
90.470.430.330.350.380.440.320.400.280.510.640.700.910.890.490.180.250.50
100.440.380.390.450.380.380.320.540.320.630.630.610.960.900.420.470.330.53
110.520.390.430.430.370.410.340.440.290.440.620.500.920.900.410.230.190.34
120.520.440.390.520.400.470.300.510.350.570.730.720.890.870.300.180.08
130.450.430.390.480.410.580.350.470.330.240.550.560.910.860.740.020.40
140.570.380.440.420.500.470.330.440.310.490.700.500.900.840.360.18
150.500.450.390.430.460.510.380.510.300.160.650.240.930.850.31
160.440.470.400.450.450.460.370.470.490.180.750.240.890.830.32
170.560.420.490.460.480.470.380.430.330.400.720.280.880.820.39
180.500.450.450.420.420.540.370.510.380.050.660.290.890.780.38
190.490.380.390.480.510.500.400.400.310.660.150.870.830.34
200.490.460.440.460.450.450.370.590.270.220.640.280.880.850.45
210.560.390.420.450.440.490.350.510.380.070.630.100.860.800.41
220.510.470.530.430.400.480.410.450.330.610.350.860.810.35
230.520.450.480.430.430.500.400.500.310.260.590.850.730.26
240.480.490.450.490.450.470.400.470.410.650.370.840.750.32
250.470.490.450.480.440.540.420.510.270.600.050.830.770.19
260.410.520.440.450.510.590.380.490.270.570.060.820.730.57
270.450.490.450.400.430.410.380.540.210.630.820.720.32
280.470.420.430.430.450.420.360.460.220.070.600.760.690.16
290.460.410.470.410.450.420.490.430.280.580.810.690.29
300.450.500.440.420.440.450.410.480.210.610.810.690.32
310.390.440.460.400.500.470.370.440.180.520.760.700.18
320.410.480.510.410.470.460.380.440.300.500.790.680.14
best14262212262629201618410113141

Interrupt 1:

p0-2
p3-7
p8-14
p15-22
p23-26
p27-32
p33-39
p40-53
p54-55
0_warning
0_welcome
0_wisdom
0_koan_1
0_loss_of_divinity
jpg107-167
jpg229
p56_an_end
p57_parable
10.250.260.260.250.230.260.240.250.240.920.470.840.790.880.400.980.210.96
20.270.310.300.270.280.320.320.310.300.890.560.880.820.950.460.980.300.97
30.300.310.300.340.300.310.320.350.290.430.610.920.860.980.450.920.200.93
40.330.360.320.330.330.330.360.330.340.910.680.950.890.980.490.900.500.80
50.340.340.350.470.370.320.310.350.350.600.620.820.920.980.490.750.370.83
60.330.350.370.340.410.380.390.390.350.490.660.850.920.980.500.640.300.68
70.360.320.370.410.420.380.390.320.370.780.660.900.910.980.460.890.300.64
80.400.370.350.400.400.320.450.410.510.710.740.810.910.940.480.600.300.63
90.370.370.360.400.460.350.420.390.410.360.680.800.920.920.550.500.070.62
100.400.380.400.490.390.380.400.410.340.450.660.690.930.920.510.480.270.47
110.360.400.420.440.450.410.390.390.390.440.610.750.910.900.470.310.36
120.400.420.420.500.470.420.410.460.460.290.700.700.920.880.480.260.210.27
130.350.400.410.560.480.440.360.450.530.240.580.660.890.860.680.230.22
140.390.360.420.540.490.470.470.380.440.490.670.540.860.870.450.340.44
150.340.400.470.540.500.340.400.410.400.050.660.430.910.870.420.130.29
160.390.440.390.460.510.360.560.490.490.060.650.470.870.840.55
170.370.410.420.490.550.390.480.330.460.400.630.360.870.770.43
180.370.410.410.500.440.400.520.460.420.020.630.440.890.780.53
190.340.410.400.480.510.480.470.430.420.670.310.860.770.47
200.440.430.460.500.490.390.420.450.390.220.670.370.870.770.48
210.460.380.450.440.370.430.460.410.390.610.340.860.700.54
220.380.420.480.480.430.430.450.480.390.630.420.820.720.40
230.410.500.430.450.440.430.510.490.380.640.330.810.710.43
240.430.470.480.460.410.450.530.540.420.690.560.790.680.38
250.460.450.450.480.450.440.430.460.340.570.300.770.650.36
260.380.490.440.450.480.500.470.490.460.550.240.770.650.51
270.390.420.410.430.470.380.450.450.370.630.210.750.580.39
280.440.420.420.440.460.460.460.420.340.570.720.610.35
290.410.400.480.400.450.470.440.410.300.620.700.580.46
300.410.450.450.410.470.390.450.430.290.530.730.560.25
310.440.450.470.420.510.440.450.460.270.550.690.570.37
320.380.440.440.420.490.390.510.480.340.540.690.500.44
best25232213172616241318410413142

Interrupt 2:

p0-2
p3-7
p8-14
p15-22
p23-26
p27-32
p33-39
p40-53
p54-55
0_warning
0_welcome
0_wisdom
0_koan_1
0_loss_of_divinity
jpg107-167
jpg229
p56_an_end
p57_parable
10.260.260.240.260.250.250.240.250.240.920.450.830.870.880.390.980.210.96
20.300.310.290.300.270.300.290.300.360.910.500.820.880.910.430.980.410.93
30.360.320.320.310.310.300.290.310.370.870.510.840.870.930.420.910.200.82
40.340.330.280.320.310.310.330.320.380.910.600.880.910.940.460.870.460.89
50.350.380.340.390.340.310.310.340.320.800.570.770.910.970.460.790.480.72
60.370.380.350.340.310.330.350.340.420.890.580.740.880.950.440.600.240.64
70.450.330.370.410.350.360.370.330.310.780.580.830.910.950.440.650.170.77
80.370.410.320.400.360.340.390.370.450.710.690.810.930.930.480.560.380.62
90.420.410.370.350.340.340.370.340.430.680.620.710.870.950.350.550.070.46
100.420.380.410.420.390.330.380.400.360.790.600.650.940.920.480.560.310.52
110.410.370.450.430.370.360.350.340.470.480.560.600.910.930.410.290.12
120.450.470.340.420.370.340.370.400.460.580.630.520.900.920.470.430.180.16
130.430.440.380.460.400.420.350.400.500.400.480.480.880.900.700.110.23
140.450.400.440.420.440.410.380.370.320.490.570.540.900.820.470.29
150.440.430.410.460.430.380.380.360.430.400.640.490.890.880.430.020.16
160.420.500.430.450.450.390.400.460.520.390.610.430.900.840.43
170.500.480.380.400.460.350.410.390.390.400.560.320.880.810.35
180.460.440.420.410.380.350.470.370.490.180.580.290.840.880.41
190.480.400.370.430.450.430.440.380.420.080.600.200.880.780.46
200.460.420.480.410.450.420.410.410.370.350.590.360.880.840.46
210.450.360.460.470.410.360.410.410.440.170.550.090.840.800.42
220.470.500.480.490.370.410.450.390.390.060.560.270.830.840.32
230.470.470.430.470.460.390.470.510.290.290.550.200.780.830.35
240.510.470.440.510.400.410.480.440.510.100.600.370.800.800.38
250.470.410.480.490.460.400.460.410.300.630.010.790.810.35
260.400.530.400.480.490.480.440.500.450.070.530.180.810.800.41
270.440.450.410.420.510.390.380.440.290.570.790.740.29
280.440.430.440.490.450.430.400.430.260.000.560.790.640.33
290.510.410.420.480.440.420.480.420.300.510.770.720.34
300.440.440.440.480.470.400.410.390.270.570.770.700.27
310.450.430.440.460.450.420.420.430.190.010.500.760.720.14
320.400.500.460.420.490.440.510.500.300.540.780.730.27
best29262224272632231618410513151

Interrupt 3:

p0-2
p3-7
p8-14
p15-22
p23-26
p27-32
p33-39
p40-53
p54-55
0_warning
0_welcome
0_wisdom
0_koan_1
0_loss_of_divinity
jpg107-167
jpg229
p56_an_end
p57_parable
10.250.260.240.260.250.250.240.240.240.920.430.820.870.920.400.920.210.96
20.290.280.290.300.280.290.290.310.280.890.460.940.871.000.470.980.230.73
30.290.290.340.350.310.310.300.390.310.430.480.910.771.000.450.900.270.89
40.310.310.330.330.330.330.320.370.310.910.570.970.830.990.490.950.460.76
50.320.330.380.360.320.290.330.350.300.600.490.870.830.990.480.860.400.72
60.310.310.370.360.320.370.350.420.380.490.470.930.750.980.520.750.370.72
70.380.330.380.400.360.410.320.370.360.780.520.880.840.950.460.890.360.50
80.350.350.350.430.370.370.360.470.440.710.620.830.790.930.530.740.400.34
90.350.350.420.380.390.340.370.500.450.360.530.830.750.890.580.680.160.46
100.330.350.480.410.370.340.340.460.310.450.550.750.800.910.490.500.270.35
110.350.370.490.400.400.340.350.520.370.440.460.740.800.890.430.560.21
120.350.390.470.420.380.390.360.490.460.290.550.790.670.890.510.410.210.17
130.350.390.350.450.420.440.420.430.530.240.460.630.780.800.730.43
140.410.350.470.450.410.400.420.460.470.490.510.570.770.790.410.430.02
150.330.350.460.430.390.360.370.500.470.050.560.670.650.820.470.220.19
160.400.380.470.480.420.440.460.570.510.060.570.490.690.760.530.03
170.400.380.430.400.480.390.410.420.440.400.540.490.720.770.50
180.350.380.490.420.400.430.390.560.440.020.500.450.650.740.50
190.400.400.450.490.440.410.450.450.510.540.540.680.690.42
200.400.400.550.420.470.450.440.530.390.220.580.500.750.700.47
210.430.360.480.470.440.450.380.550.460.510.420.600.660.43
220.370.430.500.490.430.380.410.560.330.490.430.740.630.43
230.390.430.390.420.450.490.430.530.380.510.490.640.550.40
240.420.450.520.490.440.450.510.470.480.570.490.590.580.40
250.410.400.490.450.450.390.440.510.350.530.370.590.480.40
260.380.450.400.500.550.460.450.530.500.480.260.670.450.56
270.420.420.380.400.490.380.430.460.260.500.270.660.420.40
280.440.430.410.480.420.460.470.440.240.500.070.610.450.30
290.420.370.460.440.450.450.530.480.310.450.580.470.41
300.390.400.490.470.420.400.420.460.300.480.480.420.29
310.390.450.410.450.460.530.400.410.290.420.570.380.20
320.440.410.470.440.450.430.440.490.310.410.610.360.35
best3224202626312916131842213241

Interrupt 4:

p0-2
p3-7
p8-14
p15-22
p23-26
p27-32
p33-39
p40-53
p54-55
0_warning
0_welcome
0_wisdom
0_koan_1
0_loss_of_divinity
jpg107-167
jpg229
p56_an_end
p57_parable
10.250.260.250.260.250.250.240.260.240.920.460.830.870.850.410.990.200.96
20.270.330.300.320.280.300.270.300.280.950.570.970.870.890.480.980.290.91
30.310.340.300.320.310.300.280.330.290.990.570.930.760.920.490.880.200.94
40.320.360.310.360.330.330.290.350.330.930.760.960.860.940.520.900.330.82
50.340.360.330.380.360.350.300.370.310.890.650.900.830.950.570.840.280.91
60.320.380.360.360.330.350.310.350.360.840.740.890.750.970.520.760.280.84
70.390.370.350.380.360.340.340.360.320.920.650.810.850.940.510.830.330.59
80.350.410.340.420.400.360.310.380.450.740.740.870.830.970.590.600.200.53
90.350.390.360.360.370.390.320.380.340.550.640.800.750.950.550.620.070.52
100.340.390.350.430.410.370.360.410.270.790.650.780.800.910.570.530.320.47
110.360.410.400.440.410.370.340.420.330.630.640.760.830.930.510.290.52
120.400.460.410.420.410.380.290.440.380.670.760.740.670.900.560.350.330.36
130.400.440.350.470.430.470.340.340.420.410.640.600.830.890.730.360.150.24
140.400.420.440.470.430.400.370.390.320.740.660.610.840.840.550.330.21
150.410.410.410.500.480.390.380.430.390.470.690.620.650.840.590.150.41
160.430.440.390.450.470.440.410.490.480.290.640.550.790.840.620.05
170.460.460.340.450.460.450.390.420.450.600.630.610.780.800.53
180.360.470.460.410.410.450.410.400.390.320.680.560.650.820.56
190.480.370.410.450.480.500.390.450.540.190.620.480.720.820.55
200.400.470.460.500.480.470.370.500.300.340.610.470.750.820.59
210.470.400.460.410.400.420.360.520.460.320.630.400.590.780.53
220.400.480.460.440.450.430.390.490.350.180.580.400.730.770.47
230.400.470.400.430.410.380.410.560.300.090.590.560.660.750.56
240.450.510.480.540.430.470.400.420.420.180.590.470.610.750.46
250.400.460.410.490.490.430.410.510.350.600.240.600.720.48
260.360.540.420.540.480.500.380.430.390.070.560.240.660.680.59
270.390.460.410.450.490.450.390.450.250.610.160.660.650.48
280.380.470.420.470.430.410.400.430.190.200.580.080.710.610.35
290.460.390.400.480.480.500.460.460.300.360.490.580.600.40
300.400.470.430.450.460.400.410.440.210.000.560.470.630.44
310.430.420.490.450.450.480.380.460.260.160.460.590.650.39
320.430.460.470.430.530.500.440.500.300.490.660.630.39
best19263124322629231931222813141

Interrupt 5:

p0-2
p3-7
p8-14
p15-22
p23-26
p27-32
p33-39
p40-53
p54-55
0_warning
0_welcome
0_wisdom
0_koan_1
0_loss_of_divinity
jpg107-167
jpg229
p56_an_end
p57_parable
10.250.260.250.260.250.250.240.260.240.920.470.840.840.850.410.990.200.96
20.290.330.270.290.270.290.270.310.290.950.510.920.870.880.500.990.390.91
30.290.350.310.380.280.330.290.340.330.830.570.850.890.900.540.930.370.93
40.310.350.290.330.300.300.310.340.360.920.620.920.920.900.550.830.590.86
50.300.360.310.360.330.310.310.390.320.890.590.870.940.940.530.770.400.74
60.310.380.320.390.300.360.350.380.360.640.650.790.920.960.560.680.340.82
70.360.400.330.440.320.350.370.370.410.860.580.860.950.920.490.400.250.64
80.360.480.330.410.340.320.390.410.460.790.660.830.910.920.630.440.430.57
90.340.470.340.430.370.350.350.440.450.510.640.740.950.930.620.520.320.61
100.340.380.350.370.370.350.370.470.330.800.640.710.940.890.530.520.330.53
110.380.380.340.450.380.380.380.430.380.680.680.720.930.920.590.010.280.47
120.430.460.360.440.370.380.330.440.470.640.680.610.930.910.530.230.180.42
130.390.460.370.450.360.430.340.450.540.570.600.620.900.860.810.110.12
140.380.440.410.470.370.360.380.410.400.640.590.560.850.810.550.060.22
150.370.460.410.420.390.430.360.450.460.470.670.480.910.870.510.110.14
160.380.560.360.470.440.380.430.460.580.500.570.460.870.790.640.05
170.410.520.340.380.500.380.440.390.440.510.660.530.880.820.52
180.410.490.420.480.390.390.410.530.500.070.600.420.880.830.61
190.430.460.370.440.440.410.430.430.490.250.680.310.870.780.51
200.380.460.460.460.400.390.440.530.440.400.600.350.880.840.64
210.370.470.390.480.360.390.400.480.550.230.630.440.850.760.60
220.460.460.390.460.440.430.420.500.410.320.620.380.860.770.52
230.440.510.460.480.440.370.480.530.430.260.600.330.820.770.59
240.440.520.460.550.420.450.450.470.480.100.630.410.790.770.48
250.400.460.390.490.370.440.500.500.360.220.560.300.800.800.53
260.390.510.390.530.450.520.390.490.490.580.210.810.740.62
270.400.510.380.420.440.350.410.490.340.060.630.090.800.730.46
280.400.480.410.500.420.430.410.430.350.180.550.770.640.41
290.450.480.440.430.490.400.490.420.330.080.520.740.650.43
300.480.450.440.470.440.430.380.470.290.190.630.770.700.34
310.420.440.460.460.400.480.430.450.440.180.520.770.700.36
320.420.500.430.460.430.450.460.460.410.510.750.590.43
best30162324172625181621129613141

Interrupt 6:

p0-2
p3-7
p8-14
p15-22
p23-26
p27-32
p33-39
p40-53
p54-55
0_warning
0_welcome
0_wisdom
0_koan_1
0_loss_of_divinity
jpg107-167
jpg229
p56_an_end
p57_parable
10.260.260.250.260.260.260.240.240.240.920.440.770.871.000.390.890.210.96
20.290.340.280.300.290.300.290.290.320.890.490.760.871.000.460.880.220.80
30.320.340.310.330.280.310.300.300.340.430.490.710.761.000.400.660.200.79
40.320.410.320.320.310.330.320.310.410.910.630.780.830.990.490.680.430.66
50.370.420.360.360.340.310.310.320.410.600.550.580.810.990.470.720.370.72
60.340.390.350.380.310.370.340.340.360.490.530.740.750.970.460.270.090.34
70.450.400.360.380.320.380.360.340.400.780.540.680.840.970.430.310.43
80.390.430.410.420.350.330.390.330.440.710.720.640.780.960.520.38
90.390.500.390.380.330.350.370.340.500.360.560.550.750.940.450.180.210.46
100.410.490.420.380.370.350.350.380.440.450.580.440.800.950.460.470.350.24
110.440.430.390.400.390.390.350.380.370.440.490.230.770.920.400.09
120.460.470.370.460.320.410.360.370.450.290.620.400.670.910.420.18
130.390.450.400.420.340.450.350.360.550.240.460.320.740.920.680.020.02
140.470.470.420.470.350.450.400.350.390.490.530.350.770.860.43
150.380.450.440.420.370.390.400.350.490.050.640.250.650.880.39
160.380.520.430.460.410.370.460.400.490.060.570.170.690.850.57
170.500.490.400.440.440.380.430.370.520.400.520.720.850.33
180.440.520.430.470.350.420.380.380.450.020.550.290.650.870.49
190.540.430.390.460.440.480.470.410.490.610.680.830.40
200.460.530.480.440.460.430.400.420.430.220.620.060.750.820.45
210.480.450.430.490.350.440.430.410.500.490.590.840.34
220.470.510.460.460.430.400.410.380.390.560.040.710.850.36
230.430.480.430.440.480.420.490.450.430.570.590.780.41
240.460.520.470.530.420.410.510.400.490.560.370.590.790.36
250.460.530.490.420.430.430.410.380.450.570.560.800.28
260.390.490.460.460.410.480.390.450.510.480.660.790.39
270.500.540.430.450.360.410.440.350.350.520.660.790.41
280.470.450.440.570.320.500.410.400.340.580.610.700.32
290.490.490.430.460.470.520.490.400.300.440.580.770.38
300.430.470.470.420.420.410.400.390.310.560.460.750.25
310.460.430.450.430.410.480.440.460.350.460.560.720.20
320.350.440.440.440.460.450.490.450.300.490.610.700.38
best1927252823292431131842313141

Interrupt 7:

p0-2
p3-7
p8-14
p15-22
p23-26
p27-32
p33-39
p40-53
p54-55
0_warning
0_welcome
0_wisdom
0_koan_1
0_loss_of_divinity
jpg107-167
jpg229
p56_an_end
p57_parable
10.250.260.250.260.240.250.220.240.240.920.450.800.820.820.390.990.200.96
20.280.310.300.290.260.290.300.280.280.930.520.800.960.880.500.880.400.91
30.310.290.300.280.330.310.330.300.290.720.510.840.990.930.580.880.200.86
40.310.330.310.320.300.320.340.310.340.910.640.810.980.940.540.710.480.85
50.320.360.310.320.350.310.380.320.300.700.570.710.980.960.610.720.400.72
60.340.310.350.320.350.350.390.330.320.760.610.630.980.970.620.710.240.61
70.370.330.350.320.370.360.350.320.390.800.590.680.970.940.540.800.480.49
80.340.350.340.350.370.320.420.350.500.710.720.630.920.910.640.280.420.33
90.340.360.360.320.400.330.520.350.380.500.610.600.920.910.650.440.210.56
100.330.340.370.350.460.340.460.350.240.690.640.530.900.920.610.470.310.71
110.350.350.380.310.410.360.400.360.390.480.580.580.850.870.590.250.090.28
120.410.380.390.350.410.390.470.400.420.700.640.490.810.940.620.060.350.12
130.380.380.380.370.380.410.420.360.540.250.580.360.820.870.770.060.12
140.400.370.390.340.440.410.440.340.340.550.640.350.870.840.630.030.01
150.420.370.410.340.500.370.500.370.410.200.640.270.780.850.64
160.380.390.360.370.450.410.570.450.520.060.630.260.700.870.700.05
170.410.400.370.360.490.380.470.370.370.430.650.690.770.53
180.360.390.440.370.410.390.520.400.430.270.610.300.700.780.61
190.390.420.410.340.520.450.510.350.440.240.660.130.630.780.63
200.380.410.420.390.510.420.460.400.330.250.610.270.580.770.62
210.430.400.430.340.460.500.480.420.460.260.660.520.710.63
220.370.390.450.350.450.380.450.360.350.600.040.570.680.50
230.400.430.400.360.460.440.420.450.340.080.680.460.700.61
240.420.400.440.410.380.430.510.450.440.130.670.370.440.660.47
250.440.470.410.380.490.410.410.410.280.640.510.650.53
260.420.440.430.400.460.470.450.440.420.280.590.510.670.63
270.440.410.380.390.470.390.440.390.300.580.540.640.50
280.410.490.430.440.420.450.400.400.260.080.640.470.620.48
290.390.380.440.380.500.410.400.360.300.540.440.580.45
300.360.400.490.410.490.440.510.410.220.610.390.630.43
310.440.440.470.400.470.450.470.430.260.570.090.540.42
320.410.400.500.420.460.420.460.500.280.530.030.530.45
best2528322819211632132833613141

Interrupt 8:

p0-2
p3-7
p8-14
p15-22
p23-26
p27-32
p33-39
p40-53
p54-55
0_warning
0_welcome
0_wisdom
0_koan_1
0_loss_of_divinity
jpg107-167
jpg229
p56_an_end
p57_parable
10.250.260.250.260.250.250.240.250.240.920.410.790.810.950.400.890.190.96
20.300.300.280.290.290.290.290.280.300.900.440.790.850.970.420.880.200.66
30.330.300.280.310.290.290.300.310.300.650.450.820.870.990.480.660.200.79
40.350.310.300.300.300.310.320.320.340.910.460.770.900.990.460.680.300.66
50.330.360.340.350.350.310.310.310.370.850.470.730.950.990.470.720.230.72
60.370.320.330.340.320.310.340.340.340.550.460.670.930.980.510.270.090.34
70.410.330.370.320.320.350.410.330.370.810.480.740.950.980.450.57
80.360.390.330.350.360.340.390.380.450.710.470.750.950.970.510.200.35
90.360.370.330.320.340.330.370.320.420.510.520.680.920.960.550.180.070.46
100.410.370.390.380.390.360.360.350.320.730.460.470.940.960.480.470.190.39
110.360.400.390.350.360.330.340.370.360.560.500.780.940.950.47
120.430.420.390.400.330.340.360.360.430.580.450.480.900.930.540.21
130.370.450.350.420.380.390.360.400.460.240.450.420.900.920.710.02
140.480.410.410.360.360.410.420.380.330.490.510.430.860.890.43
150.390.430.400.430.420.370.380.390.420.350.490.240.920.920.45
160.370.480.380.350.430.380.420.410.540.260.510.120.880.870.52
170.450.400.390.400.390.380.410.350.450.490.400.840.870.39
180.410.440.390.380.420.340.420.380.430.130.470.290.860.900.56
190.360.410.410.400.420.450.460.400.450.050.520.060.830.880.48
200.450.420.500.400.400.380.390.380.350.220.390.260.830.880.49
210.450.360.430.350.370.410.430.430.540.050.440.860.860.45
220.410.440.530.390.390.360.430.380.280.440.040.800.870.39
230.360.510.410.360.460.410.430.480.390.040.460.780.850.45
240.510.440.460.430.390.430.470.420.490.430.370.770.840.38
250.440.450.410.520.390.410.490.430.490.130.440.770.830.31
260.350.500.420.470.470.420.480.500.360.360.760.820.61
270.450.380.380.380.470.340.420.370.260.450.710.820.49
280.490.390.410.410.370.440.430.460.240.490.710.770.30
290.420.380.400.350.450.370.430.400.360.340.710.770.44
300.400.430.500.450.440.420.440.430.240.430.700.770.33
310.440.390.440.440.440.450.430.490.250.340.680.750.34
320.330.500.430.390.440.380.430.470.310.350.710.770.28
best24232225263125262111938313141

Interrupt 9:

p0-2
p3-7
p8-14
p15-22
p23-26
p27-32
p33-39
p40-53
p54-55
0_warning
0_welcome
0_wisdom
0_koan_1
0_loss_of_divinity
jpg107-167
jpg229
p56_an_end
p57_parable
10.250.260.240.260.250.270.240.260.230.920.430.840.870.920.410.990.210.98
20.300.310.290.300.280.330.280.300.220.890.480.870.870.980.460.990.340.98
30.340.330.290.360.320.320.290.330.280.680.480.910.761.000.490.960.410.95
40.340.350.320.330.320.350.320.320.250.910.550.900.830.990.460.910.530.86
50.330.340.400.390.330.330.310.340.300.870.500.820.810.990.540.800.370.83
60.370.370.400.370.310.460.330.360.290.750.520.840.750.980.540.640.580.79
70.370.350.420.400.380.370.330.350.330.780.540.860.840.960.510.670.240.75
80.360.420.350.440.350.380.370.370.320.710.590.760.780.960.580.550.330.74
90.390.380.380.400.340.380.340.410.350.420.540.780.750.930.580.520.070.62
100.420.370.480.390.380.420.350.390.320.720.520.710.800.940.530.560.410.60
110.380.400.500.380.390.430.360.440.220.690.490.670.770.910.540.320.180.45
120.460.460.470.480.360.490.340.440.360.510.510.650.670.910.500.390.210.31
130.400.480.460.420.380.480.330.400.360.400.520.570.740.850.680.270.270.24
140.440.420.520.490.450.430.360.390.340.630.610.590.770.850.530.060.44
150.390.450.430.450.450.420.410.440.330.270.580.470.650.850.530.110.44
160.340.490.400.470.430.470.430.500.380.180.540.420.690.830.570.03
170.550.420.390.440.490.480.420.370.320.410.540.480.720.820.50
180.410.460.440.410.380.490.350.440.400.270.480.380.650.770.54
190.450.420.420.450.480.540.410.500.290.180.520.300.680.800.55
200.470.420.550.470.470.490.460.430.270.270.550.350.750.770.51
210.460.400.430.520.480.430.380.460.330.150.520.300.590.700.57
220.510.430.500.390.390.450.420.540.240.090.550.350.710.740.47
230.420.470.410.430.460.510.440.510.260.540.470.590.710.56
240.490.480.600.530.410.500.450.450.280.290.560.410.590.740.42
250.450.390.480.460.480.480.480.500.270.440.310.560.670.46
260.380.510.440.440.440.480.400.500.250.460.120.660.630.57
270.450.430.420.420.440.480.410.460.300.480.000.660.630.44
280.460.460.440.510.520.470.370.410.180.530.010.610.570.37
290.540.410.430.500.480.420.420.400.230.400.580.530.38
300.420.470.480.430.460.430.400.460.190.510.460.610.34
310.480.360.470.460.410.490.430.420.190.400.560.550.42
320.370.490.400.450.550.450.400.550.190.370.610.520.45
best17262424321925321811432313262

Interrupt 10:

p0-2
p3-7
p8-14
p15-22
p23-26
p27-32
p33-39
p40-53
p54-55
0_warning
0_welcome
0_wisdom
0_koan_1
0_loss_of_divinity
jpg107-167
jpg229
p56_an_end
p57_parable
10.250.260.260.260.260.250.240.250.241.000.440.840.870.830.400.980.190.98
20.270.300.300.320.300.330.280.300.311.000.490.910.880.870.470.990.190.98
30.320.350.290.330.290.310.290.360.290.990.510.890.810.910.520.840.200.94
40.310.340.310.360.310.360.290.350.390.980.570.920.900.910.500.850.210.89
50.340.360.360.380.320.350.330.380.370.980.570.830.920.930.510.790.160.84
60.360.380.360.360.320.410.350.410.390.960.590.820.780.930.540.800.090.77
70.390.360.350.420.340.380.380.350.390.880.550.790.870.890.520.580.040.68
80.360.450.390.430.370.380.360.420.480.910.620.780.880.920.610.480.080.66
90.340.420.360.350.400.420.380.390.320.840.580.750.780.910.600.640.070.61
100.390.410.410.430.370.420.380.410.310.870.610.710.910.900.550.630.190.66
110.370.400.400.390.390.450.360.390.380.850.540.660.860.860.590.290.49
120.440.470.380.450.400.470.330.480.510.750.570.700.730.870.590.390.180.31
130.380.430.380.450.390.500.330.440.540.680.470.580.900.850.780.350.33
140.430.400.410.490.370.500.390.410.370.620.600.550.870.760.570.360.32
150.360.470.420.450.380.520.380.440.380.620.650.450.740.810.590.020.37
160.340.500.440.500.430.470.400.490.510.590.590.440.820.740.67
170.480.490.420.400.510.490.430.430.450.520.620.380.820.740.490.04
180.370.460.420.410.440.560.460.470.400.580.550.360.720.830.51
190.420.410.380.440.470.490.460.510.440.650.550.220.830.790.59
200.420.430.450.460.430.470.440.450.350.630.600.350.840.810.62
210.450.430.420.440.370.500.420.450.480.690.590.260.660.730.61
220.420.420.470.400.400.440.430.480.360.690.550.340.770.720.54
230.440.480.380.480.410.490.450.540.280.420.580.280.710.700.57
240.460.510.480.450.460.460.430.490.530.210.590.400.660.720.51
250.430.520.470.480.400.480.460.530.330.040.600.230.720.650.45
260.370.530.420.540.500.590.370.460.380.480.180.710.660.61
270.400.460.390.400.440.420.440.490.270.530.670.640.47
280.430.410.430.470.410.470.370.450.260.560.700.540.48
290.450.360.430.450.460.430.500.430.400.450.660.620.51
300.470.500.490.520.380.500.450.430.230.590.610.590.41
310.450.450.410.480.460.430.440.460.270.530.660.660.45
320.330.470.450.420.530.430.410.470.320.440.720.640.42
best17263026322629231311545613242

Interrupt 11:

p0-2
p3-7
p8-14
p15-22
p23-26
p27-32
p33-39
p40-53
p54-55
0_warning
0_welcome
0_wisdom
0_koan_1
0_loss_of_divinity
jpg107-167
jpg229
p56_an_end
p57_parable
10.250.260.250.250.250.250.240.250.240.920.470.750.871.000.390.890.210.96
20.290.310.290.290.280.310.280.300.330.890.570.690.890.990.440.880.320.66
30.310.310.280.300.290.310.310.350.330.870.570.710.900.930.430.660.200.79
40.320.330.300.310.300.320.330.320.380.910.740.770.910.900.470.680.440.66
50.340.320.350.390.310.320.320.370.370.810.600.580.940.810.420.720.420.72
60.350.360.330.330.310.360.370.390.390.760.670.630.920.870.470.270.240.34
70.400.320.380.350.300.400.390.390.340.810.650.680.930.940.390.240.42
80.350.450.340.370.320.380.380.410.420.730.790.630.920.850.620.37
90.350.390.330.360.320.400.380.380.440.580.710.550.910.690.430.180.070.46
100.400.380.400.430.320.380.380.400.330.620.660.440.950.810.420.470.190.23
110.380.370.390.350.330.420.380.410.310.650.670.230.930.790.500.15
120.410.440.360.370.340.410.380.430.460.570.760.400.900.810.430.33
130.380.410.340.430.350.480.380.420.490.470.620.260.900.750.730.02
140.450.390.430.380.340.460.460.420.390.650.720.350.910.800.42
150.350.420.420.400.370.390.420.440.470.470.670.240.930.730.42
160.360.500.360.400.370.480.450.470.460.150.700.010.900.740.56
170.420.430.420.390.400.390.430.520.430.400.620.900.780.41
180.390.440.390.390.370.450.430.480.390.270.650.290.890.620.40
190.420.410.430.370.420.570.510.490.300.230.690.900.720.31
200.440.420.480.470.410.420.420.440.380.290.640.930.730.41
210.410.350.420.440.360.470.470.490.320.310.670.830.660.37
220.470.480.460.420.380.420.430.500.380.120.610.860.750.34
230.360.470.410.380.410.470.440.580.320.010.630.810.570.29
240.470.490.460.450.410.430.490.450.430.220.640.370.850.700.32
250.450.460.420.460.340.430.560.490.330.050.560.820.580.32
260.360.500.400.470.450.540.410.490.390.080.600.850.600.51
270.430.470.420.440.430.410.400.500.240.580.810.630.20
280.440.410.430.430.340.430.450.430.310.670.820.640.24
290.430.400.460.450.430.460.460.440.330.580.770.490.30
300.410.440.510.440.420.410.430.430.270.580.810.570.25
310.400.400.480.450.380.500.520.450.290.510.760.680.07
320.380.470.420.430.440.440.480.480.290.550.790.560.22
best24263020261925231318410113141

Interrupt 12:

p0-2
p3-7
p8-14
p15-22
p23-26
p27-32
p33-39
p40-53
p54-55
0_warning
0_welcome
0_wisdom
0_koan_1
0_loss_of_divinity
jpg107-167
jpg229
p56_an_end
p57_parable
10.250.260.250.260.250.250.240.250.240.920.460.750.851.000.390.890.190.96
20.260.280.280.280.260.300.260.300.310.990.570.690.880.990.410.880.410.66
30.300.340.310.300.280.290.300.300.330.950.570.710.900.930.440.660.200.79
40.310.320.320.300.270.330.280.340.330.930.740.770.930.900.440.680.460.66
50.330.340.350.340.290.310.310.350.370.840.630.580.960.810.470.720.430.72
60.320.390.370.320.300.320.330.340.390.890.680.630.930.870.430.270.240.34
70.370.370.370.350.290.360.350.330.400.900.640.680.940.940.430.110.42
80.370.410.350.350.290.330.360.400.450.860.750.630.940.850.550.31
90.350.420.330.330.310.350.330.330.400.720.660.550.930.690.480.180.070.46
100.350.350.400.370.340.370.350.370.380.810.640.440.950.810.450.470.190.23
110.370.400.390.400.320.350.330.370.400.800.700.230.950.790.41
120.380.490.380.380.330.360.300.400.420.680.710.400.920.810.410.18
130.330.440.350.370.340.430.310.420.400.710.610.260.920.750.680.02
140.400.420.440.390.290.400.380.390.420.620.690.350.870.800.39
150.330.500.390.370.330.360.370.380.440.540.680.240.920.730.35
160.350.490.380.370.330.330.450.470.490.620.660.010.880.740.48
170.380.440.420.390.350.370.360.390.440.580.630.850.780.32
180.390.480.430.400.320.360.360.400.410.470.640.290.890.620.50
190.370.460.390.410.380.410.370.400.430.470.640.880.720.43
200.420.440.470.410.380.420.390.470.360.610.630.840.730.42
210.420.430.410.360.310.410.390.390.470.380.600.830.660.38
220.390.440.470.420.400.410.430.440.410.190.680.840.750.39
230.350.490.390.370.350.450.450.500.290.370.600.830.570.34
240.410.500.440.460.380.410.430.400.420.280.650.370.810.700.32
250.420.460.430.420.320.450.500.430.390.280.560.820.580.26
260.330.500.420.430.350.430.380.510.370.340.560.810.600.46
270.400.410.370.380.360.370.430.440.280.180.600.790.630.42
280.380.470.460.450.320.440.360.460.280.360.610.740.640.27
290.360.450.420.420.380.450.450.380.310.320.590.750.490.46
300.370.500.450.460.360.430.400.430.250.190.650.770.570.19
310.410.440.420.450.380.480.420.430.180.270.530.720.680.23
320.370.470.470.400.390.370.440.510.290.440.730.560.28
best2015203022312532162845113141

Interrupt 13:

p0-2
p3-7
p8-14
p15-22
p23-26
p27-32
p33-39
p40-53
p54-55
0_warning
0_welcome
0_wisdom
0_koan_1
0_loss_of_divinity
jpg107-167
jpg229
p56_an_end
p57_parable
10.250.260.240.260.250.260.240.250.240.920.470.790.851.000.380.930.210.96
20.280.290.290.310.300.320.280.300.270.960.610.821.001.000.490.880.410.66
30.330.350.330.370.320.350.310.360.280.900.570.791.001.000.490.860.250.79
40.330.320.310.320.330.350.320.370.320.950.830.790.980.990.520.680.470.66
50.360.370.350.410.340.350.320.350.370.920.640.710.980.990.580.720.480.72
60.330.390.400.390.330.420.330.370.310.840.710.630.970.960.560.440.240.34
70.440.370.340.430.380.350.380.350.440.890.670.730.940.960.540.090.300.42
80.370.380.360.420.360.390.380.410.460.850.820.630.930.960.630.140.37
90.370.430.430.420.400.370.390.410.420.570.660.670.890.940.620.180.070.46
100.390.360.470.470.420.440.400.390.340.780.680.440.870.940.560.470.270.26
110.360.390.500.460.410.360.360.440.420.740.710.480.910.930.550.26
120.440.470.420.460.410.450.340.480.400.680.800.490.900.910.600.18
130.370.420.450.520.400.490.400.420.500.620.670.260.750.890.770.06
140.480.410.430.490.430.440.430.420.440.640.720.350.740.850.64
150.400.480.460.490.470.450.410.430.410.500.700.240.710.890.59
160.390.430.410.430.460.440.470.480.540.360.690.340.680.860.67
170.450.460.500.500.490.430.450.420.440.560.670.260.670.830.62
180.430.470.490.450.470.460.410.470.410.430.650.290.550.840.63
190.440.430.430.510.400.490.450.420.400.300.690.620.810.57
200.410.410.560.490.460.470.470.470.420.440.660.320.530.840.56
210.460.410.470.470.420.470.430.480.460.510.630.600.830.58
220.400.470.530.480.400.390.460.480.360.330.660.030.680.860.49
230.430.520.430.510.410.450.500.510.360.200.620.660.790.60
240.450.500.540.490.440.510.470.490.460.300.620.410.520.830.51
250.430.470.460.520.450.480.430.500.510.330.570.350.780.56
260.380.500.410.480.500.480.410.500.510.300.590.160.810.64
270.470.400.420.460.460.360.420.510.250.060.610.090.800.49
280.490.470.390.520.440.450.460.430.280.270.600.730.44
290.440.370.460.420.460.430.480.460.320.190.590.780.45
300.430.480.490.500.480.490.400.470.280.140.600.720.43
310.450.510.460.440.410.490.430.450.330.070.570.740.41
320.390.420.440.450.530.440.480.430.320.470.750.46
best2823202832242323162423213151

Interrupt 14:

p0-2
p3-7
p8-14
p15-22
p23-26
p27-32
p33-39
p40-53
p54-55
0_warning
0_welcome
0_wisdom
0_koan_1
0_loss_of_divinity
jpg107-167
jpg229
p56_an_end
p57_parable
10.250.260.240.260.260.250.240.250.240.920.450.750.871.000.400.890.210.96
20.310.370.300.310.280.290.290.300.350.910.530.690.880.990.450.880.220.66
30.340.330.350.350.310.300.310.350.350.710.550.710.860.930.440.660.200.79
40.380.430.300.340.340.320.340.350.410.910.680.770.900.900.460.680.450.66
50.380.360.380.360.340.300.320.400.440.770.530.580.920.810.520.720.420.72
60.380.400.390.370.350.330.360.400.400.710.600.630.810.870.490.270.130.34
70.430.410.330.410.360.360.340.360.430.780.590.680.880.940.470.290.42
80.410.480.360.460.390.310.410.470.450.710.740.630.870.850.590.37
90.430.480.430.420.390.330.400.420.440.650.610.550.800.690.530.180.090.46
100.400.430.470.410.350.330.370.450.410.730.590.440.900.810.540.470.310.23
110.430.400.500.420.370.320.380.450.360.440.560.230.840.790.45
120.490.490.420.430.430.350.400.430.500.500.700.400.750.810.430.18
130.430.440.400.450.380.370.390.460.470.300.570.260.890.750.710.02
140.480.460.440.440.420.390.420.430.360.490.610.350.850.800.50
150.460.490.420.450.460.330.420.480.460.420.610.240.740.730.51
160.400.500.480.530.430.340.430.530.480.250.640.010.820.740.49
170.490.550.430.420.490.360.440.420.520.400.670.800.780.38
180.550.520.460.440.460.370.450.470.440.220.620.290.760.620.51
190.480.400.450.450.480.390.490.520.480.090.670.830.720.42
200.470.450.550.460.430.370.410.570.420.220.600.840.730.52
210.420.420.450.490.380.380.370.460.530.150.630.650.660.52
220.440.470.530.460.420.350.430.460.370.610.740.750.42
230.450.520.450.490.550.400.460.500.370.260.610.720.570.44
240.520.510.460.500.470.390.500.490.510.070.630.370.670.700.40
250.500.540.510.500.360.400.430.500.490.040.610.720.580.42
260.460.480.430.520.510.420.410.470.470.540.720.600.61
270.440.510.420.480.470.340.420.510.350.630.700.630.38
280.510.460.380.420.450.430.460.430.330.640.710.640.33
290.490.450.420.440.470.340.490.460.340.540.650.490.42
300.450.460.430.490.480.370.420.500.320.620.610.570.31
310.410.460.440.430.440.470.460.480.340.530.650.680.31
320.400.440.470.450.460.370.450.480.320.490.730.560.31
best1817201623312420211845113141

Interrupt 15:

p0-2
p3-7
p8-14
p15-22
p23-26
p27-32
p33-39
p40-53
p54-55
0_warning
0_welcome
0_wisdom
0_koan_1
0_loss_of_divinity
jpg107-167
jpg229
p56_an_end
p57_parable
10.250.260.240.260.240.250.240.250.240.920.440.800.770.810.400.960.210.96
20.290.300.280.300.280.280.310.310.310.900.510.990.880.870.500.990.220.92
30.310.320.330.320.310.300.320.320.330.790.520.890.940.900.420.990.200.90
40.310.340.300.320.330.310.330.360.380.910.660.980.970.910.550.930.280.80
50.330.330.350.340.360.310.310.360.420.780.560.910.980.910.490.890.310.72
60.310.380.350.330.320.340.370.380.380.770.590.860.960.950.470.770.160.80
70.380.340.390.340.340.360.340.350.390.780.540.850.960.950.440.810.080.64
80.380.420.330.350.370.340.400.440.440.710.750.840.930.930.630.590.110.54
90.370.400.380.330.350.350.430.390.420.700.590.760.940.930.510.660.070.67
100.350.360.430.390.380.340.390.440.350.790.620.780.940.880.510.570.190.52
110.340.430.470.340.420.370.390.430.450.460.470.790.890.850.440.330.10
120.410.460.450.390.460.400.370.440.460.500.660.700.840.900.520.440.350.42
130.380.410.380.400.410.410.350.490.400.300.500.660.860.850.770.410.29
140.410.410.450.380.440.390.370.420.370.490.610.660.810.790.490.490.08
150.330.420.380.430.410.400.420.430.420.370.610.570.790.800.490.200.16
160.440.490.380.370.460.390.500.500.500.130.670.550.800.780.660.03
170.460.440.410.400.480.360.530.390.410.400.540.560.810.730.50
180.370.460.450.400.440.380.470.510.430.250.560.450.770.800.49
190.410.390.420.370.420.460.520.480.450.110.560.480.760.790.44
200.390.450.490.420.460.400.430.490.330.230.630.430.700.770.44
210.440.400.490.380.380.410.410.480.490.060.530.390.700.710.46
220.390.430.510.390.410.400.430.480.340.510.460.650.660.39
230.440.480.440.390.430.440.450.500.340.260.540.420.590.710.66
240.440.500.470.450.430.450.510.480.530.580.440.560.710.37
250.460.410.460.440.410.410.490.530.340.040.560.310.620.620.40
260.400.500.430.460.460.520.430.500.410.500.290.510.640.55
270.400.440.410.390.490.390.410.500.310.060.570.110.490.680.55
280.450.480.430.430.470.440.400.440.340.570.450.480.32
290.420.440.440.400.450.410.480.440.360.510.440.550.41
300.370.430.470.470.490.430.490.460.200.560.420.550.39
310.420.470.420.450.420.480.450.460.340.460.420.550.29
320.450.500.410.370.450.400.500.510.250.500.460.510.28
best25262230272617252418257132121

Interrupt 16:

p0-2
p3-7
p8-14
p15-22
p23-26
p27-32
p33-39
p40-53
p54-55
0_warning
0_welcome
0_wisdom
0_koan_1
0_loss_of_divinity
jpg107-167
jpg229
p56_an_end
p57_parable
10.250.260.250.260.260.260.240.250.240.920.440.830.780.790.390.990.190.96
20.310.290.280.290.290.280.260.300.260.890.490.840.850.830.430.930.420.97
30.320.350.290.340.320.300.310.350.280.430.500.850.890.870.400.960.200.83
40.320.310.300.350.320.330.320.330.310.910.590.840.940.890.450.800.490.83
50.340.340.310.370.360.300.340.350.350.600.560.730.940.910.490.760.430.72
60.330.370.310.340.340.380.310.390.300.490.500.700.900.930.410.670.240.61
70.400.320.360.390.330.370.330.380.340.780.530.780.950.940.450.710.110.67
80.350.370.340.400.380.350.370.420.410.710.650.640.940.910.470.370.350.41
90.390.390.340.370.420.360.370.430.310.360.570.760.920.860.440.520.070.62
100.370.340.340.440.390.360.360.450.340.450.590.580.880.920.470.560.190.55
110.360.370.350.410.410.370.330.420.270.440.490.530.940.910.370.350.25
120.410.450.350.420.450.390.330.440.420.290.590.520.850.890.400.260.180.16
130.400.430.380.470.350.420.360.410.490.240.470.530.870.840.680.180.20
140.440.360.390.430.440.420.360.460.330.490.550.520.870.830.450.23
150.350.430.380.450.480.360.390.420.430.050.590.330.830.900.390.11
160.370.410.410.440.410.460.440.500.410.060.580.230.840.820.440.03
170.470.370.370.450.440.350.470.350.450.400.540.310.790.760.48
180.420.400.370.400.440.430.420.520.400.020.550.290.790.790.42
190.400.360.400.450.450.430.410.400.350.610.120.790.840.37
200.410.410.450.500.450.430.400.490.360.220.580.370.740.820.52
210.410.400.400.450.370.400.360.470.350.530.770.730.39
220.400.420.400.470.440.460.400.500.320.550.380.710.710.31
230.400.440.450.520.430.440.420.490.310.510.130.760.680.37
240.440.480.440.490.460.450.450.490.430.550.410.750.740.31
250.430.400.390.470.460.400.490.490.330.570.680.650.28
260.400.470.410.510.410.500.440.460.430.490.070.640.660.43
270.390.420.410.400.510.400.420.510.240.520.590.560.41
280.440.410.430.470.450.480.370.440.230.590.580.660.27
290.510.370.440.440.450.470.520.400.290.420.620.660.42
300.390.420.410.450.440.430.390.460.260.550.530.650.30
310.400.460.450.520.420.440.410.420.250.430.550.620.20
320.380.430.440.470.490.430.460.500.230.410.680.550.24
best2924312327262918131837713142

Interrupt 17:

p0-2
p3-7
p8-14
p15-22
p23-26
p27-32
p33-39
p40-53
p54-55
0_warning
0_welcome
0_wisdom
0_koan_1
0_loss_of_divinity
jpg107-167
jpg229
p56_an_end
p57_parable
10.250.260.250.260.260.250.240.250.240.920.450.830.871.000.400.890.190.96
20.300.290.300.310.300.310.280.300.290.890.520.860.871.000.430.880.200.66
30.300.300.290.340.330.360.280.340.320.430.530.860.761.000.470.660.200.79
40.380.320.310.360.340.360.310.360.310.910.660.830.831.000.470.680.330.66
50.340.330.340.390.330.340.300.380.350.600.580.800.810.990.510.720.230.77
60.330.340.350.370.340.440.300.390.380.490.640.730.750.990.490.270.090.34
70.420.340.360.420.350.380.310.340.370.780.580.700.840.990.440.040.42
80.390.360.360.440.370.380.360.380.480.710.750.830.780.970.610.24
90.330.360.370.380.410.410.320.390.400.360.610.720.750.960.550.180.070.52
100.370.340.390.430.390.400.330.430.450.450.620.590.800.970.530.470.190.32
110.400.350.370.470.390.410.310.410.410.440.530.700.770.950.46
120.420.430.360.450.450.480.340.450.450.290.680.530.670.950.490.18
130.380.380.380.510.370.540.330.450.460.240.600.440.740.940.780.02
140.450.370.410.480.410.470.320.410.400.490.600.420.770.890.42
150.350.400.410.490.420.490.340.440.430.050.640.250.650.920.470.00
160.370.430.410.480.440.470.370.460.490.060.660.380.690.880.61
170.420.380.370.460.450.460.380.400.420.400.620.160.720.880.42
180.410.380.400.450.440.490.360.460.430.020.640.290.650.900.52
190.370.460.400.510.430.520.370.420.490.610.150.680.870.44
200.410.430.480.470.440.480.380.470.360.220.640.270.750.890.48
210.410.390.440.490.370.460.380.480.470.600.150.590.870.39
220.440.450.420.500.420.410.360.490.380.570.310.710.880.41
230.390.450.440.470.400.470.410.550.420.630.590.840.45
240.450.470.460.490.470.500.400.440.460.630.370.590.860.41
250.450.390.440.500.390.490.390.500.500.600.040.560.860.41
260.400.460.470.540.430.590.340.500.360.590.660.850.54
270.380.390.400.400.490.420.390.500.310.590.140.660.820.40
280.440.430.430.540.420.460.340.410.310.620.610.760.27
290.440.370.460.430.430.460.400.520.350.480.580.810.44
300.400.420.480.460.410.470.400.450.240.640.460.800.38
310.400.440.420.500.420.470.410.480.360.510.560.770.32
320.390.430.450.440.500.440.370.480.280.550.610.760.37
best2424202632262323251822213141

Interrupt 18:

p0-2
p3-7
p8-14
p15-22
p23-26
p27-32
p33-39
p40-53
p54-55
0_warning
0_welcome
0_wisdom
0_koan_1
0_loss_of_divinity
jpg107-167
jpg229
p56_an_end
p57_parable
10.250.260.250.260.240.250.240.250.240.920.450.800.870.990.410.980.210.99
20.280.290.310.290.270.280.290.290.290.970.530.860.881.000.410.940.291.00
30.310.320.290.310.300.310.300.330.370.890.520.960.880.990.430.940.200.99
40.310.330.320.310.310.320.320.310.360.980.640.910.880.980.460.910.330.98
50.330.320.370.330.330.310.320.400.390.940.590.890.910.970.480.800.270.90
60.340.350.350.340.340.350.360.350.410.860.540.890.890.950.450.790.240.88
70.370.330.360.370.380.380.390.340.370.920.570.830.900.920.520.760.040.92
80.360.390.340.360.380.350.380.360.430.860.730.920.890.880.500.640.260.83
90.350.380.350.360.360.350.410.390.450.700.610.800.870.890.540.550.070.75
100.410.330.400.370.390.360.440.460.380.880.630.750.900.880.470.470.200.69
110.350.390.380.370.390.340.370.430.400.830.540.720.870.790.500.360.60
120.450.430.400.390.410.370.370.380.430.700.700.660.850.720.390.250.180.55
130.350.410.370.400.400.410.340.330.520.650.550.610.900.680.740.410.030.61
140.410.390.420.390.470.400.450.410.470.670.610.670.910.630.530.260.61
150.330.450.420.400.500.350.370.440.530.610.620.600.890.540.440.200.67
160.360.400.370.370.470.400.510.480.540.590.630.550.870.590.460.30
170.400.400.390.400.510.370.470.430.440.630.570.650.870.530.51
180.370.400.410.440.400.380.440.420.480.460.580.420.820.520.51
190.440.410.420.400.470.410.460.480.440.410.630.370.820.650.54
200.420.410.470.400.470.450.470.450.440.480.650.470.850.680.47
210.410.390.400.410.460.440.460.450.480.310.550.310.790.590.45
220.410.420.460.420.420.380.480.500.330.430.590.400.770.400.39
230.420.430.400.430.450.400.410.550.420.350.540.490.750.150.55
240.480.490.450.480.460.450.460.390.480.280.630.410.760.41
250.450.410.430.430.440.420.400.500.390.350.580.390.750.41
260.370.530.390.430.500.460.380.400.530.210.520.360.760.48
270.410.450.430.450.490.370.430.450.380.320.570.110.750.46
280.440.450.440.440.450.470.490.430.390.330.610.730.34
290.440.370.410.450.470.410.450.490.310.370.510.750.41
300.400.510.490.440.470.410.420.430.310.400.550.750.30
310.400.450.420.460.400.530.530.450.280.250.480.680.37
320.350.440.410.410.520.430.440.510.440.060.480.740.24
best2426302432313123164835213142

Interrupt 19:

p0-2
p3-7
p8-14
p15-22
p23-26
p27-32
p33-39
p40-53
p54-55
0_warning
0_welcome
0_wisdom
0_koan_1
0_loss_of_divinity
jpg107-167
jpg229
p56_an_end
p57_parable
10.250.260.240.260.250.270.240.250.230.920.470.830.871.000.380.930.210.96
20.300.320.310.300.290.330.270.290.290.980.590.850.871.000.520.880.290.78
30.300.340.320.310.310.300.280.300.310.990.640.840.761.000.520.860.200.89
40.320.360.330.320.310.390.300.320.400.960.870.910.831.000.570.680.430.77
50.320.380.380.350.310.360.320.320.440.930.700.720.810.990.530.720.370.72
60.340.410.370.360.340.400.350.340.370.900.700.780.750.980.610.440.240.56
70.340.390.370.350.340.390.370.320.350.950.690.730.840.970.580.090.390.51
80.350.430.360.380.330.410.370.360.550.890.790.770.780.980.670.140.370.35
90.380.490.450.340.360.380.400.330.410.840.800.710.750.960.620.180.070.46
100.370.430.440.380.350.480.350.380.430.800.690.600.800.950.570.470.270.37
110.350.430.490.380.380.380.380.340.490.840.720.440.770.960.600.260.27
120.390.500.430.420.410.450.360.400.480.730.740.610.670.930.670.330.04
130.390.440.390.400.410.500.370.400.510.660.780.430.740.920.770.06
140.390.470.430.390.400.440.420.370.410.640.730.480.770.830.63
150.340.530.470.400.380.380.420.340.520.570.710.290.650.900.50
160.380.510.460.370.390.480.450.420.500.650.700.130.690.900.67
170.380.570.400.400.440.460.430.320.570.600.660.200.720.850.56
180.420.510.450.410.390.490.430.400.450.340.580.400.650.890.60
190.360.500.450.420.400.540.480.400.480.470.640.170.680.860.55
200.430.460.520.410.460.520.430.410.440.490.620.240.750.890.62
210.390.510.490.450.400.420.400.420.490.340.640.080.590.850.58
220.410.490.550.400.420.420.460.430.390.330.570.230.710.860.61
230.380.460.480.400.450.490.480.430.400.340.600.590.790.56
240.400.520.510.500.450.480.490.420.550.360.460.370.590.840.61
250.420.530.510.410.460.500.440.420.550.280.500.150.560.820.57
260.350.470.430.480.520.500.400.510.430.250.530.660.850.59
270.410.480.440.420.410.400.450.460.400.320.470.660.780.46
280.420.460.420.460.390.430.420.420.400.270.450.610.740.42
290.440.440.540.450.470.430.440.480.430.370.390.580.800.40
300.360.480.510.450.410.440.430.390.320.260.420.460.810.33
310.360.490.400.450.470.450.470.420.390.200.320.560.780.42
320.410.460.460.450.420.430.440.460.370.360.610.760.45
best2917222426192426173442213141

Interrupt 20:

p0-2
p3-7
p8-14
p15-22
p23-26
p27-32
p33-39
p40-53
p54-55
0_warning
0_welcome
0_wisdom
0_koan_1
0_loss_of_divinity
jpg107-167
jpg229
p56_an_end
p57_parable
10.260.260.240.260.260.250.240.250.240.920.450.840.870.910.400.990.210.96
20.310.330.290.290.280.280.300.310.250.930.500.920.870.930.430.890.320.82
30.350.330.290.300.320.300.280.400.300.920.530.910.760.950.420.880.230.93
40.340.350.310.320.320.310.310.380.280.910.560.910.830.970.550.840.450.85
50.330.330.350.360.330.310.320.390.290.700.620.830.810.980.520.770.370.77
60.380.380.390.350.320.370.360.460.340.850.570.840.750.960.440.610.260.52
70.400.360.400.430.350.360.350.410.350.780.610.820.840.950.440.860.360.44
80.360.430.370.380.340.300.400.400.420.710.670.810.780.940.630.520.370.16
90.380.440.390.310.380.340.350.460.350.500.640.750.750.940.510.480.070.53
100.360.430.440.410.400.310.360.450.310.690.650.630.800.950.510.470.360.34
110.420.410.440.380.400.360.340.460.340.440.610.640.770.910.440.230.010.12
120.470.490.430.450.390.390.340.490.390.610.650.670.670.910.510.260.33
130.450.480.420.420.410.450.380.380.500.320.590.720.740.890.750.34
140.460.440.440.480.400.400.380.450.350.640.620.520.770.830.420.36
150.420.510.410.450.450.350.380.460.400.370.690.540.650.920.550.000.13
160.390.500.400.400.420.360.500.510.450.060.620.610.690.840.620.03
170.550.610.400.400.430.320.420.460.470.420.600.450.720.840.51
180.430.490.540.410.440.420.400.530.380.220.610.360.650.880.51
190.420.450.400.410.420.540.470.450.430.080.650.240.680.840.49
200.450.480.520.490.440.370.410.600.300.230.640.330.750.860.45
210.430.400.500.390.420.410.390.500.470.270.640.260.590.820.43
220.440.480.480.410.420.380.410.590.350.650.390.710.810.39
230.480.450.480.430.440.390.450.540.320.060.620.140.590.800.55
240.470.490.510.500.410.420.550.510.470.030.640.370.590.790.43
250.400.540.480.470.440.430.470.490.330.590.290.560.820.37
260.420.510.420.450.480.500.400.430.360.040.520.230.660.800.59
270.440.450.410.360.470.420.410.470.200.660.140.660.780.53
280.490.410.420.480.460.460.440.470.170.040.610.020.610.690.32
290.510.500.470.390.450.450.450.500.290.570.580.770.43
300.400.500.480.500.400.390.430.450.210.610.460.740.31
310.420.440.460.420.410.560.420.380.130.580.560.710.32
320.360.470.440.440.480.400.450.460.250.540.610.710.36
best17171824323124201321522513141

Interrupt 21:

p0-2
p3-7
p8-14
p15-22
p23-26
p27-32
p33-39
p40-53
p54-55
0_warning
0_welcome
0_wisdom
0_koan_1
0_loss_of_divinity
jpg107-167
jpg229
p56_an_end
p57_parable
10.250.260.240.260.250.260.240.240.240.920.440.770.801.000.390.960.210.96
20.360.300.290.310.280.320.280.280.280.920.510.790.841.000.450.880.380.72
30.400.330.290.320.290.320.290.310.300.950.500.710.851.000.460.910.250.85
40.390.410.340.350.330.350.300.310.330.940.620.770.880.990.480.770.400.73
50.400.350.350.400.330.340.330.330.330.950.520.610.910.970.470.720.230.72
60.460.350.350.350.320.420.340.330.330.870.530.710.880.960.480.450.340.52
70.470.340.420.390.370.380.360.320.310.780.570.680.920.960.440.550.320.44
80.420.420.370.360.370.370.370.360.460.740.720.630.930.960.560.380.240.15
90.470.400.370.330.380.340.370.320.320.650.570.700.910.920.560.620.070.46
100.450.420.440.450.400.390.380.410.300.760.580.440.930.950.480.470.410.23
110.530.390.450.420.400.390.360.390.400.630.550.310.930.940.46
120.500.460.410.430.430.460.330.400.460.660.650.480.890.910.400.280.18
130.480.440.460.440.400.460.380.400.460.420.530.280.900.900.720.110.07
140.600.390.440.460.420.450.390.360.340.620.590.350.860.830.40
150.520.440.420.460.450.420.400.360.430.490.560.240.940.910.39
160.490.480.430.400.400.450.440.450.510.510.640.010.860.840.49
170.500.400.400.440.490.420.420.410.550.440.590.860.820.31
180.490.450.420.400.420.460.390.390.330.250.570.290.870.830.41
190.480.400.490.520.500.470.430.380.470.290.570.850.840.36
200.500.460.520.470.460.510.440.460.340.490.660.890.860.47
210.470.450.440.450.440.390.400.430.440.290.550.830.840.43
220.520.420.510.400.440.440.440.430.390.180.580.830.840.37
230.520.450.420.430.460.460.450.500.380.120.550.840.790.41
240.500.460.490.410.440.470.460.440.570.190.610.370.800.800.34
250.440.440.490.480.380.430.470.520.450.140.560.790.810.30
260.500.490.440.490.470.510.450.480.430.160.510.820.800.54
270.430.530.430.450.440.380.480.410.250.120.570.760.790.29
280.530.370.480.470.420.480.400.410.230.060.560.740.720.27
290.470.430.440.420.480.420.460.410.360.020.470.680.750.41
300.540.420.460.480.510.490.430.410.230.030.520.790.720.28
310.410.460.410.450.490.490.470.430.240.480.700.710.15
320.390.440.500.370.500.440.460.500.360.440.710.730.29
best142720193026272524582152131101

Interrupt 22:

p0-2
p3-7
p8-14
p15-22
p23-26
p27-32
p33-39
p40-53
p54-55
0_warning
0_welcome
0_wisdom
0_koan_1
0_loss_of_divinity
jpg107-167
jpg229
p56_an_end
p57_parable
10.260.260.250.260.250.260.240.250.240.920.410.750.791.000.410.890.190.96
20.280.300.290.310.290.310.300.340.320.890.430.690.820.990.480.880.220.66
30.340.320.310.340.320.320.310.340.290.600.430.710.850.930.550.660.200.79
40.340.330.320.310.330.340.340.360.320.910.450.770.880.900.520.680.260.66
50.350.340.340.380.340.320.310.370.380.840.410.580.930.810.530.720.290.72
60.340.350.350.370.330.380.350.420.360.680.450.630.910.870.510.270.130.34
70.370.360.360.390.350.370.360.350.330.780.390.680.920.940.460.42
80.410.410.360.410.390.370.360.440.420.710.470.630.930.850.650.09
90.370.400.380.360.390.340.390.420.380.380.510.550.920.690.620.180.070.46
100.380.380.430.390.370.390.370.450.370.740.370.440.920.810.520.470.190.23
110.470.390.490.410.390.420.370.410.330.520.410.230.940.790.49
120.440.440.400.430.430.410.370.480.420.540.430.400.920.810.490.33
130.430.390.460.410.410.460.340.470.460.320.410.260.910.750.740.02
140.380.430.440.430.400.420.450.430.350.520.390.350.860.800.48
150.440.410.420.430.410.350.380.450.550.410.460.240.910.730.53
160.460.460.430.430.460.430.400.500.470.180.470.010.860.740.67
170.510.410.440.480.490.440.390.410.410.400.350.820.780.49
180.380.440.440.470.430.410.420.500.350.230.470.290.870.620.49
190.400.390.440.480.450.510.490.470.490.020.520.850.720.55
200.460.420.520.430.470.470.400.540.320.240.320.870.730.53
210.410.370.510.470.430.450.450.470.390.010.360.790.660.53
220.480.440.530.470.440.480.430.440.280.020.400.810.750.45
230.440.500.460.450.470.440.380.530.390.040.450.790.570.56
240.500.520.490.510.480.450.450.490.440.000.420.370.770.700.41
250.440.440.480.470.450.440.400.500.430.080.440.770.580.50
260.420.490.450.490.480.480.420.510.380.420.760.600.49
270.420.420.380.450.490.390.440.500.260.370.740.630.45
280.410.430.390.490.500.450.440.420.220.380.700.640.41
290.450.400.480.430.480.470.460.460.330.220.710.490.41
300.400.430.460.440.420.460.410.480.280.270.700.570.39
310.410.410.440.450.450.460.480.460.200.200.710.680.40
320.410.450.450.440.500.490.450.470.260.310.690.560.44
best1724222432191920151194111131121

Interrupt 23:

p0-2
p3-7
p8-14
p15-22
p23-26
p27-32
p33-39
p40-53
p54-55
0_warning
0_welcome
0_wisdom
0_koan_1
0_loss_of_divinity
jpg107-167
jpg229
p56_an_end
p57_parable
10.250.260.250.260.250.260.230.250.240.920.440.840.790.980.410.960.200.96
20.290.290.300.290.270.330.280.290.320.950.510.940.840.990.480.930.320.90
30.330.330.290.310.290.310.330.340.310.950.490.940.891.000.450.690.400.83
40.320.320.340.330.290.350.370.310.390.940.570.970.941.000.530.680.450.76
50.330.360.360.350.310.330.320.320.410.870.500.810.950.990.580.720.420.72
60.370.350.340.350.300.390.430.380.400.920.580.870.960.990.510.610.440.69
70.340.310.370.380.310.420.390.320.440.890.540.840.930.980.460.390.300.74
80.370.370.350.370.310.360.390.360.480.850.650.790.960.970.650.180.370.39
90.440.360.360.340.290.370.420.370.410.770.540.730.920.970.480.440.070.46
100.360.390.440.370.330.390.440.410.410.760.590.650.930.960.520.470.340.31
110.370.410.430.400.340.350.360.370.370.670.530.710.920.970.470.090.230.22
120.450.450.400.440.340.460.430.420.410.680.600.700.900.960.470.260.230.26
130.380.420.420.410.360.440.410.400.510.650.540.630.890.940.740.130.06
140.390.380.440.420.350.500.460.370.390.720.590.500.890.860.580.11
150.410.460.400.440.350.430.470.380.450.500.570.490.890.900.59
160.330.400.410.420.390.480.520.430.530.540.600.480.860.870.54
170.420.390.410.400.430.480.480.420.460.540.650.420.850.890.50
180.450.400.440.430.330.440.470.400.440.460.540.370.810.910.61
190.450.400.400.410.370.540.510.380.440.340.590.320.800.860.53
200.440.450.520.410.400.500.450.440.390.490.550.370.810.880.50
210.380.350.440.430.340.460.430.470.480.460.520.370.800.890.51
220.430.470.480.400.370.390.420.390.340.300.510.340.770.880.43
230.390.470.380.400.400.430.490.480.370.320.580.410.740.820.55
240.480.510.430.550.390.490.480.390.480.340.600.410.740.850.37
250.430.400.470.470.370.490.410.410.550.220.520.250.690.820.44
260.380.520.450.480.430.470.420.460.380.220.480.220.700.840.57
270.410.390.450.390.370.460.410.420.300.330.540.060.680.820.43
280.400.380.430.430.370.470.460.420.310.330.540.770.720.39
290.460.410.450.360.440.420.460.430.320.290.510.640.790.40
300.450.500.440.500.390.490.410.420.320.130.500.660.790.30
310.420.450.460.430.410.460.450.420.280.210.440.580.790.36
320.380.450.460.450.420.490.480.490.360.430.570.760.29
best2426202429191632252848313141

Interrupt 24:

p0-2
p3-7
p8-14
p15-22
p23-26
p27-32
p33-39
p40-53
p54-55
0_warning
0_welcome
0_wisdom
0_koan_1
0_loss_of_divinity
jpg107-167
jpg229
p56_an_end
p57_parable
10.250.260.260.260.250.260.240.250.240.930.430.830.850.840.390.960.210.96
20.280.290.290.300.270.370.290.300.291.000.490.890.880.880.490.880.410.85
30.290.310.290.350.320.310.310.330.300.990.490.930.900.900.510.820.220.88
40.300.330.290.350.300.410.330.350.360.990.570.970.920.910.520.680.470.84
50.320.330.310.410.340.340.370.350.310.960.460.950.930.960.540.750.480.80
60.320.350.320.380.370.450.400.400.340.940.510.880.920.930.550.430.240.42
70.350.330.370.460.350.350.390.400.320.920.480.810.930.940.550.440.300.64
80.350.350.320.400.360.410.400.420.450.910.620.880.930.920.650.110.370.17
90.340.370.330.410.370.380.440.390.390.870.540.800.950.930.630.520.070.55
100.320.320.350.410.390.450.410.370.270.840.480.760.950.900.600.500.270.42
110.370.380.410.470.380.390.380.400.410.820.480.810.930.890.530.43
120.410.420.360.470.420.480.390.440.470.780.600.720.930.910.660.260.180.14
130.340.400.350.480.370.480.430.430.550.740.500.620.900.870.810.030.18
140.390.380.420.510.450.440.490.460.350.850.570.630.870.830.620.00
150.360.440.420.510.460.380.440.410.430.700.500.570.900.890.660.08
160.340.410.340.430.420.490.540.500.500.690.570.520.870.860.670.05
170.430.390.350.450.450.430.470.400.400.610.490.440.890.740.57
180.370.390.390.440.410.530.520.460.390.530.500.410.870.790.61
190.400.390.410.520.490.550.510.430.450.560.550.400.880.830.55
200.360.420.450.500.440.470.440.460.330.570.530.430.880.830.59
210.420.390.400.470.410.380.460.470.390.490.460.440.840.770.58
220.390.490.460.470.390.420.440.420.430.450.550.440.880.760.54
230.390.460.370.510.460.500.530.500.330.430.470.380.820.760.57
240.400.450.430.500.470.470.490.470.550.360.570.440.800.780.54
250.430.390.350.470.470.420.420.470.450.400.460.310.800.710.57
260.360.470.430.540.470.540.460.490.440.510.430.220.800.710.66
270.400.410.420.450.430.450.460.450.290.290.500.290.760.680.47
280.420.440.480.490.470.440.470.410.330.450.510.010.750.640.46
290.420.390.410.480.470.450.490.490.350.310.460.720.620.49
300.380.440.440.440.480.460.370.450.200.430.430.770.650.39
310.410.440.460.460.430.490.410.470.300.210.390.690.660.50
320.400.420.410.380.500.450.520.470.380.080.380.750.650.47
best2522282632191616242849513151

Interrupt 25:

p0-2
p3-7
p8-14
p15-22
p23-26
p27-32
p33-39
p40-53
p54-55
0_warning
0_welcome
0_wisdom
0_koan_1
0_loss_of_divinity
jpg107-167
jpg229
p56_an_end
p57_parable
10.250.260.250.250.250.250.240.250.240.980.480.790.871.000.390.890.170.96
20.290.300.290.300.280.280.280.300.241.000.610.760.880.990.460.880.390.66
30.310.330.280.310.320.300.280.330.281.000.600.830.870.930.420.660.280.79
40.310.340.310.330.310.320.300.320.301.000.740.850.900.900.460.680.570.66
50.340.340.340.360.330.330.310.350.310.980.650.610.910.810.480.720.480.72
60.370.350.320.350.350.310.340.350.300.960.740.630.840.870.450.270.340.34
70.410.320.390.390.360.350.380.320.280.940.690.680.900.940.380.570.42
80.380.360.350.380.370.340.370.370.440.930.770.630.880.850.510.41
90.360.370.350.360.370.360.360.360.300.930.670.550.830.690.500.180.300.46
100.380.380.380.390.380.330.380.390.270.890.720.440.930.810.450.470.360.23
110.350.390.400.350.410.370.350.410.330.830.730.320.870.790.410.31
120.410.470.370.430.440.410.330.400.440.830.770.430.810.810.420.21
130.380.430.360.470.430.420.320.440.370.830.690.390.890.750.740.020.09
140.430.360.420.440.420.420.420.360.330.800.740.350.870.800.450.08
150.420.420.370.390.420.380.380.380.360.750.640.240.850.730.52
160.440.430.390.430.450.410.450.430.480.760.690.080.830.740.56
170.410.400.330.390.480.370.410.380.360.730.640.060.830.780.47
180.420.410.420.420.450.370.390.390.310.610.590.290.780.620.46
190.390.390.390.410.460.480.430.430.360.650.660.140.820.720.33
200.390.440.450.450.460.410.440.410.300.610.650.210.820.730.44
210.450.360.430.470.430.380.380.450.320.550.620.780.660.36
220.430.450.430.440.460.410.420.450.330.510.680.780.750.33
230.400.480.420.420.400.390.450.510.260.450.590.710.570.43
240.440.490.470.470.460.470.430.450.460.500.640.370.740.700.37
250.410.440.460.450.480.470.420.450.270.520.530.750.580.29
260.410.520.410.490.460.520.380.490.270.560.570.120.750.600.44
270.430.440.430.460.460.390.410.440.180.540.630.730.630.34
280.440.430.430.460.450.420.420.400.180.490.620.720.640.34
290.390.390.470.450.530.440.430.460.260.460.610.660.490.33
300.450.450.440.420.470.380.410.420.190.450.690.690.570.24
310.430.470.460.430.480.500.450.430.230.330.490.690.680.20
320.420.440.450.430.510.440.440.540.360.140.460.700.560.30
best21262926292623321628410113141

Interrupt 26:

p0-2
p3-7
p8-14
p15-22
p23-26
p27-32
p33-39
p40-53
p54-55
0_warning
0_welcome
0_wisdom
0_koan_1
0_loss_of_divinity
jpg107-167
jpg229
p56_an_end
p57_parable
10.250.260.240.260.240.260.240.250.240.920.450.770.871.000.400.960.210.96
20.300.320.300.290.280.290.280.300.260.970.570.820.891.000.450.930.290.66
30.350.310.300.310.330.310.320.360.320.960.510.770.891.000.440.740.200.79
40.340.330.340.320.320.320.290.360.330.960.650.770.910.980.530.680.420.66
50.330.330.370.350.310.330.320.410.360.960.550.600.930.900.480.720.330.72
60.410.350.410.340.360.390.380.400.350.890.630.630.890.970.460.360.210.34
70.430.400.410.400.340.370.360.390.300.890.600.680.910.950.460.830.290.42
80.430.400.340.400.370.360.320.420.410.910.700.630.930.930.610.330.37
90.400.410.430.340.380.360.390.430.370.810.610.670.900.920.490.280.070.46
100.400.340.480.400.380.370.370.430.330.810.600.440.940.870.490.470.190.29
110.450.400.460.360.420.430.360.390.350.750.580.480.920.900.500.170.15
120.470.410.420.410.420.410.360.470.420.730.670.490.870.930.550.33
130.400.450.480.410.370.440.360.420.550.600.600.260.910.850.740.02
140.510.410.490.410.410.410.410.440.320.640.650.350.900.830.51
150.420.450.430.400.480.390.420.440.430.610.640.240.900.810.420.02
160.400.480.430.400.440.420.440.540.440.610.670.090.900.870.54
170.510.410.420.470.490.370.380.450.540.640.630.890.840.47
180.480.440.430.400.420.420.410.540.490.470.620.290.840.800.51
190.480.400.430.370.450.450.480.500.450.390.680.040.870.760.43
200.470.410.520.430.430.420.430.500.350.490.610.250.870.810.46
210.420.430.610.400.390.400.410.540.480.510.650.820.770.42
220.450.450.520.390.450.470.390.480.380.270.620.850.800.36
230.490.530.440.430.390.430.380.540.310.340.610.820.760.49
240.510.440.500.500.420.470.440.470.470.380.630.410.820.830.37
250.460.430.540.480.430.450.450.490.460.310.590.820.740.48
260.420.570.500.410.480.510.420.440.440.330.570.810.750.55
270.440.460.430.400.500.410.420.520.280.150.610.790.720.48
280.450.420.410.460.440.430.410.470.210.270.620.790.700.41
290.520.420.430.450.470.470.430.510.300.280.610.800.680.45
300.430.510.480.490.530.430.440.460.270.230.650.790.680.32
310.420.420.450.430.400.470.420.430.340.250.530.720.710.35
320.390.460.430.430.470.440.440.530.280.030.560.770.730.34
best29262124302619211328210213141

Interrupt 27:

p0-2
p3-7
p8-14
p15-22
p23-26
p27-32
p33-39
p40-53
p54-55
0_warning
0_welcome
0_wisdom
0_koan_1
0_loss_of_divinity
jpg107-167
jpg229
p56_an_end
p57_parable
10.250.260.240.260.240.250.240.240.240.920.460.770.781.000.400.960.210.96
20.270.300.280.310.290.270.290.280.320.950.530.750.831.000.480.880.420.66
30.300.350.290.320.330.300.290.300.310.940.540.740.880.990.520.790.200.79
40.300.320.320.370.340.320.310.320.380.940.610.770.920.980.550.750.460.66
50.340.350.330.430.360.300.330.330.310.890.610.600.930.960.530.730.480.72
60.340.360.340.360.390.350.330.310.390.910.650.710.950.960.560.520.270.34
70.390.360.380.440.380.360.310.340.310.790.620.700.940.940.530.500.260.42
80.350.380.380.430.390.330.360.370.520.820.690.630.950.960.650.110.43
90.320.430.400.390.400.350.330.320.320.730.670.570.910.930.630.520.070.46
100.370.380.390.460.410.320.400.390.370.760.670.440.930.920.550.500.200.23
110.370.390.440.440.440.320.350.350.430.770.600.230.910.930.610.23
120.410.440.430.490.420.440.340.350.390.640.690.520.890.900.570.260.18
130.340.460.400.530.480.480.300.430.530.520.610.320.890.850.730.02
140.420.410.440.510.460.380.350.410.340.630.620.350.870.830.58
150.340.450.340.480.500.390.410.380.420.400.660.240.890.860.55
160.370.490.430.460.460.430.410.430.550.570.620.010.880.850.69
170.370.560.420.510.470.400.440.300.380.410.650.860.820.53
180.340.460.440.440.420.460.400.400.320.390.630.290.820.820.60
190.440.400.410.500.500.420.430.400.400.300.650.800.740.61
200.380.440.480.520.470.420.450.400.360.390.610.780.830.54
210.450.440.470.510.430.420.370.420.430.340.660.790.840.56
220.390.430.480.480.410.410.420.420.390.200.670.780.820.55
230.380.470.440.410.400.410.380.520.320.300.650.010.730.790.60
240.420.470.450.520.410.460.420.410.480.280.670.370.740.770.49
250.430.480.460.510.480.420.460.520.310.200.600.730.750.46
260.420.530.440.530.500.450.400.480.430.070.590.700.760.62
270.420.440.460.440.450.340.450.460.220.190.640.700.760.49
280.390.420.430.570.480.470.400.460.240.160.590.690.690.42
290.460.420.450.410.450.420.480.380.290.600.700.710.42
300.410.500.410.500.510.490.460.390.250.180.650.670.710.34
310.430.420.460.450.460.450.450.450.220.060.550.620.730.40
320.430.440.450.470.470.400.450.490.320.500.620.680.51
best2917202830302925162848113151

Interrupt 28:

p0-2
p3-7
p8-14
p15-22
p23-26
p27-32
p33-39
p40-53
p54-55
0_warning
0_welcome
0_wisdom
0_koan_1
0_loss_of_divinity
jpg107-167
jpg229
p56_an_end
p57_parable
10.250.250.250.260.250.260.240.250.240.920.460.790.751.000.400.890.210.96
20.270.340.300.280.300.360.290.280.290.920.520.730.860.990.480.880.240.66
30.350.380.300.310.320.360.300.300.350.660.540.810.930.990.520.660.200.79
40.320.400.340.300.350.400.320.340.300.910.680.830.970.980.570.680.290.66
50.340.400.350.340.340.330.300.300.400.840.590.650.970.920.560.720.190.72
60.360.450.350.340.340.490.380.340.370.580.630.650.960.950.590.270.090.34
70.360.510.370.360.340.360.350.320.350.780.600.680.960.950.500.310.42
80.330.500.360.360.370.410.370.380.420.770.750.630.950.930.670.22
90.430.560.380.330.390.390.400.340.500.510.640.550.910.870.610.180.070.46
100.360.450.410.380.380.440.370.390.360.720.660.440.890.900.540.470.190.23
110.370.440.450.340.400.420.340.390.360.540.610.390.880.890.64
120.480.630.380.420.420.470.370.410.420.420.690.400.870.850.620.18
130.410.520.400.440.380.540.350.380.540.240.600.310.820.840.750.02
140.430.500.440.390.390.440.410.370.360.520.610.350.790.800.58
150.480.520.430.390.420.430.370.360.470.300.640.240.810.840.59
160.330.620.460.400.460.460.440.470.520.390.620.040.790.860.63
170.420.570.420.420.420.410.440.370.400.400.580.780.780.55
180.460.530.450.390.420.530.420.410.460.270.600.290.850.760.57
190.430.480.380.410.460.520.450.390.440.240.660.080.740.760.64
200.460.530.490.400.440.490.400.480.320.220.630.160.640.780.58
210.480.520.450.470.510.440.450.470.480.120.600.670.780.57
220.430.520.500.370.390.460.420.430.330.080.640.620.850.55
230.420.460.420.380.430.480.450.490.350.190.540.620.720.59
240.490.580.530.530.450.480.470.400.440.670.370.600.760.53
250.420.470.450.460.430.480.420.430.390.040.590.510.710.48
260.390.450.480.460.450.530.390.450.450.010.530.060.390.750.60
270.460.480.410.390.480.430.450.430.290.590.440.700.45
280.490.500.470.420.450.480.430.450.250.590.400.650.41
290.480.540.470.430.460.450.570.420.390.500.380.710.47
300.450.550.450.430.440.440.380.400.290.590.390.640.42
310.420.440.510.420.430.460.390.440.270.520.420.710.50
320.370.430.470.450.520.520.500.530.440.440.410.630.40
best2812242432132932132845113171

What’s next?

Things to try: