Trace number 3368193

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

General information on the benchmark

Namecrafted/spence/sgen/
sgen3-n190-s29985700-unsat.cnf
MD5SUMf2cf61fc47972fb7e89be65d1a83332e
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 variables193
Number of clauses396
Sum of the clauses size1188
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3396
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-3368193-1305389876.cnf'
0.00/0.01	c -- header says num vars:            193
0.00/0.01	c -- header says num clauses:         396
0.00/0.01	c -- clauses added:            0 learnts,          396 normals,            0 xors
0.00/0.01	c -- vars added        193
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       193       396         0         0      1188         0   no data   no data
0.00/0.01	c asymm  cl-useful: 0/396/396 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:    193 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:       1 undec:     185 neg:       7
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       193       396         0         0      1188         0   no data   no data
0.00/0.06	c  N dy    16      4090       193       396         0      3713      1188     75421     12.05     12.91
0.09/0.13	c  N dy    34      8097       193       396         0      5107      1188     89868     12.40     13.38
0.19/0.22	c  N dy    55     12427       193       396         0      5262      1188     76295     12.29     12.98
0.29/0.32	c  N dy    63     16514       193       396         0      9054      1188    158468     11.89     12.62
0.39/0.44	c  N dy    95     20844       193       396         0      7921      1188    117162     12.18     12.95
0.49/0.55	c  N dy   113     24907       193       396         0     11773      1188    202511     12.21     15.60
0.49/0.55	c  F st   114     25000       193       396         0     11860      1188    204211     12.22   no data
0.59/0.69	c Decided on static restart strategy
0.59/0.69	c  N st   120     30000       193       396         0     10126      1188    170953     12.22   no data
0.59/0.69	c  S st   120     30000       193       396         0     10126      1188    170953     12.22   no data
0.69/0.71	c  S st   120     30504       193       396         0     10618      1188    182395     12.22   no data
0.69/0.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
0.69/0.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
0.69/0.71	c blocked clauses removed:        0 vars:      0 tried:         193 T: 0.00 s
0.69/0.71	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.69/0.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.69/0.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    193 time:  0.00 s
0.69/0.71	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.69/0.71	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.69/0.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.69/0.77	c lits-rem:       529  cl-subs:      301  v-elim:      0  v-fix:    0  time:  0.06 s
0.69/0.78	c asymm  cl-useful: 0/396/396 lits-rem:0 time: 0.00
0.69/0.78	c calculated reachability. Time: 0.00
0.69/0.78	c  N st   120     30504       193       396         0     10317      1188    172492     12.22   no data
1.00/1.03	c  N st   122     37615       193       396         0      9447      1188    224302     12.22   no data
1.19/1.25	c  N st   123     44014       193       396         0     14822      1188    386605     12.22   no data
1.29/1.31	c  S st   124     45758       193       396         0      8417      1188    168978     12.22   no data
1.29/1.33	c  S st   124     46260       193       396         0      8896      1188    180205     12.22   no data
1.29/1.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.29/1.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
1.29/1.33	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1.29/1.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.29/1.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.29/1.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    193 time:  0.00 s
1.29/1.33	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1.29/1.33	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
1.29/1.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.39/1.40	c lits-rem:      1006  cl-subs:      348  v-elim:      0  v-fix:    0  time:  0.06 s
1.39/1.40	c vivif2 --  cl tried      396 cl shrink        0 lits rem          0 time: 0.00
1.39/1.40	c vivif2 --  cl tried     8548 cl shrink        0 lits rem          0 time: 0.00
1.39/1.40	c asymm  cl-useful: 0/396/396 lits-rem:0 time: 0.00
1.39/1.40	c calculated reachability. Time: 0.00
1.39/1.40	c  N st   124     46260       193       396         0      8548      1188    168815     12.22   no data
1.99/2.08	c  N st   125     60657       193       396         0     12329      1188    302716     12.22   no data
2.49/2.51	c  N st   126     69392       193       396         0     10248      1188    203021     12.22   no data
2.49/2.51	c  S st   126     69392       193       396         0     10248      1188    203021     12.22   no data
2.49/2.53	c  S st   126     69894       193       396         0     10734      1188    214437     12.22   no data
2.49/2.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2.49/2.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
2.49/2.54	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2.49/2.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.49/2.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.49/2.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    193 time:  0.00 s
2.49/2.54	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2.49/2.54	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
2.49/2.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.59/2.61	c lits-rem:       870  cl-subs:      408  v-elim:      0  v-fix:    0  time:  0.07 s
2.59/2.61	c vivif2 --  cl tried      396 cl shrink        0 lits rem          0 time: 0.00
2.59/2.62	c vivif2 --  cl tried    10326 cl shrink        0 lits rem          0 time: 0.00
2.59/2.62	c asymm  cl-useful: 0/396/396 lits-rem:0 time: 0.00
2.59/2.62	c calculated reachability. Time: 0.00
2.59/2.62	c  N st   126     69894       193       396         0     10326      1188    198584     12.22   no data
3.39/3.48	c  F st   127     87500       193       396         0     15431      1188    356638     12.22   no data
3.39/3.48	c  N st   127     87500       193       396         0     15431      1188    356638     12.22   no data
3.59/3.67	c Decided on static restart strategy
3.69/3.78	c  N st   134     95540       193       396         0     22765      1188    544908     12.22   no data
4.09/4.15	c  N st   136    104843       193       396         0     19225      1188    442988     12.22   no data
4.09/4.15	c  S st   136    104843       193       396         0     19225      1188    442988     12.22   no data
4.09/4.19	c  S st   136    105343       193       396         0     19711      1188    456099     12.22   no data
4.09/4.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.09/4.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
4.09/4.19	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4.09/4.19	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.09/4.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.09/4.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    193 time:  0.00 s
4.09/4.19	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.19/4.20	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
4.19/4.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.49/4.59	c lits-rem:      4214  cl-subs:      894  v-elim:      0  v-fix:    0  time:  0.38 s
4.49/4.59	c vivif2 --  cl tried      396 cl shrink        0 lits rem          0 time: 0.00
4.49/4.59	c vivif2 --  cl tried    18817 cl shrink        0 lits rem          0 time: 0.00
4.59/4.60	c asymm  cl-useful: 0/396/396 lits-rem:0 time: 0.00
4.59/4.60	c calculated reachability. Time: 0.00
4.59/4.60	c  N st   136    105343       193       396         0     18817      1188    416909     12.22   no data
4.99/5.03	c  N st   137    114941       193       396         0     15146      1188    285793     12.22   no data
5.69/5.75	c  N st   138    129338       193       396         0     14572      1188    257654     12.22   no data
6.69/6.74	c  N st   139    150935       193       396         0     19367      1188    376536     12.22   no data
7.08/7.16	c  S st   140    158014       193       396         0     25601      1188    597750     12.22   no data
7.18/7.20	c  S st   140    158517       193       396         0     26087      1188    609551     12.22   no data
7.18/7.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.18/7.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
7.18/7.21	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
7.18/7.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.18/7.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.18/7.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    193 time:  0.00 s
7.18/7.21	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
7.18/7.22	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
7.18/7.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.29/8.31	c lits-rem:      7548  cl-subs:     2128  v-elim:      0  v-fix:    0  time:  1.08 s
8.29/8.31	c vivif2 --  cl tried      396 cl shrink        0 lits rem          0 time: 0.00
8.29/8.32	c vivif2 --  cl tried    23959 cl shrink        0 lits rem          0 time: 0.01
8.29/8.32	c asymm  cl-useful: 0/396/396 lits-rem:0 time: 0.01
8.29/8.32	c calculated reachability. Time: 0.00
8.29/8.32	c  N st   140    158517       193       396         0     23959      1188    520059     12.22   no data
11.29/11.30	c  N st   141    207105       193       396         0     19045      1188    343373     12.22   no data
13.29/13.34	c  N st   142    237775       193       396         0     28561      1188    677901     12.22   no data
13.29/13.34	c  S st   142    237775       193       396         0     28561      1188    677901     12.22   no data
13.29/13.38	c  S st   142    238279       193       396         0     29052      1188    689629     12.22   no data
13.29/13.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
13.29/13.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
13.29/13.39	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
13.29/13.39	c bin-w-bin subsume rem            0 bins  time:  0.00 s
13.29/13.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.29/13.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    193 time:  0.00 s
13.29/13.39	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
13.39/13.40	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
13.39/13.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.09/15.15	c lits-rem:     10193  cl-subs:     2480  v-elim:      0  v-fix:    0  time:  1.74 s
15.09/15.15	c vivif2 --  cl tried      396 cl shrink        0 lits rem          0 time: 0.00
15.09/15.16	c vivif2 --  cl tried    26572 cl shrink        0 lits rem          0 time: 0.01
15.09/15.16	c asymm  cl-useful: 0/396/396 lits-rem:0 time: 0.01
15.09/15.16	c calculated reachability. Time: 0.00
15.09/15.17	c  N st   142    238279       193       396         0     26572      1188    575921     12.22   no data
19.19/19.29	c  F st   143    306250       193       396         0     28031      1188    585046     12.22   no data
19.19/19.29	c  N st   143    306250       193       396         0     28031      1188    585046     12.22   no data
19.49/19.56	c Decided on static restart strategy
20.80/20.90	c  N st   153    334551       193       396         0     32862      1188    710912     12.22   no data
22.29/22.34	c  N st   155    357419       193       396         0     31238      1188    642880     12.22   no data
22.29/22.34	c  S st   155    357419       193       396         0     31238      1188    642880     12.22   no data
22.39/22.40	c  S st   155    357921       193       396         0     31717      1188    654930     12.22   no data
22.39/22.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
22.39/22.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
22.39/22.41	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
22.39/22.41	c bin-w-bin subsume rem            0 bins  time:  0.00 s
22.39/22.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
22.39/22.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    193 time:  0.00 s
22.39/22.41	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
22.39/22.41	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
22.39/22.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
22.89/22.94	c lits-rem:      2304  cl-subs:      866  v-elim:      0  v-fix:    0  time:  0.51 s
22.89/22.94	c vivif2 --  cl tried      396 cl shrink        0 lits rem          0 time: 0.00
22.89/22.95	c vivif2 --  cl tried    30851 cl shrink        0 lits rem          0 time: 0.01
22.89/22.96	c asymm  cl-useful: 0/396/396 lits-rem:0 time: 0.01
22.89/22.96	c calculated reachability. Time: 0.00
22.89/22.96	c  N st   155    357921       193       396         0     30851      1188    619247     12.22   no data
25.20/25.29	c  N st   156    390313       193       396         0     35907      1188    796032     12.22   no data
28.69/28.78	c  N st   157    438904       193       396         0     30536      1188    537502     12.22   no data
33.69/33.73	c  N st   158    511788       193       396         0     42675      1188    865836     12.22   no data
35.59/35.64	c  N st   159    536882       193       396         0     38233      1188    738089     12.22   no data
35.59/35.64	c  S st   159    536882       193       396         0     38233      1188    738089     12.22   no data
35.69/35.71	c  S st   159    537385       193       396         0     38724      1188    751026     12.22   no data
35.69/35.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
35.69/35.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
35.69/35.72	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
35.69/35.72	c bin-w-bin subsume rem            0 bins  time:  0.00 s
35.69/35.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
35.69/35.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    193 time:  0.00 s
35.69/35.72	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
35.69/35.73	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
35.69/35.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
36.39/36.41	c lits-rem:      2055  cl-subs:      689  v-elim:      0  v-fix:    0  time:  0.66 s
36.39/36.41	c vivif2 --  cl tried      396 cl shrink        0 lits rem          0 time: 0.00
36.39/36.42	c vivif2 --  cl tried    38035 cl shrink        0 lits rem          0 time: 0.01
36.39/36.43	c asymm  cl-useful: 0/396/396 lits-rem:0 time: 0.01
36.39/36.43	c calculated reachability. Time: 0.00
36.39/36.43	c  N st   159    537385       193       396         0     38035      1188    724666     12.22   no data
51.70/51.75	c  N st   160    701369       193       396         0     32357      1188    469654     12.22   no data
60.69/60.78	c  N st   161    806079       193       396         0     56246      1188   1318047     12.22   no data
60.69/60.78	c  S st   161    806079       193       396         0     56246      1188   1318047     12.22   no data
60.79/60.88	c  S st   161    806580       193       396         0     56728      1188   1329967     12.22   no data
60.79/60.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
60.89/60.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
60.89/60.91	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
60.89/60.91	c bin-w-bin subsume rem            0 bins  time:  0.00 s
60.89/60.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
60.89/60.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    193 time:  0.00 s
60.89/60.91	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
60.89/60.92	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
60.89/60.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
69.39/69.40	c lits-rem:     11798  cl-subs:     4740  v-elim:      0  v-fix:    0  time:  8.45 s
69.39/69.40	c vivif2 --  cl tried      396 cl shrink        0 lits rem          0 time: 0.00
69.39/69.42	c vivif2 --  cl tried    51988 cl shrink        0 lits rem          0 time: 0.01
69.39/69.44	c asymm  cl-useful: 0/396/396 lits-rem:0 time: 0.02
69.39/69.44	c calculated reachability. Time: 0.00
69.39/69.44	c  N st   161    806580       193       396         0     51988      1188   1124212     12.22   no data
97.60/97.63	c  F st   162   1071877       193       396         0     68207      1188   1617750     12.22   no data
97.60/97.63	c  N st   162   1071877       193       396         0     68207      1188   1617750     12.22   no data
98.10/98.13	c Decided on static restart strategy
100.00/100.03	c  N st   172   1100184       193       396         0     54287      1188   1003914     12.22   no data
103.20/103.26	c  N st   174   1136176       193       396         0     45366      1188    740193     12.22   no data
106.30/106.33	c  N st   175   1168568       193       396         0     74549      1188   1655211     12.22   no data
110.19/110.22	c  N st   176   1209871       193       396         0     70224      1188   1430815     12.22   no data
110.19/110.22	c  S st   176   1209871       193       396         0     70224      1188   1430815     12.22   no data
110.29/110.33	c  S st   176   1210372       193       396         0     70717      1188   1444328     12.22   no data
110.29/110.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
110.29/110.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
110.29/110.36	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
110.29/110.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
110.29/110.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
110.29/110.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    193 time:  0.00 s
110.29/110.36	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
110.29/110.38	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
110.39/110.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
114.30/114.33	c lits-rem:      5908  cl-subs:     2797  v-elim:      0  v-fix:    0  time:  3.92 s
114.30/114.33	c vivif2 --  cl tried      396 cl shrink        0 lits rem          0 time: 0.00
114.30/114.35	c vivif2 --  cl tried    67920 cl shrink        0 lits rem          0 time: 0.02
114.30/114.37	c asymm  cl-useful: 0/396/396 lits-rem:0 time: 0.02
114.30/114.38	c calculated reachability. Time: 0.00
114.30/114.38	c  N st   176   1210372       193       396         0     67920      1188   1340717     12.22   no data
122.79/122.81	c  N st   177   1283255       193       396         0     45498      1188    698071     12.22   no data
134.70/134.72	c  N st   178   1392578       193       396         0     53555      1188    908209     12.22   no data
153.29/153.30	c  N st   179   1556562       193       396         0     57903      1188   1051082     12.22   no data
171.69/171.76	c  N st   180   1710373       193       396         0     94242      1188   2175107     12.22   no data
171.69/171.76	c  S st   180   1710373       193       396         0     94242      1188   2175107     12.22   no data
171.89/171.93	c  S st   180   1710876       193       396         0     94735      1188   2188189     12.22   no data
171.89/171.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
171.89/171.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
171.89/171.97	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
171.89/171.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
171.89/171.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
171.89/171.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    193 time:  0.00 s
171.89/171.97	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
171.89/171.99	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
171.99/172.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
194.60/194.63	c lits-rem:     18764  cl-subs:     9767  v-elim:      0  v-fix:    0  time: 22.58 s
194.60/194.63	c vivif2 --  cl tried      396 cl shrink        0 lits rem          0 time: 0.00
194.60/194.65	c vivif2 --  cl tried    84968 cl shrink        0 lits rem          0 time: 0.02
194.60/194.68	c asymm  cl-useful: 0/396/396 lits-rem:0 time: 0.03
194.60/194.69	c calculated reachability. Time: 0.00
194.60/194.69	c  N st   180   1710876       193       396         0     84968      1188   1810188     12.22   no data
244.39/244.41	c  N st   181   2079840       193       396         0     96722      1188   2351553     12.22   no data
261.70/261.75	c  N st   182   2210876       193       396         0     96752      1188   2307954     12.22   no data
261.70/261.75	c  S st   182   2210876       193       396         0     96752      1188   2307954     12.22   no data
261.89/261.93	c  S st   182   2211379       193       396         0     97243      1188   2320755     12.22   no data
261.89/261.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
261.89/261.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
261.89/261.98	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
261.89/261.98	c bin-w-bin subsume rem            0 bins  time:  0.00 s
261.89/261.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
261.89/261.98	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    193 time:  0.00 s
261.89/261.98	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
261.99/262.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
261.99/262.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
290.90/290.97	c lits-rem:     26932  cl-subs:    11286  v-elim:      0  v-fix:    0  time: 28.92 s
290.90/290.97	c vivif2 --  cl tried      396 cl shrink        0 lits rem          0 time: 0.00
291.00/291.00	c vivif2 --  cl tried    85957 cl shrink        0 lits rem          0 time: 0.02
291.00/291.03	c asymm  cl-useful: 0/396/396 lits-rem:0 time: 0.03
291.00/291.03	c calculated reachability. Time: 0.00
291.00/291.03	c  N st   182   2211379       193       396         0     85957      1188   1829658     12.22   no data
355.31/355.37	c  N st   183   2711379       193       396         0    106496      1188   2518825     12.22   no data
355.31/355.37	c  S st   183   2711379       193       396         0    106496      1188   2518825     12.22   no data
355.50/355.57	c  S st   183   2711884       193       396         0    106987      1188   2531627     12.22   no data
355.50/355.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
355.60/355.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.04
355.60/355.63	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
355.60/355.63	c bin-w-bin subsume rem            0 bins  time:  0.00 s
355.60/355.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
355.60/355.63	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    193 time:  0.00 s
355.60/355.63	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
355.60/355.65	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
355.70/355.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
392.90/392.90	c lits-rem:     35080  cl-subs:    11725  v-elim:      0  v-fix:    0  time: 37.19 s
392.90/392.90	c vivif2 --  cl tried      396 cl shrink        0 lits rem          0 time: 0.00
392.90/392.93	c vivif2 --  cl tried    95262 cl shrink        0 lits rem          0 time: 0.03
392.90/392.96	c asymm  cl-useful: 0/396/396 lits-rem:0 time: 0.04
392.90/392.97	c calculated reachability. Time: 0.00
392.90/392.97	c  N st   183   2711884       193       396         0     95262      1188   2061277     12.22   no data
462.50/462.54	c  N st   184   3211884       193       396         0     75386      1188   1381747     12.22   no data
462.50/462.54	c  S st   184   3211884       193       396         0     75386      1188   1381747     12.22   no data
462.60/462.69	c  S st   184   3212386       193       396         0     75882      1188   1395989     12.22   no data
462.70/462.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
462.70/462.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
462.70/462.73	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
462.70/462.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
462.70/462.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
462.70/462.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    193 time:  0.00 s
462.70/462.73	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
462.70/462.75	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
462.70/462.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
465.50/465.54	c lits-rem:      6036  cl-subs:     1137  v-elim:      0  v-fix:    0  time:  2.76 s
465.50/465.54	c vivif2 --  cl tried      396 cl shrink        0 lits rem          0 time: 0.00
465.50/465.56	c vivif2 --  cl tried    74745 cl shrink        0 lits rem          0 time: 0.02
465.50/465.59	c asymm  cl-useful: 0/396/396 lits-rem:0 time: 0.03
465.50/465.59	c calculated reachability. Time: 0.00
465.50/465.59	c  N st   184   3212386       193       396         0     74745      1188   1341759     12.22   no data
541.31/541.32	c  N st   185   3712386       193       396         0     88809      1188   1609603     12.22   no data
541.31/541.32	c  S st   185   3712386       193       396         0     88809      1188   1609603     12.22   no data
541.41/541.48	c  S st   185   3712890       193       396         0     89304      1188   1623642     12.22   no data
541.41/541.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
541.51/541.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.03
541.51/541.52	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
541.51/541.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
541.51/541.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
541.51/541.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    193 time:  0.00 s
541.51/541.52	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
541.51/541.54	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
541.51/541.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
544.01/544.08	c lits-rem:      7090  cl-subs:     1279  v-elim:      0  v-fix:    0  time:  2.51 s
544.01/544.08	c vivif2 --  cl tried      396 cl shrink        0 lits rem          0 time: 0.00
544.11/544.10	c vivif2 --  cl tried    88025 cl shrink        0 lits rem          0 time: 0.02
544.11/544.14	c asymm  cl-useful: 0/396/396 lits-rem:0 time: 0.03
544.11/544.14	c calculated reachability. Time: 0.00
544.11/544.14	c  N st   185   3712890       193       396         0     88025      1188   1570451     12.22   no data
550.71/550.73	c  F st   186   3751562       193       396         0    122717      1188   2832979     12.22   no data
550.71/550.73	c  N st   186   3751562       193       396         0    122717      1188   2832979     12.22   no data
551.61/551.65	c Decided on static restart strategy
555.21/555.26	c  N st   196   3779876       193       396         0    147837      1188   3600814     12.22   no data
560.00/560.03	c  N st   198   3815870       193       396         0    105725      1188   2180845     12.22   no data
564.21/564.29	c  N st   199   3848263       193       396         0    132204      1188   3078267     12.22   no data
571.00/571.03	c  N st   200   3896851       193       396         0    100116      1188   1899437     12.22   no data
583.20/583.25	c  N st   201   3969733       193       396         0     87027      1188   1497554     12.22   no data
599.01/599.04	c  N st   202   4079059       193       396         0    104480      1188   2131810     12.22   no data
618.90/618.96	c  N st   203   4212890       193       396         0    141122      1188   3325744     12.22   no data
618.90/618.96	c  S st   203   4212890       193       396         0    141122      1188   3325744     12.22   no data
619.21/619.23	c  S st   203   4213392       193       396         0    141615      1188   3339291     12.22   no data
619.21/619.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
619.21/619.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.06
619.21/619.31	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
619.21/619.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
619.21/619.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
619.21/619.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    193 time:  0.00 s
619.21/619.31	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
619.31/619.34	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
619.40/619.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
667.90/667.99	c lits-rem:     17678  cl-subs:    14576  v-elim:      0  v-fix:    0  time: 48.56 s
667.90/667.99	c vivif2 --  cl tried      396 cl shrink        0 lits rem          0 time: 0.00
668.00/668.03	c vivif2 --  cl tried   127039 cl shrink        0 lits rem          0 time: 0.04
668.00/668.09	c asymm  cl-useful: 0/396/396 lits-rem:0 time: 0.05
668.00/668.09	c calculated reachability. Time: 0.00
668.00/668.09	c  N st   203   4213392       193       396         0    127039      1188   2795829     12.22   no data
707.00/707.06	c  N st   204   4459370       193       396         0    106723      1188   2156091     12.22   no data
750.81/750.89	c  N st   205   4713392       193       396         0     81765      1188   1232504     12.22   no data
750.81/750.89	c  S st   205   4713392       193       396         0     81765      1188   1232504     12.22   no data
751.01/751.05	c  S st   205   4713893       193       396         0     82253      1188   1245083     12.22   no data
751.01/751.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
751.01/751.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.03
751.01/751.09	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
751.01/751.09	c bin-w-bin subsume rem            0 bins  time:  0.00 s
751.01/751.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
751.01/751.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    193 time:  0.00 s
751.01/751.09	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
751.11/751.11	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
751.11/751.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
751.71/751.72	c lits-rem:      1229  cl-subs:      497  v-elim:      0  v-fix:    0  time:  0.58 s
751.71/751.72	c vivif2 --  cl tried      396 cl shrink        0 lits rem          0 time: 0.00
751.71/751.74	c vivif2 --  cl tried    81756 cl shrink        0 lits rem          0 time: 0.02
751.71/751.77	c asymm  cl-useful: 0/396/396 lits-rem:0 time: 0.03
751.71/751.77	c calculated reachability. Time: 0.00
751.71/751.77	c  N st   205   4713893       193       396         0     81756      1188   1225758     12.22   no data
838.31/838.38	c  N st   206   5213893       193       396         0     90504      1188   1463406     12.22   no data
838.31/838.38	c  S st   206   5213893       193       396         0     90504      1188   1463406     12.22   no data
838.51/838.54	c  S st   206   5214398       193       396         0     90996      1188   1477038     12.22   no data
838.51/838.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
838.51/838.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.03
838.51/838.58	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
838.51/838.58	c bin-w-bin subsume rem            0 bins  time:  0.00 s
838.51/838.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
838.51/838.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    193 time:  0.00 s
838.51/838.58	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
838.61/838.60	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
838.61/838.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
840.01/840.00	c lits-rem:      2971  cl-subs:      911  v-elim:      0  v-fix:    0  time:  1.37 s
840.01/840.00	c vivif2 --  cl tried      396 cl shrink        0 lits rem          0 time: 0.00
840.01/840.02	c vivif2 --  cl tried    90085 cl shrink        0 lits rem          0 time: 0.02
840.01/840.06	c asymm  cl-useful: 0/396/396 lits-rem:0 time: 0.04
840.01/840.06	c calculated reachability. Time: 0.00
840.01/840.06	c  N st   206   5214398       193       396         0     90085      1188   1441222     12.22   no data
924.81/924.87	c  N st   207   5714398       193       396         0    168771      1188   4138035     12.22   no data
924.81/924.87	c  S st   207   5714398       193       396         0    168771      1188   4138035     12.22   no data
925.21/925.22	c  S st   207   5714900       193       396         0    169266      1188   4151792     12.22   no data
925.21/925.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
925.31/925.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.0M T:  0.08
925.31/925.31	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
925.31/925.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
925.31/925.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
925.31/925.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    193 time:  0.00 s
925.31/925.31	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
925.31/925.36	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
925.41/925.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
996.91/996.94	c lits-rem:     33304  cl-subs:    14978  v-elim:      0  v-fix:    0  time: 71.47 s
996.91/996.94	c vivif2 --  cl tried      396 cl shrink        0 lits rem          0 time: 0.00
996.91/996.98	c vivif2 --  cl tried   154288 cl shrink        0 lits rem          0 time: 0.05
997.01/997.07	c asymm  cl-useful: 0/396/396 lits-rem:0 time: 0.08
997.01/997.07	c calculated reachability. Time: 0.00
997.01/997.07	c  N st   207   5714900       193       396         0    154288      1188   3550353     12.22   no data
1089.52/1089.53	c  N st   208   6214900       193       396         0    124145      1188   2412464     12.22   no data
1089.52/1089.53	c  S st   208   6214900       193       396         0    124145      1188   2412464     12.22   no data
1089.72/1089.76	c  S st   208   6215403       193       396         0    124640      1188   2426895     12.22   no data
1089.72/1089.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1089.82/1089.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.05
1089.82/1089.82	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1089.82/1089.82	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1089.82/1089.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1089.82/1089.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    193 time:  0.00 s
1089.82/1089.82	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1089.82/1089.85	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1089.92/1089.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1108.73/1108.71	c lits-rem:     10557  cl-subs:     8535  v-elim:      0  v-fix:    0  time: 18.80 s
1108.73/1108.71	c vivif2 --  cl tried      396 cl shrink        0 lits rem          0 time: 0.00
1108.73/1108.73	c vivif2 --  cl tried   116105 cl shrink        0 lits rem          0 time: 0.03
1108.73/1108.78	c asymm  cl-useful: 0/396/396 lits-rem:0 time: 0.05
1108.73/1108.78	c calculated reachability. Time: 0.00
1108.73/1108.78	c  N st   208   6215403       193       396         0    116105      1188   2129839     12.22   no data
1203.22/1203.26	c  N st   209   6715403       193       396         0    158501      1188   3702705     12.22   no data
1203.22/1203.26	c  S st   209   6715403       193       396         0    158501      1188   3702705     12.22   no data
1203.52/1203.56	c  S st   209   6715913       193       396         0    159007      1188   3717828     12.22   no data
1203.52/1203.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1203.62/1203.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.0M T:  0.07
1203.62/1203.64	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1203.62/1203.64	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1203.62/1203.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1203.62/1203.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    193 time:  0.00 s
1203.62/1203.64	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1203.62/1203.69	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
1203.72/1203.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1285.52/1285.59	c lits-rem:     22963  cl-subs:    19411  v-elim:      0  v-fix:    0  time: 81.81 s
1285.52/1285.59	c vivif2 --  cl tried      396 cl shrink        0 lits rem          0 time: 0.00
1285.62/1285.63	c vivif2 --  cl tried   139596 cl shrink        0 lits rem          0 time: 0.04
1285.62/1285.69	c asymm  cl-useful: 0/396/396 lits-rem:0 time: 0.07
1285.62/1285.70	c calculated reachability. Time: 0.00
1285.62/1285.70	c  N st   209   6715913       193       396         0    139596      1188   2953827     12.22   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-3368193-1305389876/watcher-3368193-1305389876 -o /tmp/evaluation-result-3368193-1305389876/solver-3368193-1305389876 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3368193-1305389876.cnf 

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 4.00 4.02 4.00 4/291 17312
/proc/meminfo: memFree=25017728/32951124 swapFree=67057896/67111528
[pid=17312] ppid=17310 vsize=29728 CPUtime=0 cores=1,3
/proc/17312/stat : 17312 (strangenight2-s) R 17310 17312 17069 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 631402888 30441472 464 33554432000 4194304 4580011 140735508984496 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17312/statm: 7432 464 363 95 0 2414 0

[startup+0.093895 s]
/proc/loadavg: 4.00 4.02 4.00 4/291 17312
/proc/meminfo: memFree=25017728/32951124 swapFree=67057896/67111528
[pid=17312] ppid=17310 vsize=30200 CPUtime=0.09 cores=1,3
/proc/17312/stat : 17312 (strangenight2-s) R 17310 17312 17069 0 -1 4202496 741 0 0 0 9 0 0 0 25 0 1 0 631402888 30924800 575 33554432000 4194304 4580011 140735508984496 18446744073709551615 4293150 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17312/statm: 7550 575 363 95 0 2532 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30200

[startup+0.100894 s]
/proc/loadavg: 4.00 4.02 4.00 4/291 17312
/proc/meminfo: memFree=25017728/32951124 swapFree=67057896/67111528
[pid=17312] ppid=17310 vsize=30200 CPUtime=0.09 cores=1,3
/proc/17312/stat : 17312 (strangenight2-s) R 17310 17312 17069 0 -1 4202496 752 0 0 0 9 0 0 0 25 0 1 0 631402888 30924800 586 33554432000 4194304 4580011 140735508984496 18446744073709551615 4321203 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17312/statm: 7550 586 363 95 0 2532 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30200

[startup+0.300855 s]
/proc/loadavg: 4.00 4.02 4.00 4/291 17312
/proc/meminfo: memFree=25017728/32951124 swapFree=67057896/67111528
[pid=17312] ppid=17310 vsize=30616 CPUtime=0.29 cores=1,3
/proc/17312/stat : 17312 (strangenight2-s) R 17310 17312 17069 0 -1 4202496 1104 0 0 0 29 0 0 0 25 0 1 0 631402888 31350784 768 33554432000 4194304 4580011 140735508984496 18446744073709551615 4295372 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17312/statm: 7654 768 363 95 0 2636 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30616

[startup+0.700784 s]
/proc/loadavg: 4.00 4.02 4.00 4/291 17312
/proc/meminfo: memFree=25017728/32951124 swapFree=67057896/67111528
[pid=17312] ppid=17310 vsize=31192 CPUtime=0.69 cores=1,3
/proc/17312/stat : 17312 (strangenight2-s) R 17310 17312 17069 0 -1 4202496 1708 0 0 0 69 0 0 0 25 0 1 0 631402888 31940608 895 33554432000 4194304 4580011 140735508984496 18446744073709551615 4294341 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17312/statm: 7798 895 366 95 0 2780 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31192

[startup+1.50065 s]
/proc/loadavg: 4.00 4.02 4.00 5/292 17313
/proc/meminfo: memFree=25011544/32951124 swapFree=67057896/67111528
[pid=17312] ppid=17310 vsize=38084 CPUtime=1.49 cores=1,3
/proc/17312/stat : 17312 (strangenight2-s) R 17310 17312 17069 0 -1 4202496 4204 0 0 0 149 0 0 0 25 0 1 0 631402888 38998016 2584 33554432000 4194304 4580011 140735508984496 18446744073709551615 4322796 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17312/statm: 9521 2584 367 95 0 4503 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 38084

[startup+3.10036 s]
/proc/loadavg: 4.00 4.02 4.00 5/292 17313
/proc/meminfo: memFree=25008940/32951124 swapFree=67057896/67111528
[pid=17312] ppid=17310 vsize=40080 CPUtime=3.09 cores=1,3
/proc/17312/stat : 17312 (strangenight2-s) R 17310 17312 17069 0 -1 4202496 6068 0 0 0 309 0 0 0 25 0 1 0 631402888 41041920 3304 33554432000 4194304 4580011 140735508984496 18446744073709551615 4317461 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17312/statm: 10020 3304 367 95 0 5002 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 40080

[startup+6.3008 s]
/proc/loadavg: 4.00 4.02 4.00 5/292 17313
/proc/meminfo: memFree=25002928/32951124 swapFree=67057896/67111528
[pid=17312] ppid=17310 vsize=46192 CPUtime=6.29 cores=1,3
/proc/17312/stat : 17312 (strangenight2-s) R 17310 17312 17069 0 -1 4202496 10239 0 0 0 628 1 0 0 25 0 1 0 631402888 47300608 4763 33554432000 4194304 4580011 140735508984496 18446744073709551615 4294923 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17312/statm: 11548 4763 367 95 0 6530 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 46192

[startup+12.7007 s]
/proc/loadavg: 4.08 4.04 4.01 5/292 17313
/proc/meminfo: memFree=24975400/32951124 swapFree=67057896/67111528
[pid=17312] ppid=17310 vsize=54220 CPUtime=12.69 cores=1,3
/proc/17312/stat : 17312 (strangenight2-s) R 17310 17312 17069 0 -1 4202496 16158 0 0 0 1267 2 0 0 25 0 1 0 631402888 55521280 6304 33554432000 4194304 4580011 140735508984496 18446744073709551615 4321912 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17312/statm: 13555 6304 367 95 0 8537 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 54220

[startup+25.5004 s]
/proc/loadavg: 4.07 4.03 4.00 5/292 17367
/proc/meminfo: memFree=24880064/32951124 swapFree=67057896/67111528
[pid=17312] ppid=17310 vsize=63468 CPUtime=25.49 cores=1,3
/proc/17312/stat : 17312 (strangenight2-s) R 17310 17312 17069 0 -1 4202496 25528 0 0 0 2545 4 0 0 25 0 1 0 631402888 64991232 8959 33554432000 4194304 4580011 140735508984496 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17312/statm: 15867 8959 367 95 0 10849 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 63468

[startup+51.1009 s]
/proc/loadavg: 4.20 4.06 4.01 5/292 17368
/proc/meminfo: memFree=24740156/32951124 swapFree=67057896/67111528
[pid=17312] ppid=17310 vsize=71140 CPUtime=51.09 cores=1,3
/proc/17312/stat : 17312 (strangenight2-s) R 17310 17312 17069 0 -1 4202496 41066 0 0 0 5101 8 0 0 25 0 1 0 631402888 72847360 11274 33554432000 4194304 4580011 140735508984496 18446744073709551615 4294485 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17312/statm: 17785 11274 367 95 0 12767 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 71140

[startup+102.311 s]
/proc/loadavg: 4.08 4.05 4.01 5/292 17369
/proc/meminfo: memFree=24648260/32951124 swapFree=67057896/67111528
[pid=17312] ppid=17310 vsize=92032 CPUtime=102.3 cores=1,3
/proc/17312/stat : 17312 (strangenight2-s) R 17310 17312 17069 0 -1 4202496 65468 0 0 0 10216 14 0 0 25 0 1 0 631402888 94240768 16267 33554432000 4194304 4580011 140735508984496 18446744073709551615 4294341 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17312/statm: 23008 16267 367 95 0 17990 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 92032

[startup+162.3 s]
/proc/loadavg: 4.03 4.04 4.00 5/292 17371
/proc/meminfo: memFree=24589316/32951124 swapFree=67057896/67111528
[pid=17312] ppid=17310 vsize=103708 CPUtime=162.29 cores=1,3
/proc/17312/stat : 17312 (strangenight2-s) R 17310 17312 17069 0 -1 4202496 91931 0 0 0 16209 20 0 0 25 0 1 0 631402888 106196992 18742 33554432000 4194304 4580011 140735508984496 18446744073709551615 4294344 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17312/statm: 25927 18742 367 95 0 20909 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 103708

[startup+222.301 s]
/proc/loadavg: 4.10 4.06 4.01 5/292 17373
/proc/meminfo: memFree=24510152/32951124 swapFree=67057896/67111528
[pid=17312] ppid=17310 vsize=129512 CPUtime=222.3 cores=1,3
/proc/17312/stat : 17312 (strangenight2-s) R 17310 17312 17069 0 -1 4202496 111350 0 0 0 22206 24 0 0 25 0 1 0 631402888 132620288 23983 33554432000 4194304 4580011 140735508984496 18446744073709551615 4294514 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17312/statm: 32378 23983 367 95 0 27360 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 129512

[startup+282.301 s]
/proc/loadavg: 4.11 4.06 4.01 5/292 17374
/proc/meminfo: memFree=24450444/32951124 swapFree=67057896/67111528
[pid=17312] ppid=17310 vsize=148440 CPUtime=282.3 cores=1,3
/proc/17312/stat : 17312 (strangenight2-s) R 17310 17312 17069 0 -1 4202496 129114 0 0 0 28202 28 0 0 25 0 1 0 631402888 152002560 29760 33554432000 4194304 4580011 140735508984496 18446744073709551615 4406289 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17312/statm: 37110 29760 367 95 0 32092 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 148440

[startup+342.3 s]
/proc/loadavg: 4.04 4.05 4.00 5/292 17376
/proc/meminfo: memFree=24396096/32951124 swapFree=67057896/67111528
[pid=17312] ppid=17310 vsize=148772 CPUtime=342.3 cores=1,3
/proc/17312/stat : 17312 (strangenight2-s) R 17310 17312 17069 0 -1 4202496 146940 0 0 0 34198 32 0 0 25 0 1 0 631402888 152342528 29173 33554432000 4194304 4580011 140735508984496 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17312/statm: 37193 29173 367 95 0 32175 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 148772

[startup+402.301 s]
/proc/loadavg: 4.01 4.04 4.00 5/292 17377
/proc/meminfo: memFree=24361964/32951124 swapFree=67057896/67111528
[pid=17312] ppid=17310 vsize=162828 CPUtime=402.3 cores=1,3
/proc/17312/stat : 17312 (strangenight2-s) R 17310 17312 17069 0 -1 4202496 157291 0 0 0 40195 35 0 0 25 0 1 0 631402888 166735872 32699 33554432000 4194304 4580011 140735508984496 18446744073709551615 4294357 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17312/statm: 40707 32699 367 95 0 35689 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 162828

[startup+462.301 s]
/proc/loadavg: 4.00 4.03 4.00 5/292 17382
/proc/meminfo: memFree=24367264/32951124 swapFree=67057896/67111528
[pid=17312] ppid=17310 vsize=162072 CPUtime=462.3 cores=1,3
/proc/17312/stat : 17312 (strangenight2-s) R 17310 17312 17069 0 -1 4202496 176384 0 0 0 46189 41 0 0 25 0 1 0 631402888 165961728 31707 33554432000 4194304 4580011 140735508984496 18446744073709551615 4294501 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17312/statm: 40518 31707 367 95 0 35500 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 162072

[startup+522.3 s]
/proc/loadavg: 4.00 4.02 4.00 5/292 17384
/proc/meminfo: memFree=24372404/32951124 swapFree=67057896/67111528
[pid=17312] ppid=17310 vsize=164156 CPUtime=522.3 cores=1,3
/proc/17312/stat : 17312 (strangenight2-s) R 17310 17312 17069 0 -1 4202496 193236 0 0 0 52186 44 0 0 25 0 1 0 631402888 168095744 33591 33554432000 4194304 4580011 140735508984496 18446744073709551615 4294942 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17312/statm: 41039 33591 367 95 0 36021 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 164156

[startup+582.301 s]
/proc/loadavg: 4.00 4.02 4.00 5/292 17385
/proc/meminfo: memFree=24334768/32951124 swapFree=67057896/67111528
[pid=17312] ppid=17310 vsize=179016 CPUtime=582.3 cores=1,3
/proc/17312/stat : 17312 (strangenight2-s) R 17310 17312 17069 0 -1 4202496 211434 0 0 0 58183 47 0 0 25 0 1 0 631402888 183312384 35532 33554432000 4194304 4580011 140735508984496 18446744073709551615 4324304 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17312/statm: 44754 35532 367 95 0 39736 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 179016

[startup+642.3 s]
/proc/loadavg: 4.04 4.03 4.00 5/292 17387
/proc/meminfo: memFree=24298136/32951124 swapFree=67057896/67111528
[pid=17312] ppid=17310 vsize=263032 CPUtime=642.31 cores=1,3
/proc/17312/stat : 17312 (strangenight2-s) R 17310 17312 17069 0 -1 4202496 227512 0 0 0 64180 51 0 0 25 0 1 0 631402888 269344768 43437 33554432000 4194304 4580011 140735508984496 18446744073709551615 4406384 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17312/statm: 65758 43437 367 95 0 60740 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 263032

[startup+702.301 s]
/proc/loadavg: 4.01 4.02 4.00 5/292 17388
/proc/meminfo: memFree=24294864/32951124 swapFree=67057896/67111528
[pid=17312] ppid=17310 vsize=263116 CPUtime=702.31 cores=1,3
/proc/17312/stat : 17312 (strangenight2-s) R 17310 17312 17069 0 -1 4202496 237131 0 0 0 70177 54 0 0 25 0 1 0 631402888 269430784 44132 33554432000 4194304 4580011 140735508984496 18446744073709551615 4294344 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17312/statm: 65779 44132 367 95 0 60761 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 263116

[startup+762.311 s]
/proc/loadavg: 4.05 4.03 4.00 5/292 17390
/proc/meminfo: memFree=24290576/32951124 swapFree=67057896/67111528
[pid=17312] ppid=17310 vsize=264684 CPUtime=762.31 cores=1,3
/proc/17312/stat : 17312 (strangenight2-s) R 17310 17312 17069 0 -1 4202496 254155 0 0 0 76173 58 0 0 25 0 1 0 631402888 271036416 43492 33554432000 4194304 4580011 140735508984496 18446744073709551615 4294341 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17312/statm: 66171 43492 367 95 0 61153 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 264684

[startup+822.3 s]
/proc/loadavg: 4.05 4.03 4.00 5/292 17392
/proc/meminfo: memFree=24281124/32951124 swapFree=67057896/67111528
[pid=17312] ppid=17310 vsize=205376 CPUtime=822.31 cores=1,3
/proc/17312/stat : 17312 (strangenight2-s) R 17310 17312 17069 0 -1 4202496 271066 0 0 0 82169 62 0 0 25 0 1 0 631402888 210305024 41837 33554432000 4194304 4580011 140735508984496 18446744073709551615 4294503 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17312/statm: 51344 41837 367 95 0 46326 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 205376

[startup+882.301 s]
/proc/loadavg: 4.05 4.04 4.00 5/292 17393
/proc/meminfo: memFree=24213016/32951124 swapFree=67057896/67111528
[pid=17312] ppid=17310 vsize=205636 CPUtime=882.31 cores=1,3
/proc/17312/stat : 17312 (strangenight2-s) R 17310 17312 17069 0 -1 4202496 286263 0 0 0 88164 67 0 0 25 0 1 0 631402888 210571264 42786 33554432000 4194304 4580011 140735508984496 18446744073709551615 4295369 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17312/statm: 51409 42786 367 95 0 46391 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 205636

[startup+942.301 s]
/proc/loadavg: 4.02 4.03 4.00 5/292 17395
/proc/meminfo: memFree=24161388/32951124 swapFree=67057896/67111528
[pid=17312] ppid=17310 vsize=304584 CPUtime=942.31 cores=1,3
/proc/17312/stat : 17312 (strangenight2-s) R 17310 17312 17069 0 -1 4202496 306253 0 0 0 94159 72 0 0 25 0 1 0 631402888 311894016 53015 33554432000 4194304 4580011 140735508984496 18446744073709551615 4406344 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17312/statm: 76146 53015 367 95 0 71128 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 304584

[startup+1002.3 s]
/proc/loadavg: 4.00 4.02 4.00 5/292 17396
/proc/meminfo: memFree=24137020/32951124 swapFree=67057896/67111528
[pid=17312] ppid=17310 vsize=304584 CPUtime=1002.31 cores=1,3
/proc/17312/stat : 17312 (strangenight2-s) R 17310 17312 17069 0 -1 4202496 307024 0 0 0 100158 73 0 0 25 0 1 0 631402888 311894016 53786 33554432000 4194304 4580011 140735508984496 18446744073709551615 4294348 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17312/statm: 76146 53786 367 95 0 71128 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 304584

[startup+1062.3 s]
/proc/loadavg: 4.00 4.02 4.00 5/292 17398
/proc/meminfo: memFree=24120324/32951124 swapFree=67057896/67111528
[pid=17312] ppid=17310 vsize=303292 CPUtime=1062.31 cores=1,3
/proc/17312/stat : 17312 (strangenight2-s) R 17310 17312 17069 0 -1 4202496 320822 0 0 0 106154 77 0 0 25 0 1 0 631402888 310571008 52693 33554432000 4194304 4580011 140735508984496 18446744073709551615 4294501 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17312/statm: 75823 52693 367 95 0 70805 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 303292

[startup+1122.3 s]
/proc/loadavg: 4.00 4.01 4.00 5/292 17400
/proc/meminfo: memFree=24062380/32951124 swapFree=67057896/67111528
[pid=17312] ppid=17310 vsize=335936 CPUtime=1122.31 cores=1,3
/proc/17312/stat : 17312 (strangenight2-s) R 17310 17312 17069 0 -1 4202496 330982 0 0 0 112152 79 0 0 25 0 1 0 631402888 343998464 61051 33554432000 4194304 4580011 140735508984496 18446744073709551615 4294501 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17312/statm: 83984 61051 367 95 0 78966 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 335936

[startup+1182.3 s]
/proc/loadavg: 4.06 4.02 4.00 5/292 17401
/proc/meminfo: memFree=24058840/32951124 swapFree=67057896/67111528
[pid=17312] ppid=17310 vsize=320672 CPUtime=1182.32 cores=1,3
/proc/17312/stat : 17312 (strangenight2-s) R 17310 17312 17069 0 -1 4202496 337685 0 0 0 118150 82 0 0 25 0 1 0 631402888 328368128 56281 33554432000 4194304 4580011 140735508984496 18446744073709551615 4294346 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17312/statm: 80168 56281 367 95 0 75150 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 320672

[startup+1242.3 s]
/proc/loadavg: 4.02 4.02 4.00 5/292 17403
/proc/meminfo: memFree=24066728/32951124 swapFree=67057896/67111528
[pid=17312] ppid=17310 vsize=321368 CPUtime=1242.32 cores=1,3
/proc/17312/stat : 17312 (strangenight2-s) R 17310 17312 17069 0 -1 4202496 338993 0 0 0 124150 82 0 0 25 0 1 0 631402888 329080832 56380 33554432000 4194304 4580011 140735508984496 18446744073709551615 4406294 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17312/statm: 80342 56380 367 95 0 75324 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 321368



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.56 3.91 3.97 3/280 17440
/proc/meminfo: memFree=24364528/32951124 swapFree=67057896/67111528
[pid=17312] ppid=17310 vsize=272964 CPUtime=1300.03 cores=1,3
/proc/17312/stat : 17312 (strangenight2-s) R 17310 17312 17069 0 -1 4202496 342795 0 0 0 129920 83 0 0 25 0 1 0 631402888 279515136 58370 33554432000 4194304 4580011 140735508984496 18446744073709551615 4489100 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17312/statm: 68241 58370 367 95 0 63223 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 272964

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.05
CPU user time (s): 1299.21
CPU system time (s): 0.844871
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 337016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.21
system time used= 0.844871
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 342796
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= 14245

runsolver used 3.51446 second user time and 8.34073 second system time

The end

Launcher Data

Begin job on node140 at 2011-05-14 18:17:56
IDJOB=3368193
IDBENCH=83156
IDSOLVER=1845
FILE ID=node140/3368193-1305389876
RUNJOBID= node140-1305388557-17089
PBS_JOBID= 13324405
Free space on /tmp= 73472 MiB

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

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

MD5SUM BENCH= f2cf61fc47972fb7e89be65d1a83332e
RANDOM SEED=163555945

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25019248 kB
Buffers:        290332 kB
Cached:        3706928 kB
SwapCached:       8056 kB
Active:        4960808 kB
Inactive:      2659076 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25019248 kB
SwapTotal:    67111528 kB
SwapFree:     67057896 kB
Dirty:           22732 kB
Writeback:           0 kB
AnonPages:     3619728 kB
Mapped:          24108 kB
Slab:           224772 kB
PageTables:      23008 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 45743028 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= 73464 MiB
End job on node140 at 2011-05-14 18:39:38