Trace number 3370585

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-Night-1-st (fixed)? (TO) 1300.02 1300.02

General information on the benchmark

Namecrafted/spence/sgen/
sgen3-n130-s30940966-unsat.cnf
MD5SUMca44a78076b8228fbb99ecc0147f157f
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4645.03
Satisfiable
(Un)Satisfiability was proved
Number of variables133
Number of clauses276
Sum of the clauses size828
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3276
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.01	c Outputting solution to console
0.00/0.01	c This is CryptoMiniSat 2.9.0
0.00/0.01	c compiled with gcc version 4.4.5
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3370585-1305390051.cnf'
0.00/0.01	c -- header says num vars:            133
0.00/0.01	c -- header says num clauses:         276
0.00/0.01	c -- clauses added:            0 learnts,          276 normals,            0 xors
0.00/0.01	c -- vars added        133
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       133       276         0         0       828         0   no data   no data  --
0.00/0.01	c asymm  cl-useful: 0/276/276 lits-rem:0 time: 0.00
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    133 time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.01	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.00/0.01	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.01	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.01	c calculated reachability. Time: 0.00
0.00/0.01	c Calc default polars -  time:   0.00 s pos:       3 undec:     125 neg:       5
0.00/0.01	c =========================================================================================
0.00/0.01	c types(t): F = full restart, N = normal restart
0.00/0.01	c types(t): S = simplification begin/end, E = solution found
0.00/0.01	c restart types(rt): st = static, dy = dynamic
0.00/0.01	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.01	c  B st     0         0       133       276         0         0       828         0   no data   no data  --
0.01/0.03	c Decided on static restart strategy
0.01/0.08	c  N st     8      4925       133       276         0      4398       828     88107   no data   no data  --
0.19/0.24	c  N st    10     11310       133       276         0      4056       828     60946   no data   no data  --
0.29/0.37	c  N st    11     17053       133       276         0      9112       828    153331   no data   no data  --
0.59/0.61	c  F st    12     25000       133       276         0     10831       828    183340   no data   no data  --
0.59/0.61	c  N st    12     25000       133       276         0     10831       828    183340   no data   no data  --
0.69/0.74	c Decided on static restart strategy
0.69/0.74	c  N st    18     30001       133       276         0      9437       828    145179   no data   no data  --
0.69/0.74	c  S st    18     30001       133       276         0      9437       828    145179   no data   no data  --
0.69/0.76	c  S st    18     30504       133       276         0      9914       828    154162   no data   no data  --
0.69/0.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
0.69/0.76	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
0.69/0.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
0.69/0.76	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.69/0.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.69/0.76	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    133 time:  0.00 s
0.69/0.76	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.79/0.88	c lits-rem:      1017  cl-subs:      748  v-elim:      0  v-fix:    0  time:  0.11 s
0.79/0.88	c asymm  cl-useful: 0/276/276 lits-rem:0 time: 0.00
0.79/0.88	c calculated reachability. Time: 0.00
0.79/0.88	c  N st    18     30504       133       276         0      9166       828    137183   no data   no data  --
0.99/1.07	c  N st    20     37614       133       276         0      8337       828    111044   no data   no data  --
1.18/1.24	c  N st    21     44013       133       276         0     13754       828    198941   no data   no data  --
1.18/1.29	c  S st    22     45757       133       276         0      7668       828     85357   no data   no data  --
1.28/1.31	c  S st    22     46263       133       276         0      8154       828     94839   no data   no data  --
1.28/1.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.28/1.31	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1.28/1.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
1.28/1.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.28/1.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.28/1.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    133 time:  0.00 s
1.28/1.31	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1.28/1.34	c lits-rem:       268  cl-subs:      115  v-elim:      0  v-fix:    0  time:  0.03 s
1.28/1.34	c vivif2 --  cl tried      276 cl shrink        0 lits rem          0 time: 0.00
1.28/1.34	c vivif2 --  cl tried     8039 cl shrink        0 lits rem          0 time: 0.00
1.28/1.34	c asymm  cl-useful: 0/276/276 lits-rem:0 time: 0.00
1.28/1.34	c calculated reachability. Time: 0.00
1.28/1.34	c  N st    22     46263       133       276         0      8039       828     92429   no data   no data  --
1.78/1.85	c  N st    23     60660       133       276         0     11953       828    175865   no data   no data  --
2.09/2.13	c  N st    24     69394       133       276         0      9773       828    111594   no data   no data  --
2.09/2.13	c  S st    24     69394       133       276         0      9773       828    111594   no data   no data  --
2.09/2.15	c  S st    24     69898       133       276         0     10263       828    122234   no data   no data  --
2.09/2.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2.09/2.15	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2.09/2.16	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
2.09/2.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.09/2.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.09/2.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    133 time:  0.00 s
2.09/2.16	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2.19/2.27	c lits-rem:       320  cl-subs:      258  v-elim:      0  v-fix:    0  time:  0.11 s
2.19/2.27	c vivif2 --  cl tried      276 cl shrink        0 lits rem          0 time: 0.00
2.19/2.27	c vivif2 --  cl tried    10005 cl shrink        0 lits rem          0 time: 0.00
2.19/2.28	c asymm  cl-useful: 0/276/276 lits-rem:0 time: 0.00
2.19/2.28	c calculated reachability. Time: 0.00
2.19/2.28	c  N st    24     69898       133       276         0     10005       828    116337   no data   no data  --
2.89/2.94	c  F st    25     87500       133       276         0     14698       828    198184   no data   no data  --
2.89/2.94	c  N st    25     87500       133       276         0     14698       828    198184   no data   no data  --
3.09/3.10	c Decided on static restart strategy
3.20/3.21	c  N st    32     95538       133       276         0     21680       828    335477   no data   no data  --
3.49/3.52	c  N st    34    104847       133       276         0     18838       828    294190   no data   no data  --
3.49/3.52	c  S st    34    104847       133       276         0     18838       828    294190   no data   no data  --
3.49/3.56	c  S st    34    105352       133       276         0     19332       828    304423   no data   no data  --
3.49/3.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.49/3.56	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3.49/3.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
3.49/3.57	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.49/3.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.49/3.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    133 time:  0.00 s
3.49/3.57	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.59/4.67	c lits-rem:      2004  cl-subs:     1217  v-elim:      0  v-fix:    0  time:  1.10 s
4.59/4.67	c vivif2 --  cl tried      276 cl shrink        0 lits rem          0 time: 0.00
4.59/4.67	c vivif2 --  cl tried    18115 cl shrink        0 lits rem          0 time: 0.00
4.59/4.68	c asymm  cl-useful: 0/276/276 lits-rem:0 time: 0.00
4.59/4.68	c calculated reachability. Time: 0.00
4.59/4.68	c  N st    34    105352       133       276         0     18115       828    269402   no data   no data  --
5.08/5.10	c  N st    35    114951       133       276         0     14360       828    188653   no data   no data  --
5.58/5.68	c  N st    36    129348       133       276         0     13504       828    158195   no data   no data  --
6.49/6.58	c  N st    37    150945       133       276         0     18421       828    259523   no data   no data  --
6.88/6.90	c  S st    38    158030       133       276         0     24753       828    401693   no data   no data  --
6.88/6.95	c  S st    38    158532       133       276         0     25246       828    411824   no data   no data  --
6.88/6.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
6.88/6.95	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
6.88/6.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
6.88/6.96	c bin-w-bin subsume rem            0 bins  time:  0.00 s
6.88/6.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.88/6.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    133 time:  0.00 s
6.88/6.96	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
8.19/8.29	c lits-rem:      3804  cl-subs:     1566  v-elim:      0  v-fix:    0  time:  1.33 s
8.19/8.29	c vivif2 --  cl tried      276 cl shrink        0 lits rem          0 time: 0.00
8.29/8.30	c vivif2 --  cl tried    23680 cl shrink        0 lits rem          0 time: 0.00
8.29/8.30	c asymm  cl-useful: 0/276/276 lits-rem:0 time: 0.01
8.29/8.30	c calculated reachability. Time: 0.00
8.29/8.30	c  N st    38    158532       133       276         0     23680       828    366465   no data   no data  --
10.79/10.80	c  N st    39    207120       133       276         0     18359       828    227874   no data   no data  --
12.09/12.15	c  N st    40    237798       133       276         0     26567       828    359683   no data   no data  --
12.09/12.15	c  S st    40    237798       133       276         0     26567       828    359683   no data   no data  --
12.18/12.20	c  S st    40    238300       133       276         0     27054       828    370228   no data   no data  --
12.18/12.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
12.18/12.21	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
12.18/12.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
12.18/12.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
12.18/12.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
12.18/12.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    133 time:  0.00 s
12.18/12.22	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
13.58/13.60	c lits-rem:      3073  cl-subs:     3547  v-elim:      0  v-fix:    0  time:  1.38 s
13.58/13.60	c vivif2 --  cl tried      276 cl shrink        0 lits rem          0 time: 0.00
13.58/13.60	c vivif2 --  cl tried    23507 cl shrink        0 lits rem          0 time: 0.00
13.58/13.61	c asymm  cl-useful: 0/276/276 lits-rem:0 time: 0.01
13.58/13.61	c calculated reachability. Time: 0.00
13.58/13.61	c  N st    40    238300       133       276         0     23507       828    293971   no data   no data  --
16.69/16.70	c  F st    41    306250       133       276         0     25441       828    331451   no data   no data  --
16.69/16.70	c  N st    41    306250       133       276         0     25441       828    331451   no data   no data  --
16.89/16.93	c Decided on static restart strategy
18.09/18.17	c  N st    51    334562       133       276         0     29840       828    410769   no data   no data  --
19.29/19.36	c  N st    53    357451       133       276         0     28091       828    381086   no data   no data  --
19.29/19.36	c  S st    53    357451       133       276         0     28091       828    381086   no data   no data  --
19.39/19.41	c  S st    53    357960       133       276         0     28588       828    392429   no data   no data  --
19.39/19.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
19.39/19.41	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
19.39/19.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
19.39/19.43	c bin-w-bin subsume rem            0 bins  time:  0.00 s
19.39/19.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.39/19.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    133 time:  0.00 s
19.39/19.43	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
20.69/20.78	c lits-rem:      3453  cl-subs:     1843  v-elim:      0  v-fix:    0  time:  1.35 s
20.69/20.78	c vivif2 --  cl tried      276 cl shrink        0 lits rem          0 time: 0.00
20.69/20.79	c vivif2 --  cl tried    26745 cl shrink        0 lits rem          0 time: 0.00
20.69/20.79	c asymm  cl-useful: 0/276/276 lits-rem:0 time: 0.01
20.69/20.79	c calculated reachability. Time: 0.00
20.69/20.79	c  N st    53    357960       133       276         0     26745       828    344381   no data   no data  --
22.39/22.48	c  N st    54    390352       133       276         0     31483       828    427198   no data   no data  --
25.19/25.23	c  N st    55    438941       133       276         0     26423       828    303908   no data   no data  --
29.79/29.87	c  N st    56    511823       133       276         0     39258       828    616209   no data   no data  --
31.29/31.39	c  N st    57    536941       133       276         0     34210       828    446359   no data   no data  --
31.29/31.39	c  S st    57    536941       133       276         0     34210       828    446359   no data   no data  --
31.39/31.45	c  S st    57    537444       133       276         0     34700       828    457281   no data   no data  --
31.39/31.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
31.39/31.45	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
31.39/31.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
31.39/31.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
31.39/31.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
31.39/31.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    133 time:  0.00 s
31.39/31.47	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
32.89/32.91	c lits-rem:      3705  cl-subs:     1594  v-elim:      0  v-fix:    0  time:  1.43 s
32.89/32.91	c vivif2 --  cl tried      276 cl shrink        0 lits rem          0 time: 0.00
32.89/32.91	c vivif2 --  cl tried    33106 cl shrink        0 lits rem          0 time: 0.00
32.89/32.91	c asymm  cl-useful: 0/276/276 lits-rem:0 time: 0.01
32.89/32.91	c calculated reachability. Time: 0.00
32.89/32.91	c  N st    57    537444       133       276         0     33106       828    415182   no data   no data  --
43.48/43.58	c  N st    58    701428       133       276         0     55547       828    898032   no data   no data  --
50.59/50.66	c  N st    59    806167       133       276         0     51365       828    797802   no data   no data  --
50.59/50.66	c  S st    59    806167       133       276         0     51365       828    797802   no data   no data  --
50.68/50.74	c  S st    59    806671       133       276         0     51849       828    807886   no data   no data  --
50.68/50.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
50.68/50.74	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
50.68/50.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.01
50.68/50.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
50.68/50.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
50.68/50.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    133 time:  0.00 s
50.68/50.77	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
54.79/54.89	c lits-rem:      5820  cl-subs:     4452  v-elim:      0  v-fix:    0  time:  4.11 s
54.79/54.89	c vivif2 --  cl tried      276 cl shrink        0 lits rem          0 time: 0.00
54.79/54.89	c vivif2 --  cl tried    47397 cl shrink        0 lits rem          0 time: 0.01
54.90/54.91	c asymm  cl-useful: 0/276/276 lits-rem:0 time: 0.01
54.90/54.91	c calculated reachability. Time: 0.00
54.90/54.91	c  N st    59    806671       133       276         0     47397       828    689779   no data   no data  --
75.98/76.07	c  F st    60   1071875       133       276         0     57910       828    835269   no data   no data  --
75.98/76.07	c  N st    60   1071875       133       276         0     57910       828    835269   no data   no data  --
76.39/76.45	c Decided on static restart strategy
78.10/78.18	c  N st    70   1100178       133       276         0     46962       828    625957   no data   no data  --
81.19/81.22	c  N st    72   1136170       133       276         0     39951       828    453169   no data   no data  --
83.38/83.43	c  N st    73   1168562       133       276         0     64718       828    945801   no data   no data  --
86.48/86.54	c  N st    74   1210009       133       276         0     61173       828    900366   no data   no data  --
86.48/86.54	c  S st    74   1210009       133       276         0     61173       828    900366   no data   no data  --
86.58/86.64	c  S st    74   1210512       133       276         0     61668       828    911863   no data   no data  --
86.58/86.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
86.58/86.64	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
86.58/86.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.01
86.58/86.68	c bin-w-bin subsume rem            0 bins  time:  0.00 s
86.58/86.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
86.58/86.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    133 time:  0.00 s
86.58/86.68	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
91.88/91.90	c lits-rem:      5665  cl-subs:     6487  v-elim:      0  v-fix:    0  time:  5.22 s
91.88/91.90	c vivif2 --  cl tried      276 cl shrink        0 lits rem          0 time: 0.00
91.88/91.91	c vivif2 --  cl tried    55181 cl shrink        0 lits rem          0 time: 0.01
91.88/91.92	c asymm  cl-useful: 0/276/276 lits-rem:0 time: 0.02
91.88/91.93	c calculated reachability. Time: 0.00
91.88/91.93	c  N st    74   1210512       133       276         0     55181       828    752351   no data   no data  --
98.49/98.51	c  N st    75   1283394       133       276         0     77013       828   1299146   no data   no data  --
110.09/110.19	c  N st    76   1392717       133       276         0     42414       828    474200   no data   no data  --
125.19/125.21	c  N st    77   1556701       133       276         0     45308       828    510929   no data   no data  --
138.68/138.71	c  N st    78   1710515       133       276         0     77713       828   1115560   no data   no data  --
138.68/138.71	c  S st    78   1710515       133       276         0     77713       828   1115560   no data   no data  --
138.78/138.83	c  S st    78   1711015       133       276         0     78202       828   1126212   no data   no data  --
138.78/138.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
138.78/138.83	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
138.78/138.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.02
138.78/138.88	c bin-w-bin subsume rem            0 bins  time:  0.00 s
138.78/138.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
138.78/138.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    133 time:  0.00 s
138.78/138.88	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
148.98/149.07	c lits-rem:      8086  cl-subs:    13864  v-elim:      0  v-fix:    0  time: 10.19 s
148.98/149.07	c vivif2 --  cl tried      276 cl shrink        0 lits rem          0 time: 0.00
148.98/149.08	c vivif2 --  cl tried    64338 cl shrink        0 lits rem          0 time: 0.01
149.08/149.10	c asymm  cl-useful: 0/276/276 lits-rem:0 time: 0.02
149.08/149.10	c calculated reachability. Time: 0.00
149.08/149.10	c  N st    78   1711015       133       276         0     64338       828    846434   no data   no data  --
186.09/186.11	c  N st    79   2079981       133       276         0     76610       828   1093577   no data   no data  --
199.69/199.71	c  N st    80   2211015       133       276         0     80183       828   1113963   no data   no data  --
199.69/199.71	c  S st    80   2211015       133       276         0     80183       828   1113963   no data   no data  --
199.79/199.84	c  S st    80   2211517       133       276         0     80664       828   1124317   no data   no data  --
199.79/199.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
199.79/199.84	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
199.79/199.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.02
199.79/199.89	c bin-w-bin subsume rem            0 bins  time:  0.00 s
199.79/199.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
199.79/199.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    133 time:  0.00 s
199.79/199.89	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
209.19/209.22	c lits-rem:      4547  cl-subs:    12861  v-elim:      0  v-fix:    0  time:  9.32 s
209.19/209.22	c vivif2 --  cl tried      276 cl shrink        0 lits rem          0 time: 0.00
209.19/209.23	c vivif2 --  cl tried    67803 cl shrink        0 lits rem          0 time: 0.01
209.19/209.25	c asymm  cl-useful: 0/276/276 lits-rem:0 time: 0.02
209.19/209.25	c calculated reachability. Time: 0.00
209.19/209.25	c  N st    80   2211517       133       276         0     67803       828    858128   no data   no data  --
269.29/269.37	c  N st    81   2711518       133       276         0     93745       828   1334673   no data   no data  --
269.29/269.37	c  S st    81   2711518       133       276         0     93745       828   1334673   no data   no data  --
269.50/269.56	c  S st    81   2712021       133       276         0     94240       828   1347145   no data   no data  --
269.50/269.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
269.50/269.57	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
269.59/269.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
269.59/269.64	c bin-w-bin subsume rem            0 bins  time:  0.00 s
269.59/269.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
269.59/269.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    133 time:  0.00 s
269.59/269.64	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
283.69/283.73	c lits-rem:      6601  cl-subs:    10460  v-elim:      0  v-fix:    0  time: 14.09 s
283.69/283.73	c vivif2 --  cl tried      276 cl shrink        0 lits rem          0 time: 0.00
283.69/283.74	c vivif2 --  cl tried    83780 cl shrink        0 lits rem          0 time: 0.01
283.69/283.77	c asymm  cl-useful: 0/276/276 lits-rem:0 time: 0.03
283.69/283.78	c calculated reachability. Time: 0.00
283.69/283.78	c  N st    81   2712021       133       276         0     83780       828   1117315   no data   no data  --
339.39/339.42	c  N st    82   3212021       133       276         0     63381       828    695225   no data   no data  --
339.39/339.42	c  S st    82   3212021       133       276         0     63381       828    695225   no data   no data  --
339.49/339.53	c  S st    82   3212524       133       276         0     63873       828    706854   no data   no data  --
339.49/339.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
339.49/339.53	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
339.49/339.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.01
339.49/339.57	c bin-w-bin subsume rem            0 bins  time:  0.00 s
339.49/339.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
339.49/339.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    133 time:  0.00 s
339.49/339.57	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
341.49/341.53	c lits-rem:       496  cl-subs:     1023  v-elim:      0  v-fix:    0  time:  1.96 s
341.49/341.53	c vivif2 --  cl tried      276 cl shrink        0 lits rem          0 time: 0.00
341.49/341.54	c vivif2 --  cl tried    62850 cl shrink        0 lits rem          0 time: 0.01
341.49/341.55	c asymm  cl-useful: 0/276/276 lits-rem:0 time: 0.02
341.49/341.56	c calculated reachability. Time: 0.00
341.49/341.56	c  N st    82   3212524       133       276         0     62850       828    685441   no data   no data  --
405.49/405.54	c  N st    83   3712524       133       276         0     70262       828    813723   no data   no data  --
405.49/405.54	c  S st    83   3712524       133       276         0     70262       828    813723   no data   no data  --
405.59/405.64	c  S st    83   3713027       133       276         0     70756       828    825346   no data   no data  --
405.59/405.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
405.59/405.65	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
405.59/405.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.01
405.59/405.68	c bin-w-bin subsume rem            0 bins  time:  0.00 s
405.59/405.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
405.59/405.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    133 time:  0.00 s
405.59/405.68	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
408.78/408.89	c lits-rem:      2478  cl-subs:     1651  v-elim:      0  v-fix:    0  time:  3.21 s
408.78/408.89	c vivif2 --  cl tried      276 cl shrink        0 lits rem          0 time: 0.00
408.89/408.90	c vivif2 --  cl tried    69105 cl shrink        0 lits rem          0 time: 0.01
408.89/408.92	c asymm  cl-useful: 0/276/276 lits-rem:0 time: 0.02
408.89/408.92	c calculated reachability. Time: 0.00
408.89/408.92	c  N st    83   3713027       133       276         0     69105       828    782083   no data   no data  --
412.59/412.66	c  F st    84   3751562       133       276         0    100653       828   1418953   no data   no data  --
412.59/412.66	c  N st    84   3751562       133       276         0    100653       828   1418953   no data   no data  --
413.29/413.32	c Decided on static restart strategy
416.29/416.38	c  N st    94   3779869       133       276         0    124027       828   1936975   no data   no data  --
420.89/420.91	c  N st    96   3815866       133       276         0     86740       828   1126567   no data   no data  --
424.49/424.52	c  N st    97   3848261       133       276         0    112339       828   1608878   no data   no data  --
430.59/430.66	c  N st    98   3896850       133       276         0     82905       828   1002741   no data   no data  --
439.58/439.66	c  N st    99   3969732       133       276         0     69139       828    743458   no data   no data  --
452.10/452.14	c  N st   100   4079055       133       276         0     86056       828   1075529   no data   no data  --
467.39/467.47	c  N st   101   4213027       133       276         0    115996       828   1509964   no data   no data  --
467.39/467.47	c  S st   101   4213027       133       276         0    115996       828   1509964   no data   no data  --
467.59/467.65	c  S st   101   4213536       133       276         0    116500       828   1521658   no data   no data  --
467.59/467.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
467.59/467.66	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
467.59/467.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.03
467.69/467.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
467.69/467.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
467.69/467.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    133 time:  0.00 s
467.69/467.73	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
485.99/486.08	c lits-rem:      3907  cl-subs:    24873  v-elim:      0  v-fix:    0  time: 18.35 s
485.99/486.08	c vivif2 --  cl tried      276 cl shrink        0 lits rem          0 time: 0.00
486.09/486.11	c vivif2 --  cl tried    91627 cl shrink        0 lits rem          0 time: 0.01
486.09/486.13	c asymm  cl-useful: 0/276/276 lits-rem:0 time: 0.03
486.09/486.13	c calculated reachability. Time: 0.00
486.09/486.13	c  N st   101   4213536       133       276         0     91627       828   1083647   no data   no data  --
518.48/518.58	c  N st   102   4459512       133       276         0     78791       828    901079   no data   no data  --
554.48/554.59	c  N st   103   4713536       133       276         0    134154       828   2124369   no data   no data  --
554.48/554.59	c  S st   103   4713536       133       276         0    134154       828   2124369   no data   no data  --
554.78/554.82	c  S st   103   4714042       133       276         0    134651       828   2136726   no data   no data  --
554.78/554.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
554.78/554.82	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
554.78/554.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.05
554.88/554.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
554.88/554.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
554.88/554.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    133 time:  0.00 s
554.88/554.93	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
629.59/629.61	c lits-rem:     33160  cl-subs:    20925  v-elim:      0  v-fix:    0  time: 74.68 s
629.59/629.61	c vivif2 --  cl tried      276 cl shrink        0 lits rem          0 time: 0.00
629.59/629.63	c vivif2 --  cl tried   113726 cl shrink        0 lits rem          0 time: 0.02
629.59/629.69	c asymm  cl-useful: 0/276/276 lits-rem:0 time: 0.06
629.69/629.70	c calculated reachability. Time: 0.00
629.69/629.70	c  N st   103   4714042       133       276         0    113726       828   1621150   no data   no data  --
701.28/701.39	c  N st   104   5214043       133       276         0    126875       828   1743207   no data   no data  --
701.28/701.39	c  S st   104   5214043       133       276         0    126875       828   1743207   no data   no data  --
701.59/701.64	c  S st   104   5214545       133       276         0    127368       828   1754490   no data   no data  --
701.59/701.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
701.59/701.64	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
701.70/701.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.05
701.70/701.75	c bin-w-bin subsume rem            0 bins  time:  0.00 s
701.70/701.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
701.70/701.75	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    133 time:  0.00 s
701.70/701.75	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
730.09/730.16	c lits-rem:      6304  cl-subs:    24029  v-elim:      0  v-fix:    0  time: 28.41 s
730.09/730.16	c vivif2 --  cl tried      276 cl shrink        0 lits rem          0 time: 0.00
730.09/730.17	c vivif2 --  cl tried   103339 cl shrink        0 lits rem          0 time: 0.02
730.19/730.21	c asymm  cl-useful: 0/276/276 lits-rem:0 time: 0.04
730.19/730.22	c calculated reachability. Time: 0.00
730.19/730.22	c  N st   104   5214545       133       276         0    103339       828   1299039   no data   no data  --
794.69/794.72	c  N st   105   5714545       133       276         0     99975       828   1212543   no data   no data  --
794.69/794.72	c  S st   105   5714545       133       276         0     99975       828   1212543   no data   no data  --
794.79/794.88	c  S st   105   5715051       133       276         0    100466       828   1223901   no data   no data  --
794.79/794.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
794.79/794.89	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
794.89/794.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.03
794.89/794.95	c bin-w-bin subsume rem            0 bins  time:  0.00 s
794.89/794.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
794.89/794.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    133 time:  0.00 s
794.89/794.95	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
803.29/803.30	c lits-rem:      2691  cl-subs:     7792  v-elim:      0  v-fix:    0  time:  8.36 s
803.29/803.30	c vivif2 --  cl tried      276 cl shrink        0 lits rem          0 time: 0.00
803.29/803.32	c vivif2 --  cl tried    92674 cl shrink        0 lits rem          0 time: 0.01
803.29/803.35	c asymm  cl-useful: 0/276/276 lits-rem:0 time: 0.03
803.29/803.35	c calculated reachability. Time: 0.00
803.29/803.35	c  N st   105   5715051       133       276         0     92674       828   1063053   no data   no data  --
868.49/868.58	c  N st   106   6215051       133       276         0    150877       828   2245762   no data   no data  --
868.49/868.58	c  S st   106   6215051       133       276         0    150877       828   2245762   no data   no data  --
868.79/868.84	c  S st   106   6215551       133       276         0    151369       828   2256930   no data   no data  --
868.79/868.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
868.79/868.85	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
868.90/868.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.05
868.90/868.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
868.90/868.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
868.90/868.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    133 time:  0.00 s
868.90/868.97	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
946.08/946.10	c lits-rem:     27165  cl-subs:    30756  v-elim:      0  v-fix:    0  time: 77.13 s
946.08/946.10	c vivif2 --  cl tried      276 cl shrink        0 lits rem          0 time: 0.00
946.08/946.12	c vivif2 --  cl tried   120613 cl shrink        0 lits rem          0 time: 0.02
946.18/946.21	c asymm  cl-useful: 0/276/276 lits-rem:0 time: 0.08
946.18/946.21	c calculated reachability. Time: 0.00
946.18/946.21	c  N st   106   6215551       133       276         0    120613       828   1610719   no data   no data  --
1028.40/1028.51	c  N st   107   6715551       133       276         0     83469       828    878982   no data   no data  --
1028.40/1028.51	c  S st   107   6715551       133       276         0     83469       828    878982   no data   no data  --
1028.59/1028.67	c  S st   107   6716055       133       276         0     83957       828    891619   no data   no data  --
1028.59/1028.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1028.59/1028.67	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1028.69/1028.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.03
1028.69/1028.74	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1028.69/1028.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1028.69/1028.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    133 time:  0.00 s
1028.69/1028.74	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1033.69/1033.73	c lits-rem:       185  cl-subs:      364  v-elim:      0  v-fix:    0  time:  5.00 s
1033.69/1033.73	c vivif2 --  cl tried      276 cl shrink        0 lits rem          0 time: 0.00
1033.69/1033.75	c vivif2 --  cl tried    83593 cl shrink        0 lits rem          0 time: 0.01
1033.79/1033.80	c asymm  cl-useful: 0/276/276 lits-rem:0 time: 0.05
1033.79/1033.80	c calculated reachability. Time: 0.00
1033.79/1033.80	c  N st   107   6716055       133       276         0     83593       828    885725   no data   no data  --
1114.20/1114.23	c  N st   108   7216055       133       276         0    116164       828   1461321   no data   no data  --
1114.20/1114.23	c  S st   108   7216055       133       276         0    116164       828   1461321   no data   no data  --
1114.39/1114.46	c  S st   108   7216556       133       276         0    116658       828   1472566   no data   no data  --
1114.39/1114.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1114.39/1114.46	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1114.49/1114.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.04
1114.49/1114.55	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1114.49/1114.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1114.49/1114.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    133 time:  0.00 s
1114.49/1114.55	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1130.59/1130.62	c lits-rem:      6346  cl-subs:    10631  v-elim:      0  v-fix:    0  time: 16.06 s
1130.59/1130.62	c vivif2 --  cl tried      276 cl shrink        0 lits rem          0 time: 0.00
1130.59/1130.63	c vivif2 --  cl tried   106027 cl shrink        0 lits rem          0 time: 0.02
1130.59/1130.67	c asymm  cl-useful: 0/276/276 lits-rem:0 time: 0.04
1130.59/1130.68	c calculated reachability. Time: 0.00
1130.59/1130.68	c  N st   108   7216556       133       276         0    106027       828   1254406   no data   no data  --
1219.09/1219.14	c  N st   109   7716557       133       276         0    127115       828   1697670   no data   no data  --
1219.09/1219.14	c  S st   109   7716557       133       276         0    127115       828   1697670   no data   no data  --
1219.29/1219.39	c  S st   109   7717060       133       276         0    127607       828   1709766   no data   no data  --
1219.39/1219.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1219.39/1219.40	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1219.39/1219.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.06
1219.49/1219.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1219.49/1219.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1219.49/1219.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    133 time:  0.00 s
1219.49/1219.50	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1239.19/1239.24	c lits-rem:     10831  cl-subs:    10860  v-elim:      0  v-fix:    0  time: 19.73 s
1239.19/1239.24	c vivif2 --  cl tried      276 cl shrink        0 lits rem          0 time: 0.00
1239.19/1239.25	c vivif2 --  cl tried   116747 cl shrink        0 lits rem          0 time: 0.02
1239.29/1239.30	c asymm  cl-useful: 0/276/276 lits-rem:0 time: 0.05
1239.29/1239.31	c calculated reachability. Time: 0.00
1239.29/1239.31	c  N st   109   7717060       133       276         0    116747       828   1458927   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-3370585-1305390051/watcher-3370585-1305390051 -o /tmp/evaluation-result-3370585-1305390051/solver-3370585-1305390051 -C 2400 -W 1300 -M 7680 ./strangenight1-st HOME/instance-3370585-1305390051.cnf 

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 4.00 4.02 4.00 2/301 15463
/proc/meminfo: memFree=12285472/32951124 swapFree=66050672/67111528
[pid=15463] ppid=15461 vsize=29680 CPUtime=0 cores=1,3
/proc/15463/stat : 15463 (strangenight1-s) R 15461 15463 15291 0 -1 4202496 527 0 0 0 0 0 0 0 18 0 1 0 650602985 30392320 464 33554432000 4194304 4650387 140733742993408 18446744073709551615 4520332 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15463/statm: 7420 464 377 112 0 2385 0

[startup+0.025843 s]
/proc/loadavg: 4.00 4.02 4.00 2/301 15463
/proc/meminfo: memFree=12285472/32951124 swapFree=66050672/67111528
[pid=15463] ppid=15461 vsize=29812 CPUtime=0.01 cores=1,3
/proc/15463/stat : 15463 (strangenight1-s) R 15461 15463 15291 0 -1 4202496 567 0 0 0 1 0 0 0 18 0 1 0 650602985 30527488 504 33554432000 4194304 4650387 140733742993408 18446744073709551615 4330535 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15463/statm: 7453 504 377 112 0 2418 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 29812

[startup+0.100825 s]
/proc/loadavg: 4.00 4.02 4.00 2/301 15463
/proc/meminfo: memFree=12285472/32951124 swapFree=66050672/67111528
[pid=15463] ppid=15461 vsize=30276 CPUtime=0.09 cores=1,3
/proc/15463/stat : 15463 (strangenight1-s) R 15461 15463 15291 0 -1 4202496 763 0 0 0 9 0 0 0 18 0 1 0 650602985 31002624 596 33554432000 4194304 4650387 140733742993408 18446744073709551615 4334380 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15463/statm: 7569 596 380 112 0 2534 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30276

[startup+0.300786 s]
/proc/loadavg: 4.00 4.02 4.00 2/301 15463
/proc/meminfo: memFree=12285472/32951124 swapFree=66050672/67111528
[pid=15463] ppid=15461 vsize=30664 CPUtime=0.29 cores=1,3
/proc/15463/stat : 15463 (strangenight1-s) R 15461 15463 15291 0 -1 4202496 1071 0 0 0 29 0 0 0 18 0 1 0 650602985 31399936 738 33554432000 4194304 4650387 140733742993408 18446744073709551615 4364730 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15463/statm: 7666 738 380 112 0 2631 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30664

[startup+0.700724 s]
/proc/loadavg: 4.00 4.02 4.00 2/301 15463
/proc/meminfo: memFree=12285472/32951124 swapFree=66050672/67111528
[pid=15463] ppid=15461 vsize=31388 CPUtime=0.69 cores=1,3
/proc/15463/stat : 15463 (strangenight1-s) R 15461 15463 15291 0 -1 4202496 1645 0 0 0 69 0 0 0 18 0 1 0 650602985 32141312 881 33554432000 4194304 4650387 140733742993408 18446744073709551615 4366799 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15463/statm: 7847 882 381 112 0 2812 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31388

[startup+1.50056 s]
/proc/loadavg: 4.00 4.02 4.00 6/314 15511
/proc/meminfo: memFree=12249864/32951124 swapFree=66050672/67111528
[pid=15463] ppid=15461 vsize=36112 CPUtime=1.48 cores=1,3
/proc/15463/stat : 15463 (strangenight1-s) R 15461 15463 15291 0 -1 4202496 3370 0 0 0 148 0 0 0 18 0 1 0 650602985 36978688 2060 33554432000 4194304 4650387 140733742993408 18446744073709551615 4331973 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15463/statm: 9028 2060 382 112 0 3993 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 36112

[startup+3.10027 s]
/proc/loadavg: 4.00 4.02 4.00 5/314 15511
/proc/meminfo: memFree=12236348/32951124 swapFree=66050672/67111528
[pid=15463] ppid=15461 vsize=37028 CPUtime=3.09 cores=1,3
/proc/15463/stat : 15463 (strangenight1-s) R 15461 15463 15291 0 -1 4202496 4764 0 0 0 308 1 0 0 19 0 1 0 650602985 37916672 2375 33554432000 4194304 4650387 140733742993408 18446744073709551615 4364753 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15463/statm: 9257 2375 382 112 0 4222 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 37028

[startup+6.30068 s]
/proc/loadavg: 4.00 4.02 4.00 5/314 15511
/proc/meminfo: memFree=12211632/32951124 swapFree=66050672/67111528
[pid=15463] ppid=15461 vsize=41936 CPUtime=6.28 cores=1,3
/proc/15463/stat : 15463 (strangenight1-s) R 15461 15463 15291 0 -1 4202496 7490 0 0 0 627 1 0 0 25 0 1 0 650602985 42942464 3660 33554432000 4194304 4650387 140733742993408 18446744073709551615 4363848 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15463/statm: 10484 3660 382 112 0 5449 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 41936

[startup+12.7005 s]
/proc/loadavg: 4.08 4.04 4.01 5/314 15511
/proc/meminfo: memFree=12179940/32951124 swapFree=66050672/67111528
[pid=15463] ppid=15461 vsize=49408 CPUtime=12.68 cores=1,3
/proc/15463/stat : 15463 (strangenight1-s) R 15461 15463 15291 0 -1 4202496 12054 0 0 0 1266 2 0 0 25 0 1 0 650602985 50593792 5344 33554432000 4194304 4650387 140733742993408 18446744073709551615 4432344 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15463/statm: 12352 5344 382 112 0 7317 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 49408

[startup+25.5001 s]
/proc/loadavg: 4.15 4.05 4.01 5/314 15511
/proc/meminfo: memFree=12149072/32951124 swapFree=66050672/67111528
[pid=15463] ppid=15461 vsize=52316 CPUtime=25.48 cores=1,3
/proc/15463/stat : 15463 (strangenight1-s) R 15461 15463 15291 0 -1 4202496 18577 0 0 0 2545 3 0 0 25 0 1 0 650602985 53571584 6042 33554432000 4194304 4650387 140733742993408 18446744073709551615 4364730 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15463/statm: 13079 6042 382 112 0 8044 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 52316

[startup+51.1004 s]
/proc/loadavg: 4.18 4.06 4.01 5/314 15512
/proc/meminfo: memFree=12114444/32951124 swapFree=66050672/67111528
[pid=15463] ppid=15461 vsize=66300 CPUtime=51.09 cores=1,3
/proc/15463/stat : 15463 (strangenight1-s) R 15461 15463 15291 0 -1 4202496 32644 0 0 0 5102 7 0 0 25 0 1 0 650602985 67891200 9647 33554432000 4194304 4650387 140733742993408 18446744073709551615 4432344 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15463/statm: 16575 9647 382 112 0 11540 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 66300

[startup+102.312 s]
/proc/loadavg: 4.18 4.08 4.02 5/314 15513
/proc/meminfo: memFree=12047204/32951124 swapFree=66050672/67111528
[pid=15463] ppid=15461 vsize=76240 CPUtime=102.3 cores=1,3
/proc/15463/stat : 15463 (strangenight1-s) R 15461 15463 15291 0 -1 4202496 49502 0 0 0 10220 10 0 0 25 0 1 0 650602985 78069760 12122 33554432000 4194304 4650387 140733742993408 18446744073709551615 4364745 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15463/statm: 19060 12122 382 112 0 14025 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 76240

[startup+162.301 s]
/proc/loadavg: 4.20 4.10 4.02 5/314 15515
/proc/meminfo: memFree=11954280/32951124 swapFree=66050672/67111528
[pid=15463] ppid=15461 vsize=90996 CPUtime=162.29 cores=1,3
/proc/15463/stat : 15463 (strangenight1-s) R 15461 15463 15291 0 -1 4202496 66978 0 0 0 16216 13 0 0 25 0 1 0 650602985 93179904 15641 33554432000 4194304 4650387 140733742993408 18446744073709551615 4365325 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15463/statm: 22749 15641 382 112 0 17714 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 90996

[startup+222.301 s]
/proc/loadavg: 4.12 4.09 4.02 5/314 15517
/proc/meminfo: memFree=11919888/32951124 swapFree=66050672/67111528
[pid=15463] ppid=15461 vsize=99264 CPUtime=222.28 cores=1,3
/proc/15463/stat : 15463 (strangenight1-s) R 15461 15463 15291 0 -1 4202496 81064 0 0 0 22211 17 0 0 25 0 1 0 650602985 101646336 16584 33554432000 4194304 4650387 140733742993408 18446744073709551615 4364719 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15463/statm: 24816 16584 382 112 0 19781 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 99264

[startup+282.301 s]
/proc/loadavg: 4.04 4.07 4.02 5/314 15518
/proc/meminfo: memFree=11878192/32951124 swapFree=66050672/67111528
[pid=15463] ppid=15461 vsize=103944 CPUtime=282.28 cores=1,3
/proc/15463/stat : 15463 (strangenight1-s) R 15461 15463 15291 0 -1 4202496 93921 0 0 0 28207 21 0 0 25 0 1 0 650602985 106438656 18841 33554432000 4194304 4650387 140733742993408 18446744073709551615 4476277 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15463/statm: 25986 18841 382 112 0 20951 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 103944

[startup+342.3 s]
/proc/loadavg: 4.01 4.06 4.01 5/314 15520
/proc/meminfo: memFree=11847404/32951124 swapFree=66050672/67111528
[pid=15463] ppid=15461 vsize=113060 CPUtime=342.29 cores=1,3
/proc/15463/stat : 15463 (strangenight1-s) R 15461 15463 15291 0 -1 4202496 105674 0 0 0 34205 24 0 0 24 0 1 0 650602985 115773440 19711 33554432000 4194304 4650387 140733742993408 18446744073709551615 4364719 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15463/statm: 28265 19711 382 112 0 23230 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 113060

[startup+402.3 s]
/proc/loadavg: 4.00 4.04 4.00 5/314 15521
/proc/meminfo: memFree=11823820/32951124 swapFree=66050672/67111528
[pid=15463] ppid=15461 vsize=113120 CPUtime=402.29 cores=1,3
/proc/15463/stat : 15463 (strangenight1-s) R 15461 15463 15291 0 -1 4202496 117796 0 0 0 40203 26 0 0 25 0 1 0 650602985 115834880 20754 33554432000 4194304 4650387 140733742993408 18446744073709551615 4363388 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15463/statm: 28280 20754 382 112 0 23245 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 113120

[startup+462.3 s]
/proc/loadavg: 4.00 4.03 4.00 5/314 15523
/proc/meminfo: memFree=11804944/32951124 swapFree=66050672/67111528
[pid=15463] ppid=15461 vsize=118388 CPUtime=462.29 cores=1,3
/proc/15463/stat : 15463 (strangenight1-s) R 15461 15463 15291 0 -1 4202496 130280 0 0 0 46200 29 0 0 25 0 1 0 650602985 121229312 21034 33554432000 4194304 4650387 140733742993408 18446744073709551615 4366796 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15463/statm: 29597 21034 382 112 0 24562 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 118388

[startup+522.3 s]
/proc/loadavg: 4.00 4.02 4.00 5/314 15525
/proc/meminfo: memFree=11786184/32951124 swapFree=66050672/67111528
[pid=15463] ppid=15461 vsize=130872 CPUtime=522.28 cores=1,3
/proc/15463/stat : 15463 (strangenight1-s) R 15461 15463 15291 0 -1 4202496 135644 0 0 0 52198 30 0 0 25 0 1 0 650602985 134012928 26398 33554432000 4194304 4650387 140733742993408 18446744073709551615 4366837 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15463/statm: 32718 26398 382 112 0 27683 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 130872

[startup+582.301 s]
/proc/loadavg: 4.06 4.05 4.01 5/314 15526
/proc/meminfo: memFree=11758352/32951124 swapFree=66050672/67111528
[pid=15463] ppid=15461 vsize=130168 CPUtime=582.29 cores=1,3
/proc/15463/stat : 15463 (strangenight1-s) R 15461 15463 15291 0 -1 4202496 143872 0 0 0 58197 32 0 0 25 0 1 0 650602985 133292032 25836 33554432000 4194304 4650387 140733742993408 18446744073709551615 4433027 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15463/statm: 32542 25836 382 112 0 27507 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 130168

[startup+642.301 s]
/proc/loadavg: 4.06 4.05 4.00 6/314 15528
/proc/meminfo: memFree=11712572/32951124 swapFree=66050672/67111528
[pid=15463] ppid=15461 vsize=133880 CPUtime=642.3 cores=1,3
/proc/15463/stat : 15463 (strangenight1-s) R 15461 15463 15291 0 -1 4202496 147219 0 0 0 64197 33 0 0 25 0 1 0 650602985 137093120 26021 33554432000 4194304 4650387 140733742993408 18446744073709551615 4365316 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15463/statm: 33470 26021 382 112 0 28435 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 133880

[startup+702.301 s]
/proc/loadavg: 4.10 4.06 4.01 5/314 15529
/proc/meminfo: memFree=11719484/32951124 swapFree=66050672/67111528
[pid=15463] ppid=15461 vsize=132152 CPUtime=702.29 cores=1,3
/proc/15463/stat : 15463 (strangenight1-s) R 15461 15463 15291 0 -1 4202496 157118 0 0 0 70191 38 0 0 25 0 1 0 650602985 135323648 25648 33554432000 4194304 4650387 140733742993408 18446744073709551615 4433016 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15463/statm: 33038 25648 382 112 0 28003 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 132152

[startup+762.312 s]
/proc/loadavg: 4.13 4.07 4.01 5/314 15531
/proc/meminfo: memFree=11709776/32951124 swapFree=66050672/67111528
[pid=15463] ppid=15461 vsize=133160 CPUtime=762.3 cores=1,3
/proc/15463/stat : 15463 (strangenight1-s) R 15461 15463 15291 0 -1 4202496 163390 0 0 0 76192 38 0 0 25 0 1 0 650602985 136355840 26164 33554432000 4194304 4650387 140733742993408 18446744073709551615 4364719 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15463/statm: 33290 26164 382 112 0 28255 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 133160

[startup+822.301 s]
/proc/loadavg: 4.12 4.07 4.01 5/314 15533
/proc/meminfo: memFree=11704288/32951124 swapFree=66050672/67111528
[pid=15463] ppid=15461 vsize=133296 CPUtime=822.29 cores=1,3
/proc/15463/stat : 15463 (strangenight1-s) R 15461 15463 15291 0 -1 4202496 169294 0 0 0 82189 40 0 0 25 0 1 0 650602985 136495104 26461 33554432000 4194304 4650387 140733742993408 18446744073709551615 4364719 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15463/statm: 33324 26461 382 112 0 28289 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 133296

[startup+882.3 s]
/proc/loadavg: 4.04 4.06 4.00 5/314 15534
/proc/meminfo: memFree=11652172/32951124 swapFree=66050672/67111528
[pid=15463] ppid=15461 vsize=149420 CPUtime=882.29 cores=1,3
/proc/15463/stat : 15463 (strangenight1-s) R 15461 15463 15291 0 -1 4202496 175652 0 0 0 88188 41 0 0 25 0 1 0 650602985 153006080 29998 33554432000 4194304 4650387 140733742993408 18446744073709551615 4432344 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15463/statm: 37355 29998 382 112 0 32320 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 149420

[startup+942.3 s]
/proc/loadavg: 4.08 4.07 4.01 5/314 15536
/proc/meminfo: memFree=11633552/32951124 swapFree=66050672/67111528
[pid=15463] ppid=15461 vsize=149420 CPUtime=942.28 cores=1,3
/proc/15463/stat : 15463 (strangenight1-s) R 15461 15463 15291 0 -1 4202496 175972 0 0 0 94187 41 0 0 25 0 1 0 650602985 153006080 30318 33554432000 4194304 4650387 140733742993408 18446744073709551615 4476277 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15463/statm: 37355 30318 382 112 0 32320 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 149420

[startup+1002.3 s]
/proc/loadavg: 4.03 4.06 4.00 5/314 15537
/proc/meminfo: memFree=11638472/32951124 swapFree=66050672/67111528
[pid=15463] ppid=15461 vsize=149472 CPUtime=1002.29 cores=1,3
/proc/15463/stat : 15463 (strangenight1-s) R 15461 15463 15291 0 -1 4202496 185115 0 0 0 100182 47 0 0 25 0 1 0 650602985 153059328 29925 33554432000 4194304 4650387 140733742993408 18446744073709551615 4366796 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15463/statm: 37368 29925 382 112 0 32333 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 149472

[startup+1062.3 s]
/proc/loadavg: 4.01 4.04 4.00 5/314 15539
/proc/meminfo: memFree=11630884/32951124 swapFree=66050672/67111528
[pid=15463] ppid=15461 vsize=150504 CPUtime=1062.29 cores=1,3
/proc/15463/stat : 15463 (strangenight1-s) R 15461 15463 15291 0 -1 4202496 194561 0 0 0 106178 51 0 0 25 0 1 0 650602985 154116096 30424 33554432000 4194304 4650387 140733742993408 18446744073709551615 4363848 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15463/statm: 37626 30424 382 112 0 32591 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 150504

[startup+1122.3 s]
/proc/loadavg: 4.05 4.05 4.00 5/314 15541
/proc/meminfo: memFree=11583376/32951124 swapFree=66050672/67111528
[pid=15463] ppid=15461 vsize=150688 CPUtime=1122.29 cores=1,3
/proc/15463/stat : 15463 (strangenight1-s) R 15461 15463 15291 0 -1 4202496 203348 0 0 0 112174 55 0 0 25 0 1 0 650602985 154304512 29760 33554432000 4194304 4650387 140733742993408 18446744073709551615 4439071 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15463/statm: 37672 29760 382 112 0 32637 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 150688

[startup+1182.3 s]
/proc/loadavg: 4.06 4.05 4.00 5/314 15542
/proc/meminfo: memFree=11587440/32951124 swapFree=66050672/67111528
[pid=15463] ppid=15461 vsize=154408 CPUtime=1182.29 cores=1,3
/proc/15463/stat : 15463 (strangenight1-s) R 15461 15463 15291 0 -1 4202496 211916 0 0 0 118173 56 0 0 25 0 1 0 650602985 158113792 31357 33554432000 4194304 4650387 140733742993408 18446744073709551615 4366837 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15463/statm: 38602 31357 382 112 0 33567 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 154408

[startup+1242.3 s]
/proc/loadavg: 4.02 4.04 4.00 5/314 15544
/proc/meminfo: memFree=11586660/32951124 swapFree=66050672/67111528
[pid=15463] ppid=15461 vsize=154564 CPUtime=1242.29 cores=1,3
/proc/15463/stat : 15463 (strangenight1-s) R 15461 15463 15291 0 -1 4202496 218261 0 0 0 124171 58 0 0 25 0 1 0 650602985 158273536 30900 33554432000 4194304 4650387 140733742993408 18446744073709551615 4365325 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15463/statm: 38641 30900 382 112 0 33606 0
Current children cumulated CPU time (s) 1242.29
Current children cumulated vsize (KiB) 154564



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.10 4.06 4.01 5/314 15545
/proc/meminfo: memFree=11564072/32951124 swapFree=66050672/67111528
[pid=15463] ppid=15461 vsize=154936 CPUtime=1300 cores=1,3
/proc/15463/stat : 15463 (strangenight1-s) R 15461 15463 15291 0 -1 4202496 228731 0 0 0 129940 60 0 0 25 0 1 0 650602985 158654464 30401 33554432000 4194304 4650387 140733742993408 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/15463/statm: 38734 30401 382 112 0 33699 0
Current children cumulated CPU time (s) 1300
Current children cumulated vsize (KiB) 154936

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.02
CPU user time (s): 1299.41
CPU system time (s): 0.608907
CPU usage (%): 99.9998
Max. virtual memory (cumulated for all children) (KiB): 226272

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

runsolver used 3.60845 second user time and 9.44256 second system time

The end

Launcher Data

Begin job on node135 at 2011-05-14 18:20:51
IDJOB=3370585
IDBENCH=83148
IDSOLVER=1847
FILE ID=node135/3370585-1305390051
RUNJOBID= node135-1305388749-15311
PBS_JOBID= 13324415
Free space on /tmp= 73336 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-st (fixed)
BENCH NAME= SAT11/crafted/spence/sgen/sgen3-n130-s30940966-unsat.cnf
COMMAND LINE= ./strangenight1-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3370585-1305390051/watcher-3370585-1305390051 -o /tmp/evaluation-result-3370585-1305390051/solver-3370585-1305390051 -C 2400 -W 1300 -M 7680  ./strangenight1-st HOME/instance-3370585-1305390051.cnf

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

MD5SUM BENCH= ca44a78076b8228fbb99ecc0147f157f
RANDOM SEED=1679476233

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      12285504 kB
Buffers:        263928 kB
Cached:        5744112 kB
SwapCached:      50684 kB
Active:        9859096 kB
Inactive:     10561552 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12285504 kB
SwapTotal:    67111528 kB
SwapFree:     66050672 kB
Dirty:            6280 kB
Writeback:           0 kB
AnonPages:    14367448 kB
Mapped:          18980 kB
Slab:           133964 kB
PageTables:      47224 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 57066568 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73320 MiB
End job on node135 at 2011-05-14 18:42:33