Trace number 3273476

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

General information on the benchmark

Namecrafted/spence/sgen/
sgen3-n180-s33098896-unsat.cnf
MD5SUM1221fb51c407dee7559369d7c6eedb4e
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 variables181
Number of clauses372
Sum of the clauses size1116
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3372
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-3273476-1303605811.cnf'
0.00/0.00	c -- header says num vars:            181
0.00/0.00	c -- header says num clauses:         372
0.00/0.00	c -- clauses added:            0 learnts,          372 normals,            0 xors
0.00/0.00	c -- vars added        181
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       181       372         0         0      1116         0   no data   no data
0.00/0.00	c asymm  cl-useful: 0/372/372 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:    181 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:       4 undec:     171 neg:       6
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       181       372         0         0      1116         0   no data   no data
0.00/0.03	c Decided on static restart strategy
0.04/0.08	c  N st     8      4915       181       372         0      4453      1116    101265   no data   no data
0.19/0.25	c  N st    10     11297       181       372         0      4049      1116     75767   no data   no data
0.39/0.40	c  N st    11     17040       181       372         0      9021      1116    214503   no data   no data
0.59/0.69	c  F st    12     25000       181       372         0     11101      1116    289559   no data   no data
0.59/0.69	c  N st    12     25000       181       372         0     11101      1116    289559   no data   no data
0.79/0.82	c Decided on static restart strategy
0.79/0.82	c  N st    18     30000       181       372         0      9657      1116    204647   no data   no data
0.79/0.82	c  S st    18     30000       181       372         0      9657      1116    204647   no data   no data
0.79/0.84	c  S st    18     30502       181       372         0     10145      1116    215669   no data   no data
0.79/0.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
0.79/0.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
0.79/0.84	c blocked clauses removed:        0 vars:      0 tried:         181 T: 0.00 s
0.79/0.84	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.79/0.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.79/0.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    181 time:  0.00 s
0.79/0.84	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.79/0.84	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.79/0.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.89/0.94	c lits-rem:      1129  cl-subs:      429  v-elim:      0  v-fix:    0  time:  0.08 s
0.89/0.94	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.00
0.89/0.94	c calculated reachability. Time: 0.00
0.89/0.94	c  N st    18     30502       181       372         0      9716      1116    201111   no data   no data
1.09/1.15	c  N st    20     37616       181       372         0      8931      1116    162622   no data   no data
1.29/1.39	c  N st    21     44015       181       372         0     14476      1116    326041   no data   no data
1.39/1.46	c  S st    22     45756       181       372         0      8174      1116    130256   no data   no data
1.39/1.48	c  S st    22     46262       181       372         0      8665      1116    141292   no data   no data
1.39/1.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.39/1.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
1.39/1.48	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1.39/1.48	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.39/1.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.39/1.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    181 time:  0.00 s
1.39/1.48	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1.39/1.48	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
1.39/1.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.49/1.50	c lits-rem:       269  cl-subs:      139  v-elim:      0  v-fix:    0  time:  0.02 s
1.49/1.50	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
1.49/1.50	c vivif2 --  cl tried     8526 cl shrink        0 lits rem          0 time: 0.00
1.49/1.51	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.00
1.49/1.51	c calculated reachability. Time: 0.00
1.49/1.51	c  N st    22     46262       181       372         0      8526      1116    137401   no data   no data
1.99/2.06	c  N st    23     60660       181       372         0     12595      1116    233562   no data   no data
2.29/2.38	c  N st    24     69393       181       372         0     10545      1116    166974   no data   no data
2.29/2.38	c  S st    24     69393       181       372         0     10545      1116    166974   no data   no data
2.39/2.41	c  S st    24     69898       181       372         0     11033      1116    177719   no data   no data
2.39/2.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2.39/2.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
2.39/2.41	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2.39/2.41	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.39/2.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.39/2.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    181 time:  0.00 s
2.39/2.41	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2.39/2.41	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
2.39/2.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.39/2.44	c lits-rem:       400  cl-subs:      133  v-elim:      0  v-fix:    0  time:  0.03 s
2.39/2.44	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
2.39/2.45	c vivif2 --  cl tried    10900 cl shrink        0 lits rem          0 time: 0.00
2.39/2.45	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.00
2.39/2.45	c calculated reachability. Time: 0.00
2.39/2.45	c  N st    24     69898       181       372         0     10900      1116    172891   no data   no data
3.29/3.33	c  F st    25     87500       181       372         0     15622      1116    328687   no data   no data
3.29/3.33	c  N st    25     87500       181       372         0     15622      1116    328687   no data   no data
3.49/3.53	c Decided on static restart strategy
3.59/3.65	c  N st    32     95538       181       372         0     22923      1116    535187   no data   no data
3.99/4.04	c  N st    34    104848       181       372         0     19631      1116    435067   no data   no data
3.99/4.04	c  S st    34    104848       181       372         0     19631      1116    435067   no data   no data
3.99/4.07	c  S st    34    105352       181       372         0     20119      1116    446372   no data   no data
3.99/4.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.99/4.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
3.99/4.08	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3.99/4.08	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.99/4.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.99/4.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    181 time:  0.00 s
3.99/4.08	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.99/4.08	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
3.99/4.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.40/4.44	c lits-rem:      5943  cl-subs:      849  v-elim:      0  v-fix:    0  time:  0.35 s
4.40/4.44	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
4.40/4.45	c vivif2 --  cl tried    19270 cl shrink        0 lits rem          0 time: 0.00
4.40/4.45	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.00
4.40/4.45	c calculated reachability. Time: 0.00
4.40/4.45	c  N st    34    105352       181       372         0     19270      1116    407673   no data   no data
4.89/4.92	c  N st    35    114951       181       372         0     15468      1116    280696   no data   no data
5.59/5.65	c  N st    36    129348       181       372         0     14930      1116    236693   no data   no data
6.69/6.72	c  N st    37    150946       181       372         0     19887      1116    348989   no data   no data
6.99/7.04	c  S st    38    158029       181       372         0     26332      1116    542129   no data   no data
7.09/7.10	c  S st    38    158533       181       372         0     26825      1116    555790   no data   no data
7.09/7.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.09/7.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
7.09/7.11	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
7.09/7.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.09/7.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.09/7.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    181 time:  0.00 s
7.09/7.11	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
7.09/7.11	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
7.09/7.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.49/7.58	c lits-rem:      3562  cl-subs:     1015  v-elim:      0  v-fix:    0  time:  0.45 s
7.49/7.58	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
7.49/7.59	c vivif2 --  cl tried    25810 cl shrink        0 lits rem          0 time: 0.01
7.49/7.59	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.01
7.49/7.59	c calculated reachability. Time: 0.00
7.49/7.59	c  N st    38    158533       181       372         0     25810      1116    519010   no data   no data
10.29/10.39	c  N st    39    207123       181       372         0     20213      1116    371497   no data   no data
11.99/12.02	c  N st    40    237799       181       372         0     29226      1116    618010   no data   no data
11.99/12.02	c  S st    40    237799       181       372         0     29226      1116    618010   no data   no data
11.99/12.08	c  S st    40    238304       181       372         0     29716      1116    630716   no data   no data
11.99/12.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
11.99/12.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
11.99/12.09	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
11.99/12.09	c bin-w-bin subsume rem            0 bins  time:  0.00 s
11.99/12.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.99/12.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    181 time:  0.00 s
11.99/12.09	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
11.99/12.10	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
12.09/12.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.20/13.24	c lits-rem:      9015  cl-subs:     2109  v-elim:      0  v-fix:    0  time:  1.13 s
13.20/13.24	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
13.20/13.25	c vivif2 --  cl tried    27607 cl shrink        0 lits rem          0 time: 0.01
13.20/13.25	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.01
13.20/13.25	c calculated reachability. Time: 0.00
13.20/13.25	c  N st    40    238304       181       372         0     27607      1116    546877   no data   no data
17.89/17.96	c  F st    41    306251       181       372         0     30357      1116    612476   no data   no data
17.89/17.96	c  N st    41    306251       181       372         0     30357      1116    612476   no data   no data
18.19/18.28	c Decided on static restart strategy
19.59/19.63	c  N st    51    334553       181       372         0     34352      1116    679274   no data   no data
20.99/21.01	c  N st    53    357459       181       372         0     32977      1116    614668   no data   no data
20.99/21.01	c  S st    53    357459       181       372         0     32977      1116    614668   no data   no data
20.99/21.06	c  S st    53    357965       181       372         0     33470      1116    626503   no data   no data
20.99/21.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
20.99/21.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
20.99/21.07	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
20.99/21.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
20.99/21.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
20.99/21.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    181 time:  0.00 s
20.99/21.07	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
20.99/21.08	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
20.99/21.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
21.59/21.61	c lits-rem:      3658  cl-subs:      968  v-elim:      0  v-fix:    0  time:  0.52 s
21.59/21.61	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
21.59/21.62	c vivif2 --  cl tried    32502 cl shrink        0 lits rem          0 time: 0.01
21.59/21.63	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.01
21.59/21.63	c calculated reachability. Time: 0.00
21.59/21.63	c  N st    53    357965       181       372         0     32502      1116    589381   no data   no data
24.09/24.17	c  N st    54    390358       181       372         0     38329      1116    858865   no data   no data
28.29/28.30	c  N st    55    438947       181       372         0     32567      1116    634144   no data   no data
34.10/34.18	c  N st    56    511829       181       372         0     43568      1116    987094   no data   no data
35.99/36.09	c  N st    57    536949       181       372         0     38411      1116    764272   no data   no data
35.99/36.09	c  S st    57    536949       181       372         0     38411      1116    764272   no data   no data
36.09/36.15	c  S st    57    537452       181       372         0     38901      1116    776600   no data   no data
36.09/36.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
36.09/36.16	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
36.09/36.16	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
36.09/36.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
36.09/36.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
36.09/36.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    181 time:  0.00 s
36.09/36.16	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
36.09/36.18	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
36.09/36.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
37.79/37.80	c lits-rem:      8237  cl-subs:     2608  v-elim:      0  v-fix:    0  time:  1.61 s
37.79/37.80	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
37.79/37.81	c vivif2 --  cl tried    36293 cl shrink        0 lits rem          0 time: 0.01
37.79/37.82	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.01
37.79/37.82	c calculated reachability. Time: 0.00
37.79/37.82	c  N st    57    537452       181       372         0     36293      1116    672526   no data   no data
51.39/51.43	c  N st    58    701438       181       372         0     30590      1116    462292   no data   no data
60.09/60.14	c  N st    59    806181       181       372         0     56220      1116   1260761   no data   no data
60.09/60.14	c  S st    59    806181       181       372         0     56220      1116   1260761   no data   no data
60.19/60.25	c  S st    59    806690       181       372         0     56718      1116   1274992   no data   no data
60.19/60.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
60.19/60.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.01
60.19/60.26	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
60.19/60.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
60.19/60.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
60.19/60.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    181 time:  0.00 s
60.19/60.26	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
60.19/60.28	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
60.29/60.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
68.38/68.43	c lits-rem:     10660  cl-subs:     5963  v-elim:      0  v-fix:    0  time:  8.11 s
68.38/68.43	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
68.38/68.44	c vivif2 --  cl tried    50755 cl shrink        0 lits rem          0 time: 0.01
68.38/68.45	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.01
68.38/68.45	c calculated reachability. Time: 0.00
68.38/68.45	c  N st    59    806690       181       372         0     50755      1116   1062555   no data   no data
94.19/94.28	c  F st    60   1071875       181       372         0     65212      1116   1486602   no data   no data
94.19/94.28	c  N st    60   1071875       181       372         0     65212      1116   1486602   no data   no data
94.69/94.79	c Decided on static restart strategy
96.70/96.77	c  N st    70   1100180       181       372         0     51822      1116   1032840   no data   no data
100.39/100.41	c  N st    72   1136175       181       372         0     43638      1116    723454   no data   no data
102.99/103.00	c  N st    73   1168567       181       372         0     70793      1116   1599123   no data   no data
106.39/106.41	c  N st    74   1210036       181       372         0     64570      1116   1378835   no data   no data
106.39/106.41	c  S st    74   1210036       181       372         0     64570      1116   1378835   no data   no data
106.49/106.53	c  S st    74   1210538       181       372         0     65061      1116   1392571   no data   no data
106.49/106.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
106.49/106.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
106.49/106.56	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
106.49/106.56	c bin-w-bin subsume rem            0 bins  time:  0.00 s
106.49/106.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
106.49/106.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    181 time:  0.00 s
106.49/106.56	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
106.49/106.58	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
106.59/106.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
114.79/114.84	c lits-rem:     11998  cl-subs:     8304  v-elim:      0  v-fix:    0  time:  8.23 s
114.79/114.84	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
114.79/114.85	c vivif2 --  cl tried    56757 cl shrink        0 lits rem          0 time: 0.01
114.79/114.87	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.02
114.79/114.87	c calculated reachability. Time: 0.00
114.79/114.87	c  N st    74   1210538       181       372         0     56757      1116   1075768   no data   no data
121.79/121.82	c  N st    75   1283420       181       372         0     77878      1116   1753966   no data   no data
133.28/133.32	c  N st    76   1392744       181       372         0     45716      1116    707666   no data   no data
149.59/149.65	c  N st    77   1556728       181       372         0     50717      1116    797251   no data   no data
167.79/167.82	c  N st    78   1710539       181       372         0     87420      1116   1981349   no data   no data
167.79/167.82	c  S st    78   1710539       181       372         0     87420      1116   1981349   no data   no data
167.89/167.97	c  S st    78   1711040       181       372         0     87912      1116   1994720   no data   no data
167.89/167.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
167.99/168.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.03
167.99/168.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
167.99/168.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
167.99/168.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
167.99/168.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    181 time:  0.00 s
167.99/168.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
167.99/168.03	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
167.99/168.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
181.89/181.92	c lits-rem:     32122  cl-subs:     6558  v-elim:      0  v-fix:    0  time: 13.84 s
181.89/181.92	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
181.89/181.95	c vivif2 --  cl tried    81354 cl shrink        0 lits rem          0 time: 0.02
181.89/181.98	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.03
181.89/181.98	c calculated reachability. Time: 0.00
181.89/181.98	c  N st    78   1711040       181       372         0     81354      1116   1730609   no data   no data
226.79/226.80	c  N st    79   2080005       181       372         0     89401      1116   1778824   no data   no data
241.19/241.28	c  N st    80   2211040       181       372         0     95553      1116   2032057   no data   no data
241.19/241.28	c  S st    80   2211040       181       372         0     95553      1116   2032057   no data   no data
241.39/241.44	c  S st    80   2211543       181       372         0     96047      1116   2044637   no data   no data
241.39/241.44	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
241.39/241.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.03
241.39/241.48	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
241.39/241.48	c bin-w-bin subsume rem            0 bins  time:  0.00 s
241.39/241.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
241.39/241.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    181 time:  0.00 s
241.39/241.48	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
241.49/241.51	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
241.49/241.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
253.09/253.18	c lits-rem:     14159  cl-subs:     5766  v-elim:      0  v-fix:    0  time: 11.62 s
253.09/253.18	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
253.19/253.21	c vivif2 --  cl tried    90281 cl shrink        0 lits rem          0 time: 0.02
253.19/253.24	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.03
253.19/253.24	c calculated reachability. Time: 0.00
253.19/253.24	c  N st    80   2211543       181       372         0     90281      1116   1845149   no data   no data
309.20/309.26	c  N st    81   2711545       181       372         0    103568      1116   2094904   no data   no data
309.20/309.26	c  S st    81   2711545       181       372         0    103568      1116   2094904   no data   no data
309.40/309.43	c  S st    81   2712049       181       372         0    104059      1116   2107135   no data   no data
309.40/309.44	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
309.40/309.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.04
309.40/309.48	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
309.40/309.48	c bin-w-bin subsume rem            0 bins  time:  0.00 s
309.40/309.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
309.40/309.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    181 time:  0.00 s
309.40/309.48	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
309.49/309.51	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
309.49/309.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
331.69/331.78	c lits-rem:     18333  cl-subs:    11846  v-elim:      0  v-fix:    0  time: 22.21 s
331.69/331.78	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
331.79/331.80	c vivif2 --  cl tried    92213 cl shrink        0 lits rem          0 time: 0.02
331.79/331.83	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.03
331.79/331.84	c calculated reachability. Time: 0.00
331.79/331.84	c  N st    81   2712049       181       372         0     92213      1116   1716296   no data   no data
396.69/396.74	c  N st    82   3212049       181       372         0     78867      1116   1359630   no data   no data
396.69/396.74	c  S st    82   3212049       181       372         0     78867      1116   1359630   no data   no data
396.80/396.87	c  S st    82   3212553       181       372         0     79359      1116   1372280   no data   no data
396.80/396.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
396.90/396.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.02
396.90/396.90	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
396.90/396.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
396.90/396.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
396.90/396.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    181 time:  0.00 s
396.90/396.90	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
396.90/396.92	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
396.90/396.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
400.30/400.39	c lits-rem:     12232  cl-subs:     3154  v-elim:      0  v-fix:    0  time:  3.44 s
400.30/400.39	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
400.40/400.41	c vivif2 --  cl tried    76205 cl shrink        0 lits rem          0 time: 0.02
400.40/400.43	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.02
400.40/400.44	c calculated reachability. Time: 0.00
400.40/400.44	c  N st    82   3212553       181       372         0     76205      1116   1252922   no data   no data
464.40/464.48	c  N st    83   3712557       181       372         0     82101      1116   1388585   no data   no data
464.40/464.48	c  S st    83   3712557       181       372         0     82101      1116   1388585   no data   no data
464.60/464.63	c  S st    83   3713059       181       372         0     82594      1116   1401962   no data   no data
464.60/464.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
464.60/464.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.03
464.60/464.66	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
464.60/464.66	c bin-w-bin subsume rem            0 bins  time:  0.00 s
464.60/464.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
464.60/464.66	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    181 time:  0.00 s
464.60/464.66	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
464.60/464.68	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
464.70/464.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
468.80/468.83	c lits-rem:      7951  cl-subs:     4610  v-elim:      0  v-fix:    0  time:  4.12 s
468.80/468.83	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
468.80/468.85	c vivif2 --  cl tried    77984 cl shrink        0 lits rem          0 time: 0.02
468.80/468.88	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.02
468.80/468.88	c calculated reachability. Time: 0.00
468.80/468.88	c  N st    83   3713059       181       372         0     77984      1116   1247678   no data   no data
473.70/473.71	c  F st    84   3751562       181       372         0    111785      1116   2220997   no data   no data
473.70/473.71	c  N st    84   3751562       181       372         0    111785      1116   2220997   no data   no data
474.50/474.54	c Decided on static restart strategy
477.80/477.83	c  N st    94   3779872       181       372         0    137367      1116   2988344   no data   no data
482.61/482.64	c  N st    96   3815871       181       372         0     97879      1116   1872901   no data   no data
487.40/487.48	c  N st    97   3848263       181       372         0    126416      1116   2900675   no data   no data
494.60/494.60	c  N st    98   3896853       181       372         0     94305      1116   1708553   no data   no data
505.50/505.52	c  N st    99   3969735       181       372         0     82769      1116   1343959   no data   no data
524.20/524.24	c  N st   100   4079059       181       372         0    101214      1116   1949119   no data   no data
545.90/545.94	c  N st   101   4213060       181       372         0    138895      1116   3103283   no data   no data
545.90/545.94	c  S st   101   4213060       181       372         0    138895      1116   3103283   no data   no data
546.20/546.22	c  S st   101   4213567       181       372         0    139387      1116   3116974   no data   no data
546.20/546.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
546.20/546.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.06
546.20/546.29	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
546.20/546.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
546.20/546.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
546.20/546.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    181 time:  0.00 s
546.20/546.29	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
546.30/546.33	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
546.40/546.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
598.31/598.36	c lits-rem:     29104  cl-subs:    20921  v-elim:      0  v-fix:    0  time: 51.95 s
598.31/598.36	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
598.31/598.39	c vivif2 --  cl tried   118466 cl shrink        0 lits rem          0 time: 0.03
598.41/598.44	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.05
598.41/598.44	c calculated reachability. Time: 0.00
598.41/598.44	c  N st   101   4213567       181       372         0    118466      1116   2327680   no data   no data
638.71/638.73	c  N st   102   4459546       181       372         0     96627      1116   1702982   no data   no data
681.81/681.88	c  N st   103   4713567       181       372         0    154326      1116   3557578   no data   no data
681.81/681.88	c  S st   103   4713567       181       372         0    154326      1116   3557578   no data   no data
682.11/682.20	c  S st   103   4714071       181       372         0    154823      1116   3571049   no data   no data
682.21/682.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
682.21/682.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.07
682.21/682.27	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
682.21/682.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
682.21/682.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
682.21/682.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    181 time:  0.00 s
682.21/682.27	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
682.31/682.32	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
682.41/682.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
759.21/759.28	c lits-rem:     33464  cl-subs:    22895  v-elim:      0  v-fix:    0  time: 76.87 s
759.21/759.28	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
759.31/759.31	c vivif2 --  cl tried   131928 cl shrink        0 lits rem          0 time: 0.04
759.31/759.37	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.06
759.31/759.37	c calculated reachability. Time: 0.00
759.31/759.37	c  N st   103   4714071       181       372         0    131928      1116   2755741   no data   no data
840.82/840.83	c  N st   104   5214071       181       372         0    146548      1116   3225097   no data   no data
840.82/840.83	c  S st   104   5214071       181       372         0    146548      1116   3225097   no data   no data
841.02/841.09	c  S st   104   5214576       181       372         0    147042      1116   3239048   no data   no data
841.12/841.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
841.12/841.16	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.06
841.12/841.16	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
841.12/841.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
841.12/841.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
841.12/841.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    181 time:  0.00 s
841.12/841.16	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
841.22/841.21	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
841.22/841.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
895.02/895.07	c lits-rem:     18856  cl-subs:    16652  v-elim:      0  v-fix:    0  time: 53.79 s
895.02/895.07	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
895.12/895.11	c vivif2 --  cl tried   130390 cl shrink        0 lits rem          0 time: 0.03
895.12/895.17	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.06
895.12/895.17	c calculated reachability. Time: 0.00
895.12/895.17	c  N st   104   5214576       181       372         0    130390      1116   2625436   no data   no data
980.13/980.12	c  N st   105   5714576       181       372         0    125120      1116   2350158   no data   no data
980.13/980.12	c  S st   105   5714576       181       372         0    125120      1116   2350158   no data   no data
980.32/980.33	c  S st   105   5715081       181       372         0    125609      1116   2362128   no data   no data
980.32/980.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
980.32/980.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.05
980.32/980.39	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
980.32/980.39	c bin-w-bin subsume rem            0 bins  time:  0.00 s
980.32/980.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
980.32/980.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    181 time:  0.00 s
980.32/980.39	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
980.42/980.43	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
980.42/980.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
998.73/998.77	c lits-rem:     15503  cl-subs:     9872  v-elim:      0  v-fix:    0  time: 18.29 s
998.73/998.77	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
998.73/998.80	c vivif2 --  cl tried   115737 cl shrink        0 lits rem          0 time: 0.03
998.83/998.84	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.04
998.83/998.85	c calculated reachability. Time: 0.00
998.83/998.85	c  N st   105   5715081       181       372         0    115737      1116   2026616   no data   no data
1085.03/1085.01	c  N st   106   6215081       181       372         0    175186      1116   3652629   no data   no data
1085.03/1085.01	c  S st   106   6215081       181       372         0    175186      1116   3652629   no data   no data
1085.33/1085.36	c  S st   106   6215583       181       372         0    175680      1116   3666988   no data   no data
1085.33/1085.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1085.43/1085.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.1M T:  0.08
1085.43/1085.45	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1085.43/1085.45	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1085.43/1085.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1085.43/1085.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    181 time:  0.00 s
1085.43/1085.45	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1085.53/1085.50	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
1085.53/1085.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1156.13/1156.17	c lits-rem:     23284  cl-subs:    23804  v-elim:      0  v-fix:    0  time: 70.58 s
1156.13/1156.17	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
1156.23/1156.21	c vivif2 --  cl tried   151876 cl shrink        0 lits rem          0 time: 0.04
1156.23/1156.28	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.06
1156.23/1156.28	c calculated reachability. Time: 0.00
1156.23/1156.28	c  N st   106   6215583       181       372         0    151876      1116   2917278   no data   no data
1248.23/1248.21	c  N st   107   6715584       181       372         0    115964      1116   1834402   no data   no data
1248.23/1248.21	c  S st   107   6715584       181       372         0    115964      1116   1834402   no data   no data
1248.43/1248.45	c  S st   107   6716085       181       372         0    116460      1116   1849323   no data   no data
1248.43/1248.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1248.53/1248.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.04
1248.53/1248.50	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1248.53/1248.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1248.53/1248.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1248.53/1248.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    181 time:  0.00 s
1248.53/1248.50	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1248.53/1248.54	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1248.53/1248.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1253.13/1253.14	c lits-rem:      7844  cl-subs:     3113  v-elim:      0  v-fix:    0  time:  4.56 s
1253.13/1253.14	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
1253.13/1253.17	c vivif2 --  cl tried   113347 cl shrink        0 lits rem          0 time: 0.02
1253.23/1253.21	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.05
1253.23/1253.22	c calculated reachability. Time: 0.00
1253.23/1253.22	c  N st   107   6716085       181       372         0    113347      1116   1747617   no data   no data

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 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-3273476-1303605811/watcher-3273476-1303605811 -o /tmp/evaluation-result-3273476-1303605811/solver-3273476-1303605811 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3273476-1303605811.cnf 

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 2.34 2.92 3.21 4/184 24206
/proc/meminfo: memFree=25100712/32951124 swapFree=67111348/67111528
[pid=24206] ppid=24204 vsize=29772 CPUtime=0 cores=4,6
/proc/24206/stat : 24206 (strangenight2-s) R 24204 24206 23589 0 -1 4202496 530 0 0 0 0 0 0 0 21 0 1 0 550811596 30486528 469 33554432000 4194304 4627331 140733227425376 18446744073709551615 4321736 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/24206/statm: 7443 469 371 106 0 2414 0

[startup+0.050006 s]
/proc/loadavg: 2.34 2.92 3.21 4/184 24206
/proc/meminfo: memFree=25100712/32951124 swapFree=67111348/67111528
[pid=24206] ppid=24204 vsize=29912 CPUtime=0.04 cores=4,6
/proc/24206/stat : 24206 (strangenight2-s) R 24204 24206 23589 0 -1 4202496 628 0 0 0 4 0 0 0 21 0 1 0 550811596 30629888 567 33554432000 4194304 4627331 140733227425376 18446744073709551615 4351450 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/24206/statm: 7478 567 371 106 0 2449 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 29912

[startup+0.101017 s]
/proc/loadavg: 2.34 2.92 3.21 4/184 24206
/proc/meminfo: memFree=25100712/32951124 swapFree=67111348/67111528
[pid=24206] ppid=24204 vsize=30272 CPUtime=0.09 cores=4,6
/proc/24206/stat : 24206 (strangenight2-s) R 24204 24206 23589 0 -1 4202496 771 0 0 0 9 0 0 0 21 0 1 0 550811596 30998528 593 33554432000 4194304 4627331 140733227425376 18446744073709551615 4332174 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/24206/statm: 7568 593 372 106 0 2539 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30272

[startup+0.300994 s]
/proc/loadavg: 2.34 2.92 3.21 4/184 24206
/proc/meminfo: memFree=25100712/32951124 swapFree=67111348/67111528
[pid=24206] ppid=24204 vsize=30612 CPUtime=0.29 cores=4,6
/proc/24206/stat : 24206 (strangenight2-s) R 24204 24206 23589 0 -1 4202496 1128 0 0 0 29 0 0 0 22 0 1 0 550811596 31346688 735 33554432000 4194304 4627331 140733227425376 18446744073709551615 4332717 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/24206/statm: 7653 735 372 106 0 2624 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30612

[startup+0.70088 s]
/proc/loadavg: 2.34 2.92 3.21 4/184 24206
/proc/meminfo: memFree=25100712/32951124 swapFree=67111348/67111528
[pid=24206] ppid=24204 vsize=31172 CPUtime=0.69 cores=4,6
/proc/24206/stat : 24206 (strangenight2-s) R 24204 24206 23589 0 -1 4202496 1690 0 0 0 69 0 0 0 23 0 1 0 550811596 31920128 1029 33554432000 4194304 4627331 140733227425376 18446744073709551615 4310085 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/24206/statm: 7793 1029 373 106 0 2764 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31172

[startup+1.50075 s]
/proc/loadavg: 2.34 2.92 3.21 5/190 24217
/proc/meminfo: memFree=25075352/32951124 swapFree=67111348/67111528
[pid=24206] ppid=24204 vsize=37448 CPUtime=1.49 cores=4,6
/proc/24206/stat : 24206 (strangenight2-s) R 24204 24206 23589 0 -1 4202496 4124 0 0 0 149 0 0 0 25 0 1 0 550811596 38346752 2353 33554432000 4194304 4627331 140733227425376 18446744073709551615 4427056 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/24206/statm: 9362 2353 377 106 0 4333 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 37448

[startup+3.10046 s]
/proc/loadavg: 2.34 2.92 3.21 5/190 24217
/proc/meminfo: memFree=25063696/32951124 swapFree=67111348/67111528
[pid=24206] ppid=24204 vsize=39080 CPUtime=3.09 cores=4,6
/proc/24206/stat : 24206 (strangenight2-s) R 24204 24206 23589 0 -1 4202496 5961 0 0 0 309 0 0 0 25 0 1 0 550811596 40017920 2707 33554432000 4194304 4627331 140733227425376 18446744073709551615 4309238 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/24206/statm: 9770 2707 377 106 0 4741 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 39080

[startup+6.30087 s]
/proc/loadavg: 2.47 2.94 3.21 5/190 24217
/proc/meminfo: memFree=25044476/32951124 swapFree=67111348/67111528
[pid=24206] ppid=24204 vsize=46360 CPUtime=6.29 cores=4,6
/proc/24206/stat : 24206 (strangenight2-s) R 24204 24206 23589 0 -1 4202496 10088 0 0 0 628 1 0 0 25 0 1 0 550811596 47472640 4830 33554432000 4194304 4627331 140733227425376 18446744073709551615 4309315 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/24206/statm: 11590 4830 377 106 0 6561 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 46360

[startup+12.7007 s]
/proc/loadavg: 2.59 2.96 3.22 5/190 24217
/proc/meminfo: memFree=25009280/32951124 swapFree=67111348/67111528
[pid=24206] ppid=24204 vsize=59128 CPUtime=12.69 cores=4,6
/proc/24206/stat : 24206 (strangenight2-s) R 24204 24206 23589 0 -1 4202496 17272 0 0 0 1266 3 0 0 25 0 1 0 550811596 60547072 7865 33554432000 4194304 4627331 140733227425376 18446744073709551615 4420085 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/24206/statm: 14782 7865 377 106 0 9753 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 59128

[startup+25.5003 s]
/proc/loadavg: 2.90 3.01 3.23 5/190 24217
/proc/meminfo: memFree=24971088/32951124 swapFree=67111348/67111528
[pid=24206] ppid=24204 vsize=63676 CPUtime=25.49 cores=4,6
/proc/24206/stat : 24206 (strangenight2-s) R 24204 24206 23589 0 -1 4202496 25908 0 0 0 2545 4 0 0 25 0 1 0 550811596 65204224 8660 33554432000 4194304 4627331 140733227425376 18446744073709551615 4309360 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/24206/statm: 15919 8660 377 106 0 10890 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 63676

[startup+51.1005 s]
/proc/loadavg: 3.28 3.09 3.25 5/190 24218
/proc/meminfo: memFree=24933540/32951124 swapFree=67111348/67111528
[pid=24206] ppid=24204 vsize=71708 CPUtime=51.09 cores=4,6
/proc/24206/stat : 24206 (strangenight2-s) R 24204 24206 23589 0 -1 4202496 40483 0 0 0 5102 7 0 0 25 0 1 0 550811596 73428992 11408 33554432000 4194304 4627331 140733227425376 18446744073709551615 4309057 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/24206/statm: 17927 11408 377 106 0 12898 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 71708

[startup+102.307 s]
/proc/loadavg: 3.68 3.23 3.28 5/190 24219
/proc/meminfo: memFree=24889204/32951124 swapFree=67111348/67111528
[pid=24206] ppid=24204 vsize=88380 CPUtime=102.3 cores=4,6
/proc/24206/stat : 24206 (strangenight2-s) R 24204 24206 23589 0 -1 4202496 64806 0 0 0 10218 12 0 0 25 0 1 0 550811596 90501120 15035 33554432000 4194304 4627331 140733227425376 18446744073709551615 4309228 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/24206/statm: 22095 15035 377 106 0 17066 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 88380

[startup+162.301 s]
/proc/loadavg: 3.94 3.38 3.33 5/190 24221
/proc/meminfo: memFree=24806472/32951124 swapFree=67111348/67111528
[pid=24206] ppid=24204 vsize=103688 CPUtime=162.3 cores=4,6
/proc/24206/stat : 24206 (strangenight2-s) R 24204 24206 23589 0 -1 4202496 88912 0 0 0 16213 17 0 0 25 0 1 0 550811596 106176512 19392 33554432000 4194304 4627331 140733227425376 18446744073709551615 4309536 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/24206/statm: 25922 19392 377 106 0 20893 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 103688

[startup+222.301 s]
/proc/loadavg: 3.98 3.49 3.37 5/190 24222
/proc/meminfo: memFree=24781004/32951124 swapFree=67111348/67111528
[pid=24206] ppid=24204 vsize=137128 CPUtime=222.29 cores=4,6
/proc/24206/stat : 24206 (strangenight2-s) R 24204 24206 23589 0 -1 4202496 109250 0 0 0 22209 20 0 0 25 0 1 0 550811596 140419072 26835 33554432000 4194304 4627331 140733227425376 18446744073709551615 4324312 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/24206/statm: 34282 26835 377 106 0 29253 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 137128

[startup+282.301 s]
/proc/loadavg: 3.99 3.58 3.41 5/190 24224
/proc/meminfo: memFree=24723920/32951124 swapFree=67111348/67111528
[pid=24206] ppid=24204 vsize=152320 CPUtime=282.3 cores=4,6
/proc/24206/stat : 24206 (strangenight2-s) R 24204 24206 23589 0 -1 4202496 128273 0 0 0 28206 24 0 0 25 0 1 0 550811596 155975680 29858 33554432000 4194304 4627331 140733227425376 18446744073709551615 4309113 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/24206/statm: 38080 29858 377 106 0 33051 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 152320

[startup+342.3 s]
/proc/loadavg: 3.99 3.65 3.44 5/190 24226
/proc/meminfo: memFree=24692024/32951124 swapFree=67111348/67111528
[pid=24206] ppid=24204 vsize=178192 CPUtime=342.3 cores=4,6
/proc/24206/stat : 24206 (strangenight2-s) R 24204 24206 23589 0 -1 4202496 135421 0 0 0 34204 26 0 0 25 0 1 0 550811596 182468608 37006 33554432000 4194304 4627331 140733227425376 18446744073709551615 4309360 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/24206/statm: 44548 37006 377 106 0 39519 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 178192

[startup+402.301 s]
/proc/loadavg: 4.04 3.73 3.48 5/190 24227
/proc/meminfo: memFree=24685684/32951124 swapFree=67111348/67111528
[pid=24206] ppid=24204 vsize=178844 CPUtime=402.3 cores=4,6
/proc/24206/stat : 24206 (strangenight2-s) R 24204 24206 23589 0 -1 4202496 147977 0 0 0 40203 27 0 0 25 0 1 0 550811596 183136256 36507 33554432000 4194304 4627331 140733227425376 18446744073709551615 4309228 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/24206/statm: 44711 36507 377 106 0 39682 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 178844

[startup+462.301 s]
/proc/loadavg: 4.01 3.78 3.51 5/190 24229
/proc/meminfo: memFree=24659720/32951124 swapFree=67111348/67111528
[pid=24206] ppid=24204 vsize=194072 CPUtime=462.3 cores=4,6
/proc/24206/stat : 24206 (strangenight2-s) R 24204 24206 23589 0 -1 4202496 159787 0 0 0 46200 30 0 0 25 0 1 0 550811596 198729728 41791 33554432000 4194304 4627331 140733227425376 18446744073709551615 4324102 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/24206/statm: 48518 41791 377 106 0 43489 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 194072

[startup+522.301 s]
/proc/loadavg: 4.00 3.81 3.54 5/190 24230
/proc/meminfo: memFree=24697624/32951124 swapFree=67111348/67111528
[pid=24206] ppid=24204 vsize=167564 CPUtime=522.3 cores=4,6
/proc/24206/stat : 24206 (strangenight2-s) R 24204 24206 23589 0 -1 4202496 173957 0 0 0 52197 33 0 0 25 0 1 0 550811596 171585536 33719 33554432000 4194304 4627331 140733227425376 18446744073709551615 4308285 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/24206/statm: 41891 33719 377 106 0 36862 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 167564

[startup+582.301 s]
/proc/loadavg: 4.00 3.85 3.56 5/190 24232
/proc/meminfo: memFree=24670416/32951124 swapFree=67111348/67111528
[pid=24206] ppid=24204 vsize=186056 CPUtime=582.31 cores=4,6
/proc/24206/stat : 24206 (strangenight2-s) R 24204 24206 23589 0 -1 4202496 183809 0 0 0 58196 35 0 0 25 0 1 0 550811596 190521344 39492 33554432000 4194304 4627331 140733227425376 18446744073709551615 4420085 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/24206/statm: 46514 39492 377 106 0 41485 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 186056

[startup+642.3 s]
/proc/loadavg: 4.00 3.87 3.59 5/190 24234
/proc/meminfo: memFree=24652040/32951124 swapFree=67111348/67111528
[pid=24206] ppid=24204 vsize=198908 CPUtime=642.31 cores=4,6
/proc/24206/stat : 24206 (strangenight2-s) R 24204 24206 23589 0 -1 4202496 195133 0 0 0 64194 37 0 0 25 0 1 0 550811596 203681792 42029 33554432000 4194304 4627331 140733227425376 18446744073709551615 4309033 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/24206/statm: 49727 42029 377 106 0 44698 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 198908

[startup+702.3 s]
/proc/loadavg: 4.08 3.91 3.61 5/190 24235
/proc/meminfo: memFree=24622980/32951124 swapFree=67111348/67111528
[pid=24206] ppid=24204 vsize=270836 CPUtime=702.3 cores=4,6
/proc/24206/stat : 24206 (strangenight2-s) R 24204 24206 23589 0 -1 4202496 203477 0 0 0 70192 38 0 0 25 0 1 0 550811596 277336064 46012 33554432000 4194304 4627331 140733227425376 18446744073709551615 4420090 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/24206/statm: 67709 46012 377 106 0 62680 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 270836

[startup+762.307 s]
/proc/loadavg: 4.03 3.92 3.64 5/190 24237
/proc/meminfo: memFree=24621204/32951124 swapFree=67111348/67111528
[pid=24206] ppid=24204 vsize=270836 CPUtime=762.32 cores=4,6
/proc/24206/stat : 24206 (strangenight2-s) R 24204 24206 23589 0 -1 4202496 203998 0 0 0 76193 39 0 0 25 0 1 0 550811596 277336064 46533 33554432000 4194304 4627331 140733227425376 18446744073709551615 4309066 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/24206/statm: 67709 46533 377 106 0 62680 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 270836

[startup+822.301 s]
/proc/loadavg: 4.01 3.93 3.66 5/190 24238
/proc/meminfo: memFree=24593128/32951124 swapFree=67111348/67111528
[pid=24206] ppid=24204 vsize=241712 CPUtime=822.31 cores=4,6
/proc/24206/stat : 24206 (strangenight2-s) R 24204 24206 23589 0 -1 4202496 220531 0 0 0 82189 42 0 0 25 0 1 0 550811596 247513088 52813 33554432000 4194304 4627331 140733227425376 18446744073709551615 4309057 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/24206/statm: 60428 52813 377 106 0 55399 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 241712

[startup+882.301 s]
/proc/loadavg: 4.00 3.94 3.67 5/190 24240
/proc/meminfo: memFree=24589324/32951124 swapFree=67111348/67111528
[pid=24206] ppid=24204 vsize=241820 CPUtime=882.32 cores=4,6
/proc/24206/stat : 24206 (strangenight2-s) R 24204 24206 23589 0 -1 4202496 225289 0 0 0 88188 44 0 0 25 0 1 0 550811596 247623680 53121 33554432000 4194304 4627331 140733227425376 18446744073709551615 4420065 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/24206/statm: 60455 53121 377 106 0 55426 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 241820

[startup+942.301 s]
/proc/loadavg: 4.00 3.95 3.69 5/190 24242
/proc/meminfo: memFree=24589408/32951124 swapFree=67111348/67111528
[pid=24206] ppid=24204 vsize=241960 CPUtime=942.31 cores=4,6
/proc/24206/stat : 24206 (strangenight2-s) R 24204 24206 23589 0 -1 4202496 237181 0 0 0 94185 46 0 0 25 0 1 0 550811596 247767040 51834 33554432000 4194304 4627331 140733227425376 18446744073709551615 4309280 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/24206/statm: 60490 51834 377 106 0 55461 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 241960

[startup+1002.3 s]
/proc/loadavg: 4.00 3.95 3.71 5/190 24243
/proc/meminfo: memFree=24571148/32951124 swapFree=67111348/67111528
[pid=24206] ppid=24204 vsize=242044 CPUtime=1002.32 cores=4,6
/proc/24206/stat : 24206 (strangenight2-s) R 24204 24206 23589 0 -1 4202496 246614 0 0 0 100184 48 0 0 25 0 1 0 550811596 247853056 52737 33554432000 4194304 4627331 140733227425376 18446744073709551615 4309113 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/24206/statm: 60511 52737 377 106 0 55482 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 242044

[startup+1062.3 s]
/proc/loadavg: 4.00 3.96 3.73 5/191 24246
/proc/meminfo: memFree=24590076/32951124 swapFree=67111348/67111528
[pid=24206] ppid=24204 vsize=227324 CPUtime=1062.32 cores=4,6
/proc/24206/stat : 24206 (strangenight2-s) R 24204 24206 23589 0 -1 4202496 256045 0 0 0 106182 50 0 0 25 0 1 0 550811596 232779776 49562 33554432000 4194304 4627331 140733227425376 18446744073709551615 4309033 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/24206/statm: 56831 49562 377 106 0 51802 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 227324

[startup+1122.3 s]
/proc/loadavg: 4.00 3.97 3.74 5/190 24255
/proc/meminfo: memFree=24482864/32951124 swapFree=67111348/67111528
[pid=24206] ppid=24204 vsize=303900 CPUtime=1122.33 cores=4,6
/proc/24206/stat : 24206 (strangenight2-s) R 24204 24206 23589 0 -1 4202496 260738 0 0 0 112181 52 0 0 25 0 1 0 550811596 311193600 53904 33554432000 4194304 4627331 140733227425376 18446744073709551615 4420050 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/24206/statm: 75975 53904 377 106 0 70946 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 303900

[startup+1182.3 s]
/proc/loadavg: 4.00 3.97 3.75 5/190 24257
/proc/meminfo: memFree=24472788/32951124 swapFree=67111348/67111528
[pid=24206] ppid=24204 vsize=319800 CPUtime=1182.33 cores=4,6
/proc/24206/stat : 24206 (strangenight2-s) R 24204 24206 23589 0 -1 4202496 265929 0 0 0 118180 53 0 0 25 0 1 0 550811596 327475200 58048 33554432000 4194304 4627331 140733227425376 18446744073709551615 4332952 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/24206/statm: 79950 58048 377 106 0 74921 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 319800

[startup+1242.3 s]
/proc/loadavg: 4.05 3.99 3.77 5/190 24259
/proc/meminfo: memFree=24489492/32951124 swapFree=67111348/67111528
[pid=24206] ppid=24204 vsize=305980 CPUtime=1242.33 cores=4,6
/proc/24206/stat : 24206 (strangenight2-s) R 24204 24206 23589 0 -1 4202496 271433 0 0 0 124179 54 0 0 25 0 1 0 550811596 313323520 53883 33554432000 4194304 4627331 140733227425376 18446744073709551615 4309873 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/24206/statm: 76495 53883 377 106 0 71466 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 305980



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.02 3.99 3.78 3/186 24262
/proc/meminfo: memFree=24764288/32951124 swapFree=67111348/67111528
[pid=24206] ppid=24204 vsize=250156 CPUtime=1300.03 cores=4,6
/proc/24206/stat : 24206 (strangenight2-s) R 24204 24206 23589 0 -1 4202496 277385 0 0 0 129948 55 0 0 25 0 1 0 550811596 256159744 54608 33554432000 4194304 4627331 140733227425376 18446744073709551615 4309057 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/24206/statm: 62539 54608 377 106 0 57510 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 250156

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.06
CPU user time (s): 1299.49
CPU system time (s): 0.566913
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 322116

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

runsolver used 2.23066 second user time and 4.88426 second system time

The end

Launcher Data

Begin job on node111 at 2011-04-24 02:43:31
IDJOB=3273476
IDBENCH=83140
IDSOLVER=1587
FILE ID=node111/3273476-1303605811
RUNJOBID= node111-1303605809-24174
PBS_JOBID= 13150581
Free space on /tmp= 70724 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st
BENCH NAME= SAT11/crafted/spence/sgen/sgen3-n180-s33098896-unsat.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3273476-1303605811/watcher-3273476-1303605811 -o /tmp/evaluation-result-3273476-1303605811/solver-3273476-1303605811 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3273476-1303605811.cnf

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

MD5SUM BENCH= 1221fb51c407dee7559369d7c6eedb4e
RANDOM SEED=1417879524

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25100868 kB
Buffers:       1171716 kB
Cached:        6140316 kB
SwapCached:        132 kB
Active:        1996656 kB
Inactive:      5385412 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25100868 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           17224 kB
Writeback:           0 kB
AnonPages:       70220 kB
Mapped:          15588 kB
Slab:           403300 kB
PageTables:       4804 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   254328 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= 70724 MiB
End job on node111 at 2011-04-24 03:05:13