Trace number 3368187

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namecrafted/spence/sgen/
sgen3-n140-s20078956-unsat.cnf
MD5SUM8d05c170d9e6ebfc370bd1d7f7c63d86
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables141
Number of clauses292
Sum of the clauses size876
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3292
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.01	c Outputting solution to console
0.00/0.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3368187-1305389811.cnf'
0.00/0.01	c -- header says num vars:            141
0.00/0.01	c -- header says num clauses:         292
0.00/0.01	c -- clauses added:            0 learnts,          292 normals,            0 xors
0.00/0.01	c -- vars added        141
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       141       292         0         0       876         0   no data   no data
0.00/0.01	c asymm  cl-useful: 0/292/292 lits-rem:0 time: 0.00
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    141 time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.01	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.00/0.01	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.01	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.01	c calculated reachability. Time: 0.00
0.00/0.01	c Calc default polars -  time:   0.00 s pos:       6 undec:     131 neg:       4
0.00/0.01	c =========================================================================================
0.00/0.01	c types(t): F = full restart, N = normal restart
0.00/0.01	c types(t): S = simplification begin/end, E = solution found
0.00/0.01	c restart types(rt): st = static, dy = dynamic
0.00/0.01	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.01	c  B st     0         0       141       292         0         0       876         0   no data   no data
0.01/0.05	c Decided on static restart strategy
0.01/0.08	c  N st     8      4916       141       292         0      4401       876     79239   no data   no data
0.18/0.23	c  N st    10     11300       141       292         0      4047       876     62849   no data   no data
0.28/0.39	c  N st    11     17043       141       292         0      9247       876    175404   no data   no data
0.58/0.65	c  F st    12     25003       141       292         0     11138       876    224742   no data   no data
0.58/0.65	c  N st    12     25003       141       292         0     11138       876    224742   no data   no data
0.68/0.79	c Decided on static restart strategy
0.68/0.79	c  N st    18     30000       141       292         0      9576       876    168947   no data   no data
0.68/0.79	c  S st    18     30000       141       292         0      9576       876    168947   no data   no data
0.78/0.81	c  S st    18     30502       141       292         0     10063       876    179094   no data   no data
0.78/0.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
0.78/0.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
0.78/0.81	c blocked clauses removed:        0 vars:      0 tried:         141 T: 0.00 s
0.78/0.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.78/0.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.78/0.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    141 time:  0.00 s
0.78/0.81	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.78/0.82	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.78/0.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.88/0.90	c lits-rem:      1085  cl-subs:      613  v-elim:      0  v-fix:    0  time:  0.08 s
0.88/0.90	c asymm  cl-useful: 0/292/292 lits-rem:0 time: 0.00
0.88/0.90	c calculated reachability. Time: 0.00
0.88/0.90	c  N st    18     30502       141       292         0      9450       876    160829   no data   no data
1.09/1.13	c  N st    20     37613       141       292         0      8673       876    138872   no data   no data
1.28/1.34	c  N st    21     44012       141       292         0     14158       876    270478   no data   no data
1.38/1.41	c  S st    22     45753       141       292         0      7940       876    105270   no data   no data
1.38/1.43	c  S st    22     46256       141       292         0      8428       876    116334   no data   no data
1.38/1.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.38/1.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
1.38/1.43	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1.38/1.43	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.38/1.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.38/1.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    141 time:  0.00 s
1.38/1.43	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1.38/1.43	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
1.38/1.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.38/1.45	c lits-rem:       154  cl-subs:       87  v-elim:      0  v-fix:    0  time:  0.01 s
1.38/1.45	c vivif2 --  cl tried      292 cl shrink        0 lits rem          0 time: 0.00
1.38/1.45	c vivif2 --  cl tried     8341 cl shrink        0 lits rem          0 time: 0.00
1.38/1.45	c asymm  cl-useful: 0/292/292 lits-rem:0 time: 0.00
1.38/1.45	c calculated reachability. Time: 0.00
1.38/1.45	c  N st    22     46256       141       292         0      8341       876    114049   no data   no data
1.98/2.02	c  N st    23     60654       141       292         0     12053       876    202309   no data   no data
2.28/2.36	c  N st    24     69384       141       292         0     10072       876    133850   no data   no data
2.28/2.36	c  S st    24     69384       141       292         0     10072       876    133850   no data   no data
2.28/2.38	c  S st    24     69887       141       292         0     10559       876    144354   no data   no data
2.28/2.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2.28/2.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
2.28/2.38	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2.28/2.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.28/2.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.28/2.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    141 time:  0.00 s
2.28/2.38	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2.28/2.38	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
2.28/2.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.38/2.41	c lits-rem:       286  cl-subs:      219  v-elim:      0  v-fix:    0  time:  0.02 s
2.38/2.41	c vivif2 --  cl tried      292 cl shrink        0 lits rem          0 time: 0.00
2.38/2.41	c vivif2 --  cl tried    10340 cl shrink        0 lits rem          0 time: 0.00
2.38/2.41	c asymm  cl-useful: 0/292/292 lits-rem:0 time: 0.00
2.38/2.41	c calculated reachability. Time: 0.00
2.38/2.41	c  N st    24     69887       141       292         0     10340       876    139204   no data   no data
3.08/3.14	c  F st    25     87501       141       292         0     15029       876    251973   no data   no data
3.08/3.14	c  N st    25     87501       141       292         0     15029       876    251973   no data   no data
3.29/3.34	c Decided on static restart strategy
3.38/3.46	c  N st    32     95538       141       292         0     22247       876    422790   no data   no data
3.78/3.81	c  N st    34    104830       141       292         0     19007       876    313965   no data   no data
3.78/3.81	c  S st    34    104830       141       292         0     19007       876    313965   no data   no data
3.78/3.84	c  S st    34    105332       141       292         0     19498       876    324813   no data   no data
3.78/3.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.78/3.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
3.78/3.85	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3.78/3.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.78/3.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.78/3.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    141 time:  0.00 s
3.78/3.85	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.78/3.85	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
3.78/3.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.08/4.11	c lits-rem:      2528  cl-subs:     1323  v-elim:      0  v-fix:    0  time:  0.25 s
4.08/4.11	c vivif2 --  cl tried      292 cl shrink        0 lits rem          0 time: 0.00
4.08/4.11	c vivif2 --  cl tried    18175 cl shrink        0 lits rem          0 time: 0.00
4.08/4.11	c asymm  cl-useful: 0/292/292 lits-rem:0 time: 0.00
4.08/4.11	c calculated reachability. Time: 0.00
4.08/4.11	c  N st    34    105332       141       292         0     18175       876    286400   no data   no data
4.48/4.50	c  N st    35    114930       141       292         0     14393       876    200541   no data   no data
5.08/5.17	c  N st    36    129327       141       292         0     14008       876    181531   no data   no data
6.08/6.18	c  N st    37    150923       141       292         0     18636       876    291596   no data   no data
6.38/6.45	c  S st    38    157998       141       292         0     24665       876    422384   no data   no data
6.48/6.51	c  S st    38    158503       141       292         0     25158       876    433447   no data   no data
6.48/6.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
6.48/6.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
6.48/6.51	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
6.48/6.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
6.48/6.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.48/6.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    141 time:  0.00 s
6.48/6.51	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
6.48/6.51	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
6.48/6.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.18/7.23	c lits-rem:      3082  cl-subs:     2757  v-elim:      0  v-fix:    0  time:  0.71 s
7.18/7.23	c vivif2 --  cl tried      292 cl shrink        0 lits rem          0 time: 0.00
7.18/7.24	c vivif2 --  cl tried    22401 cl shrink        0 lits rem          0 time: 0.00
7.18/7.24	c asymm  cl-useful: 0/292/292 lits-rem:0 time: 0.00
7.18/7.24	c calculated reachability. Time: 0.00
7.18/7.24	c  N st    38    158503       141       292         0     22401       876    353483   no data   no data
9.89/9.93	c  N st    39    207091       141       292         0     18693       876    253471   no data   no data
11.68/11.77	c  N st    40    237754       141       292         0     27452       876    474728   no data   no data
11.68/11.77	c  S st    40    237754       141       292         0     27452       876    474728   no data   no data
11.78/11.82	c  S st    40    238257       141       292         0     27942       876    485737   no data   no data
11.78/11.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
11.78/11.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
11.78/11.83	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
11.78/11.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
11.78/11.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.78/11.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    141 time:  0.00 s
11.78/11.83	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
11.78/11.84	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
11.78/11.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
12.68/12.77	c lits-rem:      4237  cl-subs:     2645  v-elim:      0  v-fix:    0  time:  0.92 s
12.68/12.77	c vivif2 --  cl tried      292 cl shrink        0 lits rem          0 time: 0.00
12.68/12.77	c vivif2 --  cl tried    25297 cl shrink        0 lits rem          0 time: 0.00
12.68/12.78	c asymm  cl-useful: 0/292/292 lits-rem:0 time: 0.00
12.68/12.78	c calculated reachability. Time: 0.00
12.68/12.78	c  N st    40    238257       141       292         0     25297       876    403240   no data   no data
16.97/17.05	c  F st    41    306250       141       292         0     26219       876    401603   no data   no data
16.97/17.05	c  N st    41    306250       141       292         0     26219       876    401603   no data   no data
17.27/17.32	c Decided on static restart strategy
18.69/18.75	c  N st    51    334562       141       292         0     30764       876    521933   no data   no data
20.18/20.23	c  N st    53    357385       141       292         0     29067       876    454364   no data   no data
20.18/20.23	c  S st    53    357385       141       292         0     29067       876    454364   no data   no data
20.18/20.29	c  S st    53    357889       141       292         0     29563       876    465425   no data   no data
20.18/20.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
20.28/20.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
20.28/20.30	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
20.28/20.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
20.28/20.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
20.28/20.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    141 time:  0.00 s
20.28/20.30	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
20.28/20.30	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
20.28/20.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
20.58/20.62	c lits-rem:      2314  cl-subs:      707  v-elim:      0  v-fix:    0  time:  0.30 s
20.58/20.62	c vivif2 --  cl tried      292 cl shrink        0 lits rem          0 time: 0.00
20.58/20.62	c vivif2 --  cl tried    28856 cl shrink        0 lits rem          0 time: 0.00
20.58/20.63	c asymm  cl-useful: 0/292/292 lits-rem:0 time: 0.01
20.58/20.63	c calculated reachability. Time: 0.00
20.58/20.63	c  N st    53    357889       141       292         0     28856       876    442971   no data   no data
22.98/23.03	c  N st    54    390282       141       292         0     35143       876    591692   no data   no data
27.07/27.19	c  N st    55    438870       141       292         0     29768       876    428686   no data   no data
33.08/33.15	c  N st    56    511752       141       292         0     41556       876    713824   no data   no data
35.19/35.22	c  N st    57    536833       141       292         0     36687       876    572579   no data   no data
35.19/35.22	c  S st    57    536833       141       292         0     36687       876    572579   no data   no data
35.19/35.28	c  S st    57    537333       141       292         0     37173       876    583565   no data   no data
35.19/35.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
35.19/35.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
35.19/35.29	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
35.19/35.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
35.19/35.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
35.19/35.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    141 time:  0.00 s
35.19/35.29	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
35.28/35.30	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
35.28/35.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
35.98/36.02	c lits-rem:      3335  cl-subs:     1475  v-elim:      0  v-fix:    0  time:  0.71 s
35.98/36.02	c vivif2 --  cl tried      292 cl shrink        0 lits rem          0 time: 0.00
35.98/36.02	c vivif2 --  cl tried    35698 cl shrink        0 lits rem          0 time: 0.01
35.98/36.03	c asymm  cl-useful: 0/292/292 lits-rem:0 time: 0.01
35.98/36.03	c calculated reachability. Time: 0.00
35.98/36.03	c  N st    57    537333       141       292         0     35698       876    539947   no data   no data
48.88/48.97	c  N st    58    701319       141       292         0     58770       876   1086395   no data   no data
57.48/57.50	c  N st    59    806001       141       292         0     53994       876    925396   no data   no data
57.48/57.50	c  S st    59    806001       141       292         0     53994       876    925396   no data   no data
57.58/57.64	c  S st    59    806506       141       292         0     54487       876    936293   no data   no data
57.58/57.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
57.58/57.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
57.58/57.66	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
57.58/57.66	c bin-w-bin subsume rem            0 bins  time:  0.00 s
57.58/57.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
57.58/57.66	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    141 time:  0.00 s
57.58/57.66	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
57.58/57.68	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
57.68/57.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
60.78/60.83	c lits-rem:     12604  cl-subs:     4078  v-elim:      0  v-fix:    0  time:  3.13 s
60.78/60.83	c vivif2 --  cl tried      292 cl shrink        0 lits rem          0 time: 0.00
60.78/60.84	c vivif2 --  cl tried    50409 cl shrink        0 lits rem          0 time: 0.01
60.78/60.85	c asymm  cl-useful: 0/292/292 lits-rem:0 time: 0.01
60.78/60.85	c calculated reachability. Time: 0.00
60.78/60.85	c  N st    59    806506       141       292         0     50409       876    811320   no data   no data
84.69/84.79	c  F st    60   1071876       141       292         0     63628       876   1063014   no data   no data
84.69/84.79	c  N st    60   1071876       141       292         0     63628       876   1063014   no data   no data
85.28/85.34	c Decided on static restart strategy
87.08/87.18	c  N st    70   1100189       141       292         0     50836       876    769883   no data   no data
90.28/90.40	c  N st    72   1136182       141       292         0     43177       876    569903   no data   no data
92.98/93.05	c  N st    73   1168574       141       292         0     70854       876   1249797   no data   no data
96.88/96.96	c  N st    74   1209761       141       292         0     65371       876   1038359   no data   no data
96.88/96.96	c  S st    74   1209761       141       292         0     65371       876   1038359   no data   no data
96.98/97.09	c  S st    74   1210262       141       292         0     65854       876   1049446   no data   no data
96.98/97.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
97.08/97.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
97.08/97.11	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
97.08/97.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
97.08/97.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
97.08/97.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    141 time:  0.00 s
97.08/97.11	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
97.08/97.12	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
97.08/97.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
102.68/102.77	c lits-rem:      5959  cl-subs:     9043  v-elim:      0  v-fix:    0  time:  5.62 s
102.68/102.77	c vivif2 --  cl tried      292 cl shrink        0 lits rem          0 time: 0.00
102.68/102.77	c vivif2 --  cl tried    56811 cl shrink        0 lits rem          0 time: 0.01
102.68/102.79	c asymm  cl-useful: 0/292/292 lits-rem:0 time: 0.01
102.68/102.79	c calculated reachability. Time: 0.00
102.68/102.79	c  N st    74   1210262       141       292         0     56811       876    816392   no data   no data
110.58/110.65	c  N st    75   1283144       141       292         0     79555       876   1464618   no data   no data
122.78/122.81	c  N st    76   1392467       141       292         0     44415       876    544643   no data   no data
140.69/140.79	c  N st    77   1556453       141       292         0     49422       876    633174   no data   no data
157.30/157.37	c  N st    78   1710262       141       292         0     85259       876   1526004   no data   no data
157.30/157.37	c  S st    78   1710262       141       292         0     85259       876   1526004   no data   no data
157.58/157.61	c  S st    78   1710770       141       292         0     85754       876   1538150   no data   no data
157.58/157.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
157.58/157.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
157.58/157.66	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
157.58/157.66	c bin-w-bin subsume rem            0 bins  time:  0.00 s
157.58/157.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
157.58/157.66	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    141 time:  0.00 s
157.58/157.66	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
157.58/157.68	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
157.68/157.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
174.68/174.77	c lits-rem:     15233  cl-subs:    10448  v-elim:      0  v-fix:    0  time: 17.05 s
174.68/174.77	c vivif2 --  cl tried      292 cl shrink        0 lits rem          0 time: 0.00
174.68/174.79	c vivif2 --  cl tried    75306 cl shrink        0 lits rem          0 time: 0.02
174.78/174.81	c asymm  cl-useful: 0/292/292 lits-rem:0 time: 0.02
174.78/174.81	c calculated reachability. Time: 0.00
174.78/174.81	c  N st    78   1710770       141       292         0     75306       876   1253928   no data   no data
214.88/214.93	c  N st    79   2079735       141       292         0     83114       876   1339714   no data   no data
230.48/230.52	c  N st    80   2210770       141       292         0     87969       876   1423270   no data   no data
230.48/230.52	c  S st    80   2210770       141       292         0     87969       876   1423270   no data   no data
230.68/230.74	c  S st    80   2211272       141       292         0     88464       876   1435097   no data   no data
230.68/230.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
230.68/230.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
230.68/230.79	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
230.68/230.79	c bin-w-bin subsume rem            0 bins  time:  0.00 s
230.68/230.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
230.68/230.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    141 time:  0.00 s
230.68/230.79	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
230.78/230.81	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
230.78/230.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
245.08/245.17	c lits-rem:     10635  cl-subs:    12005  v-elim:      0  v-fix:    0  time: 14.32 s
245.08/245.17	c vivif2 --  cl tried      292 cl shrink        0 lits rem          0 time: 0.00
245.08/245.19	c vivif2 --  cl tried    76459 cl shrink        0 lits rem          0 time: 0.01
245.19/245.21	c asymm  cl-useful: 0/292/292 lits-rem:0 time: 0.02
245.19/245.21	c calculated reachability. Time: 0.00
245.19/245.21	c  N st    80   2211272       141       292         0     76459       876   1146573   no data   no data
313.58/313.65	c  N st    81   2711272       141       292         0    100732       876   1718399   no data   no data
313.58/313.65	c  S st    81   2711272       141       292         0    100732       876   1718399   no data   no data
313.88/313.91	c  S st    81   2711773       141       292         0    101224       876   1730087   no data   no data
313.88/313.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
313.88/313.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
313.88/313.96	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
313.88/313.96	c bin-w-bin subsume rem            0 bins  time:  0.00 s
313.88/313.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
313.88/313.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    141 time:  0.00 s
313.88/313.96	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
313.88/313.99	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
313.98/314.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
330.78/330.86	c lits-rem:     17896  cl-subs:    10428  v-elim:      0  v-fix:    0  time: 16.83 s
330.78/330.86	c vivif2 --  cl tried      292 cl shrink        0 lits rem          0 time: 0.00
330.78/330.88	c vivif2 --  cl tried    90796 cl shrink        0 lits rem          0 time: 0.02
330.88/330.91	c asymm  cl-useful: 0/292/292 lits-rem:0 time: 0.03
330.88/330.92	c calculated reachability. Time: 0.00
330.88/330.92	c  N st    81   2711773       141       292         0     90796       876   1450352   no data   no data
403.70/403.71	c  N st    82   3211773       141       292         0     69515       876    881986   no data   no data
403.70/403.71	c  S st    82   3211773       141       292         0     69515       876    881986   no data   no data
403.79/403.83	c  S st    82   3212279       141       292         0     70018       876    894756   no data   no data
403.79/403.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
403.79/403.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.01
403.79/403.85	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
403.79/403.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
403.79/403.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
403.79/403.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    141 time:  0.00 s
403.79/403.85	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
403.79/403.86	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
403.79/403.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
404.69/404.75	c lits-rem:      1812  cl-subs:     1760  v-elim:      0  v-fix:    0  time:  0.87 s
404.69/404.75	c vivif2 --  cl tried      292 cl shrink        0 lits rem          0 time: 0.00
404.69/404.76	c vivif2 --  cl tried    68258 cl shrink        0 lits rem          0 time: 0.01
404.69/404.78	c asymm  cl-useful: 0/292/292 lits-rem:0 time: 0.02
404.69/404.78	c calculated reachability. Time: 0.00
404.69/404.78	c  N st    82   3212279       141       292         0     68258       876    852222   no data   no data
479.48/479.54	c  N st    83   3712282       141       292         0     77751       876   1015639   no data   no data
479.48/479.54	c  S st    83   3712282       141       292         0     77751       876   1015639   no data   no data
479.59/479.68	c  S st    83   3712786       141       292         0     78245       876   1027128   no data   no data
479.59/479.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
479.68/479.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.02
479.68/479.71	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
479.68/479.71	c bin-w-bin subsume rem            0 bins  time:  0.00 s
479.68/479.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
479.68/479.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    141 time:  0.00 s
479.68/479.71	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
479.68/479.72	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
479.68/479.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
480.98/481.01	c lits-rem:      3619  cl-subs:     1644  v-elim:      0  v-fix:    0  time:  1.26 s
480.98/481.01	c vivif2 --  cl tried      292 cl shrink        0 lits rem          0 time: 0.00
480.98/481.02	c vivif2 --  cl tried    76601 cl shrink        0 lits rem          0 time: 0.01
480.98/481.04	c asymm  cl-useful: 0/292/292 lits-rem:0 time: 0.02
480.98/481.04	c calculated reachability. Time: 0.00
480.98/481.04	c  N st    83   3712786       141       292         0     76601       876    981092   no data   no data
486.29/486.33	c  F st    84   3751562       141       292         0    108113       876   1725972   no data   no data
486.29/486.33	c  N st    84   3751562       141       292         0    108113       876   1725972   no data   no data
487.09/487.17	c Decided on static restart strategy
491.19/491.27	c  N st    94   3779868       141       292         0    133247       876   2344227   no data   no data
496.10/496.18	c  N st    96   3815862       141       292         0     92812       876   1351623   no data   no data
500.58/500.64	c  N st    97   3848256       141       292         0    120483       876   2045274   no data   no data
508.78/508.83	c  N st    98   3896845       141       292         0     88501       876   1233746   no data   no data
521.08/521.13	c  N st    99   3969728       141       292         0     77199       876    937360   no data   no data
539.99/540.07	c  N st   100   4079051       141       292         0     97637       876   1454424   no data   no data
564.88/564.97	c  N st   101   4212787       141       292         0    133570       876   2290231   no data   no data
564.88/564.97	c  S st   101   4212787       141       292         0    133570       876   2290231   no data   no data
565.18/565.26	c  S st   101   4213287       141       292         0    134058       876   2301576   no data   no data
565.18/565.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
565.29/565.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.05
565.29/565.32	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
565.29/565.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
565.29/565.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
565.29/565.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    141 time:  0.00 s
565.29/565.32	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
565.29/565.35	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
565.40/565.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
599.39/599.49	c lits-rem:     28423  cl-subs:    16784  v-elim:      0  v-fix:    0  time: 34.09 s
599.39/599.49	c vivif2 --  cl tried      292 cl shrink        0 lits rem          0 time: 0.00
599.50/599.52	c vivif2 --  cl tried   117274 cl shrink        0 lits rem          0 time: 0.02
599.50/599.56	c asymm  cl-useful: 0/292/292 lits-rem:0 time: 0.04
599.50/599.56	c calculated reachability. Time: 0.00
599.50/599.56	c  N st   101   4213287       141       292         0    117274       876   1838164   no data   no data
638.49/638.57	c  N st   102   4459264       141       292         0     93483       876   1328268   no data   no data
684.88/684.93	c  N st   103   4713289       141       292         0    147902       876   2566469   no data   no data
684.88/684.93	c  S st   103   4713289       141       292         0    147902       876   2566469   no data   no data
685.08/685.18	c  S st   103   4713790       141       292         0    148388       876   2577446   no data   no data
685.08/685.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
685.19/685.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.06
685.19/685.25	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
685.19/685.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
685.19/685.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
685.19/685.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    141 time:  0.00 s
685.19/685.25	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
685.19/685.28	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
685.30/685.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
733.28/733.31	c lits-rem:     31703  cl-subs:    22006  v-elim:      0  v-fix:    0  time: 47.96 s
733.28/733.31	c vivif2 --  cl tried      292 cl shrink        0 lits rem          0 time: 0.00
733.28/733.34	c vivif2 --  cl tried   126382 cl shrink        0 lits rem          0 time: 0.03
733.28/733.38	c asymm  cl-useful: 0/292/292 lits-rem:0 time: 0.05
733.28/733.39	c calculated reachability. Time: 0.00
733.28/733.39	c  N st   103   4713790       141       292         0    126382       876   2019895   no data   no data
817.09/817.15	c  N st   104   5213792       141       292         0    146215       876   2501130   no data   no data
817.09/817.15	c  S st   104   5213792       141       292         0    146215       876   2501130   no data   no data
817.39/817.45	c  S st   104   5214293       141       292         0    146710       876   2513328   no data   no data
817.39/817.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
817.49/817.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.05
817.49/817.51	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
817.49/817.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
817.49/817.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
817.49/817.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    141 time:  0.00 s
817.49/817.51	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
817.49/817.54	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
817.59/817.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
857.29/857.30	c lits-rem:     21430  cl-subs:    19151  v-elim:      0  v-fix:    0  time: 39.70 s
857.29/857.30	c vivif2 --  cl tried      292 cl shrink        0 lits rem          0 time: 0.00
857.29/857.32	c vivif2 --  cl tried   127559 cl shrink        0 lits rem          0 time: 0.03
857.29/857.37	c asymm  cl-useful: 0/292/292 lits-rem:0 time: 0.04
857.29/857.37	c calculated reachability. Time: 0.00
857.29/857.37	c  N st   104   5214293       141       292         0    127559       876   1979260   no data   no data
944.58/944.68	c  N st   105   5714293       141       292         0    119153       876   1722329   no data   no data
944.58/944.68	c  S st   105   5714293       141       292         0    119153       876   1722329   no data   no data
944.79/944.89	c  S st   105   5714798       141       292         0    119651       876   1735605   no data   no data
944.79/944.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
944.90/944.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.04
944.90/944.94	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
944.90/944.94	c bin-w-bin subsume rem            0 bins  time:  0.00 s
944.90/944.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
944.90/944.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    141 time:  0.00 s
944.90/944.94	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
944.90/944.96	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
944.99/945.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
960.69/960.70	c lits-rem:     10350  cl-subs:    12174  v-elim:      0  v-fix:    0  time: 15.69 s
960.69/960.70	c vivif2 --  cl tried      292 cl shrink        0 lits rem          0 time: 0.00
960.69/960.72	c vivif2 --  cl tried   107477 cl shrink        0 lits rem          0 time: 0.02
960.69/960.78	c asymm  cl-useful: 0/292/292 lits-rem:0 time: 0.06
960.69/960.79	c calculated reachability. Time: 0.00
960.69/960.79	c  N st   105   5714798       141       292         0    107477       876   1434406   no data   no data
1053.49/1053.55	c  N st   106   6214798       141       292         0    169070       876   2833076   no data   no data
1053.49/1053.55	c  S st   106   6214798       141       292         0    169070       876   2833076   no data   no data
1053.80/1053.87	c  S st   106   6215300       141       292         0    169562       876   2845151   no data   no data
1053.80/1053.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1053.89/1053.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.0M T:  0.07
1053.89/1053.95	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1053.89/1053.95	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1053.89/1053.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1053.89/1053.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    141 time:  0.00 s
1053.89/1053.95	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1053.89/1053.98	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1053.99/1054.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1146.10/1146.19	c lits-rem:     32328  cl-subs:    38425  v-elim:      0  v-fix:    0  time: 92.13 s
1146.10/1146.19	c vivif2 --  cl tried      292 cl shrink        0 lits rem          0 time: 0.00
1146.20/1146.22	c vivif2 --  cl tried   131137 cl shrink        0 lits rem          0 time: 0.03
1146.29/1146.30	c asymm  cl-useful: 0/292/292 lits-rem:0 time: 0.08
1146.29/1146.30	c calculated reachability. Time: 0.00
1146.29/1146.30	c  N st   106   6215300       141       292         0    131137       876   1950869   no data   no data
1243.49/1243.58	c  N st   107   6715303       141       292         0     92176       876   1080200   no data   no data
1243.49/1243.58	c  S st   107   6715303       141       292         0     92176       876   1080200   no data   no data
1243.69/1243.73	c  S st   107   6715811       141       292         0     92669       876   1092182   no data   no data
1243.69/1243.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1243.69/1243.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.02
1243.69/1243.76	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1243.69/1243.76	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1243.69/1243.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1243.69/1243.76	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    141 time:  0.00 s
1243.69/1243.76	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1243.69/1243.78	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1243.79/1243.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1244.19/1244.20	c lits-rem:       455  cl-subs:      675  v-elim:      0  v-fix:    0  time:  0.39 s
1244.19/1244.20	c vivif2 --  cl tried      292 cl shrink        0 lits rem          0 time: 0.00
1244.19/1244.22	c vivif2 --  cl tried    91994 cl shrink        0 lits rem          0 time: 0.01
1244.19/1244.24	c asymm  cl-useful: 0/292/292 lits-rem:0 time: 0.02
1244.19/1244.24	c calculated reachability. Time: 0.00
1244.19/1244.24	c  N st   107   6715811       141       292         0     91994       876   1076628   no data   no data

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-3368187-1305389811/watcher-3368187-1305389811 -o /tmp/evaluation-result-3368187-1305389811/solver-3368187-1305389811 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3368187-1305389811.cnf 

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 4.01 4.02 3.97 4/321 8429
/proc/meminfo: memFree=23140944/32951124 swapFree=59305796/67111528
[pid=8429] ppid=8427 vsize=11796 CPUtime=0 cores=4,6
/proc/8429/stat : 8429 (runsolver) R 8427 8429 8223 0 -1 4202560 41 0 0 0 0 0 0 0 25 0 1 0 729211534 12079104 49 33554432000 4194304 5432360 140734398474720 18446744073709551615 4881623 0 2147483391 4096 24578 0 0 0 17 6 0 0 0
/proc/8429/statm: 2949 49 30 303 0 2643 0

[startup+0.0287599 s]
/proc/loadavg: 4.01 4.02 3.97 4/321 8429
/proc/meminfo: memFree=23140944/32951124 swapFree=59305796/67111528
[pid=8429] ppid=8427 vsize=29712 CPUtime=0.01 cores=4,6
/proc/8429/stat : 8429 (strangenight2-s) R 8427 8429 8223 0 -1 4202496 542 0 0 0 1 0 0 0 25 0 1 0 729211534 30425088 482 33554432000 4194304 4580011 140733502431760 18446744073709551615 4322502 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/8429/statm: 7428 482 363 95 0 2410 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 29712

[startup+0.100752 s]
/proc/loadavg: 4.01 4.02 3.97 4/321 8429
/proc/meminfo: memFree=23140944/32951124 swapFree=59305796/67111528
[pid=8429] ppid=8427 vsize=30052 CPUtime=0.08 cores=4,6
/proc/8429/stat : 8429 (strangenight2-s) R 8427 8429 8223 0 -1 4202496 715 0 0 0 8 0 0 0 25 0 1 0 729211534 30773248 560 33554432000 4194304 4580011 140733502431760 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/8429/statm: 7513 560 364 95 0 2495 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 30052

[startup+0.300731 s]
/proc/loadavg: 4.01 4.02 3.97 4/321 8429
/proc/meminfo: memFree=23140944/32951124 swapFree=59305796/67111528
[pid=8429] ppid=8427 vsize=30496 CPUtime=0.28 cores=4,6
/proc/8429/stat : 8429 (strangenight2-s) R 8427 8429 8223 0 -1 4202496 1044 0 0 0 28 0 0 0 25 0 1 0 729211534 31227904 714 33554432000 4194304 4580011 140733502431760 18446744073709551615 4294512 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/8429/statm: 7624 714 364 95 0 2606 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 30496

[startup+0.700662 s]
/proc/loadavg: 4.01 4.02 3.97 4/321 8429
/proc/meminfo: memFree=23140944/32951124 swapFree=59305796/67111528
[pid=8429] ppid=8427 vsize=31268 CPUtime=0.68 cores=4,6
/proc/8429/stat : 8429 (strangenight2-s) R 8427 8429 8223 0 -1 4202496 1645 0 0 0 68 0 0 0 25 0 1 0 729211534 32018432 816 33554432000 4194304 4580011 140733502431760 18446744073709551615 4302522 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/8429/statm: 7817 816 365 95 0 2799 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 31268

[startup+1.50052 s]
/proc/loadavg: 4.01 4.02 3.97 5/327 8440
/proc/meminfo: memFree=23110508/32951124 swapFree=59305796/67111528
[pid=8429] ppid=8427 vsize=36560 CPUtime=1.48 cores=4,6
/proc/8429/stat : 8429 (strangenight2-s) R 8427 8429 8223 0 -1 4202496 3625 0 0 0 148 0 0 0 25 0 1 0 729211534 37437440 2121 33554432000 4194304 4580011 140733502431760 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/8429/statm: 9140 2121 367 95 0 4122 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 36560

[startup+3.10019 s]
/proc/loadavg: 4.01 4.02 3.97 5/327 8440
/proc/meminfo: memFree=23098400/32951124 swapFree=59305796/67111528
[pid=8429] ppid=8427 vsize=37756 CPUtime=3.08 cores=4,6
/proc/8429/stat : 8429 (strangenight2-s) R 8427 8429 8223 0 -1 4202496 5233 0 0 0 308 0 0 0 25 0 1 0 729211534 38662144 2452 33554432000 4194304 4580011 140733502431760 18446744073709551615 4294514 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/8429/statm: 9439 2452 367 95 0 4421 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 37756

[startup+6.30062 s]
/proc/loadavg: 4.01 4.02 3.97 5/327 8440
/proc/meminfo: memFree=23074024/32951124 swapFree=59305796/67111528
[pid=8429] ppid=8427 vsize=42900 CPUtime=6.28 cores=4,6
/proc/8429/stat : 8429 (strangenight2-s) R 8427 8429 8223 0 -1 4202496 8767 0 0 0 627 1 0 0 25 0 1 0 729211534 43929600 3819 33554432000 4194304 4580011 140733502431760 18446744073709551615 4296060 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/8429/statm: 10725 3819 367 95 0 5707 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 42900

[startup+12.7004 s]
/proc/loadavg: 4.01 4.02 3.97 5/327 8440
/proc/meminfo: memFree=23033760/32951124 swapFree=59305796/67111528
[pid=8429] ppid=8427 vsize=52168 CPUtime=12.68 cores=4,6
/proc/8429/stat : 8429 (strangenight2-s) R 8427 8429 8223 0 -1 4202496 13934 0 0 0 1266 2 0 0 25 0 1 0 729211534 53420032 6065 33554432000 4194304 4580011 140733502431760 18446744073709551615 4415683 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/8429/statm: 13042 6065 367 95 0 8024 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 52168

[startup+25.5011 s]
/proc/loadavg: 4.01 4.02 3.97 5/327 8441
/proc/meminfo: memFree=23006612/32951124 swapFree=59305796/67111528
[pid=8429] ppid=8427 vsize=55260 CPUtime=25.48 cores=4,6
/proc/8429/stat : 8429 (strangenight2-s) R 8427 8429 8223 0 -1 4202496 21160 0 0 0 2545 3 0 0 25 0 1 0 729211534 56586240 6940 33554432000 4194304 4580011 140733502431760 18446744073709551615 4294386 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/8429/statm: 13815 6940 367 95 0 8797 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 55260

[startup+51.1003 s]
/proc/loadavg: 4.00 4.02 3.97 5/327 8441
/proc/meminfo: memFree=22971576/32951124 swapFree=59305796/67111528
[pid=8429] ppid=8427 vsize=60260 CPUtime=51.08 cores=4,6
/proc/8429/stat : 8429 (strangenight2-s) R 8427 8429 8223 0 -1 4202496 33179 0 0 0 5102 6 0 0 25 0 1 0 729211534 61706240 8349 33554432000 4194304 4580011 140733502431760 18446744073709551615 4294378 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/8429/statm: 15065 8349 367 95 0 10047 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 60260

[startup+102.312 s]
/proc/loadavg: 4.00 4.01 3.97 5/327 8443
/proc/meminfo: memFree=22897764/32951124 swapFree=59305796/67111528
[pid=8429] ppid=8427 vsize=82996 CPUtime=102.29 cores=4,6
/proc/8429/stat : 8429 (strangenight2-s) R 8427 8429 8223 0 -1 4202496 55032 0 0 0 10219 10 0 0 25 0 1 0 729211534 84987904 13677 33554432000 4194304 4580011 140733502431760 18446744073709551615 4416367 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/8429/statm: 20749 13677 367 95 0 15731 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 82996

[startup+162.301 s]
/proc/loadavg: 4.05 4.02 3.97 5/327 8444
/proc/meminfo: memFree=22813884/32951124 swapFree=59305796/67111528
[pid=8429] ppid=8427 vsize=98960 CPUtime=162.28 cores=4,6
/proc/8429/stat : 8429 (strangenight2-s) R 8427 8429 8223 0 -1 4202496 76531 0 0 0 16215 13 0 0 25 0 1 0 729211534 101335040 17852 33554432000 4194304 4580011 140733502431760 18446744073709551615 4406377 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/8429/statm: 24740 17852 367 95 0 19722 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 98960

[startup+222.3 s]
/proc/loadavg: 4.06 4.03 3.98 6/327 8446
/proc/meminfo: memFree=22770588/32951124 swapFree=59305796/67111528
[pid=8429] ppid=8427 vsize=99244 CPUtime=222.28 cores=4,6
/proc/8429/stat : 8429 (strangenight2-s) R 8427 8429 8223 0 -1 4202496 90792 0 0 0 22212 16 0 0 25 0 1 0 729211534 101625856 17710 33554432000 4194304 4580011 140733502431760 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/8429/statm: 24811 17710 367 95 0 19793 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 99244

[startup+282.3 s]
/proc/loadavg: 4.08 4.04 3.98 5/327 8447
/proc/meminfo: memFree=22742504/32951124 swapFree=59305796/67111528
[pid=8429] ppid=8427 vsize=104180 CPUtime=282.28 cores=4,6
/proc/8429/stat : 8429 (strangenight2-s) R 8427 8429 8223 0 -1 4202496 103534 0 0 0 28210 18 0 0 25 0 1 0 729211534 106680320 19285 33554432000 4194304 4580011 140733502431760 18446744073709551615 4293203 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/8429/statm: 26045 19285 367 95 0 21027 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 104180

[startup+342.3 s]
/proc/loadavg: 4.03 4.03 3.98 5/327 8449
/proc/meminfo: memFree=22721760/32951124 swapFree=59305796/67111528
[pid=8429] ppid=8427 vsize=117056 CPUtime=342.29 cores=4,6
/proc/8429/stat : 8429 (strangenight2-s) R 8427 8429 8223 0 -1 4202496 116521 0 0 0 34208 21 0 0 25 0 1 0 729211534 119865344 22153 33554432000 4194304 4580011 140733502431760 18446744073709551615 4294344 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/8429/statm: 29264 22153 367 95 0 24246 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 117056

[startup+402.301 s]
/proc/loadavg: 4.01 4.02 3.98 5/327 8451
/proc/meminfo: memFree=22704112/32951124 swapFree=59305796/67111528
[pid=8429] ppid=8427 vsize=117216 CPUtime=402.28 cores=4,6
/proc/8429/stat : 8429 (strangenight2-s) R 8427 8429 8223 0 -1 4202496 129785 0 0 0 40205 23 0 0 25 0 1 0 729211534 120029184 22842 33554432000 4194304 4580011 140733502431760 18446744073709551615 4294475 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/8429/statm: 29304 22842 367 95 0 24286 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 117216

[startup+462.301 s]
/proc/loadavg: 4.00 4.02 3.98 5/327 8452
/proc/meminfo: memFree=22688948/32951124 swapFree=59305796/67111528
[pid=8429] ppid=8427 vsize=117612 CPUtime=462.29 cores=4,6
/proc/8429/stat : 8429 (strangenight2-s) R 8427 8429 8223 0 -1 4202496 143628 0 0 0 46202 27 0 0 25 0 1 0 729211534 120434688 22814 33554432000 4194304 4580011 140733502431760 18446744073709551615 4294344 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/8429/statm: 29403 22814 367 95 0 24385 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 117612

[startup+522.301 s]
/proc/loadavg: 4.00 4.01 3.98 5/327 8454
/proc/meminfo: memFree=22685072/32951124 swapFree=59305796/67111528
[pid=8429] ppid=8427 vsize=118464 CPUtime=522.28 cores=4,6
/proc/8429/stat : 8429 (strangenight2-s) R 8427 8429 8223 0 -1 4202496 157208 0 0 0 52199 29 0 0 25 0 1 0 729211534 121307136 21814 33554432000 4194304 4580011 140733502431760 18446744073709551615 4295372 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/8429/statm: 29616 21814 367 95 0 24598 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 118464

[startup+582.301 s]
/proc/loadavg: 4.04 4.02 3.99 5/327 8455
/proc/meminfo: memFree=22650792/32951124 swapFree=59305796/67111528
[pid=8429] ppid=8427 vsize=141908 CPUtime=582.29 cores=4,6
/proc/8429/stat : 8429 (strangenight2-s) R 8427 8429 8223 0 -1 4202496 170297 0 0 0 58197 32 0 0 25 0 1 0 729211534 145313792 28406 33554432000 4194304 4580011 140733502431760 18446744073709551615 4406259 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/8429/statm: 35477 28406 367 95 0 30459 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 141908

[startup+642.3 s]
/proc/loadavg: 4.01 4.02 3.99 5/327 8457
/proc/meminfo: memFree=22596676/32951124 swapFree=59305796/67111528
[pid=8429] ppid=8427 vsize=151444 CPUtime=642.29 cores=4,6
/proc/8429/stat : 8429 (strangenight2-s) R 8427 8429 8223 0 -1 4202496 176395 0 0 0 64196 33 0 0 25 0 1 0 729211534 155078656 31059 33554432000 4194304 4580011 140733502431760 18446744073709551615 4294326 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/8429/statm: 37861 31059 367 95 0 32843 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 151444

[startup+702.3 s]
/proc/loadavg: 4.14 4.04 4.00 5/327 8459
/proc/meminfo: memFree=22560556/32951124 swapFree=59305796/67111528
[pid=8429] ppid=8427 vsize=165800 CPUtime=702.28 cores=4,6
/proc/8429/stat : 8429 (strangenight2-s) R 8427 8429 8223 0 -1 4202496 180178 0 0 0 70194 34 0 0 25 0 1 0 729211534 169779200 34842 33554432000 4194304 4580011 140733502431760 18446744073709551615 4406259 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/8429/statm: 41450 34842 367 95 0 36432 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 165800

[startup+762.312 s]
/proc/loadavg: 4.05 4.03 4.00 5/327 8460
/proc/meminfo: memFree=22573800/32951124 swapFree=59305796/67111528
[pid=8429] ppid=8427 vsize=165860 CPUtime=762.29 cores=4,6
/proc/8429/stat : 8429 (strangenight2-s) R 8427 8429 8223 0 -1 4202496 186487 0 0 0 76194 35 0 0 25 0 1 0 729211534 169840640 34262 33554432000 4194304 4580011 140733502431760 18446744073709551615 4294335 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/8429/statm: 41465 34262 367 95 0 36447 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 165860

[startup+822.301 s]
/proc/loadavg: 4.16 4.07 4.01 5/327 8462
/proc/meminfo: memFree=22578092/32951124 swapFree=59305796/67111528
[pid=8429] ppid=8427 vsize=166232 CPUtime=822.29 cores=4,6
/proc/8429/stat : 8429 (strangenight2-s) R 8427 8429 8223 0 -1 4202496 197429 0 0 0 82191 38 0 0 25 0 1 0 729211534 170221568 34964 33554432000 4194304 4580011 140733502431760 18446744073709551615 4406380 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/8429/statm: 41558 34964 367 95 0 36540 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 166232

[startup+882.301 s]
/proc/loadavg: 4.06 4.05 4.00 5/327 8463
/proc/meminfo: memFree=22571244/32951124 swapFree=59305796/67111528
[pid=8429] ppid=8427 vsize=166272 CPUtime=882.28 cores=4,6
/proc/8429/stat : 8429 (strangenight2-s) R 8427 8429 8223 0 -1 4202496 201578 0 0 0 88190 38 0 0 25 0 1 0 729211534 170262528 35254 33554432000 4194304 4580011 140733502431760 18446744073709551615 4294501 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/8429/statm: 41568 35254 367 95 0 36550 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 166272

[startup+942.301 s]
/proc/loadavg: 4.02 4.04 4.00 5/327 8465
/proc/meminfo: memFree=22524084/32951124 swapFree=59305796/67111528
[pid=8429] ppid=8427 vsize=189176 CPUtime=942.28 cores=4,6
/proc/8429/stat : 8429 (strangenight2-s) R 8427 8429 8223 0 -1 4202496 210717 0 0 0 94188 40 0 0 25 0 1 0 729211534 193716224 41025 33554432000 4194304 4580011 140733502431760 18446744073709551615 4293032 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/8429/statm: 47294 41025 367 95 0 42276 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 189176

[startup+1002.3 s]
/proc/loadavg: 4.00 4.03 4.00 5/327 8467
/proc/meminfo: memFree=22544532/32951124 swapFree=59305796/67111528
[pid=8429] ppid=8427 vsize=162228 CPUtime=1002.29 cores=4,6
/proc/8429/stat : 8429 (strangenight2-s) R 8427 8429 8223 0 -1 4202496 213170 0 0 0 100188 41 0 0 25 0 1 0 729211534 166121472 33068 33554432000 4194304 4580011 140733502431760 18446744073709551615 4293179 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/8429/statm: 40557 33068 367 95 0 35539 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 162228

[startup+1062.3 s]
/proc/loadavg: 4.13 4.06 4.01 5/327 8468
/proc/meminfo: memFree=22477268/32951124 swapFree=59305796/67111528
[pid=8429] ppid=8427 vsize=183324 CPUtime=1062.29 cores=4,6
/proc/8429/stat : 8429 (strangenight2-s) R 8427 8429 8223 0 -1 4202496 226564 0 0 0 106186 43 0 0 25 0 1 0 729211534 187723776 39467 33554432000 4194304 4580011 140733502431760 18446744073709551615 4406228 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/8429/statm: 45831 39467 367 95 0 40813 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 183324

[startup+1122.3 s]
/proc/loadavg: 4.11 4.06 4.01 5/327 8470
/proc/meminfo: memFree=22453540/32951124 swapFree=59305796/67111528
[pid=8429] ppid=8427 vsize=183324 CPUtime=1122.29 cores=4,6
/proc/8429/stat : 8429 (strangenight2-s) R 8427 8429 8223 0 -1 4202496 226564 0 0 0 112186 43 0 0 25 0 1 0 729211534 187723776 39467 33554432000 4194304 4580011 140733502431760 18446744073709551615 4406377 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/8429/statm: 45831 39467 367 95 0 40813 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 183324

[startup+1182.3 s]
/proc/loadavg: 4.04 4.05 4.00 5/327 8471
/proc/meminfo: memFree=22453752/32951124 swapFree=59305796/67111528
[pid=8429] ppid=8427 vsize=183336 CPUtime=1182.29 cores=4,6
/proc/8429/stat : 8429 (strangenight2-s) R 8427 8429 8223 0 -1 4202496 232901 0 0 0 118183 46 0 0 25 0 1 0 729211534 187736064 37675 33554432000 4194304 4580011 140733502431760 18446744073709551615 4294481 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/8429/statm: 45834 37675 367 95 0 40816 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 183336

[startup+1242.3 s]
/proc/loadavg: 4.05 4.05 4.00 5/327 8473
/proc/meminfo: memFree=22406716/32951124 swapFree=59305796/67111528
[pid=8429] ppid=8427 vsize=183452 CPUtime=1242.29 cores=4,6
/proc/8429/stat : 8429 (strangenight2-s) R 8427 8429 8223 0 -1 4202496 242293 0 0 0 124181 48 0 0 25 0 1 0 729211534 187854848 39689 33554432000 4194304 4580011 140733502431760 18446744073709551615 4304862 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/8429/statm: 45863 39689 367 95 0 40845 0
Current children cumulated CPU time (s) 1242.29
Current children cumulated vsize (KiB) 183452



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.05 4.05 4.00 3/323 8477
/proc/meminfo: memFree=22752668/32951124 swapFree=59305796/67111528
[pid=8429] ppid=8427 vsize=183820 CPUtime=1300 cores=4,6
/proc/8429/stat : 8429 (strangenight2-s) R 8427 8429 8223 0 -1 4202496 253310 0 0 0 129949 51 0 0 25 0 1 0 729211534 188231680 38979 33554432000 4194304 4580011 140733502431760 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/8429/statm: 45955 38979 367 95 0 40937 0
Current children cumulated CPU time (s) 1300
Current children cumulated vsize (KiB) 183820

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.02
CPU user time (s): 1299.5
CPU system time (s): 0.517921
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 245792

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

runsolver used 4.30635 second user time and 8.90465 second system time

The end

Launcher Data

Begin job on node111 at 2011-05-14 18:16:51
IDJOB=3368187
IDBENCH=83150
IDSOLVER=1845
FILE ID=node111/3368187-1305389811
RUNJOBID= node111-1305388508-8242
PBS_JOBID= 13324403
Free space on /tmp= 73664 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st (fixed)
BENCH NAME= SAT11/crafted/spence/sgen/sgen3-n140-s20078956-unsat.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3368187-1305389811/watcher-3368187-1305389811 -o /tmp/evaluation-result-3368187-1305389811/solver-3368187-1305389811 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3368187-1305389811.cnf

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

MD5SUM BENCH= 8d05c170d9e6ebfc370bd1d7f7c63d86
RANDOM SEED=1576615090

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23141224 kB
Buffers:        251496 kB
Cached:        6309968 kB
SwapCached:      13720 kB
Active:         812884 kB
Inactive:      8782128 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23141224 kB
SwapTotal:    67111528 kB
SwapFree:     59305796 kB
Dirty:           16352 kB
Writeback:           0 kB
AnonPages:     3029228 kB
Mapped:          13620 kB
Slab:           113428 kB
PageTables:      36892 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 53383188 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= 73664 MiB
End job on node111 at 2011-05-14 18:38:33