Trace number 3401089

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-Night2-st (fixed)? (TO) 5000.14 5000.04

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k50-eijkbs6669-tseitin.cnf
MD5SUM7886cd26d6e0801ea382a1ffd6224023
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2052.83
Satisfiable
(Un)Satisfiability was proved
Number of variables192503
Number of clauses564953
Sum of the clauses size1318221
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2376634
Number of clauses of size 3188317
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3401089-1306281287.cnf'
0.00/0.00	c -- header says num vars:         192503
0.00/0.00	c -- header says num clauses:      564953
0.09/0.19	c -- clauses added:            0 learnts,       564953 normals,            0 xors
0.09/0.19	c -- vars added     192503
0.09/0.19	c Parsing time:  0.17 s
0.09/0.19	c  N st     0         0    192503    188317    376634         0   1318219         0   no data   no data
0.39/0.43	c asymm  cl-useful: 0/188316/188316 lits-rem:0 time: 0.23
1.29/1.35	c Flit:     1 Blit:   1956 bXBeca:    0 bXProp: 1678 Bins:      0 BRemL:      0 BRemN:      0 P: 13.7M T:  0.92
1.29/1.37	c Cleaning up after failed var search:     0.01 s 
1.39/1.40	c Replacing     1678 vars Replaced    20908 lits Time:     0.03 s 
1.39/1.45	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1.39/1.47	c bin-w-bin subsume rem         1752 bins  time:  0.02 s
1.48/1.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.06 s
1.59/1.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done: 136563 time:  0.10 s
1.69/1.74	c Removed useless bin:       3  fixed:     0  props:  11.20M  time:  0.10 s
2.79/2.88	c lits-rem:         0  cl-subs:     7922  v-elim:  62955  v-fix:    0  time:  1.13 s
2.89/2.93	c Finding binary XORs  T:     0.05 s  found:    2644
2.89/2.96	c Replacing     2644 vars Replaced    21177 lits Time:     0.03 s 
2.99/3.04	c Finding non-binary XORs:     0.06 s (found:   14022, avg size: 3.0)
2.99/3.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:   2993 locsubst:   221 time:   0.03
2.99/3.06	c calculated reachability. Time: 0.01
2.99/3.07	c Calc default polars -  time:   0.01 s pos:    5112 undec:   75518 neg:  111873
2.99/3.07	c =========================================================================================
2.99/3.07	c types(t): F = full restart, N = normal restart
2.99/3.07	c types(t): S = simplification begin/end, E = solution found
2.99/3.07	c restart types(rt): st = static, dy = dynamic
2.99/3.07	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
2.99/3.07	c  B st     0         0    120274    143309    210502         0    913728         0   no data   no data
3.19/3.30	c  N dy    17      4048    120271    143309    210833      3687    913728     35899      4.98      5.25
3.49/3.58	c  N dy    38      8082    120270    143309    211065      7462    913728     74709      5.14      5.70
3.79/3.88	c  N dy    64     12118    120270    143309    211244     11283    913728    118198      5.29      5.59
4.09/4.20	c  N dy    88     16201    120267    143309    211422     15101    913728    158094      5.30      5.60
4.59/4.60	c  N dy   115     20318    120263    143309    211640      9639    913728     49894      5.36      5.64
4.89/4.93	c  N dy   144     24342    120262    143309    211815     13467    913728     97157      5.41      5.72
4.89/4.99	c  F st   148     25000    120262    143309    211853     14086    913728    104111      5.41   no data
4.99/5.02	c Replacing      110 vars Replaced      675 lits Time:     0.03 s 
5.79/5.83	c  N dy   154     30000    120150    143297    211805     18848    913180    172875      5.41   no data
5.79/5.83	c  S st   154     30000    120150    143297    211805     18848    913180    172875      5.41   no data
5.89/5.97	c  S st   154     30502    120150    143297    211889     19265    913180    177180      5.41   no data
5.89/5.99	c x-sub:   110 x-cut:      0 vfix:      0 v-elim:    680 locsubst:   182 time:   0.02
6.89/6.94	c Flit:     1 Blit:     50 bXBeca:    0 bXProp:  522 Bins: 109285 BRemL:  63914 BRemN:      5 P: 16.1M T:  0.94
6.89/7.00	c Replacing      574 vars Replaced    21416 lits Time:     0.05 s 
6.99/7.03	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
6.99/7.05	c bin-w-bin subsume rem         6199 bins  time:  0.02 s
7.09/7.14	c subs with bin:      728  lits-rem:      1904  v-fix:    0  time:  0.08 s
7.19/7.23	c Subs w/ non-existent bins:      8 l-rem:      5 v-fix:     0 done: 118845 time:  0.09 s
7.19/7.29	c Removed useless bin:       0  fixed:     0  props:   3.46M  time:  0.06 s
8.29/8.31	c lits-rem:       563  cl-subs:    13846  v-elim:  62387  v-fix:   19  time:  1.01 s
8.29/8.34	c subs with bin:      143  lits-rem:       375  v-fix:    0  time:  0.02 s
8.39/8.40	c lits-rem:       143  cl-subs:      237  v-elim:      0  v-fix:    0  time:  0.04 s
8.59/8.61	c asymm  cl-useful: 1198/162753/162753 lits-rem:1198 time: 0.21
8.59/8.63	c calculated reachability. Time: 0.01
8.59/8.64	c  N dy   154     30502     56439    162753     46238      5758    658849     43688      5.41   no data
8.59/8.66	c Finding binary XORs  T:     0.03 s  found:       9
8.81/8.87	c  N dy   177     34603     56438    162753     46270      9771    658849     79061      5.42      5.74
9.09/9.10	c  N dy   207     38709     56438    162753     46300     13805    658849    116166      5.46      5.77
9.39/9.42	c  N dy   237     42868     56438    162753     46334      9701    658849     53600      5.48      5.87
9.59/9.65	c  S st   254     45754     56437    162753     46366     12514    658849     78009      5.48      5.47
9.69/9.73	c  S st   254     46257     56436    162753     46379     12985    658849     81648      5.48   no data
9.69/9.76	c x-sub:    52 x-cut:      0 vfix:      0 v-elim:    358 locsubst:   396 time:   0.02
9.91/9.99	c Flit:     0 Blit:    102 bXBeca:    0 bXProp:  138 Bins:    731 BRemL:    479 BRemN:      4 P:  3.8M T:  0.23
9.91/9.99	c Cleaning up after failed var search:     0.00 s 
9.99/10.03	c Replacing      205 vars Replaced     4588 lits Time:     0.03 s 
9.99/10.06	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
9.99/10.08	c bin-w-bin subsume rem          256 bins  time:  0.01 s
10.09/10.14	c subs with bin:      266  lits-rem:       297  v-fix:    0  time:  0.06 s
10.09/10.17	c Subs w/ non-existent bins:      6 l-rem:      4 v-fix:     0 done:  55771 time:  0.03 s
10.19/10.20	c Removed useless bin:       0  fixed:     0  props:   0.99M  time:  0.03 s
10.49/10.53	c lits-rem:       121  cl-subs:      328  v-elim:    432  v-fix:    0  time:  0.32 s
10.49/10.56	c subs with bin:      120  lits-rem:       121  v-fix:    0  time:  0.02 s
10.59/10.63	c lits-rem:       103  cl-subs:      174  v-elim:      0  v-fix:    0  time:  0.04 s
10.59/10.64	c vivif2 --  cl tried   162806 cl shrink       11 lits rem         11 time: 0.02
10.59/10.65	c vivif2 --  cl tried    12177 cl shrink      388 lits rem        554 time: 0.00
10.79/10.88	c asymm  cl-useful: 11/162806/162806 lits-rem:11 time: 0.24
10.79/10.90	c calculated reachability. Time: 0.01
10.79/10.90	c  N dy   254     46257     55339    162806     44418     12177    653829     75828      5.48   no data
11.09/11.16	c  N dy   288     50349     55338    162806     44451     16180    653828    117000      5.54      5.85
11.39/11.47	c  N dy   319     54471     55338    162806     44467     20234    653828    157350      5.58      5.88
11.69/11.75	c  N dy   356     58539     55338    162806     44490     24229    653828    200398      5.64      6.24
12.00/12.07	c  N dy   391     62626     55337    162806     44509     28249    653828    243310      5.69      6.00
12.29/12.35	c  N dy   428     66704     55337    162806     44525     17697    653828    102193      5.75      6.71
12.49/12.55	c  S st   451     69385     55337    162806     44537     20336    653828    130505      5.78   no data
12.59/12.63	c  S st   451     69887     55337    162806     44544     20827    653828    135406      5.78   no data
12.59/12.65	c x-sub:    60 x-cut:     50 vfix:      0 v-elim:    227 locsubst:    12 time:   0.02
12.79/12.89	c Flit:     0 Blit:     46 bXBeca:    0 bXProp:  130 Bins:    352 BRemL:     72 BRemN:      0 P:  3.8M T:  0.24
12.89/12.93	c Replacing      161 vars Replaced     4888 lits Time:     0.04 s 
12.89/12.96	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
12.89/12.98	c bin-w-bin subsume rem          216 bins  time:  0.01 s
12.99/13.04	c subs with bin:       15  lits-rem:         0  v-fix:    0  time:  0.06 s
12.99/13.07	c Subs w/ non-existent bins:      2 l-rem:      0 v-fix:     0 done:  54903 time:  0.03 s
12.99/13.10	c Removed useless bin:       0  fixed:     0  props:   0.97M  time:  0.03 s
13.39/13.40	c lits-rem:         5  cl-subs:      120  v-elim:      5  v-fix:    0  time:  0.30 s
13.39/13.44	c subs with bin:      131  lits-rem:       238  v-fix:    0  time:  0.02 s
13.49/13.51	c lits-rem:       254  cl-subs:      381  v-elim:      0  v-fix:    0  time:  0.05 s
13.49/13.53	c vivif2 --  cl tried   162620 cl shrink        0 lits rem          0 time: 0.02
13.49/13.54	c vivif2 --  cl tried    20132 cl shrink      760 lits rem       1291 time: 0.01
13.69/13.79	c asymm  cl-useful: 38/162620/162620 lits-rem:72 time: 0.25
13.79/13.81	c calculated reachability. Time: 0.01
13.79/13.81	c  N dy   451     69887     54898    162603     44269     20131    651223    130290      5.78   no data
14.09/14.14	c  N dy   487     74350     54898    162603     44290     24534    651223    177143      5.82      7.18
14.39/14.49	c  N dy   521     79113     54898    162603     44304     29233    651223    227256      5.85      6.34
14.89/14.90	c  N dy   555     84206     54898    162603     44323     34253    651223    279949      5.87      6.26
15.09/15.19	c  F st   583     87500     54898    162603     44335     18971    651223     87699      5.90      5.91
15.69/15.79	c  N st   588     90797     54898    162603     44343     22208    651223    131544      5.90   no data
16.19/16.21	c  N dy   626     96803     54898    162603     44357     28115    651223    213841      5.95      6.29
16.69/16.70	c  N dy   678    103032     54898    162603     44379     34259    651222    282942      6.00      6.88
16.79/16.84	c  S st   694    104831     54898    162603     44385     36028    651222    304931      6.01   no data
16.89/16.91	c  S st   694    105331     54898    162603     44395     36510    651222    310527      6.01   no data
16.89/16.93	c x-sub:     6 x-cut:      0 vfix:      0 v-elim:    201 locsubst:    12 time:   0.02
17.09/17.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:  104 Bins:    409 BRemL:     61 BRemN:      0 P:  4.2M T:  0.24
17.19/17.21	c Replacing      110 vars Replaced     5297 lits Time:     0.02 s 
17.19/17.24	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
17.19/17.26	c bin-w-bin subsume rem          156 bins  time:  0.01 s
17.29/17.32	c subs with bin:        4  lits-rem:         0  v-fix:    0  time:  0.06 s
17.29/17.36	c Subs w/ non-existent bins:      1 l-rem:      0 v-fix:     0 done:  54587 time:  0.03 s
17.29/17.38	c Removed useless bin:       0  fixed:     0  props:   0.97M  time:  0.03 s
17.50/17.58	c lits-rem:         6  cl-subs:       83  v-elim:      0  v-fix:    0  time:  0.20 s
17.61/17.64	c subs with bin:      201  lits-rem:       648  v-fix:    0  time:  0.03 s
17.69/17.73	c lits-rem:       536  cl-subs:      546  v-elim:      0  v-fix:    0  time:  0.07 s
17.69/17.75	c vivif2 --  cl tried   162515 cl shrink        0 lits rem          0 time: 0.02
17.69/17.76	c vivif2 --  cl tried    35592 cl shrink     2158 lits rem       3530 time: 0.01
17.99/18.03	c asymm  cl-useful: 9/162515/162515 lits-rem:9 time: 0.26
17.99/18.04	c calculated reachability. Time: 0.01
17.99/18.04	c  N dy   694    105331     54587    162515     44386     35591    650103    299020      6.01   no data
18.49/18.61	c  N dy   753    112052     54587    162515     44411     22952    650103    106158      6.08      8.50
19.09/19.14	c  N dy   812    119280     54587    162515     44431     30089    650103    196266      6.15      6.53
19.69/19.74	c  N dy   865    127012     54587    162515     44455     37708    650103    287027      6.19      6.73
20.29/20.35	c Finding binary XORs  T:     0.02 s  found:      34
20.39/20.42	c  N dy   910    135588     54587    162515     44490     46137    650103    378048      6.20      6.53
21.09/21.13	c  N dy   962    144923     54587    162515     44525     35697    650103    213365      6.21      6.67
21.79/21.90	c  N dy  1035    154223     54587    162515     44559     44880    650102    324787      6.26      6.63
22.19/22.22	c  S st  1067    157997     54587    162515     44572     48600    650102    370230      6.28   no data
22.29/22.32	c  S st  1067    158498     54587    162515     44581     49087    650102    374417      6.28   no data
22.29/22.34	c x-sub:     6 x-cut:      0 vfix:      0 v-elim:    200 locsubst:    10 time:   0.02
22.49/22.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:  142 Bins:    454 BRemL:     70 BRemN:      1 P:  4.5M T:  0.26
22.59/22.63	c Replacing      181 vars Replaced    10113 lits Time:     0.03 s 
22.59/22.66	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
22.59/22.68	c bin-w-bin subsume rem          248 bins  time:  0.01 s
22.69/22.74	c subs with bin:        4  lits-rem:         0  v-fix:    0  time:  0.06 s
22.69/22.78	c Subs w/ non-existent bins:      2 l-rem:      0 v-fix:     0 done:  54206 time:  0.04 s
22.78/22.80	c Removed useless bin:       0  fixed:     0  props:   0.97M  time:  0.03 s
22.88/23.01	c lits-rem:         3  cl-subs:      169  v-elim:      8  v-fix:    0  time:  0.20 s
22.99/23.07	c subs with bin:      596  lits-rem:       867  v-fix:    0  time:  0.03 s
23.10/23.17	c lits-rem:       627  cl-subs:      720  v-elim:      0  v-fix:    0  time:  0.08 s
23.10/23.19	c vivif2 --  cl tried   162347 cl shrink        0 lits rem          0 time: 0.02
23.18/23.20	c vivif2 --  cl tried    47362 cl shrink     2611 lits rem       4292 time: 0.02
23.38/23.50	c asymm  cl-useful: 9/162347/162347 lits-rem:9 time: 0.29
23.48/23.51	c calculated reachability. Time: 0.01
23.48/23.51	c  N dy  1067    158498     54198    162347     44361     47361    648335    357048      6.28   no data
24.28/24.32	c  N dy  1143    168713     54198    162347     44383     36374    648335    200186      6.32      6.88
25.08/25.20	c  N dy  1216    179619     54198    162347     44401     47174    648335    331414      6.35      6.76
26.19/26.29	c  N dy  1300    191166     54198    162347     44425     58603    648335    468589      6.39      6.89
27.29/27.37	c  N dy  1384    203435     54197    162347     44460     48698    648335    308308      6.42      7.45
28.50/28.54	c  N dy  1468    216507     54197    162347     44481     61625    648335    463587      6.44      8.29
29.71/29.74	c  N dy  1575    230336     54197    162347     44495     52109    648335    326571      6.48      7.80
30.39/30.49	c  S st  1630    237748     54196    162347     44511     59423    648335    412168      6.50   no data
30.49/30.57	c  S st  1630    238251     54196    162347     44512     59924    648335    417756      6.50   no data
30.49/30.59	c x-sub:     5 x-cut:      0 vfix:      0 v-elim:     79 locsubst:     8 time:   0.02
30.81/30.85	c Flit:     1 Blit:      0 bXBeca:    0 bXProp:   71 Bins:    183 BRemL:     51 BRemN:      0 P:  4.7M T:  0.26
30.81/30.89	c Replacing       75 vars Replaced     3880 lits Time:     0.04 s 
30.89/30.93	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
30.89/30.94	c bin-w-bin subsume rem           77 bins  time:  0.01 s
30.99/31.01	c subs with bin:        5  lits-rem:         0  v-fix:    0  time:  0.06 s
30.99/31.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  54041 time:  0.04 s
30.99/31.07	c Removed useless bin:       0  fixed:     0  props:   0.97M  time:  0.03 s
31.19/31.28	c lits-rem:         9  cl-subs:       66  v-elim:     10  v-fix:    0  time:  0.20 s
31.29/31.34	c subs with bin:      151  lits-rem:       535  v-fix:    0  time:  0.03 s
31.39/31.45	c lits-rem:       581  cl-subs:      593  v-elim:      0  v-fix:    0  time:  0.08 s
31.39/31.47	c vivif2 --  cl tried   162239 cl shrink        0 lits rem          0 time: 0.02
31.39/31.48	c vivif2 --  cl tried    59012 cl shrink     2681 lits rem       3898 time: 0.02
31.69/31.79	c asymm  cl-useful: 12/162239/162239 lits-rem:12 time: 0.31
31.69/31.81	c calculated reachability. Time: 0.01
31.69/31.81	c  N dy  1630    238251     54031    162239     44423     59011    647640    406610      6.50   no data
33.19/33.26	c  N dy  1738    253541     54031    162239     44446     49448    647640    262809      6.53      7.31
34.69/34.74	c  N dy  1843    269917     54030    162239     44473     65635    647640    461053      6.56      6.95
36.30/36.37	c  N dy  1970    287182     54030    162239     44496     57382    647639    329492      6.61      6.96
38.19/38.20	c Finding binary XORs  T:     0.02 s  found:      29
38.19/38.23	c  N dy  2110    305605     54030    162238     44522     75615    647630    561273      6.65      7.01
38.29/38.30	c  F st  2116    306250     54030    162238     44524     76254    647630    569132      6.66   no data
38.29/38.33	c Replacing       29 vars Replaced     5240 lits Time:     0.03 s 
40.38/40.45	c  N dy  2218    325124     54001    162238     44487     68453    647618    448394      6.68      7.05
42.48/42.50	c  N dy  2345    345227     54001    162238     44507     60965    647618    307271      6.71      7.16
43.59/43.68	c  S st  2441    357376     54001    162238     44514     73007    647618    461866      6.73   no data
43.79/43.81	c  S st  2441    357877     54001    162238     44517     73501    647618    466356      6.73   no data
43.79/43.84	c x-sub:     4 x-cut:      0 vfix:      0 v-elim:     99 locsubst:     2 time:   0.02
44.09/44.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:  101 Bins:    281 BRemL:     63 BRemN:      0 P:  5.0M T:  0.27
44.09/44.13	c Replacing      103 vars Replaced     4195 lits Time:     0.03 s 
44.09/44.17	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
44.09/44.18	c bin-w-bin subsume rem          176 bins  time:  0.01 s
44.19/44.25	c subs with bin:        2  lits-rem:         0  v-fix:    0  time:  0.06 s
44.19/44.29	c Subs w/ non-existent bins:      1 l-rem:      0 v-fix:     0 done:  53799 time:  0.04 s
44.29/44.31	c Removed useless bin:       1  fixed:     0  props:   0.98M  time:  0.03 s
44.49/44.52	c lits-rem:        27  cl-subs:      115  v-elim:      6  v-fix:    0  time:  0.21 s
44.49/44.59	c subs with bin:      260  lits-rem:       246  v-fix:    0  time:  0.03 s
44.69/44.70	c lits-rem:       611  cl-subs:      775  v-elim:      0  v-fix:    0  time:  0.09 s
44.69/44.72	c vivif2 --  cl tried   162124 cl shrink        0 lits rem          0 time: 0.02
44.69/44.74	c vivif2 --  cl tried    72253 cl shrink     2124 lits rem       3088 time: 0.02
45.00/45.06	c asymm  cl-useful: 11/162124/162124 lits-rem:11 time: 0.32
45.00/45.08	c calculated reachability. Time: 0.01
45.00/45.08	c  N dy  2441    357877     53793    162124     44351     72253    646211    454529      6.73   no data
47.20/47.27	c  N dy  2574    378070     53793    162124     44374     63363    646211    312402      6.76      7.24
49.09/49.17	c  N dy  2708    398575     53793    162124     44406     83627    646210    577895      6.79      7.19
51.19/51.23	c  N dy  2839    418643     53793    162124     44424     74346    646210    411656      6.81      7.17
53.39/53.44	c  N dy  2983    438648     53793    162124     44449     94143    646210    663452      6.84      7.92
55.49/55.59	c  N dy  3111    458711     53793    162124     44472     83668    646210    499335      6.86      7.23
57.79/57.82	c  N dy  3241    478727     53793    162124     44491    103411    646210    755353      6.88      7.30
59.88/59.99	c  N dy  3390    498837     53792    162124     44525     92045    646210    585560      6.91      7.30
62.39/62.42	c  N dy  3543    518867     53792    162124     44552     79656    646210    385761      6.94      7.35
64.29/64.39	c  S st  3663    536815     53792    162124     44574     97339    646210    609485      6.95      7.16
64.39/64.49	c  S st  3663    537315     53792    162124     44577     97832    646210    614410      6.95   no data
64.49/64.52	c x-sub:     1 x-cut:      0 vfix:      0 v-elim:     30 locsubst:     6 time:   0.02
64.69/64.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:  135 Bins:    430 BRemL:     97 BRemN:      1 P:  5.5M T:  0.28
64.80/64.86	c Replacing      138 vars Replaced     6062 lits Time:     0.05 s 
64.80/64.90	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
64.80/64.91	c bin-w-bin subsume rem          189 bins  time:  0.01 s
64.91/64.97	c subs with bin:        2  lits-rem:         0  v-fix:    0  time:  0.06 s
64.99/65.01	c Subs w/ non-existent bins:      1 l-rem:      0 v-fix:     0 done:  53624 time:  0.04 s
64.99/65.04	c Removed useless bin:       1  fixed:     0  props:   0.98M  time:  0.03 s
65.19/65.25	c lits-rem:        26  cl-subs:      117  v-elim:      1  v-fix:    0  time:  0.21 s
65.29/65.33	c subs with bin:      568  lits-rem:       606  v-fix:    0  time:  0.04 s
65.39/65.47	c lits-rem:      1415  cl-subs:     1504  v-elim:      0  v-fix:    0  time:  0.12 s
65.39/65.49	c vivif2 --  cl tried   162002 cl shrink        0 lits rem          0 time: 0.02
65.49/65.52	c vivif2 --  cl tried    95429 cl shrink     2606 lits rem       3819 time: 0.03
65.79/65.88	c asymm  cl-useful: 7/162002/162002 lits-rem:7 time: 0.36
65.79/65.90	c calculated reachability. Time: 0.01
65.79/65.90	c  N dy  3663    537315     53623    162002     44468     95428    645317    593843      6.95   no data
65.90/65.92	c Finding binary XORs  T:     0.02 s  found:      12
68.21/68.24	c  N dy  3794    557348     53623    162002     44490    115232    645317    856969      6.97      7.60
70.41/70.44	c  N dy  3937    577529     53622    162002     44508    100834    645316    649947      7.00      7.41
72.88/72.96	c  N dy  4071    597943     53621    162002     44534     86697    645316    422143      7.01      7.43
75.08/75.18	c  N dy  4212    618011     53621    162002     44549    106506    645316    681005      7.03      7.44
77.48/77.51	c  N dy  4337    638080     53621    162002     44569     91147    645316    447132      7.04      7.47
79.88/79.90	c  N dy  4490    658103     53621    162002     44578    110973    645316    707687      7.06      8.18
82.29/82.31	c  N dy  4627    678183     53621    162002     44585     94728    645316    460146      7.07      9.05
84.60/84.68	c  N dy  4766    698202     53620    162002     44599    114532    645316    727112      7.09      8.12
87.09/87.14	c  N dy  4905    718249     53620    162002     44610    134348    645316    994840      7.11     10.17
89.49/89.55	c  N dy  5034    738307     53620    162002     44623    116923    645316    720073      7.12      7.73
91.89/91.91	c  N dy  5144    758408     53619    162002     44637    136710    645316    968591      7.13      9.01
94.39/94.44	c  N dy  5275    778542     53619    162002     44651    118934    645316    706226      7.14      7.58
96.89/96.91	c  N dy  5398    798600     53619    162002     44661    138776    645315    968679      7.14      7.52
97.79/97.88	c  S st  5448    805974     53619    162002     44666    146044    645315   1065333      7.15   no data
97.98/98.02	c  S st  5448    806476     53619    162002     44667    146540    645315   1070520      7.15   no data
97.98/98.05	c x-sub:     3 x-cut:      0 vfix:      0 v-elim:     54 locsubst:    24 time:   0.03
98.28/98.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:  107 Bins:    187 BRemL:     62 BRemN:      1 P:  6.7M T:  0.32
98.38/98.43	c Replacing      131 vars Replaced    10126 lits Time:     0.06 s 
98.38/98.47	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
98.38/98.48	c bin-w-bin subsume rem          137 bins  time:  0.01 s
98.48/98.55	c subs with bin:        2  lits-rem:         0  v-fix:    0  time:  0.06 s
98.48/98.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  53434 time:  0.04 s
98.59/98.62	c Removed useless bin:       0  fixed:     0  props:   1.00M  time:  0.03 s
98.79/98.84	c lits-rem:        28  cl-subs:      146  v-elim:    599  v-fix:    0  time:  0.23 s
98.90/98.95	c subs with bin:      545  lits-rem:      1370  v-fix:    0  time:  0.05 s
99.19/99.25	c lits-rem:      2711  cl-subs:     2605  v-elim:      0  v-fix:    0  time:  0.27 s
99.19/99.27	c vivif2 --  cl tried   161447 cl shrink        7 lits rem          7 time: 0.02
99.29/99.32	c vivif2 --  cl tried   143127 cl shrink     5864 lits rem       8859 time: 0.05
99.59/99.65	c asymm  cl-useful: 34/97773/161447 lits-rem:64 time: 0.33
99.59/99.67	c calculated reachability. Time: 0.01
99.59/99.67	c  N dy  5448    806476     52835    161441     43616    143127    640957   1031075      7.15   no data
102.31/102.36	c  N dy  5596    826553     52835    161441     43628    123039    640957    741327      7.17      7.65
104.99/105.08	c  N dy  5735    846726     52835    161441     43653    142993    640957   1006022      7.18      7.58
107.59/107.61	c  N dy  5852    866889     52835    161441     43668    123138    640957    698620      7.18      7.83
110.29/110.34	c  N dy  5997    886953     52835    161441     43679    143029    640957    971928      7.20      9.00
112.98/113.00	c  N dy  6124    906998     52835    161441     43695    121778    640957    650113      7.21      8.74
115.28/115.40	c  N dy  6250    927137     52835    161441     43722    141663    640957    916935      7.22      7.60
117.78/117.81	c  N dy  6357    947163     52835    161441     43731    161421    640957   1189104      7.22      7.66
120.49/120.51	c  N dy  6491    967224     52835    161441     43741    139348    640956    847431      7.23      7.76
123.29/123.34	c  N dy  6629    987294     52835    161441     43757    159202    640956   1120022      7.25      7.63
125.89/125.99	c  N dy  6744   1007552     52835    161441     43776    136389    640956    766864      7.25      7.69
128.59/128.65	c  N dy  6874   1027570     52835    161441     43789    156178    640956   1036488      7.26      8.23
131.69/131.71	c  N dy  7025   1047656     52835    161441     43806    132377    640956    676388      7.27      9.54
134.21/134.25	c  N dy  7140   1067687     52835    161441     43822    152173    640956    949402      7.28      8.04
134.69/134.79	c  F st  7161   1071875     52835    161441     43824    156313    640956   1002666      7.28   no data
137.18/137.29	c  N dy  7232   1087715     52834    161441     43849    171974    640955   1232052      7.28      7.93
139.78/139.86	c  N dy  7338   1107756     52834    161441     43868    146917    640955    826552      7.28      8.12
142.68/142.71	c  N dy  7484   1127846     52834    161441     43887    166781    640955   1100583      7.29      7.69
145.78/145.89	c  N dy  7614   1147918     52834    161441     43910    141032    640954    716155      7.30      9.18
148.50/148.56	c  N dy  7745   1167938     52834    161441     43926    160835    640954    993165      7.31      8.47
151.38/151.42	c  N dy  7865   1187951     52834    161441     43948    180470    640954   1249481      7.32      8.83
154.29/154.37	c  N dy  7992   1207966     52834    161441     43968    153761    640954    848888      7.32      7.96
154.59/154.64	c  S st  8004   1209714     52834    161441     43970    155497    640954    871497      7.32   no data
154.68/154.78	c  S st  8004   1210215     52834    161441     43975    155991    640954    876827      7.32   no data
154.78/154.81	c x-sub:    12 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
155.10/155.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:  222 Bins:    461 BRemL:     85 BRemN:      0 P:  6.7M T:  0.32
155.10/155.19	c Replacing      222 vars Replaced    13984 lits Time:     0.06 s 
155.18/155.23	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
155.18/155.24	c bin-w-bin subsume rem          288 bins  time:  0.01 s
155.28/155.30	c subs with bin:        3  lits-rem:         0  v-fix:    0  time:  0.06 s
155.28/155.34	c Subs w/ non-existent bins:      1 l-rem:      0 v-fix:     0 done:  52612 time:  0.04 s
155.28/155.37	c Removed useless bin:       1  fixed:     0  props:   0.98M  time:  0.03 s
155.58/155.60	c lits-rem:        37  cl-subs:      193  v-elim:     12  v-fix:    0  time:  0.23 s
155.68/155.70	c subs with bin:     1128  lits-rem:      1125  v-fix:    0  time:  0.04 s
155.78/155.89	c lits-rem:      2003  cl-subs:     2473  v-elim:      0  v-fix:    0  time:  0.17 s
155.88/155.91	c vivif2 --  cl tried   161220 cl shrink        0 lits rem          0 time: 0.02
155.88/155.95	c vivif2 --  cl tried   151101 cl shrink     1990 lits rem       3105 time: 0.04
155.98/156.07	c asymm  cl-useful: 0/63447/161220 lits-rem:0 time: 0.12
155.98/156.09	c calculated reachability. Time: 0.01
155.98/156.09	c  N dy  8004   1210215     52600    161220     43631    151100    639558    843834      7.32   no data
156.09/156.12	c Finding binary XORs  T:     0.03 s  found:      12
159.18/159.20	c  N dy  8155   1230272     52600    161220     43643    170964    639558   1121772      7.33      7.95
162.18/162.21	c  N dy  8277   1251100     52600    161220     43653    191473    639558   1401135      7.34      7.76
164.78/164.88	c  N dy  8379   1271122     52600    161220     43672    160770    639558    937033      7.34      8.29
167.78/167.82	c  N dy  8510   1291157     52600    161220     43680    180592    639557   1215115      7.35      8.66
170.89/170.95	c  N dy  8638   1311192     52600    161220     43696    151678    639557    783123      7.36      7.81
173.80/173.84	c  N dy  8764   1331252     52600    161220     43704    171511    639557   1055028      7.36      8.65
176.78/176.88	c  N dy  8894   1351296     52600    161220     43720    191313    639557   1330854      7.37      7.76
179.58/179.62	c  N dy  9011   1371383     52600    161220     43740    161687    639557    879236      7.37      7.80
182.38/182.48	c  N dy  9132   1391447     52600    161220     43757    181540    639557   1146747      7.38      7.80
185.58/185.64	c  N dy  9264   1411779     52599    161220     43777    201571    639557   1414480      7.38      7.79
188.28/188.38	c  N dy  9375   1432016     52599    161220     43800    171903    639557    975526      7.39      7.82
191.29/191.38	c  N dy  9499   1452119     52599    161220     43817    191750    639557   1241689      7.39      7.80
194.38/194.46	c  N dy  9635   1472269     52599    161220     43837    211580    639557   1517859      7.40      7.88
197.38/197.45	c  N dy  9757   1492297     52599    161220     43845    180325    639557   1040539      7.40      7.80
200.58/200.65	c  N dy  9898   1512336     52599    161220     43859    200183    639557   1321529      7.41      9.21
203.78/203.86	c  N dy 10040   1532485     52599    161220     43867    220113    639557   1606037      7.42      7.83
206.88/206.93	c  N dy 10161   1552747     52599    161220     43883    187515    639557   1093854      7.42      8.53
210.10/210.19	c  N dy 10294   1572901     52599    161220     43893    207412    639556   1365854      7.42      7.98
213.68/213.78	c  N dy 10437   1592993     52599    161220     43899    227300    639556   1643403      7.43      7.84
216.70/216.72	c  N dy 10563   1613304     52599    161220     43913    194175    639556   1155463      7.43      7.94
219.88/220.01	c  N dy 10703   1633387     52599    161220     43926    214048    639556   1432670      7.44      8.78
223.29/223.31	c  N dy 10825   1653425     52599    161220     43936    233843    639556   1716289      7.45      7.89
226.28/226.39	c  N dy 10952   1673459     52599    161220     43948    199111    639556   1184308      7.45      7.85
229.48/229.59	c  N dy 11082   1693505     52599    161220     43959    218921    639556   1461463      7.46      7.85
232.18/232.29	c  S st 11188   1710216     52599    161220     43974    235337    639556   1681096      7.46   no data
232.38/232.47	c  S st 11188   1710719     52599    161220     43975    235837    639556   1686621      7.46   no data
232.48/232.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:    12 time:   0.03
232.78/232.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:  100 Bins:    152 BRemL:     85 BRemN:      1 P:  8.6M T:  0.37
232.88/232.96	c Replacing      118 vars Replaced    17915 lits Time:     0.08 s 
232.98/233.00	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
232.98/233.01	c bin-w-bin subsume rem           87 bins  time:  0.01 s
232.98/233.08	c subs with bin:        8  lits-rem:         0  v-fix:    0  time:  0.06 s
233.08/233.12	c Subs w/ non-existent bins:      1 l-rem:      0 v-fix:     0 done:  52481 time:  0.04 s
233.08/233.15	c Removed useless bin:       0  fixed:     0  props:   0.99M  time:  0.03 s
233.28/233.39	c lits-rem:         0  cl-subs:       96  v-elim:      4  v-fix:    0  time:  0.24 s
233.48/233.56	c subs with bin:     1487  lits-rem:      1708  v-fix:    0  time:  0.07 s
233.99/234.08	c lits-rem:      4882  cl-subs:     4663  v-elim:      0  v-fix:    0  time:  0.49 s
234.09/234.10	c vivif2 --  cl tried   161113 cl shrink        0 lits rem          0 time: 0.02
234.09/234.18	c vivif2 --  cl tried   228215 cl shrink     8067 lits rem      12102 time: 0.09
234.49/234.51	c asymm  cl-useful: 16/68866/161113 lits-rem:16 time: 0.32
234.49/234.53	c calculated reachability. Time: 0.01
234.49/234.53	c  N dy 11188   1710719     52477    161113     43733    228214    639054   1612592      7.46   no data
237.99/238.00	c  N dy 11318   1730769     52477    161113     43743    190204    639054   1051543      7.46     10.17
240.79/240.90	c  N dy 11417   1751553     52477    161113     43762    210554    639054   1314312      7.46      7.90
243.98/244.03	c  N dy 11540   1771570     52477    161113     43782    230290    639054   1587534      7.47      9.42
247.58/247.65	c  N dy 11686   1791616     52477    161113     43797    194130    639054   1066561      7.47      9.31
250.88/250.94	c  N dy 11808   1812222     52477    161113     43806    214477    639054   1340213      7.48      8.05
254.28/254.37	c  N dy 11948   1832306     52477    161113     43822    234349    639054   1620867      7.48      9.45
257.68/257.78	c  N dy 12076   1852351     52477    161113     43839    196802    639054   1060982      7.49      7.89
260.98/261.09	c  N dy 12214   1872372     52477    161113     43855    216614    639054   1349098      7.49      8.51
264.48/264.57	c  N dy 12343   1892462     52477    161113     43860    236503    639054   1629283      7.50      7.93
268.08/268.11	c  N dy 12477   1912660     52477    161113     43874    198094    639054   1039543      7.50      7.94
271.28/271.32	c  N dy 12619   1932685     52477    161113     43889    217806    639054   1312830      7.51      7.92
274.79/274.80	c  N dy 12736   1952737     52477    161113     43904    237560    639054   1578813      7.51      7.91
278.39/278.45	c  N dy 12856   1972758     52477    161113     43914    257198    639054   1838855      7.51      8.17
281.78/281.89	c  N dy 12987   1992824     52477    161113     43922    218531    639054   1277586      7.52      8.13
285.28/285.35	c  N dy 13119   2012957     52477    161113     43931    238439    639054   1556400      7.52      8.00
289.08/289.14	c  N dy 13251   2033136     52477    161113     43942    258340    639054   1838987      7.53      8.07
292.60/292.69	c  N dy 13372   2053199     52477    161113     43952    218028    639054   1225766      7.53     10.04
296.38/296.43	c  N dy 13514   2073284     52477    161113     43964    237930    639054   1505795      7.54      7.97
300.19/300.30	c  N dy 13663   2093289     52477    161113     43972    257715    639054   1788086      7.54      8.69
304.18/304.22	c  N dy 13795   2113514     52477    161113     43985    216853    639054   1174612      7.55      7.98
307.48/307.50	c  N dy 13923   2133522     52477    161113     44006    236609    639054   1446263      7.55     10.83
311.08/311.17	c  N dy 14071   2153778     52477    161113     44027    256600    639054   1732544      7.55      8.01
314.98/315.05	c  N dy 14211   2174165     52477    161113     44040    276797    639054   2025914      7.56      8.23
318.58/318.67	c  N dy 14354   2194188     52477    161113     44047    234898    639054   1381421      7.56      8.67
321.68/321.79	c  S st 14474   2210719     52477    161113     44054    251271    639054   1613650      7.57      6.57
321.88/321.99	c  S st 14474   2211219     52477    161113     44058    251764    639054   1618468      7.57   no data
321.98/322.02	c x-sub:     6 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
322.38/322.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:  108 Bins:    254 BRemL:     84 BRemN:      0 P:  9.0M T:  0.39
322.38/322.46	c Replacing      108 vars Replaced    15134 lits Time:     0.05 s 
322.48/322.50	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
322.48/322.52	c bin-w-bin subsume rem           62 bins  time:  0.01 s
322.48/322.58	c subs with bin:        2  lits-rem:         0  v-fix:    0  time:  0.07 s
322.59/322.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  52369 time:  0.04 s
322.59/322.65	c Removed useless bin:       0  fixed:     0  props:   1.00M  time:  0.03 s
322.89/322.91	c lits-rem:        31  cl-subs:       81  v-elim:      1  v-fix:    0  time:  0.25 s
322.99/323.07	c subs with bin:     1539  lits-rem:      1298  v-fix:    0  time:  0.06 s
323.40/323.47	c lits-rem:      3858  cl-subs:     3681  v-elim:      0  v-fix:    0  time:  0.38 s
323.40/323.49	c vivif2 --  cl tried   161028 cl shrink        0 lits rem          0 time: 0.02
323.48/323.58	c vivif2 --  cl tried   245031 cl shrink     5379 lits rem       8237 time: 0.08
323.78/323.84	c asymm  cl-useful: 0/92162/161028 lits-rem:0 time: 0.26
323.78/323.87	c calculated reachability. Time: 0.01
323.78/323.87	c  N dy 14474   2211219     52368    161028     43969    245031    638623   1561904      7.57   no data
323.78/323.90	c Finding binary XORs  T:     0.03 s  found:       7
327.58/327.67	c  N dy 14599   2231352     52368    161028     43980    264900    638623   1837847      7.57      8.04
331.88/331.91	c  N dy 14733   2251394     52368    161028     43995    218010    638623   1140722      7.58     10.72
335.58/335.60	c  N dy 14873   2272009     52368    161028     44010    238356    638623   1435391      7.58      8.00
338.89/338.96	c  N dy 14983   2292063     52368    161028     44017    258087    638623   1707490      7.58      8.16
342.68/342.72	c  N dy 15107   2312084     52368    161028     44023    277817    638623   1981797      7.58      8.04
346.39/346.46	c  N dy 15225   2332105     52368    161028     44041    234010    638623   1317444      7.59      8.02
349.58/349.67	c  N dy 15337   2352680     52368    161028     44055    254155    638623   1582878      7.59      8.07
353.48/353.55	c  N dy 15468   2372841     52368    161028     44068    273995    638623   1851335      7.59      8.12
357.39/357.48	c  N dy 15585   2392846     52368    161028     44081    229786    638623   1211166      7.59      8.08
360.98/361.06	c  N dy 15709   2412853     52368    161028     44091    249582    638623   1491360      7.59      9.55
364.68/364.76	c  N dy 15845   2432898     52368    161028     44100    269427    638623   1771709      7.60     11.11
368.50/368.53	c  N dy 15964   2452955     52368    161028     44109    289143    638623   2043306      7.60      8.01
371.98/372.00	c  N dy 16068   2473040     52368    161028     44134    243684    638623   1351618      7.60      8.57
375.68/375.70	c  N dy 16191   2493102     52368    161028     44156    263267    638623   1614458      7.60      8.70
379.18/379.24	c  N dy 16302   2513109     52367    161028     44170    283024    638623   1890868      7.60      8.07
382.98/383.08	c  N dy 16418   2533224     52366    161028     44189    302866    638623   2164507      7.60      8.05
386.98/387.01	c  N dy 16538   2553302     52364    161028     44209    256409    638623   1479978      7.60      8.01
390.50/390.54	c  N dy 16647   2573392     52364    161028     44232    276099    638623   1739752      7.60      8.28
393.98/394.02	c  N dy 16764   2593540     52364    161028     44251    295866    638622   2010286      7.60      8.01
398.38/398.40	c  N dy 16894   2614379     52364    161028     44264    249496    638622   1343668      7.61      8.14
402.38/402.50	c  N dy 17008   2634462     52363    161028     44284    269328    638622   1609880      7.61      8.06
406.48/406.52	c  N dy 17140   2654501     52363    161028     44312    289140    638622   1887104      7.61      8.36
410.48/410.55	c  N dy 17259   2674630     52363    161028     44327    308950    638622   2157504      7.61      8.08
413.99/414.02	c  N dy 17357   2694763     52363    161028     44345    261047    638622   1447117      7.61      8.02
417.18/417.24	c  S st 17452   2711219     52363    161028     44364    277230    638622   1665372      7.61      7.77
417.38/417.47	c  S st 17452   2711719     52363    161028     44372    277722    638622   1671030      7.61   no data
417.48/417.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
417.89/417.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:  166 Bins:    224 BRemL:     94 BRemN:      0 P:  9.5M T:  0.40
417.89/418.00	c Replacing      173 vars Replaced    21598 lits Time:     0.08 s 
418.00/418.04	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
418.00/418.05	c bin-w-bin subsume rem          126 bins  time:  0.01 s
418.08/418.12	c subs with bin:        2  lits-rem:         0  v-fix:    0  time:  0.07 s
418.08/418.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  52190 time:  0.04 s
418.08/418.19	c Removed useless bin:       0  fixed:     0  props:   1.01M  time:  0.03 s
418.38/418.45	c lits-rem:        17  cl-subs:      130  v-elim:     26  v-fix:    0  time:  0.26 s
418.58/418.62	c subs with bin:     2210  lits-rem:      1506  v-fix:    0  time:  0.06 s
418.88/418.98	c lits-rem:      3922  cl-subs:     4507  v-elim:      0  v-fix:    0  time:  0.34 s
418.99/419.01	c vivif2 --  cl tried   160791 cl shrink        0 lits rem          0 time: 0.02
418.99/419.09	c vivif2 --  cl tried   268554 cl shrink     3837 lits rem       5773 time: 0.09
419.38/419.41	c asymm  cl-useful: 18/60605/160791 lits-rem:18 time: 0.32
419.38/419.44	c calculated reachability. Time: 0.01
419.38/419.44	c  N dy 17452   2711719     52164    160791     44035    268553    637530   1602045      7.61   no data
422.99/423.04	c  N dy 17548   2731776     52164    160791     44056    288148    637530   1856153      7.61      9.45
427.39/427.41	c  N dy 17680   2752037     52164    160791     44089    308066    637530   2133591      7.62      8.03
431.28/431.34	c  N dy 17786   2772095     52164    160791     44107    255442    637530   1371648      7.62      9.00
435.49/435.52	c  N dy 17899   2792330     52164    160791     44126    275471    637530   1642038      7.62      8.03
438.90/438.97	c  N dy 17991   2812699     52164    160791     44140    295477    637530   1901274      7.62      8.02
442.79/442.86	c  N dy 18113   2832714     52164    160791     44148    315192    637529   2176759      7.62      8.11
446.99/447.02	c  N dy 18237   2852779     52164    160791     44161    265476    637529   1463462      7.62      9.42
451.00/451.02	c  N dy 18367   2872809     52164    160791     44186    285220    637529   1733059      7.62      8.05
455.48/455.53	c  N dy 18500   2892923     52163    160791     44201    305142    637529   2010373      7.62      8.10
458.28/458.34	c Finding binary XORs  T:     0.03 s  found:      47
459.58/459.64	c  N dy 18615   2912986     52163    160789     44218    324800    637515   2273266      7.62      8.03
463.29/463.38	c  N dy 18710   2933023     52163    160789     44236    274302    637515   1525340      7.62      8.50
467.18/467.25	c  N dy 18838   2953133     52163    160789     44250    294162    637515   1802204      7.62      8.31
471.48/471.54	c  N dy 18953   2973186     52163    160789     44269    313980    637515   2072638      7.63      8.04
475.78/475.87	c  N dy 19076   2993229     52163    160789     44285    333708    637515   2338880      7.63      8.06
479.79/479.84	c  N dy 19186   3013249     52163    160789     44312    282488    637515   1578773      7.63      8.04
483.69/483.75	c  N dy 19290   3033336     52163    160789     44329    302346    637515   1850746      7.63      9.86
487.79/487.82	c  N dy 19394   3053343     52163    160789     44345    322090    637515   2115249      7.63      8.12
492.19/492.20	c  N dy 19532   3073693     52163    160789     44351    342221    637515   2404205      7.63      8.07
495.99/496.11	c  N dy 19655   3093726     52163    160789     44366    289646    637515   1627901      7.63     10.83
499.79/499.83	c  N dy 19769   3113833     52163    160789     44380    309501    637515   1907401      7.64      8.08
503.69/503.79	c  N dy 19874   3133867     52163    160789     44407    329159    637515   2174215      7.64      8.04
508.29/508.35	c  N dy 19994   3153868     52162    160789     44428    348844    637515   2441084      7.64      8.04
512.18/512.22	c  N dy 20108   3173956     52162    160789     44442    296153    637515   1661680      7.64      8.05
515.98/516.00	c  N dy 20235   3193974     52162    160789     44463    315904    637515   1947994      7.64      8.07
519.29/519.35	c  S st 20328   3211721     52162    160789     44481    333375    637515   2208142      7.64   no data
519.49/519.57	c  S st 20328   3212221     52160    160789     44488    333852    637515   2213052      7.64   no data
519.59/519.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     6 time:   0.04
519.99/520.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:  129 Bins:    316 BRemL:    105 BRemN:      0 P: 10.9M T:  0.45
520.08/520.16	c Replacing      179 vars Replaced    21032 lits Time:     0.10 s 
520.19/520.21	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
520.19/520.21	c bin-w-bin subsume rem          144 bins  time:  0.01 s
520.19/520.28	c subs with bin:        6  lits-rem:         0  v-fix:    0  time:  0.07 s
520.30/520.32	c Subs w/ non-existent bins:      1 l-rem:      0 v-fix:     0 done:  51981 time:  0.04 s
520.30/520.35	c Removed useless bin:       0  fixed:     0  props:   1.02M  time:  0.03 s
520.58/520.63	c lits-rem:        47  cl-subs:      115  v-elim:     10  v-fix:    0  time:  0.28 s
520.78/520.85	c subs with bin:     2271  lits-rem:      2577  v-fix:    0  time:  0.08 s
521.40/521.41	c lits-rem:      5098  cl-subs:     5139  v-elim:      0  v-fix:    0  time:  0.54 s
521.40/521.43	c vivif2 --  cl tried   160642 cl shrink        4 lits rem          4 time: 0.02
521.48/521.56	c vivif2 --  cl tried   324265 cl shrink     7765 lits rem      12137 time: 0.12
521.88/521.90	c asymm  cl-useful: 0/86589/160642 lits-rem:0 time: 0.34
521.88/521.93	c calculated reachability. Time: 0.01
521.88/521.93	c  N dy 20328   3212221     51971    160642     44227    324265    636682   2128860      7.64   no data
526.38/526.48	c  N dy 20463   3232241     51971    160642     44243    344044    636682   2406599      7.64      8.14
530.89/530.91	c  N dy 20573   3252647     51971    160642     44263    285278    636682   1507663      7.64      8.09
534.88/534.99	c  N dy 20685   3272685     51971    160642     44279    305076    636682   1791818      7.65      8.89
539.29/539.30	c  N dy 20805   3292998     51971    160642     44299    325158    636682   2071532      7.65      8.07
543.29/543.38	c  N dy 20923   3313088     51971    160642     44319    344908    636682   2342155      7.65      9.13
547.98/548.06	c  N dy 21068   3333140     51971    160642     44330    364734    636681   2631281      7.65      8.08
552.58/552.62	c  N dy 21202   3353269     51971    160642     44341    309488    636681   1790540      7.66      8.13
556.60/556.69	c  N dy 21332   3373349     51971    160642     44356    329359    636681   2074330      7.66      8.41
560.69/560.78	c  N dy 21456   3393611     51971    160642     44372    349379    636681   2354899      7.66      8.27
565.79/565.80	c  N dy 21594   3413835     51971    160642     44390    369334    636681   2633528      7.66      8.15
570.48/570.55	c  N dy 21722   3434175     51971    160642     44408    313420    636681   1794801      7.66      8.14
573.78/573.86	c Finding binary XORs  T:     0.03 s  found:      49
574.79/574.81	c  N dy 21855   3454503     51971    160642     44425    333492    636681   2078287      7.67      8.14
579.29/579.38	c  N dy 21973   3474525     51971    160642     44437    353312    636681   2359081      7.67      8.09
584.19/584.28	c  N dy 22101   3494547     51971    160642     44452    373117    636681   2639407      7.67      8.28
588.89/588.90	c  N dy 22217   3514919     51971    160642     44472    315514    636681   1749483      7.67      8.15
593.69/593.73	c  N dy 22352   3535099     51971    160642     44488    335429    636681   2025076      7.67      8.09
598.98/599.01	c  N dy 22482   3557835     51971    160642     44496    357940    636681   2349344      7.67      8.09
603.58/603.62	c  N dy 22601   3578001     51971    160642     44509    377882    636681   2630823      7.67      8.08
608.31/608.39	c  N dy 22734   3598004     51971    160642     44537    319446    636681   1756884      7.68      8.46
612.99/613.01	c  N dy 22862   3618034     51971    160642     44550    339205    636681   2038614      7.68      8.86
617.99/618.00	c  N dy 22994   3638120     51971    160642     44571    359122    636681   2317489      7.68      8.12
623.09/623.12	c  N dy 23124   3658163     51971    160642     44586    378959    636681   2591613      7.68      8.11
628.19/628.21	c  N dy 23239   3678179     51970    160642     44607    319462    636681   1707632      7.68      8.18
632.58/632.68	c  N dy 23364   3698234     51970    160642     44614    339341    636681   1985694      7.69      8.09
635.49/635.55	c  S st 23448   3712221     51970    160642     44626    353179    636681   2179608      7.69   no data
635.70/635.79	c  S st 23448   3712722     51970    160642     44627    353676    636681   2185074      7.69   no data
635.81/635.84	c x-sub:     3 x-cut:      0 vfix:      0 v-elim:      0 locsubst:    20 time:   0.04
636.29/636.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:   88 Bins:    229 BRemL:    113 BRemN:      1 P: 11.3M T:  0.46
636.39/636.40	c Replacing      147 vars Replaced    14291 lits Time:     0.10 s 
636.39/636.44	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
636.39/636.46	c bin-w-bin subsume rem          106 bins  time:  0.01 s
636.49/636.53	c subs with bin:        4  lits-rem:         0  v-fix:    0  time:  0.07 s
636.49/636.57	c Subs w/ non-existent bins:      1 l-rem:      0 v-fix:     0 done:  51823 time:  0.04 s
636.59/636.60	c Removed useless bin:       0  fixed:     0  props:   1.03M  time:  0.03 s
636.80/636.88	c lits-rem:         0  cl-subs:       79  v-elim:      4  v-fix:    0  time:  0.28 s
636.99/637.09	c subs with bin:     1609  lits-rem:      1099  v-fix:    0  time:  0.07 s
637.49/637.55	c lits-rem:      3838  cl-subs:     4192  v-elim:      0  v-fix:    0  time:  0.44 s
637.49/637.57	c vivif2 --  cl tried   160554 cl shrink        0 lits rem          0 time: 0.02
637.59/637.69	c vivif2 --  cl tried   346325 cl shrink     5449 lits rem       8205 time: 0.12
637.69/637.74	c asymm  cl-useful: 0/13360/160554 lits-rem:0 time: 0.05
637.69/637.77	c calculated reachability. Time: 0.01
637.69/637.77	c  N dy 23448   3712722     51819    160554     44369    346325    636194   2125178      7.69   no data
642.69/642.79	c  N dy 23581   3732771     51819    160554     44383    366141    636194   2402450      7.69      8.19
647.09/647.13	c  F st 23675   3751562     51819    160554     44390    384708    636194   2659674      7.69   no data
647.90/647.93	c  N st 23679   3753594     51819    160554     44390    386724    636194   2687281      7.69   no data
652.89/652.94	c  N dy 23795   3773633     51819    160554     44399    321986    636194   1732837      7.69      9.48
657.19/657.27	c  N dy 23914   3794686     51819    160554     44416    342683    636194   2012260      7.69      8.15
661.99/662.05	c  N dy 24050   3814853     51819    160554     44427    362612    636194   2294933      7.69      8.10
666.99/667.05	c  N dy 24175   3834970     51819    160554     44452    382469    636194   2573095      7.69      8.10
672.29/672.31	c  N dy 24300   3854972     51819    160554     44473    402167    636194   2846200      7.70      8.99
677.39/677.47	c  N dy 24426   3875156     51819    160554     44484    341539    636194   1947607      7.70      8.14
681.49/681.55	c  N dy 24533   3895527     51819    160554     44493    361615    636194   2222136      7.70      8.11
686.41/686.43	c  N dy 24659   3915539     51819    160554     44504    381397    636194   2496332      7.70     10.89
691.49/691.59	c  N dy 24795   3935601     51819    160554     44517    401264    636194   2784791      7.70      8.12
696.99/697.07	c  N dy 24924   3956004     51819    160554     44532    339377    636194   1861080      7.70      8.18
701.99/702.07	c  N dy 25064   3976070     51819    160554     44549    359183    636194   2135413      7.71      8.25
706.79/706.81	c  N dy 25179   3996108     51819    160554     44573    378980    636194   2413107      7.71      8.16
711.39/711.40	c  N dy 25295   4016162     51819    160554     44587    398735    636194   2697302      7.71      8.66
717.10/717.16	c  N dy 25442   4036524     51819    160554     44601    418855    636194   2985994      7.71      8.17
721.89/721.96	c  N dy 25552   4056623     51819    160554     44619    356212    636194   2038467      7.71      8.20
726.79/726.84	c  N dy 25670   4076647     51818    160554     44644    375967    636194   2312119      7.71      8.45
731.79/731.81	c  N dy 25787   4096690     51818    160554     44662    395783    636194   2595052      7.71      9.26
737.19/737.25	c  N dy 25919   4116727     51818    160554     44682    415591    636194   2876505      7.72      8.24
742.89/742.94	c  N dy 26048   4136785     51818    160554     44700    351143    636194   1908014      7.72      8.31
747.19/747.23	c  N dy 26163   4156793     51818    160554     44713    370912    636194   2195196      7.72      8.14
751.49/751.58	c  N dy 26287   4176863     51818    160554     44725    390667    636194   2480381      7.72      8.49
752.41/752.46	c Finding binary XORs  T:     0.03 s  found:      78
756.29/756.36	c  N dy 26415   4196953     51818    160553     44740    410397    636185   2763572      7.72      8.61
760.11/760.19	c  S st 26520   4212722     51818    160553     44748    425905    636185   2989619      7.72      6.51
760.39/760.47	c  S st 26520   4213222     51818    160553     44757    426393    636185   2994460      7.72   no data
760.49/760.52	c x-sub:    10 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     2 time:   0.05
760.99/761.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:   99 Bins:    497 BRemL:    135 BRemN:      0 P: 13.2M T:  0.52
761.10/761.12	c Replacing      178 vars Replaced    26608 lits Time:     0.07 s 
761.10/761.16	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
761.10/761.17	c bin-w-bin subsume rem          206 bins  time:  0.01 s
761.21/761.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.07 s
761.21/761.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  51640 time:  0.04 s
761.29/761.32	c Removed useless bin:       1  fixed:     0  props:   1.03M  time:  0.03 s
761.59/761.62	c lits-rem:         0  cl-subs:      117  v-elim:      1  v-fix:    0  time:  0.30 s
761.89/761.91	c subs with bin:     2023  lits-rem:      3664  v-fix:    0  time:  0.11 s
763.00/763.05	c lits-rem:      6446  cl-subs:     7313  v-elim:      0  v-fix:    0  time:  1.12 s
763.00/763.07	c vivif2 --  cl tried   160435 cl shrink        0 lits rem          0 time: 0.02
763.20/763.25	c vivif2 --  cl tried   415225 cl shrink    11716 lits rem      18339 time: 0.17
763.50/763.57	c asymm  cl-useful: 24/45644/160435 lits-rem:24 time: 0.32
763.59/763.60	c calculated reachability. Time: 0.01
763.59/763.60	c  N dy 26520   4213222     51639    160435     44587    415224    635372   2877999      7.72   no data
768.39/768.49	c  N dy 26608   4233291     51639    160435     44600    434973    635372   3144838      7.72      8.35
773.79/773.85	c  N dy 26746   4253377     51639    160435     44609    366289    635372   2113842      7.73      8.27
777.71/777.79	c  N dy 26836   4273576     51639    160435     44629    386199    635372   2402896      7.72      8.15
783.39/783.47	c  N dy 26991   4293646     51639    160435     44642    406115    635372   2699140      7.73      8.22
788.71/788.72	c  N dy 27134   4313700     51639    160435     44652    425985    635372   2994609      7.73      8.18
793.80/793.88	c  N dy 27273   4333778     51639    160435     44666    359625    635372   1965781      7.73      8.41
798.50/798.52	c  N dy 27395   4353862     51639    160435     44679    379475    635372   2250263      7.73      8.85
803.19/803.22	c  N dy 27516   4373873     51639    160435     44695    399179    635372   2529715      7.74      8.24
808.40/808.49	c  N dy 27656   4393938     51639    160435     44699    419045    635372   2825805      7.74      8.27
814.19/814.23	c  N dy 27799   4414059     51638    160435     44711    438967    635372   3115708      7.74      8.20
819.30/819.31	c  N dy 27912   4434085     51638    160435     44725    371627    635372   2078873      7.74      8.22
823.60/823.68	c  N dy 28015   4454143     51638    160435     44754    391193    635372   2333146      7.74      8.92
828.40/828.44	c  N dy 28122   4474181     51637    160435     44780    410894    635372   2609675      7.74      8.21
832.80/832.88	c  N dy 28236   4494820     51637    160435     44789    431256    635372   2891496      7.74      8.20
838.39/838.49	c  N dy 28369   4514867     51637    160435     44812    450990    635372   3169146      7.74      9.10
844.29/844.34	c  N dy 28506   4534966     51637    160435     44819    383689    635372   2187208      7.75      8.17
849.10/849.14	c  N dy 28629   4555001     51637    160435     44838    403360    635372   2463790      7.75      8.18
852.51/852.59	c Finding binary XORs  T:     0.03 s  found:      74
854.89/854.99	c  N dy 28784   4575055     51637    160433     44856    423146    635354   2758565      7.75      9.15
860.40/860.49	c  N dy 28916   4595392     51637    160433     44883    443103    635354   3032416      7.75      8.18
866.70/866.78	c  N dy 29063   4615418     51637    160433     44902    462938    635354   3326538      7.75     11.46
871.29/871.33	c  N dy 29180   4635514     51637    160433     44912    393652    635354   2268204      7.76      8.26
876.72/876.75	c  N dy 29311   4655543     51637    160433     44931    413499    635354   2547802      7.76      8.57
882.30/882.39	c  N dy 29446   4675593     51637    160433     44951    433288    635354   2828574      7.76      8.20
888.70/888.77	c  N dy 29587   4695666     51637    160433     44976    453164    635354   3110784      7.76      8.17
894.31/894.32	c  S st 29711   4713222     51637    160433     44992    470450    635354   3359204      7.76   no data
894.60/894.67	c  S st 29711   4713723     51637    160433     44998    470940    635354   3364077      7.76   no data
894.70/894.72	c x-sub:     1 x-cut:      0 vfix:      0 v-elim:      0 locsubst:    20 time:   0.05
895.20/895.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:  188 Bins:    458 BRemL:    125 BRemN:      0 P: 14.3M T:  0.56
895.30/895.37	c Replacing      272 vars Replaced    29558 lits Time:     0.08 s 
895.30/895.41	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
895.41/895.42	c bin-w-bin subsume rem          342 bins  time:  0.02 s
895.41/895.50	c subs with bin:        4  lits-rem:         0  v-fix:    0  time:  0.07 s
895.49/895.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  51365 time:  0.04 s
895.49/895.57	c Removed useless bin:       0  fixed:     0  props:   1.04M  time:  0.03 s
895.79/895.87	c lits-rem:        50  cl-subs:      184  v-elim:      4  v-fix:    0  time:  0.31 s
896.19/896.21	c subs with bin:     2883  lits-rem:      2689  v-fix:    0  time:  0.13 s
897.61/897.65	c lits-rem:      6544  cl-subs:     6618  v-elim:      0  v-fix:    0  time:  1.42 s
897.61/897.67	c vivif2 --  cl tried   160241 cl shrink        0 lits rem          0 time: 0.02
897.79/897.87	c vivif2 --  cl tried   458781 cl shrink    15340 lits rem      24355 time: 0.20
898.19/898.21	c asymm  cl-useful: 0/31139/160241 lits-rem:0 time: 0.33
898.19/898.24	c calculated reachability. Time: 0.01
898.19/898.24	c  N dy 29711   4713723     51361    160241     44486    458774    634021   3235338      7.76   no data
903.20/903.30	c  N dy 29823   4733752     51361    160241     44505    384924    634021   2146430      7.76      8.19
908.50/908.51	c  N dy 29955   4753755     51361    160241     44532    404703    634021   2432622      7.76      8.79
913.89/913.93	c  N dy 30104   4773779     51361    160241     44554    424478    634021   2727756      7.77      8.39
918.79/918.81	c  N dy 30223   4793783     51361    160241     44588    444110    634021   2995786      7.77      8.33
924.10/924.15	c  N dy 30355   4814529     51361    160241     44614    464525    634021   3290611      7.77      8.18
929.51/929.57	c  N dy 30486   4834537     51360    160241     44636    394179    634021   2213815      7.77     11.76
934.60/934.63	c  N dy 30608   4854583     51360    160241     44653    413950    634021   2491744      7.77      8.53
938.90/938.97	c Finding binary XORs  T:     0.03 s  found:      72
940.40/940.43	c  N dy 30751   4874705     51359    160239     44665    433846    634003   2785608      7.77      8.19
945.90/945.93	c  N dy 30878   4894766     51359    160239     44689    453576    634003   3058252      7.77      9.62
950.99/951.06	c  N dy 30976   4915344     51358    160239     44708    473774    634003   3332895      7.77      8.28
956.40/956.47	c  N dy 31106   4935840     51358    160239     44728    402880    634003   2274098      7.78      8.25
961.80/961.87	c  N dy 31242   4955879     51358    160239     44736    422717    634003   2566403      7.78      8.19
967.50/967.58	c  N dy 31375   4975905     51358    160239     44751    442499    634003   2842856      7.78      8.19
973.09/973.11	c  N dy 31506   4995941     51357    160239     44766    462271    634003   3134531      7.78      8.91
978.90/978.93	c  N dy 31632   5016046     51356    160239     44790    482121    634003   3417165      7.78      8.21
984.60/984.60	c  N dy 31759   5036223     51356    160239     44799    409553    634003   2314463      7.78      8.33
989.10/989.19	c  N dy 31874   5056243     51356    160239     44821    429173    634003   2584645      7.78      8.22
994.20/994.29	c  N dy 31985   5076338     51356    160239     44826    449028    634003   2862221      7.78      8.48
1000.40/1000.40	c  N dy 32116   5096436     51356    160239     44843    468925    634003   3144983      7.79     10.41
1005.60/1005.69	c  N dy 32219   5116839     51356    160239     44862    488983    634003   3415551      7.79      8.26
1011.40/1011.42	c  N dy 32354   5136937     51356    160239     44876    416088    634003   2335583      7.79     10.05
1016.19/1016.22	c  N dy 32470   5157036     51356    160239     44884    435923    634003   2618954      7.79     10.46
1021.59/1021.65	c  N dy 32601   5177048     51356    160239     44909    455634    634003   2906729      7.79      8.22
1026.79/1026.81	c  N dy 32718   5197606     51356    160239     44920    475862    634003   3183498      7.79      8.28
1031.60/1031.60	c  S st 32811   5213726     51356    160239     44931    491829    634003   3403567      7.79      6.49
1031.90/1031.95	c  S st 32811   5214229     51354    160239     44937    492315    634003   3408736      7.79   no data
1032.00/1032.00	c x-sub:    10 x-cut:      0 vfix:      0 v-elim:      0 locsubst:    12 time:   0.05
1032.50/1032.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:  177 Bins:    306 BRemL:    117 BRemN:      2 P: 14.8M T:  0.58
1032.70/1032.72	c Replacing      255 vars Replaced    26697 lits Time:     0.13 s 
1032.70/1032.77	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1032.70/1032.78	c bin-w-bin subsume rem          286 bins  time:  0.01 s
1032.81/1032.85	c subs with bin:        6  lits-rem:         0  v-fix:    0  time:  0.07 s
1032.81/1032.90	c Subs w/ non-existent bins:      1 l-rem:      0 v-fix:     0 done:  51099 time:  0.04 s
1032.92/1032.93	c Removed useless bin:       0  fixed:     0  props:   1.04M  time:  0.03 s
1033.20/1033.24	c lits-rem:         0  cl-subs:      166  v-elim:      7  v-fix:    0  time:  0.31 s
1033.50/1033.57	c subs with bin:     2179  lits-rem:      2400  v-fix:    0  time:  0.11 s
1034.80/1034.88	c lits-rem:      7451  cl-subs:     6962  v-elim:      0  v-fix:    0  time:  1.29 s
1034.90/1034.90	c vivif2 --  cl tried   160053 cl shrink        0 lits rem          0 time: 0.02
1035.01/1035.11	c vivif2 --  cl tried   481191 cl shrink    13349 lits rem      20887 time: 0.20
1035.40/1035.44	c asymm  cl-useful: 1/67555/160053 lits-rem:3 time: 0.33
1035.40/1035.47	c calculated reachability. Time: 0.01
1035.40/1035.47	c  N dy 32811   5214229     51092    160052     44325    481189    632796   3288855      7.79   no data
1041.30/1041.32	c  N dy 32940   5234502     51092    160052     44346    501144    632796   3572259      7.79      8.21
1046.50/1046.57	c  N dy 33052   5254742     51091    160052     44381    423681    632796   2424681      7.79      8.24
1052.50/1052.58	c  N dy 33190   5274778     51091    160052     44405    443516    632796   2706040      7.79      8.28
1058.60/1058.63	c  N dy 33313   5294825     51091    160052     44424    463396    632796   2988640      7.79      8.77
1064.00/1064.06	c  N dy 33432   5314908     51091    160052     44442    483182    632796   3265638      7.80      9.28
1068.90/1068.98	c  N dy 33539   5334988     51091    160052     44458    502823    632796   3529581      7.80      9.50
1074.20/1074.21	c  N dy 33656   5355061     51091    160052     44480    428614    632796   2431680      7.80      9.39
1079.40/1079.47	c  N dy 33790   5375175     51091    160052     44511    448512    632796   2725304      7.80      8.21
1082.70/1082.78	c Finding binary XORs  T:     0.03 s  found:      54
1084.70/1084.73	c  N dy 33922   5395287     51090    160050     44527    468203    632778   3000682      7.80      8.31
1089.90/1089.90	c  N dy 34045   5415363     51090    160050     44542    488038    632778   3293896      7.80      8.54
1095.90/1095.92	c  N dy 34177   5435447     51090    160050     44559    507918    632778   3584235      7.80      8.22
1101.80/1101.81	c  N dy 34308   5455551     51088    160050     44577    432190    632777   2410674      7.80      8.26
1106.40/1106.48	c  N dy 34425   5475552     51088    160050     44594    451964    632777   2696519      7.81     10.56
1112.30/1112.32	c  N dy 34573   5495593     51087    160050     44608    471792    632777   2988056      7.81      8.87
1116.90/1116.96	c  N dy 34664   5515616     51087    160050     44630    491524    632777   3270238      7.81     11.54
1123.20/1123.26	c  N dy 34807   5535915     51087    160050     44643    511599    632777   3565618      7.81      8.23
1129.10/1129.18	c  N dy 34931   5556046     51086    160050     44674    434760    632777   2375589      7.81      8.23
1135.11/1135.16	c  N dy 35069   5576327     51086    160050     44692    454834    632777   2666371      7.81      8.39
1141.00/1141.08	c  N dy 35222   5596490     51085    160050     44706    474804    632777   2968367      7.81      8.52
1146.10/1146.12	c  N dy 35347   5616623     51085    160050     44737    494554    632777   3249801      7.82      8.24
1151.20/1151.24	c  N dy 35458   5636671     51085    160050     44755    514281    632777   3525121      7.82      8.30
1157.81/1157.80	c  N dy 35593   5656693     51085    160050     44783    534036    632777   3806989      7.82      8.36
1164.11/1164.18	c  N dy 35734   5676767     51085    160050     44795    456274    632777   2621537      7.82     11.53
1168.60/1168.60	c  N dy 35837   5696800     51085    160050     44817    475930    632777   2894237      7.82      8.44
1173.61/1173.64	c  S st 35961   5714233     51084    160050     44830    493153    632777   3146727      7.82   no data
1173.90/1173.99	c  S st 35961   5714733     51084    160050     44843    493635    632777   3151343      7.82   no data
1174.00/1174.04	c x-sub:     6 x-cut:      0 vfix:      0 v-elim:      0 locsubst:    20 time:   0.05
1174.60/1174.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:  195 Bins:    452 BRemL:    120 BRemN:      0 P: 14.8M T:  0.58
1174.71/1174.76	c Replacing      257 vars Replaced    23330 lits Time:     0.13 s 
1174.71/1174.80	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1174.82/1174.82	c bin-w-bin subsume rem          265 bins  time:  0.02 s
1174.82/1174.89	c subs with bin:        5  lits-rem:         0  v-fix:    0  time:  0.07 s
1174.90/1174.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  50827 time:  0.04 s
1174.90/1174.97	c Removed useless bin:       3  fixed:     0  props:   1.05M  time:  0.03 s
1175.20/1175.29	c lits-rem:         0  cl-subs:      190  v-elim:      9  v-fix:    0  time:  0.32 s
1175.60/1175.60	c subs with bin:     2596  lits-rem:      2349  v-fix:    0  time:  0.11 s
1176.40/1176.47	c lits-rem:      4965  cl-subs:     5269  v-elim:      0  v-fix:    0  time:  0.84 s
1176.40/1176.49	c vivif2 --  cl tried   159818 cl shrink        0 lits rem          0 time: 0.02
1176.60/1176.68	c vivif2 --  cl tried   483446 cl shrink     8766 lits rem      13758 time: 0.19
1176.70/1176.75	c asymm  cl-useful: 0/15480/159818 lits-rem:0 time: 0.07
1176.70/1176.78	c calculated reachability. Time: 0.01
1176.70/1176.78	c  N dy 35961   5714733     50818    159818     44417    483441    631412   3060875      7.82   no data
1176.80/1176.81	c Finding binary XORs  T:     0.03 s  found:      17
1183.20/1183.23	c  N dy 36112   5734861     50818    159818     44423    503445    631412   3358704      7.82      8.37
1188.50/1188.53	c  N dy 36224   5754869     50818    159818     44436    523081    631412   3625172      7.82      8.81
1194.61/1194.69	c  N dy 36349   5774904     50818    159818     44448    542886    631412   3910396      7.82      8.88
1200.40/1200.44	c  N dy 36477   5796395     50818    159818     44465    461045    631412   2670615      7.82      8.24
1205.51/1205.54	c  N dy 36607   5816491     50818    159818     44479    480821    631412   2947105      7.83      8.28
1211.30/1211.34	c  N dy 36748   5836683     50818    159818     44494    500785    631412   3243988      7.83      8.25
1216.62/1216.63	c  N dy 36873   5856689     50818    159818     44516    520511    631412   3530804      7.83     13.21
1222.30/1222.34	c  N dy 37001   5876797     50818    159818     44530    540430    631412   3829122      7.83      8.27
1228.11/1228.18	c  N dy 37132   5896892     50818    159818     44544    461280    631412   2603569      7.83      8.25
1233.40/1233.46	c  N dy 37267   5917011     50818    159818     44563    481089    631412   2886098      7.83      8.27
1239.30/1239.34	c  N dy 37395   5937063     50818    159818     44582    500903    631412   3167410      7.83      8.36
1244.01/1244.06	c  N dy 37485   5958065     50818    159818     44612    521271    631412   3429886      7.83      8.37
1250.31/1250.33	c  N dy 37614   5978131     50818    159818     44636    541063    631412   3713032      7.83      8.25
1256.90/1256.97	c  N dy 37736   5998214     50818    159818     44646    462238    631412   2534936      7.83      8.47
1262.90/1262.93	c  N dy 37848   6018290     50817    159818     44679    482034    631412   2809713      7.83      8.70
1269.42/1269.46	c  N dy 37981   6038365     50817    159818     44696    501875    631412   3088672      7.84      8.32
1276.20/1276.27	c  N dy 38113   6058689     50817    159818     44712    521999    631412   3371677      7.84      8.30
1282.20/1282.23	c  N dy 38240   6078695     50817    159818     44728    541787    631412   3658917      7.84      8.31
1289.11/1289.11	c  N dy 38373   6098857     50816    159818     44755    561698    631412   3949425      7.84      8.28
1295.41/1295.43	c  N dy 38507   6119007     50816    159818     44765    480408    631412   2719807      7.84      8.44
1300.81/1300.80	c  N dy 38615   6139062     50816    159818     44778    500211    631412   2998352      7.84      8.43
1306.71/1306.76	c  N dy 38728   6159141     50815    159818     44797    520029    631412   3275839      7.84      9.72
1312.41/1312.45	c  N dy 38839   6179144     50814    159818     44822    539601    631412   3546617      7.84      9.52
1319.21/1319.27	c  N dy 38984   6199150     50814    159818     44837    559424    631412   3841922      7.84      8.46
1324.42/1324.42	c  S st 39075   6214733     50813    159818     44853    574824    631412   4061853      7.84   no data
1324.81/1324.83	c  S st 39075   6215238     50813    159818     44864    575313    631412   4067044      7.84   no data
1324.81/1324.89	c x-sub:    10 x-cut:      0 vfix:      0 v-elim:      0 locsubst:    21 time:   0.06
1325.52/1325.53	c Flit:     1 Blit:      0 bXBeca:    0 bXProp:  139 Bins:    208 BRemL:    142 BRemN:      1 P: 16.9M T:  0.64
1325.61/1325.69	c Replacing      166 vars Replaced    33709 lits Time:     0.16 s 
1325.71/1325.74	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1325.71/1325.75	c bin-w-bin subsume rem          107 bins  time:  0.02 s
1325.81/1325.83	c subs with bin:        6  lits-rem:         0  v-fix:    0  time:  0.07 s
1325.81/1325.87	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  50646 time:  0.04 s
1325.91/1325.90	c Removed useless bin:       0  fixed:     0  props:   1.05M  time:  0.03 s
1326.21/1326.24	c lits-rem:         0  cl-subs:       82  v-elim:      9  v-fix:    0  time:  0.34 s
1326.62/1326.65	c subs with bin:     3214  lits-rem:      2741  v-fix:    0  time:  0.14 s
1328.30/1328.38	c lits-rem:      7223  cl-subs:     6736  v-elim:      0  v-fix:    0  time:  1.70 s
1328.40/1328.40	c vivif2 --  cl tried   159713 cl shrink        0 lits rem          0 time: 0.02
1328.60/1328.65	c vivif2 --  cl tried   561365 cl shrink    16364 lits rem      25709 time: 0.25
1328.90/1328.99	c asymm  cl-useful: 36/39751/159713 lits-rem:36 time: 0.34
1329.00/1329.03	c calculated reachability. Time: 0.01
1329.00/1329.03	c  N dy 39075   6215238     50637    159713     44463    561365    630785   3916724      7.84   no data
1336.01/1336.02	c  N dy 39204   6235395     50633    159713     44487    476030    630785   2648950      7.84      8.26
1342.21/1342.23	c  N dy 39315   6255461     50633    159713     44506    495863    630785   2921694      7.85      9.14
1348.20/1348.25	c  N dy 39439   6275959     50633    159713     44523    516065    630785   3208463      7.85      8.50
1354.40/1354.42	c  N dy 39555   6296054     50633    159713     44535    535842    630785   3483483      7.85      8.43
1360.62/1360.63	c  N dy 39685   6316109     50633    159713     44557    555675    630785   3773414      7.85      8.51
1366.22/1366.27	c  N dy 39811   6336274     50632    159713     44563    575590    630785   4067008      7.85      8.49
1371.91/1371.98	c  N dy 39936   6356366     50632    159713     44579    492487    630785   2805515      7.85      9.46
1374.81/1374.89	c Finding binary XORs  T:     0.03 s  found:      33
1377.22/1377.26	c  N dy 40050   6376439     50632    159708     44567    512138    630740   3087176      7.85      8.45
1383.20/1383.23	c  N dy 40174   6396928     50632    159708     44584    532325    630740   3374287      7.85      8.32
1389.60/1389.61	c  N dy 40315   6417018     50632    159708     44604    552203    630740   3668949      7.85      8.31
1395.10/1395.18	c  N dy 40412   6437478     50632    159708     44623    572233    630740   3942237      7.85      8.30
1401.51/1401.59	c  N dy 40515   6457593     50632    159708     44644    488500    630740   2678489      7.85      8.33
1407.71/1407.73	c  N dy 40642   6477618     50632    159708     44657    508373    630740   2971047      7.85      8.80
1414.41/1414.45	c  N dy 40777   6497706     50632    159708     44675    528260    630740   3254310      7.85      8.33
1420.12/1420.16	c  N dy 40908   6517772     50632    159708     44702    548020    630740   3541998      7.86      8.31
1426.41/1426.49	c  N dy 41041   6537849     50631    159708     44724    567849    630740   3831855      7.86      8.34
1433.00/1433.06	c  N dy 41167   6558173     50631    159708     44745    587955    630740   4129979      7.86      8.45
1439.11/1439.15	c  N dy 41285   6578351     50631    159708     44760    502229    630740   2806563      7.86      8.28
1444.61/1444.60	c  N dy 41399   6598382     50630    159708     44775    521976    630740   3090327      7.86      8.89
1450.82/1450.88	c  N dy 41537   6618429     50630    159708     44790    541817    630739   3384714      7.86     10.21
1457.01/1457.04	c  N dy 41654   6638471     50630    159708     44818    561544    630739   3662294      7.86      8.33
1463.31/1463.36	c  N dy 41787   6658533     50630    159708     44832    581392    630739   3957516      7.86      8.34
1471.41/1471.45	c  N dy 41917   6678637     50630    159708     44854    601283    630739   4237148      7.86      8.30
1477.81/1477.80	c  N dy 42035   6701071     50630    159708     44862    517794    630739   2942778      7.86      8.38
1482.01/1482.02	c  S st 42110   6715238     50630    159708     44871    531766    630739   3131635      7.86      7.91
1482.41/1482.40	c  S st 42110   6715740     50630    159708     44877    532255    630739   3136965      7.86   no data
1482.41/1482.46	c x-sub:    10 x-cut:      0 vfix:      0 v-elim:      0 locsubst:    20 time:   0.06
1483.01/1483.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:  100 Bins:    124 BRemL:    103 BRemN:      0 P: 15.6M T:  0.61
1483.21/1483.20	c Replacing      143 vars Replaced    16088 lits Time:     0.13 s 
1483.21/1483.25	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1483.21/1483.26	c bin-w-bin subsume rem           98 bins  time:  0.02 s
1483.31/1483.34	c subs with bin:        6  lits-rem:         0  v-fix:    0  time:  0.07 s
1483.31/1483.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  50487 time:  0.04 s
1483.41/1483.41	c Removed useless bin:       4  fixed:     0  props:   1.06M  time:  0.03 s
1483.71/1483.75	c lits-rem:        56  cl-subs:       82  v-elim:     12  v-fix:    0  time:  0.33 s
1484.01/1484.06	c subs with bin:     2159  lits-rem:      1344  v-fix:    0  time:  0.09 s
1484.61/1484.67	c lits-rem:      4443  cl-subs:     4832  v-elim:      0  v-fix:    0  time:  0.58 s
1484.61/1484.69	c vivif2 --  cl tried   159607 cl shrink        0 lits rem          0 time: 0.02
1484.81/1484.88	c vivif2 --  cl tried   523353 cl shrink     3979 lits rem       6154 time: 0.19
1485.21/1485.21	c asymm  cl-useful: 0/26998/159607 lits-rem:0 time: 0.33
1485.21/1485.24	c calculated reachability. Time: 0.01
1485.21/1485.24	c  N dy 42110   6715740     50475    159607     44515    523349    630119   3066804      7.86   no data
1490.91/1490.90	c  N dy 42231   6735789     50474    159607     44523    543177    630119   3354930      7.87      8.97
1497.51/1497.58	c  N dy 42364   6755863     50474    159607     44537    563013    630119   3638449      7.87      9.66
1504.41/1504.48	c  N dy 42480   6775937     50473    159607     44559    582844    630119   3921215      7.87      8.30
1510.81/1510.89	c  N dy 42596   6795971     50473    159607     44579    602579    630118   4204796      7.87      9.32
1517.31/1517.33	c  N dy 42709   6816562     50472    159607     44603    512362    630118   2842546      7.87      8.33
1522.71/1522.74	c  N dy 42833   6836590     50472    159607     44622    532132    630117   3123146      7.87      9.22
1528.61/1528.63	c  N dy 42953   6856622     50472    159607     44635    551931    630117   3413385      7.87      8.29
1535.81/1535.86	c  N dy 43083   6876697     50472    159607     44647    571813    630117   3693131      7.87      8.30
1543.22/1543.21	c  N dy 43234   6896728     50472    159607     44658    591688    630117   3992087      7.87      9.16
1549.61/1549.69	c  N dy 43360   6916970     50471    159607     44678    611675    630117   4298214      7.87      8.32
1556.61/1556.68	c  N dy 43488   6937057     50471    159607     44696    523386    630117   2925641      7.88      8.39
1562.61/1562.60	c  N dy 43604   6957151     50471    159607     44708    543295    630117   3216533      7.88      8.44
1568.21/1568.27	c  N dy 43733   6977176     50471    159607     44722    562986    630117   3498443      7.88      9.33
1575.51/1575.51	c  N dy 43876   6998935     50471    159607     44732    584375    630117   3810976      7.88      8.34
1582.51/1582.52	c  N dy 44004   7018985     50471    159607     44741    604220    630117   4105038      7.88      9.38
1589.91/1589.93	c  N dy 44143   7038992     50471    159607     44761    624032    630117   4400410      7.88      8.63
1596.41/1596.44	c  N dy 44267   7059225     50471    159607     44781    534921    630117   3021266      7.88      8.31
1601.71/1601.78	c  N dy 44379   7080405     50471    159607     44797    555598    630117   3314768      7.88      8.33
1607.62/1607.64	c  N dy 44500   7100432     50471    159607     44805    575371    630117   3602115      7.88      9.93
1614.32/1614.34	c  N dy 44634   7120774     50471    159607     44816    595534    630117   3898885      7.88      8.32
1622.01/1622.00	c  N dy 44784   7140883     50471    159607     44836    615458    630117   4198685      7.89      8.48
1629.51/1629.55	c  N dy 44915   7161397     50471    159607     44850    635729    630117   4499645      7.89      8.49
1629.61/1629.65	c Finding binary XORs  T:     0.03 s  found:      72
1636.21/1636.21	c  N dy 45054   7181472     50470    159603     44851    545432    630081   3108906      7.89      8.42
1641.51/1641.58	c  N dy 45184   7201511     50470    159603     44865    565207    630081   3400766      7.89      9.25
1646.61/1646.64	c  S st 45293   7215741     50470    159603     44878    579312    630081   3611679      7.89   no data
1647.01/1647.03	c  S st 45293   7216245     50470    159603     44887    579801    630081   3617147      7.89   no data
1647.11/1647.10	c x-sub:    11 x-cut:      0 vfix:      0 v-elim:      0 locsubst:    12 time:   0.06
1647.71/1647.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:   49 Bins:    248 BRemL:    122 BRemN:      0 P: 16.8M T:  0.65
1647.91/1647.90	c Replacing      127 vars Replaced    23444 lits Time:     0.15 s 
1647.91/1647.94	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1647.91/1647.96	c bin-w-bin subsume rem           88 bins  time:  0.02 s
1648.01/1648.03	c subs with bin:        4  lits-rem:         0  v-fix:    0  time:  0.08 s
1648.01/1648.08	c Subs w/ non-existent bins:      1 l-rem:      0 v-fix:     0 done:  50343 time:  0.04 s
1648.11/1648.11	c Removed useless bin:       4  fixed:     0  props:   1.07M  time:  0.03 s
1648.41/1648.45	c lits-rem:         0  cl-subs:       86  v-elim:      3  v-fix:    0  time:  0.34 s
1648.81/1648.81	c subs with bin:     1900  lits-rem:      1875  v-fix:    0  time:  0.11 s
1649.61/1649.65	c lits-rem:      4280  cl-subs:     4600  v-elim:      0  v-fix:    0  time:  0.81 s
1649.61/1649.67	c vivif2 --  cl tried   159503 cl shrink        0 lits rem          0 time: 0.02
1649.81/1649.89	c vivif2 --  cl tried   570402 cl shrink     7879 lits rem      12203 time: 0.22
1650.21/1650.24	c asymm  cl-useful: 0/47549/159503 lits-rem:0 time: 0.35
1650.21/1650.28	c calculated reachability. Time: 0.01
1650.21/1650.28	c  N dy 45293   7216245     50340    159503     44711    570396    629507   3532422      7.89   no data
1656.72/1656.79	c  N dy 45430   7236470     50340    159503     44725    590410    629507   3827856      7.89      8.35
1663.41/1663.46	c  N dy 45552   7256667     50340    159503     44745    610261    629507   4110552      7.89      8.34
1670.82/1670.85	c  N dy 45682   7277971     50339    159503     44770    631217    629507   4412015      7.89      8.32
1678.11/1678.16	c  N dy 45817   7297998     50339    159503     44790    536611    629507   2961247      7.90      8.81
1684.02/1684.04	c  N dy 45953   7318048     50339    159503     44807    556424    629507   3264382      7.90     10.60
1690.21/1690.25	c  N dy 46074   7338730     50339    159503     44823    576722    629507   3547230      7.90      8.32
1697.61/1697.60	c  N dy 46208   7359373     50339    159503     44843    597088    629507   3829003      7.90      8.35
1704.01/1704.00	c  N dy 46340   7379421     50339    159503     44858    616902    629507   4120472      7.90      8.39
1710.61/1710.66	c  N dy 46456   7399673     50339    159503     44872    636840    629507   4402521      7.90      8.32
1718.82/1718.90	c  N dy 46607   7419718     50339    159503     44884    545224    629507   3011307      7.90      9.18
1725.82/1725.83	c  N dy 46755   7439795     50339    159503     44891    565148    629507   3307203      7.90      8.76
1732.61/1732.68	c  N dy 46887   7459842     50339    159503     44916    584975    629507   3597504      7.91      8.38
1739.71/1739.70	c  N dy 47010   7479896     50339    159503     44927    604824    629507   3886043      7.91      8.38
1747.82/1747.90	c  N dy 47148   7499990     50339    159503     44948    624707    629507   4172586      7.91      8.40
1754.11/1754.15	c  N dy 47260   7520091     50338    159503     44969    644545    629507   4452404      7.91      8.53
1761.21/1761.25	c  N dy 47369   7540172     50338    159503     44992    664411    629507   4728748      7.91      8.34
1767.62/1767.63	c  N dy 47492   7560220     50338    159503     45010    570966    629507   3305799      7.91     10.56
1774.62/1774.65	c  N dy 47627   7580367     50338    159503     45034    590850    629507   3594041      7.91      8.36
1782.52/1782.53	c  N dy 47757   7600501     50338    159503     45056    610783    629507   3876770      7.91      8.46
1791.01/1791.00	c  N dy 47892   7620512     50335    159503     45072    630626    629507   4160429      7.91      8.34
1797.01/1797.04	c  N dy 47981   7640524     50332    159503     45121    650111    629507   4409288      7.91      8.34
1801.31/1801.37	c Finding binary XORs  T:     0.03 s  found:      96
1803.01/1803.07	c  N dy 48063   7660652     50328    159492     45124    668551    629408   4651276      7.91      8.33
1809.71/1809.73	c  N dy 48175   7680797     50326    159492     45146    577199    629408   3305775      7.91      8.41
1815.03/1815.05	c  N dy 48276   7700832     50324    159492     45187    596726    629408   3568076      7.91      8.45
1820.62/1820.66	c  S st 48392   7716245     50323    159492     45203    612003    629408   3795138      7.91   no data
1821.02/1821.09	c  S st 48392   7716748     50323    159492     45209    612495    629408   3799845      7.91   no data
1821.12/1821.16	c x-sub:     6 x-cut:      0 vfix:      0 v-elim:      0 locsubst:    10 time:   0.06
1821.82/1821.83	c Flit:     1 Blit:      1 bXBeca:    0 bXProp:   49 Bins:    176 BRemL:    111 BRemN:      0 P: 17.6M T:  0.68
1821.92/1821.99	c Replacing      150 vars Replaced    25890 lits Time:     0.16 s 
1822.02/1822.04	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1822.02/1822.05	c bin-w-bin subsume rem           61 bins  time:  0.02 s
1822.12/1822.13	c subs with bin:        6  lits-rem:         0  v-fix:    0  time:  0.08 s
1822.12/1822.17	c Subs w/ non-existent bins:      1 l-rem:      0 v-fix:     0 done:  50171 time:  0.04 s
1822.22/1822.21	c Removed useless bin:       1  fixed:     0  props:   1.08M  time:  0.03 s
1822.52/1822.56	c lits-rem:        12  cl-subs:      100  v-elim:     15  v-fix:    0  time:  0.35 s
1822.92/1822.94	c subs with bin:     2707  lits-rem:      2041  v-fix:    0  time:  0.11 s
1823.72/1823.79	c lits-rem:      5144  cl-subs:     5981  v-elim:      0  v-fix:    0  time:  0.83 s
1823.72/1823.81	c vivif2 --  cl tried   159325 cl shrink        0 lits rem          0 time: 0.02
1824.02/1824.04	c vivif2 --  cl tried   598963 cl shrink     7684 lits rem      12082 time: 0.23
1824.32/1824.31	c asymm  cl-useful: 0/45027/159325 lits-rem:0 time: 0.26
1824.32/1824.34	c calculated reachability. Time: 0.01
1824.32/1824.34	c  N dy 48392   7716748     50156    159325     44872    598963    628645   3687931      7.91   no data
1830.91/1830.93	c  N dy 48505   7736876     50156    159325     44893    618835    628645   3972898      7.91      8.34
1837.91/1837.92	c  N dy 48625   7756908     50156    159325     44908    638643    628645   4254954      7.91      8.34
1845.11/1845.13	c  N dy 48759   7777043     50154    159325     44933    658422    628645   4540205      7.91      8.34
1853.02/1853.03	c  N dy 48897   7797209     50154    159325     44946    678406    628644   4827111      7.91      8.35
1859.92/1859.90	c  N dy 49029   7817432     50154    159325     44966    579767    628644   3356760      7.91      8.36
1867.02/1867.02	c  N dy 49172   7837554     50154    159325     44974    599723    628644   3659623      7.92      8.50
1874.72/1874.77	c  N dy 49325   7857587     50154    159325     44991    619592    628644   3958966      7.92      8.78
1882.31/1882.39	c  N dy 49471   7878008     50153    159325     45011    639834    628644   4267057      7.92      8.37
1890.31/1890.38	c  N dy 49602   7898052     50153    159325     45035    659650    628644   4551299      7.92      8.95
1898.72/1898.73	c  N dy 49744   7918236     50153    159325     45044    679703    628644   4856349      7.92      8.34
1906.72/1906.79	c  N dy 49886   7938245     50152    159325     45056    582898    628644   3328459      7.92      9.25
1914.04/1914.04	c  N dy 50025   7958313     50152    159325     45083    602701    628644   3615178      7.92      9.48
1921.12/1921.13	c  N dy 50156   7978391     50150    159325     45094    622601    628644   3903677      7.93      8.55
1929.02/1929.08	c  N dy 50309   7998456     50150    159325     45107    642550    628644   4210721      7.93      8.52
1937.61/1937.60	c  N dy 50467   8018580     50150    159325     45125    662551    628644   4516316      7.93      8.38
1945.62/1945.69	c  N dy 50600   8038589     50150    159325     45136    682372    628644   4815354      7.93     10.46
1953.92/1953.91	c  N dy 50737   8058660     50150    159325     45146    584698    628644   3281488      7.93      8.42
1960.13/1960.14	c  N dy 50857   8078915     50149    159325     45161    604746    628644   3574125      7.93      8.46
1967.52/1967.58	c  N dy 50978   8098998     50149    159325     45173    624679    628643   3860891      7.93      8.37
1973.92/1973.90	c  N dy 51072   8119227     50149    159325     45184    644684    628643   4155961      7.93      8.40
1981.92/1981.91	c  N dy 51213   8139321     50149    159325     45191    664595    628643   4454358      7.93      8.43
1989.83/1989.84	c  N dy 51366   8159369     50149    159325     45203    684492    628643   4760237      7.94      8.43
1997.02/1997.07	c  N dy 51488   8179397     50149    159325     45216    586610    628643   3229004      7.94      8.48
2003.52/2003.51	c  N dy 51606   8202106     50149    159325     45243    608934    628643   3547683      7.94      8.36
2007.92/2007.96	c  S st 51702   8216750     50148    159325     45250    623405    628643   3756841      7.94   no data
2008.32/2008.35	c  S st 51702   8217251     50147    159325     45265    623886    628643   3761905      7.94   no data
2008.42/2008.42	c x-sub:     5 x-cut:      0 vfix:      0 v-elim:      0 locsubst:    20 time:   0.07
2009.12/2009.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:  163 Bins:    196 BRemL:     97 BRemN:      0 P: 17.9M T:  0.68
2009.22/2009.26	c Replacing      172 vars Replaced    15890 lits Time:     0.15 s 
2009.32/2009.31	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2009.32/2009.33	c bin-w-bin subsume rem          133 bins  time:  0.02 s
2009.42/2009.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.08 s
2009.42/2009.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  49975 time:  0.04 s
2009.42/2009.48	c Removed useless bin:       1  fixed:     0  props:   1.08M  time:  0.03 s
2009.92/2009.97	c lits-rem:         4  cl-subs:      128  v-elim:     24  v-fix:    0  time:  0.49 s
2010.32/2010.34	c subs with bin:     1603  lits-rem:      1253  v-fix:    0  time:  0.11 s
2011.12/2011.10	c lits-rem:      3919  cl-subs:     4944  v-elim:      0  v-fix:    0  time:  0.73 s
2011.12/2011.12	c vivif2 --  cl tried   159114 cl shrink        0 lits rem          0 time: 0.02
2011.32/2011.35	c vivif2 --  cl tried   615363 cl shrink     6119 lits rem       9428 time: 0.23
2011.72/2011.72	c asymm  cl-useful: 39/38160/159114 lits-rem:39 time: 0.37
2011.72/2011.76	c calculated reachability. Time: 0.01
2011.72/2011.76	c  N dy 51702   8217251     49951    159114     44837    615363    633929   3688071      7.94   no data
2011.72/2011.79	c Finding binary XORs  T:     0.03 s  found:       5
2018.92/2018.92	c  N dy 51834   8237262     49950    159114     44845    635175    633929   3978354      7.94     10.47
2026.32/2026.39	c  N dy 51965   8257701     49949    159114     44858    655417    633929   4275707      7.94      8.39
2034.22/2034.28	c  N dy 52092   8277817     49949    159114     44867    675344    633929   4572922      7.94      8.39
2043.12/2043.12	c  N dy 52218   8297932     49949    159114     44881    695298    633929   4856348      7.94      8.36
2051.12/2051.18	c  N dy 52355   8318698     49949    159114     44901    593817    633929   3296142      7.94      8.57
2056.32/2056.36	c  N dy 52452   8338750     49949    159114     44911    613426    633929   3570828      7.94      8.46
2063.42/2063.44	c  N dy 52579   8358767     49948    159114     44937    633218    633929   3860988      7.94      8.51
2070.62/2070.61	c  N dy 52713   8378894     49948    159114     44952    653095    633929   4152827      7.94      8.48
2078.53/2078.56	c  N dy 52848   8398963     49948    159114     44966    673010    633929   4454810      7.95      8.98
2086.12/2086.14	c  N dy 52986   8419062     49948    159114     44979    692884    633929   4747786      7.95      8.78
2093.12/2093.13	c  N dy 53093   8440271     49948    159114     44993    713828    633929   5041392      7.95      8.53
2100.72/2100.74	c  N dy 53240   8460273     49948    159114     45000    615036    633929   3530627      7.95      9.05
2108.63/2108.69	c  N dy 53388   8480356     49948    159114     45011    634970    633929   3827407      7.95      8.64
2115.92/2115.98	c  N dy 53523   8500360     49948    159114     45025    654695    633929   4125375      7.95     10.39
2123.62/2123.60	c  N dy 53669   8520458     49948    159114     45038    674622    633929   4433333      7.95      8.41
2131.12/2131.17	c  N dy 53812   8540915     49948    159114     45050    694795    633928   4739389      7.95      8.49
2139.93/2139.92	c  N dy 53974   8560953     49948    159114     45060    714681    633928   5051558      7.96      8.39
2147.82/2147.87	c  N dy 54106   8581128     49947    159114     45074    613680    633928   3434452      7.96      8.39
2153.84/2153.88	c  N dy 54194   8601174     49945    159114     45110    633306    633928   3697014      7.96      8.74
2161.72/2161.75	c  N dy 54323   8621253     49945    159114     45122    653176    633928   3977825      7.96      8.58
2169.72/2169.76	c  N dy 54447   8641693     49944    159114     45139    673411    633928   4268104      7.96      8.42
2176.94/2176.93	c  N dy 54560   8661724     49944    159114     45145    693268    633928   4557187      7.96      8.76
2184.82/2184.89	c  N dy 54680   8681767     49944    159114     45159    713136    633928   4860297      7.96      9.60
2194.23/2194.22	c  N dy 54819   8701834     49944    159114     45179    733041    633928   5153351      7.96      8.54
2199.93/2199.92	c  S st 54909   8717253     49943    159114     45204    627314    633928   3543170      7.96   no data
2200.23/2200.25	c  S st 54909   8717753     49943    159114     45211    627802    633928   3548734      7.96   no data
2200.33/2200.32	c x-sub:    11 x-cut:      0 vfix:      0 v-elim:      0 locsubst:    32 time:   0.07
2201.03/2201.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:  127 Bins:    216 BRemL:     81 BRemN:      0 P: 17.8M T:  0.69
2201.15/2201.16	c Replacing      147 vars Replaced    13033 lits Time:     0.15 s 
2201.23/2201.21	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2201.23/2201.23	c bin-w-bin subsume rem          113 bins  time:  0.02 s
2201.33/2201.34	c subs with bin:        4  lits-rem:         0  v-fix:    0  time:  0.11 s
2201.33/2201.38	c Subs w/ non-existent bins:      1 l-rem:      0 v-fix:     0 done:  49796 time:  0.04 s
2201.43/2201.42	c Removed useless bin:       0  fixed:     0  props:   1.09M  time:  0.03 s
2201.83/2201.82	c lits-rem:        78  cl-subs:       95  v-elim:     11  v-fix:    0  time:  0.40 s
2202.13/2202.18	c subs with bin:     2056  lits-rem:      1123  v-fix:    0  time:  0.10 s
2202.63/2202.67	c lits-rem:      2832  cl-subs:     3329  v-elim:      0  v-fix:    0  time:  0.46 s
2202.63/2202.69	c vivif2 --  cl tried   158981 cl shrink        0 lits rem          0 time: 0.02
2202.93/2202.91	c vivif2 --  cl tried   619909 cl shrink     1848 lits rem       2783 time: 0.22
2203.23/2203.25	c asymm  cl-useful: 2/23130/158981 lits-rem:2 time: 0.33
2203.23/2203.29	c calculated reachability. Time: 0.01
2203.23/2203.29	c  N dy 54909   8717753     49785    158981     44926    619906    633024   3495562      7.96   no data
2210.83/2210.88	c  N dy 55047   8737827     49785    158981     44942    639732    633024   3786417      7.96      8.53
2218.53/2218.54	c  N dy 55181   8757898     49785    158981     44960    659639    633024   4082669      7.96     10.10
2226.73/2226.70	c  N dy 55320   8777938     49785    158981     44970    679545    633024   4385171      7.96      8.47
2234.14/2234.19	c  N dy 55446   8798007     49785    158981     44993    699346    633024   4670232      7.96      8.59
2241.22/2241.22	c  N dy 55559   8818082     49785    158981     45026    719133    633024   4948229      7.96      9.09
2248.93/2248.96	c  N dy 55695   8838132     49784    158981     45043    738933    633024   5240872      7.97      9.39
2257.43/2257.42	c  N dy 55833   8858785     49784    158981     45055    633163    633024   3603601      7.97      8.40
2264.43/2264.46	c  N dy 55952   8878828     49784    158981     45065    652974    633024   3892014      7.97      8.81
2270.03/2270.01	c Finding binary XORs  T:     0.03 s  found:      30
2272.02/2272.05	c  N dy 56071   8898950     49783    158980     45085    672768    633011   4172553      7.97      8.43
2280.12/2280.16	c  N dy 56206   8918962     49783    158980     45101    692613    633011   4467992      7.97      8.43
2288.93/2288.92	c  N dy 56346   8939254     49783    158980     45117    712740    633011   4770100      7.97      8.51
2296.93/2296.92	c  N dy 56480   8959309     49782    158980     45136    732621    633011   5071786      7.97      8.43
2305.03/2305.06	c  N dy 56623   8979364     49782    158980     45159    752448    633011   5371387      7.97      8.48
2313.63/2313.60	c  N dy 56767   8999377     49781    158980     45178    648630    633011   3759546      7.97      8.47
2321.53/2321.58	c  N dy 56892   9019955     49781    158980     45198    668996    633010   4044898      7.97      8.52
2329.84/2329.86	c  N dy 57038   9042003     49779    158980     45214    690854    633010   4376468      7.98      8.46
2337.83/2337.86	c  N dy 57173   9062067     49779    158980     45224    710709    633010   4665842      7.98      9.73
2346.83/2346.86	c  N dy 57320   9082129     49779    158980     45245    730601    633010   4966082      7.98      8.54
2354.93/2354.98	c  N dy 57440   9102889     49778    158980     45269    751107    633010   5264927      7.98      8.44
2363.95/2363.96	c  N dy 57578   9122970     49778    158980     45293    645937    633010   3638921      7.98      8.47
2371.54/2371.54	c  N dy 57716   9142989     49778    158980     45302    665797    633010   3943239      7.98      8.44
2379.53/2379.55	c  N dy 57856   9163010     49778    158980     45314    685600    633010   4235394      7.98      9.50
2388.15/2388.16	c  N dy 57986   9183106     49778    158980     45333    705484    633010   4517276      7.98      8.79
2395.63/2395.65	c  N dy 58100   9203425     49778    158980     45351    725554    633010   4802588      7.98      8.45
2401.73/2401.80	c  S st 58197   9217753     49778    158980     45363    739769    633010   5014180      7.98   no data
2402.23/2402.27	c  S st 58197   9218256     49778    158980     45381    740252    633010   5019566      7.98   no data
2402.33/2402.34	c x-sub:    18 x-cut:      0 vfix:      0 v-elim:      0 locsubst:    20 time:   0.07
2403.13/2403.13	c Flit:     1 Blit:      0 bXBeca:    0 bXProp:  150 Bins:    340 BRemL:    127 BRemN:      1 P: 20.8M T:  0.79
2403.33/2403.32	c Replacing      190 vars Replaced    21349 lits Time:     0.18 s 
2403.33/2403.36	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2403.33/2403.38	c bin-w-bin subsume rem          176 bins  time:  0.02 s
2403.43/2403.50	c subs with bin:        8  lits-rem:         0  v-fix:    0  time:  0.11 s
2403.54/2403.54	c Subs w/ non-existent bins:      1 l-rem:      0 v-fix:     0 done:  49587 time:  0.04 s
2403.54/2403.57	c Removed useless bin:       2  fixed:     0  props:   1.09M  time:  0.03 s
2404.03/2404.00	c lits-rem:         9  cl-subs:      116  v-elim:     10  v-fix:    0  time:  0.42 s
2404.43/2404.49	c subs with bin:     2229  lits-rem:      1778  v-fix:    0  time:  0.15 s
2405.43/2405.45	c lits-rem:      4306  cl-subs:     5249  v-elim:      0  v-fix:    0  time:  0.92 s
2405.43/2405.47	c vivif2 --  cl tried   158833 cl shrink        0 lits rem          0 time: 0.02
2405.75/2405.79	c vivif2 --  cl tried   730332 cl shrink    18036 lits rem      28579 time: 0.33
2406.13/2406.16	c asymm  cl-useful: 0/24456/158833 lits-rem:0 time: 0.36
2406.23/2406.20	c calculated reachability. Time: 0.01
2406.23/2406.20	c  N dy 58197   9218256     49577    158833     45020    730328    632091   4906101      7.98   no data
2414.73/2414.74	c  N dy 58330   9238351     49577    158833     45034    750254    632091   5203047      7.98      8.90
2423.35/2423.32	c  N dy 58458   9258390     49577    158833     45039    770108    632091   5491520      7.99      8.41
2429.53/2429.51	c  N dy 58542   9278459     49577    158833     45051    660932    632091   3820422      7.99      8.41
2437.23/2437.29	c  N dy 58681   9298522     49577    158833     45061    680814    632091   4118904      7.99      9.78
2444.63/2444.66	c  N dy 58816   9318657     49577    158833     45074    700674    632091   4416545      7.99      8.45
2452.63/2452.65	c  N dy 58955   9338728     49577    158833     45085    720586    632091   4718471      7.99      8.81
2460.13/2460.19	c  N dy 59073   9358820     49577    158833     45100    740514    632091   5003500      7.99      8.53
2467.44/2467.44	c  N dy 59203   9378940     49576    158833     45119    760455    632091   5311294      7.99      8.64
2469.14/2469.15	c Finding binary XORs  T:     0.03 s  found:      30
2476.15/2476.16	c  N dy 59360   9398947     49576    158832     45127    654577    632078   3649718      7.99      8.42
2483.74/2483.79	c  N dy 59496   9419044     49576    158832     45147    674504    632078   3938882      7.99      8.52
2491.13/2491.16	c  N dy 59616   9439197     49576    158832     45161    694441    632078   4227030      7.99      8.56
2498.53/2498.56	c  N dy 59739   9459203     49576    158832     45174    714192    632078   4510072      7.99      9.07
2506.73/2506.70	c  N dy 59885   9479301     49575    158832     45186    734162    632078   4816351      7.99      8.46
2515.03/2515.00	c  N dy 60027   9499367     49575    158832     45197    754047    632078   5108359      8.00     10.31
2522.14/2522.13	c  N dy 60154   9519371     49575    158832     45205    773838    632078   5414978      8.00      9.64
2529.43/2529.48	c  N dy 60276   9539565     49573    158832     45219    666889    632078   3742320      8.00      8.45
2536.73/2536.78	c  N dy 60418   9560022     49573    158832     45235    687084    632078   4044750      8.00      8.42
2544.83/2544.83	c  N dy 60555   9580864     49573    158832     45250    707706    632078   4347767      8.00      8.43
2549.85/2549.86	c  N dy 60641   9601299     49573    158832     45270    727577    632078   4620531      8.00      8.51
2558.94/2558.94	c  N dy 60796   9621382     49572    158832     45291    747512    632078   4920461      8.00      8.78
2567.14/2567.10	c  N dy 60913   9641847     49571    158832     45313    767683    632078   5212820      8.00      8.43
2574.94/2574.97	c  N dy 61035   9661968     49571    158832     45327    787558    632078   5507823      8.00      8.81
2582.54/2582.56	c  N dy 61150   9683642     49570    158832     45341    681257    632078   3876595      8.00      8.55
2591.43/2591.40	c  N dy 61293   9703658     49570    158832     45349    701143    632078   4170880      8.00      9.24
2597.04/2597.01	c  S st 61392   9718256     49570    158832     45357    715564    632078   4386130      8.00      7.82
2597.43/2597.46	c  S st 61392   9718756     49570    158832     45363    716057    632078   4391518      8.00   no data
2597.53/2597.54	c x-sub:    10 x-cut:      0 vfix:      0 v-elim:      0 locsubst:    16 time:   0.07
2598.25/2598.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:  117 Bins:    221 BRemL:    114 BRemN:      2 P: 20.0M T:  0.75
2598.43/2598.47	c Replacing      155 vars Replaced    17976 lits Time:     0.17 s 
2598.53/2598.52	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2598.53/2598.54	c bin-w-bin subsume rem          152 bins  time:  0.02 s
2598.63/2598.65	c subs with bin:        2  lits-rem:         0  v-fix:    0  time:  0.12 s
2598.73/2598.70	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  49415 time:  0.04 s
2598.73/2598.73	c Removed useless bin:       0  fixed:     0  props:   1.10M  time:  0.03 s
2599.13/2599.15	c lits-rem:         2  cl-subs:      116  v-elim:      1  v-fix:    0  time:  0.42 s
2599.63/2599.60	c subs with bin:     2039  lits-rem:      1615  v-fix:    0  time:  0.13 s
2600.63/2600.61	c lits-rem:      3669  cl-subs:     3835  v-elim:      0  v-fix:    0  time:  0.99 s
2600.63/2600.63	c vivif2 --  cl tried   158704 cl shrink        0 lits rem          0 time: 0.02
2600.93/2600.92	c vivif2 --  cl tried   708659 cl shrink     8340 lits rem      13060 time: 0.28
2601.23/2601.26	c asymm  cl-useful: 0/49042/158704 lits-rem:0 time: 0.34
2601.33/2601.30	c calculated reachability. Time: 0.01
2601.33/2601.30	c  N dy 61392   9718756     49414    158704     45024    708657    631219   4325816      8.00   no data
2608.63/2608.65	c  N dy 61522   9738808     49414    158704     45037    728482    631219   4617386      8.00      8.50
2615.04/2615.02	c  N dy 61613   9758823     49414    158704     45056    748241    631219   4890078      8.00      9.57
2621.84/2621.89	c  N dy 61735   9779535     49414    158704     45066    768628    631219   5189859      8.00      8.50
2631.04/2631.05	c  N dy 61873   9799673     49414    158704     45080    788556    631219   5484794      8.01      8.57
2638.74/2638.76	c  N dy 62000   9819681     49414    158704     45093    674911    631219   3752422      8.01      8.68
2644.63/2644.63	c  N dy 62106   9839799     49413    158704     45106    694623    631219   4031348      8.01      8.48
2651.94/2651.97	c  N dy 62241   9859864     49412    158704     45127    714519    631219   4330528      8.01      8.62
2659.86/2659.87	c  N dy 62393   9879874     49412    158704     45132    734396    631219   4638414      8.01     10.62
2668.24/2668.29	c  N dy 62544   9899899     49412    158704     45152    754197    631219   4943823      8.01      9.39
2677.34/2677.41	c  N dy 62673   9919971     49412    158704     45173    774013    631219   5228459      8.01      8.48
2686.44/2686.43	c  N dy 62827   9940034     49411    158704     45189    793852    631219   5533817      8.01      8.45
2696.04/2696.04	c  N dy 62969   9960116     49411    158704     45204    683475    631219   3796709      8.01      8.57
2704.73/2704.70	c  N dy 63111   9980197     49411    158704     45216    703440    631219   4097334      8.01     10.16
2713.04/2713.07	c  N dy 63255  10000292     49409    158704     45230    723370    631219   4401404      8.01      9.06
2722.14/2722.13	c  N dy 63402  10020333     49409    158704     45238    743312    631219   4704025      8.02      9.67
2730.83/2730.83	c  N dy 63519  10040409     49409    158704     45245    763221    631219   4993341      8.02      8.44
2739.06/2739.08	c  N dy 63635  10060416     49409    158704     45253    783022    631219   5289783      8.02      8.50
2749.44/2749.45	c  N dy 63791  10080521     49408    158704     45262    802998    631219   5592883      8.02      8.75
2759.74/2759.76	c  N dy 63939  10100610     49408    158704     45271    822956    631219   5889665      8.02      8.47
2768.24/2768.26	c  N dy 64082  10120676     49408    158704     45274    710103    631219   4122863      8.02      8.48
2775.84/2775.87	c  N dy 64221  10140704     49407    158704     45281    729966    631219   4431868      8.02      8.60
2784.34/2784.33	c  N dy 64373  10160739     49407    158704     45292    749851    631219   4742647      8.02      8.52
2790.84/2790.86	c Finding binary XORs  T:     0.03 s  found:      59
2793.24/2793.24	c  N dy 64518  10180780     49407    158696     45267    769545    631123   5051084      8.03      8.46
2801.04/2801.02	c  N dy 64640  10200926     49407    158696     45277    789498    631123   5348655      8.03      8.55
2809.24/2809.21	c  S st 64762  10218756     49407    158696     45287    807191    631123   5614086      8.03   no data
2809.74/2809.75	c  S st 64762  10219258     49407    158696     45295    807681    631123   5619233      8.03   no data
2809.84/2809.83	c x-sub:     9 x-cut:      0 vfix:      0 v-elim:      0 locsubst:    24 time:   0.08
2810.64/2810.68	c Flit:     1 Blit:      0 bXBeca:    0 bXProp:   16 Bins:    115 BRemL:    115 BRemN:      1 P: 22.5M T:  0.85
2810.84/2810.88	c Replacing       87 vars Replaced    16581 lits Time:     0.19 s 
2810.94/2810.92	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2810.94/2810.94	c bin-w-bin subsume rem           30 bins  time:  0.02 s
2811.04/2811.06	c subs with bin:        2  lits-rem:         0  v-fix:    0  time:  0.12 s
2811.14/2811.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  49318 time:  0.04 s
2811.14/2811.13	c Removed useless bin:       2  fixed:     0  props:   1.10M  time:  0.03 s
2811.55/2811.57	c lits-rem:         0  cl-subs:       35  v-elim:     10  v-fix:    0  time:  0.44 s
2812.14/2812.13	c subs with bin:     1555  lits-rem:      1379  v-fix:    0  time:  0.17 s
2813.04/2813.04	c lits-rem:      3955  cl-subs:     5053  v-elim:      0  v-fix:    0  time:  0.88 s
2813.04/2813.06	c vivif2 --  cl tried   158647 cl shrink        0 lits rem          0 time: 0.02
2813.44/2813.43	c vivif2 --  cl tried   798323 cl shrink    21701 lits rem      35208 time: 0.37
2813.64/2813.62	c asymm  cl-useful: 0/23859/158647 lits-rem:0 time: 0.19
2813.64/2813.67	c calculated reachability. Time: 0.01
2813.64/2813.67	c  N dy 64762  10219258     49308    158647     45071    798321    630829   5493145      8.03   no data
2822.74/2822.78	c  N dy 64889  10239297     49307    158647     45092    818027    630829   5773490      8.03      8.69
2830.74/2830.74	c  N dy 65003  10259445     49307    158647     45106    702119    630829   3957024      8.03      8.48
2837.54/2837.59	c  N dy 65137  10279555     49307    158647     45114    721918    630829   4249988      8.03      8.46
2846.64/2846.66	c  N dy 65294  10299597     49307    158647     45125    741775    630829   4562058      8.03     10.04
2856.04/2856.01	c  N dy 65436  10319760     49307    158647     45143    761704    630829   4858243      8.03      8.47
2864.24/2864.20	c  N dy 65541  10340708     49307    158647     45157    782405    630829   5153769      8.03      8.68
2874.24/2874.21	c  N dy 65698  10360719     49307    158647     45165    802230    630829   5454791      8.03      9.30
2883.04/2883.09	c  N dy 65837  10380811     49307    158647     45176    822083    630829   5759562      8.03      8.51
2892.95/2892.97	c  N dy 65997  10400896     49307    158647     45187    708341    630829   3997523      8.03      8.46
2901.64/2901.65	c  N dy 66134  10420939     49307    158647     45193    728227    630829   4292708      8.04      9.21
2911.04/2911.01	c  N dy 66290  10441037     49307    158647     45209    748134    630829   4595674      8.04      8.50
2919.94/2919.90	c  N dy 66414  10461038     49307    158647     45221    767916    630829   4885318      8.04      8.52
2929.64/2929.63	c  N dy 66573  10481106     49306    158647     45231    787854    630829   5193769      8.04      8.52
2938.54/2938.58	c  N dy 66690  10501132     49306    158647     45247    807597    630829   5475958      8.04      8.48
2948.14/2948.14	c  N dy 66831  10521150     49304    158647     45271    827361    630829   5773108      8.04      8.51
2957.45/2957.40	c  N dy 66958  10541210     49304    158647     45285    712221    630829   3972772      8.04      8.98
2965.95/2965.96	c  N dy 67101  10561252     49304    158647     45293    732101    630829   4274231      8.04      8.51
2974.54/2974.55	c  N dy 67229  10581318     49304    158647     45311    751959    630829   4567217      8.04      9.64
2983.65/2983.60	c  N dy 67369  10601504     49304    158647     45322    772001    630829   4860928      8.04      8.50
2992.85/2992.80	c  N dy 67487  10621593     49304    158647     45341    791801    630829   5139818      8.04      8.49
3003.24/3003.22	c  N dy 67640  10642001     49304    158647     45351    812044    630829   5446485      8.05      8.69
3014.54/3014.51	c  N dy 67786  10662110     49304    158647     45362    832031    630829   5748818      8.05      8.55
3024.05/3024.02	c  N dy 67896  10682114     49304    158647     45377    851838    630829   6039701      8.05     10.60
3032.65/3032.70	c  N dy 68011  10702186     49304    158647     45391    736216    630829   4241698      8.05      9.18
3040.15/3040.12	c  S st 68145  10719259     49302    158647     45409    753098    630829   4503661      8.05   no data
3040.55/3040.56	c  S st 68145  10719760     49302    158647     45415    753586    630829   4509219      8.05   no data
3040.65/3040.64	c x-sub:    13 x-cut:      0 vfix:      0 v-elim:      0 locsubst:    28 time:   0.08
3041.45/3041.46	c Flit:     0 Blit:      2 bXBeca:    0 bXProp:  110 Bins:    182 BRemL:     93 BRemN:      1 P: 20.8M T:  0.82
3041.65/3041.66	c Replacing      117 vars Replaced    17201 lits Time:     0.19 s 
3041.75/3041.71	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3041.75/3041.72	c bin-w-bin subsume rem           56 bins  time:  0.02 s
3041.85/3041.84	c subs with bin:        6  lits-rem:         0  v-fix:    0  time:  0.12 s
3041.85/3041.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  49183 time:  0.04 s
3041.95/3041.92	c Removed useless bin:       0  fixed:     0  props:   1.11M  time:  0.03 s
3042.35/3042.36	c lits-rem:         6  cl-subs:       70  v-elim:      7  v-fix:    0  time:  0.45 s
3042.85/3042.83	c subs with bin:     1625  lits-rem:      1137  v-fix:    0  time:  0.13 s
3043.65/3043.65	c lits-rem:      3277  cl-subs:     3663  v-elim:      0  v-fix:    0  time:  0.80 s
3043.65/3043.68	c vivif2 --  cl tried   158541 cl shrink        0 lits rem          0 time: 0.02
3043.94/3043.97	c vivif2 --  cl tried   746312 cl shrink     6091 lits rem       9601 time: 0.30
3044.34/3044.36	c asymm  cl-useful: 23/33413/158541 lits-rem:23 time: 0.38
3044.44/3044.40	c calculated reachability. Time: 0.01
3044.44/3044.40	c  N dy 68145  10719760     49176    158541     45225    746311    630242   4451361      8.05   no data
3054.34/3054.33	c  N dy 68286  10739871     49175    158541     45245    766257    630242   4753687      8.05      8.74
3062.95/3062.98	c  N dy 68400  10759876     49175    158541     45257    786085    630242   5040335      8.05      8.51
3068.75/3068.73	c Finding binary XORs  T:     0.03 s  found:      18
3070.17/3070.17	c  N dy 68501  10780391     49174    158539     45270    806024    630216   5309100      8.05      8.68
3077.45/3077.49	c  N dy 68601  10800600     49173    158539     45280    826030    630216   5606345      8.05      8.51
3086.66/3086.69	c  N dy 68721  10820602     49172    158539     45292    845868    630216   5900257      8.05      9.30
3097.84/3097.83	c  N dy 68868  10840641     49172    158539     45304    727430    630216   4071258      8.05      9.92
3106.25/3106.26	c  N dy 68992  10860678     49170    158539     45323    747298    630216   4366391      8.05      8.51
3115.16/3115.12	c  N dy 69124  10880888     49170    158539     45338    767319    630216   4664908      8.05      8.73
3123.05/3123.02	c  N dy 69241  10902495     49170    158539     45357    788680    630216   4972588      8.05      8.49
3131.85/3131.88	c  N dy 69357  10922579     49169    158539     45372    808484    630216   5254430      8.05     10.14
3140.95/3140.98	c  N dy 69472  10942580     49167    158539     45398    828146    630216   5533720      8.05      8.48
3149.36/3149.35	c  N dy 69588  10962692     49164    158539     45431    847769    630216   5813604      8.05      8.56
3157.64/3157.65	c  N dy 69689  10982705     49161    158539     45463    867374    630216   6085097      8.05      9.69
3166.97/3166.96	c  N dy 69818  11002790     49160    158539     45484    753185    630216   4342207      8.05      8.52
3175.15/3175.14	c  N dy 69940  11022823     49158    158539     45503    772983    630216   4634229      8.05      8.48
3183.85/3183.87	c  N dy 70082  11043066     49157    158539     45522    793081    630216   4945652      8.06      8.57
3193.15/3193.11	c  N dy 70224  11063683     49157    158539     45548    813477    630216   5258505      8.06      8.58
3202.35/3202.37	c  N dy 70336  11083690     49157    158539     45563    833331    630216   5543477      8.06      8.49
3210.85/3210.87	c  N dy 70436  11103747     49157    158539     45579    853156    630216   5824321      8.06      8.51
3220.95/3220.95	c  N dy 70582  11123835     49156    158539     45593    873101    630216   6126403      8.06      9.13
3229.95/3229.98	c  N dy 70697  11144059     49156    158539     45616    755280    630216   4281159      8.06      8.53
3239.65/3239.62	c  N dy 70827  11164270     49156    158539     45630    775360    630216   4575032      8.06      8.51
3247.55/3247.50	c  N dy 70938  11184341     49156    158539     45648    795182    630216   4860239      8.06      8.55
3256.85/3256.89	c  N dy 71065  11204459     49156    158539     45667    815057    630216   5140811      8.06      8.49
3264.15/3264.15	c  S st 71161  11219762     49156    158539     45678    830225    630216   5369925      8.06   no data
3264.76/3264.72	c  S st 71161  11220263     49154    158539     45687    830711    630216   5375504      8.06   no data
3264.76/3264.81	c x-sub:     8 x-cut:      0 vfix:      0 v-elim:      1 locsubst:     4 time:   0.09
3265.75/3265.70	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:  163 Bins:    222 BRemL:     88 BRemN:      0 P: 22.9M T:  0.89
3265.97/3265.92	c Replacing      183 vars Replaced    28189 lits Time:     0.21 s 
3265.97/3265.96	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3265.97/3265.98	c bin-w-bin subsume rem          115 bins  time:  0.02 s
3266.15/3266.10	c subs with bin:        2  lits-rem:         0  v-fix:    0  time:  0.12 s
3266.15/3266.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48970 time:  0.04 s
3266.15/3266.17	c Removed useless bin:       0  fixed:     0  props:   1.11M  time:  0.03 s
3266.65/3266.63	c lits-rem:        43  cl-subs:      110  v-elim:     24  v-fix:    0  time:  0.46 s
3267.15/3267.19	c subs with bin:     2312  lits-rem:      1508  v-fix:    0  time:  0.16 s
3268.17/3268.13	c lits-rem:      4066  cl-subs:     5427  v-elim:      0  v-fix:    0  time:  0.91 s
3268.17/3268.15	c vivif2 --  cl tried   158284 cl shrink        0 lits rem          0 time: 0.02
3268.55/3268.51	c vivif2 --  cl tried   817983 cl shrink    14222 lits rem      22425 time: 0.36
3268.85/3268.88	c asymm  cl-useful: 1/18794/158284 lits-rem:1 time: 0.37
3268.95/3268.93	c calculated reachability. Time: 0.01
3268.95/3268.93	c  N dy 71161  11220263     48946    158284     45251    817983    628801   5254705      8.06   no data
3278.55/3278.58	c  N dy 71283  11240331     48946    158284     45260    837895    628801   5546942      8.06      8.58
3288.26/3288.23	c  N dy 71406  11260623     48945    158284     45272    858023    628801   5841623      8.06      8.57
3298.75/3298.76	c  N dy 71543  11280772     48945    158284     45288    877956    628801   6130959      8.06      8.57
3309.35/3309.32	c  N dy 71692  11300836     48945    158284     45298    755105    628801   4281984      8.06      9.34
3312.95/3312.96	c Finding binary XORs  T:     0.03 s  found:      36
3317.45/3317.43	c  N dy 71805  11321347     48945    158283     45318    775288    628788   4571389      8.06      8.54
3326.95/3326.96	c  N dy 71948  11341390     48945    158283     45332    795185    628788   4875284      8.06     10.00
3336.65/3336.64	c  N dy 72088  11361457     48945    158283     45344    815080    628788   5172872      8.06      8.50
3344.65/3344.61	c  N dy 72201  11381479     48943    158283     45371    834778    628788   5456524      8.06      8.53
3352.45/3352.45	c  N dy 72311  11401563     48941    158283     45399    854580    628788   5741817      8.06      8.57
3360.46/3360.44	c  N dy 72411  11421695     48941    158283     45417    874448    628788   6026899      8.06      8.62
3371.46/3371.48	c  N dy 72562  11441840     48941    158283     45433    894395    628788   6331988      8.07      8.51
3382.26/3382.25	c  N dy 72703  11461868     48941    158283     45443    775343    628788   4486938      8.07      9.34
3391.37/3391.33	c  N dy 72830  11481914     48941    158283     45466    795200    628788   4786252      8.07      8.54
3401.56/3401.56	c  N dy 72977  11501959     48941    158283     45473    815120    628788   5095639      8.07      8.54
3410.76/3410.76	c  N dy 73085  11521983     48941    158283     45487    834927    628788   5383279      8.07      9.34
3421.07/3421.09	c  N dy 73217  11542043     48941    158283     45499    854790    628788   5681813      8.07     10.01
3431.45/3431.48	c  N dy 73338  11562117     48941    158283     45509    874696    628788   5967440      8.07      9.73
3442.85/3442.83	c  N dy 73484  11582369     48941    158283     45517    894797    628788   6270661      8.07      8.52
3453.36/3453.39	c  N dy 73629  11602413     48941    158283     45528    772990    628788   4373886      8.07      8.73
3462.36/3462.32	c  N dy 73749  11622443     48941    158283     45541    792840    628788   4674604      8.07      9.90
3472.36/3472.32	c  N dy 73905  11642541     48941    158283     45548    812803    628788   4987366      8.07      8.51
3482.46/3482.49	c  N dy 74045  11662647     48941    158283     45563    832751    628788   5288310      8.08      8.56
3492.85/3492.81	c  N dy 74187  11682974     48939    158283     45585    852889    628788   5590395      8.08      8.51
3503.36/3503.36	c  N dy 74317  11703167     48938    158283     45600    872880    628788   5886157      8.08      8.53
3513.26/3513.24	c  S st 74449  11720264     48938    158283     45612    889884    628788   6155201      8.08   no data
3513.86/3513.84	c  S st 74449  11720766     48938    158283     45623    890371    628788   6161200      8.08   no data
3513.96/3513.95	c x-sub:     2 x-cut:      0 vfix:      0 v-elim:      0 locsubst:    50 time:   0.10
3514.96/3514.96	c Flit:     1 Blit:      3 bXBeca:    0 bXProp:   95 Bins:    185 BRemL:    101 BRemN:      2 P: 24.5M T:  1.01
3515.26/3515.20	c Replacing      148 vars Replaced    16700 lits Time:     0.24 s 
3515.26/3515.25	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3515.26/3515.27	c bin-w-bin subsume rem           88 bins  time:  0.02 s
3515.36/3515.39	c subs with bin:        6  lits-rem:         0  v-fix:    0  time:  0.12 s
3515.46/3515.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48786 time:  0.04 s
3515.46/3515.47	c Removed useless bin:       0  fixed:     0  props:   1.12M  time:  0.03 s
3515.96/3515.97	c lits-rem:         3  cl-subs:       81  v-elim:      0  v-fix:    0  time:  0.50 s
3516.67/3516.61	c subs with bin:     1728  lits-rem:      1219  v-fix:    0  time:  0.20 s
3517.66/3517.64	c lits-rem:      3817  cl-subs:     5288  v-elim:      0  v-fix:    0  time:  1.01 s
3517.66/3517.66	c vivif2 --  cl tried   158177 cl shrink        0 lits rem          0 time: 0.02
3518.16/3518.11	c vivif2 --  cl tried   881819 cl shrink    23338 lits rem      37392 time: 0.44
3518.56/3518.52	c asymm  cl-useful: 0/18092/158177 lits-rem:0 time: 0.42
3518.56/3518.57	c calculated reachability. Time: 0.01
3518.56/3518.57	c  N dy 74449  11720766     48786    158177     45350    881813    628177   6054399      8.08   no data
3529.66/3529.62	c  N dy 74589  11740785     48786    158177     45363    901652    628177   6359338      8.08      9.84
3541.26/3541.29	c  N dy 74744  11760789     48786    158177     45369    774790    628177   4367850      8.08      9.60
3551.36/3551.36	c  N dy 74872  11780841     48785    158177     45377    794690    628177   4667291      8.08     10.15
3561.26/3561.25	c  N dy 75002  11802313     48785    158177     45390    815986    628177   4989402      8.08      8.52
3571.06/3571.05	c  N dy 75152  11822321     48784    158177     45397    835832    628176   5300925      8.08      8.81
3580.06/3580.02	c  N dy 75266  11842389     48784    158177     45406    855695    628176   5603405      8.08      8.58
3590.06/3590.04	c  N dy 75397  11862469     48784    158177     45414    875606    628176   5908571      8.08      8.53
3602.06/3602.03	c  N dy 75541  11882730     48784    158177     45425    895689    628176   6208569      8.09      8.59
3613.36/3613.39	c  N dy 75661  11902838     48784    158177     45440    915564    628176   6490474      8.09      8.56
3624.66/3624.64	c  N dy 75795  11922907     48784    158177     45447    791493    628176   4535838      8.09      9.43
3635.26/3635.20	c  N dy 75948  11942912     48784    158177     45454    811376    628176   4851372      8.09      8.56
3646.16/3646.11	c  N dy 76092  11963012     48784    158177     45466    831340    628176   5154953      8.09      8.61
3656.36/3656.34	c  N dy 76207  11983117     48784    158177     45479    851278    628176   5442979      8.09      8.72
3667.47/3667.48	c  N dy 76343  12003141     48784    158177     45489    871097    628176   5728672      8.09      9.13
3678.87/3678.86	c  N dy 76503  12023257     48782    158177     45507    891058    628176   6052175      8.09      8.52
3689.48/3689.46	c  N dy 76638  12043308     48782    158177     45517    910884    628176   6355758      8.09      8.54
3701.36/3701.34	c  N dy 76784  12063366     48782    158177     45530    930800    628176   6658118      8.09     11.13
3712.16/3712.14	c  N dy 76921  12083396     48782    158177     45547    805653    628176   4660120      8.09      8.54
3722.56/3722.57	c  N dy 77057  12103501     48782    158177     45561    825589    628176   4959677      8.09      8.63
3729.36/3729.35	c Finding binary XORs  T:     0.03 s  found:      56
3733.48/3733.45	c  N dy 77196  12123707     48782    158173     45568    845649    628124   5259011      8.10      8.55
3742.07/3742.07	c  N dy 77317  12143740     48782    158173     45603    865403    628124   5554479      8.10      9.21
3750.17/3750.18	c  N dy 77445  12163808     48782    158173     45625    885245    628124   5854991      8.10     13.36
3757.37/3757.36	c  N dy 77548  12183812     48782    158173     45648    904869    628124   6133321      8.10      8.86
3764.57/3764.56	c  N dy 77657  12203899     48782    158173     45658    924621    628124   6422959      8.10      8.53
3772.97/3772.91	c  S st 77777  12220767     48782    158173     45667    941258    628124   6681344      8.10   no data
3773.87/3773.84	c  S st 77777  12221268     48782    158173     45674    799509    628124   4464784      8.10   no data
3773.97/3773.94	c x-sub:    18 x-cut:      0 vfix:      0 v-elim:      1 locsubst:    34 time:   0.10
3774.87/3774.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:   77 Bins:    229 BRemL:    102 BRemN:      1 P: 22.0M T:  0.91
3774.97/3774.98	c Replacing      145 vars Replaced    11983 lits Time:     0.13 s 
3775.07/3775.03	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3775.07/3775.05	c bin-w-bin subsume rem          116 bins  time:  0.02 s
3775.17/3775.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.12 s
3775.28/3775.22	c Subs w/ non-existent bins:      1 l-rem:      0 v-fix:     0 done:  48636 time:  0.04 s
3775.28/3775.25	c Removed useless bin:       0  fixed:     0  props:   1.12M  time:  0.03 s
3775.77/3775.74	c lits-rem:        10  cl-subs:      138  v-elim:      8  v-fix:    0  time:  0.49 s
3776.27/3776.22	c subs with bin:     1208  lits-rem:       681  v-fix:    0  time:  0.12 s
3777.16/3777.11	c lits-rem:      2402  cl-subs:     2776  v-elim:      0  v-fix:    0  time:  0.87 s
3777.16/3777.13	c vivif2 --  cl tried   158006 cl shrink        0 lits rem          0 time: 0.02
3777.48/3777.44	c vivif2 --  cl tried   794509 cl shrink      365 lits rem        472 time: 0.31
3777.87/3777.84	c asymm  cl-useful: 0/27363/158006 lits-rem:0 time: 0.40
3777.87/3777.89	c calculated reachability. Time: 0.01
3777.87/3777.89	c  N dy 77777  12221268     48628    158006     45439    794508    627163   4434656      8.10   no data
3786.56/3786.52	c  N dy 77914  12241302     48628    158006     45449    814368    627163   4731118      8.10      9.42
3794.97/3794.97	c  N dy 78028  12261328     48628    158006     45462    834160    627163   5023012      8.10      8.65
3803.06/3803.07	c  N dy 78152  12281387     48628    158006     45481    853986    627163   5322315      8.10      8.53
3813.37/3813.39	c  N dy 78298  12301482     48628    158006     45488    873974    627163   5630056      8.10      8.53
3825.17/3825.15	c  N dy 78451  12321668     48628    158006     45499    894044    627163   5939295      8.10      8.56
3836.47/3836.41	c  N dy 78591  12341707     48628    158006     45509    913930    627163   6241137      8.10     12.44
3848.47/3848.40	c  N dy 78746  12361711     48628    158006     45516    933851    627163   6553033      8.10      8.67
3860.66/3860.66	c  N dy 78888  12381712     48627    158006     45524    953726    627163   6851461      8.10      9.12
3870.57/3870.56	c  N dy 79020  12401876     48626    158006     45535    824529    627162   4786492      8.10      8.63
3879.67/3879.66	c  N dy 79147  12421898     48626    158006     45543    844351    627162   5083432      8.11      9.31
3887.48/3887.48	c  N dy 79242  12442077     48626    158006     45565    864105    627162   5367598      8.11      8.68
3898.26/3898.22	c  N dy 79384  12462214     48626    158006     45568    884093    627162   5676215      8.11      8.58
3910.06/3910.04	c  N dy 79524  12482262     48626    158006     45586    903981    627162   5970636      8.11     11.40
3919.27/3919.21	c  N dy 79621  12502316     48626    158006     45600    923796    627162   6246930      8.11      8.63
3930.07/3930.06	c  N dy 79769  12522530     48626    158006     45612    943873    627162   6554910      8.11      8.57
3941.77/3941.76	c  N dy 79899  12542597     48626    158006     45625    817440    627162   4592764      8.11      8.69
3952.57/3952.50	c  N dy 80033  12562668     48626    158006     45636    837365    627162   4889597      8.11      9.05
3962.29/3962.26	c  N dy 80170  12582762     48626    158006     45647    857284    627162   5191927      8.11      8.80
3973.07/3973.06	c  N dy 80319  12602785     48626    158006     45656    877190    627162   5500129      8.11      8.55
3984.57/3984.59	c  N dy 80466  12622844     48626    158006     45675    897098    627162   5806740      8.11      9.69
3994.87/3994.82	c  N dy 80593  12642972     48626    158006     45682    917077    627162   6112244      8.11      8.56
4004.17/4004.19	c  N dy 80708  12662974     48626    158006     45699    936741    627162   6398414      8.11      9.04
4014.57/4014.59	c  N dy 80837  12683150     48626    158006     45703    956736    627162   6706223      8.11      8.58
4025.67/4025.69	c  N dy 80969  12703521     48626    158006     45714    829310    627162   4681378      8.11      8.69
4032.58/4032.56	c  S st 81051  12721269     48626    158006     45735    846839    627162   4947854      8.11   no data
4033.18/4033.14	c  S st 81051  12721771     48626    158006     45742    847331    627162   4952892      8.11   no data
4033.28/4033.24	c x-sub:    17 x-cut:      0 vfix:      0 v-elim:      0 locsubst:    10 time:   0.11
4034.27/4034.21	c Flit:     2 Blit:      0 bXBeca:    0 bXProp:   90 Bins:    256 BRemL:    137 BRemN:      0 P: 23.2M T:  0.97
4034.47/4034.45	c Replacing       95 vars Replaced    14948 lits Time:     0.23 s 
4034.57/4034.50	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4034.57/4034.52	c bin-w-bin subsume rem           53 bins  time:  0.02 s
4034.67/4034.64	c subs with bin:        4  lits-rem:         0  v-fix:    0  time:  0.12 s
4034.67/4034.68	c Subs w/ non-existent bins:      1 l-rem:      0 v-fix:     0 done:  48529 time:  0.04 s
4034.78/4034.72	c Removed useless bin:       0  fixed:     0  props:   1.13M  time:  0.03 s
4035.27/4035.22	c lits-rem:         6  cl-subs:       73  v-elim:     37  v-fix:    0  time:  0.50 s
4035.77/4035.76	c subs with bin:     1448  lits-rem:      1319  v-fix:    0  time:  0.14 s
4036.57/4036.56	c lits-rem:      5099  cl-subs:     5101  v-elim:      0  v-fix:    0  time:  0.77 s
4036.57/4036.58	c vivif2 --  cl tried   157826 cl shrink        0 lits rem          0 time: 0.02
4036.98/4036.93	c vivif2 --  cl tried   837680 cl shrink     4331 lits rem       6709 time: 0.35
4037.37/4037.30	c asymm  cl-useful: 0/40830/157826 lits-rem:0 time: 0.37
4037.37/4037.34	c calculated reachability. Time: 0.01
4037.37/4037.34	c  N dy 81051  12721771     48492    157826     45578    837678    626267   4874486      8.11   no data
4037.37/4037.38	c Finding binary XORs  T:     0.03 s  found:      15
4047.98/4047.97	c  N dy 81184  12741855     48492    157826     45590    857616    626267   5172899      8.11     10.50
4058.67/4058.67	c  N dy 81320  12761905     48492    157826     45602    877537    626267   5471037      8.12      9.31
4069.77/4069.70	c  N dy 81465  12781972     48492    157826     45618    897459    626267   5767781      8.12     10.27
4081.08/4081.09	c  N dy 81614  12802039     48492    157826     45639    917396    626267   6078092      8.12      9.62
4090.88/4090.89	c  N dy 81744  12822069     48492    157826     45656    937176    626267   6373345      8.12     10.34
4101.08/4101.09	c  N dy 81879  12842170     48492    157826     45669    957027    626267   6662299      8.12      8.58
4112.67/4112.64	c  N dy 82018  12862176     48492    157826     45678    976864    626267   6960350      8.12      9.83
4122.47/4122.47	c  N dy 82150  12882224     48491    157826     45686    843056    626267   4875750      8.12      8.56
4132.37/4132.37	c  N dy 82292  12902316     48491    157826     45693    862951    626267   5172529      8.12     10.99
4142.27/4142.26	c  N dy 82420  12922386     48491    157826     45710    882832    626267   5476383      8.12      8.60
4152.27/4152.28	c  N dy 82560  12942542     48491    157826     45724    902765    626266   5786574      8.12      8.82
4162.27/4162.20	c  N dy 82690  12962557     48491    157826     45736    922579    626266   6084551      8.12     10.16
4172.18/4172.17	c  N dy 82820  12982562     48491    157826     45745    942304    626266   6373725      8.12      8.72
4183.57/4183.58	c  N dy 82967  13002719     48491    157826     45759    962294    626266   6683070      8.12      8.61
4196.59/4196.53	c  N dy 83118  13022782     48491    157826     45772    982242    626266   6990589      8.13      9.62
4207.98/4207.95	c  N dy 83244  13043045     48491    157826     45788    852454    626266   4916635      8.13      8.56
4218.98/4218.91	c  N dy 83388  13063096     48491    157826     45807    872362    626266   5217701      8.13      8.63
4229.08/4229.01	c  N dy 83506  13083214     48491    157826     45817    892162    626266   5505153      8.13      8.67
4240.67/4240.62	c  N dy 83641  13103394     48491    157826     45827    912178    626266   5798448      8.13      8.56
4251.37/4251.34	c  N dy 83743  13123484     48491    157826     45838    932078    626265   6081511      8.13      8.57
4255.07/4255.06	c  F st 83779  13130467     48491    157826     45842    938976    626265   6179090      8.13   no data
4255.37/4255.31	c Replacing       15 vars Replaced     4349 lits Time:     0.14 s 
4261.08/4261.08	c  N dy 83828  13143509     48476    157825     45822    951785    626248   6368123      8.13      8.60
4272.98/4272.93	c  N dy 83960  13163583     48476    157825     45842    971671    626248   6661781      8.13      9.25
4283.88/4283.80	c  N dy 84084  13183603     48476    157825     45857    991419    626248   6944713      8.13      9.42
4294.58/4294.52	c  N dy 84224  13203625     48476    157825     45865    861485    626248   4960739      8.13      9.53
4303.98/4303.94	c  S st 84335  13221772     48476    157825     45873    879496    626248   5221803      8.13   no data
4304.48/4304.47	c  S st 84335  13222275     48476    157825     45879    879990    626248   5227888      8.13   no data
4304.58/4304.59	c x-sub:     5 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     8 time:   0.12
4305.68/4305.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:  110 Bins:    209 BRemL:    158 BRemN:      0 P: 24.0M T:  1.03
4305.78/4305.76	c Replacing      114 vars Replaced    15837 lits Time:     0.15 s 
4305.88/4305.81	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4305.88/4305.83	c bin-w-bin subsume rem           86 bins  time:  0.02 s
4305.98/4305.96	c subs with bin:        4  lits-rem:         0  v-fix:    0  time:  0.12 s
4306.08/4306.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48362 time:  0.04 s
4306.08/4306.03	c Removed useless bin:       2  fixed:     0  props:   1.13M  time:  0.03 s
4306.60/4306.56	c lits-rem:        16  cl-subs:       87  v-elim:     10  v-fix:    0  time:  0.52 s
4307.18/4307.14	c subs with bin:     2104  lits-rem:      1674  v-fix:    0  time:  0.16 s
4308.18/4308.10	c lits-rem:      3348  cl-subs:     4261  v-elim:      0  v-fix:    0  time:  0.94 s
4308.18/4308.13	c vivif2 --  cl tried   157698 cl shrink        0 lits rem          0 time: 0.02
4308.58/4308.50	c vivif2 --  cl tried   871888 cl shrink     6446 lits rem      10057 time: 0.37
4308.68/4308.68	c asymm  cl-useful: 0/19206/157698 lits-rem:0 time: 0.18
4308.79/4308.73	c calculated reachability. Time: 0.01
4308.79/4308.73	c  N dy 84335  13222275     48352    157698     45609    871884    625593   5161177      8.13   no data
4319.97/4319.95	c  N dy 84483  13242373     48351    157698     45620    891852    625593   5468319      8.13     12.94
4330.87/4330.81	c  N dy 84611  13262427     48351    157698     45627    911787    625593   5765193      8.13      8.56
4341.38/4341.37	c  N dy 84732  13282513     48351    157698     45639    931711    625593   6057228      8.13      9.67
4353.18/4353.17	c  N dy 84875  13302620     48351    157698     45643    951706    625593   6360538      8.13      8.60
4364.89/4364.87	c  N dy 85019  13322624     48351    157698     45648    971618    625593   6665917      8.13      9.65
4377.78/4377.78	c  N dy 85159  13342679     48351    157698     45654    991586    625593   6962817      8.13      8.82
4390.88/4390.83	c  N dy 85283  13362822     48351    157698     45669    854340    625593   4823527      8.13      8.57
4401.08/4401.06	c  N dy 85400  13382854     48351    157698     45679    874045    625593   5104863      8.13      8.66
4412.58/4412.51	c  N dy 85531  13402953     48351    157698     45694    894021    625593   5402785      8.14      8.58
4423.98/4423.97	c  N dy 85664  13423070     48351    157698     45704    913976    625593   5698604      8.14      8.61
4436.18/4436.10	c  N dy 85789  13443155     48351    157698     45722    933887    625593   5979723      8.14      9.91
4447.68/4447.68	c  N dy 85908  13463199     48351    157698     45734    953793    625593   6266662      8.14      8.94
4460.68/4460.66	c  N dy 86050  13483231     48351    157698     45741    973707    625593   6559627      8.14      9.20
4474.29/4474.23	c  N dy 86199  13503532     48351    157698     45752    993840    625593   6865847      8.14      8.85
4487.18/4487.11	c  N dy 86324  13523562     48351    157698     45774    861367    625593   4833231      8.14      8.78
4498.39/4498.37	c  N dy 86448  13544025     48351    157698     45788    881680    625593   5125761      8.14      8.80
4510.48/4510.44	c  N dy 86589  13564230     48350    157698     45802    901778    625593   5429286      8.14      8.62
4519.78/4519.78	c Finding binary XORs  T:     0.03 s  found:      36
4522.09/4522.08	c  N dy 86715  13584243     48350    157696     45811    921615    625567   5725638      8.14     11.66
4532.98/4532.97	c  N dy 86842  13604290     48350    157696     45819    941534    625567   6029360      8.14      9.49
4544.38/4544.39	c  N dy 86983  13624316     48350    157696     45832    961412    625567   6336223      8.14      8.87
4555.29/4555.28	c  N dy 87103  13644442     48350    157696     45848    981331    625567   6629236      8.14      8.58
4566.09/4566.10	c  N dy 87209  13667994     48349    157696     45875   1004427    625567   6948854      8.14      8.63
4577.48/4577.44	c  N dy 87324  13688045     48349    157696     45890    870781    625567   4879082      8.14      8.57
4587.58/4587.51	c  N dy 87442  13708151     48349    157696     45901    890658    625567   5168828      8.14      8.65
4594.69/4594.68	c  S st 87536  13722276     48349    157696     45908    904623    625567   5378636      8.14      7.35
4595.38/4595.33	c  S st 87536  13722777     48349    157696     45914    905115    625567   5384220      8.14   no data
4595.48/4595.45	c x-sub:     4 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     8 time:   0.12
4596.48/4596.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:   58 Bins:    216 BRemL:    124 BRemN:      1 P: 24.7M T:  1.05
4596.78/4596.75	c Replacing       98 vars Replaced    11294 lits Time:     0.25 s 
4596.89/4596.81	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4596.89/4596.82	c bin-w-bin subsume rem           85 bins  time:  0.02 s
4597.00/4596.94	c subs with bin:        4  lits-rem:         0  v-fix:    0  time:  0.13 s
4597.00/4596.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48251 time:  0.04 s
4597.08/4597.02	c Removed useless bin:       2  fixed:     0  props:   1.14M  time:  0.03 s
4597.58/4597.55	c lits-rem:        22  cl-subs:       69  v-elim:     24  v-fix:    0  time:  0.53 s
4598.18/4598.16	c subs with bin:     1747  lits-rem:      1122  v-fix:    0  time:  0.16 s
4599.10/4599.06	c lits-rem:      3198  cl-subs:     3787  v-elim:      0  v-fix:    0  time:  0.87 s
4599.10/4599.08	c vivif2 --  cl tried   157526 cl shrink        0 lits rem          0 time: 0.02
4599.49/4599.47	c vivif2 --  cl tried   898542 cl shrink     6694 lits rem      10676 time: 0.39
4599.99/4599.91	c asymm  cl-useful: 27/25973/157526 lits-rem:27 time: 0.43
4599.99/4599.95	c calculated reachability. Time: 0.01
4599.99/4599.96	c  N dy 87536  13722777     48227    157526     45701    898542    624702   5323569      8.14   no data
4610.89/4610.81	c  N dy 87651  13742836     48227    157526     45719    918408    624702   5608775      8.14     10.52
4622.30/4622.26	c  N dy 87771  13762861     48227    157526     45731    938268    624702   5894199      8.14      9.07
4634.29/4634.30	c  N dy 87904  13782879     48226    157526     45743    958145    624702   6187084      8.14      8.58
4646.08/4646.00	c  N dy 88030  13803082     48225    157526     45760    978172    624702   6480509      8.14      8.74
4657.29/4657.28	c  N dy 88161  13823093     48225    157526     45770    998013    624702   6772199      8.14      8.62
4669.19/4669.10	c  N dy 88281  13843185     48225    157526     45784   1017895    624702   7053267      8.14      8.67
4678.49/4678.42	c  N dy 88373  13863514     48225    157526     45797    882582    624702   4981261      8.14      8.58
4687.68/4687.62	c  N dy 88464  13883764     48225    157526     45812    902553    624702   5256917      8.14      8.69
4698.58/4698.56	c  N dy 88575  13903798     48225    157526     45821    922410    624702   5535991      8.14      8.86
4708.19/4708.12	c  N dy 88678  13923860     48225    157526     45831    942147    624702   5805022      8.14      9.25
4719.00/4718.91	c  N dy 88807  13943922     48225    157526     45847    962036    624702   6097396      8.14      8.69
4730.79/4730.70	c  N dy 88930  13963980     48225    157526     45857    981902    624702   6383986      8.14      8.84
4741.39/4741.36	c  N dy 89062  13984407     48225    157526     45866   1002117    624702   6691758      8.14      8.87
4752.89/4752.87	c  N dy 89190  14004593     48225    157526     45872   1022091    624702   6982764      8.14      8.60
4765.88/4765.81	c  N dy 89318  14024684     48225    157526     45896   1041983    624702   7266596      8.14      8.60
4776.89/4776.88	c  N dy 89432  14044821     48225    157526     45911    909452    624702   5253397      8.14      8.64
4786.78/4786.72	c  N dy 89544  14065853     48225    157526     45932    930047    624702   5540394      8.14      8.60
4797.79/4797.74	c  N dy 89667  14086087     48225    157526     45939    950146    624702   5831462      8.15      8.59
4808.59/4808.50	c  N dy 89790  14106202     48225    157526     45953    970053    624702   6118241      8.15      8.67
4817.79/4817.75	c  N dy 89898  14126255     48225    157526     45969    989726    624702   6401170      8.15      9.03
4829.69/4829.61	c  N dy 90043  14146453     48225    157526     45981   1009794    624702   6721836      8.15      8.61
4841.79/4841.74	c  N dy 90185  14166613     48225    157526     45994   1029791    624702   7028665      8.15      8.66
4856.10/4856.00	c  N dy 90329  14186621     48225    157526     46004   1049672    624702   7327539      8.15      9.17
4868.79/4868.74	c  N dy 90468  14207011     48225    157526     46026    914823    624702   5252880      8.15      8.58
4878.39/4878.31	c  S st 90588  14222777     48225    157526     46043    930475    624702   5490535      8.15      7.91
4878.99/4878.98	c  S st 90588  14223280     48225    157526     46049    930971    624702   5495872      8.15   no data
4879.19/4879.10	c x-sub:     4 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     4 time:   0.12
4880.19/4880.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:   86 Bins:    132 BRemL:     61 BRemN:      1 P: 25.4M T:  1.09
4880.49/4880.46	c Replacing       88 vars Replaced    16704 lits Time:     0.26 s 
4880.59/4880.51	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4880.59/4880.53	c bin-w-bin subsume rem           44 bins  time:  0.02 s
4880.70/4880.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.13 s
4880.70/4880.70	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  48137 time:  0.04 s
4880.81/4880.74	c Removed useless bin:       0  fixed:     0  props:   1.14M  time:  0.03 s
4881.29/4881.28	c lits-rem:        58  cl-subs:       58  v-elim:     24  v-fix:    0  time:  0.54 s
4881.91/4881.89	c subs with bin:     1565  lits-rem:      1084  v-fix:    0  time:  0.16 s
4882.89/4882.82	c lits-rem:      3161  cl-subs:     3445  v-elim:      0  v-fix:    0  time:  0.90 s
4882.89/4882.84	c vivif2 --  cl tried   157403 cl shrink        0 lits rem          0 time: 0.02
4883.29/4883.25	c vivif2 --  cl tried   923519 cl shrink     6264 lits rem       9839 time: 0.40
4883.69/4883.67	c asymm  cl-useful: 19/20248/157403 lits-rem:31 time: 0.42
4883.79/4883.72	c calculated reachability. Time: 0.01
4883.79/4883.72	c  N dy 90588  14223280     48113    157399     45855    923514    624055   5433325      8.15   no data
4883.79/4883.75	c Finding binary XORs  T:     0.03 s  found:       5
4896.39/4896.30	c  N dy 90736  14243394     48113    157399     45860    943514    624055   5742390      8.15      8.80
4908.40/4908.38	c  N dy 90881  14263446     48113    157399     45874    963447    624055   6052761      8.15      9.06
4919.69/4919.63	c  N dy 91015  14283502     48113    157399     45887    983379    624055   6353754      8.15      9.85
4931.69/4931.60	c  N dy 91148  14303536     48113    157399     45899   1003240    624055   6650483      8.15      8.72
4943.99/4943.93	c  N dy 91294  14323547     48113    157399     45908   1023102    624055   6958998      8.15      9.45
4958.49/4958.45	c  N dy 91451  14343615     48113    157399     45920   1043070    624055   7271575      8.15      8.60
4972.00/4971.97	c  N dy 91582  14363698     48113    157399     45928   1063018    624055   7572521      8.15      8.84
4983.79/4983.79	c  N dy 91714  14383754     48113    157399     45939    920753    624055   5300317      8.15      9.97
4993.89/4993.87	c  N dy 91826  14404518     48113    157399     45948    941308    624055   5593764      8.15      8.72

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-3401089-1306281287/watcher-3401089-1306281287 -o /tmp/evaluation-result-3401089-1306281287/solver-3401089-1306281287 -C 5000 -W 5100 -M 15500 ./strangenight2-st HOME/instance-3401089-1306281287.cnf 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 1.96 1.94 1.41 2/464 7681
/proc/meminfo: memFree=9221948/32950928 swapFree=62428416/67111528
[pid=7681] ppid=7679 vsize=32116 CPUtime=0 cores=0,2,4,6
/proc/7681/stat : 7681 (strangenight2-s) R 7679 7681 7422 0 -1 4202496 1392 0 0 0 0 0 0 0 25 0 1 0 739728542 32886784 1230 33554432000 4194304 4580011 140736586440960 18446744073709551615 4307159 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/7681/statm: 8029 1230 324 95 0 3011 0

[startup+0.0929009 s]
/proc/loadavg: 1.96 1.94 1.41 2/464 7681
/proc/meminfo: memFree=9221948/32950928 swapFree=62428416/67111528
[pid=7681] ppid=7679 vsize=70248 CPUtime=0.08 cores=0,2,4,6
/proc/7681/stat : 7681 (strangenight2-s) R 7679 7681 7422 0 -1 4202496 11791 0 0 0 7 1 0 0 25 0 1 0 739728542 71933952 9546 33554432000 4194304 4580011 140736586440960 18446744073709551615 248089395303 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/7681/statm: 17562 9568 324 95 0 12544 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 70248

[startup+0.100895 s]
/proc/loadavg: 1.96 1.94 1.41 2/464 7681
/proc/meminfo: memFree=9221948/32950928 swapFree=62428416/67111528
[pid=7681] ppid=7679 vsize=71328 CPUtime=0.09 cores=0,2,4,6
/proc/7681/stat : 7681 (strangenight2-s) R 7679 7681 7422 0 -1 4202496 12735 0 0 0 8 1 0 0 25 0 1 0 739728542 73039872 10474 33554432000 4194304 4580011 140736586440960 18446744073709551615 4307916 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/7681/statm: 17832 10476 324 95 0 12814 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 71328

[startup+0.300856 s]
/proc/loadavg: 1.96 1.94 1.41 2/464 7681
/proc/meminfo: memFree=9221948/32950928 swapFree=62428416/67111528
[pid=7681] ppid=7679 vsize=104488 CPUtime=0.29 cores=0,2,4,6
/proc/7681/stat : 7681 (strangenight2-s) R 7679 7681 7422 0 -1 4202496 22714 0 0 0 27 2 0 0 25 0 1 0 739728542 106995712 18225 33554432000 4194304 4580011 140736586440960 18446744073709551615 4293212 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/7681/statm: 26122 18225 339 95 0 21104 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 104488

[startup+0.700785 s]
/proc/loadavg: 1.96 1.94 1.41 2/464 7681
/proc/meminfo: memFree=9221948/32950928 swapFree=62428416/67111528
[pid=7681] ppid=7679 vsize=120600 CPUtime=0.69 cores=0,2,4,6
/proc/7681/stat : 7681 (strangenight2-s) R 7679 7681 7422 0 -1 4202496 26774 0 0 0 67 2 0 0 25 0 1 0 739728542 123494400 22285 33554432000 4194304 4580011 140736586440960 18446744073709551615 248089359045 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/7681/statm: 30150 22285 341 95 0 25132 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 120600

[startup+1.50065 s]
/proc/loadavg: 1.96 1.94 1.41 3/465 7682
/proc/meminfo: memFree=9122244/32950928 swapFree=62428416/67111528
[pid=7681] ppid=7679 vsize=153404 CPUtime=1.48 cores=0,2,4,6
/proc/7681/stat : 7681 (strangenight2-s) R 7679 7681 7422 0 -1 4202496 34696 0 0 0 145 3 0 0 25 0 1 0 739728542 157085696 30207 33554432000 4194304 4580011 140736586440960 18446744073709551615 248089367208 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/7681/statm: 38351 30207 353 95 0 33333 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 153404

[startup+3.10029 s]
/proc/loadavg: 1.96 1.94 1.41 3/465 7682
/proc/meminfo: memFree=9087268/32950928 swapFree=62428416/67111528
[pid=7681] ppid=7679 vsize=236388 CPUtime=3.09 cores=0,2,4,6
/proc/7681/stat : 7681 (strangenight2-s) R 7679 7681 7422 0 -1 4202496 47773 0 0 0 304 5 0 0 25 0 1 0 739728542 242061312 43284 33554432000 4194304 4580011 140736586440960 18446744073709551615 4294341 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/7681/statm: 59097 43284 364 95 0 54079 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 236388

[startup+6.3008 s]
/proc/loadavg: 1.96 1.94 1.41 3/465 7682
/proc/meminfo: memFree=9044944/32950928 swapFree=62428416/67111528
[pid=7681] ppid=7679 vsize=209564 CPUtime=6.29 cores=0,2,4,6
/proc/7681/stat : 7681 (strangenight2-s) R 7679 7681 7422 0 -1 4202496 49883 0 0 0 623 6 0 0 25 0 1 0 739728542 214593536 42706 33554432000 4194304 4580011 140736586440960 18446744073709551615 4293032 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/7681/statm: 52391 42706 366 95 0 47373 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 209564

[startup+12.7007 s]
/proc/loadavg: 1.97 1.94 1.42 3/465 7682
/proc/meminfo: memFree=8999888/32950928 swapFree=62428416/67111528
[pid=7681] ppid=7679 vsize=253296 CPUtime=12.69 cores=0,2,4,6
/proc/7681/stat : 7681 (strangenight2-s) R 7679 7681 7422 0 -1 4202496 63863 0 0 0 1262 7 0 0 25 0 1 0 739728542 259375104 53785 33554432000 4194304 4580011 140736586440960 18446744073709551615 4230052 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/7681/statm: 63324 53785 366 95 0 58306 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 253296

[startup+25.5004 s]
/proc/loadavg: 2.04 1.96 1.43 3/465 7682
/proc/meminfo: memFree=8986604/32950928 swapFree=62428416/67111528
[pid=7681] ppid=7679 vsize=260024 CPUtime=25.48 cores=0,2,4,6
/proc/7681/stat : 7681 (strangenight2-s) R 7679 7681 7422 0 -1 4202496 69724 0 0 0 2540 8 0 0 25 0 1 0 739728542 266264576 55884 33554432000 4194304 4580011 140736586440960 18446744073709551615 4293032 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/7681/statm: 65006 55884 366 95 0 59988 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 260024

[startup+51.1009 s]
/proc/loadavg: 2.16 2.00 1.46 3/465 7683
/proc/meminfo: memFree=8969436/32950928 swapFree=62428416/67111528
[pid=7681] ppid=7679 vsize=267664 CPUtime=51.09 cores=0,2,4,6
/proc/7681/stat : 7681 (strangenight2-s) R 7679 7681 7422 0 -1 4202496 80674 0 0 0 5099 10 0 0 25 0 1 0 739728542 274087936 57724 33554432000 4194304 4580011 140736586440960 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/7681/statm: 66916 57724 366 95 0 61898 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 267664

[startup+102.318 s]
/proc/loadavg: 2.17 2.02 1.49 3/462 7705
/proc/meminfo: memFree=9174652/32950928 swapFree=62428416/67111528
[pid=7681] ppid=7679 vsize=287396 CPUtime=102.31 cores=0,2,4,6
/proc/7681/stat : 7681 (strangenight2-s) R 7679 7681 7422 0 -1 4202496 102063 0 0 0 10218 13 0 0 25 0 1 0 739728542 294293504 62107 33554432000 4194304 4580011 140736586440960 18446744073709551615 4293875 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/7681/statm: 71849 62107 366 95 0 66831 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 287396

[startup+162.3 s]
/proc/loadavg: 2.07 2.02 1.52 3/465 7713
/proc/meminfo: memFree=8491680/32950928 swapFree=62428416/67111528
[pid=7681] ppid=7679 vsize=294896 CPUtime=162.28 cores=0,2,4,6
/proc/7681/stat : 7681 (strangenight2-s) R 7679 7681 7422 0 -1 4202496 118647 0 0 0 16211 17 0 0 25 0 1 0 739728542 301973504 64519 33554432000 4194304 4580011 140736586440960 18446744073709551615 4293648 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/7681/statm: 73724 64519 366 95 0 68706 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 294896

[startup+222.301 s]
/proc/loadavg: 2.02 2.01 1.55 3/465 7714
/proc/meminfo: memFree=8209460/32950928 swapFree=62428416/67111528
[pid=7681] ppid=7679 vsize=295956 CPUtime=222.28 cores=0,2,4,6
/proc/7681/stat : 7681 (strangenight2-s) R 7679 7681 7422 0 -1 4202496 132123 0 0 0 22208 20 0 0 25 0 1 0 739728542 303058944 65796 33554432000 4194304 4580011 140736586440960 18446744073709551615 4295655 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/7681/statm: 73989 65796 366 95 0 68971 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 295956

[startup+282.301 s]
/proc/loadavg: 2.01 2.01 1.57 3/465 7716
/proc/meminfo: memFree=8052300/32950928 swapFree=62428416/67111528
[pid=7681] ppid=7679 vsize=314680 CPUtime=282.28 cores=0,2,4,6
/proc/7681/stat : 7681 (strangenight2-s) R 7679 7681 7422 0 -1 4202496 152393 0 0 0 28204 24 0 0 25 0 1 0 739728542 322232320 68801 33554432000 4194304 4580011 140736586440960 18446744073709551615 4295117 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/7681/statm: 78670 68801 453 95 0 73652 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 314680

[startup+342.3 s]
/proc/loadavg: 2.07 2.02 1.60 3/465 7718
/proc/meminfo: memFree=8035908/32950928 swapFree=62428416/67111528
[pid=7681] ppid=7679 vsize=320892 CPUtime=342.29 cores=0,2,4,6
/proc/7681/stat : 7681 (strangenight2-s) R 7679 7681 7422 0 -1 4202496 164881 0 0 0 34202 27 0 0 25 0 1 0 739728542 328593408 71135 33554432000 4194304 4580011 140736586440960 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/7681/statm: 80223 71135 366 95 0 75205 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 320892

[startup+402.301 s]
/proc/loadavg: 2.10 2.03 1.63 3/465 7728
/proc/meminfo: memFree=7938560/32950928 swapFree=62428416/67111528
[pid=7681] ppid=7679 vsize=321792 CPUtime=402.28 cores=0,2,4,6
/proc/7681/stat : 7681 (strangenight2-s) R 7679 7681 7422 0 -1 4202496 176038 0 0 0 40199 29 0 0 25 0 1 0 739728542 329515008 71939 33554432000 4194304 4580011 140736586440960 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/7681/statm: 80448 71939 366 95 0 75430 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 321792

[startup+462.301 s]
/proc/loadavg: 2.04 2.02 1.65 3/465 7730
/proc/meminfo: memFree=7855948/32950928 swapFree=62428416/67111528
[pid=7681] ppid=7679 vsize=328860 CPUtime=462.29 cores=0,2,4,6
/proc/7681/stat : 7681 (strangenight2-s) R 7679 7681 7422 0 -1 4202496 191873 0 0 0 46196 33 0 0 25 0 1 0 739728542 336752640 72286 33554432000 4194304 4580011 140736586440960 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/7681/statm: 82215 72286 382 95 0 77197 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 328860

[startup+522.3 s]
/proc/loadavg: 2.01 2.02 1.67 3/465 7731
/proc/meminfo: memFree=7787708/32950928 swapFree=62428416/67111528
[pid=7681] ppid=7679 vsize=347780 CPUtime=522.28 cores=0,2,4,6
/proc/7681/stat : 7681 (strangenight2-s) R 7679 7681 7422 0 -1 4202496 203881 0 0 0 52193 35 0 0 25 0 1 0 739728542 356126720 78421 33554432000 4194304 4580011 140736586440960 18446744073709551615 4293872 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/7681/statm: 86945 78421 405 95 0 81927 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 347780

[startup+582.301 s]
/proc/loadavg: 2.15 2.04 1.70 3/465 7736
/proc/meminfo: memFree=7783932/32950928 swapFree=62428416/67111528
[pid=7681] ppid=7679 vsize=348696 CPUtime=582.29 cores=0,2,4,6
/proc/7681/stat : 7681 (strangenight2-s) R 7679 7681 7422 0 -1 4202496 215412 0 0 0 58190 39 0 0 25 0 1 0 739728542 357064704 77418 33554432000 4194304 4580011 140736586440960 18446744073709551615 4294557 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/7681/statm: 87174 77418 366 95 0 82156 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 348696

[startup+642.3 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.12 2.05 2.01 3/465 7863
/proc/meminfo: memFree=8028872/32950928 swapFree=62428416/67111528
[pid=7681] ppid=7679 vsize=725896 CPUtime=4002.37 cores=0,2,4,6
/proc/7681/stat : 7681 (strangenight2-s) R 7679 7681 7422 0 -1 4202496 639652 0 0 0 400094 143 0 0 25 0 1 0 739728542 743317504 127462 33554432000 4194304 4580011 140736586440960 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/7681/statm: 181474 127462 388 95 0 176456 0
Current children cumulated CPU time (s) 4002.37
Current children cumulated vsize (KiB) 725896

[startup+4062.32 s]
/proc/loadavg: 2.04 2.04 2.00 3/465 7865
/proc/meminfo: memFree=8054252/32950928 swapFree=62428416/67111528
[pid=7681] ppid=7679 vsize=540120 CPUtime=4062.39 cores=0,2,4,6
/proc/7681/stat : 7681 (strangenight2-s) R 7679 7681 7422 0 -1 4202496 650944 0 0 0 406094 145 0 0 25 0 1 0 739728542 553082880 125091 33554432000 4194304 4580011 140736586440960 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/7681/statm: 135030 125091 366 95 0 130012 0
Current children cumulated CPU time (s) 4062.39
Current children cumulated vsize (KiB) 540120

[startup+4122.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/465 7866
/proc/meminfo: memFree=8057936/32950928 swapFree=62428416/67111528
[pid=7681] ppid=7679 vsize=540120 CPUtime=4122.37 cores=0,2,4,6
/proc/7681/stat : 7681 (strangenight2-s) R 7679 7681 7422 0 -1 4202496 652946 0 0 0 412091 146 0 0 25 0 1 0 739728542 553082880 127093 33554432000 4194304 4580011 140736586440960 18446744073709551615 4292909 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/7681/statm: 135030 127093 366 95 0 130012 0
Current children cumulated CPU time (s) 4122.37
Current children cumulated vsize (KiB) 540120

[startup+4182.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/465 7871
/proc/meminfo: memFree=8016736/32950928 swapFree=62428416/67111528
[pid=7681] ppid=7679 vsize=732244 CPUtime=4182.37 cores=0,2,4,6
/proc/7681/stat : 7681 (strangenight2-s) R 7679 7681 7422 0 -1 4202496 655034 0 0 0 418090 147 0 0 25 0 1 0 739728542 749817856 129181 33554432000 4194304 4580011 140736586440960 18446744073709551615 4293058 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/7681/statm: 183061 129181 366 95 0 178043 0
Current children cumulated CPU time (s) 4182.37
Current children cumulated vsize (KiB) 732244

[startup+4242.3 s]
/proc/loadavg: 2.11 2.05 2.01 3/465 7873
/proc/meminfo: memFree=8057296/32950928 swapFree=62428416/67111528
[pid=7681] ppid=7679 vsize=540644 CPUtime=4242.37 cores=0,2,4,6
/proc/7681/stat : 7681 (strangenight2-s) R 7679 7681 7422 0 -1 4202496 665273 0 0 0 424087 150 0 0 25 0 1 0 739728542 553619456 125295 33554432000 4194304 4580011 140736586440960 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/7681/statm: 135161 125295 366 95 0 130143 0
Current children cumulated CPU time (s) 4242.37
Current children cumulated vsize (KiB) 540644

[startup+4302.3 s]
/proc/loadavg: 2.09 2.05 2.01 3/465 7874
/proc/meminfo: memFree=8058396/32950928 swapFree=62428416/67111528
[pid=7681] ppid=7679 vsize=540644 CPUtime=4302.38 cores=0,2,4,6
/proc/7681/stat : 7681 (strangenight2-s) R 7679 7681 7422 0 -1 4202496 667198 0 0 0 430087 151 0 0 25 0 1 0 739728542 553619456 127220 33554432000 4194304 4580011 140736586440960 18446744073709551615 4294553 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/7681/statm: 135161 127220 366 95 0 130143 0
Current children cumulated CPU time (s) 4302.38
Current children cumulated vsize (KiB) 540644

[startup+4362.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/465 7876
/proc/meminfo: memFree=8052032/32950928 swapFree=62428416/67111528
[pid=7681] ppid=7679 vsize=738576 CPUtime=4362.38 cores=0,2,4,6
/proc/7681/stat : 7681 (strangenight2-s) R 7679 7681 7422 0 -1 4202496 669959 0 0 0 436086 152 0 0 25 0 1 0 739728542 756301824 129981 33554432000 4194304 4580011 140736586440960 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/7681/statm: 184644 129981 366 95 0 179626 0
Current children cumulated CPU time (s) 4362.38
Current children cumulated vsize (KiB) 738576

[startup+4422.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/465 7877
/proc/meminfo: memFree=8084804/32950928 swapFree=62428416/67111528
[pid=7681] ppid=7679 vsize=544936 CPUtime=4422.38 cores=0,2,4,6
/proc/7681/stat : 7681 (strangenight2-s) R 7679 7681 7422 0 -1 4202496 680251 0 0 0 442083 155 0 0 25 0 1 0 739728542 558014464 126042 33554432000 4194304 4580011 140736586440960 18446744073709551615 4293176 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/7681/statm: 136234 126042 366 95 0 131216 0
Current children cumulated CPU time (s) 4422.38
Current children cumulated vsize (KiB) 544936

[startup+4482.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/465 7879
/proc/meminfo: memFree=7997724/32950928 swapFree=62428416/67111528
[pid=7681] ppid=7679 vsize=544936 CPUtime=4482.38 cores=0,2,4,6
/proc/7681/stat : 7681 (strangenight2-s) R 7679 7681 7422 0 -1 4202496 681882 0 0 0 448082 156 0 0 25 0 1 0 739728542 558014464 127673 33554432000 4194304 4580011 140736586440960 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/7681/statm: 136234 127673 366 95 0 131216 0
Current children cumulated CPU time (s) 4482.38
Current children cumulated vsize (KiB) 544936

[startup+4542.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/465 7881
/proc/meminfo: memFree=8019396/32950928 swapFree=62428416/67111528
[pid=7681] ppid=7679 vsize=741492 CPUtime=4542.38 cores=0,2,4,6
/proc/7681/stat : 7681 (strangenight2-s) R 7679 7681 7422 0 -1 4202496 683717 0 0 0 454081 157 0 0 25 0 1 0 739728542 759287808 129508 33554432000 4194304 4580011 140736586440960 18446744073709551615 4293138 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/7681/statm: 185373 129508 366 95 0 180355 0
Current children cumulated CPU time (s) 4542.38
Current children cumulated vsize (KiB) 741492

[startup+4602.3 s]
/proc/loadavg: 2.06 2.04 2.01 3/465 7882
/proc/meminfo: memFree=8036860/32950928 swapFree=62428416/67111528
[pid=7681] ppid=7679 vsize=556448 CPUtime=4602.39 cores=0,2,4,6
/proc/7681/stat : 7681 (strangenight2-s) R 7679 7681 7422 0 -1 4202496 696707 0 0 0 460079 160 0 0 25 0 1 0 739728542 569802752 128351 33554432000 4194304 4580011 140736586440960 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/7681/statm: 139112 128351 366 95 0 134094 0
Current children cumulated CPU time (s) 4602.39
Current children cumulated vsize (KiB) 556448

[startup+4662.3 s]
/proc/loadavg: 2.07 2.04 2.00 3/465 7884
/proc/meminfo: memFree=8048868/32950928 swapFree=62428416/67111528
[pid=7681] ppid=7679 vsize=556448 CPUtime=4662.39 cores=0,2,4,6
/proc/7681/stat : 7681 (strangenight2-s) R 7679 7681 7422 0 -1 4202496 698458 0 0 0 466078 161 0 0 25 0 1 0 739728542 569802752 130102 33554432000 4194304 4580011 140736586440960 18446744073709551615 4294112 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/7681/statm: 139112 130102 366 95 0 134094 0
Current children cumulated CPU time (s) 4662.39
Current children cumulated vsize (KiB) 556448

[startup+4722.32 s]
/proc/loadavg: 2.02 2.03 2.00 3/465 7885
/proc/meminfo: memFree=8050116/32950928 swapFree=62428416/67111528
[pid=7681] ppid=7679 vsize=756244 CPUtime=4722.41 cores=0,2,4,6
/proc/7681/stat : 7681 (strangenight2-s) R 7679 7681 7422 0 -1 4202496 700433 0 0 0 472079 162 0 0 25 0 1 0 739728542 774393856 132077 33554432000 4194304 4580011 140736586440960 18446744073709551615 4294920 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/7681/statm: 189061 132077 366 95 0 184043 0
Current children cumulated CPU time (s) 4722.41
Current children cumulated vsize (KiB) 756244

[startup+4782.3 s]
/proc/loadavg: 2.17 2.06 2.01 3/465 7887
/proc/meminfo: memFree=8054464/32950928 swapFree=62428416/67111528
[pid=7681] ppid=7679 vsize=557332 CPUtime=4782.39 cores=0,2,4,6
/proc/7681/stat : 7681 (strangenight2-s) R 7679 7681 7422 0 -1 4202496 711109 0 0 0 478075 164 0 0 25 0 1 0 739728542 570707968 128226 33554432000 4194304 4580011 140736586440960 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/7681/statm: 139333 128226 366 95 0 134315 0
Current children cumulated CPU time (s) 4782.39
Current children cumulated vsize (KiB) 557332

[startup+4842.3 s]
/proc/loadavg: 2.13 2.06 2.01 3/465 7889
/proc/meminfo: memFree=8047616/32950928 swapFree=62428416/67111528
[pid=7681] ppid=7679 vsize=557332 CPUtime=4842.39 cores=0,2,4,6
/proc/7681/stat : 7681 (strangenight2-s) R 7679 7681 7422 0 -1 4202496 713039 0 0 0 484073 166 0 0 25 0 1 0 739728542 570707968 130156 33554432000 4194304 4580011 140736586440960 18446744073709551615 4293770 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/7681/statm: 139333 130156 366 95 0 134315 0
Current children cumulated CPU time (s) 4842.39
Current children cumulated vsize (KiB) 557332

[startup+4902.3 s]
/proc/loadavg: 2.05 2.05 2.00 3/465 7890
/proc/meminfo: memFree=8028216/32950928 swapFree=62428416/67111528
[pid=7681] ppid=7679 vsize=783736 CPUtime=4902.39 cores=0,2,4,6
/proc/7681/stat : 7681 (strangenight2-s) R 7679 7681 7422 0 -1 4202496 719992 0 0 0 490073 166 0 0 25 0 1 0 739728542 802545664 137109 33554432000 4194304 4580011 140736586440960 18446744073709551615 4294404 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/7681/statm: 195934 137109 366 95 0 190916 0
Current children cumulated CPU time (s) 4902.39
Current children cumulated vsize (KiB) 783736

[startup+4962.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/465 7892
/proc/meminfo: memFree=7865624/32950928 swapFree=62428416/67111528
[pid=7681] ppid=7679 vsize=783736 CPUtime=4962.39 cores=0,2,4,6
/proc/7681/stat : 7681 (strangenight2-s) R 7679 7681 7422 0 -1 4202496 721692 0 0 0 496072 167 0 0 25 0 1 0 739728542 802545664 138809 33554432000 4194304 4580011 140736586440960 18446744073709551615 4294553 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/7681/statm: 195934 138809 366 95 0 190916 0
Current children cumulated CPU time (s) 4962.39
Current children cumulated vsize (KiB) 783736



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 2.01 2.03 2.00 3/465 7893
/proc/meminfo: memFree=7911848/32950928 swapFree=62428416/67111528
[pid=7681] ppid=7679 vsize=581056 CPUtime=5000.1 cores=0,2,4,6
/proc/7681/stat : 7681 (strangenight2-s) R 7679 7681 7422 0 -1 4202496 731831 0 0 0 499841 169 0 0 25 0 1 0 739728542 595001344 133984 33554432000 4194304 4580011 140736586440960 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/7681/statm: 145264 133984 366 95 0 140246 0
Current children cumulated CPU time (s) 5000.1
Current children cumulated vsize (KiB) 581056

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5000.04
CPU time (s): 5000.14
CPU user time (s): 4998.42
CPU system time (s): 1.71774
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 835232

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4998.42
system time used= 1.71774
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 731832
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= 8
involuntary context switches= 4036

runsolver used 23.8394 second user time and 53.2709 second system time

The end

Launcher Data

Begin job on node123 at 2011-05-25 01:54:47
IDJOB=3401089
IDBENCH=82493
IDSOLVER=1887
FILE ID=node123/3401089-1306281287
RUNJOBID= node123-1306280115-7440
PBS_JOBID= 13457863
Free space on /tmp= 73400 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st (fixed)
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k50-eijkbs6669-tseitin.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3401089-1306281287/watcher-3401089-1306281287 -o /tmp/evaluation-result-3401089-1306281287/solver-3401089-1306281287 -C 5000 -W 5100 -M 15500  ./strangenight2-st HOME/instance-3401089-1306281287.cnf

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

MD5SUM BENCH= 7886cd26d6e0801ea382a1ffd6224023
RANDOM SEED=651148042

node123.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.838
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.67
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.838
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
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.838
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.75
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.838
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.82
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.838
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
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.838
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.80
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.838
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.74
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.838
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       9221980 kB
Buffers:        215156 kB
Cached:        4197936 kB
SwapCached:      75432 kB
Active:        8642852 kB
Inactive:     14816028 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       9221980 kB
SwapTotal:    67111528 kB
SwapFree:     62428416 kB
Dirty:           21044 kB
Writeback:           0 kB
AnonPages:    18977876 kB
Mapped:          31964 kB
Slab:           123516 kB
PageTables:      78780 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 133615204 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= 73392 MiB
End job on node123 at 2011-05-25 03:18:09