Trace number 3366743

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-2-mt (fixed)? (TO) 4800.23 1203.3

General information on the benchmark

Namecrafted/mosoi/289/
289-unsat-21x33.cnf
MD5SUMf7c29bbc3bef00d1e7cc799553ba4813
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2772
Number of clauses448371
Sum of the clauses size1785168
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 24158
Number of clauses of size 30
Number of clauses of size 4444213
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3366743-1305413263.cnf'
0.00/0.01	c -- header says num vars:           2772
0.00/0.01	c -- header says num clauses:      448371
0.36/0.14	c -- clauses added:            0 learnts,       448371 normals,            0 xors
0.36/0.14	c -- vars added       2772
0.36/0.14	c Parsing time:  0.11 s
0.36/0.14	c  N st     0         0      2772    444213      4158         0   1785168         0   no data   no data
1.12/0.31	c asymm  cl-useful: 0/11167/444213 lits-rem:0 time: 0.15
1.52/0.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  4.1M T:  0.07
1.52/0.49	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1.52/0.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.87/0.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
1.87/0.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2772 time:  0.00 s
1.87/0.51	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
38.52/9.77	c lits-rem:         0  cl-subs:        0  v-elim:    693  v-fix:    0  time:  9.17 s
38.52/9.78	c Finding binary XORs  T:     0.00 s  found:       0
39.72/10.09	c Finding non-binary XORs:     0.29 s (found:       0, avg size: nan)
39.72/10.09	c calculated reachability. Time: 0.00
40.12/10.11	c Calc default polars -  time:   0.02 s pos:       0 undec:     693 neg:    2079
40.12/10.11	c =========================================================================================
40.12/10.11	c types(t): F = full restart, N = normal restart
40.12/10.11	c types(t): S = simplification begin/end, E = solution found
40.12/10.11	c restart types(rt): st = static, dy = dynamic
40.12/10.11	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
40.12/10.11	c  B st     0         0      2079    443520      2079         0   2665278         0   no data   no data
40.92/10.34	c  N dy    14      4190      2079    443520      2079      4174   2665278    243768     38.42     40.98
41.72/10.59	c  N dy    38      8400      2079    443520      2079      8370   2665278    472072     38.28     41.63
42.91/10.83	c  N dy    66     12434      2079    443520      2079     12402   2665278    701418     38.88     61.14
43.75/11.08	c  N dy    96     16544      2079    443520      2079     16505   2665278    951243     39.88     42.07
44.91/11.39	c  N dy   121     20615      2079    443520      2079     10594   2665278    279956     39.66     41.82
46.10/11.62	c  N dy   147     24744      2079    443520      2079     14717   2665278    524258     39.83     42.08
46.10/11.63	c  F st   148     25000      2079    443520      2079     14973   2665278    537075     39.78     41.52
47.29/11.94	c  N dy   154     30002      2079    443520      2079     19957   2665278    860819     39.78   no data
47.29/11.94	c  S st   154     30002      2079    443520      2079     19957   2665278    860819     39.78   no data
48.49/12.22	c  S st   154     30504      2079    443520      2079     20459   2665278    894070     39.78   no data
48.49/12.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
49.28/12.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  7.4M T:  0.20
49.69/12.54	c blocked clauses removed:        0 vars:      0 tried:        2079 T: 0.00 s
49.69/12.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
50.09/12.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.08 s
50.09/12.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2079 time:  0.00 s
50.09/12.62	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
85.99/21.67	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  9.04 s
86.79/21.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.19 s
102.34/25.72	c lits-rem:        14  cl-subs:       61  v-elim:      0  v-fix:    0  time:  3.74 s
103.54/26.01	c asymm  cl-useful: 0/5505/443520 lits-rem:0 time: 0.29
103.54/26.02	c calculated reachability. Time: 0.00
103.54/26.02	c  N dy   154     30504      2079    443520      2079     20398   2665278    886791     39.78   no data
104.77/26.31	c  N dy   175     34769      2079    443520      2079     24658   2665278   1126004     39.58     41.71
105.54/26.54	c  N dy   198     38791      2079    443520      2079     28674   2665278   1354724     39.52     41.81
106.34/26.77	c  N dy   220     42886      2079    443520      2079     17297   2665278    435533     39.42     48.31
107.14/26.91	c  S st   234     45756      2079    443520      2079     20160   2665278    599262     39.27     35.69
108.34/27.20	c  S st   234     46260      2079    443520      2079     20663   2665278    637221     39.27   no data
108.34/27.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
109.16/27.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  7.0M T:  0.20
109.57/27.51	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
109.57/27.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
109.57/27.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.07 s
109.57/27.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2079 time:  0.00 s
109.57/27.59	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
147.03/36.90	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  9.30 s
147.43/37.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.10 s
150.23/37.70	c lits-rem:        11  cl-subs:       15  v-elim:      0  v-fix:    0  time:  0.62 s
150.23/37.75	c vivif2 --  cl tried   443520 cl shrink        0 lits rem          0 time: 0.05
150.23/37.76	c vivif2 --  cl tried    20648 cl shrink        0 lits rem          0 time: 0.01
151.42/38.05	c asymm  cl-useful: 0/5671/443520 lits-rem:0 time: 0.30
151.42/38.07	c calculated reachability. Time: 0.00
151.42/38.07	c  N dy   234     46260      2079    443520      2079     20648   2665278    635646     39.27   no data
152.62/38.33	c  N dy   258     50279      2079    443520      2079     24662   2665278    860753     39.16     41.90
153.45/38.58	c  N dy   280     54361      2079    443520      2079     28740   2665278   1090353     39.06     47.33
154.62/38.80	c  N dy   303     58522      2079    443520      2079     32896   2665278   1323473     39.00     41.19
155.41/39.06	c  N dy   330     62595      2079    443520      2079     36966   2665278   1564551     39.10     41.56
156.61/39.37	c  N dy   355     66648      2079    443520      2079     22308   2665278    582697     39.17     48.69
157.43/39.55	c  S st   376     69391      2079    443520      2079     25043   2665278    741531     39.24   no data
158.60/39.88	c  S st   376     69894      2079    443520      2079     25546   2665278    777373     39.24   no data
159.00/39.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
159.80/40.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  7.1M T:  0.23
160.20/40.23	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
160.20/40.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
160.60/40.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.08 s
160.60/40.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2079 time:  0.00 s
160.60/40.31	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
160.60/40.36	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
161.40/40.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.14 s
165.79/41.60	c lits-rem:        20  cl-subs:       12  v-elim:      0  v-fix:    0  time:  1.02 s
165.79/41.65	c vivif2 --  cl tried   443520 cl shrink        0 lits rem          0 time: 0.05
165.79/41.66	c vivif2 --  cl tried    25534 cl shrink        0 lits rem          0 time: 0.02
166.97/41.96	c asymm  cl-useful: 0/5979/443520 lits-rem:0 time: 0.30
166.97/41.97	c calculated reachability. Time: 0.00
166.97/41.97	c  N dy   376     69894      2079    443520      2079     25534   2665278    776153     39.24   no data
168.18/42.28	c  N dy   406     74433      2079    443520      2079     30067   2665278   1039983     39.30     45.35
169.38/42.55	c  N dy   440     79209      2079    443520      2079     34838   2665278   1317926     39.36     42.17
170.60/42.81	c  N dy   467     84351      2079    443520      2079     39973   2665278   1607308     39.28     42.02
171.01/42.99	c  F st   483     87500      2079    443520      2079     22264   2665278    466072     39.24   no data
172.16/43.20	c  N st   488     90797      2079    443520      2079     25546   2665278    675181     39.24   no data
173.36/43.50	c  N dy   514     96656      2079    443520      2079     31382   2665278   1023972     39.24     41.31
174.56/43.85	c  N dy   551    102886      2079    443520      2079     37607   2665278   1386929     39.24     43.79
174.98/43.95	c  S st   562    104841      2079    443520      2079     39556   2665278   1499902     39.26     37.02
176.14/44.22	c  S st   562    105342      2079    443520      2079     40056   2665278   1537388     39.26   no data
176.14/44.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
176.95/44.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  7.3M T:  0.19
177.35/44.52	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
177.35/44.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
177.35/44.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.07 s
177.35/44.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2079 time:  0.00 s
177.35/44.59	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
177.75/44.64	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
178.95/44.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.31 s
190.12/47.77	c lits-rem:        32  cl-subs:      133  v-elim:      0  v-fix:    0  time:  2.71 s
190.52/47.81	c vivif2 --  cl tried   443520 cl shrink        0 lits rem          0 time: 0.05
190.52/47.84	c vivif2 --  cl tried    39923 cl shrink        0 lits rem          0 time: 0.03
191.71/48.13	c asymm  cl-useful: 0/6215/443520 lits-rem:0 time: 0.29
191.71/48.14	c calculated reachability. Time: 0.00
191.71/48.14	c  N dy   562    105342      2079    443520      2079     39923   2665278   1521789     39.26   no data
193.71/48.62	c  N dy   598    112151      2079    443520      2079     24332   2665278    505399     39.22     59.47
195.30/49.04	c  N dy   641    119576      2079    443520      2079     31740   2665278    927800     39.19     41.33
196.92/49.51	c  N dy   690    127340      2079    443520      2079     39500   2665278   1367934     39.16     41.27
199.29/50.00	c  N dy   736    135534      2079    443520      2079     24001   2665278    425310     39.18     41.93
201.31/50.51	c  N dy   789    144300      2079    443520      2079     32758   2665278    923412     39.20     41.51
203.28/51.08	c  N dy   847    153577      2079    443520      2079     42020   2665278   1455286     39.23     41.35
204.48/51.37	c  S st   875    158014      2079    443520      2079     46446   2665278   1711234     39.25     38.78
205.70/51.69	c  S st   875    158518      2079    443520      2079     46950   2665278   1746834     39.25   no data
205.70/51.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
206.87/51.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  7.5M T:  0.22
207.27/52.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
207.27/52.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
207.27/52.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.07 s
207.27/52.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2079 time:  0.00 s
207.27/52.09	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
207.67/52.14	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
209.27/52.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.40 s
223.67/56.14	c lits-rem:        22  cl-subs:       44  v-elim:      0  v-fix:    0  time:  3.49 s
223.67/56.19	c vivif2 --  cl tried   443520 cl shrink        0 lits rem          0 time: 0.04
224.03/56.22	c vivif2 --  cl tried    46906 cl shrink        0 lits rem          0 time: 0.03
225.23/56.52	c asymm  cl-useful: 0/6471/443520 lits-rem:0 time: 0.30
225.23/56.53	c calculated reachability. Time: 0.00
225.23/56.53	c  N dy   875    158518      2079    443520      2079     46906   2665278   1742077     39.25   no data
228.06/57.27	c  N dy   938    168649      2079    443520      2079     32211   2665278    844667     39.30     42.72
230.42/57.89	c  N dy   997    179438      2079    443520      2079     42988   2665278   1453403     39.25     42.93
233.20/58.60	c  N dy  1064    191071      2079    443520      2079     28715   2665278    580572     39.24     42.47
236.01/59.27	c  N dy  1141    203496      2079    443520      2079     41123   2665278   1277780     39.22     41.50
239.59/60.10	c  N dy  1212    216693      2079    443520      2079     27380   2665278    458173     39.14     41.48
242.38/60.83	c  N dy  1298    230688      2079    443520      2079     41355   2665278   1247449     39.14     41.75
243.97/61.23	c  S st  1340    237777      2079    443520      2079     48439   2665278   1644157     39.12   no data
245.20/61.53	c  S st  1340    238282      2079    443520      2079     48944   2665278   1682607     39.12   no data
245.20/61.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
245.97/61.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  7.7M T:  0.21
246.37/61.84	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
246.37/61.84	c bin-w-bin subsume rem            0 bins  time:  0.00 s
246.76/61.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.07 s
246.76/61.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2079 time:  0.00 s
246.76/61.92	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
246.76/61.97	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
248.36/62.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.35 s
259.93/65.20	c lits-rem:        16  cl-subs:       55  v-elim:      0  v-fix:    0  time:  2.77 s
259.93/65.24	c vivif2 --  cl tried   443520 cl shrink        0 lits rem          0 time: 0.04
259.93/65.27	c vivif2 --  cl tried    48889 cl shrink        0 lits rem          0 time: 0.03
261.14/65.55	c asymm  cl-useful: 0/6695/443520 lits-rem:0 time: 0.27
261.14/65.56	c calculated reachability. Time: 0.00
261.14/65.56	c  N dy  1340    238282      2079    443520      2079     48889   2665278   1675814     39.12   no data
265.12/66.52	c  N dy  1439    253546      2079    443520      2079     36174   2665278    927179     39.20     51.61
269.11/67.52	c  N dy  1540    269831      2079    443520      2079     52436   2665278   1850691     39.20     41.94
273.50/68.61	c  N dy  1638    287153      2079    443520      2079     40780   2665278   1124461     39.16     41.22
277.49/69.68	c  N dy  1748    305485      2079    443520      2079     59090   2665278   2174232     39.17     41.70
277.88/69.73	c  F st  1753    306251      2079    443520      2079     59856   2665278   2216459     39.16   no data
282.28/70.82	c  N dy  1841    325019      2079    443520      2079     48635   2665278   1587207     39.14     42.42
287.46/72.16	c  N dy  1973    345061      2079    443520      2079     37689   2665278    878647     39.21     42.99
290.26/72.88	c  S st  2050    357423      2079    443520      2079     50037   2665278   1571268     39.19     34.57
291.46/73.18	c  S st  2050    357924      2079    443520      2079     50538   2665278   1605377     39.19   no data
291.85/73.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
292.66/73.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  7.5M T:  0.21
293.06/73.50	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
293.06/73.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
293.06/73.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.07 s
293.06/73.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2079 time:  0.00 s
293.06/73.57	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
293.47/73.62	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
294.64/73.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.31 s
305.41/76.69	c lits-rem:        11  cl-subs:       38  v-elim:      0  v-fix:    0  time:  2.64 s
305.81/76.73	c vivif2 --  cl tried   443520 cl shrink        0 lits rem          0 time: 0.04
305.81/76.76	c vivif2 --  cl tried    50500 cl shrink        0 lits rem          0 time: 0.03
307.05/77.03	c asymm  cl-useful: 0/6884/443520 lits-rem:0 time: 0.27
307.05/77.05	c calculated reachability. Time: 0.00
307.05/77.05	c  N dy  2050    357924      2079    443520      2079     50500   2665278   1600744     39.19   no data
312.20/78.34	c  N dy  2172    378011      2079    443520      2079     38612   2665278    862935     39.19     41.47
316.58/79.48	c  N dy  2289    398171      2079    443520      2079     58748   2665278   1998609     39.17     42.96
321.76/80.71	c  N dy  2404    418245      2079    443520      2079     45832   2665278   1240150     39.14     41.31
326.15/81.85	c  N dy  2512    438413      2079    443520      2079     65977   2665278   2373196     39.08     41.44
330.93/83.08	c  N dy  2637    458540      2079    443520      2079     52131   2665278   1567247     39.09     41.21
336.13/84.37	c  N dy  2751    478590      2079    443520      2079     37200   2665278    664708     39.06     41.52
340.52/85.45	c  N dy  2870    498748      2079    443520      2079     57325   2665278   1809465     39.05     41.62
345.70/86.73	c  N dy  2991    518764      2079    443520      2079     41351   2665278    866996     39.04     52.26
349.69/87.80	c  S st  3103    536886      2079    443520      2079     59447   2665278   1886775     39.04   no data
350.92/88.08	c  S st  3103    537391      2079    443520      2079     59952   2665278   1922525     39.04   no data
351.27/88.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
352.07/88.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  7.9M T:  0.21
352.07/88.39	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
352.07/88.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
352.48/88.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.08 s
352.48/88.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2079 time:  0.00 s
352.48/88.47	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
352.87/88.53	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
354.48/88.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.41 s
369.24/92.62	c lits-rem:        19  cl-subs:       41  v-elim:      0  v-fix:    0  time:  3.56 s
369.24/92.66	c vivif2 --  cl tried   443520 cl shrink        0 lits rem          0 time: 0.05
369.64/92.70	c vivif2 --  cl tried    59911 cl shrink        0 lits rem          0 time: 0.04
370.43/92.98	c asymm  cl-useful: 0/6920/443520 lits-rem:0 time: 0.28
370.43/92.99	c calculated reachability. Time: 0.00
370.43/92.99	c  N dy  3103    537391      2079    443520      2079     59911   2665278   1917878     39.04   no data
376.42/94.43	c  N dy  3233    557450      2079    443520      2079     43023   2665278    926496     39.09     42.14
380.81/95.60	c  N dy  3354    577549      2079    443520      2079     63092   2665278   2071805     39.09     43.03
386.39/96.93	c  N dy  3477    597560      2079    443520      2079     45126   2665278   1011122     39.11     41.40
391.57/98.20	c  N dy  3596    617669      2079    443520      2079     65204   2665278   2150909     39.09     41.26
396.76/99.54	c  N dy  3707    637730      2079    443520      2079     46297   2665278   1012024     39.06     41.47
401.55/100.77	c  N dy  3829    657910      2079    443520      2079     66452   2665278   2140542     39.05     41.35
407.14/102.12	c  N dy  3958    677945      2079    443520      2079     46525   2665278    994386     39.07     41.59
411.53/103.30	c  N dy  4079    698039      2079    443520      2079     66597   2665278   2127481     39.06     53.16
417.11/104.61	c  N dy  4193    718119      2079    443520      2079     45688   2665278    884673     39.04     41.30
421.50/105.77	c  N dy  4321    738164      2079    443520      2079     65703   2665278   2007512     39.04     52.88
427.09/107.14	c  N dy  4447    758263      2079    443520      2079     43824   2665278    737439     39.04     41.94
431.47/108.23	c  N dy  4566    778478      2079    443520      2079     64018   2665278   1885882     39.04     41.59
436.27/109.49	c  N dy  4688    798835      2079    443520      2079     84348   2665278   3031231     39.03     42.26
438.28/110.00	c  S st  4733    806086      2079    443520      2079     48647   2665278    956142     39.02   no data
439.45/110.28	c  S st  4733    806587      2079    443520      2079     49146   2665278    992493     39.02   no data
439.85/110.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
440.65/110.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  7.4M T:  0.20
440.65/110.59	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
440.65/110.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
441.05/110.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.07 s
441.05/110.66	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2079 time:  0.00 s
441.05/110.66	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
441.45/110.71	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
441.85/110.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.11 s
447.83/112.30	c lits-rem:         9  cl-subs:        8  v-elim:      0  v-fix:    0  time:  1.40 s
447.83/112.35	c vivif2 --  cl tried   443520 cl shrink        0 lits rem          0 time: 0.05
447.83/112.37	c vivif2 --  cl tried    49138 cl shrink        0 lits rem          0 time: 0.02
449.03/112.62	c asymm  cl-useful: 0/7621/443520 lits-rem:0 time: 0.25
449.03/112.64	c calculated reachability. Time: 0.00
449.03/112.64	c  N dy  4733    806587      2079    443520      2079     49138   2665278    991378     39.02   no data
453.82/113.82	c  N dy  4860    826713      2079    443520      2079     69234   2665278   2124698     39.02     41.70
459.01/115.14	c  N dy  4984    846758      2079    443520      2079     45310   2665278    743476     39.02     41.10
463.40/116.28	c  N dy  5103    866915      2079    443520      2079     65446   2665278   1886846     39.03     41.47
468.59/117.51	c  N dy  5231    887039      2079    443520      2079     85545   2665278   3023253     39.02     41.08
473.39/118.73	c  N dy  5344    907142      2079    443520      2079     60687   2665278   1562195     39.00     41.33
478.19/119.98	c  N dy  5476    927236      2079    443520      2079     80760   2665278   2707971     39.01     41.37
483.34/121.28	c  N dy  5594    947282      2079    443520      2079     54842   2665278   1197160     39.00     41.45
488.12/122.43	c  N dy  5717    967574      2079    443520      2079     75104   2665278   2339260     39.00     41.18
493.31/123.79	c  N dy  5834    987604      2079    443520      2079     48156   2665278    772398     38.99     41.35
498.10/124.94	c  N dy  5958   1007659      2079    443520      2079     68181   2665278   1896260     38.98     42.04
503.28/126.20	c  N dy  6073   1027789      2079    443520      2079     88283   2665278   3053162     38.99     41.29
508.07/127.49	c  N dy  6192   1047865      2079    443520      2079     60409   2665278   1416425     38.99     41.28
512.88/128.66	c  N dy  6310   1067899      2079    443520      2079     80414   2665278   2533172     38.98     43.11
513.65/128.88	c  F st  6332   1071875      2079    443520      2079     84382   2665278   2752932     38.97     31.66
518.44/130.07	c  N dy  6407   1087937      2079    443520      2079     51466   2665278    883819     38.98     41.68
523.23/131.20	c  N dy  6524   1108188      2079    443520      2079     71690   2665278   2007654     38.96     41.52
528.42/132.59	c  N dy  6644   1128232      2079    443520      2079     91710   2665278   3128414     38.95     41.42
534.41/134.05	c  N dy  6765   1148273      2079    443520      2079     61790   2665278   1420368     38.95     42.25
539.63/135.37	c  N dy  6886   1168443      2079    443520      2079     81939   2665278   2565087     38.95     41.47
545.58/136.81	c  N dy  6992   1188536      2079    443520      2079     51080   2665278    779299     38.93     41.11
549.96/137.99	c  N dy  7110   1208873      2079    443520      2079     71387   2665278   1923500     38.93     41.01
550.36/138.06	c  S st  7116   1209880      2079    443520      2079     72394   2665278   1975797     38.92   no data
551.96/138.41	c  S st  7116   1210381      2079    443520      2079     72894   2665278   2011347     38.92   no data
551.96/138.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
552.79/138.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  7.8M T:  0.25
553.15/138.77	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
553.15/138.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
553.55/138.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.08 s
553.55/138.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2079 time:  0.00 s
553.55/138.85	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
553.95/138.91	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
555.55/139.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.38 s
568.32/142.56	c lits-rem:        20  cl-subs:       43  v-elim:      0  v-fix:    0  time:  3.15 s
568.72/142.61	c vivif2 --  cl tried   443520 cl shrink        0 lits rem          0 time: 0.04
568.72/142.65	c vivif2 --  cl tried    72851 cl shrink        0 lits rem          0 time: 0.04
569.93/142.92	c asymm  cl-useful: 0/7715/443520 lits-rem:0 time: 0.27
569.93/142.93	c calculated reachability. Time: 0.00
569.93/142.93	c  N dy  7116   1210381      2079    443520      2079     72851   2665278   2006186     38.92   no data
574.73/144.19	c  N dy  7235   1230532      2079    443520      2079     92978   2665278   3142255     38.92     41.33
580.28/145.54	c  N dy  7357   1250726      2079    443520      2079     61209   2665278   1306297     38.92     41.25
585.08/146.75	c  N dy  7479   1270815      2079    443520      2079     81267   2665278   2435183     38.92     41.33
590.26/148.08	c  N dy  7610   1290866      2079    443520      2079    101300   2665278   3571990     38.93     49.42
595.45/149.35	c  N dy  7721   1310991      2079    443520      2079     68476   2665278   1662336     38.91     41.03
600.66/150.62	c  N dy  7840   1331081      2079    443520      2079     88536   2665278   2795666     38.91     41.10
606.61/152.11	c  N dy  7961   1351095      2079    443520      2079     54595   2665278    859649     38.90     46.92
611.01/153.27	c  N dy  8086   1371115      2079    443520      2079     74587   2665278   1990806     38.90     43.11
616.19/154.57	c  N dy  8211   1391183      2079    443520      2079     94635   2665278   3136089     38.91     41.96
622.17/156.08	c  N dy  8346   1411233      2079    443520      2079     59728   2665278   1117908     38.92     41.06
627.39/157.32	c  N dy  8479   1431240      2079    443520      2079     79705   2665278   2263606     38.94     44.66
632.53/158.62	c  N dy  8607   1451286      2079    443520      2079     99729   2665278   3417389     38.95     43.56
638.12/160.01	c  N dy  8718   1471483      2079    443520      2079     63973   2665278   1297948     38.94     41.50
642.91/161.22	c  N dy  8836   1491599      2079    443520      2079     84063   2665278   2418423     38.93     41.13
648.10/162.55	c  N dy  8961   1511630      2079    443520      2079    104075   2665278   3555100     38.93     41.84
654.08/164.00	c  N dy  9090   1531661      2079    443520      2079     67147   2665278   1449161     38.94     41.43
658.86/165.24	c  N dy  9213   1551802      2079    443520      2079     87261   2665278   2590033     38.94     41.64
664.45/166.67	c  N dy  9336   1571809      2079    443520      2079    107234   2665278   3734161     38.95     42.21
670.04/168.09	c  N dy  9457   1591970      2079    443520      2079     69440   2665278   1542874     38.95     41.53
675.24/169.40	c  N dy  9584   1611980      2079    443520      2079     89420   2665278   2691374     38.96     41.04
681.20/170.83	c  N dy  9703   1632023      2079    443520      2079    109440   2665278   3836330     38.96     41.33
687.19/172.33	c  N dy  9813   1652035      2079    443520      2079     70507   2665278   1558681     38.95     41.11
692.38/173.65	c  N dy  9945   1672079      2079    443520      2079     90528   2665278   2713237     38.95     41.12
697.96/175.07	c  N dy 10072   1692156      2079    443520      2079    110578   2665278   3865485     38.96     42.55
703.15/176.39	c  S st 10185   1710381      2079    443520      2079     68848   2665278   1415503     38.96     36.08
704.75/176.74	c  S st 10185   1710882      2079    443520      2079     69349   2665278   1452686     38.96   no data
704.75/176.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
705.55/177.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  7.8M T:  0.24
705.97/177.09	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
705.97/177.09	c bin-w-bin subsume rem            0 bins  time:  0.00 s
706.38/177.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.08 s
706.38/177.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2079 time:  0.00 s
706.38/177.17	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
706.73/177.23	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
707.53/177.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.19 s
717.51/179.94	c lits-rem:         3  cl-subs:       12  v-elim:      0  v-fix:    0  time:  2.41 s
717.51/179.98	c vivif2 --  cl tried   443520 cl shrink        0 lits rem          0 time: 0.05
717.91/180.02	c vivif2 --  cl tried    69337 cl shrink        0 lits rem          0 time: 0.03
718.71/180.30	c asymm  cl-useful: 0/8644/443520 lits-rem:0 time: 0.29
719.13/180.32	c calculated reachability. Time: 0.00
719.13/180.32	c  N dy 10185   1710882      2079    443520      2079     69337   2665278   1451172     38.96   no data
723.93/181.59	c  N dy 10305   1730918      2079    443520      2079     89346   2665278   2574936     38.95     41.52
729.87/183.08	c  N dy 10431   1751047      2079    443520      2079    109443   2665278   3726083     38.96     41.15
735.86/184.56	c  N dy 10548   1771166      2079    443520      2079     68620   2665278   1364639     38.96     41.02
741.07/185.83	c  N dy 10669   1791304      2079    443520      2079     88737   2665278   2503043     38.95     41.22
746.23/187.17	c  N dy 10796   1811346      2079    443520      2079    108757   2665278   3648918     38.96     42.19
752.62/188.73	c  N dy 10918   1831442      2079    443520      2079     66905   2665278   1211056     38.96     41.80
757.41/189.98	c  N dy 11044   1851565      2079    443520      2079     87003   2665278   2348687     38.96     41.05
763.01/191.37	c  N dy 11169   1871573      2079    443520      2079    106981   2665278   3475631     38.96     41.23
768.98/192.89	c  N dy 11287   1891762      2079    443520      2079     64221   2665278   1023892     38.96     41.06
773.77/194.01	c  N dy 11415   1911818      2079    443520      2079     84257   2665278   2173027     38.97     47.64
778.55/195.27	c  N dy 11532   1931966      2079    443520      2079    104376   2665278   3315049     38.96     41.25
783.74/196.59	c  N dy 11643   1951972      2079    443520      2079    124347   2665278   4444533     38.96     47.60
788.93/197.89	c  N dy 11757   1971976      2079    443520      2079     80417   2665278   1876823     38.96     41.59
793.74/199.04	c  N dy 11866   1992042      2079    443520      2079    100456   2665278   2996682     38.95     41.91
798.89/200.39	c  N dy 11984   2012185      2079    443520      2079    120563   2665278   4138004     38.94     41.32
804.88/201.83	c  N dy 12115   2032251      2079    443520      2079     75695   2665278   1599483     38.96     44.34
809.67/203.04	c  N dy 12238   2052301      2079    443520      2079     95728   2665278   2728064     38.96     41.34
814.86/204.39	c  N dy 12356   2072396      2079    443520      2079    115795   2665278   3865578     38.95     43.28
820.83/205.89	c  N dy 12472   2092658      2079    443520      2079     70130   2665278   1224990     38.95     41.38
825.62/207.03	c  N dy 12598   2112688      2079    443520      2079     90133   2665278   2365205     38.95     45.15
830.41/208.26	c  N dy 12714   2132713      2079    443520      2079    110141   2665278   3482275     38.95     44.14
836.00/209.66	c  N dy 12836   2152780      2079    443520      2079    130177   2665278   4616135     38.94     41.23
841.19/210.99	c  N dy 12960   2172890      2079    443520      2079     83352   2665278   1928345     38.94     41.18
846.40/212.21	c  N dy 13080   2192899      2079    443520      2079    103331   2665278   3082471     38.95     41.64
851.56/213.50	c  S st 13189   2210882      2079    443520      2079    121297   2665278   4087836     38.94   no data
852.75/213.85	c  S st 13189   2211384      2079    443520      2079    121799   2665278   4123788     38.94   no data
852.75/213.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
853.95/214.16	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  8.7M T:  0.28
854.35/214.25	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
854.35/214.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
854.75/214.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.08 s
854.75/214.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2079 time:  0.00 s
854.75/214.33	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
854.75/214.41	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
859.56/215.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.06 s
908.61/227.87	c lits-rem:        48  cl-subs:      119  v-elim:      0  v-fix:    0  time: 12.20 s
909.01/227.92	c vivif2 --  cl tried   443520 cl shrink        0 lits rem          0 time: 0.05
909.41/228.00	c vivif2 --  cl tried   121680 cl shrink        0 lits rem          0 time: 0.08
910.61/228.31	c asymm  cl-useful: 0/9524/443520 lits-rem:0 time: 0.31
910.61/228.33	c calculated reachability. Time: 0.00
910.61/228.33	c  N dy 13189   2211384      2079    443520      2079    121680   2665278   4109327     38.94   no data
917.39/230.00	c  N dy 13301   2231417      2079    443520      2079     73777   2665278   1344637     38.93     41.48
922.18/231.26	c  N dy 13420   2251523      2079    443520      2079     93864   2665278   2483338     38.93     43.00
927.76/232.66	c  N dy 13539   2271558      2079    443520      2079    113869   2665278   3612526     38.93     42.75
933.76/234.10	c  N dy 13666   2291568      2079    443520      2079    133856   2665278   4757145     38.93     44.04
939.33/235.52	c  N dy 13792   2311617      2079    443520      2079     84952   2665278   1943868     38.94     41.19
944.12/236.78	c  N dy 13913   2331712      2079    443520      2079    105018   2665278   3089196     38.94     51.73
950.11/238.23	c  N dy 14043   2351715      2079    443520      2079    125005   2665278   4233907     38.95     41.77
956.12/239.77	c  N dy 14164   2371739      2079    443520      2079     75098   2665278   1346713     38.95     41.19
960.92/240.97	c  N dy 14290   2391956      2079    443520      2079     95293   2665278   2497532     38.95     41.22
966.47/242.32	c  N dy 14409   2411964      2079    443520      2079    115285   2665278   3644002     38.95     41.41
972.06/243.78	c  N dy 14535   2432207      2079    443520      2079    135491   2665278   4800397     38.95     41.15
977.64/245.18	c  N dy 14664   2452286      2079    443520      2079     84629   2665278   1830841     38.96     55.29
982.45/246.40	c  N dy 14791   2472352      2079    443520      2079    104675   2665278   2962306     38.96     48.13
988.00/247.77	c  N dy 14918   2492430      2079    443520      2079    124724   2665278   4111170     38.96     41.10
994.79/249.41	c  N dy 15041   2512568      2079    443520      2079     72927   2665278   1128088     38.96     41.17
999.18/250.59	c  N dy 15167   2532673      2079    443520      2079     93007   2665278   2277862     38.97     41.13
1004.38/251.86	c  N dy 15283   2552765      2079    443520      2079    113079   2665278   3414329     38.96     41.53
1009.94/253.27	c  N dy 15410   2572785      2079    443520      2079    133075   2665278   4549453     38.96     41.20
1016.33/254.82	c  N dy 15538   2592933      2079    443520      2079     80265   2665278   1502564     38.97     41.27
1021.12/256.08	c  N dy 15660   2612964      2079    443520      2079    100261   2665278   2635579     38.97     41.16
1026.74/257.43	c  N dy 15790   2633059      2079    443520      2079    120330   2665278   3784171     38.97     59.03
1032.29/258.85	c  N dy 15901   2653175      2079    443520      2079    140416   2665278   4912921     38.97     41.16
1038.27/260.33	c  N dy 16035   2673380      2079    443520      2079     86710   2665278   1842719     38.98     41.46
1043.06/261.57	c  N dy 16154   2693452      2079    443520      2079    106752   2665278   2961832     38.97     41.14
1047.86/262.76	c  S st 16263   2711384      2079    443520      2079    124656   2665278   3979655     38.97   no data
1049.44/263.14	c  S st 16263   2711886      2079    443520      2079    125158   2665278   4015458     38.97   no data
1049.44/263.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1050.64/263.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  8.8M T:  0.27
1051.04/263.52	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1051.04/263.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1051.04/263.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.07 s
1051.04/263.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2079 time:  0.00 s
1051.04/263.59	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
1051.44/263.67	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
1055.43/264.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.90 s
1101.71/276.25	c lits-rem:        60  cl-subs:      141  v-elim:      0  v-fix:    0  time: 11.49 s
1101.71/276.30	c vivif2 --  cl tried   443520 cl shrink        0 lits rem          0 time: 0.05
1102.11/276.37	c vivif2 --  cl tried   125017 cl shrink        0 lits rem          0 time: 0.08
1103.31/276.64	c asymm  cl-useful: 0/12716/443520 lits-rem:0 time: 0.26
1103.31/276.65	c calculated reachability. Time: 0.00
1103.31/276.65	c  N dy 16263   2711886      2079    443520      2079    125017   2665278   3998380     38.97   no data
1110.49/278.43	c  N dy 16389   2732001      2079    443520      2079    145102   2665278   5155136     38.98     41.56
1116.88/280.00	c  N dy 16506   2752134      2079    443520      2079     90309   2665278   1990790     38.98     41.61
1122.47/281.44	c  N dy 16626   2772297      2079    443520      2079    110453   2665278   3137353     38.98     43.35
1128.84/283.00	c  N dy 16745   2792388      2079    443520      2079    130524   2665278   4269317     38.98     51.72
1135.23/284.66	c  N dy 16864   2812692      2079    443520      2079    150788   2665278   5428353     38.98     41.22
1141.21/286.11	c  N dy 16983   2832762      2079    443520      2079     94932   2665278   2213402     38.98     41.15
1146.40/287.45	c  N dy 17108   2852836      2079    443520      2079    114978   2665278   3353697     38.98     42.28
1152.39/288.92	c  N dy 17233   2873022      2079    443520      2079    135132   2665278   4515389     38.98     41.18
1159.17/290.63	c  N dy 17356   2893024      2079    443520      2079     78218   2665278   1220888     38.98     41.53
1163.95/291.87	c  N dy 17475   2913119      2079    443520      2079     98284   2665278   2371451     38.98     41.10
1169.54/293.23	c  N dy 17593   2933126      2079    443520      2079    118255   2665278   3519768     38.98     56.04
1175.55/294.73	c  N dy 17721   2953169      2079    443520      2079    138271   2665278   4670138     38.99     42.11
1181.90/296.39	c  N dy 17847   2973228      2079    443520      2079     80409   2665278   1306327     38.99     41.09
1187.09/297.61	c  N dy 17967   2993410      2079    443520      2079    100558   2665278   2436715     38.98     42.18
1192.28/298.92	c  N dy 18088   3013491      2079    443520      2079    120615   2665278   3566082     38.98     56.81
1198.26/300.40	c  N dy 18207   3033642      2079    443520      2079    140736   2665278   4710084     38.98     41.56
1204.65/302.04	c  N dy 18320   3053673      2079    443520      2079     81861   2665278   1343863     38.98     41.63
1209.84/303.32	c  N dy 18442   3073916      2079    443520      2079    102078   2665278   2493650     38.98     41.03
1215.04/304.65	c  N dy 18560   3094012      2079    443520      2079    122140   2665278   3628697     38.98     41.22
1221.00/306.12	c  N dy 18693   3114053      2079    443520      2079    142143   2665278   4784376     38.98     44.30
1227.39/307.76	c  N dy 18815   3134269      2079    443520      2079     82463   2665278   1341811     38.98     41.20
1232.59/309.05	c  N dy 18935   3154281      2079    443520      2079    102454   2665278   2466258     38.98     43.34
1237.74/310.38	c  N dy 19057   3174416      2079    443520      2079    122570   2665278   3600776     38.98     41.40
1243.74/311.85	c  N dy 19183   3194577      2079    443520      2079    142706   2665278   4758540     38.98     41.54
1249.33/313.25	c  S st 19295   3211888      2079    443520      2079    159996   2665278   5769633     38.99     31.74
1250.92/313.65	c  S st 19295   3212389      2079    443520      2079    160497   2665278   5806812     38.99   no data
1250.92/313.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1252.12/313.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  9.1M T:  0.29
1252.52/314.06	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1252.52/314.06	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1252.91/314.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.07 s
1252.91/314.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2079 time:  0.00 s
1252.91/314.14	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
1253.31/314.23	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.09 s
1259.69/315.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.48 s
1347.47/337.89	c lits-rem:        29  cl-subs:      178  v-elim:      0  v-fix:    0  time: 21.94 s
1347.87/337.94	c vivif2 --  cl tried   443520 cl shrink        0 lits rem          0 time: 0.05
1348.27/338.05	c vivif2 --  cl tried   160319 cl shrink        0 lits rem          0 time: 0.11
1349.87/338.41	c asymm  cl-useful: 0/6386/443520 lits-rem:0 time: 0.36
1349.87/338.43	c calculated reachability. Time: 0.00
1349.87/338.43	c  N dy 19295   3212389      2079    443520      2079    160319   2665278   5785135     38.99   no data
1355.89/339.97	c  N dy 19411   3232418      2079    443520      2079     99413   2665278   2261682     38.99     42.00
1361.43/341.36	c  N dy 19523   3252552      2079    443520      2079    119523   2665278   3384436     38.98     41.11
1367.42/342.88	c  N dy 19640   3272895      2079    443520      2079    139839   2665278   4532486     38.98     41.17
1374.19/344.54	c  N dy 19766   3292929      2079    443520      2079    159845   2665278   5668926     38.98     41.36
1380.58/346.11	c  N dy 19893   3313022      2079    443520      2079     98033   2665278   2152773     38.99     41.24
1386.19/347.55	c  N dy 20021   3333112      2079    443520      2079    118098   2665278   3295140     38.99     43.18
1391.75/348.98	c  N dy 20143   3353216      2079    443520      2079    138177   2665278   4437216     38.99     43.06
1398.13/350.57	c  N dy 20270   3373360      2079    443520      2079    158300   2665278   5586900     38.99     42.55
1404.52/352.16	c  N dy 20399   3393572      2079    443520      2079     95589   2665278   1949881     39.00     42.00
1409.70/353.48	c  N dy 20520   3413619      2079    443520      2079    115613   2665278   3074117     39.00     41.27
1415.69/354.95	c  N dy 20641   3433620      2079    443520      2079    135593   2665278   4209797     39.00     41.13
1421.72/356.49	c  N dy 20759   3453857      2079    443520      2079    155800   2665278   5338529     38.99     41.62
1428.45/358.15	c  N dy 20890   3474017      2079    443520      2079     92032   2665278   1703337     38.99     41.19
1433.65/359.43	c  N dy 21011   3494102      2079    443520      2079    112086   2665278   2850778     39.00     41.17
1439.26/360.83	c  N dy 21132   3514171      2079    443520      2079    132133   2665278   4008328     39.00     52.49
1445.20/362.31	c  N dy 21261   3534273      2079    443520      2079    152210   2665278   5151837     39.00     41.58
1452.01/364.09	c  N dy 21383   3554325      2079    443520      2079     87331   2665278   1405350     39.00     41.49
1457.17/365.35	c  N dy 21517   3574401      2079    443520      2079    107380   2665278   2561178     39.00     43.45
1462.76/366.72	c  N dy 21640   3594459      2079    443520      2079    127407   2665278   3705793     39.01     41.56
1468.35/368.17	c  N dy 21753   3614482      2079    443520      2079    147405   2665278   4823766     39.00     41.86
1474.73/369.77	c  N dy 21875   3634488      2079    443520      2079    167382   2665278   5951557     39.00     41.30
1481.11/371.34	c  N dy 22003   3654572      2079    443520      2079    101562   2665278   2174738     39.00     42.35
1486.71/372.72	c  N dy 22123   3674590      2079    443520      2079    121549   2665278   3299963     39.00     44.79
1492.69/374.23	c  N dy 22241   3694903      2079    443520      2079    141839   2665278   4452415     39.00     41.06
1498.67/375.73	c  S st 22348   3712389      2079    443520      2079    159300   2665278   5453011     39.00     32.73
1500.29/376.16	c  S st 22348   3712892      2079    443520      2079    159803   2665278   5488888     39.00   no data
1500.29/376.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
1501.86/376.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  9.2M T:  0.36
1502.26/376.65	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1502.26/376.65	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1502.66/376.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.08 s
1502.66/376.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2079 time:  0.00 s
1502.66/376.73	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
1503.06/376.83	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.10 s
1509.48/378.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.46 s
1588.84/398.31	c lits-rem:        44  cl-subs:      147  v-elim:      0  v-fix:    0  time: 19.78 s
1588.84/398.36	c vivif2 --  cl tried   443520 cl shrink        0 lits rem          0 time: 0.05
1589.23/398.46	c vivif2 --  cl tried   159656 cl shrink        0 lits rem          0 time: 0.11
1590.84/398.83	c asymm  cl-useful: 0/4603/443520 lits-rem:0 time: 0.36
1590.84/398.85	c calculated reachability. Time: 0.00
1590.84/398.85	c  N dy 22348   3712892      2079    443520      2079    159656   2665278   5470887     39.00   no data
1598.02/400.65	c  N dy 22475   3732920      2079    443520      2079     92772   2665278   1631924     39.00     41.50
1602.80/401.88	c  F st 22591   3751563      2079    443520      2079    111393   2665278   2694503     39.00     39.12
1603.60/402.08	c  N st 22595   3753594      2079    443520      2079    113416   2665278   2816585     39.00   no data
1609.60/403.53	c  N dy 22697   3773661      2079    443520      2079    133443   2665278   4016020     39.00     41.97
1615.97/405.11	c  N dy 22824   3793835      2079    443520      2079    153595   2665278   5176157     39.01     41.22
1622.76/406.88	c  N dy 22943   3813986      2079    443520      2079    173712   2665278   6313302     39.00     42.85
1629.14/408.49	c  N dy 23066   3834059      2079    443520      2079    105895   2665278   2341631     39.00     41.70
1635.12/409.95	c  N dy 23192   3854123      2079    443520      2079    125933   2665278   3493717     39.01     42.09
1641.50/411.50	c  N dy 23315   3874202      2079    443520      2079    145986   2665278   4645283     39.01     43.23
1647.48/413.09	c  N dy 23432   3894384      2079    443520      2079    166150   2665278   5802864     39.01     41.09
1654.66/414.83	c  N dy 23560   3914414      2079    443520      2079     97280   2665278   1808508     39.02     41.32
1659.85/416.19	c  N dy 23674   3934482      2079    443520      2079    117321   2665278   2945051     39.01     41.10
1665.85/417.65	c  N dy 23802   3954711      2079    443520      2079    137524   2665278   4097784     39.02     41.62
1672.23/419.24	c  N dy 23927   3974770      2079    443520      2079    157560   2665278   5239166     39.02     47.02
1679.01/420.95	c  N dy 24041   3995625      2079    443520      2079    178390   2665278   6410101     39.01     41.62
1685.38/422.52	c  N dy 24161   4015671      2079    443520      2079    108512   2665278   2391245     39.01     41.99
1690.97/423.91	c  N dy 24287   4035706      2079    443520      2079    128522   2665278   3533404     39.01     41.23
1696.96/425.49	c  N dy 24417   4055818      2079    443520      2079    148605   2665278   4671189     39.02     41.13
1703.73/427.13	c  N dy 24533   4075850      2079    443520      2079    168612   2665278   5799656     39.01     41.85
1710.52/428.87	c  N dy 24651   4095912      2079    443520      2079     97768   2665278   1733564     39.01     41.17
1715.75/430.18	c  N dy 24776   4116137      2079    443520      2079    117966   2665278   2866716     39.01     42.00
1721.69/431.60	c  N dy 24900   4136224      2079    443520      2079    138028   2665278   3999299     39.01     56.09
1727.68/433.16	c  N dy 25024   4156398      2079    443520      2079    158186   2665278   5134031     39.01     41.60
1734.45/434.88	c  N dy 25147   4176400      2079    443520      2079    178165   2665278   6281737     39.01     41.59
1740.83/436.48	c  N dy 25269   4196538      2079    443520      2079    106382   2665278   2182552     39.00     41.58
1745.62/437.61	c  S st 25370   4212892      2079    443520      2079    122711   2665278   3105521     39.00   no data
1746.81/437.93	c  S st 25370   4213394      2079    443520      2079    123213   2665278   3141467     39.00   no data
1746.81/437.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1748.01/438.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  8.6M T:  0.26
1748.41/438.31	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1748.41/438.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1748.41/438.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.07 s
1748.41/438.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2079 time:  0.00 s
1748.41/438.38	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
1748.81/438.46	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
1751.60/439.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.57 s
1773.94/444.76	c lits-rem:        15  cl-subs:       71  v-elim:      0  v-fix:    0  time:  5.57 s
1774.34/444.80	c vivif2 --  cl tried   443520 cl shrink        0 lits rem          0 time: 0.05
1774.34/444.87	c vivif2 --  cl tried   123142 cl shrink        0 lits rem          0 time: 0.06
1775.94/445.26	c asymm  cl-useful: 0/4272/443520 lits-rem:0 time: 0.39
1775.94/445.28	c calculated reachability. Time: 0.00
1775.94/445.28	c  N dy 25370   4213394      2079    443520      2079    123142   2665278   3132841     39.00   no data
1782.72/446.91	c  N dy 25491   4233521      2079    443520      2079    143244   2665278   4280812     39.00     41.06
1789.12/448.58	c  N dy 25621   4253597      2079    443520      2079    163291   2665278   5411028     39.00     41.52
1796.28/450.35	c  N dy 25742   4273732      2079    443520      2079    183402   2665278   6544170     39.00     41.93
1802.28/451.83	c  N dy 25854   4293852      2079    443520      2079    110622   2665278   2368366     39.00     41.54
1807.89/453.23	c  N dy 25982   4313856      2079    443520      2079    130608   2665278   3515335     39.00     41.62
1813.84/454.72	c  N dy 26113   4334202      2079    443520      2079    150928   2665278   4677560     39.00     41.98
1820.23/456.38	c  N dy 26238   4354252      2079    443520      2079    170948   2665278   5809761     39.00     41.12
1828.20/458.36	c  N dy 26365   4374293      2079    443520      2079     97078   2665278   1586222     39.01     41.66
1833.39/459.64	c  N dy 26479   4394393      2079    443520      2079    117137   2665278   2712104     39.00     41.06
1839.37/461.15	c  N dy 26602   4414520      2079    443520      2079    137225   2665278   3847672     39.01     41.09
1845.76/462.76	c  N dy 26730   4434549      2079    443520      2079    157231   2665278   4990118     39.01     41.63
1852.54/464.47	c  N dy 26861   4454846      2079    443520      2079    177496   2665278   6146894     39.01     41.09
1859.32/466.16	c  N dy 26976   4475059      2079    443520      2079    102816   2665278   1863365     39.01     41.62
1864.53/467.46	c  N dy 27108   4495094      2079    443520      2079    122829   2665278   2993770     39.01     44.59
1870.09/468.87	c  N dy 27221   4515154      2079    443520      2079    142867   2665278   4124068     39.00     41.45
1876.47/470.46	c  N dy 27349   4535235      2079    443520      2079    162926   2665278   5272478     39.01     41.29
1883.25/472.17	c  N dy 27475   4555273      2079    443520      2079    182945   2665278   6409264     39.01     41.12
1890.04/473.87	c  N dy 27596   4575470      2079    443520      2079    107227   2665278   2066336     39.00     42.00
1895.66/475.29	c  N dy 27721   4595482      2079    443520      2079    127213   2665278   3200478     39.01     41.32
1902.00/476.82	c  N dy 27836   4615719      2079    443520      2079    147411   2665278   4326113     39.00     41.56
1908.83/478.54	c  N dy 27958   4635862      2079    443520      2079    167524   2665278   5464662     39.00     42.06
1915.97/480.37	c  N dy 28086   4655943      2079    443520      2079    187578   2665278   6607088     39.00     41.28
1923.15/482.13	c  N dy 28214   4676038      2079    443520      2079    110779   2665278   2249280     39.01     41.32
1928.74/483.51	c  N dy 28339   4696195      2079    443520      2079    130915   2665278   3401056     39.01     41.15
1933.52/484.79	c  S st 28443   4713394      2079    443520      2079    148088   2665278   4378885     39.01   no data
1935.16/485.16	c  S st 28443   4713895      2079    443520      2079    148588   2665278   4416258     39.01   no data
1935.16/485.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1936.31/485.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  9.0M T:  0.31
1936.72/485.58	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1936.72/485.58	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1937.12/485.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.07 s
1937.12/485.66	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2079 time:  0.00 s
1937.12/485.66	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
1937.52/485.74	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
1941.90/486.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.94 s
1990.18/498.96	c lits-rem:        52  cl-subs:      110  v-elim:      0  v-fix:    0  time: 12.09 s
1990.58/499.01	c vivif2 --  cl tried   443520 cl shrink        0 lits rem          0 time: 0.05
1990.58/499.10	c vivif2 --  cl tried   148478 cl shrink        0 lits rem          0 time: 0.09
1992.21/499.49	c asymm  cl-useful: 0/4318/443520 lits-rem:0 time: 0.39
1992.57/499.51	c calculated reachability. Time: 0.00
1992.57/499.51	c  N dy 28443   4713895      2079    443520      2079    148478   2665278   4403282     39.01   no data
1999.76/501.34	c  N dy 28566   4733957      2079    443520      2079    168514   2665278   5547946     39.01     41.57
2006.94/503.16	c  N dy 28690   4753976      2079    443520      2079    188500   2665278   6691967     39.01     41.12
2014.51/505.02	c  N dy 28821   4774060      2079    443520      2079    110707   2665278   2204117     39.01     41.49
2020.10/506.48	c  N dy 28947   4794136      2079    443520      2079    130754   2665278   3328931     39.01     41.10
2026.49/508.10	c  N dy 29062   4814536      2079    443520      2079    151131   2665278   4478960     39.01     41.49
2033.66/509.83	c  N dy 29187   4834617      2079    443520      2079    171182   2665278   5643513     39.01     41.12
2040.85/511.66	c  N dy 29308   4854620      2079    443520      2079    191155   2665278   6788078     39.01     41.13
2047.63/513.37	c  N dy 29429   4874688      2079    443520      2079    112309   2665278   2235282     39.01     41.40
2053.24/514.74	c  N dy 29548   4894724      2079    443520      2079    132321   2665278   3372238     39.01     41.71
2059.19/516.20	c  N dy 29662   4914851      2079    443520      2079    152416   2665278   4508924     39.01     41.34
2065.58/517.83	c  N dy 29786   4934900      2079    443520      2079    172430   2665278   5645871     39.01     41.19
2072.76/519.61	c  N dy 29906   4955195      2079    443520      2079    192700   2665278   6802808     39.01     41.21
2079.15/521.25	c  N dy 30022   4975216      2079    443520      2079    112854   2665278   2226304     39.01     41.79
2084.73/522.60	c  N dy 30156   4995273      2079    443520      2079    132888   2665278   3378698     39.01     42.28
2090.32/524.07	c  N dy 30269   5015329      2079    443520      2079    152918   2665278   4507785     39.01     41.41
2096.71/525.65	c  N dy 30389   5035499      2079    443520      2079    173069   2665278   5649364     39.01     41.29
2103.87/527.41	c  N dy 30522   5055617      2079    443520      2079    193154   2665278   6811610     39.01     41.41
2110.29/529.07	c  N dy 30630   5075734      2079    443520      2079    112385   2665278   2153040     39.01     41.23
2115.84/530.47	c  N dy 30753   5095786      2079    443520      2079    132420   2665278   3293634     39.01     41.09
2121.84/531.98	c  N dy 30879   5115867      2079    443520      2079    152470   2665278   4446774     39.01     41.12
2129.01/533.74	c  N dy 30999   5135939      2079    443520      2079    172519   2665278   5579190     39.01     41.07
2136.20/535.60	c  N dy 31125   5156105      2079    443520      2079    192657   2665278   6711419     39.01     41.31
2143.77/537.48	c  N dy 31241   5176252      2079    443520      2079    110902   2665278   2044813     39.01     42.22
2149.37/538.90	c  N dy 31363   5196693      2079    443520      2079    131306   2665278   3206060     39.01     41.51
2154.95/540.23	c  S st 31460   5213895      2079    443520      2079    148478   2665278   4175176     39.01     37.54
2156.55/540.62	c  S st 31460   5214403      2079    443520      2079    148986   2665278   4211960     39.01   no data
2156.55/540.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2157.75/540.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  8.7M T:  0.31
2158.15/541.05	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2158.15/541.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2158.56/541.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.08 s
2158.56/541.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2079 time:  0.00 s
2158.56/541.13	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
2158.98/541.23	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.09 s
2162.95/542.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.86 s
2202.45/552.14	c lits-rem:        15  cl-subs:      113  v-elim:      0  v-fix:    0  time:  9.86 s
2202.45/552.19	c vivif2 --  cl tried   443520 cl shrink        0 lits rem          0 time: 0.05
2202.86/552.27	c vivif2 --  cl tried   148873 cl shrink        0 lits rem          0 time: 0.08
2204.42/552.65	c asymm  cl-useful: 0/4132/443520 lits-rem:0 time: 0.38
2204.42/552.67	c calculated reachability. Time: 0.00
2204.42/552.67	c  N dy 31460   5214403      2079    443520      2079    148873   2665278   4198707     39.01   no data
2211.22/554.37	c  N dy 31586   5234455      2079    443520      2079    168907   2665278   5345421     39.01     53.13
2218.38/556.16	c  N dy 31712   5254795      2079    443520      2079    189214   2665278   6520579     39.01     42.44
2227.56/558.48	c  N dy 31847   5274924      2079    443520      2079    106445   2665278   1745775     39.01     41.12
2233.17/559.82	c  N dy 31964   5295019      2079    443520      2079    126512   2665278   2882016     39.01     42.31
2239.54/561.42	c  N dy 32092   5315097      2079    443520      2079    146567   2665278   4046367     39.02     47.97
2245.92/563.09	c  N dy 32209   5335200      2079    443520      2079    166646   2665278   5179139     39.02     54.42
2253.49/564.91	c  N dy 32339   5355248      2079    443520      2079    186663   2665278   6324359     39.02     41.17
2261.47/566.92	c  N dy 32463   5375250      2079    443520      2079    206640   2665278   7452652     39.02     44.03
2268.28/568.62	c  N dy 32581   5395301      2079    443520      2079    122822   2665278   2635026     39.02     42.36
2273.84/570.04	c  N dy 32695   5415483      2079    443520      2079    142984   2665278   3777639     39.02     41.98
2279.83/571.59	c  N dy 32814   5435536      2079    443520      2079    163005   2665278   4921965     39.02     42.18
2286.61/573.29	c  N dy 32940   5455648      2079    443520      2079    183095   2665278   6085030     39.02     41.17
2294.19/575.14	c  N dy 33071   5475767      2079    443520      2079    203188   2665278   7231395     39.02     41.60
2300.98/576.81	c  N dy 33182   5495830      2079    443520      2079    118351   2665278   2349865     39.02     55.94
2306.55/578.25	c  N dy 33311   5515871      2079    443520      2079    138356   2665278   3512191     39.03     42.18
2312.94/579.80	c  N dy 33434   5535927      2079    443520      2079    158393   2665278   4651099     39.03     41.29
2319.32/581.47	c  N dy 33555   5555972      2079    443520      2079    178419   2665278   5777785     39.03     61.23
2326.50/583.27	c  N dy 33676   5576455      2079    443520      2079    198874   2665278   6942104     39.03     41.99
2334.10/585.18	c  N dy 33795   5596692      2079    443520      2079    113236   2665278   2016101     39.03     41.58
2340.06/586.64	c  N dy 33920   5616758      2079    443520      2079    133284   2665278   3166683     39.03     59.59
2346.05/588.14	c  N dy 34036   5636848      2079    443520      2079    153345   2665278   4313755     39.03     41.14
2352.42/589.77	c  N dy 34166   5656913      2079    443520      2079    173381   2665278   5461471     39.03     43.20
2360.01/591.60	c  N dy 34295   5676946      2079    443520      2079    193392   2665278   6620811     39.03     41.24
2367.99/593.63	c  N dy 34420   5696948      2079    443520      2079    213368   2665278   7746220     39.03     41.61
2374.00/595.14	c  S st 34524   5714404      2079    443520      2079    123941   2665278   2579217     39.03     35.44
2375.57/595.52	c  S st 34524   5714907      2079    443520      2079    124444   2665278   2617133     39.03   no data
2375.57/595.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2376.77/595.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  8.5M T:  0.28
2377.17/595.91	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2377.17/595.91	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2377.17/595.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.08 s
2377.17/595.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2079 time:  0.00 s
2377.17/595.99	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
2377.57/596.07	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
2379.55/596.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.36 s
2391.91/599.64	c lits-rem:        13  cl-subs:       38  v-elim:      0  v-fix:    0  time:  3.05 s
2391.91/599.68	c vivif2 --  cl tried   443520 cl shrink        0 lits rem          0 time: 0.05
2392.31/599.74	c vivif2 --  cl tried   124406 cl shrink        0 lits rem          0 time: 0.05
2393.51/600.07	c asymm  cl-useful: 0/4862/443520 lits-rem:0 time: 0.33
2393.51/600.09	c calculated reachability. Time: 0.00
2393.51/600.09	c  N dy 34524   5714907      2079    443520      2079    124406   2665278   2612508     39.03   no data
2399.50/601.60	c  N dy 34655   5734999      2079    443520      2079    144475   2665278   3778626     39.04     41.42
2405.89/603.11	c  N dy 34764   5755070      2079    443520      2079    164527   2665278   4898938     39.03     41.30
2412.68/604.84	c  N dy 34884   5775131      2079    443520      2079    184562   2665278   6028297     39.03     41.11
2419.85/606.64	c  N dy 35004   5795209      2079    443520      2079    204604   2665278   7163397     39.03     41.37
2427.83/608.62	c  N dy 35117   5815358      2079    443520      2079    116845   2665278   2133585     39.03     41.96
2433.41/610.04	c  N dy 35241   5835429      2079    443520      2079    136897   2665278   3278057     39.03     43.34
2439.42/611.59	c  N dy 35354   5855604      2079    443520      2079    157048   2665278   4427405     39.03     41.43
2446.18/613.25	c  N dy 35466   5875758      2079    443520      2079    177180   2665278   5546147     39.02     41.70
2453.76/615.16	c  N dy 35592   5895776      2079    443520      2079    197171   2665278   6676637     39.03     41.47
2461.78/617.15	c  N dy 35716   5915799      2079    443520      2079    217163   2665278   7801651     39.03     41.30
2468.12/618.79	c  N dy 35834   5935867      2079    443520      2079    128362   2665278   2743871     39.02     47.18
2474.12/620.22	c  N dy 35946   5955914      2079    443520      2079    148377   2665278   3874347     39.02     55.81
2480.49/621.89	c  N dy 36073   5975968      2079    443520      2079    168398   2665278   5033637     39.02     42.05
2488.12/623.73	c  N dy 36191   5996100      2079    443520      2079    188497   2665278   6187727     39.03     41.27
2496.06/625.73	c  N dy 36313   6016249      2079    443520      2079    208629   2665278   7329816     39.03     41.16
2504.04/627.75	c  N dy 36437   6036352      2079    443520      2079    118838   2665278   2171294     39.02     41.51
2509.64/629.17	c  N dy 36556   6056357      2079    443520      2079    138818   2665278   3294072     39.02     42.11
2516.01/630.74	c  N dy 36682   6076565      2079    443520      2079    158997   2665278   4451337     39.02     41.80
2522.81/632.42	c  N dy 36802   6096611      2079    443520      2079    179018   2665278   5583241     39.02     41.23
2529.56/634.15	c  N dy 36923   6116678      2079    443520      2079    199053   2665278   6709376     39.02     41.10
2537.14/636.06	c  N dy 37045   6136961      2079    443520      2079    219306   2665278   7855445     39.02     41.63
2543.92/637.73	c  N dy 37161   6157049      2079    443520      2079    128512   2665278   2683630     39.02     41.51
2549.90/639.23	c  N dy 37285   6177061      2079    443520      2079    148503   2665278   3831639     39.02     41.54
2556.30/640.85	c  N dy 37403   6197150      2079    443520      2079    168568   2665278   4976209     39.02     42.01
2562.72/642.42	c  S st 37513   6214907      2079    443520      2079    186304   2665278   5977560     39.02   no data
2564.28/642.82	c  S st 37513   6215409      2079    443520      2079    186805   2665278   6016057     39.02   no data
2564.28/642.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2565.47/643.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  9.8M T:  0.32
2565.87/643.26	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2565.87/643.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2566.27/643.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.07 s
2566.27/643.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2079 time:  0.00 s
2566.27/643.33	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
2566.69/643.43	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.10 s
2573.45/645.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.53 s
2666.42/668.46	c lits-rem:        56  cl-subs:      160  v-elim:      0  v-fix:    0  time: 23.25 s
2666.82/668.51	c vivif2 --  cl tried   443520 cl shrink        0 lits rem          0 time: 0.05
2667.22/668.62	c vivif2 --  cl tried   186645 cl shrink        0 lits rem          0 time: 0.12
2668.41/668.99	c asymm  cl-useful: 0/4715/443520 lits-rem:0 time: 0.36
2668.81/669.01	c calculated reachability. Time: 0.00
2668.81/669.01	c  N dy 37513   6215409      2079    443520      2079    186645   2665278   5997183     39.02   no data
2676.00/670.87	c  N dy 37632   6235443      2079    443520      2079    206634   2665278   7118016     39.02     42.47
2684.77/673.09	c  N dy 37760   6255571      2079    443520      2079    114891   2665278   1865518     39.02     41.13
2690.74/674.56	c  N dy 37890   6275624      2079    443520      2079    134919   2665278   3002952     39.02     42.18
2697.14/676.13	c  N dy 38017   6295661      2079    443520      2079    154928   2665278   4147503     39.02     46.05
2703.92/677.83	c  N dy 38133   6315699      2079    443520      2079    174936   2665278   5273237     39.02     41.09
2711.94/679.81	c  N dy 38257   6335998      2079    443520      2079    195205   2665278   6428842     39.02     41.95
2719.88/681.83	c  N dy 38381   6356011      2079    443520      2079    215198   2665278   7574999     39.02     41.29
2727.46/683.77	c  N dy 38499   6376029      2079    443520      2079    122338   2665278   2237649     39.02     41.60
2733.46/685.24	c  N dy 38628   6396154      2079    443520      2079    142435   2665278   3404288     39.03     41.67
2739.83/686.80	c  N dy 38752   6416241      2079    443520      2079    162497   2665278   4554605     39.03     41.91
2746.63/688.58	c  N dy 38879   6436246      2079    443520      2079    182470   2665278   5684181     39.03     41.40
2754.18/690.41	c  N dy 39001   6456417      2079    443520      2079    202616   2665278   6827367     39.03     41.25
2761.36/692.23	c  N dy 39119   6476474      2079    443520      2079    222646   2665278   7967371     39.03     48.02
2768.57/694.08	c  N dy 39233   6496485      2079    443520      2079    128802   2665278   2569164     39.03     41.35
2774.53/695.59	c  N dy 39348   6516621      2079    443520      2079    148912   2665278   3704149     39.02     41.89
2781.32/697.30	c  N dy 39481   6536824      2079    443520      2079    169086   2665278   4865719     39.03     42.03
2788.50/699.04	c  N dy 39612   6556866      2079    443520      2079    189098   2665278   6016375     39.03     41.29
2795.68/700.84	c  N dy 39730   6577039      2079    443520      2079    209239   2665278   7158617     39.03     41.42
2803.26/702.73	c  N dy 39851   6597053      2079    443520      2079    229223   2665278   8298325     39.03     41.81
2809.64/704.33	c  N dy 39964   6617081      2079    443520      2079    134402   2665278   2854014     39.03     49.56
2815.63/705.82	c  N dy 40089   6637146      2079    443520      2079    154443   2665278   3987215     39.03     47.55
2822.01/707.44	c  N dy 40210   6657276      2079    443520      2079    174544   2665278   5113885     39.03     41.88
2828.39/709.09	c  N dy 40332   6677369      2079    443520      2079    194604   2665278   6252345     39.03     41.71
2835.58/710.85	c  N dy 40446   6697446      2079    443520      2079    214656   2665278   7371855     39.03     49.73
2843.59/712.83	c  S st 40564   6715411      2079    443520      2079    116742   2665278   1811150     39.03   no data
2844.74/713.16	c  S st 40564   6715916      2079    443520      2079    117247   2665278   1850504     39.03   no data
2844.74/713.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2845.95/713.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  8.5M T:  0.26
2846.35/713.53	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2846.35/713.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2846.75/713.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.07 s
2846.75/713.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2079 time:  0.00 s
2846.75/713.61	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
2846.75/713.68	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
2847.57/713.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.13 s
2855.13/715.74	c lits-rem:         0  cl-subs:        3  v-elim:      0  v-fix:    0  time:  1.81 s
2855.13/715.79	c vivif2 --  cl tried   443520 cl shrink        0 lits rem          0 time: 0.04
2855.52/715.83	c vivif2 --  cl tried   117244 cl shrink        0 lits rem          0 time: 0.04
2856.76/716.16	c asymm  cl-useful: 0/6356/443520 lits-rem:0 time: 0.33
2856.76/716.17	c calculated reachability. Time: 0.00
2856.76/716.17	c  N dy 40564   6715916      2079    443520      2079    117244   2665278   1850226     39.03   no data
2862.30/717.59	c  N dy 40684   6735930      2079    443520      2079    137229   2665278   2995020     39.03     45.59
2868.29/719.07	c  N dy 40808   6756114      2079    443520      2079    157378   2665278   4140934     39.03     41.69
2875.07/720.78	c  N dy 40928   6776241      2079    443520      2079    177468   2665278   5271501     39.03     41.13
2882.68/722.64	c  N dy 41053   6796431      2079    443520      2079    197642   2665278   6410128     39.03     41.48
2889.83/724.43	c  N dy 41172   6816514      2079    443520      2079    217694   2665278   7556391     39.03     41.12
2898.20/726.59	c  N dy 41302   6836551      2079    443520      2079    120874   2665278   1999650     39.03     41.16
2903.80/727.97	c  N dy 41427   6856585      2079    443520      2079    140884   2665278   3147685     39.03     41.62
2910.18/729.53	c  N dy 41553   6876617      2079    443520      2079    160879   2665278   4299498     39.03     41.23
2916.96/731.25	c  N dy 41678   6896647      2079    443520      2079    180891   2665278   5450064     39.03     46.83
2924.94/733.22	c  N dy 41803   6916861      2079    443520      2079    201086   2665278   6595928     39.03     41.09
2932.92/735.21	c  N dy 41922   6936984      2079    443520      2079    221178   2665278   7733345     39.03     42.31
2941.30/737.40	c  N dy 42027   6957120      2079    443520      2079    123442   2665278   2104139     39.03     41.41
2946.89/738.77	c  N dy 42146   6977253      2079    443520      2079    143546   2665278   3252416     39.03     42.06
2952.88/740.30	c  N dy 42265   6997346      2079    443520      2079    163611   2665278   4385958     39.03     41.49
2959.66/741.98	c  N dy 42387   7017426      2079    443520      2079    183658   2665278   5517909     39.03     41.14
2966.82/743.71	c  N dy 42502   7037588      2079    443520      2079    203792   2665278   6647484     39.03     41.23
2974.02/745.59	c  N dy 42628   7057708      2079    443520      2079    223886   2665278   7803469     39.03     41.11
2982.39/747.60	c  N dy 42748   7077713      2079    443520      2079    125018   2665278   2158840     39.03     41.35
2987.99/749.01	c  N dy 42878   7097820      2079    443520      2079    145100   2665278   3303113     39.03     41.36
2993.96/750.51	c  N dy 42999   7117832      2079    443520      2079    165079   2665278   4452628     39.03     41.45
3000.75/752.20	c  N dy 43123   7137837      2079    443520      2079    185061   2665278   5588257     39.03     42.02
3007.52/753.98	c  N dy 43240   7157864      2079    443520      2079    205065   2665278   6721533     39.03     61.34
3015.10/755.84	c  N dy 43364   7177912      2079    443520      2079    225078   2665278   7854044     39.03     42.44
3023.88/758.00	c  N dy 43492   7198432      2079    443520      2079    125726   2665278   2162003     39.03     42.00
3029.06/759.33	c  S st 43607   7215917      2079    443520      2079    143186   2665278   3146345     39.03   no data
3030.26/759.69	c  S st 43607   7216417      2079    443520      2079    143686   2665278   3179778     39.03   no data
3030.67/759.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
3031.89/760.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  8.9M T:  0.30
3032.30/760.11	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3032.30/760.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3032.30/760.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.07 s
3032.30/760.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2079 time:  0.00 s
3032.30/760.19	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
3032.66/760.27	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
3035.05/760.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.51 s
3050.61/764.74	c lits-rem:        15  cl-subs:       35  v-elim:      0  v-fix:    0  time:  3.79 s
3050.61/764.79	c vivif2 --  cl tried   443520 cl shrink        0 lits rem          0 time: 0.05
3051.01/764.85	c vivif2 --  cl tried   143651 cl shrink        0 lits rem          0 time: 0.06
3052.21/765.17	c asymm  cl-useful: 0/7444/443520 lits-rem:0 time: 0.31
3052.21/765.18	c calculated reachability. Time: 0.00
3052.21/765.18	c  N dy 43607   7216417      2079    443520      2079    143651   2665278   3175820     39.03   no data
3058.63/766.74	c  N dy 43728   7236578      2079    443520      2079    163786   2665278   4326442     39.03     41.37
3065.37/768.49	c  N dy 43856   7256606      2079    443520      2079    183786   2665278   5463656     39.03     41.34
3072.55/770.29	c  N dy 43991   7276677      2079    443520      2079    203830   2665278   6629183     39.03     41.15
3080.93/772.31	c  N dy 44116   7296695      2079    443520      2079    223830   2665278   7772848     39.04     41.17
3090.10/774.64	c  N dy 44242   7316760      2079    443520      2079    123041   2665278   1969304     39.04     41.22
3096.10/776.10	c  N dy 44364   7337060      2079    443520      2079    143309   2665278   3100616     39.04     41.39
3102.51/777.71	c  N dy 44489   7357071      2079    443520      2079    163296   2665278   4253728     39.04     49.83
3109.66/779.51	c  N dy 44623   7377244      2079    443520      2079    183442   2665278   5427317     39.04     41.62
3116.04/781.19	c  N dy 44729   7397283      2079    443520      2079    203442   2665278   6547423     39.04     41.21
3123.63/783.07	c  N dy 44852   7417306      2079    443520      2079    223433   2665278   7709963     39.04     43.86
3131.20/784.97	c  N dy 44977   7437386      2079    443520      2079    243486   2665278   8846415     39.04     41.13
3137.97/786.69	c  N dy 45094   7457464      2079    443520      2079    141710   2665278   2965791     39.04     41.47
3143.96/788.18	c  N dy 45205   7477617      2079    443520      2079    161840   2665278   4087757     39.04     41.96
3150.78/789.81	c  N dy 45334   7497685      2079    443520      2079    181869   2665278   5221760     39.04     42.56
3157.93/791.63	c  N dy 45450   7517711      2079    443520      2079    201871   2665278   6344667     39.04     41.14
3165.10/793.49	c  N dy 45567   7537718      2079    443520      2079    221849   2665278   7482875     39.04     42.85
3173.48/795.54	c  N dy 45693   7557749      2079    443520      2079    241854   2665278   8623098     39.04     41.19
3180.65/797.40	c  N dy 45814   7577768      2079    443520      2079    139030   2665278   2772277     39.03     41.18
3187.03/798.96	c  N dy 45931   7597878      2079    443520      2079    159109   2665278   3906423     39.03     41.25
3193.81/800.64	c  N dy 46046   7618047      2079    443520      2079    179253   2665278   5042022     39.03     42.06
3201.00/802.45	c  N dy 46167   7638236      2079    443520      2079    199414   2665278   6168838     39.03     41.52
3209.37/804.53	c  N dy 46300   7658347      2079    443520      2079    219505   2665278   7331117     39.03     42.15
3217.35/806.58	c  N dy 46414   7678367      2079    443520      2079    239500   2665278   8464783     39.03     41.35
3225.37/808.57	c  N dy 46539   7698392      2079    443520      2079    135643   2665278   2555428     39.03     41.10
3230.51/809.89	c  S st 46641   7716418      2079    443520      2079    153645   2665278   3557384     39.03     38.20
3232.51/810.30	c  S st 46641   7716921      2079    443520      2079    154148   2665278   3597143     39.03   no data
3232.51/810.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
3233.73/810.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  9.0M T:  0.29
3234.14/810.71	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3234.14/810.71	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3234.14/810.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.07 s
3234.14/810.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2079 time:  0.00 s
3234.14/810.78	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
3234.50/810.87	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
3237.70/811.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.62 s
3259.25/817.07	c lits-rem:        31  cl-subs:       59  v-elim:      0  v-fix:    0  time:  5.40 s
3259.65/817.12	c vivif2 --  cl tried   443520 cl shrink        0 lits rem          0 time: 0.05
3259.65/817.19	c vivif2 --  cl tried   154089 cl shrink        0 lits rem          0 time: 0.07
3261.23/817.56	c asymm  cl-useful: 0/6200/443520 lits-rem:0 time: 0.36
3261.23/817.58	c calculated reachability. Time: 0.00
3261.23/817.58	c  N dy 46641   7716921      2079    443520      2079    154089   2665278   3589719     39.03   no data
3268.03/819.20	c  N dy 46767   7737018      2079    443520      2079    174162   2665278   4733406     39.03     41.30
3275.20/821.04	c  N dy 46899   7757116      2079    443520      2079    194238   2665278   5890132     39.03     41.74
3282.78/822.94	c  N dy 47023   7777316      2079    443520      2079    214414   2665278   7031288     39.03     41.84
3290.79/824.94	c  N dy 47155   7797406      2079    443520      2079    234470   2665278   8198492     39.04     41.94
3299.56/827.13	c  N dy 47274   7817485      2079    443520      2079    129705   2665278   2156047     39.04     41.31
3305.53/828.60	c  N dy 47389   7837529      2079    443520      2079    149715   2665278   3281841     39.04     41.26
3311.91/830.26	c  N dy 47514   7857631      2079    443520      2079    169792   2665278   4429145     39.04     41.30
3319.08/832.06	c  N dy 47644   7877753      2079    443520      2079    189893   2665278   5608218     39.04     42.38
3326.66/833.94	c  N dy 47768   7897852      2079    443520      2079    209960   2665278   6745824     39.04     41.44
3334.68/835.95	c  N dy 47887   7917988      2079    443520      2079    230073   2665278   7890094     39.04     41.34
3342.63/837.97	c  N dy 48006   7938267      2079    443520      2079    250323   2665278   9031224     39.04     43.94
3349.80/839.72	c  N dy 48117   7958355      2079    443520      2079    144551   2665278   2945034     39.04     41.58
3355.79/841.20	c  N dy 48229   7978471      2079    443520      2079    164651   2665278   4080634     39.04     41.33
3362.17/842.86	c  N dy 48342   7998579      2079    443520      2079    184727   2665278   5209224     39.04     41.42
3368.96/844.59	c  N dy 48458   8018758      2079    443520      2079    204873   2665278   6356678     39.04     41.45
3376.54/846.44	c  N dy 48577   8038806      2079    443520      2079    224888   2665278   7494416     39.04     41.71
3384.91/848.53	c  N dy 48704   8058914      2079    443520      2079    244963   2665278   8650668     39.04     41.29
3392.89/850.57	c  N dy 48825   8079067      2079    443520      2079    138264   2665278   2549621     39.04     41.41
3398.88/852.01	c  N dy 48939   8099147      2079    443520      2079    158322   2665278   3678513     39.04     41.51
3405.29/853.67	c  N dy 49063   8119412      2079    443520      2079    178569   2665278   4836265     39.04     41.51
3412.44/855.45	c  N dy 49186   8139561      2079    443520      2079    198698   2665278   5960268     39.04     42.02
3420.41/857.43	c  N dy 49315   8159791      2079    443520      2079    218892   2665278   7097700     39.04     41.13
3427.99/859.32	c  N dy 49438   8179894      2079    443520      2079    238971   2665278   8228222     39.04     41.12
3436.76/861.59	c  N dy 49555   8199976      2079    443520      2079    131191   2665278   2105770     39.04     41.54
3441.95/862.81	c  S st 49656   8216922      2079    443520      2079    148111   2665278   3058005     39.04   no data
3443.15/863.16	c  S st 49656   8217426      2079    443520      2079    148614   2665278   3096742     39.04   no data
3443.15/863.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
3444.37/863.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  8.9M T:  0.28
3444.79/863.56	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3444.79/863.56	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3445.14/863.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.07 s
3445.14/863.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2079 time:  0.00 s
3445.14/863.64	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
3445.54/863.72	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
3447.55/864.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.45 s
3461.51/867.72	c lits-rem:        16  cl-subs:       39  v-elim:      0  v-fix:    0  time:  3.38 s
3461.51/867.77	c vivif2 --  cl tried   443520 cl shrink        0 lits rem          0 time: 0.05
3461.93/867.83	c vivif2 --  cl tried   148575 cl shrink        0 lits rem          0 time: 0.07
3463.09/868.20	c asymm  cl-useful: 0/5927/443520 lits-rem:0 time: 0.36
3463.49/868.21	c calculated reachability. Time: 0.00
3463.49/868.21	c  N dy 49656   8217426      2079    443520      2079    148575   2665278   3092340     39.04   no data
3470.29/869.92	c  N dy 49781   8237549      2079    443520      2079    168673   2665278   4239279     39.04     41.33
3477.07/871.63	c  N dy 49900   8257591      2079    443520      2079    188686   2665278   5367382     39.03     41.22
3484.65/873.55	c  N dy 50025   8277600      2079    443520      2079    208664   2665278   6505794     39.04     43.07
3493.07/875.68	c  N dy 50150   8297665      2079    443520      2079    228693   2665278   7655111     39.04     41.25
3501.85/877.88	c  N dy 50268   8317703      2079    443520      2079    248704   2665278   8788494     39.04     41.51
3511.38/880.22	c  N dy 50396   8337780      2079    443520      2079    139929   2665278   2555760     39.04     42.27
3517.76/881.84	c  N dy 50531   8357906      2079    443520      2079    160027   2665278   3726516     39.04     41.25
3524.54/883.55	c  N dy 50650   8377953      2079    443520      2079    180053   2665278   4870426     39.04     41.83
3531.73/885.31	c  N dy 50766   8398000      2079    443520      2079    200071   2665278   6004501     39.04     48.73
3539.71/887.39	c  N dy 50892   8418021      2079    443520      2079    220066   2665278   7141496     39.04     46.01
3548.49/889.51	c  N dy 51013   8438034      2079    443520      2079    240049   2665278   8283393     39.04     41.12
3557.67/891.89	c  N dy 51133   8458180      2079    443520      2079    130334   2665278   1963023     39.04     41.20
3563.64/893.34	c  N dy 51262   8478283      2079    443520      2079    150407   2665278   3104231     39.04     41.59
3569.63/894.87	c  N dy 51388   8498362      2079    443520      2079    170462   2665278   4252540     39.05     41.42
3576.45/896.58	c  N dy 51514   8518384      2079    443520      2079    190460   2665278   5391419     39.05     44.28
3584.00/898.43	c  N dy 51639   8538882      2079    443520      2079    210930   2665278   6554494     39.05     41.33
3591.58/900.32	c  N dy 51765   8559131      2079    443520      2079    231156   2665278   7714473     39.05     41.46
3599.96/902.45	c  N dy 51891   8579235      2079    443520      2079    251237   2665278   8850415     39.05     41.15
3608.34/904.51	c  N dy 52014   8599476      2079    443520      2079    140635   2665278   2499372     39.05     41.53
3613.92/905.97	c  N dy 52128   8619590      2079    443520      2079    160727   2665278   3626390     39.05     42.39
3620.70/907.62	c  N dy 52252   8639710      2079    443520      2079    180817   2665278   4764867     39.05     41.20
3627.48/909.33	c  N dy 52372   8659890      2079    443520      2079    200980   2665278   5900521     39.05     42.21
3634.66/911.16	c  N dy 52481   8680133      2079    443520      2079    221200   2665278   7039340     39.04     41.63
3642.64/913.14	c  N dy 52603   8700330      2079    443520      2079    241375   2665278   8176799     39.04     41.76
3649.83/914.92	c  S st 52710   8717427      2079    443520      2079    258453   2665278   9148854     39.04   no data
3651.41/915.38	c  S st 52710   8717932      2079    443520      2079    258958   2665278   9185023     39.04   no data
3651.81/915.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
3653.42/915.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 10.9M T:  0.38
3653.42/915.90	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3653.42/915.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3653.82/915.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.08 s
3653.82/915.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2079 time:  0.00 s
3653.82/915.97	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
3654.61/916.10	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.13 s
3663.00/918.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.81 s
3820.20/957.66	c lits-rem:        49  cl-subs:      259  v-elim:      0  v-fix:    0  time: 39.38 s
3820.60/957.70	c vivif2 --  cl tried   443520 cl shrink        0 lits rem          0 time: 0.05
3820.99/957.88	c vivif2 --  cl tried   258699 cl shrink        0 lits rem          0 time: 0.18
3822.58/958.28	c asymm  cl-useful: 0/3713/443520 lits-rem:0 time: 0.40
3822.98/958.31	c calculated reachability. Time: 0.00
3822.98/958.31	c  N dy 52710   8717932      2079    443520      2079    258699   2665278   9153255     39.04   no data
3830.59/960.23	c  N dy 52828   8737971      2079    443520      2079    146891   2665278   2810517     39.04     49.59
3836.55/961.76	c  N dy 52953   8758095      2079    443520      2079    166993   2665278   3936540     39.04     41.84
3843.34/963.47	c  N dy 53081   8778149      2079    443520      2079    187007   2665278   5080185     39.04     41.21
3850.51/965.24	c  N dy 53206   8798162      2079    443520      2079    206988   2665278   6209743     39.04     41.85
3857.69/967.08	c  N dy 53327   8818281      2079    443520      2079    227081   2665278   7348032     39.04     41.13
3866.11/969.15	c  N dy 53454   8838392      2079    443520      2079    247172   2665278   8504131     39.05     41.64
3875.65/971.58	c  N dy 53577   8858398      2079    443520      2079    134304   2665278   2056781     39.05     57.96
3881.23/972.98	c  N dy 53702   8878420      2079    443520      2079    154301   2665278   3204823     39.05     41.20
3887.64/974.56	c  N dy 53815   8898449      2079    443520      2079    174301   2665278   4333706     39.05     41.18
3894.39/976.26	c  N dy 53938   8918550      2079    443520      2079    194375   2665278   5485271     39.05     41.29
3901.58/978.01	c  N dy 54055   8938556      2079    443520      2079    214348   2665278   6610920     39.04     41.81
3909.58/980.02	c  N dy 54183   8958611      2079    443520      2079    234359   2665278   7759179     39.05     41.98
3917.94/982.14	c  N dy 54304   8978930      2079    443520      2079    254644   2665278   8893707     39.05     41.40
3926.71/984.32	c  N dy 54423   8999142      2079    443520      2079    141023   2665278   2386925     39.04     41.22
3932.28/985.79	c  N dy 54543   9019314      2079    443520      2079    161168   2665278   3522894     39.04     41.13
3938.27/987.29	c  N dy 54659   9039342      2079    443520      2079    181173   2665278   4639895     39.04     45.10
3945.45/989.07	c  N dy 54788   9059408      2079    443520      2079    201224   2665278   5813342     39.04     43.03
3952.64/990.89	c  N dy 54907   9079556      2079    443520      2079    221347   2665278   6947982     39.04     41.93
3960.22/992.72	c  N dy 55026   9099616      2079    443520      2079    241374   2665278   8110154     39.05     41.38
3969.00/994.96	c  N dy 55149   9119797      2079    443520      2079    261515   2665278   9248662     39.04     41.24
3977.77/997.16	c  N dy 55272   9139962      2079    443520      2079    146863   2665278   2698074     39.05     41.40
3984.18/998.75	c  N dy 55389   9159975      2079    443520      2079    166847   2665278   3831942     39.05     41.14
3991.34/1000.52	c  N dy 55517   9180013      2079    443520      2079    186851   2665278   4964405     39.05     41.30
3998.92/1002.43	c  N dy 55638   9200028      2079    443520      2079    206844   2665278   6093477     39.05     41.42
4005.71/1004.16	c  S st 55744   9217932      2079    443520      2079    224719   2665278   7084286     39.04   no data
4007.70/1004.63	c  S st 55744   9218434      2079    443520      2079    225221   2665278   7121066     39.04   no data
4007.70/1004.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
4009.29/1005.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 10.4M T:  0.39
4009.69/1005.16	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4009.69/1005.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4010.09/1005.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.08 s
4010.09/1005.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2079 time:  0.00 s
4010.09/1005.24	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
4010.51/1005.36	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.12 s
4018.87/1007.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.92 s
4126.20/1034.39	c lits-rem:        49  cl-subs:      211  v-elim:      0  v-fix:    0  time: 26.82 s
4126.60/1034.44	c vivif2 --  cl tried   443520 cl shrink        0 lits rem          0 time: 0.05
4127.00/1034.57	c vivif2 --  cl tried   225010 cl shrink        0 lits rem          0 time: 0.14
4128.60/1034.96	c asymm  cl-useful: 0/4094/443520 lits-rem:0 time: 0.38
4128.60/1034.98	c calculated reachability. Time: 0.00
4128.60/1034.98	c  N dy 55744   9218434      2079    443520      2079    225010   2665278   7095709     39.04   no data
4136.58/1036.93	c  N dy 55870   9238461      2079    443520      2079    245019   2665278   8235664     39.05     41.27
4144.96/1039.08	c  N dy 55985   9258789      2079    443520      2079    265322   2665278   9375255     39.04     41.15
4152.53/1040.96	c  N dy 56101   9279078      2079    443520      2079    149753   2665278   2804525     39.04     41.23
4158.92/1042.51	c  N dy 56229   9299137      2079    443520      2079    169789   2665278   3965840     39.04     41.53
4165.30/1044.11	c  N dy 56340   9319234      2079    443520      2079    189845   2665278   5090349     39.04     41.74
4172.08/1045.88	c  N dy 56456   9339458      2079    443520      2079    210040   2665278   6231176     39.04     41.61
4180.06/1047.82	c  N dy 56579   9359469      2079    443520      2079    230019   2665278   7371184     39.04     57.95
4188.04/1049.85	c  N dy 56696   9379616      2079    443520      2079    250138   2665278   8496736     39.04     41.63
4196.02/1051.88	c  N dy 56806   9399625      2079    443520      2079    270120   2665278   9623918     39.04     41.55
4203.62/1053.78	c  N dy 56928   9419712      2079    443520      2079    153377   2665278   2963158     39.04     56.91
4210.38/1055.42	c  N dy 57048   9439786      2079    443520      2079    173419   2665278   4100070     39.04     42.87
4217.21/1057.13	c  N dy 57175   9459809      2079    443520      2079    193414   2665278   5244920     39.04     41.30
4224.35/1058.97	c  N dy 57298   9479945      2079    443520      2079    213528   2665278   6397631     39.04     41.44
4232.73/1061.00	c  N dy 57427   9499985      2079    443520      2079    233550   2665278   7538397     39.04     41.57
4240.71/1063.07	c  N dy 57546   9520161      2079    443520      2079    253694   2665278   8675357     39.04     41.97
4249.08/1065.19	c  N dy 57663   9540214      2079    443520      2079    273726   2665278   9812679     39.04     42.03
4257.46/1067.22	c  N dy 57791   9560243      2079    443520      2079    155896   2665278   3074851     39.04     41.97
4263.85/1068.87	c  N dy 57907   9580392      2079    443520      2079    176020   2665278   4197079     39.04     41.63
4271.02/1070.64	c  N dy 58031   9600425      2079    443520      2079    196022   2665278   5337523     39.04     41.20
4279.01/1072.62	c  N dy 58152   9620498      2079    443520      2079    216071   2665278   6481086     39.04     41.14
4287.01/1074.63	c  N dy 58272   9640536      2079    443520      2079    236083   2665278   7619133     39.04     41.10
4295.79/1076.84	c  N dy 58377   9660563      2079    443520      2079    256084   2665278   8729280     39.04     41.31
4304.99/1079.19	c  N dy 58488   9680704      2079    443520      2079    276188   2665278   9857637     39.03     41.23
4313.34/1081.30	c  N dy 58618   9700853      2079    443520      2079    157501   2665278   3128770     39.04     41.63
4319.70/1082.86	c  S st 58734   9718434      2079    443520      2079    175059   2665278   4137274     39.04   no data
4321.30/1083.29	c  S st 58734   9718934      2079    443520      2079    175559   2665278   4174243     39.04   no data
4321.70/1083.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
4322.89/1083.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  9.3M T:  0.34
4323.29/1083.77	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4323.29/1083.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4323.69/1083.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.08 s
4323.69/1083.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2079 time:  0.00 s
4323.69/1083.84	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
4324.09/1083.94	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.10 s
4327.68/1084.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.81 s
4357.23/1092.23	c lits-rem:        30  cl-subs:       69  v-elim:      0  v-fix:    0  time:  7.28 s
4357.23/1092.27	c vivif2 --  cl tried   443520 cl shrink        0 lits rem          0 time: 0.05
4357.65/1092.36	c vivif2 --  cl tried   175490 cl shrink        0 lits rem          0 time: 0.08
4359.21/1092.73	c asymm  cl-useful: 0/4998/443520 lits-rem:0 time: 0.37
4359.21/1092.75	c calculated reachability. Time: 0.00
4359.21/1092.75	c  N dy 58734   9718934      2079    443520      2079    175490   2665278   4165494     39.04   no data
4366.43/1094.59	c  N dy 58861   9738948      2079    443520      2079    195484   2665278   5304569     39.04     41.60
4374.37/1096.54	c  N dy 58979   9759430      2079    443520      2079    215939   2665278   6463160     39.04     41.55
4382.35/1098.57	c  N dy 59090   9779511      2079    443520      2079    235991   2665278   7582155     39.04     43.17
4391.53/1100.88	c  N dy 59219   9799630      2079    443520      2079    256081   2665278   8737507     39.04     41.63
4400.70/1103.14	c  N dy 59342   9819739      2079    443520      2079    276170   2665278   9869815     39.04     41.26
4408.28/1105.05	c  N dy 59454   9839928      2079    443520      2079    156527   2665278   3008029     39.03     41.17
4414.29/1106.59	c  N dy 59576   9859949      2079    443520      2079    176517   2665278   4158016     39.04     41.39
4421.05/1108.26	c  N dy 59683   9880173      2079    443520      2079    196711   2665278   5290262     39.03     41.84
4428.63/1110.12	c  N dy 59808   9900257      2079    443520      2079    216769   2665278   6455552     39.04     41.16
4436.65/1112.14	c  N dy 59933   9920351      2079    443520      2079    236836   2665278   7595163     39.04     44.89
4445.01/1114.22	c  N dy 60071   9940355      2079    443520      2079    256815   2665278   8751534     39.04     41.32
4453.79/1116.41	c  N dy 60194   9960417      2079    443520      2079    276853   2665278   9892320     39.04     56.15
4460.95/1118.27	c  N dy 60302   9980433      2079    443520      2079    156045   2665278   2940322     39.04     41.16
4466.95/1119.78	c  N dy 60415  10000451      2079    443520      2079    176026   2665278   4077515     39.04     41.81
4473.71/1121.40	c  N dy 60535  10020534      2079    443520      2079    196084   2665278   5218601     39.04     53.62
4480.53/1123.14	c  N dy 60649  10040871      2079    443520      2079    216383   2665278   6362570     39.03     41.27
4488.48/1125.16	c  N dy 60774  10061231      2079    443520      2079    236707   2665278   7536635     39.04     41.30
4496.86/1127.22	c  N dy 60894  10081260      2079    443520      2079    256702   2665278   8668130     39.04     41.52
4505.63/1129.41	c  N dy 61024  10101474      2079    443520      2079    276894   2665278   9821265     39.04     41.86
4514.01/1131.54	c  N dy 61154  10121564      2079    443520      2079    155153   2665278   2861539     39.04     41.29
4520.03/1133.07	c  N dy 61285  10141703      2079    443520      2079    175269   2665278   4029279     39.04     41.87
4527.17/1134.82	c  N dy 61410  10161845      2079    443520      2079    195377   2665278   5172518     39.04     41.53
4534.35/1136.65	c  N dy 61536  10181982      2079    443520      2079    215489   2665278   6337195     39.04     41.48
4541.56/1138.46	c  N dy 61654  10202043      2079    443520      2079    235513   2665278   7460087     39.04     42.01
4548.32/1140.18	c  S st 61751  10218934      2079    443520      2079    252386   2665278   8413819     39.04     37.57
4550.34/1140.65	c  S st 61751  10219437      2079    443520      2079    252887   2665278   8453053     39.04   no data
4550.34/1140.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
4551.90/1141.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 10.4M T:  0.37
4552.30/1141.15	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4552.30/1141.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4552.70/1141.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.07 s
4552.70/1141.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2079 time:  0.00 s
4552.70/1141.22	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
4553.10/1141.34	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.12 s
4561.48/1143.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.85 s
4697.95/1177.60	c lits-rem:        66  cl-subs:      250  v-elim:      0  v-fix:    0  time: 34.07 s
4697.95/1177.65	c vivif2 --  cl tried   443520 cl shrink        0 lits rem          0 time: 0.05
4698.74/1177.81	c vivif2 --  cl tried   252637 cl shrink        0 lits rem          0 time: 0.17
4700.33/1178.24	c asymm  cl-useful: 0/4297/443520 lits-rem:0 time: 0.43
4700.33/1178.27	c calculated reachability. Time: 0.00
4700.33/1178.27	c  N dy 61751  10219437      2079    443520      2079    252637   2665278   8421716     39.04   no data
4710.31/1180.72	c  N dy 61876  10239670      2079    443520      2079    272840   2665278   9573436     39.04     41.18
4719.49/1183.07	c  N dy 62004  10259812      2079    443520      2079    150156   2665278   2550488     39.04     42.14
4725.48/1184.57	c  N dy 62129  10279960      2079    443520      2079    170259   2665278   3685880     39.04     41.25
4732.25/1186.20	c  N dy 62249  10300049      2079    443520      2079    190322   2665278   4817995     39.04     41.16
4738.64/1187.89	c  N dy 62365  10320128      2079    443520      2079    210376   2665278   5961720     39.04     44.69
4746.22/1189.79	c  N dy 62479  10340223      2079    443520      2079    230450   2665278   7088149     39.04     41.33
4754.60/1191.86	c  N dy 62600  10360260      2079    443520      2079    250461   2665278   8217887     39.04     41.87
4762.97/1193.97	c  N dy 62718  10380401      2079    443520      2079    270587   2665278   9353720     39.04     41.19
4772.95/1196.46	c  N dy 62843  10400429      2079    443520      2079    146775   2665278   2306136     39.04     49.87
4778.97/1197.91	c  N dy 62964  10420430      2079    443520      2079    166752   2665278   3460065     39.04     41.93
4784.92/1199.44	c  N dy 63080  10440471      2079    443520      2079    186760   2665278   4595834     39.04     41.81
4791.72/1201.19	c  N dy 63200  10460516      2079    443520      2079    206775   2665278   5738092     39.04     42.65
4799.28/1203.07	c  N dy 63321  10480532      2079    443520      2079    226766   2665278   6864843     39.04     41.75

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3366743-1305413263/watcher-3366743-1305413263 -o /tmp/evaluation-result-3366743-1305413263/solver-3366743-1305413263 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366743-1305413263.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 7.41 7.97 7.45 6/311 14538
/proc/meminfo: memFree=12239540/32950928 swapFree=67111348/67111528
[pid=14538] ppid=14536 vsize=51168 CPUtime=0.01 cores=1,3,5,7
/proc/14538/stat : 14538 (strangenight2-m) R 14536 14538 14248 0 -1 4202496 407 0 0 0 1 0 0 0 21 0 4 0 652925147 52396032 347 33554432000 4194304 4580107 140735404174144 18446744073709551615 47754797135788 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/14538/statm: 12792 347 299 95 0 7774 0
[pid=14538/tid=14539] ppid=14536 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/14538/task/14539/stat : 14539 (strangenight2-m) R 14536 14538 14248 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 4 0 652925147 52396032 347 33554432000 4194304 4580107 140735404174144 18446744073709551615 47754797135794 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=14538/tid=14540] ppid=14536 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/14538/task/14540/stat : 14540 (strangenight2-m) R 14536 14538 14248 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 4 0 652925147 52396032 347 33554432000 4194304 4580107 140735404174144 18446744073709551615 47754797135788 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14538/tid=14541] ppid=14536 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/14538/task/14541/stat : 14541 (strangenight2-m) R 14536 14538 14248 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 4 0 652925147 52396032 347 33554432000 4194304 4580107 140735404174144 18446744073709551615 235594922993 0 0 4096 2 0 0 0 -1 5 0 0 0

[startup+0.0877589 s]
/proc/loadavg: 7.41 7.97 7.45 6/311 14538
/proc/meminfo: memFree=12239540/32950928 swapFree=67111348/67111528
[pid=14538] ppid=14536 vsize=303384 CPUtime=0.3 cores=1,3,5,7
/proc/14538/stat : 14538 (strangenight2-m) D 14536 14538 14248 0 -1 4202496 16517 0 0 0 25 5 0 0 18 0 4 0 652925147 310665216 16282 33554432000 4194304 4580107 140735404174144 18446744073709551615 4489196 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/14538/statm: 75846 16301 337 95 0 70828 0
[pid=14538/tid=14539] ppid=14536 vsize=303384 CPUtime=0.07 cores=1,3,5,7
/proc/14538/task/14539/stat : 14539 (strangenight2-m) D 14536 14538 14248 0 -1 4202560 4026 0 0 0 6 1 0 0 18 0 4 0 652925147 310665216 16325 33554432000 4194304 4580107 140735404174144 18446744073709551615 235594527777 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=14538/tid=14540] ppid=14536 vsize=303384 CPUtime=0.07 cores=1,3,5,7
/proc/14538/task/14540/stat : 14540 (strangenight2-m) R 14536 14538 14248 0 -1 4202560 4081 0 0 0 6 1 0 0 18 0 4 0 652925147 310665216 16345 33554432000 4194304 4580107 140735404174144 18446744073709551615 235594909879 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14538/tid=14541] ppid=14536 vsize=303384 CPUtime=0.06 cores=1,3,5,7
/proc/14538/task/14541/stat : 14541 (strangenight2-m) D 14536 14538 14248 0 -1 4202560 3881 0 0 0 5 1 0 0 18 0 4 0 652925147 310665216 16361 33554432000 4194304 4580107 140735404174144 18446744073709551615 235594527777 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 303384

[startup+0.106587 s]
/proc/loadavg: 7.41 7.97 7.45 6/311 14538
/proc/meminfo: memFree=12239540/32950928 swapFree=67111348/67111528
[pid=14538] ppid=14536 vsize=337656 CPUtime=0.36 cores=1,3,5,7
/proc/14538/stat : 14538 (strangenight2-m) R 14536 14538 14248 0 -1 4202496 20141 0 0 0 30 6 0 0 18 0 4 0 652925147 345759744 19906 33554432000 4194304 4580107 140735404174144 18446744073709551615 4511120 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/14538/statm: 84414 19918 337 95 0 79396 0
[pid=14538/tid=14539] ppid=14536 vsize=337656 CPUtime=0.08 cores=1,3,5,7
/proc/14538/task/14539/stat : 14539 (strangenight2-m) D 14536 14538 14248 0 -1 4202560 4908 0 0 0 7 1 0 0 18 0 4 0 652925147 345759744 19941 33554432000 4194304 4580107 140735404174144 18446744073709551615 235594527777 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=14538/tid=14540] ppid=14536 vsize=337656 CPUtime=0.09 cores=1,3,5,7
/proc/14538/task/14540/stat : 14540 (strangenight2-m) D 14536 14538 14248 0 -1 4202560 4944 0 0 0 7 2 0 0 18 0 4 0 652925147 345759744 19966 33554432000 4194304 4580107 140735404174144 18446744073709551615 235594563339 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14538/tid=14541] ppid=14536 vsize=337656 CPUtime=0.08 cores=1,3,5,7
/proc/14538/task/14541/stat : 14541 (strangenight2-m) D 14536 14538 14248 0 -1 4202560 4774 0 0 0 7 1 0 0 18 0 4 0 652925147 345759744 19982 33554432000 4194304 4580107 140735404174144 18446744073709551615 235594909879 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 337656

[startup+0.300929 s]
/proc/loadavg: 7.41 7.97 7.45 6/311 14538
/proc/meminfo: memFree=12239540/32950928 swapFree=67111348/67111528
[pid=14538] ppid=14536 vsize=449856 CPUtime=1.12 cores=1,3,5,7
/proc/14538/stat : 14538 (strangenight2-m) R 14536 14538 14248 0 -1 4202496 31785 0 0 0 103 9 0 0 18 0 4 0 652925147 460652544 31550 33554432000 4194304 4580107 140735404174144 18446744073709551615 4504048 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/14538/statm: 112464 31553 360 95 0 107446 0
[pid=14538/tid=14539] ppid=14536 vsize=449856 CPUtime=0.28 cores=1,3,5,7
/proc/14538/task/14539/stat : 14539 (strangenight2-m) R 14536 14538 14248 0 -1 4202560 7900 0 0 0 25 3 0 0 18 0 4 0 652925147 460652544 31553 33554432000 4194304 4580107 140735404174144 18446744073709551615 235594563339 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=14538/tid=14540] ppid=14536 vsize=449856 CPUtime=0.27 cores=1,3,5,7
/proc/14538/task/14540/stat : 14540 (strangenight2-m) R 14536 14538 14248 0 -1 4202560 7880 0 0 0 25 2 0 0 18 0 4 0 652925147 460652544 31554 33554432000 4194304 4580107 140735404174144 18446744073709551615 235594527777 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14538/tid=14541] ppid=14536 vsize=449856 CPUtime=0.27 cores=1,3,5,7
/proc/14538/task/14541/stat : 14541 (strangenight2-m) R 14536 14538 14248 0 -1 4202560 7654 0 0 0 25 2 0 0 18 0 4 0 652925147 460652544 31554 33554432000 4194304 4580107 140735404174144 18446744073709551615 4318435 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 449856

[startup+0.700861 s]
/proc/loadavg: 7.41 7.97 7.45 6/311 14538
/proc/meminfo: memFree=12239540/32950928 swapFree=67111348/67111528
[pid=14538] ppid=14536 vsize=567172 CPUtime=2.65 cores=1,3,5,7
/proc/14538/stat : 14538 (strangenight2-m) R 14536 14538 14248 0 -1 4202496 79126 0 0 0 240 25 0 0 18 0 4 0 652925147 580784128 78635 33554432000 4194304 4580107 140735404174144 18446744073709551615 4451672 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/14538/statm: 141793 78635 372 95 0 136775 0
[pid=14538/tid=14539] ppid=14536 vsize=567172 CPUtime=0.66 cores=1,3,5,7
/proc/14538/task/14539/stat : 14539 (strangenight2-m) R 14536 14538 14248 0 -1 4202560 23339 0 0 0 58 8 0 0 18 0 4 0 652925147 580784128 78635 33554432000 4194304 4580107 140735404174144 18446744073709551615 4451684 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=14538/tid=14540] ppid=14536 vsize=567172 CPUtime=0.66 cores=1,3,5,7
/proc/14538/task/14540/stat : 14540 (strangenight2-m) R 14536 14538 14248 0 -1 4202560 23425 0 0 0 58 8 0 0 18 0 4 0 652925147 580784128 78635 33554432000 4194304 4580107 140735404174144 18446744073709551615 4451678 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14538/tid=14541] ppid=14536 vsize=567172 CPUtime=0.65 cores=1,3,5,7
/proc/14538/task/14541/stat : 14541 (strangenight2-m) R 14536 14538 14248 0 -1 4202560 8632 0 0 0 62 3 0 0 18 0 4 0 652925147 580784128 78635 33554432000 4194304 4580107 140735404174144 18446744073709551615 4294733 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.65
Current children cumulated vsize (KiB) 567172

[startup+1.50072 s]
/proc/loadavg: 7.41 7.97 7.45 10/315 14542
/proc/meminfo: memFree=11873076/32950928 swapFree=67111348/67111528
[pid=14538] ppid=14536 vsize=567352 CPUtime=5.85 cores=1,3,5,7
/proc/14538/stat : 14538 (strangenight2-m) R 14536 14538 14248 0 -1 4202496 80330 0 0 0 559 26 0 0 19 0 4 0 652925147 580968448 79839 33554432000 4194304 4580107 140735404174144 18446744073709551615 4451663 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/14538/statm: 141838 79839 373 95 0 136820 0
[pid=14538/tid=14539] ppid=14536 vsize=567352 CPUtime=1.46 cores=1,3,5,7
/proc/14538/task/14539/stat : 14539 (strangenight2-m) R 14536 14538 14248 0 -1 4202560 23339 0 0 0 138 8 0 0 19 0 4 0 652925147 580968448 79839 33554432000 4194304 4580107 140735404174144 18446744073709551615 4451692 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=14538/tid=14540] ppid=14536 vsize=567352 CPUtime=1.46 cores=1,3,5,7
/proc/14538/task/14540/stat : 14540 (strangenight2-m) R 14536 14538 14248 0 -1 4202560 23425 0 0 0 138 8 0 0 19 0 4 0 652925147 580968448 79839 33554432000 4194304 4580107 140735404174144 18446744073709551615 4451684 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14538/tid=14541] ppid=14536 vsize=567352 CPUtime=1.44 cores=1,3,5,7
/proc/14538/task/14541/stat : 14541 (strangenight2-m) R 14536 14538 14248 0 -1 4202560 9836 0 0 0 140 4 0 0 19 0 4 0 652925147 580968448 79839 33554432000 4194304 4580107 140735404174144 18446744073709551615 4306080 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.85
Current children cumulated vsize (KiB) 567352

[startup+3.10044 s]
/proc/loadavg: 7.41 7.97 7.45 9/315 14542
/proc/meminfo: memFree=11852244/32950928 swapFree=67111348/67111528
[pid=14538] ppid=14536 vsize=658200 CPUtime=12.22 cores=1,3,5,7
/proc/14538/stat : 14538 (strangenight2-m) R 14536 14538 14248 0 -1 4202496 111215 0 0 0 1190 32 0 0 22 0 4 0 652925147 673996800 105549 33554432000 4194304 4580107 140735404174144 18446744073709551615 4451684 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/14538/statm: 164550 105549 375 95 0 159532 0
[pid=14538/tid=14539] ppid=14536 vsize=658200 CPUtime=3.04 cores=1,3,5,7
/proc/14538/task/14539/stat : 14539 (strangenight2-m) R 14536 14538 14248 0 -1 4202560 26412 0 0 0 296 8 0 0 22 0 4 0 652925147 673996800 105549 33554432000 4194304 4580107 140735404174144 18446744073709551615 4451663 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=14538/tid=14540] ppid=14536 vsize=658200 CPUtime=3.06 cores=1,3,5,7
/proc/14538/task/14540/stat : 14540 (strangenight2-m) R 14536 14538 14248 0 -1 4202560 26591 0 0 0 297 9 0 0 22 0 4 0 652925147 673996800 105549 33554432000 4194304 4580107 140735404174144 18446744073709551615 4451692 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14538/tid=14541] ppid=14536 vsize=658200 CPUtime=3.03 cores=1,3,5,7
/proc/14538/task/14541/stat : 14541 (strangenight2-m) R 14536 14538 14248 0 -1 4202560 31356 0 0 0 295 8 0 0 22 0 4 0 652925147 673996800 105549 33554432000 4194304 4580107 140735404174144 18446744073709551615 4451672 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.22
Current children cumulated vsize (KiB) 658200

[startup+6.30088 s]
/proc/loadavg: 7.54 7.98 7.45 9/315 14542
/proc/meminfo: memFree=11682596/32950928 swapFree=67111348/67111528
[pid=14538] ppid=14536 vsize=692352 CPUtime=24.98 cores=1,3,5,7
/proc/14538/stat : 14538 (strangenight2-m) R 14536 14538 14248 0 -1 4202496 144154 0 0 0 2453 45 0 0 25 0 4 0 652925147 708968448 122242 33554432000 4194304 4580107 140735404174144 18446744073709551615 4406451 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/14538/statm: 173088 122242 376 95 0 168070 0
[pid=14538/tid=14539] ppid=14536 vsize=692352 CPUtime=6.24 cores=1,3,5,7
/proc/14538/task/14539/stat : 14539 (strangenight2-m) R 14536 14538 14248 0 -1 4202560 35114 0 0 0 612 12 0 0 25 0 4 0 652925147 708968448 122242 33554432000 4194304 4580107 140735404174144 18446744073709551615 4406480 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=14538/tid=14540] ppid=14536 vsize=692352 CPUtime=6.25 cores=1,3,5,7
/proc/14538/task/14540/stat : 14540 (strangenight2-m) R 14536 14538 14248 0 -1 4202560 34874 0 0 0 612 13 0 0 25 0 4 0 652925147 708968448 122242 33554432000 4194304 4580107 140735404174144 18446744073709551615 4406480 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14538/tid=14541] ppid=14536 vsize=692352 CPUtime=6.2 cores=1,3,5,7
/proc/14538/task/14541/stat : 14541 (strangenight2-m) R 14536 14538 14248 0 -1 4202560 37628 0 0 0 611 9 0 0 25 0 4 0 652925147 708968448 122242 33554432000 4194304 4580107 140735404174144 18446744073709551615 4451695 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.98
Current children cumulated vsize (KiB) 692352

[startup+12.7008 s]
/proc/loadavg: 7.57 7.98 7.46 9/315 14542
/proc/meminfo: memFree=11446044/32950928 swapFree=67111348/67111528
[pid=14538] ppid=14536 vsize=881528 CPUtime=50.48 cores=1,3,5,7
/proc/14538/stat : 14538 (strangenight2-m) R 14536 14538 14248 0 -1 4202496 237576 0 0 0 4981 67 0 0 19 0 4 0 652925147 902684672 167136 33554432000 4194304 4580107 140735404174144 18446744073709551615 4451684 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/14538/statm: 220382 167136 379 95 0 215364 0
[pid=14538/tid=14539] ppid=14536 vsize=881528 CPUtime=12.64 cores=1,3,5,7
/proc/14538/task/14539/stat : 14539 (strangenight2-m) R 14536 14538 14248 0 -1 4202560 59713 0 0 0 1244 20 0 0 24 0 4 0 652925147 902684672 167136 33554432000 4194304 4580107 140735404174144 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=14538/tid=14540] ppid=14536 vsize=881528 CPUtime=12.64 cores=1,3,5,7
/proc/14538/task/14540/stat : 14540 (strangenight2-m) R 14536 14538 14248 0 -1 4202560 60052 0 0 0 1245 19 0 0 25 0 4 0 652925147 902684672 167136 33554432000 4194304 4580107 140735404174144 18446744073709551615 4322427 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14538/tid=14541] ppid=14536 vsize=881528 CPUtime=12.53 cores=1,3,5,7
/proc/14538/task/14541/stat : 14541 (strangenight2-m) R 14536 14538 14248 0 -1 4202560 53286 0 0 0 1241 12 0 0 25 0 4 0 652925147 902684672 167136 33554432000 4194304 4580107 140735404174144 18446744073709551615 4406338 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.48
Current children cumulated vsize (KiB) 881528

[startup+25.5005 s]
/proc/loadavg: 7.67 7.98 7.46 9/315 14543
/proc/meminfo: memFree=11239872/32950928 swapFree=67111348/67111528
[pid=14538] ppid=14536 vsize=1052000 CPUtime=101.54 cores=1,3,5,7
/proc/14538/stat : 14538 (strangenight2-m) R 14536 14538 14248 0 -1 4202496 304302 0 0 0 10076 78 0 0 25 0 4 0 652925147 1077248000 203993 33554432000 4194304 4580107 140735404174144 18446744073709551615 4415773 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/14538/statm: 263000 203993 379 95 0 257982 0
[pid=14538/tid=14539] ppid=14536 vsize=1052000 CPUtime=25.44 cores=1,3,5,7
/proc/14538/task/14539/stat : 14539 (strangenight2-m) R 14536 14538 14248 0 -1 4202560 77271 0 0 0 2522 22 0 0 25 0 4 0 652925147 1077248000 203993 33554432000 4194304 4580107 140735404174144 18446744073709551615 4451900 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=14538/tid=14540] ppid=14536 vsize=1052000 CPUtime=25.44 cores=1,3,5,7
/proc/14538/task/14540/stat : 14540 (strangenight2-m) R 14536 14538 14248 0 -1 4202560 71464 0 0 0 2524 20 0 0 25 0 4 0 652925147 1077248000 203993 33554432000 4194304 4580107 140735404174144 18446744073709551615 4451668 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14538/tid=14541] ppid=14536 vsize=1052000 CPUtime=25.19 cores=1,3,5,7
/proc/14538/task/14541/stat : 14541 (strangenight2-m) R 14536 14538 14248 0 -1 4202560 79586 0 0 0 2501 18 0 0 25 0 4 0 652925147 1077248000 203993 33554432000 4194304 4580107 140735404174144 18446744073709551615 4451687 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.54
Current children cumulated vsize (KiB) 1052000

[startup+51.101 s]
/proc/loadavg: 7.78 7.98 7.48 9/315 14543
/proc/meminfo: memFree=11085476/32950928 swapFree=67111348/67111528
[pid=14538] ppid=14536 vsize=1077032 CPUtime=203.68 cores=1,3,5,7
/proc/14538/stat : 14538 (strangenight2-m) R 14536 14538 14248 0 -1 4202496 416355 0 0 0 20264 104 0 0 25 0 4 0 652925147 1102880768 223820 33554432000 4194304 4580107 140735404174144 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/14538/statm: 269258 223820 379 95 0 264240 0
[pid=14538/tid=14539] ppid=14536 vsize=1077032 CPUtime=51.03 cores=1,3,5,7
/proc/14538/task/14539/stat : 14539 (strangenight2-m) R 14536 14538 14248 0 -1 4202560 96648 0 0 0 5076 27 0 0 25 0 4 0 652925147 1102880768 223820 33554432000 4194304 4580107 140735404174144 18446744073709551615 4294438 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=14538/tid=14540] ppid=14536 vsize=1077032 CPUtime=51.03 cores=1,3,5,7
/proc/14538/task/14540/stat : 14540 (strangenight2-m) R 14536 14538 14248 0 -1 4202560 103876 0 0 0 5077 26 0 0 25 0 4 0 652925147 1102880768 223820 33554432000 4194304 4580107 140735404174144 18446744073709551615 4451792 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14538/tid=14541] ppid=14536 vsize=1077032 CPUtime=50.54 cores=1,3,5,7
/proc/14538/task/14541/stat : 14541 (strangenight2-m) R 14536 14538 14248 0 -1 4202560 119069 0 0 0 5027 27 0 0 25 0 4 0 652925147 1102880768 223820 33554432000 4194304 4580107 140735404174144 18446744073709551615 4451684 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.68
Current children cumulated vsize (KiB) 1077032

[startup+102.312 s]
/proc/loadavg: 7.98 8.00 7.51 9/315 14545
/proc/meminfo: memFree=10786120/32950928 swapFree=67111348/67111528
[pid=14538] ppid=14536 vsize=1342568 CPUtime=407.98 cores=1,3,5,7
/proc/14538/stat : 14538 (strangenight2-m) R 14536 14538 14248 0 -1 4202496 745764 0 0 0 40629 169 0 0 25 0 4 0 652925147 1374789632 275184 33554432000 4194304 4580107 140735404174144 18446744073709551615 4295676 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/14538/statm: 335642 275184 379 95 0 330624 0
[pid=14538/tid=14539] ppid=14536 vsize=1342568 CPUtime=102.24 cores=1,3,5,7
/proc/14538/task/14539/stat : 14539 (strangenight2-m) R 14536 14538 14248 0 -1 4202560 181783 0 0 0 10179 45 0 0 25 0 4 0 652925147 1374789632 275184 33554432000 4194304 4580107 140735404174144 18446744073709551615 4296548 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=14538/tid=14540] ppid=14536 vsize=1342568 CPUtime=102.24 cores=1,3,5,7
/proc/14538/task/14540/stat : 14540 (strangenight2-m) R 14536 14538 14248 0 -1 4202560 201157 0 0 0 10178 46 0 0 25 0 4 0 652925147 1374789632 275184 33554432000 4194304 4580107 140735404174144 18446744073709551615 4416727 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14538/tid=14541] ppid=14536 vsize=1342568 CPUtime=101.23 cores=1,3,5,7
/proc/14538/task/14541/stat : 14541 (strangenight2-m) R 14536 14538 14248 0 -1 4202560 202052 0 0 0 10080 43 0 0 25 0 4 0 652925147 1374789632 275184 33554432000 4194304 4580107 140735404174144 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 407.98
Current children cumulated vsize (KiB) 1342568

[startup+162.3 s]

################
# More data... #
################

[pid=14538] ppid=14536 vsize=2211364 CPUtime=2562.31 cores=1,3,5,7
/proc/14538/stat : 14538 (strangenight2-m) R 14536 14538 14248 0 -1 4202496 3210577 0 0 0 255518 713 0 0 25 0 4 0 652925147 2264436736 394458 33554432000 4194304 4580107 140735404174144 18446744073709551615 4294952 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/14538/statm: 552841 394459 379 95 0 547823 0
[pid=14538/tid=14539] ppid=14536 vsize=2211364 CPUtime=642.17 cores=1,3,5,7
/proc/14538/task/14539/stat : 14539 (strangenight2-m) R 14536 14538 14248 0 -1 4202560 849756 0 0 0 64032 185 0 0 25 0 4 0 652925147 2264436736 394462 33554432000 4194304 4580107 140735404174144 18446744073709551615 4401345 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=14538/tid=14540] ppid=14536 vsize=2211364 CPUtime=640.4 cores=1,3,5,7
/proc/14538/task/14540/stat : 14540 (strangenight2-m) R 14536 14538 14248 0 -1 4202560 813061 0 0 0 63857 183 0 0 25 0 4 0 652925147 2264436736 394462 33554432000 4194304 4580107 140735404174144 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=14538/tid=14541] ppid=14536 vsize=2211364 CPUtime=637.54 cores=1,3,5,7
/proc/14538/task/14541/stat : 14541 (strangenight2-m) R 14536 14538 14248 0 -1 4202560 809351 0 0 0 63578 176 0 0 25 0 4 0 652925147 2264436736 394462 33554432000 4194304 4580107 140735404174144 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2562.31
Current children cumulated vsize (KiB) 2211364

[startup+702.301 s]
/proc/loadavg: 8.07 8.08 7.77 9/315 14561
/proc/meminfo: memFree=9741528/32950928 swapFree=67111348/67111528
[pid=14538] ppid=14536 vsize=2225848 CPUtime=2801.66 cores=1,3,5,7
/proc/14538/stat : 14538 (strangenight2-m) R 14536 14538 14248 0 -1 4202496 3407965 0 0 0 279406 760 0 0 25 0 4 0 652925147 2279268352 411137 33554432000 4194304 4580107 140735404174144 18446744073709551615 4489516 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/14538/statm: 556462 411137 379 95 0 551444 0
[pid=14538/tid=14539] ppid=14536 vsize=2225848 CPUtime=702.15 cores=1,3,5,7
/proc/14538/task/14539/stat : 14539 (strangenight2-m) R 14536 14538 14248 0 -1 4202560 893827 0 0 0 70021 194 0 0 25 0 4 0 652925147 2279268352 411137 33554432000 4194304 4580107 140735404174144 18446744073709551615 4294356 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=14538/tid=14540] ppid=14536 vsize=2225848 CPUtime=699.79 cores=1,3,5,7
/proc/14538/task/14540/stat : 14540 (strangenight2-m) R 14536 14538 14248 0 -1 4202560 880075 0 0 0 69778 201 0 0 25 0 4 0 652925147 2279268352 411137 33554432000 4194304 4580107 140735404174144 18446744073709551615 4489474 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=14538/tid=14541] ppid=14536 vsize=2225848 CPUtime=697.53 cores=1,3,5,7
/proc/14538/task/14541/stat : 14541 (strangenight2-m) R 14536 14538 14248 0 -1 4202560 853025 0 0 0 69567 186 0 0 25 0 4 0 652925147 2279268352 411137 33554432000 4194304 4580107 140735404174144 18446744073709551615 4416732 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2801.66
Current children cumulated vsize (KiB) 2225848

[startup+762.312 s]
/proc/loadavg: 8.08 8.08 7.79 9/315 14562
/proc/meminfo: memFree=9800152/32950928 swapFree=67111348/67111528
[pid=14538] ppid=14536 vsize=1940632 CPUtime=3041.08 cores=1,3,5,7
/proc/14538/stat : 14538 (strangenight2-m) R 14536 14538 14248 0 -1 4202496 3667233 0 0 0 303285 823 0 0 25 0 4 0 652925147 1987207168 404491 33554432000 4194304 4580107 140735404174144 18446744073709551615 4451883 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/14538/statm: 485158 404491 379 95 0 480140 0
[pid=14538/tid=14539] ppid=14536 vsize=1940632 CPUtime=762.16 cores=1,3,5,7
/proc/14538/task/14539/stat : 14539 (strangenight2-m) R 14536 14538 14248 0 -1 4202560 962277 0 0 0 76005 211 0 0 25 0 4 0 652925147 1987207168 404491 33554432000 4194304 4580107 140735404174144 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=14538/tid=14540] ppid=14536 vsize=1940632 CPUtime=759.2 cores=1,3,5,7
/proc/14538/task/14540/stat : 14540 (strangenight2-m) R 14536 14538 14248 0 -1 4202560 934033 0 0 0 75704 216 0 0 25 0 4 0 652925147 1987207168 404491 33554432000 4194304 4580107 140735404174144 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=14538/tid=14541] ppid=14536 vsize=1940632 CPUtime=757.53 cores=1,3,5,7
/proc/14538/task/14541/stat : 14541 (strangenight2-m) R 14536 14538 14248 0 -1 4202560 914974 0 0 0 75553 200 0 0 25 0 4 0 652925147 1987207168 404491 33554432000 4194304 4580107 140735404174144 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3041.08
Current children cumulated vsize (KiB) 1940632

[startup+822.3 s]
/proc/loadavg: 8.06 8.07 7.81 9/315 14573
/proc/meminfo: memFree=9673864/32950928 swapFree=67111348/67111528
[pid=14538] ppid=14536 vsize=2008876 CPUtime=3280.38 cores=1,3,5,7
/proc/14538/stat : 14538 (strangenight2-m) R 14536 14538 14248 0 -1 4202496 3887526 0 0 0 327162 876 0 0 25 0 4 0 652925147 2057089024 408643 33554432000 4194304 4580107 140735404174144 18446744073709551615 4293211 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/14538/statm: 502219 408643 379 95 0 497201 0
[pid=14538/tid=14539] ppid=14536 vsize=2008876 CPUtime=822.15 cores=1,3,5,7
/proc/14538/task/14539/stat : 14539 (strangenight2-m) R 14536 14538 14248 0 -1 4202560 1024995 0 0 0 81989 226 0 0 25 0 4 0 652925147 2057089024 408643 33554432000 4194304 4580107 140735404174144 18446744073709551615 4294471 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=14538/tid=14540] ppid=14536 vsize=2008876 CPUtime=818.96 cores=1,3,5,7
/proc/14538/task/14540/stat : 14540 (strangenight2-m) R 14536 14538 14248 0 -1 4202560 978569 0 0 0 81669 227 0 0 25 0 4 0 652925147 2057089024 408643 33554432000 4194304 4580107 140735404174144 18446744073709551615 4316680 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14538/tid=14541] ppid=14536 vsize=2008876 CPUtime=817.14 cores=1,3,5,7
/proc/14538/task/14541/stat : 14541 (strangenight2-m) R 14536 14538 14248 0 -1 4202560 970103 0 0 0 81499 215 0 0 25 0 4 0 652925147 2057089024 408643 33554432000 4194304 4580107 140735404174144 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3280.38
Current children cumulated vsize (KiB) 2008876

[startup+882.301 s]
/proc/loadavg: 8.15 8.09 7.83 9/315 14574
/proc/meminfo: memFree=9696772/32950928 swapFree=67111348/67111528
[pid=14538] ppid=14536 vsize=2010292 CPUtime=3519.76 cores=1,3,5,7
/proc/14538/stat : 14538 (strangenight2-m) R 14536 14538 14248 0 -1 4202496 4110252 0 0 0 351043 933 0 0 25 0 4 0 652925147 2058539008 411974 33554432000 4194304 4580107 140735404174144 18446744073709551615 4295739 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/14538/statm: 502573 411974 379 95 0 497555 0
[pid=14538/tid=14539] ppid=14536 vsize=2010292 CPUtime=882.14 cores=1,3,5,7
/proc/14538/task/14539/stat : 14539 (strangenight2-m) R 14536 14538 14248 0 -1 4202560 1081853 0 0 0 87976 238 0 0 25 0 4 0 652925147 2058539008 411974 33554432000 4194304 4580107 140735404174144 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=14538/tid=14540] ppid=14536 vsize=2010292 CPUtime=878.95 cores=1,3,5,7
/proc/14538/task/14540/stat : 14540 (strangenight2-m) R 14536 14538 14248 0 -1 4202560 1024194 0 0 0 87657 238 0 0 25 0 4 0 652925147 2058539008 411974 33554432000 4194304 4580107 140735404174144 18446744073709551615 4416036 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14538/tid=14541] ppid=14536 vsize=2010292 CPUtime=876.52 cores=1,3,5,7
/proc/14538/task/14541/stat : 14541 (strangenight2-m) R 14536 14538 14248 0 -1 4202560 1024477 0 0 0 87422 230 0 0 25 0 4 0 652925147 2058539008 411974 33554432000 4194304 4580107 140735404174144 18446744073709551615 4416997 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3519.76
Current children cumulated vsize (KiB) 2010292

[startup+942.3 s]
/proc/loadavg: 8.17 8.10 7.84 9/315 14576
/proc/meminfo: memFree=9531672/32950928 swapFree=67111348/67111528
[pid=14538] ppid=14536 vsize=2224428 CPUtime=3759.15 cores=1,3,5,7
/proc/14538/stat : 14538 (strangenight2-m) R 14536 14538 14248 0 -1 4202496 4322776 0 0 0 374932 983 0 0 25 0 4 0 652925147 2277814272 429105 33554432000 4194304 4580107 140735404174144 18446744073709551615 4451895 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/14538/statm: 556107 429105 379 95 0 551089 0
[pid=14538/tid=14539] ppid=14536 vsize=2224428 CPUtime=942.14 cores=1,3,5,7
/proc/14538/task/14539/stat : 14539 (strangenight2-m) R 14536 14538 14248 0 -1 4202560 1138900 0 0 0 93963 251 0 0 25 0 4 0 652925147 2277814272 429105 33554432000 4194304 4580107 140735404174144 18446744073709551615 4416727 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=14538/tid=14540] ppid=14536 vsize=2224428 CPUtime=938.95 cores=1,3,5,7
/proc/14538/task/14540/stat : 14540 (strangenight2-m) R 14536 14538 14248 0 -1 4202560 1079801 0 0 0 93644 251 0 0 25 0 4 0 652925147 2277814272 429105 33554432000 4194304 4580107 140735404174144 18446744073709551615 4451830 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14538/tid=14541] ppid=14536 vsize=2224428 CPUtime=935.92 cores=1,3,5,7
/proc/14538/task/14541/stat : 14541 (strangenight2-m) R 14536 14538 14248 0 -1 4202560 1078590 0 0 0 93348 244 0 0 25 0 4 0 652925147 2277814272 429105 33554432000 4194304 4580107 140735404174144 18446744073709551615 4451663 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3759.15
Current children cumulated vsize (KiB) 2224428

[startup+1002.3 s]
/proc/loadavg: 8.40 8.16 7.88 10/316 14581
/proc/meminfo: memFree=9472208/32950928 swapFree=67111348/67111528
[pid=14538] ppid=14536 vsize=2293956 CPUtime=3998.52 cores=1,3,5,7
/proc/14538/stat : 14538 (strangenight2-m) R 14536 14538 14248 0 -1 4202496 4545284 0 0 0 398809 1043 0 0 25 0 4 0 652925147 2349010944 437913 33554432000 4194304 4580107 140735404174144 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/14538/statm: 573489 437913 379 95 0 568471 0
[pid=14538/tid=14539] ppid=14536 vsize=2293956 CPUtime=1002.14 cores=1,3,5,7
/proc/14538/task/14539/stat : 14539 (strangenight2-m) R 14536 14538 14248 0 -1 4202560 1197581 0 0 0 99947 267 0 0 25 0 4 0 652925147 2349010944 437913 33554432000 4194304 4580107 140735404174144 18446744073709551615 4451684 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=14538/tid=14540] ppid=14536 vsize=2293956 CPUtime=998.94 cores=1,3,5,7
/proc/14538/task/14540/stat : 14540 (strangenight2-m) R 14536 14538 14248 0 -1 4202560 1135010 0 0 0 99627 267 0 0 25 0 4 0 652925147 2349010944 437913 33554432000 4194304 4580107 140735404174144 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14538/tid=14541] ppid=14536 vsize=2293956 CPUtime=995.32 cores=1,3,5,7
/proc/14538/task/14541/stat : 14541 (strangenight2-m) R 14536 14538 14248 0 -1 4202560 1133642 0 0 0 99273 259 0 0 25 0 4 0 652925147 2349010944 437913 33554432000 4194304 4580107 140735404174144 18446744073709551615 4416727 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3998.52
Current children cumulated vsize (KiB) 2293956

[startup+1062.3 s]
/proc/loadavg: 8.25 8.17 7.90 9/315 14582
/proc/meminfo: memFree=9405344/32950928 swapFree=67111348/67111528
[pid=14538] ppid=14536 vsize=2671828 CPUtime=4237.92 cores=1,3,5,7
/proc/14538/stat : 14538 (strangenight2-m) R 14536 14538 14248 0 -1 4202496 4734741 0 0 0 422698 1094 0 0 25 0 4 0 652925147 2735951872 466095 33554432000 4194304 4580107 140735404174144 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/14538/statm: 667957 466095 379 95 0 662939 0
[pid=14538/tid=14539] ppid=14536 vsize=2671828 CPUtime=1062.13 cores=1,3,5,7
/proc/14538/task/14539/stat : 14539 (strangenight2-m) R 14536 14538 14248 0 -1 4202560 1240061 0 0 0 105935 278 0 0 25 0 4 0 652925147 2735951872 466095 33554432000 4194304 4580107 140735404174144 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=14538/tid=14540] ppid=14536 vsize=2671828 CPUtime=1058.94 cores=1,3,5,7
/proc/14538/task/14540/stat : 14540 (strangenight2-m) R 14536 14538 14248 0 -1 4202560 1191344 0 0 0 105612 282 0 0 25 0 4 0 652925147 2735951872 466095 33554432000 4194304 4580107 140735404174144 18446744073709551615 4413635 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14538/tid=14541] ppid=14536 vsize=2671828 CPUtime=1054.72 cores=1,3,5,7
/proc/14538/task/14541/stat : 14541 (strangenight2-m) R 14536 14538 14248 0 -1 4202560 1192553 0 0 0 105197 275 0 0 25 0 4 0 652925147 2735951872 466095 33554432000 4194304 4580107 140735404174144 18446744073709551615 4451678 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4237.92
Current children cumulated vsize (KiB) 2671828

[startup+1122.3 s]
/proc/loadavg: 8.09 8.14 7.90 9/315 14584
/proc/meminfo: memFree=9256016/32950928 swapFree=67111348/67111528
[pid=14538] ppid=14536 vsize=2741448 CPUtime=4477.3 cores=1,3,5,7
/proc/14538/stat : 14538 (strangenight2-m) R 14536 14538 14248 0 -1 4202496 4887190 0 0 0 446593 1137 0 0 25 0 4 0 652925147 2807242752 470982 33554432000 4194304 4580107 140735404174144 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/14538/statm: 685362 470982 379 95 0 680344 0
[pid=14538/tid=14539] ppid=14536 vsize=2741448 CPUtime=1122.13 cores=1,3,5,7
/proc/14538/task/14539/stat : 14539 (strangenight2-m) R 14536 14538 14248 0 -1 4202560 1285602 0 0 0 111922 291 0 0 25 0 4 0 652925147 2807242752 470982 33554432000 4194304 4580107 140735404174144 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=14538/tid=14540] ppid=14536 vsize=2741448 CPUtime=1118.94 cores=1,3,5,7
/proc/14538/task/14540/stat : 14540 (strangenight2-m) R 14536 14538 14248 0 -1 4202560 1213155 0 0 0 111607 287 0 0 25 0 4 0 652925147 2807242752 470982 33554432000 4194304 4580107 140735404174144 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14538/tid=14541] ppid=14536 vsize=2741448 CPUtime=1114.12 cores=1,3,5,7
/proc/14538/task/14541/stat : 14541 (strangenight2-m) R 14536 14538 14248 0 -1 4202560 1221429 0 0 0 111129 283 0 0 25 0 4 0 652925147 2807242752 470983 33554432000 4194304 4580107 140735404174144 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4477.3
Current children cumulated vsize (KiB) 2741448

[startup+1182.3 s]
/proc/loadavg: 8.09 8.12 7.91 9/315 14585
/proc/meminfo: memFree=9285480/32950928 swapFree=67111348/67111528
[pid=14538] ppid=14536 vsize=2761504 CPUtime=4716.7 cores=1,3,5,7
/proc/14538/stat : 14538 (strangenight2-m) R 14536 14538 14248 0 -1 4202496 5022180 0 0 0 470496 1174 0 0 25 0 4 0 652925147 2827780096 487669 33554432000 4194304 4580107 140735404174144 18446744073709551615 4304846 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/14538/statm: 690376 487669 379 95 0 685358 0
[pid=14538/tid=14539] ppid=14536 vsize=2761504 CPUtime=1182.13 cores=1,3,5,7
/proc/14538/task/14539/stat : 14539 (strangenight2-m) R 14536 14538 14248 0 -1 4202560 1312686 0 0 0 117916 297 0 0 25 0 4 0 652925147 2827780096 487669 33554432000 4194304 4580107 140735404174144 18446744073709551615 4416036 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=14538/tid=14540] ppid=14536 vsize=2761504 CPUtime=1178.94 cores=1,3,5,7
/proc/14538/task/14540/stat : 14540 (strangenight2-m) R 14536 14538 14248 0 -1 4202560 1256777 0 0 0 117594 300 0 0 25 0 4 0 652925147 2827780096 487669 33554432000 4194304 4580107 140735404174144 18446744073709551615 4416036 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14538/tid=14541] ppid=14536 vsize=2761504 CPUtime=1173.52 cores=1,3,5,7
/proc/14538/task/14541/stat : 14541 (strangenight2-m) R 14536 14538 14248 0 -1 4202560 1262683 0 0 0 117056 296 0 0 25 0 4 0 652925147 2827780096 487669 33554432000 4194304 4580107 140735404174144 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4716.7
Current children cumulated vsize (KiB) 2761504



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.2 s]
/proc/loadavg: 7.74 8.05 7.89 5/310 14587
/proc/meminfo: memFree=10372240/32950928 swapFree=67111348/67111528
[pid=14538] ppid=14536 vsize=2608228 CPUtime=4800.1 cores=1,3,5,7
/proc/14538/stat : 14538 (strangenight2-m) R 14536 14538 14248 0 -1 4202496 5106781 0 0 0 478817 1193 0 0 25 0 4 0 652925147 2670825472 480980 33554432000 4194304 4580107 140735404174144 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/14538/statm: 652057 480980 379 95 0 647039 0
[pid=14538/tid=14539] ppid=14536 vsize=2608228 CPUtime=1203.04 cores=1,3,5,7
/proc/14538/task/14539/stat : 14539 (strangenight2-m) R 14536 14538 14248 0 -1 4202560 1334586 0 0 0 120003 301 0 0 25 0 4 0 652925147 2670825472 480992 33554432000 4194304 4580107 140735404174144 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=14538/tid=14540] ppid=14536 vsize=2608228 CPUtime=1199.85 cores=1,3,5,7
/proc/14538/task/14540/stat : 14540 (strangenight2-m) R 14536 14538 14248 0 -1 4202560 1274854 0 0 0 119681 304 0 0 25 0 4 0 652925147 2670825472 480992 33554432000 4194304 4580107 140735404174144 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14538/tid=14541] ppid=14536 vsize=2608228 CPUtime=1194.21 cores=1,3,5,7
/proc/14538/task/14541/stat : 14541 (strangenight2-m) R 14536 14538 14248 0 -1 4202560 1281129 0 0 0 119120 301 0 0 25 0 4 0 652925147 2670825472 480992 33554432000 4194304 4580107 140735404174144 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.1
Current children cumulated vsize (KiB) 2608228

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.3
CPU time (s): 4800.23
CPU user time (s): 4788.21
CPU system time (s): 12.0192
CPU usage (%): 398.922
Max. virtual memory (cumulated for all children) (KiB): 2802496

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4788.21
system time used= 12.0192
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5106809
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23179
involuntary context switches= 35265

runsolver used 3.35549 second user time and 8.75767 second system time

The end

Launcher Data

Begin job on node120 at 2011-05-15 00:47:44
IDJOB=3366743
IDBENCH=83165
IDSOLVER=1844
FILE ID=node120/3366743-1305413263
RUNJOBID= node120-1305410849-14267
PBS_JOBID= 13324526
Free space on /tmp= 73492 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt (fixed)
BENCH NAME= SAT11/crafted/mosoi/289/289-unsat-21x33.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3366743-1305413263/watcher-3366743-1305413263 -o /tmp/evaluation-result-3366743-1305413263/solver-3366743-1305413263 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3366743-1305413263.cnf

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= f7c29bbc3bef00d1e7cc799553ba4813
RANDOM SEED=1048665179

node120.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.07
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      12239696 kB
Buffers:        259456 kB
Cached:        3596296 kB
SwapCached:          0 kB
Active:       17442972 kB
Inactive:      2980200 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      12239696 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           22136 kB
Writeback:           0 kB
AnonPages:    16566776 kB
Mapped:          24744 kB
Slab:           175588 kB
PageTables:      48792 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 51698928 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73492 MiB
End job on node120 at 2011-05-15 01:07:49