Trace number 3367526

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night2-st (fixed)? (TO) 1299.94 1300.02

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v90-c8010-S661190852-039.SATISFIABLE.cnf
MD5SUMae2c6ab9f054a239f861b972b7e9a79b
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.386941
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of clauses8010
Sum of the clauses size56070
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 58010

Solver Data

0.00/0.01	c Outputting solution to console
0.00/0.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3367526-1305383528.cnf'
0.00/0.01	c -- header says num vars:             90
0.00/0.01	c -- header says num clauses:        8010
0.00/0.01	c -- clauses added:            0 learnts,         8010 normals,            0 xors
0.00/0.01	c -- vars added         90
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0        90      8010         0         0     56070         0   no data   no data
0.09/0.19	c asymm  cl-useful: 0/8010/8010 lits-rem:0 time: 0.18
0.09/0.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
0.09/0.19	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.09/0.19	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.09/0.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.09/0.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
0.09/0.19	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.19/0.21	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
0.19/0.21	c Finding binary XORs  T:     0.00 s  found:       0
0.19/0.22	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.19/0.22	c calculated reachability. Time: 0.00
0.19/0.22	c Calc default polars -  time:   0.00 s pos:      36 undec:       1 neg:      53
0.19/0.22	c =========================================================================================
0.19/0.22	c types(t): F = full restart, N = normal restart
0.19/0.22	c types(t): S = simplification begin/end, E = solution found
0.19/0.22	c restart types(rt): st = static, dy = dynamic
0.19/0.22	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.19/0.22	c  B st     0         0        90      8010         0         0     56070         0   no data   no data
0.39/0.40	c  N dy    10      5918        90      8010         0      3179     56070     82697     25.33     26.75
0.59/0.62	c  N dy    19     11277        90      8010         0      4202     56070     96682     25.09     26.62
0.79/0.80	c  N dy    35     15602        90      8010         0      8200     56070    215031     25.23     26.67
1.00/1.05	c  N dy    55     20659        90      8010         0      7689     56070    182787     25.40     26.77
1.19/1.26	c  N dy    66     24827        90      8010         0     11561     56070    296622     25.43     26.85
1.19/1.27	c  F st    68     25000        90      8010         0     11726     56070    301529     25.44   no data
1.49/1.52	c  N dy    74     30001        90      8010         0     10035     56070    233740     25.44   no data
1.49/1.52	c  S st    74     30001        90      8010         0     10035     56070    233740     25.44   no data
1.49/1.55	c  S st    74     30506        90      8010         0     10510     56070    248251     25.44   no data
1.49/1.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.49/1.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
1.49/1.56	c blocked clauses removed:        0 vars:      0 tried:          90 T: 0.00 s
1.49/1.56	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.49/1.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.49/1.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
1.49/1.56	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1.49/1.56	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
1.49/1.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.69/1.78	c lits-rem:        93  cl-subs:      689  v-elim:      0  v-fix:    0  time:  0.21 s
1.99/2.06	c asymm  cl-useful: 0/8010/8010 lits-rem:0 time: 0.29
1.99/2.06	c calculated reachability. Time: 0.00
1.99/2.06	c  N dy    74     30506        90      8010         0      9821     56070    225982     25.44   no data
2.21/2.29	c  N dy    89     34571        90      8010         0     13607     56070    338692     25.51     27.05
2.49/2.53	c  N dy   107     38788        90      8010         0     10190     56070    218872     25.57     27.03
2.69/2.79	c  N dy   127     43158        90      8010         0     14271     56070    340435     25.65     27.08
2.89/2.96	c  S st   132     45760        90      8010         0      8381     56070    148420     25.65     25.34
2.89/2.99	c  S st   132     46260        90      8010         0      8858     56070    162197     25.65   no data
2.89/2.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2.89/2.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
2.99/3.00	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2.99/3.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.99/3.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.99/3.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
2.99/3.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2.99/3.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
2.99/3.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.99/3.04	c lits-rem:         7  cl-subs:       47  v-elim:      0  v-fix:    0  time:  0.04 s
2.99/3.04	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
2.99/3.04	c vivif2 --  cl tried     8811 cl shrink        0 lits rem          0 time: 0.00
3.30/3.31	c asymm  cl-useful: 0/8010/8010 lits-rem:0 time: 0.27
3.30/3.31	c calculated reachability. Time: 0.00
3.30/3.31	c  N dy   132     46260        90      8010         0      8811     56070    160519     25.65   no data
3.49/3.54	c  N dy   151     50373        90      8010         0     12634     56070    274478     25.72     27.07
3.89/3.90	c  N dy   167     56161        90      8010         0     18004     56070    434719     25.71     27.18
4.69/4.73	c  N dy   169     69390        90      8010         0     10775     56070    186720     25.23     23.87
4.69/4.73	c  S st   169     69390        90      8010         0     10775     56070    186720     25.23     23.87
4.69/4.77	c  S st   169     69896        90      8010         0     11259     56070    200934     25.23   no data
4.69/4.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.69/4.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
4.69/4.78	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4.69/4.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.69/4.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.69/4.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
4.69/4.78	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.69/4.78	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
4.69/4.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.79/4.85	c lits-rem:        59  cl-subs:      194  v-elim:      0  v-fix:    0  time:  0.06 s
4.79/4.85	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
4.79/4.85	c vivif2 --  cl tried    11065 cl shrink        0 lits rem          0 time: 0.00
5.09/5.18	c asymm  cl-useful: 0/8010/8010 lits-rem:0 time: 0.33
5.09/5.18	c calculated reachability. Time: 0.00
5.09/5.18	c  N dy   169     69896        90      8010         0     11065     56070    195014     25.23   no data
5.39/5.49	c  N dy   183     74939        90      8010         0     15731     56070    331662     25.22     26.62
5.79/5.82	c  N dy   206     79728        90      8010         0     20160     56070    463175     25.28     26.71
6.09/6.19	c  N dy   211     85021        90      8010         0     13954     56070    261254     25.18     26.52
6.29/6.36	c  F st   223     87501        90      8010         0     16257     56070    329708     25.20     25.36
6.49/6.59	c  N st   228     90800        90      8010         0     19313     56070    421255     25.20   no data
6.98/7.08	c  N dy   250     96896        90      8010         0     12953     56070    217037     25.25     26.62
7.49/7.54	c  N dy   288    103500        90      8010         0     19114     56070    400489     25.32     26.68
7.60/7.65	c  S st   298    104844        90      8010         0     20357     56070    437367     25.34     23.42
7.60/7.71	c  S st   298    105348        90      8010         0     20835     56070    451605     25.34   no data
7.60/7.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.71/7.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
7.71/7.72	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
7.71/7.72	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.71/7.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.71/7.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
7.71/7.72	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
7.71/7.72	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
7.71/7.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.09/8.18	c lits-rem:       182  cl-subs:     1285  v-elim:      0  v-fix:    0  time:  0.45 s
8.09/8.18	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
8.09/8.19	c vivif2 --  cl tried    19550 cl shrink        0 lits rem          0 time: 0.00
8.49/8.55	c asymm  cl-useful: 0/6184/8010 lits-rem:0 time: 0.36
8.49/8.55	c calculated reachability. Time: 0.00
8.49/8.55	c  N dy   298    105348        90      8010         0     19550     56070    408585     25.34   no data
9.09/9.12	c  N dy   323    112105        90      8010         0     25819     56070    593385     25.35     26.76
9.59/9.65	c  N dy   363    119406        90      8010         0     19663     56070    398242     25.41     26.91
10.19/10.26	c  N dy   385    127063        90      8010         0     26774     56070    610657     25.43     27.79
11.00/11.07	c  N dy   409    138000        90      8010         0     22949     56070    477353     25.42     26.91
11.79/11.86	c  N dy   428    147273        90      8010         0     16746     56070    275377     25.39     26.79
12.59/12.62	c  N dy   465    156764        90      8010         0     25545     56070    534239     25.41     27.57
12.69/12.75	c  S st   475    158022        90      8010         0     26705     56070    569212     25.42     26.21
12.79/12.81	c  S st   475    158524        90      8010         0     27179     56070    583638     25.42   no data
12.79/12.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
12.79/12.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
12.79/12.83	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
12.79/12.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
12.79/12.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
12.79/12.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
12.79/12.83	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
12.79/12.83	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
12.79/12.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.58/13.69	c lits-rem:       264  cl-subs:     1950  v-elim:      0  v-fix:    0  time:  0.85 s
13.58/13.69	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
13.68/13.70	c vivif2 --  cl tried    25229 cl shrink        0 lits rem          0 time: 0.01
13.78/13.85	c asymm  cl-useful: 0/1826/8010 lits-rem:0 time: 0.15
13.78/13.85	c calculated reachability. Time: 0.00
13.78/13.85	c  N dy   475    158524        90      8010         0     25229     56070    520248     25.42   no data
15.29/15.33	c  N dy   506    176341        90      8010         0     26058     56070    530367     25.37     26.76
16.28/16.32	c  N dy   511    187622        90      8010         0     19833     56070    329268     25.30     27.55
17.89/17.93	c  N dy   525    206628        90      8010         0     19782     56070    312455     25.16     26.53
19.19/19.28	c  N dy   600    220873        90      8010         0     33060     56070    707892     25.23     26.68
20.69/20.75	c  N dy   677    236078        90      8010         0     28663     56070    558451     25.29     26.64
20.90/20.92	c  S st   680    237786        90      8010         0     30256     56070    604848     25.29     24.07
20.99/21.00	c  S st   680    238291        90      8010         0     30723     56070    619096     25.29   no data
20.99/21.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
20.99/21.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
20.99/21.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
20.99/21.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
20.99/21.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
20.99/21.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
20.99/21.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
20.99/21.02	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
20.99/21.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
21.90/21.94	c lits-rem:       231  cl-subs:     1909  v-elim:      0  v-fix:    0  time:  0.91 s
21.90/21.94	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
21.90/21.95	c vivif2 --  cl tried    28814 cl shrink        0 lits rem          0 time: 0.01
22.09/22.13	c asymm  cl-useful: 0/2384/8010 lits-rem:0 time: 0.18
22.09/22.13	c calculated reachability. Time: 0.00
22.09/22.13	c  N dy   680    238291        90      8010         0     28814     56070    556392     25.29   no data
23.69/23.75	c  N dy   722    254617        90      8010         0     24530     56070    413193     25.28     26.80
25.59/25.66	c  N dy   763    273118        90      8010         0     21338     56070    304785     25.27     26.71
27.28/27.33	c  N dy   771    291682        90      8010         0     38400     56070    804006     25.19     26.68
28.79/28.89	c  F st   845    306250        90      8010         0     30690     56070    568262     25.24     26.05
29.29/29.39	c  N dy   851    311446        90      8010         0     35473     56070    711244     25.24   no data
32.49/32.53	c  N dy   916    341090        90      8010         0     40642     56070    836257     25.21     26.65
34.29/34.34	c  S st   960    357437        90      8010         0     32654     56070    588185     25.22     24.09
34.39/34.42	c  S st   960    357941        90      8010         0     33137     56070    602551     25.22   no data
34.39/34.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
34.39/34.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
34.39/34.44	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
34.39/34.44	c bin-w-bin subsume rem            0 bins  time:  0.00 s
34.39/34.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
34.39/34.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
34.39/34.44	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
34.39/34.44	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
34.39/34.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
35.29/35.36	c lits-rem:       219  cl-subs:     1710  v-elim:      0  v-fix:    0  time:  0.90 s
35.29/35.36	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
35.29/35.37	c vivif2 --  cl tried    31427 cl shrink        0 lits rem          0 time: 0.01
35.49/35.55	c asymm  cl-useful: 0/2032/8010 lits-rem:0 time: 0.19
35.49/35.55	c calculated reachability. Time: 0.00
35.49/35.55	c  N dy   960    357941        90      8010         0     31427     56070    547811     25.22   no data
37.89/37.90	c  N dy   994    378035        90      8010         0     26066     56070    373820     25.20     26.77
40.19/40.28	c  N dy  1056    399104        90      8010         0     45521     56070    943747     25.20     26.67
42.69/42.72	c  N dy  1158    419140        90      8010         0     39232     56070    747824     25.24     26.63
45.79/45.88	c  N dy  1195    446164        90      8010         0     38217     56070    689731     25.21     26.54
48.49/48.60	c  N dy  1265    466945        90      8010         0     30636     56070    455974     25.20     26.59
51.08/51.17	c  N dy  1336    487974        90      8010         0     50160     56070   1033780     25.21     26.57
54.09/54.11	c  N dy  1426    511201        90      8010         0     43899     56070    829869     25.24     26.59
56.89/56.94	c  N dy  1464    532116        90      8010         0     34532     56070    531373     25.22     26.82
57.49/57.52	c  S st  1480    536912        90      8010         0     38953     56070    662129     25.22     24.06
57.59/57.61	c  S st  1480    537413        90      8010         0     39439     56070    676652     25.22   no data
57.59/57.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
57.59/57.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.01
57.59/57.63	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
57.59/57.63	c bin-w-bin subsume rem            0 bins  time:  0.00 s
57.59/57.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
57.59/57.63	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
57.59/57.63	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
57.59/57.63	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
57.59/57.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
58.79/58.89	c lits-rem:       227  cl-subs:     2112  v-elim:      0  v-fix:    0  time:  1.24 s
58.79/58.89	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
58.89/58.90	c vivif2 --  cl tried    37327 cl shrink        0 lits rem          0 time: 0.01
58.99/59.09	c asymm  cl-useful: 0/1705/8010 lits-rem:0 time: 0.19
58.99/59.09	c calculated reachability. Time: 0.00
58.99/59.09	c  N dy  1480    537413        90      8010         0     37327     56070    611640     25.22   no data
63.09/63.13	c  N dy  1513    570289        90      8010         0     38147     56070    617553     25.13     26.48
66.01/66.07	c  N dy  1588    591215        90      8010         0     57449     56070   1185974     25.14     26.75
71.19/71.22	c  N dy  1683    629014        90      8010         0     61974     56070   1302026     25.11     26.76
73.79/73.87	c  N dy  1720    649900        90      8010         0     49811     56070    924390     25.10     26.47
77.19/77.25	c  N dy  1804    670520        90      8010         0     36589     56070    521624     25.11     26.45
80.59/80.66	c  N dy  1905    693673        90      8010         0     58055     56070   1158605     25.14     26.50
83.60/83.63	c  N dy  1942    713716        90      8010         0     43278     56070    697299     25.12     26.53
86.49/86.54	c  N dy  1990    733728        90      8010         0     61713     56070   1239798     25.12     28.43
89.69/89.74	c  N dy  2080    753840        90      8010         0     46181     56070    770334     25.14     26.49
92.99/93.00	c  N dy  2148    773890        90      8010         0     64697     56070   1314427     25.14     26.80
96.09/96.18	c  N dy  2222    794020        90      8010         0     48221     56070    806512     25.14     26.54
98.09/98.18	c  S st  2283    806119        90      8010         0     59425     56070   1138923     25.15     24.80
98.29/98.32	c  S st  2283    806620        90      8010         0     59900     56070   1152903     25.15   no data
98.29/98.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
98.29/98.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
98.29/98.35	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
98.29/98.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
98.29/98.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
98.29/98.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
98.29/98.35	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
98.29/98.36	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
98.29/98.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
102.99/103.08	c lits-rem:       611  cl-subs:     4415  v-elim:      0  v-fix:    0  time:  4.69 s
102.99/103.08	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
102.99/103.09	c vivif2 --  cl tried    55485 cl shrink        0 lits rem          0 time: 0.01
103.30/103.32	c asymm  cl-useful: 0/1160/8010 lits-rem:0 time: 0.23
103.30/103.32	c calculated reachability. Time: 0.00
103.30/103.32	c  N dy  2283    806620        90      8010         0     55485     56070   1014333     25.15   no data
107.19/107.28	c  N dy  2339    829568        90      8010         0     40804     56070    569385     25.15     26.49
110.69/110.76	c  N dy  2429    851922        90      8010         0     61502     56070   1183174     25.17     26.54
114.49/114.59	c  N dy  2482    874902        90      8010         0     45736     56070    696297     25.16     26.54
119.29/119.33	c  N dy  2546    904016        90      8010         0     72566     56070   1475480     25.13     26.61
122.59/122.66	c  N dy  2630    924937        90      8010         0     54176     56070    930550     25.14     26.54
126.59/126.67	c  N dy  2750    944940        90      8010         0     72694     56070   1484274     25.17     26.54
129.70/129.78	c  N dy  2788    964949        90      8010         0     52345     56070    851731     25.16     29.58
133.19/133.28	c  N dy  2826    985672        90      8010         0     71447     56070   1415094     25.15     26.61
137.09/137.13	c  N dy  2936   1005748        90      8010         0     50340     56070    779998     25.18     26.52
140.80/140.90	c  N dy  3030   1026309        90      8010         0     69485     56070   1350622     25.19     26.67
144.89/144.94	c  N dy  3116   1046447        90      8010         0     47365     56070    668426     25.20     26.58
148.40/148.43	c  N dy  3181   1067614        90      8010         0     66884     56070   1244056     25.21     26.54
149.29/149.34	c  F st  3202   1071876        90      8010         0     70810     56070   1361205     25.21   no data
152.19/152.28	c  N dy  3227   1087945        90      8010         0     44077     56070    555074     25.21     26.70
156.69/156.70	c  N dy  3298   1116255        90      8010         0     70195     56070   1323191     25.20     26.61
160.79/160.80	c  N dy  3338   1136436        90      8010         0     46327     56070    600717     25.20     26.67
164.29/164.35	c  N dy  3430   1157462        90      8010         0     65776     56070   1176811     25.21     26.65
169.49/169.52	c  N dy  3466   1186271        90      8010         0     48892     56070    662419     25.18     26.54
172.59/172.67	c  N dy  3507   1206310        90      8010         0     67338     56070   1202759     25.18     26.53
173.39/173.41	c  S st  3511   1209930        90      8010         0     70651     56070   1298514     25.17     23.71
173.49/173.56	c  S st  3511   1210433        90      8010         0     71129     56070   1313270     25.17   no data
173.49/173.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
173.49/173.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.02
173.49/173.59	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
173.49/173.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
173.49/173.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
173.49/173.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
173.49/173.59	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
173.59/173.61	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
173.59/173.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
180.70/180.71	c lits-rem:       871  cl-subs:     5736  v-elim:      0  v-fix:    0  time:  7.07 s
180.70/180.71	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
180.70/180.73	c vivif2 --  cl tried    65393 cl shrink        0 lits rem          0 time: 0.01
180.90/180.92	c asymm  cl-useful: 0/729/8010 lits-rem:0 time: 0.19
180.90/180.92	c calculated reachability. Time: 0.00
180.90/180.92	c  N dy  3511   1210433        90      8010         0     65393     56070   1143288     25.17   no data
187.69/187.71	c  N dy  3590   1243966        90      8010         0     52197     56070    741306     25.16     26.50
191.59/191.68	c  N dy  3721   1264029        90      8010         0     70863     56070   1300409     25.18     27.67
196.91/196.98	c  N dy  3815   1285721        90      8010         0     45786     56070    531896     25.19     26.57
200.39/200.43	c  N dy  3897   1306448        90      8010         0     64935     56070   1100161     25.20     26.66
205.19/205.21	c  N dy  4020   1326460        90      8010         0     83500     56070   1655000     25.22     27.19
209.60/209.67	c  N dy  4118   1346487        90      8010         0     55909     56070    813091     25.23     26.67
213.41/213.49	c  N dy  4190   1366582        90      8010         0     74489     56070   1363229     25.24     28.83
219.09/219.17	c  N dy  4285   1389203        90      8010         0     48288     56070    565045     25.25     26.78
223.20/223.29	c  N dy  4338   1415036        90      8010         0     72165     56070   1272790     25.24     26.67
228.29/228.36	c  N dy  4424   1435253        90      8010         0     90865     56070   1828852     25.25     26.58
232.19/232.27	c  N dy  4451   1456221        90      8010         0     62010     56070    942999     25.23     26.56
236.69/236.76	c  N dy  4554   1476322        90      8010         0     80599     56070   1496279     25.24     26.58
241.30/241.37	c  N dy  4597   1496421        90      8010         0     50221     56070    586998     25.24     27.08
245.70/245.74	c  N dy  4700   1519945        90      8010         0     71986     56070   1235111     25.25     26.63
250.99/251.02	c  N dy  4732   1544830        90      8010         0     94792     56070   1898598     25.23     26.73
255.21/255.26	c  N dy  4807   1565266        90      8010         0     63827     56070    970233     25.23     26.63
259.50/259.52	c  N dy  4854   1586007        90      8010         0     82942     56070   1532631     25.23     26.77
265.40/265.43	c  N dy  4951   1606091        90      8010         0     50774     56070    566896     25.24     27.58
270.29/270.30	c  N dy  5052   1632710        90      8010         0     75327     56070   1290665     25.25     26.60
275.39/275.45	c  N dy  5157   1652716        90      8010         0     93836     56070   1842910     25.26     26.74
280.40/280.44	c  N dy  5221   1673855        90      8010         0     61650     56070    866936     25.26     26.70
285.30/285.34	c  N dy  5303   1698386        90      8010         0     84344     56070   1540674     25.26     26.91
289.20/289.26	c  S st  5347   1710434        90      8010         0     95522     56070   1873726     25.27     22.77
289.50/289.53	c  S st  5347   1710936        90      8010         0     96000     56070   1888042     25.27   no data
289.50/289.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
289.50/289.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
289.50/289.59	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
289.50/289.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
289.50/289.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
289.50/289.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
289.50/289.59	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
289.60/289.62	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
289.60/289.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
302.19/302.22	c lits-rem:      1192  cl-subs:     8424  v-elim:      0  v-fix:    0  time: 12.56 s
302.19/302.22	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
302.19/302.24	c vivif2 --  cl tried    87576 cl shrink        0 lits rem          0 time: 0.02
302.40/302.50	c asymm  cl-useful: 0/957/8010 lits-rem:0 time: 0.26
302.40/302.50	c calculated reachability. Time: 0.00
302.40/302.50	c  N dy  5347   1710936        90      8010         0     87576     56070   1626380     25.27   no data
308.01/308.05	c  N dy  5363   1735378        90      8010         0     57736     56070    739661     25.25     26.74
312.20/312.26	c  N dy  5472   1755440        90      8010         0     76308     56070   1295149     25.26     26.99
317.49/317.53	c  N dy  5536   1777081        90      8010         0     96318     56070   1884893     25.26     26.63
326.10/326.14	c  N dy  5580   1820632        90      8010         0     82737     56070   1446417     25.24     26.58
331.69/331.73	c  N dy  5661   1842200        90      8010         0    102698     56070   2038093     25.24     26.61
336.50/336.56	c  N dy  5759   1862439        90      8010         0     67176     56070    986595     25.25     26.63
340.91/340.92	c  N dy  5830   1882450        90      8010         0     85677     56070   1535544     25.25     28.48
347.00/347.09	c  N dy  5927   1903566        90      8010         0    105242     56070   2120001     25.26     26.68
352.01/352.01	c  N dy  5998   1924046        90      8010         0     68822     56070   1010497     25.27     26.63
358.90/358.98	c  N dy  6072   1956191        90      8010         0     98519     56070   1886455     25.25     26.61
365.10/365.17	c  N dy  6188   1976700        90      8010         0     61192     56070    767558     25.27     26.66
369.51/369.59	c  N dy  6295   1996762        90      8010         0     79785     56070   1326282     25.28     26.67
374.10/374.15	c  N dy  6308   2017065        90      8010         0     98403     56070   1863099     25.27     26.66
379.99/380.09	c  N dy  6365   2037201        90      8010         0     59738     56070    705315     25.26     26.68
384.29/384.30	c  N dy  6440   2057403        90      8010         0     78468     56070   1261588     25.27     26.69
389.90/389.93	c  N dy  6507   2080635        90      8010         0     99998     56070   1899615     25.27     26.73
396.50/396.57	c  N dy  6555   2104829        90      8010         0     64071     56070    802669     25.26     26.62
401.24/401.35	c  N dy  6628   2127352        90      8010         0     84838     56070   1418474     25.26     26.72
407.49/407.68	c  N dy  6689   2151031        90      8010         0    106618     56070   2058738     25.26     26.66
413.79/413.94	c  N dy  6726   2172016        90      8010         0     66918     56070    879341     25.25     26.70
419.89/420.00	c  N dy  6754   2199992        90      8010         0     92604     56070   1622486     25.23     26.59
422.59/422.70	c  S st  6769   2210936        90      8010         0    102685     56070   1915559     25.23   no data
422.79/422.95	c  S st  6769   2211439        90      8010         0    103161     56070   1930243     25.23   no data
422.79/422.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
422.89/423.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.04
422.89/423.00	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
422.89/423.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
422.89/423.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
422.89/423.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
422.89/423.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
422.89/423.03	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
422.89/423.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
435.89/436.06	c lits-rem:      1290  cl-subs:    10055  v-elim:      0  v-fix:    0  time: 12.98 s
435.89/436.06	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
435.89/436.08	c vivif2 --  cl tried    93106 cl shrink        0 lits rem          0 time: 0.02
436.19/436.36	c asymm  cl-useful: 0/828/8010 lits-rem:0 time: 0.28
436.19/436.36	c calculated reachability. Time: 0.00
436.19/436.36	c  N dy  6769   2211439        90      8010         0     93106     56070   1638354     25.23   no data
442.49/442.67	c  N dy  6821   2232672        90      8010         0    112702     56070   2214426     25.23     26.57
448.79/448.97	c  N dy  6845   2262325        90      8010         0     80341     56070   1259325     25.21     26.62
454.10/454.25	c  N dy  6920   2282396        90      8010         0     98966     56070   1813837     25.21     26.57
460.80/460.94	c  N dy  7025   2302480        90      8010         0    117548     56070   2369967     25.22     28.29
465.80/465.96	c  N dy  7120   2322570        90      8010         0     75564     56070   1105599     25.23     28.73
470.89/471.09	c  N dy  7210   2342602        90      8010         0     94124     56070   1660703     25.24     27.69
476.79/476.93	c  N dy  7261   2363504        90      8010         0    113418     56070   2230455     25.24     26.71
483.09/483.29	c  N dy  7357   2383710        90      8010         0     70334     56070    929205     25.24     26.62
489.09/489.28	c  N dy  7428   2411227        90      8010         0     95634     56070   1673113     25.24     26.60
495.60/495.76	c  N dy  7529   2431463        90      8010         0    114343     56070   2232618     25.25     26.64
502.09/502.21	c  N dy  7616   2451494        90      8010         0     70056     56070    898714     25.25     29.26
507.29/507.40	c  N dy  7680   2475065        90      8010         0     91702     56070   1538654     25.25     26.63
513.90/514.09	c  N dy  7773   2497154        90      8010         0    112072     56070   2146140     25.26     26.62
521.39/521.57	c  N dy  7840   2520489        90      8010         0     70033     56070    883941     25.26     26.61
526.49/526.64	c  N dy  7963   2540532        90      8010         0     88580     56070   1439142     25.27     28.26
532.10/532.25	c  N dy  8027   2561054        90      8010         0    107514     56070   2002272     25.27     26.62
538.39/538.51	c  N dy  8061   2581138        90      8010         0    126035     56070   2548987     25.27     26.63
544.09/544.21	c  N dy  8205   2601225        90      8010         0     80099     56070   1169557     25.28     27.55
549.91/550.01	c  N dy  8323   2621313        90      8010         0     98650     56070   1726277     25.29     26.64
556.69/556.84	c  N dy  8385   2641361        90      8010         0    117147     56070   2272248     25.29     26.71
564.79/564.97	c  N dy  8449   2661365        90      8010         0     70087     56070    846054     25.30     29.26
573.59/573.70	c  N dy  8452   2700671        90      8010         0    105934     56070   1880221     25.27     26.64
577.41/577.59	c  S st  8528   2711440        90      8010         0    115940     56070   2182157     25.27   no data
577.70/577.87	c  S st  8528   2711943        90      8010         0    116418     56070   2196331     25.27   no data
577.70/577.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
577.80/577.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.05
577.80/577.93	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
577.80/577.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
577.80/577.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
577.80/577.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
577.80/577.93	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
577.80/577.96	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
577.90/578.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
599.99/600.18	c lits-rem:      1397  cl-subs:    11911  v-elim:      0  v-fix:    0  time: 22.17 s
599.99/600.18	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
600.09/600.20	c vivif2 --  cl tried   104507 cl shrink        0 lits rem          0 time: 0.02
600.29/600.51	c asymm  cl-useful: 0/705/8010 lits-rem:0 time: 0.31
600.40/600.51	c calculated reachability. Time: 0.00
600.40/600.51	c  N dy  8528   2711943        90      8010         0    104507     56070   1853460     25.27   no data
607.59/607.74	c  N dy  8641   2732007        90      8010         0    123084     56070   2411975     25.28     28.96
613.99/614.11	c  N dy  8747   2752054        90      8010         0     75764     56070   1010258     25.29     26.95
619.49/619.68	c  N dy  8853   2773055        90      8010         0     95190     56070   1592006     25.30     26.87
625.59/625.76	c  N dy  8910   2793682        90      8010         0    114253     56070   2154471     25.30     26.66
633.40/633.58	c  N dy  8994   2813688        90      8010         0    132723     56070   2701657     25.30     27.50
642.89/643.03	c  N dy  9061   2854471        90      8010         0    102929     56070   1777528     25.28     26.78
649.00/649.17	c  N dy  9124   2874743        90      8010         0    121621     56070   2333238     25.28     26.64
657.79/657.92	c  N dy  9207   2901973        90      8010         0     78605     56070   1035696     25.28     26.62
662.60/662.70	c  N dy  9243   2923349        90      8010         0     98314     56070   1614728     25.27     26.64
669.50/669.64	c  N dy  9300   2946467        90      8010         0    119547     56070   2243637     25.27     26.66
677.89/678.06	c  N dy  9416   2966594        90      8010         0     69186     56070    752619     25.28     26.62
682.60/682.77	c  N dy  9517   2986676        90      8010         0     87731     56070   1310374     25.29     26.69
690.60/690.75	c  N dy  9606   3015145        90      8010         0    113978     56070   2088252     25.29     26.62
699.80/699.95	c  N dy  9677   3042459        90      8010         0    139124     56070   2833118     25.29     26.62
709.70/709.87	c  N dy  9750   3083269        90      8010         0    106487     56070   1813430     25.27     26.69
716.60/716.79	c  N dy  9827   3103670        90      8010         0    125351     56070   2375025     25.28     26.67
729.99/730.16	c  N dy  9922   3148369        90      8010         0     95501     56070   1476881     25.26     26.62
736.60/736.79	c  N dy 10016   3168737        90      8010         0    114317     56070   2035293     25.27     26.61
744.19/744.34	c  N dy 10106   3188813        90      8010         0    132855     56070   2587638     25.27     28.35
751.90/752.02	c  N dy 10207   3208955        90      8010         0     79709     56070   1014582     25.28     26.65
752.50/752.66	c  S st 10209   3211943        90      8010         0     82460     56070   1093575     25.28     22.61
752.70/752.85	c  S st 10209   3212446        90      8010         0     82927     56070   1108037     25.28   no data
752.70/752.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
752.70/752.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.03
752.70/752.89	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
752.70/752.89	c bin-w-bin subsume rem            0 bins  time:  0.00 s
752.70/752.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
752.70/752.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
752.70/752.89	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
752.80/752.91	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
752.80/752.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
755.00/755.12	c lits-rem:       215  cl-subs:     2111  v-elim:      0  v-fix:    0  time:  2.18 s
755.00/755.12	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
755.00/755.13	c vivif2 --  cl tried    80816 cl shrink        0 lits rem          0 time: 0.01
755.20/755.39	c asymm  cl-useful: 0/884/8010 lits-rem:0 time: 0.25
755.20/755.39	c calculated reachability. Time: 0.00
755.20/755.39	c  N dy 10209   3212446        90      8010         0     80816     56070   1042636     25.28   no data
760.80/760.96	c  N dy 10303   3233046        90      8010         0     99898     56070   1612984     25.28     26.65
767.90/768.00	c  N dy 10395   3254045        90      8010         0    119368     56070   2196635     25.29     26.62
775.80/775.91	c  N dy 10483   3274083        90      8010         0    137888     56070   2748584     25.29     27.99
782.80/782.95	c  N dy 10560   3295955        90      8010         0     85245     56070   1154114     25.29     26.76
788.70/788.84	c  N dy 10667   3316006        90      8010         0    103846     56070   1711703     25.30     26.81
796.10/796.23	c  N dy 10724   3340110        90      8010         0    126039     56070   2370194     25.30     26.65
808.00/808.11	c  N dy 10736   3382305        90      8010         0     90828     56070   1293392     25.28     26.90
815.80/815.91	c  N dy 10799   3413129        90      8010         0    119259     56070   2137505     25.27     26.70
823.90/824.05	c  N dy 10895   3433164        90      8010         0    137784     56070   2690744     25.28     29.18
830.90/831.06	c  N dy 10937   3453317        90      8010         0     81724     56070   1016191     25.28     26.85
836.60/836.72	c  N dy 11030   3473921        90      8010         0    100734     56070   1583047     25.28     26.74
845.20/845.37	c  N dy 11101   3502009        90      8010         0    126519     56070   2337554     25.28     26.91
853.80/853.90	c  N dy 11199   3522070        90      8010         0    145010     56070   2891466     25.28     27.92
860.11/860.25	c  N dy 11247   3542132        90      8010         0     88035     56070   1188261     25.28     27.80
866.50/866.61	c  N dy 11359   3562547        90      8010         0    106979     56070   1757337     25.29     26.78
872.70/872.86	c  N dy 11410   3582620        90      8010         0    125383     56070   2301898     25.29     28.86
881.70/881.84	c  N dy 11533   3602896        90      8010         0    144185     56070   2869658     25.30     26.67
890.80/890.95	c  N dy 11640   3628082        90      8010         0     90897     56070   1254618     25.30     26.87
896.31/896.42	c  N dy 11677   3649274        90      8010         0    110407     56070   1834870     25.30     26.79
903.60/903.75	c  N dy 11777   3669297        90      8010         0    128941     56070   2389509     25.30     27.62
912.01/912.17	c  N dy 11854   3689373        90      8010         0    147500     56070   2943766     25.31     26.67
920.00/920.11	c  N dy 11975   3709788        90      8010         0     88915     56070   1181443     25.31     26.72
920.70/920.82	c  S st 11985   3712449        90      8010         0     91374     56070   1254074     25.31     24.16
920.90/921.03	c  S st 11985   3712952        90      8010         0     91848     56070   1268143     25.31   no data
920.90/921.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
920.90/921.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.03
920.90/921.07	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
920.90/921.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
920.90/921.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
920.90/921.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
920.90/921.07	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
920.90/921.09	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
921.00/921.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
923.81/923.97	c lits-rem:       304  cl-subs:     2425  v-elim:      0  v-fix:    0  time:  2.85 s
923.81/923.97	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
923.81/923.99	c vivif2 --  cl tried    89423 cl shrink        0 lits rem          0 time: 0.02
924.10/924.24	c asymm  cl-useful: 0/769/8010 lits-rem:0 time: 0.25
924.10/924.24	c calculated reachability. Time: 0.00
924.10/924.24	c  N dy 11985   3712952        90      8010         0     89423     56070   1188464     25.31   no data
929.81/929.96	c  N dy 12030   3733875        90      8010         0    108578     56070   1750897     25.31     26.69
936.41/936.51	c  F st 12127   3751564        90      8010         0    124931     56070   2240728     25.32   no data
937.51/937.69	c  N st 12132   3754861        90      8010         0    127966     56070   2332870     25.32   no data
946.91/947.06	c  N dy 12246   3775516        90      8010         0    147126     56070   2908356     25.32     26.73
955.00/955.18	c  N dy 12357   3796190        90      8010         0     87870     56070   1133519     25.33     26.69
961.01/961.13	c  N dy 12456   3816219        90      8010         0    106430     56070   1689997     25.33     27.09
968.50/968.61	c  N dy 12566   3836490        90      8010         0    125174     56070   2253204     25.34     26.70
975.50/975.65	c  N dy 12604   3856516        90      8010         0    143631     56070   2799022     25.34     26.71
986.90/987.05	c  N dy 12681   3888930        90      8010         0     94082     56070   1288757     25.33     26.72
994.01/994.12	c  N dy 12754   3911954        90      8010         0    115276     56070   1917681     25.34     26.71
1001.80/1001.95	c  N dy 12835   3932042        90      8010         0    133819     56070   2471398     25.34     28.43
1010.50/1010.67	c  N dy 12914   3952121        90      8010         0    152321     56070   3025500     25.34     29.22
1017.70/1017.87	c  N dy 12988   3973370        90      8010         0     91733     56070   1210863     25.34     26.91
1023.91/1024.07	c  N dy 13089   3993432        90      8010         0    110265     56070   1767578     25.35     28.43
1031.80/1031.92	c  N dy 13144   4013975        90      8010         0    129139     56070   2324519     25.35     26.71
1042.30/1042.49	c  N dy 13233   4033994        90      8010         0    147654     56070   2878261     25.35     26.70
1051.20/1051.32	c  N dy 13315   4054030        90      8010         0     85012     56070    992847     25.35     27.07
1056.71/1056.80	c  N dy 13384   4074112        90      8010         0    103584     56070   1546899     25.35     27.03
1063.80/1063.99	c  N dy 13490   4094179        90      8010         0    122128     56070   2101614     25.36     27.51
1071.10/1071.27	c  N dy 13539   4114354        90      8010         0    140764     56070   2654506     25.36     26.75
1079.91/1080.02	c  N dy 13610   4134384        90      8010         0    159206     56070   3204973     25.36     27.16
1087.30/1087.47	c  N dy 13702   4154430        90      8010         0     95550     56070   1285467     25.36     26.83
1093.50/1093.67	c  N dy 13782   4174751        90      8010         0    114303     56070   1845516     25.36     26.75
1103.31/1103.40	c  N dy 13850   4201798        90      8010         0    139143     56070   2576458     25.36     26.79
1108.31/1108.40	c  S st 13900   4212952        90      8010         0    149393     56070   2882759     25.36     25.40
1108.72/1108.82	c  S st 13900   4213458        90      8010         0    149872     56070   2897313     25.36   no data
1108.72/1108.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1108.81/1108.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.07
1108.81/1108.91	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1108.81/1108.91	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1108.81/1108.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1108.81/1108.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
1108.81/1108.91	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1108.81/1108.94	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1108.91/1109.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1132.71/1132.83	c lits-rem:      1504  cl-subs:    12939  v-elim:      0  v-fix:    0  time: 23.81 s
1132.71/1132.83	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
1132.71/1132.86	c vivif2 --  cl tried   136933 cl shrink        0 lits rem          0 time: 0.03
1133.11/1133.20	c asymm  cl-useful: 0/525/8010 lits-rem:0 time: 0.34
1133.11/1133.21	c calculated reachability. Time: 0.00
1133.11/1133.21	c  N dy 13900   4213458        90      8010         0    136933     56070   2496588     25.36   no data
1143.00/1143.11	c  N dy 14016   4233641        90      8010         0    155606     56070   3058871     25.37     26.74
1151.31/1151.45	c  N dy 14102   4253646        90      8010         0     91515     56070   1158412     25.37     28.11
1157.40/1157.52	c  N dy 14177   4273648        90      8010         0    110038     56070   1709937     25.38     26.72
1163.80/1163.96	c  N dy 14227   4293910        90      8010         0    128694     56070   2268201     25.38     26.84
1172.31/1172.44	c  N dy 14317   4313962        90      8010         0    147257     56070   2825542     25.38     28.80
1183.11/1183.21	c  N dy 14444   4333979        90      8010         0    165835     56070   3388749     25.39     27.91
1189.90/1190.09	c  N dy 14529   4355218        90      8010         0    101624     56070   1434728     25.39     26.75
1196.72/1196.84	c  N dy 14598   4376472        90      8010         0    121256     56070   2023020     25.39     26.78
1208.91/1209.02	c  N dy 14695   4408542        90      8010         0    150804     56070   2904382     25.39     26.84
1219.30/1219.46	c  N dy 14791   4428740        90      8010         0    169385     56070   3462962     25.40     26.91
1227.42/1227.57	c  N dy 14889   4450555        90      8010         0    104788     56070   1512619     25.40     26.74
1238.71/1238.82	c  N dy 14984   4474948        90      8010         0    127361     56070   2186652     25.40     26.75
1249.53/1249.68	c  N dy 15041   4496359        90      8010         0    147125     56070   2777713     25.40     26.74
1260.31/1260.49	c  N dy 15116   4517774        90      8010         0    166842     56070   3363530     25.40     26.82
1270.70/1270.85	c  N dy 15228   4548384        90      8010         0    109307     56070   1625374     25.41     26.82
1279.81/1279.97	c  N dy 15276   4577429        90      8010         0    135837     56070   2404726     25.40     26.74
1289.61/1289.77	c  N dy 15374   4598373        90      8010         0    155198     56070   2986619     25.40     26.89

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

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

running on 2 cores: 5,7

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.47 3.94 3.76 4/420 6126
/proc/meminfo: memFree=21405028/32950940 swapFree=67111356/67111528
[pid=6126] ppid=6124 vsize=29744 CPUtime=0 cores=5,7
/proc/6126/stat : 6126 (strangenight2-s) R 6124 6126 5388 0 -1 4202496 551 0 0 0 0 0 0 0 21 0 1 0 728583581 30457856 492 33554432000 4194304 4580011 140736331746384 18446744073709551615 4354920 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6126/statm: 7436 493 322 95 0 2418 0

[startup+0.016658 s]
/proc/loadavg: 3.47 3.94 3.76 4/420 6126
/proc/meminfo: memFree=21405028/32950940 swapFree=67111356/67111528
[pid=6126] ppid=6124 vsize=29880 CPUtime=0.01 cores=5,7
/proc/6126/stat : 6126 (strangenight2-s) R 6124 6126 5388 0 -1 4202496 670 0 0 0 1 0 0 0 21 0 1 0 728583581 30597120 611 33554432000 4194304 4580011 140736331746384 18446744073709551615 4294549 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6126/statm: 7470 611 338 95 0 2452 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 29880

[startup+0.100634 s]
/proc/loadavg: 3.47 3.94 3.76 4/420 6126
/proc/meminfo: memFree=21405028/32950940 swapFree=67111356/67111528
[pid=6126] ppid=6124 vsize=30012 CPUtime=0.09 cores=5,7
/proc/6126/stat : 6126 (strangenight2-s) R 6124 6126 5388 0 -1 4202496 691 0 0 0 9 0 0 0 21 0 1 0 728583581 30732288 632 33554432000 4194304 4580011 140736331746384 18446744073709551615 4294553 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6126/statm: 7503 632 338 95 0 2485 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30012

[startup+0.300599 s]
/proc/loadavg: 3.47 3.94 3.76 4/420 6126
/proc/meminfo: memFree=21405028/32950940 swapFree=67111356/67111528
[pid=6126] ppid=6124 vsize=31820 CPUtime=0.29 cores=5,7
/proc/6126/stat : 6126 (strangenight2-s) R 6124 6126 5388 0 -1 4202496 1378 0 0 0 29 0 0 0 22 0 1 0 728583581 32583680 1205 33554432000 4194304 4580011 140736331746384 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6126/statm: 7955 1205 362 95 0 2937 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 31820

[startup+0.700531 s]
/proc/loadavg: 3.47 3.94 3.76 4/420 6126
/proc/meminfo: memFree=21405028/32950940 swapFree=67111356/67111528
[pid=6126] ppid=6124 vsize=32832 CPUtime=0.69 cores=5,7
/proc/6126/stat : 6126 (strangenight2-s) R 6124 6126 5388 0 -1 4202496 2037 0 0 0 69 0 0 0 24 0 1 0 728583581 33619968 1318 33554432000 4194304 4580011 140736331746384 18446744073709551615 4294607 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6126/statm: 8208 1318 362 95 0 3190 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 32832

[startup+1.50039 s]
/proc/loadavg: 3.47 3.94 3.76 5/426 6137
/proc/meminfo: memFree=21382412/32950940 swapFree=67111356/67111528
[pid=6126] ppid=6124 vsize=33652 CPUtime=1.49 cores=5,7
/proc/6126/stat : 6126 (strangenight2-s) R 6124 6126 5388 0 -1 4202496 3063 0 0 0 149 0 0 0 25 0 1 0 728583581 34459648 1521 33554432000 4194304 4580011 140736331746384 18446744073709551615 4294920 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6126/statm: 8413 1521 363 95 0 3395 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 33652

[startup+3.10011 s]
/proc/loadavg: 3.47 3.94 3.76 5/426 6137
/proc/meminfo: memFree=21360216/32950940 swapFree=67111356/67111528
[pid=6126] ppid=6124 vsize=40384 CPUtime=3.09 cores=5,7
/proc/6126/stat : 6126 (strangenight2-s) R 6124 6126 5388 0 -1 4202496 5617 0 0 0 309 0 0 0 25 0 1 0 728583581 41353216 3039 33554432000 4194304 4580011 140736331746384 18446744073709551615 4294410 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6126/statm: 10096 3039 366 95 0 5078 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 40384

[startup+6.30055 s]
/proc/loadavg: 3.51 3.94 3.77 5/426 6137
/proc/meminfo: memFree=21351112/32950940 swapFree=67111356/67111528
[pid=6126] ppid=6124 vsize=41216 CPUtime=6.29 cores=5,7
/proc/6126/stat : 6126 (strangenight2-s) R 6124 6126 5388 0 -1 4202496 7770 0 0 0 629 0 0 0 25 0 1 0 728583581 42205184 3355 33554432000 4194304 4580011 140736331746384 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6126/statm: 10304 3355 366 95 0 5286 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 41216

[startup+12.7004 s]
/proc/loadavg: 3.55 3.95 3.77 5/426 6138
/proc/meminfo: memFree=21315556/32950940 swapFree=67111356/67111528
[pid=6126] ppid=6124 vsize=48100 CPUtime=12.69 cores=5,7
/proc/6126/stat : 6126 (strangenight2-s) R 6124 6126 5388 0 -1 4202496 12722 0 0 0 1268 1 0 0 25 0 1 0 728583581 49254400 5207 33554432000 4194304 4580011 140736331746384 18446744073709551615 4294656 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6126/statm: 12025 5207 366 95 0 7007 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 48100

[startup+25.5002 s]
/proc/loadavg: 3.73 3.96 3.77 5/426 6138
/proc/meminfo: memFree=21293384/32950940 swapFree=67111356/67111528
[pid=6126] ppid=6124 vsize=55644 CPUtime=25.49 cores=5,7
/proc/6126/stat : 6126 (strangenight2-s) R 6124 6126 5388 0 -1 4202496 19702 0 0 0 2547 2 0 0 25 0 1 0 728583581 56979456 7329 33554432000 4194304 4580011 140736331746384 18446744073709551615 4293179 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6126/statm: 13911 7329 366 95 0 8893 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 55644

[startup+51.1007 s]
/proc/loadavg: 3.82 3.97 3.78 5/426 6139
/proc/meminfo: memFree=21279720/32950940 swapFree=67111356/67111528
[pid=6126] ppid=6124 vsize=58600 CPUtime=51.08 cores=5,7
/proc/6126/stat : 6126 (strangenight2-s) R 6124 6126 5388 0 -1 4202496 30221 0 0 0 5104 4 0 0 25 0 1 0 728583581 60006400 8073 33554432000 4194304 4580011 140736331746384 18446744073709551615 4294595 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6126/statm: 14650 8073 366 95 0 9632 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 58600

[startup+102.316 s]
/proc/loadavg: 3.92 3.97 3.79 5/426 6140
/proc/meminfo: memFree=21227968/32950940 swapFree=67111356/67111528
[pid=6126] ppid=6124 vsize=74600 CPUtime=102.31 cores=5,7
/proc/6126/stat : 6126 (strangenight2-s) R 6124 6126 5388 0 -1 4202496 48185 0 0 0 10222 9 0 0 25 0 1 0 728583581 76390400 11892 33554432000 4194304 4580011 140736331746384 18446744073709551615 4416373 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6126/statm: 18650 11892 366 95 0 13632 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 74600

[startup+162.3 s]
/proc/loadavg: 3.97 3.97 3.80 5/426 6142
/proc/meminfo: memFree=21217900/32950940 swapFree=67111356/67111528
[pid=6126] ppid=6124 vsize=75028 CPUtime=162.29 cores=5,7
/proc/6126/stat : 6126 (strangenight2-s) R 6124 6126 5388 0 -1 4202496 63313 0 0 0 16217 12 0 0 25 0 1 0 728583581 76828672 11584 33554432000 4194304 4580011 140736331746384 18446744073709551615 4294346 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6126/statm: 18757 11584 366 95 0 13739 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 75028

[startup+222.301 s]
/proc/loadavg: 3.99 3.97 3.81 5/426 6143
/proc/meminfo: memFree=21182900/32950940 swapFree=67111356/67111528
[pid=6126] ppid=6124 vsize=85292 CPUtime=222.3 cores=5,7
/proc/6126/stat : 6126 (strangenight2-s) R 6124 6126 5388 0 -1 4202496 77032 0 0 0 22214 16 0 0 25 0 1 0 728583581 87339008 14245 33554432000 4194304 4580011 140736331746384 18446744073709551615 4293203 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6126/statm: 21323 14245 366 95 0 16305 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 85292

[startup+282.3 s]
/proc/loadavg: 4.18 4.03 3.84 5/426 6145
/proc/meminfo: memFree=21166704/32950940 swapFree=67111356/67111528
[pid=6126] ppid=6124 vsize=85556 CPUtime=282.3 cores=5,7
/proc/6126/stat : 6126 (strangenight2-s) R 6124 6126 5388 0 -1 4202496 88942 0 0 0 28211 19 0 0 25 0 1 0 728583581 87609344 14270 33554432000 4194304 4580011 140736331746384 18446744073709551615 4293190 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6126/statm: 21389 14270 366 95 0 16371 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 85556

[startup+342.301 s]
/proc/loadavg: 4.18 4.06 3.86 5/426 6146
/proc/meminfo: memFree=21138388/32950940 swapFree=67111356/67111528
[pid=6126] ppid=6124 vsize=100164 CPUtime=342.3 cores=5,7
/proc/6126/stat : 6126 (strangenight2-s) R 6124 6126 5388 0 -1 4202496 100580 0 0 0 34208 22 0 0 25 0 1 0 728583581 102567936 18058 33554432000 4194304 4580011 140736331746384 18446744073709551615 4294344 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6126/statm: 25041 18058 366 95 0 20023 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 100164

[startup+402.3 s]
/proc/loadavg: 4.07 4.05 3.87 5/426 6150
/proc/meminfo: memFree=21127680/32950940 swapFree=67111356/67111528
[pid=6126] ppid=6124 vsize=100400 CPUtime=402.22 cores=5,7
/proc/6126/stat : 6126 (strangenight2-s) R 6124 6126 5388 0 -1 4202496 111187 0 0 0 40197 25 0 0 25 0 1 0 728583581 102809600 17906 33554432000 4194304 4580011 140736331746384 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 7 0 0 0
/proc/6126/statm: 25100 17906 366 95 0 20082 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 100400

[startup+462.301 s]
/proc/loadavg: 4.06 4.05 3.88 5/426 6153
/proc/meminfo: memFree=21098024/32950940 swapFree=67111356/67111528
[pid=6126] ppid=6124 vsize=107816 CPUtime=462.19 cores=5,7
/proc/6126/stat : 6126 (strangenight2-s) R 6124 6126 5388 0 -1 4202496 120018 0 0 0 46191 28 0 0 25 0 1 0 728583581 110403584 20870 33554432000 4194304 4580011 140736331746384 18446744073709551615 4295691 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6126/statm: 26954 20870 366 95 0 21936 0
Current children cumulated CPU time (s) 462.19
Current children cumulated vsize (KiB) 107816

[startup+522.3 s]
/proc/loadavg: 4.02 4.04 3.89 5/426 6154
/proc/meminfo: memFree=21113504/32950940 swapFree=67111356/67111528
[pid=6126] ppid=6124 vsize=108060 CPUtime=522.19 cores=5,7
/proc/6126/stat : 6126 (strangenight2-s) R 6124 6126 5388 0 -1 4202496 130141 0 0 0 52187 32 0 0 25 0 1 0 728583581 110653440 19254 33554432000 4194304 4580011 140736331746384 18446744073709551615 4294344 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6126/statm: 27015 19254 366 95 0 21997 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 108060

[startup+582.301 s]
/proc/loadavg: 4.00 4.03 3.89 5/426 6156
/proc/meminfo: memFree=21077000/32950940 swapFree=67111356/67111528
[pid=6126] ppid=6124 vsize=120864 CPUtime=582.19 cores=5,7
/proc/6126/stat : 6126 (strangenight2-s) R 6124 6126 5388 0 -1 4202496 140723 0 0 0 58184 35 0 0 25 0 1 0 728583581 123764736 23695 33554432000 4194304 4580011 140736331746384 18446744073709551615 4406384 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6126/statm: 30216 23695 366 95 0 25198 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 120864

[startup+642.3 s]
/proc/loadavg: 4.03 4.03 3.90 5/426 6157
/proc/meminfo: memFree=21068536/32950940 swapFree=67111356/67111528
[pid=6126] ppid=6124 vsize=120964 CPUtime=642.2 cores=5,7
/proc/6126/stat : 6126 (strangenight2-s) R 6124 6126 5388 0 -1 4202496 146802 0 0 0 64183 37 0 0 25 0 1 0 728583581 123867136 23156 33554432000 4194304 4580011 140736331746384 18446744073709551615 4294492 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6126/statm: 30241 23156 366 95 0 25223 0
Current children cumulated CPU time (s) 642.2
Current children cumulated vsize (KiB) 120964

[startup+702.301 s]
/proc/loadavg: 4.01 4.03 3.91 5/426 6159
/proc/meminfo: memFree=21061640/32950940 swapFree=67111356/67111528
[pid=6126] ppid=6124 vsize=122624 CPUtime=702.2 cores=5,7
/proc/6126/stat : 6126 (strangenight2-s) R 6124 6126 5388 0 -1 4202496 155941 0 0 0 70179 41 0 0 25 0 1 0 728583581 125566976 22598 33554432000 4194304 4580011 140736331746384 18446744073709551615 4319797 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6126/statm: 30656 22598 366 95 0 25638 0
Current children cumulated CPU time (s) 702.2
Current children cumulated vsize (KiB) 122624

[startup+762.316 s]
/proc/loadavg: 4.00 4.02 3.91 5/426 6161
/proc/meminfo: memFree=21072140/32950940 swapFree=67111356/67111528
[pid=6126] ppid=6124 vsize=122740 CPUtime=762.21 cores=5,7
/proc/6126/stat : 6126 (strangenight2-s) R 6124 6126 5388 0 -1 4202496 163507 0 0 0 76177 44 0 0 25 0 1 0 728583581 125685760 23519 33554432000 4194304 4580011 140736331746384 18446744073709551615 4294344 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6126/statm: 30685 23519 366 95 0 25667 0
Current children cumulated CPU time (s) 762.21
Current children cumulated vsize (KiB) 122740

[startup+822.301 s]
/proc/loadavg: 4.06 4.03 3.91 5/426 6162
/proc/meminfo: memFree=21043600/32950940 swapFree=67111356/67111528
[pid=6126] ppid=6124 vsize=122864 CPUtime=822.2 cores=5,7
/proc/6126/stat : 6126 (strangenight2-s) R 6124 6126 5388 0 -1 4202496 171305 0 0 0 82174 46 0 0 25 0 1 0 728583581 125812736 24384 33554432000 4194304 4580011 140736331746384 18446744073709551615 4294304 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6126/statm: 30716 24384 366 95 0 25698 0
Current children cumulated CPU time (s) 822.2
Current children cumulated vsize (KiB) 122864

[startup+882.3 s]
/proc/loadavg: 4.23 4.08 3.94 5/426 6164
/proc/meminfo: memFree=21018264/32950940 swapFree=67111356/67111528
[pid=6126] ppid=6124 vsize=122976 CPUtime=882.2 cores=5,7
/proc/6126/stat : 6126 (strangenight2-s) R 6124 6126 5388 0 -1 4202496 178659 0 0 0 88170 50 0 0 25 0 1 0 728583581 125927424 24730 33554432000 4194304 4580011 140736331746384 18446744073709551615 4294475 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6126/statm: 30744 24730 366 95 0 25726 0
Current children cumulated CPU time (s) 882.2
Current children cumulated vsize (KiB) 122976

[startup+942.301 s]
/proc/loadavg: 4.08 4.07 3.94 5/426 6165
/proc/meminfo: memFree=21025152/32950940 swapFree=67111356/67111528
[pid=6126] ppid=6124 vsize=123108 CPUtime=942.2 cores=5,7
/proc/6126/stat : 6126 (strangenight2-s) R 6124 6126 5388 0 -1 4202496 185711 0 0 0 94167 53 0 0 25 0 1 0 728583581 126062592 24543 33554432000 4194304 4580011 140736331746384 18446744073709551615 4294492 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6126/statm: 30777 24543 366 95 0 25759 0
Current children cumulated CPU time (s) 942.2
Current children cumulated vsize (KiB) 123108

[startup+1002.3 s]
/proc/loadavg: 4.03 4.05 3.94 5/426 6167
/proc/meminfo: memFree=21017552/32950940 swapFree=67111356/67111528
[pid=6126] ppid=6124 vsize=123228 CPUtime=1002.2 cores=5,7
/proc/6126/stat : 6126 (strangenight2-s) R 6124 6126 5388 0 -1 4202496 192969 0 0 0 100163 57 0 0 25 0 1 0 728583581 126185472 24321 33554432000 4194304 4580011 140736331746384 18446744073709551615 4294344 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6126/statm: 30807 24321 366 95 0 25789 0
Current children cumulated CPU time (s) 1002.2
Current children cumulated vsize (KiB) 123228

[startup+1062.3 s]
/proc/loadavg: 4.01 4.04 3.94 5/426 6169
/proc/meminfo: memFree=21014772/32950940 swapFree=67111356/67111528
[pid=6126] ppid=6124 vsize=123340 CPUtime=1062.21 cores=5,7
/proc/6126/stat : 6126 (strangenight2-s) R 6124 6126 5388 0 -1 4202496 199991 0 0 0 106161 60 0 0 25 0 1 0 728583581 126300160 23788 33554432000 4194304 4580011 140736331746384 18446744073709551615 4294656 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6126/statm: 30835 23788 366 95 0 25817 0
Current children cumulated CPU time (s) 1062.21
Current children cumulated vsize (KiB) 123340

[startup+1122.3 s]
/proc/loadavg: 3.47 3.89 3.89 4/420 6187
/proc/meminfo: memFree=21074948/32950940 swapFree=67111356/67111528
[pid=6126] ppid=6124 vsize=139496 CPUtime=1122.21 cores=5,7
/proc/6126/stat : 6126 (strangenight2-s) R 6124 6126 5388 0 -1 4202496 208389 0 0 0 112159 62 0 0 25 0 1 0 728583581 142843904 28335 33554432000 4194304 4580011 140736331746384 18446744073709551615 4406289 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6126/statm: 34874 28335 366 95 0 29856 0
Current children cumulated CPU time (s) 1122.21
Current children cumulated vsize (KiB) 139496

[startup+1182.3 s]
/proc/loadavg: 3.22 3.74 3.84 4/420 6189
/proc/meminfo: memFree=21076016/32950940 swapFree=67111356/67111528
[pid=6126] ppid=6124 vsize=195316 CPUtime=1182.21 cores=5,7
/proc/6126/stat : 6126 (strangenight2-s) R 6124 6126 5388 0 -1 4202496 213136 0 0 0 118157 64 0 0 25 0 1 0 728583581 200003584 28817 33554432000 4194304 4580011 140736331746384 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6126/statm: 48829 28817 366 95 0 43811 0
Current children cumulated CPU time (s) 1182.21
Current children cumulated vsize (KiB) 195316

[startup+1242.3 s]
/proc/loadavg: 3.12 3.62 3.79 4/420 6190
/proc/meminfo: memFree=21061092/32950940 swapFree=67111356/67111528
[pid=6126] ppid=6124 vsize=139648 CPUtime=1242.2 cores=5,7
/proc/6126/stat : 6126 (strangenight2-s) R 6124 6126 5388 0 -1 4202496 220012 0 0 0 124154 66 0 0 25 0 1 0 728583581 142999552 27787 33554432000 4194304 4580011 140736331746384 18446744073709551615 4294514 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6126/statm: 34912 27787 366 95 0 29894 0
Current children cumulated CPU time (s) 1242.2
Current children cumulated vsize (KiB) 139648



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.04 3.50 3.73 3/418 6193
/proc/meminfo: memFree=21185540/32950940 swapFree=67111356/67111528
[pid=6126] ppid=6124 vsize=196312 CPUtime=1299.91 cores=5,7
/proc/6126/stat : 6126 (strangenight2-s) R 6124 6126 5388 0 -1 4202496 225278 0 0 0 129923 68 0 0 25 0 1 0 728583581 201023488 29039 33554432000 4194304 4580011 140736331746384 18446744073709551615 4305183 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/6126/statm: 49078 29039 366 95 0 44060 0
Current children cumulated CPU time (s) 1299.91
Current children cumulated vsize (KiB) 196312

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): 1299.94
CPU user time (s): 1299.25
CPU system time (s): 0.694894
CPU usage (%): 99.9939
Max. virtual memory (cumulated for all children) (KiB): 196312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.25
system time used= 0.694894
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 225278
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= 14252

runsolver used 5.15921 second user time and 12.6741 second system time

The end

Launcher Data

Begin job on node117 at 2011-05-14 16:32:08
IDJOB=3367526
IDBENCH=82735
IDSOLVER=1845
FILE ID=node117/3367526-1305383528
RUNJOBID= node117-1305383528-6097
PBS_JOBID= 13324385
Free space on /tmp= 73404 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st (fixed)
BENCH NAME= SAT11/random/medium/unif-k7-r89-v90-c8010-S661190852-039.SATISFIABLE.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3367526-1305383528/watcher-3367526-1305383528 -o /tmp/evaluation-result-3367526-1305383528/solver-3367526-1305383528 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3367526-1305383528.cnf

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

MD5SUM BENCH= ae2c6ab9f054a239f861b972b7e9a79b
RANDOM SEED=481936630

node117.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	: 5332.75
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      21405316 kB
Buffers:        286764 kB
Cached:        3017748 kB
SwapCached:          0 kB
Active:        9356088 kB
Inactive:      1833164 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      21405316 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:           16944 kB
Writeback:           0 kB
AnonPages:     7884628 kB
Mapped:          32720 kB
Slab:           243724 kB
PageTables:      44772 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS: 100476068 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= 73404 MiB
End job on node117 at 2011-05-14 16:53:50