Trace number 3421632

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.2 5007.8

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/
VanderWaerden3k/VanDerWaerden_2-3-16_238.cnf
MD5SUMb61e426b264831836f140414cdcf3e23
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 variables238
Number of clauses15812
Sum of the clauses size70446
Maximum clause length16
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 314042
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51770

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 8 threads
0.00/0.02	c This is CryptoMiniSat 3.0.0
0.00/0.02	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.02	c Reading file 'HOME/instance-3421632-1306685736.cnf'
0.00/0.02	c -- header says num vars:            238
0.00/0.02	c -- header says num clauses:       15812
0.15/0.04	c -- clauses added:            0 learnts,        15812 normals,            0 xors
0.15/0.04	c -- vars added        238
0.15/0.04	c Parsing time:  0.01 s
0.15/0.04	c  N st     0         0       238     15812         0         0     70446         0   no data   no data
0.15/0.10	c asymm  cl-useful: 0/15812/15812 lits-rem:0 time: 0.06
0.15/0.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.15/0.11	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.15/0.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.15/0.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.70/0.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    238 time:  0.00 s
0.70/0.11	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
0.70/0.16	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
0.70/0.16	c Finding binary XORs  T:     0.00 s  found:       0
0.70/0.16	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.70/0.16	c calculated reachability. Time: 0.00
0.70/0.16	c Calc default polars -  time:   0.00 s pos:     238 undec:       0 neg:       0
0.70/0.16	c =========================================================================================
0.70/0.16	c types(t): F = full restart, N = normal restart
0.70/0.16	c types(t): S = simplification begin/end, E = solution found
0.70/0.16	c restart types(rt): st = static, dy = dynamic
0.70/0.16	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.70/0.16	c  B st     0         0       238     15812         0         0     70446         0   no data   no data
3.01/0.40	c  N dy     9      4825       238     15812         0      4670     70446    130216     16.18     17.04
4.61/0.61	c  N dy    29      8837       238     15812         0      6102     70446    158597     16.72     24.66
7.00/0.92	c  N dy    53     14197       238     15812         0      7197     70446    181390     17.28     18.26
8.69/1.18	c  N dy    56     18239       238     15812         0      5653     70446    125789     16.73     19.78
10.99/1.46	c  N dy    80     23015       238     15812         0     10301     70446    252380     16.86     17.79
12.59/1.60	c  F st    92     25003       238     15812         0     12208     70446    306582     16.99     14.63
13.40/1.73	c  N st    96     27035       238     15812         0      7585     70446    168820     16.99   no data
14.99/1.91	c  S st    98     30001       238     15812         0     10466     70446    252131     16.99   no data
14.99/1.95	c  S st    98     30502       238     15812         0     10964     70446    266442     16.99   no data
14.99/1.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
14.99/1.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
14.99/1.96	c blocked clauses removed:        0 vars:      0 tried:         238 T: 0.00 s
14.99/1.96	c bin-w-bin subsume rem            0 bins  time:  0.00 s
14.99/1.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.99/1.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    238 time:  0.00 s
14.99/1.96	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
14.99/1.96	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
14.99/1.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.79/2.06	c lits-rem:        54  cl-subs:      382  v-elim:      0  v-fix:    0  time:  0.09 s
17.48/2.23	c asymm  cl-useful: 0/15812/15812 lits-rem:0 time: 0.17
17.48/2.23	c calculated reachability. Time: 0.00
17.48/2.23	c  N dy    98     30502       238     15812         0     10582     70446    258680     16.99   no data
20.58/2.68	c  N dy   116     37417       238     15812         0      9611     70446    212120     16.88     17.79
22.97/2.97	c  N dy   121     41974       238     15812         0     14013     70446    329287     16.77     17.86
25.45/3.25	c  S st   130     45753       238     15812         0      8987     70446    186213     16.66     12.27
25.45/3.28	c  S st   130     46255       238     15812         0      9486     70446    200472     16.66   no data
25.45/3.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
25.45/3.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
25.45/3.29	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
25.45/3.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
25.45/3.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25.45/3.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    238 time:  0.00 s
25.45/3.29	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
25.45/3.29	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
25.45/3.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
26.27/3.32	c lits-rem:        19  cl-subs:      106  v-elim:      0  v-fix:    0  time:  0.02 s
26.27/3.32	c vivif2 --  cl tried    15812 cl shrink        0 lits rem          0 time: 0.00
26.27/3.32	c vivif2 --  cl tried     9380 cl shrink        0 lits rem          0 time: 0.00
26.96/3.47	c asymm  cl-useful: 0/15812/15812 lits-rem:0 time: 0.15
26.96/3.47	c calculated reachability. Time: 0.00
26.96/3.47	c  N dy   130     46255       238     15812         0      9380     70446    198748     16.66   no data
29.36/3.78	c  N dy   145     51023       238     15812         0     13936     70446    321536     16.66     17.56
33.36/4.21	c  N dy   170     56758       238     15812         0      9868     70446    200208     16.76     17.69
35.06/4.49	c  N dy   183     61200       238     15812         0     14194     70446    319619     16.75     17.80
37.34/4.79	c  N dy   212     65243       238     15812         0     18123     70446    431135     16.88     18.98
40.55/5.10	c  S st   221     69382       238     15812         0     11510     70446    239006     16.87     14.94
40.55/5.14	c  S st   221     69888       238     15812         0     12013     70446    253540     16.87   no data
40.55/5.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
40.55/5.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
40.55/5.14	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
40.55/5.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
40.55/5.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
40.55/5.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    238 time:  0.00 s
40.55/5.15	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
40.55/5.15	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
40.55/5.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
40.55/5.19	c lits-rem:        15  cl-subs:       88  v-elim:      0  v-fix:    0  time:  0.03 s
40.55/5.19	c vivif2 --  cl tried    15812 cl shrink        0 lits rem          0 time: 0.00
41.35/5.20	c vivif2 --  cl tried    11925 cl shrink        0 lits rem          0 time: 0.00
42.15/5.37	c asymm  cl-useful: 0/15812/15812 lits-rem:0 time: 0.18
42.15/5.37	c calculated reachability. Time: 0.00
42.15/5.37	c  N dy   221     69888       238     15812         0     11925     70446    251788     16.87   no data
44.54/5.67	c  N dy   236     74433       238     15812         0     16298     70446    370489     16.85     17.81
48.53/6.16	c  N dy   243     80955       238     15812         0     22452     70446    519511     16.57     17.51
51.81/6.53	c  N dy   268     86147       238     15812         0     15966     70446    343735     16.62     20.37
52.63/6.63	c  F st   278     87500       238     15812         0     17273     70446    380805     16.65   no data
55.72/7.00	c  N dy   284     92695       238     15812         0     22324     70446    526577     16.65   no data
60.59/7.67	c  N dy   307    101790       238     15812         0     18521     70446    393380     16.54     17.51
62.11/7.89	c  S st   319    104832       238     15812         0     21439     70446    471924     16.54     14.28
62.90/7.93	c  S st   319    105332       238     15812         0     21933     70446    485962     16.54   no data
62.90/7.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
62.90/7.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
62.90/7.94	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
62.90/7.94	c bin-w-bin subsume rem            0 bins  time:  0.00 s
62.90/7.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
62.90/7.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    238 time:  0.00 s
62.90/7.94	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
62.90/7.95	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
62.90/7.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
65.31/8.21	c lits-rem:       200  cl-subs:     1037  v-elim:      0  v-fix:    0  time:  0.25 s
65.31/8.21	c vivif2 --  cl tried    15812 cl shrink        0 lits rem          0 time: 0.00
65.31/8.22	c vivif2 --  cl tried    20896 cl shrink        0 lits rem          0 time: 0.00
66.91/8.41	c asymm  cl-useful: 0/10408/15812 lits-rem:0 time: 0.19
66.91/8.41	c calculated reachability. Time: 0.00
66.91/8.41	c  N dy   319    105332       238     15812         0     20896     70446    468201     16.54   no data
70.89/8.98	c  N dy   345    112542       238     15812         0     14354     70446    283416     16.55     17.54
75.69/9.53	c  N dy   374    120412       238     15812         0     21915     70446    487416     16.56     17.84
80.48/10.15	c  N dy   402    128097       238     15812         0     14889     70446    292283     16.55     18.09
85.28/10.73	c  N dy   423    136367       238     15812         0     22849     70446    506422     16.53     20.74
90.87/11.45	c  N dy   441    145266       238     15812         0     16027     70446    304323     16.47     17.44
98.84/12.40	c  N dy   469    157559       238     15812         0     27855     70446    613287     16.41     17.32
98.84/12.44	c  S st   470    157999       238     15812         0     28282     70446    625102     16.41     17.03
98.84/12.49	c  S st   470    158503       238     15812         0     28785     70446    639013     16.41   no data
98.84/12.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
99.64/12.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
99.64/12.50	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
99.64/12.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
99.64/12.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
99.64/12.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    238 time:  0.00 s
99.64/12.50	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
99.64/12.51	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
99.64/12.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
102.84/12.93	c lits-rem:       126  cl-subs:     1264  v-elim:      0  v-fix:    0  time:  0.40 s
102.84/12.93	c vivif2 --  cl tried    15812 cl shrink        0 lits rem          0 time: 0.00
102.84/12.93	c vivif2 --  cl tried    27521 cl shrink        0 lits rem          0 time: 0.01
103.64/13.04	c asymm  cl-useful: 0/5404/15812 lits-rem:0 time: 0.11
103.64/13.04	c calculated reachability. Time: 0.00
103.64/13.04	c  N dy   470    158503       238     15812         0     27521     70446    615417     16.41   no data
110.83/13.94	c  N dy   507    169830       238     15812         0     22075     70446    450578     16.38     17.43
118.82/14.95	c  N dy   549    182110       238     15812         0     33905     70446    766209     16.36     17.32
126.81/16.00	c  N dy   601    195075       238     15812         0     29091     70446    632831     16.37     17.30
136.40/17.10	c  N dy   628    207606       238     15812         0     22814     70446    452358     16.33     17.26
147.58/18.52	c  N dy   652    223529       238     15812         0     38115     70446    845148     16.23     17.31
156.37/19.69	c  S st   682    237756       238     15812         0     32518     70446    700064     16.18   no data
157.24/19.75	c  S st   682    238260       238     15812         0     33018     70446    714824     16.18   no data
157.24/19.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
157.24/19.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
157.24/19.76	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
157.24/19.76	c bin-w-bin subsume rem            0 bins  time:  0.00 s
157.24/19.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
157.24/19.76	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    238 time:  0.00 s
157.24/19.76	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
157.24/19.77	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
157.24/19.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
161.95/20.33	c lits-rem:       240  cl-subs:     1652  v-elim:      0  v-fix:    0  time:  0.54 s
161.95/20.33	c vivif2 --  cl tried    15812 cl shrink        0 lits rem          0 time: 0.00
161.95/20.34	c vivif2 --  cl tried    31366 cl shrink        0 lits rem          0 time: 0.01
163.55/20.54	c asymm  cl-useful: 0/7545/15812 lits-rem:0 time: 0.20
163.55/20.54	c calculated reachability. Time: 0.00
163.55/20.54	c  N dy   682    238260       238     15812         0     31366     70446    685348     16.18   no data
174.81/21.99	c  N dy   732    254842       238     15812         0     27167     70446    545515     16.15     17.06
187.51/23.53	c  N dy   801    271204       238     15812         0     21793     70446    390845     16.16     19.19
200.30/25.11	c  N dy   878    289526       238     15812         0     39461     70446    858104     16.19     17.11
211.47/26.59	c  F st   940    306250       238     15812         0     33435     70446    677530     16.18     14.31
213.08/26.75	c  N st   944    308285       238     15812         0     35384     70446    728089     16.18   no data
232.25/29.12	c  N dy   960    335255       238     15812         0     38228     70446    773807     16.04     16.96
247.43/31.09	c  N dy  1043    355947       238     15812         0     34083     70446    679236     16.06     17.01
249.03/31.23	c  S st  1051    357391       238     15812         0     35466     70446    715598     16.06     14.97
249.03/31.29	c  S st  1051    357892       238     15812         0     35965     70446    729920     16.06   no data
249.03/31.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
249.83/31.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
249.83/31.30	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
249.83/31.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
249.83/31.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
249.83/31.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    238 time:  0.00 s
249.83/31.31	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
249.83/31.31	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
249.83/31.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
253.90/31.81	c lits-rem:       130  cl-subs:      970  v-elim:      0  v-fix:    0  time:  0.48 s
253.90/31.82	c vivif2 --  cl tried    15812 cl shrink        0 lits rem          0 time: 0.00
253.90/31.82	c vivif2 --  cl tried    34995 cl shrink        0 lits rem          0 time: 0.01
255.41/32.04	c asymm  cl-useful: 0/7462/15812 lits-rem:0 time: 0.22
255.41/32.04	c calculated reachability. Time: 0.00
255.41/32.04	c  N dy  1051    357892       238     15812         0     34995     70446    711175     16.06   no data
271.47/34.05	c  N dy  1141    377914       238     15812         0     29302     70446    552974     16.11     20.83
287.37/36.01	c  N dy  1176    398585       238     15812         0     49176     70446   1062252     16.07     16.95
308.14/38.62	c  N dy  1233    424741       238     15812         0     48391     70446   1009811     16.01     16.99
323.32/40.56	c  N dy  1289    445101       238     15812         0     41032     70446    835552     15.98     16.97
340.09/42.67	c  N dy  1382    465434       238     15812         0     32742     70446    618942     16.02     16.94
356.07/44.67	c  N dy  1445    485503       238     15812         0     52062     70446   1117760     16.00     20.12
372.04/46.66	c  N dy  1501    506168       238     15812         0     43104     70446    876864     15.99     16.88
392.02/49.10	c  N dy  1561    528344       238     15812         0     34534     70446    634281     15.96     16.87
397.61/49.86	c  S st  1577    536838       238     15812         0     42684     70446    836988     15.94     10.67
398.40/49.93	c  S st  1577    537341       238     15812         0     43186     70446    850611     15.94   no data
398.40/49.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
398.40/49.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.01
398.40/49.94	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
398.40/49.95	c bin-w-bin subsume rem            0 bins  time:  0.00 s
398.40/49.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
398.40/49.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    238 time:  0.00 s
398.40/49.95	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
398.40/49.96	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
398.40/49.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
404.10/50.64	c lits-rem:       246  cl-subs:     1478  v-elim:      0  v-fix:    0  time:  0.66 s
404.10/50.64	c vivif2 --  cl tried    15812 cl shrink        0 lits rem          0 time: 0.00
404.10/50.65	c vivif2 --  cl tried    41708 cl shrink        0 lits rem          0 time: 0.01
404.10/50.67	c asymm  cl-useful: 0/805/15812 lits-rem:0 time: 0.02
404.10/50.67	c calculated reachability. Time: 0.00
404.10/50.67	c  N dy  1577    537341       238     15812         0     41708     70446    824875     15.94   no data
423.16/53.06	c  N dy  1662    557900       238     15812         0     61475     70446   1338905     15.94     16.96
439.24/55.06	c  N dy  1746    577994       238     15812         0     50106     70446   1036487     15.97     16.83
460.70/57.73	c  N dy  1831    602383       238     15812         0     41808     70446    793873     15.96     16.97
479.87/60.11	c  N dy  1863    625221       238     15812         0     63724     70446   1327686     15.91     16.77
503.04/63.08	c  N dy  1942    654445       238     15812         0     59105     70446   1228643     15.89     16.84
522.21/65.45	c  N dy  2043    675955       238     15812         0     46121     70446    883971     15.91     16.83
542.99/68.01	c  N dy  2096    698569       238     15812         0     67836     70446   1435319     15.89     16.79
559.76/70.17	c  N dy  2154    718737       238     15812         0     52623     70446   1046328     15.88     16.73
579.83/72.65	c  N dy  2222    738744       238     15812         0     36304     70446    613400     15.88     26.46
594.91/74.57	c  N dy  2253    759105       238     15812         0     55757     70446   1094994     15.85     16.82
617.28/77.36	c  N dy  2322    781648       238     15812         0     40931     70446    716481     15.84     16.72
636.45/79.71	c  N dy  2414    802868       238     15812         0     61329     70446   1246380     15.85     16.75
638.85/80.03	c  S st  2415    806012       238     15812         0     64325     70446   1322755     15.84     13.41
639.65/80.11	c  S st  2415    806514       238     15812         0     64824     70446   1336670     15.84   no data
639.65/80.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
639.65/80.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
639.65/80.14	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
639.65/80.14	c bin-w-bin subsume rem            0 bins  time:  0.00 s
639.65/80.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
639.65/80.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    238 time:  0.00 s
639.65/80.15	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
639.65/80.16	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
639.65/80.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
657.22/82.32	c lits-rem:       464  cl-subs:     3073  v-elim:      0  v-fix:    0  time:  2.12 s
657.22/82.32	c vivif2 --  cl tried    15812 cl shrink        0 lits rem          0 time: 0.00
657.22/82.34	c vivif2 --  cl tried    61751 cl shrink        0 lits rem          0 time: 0.02
658.91/82.59	c asymm  cl-useful: 0/3655/15812 lits-rem:0 time: 0.25
658.91/82.59	c calculated reachability. Time: 0.00
658.91/82.59	c  N dy  2415    806514       238     15812         0     61751     70446   1280576     15.84   no data
685.27/85.81	c  N dy  2456    834544       238     15812         0     51303     70446    980498     15.80     16.65
705.15/88.34	c  N dy  2531    854590       238     15812         0     70592     70446   1477400     15.80     16.68
724.31/90.70	c  N dy  2590    874837       238     15812         0     51640     70446    975629     15.80     16.95
744.30/93.25	c  N dy  2661    895923       238     15812         0     71908     70446   1490126     15.79     16.76
765.85/95.99	c  N dy  2738    919608       238     15812         0     55244     70446   1065594     15.79     16.69
785.84/98.46	c  N dy  2816    939609       238     15812         0     74419     70446   1556908     15.79     16.62
808.30/101.23	c  N dy  2882    963573       238     15812         0     57173     70446   1100562     15.78     16.73
830.56/104.04	c  N dy  2974    985507       238     15812         0     78286     70446   1650735     15.79     16.63
853.72/106.98	c  N dy  3032   1011362       238     15812         0     61615     70446   1185814     15.77     16.88
883.27/110.61	c  N dy  3121   1038694       238     15812         0     45686     70446    784407     15.75     16.65
902.45/113.07	c  N dy  3200   1059769       238     15812         0     65997     70446   1306971     15.76     16.60
915.22/114.61	c  F st  3224   1071875       238     15812         0     77681     70446   1602983     15.75     16.11
923.21/115.67	c  N dy  3242   1079773       238     15812         0     85268     70446   1797592     15.75     18.71
943.18/118.15	c  N dy  3337   1100354       238     15812         0     61861     70446   1201896     15.76     16.63
964.77/120.83	c  N dy  3424   1120639       238     15812         0     81411     70446   1712350     15.77     16.65
999.90/125.28	c  N dy  3492   1157383       238     15812         0     72292     70446   1398309     15.73     16.61
1023.07/128.13	c  N dy  3555   1177491       238     15812         0     46496     70446    788151     15.72     16.60
1040.64/130.36	c  N dy  3618   1197573       238     15812         0     65720     70446   1269327     15.72     17.42
1055.02/132.11	c  S st  3684   1209774       238     15812         0     77458     70446   1571902     15.73     15.78
1055.82/132.21	c  S st  3684   1210279       238     15812         0     77961     70446   1586334     15.73   no data
1055.82/132.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1055.82/132.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.04
1055.82/132.26	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1055.82/132.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1055.82/132.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1055.82/132.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    238 time:  0.00 s
1055.82/132.26	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
1055.82/132.28	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1056.62/132.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1086.97/136.18	c lits-rem:       380  cl-subs:     3620  v-elim:      0  v-fix:    0  time:  3.85 s
1086.97/136.18	c vivif2 --  cl tried    15812 cl shrink        0 lits rem          0 time: 0.00
1087.77/136.20	c vivif2 --  cl tried    74341 cl shrink        0 lits rem          0 time: 0.02
1090.16/136.50	c asymm  cl-useful: 0/3124/15812 lits-rem:0 time: 0.31
1090.16/136.51	c calculated reachability. Time: 0.00
1090.16/136.51	c  N dy  3684   1210279       238     15812         0     74341     70446   1520399     15.73   no data
1115.01/139.69	c  N dy  3782   1230292       238     15812         0     47594     70446    811245     15.74     18.59
1135.70/142.26	c  N dy  3866   1250944       238     15812         0     67480     70446   1329973     15.75     16.60
1158.94/145.15	c  N dy  3964   1270952       238     15812         0     86721     70446   1830449     15.76     17.95
1179.63/147.78	c  N dy  4001   1291901       238     15812         0     59805     70446   1114748     15.75     16.60
1200.40/150.39	c  N dy  4073   1311941       238     15812         0     79092     70446   1613681     15.75     17.83
1224.37/153.38	c  N dy  4136   1331950       238     15812         0     50247     70446    862175     15.75     18.67
1255.60/157.30	c  N dy  4182   1360039       238     15812         0     77062     70446   1502725     15.71     16.59
1281.96/160.61	c  N dy  4202   1381046       238     15812         0     96949     70446   1960650     15.69     16.52
1302.65/163.15	c  N dy  4282   1401131       238     15812         0     67563     70446   1280495     15.69     17.72
1325.89/166.06	c  N dy  4391   1421201       238     15812         0     86847     70446   1789319     15.70     19.71
1351.38/169.22	c  N dy  4451   1442874       238     15812         0     57681     70446   1001775     15.69     16.70
1371.34/171.72	c  N dy  4506   1463085       238     15812         0     76961     70446   1469967     15.68     16.52
1396.19/174.82	c  N dy  4563   1483945       238     15812         0     97050     70446   1971202     15.67     16.51
1420.88/177.99	c  N dy  4668   1506461       238     15812         0     67975     70446   1272370     15.68     16.54
1444.85/180.96	c  N dy  4731   1527930       238     15812         0     88676     70446   1790780     15.68     16.57
1471.20/184.20	c  N dy  4798   1549696       238     15812         0     57707     70446    987600     15.68     16.51
1491.98/186.80	c  N dy  4856   1570640       238     15812         0     77870     70446   1492382     15.67     16.58
1523.12/190.70	c  N dy  4865   1598716       238     15812         0    104812     70446   2129281     15.65     16.54
1543.89/193.33	c  N dy  4930   1619081       238     15812         0     71465     70446   1323881     15.64     16.65
1569.45/196.53	c  N dy  5051   1640570       238     15812         0     92216     70446   1868332     15.66     16.51
1598.28/200.20	c  N dy  5084   1665820       238     15812         0     62508     70446   1077059     15.63     16.46
1622.98/203.29	c  N dy  5162   1688868       238     15812         0     84690     70446   1633241     15.63     16.51
1650.14/206.69	c  N dy  5221   1710279       238     15812         0    105309     70446   2153150     15.63     13.88
1650.14/206.69	c  S st  5221   1710279       238     15812         0    105309     70446   2153150     15.63     13.88
1651.84/206.86	c  S st  5221   1710779       238     15812         0    105808     70446   2167877     15.63   no data
1651.84/206.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1652.52/206.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.06
1652.52/206.93	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1652.52/206.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1652.52/206.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1652.52/206.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    238 time:  0.00 s
1652.52/206.93	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
1652.52/206.96	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1653.32/207.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1705.25/213.57	c lits-rem:       741  cl-subs:     6661  v-elim:      0  v-fix:    0  time:  6.54 s
1705.25/213.57	c vivif2 --  cl tried    15812 cl shrink        0 lits rem          0 time: 0.00
1706.05/213.60	c vivif2 --  cl tried    99147 cl shrink        0 lits rem          0 time: 0.03
1708.44/213.95	c asymm  cl-useful: 0/2072/15812 lits-rem:0 time: 0.35
1708.44/213.95	c calculated reachability. Time: 0.00
1708.44/213.95	c  N dy  5221   1710779       238     15812         0     99147     70446   2049361     15.63   no data
1735.60/217.32	c  N dy  5266   1731013       238     15812         0     63911     70446   1117931     15.62     16.50
1757.97/220.19	c  N dy  5289   1754618       238     15812         0     86510     70446   1655295     15.59     16.44
1782.81/223.26	c  N dy  5317   1776771       238     15812         0    107642     70446   2174171     15.57     16.42
1807.50/226.39	c  N dy  5359   1800517       238     15812         0     74722     70446   1352009     15.55     16.40
1833.87/229.62	c  N dy  5402   1823674       238     15812         0     96967     70446   1898608     15.54     16.42
1861.90/233.20	c  N dy  5515   1844001       238     15812         0     60059     70446   1006787     15.56     16.68
1884.99/236.04	c  N dy  5577   1864160       238     15812         0     79377     70446   1492395     15.55     16.40
1912.94/239.56	c  N dy  5687   1884815       238     15812         0     99263     70446   2006495     15.56     16.42
1939.30/242.84	c  N dy  5718   1906220       238     15812         0     62258     70446   1049954     15.55     16.60
1961.67/245.66	c  N dy  5799   1926696       238     15812         0     82018     70446   1555257     15.55     16.42
1989.63/249.15	c  N dy  5889   1947426       238     15812         0    101964     70446   2066336     15.56     16.38
2019.19/252.86	c  N dy  5966   1967467       238     15812         0     62607     70446   1043899     15.56     16.98
2041.54/255.61	c  N dy  6073   1987547       238     15812         0     82033     70446   1546848     15.57     16.71
2067.11/258.83	c  N dy  6165   2007821       238     15812         0    101577     70446   2044132     15.57     16.61
2095.88/262.46	c  N dy  6222   2029032       238     15812         0     62290     70446   1024934     15.57     16.42
2117.53/265.15	c  N dy  6308   2049051       238     15812         0     81576     70446   1514219     15.57     16.42
2146.99/268.87	c  N dy  6348   2075642       238     15812         0    107029     70446   2130246     15.56     16.41
2176.55/272.55	c  N dy  6401   2097368       238     15812         0     67356     70446   1136096     15.55     16.48
2199.71/275.46	c  N dy  6449   2119111       238     15812         0     88188     70446   1645796     15.54     16.48
2228.48/279.09	c  N dy  6510   2139117       238     15812         0    107401     70446   2125902     15.54     16.38
2258.81/282.88	c  N dy  6568   2160178       238     15812         0     66136     70446   1109066     15.53     16.42
2286.78/286.33	c  N dy  6612   2186396       238     15812         0     91170     70446   1704049     15.52     16.41
2317.14/290.20	c  N dy  6703   2206432       238     15812         0    110396     70446   2198148     15.52     18.88
2324.33/291.01	c  S st  6706   2210782       238     15812         0    114558     70446   2297195     15.52     15.13
2325.13/291.18	c  S st  6706   2211285       238     15812         0    115061     70446   2312830     15.52   no data
2325.13/291.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2325.93/291.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.08
2325.93/291.27	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2325.93/291.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2325.93/291.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2325.93/291.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    238 time:  0.00 s
2325.93/291.28	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
2326.73/291.31	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2326.73/291.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2393.02/299.69	c lits-rem:      1147  cl-subs:     6828  v-elim:      0  v-fix:    0  time:  8.31 s
2393.02/299.69	c vivif2 --  cl tried    15812 cl shrink        0 lits rem          0 time: 0.00
2393.82/299.72	c vivif2 --  cl tried   108233 cl shrink        0 lits rem          0 time: 0.03
2397.01/300.20	c asymm  cl-useful: 0/2449/15812 lits-rem:0 time: 0.48
2397.01/300.21	c calculated reachability. Time: 0.00
2397.01/300.21	c  N dy  6706   2211285       238     15812         0    108233     70446   2193122     15.52   no data
2428.17/304.04	c  N dy  6750   2232954       238     15812         0     66828     70446   1108561     15.51     16.38
2449.74/306.73	c  N dy  6801   2253211       238     15812         0     86197     70446   1585100     15.51     16.51
2473.71/309.74	c  N dy  6825   2274732       238     15812         0    106740     70446   2079497     15.49     16.38
2500.87/313.11	c  N dy  6871   2294777       238     15812         0    125971     70446   2548875     15.48     16.42
2524.02/316.00	c  N dy  6913   2315926       238     15812         0     82993     70446   1497233     15.48     16.29
2550.39/319.39	c  N dy  6966   2336085       238     15812         0    102438     70446   1978203     15.47     16.35
2579.15/322.94	c  N dy  7011   2356149       238     15812         0    121639     70446   2439894     15.46     20.48
2606.31/326.30	c  N dy  7072   2376837       238     15812         0     77245     70446   1345267     15.46     16.35
2638.25/330.31	c  N dy  7157   2403341       238     15812         0    102627     70446   1973601     15.46     16.33
2667.81/334.09	c  N dy  7245   2423824       238     15812         0    122371     70446   2473805     15.46     16.46
2700.56/338.13	c  N dy  7269   2449552       238     15812         0     81713     70446   1436203     15.45     16.30
2726.12/341.30	c  N dy  7335   2469632       238     15812         0    100985     70446   1919206     15.45     19.22
2755.68/345.07	c  N dy  7379   2491640       238     15812         0    122166     70446   2451808     15.44     16.32
2786.83/348.92	c  N dy  7465   2511932       238     15812         0     75578     70446   1294072     15.44     16.36
2808.41/351.69	c  N dy  7498   2532005       238     15812         0     94868     70446   1765278     15.43     16.44
2836.37/355.18	c  N dy  7575   2552623       238     15812         0    114728     70446   2269035     15.43     16.37
2881.99/360.83	c  N dy  7634   2587740       238     15812         0     81110     70446   1390927     15.42     16.37
2906.67/363.99	c  N dy  7712   2608259       238     15812         0    100882     70446   1883557     15.42     16.37
2934.72/367.48	c  N dy  7803   2628435       238     15812         0    120303     70446   2377561     15.42     16.30
2968.18/371.65	c  N dy  7881   2649155       238     15812         0     72093     70446   1186579     15.42     16.24
3000.11/375.65	c  N dy  7963   2677835       238     15812         0     99431     70446   1848238     15.42     16.28
3031.37/379.57	c  N dy  8044   2697840       238     15812         0    118662     70446   2331377     15.42     16.24
3052.04/382.16	c  S st  8084   2711285       238     15812         0    131561     70446   2654734     15.41     14.10
3053.64/382.31	c  S st  8084   2711788       238     15812         0    132058     70446   2668061     15.41   no data
3053.64/382.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3053.64/382.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.06
3053.64/382.39	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3053.64/382.39	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3053.64/382.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3053.64/382.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    238 time:  0.00 s
3053.64/382.39	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
3054.44/382.42	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
3054.44/382.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3128.72/391.77	c lits-rem:       582  cl-subs:     9426  v-elim:      0  v-fix:    0  time:  9.28 s
3128.72/391.77	c vivif2 --  cl tried    15812 cl shrink        0 lits rem          0 time: 0.00
3129.52/391.81	c vivif2 --  cl tried   122632 cl shrink        0 lits rem          0 time: 0.04
3131.91/392.16	c asymm  cl-useful: 0/2776/15812 lits-rem:0 time: 0.35
3131.91/392.16	c calculated reachability. Time: 0.00
3131.91/392.16	c  N dy  8084   2711788       238     15812         0    122632     70446   2507635     15.41   no data
3165.47/396.33	c  N dy  8161   2732481       238     15812         0     73577     70446   1223939     15.42     16.28
3190.23/399.40	c  N dy  8252   2753648       238     15812         0     94014     70446   1746025     15.42     16.29
3216.58/402.71	c  N dy  8323   2773742       238     15812         0    113343     70446   2235554     15.42     16.38
3251.05/407.05	c  N dy  8399   2794773       238     15812         0    133558     70446   2746941     15.42     16.29
3286.19/411.41	c  N dy  8464   2820958       238     15812         0     88706     70446   1589053     15.42     16.32
3310.85/414.55	c  N dy  8494   2841224       238     15812         0    108178     70446   2062150     15.41     16.36
3341.20/418.32	c  N dy  8549   2862951       238     15812         0    129082     70446   2571458     15.40     16.23
3374.05/422.48	c  N dy  8659   2883148       238     15812         0     77422     70446   1293984     15.41     16.26
3397.12/425.36	c  N dy  8712   2903155       238     15812         0     96517     70446   1760559     15.41     19.00
3425.95/428.94	c  N dy  8814   2923184       238     15812         0    115812     70446   2259041     15.41     18.40
3457.03/432.81	c  N dy  8869   2943259       238     15812         0    135062     70446   2736697     15.41     19.25
3486.59/436.51	c  N dy  8918   2963586       238     15812         0     82527     70446   1408368     15.41     16.24
3509.75/439.47	c  N dy  8979   2983762       238     15812         0    101773     70446   1883012     15.40     16.25
3536.92/442.87	c  N dy  9019   3004705       238     15812         0    121856     70446   2372330     15.40     16.23
3568.86/446.90	c  N dy  9093   3024774       238     15812         0    141237     70446   2852262     15.40     19.72
3599.22/450.62	c  N dy  9179   3046165       238     15812         0     88798     70446   1567548     15.40     16.26
3624.79/453.84	c  N dy  9259   3066338       238     15812         0    108193     70446   2054938     15.40     16.33
3653.54/457.45	c  N dy  9310   3086415       238     15812         0    127379     70446   2526583     15.40     18.72
3688.69/461.81	c  N dy  9386   3106417       238     15812         0    146656     70446   3013527     15.40     16.25
3733.49/467.51	c  N dy  9438   3141646       238     15812         0    106422     70446   1943598     15.39     16.22
3763.77/471.22	c  N dy  9526   3162217       238     15812         0    126175     70446   2446325     15.39     16.26
3802.92/476.18	c  N dy  9572   3187139       238     15812         0     75262     70446   1208896     15.38     16.27
3829.28/479.42	c  N dy  9653   3208867       238     15812         0     96089     70446   1736826     15.38     16.38
3833.26/479.93	c  S st  9666   3211790       238     15812         0     98890     70446   1806144     15.38     12.21
3834.06/480.08	c  S st  9666   3212296       238     15812         0     99391     70446   1819734     15.38   no data
3834.06/480.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3834.87/480.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
3834.87/480.14	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3834.87/480.14	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3834.87/480.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3834.87/480.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    238 time:  0.00 s
3834.87/480.15	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
3834.87/480.17	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
3835.67/480.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3867.61/484.30	c lits-rem:       229  cl-subs:     2654  v-elim:      0  v-fix:    0  time:  4.07 s
3868.41/484.30	c vivif2 --  cl tried    15812 cl shrink        0 lits rem          0 time: 0.00
3868.41/484.32	c vivif2 --  cl tried    96737 cl shrink        0 lits rem          0 time: 0.03
3870.01/484.51	c asymm  cl-useful: 0/1736/15812 lits-rem:0 time: 0.19
3870.01/484.52	c calculated reachability. Time: 0.00
3870.01/484.52	c  N dy  9666   3212296       238     15812         0     96737     70446   1772523     15.38   no data
3901.95/488.50	c  N dy  9705   3234689       238     15812         0    118128     70446   2281774     15.37     16.20
3933.92/492.57	c  N dy  9780   3256023       238     15812         0    138598     70446   2785455     15.37     16.22
3967.47/496.78	c  N dy  9801   3280701       238     15812         0     86451     70446   1472497     15.36     16.17
3997.93/500.53	c  N dy  9888   3302061       238     15812         0    106998     70446   1990430     15.36     16.24
4031.37/504.72	c  N dy  9942   3323742       238     15812         0    127814     70446   2495774     15.36     16.24
4067.38/509.22	c  N dy 10056   3343829       238     15812         0    147100     70446   2992492     15.36     18.37
4097.67/513.09	c  N dy 10100   3364359       238     15812         0     90024     70446   1547974     15.36     16.28
4124.02/516.38	c  N dy 10179   3384797       238     15812         0    109690     70446   2044910     15.36     16.23
4153.59/520.06	c  N dy 10235   3405007       238     15812         0    129127     70446   2523575     15.36     16.27
4190.41/524.63	c  N dy 10319   3426324       238     15812         0    149557     70446   3034345     15.36     16.30
4228.68/529.47	c  N dy 10359   3454607       238     15812         0     98785     70446   1754634     15.35     16.18
4258.23/533.13	c  N dy 10422   3476165       238     15812         0    119580     70446   2264186     15.35     16.17
4287.88/536.87	c  N dy 10476   3496236       238     15812         0    138903     70446   2731261     15.34     16.19
4323.73/541.34	c  N dy 10529   3516815       238     15812         0     80141     70446   1297281     15.34     16.16
4347.70/544.32	c  N dy 10582   3537258       238     15812         0     99758     70446   1780403     15.34     16.40
4377.25/548.05	c  N dy 10661   3557877       238     15812         0    119563     70446   2276212     15.34     16.18
4410.90/552.29	c  N dy 10761   3577946       238     15812         0    138931     70446   2771496     15.34     21.80
4443.55/556.39	c  N dy 10817   3597995       238     15812         0    158162     70446   3249273     15.34     18.83
4473.10/560.08	c  N dy 10901   3618462       238     15812         0     98154     70446   1737677     15.34     16.43
4501.87/563.63	c  N dy 10978   3638493       238     15812         0    117406     70446   2226264     15.34     18.69
4532.22/567.50	c  N dy 11035   3658761       238     15812         0    136809     70446   2697087     15.34     16.17
4569.75/572.10	c  N dy 11122   3678814       238     15812         0    156063     70446   3182385     15.34     16.24
4599.32/575.86	c  N dy 11167   3699772       238     15812         0     95414     70446   1652273     15.34     16.19
4615.29/577.87	c  S st 11207   3712296       238     15812         0    107420     70446   1955840     15.34     14.58
4616.08/577.99	c  S st 11207   3712800       238     15812         0    107920     70446   1969539     15.34   no data
4616.08/578.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4616.88/578.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.05
4616.88/578.05	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4616.88/578.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4616.88/578.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4616.88/578.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    238 time:  0.00 s
4616.88/578.05	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
4616.88/578.08	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
4617.68/578.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4644.85/581.55	c lits-rem:       345  cl-subs:     3679  v-elim:      0  v-fix:    0  time:  3.42 s
4644.85/581.55	c vivif2 --  cl tried    15812 cl shrink        0 lits rem          0 time: 0.00
4644.85/581.58	c vivif2 --  cl tried   104241 cl shrink        0 lits rem          0 time: 0.03
4647.32/581.87	c asymm  cl-useful: 0/1932/15812 lits-rem:0 time: 0.29
4647.32/581.88	c calculated reachability. Time: 0.00
4647.32/581.88	c  N dy 11207   3712800       238     15812         0    104241     70446   1908245     15.34   no data
4680.80/586.05	c  N dy 11280   3733992       238     15812         0    124658     70446   2415233     15.34     16.18
4711.95/589.96	c  F st 11346   3751564       238     15812         0    141591     70446   2838023     15.34     13.71
4719.14/590.80	c  N st 11351   3754862       238     15812         0    144760     70446   2918524     15.34   no data
4759.09/595.81	c  N dy 11424   3774877       238     15812         0     82473     70446   1332593     15.34     20.23
4783.84/598.94	c  N dy 11511   3795184       238     15812         0    102009     70446   1824703     15.34     16.45
4814.27/602.76	c  N dy 11566   3815702       238     15812         0    121616     70446   2307915     15.34     16.16
4847.75/606.93	c  N dy 11627   3835751       238     15812         0    140858     70446   2788647     15.34     16.22
4882.90/611.35	c  N dy 11674   3856073       238     15812         0    160262     70446   3255613     15.34     16.16
4915.64/615.43	c  N dy 11756   3877535       238     15812         0     98439     70446   1726826     15.34     16.16
4964.48/621.51	c  N dy 11787   3914451       238     15812         0    133400     70446   2513880     15.32     16.18
4997.93/625.74	c  N dy 11853   3935169       238     15812         0    153269     70446   3006093     15.32     16.15
5041.87/631.24	c  N dy 11942   3959930       238     15812         0     93767     70446   1588376     15.32     16.42
5071.42/634.92	c  N dy 11980   3981747       238     15812         0    114576     70446   2080412     15.31     16.23
5105.07/639.13	c  N dy 12059   4001861       238     15812         0    133874     70446   2563931     15.31     16.18
5139.38/643.51	c  N dy 12105   4021867       238     15812         0    152967     70446   3025866     15.31     16.27
5188.04/649.50	c  N dy 12206   4047451       238     15812         0     93377     70446   1578102     15.31     16.13
5214.39/652.85	c  N dy 12284   4067842       238     15812         0    113006     70446   2066280     15.31     16.18
5249.55/657.24	c  N dy 12349   4091402       238     15812         0    135555     70446   2615651     15.31     16.17
5285.50/661.77	c  N dy 12430   4112905       238     15812         0    156160     70446   3136670     15.31     16.19
5323.04/666.41	c  N dy 12493   4132910       238     15812         0     90151     70446   1497834     15.31     18.19
5347.00/669.49	c  N dy 12528   4153005       238     15812         0    109420     70446   1966001     15.31     16.31
5381.35/673.73	c  N dy 12585   4174469       238     15812         0    129900     70446   2450469     15.31     16.15
5416.50/678.17	c  N dy 12634   4194579       238     15812         0    149253     70446   2924740     15.30     16.18
5452.45/682.66	c  S st 12717   4212801       238     15812         0    166835     70446   3370094     15.31     13.38
5454.05/682.82	c  S st 12717   4213305       238     15812         0    167337     70446   3384412     15.31   no data
5454.05/682.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
5454.85/682.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.0M T:  0.08
5454.85/682.92	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
5454.85/682.92	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5454.85/682.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5454.85/682.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    238 time:  0.00 s
5454.85/682.92	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
5454.85/682.96	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
5455.72/683.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5534.80/692.99	c lits-rem:      1006  cl-subs:     9189  v-elim:      0  v-fix:    0  time:  9.93 s
5534.80/692.99	c vivif2 --  cl tried    15812 cl shrink        0 lits rem          0 time: 0.00
5535.62/693.03	c vivif2 --  cl tried   158148 cl shrink        0 lits rem          0 time: 0.04
5538.72/693.42	c asymm  cl-useful: 0/2105/15812 lits-rem:0 time: 0.39
5538.72/693.43	c calculated reachability. Time: 0.00
5538.72/693.43	c  N dy 12717   4213305       238     15812         0    158148     70446   3224033     15.31   no data
5578.73/698.47	c  N dy 12791   4233944       238     15812         0     91815     70446   1526867     15.31     16.13
5605.09/701.81	c  N dy 12855   4254143       238     15812         0    111193     70446   2002679     15.31     16.18
5636.17/705.67	c  N dy 12916   4274225       238     15812         0    130485     70446   2470873     15.30     19.78
5672.93/710.24	c  N dy 12992   4295747       238     15812         0    151136     70446   2980135     15.31     16.12
5714.45/715.43	c  N dy 13019   4317658       238     15812         0    172003     70446   3479033     15.30     16.12
5752.00/720.12	c  N dy 13069   4338797       238     15812         0    105098     70446   1830685     15.30     16.15
5783.14/724.03	c  N dy 13123   4360072       238     15812         0    125496     70446   2327360     15.29     16.10
5815.98/728.14	c  N dy 13151   4382277       238     15812         0    146664     70446   2838862     15.29     16.11
5853.43/732.85	c  N dy 13221   4402438       238     15812         0    166011     70446   3314495     15.29     16.10
5890.19/737.44	c  N dy 13275   4422540       238     15812         0     97182     70446   1638442     15.28     16.11
5919.74/741.19	c  N dy 13344   4442938       238     15812         0    116774     70446   2128066     15.29     16.18
5952.49/745.28	c  N dy 13425   4462955       238     15812         0    136022     70446   2609587     15.29     16.66
5990.84/750.04	c  N dy 13518   4484191       238     15812         0    156422     70446   3124245     15.29     16.16
6029.98/754.99	c  N dy 13590   4504529       238     15812         0    175822     70446   3595517     15.29     16.17
6066.73/759.58	c  N dy 13642   4528990       238     15812         0    110042     70446   1940952     15.28     16.28
6102.68/764.07	c  N dy 13728   4554171       238     15812         0    134150     70446   2537787     15.28     16.14
6136.22/768.26	c  N dy 13773   4574370       238     15812         0    153477     70446   2991573     15.28     16.11
6175.37/773.10	c  N dy 13832   4595734       238     15812         0    173967     70446   3493663     15.28     16.20
6210.51/777.59	c  N dy 13914   4615769       238     15812         0    103239     70446   1787568     15.28     16.09
6243.26/781.60	c  N dy 13988   4637749       238     15812         0    124358     70446   2309719     15.28     16.16
6280.81/786.35	c  N dy 14050   4661178       238     15812         0    146822     70446   2850173     15.28     16.12
6319.14/791.13	c  N dy 14076   4683351       238     15812         0    167990     70446   3338324     15.27     16.31
6362.28/796.54	c  N dy 14118   4704698       238     15812         0     97276     70446   1617580     15.27     16.08
6375.06/798.15	c  S st 14139   4713305       238     15812         0    105566     70446   1821291     15.27     13.58
6375.86/798.29	c  S st 14139   4713806       238     15812         0    106065     70446   1834831     15.27   no data
6376.66/798.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
6376.66/798.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.06
6376.66/798.36	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
6376.66/798.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
6376.66/798.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6376.66/798.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    238 time:  0.00 s
6376.66/798.36	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
6376.66/798.39	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
6377.46/798.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6395.90/800.74	c lits-rem:       256  cl-subs:     1588  v-elim:      0  v-fix:    0  time:  2.30 s
6395.90/800.74	c vivif2 --  cl tried    15812 cl shrink        0 lits rem          0 time: 0.00
6395.90/800.78	c vivif2 --  cl tried   104477 cl shrink        0 lits rem          0 time: 0.04
6399.02/801.13	c asymm  cl-useful: 0/2444/15812 lits-rem:0 time: 0.35
6399.02/801.13	c calculated reachability. Time: 0.00
6399.02/801.13	c  N dy 14139   4713806       238     15812         0    104477     70446   1807026     15.27   no data
6435.77/805.73	c  N dy 14161   4740356       238     15812         0    129694     70446   2366839     15.25     16.10
6469.33/809.92	c  N dy 14229   4760534       238     15812         0    148991     70446   2832811     15.25     16.11
6508.47/814.85	c  N dy 14299   4780624       238     15812         0    168256     70446   3308190     15.25     17.94
6549.21/819.97	c  N dy 14354   4800680       238     15812         0     95695     70446   1566625     15.25     16.19
6577.95/823.52	c  N dy 14439   4820774       238     15812         0    114956     70446   2041104     15.25     16.28
6614.71/828.19	c  N dy 14521   4844771       238     15812         0    137911     70446   2596990     15.25     16.13
6650.72/832.62	c  N dy 14567   4864864       238     15812         0    157186     70446   3063065     15.25     16.12
6689.78/837.55	c  N dy 14627   4885790       238     15812         0    177272     70446   3550485     15.25     16.16
6724.13/841.84	c  N dy 14669   4905825       238     15812         0    103629     70446   1747189     15.25     20.91
6755.30/845.81	c  N dy 14752   4927044       238     15812         0    124059     70446   2258367     15.25     16.09
6791.31/850.31	c  N dy 14824   4949096       238     15812         0    145144     70446   2775791     15.25     16.08
6827.29/854.78	c  N dy 14887   4970045       238     15812         0    165236     70446   3266246     15.25     16.09
6877.51/861.00	c  N dy 14948   4994571       238     15812         0     94842     70446   1517635     15.24     16.08
6903.87/864.30	c  N dy 15007   5014669       238     15812         0    114125     70446   1987789     15.24     18.08
6932.72/867.98	c  N dy 15048   5034742       238     15812         0    133372     70446   2449378     15.24     21.06
6967.03/872.29	c  N dy 15127   5054840       238     15812         0    152729     70446   2928475     15.24     16.08
7006.11/877.17	c  N dy 15205   5074988       238     15812         0    172112     70446   3404338     15.24     16.23
7049.25/882.56	c  N dy 15256   5095012       238     15812         0     96295     70446   1543238     15.24     16.11
7089.20/887.54	c  N dy 15328   5124119       238     15812         0    124179     70446   2221443     15.24     16.06
7121.94/891.68	c  N dy 15408   5144140       238     15812         0    143437     70446   2698941     15.24     16.09
7157.89/896.18	c  N dy 15472   5164515       238     15812         0    162918     70446   3168377     15.24     16.34
7197.82/901.17	c  N dy 15552   5184606       238     15812         0    182235     70446   3643315     15.24     17.55
7232.97/905.54	c  N dy 15596   5204879       238     15812         0    105761     70446   1764555     15.23     16.07
7245.76/907.11	c  S st 15630   5213807       238     15812         0    114301     70446   1977359     15.24     15.47
7246.56/907.24	c  S st 15630   5214312       238     15812         0    114804     70446   1991499     15.24   no data
7246.56/907.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
7247.36/907.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.05
7247.36/907.31	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
7247.36/907.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7247.36/907.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7247.36/907.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    238 time:  0.00 s
7247.36/907.31	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
7247.36/907.34	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
7247.36/907.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7265.80/909.68	c lits-rem:       195  cl-subs:     1849  v-elim:      0  v-fix:    0  time:  2.29 s
7265.80/909.68	c vivif2 --  cl tried    15812 cl shrink        0 lits rem          0 time: 0.00
7266.63/909.71	c vivif2 --  cl tried   112955 cl shrink        0 lits rem          0 time: 0.03
7268.91/910.08	c asymm  cl-useful: 0/1781/15812 lits-rem:0 time: 0.37
7268.91/910.09	c calculated reachability. Time: 0.00
7268.91/910.09	c  N dy 15630   5214312       238     15812         0    112955     70446   1958132     15.24   no data
7303.25/914.34	c  N dy 15702   5234479       238     15812         0    132372     70446   2436517     15.24     16.05
7341.60/919.17	c  N dy 15786   5254588       238     15812         0    151611     70446   2912184     15.24     16.15
7383.94/924.41	c  N dy 15845   5275497       238     15812         0    171706     70446   3403821     15.24     16.07
7425.48/929.60	c  N dy 15898   5295507       238     15812         0    190882     70446   3877409     15.23     17.40
7463.83/934.42	c  N dy 15966   5316394       238     15812         0    113947     70446   1947998     15.23     16.14
7495.77/938.46	c  N dy 16016   5338227       238     15812         0    134882     70446   2449904     15.23     16.07
7538.19/943.74	c  N dy 16096   5362329       238     15812         0    158020     70446   3016940     15.23     16.06
7585.25/949.66	c  N dy 16163   5385722       238     15812         0    180294     70446   3557012     15.23     16.03
7636.37/956.02	c  N dy 16219   5406566       238     15812         0    102495     70446   1658397     15.23     16.05
7665.91/959.73	c  N dy 16249   5429030       238     15812         0    124049     70446   2171556     15.22     16.06
7696.34/963.52	c  N dy 16292   5449032       238     15812         0    143233     70446   2624045     15.22     17.50
7733.81/968.20	c  N dy 16374   5469064       238     15812         0    162488     70446   3097184     15.22     17.90
7769.76/972.72	c  N dy 16427   5489784       238     15812         0    182465     70446   3585923     15.22     16.18
7812.10/978.06	c  N dy 16486   5510079       238     15812         0    103196     70446   1669785     15.22     16.09
7840.85/981.61	c  N dy 16548   5530134       238     15812         0    122460     70446   2138384     15.22     17.34
7872.92/985.62	c  N dy 16588   5551315       238     15812         0    142642     70446   2620436     15.21     16.04
7913.55/990.73	c  N dy 16651   5574579       238     15812         0    164860     70446   3159711     15.21     16.09
7957.49/996.23	c  N dy 16727   5597384       238     15812         0    186771     70446   3703620     15.21     16.07
7995.11/1000.93	c  N dy 16731   5617412       238     15812         0    106334     70446   1727613     15.20     18.62
8026.98/1004.91	c  N dy 16809   5637443       238     15812         0    125571     70446   2197384     15.20     16.20
8066.23/1009.87	c  N dy 16898   5659150       238     15812         0    146467     70446   2712053     15.20     16.02
8107.67/1015.01	c  N dy 16971   5679165       238     15812         0    165760     70446   3186559     15.20     16.71
8152.40/1020.67	c  N dy 17045   5699261       238     15812         0    185100     70446   3659443     15.20     16.08
8185.14/1024.76	c  S st 17088   5714315       238     15812         0    199554     70446   4012001     15.20     14.96
8186.74/1024.97	c  S st 17088   5714815       238     15812         0    200051     70446   4026057     15.20   no data
8186.74/1024.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
8188.41/1025.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.5M T:  0.14
8188.41/1025.13	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
8188.41/1025.14	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8188.41/1025.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8188.41/1025.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    238 time:  0.00 s
8188.41/1025.14	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
8188.41/1025.19	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
8189.93/1025.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8312.26/1040.69	c lits-rem:      1107  cl-subs:    10391  v-elim:      0  v-fix:    0  time: 15.39 s
8312.26/1040.69	c vivif2 --  cl tried    15812 cl shrink        0 lits rem          0 time: 0.00
8312.95/1040.76	c vivif2 --  cl tried   189660 cl shrink        0 lits rem          0 time: 0.06
8317.75/1041.37	c asymm  cl-useful: 0/1421/15812 lits-rem:0 time: 0.61
8317.75/1041.38	c calculated reachability. Time: 0.00
8317.75/1041.38	c  N dy 17088   5714815       238     15812         0    189660     70446   3840323     15.20   no data
8367.27/1047.53	c  N dy 17148   5735500       238     15812         0    108796     70446   1791196     15.20     16.06
8397.63/1051.36	c  N dy 17208   5756080       238     15812         0    128594     70446   2286892     15.20     16.08
8432.78/1055.74	c  N dy 17254   5776228       238     15812         0    147791     70446   2744164     15.20     16.03
8469.60/1060.40	c  N dy 17319   5796244       238     15812         0    167023     70446   3209312     15.20     16.71
8503.88/1064.68	c  N dy 17324   5816291       238     15812         0    186031     70446   3637585     15.19     16.02
8552.60/1070.78	c  N dy 17401   5837282       238     15812         0    104701     70446   1676677     15.19     16.01
8583.83/1074.61	c  N dy 17440   5857843       238     15812         0    124377     70446   2145440     15.19     16.09
8646.84/1082.55	c  N dy 17482   5896347       238     15812         0    160943     70446   2995514     15.18     16.05
8683.59/1087.18	c  N dy 17554   5916365       238     15812         0    180133     70446   3465974     15.18     16.04
8729.12/1092.87	c  N dy 17623   5938165       238     15812         0    201043     70446   3976422     15.18     16.17
8765.08/1097.32	c  N dy 17668   5958170       238     15812         0    117822     70446   1984416     15.18     19.31
8794.69/1101.05	c  N dy 17699   5979146       238     15812         0    137877     70446   2467505     15.17     16.07
8852.94/1108.37	c  N dy 17768   6014110       238     15812         0    171509     70446   3258515     15.17     16.04
8892.88/1113.36	c  N dy 17830   6034698       238     15812         0    191225     70446   3730690     15.17     16.07
8936.81/1118.83	c  N dy 17908   6054805       238     15812         0    107145     70446   1724903     15.17     16.06
8964.77/1122.30	c  N dy 17945   6075750       238     15812         0    127090     70446   2208246     15.16     16.02
8996.80/1126.35	c  N dy 18000   6095908       238     15812         0    146425     70446   2678140     15.16     16.05
9032.78/1130.86	c  N dy 18062   6116103       238     15812         0    165868     70446   3150516     15.16     16.01
9073.41/1135.92	c  N dy 18120   6136191       238     15812         0    185190     70446   3618684     15.16     15.99
9119.81/1141.78	c  N dy 18208   6157074       238     15812         0    205385     70446   4121275     15.16     15.97
9156.48/1146.38	c  N dy 18291   6177096       238     15812         0    120084     70446   2033477     15.17     18.21
9190.11/1150.53	c  N dy 18362   6197538       238     15812         0    139748     70446   2508488     15.17     16.02
9220.38/1154.36	c  S st 18426   6214815       238     15812         0    156318     70446   2910032     15.16     12.83
9221.98/1154.53	c  S st 18426   6215324       238     15812         0    156822     70446   2923686     15.16   no data
9221.98/1154.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
9222.77/1154.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.1M T:  0.08
9222.77/1154.63	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
9222.77/1154.63	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9222.77/1154.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9222.77/1154.63	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    238 time:  0.00 s
9222.77/1154.63	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
9222.77/1154.66	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
9223.57/1154.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9285.09/1162.45	c lits-rem:       557  cl-subs:     5313  v-elim:      0  v-fix:    0  time:  7.71 s
9285.09/1162.45	c vivif2 --  cl tried    15812 cl shrink        0 lits rem          0 time: 0.00
9285.09/1162.49	c vivif2 --  cl tried   151509 cl shrink        0 lits rem          0 time: 0.04
9288.28/1162.88	c asymm  cl-useful: 0/1760/15812 lits-rem:0 time: 0.39
9288.28/1162.89	c calculated reachability. Time: 0.00
9288.28/1162.89	c  N dy 18426   6215324       238     15812         0    151509     70446   2829094     15.16   no data
9327.42/1167.70	c  N dy 18459   6235393       238     15812         0    170603     70446   3275323     15.16     16.03
9372.17/1173.30	c  N dy 18495   6257932       238     15812         0    192124     70446   3775028     15.16     16.02
9431.27/1180.70	c  N dy 18587   6278229       238     15812         0    106294     70446   1683957     15.16     16.04
9461.62/1184.50	c  N dy 18677   6298262       238     15812         0    125523     70446   2160930     15.16     16.73
9495.16/1188.74	c  N dy 18760   6318361       238     15812         0    144831     70446   2632823     15.16     17.91
9535.90/1193.88	c  N dy 18844   6340598       238     15812         0    166252     70446   3161470     15.16     16.04
9575.85/1198.82	c  N dy 18894   6360940       238     15812         0    185815     70446   3627378     15.16     16.36
9630.27/1205.67	c  N dy 18945   6385550       238     15812         0    209512     70446   4186429     15.16     16.20
9673.39/1211.07	c  N dy 18972   6410974       238     15812         0    127236     70446   2158920     15.15     16.02
9706.05/1215.15	c  N dy 19032   6431069       238     15812         0    146486     70446   2623652     15.15     15.96
9741.20/1219.55	c  N dy 19093   6451090       238     15812         0    165672     70446   3087865     15.15     16.01
9777.95/1224.20	c  N dy 19143   6471177       238     15812         0    184944     70446   3547075     15.15     15.97
9817.08/1229.04	c  N dy 19180   6491370       238     15812         0    204272     70446   4001733     15.15     16.03
9858.72/1234.24	c  N dy 19231   6512065       238     15812         0    116753     70446   1919538     15.14     15.95
9889.76/1238.19	c  N dy 19303   6532179       238     15812         0    136050     70446   2390481     15.14     15.98
9923.31/1242.34	c  N dy 19366   6552550       238     15812         0    155449     70446   2860372     15.14     15.97
9961.66/1247.17	c  N dy 19435   6572596       238     15812         0    174751     70446   3332501     15.14     17.19
9998.49/1251.80	c  N dy 19465   6592836       238     15812         0    194127     70446   3786794     15.14     15.96
10043.94/1257.47	c  N dy 19547   6613477       238     15812         0    213928     70446   4265181     15.14     15.95
10081.49/1262.11	c  N dy 19598   6633696       238     15812         0    125093     70446   2115354     15.14     15.98
10115.04/1266.34	c  N dy 19672   6653719       238     15812         0    144293     70446   2581463     15.14     16.65
10149.39/1270.62	c  N dy 19712   6673788       238     15812         0    163404     70446   3029274     15.13     15.95
10187.73/1275.49	c  N dy 19761   6694274       238     15812         0    183124     70446   3496038     15.13     15.94
10231.66/1280.95	c  N dy 19830   6714708       238     15812         0    202700     70446   3969529     15.13     16.06
10233.26/1281.13	c  S st 19835   6715324       238     15812         0    203294     70446   3984807     15.13   no data
10234.86/1281.34	c  S st 19835   6715825       238     15812         0    203790     70446   3999123     15.13   no data
10234.86/1281.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
10235.73/1281.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.6M T:  0.11
10235.73/1281.46	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
10235.73/1281.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10235.73/1281.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10235.73/1281.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    238 time:  0.00 s
10235.73/1281.46	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
10236.55/1281.51	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
10237.25/1281.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10353.07/1296.17	c lits-rem:      1266  cl-subs:    11211  v-elim:      0  v-fix:    0  time: 14.55 s
10353.07/1296.17	c vivif2 --  cl tried    15812 cl shrink        0 lits rem          0 time: 0.00
10353.87/1296.23	c vivif2 --  cl tried   192579 cl shrink        0 lits rem          0 time: 0.06
10357.88/1296.70	c asymm  cl-useful: 0/1872/15812 lits-rem:0 time: 0.47
10357.88/1296.71	c calculated reachability. Time: 0.00
10357.88/1296.71	c  N dy 19835   6715825       238     15812         0    192579     70446   3805217     15.13   no data
10406.60/1302.89	c  N dy 19905   6736049       238     15812         0    212074     70446   4288345     15.13     16.03
10459.32/1309.42	c  N dy 19953   6765043       238     15812         0    130669     70446   2219812     15.13     15.93
10493.67/1313.79	c  N dy 20026   6785108       238     15812         0    149916     70446   2692915     15.13     15.95
10532.81/1318.68	c  N dy 20105   6806300       238     15812         0    170220     70446   3194688     15.13     15.98
10576.74/1324.17	c  N dy 20171   6826424       238     15812         0    189536     70446   3666844     15.13     15.99
10623.86/1330.01	c  N dy 20232   6846966       238     15812         0    209317     70446   4145641     15.13     15.96
10670.20/1335.88	c  N dy 20295   6870602       238     15812         0    121788     70446   2011529     15.13     15.94
10700.56/1339.69	c  N dy 20347   6890640       238     15812         0    140993     70446   2472126     15.13     17.38
10737.40/1344.27	c  N dy 20403   6912953       238     15812         0    162418     70446   2991690     15.12     16.01
10777.24/1349.26	c  N dy 20450   6935696       238     15812         0    184198     70446   3510680     15.12     16.01
10819.59/1354.58	c  N dy 20535   6955738       238     15812         0    203530     70446   3983485     15.12     15.93
10869.90/1360.87	c  N dy 20592   6975818       238     15812         0    111579     70446   1757179     15.12     18.61
10901.05/1364.76	c  N dy 20659   6995897       238     15812         0    130796     70446   2221461     15.12     15.94
10931.40/1368.57	c  N dy 20706   7015943       238     15812         0    150048     70446   2682198     15.12     17.71
10972.95/1373.75	c  N dy 20769   7038306       238     15812         0    171527     70446   3204502     15.12     15.95
11020.07/1379.61	c  N dy 20866   7060506       238     15812         0    192930     70446   3733410     15.12     16.02
11064.01/1385.17	c  N dy 20949   7080604       238     15812         0    212251     70446   4205931     15.12     17.56
11114.41/1391.42	c  N dy 21016   7102383       238     15812         0    120930     70446   1968395     15.12     15.98
11146.29/1395.44	c  N dy 21069   7123674       238     15812         0    141227     70446   2450165     15.12     15.95
11183.04/1400.03	c  N dy 21157   7143707       238     15812         0    160474     70446   2921186     15.12     22.17
11222.98/1405.08	c  N dy 21229   7165322       238     15812         0    181237     70446   3427718     15.12     16.18
11258.91/1409.59	c  N dy 21241   7185553       238     15812         0    200530     70446   3873852     15.12     16.06
11306.85/1415.58	c  N dy 21339   7205557       238     15812         0    219752     70446   4355978     15.12     19.89
11336.40/1419.21	c  S st 21381   7215825       238     15812         0    116414     70446   1855669     15.12     15.90
11337.20/1419.33	c  S st 21381   7216327       238     15812         0    116910     70446   1869297     15.12   no data
11337.20/1419.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
11338.00/1419.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.06
11338.00/1419.41	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
11338.00/1419.41	c bin-w-bin subsume rem            0 bins  time:  0.00 s
11338.00/1419.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11338.00/1419.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    238 time:  0.00 s
11338.00/1419.41	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
11338.00/1419.44	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
11338.00/1419.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11348.38/1420.73	c lits-rem:        23  cl-subs:      499  v-elim:      0  v-fix:    0  time:  1.24 s
11348.38/1420.73	c vivif2 --  cl tried    15812 cl shrink        0 lits rem          0 time: 0.00
11348.38/1420.76	c vivif2 --  cl tried   116411 cl shrink        0 lits rem          0 time: 0.03
11350.78/1421.04	c asymm  cl-useful: 0/2497/15812 lits-rem:0 time: 0.28
11350.78/1421.04	c calculated reachability. Time: 0.00
11350.78/1421.04	c  N dy 21381   7216327       238     15812         0    116411     70446   1861098     15.12   no data
11384.33/1425.23	c  N dy 21437   7237164       238     15812         0    136445     70446   2339567     15.12     15.99
11425.87/1430.41	c  N dy 21504   7257618       238     15812         0    156139     70446   2823892     15.12     16.49
11472.20/1436.30	c  N dy 21561   7277757       238     15812         0    175507     70446   3289367     15.12     16.03
11517.74/1441.95	c  N dy 21671   7298051       238     15812         0    195123     70446   3784506     15.12     15.94
11563.37/1447.61	c  N dy 21756   7318531       238     15812         0    214804     70446   4264750     15.12     15.94
11627.15/1455.69	c  N dy 21826   7347224       238     15812         0    127783     70446   2100382     15.12     15.94
11665.50/1460.45	c  N dy 21897   7367258       238     15812         0    147022     70446   2562036     15.12     15.99
11714.22/1466.50	c  N dy 21967   7395261       238     15812         0    173812     70446   3191618     15.11     16.07
11750.98/1471.16	c  N dy 22012   7415328       238     15812         0    192968     70446   3640775     15.11     15.93
11793.31/1476.42	c  N dy 22082   7435542       238     15812         0    212225     70446   4104073     15.11     15.96
11838.85/1482.18	c  N dy 22116   7455806       238     15812         0    116701     70446   1845136     15.11     15.91
11870.08/1486.03	c  N dy 22140   7477833       238     15812         0    137752     70446   2338899     15.11     15.91
11903.55/1490.27	c  N dy 22183   7499302       238     15812         0    158206     70446   2827404     15.10     16.05
11940.37/1494.86	c  N dy 22236   7519337       238     15812         0    177415     70446   3280739     15.10     16.00
11982.63/1500.11	c  N dy 22304   7539415       238     15812         0    196704     70446   3753955     15.10     16.09
12027.36/1505.76	c  N dy 22386   7559504       238     15812         0    215944     70446   4230493     15.10     15.94
12083.28/1512.78	c  N dy 22467   7581487       238     15812         0    121174     70446   1941570     15.10     16.13
12114.43/1516.67	c  N dy 22528   7601562       238     15812         0    140401     70446   2405119     15.10     15.95
12151.25/1521.22	c  N dy 22620   7621672       238     15812         0    159788     70446   2878683     15.10     15.93
12187.92/1525.85	c  N dy 22684   7641697       238     15812         0    178943     70446   3339111     15.10     23.07
12234.25/1531.64	c  N dy 22759   7663655       238     15812         0    200023     70446   3843319     15.10     15.94
12280.59/1537.46	c  N dy 22817   7684972       238     15812         0    220373     70446   4326153     15.10     16.07
12332.51/1543.92	c  N dy 22906   7705450       238     15812         0    123130     70446   1981502     15.10     15.98
12350.88/1546.23	c  S st 22959   7716329       238     15812         0    133625     70446   2241644     15.10     14.78
12351.68/1546.38	c  S st 22959   7716832       238     15812         0    134126     70446   2255840     15.10   no data
12351.68/1546.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
12352.48/1546.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.06
12352.48/1546.46	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
12352.48/1546.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
12352.48/1546.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
12352.48/1546.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    238 time:  0.00 s
12352.48/1546.46	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
12352.48/1546.50	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
12353.35/1546.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
12373.24/1549.07	c lits-rem:       156  cl-subs:     1762  v-elim:      0  v-fix:    0  time:  2.51 s
12373.24/1549.07	c vivif2 --  cl tried    15812 cl shrink        0 lits rem          0 time: 0.00
12374.04/1549.10	c vivif2 --  cl tried   132364 cl shrink        0 lits rem          0 time: 0.03
12376.44/1549.42	c asymm  cl-useful: 0/1324/15812 lits-rem:0 time: 0.32
12376.44/1549.43	c calculated reachability. Time: 0.00
12376.44/1549.43	c  N dy 22959   7716832       238     15812         0    132364     70446   2224022     15.10   no data
12416.38/1554.41	c  N dy 23040   7739215       238     15812         0    153942     70446   2751975     15.10     16.05
12450.83/1558.75	c  N dy 23079   7759691       238     15812         0    173545     70446   3216838     15.10     15.94
12497.85/1564.62	c  N dy 23182   7779697       238     15812         0    192873     70446   3694990     15.10     21.22
12547.48/1570.89	c  N dy 23238   7803088       238     15812         0    215320     70446   4229855     15.10     15.98
12604.91/1578.08	c  N dy 23328   7823845       238     15812         0    235335     70446   4730251     15.10     16.00
12649.64/1583.64	c  N dy 23352   7843895       238     15812         0    136442     70446   2272663     15.10     16.88
12689.57/1588.67	c  N dy 23417   7865777       238     15812         0    157495     70446   2784572     15.10     15.92
12737.50/1594.62	c  N dy 23479   7885931       238     15812         0    176831     70446   3248899     15.10     15.91
12790.22/1601.23	c  N dy 23539   7907098       238     15812         0    197209     70446   3734919     15.10     15.92
12841.34/1607.62	c  N dy 23594   7928503       238     15812         0    217651     70446   4217680     15.10     15.93
12892.46/1614.00	c  N dy 23640   7948978       238     15812         0    237195     70446   4690929     15.10     15.94
12948.39/1621.04	c  N dy 23711   7980794       238     15812         0    148472     70446   2545516     15.09     15.95
12987.52/1625.96	c  N dy 23800   8001637       238     15812         0    168581     70446   3036262     15.09     15.89
13028.27/1631.06	c  N dy 23863   8022681       238     15812         0    188779     70446   3523019     15.09     15.89
13075.38/1636.92	c  N dy 23934   8043627       238     15812         0    208954     70446   4009903     15.09     16.01
13116.13/1642.07	c  N dy 23970   8064112       238     15812         0    228432     70446   4465825     15.09     15.93
13165.65/1648.26	c  N dy 24039   8084292       238     15812         0    128015     70446   2079783     15.09     15.91
13195.21/1651.99	c  N dy 24066   8104418       238     15812         0    147187     70446   2532987     15.09     15.99
13232.86/1656.66	c  N dy 24128   8125246       238     15812         0    167135     70446   3015498     15.09     15.94
13274.30/1661.86	c  N dy 24187   8147319       238     15812         0    188311     70446   3523319     15.08     16.02
13315.83/1667.10	c  N dy 24209   8169848       238     15812         0    209853     70446   4026000     15.08     15.88
13366.95/1673.47	c  N dy 24278   8189958       238     15812         0    229171     70446   4498930     15.08     15.90
13413.28/1679.27	c  N dy 24307   8210594       238     15812         0    128226     70446   2064807     15.08     15.93
13423.66/1680.51	c  S st 24327   8216832       238     15812         0    134171     70446   2208186     15.08   no data
13424.46/1680.66	c  S st 24327   8217343       238     15812         0    134680     70446   2222318     15.08   no data
13424.46/1680.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
13425.33/1680.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.07
13425.33/1680.75	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
13425.33/1680.75	c bin-w-bin subsume rem            0 bins  time:  0.00 s
13425.33/1680.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13425.33/1680.75	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    238 time:  0.00 s
13425.33/1680.75	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
13425.33/1680.78	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
13426.15/1680.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13445.23/1683.21	c lits-rem:       279  cl-subs:     1577  v-elim:      0  v-fix:    0  time:  2.37 s
13445.23/1683.22	c vivif2 --  cl tried    15812 cl shrink        0 lits rem          0 time: 0.00
13445.23/1683.25	c vivif2 --  cl tried   133103 cl shrink        0 lits rem          0 time: 0.03
13448.42/1683.60	c asymm  cl-useful: 0/2543/15812 lits-rem:0 time: 0.35
13448.42/1683.61	c calculated reachability. Time: 0.00
13448.42/1683.61	c  N dy 24327   8217343       238     15812         0    133103     70446   2195613     15.08   no data
13484.38/1688.11	c  N dy 24411   8237741       238     15812         0    152723     70446   2670413     15.08     15.98
13521.13/1692.70	c  N dy 24444   8259363       238     15812         0    173360     70446   3157747     15.08     15.88
13559.47/1697.59	c  N dy 24497   8279520       238     15812         0    192528     70446   3609639     15.07     15.87
13605.00/1703.27	c  N dy 24542   8299524       238     15812         0    211611     70446   4059406     15.07     16.10
13651.33/1709.08	c  N dy 24582   8321690       238     15812         0    232906     70446   4560272     15.07     15.92
13701.65/1715.31	c  N dy 24679   8341932       238     15812         0    130861     70446   2131662     15.07     16.07
13736.80/1719.73	c  N dy 24729   8362019       238     15812         0    150120     70446   2592738     15.07     18.76
13809.48/1728.87	c  N dy 24792   8398546       238     15812         0    184978     70446   3417129     15.06     15.87
13855.02/1734.59	c  N dy 24844   8418683       238     15812         0    204281     70446   3879300     15.06     15.94
13906.15/1740.90	c  N dy 24871   8441297       238     15812         0    225783     70446   4369413     15.06     15.91
13967.66/1748.61	c  N dy 24910   8467494       238     15812         0    128388     70446   2053594     15.06     15.98
14004.40/1753.29	c  N dy 24978   8487628       238     15812         0    147697     70446   2515950     15.06     15.87
14046.74/1758.51	c  N dy 25031   8510415       238     15812         0    169583     70446   3039575     15.05     15.91
14092.28/1764.23	c  N dy 25118   8530817       238     15812         0    189181     70446   3519217     15.06     15.88
14151.37/1771.67	c  N dy 25163   8557827       238     15812         0    214887     70446   4131052     15.05     15.94
14212.09/1779.21	c  N dy 25239   8579109       238     15812         0    235259     70446   4626771     15.05     15.91
14262.40/1785.50	c  N dy 25299   8599138       238     15812         0    130996     70446   2106602     15.05     18.48
14297.56/1789.98	c  N dy 25396   8619213       238     15812         0    150281     70446   2587561     15.05     16.27
14334.30/1794.58	c  N dy 25461   8639361       238     15812         0    169681     70446   3063315     15.05     15.93
14375.84/1799.76	c  N dy 25546   8659373       238     15812         0    188801     70446   3528042     15.05     17.05
14417.38/1804.98	c  N dy 25608   8679467       238     15812         0    208100     70446   3991273     15.05     17.47
14466.11/1811.00	c  N dy 25677   8699844       238     15812         0    227665     70446   4460650     15.05     16.07
14509.23/1816.42	c  S st 25741   8717346       238     15812         0    244486     70446   4863760     15.05     12.99
14510.83/1816.67	c  S st 25741   8717848       238     15812         0    244983     70446   4877117     15.05   no data
14510.83/1816.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
14512.43/1816.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.9M T:  0.13
14512.43/1816.82	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
14512.43/1816.82	c bin-w-bin subsume rem            0 bins  time:  0.00 s
14512.43/1816.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14512.43/1816.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    238 time:  0.00 s
14512.43/1816.82	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
14512.43/1816.87	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
14514.03/1817.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14692.16/1839.39	c lits-rem:      1107  cl-subs:    13893  v-elim:      0  v-fix:    0  time: 22.37 s
14692.16/1839.39	c vivif2 --  cl tried    15812 cl shrink        0 lits rem          0 time: 0.00
14692.96/1839.45	c vivif2 --  cl tried   231090 cl shrink        0 lits rem          0 time: 0.06
14696.16/1839.87	c asymm  cl-useful: 0/1531/15812 lits-rem:0 time: 0.42
14696.16/1839.88	c calculated reachability. Time: 0.00
14696.16/1839.88	c  N dy 25741   8717848       238     15812         0    231090     70446   4633869     15.05   no data
14757.66/1847.54	c  N dy 25834   8737900       238     15812         0    126041     70446   1982118     15.05     15.91
14794.41/1852.12	c  N dy 25896   8758577       238     15812         0    145812     70446   2454825     15.05     15.90
14832.75/1856.95	c  N dy 25952   8779302       238     15812         0    165622     70446   2922896     15.05     15.89
14879.08/1862.75	c  N dy 26042   8799423       238     15812         0    184963     70446   3399462     15.05     15.85
14940.59/1870.46	c  N dy 26130   8820243       238     15812         0    204994     70446   3890646     15.05     15.94
14998.18/1877.67	c  N dy 26198   8841844       238     15812         0    225652     70446   4384612     15.05     15.85
15062.80/1885.74	c  N dy 26301   8861996       238     15812         0    245070     70446   4870110     15.05     15.86
15112.41/1891.93	c  N dy 26371   8882243       238     15812         0    138905     70446   2280560     15.05     16.05
15150.67/1896.72	c  N dy 26441   8903663       238     15812         0    159459     70446   2777140     15.05     15.92
15200.26/1902.99	c  N dy 26536   8929295       238     15812         0    184112     70446   3381881     15.05     15.86
15243.32/1908.37	c  N dy 26608   8949310       238     15812         0    203388     70446   3848915     15.05     15.97
15287.26/1913.82	c  N dy 26663   8969456       238     15812         0    222736     70446   4312260     15.05     15.87
15339.98/1920.40	c  N dy 26735   8992182       238     15812         0    244471     70446   4843948     15.05     16.05
15392.71/1927.05	c  N dy 26793   9014720       238     15812         0    139526     70446   2264741     15.05     15.98
15432.64/1932.01	c  N dy 26868   9037733       238     15812         0    161570     70446   2804747     15.05     15.98
15471.79/1936.98	c  N dy 26949   9057849       238     15812         0    180881     70446   3273031     15.05     15.89
15526.20/1943.76	c  N dy 26995   9085341       238     15812         0    206972     70446   3851418     15.05     15.88
15575.63/1949.98	c  N dy 27070   9105400       238     15812         0    226286     70446   4313368     15.05     15.89
15624.35/1956.05	c  N dy 27129   9125444       238     15812         0    245575     70446   4771869     15.05     15.89
15674.75/1962.38	c  N dy 27204   9145908       238     15812         0    137770     70446   2243196     15.05     15.93
15714.62/1967.33	c  N dy 27288   9167413       238     15812         0    158374     70446   2751778     15.05     15.86
15756.94/1972.60	c  N dy 27366   9188564       238     15812         0    178731     70446   3247505     15.05     15.87
15801.67/1978.20	c  N dy 27388   9212589       238     15812         0    201626     70446   3782443     15.04     15.91
15814.46/1979.84	c  S st 27418   9217848       238     15812         0    206692     70446   3906584     15.05   no data
15816.16/1980.06	c  S st 27418   9218350       238     15812         0    207189     70446   3920868     15.05   no data
15816.16/1980.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
15816.85/1980.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.6M T:  0.11
15816.85/1980.19	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
15816.85/1980.19	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15816.85/1980.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15816.85/1980.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    238 time:  0.00 s
15816.85/1980.19	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
15817.65/1980.24	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
15818.45/1980.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15925.48/1993.79	c lits-rem:      1030  cl-subs:     8698  v-elim:      0  v-fix:    0  time: 13.43 s
15925.48/1993.79	c vivif2 --  cl tried    15812 cl shrink        0 lits rem          0 time: 0.00
15926.28/1993.85	c vivif2 --  cl tried   198491 cl shrink        0 lits rem          0 time: 0.06
15930.38/1994.31	c asymm  cl-useful: 0/961/15812 lits-rem:0 time: 0.46
15930.38/1994.32	c calculated reachability. Time: 0.00
15930.38/1994.32	c  N dy 27418   9218350       238     15812         0    198491     70446   3767081     15.05   no data
15982.26/2000.87	c  N dy 27488   9238458       238     15812         0    217809     70446   4239041     15.05     15.89
16036.51/2007.63	c  N dy 27525   9260301       238     15812         0    238571     70446   4719783     15.04     15.91
16125.19/2018.73	c  N dy 27574   9295938       238     15812         0    144264     70446   2334481     15.04     15.90
16166.81/2023.96	c  N dy 27656   9316029       238     15812         0    163558     70446   2798132     15.04     18.67
16213.05/2029.73	c  N dy 27734   9336108       238     15812         0    182852     70446   3268708     15.04     17.59
16264.28/2036.12	c  N dy 27794   9356322       238     15812         0    202204     70446   3729442     15.04     15.85
16321.69/2043.39	c  N dy 27871   9376397       238     15812         0    221434     70446   4197040     15.04     15.93
16384.80/2051.26	c  N dy 27949   9396705       238     15812         0    240928     70446   4668585     15.04     15.85
16452.68/2059.70	c  N dy 28011   9417734       238     15812         0    131793     70446   2066897     15.04     15.86
16484.63/2063.70	c  N dy 28067   9437909       238     15812         0    151191     70446   2534816     15.03     15.84
16518.27/2067.92	c  N dy 28099   9458372       238     15812         0    170734     70446   2991731     15.03     15.84
16555.72/2072.69	c  N dy 28147   9479347       238     15812         0    190773     70446   3473600     15.03     15.85
16598.17/2077.98	c  N dy 28209   9499395       238     15812         0    210022     70446   3944145     15.03     17.69
16653.97/2084.96	c  N dy 28316   9520237       238     15812         0    230051     70446   4445595     15.03     15.97
16706.69/2091.50	c  N dy 28408   9540297       238     15812         0    249350     70446   4919373     15.03     16.14
16762.62/2098.56	c  N dy 28486   9560303       238     15812         0    138334     70446   2219701     15.03     17.45
16800.25/2103.27	c  N dy 28528   9582843       238     15812         0    159836     70446   2727205     15.03     15.83
16843.37/2108.62	c  N dy 28601   9603604       238     15812         0    179749     70446   3210832     15.03     15.86
16886.44/2114.01	c  N dy 28639   9623674       238     15812         0    198975     70446   3643577     15.03     17.13
16935.16/2120.19	c  N dy 28685   9645201       238     15812         0    219540     70446   4131324     15.03     15.85
16989.48/2126.93	c  N dy 28726   9666116       238     15812         0    239547     70446   4603810     15.03     15.86
17051.78/2134.71	c  N dy 28780   9688927       238     15812         0    261198     70446   5103630     15.03     15.92
17100.50/2140.80	c  N dy 28890   9709837       238     15812         0    150250     70446   2508459     15.03     15.88
17114.88/2142.69	c  S st 28910   9718350       238     15812         0    158458     70446   2703556     15.03     14.44
17116.58/2142.86	c  S st 28910   9718851       238     15812         0    158958     70446   2717487     15.03   no data
17116.58/2142.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
17117.27/2142.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.0M T:  0.08
17117.27/2142.96	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
17117.27/2142.96	c bin-w-bin subsume rem            0 bins  time:  0.00 s
17117.27/2142.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17117.27/2142.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    238 time:  0.00 s
17117.27/2142.96	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
17118.07/2143.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
17118.07/2143.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17158.02/2148.02	c lits-rem:       406  cl-subs:     2642  v-elim:      0  v-fix:    0  time:  4.94 s
17158.02/2148.02	c vivif2 --  cl tried    15812 cl shrink        0 lits rem          0 time: 0.00
17158.02/2148.06	c vivif2 --  cl tried   156316 cl shrink        0 lits rem          0 time: 0.04
17161.20/2148.46	c asymm  cl-useful: 0/1166/15812 lits-rem:0 time: 0.40
17161.20/2148.46	c calculated reachability. Time: 0.00
17161.20/2148.46	c  N dy 28910   9718851       238     15812         0    156316     70446   2669781     15.03   no data
17197.95/2153.02	c  N dy 28950   9739129       238     15812         0    175628     70446   3118232     15.03     15.82
17248.39/2159.40	c  N dy 29037   9759230       238     15812         0    194966     70446   3587500     15.03     17.86
17301.11/2165.96	c  N dy 29084   9780337       238     15812         0    215193     70446   4066638     15.02     15.87
17356.92/2172.92	c  N dy 29136   9801963       238     15812         0    235990     70446   4563160     15.02     15.82
17415.33/2180.29	c  N dy 29190   9823636       238     15812         0    256689     70446   5052082     15.02     15.82
17465.56/2186.57	c  N dy 29260   9843698       238     15812         0    143812     70446   2337998     15.02     17.86
17505.49/2191.59	c  N dy 29308   9868063       238     15812         0    167052     70446   2885053     15.02     15.88
17549.43/2197.02	c  N dy 29380   9888105       238     15812         0    186249     70446   3344705     15.02     17.79
17599.87/2203.34	c  N dy 29459   9908311       238     15812         0    205626     70446   3819820     15.02     15.89
17644.49/2208.99	c  N dy 29508   9928372       238     15812         0    224768     70446   4271645     15.02     15.82
17695.70/2215.38	c  N dy 29571   9949899       238     15812         0    245390     70446   4771431     15.02     15.84
17745.14/2221.56	c  N dy 29640   9970214       238     15812         0    264859     70446   5248126     15.02     15.92
17789.88/2227.16	c  N dy 29725   9990991       238     15812         0    151702     70446   2519443     15.02     15.84
17835.42/2232.80	c  N dy 29818  10014860       238     15812         0    174549     70446   3070250     15.02     15.89
17875.34/2237.83	c  N dy 29853  10036171       238     15812         0    195032     70446   3541838     15.02     15.96
17918.48/2243.29	c  N dy 29913  10056686       238     15812         0    214727     70446   4017230     15.02     15.86
17969.60/2249.68	c  N dy 29972  10078840       238     15812         0    236018     70446   4520155     15.02     15.84
18019.14/2255.85	c  N dy 30039  10098985       238     15812         0    255288     70446   4973558     15.02     15.83
18071.85/2262.43	c  N dy 30097  10119063       238     15812         0    140306     70446   2232145     15.01     21.00
18110.99/2267.32	c  N dy 30144  10141691       238     15812         0    162060     70446   2750482     15.01     15.83
18151.74/2272.44	c  N dy 30198  10163416       238     15812         0    182826     70446   3241282     15.01     16.00
18198.06/2278.26	c  N dy 30270  10186593       238     15812         0    205069     70446   3775808     15.01     15.83
18240.48/2283.53	c  N dy 30315  10206607       238     15812         0    224300     70446   4227995     15.01     15.83
18269.16/2287.14	c  S st 30350  10218852       238     15812         0    236032     70446   4509752     15.01   no data
18270.76/2287.38	c  S st 30350  10219356       238     15812         0    236532     70446   4523586     15.01   no data
18271.56/2287.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
18272.36/2287.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.8M T:  0.12
18272.36/2287.53	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
18272.36/2287.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
18272.36/2287.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18272.36/2287.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    238 time:  0.00 s
18272.36/2287.53	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
18272.36/2287.58	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
18273.96/2287.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18411.35/2304.90	c lits-rem:      1403  cl-subs:    12000  v-elim:      0  v-fix:    0  time: 17.18 s
18411.35/2304.90	c vivif2 --  cl tried    15812 cl shrink        0 lits rem          0 time: 0.00
18411.35/2304.96	c vivif2 --  cl tried   224532 cl shrink        0 lits rem          0 time: 0.06
18414.55/2305.39	c asymm  cl-useful: 0/991/15812 lits-rem:0 time: 0.43
18415.35/2305.40	c calculated reachability. Time: 0.00
18415.35/2305.40	c  N dy 30350  10219356       238     15812         0    224532     70446   4318830     15.01   no data
18474.45/2312.89	c  N dy 30432  10239780       238     15812         0    244171     70446   4790693     15.01     15.81
18540.75/2321.18	c  N dy 30526  10260237       238     15812         0    263843     70446   5265853     15.01     15.92
18603.05/2328.93	c  N dy 30602  10280499       238     15812         0    148373     70446   2423087     15.01     16.24
18650.19/2334.85	c  N dy 30668  10300949       238     15812         0    167951     70446   2893678     15.01     15.86
18694.92/2340.47	c  N dy 30696  10323985       238     15812         0    189924     70446   3405534     15.01     15.89
18739.67/2346.07	c  N dy 30720  10345812       238     15812         0    210675     70446   3884997     15.00     15.87
18790.77/2352.47	c  N dy 30752  10367274       238     15812         0    231221     70446   4362903     15.00     15.95
18859.47/2361.02	c  N dy 30850  10387342       238     15812         0    250455     70446   4832989     15.00     18.60
18942.55/2371.44	c  N dy 30898  10410908       238     15812         0    137179     70446   2137221     15.00     15.81
18984.08/2376.68	c  N dy 30972  10431745       238     15812         0    157161     70446   2619689     15.00     15.84
19027.21/2382.09	c  N dy 31024  10451810       238     15812         0    176411     70446   3073968     15.00     19.42
19071.95/2387.65	c  N dy 31094  10473384       238     15812         0    196995     70446   3570426     15.00     15.85
19114.28/2392.92	c  N dy 31153  10494081       238     15812         0    216812     70446   4043202     15.00     15.93
19162.19/2398.95	c  N dy 31218  10514083       238     15812         0    235966     70446   4488797     15.00     15.94
19214.12/2405.43	c  N dy 31287  10534104       238     15812         0    255128     70446   4954163     15.00     16.21
19277.29/2413.36	c  N dy 31355  10554441       238     15812         0    137755     70446   2142061     15.00     15.82
19309.98/2417.47	c  N dy 31391  10574538       238     15812         0    156953     70446   2589819     15.00     19.89
19349.12/2422.33	c  N dy 31485  10594564       238     15812         0    176241     70446   3067017     15.00     17.36
19388.26/2427.27	c  N dy 31544  10614579       238     15812         0    195451     70446   3526674     15.00     19.25
19436.29/2433.29	c  N dy 31630  10634601       238     15812         0    214714     70446   3994076     15.00     15.96
19483.32/2439.15	c  N dy 31680  10655669       238     15812         0    234818     70446   4469239     15.00     15.86
19531.25/2445.14	c  N dy 31714  10676321       238     15812         0    254495     70446   4922264     14.99     15.81
19587.16/2452.19	c  N dy 31787  10696918       238     15812         0    274295     70446   5400097     14.99     15.79
19635.09/2458.19	c  N dy 31880  10717016       238     15812         0    155715     70446   2568298     15.00     19.00
19639.88/2458.76	c  S st 31887  10719356       238     15812         0    157965     70446   2620724     15.00     12.32
19641.48/2458.94	c  S st 31887  10719860       238     15812         0    158468     70446   2634787     15.00   no data
19641.48/2458.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
19642.28/2459.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.08
19642.28/2459.03	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
19642.28/2459.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
19642.28/2459.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19642.28/2459.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    238 time:  0.00 s
19642.28/2459.03	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
19642.28/2459.08	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
19643.08/2459.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19672.71/2462.88	c lits-rem:       245  cl-subs:     1859  v-elim:      0  v-fix:    0  time:  3.73 s
19672.71/2462.89	c vivif2 --  cl tried    15812 cl shrink        0 lits rem          0 time: 0.00
19673.53/2462.92	c vivif2 --  cl tried   156609 cl shrink        0 lits rem          0 time: 0.04
19676.63/2463.31	c asymm  cl-useful: 0/1783/15812 lits-rem:0 time: 0.39
19676.63/2463.32	c calculated reachability. Time: 0.00
19676.63/2463.32	c  N dy 31887  10719860       238     15812         0    156609     70446   2600489     15.00   no data
19717.47/2468.48	c  N dy 31974  10740724       238     15812         0    176628     70446   3086208     15.00     15.79
19756.51/2473.39	c  N dy 32029  10760765       238     15812         0    195879     70446   3548595     15.00     15.80
19798.04/2478.59	c  N dy 32080  10780849       238     15812         0    215039     70446   3998459     14.99     19.81
19846.78/2484.64	c  N dy 32118  10800969       238     15812         0    234258     70446   4452544     14.99     16.01
19901.99/2491.56	c  N dy 32192  10820992       238     15812         0    253413     70446   4916565     14.99     15.89
19965.79/2499.58	c  N dy 32253  10841055       238     15812         0    272645     70446   5373804     14.99     17.84
20025.70/2507.08	c  N dy 32330  10863260       238     15812         0    155068     70446   2533971     14.99     15.90
20064.85/2511.95	c  N dy 32373  10884166       238     15812         0    175015     70446   3001114     14.99     15.84
20109.58/2517.53	c  N dy 32429  10905943       238     15812         0    195908     70446   3495220     14.99     15.79
20153.52/2523.07	c  N dy 32497  10925991       238     15812         0    215159     70446   3953971     14.99     16.92
20203.84/2529.39	c  N dy 32568  10946874       238     15812         0    235184     70446   4439275     14.99     15.78
20260.55/2536.40	c  N dy 32621  10967584       238     15812         0    255030     70446   4914959     14.99     15.82
20318.85/2543.72	c  N dy 32714  10987588       238     15812         0    274222     70446   5385176     14.99     17.45
20368.37/2549.95	c  N dy 32761  11008124       238     15812         0    153989     70446   2496516     14.99     15.81
20405.11/2554.54	c  N dy 32812  11028884       238     15812         0    173716     70446   2963612     14.99     15.82
20447.45/2559.85	c  N dy 32881  11048954       238     15812         0    192968     70446   3419561     14.99     15.81
20490.69/2565.22	c  N dy 32935  11069302       238     15812         0    212446     70446   3878552     14.99     15.84
20541.72/2571.63	c  N dy 33011  11089831       238     15812         0    232137     70446   4350666     14.99     15.78
20592.83/2578.10	c  N dy 33083  11110602       238     15812         0    252044     70446   4825821     14.99     15.79
20647.16/2584.82	c  N dy 33158  11131055       238     15812         0    271708     70446   5299089     14.99     15.79
20698.28/2591.27	c  N dy 33210  11151120       238     15812         0    150048     70446   2402037     14.99     15.81
20737.41/2596.10	c  N dy 33285  11171216       238     15812         0    169404     70446   2879525     14.99     15.80
20778.15/2601.24	c  N dy 33328  11192786       238     15812         0    190029     70446   3358754     14.98     15.79
20822.88/2606.87	c  N dy 33380  11213350       238     15812         0    209792     70446   3826016     14.98     15.81
20838.85/2608.83	c  S st 33411  11219861       238     15812         0    216101     70446   3980981     14.98     13.72
20840.46/2609.06	c  S st 33411  11220364       238     15812         0    216600     70446   3995179     14.98   no data
20840.46/2609.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
20841.33/2609.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.6M T:  0.11
20841.33/2609.19	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
20841.33/2609.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
20841.33/2609.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
20841.33/2609.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    238 time:  0.00 s
20841.33/2609.20	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
20842.15/2609.25	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
20842.84/2609.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
20936.30/2621.06	c lits-rem:      1031  cl-subs:     8945  v-elim:      0  v-fix:    0  time: 11.69 s
20936.30/2621.06	c vivif2 --  cl tried    15812 cl shrink        0 lits rem          0 time: 0.00
20937.10/2621.11	c vivif2 --  cl tried   207655 cl shrink        0 lits rem          0 time: 0.05
20940.30/2621.52	c asymm  cl-useful: 0/1394/15812 lits-rem:0 time: 0.41
20940.30/2621.53	c calculated reachability. Time: 0.00
20940.30/2621.53	c  N dy 33411  11220364       238     15812         0    207655     70446   3842873     14.98   no data
20989.01/2627.62	c  N dy 33492  11240749       238     15812         0    227208     70446   4323534     14.98     15.85
21038.55/2633.85	c  N dy 33553  11261335       238     15812         0    246978     70446   4800138     14.98     15.83
21092.87/2640.65	c  N dy 33619  11281422       238     15812         0    266220     70446   5258326     14.98     16.77
21166.43/2649.85	c  N dy 33678  11303065       238     15812         0    145288     70446   2279661     14.98     15.80
21206.29/2654.86	c  N dy 33718  11323154       238     15812         0    164473     70446   2729076     14.98     21.95
21254.29/2660.88	c  N dy 33793  11345493       238     15812         0    185938     70446   3242868     14.98     15.77
21304.55/2667.16	c  N dy 33874  11367569       238     15812         0    207034     70446   3752694     14.98     15.77
21354.87/2673.49	c  N dy 33962  11388177       238     15812         0    226916     70446   4230812     14.98     15.89
21406.79/2679.90	c  N dy 34022  11409764       238     15812         0    247555     70446   4723498     14.98     15.83
21455.53/2686.10	c  N dy 34062  11429849       238     15812         0    266764     70446   5183275     14.98     16.34
21531.41/2695.52	c  N dy 34145  11449946       238     15812         0    143381     70446   2221644     14.98     15.79
21582.53/2701.97	c  N dy 34218  11472675       238     15812         0    165137     70446   2739349     14.98     15.82
21630.47/2707.94	c  N dy 34303  11493034       238     15812         0    184690     70446   3207417     14.98     15.91
21683.18/2714.54	c  N dy 34381  11513114       238     15812         0    203969     70446   3673341     14.98     15.90
21739.88/2721.64	c  N dy 34474  11533153       238     15812         0    223190     70446   4146446     14.98     21.85
21795.78/2728.64	c  N dy 34522  11554066       238     15812         0    243153     70446   4611669     14.98     15.79
21853.28/2735.85	c  N dy 34596  11574423       238     15812         0    262583     70446   5086777     14.98     15.83
21918.79/2744.00	c  N dy 34672  11594561       238     15812         0    281947     70446   5554846     14.98     15.82
21970.71/2750.60	c  N dy 34712  11615380       238     15812         0    158237     70446   2555477     14.98     15.80
22008.26/2755.23	c  N dy 34742  11635779       238     15812         0    177681     70446   3004670     14.98     15.77
22049.79/2760.41	c  N dy 34788  11656706       238     15812         0    197735     70446   3475026     14.98     15.93
22092.13/2765.77	c  N dy 34836  11676731       238     15812         0    216942     70446   3920093     14.98     16.01
22140.06/2771.76	c  N dy 34888  11696736       238     15812         0    236123     70446   4364905     14.97     17.99
22190.38/2778.03	c  N dy 34949  11717028       238     15812         0    255475     70446   4812336     14.97     15.78
22200.76/2779.30	c  S st 34970  11720364       238     15812         0    258669     70446   4890514     14.97     14.30
22202.36/2779.55	c  S st 34970  11720865       238     15812         0    259166     70446   4904549     14.97   no data
22202.36/2779.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
22203.23/2779.70	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.1M T:  0.13
22203.23/2779.71	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
22203.23/2779.71	c bin-w-bin subsume rem            0 bins  time:  0.00 s
22203.23/2779.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
22203.23/2779.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    238 time:  0.00 s
22203.23/2779.71	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
22204.06/2779.77	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
22205.55/2779.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
22378.97/2801.62	c lits-rem:      1807  cl-subs:    15602  v-elim:      0  v-fix:    0  time: 21.71 s
22378.97/2801.62	c vivif2 --  cl tried    15812 cl shrink        0 lits rem          0 time: 0.00
22378.97/2801.69	c vivif2 --  cl tried   243564 cl shrink        0 lits rem          0 time: 0.07
22382.89/2802.10	c asymm  cl-useful: 0/1575/15812 lits-rem:0 time: 0.41
22382.89/2802.11	c calculated reachability. Time: 0.00
22382.89/2802.11	c  N dy 34970  11720865       238     15812         0    243564     70446   4643408     14.97   no data
22438.80/2809.16	c  N dy 35070  11740966       238     15812         0    262934     70446   5113352     14.97     15.83
22495.52/2816.21	c  N dy 35101  11762298       238     15812         0    283326     70446   5591696     14.97     15.81
22561.03/2824.47	c  N dy 35174  11783192       238     15812         0    159021     70446   2580745     14.97     15.80
22609.74/2830.55	c  N dy 35236  11803289       238     15812         0    178299     70446   3040762     14.97     15.80
22660.97/2836.92	c  N dy 35308  11823986       238     15812         0    198157     70446   3516393     14.97     15.81
22712.87/2843.41	c  N dy 35387  11844594       238     15812         0    217940     70446   3993559     14.97     15.78
22758.31/2849.17	c  N dy 35434  11864602       238     15812         0    237087     70446   4438435     14.97     18.39
22808.65/2855.42	c  N dy 35498  11884623       238     15812         0    256220     70446   4893168     14.97     15.78
22858.17/2861.69	c  N dy 35544  11904764       238     15812         0    275516     70446   5355790     14.97     15.87
22925.27/2870.05	c  N dy 35606  11926390       238     15812         0    150785     70446   2375422     14.97     15.82
22968.50/2875.45	c  N dy 35681  11946574       238     15812         0    170204     70446   2844469     14.97     15.82
23017.92/2881.62	c  N dy 35763  11966666       238     15812         0    189523     70446   3311077     14.97     16.05
23066.64/2887.70	c  N dy 35813  11986700       238     15812         0    208675     70446   3754765     14.97     15.97
23132.13/2895.93	c  N dy 35906  12009661       238     15812         0    230679     70446   4291628     14.97     15.81
23187.32/2902.82	c  N dy 35946  12031473       238     15812         0    251476     70446   4767737     14.97     15.83
23234.36/2908.71	c  N dy 35976  12051586       238     15812         0    270606     70446   5201593     14.97     15.78
23294.79/2916.37	c  N dy 36015  12074208       238     15812         0    292149     70446   5694311     14.96     15.76
23343.24/2922.45	c  N dy 36091  12094654       238     15812         0    165454     70446   2715037     14.96     15.78
23388.60/2928.18	c  N dy 36136  12118532       238     15812         0    188297     70446   3247846     14.96     15.84
23434.05/2933.86	c  N dy 36202  12139184       238     15812         0    208075     70446   3718627     14.96     15.75
23483.58/2940.05	c  N dy 36290  12160452       238     15812         0    228516     70446   4215300     14.96     15.80
23530.71/2945.98	c  N dy 36333  12181617       238     15812         0    248766     70446   4691672     14.96     15.78
23590.70/2953.44	c  N dy 36457  12201653       238     15812         0    268086     70446   5175510     14.96     16.69
23641.75/2959.82	c  S st 36523  12220865       238     15812         0    286573     70446   5623398     14.96   no data
23643.42/2960.09	c  S st 36523  12221367       238     15812         0    287073     70446   5637759     14.96   no data
23643.42/2960.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
23644.94/2960.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.6M T:  0.15
23644.94/2960.27	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
23644.94/2960.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
23644.94/2960.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23644.94/2960.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    238 time:  0.00 s
23644.94/2960.27	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
23645.73/2960.33	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
23647.33/2960.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23878.19/2989.41	c lits-rem:      2198  cl-subs:    15712  v-elim:      0  v-fix:    0  time: 28.90 s
23878.19/2989.41	c vivif2 --  cl tried    15812 cl shrink        0 lits rem          0 time: 0.00
23878.19/2989.48	c vivif2 --  cl tried   271361 cl shrink        0 lits rem          0 time: 0.08
23882.17/2989.91	c asymm  cl-useful: 0/1489/15812 lits-rem:0 time: 0.42
23882.17/2989.92	c calculated reachability. Time: 0.00
23882.17/2989.92	c  N dy 36523  12221367       238     15812         0    271361     70446   5361768     14.96   no data
23949.28/2998.36	c  N dy 36574  12242667       238     15812         0    291778     70446   5842031     14.96     15.77
24012.45/3006.21	c  N dy 36658  12262717       238     15812         0    163712     70446   2672785     14.96     16.33
24058.71/3012.01	c  N dy 36726  12284064       238     15812         0    184209     70446   3158698     14.96     15.77
24104.24/3017.79	c  N dy 36786  12304896       238     15812         0    204197     70446   3632396     14.96     15.76
24149.77/3023.41	c  N dy 36841  12325192       238     15812         0    223561     70446   4081379     14.96     15.78
24196.10/3029.23	c  N dy 36893  12345293       238     15812         0    242843     70446   4542368     14.96     15.91
24252.00/3036.25	c  N dy 36969  12366271       238     15812         0    263036     70446   5026565     14.96     15.79
24307.12/3043.15	c  N dy 37021  12386561       238     15812         0    282406     70446   5486691     14.96     15.76
24374.22/3051.52	c  N dy 37104  12406893       238     15812         0    153432     70446   2410794     14.96     15.82
24412.56/3056.39	c  N dy 37163  12427690       238     15812         0    173276     70446   2887288     14.96     15.82
24458.09/3062.01	c  N dy 37240  12449381       238     15812         0    194071     70446   3383176     14.96     15.76
24506.81/3068.11	c  N dy 37292  12472439       238     15812         0    216055     70446   3904372     14.96     15.83
24557.21/3074.50	c  N dy 37346  12492799       238     15812         0    235543     70446   4371892     14.96     15.76
24610.75/3081.18	c  N dy 37437  12512834       238     15812         0    254779     70446   4837476     14.96     16.60
24665.76/3088.04	c  N dy 37509  12532917       238     15812         0    273962     70446   5295137     14.96     16.60
24723.28/3095.28	c  N dy 37555  12553501       238     15812         0    293677     70446   5761114     14.96     15.81
24781.58/3102.52	c  N dy 37623  12575846       238     15812         0    165782     70446   2702797     14.96     15.93
24824.71/3107.93	c  N dy 37712  12595907       238     15812         0    185106     70446   3172155     14.96     15.88
24867.05/3113.26	c  N dy 37770  12616527       238     15812         0    204810     70446   3648644     14.96     15.82
24914.18/3119.16	c  N dy 37846  12637110       238     15812         0    224596     70446   4122423     14.96     15.90
24966.11/3125.65	c  N dy 37895  12658386       238     15812         0    244912     70446   4595936     14.96     15.90
25013.24/3131.50	c  N dy 37911  12678395       238     15812         0    263914     70446   5029454     14.95     17.48
25065.97/3138.16	c  N dy 37968  12698467       238     15812         0    283129     70446   5487032     14.95     17.81
25129.17/3146.06	c  N dy 38011  12718526       238     15812         0    152042     70446   2357419     14.95     15.83
25133.85/3146.65	c  S st 38018  12721369       238     15812         0    154781     70446   2425498     14.95     14.04
25135.45/3146.81	c  S st 38018  12721870       238     15812         0    155282     70446   2438847     14.95   no data
25135.45/3146.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
25136.25/3146.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.08
25136.25/3146.91	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
25136.25/3146.91	c bin-w-bin subsume rem            0 bins  time:  0.00 s
25136.25/3146.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25136.25/3146.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    238 time:  0.00 s
25136.25/3146.91	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
25136.25/3146.95	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
25137.14/3147.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25153.83/3149.17	c lits-rem:        74  cl-subs:      523  v-elim:      0  v-fix:    0  time:  2.14 s
25153.83/3149.17	c vivif2 --  cl tried    15812 cl shrink        0 lits rem          0 time: 0.00
25153.83/3149.20	c vivif2 --  cl tried   154759 cl shrink        0 lits rem          0 time: 0.04
25155.52/3149.37	c asymm  cl-useful: 0/1055/15812 lits-rem:0 time: 0.16
25155.52/3149.37	c calculated reachability. Time: 0.00
25155.52/3149.37	c  N dy 38018  12721870       238     15812         0    154759     70446   2429838     14.95   no data
25197.77/3154.70	c  N dy 38119  12742959       238     15812         0    175130     70446   2928325     14.95     15.83
25240.91/3160.06	c  N dy 38205  12763347       238     15812         0    194706     70446   3403524     14.95     15.94
25297.61/3167.10	c  N dy 38281  12784414       238     15812         0    214879     70446   3883869     14.95     15.75
25358.32/3174.76	c  N dy 38360  12804841       238     15812         0    234439     70446   4357710     14.95     15.79
25424.62/3183.01	c  N dy 38400  12828493       238     15812         0    256987     70446   4885022     14.95     15.87
25479.82/3189.94	c  N dy 38453  12848573       238     15812         0    276229     70446   5337990     14.95     16.40
25539.66/3197.48	c  N dy 38533  12868851       238     15812         0    295618     70446   5806023     14.95     15.74
25595.57/3204.40	c  N dy 38578  12889029       238     15812         0    163635     70446   2627486     14.95     15.99
25641.89/3210.28	c  N dy 38653  12912141       238     15812         0    185840     70446   3157526     14.95     15.75
25688.23/3216.06	c  N dy 38732  12933294       238     15812         0    206128     70446   3640674     14.95     15.78
25739.35/3222.45	c  N dy 38819  12953356       238     15812         0    225430     70446   4108981     14.95     15.86
25791.27/3228.97	c  N dy 38874  12973467       238     15812         0    244648     70446   4558763     14.95     15.85
25840.08/3235.02	c  N dy 38909  12993806       238     15812         0    264037     70446   5005411     14.95     15.79
25900.70/3242.67	c  N dy 38962  13015729       238     15812         0    284996     70446   5501066     14.95     15.77
25981.46/3252.75	c  N dy 39022  13044531       238     15812         0    160179     70446   2520856     14.95     15.77
26024.58/3258.18	c  N dy 39117  13064826       238     15812         0    179775     70446   3003740     14.95     15.74
26064.44/3263.17	c  N dy 39182  13084894       238     15812         0    198997     70446   3467810     14.95     18.86
26110.76/3268.94	c  N dy 39253  13105113       238     15812         0    218342     70446   3935204     14.95     15.75
26161.08/3275.22	c  N dy 39309  13125237       238     15812         0    237693     70446   4399497     14.95     15.78
26173.94/3276.87	c  F st 39322  13130467       238     15812         0    242708     70446   4517125     14.95     13.35
26213.80/3281.88	c  N dy 39369  13145749       238     15812         0    257406     70446   4872209     14.95     15.94
26268.91/3288.79	c  N dy 39424  13166043       238     15812         0    276726     70446   5322248     14.95     15.75
26327.23/3296.05	c  N dy 39488  13186221       238     15812         0    296072     70446   5789961     14.95     15.86
26389.52/3303.88	c  N dy 39551  13206428       238     15812         0    162172     70446   2569052     14.95     15.81
26420.78/3307.72	c  S st 39605  13221871       238     15812         0    177012     70446   2928792     14.95     13.56
26422.28/3307.90	c  S st 39605  13222373       238     15812         0    177508     70446   2942077     14.95   no data
26422.28/3307.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
26423.08/3308.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.2M T:  0.09
26423.08/3308.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
26423.08/3308.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
26423.08/3308.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
26423.08/3308.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    238 time:  0.00 s
26423.08/3308.02	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
26423.08/3308.06	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
26423.88/3308.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
26451.04/3311.50	c lits-rem:       311  cl-subs:     2529  v-elim:      0  v-fix:    0  time:  3.35 s
26451.04/3311.50	c vivif2 --  cl tried    15812 cl shrink        0 lits rem          0 time: 0.00
26451.04/3311.55	c vivif2 --  cl tried   174979 cl shrink        0 lits rem          0 time: 0.04
26454.24/3311.90	c asymm  cl-useful: 0/1118/15812 lits-rem:0 time: 0.36
26454.24/3311.91	c calculated reachability. Time: 0.00
26454.24/3311.91	c  N dy 39605  13222373       238     15812         0    174979     70446   2897723     14.95   no data
26493.38/3316.85	c  N dy 39660  13242388       238     15812         0    194192     70446   3354426     14.95     19.58
26548.49/3323.70	c  N dy 39737  13265353       238     15812         0    216157     70446   3879994     14.95     15.82
26601.22/3330.31	c  N dy 39804  13287981       238     15812         0    237816     70446   4395195     14.95     15.82
26655.54/3337.15	c  N dy 39877  13308677       238     15812         0    257680     70446   4871244     14.95     15.74
26720.23/3345.22	c  N dy 39959  13328998       238     15812         0    277180     70446   5331671     14.95     15.82
26783.34/3353.19	c  N dy 40021  13349041       238     15812         0    296415     70446   5790705     14.95     17.37
26860.13/3362.73	c  N dy 40111  13369055       238     15812         0    161349     70446   2549646     14.95     15.76
26903.24/3368.18	c  N dy 40169  13389117       238     15812         0    180540     70446   3004470     14.95     15.79
26951.89/3374.21	c  N dy 40244  13410057       238     15812         0    200718     70446   3493519     14.95     15.74
27000.72/3380.37	c  N dy 40312  13432273       238     15812         0    221901     70446   3995265     14.95     15.78
27060.53/3387.82	c  N dy 40414  13452837       238     15812         0    241710     70446   4478585     14.95     15.91
27118.04/3395.02	c  N dy 40483  13473658       238     15812         0    261631     70446   4954318     14.95     15.76
27178.74/3402.60	c  N dy 40549  13495656       238     15812         0    282766     70446   5455382     14.95     15.74
27241.06/3410.49	c  N dy 40651  13515744       238     15812         0    302111     70446   5929320     14.95     20.74
27301.77/3418.05	c  N dy 40708  13537333       238     15812         0    167426     70446   2675810     14.95     15.83
27344.90/3423.47	c  N dy 40743  13559627       238     15812         0    188765     70446   3173192     14.94     15.75
27392.03/3429.36	c  N dy 40824  13579919       238     15812         0    208232     70446   3641813     14.95     15.85
27443.94/3435.85	c  N dy 40920  13600328       238     15812         0    227890     70446   4125018     14.95     15.76
27495.87/3442.36	c  N dy 40991  13620358       238     15812         0    247143     70446   4584223     14.95     15.78
27543.80/3448.36	c  N dy 41015  13640445       238     15812         0    266332     70446   5026456     14.94     15.83
27605.29/3456.00	c  N dy 41090  13660831       238     15812         0    285966     70446   5496714     14.94     15.76
27666.01/3463.66	c  N dy 41137  13684028       238     15812         0    308109     70446   6008792     14.94     15.93
27727.51/3471.37	c  N dy 41207  13707276       238     15812         0    174141     70446   2836156     14.94     15.73
27759.45/3475.31	c  S st 41270  13722374       238     15812         0    188631     70446   3183905     14.94   no data
27761.05/3475.50	c  S st 41270  13722875       238     15812         0    189125     70446   3197145     14.94   no data
27761.05/3475.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
27761.84/3475.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.3M T:  0.10
27761.84/3475.63	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
27761.84/3475.63	c bin-w-bin subsume rem            0 bins  time:  0.00 s
27761.84/3475.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27761.84/3475.63	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    238 time:  0.00 s
27761.84/3475.63	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
27761.84/3475.68	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
27762.65/3475.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27802.57/3480.72	c lits-rem:       457  cl-subs:     3221  v-elim:      0  v-fix:    0  time:  4.95 s
27802.57/3480.73	c vivif2 --  cl tried    15812 cl shrink        0 lits rem          0 time: 0.00
27802.57/3480.77	c vivif2 --  cl tried   185904 cl shrink        0 lits rem          0 time: 0.05
27805.77/3481.14	c asymm  cl-useful: 0/1760/15812 lits-rem:0 time: 0.37
27805.77/3481.15	c calculated reachability. Time: 0.00
27805.77/3481.15	c  N dy 41270  13722875       238     15812         0    185904     70446   3139423     14.94   no data
27852.18/3486.98	c  N dy 41349  13744135       238     15812         0    206281     70446   3630251     14.94     15.95
27900.02/3492.95	c  N dy 41406  13764601       238     15812         0    225807     70446   4084562     14.94     15.82
27950.34/3499.20	c  N dy 41465  13784608       238     15812         0    244998     70446   4536145     14.94     18.93
27997.47/3505.12	c  N dy 41498  13804931       238     15812         0    264383     70446   4980389     14.94     15.78
28056.58/3512.52	c  N dy 41581  13825712       238     15812         0    284329     70446   5468034     14.94     15.75
28122.10/3520.72	c  N dy 41647  13845979       238     15812         0    303756     70446   5930832     14.94     15.75
28183.59/3528.48	c  N dy 41693  13867242       238     15812         0    166951     70446   2642391     14.94     15.74
28225.93/3533.76	c  N dy 41768  13888073       238     15812         0    186999     70446   3125680     14.94     15.80
28291.51/3541.94	c  N dy 41822  13915609       238     15812         0    213226     70446   3724640     14.94     15.85
28348.15/3549.03	c  N dy 41901  13935704       238     15812         0    232510     70446   4180396     14.94     17.52
28405.74/3556.27	c  N dy 41955  13955736       238     15812         0    251669     70446   4636186     14.94     15.76
28481.55/3565.79	c  N dy 42004  13977985       238     15812         0    272933     70446   5127168     14.94     15.84
28542.25/3573.34	c  N dy 42060  13998065       238     15812         0    292166     70446   5578670     14.94     16.10
28610.14/3581.85	c  N dy 42116  14021063       238     15812         0    314092     70446   6093510     14.93     15.74
28665.26/3588.79	c  N dy 42176  14041137       238     15812         0    175295     70446   2836863     14.93     16.62
28727.57/3596.54	c  N dy 42218  14074474       238     15812         0    206875     70446   3561048     14.93     15.75
28776.30/3602.68	c  N dy 42261  14097028       238     15812         0    228372     70446   4066543     14.93     15.77
28826.63/3608.93	c  N dy 42311  14117074       238     15812         0    247468     70446   4499704     14.93     17.53
28887.34/3616.53	c  N dy 42386  14139340       238     15812         0    268714     70446   4994536     14.93     15.80
28939.26/3623.03	c  N dy 42427  14159471       238     15812         0    287922     70446   5435183     14.93     15.83
29004.06/3631.15	c  N dy 42525  14179759       238     15812         0    307474     70446   5909831     14.93     15.72
29077.43/3640.36	c  N dy 42590  14205641       238     15812         0    173464     70446   2786610     14.93     15.85
29110.98/3644.58	c  S st 42598  14222875       238     15812         0    189893     70446   3140685     14.92     13.59
29113.38/3644.85	c  S st 42598  14223376       238     15812         0    190389     70446   3154272     14.92   no data
29113.38/3644.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
29114.98/3645.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.3M T:  0.14
29114.98/3645.03	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
29114.98/3645.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
29114.98/3645.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29114.98/3645.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    238 time:  0.00 s
29114.98/3645.03	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
29115.78/3645.10	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
29116.58/3645.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29178.08/3652.95	c lits-rem:       597  cl-subs:     7400  v-elim:      0  v-fix:    0  time:  7.75 s
29178.08/3652.95	c vivif2 --  cl tried    15812 cl shrink        0 lits rem          0 time: 0.00
29178.08/3653.01	c vivif2 --  cl tried   182989 cl shrink        0 lits rem          0 time: 0.05
29182.87/3653.59	c asymm  cl-useful: 0/2064/15812 lits-rem:0 time: 0.58
29183.67/3653.60	c calculated reachability. Time: 0.00
29183.67/3653.60	c  N dy 42598  14223376       238     15812         0    182989     70446   3037543     14.92   no data
29245.97/3661.45	c  N dy 42677  14249418       238     15812         0    207964     70446   3629008     14.92     15.75
29301.09/3668.36	c  N dy 42756  14269565       238     15812         0    227269     70446   4095490     14.92     15.73
29353.81/3674.93	c  N dy 42812  14289907       238     15812         0    246760     70446   4571684     14.92     15.75
29412.12/3682.28	c  N dy 42853  14310188       238     15812         0    266143     70446   5023635     14.92     15.71
29475.22/3690.10	c  N dy 42877  14330691       238     15812         0    285762     70446   5470752     14.92     15.71
29563.88/3701.29	c  N dy 42967  14352820       238     15812         0    306958     70446   5980536     14.92     15.80
29630.18/3709.53	c  N dy 43011  14373179       238     15812         0    167022     70446   2632233     14.92     15.76
29670.99/3714.63	c  N dy 43092  14393216       238     15812         0    186321     70446   3099022     14.92     15.72
29715.75/3720.22	c  N dy 43165  14413305       238     15812         0    205575     70446   3562580     14.92     16.00
29768.47/3726.87	c  N dy 43231  14435577       238     15812         0    226961     70446   4073443     14.92     15.73
29819.51/3733.30	c  N dy 43300  14455943       238     15812         0    246479     70446   4541029     14.92     15.72
29876.21/3740.37	c  N dy 43365  14475945       238     15812         0    265691     70446   4997014     14.92     15.71
29943.38/3748.80	c  N dy 43432  14497097       238     15812         0    285940     70446   5483798     14.92     15.71
30017.59/3758.08	c  N dy 43480  14518878       238     15812         0    306729     70446   5976698     14.92     15.80
30092.76/3767.44	c  N dy 43559  14538992       238     15812         0    165225     70446   2583872     14.92     15.71
30145.48/3774.10	c  N dy 43648  14565255       238     15812         0    190312     70446   3179713     14.92     15.83
30194.14/3780.11	c  N dy 43730  14585933       238     15812         0    210130     70446   3650971     14.92     15.75
30239.68/3785.88	c  N dy 43773  14606075       238     15812         0    229317     70446   4094417     14.92     15.71
30292.39/3792.42	c  N dy 43850  14626145       238     15812         0    248600     70446   4558029     14.92     16.22
30353.90/3800.17	c  N dy 43899  14649680       238     15812         0    271103     70446   5082093     14.92     15.72
30413.81/3807.65	c  N dy 43968  14670911       238     15812         0    291528     70446   5567649     14.92     15.71
30494.48/3817.71	c  N dy 44025  14698867       238     15812         0    318303     70446   6183444     14.91     15.76
30554.39/3825.24	c  N dy 44095  14718879       238     15812         0    175784     70446   2826567     14.91     15.72
30564.78/3826.54	c  S st 44125  14723377       238     15812         0    180130     70446   2937357     14.92   no data
30566.37/3826.75	c  S st 44125  14723879       238     15812         0    180627     70446   2951531     14.92   no data
30566.37/3826.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
30567.25/3826.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.3M T:  0.10
30567.25/3826.88	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
30567.25/3826.88	c bin-w-bin subsume rem            0 bins  time:  0.00 s
30567.25/3826.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
30567.25/3826.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    238 time:  0.00 s
30567.25/3826.88	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
30568.07/3826.93	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
30568.76/3827.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
30595.92/3830.40	c lits-rem:       190  cl-subs:     1520  v-elim:      0  v-fix:    0  time:  3.38 s
30595.92/3830.41	c vivif2 --  cl tried    15812 cl shrink        0 lits rem          0 time: 0.00
30595.92/3830.45	c vivif2 --  cl tried   179107 cl shrink        0 lits rem          0 time: 0.04
30599.12/3830.88	c asymm  cl-useful: 0/1105/15812 lits-rem:0 time: 0.43
30599.12/3830.88	c calculated reachability. Time: 0.00
30599.12/3830.88	c  N dy 44125  14723879       238     15812         0    179107     70446   2923623     14.92   no data
30639.85/3835.96	c  N dy 44173  14743912       238     15812         0    198289     70446   3375323     14.91     16.90
30686.97/3841.89	c  N dy 44257  14763929       238     15812         0    217500     70446   3837407     14.91     16.21
30736.50/3848.01	c  N dy 44319  14784587       238     15812         0    237264     70446   4310913     14.91     15.79
30787.73/3854.45	c  N dy 44371  14805512       238     15812         0    257275     70446   4783731     14.91     15.71
30841.95/3861.28	c  N dy 44428  14826319       238     15812         0    277273     70446   5250939     14.91     15.72
30906.66/3869.38	c  N dy 44498  14847659       238     15812         0    297760     70446   5735226     14.91     15.80
30974.53/3877.85	c  N dy 44543  14867965       238     15812         0    317200     70446   6183885     14.91     15.87
31040.83/3886.14	c  N dy 44612  14888091       238     15812         0    173678     70446   2769996     14.91     15.72
31083.97/3891.52	c  N dy 44694  14908493       238     15812         0    193250     70446   3238131     14.91     15.75
31127.10/3896.92	c  N dy 44757  14928562       238     15812         0    212465     70446   3696513     14.91     17.02
31172.64/3902.60	c  N dy 44811  14948651       238     15812         0    231734     70446   4153735     14.91     15.74
31225.36/3909.21	c  N dy 44884  14968789       238     15812         0    251036     70446   4615922     14.91     15.70
31286.87/3916.92	c  N dy 44929  14990290       238     15812         0    271499     70446   5081939     14.91     15.88
31357.16/3925.78	c  N dy 45008  15015540       238     15812         0    295772     70446   5654324     14.91     15.74
31418.67/3933.49	c  N dy 45091  15035546       238     15812         0    314959     70446   6120965     14.91     19.51
31496.94/3943.23	c  N dy 45147  15056113       238     15812         0    170804     70446   2674491     14.91     15.78
31542.55/3948.96	c  N dy 45176  15077115       238     15812         0    190836     70446   3143144     14.91     15.74
31604.07/3956.66	c  N dy 45265  15097835       238     15812         0    210754     70446   3627536     14.91     15.72
31662.31/3963.96	c  N dy 45361  15118241       238     15812         0    230324     70446   4100816     14.91     15.73
31722.22/3971.44	c  N dy 45462  15138500       238     15812         0    249801     70446   4581408     14.91     15.72
31781.31/3978.80	c  N dy 45518  15158995       238     15812         0    269398     70446   5045838     14.91     15.81
31854.82/3988.04	c  N dy 45599  15181667       238     15812         0    291092     70446   5560955     14.91     15.82
31920.39/3996.30	c  N dy 45661  15201686       238     15812         0    310326     70446   6018748     14.91     18.34
32012.18/4007.78	c  N dy 45739  15222647       238     15812         0    165605     70446   2553041     14.91     15.85
32015.38/4008.15	c  S st 45752  15223881       238     15812         0    166809     70446   2584367     14.91   no data
32017.05/4008.33	c  S st 45752  15224382       238     15812         0    167303     70446   2597639     14.91   no data
32017.05/4008.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
32017.88/4008.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.0M T:  0.08
32017.88/4008.43	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
32017.88/4008.43	c bin-w-bin subsume rem            0 bins  time:  0.00 s
32017.88/4008.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
32017.88/4008.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    238 time:  0.00 s
32017.88/4008.43	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
32017.88/4008.48	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
32018.57/4008.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
32026.67/4009.52	c lits-rem:        15  cl-subs:      161  v-elim:      0  v-fix:    0  time:  0.96 s
32026.67/4009.52	c vivif2 --  cl tried    15812 cl shrink        0 lits rem          0 time: 0.00
32026.67/4009.56	c vivif2 --  cl tried   167142 cl shrink        0 lits rem          0 time: 0.04
32030.56/4010.00	c asymm  cl-useful: 0/1143/15812 lits-rem:0 time: 0.43
32030.56/4010.00	c calculated reachability. Time: 0.00
32030.56/4010.00	c  N dy 45752  15224382       238     15812         0    167142     70446   2594483     14.91   no data
32075.29/4015.67	c  N dy 45835  15246048       238     15812         0    188002     70446   3100747     14.91     15.71
32120.81/4021.32	c  N dy 45895  15266531       238     15812         0    207583     70446   3555991     14.91     15.70
32171.93/4027.75	c  N dy 45979  15286605       238     15812         0    226919     70446   4013158     14.91     17.73
32220.65/4033.80	c  N dy 46064  15306613       238     15812         0    246119     70446   4478211     14.91     15.72
32279.77/4041.30	c  N dy 46125  15328433       238     15812         0    266962     70446   4972041     14.91     15.72
32333.37/4047.99	c  N dy 46162  15348886       238     15812         0    286460     70446   5425303     14.91     15.71
32396.39/4055.85	c  N dy 46235  15368910       238     15812         0    305613     70446   5877501     14.91     18.23
32457.89/4063.53	c  N dy 46306  15388936       238     15812         0    324845     70446   6340284     14.91     15.75
32519.39/4071.23	c  N dy 46338  15409360       238     15812         0    178488     70446   2835425     14.91     15.70
32565.72/4077.08	c  N dy 46427  15430447       238     15812         0    198735     70446   3327820     14.91     15.70
32616.04/4083.34	c  N dy 46473  15455343       238     15812         0    222387     70446   3885454     14.91     15.70
32671.18/4090.27	c  N dy 46552  15476289       238     15812         0    242430     70446   4372173     14.91     15.72
32720.80/4096.44	c  N dy 46582  15497573       238     15812         0    262719     70446   4837465     14.91     15.74
32782.31/4104.14	c  N dy 46657  15519704       238     15812         0    283957     70446   5349283     14.91     15.76
32841.32/4111.58	c  N dy 46712  15541666       238     15812         0    304953     70446   5843853     14.91     15.75
32903.63/4119.30	c  N dy 46756  15561941       238     15812         0    324360     70446   6294170     14.90     15.88
32973.13/4128.08	c  N dy 46821  15583603       238     15812         0    178557     70446   2837521     14.90     15.69
33025.05/4134.51	c  N dy 46879  15605575       238     15812         0    199580     70446   3334251     14.90     15.70
33073.78/4140.61	c  N dy 46950  15625779       238     15812         0    218874     70446   3793420     14.90     15.71
33121.72/4146.61	c  N dy 47013  15645868       238     15812         0    238088     70446   4250628     14.90     17.83
33172.82/4153.01	c  N dy 47109  15665929       238     15812         0    257312     70446   4720493     14.90     18.90
33229.62/4160.16	c  N dy 47191  15686006       238     15812         0    276663     70446   5188451     14.91     15.77
33287.06/4167.31	c  N dy 47255  15706441       238     15812         0    296216     70446   5657135     14.91     15.69
33338.98/4173.84	c  S st 47314  15724383       238     15812         0    313440     70446   6065516     14.91     12.43
33341.39/4174.18	c  S st 47314  15724884       238     15812         0    313938     70446   6078924     14.91   no data
33342.19/4174.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
33342.99/4174.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.6M T:  0.16
33342.99/4174.37	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
33342.99/4174.37	c bin-w-bin subsume rem            0 bins  time:  0.00 s
33342.99/4174.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
33342.99/4174.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    238 time:  0.00 s
33342.99/4174.37	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
33343.86/4174.44	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
33345.37/4174.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
33612.16/4208.02	c lits-rem:      1494  cl-subs:    16988  v-elim:      0  v-fix:    0  time: 33.39 s
33612.16/4208.02	c vivif2 --  cl tried    15812 cl shrink        0 lits rem          0 time: 0.00
33612.96/4208.10	c vivif2 --  cl tried   296950 cl shrink        0 lits rem          0 time: 0.08
33616.24/4208.53	c asymm  cl-useful: 0/667/15812 lits-rem:0 time: 0.43
33616.24/4208.55	c calculated reachability. Time: 0.00
33616.24/4208.55	c  N dy 47314  15724884       238     15812         0    296950     70446   5782927     14.91   no data
33679.26/4216.44	c  N dy 47402  15744928       238     15812         0    316208     70446   6250299     14.91     18.19
33760.74/4226.65	c  N dy 47483  15765084       238     15812         0    168295     70446   2595147     14.91     15.72
33802.27/4231.88	c  N dy 47548  15786715       238     15812         0    189018     70446   3089545     14.91     15.75
33861.39/4239.22	c  N dy 47620  15811602       238     15812         0    212861     70446   3643917     14.91     15.69
33916.49/4246.18	c  N dy 47693  15831655       238     15812         0    232129     70446   4110732     14.91     18.38
33981.99/4254.30	c  N dy 47772  15853745       238     15812         0    253385     70446   4616544     14.91     15.71
34055.56/4263.53	c  N dy 47823  15879421       238     15812         0    277924     70446   5182649     14.90     15.70
34132.97/4273.27	c  N dy 47906  15902752       238     15812         0    300317     70446   5720321     14.90     15.70
34210.46/4282.93	c  N dy 47946  15925058       238     15812         0    321650     70446   6202607     14.90     15.69
34299.12/4294.03	c  N dy 48005  15945963       238     15812         0    173175     70446   2704710     14.90     15.69
34359.02/4301.52	c  N dy 48046  15969971       238     15812         0    196071     70446   3236124     14.90     15.70
34423.74/4309.61	c  N dy 48098  15993555       238     15812         0    218614     70446   3758389     14.90     15.72
34488.43/4317.76	c  N dy 48166  16013751       238     15812         0    238040     70446   4221935     14.90     15.71
34547.62/4325.18	c  N dy 48236  16034017       238     15812         0    257485     70446   4682865     14.90     15.74
34617.04/4333.90	c  N dy 48309  16054023       238     15812         0    276665     70446   5142036     14.90     15.79
34682.55/4342.05	c  N dy 48368  16074030       238     15812         0    295726     70446   5586975     14.90     15.81
34749.72/4350.48	c  N dy 48449  16094051       238     15812         0    314936     70446   6051083     14.90     16.49
34813.55/4358.44	c  N dy 48477  16114282       238     15812         0    334138     70446   6478688     14.90     15.80
34879.86/4366.76	c  N dy 48554  16135475       238     15812         0    185225     70446   2986561     14.90     15.75
34923.80/4372.26	c  N dy 48599  16156599       238     15812         0    205347     70446   3452865     14.90     15.73
34972.50/4378.35	c  N dy 48667  16176753       238     15812         0    224622     70446   3906476     14.90     15.69
35032.41/4385.82	c  N dy 48722  16201270       238     15812         0    248008     70446   4450433     14.90     15.82
35085.93/4392.57	c  N dy 48786  16221288       238     15812         0    267255     70446   4912405     14.90     15.73
35096.31/4393.80	c  S st 48796  16224884       238     15812         0    270720     70446   4995887     14.90     12.56
35097.91/4394.09	c  S st 48796  16225385       238     15812         0    271217     70446   5009693     14.90   no data
35098.71/4394.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
35099.51/4394.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.1M T:  0.15
35099.51/4394.28	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
35099.51/4394.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
35099.51/4394.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
35099.51/4394.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    238 time:  0.00 s
35099.51/4394.28	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
35100.31/4394.35	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
35101.19/4394.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
35268.94/4415.49	c lits-rem:      1346  cl-subs:    13494  v-elim:      0  v-fix:    0  time: 20.98 s
35268.94/4415.49	c vivif2 --  cl tried    15812 cl shrink        0 lits rem          0 time: 0.00
35269.63/4415.56	c vivif2 --  cl tried   257723 cl shrink        0 lits rem          0 time: 0.07
35272.84/4415.99	c asymm  cl-useful: 0/896/15812 lits-rem:0 time: 0.43
35273.64/4416.00	c calculated reachability. Time: 0.00
35273.64/4416.00	c  N dy 48796  16225385       238     15812         0    257723     70446   4784521     14.90   no data
35329.63/4423.11	c  N dy 48857  16246035       238     15812         0    277556     70446   5255627     14.90     15.71
35387.06/4430.29	c  N dy 48906  16267634       238     15812         0    298297     70446   5738640     14.89     15.75
35457.35/4439.02	c  N dy 48947  16292346       238     15812         0    322021     70446   6288593     14.89     15.68
35532.54/4448.41	c  N dy 49003  16312369       238     15812         0    171047     70446   2636693     14.89     15.84
35572.39/4453.48	c  N dy 49062  16332398       238     15812         0    190178     70446   3084389     14.89     15.70
35624.30/4459.98	c  N dy 49148  16354759       238     15812         0    211659     70446   3598152     14.89     15.69
35678.62/4466.77	c  N dy 49217  16375169       238     15812         0    231190     70446   4065960     14.89     15.74
35736.13/4473.91	c  N dy 49257  16395587       238     15812         0    250654     70446   4517960     14.89     15.68
35804.93/4482.59	c  N dy 49312  16417073       238     15812         0    271212     70446   4996660     14.89     15.77
35869.53/4490.62	c  N dy 49362  16437603       238     15812         0    290944     70446   5467906     14.89     15.69
35941.42/4499.67	c  N dy 49434  16459820       238     15812         0    312099     70446   5968348     14.89     15.78
36017.30/4509.15	c  N dy 49516  16479988       238     15812         0    331480     70446   6439353     14.89     15.71
36105.16/4520.10	c  N dy 49564  16505963       238     15812         0    185073     70446   2937603     14.89     15.71
36149.91/4525.79	c  N dy 49580  16526062       238     15812         0    204162     70446   3361803     14.89     15.72
36196.24/4531.52	c  N dy 49635  16546809       238     15812         0    224064     70446   3834020     14.89     15.70
36242.58/4537.31	c  N dy 49674  16568549       238     15812         0    244770     70446   4314120     14.89     16.06
36293.70/4543.79	c  N dy 49743  16588561       238     15812         0    264017     70446   4771929     14.89     17.32
36356.81/4551.64	c  N dy 49852  16608576       238     15812         0    283303     70446   5240461     14.89     21.72
36412.71/4558.67	c  N dy 49893  16629117       238     15812         0    302935     70446   5697675     14.89     15.68
36480.70/4567.16	c  N dy 49992  16649176       238     15812         0    322154     70446   6157663     14.89     15.68
36543.72/4575.09	c  N dy 50048  16669761       238     15812         0    341918     70446   6624904     14.89     15.68
36608.43/4583.10	c  N dy 50130  16690227       238     15812         0    189320     70446   3063602     14.89     15.82
36654.76/4588.93	c  N dy 50216  16710407       238     15812         0    208754     70446   3532559     14.89     15.74
36693.10/4593.74	c  S st 50295  16725387       238     15812         0    223224     70446   3885236     14.89   no data
36694.70/4593.98	c  S st 50295  16725889       238     15812         0    223723     70446   3899526     14.89   no data
36695.50/4594.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
36696.30/4594.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.8M T:  0.13
36696.30/4594.15	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
36696.30/4594.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
36696.30/4594.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
36696.30/4594.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    238 time:  0.00 s
36696.30/4594.15	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
36697.10/4594.21	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
36697.90/4594.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
36781.75/4604.81	c lits-rem:       581  cl-subs:     5221  v-elim:      0  v-fix:    0  time: 10.47 s
36781.75/4604.81	c vivif2 --  cl tried    15812 cl shrink        0 lits rem          0 time: 0.00
36781.75/4604.87	c vivif2 --  cl tried   218502 cl shrink        0 lits rem          0 time: 0.06
36785.74/4605.32	c asymm  cl-useful: 0/1342/15812 lits-rem:0 time: 0.45
36785.74/4605.33	c calculated reachability. Time: 0.00
36785.74/4605.33	c  N dy 50295  16725889       238     15812         0    218502     70446   3805733     14.89   no data
36850.54/4613.47	c  N dy 50360  16752349       238     15812         0    243875     70446   4402511     14.89     15.68
36918.35/4621.91	c  N dy 50416  16774970       238     15812         0    265705     70446   4922332     14.89     15.78
36977.44/4629.36	c  N dy 50486  16795465       238     15812         0    285379     70446   5391501     14.89     15.73
37038.95/4637.05	c  N dy 50534  16817533       238     15812         0    306475     70446   5882653     14.89     15.68
37100.45/4644.77	c  N dy 50599  16837546       238     15812         0    325605     70446   6331338     14.89     15.80
37172.33/4653.77	c  N dy 50693  16857642       238     15812         0    344961     70446   6806958     14.89     16.72
37231.43/4661.13	c  N dy 50741  16877916       238     15812         0    190946     70446   3072816     14.89     15.70
37279.36/4667.16	c  N dy 50819  16898704       238     15812         0    210825     70446   3550233     14.89     15.69
37328.89/4673.31	c  N dy 50902  16918743       238     15812         0    230123     70446   4015805     14.89     15.74
37390.41/4681.09	c  N dy 50986  16938897       238     15812         0    249469     70446   4478204     14.89     15.70
37442.33/4687.58	c  N dy 51038  16958931       238     15812         0    268753     70446   4932680     14.89     17.35
37504.62/4695.35	c  N dy 51107  16979349       238     15812         0    288348     70446   5400121     14.89     15.69
37602.88/4707.68	c  N dy 51177  17005604       238     15812         0    313598     70446   5991195     14.89     15.69
37683.56/4717.72	c  N dy 51236  17027097       238     15812         0    334147     70446   6473191     14.89     15.72
37776.22/4729.35	c  N dy 51304  17047172       238     15812         0    178868     70446   2781314     14.88     15.68
37828.14/4735.82	c  N dy 51357  17068437       238     15812         0    199196     70446   3252380     14.88     15.71
37880.04/4742.39	c  N dy 51447  17088547       238     15812         0    218488     70446   3720751     14.88     15.67
37931.27/4748.73	c  N dy 51523  17108851       238     15812         0    237980     70446   4180245     14.88     15.68
37984.70/4755.43	c  N dy 51582  17129581       238     15812         0    257826     70446   4651275     14.88     15.75
38066.97/4765.76	c  N dy 51649  17159679       238     15812         0    286509     70446   5303669     14.88     15.67
38122.90/4772.74	c  N dy 51680  17180248       238     15812         0    305963     70446   5738464     14.88     15.83
38197.18/4782.07	c  N dy 51723  17206140       238     15812         0    330743     70446   6309344     14.88     15.67
38263.49/4790.37	c  S st 51790  17225891       238     15812         0    349749     70446   6762602     14.88     14.41
38266.68/4790.71	c  S st 51790  17226393       238     15812         0    350243     70446   6776708     14.88   no data
38266.68/4790.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
38268.28/4790.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  4.5M T:  0.19
38268.28/4790.93	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
38268.28/4790.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
38268.28/4790.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
38268.28/4790.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    238 time:  0.00 s
38268.28/4790.93	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
38269.07/4791.01	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
38270.67/4791.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
38655.68/4839.45	c lits-rem:      1730  cl-subs:    23448  v-elim:      0  v-fix:    0  time: 48.23 s
38655.68/4839.45	c vivif2 --  cl tried    15812 cl shrink        0 lits rem          0 time: 0.00
38656.48/4839.54	c vivif2 --  cl tried   326795 cl shrink        0 lits rem          0 time: 0.09
38659.75/4839.97	c asymm  cl-useful: 0/887/15812 lits-rem:0 time: 0.44
38659.75/4839.99	c calculated reachability. Time: 0.00
38659.75/4839.99	c  N dy 51790  17226393       238     15812         0    326795     70446   6386755     14.88   no data
38725.17/4848.19	c  N dy 51835  17246702       238     15812         0    346224     70446   6838355     14.88     15.80
38791.55/4856.47	c  N dy 51912  17268341       238     15812         0    192253     70446   3097564     14.88     15.68
38837.80/4862.29	c  N dy 51989  17288581       238     15812         0    211640     70446   3562611     14.88     15.69
38886.53/4868.36	c  N dy 52038  17308733       238     15812         0    230926     70446   4014693     14.88     15.71
38948.02/4876.10	c  N dy 52094  17333416       238     15812         0    254509     70446   4557811     14.88     15.67
39000.75/4882.69	c  N dy 52134  17354457       238     15812         0    274446     70446   5020804     14.88     15.71
39062.26/4890.33	c  N dy 52199  17374657       238     15812         0    293798     70446   5472939     14.88     15.73
39128.55/4898.67	c  N dy 52259  17394728       238     15812         0    312825     70446   5906113     14.88     19.11
39207.62/4908.50	c  N dy 52312  17416201       238     15812         0    333420     70446   6393796     14.88     15.69
39305.87/4920.86	c  N dy 52362  17436438       238     15812         0    176921     70446   2728312     14.87     15.69
39351.40/4926.59	c  N dy 52406  17456531       238     15812         0    196093     70446   3183314     14.87     17.67
39408.90/4933.75	c  N dy 52484  17476898       238     15812         0    215664     70446   3647234     14.87     15.68
39475.21/4942.00	c  N dy 52561  17499257       238     15812         0    237022     70446   4147083     14.87     15.90
39538.38/4949.95	c  N dy 52656  17519615       238     15812         0    256543     70446   4620683     14.88     15.73
39599.88/4957.64	c  N dy 52711  17539618       238     15812         0    275709     70446   5071556     14.87     19.79
39660.52/4965.22	c  N dy 52771  17559714       238     15812         0    294995     70446   5527094     14.87     15.72
39718.83/4972.55	c  N dy 52818  17579728       238     15812         0    314140     70446   5970225     14.87     17.00
39780.34/4980.29	c  N dy 52871  17599739       238     15812         0    333351     70446   6423155     14.87     18.74
39870.62/4991.51	c  N dy 52923  17623636       238     15812         0    179277     70446   2771561     14.87     15.82
39912.15/4996.71	c  N dy 52958  17644220       238     15812         0    198763     70446   3208114     14.87     15.72
39962.46/5003.06	c  N dy 53046  17664821       238     15812         0    218616     70446   3688279     14.87     15.81

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-3421632-1306685736/watcher-3421632-1306685736 -o /tmp/evaluation-result-3421632-1306685736/solver-3421632-1306685736 -C 40000 -W 5100 -M 31000 ./strangenight2-mt --threads=8 HOME/instance-3421632-1306685736.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.00 7.91 7.92 3/366 17031
/proc/meminfo: memFree=22684896/32951124 swapFree=37160472/67111528
[pid=17031] ppid=17029 vsize=92144 CPUtime=0.03 cores=0-7
/proc/17031/stat : 17031 (strangenight2-m) R 17029 17031 16962 0 -1 4202496 421 0 0 0 3 0 0 0 25 0 8 0 780174036 94355456 361 33554432000 4194304 4580107 140734297817936 18446744073709551615 47287211009970 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/17031/statm: 23036 361 302 95 0 18018 0
[pid=17031/tid=17032] ppid=17029 vsize=92144 CPUtime=0 cores=0-7
/proc/17031/task/17032/stat : 17032 (strangenight2-m) R 17029 17031 16962 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 8 0 780174036 94355456 361 33554432000 4194304 4580107 140734297817936 18446744073709551615 47287211009552 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17031/tid=17033] ppid=17029 vsize=92144 CPUtime=0 cores=0-7
/proc/17031/task/17033/stat : 17033 (strangenight2-m) R 17029 17031 16962 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 8 0 780174036 94355456 361 33554432000 4194304 4580107 140734297817936 18446744073709551615 47287211009561 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17031/tid=17034] ppid=17029 vsize=92144 CPUtime=0 cores=0-7
/proc/17031/task/17034/stat : 17034 (strangenight2-m) R 17029 17031 16962 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 8 0 780174036 94355456 361 33554432000 4194304 4580107 140734297817936 18446744073709551615 47287211009555 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17031/tid=17035] ppid=17029 vsize=92144 CPUtime=0 cores=0-7
/proc/17031/task/17035/stat : 17035 (strangenight2-m) R 17029 17031 16962 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 8 0 780174036 94355456 361 33554432000 4194304 4580107 140734297817936 18446744073709551615 47287211009561 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17031/tid=17036] ppid=17029 vsize=92144 CPUtime=0 cores=0-7
/proc/17031/task/17036/stat : 17036 (strangenight2-m) R 17029 17031 16962 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 8 0 780174036 94355456 361 33554432000 4194304 4580107 140734297817936 18446744073709551615 47287211009561 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17031/tid=17037] ppid=17029 vsize=92144 CPUtime=0 cores=0-7
/proc/17031/task/17037/stat : 17037 (strangenight2-m) R 17029 17031 16962 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 8 0 780174036 94355456 361 33554432000 4194304 4580107 140734297817936 18446744073709551615 47287211009561 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17031/tid=17038] ppid=17029 vsize=92144 CPUtime=0 cores=0-7
/proc/17031/task/17038/stat : 17038 (strangenight2-m) R 17029 17031 16962 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 8 0 780174036 94355456 361 33554432000 4194304 4580107 140734297817936 18446744073709551615 47287211009555 0 0 4096 2 0 0 0 -1 2 0 0 0

[startup+0.031374 s]
/proc/loadavg: 8.00 7.91 7.92 3/366 17031
/proc/meminfo: memFree=22684896/32951124 swapFree=37160472/67111528
[pid=17031] ppid=17029 vsize=422112 CPUtime=0.15 cores=0-7
/proc/17031/stat : 17031 (strangenight2-m) S 17029 17031 16962 0 -1 4202496 2432 0 0 0 14 1 0 0 17 0 8 0 780174036 432242688 2350 33554432000 4194304 4580107 140734297817936 18446744073709551615 230809270766 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/17031/statm: 105528 2362 336 95 0 100510 0
[pid=17031/tid=17032] ppid=17029 vsize=422112 CPUtime=0.01 cores=0-7
/proc/17031/task/17032/stat : 17032 (strangenight2-m) R 17029 17031 16962 0 -1 4202560 245 0 0 0 1 0 0 0 17 0 8 0 780174036 432242688 2363 33554432000 4194304 4580107 140734297817936 18446744073709551615 4489504 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17031/tid=17033] ppid=17029 vsize=422112 CPUtime=0.02 cores=0-7
/proc/17031/task/17033/stat : 17033 (strangenight2-m) R 17029 17031 16962 0 -1 4202560 318 0 0 0 2 0 0 0 17 0 8 0 780174036 432242688 2367 33554432000 4194304 4580107 140734297817936 18446744073709551615 4354920 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17031/tid=17034] ppid=17029 vsize=422112 CPUtime=0.01 cores=0-7
/proc/17031/task/17034/stat : 17034 (strangenight2-m) R 17029 17031 16962 0 -1 4202560 236 0 0 0 1 0 0 0 18 0 8 0 780174036 432242688 2371 33554432000 4194304 4580107 140734297817936 18446744073709551615 230808826913 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17031/tid=17035] ppid=17029 vsize=422112 CPUtime=0.02 cores=0-7
/proc/17031/task/17035/stat : 17035 (strangenight2-m) R 17029 17031 16962 0 -1 4202560 280 0 0 0 2 0 0 0 18 0 8 0 780174036 432242688 2372 33554432000 4194304 4580107 140734297817936 18446744073709551615 230809270815 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17031/tid=17036] ppid=17029 vsize=422112 CPUtime=0.02 cores=0-7
/proc/17031/task/17036/stat : 17036 (strangenight2-m) S 17029 17031 16962 0 -1 4202560 296 0 0 0 2 0 0 0 17 0 8 0 780174036 432242688 2374 33554432000 4194304 4580107 140734297817936 18446744073709551615 230809270766 0 0 4096 2 18446604450929117952 0 0 -1 3 0 0 0
[pid=17031/tid=17037] ppid=17029 vsize=422112 CPUtime=0.01 cores=0-7
/proc/17031/task/17037/stat : 17037 (strangenight2-m) R 17029 17031 16962 0 -1 4202560 272 0 0 0 1 0 0 0 17 0 8 0 780174036 432242688 2382 33554432000 4194304 4580107 140734297817936 18446744073709551615 4489504 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=17031/tid=17038] ppid=17029 vsize=422112 CPUtime=0.01 cores=0-7
/proc/17031/task/17038/stat : 17038 (strangenight2-m) R 17029 17031 16962 0 -1 4202560 282 0 0 0 1 0 0 0 17 0 8 0 780174036 432242688 2384 33554432000 4194304 4580107 140734297817936 18446744073709551615 230809270766 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 422112

[startup+0.11147 s]
/proc/loadavg: 8.00 7.91 7.92 3/366 17031
/proc/meminfo: memFree=22684896/32951124 swapFree=37160472/67111528
[pid=17031] ppid=17029 vsize=493664 CPUtime=0.7 cores=0-7
/proc/17031/stat : 17031 (strangenight2-m) R 17029 17031 16962 0 -1 4202496 6541 0 0 0 67 3 0 0 18 0 8 0 780174036 505511936 6459 33554432000 4194304 4580107 140734297817936 18446744073709551615 4447964 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/17031/statm: 123415 6484 371 95 0 118397 0
[pid=17031/tid=17032] ppid=17029 vsize=493852 CPUtime=0.07 cores=0-7
/proc/17031/task/17032/stat : 17032 (strangenight2-m) D 17029 17031 16962 0 -1 4202560 391 0 0 0 7 0 0 0 17 0 8 0 780174036 505704448 6515 33554432000 4194304 4580107 140734297817936 18446744073709551615 4401259 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17031/tid=17033] ppid=17029 vsize=493852 CPUtime=0.08 cores=0-7
/proc/17031/task/17033/stat : 17033 (strangenight2-m) S 17029 17031 16962 0 -1 4202560 878 0 0 0 8 0 0 0 17 0 8 0 780174036 505704448 6549 33554432000 4194304 4580107 140734297817936 18446744073709551615 230809270766 0 0 4096 2 18446604450929117952 0 0 -1 0 0 0 0
[pid=17031/tid=17034] ppid=17029 vsize=493988 CPUtime=0.08 cores=0-7
/proc/17031/task/17034/stat : 17034 (strangenight2-m) S 17029 17031 16962 0 -1 4202560 693 0 0 0 8 0 0 0 17 0 8 0 780174036 505843712 6613 33554432000 4194304 4580107 140734297817936 18446744073709551615 230809270766 0 0 4096 2 18446604450929117952 0 0 -1 5 0 0 0
[pid=17031/tid=17035] ppid=17029 vsize=494180 CPUtime=0.08 cores=0-7
/proc/17031/task/17035/stat : 17035 (strangenight2-m) R 17029 17031 16962 0 -1 4202560 980 0 0 0 8 0 0 0 17 0 8 0 780174036 506040320 6683 33554432000 4194304 4580107 140734297817936 18446744073709551615 230809209015 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17031/tid=17036] ppid=17029 vsize=494372 CPUtime=0.09 cores=0-7
/proc/17031/task/17036/stat : 17036 (strangenight2-m) D 17029 17031 16962 0 -1 4202560 1195 0 0 0 9 0 0 0 18 0 8 0 780174036 506236928 6710 33554432000 4194304 4580107 140734297817936 18446744073709551615 230808862928 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17031/tid=17037] ppid=17029 vsize=494372 CPUtime=0.07 cores=0-7
/proc/17031/task/17037/stat : 17037 (strangenight2-m) S 17029 17031 16962 0 -1 4202560 799 0 0 0 7 0 0 0 17 0 8 0 780174036 506236928 6755 33554432000 4194304 4580107 140734297817936 18446744073709551615 230809270766 0 0 4096 2 18446604450929117952 0 0 -1 4 0 0 0
[pid=17031/tid=17038] ppid=17029 vsize=494580 CPUtime=0.09 cores=0-7
/proc/17031/task/17038/stat : 17038 (strangenight2-m) R 17029 17031 16962 0 -1 4202560 479 0 0 0 9 0 0 0 17 0 8 0 780174036 506449920 6791 33554432000 4194304 4580107 140734297817936 18446744073709551615 4321192 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 493664

[startup+0.300289 s]
/proc/loadavg: 8.00 7.91 7.92 3/366 17031
/proc/meminfo: memFree=22684896/32951124 swapFree=37160472/67111528
[pid=17031] ppid=17029 vsize=497240 CPUtime=2.2 cores=0-7
/proc/17031/stat : 17031 (strangenight2-m) R 17029 17031 16962 0 -1 4202496 10584 0 0 0 216 4 0 0 18 0 8 0 780174036 509173760 8641 33554432000 4194304 4580107 140734297817936 18446744073709551615 4293110 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/17031/statm: 124310 8641 377 95 0 119292 0
[pid=17031/tid=17032] ppid=17029 vsize=497240 CPUtime=0.26 cores=0-7
/proc/17031/task/17032/stat : 17032 (strangenight2-m) R 17029 17031 16962 0 -1 4202560 1296 0 0 0 26 0 0 0 18 0 8 0 780174036 509173760 8641 33554432000 4194304 4580107 140734297817936 18446744073709551615 4318850 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17031/tid=17033] ppid=17029 vsize=497240 CPUtime=0.27 cores=0-7
/proc/17031/task/17033/stat : 17033 (strangenight2-m) R 17029 17031 16962 0 -1 4202560 1343 0 0 0 27 0 0 0 18 0 8 0 780174036 509173760 8641 33554432000 4194304 4580107 140734297817936 18446744073709551615 4318689 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17031/tid=17034] ppid=17029 vsize=497240 CPUtime=0.26 cores=0-7
/proc/17031/task/17034/stat : 17034 (strangenight2-m) R 17029 17031 16962 0 -1 4202560 1371 0 0 0 26 0 0 0 18 0 8 0 780174036 509173760 8641 33554432000 4194304 4580107 140734297817936 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17031/tid=17035] ppid=17029 vsize=497240 CPUtime=0.27 cores=0-7
/proc/17031/task/17035/stat : 17035 (strangenight2-m) R 17029 17031 16962 0 -1 4202560 1303 0 0 0 27 0 0 0 18 0 8 0 780174036 509173760 8641 33554432000 4194304 4580107 140734297817936 18446744073709551615 4321944 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17031/tid=17036] ppid=17029 vsize=497240 CPUtime=0.27 cores=0-7
/proc/17031/task/17036/stat : 17036 (strangenight2-m) R 17029 17031 16962 0 -1 4202560 1450 0 0 0 27 0 0 0 18 0 8 0 780174036 509173760 8642 33554432000 4194304 4580107 140734297817936 18446744073709551615 4293691 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17031/tid=17037] ppid=17029 vsize=497240 CPUtime=0.26 cores=0-7
/proc/17031/task/17037/stat : 17037 (strangenight2-m) R 17029 17031 16962 0 -1 4202560 1253 0 0 0 26 0 0 0 18 0 8 0 780174036 509173760 8642 33554432000 4194304 4580107 140734297817936 18446744073709551615 4318755 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17031/tid=17038] ppid=17029 vsize=497240 CPUtime=0.27 cores=0-7
/proc/17031/task/17038/stat : 17038 (strangenight2-m) R 17029 17031 16962 0 -1 4202560 782 0 0 0 27 0 0 0 18 0 8 0 780174036 509173760 8642 33554432000 4194304 4580107 140734297817936 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.2
Current children cumulated vsize (KiB) 497240

[startup+0.701217 s]
/proc/loadavg: 8.00 7.91 7.92 3/366 17031
/proc/meminfo: memFree=22684896/32951124 swapFree=37160472/67111528
[pid=17031] ppid=17029 vsize=503840 CPUtime=5.41 cores=0-7
/proc/17031/stat : 17031 (strangenight2-m) R 17029 17031 16962 0 -1 4202496 14165 0 0 0 535 6 0 0 18 0 8 0 780174036 515932160 10027 33554432000 4194304 4580107 140734297817936 18446744073709551615 4294436 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/17031/statm: 125960 10027 377 95 0 120942 0
[pid=17031/tid=17032] ppid=17029 vsize=503840 CPUtime=0.66 cores=0-7
/proc/17031/task/17032/stat : 17032 (strangenight2-m) R 17029 17031 16962 0 -1 4202560 1733 0 0 0 66 0 0 0 18 0 8 0 780174036 515932160 10027 33554432000 4194304 4580107 140734297817936 18446744073709551615 4318850 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17031/tid=17033] ppid=17029 vsize=503840 CPUtime=0.67 cores=0-7
/proc/17031/task/17033/stat : 17033 (strangenight2-m) R 17029 17031 16962 0 -1 4202560 1791 0 0 0 67 0 0 0 18 0 8 0 780174036 515932160 10027 33554432000 4194304 4580107 140734297817936 18446744073709551615 4306513 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17031/tid=17034] ppid=17029 vsize=503840 CPUtime=0.66 cores=0-7
/proc/17031/task/17034/stat : 17034 (strangenight2-m) R 17029 17031 16962 0 -1 4202560 1819 0 0 0 66 0 0 0 18 0 8 0 780174036 515932160 10027 33554432000 4194304 4580107 140734297817936 18446744073709551615 4320971 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17031/tid=17035] ppid=17029 vsize=503840 CPUtime=0.67 cores=0-7
/proc/17031/task/17035/stat : 17035 (strangenight2-m) R 17029 17031 16962 0 -1 4202560 1765 0 0 0 67 0 0 0 18 0 8 0 780174036 515932160 10027 33554432000 4194304 4580107 140734297817936 18446744073709551615 4293192 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17031/tid=17036] ppid=17029 vsize=503840 CPUtime=0.67 cores=0-7
/proc/17031/task/17036/stat : 17036 (strangenight2-m) R 17029 17031 16962 0 -1 4202560 1862 0 0 0 67 0 0 0 18 0 8 0 780174036 515932160 10027 33554432000 4194304 4580107 140734297817936 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17031/tid=17037] ppid=17029 vsize=503840 CPUtime=0.65 cores=0-7
/proc/17031/task/17037/stat : 17037 (strangenight2-m) R 17029 17031 16962 0 -1 4202560 1694 0 0 0 65 0 0 0 18 0 8 0 780174036 515932160 10028 33554432000 4194304 4580107 140734297817936 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17031/tid=17038] ppid=17029 vsize=503840 CPUtime=0.67 cores=0-7
/proc/17031/task/17038/stat : 17038 (strangenight2-m) R 17029 17031 16962 0 -1 4202560 1272 0 0 0 67 0 0 0 18 0 8 0 780174036 515932160 10028 33554432000 4194304 4580107 140734297817936 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.41
Current children cumulated vsize (KiB) 503840

[startup+1.50107 s]
/proc/loadavg: 8.00 7.92 7.92 10/374 17039
/proc/meminfo: memFree=22643168/32951124 swapFree=37160472/67111528
[pid=17031] ppid=17029 vsize=507184 CPUtime=11.79 cores=0-7
/proc/17031/stat : 17031 (strangenight2-m) R 17029 17031 16962 0 -1 4202496 21446 0 0 0 1172 7 0 0 19 0 8 0 780174036 519356416 11495 33554432000 4194304 4580107 140734297817936 18446744073709551615 4293700 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/17031/statm: 126796 11495 378 95 0 121778 0
[pid=17031/tid=17032] ppid=17029 vsize=507184 CPUtime=1.44 cores=0-7
/proc/17031/task/17032/stat : 17032 (strangenight2-m) R 17029 17031 16962 0 -1 4202560 2656 0 0 0 144 0 0 0 19 0 8 0 780174036 519356416 11495 33554432000 4194304 4580107 140734297817936 18446744073709551615 4294458 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17031/tid=17033] ppid=17029 vsize=507184 CPUtime=1.47 cores=0-7
/proc/17031/task/17033/stat : 17033 (strangenight2-m) R 17029 17031 16962 0 -1 4202560 2725 0 0 0 146 1 0 0 19 0 8 0 780174036 519356416 11495 33554432000 4194304 4580107 140734297817936 18446744073709551615 4295727 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17031/tid=17034] ppid=17029 vsize=507184 CPUtime=1.47 cores=0-7
/proc/17031/task/17034/stat : 17034 (strangenight2-m) R 17029 17031 16962 0 -1 4202560 2739 0 0 0 146 1 0 0 19 0 8 0 780174036 519356416 11495 33554432000 4194304 4580107 140734297817936 18446744073709551615 4339024 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17031/tid=17035] ppid=17029 vsize=507184 CPUtime=1.48 cores=0-7
/proc/17031/task/17035/stat : 17035 (strangenight2-m) R 17029 17031 16962 0 -1 4202560 2708 0 0 0 147 1 0 0 19 0 8 0 780174036 519356416 11495 33554432000 4194304 4580107 140734297817936 18446744073709551615 4292924 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17031/tid=17036] ppid=17029 vsize=507184 CPUtime=1.48 cores=0-7
/proc/17031/task/17036/stat : 17036 (strangenight2-m) R 17029 17031 16962 0 -1 4202560 2817 0 0 0 147 1 0 0 19 0 8 0 780174036 519356416 11495 33554432000 4194304 4580107 140734297817936 18446744073709551615 4292985 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17031/tid=17037] ppid=17029 vsize=507184 CPUtime=1.46 cores=0-7
/proc/17031/task/17037/stat : 17037 (strangenight2-m) R 17029 17031 16962 0 -1 4202560 2640 0 0 0 145 1 0 0 19 0 8 0 780174036 519356416 11495 33554432000 4194304 4580107 140734297817936 18446744073709551615 4294430 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17031/tid=17038] ppid=17029 vsize=507184 CPUtime=1.47 cores=0-7
/proc/17031/task/17038/stat : 17038 (strangenight2-m) R 17029 17031 16962 0 -1 4202560 2012 0 0 0 147 0 0 0 19 0 8 0 780174036 519356416 11495 33554432000 4194304 4580107 140734297817936 18446744073709551615 4294354 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 11.79
Current children cumulated vsize (KiB) 507184

[startup+3.10078 s]
/proc/loadavg: 8.00 7.92 7.92 9/374 17039
/proc/meminfo: memFree=22628908/32951124 swapFree=37160472/67111528
[pid=17031] ppid=17029 vsize=517876 CPUtime=24.58 cores=0-7
/proc/17031/stat : 17031 (strangenight2-m) R 17029 17031 16962 0 -1 4202496 38907 0 0 0 2448 10 0 0 25 0 8 0 780174036 530305024 17563 33554432000 4194304 4580107 140734297817936 18446744073709551615 4294373 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/17031/statm: 129469 17563 379 95 0 124451 0
[pid=17031/tid=17032] ppid=17029 vsize=517876 CPUtime=3.03 cores=0-7
/proc/17031/task/17032/stat : 17032 (strangenight2-m) R 17029 17031 16962 0 -1 4202560 5210 0 0 0 303 0 0 0 24 0 8 0 780174036 530305024 17563 33554432000 4194304 4580107 140734297817936 18446744073709551615 4294551 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17031/tid=17033] ppid=17029 vsize=517876 CPUtime=3.07 cores=0-7
/proc/17031/task/17033/stat : 17033 (strangenight2-m) R 17029 17031 16962 0 -1 4202560 6193 0 0 0 306 1 0 0 24 0 8 0 780174036 530305024 17563 33554432000 4194304 4580107 140734297817936 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17031/tid=17034] ppid=17029 vsize=517876 CPUtime=3.07 cores=0-7
/proc/17031/task/17034/stat : 17034 (strangenight2-m) R 17029 17031 16962 0 -1 4202560 4456 0 0 0 306 1 0 0 25 0 8 0 780174036 530305024 17563 33554432000 4194304 4580107 140734297817936 18446744073709551615 4294555 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17031/tid=17035] ppid=17029 vsize=517876 CPUtime=3.07 cores=0-7
/proc/17031/task/17035/stat : 17035 (strangenight2-m) R 17029 17031 16962 0 -1 4202560 4362 0 0 0 306 1 0 0 25 0 8 0 780174036 530305024 17563 33554432000 4194304 4580107 140734297817936 18446744073709551615 4316661 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17031/tid=17036] ppid=17029 vsize=517876 CPUtime=3.08 cores=0-7
/proc/17031/task/17036/stat : 17036 (strangenight2-m) R 17029 17031 16962 0 -1 4202560 4579 0 0 0 307 1 0 0 25 0 8 0 780174036 530305024 17563 33554432000 4194304 4580107 140734297817936 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17031/tid=17037] ppid=17029 vsize=517876 CPUtime=3.06 cores=0-7
/proc/17031/task/17037/stat : 17037 (strangenight2-m) R 17029 17031 16962 0 -1 4202560 4400 0 0 0 305 1 0 0 24 0 8 0 780174036 530305024 17563 33554432000 4194304 4580107 140734297817936 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17031/tid=17038] ppid=17029 vsize=517876 CPUtime=3.06 cores=0-7
/proc/17031/task/17038/stat : 17038 (strangenight2-m) R 17029 17031 16962 0 -1 4202560 3751 0 0 0 306 0 0 0 25 0 8 0 780174036 530305024 17563 33554432000 4194304 4580107 140734297817936 18446744073709551615 4294524 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 24.58
Current children cumulated vsize (KiB) 517876

[startup+6.30119 s]
/proc/loadavg: 8.00 7.92 7.92 9/374 17039
/proc/meminfo: memFree=22566372/32951124 swapFree=37160472/67111528
[pid=17031] ppid=17029 vsize=531880 CPUtime=50.14 cores=0-7
/proc/17031/stat : 17031 (strangenight2-m) R 17029 17031 16962 0 -1 4202496 70267 0 0 0 4998 16 0 0 25 0 8 0 780174036 544645120 29353 33554432000 4194304 4580107 140734297817936 18446744073709551615 4294533 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/17031/statm: 132970 29353 379 95 0 127952 0
[pid=17031/tid=17032] ppid=17029 vsize=531880 CPUtime=6.19 cores=0-7
/proc/17031/task/17032/stat : 17032 (strangenight2-m) R 17029 17031 16962 0 -1 4202560 9683 0 0 0 618 1 0 0 25 0 8 0 780174036 544645120 29353 33554432000 4194304 4580107 140734297817936 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17031/tid=17033] ppid=17029 vsize=531880 CPUtime=6.27 cores=0-7
/proc/17031/task/17033/stat : 17033 (strangenight2-m) R 17029 17031 16962 0 -1 4202560 8915 0 0 0 625 2 0 0 25 0 8 0 780174036 544645120 29353 33554432000 4194304 4580107 140734297817936 18446744073709551615 4318692 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17031/tid=17034] ppid=17029 vsize=531880 CPUtime=6.26 cores=0-7
/proc/17031/task/17034/stat : 17034 (strangenight2-m) R 17029 17031 16962 0 -1 4202560 8566 0 0 0 625 1 0 0 25 0 8 0 780174036 544645120 29353 33554432000 4194304 4580107 140734297817936 18446744073709551615 4295735 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17031/tid=17035] ppid=17029 vsize=531880 CPUtime=6.27 cores=0-7
/proc/17031/task/17035/stat : 17035 (strangenight2-m) R 17029 17031 16962 0 -1 4202560 7707 0 0 0 625 2 0 0 25 0 8 0 780174036 544645120 29353 33554432000 4194304 4580107 140734297817936 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17031/tid=17036] ppid=17029 vsize=531880 CPUtime=6.27 cores=0-7
/proc/17031/task/17036/stat : 17036 (strangenight2-m) R 17029 17031 16962 0 -1 4202560 8897 0 0 0 625 2 0 0 25 0 8 0 780174036 544645120 29353 33554432000 4194304 4580107 140734297817936 18446744073709551615 4293235 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17031/tid=17037] ppid=17029 vsize=531880 CPUtime=6.26 cores=0-7
/proc/17031/task/17037/stat : 17037 (strangenight2-m) R 17029 17031 16962 0 -1 4202560 8317 0 0 0 625 1 0 0 25 0 8 0 780174036 544645120 29353 33554432000 4194304 4580107 140734297817936 18446744073709551615 4294589 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17031/tid=17038] ppid=17029 vsize=531880 CPUtime=6.27 cores=0-7
/proc/17031/task/17038/stat : 17038 (strangenight2-m) R 17029 17031 16962 0 -1 4202560 9229 0 0 0 626 1 0 0 25 0 8 0 780174036 544645120 29353 33554432000 4194304 4580107 140734297817936 18446744073709551615 4294634 0 0 4096 2 0 0 0 -1 2 0 0 0

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


[startup+4722.31 s]
/proc/loadavg: 8.03 8.04 8.00 9/374 17177
/proc/meminfo: memFree=20921000/32951124 swapFree=37160472/67111528
[pid=17031] ppid=17029 vsize=2685788 CPUtime=37720.4 cores=0-7
/proc/17031/stat : 17031 (strangenight2-m) R 17029 17031 16962 0 -1 4202496 5463317 0 0 0 3769925 2115 0 0 25 0 8 0 780174036 2750246912 440343 33554432000 4194304 4580107 140734297817936 18446744073709551615 4293064 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/17031/statm: 671447 440343 400 95 0 666429 0
[pid=17031/tid=17032] ppid=17029 vsize=2685788 CPUtime=4665.54 cores=0-7
/proc/17031/task/17032/stat : 17032 (strangenight2-m) R 17029 17031 16962 0 -1 4202560 633278 0 0 0 466281 273 0 0 25 0 8 0 780174036 2750246912 440343 33554432000 4194304 4580107 140734297817936 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17031/tid=17033] ppid=17029 vsize=2685788 CPUtime=4722.4 cores=0-7
/proc/17031/task/17033/stat : 17033 (strangenight2-m) R 17029 17031 16962 0 -1 4202560 714971 0 0 0 471968 272 0 0 25 0 8 0 780174036 2750246912 440343 33554432000 4194304 4580107 140734297817936 18446744073709551615 4294367 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17031/tid=17034] ppid=17029 vsize=2685788 CPUtime=4722.41 cores=0-7
/proc/17031/task/17034/stat : 17034 (strangenight2-m) R 17029 17031 16962 0 -1 4202560 706358 0 0 0 471942 299 0 0 25 0 8 0 780174036 2750246912 440343 33554432000 4194304 4580107 140734297817936 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17031/tid=17035] ppid=17029 vsize=2685788 CPUtime=4722.41 cores=0-7
/proc/17031/task/17035/stat : 17035 (strangenight2-m) R 17029 17031 16962 0 -1 4202560 651859 0 0 0 471983 258 0 0 25 0 8 0 780174036 2750246912 440343 33554432000 4194304 4580107 140734297817936 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17031/tid=17036] ppid=17029 vsize=2685788 CPUtime=4721.37 cores=0-7
/proc/17031/task/17036/stat : 17036 (strangenight2-m) R 17029 17031 16962 0 -1 4202560 712170 0 0 0 471841 296 0 0 25 0 8 0 780174036 2750246912 440343 33554432000 4194304 4580107 140734297817936 18446744073709551615 4295727 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17031/tid=17037] ppid=17029 vsize=2685788 CPUtime=4722.4 cores=0-7
/proc/17031/task/17037/stat : 17037 (strangenight2-m) R 17029 17031 16962 0 -1 4202560 692610 0 0 0 472004 236 0 0 25 0 8 0 780174036 2750246912 440343 33554432000 4194304 4580107 140734297817936 18446744073709551615 4406480 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17031/tid=17038] ppid=17029 vsize=2685788 CPUtime=4721.41 cores=0-7
/proc/17031/task/17038/stat : 17038 (strangenight2-m) R 17029 17031 16962 0 -1 4202560 719273 0 0 0 471887 254 0 0 25 0 8 0 780174036 2750246912 440343 33554432000 4194304 4580107 140734297817936 18446744073709551615 4294380 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 37720.4
Current children cumulated vsize (KiB) 2685788

[startup+4782.3 s]
/proc/loadavg: 8.06 8.05 8.00 10/374 17178
/proc/meminfo: memFree=20958932/32951124 swapFree=37160472/67111528
[pid=17031] ppid=17029 vsize=2380424 CPUtime=38199.6 cores=0-7
/proc/17031/stat : 17031 (strangenight2-m) R 17029 17031 16962 0 -1 4202496 5506129 0 0 0 3817821 2137 0 0 25 0 8 0 780174036 2437554176 431047 33554432000 4194304 4580107 140734297817936 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/17031/statm: 595106 431047 400 95 0 590088 0
[pid=17031/tid=17032] ppid=17029 vsize=2380424 CPUtime=4724.82 cores=0-7
/proc/17031/task/17032/stat : 17032 (strangenight2-m) R 17029 17031 16962 0 -1 4202560 635044 0 0 0 472207 275 0 0 25 0 8 0 780174036 2437554176 431047 33554432000 4194304 4580107 140734297817936 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17031/tid=17033] ppid=17029 vsize=2380424 CPUtime=4782.38 cores=0-7
/proc/17031/task/17033/stat : 17033 (strangenight2-m) R 17029 17031 16962 0 -1 4202560 722384 0 0 0 477963 275 0 0 25 0 8 0 780174036 2437554176 431047 33554432000 4194304 4580107 140734297817936 18446744073709551615 4294414 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17031/tid=17034] ppid=17029 vsize=2380424 CPUtime=4782.4 cores=0-7
/proc/17031/task/17034/stat : 17034 (strangenight2-m) R 17029 17031 16962 0 -1 4202560 713983 0 0 0 477938 302 0 0 25 0 8 0 780174036 2437554176 431047 33554432000 4194304 4580107 140734297817936 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17031/tid=17035] ppid=17029 vsize=2380424 CPUtime=4782.4 cores=0-7
/proc/17031/task/17035/stat : 17035 (strangenight2-m) R 17029 17031 16962 0 -1 4202560 659673 0 0 0 477979 261 0 0 25 0 8 0 780174036 2437554176 431047 33554432000 4194304 4580107 140734297817936 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17031/tid=17036] ppid=17029 vsize=2380424 CPUtime=4781.35 cores=0-7
/proc/17031/task/17036/stat : 17036 (strangenight2-m) R 17029 17031 16962 0 -1 4202560 719626 0 0 0 477835 300 0 0 25 0 8 0 780174036 2437554176 431047 33554432000 4194304 4580107 140734297817936 18446744073709551615 4295702 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17031/tid=17037] ppid=17029 vsize=2380424 CPUtime=4782.39 cores=0-7
/proc/17031/task/17037/stat : 17037 (strangenight2-m) R 17029 17031 16962 0 -1 4202560 694225 0 0 0 478002 237 0 0 25 0 8 0 780174036 2437554176 431047 33554432000 4194304 4580107 140734297817936 18446744073709551615 4294458 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17031/tid=17038] ppid=17029 vsize=2380424 CPUtime=4781.39 cores=0-7
/proc/17031/task/17038/stat : 17038 (strangenight2-m) R 17029 17031 16962 0 -1 4202560 726920 0 0 0 477881 258 0 0 25 0 8 0 780174036 2437554176 431047 33554432000 4194304 4580107 140734297817936 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 38199.6
Current children cumulated vsize (KiB) 2380424

[startup+4842.3 s]
/proc/loadavg: 8.02 8.03 8.00 9/374 17180
/proc/meminfo: memFree=20977632/32951124 swapFree=37160472/67111528
[pid=17031] ppid=17029 vsize=2465836 CPUtime=38678.8 cores=0-7
/proc/17031/stat : 17031 (strangenight2-m) R 17029 17031 16962 0 -1 4202496 5550667 0 0 0 3865726 2158 0 0 25 0 8 0 780174036 2525016064 428840 33554432000 4194304 4580107 140734297817936 18446744073709551615 4295404 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/17031/statm: 616459 428849 400 95 0 611441 0
[pid=17031/tid=17032] ppid=17029 vsize=2465836 CPUtime=4784.08 cores=0-7
/proc/17031/task/17032/stat : 17032 (strangenight2-m) R 17029 17031 16962 0 -1 4202560 642282 0 0 0 478129 279 0 0 25 0 8 0 780174036 2525016064 428852 33554432000 4194304 4580107 140734297817936 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17031/tid=17033] ppid=17029 vsize=2465836 CPUtime=4842.38 cores=0-7
/proc/17031/task/17033/stat : 17033 (strangenight2-m) R 17029 17031 16962 0 -1 4202560 729380 0 0 0 483960 278 0 0 25 0 8 0 780174036 2525016064 428857 33554432000 4194304 4580107 140734297817936 18446744073709551615 4294386 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17031/tid=17034] ppid=17029 vsize=2465836 CPUtime=4842.4 cores=0-7
/proc/17031/task/17034/stat : 17034 (strangenight2-m) R 17029 17031 16962 0 -1 4202560 720909 0 0 0 483934 306 0 0 25 0 8 0 780174036 2525016064 428862 33554432000 4194304 4580107 140734297817936 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17031/tid=17035] ppid=17029 vsize=2465836 CPUtime=4842.4 cores=0-7
/proc/17031/task/17035/stat : 17035 (strangenight2-m) R 17029 17031 16962 0 -1 4202560 666020 0 0 0 483976 264 0 0 25 0 8 0 780174036 2525016064 428866 33554432000 4194304 4580107 140734297817936 18446744073709551615 4451684 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17031/tid=17036] ppid=17029 vsize=2465836 CPUtime=4841.35 cores=0-7
/proc/17031/task/17036/stat : 17036 (strangenight2-m) R 17029 17031 16962 0 -1 4202560 726918 0 0 0 483831 304 0 0 25 0 8 0 780174036 2525016064 428871 33554432000 4194304 4580107 140734297817936 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17031/tid=17037] ppid=17029 vsize=2465836 CPUtime=4842.39 cores=0-7
/proc/17031/task/17037/stat : 17037 (strangenight2-m) R 17029 17031 16962 0 -1 4202560 698609 0 0 0 484000 239 0 0 25 0 8 0 780174036 2525016064 428875 33554432000 4194304 4580107 140734297817936 18446744073709551615 4485991 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17031/tid=17038] ppid=17029 vsize=2465836 CPUtime=4841.38 cores=0-7
/proc/17031/task/17038/stat : 17038 (strangenight2-m) R 17029 17031 16962 0 -1 4202560 728395 0 0 0 483879 259 0 0 25 0 8 0 780174036 2525016064 428880 33554432000 4194304 4580107 140734297817936 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 38678.8
Current children cumulated vsize (KiB) 2465836

[startup+4902.3 s]
/proc/loadavg: 8.05 8.04 8.00 9/374 17181
/proc/meminfo: memFree=20911828/32951124 swapFree=37160472/67111528
[pid=17031] ppid=17029 vsize=2449332 CPUtime=39158.1 cores=0-7
/proc/17031/stat : 17031 (strangenight2-m) R 17029 17031 16962 0 -1 4202496 5589602 0 0 0 3913632 2179 0 0 25 0 8 0 780174036 2508115968 442634 33554432000 4194304 4580107 140734297817936 18446744073709551615 4294510 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/17031/statm: 612333 442634 395 95 0 607315 0
[pid=17031/tid=17032] ppid=17029 vsize=2449332 CPUtime=4843.35 cores=0-7
/proc/17031/task/17032/stat : 17032 (strangenight2-m) R 17029 17031 16962 0 -1 4202560 645050 0 0 0 484054 281 0 0 25 0 8 0 780174036 2508115968 442634 33554432000 4194304 4580107 140734297817936 18446744073709551615 4415779 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17031/tid=17033] ppid=17029 vsize=2449332 CPUtime=4902.38 cores=0-7
/proc/17031/task/17033/stat : 17033 (strangenight2-m) R 17029 17031 16962 0 -1 4202560 733969 0 0 0 489959 279 0 0 25 0 8 0 780174036 2508115968 442634 33554432000 4194304 4580107 140734297817936 18446744073709551615 4406473 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17031/tid=17034] ppid=17029 vsize=2449332 CPUtime=4902.41 cores=0-7
/proc/17031/task/17034/stat : 17034 (strangenight2-m) R 17029 17031 16962 0 -1 4202560 728107 0 0 0 489930 311 0 0 25 0 8 0 780174036 2508115968 442634 33554432000 4194304 4580107 140734297817936 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17031/tid=17035] ppid=17029 vsize=2449332 CPUtime=4902.41 cores=0-7
/proc/17031/task/17035/stat : 17035 (strangenight2-m) R 17029 17031 16962 0 -1 4202560 668077 0 0 0 489974 267 0 0 25 0 8 0 780174036 2508115968 442634 33554432000 4194304 4580107 140734297817936 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17031/tid=17036] ppid=17029 vsize=2449332 CPUtime=4901.35 cores=0-7
/proc/17031/task/17036/stat : 17036 (strangenight2-m) R 17029 17031 16962 0 -1 4202560 730201 0 0 0 489828 307 0 0 25 0 8 0 780174036 2508115968 442634 33554432000 4194304 4580107 140734297817936 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17031/tid=17037] ppid=17029 vsize=2449332 CPUtime=4902.4 cores=0-7
/proc/17031/task/17037/stat : 17037 (strangenight2-m) R 17029 17031 16962 0 -1 4202560 703662 0 0 0 489998 242 0 0 25 0 8 0 780174036 2508115968 442634 33554432000 4194304 4580107 140734297817936 18446744073709551615 4293216 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17031/tid=17038] ppid=17029 vsize=2449332 CPUtime=4901.37 cores=0-7
/proc/17031/task/17038/stat : 17038 (strangenight2-m) R 17029 17031 16962 0 -1 4202560 734900 0 0 0 489877 260 0 0 25 0 8 0 780174036 2508115968 442634 33554432000 4194304 4580107 140734297817936 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 39158.1
Current children cumulated vsize (KiB) 2449332

[startup+4962.3 s]
/proc/loadavg: 8.05 8.04 8.00 9/374 17183
/proc/meminfo: memFree=20916780/32951124 swapFree=37160472/67111528
[pid=17031] ppid=17029 vsize=2331284 CPUtime=39637.3 cores=0-7
/proc/17031/stat : 17031 (strangenight2-m) R 17029 17031 16962 0 -1 4202496 5633575 0 0 0 3961534 2200 0 0 25 0 8 0 780174036 2387234816 441493 33554432000 4194304 4580107 140734297817936 18446744073709551615 4295679 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/17031/statm: 582821 441493 395 95 0 577803 0
[pid=17031/tid=17032] ppid=17029 vsize=2331284 CPUtime=4902.59 cores=0-7
/proc/17031/task/17032/stat : 17032 (strangenight2-m) R 17029 17031 16962 0 -1 4202560 646618 0 0 0 489977 282 0 0 25 0 8 0 780174036 2387234816 441493 33554432000 4194304 4580107 140734297817936 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17031/tid=17033] ppid=17029 vsize=2331284 CPUtime=4962.39 cores=0-7
/proc/17031/task/17033/stat : 17033 (strangenight2-m) R 17029 17031 16962 0 -1 4202560 738269 0 0 0 495958 281 0 0 25 0 8 0 780174036 2387234816 441493 33554432000 4194304 4580107 140734297817936 18446744073709551615 4294396 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17031/tid=17034] ppid=17029 vsize=2331284 CPUtime=4962.4 cores=0-7
/proc/17031/task/17034/stat : 17034 (strangenight2-m) R 17029 17031 16962 0 -1 4202560 735621 0 0 0 495926 314 0 0 25 0 8 0 780174036 2387234816 441493 33554432000 4194304 4580107 140734297817936 18446744073709551615 4293138 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17031/tid=17035] ppid=17029 vsize=2331284 CPUtime=4962.41 cores=0-7
/proc/17031/task/17035/stat : 17035 (strangenight2-m) R 17029 17031 16962 0 -1 4202560 669889 0 0 0 495973 268 0 0 25 0 8 0 780174036 2387234816 441493 33554432000 4194304 4580107 140734297817936 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17031/tid=17036] ppid=17029 vsize=2331284 CPUtime=4961.35 cores=0-7
/proc/17031/task/17036/stat : 17036 (strangenight2-m) R 17029 17031 16962 0 -1 4202560 738016 0 0 0 495824 311 0 0 25 0 8 0 780174036 2387234816 441493 33554432000 4194304 4580107 140734297817936 18446744073709551615 4489273 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17031/tid=17037] ppid=17029 vsize=2331284 CPUtime=4962.4 cores=0-7
/proc/17031/task/17037/stat : 17037 (strangenight2-m) R 17029 17031 16962 0 -1 4202560 710873 0 0 0 495996 244 0 0 25 0 8 0 780174036 2387234816 441493 33554432000 4194304 4580107 140734297817936 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17031/tid=17038] ppid=17029 vsize=2331284 CPUtime=4961.35 cores=0-7
/proc/17031/task/17038/stat : 17038 (strangenight2-m) R 17029 17031 16962 0 -1 4202560 741657 0 0 0 495872 263 0 0 25 0 8 0 780174036 2387234816 441493 33554432000 4194304 4580107 140734297817936 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 39637.3
Current children cumulated vsize (KiB) 2331284



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5007.7 s]
/proc/loadavg: 8.07 8.05 8.00 9/374 17184
/proc/meminfo: memFree=20906580/32951124 swapFree=37160472/67111528
[pid=17031] ppid=17029 vsize=2464528 CPUtime=40000.1 cores=0-7
/proc/17031/stat : 17031 (strangenight2-m) R 17029 17031 16962 0 -1 4202496 5667682 0 0 0 3997791 2217 0 0 25 0 8 0 780174036 2523676672 443758 33554432000 4194304 4580107 140734297817936 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/17031/statm: 616132 443758 395 95 0 611114 0
[pid=17031/tid=17032] ppid=17029 vsize=2464528 CPUtime=4947.45 cores=0-7
/proc/17031/task/17032/stat : 17032 (strangenight2-m) R 17029 17031 16962 0 -1 4202560 652997 0 0 0 494460 285 0 0 25 0 8 0 780174036 2523676672 443760 33554432000 4194304 4580107 140734297817936 18446744073709551615 4294345 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17031/tid=17033] ppid=17029 vsize=2464528 CPUtime=5007.8 cores=0-7
/proc/17031/task/17033/stat : 17033 (strangenight2-m) R 17029 17031 16962 0 -1 4202560 741681 0 0 0 500496 284 0 0 25 0 8 0 780174036 2523676672 443760 33554432000 4194304 4580107 140734297817936 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17031/tid=17034] ppid=17029 vsize=2464528 CPUtime=5007.82 cores=0-7
/proc/17031/task/17034/stat : 17034 (strangenight2-m) R 17029 17031 16962 0 -1 4202560 740236 0 0 0 500465 317 0 0 25 0 8 0 780174036 2523676672 443760 33554432000 4194304 4580107 140734297817936 18446744073709551615 4406466 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17031/tid=17035] ppid=17029 vsize=2464528 CPUtime=5007.82 cores=0-7
/proc/17031/task/17035/stat : 17035 (strangenight2-m) R 17029 17031 16962 0 -1 4202560 671533 0 0 0 500513 269 0 0 25 0 8 0 780174036 2523676672 443760 33554432000 4194304 4580107 140734297817936 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17031/tid=17036] ppid=17029 vsize=2464528 CPUtime=5006.76 cores=0-7
/proc/17031/task/17036/stat : 17036 (strangenight2-m) R 17029 17031 16962 0 -1 4202560 744467 0 0 0 500363 313 0 0 25 0 8 0 780174036 2523676672 443760 33554432000 4194304 4580107 140734297817936 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17031/tid=17037] ppid=17029 vsize=2464528 CPUtime=5007.81 cores=0-7
/proc/17031/task/17037/stat : 17037 (strangenight2-m) R 17029 17031 16962 0 -1 4202560 717280 0 0 0 500535 246 0 0 25 0 8 0 780174036 2523676672 443760 33554432000 4194304 4580107 140734297817936 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17031/tid=17038] ppid=17029 vsize=2464528 CPUtime=5006.76 cores=0-7
/proc/17031/task/17038/stat : 17038 (strangenight2-m) R 17029 17031 16962 0 -1 4202560 745150 0 0 0 500410 266 0 0 25 0 8 0 780174036 2523676672 443760 33554432000 4194304 4580107 140734297817936 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 40000.1
Current children cumulated vsize (KiB) 2464528

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

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

[startup+5007.7 s]
/proc/loadavg: 8.07 8.05 8.00 9/374 17184
/proc/meminfo: memFree=20906580/32951124 swapFree=37160472/67111528
[pid=17031] ppid=17029 vsize=2464528 CPUtime=40000.1 cores=0-7
/proc/17031/stat : 17031 (strangenight2-m) R 17029 17031 16962 0 -1 4202496 5667682 0 0 0 3997791 2217 0 0 25 0 8 0 780174036 2523676672 443758 33554432000 4194304 4580107 140734297817936 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/17031/statm: 616132 443758 395 95 0 611114 0
[pid=17031/tid=17032] ppid=17029 vsize=2464528 CPUtime=4947.45 cores=0-7
/proc/17031/task/17032/stat : 17032 (strangenight2-m) R 17029 17031 16962 0 -1 4202560 652997 0 0 0 494460 285 0 0 25 0 8 0 780174036 2523676672 443760 33554432000 4194304 4580107 140734297817936 18446744073709551615 4294345 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17031/tid=17033] ppid=17029 vsize=2464528 CPUtime=5007.8 cores=0-7
/proc/17031/task/17033/stat : 17033 (strangenight2-m) R 17029 17031 16962 0 -1 4202560 741681 0 0 0 500496 284 0 0 25 0 8 0 780174036 2523676672 443760 33554432000 4194304 4580107 140734297817936 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17031/tid=17034] ppid=17029 vsize=2464528 CPUtime=5007.82 cores=0-7
/proc/17031/task/17034/stat : 17034 (strangenight2-m) R 17029 17031 16962 0 -1 4202560 740236 0 0 0 500465 317 0 0 25 0 8 0 780174036 2523676672 443760 33554432000 4194304 4580107 140734297817936 18446744073709551615 4406466 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17031/tid=17035] ppid=17029 vsize=2464528 CPUtime=5007.82 cores=0-7
/proc/17031/task/17035/stat : 17035 (strangenight2-m) R 17029 17031 16962 0 -1 4202560 671533 0 0 0 500513 269 0 0 25 0 8 0 780174036 2523676672 443760 33554432000 4194304 4580107 140734297817936 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17031/tid=17036] ppid=17029 vsize=2464528 CPUtime=5006.76 cores=0-7
/proc/17031/task/17036/stat : 17036 (strangenight2-m) R 17029 17031 16962 0 -1 4202560 744467 0 0 0 500363 313 0 0 25 0 8 0 780174036 2523676672 443760 33554432000 4194304 4580107 140734297817936 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17031/tid=17037] ppid=17029 vsize=2464528 CPUtime=5007.81 cores=0-7
/proc/17031/task/17037/stat : 17037 (strangenight2-m) R 17029 17031 16962 0 -1 4202560 717280 0 0 0 500535 246 0 0 25 0 8 0 780174036 2523676672 443760 33554432000 4194304 4580107 140734297817936 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=17031/tid=17038] ppid=17029 vsize=2464528 CPUtime=5006.76 cores=0-7
/proc/17031/task/17038/stat : 17038 (strangenight2-m) R 17029 17031 16962 0 -1 4202560 745150 0 0 0 500410 266 0 0 25 0 8 0 780174036 2523676672 443760 33554432000 4194304 4580107 140734297817936 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 40000.1
Current children cumulated vsize (KiB) 2464528

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5007.8
CPU time (s): 40000.2
CPU user time (s): 39978
CPU system time (s): 22.2506
CPU usage (%): 798.758
Max. virtual memory (cumulated for all children) (KiB): 2705380

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39978
system time used= 22.2506
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5667685
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= 9830
involuntary context switches= 171755

runsolver used 16.9104 second user time and 43.5274 second system time

The end

Launcher Data

Begin job on node104 at 2011-05-29 18:15:36
IDJOB=3421632
IDBENCH=83365
IDSOLVER=1878
FILE ID=node104/3421632-1306685736
RUNJOBID= node104-1306685403-16976
PBS_JOBID= 13471826
Free space on /tmp= 73416 MiB

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

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

MD5SUM BENCH= b61e426b264831836f140414cdcf3e23
RANDOM SEED=157111880

node104.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.855
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.71
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.855
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.83
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.855
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.67
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.855
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.80
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.855
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	: 5293.18
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.855
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.83
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.855
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.75
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.855
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22685176 kB
Buffers:        367808 kB
Cached:        7814092 kB
SwapCached:     152248 kB
Active:        3457880 kB
Inactive:      6498076 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22685176 kB
SwapTotal:    67111528 kB
SwapFree:     37160472 kB
Dirty:            5828 kB
Writeback:           0 kB
AnonPages:     1634768 kB
Mapped:          10548 kB
Slab:           154564 kB
PageTables:      88148 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 87698672 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= 73412 MiB
End job on node104 at 2011-05-29 19:39:06