Trace number 3367294

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

General information on the benchmark

Namerandom/large/
unif-k5-r20-v1000-c20000-S107009952-009-UNKNOWN.cnf
MD5SUM5093bfaf2b5c3f3d3bcb50ce84a28c32
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark42.6625
Satisfiable
(Un)Satisfiability was proved
Number of variables1000
Number of clauses20000
Sum of the clauses size100000
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 520000
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-3367294-1305380549.cnf'
0.00/0.00	c -- header says num vars:           1000
0.00/0.00	c -- header says num clauses:       20000
0.00/0.01	c -- clauses added:            0 learnts,        20000 normals,            0 xors
0.00/0.01	c -- vars added       1000
0.00/0.01	c Parsing time:  0.01 s
0.00/0.01	c  N st     0         0      1000     20000         0         0    100000         0   no data   no data
0.09/0.10	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.09
0.09/0.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
0.09/0.11	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.09/0.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.09/0.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.09/0.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
0.09/0.11	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.09/0.13	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
0.09/0.13	c Finding binary XORs  T:     0.00 s  found:       0
0.09/0.13	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
0.09/0.13	c calculated reachability. Time: 0.00
0.09/0.13	c Calc default polars -  time:   0.00 s pos:     479 undec:      43 neg:     478
0.09/0.13	c =========================================================================================
0.09/0.13	c types(t): F = full restart, N = normal restart
0.09/0.13	c types(t): S = simplification begin/end, E = solution found
0.09/0.13	c restart types(rt): st = static, dy = dynamic
0.09/0.13	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.09/0.13	c  B st     0         0      1000     20000         0         0    100000         0   no data   no data
0.39/0.41	c  N dy    12      4190      1000     20000         0      4179    100000    513855     96.43    103.27
0.58/0.69	c  N dy    33      8287      1000     20000         0      5777    100000    527653     95.96    101.59
0.88/0.99	c  N dy    57     12360      1000     20000         0      5602    100000    349804     96.14    102.37
1.28/1.30	c  N dy    79     16480      1000     20000         0      9716    100000    836116     96.17    101.31
1.58/1.60	c  N dy    92     20491      1000     20000         0      8111    100000    503793     95.37    102.89
1.89/1.91	c  N dy   116     24511      1000     20000         0     12126    100000    970166     95.19    102.74
1.89/1.95	c  F st   120     25000      1000     20000         0     12615    100000   1025898     95.16   no data
2.29/2.36	c  N dy   126     30000      1000     20000         0     10798    100000    733495     95.16   no data
2.29/2.36	c  S st   126     30000      1000     20000         0     10798    100000    733495     95.16   no data
2.39/2.41	c  S st   126     30503      1000     20000         0     11301    100000    782933     95.16   no data
2.39/2.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2.39/2.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
2.39/2.42	c blocked clauses removed:        0 vars:      0 tried:        1000 T: 0.00 s
2.39/2.42	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.39/2.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.39/2.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
2.39/2.42	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2.39/2.43	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
2.39/2.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.78/2.86	c lits-rem:       193  cl-subs:       32  v-elim:      0  v-fix:    0  time:  0.40 s
2.88/2.98	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.12
2.88/2.98	c calculated reachability. Time: 0.00
2.88/2.98	c  N dy   126     30503      1000     20000         0     11269    100000    775135     95.16   no data
3.30/3.32	c  N dy   148     34584      1000     20000         0     15342    100000   1246172     94.84    111.01
3.59/3.67	c  N dy   175     38862      1000     20000         0     11722    100000    692351     95.02    100.19
3.99/4.01	c  N dy   201     42875      1000     20000         0     15730    100000   1164897     95.22    100.27
4.19/4.26	c  S st   219     45755      1000     20000         0      9666    100000    328947     95.31   no data
4.29/4.31	c  S st   219     46259      1000     20000         0     10170    100000    378837     95.31   no data
4.29/4.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.29/4.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
4.29/4.32	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4.29/4.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.29/4.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.29/4.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
4.29/4.32	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.29/4.33	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
4.29/4.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.40/4.44	c lits-rem:        10  cl-subs:        2  v-elim:      0  v-fix:    0  time:  0.10 s
4.40/4.44	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
4.40/4.45	c vivif2 --  cl tried    10168 cl shrink        0 lits rem          0 time: 0.00
4.49/4.56	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.11
4.49/4.56	c calculated reachability. Time: 0.00
4.49/4.56	c  N dy   219     46259      1000     20000         0     10168    100000    378527     95.31   no data
4.89/4.92	c  N dy   245     50491      1000     20000         0     14391    100000    881216     95.36    100.49
5.18/5.28	c  N dy   270     54550      1000     20000         0     18446    100000   1358533     95.44    101.10
5.58/5.66	c  N dy   288     58927      1000     20000         0     12857    100000    595008     95.33    101.40
5.98/6.01	c  N dy   316     62943      1000     20000         0     16870    100000   1076319     95.56    101.84
6.38/6.40	c  N dy   338     67059      1000     20000         0     20976    100000   1557388     95.56    100.79
6.59/6.62	c  S st   353     69388      1000     20000         0     12327    100000    425889     95.65     93.86
6.59/6.67	c  S st   353     69890      1000     20000         0     12827    100000    482484     95.65   no data
6.59/6.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
6.59/6.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
6.59/6.69	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
6.59/6.69	c bin-w-bin subsume rem            0 bins  time:  0.00 s
6.59/6.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.59/6.69	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
6.59/6.69	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
6.59/6.69	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
6.68/6.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.78/6.87	c lits-rem:        43  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.16 s
6.78/6.87	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
6.78/6.88	c vivif2 --  cl tried    12826 cl shrink        0 lits rem          0 time: 0.00
6.98/7.00	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.12
6.98/7.00	c calculated reachability. Time: 0.00
6.98/7.00	c  N dy   353     69890      1000     20000         0     12826    100000    482173     95.65   no data
7.38/7.41	c  N dy   381     74417      1000     20000         0     17349    100000   1022233     95.73    102.23
7.78/7.87	c  N dy   410     79271      1000     20000         0     22197    100000   1593813     95.72    101.10
8.28/8.34	c  N dy   438     84339      1000     20000         0     15279    100000    656918     95.65    100.73
8.58/8.63	c  F st   454     87501      1000     20000         0     18431    100000   1025151     95.63   no data
8.88/8.94	c  N st   459     90800      1000     20000         0     21720    100000   1439851     95.63   no data
9.49/9.53	c  N dy   483     96697      1000     20000         0     14638    100000    481179     95.65    103.67
10.09/10.10	c  N dy   523    102898      1000     20000         0     20834    100000   1220680     95.78    101.82
10.19/10.29	c  S st   534    104836      1000     20000         0     22770    100000   1449304     95.77   no data
10.29/10.35	c  S st   534    105339      1000     20000         0     23273    100000   1502590     95.77   no data
10.29/10.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
10.29/10.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
10.29/10.37	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
10.29/10.37	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10.29/10.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.29/10.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
10.29/10.37	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
10.29/10.39	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
10.39/10.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.39/13.44	c lits-rem:       160  cl-subs:       44  v-elim:      0  v-fix:    0  time:  3.01 s
13.39/13.44	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
13.39/13.46	c vivif2 --  cl tried    23229 cl shrink        0 lits rem          0 time: 0.02
13.59/13.64	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.18
13.59/13.64	c calculated reachability. Time: 0.00
13.59/13.64	c  N dy   534    105339      1000     20000         0     23229    100000   1491909     95.77   no data
14.39/14.43	c  N dy   580    112072      1000     20000         0     15974    100000    528782     95.91    104.07
15.09/15.17	c  N dy   624    119351      1000     20000         0     23246    100000   1391765     95.93    103.01
15.98/16.03	c  N dy   666    127083      1000     20000         0     15989    100000    413855     95.87    101.02
16.78/16.81	c  N dy   714    135237      1000     20000         0     24131    100000   1372743     95.86    100.93
17.69/17.78	c  N dy   772    143906      1000     20000         0     16811    100000    405001     96.01    101.21
18.60/18.70	c  N dy   827    153183      1000     20000         0     26077    100000   1514082     96.09    101.35
19.19/19.25	c  S st   859    158010      1000     20000         0     30889    100000   2091244     96.17   no data
19.29/19.33	c  S st   859    158518      1000     20000         0     31397    100000   2143041     96.17   no data
19.29/19.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
19.29/19.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
19.29/19.36	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
19.29/19.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
19.29/19.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.29/19.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
19.29/19.36	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
19.29/19.38	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
19.39/19.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
26.30/26.31	c lits-rem:       196  cl-subs:       48  v-elim:      0  v-fix:    0  time:  6.87 s
26.30/26.31	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
26.30/26.34	c vivif2 --  cl tried    31349 cl shrink        0 lits rem          0 time: 0.03
26.49/26.56	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.22
26.49/26.56	c calculated reachability. Time: 0.00
26.49/26.56	c  N dy   859    158518      1000     20000         0     31349    100000   2131641     96.17   no data
27.59/27.62	c  N dy   916    168724      1000     20000         0     24569    100000   1221156     96.17    101.75
28.89/28.90	c  N dy   987    179546      1000     20000         0     35377    100000   2511594     96.27    101.91
30.08/30.10	c  N dy  1054    191039      1000     20000         0     28882    100000   1615573     96.25    121.10
31.48/31.52	c  N dy  1120    203293      1000     20000         0     22144    100000    712798     96.28    103.31
32.89/32.98	c  N dy  1196    216385      1000     20000         0     35208    100000   2266490     96.30    102.13
34.49/34.55	c  N dy  1269    230308      1000     20000         0     29142    100000   1429931     96.23    101.43
35.39/35.45	c  S st  1310    237777      1000     20000         0     36602    100000   2312213     96.23     94.75
35.49/35.54	c  S st  1310    238279      1000     20000         0     37104    100000   2364443     96.23   no data
35.49/35.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
35.49/35.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
35.49/35.57	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
35.49/35.57	c bin-w-bin subsume rem            0 bins  time:  0.00 s
35.49/35.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
35.49/35.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
35.49/35.57	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
35.49/35.59	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
35.59/35.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
44.68/44.78	c lits-rem:       251  cl-subs:       62  v-elim:      0  v-fix:    0  time:  9.12 s
44.68/44.78	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
44.78/44.81	c vivif2 --  cl tried    37042 cl shrink        0 lits rem          0 time: 0.03
44.99/45.06	c asymm  cl-useful: 0/20000/20000 lits-rem:0 time: 0.25
44.99/45.06	c calculated reachability. Time: 0.00
44.99/45.06	c  N dy  1310    238279      1000     20000         0     37042    100000   2349670     96.23   no data
46.79/46.85	c  N dy  1397    253541      1000     20000         0     31316    100000   1592284     96.29    111.61
48.79/48.85	c  N dy  1485    269797      1000     20000         0     25575    100000    781001     96.26    120.64
50.88/50.97	c  N dy  1577    287317      1000     20000         0     43083    100000   2856670     96.23    103.08
53.19/53.20	c  N dy  1689    305743      1000     20000         0     38505    100000   2216475     96.30    102.69
53.19/53.26	c  F st  1693    306252      1000     20000         0     39014    100000   2278730     96.30   no data
55.59/55.65	c  N dy  1769    325482      1000     20000         0     34240    100000   1595287     96.26    102.19
58.19/58.30	c  N dy  1876    345584      1000     20000         0     29356    100000    899008     96.22    103.51
59.68/59.78	c  S st  1932    357418      1000     20000         0     41166    100000   2295790     96.11   no data
59.78/59.87	c  S st  1932    357921      1000     20000         0     41669    100000   2344504     96.11   no data
59.78/59.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
59.88/59.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
59.88/59.90	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
59.88/59.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
59.88/59.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
59.88/59.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
59.88/59.90	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
59.88/59.93	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
59.88/59.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
69.08/69.17	c lits-rem:       364  cl-subs:       62  v-elim:      0  v-fix:    0  time:  9.17 s
69.08/69.17	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
69.19/69.21	c vivif2 --  cl tried    41607 cl shrink        0 lits rem          0 time: 0.03
69.38/69.45	c asymm  cl-useful: 0/18733/20000 lits-rem:0 time: 0.26
69.38/69.45	c calculated reachability. Time: 0.00
69.38/69.45	c  N dy  1932    357921      1000     20000         0     41607    100000   2330303     96.11   no data
72.08/72.18	c  N dy  2047    378370      1000     20000         0     36067    100000   1600728     96.15    101.23
74.89/74.99	c  N dy  2158    398457      1000     20000         0     29164    100000    661564     96.13    101.89
77.58/77.68	c  N dy  2275    418602      1000     20000         0     49267    100000   3062072     96.16    101.23
80.30/80.40	c  N dy  2393    438680      1000     20000         0     41352    100000   1995826     96.17    104.08
83.28/83.35	c  N dy  2509    458743      1000     20000         0     32437    100000    831126     96.19    102.90
86.09/86.12	c  N dy  2619    478862      1000     20000         0     52518    100000   3214747     96.20    101.42
88.89/88.98	c  N dy  2729    499139      1000     20000         0     42819    100000   1973338     96.23    101.73
92.18/92.23	c  N dy  2854    519263      1000     20000         0     31962    100000    551759     96.29    101.49
94.50/94.60	c  S st  2959    536881      1000     20000         0     49548    100000   2654915     96.33   no data
94.69/94.71	c  S st  2959    537383      1000     20000         0     50050    100000   2707748     96.33   no data
94.69/94.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
94.69/94.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
94.69/94.74	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
94.69/94.74	c bin-w-bin subsume rem            0 bins  time:  0.00 s
94.69/94.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
94.69/94.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
94.69/94.75	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
94.69/94.77	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
94.79/94.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
109.08/109.13	c lits-rem:       431  cl-subs:       66  v-elim:      0  v-fix:    0  time: 14.28 s
109.08/109.13	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
109.08/109.16	c vivif2 --  cl tried    49984 cl shrink        0 lits rem          0 time: 0.03
109.08/109.19	c asymm  cl-useful: 0/1267/20000 lits-rem:0 time: 0.03
109.18/109.20	c calculated reachability. Time: 0.00
109.18/109.20	c  N dy  2959    537383      1000     20000         0     49984    100000   2691686     96.33   no data
112.39/112.40	c  N dy  3076    557472      1000     20000         0     38093    100000   1168666     96.37    102.56
115.39/115.44	c  N dy  3195    577704      1000     20000         0     58294    100000   3591525     96.39    101.83
118.49/118.51	c  N dy  3308    597729      1000     20000         0     45342    100000   1920069     96.40    101.87
121.69/121.73	c  N dy  3412    617764      1000     20000         0     65350    100000   4306411     96.39    109.01
124.59/124.65	c  N dy  3525    637784      1000     20000         0     51399    100000   2522777     96.38    102.00
128.09/128.13	c  N dy  3635    657833      1000     20000         0     36473    100000    645303     96.39    101.51
130.99/131.01	c  N dy  3738    677972      1000     20000         0     56592    100000   3030575     96.37    102.22
134.49/134.52	c  N dy  3862    698016      1000     20000         0     40652    100000   1032706     96.39    102.65
137.59/137.68	c  N dy  3977    718429      1000     20000         0     61040    100000   3453945     96.39    102.19
141.09/141.17	c  N dy  4094    738506      1000     20000         0     44137    100000   1335173     96.39    102.75
144.29/144.39	c  N dy  4207    758550      1000     20000         0     64153    100000   3731087     96.41    101.86
147.88/147.90	c  N dy  4331    778664      1000     20000         0     46297    100000   1487434     96.44    103.87
151.19/151.25	c  N dy  4447    798718      1000     20000         0     66325    100000   3882118     96.45    101.72
152.59/152.65	c  S st  4488    806075      1000     20000         0     73670    100000   4759768     96.46   no data
152.79/152.81	c  S st  4488    806579      1000     20000         0     74174    100000   4811903     96.46   no data
152.79/152.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
152.79/152.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
152.79/152.86	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
152.79/152.86	c bin-w-bin subsume rem            0 bins  time:  0.00 s
152.79/152.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
152.79/152.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
152.79/152.86	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
152.79/152.90	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
152.98/153.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
179.69/179.72	c lits-rem:       720  cl-subs:      114  v-elim:      0  v-fix:    0  time: 26.68 s
179.69/179.73	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
179.69/179.78	c vivif2 --  cl tried    74060 cl shrink        0 lits rem          0 time: 0.06
179.99/180.09	c asymm  cl-useful: 0/12764/20000 lits-rem:0 time: 0.31
179.99/180.09	c calculated reachability. Time: 0.00
179.99/180.09	c  N dy  4488    806579      1000     20000         0     74060    100000   4783388     96.46   no data
183.29/183.32	c  N dy  4598    826864      1000     20000         0     55365    100000   2454207     96.46    104.55
187.00/187.02	c  N dy  4706    847036      1000     20000         0     75496    100000   4842652     96.44    102.51
190.30/190.31	c  N dy  4822    867043      1000     20000         0     55529    100000   2351424     96.45    101.75
193.99/194.04	c  N dy  4939    887263      1000     20000         0     75714    100000   4763199     96.46    105.45
197.49/197.50	c  N dy  5067    907382      1000     20000         0     54880    100000   2181124     96.49    103.40
201.49/201.51	c  N dy  5189    927476      1000     20000         0     74949    100000   4588973     96.51    102.06
205.29/205.37	c  N dy  5298    947629      1000     20000         0     53133    100000   1859531     96.52    104.45
208.89/208.94	c  N dy  5413    967630      1000     20000         0     73100    100000   4232323     96.52    102.74
212.69/212.73	c  N dy  5522    987646      1000     20000         0     50144    100000   1385095     96.52    102.36
216.19/216.24	c  N dy  5635   1007841      1000     20000         0     70315    100000   3806174     96.55    103.86
220.38/220.42	c  N dy  5753   1027925      1000     20000         0     46433    100000    840884     96.57    101.98
223.69/223.71	c  N dy  5867   1048011      1000     20000         0     66479    100000   3224309     96.58    102.48
227.89/227.94	c  N dy  5993   1068110      1000     20000         0     86538    100000   5635442     96.60    102.65
228.80/228.86	c  F st  6021   1071875      1000     20000         0     45373    100000    594385     96.61   no data
231.39/231.43	c  N dy  6096   1088167      1000     20000         0     61631    100000   2581141     96.63    102.87
235.40/235.41	c  N dy  6219   1108225      1000     20000         0     81659    100000   4977872     96.63    101.90
239.29/239.32	c  N dy  6334   1128396      1000     20000         0     55882    100000   1742216     96.65    101.75
243.00/243.04	c  N dy  6448   1148407      1000     20000         0     75866    100000   4148779     96.65    126.58
247.50/247.57	c  N dy  6572   1168481      1000     20000         0     48981    100000    797914     96.67    103.34
250.89/250.99	c  N dy  6697   1188493      1000     20000         0     68964    100000   3204495     96.69    104.19
255.29/255.31	c  N dy  6805   1208638      1000     20000         0     89080    100000   5607431     96.69    103.12
255.59/255.62	c  S st  6815   1209868      1000     20000         0     90309    100000   5755933     96.69   no data
255.79/255.80	c  S st  6815   1210368      1000     20000         0     90809    100000   5812027     96.69   no data
255.79/255.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
255.79/255.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
255.79/255.87	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
255.79/255.87	c bin-w-bin subsume rem            0 bins  time:  0.00 s
255.79/255.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
255.79/255.87	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
255.79/255.87	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
255.89/255.92	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
255.99/256.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
292.79/292.80	c lits-rem:       701  cl-subs:      136  v-elim:      0  v-fix:    0  time: 36.71 s
292.79/292.81	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
292.79/292.88	c vivif2 --  cl tried    90673 cl shrink        0 lits rem          0 time: 0.07
293.09/293.13	c asymm  cl-useful: 0/7236/20000 lits-rem:0 time: 0.25
293.09/293.13	c calculated reachability. Time: 0.00
293.09/293.13	c  N dy  6815   1210368      1000     20000         0     90673    100000   5778635     96.69   no data
296.79/296.81	c  N dy  6921   1230436      1000     20000         0     62782    100000   2329831     96.68    103.18
300.99/301.07	c  N dy  7032   1250524      1000     20000         0     82833    100000   4738498     96.69    103.65
305.39/305.48	c  N dy  7141   1270599      1000     20000         0     53950    100000   1185022     96.70    110.56
309.00/309.07	c  N dy  7255   1290764      1000     20000         0     74068    100000   3583271     96.69    103.20
313.59/313.63	c  N dy  7377   1310780      1000     20000         0     94060    100000   5988626     96.71    102.22
317.39/317.48	c  N dy  7497   1330792      1000     20000         0     64126    100000   2290870     96.72    103.40
321.49/321.53	c  N dy  7616   1350796      1000     20000         0     84094    100000   4701455     96.75    102.20
326.29/326.35	c  N dy  7731   1370893      1000     20000         0     53247    100000    872874     96.76    103.02
329.89/329.96	c  N dy  7853   1390908      1000     20000         0     73221    100000   3276139     96.77    103.86
334.59/334.66	c  N dy  7973   1411522      1000     20000         0     93805    100000   5734753     96.77    105.03
338.89/338.99	c  N dy  8094   1431588      1000     20000         0     61930    100000   1798967     96.78    103.96
342.89/342.93	c  N dy  8212   1451679      1000     20000         0     81991    100000   4213208     96.80    102.59
347.79/347.86	c  N dy  8323   1471811      1000     20000         0    102093    100000   6613637     96.80    102.21
351.69/351.79	c  N dy  8438   1492053      1000     20000         0     69375    100000   2570354     96.81    102.10
355.99/356.03	c  N dy  8545   1512109      1000     20000         0     89392    100000   4970242     96.81    113.21
361.09/361.19	c  N dy  8668   1532138      1000     20000         0     55486    100000    803814     96.82    102.10
364.79/364.81	c  N dy  8772   1552349      1000     20000         0     75673    100000   3225518     96.81    102.32
369.28/369.31	c  N dy  8874   1572352      1000     20000         0     95638    100000   5615273     96.81    102.38
374.19/374.20	c  N dy  8978   1592588      1000     20000         0     60926    100000   1336254     96.80    102.60
378.09/378.10	c  N dy  9099   1612629      1000     20000         0     80948    100000   3752173     96.81    102.93
382.80/382.89	c  N dy  9212   1632724      1000     20000         0    100998    100000   6153492     96.82    102.24
387.59/387.62	c  N dy  9317   1652977      1000     20000         0     65315    100000   1760093     96.81    102.37
391.60/391.66	c  N dy  9435   1673116      1000     20000         0     85424    100000   4176939     96.82    102.14
397.59/397.60	c  N dy  9550   1693415      1000     20000         0    105692    100000   6601135     96.82    103.00
401.69/401.77	c  S st  9638   1710368      1000     20000         0     65706    100000   1680108     96.81     81.12
401.89/401.90	c  S st  9638   1710870      1000     20000         0     66208    100000   1731864     96.81   no data
401.89/401.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
401.89/401.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.03
401.89/401.95	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
401.89/401.95	c bin-w-bin subsume rem            0 bins  time:  0.00 s
401.89/401.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
401.89/401.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
401.89/401.95	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
401.89/401.97	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
401.99/402.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
408.10/408.14	c lits-rem:       124  cl-subs:       32  v-elim:      0  v-fix:    0  time:  6.13 s
408.10/408.15	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
408.10/408.17	c vivif2 --  cl tried    66176 cl shrink        0 lits rem          0 time: 0.02
408.39/408.43	c asymm  cl-useful: 0/13884/20000 lits-rem:0 time: 0.26
408.39/408.44	c calculated reachability. Time: 0.00
408.39/408.44	c  N dy  9638   1710870      1000     20000         0     66176    100000   1724403     96.81   no data
412.50/412.59	c  N dy  9762   1730930      1000     20000         0     86194    100000   4127472     96.83    102.10
417.69/417.76	c  N dy  9879   1750969      1000     20000         0    106199    100000   6535830     96.83    102.20
422.49/422.52	c  N dy  9998   1771113      1000     20000         0     68400    100000   1906596     96.85    103.35
426.69/426.78	c  N dy 10108   1791393      1000     20000         0     88649    100000   4316878     96.84    102.83
432.08/432.15	c  N dy 10240   1811536      1000     20000         0    108766    100000   6741417     96.86    103.97
436.71/436.72	c  N dy 10343   1831544      1000     20000         0     69832    100000   1951823     96.86    103.75
440.89/440.99	c  N dy 10457   1851609      1000     20000         0     89858    100000   4344829     96.86    113.65
446.29/446.35	c  N dy 10573   1871858      1000     20000         0    110086    100000   6769919     96.86    104.30
451.19/451.27	c  N dy 10704   1892024      1000     20000         0     70306    100000   1920306     96.88    103.62
455.49/455.55	c  N dy 10812   1912293      1000     20000         0     90543    100000   4337061     96.88    102.50
460.69/460.79	c  N dy 10925   1932364      1000     20000         0    110583    100000   6738788     96.88    102.16
465.89/465.95	c  N dy 11047   1952374      1000     20000         0     69660    100000   1729293     96.90    109.82
470.09/470.17	c  N dy 11161   1972434      1000     20000         0     89689    100000   4138963     96.90    105.09
475.39/475.42	c  N dy 11272   1992709      1000     20000         0    109928    100000   6571574     96.90    102.27
480.89/480.91	c  N dy 11392   2012950      1000     20000         0     68246    100000   1447987     96.90    102.70
485.19/485.25	c  N dy 11497   2033515      1000     20000         0     88775    100000   3912770     96.90    102.10
490.39/490.40	c  N dy 11604   2053587      1000     20000         0    108820    100000   6307569     96.90    103.78
496.29/496.35	c  N dy 11726   2073667      1000     20000         0     65969    100000   1070296     96.91    102.21
500.39/500.47	c  N dy 11836   2093926      1000     20000         0     86202    100000   3519475     96.92    102.09
505.39/505.44	c  N dy 11947   2113980      1000     20000         0    106213    100000   5912180     96.91    102.31
511.51/511.54	c  N dy 12064   2134059      1000     20000         0    126265    100000   8314567     96.92    102.03
515.90/515.98	c  N dy 12187   2154888      1000     20000         0     83162    100000   3022847     96.93    103.26
520.79/520.85	c  N dy 12302   2174966      1000     20000         0    103206    100000   5438123     96.94    102.79
526.59/526.69	c  N dy 12412   2195033      1000     20000         0    123242    100000   7837387     96.94    102.52
530.59/530.67	c  S st 12506   2210870      1000     20000         0     74167    100000   1820358     96.94     94.08
530.80/530.82	c  S st 12506   2211375      1000     20000         0     74672    100000   1876539     96.94   no data
530.80/530.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
530.80/530.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.03
530.80/530.86	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
530.80/530.86	c bin-w-bin subsume rem            0 bins  time:  0.00 s
530.80/530.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
530.80/530.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
530.80/530.86	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
530.80/530.89	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
530.90/530.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
537.00/537.05	c lits-rem:       156  cl-subs:       30  v-elim:      0  v-fix:    0  time:  6.11 s
537.00/537.05	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
537.00/537.07	c vivif2 --  cl tried    74642 cl shrink        0 lits rem          0 time: 0.02
537.20/537.23	c asymm  cl-useful: 0/6116/20000 lits-rem:0 time: 0.16
537.20/537.24	c calculated reachability. Time: 0.00
537.20/537.24	c  N dy 12506   2211375      1000     20000         0     74642    100000   1869402     96.94   no data
541.59/541.67	c  N dy 12622   2231539      1000     20000         0     94763    100000   4290398     96.94    102.45
547.09/547.11	c  N dy 12739   2251568      1000     20000         0    114758    100000   6690888     96.94    120.20
553.20/553.28	c  N dy 12858   2271672      1000     20000         0     68933    100000   1091462     96.96    102.09
557.39/557.47	c  N dy 12972   2291749      1000     20000         0     88981    100000   3511271     96.96    102.37
562.49/562.59	c  N dy 13089   2311838      1000     20000         0    109045    100000   5922100     96.96    102.20
568.70/568.77	c  N dy 13198   2332039      1000     20000         0    129212    100000   8341787     96.97    103.08
573.49/573.54	c  N dy 13328   2352148      1000     20000         0     82397    100000   2601275     96.98    102.65
577.99/578.03	c  N dy 13442   2372195      1000     20000         0    102422    100000   5010367     96.99    102.64
583.39/583.43	c  N dy 13556   2392232      1000     20000         0    122416    100000   7409610     96.99    113.81
588.79/588.89	c  N dy 13672   2412407      1000     20000         0     74661    100000   1545247     97.00    102.88
593.09/593.11	c  N dy 13794   2432628      1000     20000         0     94841    100000   3981538     97.01    102.74
598.19/598.21	c  N dy 13917   2452658      1000     20000         0    114825    100000   6407042     97.02    102.59
604.29/604.37	c  N dy 14034   2473464      1000     20000         0    135593    100000   8918850     97.03    103.57
608.59/608.61	c  N dy 14145   2493754      1000     20000         0     86977    100000   2900842     97.03    102.48
613.59/613.64	c  N dy 14274   2514895      1000     20000         0    108075    100000   5447538     97.04    104.13
619.19/619.29	c  N dy 14395   2534898      1000     20000         0    128043    100000   7847607     97.04    102.60
624.59/624.61	c  N dy 14496   2555230      1000     20000         0     78465    100000   1780401     97.04    103.83
628.89/628.98	c  N dy 14614   2575728      1000     20000         0     98909    100000   4243787     97.05    102.58
634.09/634.14	c  N dy 14717   2595823      1000     20000         0    118969    100000   6677211     97.05    103.74
640.21/640.25	c  N dy 14829   2615865      1000     20000         0    138988    100000   9094529     97.06    102.42
644.69/644.72	c  N dy 14947   2635908      1000     20000         0     88120    100000   2832184     97.06    105.89
649.29/649.39	c  N dy 15059   2656020      1000     20000         0    108204    100000   5267455     97.07    102.32
655.19/655.21	c  N dy 15177   2676777      1000     20000         0    128927    100000   7766335     97.08    103.30
661.00/661.08	c  N dy 15288   2696885      1000     20000         0     77132    100000   1405996     97.09    102.82
663.99/664.09	c  S st 15380   2711376      1000     20000         0     91601    100000   3167668     97.10     91.24
664.19/664.25	c  S st 15380   2711879      1000     20000         0     92104    100000   3222721     97.10   no data
664.19/664.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
664.30/664.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.04
664.30/664.31	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
664.30/664.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
664.30/664.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
664.30/664.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
664.30/664.31	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
664.30/664.34	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
664.40/664.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
675.89/675.91	c lits-rem:       319  cl-subs:       97  v-elim:      0  v-fix:    0  time: 11.49 s
675.89/675.92	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
675.89/675.95	c vivif2 --  cl tried    92007 cl shrink        0 lits rem          0 time: 0.04
676.19/676.22	c asymm  cl-useful: 0/10972/20000 lits-rem:0 time: 0.26
676.19/676.22	c calculated reachability. Time: 0.00
676.19/676.22	c  N dy 15380   2711879      1000     20000         0     92007    100000   3199221     97.10   no data
680.99/681.09	c  N dy 15487   2731911      1000     20000         0    112005    100000   5614287     97.10    103.12
686.99/687.04	c  N dy 15609   2752263      1000     20000         0    132326    100000   8066957     97.11    102.97
692.80/692.89	c  N dy 15726   2772285      1000     20000         0     79433    100000   1568695     97.11    103.08
697.30/697.32	c  N dy 15846   2792515      1000     20000         0     99639    100000   4007203     97.12    102.24
702.50/702.59	c  N dy 15964   2812691      1000     20000         0    119779    100000   6426121     97.12    102.82
708.49/708.55	c  N dy 16072   2832760      1000     20000         0    139812    100000   8820583     97.12    102.42
713.80/713.81	c  N dy 16195   2852917      1000     20000         0     86047    100000   2260189     97.13    103.20
718.30/718.33	c  N dy 16300   2873074      1000     20000         0    106174    100000   4692811     97.13    102.35
723.80/723.84	c  N dy 16417   2893100      1000     20000         0    126158    100000   7104012     97.14    114.38
730.29/730.34	c  N dy 16536   2913129      1000     20000         0    146153    100000   9501181     97.14    102.52
734.99/735.03	c  N dy 16656   2933135      1000     20000         0     91254    100000   2781212     97.14    102.36
739.79/739.88	c  N dy 16770   2953216      1000     20000         0    111292    100000   5210778     97.15    102.95
745.49/745.58	c  N dy 16877   2973225      1000     20000         0    131277    100000   7614186     97.15    102.29
752.29/752.35	c  N dy 16996   2993227      1000     20000         0    151248    100000  10022495     97.15    102.43
756.69/756.73	c  N dy 17124   3013350      1000     20000         0     95471    100000   3201638     97.17    102.33
761.69/761.70	c  N dy 17234   3033420      1000     20000         0    115501    100000   5607043     97.17    104.04
767.70/767.81	c  N dy 17360   3053442      1000     20000         0    135489    100000   8007370     97.17    103.80
774.59/774.63	c  N dy 17481   3073648      1000     20000         0     78793    100000   1045567     97.18    105.76
778.89/778.94	c  N dy 17609   3093805      1000     20000         0     98922    100000   3480454     97.19    103.31
783.99/784.02	c  N dy 17715   3113842      1000     20000         0    118929    100000   5866263     97.19    102.39
789.99/790.09	c  N dy 17826   3133859      1000     20000         0    138911    100000   8289074     97.19    104.02
796.60/796.69	c  N dy 17938   3153978      1000     20000         0     81125    100000   1218069     97.19    102.37
800.99/801.02	c  N dy 18047   3174053      1000     20000         0    101157    100000   3623172     97.19    102.65
806.19/806.28	c  N dy 18158   3194302      1000     20000         0    121375    100000   6064880     97.19    103.79
811.70/811.71	c  S st 18261   3211881      1000     20000         0    138914    100000   8184788     97.20   no data
811.90/811.96	c  S st 18261   3212382      1000     20000         0    139415    100000   8239217     97.20   no data
811.90/811.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
812.00/812.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.07
812.00/812.06	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
812.00/812.06	c bin-w-bin subsume rem            0 bins  time:  0.00 s
812.00/812.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
812.00/812.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
812.00/812.06	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
812.10/812.14	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
812.29/812.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
869.50/869.54	c lits-rem:      1095  cl-subs:      217  v-elim:      0  v-fix:    0  time: 57.16 s
869.50/869.54	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
869.60/869.64	c vivif2 --  cl tried   139198 cl shrink        0 lits rem          0 time: 0.09
869.90/869.99	c asymm  cl-useful: 0/6736/20000 lits-rem:0 time: 0.35
869.90/870.00	c calculated reachability. Time: 0.00
869.90/870.00	c  N dy 18261   3212382      1000     20000         0    139198    100000   8186287     97.20   no data
877.09/877.16	c  N dy 18395   3232530      1000     20000         0     80451    100000   1034135     97.21    102.53
881.49/881.52	c  N dy 18511   3252615      1000     20000         0    100495    100000   3443462     97.22    102.36
886.70/886.72	c  N dy 18621   3272738      1000     20000         0    120583    100000   5868520     97.22    102.49
893.00/893.03	c  N dy 18744   3292790      1000     20000         0    140604    100000   8291109     97.23    103.36
900.00/900.01	c  N dy 18847   3312993      1000     20000         0     80917    100000    974577     97.23    103.15
904.39/904.44	c  N dy 18974   3333174      1000     20000         0    101066    100000   3418340     97.24    104.54
909.59/909.69	c  N dy 19094   3353215      1000     20000         0    121065    100000   5847681     97.25    102.48
915.79/915.90	c  N dy 19219   3373261      1000     20000         0    141081    100000   8259920     97.26    102.99
923.09/923.13	c  N dy 19347   3393326      1000     20000         0    161105    100000  10692488     97.27    103.21
927.70/927.75	c  N dy 19466   3413819      1000     20000         0    100703    100000   3256307     97.27    102.58
932.89/932.98	c  N dy 19580   3433836      1000     20000         0    120687    100000   5669824     97.27    102.81
939.00/939.08	c  N dy 19696   3453868      1000     20000         0    140693    100000   8075239     97.28    105.88
946.19/946.23	c  N dy 19809   3473890      1000     20000         0    160684    100000  10459909     97.28    103.96
951.00/951.08	c  N dy 19923   3493915      1000     20000         0     98815    100000   2904232     97.28    113.21
956.09/956.15	c  N dy 20035   3513976      1000     20000         0    118841    100000   5311398     97.28    104.00
962.19/962.23	c  N dy 20148   3534067      1000     20000         0    138899    100000   7722470     97.28    103.38
969.19/969.23	c  N dy 20261   3554069      1000     20000         0    158859    100000  10125889     97.29    105.22
974.80/974.80	c  N dy 20385   3574077      1000     20000         0     95984    100000   2456374     97.29    102.52
979.70/979.77	c  N dy 20493   3594096      1000     20000         0    115970    100000   4868744     97.30    102.92
985.69/985.75	c  N dy 20612   3614133      1000     20000         0    135960    100000   7281118     97.30    104.44
992.50/992.54	c  N dy 20723   3634139      1000     20000         0    155930    100000   9706204     97.31    103.08
998.90/998.98	c  N dy 20836   3654211      1000     20000         0     92111    100000   1875792     97.31    102.88
1003.79/1003.82	c  N dy 20955   3674374      1000     20000         0    112232    100000   4320177     97.32    106.17
1009.59/1009.64	c  N dy 21071   3694652      1000     20000         0    132489    100000   6759211     97.32    102.77
1015.39/1015.40	c  S st 21162   3712382      1000     20000         0    150191    100000   8897495     97.32     83.29
1015.59/1015.68	c  S st 21162   3712884      1000     20000         0    150693    100000   8949105     97.32   no data
1015.69/1015.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1015.69/1015.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.1M T:  0.08
1015.69/1015.79	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1015.69/1015.79	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1015.69/1015.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1015.69/1015.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
1015.69/1015.79	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1015.79/1015.87	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
1016.10/1016.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1079.40/1079.42	c lits-rem:       972  cl-subs:      230  v-elim:      0  v-fix:    0  time: 63.30 s
1079.40/1079.42	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
1079.50/1079.53	c vivif2 --  cl tried   150463 cl shrink        0 lits rem          0 time: 0.11
1079.60/1079.67	c asymm  cl-useful: 0/2292/20000 lits-rem:0 time: 0.14
1079.60/1079.67	c calculated reachability. Time: 0.00
1079.60/1079.67	c  N dy 21162   3712884      1000     20000         0    150463    100000   8893857     97.32   no data
1087.09/1087.17	c  N dy 21265   3733043      1000     20000         0     85728    100000    995025     97.32    103.18
1091.30/1091.36	c  F st 21378   3751564      1000     20000         0    104221    100000   3225663     97.32   no data
1091.80/1091.82	c  N st 21382   3753596      1000     20000         0    106250    100000   3487404     97.32   no data
1097.10/1097.12	c  N dy 21478   3773658      1000     20000         0    126277    100000   5928457     97.32    102.45
1103.59/1103.68	c  N dy 21595   3794278      1000     20000         0    146862    100000   8411988     97.32    103.17
1110.90/1110.97	c  N dy 21697   3814394      1000     20000         0    166935    100000  10827208     97.32    105.20
1116.30/1116.39	c  N dy 21815   3834522      1000     20000         0    101188    100000   2745757     97.32    102.80
1121.69/1121.76	c  N dy 21938   3854958      1000     20000         0    121598    100000   5209830     97.33    103.98
1128.10/1128.10	c  N dy 22066   3875139      1000     20000         0    141738    100000   7642513     97.34    102.56
1135.29/1135.35	c  N dy 22180   3895340      1000     20000         0    161904    100000  10078742     97.34    103.64
1141.99/1142.06	c  N dy 22301   3915389      1000     20000         0     95072    100000   1891511     97.34    105.49
1146.89/1146.96	c  N dy 22410   3935477      1000     20000         0    115135    100000   4323091     97.34    102.80
1152.70/1152.78	c  N dy 22521   3955510      1000     20000         0    135127    100000   6746578     97.35    109.89
1159.50/1159.51	c  N dy 22631   3975535      1000     20000         0    155127    100000   9179503     97.35    102.70
1167.19/1167.27	c  N dy 22741   3995596      1000     20000         0    175157    100000  11594604     97.35    102.76
1172.09/1172.11	c  N dy 22860   4015624      1000     20000         0    107283    100000   3252158     97.36    102.54
1177.60/1177.65	c  N dy 22992   4035719      1000     20000         0    127359    100000   5674015     97.36    102.97
1184.00/1184.05	c  N dy 23104   4055796      1000     20000         0    147408    100000   8092698     97.37    103.46
1191.49/1191.53	c  N dy 23221   4075822      1000     20000         0    167402    100000  10499321     97.37    102.50
1198.09/1198.11	c  N dy 23348   4095916      1000     20000         0     98590    100000   2111620     97.38    102.62
1203.19/1203.24	c  N dy 23456   4116441      1000     20000         0    119079    100000   4597269     97.38    102.74
1209.30/1209.32	c  N dy 23580   4136505      1000     20000         0    139099    100000   7018266     97.39    130.87
1216.51/1216.51	c  N dy 23702   4156868      1000     20000         0    159429    100000   9469016     97.39    102.85
1224.49/1224.58	c  N dy 23820   4176954      1000     20000         0    179478    100000  11892901     97.39    104.50
1229.30/1229.37	c  N dy 23928   4197006      1000     20000         0    109648    100000   3326978     97.40    104.76
1233.60/1233.67	c  S st 24019   4212884      1000     20000         0    125503    100000   5251036     97.40   no data
1233.80/1233.89	c  S st 24019   4213387      1000     20000         0    126005    100000   5304773     97.40   no data
1233.90/1233.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1233.90/1233.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.06
1233.90/1233.97	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1233.90/1233.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1233.90/1233.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1233.90/1233.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1000 time:  0.00 s
1233.90/1233.97	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1234.00/1234.02	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
1234.10/1234.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1259.10/1259.15	c lits-rem:       555  cl-subs:      117  v-elim:      0  v-fix:    0  time: 24.98 s
1259.10/1259.15	c vivif2 --  cl tried    20000 cl shrink        0 lits rem          0 time: 0.00
1259.20/1259.22	c vivif2 --  cl tried   125888 cl shrink        0 lits rem          0 time: 0.07
1259.51/1259.52	c asymm  cl-useful: 0/8603/20000 lits-rem:0 time: 0.30
1259.51/1259.53	c calculated reachability. Time: 0.00
1259.51/1259.53	c  N dy 24019   4213387      1000     20000         0    125888    100000   5276507     97.40   no data
1265.69/1265.79	c  N dy 24134   4233391      1000     20000         0    145850    100000   7693058     97.40    109.84
1273.00/1273.07	c  N dy 24256   4253462      1000     20000         0    165888    100000  10113182     97.40    103.92
1280.30/1280.35	c  N dy 24352   4273531      1000     20000         0     95079    100000   1446349     97.39    103.63
1285.19/1285.25	c  N dy 24466   4293578      1000     20000         0    115094    100000   3866086     97.40    121.01
1291.10/1291.16	c  N dy 24585   4313835      1000     20000         0    135325    100000   6306221     97.40    105.65
1297.90/1298.00	c  N dy 24709   4333982      1000     20000         0    155438    100000   8746260     97.41    103.13

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-3367294-1305380549/watcher-3367294-1305380549 -o /tmp/evaluation-result-3367294-1305380549/solver-3367294-1305380549 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3367294-1305380549.cnf 

running on 2 cores: 4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.16 4.02 3.12 5/326 7275
/proc/meminfo: memFree=22421228/32951124 swapFree=59305796/67111528
[pid=7275] ppid=7273 vsize=29904 CPUtime=0 cores=4,6
/proc/7275/stat : 7275 (strangenight2-s) R 7273 7275 7011 0 -1 4202496 647 0 0 0 0 0 0 0 25 0 1 0 728285400 30621696 588 33554432000 4194304 4580011 140733816114576 18446744073709551615 4489378 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7275/statm: 7476 589 322 95 0 2458 0

[startup+0.0916631 s]
/proc/loadavg: 4.16 4.02 3.12 5/326 7275
/proc/meminfo: memFree=22421228/32951124 swapFree=59305796/67111528
[pid=7275] ppid=7273 vsize=30948 CPUtime=0.08 cores=4,6
/proc/7275/stat : 7275 (strangenight2-s) R 7273 7275 7011 0 -1 4202496 1056 0 0 0 8 0 0 0 25 0 1 0 728285400 31690752 997 33554432000 4194304 4580011 140733816114576 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7275/statm: 7737 997 339 95 0 2719 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 30948

[startup+0.10066 s]
/proc/loadavg: 4.16 4.02 3.12 5/326 7275
/proc/meminfo: memFree=22421228/32951124 swapFree=59305796/67111528
[pid=7275] ppid=7273 vsize=30948 CPUtime=0.09 cores=4,6
/proc/7275/stat : 7275 (strangenight2-s) R 7273 7275 7011 0 -1 4202496 1065 0 0 0 9 0 0 0 25 0 1 0 728285400 31690752 1006 33554432000 4194304 4580011 140733816114576 18446744073709551615 4294557 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7275/statm: 7737 1006 339 95 0 2719 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30948

[startup+0.300626 s]
/proc/loadavg: 4.16 4.02 3.12 5/326 7275
/proc/meminfo: memFree=22421228/32951124 swapFree=59305796/67111528
[pid=7275] ppid=7273 vsize=34712 CPUtime=0.29 cores=4,6
/proc/7275/stat : 7275 (strangenight2-s) R 7273 7275 7011 0 -1 4202496 2561 0 0 0 29 0 0 0 25 0 1 0 728285400 35545088 2227 33554432000 4194304 4580011 140733816114576 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7275/statm: 8678 2227 363 95 0 3660 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 34712

[startup+0.70055 s]
/proc/loadavg: 4.16 4.02 3.12 5/326 7275
/proc/meminfo: memFree=22421228/32951124 swapFree=59305796/67111528
[pid=7275] ppid=7273 vsize=36128 CPUtime=0.68 cores=4,6
/proc/7275/stat : 7275 (strangenight2-s) R 7273 7275 7011 0 -1 4202496 3555 0 0 0 68 0 0 0 25 0 1 0 728285400 36995072 2455 33554432000 4194304 4580011 140733816114576 18446744073709551615 4294501 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7275/statm: 9032 2455 363 95 0 4014 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 36128

[startup+1.50043 s]
/proc/loadavg: 4.16 4.02 3.12 5/327 7276
/proc/meminfo: memFree=22409204/32951124 swapFree=59305796/67111528
[pid=7275] ppid=7273 vsize=36896 CPUtime=1.48 cores=4,6
/proc/7275/stat : 7275 (strangenight2-s) R 7273 7275 7011 0 -1 4202496 5647 0 0 0 148 0 0 0 25 0 1 0 728285400 37781504 2354 33554432000 4194304 4580011 140733816114576 18446744073709551615 4320657 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7275/statm: 9224 2354 363 95 0 4206 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 36896

[startup+3.10113 s]
/proc/loadavg: 4.16 4.02 3.12 5/327 7276
/proc/meminfo: memFree=22407096/32951124 swapFree=59305796/67111528
[pid=7275] ppid=7273 vsize=54316 CPUtime=3.08 cores=4,6
/proc/7275/stat : 7275 (strangenight2-s) R 7273 7275 7011 0 -1 4202496 11794 0 0 0 307 1 0 0 25 0 1 0 728285400 55619584 7188 33554432000 4194304 4580011 140733816114576 18446744073709551615 4318383 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7275/statm: 13579 7188 367 95 0 8561 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 54316

[startup+6.3005 s]
/proc/loadavg: 4.15 4.02 3.13 5/327 7276
/proc/meminfo: memFree=22409096/32951124 swapFree=59305796/67111528
[pid=7275] ppid=7273 vsize=55220 CPUtime=6.28 cores=4,6
/proc/7275/stat : 7275 (strangenight2-s) R 7273 7275 7011 0 -1 4202496 17294 0 0 0 626 2 0 0 25 0 1 0 728285400 56545280 7898 33554432000 4194304 4580011 140733816114576 18446744073709551615 4294538 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7275/statm: 13805 7898 367 95 0 8787 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 55220

[startup+12.7003 s]
/proc/loadavg: 4.14 4.02 3.13 5/327 7276
/proc/meminfo: memFree=22368936/32951124 swapFree=59305796/67111528
[pid=7275] ppid=7273 vsize=77844 CPUtime=12.69 cores=4,6
/proc/7275/stat : 7275 (strangenight2-s) R 7273 7275 7011 0 -1 4202496 28753 0 0 0 1265 4 0 0 25 0 1 0 728285400 79712256 13363 33554432000 4194304 4580011 140733816114576 18446744073709551615 4416219 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7275/statm: 19461 13363 367 95 0 14443 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 77844

[startup+25.501 s]
/proc/loadavg: 4.11 4.02 3.14 5/327 7277
/proc/meminfo: memFree=22318460/32951124 swapFree=59305796/67111528
[pid=7275] ppid=7273 vsize=95896 CPUtime=25.49 cores=4,6
/proc/7275/stat : 7275 (strangenight2-s) R 7273 7275 7011 0 -1 4202496 40721 0 0 0 2543 6 0 0 25 0 1 0 728285400 98197504 18198 33554432000 4194304 4580011 140733816114576 18446744073709551615 4416931 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7275/statm: 23974 18198 367 95 0 18956 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 95896

[startup+51.1012 s]
/proc/loadavg: 4.07 4.02 3.16 5/327 7277
/proc/meminfo: memFree=22291144/32951124 swapFree=59305796/67111528
[pid=7275] ppid=7273 vsize=151684 CPUtime=51.08 cores=4,6
/proc/7275/stat : 7275 (strangenight2-s) R 7273 7275 7011 0 -1 4202496 62138 0 0 0 5100 8 0 0 25 0 1 0 728285400 155324416 21801 33554432000 4194304 4580011 140733816114576 18446744073709551615 4294378 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7275/statm: 37921 21801 367 95 0 32903 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 151684

[startup+102.313 s]
/proc/loadavg: 4.03 4.01 3.21 4/325 7279
/proc/meminfo: memFree=22755632/32951124 swapFree=59305796/67111528
[pid=7275] ppid=7273 vsize=171656 CPUtime=102.3 cores=4,6
/proc/7275/stat : 7275 (strangenight2-s) R 7273 7275 7011 0 -1 4202496 101410 0 0 0 10214 16 0 0 25 0 1 0 728285400 175775744 25509 33554432000 4194304 4580011 140733816114576 18446744073709551615 4415945 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7275/statm: 42914 25509 367 95 0 37896 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 171656

[startup+162.3 s]
/proc/loadavg: 4.06 4.02 3.26 5/327 7307
/proc/meminfo: memFree=22598572/32951124 swapFree=59305796/67111528
[pid=7275] ppid=7273 vsize=211220 CPUtime=162.29 cores=4,6
/proc/7275/stat : 7275 (strangenight2-s) R 7273 7275 7011 0 -1 4202496 147291 0 0 0 16204 25 0 0 25 0 1 0 728285400 216289280 36429 33554432000 4194304 4580011 140733816114576 18446744073709551615 4416707 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7275/statm: 52805 36429 367 95 0 47787 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 211220

[startup+222.3 s]
/proc/loadavg: 4.02 4.02 3.30 5/327 7309
/proc/meminfo: memFree=22593576/32951124 swapFree=59305796/67111528
[pid=7275] ppid=7273 vsize=164440 CPUtime=222.29 cores=4,6
/proc/7275/stat : 7275 (strangenight2-s) R 7273 7275 7011 0 -1 4202496 179873 0 0 0 22198 31 0 0 25 0 1 0 728285400 168386560 33905 33554432000 4194304 4580011 140733816114576 18446744073709551615 4293179 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7275/statm: 41110 33905 367 95 0 36092 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 164440

[startup+282.301 s]
/proc/loadavg: 4.05 4.03 3.35 5/327 7310
/proc/meminfo: memFree=22468668/32951124 swapFree=59305796/67111528
[pid=7275] ppid=7273 vsize=245052 CPUtime=282.29 cores=4,6
/proc/7275/stat : 7275 (strangenight2-s) R 7273 7275 7011 0 -1 4202496 210237 0 0 0 28192 37 0 0 25 0 1 0 728285400 250933248 44874 33554432000 4194304 4580011 140733816114576 18446744073709551615 4416901 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7275/statm: 61263 44874 367 95 0 56245 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 245052

[startup+342.301 s]
/proc/loadavg: 4.02 4.02 3.39 5/327 7312
/proc/meminfo: memFree=22488584/32951124 swapFree=59305796/67111528
[pid=7275] ppid=7273 vsize=246380 CPUtime=342.29 cores=4,6
/proc/7275/stat : 7275 (strangenight2-s) R 7273 7275 7011 0 -1 4202496 243169 0 0 0 34184 45 0 0 25 0 1 0 728285400 252293120 42928 33554432000 4194304 4580011 140733816114576 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7275/statm: 61595 42928 367 95 0 56577 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 246380

[startup+402.301 s]
/proc/loadavg: 4.00 4.01 3.42 5/327 7314
/proc/meminfo: memFree=22384392/32951124 swapFree=59305796/67111528
[pid=7275] ppid=7273 vsize=196676 CPUtime=402.29 cores=4,6
/proc/7275/stat : 7275 (strangenight2-s) R 7273 7275 7011 0 -1 4202496 279195 0 0 0 40176 53 0 0 25 0 1 0 728285400 201396224 40837 33554432000 4194304 4580011 140733816114576 18446744073709551615 4451787 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7275/statm: 49169 40837 367 95 0 44151 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 196676

[startup+462.301 s]
/proc/loadavg: 4.00 4.01 3.46 5/327 7315
/proc/meminfo: memFree=22349880/32951124 swapFree=59305796/67111528
[pid=7275] ppid=7273 vsize=248552 CPUtime=462.29 cores=4,6
/proc/7275/stat : 7275 (strangenight2-s) R 7273 7275 7011 0 -1 4202496 309229 0 0 0 46169 60 0 0 25 0 1 0 728285400 254517248 46456 33554432000 4194304 4580011 140733816114576 18446744073709551615 4294357 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7275/statm: 62138 46456 367 95 0 57120 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 248552

[startup+522.3 s]
/proc/loadavg: 4.10 4.03 3.50 5/327 7317
/proc/meminfo: memFree=22368428/32951124 swapFree=59305796/67111528
[pid=7275] ppid=7273 vsize=249684 CPUtime=522.29 cores=4,6
/proc/7275/stat : 7275 (strangenight2-s) R 7273 7275 7011 0 -1 4202496 342463 0 0 0 52161 68 0 0 25 0 1 0 728285400 255676416 45199 33554432000 4194304 4580011 140733816114576 18446744073709551615 4292896 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7275/statm: 62421 45199 367 95 0 57403 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 249684

[startup+582.3 s]
/proc/loadavg: 3.94 4.01 3.52 4/322 7336
/proc/meminfo: memFree=22601044/32951124 swapFree=59305796/67111528
[pid=7275] ppid=7273 vsize=250444 CPUtime=582.29 cores=4,6
/proc/7275/stat : 7275 (strangenight2-s) R 7273 7275 7011 0 -1 4202496 370676 0 0 0 58157 72 0 0 25 0 1 0 728285400 256454656 46131 33554432000 4194304 4580011 140733816114576 18446744073709551615 4324347 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7275/statm: 62611 46131 367 95 0 57593 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 250444

[startup+642.301 s]
/proc/loadavg: 3.34 3.82 3.48 4/321 7338
/proc/meminfo: memFree=22643404/32951124 swapFree=59305796/67111528
[pid=7275] ppid=7273 vsize=197448 CPUtime=642.3 cores=4,6
/proc/7275/stat : 7275 (strangenight2-s) R 7273 7275 7011 0 -1 4202496 403413 0 0 0 64149 81 0 0 25 0 1 0 728285400 202186752 40609 33554432000 4194304 4580011 140733816114576 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7275/statm: 49362 40609 367 95 0 44344 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 197448

[startup+702.301 s]
/proc/loadavg: 3.20 3.69 3.45 4/321 7340
/proc/meminfo: memFree=22642488/32951124 swapFree=59305796/67111528
[pid=7275] ppid=7273 vsize=252560 CPUtime=702.3 cores=4,6
/proc/7275/stat : 7275 (strangenight2-s) R 7273 7275 7011 0 -1 4202496 428493 0 0 0 70144 86 0 0 25 0 1 0 728285400 258621440 45695 33554432000 4194304 4580011 140733816114576 18446744073709551615 4294501 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7275/statm: 63140 45695 367 95 0 58122 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 252560

[startup+762.312 s]
/proc/loadavg: 3.07 3.56 3.42 4/321 7341
/proc/meminfo: memFree=22612304/32951124 swapFree=59305796/67111528
[pid=7275] ppid=7273 vsize=253440 CPUtime=762.3 cores=4,6
/proc/7275/stat : 7275 (strangenight2-s) R 7273 7275 7011 0 -1 4202496 458936 0 0 0 76137 93 0 0 25 0 1 0 728285400 259522560 45272 33554432000 4194304 4580011 140733816114576 18446744073709551615 4294324 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7275/statm: 63360 45272 367 95 0 58342 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 253440

[startup+822.301 s]
/proc/loadavg: 3.02 3.45 3.40 4/321 7343
/proc/meminfo: memFree=22538860/32951124 swapFree=59305796/67111528
[pid=7275] ppid=7273 vsize=312348 CPUtime=822.3 cores=4,6
/proc/7275/stat : 7275 (strangenight2-s) R 7273 7275 7011 0 -1 4202496 496127 0 0 0 82129 101 0 0 25 0 1 0 728285400 319844352 61186 33554432000 4194304 4580011 140733816114576 18446744073709551615 4451799 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7275/statm: 78087 61186 367 95 0 73069 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 312348

[startup+882.3 s]
/proc/loadavg: 3.01 3.37 3.37 4/321 7344
/proc/meminfo: memFree=22545388/32951124 swapFree=59305796/67111528
[pid=7275] ppid=7273 vsize=312648 CPUtime=882.29 cores=4,6
/proc/7275/stat : 7275 (strangenight2-s) R 7273 7275 7011 0 -1 4202496 502588 0 0 0 88127 102 0 0 25 0 1 0 728285400 320151552 56785 33554432000 4194304 4580011 140733816114576 18446744073709551615 4294923 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7275/statm: 78162 56785 367 95 0 73144 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 312648

[startup+942.3 s]
/proc/loadavg: 3.00 3.30 3.34 4/321 7346
/proc/meminfo: memFree=22522272/32951124 swapFree=59305796/67111528
[pid=7275] ppid=7273 vsize=313128 CPUtime=942.29 cores=4,6
/proc/7275/stat : 7275 (strangenight2-s) R 7273 7275 7011 0 -1 4202496 530067 0 0 0 94121 108 0 0 25 0 1 0 728285400 320643072 62145 33554432000 4194304 4580011 140733816114576 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7275/statm: 78282 62145 367 95 0 73264 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 313128

[startup+1002.3 s]
/proc/loadavg: 3.00 3.24 3.32 4/321 7348
/proc/meminfo: memFree=22509448/32951124 swapFree=59305796/67111528
[pid=7275] ppid=7273 vsize=313904 CPUtime=1002.29 cores=4,6
/proc/7275/stat : 7275 (strangenight2-s) R 7273 7275 7011 0 -1 4202496 558525 0 0 0 100115 114 0 0 25 0 1 0 728285400 321437696 56549 33554432000 4194304 4580011 140733816114576 18446744073709551615 4294406 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7275/statm: 78476 56549 367 95 0 73458 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 313904

[startup+1062.3 s]
/proc/loadavg: 3.07 3.21 3.30 4/321 7349
/proc/meminfo: memFree=22438444/32951124 swapFree=59305796/67111528
[pid=7275] ppid=7273 vsize=347608 CPUtime=1062.29 cores=4,6
/proc/7275/stat : 7275 (strangenight2-s) R 7273 7275 7011 0 -1 4202496 571448 0 0 0 106113 116 0 0 25 0 1 0 728285400 355950592 69472 33554432000 4194304 4580011 140733816114576 18446744073709551615 4416613 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7275/statm: 86902 69472 367 95 0 81884 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 347608

[startup+1122.3 s]
/proc/loadavg: 3.17 3.21 3.29 4/321 7360
/proc/meminfo: memFree=22493544/32951124 swapFree=59305796/67111528
[pid=7275] ppid=7273 vsize=348200 CPUtime=1122.29 cores=4,6
/proc/7275/stat : 7275 (strangenight2-s) R 7273 7275 7011 0 -1 4202496 591368 0 0 0 112108 121 0 0 25 0 1 0 728285400 356556800 65951 33554432000 4194304 4580011 140733816114576 18446744073709551615 4293179 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7275/statm: 87050 65951 367 95 0 82032 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 348200

[startup+1182.3 s]
/proc/loadavg: 2.62 3.06 3.23 3/315 7379
/proc/meminfo: memFree=22631776/32951124 swapFree=59305796/67111528
[pid=7275] ppid=7273 vsize=348768 CPUtime=1182.3 cores=4,6
/proc/7275/stat : 7275 (strangenight2-s) R 7273 7275 7011 0 -1 4202496 617398 0 0 0 118103 127 0 0 25 0 1 0 728285400 357138432 68008 33554432000 4194304 4580011 140733816114576 18446744073709551615 4294335 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7275/statm: 87192 68008 367 95 0 82174 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 348768

[startup+1242.3 s]
/proc/loadavg: 2.27 2.88 3.16 3/315 7381
/proc/meminfo: memFree=22589192/32951124 swapFree=59305796/67111528
[pid=7275] ppid=7273 vsize=349352 CPUtime=1242.3 cores=4,6
/proc/7275/stat : 7275 (strangenight2-s) R 7273 7275 7011 0 -1 4202496 639730 0 0 0 124099 131 0 0 25 0 1 0 728285400 357736448 65860 33554432000 4194304 4580011 140733816114576 18446744073709551615 4416623 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7275/statm: 87338 65860 367 95 0 82320 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 349352



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.10 2.72 3.08 3/315 7383
/proc/meminfo: memFree=22563600/32951124 swapFree=59305796/67111528
[pid=7275] ppid=7273 vsize=349640 CPUtime=1300 cores=4,6
/proc/7275/stat : 7275 (strangenight2-s) R 7273 7275 7011 0 -1 4202496 656260 0 0 0 129866 134 0 0 25 0 1 0 728285400 358031360 69937 33554432000 4194304 4580011 140733816114576 18446744073709551615 4294501 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7275/statm: 87410 69937 367 95 0 82392 0
Current children cumulated CPU time (s) 1300
Current children cumulated vsize (KiB) 349640

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.03
CPU user time (s): 1298.67
CPU system time (s): 1.35979
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 349640

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

runsolver used 4.18636 second user time and 8.86865 second system time

The end

Launcher Data

Begin job on node111 at 2011-05-14 15:42:29
IDJOB=3367294
IDBENCH=82503
IDSOLVER=1845
FILE ID=node111/3367294-1305380549
RUNJOBID= node111-1305379155-7030
PBS_JOBID= 13324391
Free space on /tmp= 73652 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st (fixed)
BENCH NAME= SAT11/random/large/unif-k5-r20-v1000-c20000-S107009952-009-UNKNOWN.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3367294-1305380549/watcher-3367294-1305380549 -o /tmp/evaluation-result-3367294-1305380549/solver-3367294-1305380549 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3367294-1305380549.cnf

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

MD5SUM BENCH= 5093bfaf2b5c3f3d3bcb50ce84a28c32
RANDOM SEED=1464442811

node111.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5428.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.86
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22421508 kB
Buffers:        244368 kB
Cached:        6312792 kB
SwapCached:      13720 kB
Active:        1536048 kB
Inactive:      8777912 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22421508 kB
SwapTotal:    67111528 kB
SwapFree:     59305796 kB
Dirty:            6108 kB
Writeback:           0 kB
AnonPages:     3752264 kB
Mapped:          13744 kB
Slab:           114380 kB
PageTables:      38596 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 54306284 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= 73664 MiB
End job on node111 at 2011-05-14 16:04:11