Trace number 3421967

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.05 4999.93

General information on the benchmark

NameSAT04/handmade/kexu/frb-0.8/
frb59-26-2.used-as.sat04-892.cnf
MD5SUMfd8d5783ed404e5c6590d627ffdcca50
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1534
Number of clauses132295
Sum of the clauses size266006
Maximum clause length26
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2132236
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 559

Solver Data

0.00/0.01	c Outputting solution to console
0.00/0.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3421967-1306621503.cnf'
0.00/0.01	c -- header says num vars:           1534
0.00/0.01	c -- header says num clauses:      132295
0.00/0.02	c -- clauses added:            0 learnts,       132295 normals,            0 xors
0.00/0.02	c -- vars added       1534
0.00/0.02	c Parsing time:  0.02 s
0.00/0.02	c  N st     0         0      1534        59    132236         0    266006         0   no data   no data
0.00/0.02	c asymm  cl-useful: 0/59/59 lits-rem:0 time: 0.00
0.00/0.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
0.00/0.03	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.05	c bin-w-bin subsume rem         5814 bins  time:  0.01 s
0.00/0.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
0.06/0.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1534 time:  0.01 s
0.06/0.08	c Removed useless bin:       0  fixed:     0  props:   0.64M  time:  0.01 s
0.09/0.14	c lits-rem:       749  cl-subs:        0  v-elim:     59  v-fix:    0  time:  0.06 s
0.09/0.15	c Finding binary XORs  T:     0.00 s  found:       0
0.09/0.15	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.09/0.15	c calculated reachability. Time: 0.00
0.09/0.15	c Calc default polars -  time:   0.00 s pos:       0 undec:      59 neg:    1475
0.09/0.15	c =========================================================================================
0.09/0.15	c types(t): F = full restart, N = normal restart
0.09/0.15	c types(t): S = simplification begin/end, E = solution found
0.09/0.15	c restart types(rt): st = static, dy = dynamic
0.09/0.15	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.09/0.15	c  B st     0         0      1475      6967    117980         0    419017         0   no data   no data
0.29/0.39	c  N dy    13      4006      1475      6967    117980      3977    419017    161661      9.60     10.13
0.59/0.64	c  N dy    37      8045      1475      6967    117980      5506    419017    173197      9.92     10.49
0.89/0.91	c  N dy    60     12073      1475      6967    117980      5279    419017    118714      9.97     11.34
1.19/1.21	c  N dy    81     16335      1475      6967    117980      9496    419017    291290     10.03     10.68
1.49/1.50	c  N dy   103     20489      1475      6967    117980      8034    419017    201566     10.07     10.64
1.79/1.81	c  N dy   122     24596      1475      6967    117981     12083    419017    349914     10.07     10.62
1.79/1.85	c  F st   124     25000      1475      6967    117981     12477    419017    363049     10.06      9.06
2.21/2.25	c  N dy   130     30000      1475      6967    117981     10655    419017    287384     10.06   no data
2.21/2.25	c  S st   130     30000      1475      6967    117981     10655    419017    287384     10.06   no data
2.21/2.29	c  S st   130     30500      1475      6967    117981     11155    419017    309090     10.06   no data
2.21/2.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2.39/2.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:    160 BRemL:      0 BRemN:      0 P:  9.6M T:  0.17
2.39/2.47	c blocked clauses removed:        0 vars:      0 tried:        1475 T: 0.00 s
2.39/2.48	c bin-w-bin subsume rem            0 bins  time:  0.01 s
3.21/3.22	c subs with bin:        0  lits-rem:     54864  v-fix:    0  time:  0.74 s
3.21/3.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1475 time:  0.01 s
3.21/3.24	c Removed useless bin:       0  fixed:     0  props:   0.57M  time:  0.01 s
3.21/3.25	c lits-rem:         2  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
4.41/4.48	c subs with bin:        0  lits-rem:        99  v-fix:    0  time:  1.22 s
4.59/4.62	c lits-rem:       771  cl-subs:     2257  v-elim:      0  v-fix:    0  time:  0.13 s
4.79/4.80	c asymm  cl-useful: 0/2279/6967 lits-rem:0 time: 0.18
4.79/4.80	c calculated reachability. Time: 0.00
4.79/4.80	c  N dy   130     30500      1475      6967    118141      8898    364151    269573     10.06   no data
5.09/5.10	c  N dy   156     34506      1475      6967    118141     12856    364151    455320     10.13     10.68
5.41/5.42	c  N dy   186     38562      1475      6967    118141      9081    364151    214426     10.27     10.87
5.70/5.74	c  N dy   213     42737      1475      6967    118141     13212    364151    406919     10.36     11.24
5.90/5.97	c  S st   229     45751      1475      6967    118141     16175    364151    545846     10.40   no data
5.99/6.01	c  S st   229     46253      1475      6967    118141     16677    364151    572777     10.40   no data
5.99/6.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
6.09/6.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     20 BRemL:      0 BRemN:      0 P:  9.0M T:  0.16
6.09/6.17	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
6.09/6.18	c bin-w-bin subsume rem            0 bins  time:  0.01 s
6.61/6.63	c subs with bin:        0  lits-rem:         2  v-fix:    0  time:  0.44 s
6.61/6.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1475 time:  0.01 s
6.61/6.64	c Removed useless bin:       0  fixed:     0  props:   0.57M  time:  0.01 s
6.61/6.65	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
7.89/7.91	c subs with bin:        0  lits-rem:        18  v-fix:    0  time:  1.25 s
8.09/8.13	c lits-rem:       258  cl-subs:      460  v-elim:      0  v-fix:    0  time:  0.22 s
8.09/8.14	c vivif2 --  cl tried     6967 cl shrink        0 lits rem          0 time: 0.00
8.09/8.16	c vivif2 --  cl tried    16217 cl shrink       29 lits rem         40 time: 0.02
8.29/8.34	c asymm  cl-useful: 0/2084/6967 lits-rem:0 time: 0.18
8.29/8.34	c calculated reachability. Time: 0.00
8.29/8.34	c  N dy   229     46253      1475      6967    118161     16217    364149    562099     10.40   no data
8.59/8.66	c  N dy   250     50321      1475      6967    118161     11404    364149    274224     10.44     11.05
8.99/9.05	c  N dy   266     55204      1475      6967    118161     16217    364149    483139     10.42     11.09
9.39/9.40	c  N dy   284     59349      1475      6967    118161     10462    364149    192999     10.44     11.00
9.69/9.72	c  N dy   305     63510      1475      6967    118161     14560    364149    379002     10.49     11.34
9.99/10.10	c  N dy   331     68239      1475      6967    118161     19222    364149    600128     10.54     11.17
10.09/10.19	c  S st   339     69380      1475      6967    118161     20357    364149    650360     10.56   no data
10.19/10.23	c  S st   339     69881      1475      6967    118161     20854    364149    675592     10.56   no data
10.19/10.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
10.39/10.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  9.2M T:  0.16
10.39/10.40	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
10.39/10.41	c bin-w-bin subsume rem            0 bins  time:  0.01 s
10.79/10.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.44 s
10.79/10.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1475 time:  0.01 s
10.79/10.87	c Removed useless bin:       0  fixed:     0  props:   0.57M  time:  0.01 s
10.79/10.88	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
12.11/12.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.28 s
12.49/12.50	c lits-rem:       304  cl-subs:      778  v-elim:      0  v-fix:    0  time:  0.32 s
12.49/12.51	c vivif2 --  cl tried     6967 cl shrink        0 lits rem          0 time: 0.00
12.49/12.53	c vivif2 --  cl tried    20076 cl shrink        0 lits rem          0 time: 0.02
12.69/12.71	c asymm  cl-useful: 0/1878/6967 lits-rem:0 time: 0.18
12.69/12.71	c calculated reachability. Time: 0.00
12.69/12.71	c  N dy   339     69881      1475      6967    118161     20076    364149    658479     10.56   no data
12.99/13.09	c  N dy   373     74424      1475      6967    118161     13736    364149    308395     10.65     11.26
13.49/13.50	c  N dy   398     79338      1475      6967    118161     18587    364149    538676     10.69     11.33
13.89/13.97	c  N dy   423     84533      1475      6967    118161     11870    364149    185369     10.71     11.34
14.09/14.21	c  F st   444     87502      1475      6967    118161     14802    364149    322174     10.75     11.28
14.39/14.47	c  N st   449     90799      1475      6967    118161     18041    364149    472987     10.75   no data
14.89/14.96	c  N dy   470     96687      1475      6967    118161     23850    364149    727295     10.76     11.33
15.41/15.48	c  N dy   501    102954      1475      6967    118161     17232    364149    400247     10.77     11.45
15.59/15.64	c  S st   507    104822      1475      6967    118161     19051    364149    484918     10.77     11.09
15.59/15.68	c  S st   507    105323      1475      6967    118161     19552    364149    512458     10.77   no data
15.59/15.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.79/15.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  9.3M T:  0.16
15.79/15.85	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
15.79/15.86	c bin-w-bin subsume rem            0 bins  time:  0.01 s
16.29/16.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.44 s
16.29/16.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1475 time:  0.01 s
16.29/16.32	c Removed useless bin:       0  fixed:     0  props:   0.57M  time:  0.01 s
16.29/16.32	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
17.51/17.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.21 s
17.69/17.73	c lits-rem:       179  cl-subs:      539  v-elim:      0  v-fix:    0  time:  0.18 s
17.69/17.73	c vivif2 --  cl tried     6967 cl shrink        0 lits rem          0 time: 0.00
17.69/17.75	c vivif2 --  cl tried    19013 cl shrink        0 lits rem          0 time: 0.02
17.79/17.82	c asymm  cl-useful: 0/667/6967 lits-rem:0 time: 0.06
17.79/17.82	c calculated reachability. Time: 0.00
17.79/17.82	c  N dy   507    105323      1475      6967    118161     19013    364149    500709     10.77   no data
18.39/18.41	c  N dy   541    112048      1475      6967    118161     25649    364149    796610     10.80     11.77
18.99/19.03	c  N dy   578    119231      1475      6967    118161     18931    364149    436544     10.83     11.44
19.71/19.71	c  N dy   621    127027      1475      6967    118161     26633    364149    788172     10.87     11.63
20.39/20.42	c  N dy   664    135162      1475      6967    118161     19878    364149    446870     10.88     11.48
21.09/21.19	c  N dy   700    143991      1475      6967    118161     28572    364149    832324     10.89     11.48
22.01/22.05	c  N dy   735    153315      1475      6967    118161     21964    364149    509336     10.88     11.52
22.39/22.46	c  S st   759    157984      1475      6967    118161     26565    364149    722025     10.88   no data
22.49/22.51	c  S st   759    158488      1475      6967    118161     27069    364149    745886     10.88   no data
22.49/22.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
22.59/22.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 10.0M T:  0.18
22.59/22.69	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
22.69/22.70	c bin-w-bin subsume rem            0 bins  time:  0.01 s
23.10/23.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.44 s
23.10/23.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1475 time:  0.01 s
23.10/23.16	c Removed useless bin:       0  fixed:     0  props:   0.57M  time:  0.01 s
23.10/23.17	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
24.39/24.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.23 s
24.69/24.79	c lits-rem:       336  cl-subs:      821  v-elim:      0  v-fix:    0  time:  0.36 s
24.69/24.79	c vivif2 --  cl tried     6967 cl shrink        0 lits rem          0 time: 0.00
24.79/24.82	c vivif2 --  cl tried    26248 cl shrink        0 lits rem          0 time: 0.03
24.99/25.00	c asymm  cl-useful: 0/1735/6967 lits-rem:0 time: 0.18
24.99/25.00	c calculated reachability. Time: 0.00
24.99/25.00	c  N dy   759    158488      1475      6967    118161     26248    364149    728975     10.88   no data
25.89/25.99	c  N dy   799    169370      1475      6967    118161     20209    364149    398042     10.87     11.60
26.89/26.99	c  N dy   858    180305      1475      6967    118161     30979    364149    870235     10.89     11.59
27.99/28.08	c  N dy   916    192388      1475      6967    118161     25146    364149    570828     10.89     11.48
29.29/29.30	c  N dy   967    204984      1475      6967    118161     18842    364149    263463     10.90     11.53
30.39/30.46	c  N dy  1034    218293      1475      6967    118161     31990    364149    827154     10.92     11.50
31.69/31.77	c  N dy  1083    232337      1475      6967    118161     26089    364149    532987     10.91     11.59
32.19/32.26	c  S st  1120    237732      1475      6967    118161     31428    364149    784111     10.92     10.62
32.29/32.30	c  S st  1120    238235      1475      6967    118161     31931    364149    807713     10.92   no data
32.29/32.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
32.39/32.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 10.2M T:  0.18
32.39/32.49	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
32.49/32.50	c bin-w-bin subsume rem            0 bins  time:  0.01 s
32.91/32.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.44 s
32.91/32.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1475 time:  0.01 s
32.91/32.96	c Removed useless bin:       0  fixed:     0  props:   0.57M  time:  0.01 s
32.91/32.97	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
34.19/34.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.26 s
34.59/34.68	c lits-rem:       293  cl-subs:     1052  v-elim:      0  v-fix:    0  time:  0.42 s
34.59/34.68	c vivif2 --  cl tried     6967 cl shrink        0 lits rem          0 time: 0.00
34.69/34.71	c vivif2 --  cl tried    30879 cl shrink        0 lits rem          0 time: 0.03
34.79/34.90	c asymm  cl-useful: 0/1798/6967 lits-rem:0 time: 0.18
34.89/34.90	c calculated reachability. Time: 0.00
34.89/34.90	c  N dy  1120    238235      1475      6967    118161     30879    364149    786902     10.92   no data
36.31/36.38	c  N dy  1177    253703      1475      6967    118161     25397    364149    459264     10.91     11.51
37.89/37.94	c  N dy  1253    269978      1475      6967    118161     41378    364149   1122638     10.92     11.53
39.61/39.63	c  N dy  1330    287530      1475      6967    118161     36997    364149    897518     10.92     11.52
41.39/41.47	c  F st  1426    306251      1475      6967    118161     32827    364149    757983     10.94     10.06
41.39/41.48	c  N st  1426    306251      1475      6967    118161     32827    364149    757983     10.94     10.06
43.39/43.43	c  N dy  1505    325877      1475      6967    118161     28529    364149    522199     10.96     11.68
45.29/45.39	c  N dy  1591    345892      1475      6967    118161     48236    364149   1341299     10.97     12.86
46.50/46.52	c  S st  1651    357352      1475      6967    118161     34910    364149    752717     10.99   no data
46.50/46.57	c  S st  1651    357853      1475      6967    118161     35405    364149    776083     10.99   no data
46.50/46.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
46.70/46.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      1 BRemL:      0 BRemN:      0 P: 10.3M T:  0.18
46.70/46.76	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
46.70/46.77	c bin-w-bin subsume rem            0 bins  time:  0.01 s
47.21/47.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.44 s
47.21/47.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1475 time:  0.01 s
47.21/47.23	c Removed useless bin:       0  fixed:     0  props:   0.57M  time:  0.01 s
47.21/47.24	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
48.41/48.48	c subs with bin:        0  lits-rem:         1  v-fix:    0  time:  1.21 s
48.79/48.84	c lits-rem:       287  cl-subs:      912  v-elim:      0  v-fix:    0  time:  0.36 s
48.79/48.85	c vivif2 --  cl tried     6967 cl shrink        0 lits rem          0 time: 0.00
48.79/48.88	c vivif2 --  cl tried    34493 cl shrink        0 lits rem          0 time: 0.03
48.99/49.06	c asymm  cl-useful: 0/1827/6967 lits-rem:0 time: 0.18
48.99/49.07	c calculated reachability. Time: 0.00
48.99/49.07	c  N dy  1651    357853      1475      6967    118162     34493    364149    758815     10.99   no data
51.09/51.13	c  N dy  1736    377959      1475      6967    118162     28706    364149    470705     10.99     11.63
53.09/53.15	c  N dy  1819    398018      1475      6967    118162     48454    364149   1279601     10.99     11.58
55.09/55.17	c  N dy  1908    418093      1475      6967    118162     41665    364149   1010391     10.99     14.68
57.30/57.30	c  N dy  1976    438166      1475      6967    118162     33801    364149    607871     10.98     13.05
59.31/59.40	c  N dy  2055    458247      1475      6967    118162     53560    364149   1438641     10.98     11.62
61.39/61.49	c  N dy  2153    478450      1475      6967    118162     44916    364149   1032266     10.99     11.57
63.59/63.69	c  N dy  2251    498645      1475      6967    118162     35277    364149    621913     10.99     11.58
65.79/65.82	c  N dy  2336    518703      1475      6967    118162     55004    364149   1426511     10.99     11.59
67.70/67.74	c  S st  2410    536780      1475      6967    118162     42298    364149    879963     10.99   no data
67.70/67.79	c  S st  2410    537281      1475      6967    118162     42798    364149    907941     10.99   no data
67.70/67.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
67.90/67.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 11.0M T:  0.20
67.90/67.99	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
68.00/68.00	c bin-w-bin subsume rem            0 bins  time:  0.01 s
68.40/68.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.44 s
68.40/68.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1475 time:  0.01 s
68.40/68.46	c Removed useless bin:       0  fixed:     0  props:   0.57M  time:  0.01 s
68.40/68.47	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
69.60/69.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.18 s
70.10/70.15	c lits-rem:       440  cl-subs:     1257  v-elim:      0  v-fix:    0  time:  0.46 s
70.10/70.16	c vivif2 --  cl tried     6967 cl shrink        0 lits rem          0 time: 0.00
70.10/70.19	c vivif2 --  cl tried    41541 cl shrink        0 lits rem          0 time: 0.04
70.31/70.38	c asymm  cl-useful: 0/1297/6967 lits-rem:0 time: 0.19
70.31/70.39	c calculated reachability. Time: 0.00
70.31/70.39	c  N dy  2410    537281      1475      6967    118162     41541    364149    883691     10.99   no data
72.61/72.66	c  N dy  2506    557410      1475      6967    118162     61338    364149   1681553     11.00     11.68
74.81/74.82	c  N dy  2602    577468      1475      6967    118162     49616    364149   1167912     11.00     12.14
77.09/77.16	c  N dy  2703    597558      1475      6967    118162     36916    364149    599007     11.01     12.37
79.29/79.34	c  N dy  2802    617583      1475      6967    118162     56648    364149   1409695     11.02     11.62
81.49/81.57	c  N dy  2888    637699      1475      6967    118162     42939    364149    815144     11.01     11.68
83.79/83.80	c  N dy  2975    657768      1475      6967    118162     62634    364149   1619112     11.02     13.42
85.99/86.09	c  N dy  3072    678691      1475      6967    118162     48772    364149    995249     11.02     11.84
88.29/88.36	c  N dy  3171    698787      1475      6967    118162     68551    364149   1797760     11.03     12.74
90.49/90.56	c  N dy  3271    718942      1475      6967    118162     52969    364149   1149242     11.03     11.69
92.90/92.98	c  N dy  3358    739176      1475      6967    118162     36483    364149    465846     11.03     11.67
95.09/95.15	c  N dy  3452    759398      1475      6967    118162     56327    364149   1236448     11.03     11.65
97.49/97.53	c  N dy  3542    779440      1475      6967    118162     38682    364149    526281     11.04     14.00
99.59/99.65	c  N dy  3637    799554      1475      6967    118162     58440    364149   1290814     11.04     11.63
100.29/100.34	c  S st  3659    805921      1475      6967    118162     64707    364149   1555449     11.04     10.34
100.39/100.40	c  S st  3659    806427      1475      6967    118162     65211    364149   1581573     11.04   no data
100.39/100.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
100.59/100.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 12.3M T:  0.23
100.59/100.63	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
100.59/100.64	c bin-w-bin subsume rem            0 bins  time:  0.01 s
100.99/101.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.44 s
100.99/101.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1475 time:  0.01 s
100.99/101.11	c Removed useless bin:       0  fixed:     0  props:   0.57M  time:  0.01 s
101.11/101.12	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
102.31/102.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.22 s
103.90/103.95	c lits-rem:       657  cl-subs:     2536  v-elim:      0  v-fix:    0  time:  1.56 s
103.90/103.95	c vivif2 --  cl tried     6967 cl shrink        0 lits rem          0 time: 0.00
104.00/104.02	c vivif2 --  cl tried    62675 cl shrink        0 lits rem          0 time: 0.07
104.20/104.21	c asymm  cl-useful: 0/1178/6967 lits-rem:0 time: 0.19
104.20/104.22	c calculated reachability. Time: 0.00
104.20/104.22	c  N dy  3659    806427      1475      6967    118162     62675    364149   1532406     11.04   no data
106.61/106.64	c  N dy  3756    827774      1475      6967    118162     45344    364149    750844     11.04     11.73
108.81/108.90	c  N dy  3833    847947      1475      6967    118162     65171    364149   1494142     11.03     11.63
111.19/111.20	c  N dy  3917    868070      1475      6967    118162     45639    364149    751696     11.04     11.75
113.40/113.40	c  N dy  4004    888084      1475      6967    118162     65338    364149   1501570     11.04     13.71
115.69/115.75	c  N dy  4091    908175      1475      6967    118162     44783    364149    661410     11.04     11.72
117.79/117.88	c  N dy  4190    928213      1475      6967    118162     64513    364149   1441620     11.04     11.64
120.39/120.48	c  N dy  4301    948441      1475      6967    118162     43076    364149    571626     11.05     11.70
122.59/122.63	c  N dy  4379    968531      1475      6967    118162     62761    364149   1305295     11.05     11.69
125.00/125.08	c  N dy  4459    988850      1475      6967    118162     82667    364149   2042053     11.05     11.73
127.19/127.29	c  N dy  4553   1008891      1475      6967    118162     60206    364149   1238525     11.05     12.04
129.59/129.66	c  N dy  4671   1028924      1475      6967    118162     79900    364149   1992539     11.06     11.75
131.91/131.98	c  N dy  4762   1049081      1475      6967    118162     56480    364149   1040313     11.06     11.66
134.29/134.35	c  N dy  4851   1069279      1475      6967    118162     76325    364149   1792796     11.06     11.69
134.59/134.69	c  F st  4856   1071878      1475      6967    118162     78869    364149   1880101     11.06     11.10
136.69/136.75	c  N dy  4918   1089963      1475      6967    118162     52475    364149    842926     11.06     11.67
138.89/138.99	c  N dy  5011   1110036      1475      6967    118162     72229    364149   1604020     11.06     11.81
141.60/141.63	c  N dy  5096   1130061      1475      6967    118162     46657    364149    595048     11.06     12.48
143.79/143.81	c  N dy  5181   1150144      1475      6967    118162     66359    364149   1323433     11.06     11.65
146.10/146.19	c  N dy  5275   1170162      1475      6967    118162     86045    364149   2069245     11.06     15.71
148.59/148.60	c  N dy  5372   1190512      1475      6967    118162     59831    364149   1038536     11.06     11.70
150.79/150.82	c  S st  5453   1209640      1475      6967    118162     78597    364149   1743833     11.06     10.09
150.79/150.88	c  S st  5453   1210143      1475      6967    118162     79100    364149   1771597     11.06   no data
150.79/150.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
151.09/151.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 12.1M T:  0.23
151.09/151.12	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
151.09/151.13	c bin-w-bin subsume rem            0 bins  time:  0.01 s
151.49/151.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.44 s
151.49/151.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1475 time:  0.01 s
151.59/151.60	c Removed useless bin:       0  fixed:     0  props:   0.57M  time:  0.01 s
151.59/151.61	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
152.81/152.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.22 s
154.79/154.83	c lits-rem:       846  cl-subs:     3192  v-elim:      0  v-fix:    0  time:  1.94 s
154.79/154.83	c vivif2 --  cl tried     6967 cl shrink        0 lits rem          0 time: 0.00
154.89/154.92	c vivif2 --  cl tried    75908 cl shrink        0 lits rem          0 time: 0.08
155.01/155.11	c asymm  cl-useful: 0/1180/6967 lits-rem:0 time: 0.19
155.11/155.12	c calculated reachability. Time: 0.00
155.11/155.12	c  N dy  5453   1210143      1475      6967    118162     75908    364149   1713125     11.06   no data
157.70/157.71	c  N dy  5538   1230149      1475      6967    118162     48470    364149    606459     11.06     11.74
159.90/159.94	c  N dy  5628   1250314      1475      6967    118162     68246    364149   1343410     11.07     11.67
162.39/162.45	c  N dy  5712   1270389      1475      6967    118162     87988    364149   2088537     11.07     12.79
164.91/164.91	c  N dy  5779   1290483      1475      6967    118162     59581    364149    982364     11.06     11.65
167.21/167.26	c  N dy  5869   1311066      1475      6967    118162     79795    364149   1762894     11.07     11.67
169.79/169.88	c  N dy  5933   1331101      1475      6967    118162     50385    364149    629508     11.06     11.66
172.00/172.09	c  N dy  6013   1351248      1475      6967    118162     70184    364149   1348044     11.06     11.96
174.50/174.59	c  N dy  6094   1371310      1475      6967    118162     89863    364149   2054312     11.06     11.74
177.12/177.19	c  N dy  6177   1392163      1475      6967    118162     60221    364149    962214     11.06     11.92
179.50/179.53	c  N dy  6274   1412326      1475      6967    118162     80022    364149   1702912     11.06     11.67
181.99/182.07	c  N dy  6351   1432407      1475      6967    118162     99733    364149   2437332     11.06     11.74
184.39/184.41	c  N dy  6435   1452457      1475      6967    118162     68371    364149   1234338     11.06     11.68
186.80/186.83	c  N dy  6509   1472498      1475      6967    118162     88008    364149   1959113     11.06     12.35
189.39/189.49	c  N dy  6624   1492567      1475      6967    118162     55715    364149    749084     11.06     11.82
191.69/191.79	c  N dy  6716   1512597      1475      6967    118162     75364    364149   1471249     11.06     12.76
194.19/194.29	c  N dy  6798   1532687      1475      6967    118162     95096    364149   2213219     11.06     11.67
196.70/196.81	c  N dy  6883   1552899      1475      6967    118162     61972    364149    945961     11.06     11.65
199.11/199.17	c  N dy  6984   1573052      1475      6967    118162     81816    364149   1680164     11.06     11.70
201.69/201.77	c  N dy  7074   1593172      1475      6967    118162    101571    364149   2411829     11.06     11.69
204.20/204.25	c  N dy  7166   1613202      1475      6967    118162     67213    364149   1092620     11.06     12.21
206.60/206.70	c  N dy  7250   1633335      1475      6967    118162     86945    364149   1799234     11.06     11.67
209.30/209.38	c  N dy  7340   1653449      1475      6967    118162    106688    364149   2504675     11.06     11.96
211.89/211.97	c  N dy  7429   1674683      1475      6967    118162     72575    364149   1259661     11.06     11.71
214.42/214.50	c  N dy  7528   1694793      1475      6967    118162     92328    364149   1997835     11.06     11.72
216.50/216.59	c  S st  7596   1710143      1475      6967    118162    107351    364149   2534691     11.06   no data
216.62/216.66	c  S st  7596   1710645      1475      6967    118162    107851    364149   2558428     11.06   no data
216.62/216.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
216.90/216.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 13.5M T:  0.26
216.90/216.93	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
216.90/216.95	c bin-w-bin subsume rem            0 bins  time:  0.01 s
217.30/217.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.44 s
217.40/217.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1475 time:  0.01 s
217.40/217.41	c Removed useless bin:       0  fixed:     0  props:   0.57M  time:  0.01 s
217.40/217.43	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
218.70/218.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.29 s
222.90/222.97	c lits-rem:      1596  cl-subs:     5674  v-elim:      0  v-fix:    0  time:  4.17 s
222.90/222.97	c vivif2 --  cl tried     6967 cl shrink        0 lits rem          0 time: 0.00
223.10/223.10	c vivif2 --  cl tried   102177 cl shrink        0 lits rem          0 time: 0.12
223.22/223.30	c asymm  cl-useful: 0/1034/6967 lits-rem:0 time: 0.20
223.22/223.31	c calculated reachability. Time: 0.00
223.22/223.31	c  N dy  7596   1710645      1475      6967    118162    102177    364149   2458804     11.06   no data
225.89/225.92	c  N dy  7685   1730659      1475      6967    118162     65914    364149   1008486     11.06     14.61
228.29/228.34	c  N dy  7774   1750686      1475      6967    118162     85594    364149   1723047     11.07     11.65
230.91/230.93	c  N dy  7846   1771094      1475      6967    118162    105613    364149   2469227     11.06     11.65
233.40/233.47	c  N dy  7920   1791171      1475      6967    118162     68395    364149   1072637     11.06     12.42
235.80/235.88	c  N dy  7992   1811387      1475      6967    118162     88233    364149   1791493     11.06     11.76
238.39/238.43	c  N dy  8091   1831653      1475      6967    118162    108176    364149   2554977     11.06     11.67
241.10/241.13	c  N dy  8167   1852718      1475      6967    118162     70912    364149   1139661     11.06     11.70
243.50/243.57	c  N dy  8263   1872751      1475      6967    118162     90620    364149   1881210     11.06     11.66
246.20/246.27	c  N dy  8359   1892835      1475      6967    118162    110317    364149   2596150     11.06     12.52
248.79/248.86	c  N dy  8431   1913324      1475      6967    118162     71475    364149   1123321     11.06     11.69
251.29/251.32	c  N dy  8505   1933430      1475      6967    118162     91180    364149   1835327     11.05     11.65
254.12/254.12	c  N dy  8581   1954292      1475      6967    118162    111667    364149   2590841     11.05     11.66
256.80/256.87	c  N dy  8669   1975203      1475      6967    118162     72332    364149   1128457     11.05     11.64
259.40/259.48	c  N dy  8766   1996121      1475      6967    118162     92859    364149   1896712     11.05     11.68
262.10/262.16	c  N dy  8849   2016209      1475      6967    118162    112574    364149   2630695     11.05     11.72
264.79/264.81	c  N dy  8928   2036269      1475      6967    118162     71440    364149   1082701     11.05     11.75
267.21/267.30	c  N dy  9021   2056567      1475      6967    118162     91352    364149   1820311     11.05     11.65
270.00/270.05	c  N dy  9097   2077052      1475      6967    118162    111436    364149   2563381     11.05     11.66
272.82/272.86	c  N dy  9189   2097067      1475      6967    118162     69285    364149    989427     11.05     11.68
275.30/275.32	c  N dy  9260   2117401      1475      6967    118162     89254    364149   1707868     11.05     11.65
277.89/277.92	c  N dy  9338   2137428      1475      6967    118162    108902    364149   2422977     11.05     18.80
280.80/280.88	c  N dy  9419   2157740      1475      6967    118162     65981    364149    832331     11.05     11.68
283.20/283.25	c  N dy  9515   2177804      1475      6967    118162     85689    364149   1547111     11.05     13.29
285.92/285.95	c  N dy  9626   2197859      1475      6967    118162    105352    364149   2252599     11.05     13.18
287.70/287.73	c  S st  9688   2210646      1475      6967    118162    117880    364149   2713304     11.05     10.04
287.70/287.79	c  S st  9688   2211150      1475      6967    118162    118380    364149   2737780     11.05   no data
287.80/287.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
288.00/288.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 13.9M T:  0.27
288.00/288.08	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
288.00/288.09	c bin-w-bin subsume rem            0 bins  time:  0.01 s
288.50/288.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.44 s
288.50/288.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1475 time:  0.01 s
288.50/288.55	c Removed useless bin:       0  fixed:     0  props:   0.57M  time:  0.01 s
288.50/288.58	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
289.90/289.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.25 s
294.40/294.40	c lits-rem:      1239  cl-subs:     5583  v-elim:      0  v-fix:    0  time:  4.49 s
294.40/294.40	c vivif2 --  cl tried     6967 cl shrink        0 lits rem          0 time: 0.00
294.50/294.54	c vivif2 --  cl tried   112797 cl shrink        0 lits rem          0 time: 0.13
294.71/294.74	c asymm  cl-useful: 0/997/6967 lits-rem:0 time: 0.20
294.71/294.75	c calculated reachability. Time: 0.00
294.71/294.75	c  N dy  9688   2211150      1475      6967    118162    112797    364149   2639571     11.05   no data
297.50/297.58	c  N dy  9782   2231190      1475      6967    118162     68787    364149    912960     11.06     11.68
300.00/300.04	c  N dy  9868   2251554      1475      6967    118162     88797    364149   1671925     11.05     11.69
302.70/302.77	c  N dy  9952   2271562      1475      6967    118162    108444    364149   2388844     11.05     11.72
305.60/305.69	c  N dy 10055   2291776      1475      6967    118162    128256    364149   3105644     11.06     11.65
308.30/308.33	c  N dy 10136   2312302      1475      6967    118162     83645    364149   1421573     11.05     11.94
311.00/311.00	c  N dy 10227   2332873      1475      6967    118162    103837    364149   2166602     11.06     11.64
313.79/313.90	c  N dy 10297   2353757      1475      6967    118162    124336    364149   2916798     11.05     11.67
316.60/316.65	c  N dy 10382   2373857      1475      6967    118162     78256    364149   1180663     11.05     11.66
319.20/319.24	c  N dy 10463   2393928      1475      6967    118162     97971    364149   1907250     11.05     11.71
321.90/321.96	c  N dy 10543   2413983      1475      6967    118162    117581    364149   2616905     11.05     14.51
324.90/324.91	c  N dy 10636   2434036      1475      6967    118162     70601    364149    907996     11.05     13.47
327.39/327.41	c  N dy 10731   2454147      1475      6967    118162     90317    364149   1603967     11.05     11.68
330.10/330.13	c  N dy 10821   2474250      1475      6967    118162    110029    364149   2323709     11.06     11.66
333.00/333.06	c  N dy 10917   2494524      1475      6967    118162    129958    364149   3057632     11.06     11.85
335.80/335.82	c  N dy 10992   2514764      1475      6967    118162     82132    364149   1288925     11.05     11.70
338.30/338.38	c  N dy 11097   2534800      1475      6967    118162    101813    364149   2044990     11.06     12.18
341.10/341.19	c  N dy 11185   2554957      1475      6967    118162    121581    364149   2772342     11.06     11.72
344.22/344.31	c  N dy 11267   2575638      1475      6967    118162     73190    364149    944560     11.06     11.79
346.80/346.87	c  N dy 11374   2595877      1475      6967    118162     92992    364149   1645297     11.06     11.74
349.60/349.62	c  N dy 11453   2616425      1475      6967    118162    113132    364149   2375695     11.06     11.66
352.50/352.54	c  N dy 11547   2636619      1475      6967    118162    132890    364149   3093459     11.06     11.70
355.32/355.36	c  N dy 11628   2657233      1475      6967    118162     83567    364149   1295877     11.06     11.77
358.00/358.06	c  N dy 11722   2677301      1475      6967    118162    103247    364149   1996365     11.06     11.72
360.72/360.79	c  N dy 11808   2697336      1475      6967    118162    122888    364149   2706493     11.06     13.54
362.80/362.85	c  S st 11854   2711151      1475      6967    118162    136417    364149   3165899     11.06     11.07
362.92/362.92	c  S st 11854   2711651      1475      6967    118162    136916    364149   3189929     11.06   no data
362.92/362.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
363.20/363.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 15.2M T:  0.30
363.20/363.24	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
363.20/363.25	c bin-w-bin subsume rem            0 bins  time:  0.01 s
363.60/363.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.44 s
363.70/363.70	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1475 time:  0.01 s
363.70/363.71	c Removed useless bin:       0  fixed:     0  props:   0.57M  time:  0.01 s
363.70/363.74	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
365.11/365.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.30 s
368.00/368.06	c lits-rem:      1310  cl-subs:     7506  v-elim:      0  v-fix:    0  time:  2.92 s
368.00/368.06	c vivif2 --  cl tried     6967 cl shrink        0 lits rem          0 time: 0.00
368.20/368.22	c vivif2 --  cl tried   129410 cl shrink        0 lits rem          0 time: 0.16
368.42/368.42	c asymm  cl-useful: 0/910/6967 lits-rem:0 time: 0.21
368.42/368.43	c calculated reachability. Time: 0.00
368.42/368.43	c  N dy 11854   2711651      1475      6967    118162    129410    364149   3060942     11.06   no data
371.30/371.37	c  N dy 11923   2731739      1475      6967    118162     78567    364149   1080780     11.06     13.39
374.02/374.06	c  N dy 12013   2752421      1475      6967    118162     98851    364149   1807781     11.06     11.74
376.80/376.82	c  N dy 12104   2772672      1475      6967    118162    118669    364149   2534823     11.06     11.66
379.80/379.87	c  N dy 12182   2792860      1475      6967    118162    138409    364149   3232261     11.05     11.71
382.60/382.65	c  N dy 12280   2812882      1475      6967    118162     86537    364149   1361645     11.05     12.67
385.30/385.36	c  N dy 12362   2833171      1475      6967    118162    106436    364149   2088620     11.05     11.66
388.22/388.23	c  N dy 12453   2853338      1475      6967    118162    126242    364149   2795541     11.05     11.80
391.40/391.47	c  N dy 12536   2873402      1475      6967    118162     73387    364149    851159     11.05     11.72
394.00/394.03	c  N dy 12631   2893636      1475      6967    118162     93252    364149   1554919     11.05     11.75
396.90/396.90	c  N dy 12703   2914840      1475      6967    118162    114036    364149   2285302     11.05     11.68
399.80/399.86	c  N dy 12793   2934921      1475      6967    118162    133775    364149   3000642     11.05     12.04
402.90/402.93	c  N dy 12882   2954996      1475      6967    118162     79862    364149   1070789     11.05     11.69
405.50/405.56	c  N dy 12970   2975088      1475      6967    118162     99583    364149   1768878     11.05     12.85
408.40/408.46	c  N dy 13052   2995121      1475      6967    118162    119207    364149   2440550     11.05     11.70
411.50/411.53	c  N dy 13164   3015300      1475      6967    118162    138998    364149   3165273     11.06     11.71
414.50/414.55	c  N dy 13239   3035490      1475      6967    118162     84267    364149   1190479     11.05     11.68
417.20/417.21	c  N dy 13314   3055526      1475      6967    118162    103914    364149   1878679     11.05     11.64
420.00/420.06	c  N dy 13402   3075653      1475      6967    118162    123657    364149   2587563     11.05     11.71
423.10/423.10	c  N dy 13489   3095884      1475      6967    118162    143555    364149   3320675     11.05     11.81
426.01/426.09	c  N dy 13547   3115944      1475      6967    118162     87632    364149   1262336     11.05     21.16
428.70/428.73	c  N dy 13630   3136102      1475      6967    118162    107403    364149   1995952     11.05     11.70
431.60/431.61	c  N dy 13711   3156172      1475      6967    118162    127114    364149   2709030     11.05     11.66
434.70/434.73	c  N dy 13805   3176388      1475      6967    118162    146922    364149   3421107     11.05     11.68
437.50/437.55	c  N dy 13889   3196511      1475      6967    118162     90163    364149   1382253     11.05     11.64
439.60/439.63	c  S st 13944   3211652      1475      6967    118162    104996    364149   1894529     11.05   no data
439.60/439.69	c  S st 13944   3212153      1475      6967    118162    105497    364149   1919924     11.05   no data
439.70/439.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
439.92/439.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 13.8M T:  0.26
439.92/439.97	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
439.92/439.98	c bin-w-bin subsume rem            0 bins  time:  0.01 s
440.40/440.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.44 s
440.40/440.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1475 time:  0.01 s
440.40/440.44	c Removed useless bin:       0  fixed:     0  props:   0.58M  time:  0.01 s
440.40/440.46	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
441.70/441.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.20 s
443.32/443.35	c lits-rem:       540  cl-subs:     4236  v-elim:      0  v-fix:    0  time:  1.63 s
443.32/443.36	c vivif2 --  cl tried     6967 cl shrink        0 lits rem          0 time: 0.00
443.40/443.46	c vivif2 --  cl tried   101261 cl shrink        0 lits rem          0 time: 0.10
443.60/443.66	c asymm  cl-useful: 0/1005/6967 lits-rem:0 time: 0.20
443.60/443.66	c calculated reachability. Time: 0.00
443.60/443.66	c  N dy 13944   3212153      1475      6967    118162    101261    364149   1844046     11.05   no data
446.52/446.58	c  N dy 14039   3232287      1475      6967    118162    121051    364149   2564661     11.05     11.85
449.60/449.70	c  N dy 14145   3252355      1475      6967    118162    140759    364149   3297371     11.05     15.52
452.90/452.93	c  N dy 14244   3272454      1475      6967    118162     83043    364149   1076950     11.05     16.86
455.60/455.63	c  N dy 14331   3292916      1475      6967    118162    103111    364149   1788304     11.05     11.72
458.40/458.43	c  N dy 14424   3312990      1475      6967    118162    122825    364149   2522945     11.05     12.15
461.50/461.51	c  N dy 14519   3333107      1475      6967    118162    142569    364149   3239685     11.05     11.68
464.70/464.72	c  N dy 14617   3353179      1475      6967    118162     83781    364149   1078601     11.05     11.64
467.30/467.35	c  N dy 14711   3373255      1475      6967    118162    103510    364149   1775564     11.05     15.74
470.20/470.28	c  N dy 14797   3393338      1475      6967    118162    123223    364149   2484424     11.06     11.68
473.20/473.23	c  N dy 14880   3413582      1475      6967    118162    143104    364149   3241542     11.06     11.70
476.60/476.62	c  N dy 14960   3433636      1475      6967    118162     83272    364149   1035886     11.06     11.66
479.30/479.39	c  N dy 15040   3453977      1475      6967    118162    103228    364149   1721776     11.06     11.68
482.20/482.26	c  N dy 15131   3474089      1475      6967    118162    123035    364149   2442301     11.06     11.65
485.40/485.44	c  N dy 15228   3494189      1475      6967    118162    142698    364149   3134349     11.06     11.71
488.80/488.87	c  N dy 15327   3514271      1475      6967    118162     81906    364149    959273     11.06     11.67
491.40/491.45	c  N dy 15413   3534292      1475      6967    118162    101559    364149   1670466     11.06     11.90
494.30/494.37	c  N dy 15515   3554424      1475      6967    118162    121296    364149   2391190     11.06     11.72
497.51/497.55	c  N dy 15595   3574492      1475      6967    118162    140939    364149   3072552     11.06     11.69
500.80/500.81	c  N dy 15699   3594566      1475      6967    118162    160627    364149   3777248     11.06     14.17
503.60/503.70	c  N dy 15792   3614602      1475      6967    118162     98891    364149   1555257     11.06     16.46
506.70/506.73	c  N dy 15871   3635673      1475      6967    118162    119562    364149   2285919     11.06     11.66
509.80/509.85	c  N dy 15937   3655937      1475      6967    118162    139400    364149   2970279     11.06     11.66
513.10/513.12	c  N dy 16019   3676061      1475      6967    118162    159172    364149   3679996     11.06     11.67
516.20/516.21	c  N dy 16115   3696422      1475      6967    118162     96767    364149   1451330     11.06     11.74
518.40/518.43	c  S st 16171   3712153      1475      6967    118162    112131    364149   1985149     11.06      9.16
518.50/518.50	c  S st 16171   3712656      1475      6967    118162    112634    364149   2008250     11.06   no data
518.50/518.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
518.70/518.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 14.3M T:  0.28
518.70/518.79	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
518.80/518.80	c bin-w-bin subsume rem            0 bins  time:  0.01 s
519.22/519.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.44 s
519.22/519.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1475 time:  0.01 s
519.22/519.26	c Removed useless bin:       0  fixed:     0  props:   0.58M  time:  0.01 s
519.22/519.28	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
520.50/520.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.22 s
522.00/522.02	c lits-rem:       553  cl-subs:     3841  v-elim:      0  v-fix:    0  time:  1.45 s
522.00/522.02	c vivif2 --  cl tried     6967 cl shrink        0 lits rem          0 time: 0.00
522.10/522.13	c vivif2 --  cl tried   108793 cl shrink        0 lits rem          0 time: 0.11
522.20/522.28	c asymm  cl-useful: 0/663/6967 lits-rem:0 time: 0.15
522.20/522.29	c calculated reachability. Time: 0.00
522.20/522.29	c  N dy 16171   3712656      1475      6967    118162    108793    364149   1945498     11.06   no data
525.20/525.28	c  N dy 16287   3732758      1475      6967    118162    128519    364149   2664753     11.06     11.65
528.30/528.30	c  F st 16370   3751564      1475      6967    118162    146939    364149   3302893     11.06     10.71
528.60/528.63	c  N st 16374   3753600      1475      6967    118162    148927    364149   3374927     11.06   no data
532.20/532.28	c  N dy 16461   3774393      1475      6967    118162     85964    364149   1028242     11.06     11.68
534.80/534.89	c  N dy 16551   3794420      1475      6967    118162    105654    364149   1749388     11.06     12.05
537.70/537.77	c  N dy 16660   3814497      1475      6967    118162    125379    364149   2467910     11.06     11.72
540.80/540.87	c  N dy 16739   3834703      1475      6967    118162    145174    364149   3175460     11.06     11.67
544.20/544.26	c  N dy 16825   3856197      1475      6967    118162    166275    364149   3943195     11.06     11.66
547.31/547.34	c  N dy 16915   3876684      1475      6967    118162    102062    364149   1557736     11.06     11.65
550.11/550.17	c  N dy 16994   3896713      1475      6967    118162    121696    364149   2278457     11.06     11.70
553.22/553.27	c  N dy 17072   3916729      1475      6967    118162    141284    364149   2962340     11.06     15.94
556.52/556.60	c  N dy 17168   3936823      1475      6967    118162    160982    364149   3679060     11.06     11.71
559.82/559.85	c  N dy 17253   3957172      1475      6967    118162     95642    364149   1327357     11.06     11.65
562.60/562.68	c  N dy 17369   3977212      1475      6967    118162    115322    364149   2066716     11.06     12.22
565.50/565.58	c  N dy 17454   3997312      1475      6967    118162    135029    364149   2792353     11.06     12.01
568.81/568.85	c  N dy 17552   4017617      1475      6967    118162    154959    364149   3529463     11.06     11.65
572.40/572.49	c  N dy 17649   4037640      1475      6967    118162     88289    364149   1049735     11.06     11.69
575.22/575.31	c  N dy 17747   4058416      1475      6967    118162    108688    364149   1779508     11.06     11.69
578.20/578.26	c  N dy 17841   4078588      1475      6967    118162    128456    364149   2469114     11.06     11.69
581.40/581.44	c  N dy 17932   4098597      1475      6967    118162    148045    364149   3160204     11.07     11.71
584.90/584.93	c  N dy 18020   4118778      1475      6967    118162    167806    364149   3851117     11.07     11.71
588.11/588.11	c  N dy 18102   4138889      1475      6967    118162    100233    364149   1448714     11.06     11.68
591.01/591.01	c  N dy 18202   4159411      1475      6967    118162    120349    364149   2169118     11.07     11.67
594.10/594.11	c  N dy 18295   4179466      1475      6967    118162    139960    364149   2866171     11.07     12.06
597.32/597.36	c  N dy 18398   4199476      1475      6967    118162    159593    364149   3574842     11.07     11.65
599.60/599.66	c  S st 18460   4212656      1475      6967    118162    172499    364149   4021249     11.07   no data
599.70/599.74	c  S st 18460   4213160      1475      6967    118162    173002    364149   4045330     11.07   no data
599.70/599.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
600.00/600.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 16.9M T:  0.34
600.10/600.10	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
600.10/600.11	c bin-w-bin subsume rem            0 bins  time:  0.01 s
600.52/600.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.44 s
600.52/600.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1475 time:  0.01 s
600.52/600.57	c Removed useless bin:       0  fixed:     0  props:   0.58M  time:  0.01 s
600.52/600.61	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
601.90/601.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.26 s
605.90/605.98	c lits-rem:      1313  cl-subs:     9658  v-elim:      0  v-fix:    0  time:  3.98 s
605.90/605.98	c vivif2 --  cl tried     6967 cl shrink        0 lits rem          0 time: 0.00
606.12/606.18	c vivif2 --  cl tried   163344 cl shrink        0 lits rem          0 time: 0.20
606.30/606.40	c asymm  cl-useful: 0/1125/6967 lits-rem:0 time: 0.21
606.40/606.40	c calculated reachability. Time: 0.00
606.40/606.40	c  N dy 18460   4213160      1475      6967    118162    163344    364149   3880419     11.07   no data
609.81/609.85	c  N dy 18564   4233307      1475      6967    118162     95016    364149   1243325     11.07     11.67
612.63/612.67	c  N dy 18663   4253402      1475      6967    118162    114695    364149   1946816     11.07     13.24
615.61/615.63	c  N dy 18727   4273575      1475      6967    118162    134472    364149   2641578     11.07     11.70
618.81/618.82	c  N dy 18814   4293649      1475      6967    118162    154203    364149   3360450     11.07     13.04
622.30/622.35	c  N dy 18891   4313824      1475      6967    118162    173982    364149   4025175     11.07     11.71
625.40/625.48	c  N dy 18982   4333905      1475      6967    118162    104515    364149   1577479     11.07     13.17
628.40/628.42	c  N dy 19074   4354049      1475      6967    118162    124267    364149   2275237     11.07     11.68
631.50/631.52	c  N dy 19172   4374151      1475      6967    118162    143995    364149   2994097     11.07     11.86
634.81/634.88	c  N dy 19254   4394543      1475      6967    118162    163990    364149   3690425     11.07     11.74
638.50/638.56	c  N dy 19360   4414553      1475      6967    118162     93421    364149   1144398     11.07     11.74
641.32/641.37	c  N dy 19468   4434627      1475      6967    118162    113150    364149   1861187     11.07     11.76
644.40/644.51	c  N dy 19579   4455302      1475      6967    118162    133445    364149   2611396     11.08     11.71
647.71/647.76	c  N dy 19665   4475314      1475      6967    118162    153043    364149   3328449     11.08     12.70
651.13/651.20	c  N dy 19756   4495327      1475      6967    118162    172614    364149   4020421     11.08     11.81
654.71/654.70	c  N dy 19832   4515468      1475      6967    118162    101143    364149   1368900     11.08     11.69
657.61/657.61	c  N dy 19926   4536123      1475      6967    118162    121418    364149   2085906     11.08     11.80
660.60/660.63	c  N dy 20010   4556183      1475      6967    118162    141070    364149   2772226     11.08     11.72
663.90/663.99	c  N dy 20106   4576464      1475      6967    118162    161005    364149   3485531     11.08     11.69
667.50/667.51	c  N dy 20193   4596555      1475      6967    118162    180649    364149   4188089     11.08     16.38
670.81/670.83	c  N dy 20297   4616947      1475      6967    118162    108477    364149   1618618     11.08     11.70
673.91/673.90	c  N dy 20380   4637200      1475      6967    118162    128307    364149   2316969     11.08     11.66
677.11/677.12	c  N dy 20493   4657408      1475      6967    118162    148123    364149   3046206     11.08     11.76
680.51/680.55	c  N dy 20586   4677649      1475      6967    118162    167950    364149   3762148     11.08     11.81
684.41/684.48	c  N dy 20686   4698657      1475      6967    118162     95407    364149   1135416     11.08     11.80
686.51/686.53	c  S st 20755   4713160      1475      6967    118162    109617    364149   1630771     11.08      8.98
686.61/686.60	c  S st 20755   4713660      1475      6967    118162    110116    364149   1653594     11.08   no data
686.61/686.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
686.81/686.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 14.8M T:  0.28
686.81/686.89	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
686.91/686.90	c bin-w-bin subsume rem            0 bins  time:  0.01 s
687.31/687.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.44 s
687.31/687.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1475 time:  0.01 s
687.31/687.36	c Removed useless bin:       0  fixed:     0  props:   0.58M  time:  0.01 s
687.31/687.39	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
688.53/688.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.13 s
689.21/689.27	c lits-rem:       299  cl-subs:     2246  v-elim:      0  v-fix:    0  time:  0.69 s
689.21/689.27	c vivif2 --  cl tried     6967 cl shrink        0 lits rem          0 time: 0.00
689.31/689.36	c vivif2 --  cl tried   107870 cl shrink        0 lits rem          0 time: 0.09
689.51/689.56	c asymm  cl-useful: 0/989/6967 lits-rem:0 time: 0.20
689.51/689.57	c calculated reachability. Time: 0.00
689.51/689.57	c  N dy 20755   4713660      1475      6967    118162    107870    364149   1616957     11.08   no data
692.51/692.56	c  N dy 20854   4733822      1475      6967    118162    127667    364149   2323138     11.08     11.76
695.81/695.82	c  N dy 20941   4754052      1475      6967    118162    147484    364149   3013755     11.08     11.73
699.31/699.30	c  N dy 21032   4774790      1475      6967    118162    167819    364149   3758320     11.08     11.72
702.82/702.91	c  N dy 21127   4795158      1475      6967    118162    187759    364149   4448581     11.08     11.69
706.00/706.04	c  N dy 21229   4815186      1475      6967    118162    113359    364149   1743489     11.08     13.33
709.01/709.05	c  N dy 21319   4835243      1475      6967    118162    133033    364149   2441544     11.08     13.43
712.30/712.35	c  N dy 21393   4855541      1475      6967    118162    152920    364149   3128157     11.08     11.69
715.81/715.88	c  N dy 21495   4876046      1475      6967    118162    173031    364149   3846352     11.08     11.67
719.61/719.68	c  N dy 21567   4896441      1475      6967    118162     97944    364149   1183886     11.08     11.68
722.63/722.65	c  N dy 21649   4916497      1475      6967    118162    117592    364149   1839744     11.08     13.80
725.70/725.75	c  N dy 21739   4936871      1475      6967    118162    137581    364149   2561409     11.08     11.67
729.00/729.05	c  N dy 21846   4956957      1475      6967    118162    157268    364149   3267442     11.08     12.34
732.40/732.42	c  N dy 21926   4977157      1475      6967    118162    177038    364149   3972159     11.08     11.68
736.21/736.24	c  N dy 21997   4998352      1475      6967    118162    101734    364149   1283458     11.08     11.67
739.23/739.24	c  N dy 22077   5018558      1475      6967    118162    121531    364149   1961354     11.08     11.73
742.21/742.22	c  N dy 22165   5038634      1475      6967    118162    141208    364149   2666397     11.08     11.67
745.61/745.62	c  N dy 22285   5058728      1475      6967    118162    160986    364149   3380004     11.08     11.68
749.02/749.02	c  N dy 22350   5078845      1475      6967    118162    180682    364149   4073461     11.08     11.81
752.61/752.69	c  N dy 22435   5099294      1475      6967    118162    103692    364149   1327634     11.08     11.69
755.73/755.74	c  N dy 22529   5120120      1475      6967    118162    124147    364149   2068076     11.08     11.76
759.02/759.08	c  N dy 22618   5140447      1475      6967    118162    144120    364149   2772685     11.08     11.77
762.41/762.48	c  N dy 22711   5160533      1475      6967    118162    163807    364149   3454279     11.08     13.94
766.01/766.01	c  N dy 22789   5180557      1475      6967    118162    183378    364149   4128755     11.08     11.92
769.71/769.70	c  N dy 22881   5200644      1475      6967    118162    105011    364149   1361444     11.08     13.41
771.50/771.57	c  S st 22938   5213660      1475      6967    118162    117782    364149   1815845     11.08   no data
771.60/771.64	c  S st 22938   5214161      1475      6967    118162    118283    364149   1837736     11.08   no data
771.60/771.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
771.90/771.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 14.9M T:  0.29
771.90/771.94	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
771.90/771.95	c bin-w-bin subsume rem            0 bins  time:  0.01 s
772.30/772.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.44 s
772.40/772.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1475 time:  0.01 s
772.40/772.41	c Removed useless bin:       0  fixed:     0  props:   0.58M  time:  0.01 s
772.40/772.43	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
773.60/773.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.18 s
774.50/774.51	c lits-rem:       308  cl-subs:     2464  v-elim:      0  v-fix:    0  time:  0.84 s
774.50/774.51	c vivif2 --  cl tried     6967 cl shrink        0 lits rem          0 time: 0.00
774.60/774.61	c vivif2 --  cl tried   115819 cl shrink        0 lits rem          0 time: 0.10
774.80/774.81	c asymm  cl-useful: 0/917/6967 lits-rem:0 time: 0.20
774.80/774.82	c calculated reachability. Time: 0.00
774.80/774.82	c  N dy 22938   5214161      1475      6967    118162    115819    364149   1796497     11.08   no data
777.91/777.95	c  N dy 23024   5234367      1475      6967    118162    135645    364149   2479624     11.08     11.80
781.21/781.23	c  N dy 23098   5254417      1475      6967    118162    155271    364149   3169465     11.08     11.74
784.61/784.65	c  N dy 23186   5274496      1475      6967    118162    174938    364149   3876114     11.08     11.70
788.51/788.50	c  N dy 23279   5294878      1475      6967    118162    194940    364149   4584565     11.08     11.69
791.81/791.80	c  N dy 23370   5315023      1475      6967    118162    115728    364149   1746444     11.08     11.67
794.91/794.93	c  N dy 23456   5335256      1475      6967    118162    135563    364149   2462221     11.08     11.68
798.21/798.27	c  N dy 23541   5355259      1475      6967    118162    155125    364149   3135492     11.08     11.67
801.71/801.77	c  N dy 23639   5375426      1475      6967    118162    174879    364149   3858179     11.08     11.69
805.41/805.48	c  N dy 23714   5395486      1475      6967    118162    194537    364149   4542788     11.08     14.50
808.91/808.91	c  N dy 23818   5415578      1475      6967    118162    114278    364149   1666361     11.09     13.83
812.01/812.00	c  N dy 23900   5435622      1475      6967    118162    133915    364149   2339540     11.09     11.69
815.31/815.36	c  N dy 23996   5455950      1475      6967    118162    153821    364149   3046955     11.09     11.89
818.91/818.93	c  N dy 24085   5476227      1475      6967    118162    173722    364149   3754220     11.09     11.81
822.51/822.57	c  N dy 24175   5496490      1475      6967    118162    193593    364149   4465375     11.09     11.84
826.03/826.11	c  N dy 24240   5516499      1475      6967    118162    112214    364149   1550598     11.09     11.69
829.11/829.13	c  N dy 24324   5536607      1475      6967    118162    131898    364149   2251905     11.09     11.69
832.31/832.39	c  N dy 24403   5556684      1475      6967    118162    151566    364149   2937219     11.09     17.25
835.81/835.87	c  N dy 24477   5576810      1475      6967    118162    171268    364149   3636024     11.08     11.78
839.32/839.38	c  N dy 24565   5596851      1475      6967    118162    190891    364149   4337457     11.08     16.28
843.11/843.19	c  N dy 24639   5617348      1475      6967    118162    109104    364149   1409541     11.08     11.87
846.21/846.28	c  N dy 24716   5637354      1475      6967    118162    128703    364149   2092497     11.08     11.86
849.51/849.56	c  N dy 24801   5657504      1475      6967    118162    148429    364149   2783576     11.08     11.82
852.91/852.91	c  N dy 24882   5677516      1475      6967    118162    168065    364149   3487253     11.08     11.86
856.51/856.58	c  N dy 24989   5697527      1475      6967    118162    187726    364149   4183316     11.08     11.88
859.71/859.74	c  S st 25067   5714162      1475      6967    118162    203997    364149   4755055     11.08     10.86
859.81/859.83	c  S st 25067   5714664      1475      6967    118162    204497    364149   4782690     11.08   no data
859.81/859.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
860.23/860.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 19.0M T:  0.39
860.23/860.25	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
860.23/860.26	c bin-w-bin subsume rem            0 bins  time:  0.01 s
860.71/860.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.44 s
860.71/860.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1475 time:  0.01 s
860.71/860.72	c Removed useless bin:       0  fixed:     0  props:   0.58M  time:  0.01 s
860.71/860.76	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
862.12/862.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.28 s
867.41/867.49	c lits-rem:      1330  cl-subs:    13230  v-elim:      0  v-fix:    0  time:  5.30 s
867.41/867.49	c vivif2 --  cl tried     6967 cl shrink        0 lits rem          0 time: 0.00
867.71/867.73	c vivif2 --  cl tried   191267 cl shrink        0 lits rem          0 time: 0.24
867.93/867.95	c asymm  cl-useful: 0/842/6967 lits-rem:0 time: 0.22
867.93/867.96	c calculated reachability. Time: 0.00
867.93/867.96	c  N dy 25067   5714664      1475      6967    118162    191267    364149   4561454     11.08   no data
871.91/871.92	c  N dy 25142   5735047      1475      6967    118162    108471    364149   1384987     11.08     11.77
874.92/874.98	c  N dy 25219   5755148      1475      6967    118162    128176    364149   2079608     11.08     14.79
878.32/878.34	c  N dy 25318   5775616      1475      6967    118162    148250    364149   2796024     11.08     11.80
881.81/881.80	c  N dy 25415   5796146      1475      6967    118162    168398    364149   3514692     11.08     11.72
885.31/885.39	c  N dy 25505   5816199      1475      6967    118162    188035    364149   4217307     11.08     12.15
889.32/889.31	c  N dy 25601   5836233      1475      6967    118162    207661    364149   4894414     11.08     11.70
892.61/892.61	c  N dy 25678   5856242      1475      6967    118162    123417    364149   1862095     11.08     13.53
895.81/895.88	c  N dy 25761   5876449      1475      6967    118162    143240    364149   2565349     11.08     11.68
899.42/899.41	c  N dy 25870   5896548      1475      6967    118162    162938    364149   3251183     11.09     11.85
903.03/903.10	c  N dy 25950   5916576      1475      6967    118162    182566    364149   3927022     11.08     11.87
906.91/906.91	c  N dy 26059   5936751      1475      6967    118162    202346    364149   4655197     11.09     11.71
910.51/910.53	c  N dy 26162   5956826      1475      6967    118162    117193    364149   1659878     11.09     18.90
913.81/913.80	c  N dy 26255   5977239      1475      6967    118162    137195    364149   2364324     11.09     11.79
917.21/917.25	c  N dy 26354   5997542      1475      6967    118162    157075    364149   3064726     11.09     11.79
920.82/920.86	c  N dy 26449   6017622      1475      6967    118162    176716    364149   3742678     11.09     11.72
924.51/924.52	c  N dy 26526   6037714      1475      6967    118162    196391    364149   4463188     11.09     18.16
928.61/928.67	c  N dy 26630   6057895      1475      6967    118162    110358    364149   1374233     11.09     11.82
931.81/931.81	c  N dy 26728   6077953      1475      6967    118162    130013    364149   2068107     11.09     11.76
935.21/935.28	c  N dy 26807   6098523      1475      6967    118162    150143    364149   2742294     11.09     11.68
938.71/938.75	c  N dy 26900   6118685      1475      6967    118162    169906    364149   3454036     11.09     11.85
942.41/942.41	c  N dy 26993   6138784      1475      6967    118162    189630    364149   4152035     11.09     14.14
946.32/946.30	c  N dy 27088   6158810      1475      6967    118162    209304    364149   4854611     11.09     11.85
949.82/949.84	c  N dy 27190   6178910      1475      6967    118162    122257    364149   1782100     11.09     11.73
953.02/953.09	c  N dy 27264   6199562      1475      6967    118162    142480    364149   2510281     11.09     11.69
955.61/955.68	c  S st 27333   6214664      1475      6967    118162    157250    364149   3020311     11.09     11.23
955.71/955.76	c  S st 27333   6215165      1475      6967    118162    157748    364149   3043513     11.09   no data
955.71/955.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
956.11/956.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 17.6M T:  0.35
956.11/956.13	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
956.11/956.14	c bin-w-bin subsume rem            0 bins  time:  0.01 s
956.51/956.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.44 s
956.51/956.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1475 time:  0.01 s
956.61/956.60	c Removed useless bin:       0  fixed:     0  props:   0.58M  time:  0.01 s
956.61/956.63	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
957.92/957.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.21 s
960.12/960.20	c lits-rem:       751  cl-subs:     7154  v-elim:      0  v-fix:    0  time:  2.27 s
960.12/960.21	c vivif2 --  cl tried     6967 cl shrink        0 lits rem          0 time: 0.00
960.33/960.36	c vivif2 --  cl tried   150594 cl shrink        0 lits rem          0 time: 0.16
960.52/960.57	c asymm  cl-useful: 0/774/6967 lits-rem:0 time: 0.21
960.52/960.58	c calculated reachability. Time: 0.00
960.52/960.58	c  N dy 27333   6215165      1475      6967    118162    150594    364149   2923498     11.09   no data
964.21/964.29	c  N dy 27422   6235243      1475      6967    118162    170244    364149   3595761     11.09     11.70
967.81/967.91	c  N dy 27510   6255246      1475      6967    118162    189828    364149   4299925     11.09     11.75
971.91/971.92	c  N dy 27601   6275353      1475      6967    118162    209521    364149   4977863     11.09     11.69
975.52/975.52	c  N dy 27678   6295465      1475      6967    118162    121527    364149   1743241     11.09     11.68
978.62/978.68	c  N dy 27793   6315578      1475      6967    118162    141290    364149   2459413     11.09     11.71
982.11/982.10	c  N dy 27900   6335664      1475      6967    118162    160960    364149   3175117     11.09     14.59
985.63/985.65	c  N dy 27987   6355812      1475      6967    118162    180728    364149   3874814     11.09     11.69
989.61/989.60	c  N dy 28098   6375913      1475      6967    118162    200402    364149   4564442     11.09     14.82
993.72/993.77	c  N dy 28198   6395997      1475      6967    118162    111305    364149   1332936     11.09     12.73
996.92/996.98	c  N dy 28286   6416327      1475      6967    118162    131223    364149   2046423     11.09     11.93
1000.22/1000.27	c  N dy 28372   6436339      1475      6967    118162    150847    364149   2758027     11.09     11.84
1003.92/1003.93	c  N dy 28484   6456429      1475      6967    118162    170543    364149   3457104     11.10     11.74
1007.71/1007.70	c  N dy 28586   6476510      1475      6967    118162    190191    364149   4156008     11.10     11.74
1011.51/1011.58	c  N dy 28667   6496864      1475      6967    118162    210029    364149   4839059     11.10     11.71
1015.52/1015.50	c  N dy 28767   6516885      1475      6967    118162    120008    364149   1636836     11.10     11.70
1018.72/1018.73	c  N dy 28869   6537049      1475      6967    118162    139755    364149   2323229     11.10     11.87
1022.12/1022.12	c  N dy 28946   6557226      1475      6967    118162    159530    364149   3013168     11.10     11.95
1025.72/1025.79	c  N dy 29046   6577490      1475      6967    118162    179424    364149   3710262     11.10     11.71
1029.63/1029.67	c  N dy 29128   6597535      1475      6967    118162    199064    364149   4394669     11.10     11.72
1033.61/1033.62	c  N dy 29217   6617951      1475      6967    118162    219061    364149   5099429     11.10     11.78
1037.23/1037.22	c  N dy 29323   6638082      1475      6967    118162    128028    364149   1893541     11.10     11.70
1040.64/1040.66	c  N dy 29425   6658113      1475      6967    118162    147573    364149   2572395     11.10     11.74
1044.22/1044.29	c  N dy 29518   6678360      1475      6967    118162    167415    364149   3264157     11.10     11.76
1047.92/1047.94	c  N dy 29602   6698413      1475      6967    118162    187042    364149   3933698     11.10     11.83
1051.32/1051.30	c  S st 29691   6715165      1475      6967    118162    203505    364149   4509777     11.10     10.18
1051.32/1051.39	c  S st 29691   6715668      1475      6967    118162    204008    364149   4535790     11.10   no data
1051.41/1051.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1051.81/1051.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 19.4M T:  0.40
1051.81/1051.81	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1051.81/1051.82	c bin-w-bin subsume rem            0 bins  time:  0.01 s
1052.21/1052.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.44 s
1052.21/1052.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1475 time:  0.01 s
1052.21/1052.28	c Removed useless bin:       0  fixed:     0  props:   0.58M  time:  0.01 s
1052.31/1052.32	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
1053.73/1053.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.29 s
1058.41/1058.48	c lits-rem:      1302  cl-subs:    11559  v-elim:      0  v-fix:    0  time:  4.73 s
1058.41/1058.48	c vivif2 --  cl tried     6967 cl shrink        0 lits rem          0 time: 0.00
1058.71/1058.71	c vivif2 --  cl tried   192449 cl shrink        0 lits rem          0 time: 0.23
1058.91/1058.93	c asymm  cl-useful: 0/899/6967 lits-rem:0 time: 0.22
1058.91/1058.94	c calculated reachability. Time: 0.00
1058.91/1058.94	c  N dy 29691   6715668      1475      6967    118162    192449    364149   4341710     11.10   no data
1062.91/1062.93	c  N dy 29765   6736100      1475      6967    118162    212445    364149   5025160     11.10     11.71
1067.04/1067.08	c  N dy 29860   6756105      1475      6967    118162    120555    364149   1610631     11.10     17.44
1070.34/1070.31	c  N dy 29942   6776195      1475      6967    118162    140184    364149   2276026     11.10     11.85
1073.72/1073.72	c  N dy 30044   6796266      1475      6967    118162    159883    364149   2988512     11.10     11.92
1077.42/1077.44	c  N dy 30144   6816610      1475      6967    118162    179779    364149   3688528     11.10     11.69
1081.23/1081.31	c  N dy 30245   6836720      1475      6967    118162    199481    364149   4377785     11.10     11.85
1085.42/1085.47	c  N dy 30343   6857115      1475      6967    118162    219435    364149   5059796     11.10     11.71
1089.22/1089.24	c  N dy 30432   6877134      1475      6967    118162    126450    364149   1773287     11.10     11.75
1092.42/1092.49	c  N dy 30537   6897173      1475      6967    118162    146052    364149   2480746     11.10     11.71
1095.92/1095.95	c  N dy 30630   6917473      1475      6967    118162    165970    364149   3191547     11.10     11.73
1099.72/1099.78	c  N dy 30733   6937793      1475      6967    118162    185809    364149   3880875     11.10     11.77
1103.61/1103.64	c  N dy 30826   6958033      1475      6967    118162    205658    364149   4588198     11.11     11.73
1107.63/1107.70	c  N dy 30923   6978057      1475      6967    118162    225281    364149   5283659     11.11     11.80
1111.22/1111.29	c  N dy 31012   6998319      1475      6967    118162    131563    364149   1948927     11.11     11.85
1114.52/1114.53	c  N dy 31111   7018520      1475      6967    118162    151410    364149   2676069     11.11     11.73
1118.12/1118.10	c  N dy 31197   7038586      1475      6967    118162    171069    364149   3355098     11.11     16.35
1121.61/1121.65	c  N dy 31269   7058675      1475      6967    118162    190775    364149   4070355     11.11     11.70
1125.62/1125.60	c  N dy 31378   7078755      1475      6967    118162    210449    364149   4783710     11.11     12.16
1130.02/1130.03	c  N dy 31476   7098787      1475      6967    118162    115452    364149   1350186     11.11     11.71
1133.22/1133.25	c  N dy 31570   7119050      1475      6967    118162    135281    364149   2040892     11.11     11.73
1136.52/1136.59	c  N dy 31654   7139099      1475      6967    118162    154952    364149   2754148     11.11     12.48
1140.22/1140.25	c  N dy 31774   7159266      1475      6967    118162    174718    364149   3452883     11.11     11.81
1144.04/1144.06	c  N dy 31854   7179649      1475      6967    118162    194696    364149   4158677     11.11     11.75
1148.02/1148.06	c  N dy 31968   7200045      1475      6967    118162    214662    364149   4867081     11.11     11.82
1151.32/1151.34	c  S st 32032   7215668      1475      6967    118162    229943    364149   5393402     11.11     10.50
1151.42/1151.44	c  S st 32032   7216169      1475      6967    118162    230440    364149   5416708     11.11   no data
1151.42/1151.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1151.92/1151.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 21.4M T:  0.45
1151.92/1151.91	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1151.92/1151.92	c bin-w-bin subsume rem            0 bins  time:  0.01 s
1152.32/1152.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.44 s
1152.32/1152.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1475 time:  0.01 s
1152.32/1152.38	c Removed useless bin:       0  fixed:     0  props:   0.58M  time:  0.01 s
1152.42/1152.43	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
1153.83/1153.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.29 s
1160.43/1160.45	c lits-rem:      1520  cl-subs:    14196  v-elim:      0  v-fix:    0  time:  6.56 s
1160.43/1160.45	c vivif2 --  cl tried     6967 cl shrink        0 lits rem          0 time: 0.00
1160.71/1160.72	c vivif2 --  cl tried   216244 cl shrink        0 lits rem          0 time: 0.27
1160.91/1160.94	c asymm  cl-useful: 0/773/6967 lits-rem:0 time: 0.22
1160.91/1160.95	c calculated reachability. Time: 0.00
1160.91/1160.95	c  N dy 32032   7216169      1475      6967    118162    216244    364149   5176272     11.11   no data
1165.12/1165.19	c  N dy 32127   7236293      1475      6967    118162    120536    364149   1508001     11.11     11.75
1168.62/1168.68	c  N dy 32225   7257730      1475      6967    118162    141528    364149   2243838     11.11     11.77
1172.02/1172.09	c  N dy 32311   7277786      1475      6967    118162    161203    364149   2946201     11.11     11.81
1175.83/1175.84	c  N dy 32403   7298274      1475      6967    118162    181227    364149   3648544     11.11     11.70
1179.72/1179.70	c  N dy 32483   7318407      1475      6967    118162    200949    364149   4348549     11.11     11.81
1183.54/1183.60	c  N dy 32582   7338430      1475      6967    118162    220605    364149   5079958     11.11     11.78
1187.82/1187.81	c  N dy 32676   7358432      1475      6967    118162    123680    364149   1589564     11.11     12.77
1191.12/1191.20	c  N dy 32768   7378773      1475      6967    118162    143632    364149   2289037     11.11     11.90
1194.71/1194.70	c  N dy 32853   7399280      1475      6967    118162    163727    364149   2996080     11.11     11.85
1198.32/1198.36	c  N dy 32954   7419569      1475      6967    118162    183612    364149   3725191     11.11     11.72
1202.24/1202.23	c  N dy 33043   7439605      1475      6967    118162    203278    364149   4413294     11.11     11.81
1206.22/1206.27	c  N dy 33148   7459651      1475      6967    118162    222878    364149   5124763     11.11     11.86
1210.72/1210.76	c  N dy 33261   7480882      1475      6967    118162    126102    364149   1668763     11.12     11.80
1214.02/1214.07	c  N dy 33358   7500981      1475      6967    118162    145789    364149   2367711     11.12     11.71
1217.63/1217.66	c  N dy 33436   7521413      1475      6967    118162    165799    364149   3063180     11.12     11.71
1221.42/1221.41	c  N dy 33530   7541576      1475      6967    118162    185571    364149   3751118     11.12     11.75
1225.22/1225.29	c  N dy 33633   7562042      1475      6967    118162    205566    364149   4452474     11.12     11.80
1229.32/1229.37	c  N dy 33739   7582189      1475      6967    118162    225306    364149   5157199     11.12     11.72
1233.52/1233.55	c  N dy 33842   7602614      1475      6967    118162    126817    364149   1669843     11.12     11.84
1236.92/1236.92	c  N dy 33949   7622891      1475      6967    118162    146693    364149   2382705     11.12     11.76
1240.52/1240.53	c  N dy 34044   7643056      1475      6967    118162    166447    364149   3075977     11.12     11.82
1244.22/1244.24	c  N dy 34128   7663195      1475      6967    118162    186131    364149   3750352     11.12     11.84
1248.22/1248.26	c  N dy 34215   7683702      1475      6967    118162    206251    364149   4470865     11.12     11.84
1252.32/1252.31	c  N dy 34303   7703737      1475      6967    118162    225855    364149   5154982     11.12     14.05
1254.92/1254.96	c  S st 34369   7716169      1475      6967    118162    238035    364149   5591944     11.12   no data
1255.04/1255.06	c  S st 34369   7716671      1475      6967    118162    238535    364149   5614371     11.12   no data
1255.04/1255.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1255.52/1255.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 21.2M T:  0.45
1255.52/1255.53	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1255.52/1255.54	c bin-w-bin subsume rem            0 bins  time:  0.01 s
1255.92/1255.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.44 s
1255.92/1255.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1475 time:  0.01 s
1256.02/1256.00	c Removed useless bin:       0  fixed:     0  props:   0.58M  time:  0.01 s
1256.02/1256.05	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
1257.62/1257.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.42 s
1264.52/1264.52	c lits-rem:      1618  cl-subs:    14673  v-elim:      0  v-fix:    0  time:  6.88 s
1264.52/1264.53	c vivif2 --  cl tried     6967 cl shrink        0 lits rem          0 time: 0.00
1264.82/1264.82	c vivif2 --  cl tried   223862 cl shrink        0 lits rem          0 time: 0.29
1265.03/1265.02	c asymm  cl-useful: 0/648/6967 lits-rem:0 time: 0.20
1265.03/1265.03	c calculated reachability. Time: 0.00
1265.03/1265.03	c  N dy 34369   7716671      1475      6967    118162    223862    364149   5368054     11.12   no data
1269.52/1269.57	c  N dy 34447   7736789      1475      6967    118162    124203    364149   1544924     11.12     11.77
1273.02/1273.05	c  N dy 34552   7757456      1475      6967    118162    144417    364149   2242134     11.12     11.75
1276.62/1276.60	c  N dy 34634   7778329      1475      6967    118162    164875    364149   2951896     11.12     11.77
1280.22/1280.25	c  N dy 34726   7798723      1475      6967    118162    184896    364149   3675271     11.12     11.77
1284.02/1284.09	c  N dy 34801   7818845      1475      6967    118162    204582    364149   4380053     11.12     11.73
1288.23/1288.20	c  N dy 34902   7839001      1475      6967    118162    224298    364149   5084137     11.12     11.79
1292.72/1292.76	c  N dy 35009   7859416      1475      6967    118162    123897    364149   1536035     11.12     11.73
1296.02/1296.05	c  N dy 35102   7879498      1475      6967    118162    143568    364149   2233514     11.12     11.78
1299.62/1299.65	c  N dy 35184   7899829      1475      6967    118162    163431    364149   2919265     11.12     11.77
1303.32/1303.37	c  N dy 35289   7919908      1475      6967    118162    183134    364149   3634673     11.12     11.84
1307.33/1307.35	c  N dy 35389   7940014      1475      6967    118162    202848    364149   4326608     11.12     11.79
1311.52/1311.53	c  N dy 35497   7960364      1475      6967    118162    222789    364149   5033910     11.12     11.88
1315.92/1315.94	c  N dy 35603   7980373      1475      6967    118162    242423    364149   5715515     11.12     11.71
1319.62/1319.63	c  N dy 35708   8000514      1475      6967    118162    140732    364149   2098124     11.12     11.85
1323.13/1323.20	c  N dy 35805   8020639      1475      6967    118162    160473    364149   2793948     11.12     11.90
1326.92/1326.90	c  N dy 35901   8040690      1475      6967    118162    180114    364149   3485986     11.12     11.85
1330.72/1330.75	c  N dy 35989   8060758      1475      6967    118162    199758    364149   4178051     11.12     11.75
1334.82/1334.85	c  N dy 36079   8080828      1475      6967    118162    219376    364149   4872000     11.12     11.74
1339.42/1339.42	c  N dy 36158   8101728      1475      6967    118162    239740    364149   5558739     11.12     11.76
1343.32/1343.32	c  N dy 36242   8121923      1475      6967    118162    137094    364149   1949034     11.12     11.76
1346.92/1346.94	c  N dy 36337   8142837      1475      6967    118162    157569    364149   2677927     11.12     11.81
1350.52/1350.56	c  N dy 36429   8162891      1475      6967    118162    177250    364149   3392821     11.12     11.78
1354.42/1354.41	c  N dy 36504   8183009      1475      6967    118162    197002    364149   4086144     11.12     11.73
1358.44/1358.49	c  N dy 36602   8203019      1475      6967    118162    216573    364149   4767708     11.12     11.79
1361.22/1361.29	c  S st 36654   8216671      1475      6967    118162    229942    364149   5238025     11.12     10.98
1361.32/1361.39	c  S st 36654   8217174      1475      6967    118162    230445    364149   5263962     11.12   no data
1361.42/1361.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1361.84/1361.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 21.3M T:  0.45
1361.84/1361.86	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1361.84/1361.87	c bin-w-bin subsume rem            0 bins  time:  0.01 s
1362.32/1362.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.44 s
1362.32/1362.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1475 time:  0.01 s
1362.32/1362.34	c Removed useless bin:       0  fixed:     0  props:   0.58M  time:  0.01 s
1362.32/1362.38	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
1363.82/1363.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.31 s
1369.72/1369.79	c lits-rem:      1609  cl-subs:    13928  v-elim:      0  v-fix:    0  time:  5.94 s
1369.72/1369.79	c vivif2 --  cl tried     6967 cl shrink        0 lits rem          0 time: 0.00
1370.02/1370.05	c vivif2 --  cl tried   216517 cl shrink        0 lits rem          0 time: 0.26
1370.22/1370.27	c asymm  cl-useful: 0/857/6967 lits-rem:0 time: 0.22
1370.22/1370.28	c calculated reachability. Time: 0.00
1370.22/1370.28	c  N dy 36654   8217174      1475      6967    118162    216517    364149   5032400     11.12   no data
1374.52/1374.57	c  N dy 36745   8237268      1475      6967    118162    236223    364149   5728710     11.12     11.72
1378.93/1378.97	c  N dy 36843   8257859      1475      6967    118162    133199    364149   1806078     11.13     11.80
1382.42/1382.41	c  N dy 36927   8278246      1475      6967    118162    153126    364149   2510777     11.13     11.75
1386.04/1386.09	c  N dy 37007   8299458      1475      6967    118162    173954    364149   3247533     11.12     11.73
1390.02/1390.09	c  N dy 37094   8320277      1475      6967    118162    194331    364149   3963954     11.12     11.72
1394.02/1394.06	c  N dy 37182   8340327      1475      6967    118162    213978    364149   4660250     11.12     11.76
1398.32/1398.36	c  N dy 37279   8360854      1475      6967    118162    234052    364149   5356531     11.12     11.83
1402.83/1402.83	c  N dy 37363   8381494      1475      6967    118162    129981    364149   1661255     11.12     11.76
1406.23/1406.20	c  N dy 37446   8401526      1475      6967    118162    149645    364149   2367451     11.12     11.74
1409.92/1409.97	c  N dy 37550   8421927      1475      6967    118162    169656    364149   3048719     11.13     11.75
1413.72/1413.78	c  N dy 37636   8441942      1475      6967    118162    189239    364149   3720908     11.13     11.79
1417.72/1417.72	c  N dy 37724   8462301      1475      6967    118162    209229    364149   4431904     11.13     11.73
1421.92/1421.99	c  N dy 37819   8482308      1475      6967    118162    228847    364149   5108776     11.13     11.85
1426.42/1426.45	c  N dy 37914   8502335      1475      6967    118162    248429    364149   5776483     11.13     13.74
1430.43/1430.47	c  N dy 38007   8522614      1475      6967    118162    142892    364149   2071143     11.13     11.85
1433.93/1433.97	c  N dy 38084   8542713      1475      6967    118162    162619    364149   2777536     11.13     11.83
1437.74/1437.72	c  N dy 38161   8562754      1475      6967    118162    182232    364149   3458330     11.13     13.55
1441.72/1441.71	c  N dy 38251   8582916      1475      6967    118162    201941    364149   4159258     11.13     11.73
1445.93/1445.99	c  N dy 38351   8603002      1475      6967    118162    221624    364149   4832539     11.13     11.87
1450.32/1450.35	c  N dy 38439   8623054      1475      6967    118162    241239    364149   5510166     11.13     11.85
1454.73/1454.77	c  N dy 38537   8643192      1475      6967    118162    134585    364149   1762113     11.13     11.72
1458.23/1458.29	c  N dy 38645   8663334      1475      6967    118162    154335    364149   2470608     11.13     11.73
1461.94/1461.96	c  N dy 38743   8683426      1475      6967    118162    174061    364149   3181517     11.13     11.77
1465.93/1465.95	c  N dy 38842   8703909      1475      6967    118162    194091    364149   3887101     11.13     11.94
1468.62/1468.65	c  S st 38913   8717174      1475      6967    118162    207091    364149   4349407     11.13   no data
1468.72/1468.74	c  S st 38913   8717676      1475      6967    118162    207592    364149   4375605     11.13   no data
1468.72/1468.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1469.12/1469.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 20.2M T:  0.42
1469.12/1469.18	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1469.12/1469.19	c bin-w-bin subsume rem            0 bins  time:  0.01 s
1469.64/1469.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.44 s
1469.64/1469.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1475 time:  0.01 s
1469.64/1469.65	c Removed useless bin:       0  fixed:     0  props:   0.58M  time:  0.01 s
1469.64/1469.69	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
1471.02/1471.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.24 s
1475.04/1475.05	c lits-rem:      1006  cl-subs:     9802  v-elim:      0  v-fix:    0  time:  3.99 s
1475.04/1475.06	c vivif2 --  cl tried     6967 cl shrink        0 lits rem          0 time: 0.00
1475.22/1475.28	c vivif2 --  cl tried   197790 cl shrink        0 lits rem          0 time: 0.22
1475.52/1475.50	c asymm  cl-useful: 0/784/6967 lits-rem:0 time: 0.22
1475.52/1475.51	c calculated reachability. Time: 0.00
1475.52/1475.51	c  N dy 38913   8717676      1475      6967    118162    197790    364149   4210473     11.13   no data
1479.62/1479.62	c  N dy 39005   8737700      1475      6967    118162    217424    364149   4913131     11.13     11.84
1483.84/1483.83	c  N dy 39093   8757803      1475      6967    118162    237132    364149   5608619     11.13     11.87
1488.53/1488.56	c  N dy 39173   8778181      1475      6967    118162    129802    364149   1577179     11.13     11.73
1492.02/1492.06	c  N dy 39257   8798744      1475      6967    118162    149945    364149   2276503     11.13     11.72
1495.62/1495.61	c  N dy 39357   8819085      1475      6967    118162    169904    364149   3023885     11.13     11.72
1499.43/1499.41	c  N dy 39429   8839605      1475      6967    118162    189935    364149   3717931     11.13     11.80
1503.53/1503.51	c  N dy 39522   8860353      1475      6967    118162    210263    364149   4427859     11.13     11.77
1507.53/1507.59	c  N dy 39626   8880529      1475      6967    118162    230067    364149   5159038     11.13     11.72
1512.02/1512.01	c  N dy 39717   8900833      1475      6967    118162    249948    364149   5876025     11.13     11.84
1516.13/1516.13	c  N dy 39798   8920949      1475      6967    118162    141388    364149   1965061     11.13     11.73
1519.83/1519.82	c  N dy 39882   8942006      1475      6967    118162    161996    364149   2675579     11.13     11.94
1523.62/1523.65	c  N dy 39994   8962083      1475      6967    118162    181677    364149   3367804     11.13     14.88
1527.62/1527.65	c  N dy 40100   8982097      1475      6967    118162    201281    364149   4058125     11.13     12.28
1531.62/1531.67	c  N dy 40178   9002170      1475      6967    118162    220879    364149   4743642     11.13     12.09
1536.03/1536.01	c  N dy 40266   9022314      1475      6967    118162    240533    364149   5412858     11.13     11.75
1540.83/1540.89	c  N dy 40360   9042377      1475      6967    118162    130982    364149   1584182     11.13     11.75
1544.35/1544.41	c  N dy 40474   9062469      1475      6967    118162    150646    364149   2277933     11.13     11.87
1548.03/1548.07	c  N dy 40561   9082822      1475      6967    118162    170560    364149   3004807     11.13     11.82
1551.93/1552.01	c  N dy 40659   9103355      1475      6967    118162    190681    364149   3713135     11.13     11.75
1556.12/1556.19	c  N dy 40761   9123388      1475      6967    118162    210324    364149   4387697     11.13     12.68
1560.53/1560.56	c  N dy 40849   9143588      1475      6967    118162    230111    364149   5078078     11.13     11.75
1565.03/1565.03	c  N dy 40926   9163757      1475      6967    118162    249830    364149   5744040     11.13     11.82
1569.43/1569.47	c  N dy 41017   9184148      1475      6967    118162    139643    364149   1874247     11.13     11.76
1573.05/1573.09	c  N dy 41126   9204743      1475      6967    118162    159813    364149   2598196     11.13     11.94
1575.43/1575.49	c  S st 41184   9217676      1475      6967    118162    172497    364149   3069083     11.13     10.48
1575.53/1575.57	c  S st 41184   9218180      1475      6967    118162    173001    364149   3091684     11.13   no data
1575.53/1575.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1575.93/1575.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 19.1M T:  0.38
1575.93/1575.97	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1575.93/1575.98	c bin-w-bin subsume rem            0 bins  time:  0.01 s
1576.43/1576.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.44 s
1576.43/1576.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1475 time:  0.01 s
1576.43/1576.45	c Removed useless bin:       0  fixed:     0  props:   0.58M  time:  0.01 s
1576.43/1576.48	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1577.73/1577.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.22 s
1579.83/1579.86	c lits-rem:       526  cl-subs:     4948  v-elim:      0  v-fix:    0  time:  2.06 s
1579.83/1579.86	c vivif2 --  cl tried     6967 cl shrink        0 lits rem          0 time: 0.00
1580.03/1580.03	c vivif2 --  cl tried   168053 cl shrink        0 lits rem          0 time: 0.17
1580.23/1580.24	c asymm  cl-useful: 0/736/6967 lits-rem:0 time: 0.21
1580.23/1580.25	c calculated reachability. Time: 0.00
1580.23/1580.25	c  N dy 41184   9218180      1475      6967    118162    168053    364149   3007935     11.13   no data
1584.13/1584.12	c  N dy 41278   9238435      1475      6967    118162    187912    364149   3702929     11.13     11.92
1588.22/1588.21	c  N dy 41349   9258537      1475      6967    118162    207576    364149   4374544     11.13     11.75
1592.43/1592.41	c  N dy 41441   9278726      1475      6967    118162    227311    364149   5066112     11.13     11.75
1596.93/1596.92	c  N dy 41543   9299047      1475      6967    118162    247212    364149   5769700     11.14     11.81
1601.64/1601.65	c  N dy 41627   9319240      1475      6967    118162    135822    364149   1694906     11.14     12.00
1605.13/1605.17	c  N dy 41714   9339316      1475      6967    118162    155415    364149   2372659     11.14     15.60
1608.83/1608.87	c  N dy 41799   9359641      1475      6967    118162    175321    364149   3078245     11.14     11.79
1612.65/1612.66	c  N dy 41882   9379789      1475      6967    118162    195048    364149   3791317     11.14     12.15
1616.73/1616.79	c  N dy 41975   9399820      1475      6967    118162    214693    364149   4492850     11.14     12.30
1621.03/1621.01	c  N dy 42061   9419848      1475      6967    118162    234324    364149   5202447     11.14     11.94
1625.43/1625.48	c  N dy 42172   9439913      1475      6967    118162    253985    364149   5925697     11.14     15.10
1630.15/1630.16	c  N dy 42275   9459998      1475      6967    118162    141439    364149   1871814     11.14     11.87
1633.83/1633.88	c  N dy 42357   9480281      1475      6967    118162    161284    364149   2557032     11.14     11.75
1637.63/1637.64	c  N dy 42458   9500321      1475      6967    118162    180915    364149   3258088     11.14     11.80
1641.53/1641.59	c  N dy 42559   9520477      1475      6967    118162    200700    364149   3967320     11.14     11.74
1645.54/1645.59	c  N dy 42651   9540673      1475      6967    118162    220460    364149   4673295     11.14     11.80
1649.83/1649.90	c  N dy 42733   9560684      1475      6967    118162    240071    364149   5362783     11.14     11.84
1654.23/1654.21	c  N dy 42810   9580821      1475      6967    118162    259809    364149   6051297     11.14     11.86
1658.43/1658.48	c  N dy 42897   9600898      1475      6967    118162    146291    364149   2041427     11.14     12.10
1662.23/1662.26	c  N dy 42994   9621251      1475      6967    118162    166208    364149   2723565     11.14     12.04
1666.13/1666.12	c  N dy 43090   9641289      1475      6967    118162    185877    364149   3402647     11.14     11.81
1669.93/1669.99	c  N dy 43183   9661301      1475      6967    118162    205553    364149   4121310     11.14     11.78
1674.03/1674.08	c  N dy 43273   9681404      1475      6967    118162    225259    364149   4840809     11.14     11.81
1678.44/1678.46	c  N dy 43363   9701552      1475      6967    118162    244940    364149   5507222     11.14     11.74
1682.14/1682.14	c  S st 43442   9718181      1475      6967    118162    261218    364149   6083059     11.14   no data
1682.24/1682.26	c  S st 43442   9718681      1475      6967    118162    261717    364149   6108144     11.14   no data
1682.24/1682.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1682.73/1682.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 22.7M T:  0.49
1682.73/1682.77	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1682.73/1682.78	c bin-w-bin subsume rem            0 bins  time:  0.01 s
1683.23/1683.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.44 s
1683.23/1683.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1475 time:  0.01 s
1683.23/1683.24	c Removed useless bin:       0  fixed:     0  props:   0.58M  time:  0.01 s
1683.23/1683.29	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
1684.83/1684.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.38 s
1692.63/1692.63	c lits-rem:      1514  cl-subs:    16435  v-elim:      0  v-fix:    0  time:  7.77 s
1692.63/1692.64	c vivif2 --  cl tried     6967 cl shrink        0 lits rem          0 time: 0.00
1692.95/1692.94	c vivif2 --  cl tried   245282 cl shrink        0 lits rem          0 time: 0.30
1693.13/1693.17	c asymm  cl-useful: 0/773/6967 lits-rem:0 time: 0.23
1693.13/1693.18	c calculated reachability. Time: 0.00
1693.13/1693.18	c  N dy 43442   9718681      1475      6967    118162    245282    364149   5826039     11.14   no data
1697.83/1697.85	c  N dy 43540   9738915      1475      6967    118162    265111    364149   6524423     11.14     11.78
1701.93/1701.97	c  N dy 43622   9759163      1475      6967    118162    150857    364149   2169891     11.14     11.74
1705.73/1705.73	c  N dy 43709   9779561      1475      6967    118162    170813    364149   2862883     11.14     11.80
1709.73/1709.72	c  N dy 43820   9800100      1475      6967    118162    190966    364149   3583834     11.14     11.73
1713.93/1713.98	c  N dy 43916   9820737      1475      6967    118162    211220    364149   4282545     11.14     11.79
1718.14/1718.21	c  N dy 44013   9841316      1475      6967    118162    231320    364149   5001074     11.14     11.74
1722.66/1722.68	c  N dy 44090   9861441      1475      6967    118162    251020    364149   5681612     11.14     11.91
1727.73/1727.72	c  N dy 44193   9881511      1475      6967    118162    135633    364149   1617646     11.14     13.19
1731.35/1731.36	c  N dy 44285   9901775      1475      6967    118162    155473    364149   2294982     11.14     11.88
1735.03/1735.04	c  N dy 44379   9921968      1475      6967    118162    175265    364149   3001183     11.14     11.87
1738.83/1738.89	c  N dy 44468   9941984      1475      6967    118162    194855    364149   3682536     11.14     14.37
1742.93/1742.93	c  N dy 44549   9962081      1475      6967    118162    214555    364149   4382153     11.14     11.73
1747.23/1747.27	c  N dy 44637   9982167      1475      6967    118162    234278    364149   5075716     11.14     11.79
1751.83/1751.82	c  N dy 44728  10002174      1475      6967    118162    253926    364149   5775278     11.14     11.75
1756.94/1756.90	c  N dy 44833  10022186      1475      6967    118162    137409    364149   1658605     11.14     11.77
1760.53/1760.54	c  N dy 44917  10042413      1475      6967    118162    157157    364149   2331600     11.14     11.83
1764.35/1764.36	c  N dy 45010  10062469      1475      6967    118162    176772    364149   3000304     11.14     11.88
1768.33/1768.35	c  N dy 45104  10082563      1475      6967    118162    196418    364149   3682075     11.14     11.99
1772.44/1772.47	c  N dy 45193  10103115      1475      6967    118162    216516    364149   4390783     11.14     12.09
1776.94/1776.93	c  N dy 45288  10123190      1475      6967    118162    236157    364149   5069521     11.14     11.80
1781.54/1781.51	c  N dy 45386  10143543      1475      6967    118162    256087    364149   5763399     11.14     11.75
1786.53/1786.59	c  N dy 45472  10163911      1475      6967    118162    138991    364149   1696880     11.14     11.75
1790.23/1790.23	c  N dy 45565  10184305      1475      6967    118162    158922    364149   2390141     11.14     11.76
1794.06/1794.06	c  N dy 45649  10204445      1475      6967    118162    178616    364149   3071472     11.14     11.79
1796.84/1796.83	c  S st 45716  10218682      1475      6967    118162    192564    364149   3566779     11.14   no data
1796.94/1796.93	c  S st 45716  10219186      1475      6967    118162    193066    364149   3591234     11.14   no data
1796.94/1796.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1797.36/1797.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 20.5M T:  0.41
1797.36/1797.36	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1797.36/1797.37	c bin-w-bin subsume rem            0 bins  time:  0.01 s
1797.84/1797.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.44 s
1797.84/1797.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1475 time:  0.01 s
1797.84/1797.83	c Removed useless bin:       0  fixed:     0  props:   0.58M  time:  0.01 s
1797.84/1797.87	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
1799.24/1799.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.28 s
1801.76/1801.77	c lits-rem:       786  cl-subs:     7034  v-elim:      0  v-fix:    0  time:  2.51 s
1801.76/1801.77	c vivif2 --  cl tried     6967 cl shrink        0 lits rem          0 time: 0.00
1801.94/1801.97	c vivif2 --  cl tried   186032 cl shrink        0 lits rem          0 time: 0.19
1802.14/1802.18	c asymm  cl-useful: 0/713/6967 lits-rem:0 time: 0.21
1802.14/1802.19	c calculated reachability. Time: 0.00
1802.14/1802.19	c  N dy 45716  10219186      1475      6967    118162    186032    364149   3474875     11.14   no data
1806.34/1806.35	c  N dy 45811  10239264      1475      6967    118162    205676    364149   4147177     11.14     12.95
1810.74/1810.74	c  N dy 45900  10259780      1475      6967    118162    225794    364149   4848256     11.14     11.82
1815.14/1815.14	c  N dy 45989  10280066      1475      6967    118162    245686    364149   5564652     11.14     11.78
1819.54/1819.53	c  N dy 46077  10300201      1475      6967    118162    265422    364149   6268707     11.14     11.85
1824.13/1824.13	c  N dy 46178  10320258      1475      6967    118162    147134    364149   1945488     11.14     12.48
1827.74/1827.77	c  N dy 46265  10340377      1475      6967    118162    166843    364149   2641436     11.14     11.75
1831.56/1831.57	c  N dy 46351  10360602      1475      6967    118162    186662    364149   3334487     11.14     11.75
1835.54/1835.54	c  N dy 46444  10380677      1475      6967    118162    206385    364149   4059123     11.14     11.80
1839.63/1839.63	c  N dy 46539  10401235      1475      6967    118162    226536    364149   4790248     11.14     11.86
1844.13/1844.12	c  N dy 46620  10421426      1475      6967    118162    246323    364149   5486233     11.14     11.74
1848.73/1848.78	c  N dy 46717  10441975      1475      6967    118162    266465    364149   6212191     11.14     11.80
1853.34/1853.39	c  N dy 46806  10461993      1475      6967    118162    146909    364149   1929303     11.14     11.88
1857.24/1857.23	c  N dy 46922  10482063      1475      6967    118162    166510    364149   2622572     11.15     12.92
1861.15/1861.20	c  N dy 47024  10502158      1475      6967    118162    186199    364149   3318312     11.15     11.92
1865.43/1865.47	c  N dy 47111  10523337      1475      6967    118162    206925    364149   4058159     11.15     11.74
1869.83/1869.82	c  N dy 47191  10543875      1475      6967    118162    226955    364149   4745610     11.15     11.79
1874.35/1874.39	c  N dy 47263  10565078      1475      6967    118162    247721    364149   5467291     11.15     11.77
1878.94/1878.97	c  N dy 47354  10585386      1475      6967    118162    267586    364149   6172334     11.15     11.78
1883.73/1883.79	c  N dy 47456  10605505      1475      6967    118162    147360    364149   1937098     11.15     11.82
1887.43/1887.48	c  N dy 47560  10625537      1475      6967    118162    166947    364149   2619173     11.15     11.78
1891.43/1891.44	c  N dy 47676  10645712      1475      6967    118162    186742    364149   3336913     11.15     11.75
1895.53/1895.52	c  N dy 47765  10665797      1475      6967    118162    206390    364149   4021968     11.15     11.86
1899.94/1899.95	c  N dy 47856  10686272      1475      6967    118162    226435    364149   4710821     11.15     11.77
1904.23/1904.26	c  N dy 47963  10706284      1475      6967    118162    246050    364149   5429777     11.15     11.81
1907.35/1907.35	c  S st 48029  10719186      1475      6967    118162    258649    364149   5870876     11.15     10.52
1907.45/1907.47	c  S st 48029  10719688      1475      6967    118162    259150    364149   5895350     11.15   no data
1907.45/1907.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1907.93/1907.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 23.3M T:  0.49
1907.93/1907.99	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1908.03/1908.00	c bin-w-bin subsume rem            0 bins  time:  0.01 s
1908.45/1908.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.44 s
1908.45/1908.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1475 time:  0.01 s
1908.45/1908.46	c Removed useless bin:       0  fixed:     0  props:   0.58M  time:  0.01 s
1908.45/1908.51	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
1910.03/1910.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.38 s
1917.13/1917.17	c lits-rem:      1576  cl-subs:    14980  v-elim:      0  v-fix:    0  time:  7.10 s
1917.13/1917.18	c vivif2 --  cl tried     6967 cl shrink        0 lits rem          0 time: 0.00
1917.43/1917.47	c vivif2 --  cl tried   244170 cl shrink        0 lits rem          0 time: 0.30
1917.73/1917.70	c asymm  cl-useful: 0/809/6967 lits-rem:0 time: 0.23
1917.73/1917.71	c calculated reachability. Time: 0.00
1917.73/1917.71	c  N dy 48029  10719688      1475      6967    118162    244170    364149   5644446     11.15   no data
1922.34/1922.33	c  N dy 48121  10739707      1475      6967    118162    263765    364149   6341948     11.15     11.78
1927.63/1927.64	c  N dy 48216  10759722      1475      6967    118162    142538    364149   1743374     11.15     11.81
1931.34/1931.32	c  N dy 48321  10779733      1475      6967    118162    162110    364149   2415511     11.15     12.21
1935.04/1935.01	c  N dy 48404  10799780      1475      6967    118162    181728    364149   3111904     11.15     13.19
1939.04/1939.07	c  N dy 48498  10819822      1475      6967    118162    201341    364149   3804339     11.15     11.94
1943.44/1943.49	c  N dy 48624  10839918      1475      6967    118162    221000    364149   4496459     11.15     13.76
1947.94/1947.96	c  N dy 48713  10859943      1475      6967    118162    240580    364149   5162366     11.15     12.56
1952.45/1952.43	c  N dy 48803  10880050      1475      6967    118162    260277    364149   5865487     11.15     11.81
1957.13/1957.15	c  N dy 48896  10900259      1475      6967    118162    279980    364149   6538402     11.15     11.76
1961.54/1961.59	c  N dy 48990  10920359      1475      6967    118162    157830    364149   2226025     11.15     13.27
1965.34/1965.33	c  N dy 49077  10940547      1475      6967    118162    177557    364149   2922178     11.15     11.94
1969.34/1969.31	c  N dy 49172  10960600      1475      6967    118162    197174    364149   3614207     11.15     11.88
1973.54/1973.54	c  N dy 49268  10980692      1475      6967    118162    216809    364149   4307557     11.15     11.84
1978.04/1978.03	c  N dy 49368  11000722      1475      6967    118162    236360    364149   4979982     11.15     14.00
1982.73/1982.70	c  N dy 49469  11020888      1475      6967    118162    256056    364149   5667214     11.15     11.83
1987.34/1987.35	c  N dy 49562  11041331      1475      6967    118162    276052    364149   6391402     11.15     11.89
1991.94/1991.97	c  N dy 49657  11061422      1475      6967    118162    153040    364149   2091378     11.15     16.11
1995.94/1995.93	c  N dy 49742  11082118      1475      6967    118162    173214    364149   2754707     11.15     11.81
2000.04/2000.02	c  N dy 49834  11102676      1475      6967    118162    193330    364149   3451311     11.15     11.86
2004.26/2004.24	c  N dy 49919  11122737      1475      6967    118162    212978    364149   4125992     11.15     14.31
2008.84/2008.81	c  N dy 50023  11143914      1475      6967    118162    233686    364149   4860333     11.15     11.80
2013.44/2013.41	c  N dy 50120  11163997      1475      6967    118162    253335    364149   5551308     11.16     22.55
2018.34/2018.38	c  N dy 50216  11185116      1475      6967    118162    273986    364149   6274201     11.16     11.81
2023.54/2023.57	c  N dy 50308  11205163      1475      6967    118162    149811    364149   1926478     11.16     14.57
2026.16/2026.20	c  S st 50370  11219688      1475      6967    118162    164054    364149   2446616     11.16     11.74
2026.26/2026.28	c  S st 50370  11220192      1475      6967    118162    164558    364149   2471936     11.16   no data
2026.26/2026.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2026.64/2026.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 19.2M T:  0.38
2026.64/2026.68	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2026.64/2026.69	c bin-w-bin subsume rem            0 bins  time:  0.01 s
2027.14/2027.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.44 s
2027.14/2027.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1475 time:  0.01 s
2027.14/2027.15	c Removed useless bin:       0  fixed:     0  props:   0.58M  time:  0.01 s
2027.14/2027.18	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2028.46/2028.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.17 s
2029.94/2029.98	c lits-rem:       316  cl-subs:     3144  v-elim:      0  v-fix:    0  time:  1.54 s
2029.94/2029.98	c vivif2 --  cl tried     6967 cl shrink        0 lits rem          0 time: 0.00
2030.14/2030.12	c vivif2 --  cl tried   161414 cl shrink        0 lits rem          0 time: 0.14
2030.34/2030.33	c asymm  cl-useful: 0/694/6967 lits-rem:0 time: 0.21
2030.34/2030.34	c calculated reachability. Time: 0.00
2030.34/2030.34	c  N dy 50370  11220192      1475      6967    118162    161414    364149   2420699     11.16   no data
2034.34/2034.34	c  N dy 50472  11240264      1475      6967    118162    181052    364149   3094848     11.16     13.50
2038.44/2038.46	c  N dy 50577  11260404      1475      6967    118162    200782    364149   3788482     11.16     11.76
2042.76/2042.72	c  N dy 50684  11280490      1475      6967    118162    220421    364149   4485601     11.16     11.82
2047.16/2047.13	c  N dy 50767  11300663      1475      6967    118162    240121    364149   5184326     11.16     11.80
2051.74/2051.78	c  N dy 50866  11320844      1475      6967    118162    259828    364149   5866731     11.16     11.87
2056.54/2056.59	c  N dy 50959  11340945      1475      6967    118162    279455    364149   6573556     11.16     11.77
2061.36/2061.37	c  N dy 51054  11360963      1475      6967    118162    154367    364149   2071953     11.16     11.75
2065.14/2065.15	c  N dy 51153  11381239      1475      6967    118162    174230    364149   2793449     11.16     12.32
2069.24/2069.24	c  N dy 51258  11401335      1475      6967    118162    193946    364149   3509532     11.16     11.87
2073.56/2073.59	c  N dy 51364  11421374      1475      6967    118162    213547    364149   4193600     11.16     11.84
2077.86/2077.89	c  N dy 51469  11441384      1475      6967    118162    233186    364149   4892606     11.16     11.75
2082.64/2082.61	c  N dy 51569  11461465      1475      6967    118162    252794    364149   5568199     11.16     11.79
2087.24/2087.26	c  N dy 51656  11481639      1475      6967    118162    272517    364149   6271340     11.16     11.77
2092.64/2092.62	c  N dy 51740  11501766      1475      6967    118162    146441    364149   1767589     11.16     11.91
2096.34/2096.35	c  N dy 51846  11521838      1475      6967    118162    166073    364149   2470503     11.16     15.27
2100.24/2100.25	c  N dy 51930  11541874      1475      6967    118162    185674    364149   3128510     11.16     11.79
2104.54/2104.57	c  N dy 52033  11562835      1475      6967    118162    206206    364149   3861327     11.16     11.85
2109.04/2109.06	c  N dy 52128  11583610      1475      6967    118162    226538    364149   4571040     11.16     11.77
2113.64/2113.65	c  N dy 52242  11603631      1475      6967    118162    246152    364149   5263659     11.16     12.80
2118.25/2118.26	c  N dy 52335  11623805      1475      6967    118162    265887    364149   5959020     11.16     11.84
2122.84/2122.91	c  N dy 52423  11643980      1475      6967    118162    285645    364149   6674593     11.16     11.75
2127.74/2127.77	c  N dy 52512  11664678      1475      6967    118162    159099    364149   2177578     11.16     11.99
2131.76/2131.75	c  N dy 52609  11685355      1475      6967    118162    179372    364149   2897455     11.16     11.83
2135.85/2135.84	c  N dy 52698  11705504      1475      6967    118162    199054    364149   3589813     11.16     12.04
2138.94/2138.90	c  S st 52753  11720194      1475      6967    118162    213397    364149   4103430     11.16   no data
2138.94/2138.99	c  S st 52753  11720698      1475      6967    118162    213901    364149   4130062     11.16   no data
2139.04/2139.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2139.46/2139.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 21.5M T:  0.44
2139.46/2139.46	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2139.46/2139.47	c bin-w-bin subsume rem            0 bins  time:  0.01 s
2139.94/2139.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.44 s
2139.94/2139.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1475 time:  0.01 s
2139.94/2139.93	c Removed useless bin:       0  fixed:     0  props:   0.58M  time:  0.01 s
2139.94/2139.97	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
2141.34/2141.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.29 s
2144.54/2144.50	c lits-rem:       933  cl-subs:     9550  v-elim:      0  v-fix:    0  time:  3.11 s
2144.54/2144.50	c vivif2 --  cl tried     6967 cl shrink        0 lits rem          0 time: 0.00
2144.74/2144.72	c vivif2 --  cl tried   204351 cl shrink        0 lits rem          0 time: 0.21
2144.96/2144.94	c asymm  cl-useful: 0/789/6967 lits-rem:0 time: 0.22
2144.96/2144.95	c calculated reachability. Time: 0.00
2144.96/2144.95	c  N dy 52753  11720698      1475      6967    118162    204351    364149   3971813     11.16   no data
2149.46/2149.47	c  N dy 52849  11740973      1475      6967    118162    224216    364149   4669241     11.16     12.06
2153.94/2153.96	c  N dy 52953  11761072      1475      6967    118162    243940    364149   5401446     11.16     11.76
2158.75/2158.74	c  N dy 53059  11781202      1475      6967    118162    263663    364149   6095039     11.16     11.79
2163.85/2163.81	c  N dy 53159  11801285      1475      6967    118162    283286    364149   6786553     11.16     12.14
2168.84/2168.83	c  N dy 53270  11821457      1475      6967    118162    155370    364149   2048623     11.16     11.83
2172.74/2172.75	c  N dy 53368  11841490      1475      6967    118162    175006    364149   2723260     11.16     11.78
2176.86/2176.84	c  N dy 53457  11861747      1475      6967    118162    194812    364149   3408715     11.16     11.88
2181.14/2181.16	c  N dy 53552  11881847      1475      6967    118162    214481    364149   4094156     11.17     11.76
2185.55/2185.59	c  N dy 53650  11902319      1475      6967    118162    234511    364149   4804277     11.17     11.89
2190.07/2190.04	c  N dy 53741  11922433      1475      6967    118162    254208    364149   5488683     11.17     11.86
2194.74/2194.76	c  N dy 53830  11942524      1475      6967    118162    273923    364149   6179618     11.17     12.21
2199.74/2199.70	c  N dy 53923  11962567      1475      6967    118162    293503    364149   6852532     11.17     12.33
2204.36/2204.34	c  N dy 54027  11982660      1475      6967    118162    164429    364149   2330754     11.17     11.76
2208.34/2208.38	c  N dy 54115  12002754      1475      6967    118162    184113    364149   3016690     11.17     11.91
2212.64/2212.69	c  N dy 54194  12023083      1475      6967    118162    204013    364149   3682509     11.17     11.81
2216.94/2216.97	c  N dy 54278  12043205      1475      6967    118162    223673    364149   4364969     11.17     11.79
2221.55/2221.50	c  N dy 54394  12063209      1475      6967    118162    243262    364149   5054493     11.17     14.41
2226.25/2226.23	c  N dy 54480  12083261      1475      6967    118162    262916    364149   5733026     11.17     11.84
2231.05/2231.09	c  N dy 54569  12103263      1475      6967    118162    282418    364149   6404938     11.17     15.65
2236.54/2236.54	c  N dy 54676  12123345      1475      6967    118162    152371    364149   1892341     11.17     12.20
2240.44/2240.46	c  N dy 54789  12143488      1475      6967    118162    172127    364149   2594447     11.17     11.96
2244.64/2244.61	c  N dy 54870  12163948      1475      6967    118162    192106    364149   3275288     11.17     11.81
2248.85/2248.84	c  N dy 54977  12184035      1475      6967    118162    211773    364149   3970581     11.17     13.73
2253.25/2253.24	c  N dy 55083  12204039      1475      6967    118162    231366    364149   4659316     11.17     11.77
2256.85/2256.83	c  S st 55169  12220699      1475      6967    118162    247691    364149   5271533     11.17      9.31
2256.95/2256.94	c  S st 55169  12221202      1475      6967    118162    248190    364149   5294215     11.17   no data
2256.95/2256.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2257.45/2257.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 23.5M T:  0.49
2257.45/2257.46	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2257.45/2257.47	c bin-w-bin subsume rem            0 bins  time:  0.01 s
2257.95/2257.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.44 s
2257.95/2257.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1475 time:  0.01 s
2257.95/2257.93	c Removed useless bin:       0  fixed:     0  props:   0.58M  time:  0.01 s
2257.95/2257.98	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
2259.37/2259.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.27 s
2264.75/2264.77	c lits-rem:      1126  cl-subs:    12562  v-elim:      0  v-fix:    0  time:  5.36 s
2264.75/2264.77	c vivif2 --  cl tried     6967 cl shrink        0 lits rem          0 time: 0.00
2265.05/2265.04	c vivif2 --  cl tried   235628 cl shrink        0 lits rem          0 time: 0.27
2265.25/2265.27	c asymm  cl-useful: 0/655/6967 lits-rem:0 time: 0.23
2265.25/2265.28	c calculated reachability. Time: 0.00
2265.25/2265.28	c  N dy 55169  12221202      1475      6967    118162    235628    364149   5082119     11.17   no data
2269.94/2269.95	c  N dy 55279  12241254      1475      6967    118162    255312    364149   5807109     11.17     12.62
2274.87/2274.89	c  N dy 55377  12261285      1475      6967    118162    274940    364149   6514991     11.17     13.14
2279.95/2279.90	c  N dy 55454  12281294      1475      6967    118162    294471    364149   7198936     11.17     11.77
2284.76/2284.74	c  N dy 55548  12301384      1475      6967    118162    163529    364149   2257941     11.17     17.16
2288.94/2288.93	c  N dy 55660  12321861      1475      6967    118162    183562    364149   2955084     11.17     11.85
2293.15/2293.10	c  N dy 55748  12341864      1475      6967    118162    203192    364149   3657093     11.17     12.76
2297.25/2297.30	c  N dy 55847  12362053      1475      6967    118162    223010    364149   4373763     11.17     11.79
2301.75/2301.77	c  N dy 55926  12382075      1475      6967    118162    242566    364149   5045645     11.17     11.83
2306.55/2306.58	c  N dy 56029  12402135      1475      6967    118162    262126    364149   5739766     11.17     12.26
2311.65/2311.68	c  N dy 56137  12422441      1475      6967    118162    282044    364149   6430451     11.17     11.80
2316.75/2316.75	c  N dy 56242  12442519      1475      6967    118162    301706    364149   7117313     11.17     11.80
2321.14/2321.17	c  N dy 56330  12462548      1475      6967    118162    169607    364149   2449703     11.17     11.77
2325.14/2325.18	c  N dy 56412  12482572      1475      6967    118162    189194    364149   3124306     11.17     11.88
2329.25/2329.28	c  N dy 56511  12502696      1475      6967    118162    208911    364149   3835835     11.17     11.87
2333.75/2333.72	c  N dy 56623  12522905      1475      6967    118162    228670    364149   4520983     11.17     12.06
2338.56/2338.59	c  N dy 56719  12543924      1475      6967    118162    249239    364149   5223608     11.17     11.78
2343.65/2343.65	c  N dy 56815  12565257      1475      6967    118162    270101    364149   5961891     11.17     11.78
2348.56/2348.56	c  N dy 56923  12585410      1475      6967    118162    289856    364149   6662202     11.17     12.08
2353.84/2353.83	c  N dy 57012  12605601      1475      6967    118162    156935    364149   1981802     11.17     11.78
2357.75/2357.77	c  N dy 57109  12625835      1475      6967    118162    176679    364149   2678759     11.17     12.27
2361.85/2361.87	c  N dy 57208  12646356      1475      6967    118162    196788    364149   3401989     11.18     11.85
2366.07/2366.11	c  N dy 57310  12666431      1475      6967    118162    216450    364149   4114185     11.18     11.85
2370.65/2370.68	c  N dy 57421  12686524      1475      6967    118162    236107    364149   4799897     11.18     15.33
2375.34/2375.31	c  N dy 57508  12707330      1475      6967    118162    256466    364149   5531287     11.18     11.85
2378.65/2378.67	c  S st 57572  12721203      1475      6967    118162    270028    364149   6000446     11.18   no data
2378.75/2378.79	c  S st 57572  12721711      1475      6967    118162    270535    364149   6026113     11.18   no data
2378.85/2378.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2379.37/2379.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 24.5M T:  0.52
2379.37/2379.33	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2379.37/2379.34	c bin-w-bin subsume rem            0 bins  time:  0.01 s
2379.75/2379.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.44 s
2379.75/2379.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1475 time:  0.01 s
2379.85/2379.81	c Removed useless bin:       0  fixed:     0  props:   0.58M  time:  0.01 s
2379.85/2379.86	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
2381.47/2381.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.39 s
2388.55/2388.55	c lits-rem:      1405  cl-subs:    15109  v-elim:      0  v-fix:    0  time:  7.12 s
2388.55/2388.55	c vivif2 --  cl tried     6967 cl shrink        0 lits rem          0 time: 0.00
2388.85/2388.85	c vivif2 --  cl tried   255426 cl shrink        0 lits rem          0 time: 0.30
2389.05/2389.08	c asymm  cl-useful: 0/720/6967 lits-rem:0 time: 0.22
2389.05/2389.09	c calculated reachability. Time: 0.00
2389.05/2389.09	c  N dy 57572  12721711      1475      6967    118162    255426    364149   5768605     11.18   no data
2394.15/2394.16	c  N dy 57661  12741994      1475      6967    118162    275233    364149   6440949     11.18     11.99
2399.25/2399.27	c  N dy 57765  12762046      1475      6967    118162    294848    364149   7128009     11.18     11.87
2404.75/2404.77	c  N dy 57861  12783139      1475      6967    118162    162085    364149   2163594     11.18     11.89
2408.75/2408.75	c  N dy 57964  12803641      1475      6967    118162    182147    364149   2874186     11.18     11.81
2412.85/2412.88	c  N dy 58061  12824005      1475      6967    118162    202102    364149   3587489     11.18     11.94
2417.25/2417.20	c  N dy 58154  12844248      1475      6967    118162    221897    364149   4282626     11.18     11.85
2421.85/2421.85	c  N dy 58247  12864328      1475      6967    118162    241543    364149   4957269     11.18     11.78
2426.75/2426.75	c  N dy 58349  12884674      1475      6967    118162    261454    364149   5667981     11.18     11.82
2431.55/2431.59	c  N dy 58434  12904753      1475      6967    118162    281068    364149   6367943     11.18     12.20
2436.65/2436.66	c  N dy 58523  12924866      1475      6967    118162    300743    364149   7062251     11.18     11.93
2441.65/2441.65	c  N dy 58625  12944945      1475      6967    118162    165920    364149   2278910     11.18     11.88
2445.65/2445.65	c  N dy 58729  12965040      1475      6967    118162    185557    364149   2958229     11.18     11.78
2449.85/2449.81	c  N dy 58821  12985146      1475      6967    118162    205286    364149   3648561     11.18     11.89
2454.26/2454.22	c  N dy 58916  13005246      1475      6967    118162    225027    364149   4347270     11.18     12.74
2458.96/2458.95	c  N dy 59028  13025486      1475      6967    118162    244820    364149   5033233     11.18     11.81
2463.55/2463.52	c  N dy 59121  13045962      1475      6967    118162    264928    364149   5777273     11.18     11.79
2468.47/2468.44	c  N dy 59229  13066050      1475      6967    118162    284581    364149   6479596     11.18     11.93
2473.45/2473.46	c  N dy 59326  13086625      1475      6967    118162    304778    364149   7202431     11.18     12.06
2478.55/2478.53	c  N dy 59418  13106803      1475      6967    118162    168849    364149   2341678     11.18     11.79
2482.55/2482.60	c  N dy 59531  13126972      1475      6967    118162    188612    364149   3055798     11.18     11.80
2483.35/2483.32	c  F st 59547  13130467      1475      6967    118162    192028    364149   3181779     11.18   no data
2486.65/2486.69	c  N dy 59606  13147342      1475      6967    118162    208554    364149   3785130     11.18     11.84
2491.16/2491.15	c  N dy 59712  13167437      1475      6967    118162    228196    364149   4473381     11.18     13.96
2495.87/2495.89	c  N dy 59793  13188154      1475      6967    118162    248423    364149   5193474     11.18     11.78
2500.65/2500.68	c  N dy 59896  13208332      1475      6967    118162    268219    364149   5907696     11.18     12.35
2503.96/2503.98	c  S st 59958  13221711      1475      6967    118162    281291    364149   6372633     11.18   no data
2504.06/2504.09	c  S st 59958  13222212      1475      6967    118162    281791    364149   6397113     11.18   no data
2504.16/2504.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2504.67/2504.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 24.6M T:  0.53
2504.67/2504.65	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2504.67/2504.66	c bin-w-bin subsume rem            0 bins  time:  0.01 s
2505.16/2505.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.44 s
2505.16/2505.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1475 time:  0.01 s
2505.16/2505.12	c Removed useless bin:       0  fixed:     0  props:   0.58M  time:  0.01 s
2505.16/2505.18	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
2506.66/2506.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.27 s
2514.67/2514.64	c lits-rem:      1544  cl-subs:    16122  v-elim:      0  v-fix:    0  time:  7.98 s
2514.67/2514.64	c vivif2 --  cl tried     6967 cl shrink        0 lits rem          0 time: 0.00
2514.95/2514.96	c vivif2 --  cl tried   265669 cl shrink        0 lits rem          0 time: 0.32
2515.15/2515.19	c asymm  cl-useful: 0/704/6967 lits-rem:0 time: 0.23
2515.25/2515.20	c calculated reachability. Time: 0.00
2515.25/2515.20	c  N dy 59958  13222212      1475      6967    118162    265669    364149   6126274     11.18   no data
2520.35/2520.34	c  N dy 60057  13242317      1475      6967    118162    285324    364149   6800088     11.18     11.79
2525.56/2525.61	c  N dy 60160  13262464      1475      6967    118162    305034    364149   7499825     11.18     11.94
2530.65/2530.67	c  N dy 60239  13282473      1475      6967    118162    168203    364149   2296946     11.18     11.90
2534.65/2534.69	c  N dy 60329  13302481      1475      6967    118162    187812    364149   2976900     11.18     11.79
2538.87/2538.86	c  N dy 60409  13322487      1475      6967    118162    207398    364149   3663644     11.18     13.78
2543.45/2543.43	c  N dy 60489  13342572      1475      6967    118162    227043    364149   4327200     11.18     11.92
2548.05/2548.00	c  N dy 60583  13362644      1475      6967    118162    246665    364149   5019761     11.18     12.81
2552.65/2552.64	c  N dy 60664  13382826      1475      6967    118162    266344    364149   5701556     11.18     11.79
2557.47/2557.45	c  N dy 60750  13402827      1475      6967    118162    285916    364149   6403592     11.18     11.78
2562.55/2562.54	c  N dy 60839  13422854      1475      6967    118162    305505    364149   7084866     11.18     12.72
2567.75/2567.77	c  N dy 60947  13443091      1475      6967    118162    167920    364149   2274665     11.18     11.88
2571.87/2571.83	c  N dy 61055  13463210      1475      6967    118162    187651    364149   2968468     11.19     11.85
2575.95/2575.98	c  N dy 61141  13483624      1475      6967    118162    207658    364149   3684645     11.19     11.82
2580.36/2580.38	c  N dy 61240  13503643      1475      6967    118162    227235    364149   4381562     11.19     11.97
2584.97/2585.00	c  N dy 61330  13523654      1475      6967    118162    246861    364149   5082304     11.19     11.95
2589.75/2589.71	c  N dy 61437  13544114      1475      6967    118162    266907    364149   5821055     11.19     11.84
2594.55/2594.55	c  N dy 61521  13564156      1475      6967    118162    286492    364149   6514210     11.19     13.54
2599.75/2599.73	c  N dy 61606  13584511      1475      6967    118162    306406    364149   7205811     11.19     11.81
2605.05/2605.00	c  N dy 61685  13604619      1475      6967    118162    167558    364149   2226249     11.19     11.80
2608.95/2608.94	c  N dy 61761  13624786      1475      6967    118162    187284    364149   2926962     11.19     11.78
2613.06/2613.07	c  N dy 61846  13644845      1475      6967    118162    206872    364149   3617675     11.19     11.80
2617.46/2617.40	c  N dy 61923  13664978      1475      6967    118162    226623    364149   4318996     11.19     11.78
2622.16/2622.10	c  N dy 62021  13685072      1475      6967    118162    246226    364149   4983634     11.19     13.15
2626.77/2626.77	c  N dy 62132  13705166      1475      6967    118162    265871    364149   5671497     11.19     15.98
2630.76/2630.76	c  S st 62219  13722212      1475      6967    118162    282579    364149   6279358     11.19   no data
2630.86/2630.88	c  S st 62219  13722714      1475      6967    118162    283080    364149   6304403     11.19   no data
2630.96/2630.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2631.46/2631.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 25.4M T:  0.54
2631.46/2631.45	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2631.46/2631.46	c bin-w-bin subsume rem            0 bins  time:  0.01 s
2631.96/2631.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.44 s
2631.96/2631.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1475 time:  0.01 s
2631.96/2631.93	c Removed useless bin:       0  fixed:     0  props:   0.58M  time:  0.01 s
2631.96/2631.99	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
2633.56/2633.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.39 s
2641.36/2641.37	c lits-rem:      1454  cl-subs:    17270  v-elim:      0  v-fix:    0  time:  7.81 s
2641.36/2641.38	c vivif2 --  cl tried     6967 cl shrink        0 lits rem          0 time: 0.00
2641.66/2641.69	c vivif2 --  cl tried   265810 cl shrink        0 lits rem          0 time: 0.31
2641.96/2641.92	c asymm  cl-useful: 0/659/6967 lits-rem:0 time: 0.23
2641.96/2641.93	c calculated reachability. Time: 0.00
2641.96/2641.93	c  N dy 62219  13722714      1475      6967    118162    265810    364149   6014645     11.19   no data
2646.95/2646.95	c  N dy 62334  13742716      1475      6967    118162    285387    364149   6708100     11.19     11.92
2652.25/2652.22	c  N dy 62429  13763221      1475      6967    118162    305446    364149   7401204     11.19     11.78
2657.57/2657.52	c  N dy 62522  13783269      1475      6967    118162    165760    364149   2156789     11.19     11.83
2661.45/2661.49	c  N dy 62619  13803377      1475      6967    118162    185464    364149   2857754     11.19     11.81
2665.66/2665.63	c  N dy 62700  13823737      1475      6967    118162    205406    364149   3561247     11.19     12.05
2669.86/2669.89	c  N dy 62775  13843809      1475      6967    118162    225040    364149   4256546     11.19     13.84
2674.56/2674.55	c  N dy 62863  13863913      1475      6967    118162    244695    364149   4928343     11.19     11.91
2679.35/2679.32	c  N dy 62953  13884073      1475      6967    118162    264423    364149   5620556     11.19     11.88
2684.15/2684.13	c  N dy 63042  13904089      1475      6967    118162    284034    364149   6292005     11.19     11.95
2689.36/2689.36	c  N dy 63138  13924499      1475      6967    118162    303972    364149   6982134     11.19     11.84
2694.97/2695.00	c  N dy 63224  13944707      1475      6967    118162    163350    364149   2038382     11.19     11.99
2698.86/2698.87	c  N dy 63315  13965026      1475      6967    118162    183246    364149   2745990     11.19     11.80
2703.16/2703.14	c  N dy 63406  13985288      1475      6967    118162    203106    364149   3434882     11.19     11.80
2707.55/2707.53	c  N dy 63494  14005377      1475      6967    118162    222773    364149   4133805     11.19     11.83
2712.15/2712.10	c  N dy 63585  14025456      1475      6967    118162    242388    364149   4818344     11.19     13.12
2716.86/2716.81	c  N dy 63693  14045518      1475      6967    118162    262050    364149   5516961     11.19     12.06
2721.56/2721.56	c  N dy 63785  14065677      1475      6967    118162    281753    364149   6218870     11.19     11.85
2726.66/2726.64	c  N dy 63880  14085705      1475      6967    118162    301404    364149   6909490     11.19     11.82
2731.95/2731.95	c  N dy 63971  14106809      1475      6967    118162    322027    364149   7642761     11.19     11.78
2736.78/2736.72	c  N dy 64071  14126918      1475      6967    118162    180198    364149   2616657     11.19     11.89
2740.86/2740.84	c  N dy 64169  14146961      1475      6967    118162    199845    364149   3315550     11.19     12.21
2745.36/2745.34	c  N dy 64273  14167200      1475      6967    118162    219688    364149   4025712     11.19     11.83
2749.98/2749.97	c  N dy 64350  14187625      1475      6967    118162    239592    364149   4704764     11.19     11.87
2754.76/2754.71	c  N dy 64442  14207657      1475      6967    118162    259185    364149   5386182     11.19     12.35
2758.35/2758.34	c  S st 64524  14222714      1475      6967    118162    273943    364149   5915925     11.19      9.27
2758.45/2758.46	c  S st 64524  14223214      1475      6967    118162    274443    364149   5942071     11.19   no data
2758.45/2758.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2759.05/2759.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 24.8M T:  0.53
2759.05/2759.02	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2759.05/2759.03	c bin-w-bin subsume rem            0 bins  time:  0.01 s
2759.45/2759.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.44 s
2759.45/2759.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1475 time:  0.01 s
2759.45/2759.49	c Removed useless bin:       0  fixed:     0  props:   0.58M  time:  0.01 s
2759.55/2759.55	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
2761.15/2761.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.37 s
2767.85/2767.83	c lits-rem:      1834  cl-subs:    15433  v-elim:      0  v-fix:    0  time:  6.73 s
2767.85/2767.84	c vivif2 --  cl tried     6967 cl shrink        0 lits rem          0 time: 0.00
2768.15/2768.14	c vivif2 --  cl tried   259010 cl shrink        0 lits rem          0 time: 0.30
2768.35/2768.37	c asymm  cl-useful: 0/844/6967 lits-rem:0 time: 0.22
2768.35/2768.38	c calculated reachability. Time: 0.00
2768.35/2768.38	c  N dy 64524  14223214      1475      6967    118162    259010    364149   5684221     11.19   no data
2773.46/2773.44	c  N dy 64649  14243261      1475      6967    118162    278698    364149   6394157     11.19     11.83
2778.68/2778.63	c  N dy 64752  14263705      1475      6967    118162    298700    364149   7087830     11.19     11.82
2783.95/2783.95	c  N dy 64824  14283887      1475      6967    118162    318498    364149   7779129     11.19     11.87
2789.16/2789.20	c  N dy 64915  14304108      1475      6967    118162    176006    364149   2454971     11.19     11.83
2793.36/2793.33	c  N dy 64984  14324362      1475      6967    118162    195819    364149   3160448     11.19     11.91
2797.96/2797.92	c  N dy 65090  14345705      1475      6967    118162    216702    364149   3918591     11.19     11.95
2802.66/2802.70	c  N dy 65188  14366374      1475      6967    118162    236969    364149   4612411     11.19     12.31
2807.28/2807.26	c  N dy 65278  14386489      1475      6967    118162    256641    364149   5311217     11.19     11.96
2812.36/2812.34	c  N dy 65368  14406720      1475      6967    118162    276421    364149   5983999     11.19     11.83
2817.45/2817.45	c  N dy 65482  14426777      1475      6967    118162    296066    364149   6665645     11.19     11.81
2822.58/2822.60	c  N dy 65578  14446842      1475      6967    118162    315670    364149   7370599     11.19     11.80
2827.96/2827.98	c  N dy 65673  14466845      1475      6967    118162    171889    364149   2279127     11.19     11.91
2832.15/2832.19	c  N dy 65768  14487392      1475      6967    118162    191973    364149   2977955     11.19     11.87
2836.46/2836.40	c  N dy 65857  14507424      1475      6967    118162    211567    364149   3677754     11.19     11.91
2840.96/2840.93	c  N dy 65939  14527492      1475      6967    118162    231152    364149   4333278     11.19     11.82
2845.56/2845.61	c  N dy 66018  14547670      1475      6967    118162    250897    364149   5019196     11.19     11.81
2850.46/2850.40	c  N dy 66120  14567719      1475      6967    118162    270498    364149   5702755     11.19     11.79
2855.46/2855.47	c  N dy 66227  14587727      1475      6967    118162    290132    364149   6392464     11.19     11.91
2860.66/2860.62	c  N dy 66311  14607810      1475      6967    118162    309775    364149   7071823     11.19     11.87
2866.58/2866.57	c  N dy 66389  14627881      1475      6967    118162    165046    364149   2029970     11.19     14.51
2870.66/2870.69	c  N dy 66492  14647885      1475      6967    118162    184640    364149   2726363     11.19     11.82
2875.06/2875.03	c  N dy 66586  14667978      1475      6967    118162    204318    364149   3407924     11.19     12.00
2879.36/2879.30	c  N dy 66666  14688249      1475      6967    118162    224168    364149   4112760     11.19     11.84
2884.06/2884.05	c  N dy 66771  14708378      1475      6967    118162    243873    364149   4795019     11.19     11.79
2887.58/2887.54	c  S st 66834  14723214      1475      6967    118162    258413    364149   5315191     11.19      9.39
2887.66/2887.66	c  S st 66834  14723717      1475      6967    118162    258915    364149   5338998     11.19   no data
2887.66/2887.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2888.26/2888.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 24.8M T:  0.52
2888.26/2888.21	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2888.26/2888.22	c bin-w-bin subsume rem            0 bins  time:  0.01 s
2888.68/2888.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.44 s
2888.68/2888.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1475 time:  0.01 s
2888.68/2888.68	c Removed useless bin:       0  fixed:     0  props:   0.58M  time:  0.01 s
2888.76/2888.74	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
2890.16/2890.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.27 s
2895.28/2895.29	c lits-rem:       990  cl-subs:    12548  v-elim:      0  v-fix:    0  time:  5.12 s
2895.28/2895.29	c vivif2 --  cl tried     6967 cl shrink        0 lits rem          0 time: 0.00
2895.56/2895.57	c vivif2 --  cl tried   246367 cl shrink        0 lits rem          0 time: 0.27
2895.76/2895.79	c asymm  cl-useful: 0/570/6967 lits-rem:0 time: 0.23
2895.86/2895.81	c calculated reachability. Time: 0.00
2895.86/2895.81	c  N dy 66834  14723717      1475      6967    118162    246367    364149   5126129     11.19   no data
2900.56/2900.58	c  N dy 66936  14743784      1475      6967    118162    266073    364149   5828187     11.20     20.06
2905.66/2905.68	c  N dy 67018  14763818      1475      6967    118162    285648    364149   6504463     11.19     11.82
2910.86/2910.82	c  N dy 67109  14783828      1475      6967    118162    305228    364149   7176948     11.19     12.07
2916.27/2916.25	c  N dy 67220  14803921      1475      6967    118162    324863    364149   7878984     11.20     11.95
2921.36/2921.31	c  N dy 67303  14824870      1475      6967    118162    180139    364149   2556423     11.20     11.83
2925.66/2925.61	c  N dy 67398  14845210      1475      6967    118162    200093    364149   3274457     11.20     11.94
2930.06/2930.06	c  N dy 67489  14865248      1475      6967    118162    219723    364149   3955744     11.20     13.40
2934.88/2934.87	c  N dy 67588  14885490      1475      6967    118162    239516    364149   4646436     11.20     11.82
2939.66/2939.61	c  N dy 67678  14905525      1475      6967    118162    259067    364149   5346149     11.20     12.67
2944.47/2944.45	c  N dy 67769  14925539      1475      6967    118162    278615    364149   6025599     11.20     13.67
2949.66/2949.69	c  N dy 67875  14946117      1475      6967    118162    298700    364149   6720489     11.20     11.85
2955.16/2955.15	c  N dy 67977  14966569      1475      6967    118162    318734    364149   7431692     11.20     11.79
2960.96/2960.90	c  N dy 68077  14987027      1475      6967    118162    172439    364149   2249375     11.20     11.81
2965.06/2965.05	c  N dy 68183  15007191      1475      6967    118162    192152    364149   2938999     11.20     11.86
2969.46/2969.47	c  N dy 68284  15027444      1475      6967    118162    211977    364149   3652060     11.20     11.83
2974.07/2974.08	c  N dy 68395  15047641      1475      6967    118162    231776    364149   4357871     11.20     11.96
2978.88/2978.86	c  N dy 68497  15068449      1475      6967    118162    252187    364149   5074635     11.20     11.81
2983.77/2983.79	c  N dy 68595  15088620      1475      6967    118162    271902    364149   5749827     11.20     12.11
2988.96/2988.90	c  N dy 68702  15108697      1475      6967    118162    291551    364149   6429941     11.20     11.91
2994.28/2994.24	c  N dy 68800  15128839      1475      6967    118162    311259    364149   7106793     11.20     11.79
2999.56/2999.55	c  N dy 68895  15148896      1475      6967    118162    330845    364149   7808132     11.20     12.71
3004.57/3004.52	c  N dy 69012  15168994      1475      6967    118162    183285    364149   2615678     11.20     11.80
3008.97/3008.91	c  N dy 69115  15189029      1475      6967    118162    202879    364149   3298088     11.20     11.83
3013.26/3013.28	c  N dy 69217  15209037      1475      6967    118162    222463    364149   4006458     11.20     13.49
3016.76/3016.77	c  S st 69283  15223717      1475      6967    118162    236823    364149   4491272     11.20   no data
3016.86/3016.87	c  S st 69283  15224219      1475      6967    118162    237324    364149   4517147     11.20   no data
3016.86/3016.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3017.38/3017.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 24.1M T:  0.50
3017.38/3017.39	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3017.46/3017.40	c bin-w-bin subsume rem            0 bins  time:  0.01 s
3017.86/3017.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.44 s
3017.86/3017.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1475 time:  0.01 s
3017.86/3017.86	c Removed useless bin:       0  fixed:     0  props:   0.58M  time:  0.01 s
3017.96/3017.91	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
3019.26/3019.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.24 s
3022.66/3022.68	c lits-rem:       879  cl-subs:     8217  v-elim:      0  v-fix:    0  time:  3.39 s
3022.66/3022.69	c vivif2 --  cl tried     6967 cl shrink        0 lits rem          0 time: 0.00
3022.96/3022.93	c vivif2 --  cl tried   229107 cl shrink        0 lits rem          0 time: 0.24
3023.16/3023.14	c asymm  cl-useful: 0/851/6967 lits-rem:0 time: 0.22
3023.16/3023.15	c calculated reachability. Time: 0.00
3023.16/3023.15	c  N dy 69283  15224219      1475      6967    118162    229107    364149   4378509     11.20   no data
3028.06/3028.05	c  N dy 69373  15244652      1475      6967    118162    249075    364149   5066181     11.20     11.83
3033.16/3033.18	c  N dy 69476  15264958      1475      6967    118162    268937    364149   5750288     11.20     12.03
3038.36/3038.31	c  N dy 69576  15284980      1475      6967    118162    288548    364149   6439861     11.20     11.91
3043.79/3043.75	c  N dy 69677  15305056      1475      6967    118162    308136    364149   7101881     11.20     11.82
3049.07/3049.09	c  N dy 69768  15325089      1475      6967    118162    327694    364149   7788352     11.20     11.96
3054.68/3054.68	c  N dy 69860  15345309      1475      6967    118162    179362    364149   2443701     11.20     11.80
3059.36/3059.32	c  N dy 69960  15366960      1475      6967    118162    200519    364149   3184814     11.20     11.91
3063.77/3063.79	c  N dy 70051  15387059      1475      6967    118162    220202    364149   3877608     11.20     11.84
3068.37/3068.36	c  N dy 70145  15407060      1475      6967    118162    239768    364149   4549567     11.20     13.73
3073.07/3073.05	c  N dy 70243  15427319      1475      6967    118162    259614    364149   5252914     11.20     11.82
3078.07/3078.09	c  N dy 70333  15448828      1475      6967    118162    280647    364149   6031687     11.20     11.81
3083.28/3083.31	c  N dy 70442  15468923      1475      6967    118162    300236    364149   6720540     11.20     11.81
3088.56/3088.50	c  N dy 70515  15489136      1475      6967    118162    320034    364149   7414180     11.20     11.81
3094.46/3094.45	c  N dy 70610  15509183      1475      6967    118162    170477    364149   2115761     11.20     11.81
3098.46/3098.46	c  N dy 70700  15529233      1475      6967    118162    190060    364149   2823236     11.20     14.81
3102.96/3102.93	c  N dy 70800  15549904      1475      6967    118162    210288    364149   3528837     11.20     11.91
3107.37/3107.30	c  N dy 70887  15570008      1475      6967    118162    229945    364149   4230749     11.20     11.84
3111.99/3111.98	c  N dy 70983  15590165      1475      6967    118162    249678    364149   4930839     11.20     11.90
3116.77/3116.72	c  N dy 71085  15610682      1475      6967    118162    269742    364149   5660257     11.21     11.82
3121.78/3121.80	c  N dy 71192  15631200      1475      6967    118162    289788    364149   6361434     11.21     12.11
3127.07/3127.03	c  N dy 71282  15651238      1475      6967    118162    309432    364149   7048606     11.21     11.84
3132.46/3132.47	c  N dy 71397  15671340      1475      6967    118162    329126    364149   7765175     11.21     11.85
3138.16/3138.14	c  N dy 71504  15691410      1475      6967    118162    178562    364149   2381112     11.21     19.65
3142.46/3142.44	c  N dy 71585  15712072      1475      6967    118162    198709    364149   3062934     11.21     11.89
3145.17/3145.12	c  S st 71650  15724219      1475      6967    118162    210631    364149   3501290     11.21     10.22
3145.27/3145.23	c  S st 71650  15724722      1475      6967    118162    211134    364149   3523763     11.21   no data
3145.27/3145.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3145.77/3145.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 23.3M T:  0.47
3145.77/3145.72	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3145.77/3145.73	c bin-w-bin subsume rem            0 bins  time:  0.01 s
3146.16/3146.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.44 s
3146.16/3146.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1475 time:  0.01 s
3146.16/3146.19	c Removed useless bin:       0  fixed:     0  props:   0.58M  time:  0.01 s
3146.26/3146.24	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
3147.56/3147.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.23 s
3149.67/3149.66	c lits-rem:       536  cl-subs:     5994  v-elim:      0  v-fix:    0  time:  2.08 s
3149.67/3149.67	c vivif2 --  cl tried     6967 cl shrink        0 lits rem          0 time: 0.00
3149.87/3149.86	c vivif2 --  cl tried   205140 cl shrink        0 lits rem          0 time: 0.19
3150.07/3150.08	c asymm  cl-useful: 0/587/6967 lits-rem:0 time: 0.22
3150.07/3150.09	c calculated reachability. Time: 0.00
3150.07/3150.09	c  N dy 71650  15724722      1475      6967    118162    205140    364149   3422759     11.21   no data
3154.67/3154.69	c  N dy 71750  15745270      1475      6967    118162    225246    364149   4141098     11.21     11.92
3159.47/3159.43	c  N dy 71838  15765340      1475      6967    118162    244818    364149   4822378     11.21     12.11
3164.46/3164.42	c  N dy 71936  15785495      1475      6967    118162    264491    364149   5515901     11.21     11.84
3169.36/3169.37	c  N dy 72043  15805520      1475      6967    118162    284149    364149   6223757     11.21     12.65
3174.77/3174.77	c  N dy 72151  15825632      1475      6967    118162    303853    364149   6903509     11.21     11.80
3180.19/3180.12	c  N dy 72239  15845681      1475      6967    118162    323472    364149   7598243     11.21     11.80
3186.46/3186.49	c  N dy 72350  15865903      1475      6967    118162    172116    364149   2127152     11.21     11.80
3190.56/3190.54	c  N dy 72445  15886054      1475      6967    118162    191873    364149   2828960     11.21     11.86
3195.06/3195.06	c  N dy 72550  15906197      1475      6967    118162    211561    364149   3520520     11.21     11.90
3199.76/3199.74	c  N dy 72642  15926259      1475      6967    118162    231179    364149   4188837     11.21     13.12
3204.29/3204.25	c  N dy 72730  15946327      1475      6967    118162    250780    364149   4900889     11.21     11.87
3209.27/3209.26	c  N dy 72830  15966391      1475      6967    118162    270326    364149   5560926     11.21     11.92
3214.37/3214.37	c  N dy 72926  15986877      1475      6967    118162    290377    364149   6269043     11.21     11.83
3219.57/3219.53	c  N dy 73031  16007308      1475      6967    118162    310366    364149   7006488     11.21     11.96
3224.87/3224.81	c  N dy 73125  16027427      1475      6967    118162    330061    364149   7691856     11.21     11.98
3231.07/3231.01	c  N dy 73259  16047454      1475      6967    118162    177572    364149   2303154     11.21     11.94
3235.37/3235.33	c  N dy 73366  16067534      1475      6967    118162    197204    364149   2973410     11.21     12.16
3239.77/3239.78	c  N dy 73461  16087541      1475      6967    118162    216761    364149   3658131     11.21     11.81
3244.37/3244.40	c  N dy 73544  16107641      1475      6967    118162    236397    364149   4345252     11.21     13.72
3249.17/3249.12	c  N dy 73643  16127650      1475      6967    118162    256018    364149   5050581     11.21     12.78
3254.17/3254.13	c  N dy 73727  16147779      1475      6967    118162    275667    364149   5739539     11.21     11.84
3259.07/3259.06	c  N dy 73827  16167824      1475      6967    118162    295320    364149   6448775     11.21     11.93
3264.47/3264.46	c  N dy 73930  16187861      1475      6967    118162    314933    364149   7134663     11.21     13.10
3269.87/3269.83	c  N dy 74032  16207968      1475      6967    118162    334623    364149   7845788     11.21     11.99
3275.07/3275.03	c  S st 74134  16224722      1475      6967    118162    177892    364149   2283588     11.21   no data
3275.17/3275.14	c  S st 74134  16225224      1475      6967    118162    178392    364149   2305519     11.21   no data
3275.17/3275.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3275.57/3275.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 21.5M T:  0.42
3275.57/3275.58	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3275.57/3275.59	c bin-w-bin subsume rem            0 bins  time:  0.01 s
3276.07/3276.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.44 s
3276.07/3276.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1475 time:  0.01 s
3276.07/3276.06	c Removed useless bin:       0  fixed:     0  props:   0.58M  time:  0.01 s
3276.07/3276.09	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
3277.27/3277.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.07 s
3277.67/3277.68	c lits-rem:       100  cl-subs:      681  v-elim:      0  v-fix:    0  time:  0.43 s
3277.67/3277.69	c vivif2 --  cl tried     6967 cl shrink        0 lits rem          0 time: 0.00
3277.87/3277.82	c vivif2 --  cl tried   177711 cl shrink        0 lits rem          0 time: 0.14
3278.09/3278.03	c asymm  cl-useful: 0/622/6967 lits-rem:0 time: 0.21
3278.09/3278.04	c calculated reachability. Time: 0.00
3278.09/3278.04	c  N dy 74134  16225224      1475      6967    118162    177711    364149   2294968     11.21   no data
3282.39/3282.35	c  N dy 74222  16245362      1475      6967    118162    197420    364149   2978332     11.21     11.86
3286.79/3286.81	c  N dy 74317  16265459      1475      6967    118162    217153    364149   3687448     11.21     11.81
3291.48/3291.45	c  N dy 74405  16285486      1475      6967    118162    236755    364149   4352148     11.21     11.92
3296.17/3296.12	c  N dy 74482  16305613      1475      6967    118162    256404    364149   5042625     11.21     12.10
3301.09/3301.10	c  N dy 74583  16325651      1475      6967    118162    275993    364149   5731248     11.21     14.21
3306.47/3306.46	c  N dy 74691  16346566      1475      6967    118162    296454    364149   6456187     11.21     11.84
3311.67/3311.64	c  N dy 74787  16366622      1475      6967    118162    316135    364149   7154035     11.21     11.84
3317.27/3317.21	c  N dy 74898  16386715      1475      6967    118162    335837    364149   7855847     11.21     11.81
3322.97/3322.91	c  N dy 75017  16406783      1475      6967    118162    181296    364149   2389142     11.22     11.95
3327.27/3327.22	c  N dy 75120  16426878      1475      6967    118162    200957    364149   3077486     11.22     11.84
3331.67/3331.66	c  N dy 75219  16446912      1475      6967    118162    220524    364149   3759627     11.22     12.86
3336.47/3336.46	c  N dy 75324  16466968      1475      6967    118162    240178    364149   4445082     11.22     11.90
3341.37/3341.38	c  N dy 75426  16487556      1475      6967    118162    260314    364149   5142640     11.22     11.84
3346.47/3346.46	c  N dy 75533  16508041      1475      6967    118162    280368    364149   5855260     11.22     12.16
3351.79/3351.77	c  N dy 75643  16528165      1475      6967    118162    300076    364149   6555042     11.22     11.85
3356.97/3356.94	c  N dy 75744  16548236      1475      6967    118162    319749    364149   7263999     11.22     12.46
3362.57/3362.55	c  N dy 75817  16568290      1475      6967    118162    339270    364149   7913770     11.22     11.96
3368.37/3368.30	c  N dy 75921  16588423      1475      6967    118162    183847    364149   2453684     11.22     11.88
3372.69/3372.63	c  N dy 76028  16608739      1475      6967    118162    203733    364149   3178560     11.22     11.83
3377.09/3377.04	c  N dy 76110  16628848      1475      6967    118162    223368    364149   3874141     11.22     11.82
3381.87/3381.80	c  N dy 76200  16649165      1475      6967    118162    243252    364149   4560923     11.22     12.04
3386.67/3386.64	c  N dy 76305  16669259      1475      6967    118162    262880    364149   5257479     11.22     11.81
3391.77/3391.74	c  N dy 76401  16689435      1475      6967    118162    282589    364149   5958127     11.22     11.82
3396.97/3396.93	c  N dy 76485  16709484      1475      6967    118162    302174    364149   6634340     11.22     11.81
3400.97/3400.98	c  S st 76557  16725224      1475      6967    118162    317632    364149   7196578     11.22     10.88
3401.19/3401.12	c  S st 76557  16725725      1475      6967    118162    318131    364149   7220488     11.22   no data
3401.19/3401.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3401.77/3401.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 27.3M T:  0.60
3401.77/3401.74	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3401.77/3401.75	c bin-w-bin subsume rem            0 bins  time:  0.01 s
3402.17/3402.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.44 s
3402.17/3402.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1475 time:  0.01 s
3402.29/3402.22	c Removed useless bin:       0  fixed:     0  props:   0.58M  time:  0.01 s
3402.29/3402.28	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
3403.87/3403.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.39 s
3413.58/3413.54	c lits-rem:      1523  cl-subs:    19152  v-elim:      0  v-fix:    0  time:  9.64 s
3413.58/3413.54	c vivif2 --  cl tried     6967 cl shrink        0 lits rem          0 time: 0.00
3413.98/3413.90	c vivif2 --  cl tried   298979 cl shrink        0 lits rem          0 time: 0.36
3414.18/3414.14	c asymm  cl-useful: 0/630/6967 lits-rem:0 time: 0.23
3414.18/3414.15	c calculated reachability. Time: 0.00
3414.18/3414.15	c  N dy 76557  16725725      1475      6967    118162    298979    364149   6899498     11.22   no data
3419.37/3419.38	c  N dy 76644  16745839      1475      6967    118162    318636    364149   7610901     11.22     11.82
3425.07/3425.05	c  N dy 76744  16765856      1475      6967    118162    338203    364149   8305843     11.22     11.95
3430.89/3430.87	c  N dy 76838  16785926      1475      6967    118162    181953    364149   2385565     11.22     11.81
3435.39/3435.36	c  N dy 76934  16806282      1475      6967    118162    201871    364149   3064077     11.22     11.84
3439.87/3439.87	c  N dy 77034  16826349      1475      6967    118162    221450    364149   3739194     11.22     11.87
3444.67/3444.60	c  N dy 77117  16846391      1475      6967    118162    241078    364149   4431441     11.22     11.85
3449.59/3449.55	c  N dy 77226  16867027      1475      6967    118162    261254    364149   5131543     11.22     11.91
3454.68/3454.64	c  N dy 77325  16887454      1475      6967    118162    281213    364149   5849114     11.22     11.95
3459.78/3459.73	c  N dy 77426  16907640      1475      6967    118162    300974    364149   6543402     11.22     11.91
3464.99/3464.97	c  N dy 77513  16927843      1475      6967    118162    320689    364149   7230154     11.22     12.13
3470.49/3470.48	c  N dy 77599  16947951      1475      6967    118162    340293    364149   7908777     11.22     11.86
3476.17/3476.18	c  N dy 77695  16968088      1475      6967    118162    183116    364149   2392601     11.22     12.03
3480.68/3480.61	c  N dy 77797  16988157      1475      6967    118162    202754    364149   3079435     11.22     13.70
3485.08/3485.05	c  N dy 77884  17008335      1475      6967    118162    222454    364149   3776228     11.22     11.92
3489.78/3489.77	c  N dy 77994  17028415      1475      6967    118162    242087    364149   4474189     11.22     12.00
3494.69/3494.64	c  N dy 78089  17048566      1475      6967    118162    261810    364149   5181722     11.22     11.84
3499.97/3499.91	c  N dy 78171  17068587      1475      6967    118162    281380    364149   5839350     11.22     12.13
3505.17/3505.12	c  N dy 78290  17088599      1475      6967    118162    301014    364149   6542160     11.22     13.79
3510.58/3510.56	c  N dy 78407  17108703      1475      6967    118162    320736    364149   7231032     11.22     11.87
3515.98/3515.98	c  N dy 78513  17128704      1475      6967    118162    340311    364149   7920206     11.22     12.16
3521.98/3521.94	c  N dy 78615  17148818      1475      6967    118162    182005    364149   2332422     11.22     11.82
3526.38/3526.31	c  N dy 78710  17169267      1475      6967    118162    202044    364149   3031439     11.22     11.89
3530.88/3530.83	c  N dy 78819  17189329      1475      6967    118162    221687    364149   3719328     11.22     11.97
3535.39/3535.36	c  N dy 78912  17209427      1475      6967    118162    241307    364149   4409242     11.22     11.85
3539.28/3539.23	c  S st 78966  17225726      1475      6967    118162    257271    364149   4962250     11.22     10.10
3539.38/3539.36	c  S st 78966  17226226      1475      6967    118162    257770    364149   4983735     11.22   no data
3539.38/3539.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3539.98/3539.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 25.2M T:  0.53
3539.98/3539.91	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3539.98/3539.92	c bin-w-bin subsume rem            0 bins  time:  0.01 s
3540.38/3540.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.44 s
3540.38/3540.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1475 time:  0.01 s
3540.38/3540.39	c Removed useless bin:       0  fixed:     0  props:   0.58M  time:  0.01 s
3540.48/3540.44	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
3541.88/3541.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.26 s
3545.78/3545.77	c lits-rem:       828  cl-subs:    10567  v-elim:      0  v-fix:    0  time:  3.92 s
3545.78/3545.77	c vivif2 --  cl tried     6967 cl shrink        0 lits rem          0 time: 0.00
3546.08/3546.03	c vivif2 --  cl tried   247203 cl shrink        0 lits rem          0 time: 0.26
3546.28/3546.26	c asymm  cl-useful: 0/611/6967 lits-rem:0 time: 0.23
3546.28/3546.27	c calculated reachability. Time: 0.00
3546.28/3546.27	c  N dy 78966  17226226      1475      6967    118162    247203    364149   4809021     11.22   no data
3551.27/3551.27	c  N dy 79070  17246567      1475      6967    118162    267074    364149   5505265     11.22     11.82
3556.57/3556.50	c  N dy 79147  17266738      1475      6967    118162    286817    364149   6182669     11.22     11.95
3561.80/3561.81	c  N dy 79240  17287503      1475      6967    118162    307118    364149   6893362     11.22     11.83
3567.47/3567.47	c  N dy 79337  17308034      1475      6967    118162    327166    364149   7591103     11.22     11.85
3572.97/3572.96	c  N dy 79415  17328154      1475      6967    118162    346829    364149   8268996     11.22     11.88
3578.88/3578.87	c  N dy 79498  17348204      1475      6967    118162    187569    364149   2495059     11.22     12.31
3583.28/3583.29	c  N dy 79586  17368517      1475      6967    118162    207381    364149   3177547     11.22     11.95
3587.87/3587.82	c  N dy 79670  17388696      1475      6967    118162    227084    364149   3852607     11.22     11.86
3592.48/3592.44	c  N dy 79761  17408754      1475      6967    118162    246730    364149   4532717     11.22     11.91
3597.48/3597.48	c  N dy 79863  17428823      1475      6967    118162    266376    364149   5204045     11.22     12.30
3602.38/3602.32	c  N dy 79962  17448900      1475      6967    118162    286004    364149   5922210     11.22     11.83
3607.38/3607.35	c  N dy 80057  17468986      1475      6967    118162    305676    364149   6620526     11.22     11.84
3612.67/3612.62	c  N dy 80144  17489149      1475      6967    118162    325447    364149   7324461     11.22     11.97
3618.27/3618.20	c  N dy 80240  17509212      1475      6967    118162    345093    364149   8012907     11.23     12.50
3624.38/3624.35	c  N dy 80356  17529274      1475      6967    118162    184818    364149   2393267     11.23     11.84
3628.90/3628.90	c  N dy 80448  17549697      1475      6967    118162    204779    364149   3069842     11.23     11.87
3633.58/3633.54	c  N dy 80547  17569772      1475      6967    118162    224426    364149   3750452     11.23     12.35
3638.48/3638.40	c  N dy 80655  17590062      1475      6967    118162    244275    364149   4430891     11.23     12.02
3643.08/3643.10	c  N dy 80734  17610159      1475      6967    118162    263895    364149   5125711     11.23     11.86
3648.08/3648.08	c  N dy 80823  17630245      1475      6967    118162    283513    364149   5808234     11.23     13.15
3653.28/3653.26	c  N dy 80921  17650696      1475      6967    118162    303521    364149   6502237     11.23     11.93
3658.60/3658.54	c  N dy 81035  17670708      1475      6967    118162    323136    364149   7218817     11.23     12.38
3664.28/3664.24	c  N dy 81130  17690757      1475      6967    118162    342726    364149   7883521     11.23     11.84
3670.80/3670.79	c  N dy 81219  17711128      1475      6967    118162    181711    364149   2257425     11.23     11.88
3674.00/3673.93	c  S st 81288  17726228      1475      6967    118162    196515    364149   2783255     11.23   no data
3674.10/3674.04	c  S st 81288  17726732      1475      6967    118162    197018    364149   2806873     11.23   no data
3674.10/3674.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3674.58/3674.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 23.3M T:  0.46
3674.58/3674.52	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3674.58/3674.53	c bin-w-bin subsume rem            0 bins  time:  0.01 s
3674.98/3674.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.44 s
3674.98/3674.98	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1475 time:  0.01 s
3674.98/3674.99	c Removed useless bin:       0  fixed:     0  props:   0.58M  time:  0.01 s
3675.10/3675.04	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
3676.38/3676.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.19 s
3677.18/3677.14	c lits-rem:       179  cl-subs:     2007  v-elim:      0  v-fix:    0  time:  0.82 s
3677.18/3677.14	c vivif2 --  cl tried     6967 cl shrink        0 lits rem          0 time: 0.00
3677.30/3677.30	c vivif2 --  cl tried   195011 cl shrink        0 lits rem          0 time: 0.16
3677.58/3677.52	c asymm  cl-useful: 0/597/6967 lits-rem:0 time: 0.21
3677.58/3677.53	c calculated reachability. Time: 0.00
3677.58/3677.53	c  N dy 81288  17726732      1475      6967    118162    195011    364149   2773913     11.23   no data
3682.08/3682.01	c  N dy 81382  17746974      1475      6967    118162    214800    364149   3457584     11.23     11.85
3686.68/3686.69	c  N dy 81473  17767113      1475      6967    118162    234501    364149   4138464     11.23     11.84
3691.48/3691.42	c  N dy 81572  17787164      1475      6967    118162    254097    364149   4817163     11.23     14.50
3696.38/3696.31	c  N dy 81664  17807269      1475      6967    118162    273758    364149   5507134     11.23     11.86
3701.50/3701.50	c  N dy 81755  17827437      1475      6967    118162    293506    364149   6183117     11.23     11.84
3706.88/3706.81	c  N dy 81854  17847523      1475      6967    118162    313187    364149   6888881     11.23     14.86
3712.28/3712.22	c  N dy 81938  17867559      1475      6967    118162    332723    364149   7543359     11.23     13.92
3718.00/3717.98	c  N dy 82056  17887641      1475      6967    118162    352390    364149   8251551     11.23     12.82
3724.09/3724.07	c  N dy 82174  17907722      1475      6967    118162    190133    364149   2526798     11.23     12.37
3728.38/3728.30	c  N dy 82270  17928068      1475      6967    118162    210070    364149   3232936     11.23     11.84
3732.98/3732.94	c  N dy 82395  17948219      1475      6967    118162    229785    364149   3927379     11.23     11.86
3737.80/3737.71	c  N dy 82486  17968569      1475      6967    118162    249728    364149   4642285     11.23     11.86
3742.68/3742.69	c  N dy 82581  17988836      1475      6967    118162    269551    364149   5337220     11.23     11.86
3747.88/3747.87	c  N dy 82697  18008896      1475      6967    118162    289192    364149   6020609     11.23     12.12
3753.09/3753.09	c  N dy 82775  18029021      1475      6967    118162    308911    364149   6719468     11.23     11.94
3758.48/3758.49	c  N dy 82861  18049079      1475      6967    118162    328507    364149   7409432     11.23     11.91
3764.08/3764.06	c  N dy 82961  18069125      1475      6967    118162    348100    364149   8107648     11.23     11.90
3770.68/3770.61	c  N dy 83061  18089315      1475      6967    118162    184940    364149   2332504     11.23     11.85
3775.08/3775.05	c  N dy 83150  18109342      1475      6967    118162    204548    364149   3002021     11.23     11.92
3779.78/3779.79	c  N dy 83247  18130409      1475      6967    118162    225169    364149   3746503     11.23     11.93
3784.59/3784.50	c  N dy 83358  18150440      1475      6967    118162    244810    364149   4464482     11.23     11.83
3789.61/3789.54	c  N dy 83457  18170512      1475      6967    118162    264442    364149   5136724     11.23     17.93
3794.49/3794.48	c  N dy 83548  18190942      1475      6967    118162    284414    364149   5850837     11.23     11.92
3799.78/3799.78	c  N dy 83635  18211221      1475      6967    118162    304271    364149   6552573     11.23     11.92
3803.98/3803.91	c  S st 83697  18226732      1475      6967    118162    319392    364149   7092624     11.23   no data
3804.08/3804.04	c  S st 83697  18227235      1475      6967    118162    319893    364149   7114702     11.23   no data
3804.08/3804.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3804.68/3804.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 28.4M T:  0.62
3804.68/3804.68	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3804.68/3804.69	c bin-w-bin subsume rem            0 bins  time:  0.01 s
3805.18/3805.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.44 s
3805.18/3805.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1475 time:  0.01 s
3805.18/3805.15	c Removed useless bin:       0  fixed:     0  props:   0.58M  time:  0.01 s
3805.28/3805.22	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
3806.78/3806.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.35 s
3815.78/3815.74	c lits-rem:      1283  cl-subs:    17743  v-elim:      0  v-fix:    0  time:  8.96 s
3815.78/3815.75	c vivif2 --  cl tried     6967 cl shrink        0 lits rem          0 time: 0.00
3816.18/3816.11	c vivif2 --  cl tried   302150 cl shrink        0 lits rem          0 time: 0.36
3816.38/3816.34	c asymm  cl-useful: 0/696/6967 lits-rem:0 time: 0.23
3816.38/3816.35	c calculated reachability. Time: 0.00
3816.38/3816.35	c  N dy 83697  18227235      1475      6967    118162    302150    364149   6815739     11.23   no data
3821.88/3821.88	c  N dy 83802  18247302      1475      6967    118162    321825    364149   7512634     11.23     11.96
3827.79/3827.70	c  N dy 83911  18267490      1475      6967    118162    341581    364149   8222566     11.23     11.97
3833.61/3833.52	c  N dy 84012  18287567      1475      6967    118162    361236    364149   8903863     11.23     11.91
3839.19/3839.16	c  N dy 84090  18307837      1475      6967    118162    197266    364149   2738850     11.23     11.83
3843.68/3843.61	c  N dy 84190  18328076      1475      6967    118162    217084    364149   3449274     11.23     12.01
3848.18/3848.18	c  N dy 84276  18348133      1475      6967    118162    236694    364149   4117956     11.23     11.83
3852.98/3852.91	c  N dy 84382  18368218      1475      6967    118162    256370    364149   4837794     11.23     12.95
3857.98/3857.90	c  N dy 84486  18388563      1475      6967    118162    276277    364149   5536579     11.23     11.87
3862.99/3862.96	c  N dy 84591  18408575      1475      6967    118162    295900    364149   6224681     11.24     11.88
3868.29/3868.28	c  N dy 84695  18428832      1475      6967    118162    315730    364149   6909666     11.24     12.59
3873.78/3873.79	c  N dy 84783  18449094      1475      6967    118162    335492    364149   7577861     11.24     11.83
3879.38/3879.32	c  N dy 84855  18469148      1475      6967    118162    355085    364149   8245312     11.24     12.13
3885.58/3885.57	c  N dy 84937  18489499      1475      6967    118162    190176    364149   2471054     11.23     11.91
3889.98/3889.97	c  N dy 85031  18509512      1475      6967    118162    209749    364149   3158109     11.23     13.35
3894.68/3894.69	c  N dy 85132  18530165      1475      6967    118162    229929    364149   3843088     11.24     11.85
3899.51/3899.45	c  N dy 85218  18550215      1475      6967    118162    249515    364149   4515619     11.24     16.88
3904.29/3904.29	c  N dy 85310  18570261      1475      6967    118162    269122    364149   5201479     11.24     12.75
3909.29/3909.23	c  N dy 85409  18590437      1475      6967    118162    288935    364149   5918333     11.24     11.89
3914.49/3914.44	c  N dy 85510  18610611      1475      6967    118162    308702    364149   6617277     11.24     11.89
3920.18/3920.12	c  N dy 85611  18630994      1475      6967    118162    328609    364149   7306286     11.24     12.03
3925.68/3925.61	c  N dy 85706  18651346      1475      6967    118162    348529    364149   8014321     11.24     11.84
3931.28/3931.26	c  N dy 85781  18671555      1475      6967    118162    368345    364149   8693327     11.24     11.85
3937.01/3936.93	c  N dy 85880  18692490      1475      6967    118162    202941    364149   2872118     11.24     11.89
3941.41/3941.35	c  N dy 85978  18712658      1475      6967    118162    222667    364149   3557090     11.24     11.88
3944.79/3944.75	c  S st 86055  18727235      1475      6967    118162    236959    364149   4064417     11.24   no data
3944.89/3944.86	c  S st 86055  18727735      1475      6967    118162    237459    364149   4088774     11.24   no data
3944.89/3944.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3945.39/3945.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 24.5M T:  0.50
3945.39/3945.39	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3945.49/3945.40	c bin-w-bin subsume rem            0 bins  time:  0.01 s
3945.89/3945.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.44 s
3945.89/3945.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1475 time:  0.01 s
3945.89/3945.86	c Removed useless bin:       0  fixed:     0  props:   0.58M  time:  0.01 s
3945.99/3945.91	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
3947.29/3947.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.22 s
3949.79/3949.72	c lits-rem:       560  cl-subs:     6632  v-elim:      0  v-fix:    0  time:  2.46 s
3949.79/3949.73	c vivif2 --  cl tried     6967 cl shrink        0 lits rem          0 time: 0.00
3949.99/3949.95	c vivif2 --  cl tried   230827 cl shrink        0 lits rem          0 time: 0.22
3950.21/3950.17	c asymm  cl-useful: 0/559/6967 lits-rem:0 time: 0.22
3950.21/3950.18	c calculated reachability. Time: 0.00
3950.21/3950.18	c  N dy 86055  18727735      1475      6967    118162    230827    364149   3974753     11.24   no data
3954.89/3954.86	c  N dy 86147  18747776      1475      6967    118162    250373    364149   4656119     11.24     11.98
3959.69/3959.64	c  N dy 86230  18767966      1475      6967    118162    270120    364149   5345193     11.24     11.95
3964.88/3964.83	c  N dy 86319  18788317      1475      6967    118162    289999    364149   6037152     11.24     11.83
3970.08/3970.08	c  N dy 86421  18808966      1475      6967    118162    310205    364149   6766997     11.24     11.87
3975.69/3975.69	c  N dy 86511  18829756      1475      6967    118162    330580    364149   7456724     11.24     11.91
3981.19/3981.11	c  N dy 86610  18849775      1475      6967    118162    350191    364149   8149638     11.24     14.63
3986.89/3986.85	c  N dy 86709  18869816      1475      6967    118162    369796    364149   8823951     11.24     13.52
3992.39/3992.35	c  N dy 86805  18889952      1475      6967    118162    202711    364149   2867499     11.24     11.86
3996.89/3996.87	c  N dy 86890  18910070      1475      6967    118162    222363    364149   3550630     11.24     11.89
4001.69/4001.68	c  N dy 86989  18930381      1475      6967    118162    242212    364149   4235762     11.24     11.96
4006.49/4006.46	c  N dy 87076  18950412      1475      6967    118162    261739    364149   4921445     11.24     11.94
4011.49/4011.48	c  N dy 87179  18970534      1475      6967    118162    281412    364149   5623553     11.24     12.01
4016.68/4016.68	c  N dy 87271  18990659      1475      6967    118162    301066    364149   6310784     11.24     12.07
4021.98/4021.99	c  N dy 87366  19010732      1475      6967    118162    320652    364149   6972678     11.24     11.91
4027.59/4027.57	c  N dy 87468  19030760      1475      6967    118162    340211    364149   7667261     11.24     11.86
4033.19/4033.18	c  N dy 87570  19050851      1475      6967    118162    359802    364149   8362603     11.24     12.83
4039.49/4039.42	c  N dy 87665  19070986      1475      6967    118162    191845    364149   2471408     11.24     11.90
4043.79/4043.76	c  N dy 87758  19091083      1475      6967    118162    211507    364149   3156890     11.24     13.68
4048.39/4048.37	c  N dy 87838  19111595      1475      6967    118162    231547    364149   3854036     11.24     11.84
4053.19/4053.13	c  N dy 87915  19131674      1475      6967    118162    251135    364149   4516540     11.24     11.89
4058.09/4058.03	c  N dy 88000  19152033      1475      6967    118162    271030    364149   5189290     11.24     12.19
4063.09/4063.04	c  N dy 88090  19172133      1475      6967    118162    290694    364149   5876883     11.24     13.45
4068.29/4068.28	c  N dy 88206  19192392      1475      6967    118162    310548    364149   6593647     11.24     11.98
4073.79/4073.78	c  N dy 88293  19212725      1475      6967    118162    330406    364149   7279889     11.24     11.85
4077.89/4077.86	c  S st 88364  19227735      1475      6967    118162    345087    364149   7791329     11.24   no data
4077.99/4077.99	c  S st 88364  19228235      1475      6967    118162    345587    364149   7813235     11.24   no data
4078.09/4078.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
4078.69/4078.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 27.9M T:  0.62
4078.69/4078.65	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4078.69/4078.66	c bin-w-bin subsume rem            0 bins  time:  0.01 s
4079.19/4079.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.44 s
4079.19/4079.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1475 time:  0.01 s
4079.19/4079.12	c Removed useless bin:       0  fixed:     0  props:   0.58M  time:  0.01 s
4079.19/4079.19	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
4080.89/4080.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.42 s
4092.40/4092.37	c lits-rem:      1860  cl-subs:    22152  v-elim:      0  v-fix:    0  time: 11.50 s
4092.40/4092.37	c vivif2 --  cl tried     6967 cl shrink        0 lits rem          0 time: 0.00
4092.80/4092.76	c vivif2 --  cl tried   323435 cl shrink        0 lits rem          0 time: 0.39
4093.00/4092.99	c asymm  cl-useful: 0/841/6967 lits-rem:0 time: 0.23
4093.00/4093.01	c calculated reachability. Time: 0.00
4093.00/4093.01	c  N dy 88364  19228235      1475      6967    118162    323435    364149   7445947     11.24   no data
4098.49/4098.43	c  N dy 88462  19248439      1475      6967    118162    343269    364149   8169866     11.24     11.84
4104.11/4104.08	c  N dy 88569  19268459      1475      6967    118162    362849    364149   8889889     11.24     12.98
4110.49/4110.41	c  N dy 88652  19288600      1475      6967    118162    194102    364149   2495062     11.24     11.92
4114.89/4114.88	c  N dy 88745  19308784      1475      6967    118162    213845    364149   3185375     11.24     11.88
4119.61/4119.59	c  N dy 88849  19328920      1475      6967    118162    233551    364149   3856032     11.24     12.09
4124.39/4124.33	c  N dy 88951  19349038      1475      6967    118162    253319    364149   4563189     11.24     11.85
4129.29/4129.26	c  N dy 89048  19369197      1475      6967    118162    272974    364149   5243666     11.24     11.86
4134.49/4134.42	c  N dy 89135  19389260      1475      6967    118162    292537    364149   5901177     11.24     12.12
4139.59/4139.56	c  N dy 89230  19409264      1475      6967    118162    312031    364149   6569309     11.24     15.48
4144.81/4144.81	c  N dy 89316  19429280      1475      6967    118162    331621    364149   7253500     11.24     13.09
4150.41/4150.39	c  N dy 89417  19449360      1475      6967    118162    351262    364149   7937865     11.24     13.50
4155.99/4155.91	c  N dy 89508  19469404      1475      6967    118162    370819    364149   8630051     11.24     11.89
4161.80/4161.78	c  N dy 89582  19489423      1475      6967    118162    200885    364149   2722661     11.24     12.59
4166.29/4166.25	c  N dy 89699  19509539      1475      6967    118162    220603    364149   3419422     11.24     11.91
4170.99/4170.98	c  N dy 89800  19529563      1475      6967    118162    240116    364149   4079996     11.24     13.45
4175.79/4175.74	c  N dy 89884  19549685      1475      6967    118162    259773    364149   4740355     11.24     12.23
4180.69/4180.61	c  N dy 89984  19569688      1475      6967    118162    279366    364149   5433675     11.24     11.85
4185.80/4185.70	c  N dy 90080  19589729      1475      6967    118162    298989    364149   6123256     11.24     14.76
4191.01/4191.01	c  N dy 90180  19609846      1475      6967    118162    318684    364149   6809228     11.24     11.89
4196.61/4196.53	c  N dy 90288  19629854      1475      6967    118162    338250    364149   7483141     11.24     12.18
4202.39/4202.30	c  N dy 90373  19650638      1475      6967    118162    358569    364149   8170313     11.24     11.99
4208.09/4208.01	c  N dy 90480  19670805      1475      6967    118162    378342    364149   8897522     11.24     11.88
4213.39/4213.31	c  N dy 90567  19691162      1475      6967    118162    207636    364149   2921386     11.24     11.84
4217.89/4217.88	c  N dy 90659  19711349      1475      6967    118162    227409    364149   3608994     11.24     11.84
4221.82/4221.77	c  S st 90725  19728236      1475      6967    118162    243969    364149   4194993     11.24      9.58
4221.92/4221.88	c  S st 90725  19728739      1475      6967    118162    244471    364149   4219127     11.24   no data
4222.00/4221.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
4222.50/4222.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 25.0M T:  0.52
4222.50/4222.42	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4222.50/4222.43	c bin-w-bin subsume rem            0 bins  time:  0.01 s
4222.91/4222.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.44 s
4222.91/4222.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1475 time:  0.01 s
4222.91/4222.89	c Removed useless bin:       0  fixed:     0  props:   0.59M  time:  0.01 s
4223.02/4222.95	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
4224.40/4224.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.29 s
4227.00/4226.91	c lits-rem:       597  cl-subs:     6635  v-elim:      0  v-fix:    0  time:  2.53 s
4227.00/4226.91	c vivif2 --  cl tried     6967 cl shrink        0 lits rem          0 time: 0.00
4227.20/4227.14	c vivif2 --  cl tried   237836 cl shrink        0 lits rem          0 time: 0.23
4227.42/4227.36	c asymm  cl-useful: 0/605/6967 lits-rem:0 time: 0.22
4227.42/4227.37	c calculated reachability. Time: 0.00
4227.42/4227.37	c  N dy 90725  19728739      1475      6967    118162    237836    364149   4110256     11.24   no data
4232.49/4232.43	c  N dy 90828  19748993      1475      6967    118162    257592    364149   4779160     11.24     11.85
4237.50/4237.49	c  N dy 90926  19769233      1475      6967    118162    277395    364149   5457049     11.24     11.84
4242.59/4242.57	c  N dy 91024  19789306      1475      6967    118162    297035    364149   6165963     11.24     13.45
4247.80/4247.74	c  N dy 91119  19809408      1475      6967    118162    316753    364149   6882890     11.24     11.84
4253.30/4253.23	c  N dy 91207  19829423      1475      6967    118162    336302    364149   7551384     11.24     11.85
4259.10/4259.10	c  N dy 91300  19849915      1475      6967    118162    356356    364149   8228565     11.24     11.90
4264.89/4264.86	c  N dy 91384  19869970      1475      6967    118162    375899    364149   8892449     11.24     11.85
4270.60/4270.52	c  N dy 91481  19890196      1475      6967    118162    204102    364149   2790004     11.24     11.95
4275.10/4275.06	c  N dy 91584  19910633      1475      6967    118162    224087    364149   3480181     11.24     11.89
4279.90/4279.86	c  N dy 91681  19931050      1475      6967    118162    244051    364149   4139368     11.25     11.88
4284.69/4284.68	c  N dy 91775  19951514      1475      6967    118162    264053    364149   4826523     11.25     11.99
4289.79/4289.79	c  N dy 91862  19971669      1475      6967    118162    283773    364149   5497570     11.25     11.85
4294.99/4294.96	c  N dy 91956  19991748      1475      6967    118162    303439    364149   6191006     11.25     12.32
4300.49/4300.44	c  N dy 92054  20011883      1475      6967    118162    323093    364149   6854195     11.25     12.26
4305.90/4305.81	c  N dy 92158  20032043      1475      6967    118162    342827    364149   7560908     11.25     11.88
4311.69/4311.66	c  N dy 92251  20052809      1475      6967    118162    363195    364149   8256052     11.25     11.86
4317.51/4317.46	c  N dy 92349  20073080      1475      6967    118162    383049    364149   8941648     11.25     11.93
4322.90/4322.91	c  N dy 92430  20093390      1475      6967    118162    210233    364149   2966185     11.25     11.89
4327.60/4327.52	c  N dy 92537  20113401      1475      6967    118162    229803    364149   3634924     11.25     12.02
4332.10/4332.09	c  N dy 92613  20133422      1475      6967    118162    249405    364149   4317074     11.25     11.91
4337.09/4337.01	c  N dy 92699  20153839      1475      6967    118162    269405    364149   5017139     11.25     11.86
4342.00/4341.96	c  N dy 92797  20173842      1475      6967    118162    288918    364149   5699340     11.25     11.86
4347.22/4347.20	c  N dy 92898  20193885      1475      6967    118162    308488    364149   6374402     11.25     13.49
4352.60/4352.52	c  N dy 92990  20213982      1475      6967    118162    328144    364149   7050795     11.25     13.44
4356.70/4356.64	c  S st 93044  20228746      1475      6967    118162    342568    364149   7523264     11.25   no data
4356.80/4356.78	c  S st 93044  20229249      1475      6967    118162    343071    364149   7548324     11.25   no data
4356.90/4356.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
4357.50/4357.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 29.4M T:  0.64
4357.50/4357.46	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4357.50/4357.47	c bin-w-bin subsume rem            0 bins  time:  0.01 s
4358.00/4357.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.44 s
4358.00/4357.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1475 time:  0.01 s
4358.00/4357.93	c Removed useless bin:       0  fixed:     0  props:   0.59M  time:  0.01 s
4358.10/4358.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
4359.60/4359.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.32 s
4370.00/4369.93	c lits-rem:      1375  cl-subs:    20145  v-elim:      0  v-fix:    0  time: 10.38 s
4370.00/4369.93	c vivif2 --  cl tried     6967 cl shrink        0 lits rem          0 time: 0.00
4370.41/4370.32	c vivif2 --  cl tried   322926 cl shrink        0 lits rem          0 time: 0.39
4370.60/4370.55	c asymm  cl-useful: 0/578/6967 lits-rem:0 time: 0.23
4370.60/4370.57	c calculated reachability. Time: 0.00
4370.60/4370.57	c  N dy 93044  20229249      1475      6967    118162    322926    364149   7210937     11.25   no data
4376.40/4376.32	c  N dy 93140  20249379      1475      6967    118162    342558    364149   7885223     11.25     11.91
4382.29/4382.27	c  N dy 93238  20269720      1475      6967    118162    362414    364149   8580482     11.25     11.91
4388.30/4388.23	c  N dy 93342  20290180      1475      6967    118162    382426    364149   9289681     11.25     11.90
4393.90/4393.81	c  N dy 93432  20310249      1475      6967    118162    208626    364149   2902532     11.25     11.86
4398.50/4398.49	c  N dy 93529  20330387      1475      6967    118162    228338    364149   3564589     11.25     11.86
4403.42/4403.37	c  N dy 93616  20350443      1475      6967    118162    247872    364149   4212966     11.25     12.07
4408.30/4408.20	c  N dy 93712  20371145      1475      6967    118162    268089    364149   4940663     11.25     12.08
4413.32/4413.28	c  N dy 93814  20391789      1475      6967    118162    288269    364149   5653766     11.25     12.09
4418.50/4418.47	c  N dy 93914  20411844      1475      6967    118162    307874    364149   6332243     11.25     13.35
4423.90/4423.85	c  N dy 94021  20432328      1475      6967    118162    327912    364149   7036052     11.25     11.91
4429.19/4429.12	c  N dy 94113  20452497      1475      6967    118162    347655    364149   7728708     11.25     11.92
4434.79/4434.71	c  N dy 94185  20472934      1475      6967    118162    367666    364149   8414359     11.25     12.01
4440.50/4440.48	c  N dy 94268  20493063      1475      6967    118162    387358    364149   9107416     11.25     12.06
4446.00/4445.92	c  N dy 94371  20513169      1475      6967    118162    212571    364149   3022217     11.25     11.87
4450.40/4450.39	c  N dy 94464  20533246      1475      6967    118162    232227    364149   3722115     11.25     13.47
4455.12/4455.08	c  N dy 94559  20553650      1475      6967    118162    252225    364149   4415185     11.25     11.94
4459.90/4459.89	c  N dy 94636  20573749      1475      6967    118162    271827    364149   5098248     11.25     12.01
4465.02/4464.98	c  N dy 94734  20593814      1475      6967    118162    291466    364149   5778526     11.25     11.88
4470.10/4470.08	c  N dy 94811  20613888      1475      6967    118162    311067    364149   6425938     11.25     12.53
4475.40/4475.33	c  N dy 94913  20633919      1475      6967    118162    330634    364149   7101414     11.25     12.01
4480.91/4480.89	c  N dy 95010  20654062      1475      6967    118162    350373    364149   7773607     11.25     11.94
4486.70/4486.62	c  N dy 95109  20674136      1475      6967    118162    370008    364149   8452421     11.25     16.02
4492.30/4492.23	c  N dy 95192  20694152      1475      6967    118162    389537    364149   9115232     11.25     11.90
4497.80/4497.78	c  N dy 95284  20714287      1475      6967    118162    213770    364149   3045985     11.25     11.86
4501.22/4501.18	c  S st 95348  20729249      1475      6967    118162    228401    364149   3555214     11.25     11.19
4501.32/4501.29	c  S st 95348  20729752      1475      6967    118162    228904    364149   3580868     11.25   no data
4501.40/4501.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
4501.90/4501.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 24.0M T:  0.49
4501.90/4501.80	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4501.90/4501.81	c bin-w-bin subsume rem            0 bins  time:  0.01 s
4502.32/4502.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.44 s
4502.32/4502.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1475 time:  0.01 s
4502.32/4502.28	c Removed useless bin:       0  fixed:     0  props:   0.59M  time:  0.01 s
4502.42/4502.33	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
4503.80/4503.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.29 s
4506.00/4505.90	c lits-rem:       316  cl-subs:     3859  v-elim:      0  v-fix:    0  time:  2.17 s
4506.00/4505.91	c vivif2 --  cl tried     6967 cl shrink        0 lits rem          0 time: 0.00
4506.20/4506.11	c vivif2 --  cl tried   225045 cl shrink        0 lits rem          0 time: 0.20
4506.40/4506.33	c asymm  cl-useful: 0/535/6967 lits-rem:0 time: 0.22
4506.40/4506.34	c calculated reachability. Time: 0.00
4506.40/4506.34	c  N dy 95348  20729752      1475      6967    118162    225045    364149   3517141     11.25   no data
4511.00/4511.00	c  N dy 95444  20749823      1475      6967    118162    244659    364149   4206714     11.25     11.88
4516.01/4515.93	c  N dy 95527  20770452      1475      6967    118162    264824    364149   4906858     11.25     11.88
4521.20/4521.19	c  N dy 95635  20790665      1475      6967    118162    284566    364149   5578153     11.25     12.27
4526.52/4526.42	c  N dy 95750  20810679      1475      6967    118162    304155    364149   6265034     11.25     12.33
4531.80/4531.78	c  N dy 95841  20830771      1475      6967    118162    323778    364149   6929099     11.25     11.95
4537.10/4537.07	c  N dy 95921  20851133      1475      6967    118162    343701    364149   7625355     11.25     11.87
4543.01/4543.00	c  N dy 96037  20871424      1475      6967    118162    363536    364149   8307461     11.25     11.85
4548.81/4548.77	c  N dy 96137  20891431      1475      6967    118162    383108    364149   8977989     11.25     11.92
4554.80/4554.77	c  N dy 96235  20911520      1475      6967    118162    206278    364149   2750091     11.25     12.62
4559.20/4559.16	c  N dy 96334  20931642      1475      6967    118162    225959    364149   3428006     11.25     11.90
4563.92/4563.87	c  N dy 96435  20952146      1475      6967    118162    246086    364149   4134395     11.25     11.89
4568.90/4568.87	c  N dy 96528  20972208      1475      6967    118162    265694    364149   4799555     11.25     11.88
4574.00/4573.90	c  N dy 96625  20992233      1475      6967    118162    285270    364149   5480536     11.25     12.40
4579.00/4578.94	c  N dy 96720  21012340      1475      6967    118162    304954    364149   6166807     11.25     11.85
4584.20/4584.18	c  N dy 96811  21032361      1475      6967    118162    324487    364149   6825311     11.25     12.08
4589.80/4589.74	c  N dy 96887  21052655      1475      6967    118162    344325    364149   7497495     11.25     11.97
4595.40/4595.37	c  N dy 96981  21072896      1475      6967    118162    364090    364149   8168343     11.25     12.15
4601.42/4601.36	c  N dy 97087  21093326      1475      6967    118162    384062    364149   8856316     11.25     11.86
4607.50/4607.48	c  N dy 97182  21113369      1475      6967    118162    206160    364149   2719648     11.25     12.69
4612.01/4611.98	c  N dy 97265  21133548      1475      6967    118162    225844    364149   3390046     11.25     11.93
4616.61/4616.61	c  N dy 97346  21153559      1475      6967    118162    245393    364149   4063879     11.25     14.74
4621.61/4621.50	c  N dy 97448  21173573      1475      6967    118162    264939    364149   4734047     11.25     11.95
4626.51/4626.48	c  N dy 97535  21193835      1475      6967    118162    284765    364149   5413275     11.25     11.88
4631.71/4631.67	c  N dy 97628  21213888      1475      6967    118162    304384    364149   6091128     11.25     11.91
4635.80/4635.70	c  S st 97689  21229752      1475      6967    118162    319895    364149   6642489     11.25      9.78
4635.90/4635.84	c  S st 97689  21230254      1475      6967    118162    320396    364149   6665022     11.25   no data
4635.90/4635.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
4636.52/4636.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 27.7M T:  0.60
4636.52/4636.47	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4636.52/4636.49	c bin-w-bin subsume rem            0 bins  time:  0.01 s
4637.00/4636.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.44 s
4637.00/4636.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1475 time:  0.01 s
4637.00/4636.95	c Removed useless bin:       0  fixed:     0  props:   0.59M  time:  0.01 s
4637.10/4637.02	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
4638.60/4638.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.28 s
4646.10/4646.09	c lits-rem:      1316  cl-subs:    17112  v-elim:      0  v-fix:    0  time:  7.59 s
4646.20/4646.10	c vivif2 --  cl tried     6967 cl shrink        0 lits rem          0 time: 0.00
4646.52/4646.45	c vivif2 --  cl tried   303284 cl shrink        0 lits rem          0 time: 0.35
4646.70/4646.68	c asymm  cl-useful: 0/488/6967 lits-rem:0 time: 0.24
4646.70/4646.70	c calculated reachability. Time: 0.00
4646.70/4646.70	c  N dy 97689  21230254      1475      6967    118162    303284    364149   6380537     11.25   no data
4651.92/4651.86	c  N dy 97773  21250417      1475      6967    118162    322988    364149   7075619     11.25     11.93
4657.53/4657.44	c  N dy 97861  21270624      1475      6967    118162    342717    364149   7772021     11.25     11.85
4663.41/4663.34	c  N dy 97957  21290682      1475      6967    118162    362315    364149   8439613     11.25     12.15
4669.40/4669.32	c  N dy 98066  21310734      1475      6967    118162    381948    364149   9116457     11.25     11.86
4675.71/4675.61	c  N dy 98145  21330738      1475      6967    118162    203263    364149   2616120     11.25     12.88
4680.21/4680.15	c  N dy 98240  21350800      1475      6967    118162    222865    364149   3274250     11.25     12.24
4685.02/4684.93	c  N dy 98333  21370849      1475      6967    118162    242437    364149   3931810     11.25     12.06
4689.81/4689.75	c  N dy 98430  21391255      1475      6967    118162    262384    364149   4635670     11.25     11.90
4694.71/4694.63	c  N dy 98538  21411415      1475      6967    118162    282114    364149   5327421     11.25     11.88
4699.71/4699.66	c  N dy 98610  21431531      1475      6967    118162    301786    364149   6012180     11.25     11.91
4704.90/4704.88	c  N dy 98703  21451623      1475      6967    118162    321455    364149   6708606     11.25     11.98
4710.50/4710.46	c  N dy 98799  21471713      1475      6967    118162    341063    364149   7375848     11.25     11.94
4716.31/4716.20	c  N dy 98883  21491758      1475      6967    118162    360638    364149   8039994     11.25     12.00
4722.11/4722.05	c  N dy 98990  21512145      1475      6967    118162    380660    364149   8732021     11.25     12.10
4728.93/4728.81	c  N dy 99084  21532419      1475      6967    118162    201102    364149   2509128     11.25     12.16
4733.51/4733.42	c  N dy 99175  21552584      1475      6967    118162    220812    364149   3182025     11.25     11.85
4738.01/4737.92	c  N dy 99248  21572624      1475      6967    118162    240394    364149   3852147     11.25     13.48
4742.81/4742.74	c  N dy 99330  21592758      1475      6967    118162    260025    364149   4527231     11.25     11.86
4747.72/4747.63	c  N dy 99424  21612863      1475      6967    118162    279698    364149   5205604     11.25     11.92
4752.70/4752.65	c  N dy 99520  21632869      1475      6967    118162    299300    364149   5881911     11.25     11.86
4757.91/4757.81	c  N dy 99603  21652875      1475      6967    118162    318835    364149   6543794     11.25     12.35
4763.21/4763.18	c  N dy 99713  21672947      1475      6967    118162    338475    364149   7234605     11.25     12.29
4768.90/4768.82	c  N dy 99800  21693482      1475      6967    118162    358549    364149   7910047     11.25     11.89
4774.90/4774.83	c  N dy 99898  21713828      1475      6967    118162    378393    364149   8563802     11.25     11.90
4779.71/4779.65	c  S st 99986  21730254      1475      6967    118162    394475    364149   9116786     11.25      9.85
4779.81/4779.79	c  S st 99986  21730756      1475      6967    118162    394976    364149   9141133     11.25   no data
4779.91/4779.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
4780.51/4780.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 29.8M T:  0.68
4780.51/4780.51	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4780.63/4780.52	c bin-w-bin subsume rem            0 bins  time:  0.01 s
4781.01/4780.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.44 s
4781.01/4780.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1475 time:  0.01 s
4781.01/4780.98	c Removed useless bin:       0  fixed:     0  props:   0.59M  time:  0.01 s
4781.11/4781.07	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
4782.71/4782.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.35 s
4799.10/4799.08	c lits-rem:      2021  cl-subs:    27820  v-elim:      0  v-fix:    0  time: 16.38 s
4799.10/4799.09	c vivif2 --  cl tried     6967 cl shrink        0 lits rem          0 time: 0.00
4799.60/4799.55	c vivif2 --  cl tried   367156 cl shrink        0 lits rem          0 time: 0.46
4799.80/4799.79	c asymm  cl-useful: 0/646/6967 lits-rem:0 time: 0.24
4799.90/4799.81	c calculated reachability. Time: 0.00
4799.90/4799.81	c  N dy 99986  21730756      1475      6967    118162    367156    364149   8672971     11.25   no data
4805.81/4805.76	c  N dy100083  21750956      1475      6967    118162    386932    364149   9358442     11.25     11.85
4812.20/4812.13	c  N dy100188  21770980      1475      6967    118162    206451    364149   2656241     11.25     11.88
4816.61/4816.53	c  N dy100279  21791456      1475      6967    118162    226556    364149   3367519     11.25     12.01
4821.42/4821.38	c  N dy100375  21812227      1475      6967    118162    246917    364149   4065084     11.25     12.11
4826.31/4826.28	c  N dy100463  21832365      1475      6967    118162    266634    364149   4741715     11.25     11.88
4831.60/4831.52	c  N dy100551  21852491      1475      6967    118162    286258    364149   5407618     11.25     11.86
4836.61/4836.56	c  N dy100638  21872730      1475      6967    118162    306039    364149   6102637     11.25     11.99
4841.91/4841.84	c  N dy100731  21892761      1475      6967    118162    325609    364149   6780999     11.26     13.00
4847.41/4847.38	c  N dy100845  21912857      1475      6967    118162    345299    364149   7469362     11.26     13.10
4853.01/4852.94	c  N dy100933  21932944      1475      6967    118162    364951    364149   8138781     11.26     15.11
4858.51/4858.46	c  N dy101029  21952988      1475      6967    118162    384547    364149   8815786     11.26     17.45
4865.32/4865.28	c  N dy101115  21973264      1475      6967    118162    203047    364149   2514408     11.26     12.02
4869.82/4869.75	c  N dy101201  21993327      1475      6967    118162    222692    364149   3176439     11.26     12.00
4874.41/4874.38	c  N dy101299  22013376      1475      6967    118162    242336    364149   3877724     11.26     12.88
4879.31/4879.24	c  N dy101396  22033401      1475      6967    118162    261910    364149   4530397     11.26     12.91
4884.31/4884.26	c  N dy101505  22053656      1475      6967    118162    281716    364149   5222464     11.26     11.86
4889.31/4889.24	c  N dy101599  22073707      1475      6967    118162    301329    364149   5911881     11.26     13.51
4894.81/4894.70	c  N dy101692  22093977      1475      6967    118162    321183    364149   6598892     11.26     12.17
4900.11/4900.07	c  N dy101789  22114246      1475      6967    118162    341063    364149   7290943     11.26     12.00
4905.71/4905.61	c  N dy101887  22134278      1475      6967    118162    360622    364149   7970434     11.26     11.85
4911.71/4911.63	c  N dy102009  22154398      1475      6967    118162    380274    364149   8657471     11.26     11.91
4917.61/4917.55	c  N dy102101  22174453      1475      6967    118162    399877    364149   9333856     11.26     11.90
4923.63/4923.52	c  N dy102204  22194460      1475      6967    118162    217063    364149   2960048     11.26     11.86
4928.03/4927.93	c  N dy102302  22214510      1475      6967    118162    236704    364149   3654544     11.26     11.93
4931.81/4931.72	c  S st102369  22230756      1475      6967    118162    252582    364149   4185391     11.26   no data
4931.91/4931.83	c  S st102369  22231258      1475      6967    118162    253083    364149   4209131     11.26   no data
4931.91/4931.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
4932.43/4932.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 25.3M T:  0.53
4932.43/4932.38	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4932.43/4932.39	c bin-w-bin subsume rem            0 bins  time:  0.01 s
4932.91/4932.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.44 s
4932.91/4932.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1475 time:  0.01 s
4932.91/4932.85	c Removed useless bin:       0  fixed:     0  props:   0.59M  time:  0.01 s
4933.01/4932.91	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
4934.41/4934.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.27 s
4936.71/4936.68	c lits-rem:       721  cl-subs:     6499  v-elim:      0  v-fix:    0  time:  2.37 s
4936.71/4936.69	c vivif2 --  cl tried     6967 cl shrink        0 lits rem          0 time: 0.00
4937.01/4936.92	c vivif2 --  cl tried   246584 cl shrink        0 lits rem          0 time: 0.23
4937.21/4937.14	c asymm  cl-useful: 0/666/6967 lits-rem:0 time: 0.22
4937.21/4937.15	c calculated reachability. Time: 0.00
4937.21/4937.15	c  N dy102369  22231258      1475      6967    118162    246584    364149   4098219     11.26   no data
4942.21/4942.12	c  N dy102468  22251280      1475      6967    118162    266147    364149   4766628     11.26     15.63
4947.41/4947.31	c  N dy102563  22271349      1475      6967    118162    285737    364149   5419422     11.26     12.03
4952.51/4952.43	c  N dy102669  22291358      1475      6967    118162    305277    364149   6086737     11.26     16.95
4957.83/4957.76	c  N dy102750  22311452      1475      6967    118162    324915    364149   6755332     11.26     14.28
4963.11/4963.04	c  N dy102826  22331490      1475      6967    118162    344504    364149   7420655     11.26     11.86
4968.73/4968.69	c  N dy102915  22351560      1475      6967    118162    364045    364149   8069611     11.26     13.59
4974.71/4974.63	c  N dy103014  22372088      1475      6967    118162    384086    364149   8752498     11.26     11.86
4980.41/4980.31	c  N dy103089  22392177      1475      6967    118162    403687    364149   9433497     11.26     13.73
4985.91/4985.80	c  N dy103176  22412216      1475      6967    118162    220086    364149   3043656     11.26     11.86
4990.41/4990.36	c  N dy103260  22432222      1475      6967    118162    239683    364149   3732197     11.26     12.34
4995.31/4995.25	c  N dy103373  22452321      1475      6967    118162    259362    364149   4401797     11.26     13.45

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

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 1.93 2.00 1.99 2/505 28058
/proc/meminfo: memFree=21812092/32951124 swapFree=51851948/67111528
[pid=28058] ppid=28056 vsize=32416 CPUtime=0.01 cores=1,3,5,7
/proc/28058/stat : 28058 (strangenight2-s) R 28056 28058 27578 0 -1 4202496 1397 0 0 0 1 0 0 0 21 0 1 0 773752980 33193984 1337 33554432000 4194304 4580011 140733290907856 18446744073709551615 216634176197 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/28058/statm: 8104 1339 323 95 0 3086 0

[startup+0.0640431 s]
/proc/loadavg: 1.93 2.00 1.99 2/505 28058
/proc/meminfo: memFree=21812092/32951124 swapFree=51851948/67111528
[pid=28058] ppid=28056 vsize=34260 CPUtime=0.06 cores=1,3,5,7
/proc/28058/stat : 28058 (strangenight2-s) R 28056 28058 27578 0 -1 4202496 1882 0 0 0 6 0 0 0 21 0 1 0 773752980 35082240 1822 33554432000 4194304 4580011 140733290907856 18446744073709551615 4446396 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/28058/statm: 8565 1822 348 95 0 3547 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 34260

[startup+0.101041 s]
/proc/loadavg: 1.93 2.00 1.99 2/505 28058
/proc/meminfo: memFree=21812092/32951124 swapFree=51851948/67111528
[pid=28058] ppid=28056 vsize=36952 CPUtime=0.09 cores=1,3,5,7
/proc/28058/stat : 28058 (strangenight2-s) R 28056 28058 27578 0 -1 4202496 2701 0 0 0 9 0 0 0 21 0 1 0 773752980 37838848 2641 33554432000 4194304 4580011 140733290907856 18446744073709551615 4416509 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/28058/statm: 9238 2641 353 95 0 4220 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 36952

[startup+0.301003 s]
/proc/loadavg: 1.93 2.00 1.99 2/505 28058
/proc/meminfo: memFree=21812092/32951124 swapFree=51851948/67111528
[pid=28058] ppid=28056 vsize=39092 CPUtime=0.29 cores=1,3,5,7
/proc/28058/stat : 28058 (strangenight2-s) R 28056 28058 27578 0 -1 4202496 3520 0 0 0 29 0 0 0 18 0 1 0 773752980 40030208 3349 33554432000 4194304 4580011 140733290907856 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/28058/statm: 9773 3349 363 95 0 4755 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 39092

[startup+0.700933 s]
/proc/loadavg: 1.93 2.00 1.99 2/505 28058
/proc/meminfo: memFree=21812092/32951124 swapFree=51851948/67111528
[pid=28058] ppid=28056 vsize=40820 CPUtime=0.69 cores=1,3,5,7
/proc/28058/stat : 28058 (strangenight2-s) R 28056 28058 27578 0 -1 4202496 4146 0 0 0 69 0 0 0 18 0 1 0 773752980 41799680 3559 33554432000 4194304 4580011 140733290907856 18446744073709551615 4306039 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/28058/statm: 10205 3559 363 95 0 5187 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 40820

[startup+1.50079 s]
/proc/loadavg: 1.93 2.00 1.99 3/506 28059
/proc/meminfo: memFree=21796712/32951124 swapFree=51851948/67111528
[pid=28058] ppid=28056 vsize=41356 CPUtime=1.49 cores=1,3,5,7
/proc/28058/stat : 28058 (strangenight2-s) R 28056 28058 27578 0 -1 4202496 5326 0 0 0 149 0 0 0 19 0 1 0 773752980 42348544 3649 33554432000 4194304 4580011 140733290907856 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/28058/statm: 10339 3649 363 95 0 5321 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 41356

[startup+3.10051 s]
/proc/loadavg: 1.93 2.00 1.99 3/506 28059
/proc/meminfo: memFree=21796216/32951124 swapFree=51851948/67111528
[pid=28058] ppid=28056 vsize=41948 CPUtime=3.09 cores=1,3,5,7
/proc/28058/stat : 28058 (strangenight2-s) R 28056 28058 27578 0 -1 4202496 6209 0 0 0 309 0 0 0 24 0 1 0 773752980 42954752 3900 33554432000 4194304 4580011 140733290907856 18446744073709551615 4413539 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/28058/statm: 10487 3900 366 95 0 5469 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 41948

[startup+6.30094 s]
/proc/loadavg: 1.93 2.00 1.99 3/506 28059
/proc/meminfo: memFree=21788548/32951124 swapFree=51851948/67111528
[pid=28058] ppid=28056 vsize=49312 CPUtime=6.29 cores=1,3,5,7
/proc/28058/stat : 28058 (strangenight2-s) R 28056 28058 27578 0 -1 4202496 9061 0 0 0 628 1 0 0 25 0 1 0 773752980 50495488 5882 33554432000 4194304 4580011 140733290907856 18446744073709551615 4413544 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/28058/statm: 12328 5882 366 95 0 7310 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 49312

[startup+12.7008 s]
/proc/loadavg: 1.94 2.00 1.99 3/506 28060
/proc/meminfo: memFree=21775196/32951124 swapFree=51851948/67111528
[pid=28058] ppid=28056 vsize=64336 CPUtime=12.69 cores=1,3,5,7
/proc/28058/stat : 28058 (strangenight2-s) R 28056 28058 27578 0 -1 4202496 12484 0 0 0 1268 1 0 0 25 0 1 0 773752980 65880064 8477 33554432000 4194304 4580011 140733290907856 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/28058/statm: 16084 8477 366 95 0 11066 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 64336

[startup+25.5006 s]
/proc/loadavg: 1.95 2.00 1.99 3/506 28060
/proc/meminfo: memFree=21763072/32951124 swapFree=51851948/67111528
[pid=28058] ppid=28056 vsize=68748 CPUtime=25.49 cores=1,3,5,7
/proc/28058/stat : 28058 (strangenight2-s) R 28056 28058 27578 0 -1 4202496 17140 0 0 0 2547 2 0 0 25 0 1 0 773752980 70397952 10841 33554432000 4194304 4580011 140733290907856 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/28058/statm: 17187 10841 366 95 0 12169 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 68748

[startup+51.101 s]
/proc/loadavg: 1.97 2.00 1.99 3/506 28061
/proc/meminfo: memFree=21748716/32951124 swapFree=51851948/67111528
[pid=28058] ppid=28056 vsize=69308 CPUtime=51.09 cores=1,3,5,7
/proc/28058/stat : 28058 (strangenight2-s) R 28056 28058 27578 0 -1 4202496 31597 0 0 0 5105 4 0 0 25 0 1 0 773752980 70971392 10630 33554432000 4194304 4580011 140733290907856 18446744073709551615 4294923 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/28058/statm: 17327 10630 366 95 0 12309 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 69308

[startup+102.319 s]
/proc/loadavg: 1.98 2.00 1.99 3/506 28062
/proc/meminfo: memFree=21731452/32951124 swapFree=51851948/67111528
[pid=28058] ppid=28056 vsize=82468 CPUtime=102.31 cores=1,3,5,7
/proc/28058/stat : 28058 (strangenight2-s) R 28056 28058 27578 0 -1 4202496 60041 0 0 0 10222 9 0 0 25 0 1 0 773752980 84447232 14598 33554432000 4194304 4580011 140733290907856 18446744073709551615 4413544 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/28058/statm: 20617 14598 366 95 0 15599 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 82468

[startup+162.3 s]
/proc/loadavg: 1.99 2.00 1.99 3/506 28064
/proc/meminfo: memFree=21700300/32951124 swapFree=51851948/67111528
[pid=28058] ppid=28056 vsize=96280 CPUtime=162.29 cores=1,3,5,7
/proc/28058/stat : 28058 (strangenight2-s) R 28056 28058 27578 0 -1 4202496 89034 0 0 0 16215 14 0 0 25 0 1 0 773752980 98590720 18121 33554432000 4194304 4580011 140733290907856 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/28058/statm: 24070 18121 366 95 0 19052 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 96280

[startup+222.301 s]
/proc/loadavg: 1.99 2.00 1.99 3/506 28065
/proc/meminfo: memFree=21682404/32951124 swapFree=51851948/67111528
[pid=28058] ppid=28056 vsize=115856 CPUtime=222.3 cores=1,3,5,7
/proc/28058/stat : 28058 (strangenight2-s) R 28056 28058 27578 0 -1 4202496 117555 0 0 0 22211 19 0 0 25 0 1 0 773752980 118636544 23251 33554432000 4194304 4580011 140733290907856 18446744073709551615 4416924 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/28058/statm: 28964 23251 366 95 0 23946 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 115856

[startup+282.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/506 28067
/proc/meminfo: memFree=21688308/32951124 swapFree=51851948/67111528
[pid=28058] ppid=28056 vsize=116344 CPUtime=282.3 cores=1,3,5,7
/proc/28058/stat : 28058 (strangenight2-s) R 28056 28058 27578 0 -1 4202496 142856 0 0 0 28206 24 0 0 25 0 1 0 773752980 119136256 21891 33554432000 4194304 4580011 140733290907856 18446744073709551615 4318403 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/28058/statm: 29086 21891 366 95 0 24068 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 116344

[startup+342.301 s]
/proc/loadavg: 2.16 2.05 2.01 3/506 28068
/proc/meminfo: memFree=21666576/32951124 swapFree=51851948/67111528
[pid=28058] ppid=28056 vsize=175356 CPUtime=342.3 cores=1,3,5,7
/proc/28058/stat : 28058 (strangenight2-s) R 28056 28058 27578 0 -1 4202496 164408 0 0 0 34202 28 0 0 25 0 1 0 773752980 179564544 25071 33554432000 4194304 4580011 140733290907856 18446744073709551615 4301477 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/28058/statm: 43839 25071 366 95 0 38821 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 175356

[startup+402.301 s]
/proc/loadavg: 2.10 2.06 2.01 3/506 28070
/proc/meminfo: memFree=21633800/32951124 swapFree=51851948/67111528
[pid=28058] ppid=28056 vsize=134944 CPUtime=402.3 cores=1,3,5,7
/proc/28058/stat : 28058 (strangenight2-s) R 28056 28058 27578 0 -1 4202496 188907 0 0 0 40197 33 0 0 25 0 1 0 773752980 138182656 25982 33554432000 4194304 4580011 140733290907856 18446744073709551615 4294928 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/28058/statm: 33736 25982 366 95 0 28718 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 134944

[startup+462.3 s]
/proc/loadavg: 2.04 2.04 2.01 3/506 28072
/proc/meminfo: memFree=21644172/32951124 swapFree=51851948/67111528
[pid=28058] ppid=28056 vsize=191664 CPUtime=462.3 cores=1,3,5,7
/proc/28058/stat : 28058 (strangenight2-s) R 28056 28058 27578 0 -1 4202496 208358 0 0 0 46194 36 0 0 25 0 1 0 773752980 196263936 28747 33554432000 4194304 4580011 140733290907856 18446744073709551615 4294335 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/28058/statm: 47916 28747 366 95 0 42898 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 191664

[startup+522.301 s]
/proc/loadavg: 2.01 2.03 2.00 3/506 28073
/proc/meminfo: memFree=21643792/32951124 swapFree=51851948/67111528
[pid=28058] ppid=28056 vsize=135548 CPUtime=522.3 cores=1,3,5,7
/proc/28058/stat : 28058 (strangenight2-s) R 28056 28058 27578 0 -1 4202496 228633 0 0 0 52190 40 0 0 25 0 1 0 773752980 138801152 27265 33554432000 4194304 4580011 140733290907856 18446744073709551615 4294346 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/28058/statm: 33887 27265 366 95 0 28869 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 135548

[startup+582.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/506 28075
/proc/meminfo: memFree=21626640/32951124 swapFree=51851948/67111528
[pid=28058] ppid=28056 vsize=194648 CPUtime=582.3 cores=1,3,5,7
/proc/28058/stat : 28058 (strangenight2-s) R 28056 28058 27578 0 -1 4202496 248570 0 0 0 58187 43 0 0 25 0 1 0 773752980 199319552 28701 33554432000 4194304 4580011 140733290907856 18446744073709551615 4294923 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/28058/statm: 48662 28701 366 95 0 43644 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 194648

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.07 2.04 2.01 3/506 28207
/proc/meminfo: memFree=21445072/32951124 swapFree=51851948/67111528
[pid=28058] ppid=28056 vsize=345928 CPUtime=4062.4 cores=1,3,5,7
/proc/28058/stat : 28058 (strangenight2-s) R 28056 28058 27578 0 -1 4202496 1050942 0 0 0 406038 202 0 0 25 0 1 0 773752980 354230272 59179 33554432000 4194304 4580011 140733290907856 18446744073709551615 4293179 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/28058/statm: 86482 59179 366 95 0 81464 0
Current children cumulated CPU time (s) 4062.4
Current children cumulated vsize (KiB) 345928

[startup+4122.3 s]
/proc/loadavg: 2.06 2.04 2.01 3/506 28208
/proc/meminfo: memFree=21432612/32951124 swapFree=51851948/67111528
[pid=28058] ppid=28056 vsize=267744 CPUtime=4122.39 cores=1,3,5,7
/proc/28058/stat : 28058 (strangenight2-s) R 28056 28058 27578 0 -1 4202496 1063004 0 0 0 412033 206 0 0 25 0 1 0 773752980 274169856 60403 33554432000 4194304 4580011 140733290907856 18446744073709551615 4296072 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/28058/statm: 66936 60403 366 95 0 61918 0
Current children cumulated CPU time (s) 4122.39
Current children cumulated vsize (KiB) 267744

[startup+4182.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/506 28210
/proc/meminfo: memFree=21431692/32951124 swapFree=51851948/67111528
[pid=28058] ppid=28056 vsize=357816 CPUtime=4182.39 cores=1,3,5,7
/proc/28058/stat : 28058 (strangenight2-s) R 28056 28058 27578 0 -1 4202496 1074481 0 0 0 418031 208 0 0 25 0 1 0 773752980 366403584 61911 33554432000 4194304 4580011 140733290907856 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/28058/statm: 89454 61911 366 95 0 84436 0
Current children cumulated CPU time (s) 4182.39
Current children cumulated vsize (KiB) 357816

[startup+4242.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/506 28211
/proc/meminfo: memFree=21435632/32951124 swapFree=51851948/67111528
[pid=28058] ppid=28056 vsize=358248 CPUtime=4242.39 cores=1,3,5,7
/proc/28058/stat : 28058 (strangenight2-s) R 28056 28058 27578 0 -1 4202496 1085208 0 0 0 424028 211 0 0 25 0 1 0 773752980 366845952 62573 33554432000 4194304 4580011 140733290907856 18446744073709551615 4294923 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/28058/statm: 89562 62573 366 95 0 84544 0
Current children cumulated CPU time (s) 4242.39
Current children cumulated vsize (KiB) 358248

[startup+4302.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/506 28213
/proc/meminfo: memFree=21424924/32951124 swapFree=51851948/67111528
[pid=28058] ppid=28056 vsize=358652 CPUtime=4302.4 cores=1,3,5,7
/proc/28058/stat : 28058 (strangenight2-s) R 28056 28058 27578 0 -1 4202496 1096473 0 0 0 430026 214 0 0 25 0 1 0 773752980 367259648 63499 33554432000 4194304 4580011 140733290907856 18446744073709551615 4294204 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/28058/statm: 89663 63499 366 95 0 84645 0
Current children cumulated CPU time (s) 4302.4
Current children cumulated vsize (KiB) 358652

[startup+4362.3 s]
/proc/loadavg: 2.08 2.04 2.00 3/506 28215
/proc/meminfo: memFree=21412108/32951124 swapFree=51851948/67111528
[pid=28058] ppid=28056 vsize=362332 CPUtime=4362.4 cores=1,3,5,7
/proc/28058/stat : 28058 (strangenight2-s) R 28056 28058 27578 0 -1 4202496 1107420 0 0 0 436024 216 0 0 25 0 1 0 773752980 371027968 64355 33554432000 4194304 4580011 140733290907856 18446744073709551615 4406384 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/28058/statm: 90583 64355 366 95 0 85565 0
Current children cumulated CPU time (s) 4362.4
Current children cumulated vsize (KiB) 362332

[startup+4422.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/506 28216
/proc/meminfo: memFree=21431068/32951124 swapFree=51851948/67111528
[pid=28058] ppid=28056 vsize=362480 CPUtime=4422.4 cores=1,3,5,7
/proc/28058/stat : 28058 (strangenight2-s) R 28056 28058 27578 0 -1 4202496 1117568 0 0 0 442022 218 0 0 25 0 1 0 773752980 371179520 63607 33554432000 4194304 4580011 140733290907856 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/28058/statm: 90620 63607 366 95 0 85602 0
Current children cumulated CPU time (s) 4422.4
Current children cumulated vsize (KiB) 362480

[startup+4482.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/506 28218
/proc/meminfo: memFree=21411684/32951124 swapFree=51851948/67111528
[pid=28058] ppid=28056 vsize=362860 CPUtime=4482.4 cores=1,3,5,7
/proc/28058/stat : 28058 (strangenight2-s) R 28056 28058 27578 0 -1 4202496 1128943 0 0 0 448019 221 0 0 25 0 1 0 773752980 371568640 64745 33554432000 4194304 4580011 140733290907856 18446744073709551615 4294344 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/28058/statm: 90715 64745 366 95 0 85697 0
Current children cumulated CPU time (s) 4482.4
Current children cumulated vsize (KiB) 362860

[startup+4542.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/506 28219
/proc/meminfo: memFree=21416012/32951124 swapFree=51851948/67111528
[pid=28058] ppid=28056 vsize=363272 CPUtime=4542.4 cores=1,3,5,7
/proc/28058/stat : 28058 (strangenight2-s) R 28056 28058 27578 0 -1 4202496 1139584 0 0 0 454017 223 0 0 25 0 1 0 773752980 371990528 65143 33554432000 4194304 4580011 140733290907856 18446744073709551615 4294789 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/28058/statm: 90818 65143 366 95 0 85800 0
Current children cumulated CPU time (s) 4542.4
Current children cumulated vsize (KiB) 363272

[startup+4602.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/506 28221
/proc/meminfo: memFree=21409676/32951124 swapFree=51851948/67111528
[pid=28058] ppid=28056 vsize=363660 CPUtime=4602.42 cores=1,3,5,7
/proc/28058/stat : 28058 (strangenight2-s) R 28056 28058 27578 0 -1 4202496 1150817 0 0 0 460017 225 0 0 25 0 1 0 773752980 372387840 65889 33554432000 4194304 4580011 140733290907856 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/28058/statm: 90915 65889 366 95 0 85897 0
Current children cumulated CPU time (s) 4602.42
Current children cumulated vsize (KiB) 363660

[startup+4662.3 s]
/proc/loadavg: 2.07 2.04 2.00 3/506 28223
/proc/meminfo: memFree=21400940/32951124 swapFree=51851948/67111528
[pid=28058] ppid=28056 vsize=364044 CPUtime=4662.41 cores=1,3,5,7
/proc/28058/stat : 28058 (strangenight2-s) R 28056 28058 27578 0 -1 4202496 1160867 0 0 0 466013 228 0 0 25 0 1 0 773752980 372781056 65620 33554432000 4194304 4580011 140733290907856 18446744073709551615 4294526 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/28058/statm: 91011 65620 366 95 0 85993 0
Current children cumulated CPU time (s) 4662.41
Current children cumulated vsize (KiB) 364044

[startup+4722.32 s]
/proc/loadavg: 2.02 2.03 2.00 3/506 28224
/proc/meminfo: memFree=21400652/32951124 swapFree=51851948/67111528
[pid=28058] ppid=28056 vsize=364184 CPUtime=4722.43 cores=1,3,5,7
/proc/28058/stat : 28058 (strangenight2-s) R 28056 28058 27578 0 -1 4202496 1172047 0 0 0 472012 231 0 0 25 0 1 0 773752980 372924416 65778 33554432000 4194304 4580011 140733290907856 18446744073709551615 4294928 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/28058/statm: 91046 65778 366 95 0 86028 0
Current children cumulated CPU time (s) 4722.43
Current children cumulated vsize (KiB) 364184

[startup+4782.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/506 28226
/proc/meminfo: memFree=21385468/32951124 swapFree=51851948/67111528
[pid=28058] ppid=28056 vsize=382324 CPUtime=4782.41 cores=1,3,5,7
/proc/28058/stat : 28058 (strangenight2-s) R 28056 28058 27578 0 -1 4202496 1187095 0 0 0 478007 234 0 0 25 0 1 0 773752980 391499776 70379 33554432000 4194304 4580011 140733290907856 18446744073709551615 4413135 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/28058/statm: 95581 70379 366 95 0 90563 0
Current children cumulated CPU time (s) 4782.41
Current children cumulated vsize (KiB) 382324

[startup+4842.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/506 28227
/proc/meminfo: memFree=21380592/32951124 swapFree=51851948/67111528
[pid=28058] ppid=28056 vsize=393620 CPUtime=4842.41 cores=1,3,5,7
/proc/28058/stat : 28058 (strangenight2-s) R 28056 28058 27578 0 -1 4202496 1198236 0 0 0 484004 237 0 0 25 0 1 0 773752980 403066880 70079 33554432000 4194304 4580011 140733290907856 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/28058/statm: 98405 70079 366 95 0 93387 0
Current children cumulated CPU time (s) 4842.41
Current children cumulated vsize (KiB) 393620

[startup+4902.3 s]
/proc/loadavg: 2.14 2.05 2.01 3/506 28229
/proc/meminfo: memFree=21371264/32951124 swapFree=51851948/67111528
[pid=28058] ppid=28056 vsize=394028 CPUtime=4902.41 cores=1,3,5,7
/proc/28058/stat : 28058 (strangenight2-s) R 28056 28058 27578 0 -1 4202496 1209550 0 0 0 490002 239 0 0 25 0 1 0 773752980 403484672 70871 33554432000 4194304 4580011 140733290907856 18446744073709551615 4294501 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/28058/statm: 98507 70871 366 95 0 93489 0
Current children cumulated CPU time (s) 4902.41
Current children cumulated vsize (KiB) 394028

[startup+4962.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/506 28231
/proc/meminfo: memFree=21378428/32951124 swapFree=51851948/67111528
[pid=28058] ppid=28056 vsize=394480 CPUtime=4962.41 cores=1,3,5,7
/proc/28058/stat : 28058 (strangenight2-s) R 28056 28058 27578 0 -1 4202496 1220013 0 0 0 495999 242 0 0 25 0 1 0 773752980 403947520 70715 33554432000 4194304 4580011 140733290907856 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/28058/statm: 98620 70715 366 95 0 93602 0
Current children cumulated CPU time (s) 4962.41
Current children cumulated vsize (KiB) 394480



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.02 2.03 2.00 3/506 28232
/proc/meminfo: memFree=21394896/32951124 swapFree=51851948/67111528
[pid=28058] ppid=28056 vsize=394768 CPUtime=5000.03 cores=1,3,5,7
/proc/28058/stat : 28058 (strangenight2-s) R 28056 28058 27578 0 -1 4202496 1228256 0 0 0 499759 244 0 0 25 0 1 0 773752980 404242432 68184 33554432000 4194304 4580011 140733290907856 18446744073709551615 4294492 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/28058/statm: 98692 68184 366 95 0 93674 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 394768

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

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

[startup+4999.9 s]
/proc/loadavg: 2.02 2.03 2.00 3/506 28232
/proc/meminfo: memFree=21394896/32951124 swapFree=51851948/67111528
[pid=28058] ppid=28056 vsize=394768 CPUtime=5000.03 cores=1,3,5,7
/proc/28058/stat : 28058 (strangenight2-s) R 28056 28058 27578 0 -1 4202496 1228256 0 0 0 499759 244 0 0 25 0 1 0 773752980 404242432 68184 33554432000 4194304 4580011 140733290907856 18446744073709551615 4294492 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/28058/statm: 98692 68184 366 95 0 93674 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 394768

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.93
CPU time (s): 5000.05
CPU user time (s): 4997.6
CPU system time (s): 2.45563
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 417936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4997.6
system time used= 2.45563
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1228256
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= 9
involuntary context switches= 7796

runsolver used 22.8375 second user time and 58.991 second system time

The end

Launcher Data

Begin job on node103 at 2011-05-29 00:25:04
IDJOB=3421967
IDBENCH=84560
IDSOLVER=1887
FILE ID=node103/3421967-1306621503
RUNJOBID= node103-1306611466-27597
PBS_JOBID= 13471613
Free space on /tmp= 73376 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st (fixed)
BENCH NAME= SAT04/handmade/kexu/frb-0.8/frb59-26-2.used-as.sat04-892.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3421967-1306621503/watcher-3421967-1306621503 -o /tmp/evaluation-result-3421967-1306621503/solver-3421967-1306621503 -C 5000 -W 5100 -M 15500  ./strangenight2-st HOME/instance-3421967-1306621503.cnf

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

MD5SUM BENCH= fd8d5783ed404e5c6590d627ffdcca50
RANDOM SEED=2049483136

node103.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21812372 kB
Buffers:        374976 kB
Cached:        8582244 kB
SwapCached:     191244 kB
Active:        2505848 kB
Inactive:      8315364 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21812372 kB
SwapTotal:    67111528 kB
SwapFree:     51851948 kB
Dirty:           13404 kB
Writeback:           0 kB
AnonPages:     1683324 kB
Mapped:          22968 kB
Slab:           175864 kB
PageTables:      73364 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 162099920 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73372 MiB
End job on node103 at 2011-05-29 01:48:26