Trace number 3367382

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) 1300.05 1300.02

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v5000-c21000-S72547786-008-UNKNOWN.cnf
MD5SUM811f95ba5a9b338808c76dfc6ace0a83
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark12.1901
Satisfiable
(Un)Satisfiability was proved
Number of variables4999
Number of clauses21000
Sum of the clauses size63000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 321000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.01	c Outputting solution to console
0.00/0.01	c This is CryptoMiniSat 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-3367382-1305382004.cnf'
0.00/0.01	c -- header says num vars:           4999
0.00/0.01	c -- header says num clauses:       21000
0.00/0.01	c -- clauses added:            0 learnts,        21000 normals,            0 xors
0.00/0.01	c -- vars added       4999
0.00/0.01	c Parsing time:  0.01 s
0.00/0.01	c  N st     0         0      4999     21000         0         0     63000         0   no data   no data
0.00/0.02	c asymm  cl-useful: 0/21000/21000 lits-rem:0 time: 0.01
0.00/0.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.03/0.03	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.03/0.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.03/0.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.03/0.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4999 time:  0.00 s
0.03/0.04	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
0.03/0.06	c lits-rem:         0  cl-subs:        0  v-elim:    123  v-fix:    0  time:  0.02 s
0.03/0.06	c Finding binary XORs  T:     0.00 s  found:       0
0.03/0.06	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.03/0.06	c calculated reachability. Time: 0.00
0.03/0.06	c Calc default polars -  time:   0.00 s pos:    2214 undec:     565 neg:    2220
0.03/0.06	c =========================================================================================
0.03/0.06	c types(t): F = full restart, N = normal restart
0.03/0.06	c types(t): S = simplification begin/end, E = solution found
0.03/0.06	c restart types(rt): st = static, dy = dynamic
0.03/0.06	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.03/0.06	c  B st     0         0      4876     20877         0         0     63344         0   no data   no data
0.49/0.52	c  N dy    16      4174      4876     20877         0      4172     63344    475092     66.96     71.26
0.89/0.96	c  N dy    38      8256      4876     20877         0      5758     63344    432832     65.41     69.46
1.39/1.43	c  N dy    62     12430      4876     20877         0      5681     63344    264667     65.45     70.49
1.89/1.90	c  N dy    85     16529      4876     20877         0      9779     63344    675472     64.78     68.48
2.29/2.37	c  N dy   112     20607      4876     20877         0      8236     63344    408156     65.16     69.68
2.79/2.85	c  N dy   134     24716      4876     20877         0     12345     63344    826553     65.03     69.26
2.79/2.89	c  F st   137     25001      4876     20877         0     12630     63344    853079     65.00   no data
3.48/3.54	c  N dy   143     30000      4876     20877         0     10813     63344    642786     65.00   no data
3.48/3.54	c  S st   143     30000      4876     20877         0     10813     63344    642786     65.00   no data
3.58/3.60	c  S st   143     30506      4876     20877         0     11319     63344    680627     65.00   no data
3.58/3.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.58/3.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
3.58/3.62	c blocked clauses removed:       92 vars:     14 tried:        4876 T: 0.00 s
3.58/3.62	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.58/3.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.58/3.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4862 time:  0.00 s
3.58/3.62	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
3.58/3.64	c lits-rem:         0  cl-subs:        0  v-elim:      9  v-fix:    0  time:  0.02 s
3.58/3.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.69/3.76	c lits-rem:        20  cl-subs:        4  v-elim:      0  v-fix:    0  time:  0.08 s
3.69/3.78	c asymm  cl-useful: 0/20777/20777 lits-rem:0 time: 0.02
3.69/3.78	c calculated reachability. Time: 0.00
3.69/3.78	c  N dy   143     30506      4853     20777         0     11171     63109    665695     65.00   no data
4.29/4.31	c  N dy   171     34592      4853     20777         0     15257     63109   1094873     65.57     70.88
4.79/4.80	c  N dy   193     38711      4853     20777         0     11546     63109    527094     65.24     69.10
5.29/5.32	c  N dy   218     42887      4853     20777         0     15722     63109    955548     65.26     69.48
5.69/5.70	c  S st   238     45760      4853     20777         0      9684     63109    239087     65.31   no data
5.69/5.76	c  S st   238     46263      4853     20777         0     10187     63109    280773     65.31   no data
5.69/5.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.69/5.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
5.69/5.78	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
5.69/5.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.69/5.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.69/5.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4853 time:  0.00 s
5.69/5.78	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
5.69/5.79	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
5.79/5.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.79/5.83	c lits-rem:         1  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
5.79/5.83	c vivif2 --  cl tried    20777 cl shrink        0 lits rem          0 time: 0.00
5.79/5.84	c vivif2 --  cl tried    10187 cl shrink        0 lits rem          0 time: 0.00
5.79/5.86	c asymm  cl-useful: 0/20777/20777 lits-rem:0 time: 0.02
5.79/5.86	c calculated reachability. Time: 0.00
5.79/5.86	c  N dy   238     46263      4853     20777         0     10187     63109    280772     65.31   no data
6.28/6.35	c  N dy   260     50277      4853     20777         0     14200     63109    690077     65.13     70.16
6.79/6.90	c  N dy   285     54371      4853     20777         0     18294     63109   1116093     65.24     68.92
7.39/7.43	c  N dy   308     58416      4853     20777         0     12377     63109    411303     65.29     69.27
7.89/7.95	c  N dy   331     62499      4853     20777         0     16460     63109    829895     65.31     68.88
8.49/8.51	c  N dy   361     66566      4853     20777         0     20526     63109   1261912     65.63     75.19
8.80/8.89	c  S st   380     69394      4853     20777         0     12373     63109    317460     65.69     68.15
8.89/8.95	c  S st   380     69898      4853     20777         0     12877     63109    358781     65.69   no data
8.89/8.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.89/8.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
8.89/8.97	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
8.89/8.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.89/8.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.89/8.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4853 time:  0.00 s
8.89/8.97	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
8.89/8.99	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
8.99/9.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.99/9.04	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.03 s
8.99/9.04	c vivif2 --  cl tried    20777 cl shrink        0 lits rem          0 time: 0.00
8.99/9.04	c vivif2 --  cl tried    12876 cl shrink        0 lits rem          0 time: 0.00
8.99/9.07	c asymm  cl-useful: 0/20777/20777 lits-rem:0 time: 0.02
8.99/9.07	c calculated reachability. Time: 0.00
8.99/9.07	c  N dy   380     69898      4853     20777         0     12876     63109    358654     65.69   no data
9.58/9.67	c  N dy   411     74590      4853     20777         0     17568     63109    848594     65.82     69.89
10.29/10.40	c  N dy   444     79496      4853     20777         0     22474     63109   1363155     66.01     72.05
11.09/11.10	c  N dy   477     84617      4853     20777         0     15606     63109    552663     66.08     69.90
11.49/11.50	c  F st   499     87500      4853     20777         0     18486     63109    859718     66.23   no data
11.89/11.96	c  N st   504     90798      4853     20777         0     21784     63109   1231795     66.23   no data
12.79/12.82	c  N dy   531     96601      4853     20777         0     14593     63109    353038     66.30     72.62
13.59/13.66	c  N dy   569    102843      4853     20777         0     20834     63109   1002799     66.35     71.76
13.89/13.94	c  S st   584    104848      4853     20777         0     22839     63109   1211506     66.33   no data
13.99/14.02	c  S st   584    105352      4853     20777         0     23343     63109   1248721     66.33   no data
13.99/14.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
13.99/14.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.02
13.99/14.04	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
13.99/14.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
13.99/14.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.99/14.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4853 time:  0.00 s
13.99/14.05	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
13.99/14.07	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
14.09/14.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.49/14.56	c lits-rem:        12  cl-subs:        3  v-elim:      0  v-fix:    0  time:  0.43 s
14.49/14.56	c vivif2 --  cl tried    20777 cl shrink        0 lits rem          0 time: 0.00
14.49/14.58	c vivif2 --  cl tried    23340 cl shrink        0 lits rem          0 time: 0.02
14.59/14.61	c asymm  cl-useful: 0/20777/20777 lits-rem:0 time: 0.03
14.59/14.61	c calculated reachability. Time: 0.00
14.59/14.61	c  N dy   584    105352      4853     20777         0     23340     63109   1248267     66.33   no data
15.49/15.59	c  N dy   625    112110      4853     20777         0     16104     63109    405200     66.34     70.17
16.59/16.61	c  N dy   674    119312      4853     20777         0     23305     63109   1157966     66.45     73.26
17.68/17.78	c  N dy   725    126965      4853     20777         0     15961     63109    292918     66.56     74.93
18.89/18.91	c  N dy   776    135160      4853     20777         0     24156     63109   1145107     66.65     78.23
20.19/20.27	c  N dy   834    143851      4853     20777         0     16849     63109    290437     66.73     70.32
21.59/21.60	c  N dy   893    153156      4853     20777         0     26151     63109   1270394     66.80     70.56
22.29/22.35	c  S st   926    158029      4853     20777         0     31024     63109   1778026     66.84     67.15
22.39/22.44	c  S st   926    158532      4853     20777         0     31527     63109   1814425     66.84   no data
22.39/22.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
22.39/22.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.02
22.39/22.47	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
22.39/22.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
22.39/22.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
22.39/22.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4853 time:  0.00 s
22.39/22.47	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
22.49/22.50	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
22.49/22.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23.59/23.61	c lits-rem:        33  cl-subs:        9  v-elim:      0  v-fix:    0  time:  1.03 s
23.59/23.61	c vivif2 --  cl tried    20777 cl shrink        0 lits rem          0 time: 0.00
23.59/23.63	c vivif2 --  cl tried    31518 cl shrink        0 lits rem          0 time: 0.03
23.59/23.68	c asymm  cl-useful: 0/20777/20777 lits-rem:0 time: 0.04
23.59/23.68	c calculated reachability. Time: 0.00
23.59/23.68	c  N dy   926    158532      4853     20777         0     31518     63109   1812661     66.84   no data
25.19/25.21	c  N dy   988    168801      4853     20777         0     24782     63109   1010763     66.81     70.97
26.89/26.97	c  N dy  1049    179768      4853     20777         0     35745     63109   2153230     66.76     71.29
28.60/28.70	c  N dy  1122    191499      4853     20777         0     29481     63109   1411808     66.82     71.22
30.59/30.64	c  N dy  1200    203734      4853     20777         0     22721     63109    610893     66.96     71.14
32.59/32.68	c  N dy  1276    216749      4853     20777         0     35735     63109   1985837     66.98     73.03
34.79/34.86	c  N dy  1369    230612      4853     20777         0     29599     63109   1221350     67.05     78.17
35.99/36.03	c  S st  1415    237798      4853     20777         0     36785     63109   1979384     67.07   no data
36.09/36.13	c  S st  1415    238298      4853     20777         0     37285     63109   2020841     67.07   no data
36.09/36.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
36.09/36.16	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
36.09/36.16	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
36.09/36.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
36.09/36.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
36.09/36.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4853 time:  0.00 s
36.09/36.16	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
36.09/36.20	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
36.19/36.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
37.69/37.70	c lits-rem:        28  cl-subs:        7  v-elim:      0  v-fix:    0  time:  1.43 s
37.69/37.71	c vivif2 --  cl tried    20777 cl shrink        0 lits rem          0 time: 0.00
37.69/37.73	c vivif2 --  cl tried    37278 cl shrink        0 lits rem          0 time: 0.03
37.69/37.78	c asymm  cl-useful: 0/20777/20777 lits-rem:0 time: 0.05
37.69/37.79	c calculated reachability. Time: 0.00
37.69/37.79	c  N dy  1415    238298      4853     20777         0     37278     63109   2019788     67.07   no data
40.28/40.35	c  N dy  1513    253689      4853     20777         0     31667     63109   1355500     67.10     71.60
42.99/43.09	c  N dy  1623    270018      4853     20777         0     25999     63109    643894     67.20     71.41
45.99/46.03	c  N dy  1739    287325      4853     20777         0     43302     63109   2489747     67.30     71.00
48.99/49.07	c  N dy  1850    305871      4853     20777         0     38849     63109   1913011     67.29     71.53
49.09/49.14	c  F st  1853    306250      4853     20777         0     39228     63109   1953545     67.30     61.75
52.39/52.40	c  N dy  1931    325498      4853     20777         0     34474     63109   1333378     67.22     70.96
55.89/55.92	c  N dy  2042    345639      4853     20777         0     29615     63109    732322     67.22     70.83
57.89/57.90	c  S st  2113    357447      4853     20777         0     41422     63109   1983702     67.24   no data
58.00/58.01	c  S st  2113    357950      4853     20777         0     41925     63109   2028253     67.24   no data
58.00/58.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
58.00/58.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.03
58.00/58.05	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
58.00/58.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
58.00/58.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
58.00/58.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4853 time:  0.00 s
58.00/58.05	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
58.00/58.09	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
58.09/58.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
59.69/59.73	c lits-rem:        30  cl-subs:        5  v-elim:      0  v-fix:    0  time:  1.57 s
59.69/59.73	c vivif2 --  cl tried    20777 cl shrink        0 lits rem          0 time: 0.00
59.69/59.76	c vivif2 --  cl tried    41920 cl shrink        0 lits rem          0 time: 0.03
59.79/59.82	c asymm  cl-useful: 0/20777/20777 lits-rem:0 time: 0.05
59.79/59.82	c calculated reachability. Time: 0.00
59.79/59.82	c  N dy  2113    357950      4853     20777         0     41920     63109   2027269     67.24   no data
63.39/63.45	c  N dy  2247    378171      4853     20777         0     36146     63109   1338573     67.27     72.49
67.19/67.20	c  N dy  2378    398255      4853     20777         0     29230     63109    499585     67.33     71.46
70.69/70.73	c  N dy  2505    418354      4853     20777         0     49328     63109   2637080     67.40     72.28
74.29/74.35	c  N dy  2637    438431      4853     20777         0     41401     63109   1682370     67.43     72.53
78.20/78.21	c  N dy  2755    458525      4853     20777         0     32494     63109    638256     67.43     84.87
81.79/81.88	c  N dy  2880    478593      4853     20777         0     52557     63109   2742782     67.44     73.15
85.59/85.65	c  N dy  3001    498936      4853     20777         0     42905     63109   1633434     67.46     72.92
89.69/89.75	c  N dy  3132    519038      4853     20777         0     32009     63109    390871     67.51     71.36
92.99/93.06	c  S st  3258    536926      4853     20777         0     49893     63109   2306155     67.56   no data
93.09/93.18	c  S st  3258    537429      4853     20777         0     50396     63109   2349676     67.56   no data
93.09/93.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
93.19/93.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.03
93.19/93.22	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
93.19/93.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
93.19/93.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
93.19/93.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4853 time:  0.00 s
93.19/93.22	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
93.19/93.26	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
93.29/93.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
95.60/95.63	c lits-rem:        72  cl-subs:       12  v-elim:      0  v-fix:    0  time:  2.28 s
95.60/95.63	c vivif2 --  cl tried    20777 cl shrink        0 lits rem          0 time: 0.00
95.60/95.66	c vivif2 --  cl tried    50384 cl shrink        0 lits rem          0 time: 0.03
95.71/95.72	c asymm  cl-useful: 0/20777/20777 lits-rem:0 time: 0.06
95.71/95.72	c calculated reachability. Time: 0.00
95.71/95.72	c  N dy  3258    537429      4853     20777         0     50384     63109   2347643     67.56   no data
99.69/99.74	c  N dy  3375    557554      4853     20777         0     38513     63109    977390     67.57     72.03
103.59/103.64	c  N dy  3490    577775      4853     20777         0     58731     63109   3132277     67.57     71.59
107.49/107.53	c  N dy  3624    597783      4853     20777         0     45741     63109   1647400     67.62     72.07
111.70/111.74	c  N dy  3736    617998      4853     20777         0     65951     63109   3807403     67.62     71.78
115.50/115.52	c  N dy  3859    638072      4853     20777         0     52031     63109   2224753     67.64     72.59
119.91/119.93	c  N dy  3986    658134      4853     20777         0     37097     63109    530739     67.69     72.18
123.70/123.74	c  N dy  4110    678211      4853     20777         0     57172     63109   2660823     67.70     77.23
127.99/128.04	c  N dy  4231    698287      4853     20777         0     41249     63109    853092     67.70     96.93
132.01/132.06	c  N dy  4358    718426      4853     20777         0     61388     63109   2993356     67.73     72.84
136.41/136.43	c  N dy  4484    738513      4853     20777         0     44475     63109   1119107     67.74     71.98
140.70/140.72	c  N dy  4612    758738      4853     20777         0     64697     63109   3269694     67.78     72.27
144.99/145.09	c  N dy  4728    778868      4853     20777         0     46833     63109   1258624     67.76     71.50
149.20/149.28	c  N dy  4841    798911      4853     20777         0     66876     63109   3412222     67.77     71.94
150.99/151.04	c  S st  4882    806143      4853     20777         0     74107     63109   4174362     67.77   no data
151.19/151.20	c  S st  4882    806645      4853     20777         0     74609     63109   4216546     67.77   no data
151.19/151.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
151.19/151.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.05
151.19/151.26	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
151.19/151.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
151.19/151.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
151.19/151.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4853 time:  0.00 s
151.19/151.27	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
151.29/151.32	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
151.39/151.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
155.49/155.56	c lits-rem:        43  cl-subs:       15  v-elim:      0  v-fix:    0  time:  4.07 s
155.49/155.56	c vivif2 --  cl tried    20777 cl shrink        0 lits rem          0 time: 0.00
155.59/155.62	c vivif2 --  cl tried    74594 cl shrink        0 lits rem          0 time: 0.06
155.69/155.71	c asymm  cl-useful: 0/20777/20777 lits-rem:0 time: 0.09
155.69/155.72	c calculated reachability. Time: 0.00
155.69/155.72	c  N dy  4882    806645      4853     20777         0     74594     63109   4213659     67.77   no data
159.70/159.77	c  N dy  5005    826722      4853     20777         0     55671     63109   2084285     67.78     77.11
164.39/164.40	c  N dy  5133    846890      4853     20777         0     75838     63109   4251216     67.82     72.38
168.49/168.52	c  N dy  5251    866891      4853     20777         0     55835     63109   2015406     67.82     72.47
173.19/173.21	c  N dy  5374    887111      4853     20777         0     76054     63109   4151283     67.82     71.49
177.39/177.49	c  N dy  5493    907280      4853     20777         0     55223     63109   1863044     67.82     73.62
182.09/182.11	c  N dy  5620    927340      4853     20777         0     75283     63109   3993815     67.82     72.01
186.49/186.56	c  N dy  5737    947390      4853     20777         0     53335     63109   1569203     67.82     71.74
191.09/191.13	c  N dy  5864    967688      4853     20777         0     73632     63109   3730941     67.83     75.83
195.80/195.84	c  N dy  5995    987728      4853     20777         0     50673     63109   1158715     67.86     71.62
200.09/200.16	c  N dy  6124   1007811      4853     20777         0     70755     63109   3302368     67.89     78.64
205.19/205.21	c  N dy  6244   1027912      4853     20777         0     46858     63109    664459     67.88     77.73
209.49/209.59	c  N dy  6366   1048242      4853     20777         0     67184     63109   2830218     67.90     71.73
214.80/214.83	c  N dy  6493   1068445      4853     20777         0     87386     63109   4988928     67.91     72.21
215.69/215.79	c  F st  6518   1071876      4853     20777         0     45821     63109    451087     67.91     70.67
219.09/219.18	c  N dy  6604   1088532      4853     20777         0     62471     63109   2317622     67.94     73.27
224.00/224.02	c  N dy  6713   1108591      4853     20777         0     82525     63109   4422768     67.93     72.08
228.81/228.82	c  N dy  6848   1128631      4853     20777         0     56574     63109   1503052     67.95     72.17
233.39/233.45	c  N dy  6977   1148700      4853     20777         0     76641     63109   3644009     67.97     74.33
238.79/238.86	c  N dy  7108   1168751      4853     20777         0     49693     63109    674754     67.99     73.73
243.20/243.26	c  N dy  7252   1188805      4853     20777         0     69746     63109   2844820     68.03     77.44
248.50/248.56	c  N dy  7392   1208839      4853     20777         0     89778     63109   4988149     68.06     79.14
248.79/248.88	c  S st  7399   1209968      4853     20777         0     90907     63109   5103723     68.06   no data
248.99/249.07	c  S st  7399   1210471      4853     20777         0     91410     63109   5142701     68.06   no data
248.99/249.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
249.09/249.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.06
249.09/249.14	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
249.09/249.14	c bin-w-bin subsume rem            0 bins  time:  0.00 s
249.09/249.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
249.09/249.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4853 time:  0.00 s
249.09/249.15	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
249.19/249.21	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
249.40/249.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
255.30/255.36	c lits-rem:        36  cl-subs:       12  v-elim:      0  v-fix:    0  time:  5.95 s
255.30/255.36	c vivif2 --  cl tried    20777 cl shrink        0 lits rem          0 time: 0.00
255.40/255.43	c vivif2 --  cl tried    91398 cl shrink        0 lits rem          0 time: 0.07
255.50/255.54	c asymm  cl-useful: 0/20777/20777 lits-rem:0 time: 0.11
255.50/255.55	c calculated reachability. Time: 0.00
255.50/255.55	c  N dy  7399   1210471      4853     20777         0     91398     63109   5140275     68.06   no data
260.10/260.11	c  N dy  7519   1230473      4853     20777         0     63403     63109   2029721     68.06     71.69
265.00/265.10	c  N dy  7644   1250620      4853     20777         0     83548     63109   4181473     68.07     74.12
270.29/270.38	c  N dy  7770   1270631      4853     20777         0     54563     63109    981106     68.08     82.40
274.90/274.93	c  N dy  7892   1290696      4853     20777         0     74624     63109   3113091     68.10     72.91
280.40/280.42	c  N dy  8014   1310757      4853     20777         0     94684     63109   5235641     68.10     75.24
285.09/285.11	c  N dy  8130   1330847      4853     20777         0     64779     63109   1985064     68.11     72.67
290.10/290.15	c  N dy  8261   1350975      4853     20777         0     84905     63109   4114940     68.12     72.06
295.91/295.96	c  N dy  8395   1371203      4853     20777         0     54142     63109    734855     68.14     72.45
300.31/300.38	c  N dy  8520   1391242      4853     20777         0     74179     63109   2862587     68.15     73.99
305.81/305.82	c  N dy  8644   1411367      4853     20777         0     94301     63109   5010455     68.16     72.07
310.99/311.06	c  N dy  8759   1431697      4853     20777         0     62629     63109   1556071     68.16     72.13
315.90/315.97	c  N dy  8877   1451766      4853     20777         0     82695     63109   3693778     68.16     71.87
321.80/321.82	c  N dy  8995   1471877      4853     20777         0    102800     63109   5850000     68.16     71.87
326.60/326.64	c  N dy  9124   1492345      4853     20777         0     70276     63109   2271508     68.17     72.43
331.79/331.87	c  N dy  9240   1512348      4853     20777         0     90277     63109   4401096     68.17     75.97
337.80/337.83	c  N dy  9368   1532405      4853     20777         0     56343     63109    674165     68.19     76.05
342.40/342.42	c  N dy  9496   1552511      4853     20777         0     76447     63109   2804018     68.20     72.40
347.90/347.90	c  N dy  9615   1572571      4853     20777         0     96505     63109   4916835     68.20     73.79
353.59/353.64	c  N dy  9744   1592613      4853     20777         0     61550     63109   1137914     68.22     72.14
358.30/358.39	c  N dy  9861   1612635      4853     20777         0     81568     63109   3285614     68.22     89.80
364.11/364.15	c  N dy  9982   1632638      4853     20777         0    101568     63109   5414517     68.24     72.89
369.61/369.67	c  N dy 10106   1652683      4853     20777         0     65614     63109   1453639     68.24     72.37
374.60/374.66	c  N dy 10228   1672927      4853     20777         0     85857     63109   3607632     68.25     72.32
380.61/380.65	c  N dy 10351   1693042      4853     20777         0    105970     63109   5762262     68.26     72.87
385.30/385.37	c  S st 10455   1710473      4853     20777         0     66408     63109   1454435     68.25     66.33
385.50/385.50	c  S st 10455   1710974      4853     20777         0     66909     63109   1489692     68.25   no data
385.50/385.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
385.50/385.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.04
385.50/385.55	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
385.50/385.55	c bin-w-bin subsume rem            0 bins  time:  0.00 s
385.50/385.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
385.50/385.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4853 time:  0.00 s
385.50/385.56	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
385.50/385.59	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
385.60/385.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
386.80/386.82	c lits-rem:        11  cl-subs:        2  v-elim:      0  v-fix:    0  time:  1.17 s
386.80/386.82	c vivif2 --  cl tried    20777 cl shrink        0 lits rem          0 time: 0.00
386.80/386.84	c vivif2 --  cl tried    66907 cl shrink        0 lits rem          0 time: 0.02
386.90/386.92	c asymm  cl-useful: 0/20777/20777 lits-rem:0 time: 0.07
386.90/386.92	c calculated reachability. Time: 0.00
386.90/386.92	c  N dy 10455   1710974      4853     20777         0     66907     63109   1489281     68.25   no data
392.00/392.05	c  N dy 10589   1731092      4853     20777         0     87020     63109   3640271     68.27     73.04
398.10/398.13	c  N dy 10721   1751273      4853     20777         0    107197     63109   5803859     68.29     72.17
403.50/403.58	c  N dy 10846   1771315      4853     20777         0     69243     63109   1660592     68.30     76.72
408.70/408.78	c  N dy 10967   1791425      4853     20777         0     89353     63109   3806532     68.30     72.30
414.80/414.87	c  N dy 11086   1811568      4853     20777         0    109493     63109   5940930     68.31     74.81
420.40/420.46	c  N dy 11212   1831799      4853     20777         0     70726     63109   1714311     68.32     74.23
425.61/425.61	c  N dy 11323   1851972      4853     20777         0     90893     63109   3849430     68.31     72.29
431.80/431.83	c  N dy 11447   1872009      4853     20777         0    110926     63109   5979075     68.32     72.31
437.20/437.28	c  N dy 11561   1892013      4853     20777         0     70936     63109   1628006     68.32     72.20
442.50/442.54	c  N dy 11694   1912076      4853     20777         0     90995     63109   3785387     68.34     72.16
448.70/448.78	c  N dy 11820   1932162      4853     20777         0    111076     63109   5952477     68.36     72.28
454.60/454.63	c  N dy 11942   1952184      4853     20777         0     70110     63109   1442759     68.36     72.06
459.71/459.80	c  N dy 12069   1972284      4853     20777         0     90209     63109   3607919     68.38     72.46
466.00/466.02	c  N dy 12197   1992421      4853     20777         0    110345     63109   5775591     68.39     72.32
472.20/472.23	c  N dy 12323   2012508      4853     20777         0     68440     63109   1156543     68.40     72.98
477.20/477.27	c  N dy 12458   2032542      4853     20777         0     88472     63109   3305298     68.42     75.01
483.30/483.38	c  N dy 12591   2052591      4853     20777         0    108519     63109   5477341     68.44     72.83
490.20/490.29	c  N dy 12721   2072592      4853     20777         0     65527     63109    745207     68.45     72.88
495.31/495.32	c  N dy 12849   2092820      4853     20777         0     85753     63109   2906546     68.46     72.60
501.20/501.26	c  N dy 12963   2113010      4853     20777         0    105939     63109   5092756     68.46     72.97
508.11/508.18	c  N dy 13093   2133140      4853     20777         0    126068     63109   7246174     68.47     73.20
513.30/513.35	c  N dy 13222   2153240      4853     20777         0     82173     63109   2434854     68.48     73.55
519.11/519.15	c  N dy 13350   2173371      4853     20777         0    102302     63109   4589913     68.49     72.47
525.90/525.93	c  N dy 13479   2193435      4853     20777         0    122361     63109   6773487     68.51     95.54
531.10/531.11	c  S st 13585   2210974      4853     20777         0     74903     63109   1569884     68.52     62.65
531.20/531.26	c  S st 13585   2211478      4853     20777         0     75407     63109   1614603     68.52   no data
531.20/531.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
531.31/531.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
531.31/531.31	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
531.31/531.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
531.31/531.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
531.31/531.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4853 time:  0.00 s
531.31/531.32	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
531.31/531.35	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
531.40/531.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
532.41/532.47	c lits-rem:         5  cl-subs:        7  v-elim:      0  v-fix:    0  time:  1.05 s
532.41/532.47	c vivif2 --  cl tried    20777 cl shrink        0 lits rem          0 time: 0.00
532.41/532.49	c vivif2 --  cl tried    75400 cl shrink        0 lits rem          0 time: 0.03
532.50/532.58	c asymm  cl-useful: 0/20777/20777 lits-rem:0 time: 0.08
532.50/532.58	c calculated reachability. Time: 0.00
532.50/532.58	c  N dy 13585   2211478      4853     20777         0     75400     63109   1613455     68.52   no data
538.10/538.15	c  N dy 13713   2232224      4853     20777         0     96143     63109   3833433     68.52     72.94
544.60/544.69	c  N dy 13839   2252346      4853     20777         0    116261     63109   6004573     68.53     72.35
551.50/551.51	c  N dy 13962   2272382      4853     20777         0     70316     63109    960782     68.54     72.25
556.62/556.68	c  N dy 14095   2292509      4853     20777         0     90439     63109   3104051     68.55     72.70
562.80/562.82	c  N dy 14222   2312564      4853     20777         0    110490     63109   5228072     68.55     72.71
570.00/570.08	c  N dy 14349   2332580      4853     20777         0    130505     63109   7370855     68.56     72.91
575.51/575.50	c  N dy 14480   2352597      4853     20777         0     83524     63109   2275668     68.57     72.95
581.11/581.18	c  N dy 14587   2372670      4853     20777         0    103594     63109   4455294     68.56     74.27
588.01/588.06	c  N dy 14708   2392672      4853     20777         0    123596     63109   6592448     68.57     90.59
594.60/594.65	c  N dy 14831   2412787      4853     20777         0     75710     63109   1322510     68.57     72.90
600.00/600.05	c  N dy 14953   2433007      4853     20777         0     95928     63109   3483971     68.57     72.86
606.51/606.50	c  N dy 15084   2453195      4853     20777         0    116116     63109   5653273     68.59     74.58
613.90/613.95	c  N dy 15201   2473339      4853     20777         0    136257     63109   7779398     68.58     74.11
619.20/619.24	c  N dy 15315   2493398      4853     20777         0     87321     63109   2476028     68.59     74.44
625.20/625.22	c  N dy 15446   2513477      4853     20777         0    107399     63109   4640665     68.60     72.61
632.21/632.23	c  N dy 15574   2533536      4853     20777         0    127457     63109   6798728     68.61     72.62
638.91/638.95	c  N dy 15696   2553576      4853     20777         0     77504     63109   1329717     68.61     72.24
644.51/644.56	c  N dy 15825   2573648      4853     20777         0     97574     63109   3467709     68.61     74.49
650.91/650.97	c  N dy 15940   2593746      4853     20777         0    117668     63109   5609422     68.61     77.99
658.40/658.47	c  N dy 16066   2613795      4853     20777         0    137714     63109   7752378     68.61     83.10
664.21/664.25	c  N dy 16187   2633925      4853     20777         0     86845     63109   2215574     68.62     74.15
670.20/670.28	c  N dy 16321   2654017      4853     20777         0    106935     63109   4375471     68.63     75.08
677.21/677.28	c  N dy 16446   2674173      4853     20777         0    127087     63109   6537942     68.64     73.26
684.61/684.66	c  N dy 16561   2694196      4853     20777         0     75122     63109    868097     68.64     76.41
689.21/689.22	c  S st 16674   2711478      4853     20777         0     92401     63109   2736503     68.64     70.61
689.31/689.39	c  S st 16674   2711983      4853     20777         0     92906     63109   2776191     68.64   no data
689.31/689.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
689.41/689.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
689.41/689.46	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
689.41/689.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
689.41/689.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
689.41/689.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4853 time:  0.00 s
689.41/689.46	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
689.51/689.51	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
689.51/689.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
692.61/692.64	c lits-rem:        14  cl-subs:        7  v-elim:      0  v-fix:    0  time:  3.03 s
692.61/692.64	c vivif2 --  cl tried    20777 cl shrink        0 lits rem          0 time: 0.00
692.61/692.69	c vivif2 --  cl tried    92899 cl shrink        0 lits rem          0 time: 0.04
692.71/692.79	c asymm  cl-useful: 0/20777/20777 lits-rem:0 time: 0.11
692.71/692.79	c calculated reachability. Time: 0.00
692.71/692.79	c  N dy 16674   2711983      4853     20777         0     92899     63109   2774686     68.64   no data
699.01/699.09	c  N dy 16805   2732058      4853     20777         0    112971     63109   4932585     68.65     72.35
706.31/706.32	c  N dy 16924   2752062      4853     20777         0    132972     63109   7121073     68.66     72.94
713.40/713.40	c  N dy 17055   2772113      4853     20777         0     80026     63109   1285707     68.67     74.64
719.01/719.02	c  N dy 17180   2792284      4853     20777         0    100196     63109   3458590     68.68     72.70
725.61/725.63	c  N dy 17307   2812292      4853     20777         0    120200     63109   5581269     68.68     73.14
733.30/733.31	c  N dy 17430   2832377      4853     20777         0    140285     63109   7720682     68.69     83.02
739.71/739.74	c  N dy 17549   2852724      4853     20777         0     86637     63109   1900753     68.69     72.40
745.61/745.61	c  N dy 17663   2873035      4853     20777         0    106945     63109   4068559     68.69     73.42
752.61/752.61	c  N dy 17800   2893195      4853     20777         0    127101     63109   6265281     68.70     73.13
760.71/760.76	c  N dy 17938   2913301      4853     20777         0    147204     63109   8428767     68.71     72.41
766.50/766.57	c  N dy 18073   2933440      4853     20777         0     92346     63109   2412659     68.72     72.53
772.81/772.84	c  N dy 18210   2953525      4853     20777         0    112427     63109   4581842     68.73     74.01
780.01/780.06	c  N dy 18335   2973571      4853     20777         0    132473     63109   6747743     68.74     76.76
788.41/788.42	c  N dy 18462   2993756      4853     20777         0     76668     63109    628900     68.75     74.33
793.71/793.76	c  N dy 18588   3013909      4853     20777         0     96817     63109   2793406     68.76     72.74
800.21/800.23	c  N dy 18715   3034205      4853     20777         0    117110     63109   4965478     68.76     72.99
807.71/807.70	c  N dy 18841   3054259      4853     20777         0    137163     63109   7121357     68.77     76.89
815.81/815.86	c  N dy 18969   3075121      4853     20777         0     81031     63109   1005448     68.77     72.41
821.51/821.50	c  N dy 19092   3095186      4853     20777         0    101094     63109   3140522     68.77     73.41
828.01/828.01	c  N dy 19216   3115201      4853     20777         0    121108     63109   5289330     68.77     73.29
835.61/835.63	c  N dy 19333   3135359      4853     20777         0    141264     63109   7418189     68.78     72.44
843.41/843.40	c  N dy 19463   3155396      4853     20777         0     83307     63109   1143843     68.78     84.73
849.01/849.10	c  N dy 19586   3175447      4853     20777         0    103356     63109   3300198     68.79     73.95
855.83/855.85	c  N dy 19708   3195718      4853     20777         0    123626     63109   5485374     68.80     74.09
862.01/862.05	c  S st 19808   3211984      4853     20777         0    139890     63109   7210589     68.80   no data
862.32/862.31	c  S st 19808   3212488      4853     20777         0    140394     63109   7253329     68.80   no data
862.32/862.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
862.42/862.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.09
862.42/862.43	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
862.42/862.43	c bin-w-bin subsume rem            0 bins  time:  0.00 s
862.42/862.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
862.42/862.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4853 time:  0.00 s
862.42/862.43	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
862.51/862.52	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.09 s
862.81/862.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
871.61/871.68	c lits-rem:        67  cl-subs:       24  v-elim:      0  v-fix:    0  time:  8.88 s
871.61/871.68	c vivif2 --  cl tried    20777 cl shrink        0 lits rem          0 time: 0.00
871.71/871.78	c vivif2 --  cl tried   140370 cl shrink        0 lits rem          0 time: 0.10
871.91/871.96	c asymm  cl-useful: 0/20777/20777 lits-rem:0 time: 0.18
871.91/871.97	c calculated reachability. Time: 0.00
871.91/871.97	c  N dy 19808   3212488      4853     20777         0    140370     63109   7249567     68.80   no data
880.21/880.23	c  N dy 19931   3232631      4853     20777         0     81521     63109    841954     68.80     74.01
885.81/885.84	c  N dy 20062   3252813      4853     20777         0    101702     63109   3025290     68.81     72.88
892.32/892.34	c  N dy 20177   3272916      4853     20777         0    121802     63109   5182197     68.81     72.95
900.01/900.09	c  N dy 20311   3293076      4853     20777         0    141958     63109   7359183     68.82     73.84
908.52/908.56	c  N dy 20446   3313131      4853     20777         0     82018     63109    800911     68.82     72.73
914.02/914.10	c  N dy 20570   3333152      4853     20777         0    102036     63109   2954185     68.83     74.33
920.72/920.73	c  N dy 20694   3353364      4853     20777         0    122244     63109   5134027     68.84     72.50
928.32/928.31	c  N dy 20818   3373390      4853     20777         0    142264     63109   7294712     68.84     72.47
937.31/937.37	c  N dy 20951   3393446      4853     20777         0     81336     63109    626526     68.85     73.24
943.22/943.23	c  N dy 21076   3413448      4853     20777         0    101336     63109   2772656     68.85     72.66
949.91/949.97	c  N dy 21210   3433662      4853     20777         0    121549     63109   4966369     68.86     73.39
957.61/957.63	c  N dy 21335   3453750      4853     20777         0    141633     63109   7106799     68.86     72.74
966.41/966.47	c  N dy 21470   3473990      4853     20777         0    161871     63109   9283776     68.87     72.57
972.52/972.56	c  N dy 21604   3494063      4853     20777         0     99956     63109   2530906     68.88     73.09
979.12/979.17	c  N dy 21735   3514251      4853     20777         0    120141     63109   4721878     68.89     72.95
986.92/986.91	c  N dy 21874   3534471      4853     20777         0    140358     63109   6905887     68.91     79.10
995.52/995.58	c  N dy 22006   3554478      4853     20777         0    160360     63109   9056536     68.91     88.89
1002.31/1002.32	c  N dy 22140   3574547      4853     20777         0     97434     63109   2157065     68.92     81.98
1008.73/1008.74	c  N dy 22263   3594563      4853     20777         0    117448     63109   4304167     68.93     73.18
1016.31/1016.38	c  N dy 22400   3614703      4853     20777         0    137585     63109   6483725     68.94     73.78
1024.81/1024.80	c  N dy 22526   3634764      4853     20777         0    157645     63109   8639922     68.94     77.54
1032.32/1032.32	c  N dy 22656   3654919      4853     20777         0     93810     63109   1677274     68.95     74.07
1038.52/1038.52	c  N dy 22780   3675002      4853     20777         0    113890     63109   3840807     68.96     72.61
1045.72/1045.79	c  N dy 22912   3695023      4853     20777         0    133906     63109   6012436     68.96     86.79
1052.81/1052.85	c  S st 23016   3712492      4853     20777         0    151372     63109   7894383     68.97   no data
1053.11/1053.15	c  S st 23016   3712999      4853     20777         0    151879     63109   7935853     68.97   no data
1053.11/1053.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1053.21/1053.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.10
1053.21/1053.28	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1053.21/1053.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1053.21/1053.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1053.21/1053.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4853 time:  0.00 s
1053.21/1053.28	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
1053.31/1053.38	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.09 s
1053.61/1053.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1063.62/1063.66	c lits-rem:        60  cl-subs:       24  v-elim:      0  v-fix:    0  time:  9.98 s
1063.62/1063.66	c vivif2 --  cl tried    20777 cl shrink        0 lits rem          0 time: 0.00
1063.72/1063.78	c vivif2 --  cl tried   151855 cl shrink        0 lits rem          0 time: 0.12
1063.91/1063.97	c asymm  cl-useful: 0/20777/20777 lits-rem:0 time: 0.19
1063.91/1063.98	c calculated reachability. Time: 0.00
1063.91/1063.98	c  N dy 23016   3712999      4853     20777         0    151855     63109   7931958     68.97   no data
1072.91/1072.98	c  N dy 23137   3733208      4853     20777         0     87076     63109    848123     68.97     73.03
1078.22/1078.29	c  F st 23243   3751562      4853     20777         0    105428     63109   2809777     68.97     71.84
1078.82/1078.88	c  N st 23247   3753594      4853     20777         0    107458     63109   3060602     68.97   no data
1085.62/1085.68	c  N dy 23348   3773619      4853     20777         0    127482     63109   5264290     68.97     74.25
1093.52/1093.50	c  N dy 23459   3793748      4853     20777         0    147609     63109   7436669     68.97     74.07
1102.42/1102.42	c  N dy 23583   3813922      4853     20777         0    167779     63109   9628751     68.97     73.03
1108.92/1108.97	c  N dy 23703   3833925      4853     20777         0    101788     63109   2329736     68.98     73.07
1115.51/1115.57	c  N dy 23817   3853965      4853     20777         0    121828     63109   4486039     68.97     76.09
1123.22/1123.24	c  N dy 23941   3874299      4853     20777         0    142159     63109   6655553     68.98     72.79
1131.72/1131.78	c  N dy 24059   3894408      4853     20777         0    162265     63109   8783613     68.97     73.08
1139.82/1139.85	c  N dy 24192   3914572      4853     20777         0     95435     63109   1541508     68.98     72.79
1146.12/1146.17	c  N dy 24306   3934685      4853     20777         0    115546     63109   3705098     68.98     72.65
1153.62/1153.66	c  N dy 24445   3954827      4853     20777         0    135686     63109   5893516     68.99     73.78
1162.21/1162.20	c  N dy 24571   3975128      4853     20777         0    155986     63109   8070951     69.00     73.22
1171.62/1171.68	c  N dy 24697   3995193      4853     20777         0     88060     63109    642202     69.00     73.84
1177.62/1177.62	c  N dy 24834   4015318      4853     20777         0    108183     63109   2815883     69.02     75.29
1184.82/1184.87	c  N dy 24962   4035411      4853     20777         0    128272     63109   4985596     69.02     72.87
1192.92/1192.94	c  N dy 25095   4055434      4853     20777         0    148294     63109   7150513     69.03     74.54
1202.02/1202.00	c  N dy 25219   4075534      4853     20777         0    168394     63109   9319154     69.03     72.70
1209.62/1209.61	c  N dy 25347   4095562      4853     20777         0     99424     63109   1773255     69.04     73.91
1216.02/1216.09	c  N dy 25477   4115667      4853     20777         0    119526     63109   3915744     69.05     75.10
1223.62/1223.63	c  N dy 25609   4135727      4853     20777         0    139582     63109   6073721     69.06     74.41
1232.32/1232.30	c  N dy 25741   4155916      4853     20777         0    159770     63109   8261320     69.06     74.01
1241.93/1241.92	c  N dy 25870   4175972      4853     20777         0    179823     63109  10416786     69.07     73.99
1247.92/1247.93	c  N dy 25994   4196000      4853     20777         0    109862     63109   2794070     69.08     73.99
1253.62/1253.69	c  S st 26096   4213001      4853     20777         0    126861     63109   4644735     69.08     59.29
1253.93/1253.92	c  S st 26096   4213504      4853     20777         0    127364     63109   4686675     69.08   no data
1253.93/1253.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1254.03/1254.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.08
1254.03/1254.02	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1254.03/1254.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1254.03/1254.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1254.03/1254.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4853 time:  0.00 s
1254.03/1254.03	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
1254.03/1254.09	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
1254.22/1254.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1258.22/1258.28	c lits-rem:        23  cl-subs:       17  v-elim:      0  v-fix:    0  time:  4.02 s
1258.22/1258.28	c vivif2 --  cl tried    20777 cl shrink        0 lits rem          0 time: 0.00
1258.32/1258.35	c vivif2 --  cl tried   127347 cl shrink        0 lits rem          0 time: 0.07
1258.52/1258.51	c asymm  cl-useful: 0/20777/20777 lits-rem:0 time: 0.15
1258.52/1258.51	c calculated reachability. Time: 0.00
1258.52/1258.51	c  N dy 26096   4213504      4853     20777         0    127347     63109   4683267     69.08   no data
1266.32/1266.32	c  N dy 26212   4233541      4853     20777         0    147384     63109   6812993     69.07     75.48
1275.22/1275.21	c  N dy 26324   4253582      4853     20777         0    167424     63109   8967885     69.07     73.41
1284.02/1284.10	c  N dy 26456   4273644      4853     20777         0     96496     63109   1256735     69.08     74.12
1290.33/1290.33	c  N dy 26579   4293730      4853     20777         0    116580     63109   3399787     69.08     72.82
1297.62/1297.67	c  N dy 26710   4313795      4853     20777         0    136644     63109   5575823     69.09     76.49

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-3367382-1305382004/watcher-3367382-1305382004 -o /tmp/evaluation-result-3367382-1305382004/solver-3367382-1305382004 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3367382-1305382004.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: 0.95 2.24 3.01 3/292 2744
/proc/meminfo: memFree=16870284/32951124 swapFree=52307768/67111528
[pid=2744] ppid=2741 vsize=22296 CPUtime=0 cores=0,2
/proc/2744/stat : 2744 (strangenight2-s) R 2741 2744 2276 0 -1 4202496 771 0 0 0 0 0 0 0 20 0 1 0 649803153 22831104 678 33554432000 4194304 4580011 140735760185408 18446744073709551615 4341712 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2744/statm: 5574 678 321 95 0 556 0

[startup+0.0344341 s]
/proc/loadavg: 0.95 2.24 3.01 3/292 2744
/proc/meminfo: memFree=16870284/32951124 swapFree=52307768/67111528
[pid=2744] ppid=2741 vsize=33624 CPUtime=0.03 cores=0,2
/proc/2744/stat : 2744 (strangenight2-s) R 2741 2744 2276 0 -1 4202496 1624 0 0 0 3 0 0 0 20 0 1 0 649803153 34430976 1466 33554432000 4194304 4580011 140735760185408 18446744073709551615 4401163 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2744/statm: 8406 1469 343 95 0 3388 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 33624

[startup+0.100445 s]
/proc/loadavg: 0.95 2.24 3.01 3/292 2744
/proc/meminfo: memFree=16870284/32951124 swapFree=52307768/67111528
[pid=2744] ppid=2741 vsize=35420 CPUtime=0.09 cores=0,2
/proc/2744/stat : 2744 (strangenight2-s) R 2741 2744 2276 0 -1 4202496 2507 0 0 0 9 0 0 0 20 0 1 0 649803153 36270080 2002 33554432000 4194304 4580011 140735760185408 18446744073709551615 4318632 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2744/statm: 8855 2002 364 95 0 3837 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35420

[startup+0.300408 s]
/proc/loadavg: 0.95 2.24 3.01 3/292 2744
/proc/meminfo: memFree=16870284/32951124 swapFree=52307768/67111528
[pid=2744] ppid=2741 vsize=35420 CPUtime=0.29 cores=0,2
/proc/2744/stat : 2744 (strangenight2-s) R 2741 2744 2276 0 -1 4202496 2731 0 0 0 29 0 0 0 21 0 1 0 649803153 36270080 2226 33554432000 4194304 4580011 140735760185408 18446744073709551615 4293650 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2744/statm: 8855 2226 364 95 0 3837 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 35420

[startup+0.700349 s]
/proc/loadavg: 0.95 2.24 3.01 3/292 2744
/proc/meminfo: memFree=16870284/32951124 swapFree=52307768/67111528
[pid=2744] ppid=2741 vsize=36684 CPUtime=0.69 cores=0,2
/proc/2744/stat : 2744 (strangenight2-s) R 2741 2744 2276 0 -1 4202496 3348 0 0 0 69 0 0 0 22 0 1 0 649803153 37564416 2155 33554432000 4194304 4580011 140735760185408 18446744073709551615 4293172 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2744/statm: 9171 2155 364 95 0 4153 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 36684

[startup+1.5002 s]
/proc/loadavg: 0.95 2.24 3.01 5/304 2767
/proc/meminfo: memFree=16798632/32951124 swapFree=52307768/67111528
[pid=2744] ppid=2741 vsize=37052 CPUtime=1.49 cores=0,2
/proc/2744/stat : 2744 (strangenight2-s) R 2741 2744 2276 0 -1 4202496 4415 0 0 0 149 0 0 0 25 0 1 0 649803153 37941248 2373 33554432000 4194304 4580011 140735760185408 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2744/statm: 9263 2373 364 95 0 4245 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 37052

[startup+3.10092 s]
/proc/loadavg: 1.19 2.27 3.01 6/304 2767
/proc/meminfo: memFree=16792552/32951124 swapFree=52307768/67111528
[pid=2744] ppid=2741 vsize=37848 CPUtime=3.09 cores=0,2
/proc/2744/stat : 2744 (strangenight2-s) R 2741 2744 2276 0 -1 4202496 6490 0 0 0 309 0 0 0 25 0 1 0 649803153 38756352 2379 33554432000 4194304 4580011 140735760185408 18446744073709551615 4294428 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2744/statm: 9462 2379 365 95 0 4444 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 37848

[startup+6.30035 s]
/proc/loadavg: 1.19 2.27 3.01 6/304 2767
/proc/meminfo: memFree=16743800/32951124 swapFree=52307768/67111528
[pid=2744] ppid=2741 vsize=53172 CPUtime=6.28 cores=0,2
/proc/2744/stat : 2744 (strangenight2-s) R 2741 2744 2276 0 -1 4202496 13425 0 0 0 627 1 0 0 25 0 1 0 649803153 54448128 6703 33554432000 4194304 4580011 140735760185408 18446744073709551615 4293920 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2744/statm: 13293 6703 367 95 0 8275 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 53172

[startup+12.7002 s]
/proc/loadavg: 1.62 2.32 3.02 6/304 2768
/proc/meminfo: memFree=16645744/32951124 swapFree=52307768/67111528
[pid=2744] ppid=2741 vsize=55996 CPUtime=12.69 cores=0,2
/proc/2744/stat : 2744 (strangenight2-s) R 2741 2744 2276 0 -1 4202496 20275 0 0 0 1266 3 0 0 25 0 1 0 649803153 57339904 6982 33554432000 4194304 4580011 140735760185408 18446744073709551615 4293160 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2744/statm: 13999 6982 367 95 0 8981 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 55996

[startup+25.5009 s]
/proc/loadavg: 1.99 2.38 3.03 6/304 2768
/proc/meminfo: memFree=16585724/32951124 swapFree=52307768/67111528
[pid=2744] ppid=2741 vsize=88332 CPUtime=25.49 cores=0,2
/proc/2744/stat : 2744 (strangenight2-s) R 2741 2744 2276 0 -1 4202496 37508 0 0 0 2542 7 0 0 25 0 1 0 649803153 90451968 15891 33554432000 4194304 4580011 140735760185408 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2744/statm: 22083 15891 367 95 0 17065 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 88332

[startup+51.1004 s]
/proc/loadavg: 2.75 2.52 3.06 6/304 2769
/proc/meminfo: memFree=16474616/32951124 swapFree=52307768/67111528
[pid=2744] ppid=2741 vsize=98584 CPUtime=51.09 cores=0,2
/proc/2744/stat : 2744 (strangenight2-s) R 2741 2744 2276 0 -1 4202496 58391 0 0 0 5097 12 0 0 25 0 1 0 649803153 100950016 17650 33554432000 4194304 4580011 140735760185408 18446744073709551615 4293875 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2744/statm: 24646 17650 367 95 0 19628 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 98584

[startup+102.311 s]
/proc/loadavg: 3.50 2.77 3.11 5/304 2770
/proc/meminfo: memFree=16388736/32951124 swapFree=52307768/67111528
[pid=2744] ppid=2741 vsize=155612 CPUtime=102.3 cores=0,2
/proc/2744/stat : 2744 (strangenight2-s) R 2741 2744 2276 0 -1 4202496 92649 0 0 0 10212 18 0 0 25 0 1 0 649803153 159346688 23169 33554432000 4194304 4580011 140735760185408 18446744073709551615 4295806 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2744/statm: 38903 23169 367 95 0 33885 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 155612

[startup+162.301 s]
/proc/loadavg: 3.80 2.97 3.16 6/304 2772
/proc/meminfo: memFree=16327920/32951124 swapFree=52307768/67111528
[pid=2744] ppid=2741 vsize=188684 CPUtime=162.29 cores=0,2
/proc/2744/stat : 2744 (strangenight2-s) R 2741 2744 2276 0 -1 4202496 132335 0 0 0 16201 28 0 0 25 0 1 0 649803153 193212416 31555 33554432000 4194304 4580011 140735760185408 18446744073709551615 4295691 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2744/statm: 47171 31555 367 95 0 42153 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 188684

[startup+222.301 s]
/proc/loadavg: 3.93 3.17 3.21 6/304 2773
/proc/meminfo: memFree=16261400/32951124 swapFree=52307768/67111528
[pid=2744] ppid=2741 vsize=189936 CPUtime=222.3 cores=0,2
/proc/2744/stat : 2744 (strangenight2-s) R 2741 2744 2276 0 -1 4202496 164129 0 0 0 22194 36 0 0 25 0 1 0 649803153 194494464 31949 33554432000 4194304 4580011 140735760185408 18446744073709551615 4318632 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2744/statm: 47484 31949 367 95 0 42466 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 189936

[startup+282.3 s]
/proc/loadavg: 3.97 3.31 3.26 6/304 2775
/proc/meminfo: memFree=16222796/32951124 swapFree=52307768/67111528
[pid=2744] ppid=2741 vsize=171564 CPUtime=282.3 cores=0,2
/proc/2744/stat : 2744 (strangenight2-s) R 2741 2744 2276 0 -1 4202496 196769 0 0 0 28186 44 0 0 25 0 1 0 649803153 175681536 35130 33554432000 4194304 4580011 140735760185408 18446744073709551615 4293131 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2744/statm: 42891 35130 367 95 0 37873 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 171564

[startup+342.301 s]
/proc/loadavg: 3.99 3.44 3.30 6/304 2776
/proc/meminfo: memFree=16161120/32951124 swapFree=52307768/67111528
[pid=2744] ppid=2741 vsize=217852 CPUtime=342.3 cores=0,2
/proc/2744/stat : 2744 (strangenight2-s) R 2741 2744 2276 0 -1 4202496 224647 0 0 0 34179 51 0 0 25 0 1 0 649803153 223080448 37382 33554432000 4194304 4580011 140735760185408 18446744073709551615 4294553 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2744/statm: 54463 37382 367 95 0 49445 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 217852

[startup+402.301 s]
/proc/loadavg: 4.07 3.56 3.35 6/304 2779
/proc/meminfo: memFree=16185108/32951124 swapFree=52307768/67111528
[pid=2744] ppid=2741 vsize=171896 CPUtime=402.3 cores=0,2
/proc/2744/stat : 2744 (strangenight2-s) R 2741 2744 2276 0 -1 4202496 250393 0 0 0 40172 58 0 0 25 0 1 0 649803153 176021504 35695 33554432000 4194304 4580011 140735760185408 18446744073709551615 4294501 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2744/statm: 42974 35695 367 95 0 37956 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 171896

[startup+462.3 s]
/proc/loadavg: 4.02 3.64 3.39 6/304 2781
/proc/meminfo: memFree=16156176/32951124 swapFree=52307768/67111528
[pid=2744] ppid=2741 vsize=219384 CPUtime=462.3 cores=0,2
/proc/2744/stat : 2744 (strangenight2-s) R 2741 2744 2276 0 -1 4202496 275764 0 0 0 46167 63 0 0 25 0 1 0 649803153 224649216 39201 33554432000 4194304 4580011 140735760185408 18446744073709551615 4294923 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2744/statm: 54846 39201 367 95 0 49828 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 219384

[startup+522.301 s]
/proc/loadavg: 4.05 3.72 3.43 6/304 2782
/proc/meminfo: memFree=16103332/32951124 swapFree=52307768/67111528
[pid=2744] ppid=2741 vsize=220112 CPUtime=522.3 cores=0,2
/proc/2744/stat : 2744 (strangenight2-s) R 2741 2744 2276 0 -1 4202496 299883 0 0 0 52161 69 0 0 25 0 1 0 649803153 225394688 40331 33554432000 4194304 4580011 140735760185408 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2744/statm: 55028 40331 367 95 0 50010 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 220112

[startup+582.301 s]
/proc/loadavg: 4.02 3.76 3.46 5/304 2785
/proc/meminfo: memFree=16108852/32951124 swapFree=52307768/67111528
[pid=2744] ppid=2741 vsize=220944 CPUtime=582.31 cores=0,2
/proc/2744/stat : 2744 (strangenight2-s) R 2741 2744 2276 0 -1 4202496 323161 0 0 0 58155 76 0 0 25 0 1 0 649803153 226246656 39584 33554432000 4194304 4580011 140735760185408 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2744/statm: 55236 39584 367 95 0 50218 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 220944

[startup+642.301 s]
/proc/loadavg: 4.04 3.82 3.50 6/304 2786
/proc/meminfo: memFree=16088348/32951124 swapFree=52307768/67111528
[pid=2744] ppid=2741 vsize=172696 CPUtime=642.31 cores=0,2
/proc/2744/stat : 2744 (strangenight2-s) R 2741 2744 2276 0 -1 4202496 346041 0 0 0 64148 83 0 0 25 0 1 0 649803153 176840704 37420 33554432000 4194304 4580011 140735760185408 18446744073709551615 4294553 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2744/statm: 43174 37420 367 95 0 38156 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 172696

[startup+702.301 s]
/proc/loadavg: 4.02 3.85 3.53 6/304 2788
/proc/meminfo: memFree=16110752/32951124 swapFree=52307768/67111528
[pid=2744] ppid=2741 vsize=222928 CPUtime=702.31 cores=0,2
/proc/2744/stat : 2744 (strangenight2-s) R 2741 2744 2276 0 -1 4202496 366798 0 0 0 70142 89 0 0 25 0 1 0 649803153 228278272 40931 33554432000 4194304 4580011 140735760185408 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2744/statm: 55732 40931 367 95 0 50714 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 222928

[startup+762.311 s]
/proc/loadavg: 4.00 3.88 3.56 6/304 2790
/proc/meminfo: memFree=16169848/32951124 swapFree=52307768/67111528
[pid=2744] ppid=2741 vsize=173856 CPUtime=762.32 cores=0,2
/proc/2744/stat : 2744 (strangenight2-s) R 2741 2744 2276 0 -1 4202496 388391 0 0 0 76137 95 0 0 25 0 1 0 649803153 178028544 35639 33554432000 4194304 4580011 140735760185408 18446744073709551615 4293065 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2744/statm: 43464 35639 367 95 0 38446 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 173856

[startup+822.301 s]
/proc/loadavg: 4.00 3.89 3.58 6/304 2791
/proc/meminfo: memFree=16136836/32951124 swapFree=52307768/67111528
[pid=2744] ppid=2741 vsize=224000 CPUtime=822.31 cores=0,2
/proc/2744/stat : 2744 (strangenight2-s) R 2741 2744 2276 0 -1 4202496 409692 0 0 0 82131 100 0 0 25 0 1 0 649803153 229376000 38422 33554432000 4194304 4580011 140735760185408 18446744073709551615 4294923 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2744/statm: 56000 38422 367 95 0 50982 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 224000

[startup+882.301 s]
/proc/loadavg: 4.00 3.91 3.60 6/304 2793
/proc/meminfo: memFree=16118920/32951124 swapFree=52307768/67111528
[pid=2744] ppid=2741 vsize=219340 CPUtime=882.32 cores=0,2
/proc/2744/stat : 2744 (strangenight2-s) R 2741 2744 2276 0 -1 4202496 437235 0 0 0 88125 107 0 0 25 0 1 0 649803153 224604160 47079 33554432000 4194304 4580011 140735760185408 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2744/statm: 54835 47079 367 95 0 49817 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 219340

[startup+942.3 s]
/proc/loadavg: 4.10 3.95 3.64 6/304 2794
/proc/meminfo: memFree=15970208/32951124 swapFree=52307768/67111528
[pid=2744] ppid=2741 vsize=219428 CPUtime=942.32 cores=0,2
/proc/2744/stat : 2744 (strangenight2-s) R 2741 2744 2276 0 -1 4202496 457481 0 0 0 94120 112 0 0 25 0 1 0 649803153 224694272 47839 33554432000 4194304 4580011 140735760185408 18446744073709551615 4294553 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2744/statm: 54857 47839 367 95 0 49839 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 219428

[startup+1002.3 s]
/proc/loadavg: 4.03 3.96 3.65 6/304 2797
/proc/meminfo: memFree=15979076/32951124 swapFree=52307768/67111528
[pid=2744] ppid=2741 vsize=219516 CPUtime=1002.31 cores=0,2
/proc/2744/stat : 2744 (strangenight2-s) R 2741 2744 2276 0 -1 4202496 477143 0 0 0 100114 117 0 0 25 0 1 0 649803153 224784384 47550 33554432000 4194304 4580011 140735760185408 18446744073709551615 4294498 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2744/statm: 54879 47550 367 95 0 49861 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 219516

[startup+1062.3 s]
/proc/loadavg: 4.07 3.98 3.68 6/304 2800
/proc/meminfo: memFree=15941092/32951124 swapFree=52307768/67111528
[pid=2744] ppid=2741 vsize=298052 CPUtime=1062.31 cores=0,2
/proc/2744/stat : 2744 (strangenight2-s) R 2741 2744 2276 0 -1 4202496 499723 0 0 0 106108 123 0 0 25 0 1 0 649803153 305205248 59994 33554432000 4194304 4580011 140735760185408 18446744073709551615 4416636 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2744/statm: 74513 59994 367 95 0 69495 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 298052

[startup+1122.3 s]
/proc/loadavg: 4.02 3.98 3.70 6/304 2801
/proc/meminfo: memFree=15964228/32951124 swapFree=52307768/67111528
[pid=2744] ppid=2741 vsize=298508 CPUtime=1122.32 cores=0,2
/proc/2744/stat : 2744 (strangenight2-s) R 2741 2744 2276 0 -1 4202496 518909 0 0 0 112103 129 0 0 25 0 1 0 649803153 305672192 58453 33554432000 4194304 4580011 140735760185408 18446744073709551615 4294428 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2744/statm: 74627 58453 367 95 0 69609 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 298508

[startup+1182.3 s]
/proc/loadavg: 4.07 4.00 3.72 6/304 2803
/proc/meminfo: memFree=15936276/32951124 swapFree=52307768/67111528
[pid=2744] ppid=2741 vsize=298952 CPUtime=1182.31 cores=0,2
/proc/2744/stat : 2744 (strangenight2-s) R 2741 2744 2276 0 -1 4202496 537897 0 0 0 118098 133 0 0 25 0 1 0 649803153 306126848 56345 33554432000 4194304 4580011 140735760185408 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2744/statm: 74738 56345 367 95 0 69720 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 298952

[startup+1242.3 s]
/proc/loadavg: 4.02 4.00 3.73 6/304 2804
/proc/meminfo: memFree=15901744/32951124 swapFree=52307768/67111528
[pid=2744] ppid=2741 vsize=247004 CPUtime=1242.32 cores=0,2
/proc/2744/stat : 2744 (strangenight2-s) R 2741 2744 2276 0 -1 4202496 555910 0 0 0 124093 139 0 0 25 0 1 0 649803153 252932096 52773 33554432000 4194304 4580011 140735760185408 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2744/statm: 61751 52773 367 95 0 56733 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 247004



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.01 4.00 3.74 6/304 2806
/proc/meminfo: memFree=15884836/32951124 swapFree=52307768/67111528
[pid=2744] ppid=2741 vsize=299568 CPUtime=1300.02 cores=0,2
/proc/2744/stat : 2744 (strangenight2-s) R 2741 2744 2276 0 -1 4202496 572431 0 0 0 129858 144 0 0 25 0 1 0 649803153 306757632 58330 33554432000 4194304 4580011 140735760185408 18446744073709551615 4305943 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/2744/statm: 74892 58330 367 95 0 69874 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 299568

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.05
CPU user time (s): 1298.6
CPU system time (s): 1.45778
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 311480

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.6
system time used= 1.45778
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 572433
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12
involuntary context switches= 1812

runsolver used 3.9334 second user time and 8.97663 second system time

The end

Launcher Data

Begin job on node101 at 2011-05-14 16:06:44
IDJOB=3367382
IDBENCH=82591
IDSOLVER=1845
FILE ID=node101/3367382-1305382004
RUNJOBID= node101-1305382004-2721
PBS_JOBID= 13324401
Free space on /tmp= 73736 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st (fixed)
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v5000-c21000-S72547786-008-UNKNOWN.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3367382-1305382004/watcher-3367382-1305382004 -o /tmp/evaluation-result-3367382-1305382004/solver-3367382-1305382004 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3367382-1305382004.cnf

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

MD5SUM BENCH= 811f95ba5a9b338808c76dfc6ace0a83
RANDOM SEED=107526749

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16870720 kB
Buffers:        309036 kB
Cached:        5838580 kB
SwapCached:      14848 kB
Active:       10800280 kB
Inactive:      5002564 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16870720 kB
SwapTotal:    67111528 kB
SwapFree:     52307768 kB
Dirty:           11756 kB
Writeback:           0 kB
AnonPages:     9652640 kB
Mapped:          14324 kB
Slab:           149484 kB
PageTables:      62732 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 41985144 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= 73712 MiB
End job on node101 at 2011-05-14 16:28:26