Trace number 3175704

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.04 1300.01

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v70-c6230-S1516725086-012.UNKNOWN.cnf
MD5SUM700fcf61c35143a2185883134d0eb67b
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables70
Number of clauses6230
Sum of the clauses size43610
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 56230

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-3175704-1301786264.cnf'
0.00/0.00	c -- header says num vars:             70
0.00/0.00	c -- header says num clauses:        6230
0.00/0.00	c -- clauses added:            0 learnts,         6230 normals,            0 xors
0.00/0.00	c -- vars added         70
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0        70      6230         0         0     43610         0   no data   no data  --
0.09/0.15	c asymm  cl-useful: 0/6230/6230 lits-rem:0 time: 0.14
0.09/0.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
0.09/0.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.09/0.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.09/0.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
0.09/0.15	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.09/0.17	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
0.09/0.17	c Finding binary XORs  T:     0.00 s  found:       0
0.09/0.17	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.09/0.17	c calculated reachability. Time: 0.00
0.09/0.17	c Calc default polars -  time:   0.00 s pos:      32 undec:       1 neg:      37
0.09/0.17	c =========================================================================================
0.09/0.17	c types(t): F = full restart, N = normal restart
0.09/0.17	c types(t): S = simplification begin/end, E = solution found
0.09/0.17	c restart types(rt): st = static, dy = dynamic
0.09/0.17	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.09/0.17	c  B st     0         0        70      6230         0         0     43610         0   no data   no data  --
0.29/0.34	c  N dy     7      5129        70      6230         0      2365     43610     50322     20.35     21.45  --
0.39/0.49	c  N dy    21      9368        70      6230         0      6215     43610    143457     20.66     21.76  --
0.59/0.67	c  N dy    30     13594        70      6230         0      6178     43610    132092     20.66     21.76  --
1.09/1.15	c  N dy    43     23736        70      6230         0     10219     43610    218106     20.39     21.50  --
1.19/1.22	c  F st    55     25000        70      6230         0     11365     43610    246293     20.49   no data  --
1.29/1.39	c  N st    60     28298        70      6230         0      8210     43610    160021     20.49   no data  --
1.39/1.47	c  S st    61     30002        70      6230         0      9742     43610    198015     20.49   no data  --
1.49/1.51	c  S st    61     30506        70      6230         0     10211     43610    209590     20.49   no data  --
1.49/1.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.49/1.51	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1.49/1.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
1.49/1.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.49/1.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.49/1.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
1.49/1.52	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2.49/2.55	c lits-rem:      1658  cl-subs:      813  v-elim:      0  v-fix:    0  time:  1.03 s
2.79/2.84	c asymm  cl-useful: 0/6230/6230 lits-rem:0 time: 0.29
2.79/2.84	c calculated reachability. Time: 0.00
2.79/2.84	c  N dy    61     30506        70      6230         0      9398     43610    186795     20.49   no data  --
3.09/3.16	c  N dy    67     36551        70      6230         0      7751     43610    134739     20.42     21.59  --
3.58/3.63	c  N dy    80     45037        70      6230         0     15416     43610    317733     20.34     21.53  --
3.58/3.68	c  S st    83     45761        70      6230         0     16092     43610    334195     20.36     20.29  --
3.68/3.73	c  S st    83     46261        70      6230         0      8497     43610    141174     20.36   no data  --
3.68/3.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.68/3.73	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3.68/3.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
3.68/3.74	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.68/3.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.68/3.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
3.68/3.74	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.48/4.57	c lits-rem:       158  cl-subs:       54  v-elim:      0  v-fix:    0  time:  0.83 s
4.48/4.57	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
4.48/4.57	c vivif2 --  cl tried     8443 cl shrink        0 lits rem          0 time: 0.00
4.78/4.83	c asymm  cl-useful: 0/6230/6230 lits-rem:0 time: 0.26
4.78/4.83	c calculated reachability. Time: 0.00
4.78/4.83	c  N dy    83     46261        70      6230         0      8443     43610    139414     20.36   no data  --
4.98/5.06	c  N dy   102     50571        70      6230         0     12352     43610    234190     20.45     21.59  --
5.39/5.40	c  N dy   112     56127        70      6230         0     17337     43610    350579     20.37     21.50  --
5.58/5.63	c  N dy   121     60216        70      6230         0     11998     43610    213236     20.38     21.47  --
6.19/6.23	c  N dy   141     69391        70      6230         0     10380     43610    161337     20.31     17.01  --
6.19/6.23	c  S st   141     69391        70      6230         0     10380     43610    161337     20.31     17.01  --
6.19/6.27	c  S st   141     69896        70      6230         0     10842     43610    172813     20.31   no data  --
6.19/6.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
6.19/6.27	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
6.19/6.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
6.19/6.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
6.19/6.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.19/6.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
6.19/6.28	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
7.09/7.17	c lits-rem:       258  cl-subs:      176  v-elim:      0  v-fix:    0  time:  0.90 s
7.09/7.18	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
7.09/7.18	c vivif2 --  cl tried    10666 cl shrink        0 lits rem          0 time: 0.00
7.39/7.49	c asymm  cl-useful: 0/6230/6230 lits-rem:0 time: 0.31
7.39/7.49	c calculated reachability. Time: 0.00
7.39/7.49	c  N dy   141     69896        70      6230         0     10666     43610    168402     20.31   no data  --
7.78/7.80	c  N dy   168     74756        70      6230         0     15124     43610    277544     20.39     21.48  --
8.48/8.51	c  N dy   203     84256        70      6230         0     12878     43610    209847     20.46     21.58  --
8.70/8.73	c  F st   222     87503        70      6230         0     15829     43610    281786     20.50     18.72  --
8.89/8.95	c  N st   227     90799        70      6230         0     18827     43610    354497     20.50   no data  --
9.39/9.44	c  N dy   235     97228        70      6230         0     12852     43610    196149     20.49     21.57  --
9.90/9.94	c  N dy   251    104268        70      6230         0     19234     43610    346637     20.44     21.63  --
9.99/10.00	c  S st   257    104846        70      6230         0     19750     43610    359190     20.45   no data  --
9.99/10.06	c  S st   257    105352        70      6230         0     20223     43610    371026     20.45   no data  --
9.99/10.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.99/10.06	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.99/10.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
9.99/10.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.99/10.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.99/10.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
9.99/10.07	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
11.69/11.71	c lits-rem:      1868  cl-subs:     1972  v-elim:      0  v-fix:    0  time:  1.64 s
11.69/11.71	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
11.69/11.71	c vivif2 --  cl tried    18251 cl shrink        0 lits rem          0 time: 0.00
11.99/12.07	c asymm  cl-useful: 0/4613/6230 lits-rem:0 time: 0.36
11.99/12.08	c calculated reachability. Time: 0.00
11.99/12.08	c  N dy   257    105352        70      6230         0     18251     43610    323015     20.45   no data  --
12.59/12.67	c  N dy   292    112334        70      6230         0     24610     43610    477023     20.51     21.80  --
13.29/13.35	c  N dy   296    122572        70      6230         0     21256     43610    382384     20.40     21.59  --
14.09/14.12	c  N dy   327    130547        70      6230         0     14960     43610    223701     20.45     21.58  --
14.78/14.80	c  N dy   345    139077        70      6230         0     22652     43610    406899     20.41     21.67  --
15.69/15.70	c  N dy   387    148175        70      6230         0     16461     43610    245466     20.46     21.56  --
16.40/16.48	c  N dy   409    158028        70      6230         0     25403     43610    459314     20.44     18.74  --
16.40/16.48	c  S st   409    158028        70      6230         0     25403     43610    459314     20.44     18.74  --
16.50/16.55	c  S st   409    158531        70      6230         0     25879     43610    471006     20.44   no data  --
16.50/16.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
16.50/16.55	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
16.50/16.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
16.50/16.57	c bin-w-bin subsume rem            0 bins  time:  0.00 s
16.50/16.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.50/16.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
16.50/16.57	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
18.60/18.62	c lits-rem:      1989  cl-subs:     2500  v-elim:      0  v-fix:    0  time:  2.05 s
18.60/18.63	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
18.60/18.63	c vivif2 --  cl tried    23379 cl shrink        0 lits rem          0 time: 0.00
18.79/18.81	c asymm  cl-useful: 0/1617/6230 lits-rem:0 time: 0.18
18.79/18.81	c calculated reachability. Time: 0.00
18.79/18.81	c  N dy   409    158531        70      6230         0     23379     43610    409558     20.44   no data  --
19.80/19.82	c  N dy   433    168867        70      6230         0     17406     43610    255505     20.44     21.63  --
21.69/21.77	c  N dy   461    191367        70      6230         0     21437     43610    335974     20.33     21.42  --
23.19/23.20	c  N dy   518    205229        70      6230         0     33978     43610    638632     20.37     21.55  --
24.39/24.44	c  N dy   560    218611        70      6230         0     28990     43610    511255     20.36     21.46  --
25.69/25.79	c  N dy   585    232645        70      6230         0     23593     43610    365445     20.33     21.45  --
26.29/26.30	c  S st   616    237797        70      6230         0     28249     43610    477900     20.36   no data  --
26.29/26.38	c  S st   616    238299        70      6230         0     28719     43610    489530     20.36   no data  --
26.29/26.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
26.29/26.38	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
26.29/26.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
26.29/26.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
26.29/26.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
26.29/26.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
26.29/26.40	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
28.78/28.80	c lits-rem:      2047  cl-subs:     2271  v-elim:      0  v-fix:    0  time:  2.40 s
28.78/28.80	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
28.78/28.80	c vivif2 --  cl tried    26448 cl shrink        0 lits rem          0 time: 0.00
29.08/29.17	c asymm  cl-useful: 0/3601/6230 lits-rem:0 time: 0.37
29.08/29.17	c calculated reachability. Time: 0.00
29.08/29.17	c  N dy   616    238299        70      6230         0     26448     43610    432626     20.36   no data  --
30.99/31.08	c  N dy   651    257473        70      6230         0     24862     43610    380845     20.33     21.46  --
33.09/33.18	c  N dy   734    274707        70      6230         0     20654     43610    268967     20.38     21.52  --
35.09/35.20	c  N dy   839    292974        70      6230         0     37239     43610    671581     20.44     21.71  --
36.58/36.68	c  F st   873    306252        70      6230         0     28470     43610    442519     20.44     18.54  --
37.18/37.27	c  N dy   881    311935        70      6230         0     33622     43610    570998     20.44     21.55  --
39.99/40.00	c  N dy   969    333188        70      6230         0     31147     43610    497031     20.48     21.60  --
42.69/42.74	c  N dy  1073    353237        70      6230         0     26709     43610    378111     20.53     21.79  --
43.19/43.20	c  S st  1095    357448        70      6230         0     30550     43610    470804     20.54     19.14  --
43.19/43.28	c  S st  1095    357954        70      6230         0     31026     43610    482571     20.54   no data  --
43.19/43.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
43.19/43.28	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
43.19/43.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
43.29/43.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
43.29/43.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
43.29/43.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
43.29/43.31	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
45.59/45.61	c lits-rem:      1502  cl-subs:     1780  v-elim:      0  v-fix:    0  time:  2.30 s
45.59/45.61	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
45.59/45.61	c vivif2 --  cl tried    29246 cl shrink        0 lits rem          0 time: 0.00
45.89/45.95	c asymm  cl-useful: 0/2629/6230 lits-rem:0 time: 0.34
45.89/45.95	c calculated reachability. Time: 0.00
45.89/45.95	c  N dy  1095    357954        70      6230         0     29246     43610    436741     20.54   no data  --
48.59/48.68	c  N dy  1173    378524        70      6230         0     24401     43610    307689     20.56     21.72  --
51.49/51.53	c  N dy  1250    402424        70      6230         0     45938     43610    825406     20.55     21.64  --
54.08/54.12	c  N dy  1349    422511        70      6230         0     39779     43610    667870     20.58     21.75  --
56.88/56.90	c  N dy  1416    442677        70      6230         0     32668     43610    476487     20.58     21.71  --
59.68/59.75	c  N dy  1492    463717        70      6230         0     51693     43610    935569     20.59     21.68  --
62.28/62.38	c  N dy  1540    484512        70      6230         0     44249     43610    743284     20.58     21.71  --
65.29/65.36	c  N dy  1597    504853        70      6230         0     35467     43610    517535     20.58     21.69  --
68.59/68.65	c  N dy  1620    528296        70      6230         0     28579     43610    341831     20.54     21.73  --
69.59/69.69	c  S st  1664    536931        70      6230         0     36377     43610    532051     20.55     18.85  --
69.69/69.79	c  S st  1664    537433        70      6230         0     36836     43610    543653     20.55   no data  --
69.69/69.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
69.69/69.79	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
69.79/69.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
69.79/69.82	c bin-w-bin subsume rem            0 bins  time:  0.00 s
69.79/69.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
69.79/69.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
69.79/69.82	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
72.19/72.29	c lits-rem:      1062  cl-subs:     1885  v-elim:      0  v-fix:    0  time:  2.47 s
72.19/72.29	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
72.29/72.30	c vivif2 --  cl tried    34951 cl shrink        0 lits rem          0 time: 0.01
72.39/72.48	c asymm  cl-useful: 0/1559/6230 lits-rem:0 time: 0.18
72.39/72.48	c calculated reachability. Time: 0.00
72.39/72.48	c  N dy  1664    537433        70      6230         0     34951     43610    495902     20.55   no data  --
75.48/75.55	c  N dy  1745    557556        70      6230         0     53145     43610    935032     20.56     21.73  --
79.38/79.45	c  N dy  1766    587785        70      6230         0     51566     43610    877600     20.50     21.63  --
82.98/83.03	c  N dy  1844    611890        70      6230         0     43633     43610    680937     20.50     21.60  --
86.29/86.35	c  N dy  1863    634083        70      6230         0     32919     43610    406557     20.44     21.53  --
89.29/89.36	c  N dy  1966    654181        70      6230         0     51139     43610    851135     20.47     22.19  --
92.29/92.31	c  N dy  1985    675015        70      6230         0     38299     43610    522693     20.43     21.53  --
95.49/95.58	c  N dy  2087    695048        70      6230         0     56409     43610    963327     20.46     22.99  --
98.99/99.01	c  N dy  2144    716258        70      6230         0     43015     43610    618587     20.45     21.57  --
103.08/103.19	c  N dy  2217    741068        70      6230         0     65340     43610   1152116     20.44     21.70  --
109.59/109.68	c  N dy  2256    781272        70      6230         0     67891     43610   1175921     20.35     21.53  --
112.98/113.03	c  N dy  2353    801285        70      6230         0     52019     43610    824470     20.37     22.98  --
113.98/114.00	c  S st  2386    806149        70      6230         0     56412     43610    932020     20.38   no data  --
114.08/114.15	c  S st  2386    806651        70      6230         0     56879     43610    943561     20.38   no data  --
114.08/114.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
114.08/114.15	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
114.08/114.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
114.18/114.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
114.18/114.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
114.18/114.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
114.18/114.20	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
122.59/122.69	c lits-rem:      3033  cl-subs:     4810  v-elim:      0  v-fix:    0  time:  8.49 s
122.59/122.69	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
122.69/122.70	c vivif2 --  cl tried    52069 cl shrink        0 lits rem          0 time: 0.01
122.89/122.91	c asymm  cl-useful: 0/973/6230 lits-rem:0 time: 0.21
122.89/122.92	c calculated reachability. Time: 0.00
122.89/122.92	c  N dy  2386    806651        70      6230         0     52069     43610    819716     20.38   no data  --
127.69/127.72	c  N dy  2524    828247        70      6230         0     36715     43610    436810     20.41     21.56  --
130.99/131.04	c  N dy  2642    848289        70      6230         0     54857     43610    880930     20.44     21.53  --
135.09/135.13	c  N dy  2717    868315        70      6230         0     36932     43610    428059     20.45     23.48  --
138.29/138.30	c  N dy  2817    888368        70      6230         0     55033     43610    868656     20.47     22.65  --
142.69/142.78	c  N dy  2916    908451        70      6230         0     73230     43610   1310830     20.48     21.64  --
146.19/146.22	c  N dy  3004    928715        70      6230         0     54575     43610    839185     20.49     21.59  --
150.38/150.44	c  N dy  3071    948753        70      6230         0     72680     43610   1277075     20.50     22.02  --
154.59/154.60	c  N dy  3184    971400        70      6230         0     55203     43610    845259     20.52     21.66  --
158.29/158.37	c  N dy  3229    991407        70      6230         0     73193     43610   1275516     20.51     23.10  --
165.99/166.02	c  N dy  3255   1035557        70      6230         0     73845     43610   1238215     20.43     21.54  --
170.08/170.19	c  N dy  3374   1055581        70      6230         0     52470     43610    756230     20.45     21.58  --
173.28/173.35	c  F st  3433   1071875        70      6230         0     67189     43610   1109214     20.45   no data  --
174.38/174.46	c  N dy  3439   1077069        70      6230         0     71878     43610   1224791     20.45   no data  --
179.19/179.24	c  N dy  3574   1097167        70      6230         0     49525     43610    670785     20.47     22.51  --
183.39/183.43	c  N dy  3634   1119811        70      6230         0     69883     43610   1159232     20.46     21.61  --
189.20/189.23	c  N dy  3727   1142260        70      6230         0     48674     43610    631488     20.47     21.88  --
193.49/193.50	c  N dy  3813   1162361        70      6230         0     66845     43610   1073484     20.48     21.60  --
198.39/198.49	c  N dy  3883   1182423        70      6230         0     42539     43610    471417     20.48     23.46  --
201.99/202.07	c  N dy  3980   1202507        70      6230         0     60643     43610    913307     20.49     22.29  --
203.78/203.84	c  S st  4033   1209976        70      6230         0     67390     43610   1080588     20.50   no data  --
203.99/204.00	c  S st  4033   1210478        70      6230         0     67851     43610   1092103     20.50   no data  --
203.99/204.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
203.99/204.01	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
203.99/204.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
203.99/204.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
203.99/204.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
203.99/204.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
203.99/204.07	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
216.19/216.25	c lits-rem:      3131  cl-subs:     5148  v-elim:      0  v-fix:    0  time: 12.18 s
216.19/216.25	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
216.19/216.26	c vivif2 --  cl tried    62703 cl shrink        0 lits rem          0 time: 0.01
216.39/216.49	c asymm  cl-useful: 0/766/6230 lits-rem:0 time: 0.23
216.39/216.50	c calculated reachability. Time: 0.00
216.39/216.50	c  N dy  4033   1210478        70      6230         0     62703     43610    959582     20.50   no data  --
222.09/222.11	c  N dy  4172   1231171        70      6230         0     81466     43610   1422137     20.53     21.69  --
225.79/225.87	c  N dy  4204   1251253        70      6230         0     56422     43610    791762     20.52     21.60  --
229.99/230.02	c  N dy  4251   1271431        70      6230         0     74584     43610   1229296     20.52     21.66  --
234.19/234.29	c  N dy  4286   1291468        70      6230         0     48585     43610    591284     20.50     23.09  --
238.19/238.29	c  N dy  4373   1311644        70      6230         0     66768     43610   1033381     20.51     21.60  --
243.19/243.25	c  N dy  4431   1333149        70      6230         0     86115     43610   1500699     20.51     21.60  --
247.79/247.81	c  N dy  4540   1353470        70      6230         0     59504     43610    846479     20.52     21.71  --
254.89/254.96	c  N dy  4590   1387973        70      6230         0     90381     43610   1576038     20.49     21.67  --
259.89/259.92	c  N dy  4657   1414127        70      6230         0     68081     43610   1030812     20.48     21.59  --
264.49/264.53	c  N dy  4706   1434183        70      6230         0     86123     43610   1466006     20.47     21.57  --
269.50/269.58	c  N dy  4830   1454194        70      6230         0     57440     43610    770838     20.49     22.59  --
273.29/273.30	c  N dy  4862   1474255        70      6230         0     75450     43610   1200030     20.48     22.95  --
278.19/278.24	c  N dy  4901   1494262        70      6230         0     93411     43610   1629280     20.48     21.59  --
282.70/282.71	c  N dy  4950   1516829        70      6230         0     66015     43610    951325     20.47     21.65  --
287.59/287.68	c  N dy  4996   1537931        70      6230         0     84976     43610   1403924     20.46     21.58  --
293.79/293.89	c  N dy  5097   1560932        70      6230         0     57104     43610    728762     20.47     21.56  --
298.69/298.77	c  N dy  5241   1581003        70      6230         0     75323     43610   1178842     20.48     22.57  --
307.89/307.93	c  N dy  5396   1603391        70      6230         0     95615     43610   1680483     20.50     21.61  --
313.90/313.96	c  N dy  5538   1623421        70      6230         0     64145     43610    897838     20.52     22.78  --
319.19/319.22	c  N dy  5656   1643459        70      6230         0     82173     43610   1341018     20.54     22.75  --
325.50/325.53	c  N dy  5750   1663503        70      6230         0    100199     43610   1777063     20.54     22.79  --
330.29/330.38	c  N dy  5869   1684755        70      6230         0     68876     43610    998395     20.55     21.68  --
335.50/335.53	c  N dy  5958   1704785        70      6230         0     86929     43610   1437837     20.56     22.29  --
337.19/337.29	c  S st  5976   1710478        70      6230         0     92067     43610   1561133     20.56     19.05  --
337.49/337.55	c  S st  5976   1710985        70      6230         0     92523     43610   1572521     20.56   no data  --
337.49/337.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
337.49/337.56	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
337.60/337.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
337.60/337.65	c bin-w-bin subsume rem            0 bins  time:  0.00 s
337.60/337.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
337.60/337.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
337.60/337.65	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
401.59/401.64	c lits-rem:      4745  cl-subs:     9529  v-elim:      0  v-fix:    0  time: 63.99 s
401.59/401.64	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
401.59/401.66	c vivif2 --  cl tried    82994 cl shrink        0 lits rem          0 time: 0.02
401.89/401.94	c asymm  cl-useful: 0/550/6230 lits-rem:0 time: 0.28
401.89/401.94	c calculated reachability. Time: 0.00
401.89/401.94	c  N dy  5976   1710985        70      6230         0     82994     43610   1333596     20.56   no data  --
407.39/407.40	c  N dy  6016   1731003        70      6230         0    100944     43610   1762446     20.55     21.64  --
413.39/413.41	c  N dy  6072   1760867        70      6230         0     76747     43610   1170392     20.54     21.64  --
419.19/419.23	c  N dy  6137   1781943        70      6230         0     95724     43610   1630030     20.54     21.64  --
425.00/425.06	c  N dy  6258   1801952        70      6230         0     61894     43610    805196     20.55     23.65  --
429.50/429.51	c  N dy  6313   1822665        70      6230         0     80435     43610   1246663     20.55     21.67  --
437.60/437.67	c  N dy  6379   1851174        70      6230         0     53090     43610    577363     20.54     21.64  --
441.89/441.97	c  N dy  6460   1871923        70      6230         0     71754     43610   1028137     20.54     21.64  --
447.59/447.61	c  N dy  6565   1892003        70      6230         0     89974     43610   1474772     20.55     24.17  --
457.50/457.57	c  N dy  6666   1912074        70      6230         0     54102     43610    587330     20.56     22.41  --
462.79/462.82	c  N dy  6764   1932669        70      6230         0     72686     43610   1042120     20.57     21.68  --
468.69/468.76	c  N dy  6834   1955642        70      6230         0     93390     43610   1543409     20.57     21.71  --
475.90/475.92	c  N dy  6928   1977433        70      6230         0     58059     43610    671332     20.57     21.73  --
481.00/481.10	c  N dy  6974   2002995        70      6230         0     81040     43610   1222176     20.56     21.68  --
486.50/486.58	c  N dy  7035   2023020        70      6230         0     99036     43610   1661076     20.56     21.75  --
495.69/495.80	c  N dy  7121   2059282        70      6230         0     75708     43610   1074043     20.55     21.68  --
501.99/502.03	c  N dy  7259   2079325        70      6230         0     93825     43610   1522094     20.56     23.01  --
508.79/508.81	c  N dy  7344   2099411        70      6230         0    111966     43610   1966746     20.57     23.19  --
513.80/513.80	c  N dy  7442   2119500        70      6230         0     73384     43610   1018882     20.57     21.66  --
519.30/519.35	c  N dy  7517   2139503        70      6230         0     91391     43610   1456541     20.58     21.82  --
525.50/525.57	c  N dy  7578   2159603        70      6230         0    109356     43610   1888386     20.57     23.15  --
531.49/531.55	c  N dy  7701   2179692        70      6230         0     70009     43610    927623     20.58     22.42  --
537.19/537.21	c  N dy  7815   2199758        70      6230         0     88093     43610   1371597     20.59     24.81  --
541.10/541.14	c  S st  7898   2210986        70      6230         0     98256     43610   1624437     20.60     20.52  --
541.40/541.42	c  S st  7898   2211488        70      6230         0     98721     43610   1636009     20.60   no data  --
541.40/541.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
541.40/541.43	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
541.40/541.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
541.50/541.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
541.50/541.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
541.50/541.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
541.50/541.52	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
634.00/634.05	c lits-rem:      6007  cl-subs:     8544  v-elim:      0  v-fix:    0  time: 92.52 s
634.00/634.05	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
634.00/634.07	c vivif2 --  cl tried    90177 cl shrink        0 lits rem          0 time: 0.02
634.50/634.55	c asymm  cl-useful: 0/496/6230 lits-rem:0 time: 0.48
634.50/634.56	c calculated reachability. Time: 0.00
634.50/634.56	c  N dy  7898   2211488        70      6230         0     90177     43610   1411325     20.60   no data  --
643.41/643.42	c  N dy  8023   2232010        70      6230         0    108738     43610   1869605     20.61     21.72  --
649.60/649.60	c  N dy  8112   2252026        70      6230         0     68571     43610    878351     20.62     23.79  --
654.70/654.77	c  N dy  8156   2273712        70      6230         0     88128     43610   1346881     20.61     21.76  --
662.00/662.06	c  N dy  8272   2293732        70      6230         0    106250     43610   1795232     20.62     21.74  --
669.20/669.27	c  N dy  8362   2313992        70      6230         0     65160     43610    780079     20.62     21.72  --
674.90/674.94	c  N dy  8431   2337504        70      6230         0     86324     43610   1293921     20.63     21.81  --
681.91/681.92	c  N dy  8555   2357604        70      6230         0    104470     43610   1744370     20.64     22.08  --
688.61/688.60	c  N dy  8608   2378043        70      6230         0     62498     43610    702931     20.63     21.76  --
695.60/695.61	c  N dy  8714   2406820        70      6230         0     88403     43610   1336806     20.63     21.78  --
702.10/702.19	c  N dy  8783   2427057        70      6230         0    106637     43610   1780480     20.64     21.73  --
710.20/710.22	c  N dy  8870   2447145        70      6230         0     63597     43610    715489     20.64     21.75  --
716.80/716.80	c  N dy  9010   2472227        70      6230         0     86262     43610   1275903     20.65     21.78  --
723.71/723.80	c  N dy  9123   2493068        70      6230         0    105118     43610   1742204     20.66     21.81  --
732.00/732.01	c  N dy  9214   2513088        70      6230         0    123180     43610   2184077     20.66     22.80  --
739.80/739.85	c  N dy  9247   2547346        70      6230         0     91482     43610   1362095     20.65     21.83  --
748.01/748.05	c  N dy  9309   2573950        70      6230         0    115380     43610   1940367     20.64     21.74  --
754.71/754.75	c  N dy  9363   2594049        70      6230         0     70576     43610    858637     20.64     21.99  --
759.90/759.97	c  N dy  9436   2614116        70      6230         0     88551     43610   1293385     20.64     23.03  --
768.10/768.14	c  N dy  9555   2637260        70      6230         0    109388     43610   1803211     20.65     21.78  --
777.21/777.20	c  N dy  9629   2661769        70      6230         0     67611     43610    771386     20.65     21.88  --
782.21/782.21	c  N dy  9687   2681797        70      6230         0     85599     43610   1206250     20.64     22.78  --
788.91/788.92	c  N dy  9772   2702057        70      6230         0    103852     43610   1654204     20.65     21.90  --
792.41/792.46	c  S st  9807   2711489        70      6230         0    112360     43610   1860653     20.65     19.53  --
792.71/792.76	c  S st  9807   2711993        70      6230         0    112832     43610   1872655     20.65   no data  --
792.71/792.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
792.71/792.77	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
792.81/792.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.05
792.81/792.88	c bin-w-bin subsume rem            0 bins  time:  0.00 s
792.81/792.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
792.81/792.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
792.81/792.88	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
899.11/899.16	c lits-rem:      6605  cl-subs:    11831  v-elim:      0  v-fix:    0  time: 106.29 s
899.11/899.16	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
899.11/899.18	c vivif2 --  cl tried   101001 cl shrink        0 lits rem          0 time: 0.02
899.41/899.49	c asymm  cl-useful: 0/433/6230 lits-rem:0 time: 0.31
899.41/899.49	c calculated reachability. Time: 0.00
899.41/899.49	c  N dy  9807   2711993        70      6230         0    101001     43610   1582138     20.65   no data  --
905.51/905.59	c  N dy  9839   2732003        70      6230         0    118866     43610   2007664     20.64     23.04  --
913.01/913.03	c  N dy  9922   2753113        70      6230         0     73737     43610    914227     20.64     21.81  --
918.70/918.73	c  N dy 10010   2773331        70      6230         0     91898     43610   1359945     20.65     21.97  --
925.61/925.67	c  N dy 10071   2793958        70      6230         0    110450     43610   1810429     20.65     21.78  --
933.82/933.88	c  N dy 10154   2813991        70      6230         0    128501     43610   2251100     20.65     23.93  --
940.11/940.14	c  N dy 10240   2835212        70      6230         0     82301     43610   1108724     20.65     21.77  --
946.21/946.21	c  N dy 10318   2855293        70      6230         0    100351     43610   1549684     20.66     22.48  --
956.61/956.67	c  N dy 10434   2882050        70      6230         0    124407     43610   2136719     20.66     21.94  --
964.31/964.32	c  N dy 10554   2902080        70      6230         0     76081     43610    945874     20.67     24.62  --
969.91/969.94	c  N dy 10634   2922172        70      6230         0     94149     43610   1392076     20.67     22.82  --
977.82/977.87	c  N dy 10752   2942772        70      6230         0    112706     43610   1847887     20.68     21.78  --
986.01/986.00	c  N dy 10816   2963804        70      6230         0    131535     43610   2304762     20.68     21.84  --
992.71/992.78	c  N dy 10861   2988338        70      6230         0     86143     43610   1168663     20.68     21.84  --
1000.41/1000.41	c  N dy 10958   3008882        70      6230         0    104669     43610   1621625     20.68     21.78  --
1008.72/1008.75	c  N dy 11069   3028954        70      6230         0    122773     43610   2068178     20.69     22.22  --
1017.82/1017.89	c  N dy 11174   3049030        70      6230         0     72577     43610    833317     20.69     24.02  --
1024.02/1024.08	c  N dy 11297   3069843        70      6230         0     91305     43610   1296074     20.70     21.79  --
1032.92/1032.90	c  N dy 11395   3095718        70      6230         0    114488     43610   1857481     20.70     21.82  --
1041.71/1041.73	c  N dy 11480   3115805        70      6230         0    132494     43610   2297191     20.70     23.42  --
1049.12/1049.16	c  N dy 11542   3137342        70      6230         0     82588     43610   1058735     20.70     21.91  --
1055.71/1055.70	c  N dy 11649   3157358        70      6230         0    100546     43610   1500399     20.71     23.54  --
1061.91/1061.95	c  N dy 11685   3177458        70      6230         0    118572     43610   1933322     20.70     21.93  --
1072.02/1072.04	c  N dy 11803   3198060        70      6230         0    137205     43610   2394131     20.71     21.88  --
1077.11/1077.15	c  S st 11879   3211993        70      6230         0     79730     43610    983761     20.71     21.49  --
1077.31/1077.37	c  S st 11879   3212495        70      6230         0     80181     43610    995064     20.71   no data  --
1077.31/1077.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1077.31/1077.37	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1077.41/1077.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.03
1077.41/1077.43	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1077.41/1077.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1077.41/1077.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
1077.41/1077.43	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1093.61/1093.64	c lits-rem:      1107  cl-subs:     2257  v-elim:      0  v-fix:    0  time: 16.21 s
1093.61/1093.64	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
1093.61/1093.66	c vivif2 --  cl tried    77924 cl shrink        0 lits rem          0 time: 0.01
1093.91/1093.91	c asymm  cl-useful: 0/612/6230 lits-rem:0 time: 0.26
1093.91/1093.92	c calculated reachability. Time: 0.00
1093.91/1093.92	c  N dy 11879   3212495        70      6230         0     77924     43610    937511     20.71   no data  --
1101.31/1101.31	c  N dy 11961   3239232        70      6230         0    101849     43610   1517126     20.71     21.85  --
1108.72/1108.72	c  N dy 12039   3259314        70      6230         0    119929     43610   1959326     20.71     21.81  --
1117.52/1117.54	c  N dy 12107   3279412        70      6230         0    137953     43610   2396282     20.71     22.67  --
1123.91/1123.90	c  N dy 12188   3299461        70      6230         0     85174     43610   1104828     20.72     21.84  --
1130.82/1130.80	c  N dy 12303   3319502        70      6230         0    103181     43610   1548111     20.72     23.93  --
1139.32/1139.30	c  N dy 12423   3339596        70      6230         0    121280     43610   1996139     20.73     22.47  --
1149.62/1149.68	c  N dy 12523   3361218        70      6230         0    140738     43610   2475512     20.73     21.86  --
1156.61/1156.64	c  N dy 12613   3382944        70      6230         0     88307     43610   1166108     20.73     21.92  --
1162.72/1162.73	c  N dy 12660   3403307        70      6230         0    106539     43610   1607626     20.73     21.95  --
1172.92/1172.94	c  N dy 12706   3431456        70      6230         0    131700     43610   2211343     20.72     21.85  --
1185.21/1185.29	c  N dy 12841   3453641        70      6230         0     79070     43610    930396     20.73     21.93  --
1193.82/1193.82	c  N dy 12930   3473722        70      6230         0     97083     43610   1372407     20.73     23.97  --
1203.02/1203.04	c  N dy 13004   3493784        70      6230         0    115102     43610   1811414     20.74     24.35  --
1214.52/1214.57	c  N dy 13106   3516010        70      6230         0    135177     43610   2307961     20.74     21.92  --
1225.02/1225.09	c  N dy 13194   3536012        70      6230         0     79454     43610    926317     20.74     22.80  --
1230.83/1230.90	c  N dy 13216   3559015        70      6230         0    100045     43610   1419765     20.74     21.86  --
1239.32/1239.37	c  N dy 13364   3579631        70      6230         0    118685     43610   1884620     20.74     21.85  --
1248.62/1248.60	c  N dy 13468   3599717        70      6230         0    136709     43610   2330602     20.75     21.88  --
1257.92/1257.91	c  N dy 13527   3620743        70      6230         0     80976     43610    941928     20.75     21.96  --
1277.02/1277.01	c  N dy 13592   3687778        70      6230         0    140583     43610   2352962     20.71     22.03  --
1285.42/1285.49	c  N dy 13613   3712496        70      6230         0     87551     43610   1084204     20.71     20.73  --
1285.42/1285.49	c  S st 13613   3712496        70      6230         0     87551     43610   1084204     20.71     20.73  --
1285.72/1285.73	c  S st 13613   3712997        70      6230         0     88012     43610   1095434     20.71   no data  --
1285.72/1285.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1285.72/1285.74	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1285.72/1285.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.03
1285.83/1285.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1285.83/1285.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1285.83/1285.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
1285.83/1285.81	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 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 893)

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-3175704-1301786264/watcher-3175704-1301786264 -o /tmp/evaluation-result-3175704-1301786264/solver-3175704-1301786264 -C 2400 -W 1300 -M 7680 ./strangenight1-st HOME/instance-3175704-1301786264.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: 4.01 4.01 3.77 4/187 19300
/proc/meminfo: memFree=21536216/32951124 swapFree=67111528/67111528
[pid=19300] ppid=19298 vsize=29812 CPUtime=0 cores=0,2
/proc/19300/stat : 19300 (strangenight1-s) R 19298 19300 18989 0 -1 4202496 544 0 0 0 0 0 0 0 23 0 1 0 290226818 30527488 484 33554432000 4194304 4650387 140737292140224 18446744073709551615 4520290 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19300/statm: 7453 484 327 112 0 2418 0

[startup+0.0394029 s]
/proc/loadavg: 4.01 4.01 3.77 4/187 19300
/proc/meminfo: memFree=21536216/32951124 swapFree=67111528/67111528
[pid=19300] ppid=19298 vsize=29944 CPUtime=0.03 cores=0,2
/proc/19300/stat : 19300 (strangenight1-s) R 19298 19300 18989 0 -1 4202496 640 0 0 0 3 0 0 0 23 0 1 0 290226818 30662656 580 33554432000 4194304 4650387 140737292140224 18446744073709551615 4370400 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19300/statm: 7486 580 345 112 0 2451 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 29944

[startup+0.10038 s]
/proc/loadavg: 4.01 4.01 3.77 4/187 19300
/proc/meminfo: memFree=21536216/32951124 swapFree=67111528/67111528
[pid=19300] ppid=19298 vsize=30076 CPUtime=0.09 cores=0,2
/proc/19300/stat : 19300 (strangenight1-s) R 19298 19300 18989 0 -1 4202496 651 0 0 0 9 0 0 0 23 0 1 0 290226818 30797824 591 33554432000 4194304 4650387 140737292140224 18446744073709551615 4370550 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19300/statm: 7519 591 345 112 0 2484 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30076

[startup+0.300374 s]
/proc/loadavg: 4.01 4.01 3.77 4/187 19300
/proc/meminfo: memFree=21536216/32951124 swapFree=67111528/67111528
[pid=19300] ppid=19298 vsize=32320 CPUtime=0.29 cores=0,2
/proc/19300/stat : 19300 (strangenight1-s) R 19298 19300 18989 0 -1 4202496 1291 0 0 0 29 0 0 0 25 0 1 0 290226818 33095680 1169 33554432000 4194304 4650387 140737292140224 18446744073709551615 4363388 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19300/statm: 8080 1169 376 112 0 3045 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 32320

[startup+0.700274 s]
/proc/loadavg: 4.01 4.01 3.77 4/187 19300
/proc/meminfo: memFree=21536216/32951124 swapFree=67111528/67111528
[pid=19300] ppid=19298 vsize=32904 CPUtime=0.69 cores=0,2
/proc/19300/stat : 19300 (strangenight1-s) R 19298 19300 18989 0 -1 4202496 1854 0 0 0 69 0 0 0 25 0 1 0 290226818 33693696 1288 33554432000 4194304 4650387 140737292140224 18446744073709551615 4349648 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19300/statm: 8226 1288 378 112 0 3191 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 32904

[startup+1.50113 s]
/proc/loadavg: 4.01 4.01 3.77 4/188 19301
/proc/meminfo: memFree=21530376/32951124 swapFree=67111528/67111528
[pid=19300] ppid=19298 vsize=33496 CPUtime=1.49 cores=0,2
/proc/19300/stat : 19300 (strangenight1-s) R 19298 19300 18989 0 -1 4202496 2726 0 0 0 149 0 0 0 25 0 1 0 290226818 34299904 1484 33554432000 4194304 4650387 140737292140224 18446744073709551615 4364743 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19300/statm: 8374 1484 379 112 0 3339 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 33496

[startup+3.10088 s]
/proc/loadavg: 4.01 4.01 3.77 5/190 19328
/proc/meminfo: memFree=21517324/32951124 swapFree=67111528/67111528
[pid=19300] ppid=19298 vsize=39124 CPUtime=3.09 cores=0,2
/proc/19300/stat : 19300 (strangenight1-s) R 19298 19300 18989 0 -1 4202496 4202 0 0 0 309 0 0 0 25 0 1 0 290226818 40062976 2960 33554432000 4194304 4650387 140737292140224 18446744073709551615 4365311 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19300/statm: 9781 2960 380 112 0 4746 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 39124

[startup+6.30025 s]
/proc/loadavg: 4.01 4.01 3.77 5/190 19383
/proc/meminfo: memFree=21646204/32951124 swapFree=67111528/67111528
[pid=19300] ppid=19298 vsize=40180 CPUtime=6.29 cores=0,2
/proc/19300/stat : 19300 (strangenight1-s) R 19298 19300 18989 0 -1 4202496 6098 0 0 0 628 1 0 0 25 0 1 0 290226818 41144320 3007 33554432000 4194304 4650387 140737292140224 18446744073709551615 4476277 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19300/statm: 10045 3007 380 112 0 5010 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 40180

[startup+12.7011 s]
/proc/loadavg: 4.09 4.03 3.78 5/190 19383
/proc/meminfo: memFree=21618904/32951124 swapFree=67111528/67111528
[pid=19300] ppid=19298 vsize=46428 CPUtime=12.69 cores=0,2
/proc/19300/stat : 19300 (strangenight1-s) R 19298 19300 18989 0 -1 4202496 9037 0 0 0 1267 2 0 0 25 0 1 0 290226818 47542272 4795 33554432000 4194304 4650387 140737292140224 18446744073709551615 4365314 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19300/statm: 11607 4795 380 112 0 6572 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 46428

[startup+25.5007 s]
/proc/loadavg: 4.07 4.03 3.78 5/190 19384
/proc/meminfo: memFree=21577876/32951124 swapFree=67111528/67111528
[pid=19300] ppid=19298 vsize=51144 CPUtime=25.49 cores=0,2
/proc/19300/stat : 19300 (strangenight1-s) R 19298 19300 18989 0 -1 4202496 15008 0 0 0 2546 3 0 0 25 0 1 0 290226818 52371456 5568 33554432000 4194304 4650387 140737292140224 18446744073709551615 4366891 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19300/statm: 12786 5568 380 112 0 7751 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 51144

[startup+51.1011 s]
/proc/loadavg: 4.04 4.02 3.79 5/190 19385
/proc/meminfo: memFree=21556348/32951124 swapFree=67111528/67111528
[pid=19300] ppid=19298 vsize=56100 CPUtime=51.09 cores=0,2
/proc/19300/stat : 19300 (strangenight1-s) R 19298 19300 18989 0 -1 4202496 22446 0 0 0 5104 5 0 0 25 0 1 0 290226818 57446400 7135 33554432000 4194304 4650387 140737292140224 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19300/statm: 14025 7135 380 112 0 8990 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 56100

[startup+102.307 s]
/proc/loadavg: 4.02 4.02 3.80 5/190 19386
/proc/meminfo: memFree=21509052/32951124 swapFree=67111528/67111528
[pid=19300] ppid=19298 vsize=58964 CPUtime=102.29 cores=0,2
/proc/19300/stat : 19300 (strangenight1-s) R 19298 19300 18989 0 -1 4202496 35820 0 0 0 10222 7 0 0 25 0 1 0 290226818 60379136 8108 33554432000 4194304 4650387 140737292140224 18446744073709551615 4363848 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19300/statm: 14741 8108 380 112 0 9706 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 58964

[startup+162.301 s]
/proc/loadavg: 4.00 4.01 3.81 5/190 19387
/proc/meminfo: memFree=21473544/32951124 swapFree=67111528/67111528
[pid=19300] ppid=19298 vsize=70184 CPUtime=162.29 cores=0,2
/proc/19300/stat : 19300 (strangenight1-s) R 19298 19300 18989 0 -1 4202496 49076 0 0 0 16219 10 0 0 25 0 1 0 290226818 71868416 10516 33554432000 4194304 4650387 140737292140224 18446744073709551615 4366872 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19300/statm: 17546 10516 380 112 0 12511 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 70184

[startup+222.301 s]
/proc/loadavg: 4.00 4.01 3.82 5/190 19389
/proc/meminfo: memFree=21418224/32951124 swapFree=67111528/67111528
[pid=19300] ppid=19298 vsize=80780 CPUtime=222.29 cores=0,2
/proc/19300/stat : 19300 (strangenight1-s) R 19298 19300 18989 0 -1 4202496 58802 0 0 0 22217 12 0 0 25 0 1 0 290226818 82718720 13353 33554432000 4194304 4650387 140737292140224 18446744073709551615 4366891 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19300/statm: 20195 13353 380 112 0 15160 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 80780

[startup+282.301 s]
/proc/loadavg: 4.00 4.00 3.83 5/190 19391
/proc/meminfo: memFree=21398736/32951124 swapFree=67111528/67111528
[pid=19300] ppid=19298 vsize=81096 CPUtime=282.29 cores=0,2
/proc/19300/stat : 19300 (strangenight1-s) R 19298 19300 18989 0 -1 4202496 69643 0 0 0 28214 15 0 0 25 0 1 0 290226818 83042304 12663 33554432000 4194304 4650387 140737292140224 18446744073709551615 4366837 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19300/statm: 20274 12663 380 112 0 15239 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 81096

[startup+342.301 s]
/proc/loadavg: 4.05 4.01 3.84 5/190 19392
/proc/meminfo: memFree=21351216/32951124 swapFree=67111528/67111528
[pid=19300] ppid=19298 vsize=93444 CPUtime=342.29 cores=0,2
/proc/19300/stat : 19300 (strangenight1-s) R 19298 19300 18989 0 -1 4202496 79668 0 0 0 34212 17 0 0 25 0 1 0 290226818 95686656 16463 33554432000 4194304 4650387 140737292140224 18446744073709551615 4432360 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19300/statm: 23361 16463 380 112 0 18326 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 93444

[startup+402.301 s]
/proc/loadavg: 4.02 4.01 3.84 5/190 19421
/proc/meminfo: memFree=21380012/32951124 swapFree=67111528/67111528
[pid=19300] ppid=19298 vsize=94884 CPUtime=402.29 cores=0,2
/proc/19300/stat : 19300 (strangenight1-s) R 19298 19300 18989 0 -1 4202496 79762 0 0 0 40212 17 0 0 25 0 1 0 290226818 97161216 16557 33554432000 4194304 4650387 140737292140224 18446744073709551615 4367200 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19300/statm: 23721 16557 380 112 0 18686 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 94884

[startup+462.301 s]
/proc/loadavg: 4.00 4.00 3.85 5/190 19422
/proc/meminfo: memFree=21348712/32951124 swapFree=67111528/67111528
[pid=19300] ppid=19298 vsize=95108 CPUtime=462.29 cores=0,2
/proc/19300/stat : 19300 (strangenight1-s) R 19298 19300 18989 0 -1 4202496 88091 0 0 0 46209 20 0 0 25 0 1 0 290226818 97390592 15911 33554432000 4194304 4650387 140737292140224 18446744073709551615 4364753 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19300/statm: 23777 15911 380 112 0 18742 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 95108

[startup+522.301 s]
/proc/loadavg: 4.03 4.01 3.86 5/190 19424
/proc/meminfo: memFree=21341344/32951124 swapFree=67111528/67111528
[pid=19300] ppid=19298 vsize=95276 CPUtime=522.3 cores=0,2
/proc/19300/stat : 19300 (strangenight1-s) R 19298 19300 18989 0 -1 4202496 95784 0 0 0 52208 22 0 0 25 0 1 0 290226818 97562624 16650 33554432000 4194304 4650387 140737292140224 18446744073709551615 4367200 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19300/statm: 23819 16650 380 112 0 18784 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 95276

[startup+582.301 s]
/proc/loadavg: 4.01 4.01 3.87 5/190 19426
/proc/meminfo: memFree=21308780/32951124 swapFree=67111528/67111528
[pid=19300] ppid=19298 vsize=100608 CPUtime=582.3 cores=0,2
/proc/19300/stat : 19300 (strangenight1-s) R 19298 19300 18989 0 -1 4202496 99534 0 0 0 58207 23 0 0 25 0 1 0 290226818 103022592 18011 33554432000 4194304 4650387 140737292140224 18446744073709551615 4476272 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19300/statm: 25152 18011 380 112 0 20117 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 100608

[startup+642.301 s]
/proc/loadavg: 4.00 4.00 3.87 5/190 19427
/proc/meminfo: memFree=21274020/32951124 swapFree=67111528/67111528
[pid=19300] ppid=19298 vsize=100608 CPUtime=642.31 cores=0,2
/proc/19300/stat : 19300 (strangenight1-s) R 19298 19300 18989 0 -1 4202496 99967 0 0 0 64207 24 0 0 25 0 1 0 290226818 103022592 18444 33554432000 4194304 4650387 140737292140224 18446744073709551615 4365231 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19300/statm: 25152 18444 380 112 0 20117 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 100608

[startup+702.3 s]
/proc/loadavg: 4.00 4.00 3.88 5/190 19429
/proc/meminfo: memFree=21268872/32951124 swapFree=67111528/67111528
[pid=19300] ppid=19298 vsize=100772 CPUtime=702.3 cores=0,2
/proc/19300/stat : 19300 (strangenight1-s) R 19298 19300 18989 0 -1 4202496 107328 0 0 0 70204 26 0 0 25 0 1 0 290226818 103190528 18184 33554432000 4194304 4650387 140737292140224 18446744073709551615 4364756 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19300/statm: 25193 18184 380 112 0 20158 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 100772

[startup+762.306 s]
/proc/loadavg: 4.00 4.00 3.88 5/190 19430
/proc/meminfo: memFree=21267700/32951124 swapFree=67111528/67111528
[pid=19300] ppid=19298 vsize=100936 CPUtime=762.31 cores=0,2
/proc/19300/stat : 19300 (strangenight1-s) R 19298 19300 18989 0 -1 4202496 114675 0 0 0 76203 28 0 0 25 0 1 0 290226818 103358464 17813 33554432000 4194304 4650387 140737292140224 18446744073709551615 4366796 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19300/statm: 25234 17813 380 112 0 20199 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 100936

[startup+822.3 s]
/proc/loadavg: 4.00 4.00 3.89 5/190 19432
/proc/meminfo: memFree=21240636/32951124 swapFree=67111528/67111528
[pid=19300] ppid=19298 vsize=107952 CPUtime=822.31 cores=0,2
/proc/19300/stat : 19300 (strangenight1-s) R 19298 19300 18989 0 -1 4202496 119851 0 0 0 82202 29 0 0 25 0 1 0 290226818 110542848 20354 33554432000 4194304 4650387 140737292140224 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19300/statm: 26988 20354 380 112 0 21953 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 107952

[startup+882.3 s]
/proc/loadavg: 4.07 4.02 3.90 5/190 19434
/proc/meminfo: memFree=21240292/32951124 swapFree=67111528/67111528
[pid=19300] ppid=19298 vsize=109632 CPUtime=882.31 cores=0,2
/proc/19300/stat : 19300 (strangenight1-s) R 19298 19300 18989 0 -1 4202496 119854 0 0 0 88202 29 0 0 25 0 1 0 290226818 112263168 20357 33554432000 4194304 4650387 140737292140224 18446744073709551615 4476256 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19300/statm: 27408 20357 380 112 0 22373 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 109632

[startup+942.3 s]
/proc/loadavg: 4.02 4.01 3.91 5/190 19435
/proc/meminfo: memFree=21248152/32951124 swapFree=67111528/67111528
[pid=19300] ppid=19298 vsize=109724 CPUtime=942.3 cores=0,2
/proc/19300/stat : 19300 (strangenight1-s) R 19298 19300 18989 0 -1 4202496 124931 0 0 0 94200 30 0 0 25 0 1 0 290226818 112357376 19782 33554432000 4194304 4650387 140737292140224 18446744073709551615 4363400 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19300/statm: 27431 19782 380 112 0 22396 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 109724

[startup+1002.3 s]
/proc/loadavg: 4.01 4.00 3.91 5/190 19437
/proc/meminfo: memFree=21209252/32951124 swapFree=67111528/67111528
[pid=19300] ppid=19298 vsize=109852 CPUtime=1002.31 cores=0,2
/proc/19300/stat : 19300 (strangenight1-s) R 19298 19300 18989 0 -1 4202496 130963 0 0 0 100198 33 0 0 25 0 1 0 290226818 112488448 20274 33554432000 4194304 4650387 140737292140224 18446744073709551615 4363388 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19300/statm: 27463 20274 380 112 0 22428 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 109852

[startup+1062.3 s]
/proc/loadavg: 4.05 4.02 3.91 5/190 19438
/proc/meminfo: memFree=21205984/32951124 swapFree=67111528/67111528
[pid=19300] ppid=19298 vsize=109968 CPUtime=1062.31 cores=0,2
/proc/19300/stat : 19300 (strangenight1-s) R 19298 19300 18989 0 -1 4202496 136905 0 0 0 106196 35 0 0 25 0 1 0 290226818 112607232 20532 33554432000 4194304 4650387 140737292140224 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19300/statm: 27492 20532 380 112 0 22457 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 109968

[startup+1122.3 s]
/proc/loadavg: 4.02 4.01 3.91 5/190 19440
/proc/meminfo: memFree=21214264/32951124 swapFree=67111528/67111528
[pid=19300] ppid=19298 vsize=110644 CPUtime=1122.31 cores=0,2
/proc/19300/stat : 19300 (strangenight1-s) R 19298 19300 18989 0 -1 4202496 142197 0 0 0 112194 37 0 0 25 0 1 0 290226818 113299456 19957 33554432000 4194304 4650387 140737292140224 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19300/statm: 27661 19957 380 112 0 22626 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 110644

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/190 19442
/proc/meminfo: memFree=21175016/32951124 swapFree=67111528/67111528
[pid=19300] ppid=19298 vsize=110704 CPUtime=1182.32 cores=0,2
/proc/19300/stat : 19300 (strangenight1-s) R 19298 19300 18989 0 -1 4202496 146913 0 0 0 118193 39 0 0 25 0 1 0 290226818 113360896 21693 33554432000 4194304 4650387 140737292140224 18446744073709551615 4313307 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19300/statm: 27676 21693 380 112 0 22641 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 110704

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/190 19443
/proc/meminfo: memFree=21166176/32951124 swapFree=67111528/67111528
[pid=19300] ppid=19298 vsize=110816 CPUtime=1242.32 cores=0,2
/proc/19300/stat : 19300 (strangenight1-s) R 19298 19300 18989 0 -1 4202496 152365 0 0 0 124190 42 0 0 25 0 1 0 290226818 113475584 21111 33554432000 4194304 4650387 140737292140224 18446744073709551615 4365314 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19300/statm: 27704 21111 380 112 0 22669 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 110816



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.00 3.91 4/188 19446
/proc/meminfo: memFree=21325384/32951124 swapFree=67111528/67111528
[pid=19300] ppid=19298 vsize=110912 CPUtime=1300.03 cores=0,2
/proc/19300/stat : 19300 (strangenight1-s) R 19298 19300 18989 0 -1 4202496 157507 0 0 0 129959 44 0 0 25 0 1 0 290226818 113573888 20129 33554432000 4194304 4650387 140737292140224 18446744073709551615 4476279 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/19300/statm: 27728 20129 380 112 0 22693 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 110912

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.04
CPU user time (s): 1299.6
CPU system time (s): 0.445932
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 124220

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.6
system time used= 0.445932
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 157507
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7
involuntary context switches= 1912

runsolver used 2.24666 second user time and 4.84026 second system time

The end

Launcher Data

Begin job on node104 at 2011-04-03 01:17:44
IDJOB=3175704
IDBENCH=82722
IDSOLVER=1589
FILE ID=node104/3175704-1301786264
RUNJOBID= node104-1301783656-19008
PBS_JOBID= 12841413
Free space on /tmp= 71932 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-st
BENCH NAME= SAT11/random/medium/unif-k7-r89-v70-c6230-S1516725086-012.UNKNOWN.cnf
COMMAND LINE= ./strangenight1-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3175704-1301786264/watcher-3175704-1301786264 -o /tmp/evaluation-result-3175704-1301786264/solver-3175704-1301786264 -C 2400 -W 1300 -M 7680  ./strangenight1-st HOME/instance-3175704-1301786264.cnf

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

MD5SUM BENCH= 700fcf61c35143a2185883134d0eb67b
RANDOM SEED=550617054

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.855
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.67
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.855
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.80
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.855
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	: 5293.18
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.855
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.855
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.75
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.855
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21536372 kB
Buffers:        343396 kB
Cached:       10604060 kB
SwapCached:          0 kB
Active:        7377868 kB
Inactive:      3777780 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21536372 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           12432 kB
Writeback:           0 kB
AnonPages:      207352 kB
Mapped:          15996 kB
Slab:           194800 kB
PageTables:       5204 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   471772 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= 71928 MiB
End job on node104 at 2011-04-03 01:39:26