Trace number 3421626

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) 40000.6 5005.63

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/
VanderWaerden3k/VanDerWaerden_2-3-18_312.cnf
MD5SUM1144bbd60c180aa5e72d35b74e9676cb
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 variables312
Number of clauses26889
Sum of the clauses size121302
Maximum clause length18
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 324180
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 52709

Solver Data

0.00/0.00	c Outputting solution to console
0.06/0.02	c Using 8 threads
0.06/0.02	c This is CryptoMiniSat 3.0.0
0.06/0.02	c WARNING: for repeatability, setting FPU to use double precision
0.06/0.02	c Reading file 'HOME/instance-3421626-1306684000.cnf'
0.06/0.02	c -- header says num vars:            312
0.06/0.02	c -- header says num clauses:       26889
0.06/0.04	c -- clauses added:            0 learnts,        26889 normals,            0 xors
0.06/0.04	c -- vars added        312
0.06/0.04	c Parsing time:  0.01 s
0.06/0.04	c  N st     0         0       312     26889         0         0    121302         0   no data   no data
1.21/0.17	c asymm  cl-useful: 0/26889/26889 lits-rem:0 time: 0.12
1.21/0.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
1.38/0.20	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1.38/0.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.38/0.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.38/0.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    312 time:  0.00 s
1.38/0.20	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
8.12/1.07	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.11 s
8.12/1.07	c Finding binary XORs  T:     0.00 s  found:       0
8.12/1.07	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
8.12/1.07	c calculated reachability. Time: 0.00
8.12/1.07	c Calc default polars -  time:   0.00 s pos:     312 undec:       0 neg:       0
8.12/1.07	c =========================================================================================
8.12/1.07	c types(t): F = full restart, N = normal restart
8.12/1.07	c types(t): S = simplification begin/end, E = solution found
8.12/1.07	c restart types(rt): st = static, dy = dynamic
8.12/1.07	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
8.12/1.07	c  B st     0         0       312     26889         0         0    121302         0   no data   no data
8.12/1.07	c  N dy    12      4439       312     26889         0      4340    121302    157856     23.17     24.50
8.12/1.07	c  N dy    16     10242       312     26889         0      7556    121302    241976     20.87     22.06
11.72/1.54	c  N dy    29     16835       312     26889         0      9854    121302    303325     20.29     21.38
14.20/1.86	c  N dy    53     20838       312     26889         0      8259    121302    240842     20.63     25.30
16.51/2.17	c  F st    67     25002       312     26889         0     12328    121302    380486     20.58     19.81
16.51/2.18	c  N st    67     25002       312     26889         0     12328    121302    380486     20.58     19.81
19.71/2.58	c  N dy    73     30000       312     26889         0     10518    121302    309986     20.58   no data
19.71/2.58	c  S st    73     30000       312     26889         0     10518    121302    309986     20.58   no data
20.52/2.63	c  S st    73     30501       312     26889         0     11014    121302    327089     20.58   no data
20.52/2.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
20.52/2.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
20.52/2.63	c blocked clauses removed:        0 vars:      0 tried:         312 T: 0.00 s
20.52/2.64	c bin-w-bin subsume rem            0 bins  time:  0.00 s
20.52/2.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
20.52/2.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    312 time:  0.00 s
20.52/2.64	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
20.52/2.64	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
20.52/2.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
21.32/2.77	c lits-rem:        34  cl-subs:      345  v-elim:      0  v-fix:    0  time:  0.12 s
23.71/3.05	c asymm  cl-useful: 0/26889/26889 lits-rem:0 time: 0.28
23.71/3.05	c calculated reachability. Time: 0.00
23.71/3.05	c  N dy    73     30501       312     26889         0     10669    121302    318343     20.58   no data
26.91/3.49	c  N dy    74     35838       312     26889         0      8138    121302    212733     20.18     21.29
30.10/3.82	c  N dy    88     39988       312     26889         0     12167    121302    344447     20.21     21.36
34.09/4.33	c  N dy   101     45751       312     26889         0      9071    121302    223962     20.04     18.27
34.09/4.33	c  S st   101     45751       312     26889         0      9071    121302    223962     20.04     18.27
34.09/4.37	c  S st   101     46256       312     26889         0      9572    121302    241435     20.04   no data
34.09/4.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
34.09/4.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
34.09/4.38	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
34.09/4.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
34.09/4.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
34.09/4.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    312 time:  0.00 s
34.09/4.38	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
34.09/4.38	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
34.09/4.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
34.89/4.43	c lits-rem:         9  cl-subs:       74  v-elim:      0  v-fix:    0  time:  0.03 s
34.89/4.43	c vivif2 --  cl tried    26889 cl shrink        0 lits rem          0 time: 0.00
34.89/4.43	c vivif2 --  cl tried     9498 cl shrink        0 lits rem          0 time: 0.00
36.49/4.69	c asymm  cl-useful: 0/26889/26889 lits-rem:0 time: 0.26
36.49/4.69	c calculated reachability. Time: 0.00
36.49/4.69	c  N dy   101     46256       312     26889         0      9498    121302    239807     20.04   no data
38.90/5.00	c  N dy   113     50293       312     26889         0     13427    121302    370829     20.05     34.52
42.08/5.35	c  N dy   132     54314       312     26889         0     17361    121302    501523     20.12     26.55
46.09/5.85	c  N dy   136     60469       312     26889         0     13613    121302    355231     19.89     21.20
50.08/6.37	c  N dy   164     65951       312     26889         0     18961    121302    534768     20.03     21.09
53.27/6.71	c  S st   170     69386       312     26889         0     11622    121302    277081     19.96     19.27
53.27/6.76	c  S st   170     69895       312     26889         0     12128    121302    294012     19.96   no data
53.27/6.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
53.27/6.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
53.27/6.77	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
53.27/6.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
53.27/6.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
53.27/6.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    312 time:  0.00 s
53.27/6.78	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
53.27/6.78	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
53.27/6.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
54.07/6.84	c lits-rem:         6  cl-subs:       90  v-elim:      0  v-fix:    0  time:  0.05 s
54.07/6.85	c vivif2 --  cl tried    26889 cl shrink        0 lits rem          0 time: 0.00
54.07/6.85	c vivif2 --  cl tried    12038 cl shrink        0 lits rem          0 time: 0.00
56.47/7.14	c asymm  cl-useful: 0/26889/26889 lits-rem:0 time: 0.29
56.47/7.15	c calculated reachability. Time: 0.00
56.47/7.15	c  N dy   170     69895       312     26889         0     12038    121302    291966     19.96   no data
61.27/7.71	c  N dy   178     76709       312     26889         0     18668    121302    510272     19.85     20.93
68.46/8.65	c  F st   191     87503       312     26889         0     17398    121302    441674     19.55     15.43
68.46/8.66	c  N st   191     87503       312     26889         0     17398    121302    441674     19.55     15.43
72.46/9.18	c  N dy   199     93335       312     26889         0     23068    121302    628683     19.55     20.59
78.05/9.83	c  N dy   207    100672       312     26889         0     17560    121302    435249     19.41     20.50
81.25/10.22	c  S st   232    104844       312     26889         0     21642    121302    571873     19.48     19.20
81.25/10.27	c  S st   232    105345       312     26889         0     22138    121302    589011     19.48   no data
81.25/10.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
81.25/10.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
81.25/10.28	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
81.25/10.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
81.25/10.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
81.25/10.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    312 time:  0.00 s
81.25/10.29	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
81.25/10.29	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
82.06/10.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
83.69/10.58	c lits-rem:        65  cl-subs:      633  v-elim:      0  v-fix:    0  time:  0.27 s
83.69/10.59	c vivif2 --  cl tried    26889 cl shrink        0 lits rem          0 time: 0.00
83.69/10.59	c vivif2 --  cl tried    21505 cl shrink        0 lits rem          0 time: 0.01
85.24/10.79	c asymm  cl-useful: 0/11629/26889 lits-rem:0 time: 0.20
85.24/10.79	c calculated reachability. Time: 0.00
85.24/10.79	c  N dy   232    105345       312     26889         0     21505    121302    574459     19.48   no data
90.84/11.44	c  N dy   250    112325       312     26889         0     14737    121302    335715     19.45     20.47
95.63/12.09	c  N dy   260    119890       312     26889         0     22081    121302    569007     19.34     20.41
110.89/13.97	c  N dy   286    139885       312     26889         0     26855    121302    675909     19.09     20.09
118.02/14.83	c  N dy   314    148876       312     26889         0     20130    121302    472518     19.04     25.65
125.21/15.79	c  S st   395    158017       312     26889         0     29051    121302    779501     19.29     18.21
126.01/15.85	c  S st   395    158519       312     26889         0     29551    121302    795870     19.29   no data
126.01/15.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
126.01/15.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
126.01/15.87	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
126.01/15.87	c bin-w-bin subsume rem            0 bins  time:  0.00 s
126.01/15.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
126.01/15.87	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    312 time:  0.00 s
126.01/15.87	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
126.01/15.88	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
126.80/15.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
130.00/16.38	c lits-rem:       113  cl-subs:      612  v-elim:      0  v-fix:    0  time:  0.47 s
130.00/16.38	c vivif2 --  cl tried    26889 cl shrink        0 lits rem          0 time: 0.00
130.00/16.39	c vivif2 --  cl tried    28939 cl shrink        0 lits rem          0 time: 0.01
132.40/16.62	c asymm  cl-useful: 0/10038/26889 lits-rem:0 time: 0.24
132.40/16.63	c calculated reachability. Time: 0.00
132.40/16.63	c  N dy   395    158519       312     26889         0     28939    121302    779545     19.29   no data
141.18/17.72	c  N dy   440    169505       312     26889         0     23093    121302    555728     19.33     20.40
149.18/18.79	c  N dy   479    180391       312     26889         0     33696    121302    903293     19.35     25.50
160.38/20.15	c  N dy   492    194817       312     26889         0     30108    121302    741202     19.21     20.24
172.42/21.68	c  N dy   536    210127       312     26889         0     26467    121302    640180     19.13     20.14
185.14/23.23	c  N dy   580    223585       312     26889         0     20192    121302    427909     19.14     25.90
196.34/24.69	c  S st   644    237778       312     26889         0     33952    121302    877494     19.21   no data
197.13/24.75	c  S st   644    238279       312     26889         0     34450    121302    894233     19.21   no data
197.13/24.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
197.13/24.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
197.13/24.77	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
197.13/24.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
197.13/24.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
197.13/24.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    312 time:  0.00 s
197.13/24.78	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
197.13/24.79	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
197.98/24.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
201.93/25.40	c lits-rem:       140  cl-subs:      824  v-elim:      0  v-fix:    0  time:  0.58 s
202.73/25.40	c vivif2 --  cl tried    26889 cl shrink        0 lits rem          0 time: 0.00
202.73/25.41	c vivif2 --  cl tried    33626 cl shrink        0 lits rem          0 time: 0.01
203.53/25.51	c asymm  cl-useful: 0/5222/26889 lits-rem:0 time: 0.10
203.53/25.51	c calculated reachability. Time: 0.00
203.53/25.51	c  N dy   644    238279       312     26889         0     33626    121302    873801     19.21   no data
216.38/27.15	c  N dy   680    254222       312     26889         0     28663    121302    673897     19.14     20.18
245.08/30.72	c  N dy   708    286818       312     26889         0     38847    121302    929266     18.93     20.01
261.05/32.73	c  N dy   802    305241       312     26889         0     34514    121302    853050     19.01     20.05
261.85/32.84	c  F st   806    306250       312     26889         0     35494    121302    883885     19.00     15.18
277.91/34.89	c  N dy   872    324758       312     26889         0     30262    121302    689806     19.05     26.17
297.02/37.23	c  N dy   948    345229       312     26889         0     25873    121302    534659     19.06     20.37
307.41/38.52	c  S st  1006    357419       312     26889         0     37724    121302    918682     19.10     15.74
307.41/38.59	c  S st  1006    357920       312     26889         0     38223    121302    935265     19.10   no data
307.41/38.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
308.21/38.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.01
308.21/38.61	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
308.21/38.61	c bin-w-bin subsume rem            0 bins  time:  0.00 s
308.21/38.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
308.21/38.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    312 time:  0.00 s
308.21/38.61	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
308.21/38.62	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
308.21/38.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
313.08/39.27	c lits-rem:        77  cl-subs:      806  v-elim:      0  v-fix:    0  time:  0.62 s
313.08/39.27	c vivif2 --  cl tried    26889 cl shrink        0 lits rem          0 time: 0.00
313.08/39.29	c vivif2 --  cl tried    37417 cl shrink        0 lits rem          0 time: 0.01
315.40/39.50	c asymm  cl-useful: 0/9633/26889 lits-rem:0 time: 0.21
315.40/39.50	c calculated reachability. Time: 0.00
315.40/39.50	c  N dy  1006    357920       312     26889         0     37417    121302    915964     19.10   no data
340.98/42.76	c  N dy  1007    387480       312     26889         0     40588    121302    930609     18.84     19.84
359.36/45.08	c  N dy  1063    408582       312     26889         0     34954    121302    794622     18.80     19.89
378.54/47.40	c  N dy  1122    428630       312     26889         0     27298    121302    532498     18.76     24.29
395.32/49.55	c  N dy  1207    448725       312     26889         0     46784    121302   1152631     18.79     27.93
419.30/52.58	c  N dy  1224    475408       312     26889         0     44522    121302   1036439     18.66     19.67
438.48/54.93	c  N dy  1284    495516       312     26889         0     34952    121302    731546     18.64     19.62
457.66/57.30	c  N dy  1351    515631       312     26889         0     54484    121302   1344830     18.64     19.64
476.84/59.78	c  N dy  1440    536880       312     26889         0     45023    121302   1045966     18.67     17.66
476.84/59.78	c  S st  1440    536880       312     26889         0     45023    121302   1045966     18.67     17.66
477.64/59.85	c  S st  1440    537381       312     26889         0     45518    121302   1063378     18.67   no data
477.64/59.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
477.64/59.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
477.64/59.88	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
477.64/59.88	c bin-w-bin subsume rem            0 bins  time:  0.00 s
477.64/59.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
477.64/59.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    312 time:  0.00 s
477.64/59.88	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
477.64/59.89	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
478.44/59.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
485.63/60.88	c lits-rem:       152  cl-subs:     1188  v-elim:      0  v-fix:    0  time:  0.96 s
485.63/60.89	c vivif2 --  cl tried    26889 cl shrink        0 lits rem          0 time: 0.00
486.43/60.90	c vivif2 --  cl tried    44330 cl shrink        0 lits rem          0 time: 0.01
488.07/61.16	c asymm  cl-useful: 0/5345/26889 lits-rem:0 time: 0.26
488.07/61.16	c calculated reachability. Time: 0.00
488.07/61.16	c  N dy  1440    537381       312     26889         0     44330    121302   1036853     18.67   no data
508.81/63.70	c  N dy  1507    557484       312     26889         0     32818    121302    652893     18.68     19.66
526.38/65.97	c  N dy  1534    578551       312     26889         0     53146    121302   1280731     18.62     19.64
558.39/69.92	c  N dy  1597    610705       312     26889         0     52352    121302   1217409     18.56     19.62
579.93/72.63	c  N dy  1629    633134       312     26889         0     41093    121302    877964     18.51     19.56
599.91/75.16	c  N dy  1718    653254       312     26889         0     60673    121302   1508574     18.53     19.53
619.91/77.66	c  N dy  1767    673402       312     26889         0     46208    121302   1023240     18.51     19.52
642.26/80.43	c  N dy  1886    693452       312     26889         0     65710    121302   1663774     18.57     19.60
662.24/82.94	c  N dy  1975    713525       312     26889         0     50307    121302   1165658     18.58     20.64
688.61/86.28	c  N dy  2042    737346       312     26889         0     37589    121302    747151     18.57     19.60
708.66/88.73	c  N dy  2152    757358       312     26889         0     56994    121302   1378233     18.61     19.82
734.20/91.95	c  N dy  2269    778475       312     26889         0     40636    121302    831698     18.65     19.66
754.14/94.49	c  N dy  2373    798866       312     26889         0     60445    121302   1471686     18.68     19.71
762.12/95.46	c  S st  2382    806072       312     26889         0     67411    121302   1677293     18.65   no data
762.93/95.56	c  S st  2382    806572       312     26889         0     67905    121302   1693419     18.65   no data
762.93/95.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
762.93/95.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
763.73/95.60	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
763.73/95.60	c bin-w-bin subsume rem            0 bins  time:  0.00 s
763.73/95.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
763.73/95.60	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    312 time:  0.00 s
763.73/95.60	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
763.73/95.62	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
763.73/95.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
786.95/98.51	c lits-rem:       361  cl-subs:     2327  v-elim:      0  v-fix:    0  time:  2.84 s
786.95/98.51	c vivif2 --  cl tried    26889 cl shrink        0 lits rem          0 time: 0.00
786.95/98.54	c vivif2 --  cl tried    65578 cl shrink        0 lits rem          0 time: 0.03
789.30/98.86	c asymm  cl-useful: 0/5331/26889 lits-rem:0 time: 0.32
789.30/98.87	c calculated reachability. Time: 0.00
789.30/98.87	c  N dy  2382    806572       312     26889         0     65578    121302   1642926     18.65   no data
812.49/101.74	c  N dy  2448    827923       312     26889         0     48502    121302   1055510     18.65     19.81
833.26/104.34	c  N dy  2468    848959       312     26889         0     68757    121302   1676881     18.61     19.71
854.84/107.02	c  N dy  2548    869008       312     26889         0     49450    121302   1074781     18.62     19.97
876.42/109.79	c  N dy  2658    889078       312     26889         0     68967    121302   1718877     18.66     19.73
898.80/112.52	c  N dy  2705    909129       312     26889         0     48660    121302   1023811     18.64     22.77
919.64/115.15	c  N dy  2776    929131       312     26889         0     68105    121302   1642460     18.65     19.64
941.16/117.88	c  N dy  2811    949396       312     26889         0     46971    121302    960099     18.62     19.62
963.59/120.62	c  N dy  2913    970084       312     26889         0     67096    121302   1607689     18.65     19.78
989.96/123.99	c  N dy  3003    993499       312     26889         0     48150    121302    984502     18.66     19.78
1011.47/126.64	c  N dy  3069   1014302       312     26889         0     68338    121302   1622209     18.66     19.66
1034.65/129.58	c  N dy  3129   1034833       312     26889         0     45512    121302    880356     18.66     19.88
1054.62/132.09	c  N dy  3196   1054856       312     26889         0     64977    121302   1495165     18.66     23.50
1075.41/134.62	c  F st  3267   1071876       312     26889         0     81558    121302   2024433     18.68   no data
1079.40/135.13	c  N st  3272   1075179       312     26889         0     84763    121302   2132633     18.68   no data
1100.17/137.72	c  N dy  3296   1095545       312     26889         0     60768    121302   1327797     18.65     19.64
1134.54/142.05	c  N dy  3386   1125042       312     26889         0     44777    121302    834551     18.65     19.79
1154.52/144.58	c  N dy  3466   1145044       312     26889         0     64159    121302   1440774     18.65     20.49
1178.50/147.51	c  N dy  3523   1165306       312     26889         0     83806    121302   2043782     18.65     19.72
1201.67/150.47	c  N dy  3627   1185957       312     26889         0     58327    121302   1266617     18.67     19.66
1224.06/153.29	c  N dy  3689   1206333       312     26889         0     78084    121302   1879116     18.67     19.70
1228.85/153.88	c  S st  3697   1209860       312     26889         0     81508    121302   1982525     18.66     16.37
1230.45/154.01	c  S st  3697   1210361       312     26889         0     82008    121302   1999504     18.66   no data
1230.45/154.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1230.45/154.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.05
1230.45/154.07	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1230.45/154.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1230.45/154.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1230.45/154.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    312 time:  0.00 s
1230.45/154.07	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
1230.45/154.09	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1231.25/154.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1268.81/158.87	c lits-rem:       288  cl-subs:     2183  v-elim:      0  v-fix:    0  time:  4.72 s
1268.81/158.87	c vivif2 --  cl tried    26889 cl shrink        0 lits rem          0 time: 0.00
1269.61/158.90	c vivif2 --  cl tried    79825 cl shrink        0 lits rem          0 time: 0.02
1272.00/159.21	c asymm  cl-useful: 0/5968/26889 lits-rem:0 time: 0.31
1272.00/159.22	c calculated reachability. Time: 0.00
1272.00/159.22	c  N dy  3697   1210361       312     26889         0     79825    121302   1948006     18.66   no data
1299.17/162.64	c  N dy  3777   1231146       312     26889         0     53453    121302   1077464     18.67     19.72
1320.75/165.33	c  N dy  3845   1251282       312     26889         0     72980    121302   1686103     18.67     19.86
1346.32/168.59	c  N dy  3929   1271328       312     26889         0     92451    121302   2295783     18.69     19.73
1369.49/171.40	c  N dy  3983   1292551       312     26889         0     65365    121302   1445810     18.68     19.67
1414.24/177.05	c  N dy  3998   1331433       312     26889         0     54398    121302   1059409     18.59     19.60
1456.60/182.35	c  N dy  4042   1368122       312     26889         0     89620    121302   2093945     18.54     19.52
1491.05/186.68	c  N dy  4054   1398223       312     26889         0     69598    121302   1506238     18.49     19.53
1515.75/189.76	c  N dy  4158   1418317       312     26889         0     89198    121302   2139395     18.51     20.01
1543.79/193.24	c  N dy  4287   1439362       312     26889         0     59418    121302   1228950     18.54     19.65
1564.50/195.87	c  N dy  4318   1459926       312     26889         0     79226    121302   1833747     18.51     19.49
1590.86/199.16	c  N dy  4374   1480634       312     26889         0     99250    121302   2457370     18.51     19.52
1614.12/202.02	c  N dy  4412   1500692       312     26889         0     67289    121302   1435570     18.49     21.80
1656.41/207.39	c  N dy  4492   1536257       312     26889         0    101777    121302   2477116     18.47     19.49
1677.97/210.04	c  N dy  4522   1556330       312     26889         0     68979    121302   1471431     18.46     21.23
1702.02/213.03	c  N dy  4548   1576361       312     26889         0     88207    121302   2000479     18.42     19.43
1733.13/216.92	c  N dy  4628   1599520       312     26889         0     57481    121302   1122854     18.42     19.55
1758.69/220.11	c  N dy  4691   1623534       312     26889         0     80701    121302   1841555     18.41     19.41
1784.27/223.38	c  N dy  4753   1643888       312     26889         0    100407    121302   2450885     18.41     19.62
1813.84/227.03	c  N dy  4857   1666025       312     26889         0     67709    121302   1426268     18.42     19.40
1836.21/229.84	c  N dy  4879   1686381       312     26889         0     87370    121302   2016138     18.41     19.51
1862.59/233.16	c  N dy  4918   1706455       312     26889         0    106665    121302   2593656     18.39     19.59
1870.58/234.16	c  S st  4941   1710363       312     26889         0     55379    121302   1037749     18.40   no data
1871.38/234.24	c  S st  4941   1710866       312     26889         0     55879    121302   1055050     18.40   no data
1871.38/234.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1871.38/234.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
1871.38/234.28	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1871.38/234.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1871.38/234.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1871.38/234.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    312 time:  0.00 s
1871.38/234.28	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
1872.18/234.30	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1872.18/234.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1878.57/235.14	c lits-rem:         7  cl-subs:       96  v-elim:      0  v-fix:    0  time:  0.81 s
1878.57/235.15	c vivif2 --  cl tried    26889 cl shrink        0 lits rem          0 time: 0.00
1878.57/235.16	c vivif2 --  cl tried    55783 cl shrink        0 lits rem          0 time: 0.01
1878.57/235.19	c asymm  cl-useful: 0/612/26889 lits-rem:0 time: 0.03
1878.57/235.19	c calculated reachability. Time: 0.00
1878.57/235.19	c  N dy  4941   1710866       312     26889         0     55783    121302   1053408     18.40   no data
1903.39/238.29	c  N dy  5005   1730867       312     26889         0     75130    121302   1648094     18.40     23.03
1930.59/241.69	c  N dy  5081   1751583       312     26889         0     95266    121302   2281550     18.40     19.38
1983.34/248.22	c  N dy  5105   1788870       312     26889         0     75169    121302   1573957     18.33     19.31
2009.71/251.55	c  N dy  5162   1810911       312     26889         0     96394    121302   2227098     18.33     19.31
2047.99/256.30	c  N dy  5283   1836859       312     26889         0     64523    121302   1298791     18.34     19.31
2071.25/259.21	c  N dy  5328   1857661       312     26889         0     84567    121302   1919171     18.33     19.32
2099.94/262.89	c  N dy  5427   1877721       312     26889         0    104024    121302   2538390     18.34     21.02
2127.91/266.37	c  N dy  5509   1897818       312     26889         0     65487    121302   1318799     18.35     22.86
2154.28/269.67	c  N dy  5577   1921006       312     26889         0     87956    121302   2016789     18.35     19.32
2187.84/273.85	c  N dy  5652   1944467       312     26889         0    110743    121302   2721027     18.35     19.38
2215.82/277.32	c  N dy  5709   1965828       312     26889         0     72330    121302   1505469     18.35     19.36
2240.59/280.42	c  N dy  5768   1986565       312     26889         0     92382    121302   2123421     18.35     19.33
2267.76/283.87	c  N dy  5786   2008665       312     26889         0    113724    121302   2741962     18.33     19.50
2314.12/289.62	c  N dy  5877   2045989       312     26889         0     89556    121302   1988892     18.31     19.33
2340.50/292.94	c  N dy  5951   2066031       312     26889         0    108922    121302   2582598     18.31     20.04
2370.14/296.65	c  N dy  6036   2086075       312     26889         0     67532    121302   1319663     18.32     19.29
2393.23/299.57	c  N dy  6118   2106129       312     26889         0     86871    121302   1924072     18.33     22.10
2420.41/302.99	c  N dy  6188   2126582       312     26889         0    106712    121302   2543476     18.33     19.37
2452.37/306.91	c  N dy  6273   2146980       312     26889         0     64628    121302   1214667     18.34     19.40
2477.15/310.05	c  N dy  6363   2168734       312     26889         0     85723    121302   1874689     18.34     19.68
2502.72/313.20	c  N dy  6395   2188859       312     26889         0    105094    121302   2450250     18.33     19.34
2536.33/317.43	c  N dy  6483   2209732       312     26889         0    125373    121302   3083329     18.34     19.37
2540.28/317.94	c  S st  6495   2210866       312     26889         0     63587    121302   1173809     18.34   no data
2541.08/318.03	c  S st  6495   2211368       312     26889         0     64083    121302   1191083     18.34   no data
2541.08/318.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2541.08/318.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
2541.08/318.08	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2541.08/318.08	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2541.08/318.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2541.08/318.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    312 time:  0.00 s
2541.08/318.08	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
2541.88/318.10	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
2541.88/318.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2545.95/318.69	c lits-rem:         5  cl-subs:       69  v-elim:      0  v-fix:    0  time:  0.55 s
2545.95/318.69	c vivif2 --  cl tried    26889 cl shrink        0 lits rem          0 time: 0.00
2546.68/318.70	c vivif2 --  cl tried    64014 cl shrink        0 lits rem          0 time: 0.02
2548.27/318.95	c asymm  cl-useful: 0/4490/26889 lits-rem:0 time: 0.24
2548.27/318.95	c calculated reachability. Time: 0.00
2548.27/318.95	c  N dy  6495   2211368       312     26889         0     64014    121302   1189401     18.34   no data
2573.05/322.09	c  N dy  6574   2233804       312     26889         0     85751    121302   1870524     18.34     19.36
2605.02/326.06	c  N dy  6651   2253994       312     26889         0    105305    121302   2473385     18.34     19.62
2637.78/330.19	c  N dy  6725   2274041       312     26889         0    124732    121302   3083749     18.35     23.37
2664.96/333.51	c  N dy  6787   2294169       312     26889         0     80318    121302   1684451     18.35     19.34
2695.39/337.38	c  N dy  6849   2319202       312     26889         0    104468    121302   2410528     18.34     19.35
2724.09/340.98	c  N dy  6884   2339588       312     26889         0    124133    121302   2997376     18.33     19.38
2763.24/345.80	c  N dy  6961   2370003       312     26889         0     88742    121302   1905572     18.32     19.35
2792.09/349.45	c  N dy  6981   2392605       312     26889         0    110692    121302   2561282     18.31     19.31
2847.96/356.41	c  N dy  7004   2433864       312     26889         0     84376    121302   1723686     18.27     19.28
2875.94/359.91	c  N dy  7102   2453924       312     26889         0    103854    121302   2341375     18.27     19.26
2907.11/363.80	c  N dy  7164   2475409       312     26889         0    124588    121302   2978760     18.27     19.25
2937.47/367.64	c  N dy  7258   2495459       312     26889         0     77497    121302   1554550     18.28     19.27
2963.85/370.95	c  N dy  7320   2517195       312     26889         0     98544    121302   2194022     18.27     19.40
2997.41/375.15	c  N dy  7428   2540319       312     26889         0    120933    121302   2895285     18.28     19.30
3032.58/379.57	c  N dy  7489   2564092       312     26889         0     76257    121302   1492333     18.28     19.27
3058.15/382.79	c  N dy  7586   2584151       312     26889         0     95742    121302   2121084     18.29     25.52
3086.93/386.38	c  N dy  7639   2604206       312     26889         0    114957    121302   2682236     18.28     19.37
3133.27/392.15	c  N dy  7656   2635607       312     26889         0     76567    121302   1485311     18.25     19.31
3160.47/395.53	c  N dy  7713   2658212       312     26889         0     98496    121302   2158942     18.25     19.21
3190.00/399.24	c  N dy  7801   2678254       312     26889         0    117969    121302   2775855     18.25     22.22
3224.38/403.59	c  N dy  7913   2698270       312     26889         0    137457    121302   3397225     18.26     19.80
3242.75/405.85	c  S st  7984   2711369       312     26889         0     80518    121302   1616292     18.27   no data
3243.55/405.95	c  S st  7984   2711870       312     26889         0     81017    121302   1633024     18.27   no data
3243.55/405.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3243.55/406.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
3244.35/406.00	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3244.35/406.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3244.35/406.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3244.35/406.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    312 time:  0.00 s
3244.35/406.00	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
3244.35/406.02	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3244.35/406.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3254.75/407.39	c lits-rem:        71  cl-subs:      610  v-elim:      0  v-fix:    0  time:  1.32 s
3254.75/407.39	c vivif2 --  cl tried    26889 cl shrink        0 lits rem          0 time: 0.00
3255.55/407.42	c vivif2 --  cl tried    80407 cl shrink        0 lits rem          0 time: 0.02
3258.01/407.74	c asymm  cl-useful: 0/4780/26889 lits-rem:0 time: 0.33
3258.01/407.75	c calculated reachability. Time: 0.00
3258.01/407.75	c  N dy  7984   2711870       312     26889         0     80407    121302   1618623     18.27   no data
3288.31/411.54	c  N dy  8039   2734199       312     26889         0    102051    121302   2285510     18.27     19.28
3324.27/416.08	c  N dy  8106   2759363       312     26889         0    126371    121302   3028552     18.26     19.24
3366.62/421.31	c  N dy  8218   2779384       312     26889         0     75136    121302   1429742     18.27     22.32
3394.60/424.80	c  N dy  8293   2799426       312     26889         0     94603    121302   2029310     18.28     19.25
3424.20/428.52	c  N dy  8382   2819830       312     26889         0    114408    121302   2644703     18.28     19.47
3455.34/432.48	c  N dy  8415   2839836       312     26889         0    133829    121302   3240875     18.27     19.45
3488.09/436.52	c  N dy  8463   2861222       312     26889         0     82658    121302   1624114     18.27     19.24
3514.46/439.88	c  N dy  8564   2881290       312     26889         0    102146    121302   2237776     18.28     20.33
3545.63/443.70	c  N dy  8652   2901900       312     26889         0    122167    121302   2866236     18.28     19.38
3582.44/448.37	c  N dy  8728   2923646       312     26889         0    143246    121302   3525612     18.28     19.35
3610.37/451.85	c  N dy  8799   2943739       312     26889         0     89963    121302   1854196     18.28     19.41
3637.53/455.26	c  N dy  8848   2963904       312     26889         0    109531    121302   2432035     18.28     19.24
3691.89/462.07	c  N dy  8876   3000740       312     26889         0    144901    121302   3443673     18.25     19.39
3721.46/465.76	c  N dy  8955   3021360       312     26889         0     91445    121302   1905031     18.25     19.37
3753.43/469.78	c  N dy  9050   3043360       312     26889         0    112706    121302   2568704     18.26     19.27
3783.80/473.52	c  N dy  9096   3063482       312     26889         0    132182    121302   3148280     18.25     19.26
3822.95/478.45	c  N dy  9176   3085272       312     26889         0     78837    121302   1486858     18.25     19.36
3891.67/487.01	c  N dy  9246   3134378       312     26889         0    126125    121302   2836701     18.22     19.27
3925.28/491.26	c  N dy  9343   3154391       312     26889         0    145551    121302   3448221     18.23     19.21
3960.45/495.69	c  N dy  9363   3181561       312     26889         0     96489    121302   1990869     18.21     19.32
3993.98/499.82	c  N dy  9441   3204600       312     26889         0    118710    121302   2657135     18.21     19.18
4004.40/501.11	c  S st  9450   3211870       312     26889         0    125687    121302   2865389     18.21     14.46
4005.23/501.26	c  S st  9450   3212371       312     26889         0    126184    121302   2881826     18.21   no data
4005.23/501.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4005.96/501.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.07
4005.96/501.34	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4005.96/501.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4005.96/501.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4005.96/501.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    312 time:  0.00 s
4005.96/501.35	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
4005.96/501.38	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
4006.76/501.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4060.30/508.17	c lits-rem:       705  cl-subs:     4577  v-elim:      0  v-fix:    0  time:  6.69 s
4060.30/508.17	c vivif2 --  cl tried    26889 cl shrink        0 lits rem          0 time: 0.00
4061.10/508.21	c vivif2 --  cl tried   121607 cl shrink        0 lits rem          0 time: 0.04
4064.30/508.68	c asymm  cl-useful: 0/1891/26889 lits-rem:0 time: 0.47
4064.30/508.68	c calculated reachability. Time: 0.00
4064.30/508.68	c  N dy  9450   3212371       312     26889         0    121607    121302   2787966     18.21   no data
4099.47/513.06	c  N dy  9505   3233698       312     26889         0    142213    121302   3417324     18.20     19.19
4133.84/517.37	c  N dy  9592   3253725       312     26889         0     85328    121302   1667184     18.21     23.79
4161.81/520.84	c  N dy  9672   3273740       312     26889         0    104806    121302   2279674     18.21     19.22
4198.63/525.44	c  N dy  9768   3294970       312     26889         0    125428    121302   2926454     18.22     19.20
4234.52/529.91	c  N dy  9772   3319096       312     26889         0    148609    121302   3584641     18.20     19.21
4266.49/533.95	c  N dy  9860   3339566       312     26889         0     91115    121302   1835385     18.21     19.29
4308.05/539.13	c  N dy  9939   3370533       312     26889         0    121095    121302   2747658     18.20     19.19
4342.40/543.40	c  N dy  9986   3393050       312     26889         0    142805    121302   3389195     18.20     19.23
4378.37/547.92	c  N dy 10047   3413062       312     26889         0     83848    121302   1576422     18.19     20.20
4403.14/551.06	c  N dy 10057   3433068       312     26889         0    103111    121302   2119537     18.18     20.52
4429.51/554.39	c  N dy 10070   3453963       312     26889         0    123182    121302   2705135     18.17     19.17
4465.48/558.89	c  N dy 10126   3477012       312     26889         0    145522    121302   3386383     18.17     19.22
4514.27/564.94	c  N dy 10203   3507850       312     26889         0     95941    121302   1914004     18.16     19.13
4543.00/568.51	c  N dy 10269   3528917       312     26889         0    116289    121302   2540717     18.16     19.24
4572.57/572.26	c  N dy 10314   3549184       312     26889         0    135748    121302   3124580     18.15     19.13
4604.53/576.27	c  N dy 10315   3570241       312     26889         0    155751    121302   3667684     18.14     19.15
4636.50/580.29	c  N dy 10404   3591200       312     26889         0     96197    121302   1956173     18.14     19.11
4666.07/583.91	c  N dy 10485   3611797       312     26889         0    116121    121302   2569750     18.14     19.11
4702.04/588.43	c  N dy 10598   3633412       312     26889         0    137127    121302   3236045     18.15     19.17
4738.80/593.02	c  N dy 10615   3655041       312     26889         0    157938    121302   3847818     18.14     19.13
4769.21/596.90	c  N dy 10693   3675063       312     26889         0     96210    121302   1938209     18.14     19.42
4798.74/600.50	c  N dy 10777   3695075       312     26889         0    115662    121302   2550636     18.15     19.13
4824.31/603.78	c  S st 10831   3712371       312     26889         0    132387    121302   3059329     18.15   no data
4825.91/603.94	c  S st 10831   3712874       312     26889         0    132888    121302   3076318     18.15   no data
4825.91/603.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4826.71/604.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.07
4826.71/604.02	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4826.71/604.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4826.71/604.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4826.71/604.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    312 time:  0.00 s
4826.71/604.03	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
4826.71/604.06	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
4827.51/604.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4872.27/609.73	c lits-rem:       310  cl-subs:     3666  v-elim:      0  v-fix:    0  time:  5.58 s
4872.27/609.73	c vivif2 --  cl tried    26889 cl shrink        0 lits rem          0 time: 0.00
4872.27/609.78	c vivif2 --  cl tried   129222 cl shrink        0 lits rem          0 time: 0.04
4876.27/610.25	c asymm  cl-useful: 0/1839/26889 lits-rem:0 time: 0.47
4876.27/610.25	c calculated reachability. Time: 0.00
4876.27/610.25	c  N dy 10831   3712874       312     26889         0    129222    121302   2997128     18.15   no data
4920.21/615.74	c  N dy 10945   3732956       312     26889         0    148742    121302   3618126     18.16     19.13
4956.17/620.26	c  F st 10988   3751562       312     26889         0     84558    121302   1553209     18.15     13.27
4958.57/620.56	c  N st 10992   3753595       312     26889         0     86536    121302   1614537     18.15   no data
4991.33/624.65	c  N dy 11032   3779421       312     26889         0    111162    121302   2341588     18.14     19.12
5058.48/633.07	c  N dy 11059   3821596       312     26889         0    151841    121302   3495509     18.12     19.15
5098.44/638.03	c  N dy 11144   3841633       312     26889         0     88356    121302   1665578     18.12     19.10
5138.43/643.05	c  N dy 11197   3872911       312     26889         0    118446    121302   2540552     18.11     19.22
5172.76/647.30	c  N dy 11228   3896763       312     26889         0    141511    121302   3223578     18.10     19.05
5208.75/651.85	c  N dy 11310   3917093       312     26889         0    161242    121302   3834659     18.10     19.06
5242.28/656.01	c  N dy 11393   3938048       312     26889         0     97593    121302   1942841     18.10     19.09
5271.84/659.73	c  N dy 11460   3958757       312     26889         0    117582    121302   2553957     18.10     19.06
5304.61/663.88	c  N dy 11520   3979979       312     26889         0    138134    121302   3182885     18.10     19.07
5339.78/668.28	c  N dy 11588   4000038       312     26889         0    157515    121302   3780632     18.10     26.09
5374.94/672.68	c  N dy 11641   4020332       312     26889         0     92030    121302   1742189     18.10     19.08
5406.11/676.50	c  N dy 11733   4043267       312     26889         0    114345    121302   2444088     18.10     19.11
5437.31/680.41	c  N dy 11799   4063428       312     26889         0    133872    121302   3039600     18.10     19.08
5471.65/684.76	c  N dy 11859   4084687       312     26889         0    154478    121302   3680515     18.10     19.09
5509.20/689.43	c  N dy 11898   4105177       312     26889         0     88163    121302   1615471     18.10     19.06
5536.37/692.83	c  N dy 11997   4125227       312     26889         0    107596    121302   2231781     18.11     22.23
5566.74/696.65	c  N dy 12066   4145342       312     26889         0    127064    121302   2827993     18.11     19.08
5605.90/701.51	c  N dy 12163   4167780       312     26889         0    148819    121302   3500438     18.11     19.17
5643.45/706.29	c  N dy 12189   4188603       312     26889         0    169033    121302   4096278     18.10     19.15
5680.23/710.89	c  N dy 12230   4212874       312     26889         0    105306    121302   2106173     18.09     14.07
5680.23/710.89	c  S st 12230   4212874       312     26889         0    105306    121302   2106173     18.09     14.07
5681.83/711.01	c  S st 12230   4213380       312     26889         0    105811    121302   2123300     18.09   no data
5681.83/711.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
5681.83/711.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.05
5681.83/711.08	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
5681.83/711.08	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5681.83/711.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5681.83/711.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    312 time:  0.00 s
5681.83/711.08	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
5682.62/711.11	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
5682.62/711.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5707.40/714.22	c lits-rem:       377  cl-subs:     1766  v-elim:      0  v-fix:    0  time:  3.05 s
5707.40/714.22	c vivif2 --  cl tried    26889 cl shrink        0 lits rem          0 time: 0.00
5707.40/714.25	c vivif2 --  cl tried   104045 cl shrink        0 lits rem          0 time: 0.03
5710.65/714.62	c asymm  cl-useful: 0/3014/26889 lits-rem:0 time: 0.37
5710.65/714.62	c calculated reachability. Time: 0.00
5710.65/714.62	c  N dy 12230   4213380       312     26889         0    104045    121302   2088478     18.09   no data
5746.55/719.19	c  N dy 12313   4238102       312     26889         0    127955    121302   2828104     18.09     19.07
5784.91/723.93	c  N dy 12369   4258364       312     26889         0    147498    121302   3430438     18.09     19.27
5839.26/730.78	c  N dy 12472   4283148       312     26889         0    171366    121302   4173309     18.10     19.29
5891.21/737.21	c  N dy 12479   4320205       312     26889         0    118903    121302   2445308     18.07     19.08
5926.37/741.61	c  N dy 12541   4340286       312     26889         0    138413    121302   3040880     18.07     19.05
5963.93/746.34	c  N dy 12617   4363007       312     26889         0    160379    121302   3719811     18.07     19.04
6005.48/751.51	c  N dy 12699   4383047       312     26889         0     90985    121302   1666287     18.08     21.57
6035.09/755.29	c  N dy 12798   4404475       312     26889         0    111842    121302   2318376     18.08     19.06
6082.20/761.13	c  N dy 12846   4435044       312     26889         0    141273    121302   3170061     18.07     19.09
6118.16/765.65	c  N dy 12907   4456281       312     26889         0    161762    121302   3782940     18.07     19.06
6163.72/771.33	c  N dy 13006   4478934       312     26889         0     93833    121302   1743299     18.07     19.09
6195.69/775.39	c  N dy 13079   4501965       312     26889         0    116065    121302   2429142     18.07     19.03
6229.32/779.55	c  N dy 13160   4522111       312     26889         0    135572    121302   3032088     18.07     19.13
6262.82/783.77	c  N dy 13214   4542112       312     26889         0    154862    121302   3602895     18.07     19.20
6302.78/788.72	c  N dy 13304   4562776       312     26889         0    174917    121302   4230832     18.08     19.08
6338.73/793.29	c  N dy 13405   4582975       312     26889         0    103633    121302   2036724     18.08     19.05
6369.98/797.14	c  N dy 13496   4603054       312     26889         0    123106    121302   2645149     18.08     22.44
6404.31/801.42	c  N dy 13592   4623104       312     26889         0    142579    121302   3252514     18.09     19.05
6444.23/806.46	c  N dy 13700   4643324       312     26889         0    162228    121302   3865596     18.09     19.06
6487.38/811.81	c  N dy 13794   4663369       312     26889         0    181684    121302   4465712     18.09     20.10
6522.56/816.27	c  N dy 13887   4684932       312     26889         0    110513    121302   2231766     18.10     19.12
6553.76/820.13	c  N dy 13948   4705685       312     26889         0    130576    121302   2839227     18.10     19.22
6566.51/821.73	c  S st 13984   4713380       312     26889         0    138033    121302   3072797     18.10     14.05
6567.31/821.89	c  S st 13984   4713885       312     26889         0    138536    121302   3090096     18.10   no data
6568.11/821.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
6568.11/821.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.07
6568.11/821.98	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
6568.11/821.98	c bin-w-bin subsume rem            0 bins  time:  0.00 s
6568.11/821.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6568.11/821.98	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    312 time:  0.00 s
6568.11/821.98	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
6568.91/822.02	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
6569.71/822.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6605.67/826.67	c lits-rem:       393  cl-subs:     3367  v-elim:      0  v-fix:    0  time:  4.57 s
6605.67/826.68	c vivif2 --  cl tried    26889 cl shrink        0 lits rem          0 time: 0.00
6606.50/826.72	c vivif2 --  cl tried   135169 cl shrink        0 lits rem          0 time: 0.04
6609.66/827.11	c asymm  cl-useful: 0/2505/26889 lits-rem:0 time: 0.39
6609.66/827.11	c calculated reachability. Time: 0.00
6609.66/827.11	c  N dy 13984   4713885       312     26889         0    135169    121302   3016206     18.10   no data
6652.01/832.49	c  N dy 14040   4739290       312     26889         0    159729    121302   3757190     18.10     19.09
6699.96/838.49	c  N dy 14116   4761623       312     26889         0    181346    121302   4420761     18.09     19.17
6737.53/843.11	c  N dy 14165   4783727       312     26889         0    109824    121302   2180510     18.09     19.20
6766.29/846.77	c  N dy 14195   4804501       312     26889         0    129777    121302   2772684     18.08     19.12
6811.05/852.35	c  N dy 14288   4827892       312     26889         0    152520    121302   3480321     18.09     19.06
6851.82/857.47	c  N dy 14357   4849835       312     26889         0    173758    121302   4131290     18.09     19.33
6892.55/862.59	c  N dy 14415   4872169       312     26889         0    101493    121302   1926319     18.08     19.26
6922.94/866.33	c  N dy 14490   4892425       312     26889         0    121122    121302   2538154     18.09     19.33
6958.11/870.71	c  N dy 14566   4913880       312     26889         0    141923    121302   3167645     18.09     19.07
6993.28/875.18	c  N dy 14623   4933905       312     26889         0    161309    121302   3756813     18.09     19.28
7045.18/881.65	c  N dy 14663   4960304       312     26889         0    186468    121302   4473810     18.08     19.18
7079.54/885.91	c  N dy 14736   4980320       312     26889         0    111254    121302   2223382     18.08     24.36
7113.11/890.15	c  N dy 14832   5000783       312     26889         0    131110    121302   2842824     18.09     19.09
7150.67/894.87	c  N dy 14902   5022736       312     26889         0    152383    121302   3504285     18.09     19.04
7192.23/900.09	c  N dy 14952   5046407       312     26889         0    175188    121302   4183704     18.08     19.08
7244.97/906.64	c  N dy 15012   5074240       312     26889         0    106294    121302   2021441     18.08     19.04
7272.94/910.17	c  N dy 15049   5094998       312     26889         0    126419    121302   2616170     18.07     19.04
7304.91/914.14	c  N dy 15084   5115042       312     26889         0    145864    121302   3190438     18.07     24.04
7355.26/920.42	c  N dy 15122   5144197       312     26889         0    173872    121302   3989484     18.06     19.01
7404.80/926.60	c  N dy 15189   5168963       312     26889         0    101258    121302   1882302     18.06     19.09
7460.74/933.68	c  N dy 15296   5206692       312     26889         0    137755    121302   2931844     18.05     19.07
7472.73/935.11	c  S st 15313   5213887       312     26889         0    144656    121302   3132748     18.05     11.59
7473.53/935.26	c  S st 15313   5214387       312     26889         0    145155    121302   3150208     18.05   no data
7473.53/935.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
7474.33/935.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.08
7474.33/935.36	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
7474.33/935.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7474.33/935.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7474.33/935.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    312 time:  0.00 s
7474.33/935.36	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
7475.13/935.40	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
7475.13/935.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7527.08/941.97	c lits-rem:      1217  cl-subs:     6236  v-elim:      0  v-fix:    0  time:  6.48 s
7527.08/941.97	c vivif2 --  cl tried    26889 cl shrink        0 lits rem          0 time: 0.00
7527.88/942.01	c vivif2 --  cl tried   138919 cl shrink        0 lits rem          0 time: 0.04
7531.06/942.41	c asymm  cl-useful: 0/2876/26889 lits-rem:0 time: 0.40
7531.06/942.42	c calculated reachability. Time: 0.00
7531.06/942.42	c  N dy 15313   5214387       312     26889         0    138919    121302   3030879     18.05   no data
7569.43/947.24	c  N dy 15407   5234691       312     26889         0    158600    121302   3645702     18.05     19.03
7610.98/952.42	c  N dy 15442   5254831       312     26889         0    178109    121302   4227950     18.04     19.19
7659.74/958.59	c  N dy 15539   5274907       312     26889         0     99966    121302   1839241     18.05     21.90
7688.58/962.17	c  N dy 15616   5294952       312     26889         0    119460    121302   2444556     18.05     19.22
7728.47/967.16	c  N dy 15708   5315052       312     26889         0    138930    121302   3047636     18.05     23.25
7794.79/975.49	c  N dy 15801   5352885       312     26889         0    175331    121302   4111989     18.04     19.08
7836.35/980.67	c  N dy 15863   5372948       312     26889         0    194793    121302   4700072     18.04     22.40
7877.11/985.72	c  N dy 15919   5397673       312     26889         0    120068    121302   2403428     18.04     19.01
7912.28/990.10	c  N dy 15984   5420641       312     26889         0    142278    121302   3077833     18.04     19.10
7948.24/994.61	c  N dy 16051   5441151       312     26889         0    162095    121302   3683400     18.04     19.04
7987.47/999.54	c  N dy 16130   5461158       312     26889         0    181479    121302   4277722     18.04     21.28
8032.96/1005.26	c  N dy 16202   5481190       312     26889         0    101299    121302   1853825     18.04     19.47
8071.32/1010.09	c  N dy 16272   5508435       312     26889         0    127695    121302   2648974     18.04     19.03
8106.48/1014.43	c  N dy 16347   5528608       312     26889         0    147265    121302   3255739     18.04     19.12
8142.44/1018.98	c  N dy 16395   5548725       312     26889         0    166737    121302   3832525     18.04     19.02
8188.83/1024.80	c  N dy 16443   5573331       312     26889         0    190445    121302   4537082     18.04     19.29
8239.14/1031.06	c  N dy 16511   5601208       312     26889         0    116674    121302   2289391     18.03     19.00
8269.50/1034.87	c  N dy 16556   5621244       312     26889         0    136060    121302   2870848     18.03     19.00
8307.87/1039.69	c  N dy 16667   5641458       312     26889         0    155709    121302   3493137     18.04     19.05
8350.06/1044.95	c  N dy 16756   5661714       312     26889         0    175388    121302   4098151     18.04     19.00
8394.55/1050.54	c  N dy 16816   5684335       312     26889         0    197230    121302   4748001     18.03     19.01
8431.89/1055.29	c  N dy 16868   5704465       312     26889         0    115137    121302   2250441     18.03     19.19
8448.57/1057.32	c  S st 16919   5714387       312     26889         0    124775    121302   2552523     18.04     16.83
8449.36/1057.46	c  S st 16919   5714888       312     26889         0    125271    121302   2569260     18.04   no data
8449.36/1057.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
8450.16/1057.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.06
8450.16/1057.54	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
8450.16/1057.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8450.16/1057.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8450.16/1057.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    312 time:  0.00 s
8450.16/1057.54	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
8450.16/1057.58	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
8450.95/1057.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8479.69/1061.29	c lits-rem:       170  cl-subs:     1682  v-elim:      0  v-fix:    0  time:  3.64 s
8479.69/1061.29	c vivif2 --  cl tried    26889 cl shrink        0 lits rem          0 time: 0.00
8480.49/1061.33	c vivif2 --  cl tried   123589 cl shrink        0 lits rem          0 time: 0.03
8482.88/1061.69	c asymm  cl-useful: 0/3891/26889 lits-rem:0 time: 0.36
8482.88/1061.69	c calculated reachability. Time: 0.00
8482.88/1061.69	c  N dy 16919   5714888       312     26889         0    123589    121302   2532373     18.04   no data
8515.65/1065.70	c  N dy 16985   5734910       312     26889         0    143024    121302   3126454     18.04     20.53
8556.41/1070.85	c  N dy 17063   5754936       312     26889         0    162455    121302   3729740     18.04     19.54
8604.35/1076.86	c  N dy 17159   5776613       312     26889         0    183548    121302   4386933     18.04     19.02
8663.57/1084.25	c  N dy 17220   5799697       312     26889         0    103202    121302   1876721     18.04     19.03
8700.25/1088.83	c  N dy 17303   5819767       312     26889         0    122676    121302   2479071     18.04     19.05
8733.89/1093.08	c  N dy 17368   5839839       312     26889         0    142126    121302   3068037     18.04     25.77
8771.38/1097.71	c  N dy 17435   5860053       312     26889         0    161752    121302   3663667     18.04     19.08
8808.95/1102.41	c  N dy 17482   5880393       312     26889         0    181426    121302   4254906     18.04     19.02
8853.71/1108.08	c  N dy 17552   5901402       312     26889         0    201730    121302   4872591     18.04     19.01
8896.85/1113.41	c  N dy 17608   5926286       312     26889         0    122184    121302   2442982     18.04     19.13
8928.82/1117.42	c  N dy 17688   5946337       312     26889         0    141652    121302   3055193     18.04     22.84
8969.58/1122.55	c  N dy 17784   5966573       312     26889         0    161314    121302   3680287     18.04     19.11
9010.34/1127.64	c  N dy 17857   5986621       312     26889         0    180735    121302   4280734     18.05     22.09
9054.29/1133.19	c  N dy 17904   6008480       312     26889         0    201870    121302   4908299     18.04     19.27
9099.04/1138.78	c  N dy 17984   6031014       312     26889         0    119125    121302   2343288     18.04     19.00
9132.61/1142.98	c  N dy 18061   6051069       312     26889         0    138485    121302   2933311     18.05     20.45
9168.58/1147.40	c  N dy 18111   6071921       312     26889         0    158580    121302   3543218     18.04     19.01
9207.78/1152.40	c  N dy 18152   6094037       312     26889         0    179975    121302   4173345     18.04     19.39
9262.87/1159.23	c  N dy 18199   6119961       312     26889         0    204938    121302   4900428     18.04     19.03
9303.63/1164.40	c  N dy 18259   6142281       312     26889         0    121019    121302   2365055     18.03     19.15
9338.80/1168.70	c  N dy 18355   6162369       312     26889         0    140498    121302   2968453     18.04     22.49
9371.56/1172.89	c  N dy 18385   6183272       312     26889         0    160682    121302   3571651     18.03     19.04
9411.51/1177.82	c  N dy 18464   6203324       312     26889         0    180127    121302   4176525     18.03     22.88
9433.11/1180.58	c  S st 18494   6214889       312     26889         0    191337    121302   4509278     18.03     14.88
9434.71/1180.79	c  S st 18494   6215392       312     26889         0    191838    121302   4525899     18.03   no data
9435.51/1180.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
9436.34/1180.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.3M T:  0.10
9436.34/1180.92	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
9436.34/1180.92	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9436.34/1180.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9436.34/1180.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    312 time:  0.00 s
9436.34/1180.92	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
9436.34/1180.97	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
9437.89/1181.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9532.20/1192.94	c lits-rem:       864  cl-subs:     7516  v-elim:      0  v-fix:    0  time: 11.82 s
9532.20/1192.94	c vivif2 --  cl tried    26889 cl shrink        0 lits rem          0 time: 0.00
9533.04/1193.01	c vivif2 --  cl tried   184322 cl shrink        0 lits rem          0 time: 0.07
9534.59/1193.26	c asymm  cl-useful: 0/1603/26889 lits-rem:0 time: 0.24
9534.59/1193.26	c calculated reachability. Time: 0.00
9534.59/1193.26	c  N dy 18494   6215392       312     26889         0    184322    121302   4369137     18.03   no data
9584.93/1199.55	c  N dy 18538   6236586       312     26889         0    204735    121302   4987768     18.03     19.00
9635.28/1205.87	c  N dy 18619   6256619       312     26889         0    117914    121302   2287868     18.03     18.99
9674.51/1210.71	c  N dy 18663   6276774       312     26889         0    137423    121302   2865655     18.03     19.02
9717.63/1216.14	c  N dy 18774   6296992       312     26889         0    157107    121302   3487888     18.03     19.03
9759.15/1221.32	c  N dy 18824   6317297       312     26889         0    176736    121302   4081712     18.03     19.01
9811.90/1227.93	c  N dy 18872   6342329       312     26889         0    200831    121302   4798808     18.03     19.14
9858.29/1233.76	c  N dy 18921   6362378       312     26889         0    112832    121302   2124922     18.03     21.24
9887.82/1237.49	c  N dy 18960   6382492       312     26889         0    132314    121302   2707455     18.02     19.02
9928.62/1242.55	c  N dy 19036   6405472       312     26889         0    154516    121302   3374753     18.02     18.98
9967.73/1247.41	c  N dy 19105   6425609       312     26889         0    173935    121302   3951999     18.02     19.01
10008.56/1252.51	c  N dy 19153   6445622       312     26889         0    193378    121302   4537680     18.02     19.03
10051.70/1257.97	c  N dy 19182   6466359       312     26889         0    213484    121302   5138982     18.02     19.01
10091.61/1262.95	c  N dy 19252   6488056       312     26889         0    126194    121302   2514760     18.01     19.00
10143.55/1269.43	c  N dy 19294   6519047       312     26889         0    156151    121302   3369878     18.01     18.99
10182.72/1274.36	c  N dy 19366   6539108       312     26889         0    175581    121302   3962643     18.01     20.48
10224.28/1279.57	c  N dy 19444   6559603       312     26889         0    195415    121302   4572494     18.01     19.00
10268.23/1285.01	c  N dy 19484   6579645       312     26889         0    214788    121302   5117442     18.01     18.97
10311.37/1290.42	c  N dy 19551   6602475       312     26889         0    127547    121302   2530063     18.00     19.31
10348.15/1295.04	c  N dy 19616   6624066       312     26889         0    148443    121302   3149685     18.00     19.41
10386.58/1299.85	c  N dy 19684   6644331       312     26889         0    168064    121302   3741932     18.00     18.96
10435.26/1305.97	c  N dy 19735   6670746       312     26889         0    193611    121302   4504096     18.00     18.96
10480.01/1311.50	c  N dy 19802   6690897       312     26889         0    213182    121302   5098905     18.00     19.00
10519.97/1316.59	c  N dy 19854   6711428       312     26889         0    122717    121302   2366051     18.00     19.04
10527.23/1317.43	c  S st 19878   6715392       312     26889         0    126582    121302   2487040     18.00   no data
10527.96/1317.57	c  S st 19878   6715892       312     26889         0    127081    121302   2503849     18.00   no data
10527.96/1317.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
10528.76/1317.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.06
10528.76/1317.65	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
10528.76/1317.65	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10528.76/1317.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10528.76/1317.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    312 time:  0.00 s
10528.76/1317.65	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
10528.76/1317.69	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
10529.56/1317.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10549.54/1320.24	c lits-rem:       159  cl-subs:     1228  v-elim:      0  v-fix:    0  time:  2.48 s
10549.54/1320.24	c vivif2 --  cl tried    26889 cl shrink        0 lits rem          0 time: 0.00
10549.54/1320.27	c vivif2 --  cl tried   125853 cl shrink        0 lits rem          0 time: 0.03
10551.93/1320.60	c asymm  cl-useful: 0/1733/26889 lits-rem:0 time: 0.33
10552.77/1320.61	c calculated reachability. Time: 0.00
10552.77/1320.61	c  N dy 19878   6715892       312     26889         0    125853    121302   2477689     18.00   no data
10585.50/1324.75	c  N dy 19947   6736019       312     26889         0    145321    121302   3070184     18.00     18.98
10622.27/1329.34	c  N dy 20012   6756498       312     26889         0    165135    121302   3684783     18.00     18.97
10677.39/1336.23	c  N dy 20097   6777862       312     26889         0    185854    121302   4323188     18.00     18.96
10733.35/1343.26	c  N dy 20174   6798707       312     26889         0    206055    121302   4945121     18.00     19.04
10784.49/1349.62	c  N dy 20207   6818769       312     26889         0    114125    121302   2093341     18.00     18.98
10813.26/1353.22	c  N dy 20250   6839060       312     26889         0    133743    121302   2684505     18.00     19.23
10853.22/1358.29	c  N dy 20333   6862608       312     26889         0    156578    121302   3390272     18.00     18.95
10891.58/1363.06	c  N dy 20383   6882620       312     26889         0    175934    121302   3971366     18.00     22.95
10932.34/1368.13	c  N dy 20431   6902955       312     26889         0    195465    121302   4548478     17.99     18.99
10981.10/1374.28	c  N dy 20536   6923291       312     26889         0    215219    121302   5161347     18.00     19.01
11027.48/1380.08	c  N dy 20625   6943612       312     26889         0    122517    121302   2320757     18.00     18.95
11057.01/1383.77	c  N dy 20642   6964397       312     26889         0    142357    121302   2876016     17.99     19.01
11094.57/1388.43	c  N dy 20656   6988281       312     26889         0    165130    121302   3510507     17.98     19.06
11140.13/1394.13	c  N dy 20738   7011001       312     26889         0    187178    121302   4173764     17.98     19.02
11206.45/1402.41	c  N dy 20776   7044137       312     26889         0    219271    121302   5090462     17.97     19.00
11248.81/1407.72	c  N dy 20878   7064214       312     26889         0    125853    121302   2448464     17.98     22.76
11282.41/1411.92	c  N dy 20936   7084780       312     26889         0    145771    121302   3041318     17.98     19.03
11323.94/1417.13	c  N dy 20978   7109715       312     26889         0    169800    121302   3724027     17.97     19.49
11362.37/1421.98	c  N dy 21027   7129779       312     26889         0    189271    121302   4300596     17.97     23.13
11413.45/1428.32	c  N dy 21070   7154737       312     26889         0    213448    121302   5004859     17.97     19.02
11463.79/1434.69	c  N dy 21141   7175243       312     26889         0    119249    121302   2196511     17.97     18.92
11498.95/1439.01	c  N dy 21245   7195562       312     26889         0    139004    121302   2808392     17.97     18.96
11534.12/1443.45	c  N dy 21308   7215635       312     26889         0    158487    121302   3396366     17.97     19.06
11534.92/1443.52	c  S st 21311   7215892       312     26889         0    158739    121302   3404467     17.97   no data
11535.72/1443.69	c  S st 21311   7216397       312     26889         0    159241    121302   3421555     17.97   no data
11536.52/1443.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
11536.52/1443.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.1M T:  0.09
11536.52/1443.80	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
11536.52/1443.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
11536.52/1443.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11536.52/1443.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    312 time:  0.00 s
11536.52/1443.80	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
11537.35/1443.85	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
11538.18/1443.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11576.48/1448.77	c lits-rem:       259  cl-subs:     2709  v-elim:      0  v-fix:    0  time:  4.82 s
11576.48/1448.77	c vivif2 --  cl tried    26889 cl shrink        0 lits rem          0 time: 0.00
11577.28/1448.83	c vivif2 --  cl tried   156532 cl shrink        0 lits rem          0 time: 0.05
11579.68/1449.18	c asymm  cl-useful: 0/2778/26889 lits-rem:0 time: 0.35
11579.68/1449.18	c calculated reachability. Time: 0.00
11579.68/1449.18	c  N dy 21311   7216397       312     26889         0    156532    121302   3359440     17.97   no data
11649.21/1457.80	c  N dy 21363   7253917       312     26889         0    192648    121302   4390501     17.96     19.04
11696.43/1463.72	c  N dy 21397   7274255       312     26889         0    212307    121302   4978855     17.96     18.94
11756.29/1471.23	c  N dy 21466   7297359       312     26889         0    119660    121302   2197419     17.96     19.13
11796.24/1476.30	c  N dy 21540   7317424       312     26889         0    139080    121302   2789445     17.96     24.47
11842.60/1482.06	c  N dy 21603   7337564       312     26889         0    158502    121302   3370340     17.96     18.94
11886.55/1487.50	c  N dy 21668   7357711       312     26889         0    178070    121302   3973270     17.96     18.94
11938.50/1494.09	c  N dy 21779   7380667       312     26889         0    200336    121302   4668574     17.96     18.93
11987.24/1500.13	c  N dy 21874   7400957       312     26889         0    220002    121302   5281477     17.96     18.92
12036.79/1506.37	c  N dy 21917   7424030       312     26889         0    126159    121302   2371550     17.96     18.99
12077.55/1511.45	c  N dy 21998   7447759       312     26889         0    149101    121302   3062474     17.96     18.91
12115.10/1516.15	c  N dy 22064   7467837       312     26889         0    168508    121302   3648341     17.96     19.94
12203.81/1527.26	c  N dy 22066   7511673       312     26889         0    210920    121302   4767055     17.94     18.97
12251.75/1533.25	c  N dy 22147   7531722       312     26889         0    230416    121302   5358520     17.94     22.10
12294.20/1538.51	c  N dy 22223   7551888       312     26889         0    132889    121302   2577349     17.94     18.94
12326.89/1542.65	c  N dy 22260   7572540       312     26889         0    152742    121302   3151933     17.94     18.93
12361.25/1546.96	c  N dy 22280   7592623       312     26889         0    172040    121302   3704611     17.94     19.45
12403.61/1552.27	c  N dy 22350   7612643       312     26889         0    191469    121302   4283709     17.94     19.01
12451.59/1558.27	c  N dy 22397   7636348       312     26889         0    214486    121302   4992106     17.94     18.89
12501.90/1564.53	c  N dy 22464   7656467       312     26889         0    233986    121302   5582505     17.94     19.24
12543.46/1569.79	c  N dy 22521   7677894       312     26889         0    136708    121302   2649298     17.93     18.89
12578.63/1574.16	c  N dy 22568   7698033       312     26889         0    156146    121302   3221077     17.93     18.89
12612.19/1578.38	c  S st 22605   7716397       312     26889         0    173885    121302   3742500     17.93   no data
12613.80/1578.57	c  S st 22605   7716901       312     26889         0    174386    121302   3759577     17.93   no data
12613.80/1578.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
12614.60/1578.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.1M T:  0.09
12614.60/1578.68	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
12614.60/1578.68	c bin-w-bin subsume rem            0 bins  time:  0.00 s
12614.60/1578.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
12614.60/1578.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    312 time:  0.00 s
12614.60/1578.68	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
12615.40/1578.73	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
12616.20/1578.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
12674.52/1586.18	c lits-rem:       877  cl-subs:     5470  v-elim:      0  v-fix:    0  time:  7.34 s
12674.52/1586.18	c vivif2 --  cl tried    26889 cl shrink        0 lits rem          0 time: 0.00
12675.33/1586.23	c vivif2 --  cl tried   168916 cl shrink        0 lits rem          0 time: 0.05
12678.53/1586.62	c asymm  cl-useful: 0/3013/26889 lits-rem:0 time: 0.38
12678.53/1586.63	c calculated reachability. Time: 0.00
12678.53/1586.63	c  N dy 22605   7716901       312     26889         0    168916    121302   3650191     17.93   no data
12721.69/1592.05	c  N dy 22713   7737125       312     26889         0    188613    121302   4265119     17.93     18.94
12770.42/1598.14	c  N dy 22790   7757631       312     26889         0    208489    121302   4866787     17.93     18.99
12831.16/1605.77	c  N dy 22867   7779521       312     26889         0    229668    121302   5512271     17.93     19.01
12875.12/1611.25	c  N dy 22923   7799609       312     26889         0    130161    121302   2458610     17.93     21.78
12911.87/1615.84	c  N dy 22971   7819670       312     26889         0    149600    121302   3046858     17.93     18.88
12973.42/1623.56	c  N dy 23061   7847354       312     26889         0    176394    121302   3847087     17.93     19.02
13117.27/1641.54	c  N dy 23135   7906454       312     26889         0    232625    121302   5388779     17.91     18.91
13159.62/1646.84	c  N dy 23215   7926483       312     26889         0    132543    121302   2538054     17.91     21.05
13205.98/1652.62	c  N dy 23271   7954418       312     26889         0    159644    121302   3335596     17.91     19.00
13246.72/1657.75	c  N dy 23333   7975562       312     26889         0    180094    121302   3949087     17.91     18.88
13291.48/1663.34	c  N dy 23426   7995787       312     26889         0    199745    121302   4558095     17.91     18.88
13341.02/1669.50	c  N dy 23479   8019020       312     26889         0    222235    121302   5214416     17.91     18.93
13397.78/1676.62	c  N dy 23533   8041040       312     26889         0    122736    121302   2210821     17.91     19.03
13430.54/1680.73	c  N dy 23606   8061138       312     26889         0    142131    121302   2797893     17.91     20.51
13466.50/1685.20	c  N dy 23665   8081234       312     26889         0    161542    121302   3372339     17.91     21.42
13502.47/1689.77	c  N dy 23700   8101624       312     26889         0    181075    121302   3934969     17.90     18.99
13544.02/1694.93	c  N dy 23748   8122206       312     26889         0    200969    121302   4522996     17.90     18.91
13614.35/1703.75	c  N dy 23818   8154305       312     26889         0    231940    121302   5430986     17.90     18.90
13666.30/1710.23	c  N dy 23885   8176542       312     26889         0    131841    121302   2474728     17.90     19.00
13700.73/1714.52	c  N dy 23947   8196720       312     26889         0    151383    121302   3059133     17.90     18.85
13736.62/1719.08	c  N dy 23993   8216786       312     26889         0    170757    121302   3637155     17.89     20.39
13737.42/1719.11	c  S st 23995   8216901       312     26889         0    170869    121302   3640729     17.89   no data
13738.22/1719.28	c  S st 23995   8217401       312     26889         0    171365    121302   3658389     17.89   no data
13739.02/1719.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
13739.02/1719.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.3M T:  0.09
13739.82/1719.40	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
13739.82/1719.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
13739.82/1719.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13739.82/1719.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    312 time:  0.00 s
13739.82/1719.40	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
13739.82/1719.44	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
13740.61/1719.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13786.97/1725.37	c lits-rem:       429  cl-subs:     3655  v-elim:      0  v-fix:    0  time:  5.82 s
13786.97/1725.37	c vivif2 --  cl tried    26889 cl shrink        0 lits rem          0 time: 0.00
13787.81/1725.42	c vivif2 --  cl tried   167710 cl shrink        0 lits rem          0 time: 0.05
13790.98/1725.83	c asymm  cl-useful: 0/1901/26889 lits-rem:0 time: 0.41
13790.98/1725.84	c calculated reachability. Time: 0.00
13790.98/1725.84	c  N dy 23995   8217401       312     26889         0    167710    121302   3579520     17.89   no data
13830.13/1730.75	c  N dy 24035   8237657       312     26889         0    187301    121302   4147884     17.89     18.84
13871.69/1735.97	c  N dy 24082   8257683       312     26889         0    206696    121302   4719064     17.89     19.90
13922.04/1742.28	c  N dy 24120   8279512       312     26889         0    227801    121302   5330938     17.89     18.96
13991.56/1750.96	c  N dy 24166   8309737       312     26889         0    134143    121302   2513547     17.89     18.85
14029.12/1755.63	c  N dy 24215   8329758       312     26889         0    153440    121302   3084712     17.88     24.43
14073.08/1761.10	c  N dy 24299   8349812       312     26889         0    172840    121302   3679915     17.88     23.89
14117.04/1766.68	c  N dy 24359   8371671       312     26889         0    193977    121302   4301614     17.88     18.83
14168.98/1773.10	c  N dy 24441   8391734       312     26889         0    213452    121302   4908484     17.88     21.05
14235.32/1781.41	c  N dy 24504   8414287       312     26889         0    235326    121302   5560453     17.88     18.88
14287.26/1787.99	c  N dy 24527   8436057       312     26889         0    132547    121302   2447890     17.88     18.84
14329.61/1793.24	c  N dy 24609   8461006       312     26889         0    156621    121302   3174309     17.88     18.86
14371.97/1798.51	c  N dy 24665   8483719       312     26889         0    178573    121302   3819718     17.88     18.88
14413.53/1803.79	c  N dy 24733   8503796       312     26889         0    197969    121302   4409913     17.88     29.41
14459.88/1809.55	c  N dy 24782   8526139       312     26889         0    219448    121302   5041726     17.88     18.82
14526.25/1817.83	c  N dy 24824   8556305       312     26889         0    248699    121302   5900387     17.87     18.82
14570.20/1823.35	c  N dy 24864   8579365       312     26889         0    146432    121302   2858085     17.87     18.99
14608.53/1828.10	c  N dy 24932   8600035       312     26889         0    166420    121302   3454977     17.87     18.83
14650.15/1833.33	c  N dy 25026   8620178       312     26889         0    186006    121302   4048031     17.87     18.82
14691.63/1838.53	c  N dy 25081   8640238       312     26889         0    205293    121302   4615907     17.87     18.84
14737.23/1844.28	c  N dy 25139   8661584       312     26889         0    225973    121302   5235176     17.87     18.87
14809.11/1853.28	c  N dy 25206   8692578       312     26889         0    130154    121302   2363791     17.86     18.88
14842.72/1857.44	c  N dy 25252   8712913       312     26889         0    149781    121302   2936341     17.86     18.91
14850.68/1858.50	c  S st 25271   8717401       312     26889         0    154108    121302   3064863     17.86     18.40
14852.34/1858.66	c  S st 25271   8717904       312     26889         0    154609    121302   3082516     17.86   no data
14852.34/1858.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
14853.06/1858.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.0M T:  0.08
14853.06/1858.76	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
14853.06/1858.76	c bin-w-bin subsume rem            0 bins  time:  0.00 s
14853.06/1858.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14853.06/1858.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    312 time:  0.00 s
14853.06/1858.77	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
14853.86/1858.81	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
14853.86/1858.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14882.64/1862.47	c lits-rem:       341  cl-subs:     2876  v-elim:      0  v-fix:    0  time:  3.57 s
14882.64/1862.47	c vivif2 --  cl tried    26889 cl shrink        0 lits rem          0 time: 0.00
14883.44/1862.51	c vivif2 --  cl tried   151733 cl shrink        0 lits rem          0 time: 0.04
14886.68/1862.94	c asymm  cl-useful: 0/1584/26889 lits-rem:0 time: 0.42
14886.68/1862.94	c calculated reachability. Time: 0.00
14886.68/1862.94	c  N dy 25271   8717904       312     26889         0    151733    121302   3025713     17.86   no data
14925.00/1867.79	c  N dy 25342   8738329       312     26889         0    171554    121302   3617415     17.86     18.86
14964.96/1872.77	c  N dy 25429   8758390       312     26889         0    191043    121302   4221078     17.86     21.82
15011.31/1878.52	c  N dy 25479   8780116       312     26889         0    212021    121302   4837193     17.86     18.81
15058.46/1884.47	c  N dy 25556   8800165       312     26889         0    231449    121302   5433113     17.86     24.20
15114.40/1891.48	c  N dy 25633   8820186       312     26889         0    250840    121302   6015372     17.86     18.83
15156.76/1896.71	c  N dy 25680   8840215       312     26889         0    143555    121302   2751091     17.86     19.56
15204.71/1902.77	c  N dy 25733   8866894       312     26889         0    169232    121302   3484573     17.86     18.82
15247.93/1908.14	c  N dy 25827   8887214       312     26889         0    188954    121302   4088853     17.86     18.81
15291.89/1913.70	c  N dy 25893   8907754       312     26889         0    208864    121302   4684149     17.86     18.81
15335.84/1919.14	c  N dy 25955   8928020       312     26889         0    228466    121302   5275966     17.86     18.80
15387.76/1925.70	c  N dy 26009   8950193       312     26889         0    249896    121302   5905039     17.86     18.99
15438.87/1932.05	c  N dy 26083   8970241       312     26889         0    141778    121302   2701401     17.86     23.10
15480.42/1937.24	c  N dy 26142   8991016       312     26889         0    161852    121302   3301064     17.86     18.81
15521.97/1942.40	c  N dy 26237   9011094       312     26889         0    181333    121302   3891397     17.86     22.27
15562.75/1947.54	c  N dy 26299   9031185       312     26889         0    200703    121302   4457817     17.86     18.80
15611.48/1953.68	c  N dy 26377   9051266       312     26889         0    220146    121302   5045960     17.86     21.47
15707.38/1965.69	c  N dy 26395   9096171       312     26889         0    134663    121302   2457850     17.84     18.83
15743.34/1970.15	c  N dy 26489   9116343       312     26889         0    154201    121302   3059971     17.85     18.83
15785.70/1975.42	c  N dy 26573   9137149       312     26889         0    174366    121302   3669048     17.85     18.80
15826.46/1980.54	c  N dy 26634   9157393       312     26889         0    193930    121302   4260812     17.85     18.90
15871.25/1986.20	c  N dy 26701   9177403       312     26889         0    213299    121302   4840725     17.85     20.38
15940.75/1994.80	c  N dy 26776   9206819       312     26889         0    241755    121302   5688958     17.85     18.88
15967.12/1998.13	c  S st 26805   9217904       312     26889         0    252476    121302   6009401     17.85     16.76
15969.52/1998.40	c  S st 26805   9218408       312     26889         0    252979    121302   6025621     17.85   no data
15969.52/1998.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
15970.31/1998.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.2M T:  0.14
15970.31/1998.57	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
15970.31/1998.57	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15970.31/1998.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15970.31/1998.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    312 time:  0.00 s
15970.31/1998.57	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
15971.11/1998.63	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
15972.71/1998.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16138.94/2019.62	c lits-rem:      1069  cl-subs:     9748  v-elim:      0  v-fix:    0  time: 20.80 s
16138.94/2019.62	c vivif2 --  cl tried    26889 cl shrink        0 lits rem          0 time: 0.00
16139.74/2019.71	c vivif2 --  cl tried   243231 cl shrink        0 lits rem          0 time: 0.09
16142.94/2020.15	c asymm  cl-useful: 0/955/26889 lits-rem:0 time: 0.44
16142.94/2020.16	c calculated reachability. Time: 0.00
16142.94/2020.16	c  N dy 26805   9218408       312     26889         0    243231    121302   5819557     17.85   no data
16204.48/2027.82	c  N dy 26842   9244457       312     26889         0    139093    121302   2583162     17.84     18.84
16242.84/2032.63	c  N dy 26936   9264554       312     26889         0    158592    121302   3188319     17.84     21.12
16290.80/2038.66	c  N dy 26994   9288999       312     26889         0    182193    121302   3886613     17.84     18.85
16341.14/2044.90	c  N dy 27080   9309168       312     26889         0    201799    121302   4480518     17.84     18.79
16418.66/2054.61	c  N dy 27119   9340952       312     26889         0    232385    121302   5351669     17.84     18.81
16488.98/2063.48	c  N dy 27176   9365872       312     26889         0    256402    121302   6053901     17.84     18.91
16546.53/2070.69	c  N dy 27216   9394581       312     26889         0    153630    121302   2978531     17.83     18.86
16597.67/2077.04	c  N dy 27282   9422652       312     26889         0    180762    121302   3774053     17.83     18.99
16664.80/2085.45	c  N dy 27296   9453655       312     26889         0    210575    121302   4618698     17.82     18.86
16720.75/2092.43	c  N dy 27380   9476614       312     26889         0    232879    121302   5285445     17.82     18.96
16772.69/2098.92	c  N dy 27469   9496629       312     26889         0    252255    121302   5880260     17.83     18.78
16825.43/2105.58	c  N dy 27566   9516637       312     26889         0    140312    121302   2612056     17.83     19.41
16862.19/2110.18	c  N dy 27645   9536666       312     26889         0    159741    121302   3207092     17.83     18.80
16903.74/2115.39	c  N dy 27750   9556740       312     26889         0    179234    121302   3809750     17.83     21.30
16944.58/2120.42	c  N dy 27804   9576904       312     26889         0    198753    121302   4384890     17.83     18.87
16987.70/2125.85	c  N dy 27851   9596931       312     26889         0    218150    121302   4955320     17.83     22.31
17029.22/2131.02	c  N dy 27854   9618581       312     26889         0    238882    121302   5539264     17.82     19.10
17101.98/2140.21	c  N dy 27897   9646520       312     26889         0    133385    121302   2381850     17.82     18.78
17139.51/2144.82	c  N dy 28009   9666576       312     26889         0    152775    121302   2980066     17.82     20.04
17177.07/2149.57	c  N dy 28019   9688036       312     26889         0    173496    121302   3560250     17.82     18.85
17217.82/2154.69	c  N dy 28084   9708321       312     26889         0    193208    121302   4163603     17.82     18.85
17237.80/2157.14	c  S st 28094   9718409       312     26889         0    202906    121302   4436822     17.82     15.91
17239.41/2157.36	c  S st 28094   9718913       312     26889         0    203409    121302   4452703     17.82   no data
17239.41/2157.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
17240.20/2157.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.6M T:  0.11
17240.20/2157.49	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
17240.20/2157.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
17240.20/2157.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17241.00/2157.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    312 time:  0.00 s
17241.00/2157.50	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
17241.00/2157.55	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
17241.80/2157.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17323.31/2167.88	c lits-rem:       870  cl-subs:     5575  v-elim:      0  v-fix:    0  time: 10.20 s
17323.31/2167.89	c vivif2 --  cl tried    26889 cl shrink        0 lits rem          0 time: 0.00
17324.11/2167.94	c vivif2 --  cl tried   197834 cl shrink        0 lits rem          0 time: 0.06
17327.32/2168.38	c asymm  cl-useful: 0/1271/26889 lits-rem:0 time: 0.43
17327.32/2168.39	c calculated reachability. Time: 0.00
17327.32/2168.39	c  N dy 28094   9718913       312     26889         0    197834    121302   4335254     17.82   no data
17382.47/2175.29	c  N dy 28164   9741240       312     26889         0    219431    121302   4983608     17.82     18.83
17439.99/2182.43	c  N dy 28224   9761363       312     26889         0    238805    121302   5555033     17.81     18.94
17502.32/2190.24	c  N dy 28279   9781396       312     26889         0    258144    121302   6123243     17.81     18.96
17554.26/2196.74	c  N dy 28346   9802922       312     26889         0    145813    121302   2743789     17.81     18.76
17595.82/2201.94	c  N dy 28424   9825991       312     26889         0    168133    121302   3411594     17.81     18.83
17634.18/2206.70	c  N dy 28445   9846073       312     26889         0    187394    121302   3970508     17.81     19.98
17679.74/2212.41	c  N dy 28503   9866673       312     26889         0    207382    121302   4574112     17.81     18.79
17734.92/2219.36	c  N dy 28558   9888270       312     26889         0    228211    121302   5181855     17.81     18.76
17792.43/2226.54	c  N dy 28623   9913045       312     26889         0    252155    121302   5904620     17.81     18.78
17849.19/2233.69	c  N dy 28673   9933077       312     26889         0    137318    121302   2472995     17.81     22.45
17889.12/2238.63	c  N dy 28792   9953432       312     26889         0    157110    121302   3092362     17.81     18.84
17926.68/2243.35	c  N dy 28844   9973521       312     26889         0    176574    121302   3665545     17.81     21.42
17969.84/2248.71	c  N dy 28925   9993551       312     26889         0    196012    121302   4259296     17.81     23.53
18012.19/2254.05	c  N dy 28984  10013591       312     26889         0    215409    121302   4841542     17.81     25.79
18066.54/2260.81	c  N dy 29075  10034890       312     26889         0    236105    121302   5465114     17.81     18.75
18122.55/2267.88	c  N dy 29183  10055525       312     26889         0    256152    121302   6085444     17.81     18.78
18172.83/2274.12	c  N dy 29202  10075568       312     26889         0    139967    121302   2537545     17.81     18.77
18210.45/2278.85	c  N dy 29283  10096465       312     26889         0    160208    121302   3145704     17.81     18.75
18251.15/2283.95	c  N dy 29356  10116958       312     26889         0    180042    121302   3748036     17.81     18.75
18299.09/2289.94	c  N dy 29438  10138836       312     26889         0    201240    121302   4389045     17.81     18.79
18351.11/2296.43	c  N dy 29488  10163000       312     26889         0    224550    121302   5083810     17.81     18.82
18406.18/2303.33	c  N dy 29595  10183549       312     26889         0    244517    121302   5699033     17.81     18.76
18462.13/2310.31	c  N dy 29665  10204186       312     26889         0    264457    121302   6292009     17.81     19.15
18502.09/2315.39	c  S st 29706  10218916       312     26889         0    142212    121302   2592163     17.81     16.84
18503.69/2315.54	c  S st 29706  10219422       312     26889         0    142712    121302   2608854     17.81   no data
18503.69/2315.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
18504.49/2315.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.08
18504.49/2315.63	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
18504.49/2315.63	c bin-w-bin subsume rem            0 bins  time:  0.00 s
18504.49/2315.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18504.49/2315.63	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    312 time:  0.00 s
18504.49/2315.63	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
18504.49/2315.67	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
18505.29/2315.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18520.47/2317.69	c lits-rem:        63  cl-subs:      558  v-elim:      0  v-fix:    0  time:  1.93 s
18520.47/2317.69	c vivif2 --  cl tried    26889 cl shrink        0 lits rem          0 time: 0.00
18521.27/2317.74	c vivif2 --  cl tried   142154 cl shrink        0 lits rem          0 time: 0.04
18524.47/2318.14	c asymm  cl-useful: 0/2076/26889 lits-rem:0 time: 0.41
18524.47/2318.15	c calculated reachability. Time: 0.00
18524.47/2318.15	c  N dy 29706  10219422       312     26889         0    142154    121302   2598137     17.81   no data
18559.63/2322.55	c  N dy 29764  10239523       312     26889         0    161610    121302   3174807     17.81     23.21
18599.58/2327.52	c  N dy 29827  10259629       312     26889         0    181104    121302   3759622     17.81     19.01
18653.94/2334.33	c  N dy 29923  10282417       312     26889         0    203265    121302   4433747     17.81     18.80
18700.28/2340.15	c  N dy 29984  10302801       312     26889         0    222925    121302   5024387     17.81     18.76
18751.43/2346.56	c  N dy 30054  10323349       312     26889         0    242841    121302   5625564     17.81     18.78
18802.58/2352.91	c  N dy 30106  10343359       312     26889         0    262180    121302   6203560     17.81     19.32
18864.13/2360.63	c  N dy 30180  10366379       312     26889         0    146982    121302   2723217     17.81     18.76
18903.29/2365.53	c  N dy 30219  10387375       312     26889         0    167256    121302   3320851     17.81     18.79
18948.90/2371.23	c  N dy 30302  10407399       312     26889         0    186722    121302   3921974     17.81     23.35
19002.37/2377.99	c  N dy 30396  10427405       312     26889         0    206073    121302   4512147     17.81     19.08
19053.57/2384.39	c  N dy 30481  10447494       312     26889         0    225413    121302   5094163     17.81     20.40
19120.66/2392.70	c  N dy 30576  10474436       312     26889         0    251407    121302   5882377     17.81     18.89
19174.21/2399.44	c  N dy 30650  10494573       312     26889         0    270892    121302   6474014     17.81     18.96
19234.14/2406.90	c  N dy 30718  10521315       312     26889         0    158466    121302   3039570     17.81     18.82
19270.10/2411.45	c  N dy 30743  10541359       312     26889         0    177731    121302   3578928     17.81     19.05
19314.86/2417.03	c  N dy 30771  10565355       312     26889         0    200890    121302   4248082     17.81     18.80
19360.42/2422.70	c  N dy 30827  10585907       312     26889         0    220837    121302   4844337     17.81     18.79
19409.15/2428.80	c  N dy 30881  10607762       312     26889         0    241972    121302   5472031     17.81     18.78
19459.51/2435.16	c  N dy 30947  10628268       312     26889         0    261811    121302   6059661     17.81     18.80
19522.65/2443.06	c  N dy 31001  10651668       312     26889         0    145149    121302   2639993     17.80     18.75
19559.42/2447.63	c  N dy 31079  10671871       312     26889         0    164696    121302   3222470     17.80     18.81
19629.74/2456.49	c  N dy 31122  10709889       312     26889         0    201186    121302   4267338     17.80     18.78
19652.18/2459.28	c  S st 31163  10719423       312     26889         0    210468    121302   4547817     17.80     16.27
19654.51/2459.50	c  S st 31163  10719926       312     26889         0    210970    121302   4565577     17.80   no data
19654.51/2459.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
19655.31/2459.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.6M T:  0.11
19655.31/2459.64	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
19655.31/2459.64	c bin-w-bin subsume rem            0 bins  time:  0.00 s
19655.31/2459.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19655.31/2459.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    312 time:  0.00 s
19655.31/2459.64	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
19655.31/2459.69	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
19656.91/2459.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19747.22/2471.14	c lits-rem:       729  cl-subs:     9101  v-elim:      0  v-fix:    0  time: 11.31 s
19747.22/2471.14	c vivif2 --  cl tried    26889 cl shrink        0 lits rem          0 time: 0.00
19747.22/2471.20	c vivif2 --  cl tried   201869 cl shrink        0 lits rem          0 time: 0.06
19751.21/2471.62	c asymm  cl-useful: 0/1849/26889 lits-rem:0 time: 0.42
19751.21/2471.63	c calculated reachability. Time: 0.00
19751.21/2471.63	c  N dy 31163  10719926       312     26889         0    201869    121302   4390783     17.80   no data
19797.56/2477.45	c  N dy 31235  10740637       312     26889         0    221799    121302   4988034     17.80     18.79
19850.31/2484.01	c  N dy 31283  10762399       312     26889         0    242751    121302   5606245     17.80     18.93
19920.64/2492.82	c  N dy 31347  10785823       312     26889         0    265430    121302   6278960     17.80     18.78
19979.77/2500.27	c  N dy 31405  10806083       312     26889         0    145229    121302   2645619     17.80     18.74
20021.40/2505.46	c  N dy 31457  10826363       312     26889         0    164709    121302   3212881     17.79     18.74
20072.48/2511.90	c  N dy 31548  10846439       312     26889         0    184195    121302   3808493     17.80     22.46
20133.22/2519.47	c  N dy 31596  10870578       312     26889         0    207609    121302   4503334     17.80     18.74
20194.75/2527.19	c  N dy 31659  10890650       312     26889         0    227014    121302   5100362     17.80     18.76
20255.49/2534.75	c  N dy 31737  10910675       312     26889         0    246335    121302   5679109     17.80     20.31
20322.62/2543.10	c  N dy 31832  10931444       312     26889         0    266534    121302   6294460     17.80     18.85
20388.95/2551.44	c  N dy 31906  10952279       312     26889         0    145656    121302   2640141     17.80     18.76
20427.31/2556.23	c  N dy 31968  10972308       312     26889         0    165009    121302   3213118     17.80     25.85
20465.66/2561.05	c  N dy 32005  10992904       312     26889         0    184968    121302   3788398     17.79     18.91
20507.22/2566.23	c  N dy 32064  11013000       312     26889         0    204418    121302   4372077     17.79     19.25
20551.98/2571.89	c  N dy 32125  11033074       312     26889         0    223824    121302   4958934     17.79     22.32
20599.93/2577.86	c  N dy 32172  11053144       312     26889         0    243236    121302   5535814     17.79     20.28
20649.48/2584.04	c  N dy 32232  11073160       312     26889         0    262655    121302   6121287     17.79     18.75
20796.52/2602.40	c  N dy 32279  11143786       312     26889         0    188194    121302   3748218     17.78     18.74
20839.68/2607.80	c  N dy 32343  11163815       312     26889         0    207536    121302   4314539     17.78     19.91
20909.29/2616.53	c  N dy 32413  11194178       312     26889         0    236982    121302   5174153     17.78     18.75
20956.37/2622.46	c  N dy 32464  11214201       312     26889         0    256343    121302   5753545     17.77     18.78
20972.35/2624.47	c  S st 32490  11219926       312     26889         0    261894    121302   5923640     17.78   no data
20974.75/2624.71	c  S st 32490  11220426       312     26889         0    262389    121302   5940588     17.78   no data
20974.75/2624.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
20975.55/2624.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.4M T:  0.15
20975.55/2624.89	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
20975.55/2624.89	c bin-w-bin subsume rem            0 bins  time:  0.00 s
20975.55/2624.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
20975.55/2624.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    312 time:  0.00 s
20975.55/2624.89	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
20976.35/2624.96	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
20977.94/2625.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
21272.04/2661.93	c lits-rem:      3434  cl-subs:    16774  v-elim:      0  v-fix:    0  time: 36.78 s
21272.04/2661.93	c vivif2 --  cl tried    26889 cl shrink        0 lits rem          0 time: 0.00
21272.84/2662.01	c vivif2 --  cl tried   245615 cl shrink        0 lits rem          0 time: 0.08
21276.04/2662.50	c asymm  cl-useful: 0/1429/26889 lits-rem:0 time: 0.49
21276.84/2662.51	c calculated reachability. Time: 0.00
21276.84/2662.51	c  N dy 32490  11220426       312     26889         0    245615    121302   5612986     17.78   no data
21333.57/2669.61	c  N dy 32517  11241748       312     26889         0    266127    121302   6201593     17.77     18.71
21416.70/2680.04	c  N dy 32621  11262632       312     26889         0    143825    121302   2560010     17.77     19.09
21459.04/2685.34	c  N dy 32650  11283140       312     26889         0    163509    121302   3130142     17.77     18.74
21513.38/2692.16	c  N dy 32698  11303269       312     26889         0    182931    121302   3698742     17.77     18.87
21564.52/2698.54	c  N dy 32743  11323370       312     26889         0    202311    121302   4272749     17.77     18.75
21618.08/2705.24	c  N dy 32811  11343392       312     26889         0    221735    121302   4862621     17.77     22.39
21676.41/2712.51	c  N dy 32890  11363435       312     26889         0    241140    121302   5446610     17.77     18.75
21726.84/2718.89	c  N dy 32930  11383503       312     26889         0    260511    121302   6013595     17.77     22.29
21781.10/2725.62	c  N dy 32961  11403507       312     26889         0    279911    121302   6580887     17.77     18.84
21839.44/2732.90	c  N dy 32998  11428163       312     26889         0    159997    121302   3005026     17.77     18.78
21876.28/2737.56	c  N dy 33048  11448207       312     26889         0    179340    121302   3575496     17.77     20.64
21920.95/2743.15	c  N dy 33145  11468283       312     26889         0    198801    121302   4172389     17.77     20.43
21962.51/2748.39	c  N dy 33199  11488310       312     26889         0    218310    121302   4757442     17.77     19.01
22012.86/2754.63	c  N dy 33262  11509795       312     26889         0    239107    121302   5380180     17.77     18.71
22108.76/2766.69	c  N dy 33361  11549192       312     26889         0    277317    121302   6500337     17.76     18.79
22184.68/2776.20	c  N dy 33465  11576772       312     26889         0    159101    121302   2985903     17.76     18.76
22223.04/2780.95	c  N dy 33519  11596777       312     26889         0    178402    121302   3554200     17.76     18.74
22266.19/2786.34	c  N dy 33598  11616864       312     26889         0    197837    121302   4143654     17.76     18.80
22310.95/2791.95	c  N dy 33667  11637048       312     26889         0    217366    121302   4727814     17.77     18.82
22361.30/2798.25	c  N dy 33745  11657090       312     26889         0    236754    121302   5312575     17.77     21.63
22415.64/2805.04	c  N dy 33834  11677109       312     26889         0    256167    121302   5900237     17.77     21.81
22523.52/2818.52	c  N dy 33857  11718364       312     26889         0    149699    121302   2675992     17.76     18.79
22527.51/2819.01	c  S st 33864  11720428       312     26889         0    151696    121302   2733082     17.76     17.86
22528.31/2819.17	c  S st 33864  11720933       312     26889         0    152198    121302   2751354     17.76   no data
22528.31/2819.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
22529.11/2819.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.08
22529.11/2819.27	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
22529.11/2819.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
22529.11/2819.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
22529.11/2819.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    312 time:  0.00 s
22529.11/2819.27	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
22529.92/2819.32	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
22530.72/2819.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
22548.30/2821.70	c lits-rem:       189  cl-subs:     1094  v-elim:      0  v-fix:    0  time:  2.29 s
22549.10/2821.70	c vivif2 --  cl tried    26889 cl shrink        0 lits rem          0 time: 0.00
22549.10/2821.74	c vivif2 --  cl tried   151104 cl shrink        0 lits rem          0 time: 0.04
22552.34/2822.14	c asymm  cl-useful: 0/2689/26889 lits-rem:0 time: 0.41
22552.34/2822.15	c calculated reachability. Time: 0.00
22552.34/2822.15	c  N dy 33864  11720933       312     26889         0    151104    121302   2731134     17.76   no data
22593.06/2827.26	c  N dy 33867  11743626       312     26889         0    172905    121302   3327964     17.75     18.71
22634.62/2832.42	c  N dy 33941  11763693       312     26889         0    192292    121302   3911579     17.75     24.13
22678.57/2837.95	c  N dy 33991  11784835       312     26889         0    212788    121302   4505312     17.75     18.95
22727.32/2844.10	c  N dy 34029  11805484       312     26889         0    232769    121302   5099291     17.75     18.76
22786.46/2851.45	c  N dy 34073  11825635       312     26889         0    252197    121302   5663880     17.75     18.73
22852.79/2859.72	c  N dy 34136  11845674       312     26889         0    271559    121302   6249738     17.75     19.93
22926.32/2868.92	c  N dy 34165  11874046       312     26889         0    152217    121302   2742392     17.74     18.71
22967.07/2874.04	c  N dy 34213  11896556       312     26889         0    173970    121302   3389829     17.74     18.70
23008.63/2879.26	c  N dy 34287  11916619       312     26889         0    193460    121302   3980495     17.74     23.08
23054.26/2884.97	c  N dy 34353  11937030       312     26889         0    213152    121302   4554517     17.74     18.86
23104.54/2891.20	c  N dy 34437  11958257       312     26889         0    233669    121302   5172734     17.74     18.72
23157.28/2897.82	c  N dy 34493  11979819       312     26889         0    254523    121302   5784426     17.74     18.80
23213.22/2904.82	c  N dy 34567  11999916       312     26889         0    273930    121302   6361079     17.74     24.68
23284.34/2913.70	c  N dy 34620  12023126       312     26889         0    148533    121302   2628348     17.74     18.78
23317.98/2917.92	c  N dy 34655  12043301       312     26889         0    168018    121302   3197596     17.74     18.81
23361.94/2923.49	c  N dy 34757  12064819       312     26889         0    188893    121302   3833228     17.74     18.76
23405.89/2928.98	c  N dy 34829  12085521       312     26889         0    208909    121302   4437396     17.74     18.69
23453.78/2934.95	c  N dy 34910  12106634       312     26889         0    229348    121302   5059296     17.74     18.79
23500.93/2940.90	c  N dy 34968  12126659       312     26889         0    248670    121302   5632465     17.74     24.99
23557.67/2947.99	c  N dy 34985  12150267       312     26889         0    271259    121302   6233097     17.74     18.74
23617.60/2955.44	c  N dy 35053  12171735       312     26889         0    292087    121302   6858373     17.74     18.68
23669.62/2961.98	c  N dy 35132  12191890       312     26889         0    162829    121302   3060945     17.74     18.68
23711.91/2967.24	c  N dy 35208  12212951       312     26889         0    183180    121302   3671357     17.74     18.77
23727.10/2969.11	c  S st 35222  12220933       312     26889         0    190879    121302   3895815     17.74     17.23
23728.70/2969.33	c  S st 35222  12221437       312     26889         0    191381    121302   3911892     17.74   no data
23728.70/2969.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
23729.50/2969.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.2M T:  0.10
23729.50/2969.45	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
23729.50/2969.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
23729.50/2969.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23729.50/2969.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    312 time:  0.00 s
23729.50/2969.46	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
23730.33/2969.51	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
23731.16/2969.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23776.64/2975.31	c lits-rem:       320  cl-subs:     2973  v-elim:      0  v-fix:    0  time:  5.68 s
23776.64/2975.31	c vivif2 --  cl tried    26889 cl shrink        0 lits rem          0 time: 0.00
23776.64/2975.37	c vivif2 --  cl tried   188408 cl shrink        0 lits rem          0 time: 0.05
23779.83/2975.78	c asymm  cl-useful: 0/2323/26889 lits-rem:0 time: 0.41
23779.83/2975.79	c calculated reachability. Time: 0.00
23779.83/2975.79	c  N dy 35222  12221437       312     26889         0    188408    121302   3846411     17.74   no data
23822.19/2981.03	c  N dy 35269  12241551       312     26889         0    207762    121302   4412233     17.74     18.68
23884.53/2988.86	c  N dy 35275  12272135       312     26889         0    236896    121302   5185581     17.73     18.70
23942.87/2996.20	c  N dy 35388  12292147       312     26889         0    256282    121302   5784985     17.73     25.94
24013.99/3005.06	c  N dy 35521  12312165       312     26889         0    275767    121302   6398382     17.74     22.43
24069.14/3011.99	c  N dy 35569  12332456       312     26889         0    295320    121302   6975339     17.74     18.75
24186.62/3026.67	c  N dy 35595  12383347       312     26889         0    194769    121302   3850655     17.72     18.85
24248.15/3034.32	c  N dy 35663  12403397       312     26889         0    214162    121302   4428188     17.73     23.77
24301.74/3041.09	c  N dy 35709  12423426       312     26889         0    233518    121302   4989690     17.72     24.70
24360.03/3048.32	c  N dy 35780  12443740       312     26889         0    253113    121302   5580808     17.72     18.77
24411.98/3054.84	c  N dy 35825  12464283       312     26889         0    272888    121302   6162536     17.72     18.66
24466.33/3061.65	c  N dy 35892  12484367       312     26889         0    292213    121302   6736043     17.72     18.70
24519.07/3068.25	c  N dy 35946  12504677       312     26889         0    161433    121302   2982683     17.72     18.69
24560.62/3073.48	c  N dy 36001  12527083       312     26889         0    183073    121302   3626571     17.72     18.70
24606.97/3079.26	c  N dy 36058  12548333       312     26889         0    203665    121302   4232962     17.72     18.67
24661.31/3086.08	c  N dy 36136  12572990       312     26889         0    227488    121302   4945872     17.72     18.68
24710.05/3092.11	c  N dy 36183  12593085       312     26889         0    246945    121302   5505289     17.72     18.73
24767.64/3099.40	c  N dy 36225  12617707       312     26889         0    270687    121302   6197686     17.72     18.79
24825.13/3106.59	c  N dy 36303  12637816       312     26889         0    290108    121302   6783628     17.72     18.68
24890.70/3114.78	c  N dy 36367  12659162       312     26889         0    159150    121302   2891180     17.72     18.73
24945.02/3121.59	c  N dy 36434  12688394       312     26889         0    187336    121302   3717823     17.72     18.65
24987.41/3126.90	c  N dy 36464  12709792       312     26889         0    208061    121302   4321505     17.71     18.81
25011.35/3129.81	c  S st 36469  12721437       312     26889         0    219335    121302   4652003     17.71     15.90
25012.95/3130.05	c  S st 36469  12721938       312     26889         0    219835    121302   4669400     17.71   no data
25012.95/3130.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
25013.78/3130.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.8M T:  0.12
25013.78/3130.20	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
25013.78/3130.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
25013.78/3130.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25013.78/3130.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    312 time:  0.00 s
25013.78/3130.20	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
25014.62/3130.26	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
25016.13/3130.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25097.66/3140.67	c lits-rem:       769  cl-subs:     6357  v-elim:      0  v-fix:    0  time: 10.26 s
25097.66/3140.67	c vivif2 --  cl tried    26889 cl shrink        0 lits rem          0 time: 0.00
25098.46/3140.73	c vivif2 --  cl tried   213478 cl shrink        0 lits rem          0 time: 0.06
25101.68/3141.17	c asymm  cl-useful: 0/2890/26889 lits-rem:0 time: 0.44
25101.68/3141.18	c calculated reachability. Time: 0.00
25101.68/3141.18	c  N dy 36469  12721938       312     26889         0    213478    121302   4539130     17.71   no data
25145.64/3146.64	c  N dy 36511  12742635       312     26889         0    233425    121302   5123354     17.71     18.65
25193.55/3152.67	c  N dy 36541  12762700       312     26889         0    252716    121302   5675073     17.71     19.35
25255.89/3160.41	c  N dy 36665  12782728       312     26889         0    272202    121302   6280993     17.71     19.06
25333.40/3170.14	c  N dy 36746  12807898       312     26889         0    296580    121302   7003878     17.71     18.70
25405.32/3179.16	c  N dy 36807  12832039       312     26889         0    167379    121302   3124084     17.71     18.70
25445.36/3184.15	c  N dy 36879  12852129       312     26889         0    186805    121302   3702679     17.71     22.47
25487.64/3189.46	c  N dy 36932  12872975       312     26889         0    206948    121302   4295530     17.71     18.75
25533.99/3195.29	c  N dy 36977  12893189       312     26889         0    226436    121302   4865174     17.71     18.73
25597.12/3203.14	c  N dy 37053  12913891       312     26889         0    246421    121302   5461845     17.71     18.68
25649.87/3209.78	c  N dy 37070  12936365       312     26889         0    268074    121302   6062614     17.71     18.64
25707.41/3216.96	c  N dy 37145  12956962       312     26889         0    288072    121302   6659776     17.71     18.70
25782.53/3226.34	c  N dy 37253  12977073       312     26889         0    153954    121302   2713886     17.71     18.79
25823.36/3231.48	c  N dy 37313  12999202       312     26889         0    175307    121302   3342443     17.71     18.74
25868.84/3237.15	c  N dy 37389  13020902       312     26889         0    196347    121302   3974822     17.71     18.68
25928.02/3244.56	c  N dy 37448  13048893       312     26889         0    223248    121302   4750330     17.71     18.71
25980.77/3251.12	c  N dy 37514  13069434       312     26889         0    243198    121302   5345615     17.71     18.68
26035.07/3257.97	c  N dy 37582  13089950       312     26889         0    263018    121302   5936939     17.71     18.81
26087.81/3264.58	c  N dy 37634  13110174       312     26889         0    282583    121302   6512264     17.71     18.69
26142.15/3271.30	c  N dy 37671  13130252       312     26889         0    301992    121302   7085113     17.71     21.27
26142.95/3271.40	c  F st 37674  13130468       312     26889         0    302199    121302   7091336     17.71   no data
26198.10/3278.36	c  N dy 37689  13153184       312     26889         0    169487    121302   3140804     17.70     18.69
26242.05/3283.88	c  N dy 37789  13173452       312     26889         0    189174    121302   3740921     17.70     18.83
26287.61/3289.52	c  N dy 37856  13194038       312     26889         0    209084    121302   4329775     17.70     18.65
26337.96/3295.86	c  N dy 37977  13214060       312     26889         0    228545    121302   4927969     17.71     19.23
26357.94/3298.30	c  S st 38018  13221939       312     26889         0    236200    121302   5163759     17.71   no data
26359.60/3298.52	c  S st 38018  13222441       312     26889         0    236700    121302   5181066     17.71   no data
26359.60/3298.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
26360.33/3298.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.0M T:  0.13
26360.33/3298.69	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
26360.33/3298.69	c bin-w-bin subsume rem            0 bins  time:  0.00 s
26360.33/3298.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
26360.33/3298.69	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    312 time:  0.00 s
26360.33/3298.69	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
26361.13/3298.75	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
26362.73/3298.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
26463.43/3311.52	c lits-rem:       644  cl-subs:     5682  v-elim:      0  v-fix:    0  time: 12.61 s
26463.43/3311.52	c vivif2 --  cl tried    26889 cl shrink        0 lits rem          0 time: 0.00
26463.43/3311.59	c vivif2 --  cl tried   231018 cl shrink        0 lits rem          0 time: 0.07
26465.83/3311.86	c asymm  cl-useful: 0/4085/26889 lits-rem:0 time: 0.27
26465.83/3311.87	c calculated reachability. Time: 0.00
26465.83/3311.87	c  N dy 38018  13222441       312     26889         0    231018    121302   5058536     17.71   no data
26541.75/3321.32	c  N dy 38125  13252903       312     26889         0    260445    121302   5923625     17.71     18.65
26612.88/3330.20	c  N dy 38186  13278606       312     26889         0    285145    121302   6639193     17.70     18.64
26679.99/3338.62	c  N dy 38215  13301178       312     26889         0    306894    121302   7258687     17.70     18.78
26745.58/3346.86	c  N dy 38275  13322803       312     26889         0    172320    121302   3237743     17.70     18.74
26797.47/3353.38	c  N dy 38356  13343782       312     26889         0    192657    121302   3848219     17.70     18.80
26841.42/3358.83	c  N dy 38389  13363786       312     26889         0    211965    121302   4417730     17.70     18.68
26900.56/3366.20	c  N dy 38492  13385617       312     26889         0    233152    121302   5067686     17.70     18.65
26962.91/3374.04	c  N dy 38535  13406828       312     26889         0    253635    121302   5646786     17.70     18.69
27021.24/3381.39	c  N dy 38591  13429162       312     26889         0    275258    121302   6287666     17.70     18.68
27085.17/3389.35	c  N dy 38691  13449205       312     26889         0    294730    121302   6882565     17.70     20.60
27161.09/3398.83	c  N dy 38744  13475487       312     26889         0    163414    121302   2938759     17.70     18.64
27205.84/3404.41	c  N dy 38830  13498252       312     26889         0    185414    121302   3592769     17.70     18.67
27249.80/3409.91	c  N dy 38878  13518304       312     26889         0    204710    121302   4151293     17.70     18.73
27298.56/3416.08	c  N dy 38963  13538987       312     26889         0    224758    121302   4755867     17.70     18.66
27375.27/3425.61	c  N dy 38992  13573048       312     26889         0    257290    121302   5650736     17.69     18.65
27424.02/3431.77	c  N dy 39018  13593140       312     26889         0    276625    121302   6194580     17.69     18.71
27480.76/3438.85	c  N dy 39082  13613241       312     26889         0    296047    121302   6767934     17.69     18.63
27551.09/3447.65	c  N dy 39118  13635315       312     26889         0    160048    121302   2842303     17.69     18.71
27587.85/3452.23	c  N dy 39156  13656300       312     26889         0    180222    121302   3435650     17.69     18.63
27629.40/3457.49	c  N dy 39211  13676324       312     26889         0    199557    121302   3999075     17.69     18.70
27674.96/3463.14	c  N dy 39281  13696395       312     26889         0    219019    121302   4580903     17.69     18.64
27729.30/3469.98	c  N dy 39348  13719667       312     26889         0    241516    121302   5264610     17.69     18.67
27738.10/3471.06	c  S st 39369  13722441       312     26889         0    244217    121302   5350610     17.69   no data
27740.49/3471.30	c  S st 39369  13722942       312     26889         0    244714    121302   5367326     17.69   no data
27740.49/3471.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
27741.29/3471.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.9M T:  0.13
27741.29/3471.46	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
27741.29/3471.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
27741.29/3471.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27741.29/3471.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    312 time:  0.00 s
27741.29/3471.46	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
27742.09/3471.52	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
27742.89/3471.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27850.78/3485.10	c lits-rem:       782  cl-subs:     7597  v-elim:      0  v-fix:    0  time: 13.41 s
27850.78/3485.10	c vivif2 --  cl tried    26889 cl shrink        0 lits rem          0 time: 0.00
27850.78/3485.18	c vivif2 --  cl tried   237117 cl shrink        0 lits rem          0 time: 0.08
27854.77/3485.60	c asymm  cl-useful: 0/1576/26889 lits-rem:0 time: 0.42
27854.77/3485.61	c calculated reachability. Time: 0.00
27854.77/3485.61	c  N dy 39369  13722942       312     26889         0    237117    121302   5211177     17.69   no data
27905.13/3492.00	c  N dy 39429  13743347       312     26889         0    256839    121302   5801123     17.69     18.64
27965.06/3499.44	c  N dy 39508  13763431       312     26889         0    276258    121302   6396109     17.69     20.76
28018.61/3506.12	c  N dy 39551  13784055       312     26889         0    296047    121302   6968138     17.69     18.69
28074.54/3513.13	c  N dy 39597  13804100       312     26889         0    315337    121302   7536095     17.69     20.02
28122.50/3519.12	c  N dy 39652  13824204       312     26889         0    176643    121302   3331422     17.68     18.66
28167.25/3524.70	c  N dy 39705  13844283       312     26889         0    196052    121302   3920222     17.68     22.03
28220.79/3531.41	c  N dy 39780  13864297       312     26889         0    215462    121302   4501641     17.68     18.97
28287.11/3539.71	c  N dy 39879  13884403       312     26889         0    234995    121302   5102719     17.69     18.66
28349.45/3547.51	c  N dy 39977  13904571       312     26889         0    254563    121302   5704405     17.69     18.66
28425.45/3557.05	c  N dy 40052  13929130       312     26889         0    278238    121302   6404594     17.69     18.67
28486.15/3564.67	c  N dy 40105  13950587       312     26889         0    298937    121302   7009492     17.69     18.63
28550.85/3572.74	c  N dy 40193  13970665       312     26889         0    318369    121302   7598798     17.69     24.45
28598.81/3578.77	c  N dy 40229  13990890       312     26889         0    178543    121302   3355745     17.69     18.65
28642.76/3584.23	c  N dy 40315  14010909       312     26889         0    198049    121302   3953594     17.69     19.29
28687.51/3589.81	c  N dy 40365  14030996       312     26889         0    217504    121302   4526187     17.69     19.89
28729.86/3595.18	c  N dy 40397  14051008       312     26889         0    236865    121302   5083087     17.69     22.80
28780.21/3601.47	c  N dy 40457  14071071       312     26889         0    256354    121302   5665280     17.68     18.68
28840.95/3609.04	c  N dy 40543  14093393       312     26889         0    278066    121302   6325003     17.69     18.64
28903.29/3616.81	c  N dy 40624  14114089       312     26889         0    298007    121302   6911148     17.69     18.74
28969.66/3625.17	c  N dy 40677  14137666       312     26889         0    320770    121302   7574227     17.68     18.71
29020.76/3631.51	c  N dy 40736  14157965       312     26889         0    179851    121302   3388995     17.68     18.72
29072.71/3638.09	c  N dy 40785  14184803       312     26889         0    205680    121302   4123630     17.68     18.66
29120.66/3644.03	c  N dy 40854  14205385       312     26889         0    225574    121302   4710457     17.68     18.65
29162.22/3649.21	c  S st 40903  14222943       312     26889         0    242520    121302   5202417     17.68     14.91
29163.90/3649.44	c  S st 40903  14223446       312     26889         0    243021    121302   5219546     17.68   no data
29163.90/3649.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
29164.62/3649.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.9M T:  0.13
29165.42/3649.60	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
29165.42/3649.60	c bin-w-bin subsume rem            0 bins  time:  0.00 s
29165.42/3649.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29165.42/3649.60	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    312 time:  0.00 s
29165.42/3649.60	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
29165.42/3649.67	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
29167.01/3649.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29274.11/3663.29	c lits-rem:      1014  cl-subs:     8039  v-elim:      0  v-fix:    0  time: 13.45 s
29274.11/3663.29	c vivif2 --  cl tried    26889 cl shrink        0 lits rem          0 time: 0.00
29274.91/3663.36	c vivif2 --  cl tried   234982 cl shrink        0 lits rem          0 time: 0.07
29278.17/3663.77	c asymm  cl-useful: 0/2425/26889 lits-rem:0 time: 0.41
29278.17/3663.78	c calculated reachability. Time: 0.00
29278.17/3663.78	c  N dy 40903  14223446       312     26889         0    234982    121302   5059454     17.68   no data
29330.09/3670.30	c  N dy 40960  14244412       312     26889         0    255179    121302   5651400     17.68     18.74
29384.39/3677.09	c  N dy 41031  14265055       312     26889         0    275098    121302   6240485     17.68     18.63
29441.14/3684.15	c  N dy 41082  14286414       312     26889         0    295713    121302   6854882     17.68     18.97
29548.23/3697.58	c  N dy 41164  14326275       312     26889         0    172971    121302   3163254     17.68     18.64
29604.97/3704.65	c  N dy 41264  14352104       312     26889         0    197897    121302   3903177     17.68     18.69
29658.52/3711.38	c  N dy 41338  14375920       312     26889         0    220927    121302   4586764     17.68     18.69
29722.44/3719.35	c  N dy 41423  14398036       312     26889         0    242365    121302   5236072     17.68     18.66
29783.17/3726.99	c  N dy 41471  14418227       312     26889         0    261809    121302   5800780     17.67     18.68
29847.90/3735.07	c  N dy 41510  14438320       312     26889         0    281200    121302   6367369     17.67     18.67
29916.63/3743.65	c  N dy 41593  14458376       312     26889         0    300684    121302   6958456     17.67     26.37
29983.76/3752.05	c  N dy 41634  14481071       312     26889         0    322510    121302   7586492     17.67     18.61
30038.91/3758.93	c  N dy 41701  14501672       312     26889         0    180202    121302   3378564     17.67     18.81
30082.05/3764.39	c  N dy 41781  14521682       312     26889         0    199642    121302   3965634     17.67     25.75
30126.81/3769.91	c  N dy 41856  14541694       312     26889         0    219013    121302   4548166     17.67     24.47
30174.83/3775.92	c  N dy 41934  14561734       312     26889         0    238412    121302   5132133     17.67     21.52
30223.51/3782.09	c  N dy 42010  14581793       312     26889         0    257850    121302   5731216     17.68     18.62
30279.50/3789.05	c  N dy 42073  14603175       312     26889         0    278505    121302   6343624     17.68     18.64
30337.00/3796.29	c  N dy 42140  14623181       312     26889         0    297827    121302   6911961     17.68     20.92
30400.13/3804.10	c  N dy 42202  14643989       312     26889         0    317899    121302   7497085     17.67     18.63
30461.67/3811.82	c  N dy 42219  14666711       312     26889         0    176308    121302   3215286     17.67     18.75
30515.21/3818.53	c  N dy 42274  14694161       312     26889         0    202899    121302   4009884     17.67     18.69
30556.77/3823.76	c  N dy 42313  14715145       312     26889         0    223125    121302   4600105     17.67     18.76
30577.55/3826.35	c  S st 42351  14723446       312     26889         0    231169    121302   4845646     17.67     15.21
30579.21/3826.58	c  S st 42351  14723952       312     26889         0    231674    121302   4862452     17.67   no data
30579.94/3826.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
30580.74/3826.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.0M T:  0.13
30580.74/3826.74	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
30580.74/3826.74	c bin-w-bin subsume rem            0 bins  time:  0.00 s
30580.74/3826.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
30580.74/3826.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    312 time:  0.00 s
30580.74/3826.74	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
30581.55/3826.80	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
30582.35/3826.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
30682.25/3839.41	c lits-rem:       859  cl-subs:     7744  v-elim:      0  v-fix:    0  time: 12.45 s
30682.25/3839.42	c vivif2 --  cl tried    26889 cl shrink        0 lits rem          0 time: 0.00
30682.25/3839.48	c vivif2 --  cl tried   223930 cl shrink        0 lits rem          0 time: 0.06
30686.24/3839.92	c asymm  cl-useful: 0/1160/26889 lits-rem:0 time: 0.43
30686.24/3839.93	c calculated reachability. Time: 0.00
30686.24/3839.93	c  N dy 42351  14723952       312     26889         0    223930    121302   4711037     17.67   no data
30736.62/3846.29	c  N dy 42401  14743992       312     26889         0    243185    121302   5263277     17.67     18.61
30794.12/3853.49	c  N dy 42464  14766540       312     26889         0    265048    121302   5913553     17.67     18.81
30848.47/3860.25	c  N dy 42508  14787567       312     26889         0    285291    121302   6518107     17.67     18.65
30905.21/3867.39	c  N dy 42538  14810028       312     26889         0    306734    121302   7119487     17.66     18.61
30972.35/3875.71	c  N dy 42582  14830049       312     26889         0    325929    121302   7675584     17.66     20.69
31027.56/3882.62	c  N dy 42643  14850434       312     26889         0    181887    121302   3411299     17.66     18.77
31073.85/3888.43	c  N dy 42721  14870518       312     26889         0    201348    121302   4000375     17.66     19.35
31124.26/3894.75	c  N dy 42787  14891139       312     26889         0    221248    121302   4589265     17.66     18.61
31186.52/3902.57	c  N dy 42859  14911717       312     26889         0    241122    121302   5173340     17.66     18.62
31256.12/3911.27	c  N dy 42903  14932376       312     26889         0    261026    121302   5764372     17.66     18.60
31335.95/3921.23	c  N dy 42978  14953020       312     26889         0    281014    121302   6360875     17.66     18.70
31397.49/3928.93	c  N dy 43017  14973526       312     26889         0    300807    121302   6926118     17.66     18.69
31482.21/3939.51	c  N dy 43095  14999636       312     26889         0    326104    121302   7666687     17.66     18.71
31539.74/3946.79	c  N dy 43164  15019711       312     26889         0    180418    121302   3343427     17.66     19.27
31582.90/3952.12	c  N dy 43217  15041805       312     26889         0    201723    121302   3966915     17.66     18.61
31623.65/3957.30	c  N dy 43263  15061844       312     26889         0    220927    121302   4525403     17.66     23.06
31680.40/3964.31	c  N dy 43374  15083300       312     26889         0    241830    121302   5167657     17.66     18.71
31732.34/3970.86	c  N dy 43431  15104813       312     26889         0    262643    121302   5788365     17.66     18.63
31878.59/3989.11	c  N dy 43498  15159445       312     26889         0    315211    121302   7238456     17.65     18.65
31952.92/3998.47	c  N dy 43578  15179565       312     26889         0    168672    121302   2987375     17.65     18.76
31994.55/4003.64	c  N dy 43654  15200048       312     26889         0    188486    121302   3581312     17.66     18.61
32040.03/4009.37	c  N dy 43714  15220590       312     26889         0    208449    121302   4178057     17.65     18.60
32047.30/4010.28	c  S st 43721  15223952       312     26889         0    211675    121302   4271793     17.65     16.26
32049.62/4010.50	c  S st 43721  15224454       312     26889         0    212175    121302   4288093     17.65   no data
32049.62/4010.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
32050.42/4010.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.7M T:  0.12
32050.42/4010.65	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
32050.42/4010.65	c bin-w-bin subsume rem            0 bins  time:  0.00 s
32050.42/4010.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
32050.42/4010.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    312 time:  0.00 s
32050.42/4010.65	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
32051.22/4010.71	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
32052.02/4010.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
32107.17/4017.74	c lits-rem:       385  cl-subs:     3364  v-elim:      0  v-fix:    0  time:  6.90 s
32107.17/4017.75	c vivif2 --  cl tried    26889 cl shrink        0 lits rem          0 time: 0.00
32107.17/4017.80	c vivif2 --  cl tried   208811 cl shrink        0 lits rem          0 time: 0.06
32111.16/4018.25	c asymm  cl-useful: 0/1180/26889 lits-rem:0 time: 0.45
32111.16/4018.26	c calculated reachability. Time: 0.00
32111.16/4018.26	c  N dy 43721  15224454       312     26889         0    208811    121302   4217158     17.65   no data
32163.91/4024.80	c  N dy 43819  15244488       312     26889         0    228250    121302   4812540     17.66     19.05
32212.66/4030.95	c  N dy 43861  15266226       312     26889         0    249247    121302   5422862     17.65     18.73
32271.00/4038.25	c  N dy 43954  15286279       312     26889         0    268724    121302   6015605     17.66     25.07
32334.93/4046.23	c  N dy 44057  15306800       312     26889         0    288684    121302   6628367     17.66     18.78
32394.87/4053.71	c  N dy 44138  15326905       312     26889         0    308148    121302   7214323     17.66     18.67
32467.60/4062.88	c  N dy 44204  15351421       312     26889         0    331861    121302   7913130     17.66     18.84
32520.35/4069.47	c  N dy 44251  15372256       312     26889         0    184710    121302   3448037     17.66     18.59
32561.91/4074.65	c  N dy 44299  15392464       312     26889         0    204310    121302   4018791     17.66     18.65
32617.04/4081.52	c  N dy 44370  15415854       312     26889         0    226957    121302   4680023     17.66     18.66
32668.99/4088.08	c  N dy 44433  15435905       312     26889         0    246368    121302   5258995     17.66     20.38
32725.73/4095.19	c  N dy 44503  15455920       312     26889         0    265752    121302   5836554     17.66     18.61
32788.86/4103.03	c  N dy 44521  15476523       312     26889         0    285404    121302   6403095     17.65     18.59
32848.81/4110.56	c  N dy 44567  15499098       312     26889         0    307255    121302   7041031     17.65     18.65
32914.34/4118.74	c  N dy 44638  15519134       312     26889         0    326685    121302   7618810     17.65     20.16
32989.45/4128.10	c  N dy 44689  15545933       312     26889         0    184349    121302   3401089     17.65     18.60
33031.05/4133.33	c  N dy 44716  15566788       312     26889         0    204519    121302   3969309     17.65     18.58
33081.35/4139.64	c  N dy 44812  15587925       312     26889         0    225005    121302   4591057     17.65     18.67
33135.69/4146.50	c  N dy 44895  15609495       312     26889         0    245945    121302   5211833     17.65     18.58
33189.27/4153.15	c  N dy 44936  15630628       312     26889         0    266340    121302   5814942     17.65     18.75
33245.16/4160.20	c  N dy 45011  15650779       312     26889         0    285793    121302   6380022     17.65     18.65
33305.91/4167.79	c  N dy 45101  15670831       312     26889         0    305250    121302   6971103     17.65     19.91
33367.44/4175.41	c  N dy 45169  15690853       312     26889         0    324627    121302   7545306     17.65     20.33
33440.17/4184.54	c  N dy 45246  15712959       312     26889         0    176783    121302   3187568     17.65     18.74
33462.62/4187.38	c  S st 45283  15724454       312     26889         0    187898    121302   3515758     17.65     17.75
33464.14/4187.56	c  S st 45283  15724959       312     26889         0    188400    121302   3533023     17.65   no data
33464.14/4187.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
33464.94/4187.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.4M T:  0.10
33464.94/4187.69	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
33464.94/4187.69	c bin-w-bin subsume rem            0 bins  time:  0.00 s
33464.94/4187.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
33464.94/4187.69	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    312 time:  0.00 s
33464.94/4187.69	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
33465.74/4187.75	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
33466.54/4187.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
33492.91/4191.15	c lits-rem:       182  cl-subs:     1467  v-elim:      0  v-fix:    0  time:  3.29 s
33492.91/4191.15	c vivif2 --  cl tried    26889 cl shrink        0 lits rem          0 time: 0.00
33493.71/4191.21	c vivif2 --  cl tried   186933 cl shrink        0 lits rem          0 time: 0.05
33496.95/4191.64	c asymm  cl-useful: 0/1266/26889 lits-rem:0 time: 0.43
33496.95/4191.64	c calculated reachability. Time: 0.00
33496.95/4191.64	c  N dy 45283  15724959       312     26889         0    186933    121302   3502492     17.65   no data
33541.74/4197.21	c  N dy 45351  15745781       312     26889         0    207094    121302   4098806     17.65     18.61
33610.40/4205.80	c  N dy 45415  15776067       312     26889         0    236282    121302   4930972     17.65     18.58
33661.55/4212.23	c  N dy 45483  15796071       312     26889         0    255608    121302   5511037     17.65     20.79
33737.47/4221.77	c  N dy 45540  15822079       312     26889         0    280641    121302   6250551     17.65     18.61
33812.59/4231.14	c  N dy 45614  15843264       312     26889         0    301213    121302   6853828     17.65     18.68
33894.11/4241.37	c  N dy 45709  15863642       312     26889         0    320995    121302   7451261     17.65     18.59
33979.62/4252.01	c  N dy 45768  15884923       312     26889         0    171391    121302   3017065     17.65     18.62
34022.77/4257.49	c  N dy 45827  15907299       312     26889         0    193052    121302   3657395     17.65     18.62
34070.71/4263.45	c  N dy 45910  15928761       312     26889         0    213798    121302   4272273     17.65     18.58
34132.25/4271.13	c  N dy 45994  15952850       312     26889         0    237111    121302   4972709     17.65     18.64
34178.62/4276.96	c  N dy 46024  15973199       312     26889         0    256669    121302   5535623     17.65     18.58
34239.35/4284.51	c  N dy 46099  15994782       312     26889         0    277496    121302   6158740     17.65     18.58
34294.49/4291.49	c  N dy 46146  16014882       312     26889         0    296946    121302   6728935     17.65     18.67
34356.03/4299.17	c  N dy 46209  16035092       312     26889         0    316511    121302   7304902     17.65     18.62
34419.99/4307.12	c  N dy 46268  16056224       312     26889         0    336945    121302   7911156     17.65     18.60
34473.57/4313.87	c  N dy 46312  16076309       312     26889         0    185310    121302   3413376     17.64     20.30
34518.26/4319.48	c  N dy 46401  16096508       312     26889         0    204931    121302   4006556     17.65     18.74
34571.00/4326.06	c  N dy 46501  16118048       312     26889         0    225844    121302   4640665     17.65     18.59
34630.15/4333.43	c  N dy 46609  16139188       312     26889         0    246378    121302   5266272     17.65     18.59
34679.68/4339.66	c  N dy 46675  16159337       312     26889         0    265852    121302   5858613     17.65     18.64
34738.02/4346.99	c  N dy 46758  16179414       312     26889         0    285339    121302   6448225     17.65     25.28
34790.76/4353.54	c  N dy 46790  16199640       312     26889         0    304874    121302   7018515     17.65     18.61
34859.54/4362.12	c  N dy 46893  16219672       312     26889         0    324378    121302   7611505     17.65     23.51
34876.28/4364.24	c  S st 46910  16224959       312     26889         0    329495    121302   7760563     17.65     16.89
34879.47/4364.60	c  S st 46910  16225461       312     26889         0    329991    121302   7778463     17.65   no data
34879.47/4364.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
34881.07/4364.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.9M T:  0.18
34881.07/4364.82	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
34881.07/4364.82	c bin-w-bin subsume rem            0 bins  time:  0.00 s
34881.07/4364.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
34881.07/4364.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    312 time:  0.00 s
34881.07/4364.82	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
34881.87/4364.90	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
34883.47/4365.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
35156.78/4399.32	c lits-rem:       986  cl-subs:    11635  v-elim:      0  v-fix:    0  time: 34.16 s
35156.78/4399.33	c vivif2 --  cl tried    26889 cl shrink        0 lits rem          0 time: 0.00
35157.58/4399.44	c vivif2 --  cl tried   318356 cl shrink        0 lits rem          0 time: 0.12
35160.77/4399.89	c asymm  cl-useful: 0/747/26889 lits-rem:0 time: 0.45
35161.57/4399.91	c calculated reachability. Time: 0.00
35161.57/4399.91	c  N dy 46910  16225461       312     26889         0    318356    121302   7528460     17.65   no data
35276.66/4414.34	c  N dy 46926  16267330       312     26889         0    186462    121302   3393648     17.64     18.69
35357.38/4424.41	c  N dy 46974  16306387       312     26889         0    223991    121302   4425846     17.64     18.63
35410.93/4431.19	c  N dy 47028  16326580       312     26889         0    243550    121302   5000283     17.64     18.57
35478.85/4439.61	c  N dy 47099  16349091       312     26889         0    265231    121302   5641186     17.64     18.76
35535.60/4446.77	c  N dy 47138  16369126       312     26889         0    284442    121302   6191683     17.64     23.91
35610.72/4456.18	c  N dy 47209  16394974       312     26889         0    309443    121302   6936784     17.63     18.57
35713.77/4469.02	c  N dy 47309  16422118       312     26889         0    335758    121302   7702126     17.63     18.57
35824.06/4482.88	c  N dy 47388  16452875       312     26889         0    192753    121302   3581195     17.63     18.61
35880.79/4489.99	c  N dy 47457  16472913       312     26889         0    212142    121302   4157004     17.63     18.80
35946.32/4498.14	c  N dy 47552  16492982       312     26889         0    231618    121302   4760043     17.63     24.43
36015.05/4506.73	c  N dy 47645  16513316       312     26889         0    251328    121302   5350988     17.64     18.71
36076.58/4514.42	c  N dy 47686  16534105       312     26889         0    271350    121302   5918300     17.63     18.62
36143.78/4522.82	c  N dy 47764  16557014       312     26889         0    293513    121302   6580889     17.63     18.64
36208.43/4530.98	c  N dy 47835  16577520       312     26889         0    313427    121302   7178985     17.63     18.63
36275.63/4539.35	c  N dy 47907  16597688       312     26889         0    332889    121302   7764379     17.64     18.59
36350.68/4548.70	c  N dy 47984  16618059       312     26889         0    178623    121302   3186897     17.64     18.64
36395.43/4554.39	c  N dy 48065  16638800       312     26889         0    198736    121302   3790834     17.64     18.62
36442.65/4560.24	c  N dy 48164  16658811       312     26889         0    218144    121302   4388359     17.64     23.66
36493.73/4566.69	c  N dy 48231  16679973       312     26889         0    238647    121302   4992817     17.64     18.75
36544.86/4573.00	c  N dy 48281  16700312       312     26889         0    258314    121302   5561283     17.64     18.61
36598.42/4579.73	c  N dy 48333  16720382       312     26889         0    277680    121302   6130123     17.64     19.20
36614.41/4581.74	c  S st 48367  16725462       312     26889         0    282619    121302   6284349     17.64   no data
36616.80/4582.02	c  S st 48367  16725962       312     26889         0    283117    121302   6301251     17.64   no data
36616.80/4582.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
36617.64/4582.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.3M T:  0.15
36617.64/4582.20	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
36617.64/4582.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
36617.64/4582.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
36618.47/4582.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    312 time:  0.00 s
36618.47/4582.21	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
36618.47/4582.28	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
36619.99/4582.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
36780.62/4602.53	c lits-rem:       827  cl-subs:     8468  v-elim:      0  v-fix:    0  time: 20.05 s
36780.62/4602.53	c vivif2 --  cl tried    26889 cl shrink        0 lits rem          0 time: 0.00
36781.43/4602.62	c vivif2 --  cl tried   274649 cl shrink        0 lits rem          0 time: 0.09
36784.67/4603.07	c asymm  cl-useful: 0/929/26889 lits-rem:0 time: 0.44
36784.67/4603.08	c calculated reachability. Time: 0.00
36784.67/4603.08	c  N dy 48367  16725962       312     26889         0    274649    121302   6121255     17.64   no data
36847.03/4610.87	c  N dy 48437  16746646       312     26889         0    294701    121302   6718760     17.64     18.66
36926.88/4620.82	c  N dy 48511  16773150       312     26889         0    320297    121302   7472424     17.64     18.58
36993.21/4629.10	c  N dy 48577  16793151       312     26889         0    339681    121302   8042849     17.64     22.25
37058.74/4637.36	c  N dy 48598  16816294       312     26889         0    186993    121302   3404597     17.63     18.66
37104.15/4643.09	c  N dy 48629  16836362       312     26889         0    206365    121302   3961239     17.63     20.28
37157.46/4649.72	c  N dy 48705  16858231       312     26889         0    227561    121302   4599120     17.63     18.61
37207.50/4656.08	c  N dy 48741  16878485       312     26889         0    247144    121302   5168141     17.63     18.59
37259.38/4662.52	c  N dy 48794  16898515       312     26889         0    266521    121302   5735249     17.63     25.21
37319.25/4670.08	c  N dy 48862  16919772       312     26889         0    287056    121302   6336363     17.63     18.58
37395.95/4679.61	c  N dy 48936  16946878       312     26889         0    313286    121302   7110377     17.63     18.61
37469.51/4688.89	c  N dy 49028  16966975       312     26889         0    332790    121302   7705172     17.63     18.68
37574.17/4701.94	c  N dy 49080  16987053       312     26889         0    176279    121302   3088112     17.63     19.02
37634.09/4709.41	c  N dy 49141  17012061       312     26889         0    200432    121302   3794958     17.63     18.60
37683.64/4715.67	c  N dy 49186  17032121       312     26889         0    219757    121302   4346920     17.63     19.25
37733.23/4721.83	c  N dy 49216  17052168       312     26889         0    239010    121302   4877075     17.63     18.61
37781.13/4727.88	c  N dy 49263  17072247       312     26889         0    258514    121302   5448279     17.62     20.92
37835.48/4734.69	c  N dy 49332  17092268       312     26889         0    277911    121302   6029144     17.63     23.31
37892.29/4741.72	c  N dy 49393  17112954       312     26889         0    297863    121302   6616331     17.62     18.59
37956.94/4749.81	c  N dy 49485  17132975       312     26889         0    317256    121302   7210265     17.63     21.81
38024.87/4758.39	c  N dy 49568  17153534       312     26889         0    337192    121302   7810369     17.63     18.57
38102.44/4768.08	c  N dy 49653  17173564       312     26889         0    179662    121302   3181521     17.63     19.23
38144.76/4773.31	c  N dy 49731  17193651       312     26889         0    199075    121302   3770683     17.63     19.57
38206.29/4781.03	c  N dy 49791  17222028       312     26889         0    226488    121302   4572709     17.63     18.65
38216.72/4782.33	c  S st 49817  17225962       312     26889         0    230334    121302   4693946     17.63     16.19
38218.28/4782.57	c  S st 49817  17226464       312     26889         0    230832    121302   4710703     17.63   no data
38218.28/4782.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
38219.88/4782.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.0M T:  0.13
38219.88/4782.73	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
38219.88/4782.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
38219.88/4782.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
38219.88/4782.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    312 time:  0.00 s
38219.88/4782.73	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
38219.88/4782.79	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
38221.48/4782.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
38289.40/4791.47	c lits-rem:       383  cl-subs:     3989  v-elim:      0  v-fix:    0  time:  8.52 s
38289.40/4791.47	c vivif2 --  cl tried    26889 cl shrink        0 lits rem          0 time: 0.00
38290.20/4791.53	c vivif2 --  cl tried   226843 cl shrink        0 lits rem          0 time: 0.06
38293.40/4791.97	c asymm  cl-useful: 0/1282/26889 lits-rem:0 time: 0.43
38293.40/4791.98	c calculated reachability. Time: 0.00
38293.40/4791.98	c  N dy 49817  17226464       312     26889         0    226843    121302   4626432     17.63   no data
38349.41/4798.95	c  N dy 49936  17246536       312     26889         0    246304    121302   5226729     17.63     20.18
38402.16/4805.59	c  N dy 50005  17266582       312     26889         0    265696    121302   5802241     17.63     20.23
38458.03/4812.54	c  N dy 50079  17286794       312     26889         0    285347    121302   6389723     17.63     18.63
38523.56/4820.73	c  N dy 50168  17306880       312     26889         0    304869    121302   6970649     17.63     19.55
38581.11/4827.95	c  N dy 50209  17326949       312     26889         0    324239    121302   7530101     17.63     23.57
38643.44/4835.76	c  N dy 50262  17346987       312     26889         0    343575    121302   8077514     17.63     18.59
38712.97/4844.46	c  N dy 50320  17366988       312     26889         0    185010    121302   3324784     17.63     21.01
38754.53/4849.61	c  N dy 50358  17387735       312     26889         0    204934    121302   3883338     17.63     18.59
38798.48/4855.19	c  N dy 50417  17407783       312     26889         0    224286    121302   4445570     17.63     25.91
38844.04/4860.86	c  N dy 50446  17427792       312     26889         0    243408    121302   4986451     17.62     21.57
38903.25/4868.28	c  N dy 50542  17447858       312     26889         0    262852    121302   5573927     17.62     18.82
38951.93/4874.36	c  N dy 50557  17469054       312     26889         0    283098    121302   6118749     17.62     18.61
39008.74/4881.45	c  N dy 50597  17489252       312     26889         0    302672    121302   6679544     17.62     18.56
39075.80/4889.84	c  N dy 50689  17509502       312     26889         0    322250    121302   7264260     17.62     18.70
39138.14/4897.64	c  N dy 50733  17530134       312     26889         0    342092    121302   7844555     17.62     18.76
39235.63/4909.89	c  N dy 50839  17550702       312     26889         0    183443    121302   3271539     17.62     18.64
39280.43/4915.47	c  N dy 50922  17570748       312     26889         0    202934    121302   3855574     17.62     19.70
39329.13/4921.58	c  N dy 51005  17590810       312     26889         0    222391    121302   4442983     17.62     18.57
39391.45/4929.31	c  N dy 51080  17616391       312     26889         0    247136    121302   5187806     17.62     18.59
39448.99/4936.59	c  N dy 51172  17636652       312     26889         0    266828    121302   5785454     17.62     18.59
39508.13/4943.90	c  N dy 51231  17656712       312     26889         0    286213    121302   6352787     17.62     19.59
39617.60/4957.65	c  N dy 51287  17696848       312     26889         0    325099    121302   7439091     17.62     18.61
39679.15/4965.33	c  N dy 51348  17717217       312     26889         0    344757    121302   8020326     17.62     18.56
39706.32/4968.78	c  S st 51360  17726464       312     26889         0    353647    121302   8278709     17.62     15.20
39709.52/4969.13	c  S st 51360  17726965       312     26889         0    354145    121302   8296604     17.62   no data
39709.52/4969.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
39711.16/4969.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  4.0M T:  0.19
39711.16/4969.36	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
39711.16/4969.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
39711.16/4969.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
39711.16/4969.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    312 time:  0.00 s
39711.16/4969.36	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
39711.99/4969.45	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.09 s
39714.31/4969.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s

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-3421626-1306684000/watcher-3421626-1306684000 -o /tmp/evaluation-result-3421626-1306684000/solver-3421626-1306684000 -C 40000 -W 5100 -M 31000 ./strangenight2-mt --threads=8 HOME/instance-3421626-1306684000.cnf 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 8.03 8.01 7.99 1/266 10564
/proc/meminfo: memFree=28602276/32951124 swapFree=55664332/67111528
[pid=10564] ppid=10562 vsize=92144 CPUtime=0 cores=0-7
/proc/10564/stat : 10564 (strangenight2-m) R 10562 10564 10248 0 -1 4202496 412 0 0 0 0 0 0 0 25 0 8 0 780000766 94355456 353 33554432000 4194304 4580107 140736299287712 18446744073709551615 47137263507372 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10564/statm: 23036 353 299 95 0 18018 0
[pid=10564/tid=10565] ppid=10562 vsize=92144 CPUtime=0 cores=0-7
/proc/10564/task/10565/stat : 10565 (strangenight2-m) R 10562 10564 10248 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 8 0 780000767 94355456 353 33554432000 4194304 4580107 140736299287712 18446744073709551615 47137263507376 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10564/tid=10566] ppid=10562 vsize=92144 CPUtime=0 cores=0-7
/proc/10564/task/10566/stat : 10566 (strangenight2-m) R 10562 10564 10248 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 8 0 780000767 94355456 353 33554432000 4194304 4580107 140736299287712 18446744073709551615 47137263507368 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10564/tid=10567] ppid=10562 vsize=92144 CPUtime=0 cores=0-7
/proc/10564/task/10567/stat : 10567 (strangenight2-m) R 10562 10564 10248 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 8 0 780000767 94355456 353 33554432000 4194304 4580107 140736299287712 18446744073709551615 222921833457 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10564/tid=10568] ppid=10562 vsize=92144 CPUtime=0 cores=0-7
/proc/10564/task/10568/stat : 10568 (strangenight2-m) R 10562 10564 10248 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 8 0 780000767 94355456 353 33554432000 4194304 4580107 140736299287712 18446744073709551615 222921833457 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10564/tid=10569] ppid=10562 vsize=92144 CPUtime=0 cores=0-7
/proc/10564/task/10569/stat : 10569 (strangenight2-m) R 10562 10564 10248 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 8 0 780000767 94355456 353 33554432000 4194304 4580107 140736299287712 18446744073709551615 222921833457 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10564/tid=10570] ppid=10562 vsize=92144 CPUtime=0 cores=0-7
/proc/10564/task/10570/stat : 10570 (strangenight2-m) R 10562 10564 10248 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 8 0 780000767 94355456 353 33554432000 4194304 4580107 140736299287712 18446744073709551615 47137263507378 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10564/tid=10571] ppid=10562 vsize=92144 CPUtime=0 cores=0-7
/proc/10564/task/10571/stat : 10571 (strangenight2-m) R 10562 10564 10248 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 8 0 780000767 94355456 353 33554432000 4194304 4580107 140736299287712 18446744073709551615 47137263507378 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.0167779 s]
/proc/loadavg: 8.03 8.01 7.99 1/266 10564
/proc/meminfo: memFree=28602276/32951124 swapFree=55664332/67111528
[pid=10564] ppid=10562 vsize=92144 CPUtime=0.06 cores=0-7
/proc/10564/stat : 10564 (strangenight2-m) R 10562 10564 10248 0 -1 4202496 412 0 0 0 6 0 0 0 25 0 8 0 780000766 94355456 353 33554432000 4194304 4580107 140736299287712 18446744073709551615 47137263507378 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10564/statm: 23036 353 299 95 0 18018 0
[pid=10564/tid=10565] ppid=10562 vsize=92144 CPUtime=0.01 cores=0-7
/proc/10564/task/10565/stat : 10565 (strangenight2-m) R 10562 10564 10248 0 -1 4202560 1 0 0 0 1 0 0 0 25 0 8 0 780000767 94355456 353 33554432000 4194304 4580107 140736299287712 18446744073709551615 47137263507378 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10564/tid=10566] ppid=10562 vsize=92144 CPUtime=0.01 cores=0-7
/proc/10564/task/10566/stat : 10566 (strangenight2-m) R 10562 10564 10248 0 -1 4202560 0 0 0 0 1 0 0 0 25 0 8 0 780000767 94355456 353 33554432000 4194304 4580107 140736299287712 18446744073709551615 47137263507378 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10564/tid=10567] ppid=10562 vsize=92144 CPUtime=0 cores=0-7
/proc/10564/task/10567/stat : 10567 (strangenight2-m) R 10562 10564 10248 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 8 0 780000767 94355456 353 33554432000 4194304 4580107 140736299287712 18446744073709551615 222921833457 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10564/tid=10568] ppid=10562 vsize=92144 CPUtime=0 cores=0-7
/proc/10564/task/10568/stat : 10568 (strangenight2-m) R 10562 10564 10248 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 8 0 780000767 94355456 353 33554432000 4194304 4580107 140736299287712 18446744073709551615 222921833457 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10564/tid=10569] ppid=10562 vsize=92144 CPUtime=0 cores=0-7
/proc/10564/task/10569/stat : 10569 (strangenight2-m) R 10562 10564 10248 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 8 0 780000767 94355456 353 33554432000 4194304 4580107 140736299287712 18446744073709551615 222921833457 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10564/tid=10570] ppid=10562 vsize=92144 CPUtime=0.01 cores=0-7
/proc/10564/task/10570/stat : 10570 (strangenight2-m) R 10562 10564 10248 0 -1 4202560 0 0 0 0 1 0 0 0 25 0 8 0 780000767 94355456 353 33554432000 4194304 4580107 140736299287712 18446744073709551615 47137263507376 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10564/tid=10571] ppid=10562 vsize=92144 CPUtime=0.01 cores=0-7
/proc/10564/task/10571/stat : 10571 (strangenight2-m) R 10562 10564 10248 0 -1 4202560 0 0 0 0 1 0 0 0 25 0 8 0 780000767 94355456 353 33554432000 4194304 4580107 140736299287712 18446744073709551615 47137263507378 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 92144

[startup+0.167388 s]
/proc/loadavg: 8.03 8.01 7.99 1/266 10564
/proc/meminfo: memFree=28602276/32951124 swapFree=55664332/67111528
[pid=10564] ppid=10562 vsize=490176 CPUtime=1.21 cores=0-7
/proc/10564/stat : 10564 (strangenight2-m) R 10562 10564 10248 0 -1 4202496 6086 0 0 0 117 4 0 0 18 0 8 0 780000766 501940224 5988 33554432000 4194304 4580107 140736299287712 18446744073709551615 4293097 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10564/statm: 122544 5988 363 95 0 117526 0
[pid=10564/tid=10565] ppid=10562 vsize=490176 CPUtime=0.15 cores=0-7
/proc/10564/task/10565/stat : 10565 (strangenight2-m) R 10562 10564 10248 0 -1 4202560 689 0 0 0 15 0 0 0 18 0 8 0 780000767 501940224 5988 33554432000 4194304 4580107 140736299287712 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10564/tid=10566] ppid=10562 vsize=490176 CPUtime=0.15 cores=0-7
/proc/10564/task/10566/stat : 10566 (strangenight2-m) R 10562 10564 10248 0 -1 4202560 680 0 0 0 15 0 0 0 18 0 8 0 780000767 501940224 5988 33554432000 4194304 4580107 140736299287712 18446744073709551615 4293103 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10564/tid=10567] ppid=10562 vsize=490176 CPUtime=0.13 cores=0-7
/proc/10564/task/10567/stat : 10567 (strangenight2-m) R 10562 10564 10248 0 -1 4202560 823 0 0 0 13 0 0 0 18 0 8 0 780000767 501940224 5988 33554432000 4194304 4580107 140736299287712 18446744073709551615 222921820343 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10564/tid=10568] ppid=10562 vsize=490176 CPUtime=0.13 cores=0-7
/proc/10564/task/10568/stat : 10568 (strangenight2-m) R 10562 10564 10248 0 -1 4202560 642 0 0 0 13 0 0 0 18 0 8 0 780000767 501940224 5988 33554432000 4194304 4580107 140736299287712 18446744073709551615 4293105 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10564/tid=10569] ppid=10562 vsize=490176 CPUtime=0.14 cores=0-7
/proc/10564/task/10569/stat : 10569 (strangenight2-m) D 10562 10564 10248 0 -1 4202560 671 0 0 0 14 0 0 0 18 0 8 0 780000767 501940224 5988 33554432000 4194304 4580107 140736299287712 18446744073709551615 222921438241 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10564/tid=10570] ppid=10562 vsize=490176 CPUtime=0.14 cores=0-7
/proc/10564/task/10570/stat : 10570 (strangenight2-m) R 10562 10564 10248 0 -1 4202560 674 0 0 0 14 0 0 0 18 0 8 0 780000767 501940224 5988 33554432000 4194304 4580107 140736299287712 18446744073709551615 4293225 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10564/tid=10571] ppid=10562 vsize=490176 CPUtime=0.15 cores=0-7
/proc/10564/task/10571/stat : 10571 (strangenight2-m) S 10562 10564 10248 0 -1 4202560 845 0 0 0 15 0 0 0 18 0 8 0 780000767 501940224 5988 33554432000 4194304 4580107 140736299287712 18446744073709551615 222921882094 0 0 4096 2 18446604471128898496 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 490176

[startup+1.05055 s]
/proc/loadavg: 8.03 8.01 7.99 1/266 10564
/proc/meminfo: memFree=28602276/32951124 swapFree=55664332/67111528
[pid=10564] ppid=10562 vsize=566928 CPUtime=8.12 cores=0-7
/proc/10564/stat : 10564 (strangenight2-m) R 10562 10564 10248 0 -1 4202496 19542 0 0 0 801 11 0 0 18 0 8 0 780000766 580534272 15865 33554432000 4194304 4580107 140736299287712 18446744073709551615 4294581 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10564/statm: 141732 15865 377 95 0 136714 0
[pid=10564/tid=10565] ppid=10562 vsize=566928 CPUtime=1.01 cores=0-7
/proc/10564/task/10565/stat : 10565 (strangenight2-m) R 10562 10564 10248 0 -1 4202560 2297 0 0 0 100 1 0 0 18 0 8 0 780000767 580534272 15865 33554432000 4194304 4580107 140736299287712 18446744073709551615 4318755 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10564/tid=10566] ppid=10562 vsize=566928 CPUtime=1.01 cores=0-7
/proc/10564/task/10566/stat : 10566 (strangenight2-m) R 10562 10564 10248 0 -1 4202560 2507 0 0 0 100 1 0 0 18 0 8 0 780000767 580534272 15865 33554432000 4194304 4580107 140736299287712 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10564/tid=10567] ppid=10562 vsize=566928 CPUtime=1.01 cores=0-7
/proc/10564/task/10567/stat : 10567 (strangenight2-m) R 10562 10564 10248 0 -1 4202560 2586 0 0 0 100 1 0 0 19 0 8 0 780000767 580534272 15865 33554432000 4194304 4580107 140736299287712 18446744073709551615 4294535 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10564/tid=10568] ppid=10562 vsize=566928 CPUtime=1 cores=0-7
/proc/10564/task/10568/stat : 10568 (strangenight2-m) R 10562 10564 10248 0 -1 4202560 2457 0 0 0 99 1 0 0 18 0 8 0 780000767 580534272 15865 33554432000 4194304 4580107 140736299287712 18446744073709551615 4318686 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10564/tid=10569] ppid=10562 vsize=566928 CPUtime=0.99 cores=0-7
/proc/10564/task/10569/stat : 10569 (strangenight2-m) R 10562 10564 10248 0 -1 4202560 2503 0 0 0 98 1 0 0 19 0 8 0 780000767 580534272 15865 33554432000 4194304 4580107 140736299287712 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10564/tid=10570] ppid=10562 vsize=566928 CPUtime=1 cores=0-7
/proc/10564/task/10570/stat : 10570 (strangenight2-m) R 10562 10564 10248 0 -1 4202560 2546 0 0 0 99 1 0 0 19 0 8 0 780000767 580534272 15865 33554432000 4194304 4580107 140736299287712 18446744073709551615 4305975 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10564/tid=10571] ppid=10562 vsize=566928 CPUtime=1.02 cores=0-7
/proc/10564/task/10571/stat : 10571 (strangenight2-m) R 10562 10564 10248 0 -1 4202560 1756 0 0 0 102 0 0 0 19 0 8 0 780000767 580534272 15865 33554432000 4194304 4580107 140736299287712 18446744073709551615 4318504 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 8.12
Current children cumulated vsize (KiB) 566928

[startup+1.10302 s]
/proc/loadavg: 8.03 8.01 7.99 1/266 10564
/proc/meminfo: memFree=28602276/32951124 swapFree=55664332/67111528
[pid=10564] ppid=10562 vsize=577908 CPUtime=8.93 cores=0-7
/proc/10564/stat : 10564 (strangenight2-m) R 10562 10564 10248 0 -1 4202496 22415 0 0 0 881 12 0 0 19 0 8 0 780000766 591777792 14723 33554432000 4194304 4580107 140736299287712 18446744073709551615 4293151 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10564/statm: 144477 14723 377 95 0 139459 0
[pid=10564/tid=10565] ppid=10562 vsize=577908 CPUtime=1.11 cores=0-7
/proc/10564/task/10565/stat : 10565 (strangenight2-m) R 10562 10564 10248 0 -1 4202560 2718 0 0 0 110 1 0 0 19 0 8 0 780000767 591777792 14723 33554432000 4194304 4580107 140736299287712 18446744073709551615 4294380 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10564/tid=10566] ppid=10562 vsize=577908 CPUtime=1.1 cores=0-7
/proc/10564/task/10566/stat : 10566 (strangenight2-m) R 10562 10564 10248 0 -1 4202560 2931 0 0 0 109 1 0 0 19 0 8 0 780000767 591777792 14723 33554432000 4194304 4580107 140736299287712 18446744073709551615 4293235 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10564/tid=10567] ppid=10562 vsize=577908 CPUtime=1.11 cores=0-7
/proc/10564/task/10567/stat : 10567 (strangenight2-m) R 10562 10564 10248 0 -1 4202560 2997 0 0 0 110 1 0 0 19 0 8 0 780000767 591777792 14723 33554432000 4194304 4580107 140736299287712 18446744073709551615 4318789 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10564/tid=10568] ppid=10562 vsize=577908 CPUtime=1.1 cores=0-7
/proc/10564/task/10568/stat : 10568 (strangenight2-m) R 10562 10564 10248 0 -1 4202560 2863 0 0 0 109 1 0 0 19 0 8 0 780000767 591777792 14723 33554432000 4194304 4580107 140736299287712 18446744073709551615 4318664 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10564/tid=10569] ppid=10562 vsize=577908 CPUtime=1.09 cores=0-7
/proc/10564/task/10569/stat : 10569 (strangenight2-m) R 10562 10564 10248 0 -1 4202560 2859 0 0 0 108 1 0 0 19 0 8 0 780000767 591777792 14723 33554432000 4194304 4580107 140736299287712 18446744073709551615 4318708 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10564/tid=10570] ppid=10562 vsize=577908 CPUtime=1.1 cores=0-7
/proc/10564/task/10570/stat : 10570 (strangenight2-m) R 10562 10564 10248 0 -1 4202560 2961 0 0 0 109 1 0 0 19 0 8 0 780000767 591777792 14723 33554432000 4194304 4580107 140736299287712 18446744073709551615 4318708 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10564/tid=10571] ppid=10562 vsize=577908 CPUtime=1.12 cores=0-7
/proc/10564/task/10571/stat : 10571 (strangenight2-m) R 10562 10564 10248 0 -1 4202560 1806 0 0 0 112 0 0 0 19 0 8 0 780000767 591777792 14723 33554432000 4194304 4580107 140736299287712 18446744073709551615 4318848 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 8.93
Current children cumulated vsize (KiB) 577908

[startup+1.50047 s]
/proc/loadavg: 8.03 8.01 7.99 1/266 10564
/proc/meminfo: memFree=28602276/32951124 swapFree=55664332/67111528
[pid=10564] ppid=10562 vsize=578080 CPUtime=11.72 cores=0-7
/proc/10564/stat : 10564 (strangenight2-m) R 10562 10564 10248 0 -1 4202496 24130 0 0 0 1160 12 0 0 19 0 8 0 780000766 591953920 15868 33554432000 4194304 4580107 140736299287712 18446744073709551615 4318760 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10564/statm: 144520 15868 377 95 0 139502 0
[pid=10564/tid=10565] ppid=10562 vsize=578080 CPUtime=1.46 cores=0-7
/proc/10564/task/10565/stat : 10565 (strangenight2-m) R 10562 10564 10248 0 -1 4202560 2891 0 0 0 145 1 0 0 19 0 8 0 780000767 591953920 15868 33554432000 4194304 4580107 140736299287712 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10564/tid=10566] ppid=10562 vsize=578080 CPUtime=1.45 cores=0-7
/proc/10564/task/10566/stat : 10566 (strangenight2-m) R 10562 10564 10248 0 -1 4202560 3098 0 0 0 144 1 0 0 19 0 8 0 780000767 591953920 15868 33554432000 4194304 4580107 140736299287712 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10564/tid=10567] ppid=10562 vsize=578080 CPUtime=1.46 cores=0-7
/proc/10564/task/10567/stat : 10567 (strangenight2-m) R 10562 10564 10248 0 -1 4202560 3166 0 0 0 145 1 0 0 19 0 8 0 780000767 591953920 15868 33554432000 4194304 4580107 140736299287712 18446744073709551615 4293235 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10564/tid=10568] ppid=10562 vsize=578080 CPUtime=1.45 cores=0-7
/proc/10564/task/10568/stat : 10568 (strangenight2-m) R 10562 10564 10248 0 -1 4202560 3040 0 0 0 144 1 0 0 19 0 8 0 780000767 591953920 15868 33554432000 4194304 4580107 140736299287712 18446744073709551615 4293691 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10564/tid=10569] ppid=10562 vsize=578080 CPUtime=1.44 cores=0-7
/proc/10564/task/10569/stat : 10569 (strangenight2-m) R 10562 10564 10248 0 -1 4202560 3016 0 0 0 143 1 0 0 19 0 8 0 780000767 591953920 15868 33554432000 4194304 4580107 140736299287712 18446744073709551615 4294504 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10564/tid=10570] ppid=10562 vsize=578080 CPUtime=1.45 cores=0-7
/proc/10564/task/10570/stat : 10570 (strangenight2-m) R 10562 10564 10248 0 -1 4202560 3102 0 0 0 144 1 0 0 19 0 8 0 780000767 591953920 15868 33554432000 4194304 4580107 140736299287712 18446744073709551615 4294378 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10564/tid=10571] ppid=10562 vsize=578080 CPUtime=1.47 cores=0-7
/proc/10564/task/10571/stat : 10571 (strangenight2-m) R 10562 10564 10248 0 -1 4202560 2365 0 0 0 147 0 0 0 19 0 8 0 780000767 591953920 15868 33554432000 4194304 4580107 140736299287712 18446744073709551615 4318664 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 11.72
Current children cumulated vsize (KiB) 578080

[startup+3.10118 s]
/proc/loadavg: 8.03 8.01 7.99 9/274 10573
/proc/meminfo: memFree=28525612/32951124 swapFree=55664332/67111528
[pid=10564] ppid=10562 vsize=583060 CPUtime=24.51 cores=0-7
/proc/10564/stat : 10564 (strangenight2-m) R 10562 10564 10248 0 -1 4202496 40958 0 0 0 2437 14 0 0 23 0 8 0 780000766 597053440 18741 33554432000 4194304 4580107 140736299287712 18446744073709551615 4294585 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10564/statm: 145765 18741 379 95 0 140747 0
[pid=10564/tid=10565] ppid=10562 vsize=583060 CPUtime=3.06 cores=0-7
/proc/10564/task/10565/stat : 10565 (strangenight2-m) R 10562 10564 10248 0 -1 4202560 4814 0 0 0 305 1 0 0 23 0 8 0 780000767 597053440 18741 33554432000 4194304 4580107 140736299287712 18446744073709551615 4293163 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10564/tid=10566] ppid=10562 vsize=583060 CPUtime=3.05 cores=0-7
/proc/10564/task/10566/stat : 10566 (strangenight2-m) R 10562 10564 10248 0 -1 4202560 5038 0 0 0 304 1 0 0 23 0 8 0 780000767 597053440 18741 33554432000 4194304 4580107 140736299287712 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10564/tid=10567] ppid=10562 vsize=583060 CPUtime=3.05 cores=0-7
/proc/10564/task/10567/stat : 10567 (strangenight2-m) R 10562 10564 10248 0 -1 4202560 5136 0 0 0 304 1 0 0 25 0 8 0 780000767 597053440 18741 33554432000 4194304 4580107 140736299287712 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10564/tid=10568] ppid=10562 vsize=583060 CPUtime=3.05 cores=0-7
/proc/10564/task/10568/stat : 10568 (strangenight2-m) R 10562 10564 10248 0 -1 4202560 5047 0 0 0 304 1 0 0 24 0 8 0 780000767 597053440 18741 33554432000 4194304 4580107 140736299287712 18446744073709551615 4325382 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10564/tid=10569] ppid=10562 vsize=583060 CPUtime=3.02 cores=0-7
/proc/10564/task/10569/stat : 10569 (strangenight2-m) R 10562 10564 10248 0 -1 4202560 5086 0 0 0 301 1 0 0 24 0 8 0 780000767 597053440 18741 33554432000 4194304 4580107 140736299287712 18446744073709551615 4324259 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10564/tid=10570] ppid=10562 vsize=583060 CPUtime=3.05 cores=0-7
/proc/10564/task/10570/stat : 10570 (strangenight2-m) R 10562 10564 10248 0 -1 4202560 5057 0 0 0 304 1 0 0 24 0 8 0 780000767 597053440 18741 33554432000 4194304 4580107 140736299287712 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10564/tid=10571] ppid=10562 vsize=583060 CPUtime=3.08 cores=0-7
/proc/10564/task/10571/stat : 10571 (strangenight2-m) R 10562 10564 10248 0 -1 4202560 3994 0 0 0 307 1 0 0 25 0 8 0 780000767 597053440 18741 33554432000 4194304 4580107 140736299287712 18446744073709551615 4295714 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 24.51
Current children cumulated vsize (KiB) 583060

[startup+6.3006 s]
/proc/loadavg: 8.03 8.01 7.99 9/274 10573
/proc/meminfo: memFree=28472684/32951124 swapFree=55664332/67111528
[pid=10564] ppid=10562 vsize=601524 CPUtime=50.08 cores=0-7
/proc/10564/stat : 10564 (strangenight2-m) R 10562 10564 10248 0 -1 4202496 73933 0 0 0 4989 19 0 0 25 0 8 0 780000766 615960576 34872 33554432000 4194304 4580107 140736299287712 18446744073709551615 4318848 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10564/statm: 150381 34872 379 95 0 145363 0
[pid=10564/tid=10565] ppid=10562 vsize=601524 CPUtime=6.26 cores=0-7
/proc/10564/task/10565/stat : 10565 (strangenight2-m) R 10562 10564 10248 0 -1 4202560 10363 0 0 0 624 2 0 0 25 0 8 0 780000767 615960576 34872 33554432000 4194304 4580107 140736299287712 18446744073709551615 4406473 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10564/tid=10566] ppid=10562 vsize=601524 CPUtime=6.25 cores=0-7
/proc/10564/task/10566/stat : 10566 (strangenight2-m) R 10562 10564 10248 0 -1 4202560 9507 0 0 0 623 2 0 0 25 0 8 0 780000767 615960576 34872 33554432000 4194304 4580107 140736299287712 18446744073709551615 4294612 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10564/tid=10567] ppid=10562 vsize=601524 CPUtime=6.25 cores=0-7
/proc/10564/task/10567/stat : 10567 (strangenight2-m) R 10562 10564 10248 0 -1 4202560 9499 0 0 0 623 2 0 0 25 0 8 0 780000767 615960576 34872 33554432000 4194304 4580107 140736299287712 18446744073709551615 4293680 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10564/tid=10568] ppid=10562 vsize=601524 CPUtime=6.25 cores=0-7
/proc/10564/task/10568/stat : 10568 (strangenight2-m) R 10562 10564 10248 0 -1 4202560 9051 0 0 0 623 2 0 0 25 0 8 0 780000767 615960576 34872 33554432000 4194304 4580107 140736299287712 18446744073709551615 4293235 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10564/tid=10569] ppid=10562 vsize=601524 CPUtime=6.2 cores=0-7
/proc/10564/task/10569/stat : 10569 (strangenight2-m) R 10562 10564 10248 0 -1 4202560 9692 0 0 0 618 2 0 0 25 0 8 0 780000767 615960576 34872 33554432000 4194304 4580107 140736299287712 18446744073709551615 4318664 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10564/tid=10570] ppid=10562 vsize=601524 CPUtime=6.25 cores=0-7
/proc/10564/task/10570/stat : 10570 (strangenight2-m) R 10562 10564 10248 0 -1 4202560 9625 0 0 0 623 2 0 0 25 0 8 0 780000767 615960576 34872 33554432000 4194304 4580107 140736299287712 18446744073709551615 4294468 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10564/tid=10571] ppid=10562 vsize=601524 CPUtime=6.28 cores=0-7
/proc/10564/task/10571/stat : 10571 (strangenight2-m) R 10562 10564 10248 0 -1 4202560 6661 0 0 0 627 1 0 0 25 0 8 0 780000767 615960576 34872 33554432000 4194304 4580107 140736299287712 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0

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

[pid=10564/tid=10566] ppid=10562 vsize=2871596 CPUtime=4662.1 cores=0-7
/proc/10564/task/10566/stat : 10566 (strangenight2-m) R 10562 10564 10248 0 -1 4202560 887238 0 0 0 465865 345 0 0 25 0 8 0 780000767 2940514304 510374 33554432000 4194304 4580107 140736299287712 18446744073709551615 4293232 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10564/tid=10567] ppid=10562 vsize=2871596 CPUtime=4662.35 cores=0-7
/proc/10564/task/10567/stat : 10567 (strangenight2-m) R 10562 10564 10248 0 -1 4202560 915378 0 0 0 465875 360 0 0 25 0 8 0 780000767 2940514304 510374 33554432000 4194304 4580107 140736299287712 18446744073709551615 4406473 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10564/tid=10568] ppid=10562 vsize=2871596 CPUtime=4662.36 cores=0-7
/proc/10564/task/10568/stat : 10568 (strangenight2-m) R 10562 10564 10248 0 -1 4202560 931671 0 0 0 465880 356 0 0 25 0 8 0 780000767 2940514304 510374 33554432000 4194304 4580107 140736299287712 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10564/tid=10569] ppid=10562 vsize=2871596 CPUtime=4623.69 cores=0-7
/proc/10564/task/10569/stat : 10569 (strangenight2-m) R 10562 10564 10248 0 -1 4202560 841141 0 0 0 462048 321 0 0 25 0 8 0 780000767 2940514304 510374 33554432000 4194304 4580107 140736299287712 18446744073709551615 4294386 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10564/tid=10570] ppid=10562 vsize=2871596 CPUtime=4661.68 cores=0-7
/proc/10564/task/10570/stat : 10570 (strangenight2-m) R 10562 10564 10248 0 -1 4202560 936309 0 0 0 465858 310 0 0 25 0 8 0 780000767 2940514304 510374 33554432000 4194304 4580107 140736299287712 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10564/tid=10571] ppid=10562 vsize=2871596 CPUtime=4662.05 cores=0-7
/proc/10564/task/10571/stat : 10571 (strangenight2-m) R 10562 10564 10248 0 -1 4202560 935197 0 0 0 465876 329 0 0 25 0 8 0 780000767 2940514304 510374 33554432000 4194304 4580107 140736299287712 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 37257.7
Current children cumulated vsize (KiB) 2871596

[startup+4722.3 s]
/proc/loadavg: 8.24 8.12 8.04 9/274 10722
/proc/meminfo: memFree=26611936/32951124 swapFree=55664332/67111528
[pid=10564] ppid=10562 vsize=2743252 CPUtime=37737.2 cores=0-7
/proc/10564/stat : 10564 (strangenight2-m) R 10562 10564 10248 0 -1 4202496 7290575 0 0 0 3771074 2644 0 0 25 0 8 0 780000766 2809090048 496896 33554432000 4194304 4580107 140736299287712 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10564/statm: 685813 496896 444 95 0 680795 0
[pid=10564/tid=10565] ppid=10562 vsize=2743252 CPUtime=4721.72 cores=0-7
/proc/10564/task/10565/stat : 10565 (strangenight2-m) R 10562 10564 10248 0 -1 4202560 865047 0 0 0 471895 277 0 0 25 0 8 0 780000767 2809090048 496896 33554432000 4194304 4580107 140736299287712 18446744073709551615 4294504 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10564/tid=10566] ppid=10562 vsize=2743252 CPUtime=4722.1 cores=0-7
/proc/10564/task/10566/stat : 10566 (strangenight2-m) R 10562 10564 10248 0 -1 4202560 896007 0 0 0 471860 350 0 0 25 0 8 0 780000767 2809090048 496896 33554432000 4194304 4580107 140736299287712 18446744073709551615 4294471 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10564/tid=10567] ppid=10562 vsize=2743252 CPUtime=4722.36 cores=0-7
/proc/10564/task/10567/stat : 10567 (strangenight2-m) R 10562 10564 10248 0 -1 4202560 916722 0 0 0 471875 361 0 0 25 0 8 0 780000767 2809090048 496896 33554432000 4194304 4580107 140736299287712 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10564/tid=10568] ppid=10562 vsize=2743252 CPUtime=4722.36 cores=0-7
/proc/10564/task/10568/stat : 10568 (strangenight2-m) R 10562 10564 10248 0 -1 4202560 940172 0 0 0 471875 361 0 0 25 0 8 0 780000767 2809090048 496896 33554432000 4194304 4580107 140736299287712 18446744073709551615 4406355 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10564/tid=10569] ppid=10562 vsize=2743252 CPUtime=4683.16 cores=0-7
/proc/10564/task/10569/stat : 10569 (strangenight2-m) R 10562 10564 10248 0 -1 4202560 843735 0 0 0 467993 323 0 0 25 0 8 0 780000767 2809090048 496896 33554432000 4194304 4580107 140736299287712 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10564/tid=10570] ppid=10562 vsize=2743252 CPUtime=4721.66 cores=0-7
/proc/10564/task/10570/stat : 10570 (strangenight2-m) R 10562 10564 10248 0 -1 4202560 944769 0 0 0 471852 314 0 0 25 0 8 0 780000767 2809090048 496896 33554432000 4194304 4580107 140736299287712 18446744073709551615 4294358 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10564/tid=10571] ppid=10562 vsize=2743252 CPUtime=4722.05 cores=0-7
/proc/10564/task/10571/stat : 10571 (strangenight2-m) R 10562 10564 10248 0 -1 4202560 937876 0 0 0 471874 331 0 0 25 0 8 0 780000767 2809090048 496896 33554432000 4194304 4580107 140736299287712 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 37737.2
Current children cumulated vsize (KiB) 2743252

[startup+4782.3 s]
/proc/loadavg: 8.08 8.09 8.03 9/274 10724
/proc/meminfo: memFree=26558696/32951124 swapFree=55664332/67111528
[pid=10564] ppid=10562 vsize=2744812 CPUtime=38216.7 cores=0-7
/proc/10564/stat : 10564 (strangenight2-m) R 10562 10564 10248 0 -1 4202496 7350729 0 0 0 3819001 2671 0 0 25 0 8 0 780000766 2810687488 509916 33554432000 4194304 4580107 140736299287712 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10564/statm: 686203 509916 444 95 0 681185 0
[pid=10564/tid=10565] ppid=10562 vsize=2744812 CPUtime=4781.73 cores=0-7
/proc/10564/task/10565/stat : 10565 (strangenight2-m) R 10562 10564 10248 0 -1 4202560 874134 0 0 0 477893 280 0 0 25 0 8 0 780000767 2810687488 509917 33554432000 4194304 4580107 140736299287712 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10564/tid=10566] ppid=10562 vsize=2744812 CPUtime=4782.11 cores=0-7
/proc/10564/task/10566/stat : 10566 (strangenight2-m) R 10562 10564 10248 0 -1 4202560 903212 0 0 0 477858 353 0 0 25 0 8 0 780000767 2810687488 509917 33554432000 4194304 4580107 140736299287712 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10564/tid=10567] ppid=10562 vsize=2744812 CPUtime=4782.37 cores=0-7
/proc/10564/task/10567/stat : 10567 (strangenight2-m) R 10562 10564 10248 0 -1 4202560 919709 0 0 0 477873 364 0 0 25 0 8 0 780000767 2810687488 509917 33554432000 4194304 4580107 140736299287712 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10564/tid=10568] ppid=10562 vsize=2744812 CPUtime=4782.37 cores=0-7
/proc/10564/task/10568/stat : 10568 (strangenight2-m) R 10562 10564 10248 0 -1 4202560 944839 0 0 0 477873 364 0 0 25 0 8 0 780000767 2810687488 509917 33554432000 4194304 4580107 140736299287712 18446744073709551615 4293235 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10564/tid=10569] ppid=10562 vsize=2744812 CPUtime=4742.66 cores=0-7
/proc/10564/task/10569/stat : 10569 (strangenight2-m) R 10562 10564 10248 0 -1 4202560 852644 0 0 0 473937 329 0 0 25 0 8 0 780000767 2810687488 509917 33554432000 4194304 4580107 140736299287712 18446744073709551615 4294520 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10564/tid=10570] ppid=10562 vsize=2744812 CPUtime=4781.67 cores=0-7
/proc/10564/task/10570/stat : 10570 (strangenight2-m) R 10562 10564 10248 0 -1 4202560 953754 0 0 0 477849 318 0 0 25 0 8 0 780000767 2810687488 509917 33554432000 4194304 4580107 140736299287712 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10564/tid=10571] ppid=10562 vsize=2744812 CPUtime=4782.06 cores=0-7
/proc/10564/task/10571/stat : 10571 (strangenight2-m) R 10562 10564 10248 0 -1 4202560 947078 0 0 0 477871 335 0 0 25 0 8 0 780000767 2810687488 509917 33554432000 4194304 4580107 140736299287712 18446744073709551615 4294430 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 38216.7
Current children cumulated vsize (KiB) 2744812

[startup+4842.3 s]
/proc/loadavg: 8.08 8.09 8.03 9/274 10726
/proc/meminfo: memFree=26512624/32951124 swapFree=55664332/67111528
[pid=10564] ppid=10562 vsize=3021332 CPUtime=38696.2 cores=0-7
/proc/10564/stat : 10564 (strangenight2-m) R 10562 10564 10248 0 -1 4202496 7405948 0 0 0 3866922 2697 0 0 25 0 8 0 780000766 3093843968 522075 33554432000 4194304 4580107 140736299287712 18446744073709551615 4305219 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10564/statm: 755333 522075 444 95 0 750315 0
[pid=10564/tid=10565] ppid=10562 vsize=3021332 CPUtime=4841.73 cores=0-7
/proc/10564/task/10565/stat : 10565 (strangenight2-m) R 10562 10564 10248 0 -1 4202560 876169 0 0 0 483892 281 0 0 25 0 8 0 780000767 3093843968 522075 33554432000 4194304 4580107 140736299287712 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10564/tid=10566] ppid=10562 vsize=3021332 CPUtime=4842.1 cores=0-7
/proc/10564/task/10566/stat : 10566 (strangenight2-m) R 10562 10564 10248 0 -1 4202560 912986 0 0 0 483852 358 0 0 25 0 8 0 780000767 3093843968 522075 33554432000 4194304 4580107 140736299287712 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10564/tid=10567] ppid=10562 vsize=3021332 CPUtime=4842.36 cores=0-7
/proc/10564/task/10567/stat : 10567 (strangenight2-m) R 10562 10564 10248 0 -1 4202560 922294 0 0 0 483871 365 0 0 25 0 8 0 780000767 3093843968 522075 33554432000 4194304 4580107 140736299287712 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10564/tid=10568] ppid=10562 vsize=3021332 CPUtime=4842.36 cores=0-7
/proc/10564/task/10568/stat : 10568 (strangenight2-m) R 10562 10564 10248 0 -1 4202560 954123 0 0 0 483867 369 0 0 25 0 8 0 780000767 3093843968 522075 33554432000 4194304 4580107 140736299287712 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10564/tid=10569] ppid=10562 vsize=3021332 CPUtime=4802.17 cores=0-7
/proc/10564/task/10569/stat : 10569 (strangenight2-m) R 10562 10564 10248 0 -1 4202560 861851 0 0 0 479884 333 0 0 25 0 8 0 780000767 3093843968 522075 33554432000 4194304 4580107 140736299287712 18446744073709551615 4294356 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10564/tid=10570] ppid=10562 vsize=3021332 CPUtime=4841.64 cores=0-7
/proc/10564/task/10570/stat : 10570 (strangenight2-m) R 10562 10564 10248 0 -1 4202560 962960 0 0 0 483843 321 0 0 25 0 8 0 780000767 3093843968 522075 33554432000 4194304 4580107 140736299287712 18446744073709551615 4293163 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10564/tid=10571] ppid=10562 vsize=3021332 CPUtime=4842.05 cores=0-7
/proc/10564/task/10571/stat : 10571 (strangenight2-m) R 10562 10564 10248 0 -1 4202560 956063 0 0 0 483867 338 0 0 25 0 8 0 780000767 3093843968 522075 33554432000 4194304 4580107 140736299287712 18446744073709551615 4318432 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 38696.2
Current children cumulated vsize (KiB) 3021332

[startup+4902.31 s]
/proc/loadavg: 8.07 8.08 8.03 9/274 10727
/proc/meminfo: memFree=26560524/32951124 swapFree=55664332/67111528
[pid=10564] ppid=10562 vsize=2748764 CPUtime=39175.8 cores=0-7
/proc/10564/stat : 10564 (strangenight2-m) R 10562 10564 10248 0 -1 4202496 7462517 0 0 0 3914856 2721 0 0 25 0 8 0 780000766 2814734336 509766 33554432000 4194304 4580107 140736299287712 18446744073709551615 4294471 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10564/statm: 687191 509766 444 95 0 682173 0
[pid=10564/tid=10565] ppid=10562 vsize=2748764 CPUtime=4901.74 cores=0-7
/proc/10564/task/10565/stat : 10565 (strangenight2-m) R 10562 10564 10248 0 -1 4202560 884423 0 0 0 489890 284 0 0 25 0 8 0 780000767 2814734336 509766 33554432000 4194304 4580107 140736299287712 18446744073709551615 4451684 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10564/tid=10566] ppid=10562 vsize=2748764 CPUtime=4902.11 cores=0-7
/proc/10564/task/10566/stat : 10566 (strangenight2-m) R 10562 10564 10248 0 -1 4202560 922064 0 0 0 489849 362 0 0 25 0 8 0 780000767 2814734336 509766 33554432000 4194304 4580107 140736299287712 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10564/tid=10567] ppid=10562 vsize=2748764 CPUtime=4902.38 cores=0-7
/proc/10564/task/10567/stat : 10567 (strangenight2-m) R 10562 10564 10248 0 -1 4202560 930392 0 0 0 489869 369 0 0 25 0 8 0 780000767 2814734336 509766 33554432000 4194304 4580107 140736299287712 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10564/tid=10568] ppid=10562 vsize=2748764 CPUtime=4902.37 cores=0-7
/proc/10564/task/10568/stat : 10568 (strangenight2-m) R 10562 10564 10248 0 -1 4202560 956704 0 0 0 489866 371 0 0 25 0 8 0 780000767 2814734336 509766 33554432000 4194304 4580107 140736299287712 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10564/tid=10569] ppid=10562 vsize=2748764 CPUtime=4861.67 cores=0-7
/proc/10564/task/10569/stat : 10569 (strangenight2-m) R 10562 10564 10248 0 -1 4202560 863830 0 0 0 485833 334 0 0 25 0 8 0 780000767 2814734336 509766 33554432000 4194304 4580107 140736299287712 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10564/tid=10570] ppid=10562 vsize=2748764 CPUtime=4901.65 cores=0-7
/proc/10564/task/10570/stat : 10570 (strangenight2-m) R 10562 10564 10248 0 -1 4202560 972019 0 0 0 489840 325 0 0 25 0 8 0 780000767 2814734336 509766 33554432000 4194304 4580107 140736299287712 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10564/tid=10571] ppid=10562 vsize=2748764 CPUtime=4902.07 cores=0-7
/proc/10564/task/10571/stat : 10571 (strangenight2-m) R 10562 10564 10248 0 -1 4202560 964468 0 0 0 489866 341 0 0 25 0 8 0 780000767 2814734336 509766 33554432000 4194304 4580107 140736299287712 18446744073709551615 4451684 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 39175.8
Current children cumulated vsize (KiB) 2748764

[startup+4962.3 s]
/proc/loadavg: 8.07 8.08 8.03 9/274 10729
/proc/meminfo: memFree=26542132/32951124 swapFree=55664332/67111528
[pid=10564] ppid=10562 vsize=2686020 CPUtime=39655.2 cores=0-7
/proc/10564/stat : 10564 (strangenight2-m) R 10562 10564 10248 0 -1 4202496 7511621 0 0 0 3962770 2747 0 0 25 0 8 0 780000766 2750484480 514371 33554432000 4194304 4580107 140736299287712 18446744073709551615 4294367 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10564/statm: 671505 514371 444 95 0 666487 0
[pid=10564/tid=10565] ppid=10562 vsize=2686020 CPUtime=4961.73 cores=0-7
/proc/10564/task/10565/stat : 10565 (strangenight2-m) R 10562 10564 10248 0 -1 4202560 888358 0 0 0 495887 286 0 0 25 0 8 0 780000767 2750484480 514371 33554432000 4194304 4580107 140736299287712 18446744073709551615 4318695 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10564/tid=10566] ppid=10562 vsize=2686020 CPUtime=4962.11 cores=0-7
/proc/10564/task/10566/stat : 10566 (strangenight2-m) R 10562 10564 10248 0 -1 4202560 926036 0 0 0 495845 366 0 0 25 0 8 0 780000767 2750484480 514371 33554432000 4194304 4580107 140736299287712 18446744073709551615 4294634 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10564/tid=10567] ppid=10562 vsize=2686020 CPUtime=4962.36 cores=0-7
/proc/10564/task/10567/stat : 10567 (strangenight2-m) R 10562 10564 10248 0 -1 4202560 932519 0 0 0 495866 370 0 0 25 0 8 0 780000767 2750484480 514371 33554432000 4194304 4580107 140736299287712 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10564/tid=10568] ppid=10562 vsize=2686020 CPUtime=4962.37 cores=0-7
/proc/10564/task/10568/stat : 10568 (strangenight2-m) R 10562 10564 10248 0 -1 4202560 961638 0 0 0 495864 373 0 0 25 0 8 0 780000767 2750484480 514371 33554432000 4194304 4580107 140736299287712 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10564/tid=10569] ppid=10562 vsize=2686020 CPUtime=4921.14 cores=0-7
/proc/10564/task/10569/stat : 10569 (strangenight2-m) R 10562 10564 10248 0 -1 4202560 871885 0 0 0 491775 339 0 0 25 0 8 0 780000767 2750484480 514371 33554432000 4194304 4580107 140736299287712 18446744073709551615 4294574 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10564/tid=10570] ppid=10562 vsize=2686020 CPUtime=4961.64 cores=0-7
/proc/10564/task/10570/stat : 10570 (strangenight2-m) R 10562 10564 10248 0 -1 4202560 980747 0 0 0 495834 330 0 0 25 0 8 0 780000767 2750484480 514371 33554432000 4194304 4580107 140736299287712 18446744073709551615 4318708 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10564/tid=10571] ppid=10562 vsize=2686020 CPUtime=4962.06 cores=0-7
/proc/10564/task/10571/stat : 10571 (strangenight2-m) R 10562 10564 10248 0 -1 4202560 972788 0 0 0 495862 344 0 0 25 0 8 0 780000767 2750484480 514371 33554432000 4194304 4580107 140736299287712 18446744073709551615 4294634 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 39655.2
Current children cumulated vsize (KiB) 2686020



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5005.5 s]
/proc/loadavg: 8.09 8.09 8.03 9/274 10730
/proc/meminfo: memFree=26463864/32951124 swapFree=55664332/67111528
[pid=10564] ppid=10562 vsize=3094356 CPUtime=40000.5 cores=0-7
/proc/10564/stat : 10564 (strangenight2-m) R 10562 10564 10248 0 -1 4202496 7546693 0 0 0 3997282 2764 0 0 25 0 8 0 780000766 3168620544 533648 33554432000 4194304 4580107 140736299287712 18446744073709551615 4406395 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10564/statm: 773589 533648 444 95 0 768571 0
[pid=10564/tid=10565] ppid=10562 vsize=3094356 CPUtime=5004.94 cores=0-7
/proc/10564/task/10565/stat : 10565 (strangenight2-m) R 10562 10564 10248 0 -1 4202560 890163 0 0 0 500206 288 0 0 25 0 8 0 780000767 3168620544 533650 33554432000 4194304 4580107 140736299287712 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10564/tid=10566] ppid=10562 vsize=3094356 CPUtime=5005.31 cores=0-7
/proc/10564/task/10566/stat : 10566 (strangenight2-m) R 10562 10564 10248 0 -1 4202560 933477 0 0 0 500162 369 0 0 25 0 8 0 780000767 3168620544 533650 33554432000 4194304 4580107 140736299287712 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10564/tid=10567] ppid=10562 vsize=3094356 CPUtime=5005.58 cores=0-7
/proc/10564/task/10567/stat : 10567 (strangenight2-m) R 10562 10564 10248 0 -1 4202560 935265 0 0 0 500186 372 0 0 25 0 8 0 780000767 3168620544 533650 33554432000 4194304 4580107 140736299287712 18446744073709551615 4294471 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=10564/tid=10568] ppid=10562 vsize=3094356 CPUtime=5005.58 cores=0-7
/proc/10564/task/10568/stat : 10568 (strangenight2-m) R 10562 10564 10248 0 -1 4202560 969083 0 0 0 500181 377 0 0 25 0 8 0 780000767 3168620544 533650 33554432000 4194304 4580107 140736299287712 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10564/tid=10569] ppid=10562 vsize=3094356 CPUtime=4963.99 cores=0-7
/proc/10564/task/10569/stat : 10569 (strangenight2-m) R 10562 10564 10248 0 -1 4202560 875281 0 0 0 496059 340 0 0 25 0 8 0 780000767 3168620544 533650 33554432000 4194304 4580107 140736299287712 18446744073709551615 4406355 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10564/tid=10570] ppid=10562 vsize=3094356 CPUtime=5004.85 cores=0-7
/proc/10564/task/10570/stat : 10570 (strangenight2-m) R 10562 10564 10248 0 -1 4202560 984417 0 0 0 500153 332 0 0 25 0 8 0 780000767 3168620544 533650 33554432000 4194304 4580107 140736299287712 18446744073709551615 4294436 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=10564/tid=10571] ppid=10562 vsize=3094356 CPUtime=5005.26 cores=0-7
/proc/10564/task/10571/stat : 10571 (strangenight2-m) R 10562 10564 10248 0 -1 4202560 976437 0 0 0 500180 346 0 0 25 0 8 0 780000767 3168620544 533650 33554432000 4194304 4580107 140736299287712 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 40000.5
Current children cumulated vsize (KiB) 3094356

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

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

[startup+5005.62 s]
/proc/loadavg: 8.09 8.09 8.03 2/269 10731
/proc/meminfo: memFree=28593480/32951124 swapFree=55664332/67111528
[pid=10564] ppid=10562 vsize=0 CPUtime=40000.6 cores=0-7
/proc/10564/stat : 10564 (strangenight2-m) Z 10562 10564 10248 0 -1 4203548 7546698 0 0 0 3997289 2774 0 0 25 0 1 0 780000766 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10564/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 40000.6
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5005.63
CPU time (s): 40000.6
CPU user time (s): 39972.9
CPU system time (s): 27.7458
CPU usage (%): 799.114
Max. virtual memory (cumulated for all children) (KiB): 3106468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39972.9
system time used= 27.7458
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7546698
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= 15961
involuntary context switches= 169481

runsolver used 11.8132 second user time and 29.8505 second system time

The end

Launcher Data

Begin job on node109 at 2011-05-29 17:46:40
IDJOB=3421626
IDBENCH=83335
IDSOLVER=1878
FILE ID=node109/3421626-1306684000
RUNJOBID= node109-1306678705-10262
PBS_JOBID= 13471811
Free space on /tmp= 73204 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt (fixed)
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden3k/VanDerWaerden_2-3-18_312.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3421626-1306684000/watcher-3421626-1306684000 -o /tmp/evaluation-result-3421626-1306684000/solver-3421626-1306684000 -C 40000 -W 5100 -M 31000  ./strangenight2-mt --threads=8 HOME/instance-3421626-1306684000.cnf

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 1144bbd60c180aa5e72d35b74e9676cb
RANDOM SEED=251066196

node109.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	: 5332.75
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.74
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.82
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28602308 kB
Buffers:        228212 kB
Cached:        2183980 kB
SwapCached:      10136 kB
Active:         755364 kB
Inactive:      3383144 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28602308 kB
SwapTotal:    67111528 kB
SwapFree:     55664332 kB
Dirty:            6228 kB
Writeback:           0 kB
AnonPages:     1722892 kB
Mapped:          15936 kB
Slab:           108612 kB
PageTables:      37360 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 30863828 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= 73200 MiB
End job on node109 at 2011-05-29 19:10:08