Trace number 3274228

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? (TO) 1300.02 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.00	c Outputting solution to console
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3274228-1303608511.cnf'
0.00/0.00	c -- header says num vars:            193
0.00/0.00	c -- header says num clauses:         396
0.00/0.00	c -- clauses added:            0 learnts,          396 normals,            0 xors
0.00/0.00	c -- vars added        193
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       193       396         0         0      1188         0   no data   no data
0.00/0.00	c asymm  cl-useful: 0/396/396 lits-rem:0 time: 0.00
0.00/0.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.00	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    193 time:  0.00 s
0.00/0.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.00/0.00	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.00	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.00	c calculated reachability. Time: 0.00
0.00/0.00	c Calc default polars -  time:   0.00 s pos:       1 undec:     185 neg:       7
0.00/0.00	c =========================================================================================
0.00/0.00	c types(t): F = full restart, N = normal restart
0.00/0.00	c types(t): S = simplification begin/end, E = solution found
0.00/0.00	c restart types(rt): st = static, dy = dynamic
0.00/0.00	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.00	c  B st     0         0       193       396         0         0      1188         0   no data   no data
0.02/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.33	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.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
0.69/0.72	c blocked clauses removed:        0 vars:      0 tried:         193 T: 0.00 s
0.69/0.72	c bin-w-bin subsume rem            0 bins  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.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    193 time:  0.00 s
0.69/0.72	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.69/0.72	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.78	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.04	c  N st   122     37615       193       396         0      9447      1188    224302     12.22   no data
1.19/1.26	c  N st   123     44014       193       396         0     14822      1188    386605     12.22   no data
1.29/1.32	c  S st   124     45758       193       396         0      8417      1188    168978     12.22   no data
1.29/1.34	c  S st   124     46260       193       396         0      8896      1188    180205     12.22   no data
1.29/1.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.29/1.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
1.29/1.34	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1.29/1.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.29/1.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.29/1.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    193 time:  0.00 s
1.29/1.34	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1.29/1.34	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
1.29/1.35	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.41	c vivif2 --  cl tried     8548 cl shrink        0 lits rem          0 time: 0.00
1.39/1.41	c asymm  cl-useful: 0/396/396 lits-rem:0 time: 0.00
1.39/1.41	c calculated reachability. Time: 0.00
1.39/1.41	c  N st   124     46260       193       396         0      8548      1188    168815     12.22   no data
1.99/2.09	c  N st   125     60657       193       396         0     12329      1188    302716     12.22   no data
2.49/2.53	c  N st   126     69392       193       396         0     10248      1188    203021     12.22   no data
2.49/2.53	c  S st   126     69392       193       396         0     10248      1188    203021     12.22   no data
2.49/2.55	c  S st   126     69894       193       396         0     10734      1188    214437     12.22   no data
2.49/2.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2.49/2.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
2.49/2.55	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2.49/2.55	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.49/2.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.49/2.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    193 time:  0.00 s
2.49/2.55	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2.49/2.55	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
2.49/2.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.60/2.63	c lits-rem:       870  cl-subs:      408  v-elim:      0  v-fix:    0  time:  0.07 s
2.60/2.63	c vivif2 --  cl tried      396 cl shrink        0 lits rem          0 time: 0.00
2.60/2.63	c vivif2 --  cl tried    10326 cl shrink        0 lits rem          0 time: 0.00
2.60/2.63	c asymm  cl-useful: 0/396/396 lits-rem:0 time: 0.00
2.60/2.63	c calculated reachability. Time: 0.00
2.60/2.63	c  N st   126     69894       193       396         0     10326      1188    198584     12.22   no data
3.49/3.50	c  F st   127     87500       193       396         0     15431      1188    356638     12.22   no data
3.49/3.50	c  N st   127     87500       193       396         0     15431      1188    356638     12.22   no data
3.59/3.68	c Decided on static restart strategy
3.79/3.80	c  N st   134     95540       193       396         0     22765      1188    544908     12.22   no data
4.09/4.17	c  N st   136    104843       193       396         0     19225      1188    442988     12.22   no data
4.09/4.17	c  S st   136    104843       193       396         0     19225      1188    442988     12.22   no data
4.19/4.21	c  S st   136    105343       193       396         0     19711      1188    456099     12.22   no data
4.19/4.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.19/4.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
4.19/4.21	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4.19/4.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.19/4.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.19/4.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    193 time:  0.00 s
4.19/4.21	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.19/4.22	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
4.19/4.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.59/4.60	c lits-rem:      4214  cl-subs:      894  v-elim:      0  v-fix:    0  time:  0.37 s
4.59/4.60	c vivif2 --  cl tried      396 cl shrink        0 lits rem          0 time: 0.00
4.59/4.61	c vivif2 --  cl tried    18817 cl shrink        0 lits rem          0 time: 0.00
4.59/4.61	c asymm  cl-useful: 0/396/396 lits-rem:0 time: 0.00
4.59/4.61	c calculated reachability. Time: 0.00
4.59/4.61	c  N st   136    105343       193       396         0     18817      1188    416909     12.22   no data
4.99/5.04	c  N st   137    114941       193       396         0     15146      1188    285793     12.22   no data
5.69/5.77	c  N st   138    129338       193       396         0     14572      1188    257654     12.22   no data
6.69/6.76	c  N st   139    150935       193       396         0     19367      1188    376536     12.22   no data
7.09/7.17	c  S st   140    158014       193       396         0     25601      1188    597750     12.22   no data
7.19/7.22	c  S st   140    158517       193       396         0     26087      1188    609551     12.22   no data
7.19/7.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.19/7.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
7.19/7.23	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
7.19/7.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.19/7.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.19/7.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    193 time:  0.00 s
7.19/7.23	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
7.19/7.23	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
7.19/7.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.19/8.30	c lits-rem:      7548  cl-subs:     2128  v-elim:      0  v-fix:    0  time:  1.05 s
8.19/8.30	c vivif2 --  cl tried      396 cl shrink        0 lits rem          0 time: 0.00
8.29/8.30	c vivif2 --  cl tried    23959 cl shrink        0 lits rem          0 time: 0.01
8.29/8.31	c asymm  cl-useful: 0/396/396 lits-rem:0 time: 0.01
8.29/8.31	c calculated reachability. Time: 0.00
8.29/8.31	c  N st   140    158517       193       396         0     23959      1188    520059     12.22   no data
11.19/11.26	c  N st   141    207105       193       396         0     19045      1188    343373     12.22   no data
13.29/13.30	c  N st   142    237775       193       396         0     28561      1188    677901     12.22   no data
13.29/13.30	c  S st   142    237775       193       396         0     28561      1188    677901     12.22   no data
13.29/13.35	c  S st   142    238279       193       396         0     29052      1188    689629     12.22   no data
13.29/13.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
13.29/13.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
13.29/13.36	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
13.29/13.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
13.29/13.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.29/13.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    193 time:  0.00 s
13.29/13.36	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
13.29/13.36	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
13.29/13.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.99/15.07	c lits-rem:     10193  cl-subs:     2480  v-elim:      0  v-fix:    0  time:  1.69 s
14.99/15.07	c vivif2 --  cl tried      396 cl shrink        0 lits rem          0 time: 0.00
14.99/15.08	c vivif2 --  cl tried    26572 cl shrink        0 lits rem          0 time: 0.01
14.99/15.08	c asymm  cl-useful: 0/396/396 lits-rem:0 time: 0.01
14.99/15.08	c calculated reachability. Time: 0.00
14.99/15.08	c  N st   142    238279       193       396         0     26572      1188    575921     12.22   no data
19.19/19.23	c  F st   143    306250       193       396         0     28031      1188    585046     12.22   no data
19.19/19.23	c  N st   143    306250       193       396         0     28031      1188    585046     12.22   no data
19.39/19.49	c Decided on static restart strategy
20.80/20.83	c  N st   153    334551       193       396         0     32862      1188    710912     12.22   no data
22.19/22.27	c  N st   155    357419       193       396         0     31238      1188    642880     12.22   no data
22.19/22.27	c  S st   155    357419       193       396         0     31238      1188    642880     12.22   no data
22.29/22.33	c  S st   155    357921       193       396         0     31717      1188    654930     12.22   no data
22.29/22.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
22.29/22.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
22.29/22.33	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
22.29/22.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
22.29/22.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
22.29/22.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    193 time:  0.00 s
22.29/22.33	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
22.29/22.34	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
22.29/22.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
22.79/22.85	c lits-rem:      2304  cl-subs:      866  v-elim:      0  v-fix:    0  time:  0.49 s
22.79/22.85	c vivif2 --  cl tried      396 cl shrink        0 lits rem          0 time: 0.00
22.79/22.86	c vivif2 --  cl tried    30851 cl shrink        0 lits rem          0 time: 0.01
22.79/22.87	c asymm  cl-useful: 0/396/396 lits-rem:0 time: 0.01
22.79/22.87	c calculated reachability. Time: 0.00
22.79/22.87	c  N st   155    357921       193       396         0     30851      1188    619247     12.22   no data
25.09/25.18	c  N st   156    390313       193       396         0     35907      1188    796032     12.22   no data
28.60/28.64	c  N st   157    438904       193       396         0     30536      1188    537502     12.22   no data
33.39/33.43	c  N st   158    511788       193       396         0     42675      1188    865836     12.22   no data
35.29/35.30	c  N st   159    536882       193       396         0     38233      1188    738089     12.22   no data
35.29/35.30	c  S st   159    536882       193       396         0     38233      1188    738089     12.22   no data
35.29/35.36	c  S st   159    537385       193       396         0     38724      1188    751026     12.22   no data
35.29/35.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
35.29/35.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
35.29/35.37	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
35.29/35.37	c bin-w-bin subsume rem            0 bins  time:  0.00 s
35.29/35.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
35.29/35.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    193 time:  0.00 s
35.29/35.37	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
35.29/35.38	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
35.39/35.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
35.89/35.93	c lits-rem:      2055  cl-subs:      689  v-elim:      0  v-fix:    0  time:  0.53 s
35.89/35.93	c vivif2 --  cl tried      396 cl shrink        0 lits rem          0 time: 0.00
35.89/35.94	c vivif2 --  cl tried    38035 cl shrink        0 lits rem          0 time: 0.01
35.89/35.95	c asymm  cl-useful: 0/396/396 lits-rem:0 time: 0.01
35.89/35.95	c calculated reachability. Time: 0.00
35.89/35.95	c  N st   159    537385       193       396         0     38035      1188    724666     12.22   no data
50.49/50.59	c  N st   160    701369       193       396         0     32357      1188    469654     12.22   no data
59.30/59.30	c  N st   161    806079       193       396         0     56246      1188   1318047     12.22   no data
59.30/59.30	c  S st   161    806079       193       396         0     56246      1188   1318047     12.22   no data
59.30/59.39	c  S st   161    806580       193       396         0     56728      1188   1329967     12.22   no data
59.30/59.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
59.40/59.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.01
59.40/59.41	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
59.40/59.41	c bin-w-bin subsume rem            0 bins  time:  0.00 s
59.40/59.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
59.40/59.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    193 time:  0.00 s
59.40/59.41	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
59.40/59.42	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
59.40/59.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
66.79/66.82	c lits-rem:     11798  cl-subs:     4740  v-elim:      0  v-fix:    0  time:  7.36 s
66.79/66.82	c vivif2 --  cl tried      396 cl shrink        0 lits rem          0 time: 0.00
66.79/66.83	c vivif2 --  cl tried    51988 cl shrink        0 lits rem          0 time: 0.01
66.79/66.84	c asymm  cl-useful: 0/396/396 lits-rem:0 time: 0.01
66.79/66.84	c calculated reachability. Time: 0.00
66.79/66.84	c  N st   161    806580       193       396         0     51988      1188   1124212     12.22   no data
94.20/94.29	c  F st   162   1071877       193       396         0     68207      1188   1617750     12.22   no data
94.20/94.29	c  N st   162   1071877       193       396         0     68207      1188   1617750     12.22   no data
94.70/94.77	c Decided on static restart strategy
96.59/96.61	c  N st   172   1100184       193       396         0     54287      1188   1003914     12.22   no data
99.70/99.75	c  N st   174   1136176       193       396         0     45366      1188    740193     12.22   no data
102.70/102.72	c  N st   175   1168568       193       396         0     74549      1188   1655211     12.22   no data
106.49/106.54	c  N st   176   1209871       193       396         0     70224      1188   1430815     12.22   no data
106.49/106.54	c  S st   176   1209871       193       396         0     70224      1188   1430815     12.22   no data
106.60/106.64	c  S st   176   1210372       193       396         0     70717      1188   1444328     12.22   no data
106.60/106.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
106.60/106.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
106.60/106.67	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
106.60/106.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
106.60/106.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
106.60/106.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    193 time:  0.00 s
106.60/106.67	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
106.60/106.69	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
106.70/106.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
110.20/110.29	c lits-rem:      5908  cl-subs:     2797  v-elim:      0  v-fix:    0  time:  3.57 s
110.20/110.29	c vivif2 --  cl tried      396 cl shrink        0 lits rem          0 time: 0.00
110.30/110.30	c vivif2 --  cl tried    67920 cl shrink        0 lits rem          0 time: 0.02
110.30/110.32	c asymm  cl-useful: 0/396/396 lits-rem:0 time: 0.02
110.30/110.32	c calculated reachability. Time: 0.00
110.30/110.32	c  N st   176   1210372       193       396         0     67920      1188   1340717     12.22   no data
118.49/118.51	c  N st   177   1283255       193       396         0     45498      1188    698071     12.22   no data
130.10/130.18	c  N st   178   1392578       193       396         0     53555      1188    908209     12.22   no data
148.09/148.17	c  N st   179   1556562       193       396         0     57903      1188   1051082     12.22   no data
165.99/166.05	c  N st   180   1710373       193       396         0     94242      1188   2175107     12.22   no data
165.99/166.05	c  S st   180   1710373       193       396         0     94242      1188   2175107     12.22   no data
166.19/166.21	c  S st   180   1710876       193       396         0     94735      1188   2188189     12.22   no data
166.19/166.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
166.19/166.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.03
166.19/166.24	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
166.19/166.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
166.19/166.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
166.19/166.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    193 time:  0.00 s
166.19/166.24	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
166.19/166.27	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
166.29/166.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
186.59/186.67	c lits-rem:     18764  cl-subs:     9767  v-elim:      0  v-fix:    0  time: 20.34 s
186.59/186.67	c vivif2 --  cl tried      396 cl shrink        0 lits rem          0 time: 0.00
186.59/186.69	c vivif2 --  cl tried    84968 cl shrink        0 lits rem          0 time: 0.02
186.69/186.72	c asymm  cl-useful: 0/396/396 lits-rem:0 time: 0.02
186.69/186.72	c calculated reachability. Time: 0.00
186.69/186.72	c  N st   180   1710876       193       396         0     84968      1188   1810188     12.22   no data
234.69/234.72	c  N st   181   2079840       193       396         0     96722      1188   2351553     12.22   no data
251.09/251.16	c  N st   182   2210876       193       396         0     96752      1188   2307954     12.22   no data
251.09/251.16	c  S st   182   2210876       193       396         0     96752      1188   2307954     12.22   no data
251.29/251.31	c  S st   182   2211379       193       396         0     97243      1188   2320755     12.22   no data
251.29/251.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
251.29/251.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.03
251.29/251.35	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
251.29/251.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
251.29/251.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
251.29/251.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    193 time:  0.00 s
251.29/251.35	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
251.29/251.38	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
251.39/251.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
277.89/277.93	c lits-rem:     26932  cl-subs:    11286  v-elim:      0  v-fix:    0  time: 26.50 s
277.89/277.93	c vivif2 --  cl tried      396 cl shrink        0 lits rem          0 time: 0.00
277.89/277.95	c vivif2 --  cl tried    85957 cl shrink        0 lits rem          0 time: 0.02
277.89/277.98	c asymm  cl-useful: 0/396/396 lits-rem:0 time: 0.02
277.89/277.98	c calculated reachability. Time: 0.00
277.89/277.98	c  N st   182   2211379       193       396         0     85957      1188   1829658     12.22   no data
339.90/339.97	c  N st   183   2711379       193       396         0    106496      1188   2518825     12.22   no data
339.90/339.97	c  S st   183   2711379       193       396         0    106496      1188   2518825     12.22   no data
340.09/340.15	c  S st   183   2711884       193       396         0    106987      1188   2531627     12.22   no data
340.09/340.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
340.09/340.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.03
340.09/340.20	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
340.09/340.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
340.09/340.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
340.09/340.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    193 time:  0.00 s
340.09/340.20	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
340.19/340.23	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
340.19/340.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
373.69/373.70	c lits-rem:     35080  cl-subs:    11725  v-elim:      0  v-fix:    0  time: 33.41 s
373.69/373.70	c vivif2 --  cl tried      396 cl shrink        0 lits rem          0 time: 0.00
373.69/373.73	c vivif2 --  cl tried    95262 cl shrink        0 lits rem          0 time: 0.03
373.69/373.76	c asymm  cl-useful: 0/396/396 lits-rem:0 time: 0.03
373.69/373.76	c calculated reachability. Time: 0.00
373.69/373.76	c  N st   183   2711884       193       396         0     95262      1188   2061277     12.22   no data
440.60/440.67	c  N st   184   3211884       193       396         0     75386      1188   1381747     12.22   no data
440.60/440.67	c  S st   184   3211884       193       396         0     75386      1188   1381747     12.22   no data
440.70/440.79	c  S st   184   3212386       193       396         0     75882      1188   1395989     12.22   no data
440.80/440.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
440.80/440.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.02
440.80/440.82	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
440.80/440.82	c bin-w-bin subsume rem            0 bins  time:  0.00 s
440.80/440.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
440.80/440.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    193 time:  0.00 s
440.80/440.82	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
440.80/440.84	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
440.80/440.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
443.10/443.12	c lits-rem:      6036  cl-subs:     1137  v-elim:      0  v-fix:    0  time:  2.25 s
443.10/443.12	c vivif2 --  cl tried      396 cl shrink        0 lits rem          0 time: 0.00
443.10/443.13	c vivif2 --  cl tried    74745 cl shrink        0 lits rem          0 time: 0.02
443.10/443.15	c asymm  cl-useful: 0/396/396 lits-rem:0 time: 0.02
443.10/443.15	c calculated reachability. Time: 0.00
443.10/443.15	c  N st   184   3212386       193       396         0     74745      1188   1341759     12.22   no data
516.20/516.27	c  N st   185   3712386       193       396         0     88809      1188   1609603     12.22   no data
516.20/516.27	c  S st   185   3712386       193       396         0     88809      1188   1609603     12.22   no data
516.40/516.42	c  S st   185   3712890       193       396         0     89304      1188   1623642     12.22   no data
516.40/516.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
516.40/516.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.02
516.40/516.45	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
516.40/516.45	c bin-w-bin subsume rem            0 bins  time:  0.00 s
516.40/516.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
516.40/516.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    193 time:  0.00 s
516.40/516.45	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
516.40/516.47	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
516.50/516.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
518.70/518.77	c lits-rem:      7090  cl-subs:     1279  v-elim:      0  v-fix:    0  time:  2.27 s
518.70/518.77	c vivif2 --  cl tried      396 cl shrink        0 lits rem          0 time: 0.00
518.70/518.79	c vivif2 --  cl tried    88025 cl shrink        0 lits rem          0 time: 0.02
518.80/518.82	c asymm  cl-useful: 0/396/396 lits-rem:0 time: 0.02
518.80/518.82	c calculated reachability. Time: 0.00
518.80/518.82	c  N st   185   3712890       193       396         0     88025      1188   1570451     12.22   no data
525.00/525.08	c  F st   186   3751562       193       396         0    122717      1188   2832979     12.22   no data
525.00/525.08	c  N st   186   3751562       193       396         0    122717      1188   2832979     12.22   no data
525.90/525.95	c Decided on static restart strategy
529.20/529.25	c  N st   196   3779876       193       396         0    147837      1188   3600814     12.22   no data
533.90/533.93	c  N st   198   3815870       193       396         0    105725      1188   2180845     12.22   no data
538.00/538.00	c  N st   199   3848263       193       396         0    132204      1188   3078267     12.22   no data
544.51/544.59	c  N st   200   3896851       193       396         0    100116      1188   1899437     12.22   no data
556.30/556.30	c  N st   201   3969733       193       396         0     87027      1188   1497554     12.22   no data
571.30/571.39	c  N st   202   4079059       193       396         0    104480      1188   2131810     12.22   no data
589.79/589.87	c  N st   203   4212890       193       396         0    141122      1188   3325744     12.22   no data
589.79/589.87	c  S st   203   4212890       193       396         0    141122      1188   3325744     12.22   no data
590.09/590.12	c  S st   203   4213392       193       396         0    141615      1188   3339291     12.22   no data
590.09/590.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
590.09/590.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.05
590.09/590.19	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
590.09/590.19	c bin-w-bin subsume rem            0 bins  time:  0.00 s
590.09/590.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
590.09/590.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    193 time:  0.00 s
590.09/590.19	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
590.19/590.23	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
590.29/590.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
634.80/634.81	c lits-rem:     17678  cl-subs:    14576  v-elim:      0  v-fix:    0  time: 44.50 s
634.80/634.81	c vivif2 --  cl tried      396 cl shrink        0 lits rem          0 time: 0.00
634.80/634.85	c vivif2 --  cl tried   127039 cl shrink        0 lits rem          0 time: 0.04
634.80/634.90	c asymm  cl-useful: 0/396/396 lits-rem:0 time: 0.04
634.90/634.90	c calculated reachability. Time: 0.00
634.90/634.90	c  N st   203   4213392       193       396         0    127039      1188   2795829     12.22   no data
672.30/672.38	c  N st   204   4459370       193       396         0    106723      1188   2156091     12.22   no data
714.21/714.29	c  N st   205   4713392       193       396         0     81765      1188   1232504     12.22   no data
714.21/714.29	c  S st   205   4713392       193       396         0     81765      1188   1232504     12.22   no data
714.41/714.42	c  S st   205   4713893       193       396         0     82253      1188   1245083     12.22   no data
714.41/714.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
714.41/714.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.02
714.41/714.45	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
714.41/714.45	c bin-w-bin subsume rem            0 bins  time:  0.00 s
714.41/714.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
714.41/714.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    193 time:  0.00 s
714.41/714.45	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
714.41/714.47	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
714.50/714.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
715.01/715.02	c lits-rem:      1229  cl-subs:      497  v-elim:      0  v-fix:    0  time:  0.52 s
715.01/715.02	c vivif2 --  cl tried      396 cl shrink        0 lits rem          0 time: 0.00
715.01/715.03	c vivif2 --  cl tried    81756 cl shrink        0 lits rem          0 time: 0.01
715.01/715.05	c asymm  cl-useful: 0/396/396 lits-rem:0 time: 0.02
715.01/715.05	c calculated reachability. Time: 0.00
715.01/715.05	c  N st   205   4713893       193       396         0     81756      1188   1225758     12.22   no data
798.40/798.43	c  N st   206   5213893       193       396         0     90504      1188   1463406     12.22   no data
798.40/798.43	c  S st   206   5213893       193       396         0     90504      1188   1463406     12.22   no data
798.51/798.57	c  S st   206   5214398       193       396         0     90996      1188   1477038     12.22   no data
798.51/798.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
798.51/798.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.02
798.51/798.60	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
798.51/798.60	c bin-w-bin subsume rem            0 bins  time:  0.00 s
798.51/798.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
798.51/798.60	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    193 time:  0.00 s
798.51/798.60	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
798.61/798.62	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
798.61/798.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
799.90/799.90	c lits-rem:      2971  cl-subs:      911  v-elim:      0  v-fix:    0  time:  1.25 s
799.90/799.90	c vivif2 --  cl tried      396 cl shrink        0 lits rem          0 time: 0.00
799.90/799.92	c vivif2 --  cl tried    90085 cl shrink        0 lits rem          0 time: 0.02
799.90/799.94	c asymm  cl-useful: 0/396/396 lits-rem:0 time: 0.02
799.90/799.94	c calculated reachability. Time: 0.00
799.90/799.94	c  N st   206   5214398       193       396         0     90085      1188   1441222     12.22   no data
879.29/879.39	c  N st   207   5714398       193       396         0    168771      1188   4138035     12.22   no data
879.29/879.39	c  S st   207   5714398       193       396         0    168771      1188   4138035     12.22   no data
879.59/879.68	c  S st   207   5714900       193       396         0    169266      1188   4151792     12.22   no data
879.69/879.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
879.69/879.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.0M T:  0.07
879.69/879.76	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
879.69/879.76	c bin-w-bin subsume rem            0 bins  time:  0.00 s
879.69/879.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
879.69/879.76	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    193 time:  0.00 s
879.69/879.76	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
879.79/879.82	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
879.91/879.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
945.59/945.61	c lits-rem:     33304  cl-subs:    14978  v-elim:      0  v-fix:    0  time: 65.69 s
945.59/945.61	c vivif2 --  cl tried      396 cl shrink        0 lits rem          0 time: 0.00
945.59/945.66	c vivif2 --  cl tried   154288 cl shrink        0 lits rem          0 time: 0.04
945.69/945.72	c asymm  cl-useful: 0/396/396 lits-rem:0 time: 0.06
945.69/945.73	c calculated reachability. Time: 0.00
945.69/945.73	c  N st   207   5714900       193       396         0    154288      1188   3550353     12.22   no data
1033.30/1033.38	c  N st   208   6214900       193       396         0    124145      1188   2412464     12.22   no data
1033.30/1033.38	c  S st   208   6214900       193       396         0    124145      1188   2412464     12.22   no data
1033.50/1033.58	c  S st   208   6215403       193       396         0    124640      1188   2426895     12.22   no data
1033.50/1033.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1033.60/1033.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.04
1033.60/1033.63	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1033.60/1033.63	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1033.60/1033.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1033.60/1033.63	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    193 time:  0.00 s
1033.60/1033.63	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1033.60/1033.67	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
1033.70/1033.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1050.70/1050.72	c lits-rem:     10557  cl-subs:     8535  v-elim:      0  v-fix:    0  time: 16.99 s
1050.70/1050.72	c vivif2 --  cl tried      396 cl shrink        0 lits rem          0 time: 0.00
1050.70/1050.74	c vivif2 --  cl tried   116105 cl shrink        0 lits rem          0 time: 0.03
1050.70/1050.78	c asymm  cl-useful: 0/396/396 lits-rem:0 time: 0.04
1050.70/1050.78	c calculated reachability. Time: 0.00
1050.70/1050.78	c  N st   208   6215403       193       396         0    116105      1188   2129839     12.22   no data
1139.79/1139.88	c  N st   209   6715403       193       396         0    158501      1188   3702705     12.22   no data
1139.79/1139.88	c  S st   209   6715403       193       396         0    158501      1188   3702705     12.22   no data
1140.09/1140.15	c  S st   209   6715913       193       396         0    159007      1188   3717828     12.22   no data
1140.09/1140.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1140.19/1140.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.0M T:  0.06
1140.19/1140.23	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1140.19/1140.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1140.19/1140.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1140.19/1140.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    193 time:  0.00 s
1140.19/1140.23	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1140.19/1140.28	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
1140.29/1140.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1214.49/1214.59	c lits-rem:     22963  cl-subs:    19411  v-elim:      0  v-fix:    0  time: 74.22 s
1214.49/1214.59	c vivif2 --  cl tried      396 cl shrink        0 lits rem          0 time: 0.00
1214.59/1214.63	c vivif2 --  cl tried   139596 cl shrink        0 lits rem          0 time: 0.04
1214.59/1214.68	c asymm  cl-useful: 0/396/396 lits-rem:0 time: 0.05
1214.59/1214.69	c calculated reachability. Time: 0.00
1214.59/1214.69	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: 935)

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

running on 2 cores: 5,7

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: 3.38 3.87 3.88 2/179 23749
/proc/meminfo: memFree=14092980/32951124 swapFree=67111528/67111528
[pid=23749] ppid=23747 vsize=29776 CPUtime=0 cores=5,7
/proc/23749/stat : 23749 (strangenight2-s) R 23747 23749 22610 0 -1 4202496 530 0 0 0 0 0 0 0 21 0 1 0 472451847 30490624 469 33554432000 4194304 4627331 140734663601312 18446744073709551615 4332577 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23749/statm: 7444 469 371 106 0 2415 0

[startup+0.0244481 s]
/proc/loadavg: 3.38 3.87 3.88 2/179 23749
/proc/meminfo: memFree=14092980/32951124 swapFree=67111528/67111528
[pid=23749] ppid=23747 vsize=29776 CPUtime=0.02 cores=5,7
/proc/23749/stat : 23749 (strangenight2-s) R 23747 23749 22610 0 -1 4202496 575 0 0 0 2 0 0 0 21 0 1 0 472451847 30490624 514 33554432000 4194304 4627331 140734663601312 18446744073709551615 4309106 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23749/statm: 7444 514 371 106 0 2415 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 29776

[startup+0.100436 s]
/proc/loadavg: 3.38 3.87 3.88 2/179 23749
/proc/meminfo: memFree=14092980/32951124 swapFree=67111528/67111528
[pid=23749] ppid=23747 vsize=30248 CPUtime=0.09 cores=5,7
/proc/23749/stat : 23749 (strangenight2-s) R 23747 23749 22610 0 -1 4202496 760 0 0 0 9 0 0 0 21 0 1 0 472451847 30973952 592 33554432000 4194304 4627331 140734663601312 18446744073709551615 4309047 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23749/statm: 7562 592 372 106 0 2533 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30248

[startup+0.3004 s]
/proc/loadavg: 3.38 3.87 3.88 2/179 23749
/proc/meminfo: memFree=14092980/32951124 swapFree=67111528/67111528
[pid=23749] ppid=23747 vsize=30664 CPUtime=0.29 cores=5,7
/proc/23749/stat : 23749 (strangenight2-s) R 23747 23749 22610 0 -1 4202496 1112 0 0 0 29 0 0 0 22 0 1 0 472451847 31399936 774 33554432000 4194304 4627331 140734663601312 18446744073709551615 4309238 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23749/statm: 7666 774 372 106 0 2637 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30664

[startup+0.700339 s]
/proc/loadavg: 3.38 3.87 3.88 2/179 23749
/proc/meminfo: memFree=14092980/32951124 swapFree=67111528/67111528
[pid=23749] ppid=23747 vsize=31240 CPUtime=0.69 cores=5,7
/proc/23749/stat : 23749 (strangenight2-s) R 23747 23749 22610 0 -1 4202496 1716 0 0 0 69 0 0 0 23 0 1 0 472451847 31989760 901 33554432000 4194304 4627331 140734663601312 18446744073709551615 4309247 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23749/statm: 7810 901 374 106 0 2781 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31240

[startup+1.50018 s]
/proc/loadavg: 3.27 3.84 3.87 3/180 23750
/proc/meminfo: memFree=14083192/32951124 swapFree=67111528/67111528
[pid=23749] ppid=23747 vsize=38132 CPUtime=1.49 cores=5,7
/proc/23749/stat : 23749 (strangenight2-s) R 23747 23749 22610 0 -1 4202496 4212 0 0 0 149 0 0 0 25 0 1 0 472451847 39047168 2590 33554432000 4194304 4627331 140734663601312 18446744073709551615 4309093 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23749/statm: 9533 2590 377 106 0 4504 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 38132

[startup+3.10088 s]
/proc/loadavg: 3.27 3.84 3.87 3/180 23750
/proc/meminfo: memFree=14075380/32951124 swapFree=67111528/67111528
[pid=23749] ppid=23747 vsize=40128 CPUtime=3.09 cores=5,7
/proc/23749/stat : 23749 (strangenight2-s) R 23747 23749 22610 0 -1 4202496 6074 0 0 0 308 1 0 0 25 0 1 0 472451847 41091072 3308 33554432000 4194304 4627331 140734663601312 18446744073709551615 4309360 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23749/statm: 10032 3308 377 106 0 5003 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 40128

[startup+6.3003 s]
/proc/loadavg: 3.27 3.84 3.87 3/178 23750
/proc/meminfo: memFree=14066184/32951124 swapFree=67111528/67111528
[pid=23749] ppid=23747 vsize=46240 CPUtime=6.29 cores=5,7
/proc/23749/stat : 23749 (strangenight2-s) R 23747 23749 22610 0 -1 4202496 10247 0 0 0 628 1 0 0 25 0 1 0 472451847 47349760 4769 33554432000 4194304 4627331 140734663601312 18446744073709551615 4308224 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23749/statm: 11560 4769 377 106 0 6531 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 46240

[startup+12.7001 s]
/proc/loadavg: 3.08 3.78 3.85 3/178 23750
/proc/meminfo: memFree=14052196/32951124 swapFree=67111528/67111528
[pid=23749] ppid=23747 vsize=54268 CPUtime=12.69 cores=5,7
/proc/23749/stat : 23749 (strangenight2-s) R 23747 23749 22610 0 -1 4202496 16196 0 0 0 1267 2 0 0 25 0 1 0 472451847 55570432 6340 33554432000 4194304 4627331 140734663601312 18446744073709551615 4309562 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23749/statm: 13567 6340 377 106 0 8538 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 54268

[startup+25.5008 s]
/proc/loadavg: 2.91 3.72 3.83 3/178 23750
/proc/meminfo: memFree=14038460/32951124 swapFree=67111528/67111528
[pid=23749] ppid=23747 vsize=63516 CPUtime=25.49 cores=5,7
/proc/23749/stat : 23749 (strangenight2-s) R 23747 23749 22610 0 -1 4202496 25591 0 0 0 2546 3 0 0 25 0 1 0 472451847 65040384 9020 33554432000 4194304 4627331 140734663601312 18446744073709551615 4309552 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23749/statm: 15879 9020 377 106 0 10850 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 63516

[startup+51.1011 s]
/proc/loadavg: 2.52 3.56 3.77 2/172 23768
/proc/meminfo: memFree=14055772/32951124 swapFree=67111528/67111528
[pid=23749] ppid=23747 vsize=71272 CPUtime=51.1 cores=5,7
/proc/23749/stat : 23749 (strangenight2-s) R 23747 23749 22610 0 -1 4202496 42058 0 0 0 5104 6 0 0 25 0 1 0 472451847 72982528 10441 33554432000 4194304 4627331 140734663601312 18446744073709551615 4327563 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23749/statm: 17818 10441 377 106 0 12789 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 71272

[startup+102.306 s]
/proc/loadavg: 1.60 3.13 3.61 2/172 23769
/proc/meminfo: memFree=14037704/32951124 swapFree=67111528/67111528
[pid=23749] ppid=23747 vsize=92136 CPUtime=102.3 cores=5,7
/proc/23749/stat : 23749 (strangenight2-s) R 23747 23749 22610 0 -1 4202496 67361 0 0 0 10219 11 0 0 25 0 1 0 472451847 94347264 16064 33554432000 4194304 4627331 140734663601312 18446744073709551615 4309540 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23749/statm: 23034 16064 377 106 0 18005 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 92136

[startup+162.301 s]
/proc/loadavg: 1.22 2.74 3.44 2/172 23771
/proc/meminfo: memFree=14029016/32951124 swapFree=67111528/67111528
[pid=23749] ppid=23747 vsize=103760 CPUtime=162.29 cores=5,7
/proc/23749/stat : 23749 (strangenight2-s) R 23747 23749 22610 0 -1 4202496 94244 0 0 0 16214 15 0 0 25 0 1 0 472451847 106250240 18445 33554432000 4194304 4627331 140734663601312 18446744073709551615 4309047 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23749/statm: 25940 18445 377 106 0 20911 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 103760

[startup+222.301 s]
/proc/loadavg: 1.08 2.42 3.29 2/172 23773
/proc/meminfo: memFree=14004560/32951124 swapFree=67111528/67111528
[pid=23749] ppid=23747 vsize=129636 CPUtime=222.3 cores=5,7
/proc/23749/stat : 23749 (strangenight2-s) R 23747 23749 22610 0 -1 4202496 114690 0 0 0 22211 19 0 0 25 0 1 0 472451847 132747264 24440 33554432000 4194304 4627331 140734663601312 18446744073709551615 4309552 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23749/statm: 32409 24440 377 106 0 27380 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 129636

[startup+282.301 s]
/proc/loadavg: 1.03 2.16 3.14 2/172 23774
/proc/meminfo: memFree=13980108/32951124 swapFree=67111528/67111528
[pid=23749] ppid=23747 vsize=148520 CPUtime=282.3 cores=5,7
/proc/23749/stat : 23749 (strangenight2-s) R 23747 23749 22610 0 -1 4202496 130963 0 0 0 28209 21 0 0 25 0 1 0 472451847 152084480 28252 33554432000 4194304 4627331 140734663601312 18446744073709551615 4309268 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23749/statm: 37130 28252 377 106 0 32101 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 148520

[startup+342.301 s]
/proc/loadavg: 1.01 1.94 3.00 2/172 23776
/proc/meminfo: memFree=13969436/32951124 swapFree=67111528/67111528
[pid=23749] ppid=23747 vsize=162712 CPUtime=342.29 cores=5,7
/proc/23749/stat : 23749 (strangenight2-s) R 23747 23749 22610 0 -1 4202496 154178 0 0 0 34205 24 0 0 25 0 1 0 472451847 166617088 33213 33554432000 4194304 4627331 140734663601312 18446744073709551615 4420176 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23749/statm: 40678 33213 377 106 0 35649 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 162712

[startup+402.301 s]
/proc/loadavg: 1.05 1.78 2.88 2/172 23777
/proc/meminfo: memFree=13973764/32951124 swapFree=67111528/67111528
[pid=23749] ppid=23747 vsize=161904 CPUtime=402.3 cores=5,7
/proc/23749/stat : 23749 (strangenight2-s) R 23747 23749 22610 0 -1 4202496 163549 0 0 0 40204 26 0 0 25 0 1 0 472451847 165789696 32343 33554432000 4194304 4627331 140734663601312 18446744073709551615 4309552 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23749/statm: 40476 32343 377 106 0 35447 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 161904

[startup+462.301 s]
/proc/loadavg: 1.02 1.64 2.76 2/172 23779
/proc/meminfo: memFree=13968520/32951124 swapFree=67111528/67111528
[pid=23749] ppid=23747 vsize=162372 CPUtime=462.29 cores=5,7
/proc/23749/stat : 23749 (strangenight2-s) R 23747 23749 22610 0 -1 4202496 181903 0 0 0 46200 29 0 0 25 0 1 0 472451847 166268928 33549 33554432000 4194304 4627331 140734663601312 18446744073709551615 4309063 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23749/statm: 40593 33549 377 106 0 35564 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 162372

[startup+522.301 s]
/proc/loadavg: 1.00 1.52 2.65 2/172 23781
/proc/meminfo: memFree=13956228/32951124 swapFree=67111528/67111528
[pid=23749] ppid=23747 vsize=178820 CPUtime=522.3 cores=5,7
/proc/23749/stat : 23749 (strangenight2-s) R 23747 23749 22610 0 -1 4202496 200444 0 0 0 52197 33 0 0 25 0 1 0 472451847 183111680 36766 33554432000 4194304 4627331 140734663601312 18446744073709551615 4309280 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23749/statm: 44705 36766 377 106 0 39676 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 178820

[startup+582.301 s]
/proc/loadavg: 1.00 1.42 2.54 2/172 23782
/proc/meminfo: memFree=13957932/32951124 swapFree=67111528/67111528
[pid=23749] ppid=23747 vsize=179084 CPUtime=582.3 cores=5,7
/proc/23749/stat : 23749 (strangenight2-s) R 23747 23749 22610 0 -1 4202496 220371 0 0 0 58193 37 0 0 25 0 1 0 472451847 183382016 36294 33554432000 4194304 4627331 140734663601312 18446744073709551615 4309261 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23749/statm: 44771 36294 377 106 0 39742 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 179084

[startup+642.301 s]
/proc/loadavg: 1.00 1.34 2.44 2/172 23784
/proc/meminfo: memFree=13935464/32951124 swapFree=67111528/67111528
[pid=23749] ppid=23747 vsize=204784 CPUtime=642.3 cores=5,7
/proc/23749/stat : 23749 (strangenight2-s) R 23747 23749 22610 0 -1 4202496 230492 0 0 0 64192 38 0 0 25 0 1 0 472451847 209698816 41798 33554432000 4194304 4627331 140734663601312 18446744073709551615 4309245 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23749/statm: 51196 41798 377 106 0 46167 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 204784

[startup+702.301 s]
/proc/loadavg: 1.00 1.28 2.35 2/172 23785
/proc/meminfo: memFree=13935936/32951124 swapFree=67111528/67111528
[pid=23749] ppid=23747 vsize=205084 CPUtime=702.3 cores=5,7
/proc/23749/stat : 23749 (strangenight2-s) R 23747 23749 22610 0 -1 4202496 248080 0 0 0 70188 42 0 0 25 0 1 0 472451847 210006016 41839 33554432000 4194304 4627331 140734663601312 18446744073709551615 4308387 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23749/statm: 51271 41839 377 106 0 46242 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 205084

[startup+762.307 s]
/proc/loadavg: 1.00 1.22 2.26 2/172 23787
/proc/meminfo: memFree=13925256/32951124 swapFree=67111528/67111528
[pid=23749] ppid=23747 vsize=265528 CPUtime=762.3 cores=5,7
/proc/23749/stat : 23749 (strangenight2-s) R 23747 23749 22610 0 -1 4202496 264218 0 0 0 76185 45 0 0 25 0 1 0 472451847 271900672 44346 33554432000 4194304 4627331 140734663601312 18446744073709551615 4309113 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23749/statm: 66382 44346 377 106 0 61353 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 265528

[startup+822.301 s]
/proc/loadavg: 1.00 1.18 2.18 2/172 23789
/proc/meminfo: memFree=13933172/32951124 swapFree=67111528/67111528
[pid=23749] ppid=23747 vsize=205704 CPUtime=822.3 cores=5,7
/proc/23749/stat : 23749 (strangenight2-s) R 23747 23749 22610 0 -1 4202496 281330 0 0 0 82183 47 0 0 25 0 1 0 472451847 210640896 42579 33554432000 4194304 4627331 140734663601312 18446744073709551615 4309283 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23749/statm: 51426 42579 377 106 0 46397 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 205704

[startup+882.301 s]
/proc/loadavg: 1.00 1.14 2.10 2/172 23790
/proc/meminfo: memFree=13890992/32951124 swapFree=67111528/67111528
[pid=23749] ppid=23747 vsize=304632 CPUtime=882.29 cores=5,7
/proc/23749/stat : 23749 (strangenight2-s) R 23747 23749 22610 0 -1 4202496 306266 0 0 0 88178 51 0 0 25 0 1 0 472451847 311943168 53026 33554432000 4194304 4627331 140734663601312 18446744073709551615 4420169 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23749/statm: 76158 53026 377 106 0 71129 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 304632

[startup+942.301 s]
/proc/loadavg: 1.00 1.12 2.03 2/172 23792
/proc/meminfo: memFree=13891096/32951124 swapFree=67111528/67111528
[pid=23749] ppid=23747 vsize=304632 CPUtime=942.29 cores=5,7
/proc/23749/stat : 23749 (strangenight2-s) R 23747 23749 22610 0 -1 4202496 306266 0 0 0 94178 51 0 0 25 0 1 0 472451847 311943168 53026 33554432000 4194304 4627331 140734663601312 18446744073709551615 4409088 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23749/statm: 76158 53026 377 106 0 71129 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 304632

[startup+1002.3 s]
/proc/loadavg: 1.00 1.09 1.96 2/172 23793
/proc/meminfo: memFree=13895536/32951124 swapFree=67111528/67111528
[pid=23749] ppid=23747 vsize=240384 CPUtime=1002.3 cores=5,7
/proc/23749/stat : 23749 (strangenight2-s) R 23747 23749 22610 0 -1 4202496 320078 0 0 0 100175 55 0 0 25 0 1 0 472451847 246153216 51947 33554432000 4194304 4627331 140734663601312 18446744073709551615 4309113 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23749/statm: 60096 51947 377 106 0 55067 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 240384

[startup+1062.3 s]
/proc/loadavg: 1.00 1.07 1.90 2/172 23795
/proc/meminfo: memFree=13860160/32951124 swapFree=67111528/67111528
[pid=23749] ppid=23747 vsize=335984 CPUtime=1062.3 cores=5,7
/proc/23749/stat : 23749 (strangenight2-s) R 23747 23749 22610 0 -1 4202496 330791 0 0 0 106174 56 0 0 25 0 1 0 472451847 344047616 60858 33554432000 4194304 4627331 140734663601312 18446744073709551615 4309870 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23749/statm: 83996 60858 377 106 0 78967 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 335984

[startup+1122.3 s]
/proc/loadavg: 1.00 1.06 1.84 2/172 23797
/proc/meminfo: memFree=13877004/32951124 swapFree=67111528/67111528
[pid=23749] ppid=23747 vsize=320720 CPUtime=1122.29 cores=5,7
/proc/23749/stat : 23749 (strangenight2-s) R 23747 23749 22610 0 -1 4202496 337987 0 0 0 112172 57 0 0 25 0 1 0 472451847 328417280 56581 33554432000 4194304 4627331 140734663601312 18446744073709551615 4309110 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23749/statm: 80180 56581 377 106 0 75151 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 320720

[startup+1182.3 s]
/proc/loadavg: 1.00 1.04 1.79 2/172 23798
/proc/meminfo: memFree=13877468/32951124 swapFree=67111528/67111528
[pid=23749] ppid=23747 vsize=321416 CPUtime=1182.29 cores=5,7
/proc/23749/stat : 23749 (strangenight2-s) R 23747 23749 22610 0 -1 4202496 339006 0 0 0 118172 57 0 0 25 0 1 0 472451847 329129984 56391 33554432000 4194304 4627331 140734663601312 18446744073709551615 4420169 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23749/statm: 80354 56391 377 106 0 75325 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 321416

[startup+1242.3 s]
/proc/loadavg: 1.00 1.03 1.73 2/172 23800
/proc/meminfo: memFree=13859224/32951124 swapFree=67111528/67111528
[pid=23749] ppid=23747 vsize=337476 CPUtime=1242.29 cores=5,7
/proc/23749/stat : 23749 (strangenight2-s) R 23747 23749 22610 0 -1 4202496 345466 0 0 0 124170 59 0 0 25 0 1 0 472451847 345575424 61039 33554432000 4194304 4627331 140734663601312 18446744073709551615 4309045 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23749/statm: 84369 61039 377 106 0 79340 0
Current children cumulated CPU time (s) 1242.29
Current children cumulated vsize (KiB) 337476



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.00 1.03 1.69 2/172 23801
/proc/meminfo: memFree=13880640/32951124 swapFree=67111528/67111528
[pid=23749] ppid=23747 vsize=254372 CPUtime=1299.99 cores=5,7
/proc/23749/stat : 23749 (strangenight2-s) R 23747 23749 22610 0 -1 4202496 352910 0 0 0 129939 60 0 0 25 0 1 0 472451847 260476928 55561 33554432000 4194304 4627331 140734663601312 18446744073709551615 4309113 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/23749/statm: 63593 55561 377 106 0 58564 0
Current children cumulated CPU time (s) 1299.99
Current children cumulated vsize (KiB) 254372

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.4
CPU system time (s): 0.619905
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 355488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.4
system time used= 0.619905
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 352910
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= 10
involuntary context switches= 2996

runsolver used 1.65575 second user time and 4.50531 second system time

The end

Launcher Data

Begin job on node109 at 2011-04-24 03:28:31
IDJOB=3274228
IDBENCH=83156
IDSOLVER=1587
FILE ID=node109/3274228-1303608511
RUNJOBID= node109-1303608510-23730
PBS_JOBID= 13150585
Free space on /tmp= 71372 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st
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-3274228-1303608511/watcher-3274228-1303608511 -o /tmp/evaluation-result-3274228-1303608511/solver-3274228-1303608511 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3274228-1303608511.cnf

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

MD5SUM BENCH= f2cf61fc47972fb7e89be65d1a83332e
RANDOM SEED=1691529635

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14093136 kB
Buffers:       2105128 kB
Cached:       16109948 kB
SwapCached:          0 kB
Active:        9972152 kB
Inactive:      8309760 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14093136 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           11464 kB
Writeback:           0 kB
AnonPages:       65784 kB
Mapped:          15184 kB
Slab:           511172 kB
PageTables:       4968 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   223416 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= 71372 MiB
End job on node109 at 2011-04-24 03:50:13