Trace number 3368177

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night2-st (fixed)? (TO) 1300.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-3368177-1305388811.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.00/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.68	c  F st    12     25000       181       372         0     11101      1116    289559   no data   no data
0.59/0.68	c  N st    12     25000       181       372         0     11101      1116    289559   no data   no data
0.79/0.81	c Decided on static restart strategy
0.79/0.81	c  N st    18     30000       181       372         0      9657      1116    204647   no data   no data
0.79/0.81	c  S st    18     30000       181       372         0      9657      1116    204647   no data   no data
0.79/0.83	c  S st    18     30502       181       372         0     10145      1116    215669   no data   no data
0.79/0.83	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.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.89/0.93	c lits-rem:      1129  cl-subs:      429  v-elim:      0  v-fix:    0  time:  0.08 s
0.89/0.93	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.00
0.89/0.93	c calculated reachability. Time: 0.00
0.89/0.93	c  N st    18     30502       181       372         0      9716      1116    201111   no data   no data
1.10/1.14	c  N st    20     37616       181       372         0      8931      1116    162622   no data   no data
1.29/1.38	c  N st    21     44015       181       372         0     14476      1116    326041   no data   no data
1.39/1.45	c  S st    22     45756       181       372         0      8174      1116    130256   no data   no data
1.39/1.46	c  S st    22     46262       181       372         0      8665      1116    141292   no data   no data
1.39/1.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.39/1.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
1.39/1.47	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1.39/1.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.39/1.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.39/1.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    181 time:  0.00 s
1.39/1.47	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1.39/1.47	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
1.39/1.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.39/1.49	c lits-rem:       269  cl-subs:      139  v-elim:      0  v-fix:    0  time:  0.02 s
1.39/1.49	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
1.39/1.49	c vivif2 --  cl tried     8526 cl shrink        0 lits rem          0 time: 0.00
1.39/1.49	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.00
1.39/1.49	c calculated reachability. Time: 0.00
1.39/1.49	c  N st    22     46262       181       372         0      8526      1116    137401   no data   no data
1.99/2.04	c  N st    23     60660       181       372         0     12595      1116    233562   no data   no data
2.30/2.37	c  N st    24     69393       181       372         0     10545      1116    166974   no data   no data
2.30/2.37	c  S st    24     69393       181       372         0     10545      1116    166974   no data   no data
2.30/2.39	c  S st    24     69898       181       372         0     11033      1116    177719   no data   no data
2.30/2.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2.30/2.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
2.30/2.39	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2.30/2.39	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.30/2.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.30/2.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    181 time:  0.00 s
2.30/2.39	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2.39/2.40	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
2.39/2.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.39/2.43	c lits-rem:       400  cl-subs:      133  v-elim:      0  v-fix:    0  time:  0.03 s
2.39/2.43	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
2.39/2.43	c vivif2 --  cl tried    10900 cl shrink        0 lits rem          0 time: 0.00
2.39/2.43	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.00
2.39/2.43	c calculated reachability. Time: 0.00
2.39/2.43	c  N st    24     69898       181       372         0     10900      1116    172891   no data   no data
3.29/3.31	c  F st    25     87500       181       372         0     15622      1116    328687   no data   no data
3.29/3.31	c  N st    25     87500       181       372         0     15622      1116    328687   no data   no data
3.48/3.51	c Decided on static restart strategy
3.58/3.63	c  N st    32     95538       181       372         0     22923      1116    535187   no data   no data
3.98/4.01	c  N st    34    104848       181       372         0     19631      1116    435067   no data   no data
3.98/4.01	c  S st    34    104848       181       372         0     19631      1116    435067   no data   no data
3.98/4.05	c  S st    34    105352       181       372         0     20119      1116    446372   no data   no data
3.98/4.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.98/4.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
3.98/4.06	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3.98/4.06	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.98/4.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.98/4.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    181 time:  0.00 s
3.98/4.06	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.98/4.06	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
3.98/4.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.40/4.42	c lits-rem:      5943  cl-subs:      849  v-elim:      0  v-fix:    0  time:  0.35 s
4.40/4.42	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
4.40/4.42	c vivif2 --  cl tried    19270 cl shrink        0 lits rem          0 time: 0.00
4.40/4.43	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.00
4.40/4.43	c calculated reachability. Time: 0.00
4.40/4.43	c  N st    34    105352       181       372         0     19270      1116    407673   no data   no data
4.79/4.89	c  N st    35    114951       181       372         0     15468      1116    280696   no data   no data
5.60/5.62	c  N st    36    129348       181       372         0     14930      1116    236693   no data   no data
6.59/6.69	c  N st    37    150946       181       372         0     19887      1116    348989   no data   no data
6.99/7.02	c  S st    38    158029       181       372         0     26332      1116    542129   no data   no data
6.99/7.07	c  S st    38    158533       181       372         0     26825      1116    555790   no data   no data
6.99/7.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
6.99/7.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
6.99/7.08	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
6.99/7.08	c bin-w-bin subsume rem            0 bins  time:  0.00 s
6.99/7.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.99/7.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    181 time:  0.00 s
6.99/7.08	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
6.99/7.09	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
7.09/7.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.49/7.55	c lits-rem:      3562  cl-subs:     1015  v-elim:      0  v-fix:    0  time:  0.45 s
7.49/7.55	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
7.49/7.56	c vivif2 --  cl tried    25810 cl shrink        0 lits rem          0 time: 0.01
7.49/7.56	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.01
7.49/7.56	c calculated reachability. Time: 0.00
7.49/7.56	c  N st    38    158533       181       372         0     25810      1116    519010   no data   no data
10.29/10.35	c  N st    39    207123       181       372         0     20213      1116    371497   no data   no data
11.89/11.98	c  N st    40    237799       181       372         0     29226      1116    618010   no data   no data
11.89/11.98	c  S st    40    237799       181       372         0     29226      1116    618010   no data   no data
11.99/12.04	c  S st    40    238304       181       372         0     29716      1116    630716   no data   no data
11.99/12.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
11.99/12.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
11.99/12.05	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
11.99/12.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
11.99/12.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.99/12.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    181 time:  0.00 s
11.99/12.05	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
11.99/12.06	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
11.99/12.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.09/13.19	c lits-rem:      9015  cl-subs:     2109  v-elim:      0  v-fix:    0  time:  1.12 s
13.09/13.19	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
13.19/13.21	c vivif2 --  cl tried    27607 cl shrink        0 lits rem          0 time: 0.01
13.19/13.21	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.01
13.19/13.21	c calculated reachability. Time: 0.00
13.19/13.21	c  N st    40    238304       181       372         0     27607      1116    546877   no data   no data
17.89/17.94	c  F st    41    306251       181       372         0     30357      1116    612476   no data   no data
17.89/17.94	c  N st    41    306251       181       372         0     30357      1116    612476   no data   no data
18.19/18.26	c Decided on static restart strategy
19.59/19.62	c  N st    51    334553       181       372         0     34352      1116    679274   no data   no data
20.90/20.99	c  N st    53    357459       181       372         0     32977      1116    614668   no data   no data
20.90/20.99	c  S st    53    357459       181       372         0     32977      1116    614668   no data   no data
21.00/21.04	c  S st    53    357965       181       372         0     33470      1116    626503   no data   no data
21.00/21.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
21.00/21.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
21.00/21.05	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
21.00/21.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
21.00/21.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
21.00/21.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    181 time:  0.00 s
21.00/21.05	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
21.00/21.06	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
21.00/21.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
21.49/21.59	c lits-rem:      3658  cl-subs:      968  v-elim:      0  v-fix:    0  time:  0.52 s
21.49/21.59	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
21.59/21.60	c vivif2 --  cl tried    32502 cl shrink        0 lits rem          0 time: 0.01
21.59/21.61	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.01
21.59/21.61	c calculated reachability. Time: 0.00
21.59/21.61	c  N st    53    357965       181       372         0     32502      1116    589381   no data   no data
24.09/24.15	c  N st    54    390358       181       372         0     38329      1116    858865   no data   no data
28.19/28.29	c  N st    55    438947       181       372         0     32567      1116    634144   no data   no data
34.09/34.13	c  N st    56    511829       181       372         0     43568      1116    987094   no data   no data
35.99/36.03	c  N st    57    536949       181       372         0     38411      1116    764272   no data   no data
35.99/36.03	c  S st    57    536949       181       372         0     38411      1116    764272   no data   no data
35.99/36.10	c  S st    57    537452       181       372         0     38901      1116    776600   no data   no data
36.09/36.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
36.09/36.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
36.09/36.11	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
36.09/36.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
36.09/36.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
36.09/36.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    181 time:  0.00 s
36.09/36.11	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
36.09/36.12	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
36.09/36.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
37.69/37.75	c lits-rem:      8237  cl-subs:     2608  v-elim:      0  v-fix:    0  time:  1.61 s
37.69/37.75	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
37.69/37.76	c vivif2 --  cl tried    36293 cl shrink        0 lits rem          0 time: 0.01
37.69/37.76	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.01
37.69/37.77	c calculated reachability. Time: 0.00
37.69/37.77	c  N st    57    537452       181       372         0     36293      1116    672526   no data   no data
51.29/51.39	c  N st    58    701438       181       372         0     30590      1116    462292   no data   no data
59.99/60.10	c  N st    59    806181       181       372         0     56220      1116   1260761   no data   no data
59.99/60.10	c  S st    59    806181       181       372         0     56220      1116   1260761   no data   no data
60.19/60.20	c  S st    59    806690       181       372         0     56718      1116   1274992   no data   no data
60.19/60.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
60.19/60.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
60.19/60.22	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
60.19/60.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
60.19/60.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
60.19/60.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    181 time:  0.00 s
60.19/60.22	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
60.19/60.23	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
60.19/60.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
68.20/68.26	c lits-rem:     10660  cl-subs:     5963  v-elim:      0  v-fix:    0  time:  7.99 s
68.20/68.26	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
68.20/68.27	c vivif2 --  cl tried    50755 cl shrink        0 lits rem          0 time: 0.01
68.20/68.29	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.01
68.20/68.29	c calculated reachability. Time: 0.00
68.20/68.29	c  N st    59    806690       181       372         0     50755      1116   1062555   no data   no data
94.09/94.12	c  F st    60   1071875       181       372         0     65212      1116   1486602   no data   no data
94.09/94.12	c  N st    60   1071875       181       372         0     65212      1116   1486602   no data   no data
94.60/94.63	c Decided on static restart strategy
96.49/96.59	c  N st    70   1100180       181       372         0     51822      1116   1032840   no data   no data
100.21/100.25	c  N st    72   1136175       181       372         0     43638      1116    723454   no data   no data
102.79/102.86	c  N st    73   1168567       181       372         0     70793      1116   1599123   no data   no data
106.19/106.28	c  N st    74   1210036       181       372         0     64570      1116   1378835   no data   no data
106.19/106.28	c  S st    74   1210036       181       372         0     64570      1116   1378835   no data   no data
106.39/106.41	c  S st    74   1210538       181       372         0     65061      1116   1392571   no data   no data
106.39/106.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
106.39/106.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
106.39/106.43	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
106.39/106.43	c bin-w-bin subsume rem            0 bins  time:  0.00 s
106.39/106.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
106.39/106.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    181 time:  0.00 s
106.39/106.43	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
106.39/106.44	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
106.39/106.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
114.59/114.65	c lits-rem:     11998  cl-subs:     8304  v-elim:      0  v-fix:    0  time:  8.17 s
114.59/114.65	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
114.59/114.66	c vivif2 --  cl tried    56757 cl shrink        0 lits rem          0 time: 0.01
114.59/114.68	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.02
114.59/114.68	c calculated reachability. Time: 0.00
114.59/114.68	c  N st    74   1210538       181       372         0     56757      1116   1075768   no data   no data
121.59/121.68	c  N st    75   1283420       181       372         0     77878      1116   1753966   no data   no data
133.10/133.13	c  N st    76   1392744       181       372         0     45716      1116    707666   no data   no data
149.70/149.75	c  N st    77   1556728       181       372         0     50717      1116    797251   no data   no data
167.59/167.65	c  N st    78   1710539       181       372         0     87420      1116   1981349   no data   no data
167.59/167.65	c  S st    78   1710539       181       372         0     87420      1116   1981349   no data   no data
167.79/167.80	c  S st    78   1711040       181       372         0     87912      1116   1994720   no data   no data
167.79/167.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
167.79/167.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.03
167.79/167.83	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
167.79/167.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
167.79/167.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
167.79/167.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    181 time:  0.00 s
167.79/167.83	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
167.79/167.86	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
167.89/167.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
181.60/181.64	c lits-rem:     32122  cl-subs:     6558  v-elim:      0  v-fix:    0  time: 13.73 s
181.60/181.64	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
181.60/181.66	c vivif2 --  cl tried    81354 cl shrink        0 lits rem          0 time: 0.02
181.60/181.69	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.03
181.60/181.69	c calculated reachability. Time: 0.00
181.60/181.69	c  N st    78   1711040       181       372         0     81354      1116   1730609   no data   no data
226.60/226.65	c  N st    79   2080005       181       372         0     89401      1116   1778824   no data   no data
241.20/241.21	c  N st    80   2211040       181       372         0     95553      1116   2032057   no data   no data
241.20/241.21	c  S st    80   2211040       181       372         0     95553      1116   2032057   no data   no data
241.30/241.38	c  S st    80   2211543       181       372         0     96047      1116   2044637   no data   no data
241.30/241.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
241.40/241.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
241.40/241.42	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
241.40/241.42	c bin-w-bin subsume rem            0 bins  time:  0.00 s
241.40/241.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
241.40/241.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    181 time:  0.00 s
241.40/241.42	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
241.40/241.45	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
241.40/241.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
254.49/254.51	c lits-rem:     14159  cl-subs:     5766  v-elim:      0  v-fix:    0  time: 13.01 s
254.49/254.51	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
254.49/254.53	c vivif2 --  cl tried    90281 cl shrink        0 lits rem          0 time: 0.02
254.49/254.57	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.03
254.49/254.57	c calculated reachability. Time: 0.00
254.49/254.57	c  N st    80   2211543       181       372         0     90281      1116   1845149   no data   no data
310.31/310.33	c  N st    81   2711545       181       372         0    103568      1116   2094904   no data   no data
310.31/310.33	c  S st    81   2711545       181       372         0    103568      1116   2094904   no data   no data
310.50/310.51	c  S st    81   2712049       181       372         0    104059      1116   2107135   no data   no data
310.50/310.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
310.50/310.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.04
310.50/310.56	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
310.50/310.56	c bin-w-bin subsume rem            0 bins  time:  0.00 s
310.50/310.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
310.50/310.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    181 time:  0.00 s
310.50/310.56	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
310.50/310.58	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
310.60/310.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
332.50/332.54	c lits-rem:     18333  cl-subs:    11846  v-elim:      0  v-fix:    0  time: 21.91 s
332.50/332.54	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
332.50/332.56	c vivif2 --  cl tried    92213 cl shrink        0 lits rem          0 time: 0.02
332.50/332.59	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.03
332.60/332.60	c calculated reachability. Time: 0.00
332.60/332.60	c  N st    81   2712049       181       372         0     92213      1116   1716296   no data   no data
397.70/397.80	c  N st    82   3212049       181       372         0     78867      1116   1359630   no data   no data
397.70/397.80	c  S st    82   3212049       181       372         0     78867      1116   1359630   no data   no data
397.90/397.92	c  S st    82   3212553       181       372         0     79359      1116   1372280   no data   no data
397.90/397.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
397.90/397.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.02
397.90/397.95	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
397.90/397.95	c bin-w-bin subsume rem            0 bins  time:  0.00 s
397.90/397.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
397.90/397.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    181 time:  0.00 s
397.90/397.95	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
397.90/397.97	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
398.00/398.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
401.30/401.39	c lits-rem:     12232  cl-subs:     3154  v-elim:      0  v-fix:    0  time:  3.39 s
401.30/401.39	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
401.40/401.41	c vivif2 --  cl tried    76205 cl shrink        0 lits rem          0 time: 0.02
401.40/401.43	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.02
401.40/401.43	c calculated reachability. Time: 0.00
401.40/401.43	c  N st    82   3212553       181       372         0     76205      1116   1252922   no data   no data
465.90/465.94	c  N st    83   3712557       181       372         0     82101      1116   1388585   no data   no data
465.90/465.94	c  S st    83   3712557       181       372         0     82101      1116   1388585   no data   no data
466.00/466.10	c  S st    83   3713059       181       372         0     82594      1116   1401962   no data   no data
466.10/466.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
466.10/466.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.03
466.10/466.13	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
466.10/466.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
466.10/466.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
466.10/466.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    181 time:  0.00 s
466.10/466.13	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
466.10/466.15	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
466.10/466.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
470.20/470.29	c lits-rem:      7951  cl-subs:     4610  v-elim:      0  v-fix:    0  time:  4.11 s
470.20/470.29	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
470.30/470.31	c vivif2 --  cl tried    77984 cl shrink        0 lits rem          0 time: 0.02
470.30/470.34	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.03
470.30/470.34	c calculated reachability. Time: 0.00
470.30/470.34	c  N st    83   3713059       181       372         0     77984      1116   1247678   no data   no data
475.21/475.23	c  F st    84   3751562       181       372         0    111785      1116   2220997   no data   no data
475.21/475.23	c  N st    84   3751562       181       372         0    111785      1116   2220997   no data   no data
476.00/476.07	c Decided on static restart strategy
479.40/479.42	c  N st    94   3779872       181       372         0    137367      1116   2988344   no data   no data
484.21/484.21	c  N st    96   3815871       181       372         0     97879      1116   1872901   no data   no data
489.10/489.14	c  N st    97   3848263       181       372         0    126416      1116   2900675   no data   no data
496.30/496.35	c  N st    98   3896853       181       372         0     94305      1116   1708553   no data   no data
507.30/507.35	c  N st    99   3969735       181       372         0     82769      1116   1343959   no data   no data
526.11/526.16	c  N st   100   4079059       181       372         0    101214      1116   1949119   no data   no data
547.81/547.90	c  N st   101   4213060       181       372         0    138895      1116   3103283   no data   no data
547.81/547.90	c  S st   101   4213060       181       372         0    138895      1116   3103283   no data   no data
548.10/548.19	c  S st   101   4213567       181       372         0    139387      1116   3116974   no data   no data
548.20/548.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
548.20/548.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.06
548.20/548.26	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
548.20/548.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
548.20/548.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
548.20/548.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    181 time:  0.00 s
548.20/548.26	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
548.20/548.29	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
548.30/548.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
599.91/599.90	c lits-rem:     29104  cl-subs:    20921  v-elim:      0  v-fix:    0  time: 51.52 s
599.91/599.90	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
599.91/599.93	c vivif2 --  cl tried   118466 cl shrink        0 lits rem          0 time: 0.03
599.91/599.98	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.05
599.91/599.98	c calculated reachability. Time: 0.00
599.91/599.98	c  N st   101   4213567       181       372         0    118466      1116   2327680   no data   no data
640.32/640.38	c  N st   102   4459546       181       372         0     96627      1116   1702982   no data   no data
683.81/683.80	c  N st   103   4713567       181       372         0    154326      1116   3557578   no data   no data
683.81/683.80	c  S st   103   4713567       181       372         0    154326      1116   3557578   no data   no data
684.11/684.12	c  S st   103   4714071       181       372         0    154823      1116   3571049   no data   no data
684.11/684.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
684.22/684.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.07
684.22/684.21	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
684.22/684.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
684.22/684.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
684.22/684.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    181 time:  0.00 s
684.22/684.21	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
684.22/684.24	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
684.32/684.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
760.91/760.96	c lits-rem:     33464  cl-subs:    22895  v-elim:      0  v-fix:    0  time: 76.64 s
760.91/760.96	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
761.01/761.00	c vivif2 --  cl tried   131928 cl shrink        0 lits rem          0 time: 0.04
761.01/761.06	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.06
761.01/761.06	c calculated reachability. Time: 0.00
761.01/761.06	c  N st   103   4714071       181       372         0    131928      1116   2755741   no data   no data
843.22/843.26	c  N st   104   5214071       181       372         0    146548      1116   3225097   no data   no data
843.22/843.26	c  S st   104   5214071       181       372         0    146548      1116   3225097   no data   no data
843.52/843.52	c  S st   104   5214576       181       372         0    147042      1116   3239048   no data   no data
843.52/843.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
843.52/843.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.06
843.52/843.59	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
843.52/843.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
843.52/843.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
843.52/843.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    181 time:  0.00 s
843.52/843.59	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
843.62/843.63	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
843.73/843.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
896.63/896.69	c lits-rem:     18856  cl-subs:    16652  v-elim:      0  v-fix:    0  time: 52.98 s
896.63/896.69	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
896.72/896.72	c vivif2 --  cl tried   130390 cl shrink        0 lits rem          0 time: 0.03
896.72/896.78	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.06
896.72/896.78	c calculated reachability. Time: 0.00
896.72/896.78	c  N st   104   5214576       181       372         0    130390      1116   2625436   no data   no data
982.73/982.73	c  N st   105   5714576       181       372         0    125120      1116   2350158   no data   no data
982.73/982.73	c  S st   105   5714576       181       372         0    125120      1116   2350158   no data   no data
983.02/983.01	c  S st   105   5715081       181       372         0    125609      1116   2362128   no data   no data
983.02/983.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
983.02/983.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.07
983.02/983.09	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
983.02/983.09	c bin-w-bin subsume rem            0 bins  time:  0.00 s
983.02/983.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
983.02/983.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    181 time:  0.00 s
983.02/983.09	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
983.12/983.13	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
983.12/983.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1004.63/1004.62	c lits-rem:     15503  cl-subs:     9872  v-elim:      0  v-fix:    0  time: 21.43 s
1004.63/1004.62	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
1004.63/1004.64	c vivif2 --  cl tried   115737 cl shrink        0 lits rem          0 time: 0.03
1004.63/1004.69	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.04
1004.63/1004.69	c calculated reachability. Time: 0.00
1004.63/1004.69	c  N st   105   5715081       181       372         0    115737      1116   2026616   no data   no data
1089.62/1089.64	c  N st   106   6215081       181       372         0    175186      1116   3652629   no data   no data
1089.62/1089.64	c  S st   106   6215081       181       372         0    175186      1116   3652629   no data   no data
1089.92/1089.99	c  S st   106   6215583       181       372         0    175680      1116   3666988   no data   no data
1090.02/1090.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1090.02/1090.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.1M T:  0.08
1090.02/1090.08	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1090.02/1090.08	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1090.02/1090.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1090.02/1090.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    181 time:  0.00 s
1090.02/1090.08	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1090.13/1090.12	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
1090.24/1090.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1160.64/1160.69	c lits-rem:     23284  cl-subs:    23804  v-elim:      0  v-fix:    0  time: 70.48 s
1160.64/1160.69	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
1160.73/1160.72	c vivif2 --  cl tried   151876 cl shrink        0 lits rem          0 time: 0.04
1160.73/1160.79	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.06
1160.73/1160.80	c calculated reachability. Time: 0.00
1160.73/1160.80	c  N st   106   6215583       181       372         0    151876      1116   2917278   no data   no data
1254.64/1254.68	c  N st   107   6715584       181       372         0    115964      1116   1834402   no data   no data
1254.64/1254.68	c  S st   107   6715584       181       372         0    115964      1116   1834402   no data   no data
1254.93/1254.92	c  S st   107   6716085       181       372         0    116460      1116   1849323   no data   no data
1254.93/1254.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1254.93/1254.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.04
1254.93/1254.97	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1254.93/1254.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1254.93/1254.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1254.93/1254.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    181 time:  0.00 s
1254.93/1254.97	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1255.03/1255.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1255.03/1255.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1259.54/1259.54	c lits-rem:      7844  cl-subs:     3113  v-elim:      0  v-fix:    0  time:  4.49 s
1259.54/1259.54	c vivif2 --  cl tried      372 cl shrink        0 lits rem          0 time: 0.00
1259.54/1259.57	c vivif2 --  cl tried   113347 cl shrink        0 lits rem          0 time: 0.02
1259.65/1259.61	c asymm  cl-useful: 0/372/372 lits-rem:0 time: 0.05
1259.65/1259.62	c calculated reachability. Time: 0.00
1259.65/1259.62	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: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3368177-1305388811/watcher-3368177-1305388811 -o /tmp/evaluation-result-3368177-1305388811/solver-3368177-1305388811 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3368177-1305388811.cnf 

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 1.20 2.94 3.55 4/325 16162
/proc/meminfo: memFree=15703444/32950928 swapFree=67085488/67111528
[pid=16162] ppid=16160 vsize=29732 CPUtime=0 cores=1,3
/proc/16162/stat : 16162 (strangenight2-s) R 16160 16162 16108 0 -1 4202496 526 0 0 0 0 0 0 0 25 0 1 0 729111745 30445568 466 33554432000 4194304 4580011 140735854654688 18446744073709551615 231895155295 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/16162/statm: 7433 466 363 95 0 2415 0

[startup+0.102215 s]
/proc/loadavg: 1.20 2.94 3.55 4/325 16162
/proc/meminfo: memFree=15703444/32950928 swapFree=67085488/67111528
[pid=16162] ppid=16160 vsize=30232 CPUtime=0.09 cores=1,3
/proc/16162/stat : 16162 (strangenight2-s) R 16160 16162 16108 0 -1 4202496 765 0 0 0 9 0 0 0 25 0 1 0 729111745 30957568 588 33554432000 4194304 4580011 140735854654688 18446744073709551615 4318357 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/16162/statm: 7558 588 364 95 0 2540 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30232

[startup+0.200184 s]
/proc/loadavg: 1.20 2.94 3.55 4/325 16162
/proc/meminfo: memFree=15703444/32950928 swapFree=67085488/67111528
[pid=16162] ppid=16160 vsize=30412 CPUtime=0.19 cores=1,3
/proc/16162/stat : 16162 (strangenight2-s) R 16160 16162 16108 0 -1 4202496 913 0 0 0 19 0 0 0 25 0 1 0 729111745 31141888 736 33554432000 4194304 4580011 140735854654688 18446744073709551615 4294304 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/16162/statm: 7603 736 364 95 0 2585 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 30412

[startup+0.300165 s]
/proc/loadavg: 1.20 2.94 3.55 4/325 16162
/proc/meminfo: memFree=15703444/32950928 swapFree=67085488/67111528
[pid=16162] ppid=16160 vsize=30572 CPUtime=0.29 cores=1,3
/proc/16162/stat : 16162 (strangenight2-s) R 16160 16162 16108 0 -1 4202496 1121 0 0 0 29 0 0 0 25 0 1 0 729111745 31305728 729 33554432000 4194304 4580011 140735854654688 18446744073709551615 4294326 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/16162/statm: 7643 729 364 95 0 2625 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30572

[startup+0.701095 s]
/proc/loadavg: 1.20 2.94 3.55 4/325 16162
/proc/meminfo: memFree=15703444/32950928 swapFree=67085488/67111528
[pid=16162] ppid=16160 vsize=31132 CPUtime=0.69 cores=1,3
/proc/16162/stat : 16162 (strangenight2-s) R 16160 16162 16108 0 -1 4202496 1686 0 0 0 69 0 0 0 25 0 1 0 729111745 31879168 1026 33554432000 4194304 4580011 140735854654688 18446744073709551615 4295372 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/16162/statm: 7783 1026 365 95 0 2765 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31132

[startup+1.50093 s]
/proc/loadavg: 1.20 2.94 3.55 5/329 16169
/proc/meminfo: memFree=15648844/32950928 swapFree=67085488/67111528
[pid=16162] ppid=16160 vsize=37408 CPUtime=1.49 cores=1,3
/proc/16162/stat : 16162 (strangenight2-s) R 16160 16162 16108 0 -1 4202496 4114 0 0 0 149 0 0 0 25 0 1 0 729111745 38305792 2344 33554432000 4194304 4580011 140735854654688 18446744073709551615 4294928 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/16162/statm: 9352 2344 367 95 0 4334 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 37408

[startup+3.10065 s]
/proc/loadavg: 1.20 2.94 3.55 5/329 16169
/proc/meminfo: memFree=15576676/32950928 swapFree=67085488/67111528
[pid=16162] ppid=16160 vsize=39144 CPUtime=3.08 cores=1,3
/proc/16162/stat : 16162 (strangenight2-s) R 16160 16162 16108 0 -1 4202496 5979 0 0 0 308 0 0 0 25 0 1 0 729111745 40083456 2726 33554432000 4194304 4580011 140735854654688 18446744073709551615 4294341 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/16162/statm: 9786 2726 367 95 0 4768 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 39144

[startup+6.30107 s]
/proc/loadavg: 1.42 2.96 3.56 5/329 16169
/proc/meminfo: memFree=15494660/32950928 swapFree=67085488/67111528
[pid=16162] ppid=16160 vsize=46248 CPUtime=6.29 cores=1,3
/proc/16162/stat : 16162 (strangenight2-s) R 16160 16162 16108 0 -1 4202496 10067 0 0 0 628 1 0 0 25 0 1 0 729111745 47357952 4810 33554432000 4194304 4580011 140735854654688 18446744073709551615 4294313 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/16162/statm: 11562 4810 367 95 0 6544 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 46248

[startup+12.7009 s]
/proc/loadavg: 1.63 2.98 3.56 5/329 16169
/proc/meminfo: memFree=15450292/32950928 swapFree=67085488/67111528
[pid=16162] ppid=16160 vsize=58924 CPUtime=12.69 cores=1,3
/proc/16162/stat : 16162 (strangenight2-s) R 16160 16162 16108 0 -1 4202496 17224 0 0 0 1267 2 0 0 25 0 1 0 729111745 60338176 7818 33554432000 4194304 4580011 140735854654688 18446744073709551615 4406344 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/16162/statm: 14731 7818 367 95 0 9713 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 58924

[startup+25.5005 s]
/proc/loadavg: 2.15 3.03 3.56 5/329 16169
/proc/meminfo: memFree=15410016/32950928 swapFree=67085488/67111528
[pid=16162] ppid=16160 vsize=63440 CPUtime=25.49 cores=1,3
/proc/16162/stat : 16162 (strangenight2-s) R 16160 16162 16108 0 -1 4202496 25864 0 0 0 2546 3 0 0 25 0 1 0 729111745 64962560 8617 33554432000 4194304 4580011 140735854654688 18446744073709551615 4294501 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/16162/statm: 15860 8617 367 95 0 10842 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 63440

[startup+51.1008 s]
/proc/loadavg: 2.78 3.10 3.57 5/329 16179
/proc/meminfo: memFree=15327780/32950928 swapFree=67085488/67111528
[pid=16162] ppid=16160 vsize=71736 CPUtime=51.09 cores=1,3
/proc/16162/stat : 16162 (strangenight2-s) R 16160 16162 16108 0 -1 4202496 40489 0 0 0 5103 6 0 0 25 0 1 0 729111745 73457664 11415 33554432000 4194304 4580011 140735854654688 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/16162/statm: 17934 11415 367 95 0 12916 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 71736

[startup+102.3 s]
/proc/loadavg: 3.47 3.24 3.59 5/329 16181
/proc/meminfo: memFree=15245944/32950928 swapFree=67085488/67111528
[pid=16162] ppid=16160 vsize=88688 CPUtime=102.3 cores=1,3
/proc/16162/stat : 16162 (strangenight2-s) R 16160 16162 16108 0 -1 4202496 64965 0 0 0 10219 11 0 0 25 0 1 0 729111745 90816512 15195 33554432000 4194304 4580011 140735854654688 18446744073709551615 4294341 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/16162/statm: 22172 15195 367 95 0 17154 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 88688

[startup+162.3 s]
/proc/loadavg: 3.95 3.43 3.64 5/329 16182
/proc/meminfo: memFree=15161832/32950928 swapFree=67085488/67111528
[pid=16162] ppid=16160 vsize=103592 CPUtime=162.29 cores=1,3
/proc/16162/stat : 16162 (strangenight2-s) R 16160 16162 16108 0 -1 4202496 88905 0 0 0 16215 14 0 0 25 0 1 0 729111745 106078208 19386 33554432000 4194304 4580011 140735854654688 18446744073709551615 4294472 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/16162/statm: 25898 19386 367 95 0 20880 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 103592

[startup+222.312 s]
/proc/loadavg: 3.98 3.53 3.66 5/329 16184
/proc/meminfo: memFree=15112800/32950928 swapFree=67085488/67111528
[pid=16162] ppid=16160 vsize=137348 CPUtime=222.31 cores=1,3
/proc/16162/stat : 16162 (strangenight2-s) R 16160 16162 16108 0 -1 4202496 110269 0 0 0 22212 19 0 0 25 0 1 0 729111745 140644352 25377 33554432000 4194304 4580011 140735854654688 18446744073709551615 4294602 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/16162/statm: 34337 25377 367 95 0 29319 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 137348

[startup+282.301 s]
/proc/loadavg: 3.99 3.61 3.67 5/329 16185
/proc/meminfo: memFree=15066356/32950928 swapFree=67085488/67111528
[pid=16162] ppid=16160 vsize=152592 CPUtime=282.3 cores=1,3
/proc/16162/stat : 16162 (strangenight2-s) R 16160 16162 16108 0 -1 4202496 128219 0 0 0 28208 22 0 0 25 0 1 0 729111745 156254208 29805 33554432000 4194304 4580011 140735854654688 18446744073709551615 4294344 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/16162/statm: 38148 29805 367 95 0 33130 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 152592

[startup+342.301 s]
/proc/loadavg: 3.99 3.68 3.69 5/329 16187
/proc/meminfo: memFree=14996612/32950928 swapFree=67085488/67111528
[pid=16162] ppid=16160 vsize=151716 CPUtime=342.3 cores=1,3
/proc/16162/stat : 16162 (strangenight2-s) R 16160 16162 16108 0 -1 4202496 135492 0 0 0 34206 24 0 0 25 0 1 0 729111745 155357184 31091 33554432000 4194304 4580011 140735854654688 18446744073709551615 4293179 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/16162/statm: 37929 31091 367 95 0 32911 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 151716

[startup+402.301 s]
/proc/loadavg: 3.99 3.74 3.71 5/329 16189
/proc/meminfo: memFree=14958132/32950928 swapFree=67085488/67111528
[pid=16162] ppid=16160 vsize=153628 CPUtime=402.3 cores=1,3
/proc/16162/stat : 16162 (strangenight2-s) R 16160 16162 16108 0 -1 4202496 154497 0 0 0 40202 28 0 0 25 0 1 0 729111745 157315072 30474 33554432000 4194304 4580011 140735854654688 18446744073709551615 4294406 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/16162/statm: 38407 30474 367 95 0 33389 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 153628

[startup+462.301 s]
/proc/loadavg: 4.03 3.80 3.73 5/329 16190
/proc/meminfo: memFree=14906380/32950928 swapFree=67085488/67111528
[pid=16162] ppid=16160 vsize=179608 CPUtime=462.3 cores=1,3
/proc/16162/stat : 16162 (strangenight2-s) R 16160 16162 16108 0 -1 4202496 168649 0 0 0 46200 30 0 0 25 0 1 0 729111745 183918592 38100 33554432000 4194304 4580011 140735854654688 18446744073709551615 4294324 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/16162/statm: 44902 38100 367 95 0 39884 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 179608

[startup+522.3 s]
/proc/loadavg: 4.01 3.83 3.74 5/329 16192
/proc/meminfo: memFree=14967348/32950928 swapFree=67085488/67111528
[pid=16162] ppid=16160 vsize=212660 CPUtime=522.3 cores=1,3
/proc/16162/stat : 16162 (strangenight2-s) R 16160 16162 16108 0 -1 4202496 181240 0 0 0 52197 33 0 0 25 0 1 0 729111745 217763840 33191 33554432000 4194304 4580011 140735854654688 18446744073709551615 4305278 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/16162/statm: 53165 33191 367 95 0 48147 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 212660

[startup+582.3 s]
/proc/loadavg: 4.00 3.86 3.75 5/329 16193
/proc/meminfo: memFree=14916092/32950928 swapFree=67085488/67111528
[pid=16162] ppid=16160 vsize=185108 CPUtime=582.31 cores=1,3
/proc/16162/stat : 16162 (strangenight2-s) R 16160 16162 16108 0 -1 4202496 195625 0 0 0 58195 36 0 0 25 0 1 0 729111745 189550592 39372 33554432000 4194304 4580011 140735854654688 18446744073709551615 4406384 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/16162/statm: 46277 39372 367 95 0 41259 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 185108

[startup+642.301 s]
/proc/loadavg: 4.06 3.90 3.77 5/329 16195
/proc/meminfo: memFree=14867780/32950928 swapFree=67085488/67111528
[pid=16162] ppid=16160 vsize=197292 CPUtime=642.31 cores=1,3
/proc/16162/stat : 16162 (strangenight2-s) R 16160 16162 16108 0 -1 4202496 206469 0 0 0 64193 38 0 0 25 0 1 0 729111745 202027008 41429 33554432000 4194304 4580011 140735854654688 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/16162/statm: 49323 41429 367 95 0 44305 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 197292

[startup+702.301 s]
/proc/loadavg: 4.12 3.94 3.79 5/329 16197
/proc/meminfo: memFree=14849384/32950928 swapFree=67085488/67111528
[pid=16162] ppid=16160 vsize=270784 CPUtime=702.31 cores=1,3
/proc/16162/stat : 16162 (strangenight2-s) R 16160 16162 16108 0 -1 4202496 216386 0 0 0 70191 40 0 0 25 0 1 0 729111745 277282816 46985 33554432000 4194304 4580011 140735854654688 18446744073709551615 4406269 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/16162/statm: 67696 46985 367 95 0 62678 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 270784

[startup+762.301 s]
/proc/loadavg: 4.04 3.95 3.81 5/329 16198
/proc/meminfo: memFree=14836460/32950928 swapFree=67085488/67111528
[pid=16162] ppid=16160 vsize=270784 CPUtime=762.32 cores=1,3
/proc/16162/stat : 16162 (strangenight2-s) R 16160 16162 16108 0 -1 4202496 216612 0 0 0 76192 40 0 0 25 0 1 0 729111745 277282816 47211 33554432000 4194304 4580011 140735854654688 18446744073709551615 4294942 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/16162/statm: 67696 47211 367 95 0 62678 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 270784

[startup+822.3 s]
/proc/loadavg: 4.01 3.95 3.82 5/329 16200
/proc/meminfo: memFree=14793988/32950928 swapFree=67085488/67111528
[pid=16162] ppid=16160 vsize=225432 CPUtime=822.32 cores=1,3
/proc/16162/stat : 16162 (strangenight2-s) R 16160 16162 16108 0 -1 4202496 232602 0 0 0 82188 44 0 0 25 0 1 0 729111745 230842368 49273 33554432000 4194304 4580011 140735854654688 18446744073709551615 4294931 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/16162/statm: 56358 49273 367 95 0 51340 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 225432

[startup+882.313 s]
/proc/loadavg: 4.00 3.96 3.82 5/329 16201
/proc/meminfo: memFree=14637216/32950928 swapFree=67085488/67111528
[pid=16162] ppid=16160 vsize=225540 CPUtime=882.33 cores=1,3
/proc/16162/stat : 16162 (strangenight2-s) R 16160 16162 16108 0 -1 4202496 237864 0 0 0 88187 46 0 0 25 0 1 0 729111745 230952960 50085 33554432000 4194304 4580011 140735854654688 18446744073709551615 4406299 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/16162/statm: 56385 50085 367 95 0 51367 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 225540

[startup+942.301 s]
/proc/loadavg: 4.05 3.98 3.83 5/329 16203
/proc/meminfo: memFree=14587816/32950928 swapFree=67085488/67111528
[pid=16162] ppid=16160 vsize=225680 CPUtime=942.32 cores=1,3
/proc/16162/stat : 16162 (strangenight2-s) R 16160 16162 16108 0 -1 4202496 249377 0 0 0 94184 48 0 0 25 0 1 0 729111745 231096320 48419 33554432000 4194304 4580011 140735854654688 18446744073709551615 4294942 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/16162/statm: 56420 48419 367 95 0 51402 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 225680

[startup+1002.3 s]
/proc/loadavg: 4.06 4.00 3.85 5/329 16205
/proc/meminfo: memFree=14603268/32950928 swapFree=67085488/67111528
[pid=16162] ppid=16160 vsize=225764 CPUtime=1002.33 cores=1,3
/proc/16162/stat : 16162 (strangenight2-s) R 16160 16162 16108 0 -1 4202496 258658 0 0 0 100182 51 0 0 25 0 1 0 729111745 231182336 49170 33554432000 4194304 4580011 140735854654688 18446744073709551615 4397118 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/16162/statm: 56441 49170 367 95 0 51423 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 225764

[startup+1062.3 s]
/proc/loadavg: 4.02 4.00 3.85 5/329 16206
/proc/meminfo: memFree=14600620/32950928 swapFree=67085488/67111528
[pid=16162] ppid=16160 vsize=217128 CPUtime=1062.33 cores=1,3
/proc/16162/stat : 16162 (strangenight2-s) R 16160 16162 16108 0 -1 4202496 269344 0 0 0 106179 54 0 0 25 0 1 0 729111745 222339072 47250 33554432000 4194304 4580011 140735854654688 18446744073709551615 4294335 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/16162/statm: 54282 47250 367 95 0 49264 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 217128

[startup+1122.3 s]
/proc/loadavg: 4.01 4.00 3.86 5/329 16208
/proc/meminfo: memFree=14566852/32950928 swapFree=67085488/67111528
[pid=16162] ppid=16160 vsize=297540 CPUtime=1122.32 cores=1,3
/proc/16162/stat : 16162 (strangenight2-s) R 16160 16162 16108 0 -1 4202496 275395 0 0 0 112177 55 0 0 25 0 1 0 729111745 304680960 52950 33554432000 4194304 4580011 140735854654688 18446744073709551615 4406284 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/16162/statm: 74385 52950 367 95 0 69367 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 297540

[startup+1182.3 s]
/proc/loadavg: 4.15 4.03 3.87 5/329 16209
/proc/meminfo: memFree=14539664/32950928 swapFree=67085488/67111528
[pid=16162] ppid=16160 vsize=313440 CPUtime=1182.33 cores=1,3
/proc/16162/stat : 16162 (strangenight2-s) R 16160 16162 16108 0 -1 4202496 280159 0 0 0 118177 56 0 0 25 0 1 0 729111745 320962560 56667 33554432000 4194304 4580011 140735854654688 18446744073709551615 4294920 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/16162/statm: 78360 56667 367 95 0 73342 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 313440

[startup+1242.3 s]
/proc/loadavg: 4.15 4.05 3.89 5/329 16211
/proc/meminfo: memFree=14525336/32950928 swapFree=67085488/67111528
[pid=16162] ppid=16160 vsize=236280 CPUtime=1242.33 cores=1,3
/proc/16162/stat : 16162 (strangenight2-s) R 16160 16162 16108 0 -1 4202496 285822 0 0 0 124175 58 0 0 25 0 1 0 729111745 241950720 52661 33554432000 4194304 4580011 140735854654688 18446744073709551615 4294344 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/16162/statm: 59070 52661 367 95 0 54052 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 236280



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.05 4.04 3.90 3/327 16214
/proc/meminfo: memFree=14825752/32950928 swapFree=67085488/67111528
[pid=16162] ppid=16160 vsize=249604 CPUtime=1300.04 cores=1,3
/proc/16162/stat : 16162 (strangenight2-s) R 16160 16162 16108 0 -1 4202496 292746 0 0 0 129944 60 0 0 25 0 1 0 729111745 255594496 54358 33554432000 4194304 4580011 140735854654688 18446744073709551615 4294364 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/16162/statm: 62401 54358 367 95 0 57383 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 249604

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

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

[startup+1300 s]
/proc/loadavg: 4.05 4.04 3.90 3/327 16214
/proc/meminfo: memFree=14825752/32950928 swapFree=67085488/67111528
[pid=16162] ppid=16160 vsize=249604 CPUtime=1300.04 cores=1,3
/proc/16162/stat : 16162 (strangenight2-s) R 16160 16162 16108 0 -1 4202496 292746 0 0 0 129944 60 0 0 25 0 1 0 729111745 255594496 54358 33554432000 4194304 4580011 140735854654688 18446744073709551615 4294364 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/16162/statm: 62401 54358 367 95 0 57383 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 249604

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.06
CPU user time (s): 1299.45
CPU system time (s): 0.614906
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 315756

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

runsolver used 3.86241 second user time and 9.46856 second system time

The end

Launcher Data

Begin job on node114 at 2011-05-14 18:00:11
IDJOB=3368177
IDBENCH=83140
IDSOLVER=1845
FILE ID=node114/3368177-1305388811
RUNJOBID= node114-1305388810-16128
PBS_JOBID= 13324419
Free space on /tmp= 72968 MiB

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

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

MD5SUM BENCH= 1221fb51c407dee7559369d7c6eedb4e
RANDOM SEED=1468128784

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      15703740 kB
Buffers:        264300 kB
Cached:        6211892 kB
SwapCached:         96 kB
Active:       11884200 kB
Inactive:      4952444 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15703740 kB
SwapTotal:    67111528 kB
SwapFree:     67085488 kB
Dirty:           19156 kB
Writeback:           0 kB
AnonPages:    10359368 kB
Mapped:          26972 kB
Slab:           306904 kB
PageTables:      37224 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 52500044 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= 72956 MiB
End job on node114 at 2011-05-14 18:21:53