Trace number 3174320

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

General information on the benchmark

Namerandom/large/
unif-k5-r20-v1500-c30000-S1793954886-065-UNKNOWN.cnf
MD5SUMf6b9ddbb2d1027fc4cfe1e8c2d86f4e1
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark122.013
Satisfiable
(Un)Satisfiability was proved
Number of variables1500
Number of clauses30000
Sum of the clauses size150000
Maximum clause length5
Minimum clause length5
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 530000
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3174320-1301783656.cnf'
0.00/0.00	c -- header says num vars:           1500
0.00/0.00	c -- header says num clauses:       30000
0.00/0.02	c -- clauses added:            0 learnts,        30000 normals,            0 xors
0.00/0.02	c -- vars added       1500
0.00/0.02	c Parsing time:  0.01 s
0.00/0.02	c  N st     0         0      1500     30000         0         0    150000         0   no data   no data
0.09/0.16	c asymm  cl-useful: 0/30000/30000 lits-rem:0 time: 0.14
0.09/0.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
0.09/0.17	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.09/0.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.09/0.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.09/0.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
0.09/0.17	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
0.19/0.20	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
0.19/0.20	c Finding binary XORs  T:     0.00 s  found:       0
0.19/0.21	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
0.19/0.21	c calculated reachability. Time: 0.00
0.19/0.21	c Calc default polars -  time:   0.00 s pos:     736 undec:      61 neg:     703
0.19/0.21	c =========================================================================================
0.19/0.21	c types(t): F = full restart, N = normal restart
0.19/0.21	c types(t): S = simplification begin/end, E = solution found
0.19/0.21	c restart types(rt): st = static, dy = dynamic
0.19/0.21	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.19/0.21	c  B st     0         0      1500     30000         0         0    150000         0   no data   no data
0.49/0.56	c  N dy    19      4099      1500     30000         0      4089    150000    666237    128.08    138.70
0.88/0.92	c  N dy    41      8167      1500     30000         0      5663    150000    645021    124.06    133.75
1.28/1.30	c  N dy    60     12282      1500     30000         0      5532    150000    409306    122.04    129.55
1.58/1.67	c  N dy    87     16321      1500     30000         0      9569    150000   1038309    122.85    132.20
1.98/2.08	c  N dy   114     20452      1500     30000         0      8076    150000    624182    123.30    131.24
2.38/2.47	c  N dy   137     24532      1500     30000         0     12153    150000   1242582    123.00    131.27
2.48/2.52	c  F st   142     25001      1500     30000         0     12622    150000   1315047    123.10   no data
2.99/3.02	c  N dy   148     30001      1500     30000         0     10815    150000    894716    123.10   no data
2.99/3.02	c  S st   148     30001      1500     30000         0     10815    150000    894716    123.10   no data
2.99/3.08	c  S st   148     30503      1500     30000         0     11317    150000    961881    123.10   no data
2.99/3.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.09/3.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
3.09/3.10	c blocked clauses removed:        0 vars:      0 tried:        1500 T: 0.00 s
3.09/3.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.09/3.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.09/3.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
3.09/3.10	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3.09/3.12	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
3.09/3.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.58/3.60	c lits-rem:       257  cl-subs:       15  v-elim:      0  v-fix:    0  time:  0.45 s
3.68/3.76	c asymm  cl-useful: 0/30000/30000 lits-rem:0 time: 0.16
3.68/3.76	c calculated reachability. Time: 0.00
3.68/3.76	c  N dy   148     30503      1500     30000         0     11302    150000    956377    123.10   no data
4.08/4.17	c  N dy   172     34552      1500     30000         0     15345    150000   1579029    123.12    129.83
4.48/4.58	c  N dy   196     38672      1500     30000         0     11558    150000    823061    123.08    132.10
4.99/5.01	c  N dy   219     42942      1500     30000         0     15826    150000   1473788    122.78    137.53
5.29/5.32	c  S st   240     45754      1500     30000         0      9691    150000    395058    123.03   no data
5.29/5.38	c  S st   240     46254      1500     30000         0     10191    150000    461900    123.03   no data
5.29/5.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.29/5.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
5.39/5.40	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
5.39/5.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.39/5.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.39/5.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
5.39/5.40	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
5.39/5.41	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
5.39/5.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.49/5.54	c lits-rem:        13  cl-subs:        3  v-elim:      0  v-fix:    0  time:  0.11 s
5.49/5.54	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
5.49/5.54	c vivif2 --  cl tried    10188 cl shrink        0 lits rem          0 time: 0.00
5.69/5.70	c asymm  cl-useful: 0/30000/30000 lits-rem:0 time: 0.16
5.69/5.70	c calculated reachability. Time: 0.00
5.69/5.70	c  N dy   240     46254      1500     30000         0     10188    150000    461080    123.03   no data
6.09/6.11	c  N dy   267     50282      1500     30000         0     14213    150000   1090926    123.21    129.84
6.49/6.55	c  N dy   290     54354      1500     30000         0     18285    150000   1738477    123.37    134.17
6.88/6.97	c  N dy   306     58371      1500     30000         0     12331    150000    653823    123.24    130.30
7.39/7.40	c  N dy   330     62435      1500     30000         0     16394    150000   1280770    123.22    131.31
7.79/7.85	c  N dy   354     66564      1500     30000         0     20521    150000   1914746    123.16    132.62
8.08/8.16	c  S st   374     69381      1500     30000         0     12352    150000    507064    123.13   no data
8.18/8.23	c  S st   374     69883      1500     30000         0     12854    150000    573035    123.13   no data
8.18/8.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.18/8.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
8.18/8.25	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
8.18/8.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.18/8.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.18/8.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
8.18/8.25	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
8.18/8.26	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
8.18/8.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.39/8.48	c lits-rem:        16  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.21 s
8.39/8.48	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
8.39/8.49	c vivif2 --  cl tried    12854 cl shrink        0 lits rem          0 time: 0.01
8.59/8.66	c asymm  cl-useful: 0/30000/30000 lits-rem:0 time: 0.17
8.59/8.66	c calculated reachability. Time: 0.00
8.59/8.66	c  N dy   374     69883      1500     30000         0     12854    150000    573019    123.13   no data
9.09/9.14	c  N dy   400     74455      1500     30000         0     17425    150000   1272148    123.04    129.52
9.69/9.73	c  N dy   429     79615      1500     30000         0     22583    150000   2065677    123.01    133.97
10.28/10.30	c  N dy   457     84864      1500     30000         0     15838    150000    904360    123.02    133.64
10.48/10.59	c  F st   473     87502      1500     30000         0     18476    150000   1305012    122.96   no data
10.89/10.97	c  N st   478     90798      1500     30000         0     21757    150000   1866033    122.96   no data
11.59/11.67	c  N dy   504     96662      1500     30000         0     14630    150000    569639    122.93    129.85
12.29/12.36	c  N dy   543    102896      1500     30000         0     20862    150000   1528066    122.95    130.94
12.49/12.58	c  S st   554    104824      1500     30000         0     22789    150000   1815920    122.88    115.97
12.59/12.66	c  S st   554    105326      1500     30000         0     23291    150000   1885353    122.88   no data
12.59/12.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
12.59/12.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
12.59/12.69	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
12.59/12.69	c bin-w-bin subsume rem            0 bins  time:  0.00 s
12.59/12.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
12.59/12.69	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
12.59/12.69	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
12.69/12.71	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
12.69/12.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.19/16.26	c lits-rem:       147  cl-subs:        8  v-elim:      0  v-fix:    0  time:  3.48 s
16.19/16.26	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
16.19/16.29	c vivif2 --  cl tried    23283 cl shrink        0 lits rem          0 time: 0.02
16.49/16.51	c asymm  cl-useful: 0/30000/30000 lits-rem:0 time: 0.23
16.49/16.51	c calculated reachability. Time: 0.00
16.49/16.51	c  N dy   554    105326      1500     30000         0     23283    150000   1882287    122.88   no data
17.29/17.34	c  N dy   599    112082      1500     30000         0     16048    150000    645728    123.14    145.30
18.09/18.15	c  N dy   636    119294      1500     30000         0     23255    150000   1742176    122.98    135.27
19.08/19.13	c  N dy   687    126960      1500     30000         0     15930    150000    476085    123.07    134.71
19.99/20.04	c  N dy   726    135077      1500     30000         0     24045    150000   1716253    122.82    151.44
21.18/21.20	c  N dy   775    144197      1500     30000         0     17169    150000    522710    122.76    131.59
22.28/22.31	c  N dy   831    153613      1500     30000         0     26583    150000   1956191    122.71    129.95
22.79/22.88	c  S st   858    157993      1500     30000         0     30962    150000   2622641    122.68    109.79
22.89/22.97	c  S st   858    158496      1500     30000         0     31465    150000   2688112    122.68   no data
22.89/22.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
22.99/23.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
22.99/23.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
22.99/23.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
22.99/23.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
22.99/23.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
22.99/23.01	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
22.99/23.04	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
23.09/23.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
31.48/31.59	c lits-rem:       202  cl-subs:       20  v-elim:      0  v-fix:    0  time:  8.46 s
31.48/31.59	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
31.58/31.62	c vivif2 --  cl tried    31445 cl shrink        0 lits rem          0 time: 0.03
31.79/31.88	c asymm  cl-useful: 0/27617/30000 lits-rem:0 time: 0.26
31.79/31.88	c calculated reachability. Time: 0.00
31.79/31.88	c  N dy   858    158496      1500     30000         0     31445    150000   2681199    122.68   no data
33.09/33.17	c  N dy   926    168754      1500     30000         0     24706    150000   1538045    122.82    129.34
34.68/34.71	c  N dy   995    180385      1500     30000         0     18341    150000    410222    122.76    130.04
36.08/36.11	c  N dy  1063    191900      1500     30000         0     29847    150000   2186487    122.80    130.83
37.68/37.75	c  N dy  1142    204233      1500     30000         0     23179    150000   1007156    122.81    133.40
39.38/39.48	c  N dy  1220    217427      1500     30000         0     36368    150000   3020729    122.76    129.28
41.19/41.26	c  N dy  1297    231385      1500     30000         0     30331    150000   1958111    122.73    129.54
42.09/42.17	c  S st  1336    237744      1500     30000         0     36685    150000   2939846    122.77    113.63
42.19/42.27	c  S st  1336    238248      1500     30000         0     37189    150000   3009157    122.77   no data
42.19/42.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
42.29/42.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
42.29/42.31	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
42.29/42.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
42.29/42.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
42.29/42.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
42.29/42.31	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
42.29/42.35	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
42.39/42.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
51.08/51.10	c lits-rem:       212  cl-subs:       21  v-elim:      0  v-fix:    0  time:  8.66 s
51.08/51.10	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
51.08/51.14	c vivif2 --  cl tried    37168 cl shrink        0 lits rem          0 time: 0.04
51.08/51.17	c asymm  cl-useful: 0/2383/30000 lits-rem:0 time: 0.03
51.08/51.17	c calculated reachability. Time: 0.00
51.08/51.17	c  N dy  1336    238248      1500     30000         0     37168    150000   3002068    122.77   no data
53.08/53.19	c  N dy  1424    253499      1500     30000         0     31422    150000   2000164    122.78    129.91
55.48/55.55	c  N dy  1538    269860      1500     30000         0     25788    150000    970562    122.97    133.55
57.89/57.94	c  N dy  1636    287120      1500     30000         0     43039    150000   3615572    122.92    131.32
60.39/60.48	c  N dy  1747    305447      1500     30000         0     38371    150000   2763508    122.96    129.60
60.58/60.60	c  F st  1753    306250      1500     30000         0     39174    150000   2882575    122.95   no data
63.28/63.36	c  N dy  1839    325039      1500     30000         0     33967    150000   1947232    122.96    144.27
66.29/66.37	c  N dy  1956    345234      1500     30000         0     29166    150000   1062073    123.03    130.36
67.98/68.07	c  S st  2028    357372      1500     30000         0     41299    150000   2937670    123.04   no data
68.09/68.18	c  S st  2028    357880      1500     30000         0     41807    150000   3006631    123.04   no data
68.09/68.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
68.19/68.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
68.19/68.22	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
68.19/68.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
68.19/68.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
68.19/68.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
68.19/68.22	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
68.19/68.26	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
68.28/68.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
77.18/77.22	c lits-rem:       235  cl-subs:       18  v-elim:      0  v-fix:    0  time:  8.87 s
77.18/77.23	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
77.18/77.26	c vivif2 --  cl tried    41789 cl shrink        0 lits rem          0 time: 0.04
77.48/77.54	c asymm  cl-useful: 0/24096/30000 lits-rem:0 time: 0.27
77.48/77.54	c calculated reachability. Time: 0.00
77.48/77.54	c  N dy  2028    357880      1500     30000         0     41789    150000   3000231    123.04   no data
80.48/80.57	c  N dy  2150    378007      1500     30000         0     35913    150000   1955298    123.05    130.06
83.68/83.73	c  N dy  2265    398336      1500     30000         0     29249    150000    781885    123.02    130.61
86.68/86.73	c  N dy  2394    418389      1500     30000         0     49289    150000   3904609    123.08    133.72
89.78/89.87	c  N dy  2534    438582      1500     30000         0     41482    150000   2520101    123.18    129.75
93.08/93.16	c  N dy  2651    458665      1500     30000         0     32572    150000   1008629    123.22    130.90
96.38/96.45	c  N dy  2774    478721      1500     30000         0     52617    150000   4084852    123.22    132.85
99.57/99.69	c  N dy  2898    498771      1500     30000         0     42672    150000   2410043    123.25    132.90
103.18/103.25	c  N dy  3026    519070      1500     30000         0     31977    150000    618311    123.30    130.88
105.88/105.96	c  S st  3146    536820      1500     30000         0     49721    150000   3365600    123.34   no data
105.98/106.08	c  S st  3146    537324      1500     30000         0     50225    150000   3430048    123.34   no data
105.98/106.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
106.08/106.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.03
106.08/106.12	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
106.08/106.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
106.08/106.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
106.08/106.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
106.08/106.12	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
106.08/106.17	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
106.18/106.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
118.28/118.32	c lits-rem:       324  cl-subs:       20  v-elim:      0  v-fix:    0  time: 12.05 s
118.28/118.32	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
118.28/118.37	c vivif2 --  cl tried    50205 cl shrink        0 lits rem          0 time: 0.04
118.38/118.46	c asymm  cl-useful: 0/5904/30000 lits-rem:0 time: 0.09
118.38/118.46	c calculated reachability. Time: 0.00
118.38/118.46	c  N dy  3146    537324      1500     30000         0     50205    150000   3422791    123.34   no data
121.78/121.89	c  N dy  3256    557402      1500     30000         0     38283    150000   1445351    123.30    137.88
125.18/125.25	c  N dy  3381    577461      1500     30000         0     58335    150000   4525833    123.29    132.63
128.58/128.62	c  N dy  3509    597463      1500     30000         0     45335    150000   2400539    123.38    130.40
132.28/132.31	c  N dy  3638    617500      1500     30000         0     65363    150000   5506565    123.40    131.05
135.47/135.59	c  N dy  3758    637601      1500     30000         0     51475    150000   3198504    123.41    131.63
139.38/139.44	c  N dy  3879    658071      1500     30000         0     36957    150000    788484    123.41    129.96
142.68/142.74	c  N dy  4001    678158      1500     30000         0     57033    150000   3888785    123.42    131.03
146.48/146.53	c  N dy  4122    698309      1500     30000         0     41196    150000   1303317    123.45    131.30
150.18/150.28	c  N dy  4245    718594      1500     30000         0     61471    150000   4432005    123.46    131.92
154.08/154.15	c  N dy  4364    738647      1500     30000         0     44528    150000   1691518    123.47    130.72
157.68/157.78	c  N dy  4482    758926      1500     30000         0     64797    150000   4797375    123.44    130.40
161.48/161.58	c  N dy  4597    779092      1500     30000         0     46970    150000   1899000    123.42    131.72
165.18/165.23	c  N dy  4711    799163      1500     30000         0     67027    150000   4995663    123.43    133.75
166.58/166.68	c  S st  4749    805987      1500     30000         0     73849    150000   6032660    123.40   no data
166.78/166.84	c  S st  4749    806488      1500     30000         0     74350    150000   6104450    123.40   no data
166.78/166.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
166.88/166.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
166.88/166.91	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
166.88/166.91	c bin-w-bin subsume rem            0 bins  time:  0.00 s
166.88/166.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
166.88/166.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
166.88/166.91	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
166.88/166.98	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
167.08/167.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
198.27/198.30	c lits-rem:       477  cl-subs:       39  v-elim:      0  v-fix:    0  time: 31.12 s
198.27/198.30	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
198.27/198.38	c vivif2 --  cl tried    74311 cl shrink        0 lits rem          0 time: 0.07
198.67/198.72	c asymm  cl-useful: 0/17043/30000 lits-rem:0 time: 0.34
198.67/198.72	c calculated reachability. Time: 0.00
198.67/198.72	c  N dy  4749    806488      1500     30000         0     74311    150000   6091209    123.40   no data
202.17/202.26	c  N dy  4867    826577      1500     30000         0     55419    150000   3058801    123.41    135.42
206.27/206.32	c  N dy  4993    846581      1500     30000         0     75408    150000   6118822    123.40    130.06
209.87/209.93	c  N dy  5111    866678      1500     30000         0     55516    150000   2903177    123.37    130.50
213.97/214.00	c  N dy  5233    886721      1500     30000         0     75544    150000   6022694    123.39    131.91
217.67/217.79	c  N dy  5348    906757      1500     30000         0     54594    150000   2650739    123.39    129.97
221.67/221.77	c  N dy  5467    926829      1500     30000         0     74648    150000   5764455    123.41    130.66
225.67/225.78	c  N dy  5584    946979      1500     30000         0     52812    150000   2238304    123.43    133.09
229.78/229.80	c  N dy  5710    967111      1500     30000         0     72930    150000   5378711    123.48    130.24
233.97/234.02	c  N dy  5833    987224      1500     30000         0     50059    150000   1658805    123.49    132.73
237.87/237.90	c  N dy  5956   1007237      1500     30000         0     70066    150000   4751192    123.49    130.92
242.67/242.71	c  N dy  6056   1027241      1500     30000         0     46082    150000    891729    123.46    132.50
246.47/246.52	c  N dy  6181   1047425      1500     30000         0     66247    150000   4047106    123.50    131.11
250.87/250.98	c  N dy  6298   1067524      1500     30000         0     86334    150000   7125449    123.48    131.58
251.96/252.06	c  F st  6323   1071875      1500     30000         0     45707    150000    683567    123.47   no data
254.77/254.84	c  N dy  6399   1087640      1500     30000         0     61458    150000   3186571    123.48    130.83
259.06/259.14	c  N dy  6516   1107741      1500     30000         0     81542    150000   6288729    123.48    133.44
263.37/263.40	c  N dy  6639   1127812      1500     30000         0     55638    150000   2061615    123.49    130.65
267.47/267.58	c  N dy  6773   1147903      1500     30000         0     75721    150000   5194573    123.52    131.59
272.27/272.33	c  N dy  6890   1167912      1500     30000         0     48742    150000    859614    123.51    131.02
276.08/276.12	c  N dy  7002   1188381      1500     30000         0     69201    150000   4017863    123.50    132.33
280.77/280.82	c  N dy  7124   1208402      1500     30000         0     89217    150000   7126482    123.51    131.14
281.07/281.16	c  S st  7134   1209732      1500     30000         0     90547    150000   7328994    123.51   no data
281.27/281.36	c  S st  7134   1210234      1500     30000         0     91049    150000   7397252    123.51   no data
281.27/281.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
281.37/281.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.06
281.37/281.44	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
281.37/281.44	c bin-w-bin subsume rem            0 bins  time:  0.00 s
281.37/281.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
281.37/281.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
281.37/281.44	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
281.48/281.53	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.09 s
281.67/281.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
325.17/325.24	c lits-rem:       722  cl-subs:       58  v-elim:      0  v-fix:    0  time: 43.48 s
325.17/325.24	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
325.27/325.33	c vivif2 --  cl tried    90991 cl shrink        0 lits rem          0 time: 0.09
325.67/325.71	c asymm  cl-useful: 0/12957/30000 lits-rem:0 time: 0.37
325.67/325.71	c calculated reachability. Time: 0.00
325.67/325.71	c  N dy  7134   1210234      1500     30000         0     90991    150000   7376749    123.51   no data
329.76/329.88	c  N dy  7263   1230375      1500     30000         0     63147    150000   2960487    123.53    130.17
334.27/334.33	c  N dy  7377   1250391      1500     30000         0     83153    150000   6050146    123.53    137.65
338.97/339.07	c  N dy  7497   1270430      1500     30000         0     54205    150000   1407604    123.54    131.53
342.97/343.08	c  N dy  7615   1290530      1500     30000         0     74295    150000   4518647    123.53    136.54
348.07/348.12	c  N dy  7743   1310622      1500     30000         0     94378    150000   7657755    123.57    132.86
352.27/352.38	c  N dy  7868   1330782      1500     30000         0     64561    150000   2885034    123.59    132.49
356.77/356.86	c  N dy  7999   1350857      1500     30000         0     84626    150000   6009266    123.62    135.74
361.97/362.04	c  N dy  8117   1370976      1500     30000         0     53756    150000   1055537    123.62    132.13
365.97/366.00	c  N dy  8242   1391025      1500     30000         0     73795    150000   4164501    123.64    152.00
370.97/371.01	c  N dy  8374   1411517      1500     30000         0     94282    150000   7352609    123.66    131.38
375.67/375.70	c  N dy  8501   1431530      1500     30000         0     62303    150000   2227224    123.69    134.20
379.97/380.08	c  N dy  8625   1451607      1500     30000         0     82372    150000   5324983    123.69    131.12
385.27/385.32	c  N dy  8747   1471686      1500     30000         0    102437    150000   8435355    123.70    138.55
389.57/389.63	c  N dy  8866   1491974      1500     30000         0     69747    150000   3263992    123.72    130.64
394.27/394.37	c  N dy  8988   1512130      1500     30000         0     89895    150000   6395766    123.72    131.81
399.67/399.78	c  N dy  9101   1532301      1500     30000         0     56085    150000    974580    123.71    130.67
403.77/403.85	c  N dy  9226   1552324      1500     30000         0     76099    150000   4096982    123.73    142.28
408.67/408.79	c  N dy  9337   1572372      1500     30000         0     96138    150000   7169114    123.71    133.82
413.87/413.98	c  N dy  9459   1592461      1500     30000         0     61242    150000   1624711    123.72    132.35
418.17/418.29	c  N dy  9585   1612494      1500     30000         0     81259    150000   4745626    123.73    130.50
423.47/423.58	c  N dy  9707   1632715      1500     30000         0    101469    150000   7890261    123.75    131.45
428.46/428.58	c  N dy  9830   1652802      1500     30000         0     65576    150000   2163124    123.75    130.76
432.97/433.06	c  N dy  9954   1672805      1500     30000         0     85568    150000   5280363    123.77    132.84
438.37/438.45	c  N dy 10074   1692819      1500     30000         0    105568    150000   8377903    123.77    131.67
442.87/442.91	c  S st 10176   1710236      1500     30000         0     66007    150000   2069099    123.77    120.47
442.97/443.05	c  S st 10176   1710741      1500     30000         0     66511    150000   2136384    123.77   no data
442.97/443.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
443.07/443.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
443.07/443.10	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
443.07/443.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
443.07/443.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
443.07/443.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
443.07/443.10	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
443.07/443.14	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
443.17/443.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
450.97/451.03	c lits-rem:        98  cl-subs:        6  v-elim:      0  v-fix:    0  time:  7.82 s
450.97/451.03	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
450.97/451.06	c vivif2 --  cl tried    66505 cl shrink        0 lits rem          0 time: 0.03
451.27/451.36	c asymm  cl-useful: 0/18352/30000 lits-rem:0 time: 0.30
451.27/451.36	c calculated reachability. Time: 0.00
451.27/451.36	c  N dy 10176   1710741      1500     30000         0     66505    150000   2134124    123.77   no data
455.87/455.90	c  N dy 10296   1730902      1500     30000         0     86658    150000   5265170    123.78    131.15
461.47/461.58	c  N dy 10423   1751388      1500     30000         0    107137    150000   8445795    123.79    131.60
466.47/466.57	c  N dy 10542   1771429      1500     30000         0     69202    150000   2401441    123.79    133.03
471.16/471.24	c  N dy 10660   1791438      1500     30000         0     89207    150000   5514604    123.79    131.27
476.87/476.90	c  N dy 10782   1811529      1500     30000         0    109282    150000   8621992    123.80    158.89
481.77/481.87	c  N dy 10904   1831542      1500     30000         0     70304    150000   2472391    123.81    131.59
486.47/486.58	c  N dy 11028   1851642      1500     30000         0     90394    150000   5604254    123.83    135.32
492.06/492.19	c  N dy 11151   1871647      1500     30000         0    110386    150000   8740073    123.85    131.19
497.27/497.38	c  N dy 11272   1891723      1500     30000         0     70489    150000   2316419    123.86    130.84
502.07/502.10	c  N dy 11396   1911800      1500     30000         0     90555    150000   5457558    123.87    132.08
507.67/507.74	c  N dy 11519   1931818      1500     30000         0    110567    150000   8567431    123.88    133.49
513.17/513.21	c  N dy 11647   1951830      1500     30000         0     69596    150000   2055606    123.90    147.89
517.77/517.84	c  N dy 11773   1971881      1500     30000         0     89635    150000   5190715    123.91    135.57
523.47/523.52	c  N dy 11904   1992084      1500     30000         0    109830    150000   8368713    123.93    131.04
529.37/529.42	c  N dy 12034   2012133      1500     30000         0     67899    150000   1647291    123.95    131.53
533.97/534.01	c  N dy 12148   2032167      1500     30000         0     87922    150000   4746972    123.95    131.10
539.47/539.53	c  N dy 12273   2052429      1500     30000         0    108173    150000   7902177    123.96    131.65
545.67/545.78	c  N dy 12403   2072548      1500     30000         0     65319    150000   1090829    123.98    130.62
550.27/550.34	c  N dy 12524   2092800      1500     30000         0     85561    150000   4232598    123.98    131.74
555.66/555.79	c  N dy 12642   2112938      1500     30000         0    105687    150000   7363813    123.99    135.16
562.07/562.19	c  N dy 12763   2133027      1500     30000         0    125770    150000  10475289    123.99    133.69
566.86/566.97	c  N dy 12890   2153222      1500     30000         0     81986    150000   3530742    124.00    133.39
572.17/572.24	c  N dy 13011   2173281      1500     30000         0    102034    150000   6664064    124.02    145.67
578.37/578.40	c  N dy 13139   2193310      1500     30000         0    122051    150000   9772375    124.03    131.81
583.17/583.21	c  S st 13247   2210741      1500     30000         0     74505    150000   2230586    124.04    125.47
583.27/583.37	c  S st 13247   2211245      1500     30000         0     75009    150000   2300294    124.04   no data
583.27/583.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
583.37/583.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.04
583.37/583.43	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
583.37/583.43	c bin-w-bin subsume rem            0 bins  time:  0.00 s
583.37/583.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
583.37/583.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
583.37/583.43	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
583.37/583.46	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
583.47/583.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
591.87/591.94	c lits-rem:       140  cl-subs:       12  v-elim:      0  v-fix:    0  time:  8.40 s
591.87/591.94	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
591.87/591.97	c vivif2 --  cl tried    74997 cl shrink        0 lits rem          0 time: 0.03
592.17/592.23	c asymm  cl-useful: 0/11648/30000 lits-rem:0 time: 0.26
592.17/592.23	c calculated reachability. Time: 0.00
592.17/592.23	c  N dy 13247   2211245      1500     30000         0     74997    150000   2295622    124.04   no data
597.06/597.18	c  N dy 13383   2231330      1500     30000         0     95070    150000   5421080    124.05    134.41
602.87/602.94	c  N dy 13498   2251342      1500     30000         0    115073    150000   8528358    124.06    132.21
609.37/609.49	c  N dy 13625   2271524      1500     30000         0     69276    150000   1256873    124.06    131.87
614.07/614.13	c  N dy 13740   2291694      1500     30000         0     89433    150000   4406741    124.06    130.76
619.56/619.66	c  N dy 13860   2311896      1500     30000         0    109621    150000   7551928    124.07    131.20
626.26/626.32	c  N dy 14002   2331959      1500     30000         0    129674    150000  10697031    124.09    137.46
631.27/631.38	c  N dy 14119   2351972      1500     30000         0     82708    150000   3214754    124.10    134.40
636.57/636.66	c  N dy 14237   2372021      1500     30000         0    102737    150000   6360322    124.11    153.91
642.96/643.02	c  N dy 14364   2392123      1500     30000         0    122832    150000   9483471    124.12    134.29
649.16/649.25	c  N dy 14488   2412215      1500     30000         0     74957    150000   1834763    124.13    131.94
654.07/654.17	c  N dy 14624   2432252      1500     30000         0     94980    150000   5015251    124.16    131.24
659.87/659.93	c  N dy 14743   2452257      1500     30000         0    114968    150000   8133594    124.17    131.33
666.46/666.59	c  N dy 14856   2472392      1500     30000         0    135091    150000  11277451    124.16    131.73
671.56/671.61	c  N dy 14979   2492511      1500     30000         0     86248    150000   3457165    124.17    133.89
677.06/677.14	c  N dy 15118   2512682      1500     30000         0    106406    150000   6626374    124.20    130.89
683.46/683.52	c  N dy 15236   2532730      1500     30000         0    126446    150000   9736723    124.20    134.72
689.76/689.80	c  N dy 15359   2552761      1500     30000         0     76508    150000   1784163    124.21    133.35
694.65/694.76	c  N dy 15480   2573214      1500     30000         0     96948    150000   4963694    124.22    131.91
700.66/700.73	c  N dy 15601   2593272      1500     30000         0    116993    150000   8092969    124.22    133.12
707.66/707.79	c  N dy 15731   2613417      1500     30000         0    137128    150000  11207167    124.23    131.87
712.96/713.05	c  N dy 15847   2633437      1500     30000         0     86175    150000   3163564    124.23    132.17
718.35/718.44	c  N dy 15978   2653455      1500     30000         0    106184    150000   6300685    124.25    132.50
724.77/724.88	c  N dy 16104   2673516      1500     30000         0    126235    150000   9448614    124.26    131.49
731.76/731.85	c  N dy 16216   2693707      1500     30000         0     74454    150000   1185672    124.26    134.25
735.87/735.92	c  S st 16312   2711246      1500     30000         0     91982    150000   3893164    124.26    105.15
736.06/736.12	c  S st 16312   2711750      1500     30000         0     92486    150000   3957614    124.26   no data
736.06/736.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
736.06/736.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.05
736.06/736.19	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
736.06/736.19	c bin-w-bin subsume rem            0 bins  time:  0.00 s
736.06/736.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
736.06/736.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
736.06/736.19	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
736.16/736.25	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
736.26/736.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
749.86/749.97	c lits-rem:       178  cl-subs:       30  v-elim:      0  v-fix:    0  time: 13.60 s
749.86/749.97	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
749.96/750.02	c vivif2 --  cl tried    92456 cl shrink        0 lits rem          0 time: 0.05
750.26/750.37	c asymm  cl-useful: 0/14812/30000 lits-rem:0 time: 0.35
750.26/750.37	c calculated reachability. Time: 0.00
750.26/750.37	c  N dy 16312   2711750      1500     30000         0     92456    150000   3947293    124.26   no data
756.05/756.17	c  N dy 16444   2731824      1500     30000         0    112516    150000   7065278    124.26    132.16
762.75/762.86	c  N dy 16575   2751834      1500     30000         0    132520    150000  10203192    124.28    131.86
769.46/769.51	c  N dy 16703   2771992      1500     30000         0     79709    150000   1874324    124.28    131.18
774.56/774.65	c  N dy 16833   2792037      1500     30000         0     99739    150000   5039744    124.31    133.73
780.46/780.54	c  N dy 16940   2812049      1500     30000         0    119729    150000   8138192    124.30    130.98
787.46/787.51	c  N dy 17072   2832054      1500     30000         0    139723    150000  11264318    124.31    131.86
793.45/793.59	c  N dy 17204   2852298      1500     30000         0     86006    150000   2719886    124.33    132.45
798.96/799.01	c  N dy 17319   2872324      1500     30000         0    106025    150000   5824720    124.32    132.95
805.76/805.85	c  N dy 17442   2892407      1500     30000         0    126093    150000   8955478    124.33    131.19
813.16/813.28	c  N dy 17563   2912485      1500     30000         0    146161    150000  12056078    124.33    132.78
818.55/818.68	c  N dy 17686   2932512      1500     30000         0     91219    150000   3368496    124.33    130.98
824.26/824.38	c  N dy 17823   2952590      1500     30000         0    111289    150000   6507641    124.35    131.73
830.76/830.87	c  N dy 17942   2972628      1500     30000         0    131320    150000   9622355    124.35    132.63
838.46/838.59	c  N dy 18067   2992700      1500     30000         0    151380    150000  12738911    124.35    133.08
843.57/843.65	c  N dy 18190   3012756      1500     30000         0     95459    150000   3871217    124.36    132.29
849.36/849.47	c  N dy 18306   3032986      1500     30000         0    115673    150000   7006191    124.36    136.48
856.26/856.32	c  N dy 18426   3053064      1500     30000         0    135742    150000  10128861    124.36    135.59
864.05/864.11	c  N dy 18557   3073217      1500     30000         0     78928    150000   1169772    124.37    132.92
868.96/869.07	c  N dy 18678   3093290      1500     30000         0     98990    150000   4305740    124.38    131.52
874.96/875.04	c  N dy 18808   3113367      1500     30000         0    119057    150000   7449258    124.39    131.09
881.86/881.92	c  N dy 18920   3133592      1500     30000         0    139270    150000  10614436    124.39    133.47
889.26/889.37	c  N dy 19035   3153655      1500     30000         0     81371    150000   1395030    124.39    134.27
894.56/894.66	c  N dy 19164   3173955      1500     30000         0    101656    150000   4556220    124.39    132.85
900.56/900.68	c  N dy 19286   3194007      1500     30000         0    121696    150000   7663146    124.39    131.63
906.85/906.96	c  S st 19395   3211752      1500     30000         0    139425    150000  10422205    124.40   no data
907.15/907.26	c  S st 19395   3212254      1500     30000         0    139927    150000  10492006    124.40   no data
907.15/907.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
907.25/907.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.0M T:  0.09
907.25/907.38	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
907.25/907.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
907.25/907.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
907.25/907.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
907.25/907.38	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
907.36/907.50	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.12 s
907.76/907.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
958.95/959.04	c lits-rem:       470  cl-subs:       76  v-elim:      0  v-fix:    0  time: 51.21 s
958.95/959.04	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
959.06/959.17	c vivif2 --  cl tried   139851 cl shrink        0 lits rem          0 time: 0.13
959.45/959.59	c asymm  cl-useful: 0/9483/30000 lits-rem:0 time: 0.42
959.55/959.60	c calculated reachability. Time: 0.00
959.55/959.60	c  N dy 19395   3212254      1500     30000         0    139851    150000  10466862    124.40   no data
967.15/967.29	c  N dy 19513   3232440      1500     30000         0     81073    150000   1204500    124.40    131.65
972.26/972.34	c  N dy 19629   3252445      1500     30000         0    101066    150000   4286115    124.39    131.39
978.76/978.89	c  N dy 19756   3272458      1500     30000         0    121064    150000   7428427    124.40    131.41
985.96/986.06	c  N dy 19870   3292554      1500     30000         0    141155    150000  10546759    124.40    141.62
993.96/994.02	c  N dy 19989   3312606      1500     30000         0     81241    150000   1077887    124.40    141.06
998.96/999.05	c  N dy 20112   3332609      1500     30000         0    101235    150000   4201724    124.40    144.99
1005.06/1005.13	c  N dy 20220   3352750      1500     30000         0    121364    150000   7312787    124.39    132.03
1012.35/1012.45	c  N dy 20343   3373430      1500     30000         0    142029    150000  10530799    124.39    137.96
1020.66/1020.78	c  N dy 20464   3393608      1500     30000         0     81244    150000    931005    124.40    131.69
1025.76/1025.82	c  N dy 20588   3413623      1500     30000         0    101246    150000   4051837    124.40    131.55
1031.76/1031.85	c  N dy 20710   3433681      1500     30000         0    121301    150000   7206320    124.41    131.00
1038.66/1038.77	c  N dy 20818   3453704      1500     30000         0    141308    150000  10325354    124.41    132.93
1046.66/1046.75	c  N dy 20934   3473726      1500     30000         0    161321    150000  13458269    124.41    136.24
1052.46/1052.53	c  N dy 21063   3493820      1500     30000         0     99455    150000   3652496    124.43    131.37
1058.26/1058.36	c  N dy 21176   3513885      1500     30000         0    119513    150000   6775255    124.42    134.83
1065.36/1065.43	c  N dy 21305   3534027      1500     30000         0    139643    150000   9915807    124.43    131.46
1073.46/1073.50	c  N dy 21429   3554245      1500     30000         0    159851    150000  13084795    124.44    132.88
1079.76/1079.84	c  N dy 21550   3574388      1500     30000         0     97021    150000   3083479    124.44    131.28
1085.66/1085.71	c  N dy 21676   3594427      1500     30000         0    117054    150000   6230009    124.45    132.85
1092.56/1092.66	c  N dy 21811   3614592      1500     30000         0    137210    150000   9401989    124.46    131.09
1100.66/1100.72	c  N dy 21945   3634599      1500     30000         0    157205    150000  12530480    124.47    136.85
1107.66/1107.79	c  N dy 22058   3654673      1500     30000         0     93303    150000   2350050    124.47    158.12
1113.45/1113.59	c  N dy 22173   3674862      1500     30000         0    113479    150000   5486083    124.47    132.40
1120.26/1120.34	c  N dy 22308   3694966      1500     30000         0    133568    150000   8657795    124.48    132.48
1126.75/1126.86	c  S st 22407   3712255      1500     30000         0    150850    150000  11362581    124.48   no data
1127.05/1127.17	c  S st 22407   3712759      1500     30000         0    151354    150000  11428427    124.48   no data
1127.05/1127.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1127.15/1127.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.2M T:  0.10
1127.25/1127.30	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1127.25/1127.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1127.25/1127.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1127.25/1127.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
1127.25/1127.30	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1127.36/1127.43	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.13 s
1127.66/1127.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1187.56/1187.64	c lits-rem:       478  cl-subs:       79  v-elim:      0  v-fix:    0  time: 59.86 s
1187.56/1187.64	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
1187.66/1187.79	c vivif2 --  cl tried   151275 cl shrink        0 lits rem          0 time: 0.14
1187.96/1188.08	c asymm  cl-useful: 0/5705/30000 lits-rem:0 time: 0.29
1187.96/1188.08	c calculated reachability. Time: 0.00
1187.96/1188.08	c  N dy 22407   3712759      1500     30000         0    151275    150000  11401632    124.48   no data
1196.26/1196.32	c  N dy 22524   3732833      1500     30000         0     86386    150000   1145876    124.49    136.33
1201.16/1201.29	c  F st 22637   3751562      1500     30000         0    105108    150000   4072295    124.49    112.24
1201.76/1201.82	c  N st 22641   3753595      1500     30000         0    107139    150000   4410619    124.49   no data
1207.95/1208.07	c  N dy 22746   3773658      1500     30000         0    127188    150000   7592682    124.49    136.31
1215.46/1215.52	c  N dy 22869   3793859      1500     30000         0    147378    150000  10753202    124.50    131.73
1224.05/1224.10	c  N dy 23007   3813978      1500     30000         0    167483    150000  13925692    124.51    131.32
1230.15/1230.26	c  N dy 23132   3834076      1500     30000         0    101621    150000   3387791    124.52    134.43
1236.26/1236.32	c  N dy 23247   3854229      1500     30000         0    121757    150000   6530140    124.52    132.31
1243.46/1243.57	c  N dy 23372   3874261      1500     30000         0    141783    150000   9689270    124.53    133.25
1251.66/1251.72	c  N dy 23497   3894350      1500     30000         0    161863    150000  12828115    124.54    134.63
1259.15/1259.29	c  N dy 23621   3914368      1500     30000         0     94917    150000   2173329    124.54    132.37
1264.96/1265.07	c  N dy 23743   3934552      1500     30000         0    115091    150000   5334883    124.54    134.05
1271.66/1271.78	c  N dy 23870   3954609      1500     30000         0    135132    150000   8448325    124.54    132.15
1279.26/1279.36	c  N dy 23981   3974628      1500     30000         0    155136    150000  11550551    124.54    132.73
1288.16/1288.29	c  N dy 24119   3994653      1500     30000         0    175152    150000  14705671    124.55    135.18
1293.86/1293.98	c  N dy 24250   4014728      1500     30000         0    107273    150000   3962225    124.56    131.73

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 893)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3174320-1301783656/watcher-3174320-1301783656 -o /tmp/evaluation-result-3174320-1301783656/solver-3174320-1301783656 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3174320-1301783656.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: 0.00 0.00 0.68 2/174 14698
/proc/meminfo: memFree=24565964/32951124 swapFree=67110456/67111528
[pid=14698] ppid=14696 vsize=20396 CPUtime=0 cores=5,7
/proc/14698/stat : 14698 (strangenight2-s) R 14696 14698 14666 0 -1 4194304 244 0 0 0 0 0 0 0 21 0 1 0 368596368 20885504 195 33554432000 4194304 4627331 140735219957152 18446744073709551615 224279963112 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/14698/statm: 5099 195 161 106 0 57 0

[startup+0.073916 s]
/proc/loadavg: 0.00 0.00 0.68 2/174 14698
/proc/meminfo: memFree=24565964/32951124 swapFree=67110456/67111528
[pid=14698] ppid=14696 vsize=31580 CPUtime=0.06 cores=5,7
/proc/14698/stat : 14698 (strangenight2-s) R 14696 14698 14666 0 -1 4202496 1330 0 0 0 6 0 0 0 21 0 1 0 368596368 32337920 1269 33554432000 4194304 4627331 140735219957152 18446744073709551615 4309315 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/14698/statm: 7895 1269 342 106 0 2866 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 31580

[startup+0.100902 s]
/proc/loadavg: 0.00 0.00 0.68 2/174 14698
/proc/meminfo: memFree=24565964/32951124 swapFree=67110456/67111528
[pid=14698] ppid=14696 vsize=31712 CPUtime=0.09 cores=5,7
/proc/14698/stat : 14698 (strangenight2-s) R 14696 14698 14666 0 -1 4202496 1355 0 0 0 9 0 0 0 21 0 1 0 368596368 32473088 1294 33554432000 4194304 4627331 140735219957152 18446744073709551615 4309332 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/14698/statm: 7928 1294 342 106 0 2899 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31712

[startup+0.300879 s]
/proc/loadavg: 0.00 0.00 0.68 2/174 14698
/proc/meminfo: memFree=24565964/32951124 swapFree=67110456/67111528
[pid=14698] ppid=14696 vsize=37164 CPUtime=0.29 cores=5,7
/proc/14698/stat : 14698 (strangenight2-s) R 14696 14698 14666 0 -1 4202496 3282 0 0 0 29 0 0 0 22 0 1 0 368596368 38055936 2816 33554432000 4194304 4627331 140735219957152 18446744073709551615 4309870 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/14698/statm: 9291 2817 371 106 0 4262 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 37164

[startup+0.700801 s]
/proc/loadavg: 0.00 0.00 0.68 2/174 14698
/proc/meminfo: memFree=24565964/32951124 swapFree=67110456/67111528
[pid=14698] ppid=14696 vsize=38924 CPUtime=0.69 cores=5,7
/proc/14698/stat : 14698 (strangenight2-s) R 14696 14698 14666 0 -1 4202496 4418 0 0 0 69 0 0 0 23 0 1 0 368596368 39858176 2878 33554432000 4194304 4627331 140735219957152 18446744073709551615 4507164 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/14698/statm: 9731 2878 372 106 0 4702 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 38924

[startup+1.50067 s]
/proc/loadavg: 0.00 0.00 0.68 2/175 14699
/proc/meminfo: memFree=24553540/32951124 swapFree=67110456/67111528
[pid=14698] ppid=14696 vsize=39332 CPUtime=1.48 cores=5,7
/proc/14698/stat : 14698 (strangenight2-s) R 14696 14698 14666 0 -1 4202496 6260 0 0 0 148 0 0 0 25 0 1 0 368596368 40275968 3411 33554432000 4194304 4627331 140735219957152 18446744073709551615 4309292 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/14698/statm: 9833 3411 372 106 0 4804 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 39332

[startup+3.1004 s]
/proc/loadavg: 0.00 0.00 0.68 2/175 14699
/proc/meminfo: memFree=24553044/32951124 swapFree=67110456/67111528
[pid=14698] ppid=14696 vsize=40272 CPUtime=3.09 cores=5,7
/proc/14698/stat : 14698 (strangenight2-s) R 14696 14698 14666 0 -1 4202496 9891 0 0 0 308 1 0 0 25 0 1 0 368596368 41238528 3789 33554432000 4194304 4627331 140735219957152 18446744073709551615 4309113 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/14698/statm: 10068 3789 377 106 0 5039 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 40272

[startup+6.30086 s]
/proc/loadavg: 0.08 0.02 0.68 2/175 14699
/proc/meminfo: memFree=24533628/32951124 swapFree=67110456/67111528
[pid=14698] ppid=14696 vsize=62340 CPUtime=6.29 cores=5,7
/proc/14698/stat : 14698 (strangenight2-s) R 14696 14698 14666 0 -1 4202496 19644 0 0 0 627 2 0 0 25 0 1 0 368596368 63836160 9600 33554432000 4194304 4627331 140735219957152 18446744073709551615 4333219 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/14698/statm: 15585 9600 377 106 0 10556 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 62340

[startup+12.7008 s]
/proc/loadavg: 0.39 0.08 0.70 5/190 14729
/proc/meminfo: memFree=24399516/32951124 swapFree=67110456/67111528
[pid=14698] ppid=14696 vsize=65360 CPUtime=12.69 cores=5,7
/proc/14698/stat : 14698 (strangenight2-s) R 14696 14698 14666 0 -1 4202496 30818 0 0 0 1264 5 0 0 25 0 1 0 368596368 66928640 10793 33554432000 4194304 4627331 140735219957152 18446744073709551615 4527138 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/14698/statm: 16340 10793 377 106 0 11311 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 65360

[startup+25.5007 s]
/proc/loadavg: 1.27 0.29 0.75 5/190 14729
/proc/meminfo: memFree=24224200/32951124 swapFree=67110456/67111528
[pid=14698] ppid=14696 vsize=157136 CPUtime=25.48 cores=5,7
/proc/14698/stat : 14698 (strangenight2-s) R 14696 14698 14666 0 -1 4202496 51978 0 0 0 2540 8 0 0 25 0 1 0 368596368 160907264 22832 33554432000 4194304 4627331 140735219957152 18446744073709551615 4427298 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/14698/statm: 39284 22832 377 106 0 34255 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 157136

[startup+51.1004 s]
/proc/loadavg: 2.20 0.59 0.84 5/190 14729
/proc/meminfo: memFree=24137800/32951124 swapFree=67110456/67111528
[pid=14698] ppid=14696 vsize=171996 CPUtime=51.08 cores=5,7
/proc/14698/stat : 14698 (strangenight2-s) R 14696 14698 14666 0 -1 4202496 69911 0 0 0 5097 11 0 0 25 0 1 0 368596368 176123904 26338 33554432000 4194304 4627331 140735219957152 18446744073709551615 4527161 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/14698/statm: 42999 26338 377 106 0 37970 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 171996

[startup+102.307 s]
/proc/loadavg: 3.22 1.11 1.00 5/190 14731
/proc/meminfo: memFree=23973908/32951124 swapFree=67110456/67111528
[pid=14698] ppid=14696 vsize=184276 CPUtime=102.29 cores=5,7
/proc/14698/stat : 14698 (strangenight2-s) R 14696 14698 14666 0 -1 4202496 121867 0 0 0 10209 20 0 0 25 0 1 0 368596368 188698624 30413 33554432000 4194304 4627331 140735219957152 18446744073709551615 4507164 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/14698/statm: 46069 30413 377 106 0 41040 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 184276

[startup+162.301 s]
/proc/loadavg: 3.71 1.63 1.19 5/190 14733
/proc/meminfo: memFree=23903716/32951124 swapFree=67110456/67111528
[pid=14698] ppid=14696 vsize=147920 CPUtime=162.28 cores=5,7
/proc/14698/stat : 14698 (strangenight2-s) R 14696 14698 14666 0 -1 4202496 172247 0 0 0 16200 28 0 0 25 0 1 0 368596368 151470080 30693 33554432000 4194304 4627331 140735219957152 18446744073709551615 4309113 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/14698/statm: 36980 30693 377 106 0 31951 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 147920

[startup+222.301 s]
/proc/loadavg: 3.89 2.06 1.36 5/190 14733
/proc/meminfo: memFree=23825796/32951124 swapFree=67110456/67111528
[pid=14698] ppid=14696 vsize=246716 CPUtime=222.27 cores=5,7
/proc/14698/stat : 14698 (strangenight2-s) R 14696 14698 14666 0 -1 4202496 208659 0 0 0 22193 34 0 0 25 0 1 0 368596368 252637184 45676 33554432000 4194304 4627331 140735219957152 18446744073709551615 4309113 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/14698/statm: 61679 45676 377 106 0 56650 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 246716

[startup+282.301 s]
/proc/loadavg: 3.96 2.41 1.52 5/190 14738
/proc/meminfo: memFree=23780608/32951124 swapFree=67110456/67111528
[pid=14698] ppid=14696 vsize=288280 CPUtime=282.27 cores=5,7
/proc/14698/stat : 14698 (strangenight2-s) R 14696 14698 14666 0 -1 4202496 267206 0 0 0 28181 46 0 0 25 0 1 0 368596368 295198720 56572 33554432000 4194304 4627331 140735219957152 18446744073709551615 4467959 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/14698/statm: 72070 56572 377 106 0 67041 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 288280

[startup+342.301 s]
/proc/loadavg: 3.98 2.70 1.67 5/190 14740
/proc/meminfo: memFree=23738672/32951124 swapFree=67110456/67111528
[pid=14698] ppid=14696 vsize=288800 CPUtime=342.27 cores=5,7
/proc/14698/stat : 14698 (strangenight2-s) R 14696 14698 14666 0 -1 4202496 280972 0 0 0 34178 49 0 0 25 0 1 0 368596368 295731200 53185 33554432000 4194304 4627331 140735219957152 18446744073709551615 4309174 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/14698/statm: 72200 53185 377 106 0 67171 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 288800

[startup+402.301 s]
/proc/loadavg: 3.99 2.93 1.82 5/190 14742
/proc/meminfo: memFree=23697612/32951124 swapFree=67110456/67111528
[pid=14698] ppid=14696 vsize=290160 CPUtime=402.27 cores=5,7
/proc/14698/stat : 14698 (strangenight2-s) R 14696 14698 14666 0 -1 4202496 325887 0 0 0 40167 60 0 0 25 0 1 0 368596368 297123840 52193 33554432000 4194304 4627331 140735219957152 18446744073709551615 4332058 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/14698/statm: 72540 52194 377 106 0 67511 0
Current children cumulated CPU time (s) 402.27
Current children cumulated vsize (KiB) 290160

[startup+462.301 s]
/proc/loadavg: 3.99 3.12 1.95 5/190 14744
/proc/meminfo: memFree=23701424/32951124 swapFree=67110456/67111528
[pid=14698] ppid=14696 vsize=290880 CPUtime=462.27 cores=5,7
/proc/14698/stat : 14698 (strangenight2-s) R 14696 14698 14666 0 -1 4202496 361307 0 0 0 46161 66 0 0 25 0 1 0 368596368 297861120 58085 33554432000 4194304 4627331 140735219957152 18446744073709551615 4309113 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/14698/statm: 72720 58085 377 106 0 67691 0
Current children cumulated CPU time (s) 462.27
Current children cumulated vsize (KiB) 290880

[startup+522.301 s]
/proc/loadavg: 3.99 3.28 2.08 5/190 14744
/proc/meminfo: memFree=23703120/32951124 swapFree=67110456/67111528
[pid=14698] ppid=14696 vsize=291988 CPUtime=522.27 cores=5,7
/proc/14698/stat : 14698 (strangenight2-s) R 14696 14698 14666 0 -1 4202496 401955 0 0 0 52152 75 0 0 25 0 1 0 368596368 298995712 57020 33554432000 4194304 4627331 140735219957152 18446744073709551615 4308162 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/14698/statm: 72997 57020 377 106 0 67968 0
Current children cumulated CPU time (s) 522.27
Current children cumulated vsize (KiB) 291988

[startup+582.301 s]
/proc/loadavg: 3.99 3.41 2.19 5/190 14746
/proc/meminfo: memFree=23708664/32951124 swapFree=67110456/67111528
[pid=14698] ppid=14696 vsize=238200 CPUtime=582.26 cores=5,7
/proc/14698/stat : 14698 (strangenight2-s) R 14696 14698 14666 0 -1 4202496 440321 0 0 0 58144 82 0 0 25 0 1 0 368596368 243916800 50892 33554432000 4194304 4627331 140735219957152 18446744073709551615 4309315 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/14698/statm: 59550 50892 377 106 0 54521 0
Current children cumulated CPU time (s) 582.26
Current children cumulated vsize (KiB) 238200

[startup+642.301 s]
/proc/loadavg: 4.07 3.53 2.31 5/190 14748
/proc/meminfo: memFree=23667212/32951124 swapFree=67110456/67111528
[pid=14698] ppid=14696 vsize=293912 CPUtime=642.27 cores=5,7
/proc/14698/stat : 14698 (strangenight2-s) R 14696 14698 14666 0 -1 4202496 471222 0 0 0 64137 90 0 0 25 0 1 0 368596368 300965888 58542 33554432000 4194304 4627331 140735219957152 18446744073709551615 4309113 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/14698/statm: 73478 58542 377 106 0 68449 0
Current children cumulated CPU time (s) 642.27
Current children cumulated vsize (KiB) 293912

[startup+702.301 s]
/proc/loadavg: 4.02 3.61 2.41 5/190 14750
/proc/meminfo: memFree=23658000/32951124 swapFree=67110456/67111528
[pid=14698] ppid=14696 vsize=294732 CPUtime=702.26 cores=5,7
/proc/14698/stat : 14698 (strangenight2-s) R 14696 14698 14666 0 -1 4202496 507085 0 0 0 70129 97 0 0 25 0 1 0 368596368 301805568 58197 33554432000 4194304 4627331 140735219957152 18446744073709551615 4309113 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/14698/statm: 73683 58197 377 106 0 68654 0
Current children cumulated CPU time (s) 702.26
Current children cumulated vsize (KiB) 294732

[startup+762.306 s]
/proc/loadavg: 4.01 3.68 2.51 5/190 14752
/proc/meminfo: memFree=23684496/32951124 swapFree=67110456/67111528
[pid=14698] ppid=14696 vsize=295912 CPUtime=762.26 cores=5,7
/proc/14698/stat : 14698 (strangenight2-s) R 14696 14698 14666 0 -1 4202496 533303 0 0 0 76122 104 0 0 25 0 1 0 368596368 303013888 59520 33554432000 4194304 4627331 140735219957152 18446744073709551615 4507164 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/14698/statm: 73978 59520 377 106 0 68949 0
Current children cumulated CPU time (s) 762.26
Current children cumulated vsize (KiB) 295912

[startup+822.3 s]
/proc/loadavg: 4.04 3.75 2.60 5/190 14752
/proc/meminfo: memFree=23589856/32951124 swapFree=67110456/67111528
[pid=14698] ppid=14696 vsize=296828 CPUtime=822.26 cores=5,7
/proc/14698/stat : 14698 (strangenight2-s) R 14696 14698 14666 0 -1 4202496 567388 0 0 0 82112 114 0 0 25 0 1 0 368596368 303951872 54980 33554432000 4194304 4627331 140735219957152 18446744073709551615 4507164 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/14698/statm: 74207 54980 377 106 0 69178 0
Current children cumulated CPU time (s) 822.26
Current children cumulated vsize (KiB) 296828

[startup+882.3 s]
/proc/loadavg: 4.08 3.81 2.69 5/190 14754
/proc/meminfo: memFree=23561172/32951124 swapFree=67110456/67111528
[pid=14698] ppid=14696 vsize=297448 CPUtime=882.26 cores=5,7
/proc/14698/stat : 14698 (strangenight2-s) R 14696 14698 14666 0 -1 4202496 599279 0 0 0 88104 122 0 0 25 0 1 0 368596368 304586752 60313 33554432000 4194304 4627331 140735219957152 18446744073709551615 4309113 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/14698/statm: 74362 60313 377 106 0 69333 0
Current children cumulated CPU time (s) 882.26
Current children cumulated vsize (KiB) 297448

[startup+942.3 s]
/proc/loadavg: 4.03 3.84 2.77 5/190 14756
/proc/meminfo: memFree=23442456/32951124 swapFree=67110456/67111528
[pid=14698] ppid=14696 vsize=368880 CPUtime=942.25 cores=5,7
/proc/14698/stat : 14698 (strangenight2-s) R 14696 14698 14666 0 -1 4202496 629112 0 0 0 94100 125 0 0 25 0 1 0 368596368 377733120 76555 33554432000 4194304 4627331 140735219957152 18446744073709551615 4427574 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/14698/statm: 92220 76555 377 106 0 87191 0
Current children cumulated CPU time (s) 942.25
Current children cumulated vsize (KiB) 368880

[startup+1002.3 s]
/proc/loadavg: 4.01 3.87 2.85 5/190 14758
/proc/meminfo: memFree=23481844/32951124 swapFree=67110456/67111528
[pid=14698] ppid=14696 vsize=369484 CPUtime=1002.26 cores=5,7
/proc/14698/stat : 14698 (strangenight2-s) R 14696 14698 14666 0 -1 4202496 652107 0 0 0 100094 132 0 0 25 0 1 0 368596368 378351616 72037 33554432000 4194304 4627331 140735219957152 18446744073709551615 4309240 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/14698/statm: 92371 72037 377 106 0 87342 0
Current children cumulated CPU time (s) 1002.26
Current children cumulated vsize (KiB) 369484

[startup+1062.3 s]
/proc/loadavg: 4.00 3.89 2.92 5/190 14760
/proc/meminfo: memFree=23428972/32951124 swapFree=67110456/67111528
[pid=14698] ppid=14696 vsize=370012 CPUtime=1062.26 cores=5,7
/proc/14698/stat : 14698 (strangenight2-s) R 14696 14698 14666 0 -1 4202496 683028 0 0 0 106086 140 0 0 25 0 1 0 368596368 378892288 74686 33554432000 4194304 4627331 140735219957152 18446744073709551615 4309150 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/14698/statm: 92503 74686 377 106 0 87474 0
Current children cumulated CPU time (s) 1062.26
Current children cumulated vsize (KiB) 370012

[startup+1122.3 s]
/proc/loadavg: 4.00 3.91 2.98 5/190 14760
/proc/meminfo: memFree=23479152/32951124 swapFree=67110456/67111528
[pid=14698] ppid=14696 vsize=370524 CPUtime=1122.26 cores=5,7
/proc/14698/stat : 14698 (strangenight2-s) R 14696 14698 14666 0 -1 4202496 712951 0 0 0 112080 146 0 0 25 0 1 0 368596368 379416576 75574 33554432000 4194304 4627331 140735219957152 18446744073709551615 4310960 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/14698/statm: 92631 75574 377 106 0 87602 0
Current children cumulated CPU time (s) 1122.26
Current children cumulated vsize (KiB) 370524

[startup+1182.3 s]
/proc/loadavg: 4.00 3.92 3.04 5/190 14762
/proc/meminfo: memFree=23371116/32951124 swapFree=67110456/67111528
[pid=14698] ppid=14696 vsize=409640 CPUtime=1182.26 cores=5,7
/proc/14698/stat : 14698 (strangenight2-s) R 14696 14698 14666 0 -1 4202496 724042 0 0 0 118078 148 0 0 25 0 1 0 368596368 419471360 86665 33554432000 4194304 4627331 140735219957152 18446744073709551615 4428312 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/14698/statm: 102410 86665 377 106 0 97381 0
Current children cumulated CPU time (s) 1182.26
Current children cumulated vsize (KiB) 409640

[startup+1242.3 s]
/proc/loadavg: 4.00 3.93 3.10 5/190 14764
/proc/meminfo: memFree=23413836/32951124 swapFree=67110456/67111528
[pid=14698] ppid=14696 vsize=410168 CPUtime=1242.26 cores=5,7
/proc/14698/stat : 14698 (strangenight2-s) R 14696 14698 14666 0 -1 4202496 751545 0 0 0 124072 154 0 0 25 0 1 0 368596368 420012032 84415 33554432000 4194304 4627331 140735219957152 18446744073709551615 4309261 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/14698/statm: 102542 84415 377 106 0 97513 0
Current children cumulated CPU time (s) 1242.26
Current children cumulated vsize (KiB) 410168



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.06 3.96 3.16 5/190 14766
/proc/meminfo: memFree=23413676/32951124 swapFree=67110456/67111528
[pid=14698] ppid=14696 vsize=410696 CPUtime=1299.96 cores=5,7
/proc/14698/stat : 14698 (strangenight2-s) R 14696 14698 14666 0 -1 4202496 779686 0 0 0 129833 163 0 0 25 0 1 0 368596368 420552704 82226 33554432000 4194304 4627331 140735219957152 18446744073709551615 4507164 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/14698/statm: 102674 82226 377 106 0 97645 0
Current children cumulated CPU time (s) 1299.96
Current children cumulated vsize (KiB) 410696

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.98
CPU user time (s): 1298.34
CPU system time (s): 1.64575
CPU usage (%): 99.9971
Max. virtual memory (cumulated for all children) (KiB): 425104

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.34
system time used= 1.64575
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 779687
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= 10
involuntary context switches= 1429

runsolver used 2.09268 second user time and 5.02524 second system time

The end

Launcher Data

Begin job on node118 at 2011-04-03 00:34:17
IDJOB=3174320
IDBENCH=82538
IDSOLVER=1587
FILE ID=node118/3174320-1301783656
RUNJOBID= node118-1301783653-14687
PBS_JOBID= 12841400
Free space on /tmp= 71184 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st
BENCH NAME= SAT11/random/large/unif-k5-r20-v1500-c30000-S1793954886-065-UNKNOWN.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3174320-1301783656/watcher-3174320-1301783656 -o /tmp/evaluation-result-3174320-1301783656/solver-3174320-1301783656 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3174320-1301783656.cnf

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

MD5SUM BENCH= f6b9ddbb2d1027fc4cfe1e8c2d86f4e1
RANDOM SEED=893978126

node118.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.842
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.842
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.842
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.842
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.842
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.68
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.842
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.75
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.842
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.842
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	: 5374.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24566252 kB
Buffers:        293592 kB
Cached:        7768956 kB
SwapCached:        640 kB
Active:        4813456 kB
Inactive:      3311992 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24566252 kB
SwapTotal:    67111528 kB
SwapFree:     67110456 kB
Dirty:            6444 kB
Writeback:           0 kB
AnonPages:       62216 kB
Mapped:          14632 kB
Slab:           197016 kB
PageTables:       4828 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   189476 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= 71156 MiB
End job on node118 at 2011-04-03 00:55:59