Trace number 3367898

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) 1300.06 1300.03

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 benchmark1.24481
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-3367898-1305396429.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.04/0.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.02
0.04/0.05	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.04/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.21	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
2.10/2.11	c  N dy   100     21197      1594      4823    206428      8560    637658    684435     11.30     14.02
2.39/2.48	c  F st   115     25000      1594      4823    206428     12294    637658   1045272     11.24   no data
2.49/2.52	c  N st   116     25251      1594      4823    206428     12535    637658   1064528     11.24   no data
2.89/2.95	c  N dy   121     30000      1594      4823    206428     10548    637658    799062     11.24   no data
2.89/2.95	c  S st   121     30000      1594      4823    206428     10548    637658    799062     11.24   no data
2.99/3.00	c  S st   121     30500      1594      4823    206428     11045    637658    846044     11.24   no data
2.99/3.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.19/3.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 13.4M T:  0.27
3.19/3.29	c blocked clauses removed:        0 vars:      0 tried:        1594 T: 0.00 s
3.30/3.31	c bin-w-bin subsume rem            0 bins  time:  0.02 s
6.79/6.84	c subs with bin:        0  lits-rem:     38253  v-fix:    0  time:  3.54 s
6.79/6.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1594 time:  0.02 s
6.79/6.88	c Removed useless bin:       0  fixed:     0  props:   1.04M  time:  0.02 s
6.89/6.93	c lits-rem:       964  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
8.19/8.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.32 s
9.19/9.20	c lits-rem:       569  cl-subs:      555  v-elim:      0  v-fix:    0  time:  0.91 s
9.29/9.39	c asymm  cl-useful: 0/2387/4823 lits-rem:0 time: 0.19
9.29/9.39	c calculated reachability. Time: 0.00
9.29/9.39	c  N dy   121     30500      1594      4823    206428     10490    598441    811936     11.24   no data
9.79/9.89	c  N dy   145     35046      1594      4823    206428     14899    598441   1313876     11.43     12.07
10.29/10.30	c  N dy   161     39098      1594      4823    206428     11133    598441    820521     11.36     12.05
10.69/10.74	c  N dy   177     43514      1594      4823    206428     15406    598441   1111303     11.37     12.00
10.89/11.00	c  S st   182     45751      1594      4823    206428      8881    598441    612016     11.31      8.90
11.00/11.04	c  S st   182     46251      1594      4823    206428      9379    598441    655079     11.31   no data
11.00/11.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
11.19/11.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 12.2M T:  0.25
11.19/11.29	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
11.29/11.31	c bin-w-bin subsume rem            0 bins  time:  0.02 s
13.99/14.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.77 s
14.09/14.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1594 time:  0.02 s
14.09/14.12	c Removed useless bin:       0  fixed:     0  props:   1.04M  time:  0.02 s
14.09/14.13	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
15.40/15.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.30 s
15.59/15.61	c lits-rem:        62  cl-subs:       78  v-elim:      0  v-fix:    0  time:  0.17 s
15.59/15.61	c vivif2 --  cl tried     4823 cl shrink        0 lits rem          0 time: 0.00
15.59/15.63	c vivif2 --  cl tried     9301 cl shrink        0 lits rem          0 time: 0.02
15.79/15.81	c asymm  cl-useful: 0/2396/4823 lits-rem:0 time: 0.18
15.79/15.82	c calculated reachability. Time: 0.00
15.79/15.82	c  N dy   182     46251      1594      4823    206428      9301    598441    651981     11.31   no data
16.19/16.25	c  N dy   197     50628      1594      4823    206428     13567    598441   1127066     11.38     11.99
16.69/16.70	c  N dy   226     54751      1594      4823    206428     17562    598441   1658661     11.62     12.44
17.19/17.20	c  N dy   247     59591      1594      4823    206428     12571    598441   1002240     11.65     12.72
17.60/17.68	c  N dy   274     63636      1594      4823    206428     16512    598441   1404178     11.83     14.65
18.20/18.21	c  N dy   293     67721      1594      4823    206428     20447    598441   1901319     11.89     18.46
18.39/18.43	c  S st   302     69378      1594      4823    206428     11383    598441    783432     11.95     10.04
18.39/18.48	c  S st   302     69880      1594      4823    206428     11881    598441    842341     11.95   no data
18.39/18.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
18.70/18.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 14.5M T:  0.29
18.70/18.78	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
18.79/18.80	c bin-w-bin subsume rem            0 bins  time:  0.02 s
21.49/21.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.78 s
21.59/21.60	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1594 time:  0.02 s
21.59/21.61	c Removed useless bin:       0  fixed:     0  props:   1.04M  time:  0.02 s
21.59/21.62	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
22.89/22.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.33 s
23.29/23.32	c lits-rem:       119  cl-subs:       85  v-elim:      0  v-fix:    0  time:  0.33 s
23.29/23.32	c vivif2 --  cl tried     4823 cl shrink        0 lits rem          0 time: 0.00
23.29/23.34	c vivif2 --  cl tried    11796 cl shrink        0 lits rem          0 time: 0.02
23.49/23.53	c asymm  cl-useful: 0/1994/4823 lits-rem:0 time: 0.20
23.49/23.54	c calculated reachability. Time: 0.00
23.49/23.54	c  N dy   302     69880      1594      4823    206428     11796    598441    834077     11.95   no data
23.99/24.06	c  N dy   320     74653      1594      4823    206428     16427    598441   1534583     11.92     12.61
24.69/24.78	c  N dy   334     79903      1594      4823    206428     21500    598441   2029638     11.85     12.64
25.39/25.49	c  N dy   355     85177      1594      4823    206428     15005    598441   1136994     11.88     12.57
25.69/25.76	c  F st   366     87501      1594      4823    206428     17251    598441   1437499     11.94      9.66
26.10/26.17	c  N st   371     90795      1594      4823    206428     20406    598441   1888636     11.94   no data
26.99/27.05	c  N dy   391     96857      1594      4823    206428     13699    598441    969412     11.97     12.65
27.69/27.78	c  N dy   415    103053      1594      4823    206428     19676    598441   1706323     11.98     12.95
27.99/28.05	c  S st   422    104820      1594      4823    206428     21369    598441   1910654     11.97     11.96
28.09/28.12	c  S st   422    105326      1594      4823    206428     21873    598441   1965259     11.97   no data
28.09/28.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
28.50/28.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 22.2M T:  0.45
28.50/28.58	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
28.50/28.60	c bin-w-bin subsume rem            0 bins  time:  0.02 s
31.39/31.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.80 s
31.39/31.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1594 time:  0.02 s
31.39/31.44	c Removed useless bin:       0  fixed:     0  props:   1.04M  time:  0.02 s
31.39/31.45	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
32.79/32.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.38 s
35.89/35.95	c lits-rem:       971  cl-subs:      642  v-elim:      0  v-fix:    0  time:  3.06 s
35.89/35.95	c vivif2 --  cl tried     4823 cl shrink        0 lits rem          0 time: 0.00
35.89/35.99	c vivif2 --  cl tried    21231 cl shrink        0 lits rem          0 time: 0.04
36.09/36.19	c asymm  cl-useful: 0/1410/4823 lits-rem:0 time: 0.20
36.20/36.21	c calculated reachability. Time: 0.00
36.20/36.21	c  N dy   422    105326      1594      4823    206428     21231    598441   1919918     11.97   no data
37.19/37.27	c  N dy   451    112098      1594      4823    206428     14247    598441   1004443     12.02     13.78
38.19/38.24	c  N dy   489    119346      1594      4823    206428     21267    598441   1910852     12.10     12.76
39.50/39.52	c  N dy   516    127587      1594      4823    206428     14715    598441   1024217     12.05     12.69
40.49/40.53	c  N dy   566    135751      1594      4823    206428     22615    598441   1990803     12.21     13.15
41.80/41.88	c  N dy   597    144570      1594      4823    206428     15686    598441   1124810     12.22     12.88
43.19/43.20	c  N dy   639    153887      1594      4823    206428     24682    598441   2123847     12.26     16.52
43.79/43.81	c  S st   653    157989      1594      4823    206428     28601    598441   2593367     12.24     13.30
43.79/43.90	c  S st   653    158490      1594      4823    206428     29099    598441   2647783     12.24   no data
43.89/43.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
44.39/44.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 25.3M T:  0.53
44.39/44.44	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
44.39/44.46	c bin-w-bin subsume rem            0 bins  time:  0.02 s
47.19/47.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.77 s
47.19/47.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1594 time:  0.02 s
47.19/47.27	c Removed useless bin:       0  fixed:     0  props:   1.04M  time:  0.02 s
47.19/47.29	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
48.69/48.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.40 s
55.09/55.16	c lits-rem:      2752  cl-subs:     1280  v-elim:      0  v-fix:    0  time:  6.40 s
55.09/55.16	c vivif2 --  cl tried     4823 cl shrink        0 lits rem          0 time: 0.00
55.19/55.22	c vivif2 --  cl tried    27819 cl shrink        0 lits rem          0 time: 0.05
55.39/55.43	c asymm  cl-useful: 0/805/4823 lits-rem:0 time: 0.21
55.39/55.43	c calculated reachability. Time: 0.00
55.39/55.43	c  N dy   653    158490      1594      4823    206428     27819    598441   2589960     12.24   no data
57.10/57.14	c  N dy   697    168627      1594      4823    206428     21262    598441   1783046     12.28     14.93
58.69/58.76	c  N dy   741    179476      1594      4823    206429     31684    598441   2708676     12.29     13.99
60.40/60.45	c  N dy   786    191004      1594      4823    206429     25488    598441   2210089     12.28     12.94
62.39/62.48	c  N dy   829    203696      1594      4823    206429     19380    598441   1451224     12.23     13.00
64.39/64.42	c  N dy   892    216737      1594      4823    206429     31966    598441   2906786     12.28     24.29
66.59/66.66	c  N dy   947    230946      1594      4823    206429     26361    598441   2184288     12.29     13.34
67.69/67.77	c  S st   975    237736      1594      4823    206429     32921    598441   2941993     12.28   no data
67.79/67.86	c  S st   975    238242      1594      4823    206429     33423    598441   3008481     12.28   no data
67.79/67.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
68.39/68.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 29.1M T:  0.60
68.39/68.47	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
68.39/68.49	c bin-w-bin subsume rem            0 bins  time:  0.02 s
71.19/71.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.78 s
71.19/71.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1594 time:  0.02 s
71.29/71.30	c Removed useless bin:       0  fixed:     0  props:   1.04M  time:  0.02 s
71.29/71.32	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
72.79/72.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.47 s
78.99/79.02	c lits-rem:      1453  cl-subs:     1503  v-elim:      0  v-fix:    0  time:  6.15 s
78.99/79.02	c vivif2 --  cl tried     4823 cl shrink        0 lits rem          0 time: 0.00
78.99/79.08	c vivif2 --  cl tried    31920 cl shrink       97 lits rem         97 time: 0.06
79.09/79.16	c asymm  cl-useful: 0/614/4823 lits-rem:0 time: 0.08
79.09/79.16	c calculated reachability. Time: 0.00
79.09/79.16	c  N dy   975    238242      1594      4823    206429     31920    598441   2942628     12.28   no data
81.89/81.98	c  N dy  1040    253454      1594      4823    206430     26350    598441   2128084     12.31     19.37
84.79/84.89	c  N dy  1102    269856      1594      4823    206430     42144    598441   3831070     12.30     13.00
87.69/87.77	c  N dy  1180    287111      1594      4823    206430     37604    598441   3233065     12.35     15.16
91.09/91.18	c  N dy  1296    305648      1594      4823    206430     33353    598441   2762906     12.49     13.89
91.20/91.28	c  F st  1300    306251      1594      4823    206430     33939    598441   2850253     12.50   no data
94.60/94.68	c  N dy  1389    325267      1594      4823    206430     29178    598441   2179362     12.62     13.40
98.59/98.60	c  N dy  1482    345307      1594      4823    206430     24392    598441   1597291     12.69     17.30
100.49/100.50	c  S st  1539    357363      1594      4823    206430     36038    598441   2855330     12.74     11.97
100.49/100.59	c  S st  1539    357871      1594      4823    206430     36544    598441   2910615     12.74   no data
100.49/100.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
101.21/101.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 30.1M T:  0.61
101.21/101.21	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
101.21/101.23	c bin-w-bin subsume rem            0 bins  time:  0.02 s
104.00/104.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.78 s
104.00/104.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1594 time:  0.02 s
104.00/104.05	c Removed useless bin:       0  fixed:     0  props:   1.04M  time:  0.02 s
104.00/104.07	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
105.39/105.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.34 s
110.79/110.82	c lits-rem:      1462  cl-subs:     1468  v-elim:      0  v-fix:    0  time:  5.35 s
110.79/110.82	c vivif2 --  cl tried     4823 cl shrink        0 lits rem          0 time: 0.00
110.79/110.88	c vivif2 --  cl tried    35076 cl shrink        0 lits rem          0 time: 0.06
111.00/111.10	c asymm  cl-useful: 0/1131/4823 lits-rem:0 time: 0.21
111.00/111.10	c calculated reachability. Time: 0.00
111.00/111.10	c  N dy  1539    357871      1594      4823    206430     35076    598441   2856555     12.74   no data
115.09/115.11	c  N dy  1622    378752      1594      4823    206430     30140    598441   2129349     12.76     13.87
119.20/119.21	c  N dy  1711    399454      1594      4823    206432     50101    598441   4553933     12.79     13.47
122.80/122.85	c  N dy  1804    419552      1594      4823    206432     43434    598441   3634563     12.82     20.96
126.59/126.66	c  N dy  1884    440488      1594      4823    206432     36640    598441   2566601     12.84     13.55
130.49/130.59	c  N dy  1956    460540      1594      4823    206432     56065    598441   4718142     12.86     13.56
134.10/134.19	c  N dy  2038    480602      1594      4823    206432     47388    598441   3792127     12.87     13.69
137.90/137.96	c  N dy  2113    501262      1594      4823    206432     38402    598441   2702447     12.88     13.59
142.19/142.22	c  N dy  2204    521343      1594      4823    206433     57768    598441   4670803     12.93     31.81
145.00/145.09	c  S st  2263    536807      1594      4823    206433     42727    598441   3393751     12.94      9.34
145.10/145.19	c  S st  2263    537310      1594      4823    206433     43229    598441   3439179     12.94   no data
145.10/145.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
145.90/145.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 32.9M T:  0.70
145.90/145.91	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
145.90/145.93	c bin-w-bin subsume rem            0 bins  time:  0.02 s
148.70/148.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.78 s
148.70/148.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1594 time:  0.02 s
148.70/148.74	c Removed useless bin:       0  fixed:     0  props:   1.04M  time:  0.02 s
148.70/148.77	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
150.19/150.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.40 s
156.59/156.68	c lits-rem:      1399  cl-subs:     1632  v-elim:      0  v-fix:    0  time:  6.42 s
156.59/156.68	c vivif2 --  cl tried     4823 cl shrink        0 lits rem          0 time: 0.00
156.69/156.76	c vivif2 --  cl tried    41597 cl shrink      237 lits rem        265 time: 0.07
156.89/156.97	c asymm  cl-useful: 0/611/4823 lits-rem:0 time: 0.22
156.89/156.98	c calculated reachability. Time: 0.00
156.89/156.98	c  N dy  2263    537310      1594      4823    206433     41597    598441   3375865     12.94   no data
161.50/161.50	c  N dy  2356    557611      1594      4823    206433     61207    598441   5231448     12.98     13.69
165.19/165.27	c  N dy  2436    577905      1594      4823    206433     49967    598441   4241266     12.99     13.71
169.59/169.67	c  N dy  2529    598058      1594      4823    206434     37536    598441   2520283     13.04     13.99
173.30/173.30	c  N dy  2614    618221      1594      4823    206434     57104    598441   4710067     13.08     13.79
177.39/177.45	c  N dy  2692    638228      1594      4823    206434     43597    598441   3337221     13.10     31.22
182.10/182.16	c  N dy  2777    658800      1594      4823    206434     63467    598441   5596395     13.10     13.81
186.39/186.44	c  N dy  2866    679516      1594      4823    206434     49562    598441   3665284     13.10     13.86
190.89/190.95	c  N dy  2949    699667      1594      4823    206434     69006    598441   5598768     13.12     13.95
194.71/194.71	c  N dy  3025    719853      1594      4823    206434     53706    598441   3861873     13.11     13.85
199.40/199.42	c  N dy  3093    742704      1594      4823    206435     39949    598441   2279221     13.10     13.83
203.40/203.42	c  N dy  3173    762934      1594      4823    206435     59435    598441   4178985     13.12     13.81
207.69/207.76	c  N dy  3250    783274      1594      4823    206435     42437    598441   2575487     13.12     14.06
211.90/211.98	c  N dy  3350    803748      1594      4823    206435     62259    598441   4825412     13.17     13.91
212.40/212.48	c  S st  3357    805965      1594      4823    206435     64380    598441   5095211     13.17     11.24
212.50/212.58	c  S st  3357    806467      1594      4823    206435     64881    598441   5161438     13.17   no data
212.60/212.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
213.50/213.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 41.1M T:  0.98
213.50/213.58	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
213.60/213.60	c bin-w-bin subsume rem            0 bins  time:  0.02 s
216.30/216.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.78 s
216.40/216.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1594 time:  0.02 s
216.40/216.42	c Removed useless bin:       0  fixed:     0  props:   1.04M  time:  0.02 s
216.40/216.45	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
218.00/218.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.48 s
230.80/230.88	c lits-rem:      2717  cl-subs:     3369  v-elim:      0  v-fix:    0  time: 12.81 s
230.80/230.89	c vivif2 --  cl tried     4823 cl shrink        0 lits rem          0 time: 0.00
230.90/231.00	c vivif2 --  cl tried    61512 cl shrink      117 lits rem        117 time: 0.11
231.20/231.24	c asymm  cl-useful: 0/802/4823 lits-rem:0 time: 0.24
231.20/231.25	c calculated reachability. Time: 0.00
231.20/231.25	c  N dy  3357    806467      1594      4823    206435     61512    598441   5046030     13.17   no data
236.50/236.57	c  N dy  3472    827658      1594      4823    206435     44514    598441   3008142     13.21     14.47
240.50/240.54	c  N dy  3522    847726      1594      4823    206435     63708    598441   4638164     13.18     13.89
245.70/245.70	c  N dy  3602    868696      1594      4823    206435     45297    598441   2677154     13.18     13.91
249.50/249.57	c  N dy  3672    888744      1594      4823    206435     64587    598441   4588639     13.19     14.50
254.11/254.13	c  N dy  3786    908842      1594      4823    206435     44586    598441   2779847     13.24     13.95
258.20/258.26	c  N dy  3882    928952      1594      4823    206435     64038    598441   4904984     13.28     14.15
263.40/263.42	c  N dy  3959    949870      1594      4823    206435     43721    598441   2584950     13.29     14.24
267.59/267.61	c  N dy  4063    969947      1594      4823    206437     63134    598441   4783952     13.31     26.70
273.10/273.16	c  N dy  4144    991886      1594      4823    206437     42755    598441   2367805     13.32     14.04
277.10/277.13	c  N dy  4238   1013000      1594      4823    206437     63200    598441   4480411     13.35     14.07
282.00/282.03	c  N dy  4326   1033126      1594      4823    206437     82645    598441   6323209     13.35     14.07
286.00/286.02	c  N dy  4404   1053211      1594      4823    206437     59469    598441   4030585     13.37     25.60
290.60/290.65	c  F st  4480   1071875      1594      4823    206437     77472    598441   5717373     13.38      9.57
291.10/291.18	c  N st  4484   1073909      1594      4823    206437     79433    598441   5916856     13.38   no data
295.91/295.94	c  N dy  4544   1093928      1594      4823    206437     55277    598441   3268540     13.37     16.53
300.20/300.24	c  N dy  4610   1114326      1594      4823    206437     74955    598441   5195221     13.37     14.28
305.10/305.13	c  N dy  4711   1135168      1594      4823    206437     50770    598441   3017274     13.40     14.41
309.20/309.25	c  N dy  4780   1155308      1594      4823    206437     70115    598441   4601364     13.39     14.28
314.20/314.24	c  N dy  4875   1175553      1594      4823    206437     89702    598441   6849646     13.41     14.16
318.30/318.32	c  N dy  4947   1195930      1594      4823    206437     64114    598441   4276082     13.41     14.13
321.80/321.88	c  S st  5005   1209700      1594      4823    206437     77406    598441   5286805     13.42      9.68
322.00/322.00	c  S st  5005   1210202      1594      4823    206437     77907    598441   5338838     13.42   no data
322.00/322.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
322.90/322.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 38.1M T:  0.94
322.90/322.96	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
322.90/322.98	c bin-w-bin subsume rem            0 bins  time:  0.02 s
325.70/325.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.78 s
325.70/325.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1594 time:  0.02 s
325.70/325.79	c Removed useless bin:       0  fixed:     0  props:   1.04M  time:  0.02 s
325.80/325.83	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
327.49/327.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.58 s
339.59/339.67	c lits-rem:      5623  cl-subs:     5119  v-elim:      0  v-fix:    0  time: 12.12 s
339.59/339.67	c vivif2 --  cl tried     4823 cl shrink        0 lits rem          0 time: 0.00
339.80/339.81	c vivif2 --  cl tried    72788 cl shrink       70 lits rem         70 time: 0.13
339.99/340.00	c asymm  cl-useful: 0/867/4823 lits-rem:0 time: 0.20
339.99/340.01	c calculated reachability. Time: 0.00
339.99/340.01	c  N dy  5005   1210202      1594      4823    206437     72788    598441   5210526     13.42   no data
344.70/344.74	c  N dy  5074   1230605      1594      4823    206437     92432    598441   6858567     13.43     14.55
348.40/348.40	c  N dy  5161   1250625      1594      4823    206437     65499    598441   4432479     13.44     19.65
352.80/352.84	c  N dy  5233   1270793      1594      4823    206438     84965    598441   6377239     13.44     14.35
357.41/357.47	c  N dy  5314   1291613      1594      4823    206438     57828    598441   3990869     13.44     14.29
362.30/362.33	c  N dy  5409   1311723      1594      4823    206438     77353    598441   6263174     13.46     14.42
368.70/368.72	c  N dy  5505   1331850      1594      4823    206438     48513    598441   2636296     13.48     14.31
372.20/372.20	c  N dy  5572   1352175      1594      4823    206438     68260    598441   4599576     13.48     14.30
376.70/376.72	c  N dy  5639   1373567      1594      4823    206438     89035    598441   6840693     13.48     14.21
381.50/381.56	c  N dy  5750   1393985      1594      4823    206438     59409    598441   3705712     13.51     14.25
386.00/386.04	c  N dy  5840   1414087      1594      4823    206438     78863    598441   5893812     13.53     14.27
391.80/391.83	c  N dy  5909   1434089      1594      4823    206438     98160    598441   7559115     13.53     15.83
396.01/396.07	c  N dy  5997   1454226      1594      4823    206439     67340    598441   4705638     13.53     14.44
401.80/401.82	c  N dy  6083   1475533      1594      4823    206439     88018    598441   7094684     13.55     14.45
407.50/407.55	c  N dy  6167   1495717      1594      4823    206440     56152    598441   3278734     13.56     14.61
411.90/411.92	c  N dy  6248   1516157      1594      4823    206441     75867    598441   5251248     13.56     14.39
416.91/416.96	c  N dy  6314   1536433      1594      4823    206441     95548    598441   7165397     13.56     14.27
422.10/422.16	c  N dy  6408   1557442      1594      4823    206441     63619    598441   4160126     13.57     14.49
426.71/426.77	c  N dy  6500   1577470      1594      4823    206441     83048    598441   6229886     13.59     29.42
432.80/432.89	c  N dy  6611   1597773      1594      4823    206441    102709    598441   8650672     13.62     14.51
437.40/437.41	c  N dy  6700   1617775      1594      4823    206441     68803    598441   4337029     13.63     17.06
442.21/442.25	c  N dy  6803   1638218      1594      4823    206441     88639    598441   6552535     13.66     14.78
448.40/448.45	c  N dy  6885   1659825      1594      4823    206442     55265    598441   2903119     13.66     14.46
452.20/452.29	c  N dy  6972   1679945      1594      4823    206442     74796    598441   4975315     13.67     14.39
457.20/457.25	c  N dy  7041   1700145      1594      4823    206442     94339    598441   6841737     13.66     14.44
460.20/460.21	c  S st  7086   1710204      1594      4823    206442    104017    598441   7631108     13.66     12.09
460.30/460.36	c  S st  7086   1710705      1594      4823    206442    104517    598441   7691404     13.66   no data
460.30/460.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
461.50/461.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 52.1M T:  1.13
461.50/461.51	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
461.50/461.53	c bin-w-bin subsume rem            0 bins  time:  0.02 s
464.30/464.30	c subs with bin:        0  lits-rem:         1  v-fix:    0  time:  2.77 s
464.30/464.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1594 time:  0.02 s
464.30/464.33	c Removed useless bin:       0  fixed:     0  props:   1.04M  time:  0.02 s
464.30/464.38	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
466.50/466.50	c subs with bin:      283  lits-rem:        99  v-fix:    0  time:  1.91 s
487.10/487.12	c lits-rem:      5261  cl-subs:     6486  v-elim:      0  v-fix:    0  time: 20.61 s
487.10/487.12	c vivif2 --  cl tried     4823 cl shrink        0 lits rem          0 time: 0.00
487.31/487.31	c vivif2 --  cl tried    97748 cl shrink      616 lits rem        623 time: 0.19
487.50/487.53	c asymm  cl-useful: 0/344/4823 lits-rem:0 time: 0.22
487.50/487.54	c calculated reachability. Time: 0.00
487.50/487.54	c  N dy  7086   1710705      1594      4823    206442     97748    598440   7487077     13.66   no data
492.71/492.79	c  N dy  7164   1730801      1594      4823    206442     62165    598440   3701589     13.66     16.46
497.41/497.47	c  N dy  7256   1751833      1594      4823    206442     82640    598440   5933096     13.68     14.58
503.10/503.15	c  N dy  7321   1772253      1594      4823    206442    102231    598440   7581717     13.67     14.80
508.80/508.86	c  N dy  7421   1792398      1594      4823    206442     65594    598440   3910792     13.68     14.66
513.50/513.56	c  N dy  7524   1812448      1594      4823    206442     84961    598440   5818484     13.71     14.85
519.10/519.17	c  N dy  7615   1832529      1594      4823    206442    104380    598440   7723199     13.73     14.57
524.51/524.50	c  N dy  7712   1853022      1594      4823    206442     67178    598440   3971681     13.75     14.50
528.91/528.98	c  N dy  7773   1873114      1594      4823    206442     86616    598440   5749601     13.74     14.51
533.70/533.71	c  N dy  7825   1893137      1594      4823    206442    105948    598440   7727692     13.73     15.70
538.80/538.87	c  N dy  7894   1913457      1594      4823    206442     67616    598440   3885846     13.72     14.45
543.31/543.37	c  N dy  7976   1933566      1594      4823    206442     87059    598440   5789189     13.72     14.50
548.81/548.88	c  N dy  8070   1953709      1594      4823    206442    106559    598440   7632792     13.74     14.53
554.31/554.35	c  N dy  8153   1973915      1594      4823    206443     67081    598440   3722212     13.75     14.50
558.71/558.77	c  N dy  8217   1993944      1594      4823    206443     86425    598440   5736701     13.74     38.34
564.41/564.43	c  N dy  8308   2014001      1594      4823    206443    105809    598440   7905274     13.75     16.93
570.31/570.39	c  N dy  8388   2034015      1594      4823    206443     65246    598440   3566801     13.76     23.35
575.11/575.16	c  N dy  8480   2055595      1594      4823    206443     86115    598440   5978022     13.78     14.71
581.21/581.20	c  N dy  8547   2075640      1594      4823    206443    105437    598440   8114712     13.77     16.71
588.31/588.30	c  N dy  8645   2095687      1594      4823    206443     63956    598440   3427788     13.79     14.77
592.51/592.55	c  N dy  8730   2116266      1594      4823    206443     83895    598440   5457095     13.79     14.70
598.10/598.17	c  N dy  8808   2136404      1594      4823    206443    103280    598440   7233168     13.80     14.58
604.01/604.01	c  N dy  8882   2156488      1594      4823    206443    122708    598440   9324836     13.80     14.54
608.81/608.86	c  N dy  8944   2177026      1594      4823    206443     80566    598440   4818620     13.80     14.74
614.10/614.13	c  N dy  9059   2197244      1594      4823    206444    100146    598440   6858521     13.82     14.59
618.61/618.60	c  S st  9115   2210705      1594      4823    206444    113041    598440   7972924     13.82     12.43
618.71/618.73	c  S st  9115   2211210      1594      4823    206444    113544    598440   8038023     13.82   no data
618.71/618.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
619.91/619.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 51.9M T:  1.16
619.91/619.92	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
619.91/619.94	c bin-w-bin subsume rem            0 bins  time:  0.02 s
622.71/622.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.77 s
622.71/622.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1594 time:  0.02 s
622.71/622.75	c Removed useless bin:       0  fixed:     0  props:   1.04M  time:  0.02 s
622.81/622.80	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
624.61/624.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.64 s
648.71/648.77	c lits-rem:      8646  cl-subs:     8126  v-elim:      0  v-fix:    0  time: 24.13 s
648.71/648.77	c vivif2 --  cl tried     4823 cl shrink        0 lits rem          0 time: 0.00
648.91/648.96	c vivif2 --  cl tried   105418 cl shrink       48 lits rem         51 time: 0.19
649.11/649.18	c asymm  cl-useful: 0/437/4823 lits-rem:0 time: 0.22
649.11/649.19	c calculated reachability. Time: 0.00
649.11/649.19	c  N dy  9115   2211210      1594      4823    206444    105418    598440   7805774     13.82   no data
656.20/656.27	c  N dy  9199   2231375      1594      4823    206444    124945    598440  10162050     13.83     14.69
661.11/661.18	c  N dy  9302   2252814      1594      4823    206444     83130    598440   5538129     13.85     14.88
667.01/667.01	c  N dy  9410   2272862      1594      4823    206444    102565    598440   7675567     13.87     20.65
673.71/673.78	c  N dy  9499   2293047      1594      4823    206444    122095    598440   9754690     13.88     14.95
679.31/679.34	c  N dy  9566   2313240      1594      4823    206444     77829    598440   4530805     13.88     14.94
683.80/683.87	c  N dy  9646   2333271      1594      4823    206444     97282    598440   6490911     13.88     14.62
689.90/689.99	c  N dy  9743   2354351      1594      4823    206444    117676    598440   8595054     13.89     14.63
695.41/695.43	c  N dy  9820   2374421      1594      4823    206444     72256    598440   4049831     13.90     14.63
700.00/700.04	c  N dy  9916   2394550      1594      4823    206444     91786    598440   6289039     13.91     14.67
705.61/705.63	c  N dy  9974   2414555      1594      4823    206445    111072    598440   8095753     13.91     14.96
711.72/711.73	c  N dy 10036   2434593      1594      4823    206445    130462    598440   9894765     13.90     16.39
716.12/716.15	c  N dy 10116   2454677      1594      4823    206445     84111    598440   5346535     13.90     14.78
720.91/720.99	c  N dy 10182   2475288      1594      4823    206445    104068    598440   7446106     13.90     14.66
726.81/726.83	c  N dy 10259   2495750      1594      4823    206445    123876    598440   9359925     13.90     14.67
731.91/731.99	c  N dy 10330   2515821      1594      4823    206445     76508    598440   4287027     13.90     27.76
736.61/736.65	c  N dy 10415   2536131      1594      4823    206445     96155    598440   6208013     13.91     14.66
742.11/742.19	c  N dy 10491   2557024      1594      4823    206446    116310    598440   8174459     13.92     14.70
748.31/748.32	c  N dy 10557   2577220      1594      4823    206446     68238    598440   3474816     13.91     14.65
752.00/752.05	c  N dy 10630   2597269      1594      4823    206446     87652    598440   5300224     13.92     16.61
757.01/757.03	c  N dy 10689   2617825      1594      4823    206446    107482    598440   7104357     13.91     14.66
762.61/762.67	c  N dy 10767   2637859      1594      4823    206446    126818    598440   9133698     13.91     14.75
767.91/767.93	c  N dy 10841   2658227      1594      4823    206446     77940    598440   4489107     13.92     14.71
772.31/772.31	c  N dy 10924   2678529      1594      4823    206446     97613    598440   6797510     13.93     14.80
778.21/778.27	c  N dy 11028   2698587      1594      4823    206446    117131    598440   9058906     13.94     18.86
782.51/782.58	c  S st 11075   2711210      1594      4823    206446    129206    598440  10128355     13.94     13.51
782.71/782.75	c  S st 11075   2711712      1594      4823    206446    129703    598440  10189539     13.94   no data
782.71/782.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
784.22/784.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 62.8M T:  1.49
784.22/784.28	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
784.22/784.30	c bin-w-bin subsume rem            0 bins  time:  0.02 s
787.01/787.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.78 s
787.01/787.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1594 time:  0.02 s
787.11/787.11	c Removed useless bin:       0  fixed:     0  props:   1.04M  time:  0.02 s
787.11/787.18	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
789.01/789.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.60 s
810.91/810.91	c lits-rem:      7336  cl-subs:     8536  v-elim:      0  v-fix:    0  time: 21.87 s
810.91/810.91	c vivif2 --  cl tried     4823 cl shrink        0 lits rem          0 time: 0.00
811.11/811.13	c vivif2 --  cl tried   121167 cl shrink       24 lits rem         24 time: 0.22
811.31/811.32	c asymm  cl-useful: 0/631/4823 lits-rem:0 time: 0.19
811.31/811.33	c calculated reachability. Time: 0.00
811.31/811.33	c  N dy 11075   2711712      1594      4823    206446    121167    598440   9914842     13.94   no data
818.81/818.85	c  N dy 11187   2731799      1594      4823    206446     71105    598440   3828261     13.96     14.95
823.41/823.41	c  N dy 11267   2752217      1594      4823    206447     90840    598440   5910087     13.97     14.81
828.61/828.66	c  N dy 11348   2772224      1594      4823    206447    110298    598440   7854621     13.97     27.85
835.01/835.03	c  N dy 11444   2792230      1594      4823    206447    129686    598440   9963632     13.98     24.38
840.91/840.97	c  N dy 11529   2812327      1594      4823    206447     78525    598440   4452525     13.99     24.85
845.51/845.59	c  N dy 11596   2833431      1594      4823    206447     98915    598440   6612027     13.99     14.92
851.81/851.84	c  N dy 11699   2853648      1594      4823    206447    118511    598440   8630321     14.00     14.76
858.11/858.19	c  N dy 11798   2874096      1594      4823    206447    138354    598440  10854971     14.02     14.93
863.61/863.68	c  N dy 11908   2894124      1594      4823    206447     86183    598440   5472210     14.04     23.71
868.81/868.88	c  N dy 11998   2914209      1594      4823    206447    105697    598440   7730681     14.05     14.88
874.91/874.98	c  N dy 12073   2934294      1594      4823    206447    125153    598440  10012719     14.05     14.82
882.81/882.87	c  N dy 12156   2956003      1594      4823    206448     73452    598440   3841225     14.06     14.85
887.21/887.22	c  N dy 12231   2976197      1594      4823    206448     93034    598440   5759526     14.06     14.95
892.41/892.47	c  N dy 12291   2996451      1594      4823    206448    112592    598440   7696319     14.06     14.96
898.91/898.93	c  N dy 12351   3018723      1594      4823    206448    134017    598440   9560449     14.06     14.93
904.81/904.90	c  N dy 12444   3038821      1594      4823    206448     79995    598440   4554675     14.06     14.87
909.41/909.48	c  N dy 12514   3058852      1594      4823    206448     99382    598440   6678861     14.07     21.31
914.81/914.81	c  N dy 12593   3078856      1594      4823    206448    118727    598440   8612235     14.07     14.82
921.11/921.19	c  N dy 12678   3098938      1594      4823    206448    138135    598440  10561632     14.07     15.27
927.22/927.23	c  N dy 12748   3119309      1594      4823    206448     83348    598440   4545409     14.07     14.87
931.81/931.81	c  N dy 12813   3139400      1594      4823    206448    102813    598440   6737308     14.07     17.39
937.12/937.20	c  N dy 12879   3159444      1594      4823    206448    122137    598440   8600963     14.07     27.58
944.21/944.29	c  N dy 12999   3180156      1594      4823    206448    142250    598440  11204013     14.10     14.97
950.71/950.72	c  N dy 13095   3200744      1594      4823    206448     86678    598440   5122059     14.11     14.86
953.41/953.49	c  S st 13141   3211712      1594      4823    206450     97230    598440   6446320     14.11   no data
953.62/953.63	c  S st 13141   3212214      1594      4823    206450     97728    598440   6509860     14.11   no data
953.62/953.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
954.72/954.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 51.6M T:  1.13
954.72/954.79	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
954.82/954.81	c bin-w-bin subsume rem            0 bins  time:  0.02 s
957.51/957.58	c subs with bin:        0  lits-rem:         2  v-fix:    0  time:  2.77 s
957.61/957.60	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1594 time:  0.02 s
957.61/957.62	c Removed useless bin:       0  fixed:     0  props:   1.04M  time:  0.02 s
957.61/957.66	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
959.22/959.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.41 s
974.81/974.81	c lits-rem:      4061  cl-subs:     4300  v-elim:      0  v-fix:    0  time: 15.58 s
974.81/974.81	c vivif2 --  cl tried     4823 cl shrink        0 lits rem          0 time: 0.00
974.91/974.98	c vivif2 --  cl tried    93428 cl shrink      843 lits rem        865 time: 0.16
975.21/975.20	c asymm  cl-useful: 0/828/4823 lits-rem:0 time: 0.23
975.21/975.21	c calculated reachability. Time: 0.00
975.21/975.21	c  N dy 13141   3212214      1594      4823    206450     93428    598438   6386606     14.11   no data
981.23/981.23	c  N dy 13235   3232290      1594      4823    206450    112889    598438   8493797     14.12     16.00
988.11/988.16	c  N dy 13326   3253064      1594      4823    206450    133028    598438  10551587     14.13     15.07
995.81/995.85	c  N dy 13388   3274851      1594      4823    206450     77723    598438   4126577     14.13     14.94
1000.32/1000.31	c  N dy 13466   3294882      1594      4823    206450     97144    598438   6359020     14.13     14.91
1005.72/1005.77	c  N dy 13536   3314974      1594      4823    206450    116595    598438   8453245     14.13     14.93
1012.52/1012.57	c  N dy 13620   3335793      1594      4823    206450    136768    598438  10425841     14.13     15.04
1019.31/1019.38	c  N dy 13686   3355800      1594      4823    206450     78708    598438   4112143     14.13     15.00
1023.52/1023.59	c  N dy 13725   3376432      1594      4823    206450     98571    598438   5706601     14.12     14.94
1028.01/1028.09	c  N dy 13786   3396598      1594      4823    206450    117972    598438   7356972     14.12     14.87
1033.12/1033.19	c  N dy 13851   3416676      1594      4823    206450    137445    598438   9639391     14.12     30.55
1040.62/1040.66	c  N dy 13950   3437469      1594      4823    206450     79277    598438   4118977     14.13     14.88
1045.21/1045.25	c  N dy 14024   3457765      1594      4823    206450     98895    598438   6066803     14.14     15.37
1050.72/1050.72	c  N dy 14105   3478148      1594      4823    206450    118513    598438   7823242     14.14     14.90
1056.61/1056.65	c  N dy 14194   3498264      1594      4823    206450    137990    598438   9884140     14.15     14.91
1064.12/1064.11	c  N dy 14315   3518711      1594      4823    206450    157810    598438  12269702     14.17     14.92
1068.82/1068.84	c  N dy 14407   3538759      1594      4823    206450     98040    598438   5935657     14.18     15.03
1073.81/1073.85	c  N dy 14492   3559209      1594      4823    206450    117835    598438   8279893     14.19     14.98
1079.92/1079.94	c  N dy 14577   3579234      1594      4823    206450    137272    598438  10197943     14.19     22.94
1086.22/1086.21	c  N dy 14640   3599256      1594      4823    206450    156649    598438  12142865     14.19     15.13
1091.23/1091.25	c  N dy 14689   3619321      1594      4823    206450     95702    598438   5495171     14.18     15.90
1096.02/1096.06	c  N dy 14771   3639550      1594      4823    206450    115342    598438   7333778     14.18     15.01
1101.91/1101.90	c  N dy 14855   3659792      1594      4823    206450    134944    598438   9399640     14.20     15.04
1108.73/1108.72	c  N dy 14955   3679806      1594      4823    206450    154343    598438  11212544     14.20     23.94
1114.51/1114.55	c  N dy 15020   3700228      1594      4823    206450     92685    598438   5054270     14.20     15.10
1117.31/1117.30	c  S st 15066   3712214      1594      4823    206450    104334    598438   6334261     14.21   no data
1117.41/1117.44	c  S st 15066   3712716      1594      4823    206450    104835    598438   6385188     14.21   no data
1117.41/1117.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1118.41/1118.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 46.5M T:  1.00
1118.41/1118.47	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1118.41/1118.49	c bin-w-bin subsume rem            0 bins  time:  0.02 s
1121.21/1121.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.78 s
1121.21/1121.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1594 time:  0.02 s
1121.31/1121.31	c Removed useless bin:       0  fixed:     0  props:   1.04M  time:  0.02 s
1121.31/1121.35	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
1122.91/1122.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.48 s
1135.12/1135.13	c lits-rem:      1953  cl-subs:     3325  v-elim:      0  v-fix:    0  time: 12.14 s
1135.12/1135.14	c vivif2 --  cl tried     4823 cl shrink        0 lits rem          0 time: 0.00
1135.31/1135.31	c vivif2 --  cl tried   101510 cl shrink        0 lits rem          0 time: 0.17
1135.51/1135.53	c asymm  cl-useful: 0/431/4823 lits-rem:0 time: 0.23
1135.51/1135.54	c calculated reachability. Time: 0.00
1135.51/1135.54	c  N dy 15066   3712716      1594      4823    206450    101510    598438   6293966     14.21   no data
1141.02/1141.01	c  N dy 15145   3733664      1594      4823    206450    121795    598438   8492724     14.21     15.24
1147.32/1147.35	c  F st 15230   3751562      1594      4823    206450    139096    598438  10207612     14.22   no data
1148.42/1148.49	c  N st 15235   3754863      1594      4823    206450    142270    598438  10477115     14.22   no data
1155.91/1155.98	c  N dy 15329   3775074      1594      4823    206450    161870    598438  12489432     14.23     15.11
1161.52/1161.51	c  N dy 15396   3795142      1594      4823    206450     98945    598438   5914866     14.22     18.45
1167.22/1167.29	c  N dy 15512   3816116      1594      4823    206450    119254    598438   8021777     14.24     15.13
1173.52/1173.55	c  N dy 15580   3836309      1594      4823    206450    138672    598438   9842187     14.23     15.00
1181.71/1181.77	c  N dy 15708   3856703      1594      4823    206450    158541    598438  11988823     14.26     15.53
1187.62/1187.68	c  N dy 15756   3877005      1594      4823    206450     94980    598438   5628664     14.25     15.67
1193.31/1193.34	c  N dy 15841   3898001      1594      4823    206450    115256    598438   7730830     14.25     15.15
1199.62/1199.69	c  N dy 15907   3918339      1594      4823    206450    134843    598438   9699944     14.25     15.05
1207.12/1207.15	c  N dy 15981   3939703      1594      4823    206450    155502    598438  12053423     14.25     15.11
1214.33/1214.36	c  N dy 16053   3960813      1594      4823    206450     91827    598438   5043528     14.26     15.29
1219.12/1219.16	c  N dy 16121   3980815      1594      4823    206450    111203    598438   6714656     14.25     15.12
1224.52/1224.55	c  N dy 16192   4001156      1594      4823    206450    130922    598438   8674957     14.26     15.19
1230.93/1230.99	c  N dy 16283   4021444      1594      4823    206451    150545    598438  11008001     14.26     15.02
1237.62/1237.68	c  N dy 16339   4041507      1594      4823    206451    170002    598438  13305722     14.26     36.13
1243.22/1243.21	c  N dy 16463   4061727      1594      4823    206451    104510    598438   6458600     14.28     15.10
1249.02/1249.05	c  N dy 16527   4084194      1594      4823    206452    126298    598438   8409058     14.28     15.04
1255.62/1255.61	c  N dy 16624   4104260      1594      4823    206452    145752    598438  10812666     14.28     30.86
1263.43/1263.44	c  N dy 16712   4124269      1594      4823    206452    165056    598438  12603806     14.29     16.70
1269.33/1269.40	c  N dy 16788   4144396      1594      4823    206452     98335    598438   5529521     14.29     15.05
1274.62/1274.60	c  N dy 16851   4165002      1594      4823    206452    118161    598438   7657923     14.29     15.07
1280.92/1280.99	c  N dy 16940   4185076      1594      4823    206452    137593    598438   9852953     14.30     15.07
1288.62/1288.69	c  N dy 17032   4205323      1594      4823    206452    157266    598438  12265406     14.31     15.23
1291.92/1291.92	c  S st 17071   4212720      1594      4823    206452    164416    598438  13121718     14.31     10.65
1292.12/1292.18	c  S st 17071   4213220      1594      4823    206452    164914    598438  13189207     14.31   no data
1292.22/1292.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1294.32/1294.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 80.8M T:  2.14
1294.32/1294.36	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1294.32/1294.37	c bin-w-bin subsume rem            0 bins  time:  0.02 s
1297.12/1297.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  2.78 s
1297.12/1297.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1594 time:  0.02 s
1297.12/1297.19	c Removed useless bin:       0  fixed:     0  props:   1.04M  time:  0.02 s
1297.22/1297.27	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
1299.02/1299.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.39 s

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3367898-1305396429/watcher-3367898-1305396429 -o /tmp/evaluation-result-3367898-1305396429/solver-3367898-1305396429 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3367898-1305396429.cnf 

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 2.82 3.36 3.64 4/284 18180
/proc/meminfo: memFree=25077928/32951124 swapFree=67057896/67111528
[pid=18180] ppid=18178 vsize=32688 CPUtime=0.01 cores=1,3
/proc/18180/stat : 18180 (strangenight2-s) R 18178 18180 17069 0 -1 4202496 1447 0 0 0 1 0 0 0 20 0 1 0 632058202 33472512 1387 33554432000 4194304 4580011 140733240137312 18446744073709551615 254261277381 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18180/statm: 8172 1387 322 95 0 3154 0

[startup+0.0481751 s]
/proc/loadavg: 2.82 3.36 3.64 4/284 18180
/proc/meminfo: memFree=25077928/32951124 swapFree=67057896/67111528
[pid=18180] ppid=18178 vsize=36908 CPUtime=0.04 cores=1,3
/proc/18180/stat : 18180 (strangenight2-s) R 18178 18180 17069 0 -1 4202496 2521 0 0 0 4 0 0 0 20 0 1 0 632058202 37793792 2461 33554432000 4194304 4580011 140733240137312 18446744073709551615 4292939 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18180/statm: 9227 2461 339 95 0 4209 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 36908

[startup+0.101176 s]
/proc/loadavg: 2.82 3.36 3.64 4/284 18180
/proc/meminfo: memFree=25077928/32951124 swapFree=67057896/67111528
[pid=18180] ppid=18178 vsize=36908 CPUtime=0.09 cores=1,3
/proc/18180/stat : 18180 (strangenight2-s) R 18178 18180 17069 0 -1 4202496 2529 0 0 0 9 0 0 0 20 0 1 0 632058202 37793792 2469 33554432000 4194304 4580011 140733240137312 18446744073709551615 4411965 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18180/statm: 9227 2469 347 95 0 4209 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 36908

[startup+0.301132 s]
/proc/loadavg: 2.82 3.36 3.64 4/284 18180
/proc/meminfo: memFree=25077928/32951124 swapFree=67057896/67111528
[pid=18180] ppid=18178 vsize=42508 CPUtime=0.29 cores=1,3
/proc/18180/stat : 18180 (strangenight2-s) R 18178 18180 17069 0 -1 4202496 4397 0 0 0 29 0 0 0 18 0 1 0 632058202 43528192 4258 33554432000 4194304 4580011 140733240137312 18446744073709551615 4292903 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18180/statm: 10627 4259 363 95 0 5609 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 42508

[startup+0.701058 s]
/proc/loadavg: 2.82 3.36 3.64 4/284 18180
/proc/meminfo: memFree=25077928/32951124 swapFree=67057896/67111528
[pid=18180] ppid=18178 vsize=44816 CPUtime=0.69 cores=1,3
/proc/18180/stat : 18180 (strangenight2-s) R 18178 18180 17069 0 -1 4202496 5311 0 0 0 69 0 0 0 18 0 1 0 632058202 45891584 4513 33554432000 4194304 4580011 140733240137312 18446744073709551615 4294128 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18180/statm: 11204 4513 363 95 0 6186 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 44816

[startup+1.50092 s]
/proc/loadavg: 2.82 3.36 3.64 5/292 18192
/proc/meminfo: memFree=24974572/32951124 swapFree=67057896/67111528
[pid=18180] ppid=18178 vsize=46148 CPUtime=1.49 cores=1,3
/proc/18180/stat : 18180 (strangenight2-s) R 18178 18180 17069 0 -1 4202496 7017 0 0 0 148 1 0 0 19 0 1 0 632058202 47255552 5233 33554432000 4194304 4580011 140733240137312 18446744073709551615 4294656 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18180/statm: 11537 5233 363 95 0 6519 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 46148

[startup+3.10064 s]
/proc/loadavg: 2.92 3.37 3.64 5/292 18192
/proc/meminfo: memFree=24958824/32951124 swapFree=67057896/67111528
[pid=18180] ppid=18178 vsize=48008 CPUtime=3.09 cores=1,3
/proc/18180/stat : 18180 (strangenight2-s) R 18178 18180 17069 0 -1 4202496 10037 0 0 0 308 1 0 0 23 0 1 0 632058202 49160192 5476 33554432000 4194304 4580011 140733240137312 18446744073709551615 4292953 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18180/statm: 12002 5476 366 95 0 6984 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 48008

[startup+6.30107 s]
/proc/loadavg: 2.92 3.37 3.64 5/292 18193
/proc/meminfo: memFree=24933600/32951124 swapFree=67057896/67111528
[pid=18180] ppid=18178 vsize=48140 CPUtime=6.29 cores=1,3
/proc/18180/stat : 18180 (strangenight2-s) R 18178 18180 17069 0 -1 4202496 10060 0 0 0 628 1 0 0 25 0 1 0 632058202 49295360 5499 33554432000 4194304 4580011 140733240137312 18446744073709551615 4413499 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18180/statm: 12035 5499 366 95 0 7017 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 48140

[startup+12.7009 s]
/proc/loadavg: 3.08 3.39 3.64 5/292 18193
/proc/meminfo: memFree=24878876/32951124 swapFree=67057896/67111528
[pid=18180] ppid=18178 vsize=66192 CPUtime=12.69 cores=1,3
/proc/18180/stat : 18180 (strangenight2-s) R 18178 18180 17069 0 -1 4202496 17166 0 0 0 1267 2 0 0 25 0 1 0 632058202 67780608 9493 33554432000 4194304 4580011 140733240137312 18446744073709551615 4413110 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18180/statm: 16548 9493 366 95 0 11530 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 66192

[startup+25.5007 s]
/proc/loadavg: 3.22 3.41 3.65 5/292 18193
/proc/meminfo: memFree=24842568/32951124 swapFree=67057896/67111528
[pid=18180] ppid=18178 vsize=69884 CPUtime=25.49 cores=1,3
/proc/18180/stat : 18180 (strangenight2-s) R 18178 18180 17069 0 -1 4202496 25125 0 0 0 2546 3 0 0 25 0 1 0 632058202 71561216 10715 33554432000 4194304 4580011 140733240137312 18446744073709551615 4489100 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18180/statm: 17471 10715 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: 3.55 3.47 3.66 5/292 18194
/proc/meminfo: memFree=24731924/32951124 swapFree=67057896/67111528
[pid=18180] ppid=18178 vsize=111948 CPUtime=51.09 cores=1,3
/proc/18180/stat : 18180 (strangenight2-s) R 18178 18180 17069 0 -1 4202496 47959 0 0 0 5102 7 0 0 25 0 1 0 632058202 114634752 21678 33554432000 4194304 4580011 140733240137312 18446744073709551615 4416613 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18180/statm: 27987 21678 366 95 0 22969 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 111948

[startup+102.311 s]
/proc/loadavg: 3.82 3.56 3.67 5/292 18195
/proc/meminfo: memFree=24641292/32951124 swapFree=67057896/67111528
[pid=18180] ppid=18178 vsize=123416 CPUtime=102.31 cores=1,3
/proc/18180/stat : 18180 (strangenight2-s) R 18178 18180 17069 0 -1 4202496 85974 0 0 0 10217 14 0 0 25 0 1 0 632058202 126377984 24097 33554432000 4194304 4580011 140733240137312 18446744073709551615 4412997 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18180/statm: 30854 24097 366 95 0 25836 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 123416

[startup+162.3 s]
/proc/loadavg: 3.93 3.63 3.69 5/292 18197
/proc/meminfo: memFree=24567204/32951124 swapFree=67057896/67111528
[pid=18180] ppid=18178 vsize=138736 CPUtime=162.29 cores=1,3
/proc/18180/stat : 18180 (strangenight2-s) R 18178 18180 17069 0 -1 4202496 124355 0 0 0 16210 19 0 0 25 0 1 0 632058202 142065664 26729 33554432000 4194304 4580011 140733240137312 18446744073709551615 4321604 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18180/statm: 34684 26729 366 95 0 29666 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 138736

[startup+222.301 s]
/proc/loadavg: 3.97 3.70 3.71 5/292 18198
/proc/meminfo: memFree=24479008/32951124 swapFree=67057896/67111528
[pid=18180] ppid=18178 vsize=255576 CPUtime=222.3 cores=1,3
/proc/18180/stat : 18180 (strangenight2-s) R 18178 18180 17069 0 -1 4202496 172745 0 0 0 22202 28 0 0 25 0 1 0 632058202 261709824 38755 33554432000 4194304 4580011 140733240137312 18446744073709551615 4415940 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18180/statm: 63894 38755 366 95 0 58876 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 255576

[startup+282.3 s]
/proc/loadavg: 3.99 3.75 3.73 5/292 18200
/proc/meminfo: memFree=24436784/32951124 swapFree=67057896/67111528
[pid=18180] ppid=18178 vsize=261588 CPUtime=282.29 cores=1,3
/proc/18180/stat : 18180 (strangenight2-s) R 18178 18180 17069 0 -1 4202496 208167 0 0 0 28195 34 0 0 25 0 1 0 632058202 267866112 40078 33554432000 4194304 4580011 140733240137312 18446744073709551615 4294514 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18180/statm: 65397 40078 366 95 0 60379 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 261588

[startup+342.301 s]
/proc/loadavg: 3.84 3.76 3.73 4/286 18219
/proc/meminfo: memFree=24473296/32951124 swapFree=67057896/67111528
[pid=18180] ppid=18178 vsize=272232 CPUtime=342.3 cores=1,3
/proc/18180/stat : 18180 (strangenight2-s) R 18178 18180 17069 0 -1 4202496 238454 0 0 0 34189 41 0 0 25 0 1 0 632058202 278765568 41877 33554432000 4194304 4580011 140733240137312 18446744073709551615 4295655 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18180/statm: 68058 41877 366 95 0 63040 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 272232

[startup+402.301 s]
/proc/loadavg: 3.40 3.65 3.69 4/286 18220
/proc/meminfo: memFree=24451840/32951124 swapFree=67057896/67111528
[pid=18180] ppid=18178 vsize=279504 CPUtime=402.3 cores=1,3
/proc/18180/stat : 18180 (strangenight2-s) R 18178 18180 17069 0 -1 4202496 279884 0 0 0 40181 49 0 0 25 0 1 0 632058202 286212096 42749 33554432000 4194304 4580011 140733240137312 18446744073709551615 4294436 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18180/statm: 69876 42749 366 95 0 64858 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 279504

[startup+462.3 s]
/proc/loadavg: 3.13 3.52 3.64 4/286 18222
/proc/meminfo: memFree=24418448/32951124 swapFree=67057896/67111528
[pid=18180] ppid=18178 vsize=282600 CPUtime=462.3 cores=1,3
/proc/18180/stat : 18180 (strangenight2-s) R 18178 18180 17069 0 -1 4202496 315956 0 0 0 46175 55 0 0 25 0 1 0 632058202 289382400 43235 33554432000 4194304 4580011 140733240137312 18446744073709551615 4413250 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18180/statm: 70650 43235 366 95 0 65632 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 282600

[startup+522.301 s]
/proc/loadavg: 3.10 3.44 3.61 4/286 18223
/proc/meminfo: memFree=24310780/32951124 swapFree=67057896/67111528
[pid=18180] ppid=18178 vsize=337664 CPUtime=522.3 cores=1,3
/proc/18180/stat : 18180 (strangenight2-s) R 18178 18180 17069 0 -1 4202496 346643 0 0 0 52170 60 0 0 25 0 1 0 632058202 345767936 55771 33554432000 4194304 4580011 140733240137312 18446744073709551615 4294481 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18180/statm: 84416 55771 366 95 0 79398 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 337664

[startup+582.3 s]
/proc/loadavg: 3.03 3.35 3.56 4/286 18225
/proc/meminfo: memFree=24316940/32951124 swapFree=67057896/67111528
[pid=18180] ppid=18178 vsize=339576 CPUtime=582.31 cores=1,3
/proc/18180/stat : 18180 (strangenight2-s) R 18178 18180 17069 0 -1 4202496 383748 0 0 0 58165 66 0 0 25 0 1 0 632058202 347725824 55401 33554432000 4194304 4580011 140733240137312 18446744073709551615 4294348 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18180/statm: 84894 55401 366 95 0 79876 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 339576

[startup+642.301 s]
/proc/loadavg: 3.08 3.31 3.53 4/286 18227
/proc/meminfo: memFree=24288388/32951124 swapFree=67057896/67111528
[pid=18180] ppid=18178 vsize=354684 CPUtime=642.31 cores=1,3
/proc/18180/stat : 18180 (strangenight2-s) R 18178 18180 17069 0 -1 4202496 406740 0 0 0 64161 70 0 0 25 0 1 0 632058202 363196416 58268 33554432000 4194304 4580011 140733240137312 18446744073709551615 4416901 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18180/statm: 88671 58268 366 95 0 83653 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 354684

[startup+702.301 s]
/proc/loadavg: 3.03 3.25 3.50 4/286 18228
/proc/meminfo: memFree=24290980/32951124 swapFree=67057896/67111528
[pid=18180] ppid=18178 vsize=355116 CPUtime=702.31 cores=1,3
/proc/18180/stat : 18180 (strangenight2-s) R 18178 18180 17069 0 -1 4202496 436374 0 0 0 70156 75 0 0 25 0 1 0 632058202 363638784 56484 33554432000 4194304 4580011 140733240137312 18446744073709551615 4320808 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18180/statm: 88779 56484 366 95 0 83761 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 355116

[startup+762.31 s]
/proc/loadavg: 3.01 3.21 3.46 4/286 18230
/proc/meminfo: memFree=24227708/32951124 swapFree=67057896/67111528
[pid=18180] ppid=18178 vsize=382976 CPUtime=762.32 cores=1,3
/proc/18180/stat : 18180 (strangenight2-s) R 18178 18180 17069 0 -1 4202496 463648 0 0 0 76152 80 0 0 25 0 1 0 632058202 392167424 65042 33554432000 4194304 4580011 140733240137312 18446744073709551615 4294492 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18180/statm: 95744 65042 366 95 0 90726 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 382976

[startup+822.301 s]
/proc/loadavg: 3.00 3.17 3.43 4/286 18231
/proc/meminfo: memFree=24247912/32951124 swapFree=67057896/67111528
[pid=18180] ppid=18178 vsize=304392 CPUtime=822.31 cores=1,3
/proc/18180/stat : 18180 (strangenight2-s) R 18178 18180 17069 0 -1 4202496 488865 0 0 0 82147 84 0 0 25 0 1 0 632058202 311697408 67227 33554432000 4194304 4580011 140733240137312 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18180/statm: 76098 67227 366 95 0 71080 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 304392

[startup+882.301 s]
/proc/loadavg: 3.00 3.13 3.40 4/286 18233
/proc/meminfo: memFree=24165432/32951124 swapFree=67057896/67111528
[pid=18180] ppid=18178 vsize=415440 CPUtime=882.32 cores=1,3
/proc/18180/stat : 18180 (strangenight2-s) R 18178 18180 17069 0 -1 4202496 518898 0 0 0 88141 91 0 0 25 0 1 0 632058202 425410560 73809 33554432000 4194304 4580011 140733240137312 18446744073709551615 4294354 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18180/statm: 103860 73809 366 95 0 98842 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 415440

[startup+942.301 s]
/proc/loadavg: 3.00 3.11 3.38 4/286 18235
/proc/meminfo: memFree=24176552/32951124 swapFree=67057896/67111528
[pid=18180] ppid=18178 vsize=417064 CPUtime=942.31 cores=1,3
/proc/18180/stat : 18180 (strangenight2-s) R 18178 18180 17069 0 -1 4202496 553089 0 0 0 94135 96 0 0 25 0 1 0 632058202 427073536 72455 33554432000 4194304 4580011 140733240137312 18446744073709551615 4294553 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18180/statm: 104266 72455 366 95 0 99248 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 417064

[startup+1002.3 s]
/proc/loadavg: 3.03 3.10 3.35 4/286 18236
/proc/meminfo: memFree=24167588/32951124 swapFree=67057896/67111528
[pid=18180] ppid=18178 vsize=422212 CPUtime=1002.32 cores=1,3
/proc/18180/stat : 18180 (strangenight2-s) R 18178 18180 17069 0 -1 4202496 575293 0 0 0 100132 100 0 0 25 0 1 0 632058202 432345088 69216 33554432000 4194304 4580011 140733240137312 18446744073709551615 4294923 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18180/statm: 105553 69216 366 95 0 100535 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 422212

[startup+1062.3 s]
/proc/loadavg: 3.07 3.09 3.34 4/286 18238
/proc/meminfo: memFree=24177496/32951124 swapFree=67057896/67111528
[pid=18180] ppid=18178 vsize=422900 CPUtime=1062.32 cores=1,3
/proc/18180/stat : 18180 (strangenight2-s) R 18178 18180 17069 0 -1 4202496 604991 0 0 0 106127 105 0 0 25 0 1 0 632058202 433049600 73955 33554432000 4194304 4580011 140733240137312 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18180/statm: 105725 73955 366 95 0 100707 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 422900

[startup+1122.3 s]
/proc/loadavg: 3.06 3.09 3.32 4/286 18242
/proc/meminfo: memFree=24162080/32951124 swapFree=67057896/67111528
[pid=18180] ppid=18178 vsize=306692 CPUtime=1122.31 cores=1,3
/proc/18180/stat : 18180 (strangenight2-s) R 18178 18180 17069 0 -1 4202496 637419 0 0 0 112122 109 0 0 25 0 1 0 632058202 314052608 68414 33554432000 4194304 4580011 140733240137312 18446744073709551615 4413521 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18180/statm: 76673 68414 366 95 0 71655 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 306692

[startup+1182.3 s]
/proc/loadavg: 3.13 3.10 3.31 4/286 18244
/proc/meminfo: memFree=24148924/32951124 swapFree=67057896/67111528
[pid=18180] ppid=18178 vsize=430520 CPUtime=1182.31 cores=1,3
/proc/18180/stat : 18180 (strangenight2-s) R 18178 18180 17069 0 -1 4202496 656987 0 0 0 118119 112 0 0 25 0 1 0 632058202 440852480 74724 33554432000 4194304 4580011 140733240137312 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18180/statm: 107630 74724 366 95 0 102612 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 430520

[startup+1242.3 s]
/proc/loadavg: 3.04 3.08 3.28 4/286 18246
/proc/meminfo: memFree=24131772/32951124 swapFree=67057896/67111528
[pid=18180] ppid=18178 vsize=310048 CPUtime=1242.32 cores=1,3
/proc/18180/stat : 18180 (strangenight2-s) R 18178 18180 17069 0 -1 4202496 691344 0 0 0 124114 118 0 0 25 0 1 0 632058202 317489152 68748 33554432000 4194304 4580011 140733240137312 18446744073709551615 4293179 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18180/statm: 77512 68748 366 95 0 72494 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 310048



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.02 3.06 3.26 4/286 18247
/proc/meminfo: memFree=24046316/32951124 swapFree=67057896/67111528
[pid=18180] ppid=18178 vsize=507144 CPUtime=1300.02 cores=1,3
/proc/18180/stat : 18180 (strangenight2-s) R 18178 18180 17069 0 -1 4202496 728627 0 0 0 129878 124 0 0 25 0 1 0 632058202 519315456 92271 33554432000 4194304 4580011 140733240137312 18446744073709551615 4406377 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/18180/statm: 126786 92271 366 95 0 121768 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 507144

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.03
CPU time (s): 1300.06
CPU user time (s): 1298.79
CPU system time (s): 1.26481
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 507144

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.79
system time used= 1.26481
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 728627
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8
involuntary context switches= 14133

runsolver used 3.53546 second user time and 8.01378 second system time

The end

Launcher Data

Begin job on node140 at 2011-05-14 20:07:09
IDJOB=3367898
IDBENCH=88222
IDSOLVER=1845
FILE ID=node140/3367898-1305396429
RUNJOBID= node140-1305396428-18151
PBS_JOBID= 13324405
Free space on /tmp= 73468 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-3367898-1305396429/watcher-3367898-1305396429 -o /tmp/evaluation-result-3367898-1305396429/solver-3367898-1305396429 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3367898-1305396429.cnf

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

MD5SUM BENCH= ed0227339111fb337104188c725538d0
RANDOM SEED=1749881320

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25078456 kB
Buffers:        294668 kB
Cached:        3728992 kB
SwapCached:       8056 kB
Active:        4877036 kB
Inactive:      2684548 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25078456 kB
SwapTotal:    67111528 kB
SwapFree:     67057896 kB
Dirty:           27328 kB
Writeback:           0 kB
AnonPages:     3535184 kB
Mapped:          23332 kB
Slab:           225256 kB
PageTables:      23148 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 45600864 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= 73452 MiB
End job on node140 at 2011-05-14 20:28:51