Trace number 3249262

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? (TO) 1300.05 1300.02

General information on the benchmark

Namecrafted/mosoi/289/
289-unsat-5x41.cnf
MD5SUM420773b7b438dd18c8a88a15fb5bcae1
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables820
Number of clauses34235
Sum of the clauses size134480
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21230
Number of clauses of size 30
Number of clauses of size 433005
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-3249262-1303508175.cnf'
0.00/0.00	c -- header says num vars:            820
0.00/0.00	c -- header says num clauses:       34235
0.00/0.01	c -- clauses added:            0 learnts,        34235 normals,            0 xors
0.00/0.01	c -- vars added        820
0.00/0.01	c Parsing time:  0.01 s
0.00/0.01	c  N st     0         0       820     33005      1230         0    134480         0   no data   no data
0.09/0.11	c asymm  cl-useful: 0/33005/33005 lits-rem:0 time: 0.10
0.09/0.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
0.09/0.12	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.09/0.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.09/0.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.09/0.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    820 time:  0.00 s
0.09/0.12	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
0.19/0.28	c lits-rem:         0  cl-subs:        0  v-elim:    205  v-fix:    0  time:  0.15 s
0.19/0.28	c Finding binary XORs  T:     0.00 s  found:       0
0.19/0.29	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
0.19/0.29	c calculated reachability. Time: 0.00
0.19/0.29	c Calc default polars -  time:   0.00 s pos:       0 undec:     205 neg:     615
0.19/0.29	c =========================================================================================
0.19/0.29	c types(t): F = full restart, N = normal restart
0.19/0.29	c types(t): S = simplification begin/end, E = solution found
0.19/0.29	c restart types(rt): st = static, dy = dynamic
0.19/0.29	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.19/0.29	c  B st     0         0       615     32800       615         0    198030         0   no data   no data
0.29/0.37	c  N dy    22      4044       615     32800       615      3970    198030    207303     36.10     38.10
0.39/0.46	c  N dy    54      8118       615     32800       615      5310    198030    188396     37.10     40.62
0.50/0.56	c  N dy    88     12123       615     32800       615      4696    198030    102708     37.58     40.62
0.60/0.64	c  N dy   114     16183       615     32800       615      8719    198030    285345     37.30     39.46
0.70/0.74	c  N dy   146     20274       615     32800       615      6765    198030    155293     37.43     40.29
0.80/0.83	c  N dy   178     24407       615     32800       615     10850    198030    343032     37.46     39.44
0.80/0.85	c  F st   184     25001       615     32800       615     11442    198030    372416     37.52   no data
0.89/0.98	c  N dy   190     30001       615     32800       615      9111    198030    283259     37.52   no data
0.89/0.98	c  S st   190     30001       615     32800       615      9111    198030    283259     37.52   no data
0.89/1.00	c  S st   190     30501       615     32800       615      9608    198030    307263     37.52   no data
0.89/1.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.00/1.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.01
1.00/1.01	c blocked clauses removed:        0 vars:      0 tried:         615 T: 0.00 s
1.00/1.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.00/1.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.00/1.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    615 time:  0.00 s
1.00/1.02	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1.00/1.05	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1.00/1.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
1.19/1.25	c lits-rem:       228  cl-subs:      217  v-elim:      0  v-fix:    0  time:  0.15 s
1.49/1.54	c asymm  cl-useful: 0/32320/32800 lits-rem:0 time: 0.29
1.49/1.54	c calculated reachability. Time: 0.00
1.49/1.54	c  N dy   190     30501       615     32800       615      9391    198030    282726     37.52   no data
1.59/1.64	c  N dy   222     34516       615     32800       615     13371    198030    468344     37.58     40.08
1.69/1.75	c  N dy   254     38683       615     32800       615      9232    198030    200453     37.65     39.69
1.79/1.84	c  N dy   283     42781       615     32800       615     13290    198030    386565     37.59     39.88
1.89/1.91	c  S st   305     45751       615     32800       615     16222    198030    524600     37.59   no data
1.89/1.94	c  S st   305     46259       615     32800       615     16724    198030    547279     37.59   no data
1.89/1.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.89/1.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.01
1.89/1.96	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1.89/1.96	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.89/1.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1.89/1.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    615 time:  0.00 s
1.89/1.96	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1.89/1.97	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
1.99/2.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.07 s
2.49/2.52	c lits-rem:       102  cl-subs:      110  v-elim:      0  v-fix:    0  time:  0.45 s
2.49/2.52	c vivif2 --  cl tried    32800 cl shrink        0 lits rem          0 time: 0.00
2.49/2.53	c vivif2 --  cl tried    16614 cl shrink        0 lits rem          0 time: 0.01
2.59/2.68	c asymm  cl-useful: 0/15477/32800 lits-rem:0 time: 0.15
2.59/2.68	c calculated reachability. Time: 0.00
2.59/2.68	c  N dy   305     46259       615     32800       615     16614    198030    535652     37.59   no data
2.79/2.80	c  N dy   334     50283       615     32800       615     11279    198030    261422     37.55     40.18
2.89/2.90	c  N dy   365     54337       615     32800       615     15299    198030    453071     37.62     40.93
2.99/3.00	c  N dy   397     58378       615     32800       615     19304    198030    644686     37.74     40.02
3.09/3.11	c  N dy   426     62386       615     32800       615     12915    198030    302121     37.71     39.78
3.19/3.22	c  N dy   457     66619       615     32800       615     17117    198030    498858     37.70     39.76
3.19/3.30	c  S st   480     69388       615     32800       615     19873    198030    629506     37.74   no data
3.29/3.33	c  S st   480     69889       615     32800       615     20371    198030    653594     37.74   no data
3.29/3.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.29/3.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.01
3.29/3.35	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3.29/3.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.29/3.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.29/3.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    615 time:  0.00 s
3.29/3.35	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3.29/3.36	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
3.40/3.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.09 s
4.20/4.22	c lits-rem:       157  cl-subs:      121  v-elim:      0  v-fix:    0  time:  0.74 s
4.20/4.22	c vivif2 --  cl tried    32800 cl shrink        0 lits rem          0 time: 0.00
4.20/4.23	c vivif2 --  cl tried    20250 cl shrink        0 lits rem          0 time: 0.01
4.30/4.39	c asymm  cl-useful: 0/11430/32800 lits-rem:0 time: 0.16
4.30/4.39	c calculated reachability. Time: 0.00
4.30/4.39	c  N dy   480     69889       615     32800       615     20250    198030    641047     37.74   no data
4.49/4.53	c  N dy   511     74414       615     32800       615     13361    198030    287705     37.70     40.62
4.59/4.64	c  N dy   543     79172       615     32800       615     18093    198030    504948     37.67     44.96
4.69/4.78	c  N dy   581     84329       615     32800       615     23210    198030    744658     37.65     40.17
4.79/4.88	c  F st   605     87501       615     32800       615     13955    198030    282258     37.62   no data
4.89/4.97	c  N st   610     90799       615     32800       615     17150    198030    479008     37.62   no data
5.09/5.13	c  N dy   641     96689       615     32800       615     22964    198030    793986     37.63     46.49
5.29/5.32	c  N dy   688    102959       615     32800       615     15839    198030    341572     37.63     40.36
5.29/5.37	c  S st   704    104835       615     32800       615     17695    198030    427191     37.63   no data
5.29/5.39	c  S st   704    105337       615     32800       615     18194    198030    449078     37.63   no data
5.29/5.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.40/5.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.01
5.40/5.41	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
5.40/5.41	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.40/5.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.40/5.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    615 time:  0.00 s
5.40/5.42	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
5.40/5.43	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
5.40/5.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.05 s
5.69/5.72	c lits-rem:        81  cl-subs:       50  v-elim:      0  v-fix:    0  time:  0.23 s
5.69/5.72	c vivif2 --  cl tried    32800 cl shrink        0 lits rem          0 time: 0.00
5.69/5.73	c vivif2 --  cl tried    18144 cl shrink        0 lits rem          0 time: 0.01
5.79/5.81	c asymm  cl-useful: 0/5893/32800 lits-rem:0 time: 0.08
5.79/5.81	c calculated reachability. Time: 0.00
5.79/5.81	c  N dy   704    105337       615     32800       615     18144    198030    443884     37.63   no data
5.99/6.00	c  N dy   753    112147       615     32800       615     24882    198030    754928     37.62     39.70
6.20/6.23	c  N dy   808    119380       615     32800       615     17713    198030    397033     37.63     44.58
6.40/6.44	c  N dy   866    127031       615     32800       615     25294    198030    751189     37.63     39.66
6.69/6.70	c  N dy   925    135217       615     32800       615     18075    198030    376782     37.62     40.73
6.89/6.94	c  N dy   994    143864       615     32800       615     26641    198030    782040     37.68     41.45
7.19/7.24	c  N dy  1062    153116       615     32800       615     19450    198030    410065     37.66     40.03
7.29/7.37	c  S st  1098    158006       615     32800       615     24299    198030    633273     37.65   no data
7.39/7.40	c  S st  1098    158509       615     32800       615     24801    198030    655256     37.65   no data
7.39/7.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.39/7.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.02
7.39/7.43	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
7.39/7.43	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.39/7.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.39/7.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    615 time:  0.00 s
7.39/7.43	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
7.39/7.44	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
7.49/7.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.07 s
8.09/8.11	c lits-rem:       141  cl-subs:       79  v-elim:      0  v-fix:    0  time:  0.57 s
8.09/8.11	c vivif2 --  cl tried    32800 cl shrink        0 lits rem          0 time: 0.00
8.09/8.12	c vivif2 --  cl tried    24722 cl shrink        0 lits rem          0 time: 0.01
8.19/8.28	c asymm  cl-useful: 0/13997/32800 lits-rem:0 time: 0.16
8.19/8.29	c calculated reachability. Time: 0.00
8.19/8.29	c  N dy  1098    158509       615     32800       615     24722    198030    646679     37.65   no data
8.59/8.63	c  N dy  1174    168711       615     32800       615     17498    198030    284793     37.66     40.63
8.89/8.93	c  N dy  1255    179626       615     32800       615     28314    198030    794486     37.67     40.09
9.29/9.32	c  N dy  1342    191120       615     32800       615     21361    198030    429084     37.67     39.77
9.59/9.68	c  N dy  1435    203324       615     32800       615     33458    198030    998015     37.68     40.09
10.09/10.10	c  N dy  1529    216400       615     32800       615     27080    198030    670207     37.65     40.02
10.49/10.58	c  N dy  1627    230291       615     32800       615     20540    198030    331022     37.62     40.01
10.79/10.80	c  S st  1684    237763       615     32800       615     27942    198030    677350     37.62   no data
10.79/10.84	c  S st  1684    238267       615     32800       615     28444    198030    702999     37.62   no data
10.79/10.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
10.79/10.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.02
10.79/10.87	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
10.79/10.87	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10.79/10.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.79/10.87	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    615 time:  0.00 s
10.79/10.87	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
10.79/10.88	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
10.90/10.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.08 s
11.59/11.64	c lits-rem:       138  cl-subs:      106  v-elim:      0  v-fix:    0  time:  0.65 s
11.59/11.64	c vivif2 --  cl tried    32800 cl shrink        0 lits rem          0 time: 0.00
11.59/11.65	c vivif2 --  cl tried    28338 cl shrink        0 lits rem          0 time: 0.01
11.79/11.83	c asymm  cl-useful: 0/9909/32800 lits-rem:0 time: 0.18
11.79/11.83	c calculated reachability. Time: 0.00
11.79/11.83	c  N dy  1684    238267       615     32800       615     28338    198030    691562     37.62   no data
12.29/12.36	c  N dy  1793    253473       615     32800       615     22095    198030    377421     37.59     43.98
12.80/12.87	c  N dy  1919    269720       615     32800       615     38189    198030   1133919     37.61     40.12
13.39/13.47	c  N dy  2049    287024       615     32800       615     33046    198030    855102     37.62     40.41
14.09/14.12	c  N dy  2185    305420       615     32800       615     27998    198030    594440     37.62     39.83
14.09/14.15	c  F st  2192    306250       615     32800       615     28817    198030    632367     37.61   no data
14.69/14.77	c  N dy  2300    324990       615     32800       615     47283    198030   1597956     37.62     39.88
15.40/15.46	c  N dy  2454    345034       615     32800       615     42893    198030   1270253     37.64     39.62
15.89/15.93	c  S st  2540    357400       615     32800       615     29906    198030    610806     37.61   no data
15.89/15.96	c  S st  2540    357906       615     32800       615     30409    198030    632889     37.61   no data
15.89/15.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.89/15.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.02
15.89/15.99	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
15.89/15.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.89/15.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.89/15.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    615 time:  0.00 s
15.89/15.99	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
15.99/16.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
15.99/16.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.06 s
16.40/16.46	c lits-rem:        83  cl-subs:       65  v-elim:      0  v-fix:    0  time:  0.38 s
16.40/16.46	c vivif2 --  cl tried    32800 cl shrink        0 lits rem          0 time: 0.00
16.40/16.47	c vivif2 --  cl tried    30344 cl shrink        0 lits rem          0 time: 0.01
16.59/16.63	c asymm  cl-useful: 0/8894/32800 lits-rem:0 time: 0.16
16.59/16.63	c calculated reachability. Time: 0.00
16.59/16.63	c  N dy  2540    357906       615     32800       615     30344    198030    626885     37.61   no data
17.29/17.35	c  N dy  2692    378007       615     32800       615     50266    198030   1558872     37.62     40.36
17.99/18.04	c  N dy  2839    398043       615     32800       615     43867    198030   1227164     37.61     40.09
18.70/18.78	c  N dy  2989    418057       615     32800       615     36448    198030    854834     37.60     40.26
19.49/19.55	c  N dy  3142    438099       615     32800       615     56304    198030   1786111     37.61     41.01
20.19/20.26	c  N dy  3289    458177       615     32800       615     47968    198030   1367123     37.60     40.35
20.99/21.04	c  N dy  3436    478201       615     32800       615     38616    198030    895480     37.60     39.81
21.79/21.81	c  N dy  3589    498263       615     32800       615     58511    198030   1834812     37.61     40.25
22.49/22.57	c  N dy  3737    518446       615     32800       615     48313    198030   1308685     37.60     40.90
23.29/23.33	c  S st  3869    536860       615     32800       615     35321    198030    674026     37.59   no data
23.29/23.36	c  S st  3869    537362       615     32800       615     35817    198030    698430     37.59   no data
23.29/23.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
23.29/23.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.02
23.29/23.39	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
23.29/23.39	c bin-w-bin subsume rem            0 bins  time:  0.00 s
23.29/23.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23.29/23.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    615 time:  0.00 s
23.29/23.39	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
23.39/23.41	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
23.39/23.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.06 s
23.89/23.96	c lits-rem:       109  cl-subs:       67  v-elim:      0  v-fix:    0  time:  0.47 s
23.89/23.96	c vivif2 --  cl tried    32800 cl shrink        0 lits rem          0 time: 0.00
23.89/23.97	c vivif2 --  cl tried    35750 cl shrink        0 lits rem          0 time: 0.01
24.10/24.18	c asymm  cl-useful: 0/9601/32800 lits-rem:0 time: 0.21
24.10/24.18	c calculated reachability. Time: 0.00
24.10/24.18	c  N dy  3869    537362       615     32800       615     35750    198030    691654     37.59   no data
24.89/24.95	c  N dy  4021    557465       615     32800       615     55672    198030   1637130     37.60     39.69
25.69/25.77	c  N dy  4166    577471       615     32800       615     43285    198030   1023118     37.60     40.66
26.49/26.59	c  N dy  4308    597519       615     32800       615     63155    198030   1945218     37.59     39.65
27.29/27.34	c  N dy  4450    617520       615     32800       615     49757    198030   1291795     37.58     39.89
28.20/28.26	c  N dy  4601    637574       615     32800       615     35467    198030    589199     37.57     40.69
28.89/28.98	c  N dy  4751    657632       615     32800       615     55352    198030   1515830     37.56     39.72
29.79/29.86	c  N dy  4900    677748       615     32800       615     40098    198030    776264     37.56     39.71
30.60/30.64	c  N dy  5050    697833       615     32800       615     59978    198030   1708019     37.56     40.09
31.49/31.54	c  N dy  5199    717887       615     32800       615     43706    198030    913892     37.57     39.57
32.28/32.37	c  N dy  5351    737936       615     32800       615     63560    198030   1845054     37.56     39.80
33.19/33.24	c  N dy  5496    757937       615     32800       615     46210    198030   1002670     37.55     44.16
34.00/34.07	c  N dy  5649    777980       615     32800       615     66053    198030   1939018     37.56     42.65
34.89/34.96	c  N dy  5803    798010       615     32800       615     47760    198030   1044421     37.58     40.11
35.19/35.27	c  S st  5858    806044       615     32800       615     55745    198030   1415448     37.57   no data
35.29/35.31	c  S st  5858    806545       615     32800       615     56244    198030   1440091     37.57   no data
35.29/35.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
35.29/35.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.03
35.29/35.36	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
35.29/35.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
35.29/35.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
35.29/35.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    615 time:  0.00 s
35.29/35.36	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
35.29/35.38	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
35.59/35.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.19 s
39.60/39.61	c lits-rem:       301  cl-subs:      168  v-elim:      0  v-fix:    0  time:  3.99 s
39.60/39.61	c vivif2 --  cl tried    32800 cl shrink        0 lits rem          0 time: 0.00
39.60/39.64	c vivif2 --  cl tried    56076 cl shrink        0 lits rem          0 time: 0.02
39.79/39.84	c asymm  cl-useful: 0/7763/32800 lits-rem:0 time: 0.21
39.79/39.85	c calculated reachability. Time: 0.00
39.79/39.85	c  N dy  5858    806545       615     32800       615     56076    198030   1422833     37.57   no data
40.70/40.76	c  N dy  6009    826561       615     32800       615     75923    198030   2364232     37.58     40.11
41.48/41.59	c  N dy  6159    846661       615     32800       615     56699    198030   1428793     37.58     39.88
42.39/42.49	c  N dy  6304    866737       615     32800       615     76615    198030   2356153     37.57     39.93
43.28/43.33	c  N dy  6456    886889       615     32800       615     56435    198030   1389913     37.58     40.47
44.19/44.23	c  N dy  6607    906894       615     32800       615     76275    198030   2324541     37.58     41.70
44.99/45.08	c  N dy  6757    926904       615     32800       615     54969    198030   1293600     37.58     39.58
45.89/45.99	c  N dy  6908    946975       615     32800       615     74851    198030   2226672     37.58     39.59
46.89/46.92	c  N dy  7057    967034       615     32800       615     52602    198030   1148658     37.58     39.83
47.69/47.78	c  N dy  7200    987044       615     32800       615     72434    198030   2068099     37.57     40.37
48.79/48.84	c  N dy  7349   1007123       615     32800       615     49217    198030    959676     37.57     40.13
49.59/49.68	c  N dy  7493   1027163       615     32800       615     69067    198030   1883442     37.56     39.73
50.69/50.79	c  N dy  7644   1047171       615     32800       615     44782    198030    720453     37.56     40.33
51.60/51.60	c  N dy  7797   1067226       615     32800       615     64671    198030   1655632     37.57     39.65
51.79/51.82	c  F st  7834   1071877       615     32800       615     69278    198030   1872483     37.57   no data
52.49/52.52	c  N dy  7914   1087465       615     32800       615     84622    198030   2708917     37.57     39.75
53.39/53.44	c  N dy  8065   1107467       615     32800       615     59400    198030   1374366     37.57     39.66
54.28/54.35	c  N dy  8216   1127498       615     32800       615     79240    198030   2292619     37.57     39.65
55.29/55.36	c  N dy  8369   1147500       615     32800       615     53013    198030   1038849     37.57     50.71
56.10/56.19	c  N dy  8514   1167557       615     32800       615     72904    198030   1970550     37.57     39.62
57.19/57.23	c  N dy  8662   1187561       615     32800       615     92751    198030   2897418     37.57     39.66
58.09/58.11	c  N dy  8813   1207646       615     32800       615     65582    198030   1591367     37.57     40.41
58.20/58.21	c  S st  8831   1209818       615     32800       615     67736    198030   1692024     37.57   no data
58.20/58.26	c  S st  8831   1210322       615     32800       615     68238    198030   1715684     37.57   no data
58.20/58.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
58.30/58.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.04
58.30/58.31	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
58.30/58.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
58.30/58.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
58.30/58.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    615 time:  0.00 s
58.30/58.32	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
58.30/58.34	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
58.59/58.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.23 s
64.49/64.57	c lits-rem:       383  cl-subs:      274  v-elim:      0  v-fix:    0  time:  5.95 s
64.49/64.57	c vivif2 --  cl tried    32800 cl shrink        0 lits rem          0 time: 0.00
64.59/64.60	c vivif2 --  cl tried    67964 cl shrink        0 lits rem          0 time: 0.03
64.80/64.84	c asymm  cl-useful: 0/5349/32800 lits-rem:0 time: 0.24
64.80/64.84	c calculated reachability. Time: 0.00
64.80/64.84	c  N dy  8831   1210322       615     32800       615     67964    198030   1686619     37.57   no data
65.79/65.84	c  N dy  8976   1230342       615     32800       615     87823    198030   2609531     37.57     39.55
66.79/66.81	c  N dy  9126   1250425       615     32800       615     59674    198030   1282765     37.57     44.01
67.69/67.73	c  N dy  9279   1270443       615     32800       615     79525    198030   2215274     37.57     39.89
68.79/68.89	c  N dy  9432   1290552       615     32800       615     50374    198030    811459     37.57     39.85
69.69/69.71	c  N dy  9584   1310686       615     32800       615     70332    198030   1752523     37.57     39.68
70.69/70.72	c  N dy  9739   1330750       615     32800       615     90194    198030   2687349     37.58     39.67
71.69/71.75	c  N dy  9887   1350808       615     32800       615     60021    198030   1236199     37.58     50.19
72.59/72.66	c  N dy 10041   1370813       615     32800       615     79839    198030   2164734     37.58     39.66
73.69/73.73	c  N dy 10189   1390910       615     32800       615     99760    198030   3098389     37.58     39.92
74.59/74.65	c  N dy 10332   1411006       615     32800       615     68639    198030   1606390     37.58     39.87
75.59/75.64	c  N dy 10482   1431094       615     32800       615     88531    198030   2539769     37.58     40.28
76.69/76.77	c  N dy 10625   1451185       615     32800       615     56426    198030    998529     37.57     40.41
77.59/77.62	c  N dy 10773   1471237       615     32800       615     76316    198030   1932385     37.57     39.70
78.59/78.66	c  N dy 10918   1491317       615     32800       615     96197    198030   2860568     37.57     41.35
79.69/79.71	c  N dy 11063   1511400       615     32800       615     63088    198030   1281210     37.57     40.34
80.59/80.62	c  N dy 11213   1531595       615     32800       615     83102    198030   2220483     37.57     40.15
81.69/81.74	c  N dy 11359   1551666       615     32800       615    103005    198030   3156359     37.57     39.75
82.69/82.79	c  N dy 11500   1571700       615     32800       615     68862    198030   1524787     37.56     40.42
83.79/83.83	c  N dy 11651   1591710       615     32800       615     88676    198030   2452843     37.56     40.72
84.99/85.05	c  N dy 11805   1611778       615     32800       615    108563    198030   3385865     37.57     39.56
85.99/86.03	c  N dy 11946   1631861       615     32800       615     73465    198030   1702936     37.56     41.98
86.99/87.07	c  N dy 12095   1651916       615     32800       615     93316    198030   2631170     37.56     48.88
88.29/88.35	c  N dy 12246   1671925       615     32800       615     57161    198030    913142     37.56     40.33
89.19/89.22	c  N dy 12392   1691949       615     32800       615     77022    198030   1841938     37.56     40.05
90.09/90.18	c  S st 12520   1710323       615     32800       615     95231    198030   2685736     37.56   no data
90.19/90.25	c  S st 12520   1710825       615     32800       615     95731    198030   2708986     37.56   no data
90.19/90.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
90.29/90.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.06
90.29/90.33	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
90.29/90.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
90.29/90.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
90.29/90.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    615 time:  0.00 s
90.29/90.33	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
90.29/90.37	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
90.79/90.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.41 s
102.20/102.22	c lits-rem:       197  cl-subs:      427  v-elim:      0  v-fix:    0  time: 11.36 s
102.20/102.23	c vivif2 --  cl tried    32800 cl shrink        0 lits rem          0 time: 0.00
102.20/102.27	c vivif2 --  cl tried    95304 cl shrink        0 lits rem          0 time: 0.05
102.49/102.52	c asymm  cl-useful: 0/5267/32800 lits-rem:0 time: 0.24
102.49/102.52	c calculated reachability. Time: 0.00
102.49/102.52	c  N dy 12520   1710825       615     32800       615     95304    198030   2666198     37.56   no data
103.69/103.77	c  N dy 12664   1730865       615     32800       615     58176    198030    930314     37.55     40.62
104.59/104.60	c  N dy 12807   1750953       615     32800       615     78115    198030   1854718     37.55     40.69
105.60/105.68	c  N dy 12958   1771053       615     32800       615     98038    198030   2789985     37.55     39.89
106.89/106.96	c  N dy 13105   1791115       615     32800       615     59935    198030    979137     37.55     39.76
107.80/107.82	c  N dy 13255   1811210       615     32800       615     79868    198030   1911445     37.55     41.07
108.89/108.92	c  N dy 13408   1831305       615     32800       615     99812    198030   2854902     37.55     40.39
110.19/110.25	c  N dy 13556   1851373       615     32800       615     60707    198030    984264     37.55     39.99
111.10/111.11	c  N dy 13706   1871479       615     32800       615     80642    198030   1917470     37.55     39.65
112.09/112.17	c  N dy 13861   1891493       615     32800       615    100464    198030   2845452     37.55     40.58
113.49/113.57	c  N dy 14008   1911609       615     32800       615     60434    198030    942042     37.55     39.73
114.40/114.41	c  N dy 14152   1931629       615     32800       615     80284    198030   1861547     37.54     39.66
115.39/115.46	c  N dy 14297   1951638       615     32800       615    100105    198030   2784428     37.54     40.38
116.69/116.70	c  N dy 14447   1971655       615     32800       615    119935    198030   3718027     37.54     39.55
117.70/117.72	c  N dy 14598   1991675       615     32800       615     78832    198030   1770563     37.54     41.18
118.70/118.75	c  N dy 14745   2011711       615     32800       615     98681    198030   2698953     37.54     39.80
119.99/120.00	c  N dy 14898   2031720       615     32800       615    118518    198030   3623671     37.54     42.73
120.99/121.10	c  N dy 15052   2051803       615     32800       615     76482    198030   1635869     37.55     40.24
122.09/122.12	c  N dy 15203   2071917       615     32800       615     96433    198030   2574865     37.55     40.15
123.29/123.34	c  N dy 15353   2092019       615     32800       615    116382    198030   3509760     37.55     39.84
124.49/124.54	c  N dy 15500   2112141       615     32800       615     73374    198030   1451887     37.54     39.78
125.49/125.55	c  N dy 15648   2132174       615     32800       615     93242    198030   2383473     37.54     41.56
126.79/126.80	c  N dy 15799   2152208       615     32800       615    113125    198030   3313608     37.54     40.06
128.19/128.20	c  N dy 15948   2172218       615     32800       615     68991    198030   1221277     37.54     43.57
129.09/129.15	c  N dy 16100   2192256       615     32800       615     88847    198030   2152494     37.54     39.79
130.19/130.24	c  S st 16244   2210826       615     32800       615    107248    198030   3020450     37.55   no data
130.29/130.32	c  S st 16244   2211328       615     32800       615    107749    198030   3045507     37.55   no data
130.29/130.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
130.39/130.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.1M T:  0.07
130.39/130.40	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
130.39/130.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
130.39/130.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
130.39/130.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    615 time:  0.00 s
130.39/130.41	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
130.39/130.45	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
130.99/131.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.47 s
139.49/139.59	c lits-rem:        88  cl-subs:      503  v-elim:      0  v-fix:    0  time:  8.58 s
139.49/139.59	c vivif2 --  cl tried    32800 cl shrink        0 lits rem          0 time: 0.00
139.60/139.65	c vivif2 --  cl tried   107246 cl shrink        0 lits rem          0 time: 0.05
139.89/139.93	c asymm  cl-useful: 0/3794/32800 lits-rem:0 time: 0.29
139.89/139.94	c calculated reachability. Time: 0.00
139.89/139.94	c  N dy 16244   2211328       615     32800       615    107246    198030   2993865     37.55   no data
141.19/141.25	c  N dy 16393   2231446       615     32800       615    127201    198030   3925513     37.55     40.56
142.30/142.31	c  N dy 16544   2251540       615     32800       615     82159    198030   1807364     37.55     39.79
143.30/143.35	c  N dy 16689   2271593       615     32800       615    102030    198030   2740330     37.55     40.02
144.59/144.61	c  N dy 16835   2291817       615     32800       615    122078    198030   3673832     37.55     40.36
145.79/145.86	c  N dy 16988   2311894       615     32800       615     76053    198030   1490126     37.55     45.11
146.80/146.87	c  N dy 17134   2331897       615     32800       615     95882    198030   2414629     37.55     40.62
148.00/148.06	c  N dy 17281   2351991       615     32800       615    115798    198030   3338100     37.55     40.18
149.39/149.48	c  N dy 17422   2372092       615     32800       615     68813    198030   1119548     37.54     39.80
150.39/150.42	c  N dy 17570   2392221       615     32800       615     88768    198030   2053556     37.54     39.73
151.49/151.55	c  N dy 17713   2412396       615     32800       615    108768    198030   2986454     37.54     39.92
152.79/152.86	c  N dy 17859   2432437       615     32800       615    128645    198030   3911367     37.54     39.97
154.00/154.05	c  N dy 18007   2452451       615     32800       615     80558    198030   1634771     37.54     39.77
155.00/155.07	c  N dy 18155   2472462       615     32800       615    100417    198030   2561470     37.54     39.98
156.29/156.30	c  N dy 18304   2492543       615     32800       615    120319    198030   3487820     37.54     39.95
157.69/157.75	c  N dy 18452   2512579       615     32800       615     71271    198030   1172827     37.54     39.65
158.60/158.67	c  N dy 18601   2532662       615     32800       615     91179    198030   2107236     37.54     40.05
159.80/159.82	c  N dy 18753   2552804       615     32800       615    111160    198030   3040006     37.54     39.69
161.10/161.15	c  N dy 18896   2572834       615     32800       615    131025    198030   3958636     37.54     39.71
162.39/162.46	c  N dy 19049   2592872       615     32800       615     80982    198030   1595729     37.54     40.09
163.39/163.48	c  N dy 19199   2612904       615     32800       615    100823    198030   2523299     37.54     39.83
164.59/164.69	c  N dy 19345   2632907       615     32800       615    120653    198030   3450509     37.54     39.62
166.09/166.12	c  N dy 19493   2652931       615     32800       615    140494    198030   4382200     37.54     39.71
167.10/167.19	c  N dy 19642   2673007       615     32800       615     89560    198030   1971736     37.54     40.12
168.29/168.31	c  N dy 19790   2693099       615     32800       615    109495    198030   2902478     37.54     39.73
169.39/169.49	c  S st 19925   2711328       615     32800       615    127576    198030   3743835     37.54   no data
169.50/169.57	c  S st 19925   2711829       615     32800       615    128075    198030   3766563     37.54   no data
169.50/169.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
169.60/169.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.4M T:  0.08
169.60/169.67	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
169.60/169.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
169.60/169.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
169.60/169.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    615 time:  0.00 s
169.60/169.67	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
169.70/169.72	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
170.40/170.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.60 s
183.19/183.20	c lits-rem:       237  cl-subs:      551  v-elim:      0  v-fix:    0  time: 12.77 s
183.19/183.20	c vivif2 --  cl tried    32800 cl shrink        0 lits rem          0 time: 0.00
183.19/183.27	c vivif2 --  cl tried   127524 cl shrink        0 lits rem          0 time: 0.07
183.29/183.37	c asymm  cl-useful: 0/1026/32800 lits-rem:0 time: 0.10
183.29/183.37	c calculated reachability. Time: 0.00
183.29/183.37	c  N dy 19925   2711829       615     32800       615    127524    198030   3711556     37.54   no data
184.80/184.83	c  N dy 20070   2731865       615     32800       615     75498    198030   1274918     37.54     39.69
185.80/185.82	c  N dy 20219   2751901       615     32800       615     95364    198030   2201871     37.54     40.10
186.90/186.97	c  N dy 20365   2771980       615     32800       615    115263    198030   3128342     37.54     42.46
188.29/188.34	c  N dy 20513   2792069       615     32800       615    135173    198030   4049573     37.54     39.53
189.59/189.68	c  N dy 20660   2812121       615     32800       615     82190    198030   1558430     37.54     44.46
190.69/190.72	c  N dy 20806   2832171       615     32800       615    102065    198030   2478989     37.53     39.67
191.89/191.94	c  N dy 20959   2852273       615     32800       615    121994    198030   3415721     37.54     40.58
193.29/193.34	c  N dy 21102   2872394       615     32800       615    141947    198030   4346204     37.53     39.52
194.60/194.60	c  N dy 21251   2892488       615     32800       615     88023    198030   1798089     37.53     43.51
195.59/195.68	c  N dy 21402   2912579       615     32800       615    107967    198030   2728745     37.54     39.58
196.90/196.98	c  N dy 21552   2932691       615     32800       615    127895    198030   3656777     37.54     39.73
198.39/198.46	c  N dy 21703   2952693       615     32800       615    147740    198030   4590957     37.54     39.83
199.50/199.56	c  N dy 21844   2972750       615     32800       615     92723    198030   1983253     37.53     39.88
200.59/200.69	c  N dy 21992   2992853       615     32800       615    112644    198030   2918301     37.53     39.91
201.99/202.02	c  N dy 22141   3012998       615     32800       615    132619    198030   3852393     37.54     39.92
203.59/203.65	c  N dy 22290   3033013       615     32800       615     76614    198030   1205284     37.53     39.71
204.60/204.60	c  N dy 22440   3053075       615     32800       615     96494    198030   2135552     37.53     43.55
205.70/205.79	c  N dy 22590   3073250       615     32800       615    116501    198030   3070702     37.53     39.79
207.09/207.13	c  N dy 22740   3093254       615     32800       615    136325    198030   3995927     37.53     41.31
208.70/208.76	c  N dy 22892   3113340       615     32800       615     79416    198030   1306959     37.53     40.72
209.70/209.76	c  N dy 23038   3133450       615     32800       615     99356    198030   2227567     37.53     39.95
210.89/210.91	c  N dy 23184   3153577       615     32800       615    119303    198030   3160430     37.53     39.70
212.29/212.34	c  N dy 23338   3173662       615     32800       615    139225    198030   4088258     37.53     39.85
213.89/213.93	c  N dy 23488   3193717       615     32800       615     81282    198030   1364332     37.53     39.96
214.79/214.82	c  S st 23624   3211829       615     32800       615     99220    198030   2202532     37.53   no data
214.79/214.88	c  S st 23624   3212334       615     32800       615     99724    198030   2227451     37.53   no data
214.79/214.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
214.89/214.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.0M T:  0.06
214.89/214.95	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
214.89/214.95	c bin-w-bin subsume rem            0 bins  time:  0.00 s
214.89/214.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
214.89/214.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    615 time:  0.00 s
214.89/214.96	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
214.89/214.99	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
215.29/215.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.26 s
223.79/223.81	c lits-rem:       387  cl-subs:      264  v-elim:      0  v-fix:    0  time:  8.49 s
223.79/223.81	c vivif2 --  cl tried    32800 cl shrink        0 lits rem          0 time: 0.00
223.79/223.85	c vivif2 --  cl tried    99460 cl shrink        0 lits rem          0 time: 0.04
224.09/224.13	c asymm  cl-useful: 0/5589/32800 lits-rem:0 time: 0.28
224.09/224.13	c calculated reachability. Time: 0.00
224.09/224.13	c  N dy 23624   3212334       615     32800       615     99460    198030   2199339     37.53   no data
225.30/225.34	c  N dy 23769   3232372       615     32800       615    119330    198030   3129714     37.53     39.68
226.69/226.72	c  N dy 23918   3252465       615     32800       615    139242    198030   4053937     37.53     39.65
228.30/228.37	c  N dy 24065   3272562       615     32800       615     80348    198030   1291060     37.53     39.70
229.30/229.36	c  N dy 24217   3292710       615     32800       615    100321    198030   2216990     37.53     39.78
230.50/230.55	c  N dy 24366   3312763       615     32800       615    120206    198030   3143414     37.52     39.63
231.90/231.95	c  N dy 24516   3332940       615     32800       615    140201    198030   4075456     37.52     40.23
233.60/233.66	c  N dy 24669   3353066       615     32800       615     80359    198030   1259832     37.52     40.57
234.59/234.64	c  N dy 24815   3373141       615     32800       615    100278    198030   2185074     37.52     39.63
235.79/235.81	c  N dy 24959   3393259       615     32800       615    120227    198030   3111600     37.52     39.74
237.20/237.21	c  N dy 25112   3413330       615     32800       615    140131    198030   4037380     37.52     39.60
238.70/238.76	c  N dy 25263   3433390       615     32800       615    159996    198030   4966426     37.52     40.09
239.90/239.96	c  N dy 25407   3453580       615     32800       615     99228    198030   2105657     37.52     40.14
241.10/241.13	c  N dy 25560   3473824       615     32800       615    119281    198030   3053188     37.52     39.66
242.40/242.49	c  N dy 25709   3493859       615     32800       615    139148    198030   3984587     37.52     39.63
244.00/244.04	c  N dy 25853   3513916       615     32800       615    159015    198030   4908750     37.52     39.64
245.30/245.32	c  N dy 26001   3534009       615     32800       615     97163    198030   1977734     37.52     40.17
246.40/246.45	c  N dy 26144   3554108       615     32800       615    117104    198030   2902188     37.52     42.23
247.69/247.77	c  N dy 26290   3574185       615     32800       615    137012    198030   3830213     37.52     39.58
249.29/249.33	c  N dy 26440   3594284       615     32800       615    156955    198030   4756965     37.51     39.82
250.70/250.74	c  N dy 26588   3614419       615     32800       615     94128    198030   1811106     37.51     39.66
251.80/251.85	c  N dy 26738   3634425       615     32800       615    113966    198030   2739865     37.51     39.51
253.09/253.16	c  N dy 26887   3654526       615     32800       615    133901    198030   3669139     37.51     39.51
254.60/254.67	c  N dy 27037   3674541       615     32800       615    153750    198030   4606110     37.52     39.53
256.20/256.27	c  N dy 27181   3694653       615     32800       615     89907    198030   1580814     37.51     39.56
257.09/257.17	c  S st 27310   3712335       615     32800       615    107420    198030   2400417     37.51   no data
257.19/257.24	c  S st 27310   3712837       615     32800       615    107918    198030   2423702     37.51   no data
257.19/257.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
257.30/257.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.0M T:  0.06
257.30/257.32	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
257.30/257.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
257.30/257.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
257.30/257.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    615 time:  0.00 s
257.30/257.32	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
257.30/257.36	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
257.69/257.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.29 s
263.59/263.64	c lits-rem:       292  cl-subs:      270  v-elim:      0  v-fix:    0  time:  5.92 s
263.59/263.64	c vivif2 --  cl tried    32800 cl shrink        0 lits rem          0 time: 0.00
263.59/263.68	c vivif2 --  cl tried   107648 cl shrink        0 lits rem          0 time: 0.04
263.90/263.93	c asymm  cl-useful: 0/5906/32800 lits-rem:0 time: 0.25
263.90/263.94	c calculated reachability. Time: 0.00
263.90/263.94	c  N dy 27310   3712837       615     32800       615    107648    198030   2395415     37.51   no data
265.20/265.25	c  N dy 27462   3732872       615     32800       615    127498    198030   3324550     37.51     40.16
266.59/266.60	c  F st 27598   3751563       615     32800       615    146005    198030   4190615     37.51     31.15
266.69/266.71	c  N st 27602   3753598       615     32800       615    147996    198030   4324445     37.51   no data
268.19/268.25	c  N dy 27729   3773651       615     32800       615    167794    198030   5320286     37.51     39.57
269.40/269.45	c  N dy 27879   3793749       615     32800       615    103030    198030   2168157     37.51     39.50
270.60/270.65	c  N dy 28030   3813830       615     32800       615    122943    198030   3097946     37.51     40.15
272.00/272.02	c  N dy 28173   3833939       615     32800       615    142890    198030   4021423     37.51     40.88
273.60/273.62	c  N dy 28315   3853941       615     32800       615    162720    198030   4944749     37.51     39.49
275.00/275.04	c  N dy 28457   3874000       615     32800       615     96887    198030   1847625     37.51     39.70
276.11/276.16	c  N dy 28609   3894095       615     32800       615    116802    198030   2779933     37.51     40.75
277.39/277.45	c  N dy 28761   3914131       615     32800       615    136645    198030   3716638     37.51     40.22
278.90/278.94	c  N dy 28912   3934147       615     32800       615    156501    198030   4650817     37.51     40.01
280.59/280.69	c  N dy 29061   3954150       615     32800       615     89595    198030   1475857     37.51     39.62
281.69/281.74	c  N dy 29214   3974164       615     32800       615    109432    198030   2403996     37.51     39.67
282.89/282.97	c  N dy 29359   3994262       615     32800       615    129302    198030   3333969     37.51     39.58
284.30/284.38	c  N dy 29508   4014291       615     32800       615    149155    198030   4258282     37.51     39.56
286.00/286.02	c  N dy 29663   4034357       615     32800       615    169052    198030   5193848     37.51     39.94
287.39/287.42	c  N dy 29813   4054401       615     32800       615    101245    198030   1990735     37.51     39.73
288.50/288.56	c  N dy 29961   4074413       615     32800       615    121105    198030   2919457     37.51     42.09
289.80/289.87	c  N dy 30105   4094477       615     32800       615    141030    198030   3850025     37.51     39.91
291.29/291.37	c  N dy 30254   4114514       615     32800       615    160894    198030   4783337     37.51     40.17
293.10/293.13	c  N dy 30402   4134579       615     32800       615     92029    198030   1531483     37.51     46.06
294.09/294.19	c  N dy 30549   4154642       615     32800       615    111941    198030   2453517     37.51     40.38
295.39/295.44	c  N dy 30697   4174734       615     32800       615    131860    198030   3389203     37.51     39.73
296.80/296.85	c  N dy 30849   4194778       615     32800       615    151709    198030   4325331     37.51     41.65
298.30/298.34	c  S st 30985   4212837       615     32800       615    169627    198030   5162659     37.51     36.44
298.40/298.45	c  S st 30985   4213342       615     32800       615    170130    198030   5186038     37.51   no data
298.40/298.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
298.50/298.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.0M T:  0.11
298.50/298.58	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
298.50/298.58	c bin-w-bin subsume rem            0 bins  time:  0.00 s
298.50/298.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
298.50/298.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    615 time:  0.00 s
298.50/298.58	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
298.60/298.65	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
299.59/299.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.89 s
322.10/322.18	c lits-rem:       376  cl-subs:      960  v-elim:      0  v-fix:    0  time: 22.48 s
322.10/322.18	c vivif2 --  cl tried    32800 cl shrink        0 lits rem          0 time: 0.00
322.20/322.28	c vivif2 --  cl tried   169170 cl shrink        0 lits rem          0 time: 0.09
322.60/322.61	c asymm  cl-useful: 0/4099/32800 lits-rem:0 time: 0.34
322.60/322.62	c calculated reachability. Time: 0.00
322.60/322.62	c  N dy 30985   4213342       615     32800       615    169170    198030   5089146     37.51   no data
324.19/324.23	c  N dy 31133   4233438       615     32800       615     99384    198030   1840194     37.51     40.88
325.30/325.36	c  N dy 31282   4253450       615     32800       615    119217    198030   2765072     37.51     39.87
326.70/326.74	c  N dy 31434   4273511       615     32800       615    139084    198030   3698629     37.51     39.57
328.20/328.28	c  N dy 31581   4293590       615     32800       615    158989    198030   4628655     37.51     41.79
330.00/330.05	c  N dy 31734   4313767       615     32800       615    178997    198030   5579351     37.51     39.54
331.30/331.36	c  N dy 31881   4333867       615     32800       615    108228    198030   2222992     37.51     39.77
332.50/332.58	c  N dy 32035   4353960       615     32800       615    128139    198030   3159229     37.51     40.25
334.00/334.02	c  N dy 32188   4374195       615     32800       615    148182    198030   4095437     37.51     39.82
335.59/335.64	c  N dy 32340   4394254       615     32800       615    168053    198030   5021401     37.51     39.76
337.40/337.40	c  N dy 32485   4414338       615     32800       615     96278    198030   1630797     37.51     40.11
338.39/338.49	c  N dy 32634   4434511       615     32800       615    116288    198030   2563352     37.51     40.37
339.69/339.76	c  N dy 32785   4454545       615     32800       615    136156    198030   3502402     37.51     39.83
341.20/341.25	c  N dy 32937   4474689       615     32800       615    156132    198030   4441867     37.51     39.61
342.90/342.93	c  N dy 33087   4494708       615     32800       615    175984    198030   5367764     37.51     39.98
344.39/344.49	c  N dy 33236   4514904       615     32800       615    103303    198030   1921257     37.51     39.60
345.60/345.60	c  N dy 33382   4534917       615     32800       615    123181    198030   2854800     37.51     40.27
346.90/346.95	c  N dy 33535   4555002       615     32800       615    143088    198030   3788866     37.52     39.69
348.40/348.46	c  N dy 33686   4575022       615     32800       615    162935    198030   4723101     37.52     44.36
350.10/350.19	c  N dy 33835   4595079       615     32800       615    182818    198030   5652395     37.52     39.56
351.50/351.59	c  N dy 33983   4615195       615     32800       615    109046    198030   2162864     37.52     40.33
352.70/352.78	c  N dy 34139   4635301       615     32800       615    128967    198030   3105176     37.52     40.44
354.10/354.15	c  N dy 34287   4655403       615     32800       615    148908    198030   4047925     37.52     41.88
355.69/355.72	c  N dy 34429   4675488       615     32800       615    168813    198030   4971363     37.52     39.89
357.41/357.48	c  N dy 34578   4695506       615     32800       615    188673    198030   5900363     37.52     40.17
358.60/358.61	c  S st 34712   4713342       615     32800       615    111669    198030   2239679     37.52   no data
358.60/358.67	c  S st 34712   4713844       615     32800       615    112169    198030   2262614     37.52   no data
358.60/358.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
358.69/358.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.0M T:  0.06
358.69/358.75	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
358.69/358.75	c bin-w-bin subsume rem            0 bins  time:  0.00 s
358.69/358.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
358.69/358.76	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    615 time:  0.00 s
358.69/358.76	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
358.79/358.80	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
358.99/359.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.23 s
363.69/363.79	c lits-rem:       335  cl-subs:      182  v-elim:      0  v-fix:    0  time:  4.69 s
363.69/363.79	c vivif2 --  cl tried    32800 cl shrink        0 lits rem          0 time: 0.00
363.79/363.83	c vivif2 --  cl tried   111987 cl shrink        0 lits rem          0 time: 0.04
364.10/364.12	c asymm  cl-useful: 0/4053/32800 lits-rem:0 time: 0.29
364.10/364.13	c calculated reachability. Time: 0.00
364.10/364.13	c  N dy 34712   4713844       615     32800       615    111987    198030   2243537     37.52   no data
365.29/365.34	c  N dy 34850   4733872       615     32800       615    131837    198030   3163698     37.52     40.70
366.70/366.76	c  N dy 35001   4753989       615     32800       615    151777    198030   4099326     37.52     40.38
368.30/368.35	c  N dy 35153   4774062       615     32800       615    171665    198030   5035837     37.52     43.79
370.30/370.35	c  N dy 35306   4794164       615     32800       615     95928    198030   1471222     37.52     39.53
371.39/371.42	c  N dy 35463   4814326       615     32800       615    115903    198030   2406811     37.52     39.57
372.70/372.76	c  N dy 35613   4834357       615     32800       615    135761    198030   3330210     37.52     39.51
374.20/374.21	c  N dy 35762   4854439       615     32800       615    155677    198030   4261533     37.52     40.16
375.79/375.88	c  N dy 35912   4874605       615     32800       615    175676    198030   5196396     37.52     39.65
377.80/377.82	c  N dy 36060   4894609       615     32800       615     98856    198030   1570856     37.52     39.77
378.79/378.89	c  N dy 36210   4914676       615     32800       615    118746    198030   2496642     37.52     39.77
380.09/380.17	c  N dy 36355   4934728       615     32800       615    138650    198030   3427480     37.52     39.61
381.61/381.62	c  N dy 36502   4954898       615     32800       615    158624    198030   4362588     37.52     39.56
383.20/383.26	c  N dy 36649   4975117       615     32800       615    178663    198030   5294566     37.52     39.55
385.10/385.10	c  N dy 36792   4995197       615     32800       615    100922    198030   1632355     37.52     39.57
386.10/386.16	c  N dy 36945   5015352       615     32800       615    120897    198030   2574444     37.52     39.59
387.40/387.46	c  N dy 37099   5035467       615     32800       615    140853    198030   3508093     37.52     39.85
388.89/388.95	c  N dy 37249   5055489       615     32800       615    160681    198030   4435228     37.52     39.71
390.60/390.60	c  N dy 37396   5075552       615     32800       615    180581    198030   5363773     37.51     40.50
392.40/392.47	c  N dy 37540   5095636       615     32800       615    101837    198030   1637350     37.51     39.63
393.49/393.56	c  N dy 37691   5115659       615     32800       615    121711    198030   2571784     37.51     40.34
394.81/394.85	c  N dy 37843   5135663       615     32800       615    141557    198030   3499942     37.51     43.31
396.29/396.30	c  N dy 37991   5155687       615     32800       615    161398    198030   4429180     37.51     39.64
397.89/397.99	c  N dy 38141   5175806       615     32800       615    181356    198030   5357974     37.51     40.11
400.00/400.01	c  N dy 38294   5195902       615     32800       615    101642    198030   1603491     37.51     39.64
400.89/400.95	c  S st 38421   5213846       615     32800       615    119445    198030   2434273     37.51   no data
400.99/401.01	c  S st 38421   5214349       615     32800       615    119946    198030   2456884     37.51   no data
400.99/401.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
401.09/401.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.2M T:  0.07
401.09/401.10	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
401.09/401.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
401.09/401.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
401.09/401.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    615 time:  0.00 s
401.09/401.11	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
401.09/401.15	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
401.40/401.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.26 s
406.29/406.30	c lits-rem:       377  cl-subs:      195  v-elim:      0  v-fix:    0  time:  4.81 s
406.29/406.30	c vivif2 --  cl tried    32800 cl shrink        0 lits rem          0 time: 0.00
406.29/406.35	c vivif2 --  cl tried   119751 cl shrink        0 lits rem          0 time: 0.05
406.59/406.62	c asymm  cl-useful: 0/3656/32800 lits-rem:0 time: 0.28
406.59/406.63	c calculated reachability. Time: 0.00
406.59/406.63	c  N dy 38421   5214349       615     32800       615    119751    198030   2437292     37.51   no data
407.90/407.94	c  N dy 38570   5234416       615     32800       615    139643    198030   3361436     37.51     40.00
409.30/409.35	c  N dy 38716   5254470       615     32800       615    159520    198030   4290804     37.51     40.05
411.00/411.00	c  N dy 38870   5274566       615     32800       615    179450    198030   5223797     37.51     39.58
412.80/412.85	c  N dy 39020   5294650       615     32800       615    199353    198030   6156671     37.51     40.64
414.20/414.20	c  N dy 39172   5314683       615     32800       615    118562    198030   2362077     37.51     44.81
415.40/415.40	c  N dy 39310   5334746       615     32800       615    138450    198030   3292245     37.51     41.27
416.80/416.82	c  N dy 39456   5354876       615     32800       615    158382    198030   4221726     37.51     39.58
418.49/418.54	c  N dy 39604   5374882       615     32800       615    178212    198030   5146654     37.51     40.16
420.30/420.36	c  N dy 39754   5394894       615     32800       615    198071    198030   6078911     37.51     39.49
421.90/421.90	c  N dy 39910   5415020       615     32800       615    116419    198030   2238592     37.51     39.50
423.09/423.11	c  N dy 40060   5435104       615     32800       615    136323    198030   3172154     37.51     39.94
424.51/424.53	c  N dy 40204   5455214       615     32800       615    156292    198030   4099129     37.51     39.89
426.10/426.11	c  N dy 40351   5475218       615     32800       615    176122    198030   5029328     37.51     40.01
427.90/427.94	c  N dy 40500   5495269       615     32800       615    196012    198030   5957975     37.51     42.70
429.60/429.63	c  N dy 40653   5515351       615     32800       615    113293    198030   2050626     37.51     43.36
430.80/430.82	c  N dy 40804   5535455       615     32800       615    133228    198030   2982209     37.51     39.49
432.09/432.17	c  N dy 40956   5555490       615     32800       615    153057    198030   3915394     37.51     39.53
433.70/433.76	c  N dy 41102   5575553       615     32800       615    172952    198030   4841494     37.51     40.26
435.50/435.53	c  N dy 41251   5595613       615     32800       615    192814    198030   5769216     37.51     41.81
437.39/437.41	c  N dy 41398   5615625       615     32800       615    109046    198030   1827843     37.51     40.47
438.50/438.51	c  N dy 41543   5635704       615     32800       615    128957    198030   2762653     37.51     43.40
439.80/439.84	c  N dy 41692   5655716       615     32800       615    148804    198030   3688842     37.51     40.32
441.30/441.39	c  N dy 41843   5675798       615     32800       615    168725    198030   4620498     37.51     39.75
443.00/443.05	c  N dy 41990   5695911       615     32800       615    188703    198030   5555099     37.51     39.57
444.79/444.85	c  S st 42129   5714350       615     32800       615    206987    198030   6408684     37.51   no data
444.89/444.97	c  S st 42129   5714853       615     32800       615    207488    198030   6433326     37.51   no data
444.89/444.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
445.09/445.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.6M T:  0.13
445.09/445.13	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
445.09/445.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
445.09/445.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
445.09/445.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    615 time:  0.00 s
445.09/445.14	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
445.19/445.22	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
446.51/446.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.17 s
479.90/479.92	c lits-rem:       393  cl-subs:     1238  v-elim:      0  v-fix:    0  time: 33.35 s
479.90/479.92	c vivif2 --  cl tried    32800 cl shrink        0 lits rem          0 time: 0.00
480.00/480.03	c vivif2 --  cl tried   206250 cl shrink        0 lits rem          0 time: 0.11
480.40/480.40	c asymm  cl-useful: 0/3198/32800 lits-rem:0 time: 0.37
480.40/480.41	c calculated reachability. Time: 0.00
480.40/480.41	c  N dy 42129   5714853       615     32800       615    206250    198030   6305531     37.51   no data
481.90/481.96	c  N dy 42280   5734996       615     32800       615    121635    198030   2382612     37.51     40.14
483.30/483.33	c  N dy 42430   5755114       615     32800       615    141567    198030   3307884     37.51     42.47
484.79/484.80	c  N dy 42578   5775238       615     32800       615    161533    198030   4239645     37.51     40.25
486.50/486.52	c  N dy 42729   5795334       615     32800       615    181499    198030   5174980     37.51     39.49
488.31/488.38	c  N dy 42874   5815357       615     32800       615    201337    198030   6100278     37.51     40.17
490.10/490.14	c  N dy 43022   5835520       615     32800       615    115714    198030   2075924     37.51     39.74
491.30/491.35	c  N dy 43167   5855635       615     32800       615    135709    198030   3002950     37.51     40.00
492.70/492.77	c  N dy 43314   5875720       615     32800       615    155619    198030   3932756     37.51     39.62
494.30/494.35	c  N dy 43459   5895772       615     32800       615    175488    198030   4855420     37.51     39.66
496.11/496.16	c  N dy 43605   5915854       615     32800       615    195405    198030   5793070     37.51     39.49
498.20/498.25	c  N dy 43754   5936038       615     32800       615    108780    198030   1718236     37.51     39.60
499.30/499.37	c  N dy 43901   5956187       615     32800       615    128747    198030   2651388     37.51     39.58
500.70/500.71	c  N dy 44047   5976204       615     32800       615    148614    198030   3580248     37.51     39.53
502.20/502.23	c  N dy 44196   5996361       615     32800       615    168599    198030   4515026     37.51     39.81
503.81/503.85	c  N dy 44337   6016401       615     32800       615    188469    198030   5436539     37.51     39.99
505.70/505.75	c  N dy 44485   6036443       615     32800       615    208356    198030   6363306     37.51     39.63
507.30/507.38	c  N dy 44632   6056459       615     32800       615    120595    198030   2232558     37.50     39.89
508.50/508.57	c  N dy 44775   6076485       615     32800       615    140436    198030   3149441     37.50     39.90
510.00/510.00	c  N dy 44925   6096544       615     32800       615    160322    198030   4080113     37.50     40.04
511.60/511.64	c  N dy 45074   6116634       615     32800       615    180253    198030   5013225     37.50     39.61
513.40/513.42	c  N dy 45219   6136747       615     32800       615    200208    198030   5943609     37.50     39.71
515.50/515.51	c  N dy 45369   6156851       615     32800       615    111565    198030   1790523     37.50     40.46
516.60/516.65	c  N dy 45519   6176915       615     32800       615    131482    198030   2719007     37.50     49.72
517.90/517.98	c  N dy 45663   6196944       615     32800       615    151322    198030   3640107     37.50     39.59
519.30/519.33	c  S st 45794   6214853       615     32800       615    169074    198030   4466948     37.50   no data
519.40/519.43	c  S st 45794   6215360       615     32800       615    169579    198030   4488021     37.50   no data
519.40/519.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
519.50/519.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.1M T:  0.11
519.50/519.56	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
519.50/519.56	c bin-w-bin subsume rem            0 bins  time:  0.00 s
519.50/519.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
519.50/519.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    615 time:  0.00 s
519.50/519.57	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
519.60/519.63	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
520.40/520.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.67 s
534.60/534.65	c lits-rem:       240  cl-subs:      638  v-elim:      0  v-fix:    0  time: 14.22 s
534.60/534.66	c vivif2 --  cl tried    32800 cl shrink        0 lits rem          0 time: 0.00
534.70/534.74	c vivif2 --  cl tried   168941 cl shrink        0 lits rem          0 time: 0.08
535.00/535.06	c asymm  cl-useful: 0/3731/32800 lits-rem:0 time: 0.32
535.00/535.07	c calculated reachability. Time: 0.00
535.00/535.07	c  N dy 45794   6215360       615     32800       615    168941    198030   4420329     37.50   no data
536.70/536.80	c  N dy 45940   6235398       615     32800       615    188803    198030   5335573     37.50     40.04
538.70/538.72	c  N dy 46093   6255518       615     32800       615    208779    198030   6272111     37.50     40.35
540.40/540.48	c  N dy 46242   6275528       615     32800       615    119032    198030   2106836     37.50     39.90
541.60/541.68	c  N dy 46388   6295570       615     32800       615    138901    198030   3030662     37.50     43.92
543.00/543.07	c  N dy 46534   6315653       615     32800       615    158796    198030   3963302     37.50     40.01
544.80/544.80	c  N dy 46683   6335734       615     32800       615    178704    198030   4889484     37.50     39.73
546.60/546.69	c  N dy 46834   6355901       615     32800       615    198685    198030   5827877     37.50     39.55
548.70/548.78	c  N dy 46980   6376025       615     32800       615    218636    198030   6755950     37.50     40.06
550.20/550.28	c  N dy 47127   6396048       615     32800       615    127937    198030   2486105     37.50     39.87
551.51/551.58	c  N dy 47272   6416131       615     32800       615    147868    198030   3418578     37.50     39.78
553.10/553.14	c  N dy 47424   6436325       615     32800       615    167905    198030   4356991     37.50     39.50
554.80/554.88	c  N dy 47577   6456426       615     32800       615    187822    198030   5291312     37.50     39.74
556.70/556.75	c  N dy 47729   6476570       615     32800       615    207799    198030   6241732     37.50     39.58
558.81/558.82	c  N dy 47875   6496647       615     32800       615    116170    198030   1909217     37.50     41.29
560.00/560.00	c  N dy 48027   6516774       615     32800       615    136133    198030   2838080     37.50     40.12
561.40/561.42	c  N dy 48181   6536937       615     32800       615    156110    198030   3775021     37.50     39.57
562.90/562.95	c  N dy 48333   6557071       615     32800       615    176038    198030   4707193     37.50     39.97
564.60/564.67	c  N dy 48473   6577124       615     32800       615    195929    198030   5634434     37.50     39.76
566.60/566.63	c  N dy 48616   6597262       615     32800       615    215901    198030   6557116     37.50     39.98
568.40/568.44	c  N dy 48770   6617331       615     32800       615    123286    198030   2214499     37.50     39.87
569.60/569.68	c  N dy 48916   6637447       615     32800       615    143266    198030   3145500     37.50     39.80
571.10/571.12	c  N dy 49063   6657532       615     32800       615    163170    198030   4079181     37.50     39.65
572.70/572.74	c  N dy 49204   6677559       615     32800       615    183009    198030   5004785     37.50     39.77
574.50/574.55	c  N dy 49355   6697591       615     32800       615    202872    198030   5936399     37.50     39.71
576.31/576.31	c  S st 49479   6715361       615     32800       615    220484    198030   6747986     37.49   no data
576.41/576.44	c  S st 49479   6715864       615     32800       615    220986    198030   6770125     37.49   no data
576.41/576.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
576.60/576.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.7M T:  0.14
576.60/576.60	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
576.60/576.60	c bin-w-bin subsume rem            0 bins  time:  0.00 s
576.60/576.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
576.60/576.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    615 time:  0.00 s
576.60/576.61	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
576.60/576.69	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
578.00/578.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.20 s
614.31/614.38	c lits-rem:       334  cl-subs:     1203  v-elim:      0  v-fix:    0  time: 36.30 s
614.31/614.39	c vivif2 --  cl tried    32800 cl shrink        0 lits rem          0 time: 0.00
614.51/614.51	c vivif2 --  cl tried   219783 cl shrink        0 lits rem          0 time: 0.12
614.81/614.88	c asymm  cl-useful: 0/2307/32800 lits-rem:0 time: 0.37
614.81/614.89	c calculated reachability. Time: 0.00
614.81/614.89	c  N dy 49479   6715864       615     32800       615    219783    198030   6647043     37.49   no data
616.60/616.69	c  N dy 49619   6735875       615     32800       615    126117    198030   2303658     37.49     40.00
618.00/618.03	c  N dy 49768   6755888       615     32800       615    145967    198030   3238535     37.49     39.57
619.51/619.56	c  N dy 49915   6775984       615     32800       615    165903    198030   4165009     37.49     40.82
621.20/621.29	c  N dy 50065   6796056       615     32800       615    185826    198030   5096656     37.49     45.15
623.30/623.30	c  N dy 50215   6816164       615     32800       615    205796    198030   6024891     37.49     41.19
625.50/625.50	c  N dy 50367   6836307       615     32800       615    225778    198030   6955343     37.49     40.46
627.01/627.07	c  N dy 50516   6856378       615     32800       615    131130    198030   2516874     37.49     40.22
628.40/628.45	c  N dy 50665   6876484       615     32800       615    151062    198030   3443290     37.49     39.56
629.91/629.99	c  N dy 50814   6896496       615     32800       615    170898    198030   4369223     37.49     39.57
631.70/631.71	c  N dy 50967   6916514       615     32800       615    190732    198030   5300334     37.49     40.33
633.51/633.58	c  N dy 51113   6936515       615     32800       615    210577    198030   6233709     37.49     39.57
635.60/635.69	c  N dy 51262   6956545       615     32800       615    230451    198030   7166115     37.49     39.59
637.10/637.16	c  N dy 51412   6976631       615     32800       615    134821    198030   2660699     37.49     39.85
638.40/638.48	c  N dy 51560   6996662       615     32800       615    154700    198030   3589610     37.49     40.07
639.90/639.99	c  N dy 51703   7016707       615     32800       615    174541    198030   4517102     37.49     39.57
641.70/641.70	c  N dy 51851   7036718       615     32800       615    194353    198030   5447955     37.49     39.49
643.51/643.58	c  N dy 51998   7056745       615     32800       615    214213    198030   6379088     37.49     40.24
645.90/645.93	c  N dy 52150   7076832       615     32800       615    117640    198030   1820595     37.49     40.08
647.00/647.08	c  N dy 52305   7096952       615     32800       615    137611    198030   2754437     37.49     39.48
648.41/648.45	c  N dy 52452   7116997       615     32800       615    157480    198030   3678395     37.49     41.64
649.91/649.97	c  N dy 52597   7137044       615     32800       615    177376    198030   4608191     37.49     39.94
651.70/651.75	c  N dy 52747   7157118       615     32800       615    197282    198030   5543403     37.49     40.24
653.70/653.70	c  N dy 52899   7177159       615     32800       615    217154    198030   6477079     37.49     48.35
655.90/655.98	c  N dy 53046   7197269       615     32800       615    119610    198030   1878182     37.49     40.47
657.00/657.05	c  S st 53187   7215864       615     32800       615    138039    198030   2741935     37.49   no data
657.10/657.14	c  S st 53187   7216369       615     32800       615    138544    198030   2765553     37.49   no data
657.10/657.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
657.20/657.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.5M T:  0.08
657.20/657.24	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
657.20/657.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
657.20/657.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
657.20/657.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    615 time:  0.00 s
657.20/657.24	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
657.20/657.29	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
657.60/657.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.29 s
663.60/663.62	c lits-rem:       230  cl-subs:      254  v-elim:      0  v-fix:    0  time:  5.96 s
663.60/663.63	c vivif2 --  cl tried    32800 cl shrink        0 lits rem          0 time: 0.00
663.60/663.68	c vivif2 --  cl tried   138290 cl shrink        0 lits rem          0 time: 0.05
663.90/663.95	c asymm  cl-useful: 0/4896/32800 lits-rem:0 time: 0.27
663.90/663.96	c calculated reachability. Time: 0.00
663.90/663.96	c  N dy 53187   7216369       615     32800       615    138290    198030   2739347     37.49   no data
665.30/665.35	c  N dy 53342   7236431       615     32800       615    158158    198030   3674773     37.49     46.49
666.91/666.93	c  N dy 53494   7256449       615     32800       615    178002    198030   4606336     37.49     39.69
668.71/668.70	c  N dy 53647   7276454       615     32800       615    197842    198030   5533794     37.49     39.86
670.60/670.65	c  N dy 53797   7296586       615     32800       615    217821    198030   6465094     37.49     40.33
673.00/673.01	c  N dy 53944   7316663       615     32800       615    119239    198030   1832333     37.49     39.94
674.10/674.16	c  N dy 54091   7336747       615     32800       615    139172    198030   2759298     37.49     41.89
675.50/675.54	c  N dy 54239   7356750       615     32800       615    159019    198030   3683274     37.49     40.31
677.00/677.05	c  N dy 54389   7376759       615     32800       615    178851    198030   4613726     37.49     40.05
678.80/678.82	c  N dy 54539   7396855       615     32800       615    198762    198030   5544853     37.49     39.57
680.80/680.80	c  N dy 54691   7416965       615     32800       615    218686    198030   6478120     37.49     39.69
682.91/682.91	c  N dy 54840   7437085       615     32800       615    238636    198030   7413800     37.49     39.51
684.30/684.38	c  N dy 54992   7457170       615     32800       615    139065    198030   2729669     37.49     39.79
685.71/685.73	c  N dy 55142   7477255       615     32800       615    158995    198030   3664049     37.49     48.39
687.30/687.32	c  N dy 55291   7497359       615     32800       615    178973    198030   4597033     37.49     40.47
689.10/689.14	c  N dy 55440   7517429       615     32800       615    198896    198030   5526453     37.49     39.61
691.21/691.22	c  N dy 55590   7537601       615     32800       615    218901    198030   6454853     37.49     39.82
693.30/693.39	c  N dy 55745   7557672       615     32800       615    238778    198030   7384359     37.49     39.54
694.90/694.92	c  N dy 55887   7577678       615     32800       615    138101    198030   2653558     37.49     40.10
696.21/696.27	c  N dy 56038   7597719       615     32800       615    157954    198030   3584105     37.49     39.52
697.80/697.85	c  N dy 56186   7617878       615     32800       615    177962    198030   4512806     37.49     39.83
699.50/699.58	c  N dy 56337   7637893       615     32800       615    197803    198030   5444107     37.49     40.16
701.51/701.52	c  N dy 56488   7657953       615     32800       615    217668    198030   6370846     37.49     39.52
703.61/703.67	c  N dy 56638   7677974       615     32800       615    237543    198030   7298597     37.49     39.72
705.41/705.42	c  N dy 56788   7698118       615     32800       615    136075    198030   2529074     37.49     39.58
706.60/706.60	c  S st 56920   7716370       615     32800       615    154179    198030   3368393     37.49     36.97
706.60/706.69	c  S st 56920   7716875       615     32800       615    154680    198030   3393064     37.49   no data
706.70/706.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
706.80/706.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.8M T:  0.09
706.80/706.81	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
706.80/706.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
706.80/706.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
706.80/706.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    615 time:  0.00 s
706.80/706.81	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
706.80/706.87	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
707.31/707.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.42 s
713.40/713.49	c lits-rem:       190  cl-subs:      336  v-elim:      0  v-fix:    0  time:  6.10 s
713.40/713.49	c vivif2 --  cl tried    32800 cl shrink        0 lits rem          0 time: 0.00
713.50/713.55	c vivif2 --  cl tried   154344 cl shrink        0 lits rem          0 time: 0.06
713.81/713.84	c asymm  cl-useful: 0/4868/32800 lits-rem:0 time: 0.28
713.81/713.84	c calculated reachability. Time: 0.00
713.81/713.84	c  N dy 56920   7716875       615     32800       615    154344    198030   3358006     37.49   no data
715.31/715.35	c  N dy 57073   7736923       615     32800       615    174233    198030   4295479     37.49     39.73
716.90/716.99	c  N dy 57216   7756940       615     32800       615    194085    198030   5227427     37.49     39.78
718.80/718.87	c  N dy 57365   7777033       615     32800       615    214000    198030   6165863     37.49     40.25
720.90/720.92	c  N dy 57513   7797146       615     32800       615    233934    198030   7099586     37.49     39.68
722.91/722.93	c  N dy 57665   7817227       615     32800       615    131355    198030   2277421     37.49     39.68
724.11/724.19	c  N dy 57814   7837313       615     32800       615    151278    198030   3209571     37.49     39.49
725.60/725.68	c  N dy 57967   7857323       615     32800       615    171084    198030   4146492     37.49     40.04
727.30/727.38	c  N dy 58118   7877406       615     32800       615    191012    198030   5080633     37.49     43.49
729.21/729.25	c  N dy 58273   7897459       615     32800       615    210922    198030   6011729     37.49     43.00
731.20/731.25	c  N dy 58420   7917479       615     32800       615    230779    198030   6939331     37.49     39.87
733.51/733.53	c  N dy 58569   7937591       615     32800       615    127268    198030   2052585     37.49     39.78
734.71/734.73	c  N dy 58712   7957647       615     32800       615    147162    198030   2973401     37.49     39.87
736.10/736.15	c  N dy 58859   7977711       615     32800       615    167088    198030   3899534     37.49     39.98
737.70/737.74	c  N dy 59004   7997729       615     32800       615    186916    198030   4825292     37.49     39.69
739.50/739.55	c  N dy 59149   8017776       615     32800       615    206789    198030   5750395     37.49     40.10
741.50/741.59	c  N dy 59296   8037967       615     32800       615    226801    198030   6695836     37.49     39.55
743.81/743.85	c  N dy 59452   8058027       615     32800       615    246680    198030   7628776     37.49     39.70
745.50/745.50	c  N dy 59598   8078062       615     32800       615    142098    198030   2720429     37.49     41.44
746.91/746.92	c  N dy 59751   8098142       615     32800       615    162004    198030   3660948     37.49     40.48
748.51/748.57	c  N dy 59901   8118200       615     32800       615    181888    198030   4593685     37.49     40.64
750.30/750.35	c  N dy 60054   8138253       615     32800       615    201779    198030   5533035     37.49     39.71
752.20/752.27	c  N dy 60199   8158377       615     32800       615    221763    198030   6455078     37.49     40.07
754.40/754.41	c  N dy 60353   8178507       615     32800       615    241703    198030   7387175     37.49     39.75
756.30/756.39	c  N dy 60502   8198617       615     32800       615    136240    198030   2409373     37.49     40.66
757.50/757.57	c  S st 60637   8216875       615     32800       615    154358    198030   3250533     37.49   no data
757.60/757.66	c  S st 60637   8217376       615     32800       615    154859    198030   3273096     37.49   no data
757.60/757.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
757.70/757.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.8M T:  0.10
757.70/757.77	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
757.70/757.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
757.70/757.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
757.70/757.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    615 time:  0.00 s
757.70/757.78	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
757.81/757.83	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
758.30/758.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.38 s
763.31/763.37	c lits-rem:       154  cl-subs:      266  v-elim:      0  v-fix:    0  time:  5.06 s
763.31/763.37	c vivif2 --  cl tried    32800 cl shrink        0 lits rem          0 time: 0.00
763.41/763.43	c vivif2 --  cl tried   154593 cl shrink        0 lits rem          0 time: 0.06
763.70/763.71	c asymm  cl-useful: 0/4476/32800 lits-rem:0 time: 0.28
763.70/763.72	c calculated reachability. Time: 0.00
763.70/763.72	c  N dy 60637   8217376       615     32800       615    154593    198030   3246042     37.49   no data
765.21/765.23	c  N dy 60782   8237417       615     32800       615    174450    198030   4168436     37.49     39.98
766.91/766.93	c  N dy 60933   8257488       615     32800       615    194359    198030   5099250     37.49     41.11
768.71/768.79	c  N dy 61086   8277622       615     32800       615    214342    198030   6031670     37.49     40.68
770.80/770.83	c  N dy 61235   8297682       615     32800       615    234171    198030   6956009     37.49     40.26
773.21/773.29	c  N dy 61385   8317773       615     32800       615    127671    198030   1978153     37.49     39.49
774.41/774.46	c  N dy 61537   8337839       615     32800       615    147569    198030   2914602     37.49     40.11
775.80/775.83	c  N dy 61682   8357905       615     32800       615    167422    198030   3840747     37.49     40.45
777.41/777.45	c  N dy 61837   8377964       615     32800       615    187303    198030   4768684     37.49     40.46
779.21/779.29	c  N dy 61986   8398053       615     32800       615    207243    198030   5693868     37.49     40.47
781.31/781.32	c  N dy 62139   8418063       615     32800       615    227072    198030   6626376     37.49     41.06
783.41/783.47	c  N dy 62280   8438184       615     32800       615    247024    198030   7552169     37.49     39.96
785.31/785.38	c  N dy 62427   8458324       615     32800       615    139575    198030   2514485     37.49     40.02
786.71/786.72	c  N dy 62574   8478402       615     32800       615    159505    198030   3441908     37.49     41.40
788.21/788.21	c  N dy 62720   8498403       615     32800       615    179318    198030   4360418     37.49     46.21
789.90/789.93	c  N dy 62873   8518501       615     32800       615    199229    198030   5289002     37.49     39.74
791.80/791.84	c  N dy 63020   8538623       615     32800       615    219191    198030   6220588     37.49     40.01
794.01/794.00	c  N dy 63172   8558731       615     32800       615    239127    198030   7147944     37.49     39.51
796.41/796.46	c  N dy 63320   8578775       615     32800       615    130615    198030   2055990     37.49     40.62
797.61/797.66	c  N dy 63466   8598856       615     32800       615    150510    198030   2987586     37.49     39.48
799.00/799.08	c  N dy 63614   8618943       615     32800       615    170435    198030   3915068     37.49     39.63
800.71/800.74	c  N dy 63767   8639186       615     32800       615    190507    198030   4850443     37.49     39.58
802.60/802.64	c  N dy 63918   8659251       615     32800       615    210424    198030   5789021     37.49     40.63
804.61/804.66	c  N dy 64064   8679287       615     32800       615    230267    198030   6710917     37.49     40.40
806.91/807.00	c  N dy 64217   8699382       615     32800       615    250205    198030   7655625     37.49     40.17
808.81/808.86	c  S st 64351   8717376       615     32800       615    138623    198030   2396150     37.49   no data
808.91/808.94	c  S st 64351   8717878       615     32800       615    139123    198030   2420132     37.49   no data
808.91/808.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
809.01/809.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.4M T:  0.08
809.01/809.04	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
809.01/809.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
809.01/809.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
809.01/809.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    615 time:  0.00 s
809.01/809.04	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
809.01/809.09	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
809.31/809.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.20 s
811.41/811.43	c lits-rem:       217  cl-subs:      129  v-elim:      0  v-fix:    0  time:  2.07 s
811.41/811.43	c vivif2 --  cl tried    32800 cl shrink        0 lits rem          0 time: 0.00
811.41/811.48	c vivif2 --  cl tried   138994 cl shrink        0 lits rem          0 time: 0.05
811.72/811.78	c asymm  cl-useful: 0/3674/32800 lits-rem:0 time: 0.30
811.72/811.79	c calculated reachability. Time: 0.00
811.72/811.79	c  N dy 64351   8717878       615     32800       615    138994    198030   2406594     37.49   no data
813.11/813.15	c  N dy 64497   8737919       615     32800       615    158881    198030   3328943     37.49     39.75
814.61/814.60	c  N dy 64637   8757973       615     32800       615    178750    198030   4247763     37.49     39.76
816.31/816.37	c  N dy 64788   8778063       615     32800       615    198664    198030   5174981     37.49     40.26
818.21/818.25	c  N dy 64937   8798089       615     32800       615    218513    198030   6100520     37.49     39.77
820.30/820.32	c  N dy 65082   8818118       615     32800       615    238353    198030   7029605     37.49     44.44
822.51/822.55	c  N dy 65227   8838177       615     32800       615    258258    198030   7959349     37.49     39.90
824.21/824.21	c  N dy 65371   8858340       615     32800       615    147888    198030   2796459     37.49     40.11
825.61/825.61	c  N dy 65517   8878383       615     32800       615    167748    198030   3725669     37.49     40.27
827.21/827.25	c  N dy 65671   8898584       615     32800       615    187796    198030   4662609     37.49     41.89
829.00/829.00	c  N dy 65817   8918639       615     32800       615    207655    198030   5591408     37.49     39.66
831.00/831.02	c  N dy 65969   8938705       615     32800       615    227540    198030   6518402     37.49     39.90
833.11/833.13	c  N dy 66109   8958744       615     32800       615    247420    198030   7441871     37.49     47.42
835.51/835.53	c  N dy 66256   8978856       615     32800       615    136015    198030   2213265     37.49     39.69
836.81/836.82	c  N dy 66409   8998924       615     32800       615    155900    198030   3147424     37.49     40.45
838.31/838.30	c  N dy 66556   9018982       615     32800       615    175802    198030   4089523     37.49     40.11
839.90/839.92	c  N dy 66696   9039031       615     32800       615    195670    198030   5009640     37.49     39.47
841.80/841.81	c  N dy 66846   9059235       615     32800       615    215723    198030   5951045     37.49     40.16
843.81/843.86	c  N dy 66992   9079304       615     32800       615    235642    198030   6876472     37.49     43.40
846.11/846.15	c  N dy 67144   9099386       615     32800       615    255549    198030   7809860     37.49     40.16
848.21/848.26	c  N dy 67295   9119463       615     32800       615    143085    198030   2516223     37.49     39.98
849.51/849.53	c  N dy 67437   9139471       615     32800       615    162931    198030   3441163     37.49     44.38
851.01/851.09	c  N dy 67585   9159638       615     32800       615    182928    198030   4365623     37.49     39.50
852.80/852.84	c  N dy 67737   9179766       615     32800       615    202896    198030   5302266     37.49     40.06
854.81/854.81	c  N dy 67894   9199839       615     32800       615    222798    198030   6237990     37.49     41.51
856.81/856.81	c  S st 68032   9217878       615     32800       615    240690    198030   7077381     37.49   no data
856.91/856.95	c  S st 68032   9218379       615     32800       615    241189    198030   7101076     37.49   no data
856.91/856.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
857.11/857.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  4.2M T:  0.16
857.11/857.13	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
857.11/857.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
857.11/857.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
857.11/857.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    615 time:  0.00 s
857.11/857.14	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
857.21/857.23	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.09 s
858.61/858.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.26 s
895.51/895.53	c lits-rem:       438  cl-subs:     1157  v-elim:      0  v-fix:    0  time: 36.85 s
895.51/895.53	c vivif2 --  cl tried    32800 cl shrink        0 lits rem          0 time: 0.00
895.61/895.66	c vivif2 --  cl tried   240032 cl shrink        0 lits rem          0 time: 0.12
896.01/896.03	c asymm  cl-useful: 0/2214/32800 lits-rem:0 time: 0.37
896.01/896.04	c calculated reachability. Time: 0.00
896.01/896.04	c  N dy 68032   9218379       615     32800       615    240032    198030   6982264     37.49   no data
898.21/898.29	c  N dy 68177   9238434       615     32800       615    259923    198030   7911512     37.49     39.61
900.21/900.29	c  N dy 68327   9258643       615     32800       615    146558    198030   2643547     37.49     40.49
901.61/901.68	c  N dy 68472   9278716       615     32800       615    166477    198030   3576192     37.49     39.51
903.31/903.30	c  N dy 68617   9298791       615     32800       615    186384    198030   4499862     37.49     47.08
905.11/905.10	c  N dy 68766   9318849       615     32800       615    206265    198030   5431263     37.49     40.04
907.10/907.13	c  N dy 68922   9338887       615     32800       615    226120    198030   6364378     37.49     40.34
909.31/909.39	c  N dy 69081   9358985       615     32800       615    246036    198030   7297118     37.49     39.56
911.70/911.76	c  N dy 69235   9379163       615     32800       615    266022    198030   8240303     37.49     39.48
913.51/913.52	c  N dy 69387   9399239       615     32800       615    151603    198030   2851006     37.49     39.51
914.91/914.95	c  N dy 69543   9419488       615     32800       615    171676    198030   3799687     37.49     39.55
916.51/916.55	c  N dy 69689   9439507       615     32800       615    191519    198030   4725150     37.49     40.66
918.30/918.36	c  N dy 69838   9459558       615     32800       615    211380    198030   5654228     37.49     39.68
920.41/920.42	c  N dy 69994   9479624       615     32800       615    231260    198030   6588186     37.49     39.48
922.61/922.64	c  N dy 70148   9499753       615     32800       615    251234    198030   7515996     37.49     39.60
925.31/925.31	c  N dy 70294   9519785       615     32800       615    135799    198030   2080897     37.49     39.58
926.51/926.55	c  N dy 70437   9539870       615     32800       615    155692    198030   3002129     37.49     40.41
928.01/928.01	c  N dy 70589   9559887       615     32800       615    175497    198030   3941951     37.49     40.95
929.61/929.66	c  N dy 70741   9579989       615     32800       615    195415    198030   4861834     37.49     40.02
931.41/931.47	c  N dy 70891   9600093       615     32800       615    215341    198030   5797627     37.49     39.61
933.51/933.51	c  N dy 71040   9620263       615     32800       615    235346    198030   6732271     37.49     40.60
935.71/935.71	c  N dy 71186   9640362       615     32800       615    255292    198030   7658232     37.49     40.36
938.21/938.28	c  N dy 71337   9660376       615     32800       615    138834    198030   2193778     37.49     39.72
939.50/939.55	c  N dy 71484   9680469       615     32800       615    158755    198030   3115623     37.49     39.71
941.01/941.05	c  N dy 71632   9700591       615     32800       615    178700    198030   4045787     37.49     39.65
942.51/942.55	c  S st 71764   9718381       615     32800       615    196353    198030   4867357     37.49   no data
942.61/942.66	c  S st 71764   9718882       615     32800       615    196852    198030   4888137     37.49   no data
942.61/942.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
942.81/942.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.4M T:  0.13
942.81/942.82	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
942.81/942.82	c bin-w-bin subsume rem            0 bins  time:  0.00 s
942.81/942.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
942.81/942.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    615 time:  0.00 s
942.81/942.82	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
942.81/942.89	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
943.71/943.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.71 s
958.11/958.17	c lits-rem:       315  cl-subs:      592  v-elim:      0  v-fix:    0  time: 14.43 s
958.11/958.17	c vivif2 --  cl tried    32800 cl shrink        0 lits rem          0 time: 0.00
958.21/958.26	c vivif2 --  cl tried   196260 cl shrink        0 lits rem          0 time: 0.09
958.51/958.58	c asymm  cl-useful: 0/2834/32800 lits-rem:0 time: 0.32
958.51/958.59	c calculated reachability. Time: 0.00
958.51/958.59	c  N dy 71764   9718882       615     32800       615    196260    198030   4828567     37.49   no data
960.41/960.47	c  N dy 71915   9738994       615     32800       615    216189    198030   5762943     37.49     39.47
962.42/962.42	c  N dy 72059   9759008       615     32800       615    236020    198030   6683826     37.49     39.59
964.62/964.62	c  N dy 72205   9779034       615     32800       615    255867    198030   7606988     37.49     40.85
967.21/967.27	c  N dy 72349   9799043       615     32800       615    138423    198030   2141290     37.49     39.67
968.51/968.57	c  N dy 72502   9819097       615     32800       615    158306    198030   3069603     37.49     39.84
970.12/970.12	c  N dy 72655   9839180       615     32800       615    178210    198030   3998289     37.49     47.75
971.81/971.89	c  N dy 72801   9859245       615     32800       615    198066    198030   4915187     37.49     39.97
973.81/973.86	c  N dy 72949   9879318       615     32800       615    217961    198030   5843005     37.49     39.83
975.91/975.97	c  N dy 73100   9899326       615     32800       615    237795    198030   6774745     37.49     39.50
978.31/978.30	c  N dy 73253   9919422       615     32800       615    257693    198030   7700033     37.49     39.76
981.12/981.10	c  N dy 73396   9939439       615     32800       615    139273    198030   2153414     37.49     41.06
982.41/982.42	c  N dy 73542   9959530       615     32800       615    159200    198030   3087187     37.49     39.52
983.91/983.98	c  N dy 73690   9979595       615     32800       615    179083    198030   4018752     37.49     39.61
985.71/985.75	c  N dy 73839   9999599       615     32800       615    198919    198030   4953179     37.49     39.80
987.72/987.80	c  N dy 73994  10019655       615     32800       615    218799    198030   5887432     37.49     39.69
989.81/989.83	c  N dy 74140  10039709       615     32800       615    238705    198030   6821769     37.49     39.55
992.01/992.09	c  N dy 74290  10059774       615     32800       615    258601    198030   7753250     37.49     39.90
994.51/994.53	c  N dy 74437  10079890       615     32800       615    278544    198030   8683445     37.49     40.84
996.11/996.19	c  N dy 74585  10099899       615     32800       615    159079    198030   3035212     37.49     40.71
997.62/997.66	c  N dy 74733  10119971       615     32800       615    178958    198030   3966229     37.49     39.71
999.31/999.38	c  N dy 74888  10140163       615     32800       615    198968    198030   4909287     37.49     40.05
1001.21/1001.23	c  N dy 75031  10160354       615     32800       615    219023    198030   5843873     37.49     39.80
1003.31/1003.33	c  N dy 75191  10180426       615     32800       615    238918    198030   6781895     37.49     40.52
1005.51/1005.52	c  N dy 75335  10200490       615     32800       615    258773    198030   7709799     37.49     47.85
1007.62/1007.69	c  S st 75470  10218883       615     32800       615    277020    198030   8569475     37.49   no data
1007.81/1007.85	c  S st 75470  10219388       615     32800       615    277524    198030   8592666     37.49   no data
1007.81/1007.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1008.01/1008.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  4.6M T:  0.18
1008.01/1008.07	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1008.01/1008.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1008.01/1008.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1008.01/1008.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    615 time:  0.00 s
1008.01/1008.07	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1008.11/1008.18	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.10 s
1010.01/1010.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.61 s
1065.51/1065.51	c lits-rem:       429  cl-subs:     1713  v-elim:      0  v-fix:    0  time: 55.48 s
1065.51/1065.51	c vivif2 --  cl tried    32800 cl shrink        0 lits rem          0 time: 0.00
1065.61/1065.67	c vivif2 --  cl tried   275811 cl shrink        0 lits rem          0 time: 0.15
1066.01/1066.04	c asymm  cl-useful: 0/2265/32800 lits-rem:0 time: 0.37
1066.01/1066.05	c calculated reachability. Time: 0.00
1066.01/1066.05	c  N dy 75470  10219388       615     32800       615    275811    198030   8416419     37.49   no data
1067.91/1068.00	c  N dy 75617  10239412       615     32800       615    155400    198030   2846948     37.49     39.52
1069.41/1069.45	c  N dy 75756  10259548       615     32800       615    175400    198030   3764054     37.49     39.80
1071.11/1071.13	c  N dy 75907  10279554       615     32800       615    195241    198030   4696142     37.49     39.58
1072.91/1072.96	c  N dy 76053  10299603       615     32800       615    215152    198030   5619535     37.49     39.49
1074.91/1074.94	c  N dy 76199  10319618       615     32800       615    235031    198030   6550262     37.49     39.47
1077.21/1077.23	c  N dy 76349  10339709       615     32800       615    254957    198030   7472477     37.49     43.14
1079.61/1079.61	c  N dy 76498  10359723       615     32800       615    274819    198030   8406880     37.49     39.60
1081.71/1081.76	c  N dy 76649  10379760       615     32800       615    153372    198030   2712454     37.49     39.73
1083.22/1083.20	c  N dy 76801  10399809       615     32800       615    173245    198030   3633070     37.49     39.91
1084.71/1084.78	c  N dy 76950  10419891       615     32800       615    193143    198030   4562336     37.49     41.49
1086.51/1086.54	c  N dy 77101  10439964       615     32800       615    213024    198030   5489490     37.49     40.81
1088.51/1088.56	c  N dy 77249  10460067       615     32800       615    232948    198030   6424092     37.49     39.51
1090.71/1090.76	c  N dy 77400  10480233       615     32800       615    252914    198030   7360785     37.49     39.58
1093.02/1093.09	c  N dy 77551  10500274       615     32800       615    272770    198030   8285505     37.49     45.47
1095.41/1095.44	c  N dy 77705  10520417       615     32800       615    150467    198030   2554372     37.49     39.53
1096.81/1096.81	c  N dy 77855  10540501       615     32800       615    170357    198030   3490397     37.49     41.29
1098.31/1098.39	c  N dy 78006  10560526       615     32800       615    190186    198030   4415227     37.49     40.05
1100.11/1100.13	c  N dy 78155  10580551       615     32800       615    210026    198030   5340949     37.49     39.47
1102.01/1102.06	c  N dy 78304  10600631       615     32800       615    229949    198030   6272849     37.49     41.92
1104.12/1104.15	c  N dy 78448  10620641       615     32800       615    249807    198030   7201139     37.49     39.66
1106.52/1106.51	c  N dy 78594  10640707       615     32800       615    269706    198030   8125257     37.49     39.72
1109.11/1109.15	c  N dy 78739  10660736       615     32800       615    146339    198030   2321278     37.49     39.79
1110.42/1110.48	c  N dy 78888  10680841       615     32800       615    166263    198030   3253888     37.49     39.73
1112.02/1112.01	c  N dy 79041  10700842       615     32800       615    186086    198030   4185787     37.49     39.71
1113.61/1113.66	c  S st 79186  10719388       615     32800       615    204474    198030   5048896     37.49   no data
1113.71/1113.78	c  S st 79186  10719888       615     32800       615    204973    198030   5071060     37.49   no data
1113.81/1113.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1113.91/1113.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.4M T:  0.13
1113.91/1113.93	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1113.91/1113.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1113.91/1113.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1113.91/1113.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    615 time:  0.00 s
1113.91/1113.94	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1114.01/1114.01	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
1114.91/1114.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.75 s
1130.82/1130.89	c lits-rem:       314  cl-subs:      673  v-elim:      0  v-fix:    0  time: 15.98 s
1130.82/1130.89	c vivif2 --  cl tried    32800 cl shrink        0 lits rem          0 time: 0.00
1130.91/1130.98	c vivif2 --  cl tried   204300 cl shrink        0 lits rem          0 time: 0.09
1131.31/1131.34	c asymm  cl-useful: 0/3813/32800 lits-rem:0 time: 0.36
1131.31/1131.35	c calculated reachability. Time: 0.00
1131.31/1131.35	c  N dy 79186  10719888       615     32800       615    204300    198030   5001467     37.49   no data
1133.31/1133.33	c  N dy 79333  10739979       615     32800       615    224212    198030   5928420     37.49     39.65
1135.51/1135.50	c  N dy 79483  10760006       615     32800       615    244061    198030   6867496     37.49     41.04
1137.92/1137.91	c  N dy 79628  10780008       615     32800       615    263911    198030   7787353     37.49     39.50
1140.41/1140.43	c  N dy 79776  10800083       615     32800       615    283808    198030   8712778     37.49     39.81
1142.41/1142.45	c  N dy 79920  10820213       615     32800       615    159525    198030   2906370     37.49     40.59
1143.92/1143.93	c  N dy 80065  10840270       615     32800       615    179422    198030   3839376     37.49     40.14
1145.62/1145.67	c  N dy 80216  10860347       615     32800       615    199328    198030   4767931     37.49     42.25
1147.51/1147.55	c  N dy 80359  10880381       615     32800       615    219184    198030   5696862     37.49     40.66
1149.61/1149.68	c  N dy 80515  10900490       615     32800       615    239121    198030   6635403     37.49     39.65
1152.02/1152.04	c  N dy 80665  10920597       615     32800       615    259048    198030   7568082     37.49     39.83
1154.61/1154.60	c  N dy 80818  10940656       615     32800       615    278934    198030   8505065     37.49     39.46
1157.12/1157.14	c  N dy 80966  10960755       615     32800       615    153628    198030   2604660     37.49     39.71
1158.51/1158.59	c  N dy 81110  10980786       615     32800       615    173496    198030   3523840     37.49     43.33
1160.21/1160.24	c  N dy 81254  11000869       615     32800       615    193401    198030   4453839     37.49     43.66
1162.12/1162.16	c  N dy 81402  11020958       615     32800       615    213320    198030   5388422     37.49     39.47
1164.21/1164.29	c  N dy 81552  11041034       615     32800       615    233219    198030   6314763     37.49     39.87
1166.52/1166.51	c  N dy 81704  11061141       615     32800       615    253158    198030   7245220     37.49     39.64
1168.91/1168.91	c  N dy 81850  11081200       615     32800       615    273052    198030   8170360     37.49     39.77
1171.81/1171.89	c  N dy 81998  11101222       615     32800       615    146662    198030   2246418     37.49     39.81
1173.22/1173.25	c  N dy 82151  11121308       615     32800       615    166579    198030   3180498     37.49     41.72
1174.72/1174.78	c  N dy 82296  11141324       615     32800       615    186412    198030   4102977     37.48     39.66
1176.41/1176.49	c  N dy 82447  11161376       615     32800       615    206316    198030   5033534     37.49     41.55
1178.41/1178.43	c  N dy 82594  11181514       615     32800       615    226261    198030   5972956     37.49     40.82
1180.51/1180.58	c  N dy 82742  11201651       615     32800       615    246202    198030   6902385     37.49     39.55
1182.62/1182.63	c  S st 82876  11219888       615     32800       615    264269    198030   7746224     37.48   no data
1182.72/1182.78	c  S st 82876  11220388       615     32800       615    264765    198030   7772212     37.48   no data
1182.82/1182.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1182.92/1182.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  4.3M T:  0.17
1182.92/1182.98	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1182.92/1182.98	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1182.92/1182.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1182.92/1182.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    615 time:  0.00 s
1182.92/1182.99	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1183.02/1183.09	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.10 s
1184.63/1184.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.39 s
1228.73/1228.72	c lits-rem:       453  cl-subs:     1377  v-elim:      0  v-fix:    0  time: 44.03 s
1228.73/1228.72	c vivif2 --  cl tried    32800 cl shrink        0 lits rem          0 time: 0.00
1228.82/1228.86	c vivif2 --  cl tried   263388 cl shrink        0 lits rem          0 time: 0.14
1229.22/1229.23	c asymm  cl-useful: 0/1959/32800 lits-rem:0 time: 0.37
1229.22/1229.24	c calculated reachability. Time: 0.00
1229.22/1229.24	c  N dy 82876  11220388       615     32800       615    263388    198030   7630727     37.48   no data
1231.62/1231.65	c  N dy 83024  11240470       615     32800       615    283277    198030   8557739     37.48     40.42
1233.91/1233.96	c  N dy 83170  11260525       615     32800       615    156004    198030   2653625     37.48     42.02
1235.32/1235.35	c  N dy 83320  11280528       615     32800       615    175844    198030   3580417     37.48     39.75
1237.01/1237.02	c  N dy 83473  11300587       615     32800       615    195750    198030   4508829     37.48     39.99
1238.82/1238.83	c  N dy 83626  11320678       615     32800       615    215667    198030   5440418     37.48     49.52
1240.82/1240.81	c  N dy 83777  11340766       615     32800       615    235580    198030   6374588     37.48     39.63
1243.02/1243.06	c  N dy 83921  11360834       615     32800       615    255469    198030   7298623     37.48     40.70
1245.52/1245.56	c  N dy 84071  11380854       615     32800       615    275331    198030   8220135     37.48     40.58
1248.31/1248.32	c  N dy 84224  11400969       615     32800       615    295280    198030   9150005     37.48     39.49
1250.12/1250.14	c  N dy 84372  11420979       615     32800       615    166906    198030   3136447     37.48     40.13
1251.62/1251.70	c  N dy 84523  11441042       615     32800       615    186803    198030   4070372     37.48     46.75
1253.42/1253.50	c  N dy 84671  11461091       615     32800       615    206669    198030   4997207     37.48     40.20
1255.31/1255.37	c  N dy 84812  11481230       615     32800       615    226658    198030   5921950     37.48     39.71
1257.41/1257.44	c  N dy 84961  11501318       615     32800       615    246581    198030   6855656     37.48     40.97
1259.72/1259.74	c  N dy 85118  11521376       615     32800       615    266467    198030   7790150     37.48     39.77
1262.21/1262.21	c  N dy 85265  11541465       615     32800       615    286393    198030   8717598     37.48     39.84
1264.61/1264.62	c  N dy 85414  11561507       615     32800       615    157027    198030   2636628     37.48     39.56
1266.03/1266.03	c  N dy 85563  11581596       615     32800       615    176948    198030   3568055     37.48     39.69
1267.62/1267.60	c  N dy 85713  11601725       615     32800       615    196918    198030   4506657     37.48     39.50
1269.32/1269.38	c  N dy 85860  11621763       615     32800       615    216773    198030   5435836     37.48     39.98
1271.31/1271.39	c  N dy 86014  11641862       615     32800       615    236704    198030   6372706     37.48     39.85
1273.52/1273.59	c  N dy 86160  11661948       615     32800       615    256619    198030   7305179     37.48     39.55
1275.92/1275.93	c  N dy 86310  11682060       615     32800       615    276570    198030   8236329     37.48     40.04
1278.41/1278.42	c  N dy 86456  11702194       615     32800       615    296537    198030   9173221     37.48     39.92
1280.22/1280.27	c  S st 86591  11720388       615     32800       615    164343    198030   2950351     37.48   no data
1280.32/1280.36	c  S st 86591  11720890       615     32800       615    164844    198030   2974081     37.48   no data
1280.32/1280.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1280.42/1280.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.8M T:  0.10
1280.42/1280.48	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1280.42/1280.48	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1280.42/1280.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1280.42/1280.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    615 time:  0.00 s
1280.42/1280.48	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1280.52/1280.54	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
1280.82/1280.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.27 s
1283.82/1283.80	c lits-rem:        45  cl-subs:      130  v-elim:      0  v-fix:    0  time:  2.90 s
1283.82/1283.80	c vivif2 --  cl tried    32800 cl shrink        0 lits rem          0 time: 0.00
1283.82/1283.86	c vivif2 --  cl tried   164714 cl shrink        0 lits rem          0 time: 0.06
1284.02/1284.06	c asymm  cl-useful: 0/1801/32800 lits-rem:0 time: 0.20
1284.02/1284.07	c calculated reachability. Time: 0.00
1284.02/1284.07	c  N dy 86591  11720890       615     32800       615    164714    198030   2960655     37.48   no data
1285.52/1285.58	c  N dy 86735  11741083       615     32800       615    184778    198030   3900208     37.48     40.09
1287.12/1287.17	c  N dy 86880  11761150       615     32800       615    204652    198030   4828266     37.48     40.08
1288.92/1288.94	c  N dy 87032  11781176       615     32800       615    224496    198030   5757918     37.48     41.70
1290.81/1290.82	c  N dy 87183  11801242       615     32800       615    244378    198030   6688748     37.48     40.49
1292.92/1292.97	c  N dy 87335  11821245       615     32800       615    264205    198030   7613438     37.48     42.00
1295.32/1295.30	c  N dy 87482  11841335       615     32800       615    284119    198030   8539183     37.48     41.29
1298.03/1298.06	c  N dy 87632  11861421       615     32800       615    152827    198030   2378946     37.48     39.77
1299.22/1299.28	c  N dy 87780  11881502       615     32800       615    172736    198030   3312873     37.48     39.55

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: 935)

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-3249262-1303508175/watcher-3249262-1303508175 -o /tmp/evaluation-result-3249262-1303508175/solver-3249262-1303508175 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3249262-1303508175.cnf 

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 3.75 3.92 3.89 4/189 10402
/proc/meminfo: memFree=15533564/32951124 swapFree=67111528/67111528
[pid=10402] ppid=10400 vsize=30404 CPUtime=0 cores=1,3
/proc/10402/stat : 10402 (strangenight2-s) R 10400 10402 9621 0 -1 4202496 854 0 0 0 0 0 0 0 25 0 1 0 462420146 31133696 794 33554432000 4194304 4627331 140733736603952 18446744073709551615 4507164 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10402/statm: 7601 795 321 106 0 2572 0

[startup+0.0120761 s]
/proc/loadavg: 3.75 3.92 3.89 4/189 10402
/proc/meminfo: memFree=15533564/32951124 swapFree=67111528/67111528
[pid=10402] ppid=10400 vsize=31024 CPUtime=0 cores=1,3
/proc/10402/stat : 10402 (strangenight2-s) R 10400 10402 9621 0 -1 4202496 1163 0 0 0 0 0 0 0 25 0 1 0 462420146 31768576 1103 33554432000 4194304 4627331 140733736603952 18446744073709551615 4360952 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10402/statm: 7756 1104 322 106 0 2727 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 31024

[startup+0.1011 s]
/proc/loadavg: 3.75 3.92 3.89 4/189 10402
/proc/meminfo: memFree=15533564/32951124 swapFree=67111528/67111528
[pid=10402] ppid=10400 vsize=31680 CPUtime=0.09 cores=1,3
/proc/10402/stat : 10402 (strangenight2-s) R 10400 10402 9621 0 -1 4202496 1360 0 0 0 9 0 0 0 25 0 1 0 462420146 32440320 1300 33554432000 4194304 4627331 140733736603952 18446744073709551615 4308384 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10402/statm: 7920 1300 342 106 0 2891 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31680

[startup+0.301062 s]
/proc/loadavg: 3.75 3.92 3.89 4/189 10402
/proc/meminfo: memFree=15533564/32951124 swapFree=67111528/67111528
[pid=10402] ppid=10400 vsize=42256 CPUtime=0.29 cores=1,3
/proc/10402/stat : 10402 (strangenight2-s) R 10400 10402 9621 0 -1 4202496 4989 0 0 0 29 0 0 0 25 0 1 0 462420146 43270144 4214 33554432000 4194304 4627331 140733736603952 18446744073709551615 4308224 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10402/statm: 10564 4214 372 106 0 5535 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 42256

[startup+0.700992 s]
/proc/loadavg: 3.75 3.92 3.89 4/189 10402
/proc/meminfo: memFree=15533564/32951124 swapFree=67111528/67111528
[pid=10402] ppid=10400 vsize=44536 CPUtime=0.7 cores=1,3
/proc/10402/stat : 10402 (strangenight2-s) R 10400 10402 9621 0 -1 4202496 6871 0 0 0 69 1 0 0 25 0 1 0 462420146 45604864 4459 33554432000 4194304 4627331 140733736603952 18446744073709551615 4309280 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10402/statm: 11134 4459 373 106 0 6105 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 44536

[startup+1.50085 s]
/proc/loadavg: 3.75 3.92 3.89 6/190 10403
/proc/meminfo: memFree=15519424/32951124 swapFree=67111528/67111528
[pid=10402] ppid=10400 vsize=53560 CPUtime=1.49 cores=1,3
/proc/10402/stat : 10402 (strangenight2-s) R 10400 10402 9621 0 -1 4202496 10536 0 0 0 148 1 0 0 25 0 1 0 462420146 54845440 6488 33554432000 4194304 4627331 140733736603952 18446744073709551615 4309045 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10402/statm: 13390 6488 378 106 0 8361 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 53560

[startup+3.10057 s]
/proc/loadavg: 3.77 3.92 3.89 6/190 10403
/proc/meminfo: memFree=15499212/32951124 swapFree=67111528/67111528
[pid=10402] ppid=10400 vsize=62548 CPUtime=3.09 cores=1,3
/proc/10402/stat : 10402 (strangenight2-s) R 10400 10402 9621 0 -1 4202496 15638 0 0 0 308 1 0 0 25 0 1 0 462420146 64049152 8609 33554432000 4194304 4627331 140733736603952 18446744073709551615 4507164 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10402/statm: 15637 8609 378 106 0 10608 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 62548

[startup+6.301 s]
/proc/loadavg: 3.77 3.92 3.89 5/190 10403
/proc/meminfo: memFree=15472052/32951124 swapFree=67111528/67111528
[pid=10402] ppid=10400 vsize=67864 CPUtime=6.3 cores=1,3
/proc/10402/stat : 10402 (strangenight2-s) R 10400 10402 9621 0 -1 4202496 21964 0 0 0 627 3 0 0 25 0 1 0 462420146 69492736 10059 33554432000 4194304 4627331 140733736603952 18446744073709551615 4309555 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10402/statm: 16966 10059 378 106 0 11937 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 67864

[startup+12.7009 s]
/proc/loadavg: 3.80 3.93 3.90 5/190 10403
/proc/meminfo: memFree=15452720/32951124 swapFree=67111528/67111528
[pid=10402] ppid=10400 vsize=73748 CPUtime=12.7 cores=1,3
/proc/10402/stat : 10402 (strangenight2-s) R 10400 10402 9621 0 -1 4202496 34516 0 0 0 1265 5 0 0 25 0 1 0 462420146 75517952 11740 33554432000 4194304 4627331 140733736603952 18446744073709551615 4309562 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10402/statm: 18437 11740 378 106 0 13408 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 73748

[startup+25.5006 s]
/proc/loadavg: 3.83 3.93 3.90 6/190 10403
/proc/meminfo: memFree=15429520/32951124 swapFree=67111528/67111528
[pid=10402] ppid=10400 vsize=76848 CPUtime=25.49 cores=1,3
/proc/10402/stat : 10402 (strangenight2-s) R 10400 10402 9621 0 -1 4202496 58512 0 0 0 2541 8 0 0 25 0 1 0 462420146 78692352 12066 33554432000 4194304 4627331 140733736603952 18446744073709551615 4309240 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10402/statm: 19212 12066 378 106 0 14183 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 76848

[startup+51.1011 s]
/proc/loadavg: 3.89 3.93 3.90 6/190 10404
/proc/meminfo: memFree=15386888/32951124 swapFree=67111528/67111528
[pid=10402] ppid=10400 vsize=94744 CPUtime=51.09 cores=1,3
/proc/10402/stat : 10402 (strangenight2-s) R 10400 10402 9621 0 -1 4202496 97844 0 0 0 5091 18 0 0 25 0 1 0 462420146 97017856 16563 33554432000 4194304 4627331 140733736603952 18446744073709551615 4308367 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10402/statm: 23686 16563 378 106 0 18657 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 94744

[startup+102.307 s]
/proc/loadavg: 3.95 3.94 3.90 5/190 10405
/proc/meminfo: memFree=15319700/32951124 swapFree=67111528/67111528
[pid=10402] ppid=10400 vsize=130680 CPUtime=102.3 cores=1,3
/proc/10402/stat : 10402 (strangenight2-s) R 10400 10402 9621 0 -1 4202496 152303 0 0 0 10202 28 0 0 25 0 1 0 462420146 133816320 26653 33554432000 4194304 4627331 140733736603952 18446744073709551615 4309113 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10402/statm: 32670 26653 378 106 0 27641 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 130680

[startup+162.3 s]
/proc/loadavg: 3.98 3.95 3.91 6/190 10407
/proc/meminfo: memFree=15230020/32951124 swapFree=67111528/67111528
[pid=10402] ppid=10400 vsize=145860 CPUtime=162.29 cores=1,3
/proc/10402/stat : 10402 (strangenight2-s) R 10400 10402 9621 0 -1 4202496 217780 0 0 0 16188 41 0 0 25 0 1 0 462420146 149360640 28501 33554432000 4194304 4627331 140733736603952 18446744073709551615 4309210 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10402/statm: 36465 28501 378 106 0 31436 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 145860

[startup+222.301 s]
/proc/loadavg: 3.99 3.95 3.91 6/190 10409
/proc/meminfo: memFree=15145300/32951124 swapFree=67111528/67111528
[pid=10402] ppid=10400 vsize=171364 CPUtime=222.29 cores=1,3
/proc/10402/stat : 10402 (strangenight2-s) R 10400 10402 9621 0 -1 4202496 266462 0 0 0 22179 50 0 0 25 0 1 0 462420146 175476736 35034 33554432000 4194304 4627331 140733736603952 18446744073709551615 4428025 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10402/statm: 42841 35034 378 106 0 37812 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 171364

[startup+282.3 s]
/proc/loadavg: 3.99 3.96 3.91 6/190 10410
/proc/meminfo: memFree=15131268/32951124 swapFree=67111528/67111528
[pid=10402] ppid=10400 vsize=172152 CPUtime=282.29 cores=1,3
/proc/10402/stat : 10402 (strangenight2-s) R 10400 10402 9621 0 -1 4202496 319769 0 0 0 28167 62 0 0 25 0 1 0 462420146 176283648 35739 33554432000 4194304 4627331 140733736603952 18446744073709551615 4309221 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10402/statm: 43038 35739 378 106 0 38009 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 172152

[startup+342.301 s]
/proc/loadavg: 3.99 3.97 3.91 6/190 10412
/proc/meminfo: memFree=14998328/32951124 swapFree=67111528/67111528
[pid=10402] ppid=10400 vsize=287952 CPUtime=342.3 cores=1,3
/proc/10402/stat : 10402 (strangenight2-s) R 10400 10402 9621 0 -1 4202496 363933 0 0 0 34158 72 0 0 25 0 1 0 462420146 294862848 48336 33554432000 4194304 4627331 140733736603952 18446744073709551615 4309328 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10402/statm: 71988 48336 378 106 0 66959 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 287952

[startup+402.301 s]
/proc/loadavg: 3.99 3.97 3.91 6/190 10413
/proc/meminfo: memFree=14997684/32951124 swapFree=67111528/67111528
[pid=10402] ppid=10400 vsize=218336 CPUtime=402.29 cores=1,3
/proc/10402/stat : 10402 (strangenight2-s) R 10400 10402 9621 0 -1 4202496 415003 0 0 0 40146 83 0 0 25 0 1 0 462420146 223576064 45690 33554432000 4194304 4627331 140733736603952 18446744073709551615 4467964 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10402/statm: 54584 45690 378 106 0 49555 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 218336

[startup+462.301 s]
/proc/loadavg: 3.99 3.97 3.91 6/190 10415
/proc/meminfo: memFree=14965776/32951124 swapFree=67111528/67111528
[pid=10402] ppid=10400 vsize=316736 CPUtime=462.3 cores=1,3
/proc/10402/stat : 10402 (strangenight2-s) R 10400 10402 9621 0 -1 4202496 453783 0 0 0 46138 92 0 0 25 0 1 0 462420146 324337664 56091 33554432000 4194304 4627331 140733736603952 18446744073709551615 4467964 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10402/statm: 79184 56091 378 106 0 74155 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 316736

[startup+522.301 s]
/proc/loadavg: 3.99 3.97 3.91 6/190 10416
/proc/meminfo: memFree=14918380/32951124 swapFree=67111528/67111528
[pid=10402] ppid=10400 vsize=318884 CPUtime=522.3 cores=1,3
/proc/10402/stat : 10402 (strangenight2-s) R 10400 10402 9621 0 -1 4202496 488775 0 0 0 52129 101 0 0 25 0 1 0 462420146 326537216 54098 33554432000 4194304 4627331 140733736603952 18446744073709551615 4467947 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10402/statm: 79721 54098 378 106 0 74692 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 318884

[startup+582.3 s]
/proc/loadavg: 3.99 3.97 3.91 6/190 10418
/proc/meminfo: memFree=14873472/32951124 swapFree=67111528/67111528
[pid=10402] ppid=10400 vsize=338812 CPUtime=582.31 cores=1,3
/proc/10402/stat : 10402 (strangenight2-s) R 10400 10402 9621 0 -1 4202496 526299 0 0 0 58122 109 0 0 25 0 1 0 462420146 346943488 60889 33554432000 4194304 4627331 140733736603952 18446744073709551615 4467748 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10402/statm: 84703 60889 378 106 0 79674 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 338812

[startup+642.301 s]
/proc/loadavg: 3.99 3.97 3.91 6/190 10420
/proc/meminfo: memFree=14853488/32951124 swapFree=67111528/67111528
[pid=10402] ppid=10400 vsize=340100 CPUtime=642.31 cores=1,3
/proc/10402/stat : 10402 (strangenight2-s) R 10400 10402 9621 0 -1 4202496 549041 0 0 0 64116 115 0 0 25 0 1 0 462420146 348262400 59831 33554432000 4194304 4627331 140733736603952 18446744073709551615 4309138 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10402/statm: 85025 59831 378 106 0 79996 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 340100

[startup+702.3 s]
/proc/loadavg: 4.04 3.99 3.91 6/190 10421
/proc/meminfo: memFree=14822824/32951124 swapFree=67111528/67111528
[pid=10402] ppid=10400 vsize=342252 CPUtime=702.31 cores=1,3
/proc/10402/stat : 10402 (strangenight2-s) R 10400 10402 9621 0 -1 4202496 591033 0 0 0 70106 125 0 0 25 0 1 0 462420146 350466048 60882 33554432000 4194304 4627331 140733736603952 18446744073709551615 4309113 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10402/statm: 85563 60882 378 106 0 80534 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 342252

[startup+762.307 s]
/proc/loadavg: 4.01 3.99 3.91 6/190 10423
/proc/meminfo: memFree=14844732/32951124 swapFree=67111528/67111528
[pid=10402] ppid=10400 vsize=263200 CPUtime=762.31 cores=1,3
/proc/10402/stat : 10402 (strangenight2-s) R 10400 10402 9621 0 -1 4202496 630083 0 0 0 76099 132 0 0 25 0 1 0 462420146 269516800 57317 33554432000 4194304 4627331 140733736603952 18446744073709551615 4428284 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10402/statm: 65800 57317 378 106 0 60771 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 263200

[startup+822.301 s]
/proc/loadavg: 4.00 3.99 3.91 5/190 10424
/proc/meminfo: memFree=14769072/32951124 swapFree=67111528/67111528
[pid=10402] ppid=10400 vsize=346072 CPUtime=822.3 cores=1,3
/proc/10402/stat : 10402 (strangenight2-s) R 10400 10402 9621 0 -1 4202496 670085 0 0 0 82088 142 0 0 25 0 1 0 462420146 354377728 62103 33554432000 4194304 4627331 140733736603952 18446744073709551615 4309552 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10402/statm: 86518 62103 378 106 0 81489 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 346072

[startup+882.3 s]
/proc/loadavg: 4.00 3.99 3.91 6/190 10426
/proc/meminfo: memFree=14663148/32951124 swapFree=67111528/67111528
[pid=10402] ppid=10400 vsize=376116 CPUtime=882.31 cores=1,3
/proc/10402/stat : 10402 (strangenight2-s) R 10400 10402 9621 0 -1 4202496 702320 0 0 0 88081 150 0 0 25 0 1 0 462420146 385142784 67245 33554432000 4194304 4627331 140733736603952 18446744073709551615 4428302 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10402/statm: 94029 67245 378 106 0 89000 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 376116

[startup+942.301 s]
/proc/loadavg: 4.00 3.99 3.91 6/190 10428
/proc/meminfo: memFree=14681224/32951124 swapFree=67111528/67111528
[pid=10402] ppid=10400 vsize=377816 CPUtime=942.31 cores=1,3
/proc/10402/stat : 10402 (strangenight2-s) R 10400 10402 9621 0 -1 4202496 737044 0 0 0 94073 158 0 0 25 0 1 0 462420146 386883584 64830 33554432000 4194304 4627331 140733736603952 18446744073709551615 4309057 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10402/statm: 94454 64830 378 106 0 89425 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 377816

[startup+1002.3 s]
/proc/loadavg: 4.00 3.99 3.91 6/190 10429
/proc/meminfo: memFree=14655152/32951124 swapFree=67111528/67111528
[pid=10402] ppid=10400 vsize=379100 CPUtime=1002.31 cores=1,3
/proc/10402/stat : 10402 (strangenight2-s) R 10400 10402 9621 0 -1 4202496 767218 0 0 0 100064 167 0 0 25 0 1 0 462420146 388198400 66512 33554432000 4194304 4627331 140733736603952 18446744073709551615 4309113 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10402/statm: 94775 66512 378 106 0 89746 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 379100

[startup+1062.3 s]
/proc/loadavg: 4.00 3.99 3.91 6/190 10431
/proc/meminfo: memFree=14591644/32951124 swapFree=67111528/67111528
[pid=10402] ppid=10400 vsize=417348 CPUtime=1062.31 cores=1,3
/proc/10402/stat : 10402 (strangenight2-s) R 10400 10402 9621 0 -1 4202496 778305 0 0 0 106062 169 0 0 25 0 1 0 462420146 427364352 77599 33554432000 4194304 4627331 140733736603952 18446744073709551615 4428302 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10402/statm: 104337 77599 378 106 0 99308 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 417348

[startup+1122.3 s]
/proc/loadavg: 4.06 4.00 3.92 5/190 10433
/proc/meminfo: memFree=14619264/32951124 swapFree=67111528/67111528
[pid=10402] ppid=10400 vsize=419076 CPUtime=1122.31 cores=1,3
/proc/10402/stat : 10402 (strangenight2-s) R 10400 10402 9621 0 -1 4202496 813689 0 0 0 112054 177 0 0 25 0 1 0 462420146 429133824 73974 33554432000 4194304 4627331 140733736603952 18446744073709551615 4467947 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10402/statm: 104769 73974 378 106 0 99740 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 419076

[startup+1182.3 s]
/proc/loadavg: 4.02 4.00 3.92 6/190 10434
/proc/meminfo: memFree=14540628/32951124 swapFree=67111528/67111528
[pid=10402] ppid=10400 vsize=420360 CPUtime=1182.32 cores=1,3
/proc/10402/stat : 10402 (strangenight2-s) R 10400 10402 9621 0 -1 4202496 846249 0 0 0 118045 187 0 0 25 0 1 0 462420146 430448640 76624 33554432000 4194304 4627331 140733736603952 18446744073709551615 4309315 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10402/statm: 105090 76624 378 106 0 100061 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 420360

[startup+1242.3 s]
/proc/loadavg: 4.06 4.01 3.93 6/190 10436
/proc/meminfo: memFree=14553872/32951124 swapFree=67111528/67111528
[pid=10402] ppid=10400 vsize=425252 CPUtime=1242.31 cores=1,3
/proc/10402/stat : 10402 (strangenight2-s) R 10400 10402 9621 0 -1 4202496 857284 0 0 0 124043 188 0 0 25 0 1 0 462420146 435458048 77503 33554432000 4194304 4627331 140733736603952 18446744073709551615 4310094 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10402/statm: 106313 77503 378 106 0 101284 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 425252



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.36 3.86 3.88 2/172 10491
/proc/meminfo: memFree=15443308/32951124 swapFree=67111528/67111528
[pid=10402] ppid=10400 vsize=336888 CPUtime=1300.02 cores=1,3
/proc/10402/stat : 10402 (strangenight2-s) R 10400 10402 9621 0 -1 4202496 895027 0 0 0 129803 199 0 0 25 0 1 0 462420146 344973312 74188 33554432000 4194304 4627331 140733736603952 18446744073709551615 4309315 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10402/statm: 84222 74188 378 106 0 79193 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 336888

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): 1300.02
CPU time (s): 1300.05
CPU user time (s): 1298.04
CPU system time (s): 2.00869
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 447520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.04
system time used= 2.00869
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 895027
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= 6
involuntary context switches= 1532

runsolver used 2.17967 second user time and 4.96324 second system time

The end

Launcher Data

Begin job on node103 at 2011-04-22 23:36:15
IDJOB=3249262
IDBENCH=83163
IDSOLVER=1587
FILE ID=node103/3249262-1303508175
RUNJOBID= node103-1303508161-10253
PBS_JOBID= 13134230
Free space on /tmp= 70744 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st
BENCH NAME= SAT11/crafted/mosoi/289/289-unsat-5x41.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3249262-1303508175/watcher-3249262-1303508175 -o /tmp/evaluation-result-3249262-1303508175/solver-3249262-1303508175 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3249262-1303508175.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 420773b7b438dd18c8a88a15fb5bcae1
RANDOM SEED=1325057856

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      15533720 kB
Buffers:       1707776 kB
Cached:       14890168 kB
SwapCached:          0 kB
Active:       10130880 kB
Inactive:      6714756 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15533720 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           28472 kB
Writeback:           0 kB
AnonPages:      247900 kB
Mapped:          16184 kB
Slab:           507444 kB
PageTables:       5572 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   457744 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= 70760 MiB
End job on node103 at 2011-04-22 23:57:57