Trace number 3273854

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? (TO) 1300.01 1300.01

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.00	c Outputting solution to console
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3273854-1303607123.cnf'
0.00/0.00	c -- header says num vars:            133
0.00/0.00	c -- header says num clauses:         276
0.00/0.00	c -- clauses added:            0 learnts,          276 normals,            0 xors
0.00/0.00	c -- vars added        133
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       133       276         0         0       828         0   no data   no data  --
0.00/0.00	c asymm  cl-useful: 0/276/276 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 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:    133 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:       3 undec:     125 neg:       5
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       133       276         0         0       828         0   no data   no data  --
0.00/0.02	c Decided on static restart strategy
0.04/0.08	c  N st     8      4925       133       276         0      4398       828     88107   no data   no data  --
0.19/0.23	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.60	c  F st    12     25000       133       276         0     10831       828    183340   no data   no data  --
0.59/0.60	c  N st    12     25000       133       276         0     10831       828    183340   no data   no data  --
0.69/0.73	c Decided on static restart strategy
0.69/0.73	c  N st    18     30001       133       276         0      9437       828    145179   no data   no data  --
0.69/0.73	c  S st    18     30001       133       276         0      9437       828    145179   no data   no data  --
0.69/0.75	c  S st    18     30504       133       276         0      9914       828    154162   no data   no data  --
0.69/0.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
0.69/0.75	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.87	c lits-rem:      1017  cl-subs:      748  v-elim:      0  v-fix:    0  time:  0.11 s
0.79/0.87	c asymm  cl-useful: 0/276/276 lits-rem:0 time: 0.00
0.79/0.87	c calculated reachability. Time: 0.00
0.79/0.87	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.19/1.23	c  N st    21     44013       133       276         0     13754       828    198941   no data   no data  --
1.19/1.28	c  S st    22     45757       133       276         0      7668       828     85357   no data   no data  --
1.29/1.30	c  S st    22     46263       133       276         0      8154       828     94839   no data   no data  --
1.29/1.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.29/1.30	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1.29/1.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
1.29/1.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.29/1.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.29/1.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    133 time:  0.00 s
1.29/1.31	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1.29/1.34	c lits-rem:       268  cl-subs:      115  v-elim:      0  v-fix:    0  time:  0.03 s
1.29/1.34	c vivif2 --  cl tried      276 cl shrink        0 lits rem          0 time: 0.00
1.29/1.34	c vivif2 --  cl tried     8039 cl shrink        0 lits rem          0 time: 0.00
1.29/1.34	c asymm  cl-useful: 0/276/276 lits-rem:0 time: 0.00
1.29/1.34	c calculated reachability. Time: 0.00
1.29/1.34	c  N st    22     46263       133       276         0      8039       828     92429   no data   no data  --
1.79/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.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
2.09/2.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.09/2.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.09/2.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    133 time:  0.00 s
2.09/2.15	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2.20/2.26	c lits-rem:       320  cl-subs:      258  v-elim:      0  v-fix:    0  time:  0.11 s
2.20/2.26	c vivif2 --  cl tried      276 cl shrink        0 lits rem          0 time: 0.00
2.20/2.27	c vivif2 --  cl tried    10005 cl shrink        0 lits rem          0 time: 0.00
2.20/2.27	c asymm  cl-useful: 0/276/276 lits-rem:0 time: 0.00
2.20/2.27	c calculated reachability. Time: 0.00
2.20/2.27	c  N st    24     69898       133       276         0     10005       828    116337   no data   no data  --
2.89/2.93	c  F st    25     87500       133       276         0     14698       828    198184   no data   no data  --
2.89/2.93	c  N st    25     87500       133       276         0     14698       828    198184   no data   no data  --
2.99/3.09	c Decided on static restart strategy
3.19/3.20	c  N st    32     95538       133       276         0     21680       828    335477   no data   no data  --
3.49/3.51	c  N st    34    104847       133       276         0     18838       828    294190   no data   no data  --
3.49/3.51	c  S st    34    104847       133       276         0     18838       828    294190   no data   no data  --
3.49/3.55	c  S st    34    105352       133       276         0     19332       828    304423   no data   no data  --
3.49/3.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.49/3.55	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.56	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.49/3.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.49/3.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    133 time:  0.00 s
3.49/3.56	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.59/4.65	c lits-rem:      2004  cl-subs:     1217  v-elim:      0  v-fix:    0  time:  1.08 s
4.59/4.65	c vivif2 --  cl tried      276 cl shrink        0 lits rem          0 time: 0.00
4.59/4.65	c vivif2 --  cl tried    18115 cl shrink        0 lits rem          0 time: 0.00
4.59/4.66	c asymm  cl-useful: 0/276/276 lits-rem:0 time: 0.00
4.59/4.66	c calculated reachability. Time: 0.00
4.59/4.66	c  N st    34    105352       133       276         0     18115       828    269402   no data   no data  --
4.99/5.07	c  N st    35    114951       133       276         0     14360       828    188653   no data   no data  --
5.59/5.65	c  N st    36    129348       133       276         0     13504       828    158195   no data   no data  --
6.50/6.55	c  N st    37    150945       133       276         0     18421       828    259523   no data   no data  --
6.79/6.87	c  S st    38    158030       133       276         0     24753       828    401693   no data   no data  --
6.89/6.92	c  S st    38    158532       133       276         0     25246       828    411824   no data   no data  --
6.89/6.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
6.89/6.92	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
6.89/6.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
6.89/6.94	c bin-w-bin subsume rem            0 bins  time:  0.00 s
6.89/6.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.89/6.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    133 time:  0.00 s
6.89/6.94	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
8.19/8.27	c lits-rem:      3804  cl-subs:     1566  v-elim:      0  v-fix:    0  time:  1.34 s
8.19/8.27	c vivif2 --  cl tried      276 cl shrink        0 lits rem          0 time: 0.00
8.19/8.28	c vivif2 --  cl tried    23680 cl shrink        0 lits rem          0 time: 0.00
8.19/8.28	c asymm  cl-useful: 0/276/276 lits-rem:0 time: 0.01
8.19/8.28	c calculated reachability. Time: 0.00
8.19/8.28	c  N st    38    158532       133       276         0     23680       828    366465   no data   no data  --
10.69/10.73	c  N st    39    207120       133       276         0     18359       828    227874   no data   no data  --
11.99/12.05	c  N st    40    237798       133       276         0     26567       828    359683   no data   no data  --
11.99/12.05	c  S st    40    237798       133       276         0     26567       828    359683   no data   no data  --
11.99/12.10	c  S st    40    238300       133       276         0     27054       828    370228   no data   no data  --
11.99/12.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
11.99/12.10	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
12.10/12.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
12.10/12.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
12.10/12.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
12.10/12.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    133 time:  0.00 s
12.10/12.12	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
13.39/13.49	c lits-rem:      3073  cl-subs:     3547  v-elim:      0  v-fix:    0  time:  1.37 s
13.39/13.49	c vivif2 --  cl tried      276 cl shrink        0 lits rem          0 time: 0.00
13.48/13.50	c vivif2 --  cl tried    23507 cl shrink        0 lits rem          0 time: 0.00
13.48/13.50	c asymm  cl-useful: 0/276/276 lits-rem:0 time: 0.01
13.48/13.50	c calculated reachability. Time: 0.00
13.48/13.50	c  N st    40    238300       133       276         0     23507       828    293971   no data   no data  --
16.59/16.61	c  F st    41    306250       133       276         0     25441       828    331451   no data   no data  --
16.59/16.61	c  N st    41    306250       133       276         0     25441       828    331451   no data   no data  --
16.79/16.85	c Decided on static restart strategy
17.99/18.06	c  N st    51    334562       133       276         0     29840       828    410769   no data   no data  --
19.19/19.24	c  N st    53    357451       133       276         0     28091       828    381086   no data   no data  --
19.19/19.24	c  S st    53    357451       133       276         0     28091       828    381086   no data   no data  --
19.19/19.29	c  S st    53    357960       133       276         0     28588       828    392429   no data   no data  --
19.19/19.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
19.19/19.29	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
19.19/19.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
19.29/19.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
19.29/19.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.29/19.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    133 time:  0.00 s
19.29/19.30	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
20.59/20.67	c lits-rem:      3453  cl-subs:     1843  v-elim:      0  v-fix:    0  time:  1.36 s
20.59/20.67	c vivif2 --  cl tried      276 cl shrink        0 lits rem          0 time: 0.00
20.59/20.67	c vivif2 --  cl tried    26745 cl shrink        0 lits rem          0 time: 0.00
20.59/20.68	c asymm  cl-useful: 0/276/276 lits-rem:0 time: 0.01
20.59/20.68	c calculated reachability. Time: 0.00
20.59/20.68	c  N st    53    357960       133       276         0     26745       828    344381   no data   no data  --
22.29/22.37	c  N st    54    390352       133       276         0     31483       828    427198   no data   no data  --
25.09/25.11	c  N st    55    438941       133       276         0     26423       828    303908   no data   no data  --
29.69/29.77	c  N st    56    511823       133       276         0     39258       828    616209   no data   no data  --
31.29/31.30	c  N st    57    536941       133       276         0     34210       828    446359   no data   no data  --
31.29/31.30	c  S st    57    536941       133       276         0     34210       828    446359   no data   no data  --
31.29/31.36	c  S st    57    537444       133       276         0     34700       828    457281   no data   no data  --
31.29/31.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
31.29/31.36	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
31.29/31.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
31.29/31.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
31.29/31.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
31.29/31.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    133 time:  0.00 s
31.29/31.38	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
32.79/32.81	c lits-rem:      3705  cl-subs:     1594  v-elim:      0  v-fix:    0  time:  1.43 s
32.79/32.81	c vivif2 --  cl tried      276 cl shrink        0 lits rem          0 time: 0.00
32.79/32.82	c vivif2 --  cl tried    33106 cl shrink        0 lits rem          0 time: 0.00
32.79/32.83	c asymm  cl-useful: 0/276/276 lits-rem:0 time: 0.01
32.79/32.83	c calculated reachability. Time: 0.00
32.79/32.83	c  N st    57    537444       133       276         0     33106       828    415182   no data   no data  --
43.38/43.43	c  N st    58    701428       133       276         0     55547       828    898032   no data   no data  --
50.49/50.56	c  N st    59    806167       133       276         0     51365       828    797802   no data   no data  --
50.49/50.56	c  S st    59    806167       133       276         0     51365       828    797802   no data   no data  --
50.59/50.63	c  S st    59    806671       133       276         0     51849       828    807886   no data   no data  --
50.59/50.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
50.59/50.64	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
50.59/50.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.01
50.59/50.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
50.59/50.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
50.59/50.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    133 time:  0.00 s
50.59/50.67	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
54.78/54.87	c lits-rem:      5820  cl-subs:     4452  v-elim:      0  v-fix:    0  time:  4.20 s
54.78/54.87	c vivif2 --  cl tried      276 cl shrink        0 lits rem          0 time: 0.00
54.78/54.87	c vivif2 --  cl tried    47397 cl shrink        0 lits rem          0 time: 0.01
54.78/54.89	c asymm  cl-useful: 0/276/276 lits-rem:0 time: 0.01
54.78/54.89	c calculated reachability. Time: 0.00
54.78/54.89	c  N st    59    806671       133       276         0     47397       828    689779   no data   no data  --
75.39/75.48	c  F st    60   1071875       133       276         0     57910       828    835269   no data   no data  --
75.39/75.48	c  N st    60   1071875       133       276         0     57910       828    835269   no data   no data  --
75.79/75.86	c Decided on static restart strategy
77.49/77.59	c  N st    70   1100178       133       276         0     46962       828    625957   no data   no data  --
80.59/80.63	c  N st    72   1136170       133       276         0     39951       828    453169   no data   no data  --
82.78/82.89	c  N st    73   1168562       133       276         0     64718       828    945801   no data   no data  --
85.99/86.03	c  N st    74   1210009       133       276         0     61173       828    900366   no data   no data  --
85.99/86.03	c  S st    74   1210009       133       276         0     61173       828    900366   no data   no data  --
86.09/86.13	c  S st    74   1210512       133       276         0     61668       828    911863   no data   no data  --
86.09/86.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
86.09/86.13	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
86.09/86.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.01
86.09/86.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
86.09/86.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
86.09/86.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    133 time:  0.00 s
86.09/86.17	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
91.38/91.47	c lits-rem:      5665  cl-subs:     6487  v-elim:      0  v-fix:    0  time:  5.29 s
91.38/91.47	c vivif2 --  cl tried      276 cl shrink        0 lits rem          0 time: 0.00
91.38/91.48	c vivif2 --  cl tried    55181 cl shrink        0 lits rem          0 time: 0.01
91.38/91.49	c asymm  cl-useful: 0/276/276 lits-rem:0 time: 0.02
91.38/91.50	c calculated reachability. Time: 0.00
91.38/91.50	c  N st    74   1210512       133       276         0     55181       828    752351   no data   no data  --
97.99/98.09	c  N st    75   1283394       133       276         0     77013       828   1299146   no data   no data  --
109.78/109.81	c  N st    76   1392717       133       276         0     42414       828    474200   no data   no data  --
124.08/124.17	c  N st    77   1556701       133       276         0     45308       828    510929   no data   no data  --
137.68/137.71	c  N st    78   1710515       133       276         0     77713       828   1115560   no data   no data  --
137.68/137.71	c  S st    78   1710515       133       276         0     77713       828   1115560   no data   no data  --
137.78/137.84	c  S st    78   1711015       133       276         0     78202       828   1126212   no data   no data  --
137.78/137.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
137.78/137.84	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
137.78/137.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.02
137.78/137.89	c bin-w-bin subsume rem            0 bins  time:  0.00 s
137.78/137.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
137.78/137.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    133 time:  0.00 s
137.78/137.89	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
148.58/148.63	c lits-rem:      8086  cl-subs:    13864  v-elim:      0  v-fix:    0  time: 10.74 s
148.58/148.63	c vivif2 --  cl tried      276 cl shrink        0 lits rem          0 time: 0.00
148.58/148.65	c vivif2 --  cl tried    64338 cl shrink        0 lits rem          0 time: 0.01
148.58/148.68	c asymm  cl-useful: 0/276/276 lits-rem:0 time: 0.03
148.58/148.68	c calculated reachability. Time: 0.00
148.58/148.68	c  N st    78   1711015       133       276         0     64338       828    846434   no data   no data  --
184.29/184.31	c  N st    79   2079981       133       276         0     76610       828   1093577   no data   no data  --
197.49/197.56	c  N st    80   2211015       133       276         0     80183       828   1113963   no data   no data  --
197.49/197.56	c  S st    80   2211015       133       276         0     80183       828   1113963   no data   no data  --
197.69/197.70	c  S st    80   2211517       133       276         0     80664       828   1124317   no data   no data  --
197.69/197.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
197.69/197.71	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
197.69/197.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.02
197.69/197.76	c bin-w-bin subsume rem            0 bins  time:  0.00 s
197.69/197.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
197.69/197.76	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    133 time:  0.00 s
197.69/197.76	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
207.28/207.36	c lits-rem:      4547  cl-subs:    12861  v-elim:      0  v-fix:    0  time:  9.60 s
207.28/207.36	c vivif2 --  cl tried      276 cl shrink        0 lits rem          0 time: 0.00
207.28/207.37	c vivif2 --  cl tried    67803 cl shrink        0 lits rem          0 time: 0.01
207.28/207.39	c asymm  cl-useful: 0/276/276 lits-rem:0 time: 0.02
207.28/207.39	c calculated reachability. Time: 0.00
207.28/207.39	c  N st    80   2211517       133       276         0     67803       828    858128   no data   no data  --
265.79/265.88	c  N st    81   2711518       133       276         0     93745       828   1334673   no data   no data  --
265.79/265.88	c  S st    81   2711518       133       276         0     93745       828   1334673   no data   no data  --
265.99/266.04	c  S st    81   2712021       133       276         0     94240       828   1347145   no data   no data  --
265.99/266.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
265.99/266.05	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
265.99/266.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.03
266.09/266.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
266.09/266.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
266.09/266.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    133 time:  0.00 s
266.09/266.11	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
279.59/279.62	c lits-rem:      6601  cl-subs:    10460  v-elim:      0  v-fix:    0  time: 13.50 s
279.59/279.62	c vivif2 --  cl tried      276 cl shrink        0 lits rem          0 time: 0.00
279.59/279.63	c vivif2 --  cl tried    83780 cl shrink        0 lits rem          0 time: 0.01
279.59/279.67	c asymm  cl-useful: 0/276/276 lits-rem:0 time: 0.03
279.59/279.67	c calculated reachability. Time: 0.00
279.59/279.67	c  N st    81   2712021       133       276         0     83780       828   1117315   no data   no data  --
335.59/335.66	c  N st    82   3212021       133       276         0     63381       828    695225   no data   no data  --
335.59/335.66	c  S st    82   3212021       133       276         0     63381       828    695225   no data   no data  --
335.69/335.77	c  S st    82   3212524       133       276         0     63873       828    706854   no data   no data  --
335.69/335.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
335.69/335.78	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
335.69/335.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.01
335.79/335.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
335.79/335.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
335.79/335.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    133 time:  0.00 s
335.79/335.81	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
337.79/337.80	c lits-rem:       496  cl-subs:     1023  v-elim:      0  v-fix:    0  time:  1.99 s
337.79/337.80	c vivif2 --  cl tried      276 cl shrink        0 lits rem          0 time: 0.00
337.79/337.81	c vivif2 --  cl tried    62850 cl shrink        0 lits rem          0 time: 0.01
337.79/337.83	c asymm  cl-useful: 0/276/276 lits-rem:0 time: 0.02
337.79/337.83	c calculated reachability. Time: 0.00
337.79/337.83	c  N st    82   3212524       133       276         0     62850       828    685441   no data   no data  --
399.69/399.78	c  N st    83   3712524       133       276         0     70262       828    813723   no data   no data  --
399.69/399.78	c  S st    83   3712524       133       276         0     70262       828    813723   no data   no data  --
399.79/399.89	c  S st    83   3713027       133       276         0     70756       828    825346   no data   no data  --
399.79/399.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
399.79/399.89	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
399.89/399.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.02
399.89/399.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
399.89/399.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
399.89/399.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    133 time:  0.00 s
399.89/399.93	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
403.18/403.20	c lits-rem:      2478  cl-subs:     1651  v-elim:      0  v-fix:    0  time:  3.26 s
403.18/403.20	c vivif2 --  cl tried      276 cl shrink        0 lits rem          0 time: 0.00
403.18/403.20	c vivif2 --  cl tried    69105 cl shrink        0 lits rem          0 time: 0.01
403.18/403.23	c asymm  cl-useful: 0/276/276 lits-rem:0 time: 0.02
403.18/403.23	c calculated reachability. Time: 0.00
403.18/403.23	c  N st    83   3713027       133       276         0     69105       828    782083   no data   no data  --
406.99/407.00	c  F st    84   3751562       133       276         0    100653       828   1418953   no data   no data  --
406.99/407.00	c  N st    84   3751562       133       276         0    100653       828   1418953   no data   no data  --
407.58/407.67	c Decided on static restart strategy
410.68/410.78	c  N st    94   3779869       133       276         0    124027       828   1936975   no data   no data  --
415.39/415.41	c  N st    96   3815866       133       276         0     86740       828   1126567   no data   no data  --
418.99/419.08	c  N st    97   3848261       133       276         0    112339       828   1608878   no data   no data  --
424.88/424.90	c  N st    98   3896850       133       276         0     82905       828   1002741   no data   no data  --
433.89/433.98	c  N st    99   3969732       133       276         0     69139       828    743458   no data   no data  --
446.48/446.55	c  N st   100   4079055       133       276         0     86056       828   1075529   no data   no data  --
461.98/462.03	c  N st   101   4213027       133       276         0    115996       828   1509964   no data   no data  --
461.98/462.03	c  S st   101   4213027       133       276         0    115996       828   1509964   no data   no data  --
462.18/462.23	c  S st   101   4213536       133       276         0    116500       828   1521658   no data   no data  --
462.18/462.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
462.18/462.23	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
462.18/462.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.04
462.28/462.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
462.28/462.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
462.28/462.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    133 time:  0.00 s
462.28/462.31	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
481.09/481.12	c lits-rem:      3907  cl-subs:    24873  v-elim:      0  v-fix:    0  time: 18.80 s
481.09/481.12	c vivif2 --  cl tried      276 cl shrink        0 lits rem          0 time: 0.00
481.09/481.13	c vivif2 --  cl tried    91627 cl shrink        0 lits rem          0 time: 0.01
481.09/481.16	c asymm  cl-useful: 0/276/276 lits-rem:0 time: 0.03
481.09/481.17	c calculated reachability. Time: 0.00
481.09/481.17	c  N st   101   4213536       133       276         0     91627       828   1083647   no data   no data  --
513.18/513.20	c  N st   102   4459512       133       276         0     78791       828    901079   no data   no data  --
549.49/549.55	c  N st   103   4713536       133       276         0    134154       828   2124369   no data   no data  --
549.49/549.55	c  S st   103   4713536       133       276         0    134154       828   2124369   no data   no data  --
549.69/549.78	c  S st   103   4714042       133       276         0    134651       828   2136726   no data   no data  --
549.69/549.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
549.69/549.78	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
549.79/549.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.05
549.79/549.89	c bin-w-bin subsume rem            0 bins  time:  0.00 s
549.79/549.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
549.79/549.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    133 time:  0.00 s
549.79/549.89	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
616.28/616.35	c lits-rem:     33160  cl-subs:    20925  v-elim:      0  v-fix:    0  time: 66.46 s
616.28/616.35	c vivif2 --  cl tried      276 cl shrink        0 lits rem          0 time: 0.00
616.28/616.37	c vivif2 --  cl tried   113726 cl shrink        0 lits rem          0 time: 0.02
616.38/616.42	c asymm  cl-useful: 0/276/276 lits-rem:0 time: 0.05
616.38/616.42	c calculated reachability. Time: 0.00
616.38/616.42	c  N st   103   4714042       133       276         0    113726       828   1621150   no data   no data  --
682.59/682.63	c  N st   104   5214043       133       276         0    126875       828   1743207   no data   no data  --
682.59/682.63	c  S st   104   5214043       133       276         0    126875       828   1743207   no data   no data  --
682.79/682.85	c  S st   104   5214545       133       276         0    127368       828   1754490   no data   no data  --
682.79/682.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
682.79/682.85	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
682.89/682.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.04
682.89/682.95	c bin-w-bin subsume rem            0 bins  time:  0.00 s
682.89/682.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
682.89/682.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    133 time:  0.00 s
682.89/682.95	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
710.08/710.15	c lits-rem:      6304  cl-subs:    24029  v-elim:      0  v-fix:    0  time: 27.19 s
710.08/710.15	c vivif2 --  cl tried      276 cl shrink        0 lits rem          0 time: 0.00
710.08/710.16	c vivif2 --  cl tried   103339 cl shrink        0 lits rem          0 time: 0.02
710.18/710.20	c asymm  cl-useful: 0/276/276 lits-rem:0 time: 0.04
710.18/710.21	c calculated reachability. Time: 0.00
710.18/710.21	c  N st   104   5214545       133       276         0    103339       828   1299039   no data   no data  --
775.09/775.13	c  N st   105   5714545       133       276         0     99975       828   1212543   no data   no data  --
775.09/775.13	c  S st   105   5714545       133       276         0     99975       828   1212543   no data   no data  --
775.19/775.29	c  S st   105   5715051       133       276         0    100466       828   1223901   no data   no data  --
775.19/775.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
775.19/775.29	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
775.29/775.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.02
775.29/775.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
775.29/775.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
775.29/775.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    133 time:  0.00 s
775.29/775.35	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
784.09/784.19	c lits-rem:      2691  cl-subs:     7792  v-elim:      0  v-fix:    0  time:  8.83 s
784.09/784.19	c vivif2 --  cl tried      276 cl shrink        0 lits rem          0 time: 0.00
784.19/784.20	c vivif2 --  cl tried    92674 cl shrink        0 lits rem          0 time: 0.01
784.19/784.24	c asymm  cl-useful: 0/276/276 lits-rem:0 time: 0.04
784.19/784.24	c calculated reachability. Time: 0.00
784.19/784.24	c  N st   105   5715051       133       276         0     92674       828   1063053   no data   no data  --
849.68/849.74	c  N st   106   6215051       133       276         0    150877       828   2245762   no data   no data  --
849.68/849.74	c  S st   106   6215051       133       276         0    150877       828   2245762   no data   no data  --
849.98/850.01	c  S st   106   6215551       133       276         0    151369       828   2256930   no data   no data  --
849.98/850.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
849.98/850.02	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
849.98/850.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.06
850.08/850.14	c bin-w-bin subsume rem            0 bins  time:  0.00 s
850.08/850.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
850.08/850.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    133 time:  0.00 s
850.08/850.14	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
927.29/927.32	c lits-rem:     27165  cl-subs:    30756  v-elim:      0  v-fix:    0  time: 77.18 s
927.29/927.32	c vivif2 --  cl tried      276 cl shrink        0 lits rem          0 time: 0.00
927.29/927.34	c vivif2 --  cl tried   120613 cl shrink        0 lits rem          0 time: 0.02
927.38/927.40	c asymm  cl-useful: 0/276/276 lits-rem:0 time: 0.06
927.38/927.40	c calculated reachability. Time: 0.00
927.38/927.40	c  N st   106   6215551       133       276         0    120613       828   1610719   no data   no data  --
999.79/999.82	c  N st   107   6715551       133       276         0     83469       828    878982   no data   no data  --
999.79/999.82	c  S st   107   6715551       133       276         0     83469       828    878982   no data   no data  --
999.89/999.97	c  S st   107   6716055       133       276         0     83957       828    891619   no data   no data  --
999.89/999.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
999.89/999.98	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
999.99/1000.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.03
999.99/1000.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
999.99/1000.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
999.99/1000.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    133 time:  0.00 s
999.99/1000.03	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1004.29/1004.31	c lits-rem:       185  cl-subs:      364  v-elim:      0  v-fix:    0  time:  4.27 s
1004.29/1004.31	c vivif2 --  cl tried      276 cl shrink        0 lits rem          0 time: 0.00
1004.29/1004.32	c vivif2 --  cl tried    83593 cl shrink        0 lits rem          0 time: 0.01
1004.29/1004.36	c asymm  cl-useful: 0/276/276 lits-rem:0 time: 0.04
1004.29/1004.36	c calculated reachability. Time: 0.00
1004.29/1004.36	c  N st   107   6716055       133       276         0     83593       828    885725   no data   no data  --
1080.28/1080.33	c  N st   108   7216055       133       276         0    116164       828   1461321   no data   no data  --
1080.28/1080.33	c  S st   108   7216055       133       276         0    116164       828   1461321   no data   no data  --
1080.48/1080.52	c  S st   108   7216556       133       276         0    116658       828   1472566   no data   no data  --
1080.48/1080.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1080.48/1080.52	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1080.48/1080.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.03
1080.58/1080.60	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1080.58/1080.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1080.58/1080.60	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    133 time:  0.00 s
1080.58/1080.60	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1094.68/1094.77	c lits-rem:      6346  cl-subs:    10631  v-elim:      0  v-fix:    0  time: 14.17 s
1094.68/1094.77	c vivif2 --  cl tried      276 cl shrink        0 lits rem          0 time: 0.00
1094.68/1094.79	c vivif2 --  cl tried   106027 cl shrink        0 lits rem          0 time: 0.02
1094.78/1094.83	c asymm  cl-useful: 0/276/276 lits-rem:0 time: 0.04
1094.78/1094.84	c calculated reachability. Time: 0.00
1094.78/1094.84	c  N st   108   7216556       133       276         0    106027       828   1254406   no data   no data  --
1181.29/1181.38	c  N st   109   7716557       133       276         0    127115       828   1697670   no data   no data  --
1181.29/1181.38	c  S st   109   7716557       133       276         0    127115       828   1697670   no data   no data  --
1181.49/1181.58	c  S st   109   7717060       133       276         0    127607       828   1709766   no data   no data  --
1181.49/1181.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1181.49/1181.59	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1181.59/1181.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.04
1181.59/1181.68	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1181.59/1181.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1181.59/1181.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    133 time:  0.00 s
1181.59/1181.68	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1201.69/1201.71	c lits-rem:     10831  cl-subs:    10860  v-elim:      0  v-fix:    0  time: 20.03 s
1201.69/1201.71	c vivif2 --  cl tried      276 cl shrink        0 lits rem          0 time: 0.00
1201.69/1201.72	c vivif2 --  cl tried   116747 cl shrink        0 lits rem          0 time: 0.02
1201.69/1201.78	c asymm  cl-useful: 0/276/276 lits-rem:0 time: 0.05
1201.69/1201.78	c calculated reachability. Time: 0.00
1201.69/1201.78	c  N st   109   7717060       133       276         0    116747       828   1458927   no data   no data  --
1288.48/1288.56	c  N st   110   8217061       133       276         0    126879       828   1664551   no data   no data  --
1288.48/1288.56	c  S st   110   8217061       133       276         0    126879       828   1664551   no data   no data  --
1288.68/1288.77	c  S st   110   8217565       133       276         0    127379       828   1676750   no data   no data  --
1288.68/1288.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1288.68/1288.78	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1288.78/1288.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.04
1288.78/1288.87	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1288.78/1288.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1288.78/1288.87	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    133 time:  0.00 s
1288.78/1288.87	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3273854-1303607123/watcher-3273854-1303607123 -o /tmp/evaluation-result-3273854-1303607123/solver-3273854-1303607123 -C 2400 -W 1300 -M 7680 ./strangenight1-st HOME/instance-3273854-1303607123.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: 3.40 3.86 3.74 5/184 24366
/proc/meminfo: memFree=25100996/32951124 swapFree=67111348/67111528
[pid=24366] ppid=24364 vsize=29680 CPUtime=0 cores=1,3
/proc/24366/stat : 24366 (strangenight1-s) R 24364 24366 23589 0 -1 4202496 528 0 0 0 0 0 0 0 21 0 1 0 550942826 30392320 464 33554432000 4194304 4650387 140737352617840 18446744073709551615 4520332 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24366/statm: 7420 464 377 112 0 2385 0

[startup+0.049362 s]
/proc/loadavg: 3.40 3.86 3.74 5/184 24366
/proc/meminfo: memFree=25100996/32951124 swapFree=67111348/67111528
[pid=24366] ppid=24364 vsize=29948 CPUtime=0.04 cores=1,3
/proc/24366/stat : 24366 (strangenight1-s) R 24364 24366 23589 0 -1 4202496 627 0 0 0 4 0 0 0 21 0 1 0 550942826 30666752 563 33554432000 4194304 4650387 140737352617840 18446744073709551615 4363530 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24366/statm: 7487 563 378 112 0 2452 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 29948

[startup+0.100353 s]
/proc/loadavg: 3.40 3.86 3.74 5/184 24366
/proc/meminfo: memFree=25100996/32951124 swapFree=67111348/67111528
[pid=24366] ppid=24364 vsize=30276 CPUtime=0.09 cores=1,3
/proc/24366/stat : 24366 (strangenight1-s) R 24364 24366 23589 0 -1 4202496 768 0 0 0 9 0 0 0 21 0 1 0 550942826 31002624 600 33554432000 4194304 4650387 140737352617840 18446744073709551615 4365311 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24366/statm: 7569 600 380 112 0 2534 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30276

[startup+0.300326 s]
/proc/loadavg: 3.40 3.86 3.74 5/184 24366
/proc/meminfo: memFree=25100996/32951124 swapFree=67111348/67111528
[pid=24366] ppid=24364 vsize=30664 CPUtime=0.29 cores=1,3
/proc/24366/stat : 24366 (strangenight1-s) R 24364 24366 23589 0 -1 4202496 1076 0 0 0 29 0 0 0 22 0 1 0 550942826 31399936 742 33554432000 4194304 4650387 140737352617840 18446744073709551615 4364704 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24366/statm: 7666 742 380 112 0 2631 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30664

[startup+0.700245 s]
/proc/loadavg: 3.40 3.86 3.74 5/184 24366
/proc/meminfo: memFree=25100996/32951124 swapFree=67111348/67111528
[pid=24366] ppid=24364 vsize=31388 CPUtime=0.69 cores=1,3
/proc/24366/stat : 24366 (strangenight1-s) R 24364 24366 23589 0 -1 4202496 1650 0 0 0 69 0 0 0 23 0 1 0 550942826 32141312 885 33554432000 4194304 4650387 140737352617840 18446744073709551615 4364745 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24366/statm: 7847 885 381 112 0 2812 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31388

[startup+1.50109 s]
/proc/loadavg: 3.45 3.86 3.74 5/190 24377
/proc/meminfo: memFree=25069704/32951124 swapFree=67111348/67111528
[pid=24366] ppid=24364 vsize=36112 CPUtime=1.49 cores=1,3
/proc/24366/stat : 24366 (strangenight1-s) R 24364 24366 23589 0 -1 4202496 3375 0 0 0 149 0 0 0 18 0 1 0 550942826 36978688 2064 33554432000 4194304 4650387 140737352617840 18446744073709551615 4364743 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24366/statm: 9028 2064 382 112 0 3993 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 36112

[startup+3.10079 s]
/proc/loadavg: 3.45 3.86 3.74 5/190 24377
/proc/meminfo: memFree=25058004/32951124 swapFree=67111348/67111528
[pid=24366] ppid=24364 vsize=37028 CPUtime=3.09 cores=1,3
/proc/24366/stat : 24366 (strangenight1-s) R 24364 24366 23589 0 -1 4202496 4770 0 0 0 309 0 0 0 21 0 1 0 550942826 37916672 2380 33554432000 4194304 4650387 140737352617840 18446744073709551615 4364753 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24366/statm: 9257 2380 382 112 0 4222 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 37028

[startup+6.3002 s]
/proc/loadavg: 3.45 3.86 3.74 5/190 24377
/proc/meminfo: memFree=25041724/32951124 swapFree=67111348/67111528
[pid=24366] ppid=24364 vsize=41936 CPUtime=6.29 cores=1,3
/proc/24366/stat : 24366 (strangenight1-s) R 24364 24366 23589 0 -1 4202496 7501 0 0 0 628 1 0 0 25 0 1 0 550942826 42942464 3670 33554432000 4194304 4650387 140737352617840 18446744073709551615 4363568 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24366/statm: 10484 3671 382 112 0 5449 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 41936

[startup+12.701 s]
/proc/loadavg: 3.53 3.86 3.74 5/190 24377
/proc/meminfo: memFree=25011056/32951124 swapFree=67111348/67111528
[pid=24366] ppid=24364 vsize=50040 CPUtime=12.69 cores=1,3
/proc/24366/stat : 24366 (strangenight1-s) R 24364 24366 23589 0 -1 4202496 12191 0 0 0 1268 1 0 0 25 0 1 0 550942826 51240960 5480 33554432000 4194304 4650387 140737352617840 18446744073709551615 4432364 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24366/statm: 12510 5480 382 112 0 7475 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 50040

[startup+25.5006 s]
/proc/loadavg: 3.60 3.87 3.74 5/190 24377
/proc/meminfo: memFree=24977976/32951124 swapFree=67111348/67111528
[pid=24366] ppid=24364 vsize=52316 CPUtime=25.49 cores=1,3
/proc/24366/stat : 24366 (strangenight1-s) R 24364 24366 23589 0 -1 4202496 18625 0 0 0 2546 3 0 0 25 0 1 0 550942826 53571584 6089 33554432000 4194304 4650387 140737352617840 18446744073709551615 4360875 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24366/statm: 13079 6089 382 112 0 8044 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 52316

[startup+51.1009 s]
/proc/loadavg: 3.76 3.88 3.75 5/190 24378
/proc/meminfo: memFree=24938540/32951124 swapFree=67111348/67111528
[pid=24366] ppid=24364 vsize=66300 CPUtime=51.08 cores=1,3
/proc/24366/stat : 24366 (strangenight1-s) R 24364 24366 23589 0 -1 4202496 32645 0 0 0 5103 5 0 0 18 0 1 0 550942826 67891200 9647 33554432000 4194304 4650387 140737352617840 18446744073709551615 4432360 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24366/statm: 16575 9647 382 112 0 11540 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 66300

[startup+102.306 s]
/proc/loadavg: 3.89 3.89 3.76 5/190 24379
/proc/meminfo: memFree=24882448/32951124 swapFree=67111348/67111528
[pid=24366] ppid=24364 vsize=76240 CPUtime=102.29 cores=1,3
/proc/24366/stat : 24366 (strangenight1-s) R 24364 24366 23589 0 -1 4202496 49563 0 0 0 10220 9 0 0 25 0 1 0 550942826 78069760 12182 33554432000 4194304 4650387 140737352617840 18446744073709551615 4364730 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24366/statm: 19060 12182 382 112 0 14025 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 76240

[startup+162.3 s]
/proc/loadavg: 4.00 3.92 3.78 5/190 24381
/proc/meminfo: memFree=24808244/32951124 swapFree=67111348/67111528
[pid=24366] ppid=24364 vsize=90996 CPUtime=162.28 cores=1,3
/proc/24366/stat : 24366 (strangenight1-s) R 24364 24366 23589 0 -1 4202496 67020 0 0 0 16215 13 0 0 25 0 1 0 550942826 93179904 15682 33554432000 4194304 4650387 140737352617840 18446744073709551615 4364719 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24366/statm: 22749 15682 382 112 0 17714 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 90996

[startup+222.301 s]
/proc/loadavg: 4.00 3.93 3.79 5/190 24383
/proc/meminfo: memFree=24793820/32951124 swapFree=67111348/67111528
[pid=24366] ppid=24364 vsize=99264 CPUtime=222.29 cores=1,3
/proc/24366/stat : 24366 (strangenight1-s) R 24364 24366 23589 0 -1 4202496 81509 0 0 0 22213 16 0 0 25 0 1 0 550942826 101646336 17028 33554432000 4194304 4650387 140737352617840 18446744073709551615 4364719 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24366/statm: 24816 17028 382 112 0 19781 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 99264

[startup+282.301 s]
/proc/loadavg: 4.00 3.94 3.80 5/190 24384
/proc/meminfo: memFree=24742556/32951124 swapFree=67111348/67111528
[pid=24366] ppid=24364 vsize=105548 CPUtime=282.29 cores=1,3
/proc/24366/stat : 24366 (strangenight1-s) R 24364 24366 23589 0 -1 4202496 94685 0 0 0 28210 19 0 0 25 0 1 0 550942826 108081152 19604 33554432000 4194304 4650387 140737352617840 18446744073709551615 4364719 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24366/statm: 26387 19604 382 112 0 21352 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 105548

[startup+342.301 s]
/proc/loadavg: 4.07 3.98 3.82 5/190 24386
/proc/meminfo: memFree=24732732/32951124 swapFree=67111348/67111528
[pid=24366] ppid=24364 vsize=113060 CPUtime=342.29 cores=1,3
/proc/24366/stat : 24366 (strangenight1-s) R 24364 24366 23589 0 -1 4202496 106300 0 0 0 34207 22 0 0 25 0 1 0 550942826 115773440 20336 33554432000 4194304 4650387 140737352617840 18446744073709551615 4364719 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24366/statm: 28265 20336 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.02 3.98 3.83 5/190 24387
/proc/meminfo: memFree=24717920/32951124 swapFree=67111348/67111528
[pid=24366] ppid=24364 vsize=113252 CPUtime=402.28 cores=1,3
/proc/24366/stat : 24366 (strangenight1-s) R 24364 24366 23589 0 -1 4202496 119118 0 0 0 40203 25 0 0 25 0 1 0 550942826 115970048 19688 33554432000 4194304 4650387 140737352617840 18446744073709551615 4476277 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24366/statm: 28313 19688 382 112 0 23278 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 113252

[startup+462.3 s]
/proc/loadavg: 4.01 3.98 3.83 5/190 24389
/proc/meminfo: memFree=24708700/32951124 swapFree=67111348/67111528
[pid=24366] ppid=24364 vsize=118388 CPUtime=462.28 cores=1,3
/proc/24366/stat : 24366 (strangenight1-s) R 24364 24366 23589 0 -1 4202496 130942 0 0 0 46200 28 0 0 25 0 1 0 550942826 121229312 21695 33554432000 4194304 4650387 140737352617840 18446744073709551615 4426532 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24366/statm: 29597 21695 382 112 0 24562 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 118388

[startup+522.301 s]
/proc/loadavg: 4.00 3.98 3.84 5/190 24391
/proc/meminfo: memFree=24692556/32951124 swapFree=67111348/67111528
[pid=24366] ppid=24364 vsize=130872 CPUtime=522.28 cores=1,3
/proc/24366/stat : 24366 (strangenight1-s) R 24364 24366 23589 0 -1 4202496 135645 0 0 0 52199 29 0 0 25 0 1 0 550942826 134012928 26398 33554432000 4194304 4650387 140737352617840 18446744073709551615 4364745 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24366/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.00 3.98 3.84 5/190 24392
/proc/meminfo: memFree=24676260/32951124 swapFree=67111348/67111528
[pid=24366] ppid=24364 vsize=130168 CPUtime=582.28 cores=1,3
/proc/24366/stat : 24366 (strangenight1-s) R 24364 24366 23589 0 -1 4202496 143873 0 0 0 58198 30 0 0 25 0 1 0 550942826 133292032 25836 33554432000 4194304 4650387 140737352617840 18446744073709551615 4433049 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24366/statm: 32542 25836 382 112 0 27507 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 130168

[startup+642.301 s]
/proc/loadavg: 4.00 3.98 3.85 5/190 24394
/proc/meminfo: memFree=24679572/32951124 swapFree=67111348/67111528
[pid=24366] ppid=24364 vsize=127808 CPUtime=642.29 cores=1,3
/proc/24366/stat : 24366 (strangenight1-s) R 24364 24366 23589 0 -1 4202496 148443 0 0 0 64197 32 0 0 25 0 1 0 550942826 130875392 24745 33554432000 4194304 4650387 140737352617840 18446744073709551615 4364753 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24366/statm: 31952 24745 382 112 0 26917 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 127808

[startup+702.301 s]
/proc/loadavg: 4.00 3.98 3.85 5/190 24395
/proc/meminfo: memFree=24679280/32951124 swapFree=67111348/67111528
[pid=24366] ppid=24364 vsize=134552 CPUtime=702.28 cores=1,3
/proc/24366/stat : 24366 (strangenight1-s) R 24364 24366 23589 0 -1 4202496 157376 0 0 0 70194 34 0 0 25 0 1 0 550942826 137781248 25905 33554432000 4194304 4650387 140737352617840 18446744073709551615 4432360 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24366/statm: 33638 25905 382 112 0 28603 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 134552

[startup+762.306 s]
/proc/loadavg: 4.00 3.98 3.86 5/190 24397
/proc/meminfo: memFree=24651324/32951124 swapFree=67111348/67111528
[pid=24366] ppid=24364 vsize=133296 CPUtime=762.29 cores=1,3
/proc/24366/stat : 24366 (strangenight1-s) R 24364 24366 23589 0 -1 4202496 166359 0 0 0 76192 37 0 0 25 0 1 0 550942826 136495104 26411 33554432000 4194304 4650387 140737352617840 18446744073709551615 4366921 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24366/statm: 33324 26411 382 112 0 28289 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 133296

[startup+822.3 s]
/proc/loadavg: 4.00 3.98 3.87 5/190 24399
/proc/meminfo: memFree=24618292/32951124 swapFree=67111348/67111528
[pid=24366] ppid=24364 vsize=146704 CPUtime=822.29 cores=1,3
/proc/24366/stat : 24366 (strangenight1-s) R 24364 24366 23589 0 -1 4202496 172030 0 0 0 82191 38 0 0 25 0 1 0 550942826 150224896 29196 33554432000 4194304 4650387 140737352617840 18446744073709551615 4364743 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24366/statm: 36676 29196 382 112 0 31641 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 146704

[startup+882.301 s]
/proc/loadavg: 4.09 4.01 3.88 5/190 24400
/proc/meminfo: memFree=24612076/32951124 swapFree=67111348/67111528
[pid=24366] ppid=24364 vsize=149420 CPUtime=882.28 cores=1,3
/proc/24366/stat : 24366 (strangenight1-s) R 24364 24366 23589 0 -1 4202496 175653 0 0 0 88190 38 0 0 25 0 1 0 550942826 153006080 29998 33554432000 4194304 4650387 140737352617840 18446744073709551615 4438367 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24366/statm: 37355 29998 382 112 0 32320 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 149420

[startup+942.301 s]
/proc/loadavg: 4.03 4.00 3.89 5/190 24402
/proc/meminfo: memFree=24616384/32951124 swapFree=67111348/67111528
[pid=24366] ppid=24364 vsize=149444 CPUtime=942.29 cores=1,3
/proc/24366/stat : 24366 (strangenight1-s) R 24364 24366 23589 0 -1 4202496 179009 0 0 0 94190 39 0 0 25 0 1 0 550942826 153030656 29738 33554432000 4194304 4650387 140737352617840 18446744073709551615 4366787 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24366/statm: 37361 29738 382 112 0 32326 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 149444

[startup+1002.3 s]
/proc/loadavg: 4.01 4.00 3.89 5/190 24403
/proc/meminfo: memFree=24541808/32951124 swapFree=67111348/67111528
[pid=24366] ppid=24364 vsize=149544 CPUtime=1002.29 cores=1,3
/proc/24366/stat : 24366 (strangenight1-s) R 24364 24366 23589 0 -1 4202496 189760 0 0 0 100187 42 0 0 25 0 1 0 550942826 153133056 28766 33554432000 4194304 4650387 140737352617840 18446744073709551615 4476277 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24366/statm: 37386 28766 382 112 0 32351 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 149544

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 3.90 5/190 24405
/proc/meminfo: memFree=24514348/32951124 swapFree=67111348/67111528
[pid=24366] ppid=24364 vsize=150636 CPUtime=1062.28 cores=1,3
/proc/24366/stat : 24366 (strangenight1-s) R 24364 24366 23589 0 -1 4202496 200308 0 0 0 106182 46 0 0 25 0 1 0 550942826 154251264 29878 33554432000 4194304 4650387 140737352617840 18446744073709551615 4365301 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24366/statm: 37659 29878 382 112 0 32624 0
Current children cumulated CPU time (s) 1062.28
Current children cumulated vsize (KiB) 150636

[startup+1122.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/190 24407
/proc/meminfo: memFree=24521984/32951124 swapFree=67111348/67111528
[pid=24366] ppid=24364 vsize=154384 CPUtime=1122.28 cores=1,3
/proc/24366/stat : 24366 (strangenight1-s) R 24364 24366 23589 0 -1 4202496 208085 0 0 0 112180 48 0 0 25 0 1 0 550942826 158089216 30970 33554432000 4194304 4650387 140737352617840 18446744073709551615 4364743 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24366/statm: 38596 30970 382 112 0 33561 0
Current children cumulated CPU time (s) 1122.28
Current children cumulated vsize (KiB) 154384

[startup+1182.3 s]
/proc/loadavg: 4.08 4.02 3.91 5/190 24408
/proc/meminfo: memFree=24517384/32951124 swapFree=67111348/67111528
[pid=24366] ppid=24364 vsize=154564 CPUtime=1182.29 cores=1,3
/proc/24366/stat : 24366 (strangenight1-s) R 24364 24366 23589 0 -1 4202496 217820 0 0 0 118177 52 0 0 25 0 1 0 550942826 158273536 30458 33554432000 4194304 4650387 140737352617840 18446744073709551615 4433049 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24366/statm: 38641 30458 382 112 0 33606 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 154564

[startup+1242.3 s]
/proc/loadavg: 4.03 4.01 3.91 5/190 24410
/proc/meminfo: memFree=24500844/32951124 swapFree=67111348/67111528
[pid=24366] ppid=24364 vsize=154804 CPUtime=1242.29 cores=1,3
/proc/24366/stat : 24366 (strangenight1-s) R 24364 24366 23589 0 -1 4202496 224846 0 0 0 124175 54 0 0 25 0 1 0 550942826 158519296 30161 33554432000 4194304 4650387 140737352617840 18446744073709551615 4364740 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24366/statm: 38701 30161 382 112 0 33666 0
Current children cumulated CPU time (s) 1242.29
Current children cumulated vsize (KiB) 154804



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.01 4.01 3.91 3/187 24413
/proc/meminfo: memFree=24763712/32951124 swapFree=67111348/67111528
[pid=24366] ppid=24364 vsize=154972 CPUtime=1299.99 cores=1,3
/proc/24366/stat : 24366 (strangenight1-s) R 24364 24366 23589 0 -1 4202496 232597 0 0 0 129943 56 0 0 25 0 1 0 550942826 158691328 30501 33554432000 4194304 4650387 140737352617840 18446744073709551615 4438367 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/24366/statm: 38743 30501 382 112 0 33708 0
Current children cumulated CPU time (s) 1299.99
Current children cumulated vsize (KiB) 154972

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.01
CPU time (s): 1300.01
CPU user time (s): 1299.43
CPU system time (s): 0.574912
CPU usage (%): 99.9996
Max. virtual memory (cumulated for all children) (KiB): 213672

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

runsolver used 2.06569 second user time and 5.04523 second system time

The end

Launcher Data

Begin job on node111 at 2011-04-24 03:05:24
IDJOB=3273854
IDBENCH=83148
IDSOLVER=1589
FILE ID=node111/3273854-1303607123
RUNJOBID= node111-1303607121-24336
PBS_JOBID= 13150581
Free space on /tmp= 70724 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-st
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-3273854-1303607123/watcher-3273854-1303607123 -o /tmp/evaluation-result-3273854-1303607123/solver-3273854-1303607123 -C 2400 -W 1300 -M 7680  ./strangenight1-st HOME/instance-3273854-1303607123.cnf

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

MD5SUM BENCH= ca44a78076b8228fbb99ecc0147f157f
RANDOM SEED=759461387

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25101292 kB
Buffers:       1172396 kB
Cached:        6141600 kB
SwapCached:        132 kB
Active:        2003224 kB
Inactive:      5378940 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25101292 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           18860 kB
Writeback:          12 kB
AnonPages:       68204 kB
Mapped:          15776 kB
Slab:           403532 kB
PageTables:       5052 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   252480 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= 70716 MiB
End job on node111 at 2011-04-24 03:27:06