Trace number 3400928

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.93

General information on the benchmark

Nameindustrial/jarvisalo/
eq.atree.braun.12.unsat.cnf
MD5SUM8d6acb9f6b752ad76c024133f5175c69
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2847.01
Satisfiable
(Un)Satisfiability was proved
Number of variables1694
Number of clauses5726
Sum of the clauses size14874
Maximum clause length23
Minimum clause length1
Number of clauses of size 13
Number of clauses of size 22490
Number of clauses of size 33143
Number of clauses of size 439
Number of clauses of size 538
Number of clauses of size over 513

Solver Data

0.00/0.04	c Outputting solution to console
0.00/0.04	c This is CryptoMiniSat 3.0.0
0.00/0.04	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.04	c Reading file 'HOME/instance-3400928-1306280111.cnf'
0.00/0.04	c -- header says num vars:           1694
0.00/0.04	c -- header says num clauses:        5726
0.00/0.04	c -- clauses added:            0 learnts,         5726 normals,            0 xors
0.00/0.04	c -- vars added       1694
0.00/0.04	c Parsing time:  0.00 s
0.00/0.04	c  N st     0         0      1694      3233      2490         0     14871         0   no data   no data
0.00/0.04	c asymm  cl-useful: 0/3233/3233 lits-rem:0 time: 0.00
0.00/0.05	c Flit:    12 Blit:      0 bXBeca:    0 bXProp:    6 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
0.00/0.05	c Replacing        6 vars Replaced       79 lits Time:     0.00 s 
0.00/0.05	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1667 time:  0.00 s
0.00/0.05	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
0.00/0.06	c lits-rem:         0  cl-subs:      174  v-elim:    518  v-fix:    0  time:  0.01 s
0.00/0.06	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.06	c Finding non-binary XORs:     0.00 s (found:     457, avg size: 3.0)
0.00/0.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:     13 locsubst:     0 time:   0.00
0.00/0.06	c calculated reachability. Time: 0.00
0.00/0.06	c Calc default polars -  time:   0.00 s pos:     166 undec:     589 neg:     939
0.00/0.06	c =========================================================================================
0.00/0.06	c types(t): F = full restart, N = normal restart
0.00/0.06	c types(t): S = simplification begin/end, E = solution found
0.00/0.06	c restart types(rt): st = static, dy = dynamic
0.00/0.06	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.06	c  B st     0         0      1136      1838      1021         0      9651         0   no data   no data
0.05/0.18	c Decided on static restart strategy
0.25/0.35	c  N st     8      4915      1136      1838      1121      4755      9651    168287   no data   no data
0.75/0.88	c  N st    10     11297      1136      1838      1147      4637      9651     96525   no data   no data
1.35/1.43	c  N st    11     17043      1133      1838      1164     10321      9651    362483   no data   no data
2.25/2.35	c  F st    12     25001      1133      1838      1181     12944      9651    454773   no data   no data
2.25/2.36	c Replacing        1 vars Replaced       31 lits Time:     0.00 s 
2.25/2.36	c  N st    12     25001      1132      1829      1175     12941      9601    454679   no data   no data
2.25/2.36	c Finding binary XORs  T:     0.00 s  found:       0
2.75/2.87	c Decided on static restart strategy
2.75/2.87	c  N st    18     30002      1131      1829      1207     11362      9601    317037   no data   no data
2.75/2.87	c  S st    18     30002      1131      1829      1207     11362      9601    317037   no data   no data
2.85/2.92	c  S st    18     30507      1131      1829      1219     11853      9601    328033   no data   no data
2.85/2.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2.85/2.94	c Flit:     1 Blit:      0 bXBeca:    0 bXProp:    0 Bins:   1715 BRemL:    973 BRemN:      0 P:  0.6M T:  0.02
2.85/2.94	c blocked clauses removed:        0 vars:      0 tried:         284 T: 0.00 s
2.85/2.94	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.85/2.94	c subs with bin:       12  lits-rem:        47  v-fix:    0  time:  0.00 s
2.85/2.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1130 time:  0.00 s
2.85/2.94	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
2.85/2.94	c lits-rem:         0  cl-subs:        7  v-elim:      7  v-fix:    0  time:  0.00 s
2.95/3.01	c subs with bin:       29  lits-rem:      8539  v-fix:    0  time:  0.05 s
3.04/3.12	c lits-rem:      1131  cl-subs:      312  v-elim:      0  v-fix:    0  time:  0.11 s
3.04/3.13	c asymm  cl-useful: 7/1820/1820 lits-rem:8 time: 0.01
3.04/3.13	c calculated reachability. Time: 0.00
3.04/3.13	c  N st    18     30507      1123      1820      1894     11305      9508    308112   no data   no data
3.34/3.43	c Finding binary XORs  T:     0.00 s  found:       0
3.85/3.95	c  N st    20     37617      1123      1820      1895     10885      9508    225633   no data   no data
4.55/4.63	c  N st    21     44017      1123      1820      1895     17220      9508    504792   no data   no data
4.65/4.70	c  S st    22     45761      1123      1820      1896     10332      9508    149209   no data   no data
4.65/4.75	c  S st    22     46262      1123      1820      1896     10830      9508    162569   no data   no data
4.65/4.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.65/4.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      8 BRemL:      6 BRemN:      6 P:  0.6M T:  0.01
4.65/4.77	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4.65/4.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.65/4.77	c subs with bin:        1  lits-rem:         5  v-fix:    0  time:  0.00 s
4.65/4.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1123 time:  0.00 s
4.65/4.77	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
4.65/4.77	c lits-rem:         0  cl-subs:        0  v-elim:      9  v-fix:    0  time:  0.00 s
4.65/4.78	c subs with bin:       34  lits-rem:        38  v-fix:    0  time:  0.01 s
4.65/4.79	c lits-rem:       235  cl-subs:      205  v-elim:      0  v-fix:    0  time:  0.01 s
4.65/4.79	c vivif2 --  cl tried     1839 cl shrink        4 lits rem          4 time: 0.00
4.75/4.80	c vivif2 --  cl tried     9673 cl shrink     1108 lits rem       1838 time: 0.00
4.75/4.81	c asymm  cl-useful: 11/1839/1839 lits-rem:11 time: 0.01
4.75/4.81	c calculated reachability. Time: 0.00
4.75/4.81	c  N st    22     46262      1114      1839      1753      9673      9534    136174   no data   no data
6.65/6.78	c  N st    23     60659      1114      1839      1755     14737      9534    284294   no data   no data
7.85/7.91	c  N st    24     69393      1114      1839      1755     12967      9534    188352   no data   no data
7.85/7.91	c  S st    24     69393      1114      1839      1755     12967      9534    188352   no data   no data
7.85/7.96	c  S st    24     69897      1114      1839      1755     13467      9534    198249   no data   no data
7.85/7.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.85/7.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     26 BRemL:     10 BRemN:      0 P:  0.6M T:  0.02
7.85/7.98	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
7.85/7.98	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.85/7.98	c subs with bin:        2  lits-rem:         0  v-fix:    0  time:  0.00 s
7.85/7.98	c Subs w/ non-existent bins:      4 l-rem:      0 v-fix:     0 done:   1114 time:  0.00 s
7.85/7.98	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
7.85/7.99	c lits-rem:         1  cl-subs:        3  v-elim:      2  v-fix:    0  time:  0.00 s
7.95/8.00	c subs with bin:        7  lits-rem:         9  v-fix:    0  time:  0.01 s
7.95/8.02	c lits-rem:       277  cl-subs:      111  v-elim:      0  v-fix:    0  time:  0.02 s
7.95/8.02	c vivif2 --  cl tried     1836 cl shrink        0 lits rem          0 time: 0.00
7.95/8.03	c vivif2 --  cl tried    13317 cl shrink      812 lits rem       1830 time: 0.01
7.95/8.04	c asymm  cl-useful: 17/1836/1836 lits-rem:38 time: 0.01
7.95/8.04	c calculated reachability. Time: 0.00
7.95/8.04	c  N st    24     69897      1112      1826      1759     13317      9490    194028   no data   no data
10.44/10.53	c  F st    25     87500      1112      1826      1759     19112      9490    358265   no data   no data
10.44/10.53	c  N st    25     87500      1112      1826      1759     19112      9490    358265   no data   no data
10.44/10.53	c Finding binary XORs  T:     0.00 s  found:       0
11.14/11.29	c Decided on static restart strategy
11.64/11.79	c  N st    32     95538      1112      1826      1760     27082      9490    615845   no data   no data
13.16/13.24	c  N st    34    104845      1112      1826      1760     23658      9490    450727   no data   no data
13.16/13.24	c  S st    34    104845      1112      1826      1760     23658      9490    450727   no data   no data
13.24/13.33	c  S st    34    105353      1112      1826      1761     24159      9490    459900   no data   no data
13.24/13.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
13.24/13.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      2 BRemL:      2 BRemN:      1 P:  1.0M T:  0.02
13.24/13.35	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
13.24/13.35	c bin-w-bin subsume rem            1 bins  time:  0.00 s
13.24/13.35	c subs with bin:        4  lits-rem:         1  v-fix:    0  time:  0.00 s
13.24/13.35	c Subs w/ non-existent bins:      3 l-rem:      0 v-fix:     0 done:   1112 time:  0.00 s
13.24/13.35	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
13.24/13.36	c lits-rem:         0  cl-subs:        3  v-elim:      1  v-fix:    0  time:  0.00 s
13.34/13.40	c subs with bin:        3  lits-rem:        10  v-fix:    0  time:  0.03 s
13.44/13.54	c lits-rem:       878  cl-subs:      984  v-elim:      0  v-fix:    0  time:  0.14 s
13.44/13.54	c vivif2 --  cl tried     1817 cl shrink        0 lits rem          0 time: 0.00
13.44/13.57	c vivif2 --  cl tried    23151 cl shrink     4811 lits rem      16076 time: 0.02
13.44/13.58	c asymm  cl-useful: 5/1817/1817 lits-rem:7 time: 0.02
13.44/13.59	c calculated reachability. Time: 0.00
13.44/13.59	c  N st    34    105353      1111      1816      1758     23151      9448    427416   no data   no data
14.74/14.84	c  N st    35    114952      1111      1816      1759     18919      9448    285627   no data   no data
16.75/16.88	c  N st    36    129349      1111      1816      1759     18461      9448    241519   no data   no data
20.15/20.20	c  N st    37    150944      1111      1816      1759     23910      9448    381842   no data   no data
21.05/21.10	c  S st    38    158030      1111      1816      1759     30892      9448    588210   no data   no data
21.05/21.18	c  S st    38    158533      1111      1816      1759     31392      9448    599537   no data   no data
21.05/21.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
21.15/21.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      5 BRemL:      1 BRemN:      0 P:  1.1M T:  0.02
21.15/21.21	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
21.15/21.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
21.15/21.21	c subs with bin:        1  lits-rem:         0  v-fix:    0  time:  0.00 s
21.15/21.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1111 time:  0.00 s
21.15/21.21	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
21.15/21.22	c lits-rem:         0  cl-subs:        3  v-elim:      0  v-fix:    0  time:  0.01 s
21.15/21.27	c subs with bin:        4  lits-rem:        36  v-fix:    0  time:  0.03 s
21.45/21.51	c lits-rem:       840  cl-subs:     1813  v-elim:      0  v-fix:    0  time:  0.24 s
21.45/21.51	c vivif2 --  cl tried     1812 cl shrink        0 lits rem          0 time: 0.00
21.45/21.54	c vivif2 --  cl tried    29575 cl shrink     5356 lits rem      12349 time: 0.03
21.45/21.56	c asymm  cl-useful: 6/1812/1812 lits-rem:8 time: 0.02
21.45/21.56	c calculated reachability. Time: 0.00
21.45/21.56	c  N st    38    158533      1111      1811      1764     29575      9426    556902   no data   no data
30.25/30.34	c  N st    39    207123      1111      1811      1764     24559      9426    339042   no data   no data
34.64/34.76	c  N st    40    237801      1111      1811      1764     34866      9426    611714   no data   no data
34.64/34.76	c  S st    40    237801      1111      1811      1764     34866      9426    611714   no data   no data
34.74/34.86	c  S st    40    238303      1111      1811      1764     35363      9426    620894   no data   no data
34.74/34.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
34.74/34.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     16 BRemL:      8 BRemN:      0 P:  1.2M T:  0.03
34.74/34.89	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
34.74/34.89	c bin-w-bin subsume rem            0 bins  time:  0.00 s
34.74/34.89	c subs with bin:        1  lits-rem:         2  v-fix:    0  time:  0.00 s
34.74/34.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1111 time:  0.00 s
34.74/34.89	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
34.84/34.90	c lits-rem:         1  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
34.84/34.94	c subs with bin:        0  lits-rem:         3  v-fix:    0  time:  0.03 s
35.44/35.51	c lits-rem:      1044  cl-subs:     4192  v-elim:      0  v-fix:    0  time:  0.57 s
35.44/35.51	c vivif2 --  cl tried     1810 cl shrink        0 lits rem          0 time: 0.00
35.44/35.54	c vivif2 --  cl tried    31171 cl shrink     4212 lits rem      10406 time: 0.03
35.44/35.56	c asymm  cl-useful: 2/1810/1810 lits-rem:2 time: 0.02
35.44/35.57	c calculated reachability. Time: 0.00
35.44/35.57	c  N st    40    238303      1111      1810      1772     31171      9420    527867   no data   no data
47.84/47.96	c  F st    41    306250      1111      1810      1772     33247      9420    501399   no data   no data
47.84/47.96	c  N st    41    306250      1111      1810      1772     33247      9420    501399   no data   no data
47.84/47.96	c Finding binary XORs  T:     0.00 s  found:       0
48.74/48.89	c Decided on static restart strategy
53.05/53.16	c  N st    51    334554      1111      1810      1773     37622      9420    565712   no data   no data
57.06/57.19	c  N st    53    357454      1111      1810      1773     35734      9420    593770   no data   no data
57.06/57.19	c  S st    53    357454      1111      1810      1773     35734      9420    593770   no data   no data
57.25/57.31	c  S st    53    357959      1111      1810      1773     36232      9420    604647   no data   no data
57.25/57.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
57.25/57.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     19 BRemL:      1 BRemN:      0 P:  1.3M T:  0.03
57.25/57.34	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
57.25/57.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
57.25/57.34	c subs with bin:        2  lits-rem:         0  v-fix:    0  time:  0.00 s
57.25/57.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1111 time:  0.00 s
57.25/57.35	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
57.25/57.35	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
57.35/57.40	c subs with bin:       25  lits-rem:        55  v-fix:    0  time:  0.03 s
57.45/57.59	c lits-rem:       578  cl-subs:     1045  v-elim:      0  v-fix:    0  time:  0.19 s
57.45/57.59	c vivif2 --  cl tried     1808 cl shrink        0 lits rem          0 time: 0.00
57.55/57.62	c vivif2 --  cl tried    35162 cl shrink     3281 lits rem       6518 time: 0.03
57.55/57.65	c asymm  cl-useful: 1/1808/1808 lits-rem:1 time: 0.03
57.55/57.65	c calculated reachability. Time: 0.00
57.55/57.65	c  N st    53    357959      1111      1808      1791     35162      9417    580169   no data   no data
63.05/63.19	c  N st    54    390351      1111      1808      1792     41734      9417    594061   no data   no data
63.05/63.19	c Finding binary XORs  T:     0.00 s  found:       0
73.56/73.69	c  N st    55    438942      1111      1808      1792     35266      9417    448624   no data   no data
88.65/88.74	c  N st    56    511824      1111      1808      1793     49312      9417    920775   no data   no data
93.75/93.80	c  N st    57    536938      1111      1808      1793     43451      9417    686055   no data   no data
93.75/93.80	c  S st    57    536938      1111      1808      1793     43451      9417    686055   no data   no data
93.85/93.95	c  S st    57    537439      1111      1808      1793     43952      9417    700111   no data   no data
93.85/93.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
93.85/93.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      1 BRemL:      0 BRemN:      0 P:  1.7M T:  0.03
93.85/93.98	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
93.85/93.98	c bin-w-bin subsume rem            0 bins  time:  0.00 s
93.85/93.98	c subs with bin:        1  lits-rem:         0  v-fix:    0  time:  0.00 s
93.85/93.98	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1111 time:  0.00 s
93.85/93.98	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
93.85/93.99	c lits-rem:         1  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
93.95/94.04	c subs with bin:        4  lits-rem:        25  v-fix:    0  time:  0.03 s
94.35/94.44	c lits-rem:       783  cl-subs:     1641  v-elim:      0  v-fix:    0  time:  0.40 s
94.35/94.44	c vivif2 --  cl tried     1807 cl shrink        0 lits rem          0 time: 0.00
94.35/94.47	c vivif2 --  cl tried    42307 cl shrink     3828 lits rem       7978 time: 0.03
94.35/94.51	c asymm  cl-useful: 2/1807/1807 lits-rem:2 time: 0.04
94.35/94.51	c calculated reachability. Time: 0.00
94.35/94.51	c  N st    57    537439      1111      1807      1794     42307      9413    653907   no data   no data
129.25/129.38	c  N st    58    701423      1111      1807      1797     70869      9413   1164544   no data   no data
154.45/154.50	c  N st    59    806159      1111      1807      1798     64765      9413   1060987   no data   no data
154.45/154.50	c  S st    59    806159      1111      1807      1798     64765      9413   1060987   no data   no data
154.55/154.69	c  S st    59    806663      1111      1807      1798     65266      9413   1074895   no data   no data
154.55/154.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
154.65/154.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     27 BRemL:      9 BRemN:      0 P:  2.5M T:  0.05
154.65/154.74	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
154.65/154.74	c bin-w-bin subsume rem            0 bins  time:  0.00 s
154.65/154.74	c subs with bin:        2  lits-rem:         0  v-fix:    0  time:  0.00 s
154.65/154.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1111 time:  0.00 s
154.65/154.74	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
154.65/154.76	c lits-rem:         1  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
154.75/154.83	c subs with bin:        9  lits-rem:        17  v-fix:    0  time:  0.04 s
156.55/156.62	c lits-rem:      1163  cl-subs:     9689  v-elim:      0  v-fix:    0  time:  1.79 s
156.55/156.62	c vivif2 --  cl tried     1805 cl shrink        0 lits rem          0 time: 0.00
156.55/156.67	c vivif2 --  cl tried    55568 cl shrink     8228 lits rem      21172 time: 0.05
156.65/156.72	c asymm  cl-useful: 2/1805/1805 lits-rem:2 time: 0.05
156.65/156.73	c calculated reachability. Time: 0.00
156.65/156.73	c  N st    59    806663      1111      1805      1816     55568      9408    901285   no data   no data
156.65/156.73	c Finding binary XORs  T:     0.00 s  found:       0
227.36/227.49	c  F st    60   1071876      1111      1805      1819     71492      9408   1110538   no data   no data
227.36/227.49	c  N st    60   1071876      1111      1805      1819     71492      9408   1110538   no data   no data
228.56/228.63	c Decided on static restart strategy
234.85/234.90	c  N st    70   1100185      1111      1805      1820     55458      9408    711600   no data   no data
244.06/244.12	c  N st    72   1136180      1111      1805      1824     90640      9408   1496645   no data   no data
252.25/252.39	c  N st    73   1168573      1111      1805      1825     77938      9408   1547801   no data   no data
263.25/263.37	c  N st    74   1209995      1111      1805      1826     72796      9408   1165769   no data   no data
263.25/263.37	c  S st    74   1209995      1111      1805      1826     72796      9408   1165769   no data   no data
263.45/263.57	c  S st    74   1210497      1111      1805      1827     73293      9408   1177556   no data   no data
263.45/263.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
263.55/263.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     56 BRemL:     35 BRemN:      0 P:  2.6M T:  0.05
263.55/263.63	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
263.55/263.63	c bin-w-bin subsume rem            0 bins  time:  0.00 s
263.55/263.63	c subs with bin:        1  lits-rem:         0  v-fix:    0  time:  0.00 s
263.55/263.63	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1111 time:  0.00 s
263.55/263.63	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
263.55/263.65	c lits-rem:         1  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.01 s
263.66/263.79	c subs with bin:      703  lits-rem:       859  v-fix:    0  time:  0.11 s
264.86/264.98	c lits-rem:      1706  cl-subs:     5331  v-elim:      0  v-fix:    0  time:  1.18 s
264.86/264.98	c vivif2 --  cl tried     1803 cl shrink        0 lits rem          0 time: 0.00
264.97/265.05	c vivif2 --  cl tried    67259 cl shrink     9379 lits rem      21915 time: 0.07
264.97/265.11	c asymm  cl-useful: 0/1803/1803 lits-rem:0 time: 0.06
265.08/265.12	c calculated reachability. Time: 0.00
265.08/265.12	c  N st    74   1210497      1111      1803      1850     67259      9401   1063998   no data   no data
265.08/265.12	c Finding binary XORs  T:     0.00 s  found:       0
286.06/286.12	c  N st    75   1283381      1111      1803      1850     90949      9401   1697226   no data   no data
316.06/316.17	c  N st    76   1392706      1111      1803      1850    101309      9401   2074812   no data   no data
362.16/362.20	c  N st    77   1556690      1111      1803      1851     56737      9401    635686   no data   no data
405.27/405.32	c  N st    78   1710497      1110      1803      1866     97557      9401   1697196   no data   no data
405.27/405.32	c  S st    78   1710497      1110      1803      1866     97557      9401   1697196   no data   no data
405.46/405.57	c  S st    78   1710997      1110      1803      1866     98055      9401   1708750   no data   no data
405.46/405.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
405.56/405.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:    124 BRemL:     60 BRemN:      0 P:  3.7M T:  0.08
405.56/405.65	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
405.56/405.65	c bin-w-bin subsume rem            3 bins  time:  0.00 s
405.56/405.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
405.56/405.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1110 time:  0.00 s
405.56/405.65	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
405.56/405.67	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
405.78/405.82	c subs with bin:      199  lits-rem:       761  v-fix:    0  time:  0.09 s
410.06/410.10	c lits-rem:      5867  cl-subs:    12067  v-elim:      0  v-fix:    0  time:  4.28 s
410.06/410.11	c vivif2 --  cl tried     1802 cl shrink        0 lits rem          0 time: 0.00
410.06/410.19	c vivif2 --  cl tried    83293 cl shrink     9062 lits rem      15524 time: 0.08
410.18/410.27	c asymm  cl-useful: 0/1802/1802 lits-rem:0 time: 0.08
410.18/410.27	c calculated reachability. Time: 0.00
410.18/410.27	c  N st    78   1710997      1110      1802      1903     83293      9390   1479921   no data   no data
410.18/410.27	c Finding binary XORs  T:     0.00 s  found:       0
514.07/514.19	c  N st    79   2079961      1110      1802      1903     97369      9390   1594975   no data   no data
548.27/548.31	c  N st    80   2210997      1110      1802      1903    103006      9390   1624572   no data   no data
548.27/548.31	c  S st    80   2210997      1110      1802      1903    103006      9390   1624572   no data   no data
548.47/548.59	c  S st    80   2211499      1110      1802      1903    103508      9390   1638044   no data   no data
548.57/548.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
548.57/548.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      9 BRemL:     13 BRemN:      0 P:  4.3M T:  0.09
548.57/548.69	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
548.57/548.69	c bin-w-bin subsume rem            7 bins  time:  0.00 s
548.57/548.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
548.57/548.69	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1110 time:  0.00 s
548.57/548.69	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
548.67/548.71	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
548.78/548.82	c subs with bin:        2  lits-rem:        16  v-fix:    0  time:  0.06 s
552.97/553.07	c lits-rem:      1724  cl-subs:     9769  v-elim:      0  v-fix:    0  time:  4.24 s
552.97/553.07	c vivif2 --  cl tried     1802 cl shrink        0 lits rem          0 time: 0.00
553.07/553.15	c vivif2 --  cl tried    93737 cl shrink     6242 lits rem       8474 time: 0.08
553.18/553.25	c asymm  cl-useful: 0/1802/1802 lits-rem:0 time: 0.10
553.18/553.26	c calculated reachability. Time: 0.00
553.18/553.26	c  N st    80   2211499      1110      1802      1892     93737      9390   1485612   no data   no data
710.67/710.72	c  N st    81   2711501      1110      1802      1892    115796      9390   1930763   no data   no data
710.67/710.72	c  S st    81   2711501      1110      1802      1892    115796      9390   1930763   no data   no data
710.97/711.07	c  S st    81   2712005      1110      1802      1892    116298      9390   1943065   no data   no data
710.97/711.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
711.07/711.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  5.4M T:  0.11
711.07/711.19	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
711.07/711.19	c bin-w-bin subsume rem            0 bins  time:  0.00 s
711.07/711.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
711.07/711.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1110 time:  0.00 s
711.07/711.19	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
711.17/711.22	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
711.28/711.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.07 s
719.78/719.89	c lits-rem:      3063  cl-subs:    16663  v-elim:      0  v-fix:    0  time:  8.55 s
719.78/719.89	c vivif2 --  cl tried     1802 cl shrink        0 lits rem          0 time: 0.00
719.88/719.98	c vivif2 --  cl tried    99635 cl shrink     6977 lits rem      10078 time: 0.09
719.98/720.09	c asymm  cl-useful: 0/1802/1802 lits-rem:0 time: 0.11
719.98/720.10	c calculated reachability. Time: 0.00
719.98/720.10	c  N st    81   2712005      1110      1802      1892     99635      9390   1647350   no data   no data
869.79/869.80	c  N st    82   3212005      1110      1802      1893    152173      9390   2889522   no data   no data
869.79/869.80	c  S st    82   3212005      1110      1802      1893    152173      9390   2889522   no data   no data
870.29/870.34	c  S st    82   3212506      1110      1802      1893    152672      9390   2900904   no data   no data
870.29/870.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
870.39/870.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      6 BRemL:      0 BRemN:      0 P:  5.7M T:  0.14
870.39/870.49	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
870.39/870.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
870.39/870.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
870.39/870.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1110 time:  0.00 s
870.39/870.49	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
870.49/870.53	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
870.88/870.91	c subs with bin:      608  lits-rem:       162  v-fix:    0  time:  0.30 s
892.18/892.29	c lits-rem:      2895  cl-subs:    20664  v-elim:      0  v-fix:    0  time: 21.38 s
892.18/892.29	c vivif2 --  cl tried     1802 cl shrink        0 lits rem          0 time: 0.00
892.38/892.44	c vivif2 --  cl tried   131400 cl shrink    10800 lits rem      14854 time: 0.15
892.48/892.58	c asymm  cl-useful: 0/1802/1802 lits-rem:0 time: 0.14
892.48/892.59	c calculated reachability. Time: 0.00
892.48/892.59	c  N st    82   3212506      1110      1802      1899    131400      9390   2429302   no data   no data
1055.79/1055.82	c  N st    83   3712508      1110      1802      1901    147508      9390   2554419   no data   no data
1055.79/1055.82	c  S st    83   3712508      1110      1802      1901    147508      9390   2554419   no data   no data
1055.79/1055.82	c Finding binary XORs  T:     0.00 s  found:       0
1056.19/1056.23	c  S st    83   3713010      1110      1802      1901    148006      9390   2565220   no data   no data
1056.19/1056.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1056.29/1056.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     59 BRemL:     22 BRemN:      0 P:  5.4M T:  0.13
1056.29/1056.37	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1056.29/1056.37	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1056.29/1056.37	c subs with bin:        1  lits-rem:         0  v-fix:    0  time:  0.00 s
1056.29/1056.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1110 time:  0.00 s
1056.29/1056.37	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
1056.39/1056.40	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1056.59/1056.64	c subs with bin:      368  lits-rem:       213  v-fix:    0  time:  0.17 s
1073.29/1073.40	c lits-rem:      2682  cl-subs:    22730  v-elim:      0  v-fix:    0  time: 16.75 s
1073.29/1073.40	c vivif2 --  cl tried     1801 cl shrink        0 lits rem          0 time: 0.00
1073.50/1073.52	c vivif2 --  cl tried   124908 cl shrink     8291 lits rem      11370 time: 0.12
1073.61/1073.65	c asymm  cl-useful: 0/1801/1801 lits-rem:0 time: 0.14
1073.61/1073.66	c calculated reachability. Time: 0.00
1073.61/1073.66	c  N st    83   3713010      1110      1801      1938    124908      9389   2158750   no data   no data
1090.79/1090.89	c  F st    84   3751562      1110      1801      1938    161967      9389   3127146   no data   no data
1090.79/1090.89	c  N st    84   3751562      1110      1801      1938    161967      9389   3127146   no data   no data
1090.79/1090.89	c Finding binary XORs  T:     0.00 s  found:       0
1093.31/1093.36	c Decided on static restart strategy
1099.80/1099.91	c  N st    94   3779866      1110      1801      1940    109348      9389   1740888   no data   no data
1112.80/1112.88	c  N st    96   3815859      1110      1801      1940    144090      9389   2657340   no data   no data
1125.10/1125.10	c  N st    97   3848252      1110      1801      1940     93789      9389   1224146   no data   no data
1142.49/1142.59	c  N st    98   3896841      1110      1801      1941    141409      9389   2892044   no data   no data
1170.20/1170.22	c  N st    99   3969725      1110      1801      1941    129827      9389   1993638   no data   no data
1205.40/1205.47	c  N st   100   4079049      1110      1801      1942    150768      9389   2764215   no data   no data
1249.20/1249.26	c  N st   101   4213013      1110      1801      1942    108053      9389   1502941   no data   no data
1249.20/1249.26	c  S st   101   4213013      1110      1801      1942    108053      9389   1502941   no data   no data
1249.51/1249.56	c  S st   101   4213519      1110      1801      1943    108552      9389   1514618   no data   no data
1249.51/1249.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1249.62/1249.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     25 BRemL:     27 BRemN:      0 P:  3.9M T:  0.08
1249.62/1249.65	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1249.62/1249.65	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1249.62/1249.65	c subs with bin:        3  lits-rem:         0  v-fix:    0  time:  0.00 s
1249.62/1249.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1110 time:  0.00 s
1249.62/1249.65	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
1249.62/1249.67	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1249.70/1249.77	c subs with bin:        7  lits-rem:       474  v-fix:    0  time:  0.05 s
1251.50/1251.51	c lits-rem:       842  cl-subs:     4764  v-elim:      0  v-fix:    0  time:  1.74 s
1251.50/1251.51	c vivif2 --  cl tried     1798 cl shrink        0 lits rem          0 time: 0.00
1251.50/1251.57	c vivif2 --  cl tried   103781 cl shrink     4078 lits rem       7851 time: 0.07
1251.60/1251.68	c asymm  cl-useful: 1/1798/1798 lits-rem:1 time: 0.11
1251.60/1251.69	c calculated reachability. Time: 0.00
1251.60/1251.69	c  N st   101   4213519      1110      1798      1941    103781      9385   1410354   no data   no data
1350.71/1350.79	c  N st   102   4459495      1110      1798      1941    166399      9385   3115806   no data   no data
1350.71/1350.79	c Finding binary XORs  T:     0.00 s  found:       0
1450.82/1450.88	c  N st   103   4713519      1110      1798      1942    142504      9385   2516388   no data   no data
1450.82/1450.88	c  S st   103   4713519      1110      1798      1942    142504      9385   2516388   no data   no data
1451.21/1451.28	c  S st   103   4714025      1110      1798      1942    143005      9385   2529747   no data   no data
1451.21/1451.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1451.41/1451.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     47 BRemL:     26 BRemN:      0 P:  5.3M T:  0.12
1451.41/1451.42	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1451.41/1451.42	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1451.41/1451.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1451.41/1451.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1110 time:  0.00 s
1451.41/1451.42	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
1451.41/1451.45	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.03 s
1451.71/1451.78	c subs with bin:      384  lits-rem:        44  v-fix:    0  time:  0.26 s
1457.72/1457.76	c lits-rem:      2687  cl-subs:    14152  v-elim:      0  v-fix:    0  time:  5.98 s
1457.72/1457.76	c vivif2 --  cl tried     1797 cl shrink        0 lits rem          0 time: 0.00
1457.92/1457.93	c vivif2 --  cl tried   128469 cl shrink    19236 lits rem      54129 time: 0.17
1458.02/1458.06	c asymm  cl-useful: 0/1797/1797 lits-rem:0 time: 0.13
1458.02/1458.07	c calculated reachability. Time: 0.00
1458.02/1458.07	c  N st   103   4714025      1110      1797      1964    128469      9363   2272560   no data   no data
1458.02/1458.07	c Finding binary XORs  T:     0.00 s  found:       0
1501.62/1501.67	c Finding binary XORs  T:     0.00 s  found:       0
1639.04/1639.08	c  N st   104   5214025      1109      1796      1923    141693      9352   2358712   no data   no data
1639.04/1639.08	c  S st   104   5214025      1109      1796      1923    141693      9352   2358712   no data   no data
1639.42/1639.48	c  S st   104   5214527      1109      1796      1923    142192      9352   2368692   no data   no data
1639.42/1639.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1639.62/1639.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     84 BRemL:     81 BRemN:      0 P:  4.8M T:  0.11
1639.62/1639.60	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1639.62/1639.60	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1639.62/1639.61	c subs with bin:        4  lits-rem:         3  v-fix:    0  time:  0.00 s
1639.62/1639.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1109 time:  0.00 s
1639.62/1639.61	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
1639.62/1639.64	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1639.82/1639.82	c subs with bin:      236  lits-rem:       253  v-fix:    0  time:  0.12 s
1650.12/1650.14	c lits-rem:      1340  cl-subs:    12231  v-elim:      0  v-fix:    0  time: 10.32 s
1650.12/1650.14	c vivif2 --  cl tried     1792 cl shrink        0 lits rem          0 time: 0.00
1650.22/1650.28	c vivif2 --  cl tried   129725 cl shrink    10883 lits rem      15456 time: 0.13
1650.42/1650.41	c asymm  cl-useful: 3/1792/1792 lits-rem:3 time: 0.14
1650.42/1650.42	c calculated reachability. Time: 0.00
1650.42/1650.42	c  N st   104   5214527      1109      1792      1928    129724      9341   2108357   no data   no data
1650.42/1650.42	c Finding binary XORs  T:     0.00 s  found:       0
1828.32/1828.37	c  N st   105   5714527      1109      1792      1932    122125      9341   1679036   no data   no data
1828.32/1828.37	c  S st   105   5714527      1109      1792      1932    122125      9341   1679036   no data   no data
1828.72/1828.73	c  S st   105   5715029      1109      1792      1932    122627      9341   1691026   no data   no data
1828.72/1828.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1828.82/1828.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     10 BRemL:      4 BRemN:      0 P:  4.5M T:  0.10
1828.82/1828.84	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1828.82/1828.84	c bin-w-bin subsume rem            1 bins  time:  0.00 s
1828.82/1828.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1828.82/1828.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1109 time:  0.00 s
1828.82/1828.84	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
1828.82/1828.87	c lits-rem:         0  cl-subs:        2  v-elim:      2  v-fix:    0  time:  0.02 s
1828.92/1828.97	c subs with bin:       62  lits-rem:       251  v-fix:    0  time:  0.06 s
1831.32/1831.30	c lits-rem:      1762  cl-subs:     6548  v-elim:      0  v-fix:    0  time:  2.33 s
1831.32/1831.30	c vivif2 --  cl tried     1785 cl shrink        3 lits rem          3 time: 0.00
1831.32/1831.38	c vivif2 --  cl tried   114753 cl shrink     3689 lits rem       5434 time: 0.08
1831.43/1831.50	c asymm  cl-useful: 4/1783/1783 lits-rem:4 time: 0.13
1831.43/1831.50	c calculated reachability. Time: 0.00
1831.43/1831.50	c  N st   105   5715029      1107      1783      1937    114753      9370   1529940   no data   no data
1831.43/1831.50	c Finding binary XORs  T:     0.00 s  found:       0
2043.34/2043.37	c  N st   106   6215032      1107      1783      1938    187333      9370   3456779   no data   no data
2043.34/2043.37	c  S st   106   6215032      1107      1783      1938    187333      9370   3456779   no data   no data
2043.94/2043.91	c  S st   106   6215539      1107      1783      1938    187836      9370   3471429   no data   no data
2043.94/2043.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2044.04/2044.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     53 BRemL:     24 BRemN:      0 P:  6.5M T:  0.17
2044.04/2044.09	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2044.04/2044.09	c bin-w-bin subsume rem            2 bins  time:  0.00 s
2044.04/2044.09	c subs with bin:        1  lits-rem:         0  v-fix:    0  time:  0.00 s
2044.04/2044.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1107 time:  0.00 s
2044.04/2044.09	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
2044.14/2044.13	c lits-rem:         1  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.04 s
2044.34/2044.38	c subs with bin:       67  lits-rem:       114  v-fix:    0  time:  0.15 s
2071.94/2071.93	c lits-rem:      1861  cl-subs:    27563  v-elim:      0  v-fix:    0  time: 27.55 s
2071.94/2071.93	c vivif2 --  cl tried     1781 cl shrink        0 lits rem          0 time: 0.00
2072.14/2072.13	c vivif2 --  cl tried   160206 cl shrink    11019 lits rem      16319 time: 0.20
2072.35/2072.32	c asymm  cl-useful: 0/1781/1781 lits-rem:0 time: 0.19
2072.35/2072.33	c calculated reachability. Time: 0.00
2072.35/2072.33	c  N st   106   6215539      1107      1781      1967    160205      9324   2972772   no data   no data
2072.35/2072.33	c Finding binary XORs  T:     0.00 s  found:       0
2257.65/2257.62	c  N st   107   6715539      1107      1781      1967    216232      9324   3929886   no data   no data
2257.65/2257.62	c  S st   107   6715539      1107      1781      1967    216232      9324   3929886   no data   no data
2258.26/2258.28	c  S st   107   6716042      1107      1781      1967    216731      9324   3941488   no data   no data
2258.26/2258.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2258.55/2258.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      1 BRemN:      0 P:  8.1M T:  0.21
2258.55/2258.50	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2258.55/2258.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2258.55/2258.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2258.55/2258.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1107 time:  0.00 s
2258.55/2258.50	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
2258.55/2258.55	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
2258.85/2258.82	c subs with bin:       31  lits-rem:         0  v-fix:    0  time:  0.15 s
2308.55/2308.54	c lits-rem:      4353  cl-subs:    39185  v-elim:      0  v-fix:    0  time: 49.72 s
2308.55/2308.54	c vivif2 --  cl tried     1781 cl shrink        0 lits rem          0 time: 0.00
2308.75/2308.76	c vivif2 --  cl tried   177515 cl shrink    12680 lits rem      17484 time: 0.22
2308.97/2308.98	c asymm  cl-useful: 1/1781/1781 lits-rem:1 time: 0.23
2308.97/2308.99	c calculated reachability. Time: 0.00
2308.97/2308.99	c  N st   107   6716042      1107      1781      1966    177515      9323   3228383   no data   no data
2503.96/2503.91	c  N st   108   7216043      1107      1781      1966    218629      9323   4022792   no data   no data
2503.96/2503.91	c  S st   108   7216043      1107      1781      1966    218629      9323   4022792   no data   no data
2504.56/2504.51	c  S st   108   7216548      1107      1781      1966    219130      9323   4034852   no data   no data
2504.56/2504.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2504.77/2504.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  7.7M T:  0.21
2504.77/2504.73	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2504.77/2504.74	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2504.77/2504.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2504.77/2504.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1107 time:  0.00 s
2504.77/2504.74	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
2504.77/2504.79	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
2505.05/2505.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.15 s
2562.16/2562.17	c lits-rem:      5681  cl-subs:    42719  v-elim:      0  v-fix:    0  time: 57.12 s
2562.16/2562.17	c vivif2 --  cl tried     1781 cl shrink        0 lits rem          0 time: 0.00
2562.36/2562.38	c vivif2 --  cl tried   176411 cl shrink    12249 lits rem      17987 time: 0.21
2562.56/2562.59	c asymm  cl-useful: 0/1781/1781 lits-rem:0 time: 0.21
2562.66/2562.60	c calculated reachability. Time: 0.00
2562.66/2562.60	c  N st   108   7216548      1107      1781      1966    176411      9323   3193772   no data   no data
2787.77/2787.75	c  N st   109   7716549      1107      1781      1966    203822      9323   3716241   no data   no data
2787.77/2787.75	c  S st   109   7716549      1107      1781      1966    203822      9323   3716241   no data   no data
2788.37/2788.32	c  S st   109   7717050      1107      1781      1966    204318      9323   3727959   no data   no data
2788.37/2788.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2788.58/2788.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     10 BRemL:      5 BRemN:      0 P:  8.4M T:  0.22
2788.58/2788.55	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2788.58/2788.55	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2788.58/2788.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2788.58/2788.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1107 time:  0.00 s
2788.58/2788.55	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
2788.67/2788.60	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
2788.86/2788.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.13 s
2821.67/2821.66	c lits-rem:      5327  cl-subs:    21465  v-elim:      0  v-fix:    0  time: 32.83 s
2821.67/2821.66	c vivif2 --  cl tried     1781 cl shrink        0 lits rem          0 time: 0.00
2821.87/2821.89	c vivif2 --  cl tried   182853 cl shrink    14296 lits rem      20727 time: 0.23
2822.17/2822.14	c asymm  cl-useful: 1/1781/1781 lits-rem:1 time: 0.25
2822.17/2822.15	c calculated reachability. Time: 0.00
2822.17/2822.15	c  N st   109   7717050      1107      1781      1971    182853      9322   3287378   no data   no data
3054.80/3054.73	c  N st   110   8217050      1107      1781      1971    193200      9322   3266655   no data   no data
3054.80/3054.73	c  S st   110   8217050      1107      1781      1971    193200      9322   3266655   no data   no data
3055.28/3055.22	c  S st   110   8217551      1107      1781      1971    193700      9322   3279889   no data   no data
3055.28/3055.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3055.48/3055.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      1 BRemL:      0 BRemN:      0 P:  8.2M T:  0.20
3055.48/3055.44	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3055.48/3055.44	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3055.48/3055.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3055.48/3055.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1107 time:  0.00 s
3055.48/3055.44	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
3055.48/3055.48	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
3055.68/3055.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.12 s
3086.38/3086.31	c lits-rem:      3119  cl-subs:    28969  v-elim:      0  v-fix:    0  time: 30.62 s
3086.38/3086.31	c vivif2 --  cl tried     1781 cl shrink        0 lits rem          0 time: 0.00
3086.48/3086.48	c vivif2 --  cl tried   164731 cl shrink     9571 lits rem      15963 time: 0.16
3086.70/3086.69	c asymm  cl-useful: 0/1781/1781 lits-rem:0 time: 0.22
3086.78/3086.70	c calculated reachability. Time: 0.00
3086.78/3086.70	c  N st   110   8217551      1107      1781      1972    164731      9322   2755245   no data   no data
3304.40/3304.37	c  N st   111   8717552      1107      1781      1975    159629      9322   2223239   no data   no data
3304.40/3304.37	c  S st   111   8717552      1107      1781      1975    159629      9322   2223239   no data   no data
3304.89/3304.83	c  S st   111   8718057      1107      1781      1976    160127      9322   2232110   no data   no data
3304.89/3304.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3304.99/3304.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     49 BRemL:     20 BRemN:      0 P:  6.6M T:  0.15
3304.99/3304.99	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3304.99/3304.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3304.99/3304.99	c subs with bin:        6  lits-rem:         4  v-fix:    0  time:  0.00 s
3304.99/3304.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1107 time:  0.00 s
3304.99/3304.99	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
3305.09/3305.02	c lits-rem:         0  cl-subs:        1  v-elim:      1  v-fix:    0  time:  0.03 s
3305.19/3305.12	c subs with bin:        0  lits-rem:       164  v-fix:    0  time:  0.05 s
3305.39/3305.40	c lits-rem:       379  cl-subs:      153  v-elim:      0  v-fix:    0  time:  0.27 s
3305.39/3305.40	c vivif2 --  cl tried     1777 cl shrink        0 lits rem          0 time: 0.00
3305.50/3305.48	c vivif2 --  cl tried   132391 cl shrink     2699 lits rem       4364 time: 0.08
3305.69/3305.63	c asymm  cl-useful: 0/1777/1777 lits-rem:0 time: 0.16
3305.69/3305.64	c calculated reachability. Time: 0.00
3305.69/3305.64	c  N st   111   8718057      1106      1777      1979    132391      9312   1650117   no data   no data
3305.69/3305.64	c Finding binary XORs  T:     0.00 s  found:       0
3545.90/3545.82	c  N st   112   9218058      1105      1777      1995    138675      9312   1744330   no data   no data
3545.90/3545.82	c  S st   112   9218058      1105      1777      1995    138675      9312   1744330   no data   no data
3546.30/3546.26	c  S st   112   9218564      1105      1777      1995    139177      9312   1756488   no data   no data
3546.30/3546.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3546.41/3546.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     79 BRemL:     45 BRemN:      0 P:  5.8M T:  0.13
3546.41/3546.40	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3546.41/3546.40	c bin-w-bin subsume rem            2 bins  time:  0.00 s
3546.41/3546.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3546.41/3546.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1105 time:  0.00 s
3546.41/3546.40	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
3546.52/3546.43	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
3546.70/3546.63	c subs with bin:      544  lits-rem:       130  v-fix:    0  time:  0.13 s
3548.10/3548.04	c lits-rem:       856  cl-subs:     3277  v-elim:      0  v-fix:    0  time:  1.41 s
3548.10/3548.04	c vivif2 --  cl tried     1776 cl shrink        0 lits rem          0 time: 0.00
3548.20/3548.12	c vivif2 --  cl tried   134408 cl shrink     3104 lits rem       5216 time: 0.08
3548.30/3548.28	c asymm  cl-useful: 0/1776/1776 lits-rem:0 time: 0.16
3548.30/3548.28	c calculated reachability. Time: 0.00
3548.30/3548.28	c  N st   112   9218564      1105      1776      2008    134408      9299   1678785   no data   no data
3548.30/3548.29	c Finding binary XORs  T:     0.00 s  found:       0
3788.02/3787.97	c  N st   113   9718565      1105      1776      2008    229455      9299   4182302   no data   no data
3788.02/3787.97	c  S st   113   9718565      1105      1776      2008    229455      9299   4182302   no data   no data
3788.82/3788.77	c  S st   113   9719071      1105      1776      2008    229955      9299   4192493   no data   no data
3788.82/3788.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3789.12/3789.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      5 BRemL:      0 BRemN:      0 P:  8.3M T:  0.22
3789.12/3789.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3789.12/3789.01	c bin-w-bin subsume rem            3 bins  time:  0.00 s
3789.12/3789.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3789.12/3789.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1105 time:  0.00 s
3789.12/3789.01	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
3789.12/3789.06	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
3789.42/3789.34	c subs with bin:        0  lits-rem:         1  v-fix:    0  time:  0.16 s
3848.72/3848.69	c lits-rem:      4079  cl-subs:    40761  v-elim:      0  v-fix:    0  time: 59.36 s
3848.72/3848.69	c vivif2 --  cl tried     1776 cl shrink        0 lits rem          0 time: 0.00
3849.04/3848.93	c vivif2 --  cl tried   189194 cl shrink    13761 lits rem      21595 time: 0.24
3849.22/3849.17	c asymm  cl-useful: 0/1776/1776 lits-rem:0 time: 0.24
3849.22/3849.17	c calculated reachability. Time: 0.00
3849.22/3849.17	c  N st   113   9719071      1105      1776      2010    189194      9299   3409632   no data   no data
4076.83/4076.74	c  N st   114  10219072      1105      1776      2010    143826      9299   1760612   no data   no data
4076.83/4076.74	c  S st   114  10219072      1105      1776      2010    143826      9299   1760612   no data   no data
4077.33/4077.22	c  S st   114  10219576      1105      1776      2011    144323      9299   1770927   no data   no data
4077.33/4077.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4077.43/4077.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  5.2M T:  0.12
4077.43/4077.35	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4077.43/4077.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4077.43/4077.35	c subs with bin:        1  lits-rem:         0  v-fix:    0  time:  0.00 s
4077.43/4077.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1105 time:  0.00 s
4077.43/4077.35	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
4077.43/4077.38	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
4077.53/4077.48	c subs with bin:        1  lits-rem:         2  v-fix:    0  time:  0.05 s
4078.43/4078.31	c lits-rem:       578  cl-subs:     2101  v-elim:      0  v-fix:    0  time:  0.83 s
4078.43/4078.32	c vivif2 --  cl tried     1775 cl shrink        0 lits rem          0 time: 0.00
4078.43/4078.39	c vivif2 --  cl tried   142221 cl shrink     1577 lits rem       2219 time: 0.07
4078.63/4078.56	c asymm  cl-useful: 0/1775/1775 lits-rem:0 time: 0.18
4078.63/4078.57	c calculated reachability. Time: 0.00
4078.63/4078.57	c  N st   114  10219576      1105      1775      2011    142221      9298   1732414   no data   no data
4331.85/4331.76	c Finding binary XORs  T:     0.00 s  found:       0
4340.76/4340.67	c  N st   115  10719576      1104      1775      2011    194004      9290   3077130   no data   no data
4340.76/4340.67	c  S st   115  10719576      1104      1775      2011    194004      9290   3077130   no data   no data
4341.44/4341.37	c  S st   115  10720081      1104      1775      2012    194505      9290   3087441   no data   no data
4341.44/4341.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4341.64/4341.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     28 BRemL:      6 BRemN:      0 P:  8.4M T:  0.21
4341.64/4341.59	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4341.64/4341.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4341.64/4341.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4341.64/4341.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1104 time:  0.00 s
4341.64/4341.59	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
4341.75/4341.64	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
4341.94/4341.84	c subs with bin:        2  lits-rem:         6  v-fix:    0  time:  0.11 s
4346.94/4346.89	c lits-rem:      1396  cl-subs:     6915  v-elim:      0  v-fix:    0  time:  5.05 s
4346.94/4346.89	c vivif2 --  cl tried     1775 cl shrink        0 lits rem          0 time: 0.00
4347.14/4347.10	c vivif2 --  cl tried   187588 cl shrink    13945 lits rem      21480 time: 0.22
4347.44/4347.36	c asymm  cl-useful: 0/1633/1775 lits-rem:0 time: 0.26
4347.44/4347.37	c calculated reachability. Time: 0.00
4347.44/4347.37	c  N st   115  10720081      1104      1775      2034    187588      9289   2952350   no data   no data
4347.44/4347.37	c Finding binary XORs  T:     0.00 s  found:       0
4588.35/4588.28	c  N st   116  11220081      1104      1775      2034    273412      9289   5036460   no data   no data
4588.35/4588.28	c  S st   116  11220081      1104      1775      2034    273412      9289   5036460   no data   no data
4589.15/4589.03	c  S st   116  11220583      1104      1775      2034    273912      9289   5048895   no data   no data
4589.15/4589.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
4589.45/4589.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      9 BRemL:     12 BRemN:      0 P:  9.6M T:  0.27
4589.45/4589.31	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4589.45/4589.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4589.45/4589.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4589.45/4589.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1104 time:  0.00 s
4589.45/4589.32	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
4589.45/4589.38	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
4589.75/4589.70	c subs with bin:        1  lits-rem:        14  v-fix:    0  time:  0.17 s
4696.96/4696.88	c lits-rem:      4406  cl-subs:    50082  v-elim:      0  v-fix:    0  time: 107.19 s
4696.96/4696.88	c vivif2 --  cl tried     1775 cl shrink        0 lits rem          0 time: 0.00
4697.46/4697.30	c vivif2 --  cl tried   223829 cl shrink    20664 lits rem      28799 time: 0.42
4697.66/4697.54	c asymm  cl-useful: 0/1775/1775 lits-rem:0 time: 0.24
4697.66/4697.55	c calculated reachability. Time: 0.00
4697.66/4697.55	c  N st   116  11220583      1104      1775      2031    223829      9289   4011056   no data   no data
4718.96/4718.88	c Finding binary XORs  T:     0.00 s  found:       0
4906.47/4906.36	c  N st   117  11720584      1102      1774      1952    281750      9268   5078871   no data   no data
4906.47/4906.36	c  S st   117  11720584      1102      1774      1952    281750      9268   5078871   no data   no data
4907.29/4907.19	c  S st   117  11721086      1102      1774      1952    282251      9268   5090871   no data   no data
4907.37/4907.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
4907.67/4907.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:    132 BRemL:     67 BRemN:      0 P: 10.4M T:  0.30
4907.67/4907.51	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4907.67/4907.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4907.67/4907.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4907.67/4907.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1102 time:  0.00 s
4907.67/4907.51	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
4907.67/4907.57	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
4907.97/4907.89	c subs with bin:        5  lits-rem:       110  v-fix:    0  time:  0.17 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-3400928-1306280111/watcher-3400928-1306280111 -o /tmp/evaluation-result-3400928-1306280111/solver-3400928-1306280111 -C 5000 -W 5100 -M 15500 ./strangenight2-st HOME/instance-3400928-1306280111.cnf 

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

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


[startup+0 s]
/proc/loadavg: 0.16 0.03 0.01 2/512 12870
/proc/meminfo: memFree=16826692/32950928 swapFree=38156884/67111528
[pid=12870] ppid=12868 vsize=8440 CPUtime=0 cores=0,2,4,6
/proc/12870/stat : 12870 (strangenight2-s) S 12868 12870 12838 0 -1 4194304 97 0 0 0 0 0 0 0 21 0 1 0 739607809 8642560 53 33554432000 4194304 4580011 140733842680784 18446744073709551615 254495768199 0 2147483391 4096 0 18446744071699199166 0 0 17 2 0 0 0
/proc/12870/statm: 2110 53 41 95 0 44 0

[startup+0.0783549 s]
/proc/loadavg: 0.16 0.03 0.01 2/512 12870
/proc/meminfo: memFree=16826692/32950928 swapFree=38156884/67111528
[pid=12870] ppid=12868 vsize=31292 CPUtime=0.03 cores=0,2,4,6
/proc/12870/stat : 12870 (strangenight2-s) R 12868 12870 12838 0 -1 4202496 1052 0 0 0 3 0 0 0 21 0 1 0 739607809 32043008 933 33554432000 4194304 4580011 140733842680784 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/12870/statm: 7823 933 363 95 0 2805 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 31292

[startup+0.100351 s]
/proc/loadavg: 0.16 0.03 0.01 2/512 12870
/proc/meminfo: memFree=16826692/32950928 swapFree=38156884/67111528
[pid=12870] ppid=12868 vsize=31416 CPUtime=0.05 cores=0,2,4,6
/proc/12870/stat : 12870 (strangenight2-s) R 12868 12870 12838 0 -1 4202496 1073 0 0 0 5 0 0 0 21 0 1 0 739607809 32169984 954 33554432000 4194304 4580011 140733842680784 18446744073709551615 4320930 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/12870/statm: 7854 954 363 95 0 2836 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 31416

[startup+0.300312 s]
/proc/loadavg: 0.16 0.03 0.01 2/512 12870
/proc/meminfo: memFree=16826692/32950928 swapFree=38156884/67111528
[pid=12870] ppid=12868 vsize=31572 CPUtime=0.25 cores=0,2,4,6
/proc/12870/stat : 12870 (strangenight2-s) R 12868 12870 12838 0 -1 4202496 1253 0 0 0 25 0 0 0 21 0 1 0 739607809 32329728 1134 33554432000 4194304 4580011 140733842680784 18446744073709551615 4321782 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/12870/statm: 7893 1134 364 95 0 2875 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 31572

[startup+0.700235 s]
/proc/loadavg: 0.16 0.03 0.01 2/512 12870
/proc/meminfo: memFree=16826692/32950928 swapFree=38156884/67111528
[pid=12870] ppid=12868 vsize=32136 CPUtime=0.65 cores=0,2,4,6
/proc/12870/stat : 12870 (strangenight2-s) R 12868 12870 12838 0 -1 4202496 1568 0 0 0 65 0 0 0 23 0 1 0 739607809 32907264 1231 33554432000 4194304 4580011 140733842680784 18446744073709551615 4316441 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/12870/statm: 8034 1231 364 95 0 3016 0
Current children cumulated CPU time (s) 0.65
Current children cumulated vsize (KiB) 32136

[startup+1.50107 s]
/proc/loadavg: 0.16 0.03 0.01 3/518 12877
/proc/meminfo: memFree=16695328/32950928 swapFree=38156884/67111528
[pid=12870] ppid=12868 vsize=32520 CPUtime=1.45 cores=0,2,4,6
/proc/12870/stat : 12870 (strangenight2-s) R 12868 12870 12838 0 -1 4202496 2123 0 0 0 145 0 0 0 25 0 1 0 739607809 33300480 1482 33554432000 4194304 4580011 140733842680784 18446744073709551615 4294775 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/12870/statm: 8130 1482 364 95 0 3112 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 32520

[startup+3.1007 s]
/proc/loadavg: 0.16 0.03 0.01 3/518 12877
/proc/meminfo: memFree=16626640/32950928 swapFree=38156884/67111528
[pid=12870] ppid=12868 vsize=41000 CPUtime=3.04 cores=0,2,4,6
/proc/12870/stat : 12870 (strangenight2-s) R 12868 12870 12838 0 -1 4202496 5049 0 0 0 304 0 0 0 25 0 1 0 739607809 41984000 3427 33554432000 4194304 4580011 140733842680784 18446744073709551615 4415940 0 0 4096 2 0 0 0 17 6 0 0 0
/proc/12870/statm: 10250 3427 366 95 0 5232 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 41000

[startup+6.30112 s]
/proc/loadavg: 0.31 0.07 0.02 3/518 12877
/proc/meminfo: memFree=16469268/32950928 swapFree=38156884/67111528
[pid=12870] ppid=12868 vsize=41100 CPUtime=6.25 cores=0,2,4,6
/proc/12870/stat : 12870 (strangenight2-s) R 12868 12870 12838 0 -1 4202496 6691 0 0 0 624 1 0 0 25 0 1 0 739607809 42086400 3254 33554432000 4194304 4580011 140733842680784 18446744073709551615 4294514 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12870/statm: 10275 3254 366 95 0 5257 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 41100

[startup+12.7008 s]
/proc/loadavg: 0.44 0.10 0.03 3/518 12877
/proc/meminfo: memFree=16336764/32950928 swapFree=38156884/67111528
[pid=12870] ppid=12868 vsize=41996 CPUtime=12.64 cores=0,2,4,6
/proc/12870/stat : 12870 (strangenight2-s) R 12868 12870 12838 0 -1 4202496 9137 0 0 0 1263 1 0 0 25 0 1 0 739607809 43003904 3667 33554432000 4194304 4580011 140733842680784 18446744073709551615 4294951 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12870/statm: 10499 3667 366 95 0 5481 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 41996

[startup+25.5003 s]
/proc/loadavg: 0.79 0.19 0.06 3/518 12877
/proc/meminfo: memFree=16321268/32950928 swapFree=38156884/67111528
[pid=12870] ppid=12868 vsize=52584 CPUtime=25.45 cores=0,2,4,6
/proc/12870/stat : 12870 (strangenight2-s) R 12868 12870 12838 0 -1 4202496 15639 0 0 0 2543 2 0 0 25 0 1 0 739607809 53846016 6525 33554432000 4194304 4580011 140733842680784 18446744073709551615 4296069 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12870/statm: 13146 6525 366 95 0 8128 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 52584

[startup+51.1012 s]
/proc/loadavg: 1.20 0.33 0.11 3/518 12878
/proc/meminfo: memFree=16186632/32950928 swapFree=38156884/67111528
[pid=12870] ppid=12868 vsize=57608 CPUtime=51.04 cores=0,2,4,6
/proc/12870/stat : 12870 (strangenight2-s) R 12868 12870 12838 0 -1 4202496 22929 0 0 0 5102 2 0 0 25 0 1 0 739607809 58990592 7883 33554432000 4194304 4580011 140733842680784 18446744073709551615 4294931 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12870/statm: 14402 7883 366 95 0 9384 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 57608

[startup+102.319 s]
/proc/loadavg: 1.65 0.59 0.21 3/518 12879
/proc/meminfo: memFree=16149180/32950928 swapFree=38156884/67111528
[pid=12870] ppid=12868 vsize=63900 CPUtime=102.27 cores=0,2,4,6
/proc/12870/stat : 12870 (strangenight2-s) R 12868 12870 12838 0 -1 4202496 36337 0 0 0 10222 5 0 0 25 0 1 0 739607809 65433600 9110 33554432000 4194304 4580011 140733842680784 18446744073709551615 4293872 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12870/statm: 15975 9110 366 95 0 10957 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 63900

[startup+162.301 s]
/proc/loadavg: 1.90 0.86 0.32 3/518 12881
/proc/meminfo: memFree=16133148/32950928 swapFree=38156884/67111528
[pid=12870] ppid=12868 vsize=74540 CPUtime=162.25 cores=0,2,4,6
/proc/12870/stat : 12870 (strangenight2-s) R 12868 12870 12838 0 -1 4202496 48958 0 0 0 16218 7 0 0 25 0 1 0 739607809 76328960 12708 33554432000 4194304 4580011 140733842680784 18446744073709551615 4294341 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12870/statm: 18635 12708 366 95 0 13617 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 74540

[startup+222.301 s]
/proc/loadavg: 1.99 1.08 0.43 3/518 12883
/proc/meminfo: memFree=16139700/32950928 swapFree=38156884/67111528
[pid=12870] ppid=12868 vsize=74936 CPUtime=222.26 cores=0,2,4,6
/proc/12870/stat : 12870 (strangenight2-s) R 12868 12870 12838 0 -1 4202496 58623 0 0 0 22217 9 0 0 25 0 1 0 739607809 76734464 11425 33554432000 4194304 4580011 140733842680784 18446744073709551615 4293179 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12870/statm: 18734 11425 366 95 0 13716 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 74936

[startup+282.301 s]
/proc/loadavg: 1.99 1.24 0.53 3/518 12884
/proc/meminfo: memFree=16130712/32950928 swapFree=38156884/67111528
[pid=12870] ppid=12868 vsize=81464 CPUtime=282.25 cores=0,2,4,6
/proc/12870/stat : 12870 (strangenight2-s) R 12868 12870 12838 0 -1 4202496 69404 0 0 0 28215 10 0 0 25 0 1 0 739607809 83419136 13632 33554432000 4194304 4580011 140733842680784 18446744073709551615 4295369 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12870/statm: 20366 13632 366 95 0 15348 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 81464

[startup+342.301 s]
/proc/loadavg: 2.13 1.41 0.63 3/518 12886
/proc/meminfo: memFree=16129064/32950928 swapFree=38156884/67111528
[pid=12870] ppid=12868 vsize=81704 CPUtime=342.26 cores=0,2,4,6
/proc/12870/stat : 12870 (strangenight2-s) R 12868 12870 12838 0 -1 4202496 78948 0 0 0 34214 12 0 0 25 0 1 0 739607809 83664896 13972 33554432000 4194304 4580011 140733842680784 18446744073709551615 4316514 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12870/statm: 20426 13972 366 95 0 15408 0
Current children cumulated CPU time (s) 342.26
Current children cumulated vsize (KiB) 81704

[startup+402.301 s]
/proc/loadavg: 2.11 1.53 0.71 3/518 12887
/proc/meminfo: memFree=16129152/32950928 swapFree=38156884/67111528
[pid=12870] ppid=12868 vsize=81944 CPUtime=402.27 cores=0,2,4,6
/proc/12870/stat : 12870 (strangenight2-s) R 12868 12870 12838 0 -1 4202496 88168 0 0 0 40213 14 0 0 25 0 1 0 739607809 83910656 13836 33554432000 4194304 4580011 140733842680784 18446744073709551615 4294595 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12870/statm: 20486 13836 366 95 0 15468 0
Current children cumulated CPU time (s) 402.27
Current children cumulated vsize (KiB) 81944

[startup+462.301 s]
/proc/loadavg: 2.04 1.61 0.79 3/518 12889
/proc/meminfo: memFree=16109004/32950928 swapFree=38156884/67111528
[pid=12870] ppid=12868 vsize=94392 CPUtime=462.27 cores=0,2,4,6
/proc/12870/stat : 12870 (strangenight2-s) R 12868 12870 12838 0 -1 4202496 99203 0 0 0 46212 15 0 0 25 0 1 0 739607809 96657408 16692 33554432000 4194304 4580011 140733842680784 18446744073709551615 4294344 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12870/statm: 23598 16692 366 95 0 18580 0
Current children cumulated CPU time (s) 462.27
Current children cumulated vsize (KiB) 94392

[startup+522.301 s]
/proc/loadavg: 2.01 1.68 0.86 3/518 12891
/proc/meminfo: memFree=16104224/32950928 swapFree=38156884/67111528
[pid=12870] ppid=12868 vsize=94616 CPUtime=522.26 cores=0,2,4,6
/proc/12870/stat : 12870 (strangenight2-s) R 12868 12870 12838 0 -1 4202496 107658 0 0 0 52209 17 0 0 25 0 1 0 739607809 96886784 17390 33554432000 4194304 4580011 140733842680784 18446744073709551615 4294341 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12870/statm: 23654 17390 366 95 0 18636 0
Current children cumulated CPU time (s) 522.26
Current children cumulated vsize (KiB) 94616

[startup+582.301 s]
/proc/loadavg: 2.00 1.74 0.93 3/518 12892
/proc/meminfo: memFree=16093752/32950928 swapFree=38156884/67111528
[pid=12870] ppid=12868 vsize=105636 CPUtime=582.27 cores=0,2,4,6
/proc/12870/stat : 12870 (strangenight2-s) R 12868 12870 12838 0 -1 4202496 118651 0 0 0 58208 19 0 0 25 0 1 0 739607809 108171264 19977 33554432000 4194304 4580011 140733842680784 18446744073709551615 4295369 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12870/statm: 26409 19977 368 95 0 21391 0
Current children cumulated CPU time (s) 582.27
Current children cumulated vsize (KiB) 105636

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.00 2.02 1.96 3/518 12998
/proc/meminfo: memFree=15834664/32950928 swapFree=38156884/67111528
[pid=12870] ppid=12868 vsize=292400 CPUtime=4062.45 cores=0,2,4,6
/proc/12870/stat : 12870 (strangenight2-s) R 12868 12870 12838 0 -1 4202496 438366 0 0 0 406162 83 0 0 25 0 1 0 739607809 299417600 50611 33554432000 4194304 4580011 140733842680784 18446744073709551615 4294488 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12870/statm: 73100 50611 366 95 0 68082 0
Current children cumulated CPU time (s) 4062.45
Current children cumulated vsize (KiB) 292400

[startup+4122.3 s]
/proc/loadavg: 2.10 2.04 1.97 3/518 13000
/proc/meminfo: memFree=15829416/32950928 swapFree=38156884/67111528
[pid=12870] ppid=12868 vsize=239884 CPUtime=4122.43 cores=0,2,4,6
/proc/12870/stat : 12870 (strangenight2-s) R 12868 12870 12838 0 -1 4202496 443247 0 0 0 412159 84 0 0 25 0 1 0 739607809 245641216 53842 33554432000 4194304 4580011 140733842680784 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12870/statm: 59971 53842 366 95 0 54953 0
Current children cumulated CPU time (s) 4122.43
Current children cumulated vsize (KiB) 239884

[startup+4182.3 s]
/proc/loadavg: 2.08 2.05 1.97 3/518 13002
/proc/meminfo: memFree=15822324/32950928 swapFree=38156884/67111528
[pid=12870] ppid=12868 vsize=222276 CPUtime=4182.44 cores=0,2,4,6
/proc/12870/stat : 12870 (strangenight2-s) R 12868 12870 12838 0 -1 4202496 444533 0 0 0 418159 85 0 0 25 0 1 0 739607809 227610624 49557 33554432000 4194304 4580011 140733842680784 18446744073709551615 4294514 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12870/statm: 55569 49557 366 95 0 50551 0
Current children cumulated CPU time (s) 4182.44
Current children cumulated vsize (KiB) 222276

[startup+4242.3 s]
/proc/loadavg: 2.03 2.04 1.97 3/518 13004
/proc/meminfo: memFree=15791424/32950928 swapFree=38156884/67111528
[pid=12870] ppid=12868 vsize=240184 CPUtime=4242.44 cores=0,2,4,6
/proc/12870/stat : 12870 (strangenight2-s) R 12868 12870 12838 0 -1 4202496 448214 0 0 0 424158 86 0 0 25 0 1 0 739607809 245948416 52325 33554432000 4194304 4580011 140733842680784 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12870/statm: 60046 52325 366 95 0 55028 0
Current children cumulated CPU time (s) 4242.44
Current children cumulated vsize (KiB) 240184

[startup+4302.3 s]
/proc/loadavg: 2.01 2.03 1.97 3/518 13005
/proc/meminfo: memFree=15820028/32950928 swapFree=38156884/67111528
[pid=12870] ppid=12868 vsize=311808 CPUtime=4302.44 cores=0,2,4,6
/proc/12870/stat : 12870 (strangenight2-s) R 12868 12870 12838 0 -1 4202496 450957 0 0 0 430157 87 0 0 25 0 1 0 739607809 319291392 55068 33554432000 4194304 4580011 140733842680784 18446744073709551615 4293152 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12870/statm: 77952 55068 366 95 0 72934 0
Current children cumulated CPU time (s) 4302.44
Current children cumulated vsize (KiB) 311808

[startup+4362.3 s]
/proc/loadavg: 2.08 2.05 1.98 3/518 13007
/proc/meminfo: memFree=15818752/32950928 swapFree=38156884/67111528
[pid=12870] ppid=12868 vsize=294304 CPUtime=4362.44 cores=0,2,4,6
/proc/12870/stat : 12870 (strangenight2-s) R 12868 12870 12838 0 -1 4202496 451853 0 0 0 436157 87 0 0 25 0 1 0 739607809 301367296 50377 33554432000 4194304 4580011 140733842680784 18446744073709551615 4294503 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12870/statm: 73576 50377 366 95 0 68558 0
Current children cumulated CPU time (s) 4362.44
Current children cumulated vsize (KiB) 294304

[startup+4422.3 s]
/proc/loadavg: 2.06 2.05 1.99 3/518 13009
/proc/meminfo: memFree=15792064/32950928 swapFree=38156884/67111528
[pid=12870] ppid=12868 vsize=234356 CPUtime=4422.44 cores=0,2,4,6
/proc/12870/stat : 12870 (strangenight2-s) R 12868 12870 12838 0 -1 4202496 455611 0 0 0 442156 88 0 0 25 0 1 0 739607809 239980544 52144 33554432000 4194304 4580011 140733842680784 18446744073709551615 4294346 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12870/statm: 58589 52144 366 95 0 53571 0
Current children cumulated CPU time (s) 4422.44
Current children cumulated vsize (KiB) 234356

[startup+4482.3 s]
/proc/loadavg: 2.02 2.04 1.99 3/518 13010
/proc/meminfo: memFree=15790168/32950928 swapFree=38156884/67111528
[pid=12870] ppid=12868 vsize=234356 CPUtime=4482.45 cores=0,2,4,6
/proc/12870/stat : 12870 (strangenight2-s) R 12868 12870 12838 0 -1 4202496 457382 0 0 0 448156 89 0 0 25 0 1 0 739607809 239980544 52600 33554432000 4194304 4580011 140733842680784 18446744073709551615 4294928 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12870/statm: 58589 52600 366 95 0 53571 0
Current children cumulated CPU time (s) 4482.45
Current children cumulated vsize (KiB) 234356

[startup+4542.3 s]
/proc/loadavg: 2.01 2.03 1.99 3/518 13093
/proc/meminfo: memFree=16597648/32950928 swapFree=38156884/67111528
[pid=12870] ppid=12868 vsize=235540 CPUtime=4542.44 cores=0,2,4,6
/proc/12870/stat : 12870 (strangenight2-s) R 12868 12870 12838 0 -1 4202496 458957 0 0 0 454155 89 0 0 25 0 1 0 739607809 241192960 52765 33554432000 4194304 4580011 140733842680784 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12870/statm: 58885 52765 366 95 0 53867 0
Current children cumulated CPU time (s) 4542.44
Current children cumulated vsize (KiB) 235540

[startup+4602.3 s]
/proc/loadavg: 2.00 2.02 1.99 3/518 13094
/proc/meminfo: memFree=16579856/32950928 swapFree=38156884/67111528
[pid=12870] ppid=12868 vsize=315572 CPUtime=4602.46 cores=0,2,4,6
/proc/12870/stat : 12870 (strangenight2-s) R 12868 12870 12838 0 -1 4202496 461731 0 0 0 460156 90 0 0 25 0 1 0 739607809 323145728 55539 33554432000 4194304 4580011 140733842680784 18446744073709551615 4406387 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12870/statm: 78893 55539 366 95 0 73875 0
Current children cumulated CPU time (s) 4602.46
Current children cumulated vsize (KiB) 315572

[startup+4662.3 s]
/proc/loadavg: 2.00 2.02 1.99 3/518 13096
/proc/meminfo: memFree=16573744/32950928 swapFree=38156884/67111528
[pid=12870] ppid=12868 vsize=315572 CPUtime=4662.45 cores=0,2,4,6
/proc/12870/stat : 12870 (strangenight2-s) R 12868 12870 12838 0 -1 4202496 461731 0 0 0 466155 90 0 0 25 0 1 0 739607809 323145728 55539 33554432000 4194304 4580011 140733842680784 18446744073709551615 4406390 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12870/statm: 78893 55539 366 95 0 73875 0
Current children cumulated CPU time (s) 4662.45
Current children cumulated vsize (KiB) 315572

[startup+4722.32 s]
/proc/loadavg: 2.10 2.04 2.00 3/518 13098
/proc/meminfo: memFree=16559432/32950928 swapFree=38156884/67111528
[pid=12870] ppid=12868 vsize=255860 CPUtime=4722.48 cores=0,2,4,6
/proc/12870/stat : 12870 (strangenight2-s) R 12868 12870 12838 0 -1 4202496 465070 0 0 0 472157 91 0 0 25 0 1 0 739607809 262000640 55773 33554432000 4194304 4580011 140733842680784 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12870/statm: 63965 55773 366 95 0 58947 0
Current children cumulated CPU time (s) 4722.48
Current children cumulated vsize (KiB) 255860

[startup+4782.3 s]
/proc/loadavg: 2.08 2.05 2.00 3/518 13099
/proc/meminfo: memFree=16542904/32950928 swapFree=38156884/67111528
[pid=12870] ppid=12868 vsize=327428 CPUtime=4782.45 cores=0,2,4,6
/proc/12870/stat : 12870 (strangenight2-s) R 12868 12870 12838 0 -1 4202496 469385 0 0 0 478154 91 0 0 25 0 1 0 739607809 335286272 60088 33554432000 4194304 4580011 140733842680784 18446744073709551615 4305248 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12870/statm: 81857 60088 366 95 0 76839 0
Current children cumulated CPU time (s) 4782.45
Current children cumulated vsize (KiB) 327428

[startup+4842.3 s]
/proc/loadavg: 2.14 2.07 2.01 3/518 13101
/proc/meminfo: memFree=16540000/32950928 swapFree=38156884/67111528
[pid=12870] ppid=12868 vsize=327748 CPUtime=4842.46 cores=0,2,4,6
/proc/12870/stat : 12870 (strangenight2-s) R 12868 12870 12838 0 -1 4202496 471072 0 0 0 484154 92 0 0 25 0 1 0 739607809 335613952 59566 33554432000 4194304 4580011 140733842680784 18446744073709551615 4304862 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12870/statm: 81937 59566 366 95 0 76919 0
Current children cumulated CPU time (s) 4842.46
Current children cumulated vsize (KiB) 327748

[startup+4902.3 s]
/proc/loadavg: 2.10 2.07 2.01 3/518 13102
/proc/meminfo: memFree=16520488/32950928 swapFree=38156884/67111528
[pid=12870] ppid=12868 vsize=346312 CPUtime=4902.46 cores=0,2,4,6
/proc/12870/stat : 12870 (strangenight2-s) R 12868 12870 12838 0 -1 4202496 476701 0 0 0 490153 93 0 0 25 0 1 0 739607809 354623488 63508 33554432000 4194304 4580011 140733842680784 18446744073709551615 4295433 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12870/statm: 86578 63508 366 95 0 81560 0
Current children cumulated CPU time (s) 4902.46
Current children cumulated vsize (KiB) 346312

[startup+4962.3 s]
/proc/loadavg: 2.04 2.05 2.00 3/518 13104
/proc/meminfo: memFree=16517092/32950928 swapFree=38156884/67111528
[pid=12870] ppid=12868 vsize=346312 CPUtime=4962.47 cores=0,2,4,6
/proc/12870/stat : 12870 (strangenight2-s) R 12868 12870 12838 0 -1 4202496 477108 0 0 0 496153 94 0 0 25 0 1 0 739607809 354623488 63915 33554432000 4194304 4580011 140733842680784 18446744073709551615 4406380 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12870/statm: 86578 63915 366 95 0 81560 0
Current children cumulated CPU time (s) 4962.47
Current children cumulated vsize (KiB) 346312



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.02 2.04 2.00 3/518 13105
/proc/meminfo: memFree=16502576/32950928 swapFree=38156884/67111528
[pid=12870] ppid=12868 vsize=346312 CPUtime=5000.09 cores=0,2,4,6
/proc/12870/stat : 12870 (strangenight2-s) R 12868 12870 12838 0 -1 4202496 477108 0 0 0 499915 94 0 0 25 0 1 0 739607809 354623488 63915 33554432000 4194304 4580011 140733842680784 18446744073709551615 4406377 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12870/statm: 86578 63915 366 95 0 81560 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 346312

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

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

[startup+4999.9 s]
/proc/loadavg: 2.02 2.04 2.00 3/518 13105
/proc/meminfo: memFree=16502576/32950928 swapFree=38156884/67111528
[pid=12870] ppid=12868 vsize=346312 CPUtime=5000.09 cores=0,2,4,6
/proc/12870/stat : 12870 (strangenight2-s) R 12868 12870 12838 0 -1 4202496 477108 0 0 0 499915 94 0 0 25 0 1 0 739607809 354623488 63915 33554432000 4194304 4580011 140733842680784 18446744073709551615 4406377 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12870/statm: 86578 63915 366 95 0 81560 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 346312

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.93
CPU time (s): 5000.11
CPU user time (s): 4999.16
CPU system time (s): 0.951855
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 346312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.16
system time used= 0.951855
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 477108
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= 16
involuntary context switches= 4959

runsolver used 26.7289 second user time and 57.7232 second system time

The end

Launcher Data

Begin job on node149 at 2011-05-25 01:35:11
IDJOB=3400928
IDBENCH=20468
IDSOLVER=1887
FILE ID=node149/3400928-1306280111
RUNJOBID= node149-1306280110-12856
PBS_JOBID= 13457837
Free space on /tmp= 73312 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st (fixed)
BENCH NAME= SAT07/industrial/jarvisalo/eq.atree.braun.12.unsat.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3400928-1306280111/watcher-3400928-1306280111 -o /tmp/evaluation-result-3400928-1306280111/solver-3400928-1306280111 -C 5000 -W 5100 -M 15500  ./strangenight2-st HOME/instance-3400928-1306280111.cnf

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

MD5SUM BENCH= 8d6acb9f6b752ad76c024133f5175c69
RANDOM SEED=42712792

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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.82
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.806
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:     32950928 kB
MemFree:      16826856 kB
Buffers:        221864 kB
Cached:        4317124 kB
SwapCached:      42620 kB
Active:        2018304 kB
Inactive:     13811100 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      16826856 kB
SwapTotal:    67111528 kB
SwapFree:     38156884 kB
Dirty:           24584 kB
Writeback:           8 kB
AnonPages:    11260280 kB
Mapped:          16652 kB
Slab:           106936 kB
PageTables:     118092 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 173080768 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= 73312 MiB
End job on node149 at 2011-05-25 02:58:33