Trace number 3273807

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

General information on the benchmark

Namecrafted/spence/sgen/
sgen3-n120-s55656844-unsat.cnf
MD5SUM4877ca9f3fe317c84d3087c8296a2a0b
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark219.038
Satisfiable
(Un)Satisfiability was proved
Number of variables121
Number of clauses252
Sum of the clauses size756
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3252
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-3273807-1303607123.cnf'
0.00/0.00	c -- header says num vars:            121
0.00/0.00	c -- header says num clauses:         252
0.00/0.00	c -- clauses added:            0 learnts,          252 normals,            0 xors
0.00/0.00	c -- vars added        121
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       121       252         0         0       756         0   no data   no data  --
0.00/0.00	c asymm  cl-useful: 0/252/252 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:    121 time:  0.00 s
0.00/0.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.00/0.00	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.00	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.00	c calculated reachability. Time: 0.00
0.00/0.00	c Calc default polars -  time:   0.00 s pos:       4 undec:     111 neg:       6
0.00/0.00	c =========================================================================================
0.00/0.00	c types(t): F = full restart, N = normal restart
0.00/0.00	c types(t): S = simplification begin/end, E = solution found
0.00/0.00	c restart types(rt): st = static, dy = dynamic
0.00/0.00	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.00	c  B st     0         0       121       252         0         0       756         0   no data   no data  --
0.00/0.03	c Decided on static restart strategy
0.00/0.09	c  N st     8      4916       121       252         0      4366       756     88311   no data   no data  --
0.19/0.25	c  N st    10     11300       121       252         0      3914       756     59133   no data   no data  --
0.39/0.43	c  N st    11     17043       121       252         0      8993       756    170302   no data   no data  --
0.69/0.74	c  F st    12     25000       121       252         0     11217       756    221194   no data   no data  --
0.69/0.74	c  N st    12     25000       121       252         0     11217       756    221194   no data   no data  --
0.79/0.88	c Decided on static restart strategy
0.79/0.88	c  N st    18     30002       121       252         0      9546       756    148304   no data   no data  --
0.79/0.88	c  S st    18     30002       121       252         0      9546       756    148304   no data   no data  --
0.89/0.90	c  S st    18     30507       121       252         0     10021       756    156840   no data   no data  --
0.89/0.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
0.89/0.90	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
0.89/0.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
0.89/0.91	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.89/0.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.89/0.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    121 time:  0.00 s
0.89/0.91	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1.00/1.02	c lits-rem:       858  cl-subs:      667  v-elim:      0  v-fix:    0  time:  0.11 s
1.00/1.02	c asymm  cl-useful: 0/252/252 lits-rem:0 time: 0.00
1.00/1.02	c calculated reachability. Time: 0.00
1.00/1.02	c  N st    18     30507       121       252         0      9354       756    141358   no data   no data  --
1.19/1.25	c  N st    20     37619       121       252         0      8594       756    119486   no data   no data  --
1.39/1.47	c  N st    21     44018       121       252         0     14195       756    226754   no data   no data  --
1.49/1.54	c  S st    22     45760       121       252         0      7939       756     99770   no data   no data  --
1.49/1.56	c  S st    22     46264       121       252         0      8432       756    109339   no data   no data  --
1.49/1.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.49/1.56	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1.49/1.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
1.49/1.57	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.49/1.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.49/1.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    121 time:  0.00 s
1.49/1.57	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1.59/1.60	c lits-rem:       163  cl-subs:      100  v-elim:      0  v-fix:    0  time:  0.03 s
1.59/1.60	c vivif2 --  cl tried      252 cl shrink        0 lits rem          0 time: 0.00
1.59/1.60	c vivif2 --  cl tried     8332 cl shrink        0 lits rem          0 time: 0.00
1.59/1.61	c asymm  cl-useful: 0/252/252 lits-rem:0 time: 0.00
1.59/1.61	c calculated reachability. Time: 0.00
1.59/1.61	c  N st    22     46264       121       252         0      8332       756    107416   no data   no data  --
2.20/2.25	c  N st    23     60661       121       252         0     12263       756    190373   no data   no data  --
2.59/2.63	c  N st    24     69399       121       252         0     10203       756    132933   no data   no data  --
2.59/2.63	c  S st    24     69399       121       252         0     10203       756    132933   no data   no data  --
2.59/2.66	c  S st    24     69905       121       252         0     10695       756    142833   no data   no data  --
2.59/2.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2.59/2.66	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2.59/2.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
2.59/2.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.59/2.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.59/2.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    121 time:  0.00 s
2.59/2.67	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2.79/2.86	c lits-rem:       373  cl-subs:      202  v-elim:      0  v-fix:    0  time:  0.19 s
2.79/2.86	c vivif2 --  cl tried      252 cl shrink        0 lits rem          0 time: 0.00
2.79/2.86	c vivif2 --  cl tried    10493 cl shrink        0 lits rem          0 time: 0.00
2.79/2.87	c asymm  cl-useful: 0/252/252 lits-rem:0 time: 0.00
2.79/2.87	c calculated reachability. Time: 0.00
2.79/2.87	c  N st    24     69905       121       252         0     10493       756    138123   no data   no data  --
3.59/3.63	c  F st    25     87500       121       252         0     15417       756    248210   no data   no data  --
3.59/3.63	c  N st    25     87500       121       252         0     15417       756    248210   no data   no data  --
3.79/3.85	c Decided on static restart strategy
3.89/3.99	c  N st    32     95542       121       252         0     22639       756    393035   no data   no data  --
4.29/4.38	c  N st    34    104857       121       252         0     19591       756    321697   no data   no data  --
4.29/4.38	c  S st    34    104857       121       252         0     19591       756    321697   no data   no data  --
4.39/4.43	c  S st    34    105363       121       252         0     20079       756    331768   no data   no data  --
4.39/4.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.39/4.43	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4.39/4.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
4.39/4.44	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.39/4.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.39/4.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    121 time:  0.00 s
4.39/4.44	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.49/5.54	c lits-rem:      2135  cl-subs:      998  v-elim:      0  v-fix:    0  time:  1.10 s
5.49/5.54	c vivif2 --  cl tried      252 cl shrink        0 lits rem          0 time: 0.00
5.49/5.55	c vivif2 --  cl tried    19081 cl shrink        0 lits rem          0 time: 0.00
5.49/5.55	c asymm  cl-useful: 0/252/252 lits-rem:0 time: 0.00
5.49/5.55	c calculated reachability. Time: 0.00
5.49/5.55	c  N st    34    105363       121       252         0     19081       756    303011   no data   no data  --
5.99/6.04	c  N st    35    114962       121       252         0     14971       756    209560   no data   no data  --
6.78/6.82	c  N st    36    129359       121       252         0     14031       756    174117   no data   no data  --
7.78/7.87	c  N st    37    150954       121       252         0     18887       756    269825   no data   no data  --
8.19/8.22	c  S st    38    158044       121       252         0     25065       756    397828   no data   no data  --
8.19/8.27	c  S st    38    158552       121       252         0     25562       756    407992   no data   no data  --
8.19/8.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.19/8.27	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
8.19/8.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
8.19/8.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.19/8.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.19/8.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    121 time:  0.00 s
8.19/8.29	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.80/9.90	c lits-rem:      3026  cl-subs:     2417  v-elim:      0  v-fix:    0  time:  1.61 s
9.80/9.90	c vivif2 --  cl tried      252 cl shrink        0 lits rem          0 time: 0.00
9.80/9.90	c vivif2 --  cl tried    23145 cl shrink        0 lits rem          0 time: 0.00
9.90/9.91	c asymm  cl-useful: 0/252/252 lits-rem:0 time: 0.01
9.90/9.91	c calculated reachability. Time: 0.00
9.90/9.91	c  N st    38    158552       121       252         0     23145       756    348202   no data   no data  --
12.29/12.34	c  N st    39    207141       121       252         0     18389       756    221775   no data   no data  --
13.79/13.89	c  N st    40    237829       121       252         0     27101       756    393723   no data   no data  --
13.79/13.89	c  S st    40    237829       121       252         0     27101       756    393723   no data   no data  --
13.89/13.94	c  S st    40    238331       121       252         0     27590       756    403284   no data   no data  --
13.89/13.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
13.89/13.94	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
13.89/13.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
13.89/13.96	c bin-w-bin subsume rem            0 bins  time:  0.00 s
13.89/13.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.89/13.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    121 time:  0.00 s
13.89/13.96	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
15.58/15.62	c lits-rem:      3729  cl-subs:     3038  v-elim:      0  v-fix:    0  time:  1.66 s
15.58/15.62	c vivif2 --  cl tried      252 cl shrink        0 lits rem          0 time: 0.00
15.58/15.62	c vivif2 --  cl tried    24552 cl shrink        0 lits rem          0 time: 0.00
15.58/15.63	c asymm  cl-useful: 0/252/252 lits-rem:0 time: 0.01
15.58/15.63	c calculated reachability. Time: 0.00
15.58/15.63	c  N st    40    238331       121       252         0     24552       756    332966   no data   no data  --
20.49/20.54	c  F st    41    306250       121       252         0     27465       756    385323   no data   no data  --
20.49/20.54	c  N st    41    306250       121       252         0     27465       756    385323   no data   no data  --
20.79/20.83	c Decided on static restart strategy
22.29/22.35	c  N st    51    334553       121       252         0     31360       756    467606   no data   no data  --
23.79/23.82	c  N st    53    357497       121       252         0     29594       756    422273   no data   no data  --
23.79/23.82	c  S st    53    357497       121       252         0     29594       756    422273   no data   no data  --
23.79/23.87	c  S st    53    357999       121       252         0     30088       756    432297   no data   no data  --
23.79/23.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
23.79/23.87	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
23.79/23.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
23.79/23.89	c bin-w-bin subsume rem            0 bins  time:  0.00 s
23.79/23.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23.79/23.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    121 time:  0.00 s
23.79/23.89	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
25.09/25.14	c lits-rem:      3294  cl-subs:      997  v-elim:      0  v-fix:    0  time:  1.25 s
25.09/25.14	c vivif2 --  cl tried      252 cl shrink        0 lits rem          0 time: 0.00
25.09/25.15	c vivif2 --  cl tried    29091 cl shrink        0 lits rem          0 time: 0.00
25.09/25.16	c asymm  cl-useful: 0/252/252 lits-rem:0 time: 0.01
25.09/25.16	c calculated reachability. Time: 0.00
25.09/25.16	c  N st    53    357999       121       252         0     29091       756    405393   no data   no data  --
27.29/27.33	c  N st    54    390392       121       252         0     34273       756    486725   no data   no data  --
30.89/30.99	c  N st    55    438981       121       252         0     29178       756    371789   no data   no data  --
35.79/35.87	c  N st    56    511865       121       252         0     39048       756    551774   no data   no data  --
37.49/37.52	c  N st    57    536999       121       252         0     34521       756    452855   no data   no data  --
37.49/37.52	c  S st    57    536999       121       252         0     34521       756    452855   no data   no data  --
37.49/37.59	c  S st    57    537502       121       252         0     35012       756    463021   no data   no data  --
37.49/37.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
37.49/37.59	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
37.59/37.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
37.59/37.61	c bin-w-bin subsume rem            0 bins  time:  0.00 s
37.59/37.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
37.59/37.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    121 time:  0.00 s
37.59/37.61	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
39.09/39.11	c lits-rem:      3414  cl-subs:     1808  v-elim:      0  v-fix:    0  time:  1.50 s
39.09/39.11	c vivif2 --  cl tried      252 cl shrink        0 lits rem          0 time: 0.00
39.09/39.12	c vivif2 --  cl tried    33204 cl shrink        0 lits rem          0 time: 0.00
39.09/39.13	c asymm  cl-useful: 0/252/252 lits-rem:0 time: 0.01
39.09/39.13	c calculated reachability. Time: 0.00
39.09/39.13	c  N st    57    537502       121       252         0     33204       756    421249   no data   no data  --
51.80/51.81	c  N st    58    701486       121       252         0     57654       756    838653   no data   no data  --
59.79/59.88	c  N st    59    806253       121       252         0     53044       756    736147   no data   no data  --
59.79/59.88	c  S st    59    806253       121       252         0     53044       756    736147   no data   no data  --
59.89/59.98	c  S st    59    806754       121       252         0     53531       756    745946   no data   no data  --
59.89/59.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
59.89/59.98	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
59.99/60.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.01
59.99/60.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
59.99/60.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
59.99/60.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    121 time:  0.00 s
59.99/60.02	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
63.20/63.21	c lits-rem:      5977  cl-subs:     5527  v-elim:      0  v-fix:    0  time:  3.18 s
63.20/63.21	c vivif2 --  cl tried      252 cl shrink        0 lits rem          0 time: 0.00
63.20/63.21	c vivif2 --  cl tried    48004 cl shrink        0 lits rem          0 time: 0.01
63.20/63.23	c asymm  cl-useful: 0/252/252 lits-rem:0 time: 0.01
63.20/63.23	c calculated reachability. Time: 0.00
63.20/63.23	c  N st    59    806754       121       252         0     48004       756    632214   no data   no data  --
89.50/89.57	c  F st    60   1071875       121       252         0     64182       756    950946   no data   no data  --
89.50/89.57	c  N st    60   1071875       121       252         0     64182       756    950946   no data   no data  --
92.19/92.22	c  N dy   105   1093045       121       252         0     44832       756    538236     13.23     14.09  --
94.19/94.27	c  N dy   152   1113162       121       252         0     63623       756    905096     12.40     13.07  --
97.19/97.21	c  N dy   228   1133189       121       252         0     82382       756   1268553     12.36     13.02  --
99.69/99.79	c  N dy   354   1153223       121       252         0     59884       756    802163     12.61     15.62  --
102.59/102.65	c  N dy   438   1173992       121       252         0     79329       756   1179667     12.54     13.23  --
105.39/105.42	c  N dy   539   1194139       121       252         0     55075       756    672934     12.64     13.42  --
107.39/107.40	c  S st   592   1210135       121       252         0     70103       756    975819     12.56     12.53  --
107.49/107.55	c  S st   592   1210636       121       252         0     70593       756    986503     12.56   no data  --
107.49/107.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
107.49/107.55	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
107.49/107.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.02
107.60/107.60	c bin-w-bin subsume rem            0 bins  time:  0.00 s
107.60/107.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
107.60/107.60	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    121 time:  0.00 s
107.60/107.60	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
111.20/111.25	c lits-rem:      2016  cl-subs:     1249  v-elim:      0  v-fix:    0  time:  3.65 s
111.20/111.25	c vivif2 --  cl tried      252 cl shrink        0 lits rem          0 time: 0.00
111.20/111.26	c vivif2 --  cl tried    69344 cl shrink        0 lits rem          0 time: 0.01
111.20/111.29	c asymm  cl-useful: 0/252/252 lits-rem:0 time: 0.02
111.20/111.29	c calculated reachability. Time: 0.00
111.20/111.29	c  N dy   592   1210636       121       252         0     69344       756    957825     12.56   no data  --
114.50/114.56	c  N dy   679   1230668       121       252         0     88081       756   1338788     12.58     15.21  --
117.09/117.11	c  N dy   759   1250695       121       252         0     62354       756    795921     12.56     13.30  --
119.59/119.69	c  N dy   779   1270781       121       252         0     80673       756   1151937     12.31     12.98  --
122.80/122.84	c  N dy   879   1291150       121       252         0     54254       756    620069     12.34     13.30  --
125.19/125.25	c  N dy   934   1311825       121       252         0     73524       756    999093     12.26     13.05  --
128.70/128.72	c  N dy  1053   1331982       121       252         0     92632       756   1386343     12.33     13.06  --
131.40/131.45	c  N dy  1132   1352021       121       252         0     64720       756    821929     12.29     14.98  --
134.60/134.67	c  N dy  1240   1373251       121       252         0     84725       756   1225579     12.34     13.01  --
140.70/140.74	c  N dy  1284   1418135       121       252         0     77544       756   1042298     12.05     12.77  --
144.79/144.88	c  N dy  1365   1438952       121       252         0     48967       756    480203     12.04     12.70  --
148.09/148.13	c  N dy  1487   1462841       121       252         0     71434       756    943119     12.07     12.76  --
152.09/152.14	c  N dy  1608   1487218       121       252         0     94320       756   1407256     12.10     12.83  --
155.19/155.28	c  N dy  1681   1509267       121       252         0     65401       756    785916     12.07     12.86  --
158.30/158.33	c  N dy  1778   1529729       121       252         0     84544       756   1168264     12.09     12.88  --
161.40/161.46	c  N dy  1821   1549923       121       252         0     53038       756    533454     12.03     12.75  --
164.00/164.09	c  N dy  1940   1570043       121       252         0     71990       756    914308     12.06     12.88  --
167.29/167.35	c  N dy  2044   1590058       121       252         0     90890       756   1297523     12.09     16.29  --
171.89/171.97	c  N dy  2181   1616313       121       252         0     63915       756    742666     12.13     12.77  --
174.69/174.74	c  N dy  2255   1636954       121       252         0     83346       756   1126677     12.11     12.89  --
178.39/178.44	c  N dy  2351   1657208       121       252         0    102374       756   1510694     12.12     12.81  --
181.29/181.30	c  N dy  2425   1677305       121       252         0     68733       756    839680     12.11     13.33  --
184.09/184.11	c  N dy  2495   1697375       121       252         0     87510       756   1219755     12.10     12.89  --
186.59/186.60	c  S st  2562   1710636       121       252         0    100033       756   1478944     12.12   no data  --
186.79/186.83	c  S st  2562   1711142       121       252         0    100529       756   1489838     12.12   no data  --
186.79/186.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
186.79/186.83	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
186.79/186.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.03
186.90/186.91	c bin-w-bin subsume rem            0 bins  time:  0.00 s
186.90/186.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
186.90/186.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    121 time:  0.00 s
186.90/186.91	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
194.70/194.72	c lits-rem:      1190  cl-subs:     2112  v-elim:      0  v-fix:    0  time:  7.80 s
194.70/194.72	c vivif2 --  cl tried      252 cl shrink        0 lits rem          0 time: 0.00
194.70/194.74	c vivif2 --  cl tried    98417 cl shrink        0 lits rem          0 time: 0.02
194.70/194.78	c asymm  cl-useful: 0/252/252 lits-rem:0 time: 0.04
194.70/194.78	c calculated reachability. Time: 0.00
194.70/194.78	c  N dy  2562   1711142       121       252         0     98417       756   1439777     12.12   no data  --
198.09/198.13	c  N dy  2635   1731236       121       252         0     63837       756    718378     12.11     12.77  --
201.20/201.25	c  N dy  2757   1751451       121       252         0     82881       756   1109515     12.13     12.86  --
205.19/205.23	c  N dy  2890   1771502       121       252         0    101737       756   1492047     12.17     13.00  --
209.01/209.07	c  N dy  3024   1791927       121       252         0     66432       756    764081     12.21     12.88  --
211.70/211.72	c  N dy  3052   1812081       121       252         0     84993       756   1122930     12.17     12.91  --
215.40/215.41	c  N dy  3143   1832630       121       252         0    104230       756   1510264     12.17     12.97  --
219.19/219.29	c  N dy  3249   1856037       121       252         0     71025       756    843851     12.18     12.93  --
222.40/222.49	c  N dy  3343   1876133       121       252         0     89836       756   1222033     12.19     14.87  --
226.90/226.90	c  N dy  3455   1898620       121       252         0    110902       756   1644780     12.19     12.96  --
230.00/230.06	c  N dy  3551   1918667       121       252         0     73550       756    885647     12.20     13.46  --
233.30/233.31	c  N dy  3655   1938853       121       252         0     92561       756   1269958     12.21     13.02  --
237.19/237.28	c  N dy  3747   1958891       121       252         0    111201       756   1651128     12.22     12.97  --
240.60/240.60	c  N dy  3856   1978901       121       252         0     72750       756    849884     12.24     13.18  --
244.00/244.05	c  N dy  3955   1998947       121       252         0     91554       756   1231237     12.25     13.66  --
248.90/248.96	c  N dy  4058   2019762       121       252         0    111070       756   1630312     12.26     12.91  --
252.50/252.51	c  N dy  4144   2039772       121       252         0     71796       756    824885     12.26     13.08  --
255.80/255.81	c  N dy  4259   2059930       121       252         0     90750       756   1222767     12.28     13.05  --
259.79/259.80	c  N dy  4358   2080008       121       252         0    109522       756   1602261     12.29     13.01  --
263.60/263.65	c  N dy  4457   2100771       121       252         0     69860       756    771795     12.30     12.97  --
266.90/266.91	c  N dy  4549   2121194       121       252         0     89071       756   1158874     12.30     13.01  --
270.80/270.86	c  N dy  4657   2141236       121       252         0    107878       756   1540229     12.31     13.00  --
275.10/275.10	c  N dy  4746   2163651       121       252         0     68855       756    733823     12.32     13.00  --
278.70/278.73	c  N dy  4830   2188935       121       252         0     92417       756   1227586     12.30     13.03  --
283.20/283.23	c  N dy  4968   2208993       121       252         0    111359       756   1623941     12.33     12.98  --
283.70/283.78	c  S st  4985   2211143       121       252         0    113398       756   1665773     12.33   no data  --
284.00/284.02	c  S st  4985   2211646       121       252         0    113896       756   1677756     12.33   no data  --
284.00/284.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
284.00/284.03	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
284.00/284.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.04
284.10/284.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
284.10/284.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
284.10/284.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    121 time:  0.00 s
284.10/284.12	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
297.10/297.14	c lits-rem:      4105  cl-subs:     2391  v-elim:      0  v-fix:    0  time: 13.01 s
297.10/297.14	c vivif2 --  cl tried      252 cl shrink        0 lits rem          0 time: 0.00
297.10/297.16	c vivif2 --  cl tried   111505 cl shrink        0 lits rem          0 time: 0.02
297.20/297.21	c asymm  cl-useful: 0/252/252 lits-rem:0 time: 0.05
297.20/297.21	c calculated reachability. Time: 0.00
297.20/297.21	c  N dy  4985   2211646       121       252         0    111505       756   1616286     12.33   no data  --
301.10/301.11	c  N dy  5051   2231685       121       252         0     69294       756    735059     12.31     15.92  --
304.30/304.37	c  N dy  5159   2252027       121       252         0     88305       756   1119860     12.32     13.05  --
308.01/308.09	c  N dy  5201   2274695       121       252         0    109406       756   1549608     12.30     13.20  --
312.50/312.59	c  N dy  5291   2294882       121       252         0     66753       756    673900     12.30     12.99  --
316.90/316.96	c  N dy  5407   2324545       121       252         0     93931       756   1210132     12.28     13.13  --
321.40/321.41	c  N dy  5542   2344634       121       252         0    112792       756   1601469     12.30     15.65  --
325.50/325.60	c  N dy  5613   2364682       121       252         0     69034       756    715716     12.30     14.22  --
328.70/328.70	c  N dy  5720   2384960       121       252         0     87996       756   1103047     12.31     13.02  --
332.10/332.20	c  N dy  5792   2405186       121       252         0    106844       756   1489933     12.30     13.04  --
336.90/336.93	c  N dy  5910   2425237       121       252         0    125561       756   1867782     12.32     13.87  --
340.30/340.38	c  N dy  6005   2445821       121       252         0     81369       756    948572     12.32     13.04  --
343.70/343.73	c  N dy  6083   2465897       121       252         0    100168       756   1327960     12.31     14.16  --
348.21/348.27	c  N dy  6189   2486617       121       252         0    119742       756   1736136     12.32     13.00  --
352.70/352.73	c  N dy  6304   2507151       121       252         0     74569       756    804594     12.34     12.99  --
356.41/356.43	c  N dy  6403   2529745       121       252         0     95809       756   1245354     12.34     13.12  --
360.40/360.47	c  N dy  6497   2550125       121       252         0    114861       756   1634026     12.34     13.07  --
365.80/365.85	c  N dy  6613   2573438       121       252         0     71271       756    727499     12.35     13.02  --
373.71/373.73	c  N dy  6702   2621512       121       252         0    115280       756   1641781     12.28     12.98  --
378.50/378.51	c  N dy  6789   2641565       121       252         0     67934       756    650714     12.28     13.02  --
381.71/381.76	c  N dy  6889   2663195       121       252         0     88333       756   1081929     12.29     12.99  --
385.30/385.33	c  N dy  6970   2683266       121       252         0    106881       756   1448266     12.29     14.78  --
389.90/389.92	c  N dy  7067   2703613       121       252         0    125952       756   1839896     12.29     13.02  --
392.11/392.13	c  S st  7122   2711646       121       252         0    133444       756   1993430     12.30   no data  --
392.41/392.44	c  S st  7122   2712148       121       252         0    133938       756   2005563     12.30   no data  --
392.41/392.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
392.41/392.45	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
392.51/392.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.05
392.51/392.57	c bin-w-bin subsume rem            0 bins  time:  0.00 s
392.51/392.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
392.51/392.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    121 time:  0.00 s
392.51/392.57	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
411.10/411.15	c lits-rem:      5645  cl-subs:     3205  v-elim:      0  v-fix:    0  time: 18.58 s
411.10/411.15	c vivif2 --  cl tried      252 cl shrink        0 lits rem          0 time: 0.00
411.10/411.17	c vivif2 --  cl tried   130733 cl shrink        0 lits rem          0 time: 0.02
411.20/411.24	c asymm  cl-useful: 0/252/252 lits-rem:0 time: 0.07
411.20/411.24	c calculated reachability. Time: 0.00
411.20/411.24	c  N dy  7122   2712148       121       252         0    130733       756   1924264     12.30   no data  --
415.20/415.20	c  N dy  7233   2732230       121       252         0     82427       756    937955     12.31     18.20  --
418.80/418.89	c  N dy  7334   2752320       121       252         0    101270       756   1322619     12.31     13.02  --
422.90/422.98	c  N dy  7408   2772508       121       252         0    120172       756   1701884     12.31     12.99  --
427.90/427.91	c  N dy  7479   2792600       121       252         0     70816       756    687763     12.30     13.16  --
431.11/431.13	c  N dy  7576   2813245       121       252         0     90055       756   1084329     12.31     12.97  --
435.21/435.24	c  N dy  7694   2833527       121       252         0    109100       756   1487086     12.32     13.02  --
440.21/440.28	c  N dy  7805   2855248       121       252         0    129490       756   1905179     12.33     13.13  --
444.80/444.80	c  N dy  7897   2875981       121       252         0     79731       756    861754     12.33     13.01  --
448.30/448.36	c  N dy  7996   2896056       121       252         0     98515       756   1256014     12.34     14.52  --
452.61/452.65	c  N dy  8087   2916723       121       252         0    117750       756   1652431     12.34     13.26  --
457.31/457.36	c  N dy  8160   2937114       121       252         0    136886       756   2054593     12.34     13.02  --
461.20/461.25	c  N dy  8223   2958238       121       252         0     86474       756    986377     12.34     13.13  --
465.00/465.09	c  N dy  8336   2978330       121       252         0    105291       756   1373955     12.34     13.06  --
469.61/469.66	c  N dy  8444   2998998       121       252         0    124720       756   1774845     12.35     13.14  --
475.31/475.34	c  N dy  8561   3019297       121       252         0     72595       756    694191     12.36     13.34  --
478.61/478.69	c  N dy  8662   3040567       121       252         0     92489       756   1106164     12.35     13.05  --
482.71/482.74	c  N dy  8763   3060671       121       252         0    111405       756   1501555     12.36     13.09  --
487.21/487.24	c  N dy  8860   3080756       121       252         0    130074       756   1877496     12.36     13.22  --
492.60/492.67	c  N dy  8969   3100802       121       252         0     76815       756    770318     12.36     13.02  --
496.11/496.13	c  N dy  8991   3126112       121       252         0    100255       756   1250961     12.33     13.37  --
500.70/500.76	c  N dy  9109   3146143       121       252         0    118967       756   1638017     12.34     14.30  --
505.31/505.30	c  N dy  9177   3166768       121       252         0    138086       756   2022425     12.33     13.04  --
509.71/509.71	c  N dy  9256   3186795       121       252         0     84104       756    915253     12.33     15.30  --
513.51/513.52	c  N dy  9339   3208172       121       252         0    104057       756   1324368     12.33     13.15  --
514.41/514.45	c  S st  9366   3212150       121       252         0    107808       756   1403396     12.33     11.68  --
514.71/514.70	c  S st  9366   3212652       121       252         0    108301       756   1414851     12.33   no data  --
514.71/514.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
514.71/514.71	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
514.71/514.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.04
514.71/514.79	c bin-w-bin subsume rem            0 bins  time:  0.00 s
514.71/514.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
514.71/514.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    121 time:  0.00 s
514.71/514.79	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
523.51/523.60	c lits-rem:      2943  cl-subs:     1579  v-elim:      0  v-fix:    0  time:  8.81 s
523.51/523.60	c vivif2 --  cl tried      252 cl shrink        0 lits rem          0 time: 0.00
523.61/523.62	c vivif2 --  cl tried   106722 cl shrink        0 lits rem          0 time: 0.02
523.61/523.67	c asymm  cl-useful: 0/252/252 lits-rem:0 time: 0.05
523.61/523.67	c calculated reachability. Time: 0.00
523.61/523.67	c  N dy  9366   3212652       121       252         0    106722       756   1374484     12.33   no data  --
528.11/528.18	c  N dy  9463   3232779       121       252         0    125683       756   1770483     12.33     13.12  --
534.01/534.06	c  N dy  9595   3252796       121       252         0    144480       756   2159889     12.34     15.60  --
538.31/538.34	c  N dy  9708   3272977       121       252         0     89530       756   1016733     12.35     13.09  --
542.11/542.17	c  N dy  9789   3293917       121       252         0    109096       756   1408579     12.35     13.10  --
546.91/546.94	c  N dy  9876   3314187       121       252         0    128155       756   1808924     12.35     13.10  --
552.61/552.65	c  N dy  9994   3334252       121       252         0    146969       756   2194127     12.36     13.12  --
557.11/557.10	c  N dy 10103   3355569       121       252         0     91967       756   1048422     12.36     13.10  --
561.30/561.30	c  N dy 10217   3375596       121       252         0    110824       756   1436164     12.37     13.78  --
566.10/566.18	c  N dy 10330   3395654       121       252         0    129697       756   1828171     12.38     13.43  --
571.80/571.88	c  N dy 10447   3415691       121       252         0    148546       756   2221790     12.38     16.41  --
576.81/576.81	c  N dy 10598   3435827       121       252         0     91536       756   1040889     12.40     13.17  --
580.61/580.69	c  N dy 10679   3455884       121       252         0    110354       756   1427195     12.40     13.11  --
585.51/585.57	c  N dy 10796   3475923       121       252         0    129182       756   1818060     12.40     13.18  --
591.01/591.08	c  N dy 10872   3497107       121       252         0    148930       756   2223979     12.40     13.15  --
595.71/595.77	c  N dy 10982   3517135       121       252         0     90627       756    999694     12.41     16.18  --
599.51/599.53	c  N dy 11064   3537258       121       252         0    109383       756   1379462     12.41     13.10  --
604.01/604.06	c  N dy 11163   3557291       121       252         0    128056       756   1764114     12.41     13.12  --
609.51/609.53	c  N dy 11263   3577819       121       252         0    147392       756   2172350     12.41     13.18  --
614.31/614.36	c  N dy 11313   3599835       121       252         0     90200       756    975935     12.40     13.19  --
618.71/618.78	c  N dy 11445   3621354       121       252         0    110422       756   1396472     12.41     13.07  --
623.31/623.33	c  N dy 11548   3641454       121       252         0    129082       756   1779323     12.42     17.95  --
628.91/628.90	c  N dy 11662   3661508       121       252         0    147651       756   2159005     12.42     16.36  --
633.71/633.73	c  N dy 11725   3681818       121       252         0     88137       756    929563     12.41     13.11  --
637.31/637.33	c  N dy 11802   3701846       121       252         0    106889       756   1319300     12.41     13.23  --
639.81/639.82	c  S st 11868   3712654       121       252         0    117010       756   1531696     12.42   no data  --
640.01/640.08	c  S st 11868   3713161       121       252         0    117510       756   1543502     12.42   no data  --
640.01/640.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
640.01/640.09	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
640.12/640.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.04
640.12/640.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
640.12/640.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
640.12/640.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    121 time:  0.00 s
640.12/640.18	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
652.22/652.24	c lits-rem:      3092  cl-subs:     1740  v-elim:      0  v-fix:    0  time: 12.06 s
652.22/652.24	c vivif2 --  cl tried      252 cl shrink        0 lits rem          0 time: 0.00
652.22/652.26	c vivif2 --  cl tried   115770 cl shrink        0 lits rem          0 time: 0.02
652.32/652.32	c asymm  cl-useful: 0/252/252 lits-rem:0 time: 0.05
652.32/652.32	c calculated reachability. Time: 0.00
652.32/652.32	c  N dy 11868   3713161       121       252         0    115770       756   1499200     12.42   no data  --
657.01/657.01	c  N dy 11939   3733187       121       252         0    134405       756   1876839     12.41     17.44  --
662.61/662.69	c  F st 12057   3751562       121       252         0    151612       756   2243426     12.42   no data  --
663.22/663.23	c  N st 12061   3753595       121       252         0    153536       756   2285623     12.42   no data  --
664.01/664.04	c Decided on static restart strategy
667.91/667.91	c  N st 12067   3779868       121       252         0     97255       756   1166023     12.42   no data  --
673.31/673.39	c  N st 12069   3815861       121       252         0    127153       756   1772687     12.42   no data  --
680.51/680.56	c  N st 12070   3848253       121       252         0     77957       756   1118503     12.42   no data  --
686.81/686.83	c  N st 12071   3896841       121       252         0    117334       756   1864882     12.42   no data  --
698.01/698.01	c  N st 12072   3969725       121       252         0    101548       756   1498533     12.42   no data  --
716.52/716.59	c  N st 12073   4079048       121       252         0    117874       756   1900184     12.42   no data  --
740.51/740.51	c  N st 12074   4213162       121       252         0     81249       756   1043008     12.42   no data  --
740.51/740.51	c  S st 12074   4213162       121       252         0     81249       756   1043008     12.42   no data  --
740.71/740.70	c  S st 12074   4213664       121       252         0     81739       756   1054719     12.42   no data  --
740.71/740.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
740.71/740.71	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
740.71/740.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.02
740.71/740.76	c bin-w-bin subsume rem            0 bins  time:  0.00 s
740.71/740.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
740.71/740.76	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    121 time:  0.00 s
740.71/740.76	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
746.51/746.52	c lits-rem:      2266  cl-subs:     8020  v-elim:      0  v-fix:    0  time:  5.76 s
746.51/746.52	c vivif2 --  cl tried      252 cl shrink        0 lits rem          0 time: 0.00
746.51/746.53	c vivif2 --  cl tried    73719 cl shrink        0 lits rem          0 time: 0.01
746.51/746.56	c asymm  cl-useful: 0/252/252 lits-rem:0 time: 0.03
746.51/746.57	c calculated reachability. Time: 0.00
746.51/746.57	c  N st 12074   4213664       121       252         0     73719       756    908051     12.42   no data  --
790.01/790.09	c  N st 12075   4459640       121       252         0    126249       756   1936808     12.42   no data  --
835.12/835.16	c  N st 12076   4713664       121       252         0    105079       756   1427981     12.42   no data  --
835.12/835.16	c  S st 12076   4713664       121       252         0    105079       756   1427981     12.42   no data  --
835.42/835.40	c  S st 12076   4714169       121       252         0    105572       756   1438569     12.42   no data  --
835.42/835.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
835.42/835.40	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
835.42/835.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.04
835.42/835.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
835.42/835.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
835.42/835.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    121 time:  0.00 s
835.42/835.49	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
849.13/849.19	c lits-rem:      1749  cl-subs:    10291  v-elim:      0  v-fix:    0  time: 13.70 s
849.13/849.19	c vivif2 --  cl tried      252 cl shrink        0 lits rem          0 time: 0.00
849.23/849.21	c vivif2 --  cl tried    95281 cl shrink        0 lits rem          0 time: 0.02
849.23/849.25	c asymm  cl-useful: 0/252/252 lits-rem:0 time: 0.04
849.23/849.25	c calculated reachability. Time: 0.00
849.23/849.25	c  N st 12076   4714169       121       252         0     95281       756   1228056     12.42   no data  --
945.43/945.41	c  N st 12077   5214170       121       252         0    102297       756   1325916     12.42   no data  --
945.43/945.41	c  S st 12077   5214170       121       252         0    102297       756   1325916     12.42   no data  --
945.62/945.63	c  S st 12077   5214674       121       252         0    102791       756   1336930     12.42   no data  --
945.62/945.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
945.62/945.64	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
945.62/945.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
945.72/945.71	c bin-w-bin subsume rem            0 bins  time:  0.00 s
945.72/945.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
945.72/945.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    121 time:  0.00 s
945.72/945.71	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
957.42/957.42	c lits-rem:      4385  cl-subs:     7929  v-elim:      0  v-fix:    0  time: 11.70 s
957.42/957.42	c vivif2 --  cl tried      252 cl shrink        0 lits rem          0 time: 0.00
957.42/957.43	c vivif2 --  cl tried    94862 cl shrink        0 lits rem          0 time: 0.02
957.42/957.47	c asymm  cl-useful: 0/252/252 lits-rem:0 time: 0.04
957.42/957.48	c calculated reachability. Time: 0.00
957.42/957.48	c  N st 12077   5214674       121       252         0     94862       756   1170955     12.42   no data  --
1060.03/1060.06	c  N st 12078   5714674       121       252         0    170397       756   2657570     12.42   no data  --
1060.03/1060.06	c  S st 12078   5714674       121       252         0    170397       756   2657570     12.42   no data  --
1060.43/1060.43	c  S st 12078   5715175       121       252         0    170886       756   2669600     12.42   no data  --
1060.43/1060.44	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1060.43/1060.44	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1060.53/1060.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.0M T:  0.07
1060.63/1060.61	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1060.63/1060.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1060.63/1060.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    121 time:  0.00 s
1060.63/1060.61	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1201.53/1201.58	c lits-rem:     16803  cl-subs:    27107  v-elim:      0  v-fix:    0  time: 140.97 s
1201.53/1201.58	c vivif2 --  cl tried      252 cl shrink        0 lits rem          0 time: 0.00
1201.63/1201.60	c vivif2 --  cl tried   143779 cl shrink        0 lits rem          0 time: 0.03
1201.63/1201.68	c asymm  cl-useful: 0/252/252 lits-rem:0 time: 0.07
1201.63/1201.69	c calculated reachability. Time: 0.00
1201.63/1201.69	c  N st 12078   5715175       121       252         0    143779       756   2088354     12.42   no data  --

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

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

running on 2 cores: 0,2

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 4/180 24357
/proc/meminfo: memFree=25108244/32951124 swapFree=67111348/67111528
[pid=24357] ppid=24354 vsize=29680 CPUtime=0 cores=0,2
/proc/24357/stat : 24357 (strangenight1-s) R 24354 24357 23589 0 -1 4202496 521 0 0 0 0 0 0 0 21 0 1 0 550942822 30392320 457 33554432000 4194304 4650387 140734682249200 18446744073709551615 4520332 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24357/statm: 7420 457 377 112 0 2385 0

[startup+0.013086 s]
/proc/loadavg: 3.40 3.86 3.74 4/180 24357
/proc/meminfo: memFree=25108244/32951124 swapFree=67111348/67111528
[pid=24357] ppid=24354 vsize=29680 CPUtime=0 cores=0,2
/proc/24357/stat : 24357 (strangenight1-s) R 24354 24357 23589 0 -1 4202496 537 0 0 0 0 0 0 0 21 0 1 0 550942822 30392320 473 33554432000 4194304 4650387 140734682249200 18446744073709551615 4366899 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24357/statm: 7420 473 377 112 0 2385 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 29680

[startup+0.101053 s]
/proc/loadavg: 3.40 3.86 3.74 4/180 24357
/proc/meminfo: memFree=25108244/32951124 swapFree=67111348/67111528
[pid=24357] ppid=24354 vsize=30280 CPUtime=0.09 cores=0,2
/proc/24357/stat : 24357 (strangenight1-s) R 24354 24357 23589 0 -1 4202496 755 0 0 0 9 0 0 0 21 0 1 0 550942822 31006720 586 33554432000 4194304 4650387 140734682249200 18446744073709551615 4363391 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24357/statm: 7570 586 380 112 0 2535 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30280

[startup+0.301042 s]
/proc/loadavg: 3.40 3.86 3.74 4/180 24357
/proc/meminfo: memFree=25108244/32951124 swapFree=67111348/67111528
[pid=24357] ppid=24354 vsize=30708 CPUtime=0.29 cores=0,2
/proc/24357/stat : 24357 (strangenight1-s) R 24354 24357 23589 0 -1 4202496 1067 0 0 0 29 0 0 0 22 0 1 0 550942822 31444992 738 33554432000 4194304 4650387 140734682249200 18446744073709551615 4366799 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24357/statm: 7677 738 380 112 0 2642 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30708

[startup+0.70097 s]
/proc/loadavg: 3.40 3.86 3.74 4/180 24357
/proc/meminfo: memFree=25108244/32951124 swapFree=67111348/67111528
[pid=24357] ppid=24354 vsize=31156 CPUtime=0.69 cores=0,2
/proc/24357/stat : 24357 (strangenight1-s) R 24354 24357 23589 0 -1 4202496 1478 0 0 0 69 0 0 0 23 0 1 0 550942822 31903744 932 33554432000 4194304 4650387 140734682249200 18446744073709551615 4364753 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24357/statm: 7789 932 380 112 0 2754 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31156

[startup+1.5008 s]
/proc/loadavg: 3.45 3.86 3.74 5/190 24377
/proc/meminfo: memFree=25070200/32951124 swapFree=67111348/67111528
[pid=24357] ppid=24354 vsize=35912 CPUtime=1.49 cores=0,2
/proc/24357/stat : 24357 (strangenight1-s) R 24354 24357 23589 0 -1 4202496 3205 0 0 0 149 0 0 0 25 0 1 0 550942822 36773888 2110 33554432000 4194304 4650387 140734682249200 18446744073709551615 4363400 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24357/statm: 8978 2110 382 112 0 3943 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 35912

[startup+3.10052 s]
/proc/loadavg: 3.45 3.86 3.74 5/190 24377
/proc/meminfo: memFree=25057756/32951124 swapFree=67111348/67111528
[pid=24357] ppid=24354 vsize=37780 CPUtime=3.09 cores=0,2
/proc/24357/stat : 24357 (strangenight1-s) R 24354 24357 23589 0 -1 4202496 4652 0 0 0 309 0 0 0 25 0 1 0 550942822 38686720 2480 33554432000 4194304 4650387 140734682249200 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24357/statm: 9445 2480 382 112 0 4410 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 37780

[startup+6.30093 s]
/proc/loadavg: 3.45 3.86 3.74 5/190 24377
/proc/meminfo: memFree=25041848/32951124 swapFree=67111348/67111528
[pid=24357] ppid=24354 vsize=43428 CPUtime=6.29 cores=0,2
/proc/24357/stat : 24357 (strangenight1-s) R 24354 24357 23589 0 -1 4202496 7410 0 0 0 629 0 0 0 25 0 1 0 550942822 44470272 3816 33554432000 4194304 4650387 140734682249200 18446744073709551615 4364719 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24357/statm: 10857 3816 382 112 0 5822 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 43428

[startup+12.7007 s]
/proc/loadavg: 3.53 3.86 3.74 5/190 24377
/proc/meminfo: memFree=25011304/32951124 swapFree=67111348/67111528
[pid=24357] ppid=24354 vsize=48184 CPUtime=12.69 cores=0,2
/proc/24357/stat : 24357 (strangenight1-s) R 24354 24357 23589 0 -1 4202496 11429 0 0 0 1268 1 0 0 25 0 1 0 550942822 49340416 5016 33554432000 4194304 4650387 140734682249200 18446744073709551615 4366803 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24357/statm: 12046 5016 382 112 0 7011 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 48184

[startup+25.5003 s]
/proc/loadavg: 3.60 3.87 3.74 5/190 24377
/proc/meminfo: memFree=24978224/32951124 swapFree=67111348/67111528
[pid=24357] ppid=24354 vsize=56012 CPUtime=25.49 cores=0,2
/proc/24357/stat : 24357 (strangenight1-s) R 24354 24357 23589 0 -1 4202496 17785 0 0 0 2546 3 0 0 25 0 1 0 550942822 57356288 6829 33554432000 4194304 4650387 140734682249200 18446744073709551615 4366796 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24357/statm: 14003 6829 382 112 0 8968 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 56012

[startup+51.1006 s]
/proc/loadavg: 3.76 3.88 3.75 5/190 24378
/proc/meminfo: memFree=24938788/32951124 swapFree=67111348/67111528
[pid=24357] ppid=24354 vsize=59736 CPUtime=51.1 cores=0,2
/proc/24357/stat : 24357 (strangenight1-s) R 24354 24357 23589 0 -1 4202496 28491 0 0 0 5105 5 0 0 25 0 1 0 550942822 61169664 8015 33554432000 4194304 4650387 140734682249200 18446744073709551615 4365231 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24357/statm: 14934 8015 382 112 0 9899 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 59736

[startup+102.307 s]
/proc/loadavg: 3.89 3.89 3.76 5/190 24379
/proc/meminfo: memFree=24882572/32951124 swapFree=67111348/67111528
[pid=24357] ppid=24354 vsize=71488 CPUtime=102.3 cores=0,2
/proc/24357/stat : 24357 (strangenight1-s) R 24354 24357 23589 0 -1 4202496 45977 0 0 0 10222 8 0 0 25 0 1 0 550942822 73203712 10985 33554432000 4194304 4650387 140734682249200 18446744073709551615 4363848 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24357/statm: 17872 10985 382 112 0 12837 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 71488

[startup+162.301 s]
/proc/loadavg: 4.00 3.92 3.78 5/190 24381
/proc/meminfo: memFree=24808244/32951124 swapFree=67111348/67111528
[pid=24357] ppid=24354 vsize=80168 CPUtime=162.3 cores=0,2
/proc/24357/stat : 24357 (strangenight1-s) R 24354 24357 23589 0 -1 4202496 60712 0 0 0 16217 13 0 0 25 0 1 0 550942822 82092032 12391 33554432000 4194304 4650387 140734682249200 18446744073709551615 4366888 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24357/statm: 20042 12391 382 112 0 15007 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 80168

[startup+222.301 s]
/proc/loadavg: 4.00 3.93 3.79 5/190 24383
/proc/meminfo: memFree=24793820/32951124 swapFree=67111348/67111528
[pid=24357] ppid=24354 vsize=93872 CPUtime=222.3 cores=0,2
/proc/24357/stat : 24357 (strangenight1-s) R 24354 24357 23589 0 -1 4202496 73883 0 0 0 22214 16 0 0 25 0 1 0 550942822 96124928 16099 33554432000 4194304 4650387 140734682249200 18446744073709551615 4366872 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24357/statm: 23468 16099 382 112 0 18433 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 93872

[startup+282.301 s]
/proc/loadavg: 4.00 3.94 3.80 5/190 24384
/proc/meminfo: memFree=24742556/32951124 swapFree=67111348/67111528
[pid=24357] ppid=24354 vsize=94100 CPUtime=282.3 cores=0,2
/proc/24357/stat : 24357 (strangenight1-s) R 24354 24357 23589 0 -1 4202496 84486 0 0 0 28211 19 0 0 25 0 1 0 550942822 96358400 16495 33554432000 4194304 4650387 140734682249200 18446744073709551615 4364719 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24357/statm: 23525 16495 382 112 0 18490 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 94100

[startup+342.3 s]
/proc/loadavg: 4.07 3.98 3.82 5/190 24386
/proc/meminfo: memFree=24732732/32951124 swapFree=67111348/67111528
[pid=24357] ppid=24354 vsize=100792 CPUtime=342.3 cores=0,2
/proc/24357/stat : 24357 (strangenight1-s) R 24354 24357 23589 0 -1 4202496 94652 0 0 0 34209 21 0 0 25 0 1 0 550942822 103211008 17884 33554432000 4194304 4650387 140734682249200 18446744073709551615 4363384 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24357/statm: 25198 17884 382 112 0 20163 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 100792

[startup+402.3 s]
/proc/loadavg: 4.02 3.98 3.83 5/190 24387
/proc/meminfo: memFree=24717920/32951124 swapFree=67111348/67111528
[pid=24357] ppid=24354 vsize=104460 CPUtime=402.3 cores=0,2
/proc/24357/stat : 24357 (strangenight1-s) R 24354 24357 23589 0 -1 4202496 103810 0 0 0 40206 24 0 0 25 0 1 0 550942822 106967040 20133 33554432000 4194304 4650387 140734682249200 18446744073709551615 4476277 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24357/statm: 26115 20133 382 112 0 21080 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 104460

[startup+462.301 s]
/proc/loadavg: 4.01 3.98 3.83 5/190 24389
/proc/meminfo: memFree=24708700/32951124 swapFree=67111348/67111528
[pid=24357] ppid=24354 vsize=110464 CPUtime=462.3 cores=0,2
/proc/24357/stat : 24357 (strangenight1-s) R 24354 24357 23589 0 -1 4202496 113666 0 0 0 46204 26 0 0 25 0 1 0 550942822 113115136 20212 33554432000 4194304 4650387 140734682249200 18446744073709551615 4328078 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24357/statm: 27616 20212 382 112 0 22581 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 110464

[startup+522.301 s]
/proc/loadavg: 4.00 3.98 3.84 5/190 24391
/proc/meminfo: memFree=24692556/32951124 swapFree=67111348/67111528
[pid=24357] ppid=24354 vsize=111452 CPUtime=522.31 cores=0,2
/proc/24357/stat : 24357 (strangenight1-s) R 24354 24357 23589 0 -1 4202496 122066 0 0 0 52203 28 0 0 25 0 1 0 550942822 114126848 20996 33554432000 4194304 4650387 140734682249200 18446744073709551615 4476277 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24357/statm: 27863 20996 382 112 0 22828 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 111452

[startup+582.301 s]
/proc/loadavg: 4.00 3.98 3.84 5/190 24392
/proc/meminfo: memFree=24676508/32951124 swapFree=67111348/67111528
[pid=24357] ppid=24354 vsize=111644 CPUtime=582.31 cores=0,2
/proc/24357/stat : 24357 (strangenight1-s) R 24354 24357 23589 0 -1 4202496 130240 0 0 0 58201 30 0 0 25 0 1 0 550942822 114323456 21173 33554432000 4194304 4650387 140734682249200 18446744073709551615 4366891 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24357/statm: 27911 21173 382 112 0 22876 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 111644

[startup+642.301 s]
/proc/loadavg: 4.00 3.98 3.85 5/190 24394
/proc/meminfo: memFree=24679696/32951124 swapFree=67111348/67111528
[pid=24357] ppid=24354 vsize=111796 CPUtime=642.32 cores=0,2
/proc/24357/stat : 24357 (strangenight1-s) R 24354 24357 23589 0 -1 4202496 138441 0 0 0 64198 34 0 0 25 0 1 0 550942822 114479104 21149 33554432000 4194304 4650387 140734682249200 18446744073709551615 4438367 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24357/statm: 27949 21149 382 112 0 22914 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 111796

[startup+702.3 s]
/proc/loadavg: 4.00 3.98 3.85 5/190 24395
/proc/meminfo: memFree=24679280/32951124 swapFree=67111348/67111528
[pid=24357] ppid=24354 vsize=113036 CPUtime=702.31 cores=0,2
/proc/24357/stat : 24357 (strangenight1-s) R 24354 24357 23589 0 -1 4202496 147395 0 0 0 70196 35 0 0 25 0 1 0 550942822 115748864 21693 33554432000 4194304 4650387 140734682249200 18446744073709551615 4328243 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24357/statm: 28259 21693 382 112 0 23224 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 113036

[startup+762.307 s]
/proc/loadavg: 4.00 3.98 3.86 5/190 24397
/proc/meminfo: memFree=24651324/32951124 swapFree=67111348/67111528
[pid=24357] ppid=24354 vsize=120432 CPUtime=762.32 cores=0,2
/proc/24357/stat : 24357 (strangenight1-s) R 24354 24357 23589 0 -1 4202496 152489 0 0 0 76195 37 0 0 25 0 1 0 550942822 123322368 23975 33554432000 4194304 4650387 140734682249200 18446744073709551615 4365191 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24357/statm: 30108 23975 382 112 0 25073 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 120432

[startup+822.301 s]
/proc/loadavg: 4.00 3.98 3.87 5/190 24399
/proc/meminfo: memFree=24618416/32951124 swapFree=67111348/67111528
[pid=24357] ppid=24354 vsize=136724 CPUtime=822.31 cores=0,2
/proc/24357/stat : 24357 (strangenight1-s) R 24354 24357 23589 0 -1 4202496 156143 0 0 0 82193 38 0 0 25 0 1 0 550942822 140005376 27629 33554432000 4194304 4650387 140734682249200 18446744073709551615 4363568 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24357/statm: 34181 27629 382 112 0 29146 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 136724

[startup+882.301 s]
/proc/loadavg: 4.09 4.01 3.88 5/190 24400
/proc/meminfo: memFree=24612076/32951124 swapFree=67111348/67111528
[pid=24357] ppid=24354 vsize=136724 CPUtime=882.32 cores=0,2
/proc/24357/stat : 24357 (strangenight1-s) R 24354 24357 23589 0 -1 4202496 156896 0 0 0 88193 39 0 0 25 0 1 0 550942822 140005376 28382 33554432000 4194304 4650387 140734682249200 18446744073709551615 4366891 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24357/statm: 34181 28382 382 112 0 29146 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 136724

[startup+942.301 s]
/proc/loadavg: 4.03 4.00 3.89 5/190 24402
/proc/meminfo: memFree=24616632/32951124 swapFree=67111348/67111528
[pid=24357] ppid=24354 vsize=136724 CPUtime=942.32 cores=0,2
/proc/24357/stat : 24357 (strangenight1-s) R 24354 24357 23589 0 -1 4202496 156898 0 0 0 94193 39 0 0 25 0 1 0 550942822 140005376 28384 33554432000 4194304 4650387 140734682249200 18446744073709551615 4365314 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24357/statm: 34181 28384 382 112 0 29146 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 136724

[startup+1002.3 s]
/proc/loadavg: 4.01 4.00 3.89 5/190 24403
/proc/meminfo: memFree=24541808/32951124 swapFree=67111348/67111528
[pid=24357] ppid=24354 vsize=136724 CPUtime=1002.32 cores=0,2
/proc/24357/stat : 24357 (strangenight1-s) R 24354 24357 23589 0 -1 4202496 157183 0 0 0 100193 39 0 0 25 0 1 0 550942822 140005376 28669 33554432000 4194304 4650387 140734682249200 18446744073709551615 4364760 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24357/statm: 34181 28669 382 112 0 29146 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 136724

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 3.90 5/190 24405
/proc/meminfo: memFree=24514472/32951124 swapFree=67111348/67111528
[pid=24357] ppid=24354 vsize=156424 CPUtime=1062.32 cores=0,2
/proc/24357/stat : 24357 (strangenight1-s) R 24354 24357 23589 0 -1 4202496 161808 0 0 0 106192 40 0 0 25 0 1 0 550942822 160178176 33294 33554432000 4194304 4650387 140734682249200 18446744073709551615 4433049 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24357/statm: 39106 33294 382 112 0 34071 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 156424

[startup+1122.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/190 24407
/proc/meminfo: memFree=24521984/32951124 swapFree=67111348/67111528
[pid=24357] ppid=24354 vsize=156424 CPUtime=1122.33 cores=0,2
/proc/24357/stat : 24357 (strangenight1-s) R 24354 24357 23589 0 -1 4202496 161808 0 0 0 112193 40 0 0 25 0 1 0 550942822 160178176 33294 33554432000 4194304 4650387 140734682249200 18446744073709551615 4432344 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24357/statm: 39106 33294 382 112 0 34071 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 156424

[startup+1182.3 s]
/proc/loadavg: 4.08 4.02 3.91 5/190 24408
/proc/meminfo: memFree=24517384/32951124 swapFree=67111348/67111528
[pid=24357] ppid=24354 vsize=156424 CPUtime=1182.33 cores=0,2
/proc/24357/stat : 24357 (strangenight1-s) R 24354 24357 23589 0 -1 4202496 162089 0 0 0 118193 40 0 0 25 0 1 0 550942822 160178176 33575 33554432000 4194304 4650387 140734682249200 18446744073709551615 4476277 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24357/statm: 39106 33575 382 112 0 34071 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 156424

[startup+1242.3 s]
/proc/loadavg: 4.03 4.01 3.91 5/190 24410
/proc/meminfo: memFree=24500968/32951124 swapFree=67111348/67111528
[pid=24357] ppid=24354 vsize=166256 CPUtime=1242.33 cores=0,2
/proc/24357/stat : 24357 (strangenight1-s) R 24354 24357 23589 0 -1 4202496 164649 0 0 0 124192 41 0 0 25 0 1 0 550942822 170246144 35948 33554432000 4194304 4650387 140734682249200 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24357/statm: 41564 35948 382 112 0 36529 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 166256



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.01 4.01 3.91 4/188 24412
/proc/meminfo: memFree=24602132/32951124 swapFree=67111348/67111528
[pid=24357] ppid=24354 vsize=194856 CPUtime=1300.04 cores=0,2
/proc/24357/stat : 24357 (strangenight1-s) R 24354 24357 23589 0 -1 4202496 169536 0 0 0 129962 42 0 0 25 0 1 0 550942822 199532544 40835 33554432000 4194304 4650387 140734682249200 18446744073709551615 4365291 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24357/statm: 48714 40835 382 112 0 43679 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 194856

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

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

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

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

runsolver used 2.31065 second user time and 4.81527 second system time

The end

Launcher Data

Begin job on node111 at 2011-04-24 03:05:23
IDJOB=3273807
IDBENCH=83147
IDSOLVER=1589
FILE ID=node111/3273807-1303607123
RUNJOBID= node111-1303607121-24334
PBS_JOBID= 13150581
Free space on /tmp= 70732 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-st
BENCH NAME= SAT11/crafted/spence/sgen/sgen3-n120-s55656844-unsat.cnf
COMMAND LINE= ./strangenight1-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3273807-1303607123/watcher-3273807-1303607123 -o /tmp/evaluation-result-3273807-1303607123/solver-3273807-1303607123 -C 2400 -W 1300 -M 7680  ./strangenight1-st HOME/instance-3273807-1303607123.cnf

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

MD5SUM BENCH= 4877ca9f3fe317c84d3087c8296a2a0b
RANDOM SEED=2141098339

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:      25108284 kB
Buffers:       1172376 kB
Cached:        6135368 kB
SwapCached:        132 kB
Active:        1995564 kB
Inactive:      5378956 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25108284 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           12640 kB
Writeback:           0 kB
AnonPages:       67088 kB
Mapped:          15200 kB
Slab:           403236 kB
PageTables:       4804 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   219696 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