Trace number 3421943

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night2-st (fixed)? (TO) 5000.13 5000.03

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_50_30_20_5-log.shuffled-as.sat03-111.cnf
MD5SUMab60d1d6c6130bc12a1aa4855d06424a
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1606.57
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of clauses55222
Sum of the clauses size551920
Maximum clause length10
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 560
Number of clauses of size over 555162

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-3421943-1306618241.cnf'
0.00/0.00	c -- header says num vars:            150
0.00/0.00	c -- header says num clauses:       55222
0.00/0.03	c -- clauses added:            0 learnts,        55222 normals,            0 xors
0.00/0.03	c -- vars added        150
0.00/0.03	c Parsing time:  0.04 s
0.00/0.03	c  N st     0         0       150     55222         0         0    551920         0   no data   no data
0.09/0.15	c asymm  cl-useful: 70/1118/55222 lits-rem:81 time: 0.11
0.09/0.16	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
0.09/0.17	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.09/0.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.09/0.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.09/0.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
0.09/0.17	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2.49/2.51	c lits-rem:     80393  cl-subs:    11649  v-elim:      0  v-fix:    0  time:  2.34 s
2.49/2.51	c Finding binary XORs  T:     0.00 s  found:       0
2.49/2.56	c Finding non-binary XORs:     0.04 s (found:       0, avg size: nan)
2.49/2.56	c calculated reachability. Time: 0.00
2.49/2.56	c Calc default polars -  time:   0.00 s pos:      77 undec:       0 neg:      73
2.49/2.56	c =========================================================================================
2.49/2.56	c types(t): F = full restart, N = normal restart
2.49/2.56	c types(t): S = simplification begin/end, E = solution found
2.49/2.56	c restart types(rt): st = static, dy = dynamic
2.49/2.56	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
2.49/2.56	c  B st     0         0       150     43573         0         0    369291         0   no data   no data
2.59/2.67	c  N dy    12      4318       150     43573         0      4023    369277     69990     12.37     13.29
2.79/2.80	c  N dy    29      8416       150     43573         0      7893    369262    136801     12.12     12.78
2.89/2.93	c  N dy    49     12919       150     43573         0      7784    369248    115421     12.15     12.91
2.99/3.08	c  N dy    72     16979       150     43573         0     11629    369236    181669     12.21     13.04
3.20/3.24	c  N dy    93     21112       150     43573         0      8565    369216    115138     12.32     13.05
3.31/3.37	c  F st   114     25000       150     43573         0     12188    369196    176476     12.39   no data
3.31/3.39	c  N st   115     25251       150     43573         0     12421    369195    180182     12.39   no data
3.49/3.55	c  N dy   120     30001       150     43573         0     16922    369183    264631     12.39   no data
3.49/3.55	c  S st   120     30001       150     43573         0     16922    369183    264631     12.39   no data
3.59/3.61	c  S st   120     30503       150     43573         0     17400    369174    271860     12.39   no data
3.59/3.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.59/3.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.01
3.59/3.63	c blocked clauses removed:        0 vars:      0 tried:         150 T: 0.00 s
3.59/3.63	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.59/3.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.59/3.63	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
3.59/3.63	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.59/3.65	c lits-rem:       154  cl-subs:      108  v-elim:      0  v-fix:    0  time:  0.01 s
3.59/3.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.30/4.35	c lits-rem:      4827  cl-subs:     1511  v-elim:      0  v-fix:    0  time:  0.69 s
4.49/4.54	c asymm  cl-useful: 0/1310/43235 lits-rem:0 time: 0.18
4.49/4.54	c calculated reachability. Time: 0.00
4.49/4.54	c  N dy   120     30503       150     43235         0     16119    365508    245156     12.39   no data
4.69/4.70	c  N dy   131     34793       150     43235         0     11443    365497    152294     12.31     13.13
4.80/4.85	c  N dy   150     39026       150     43235         0     15444    365477    220885     12.31     12.99
4.99/5.01	c  N dy   162     43060       150     43235         0     19267    365464    288646     12.25     14.00
5.09/5.15	c  S st   179     45756       150     43235         0     11701    365460    148378     12.26   no data
5.09/5.20	c  S st   179     46263       150     43235         0     12170    365456    155472     12.26   no data
5.09/5.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.19/5.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.01
5.19/5.28	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
5.19/5.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.19/5.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.19/5.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
5.19/5.28	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.19/5.28	c lits-rem:        51  cl-subs:       29  v-elim:      0  v-fix:    0  time:  0.01 s
5.19/5.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.30/5.39	c lits-rem:      1199  cl-subs:      408  v-elim:      0  v-fix:    0  time:  0.16 s
5.30/5.39	c vivif2 --  cl tried    43099 cl shrink        0 lits rem          0 time: 0.00
5.30/5.39	c vivif2 --  cl tried    11869 cl shrink        0 lits rem          0 time: 0.00
5.51/5.57	c asymm  cl-useful: 0/1416/43099 lits-rem:0 time: 0.18
5.51/5.57	c calculated reachability. Time: 0.00
5.51/5.57	c  N dy   179     46263       150     43099         0     11869    363929    150398     12.26   no data
5.69/5.72	c  N dy   202     50298       150     43099         0     15679    363918    216739     12.31     13.49
5.79/5.89	c  N dy   219     54574       150     43099         0     19682    363909    283712     12.29     13.12
5.99/6.07	c  N dy   244     58591       150     43099         0     12171    363898    149404     12.35     13.11
6.19/6.22	c  N dy   268     62606       150     43099         0     15924    363879    212876     12.40     13.12
6.29/6.38	c  N dy   284     66711       150     43099         0     19795    363865    280570     12.40     13.13
6.39/6.49	c  S st   298     69394       150     43099         0     22299    363858    323573     12.43     12.40
6.50/6.56	c  S st   298     69899       150     43099         0     22775    363853    330470     12.43   no data
6.50/6.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
6.50/6.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.01
6.50/6.58	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
6.50/6.58	c bin-w-bin subsume rem            0 bins  time:  0.00 s
6.50/6.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.50/6.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
6.50/6.58	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
6.50/6.59	c lits-rem:        59  cl-subs:       36  v-elim:      0  v-fix:    0  time:  0.01 s
6.50/6.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.19/7.27	c lits-rem:      4353  cl-subs:     1339  v-elim:      0  v-fix:    0  time:  0.66 s
7.19/7.28	c vivif2 --  cl tried    42881 cl shrink        0 lits rem          0 time: 0.00
7.19/7.28	c vivif2 --  cl tried    21618 cl shrink        0 lits rem          0 time: 0.00
7.39/7.46	c asymm  cl-useful: 0/1208/42881 lits-rem:0 time: 0.18
7.39/7.46	c calculated reachability. Time: 0.00
7.39/7.46	c  N dy   298     69899       150     42881         0     21618    361467    306332     12.43   no data
7.60/7.68	c  N dy   321     74383       150     42881         0     13615    361457    167860     12.44     15.67
7.79/7.88	c  N dy   346     79474       150     42881         0     18442    361442    252549     12.45     13.11
8.09/8.10	c  N dy   383     84637       150     42881         0     23329    361429    337384     12.52     13.66
8.19/8.23	c  F st   393     87501       150     42881         0     26003    361418    382928     12.52     12.48
8.29/8.38	c  N st   398     90796       150     42881         0     15796    361415    198998     12.52   no data
8.59/8.61	c  N dy   416     96592       150     42881         0     21226    361397    295921     12.51     16.24
8.80/8.88	c  N dy   437    102893       150     42881         0     27172    361380    399526     12.49     13.20
8.99/9.00	c  S st   449    104848       150     42881         0     14745    361373    171406     12.50     10.96
8.99/9.06	c  S st   449    105350       150     42881         0     15224    361368    178566     12.50   no data
8.99/9.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.99/9.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.01
8.99/9.08	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
8.99/9.08	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.99/9.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.99/9.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
8.99/9.08	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
8.99/9.09	c lits-rem:        76  cl-subs:       53  v-elim:      0  v-fix:    0  time:  0.01 s
9.09/9.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.29/9.30	c lits-rem:      1592  cl-subs:      667  v-elim:      0  v-fix:    0  time:  0.20 s
9.29/9.31	c vivif2 --  cl tried    42589 cl shrink        0 lits rem          0 time: 0.00
9.29/9.31	c vivif2 --  cl tried    14796 cl shrink        0 lits rem          0 time: 0.00
9.39/9.49	c asymm  cl-useful: 0/1389/42589 lits-rem:0 time: 0.18
9.39/9.49	c calculated reachability. Time: 0.00
9.39/9.49	c  N dy   449    105350       150     42589         0     14796    358238    172922     12.50   no data
9.69/9.76	c  N dy   478    112132       150     42589         0     21172    358223    281432     12.51     13.20
10.09/10.11	c  N dy   508    119990       150     42589         0     28627    358203    412504     12.50     13.19
10.39/10.47	c  N dy   536    127792       150     42589         0     20769    358183    271999     12.48     13.30
10.79/10.86	c  N dy   562    137091       150     42589         0     29528    358162    421047     12.44     13.12
11.19/11.29	c  N dy   608    145922       150     42589         0     21681    358145    283763     12.45     13.14
11.69/11.70	c  N dy   654    155262       150     42589         0     30484    358125    438615     12.47     16.49
11.79/11.84	c  S st   668    158026       150     42589         0     33071    358118    483065     12.48     11.86
11.89/11.92	c  S st   668    158527       150     42589         0     33558    358113    489994     12.48   no data
11.89/11.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
11.89/11.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.02
11.89/11.95	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
11.89/11.95	c bin-w-bin subsume rem            0 bins  time:  0.00 s
11.89/11.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.89/11.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
11.89/11.95	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
11.89/11.96	c lits-rem:        91  cl-subs:       71  v-elim:      0  v-fix:    0  time:  0.01 s
11.89/11.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.29/13.35	c lits-rem:      8044  cl-subs:     1938  v-elim:      0  v-fix:    0  time:  1.36 s
13.29/13.35	c vivif2 --  cl tried    42240 cl shrink        0 lits rem          0 time: 0.00
13.29/13.35	c vivif2 --  cl tried    31898 cl shrink        0 lits rem          0 time: 0.00
13.49/13.54	c asymm  cl-useful: 0/1070/42240 lits-rem:0 time: 0.19
13.49/13.54	c calculated reachability. Time: 0.00
13.49/13.54	c  N dy   668    158527       150     42240         0     31898    354316    453562     12.48   no data
13.99/14.03	c  N dy   698    169063       150     42240         0     24773    354304    338114     12.44     13.12
14.69/14.71	c  N dy   759    182347       150     42240         0     19245    354286    227322     12.42     13.23
15.19/15.23	c  N dy   802    194346       150     42240         0     30617    354261    432768     12.42     13.11
15.79/15.86	c  N dy   846    206948       150     42240         0     23419    354239    292410     12.40     13.06
16.50/16.53	c  N dy   911    220976       150     42240         0     36744    354217    527184     12.40     13.09
17.19/17.25	c  N dy   972    235159       150     42240         0     30103    354189    404672     12.40     14.14
17.29/17.38	c  S st   983    237792       150     42240         0     32603    354183    447279     12.40     10.95
17.39/17.45	c  S st   983    238296       150     42240         0     33082    354181    454869     12.40   no data
17.39/17.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
17.39/17.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.02
17.39/17.48	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
17.39/17.48	c bin-w-bin subsume rem            0 bins  time:  0.00 s
17.39/17.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.39/17.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
17.39/17.48	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
17.39/17.49	c lits-rem:        90  cl-subs:       51  v-elim:      0  v-fix:    0  time:  0.01 s
17.50/17.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18.49/18.56	c lits-rem:      5844  cl-subs:     1574  v-elim:      0  v-fix:    0  time:  1.06 s
18.49/18.57	c vivif2 --  cl tried    41949 cl shrink        0 lits rem          0 time: 0.00
18.49/18.57	c vivif2 --  cl tried    31748 cl shrink        0 lits rem          0 time: 0.00
18.71/18.76	c asymm  cl-useful: 203/924/41949 lits-rem:203 time: 0.19
18.71/18.76	c calculated reachability. Time: 0.00
18.71/18.76	c  N dy   983    238296       150     41949         0     31748    350750    427803     12.40   no data
19.59/19.61	c  N dy  1081    253689       150     41949         0     25326    350733    312294     12.44     13.10
20.39/20.45	c  N dy  1145    269900       150     41949         0     40687    350715    578021     12.43     13.12
21.29/21.36	c  N dy  1212    287286       150     41949         0     35249    350695    480944     12.42     13.21
22.29/22.35	c  N dy  1279    305716       150     41949         0     29729    350679    375410     12.40     14.07
22.29/22.38	c  F st  1283    306251       150     41949         0     30235    350678    384501     12.40     11.70
23.49/23.50	c  N dy  1361    325233       150     41949         0     24305    350653    276707     12.41     13.11
24.49/24.55	c  N dy  1431    345322       150     41949         0     43235    350628    602965     12.39     15.66
25.20/25.28	c  S st  1471    357444       150     41949         0     29939    350619    370430     12.38     11.09
25.31/25.34	c  S st  1471    357948       150     41949         0     30425    350617    378171     12.38   no data
25.31/25.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
25.31/25.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.02
25.31/25.37	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
25.31/25.37	c bin-w-bin subsume rem            0 bins  time:  0.00 s
25.31/25.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25.31/25.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
25.31/25.37	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
25.31/25.39	c lits-rem:       232  cl-subs:      159  v-elim:      0  v-fix:    0  time:  0.02 s
25.39/25.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
26.09/26.11	c lits-rem:      4863  cl-subs:     1316  v-elim:      0  v-fix:    0  time:  0.71 s
26.09/26.12	c vivif2 --  cl tried    41545 cl shrink        0 lits rem          0 time: 0.00
26.09/26.12	c vivif2 --  cl tried    29354 cl shrink        0 lits rem          0 time: 0.00
26.30/26.31	c asymm  cl-useful: 210/917/41545 lits-rem:210 time: 0.18
26.30/26.31	c calculated reachability. Time: 0.00
26.30/26.31	c  N dy  1471    357948       150     41545         0     29354    345991    359926     12.38   no data
27.51/27.57	c  N dy  1560    379688       150     41545         0     49812    345968    713627     12.37     13.20
28.69/28.71	c  N dy  1641    399939       150     41545         0     43352    345947    601654     12.36     13.12
29.99/30.07	c  N dy  1726    422644       150     41545         0     38098    345930    500497     12.34     13.15
31.30/31.32	c  N dy  1776    442674       150     41545         0     29400    345921    339494     12.31     13.24
32.50/32.50	c  N dy  1855    463214       150     41545         0     48731    345907    670530     12.30     13.01
33.79/33.81	c  N dy  1936    483902       150     41545         0     39867    345892    514916     12.29     12.95
35.29/35.38	c  N dy  2046    506836       150     41545         0     32125    345869    370460     12.29     12.98
36.49/36.53	c  N dy  2121    526874       150     41545         0     51146    345853    702771     12.28     13.52
37.19/37.23	c  S st  2170    536922       150     41545         0     60688    345844    872385     12.29     11.67
37.40/37.43	c  S st  2170    537425       150     41545         0     30655    345842    338208     12.29   no data
37.40/37.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
37.40/37.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.02
37.40/37.46	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
37.40/37.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
37.40/37.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
37.40/37.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
37.40/37.46	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
37.40/37.48	c lits-rem:       198  cl-subs:      160  v-elim:      0  v-fix:    0  time:  0.02 s
37.40/37.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
37.89/37.97	c lits-rem:      2968  cl-subs:      901  v-elim:      0  v-fix:    0  time:  0.48 s
37.89/37.98	c vivif2 --  cl tried    41133 cl shrink        0 lits rem          0 time: 0.00
37.89/37.98	c vivif2 --  cl tried    30006 cl shrink        0 lits rem          0 time: 0.00
38.09/38.16	c asymm  cl-useful: 189/922/41133 lits-rem:193 time: 0.18
38.09/38.17	c calculated reachability. Time: 0.00
38.09/38.17	c  N dy  2170    537425       150     41133         0     30006    341332    330035     12.29   no data
39.19/39.30	c  N dy  2246    557477       150     41133         0     48971    341318    656091     12.28     12.94
40.70/40.71	c  N dy  2308    577478       150     41133         0     36463    341304    434486     12.27     12.92
41.89/41.98	c  N dy  2398    597772       150     41133         0     55671    341293    765818     12.28     12.98
43.29/43.36	c  N dy  2472    617851       150     41133         0     42327    341282    527552     12.27     15.58
44.59/44.67	c  N dy  2582    637891       150     41133         0     61458    341274    869677     12.28     14.58
45.99/46.02	c  N dy  2675    657988       150     41133         0     47164    341263    606571     12.29     13.27
47.49/47.51	c  N dy  2750    678590       150     41133         0     66641    341257    946416     12.28     12.96
48.79/48.88	c  N dy  2843    698725       150     41133         0     51388    341243    676066     12.29     12.95
50.29/50.39	c  N dy  2953    718777       150     41133         0     70471    341239   1017289     12.30     13.01
51.79/51.80	c  N dy  3054    739033       150     41133         0     54313    341227    717772     12.30     13.03
53.39/53.43	c  N dy  3149    759123       150     41133         0     37170    341218    413083     12.31     12.96
54.59/54.69	c  N dy  3245    779282       150     41133         0     56265    341205    748751     12.32     13.05
56.29/56.39	c  N dy  3319    799303       150     41133         0     38037    341191    421926     12.31     12.97
56.69/56.79	c  S st  3351    806138       150     41133         0     44534    341187    535229     12.31   no data
56.79/56.88	c  S st  3351    806640       150     41133         0     45013    341187    543265     12.31   no data
56.79/56.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
56.89/56.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.02
56.89/56.91	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
56.89/56.91	c bin-w-bin subsume rem            0 bins  time:  0.00 s
56.89/56.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
56.89/56.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
56.89/56.91	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
56.89/56.93	c lits-rem:       157  cl-subs:      129  v-elim:      0  v-fix:    0  time:  0.02 s
56.89/56.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
58.09/58.19	c lits-rem:      5682  cl-subs:     1551  v-elim:      0  v-fix:    0  time:  1.24 s
58.20/58.21	c vivif2 --  cl tried    40823 cl shrink        0 lits rem          0 time: 0.00
58.20/58.21	c vivif2 --  cl tried    43643 cl shrink        0 lits rem          0 time: 0.01
58.39/58.40	c asymm  cl-useful: 131/754/40823 lits-rem:131 time: 0.19
58.39/58.40	c calculated reachability. Time: 0.00
58.39/58.40	c  N dy  3351    806640       150     40823         0     43643    337687    519195     12.31   no data
59.79/59.81	c  N dy  3436    826731       150     40823         0     62758    337679    861863     12.31     13.01
61.39/61.48	c  N dy  3537    846852       150     40823         0     43742    337670    513025     12.32     13.07
62.79/62.87	c  N dy  3597    866920       150     40823         0     62706    337660    848998     12.31     13.27
64.49/64.58	c  N dy  3682    886941       150     40823         0     42669    337656    491715     12.31     13.24
66.01/66.07	c  N dy  3768    908786       150     40823         0     63411    337644    860464     12.30     13.03
67.79/67.81	c  N dy  3879    928799       150     40823         0     42412    337637    479902     12.31     13.32
69.09/69.12	c  N dy  3988    948823       150     40823         0     61457    337630    821766     12.32     13.97
70.79/70.84	c  N dy  4071    968843       150     40823         0     80397    337620   1155270     12.32     13.23
72.29/72.38	c  N dy  4168    989006       150     40823         0     58536    337613    761738     12.32     13.05
73.99/74.03	c  N dy  4255   1009049       150     40823         0     77577    337607   1099682     12.32     13.01
75.69/75.75	c  N dy  4370   1029419       150     40823         0     55054    337601    692014     12.33     13.00
77.30/77.36	c  N dy  4499   1049532       150     40823         0     74207    337593   1035651     12.34     13.04
79.10/79.21	c  N dy  4606   1070145       150     40823         0     50863    337591    614437     12.35     13.10
79.29/79.32	c  F st  4617   1071875       150     40823         0     52522    337590    643822     12.35   no data
80.69/80.70	c  N dy  4693   1090240       150     40823         0     70033    337582    970614     12.35     13.16
82.59/82.61	c  N dy  4776   1110329       150     40823         0     45095    337577    503423     12.35     13.98
83.99/84.03	c  N dy  4870   1130465       150     40823         0     64226    337572    843835     12.35     13.17
85.80/85.82	c  N dy  4967   1151051       150     40823         0     83652    337563   1184881     12.36     13.03
87.49/87.51	c  N dy  5057   1171133       150     40823         0     57989    337554    737318     12.36     17.89
89.00/89.11	c  N dy  5145   1191878       150     40823         0     77603    337548   1090735     12.36     13.17
90.80/90.86	c  S st  5230   1209961       150     40823         0     49018    337545    563644     12.36   no data
90.90/90.96	c  S st  5230   1210461       150     40823         0     49499    337544    571302     12.36   no data
90.90/90.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
90.90/90.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.02
90.90/90.99	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
90.90/90.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
90.90/90.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
90.90/90.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
90.90/90.99	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
91.00/91.01	c lits-rem:        85  cl-subs:       77  v-elim:      0  v-fix:    0  time:  0.02 s
91.00/91.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
92.20/92.29	c lits-rem:      5864  cl-subs:     1684  v-elim:      0  v-fix:    0  time:  1.26 s
92.20/92.29	c vivif2 --  cl tried    40524 cl shrink        0 lits rem          0 time: 0.00
92.31/92.31	c vivif2 --  cl tried    48037 cl shrink        0 lits rem          0 time: 0.01
92.41/92.50	c asymm  cl-useful: 32/753/40524 lits-rem:32 time: 0.19
92.50/92.50	c calculated reachability. Time: 0.00
92.50/92.50	c  N dy  5230   1210461       150     40524         0     48037    334244    548275     12.36   no data
93.90/93.94	c  N dy  5328   1230550       150     40524         0     67195    334239    898204     12.36     13.02
95.80/95.82	c  N dy  5420   1250571       150     40524         0     86245    334232   1239860     12.37     13.05
97.60/97.62	c  N dy  5490   1270759       150     40524         0     58673    334229    725494     12.36     13.03
99.29/99.31	c  N dy  5588   1290956       150     40524         0     77861    334227   1069094     12.36     13.30
101.39/101.40	c  N dy  5687   1311415       150     40524         0     49595    334222    559873     12.37     13.08
102.79/102.88	c  N dy  5785   1331546       150     40524         0     68806    334220    907494     12.37     13.21
104.69/104.74	c  N dy  5877   1351661       150     40524         0     87932    334210   1252243     12.37     13.04
106.60/106.66	c  N dy  5935   1371839       150     40524         0     58357    334199    708187     12.37     13.22
108.29/108.31	c  N dy  6038   1392715       150     40524         0     78254    334193   1068615     12.37     13.09
110.39/110.44	c  N dy  6126   1413615       150     40524         0     98161    334187   1428768     12.37     13.04
112.10/112.19	c  N dy  6233   1434116       150     40524         0     68050    334184    882461     12.37     13.07
113.99/114.01	c  N dy  6335   1454207       150     40524         0     87224    334181   1229192     12.37     14.50
116.19/116.21	c  N dy  6453   1474606       150     40524         0     56034    334173    661421     12.38     13.19
117.89/117.92	c  N dy  6527   1495340       150     40524         0     75660    334168   1004285     12.38     13.10
119.90/119.98	c  N dy  6615   1515407       150     40524         0     94728    334160   1349726     12.38     16.85
122.01/122.06	c  N dy  6690   1535622       150     40524         0     62379    334155    772892     12.38     13.12
123.80/123.81	c  N dy  6806   1555718       150     40524         0     81514    334151   1120093     12.38     13.04
125.89/125.90	c  N dy  6926   1575776       150     40524         0    100651    334149   1469741     12.39     16.29
127.79/127.85	c  N dy  7006   1595865       150     40524         0     67212    334146    854158     12.39     13.06
129.59/129.67	c  N dy  7116   1615943       150     40524         0     86330    334140   1196021     12.39     13.08
131.79/131.89	c  N dy  7199   1636501       150     40524         0    105825    334131   1543828     12.39     13.21
133.70/133.79	c  N dy  7299   1656586       150     40524         0     71514    334127    922456     12.39     13.09
135.70/135.73	c  N dy  7408   1676764       150     40524         0     90740    334123   1273550     12.40     13.15
138.10/138.20	c  N dy  7479   1696848       150     40524         0     55334    334122    618682     12.39     15.15
139.29/139.30	c  S st  7546   1710461       150     40524         0     68256    334120    848268     12.40   no data
139.39/139.41	c  S st  7546   1710966       150     40524         0     68745    334120    856213     12.40   no data
139.39/139.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
139.39/139.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.03
139.39/139.46	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
139.39/139.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
139.39/139.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
139.39/139.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
139.39/139.46	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
139.39/139.48	c lits-rem:        57  cl-subs:       50  v-elim:      0  v-fix:    0  time:  0.02 s
139.49/139.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
142.09/142.11	c lits-rem:      7361  cl-subs:     2191  v-elim:      0  v-fix:    0  time:  2.60 s
142.09/142.11	c vivif2 --  cl tried    40331 cl shrink        0 lits rem          0 time: 0.00
142.09/142.12	c vivif2 --  cl tried    66697 cl shrink        0 lits rem          0 time: 0.01
142.29/142.33	c asymm  cl-useful: 16/590/40331 lits-rem:16 time: 0.21
142.29/142.33	c calculated reachability. Time: 0.00
142.29/142.33	c  N dy  7546   1710966       150     40331         0     66697    332058    816997     12.40   no data
144.11/144.12	c  N dy  7588   1731367       150     40331         0     85764    332054   1142798     12.39     13.16
146.31/146.36	c  N dy  7697   1751462       150     40331         0    104894    332048   1486797     12.39     13.23
148.41/148.41	c  N dy  7790   1771473       150     40331         0     68781    332042    849050     12.39     13.10
150.50/150.52	c  N dy  7851   1793384       150     40331         0     89437    332035   1220956     12.38     13.09
152.91/152.96	c  N dy  7937   1814051       150     40331         0    109059    332034   1573032     12.38     13.05
154.89/154.94	c  N dy  8033   1834137       150     40331         0     72119    332032    903598     12.38     13.09
156.79/156.81	c  N dy  8100   1854232       150     40331         0     91144    332026   1239447     12.38     13.07
159.10/159.18	c  N dy  8186   1874285       150     40331         0    110123    332024   1581935     12.37     13.03
161.09/161.15	c  N dy  8295   1894324       150     40331         0     72099    332021    895188     12.38     13.05
163.09/163.18	c  N dy  8348   1915180       150     40331         0     91723    332018   1242841     12.37     13.17
165.49/165.52	c  N dy  8426   1935397       150     40331         0    110905    332016   1580479     12.37     13.05
167.50/167.51	c  N dy  8474   1955408       150     40331         0     71871    332015    872523     12.36     13.02
169.41/169.50	c  N dy  8571   1975807       150     40331         0     91305    332012   1223653     12.36     13.03
171.79/171.84	c  N dy  8622   1996862       150     40331         0    111206    332009   1586408     12.35     13.08
174.09/174.17	c  N dy  8732   2017406       150     40331         0     71766    332007    866119     12.36     13.23
176.10/176.16	c  N dy  8833   2038034       150     40331         0     91413    332005   1216687     12.36     13.15
178.50/178.55	c  N dy  8951   2058074       150     40331         0    110447    332000   1569362     12.37     13.86
180.79/180.88	c  N dy  9027   2078254       150     40331         0     69542    331995    816996     12.37     13.30
182.79/182.83	c  N dy  9120   2098637       150     40331         0     88957    331991   1169498     12.37     13.15
185.10/185.12	c  N dy  9228   2119102       150     40331         0    108321    331988   1514362     12.37     13.24
187.60/187.69	c  N dy  9321   2139199       150     40331         0     66510    331987    760468     12.37     13.03
189.40/189.49	c  N dy  9405   2159233       150     40331         0     85604    331986   1104563     12.37     13.06
191.69/191.77	c  N dy  9476   2180182       150     40331         0    105627    331984   1468500     12.37     13.54
194.71/194.75	c  N dy  9584   2200634       150     40331         0     63117    331978    692807     12.37     13.14
195.60/195.62	c  S st  9628   2210966       150     40331         0     72822    331976    858609     12.37   no data
195.71/195.75	c  S st  9628   2211470       150     40331         0     73309    331976    866685     12.37   no data
195.71/195.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
195.71/195.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.03
195.71/195.79	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
195.71/195.79	c bin-w-bin subsume rem            0 bins  time:  0.00 s
195.71/195.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
195.71/195.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
195.71/195.79	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
195.81/195.82	c lits-rem:        96  cl-subs:       36  v-elim:      0  v-fix:    0  time:  0.02 s
195.81/195.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
198.40/198.41	c lits-rem:      6801  cl-subs:     2847  v-elim:      0  v-fix:    0  time:  2.56 s
198.40/198.41	c vivif2 --  cl tried    40156 cl shrink        0 lits rem          0 time: 0.00
198.40/198.42	c vivif2 --  cl tried    70601 cl shrink        0 lits rem          0 time: 0.01
198.60/198.63	c asymm  cl-useful: 25/556/40156 lits-rem:25 time: 0.21
198.60/198.64	c calculated reachability. Time: 0.00
198.60/198.64	c  N dy  9628   2211470       150     40156         0     70601    330061    820238     12.37   no data
200.50/200.59	c  N dy  9735   2231497       150     40156         0     89718    330058   1167210     12.38     13.11
202.70/202.78	c  N dy  9851   2251539       150     40156         0    108926    330050   1522800     12.38     13.55
205.60/205.63	c  N dy  9943   2271744       150     40156         0     65141    330045    722613     12.38     13.16
207.39/207.41	c  N dy 10016   2291795       150     40156         0     84165    330044   1071903     12.38     13.51
209.59/209.68	c  N dy 10128   2312497       150     40156         0    103930    330044   1436382     12.38     13.14
212.31/212.38	c  N dy 10212   2332523       150     40156         0    122866    330042   1774419     12.38     13.07
214.70/214.71	c  N dy 10317   2352565       150     40156         0     78141    330041    949426     12.39     13.08
216.79/216.85	c  N dy 10430   2372830       150     40156         0     97499    330040   1304115     12.39     13.05
219.19/219.25	c  N dy 10547   2392977       150     40156         0    116765    330040   1659678     12.39     13.05
222.00/222.03	c  N dy 10632   2413132       150     40156         0     70962    330036    812444     12.39     13.20
223.90/223.96	c  N dy 10712   2433197       150     40156         0     90045    330034   1159046     12.39     16.21
226.30/226.31	c  N dy 10795   2454045       150     40156         0    109860    330032   1520360     12.39     13.14
229.20/229.25	c  N dy 10906   2474883       150     40156         0    129630    330030   1881525     12.40     13.13
231.39/231.47	c  N dy 10982   2494987       150     40156         0     82941    330029   1020856     12.40     13.08
233.59/233.68	c  N dy 11062   2515096       150     40156         0    101988    330029   1356350     12.40     13.05
236.19/236.21	c  N dy 11102   2535622       150     40156         0    121320    330027   1696468     12.39     13.25
238.90/238.90	c  N dy 11204   2555645       150     40156         0     73650    330024    845121     12.39     13.23
240.91/240.93	c  N dy 11303   2575682       150     40156         0     92656    330022   1185314     12.39     13.05
243.20/243.24	c  N dy 11403   2595772       150     40156         0    111739    330020   1531675     12.39     14.73
246.09/246.17	c  N dy 11506   2615835       150     40156         0    130832    330017   1882391     12.39     14.38
248.51/248.60	c  N dy 11607   2636029       150     40156         0     82460    330014    998480     12.39     13.12
250.71/250.71	c  N dy 11695   2656033       150     40156         0    101490    330014   1348351     12.40     13.29
253.19/253.22	c  N dy 11775   2676336       150     40156         0    120827    330012   1703252     12.39     13.13
256.21/256.24	c  N dy 11880   2696392       150     40156         0     71317    330008    790958     12.40     14.03
257.60/257.62	c  S st 11962   2711470       150     40156         0     85729    330006   1054305     12.40     10.64
257.70/257.75	c  S st 11962   2711973       150     40156         0     86222    330006   1062427     12.40   no data
257.70/257.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
257.70/257.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.03
257.80/257.80	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
257.80/257.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
257.80/257.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
257.80/257.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
257.80/257.80	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
257.80/257.82	c lits-rem:        41  cl-subs:       27  v-elim:      0  v-fix:    0  time:  0.02 s
257.80/257.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
260.90/260.97	c lits-rem:      5826  cl-subs:     2056  v-elim:      0  v-fix:    0  time:  3.12 s
260.90/260.97	c vivif2 --  cl tried    40081 cl shrink        0 lits rem          0 time: 0.00
260.90/260.98	c vivif2 --  cl tried    84214 cl shrink        0 lits rem          0 time: 0.01
261.20/261.21	c asymm  cl-useful: 16/499/40081 lits-rem:16 time: 0.22
261.20/261.21	c calculated reachability. Time: 0.00
261.20/261.21	c  N dy 11962   2711973       150     40081         0     84214    329118   1022480     12.40   no data
263.60/263.61	c  N dy 12052   2734309       150     40081         0    105431    329113   1408279     12.40     13.50
266.21/266.29	c  N dy 12142   2754338       150     40081         0    124494    329113   1764307     12.40     14.79
269.41/269.46	c  N dy 12257   2774379       150     40081         0     73979    329110    831228     12.40     14.88
271.30/271.36	c  N dy 12325   2794468       150     40081         0     93043    329110   1175417     12.40     14.08
273.99/274.09	c  N dy 12416   2817634       150     40081         0    115015    329109   1566770     12.40     13.08
276.89/276.92	c  N dy 12506   2837684       150     40081         0    134132    329108   1916763     12.40     13.07
279.70/279.70	c  N dy 12600   2857742       150     40081         0     82576    329104    981056     12.40     15.47
281.80/281.82	c  N dy 12696   2877806       150     40081         0    101755    329104   1335965     12.40     15.84
284.29/284.31	c  N dy 12772   2897880       150     40081         0    120650    329103   1663360     12.40     15.26
287.59/287.66	c  N dy 12903   2919840       150     40081         0    141563    329102   2045680     12.40     13.15
290.00/290.08	c  N dy 13007   2939844       150     40081         0     89141    329098   1096372     12.41     13.89
292.40/292.46	c  N dy 13097   2960177       150     40081         0    108496    329098   1445609     12.41     13.11
295.20/295.23	c  N dy 13182   2980302       150     40081         0    127608    329094   1797284     12.41     13.12
298.49/298.53	c  N dy 13274   3000457       150     40081         0     74323    329093    815413     12.41     13.26
300.70/300.73	c  N dy 13358   3021780       150     40081         0     94612    329092   1189033     12.41     13.10
303.20/303.23	c  N dy 13418   3043547       150     40081         0    115299    329090   1566155     12.40     13.15
306.10/306.19	c  N dy 13529   3063607       150     40081         0    134422    329088   1918109     12.40     13.08
309.20/309.23	c  N dy 13602   3084296       150     40081         0     80679    329087    919498     12.40     13.07
311.40/311.42	c  N dy 13709   3104579       150     40081         0     99936    329083   1270512     12.40     13.12
313.80/313.89	c  N dy 13778   3124588       150     40081         0    118993    329083   1621439     12.40     13.68
316.81/316.82	c  N dy 13867   3145333       150     40081         0    138756    329082   1981866     12.40     13.09
319.80/319.86	c  N dy 13963   3165735       150     40081         0     83718    329081    965385     12.40     13.16
321.90/321.99	c  N dy 14056   3185746       150     40081         0    102888    329080   1318790     12.41     16.02
324.40/324.43	c  N dy 14137   3205944       150     40081         0    122003    329079   1656384     12.40     13.07
325.19/325.27	c  S st 14154   3211973       150     40081         0    127692    329079   1756561     12.40     11.22
325.39/325.48	c  S st 14154   3212477       150     40081         0    128180    329078   1765069     12.40   no data
325.39/325.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
325.50/325.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.1M T:  0.06
325.50/325.55	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
325.50/325.55	c bin-w-bin subsume rem            0 bins  time:  0.00 s
325.50/325.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
325.50/325.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
325.50/325.55	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
325.50/325.58	c lits-rem:        35  cl-subs:       14  v-elim:      0  v-fix:    0  time:  0.03 s
325.61/325.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
334.80/334.87	c lits-rem:     17719  cl-subs:     6578  v-elim:      0  v-fix:    0  time:  9.23 s
334.80/334.87	c vivif2 --  cl tried    40052 cl shrink        0 lits rem          0 time: 0.00
334.80/334.89	c vivif2 --  cl tried   121617 cl shrink        0 lits rem          0 time: 0.02
335.10/335.16	c asymm  cl-useful: 11/374/40052 lits-rem:11 time: 0.26
335.10/335.16	c calculated reachability. Time: 0.00
335.10/335.16	c  N dy 14154   3212477       150     40052         0    121617    328592   1633618     12.40   no data
337.99/338.08	c  N dy 14266   3232480       150     40052         0    140733    328589   1987740     12.41     13.08
341.20/341.27	c  N dy 14388   3253161       150     40052         0     85224    328581    992395     12.41     13.08
343.60/343.67	c  N dy 14478   3275572       150     40052         0    106532    328581   1378751     12.41     13.08
346.41/346.41	c  N dy 14564   3296477       150     40052         0    126364    328577   1743049     12.41     13.07
349.71/349.76	c  N dy 14658   3316562       150     40052         0    145470    328575   2091041     12.41     16.41
352.59/352.62	c  N dy 14726   3336691       150     40052         0     88395    328574   1048322     12.41     13.10
354.69/354.73	c  N dy 14774   3356779       150     40052         0    107439    328573   1395650     12.40     13.07
357.40/357.47	c  N dy 14861   3376870       150     40052         0    126554    328571   1750511     12.41     13.08
360.70/360.75	c  N dy 14961   3397211       150     40052         0    145859    328569   2102469     12.41     13.06
363.90/363.98	c  N dy 15041   3419772       150     40052         0     89998    328568   1055217     12.40     13.08
366.10/366.19	c  N dy 15090   3439853       150     40052         0    109015    328566   1410742     12.40     15.47
369.61/369.68	c  N dy 15187   3466793       150     40052         0    134652    328563   1882201     12.40     13.07
373.29/373.30	c  N dy 15303   3488380       150     40052         0    155249    328563   2267199     12.40     13.19
376.11/376.11	c  N dy 15380   3510528       150     40052         0     98077    328563   1196365     12.40     13.10
378.60/378.69	c  N dy 15476   3530627       150     40052         0    117305    328562   1550875     12.40     13.09
381.61/381.66	c  N dy 15562   3551581       150     40052         0    137284    328561   1920727     12.40     13.09
385.19/385.22	c  N dy 15664   3571720       150     40052         0    156465    328559   2270681     12.40     13.29
387.90/387.92	c  N dy 15754   3591751       150     40052         0     96511    328555   1167919     12.40     14.05
390.30/390.37	c  N dy 15826   3611778       150     40052         0    115429    328555   1503965     12.40     13.12
393.30/393.31	c  N dy 15921   3631828       150     40052         0    134563    328555   1860798     12.40     13.32
396.70/396.73	c  N dy 16053   3652176       150     40052         0    154047    328554   2223758     12.41     13.07
399.69/399.78	c  N dy 16150   3672329       150     40052         0     93076    328553   1094638     12.41     13.09
402.10/402.10	c  N dy 16266   3692399       150     40052         0    112201    328553   1447022     12.41     13.43
404.82/404.86	c  N dy 16356   3712477       150     40052         0    131310    328551   1799163     12.41   no data
404.82/404.86	c  S st 16356   3712477       150     40052         0    131310    328551   1799163     12.41   no data
405.00/405.09	c  S st 16356   3712981       150     40052         0    131795    328551   1806886     12.41   no data
405.10/405.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
405.10/405.16	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.1M T:  0.06
405.10/405.17	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
405.10/405.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
405.10/405.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
405.10/405.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
405.10/405.17	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
405.20/405.20	c lits-rem:        36  cl-subs:       55  v-elim:      0  v-fix:    0  time:  0.03 s
405.20/405.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
414.00/414.02	c lits-rem:     14826  cl-subs:     4993  v-elim:      0  v-fix:    0  time:  8.76 s
414.00/414.02	c vivif2 --  cl tried    39975 cl shrink        0 lits rem          0 time: 0.00
414.00/414.04	c vivif2 --  cl tried   126824 cl shrink        0 lits rem          0 time: 0.02
414.30/414.31	c asymm  cl-useful: 10/360/39975 lits-rem:10 time: 0.27
414.30/414.32	c calculated reachability. Time: 0.00
414.30/414.32	c  N dy 16356   3712981       150     39975         0    126824    327720   1703414     12.41   no data
417.40/417.45	c  N dy 16427   3733049       150     39975         0    145841    327718   2044852     12.41     14.86
421.10/421.14	c  F st 16503   3751562       150     39975         0     82548    327717    901102     12.41     10.34
421.31/421.35	c  N st 16507   3753594       150     39975         0     84487    327717    939142     12.41   no data
423.60/423.68	c  N dy 16597   3773839       150     39975         0    103805    327716   1293287     12.41     13.12
426.60/426.65	c  N dy 16711   3796570       150     39975         0    125427    327715   1690817     12.41     13.37
429.79/429.82	c  N dy 16785   3816591       150     39975         0    144410    327714   2041209     12.41     13.14
433.09/433.12	c  N dy 16880   3836637       150     39975         0    163491    327713   2393094     12.41     13.19
435.70/435.74	c  N dy 16982   3856724       150     39975         0    100723    327713   1232339     12.41     15.35
438.30/438.35	c  N dy 17080   3877002       150     39975         0    120040    327712   1589247     12.41     13.09
441.30/441.34	c  N dy 17164   3897687       150     39975         0    139752    327711   1955159     12.41     13.07
444.50/444.56	c  N dy 17245   3917844       150     39975         0    159029    327710   2306487     12.41     13.12
447.80/447.86	c  N dy 17344   3937926       150     39975         0     95079    327707   1120770     12.41     14.67
450.10/450.13	c  N dy 17427   3958025       150     39975         0    114263    327707   1469056     12.41     16.49
453.00/453.00	c  N dy 17520   3978084       150     39975         0    133310    327707   1811507     12.41     13.16
456.30/456.37	c  N dy 17604   3998325       150     39975         0    152650    327706   2165446     12.41     13.07
460.20/460.21	c  N dy 17708   4018667       150     39975         0     88036    327706    981890     12.41     13.21
462.50/462.53	c  N dy 17818   4038722       150     39975         0    107063    327705   1328626     12.41     13.09
465.21/465.29	c  N dy 17941   4058841       150     39975         0    126261    327703   1689104     12.42     13.08
468.40/468.41	c  N dy 18034   4079182       150     39975         0    145626    327703   2050033     12.42     13.12
472.00/472.05	c  N dy 18113   4099873       150     39975         0    165238    327701   2411517     12.42     13.26
475.11/475.19	c  N dy 18187   4120620       150     39975         0    100094    327701   1191769     12.42     13.15
477.80/477.88	c  N dy 18305   4141105       150     39975         0    119649    327699   1550413     12.42     13.22
481.00/481.04	c  N dy 18403   4161882       150     39975         0    139421    327698   1911572     12.42     13.17
484.60/484.62	c  N dy 18523   4183372       150     39975         0    159883    327697   2291307     12.42     13.09
488.31/488.31	c  N dy 18589   4204335       150     39975         0     93885    327695   1067009     12.42     13.13
489.20/489.23	c  S st 18655   4212981       150     39975         0    102155    327695   1223304     12.42   no data
489.41/489.42	c  S st 18655   4213484       150     39975         0    102643    327695   1231575     12.42   no data
489.41/489.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
489.41/489.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.04
489.41/489.47	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
489.41/489.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
489.41/489.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
489.41/489.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
489.41/489.47	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
489.41/489.50	c lits-rem:        36  cl-subs:       49  v-elim:      0  v-fix:    0  time:  0.03 s
489.52/489.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
493.20/493.20	c lits-rem:      6014  cl-subs:     2593  v-elim:      0  v-fix:    0  time:  3.66 s
493.20/493.21	c vivif2 --  cl tried    39878 cl shrink        0 lits rem          0 time: 0.00
493.20/493.22	c vivif2 --  cl tried   100098 cl shrink        0 lits rem          0 time: 0.01
493.40/493.46	c asymm  cl-useful: 9/418/39878 lits-rem:10 time: 0.23
493.40/493.46	c calculated reachability. Time: 0.00
493.40/493.46	c  N dy 18655   4213484       150     39878         0    100098    326715   1184941     12.42   no data
496.12/496.11	c  N dy 18755   4233550       150     39878         0    119185    326715   1539379     12.42     13.43
499.10/499.17	c  N dy 18877   4253665       150     39878         0    138411    326713   1895967     12.43     13.09
502.80/502.80	c  N dy 18951   4274675       150     39878         0    158381    326713   2260785     12.42     13.08
506.80/506.89	c  N dy 19032   4294745       150     39878         0     90739    326711   1010078     12.42     13.21
509.21/509.29	c  N dy 19143   4314749       150     39878         0    109721    326708   1357762     12.43     13.28
512.00/512.08	c  N dy 19233   4334963       150     39878         0    128947    326707   1707464     12.43     13.28
515.30/515.31	c  N dy 19335   4355025       150     39878         0    148026    326707   2058111     12.43     13.30
519.01/519.02	c  N dy 19449   4375254       150     39878         0    167263    326707   2417504     12.43     13.26
522.41/522.50	c  N dy 19535   4395640       150     39878         0     98976    326707   1153144     12.43     13.14
525.30/525.38	c  N dy 19640   4418320       150     39878         0    120502    326707   1549466     12.43     13.12
528.30/528.32	c  N dy 19736   4438900       150     39878         0    140176    326706   1920193     12.43     13.15
531.90/531.95	c  N dy 19818   4461628       150     39878         0    161722    326705   2311151     12.43     13.19
536.10/536.11	c  N dy 19925   4481643       150     39878         0     92104    326704   1021510     12.43     13.18
538.50/538.50	c  N dy 20004   4501865       150     39878         0    111355    326703   1375453     12.43     13.17
541.30/541.32	c  N dy 20053   4521883       150     39878         0    130328    326703   1710742     12.43     14.55
544.61/544.67	c  N dy 20148   4542061       150     39878         0    149470    326701   2057639     12.43     13.15
548.30/548.34	c  N dy 20218   4562180       150     39878         0    168596    326700   2411597     12.43     13.14
552.01/552.06	c  N dy 20321   4582181       150     39878         0     98074    326698   1125612     12.43     16.17
554.51/554.55	c  N dy 20412   4602203       150     39878         0    117174    326697   1481077     12.43     13.50
557.61/557.68	c  N dy 20512   4622700       150     39878         0    136704    326697   1842362     12.43     13.20
561.20/561.26	c  N dy 20619   4643138       150     39878         0    156171    326697   2205028     12.43     13.13
565.41/565.45	c  N dy 20716   4663956       150     39878         0    175987    326696   2576081     12.43     13.18
568.90/568.98	c  N dy 20803   4685921       150     39878         0    106114    326696   1250235     12.43     13.18
571.70/571.70	c  N dy 20910   4705930       150     39878         0    125127    326696   1599246     12.44     16.73
572.70/572.74	c  S st 20925   4713485       150     39878         0    132254    326696   1725345     12.43     10.18
572.90/572.96	c  S st 20925   4713988       150     39878         0    132737    326696   1733665     12.43   no data
572.90/572.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
573.01/573.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.1M T:  0.06
573.01/573.03	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
573.01/573.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
573.01/573.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
573.01/573.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
573.01/573.03	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
573.01/573.06	c lits-rem:        27  cl-subs:        8  v-elim:      0  v-fix:    0  time:  0.03 s
573.01/573.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
581.00/581.09	c lits-rem:     10929  cl-subs:     8414  v-elim:      0  v-fix:    0  time:  7.97 s
581.00/581.09	c vivif2 --  cl tried    39848 cl shrink        0 lits rem          0 time: 0.00
581.10/581.11	c vivif2 --  cl tried   124345 cl shrink        0 lits rem          0 time: 0.02
581.30/581.37	c asymm  cl-useful: 13/373/39848 lits-rem:13 time: 0.26
581.30/581.38	c calculated reachability. Time: 0.00
581.30/581.38	c  N dy 20925   4713988       150     39848         0    124345    326295   1583495     12.43   no data
584.80/584.82	c  N dy 21021   4737281       150     39848         0    146373    326294   1984346     12.43     13.59
588.70/588.73	c  N dy 21119   4758781       150     39848         0    166878    326294   2366438     12.43     13.13
593.10/593.16	c  N dy 21226   4778962       150     39848         0     94958    326294   1054365     12.44     13.21
595.51/595.58	c  N dy 21286   4798976       150     39848         0    114020    326290   1403646     12.43     14.33
598.51/598.50	c  N dy 21391   4820583       150     39848         0    134470    326290   1774512     12.43     13.13
601.61/601.62	c  N dy 21453   4840663       150     39848         0    153521    326289   2122076     12.43     13.11
605.70/605.72	c  N dy 21564   4862808       150     39848         0    174626    326288   2513303     12.43     13.10
609.60/609.61	c  N dy 21675   4882836       150     39848         0    101487    326287   1172764     12.44     13.87
612.21/612.20	c  N dy 21773   4903804       150     39848         0    121476    326287   1549025     12.44     13.28
615.21/615.29	c  N dy 21850   4923825       150     39848         0    140558    326287   1901836     12.44     14.35
618.61/618.68	c  N dy 21926   4944320       150     39848         0    159956    326287   2257374     12.44     13.12
622.40/622.47	c  N dy 22028   4964498       150     39848         0    179083    326286   2609940     12.44     13.19
626.01/626.06	c  N dy 22091   4984534       150     39848         0    104778    326286   1220505     12.44     13.11
628.71/628.77	c  N dy 22171   5005072       150     39848         0    124324    326286   1581418     12.44     13.30
632.01/632.06	c  N dy 22271   5025483       150     39848         0    143693    326285   1933625     12.44     13.16
635.30/635.37	c  N dy 22317   5045583       150     39848         0    162641    326285   2274120     12.43     13.17
639.50/639.52	c  N dy 22413   5065949       150     39848         0    182056    326285   2634466     12.43     13.17
643.30/643.31	c  N dy 22510   5085983       150     39848         0    106896    326283   1251947     12.43     14.44
646.00/646.04	c  N dy 22588   5106512       150     39848         0    126472    326283   1611235     12.43     13.13
649.10/649.16	c  N dy 22670   5127600       150     39848         0    146583    326283   1988032     12.43     13.11
652.91/652.93	c  N dy 22777   5147688       150     39848         0    165710    326281   2346732     12.43     13.71
657.11/657.13	c  N dy 22885   5167713       150     39848         0    184781    326281   2702599     12.44     13.22
660.90/660.90	c  N dy 22978   5188556       150     39848         0    109284    326281   1291987     12.44     13.11
663.80/663.84	c  N dy 23054   5209407       150     39848         0    129022    326279   1650686     12.44     13.68
664.51/664.56	c  S st 23079   5213989       150     39848         0    133373    326279   1730004     12.44     12.90
664.71/664.78	c  S st 23079   5214493       150     39848         0    133863    326279   1738912     12.44   no data
664.71/664.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
664.81/664.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.1M T:  0.06
664.81/664.86	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
664.81/664.86	c bin-w-bin subsume rem            0 bins  time:  0.00 s
664.81/664.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
664.81/664.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
664.81/664.86	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
664.81/664.89	c lits-rem:        23  cl-subs:       37  v-elim:      0  v-fix:    0  time:  0.03 s
664.91/664.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
672.21/672.20	c lits-rem:     11402  cl-subs:     5132  v-elim:      0  v-fix:    0  time:  7.26 s
672.21/672.21	c vivif2 --  cl tried    39804 cl shrink        0 lits rem          0 time: 0.00
672.21/672.23	c vivif2 --  cl tried   128738 cl shrink        0 lits rem          0 time: 0.02
672.41/672.49	c asymm  cl-useful: 4/370/39804 lits-rem:4 time: 0.26
672.41/672.49	c calculated reachability. Time: 0.00
672.41/672.49	c  N dy 23079   5214493       150     39804         0    128738    325799   1640520     12.44   no data
675.51/675.58	c  N dy 23173   5234549       150     39804         0    147877    325799   1991577     12.44     13.15
679.21/679.29	c  N dy 23256   5254692       150     39804         0    167035    325799   2344368     12.44     13.16
683.31/683.39	c  N dy 23323   5274731       150     39804         0    185939    325799   2684242     12.44     13.23
687.10/687.17	c  N dy 23445   5294807       150     39804         0    109120    325798   1290494     12.44     15.43
690.00/690.04	c  N dy 23558   5314873       150     39804         0    128233    325798   1640820     12.44     13.10
693.21/693.20	c  N dy 23650   5334955       150     39804         0    147342    325798   1994947     12.44     15.22
696.91/696.98	c  N dy 23729   5355058       150     39804         0    166437    325798   2348149     12.44     13.24
701.10/701.17	c  N dy 23823   5375381       150     39804         0    185864    325798   2714344     12.44     13.17
705.01/705.01	c  N dy 23885   5395457       150     39804         0    107796    325797   1251454     12.44     16.93
707.80/707.85	c  N dy 23979   5415477       150     39804         0    126782    325795   1597836     12.44     13.13
711.40/711.40	c  N dy 24075   5438251       150     39804         0    148346    325793   1986655     12.44     13.53
715.02/715.06	c  N dy 24168   5458626       150     39804         0    167778    325790   2346320     12.44     13.17
719.50/719.55	c  N dy 24258   5479079       150     39804         0    187150    325789   2702792     12.44     13.29
723.51/723.53	c  N dy 24360   5499090       150     39804         0    108072    325789   1253914     12.44     13.12
726.30/726.37	c  N dy 24465   5519758       150     39804         0    127699    325789   1612866     12.44     13.40
729.80/729.82	c  N dy 24557   5541439       150     39804         0    148308    325789   1993319     12.44     13.16
733.50/733.58	c  N dy 24654   5562121       150     39804         0    168043    325787   2361638     12.44     13.12
737.80/737.80	c  N dy 24752   5582169       150     39804         0    187104    325787   2719681     12.44     13.67
742.21/742.29	c  N dy 24849   5602267       150     39804         0    107184    325787   1230366     12.45     13.15
745.00/745.02	c  N dy 24954   5622364       150     39804         0    126364    325785   1587976     12.45     15.17
748.40/748.49	c  N dy 25064   5643430       150     39804         0    146468    325784   1967665     12.45     13.18
752.32/752.37	c  N dy 25165   5664816       150     39804         0    166770    325784   2337880     12.45     13.20
756.41/756.48	c  N dy 25232   5685219       150     39804         0    186105    325784   2694593     12.45     13.22
761.11/761.20	c  N dy 25338   5705295       150     39804         0    105191    325782   1184925     12.45     15.64
762.40/762.43	c  S st 25404   5714494       150     39804         0    113999    325782   1351350     12.45   no data
762.60/762.61	c  S st 25404   5714999       150     39804         0    114491    325782   1360068     12.45   no data
762.60/762.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
762.60/762.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.05
762.60/762.67	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
762.60/762.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
762.60/762.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
762.60/762.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
762.60/762.67	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
762.70/762.70	c lits-rem:        18  cl-subs:       22  v-elim:      0  v-fix:    0  time:  0.03 s
762.70/762.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
766.30/766.30	c lits-rem:      5106  cl-subs:     1679  v-elim:      0  v-fix:    0  time:  3.56 s
766.30/766.31	c vivif2 --  cl tried    39739 cl shrink        0 lits rem          0 time: 0.00
766.30/766.32	c vivif2 --  cl tried   112855 cl shrink        0 lits rem          0 time: 0.02
766.51/766.57	c asymm  cl-useful: 5/388/39739 lits-rem:5 time: 0.24
766.51/766.57	c calculated reachability. Time: 0.00
766.51/766.57	c  N dy 25404   5714999       150     39739         0    112855    325122   1327923     12.45   no data
769.71/769.73	c  N dy 25496   5736555       150     39739         0    133398    325121   1710383     12.45     13.16
773.22/773.26	c  N dy 25619   5756613       150     39739         0    152602    325121   2070391     12.45     14.93
777.11/777.14	c  N dy 25697   5776624       150     39739         0    171626    325121   2421604     12.45     13.26
781.21/781.27	c  N dy 25785   5796638       150     39739         0    190633    325120   2773043     12.45     13.17
785.80/785.86	c  N dy 25914   5816683       150     39739         0    108645    325119   1244101     12.45     13.37
788.62/788.66	c  N dy 26008   5837104       150     39739         0    128170    325118   1607682     12.45     13.26
791.92/791.95	c  N dy 26109   5857108       150     39739         0    147193    325117   1960467     12.46     15.24
795.71/795.71	c  N dy 26207   5877380       150     39739         0    166507    325117   2318347     12.46     13.26
799.91/799.91	c  N dy 26302   5897939       150     39739         0    185915    325117   2664962     12.46     13.17
805.11/805.14	c  N dy 26391   5918056       150     39739         0    103045    325116   1129443     12.46     13.18
807.90/807.93	c  N dy 26518   5938654       150     39739         0    122663    325116   1485523     12.46     13.18
811.11/811.10	c  N dy 26598   5959706       150     39739         0    142676    325116   1855403     12.46     13.41
814.81/814.88	c  N dy 26701   5980680       150     39739         0    162562    325116   2227563     12.46     13.23
819.11/819.11	c  N dy 26814   6000706       150     39739         0    181691    325115   2587688     12.46     14.06
823.30/823.37	c  N dy 26880   6020774       150     39739         0    200761    325115   2952877     12.46     13.33
827.31/827.30	c  N dy 26973   6041297       150     39739         0    117208    325114   1378222     12.46     13.12
830.31/830.32	c  N dy 27063   6062014       150     39739         0    136916    325114   1744487     12.46     13.13
833.72/833.80	c  N dy 27152   6082127       150     39739         0    156071    325114   2093795     12.46     13.20
837.41/837.43	c  N dy 27234   6102323       150     39739         0    175302    325114   2447980     12.46     13.23
841.81/841.83	c  N dy 27310   6122981       150     39739         0    194930    325113   2811318     12.46     13.22
846.61/846.60	c  N dy 27415   6143119       150     39739         0    110293    325112   1259546     12.46     13.15
849.41/849.46	c  N dy 27500   6163185       150     39739         0    129304    325111   1609022     12.46     13.26
852.81/852.80	c  N dy 27586   6183196       150     39739         0    148319    325111   1964514     12.46     13.32
856.61/856.60	c  N dy 27705   6203457       150     39739         0    167559    325110   2317769     12.46     13.34
858.81/858.84	c  S st 27765   6215001       150     39739         0    178522    325108   2519980     12.46   no data
859.13/859.16	c  S st 27765   6215505       150     39739         0    179010    325108   2528349     12.46   no data
859.13/859.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
859.21/859.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.7M T:  0.08
859.21/859.26	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
859.21/859.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
859.21/859.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
859.21/859.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
859.21/859.26	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
859.31/859.30	c lits-rem:        23  cl-subs:        8  v-elim:      0  v-fix:    0  time:  0.04 s
859.31/859.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
875.41/875.45	c lits-rem:     18725  cl-subs:     8932  v-elim:      0  v-fix:    0  time: 16.07 s
875.41/875.46	c vivif2 --  cl tried    39721 cl shrink        0 lits rem          0 time: 0.00
875.41/875.49	c vivif2 --  cl tried   170088 cl shrink        0 lits rem          0 time: 0.03
875.71/875.79	c asymm  cl-useful: 5/297/39721 lits-rem:5 time: 0.30
875.71/875.79	c calculated reachability. Time: 0.00
875.71/875.79	c  N dy 27765   6215505       150     39721         0    170088    324858   2351873     12.46   no data
879.92/880.01	c  N dy 27858   6235554       150     39721         0    189124    324858   2706329     12.46     15.97
884.51/884.50	c  N dy 27937   6255610       150     39721         0    208171    324857   3054181     12.46     14.21
887.81/887.87	c  N dy 28017   6275941       150     39721         0    122980    324857   1474636     12.46     13.30
891.11/891.11	c  N dy 28122   6296219       150     39721         0    142303    324856   1830177     12.46     13.22
895.42/895.45	c  N dy 28222   6320176       150     39721         0    165140    324856   2264417     12.46     13.12
899.31/899.32	c  N dy 28300   6340253       150     39721         0    184304    324856   2626188     12.46     13.17
904.12/904.19	c  N dy 28402   6361163       150     39721         0    204310    324855   3004011     12.46     13.12
908.71/908.71	c  N dy 28498   6382838       150     39721         0    119187    324854   1404625     12.46     13.13
911.82/911.86	c  N dy 28588   6403911       150     39721         0    139147    324853   1768499     12.46     13.23
915.41/915.47	c  N dy 28697   6423957       150     39721         0    158240    324853   2128886     12.46     14.51
919.62/919.67	c  N dy 28821   6444972       150     39721         0    178238    324852   2500238     12.47     13.15
924.21/924.22	c  N dy 28899   6465268       150     39721         0    197537    324851   2861555     12.47     13.13
929.53/929.53	c  N dy 29001   6485283       150     39721         0    109863    324851   1226133     12.47     14.27
932.21/932.21	c  N dy 29080   6505366       150     39721         0    128985    324851   1582159     12.47     13.34
935.31/935.36	c  N dy 29149   6525472       150     39721         0    148058    324849   1929973     12.47     13.43
939.01/939.06	c  N dy 29215   6545584       150     39721         0    167113    324849   2284121     12.47     13.22
943.31/943.34	c  N dy 29331   6565635       150     39721         0    186253    324849   2648335     12.47     16.49
947.81/947.81	c  N dy 29430   6585681       150     39721         0    205322    324849   3004991     12.47     15.51
952.52/952.54	c  N dy 29539   6605764       150     39721         0    116888    324848   1357407     12.47     13.16
955.31/955.39	c  N dy 29632   6625833       150     39721         0    135946    324847   1707321     12.47     13.76
958.91/958.95	c  N dy 29730   6645931       150     39721         0    155117    324847   2066819     12.47     13.14
963.52/963.55	c  N dy 29804   6668072       150     39721         0    176071    324845   2448303     12.47     13.22
967.92/967.92	c  N dy 29865   6688210       150     39721         0    195217    324845   2806359     12.47     13.49
973.22/973.25	c  N dy 29954   6710126       150     39721         0    215961    324845   3187406     12.47     13.25
974.81/974.86	c  S st 29974   6715505       150     39721         0    112480    324844   1263918     12.47   no data
975.01/975.05	c  S st 29974   6716011       150     39721         0    112970    324843   1272378     12.47   no data
975.01/975.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
975.11/975.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.05
975.11/975.11	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
975.11/975.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
975.11/975.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
975.11/975.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
975.11/975.11	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
975.11/975.14	c lits-rem:        18  cl-subs:       27  v-elim:      0  v-fix:    0  time:  0.03 s
975.11/975.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
977.51/977.53	c lits-rem:      4014  cl-subs:     1273  v-elim:      0  v-fix:    0  time:  2.35 s
977.51/977.53	c vivif2 --  cl tried    39657 cl shrink        0 lits rem          0 time: 0.00
977.51/977.55	c vivif2 --  cl tried   111734 cl shrink        0 lits rem          0 time: 0.02
977.71/977.79	c asymm  cl-useful: 3/455/39657 lits-rem:3 time: 0.24
977.71/977.79	c calculated reachability. Time: 0.00
977.71/977.79	c  N dy 29974   6716011       150     39657         0    111734    324182   1251518     12.47   no data
980.81/980.86	c  N dy 30085   6736841       150     39657         0    131580    324182   1621221     12.47     13.37
984.11/984.11	c  N dy 30185   6756980       150     39657         0    150850    324181   1989471     12.47     13.15
987.82/987.82	c  N dy 30291   6777042       150     39657         0    170018    324181   2349858     12.47     17.64
992.01/992.04	c  N dy 30410   6797050       150     39657         0    189141    324180   2711482     12.47     13.22
996.91/996.92	c  N dy 30510   6817582       150     39657         0    208748    324180   3086809     12.47     13.31
1001.81/1001.84	c  N dy 30593   6837583       150     39657         0    118110    324180   1356685     12.47     13.15
1004.81/1004.87	c  N dy 30701   6857647       150     39657         0    137186    324180   1706872     12.47     15.91
1008.21/1008.23	c  N dy 30799   6877734       150     39657         0    156376    324179   2072066     12.47     13.24
1012.11/1012.19	c  N dy 30894   6897826       150     39657         0    175509    324179   2435273     12.48     16.56
1016.91/1016.94	c  N dy 31005   6918542       150     39657         0    195269    324178   2814052     12.48     13.21
1021.93/1021.98	c  N dy 31117   6938586       150     39657         0    214379    324178   3172316     12.48     13.81
1026.02/1026.07	c  N dy 31178   6958677       150     39657         0    122761    324177   1440828     12.48     15.27
1029.21/1029.22	c  N dy 31255   6978784       150     39657         0    141842    324177   1797654     12.48     13.24
1032.71/1032.78	c  N dy 31347   6998864       150     39657         0    160911    324176   2148722     12.48     13.18
1036.71/1036.73	c  N dy 31417   7018959       150     39657         0    180049    324175   2509321     12.48     13.36
1040.81/1040.83	c  N dy 31514   7038971       150     39657         0    199166    324175   2873158     12.48     14.03
1045.52/1045.52	c  N dy 31593   7058987       150     39657         0    218316    324174   3231169     12.48     13.15
1049.91/1049.92	c  N dy 31708   7079013       150     39657         0    125851    324174   1500184     12.48     14.92
1053.01/1053.02	c  N dy 31786   7099049       150     39657         0    144940    324172   1855126     12.48     15.13
1056.61/1056.64	c  N dy 31849   7119777       150     39657         0    164648    324172   2225613     12.48     13.26
1060.81/1060.86	c  N dy 31949   7139830       150     39657         0    183705    324170   2580864     12.48     14.19
1065.61/1065.69	c  N dy 32043   7159878       150     39657         0    202823    324170   2941150     12.48     13.38
1071.12/1071.14	c  N dy 32149   7180098       150     39657         0    221966    324169   3296424     12.48     13.16
1075.41/1075.42	c  N dy 32254   7200995       150     39657         0    129381    324169   1553388     12.48     13.16
1077.71/1077.78	c  S st 32307   7216013       150     39657         0    143667    324169   1823967     12.48   no data
1078.03/1078.05	c  S st 32307   7216520       150     39657         0    144154    324169   1832011     12.48   no data
1078.03/1078.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1078.11/1078.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.3M T:  0.06
1078.11/1078.13	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1078.11/1078.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1078.11/1078.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1078.11/1078.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
1078.11/1078.13	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1078.11/1078.16	c lits-rem:         3  cl-subs:        4  v-elim:      0  v-fix:    0  time:  0.03 s
1078.21/1078.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1084.81/1084.88	c lits-rem:      7726  cl-subs:     3484  v-elim:      0  v-fix:    0  time:  6.67 s
1084.81/1084.89	c vivif2 --  cl tried    39625 cl shrink        0 lits rem          0 time: 0.00
1084.91/1084.91	c vivif2 --  cl tried   140698 cl shrink        0 lits rem          0 time: 0.02
1085.11/1085.18	c asymm  cl-useful: 3/366/39625 lits-rem:3 time: 0.27
1085.11/1085.19	c calculated reachability. Time: 0.00
1085.11/1085.19	c  N dy 32307   7216520       150     39625         0    140698    323843   1762449     12.48   no data
1088.41/1088.47	c  N dy 32376   7236571       150     39625         0    159794    323843   2125267     12.48     13.31
1092.22/1092.26	c  N dy 32455   7256585       150     39625         0    178868    323843   2483742     12.48     14.13
1096.73/1096.77	c  N dy 32543   7276885       150     39625         0    198241    323843   2852353     12.48     13.15
1101.71/1101.76	c  N dy 32608   7298843       150     39625         0    218985    323842   3232230     12.48     13.21
1106.41/1106.43	c  N dy 32675   7318914       150     39625         0    124575    323840   1452069     12.47     14.72
1109.61/1109.60	c  N dy 32772   7339010       150     39625         0    143744    323839   1814334     12.48     13.14
1113.41/1113.41	c  N dy 32879   7359105       150     39625         0    162936    323838   2175948     12.48     13.40
1117.42/1117.48	c  N dy 32983   7379445       150     39625         0    182402    323837   2545154     12.48     13.14
1122.03/1122.07	c  N dy 33069   7399456       150     39625         0    201399    323837   2903292     12.48     14.90
1127.02/1127.08	c  N dy 33168   7419516       150     39625         0    220540    323835   3262549     12.48     14.82
1131.93/1131.98	c  N dy 33273   7439521       150     39625         0    125257    323835   1466144     12.48     13.41
1135.23/1135.23	c  N dy 33370   7459546       150     39625         0    144406    323833   1829711     12.48     13.75
1138.81/1138.89	c  N dy 33452   7479563       150     39625         0    163419    323833   2179269     12.48     14.96
1143.22/1143.20	c  N dy 33578   7499606       150     39625         0    182582    323833   2545216     12.48     13.14
1147.62/1147.63	c  N dy 33670   7519640       150     39625         0    201719    323832   2909066     12.48     14.87
1152.62/1152.67	c  N dy 33770   7539724       150     39625         0    220727    323831   3259074     12.48     13.80
1157.72/1157.72	c  N dy 33877   7559742       150     39625         0    124370    323831   1443882     12.48     15.51
1160.81/1160.89	c  N dy 33952   7580326       150     39625         0    143928    323831   1802975     12.48     13.17
1164.61/1164.64	c  N dy 34058   7601245       150     39625         0    163903    323830   2180465     12.48     13.22
1168.81/1168.87	c  N dy 34174   7621339       150     39625         0    183136    323829   2548106     12.48     13.22
1173.52/1173.55	c  N dy 34261   7641549       150     39625         0    202369    323827   2904913     12.48     13.23
1178.81/1178.84	c  N dy 34388   7661623       150     39625         0    221491    323827   3266837     12.49     13.20
1184.32/1184.38	c  N dy 34498   7681651       150     39625         0    124141    323827   1433799     12.49     13.34
1187.42/1187.48	c  N dy 34597   7701967       150     39625         0    143561    323827   1798498     12.49     13.23
1190.13/1190.11	c  S st 34662   7716520       150     39625         0    157370    323826   2052275     12.49     11.97
1190.32/1190.36	c  S st 34662   7717020       150     39625         0    157839    323826   2060408     12.49   no data
1190.32/1190.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1190.42/1190.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.5M T:  0.07
1190.42/1190.45	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1190.42/1190.45	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1190.42/1190.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1190.42/1190.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
1190.42/1190.45	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1190.42/1190.49	c lits-rem:        21  cl-subs:        3  v-elim:      0  v-fix:    0  time:  0.04 s
1190.52/1190.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1198.93/1198.99	c lits-rem:     12489  cl-subs:     4791  v-elim:      0  v-fix:    0  time:  8.45 s
1198.93/1199.00	c vivif2 --  cl tried    39575 cl shrink        0 lits rem          0 time: 0.00
1199.03/1199.02	c vivif2 --  cl tried   153095 cl shrink        0 lits rem          0 time: 0.03
1199.32/1199.30	c asymm  cl-useful: 7/329/39575 lits-rem:7 time: 0.28
1199.32/1199.31	c calculated reachability. Time: 0.00
1199.32/1199.31	c  N dy 34662   7717020       150     39575         0    153095    323112   1964580     12.49   no data
1203.33/1203.35	c  N dy 34740   7737103       150     39575         0    172203    323112   2324653     12.49     14.76
1207.61/1207.62	c  N dy 34832   7757662       150     39575         0    191750    323112   2689988     12.49     13.47
1212.12/1212.16	c  N dy 34900   7777861       150     39575         0    210939    323111   3052238     12.49     13.16
1218.01/1218.05	c  N dy 35000   7798683       150     39575         0    230711    323111   3419362     12.49     13.28
1222.52/1222.52	c  N dy 35104   7818772       150     39575         0    132655    323111   1586152     12.49     16.25
1226.22/1226.28	c  N dy 35213   7841233       150     39575         0    154104    323111   1986853     12.49     13.21
1230.01/1230.09	c  N dy 35284   7861281       150     39575         0    173188    323110   2334801     12.49     13.28
1234.23/1234.24	c  N dy 35376   7881328       150     39575         0    192252    323109   2688005     12.49     13.15
1239.01/1239.04	c  N dy 35465   7901783       150     39575         0    211731    323108   3052419     12.49     13.17
1244.22/1244.26	c  N dy 35540   7923788       150     39575         0    232532    323107   3428757     12.49     13.19
1249.12/1249.19	c  N dy 35640   7946234       150     39575         0    135740    323107   1642487     12.49     13.30
1252.82/1252.84	c  N dy 35745   7966247       150     39575         0    154852    323107   2001128     12.49     13.17
1257.22/1257.27	c  N dy 35837   7987696       150     39575         0    175172    323106   2379830     12.49     13.16
1262.02/1262.01	c  N dy 35940   8007716       150     39575         0    194301    323105   2741354     12.49     13.46
1266.72/1266.79	c  N dy 36019   8027780       150     39575         0    213447    323105   3102855     12.49     13.20
1272.22/1272.20	c  N dy 36118   8047880       150     39575         0    232466    323103   3455859     12.49     13.22
1276.91/1276.95	c  N dy 36204   8067929       150     39575         0    132379    323102   1569060     12.49     14.81
1280.61/1280.67	c  N dy 36285   8090203       150     39575         0    153533    323101   1970405     12.49     13.17
1284.62/1284.69	c  N dy 36382   8110215       150     39575         0    172550    323101   2325874     12.49     14.29
1289.32/1289.32	c  N dy 36509   8130311       150     39575         0    191742    323100   2691034     12.49     13.15
1294.52/1294.54	c  N dy 36622   8150657       150     39575         0    211237    323100   3061615     12.49     13.17
1301.42/1301.43	c  N dy 36714   8175416       150     39575         0    234741    323100   3492650     12.49     13.19
1306.31/1306.31	c  N dy 36816   8196366       150     39575         0    134588    323099   1606957     12.49     13.19
1309.82/1309.87	c  N dy 36908   8216787       150     39575         0    154040    323099   1963049     12.49     13.31
1309.92/1309.91	c  S st 36911   8217021       150     39575         0    154270    323099   1967927     12.49   no data
1310.14/1310.18	c  S st 36911   8217527       150     39575         0    154765    323099   1976358     12.49   no data
1310.14/1310.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1310.22/1310.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.4M T:  0.07
1310.22/1310.27	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1310.22/1310.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1310.22/1310.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1310.22/1310.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
1310.22/1310.27	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1310.32/1310.31	c lits-rem:        48  cl-subs:       33  v-elim:      0  v-fix:    0  time:  0.04 s
1310.32/1310.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1317.92/1317.98	c lits-rem:     10969  cl-subs:     4104  v-elim:      0  v-fix:    0  time:  7.61 s
1317.92/1317.98	c vivif2 --  cl tried    39533 cl shrink        0 lits rem          0 time: 0.00
1318.02/1318.01	c vivif2 --  cl tried   150670 cl shrink        0 lits rem          0 time: 0.03
1318.22/1318.28	c asymm  cl-useful: 6/292/39533 lits-rem:6 time: 0.28
1318.22/1318.29	c calculated reachability. Time: 0.00
1318.22/1318.29	c  N dy 36911   8217527       150     39533         0    150670    322606   1894241     12.49   no data
1322.02/1322.00	c  N dy 37004   8237544       150     39533         0    169769    322606   2257502     12.49     13.85
1326.32/1326.36	c  N dy 37112   8257624       150     39533         0    188971    322606   2621705     12.49     17.77
1331.11/1331.18	c  N dy 37204   8278061       150     39533         0    208435    322605   2984786     12.49     13.16
1336.53/1336.53	c  N dy 37295   8298123       150     39533         0    227471    322604   3343671     12.49     13.16
1342.32/1342.35	c  N dy 37374   8318201       150     39533         0    125567    322603   1430336     12.49     14.03
1345.52/1345.57	c  N dy 37475   8338298       150     39533         0    144734    322600   1790247     12.49     13.18
1349.42/1349.47	c  N dy 37562   8358721       150     39533         0    164209    322600   2164720     12.49     13.22
1353.42/1353.49	c  N dy 37654   8378733       150     39533         0    183246    322599   2523275     12.49     13.30
1357.92/1357.91	c  N dy 37719   8399095       150     39533         0    202650    322599   2890150     12.49     13.58
1363.11/1363.17	c  N dy 37827   8419379       150     39533         0    222027    322599   3256059     12.49     13.29
1368.82/1368.85	c  N dy 37940   8440298       150     39533         0    242013    322598   3638259     12.50     13.25
1373.42/1373.48	c  N dy 38054   8460488       150     39533         0    139149    322598   1682141     12.50     13.22
1377.02/1377.03	c  N dy 38144   8480535       150     39533         0    158269    322598   2042208     12.50     13.42
1380.82/1380.81	c  N dy 38218   8500990       150     39533         0    177670    322597   2406819     12.50     13.16
1385.21/1385.25	c  N dy 38310   8521088       150     39533         0    196837    322597   2767824     12.50     13.75
1389.62/1389.70	c  N dy 38358   8541135       150     39533         0    215824    322597   3124260     12.50     14.37
1395.02/1395.06	c  N dy 38421   8561226       150     39533         0    234944    322595   3480934     12.49     13.39
1401.02/1401.06	c  N dy 38518   8581509       150     39533         0    131247    322595   1530199     12.49     13.26
1404.42/1404.48	c  N dy 38615   8601592       150     39533         0    150389    322594   1887840     12.49     14.93
1408.32/1408.33	c  N dy 38704   8621934       150     39533         0    169700    322593   2244591     12.49     13.17
1412.52/1412.59	c  N dy 38800   8641987       150     39533         0    188917    322591   2608677     12.49     13.16
1417.42/1417.48	c  N dy 38900   8662078       150     39533         0    207916    322590   2960558     12.49     13.16
1422.62/1422.66	c  N dy 38981   8682362       150     39533         0    227231    322590   3323806     12.49     13.17
1428.52/1428.58	c  N dy 39097   8702407       150     39533         0    246380    322590   3689100     12.50     13.26
1432.02/1432.03	c  S st 39155   8717528       150     39533         0    136793    322590   1626793     12.50     12.96
1432.23/1432.27	c  S st 39155   8718035       150     39533         0    137281    322590   1635203     12.50   no data
1432.23/1432.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1432.32/1432.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.2M T:  0.06
1432.32/1432.35	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1432.32/1432.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1432.32/1432.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1432.32/1432.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
1432.32/1432.35	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1432.32/1432.38	c lits-rem:        12  cl-subs:       27  v-elim:      0  v-fix:    0  time:  0.03 s
1432.42/1432.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1436.32/1436.36	c lits-rem:      5084  cl-subs:     1986  v-elim:      0  v-fix:    0  time:  3.92 s
1436.32/1436.36	c vivif2 --  cl tried    39482 cl shrink        0 lits rem          0 time: 0.00
1436.32/1436.38	c vivif2 --  cl tried   135319 cl shrink        0 lits rem          0 time: 0.02
1436.63/1436.65	c asymm  cl-useful: 9/325/39482 lits-rem:9 time: 0.26
1436.63/1436.65	c calculated reachability. Time: 0.00
1436.63/1436.65	c  N dy 39155   8718035       150     39482         0    135319    322077   1598423     12.50   no data
1440.12/1440.18	c  N dy 39269   8738147       150     39482         0    154611    322077   1971147     12.50     13.16
1444.12/1444.20	c  N dy 39391   8758220       150     39482         0    173682    322077   2330582     12.50     13.30
1448.74/1448.76	c  N dy 39481   8778948       150     39482         0    193325    322077   2691575     12.50     13.45
1453.52/1453.50	c  N dy 39572   8799457       150     39482         0    212807    322077   3054361     12.50     13.21
1458.92/1458.99	c  N dy 39628   8819499       150     39482         0    231746    322077   3400040     12.50     13.21
1465.82/1465.83	c  N dy 39718   8839727       150     39482         0    126228    322077   1424054     12.50     13.23
1469.02/1469.06	c  N dy 39816   8860385       150     39482         0    145904    322077   1791517     12.50     13.20
1472.62/1472.68	c  N dy 39931   8880464       150     39482         0    165077    322077   2158057     12.50     13.34
1476.72/1476.78	c  N dy 40036   8901450       150     39482         0    185110    322077   2540244     12.50     13.18
1481.32/1481.32	c  N dy 40144   8921968       150     39482         0    204771    322077   2923088     12.50     13.27
1486.42/1486.50	c  N dy 40235   8942018       150     39482         0    223796    322076   3275403     12.50     13.18
1491.83/1491.81	c  N dy 40289   8962660       150     39482         0    243316    322075   3634062     12.50     13.28
1497.03/1497.09	c  N dy 40380   8982712       150     39482         0    136567    322075   1602289     12.50     16.45
1500.92/1500.95	c  N dy 40488   9003676       150     39482         0    156541    322075   1979069     12.50     13.22
1505.12/1505.16	c  N dy 40610   9023840       150     39482         0    175833    322075   2347226     12.50     13.43
1509.92/1509.93	c  N dy 40712   9045153       150     39482         0    196166    322074   2732919     12.50     13.34
1514.73/1514.75	c  N dy 40785   9065236       150     39482         0    215337    322073   3101336     12.50     13.17
1520.13/1520.18	c  N dy 40859   9085748       150     39482         0    234776    322073   3465883     12.50     13.23
1527.72/1527.74	c  N dy 40983   9105809       150     39482         0    127042    322073   1414649     12.50     13.79
1530.92/1530.98	c  N dy 41041   9127460       150     39482         0    147503    322073   1790910     12.50     13.40
1534.83/1534.83	c  N dy 41131   9147949       150     39482         0    167090    322073   2161989     12.50     13.20
1539.22/1539.20	c  N dy 41234   9167980       150     39482         0    186221    322073   2529909     12.50     14.69
1544.62/1544.61	c  N dy 41292   9193091       150     39482         0    209845    322073   2963579     12.50     13.18
1549.83/1549.90	c  N dy 41387   9213115       150     39482         0    228846    322073   3325335     12.50     17.15
1551.22/1551.21	c  S st 41405   9218038       150     39482         0    233497    322073   3409370     12.50     12.80
1551.62/1551.63	c  S st 41405   9218543       150     39482         0    233984    322073   3417707     12.50   no data
1551.62/1551.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1551.72/1551.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.4M T:  0.11
1551.72/1551.77	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1551.72/1551.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1551.72/1551.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1551.72/1551.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
1551.72/1551.77	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1551.82/1551.82	c lits-rem:         5  cl-subs:        9  v-elim:      0  v-fix:    0  time:  0.05 s
1551.92/1551.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1577.93/1577.93	c lits-rem:     21243  cl-subs:    14533  v-elim:      0  v-fix:    0  time: 26.01 s
1577.93/1577.94	c vivif2 --  cl tried    39471 cl shrink        0 lits rem          0 time: 0.00
1577.93/1577.98	c vivif2 --  cl tried   219453 cl shrink        0 lits rem          0 time: 0.04
1578.33/1578.30	c asymm  cl-useful: 5/203/39471 lits-rem:5 time: 0.32
1578.33/1578.31	c calculated reachability. Time: 0.00
1578.33/1578.31	c  N dy 41405   9218543       150     39471         0    219453    321942   3140735     12.50   no data
1584.04/1584.04	c  N dy 41493   9238596       150     39471         0    238615    321942   3512807     12.50     15.12
1590.43/1590.44	c  N dy 41580   9258690       150     39471         0    130394    321942   1466265     12.50     15.15
1593.94/1593.94	c  N dy 41634   9279687       150     39471         0    150209    321940   1824451     12.50     13.17
1597.53/1597.57	c  N dy 41720   9299771       150     39471         0    169349    321939   2187751     12.50     13.43
1601.92/1601.94	c  N dy 41809   9319841       150     39471         0    188496    321939   2555217     12.50     13.23
1606.82/1606.84	c  N dy 41912   9339910       150     39471         0    207665    321939   2914182     12.50     15.81
1611.82/1611.80	c  N dy 41982   9359950       150     39471         0    226685    321939   3275286     12.50     13.22
1617.92/1617.93	c  N dy 42047   9380909       150     39471         0    246595    321938   3647276     12.50     13.16
1623.83/1623.87	c  N dy 42098   9404105       150     39471         0    140047    321936   1619873     12.50     13.35
1627.42/1627.41	c  N dy 42168   9424929       150     39471         0    159820    321935   1981997     12.50     13.20
1631.42/1631.40	c  N dy 42255   9444933       150     39471         0    178898    321935   2345287     12.50     13.73
1635.83/1635.88	c  N dy 42359   9465027       150     39471         0    198026    321934   2699959     12.50     14.02
1641.43/1641.43	c  N dy 42450   9486628       150     39471         0    218480    321933   3075562     12.50     13.40
1647.32/1647.31	c  N dy 42551   9507259       150     39471         0    238167    321932   3447752     12.50     13.17
1653.42/1653.43	c  N dy 42657   9527555       150     39471         0    257504    321931   3814668     12.50     13.21
1657.93/1657.94	c  N dy 42743   9547909       150     39471         0    147452    321931   1759302     12.50     13.17
1662.04/1662.10	c  N dy 42833   9569953       150     39471         0    168457    321931   2150817     12.50     13.23
1666.54/1666.58	c  N dy 42938   9590090       150     39471         0    187664    321931   2518690     12.50     13.27
1671.13/1671.13	c  N dy 43024   9610121       150     39471         0    206715    321931   2867733     12.50     14.71
1676.52/1676.53	c  N dy 43115   9630393       150     39471         0    226108    321930   3235295     12.50     13.26
1682.52/1682.52	c  N dy 43231   9650488       150     39471         0    245282    321930   3603596     12.50     13.77
1689.13/1689.15	c  N dy 43289   9671574       150     39471         0    134830    321930   1521213     12.50     13.22
1692.52/1692.54	c  N dy 43402   9691661       150     39471         0    154116    321929   1891405     12.50     13.28
1696.72/1696.72	c  N dy 43461   9713728       150     39471         0    174956    321927   2265504     12.50     13.29
1697.72/1697.72	c  S st 43477   9718543       150     39471         0    179527    321927   2351571     12.50     10.20
1698.02/1698.04	c  S st 43477   9719048       150     39471         0    180009    321926   2359959     12.50   no data
1698.02/1698.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1698.12/1698.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.7M T:  0.08
1698.12/1698.14	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1698.12/1698.14	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1698.12/1698.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1698.12/1698.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
1698.12/1698.14	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1698.12/1698.19	c lits-rem:       445  cl-subs:      146  v-elim:      0  v-fix:    0  time:  0.05 s
1698.22/1698.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1710.02/1710.00	c lits-rem:     12973  cl-subs:     9322  v-elim:      0  v-fix:    0  time: 11.74 s
1710.02/1710.01	c vivif2 --  cl tried    39265 cl shrink        0 lits rem          0 time: 0.00
1710.02/1710.04	c vivif2 --  cl tried   170747 cl shrink        0 lits rem          0 time: 0.03
1710.32/1710.33	c asymm  cl-useful: 4/269/39265 lits-rem:5 time: 0.29
1710.32/1710.33	c calculated reachability. Time: 0.00
1710.32/1710.33	c  N dy 43477   9719048       150     39265         0    170747    319573   2193818     12.50   no data
1714.43/1714.46	c  N dy 43547   9739059       150     39265         0    189762    319573   2544356     12.50     13.80
1719.43/1719.47	c  N dy 43664   9759103       150     39265         0    208874    319573   2904033     12.50     13.50
1724.85/1724.89	c  N dy 43776   9779133       150     39265         0    227971    319573   3267214     12.50     13.40
1730.03/1730.09	c  N dy 43862   9799192       150     39265         0    247053    319572   3633371     12.50     13.34
1736.53/1736.59	c  N dy 43935   9819461       150     39265         0    135024    319572   1514456     12.50     13.19
1740.03/1740.08	c  N dy 44029   9839608       150     39265         0    154269    319572   1881601     12.50     13.18
1745.64/1745.64	c  N dy 44088   9865876       150     39265         0    179130    319570   2340798     12.50     13.21
1750.23/1750.21	c  N dy 44171   9887377       150     39265         0    199513    319570   2722428     12.50     13.20
1755.42/1755.47	c  N dy 44260   9907462       150     39265         0    218650    319570   3088117     12.50     13.35
1761.03/1761.07	c  N dy 44316   9927764       150     39265         0    237929    319570   3446441     12.50     13.27
1766.93/1766.96	c  N dy 44398   9948118       150     39265         0    257322    319570   3816468     12.50     13.23
1772.42/1772.49	c  N dy 44433   9968297       150     39265         0    144195    319569   1680380     12.49     13.38
1776.12/1776.17	c  N dy 44526   9988338       150     39265         0    163263    319567   2031797     12.49     13.35
1780.22/1780.27	c  N dy 44636  10008513       150     39265         0    182486    319565   2401713     12.50     13.19
1784.63/1784.65	c  N dy 44720  10028605       150     39265         0    201631    319565   2772298     12.50     15.33
1789.75/1789.78	c  N dy 44818  10048632       150     39265         0    220661    319565   3133685     12.50     18.39
1795.43/1795.48	c  N dy 44908  10069158       150     39265         0    240191    319561   3504338     12.50     13.43
1802.13/1802.16	c  N dy 45036  10089192       150     39265         0    259385    319561   3876752     12.50     13.29
1807.73/1807.79	c  N dy 45119  10109286       150     39265         0    145118    319558   1680863     12.50     13.34
1811.63/1811.71	c  N dy 45213  10129908       150     39265         0    164772    319555   2050046     12.50     13.18
1815.83/1815.89	c  N dy 45312  10149973       150     39265         0    183903    319553   2415467     12.50     13.56
1821.03/1821.03	c  N dy 45405  10170943       150     39265         0    203941    319551   2795078     12.50     13.20
1826.43/1826.48	c  N dy 45527  10191017       150     39265         0    223100    319550   3165025     12.50     15.64
1832.33/1832.35	c  N dy 45624  10211020       150     39265         0    242110    319550   3523374     12.50     15.62
1834.84/1834.87	c  S st 45664  10219048       150     39265         0    249783    319550   3671503     12.50     12.59
1835.33/1835.31	c  S st 45664  10219550       150     39265         0    250272    319550   3680015     12.50   no data
1835.33/1835.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1835.43/1835.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.5M T:  0.12
1835.43/1835.46	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1835.43/1835.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1835.43/1835.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1835.43/1835.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
1835.43/1835.46	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1835.53/1835.53	c lits-rem:       502  cl-subs:      215  v-elim:      0  v-fix:    0  time:  0.06 s
1835.62/1835.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1864.54/1864.54	c lits-rem:     32530  cl-subs:    12184  v-elim:      0  v-fix:    0  time: 28.91 s
1864.54/1864.54	c vivif2 --  cl tried    39033 cl shrink        0 lits rem          0 time: 0.00
1864.54/1864.59	c vivif2 --  cl tried   238105 cl shrink        0 lits rem          0 time: 0.05
1864.92/1864.92	c asymm  cl-useful: 5/213/39033 lits-rem:5 time: 0.33
1864.92/1864.93	c calculated reachability. Time: 0.00
1864.92/1864.93	c  N dy 45664  10219550       150     39033         0    238105    317139   3426346     12.50   no data
1871.23/1871.24	c  N dy 45735  10239635       150     39033         0    257155    317138   3775675     12.50     14.82
1877.33/1877.39	c  N dy 45818  10259947       150     39033         0    142450    317137   1631430     12.50     13.21
1881.13/1881.17	c  N dy 45899  10280227       150     39033         0    161723    317137   1989251     12.50     13.29
1885.45/1885.48	c  N dy 46010  10301200       150     39033         0    181775    317137   2373617     12.50     13.45
1890.03/1890.01	c  N dy 46090  10321271       150     39033         0    200959    317136   2738289     12.50     13.92
1895.35/1895.37	c  N dy 46200  10341288       150     39033         0    220013    317135   3099941     12.50     13.19
1901.13/1901.18	c  N dy 46313  10361334       150     39033         0    239187    317134   3464015     12.50     13.87
1907.63/1907.63	c  N dy 46415  10381592       150     39033         0    258599    317134   3836524     12.50     13.19
1914.13/1914.14	c  N dy 46495  10401617       150     39033         0    142189    317132   1606415     12.50     13.36
1917.83/1917.80	c  N dy 46601  10421636       150     39033         0    161330    317132   1970604     12.50     14.16
1922.03/1922.07	c  N dy 46682  10443320       150     39033         0    181981    317132   2365044     12.50     13.17
1926.93/1926.91	c  N dy 46806  10463336       150     39033         0    201161    317132   2738620     12.50     14.25
1932.03/1932.09	c  N dy 46890  10483422       150     39033         0    220379    317131   3107478     12.50     13.25
1937.63/1937.65	c  N dy 46976  10503925       150     39033         0    239902    317130   3474569     12.50     13.25
1943.64/1943.63	c  N dy 47063  10524090       150     39033         0    259170    317130   3850852     12.50     13.18
1950.35/1950.34	c  N dy 47144  10544102       150     39033         0    141705    317129   1587476     12.50     13.17
1954.23/1954.21	c  N dy 47227  10565599       150     39033         0    162094    317129   1967013     12.50     13.25
1958.43/1958.48	c  N dy 47339  10585643       150     39033         0    181204    317129   2332134     12.50     13.19
1963.13/1963.10	c  N dy 47419  10605852       150     39033         0    200323    317128   2691601     12.50     13.20
1968.23/1968.21	c  N dy 47523  10625913       150     39033         0    219508    317128   3061928     12.51     15.07
1973.83/1973.83	c  N dy 47613  10645929       150     39033         0    238551    317128   3426617     12.51     14.87
1979.94/1979.97	c  N dy 47696  10667032       150     39033         0    258568    317128   3803606     12.51     13.21
1987.54/1987.55	c  N dy 47813  10687104       150     39033         0    140373    317128   1557358     12.51     15.81
1991.63/1991.61	c  N dy 47907  10709938       150     39033         0    162103    317127   1962994     12.51     13.17
1993.63/1993.63	c  S st 47962  10719550       150     39033         0    171295    317127   2144081     12.51   no data
1993.93/1993.94	c  S st 47962  10720052       150     39033         0    171778    317126   2152106     12.51   no data
1993.93/1993.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1994.03/1994.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.6M T:  0.08
1994.03/1994.04	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1994.03/1994.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1994.03/1994.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1994.03/1994.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
1994.03/1994.04	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1994.03/1994.08	c lits-rem:        19  cl-subs:       19  v-elim:      0  v-fix:    0  time:  0.04 s
1994.13/1994.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2002.53/2002.56	c lits-rem:      8796  cl-subs:     4349  v-elim:      0  v-fix:    0  time:  8.42 s
2002.53/2002.56	c vivif2 --  cl tried    39009 cl shrink        0 lits rem          0 time: 0.00
2002.53/2002.59	c vivif2 --  cl tried   167434 cl shrink        0 lits rem          0 time: 0.03
2002.83/2002.87	c asymm  cl-useful: 8/291/39009 lits-rem:8 time: 0.28
2002.83/2002.88	c calculated reachability. Time: 0.00
2002.83/2002.88	c  N dy 47962  10720052       150     39009         0    167434    316874   2068406     12.51   no data
2007.23/2007.28	c  N dy 48058  10740096       150     39009         0    186569    316874   2434616     12.51     13.20
2011.95/2011.95	c  N dy 48154  10760194       150     39009         0    205709    316874   2798157     12.51     13.29
2017.44/2017.45	c  N dy 48258  10780260       150     39009         0    224804    316873   3161081     12.51     15.75
2023.95/2023.95	c  N dy 48369  10803822       150     39009         0    247314    316872   3599794     12.51     13.24
2030.33/2030.35	c  N dy 48475  10824289       150     39009         0    266768    316872   3966438     12.51     13.18
2036.93/2036.98	c  N dy 48580  10846025       150     39009         0    149262    316872   1720078     12.51     13.25
2040.63/2040.66	c  N dy 48656  10866243       150     39009         0    168627    316872   2098179     12.51     13.51
2044.95/2044.95	c  N dy 48746  10886285       150     39009         0    187681    316872   2454378     12.51     13.36
2049.93/2049.97	c  N dy 48851  10906883       150     39009         0    207309    316871   2822216     12.51     13.26
2055.43/2055.48	c  N dy 48971  10926972       150     39009         0    226534    316871   3187597     12.51     14.08
2061.23/2061.21	c  N dy 49057  10947293       150     39009         0    245892    316871   3555204     12.51     13.20
2067.33/2067.36	c  N dy 49146  10968242       150     39009         0    265876    316871   3940090     12.51     13.19
2073.94/2073.96	c  N dy 49215  10988310       150     39009         0    145661    316871   1640015     12.51     13.34
2077.54/2077.56	c  N dy 49274  11008471       150     39009         0    164852    316871   1999791     12.51     13.26
2081.34/2081.37	c  N dy 49336  11028496       150     39009         0    183846    316871   2351010     12.51     13.21
2086.64/2086.67	c  N dy 49457  11049809       150     39009         0    204143    316871   2736081     12.51     13.24
2091.83/2091.82	c  N dy 49565  11069857       150     39009         0    223291    316871   3103482     12.51     13.25
2097.53/2097.56	c  N dy 49688  11089904       150     39009         0    242480    316871   3475467     12.51     15.67
2103.83/2103.80	c  N dy 49780  11109953       150     39009         0    261598    316870   3842824     12.51     14.26
2111.94/2111.95	c  N dy 49904  11130032       150     39009         0    140478    316870   1532998     12.52     14.05
2115.63/2115.62	c  N dy 49994  11150643       150     39009         0    160172    316870   1906382     12.52     13.56
2119.75/2119.72	c  N dy 50065  11171862       150     39009         0    180301    316870   2279378     12.51     13.23
2126.43/2126.42	c  N dy 50152  11201859       150     39009         0    208827    316867   2803755     12.51     13.25
2131.23/2131.28	c  S st 50233  11220052       150     39009         0    226183    316867   3134733     12.51     12.63
2131.74/2131.74	c  S st 50233  11220557       150     39009         0    226656    316867   3143022     12.51   no data
2131.74/2131.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2131.85/2131.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.2M T:  0.11
2131.85/2131.87	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2131.85/2131.87	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2131.85/2131.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2131.85/2131.87	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
2131.85/2131.87	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2131.93/2131.92	c lits-rem:         9  cl-subs:       15  v-elim:      0  v-fix:    0  time:  0.05 s
2132.03/2132.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2151.43/2151.44	c lits-rem:     19744  cl-subs:    11705  v-elim:      0  v-fix:    0  time: 19.43 s
2151.43/2151.44	c vivif2 --  cl tried    38983 cl shrink        0 lits rem          0 time: 0.00
2151.43/2151.48	c vivif2 --  cl tried   214962 cl shrink        0 lits rem          0 time: 0.04
2151.83/2151.80	c asymm  cl-useful: 6/220/38983 lits-rem:6 time: 0.31
2151.83/2151.81	c calculated reachability. Time: 0.00
2151.83/2151.81	c  N dy 50233  11220557       150     38983         0    214962    316611   2919912     12.51   no data
2157.33/2157.35	c  N dy 50335  11240852       150     38983         0    234309    316611   3291038     12.51     13.21
2163.04/2163.05	c  N dy 50403  11261229       150     38983         0    253710    316611   3662465     12.51     13.34
2169.54/2169.58	c  N dy 50507  11281262       150     38983         0    272871    316611   4034392     12.51     16.40
2176.14/2176.11	c  N dy 50620  11301333       150     38983         0    151090    316611   1727619     12.51     13.95
2179.83/2179.86	c  N dy 50694  11323054       150     38983         0    171772    316610   2120699     12.51     13.21
2184.54/2184.55	c  N dy 50814  11343700       150     38983         0    191493    316610   2502521     12.51     13.24
2189.33/2189.37	c  N dy 50918  11363732       150     38983         0    210698    316610   2875130     12.52     13.18
2195.65/2195.62	c  N dy 51024  11386525       150     38983         0    232367    316610   3287585     12.52     13.20
2201.64/2201.66	c  N dy 51130  11406640       150     38983         0    251541    316610   3654851     12.52     13.19
2208.44/2208.45	c  N dy 51235  11426684       150     38983         0    270656    316610   4020728     12.52     13.42
2215.64/2215.63	c  N dy 51304  11447796       150     38983         0    148626    316608   1663239     12.52     13.29
2219.24/2219.26	c  N dy 51366  11467881       150     38983         0    167781    316608   2021691     12.52     13.18
2223.64/2223.66	c  N dy 51476  11487960       150     38983         0    187029    316608   2390150     12.52     15.12
2228.74/2228.76	c  N dy 51559  11508043       150     38983         0    206102    316608   2752872     12.52     13.41
2233.34/2233.38	c  N dy 51589  11528138       150     38983         0    225050    316607   3097181     12.51     13.21
2238.83/2238.82	c  N dy 51636  11548385       150     38983         0    244096    316606   3438637     12.51     13.28
2245.53/2245.55	c  N dy 51753  11568481       150     38983         0    263258    316606   3808967     12.51     13.23
2252.04/2252.08	c  N dy 51846  11588541       150     38983         0    282250    316604   4165937     12.51     15.15
2257.74/2257.75	c  N dy 51951  11608768       150     38983         0    158649    316604   1846422     12.51     13.18
2261.94/2261.91	c  N dy 52031  11628951       150     38983         0    177937    316604   2210347     12.51     13.20
2266.44/2266.44	c  N dy 52141  11649076       150     38983         0    197093    316604   2583742     12.52     13.18
2271.84/2271.80	c  N dy 52245  11669361       150     38983         0    216444    316603   2954785     12.52     13.27
2277.44/2277.43	c  N dy 52336  11689455       150     38983         0    235611    316603   3318597     12.52     14.80
2283.74/2283.76	c  N dy 52434  11710006       150     38983         0    255232    316603   3698171     12.52     13.32
2287.14/2287.19	c  S st 52496  11720558       150     38983         0    265300    316603   3890588     12.52     12.51
2287.64/2287.69	c  S st 52496  11721064       150     38983         0    265790    316603   3898846     12.52   no data
2287.74/2287.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2287.84/2287.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.6M T:  0.13
2287.84/2287.85	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2287.84/2287.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2287.84/2287.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2287.84/2287.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
2287.84/2287.85	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2287.95/2287.91	c lits-rem:        16  cl-subs:        6  v-elim:      0  v-fix:    0  time:  0.06 s
2287.95/2288.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2320.44/2320.43	c lits-rem:     26553  cl-subs:    13869  v-elim:      0  v-fix:    0  time: 32.42 s
2320.44/2320.44	c vivif2 --  cl tried    38973 cl shrink        0 lits rem          0 time: 0.01
2320.44/2320.49	c vivif2 --  cl tried   251925 cl shrink        0 lits rem          0 time: 0.05
2320.84/2320.82	c asymm  cl-useful: 3/204/38973 lits-rem:3 time: 0.33
2320.84/2320.83	c calculated reachability. Time: 0.00
2320.84/2320.83	c  N dy 52496  11721064       150     38973         0    251925    316463   3619483     12.52   no data
2327.65/2327.66	c  N dy 52608  11741084       150     38973         0    271057    316462   3987325     12.52     14.57
2335.25/2335.30	c  N dy 52661  11761894       150     38973         0    147169    316460   1618744     12.52     13.21
2338.94/2338.92	c  N dy 52727  11781914       150     38973         0    166215    316459   1982282     12.52     13.22
2343.44/2343.47	c  N dy 52797  11803642       150     38973         0    186776    316459   2354945     12.51     13.30
2348.24/2348.21	c  N dy 52896  11823752       150     38973         0    205975    316459   2724384     12.51     13.34
2353.54/2353.59	c  N dy 52999  11843799       150     38973         0    225121    316459   3092467     12.52     13.30
2359.45/2359.48	c  N dy 53117  11864318       150     38973         0    244761    316459   3474394     12.52     13.20
2365.05/2365.07	c  N dy 53179  11884635       150     38973         0    264028    316459   3832042     12.52     13.18
2372.34/2372.36	c  N dy 53283  11904766       150     38973         0    283256    316459   4198206     12.52     13.18
2378.34/2378.37	c  N dy 53352  11924779       150     38973         0    157515    316459   1803565     12.52     13.19
2382.44/2382.48	c  N dy 53433  11945438       150     38973         0    177179    316458   2171367     12.52     13.29
2386.95/2386.92	c  N dy 53537  11965476       150     38973         0    196325    316458   2544019     12.52     13.24
2392.04/2392.06	c  N dy 53635  11986502       150     38973         0    216407    316458   2933606     12.52     13.25
2398.24/2398.20	c  N dy 53757  12006939       150     38973         0    235913    316458   3305944     12.52     13.23
2404.24/2404.26	c  N dy 53837  12026996       150     38973         0    254987    316458   3669987     12.52     14.62
2411.15/2411.14	c  N dy 53953  12047003       150     38973         0    274103    316457   4038948     12.52     13.26
2418.34/2418.37	c  N dy 54017  12067488       150     38973         0    147649    316457   1612227     12.52     13.24
2422.25/2422.24	c  N dy 54109  12087549       150     38973         0    166807    316457   1981406     12.52     13.69
2426.34/2426.38	c  N dy 54205  12108062       150     38973         0    186416    316457   2356130     12.52     13.25
2430.84/2430.83	c  N dy 54276  12128532       150     38973         0    205845    316456   2727154     12.52     13.21
2436.34/2436.32	c  N dy 54380  12148923       150     38973         0    225248    316456   3096071     12.52     13.18
2442.06/2442.05	c  N dy 54466  12169253       150     38973         0    244575    316456   3460075     12.52     13.26
2448.65/2448.63	c  N dy 54579  12189340       150     38973         0    263783    316455   3832013     12.52     13.54
2455.94/2455.90	c  N dy 54674  12210963       150     38973         0    284443    316454   4228684     12.52     13.20
2460.84/2460.87	c  S st 54735  12221064       150     38973         0    147171    316454   1596039     12.52   no data
2461.04/2461.10	c  S st 54735  12221566       150     38973         0    147665    316454   1604672     12.52   no data
2461.14/2461.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2461.14/2461.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.2M T:  0.06
2461.14/2461.18	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2461.14/2461.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2461.14/2461.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2461.14/2461.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
2461.14/2461.18	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2461.24/2461.22	c lits-rem:       160  cl-subs:      102  v-elim:      0  v-fix:    0  time:  0.04 s
2461.24/2461.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2464.24/2464.22	c lits-rem:      4284  cl-subs:      881  v-elim:      0  v-fix:    0  time:  2.95 s
2464.24/2464.22	c vivif2 --  cl tried    38856 cl shrink        0 lits rem          0 time: 0.00
2464.24/2464.24	c vivif2 --  cl tried   146799 cl shrink        0 lits rem          0 time: 0.02
2464.54/2464.51	c asymm  cl-useful: 9/333/38856 lits-rem:9 time: 0.26
2464.54/2464.51	c calculated reachability. Time: 0.00
2464.54/2464.51	c  N dy 54735  12221566       150     38856         0    146799    315312   1591780     12.52   no data
2468.94/2468.93	c  N dy 54824  12246351       150     38856         0    170358    315312   2028081     12.52     13.34
2473.14/2473.17	c  N dy 54916  12266446       150     38856         0    189545    315312   2393164     12.52     13.94
2477.74/2477.76	c  N dy 55006  12286503       150     38856         0    208756    315311   2762906     12.52     13.24
2483.05/2483.07	c  N dy 55093  12306736       150     38856         0    228041    315310   3127875     12.52     13.32
2489.14/2489.10	c  N dy 55205  12326756       150     38856         0    247154    315309   3496343     12.52     13.23
2495.54/2495.50	c  N dy 55303  12346789       150     38856         0    266298    315309   3861479     12.52     13.94
2502.45/2502.41	c  N dy 55423  12366825       150     38856         0    285452    315309   4235970     12.52     16.13
2509.15/2509.17	c  N dy 55521  12387018       150     38856         0    156721    315309   1765765     12.52     13.30
2513.24/2513.24	c  N dy 55596  12407664       150     38856         0    176390    315308   2131799     12.52     13.24
2517.85/2517.81	c  N dy 55690  12427816       150     38856         0    195550    315308   2488094     12.52     13.28
2522.84/2522.89	c  N dy 55787  12447979       150     38856         0    214798    315308   2858839     12.52     13.22
2528.44/2528.44	c  N dy 55881  12468016       150     38856         0    233927    315307   3231806     12.52     14.90
2534.36/2534.40	c  N dy 55974  12488101       150     38856         0    253045    315307   3600602     12.52     16.64
2542.05/2542.09	c  N dy 56071  12512344       150     38856         0    275988    315307   4030441     12.52     13.21
2549.14/2549.13	c  N dy 56161  12532429       150     38856         0    295047    315306   4393667     12.52     14.72
2554.74/2554.78	c  N dy 56251  12552467       150     38856         0    165320    315306   1924744     12.52     13.26
2558.66/2558.62	c  N dy 56313  12572535       150     38856         0    184397    315306   2284521     12.52     14.18
2562.84/2562.86	c  N dy 56360  12592597       150     38856         0    203360    315300   2620201     12.52     16.88
2568.04/2568.02	c  N dy 56472  12612928       150     38856         0    222751    315300   2995049     12.52     13.21
2573.95/2573.93	c  N dy 56570  12633122       150     38856         0    241906    315299   3359442     12.52     13.39
2580.14/2580.18	c  N dy 56681  12653194       150     38856         0    261097    315299   3729988     12.52     13.32
2587.35/2587.40	c  N dy 56775  12675720       150     38856         0    282498    315299   4138779     12.52     13.24
2595.74/2595.76	c  N dy 56859  12695838       150     38856         0    152062    315298   1665176     12.52     13.22
2599.95/2599.94	c  N dy 56952  12717095       150     38856         0    172292    315297   2045203     12.52     13.36
2600.85/2600.87	c  S st 56978  12721568       150     38856         0    176597    315297   2128632     12.52     12.65
2601.15/2601.16	c  S st 56978  12722069       150     38856         0    177083    315297   2137235     12.52   no data
2601.15/2601.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2601.25/2601.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.7M T:  0.08
2601.25/2601.27	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2601.25/2601.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2601.25/2601.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2601.25/2601.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
2601.25/2601.27	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2601.35/2601.31	c lits-rem:       133  cl-subs:      106  v-elim:      0  v-fix:    0  time:  0.04 s
2601.35/2601.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2608.75/2608.75	c lits-rem:      8313  cl-subs:     3823  v-elim:      0  v-fix:    0  time:  7.37 s
2608.75/2608.75	c vivif2 --  cl tried    38738 cl shrink        0 lits rem          0 time: 0.00
2608.75/2608.78	c vivif2 --  cl tried   173272 cl shrink        0 lits rem          0 time: 0.03
2609.05/2609.06	c asymm  cl-useful: 11/297/38738 lits-rem:11 time: 0.28
2609.05/2609.07	c calculated reachability. Time: 0.00
2609.05/2609.07	c  N dy 56978  12722069       150     38738         0    173272    314227   2065017     12.52   no data
2613.56/2613.59	c  N dy 57081  12742169       150     38738         0    192522    314227   2437451     12.52     13.47
2618.44/2618.46	c  N dy 57154  12762181       150     38738         0    211591    314227   2803095     12.52     13.81
2623.64/2623.65	c  N dy 57230  12782729       150     38738         0    231069    314227   3160960     12.52     13.28
2629.54/2629.51	c  N dy 57300  12802911       150     38738         0    250186    314227   3510884     12.52     13.23
2636.34/2636.38	c  N dy 57407  12823267       150     38738         0    269678    314226   3897453     12.52     13.19
2644.05/2644.05	c  N dy 57491  12844703       150     38738         0    290109    314226   4283724     12.52     13.22
2651.14/2651.18	c  N dy 57579  12864716       150     38738         0    158552    314226   1775702     12.52     13.53
2655.54/2655.56	c  N dy 57666  12885057       150     38738         0    177942    314226   2144795     12.52     13.29
2659.94/2659.90	c  N dy 57766  12905071       150     38738         0    197083    314226   2514945     12.52     13.26
2665.26/2665.27	c  N dy 57893  12925197       150     38738         0    216336    314226   2894849     12.52     13.20
2670.45/2670.44	c  N dy 57976  12945245       150     38738         0    235453    314225   3261328     12.52     14.91
2676.55/2676.55	c  N dy 58079  12965335       150     38738         0    254543    314224   3621268     12.53     14.45
2683.55/2683.56	c  N dy 58170  12986441       150     38738         0    274687    314224   4015561     12.53     13.26
2690.34/2690.34	c  N dy 58241  13006563       150     38738         0    293731    314224   4369136     12.52     13.24
2697.65/2697.66	c  N dy 58377  13026670       150     38738         0    161335    314224   1826660     12.53     13.30
2701.66/2701.67	c  N dy 58474  13046699       150     38738         0    180480    314224   2198144     12.53     13.46
2706.14/2706.13	c  N dy 58500  13067202       150     38738         0    199729    314224   2533683     12.52     13.21
2711.24/2711.25	c  N dy 58604  13087208       150     38738         0    218643    314223   2884839     12.53     13.27
2717.06/2717.08	c  N dy 58692  13107440       150     38738         0    237969    314223   3260874     12.53     13.19
2723.56/2723.55	c  N dy 58789  13127496       150     38738         0    257057    314223   3624015     12.53     15.49
2724.35/2724.39	c  F st 58796  13130469       150     38738         0    259881    314223   3676837     12.53     10.29
2730.05/2730.06	c  N dy 58843  13147903       150     38738         0    276396    314223   3993041     12.53     13.20
2737.15/2737.18	c  N dy 58934  13167912       150     38738         0    295470    314223   4356942     12.53     13.20
2744.57/2744.56	c  N dy 59011  13187977       150     38738         0    162123    314223   1823939     12.53     15.10
2748.86/2748.83	c  N dy 59098  13208405       150     38738         0    181629    314223   2204736     12.53     13.40
2752.05/2752.07	c  S st 59165  13222069       150     38738         0    194730    314222   2458866     12.53     11.94
2752.45/2752.41	c  S st 59165  13222570       150     38738         0    195216    314222   2468017     12.53   no data
2752.45/2752.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2752.55/2752.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.9M T:  0.09
2752.55/2752.52	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2752.55/2752.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2752.55/2752.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2752.55/2752.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
2752.55/2752.52	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2752.55/2752.57	c lits-rem:        10  cl-subs:        3  v-elim:      0  v-fix:    0  time:  0.04 s
2752.65/2752.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2762.75/2762.72	c lits-rem:     11131  cl-subs:     4524  v-elim:      0  v-fix:    0  time: 10.08 s
2762.75/2762.73	c vivif2 --  cl tried    38735 cl shrink        0 lits rem          0 time: 0.00
2762.75/2762.76	c vivif2 --  cl tried   190692 cl shrink        0 lits rem          0 time: 0.03
2763.05/2763.06	c asymm  cl-useful: 4/248/38735 lits-rem:4 time: 0.30
2763.05/2763.07	c calculated reachability. Time: 0.00
2763.05/2763.07	c  N dy 59165  13222570       150     38735         0    190692    314157   2376187     12.53   no data
2767.95/2767.96	c  N dy 59261  13242707       150     38735         0    209923    314157   2742070     12.53     13.22
2772.85/2772.81	c  N dy 59329  13262743       150     38735         0    229025    314157   3112433     12.53     13.56
2778.84/2778.87	c  N dy 59459  13282755       150     38735         0    248154    314156   3487094     12.53     13.23
2785.34/2785.32	c  N dy 59555  13303789       150     38735         0    268263    314156   3880730     12.53     13.19
2792.15/2792.14	c  N dy 59640  13323808       150     38735         0    287269    314156   4237952     12.53     13.19
2799.75/2799.72	c  N dy 59750  13343955       150     38735         0    306511    314155   4612425     12.53     13.23
2805.14/2805.17	c  N dy 59840  13364019       150     38735         0    172144    314155   2008030     12.53     15.30
2809.46/2809.49	c  N dy 59907  13384054       150     38735         0    191171    314155   2369777     12.53     13.41
2814.54/2814.50	c  N dy 60001  13404175       150     38735         0    210353    314155   2733732     12.53     13.22
2820.05/2820.01	c  N dy 60081  13426845       150     38735         0    231919    314149   3147816     12.53     13.20
2826.05/2826.09	c  N dy 60160  13446985       150     38735         0    251116    314148   3519950     12.53     13.23
2832.57/2832.57	c  N dy 60240  13467062       150     38735         0    270259    314148   3883772     12.53     13.94
2839.45/2839.47	c  N dy 60348  13487104       150     38735         0    289431    314148   4253730     12.53     13.81
2847.15/2847.18	c  N dy 60449  13507538       150     38735         0    308904    314148   4634018     12.53     13.57
2852.65/2852.61	c  N dy 60559  13527562       150     38735         0    173575    314147   2031226     12.53     13.27
2857.45/2857.49	c  N dy 60662  13549063       150     38735         0    194051    314147   2417160     12.53     13.24
2862.45/2862.43	c  N dy 60752  13569077       150     38735         0    213096    314147   2776839     12.53     15.69
2868.25/2868.24	c  N dy 60854  13589163       150     38735         0    232295    314147   3142444     12.53     13.19
2874.37/2874.39	c  N dy 60948  13609378       150     38735         0    251484    314147   3505603     12.53     13.37
2880.75/2880.77	c  N dy 61054  13629413       150     38735         0    270541    314145   3863844     12.53     14.08
2887.46/2887.49	c  N dy 61147  13649452       150     38735         0    289468    314145   4217152     12.53     13.99
2895.16/2895.12	c  N dy 61229  13669459       150     38735         0    308542    314145   4587841     12.53     17.85
2901.25/2901.22	c  N dy 61301  13689789       150     38735         0    172444    314144   1997127     12.53     13.27
2905.75/2905.74	c  N dy 61409  13709829       150     38735         0    191611    314144   2364648     12.53     14.25
2908.75/2908.77	c  S st 61465  13722570       150     38735         0    203721    314144   2591156     12.53   no data
2909.15/2909.12	c  S st 61465  13723070       150     38735         0    204207    314144   2599385     12.53   no data
2909.15/2909.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2909.25/2909.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.9M T:  0.09
2909.25/2909.24	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2909.25/2909.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2909.25/2909.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2909.25/2909.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
2909.25/2909.24	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2909.25/2909.29	c lits-rem:       152  cl-subs:      107  v-elim:      0  v-fix:    0  time:  0.05 s
2909.35/2909.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2921.05/2921.04	c lits-rem:     15587  cl-subs:     6247  v-elim:      0  v-fix:    0  time: 11.68 s
2921.05/2921.05	c vivif2 --  cl tried    38550 cl shrink        0 lits rem          0 time: 0.00
2921.05/2921.08	c vivif2 --  cl tried   198038 cl shrink        0 lits rem          0 time: 0.03
2921.35/2921.38	c asymm  cl-useful: 6/256/38550 lits-rem:6 time: 0.30
2921.35/2921.39	c calculated reachability. Time: 0.00
2921.35/2921.39	c  N dy 61465  13723070       150     38550         0    198038    312464   2477310     12.53   no data
2926.55/2926.54	c  N dy 61559  13743643       150     38550         0    217649    312464   2855744     12.53     13.72
2932.35/2932.38	c  N dy 61652  13763684       150     38550         0    236765    312463   3225383     12.53     13.67
2939.35/2939.36	c  N dy 61722  13787213       150     38550         0    259060    312463   3652968     12.53     13.20
2945.95/2945.93	c  N dy 61806  13808189       150     38550         0    279117    312462   4041644     12.53     13.25
2953.15/2953.18	c  N dy 61903  13828287       150     38550         0    298299    312462   4408112     12.53     13.31
2961.36/2961.39	c  N dy 62001  13848347       150     38550         0    161040    312462   1768809     12.53     14.68
2965.67/2965.64	c  N dy 62100  13868895       150     38550         0    180601    312462   2135229     12.53     13.22
2970.35/2970.35	c  N dy 62175  13889265       150     38550         0    199891    312462   2493218     12.53     13.26
2975.35/2975.31	c  N dy 62283  13909347       150     38550         0    219061    312462   2865143     12.53     13.70
2981.25/2981.23	c  N dy 62396  13930591       150     38550         0    239336    312461   3257326     12.53     13.37
2987.56/2987.52	c  N dy 62492  13950847       150     38550         0    258687    312461   3632283     12.53     13.24
2994.95/2994.96	c  N dy 62589  13971668       150     38550         0    278607    312461   4017837     12.53     13.34
3002.15/3002.18	c  N dy 62685  13992417       150     38550         0    298390    312460   4400126     12.53     13.24
3010.05/3010.08	c  N dy 62769  14012458       150     38550         0    160134    312459   1748353     12.53     14.62
3014.55/3014.51	c  N dy 62865  14032980       150     38550         0    179686    312459   2116840     12.53     13.29
3019.06/3019.03	c  N dy 62891  14053806       150     38550         0    199029    312459   2436390     12.53     13.25
3023.76/3023.75	c  N dy 62974  14073870       150     38550         0    218156    312459   2804401     12.53     13.22
3029.26/3029.22	c  N dy 63093  14093930       150     38550         0    237368    312459   3182353     12.53     13.26
3035.15/3035.12	c  N dy 63162  14114213       150     38550         0    256698    312459   3543550     12.53     13.21
3041.16/3041.10	c  N dy 63232  14134860       150     38550         0    276326    312459   3917236     12.53     13.20
3048.46/3048.43	c  N dy 63319  14154970       150     38550         0    295464    312458   4285348     12.53     13.20
3056.66/3056.64	c  N dy 63438  14175771       150     38550         0    315390    312457   4672974     12.53     13.37
3062.65/3062.61	c  N dy 63570  14195863       150     38550         0    176610    312457   2063053     12.53     14.02
3067.25/3067.22	c  N dy 63653  14216677       150     38550         0    196462    312456   2435718     12.53     13.25
3068.85/3068.83	c  S st 63687  14223070       150     38550         0    202582    312456   2553980     12.53     10.91
3069.15/3069.18	c  S st 63687  14223576       150     38550         0    203070    312456   2562407     12.53   no data
3069.25/3069.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3069.25/3069.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.0M T:  0.09
3069.35/3069.30	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3069.35/3069.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3069.35/3069.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3069.35/3069.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
3069.35/3069.30	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3069.35/3069.35	c lits-rem:        11  cl-subs:       17  v-elim:      0  v-fix:    0  time:  0.05 s
3069.45/3069.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3080.55/3080.53	c lits-rem:     14680  cl-subs:     5400  v-elim:      0  v-fix:    0  time: 11.11 s
3080.55/3080.54	c vivif2 --  cl tried    38529 cl shrink        0 lits rem          0 time: 0.00
3080.55/3080.57	c vivif2 --  cl tried   197674 cl shrink        0 lits rem          0 time: 0.03
3080.85/3080.87	c asymm  cl-useful: 8/268/38529 lits-rem:8 time: 0.30
3080.85/3080.88	c calculated reachability. Time: 0.00
3080.85/3080.88	c  N dy 63687  14223576       150     38529         0    197674    312212   2451676     12.53   no data
3086.05/3086.09	c  N dy 63772  14243640       150     38529         0    216752    312212   2815334     12.53     13.81
3092.25/3092.23	c  N dy 63858  14266406       150     38529         0    238333    312212   3219867     12.53     13.23
3098.45/3098.43	c  N dy 63952  14286458       150     38529         0    257447    312210   3588977     12.53     14.04
3104.56/3104.53	c  N dy 64026  14306459       150     38529         0    276514    312210   3957187     12.53     13.31
3111.55/3111.56	c  N dy 64128  14326543       150     38529         0    295793    312209   4332136     12.53     13.99
3119.25/3119.20	c  N dy 64208  14346646       150     38529         0    314959    312209   4702756     12.53     13.31
3125.56/3125.50	c  N dy 64298  14366660       150     38529         0    174877    312209   2014695     12.53     13.28
3129.96/3129.98	c  N dy 64387  14387136       150     38529         0    194441    312209   2395029     12.53     13.26
3134.96/3134.91	c  N dy 64487  14407288       150     38529         0    213633    312209   2760989     12.53     13.22
3140.46/3140.43	c  N dy 64590  14427441       150     38529         0    232872    312209   3128574     12.54     13.25
3146.76/3146.72	c  N dy 64690  14447540       150     38529         0    251989    312209   3492313     12.54     14.99
3153.77/3153.75	c  N dy 64809  14468477       150     38529         0    272083    312209   3889091     12.54     13.30
3160.56/3160.54	c  N dy 64886  14488865       150     38529         0    291504    312208   4256208     12.54     13.36
3168.85/3168.89	c  N dy 65024  14508890       150     38529         0    310609    312208   4630565     12.54     13.28
3176.46/3176.48	c  N dy 65109  14529167       150     38529         0    169610    312208   1887948     12.54     13.24
3181.05/3181.03	c  N dy 65195  14549174       150     38529         0    188719    312207   2253358     12.54     13.99
3186.45/3186.49	c  N dy 65264  14573755       150     38529         0    212132    312206   2698488     12.54     13.20
3191.65/3191.66	c  N dy 65357  14594400       150     38529         0    231759    312206   3064695     12.54     13.69
3197.67/3197.66	c  N dy 65465  14614440       150     38529         0    250937    312206   3441865     12.54     14.35
3204.16/3204.19	c  N dy 65567  14634662       150     38529         0    270262    312204   3815298     12.54     13.25
3210.76/3210.72	c  N dy 65633  14654890       150     38529         0    289495    312204   4179953     12.54     13.21
3218.35/3218.39	c  N dy 65746  14675043       150     38529         0    308701    312204   4556354     12.54     13.35
3226.55/3226.59	c  N dy 65827  14695390       150     38529         0    166832    312204   1838396     12.54     13.20
3230.95/3230.99	c  N dy 65916  14715400       150     38529         0    185934    312204   2206347     12.54     16.46
3232.65/3232.66	c  S st 65937  14723576       150     38529         0    193675    312204   2355523     12.54      9.67
3232.97/3232.99	c  S st 65937  14724078       150     38529         0    194156    312204   2364393     12.54   no data
3233.05/3233.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3233.05/3233.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.8M T:  0.09
3233.15/3233.10	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3233.15/3233.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3233.15/3233.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3233.15/3233.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
3233.15/3233.10	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3233.15/3233.14	c lits-rem:        16  cl-subs:       12  v-elim:      0  v-fix:    0  time:  0.05 s
3233.25/3233.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3241.77/3241.75	c lits-rem:      8944  cl-subs:     3792  v-elim:      0  v-fix:    0  time:  8.54 s
3241.77/3241.76	c vivif2 --  cl tried    38513 cl shrink        0 lits rem          0 time: 0.00
3241.77/3241.79	c vivif2 --  cl tried   190368 cl shrink        0 lits rem          0 time: 0.03
3242.05/3242.08	c asymm  cl-useful: 7/270/38513 lits-rem:7 time: 0.29
3242.05/3242.09	c calculated reachability. Time: 0.00
3242.05/3242.09	c  N dy 65937  14724078       150     38513         0    190368    312029   2288286     12.54   no data
3246.86/3246.81	c  N dy 66021  14744143       150     38513         0    209556    312028   2653713     12.54     16.08
3252.36/3252.39	c  N dy 66137  14764278       150     38513         0    228856    312028   3032629     12.54     13.22
3258.36/3258.32	c  N dy 66228  14784301       150     38513         0    247887    312028   3391641     12.54     13.37
3264.87/3264.89	c  N dy 66332  14804328       150     38513         0    266964    312028   3760092     12.54     14.92
3272.96/3272.93	c  N dy 66443  14827053       150     38513         0    288587    312028   4174572     12.54     13.24
3281.16/3281.11	c  N dy 66515  14849308       150     38513         0    309620    312025   4559944     12.54     13.20
3289.66/3289.65	c  N dy 66591  14870193       150     38513         0    167460    312025   1843027     12.54     13.27
3294.06/3294.07	c  N dy 66689  14890748       150     38513         0    187165    312024   2227827     12.54     13.22
3299.16/3299.15	c  N dy 66814  14910749       150     38513         0    206305    312024   2595871     12.54     15.69
3304.76/3304.77	c  N dy 66881  14933177       150     38513         0    227517    312024   2988715     12.54     13.37
3310.46/3310.46	c  N dy 66981  14953213       150     38513         0    246660    312024   3360721     12.54     14.33
3316.86/3316.81	c  N dy 67071  14973232       150     38513         0    265743    312024   3725003     12.54     14.73
3324.06/3324.01	c  N dy 67173  14993240       150     38513         0    284906    312024   4103359     12.54     13.20
3331.16/3331.10	c  N dy 67259  15013272       150     38513         0    304010    312024   4469496     12.54     13.26
3338.96/3338.91	c  N dy 67360  15033316       150     38513         0    323186    312024   4851111     12.54     13.26
3345.36/3345.38	c  N dy 67438  15053858       150     38513         0    179523    312023   2067090     12.54     13.24
3350.06/3350.08	c  N dy 67538  15073884       150     38513         0    198647    312023   2436836     12.54     13.25
3354.86/3354.81	c  N dy 67613  15093937       150     38513         0    217786    312023   2801264     12.54     14.67
3360.66/3360.65	c  N dy 67704  15114462       150     38513         0    237336    312022   3178661     12.54     13.37
3367.17/3367.13	c  N dy 67817  15134664       150     38513         0    256630    312022   3554533     12.54     13.24
3374.16/3374.19	c  N dy 67918  15156116       150     38513         0    277072    312022   3950205     12.54     13.32
3380.96/3380.92	c  N dy 67993  15176164       150     38513         0    296271    312022   4324356     12.54     14.41
3389.36/3389.36	c  N dy 68085  15196612       150     38513         0    315723    312022   4697468     12.54     13.22
3398.16/3398.18	c  N dy 68205  15216644       150     38513         0    170614    312022   1889070     12.54     13.24
3399.46/3399.49	c  S st 68241  15224079       150     38513         0    177730    312022   2028387     12.54   no data
3399.76/3399.78	c  S st 68241  15224580       150     38513         0    178189    312022   2036612     12.54   no data
3399.76/3399.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3399.86/3399.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.6M T:  0.08
3399.86/3399.88	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3399.86/3399.88	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3399.86/3399.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3399.86/3399.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
3399.86/3399.88	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3399.96/3399.92	c lits-rem:         4  cl-subs:       13  v-elim:      0  v-fix:    0  time:  0.04 s
3399.96/3399.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3404.06/3404.08	c lits-rem:      3410  cl-subs:     1544  v-elim:      0  v-fix:    0  time:  4.09 s
3404.06/3404.08	c vivif2 --  cl tried    38494 cl shrink        0 lits rem          0 time: 0.00
3404.16/3404.11	c vivif2 --  cl tried   176651 cl shrink        0 lits rem          0 time: 0.03
3404.36/3404.39	c asymm  cl-useful: 7/285/38494 lits-rem:7 time: 0.28
3404.47/3404.41	c calculated reachability. Time: 0.00
3404.47/3404.41	c  N dy 68241  15224580       150     38494         0    176651    311832   2006021     12.54   no data
3408.56/3408.51	c  N dy 68310  15244643       150     38494         0    195772    311832   2373591     12.54     14.94
3413.56/3413.57	c  N dy 68407  15264672       150     38494         0    214812    311831   2730317     12.54     15.93
3418.36/3418.37	c  N dy 68441  15284879       150     38494         0    233903    311831   3074464     12.54     13.22
3424.16/3424.20	c  N dy 68524  15304907       150     38494         0    252885    311831   3428466     12.54     13.25
3430.56/3430.57	c  N dy 68633  15324994       150     38494         0    272065    311831   3801981     12.54     13.67
3437.76/3437.77	c  N dy 68725  15345033       150     38494         0    291171    311831   4174036     12.54     18.28
3445.46/3445.45	c  N dy 68812  15365160       150     38494         0    310317    311831   4542807     12.54     13.24
3453.86/3453.83	c  N dy 68918  15385733       150     38494         0    329999    311831   4931283     12.54     13.21
3459.66/3459.69	c  N dy 69026  15406366       150     38494         0    184720    311831   2155439     12.54     13.29
3464.56/3464.56	c  N dy 69122  15426451       150     38494         0    203872    311831   2521817     12.54     14.25
3469.96/3469.95	c  N dy 69246  15446581       150     38494         0    223093    311831   2891669     12.54     13.24
3475.97/3475.92	c  N dy 69345  15467478       150     38494         0    243093    311830   3275698     12.54     13.21
3482.26/3482.22	c  N dy 69437  15487491       150     38494         0    262180    311830   3645703     12.54     13.23
3488.87/3488.85	c  N dy 69547  15508134       150     38494         0    281850    311830   4022578     12.55     13.25
3496.06/3496.04	c  N dy 69641  15528186       150     38494         0    300965    311829   4395088     12.55     14.58
3503.76/3503.77	c  N dy 69762  15548282       150     38494         0    320171    311829   4769707     12.55     13.55
3512.96/3512.91	c  N dy 69852  15570896       150     38494         0    175570    311826   1963434     12.55     13.23
3517.36/3517.39	c  N dy 69960  15591054       150     38494         0    194941    311826   2338385     12.55     13.21
3522.47/3522.47	c  N dy 70046  15611064       150     38494         0    213986    311826   2700345     12.55     13.23
3528.77/3528.73	c  N dy 70068  15635143       150     38494         0    236349    311823   3074769     12.54     13.24
3534.86/3534.82	c  N dy 70157  15655791       150     38494         0    256053    311822   3461562     12.54     13.43
3541.86/3541.81	c  N dy 70256  15676841       150     38494         0    276121    311822   3846736     12.55     13.24
3549.17/3549.13	c  N dy 70355  15696900       150     38494         0    295226    311822   4216150     12.55     14.48
3556.96/3556.98	c  N dy 70433  15717638       150     38494         0    314900    311822   4590842     12.55     13.32
3559.96/3559.97	c  S st 70461  15724581       150     38494         0    321521    311822   4721004     12.55     11.92
3560.56/3560.58	c  S st 70461  15725087       150     38494         0    322002    311821   4729441     12.55   no data
3560.67/3560.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3560.78/3560.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  4.4M T:  0.16
3560.78/3560.78	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3560.78/3560.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3560.78/3560.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3560.78/3560.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
3560.78/3560.78	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3560.86/3560.85	c lits-rem:        15  cl-subs:        5  v-elim:      0  v-fix:    0  time:  0.07 s
3560.96/3560.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3617.76/3617.80	c lits-rem:     34185  cl-subs:    28753  v-elim:      0  v-fix:    0  time: 56.81 s
3617.76/3617.80	c vivif2 --  cl tried    38348 cl shrink        0 lits rem          0 time: 0.00
3617.87/3617.86	c vivif2 --  cl tried   293390 cl shrink        0 lits rem          0 time: 0.06
3618.26/3618.21	c asymm  cl-useful: 2/243/38348 lits-rem:2 time: 0.35
3618.26/3618.22	c calculated reachability. Time: 0.00
3618.26/3618.22	c  N dy 70461  15725087       150     38348         0    293390    310396   4212588     12.55   no data
3630.08/3630.03	c  N dy 70516  15753221       150     38348         0    319564    310396   4665780     12.54     13.22
3638.36/3638.38	c  N dy 70616  15774689       150     38348         0    174320    310396   1945359     12.54     13.22
3642.97/3642.91	c  N dy 70692  15795431       150     38348         0    194090    310395   2326712     12.54     13.35
3648.27/3648.24	c  N dy 70779  15816045       150     38348         0    213786    310395   2695651     12.54     13.25
3653.97/3653.95	c  N dy 70862  15836904       150     38348         0    233634    310394   3074652     12.54     13.21
3659.87/3659.83	c  N dy 70942  15856919       150     38348         0    252743    310394   3448900     12.54     13.24
3665.86/3665.86	c  N dy 70994  15877249       150     38348         0    271787    310393   3776140     12.54     13.23
3672.76/3672.73	c  N dy 71076  15897665       150     38348         0    291121    310393   4138288     12.54     13.22
3680.58/3680.57	c  N dy 71189  15917717       150     38348         0    310280    310392   4513180     12.54     13.28
3689.48/3689.41	c  N dy 71300  15938043       150     38348         0    329686    310390   4888366     12.54     13.22
3696.17/3696.12	c  N dy 71359  15958063       150     38348         0    181506    310390   2058361     12.54     13.29
3700.77/3700.79	c  N dy 71458  15978210       150     38348         0    200788    310388   2428157     12.54     13.26
3705.98/3705.95	c  N dy 71564  15998221       150     38348         0    219917    310388   2796468     12.54     16.31
3711.86/3711.88	c  N dy 71665  16018319       150     38348         0    239120    310387   3170561     12.54     13.31
3718.46/3718.41	c  N dy 71786  16038553       150     38348         0    258478    310386   3549305     12.54     13.29
3725.27/3725.21	c  N dy 71890  16058624       150     38348         0    277584    310385   3917535     12.55     16.49
3732.47/3732.46	c  N dy 72003  16078631       150     38348         0    296703    310384   4289055     12.55     13.25
3740.37/3740.34	c  N dy 72105  16098722       150     38348         0    315884    310382   4662190     12.55     15.05
3748.67/3748.68	c  N dy 72190  16118741       150     38348         0    334876    310381   5028351     12.55     14.35
3755.38/3755.36	c  N dy 72280  16138813       150     38348         0    185463    310380   2127184     12.55     13.30
3760.27/3760.29	c  N dy 72368  16158875       150     38348         0    204581    310380   2502013     12.55     14.37
3765.27/3765.21	c  N dy 72433  16179327       150     38348         0    223859    310379   2845407     12.55     13.39
3771.07/3771.05	c  N dy 72514  16199473       150     38348         0    243088    310378   3215006     12.55     13.29
3776.87/3776.87	c  N dy 72604  16219480       150     38348         0    262108    310377   3570146     12.55     13.99
3778.77/3778.79	c  S st 72631  16225087       150     38348         0    267439    310375   3673978     12.55   no data
3779.27/3779.27	c  S st 72631  16225589       150     38348         0    267927    310375   3682393     12.55   no data
3779.27/3779.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3779.47/3779.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.6M T:  0.13
3779.47/3779.42	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3779.47/3779.42	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3779.47/3779.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3779.47/3779.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
3779.47/3779.42	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3779.47/3779.49	c lits-rem:       375  cl-subs:      143  v-elim:      0  v-fix:    0  time:  0.07 s
3779.58/3779.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3807.47/3807.42	c lits-rem:     33520  cl-subs:    15489  v-elim:      0  v-fix:    0  time: 27.82 s
3807.47/3807.42	c vivif2 --  cl tried    38135 cl shrink        0 lits rem          0 time: 0.00
3807.47/3807.47	c vivif2 --  cl tried   252508 cl shrink        0 lits rem          0 time: 0.05
3807.87/3807.80	c asymm  cl-useful: 1/219/38135 lits-rem:1 time: 0.33
3807.87/3807.81	c calculated reachability. Time: 0.00
3807.87/3807.81	c  N dy 72631  16225589       150     38135         0    252508    307966   3390317     12.55   no data
3814.07/3814.00	c  N dy 72697  16245767       150     38135         0    271695    307965   3759255     12.55     13.29
3821.57/3821.53	c  N dy 72816  16265849       150     38135         0    290906    307965   4127188     12.55     15.28
3828.57/3828.50	c  N dy 72907  16285920       150     38135         0    310145    307965   4507514     12.55     13.34
3836.47/3836.47	c  N dy 72996  16306260       150     38135         0    329635    307965   4884248     12.55     13.22
3844.27/3844.24	c  N dy 73069  16326274       150     38135         0    179325    307965   1998232     12.55     13.61
3848.57/3848.53	c  N dy 73144  16346349       150     38135         0    198492    307965   2363622     12.55     17.73
3853.77/3853.75	c  N dy 73230  16366778       150     38135         0    217994    307964   2741832     12.55     13.26
3859.47/3859.43	c  N dy 73316  16387031       150     38135         0    237399    307964   3125137     12.55     13.24
3865.67/3865.67	c  N dy 73418  16407053       150     38135         0    256553    307963   3499075     12.55     13.31
3872.37/3872.36	c  N dy 73513  16427069       150     38135         0    275668    307962   3870751     12.55     14.07
3879.68/3879.62	c  N dy 73625  16447501       150     38135         0    295160    307961   4250998     12.55     13.24
3887.58/3887.56	c  N dy 73733  16467506       150     38135         0    314282    307961   4619222     12.55     14.44
3896.18/3896.13	c  N dy 73844  16487509       150     38135         0    333434    307961   4995151     12.55     13.21
3904.47/3904.47	c  N dy 73941  16510361       150     38135         0    184457    307961   2087701     12.55     13.23
3909.28/3909.26	c  N dy 74033  16530817       150     38135         0    204038    307961   2468480     12.55     13.28
3914.57/3914.51	c  N dy 74123  16550954       150     38135         0    223332    307961   2846820     12.55     13.25
3919.97/3919.98	c  N dy 74207  16571540       150     38135         0    242976    307961   3231754     12.55     13.22
3926.37/3926.35	c  N dy 74279  16591575       150     38135         0    262060    307961   3596953     12.55     13.22
3933.17/3933.13	c  N dy 74378  16611581       150     38135         0    281243    307960   3972759     12.55     15.53
3941.87/3941.88	c  N dy 74481  16635099       150     38135         0    303578    307960   4395860     12.55     13.21
3950.47/3950.45	c  N dy 74585  16655173       150     38135         0    322763    307960   4771571     12.55     13.21
3959.17/3959.10	c  N dy 74678  16675486       150     38135         0    342141    307960   5147931     12.55     13.23
3965.77/3965.72	c  N dy 74763  16695518       150     38135         0    189219    307959   2163842     12.55     15.66
3971.27/3971.29	c  N dy 74861  16716348       150     38135         0    209001    307959   2540233     12.55     13.39
3973.78/3973.79	c  S st 74917  16725591       150     38135         0    217900    307958   2715173     12.55   no data
3974.18/3974.19	c  S st 74917  16726093       150     38135         0    218379    307958   2724130     12.55   no data
3974.29/3974.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3974.29/3974.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.2M T:  0.10
3974.39/3974.32	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3974.39/3974.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3974.39/3974.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3974.39/3974.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
3974.39/3974.32	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3974.39/3974.37	c lits-rem:        51  cl-subs:       70  v-elim:      0  v-fix:    0  time:  0.06 s
3974.48/3974.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3986.68/3986.64	c lits-rem:     18602  cl-subs:     9009  v-elim:      0  v-fix:    0  time: 12.18 s
3986.68/3986.64	c vivif2 --  cl tried    37974 cl shrink        0 lits rem          0 time: 0.00
3986.68/3986.68	c vivif2 --  cl tried   209461 cl shrink        0 lits rem          0 time: 0.04
3986.98/3986.98	c asymm  cl-useful: 3/234/37974 lits-rem:3 time: 0.30
3986.98/3986.99	c calculated reachability. Time: 0.00
3986.98/3986.99	c  N dy 74917  16726093       150     37974         0    209461    306418   2564528     12.55   no data
3992.08/3992.01	c  N dy 74977  16746102       150     37974         0    228438    306418   2915992     12.55     14.72
3998.18/3998.17	c  N dy 75073  16767030       150     37974         0    248382    306418   3296397     12.55     13.24
4004.77/4004.75	c  N dy 75162  16787234       150     37974         0    267715    306418   3670413     12.55     13.25
4012.07/4012.06	c  N dy 75287  16807340       150     37974         0    287050    306418   4053593     12.55     13.25
4020.07/4020.00	c  N dy 75380  16827436       150     37974         0    306181    306418   4427102     12.55     13.33
4027.27/4027.27	c  N dy 75422  16847985       150     37974         0    325678    306418   4800699     12.55     13.21
4037.67/4037.60	c  N dy 75517  16868779       150     37974         0    172973    306418   1850362     12.55     13.26
4042.37/4042.33	c  N dy 75650  16888787       150     37974         0    192162    306418   2223376     12.55     16.86
4047.48/4047.46	c  N dy 75759  16908840       150     37974         0    211340    306418   2599469     12.55     15.01
4052.98/4052.98	c  N dy 75838  16928849       150     37974         0    230400    306418   2962095     12.55     13.22
4059.37/4059.36	c  N dy 75907  16948855       150     37974         0    249369    306418   3319384     12.55     14.58
4065.69/4065.66	c  N dy 75986  16969025       150     37974         0    268639    306418   3696225     12.55     13.37
4072.97/4072.92	c  N dy 76117  16989385       150     37974         0    288173    306418   4084445     12.55     13.53
4081.27/4081.20	c  N dy 76207  17011045       150     37974         0    308735    306416   4470066     12.55     13.23
4089.17/4089.18	c  N dy 76303  17031058       150     37974         0    327833    306416   4838658     12.55     13.30
4098.08/4098.04	c  N dy 76378  17051155       150     37974         0    346975    306415   5210663     12.55     14.37
4104.09/4104.06	c  N dy 76452  17071174       150     37974         0    192352    306415   2205132     12.55     15.85
4108.88/4108.83	c  N dy 76554  17091235       150     37974         0    211537    306415   2577957     12.55     13.27
4114.38/4114.33	c  N dy 76627  17111497       150     37974         0    230850    306415   2949116     12.55     13.22
4120.28/4120.23	c  N dy 76704  17131552       150     37974         0    249985    306415   3320704     12.55     16.12
4126.98/4126.92	c  N dy 76790  17151716       150     37974         0    269266    306415   3698944     12.55     13.34
4134.48/4134.46	c  N dy 76881  17171899       150     37974         0    288479    306414   4073577     12.55     13.31
4141.98/4141.98	c  N dy 76966  17194835       150     37974         0    310259    306414   4499249     12.55     13.49
4149.98/4149.90	c  N dy 77046  17215310       150     37974         0    329770    306414   4876625     12.55     13.28
4154.97/4154.95	c  S st 77107  17226096       150     37974         0    340051    306414   5077553     12.55     12.66
4155.57/4155.59	c  S st 77107  17226600       150     37974         0    340536    306414   5086081     12.55   no data
4155.67/4155.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
4155.78/4155.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  4.5M T:  0.17
4155.78/4155.79	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4155.78/4155.79	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4155.78/4155.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4155.78/4155.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
4155.78/4155.79	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4155.89/4155.87	c lits-rem:        25  cl-subs:       36  v-elim:      0  v-fix:    0  time:  0.08 s
4156.07/4156.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4214.47/4214.41	c lits-rem:     45945  cl-subs:    20423  v-elim:      0  v-fix:    0  time: 58.40 s
4214.47/4214.42	c vivif2 --  cl tried    37932 cl shrink        0 lits rem          0 time: 0.00
4214.47/4214.48	c vivif2 --  cl tried   320119 cl shrink        0 lits rem          0 time: 0.07
4214.87/4214.84	c asymm  cl-useful: 2/200/37932 lits-rem:2 time: 0.36
4214.87/4214.85	c calculated reachability. Time: 0.00
4214.87/4214.85	c  N dy 77107  17226600       150     37932         0    320119    306003   4674256     12.55   no data
4223.48/4223.48	c  N dy 77209  17246643       150     37932         0    339273    306003   5050943     12.55     16.96
4232.18/4232.18	c  N dy 77296  17266657       150     37932         0    184088    306003   2035917     12.55     13.55
4237.08/4237.05	c  N dy 77380  17286764       150     37932         0    203240    306003   2407980     12.55     13.31
4242.79/4242.74	c  N dy 77502  17306981       150     37932         0    222638    306003   2787103     12.55     13.29
4248.29/4248.29	c  N dy 77555  17327023       150     37932         0    241706    306002   3148996     12.55     14.23
4254.79/4254.76	c  N dy 77645  17347164       150     37932         0    260881    306002   3517813     12.55     13.34
4261.88/4261.84	c  N dy 77748  17367215       150     37932         0    280017    306002   3891604     12.55     14.44
4269.38/4269.37	c  N dy 77862  17387378       150     37932         0    299233    306002   4263043     12.55     13.22
4277.38/4277.35	c  N dy 77951  17407536       150     37932         0    318433    306002   4638123     12.55     13.36
4286.08/4286.01	c  N dy 78071  17427598       150     37932         0    337621    306002   5018812     12.55     16.42
4295.49/4295.46	c  N dy 78181  17448075       150     37932         0    181835    306002   1995465     12.55     13.46
4300.28/4300.27	c  N dy 78278  17468198       150     37932         0    201009    306002   2363134     12.55     13.22
4305.68/4305.62	c  N dy 78364  17488226       150     37932         0    220151    306001   2735978     12.55     13.93
4311.48/4311.45	c  N dy 78484  17508301       150     37932         0    239374    306001   3116847     12.55     15.55
4317.88/4317.83	c  N dy 78587  17528386       150     37932         0    258617    306001   3488852     12.55     13.81
4324.48/4324.46	c  N dy 78676  17548816       150     37932         0    278043    306001   3866590     12.55     13.25
4331.18/4331.18	c  N dy 78754  17568836       150     37932         0    297170    306001   4238213     12.55     15.13
4340.09/4340.03	c  N dy 78855  17589584       150     37932         0    316976    306001   4619808     12.55     13.59
4348.49/4348.46	c  N dy 78959  17609586       150     37932         0    336079    306001   4988517     12.55     13.28
4359.08/4359.01	c  N dy 79051  17629601       150     37932         0    178611    306001   1920861     12.55     13.32
4363.58/4363.54	c  N dy 79122  17649841       150     37932         0    197952    305999   2291749     12.55     13.28
4368.68/4368.63	c  N dy 79175  17670595       150     37932         0    217605    305998   2662320     12.55     13.22
4374.48/4374.46	c  N dy 79250  17692127       150     37932         0    238039    305998   3045358     12.55     13.33
4380.98/4380.94	c  N dy 79357  17712172       150     37932         0    257150    305998   3418852     12.55     15.27
4385.89/4385.86	c  S st 79431  17726602       150     37932         0    270949    305997   3687072     12.55     10.35
4386.39/4386.34	c  S st 79431  17727104       150     37932         0    271434    305997   3696041     12.55   no data
4386.39/4386.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
4386.49/4386.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.6M T:  0.13
4386.59/4386.50	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4386.59/4386.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4386.59/4386.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4386.59/4386.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
4386.59/4386.50	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4386.59/4386.56	c lits-rem:        10  cl-subs:        8  v-elim:      0  v-fix:    0  time:  0.06 s
4386.69/4386.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4413.09/4413.10	c lits-rem:     22543  cl-subs:    14156  v-elim:      0  v-fix:    0  time: 26.43 s
4413.20/4413.11	c vivif2 --  cl tried    37847 cl shrink        0 lits rem          0 time: 0.00
4413.20/4413.15	c vivif2 --  cl tried   257355 cl shrink        0 lits rem          0 time: 0.05
4413.49/4413.48	c asymm  cl-useful: 5/217/37847 lits-rem:5 time: 0.33
4413.49/4413.49	c calculated reachability. Time: 0.00
4413.49/4413.49	c  N dy 79431  17727104       150     37847         0    257355    305085   3434235     12.55   no data
4420.48/4420.48	c  N dy 79531  17747163       150     37847         0    276531    305084   3813861     12.55     13.24
4427.68/4427.64	c  N dy 79592  17767204       150     37847         0    295608    305084   4193012     12.55     13.94
4434.98/4434.98	c  N dy 79672  17787290       150     37847         0    314817    305084   4570060     12.55     13.69
4445.48/4445.41	c  N dy 79762  17812112       150     37847         0    338497    305084   5022316     12.55     13.23
4455.98/4455.92	c  N dy 79876  17832298       150     37847         0    180543    305083   1949706     12.55     13.27
4460.68/4460.64	c  N dy 79961  17852316       150     37847         0    199605    305083   2310485     12.55     14.25
4465.68/4465.65	c  N dy 80042  17872368       150     37847         0    218767    305083   2687974     12.55     13.26
4471.60/4471.57	c  N dy 80155  17892380       150     37847         0    237941    305083   3064145     12.55     14.26
4478.20/4478.18	c  N dy 80291  17912390       150     37847         0    257152    305083   3446340     12.56     13.24
4484.80/4484.74	c  N dy 80366  17932473       150     37847         0    276290    305083   3812960     12.56     13.86
4492.29/4492.22	c  N dy 80454  17952872       150     37847         0    295733    305082   4188753     12.56     13.22
4500.10/4500.01	c  N dy 80516  17973852       150     37847         0    315667    305081   4566044     12.55     13.32
4508.48/4508.49	c  N dy 80593  17993898       150     37847         0    334763    305081   4940363     12.55     15.24
4517.28/4517.22	c  N dy 80674  18014315       150     37847         0    354257    305080   5317325     12.55     13.26
4524.48/4524.43	c  N dy 80753  18034463       150     37847         0    195028    305080   2223231     12.55     13.32
4530.28/4530.28	c  N dy 80867  18056724       150     37847         0    216347    305080   2644649     12.55     13.24
4535.88/4535.83	c  N dy 80959  18076843       150     37847         0    235522    305079   3015715     12.55     13.23
4542.08/4542.05	c  N dy 81040  18096879       150     37847         0    254567    305078   3379004     12.55     13.48
4548.88/4548.85	c  N dy 81146  18117108       150     37847         0    273961    305078   3766760     12.55     13.23
4555.88/4555.83	c  N dy 81199  18137192       150     37847         0    292946    305077   4110463     12.55     13.26
4564.09/4564.10	c  N dy 81314  18157258       150     37847         0    312103    305076   4479176     12.55     14.83
4572.89/4572.84	c  N dy 81424  18177360       150     37847         0    331342    305075   4855605     12.55     13.34
4581.98/4581.94	c  N dy 81516  18197755       150     37847         0    350828    305074   5236671     12.56     13.34
4589.99/4589.97	c  N dy 81603  18217853       150     37847         0    190589    305073   2126596     12.56     14.91
4592.19/4592.15	c  S st 81644  18227106       150     37847         0    199443    305073   2295119     12.56     12.25
4592.50/4592.50	c  S st 81644  18227613       150     37847         0    199939    305073   2304093     12.56   no data
4592.60/4592.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4592.69/4592.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.9M T:  0.09
4592.69/4592.61	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4592.69/4592.61	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4592.69/4592.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4592.69/4592.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
4592.69/4592.61	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4592.69/4592.66	c lits-rem:        41  cl-subs:       71  v-elim:      0  v-fix:    0  time:  0.05 s
4592.79/4592.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4600.59/4600.54	c lits-rem:      8397  cl-subs:     3251  v-elim:      0  v-fix:    0  time:  7.81 s
4600.59/4600.55	c vivif2 --  cl tried    37671 cl shrink        0 lits rem          0 time: 0.00
4600.59/4600.58	c vivif2 --  cl tried   196793 cl shrink        0 lits rem          0 time: 0.03
4600.89/4600.87	c asymm  cl-useful: 6/277/37671 lits-rem:6 time: 0.29
4600.89/4600.88	c calculated reachability. Time: 0.00
4600.89/4600.88	c  N dy 81644  18227613       150     37671         0    196793    303492   2247650     12.56   no data
4605.89/4605.87	c  N dy 81724  18247716       150     37671         0    216013    303492   2615554     12.56     13.44
4610.98/4610.92	c  N dy 81781  18267881       150     37671         0    235117    303491   2965877     12.55     13.25
4617.18/4617.18	c  N dy 81868  18288031       150     37671         0    254395    303491   3335524     12.55     13.25
4623.69/4623.69	c  N dy 81938  18308122       150     37671         0    273522    303490   3707036     12.55     13.40
4631.00/4630.96	c  N dy 82040  18328136       150     37671         0    292692    303489   4086755     12.55     13.29
4639.29/4639.21	c  N dy 82146  18348387       150     37671         0    312022    303488   4465165     12.55     13.23
4647.39/4647.36	c  N dy 82284  18368463       150     37671         0    331203    303487   4846220     12.56     13.90
4657.09/4657.07	c  N dy 82349  18388545       150     37671         0    350205    303487   5205928     12.56     13.74
4666.38/4666.38	c  N dy 82431  18409232       150     37671         0    189469    303487   2088131     12.56     13.30
4672.09/4672.01	c  N dy 82503  18429928       150     37671         0    209042    303485   2454944     12.55     13.22
4677.49/4677.46	c  N dy 82592  18449931       150     37671         0    228183    303485   2828854     12.55     13.43
4683.49/4683.47	c  N dy 82672  18471104       150     37671         0    248391    303484   3225810     12.55     13.46
4690.09/4690.00	c  N dy 82763  18491181       150     37671         0    267507    303484   3592960     12.55     13.22
4696.79/4696.75	c  N dy 82842  18511203       150     37671         0    286597    303484   3965738     12.55     13.67
4704.19/4704.18	c  N dy 82910  18531315       150     37671         0    305697    303484   4334308     12.55     13.44
4713.18/4713.14	c  N dy 83020  18552810       150     37671         0    326281    303483   4734141     12.55     13.30
4721.88/4721.85	c  N dy 83124  18572860       150     37671         0    345428    303483   5110963     12.56     16.91
4733.41/4733.39	c  N dy 83219  18596076       150     37671         0    186272    303482   2024221     12.56     13.26
4738.39/4738.36	c  N dy 83335  18616122       150     37671         0    205474    303482   2402627     12.56     15.61
4743.89/4743.86	c  N dy 83437  18636196       150     37671         0    224624    303482   2773869     12.56     13.27
4749.39/4749.39	c  N dy 83518  18656319       150     37671         0    243857    303482   3158231     12.56     13.29
4756.29/4756.24	c  N dy 83592  18678261       150     37671         0    264840    303481   3563832     12.56     13.31
4763.49/4763.47	c  N dy 83690  18698317       150     37671         0    284024    303481   3941271     12.56     13.45
4771.38/4771.38	c  N dy 83799  18718366       150     37671         0    303130    303481   4307437     12.56     13.22
4774.79/4774.74	c  S st 83842  18727614       150     37671         0    311989    303481   4484891     12.56     10.97
4775.39/4775.32	c  S st 83842  18728115       150     37671         0    312474    303481   4493280     12.56   no data
4775.39/4775.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
4775.59/4775.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  4.3M T:  0.16
4775.59/4775.51	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4775.59/4775.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4775.59/4775.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4775.59/4775.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
4775.59/4775.51	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4775.59/4775.58	c lits-rem:        65  cl-subs:       27  v-elim:      0  v-fix:    0  time:  0.07 s
4775.79/4775.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4813.90/4813.86	c lits-rem:     34905  cl-subs:    13661  v-elim:      0  v-fix:    0  time: 38.15 s
4813.90/4813.86	c vivif2 --  cl tried    37637 cl shrink        0 lits rem          0 time: 0.00
4814.00/4813.92	c vivif2 --  cl tried   298820 cl shrink        0 lits rem          0 time: 0.06
4814.30/4814.27	c asymm  cl-useful: 1/238/37637 lits-rem:1 time: 0.34
4814.30/4814.28	c calculated reachability. Time: 0.00
4814.30/4814.28	c  N dy 83842  18728115       150     37637         0    298820    303101   4201235     12.56   no data
4822.40/4822.40	c  N dy 83942  18748742       150     37637         0    318519    303100   4581079     12.56     13.22
4831.09/4831.02	c  N dy 84027  18768933       150     37637         0    337779    303100   4947151     12.56     13.24
4840.99/4840.99	c  N dy 84087  18788965       150     37637         0    356787    303100   5319073     12.56     15.77
4849.80/4849.74	c  N dy 84177  18809143       150     37637         0    194018    303099   2166434     12.56     13.22
4855.00/4854.90	c  N dy 84278  18830254       150     37637         0    214252    303098   2565911     12.56     13.23
4861.40/4861.31	c  N dy 84357  18852816       150     37637         0    235635    303098   2971540     12.56     13.28
4867.90/4867.86	c  N dy 84443  18874315       150     37637         0    256013    303097   3346841     12.56     13.48
4874.50/4874.42	c  N dy 84536  18894413       150     37637         0    275168    303097   3718629     12.56     15.26
4881.60/4881.58	c  N dy 84612  18914547       150     37637         0    294334    303097   4090876     12.56     13.39
4889.70/4889.61	c  N dy 84706  18934989       150     37637         0    313836    303097   4467933     12.56     13.22
4898.09/4898.08	c  N dy 84799  18955234       150     37637         0    333217    303097   4852375     12.56     13.26
4907.49/4907.40	c  N dy 84908  18975459       150     37637         0    352518    303097   5229095     12.56     13.33
4917.59/4917.57	c  N dy 85011  18995548       150     37637         0    188547    303097   2048665     12.56     15.49
4922.40/4922.39	c  N dy 85075  19015578       150     37637         0    207696    303097   2409252     12.56     14.94
4928.01/4927.95	c  N dy 85167  19035613       150     37637         0    226781    303097   2777064     12.56     16.08
4934.79/4934.79	c  N dy 85226  19059375       150     37637         0    249351    303097   3209643     12.56     13.22
4941.20/4941.13	c  N dy 85294  19079466       150     37637         0    268530    303097   3586803     12.56     14.02
4947.99/4947.96	c  N dy 85371  19099516       150     37637         0    287670    303097   3960005     12.55     13.30
4955.90/4955.82	c  N dy 85458  19119524       150     37637         0    306735    303097   4334614     12.55     14.91
4963.70/4963.70	c  N dy 85537  19139604       150     37637         0    325926    303097   4714027     12.55     17.53
4972.11/4972.09	c  N dy 85613  19159611       150     37637         0    345071    303097   5087651     12.55     14.41
4981.50/4981.45	c  N dy 85699  19179698       150     37637         0    364279    303097   5462078     12.55     13.32
4989.49/4989.42	c  N dy 85802  19199822       150     37637         0    199301    303095   2248792     12.55     13.22
4994.59/4994.52	c  N dy 85884  19220222       150     37637         0    218777    303095   2621578     12.55     13.26
4996.89/4996.87	c  S st 85926  19228117       150     37637         0    226307    303095   2769969     12.55   no data
4997.41/4997.31	c  S st 85926  19228620       150     37637         0    226796    303095   2778496     12.55   no data
4997.41/4997.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
4997.49/4997.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.2M T:  0.11
4997.49/4997.44	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4997.49/4997.44	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4997.49/4997.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4997.49/4997.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
4997.49/4997.44	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4997.59/4997.50	c lits-rem:        19  cl-subs:       12  v-elim:      0  v-fix:    0  time:  0.05 s
4997.59/4997.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3421943-1306618241/watcher-3421943-1306618241 -o /tmp/evaluation-result-3421943-1306618241/solver-3421943-1306618241 -C 5000 -W 5100 -M 15500 ./strangenight2-st HOME/instance-3421943-1306618241.cnf 

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

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


[startup+0 s]
/proc/loadavg: 2.07 2.03 2.01 2/434 24860
/proc/meminfo: memFree=12391276/32951132 swapFree=67093840/67111528
[pid=24860] ppid=24858 vsize=30012 CPUtime=0 cores=0,2,4,6
/proc/24860/stat : 24860 (strangenight2-s) R 24858 24860 24594 0 -1 4202496 950 0 0 0 0 0 0 0 25 0 1 0 773423731 30732288 891 33554432000 4194304 4580011 140734359389168 18446744073709551615 4354920 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/24860/statm: 7503 892 322 95 0 2485 0

[startup+0.0765479 s]
/proc/loadavg: 2.07 2.03 2.01 2/434 24860
/proc/meminfo: memFree=12391276/32951132 swapFree=67093840/67111528
[pid=24860] ppid=24858 vsize=32552 CPUtime=0.07 cores=0,2,4,6
/proc/24860/stat : 24860 (strangenight2-s) R 24858 24860 24594 0 -1 4202496 2108 0 0 0 7 0 0 0 25 0 1 0 773423731 33333248 2049 33554432000 4194304 4580011 140734359389168 18446744073709551615 4294426 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/24860/statm: 8138 2049 340 95 0 3120 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 32552

[startup+0.100541 s]
/proc/loadavg: 2.07 2.03 2.01 2/434 24860
/proc/meminfo: memFree=12391276/32951132 swapFree=67093840/67111528
[pid=24860] ppid=24858 vsize=32552 CPUtime=0.09 cores=0,2,4,6
/proc/24860/stat : 24860 (strangenight2-s) R 24858 24860 24594 0 -1 4202496 2140 0 0 0 9 0 0 0 25 0 1 0 773423731 33333248 2081 33554432000 4194304 4580011 140734359389168 18446744073709551615 4294580 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/24860/statm: 8138 2081 340 95 0 3120 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 32552

[startup+0.30051 s]
/proc/loadavg: 2.07 2.03 2.01 2/434 24860
/proc/meminfo: memFree=12391276/32951132 swapFree=67093840/67111528
[pid=24860] ppid=24858 vsize=50156 CPUtime=0.29 cores=0,2,4,6
/proc/24860/stat : 24860 (strangenight2-s) R 24858 24860 24594 0 -1 4202496 6380 0 0 0 29 0 0 0 25 0 1 0 773423731 51359744 6271 33554432000 4194304 4580011 140734359389168 18446744073709551615 4451638 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/24860/statm: 12539 6271 352 95 0 7521 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 50156

[startup+0.700418 s]
/proc/loadavg: 2.07 2.03 2.01 2/434 24860
/proc/meminfo: memFree=12391276/32951132 swapFree=67093840/67111528
[pid=24860] ppid=24858 vsize=50156 CPUtime=0.69 cores=0,2,4,6
/proc/24860/stat : 24860 (strangenight2-s) R 24858 24860 24594 0 -1 4202496 6380 0 0 0 69 0 0 0 25 0 1 0 773423731 51359744 6271 33554432000 4194304 4580011 140734359389168 18446744073709551615 4451435 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/24860/statm: 12539 6271 352 95 0 7521 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 50156

[startup+1.50027 s]
/proc/loadavg: 2.06 2.03 2.01 3/435 24861
/proc/meminfo: memFree=12366592/32951132 swapFree=67093840/67111528
[pid=24860] ppid=24858 vsize=50156 CPUtime=1.49 cores=0,2,4,6
/proc/24860/stat : 24860 (strangenight2-s) R 24858 24860 24594 0 -1 4202496 6382 0 0 0 149 0 0 0 25 0 1 0 773423731 51359744 6273 33554432000 4194304 4580011 140734359389168 18446744073709551615 4415945 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/24860/statm: 12539 6273 354 95 0 7521 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 50156

[startup+3.10099 s]
/proc/loadavg: 2.06 2.03 2.01 3/435 24861
/proc/meminfo: memFree=12365472/32951132 swapFree=67093840/67111528
[pid=24860] ppid=24858 vsize=47824 CPUtime=3.09 cores=0,2,4,6
/proc/24860/stat : 24860 (strangenight2-s) R 24858 24860 24594 0 -1 4202496 6785 0 0 0 309 0 0 0 25 0 1 0 773423731 48971776 5974 33554432000 4194304 4580011 140734359389168 18446744073709551615 4294341 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/24860/statm: 11956 5974 364 95 0 6938 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 47824

[startup+6.30046 s]
/proc/loadavg: 2.06 2.03 2.01 3/435 24861
/proc/meminfo: memFree=12361628/32951132 swapFree=67093840/67111528
[pid=24860] ppid=24858 vsize=55784 CPUtime=6.29 cores=0,2,4,6
/proc/24860/stat : 24860 (strangenight2-s) R 24858 24860 24594 0 -1 4202496 10230 0 0 0 628 1 0 0 25 0 1 0 773423731 57122816 7225 33554432000 4194304 4580011 140734359389168 18446744073709551615 4294503 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/24860/statm: 13946 7225 367 95 0 8928 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 55784

[startup+12.7004 s]
/proc/loadavg: 2.27 2.08 2.02 3/435 24861
/proc/meminfo: memFree=12350504/32951132 swapFree=67093840/67111528
[pid=24860] ppid=24858 vsize=68684 CPUtime=12.69 cores=0,2,4,6
/proc/24860/stat : 24860 (strangenight2-s) R 24858 24860 24594 0 -1 4202496 14571 0 0 0 1267 2 0 0 25 0 1 0 773423731 70332416 9388 33554432000 4194304 4580011 140734359389168 18446744073709551615 4415997 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/24860/statm: 17171 9388 367 95 0 12153 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 68684

[startup+25.5011 s]
/proc/loadavg: 2.23 2.08 2.02 3/435 24862
/proc/meminfo: memFree=12358180/32951132 swapFree=67093840/67111528
[pid=24860] ppid=24858 vsize=69196 CPUtime=25.49 cores=0,2,4,6
/proc/24860/stat : 24860 (strangenight2-s) R 24858 24860 24594 0 -1 4202496 25387 0 0 0 2545 4 0 0 25 0 1 0 773423731 70856704 9401 33554432000 4194304 4580011 140734359389168 18446744073709551615 4451588 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/24860/statm: 17299 9401 367 95 0 12281 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 69196

[startup+51.1007 s]
/proc/loadavg: 2.15 2.07 2.02 3/435 24862
/proc/meminfo: memFree=12351624/32951132 swapFree=67093840/67111528
[pid=24860] ppid=24858 vsize=69784 CPUtime=51.09 cores=0,2,4,6
/proc/24860/stat : 24860 (strangenight2-s) R 24858 24860 24594 0 -1 4202496 42136 0 0 0 5103 6 0 0 25 0 1 0 773423731 71458816 9655 33554432000 4194304 4580011 140734359389168 18446744073709551615 4294501 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/24860/statm: 17446 9655 367 95 0 12428 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 69784

[startup+102.317 s]
/proc/loadavg: 2.06 2.06 2.01 3/435 24864
/proc/meminfo: memFree=12350236/32951132 swapFree=67093840/67111528
[pid=24860] ppid=24858 vsize=70852 CPUtime=102.31 cores=0,2,4,6
/proc/24860/stat : 24860 (strangenight2-s) R 24858 24860 24594 0 -1 4202496 68054 0 0 0 10221 10 0 0 25 0 1 0 773423731 72552448 10974 33554432000 4194304 4580011 140734359389168 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/24860/statm: 17713 10974 367 95 0 12695 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 70852

[startup+162.3 s]
/proc/loadavg: 2.02 2.04 2.01 3/435 24865
/proc/meminfo: memFree=12338820/32951132 swapFree=67093840/67111528
[pid=24860] ppid=24858 vsize=80824 CPUtime=162.29 cores=0,2,4,6
/proc/24860/stat : 24860 (strangenight2-s) R 24858 24860 24594 0 -1 4202496 93068 0 0 0 16214 15 0 0 25 0 1 0 773423731 82763776 13292 33554432000 4194304 4580011 140734359389168 18446744073709551615 4294942 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/24860/statm: 20206 13292 367 95 0 15188 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 80824

[startup+222.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/435 24867
/proc/meminfo: memFree=12340280/32951132 swapFree=67093840/67111528
[pid=24860] ppid=24858 vsize=81376 CPUtime=222.3 cores=0,2,4,6
/proc/24860/stat : 24860 (strangenight2-s) R 24858 24860 24594 0 -1 4202496 113387 0 0 0 22209 21 0 0 25 0 1 0 773423731 83329024 13171 33554432000 4194304 4580011 140734359389168 18446744073709551615 4294304 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/24860/statm: 20344 13171 367 95 0 15326 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 81376

[startup+282.301 s]
/proc/loadavg: 2.06 2.04 2.00 3/435 24868
/proc/meminfo: memFree=12334052/32951132 swapFree=67093840/67111528
[pid=24860] ppid=24858 vsize=86428 CPUtime=282.3 cores=0,2,4,6
/proc/24860/stat : 24860 (strangenight2-s) R 24858 24860 24594 0 -1 4202496 131883 0 0 0 28205 25 0 0 25 0 1 0 773423731 88502272 14965 33554432000 4194304 4580011 140734359389168 18446744073709551615 4294335 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/24860/statm: 21607 14965 371 95 0 16589 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 86428

[startup+342.301 s]
/proc/loadavg: 2.02 2.03 2.00 3/435 24870
/proc/meminfo: memFree=12314680/32951132 swapFree=67093840/67111528
[pid=24860] ppid=24858 vsize=106820 CPUtime=342.3 cores=0,2,4,6
/proc/24860/stat : 24860 (strangenight2-s) R 24858 24860 24594 0 -1 4202496 150966 0 0 0 34201 29 0 0 25 0 1 0 773423731 109383680 19113 33554432000 4194304 4580011 140734359389168 18446744073709551615 4294304 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/24860/statm: 26705 19113 367 95 0 21687 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 106820

[startup+402.301 s]
/proc/loadavg: 2.08 2.04 2.00 3/435 24872
/proc/meminfo: memFree=12314060/32951132 swapFree=67093840/67111528
[pid=24860] ppid=24858 vsize=107060 CPUtime=402.3 cores=0,2,4,6
/proc/24860/stat : 24860 (strangenight2-s) R 24858 24860 24594 0 -1 4202496 166949 0 0 0 40197 33 0 0 25 0 1 0 773423731 109629440 19474 33554432000 4194304 4580011 140734359389168 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/24860/statm: 26765 19474 367 95 0 21747 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 107060

[startup+462.3 s]
/proc/loadavg: 2.24 2.08 2.02 3/435 24873
/proc/meminfo: memFree=12311444/32951132 swapFree=67093840/67111528
[pid=24860] ppid=24858 vsize=108856 CPUtime=462.3 cores=0,2,4,6
/proc/24860/stat : 24860 (strangenight2-s) R 24858 24860 24594 0 -1 4202496 180441 0 0 0 46195 35 0 0 25 0 1 0 773423731 111468544 19752 33554432000 4194304 4580011 140734359389168 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/24860/statm: 27214 19752 367 95 0 22196 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 108856

[startup+522.301 s]
/proc/loadavg: 2.15 2.08 2.01 3/435 24875
/proc/meminfo: memFree=12309452/32951132 swapFree=67093840/67111528
[pid=24860] ppid=24858 vsize=109840 CPUtime=522.3 cores=0,2,4,6
/proc/24860/stat : 24860 (strangenight2-s) R 24858 24860 24594 0 -1 4202496 194238 0 0 0 52192 38 0 0 25 0 1 0 773423731 112476160 19824 33554432000 4194304 4580011 140734359389168 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/24860/statm: 27460 19824 367 95 0 22442 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 109840

[startup+582.301 s]
/proc/loadavg: 2.09 2.07 2.01 3/435 24876
/proc/meminfo: memFree=12303988/32951132 swapFree=67093840/67111528
[pid=24860] ppid=24858 vsize=111800 CPUtime=582.3 cores=0,2,4,6
/proc/24860/stat : 24860 (strangenight2-s) R 24858 24860 24594 0 -1 4202496 206157 0 0 0 58188 42 0 0 19 0 1 0 773423731 114483200 21146 33554432000 4194304 4580011 140734359389168 18446744073709551615 4306159 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/24860/statm: 27950 21146 368 95 0 22932 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 111800

[startup+642.3 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/435 25008
/proc/meminfo: memFree=12059260/32951132 swapFree=67093840/67111528
[pid=24860] ppid=24858 vsize=198768 CPUtime=4002.37 cores=0,2,4,6
/proc/24860/stat : 24860 (strangenight2-s) R 24858 24860 24594 0 -1 4202496 636691 0 0 0 400068 169 0 0 25 0 1 0 773423731 203538432 43863 33554432000 4194304 4580011 140734359389168 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/24860/statm: 49692 43863 367 95 0 44674 0
Current children cumulated CPU time (s) 4002.37
Current children cumulated vsize (KiB) 198768

[startup+4062.32 s]
/proc/loadavg: 2.07 2.04 2.00 3/435 25009
/proc/meminfo: memFree=12012120/32951132 swapFree=67093840/67111528
[pid=24860] ppid=24858 vsize=220136 CPUtime=4062.39 cores=0,2,4,6
/proc/24860/stat : 24860 (strangenight2-s) R 24858 24860 24594 0 -1 4202496 643134 0 0 0 406068 171 0 0 25 0 1 0 773423731 225419264 48952 33554432000 4194304 4580011 140734359389168 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/24860/statm: 55034 48952 367 95 0 50016 0
Current children cumulated CPU time (s) 4062.39
Current children cumulated vsize (KiB) 220136

[startup+4122.3 s]
/proc/loadavg: 2.08 2.04 2.00 3/435 25011
/proc/meminfo: memFree=12032924/32951132 swapFree=67093840/67111528
[pid=24860] ppid=24858 vsize=198768 CPUtime=4122.38 cores=0,2,4,6
/proc/24860/stat : 24860 (strangenight2-s) R 24858 24860 24594 0 -1 4202496 645075 0 0 0 412066 172 0 0 25 0 1 0 773423731 203538432 44359 33554432000 4194304 4580011 140734359389168 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/24860/statm: 49692 44359 367 95 0 44674 0
Current children cumulated CPU time (s) 4122.38
Current children cumulated vsize (KiB) 198768

[startup+4182.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/435 25012
/proc/meminfo: memFree=12017392/32951132 swapFree=67093840/67111528
[pid=24860] ppid=24858 vsize=297028 CPUtime=4182.37 cores=0,2,4,6
/proc/24860/stat : 24860 (strangenight2-s) R 24858 24860 24594 0 -1 4202496 649185 0 0 0 418065 172 0 0 25 0 1 0 773423731 304156672 48469 33554432000 4194304 4580011 140734359389168 18446744073709551615 4406244 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/24860/statm: 74257 48469 367 95 0 69239 0
Current children cumulated CPU time (s) 4182.37
Current children cumulated vsize (KiB) 297028

[startup+4242.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/435 25014
/proc/meminfo: memFree=12064736/32951132 swapFree=67093840/67111528
[pid=24860] ppid=24858 vsize=233220 CPUtime=4242.38 cores=0,2,4,6
/proc/24860/stat : 24860 (strangenight2-s) R 24858 24860 24594 0 -1 4202496 653578 0 0 0 424065 173 0 0 25 0 1 0 773423731 238817280 51185 33554432000 4194304 4580011 140734359389168 18446744073709551615 4294313 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/24860/statm: 58305 51185 367 95 0 53287 0
Current children cumulated CPU time (s) 4242.38
Current children cumulated vsize (KiB) 233220

[startup+4302.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/435 25016
/proc/meminfo: memFree=12058392/32951132 swapFree=67093840/67111528
[pid=24860] ppid=24858 vsize=211632 CPUtime=4302.38 cores=0,2,4,6
/proc/24860/stat : 24860 (strangenight2-s) R 24858 24860 24594 0 -1 4202496 656419 0 0 0 430063 175 0 0 25 0 1 0 773423731 216711168 47426 33554432000 4194304 4580011 140734359389168 18446744073709551615 4294390 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/24860/statm: 52908 47426 367 95 0 47890 0
Current children cumulated CPU time (s) 4302.38
Current children cumulated vsize (KiB) 211632

[startup+4362.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/435 25017
/proc/meminfo: memFree=12051932/32951132 swapFree=67093840/67111528
[pid=24860] ppid=24858 vsize=224708 CPUtime=4362.38 cores=0,2,4,6
/proc/24860/stat : 24860 (strangenight2-s) R 24858 24860 24594 0 -1 4202496 658738 0 0 0 436062 176 0 0 25 0 1 0 773423731 230100992 48449 33554432000 4194304 4580011 140734359389168 18446744073709551615 4294313 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/24860/statm: 56177 48449 367 95 0 51159 0
Current children cumulated CPU time (s) 4362.38
Current children cumulated vsize (KiB) 224708

[startup+4422.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/435 25019
/proc/meminfo: memFree=12042368/32951132 swapFree=67093840/67111528
[pid=24860] ppid=24858 vsize=224708 CPUtime=4422.38 cores=0,2,4,6
/proc/24860/stat : 24860 (strangenight2-s) R 24858 24860 24594 0 -1 4202496 661064 0 0 0 442061 177 0 0 25 0 1 0 773423731 230100992 50775 33554432000 4194304 4580011 140734359389168 18446744073709551615 4294313 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/24860/statm: 56177 50775 367 95 0 51159 0
Current children cumulated CPU time (s) 4422.38
Current children cumulated vsize (KiB) 224708

[startup+4482.3 s]
/proc/loadavg: 2.14 2.05 2.01 3/435 25020
/proc/meminfo: memFree=12011104/32951132 swapFree=67093840/67111528
[pid=24860] ppid=24858 vsize=246364 CPUtime=4482.38 cores=0,2,4,6
/proc/24860/stat : 24860 (strangenight2-s) R 24858 24860 24594 0 -1 4202496 667477 0 0 0 448060 178 0 0 25 0 1 0 773423731 252276736 55601 33554432000 4194304 4580011 140734359389168 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/24860/statm: 61591 55601 367 95 0 56573 0
Current children cumulated CPU time (s) 4482.38
Current children cumulated vsize (KiB) 246364

[startup+4542.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/435 25022
/proc/meminfo: memFree=12019020/32951132 swapFree=67093840/67111528
[pid=24860] ppid=24858 vsize=224708 CPUtime=4542.38 cores=0,2,4,6
/proc/24860/stat : 24860 (strangenight2-s) R 24858 24860 24594 0 -1 4202496 669377 0 0 0 454059 179 0 0 25 0 1 0 773423731 230100992 50795 33554432000 4194304 4580011 140734359389168 18446744073709551615 4294354 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/24860/statm: 56177 50795 367 95 0 51159 0
Current children cumulated CPU time (s) 4542.38
Current children cumulated vsize (KiB) 224708

[startup+4602.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/435 25024
/proc/meminfo: memFree=11986644/32951132 swapFree=67093840/67111528
[pid=24860] ppid=24858 vsize=246392 CPUtime=4602.4 cores=0,2,4,6
/proc/24860/stat : 24860 (strangenight2-s) R 24858 24860 24594 0 -1 4202496 674068 0 0 0 460059 181 0 0 25 0 1 0 773423731 252305408 54154 33554432000 4194304 4580011 140734359389168 18446744073709551615 4294492 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/24860/statm: 61598 54154 367 95 0 56580 0
Current children cumulated CPU time (s) 4602.4
Current children cumulated vsize (KiB) 246392

[startup+4662.3 s]
/proc/loadavg: 2.08 2.04 2.00 3/435 25025
/proc/meminfo: memFree=11981552/32951132 swapFree=67093840/67111528
[pid=24860] ppid=24858 vsize=333128 CPUtime=4662.39 cores=0,2,4,6
/proc/24860/stat : 24860 (strangenight2-s) R 24858 24860 24594 0 -1 4202496 677536 0 0 0 466057 182 0 0 25 0 1 0 773423731 341123072 57622 33554432000 4194304 4580011 140734359389168 18446744073709551615 4305519 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/24860/statm: 83282 57622 367 95 0 78264 0
Current children cumulated CPU time (s) 4662.39
Current children cumulated vsize (KiB) 333128

[startup+4722.32 s]
/proc/loadavg: 2.03 2.03 2.00 3/435 25027
/proc/meminfo: memFree=12014896/32951132 swapFree=67093840/67111528
[pid=24860] ppid=24858 vsize=311808 CPUtime=4722.4 cores=0,2,4,6
/proc/24860/stat : 24860 (strangenight2-s) R 24858 24860 24594 0 -1 4202496 678536 0 0 0 472058 182 0 0 25 0 1 0 773423731 319291392 51795 33554432000 4194304 4580011 140734359389168 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/24860/statm: 77952 51795 367 95 0 72934 0
Current children cumulated CPU time (s) 4722.4
Current children cumulated vsize (KiB) 311808

[startup+4782.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/435 25028
/proc/meminfo: memFree=12051468/32951132 swapFree=67093840/67111528
[pid=24860] ppid=24858 vsize=333644 CPUtime=4782.39 cores=0,2,4,6
/proc/24860/stat : 24860 (strangenight2-s) R 24858 24860 24594 0 -1 4202496 684607 0 0 0 478055 184 0 0 25 0 1 0 773423731 341651456 56517 33554432000 4194304 4580011 140734359389168 18446744073709551615 4451588 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/24860/statm: 83411 56517 367 95 0 78393 0
Current children cumulated CPU time (s) 4782.39
Current children cumulated vsize (KiB) 333644

[startup+4842.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/435 25030
/proc/meminfo: memFree=12022796/32951132 swapFree=67093840/67111528
[pid=24860] ppid=24858 vsize=333644 CPUtime=4842.39 cores=0,2,4,6
/proc/24860/stat : 24860 (strangenight2-s) R 24858 24860 24594 0 -1 4202496 685931 0 0 0 484055 184 0 0 25 0 1 0 773423731 341651456 57841 33554432000 4194304 4580011 140734359389168 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/24860/statm: 83411 57841 367 95 0 78393 0
Current children cumulated CPU time (s) 4842.39
Current children cumulated vsize (KiB) 333644

[startup+4902.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/435 25032
/proc/meminfo: memFree=12055148/32951132 swapFree=67093840/67111528
[pid=24860] ppid=24858 vsize=312668 CPUtime=4902.4 cores=0,2,4,6
/proc/24860/stat : 24860 (strangenight2-s) R 24858 24860 24594 0 -1 4202496 686866 0 0 0 490055 185 0 0 25 0 1 0 773423731 320172032 51628 33554432000 4194304 4580011 140734359389168 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/24860/statm: 78167 51628 367 95 0 73149 0
Current children cumulated CPU time (s) 4902.4
Current children cumulated vsize (KiB) 312668

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/435 25033
/proc/meminfo: memFree=12009380/32951132 swapFree=67093840/67111528
[pid=24860] ppid=24858 vsize=334168 CPUtime=4962.4 cores=0,2,4,6
/proc/24860/stat : 24860 (strangenight2-s) R 24858 24860 24594 0 -1 4202496 693309 0 0 0 496053 187 0 0 25 0 1 0 773423731 342188032 56703 33554432000 4194304 4580011 140734359389168 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/24860/statm: 83542 56703 367 95 0 78524 0
Current children cumulated CPU time (s) 4962.4
Current children cumulated vsize (KiB) 334168



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 2.00 2.00 2.00 3/435 25034
/proc/meminfo: memFree=12026108/32951132 swapFree=67093840/67111528
[pid=24860] ppid=24858 vsize=224708 CPUtime=5000.1 cores=0,2,4,6
/proc/24860/stat : 24860 (strangenight2-s) R 24858 24860 24594 0 -1 4202496 694319 0 0 0 499822 188 0 0 25 0 1 0 773423731 230100992 50800 33554432000 4194304 4580011 140734359389168 18446744073709551615 4451588 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/24860/statm: 56177 50800 367 95 0 51159 0
Current children cumulated CPU time (s) 5000.1
Current children cumulated vsize (KiB) 224708

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5000.03
CPU time (s): 5000.13
CPU user time (s): 4998.23
CPU system time (s): 1.89571
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 334168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4998.23
system time used= 1.89571
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 694319
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= 14
involuntary context switches= 3557

runsolver used 22.2266 second user time and 47.1598 second system time

The end

Launcher Data

Begin job on node131 at 2011-05-28 23:30:41
IDJOB=3421943
IDBENCH=83930
IDSOLVER=1887
FILE ID=node131/3421943-1306618241
RUNJOBID= node131-1306613236-24612
PBS_JOBID= 13471621
Free space on /tmp= 73220 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st (fixed)
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_50_30_20_5-log.shuffled-as.sat03-111.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3421943-1306618241/watcher-3421943-1306618241 -o /tmp/evaluation-result-3421943-1306618241/solver-3421943-1306618241 -C 5000 -W 5100 -M 15500  ./strangenight2-st HOME/instance-3421943-1306618241.cnf

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

MD5SUM BENCH= ab60d1d6c6130bc12a1aa4855d06424a
RANDOM SEED=310078558

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      12391556 kB
Buffers:        299100 kB
Cached:        5687128 kB
SwapCached:        948 kB
Active:       15738308 kB
Inactive:      4515456 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      12391556 kB
SwapTotal:    67111528 kB
SwapFree:     67093840 kB
Dirty:            7800 kB
Writeback:           4 kB
AnonPages:    14265872 kB
Mapped:          38828 kB
Slab:           183388 kB
PageTables:      56068 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 95507596 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73212 MiB
End job on node131 at 2011-05-29 00:54:03