Trace number 3422043

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.11 4999.94

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m42-q663-n40-p30-s67876261.cnf
MD5SUMed0227339111fb337104188c725538d0
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.128979
Satisfiable
(Un)Satisfiability was proved
Number of variables1634
Number of clauses212885
Sum of the clauses size427324
Maximum clause length42
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2212845
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 540

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3422043-1306634909.cnf'
0.00/0.00	c -- header says num vars:           1634
0.00/0.00	c -- header says num clauses:      212885
0.00/0.03	c -- clauses added:            0 learnts,       212885 normals,            0 xors
0.00/0.03	c -- vars added       1634
0.00/0.03	c Parsing time:  0.02 s
0.00/0.03	c  N st     0         0      1634        40    212845         0    427324         0   no data   no data
0.00/0.03	c asymm  cl-useful: 0/40/40 lits-rem:0 time: 0.00
0.00/0.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.02
0.00/0.05	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.08	c bin-w-bin subsume rem            0 bins  time:  0.03 s
0.09/0.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
0.09/0.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1634 time:  0.02 s
0.09/0.15	c Removed useless bin:       0  fixed:     0  props:   1.07M  time:  0.02 s
0.19/0.20	c lits-rem:      1132  cl-subs:        0  v-elim:     40  v-fix:    0  time:  0.05 s
0.19/0.20	c Finding binary XORs  T:     0.00 s  found:       0
0.19/0.21	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.19/0.21	c calculated reachability. Time: 0.00
0.19/0.21	c Calc default polars -  time:   0.00 s pos:       0 undec:      40 neg:    1594
0.19/0.21	c =========================================================================================
0.19/0.21	c types(t): F = full restart, N = normal restart
0.19/0.21	c types(t): S = simplification begin/end, E = solution found
0.19/0.21	c restart types(rt): st = static, dy = dynamic
0.19/0.21	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.19/0.21	c  B st     0         0      1594      4823    206428         0    637667         0   no data   no data
0.49/0.51	c  N dy    18      4058      1594      4823    206428      3952    637667    324716     11.01     11.74
0.79/0.83	c  N dy    40      8200      1594      4823    206428      5546    637663    469081     11.34     11.97
1.19/1.20	c  N dy    64     12322      1594      4823    206428      5429    637660    420950     11.44     12.27
1.59/1.69	c  N dy    80     17115      1594      4823    206428     10041    637658   1036177     11.22     11.86
1.99/2.10	c  N dy   100     21197      1594      4823    206428      8560    637658    684435     11.30     14.02
2.39/2.47	c  F st   115     25000      1594      4823    206428     12294    637658   1045272     11.24   no data
2.49/2.51	c  N st   116     25251      1594      4823    206428     12535    637658   1064528     11.24   no data
2.89/2.94	c  N dy   121     30000      1594      4823    206428     10548    637658    799062     11.24   no data
2.89/2.94	c  S st   121     30000      1594      4823    206428     10548    637658    799062     11.24   no data
2.89/2.99	c  S st   121     30500      1594      4823    206428     11045    637658    846044     11.24   no data
2.89/2.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.19/3.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 13.4M T:  0.27
3.19/3.27	c blocked clauses removed:        0 vars:      0 tried:        1594 T: 0.00 s
3.19/3.29	c bin-w-bin subsume rem            0 bins  time:  0.02 s
6.79/6.82	c subs with bin:        0  lits-rem:     38253  v-fix:    0  time:  3.53 s
6.79/6.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1594 time:  0.02 s
6.79/6.85	c Removed useless bin:       0  fixed:     0  props:   1.04M  time:  0.02 s
6.89/6.91	c lits-rem:       964  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
8.19/8.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.32 s
9.09/9.15	c lits-rem:       569  cl-subs:      555  v-elim:      0  v-fix:    0  time:  0.90 s
9.29/9.34	c asymm  cl-useful: 0/2387/4823 lits-rem:0 time: 0.19
9.29/9.35	c calculated reachability. Time: 0.00
9.29/9.35	c  N dy   121     30500      1594      4823    206428     10490    598441    811936     11.24   no data
9.79/9.84	c  N dy   145     35046      1594      4823    206428     14899    598441   1313876     11.43     12.07
10.19/10.25	c  N dy   161     39098      1594      4823    206428     11133    598441    820521     11.36     12.05
10.59/10.69	c  N dy   177     43514      1594      4823    206428     15406    598441   1111303     11.37     12.00
10.90/10.94	c  S st   182     45751      1594      4823    206428      8881    598441    612016     11.31      8.90
10.90/10.98	c  S st   182     46251      1594      4823    206428      9379    598441    655079     11.31   no data
10.90/10.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
11.19/11.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 12.2M T:  0.24
11.19/11.23	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
11.19/11.25	c bin-w-bin subsume rem            0 bins  time:  0.02 s
13.99/14.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.76 s
13.99/14.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1594 time:  0.02 s
13.99/14.05	c Removed useless bin:       0  fixed:     0  props:   1.04M  time:  0.02 s
13.99/14.06	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
15.29/15.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.29 s
15.49/15.54	c lits-rem:        62  cl-subs:       78  v-elim:      0  v-fix:    0  time:  0.17 s
15.49/15.54	c vivif2 --  cl tried     4823 cl shrink        0 lits rem          0 time: 0.00
15.49/15.56	c vivif2 --  cl tried     9301 cl shrink        0 lits rem          0 time: 0.01
15.69/15.74	c asymm  cl-useful: 0/2396/4823 lits-rem:0 time: 0.18
15.69/15.74	c calculated reachability. Time: 0.00
15.69/15.74	c  N dy   182     46251      1594      4823    206428      9301    598441    651981     11.31   no data
16.09/16.18	c  N dy   197     50628      1594      4823    206428     13567    598441   1127066     11.38     11.99
16.59/16.62	c  N dy   226     54751      1594      4823    206428     17562    598441   1658661     11.62     12.44
17.09/17.12	c  N dy   247     59591      1594      4823    206428     12571    598441   1002240     11.65     12.72
17.49/17.59	c  N dy   274     63636      1594      4823    206428     16512    598441   1404178     11.83     14.65
18.09/18.11	c  N dy   293     67721      1594      4823    206428     20447    598441   1901319     11.89     18.46
18.29/18.33	c  S st   302     69378      1594      4823    206428     11383    598441    783432     11.95     10.04
18.29/18.38	c  S st   302     69880      1594      4823    206428     11881    598441    842341     11.95   no data
18.29/18.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
18.59/18.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 14.5M T:  0.29
18.59/18.68	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
18.59/18.70	c bin-w-bin subsume rem            0 bins  time:  0.02 s
21.39/21.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.76 s
21.39/21.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1594 time:  0.02 s
21.39/21.49	c Removed useless bin:       0  fixed:     0  props:   1.04M  time:  0.02 s
21.49/21.50	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
22.79/22.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.33 s
23.10/23.19	c lits-rem:       119  cl-subs:       85  v-elim:      0  v-fix:    0  time:  0.33 s
23.10/23.19	c vivif2 --  cl tried     4823 cl shrink        0 lits rem          0 time: 0.00
23.19/23.21	c vivif2 --  cl tried    11796 cl shrink        0 lits rem          0 time: 0.02
23.39/23.40	c asymm  cl-useful: 0/1994/4823 lits-rem:0 time: 0.20
23.39/23.41	c calculated reachability. Time: 0.00
23.39/23.41	c  N dy   302     69880      1594      4823    206428     11796    598441    834077     11.95   no data
23.89/23.92	c  N dy   320     74653      1594      4823    206428     16427    598441   1534583     11.92     12.61
24.59/24.65	c  N dy   334     79903      1594      4823    206428     21500    598441   2029638     11.85     12.64
25.31/25.35	c  N dy   355     85177      1594      4823    206428     15005    598441   1136994     11.88     12.57
25.59/25.61	c  F st   366     87501      1594      4823    206428     17251    598441   1437499     11.94      9.66
25.99/26.02	c  N st   371     90795      1594      4823    206428     20406    598441   1888636     11.94   no data
26.89/26.90	c  N dy   391     96857      1594      4823    206428     13699    598441    969412     11.97     12.65
27.59/27.62	c  N dy   415    103053      1594      4823    206428     19676    598441   1706323     11.98     12.95
27.79/27.88	c  S st   422    104820      1594      4823    206428     21369    598441   1910654     11.97     11.96
27.89/27.96	c  S st   422    105326      1594      4823    206428     21873    598441   1965259     11.97   no data
27.89/27.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
28.39/28.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 22.2M T:  0.44
28.39/28.41	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
28.39/28.43	c bin-w-bin subsume rem            0 bins  time:  0.02 s
31.19/31.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.77 s
31.19/31.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1594 time:  0.02 s
31.19/31.24	c Removed useless bin:       0  fixed:     0  props:   1.04M  time:  0.02 s
31.19/31.25	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
32.59/32.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.37 s
35.49/35.58	c lits-rem:       971  cl-subs:      642  v-elim:      0  v-fix:    0  time:  2.90 s
35.49/35.58	c vivif2 --  cl tried     4823 cl shrink        0 lits rem          0 time: 0.00
35.59/35.62	c vivif2 --  cl tried    21231 cl shrink        0 lits rem          0 time: 0.04
35.79/35.82	c asymm  cl-useful: 0/1410/4823 lits-rem:0 time: 0.20
35.79/35.82	c calculated reachability. Time: 0.00
35.79/35.82	c  N dy   422    105326      1594      4823    206428     21231    598441   1919918     11.97   no data
36.79/36.88	c  N dy   451    112098      1594      4823    206428     14247    598441   1004443     12.02     13.78
37.79/37.85	c  N dy   489    119346      1594      4823    206428     21267    598441   1910852     12.10     12.76
39.09/39.11	c  N dy   516    127587      1594      4823    206428     14715    598441   1024217     12.05     12.69
40.09/40.11	c  N dy   566    135751      1594      4823    206428     22615    598441   1990803     12.21     13.15
41.39/41.45	c  N dy   597    144570      1594      4823    206428     15686    598441   1124810     12.22     12.88
42.69/42.76	c  N dy   639    153887      1594      4823    206428     24682    598441   2123847     12.26     16.52
43.29/43.36	c  S st   653    157989      1594      4823    206428     28601    598441   2593367     12.24     13.30
43.39/43.44	c  S st   653    158490      1594      4823    206428     29099    598441   2647783     12.24   no data
43.39/43.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
43.89/43.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 25.3M T:  0.52
43.89/43.98	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
43.89/44.00	c bin-w-bin subsume rem            0 bins  time:  0.02 s
46.69/46.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.77 s
46.69/46.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1594 time:  0.02 s
46.79/46.80	c Removed useless bin:       0  fixed:     0  props:   1.04M  time:  0.02 s
46.79/46.82	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
48.19/48.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.38 s
54.19/54.24	c lits-rem:      2752  cl-subs:     1280  v-elim:      0  v-fix:    0  time:  5.96 s
54.19/54.24	c vivif2 --  cl tried     4823 cl shrink        0 lits rem          0 time: 0.00
54.19/54.29	c vivif2 --  cl tried    27819 cl shrink        0 lits rem          0 time: 0.05
54.49/54.50	c asymm  cl-useful: 0/805/4823 lits-rem:0 time: 0.21
54.49/54.50	c calculated reachability. Time: 0.00
54.49/54.50	c  N dy   653    158490      1594      4823    206428     27819    598441   2589960     12.24   no data
56.11/56.19	c  N dy   697    168627      1594      4823    206428     21262    598441   1783046     12.28     14.93
57.69/57.79	c  N dy   741    179476      1594      4823    206429     31684    598441   2708676     12.29     13.99
59.40/59.46	c  N dy   786    191004      1594      4823    206429     25488    598441   2210089     12.28     12.94
61.39/61.47	c  N dy   829    203696      1594      4823    206429     19380    598441   1451224     12.23     13.00
63.29/63.39	c  N dy   892    216737      1594      4823    206429     31966    598441   2906786     12.28     24.29
65.60/65.61	c  N dy   947    230946      1594      4823    206429     26361    598441   2184288     12.29     13.34
66.69/66.70	c  S st   975    237736      1594      4823    206429     32921    598441   2941993     12.28   no data
66.69/66.79	c  S st   975    238242      1594      4823    206429     33423    598441   3008481     12.28   no data
66.79/66.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
67.29/67.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 29.1M T:  0.58
67.29/67.38	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
67.39/67.40	c bin-w-bin subsume rem            0 bins  time:  0.02 s
70.09/70.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.78 s
70.09/70.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1594 time:  0.02 s
70.19/70.21	c Removed useless bin:       0  fixed:     0  props:   1.04M  time:  0.02 s
70.19/70.23	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
71.69/71.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.40 s
77.39/77.42	c lits-rem:      1453  cl-subs:     1503  v-elim:      0  v-fix:    0  time:  5.71 s
77.39/77.42	c vivif2 --  cl tried     4823 cl shrink        0 lits rem          0 time: 0.00
77.39/77.48	c vivif2 --  cl tried    31920 cl shrink       97 lits rem         97 time: 0.06
77.49/77.55	c asymm  cl-useful: 0/614/4823 lits-rem:0 time: 0.07
77.49/77.56	c calculated reachability. Time: 0.00
77.49/77.56	c  N dy   975    238242      1594      4823    206429     31920    598441   2942628     12.28   no data
80.19/80.31	c  N dy  1040    253454      1594      4823    206430     26350    598441   2128084     12.31     19.37
83.10/83.18	c  N dy  1102    269856      1594      4823    206430     42144    598441   3831070     12.30     13.00
85.99/86.03	c  N dy  1180    287111      1594      4823    206430     37604    598441   3233065     12.35     15.16
89.29/89.38	c  N dy  1296    305648      1594      4823    206430     33353    598441   2762906     12.49     13.89
89.39/89.48	c  F st  1300    306251      1594      4823    206430     33939    598441   2850253     12.50   no data
92.79/92.83	c  N dy  1389    325267      1594      4823    206430     29178    598441   2179362     12.62     13.40
96.59/96.68	c  N dy  1482    345307      1594      4823    206430     24392    598441   1597291     12.69     17.30
98.49/98.56	c  S st  1539    357363      1594      4823    206430     36038    598441   2855330     12.74     11.97
98.59/98.64	c  S st  1539    357871      1594      4823    206430     36544    598441   2910615     12.74   no data
98.59/98.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
99.19/99.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 30.1M T:  0.59
99.19/99.25	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
99.19/99.27	c bin-w-bin subsume rem            0 bins  time:  0.02 s
101.99/102.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.77 s
101.99/102.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1594 time:  0.02 s
101.99/102.08	c Removed useless bin:       0  fixed:     0  props:   1.04M  time:  0.02 s
102.09/102.10	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
103.41/103.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.31 s
108.49/108.56	c lits-rem:      1462  cl-subs:     1468  v-elim:      0  v-fix:    0  time:  5.08 s
108.49/108.57	c vivif2 --  cl tried     4823 cl shrink        0 lits rem          0 time: 0.00
108.59/108.63	c vivif2 --  cl tried    35076 cl shrink        0 lits rem          0 time: 0.06
108.79/108.84	c asymm  cl-useful: 0/1131/4823 lits-rem:0 time: 0.21
108.79/108.84	c calculated reachability. Time: 0.00
108.79/108.84	c  N dy  1539    357871      1594      4823    206430     35076    598441   2856555     12.74   no data
112.70/112.79	c  N dy  1622    378752      1594      4823    206430     30140    598441   2129349     12.76     13.87
116.69/116.71	c  N dy  1711    399454      1594      4823    206432     50101    598441   4553933     12.79     13.47
120.20/120.28	c  N dy  1804    419552      1594      4823    206432     43434    598441   3634563     12.82     20.96
124.00/124.02	c  N dy  1884    440488      1594      4823    206432     36640    598441   2566601     12.84     13.55
127.79/127.89	c  N dy  1956    460540      1594      4823    206432     56065    598441   4718142     12.86     13.56
131.40/131.44	c  N dy  2038    480602      1594      4823    206432     47388    598441   3792127     12.87     13.69
135.09/135.15	c  N dy  2113    501262      1594      4823    206432     38402    598441   2702447     12.88     13.59
139.30/139.33	c  N dy  2204    521343      1594      4823    206433     57768    598441   4670803     12.93     31.81
142.09/142.16	c  S st  2263    536807      1594      4823    206433     42727    598441   3393751     12.94      9.34
142.19/142.25	c  S st  2263    537310      1594      4823    206433     43229    598441   3439179     12.94   no data
142.19/142.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
142.89/142.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 32.9M T:  0.66
142.89/142.92	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
142.89/142.94	c bin-w-bin subsume rem            0 bins  time:  0.02 s
145.69/145.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.77 s
145.69/145.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1594 time:  0.02 s
145.69/145.75	c Removed useless bin:       0  fixed:     0  props:   1.04M  time:  0.02 s
145.69/145.78	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
147.19/147.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.38 s
153.20/153.29	c lits-rem:      1399  cl-subs:     1632  v-elim:      0  v-fix:    0  time:  6.05 s
153.20/153.29	c vivif2 --  cl tried     4823 cl shrink        0 lits rem          0 time: 0.00
153.30/153.37	c vivif2 --  cl tried    41597 cl shrink      237 lits rem        265 time: 0.07
153.50/153.58	c asymm  cl-useful: 0/611/4823 lits-rem:0 time: 0.21
153.50/153.58	c calculated reachability. Time: 0.00
153.50/153.58	c  N dy  2263    537310      1594      4823    206433     41597    598441   3375865     12.94   no data
158.00/158.01	c  N dy  2356    557611      1594      4823    206433     61207    598441   5231448     12.98     13.69
161.71/161.72	c  N dy  2436    577905      1594      4823    206433     49967    598441   4241266     12.99     13.71
166.00/166.04	c  N dy  2529    598058      1594      4823    206434     37536    598441   2520283     13.04     13.99
169.50/169.59	c  N dy  2614    618221      1594      4823    206434     57104    598441   4710067     13.08     13.79
173.59/173.67	c  N dy  2692    638228      1594      4823    206434     43597    598441   3337221     13.10     31.22
178.21/178.24	c  N dy  2777    658800      1594      4823    206434     63467    598441   5596395     13.10     13.81
182.09/182.15	c  N dy  2866    679516      1594      4823    206434     49562    598441   3665284     13.10     13.86
186.39/186.43	c  N dy  2949    699667      1594      4823    206434     69006    598441   5598768     13.12     13.95
190.00/190.10	c  N dy  3025    719853      1594      4823    206434     53706    598441   3861873     13.11     13.85
194.60/194.70	c  N dy  3093    742704      1594      4823    206435     39949    598441   2279221     13.10     13.83
198.60/198.62	c  N dy  3173    762934      1594      4823    206435     59435    598441   4178985     13.12     13.81
202.79/202.86	c  N dy  3250    783274      1594      4823    206435     42437    598441   2575487     13.12     14.06
206.90/206.99	c  N dy  3350    803748      1594      4823    206435     62259    598441   4825412     13.17     13.91
207.40/207.47	c  S st  3357    805965      1594      4823    206435     64380    598441   5095211     13.17     11.24
207.50/207.57	c  S st  3357    806467      1594      4823    206435     64881    598441   5161438     13.17   no data
207.50/207.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
208.40/208.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 41.1M T:  0.86
208.40/208.45	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
208.40/208.47	c bin-w-bin subsume rem            0 bins  time:  0.02 s
211.22/211.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.77 s
211.22/211.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1594 time:  0.02 s
211.22/211.28	c Removed useless bin:       0  fixed:     0  props:   1.04M  time:  0.02 s
211.30/211.31	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
212.80/212.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.40 s
225.00/225.04	c lits-rem:      2717  cl-subs:     3369  v-elim:      0  v-fix:    0  time: 12.19 s
225.00/225.04	c vivif2 --  cl tried     4823 cl shrink        0 lits rem          0 time: 0.00
225.10/225.15	c vivif2 --  cl tried    61512 cl shrink      117 lits rem        117 time: 0.11
225.30/225.36	c asymm  cl-useful: 0/802/4823 lits-rem:0 time: 0.21
225.30/225.37	c calculated reachability. Time: 0.00
225.30/225.37	c  N dy  3357    806467      1594      4823    206435     61512    598441   5046030     13.17   no data
230.50/230.53	c  N dy  3472    827658      1594      4823    206435     44514    598441   3008142     13.21     14.47
234.40/234.42	c  N dy  3522    847726      1594      4823    206435     63708    598441   4638164     13.18     13.89
239.39/239.45	c  N dy  3602    868696      1594      4823    206435     45297    598441   2677154     13.18     13.91
243.20/243.25	c  N dy  3672    888744      1594      4823    206435     64587    598441   4588639     13.19     14.50
247.70/247.71	c  N dy  3786    908842      1594      4823    206435     44586    598441   2779847     13.24     13.95
251.70/251.73	c  N dy  3882    928952      1594      4823    206435     64038    598441   4904984     13.28     14.15
256.70/256.77	c  N dy  3959    949870      1594      4823    206435     43721    598441   2584950     13.29     14.24
260.79/260.87	c  N dy  4063    969947      1594      4823    206437     63134    598441   4783952     13.31     26.70
266.22/266.27	c  N dy  4144    991886      1594      4823    206437     42755    598441   2367805     13.32     14.04
270.09/270.16	c  N dy  4238   1013000      1594      4823    206437     63200    598441   4480411     13.35     14.07
274.90/274.94	c  N dy  4326   1033126      1594      4823    206437     82645    598441   6323209     13.35     14.07
278.80/278.85	c  N dy  4404   1053211      1594      4823    206437     59469    598441   4030585     13.37     25.60
283.30/283.36	c  F st  4480   1071875      1594      4823    206437     77472    598441   5717373     13.38      9.57
283.82/283.88	c  N st  4484   1073909      1594      4823    206437     79433    598441   5916856     13.38   no data
288.50/288.52	c  N dy  4544   1093928      1594      4823    206437     55277    598441   3268540     13.37     16.53
292.70/292.72	c  N dy  4610   1114326      1594      4823    206437     74955    598441   5195221     13.37     14.28
297.50/297.50	c  N dy  4711   1135168      1594      4823    206437     50770    598441   3017274     13.40     14.41
301.50/301.52	c  N dy  4780   1155308      1594      4823    206437     70115    598441   4601364     13.39     14.28
306.00/306.03	c  N dy  4875   1175553      1594      4823    206437     89702    598441   6849646     13.41     14.16
309.80/309.89	c  N dy  4947   1195930      1594      4823    206437     64114    598441   4276082     13.41     14.13
313.20/313.26	c  S st  5005   1209700      1594      4823    206437     77406    598441   5286805     13.42      9.68
313.30/313.37	c  S st  5005   1210202      1594      4823    206437     77907    598441   5338838     13.42   no data
313.30/313.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
314.10/314.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 38.1M T:  0.80
314.10/314.19	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
314.20/314.21	c bin-w-bin subsume rem            0 bins  time:  0.02 s
316.90/316.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.77 s
317.00/317.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1594 time:  0.02 s
317.00/317.01	c Removed useless bin:       0  fixed:     0  props:   1.04M  time:  0.02 s
317.00/317.05	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
318.60/318.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.48 s
330.40/330.48	c lits-rem:      5623  cl-subs:     5119  v-elim:      0  v-fix:    0  time: 11.82 s
330.40/330.48	c vivif2 --  cl tried     4823 cl shrink        0 lits rem          0 time: 0.00
330.60/330.61	c vivif2 --  cl tried    72788 cl shrink       70 lits rem         70 time: 0.13
330.80/330.81	c asymm  cl-useful: 0/867/4823 lits-rem:0 time: 0.20
330.80/330.82	c calculated reachability. Time: 0.00
330.80/330.82	c  N dy  5005   1210202      1594      4823    206437     72788    598441   5210526     13.42   no data
335.52/335.55	c  N dy  5074   1230605      1594      4823    206437     92432    598441   6858567     13.43     14.55
339.20/339.21	c  N dy  5161   1250625      1594      4823    206437     65499    598441   4432479     13.44     19.65
343.60/343.65	c  N dy  5233   1270793      1594      4823    206438     84965    598441   6377239     13.44     14.35
348.20/348.27	c  N dy  5314   1291613      1594      4823    206438     57828    598441   3990869     13.44     14.29
353.12/353.13	c  N dy  5409   1311723      1594      4823    206438     77353    598441   6263174     13.46     14.42
359.51/359.51	c  N dy  5505   1331850      1594      4823    206438     48513    598441   2636296     13.48     14.31
362.91/362.98	c  N dy  5572   1352175      1594      4823    206438     68260    598441   4599576     13.48     14.30
367.50/367.50	c  N dy  5639   1373567      1594      4823    206438     89035    598441   6840693     13.48     14.21
372.30/372.33	c  N dy  5750   1393985      1594      4823    206438     59409    598441   3705712     13.51     14.25
376.80/376.82	c  N dy  5840   1414087      1594      4823    206438     78863    598441   5893812     13.53     14.27
382.60/382.60	c  N dy  5909   1434089      1594      4823    206438     98160    598441   7559115     13.53     15.83
386.80/386.85	c  N dy  5997   1454226      1594      4823    206439     67340    598441   4705638     13.53     14.44
392.50/392.59	c  N dy  6083   1475533      1594      4823    206439     88018    598441   7094684     13.55     14.45
398.30/398.32	c  N dy  6167   1495717      1594      4823    206440     56152    598441   3278734     13.56     14.61
402.71/402.70	c  N dy  6248   1516157      1594      4823    206441     75867    598441   5251248     13.56     14.39
407.70/407.75	c  N dy  6314   1536433      1594      4823    206441     95548    598441   7165397     13.56     14.27
412.90/412.94	c  N dy  6408   1557442      1594      4823    206441     63619    598441   4160126     13.57     14.49
417.50/417.54	c  N dy  6500   1577470      1594      4823    206441     83048    598441   6229886     13.59     29.42
423.61/423.65	c  N dy  6611   1597773      1594      4823    206441    102709    598441   8650672     13.62     14.51
428.10/428.16	c  N dy  6700   1617775      1594      4823    206441     68803    598441   4337029     13.63     17.06
432.90/432.99	c  N dy  6803   1638218      1594      4823    206441     88639    598441   6552535     13.66     14.78
439.10/439.19	c  N dy  6885   1659825      1594      4823    206442     55265    598441   2903119     13.66     14.46
443.00/443.03	c  N dy  6972   1679945      1594      4823    206442     74796    598441   4975315     13.67     14.39
447.91/447.98	c  N dy  7041   1700145      1594      4823    206442     94339    598441   6841737     13.66     14.44
450.91/450.95	c  S st  7086   1710204      1594      4823    206442    104017    598441   7631108     13.66     12.09
451.02/451.09	c  S st  7086   1710705      1594      4823    206442    104517    598441   7691404     13.66   no data
451.11/451.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
452.21/452.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 52.1M T:  1.12
452.21/452.24	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
452.21/452.26	c bin-w-bin subsume rem            0 bins  time:  0.02 s
455.01/455.03	c subs with bin:        0  lits-rem:         1  v-fix:    0  time:  2.77 s
455.01/455.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1594 time:  0.02 s
455.01/455.06	c Removed useless bin:       0  fixed:     0  props:   1.04M  time:  0.02 s
455.11/455.11	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
457.20/457.23	c subs with bin:      283  lits-rem:        99  v-fix:    0  time:  1.91 s
477.80/477.81	c lits-rem:      5261  cl-subs:     6486  v-elim:      0  v-fix:    0  time: 20.58 s
477.80/477.82	c vivif2 --  cl tried     4823 cl shrink        0 lits rem          0 time: 0.00
478.00/478.00	c vivif2 --  cl tried    97748 cl shrink      616 lits rem        623 time: 0.18
478.20/478.22	c asymm  cl-useful: 0/344/4823 lits-rem:0 time: 0.22
478.20/478.23	c calculated reachability. Time: 0.00
478.20/478.23	c  N dy  7086   1710705      1594      4823    206442     97748    598440   7487077     13.66   no data
483.40/483.48	c  N dy  7164   1730801      1594      4823    206442     62165    598440   3701589     13.66     16.46
488.11/488.16	c  N dy  7256   1751833      1594      4823    206442     82640    598440   5933096     13.68     14.58
493.81/493.83	c  N dy  7321   1772253      1594      4823    206442    102231    598440   7581717     13.67     14.80
499.50/499.53	c  N dy  7421   1792398      1594      4823    206442     65594    598440   3910792     13.68     14.66
504.20/504.23	c  N dy  7524   1812448      1594      4823    206442     84961    598440   5818484     13.71     14.85
509.81/509.83	c  N dy  7615   1832529      1594      4823    206442    104380    598440   7723199     13.73     14.57
515.10/515.15	c  N dy  7712   1853022      1594      4823    206442     67178    598440   3971681     13.75     14.50
519.61/519.64	c  N dy  7773   1873114      1594      4823    206442     86616    598440   5749601     13.74     14.51
524.31/524.36	c  N dy  7825   1893137      1594      4823    206442    105948    598440   7727692     13.73     15.70
529.51/529.52	c  N dy  7894   1913457      1594      4823    206442     67616    598440   3885846     13.72     14.45
534.01/534.02	c  N dy  7976   1933566      1594      4823    206442     87059    598440   5789189     13.72     14.50
539.51/539.52	c  N dy  8070   1953709      1594      4823    206442    106559    598440   7632792     13.74     14.53
544.91/544.99	c  N dy  8153   1973915      1594      4823    206443     67081    598440   3722212     13.75     14.50
549.40/549.41	c  N dy  8217   1993944      1594      4823    206443     86425    598440   5736701     13.74     38.34
555.01/555.06	c  N dy  8308   2014001      1594      4823    206443    105809    598440   7905274     13.75     16.93
561.03/561.02	c  N dy  8388   2034015      1594      4823    206443     65246    598440   3566801     13.76     23.35
565.71/565.78	c  N dy  8480   2055595      1594      4823    206443     86115    598440   5978022     13.78     14.71
571.81/571.82	c  N dy  8547   2075640      1594      4823    206443    105437    598440   8114712     13.77     16.71
578.91/578.91	c  N dy  8645   2095687      1594      4823    206443     63956    598440   3427788     13.79     14.77
583.11/583.15	c  N dy  8730   2116266      1594      4823    206443     83895    598440   5457095     13.79     14.70
588.71/588.76	c  N dy  8808   2136404      1594      4823    206443    103280    598440   7233168     13.80     14.58
594.61/594.60	c  N dy  8882   2156488      1594      4823    206443    122708    598440   9324836     13.80     14.54
599.41/599.45	c  N dy  8944   2177026      1594      4823    206443     80566    598440   4818620     13.80     14.74
604.71/604.72	c  N dy  9059   2197244      1594      4823    206444    100146    598440   6858521     13.82     14.59
609.11/609.19	c  S st  9115   2210705      1594      4823    206444    113041    598440   7972924     13.82     12.43
609.31/609.32	c  S st  9115   2211210      1594      4823    206444    113544    598440   8038023     13.82   no data
609.31/609.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
610.41/610.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 51.9M T:  1.16
610.41/610.51	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
610.52/610.53	c bin-w-bin subsume rem            0 bins  time:  0.02 s
613.21/613.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.77 s
613.31/613.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1594 time:  0.02 s
613.31/613.33	c Removed useless bin:       0  fixed:     0  props:   1.04M  time:  0.02 s
613.31/613.38	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
615.21/615.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.64 s
639.31/639.35	c lits-rem:      8646  cl-subs:     8126  v-elim:      0  v-fix:    0  time: 24.13 s
639.31/639.35	c vivif2 --  cl tried     4823 cl shrink        0 lits rem          0 time: 0.00
639.51/639.54	c vivif2 --  cl tried   105418 cl shrink       48 lits rem         51 time: 0.19
639.71/639.76	c asymm  cl-useful: 0/437/4823 lits-rem:0 time: 0.22
639.71/639.77	c calculated reachability. Time: 0.00
639.71/639.77	c  N dy  9115   2211210      1594      4823    206444    105418    598440   7805774     13.82   no data
646.83/646.84	c  N dy  9199   2231375      1594      4823    206444    124945    598440  10162050     13.83     14.69
651.71/651.74	c  N dy  9302   2252814      1594      4823    206444     83130    598440   5538129     13.85     14.88
657.51/657.57	c  N dy  9410   2272862      1594      4823    206444    102565    598440   7675567     13.87     20.65
664.32/664.33	c  N dy  9499   2293047      1594      4823    206444    122095    598440   9754690     13.88     14.95
669.81/669.89	c  N dy  9566   2313240      1594      4823    206444     77829    598440   4530805     13.88     14.94
674.41/674.42	c  N dy  9646   2333271      1594      4823    206444     97282    598440   6490911     13.88     14.62
680.51/680.53	c  N dy  9743   2354351      1594      4823    206444    117676    598440   8595054     13.89     14.63
685.92/685.97	c  N dy  9820   2374421      1594      4823    206444     72256    598440   4049831     13.90     14.63
690.52/690.57	c  N dy  9916   2394550      1594      4823    206444     91786    598440   6289039     13.91     14.67
696.12/696.15	c  N dy  9974   2414555      1594      4823    206445    111072    598440   8095753     13.91     14.96
702.21/702.25	c  N dy 10036   2434593      1594      4823    206445    130462    598440   9894765     13.90     16.39
706.61/706.67	c  N dy 10116   2454677      1594      4823    206445     84111    598440   5346535     13.90     14.78
711.51/711.51	c  N dy 10182   2475288      1594      4823    206445    104068    598440   7446106     13.90     14.66
717.32/717.35	c  N dy 10259   2495750      1594      4823    206445    123876    598440   9359925     13.90     14.67
722.52/722.51	c  N dy 10330   2515821      1594      4823    206445     76508    598440   4287027     13.90     27.76
727.13/727.17	c  N dy 10415   2536131      1594      4823    206445     96155    598440   6208013     13.91     14.66
732.71/732.71	c  N dy 10491   2557024      1594      4823    206446    116310    598440   8174459     13.92     14.70
738.81/738.83	c  N dy 10557   2577220      1594      4823    206446     68238    598440   3474816     13.91     14.65
742.53/742.55	c  N dy 10630   2597269      1594      4823    206446     87652    598440   5300224     13.92     16.61
747.52/747.53	c  N dy 10689   2617825      1594      4823    206446    107482    598440   7104357     13.91     14.66
753.11/753.16	c  N dy 10767   2637859      1594      4823    206446    126818    598440   9133698     13.91     14.75
758.42/758.43	c  N dy 10841   2658227      1594      4823    206446     77940    598440   4489107     13.92     14.71
762.82/762.80	c  N dy 10924   2678529      1594      4823    206446     97613    598440   6797510     13.93     14.80
768.71/768.76	c  N dy 11028   2698587      1594      4823    206446    117131    598440   9058906     13.94     18.86
773.02/773.07	c  S st 11075   2711210      1594      4823    206446    129206    598440  10128355     13.94     13.51
773.22/773.24	c  S st 11075   2711712      1594      4823    206446    129703    598440  10189539     13.94   no data
773.22/773.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
774.72/774.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 62.8M T:  1.48
774.72/774.75	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
774.72/774.77	c bin-w-bin subsume rem            0 bins  time:  0.02 s
777.52/777.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.78 s
777.52/777.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1594 time:  0.02 s
777.52/777.59	c Removed useless bin:       0  fixed:     0  props:   1.04M  time:  0.02 s
777.62/777.65	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
779.51/779.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.59 s
801.31/801.37	c lits-rem:      7336  cl-subs:     8536  v-elim:      0  v-fix:    0  time: 21.86 s
801.31/801.37	c vivif2 --  cl tried     4823 cl shrink        0 lits rem          0 time: 0.00
801.51/801.59	c vivif2 --  cl tried   121167 cl shrink       24 lits rem         24 time: 0.22
801.71/801.78	c asymm  cl-useful: 0/631/4823 lits-rem:0 time: 0.19
801.71/801.79	c calculated reachability. Time: 0.00
801.71/801.79	c  N dy 11075   2711712      1594      4823    206446    121167    598440   9914842     13.94   no data
809.32/809.31	c  N dy 11187   2731799      1594      4823    206446     71105    598440   3828261     13.96     14.95
813.81/813.90	c  N dy 11267   2752217      1594      4823    206447     90840    598440   5910087     13.97     14.81
819.21/819.25	c  N dy 11348   2772224      1594      4823    206447    110298    598440   7854621     13.97     27.85
825.72/825.76	c  N dy 11444   2792230      1594      4823    206447    129686    598440   9963632     13.98     24.38
831.82/831.84	c  N dy 11529   2812327      1594      4823    206447     78525    598440   4452525     13.99     24.85
836.52/836.56	c  N dy 11596   2833431      1594      4823    206447     98915    598440   6612027     13.99     14.92
842.92/842.96	c  N dy 11699   2853648      1594      4823    206447    118511    598440   8630321     14.00     14.76
849.42/849.46	c  N dy 11798   2874096      1594      4823    206447    138354    598440  10854971     14.02     14.93
854.92/854.95	c  N dy 11908   2894124      1594      4823    206447     86183    598440   5472210     14.04     23.71
860.12/860.14	c  N dy 11998   2914209      1594      4823    206447    105697    598440   7730681     14.05     14.88
866.22/866.24	c  N dy 12073   2934294      1594      4823    206447    125153    598440  10012719     14.05     14.82
874.12/874.13	c  N dy 12156   2956003      1594      4823    206448     73452    598440   3841225     14.06     14.85
878.42/878.48	c  N dy 12231   2976197      1594      4823    206448     93034    598440   5759526     14.06     14.95
883.72/883.72	c  N dy 12291   2996451      1594      4823    206448    112592    598440   7696319     14.06     14.96
890.12/890.18	c  N dy 12351   3018723      1594      4823    206448    134017    598440   9560449     14.06     14.93
896.12/896.14	c  N dy 12444   3038821      1594      4823    206448     79995    598440   4554675     14.06     14.87
900.72/900.72	c  N dy 12514   3058852      1594      4823    206448     99382    598440   6678861     14.07     21.31
906.03/906.05	c  N dy 12593   3078856      1594      4823    206448    118727    598440   8612235     14.07     14.82
912.42/912.43	c  N dy 12678   3098938      1594      4823    206448    138135    598440  10561632     14.07     15.27
918.43/918.47	c  N dy 12748   3119309      1594      4823    206448     83348    598440   4545409     14.07     14.87
923.02/923.05	c  N dy 12813   3139400      1594      4823    206448    102813    598440   6737308     14.07     17.39
928.44/928.44	c  N dy 12879   3159444      1594      4823    206448    122137    598440   8600963     14.07     27.58
935.52/935.52	c  N dy 12999   3180156      1594      4823    206448    142250    598440  11204013     14.10     14.97
941.92/941.94	c  N dy 13095   3200744      1594      4823    206448     86678    598440   5122059     14.11     14.86
944.72/944.70	c  S st 13141   3211712      1594      4823    206450     97230    598440   6446320     14.11   no data
944.83/944.85	c  S st 13141   3212214      1594      4823    206450     97728    598440   6509860     14.11   no data
944.83/944.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
945.93/945.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 51.6M T:  1.12
945.93/946.00	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
946.04/946.02	c bin-w-bin subsume rem            0 bins  time:  0.02 s
948.72/948.79	c subs with bin:        0  lits-rem:         2  v-fix:    0  time:  2.77 s
948.82/948.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1594 time:  0.02 s
948.82/948.83	c Removed useless bin:       0  fixed:     0  props:   1.04M  time:  0.02 s
948.82/948.87	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
950.44/950.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.41 s
966.02/966.01	c lits-rem:      4061  cl-subs:     4300  v-elim:      0  v-fix:    0  time: 15.58 s
966.02/966.02	c vivif2 --  cl tried     4823 cl shrink        0 lits rem          0 time: 0.00
966.12/966.18	c vivif2 --  cl tried    93428 cl shrink      843 lits rem        865 time: 0.16
966.42/966.41	c asymm  cl-useful: 0/828/4823 lits-rem:0 time: 0.22
966.42/966.42	c calculated reachability. Time: 0.00
966.42/966.42	c  N dy 13141   3212214      1594      4823    206450     93428    598438   6386606     14.11   no data
972.44/972.43	c  N dy 13235   3232290      1594      4823    206450    112889    598438   8493797     14.12     16.00
979.32/979.36	c  N dy 13326   3253064      1594      4823    206450    133028    598438  10551587     14.13     15.07
987.03/987.04	c  N dy 13388   3274851      1594      4823    206450     77723    598438   4126577     14.13     14.94
991.52/991.50	c  N dy 13466   3294882      1594      4823    206450     97144    598438   6359020     14.13     14.91
996.93/996.96	c  N dy 13536   3314974      1594      4823    206450    116595    598438   8453245     14.13     14.93
1003.73/1003.76	c  N dy 13620   3335793      1594      4823    206450    136768    598438  10425841     14.13     15.04
1010.52/1010.56	c  N dy 13686   3355800      1594      4823    206450     78708    598438   4112143     14.13     15.00
1014.72/1014.77	c  N dy 13725   3376432      1594      4823    206450     98571    598438   5706601     14.12     14.94
1019.23/1019.26	c  N dy 13786   3396598      1594      4823    206450    117972    598438   7356972     14.12     14.87
1024.33/1024.36	c  N dy 13851   3416676      1594      4823    206450    137445    598438   9639391     14.12     30.55
1031.84/1031.84	c  N dy 13950   3437469      1594      4823    206450     79277    598438   4118977     14.13     14.88
1036.43/1036.43	c  N dy 14024   3457765      1594      4823    206450     98895    598438   6066803     14.14     15.37
1041.83/1041.89	c  N dy 14105   3478148      1594      4823    206450    118513    598438   7823242     14.14     14.90
1047.82/1047.82	c  N dy 14194   3498264      1594      4823    206450    137990    598438   9884140     14.15     14.91
1055.22/1055.27	c  N dy 14315   3518711      1594      4823    206450    157810    598438  12269702     14.17     14.92
1060.02/1060.00	c  N dy 14407   3538759      1594      4823    206450     98040    598438   5935657     14.18     15.03
1065.03/1065.01	c  N dy 14492   3559209      1594      4823    206450    117835    598438   8279893     14.19     14.98
1071.12/1071.10	c  N dy 14577   3579234      1594      4823    206450    137272    598438  10197943     14.19     22.94
1077.33/1077.36	c  N dy 14640   3599256      1594      4823    206450    156649    598438  12142865     14.19     15.13
1082.33/1082.40	c  N dy 14689   3619321      1594      4823    206450     95702    598438   5495171     14.18     15.90
1087.23/1087.21	c  N dy 14771   3639550      1594      4823    206450    115342    598438   7333778     14.18     15.01
1093.02/1093.05	c  N dy 14855   3659792      1594      4823    206450    134944    598438   9399640     14.20     15.04
1099.83/1099.87	c  N dy 14955   3679806      1594      4823    206450    154343    598438  11212544     14.20     23.94
1105.63/1105.69	c  N dy 15020   3700228      1594      4823    206450     92685    598438   5054270     14.20     15.10
1108.43/1108.44	c  S st 15066   3712214      1594      4823    206450    104334    598438   6334261     14.21   no data
1108.53/1108.58	c  S st 15066   3712716      1594      4823    206450    104835    598438   6385188     14.21   no data
1108.63/1108.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1109.63/1109.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 46.5M T:  1.00
1109.63/1109.61	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1109.63/1109.63	c bin-w-bin subsume rem            0 bins  time:  0.02 s
1112.43/1112.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.78 s
1112.43/1112.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1594 time:  0.02 s
1112.43/1112.44	c Removed useless bin:       0  fixed:     0  props:   1.04M  time:  0.02 s
1112.43/1112.49	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
1114.13/1114.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.48 s
1126.23/1126.26	c lits-rem:      1953  cl-subs:     3325  v-elim:      0  v-fix:    0  time: 12.13 s
1126.23/1126.26	c vivif2 --  cl tried     4823 cl shrink        0 lits rem          0 time: 0.00
1126.44/1126.43	c vivif2 --  cl tried   101510 cl shrink        0 lits rem          0 time: 0.17
1126.63/1126.66	c asymm  cl-useful: 0/431/4823 lits-rem:0 time: 0.23
1126.63/1126.67	c calculated reachability. Time: 0.00
1126.63/1126.67	c  N dy 15066   3712716      1594      4823    206450    101510    598438   6293966     14.21   no data
1132.12/1132.14	c  N dy 15145   3733664      1594      4823    206450    121795    598438   8492724     14.21     15.24
1138.43/1138.48	c  F st 15230   3751562      1594      4823    206450    139096    598438  10207612     14.22   no data
1139.65/1139.61	c  N st 15235   3754863      1594      4823    206450    142270    598438  10477115     14.22   no data
1147.13/1147.10	c  N dy 15329   3775074      1594      4823    206450    161870    598438  12489432     14.23     15.11
1152.63/1152.63	c  N dy 15396   3795142      1594      4823    206450     98945    598438   5914866     14.22     18.45
1158.43/1158.41	c  N dy 15512   3816116      1594      4823    206450    119254    598438   8021777     14.24     15.13
1164.63/1164.66	c  N dy 15580   3836309      1594      4823    206450    138672    598438   9842187     14.23     15.00
1172.83/1172.87	c  N dy 15708   3856703      1594      4823    206450    158541    598438  11988823     14.26     15.53
1178.73/1178.78	c  N dy 15756   3877005      1594      4823    206450     94980    598438   5628664     14.25     15.67
1184.43/1184.42	c  N dy 15841   3898001      1594      4823    206450    115256    598438   7730830     14.25     15.15
1190.73/1190.77	c  N dy 15907   3918339      1594      4823    206450    134843    598438   9699944     14.25     15.05
1198.23/1198.23	c  N dy 15981   3939703      1594      4823    206450    155502    598438  12053423     14.25     15.11
1205.43/1205.43	c  N dy 16053   3960813      1594      4823    206450     91827    598438   5043528     14.26     15.29
1210.23/1210.23	c  N dy 16121   3980815      1594      4823    206450    111203    598438   6714656     14.25     15.12
1215.63/1215.62	c  N dy 16192   4001156      1594      4823    206450    130922    598438   8674957     14.26     15.19
1222.03/1222.06	c  N dy 16283   4021444      1594      4823    206451    150545    598438  11008001     14.26     15.02
1228.75/1228.75	c  N dy 16339   4041507      1594      4823    206451    170002    598438  13305722     14.26     36.13
1234.25/1234.27	c  N dy 16463   4061727      1594      4823    206451    104510    598438   6458600     14.28     15.10
1240.13/1240.11	c  N dy 16527   4084194      1594      4823    206452    126298    598438   8409058     14.28     15.04
1246.63/1246.67	c  N dy 16624   4104260      1594      4823    206452    145752    598438  10812666     14.28     30.86
1254.53/1254.50	c  N dy 16712   4124269      1594      4823    206452    165056    598438  12603806     14.29     16.70
1260.43/1260.45	c  N dy 16788   4144396      1594      4823    206452     98335    598438   5529521     14.29     15.05
1265.64/1265.65	c  N dy 16851   4165002      1594      4823    206452    118161    598438   7657923     14.29     15.07
1272.03/1272.03	c  N dy 16940   4185076      1594      4823    206452    137593    598438   9852953     14.30     15.07
1279.74/1279.72	c  N dy 17032   4205323      1594      4823    206452    157266    598438  12265406     14.31     15.23
1282.94/1282.95	c  S st 17071   4212720      1594      4823    206452    164416    598438  13121718     14.31     10.65
1283.24/1283.21	c  S st 17071   4213220      1594      4823    206452    164914    598438  13189207     14.31   no data
1283.24/1283.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1285.34/1285.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 80.8M T:  2.13
1285.34/1285.38	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1285.44/1285.40	c bin-w-bin subsume rem            0 bins  time:  0.02 s
1288.15/1288.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.78 s
1288.24/1288.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1594 time:  0.02 s
1288.24/1288.22	c Removed useless bin:       0  fixed:     0  props:   1.04M  time:  0.02 s
1288.34/1288.30	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
1290.03/1290.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.39 s
1320.43/1320.44	c lits-rem:      2438  cl-subs:     6974  v-elim:      0  v-fix:    0  time: 30.40 s
1320.43/1320.45	c vivif2 --  cl tried     4823 cl shrink        0 lits rem          0 time: 0.00
1320.73/1320.73	c vivif2 --  cl tried   157940 cl shrink       98 lits rem         98 time: 0.28
1320.93/1321.00	c asymm  cl-useful: 0/210/4823 lits-rem:0 time: 0.27
1321.03/1321.01	c calculated reachability. Time: 0.00
1321.03/1321.01	c  N dy 17071   4213220      1594      4823    206452    157940    598438  12920635     14.31   no data
1329.43/1329.49	c  N dy 17146   4235114      1594      4823    206452     92191    598438   4933985     14.31     15.09
1334.94/1334.96	c  N dy 17240   4257273      1594      4823    206452    113710    598438   7106638     14.32     15.21
1341.04/1341.09	c  N dy 17276   4278508      1594      4823    206452    133997    598438   8690066     14.31     15.13
1347.34/1347.30	c  N dy 17372   4298599      1594      4823    206452    153509    598438  10929939     14.33     51.69
1354.04/1354.08	c  N dy 17411   4318912      1594      4823    206452    172993    598438  12458652     14.32     15.63
1359.44/1359.41	c  N dy 17479   4339057      1594      4823    206452    104630    598438   6026748     14.32     15.12
1364.23/1364.24	c  N dy 17548   4359129      1594      4823    206452    124079    598438   7496949     14.32     17.97
1369.55/1369.58	c  N dy 17625   4379190      1594      4823    206452    143565    598438   9897038     14.32     15.21
1376.34/1376.39	c  N dy 17705   4399239      1594      4823    206452    162911    598438  11639890     14.32     15.08
1384.34/1384.31	c  N dy 17818   4422543      1594      4823    206452     96550    598438   5231883     14.33     15.18
1389.24/1389.26	c  N dy 17885   4442556      1594      4823    206452    115866    598438   6854298     14.33     15.34
1394.53/1394.59	c  N dy 17960   4462600      1594      4823    206453    135200    598438   8699019     14.34     15.34
1401.14/1401.13	c  N dy 18025   4483951      1594      4823    206453    155882    598438  10548965     14.34     15.13
1408.44/1408.43	c  N dy 18083   4504583      1594      4823    206453    175828    598438  12445921     14.33     15.25
1413.94/1413.97	c  N dy 18119   4524730      1594      4823    206453    105378    598438   5602519     14.32     15.19
1419.24/1419.25	c  N dy 18229   4545162      1594      4823    206453    125201    598438   7818142     14.33     15.18
1425.74/1425.72	c  N dy 18330   4565166      1594      4823    206453    144514    598438   9968244     14.34     17.09
1433.44/1433.43	c  N dy 18448   4585261      1594      4823    206453    163980    598438  12205229     14.36     26.37
1442.33/1442.39	c  N dy 18565   4605735      1594      4823    206453     92866    598438   4778925     14.37     15.16
1447.24/1447.29	c  N dy 18643   4626661      1594      4823    206453    113048    598438   6826206     14.37     15.74
1452.84/1452.83	c  N dy 18694   4646866      1594      4823    206453    132510    598438   8994386     14.37     15.20
1459.54/1459.50	c  N dy 18781   4666962      1594      4823    206453    152002    598438  10913141     14.38     18.39
1467.74/1467.70	c  N dy 18877   4687042      1594      4823    206453    171406    598438  12934295     14.38     16.31
1475.04/1475.08	c  N dy 18966   4707045      1594      4823    206453     98917    598438   5441734     14.39     15.15
1476.54/1476.55	c  S st 19000   4713222      1594      4823    206453    104956    598438   6195072     14.40     13.17
1476.64/1476.69	c  S st 19000   4713724      1594      4823    206453    105455    598438   6256045     14.40   no data
1476.74/1476.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1477.74/1477.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 50.2M T:  1.08
1477.84/1477.80	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1477.84/1477.82	c bin-w-bin subsume rem            0 bins  time:  0.02 s
1480.55/1480.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.77 s
1480.55/1480.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1594 time:  0.02 s
1480.66/1480.62	c Removed useless bin:       0  fixed:     0  props:   1.04M  time:  0.02 s
1480.66/1480.67	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
1482.24/1482.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.41 s
1495.14/1495.11	c lits-rem:      2014  cl-subs:     2470  v-elim:      0  v-fix:    0  time: 12.88 s
1495.14/1495.12	c vivif2 --  cl tried     4823 cl shrink        0 lits rem          0 time: 0.00
1495.24/1495.28	c vivif2 --  cl tried   102985 cl shrink      218 lits rem        218 time: 0.17
1495.54/1495.51	c asymm  cl-useful: 0/842/4823 lits-rem:0 time: 0.23
1495.54/1495.52	c calculated reachability. Time: 0.00
1495.54/1495.52	c  N dy 19000   4713724      1594      4823    206453    102985    598438   6192264     14.40   no data
1501.64/1501.61	c  N dy 19079   4734173      1594      4823    206453    122732    598438   8196022     14.40     15.45
1507.94/1507.92	c  N dy 19147   4754287      1594      4823    206453    142213    598438  10000555     14.40     15.16
1515.44/1515.40	c  N dy 19240   4774368      1594      4823    206453    161625    598438  12282015     14.41     17.08
1524.24/1524.20	c  N dy 19339   4794751      1594      4823    206453    181326    598438  14704690     14.41     15.23
1530.55/1530.50	c  N dy 19424   4814868      1594      4823    206453    107981    598438   6412253     14.42     15.36
1535.14/1535.17	c  N dy 19450   4835099      1594      4823    206453    127408    598438   7787502     14.41     15.46
1541.65/1541.66	c  N dy 19550   4855154      1594      4823    206453    146797    598438   9908594     14.42     28.16
1548.94/1548.98	c  N dy 19623   4875189      1594      4823    206453    166244    598438  12001843     14.42     15.20
1556.94/1556.98	c  N dy 19686   4895820      1594      4823    206453    186173    598438  13909160     14.42     15.19
1562.64/1562.61	c  N dy 19779   4915918      1594      4823    206453    111883    598438   6770684     14.42     18.74
1568.85/1568.88	c  N dy 19875   4936001      1594      4823    206453    131213    598438   8911310     14.43     15.24
1576.14/1576.10	c  N dy 19954   4957028      1594      4823    206453    151479    598438  11065905     14.44     15.65
1584.65/1584.67	c  N dy 20054   4978066      1594      4823    206453    171791    598438  13403804     14.45     15.31
1592.86/1592.87	c  N dy 20115   4998569      1594      4823    206453     96919    598438   4996562     14.44     15.39
1597.65/1597.62	c  N dy 20169   5018624      1594      4823    206454    116151    598438   6962497     14.44     17.30
1603.54/1603.52	c  N dy 20249   5038677      1594      4823    206454    135445    598438   8631623     14.44     18.28
1610.05/1610.09	c  N dy 20338   5059176      1594      4823    206454    155345    598438  11003616     14.45     15.32
1617.74/1617.79	c  N dy 20430   5079201      1594      4823    206454    174735    598438  12957485     14.45     24.82
1625.86/1625.89	c  N dy 20521   5099477      1594      4823    206454     98767    598438   5082225     14.46     15.29
1630.75/1630.73	c  N dy 20593   5119539      1594      4823    206454    118053    598438   6832749     14.47     15.25
1636.75/1636.75	c  N dy 20652   5140279      1594      4823    206454    138025    598438   8571403     14.46     15.41
1643.24/1643.21	c  N dy 20708   5161634      1594      4823    206455    158522    598438  10404152     14.46     15.37
1650.65/1650.67	c  N dy 20802   5181655      1594      4823    206455    177947    598438  12834962     14.47     18.94
1658.35/1658.35	c  N dy 20859   5203257      1594      4823    206455    102320    598438   5345237     14.46     15.24
1660.95/1660.93	c  S st 20904   5213727      1594      4823    206455    112480    598438   6281009     14.47     15.56
1661.06/1661.05	c  S st 20904   5214230      1594      4823    206455    112982    598438   6328888     14.47   no data
1661.06/1661.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1662.16/1662.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 50.7M T:  1.09
1662.16/1662.17	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1662.16/1662.19	c bin-w-bin subsume rem            0 bins  time:  0.02 s
1664.95/1664.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.77 s
1664.95/1664.98	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1594 time:  0.02 s
1664.95/1664.99	c Removed useless bin:       0  fixed:     0  props:   1.04M  time:  0.02 s
1665.05/1665.05	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
1666.84/1666.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.68 s
1678.75/1678.76	c lits-rem:      2206  cl-subs:     3128  v-elim:      0  v-fix:    0  time: 11.88 s
1678.75/1678.76	c vivif2 --  cl tried     4823 cl shrink        0 lits rem          0 time: 0.00
1678.95/1678.94	c vivif2 --  cl tried   109854 cl shrink       88 lits rem         88 time: 0.18
1679.15/1679.17	c asymm  cl-useful: 0/330/4823 lits-rem:0 time: 0.22
1679.15/1679.17	c calculated reachability. Time: 0.00
1679.15/1679.17	c  N dy 20904   5214230      1594      4823    206455    109854    598438   6257641     14.47   no data
1684.35/1684.30	c  N dy 20935   5234364      1594      4823    206455    129274    598438   7852067     14.46     15.46
1690.55/1690.60	c  N dy 21033   5254838      1594      4823    206455    149014    598438  10060605     14.46     15.59
1697.15/1697.14	c  N dy 21093   5274841      1594      4823    206457    168340    598438  12234595     14.46     18.23
1705.55/1705.57	c  N dy 21171   5295151      1594      4823    206457    187889    598438  14214277     14.46     15.25
1711.66/1711.65	c  N dy 21215   5315392      1594      4823    206457    110024    598438   6115267     14.45     15.31
1716.85/1716.85	c  N dy 21270   5335561      1594      4823    206457    129504    598438   7809132     14.45     15.71
1722.67/1722.64	c  N dy 21326   5355789      1594      4823    206457    149052    598438   9718626     14.45     15.29
1729.95/1729.93	c  N dy 21385   5376926      1594      4823    206457    169481    598438  11590806     14.44     15.24
1737.35/1737.35	c  N dy 21446   5398444      1594      4823    206457    190246    598438  13519940     14.44     15.33
1744.55/1744.52	c  N dy 21554   5419526      1594      4823    206457    112205    598438   6469874     14.45     15.42
1750.25/1750.20	c  N dy 21639   5439706      1594      4823    206457    131676    598438   8464697     14.45     15.44
1757.35/1757.38	c  N dy 21744   5459746      1594      4823    206457    151131    598438  10651968     14.46     15.50
1764.05/1764.07	c  N dy 21782   5480186      1594      4823    206457    170906    598438  12787220     14.45     15.38
1773.35/1773.31	c  N dy 21871   5500448      1594      4823    206457    190468    598438  14870641     14.46     15.28
1780.75/1780.77	c  N dy 21934   5521393      1594      4823    206457    111186    598438   6159287     14.45     15.28
1787.25/1787.26	c  N dy 22012   5543894      1594      4823    206457    132792    598438   8396937     14.45     15.31
1793.96/1793.98	c  N dy 22098   5563900      1594      4823    206457    152172    598438  10426592     14.45     16.40
1801.75/1801.77	c  N dy 22165   5584330      1594      4823    206457    171989    598438  12371360     14.45     16.05
1810.35/1810.33	c  N dy 22262   5604664      1594      4823    206457    191724    598438  14798495     14.46     15.25
1817.16/1817.13	c  N dy 22330   5624729      1594      4823    206457    110642    598438   6127536     14.46     16.99
1822.85/1822.88	c  N dy 22416   5645283      1594      4823    206457    130479    598438   8041261     14.46     15.38
1829.25/1829.31	c  N dy 22488   5665960      1594      4823    206458    150481    598438  10290427     14.46     15.34
1837.75/1837.76	c  N dy 22580   5687004      1594      4823    206458    170782    598438  12464216     14.46     15.48
1846.97/1846.96	c  N dy 22678   5707150      1594      4823    206458    190200    598438  14609525     14.47     15.25
1850.56/1850.56	c  S st 22721   5714231      1594      4823    206458    197058    598438  15479571     14.47   no data
1850.86/1850.87	c  S st 22721   5714733      1594      4823    206458    197560    598438  15540775     14.47   no data
1850.96/1850.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
1853.46/1853.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 92.7M T:  2.58
1853.46/1853.49	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1853.46/1853.51	c bin-w-bin subsume rem            0 bins  time:  0.02 s
1856.26/1856.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.77 s
1856.26/1856.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1594 time:  0.02 s
1856.36/1856.31	c Removed useless bin:       0  fixed:     0  props:   1.04M  time:  0.02 s
1856.46/1856.40	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.09 s
1859.15/1859.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.39 s
1901.45/1901.45	c lits-rem:      2731  cl-subs:     9257  v-elim:      0  v-fix:    0  time: 42.26 s
1901.45/1901.45	c vivif2 --  cl tried     4823 cl shrink        0 lits rem          0 time: 0.00
1901.75/1901.81	c vivif2 --  cl tried   188303 cl shrink      200 lits rem        200 time: 0.35
1902.05/1902.08	c asymm  cl-useful: 0/357/4823 lits-rem:0 time: 0.27
1902.05/1902.09	c calculated reachability. Time: 0.00
1902.05/1902.09	c  N dy 22721   5714733      1594      4823    206458    188303    598438  15208093     14.47   no data
1912.16/1912.11	c  N dy 22817   5735200      1594      4823    206458    106765    598438   5751138     14.48     15.33
1918.36/1918.39	c  N dy 22906   5755433      1594      4823    206458    126325    598438   7740110     14.48     15.28
1924.45/1924.42	c  N dy 22957   5775441      1594      4823    206458    145599    598438   9621614     14.48     15.31
1931.67/1931.66	c  N dy 23062   5795522      1594      4823    206458    165155    598438  11564200     14.49     15.32
1938.86/1938.84	c  N dy 23121   5815721      1594      4823    206458    184693    598438  13587974     14.48     15.48
1947.85/1947.87	c  N dy 23198   5836044      1594      4823    206458    204358    598438  15713027     14.49     15.29
1953.67/1953.66	c  N dy 23276   5856616      1594      4823    206458    121839    598438   7404680     14.49     15.31
1959.96/1959.90	c  N dy 23362   5877203      1594      4823    206458    141739    598438   9597150     14.49     15.35
1968.65/1968.61	c  N dy 23439   5899237      1594      4823    206458    162983    598438  11692408     14.49     15.34
1977.66/1977.60	c  N dy 23542   5919564      1594      4823    206458    182697    598438  13909869     14.50     15.61
1986.68/1986.66	c  N dy 23608   5939578      1594      4823    206458    202036    598438  16107723     14.50     22.92
1993.46/1993.49	c  N dy 23660   5959902      1594      4823    206458    118139    598438   6450623     14.50     15.29
1998.86/1998.84	c  N dy 23718   5980127      1594      4823    206458    137558    598438   8468998     14.50     15.38
2005.16/2005.17	c  N dy 23785   6000598      1594      4823    206458    157416    598438  10674872     14.50     15.46
2012.06/2012.02	c  N dy 23855   6020614      1594      4823    206458    176757    598438  12851304     14.50     15.33
2020.46/2020.49	c  N dy 23903   6041014      1594      4823    206458    196497    598438  14595132     14.50     15.31
2028.36/2028.39	c  N dy 23974   6061839      1594      4823    206458    112310    598438   6284522     14.50     15.38
2034.06/2034.00	c  N dy 24037   6081884      1594      4823    206458    131572    598438   7829135     14.49     15.48
2040.26/2040.25	c  N dy 24092   6102244      1594      4823    206458    151134    598438   9673209     14.49     15.37
2047.36/2047.38	c  N dy 24155   6122836      1594      4823    206458    170995    598438  11559339     14.49     15.35
2055.36/2055.32	c  N dy 24211   6144232      1594      4823    206458    191647    598438  13799087     14.48     15.27
2064.46/2064.42	c  N dy 24298   6164579      1594      4823    206458    106139    598438   5362927     14.49     15.32
2069.46/2069.49	c  N dy 24381   6184636      1594      4823    206458    125594    598438   7567436     14.50     18.29
2076.36/2076.35	c  N dy 24481   6204655      1594      4823    206458    144916    598438   9750579     14.50     19.66
2079.97/2079.94	c  S st 24526   6214736      1594      4823    206458    154679    598438  10913786     14.51     13.77
2080.18/2080.14	c  S st 24526   6215237      1594      4823    206458    155178    598438  10985590     14.51   no data
2080.18/2080.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2081.97/2081.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 71.3M T:  1.82
2081.97/2081.99	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2082.07/2082.01	c bin-w-bin subsume rem            0 bins  time:  0.02 s
2084.77/2084.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.77 s
2084.87/2084.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1594 time:  0.02 s
2084.87/2084.82	c Removed useless bin:       0  fixed:     0  props:   1.04M  time:  0.02 s
2084.87/2084.89	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
2086.78/2086.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.59 s
2109.37/2109.31	c lits-rem:      2259  cl-subs:     4430  v-elim:      0  v-fix:    0  time: 22.56 s
2109.37/2109.31	c vivif2 --  cl tried     4823 cl shrink        0 lits rem          0 time: 0.00
2109.57/2109.57	c vivif2 --  cl tried   150748 cl shrink        0 lits rem          0 time: 0.26
2109.88/2109.82	c asymm  cl-useful: 0/481/4823 lits-rem:0 time: 0.25
2109.88/2109.83	c calculated reachability. Time: 0.00
2109.88/2109.83	c  N dy 24526   6215237      1594      4823    206458    150748    598438  10803746     14.51   no data
2117.76/2117.71	c  N dy 24595   6235463      1594      4823    206458    170243    598438  12768463     14.51     15.31
2126.27/2126.29	c  N dy 24682   6255508      1594      4823    206458    189705    598438  14878762     14.51     18.78
2136.36/2136.30	c  N dy 24762   6275956      1594      4823    206458    209520    598438  16966915     14.51     15.38
2143.26/2143.25	c  N dy 24844   6297379      1594      4823    206458    123970    598438   7088351     14.51     15.63
2149.67/2149.67	c  N dy 24957   6317399      1594      4823    206458    143393    598438   9498707     14.53     15.29
2156.46/2156.45	c  N dy 25022   6337421      1594      4823    206458    162707    598438  11301117     14.52     16.90
2164.27/2164.26	c  N dy 25092   6357546      1594      4823    206458    182087    598438  13250967     14.53     15.30
2173.26/2173.28	c  N dy 25145   6381055      1594      4823    206458    204808    598438  15386469     14.52     15.41
2181.06/2181.07	c  N dy 25219   6401895      1594      4823    206458    117697    598438   6530486     14.52     15.60
2187.26/2187.20	c  N dy 25289   6422552      1594      4823    206458    137572    598438   8506223     14.52     15.38
2193.86/2193.85	c  N dy 25364   6442600      1594      4823    206458    156970    598438  10491184     14.52     38.43
2201.18/2201.13	c  N dy 25449   6462635      1594      4823    206458    176392    598438  12623013     14.53     36.01
2210.26/2210.26	c  N dy 25531   6483196      1594      4823    206458    196235    598438  14610062     14.53     15.40
2219.88/2219.88	c  N dy 25608   6503269      1594      4823    206458    215674    598438  16756741     14.53     25.34
2225.66/2225.62	c  N dy 25668   6524577      1594      4823    206458    128055    598438   7346078     14.53     15.97
2231.87/2231.86	c  N dy 25734   6545060      1594      4823    206458    147771    598438   9252053     14.53     15.32
2239.17/2239.18	c  N dy 25824   6565218      1594      4823    206458    167226    598438  11271054     14.53     15.34
2247.38/2247.33	c  N dy 25908   6585696      1594      4823    206458    186960    598438  13342103     14.54     15.31
2256.47/2256.48	c  N dy 25988   6607340      1594      4823    206458    207879    598438  15641271     14.54     15.59
2264.98/2265.00	c  N dy 26079   6627720      1594      4823    206458    118453    598438   6619719     14.54     15.32
2270.77/2270.73	c  N dy 26161   6647817      1594      4823    206458    137937    598438   8698130     14.55     30.84
2277.87/2277.80	c  N dy 26252   6668031      1594      4823    206458    157487    598438  10868460     14.55     15.37
2287.07/2287.00	c  N dy 26367   6688812      1594      4823    206458    177619    598438  13276984     14.56     15.36
2297.17/2297.16	c  N dy 26457   6708869      1594      4823    206458    196945    598438  15315697     14.57     30.69
2300.47/2300.42	c  S st 26476   6715238      1594      4823    206458    203087    598438  15916682     14.57     11.63
2300.67/2300.66	c  S st 26476   6715740      1594      4823    206458    203589    598438  15987041     14.57   no data
2300.77/2300.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
2303.49/2303.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 99.4M T:  2.79
2303.49/2303.50	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2303.57/2303.51	c bin-w-bin subsume rem            0 bins  time:  0.02 s
2306.27/2306.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.78 s
2306.37/2306.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1594 time:  0.02 s
2306.37/2306.33	c Removed useless bin:       0  fixed:     0  props:   1.04M  time:  0.02 s
2306.47/2306.42	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.10 s
2308.77/2308.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.89 s
2352.57/2352.52	c lits-rem:      4014  cl-subs:     8294  v-elim:      0  v-fix:    0  time: 43.82 s
2352.57/2352.52	c vivif2 --  cl tried     4823 cl shrink        0 lits rem          0 time: 0.00
2352.87/2352.88	c vivif2 --  cl tried   195295 cl shrink        0 lits rem          0 time: 0.36
2353.17/2353.17	c asymm  cl-useful: 0/168/4823 lits-rem:0 time: 0.29
2353.17/2353.18	c calculated reachability. Time: 0.00
2353.17/2353.18	c  N dy 26476   6715740      1594      4823    206458    195295    598438  15656921     14.57   no data
2363.88/2363.88	c  N dy 26567   6735827      1594      4823    206458    214714    598438  17990226     14.57     27.96
2371.77/2371.70	c  N dy 26656   6756027      1594      4823    206458    124233    598438   7036611     14.58     15.35
2378.29/2378.23	c  N dy 26740   6776073      1594      4823    206458    143634    598438   9033415     14.58     15.56
2385.47/2385.45	c  N dy 26815   6796132      1594      4823    206458    163034    598438  11013289     14.58     16.92
2393.78/2393.72	c  N dy 26881   6816144      1594      4823    206458    182322    598438  12775870     14.58     19.05
2403.68/2403.61	c  N dy 27000   6836244      1594      4823    206458    201767    598438  14967341     14.59     34.66
2412.07/2412.08	c  N dy 27041   6856983      1594      4823    206458    221631    598438  16898317     14.58     15.52
2418.77/2418.80	c  N dy 27095   6880252      1594      4823    206458    133121    598438   7742102     14.58     15.35
2425.07/2425.03	c  N dy 27165   6900288      1594      4823    206458    152489    598438   9909597     14.58     21.63
2432.78/2432.79	c  N dy 27272   6920388      1594      4823    206458    172008    598438  12112743     14.58     23.13
2441.27/2441.23	c  N dy 27349   6940858      1594      4823    206458    191775    598438  14011571     14.58     15.37
2451.57/2451.55	c  N dy 27450   6960921      1594      4823    206458    211215    598438  16091683     14.59     27.03
2461.48/2461.47	c  N dy 27532   6981422      1594      4823    206458    118894    598438   6368235     14.59     15.39
2467.17/2467.11	c  N dy 27604   7002033      1594      4823    206458    138839    598438   8680972     14.59     15.40
2474.48/2474.50	c  N dy 27685   7023194      1594      4823    206458    159345    598438  10659358     14.59     15.39
2483.37/2483.32	c  N dy 27787   7043712      1594      4823    206458    179163    598438  12845076     14.60     15.73
2492.77/2492.70	c  N dy 27867   7063723      1594      4823    206458    198380    598438  14796310     14.60     17.92
2500.88/2500.89	c  N dy 27906   7084044      1594      4823    206458    218057    598438  16641207     14.60     15.47
2508.68/2508.66	c  N dy 27987   7104388      1594      4823    206458    124751    598438   7065252     14.60     15.48
2514.98/2514.92	c  N dy 28064   7124960      1594      4823    206458    144604    598438   9086696     14.60     15.49
2522.67/2522.65	c  N dy 28158   7145412      1594      4823    206458    164393    598438  11460607     14.61     15.38
2531.78/2531.70	c  N dy 28249   7166059      1594      4823    206458    184364    598438  13594817     14.61     15.52
2540.08/2540.06	c  N dy 28306   7186148      1594      4823    206458    203744    598438  15959901     14.61     19.25
2551.88/2551.81	c  N dy 28418   7206399      1594      4823    206458    223393    598438  18181691     14.62     15.39
2556.08/2556.02	c  S st 28452   7215740      1594      4823    206458    118275    598438   6113424     14.62     13.20
2556.18/2556.15	c  S st 28452   7216240      1594      4823    206458    118775    598438   6173364     14.62   no data
2556.18/2556.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2557.38/2557.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 52.2M T:  1.15
2557.38/2557.33	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2557.38/2557.35	c bin-w-bin subsume rem            0 bins  time:  0.02 s
2560.18/2560.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.77 s
2560.18/2560.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1594 time:  0.02 s
2560.18/2560.15	c Removed useless bin:       0  fixed:     0  props:   1.04M  time:  0.02 s
2560.28/2560.21	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
2561.88/2561.86	c subs with bin:      154  lits-rem:         0  v-fix:    0  time:  1.50 s
2572.18/2572.19	c lits-rem:      2983  cl-subs:     2832  v-elim:      0  v-fix:    0  time: 10.33 s
2572.18/2572.19	c vivif2 --  cl tried     4823 cl shrink        0 lits rem          0 time: 0.00
2572.38/2572.38	c vivif2 --  cl tried   115789 cl shrink        0 lits rem          0 time: 0.19
2572.68/2572.60	c asymm  cl-useful: 0/327/4823 lits-rem:0 time: 0.22
2572.68/2572.61	c calculated reachability. Time: 0.00
2572.68/2572.61	c  N dy 28452   7216240      1594      4823    206458    115789    598438   6126825     14.62   no data
2578.07/2578.06	c  N dy 28517   7236270      1594      4823    206458    135193    598438   8162659     14.62     15.74
2584.58/2584.56	c  N dy 28573   7257128      1594      4823    206460    155327    598438  10376210     14.61     15.42
2592.79/2592.77	c  N dy 28666   7277194      1594      4823    206460    174731    598438  12458149     14.62     15.43
2600.98/2600.90	c  N dy 28726   7297598      1594      4823    206460    194391    598438  14449960     14.62     15.81
2610.07/2610.01	c  N dy 28799   7317886      1594      4823    206460    214017    598438  16462616     14.62     15.41
2620.48/2620.40	c  N dy 28904   7337910      1594      4823    206460    118445    598438   6300557     14.63     18.62
2626.48/2626.48	c  N dy 29009   7357915      1594      4823    206460    137863    598438   8384669     14.63     31.86
2633.18/2633.14	c  N dy 29086   7378123      1594      4823    206460    157426    598438  10527672     14.63     15.54
2641.58/2641.52	c  N dy 29180   7398138      1594      4823    206460    176829    598438  12816691     14.64     15.49
2649.38/2649.39	c  N dy 29226   7418347      1594      4823    206460    196342    598438  14392686     14.64     15.50
2660.78/2660.78	c  N dy 29341   7440507      1594      4823    206461    217727    598438  16955187     14.65     15.56
2670.58/2670.55	c  N dy 29407   7460649      1594      4823    206461    121158    598438   6369692     14.65     15.44
2676.48/2676.48	c  N dy 29507   7481291      1594      4823    206461    141140    598438   8572756     14.65     15.53
2682.88/2682.84	c  N dy 29587   7501604      1594      4823    206461    160807    598438  10641696     14.65     15.45
2691.28/2691.23	c  N dy 29701   7521624      1594      4823    206461    180278    598438  12972734     14.67     21.91
2701.29/2701.21	c  N dy 29811   7542968      1594      4823    206461    200929    598438  15363991     14.67     15.47
2711.68/2711.64	c  N dy 29903   7563548      1594      4823    206461    220863    598438  17707679     14.68     15.64
2720.98/2720.91	c  N dy 29949   7583798      1594      4823    206461    123330    598438   6557256     14.67     15.67
2726.68/2726.62	c  N dy 30018   7603811      1594      4823    206461    142692    598438   8606766     14.68     18.60
2733.48/2733.42	c  N dy 30097   7623839      1594      4823    206461    162042    598438  10573723     14.68     15.56
2742.18/2742.16	c  N dy 30225   7644733      1594      4823    206461    182299    598438  13239220     14.69     15.52
2752.30/2752.26	c  N dy 30326   7665079      1594      4823    206461    201985    598438  15273550     14.69     15.62
2762.09/2762.02	c  N dy 30410   7685169      1594      4823    206461    221530    598438  17359816     14.69     15.70
2771.79/2771.78	c  N dy 30495   7705232      1594      4823    206461    122815    598438   6605683     14.70     17.47
2775.09/2775.04	c  S st 30537   7716242      1594      4823    206461    133476    598438   7999253     14.70     12.21
2775.29/2775.22	c  S st 30537   7716743      1594      4823    206461    133971    598438   8060141     14.70   no data
2775.29/2775.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2776.79/2776.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 63.8M T:  1.50
2776.79/2776.76	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2776.79/2776.78	c bin-w-bin subsume rem            0 bins  time:  0.02 s
2779.59/2779.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.78 s
2779.59/2779.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1594 time:  0.02 s
2779.59/2779.59	c Removed useless bin:       0  fixed:     0  props:   1.04M  time:  0.02 s
2779.69/2779.65	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
2781.39/2781.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.52 s
2797.99/2797.91	c lits-rem:      1991  cl-subs:     3423  v-elim:      0  v-fix:    0  time: 16.54 s
2797.99/2797.91	c vivif2 --  cl tried     4823 cl shrink        0 lits rem          0 time: 0.00
2798.19/2798.13	c vivif2 --  cl tried   130548 cl shrink      530 lits rem        530 time: 0.21
2798.39/2798.34	c asymm  cl-useful: 0/637/4823 lits-rem:0 time: 0.22
2798.39/2798.35	c calculated reachability. Time: 0.00
2798.39/2798.35	c  N dy 30537   7716743      1594      4823    206461    130548    598438   7984660     14.70   no data
2805.68/2805.67	c  N dy 30629   7738138      1594      4823    206461    151198    598438  10313050     14.70     15.59
2814.59/2814.55	c  N dy 30695   7759773      1594      4823    206461    172053    598438  12199390     14.70     15.48
2823.09/2823.07	c  N dy 30749   7779793      1594      4823    206461    191237    598438  14026347     14.70     27.83
2832.08/2832.02	c  N dy 30802   7800090      1594      4823    206461    210789    598438  15838429     14.70     15.51
2842.51/2842.43	c  N dy 30871   7821060      1594      4823    206461    230997    598438  18002631     14.70     15.68
2851.09/2851.07	c  N dy 30980   7841077      1594      4823    206461    131591    598438   7374561     14.70     15.62
2857.09/2857.00	c  N dy 31034   7861146      1594      4823    206461    150946    598438   9205564     14.70     36.48
2865.09/2865.05	c  N dy 31148   7882070      1594      4823    206461    171188    598438  11404252     14.71     15.92
2873.39/2873.37	c  N dy 31246   7902504      1594      4823    206461    190935    598438  13505043     14.71     15.57
2882.19/2882.12	c  N dy 31286   7927799      1594      4823    206461    215333    598438  15981142     14.71     15.61
2891.89/2891.86	c  N dy 31371   7947893      1594      4823    206461    234762    598438  18199476     14.71     17.89
2899.99/2899.99	c  N dy 31439   7970286      1594      4823    206461    136625    598438   7698906     14.71     15.77
2906.99/2906.97	c  N dy 31506   7993414      1594      4823    206461    158891    598438   9631466     14.71     15.55
2914.59/2914.53	c  N dy 31593   8014630      1594      4823    206461    179429    598438  11685726     14.71     15.54
2922.49/2922.45	c  N dy 31663   8034891      1594      4823    206461    198940    598438  13607441     14.71     15.53
2931.19/2931.12	c  N dy 31751   8055463      1594      4823    206461    218862    598438  15590548     14.71     15.51
2941.19/2941.14	c  N dy 31836   8075496      1594      4823    206461    238154    598438  17277966     14.72     18.11
2949.10/2949.07	c  N dy 31948   8095878      1594      4823    206461    137240    598438   8038034     14.72     15.56
2955.99/2955.92	c  N dy 32041   8115972      1594      4823    206461    156664    598438  10386945     14.73     24.45
2964.19/2964.15	c  N dy 32126   8136425      1594      4823    206462    176441    598438  12558480     14.73     15.52
2973.60/2973.56	c  N dy 32220   8157897      1594      4823    206462    197211    598438  14576248     14.73     15.61
2983.09/2983.04	c  N dy 32295   8177914      1594      4823    206462    216532    598438  16723841     14.73     15.54
2993.69/2993.66	c  N dy 32394   8197918      1594      4823    206462    235905    598438  18861949     14.74     18.94
3002.19/3002.17	c  S st 32503   8216744      1594      4823    206462    132443    598438   7478276     14.75   no data
3002.39/3002.33	c  S st 32503   8217244      1594      4823    206462    132941    598438   7535409     14.75   no data
3002.39/3002.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
3003.89/3003.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 62.5M T:  1.47
3003.89/3003.83	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3003.89/3003.85	c bin-w-bin subsume rem            0 bins  time:  0.02 s
3006.69/3006.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.77 s
3006.69/3006.63	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1594 time:  0.02 s
3006.69/3006.65	c Removed useless bin:       0  fixed:     0  props:   1.04M  time:  0.02 s
3006.79/3006.72	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
3008.19/3008.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.28 s
3023.19/3023.19	c lits-rem:      2213  cl-subs:     2442  v-elim:      0  v-fix:    0  time: 15.00 s
3023.19/3023.19	c vivif2 --  cl tried     4823 cl shrink        0 lits rem          0 time: 0.00
3023.49/3023.40	c vivif2 --  cl tried   130499 cl shrink       34 lits rem         34 time: 0.21
3023.69/3023.64	c asymm  cl-useful: 0/670/4823 lits-rem:0 time: 0.24
3023.69/3023.65	c calculated reachability. Time: 0.00
3023.69/3023.65	c  N dy 32503   8217244      1594      4823    206462    130499    598438   7481663     14.75   no data
3031.19/3031.14	c  N dy 32618   8237653      1594      4823    206462    150302    598438   9690643     14.76     15.56
3039.41/3039.38	c  N dy 32699   8257655      1594      4823    206463    169585    598438  11517844     14.76     19.02
3048.30/3048.23	c  N dy 32774   8278840      1594      4823    206463    190029    598438  13655828     14.76     15.54
3058.19/3058.13	c  N dy 32849   8299599      1594      4823    206464    210005    598438  15961001     14.76     15.55
3067.89/3067.87	c  N dy 32899   8319685      1594      4823    206464    229363    598438  17778551     14.75     29.44
3078.30/3078.22	c  N dy 32966   8340218      1594      4823    206464    126559    598438   6609307     14.75     15.54
3084.51/3084.49	c  N dy 33049   8360260      1594      4823    206464    145939    598438   8750928     14.76     15.61
3091.39/3091.35	c  N dy 33113   8380878      1594      4823    206464    165907    598438  11032023     14.76     15.59
3100.20/3100.11	c  N dy 33184   8402361      1594      4823    206464    186634    598438  13453896     14.76     15.64
3110.00/3109.98	c  N dy 33264   8423592      1594      4823    206464    207131    598438  15748252     14.76     15.55
3120.70/3120.71	c  N dy 33377   8443676      1594      4823    206464    226593    598438  17828977     14.77     39.29
3133.60/3133.56	c  N dy 33487   8463678      1594      4823    206464    245841    598438  19975259     14.77     25.98
3140.39/3140.33	c  N dy 33545   8483758      1594      4823    206464    141519    598438   8118458     14.77     29.81
3147.00/3146.95	c  N dy 33609   8503841      1594      4823    206464    160936    598438  10369354     14.77     15.75
3155.09/3155.08	c  N dy 33690   8524169      1594      4823    206464    180508    598438  12332325     14.77     15.57
3164.29/3164.27	c  N dy 33796   8544196      1594      4823    206464    199881    598438  14659753     14.78     19.59
3173.90/3173.86	c  N dy 33868   8564353      1594      4823    206464    219345    598438  16922171     14.78     15.86
3185.10/3185.06	c  N dy 33947   8584595      1594      4823    206464    238905    598438  18828469     14.78     15.67
3195.20/3195.13	c  N dy 34039   8605049      1594      4823    206464    134103    598438   7463643     14.78     15.66
3201.70/3201.63	c  N dy 34113   8625776      1594      4823    206464    154229    598438   9451869     14.78     15.75
3208.60/3208.53	c  N dy 34178   8645985      1594      4823    206464    173705    598438  11128973     14.78     15.61
3216.30/3216.20	c  N dy 34254   8666379      1594      4823    206464    193452    598438  13290056     14.78     15.57
3225.00/3224.92	c  N dy 34324   8687075      1594      4823    206464    213376    598438  15329386     14.78     15.57
3236.39/3236.34	c  N dy 34428   8707709      1594      4823    206464    233356    598438  17443331     14.78     15.67
3242.00/3241.99	c  S st 34482   8717245      1594      4823    206464    242606    598438  18505532     14.79   no data
3242.40/3242.33	c  S st 34482   8717746      1594      4823    206464    243102    598438  18560549     14.79   no data
3242.40/3242.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
3245.60/3245.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 104.4M T:  3.13
3245.60/3245.51	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3245.60/3245.53	c bin-w-bin subsume rem            0 bins  time:  0.02 s
3248.31/3248.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.78 s
3248.42/3248.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1594 time:  0.02 s
3248.42/3248.35	c Removed useless bin:       0  fixed:     0  props:   1.04M  time:  0.02 s
3248.50/3248.46	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.11 s
3250.90/3250.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.88 s
3304.30/3304.23	c lits-rem:      2100  cl-subs:    10222  v-elim:      0  v-fix:    0  time: 53.41 s
3304.30/3304.23	c vivif2 --  cl tried     4823 cl shrink        0 lits rem          0 time: 0.00
3304.70/3304.67	c vivif2 --  cl tried   232880 cl shrink      108 lits rem        112 time: 0.44
3305.00/3304.98	c asymm  cl-useful: 0/255/4823 lits-rem:0 time: 0.30
3305.00/3304.99	c calculated reachability. Time: 0.00
3305.00/3304.99	c  N dy 34482   8717746      1594      4823    206464    232880    598438  18196218     14.79   no data
3317.71/3317.64	c  N dy 34605   8740363      1594      4823    206464    129357    598438   6985421     14.80     15.82
3324.11/3324.03	c  N dy 34695   8760603      1594      4823    206464    148893    598438   9088989     14.80     16.11
3331.50/3331.45	c  N dy 34758   8782200      1594      4823    206464    169668    598438  11096805     14.80     15.78
3339.30/3339.22	c  N dy 34812   8802317      1594      4823    206464    189055    598438  12700300     14.80     15.68
3348.00/3347.91	c  N dy 34864   8822626      1594      4823    206464    208640    598438  14417982     14.80     15.63
3357.40/3357.30	c  N dy 34933   8843044      1594      4823    206464    228309    598438  16528368     14.80     16.11
3367.71/3367.68	c  N dy 35027   8863274      1594      4823    206464    247817    598438  18483708     14.80     15.95
3375.61/3375.56	c  N dy 35100   8883477      1594      4823    206464    140951    598438   7927717     14.80     15.59
3382.51/3382.46	c  N dy 35175   8905724      1594      4823    206464    162580    598438  10129884     14.80     15.71
3390.91/3390.89	c  N dy 35292   8925781      1594      4823    206464    182001    598438  12372375     14.81     38.36
3398.71/3398.65	c  N dy 35349   8945825      1594      4823    206464    201367    598438  14621590     14.81     15.78
3408.70/3408.69	c  N dy 35447   8965896      1594      4823    206464    220736    598438  16845757     14.82     19.94
3420.40/3420.35	c  N dy 35541   8986795      1594      4823    206464    240915    598438  19104979     14.82     15.66
3430.61/3430.55	c  N dy 35591   9006908      1594      4823    206464    132785    598438   7092681     14.82     15.64
3437.20/3437.13	c  N dy 35688   9027444      1594      4823    206464    152664    598438   9124698     14.82     15.67
3444.41/3444.32	c  N dy 35781   9047540      1594      4823    206464    172124    598438  11161708     14.82     23.54
3452.91/3452.90	c  N dy 35859   9067621      1594      4823    206464    191490    598438  13272096     14.82     17.31
3462.41/3462.31	c  N dy 35946   9087728      1594      4823    206464    210962    598438  15363016     14.83     15.61
3472.83/3472.80	c  N dy 36048   9107757      1594      4823    206464    230364    598438  17574441     14.83     28.96
3484.81/3484.78	c  N dy 36164   9127778      1594      4823    206464    249805    598438  19855220     14.84     21.50
3493.73/3493.66	c  N dy 36243   9147794      1594      4823    206464    140586    598438   7811721     14.84     15.80
3500.22/3500.13	c  N dy 36307   9168342      1594      4823    206464    160442    598438   9628465     14.84     15.76
3507.61/3507.50	c  N dy 36362   9189184      1594      4823    206464    180534    598438  11555347     14.84     16.29
3515.81/3515.80	c  N dy 36441   9209243      1594      4823    206464    199899    598438  13422124     14.84     29.49
3519.51/3519.43	c  S st 36467   9217746      1594      4823    206464    208166    598438  14368534     14.84      8.13
3519.71/3519.67	c  S st 36467   9218250      1594      4823    206464    208667    598438  14422207     14.84   no data
3519.81/3519.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
3522.32/3522.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 90.1M T:  2.50
3522.32/3522.22	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3522.32/3522.24	c bin-w-bin subsume rem            0 bins  time:  0.02 s
3525.11/3525.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.78 s
3525.11/3525.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1594 time:  0.02 s
3525.11/3525.05	c Removed useless bin:       0  fixed:     0  props:   1.04M  time:  0.02 s
3525.21/3525.15	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.10 s
3527.11/3527.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.50 s
3556.91/3556.84	c lits-rem:      1895  cl-subs:     7899  v-elim:      0  v-fix:    0  time: 29.84 s
3556.91/3556.84	c vivif2 --  cl tried     4823 cl shrink        0 lits rem          0 time: 0.00
3557.31/3557.21	c vivif2 --  cl tried   200768 cl shrink        0 lits rem          0 time: 0.37
3557.52/3557.49	c asymm  cl-useful: 0/228/4823 lits-rem:0 time: 0.28
3557.61/3557.51	c calculated reachability. Time: 0.00
3557.61/3557.51	c  N dy 36467   9218250      1594      4823    206464    200768    598438  14163454     14.84   no data
3565.91/3565.82	c  N dy 36519   9238777      1594      4823    206464    220638    598438  16384692     14.84     15.69
3577.21/3577.15	c  N dy 36573   9259254      1594      4823    206464    240333    598438  18080583     14.83     15.70
3588.91/3588.81	c  N dy 36623   9281977      1594      4823    206464    132881    598438   7100461     14.83     15.69
3596.31/3596.25	c  N dy 36713   9305497      1594      4823    206464    155645    598438   9719282     14.83     15.77
3605.31/3605.28	c  N dy 36822   9325692      1594      4823    206464    175160    598438  11741692     14.84     15.72
3614.81/3614.76	c  N dy 36894   9345932      1594      4823    206464    194562    598438  13772986     14.84     15.72
3625.01/3624.91	c  N dy 36970   9366068      1594      4823    206464    213938    598438  15618841     14.84     15.71
3636.51/3636.42	c  N dy 37069   9386167      1594      4823    206464    233327    598438  17905759     14.85     25.02
3648.51/3648.46	c  N dy 37130   9408361      1594      4823    206464    254638    598438  20236236     14.84     15.65
3657.92/3657.84	c  N dy 37192   9429431      1594      4823    206464    144850    598438   8169059     14.84     15.83
3666.43/3666.38	c  N dy 37275   9454368      1594      4823    206464    168832    598438  10469347     14.84     15.73
3673.51/3673.47	c  N dy 37325   9474453      1594      4823    206464    188253    598438  12270140     14.84     20.44
3682.01/3681.98	c  N dy 37411   9494684      1594      4823    206464    207796    598438  14398702     14.84     15.65
3692.12/3692.03	c  N dy 37468   9517269      1594      4823    206464    229557    598438  16726093     14.84     15.70
3703.51/3703.49	c  N dy 37524   9539955      1594      4823    206464    251329    598438  18860113     14.84     15.69
3713.01/3712.96	c  N dy 37608   9560095      1594      4823    206464    139700    598438   7660603     14.84     15.65
3719.23/3719.19	c  N dy 37659   9580129      1594      4823    206464    159060    598438   9748946     14.84     22.41
3726.52/3726.47	c  N dy 37719   9600907      1594      4823    206464    179131    598438  11852635     14.84     15.86
3736.12/3736.04	c  N dy 37802   9622134      1594      4823    206464    199667    598438  14171877     14.84     15.73
3745.42/3745.31	c  N dy 37844   9643827      1594      4823    206464    220508    598438  16000648     14.84     15.65
3756.02/3755.99	c  N dy 37923   9663864      1594      4823    206464    239859    598438  18057944     14.84     15.79
3767.22/3767.17	c  N dy 37992   9683909      1594      4823    206464    259185    598438  20205274     14.84     20.53
3775.12/3775.07	c  N dy 38054   9704156      1594      4823    206464    146544    598438   8441613     14.84     15.76
3780.02/3779.96	c  S st 38119   9718251      1594      4823    206464    160266    598438   9931884     14.84   no data
3780.22/3780.14	c  S st 38119   9718752      1594      4823    206464    160765    598438   9999635     14.84   no data
3780.22/3780.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
3782.12/3782.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 74.6M T:  1.90
3782.12/3782.08	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3782.22/3782.10	c bin-w-bin subsume rem            0 bins  time:  0.02 s
3784.92/3784.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.78 s
3784.92/3784.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1594 time:  0.02 s
3785.01/3784.91	c Removed useless bin:       0  fixed:     0  props:   1.04M  time:  0.02 s
3785.01/3784.99	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
3787.32/3787.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.98 s
3802.72/3802.64	c lits-rem:      1092  cl-subs:     3484  v-elim:      0  v-fix:    0  time: 15.42 s
3802.72/3802.64	c vivif2 --  cl tried     4823 cl shrink        0 lits rem          0 time: 0.00
3803.02/3802.91	c vivif2 --  cl tried   157281 cl shrink        0 lits rem          0 time: 0.27
3803.22/3803.17	c asymm  cl-useful: 0/238/4823 lits-rem:0 time: 0.26
3803.22/3803.18	c calculated reachability. Time: 0.00
3803.22/3803.18	c  N dy 38119   9718752      1594      4823    206464    157281    598438   9901405     14.84   no data
3810.82/3810.78	c  N dy 38180   9739038      1594      4823    206464    176816    598438  11829240     14.84     15.74
3819.72/3819.68	c  N dy 38249   9762256      1594      4823    206464    199107    598438  14066326     14.84     15.93
3830.22/3830.12	c  N dy 38344   9783601      1594      4823    206464    219728    598438  16218275     14.84     15.82
3839.72/3839.61	c  N dy 38388   9804223      1594      4823    206464    239571    598438  18037009     14.83     15.68
3851.13/3851.04	c  N dy 38445   9825561      1594      4823    206464    260019    598438  19800672     14.83     15.78
3859.62/3859.55	c  N dy 38512   9846600      1594      4823    206464    147240    598438   8323671     14.83     15.88
3866.42/3866.34	c  N dy 38566   9867318      1594      4823    206464    167181    598438  10497548     14.83     15.81
3875.32/3875.29	c  N dy 38673   9887514      1594      4823    206464    186713    598438  12631717     14.83     16.21
3883.82/3883.79	c  N dy 38736   9907708      1594      4823    206464    206181    598438  14665511     14.83     15.67
3893.32/3893.20	c  N dy 38781   9927861      1594      4823    206464    225664    598438  16666617     14.83     15.67
3905.53/3905.47	c  N dy 38883   9949454      1594      4823    206464    246513    598438  19004336     14.84     15.68
3917.82/3917.72	c  N dy 38974   9969481      1594      4823    206464    265931    598438  21175975     14.84     18.36
3926.32/3926.28	c  N dy 39060   9990639      1594      4823    206464    152343    598438   8768992     14.84     15.66
3934.12/3934.07	c  N dy 39157  10011314      1594      4823    206464    172338    598438  10793311     14.85     15.66
3942.83/3942.75	c  N dy 39245  10032946      1594      4823    206464    193185    598438  13163566     14.85     15.95
3951.73/3951.63	c  N dy 39304  10052991      1594      4823    206464    212516    598438  14945938     14.85     15.69
3962.42/3962.34	c  N dy 39390  10073582      1594      4823    206464    232447    598438  17156961     14.85     15.84
3971.83/3971.79	c  N dy 39442  10093615      1594      4823    206464    251733    598438  19043091     14.85     15.67
3986.13/3986.04	c  N dy 39543  10117006      1594      4823    206464    139248    598438   7306205     14.85     15.80
3992.92/3992.86	c  N dy 39612  10138145      1594      4823    206464    159625    598438   9750078     14.85     15.64
4001.43/4001.31	c  N dy 39710  10158888      1594      4823    206464    179613    598438  11694784     14.86     15.87
4010.53/4010.43	c  N dy 39806  10178937      1594      4823    206464    198976    598438  13859420     14.86     30.84
4020.33/4020.20	c  N dy 39876  10199089      1594      4823    206464    218397    598438  15781317     14.86     15.72
4030.02/4029.92	c  S st 39950  10218753      1594      4823    206464    237548    598438  17755287     14.86     10.55
4030.32/4030.26	c  S st 39950  10219254      1594      4823    206464    238047    598438  17823853     14.86   no data
4030.32/4030.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
4033.73/4033.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 110.6M T:  3.33
4033.73/4033.64	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4033.73/4033.66	c bin-w-bin subsume rem            0 bins  time:  0.02 s
4036.52/4036.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.77 s
4036.52/4036.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1594 time:  0.02 s
4036.52/4036.46	c Removed useless bin:       0  fixed:     0  props:   1.04M  time:  0.02 s
4036.62/4036.58	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.11 s
4038.62/4038.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.50 s
4086.12/4086.06	c lits-rem:      2049  cl-subs:     9188  v-elim:      0  v-fix:    0  time: 47.54 s
4086.12/4086.06	c vivif2 --  cl tried     4823 cl shrink        0 lits rem          0 time: 0.00
4086.53/4086.47	c vivif2 --  cl tried   228859 cl shrink        0 lits rem          0 time: 0.41
4086.82/4086.77	c asymm  cl-useful: 0/200/4823 lits-rem:0 time: 0.30
4086.82/4086.79	c calculated reachability. Time: 0.00
4086.82/4086.79	c  N dy 39950  10219254      1594      4823    206464    228859    598438  17507506     14.86   no data
4097.65/4097.58	c  N dy 40006  10239327      1594      4823    206464    248310    598438  19347215     14.86     15.97
4110.13/4110.02	c  N dy 40117  10259382      1594      4823    206464    267732    598438  21724903     14.87     21.62
4119.13/4119.03	c  N dy 40215  10279422      1594      4823    206464    151045    598438   8689318     14.87     17.87
4126.63/4126.56	c  N dy 40315  10300393      1594      4823    206464    171326    598438  11051905     14.88     15.77
4135.43/4135.34	c  N dy 40399  10321127      1594      4823    206464    191284    598438  13229696     14.88     15.85
4145.53/4145.48	c  N dy 40477  10342299      1594      4823    206464    211709    598438  15218993     14.88     15.77
4157.24/4157.18	c  N dy 40595  10362304      1594      4823    206464    231078    598438  17607404     14.89     24.39
4168.73/4168.69	c  N dy 40660  10382637      1594      4823    206464    250680    598438  19958717     14.89     15.71
4181.33/4181.23	c  N dy 40731  10402668      1594      4823    206464    270070    598438  22154192     14.89     15.72
4190.05/4189.99	c  N dy 40824  10422750      1594      4823    206464    152439    598438   8815290     14.89     15.74
4197.43/4197.35	c  N dy 40895  10445375      1594      4823    206464    174352    598438  11285959     14.89     15.79
4206.03/4205.93	c  N dy 40947  10466171      1594      4823    206464    194391    598438  13450957     14.89     15.76
4215.03/4214.90	c  N dy 40986  10486417      1594      4823    206464    213893    598438  15271344     14.89     15.88
4224.94/4224.80	c  N dy 41051  10506993      1594      4823    206464    233796    598438  17467335     14.89     15.71
4235.43/4235.31	c  N dy 41119  10527159      1594      4823    206464    253330    598438  19273952     14.89     15.68
4244.63/4244.59	c  N dy 41130  10547616      1594      4823    206464    273124    598438  21073215     14.88     15.99
4252.93/4252.87	c  N dy 41221  10567901      1594      4823    206464    154538    598438   8860123     14.88     15.68
4260.45/4260.35	c  N dy 41309  10587980      1594      4823    206465    173855    598438  11054051     14.89     25.47
4269.04/4268.93	c  N dy 41387  10608156      1594      4823    206465    193271    598438  12986856     14.89     15.71
4278.73/4278.61	c  N dy 41485  10628256      1594      4823    206465    212725    598438  15087602     14.89     15.69
4289.64/4289.55	c  N dy 41577  10649632      1594      4823    206465    233414    598438  17521550     14.89     15.70
4302.34/4302.22	c  N dy 41688  10669872      1594      4823    206465    253009    598438  19725532     14.90     15.75
4315.45/4315.35	c  N dy 41768  10689932      1594      4823    206465    272405    598438  22162843     14.90     28.86
4325.36/4325.29	c  N dy 41853  10710226      1594      4823    206465    152868    598438   8682405     14.90     15.72
4328.54/4328.50	c  S st 41892  10719254      1594      4823    206465    161580    598438   9663919     14.90     14.91
4328.84/4328.72	c  S st 41892  10719756      1594      4823    206465    162078    598438   9715705     14.90   no data
4328.84/4328.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
4330.86/4330.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 78.2M T:  1.99
4330.86/4330.74	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4330.86/4330.76	c bin-w-bin subsume rem            0 bins  time:  0.02 s
4333.64/4333.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.77 s
4333.64/4333.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1594 time:  0.02 s
4333.64/4333.57	c Removed useless bin:       0  fixed:     0  props:   1.04M  time:  0.02 s
4333.74/4333.65	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
4335.84/4335.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.87 s
4357.84/4357.79	c lits-rem:      1574  cl-subs:     2926  v-elim:      0  v-fix:    0  time: 22.03 s
4357.84/4357.79	c vivif2 --  cl tried     4823 cl shrink        0 lits rem          0 time: 0.00
4358.14/4358.06	c vivif2 --  cl tried   159152 cl shrink      481 lits rem        481 time: 0.27
4358.44/4358.33	c asymm  cl-useful: 0/682/4823 lits-rem:0 time: 0.27
4358.44/4358.34	c calculated reachability. Time: 0.00
4358.44/4358.34	c  N dy 41892  10719756      1594      4823    206465    159152    598438   9634280     14.90   no data
4367.05/4366.98	c  N dy 42005  10739787      1594      4823    206465    178634    598438  11858039     14.91     16.84
4375.24/4375.16	c  N dy 42063  10760214      1594      4823    206465    198367    598438  13934036     14.91     15.71
4385.54/4385.41	c  N dy 42139  10780309      1594      4823    206465    217691    598438  15821352     14.91     19.43
4396.04/4395.96	c  N dy 42219  10800408      1594      4823    206466    237079    598438  18119245     14.91     25.66
4406.24/4406.19	c  N dy 42258  10820816      1594      4823    206466    256727    598438  19790885     14.91     15.72
4418.94/4418.87	c  N dy 42368  10840954      1594      4823    206466    276210    598438  22166208     14.91     15.92
4427.14/4427.00	c  N dy 42415  10861388      1594      4823    206466    155998    598438   8622909     14.91     15.77
4434.04/4433.91	c  N dy 42494  10881455      1594      4823    206466    175442    598438  10539668     14.91     32.57
4442.45/4442.38	c  N dy 42584  10903322      1594      4823    206466    196532    598438  12716383     14.91     15.70
4451.64/4451.53	c  N dy 42673  10924257      1594      4823    206466    216816    598438  14892712     14.91     15.89
4461.14/4461.05	c  N dy 42762  10944300      1594      4823    206466    236223    598438  16830673     14.91     29.26
4471.55/4471.50	c  N dy 42838  10964348      1594      4823    206466    255530    598438  18732645     14.91     29.07
4482.24/4482.12	c  N dy 42899  10985060      1594      4823    206466    275507    598438  20841287     14.91     16.05
4491.84/4491.77	c  N dy 43005  11005141      1594      4823    206466    153876    598438   8729034     14.92     20.84
4499.64/4499.59	c  N dy 43069  11025228      1594      4823    206466    173269    598438  10791604     14.92     16.02
4507.44/4507.30	c  N dy 43097  11045322      1594      4823    206466    192516    598438  12537832     14.91     18.81
4516.84/4516.80	c  N dy 43190  11065498      1594      4823    206466    211913    598438  14756076     14.92     15.77
4527.25/4527.18	c  N dy 43267  11085983      1594      4823    206466    231667    598438  16762323     14.92     15.76
4538.34/4538.25	c  N dy 43332  11106324      1594      4823    206466    251315    598438  18838566     14.92     16.18
4551.14/4551.00	c  N dy 43437  11126360      1594      4823    206466    270743    598438  21155494     14.92     23.78
4561.35/4561.28	c  N dy 43484  11146438      1594      4823    206466    148288    598438   7984009     14.92     16.98
4567.94/4567.83	c  N dy 43557  11166469      1594      4823    206466    167603    598438  10094126     14.92     35.55
4576.44/4576.30	c  N dy 43655  11187150      1594      4823    206466    187583    598438  12026656     14.92     16.02
4585.55/4585.45	c  N dy 43753  11207228      1594      4823    206466    206991    598438  13938614     14.93     28.93
4591.85/4591.76	c  S st 43816  11219756      1594      4823    206466    219087    598438  15229871     14.93     10.92
4592.15/4592.06	c  S st 43816  11220258      1594      4823    206466    219587    598438  15289516     14.93   no data
4592.25/4592.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
4595.05/4594.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 100.1M T:  2.84
4595.05/4594.95	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4595.05/4594.97	c bin-w-bin subsume rem            0 bins  time:  0.02 s
4597.85/4597.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.78 s
4597.85/4597.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1594 time:  0.02 s
4597.85/4597.79	c Removed useless bin:       0  fixed:     0  props:   1.04M  time:  0.02 s
4597.95/4597.89	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.10 s
4600.65/4600.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.30 s
4633.75/4633.64	c lits-rem:      1715  cl-subs:     7965  v-elim:      0  v-fix:    0  time: 33.07 s
4633.75/4633.64	c vivif2 --  cl tried     4823 cl shrink        0 lits rem          0 time: 0.00
4634.15/4634.02	c vivif2 --  cl tried   211622 cl shrink      640 lits rem        640 time: 0.38
4634.46/4634.32	c asymm  cl-useful: 0/152/4823 lits-rem:0 time: 0.30
4634.46/4634.33	c calculated reachability. Time: 0.00
4634.46/4634.33	c  N dy 43816  11220258      1594      4823    206466    211622    598438  15033555     14.93   no data
4643.95/4643.84	c  N dy 43880  11240279      1594      4823    206466    230943    598438  17111869     14.93     15.85
4654.44/4654.36	c  N dy 43935  11260378      1594      4823    206466    250253    598438  18729942     14.93     18.33
4665.15/4665.04	c  N dy 43990  11280515      1594      4823    206466    269710    598438  20469266     14.93     15.76
4676.75/4676.63	c  N dy 44066  11300522      1594      4823    206466    146315    598438   7745831     14.93     15.79
4683.85/4683.73	c  N dy 44148  11321690      1594      4823    206466    166831    598438  10061208     14.93     15.94
4692.35/4692.24	c  N dy 44250  11341835      1594      4823    206466    186277    598438  12154959     14.93     15.75
4700.35/4700.23	c  N dy 44287  11363881      1594      4823    206466    207531    598438  14018434     14.93     15.81
4709.55/4709.49	c  N dy 44375  11384658      1594      4823    206466    227584    598438  15972187     14.93     15.79
4719.45/4719.40	c  N dy 44463  11404718      1594      4823    206466    246995    598438  18074278     14.93     16.47
4731.46/4731.31	c  N dy 44565  11424805      1594      4823    206466    266442    598438  20402638     14.94     19.24
4744.35/4744.26	c  N dy 44665  11445272      1594      4823    206466    286300    598438  22588477     14.94     15.77
4752.75/4752.61	c  N dy 44748  11465896      1594      4823    206466    162238    598438   9254595     14.94     15.75
4760.25/4760.15	c  N dy 44823  11486001      1594      4823    206466    181625    598438  11223734     14.94     15.78
4768.95/4768.87	c  N dy 44914  11506027      1594      4823    206466    200885    598438  13219216     14.95     15.80
4778.57/4778.42	c  N dy 45000  11526209      1594      4823    206466    220352    598438  15292940     14.95     16.07
4788.26/4788.15	c  N dy 45065  11546304      1594      4823    206466    239720    598438  17056153     14.95     29.64
4799.47/4799.35	c  N dy 45163  11566405      1594      4823    206466    259161    598438  19351639     14.95     18.68
4811.15/4811.02	c  N dy 45219  11586495      1594      4823    206466    278577    598438  21154930     14.95     17.55
4821.05/4820.94	c  N dy 45268  11606511      1594      4823    206466    153027    598438   8327445     14.95     22.13
4827.45/4827.33	c  N dy 45318  11626549      1594      4823    206466    172403    598438  10164129     14.95     16.04
4834.86/4834.76	c  N dy 45368  11647072      1594      4823    206466    192148    598438  12173390     14.94     15.81
4843.86/4843.72	c  N dy 45465  11667169      1594      4823    206466    211575    598438  14277960     14.95     32.73
4853.16/4853.02	c  N dy 45545  11687453      1594      4823    206466    231175    598438  16261667     14.95     16.12
4864.76/4864.61	c  N dy 45644  11707964      1594      4823    206466    250918    598438  18338697     14.95     15.85
4871.65/4871.53	c  S st 45673  11720259      1594      4823    206466    262694    598438  19350799     14.95      9.94
4871.96/4871.88	c  S st 45673  11720760      1594      4823    206466    263193    598438  19412542     14.95   no data
4872.07/4871.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
4875.45/4875.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 111.6M T:  3.46
4875.55/4875.40	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4875.55/4875.41	c bin-w-bin subsume rem            0 bins  time:  0.02 s
4878.25/4878.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.77 s
4878.35/4878.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1594 time:  0.02 s
4878.35/4878.22	c Removed useless bin:       0  fixed:     0  props:   1.04M  time:  0.02 s
4878.45/4878.35	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.12 s
4881.36/4881.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.45 s
4940.96/4940.84	c lits-rem:      2654  cl-subs:    10843  v-elim:      0  v-fix:    0  time: 59.56 s
4940.96/4940.85	c vivif2 --  cl tried     4823 cl shrink        0 lits rem          0 time: 0.00
4941.46/4941.32	c vivif2 --  cl tried   252350 cl shrink        0 lits rem          0 time: 0.47
4941.76/4941.62	c asymm  cl-useful: 0/142/4823 lits-rem:0 time: 0.31
4941.76/4941.64	c calculated reachability. Time: 0.00
4941.76/4941.64	c  N dy 45673  11720760      1594      4823    206466    252350    598438  19034304     14.95   no data
4955.68/4955.55	c  N dy 45761  11742637      1594      4823    206466    273367    598438  21037419     14.95     15.81
4968.66/4968.58	c  N dy 45829  11763716      1594      4823    206466    148281    598438   7897708     14.95     15.80
4975.86/4975.71	c  N dy 45907  11783754      1594      4823    206466    167640    598438   9896973     14.95     31.01
4983.96/4983.87	c  N dy 45990  11803795      1594      4823    206466    187014    598438  11811696     14.96     27.47
4992.86/4992.76	c  N dy 46062  11824325      1594      4823    206466    206798    598438  13793610     14.96     15.80

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-3422043-1306634909/watcher-3422043-1306634909 -o /tmp/evaluation-result-3422043-1306634909/solver-3422043-1306634909 -C 5000 -W 5100 -M 15500 ./strangenight2-st HOME/instance-3422043-1306634909.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: 2.07 2.02 2.00 4/469 2588
/proc/meminfo: memFree=11813656/32951124 swapFree=57414376/67111528
[pid=2588] ppid=2586 vsize=30180 CPUtime=0 cores=1,3,5,7
/proc/2588/stat : 2588 (strangenight2-s) R 2586 2588 1139 0 -1 4202496 827 0 0 0 0 0 0 0 22 0 1 0 853721420 30904320 767 33554432000 4194304 4580011 140733775903920 18446744073709551615 4311298 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2588/statm: 7545 767 322 95 0 2527 0

[startup+0.095587 s]
/proc/loadavg: 2.07 2.02 2.00 4/469 2588
/proc/meminfo: memFree=11813656/32951124 swapFree=57414376/67111528
[pid=2588] ppid=2586 vsize=36908 CPUtime=0.08 cores=1,3,5,7
/proc/2588/stat : 2588 (strangenight2-s) R 2586 2588 1139 0 -1 4202496 2529 0 0 0 8 0 0 0 22 0 1 0 853721420 37793792 2469 33554432000 4194304 4580011 140733775903920 18446744073709551615 4413250 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2588/statm: 9227 2469 347 95 0 4209 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 36908

[startup+0.100571 s]
/proc/loadavg: 2.07 2.02 2.00 4/469 2588
/proc/meminfo: memFree=11813656/32951124 swapFree=57414376/67111528
[pid=2588] ppid=2586 vsize=36908 CPUtime=0.09 cores=1,3,5,7
/proc/2588/stat : 2588 (strangenight2-s) R 2586 2588 1139 0 -1 4202496 2529 0 0 0 9 0 0 0 22 0 1 0 853721420 37793792 2469 33554432000 4194304 4580011 140733775903920 18446744073709551615 4411965 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2588/statm: 9227 2469 347 95 0 4209 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 36908

[startup+0.300538 s]
/proc/loadavg: 2.07 2.02 2.00 4/469 2588
/proc/meminfo: memFree=11813656/32951124 swapFree=57414376/67111528
[pid=2588] ppid=2586 vsize=42508 CPUtime=0.29 cores=1,3,5,7
/proc/2588/stat : 2588 (strangenight2-s) R 2586 2588 1139 0 -1 4202496 4398 0 0 0 29 0 0 0 23 0 1 0 853721420 43528192 4259 33554432000 4194304 4580011 140733775903920 18446744073709551615 4294923 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2588/statm: 10627 4259 363 95 0 5609 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 42508

[startup+0.700461 s]
/proc/loadavg: 2.07 2.02 2.00 4/469 2588
/proc/meminfo: memFree=11813656/32951124 swapFree=57414376/67111528
[pid=2588] ppid=2586 vsize=44816 CPUtime=0.69 cores=1,3,5,7
/proc/2588/stat : 2588 (strangenight2-s) R 2586 2588 1139 0 -1 4202496 5313 0 0 0 69 0 0 0 25 0 1 0 853721420 45891584 4515 33554432000 4194304 4580011 140733775903920 18446744073709551615 4301709 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2588/statm: 11204 4515 363 95 0 6186 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 44816

[startup+1.50031 s]
/proc/loadavg: 2.06 2.02 2.00 3/470 2589
/proc/meminfo: memFree=11794424/32951124 swapFree=57414376/67111528
[pid=2588] ppid=2586 vsize=46148 CPUtime=1.49 cores=1,3,5,7
/proc/2588/stat : 2588 (strangenight2-s) R 2586 2588 1139 0 -1 4202496 7020 0 0 0 148 1 0 0 25 0 1 0 853721420 47255552 5236 33554432000 4194304 4580011 140733775903920 18446744073709551615 4321128 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2588/statm: 11537 5236 363 95 0 6519 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 46148

[startup+3.10103 s]
/proc/loadavg: 2.06 2.02 2.00 3/470 2589
/proc/meminfo: memFree=11792192/32951124 swapFree=57414376/67111528
[pid=2588] ppid=2586 vsize=48008 CPUtime=3.09 cores=1,3,5,7
/proc/2588/stat : 2588 (strangenight2-s) R 2586 2588 1139 0 -1 4202496 10040 0 0 0 308 1 0 0 25 0 1 0 853721420 49160192 5479 33554432000 4194304 4580011 140733775903920 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2588/statm: 12002 5479 366 95 0 6984 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 48008

[startup+6.30042 s]
/proc/loadavg: 2.06 2.02 2.00 3/470 2589
/proc/meminfo: memFree=11790472/32951124 swapFree=57414376/67111528
[pid=2588] ppid=2586 vsize=48140 CPUtime=6.29 cores=1,3,5,7
/proc/2588/stat : 2588 (strangenight2-s) R 2586 2588 1139 0 -1 4202496 10060 0 0 0 628 1 0 0 25 0 1 0 853721420 49295360 5499 33554432000 4194304 4580011 140733775903920 18446744073709551615 4413521 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2588/statm: 12035 5499 366 95 0 7017 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 48140

[startup+12.7002 s]
/proc/loadavg: 2.05 2.02 2.00 3/470 2617
/proc/meminfo: memFree=12248456/32951124 swapFree=57414376/67111528
[pid=2588] ppid=2586 vsize=66192 CPUtime=12.69 cores=1,3,5,7
/proc/2588/stat : 2588 (strangenight2-s) R 2586 2588 1139 0 -1 4202496 17166 0 0 0 1267 2 0 0 25 0 1 0 853721420 67780608 9493 33554432000 4194304 4580011 140733775903920 18446744073709551615 4413260 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2588/statm: 16548 9493 366 95 0 11530 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 66192

[startup+25.5008 s]
/proc/loadavg: 2.04 2.02 2.00 3/470 2617
/proc/meminfo: memFree=12227852/32951124 swapFree=57414376/67111528
[pid=2588] ppid=2586 vsize=69884 CPUtime=25.49 cores=1,3,5,7
/proc/2588/stat : 2588 (strangenight2-s) R 2586 2588 1139 0 -1 4202496 25295 0 0 0 2546 3 0 0 25 0 1 0 853721420 71561216 10885 33554432000 4194304 4580011 140733775903920 18446744073709551615 4294523 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2588/statm: 17471 10885 366 95 0 12453 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 69884

[startup+51.1011 s]
/proc/loadavg: 2.03 2.02 2.00 3/470 2618
/proc/meminfo: memFree=12153728/32951124 swapFree=57414376/67111528
[pid=2588] ppid=2586 vsize=111948 CPUtime=51.1 cores=1,3,5,7
/proc/2588/stat : 2588 (strangenight2-s) R 2586 2588 1139 0 -1 4202496 47959 0 0 0 5103 7 0 0 25 0 1 0 853721420 114634752 21678 33554432000 4194304 4580011 140733775903920 18446744073709551615 4416924 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2588/statm: 27987 21678 366 95 0 22969 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 111948

[startup+102.318 s]
/proc/loadavg: 2.01 2.01 2.00 3/470 2619
/proc/meminfo: memFree=12107272/32951124 swapFree=57414376/67111528
[pid=2588] ppid=2586 vsize=123816 CPUtime=102.31 cores=1,3,5,7
/proc/2588/stat : 2588 (strangenight2-s) R 2586 2588 1139 0 -1 4202496 86154 0 0 0 10218 13 0 0 25 0 1 0 853721420 126787584 24277 33554432000 4194304 4580011 140733775903920 18446744073709551615 4413539 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2588/statm: 30954 24277 366 95 0 25936 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 123816

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/470 2621
/proc/meminfo: memFree=12061488/32951124 swapFree=57414376/67111528
[pid=2588] ppid=2586 vsize=213228 CPUtime=162.29 cores=1,3,5,7
/proc/2588/stat : 2588 (strangenight2-s) R 2586 2588 1139 0 -1 4202496 126506 0 0 0 16210 19 0 0 25 0 1 0 853721420 218345472 28880 33554432000 4194304 4580011 140733775903920 18446744073709551615 4293032 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2588/statm: 53307 28880 366 95 0 48289 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 213228

[startup+222.3 s]
/proc/loadavg: 2.13 2.04 2.01 3/470 2622
/proc/meminfo: memFree=12008864/32951124 swapFree=57414376/67111528
[pid=2588] ppid=2586 vsize=255576 CPUtime=222.3 cores=1,3,5,7
/proc/2588/stat : 2588 (strangenight2-s) R 2586 2588 1139 0 -1 4202496 172745 0 0 0 22204 26 0 0 25 0 1 0 853721420 261709824 38755 33554432000 4194304 4580011 140733775903920 18446744073709551615 4416613 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2588/statm: 63894 38755 366 95 0 58876 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 255576

[startup+282.301 s]
/proc/loadavg: 2.11 2.04 2.01 3/470 2624
/proc/meminfo: memFree=11994204/32951124 swapFree=57414376/67111528
[pid=2588] ppid=2586 vsize=262364 CPUtime=282.3 cores=1,3,5,7
/proc/2588/stat : 2588 (strangenight2-s) R 2586 2588 1139 0 -1 4202496 213935 0 0 0 28198 32 0 0 25 0 1 0 853721420 268660736 38960 33554432000 4194304 4580011 140733775903920 18446744073709551615 4294503 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2588/statm: 65591 38960 366 95 0 60573 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 262364

[startup+342.301 s]
/proc/loadavg: 2.04 2.03 2.00 3/470 2626
/proc/meminfo: memFree=11981412/32951124 swapFree=57414376/67111528
[pid=2588] ppid=2586 vsize=275268 CPUtime=342.3 cores=1,3,5,7
/proc/2588/stat : 2588 (strangenight2-s) R 2586 2588 1139 0 -1 4202496 245018 0 0 0 34193 37 0 0 25 0 1 0 853721420 281874432 41112 33554432000 4194304 4580011 140733775903920 18446744073709551615 4320697 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2588/statm: 68817 41112 366 95 0 63799 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 275268

[startup+402.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/470 2627
/proc/meminfo: memFree=11978404/32951124 swapFree=57414376/67111528
[pid=2588] ppid=2586 vsize=190048 CPUtime=402.31 cores=1,3,5,7
/proc/2588/stat : 2588 (strangenight2-s) R 2586 2588 1139 0 -1 4202496 286689 0 0 0 40188 43 0 0 25 0 1 0 853721420 194609152 40608 33554432000 4194304 4580011 140733775903920 18446744073709551615 4316271 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2588/statm: 47512 40608 366 95 0 42494 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 190048

[startup+462.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/470 2629
/proc/meminfo: memFree=11925808/32951124 swapFree=57414376/67111528
[pid=2588] ppid=2586 vsize=331972 CPUtime=462.3 cores=1,3,5,7
/proc/2588/stat : 2588 (strangenight2-s) R 2586 2588 1139 0 -1 4202496 327288 0 0 0 46182 48 0 0 25 0 1 0 853721420 339939328 54567 33554432000 4194304 4580011 140733775903920 18446744073709551615 4451804 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2588/statm: 82993 54567 366 95 0 77975 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 331972

[startup+522.3 s]
/proc/loadavg: 2.08 2.04 2.01 3/470 2630
/proc/meminfo: memFree=11921936/32951124 swapFree=57414376/67111528
[pid=2588] ppid=2586 vsize=337656 CPUtime=522.31 cores=1,3,5,7
/proc/2588/stat : 2588 (strangenight2-s) R 2586 2588 1139 0 -1 4202496 353932 0 0 0 52178 53 0 0 25 0 1 0 853721420 345759744 53836 33554432000 4194304 4580011 140733775903920 18446744073709551615 4294324 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2588/statm: 84414 53836 366 95 0 79396 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 337656

[startup+582.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/470 2632
/proc/meminfo: memFree=11919280/32951124 swapFree=57414376/67111528
[pid=2588] ppid=2586 vsize=241588 CPUtime=582.31 cores=1,3,5,7
/proc/2588/stat : 2588 (strangenight2-s) R 2586 2588 1139 0 -1 4202496 390716 0 0 0 58172 59 0 0 25 0 1 0 853721420 247386112 51982 33554432000 4194304 4580011 140733775903920 18446744073709551615 4294503 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2588/statm: 60397 51982 366 95 0 55379 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 241588

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.07 2.05 2.01 3/470 8835
/proc/meminfo: memFree=11266124/32951124 swapFree=57414376/67111528
[pid=2588] ppid=2586 vsize=701956 CPUtime=4062.44 cores=1,3,5,7
/proc/2588/stat : 2588 (strangenight2-s) R 2586 2588 1139 0 -1 4202496 1678446 0 0 0 405965 279 0 0 25 0 1 0 853721420 718802944 128000 33554432000 4194304 4580011 140733775903920 18446744073709551615 4451799 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2588/statm: 175489 128000 366 95 0 170471 0
Current children cumulated CPU time (s) 4062.44
Current children cumulated vsize (KiB) 701956

[startup+4122.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/470 8836
/proc/meminfo: memFree=11335908/32951124 swapFree=57414376/67111528
[pid=2588] ppid=2586 vsize=527508 CPUtime=4122.43 cores=1,3,5,7
/proc/2588/stat : 2588 (strangenight2-s) R 2586 2588 1139 0 -1 4202496 1693171 0 0 0 411961 282 0 0 25 0 1 0 853721420 540168192 119774 33554432000 4194304 4580011 140733775903920 18446744073709551615 4294485 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2588/statm: 131877 119774 366 95 0 126859 0
Current children cumulated CPU time (s) 4122.43
Current children cumulated vsize (KiB) 527508

[startup+4182.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/470 8838
/proc/meminfo: memFree=11238036/32951124 swapFree=57414376/67111528
[pid=2588] ppid=2586 vsize=704416 CPUtime=4182.43 cores=1,3,5,7
/proc/2588/stat : 2588 (strangenight2-s) R 2586 2588 1139 0 -1 4202496 1705976 0 0 0 417958 285 0 0 25 0 1 0 853721420 721321984 132579 33554432000 4194304 4580011 140733775903920 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2588/statm: 176104 132579 366 95 0 171086 0
Current children cumulated CPU time (s) 4182.43
Current children cumulated vsize (KiB) 704416

[startup+4242.3 s]
/proc/loadavg: 2.15 2.06 2.01 3/470 8840
/proc/meminfo: memFree=11246440/32951124 swapFree=57414376/67111528
[pid=2588] ppid=2586 vsize=705316 CPUtime=4242.43 cores=1,3,5,7
/proc/2588/stat : 2588 (strangenight2-s) R 2586 2588 1139 0 -1 4202496 1727157 0 0 0 423955 288 0 0 25 0 1 0 853721420 722243584 130573 33554432000 4194304 4580011 140733775903920 18446744073709551615 4294354 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2588/statm: 176329 130573 366 95 0 171311 0
Current children cumulated CPU time (s) 4242.43
Current children cumulated vsize (KiB) 705316

[startup+4302.3 s]
/proc/loadavg: 2.12 2.06 2.01 3/470 8841
/proc/meminfo: memFree=11254600/32951124 swapFree=57414376/67111528
[pid=2588] ppid=2586 vsize=706528 CPUtime=4302.44 cores=1,3,5,7
/proc/2588/stat : 2588 (strangenight2-s) R 2586 2588 1139 0 -1 4202496 1748517 0 0 0 429952 292 0 0 25 0 1 0 853721420 723484672 129913 33554432000 4194304 4580011 140733775903920 18446744073709551615 4294928 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2588/statm: 176632 129913 366 95 0 171614 0
Current children cumulated CPU time (s) 4302.44
Current children cumulated vsize (KiB) 706528

[startup+4362.3 s]
/proc/loadavg: 2.04 2.05 2.00 3/470 8843
/proc/meminfo: memFree=11300824/32951124 swapFree=57414376/67111528
[pid=2588] ppid=2586 vsize=707908 CPUtime=4362.44 cores=1,3,5,7
/proc/2588/stat : 2588 (strangenight2-s) R 2586 2588 1139 0 -1 4202496 1762840 0 0 0 435950 294 0 0 25 0 1 0 853721420 724897792 120938 33554432000 4194304 4580011 140733775903920 18446744073709551615 4294472 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2588/statm: 176977 120938 366 95 0 171959 0
Current children cumulated CPU time (s) 4362.44
Current children cumulated vsize (KiB) 707908

[startup+4422.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/470 8844
/proc/meminfo: memFree=11241040/32951124 swapFree=57414376/67111528
[pid=2588] ppid=2586 vsize=528560 CPUtime=4422.44 cores=1,3,5,7
/proc/2588/stat : 2588 (strangenight2-s) R 2586 2588 1139 0 -1 4202496 1782557 0 0 0 441946 298 0 0 25 0 1 0 853721420 541245440 117441 33554432000 4194304 4580011 140733775903920 18446744073709551615 4293209 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2588/statm: 132140 117441 366 95 0 127122 0
Current children cumulated CPU time (s) 4422.44
Current children cumulated vsize (KiB) 528560

[startup+4482.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/470 8846
/proc/meminfo: memFree=11255280/32951124 swapFree=57414376/67111528
[pid=2588] ppid=2586 vsize=709668 CPUtime=4482.44 cores=1,3,5,7
/proc/2588/stat : 2588 (strangenight2-s) R 2586 2588 1139 0 -1 4202496 1796198 0 0 0 447943 301 0 0 25 0 1 0 853721420 726700032 131082 33554432000 4194304 4580011 140733775903920 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2588/statm: 177417 131082 366 95 0 172399 0
Current children cumulated CPU time (s) 4482.44
Current children cumulated vsize (KiB) 709668

[startup+4542.3 s]
/proc/loadavg: 2.12 2.05 2.01 3/470 8848
/proc/meminfo: memFree=11270380/32951124 swapFree=57414376/67111528
[pid=2588] ppid=2586 vsize=710796 CPUtime=4542.45 cores=1,3,5,7
/proc/2588/stat : 2588 (strangenight2-s) R 2586 2588 1139 0 -1 4202496 1817161 0 0 0 453939 306 0 0 25 0 1 0 853721420 727855104 129801 33554432000 4194304 4580011 140733775903920 18446744073709551615 4294557 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2588/statm: 177699 129801 366 95 0 172681 0
Current children cumulated CPU time (s) 4542.45
Current children cumulated vsize (KiB) 710796

[startup+4602.3 s]
/proc/loadavg: 2.10 2.06 2.01 3/470 8849
/proc/meminfo: memFree=11279020/32951124 swapFree=57414376/67111528
[pid=2588] ppid=2586 vsize=711708 CPUtime=4602.45 cores=1,3,5,7
/proc/2588/stat : 2588 (strangenight2-s) R 2586 2588 1139 0 -1 4202496 1835830 0 0 0 459937 308 0 0 25 0 1 0 853721420 728788992 125560 33554432000 4194304 4580011 140733775903920 18446744073709551615 4406384 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2588/statm: 177927 125560 366 95 0 172909 0
Current children cumulated CPU time (s) 4602.45
Current children cumulated vsize (KiB) 711708

[startup+4662.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/470 8851
/proc/meminfo: memFree=11256552/32951124 swapFree=57414376/67111528
[pid=2588] ppid=2586 vsize=711708 CPUtime=4662.44 cores=1,3,5,7
/proc/2588/stat : 2588 (strangenight2-s) R 2586 2588 1139 0 -1 4202496 1840791 0 0 0 465935 309 0 0 25 0 1 0 853721420 728788992 130521 33554432000 4194304 4580011 140733775903920 18446744073709551615 4296072 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2588/statm: 177927 130521 366 95 0 172909 0
Current children cumulated CPU time (s) 4662.44
Current children cumulated vsize (KiB) 711708

[startup+4722.32 s]
/proc/loadavg: 2.01 2.03 2.00 3/470 8852
/proc/meminfo: memFree=11230620/32951124 swapFree=57414376/67111528
[pid=2588] ppid=2586 vsize=714280 CPUtime=4722.47 cores=1,3,5,7
/proc/2588/stat : 2588 (strangenight2-s) R 2586 2588 1139 0 -1 4202496 1862269 0 0 0 471934 313 0 0 25 0 1 0 853721420 731422720 128938 33554432000 4194304 4580011 140733775903920 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2588/statm: 178570 128938 366 95 0 173552 0
Current children cumulated CPU time (s) 4722.47
Current children cumulated vsize (KiB) 714280

[startup+4782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/470 8854
/proc/meminfo: memFree=11243380/32951124 swapFree=57414376/67111528
[pid=2588] ppid=2586 vsize=715072 CPUtime=4782.45 cores=1,3,5,7
/proc/2588/stat : 2588 (strangenight2-s) R 2586 2588 1139 0 -1 4202496 1882981 0 0 0 477928 317 0 0 25 0 1 0 853721420 732233728 126336 33554432000 4194304 4580011 140733775903920 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2588/statm: 178768 126336 366 95 0 173750 0
Current children cumulated CPU time (s) 4782.45
Current children cumulated vsize (KiB) 715072

[startup+4842.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/470 8856
/proc/meminfo: memFree=11250940/32951124 swapFree=57414376/67111528
[pid=2588] ppid=2586 vsize=715816 CPUtime=4842.46 cores=1,3,5,7
/proc/2588/stat : 2588 (strangenight2-s) R 2586 2588 1139 0 -1 4202496 1903650 0 0 0 483925 321 0 0 25 0 1 0 853721420 732995584 124157 33554432000 4194304 4580011 140733775903920 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2588/statm: 178954 124157 366 95 0 173936 0
Current children cumulated CPU time (s) 4842.46
Current children cumulated vsize (KiB) 715816

[startup+4902.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/470 8857
/proc/meminfo: memFree=11217300/32951124 swapFree=57414376/67111528
[pid=2588] ppid=2586 vsize=743416 CPUtime=4902.46 cores=1,3,5,7
/proc/2588/stat : 2588 (strangenight2-s) R 2586 2588 1139 0 -1 4202496 1915419 0 0 0 489924 322 0 0 25 0 1 0 853721420 761257984 135926 33554432000 4194304 4580011 140733775903920 18446744073709551615 4451582 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2588/statm: 185854 135926 366 95 0 180836 0
Current children cumulated CPU time (s) 4902.46
Current children cumulated vsize (KiB) 743416

[startup+4962.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/470 8859
/proc/meminfo: memFree=11196196/32951124 swapFree=57414376/67111528
[pid=2588] ppid=2586 vsize=743416 CPUtime=4962.46 cores=1,3,5,7
/proc/2588/stat : 2588 (strangenight2-s) R 2586 2588 1139 0 -1 4202496 1918500 0 0 0 495923 323 0 0 25 0 1 0 853721420 761257984 139007 33554432000 4194304 4580011 140733775903920 18446744073709551615 4294341 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2588/statm: 185854 139007 366 95 0 180836 0
Current children cumulated CPU time (s) 4962.46
Current children cumulated vsize (KiB) 743416



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.01 2.00 3/470 8860
/proc/meminfo: memFree=11243684/32951124 swapFree=57414376/67111528
[pid=2588] ppid=2586 vsize=744852 CPUtime=5000.06 cores=1,3,5,7
/proc/2588/stat : 2588 (strangenight2-s) R 2586 2588 1139 0 -1 4202496 1934906 0 0 0 499680 326 0 0 25 0 1 0 853721420 762728448 131852 33554432000 4194304 4580011 140733775903920 18446744073709551615 4294595 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2588/statm: 186213 131852 366 95 0 181195 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 744852

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.00 2.01 2.00 3/470 8860
/proc/meminfo: memFree=11243684/32951124 swapFree=57414376/67111528
[pid=2588] ppid=2586 vsize=744852 CPUtime=5000.06 cores=1,3,5,7
/proc/2588/stat : 2588 (strangenight2-s) R 2586 2588 1139 0 -1 4202496 1934906 0 0 0 499680 326 0 0 25 0 1 0 853721420 762728448 131852 33554432000 4194304 4580011 140733775903920 18446744073709551615 4294595 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2588/statm: 186213 131852 366 95 0 181195 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 744852

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.94
CPU time (s): 5000.11
CPU user time (s): 4996.82
CPU system time (s): 3.2885
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 756484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4996.82
system time used= 3.2885
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1934910
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= 13
involuntary context switches= 4054

runsolver used 21.6677 second user time and 53.4979 second system time

The end

Launcher Data

Begin job on node111 at 2011-05-29 04:08:29
IDJOB=3422043
IDBENCH=88222
IDSOLVER=1887
FILE ID=node111/3422043-1306634909
RUNJOBID= node111-1306629897-1846
PBS_JOBID= 13471624
Free space on /tmp= 73572 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st (fixed)
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m42-q663-n40-p30-s67876261.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3422043-1306634909/watcher-3422043-1306634909 -o /tmp/evaluation-result-3422043-1306634909/solver-3422043-1306634909 -C 5000 -W 5100 -M 15500  ./strangenight2-st HOME/instance-3422043-1306634909.cnf

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

MD5SUM BENCH= ed0227339111fb337104188c725538d0
RANDOM SEED=120042548

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      11813812 kB
Buffers:        349596 kB
Cached:       11501348 kB
SwapCached:      19180 kB
Active:       11274644 kB
Inactive:      9570516 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11813812 kB
SwapTotal:    67111528 kB
SwapFree:     57414376 kB
Dirty:            8212 kB
Writeback:           0 kB
AnonPages:     8984540 kB
Mapped:          28144 kB
Slab:           156436 kB
PageTables:      66880 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 149583968 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= 73588 MiB
End job on node111 at 2011-05-29 05:31:51