Trace number 3175275

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-1-mt? (TO) 4800.34 1201.63

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v125-c2662-S675870149-098.SATISFIABLE.cnf
MD5SUMddac1e46d651615f8587e799d64e665b
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.042993
Satisfiable
(Un)Satisfiability was proved
Number of variables125
Number of clauses2662
Sum of the clauses size13310
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 52662
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3175275-1304106347.cnf'
0.00/0.00	c -- header says num vars:            125
0.00/0.00	c -- header says num clauses:        2662
0.00/0.00	c -- clauses added:            0 learnts,         2662 normals,            0 xors
0.00/0.00	c -- vars added        125
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       125      2662         0         0     13310         0   no data   no data  --
0.00/0.01	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.04
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
3.18/0.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.18/0.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.18/0.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
3.18/0.80	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.18/0.80	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
3.18/0.80	c Finding binary XORs  T:     0.00 s  found:       0
3.18/0.80	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
3.18/0.80	c calculated reachability. Time: 0.00
3.18/0.80	c Calc default polars -  time:   0.00 s pos:      57 undec:       6 neg:      62
3.18/0.80	c =========================================================================================
3.18/0.80	c types(t): F = full restart, N = normal restart
3.18/0.80	c types(t): S = simplification begin/end, E = solution found
3.18/0.80	c restart types(rt): st = static, dy = dynamic
3.18/0.80	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.18/0.80	c  B st     0         0       125      2662         0         0     13310         0   no data   no data  --
3.18/0.80	c Decided on static restart strategy
3.18/0.80	c  N st     8      4915       125      2662         0      4664     13310    122048   no data   no data  --
3.18/0.80	c  N st    10     11298       125      2662         0      4309     13310     88426   no data   no data  --
3.18/0.80	c  N st    11     17043       125      2662         0      9701     13310    229819   no data   no data  --
3.57/0.90	c  F st    12     25000       125      2662         0     11885     13310    274310   no data   no data  --
3.57/0.90	c  N st    12     25000       125      2662         0     11885     13310    274310   no data   no data  --
3.99/1.10	c Decided on static restart strategy
3.99/1.10	c  N st    18     30002       125      2662         0     10207     13310    229213   no data   no data  --
3.99/1.10	c  S st    18     30002       125      2662         0     10207     13310    229213   no data   no data  --
3.99/1.10	c  S st    18     30504       125      2662         0     10697     13310    242599   no data   no data  --
3.99/1.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.99/1.10	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4.77/1.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
4.77/1.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.77/1.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.77/1.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
4.77/1.20	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
6.77/1.75	c lits-rem:      2540  cl-subs:     1471  v-elim:      0  v-fix:    0  time:  2.57 s
6.77/1.79	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.17
6.77/1.79	c calculated reachability. Time: 0.00
6.77/1.79	c  N st    18     30504       125      2662         0      9226     13310    199023   no data   no data  --
8.39/2.12	c  N st    20     37618       125      2662         0      8509     13310    163838   no data   no data  --
9.56/2.42	c  N st    21     44017       125      2662         0     14522     13310    317405   no data   no data  --
9.96/2.51	c  S st    22     45756       125      2662         0     16157     13310    359479   no data   no data  --
9.96/2.55	c  S st    22     46259       125      2662         0     16648     13310    372639   no data   no data  --
9.96/2.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.96/2.55	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.96/2.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
9.96/2.57	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.96/2.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.96/2.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
9.96/2.57	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
15.95/4.00	c lits-rem:      3292  cl-subs:     1837  v-elim:      0  v-fix:    0  time:  5.73 s
15.95/4.00	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
15.95/4.00	c vivif2 --  cl tried    14811 cl shrink        0 lits rem          0 time: 0.01
15.95/4.07	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.26
15.95/4.07	c calculated reachability. Time: 0.00
15.95/4.07	c  N st    22     46259       125      2662         0     14811     13310    320282   no data   no data  --
19.15/4.84	c  N st    23     60658       125      2662         0     10600     13310    188135   no data   no data  --
21.15/5.35	c  N st    24     69390       125      2662         0     18775     13310    391686   no data   no data  --
21.15/5.35	c  S st    24     69390       125      2662         0     18775     13310    391686   no data   no data  --
21.15/5.39	c  S st    24     69897       125      2662         0     19268     13310    404276   no data   no data  --
21.15/5.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
21.15/5.40	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
21.15/5.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
21.57/5.41	c bin-w-bin subsume rem            0 bins  time:  0.00 s
21.57/5.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
21.57/5.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
21.57/5.41	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
27.54/6.95	c lits-rem:      4361  cl-subs:     2218  v-elim:      0  v-fix:    0  time:  6.15 s
27.54/6.95	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
27.54/6.96	c vivif2 --  cl tried    17050 cl shrink        0 lits rem          0 time: 0.02
27.94/7.04	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.32
27.94/7.04	c calculated reachability. Time: 0.00
27.94/7.04	c  N st    24     69897       125      2662         0     17050     13310    344145   no data   no data  --
32.33/8.15	c  F st    25     87500       125      2662         0     12054     13310    201530   no data   no data  --
32.33/8.15	c  N st    25     87500       125      2662         0     12054     13310    201530   no data   no data  --
33.54/8.43	c Decided on static restart strategy
34.34/8.60	c  N st    32     95534       125      2662         0     19628     13310    391559   no data   no data  --
36.73/9.22	c  N st    34    104846       125      2662         0     16238     13310    306745   no data   no data  --
36.73/9.22	c  S st    34    104846       125      2662         0     16238     13310    306745   no data   no data  --
36.73/9.27	c  S st    34    105355       125      2662         0     16735     13310    319691   no data   no data  --
36.73/9.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
36.73/9.27	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
36.73/9.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
36.73/9.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
36.73/9.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
36.73/9.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
36.73/9.28	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
41.52/10.43	c lits-rem:      2261  cl-subs:      964  v-elim:      0  v-fix:    0  time:  4.58 s
41.52/10.43	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
41.52/10.43	c vivif2 --  cl tried    15771 cl shrink        0 lits rem          0 time: 0.01
41.92/10.50	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.28
41.92/10.50	c calculated reachability. Time: 0.00
41.92/10.50	c  N st    34    105355       125      2662         0     15771     13310    291998   no data   no data  --
44.72/11.20	c  N st    35    114953       125      2662         0     24883     13310    534315   no data   no data  --
48.33/12.16	c  N st    36    129350       125      2662         0     25281     13310    527616   no data   no data  --
54.31/13.68	c  N st    37    150945       125      2662         0     16372     13310    257473   no data   no data  --
56.30/14.18	c  S st    38    158032       125      2662         0     23063     13310    438817   no data   no data  --
56.72/14.23	c  S st    38    158533       125      2662         0     23548     13310    451477   no data   no data  --
56.72/14.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
56.72/14.23	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
56.72/14.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
56.72/14.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
56.72/14.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
56.72/14.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
56.72/14.25	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
62.69/15.78	c lits-rem:      2967  cl-subs:     1615  v-elim:      0  v-fix:    0  time:  6.08 s
62.69/15.78	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
62.69/15.78	c vivif2 --  cl tried    21933 cl shrink        0 lits rem          0 time: 0.02
63.09/15.88	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.40
63.09/15.88	c calculated reachability. Time: 0.00
63.09/15.88	c  N st    38    158533       125      2662         0     21933     13310    403583   no data   no data  --
78.69/19.80	c  N st    39    207121       125      2662         0     34570     13310    706251   no data   no data  --
88.66/22.22	c  N st    40    237799       125      2662         0     26840     13310    490234   no data   no data  --
88.66/22.22	c  S st    40    237799       125      2662         0     26840     13310    490234   no data   no data  --
88.66/22.29	c  S st    40    238302       125      2662         0     27324     13310    503280   no data   no data  --
88.66/22.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
88.66/22.29	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
89.06/22.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
89.06/22.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
89.06/22.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
89.06/22.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
89.06/22.31	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
95.45/23.97	c lits-rem:      3398  cl-subs:     2137  v-elim:      0  v-fix:    0  time:  6.61 s
95.45/23.97	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
95.45/23.97	c vivif2 --  cl tried    25187 cl shrink        0 lits rem          0 time: 0.02
95.85/24.09	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.45
95.85/24.09	c calculated reachability. Time: 0.00
95.85/24.09	c  N st    40    238302       125      2662         0     25187     13310    444682   no data   no data  --
120.61/30.20	c  F st    41    306250       125      2662         0     27115     13310    450081   no data   no data  --
120.61/30.20	c  N st    41    306250       125      2662         0     27115     13310    450081   no data   no data  --
122.21/30.66	c Decided on static restart strategy
131.42/32.91	c  N st    51    334552       125      2662         0     31155     13310    536858   no data   no data  --
141.78/35.50	c  N st    53    357454       125      2662         0     29239     13310    467786   no data   no data  --
141.78/35.50	c  S st    53    357454       125      2662         0     29239     13310    467786   no data   no data  --
141.78/35.58	c  S st    53    357958       125      2662         0     29735     13310    480548   no data   no data  --
141.78/35.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
141.78/35.58	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
141.78/35.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
142.18/35.60	c bin-w-bin subsume rem            0 bins  time:  0.00 s
142.18/35.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
142.18/35.60	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
142.18/35.60	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
147.37/36.99	c lits-rem:      2580  cl-subs:     1221  v-elim:      0  v-fix:    0  time:  5.54 s
147.37/36.99	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
147.37/36.99	c vivif2 --  cl tried    28514 cl shrink        0 lits rem          0 time: 0.02
148.18/37.13	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.55
148.18/37.13	c calculated reachability. Time: 0.00
148.18/37.13	c  N st    53    357958       125      2662         0     28514     13310    446737   no data   no data  --
162.96/40.85	c  N st    54    390351       125      2662         0     34646     13310    606340   no data   no data  --
187.73/47.02	c  N st    55    438941       125      2662         0     28573     13310    417273   no data   no data  --
222.08/55.70	c  N st    56    511823       125      2662         0     41142     13310    699950   no data   no data  --
236.06/59.12	c  N st    57    536937       125      2662         0     35783     13310    556057   no data   no data  --
236.06/59.12	c  S st    57    536937       125      2662         0     35783     13310    556057   no data   no data  --
236.46/59.21	c  S st    57    537439       125      2662         0     36277     13310    569325   no data   no data  --
236.46/59.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
236.46/59.21	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
236.46/59.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.04
236.46/59.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
236.46/59.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
236.46/59.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
236.46/59.24	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
244.05/61.18	c lits-rem:      2932  cl-subs:     1729  v-elim:      0  v-fix:    0  time:  7.75 s
244.05/61.18	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
244.05/61.19	c vivif2 --  cl tried    34548 cl shrink        0 lits rem          0 time: 0.02
244.85/61.35	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.65
244.85/61.35	c calculated reachability. Time: 0.00
244.85/61.35	c  N st    57    537439       125      2662         0     34548     13310    522878   no data   no data  --
334.72/83.87	c  N st    58    701423       125      2662         0     62303     13310   1157477   no data   no data  --
396.24/99.21	c  N st    59    806158       125      2662         0     56810     13310   1002964   no data   no data  --
396.24/99.21	c  S st    59    806158       125      2662         0     56810     13310   1002964   no data   no data  --
396.64/99.38	c  S st    59    806663       125      2662         0     57301     13310   1016129   no data   no data  --
396.64/99.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
396.64/99.38	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
397.04/99.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.09
397.04/99.43	c bin-w-bin subsume rem            0 bins  time:  0.00 s
397.04/99.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
397.04/99.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
397.04/99.43	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
424.21/106.22	c lits-rem:      2887  cl-subs:     5038  v-elim:      0  v-fix:    0  time: 27.08 s
424.21/106.22	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
424.21/106.23	c vivif2 --  cl tried    52263 cl shrink        0 lits rem          0 time: 0.04
425.01/106.49	c asymm  cl-useful: 0/2203/2662 lits-rem:0 time: 1.03
425.01/106.49	c calculated reachability. Time: 0.00
425.01/106.49	c  N st    59    806663       125      2662         0     52263     13310    892149   no data   no data  --
590.78/147.97	c  F st    60   1071877       125      2662         0     67456     13310   1191554   no data   no data  --
590.78/147.97	c  N st    60   1071877       125      2662         0     67456     13310   1191554   no data   no data  --
594.77/148.98	c Decided on static restart strategy
611.96/153.29	c  N st    70   1100176       125      2662         0     52214     13310    795453   no data   no data  --
638.31/159.82	c  N st    72   1136170       125      2662         0     85864     13310   1693643   no data   no data  --
658.71/164.91	c  N st    73   1168562       125      2662         0     73171     13310   1348886   no data   no data  --
695.05/174.02	c  N st    74   1209994       125      2662         0     67954     13310   1172732   no data   no data  --
695.05/174.02	c  S st    74   1209994       125      2662         0     67954     13310   1172732   no data   no data  --
695.84/174.25	c  S st    74   1210496       125      2662         0     68433     13310   1185652   no data   no data  --
695.84/174.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
695.84/174.26	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
695.84/174.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.14
696.24/174.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
696.24/174.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
696.24/174.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
696.24/174.33	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
744.97/186.55	c lits-rem:      1957  cl-subs:     5415  v-elim:      0  v-fix:    0  time: 48.81 s
744.97/186.55	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
744.97/186.57	c vivif2 --  cl tried    63018 cl shrink        0 lits rem          0 time: 0.05
746.17/186.87	c asymm  cl-useful: 0/1874/2662 lits-rem:0 time: 1.22
746.17/186.87	c calculated reachability. Time: 0.00
746.17/186.87	c  N st    74   1210496       125      2662         0     63018     13310   1044438   no data   no data  --
802.50/200.97	c  N st    75   1283378       125      2662         0     86373     13310   1652088   no data   no data  --
894.37/223.95	c  N st    76   1392701       125      2662         0     48340     13310    597443   no data   no data  --
1022.61/256.07	c  N st    77   1556685       125      2662         0     52952     13310    676904   no data   no data  --
1142.05/285.94	c  N st    78   1710496       125      2662         0     93175     13310   1703868   no data   no data  --
1142.05/285.94	c  S st    78   1710496       125      2662         0     93175     13310   1703868   no data   no data  --
1143.23/286.25	c  S st    78   1710999       125      2662         0     93658     13310   1716794   no data   no data  --
1143.23/286.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1143.23/286.26	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1143.63/286.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.19
1143.63/286.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1143.63/286.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1143.63/286.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
1143.63/286.36	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1277.46/319.88	c lits-rem:      1273  cl-subs:     9938  v-elim:      0  v-fix:    0  time: 133.86 s
1277.46/319.88	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
1277.86/319.91	c vivif2 --  cl tried    83720 cl shrink        0 lits rem          0 time: 0.08
1279.06/320.20	c asymm  cl-useful: 0/788/2662 lits-rem:0 time: 1.18
1279.06/320.21	c calculated reachability. Time: 0.00
1279.06/320.21	c  N st    78   1710999       125      2662         0     83720     13310   1478463   no data   no data  --
1611.41/403.48	c  N st    79   2079963       125      2662         0     95069     13310   1671815   no data   no data  --
1726.05/432.16	c  N st    80   2210999       125      2662         0     98876     13310   1715595   no data   no data  --
1726.05/432.16	c  S st    80   2210999       125      2662         0     98876     13310   1715595   no data   no data  --
1727.25/432.46	c  S st    80   2211504       125      2662         0     99369     13310   1728788   no data   no data  --
1727.25/432.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1727.25/432.47	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1727.65/432.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.18
1727.65/432.57	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1727.65/432.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1727.65/432.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
1727.65/432.57	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1847.09/462.49	c lits-rem:      2108  cl-subs:    10660  v-elim:      0  v-fix:    0  time: 119.47 s
1847.09/462.49	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
1847.49/462.51	c vivif2 --  cl tried    88709 cl shrink        0 lits rem          0 time: 0.08
1849.09/462.96	c asymm  cl-useful: 0/1402/2662 lits-rem:0 time: 1.79
1849.09/462.96	c calculated reachability. Time: 0.00
1849.09/462.96	c  N st    80   2211504       125      2662         0     88709     13310   1471657   no data   no data  --
2319.68/580.77	c  N st    81   2711504       125      2662         0    111710     13310   1977296   no data   no data  --
2319.68/580.77	c  S st    81   2711504       125      2662         0    111710     13310   1977296   no data   no data  --
2321.25/581.11	c  S st    81   2712007       125      2662         0    112201     13310   1990701   no data   no data  --
2321.25/581.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2321.25/581.12	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2321.25/581.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.22
2321.65/581.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2321.65/581.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2321.65/581.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
2321.65/581.23	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2487.06/622.60	c lits-rem:      3282  cl-subs:    11890  v-elim:      0  v-fix:    0  time: 165.21 s
2487.06/622.60	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
2487.06/622.63	c vivif2 --  cl tried   100311 cl shrink        0 lits rem          0 time: 0.09
2488.63/623.08	c asymm  cl-useful: 0/981/2662 lits-rem:0 time: 1.83
2488.63/623.09	c calculated reachability. Time: 0.00
2488.63/623.09	c  N st    81   2712007       125      2662         0    100311     13310   1699115   no data   no data  --
3031.22/758.86	c  N st    82   3212008       125      2662         0     78047     13310    987018   no data   no data  --
3031.22/758.86	c  S st    82   3212008       125      2662         0     78047     13310    987018   no data   no data  --
3032.41/759.16	c  S st    82   3212511       125      2662         0     78535     13310   1000340   no data   no data  --
3032.41/759.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
3032.41/759.17	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3032.81/759.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.18
3032.81/759.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3032.81/759.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3032.81/759.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
3032.81/759.25	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3060.78/766.27	c lits-rem:      1094  cl-subs:     1284  v-elim:      0  v-fix:    0  time: 28.07 s
3060.78/766.28	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
3060.78/766.29	c vivif2 --  cl tried    77251 cl shrink        0 lits rem          0 time: 0.06
3062.80/766.70	c asymm  cl-useful: 0/1531/2662 lits-rem:0 time: 1.65
3062.80/766.71	c calculated reachability. Time: 0.00
3062.80/766.71	c  N st    82   3212511       125      2662         0     77251     13310    969376   no data   no data  --
3610.15/903.74	c  N st    83   3712512       125      2662         0     87504     13310   1151433   no data   no data  --
3610.15/903.74	c  S st    83   3712512       125      2662         0     87504     13310   1151433   no data   no data  --
3611.35/904.00	c  S st    83   3713017       125      2662         0     87988     13310   1164356   no data   no data  --
3611.35/904.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
3611.35/904.01	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3611.35/904.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.15
3611.35/904.08	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3611.35/904.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3611.35/904.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
3611.35/904.08	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3637.31/910.54	c lits-rem:       940  cl-subs:     2248  v-elim:      0  v-fix:    0  time: 25.81 s
3637.31/910.54	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
3637.31/910.56	c vivif2 --  cl tried    85740 cl shrink        0 lits rem          0 time: 0.06
3638.53/910.88	c asymm  cl-useful: 0/1131/2662 lits-rem:0 time: 1.28
3638.53/910.88	c calculated reachability. Time: 0.00
3638.53/910.88	c  N st    83   3713017       125      2662         0     85740     13310   1107273   no data   no data  --
3677.68/920.61	c  F st    84   3751562       125      2662         0    121766     13310   2082038   no data   no data  --
3677.68/920.61	c  N st    84   3751562       125      2662         0    121766     13310   2082038   no data   no data  --
3686.47/922.89	c Decided on static restart strategy
3728.00/933.29	c  N st    94   3779873       125      2662         0    148353     13310   2784135   no data   no data  --
3774.36/944.84	c  N st    96   3815868       125      2662         0    102804     13310   1529651   no data   no data  --
3817.89/955.74	c  N st    97   3848263       125      2662         0    133011     13310   2305210   no data   no data  --
3888.22/973.33	c  N st    98   3896853       125      2662         0     98205     13310   1381014   no data   no data  --
3988.51/998.47	c  N st    99   3969735       125      2662         0     85048     13310   1027994   no data   no data  --
4131.92/1034.35	c  N st   100   4079059       125      2662         0    104693     13310   1535978   no data   no data  --
4317.72/1080.88	c  N st   101   4213019       125      2662         0    146080     13310   2576012   no data   no data  --
4317.72/1080.88	c  S st   101   4213019       125      2662         0    146080     13310   2576012   no data   no data  --
4319.73/1081.38	c  S st   101   4213521       125      2662         0    146572     13310   2588992   no data   no data  --
4319.73/1081.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
4319.73/1081.40	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4320.11/1081.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.31
4320.51/1081.55	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4320.51/1081.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4320.51/1081.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
4320.51/1081.55	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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-3175275-1304106347/watcher-3175275-1304106347 -o /tmp/evaluation-result-3175275-1304106347/solver-3175275-1304106347 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3175275-1304106347.cnf 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 7.82 8.10 8.06 5/180 4654
/proc/meminfo: memFree=24484288/32951124 swapFree=67111348/67111528
[pid=4654] ppid=4652 vsize=207908 CPUtime=0 cores=1,3,5,7
/proc/4654/stat : 4654 (strangenight1-m) R 4652 4654 3860 0 -1 4202496 594 0 0 0 0 0 0 0 25 0 4 0 600865153 212897792 522 33554432000 4194304 4650419 140735655347568 18446744073709551615 4520021 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4654/statm: 51977 523 343 112 0 46942 0
[pid=4654/tid=4655] ppid=4652 vsize=207908 CPUtime=0 cores=1,3,5,7
/proc/4654/task/4655/stat : 4655 (strangenight1-m) R 4652 4654 3860 0 -1 4202560 34 0 0 0 0 0 0 0 25 0 4 0 600865153 212897792 538 33554432000 4194304 4650419 140735655347568 18446744073709551615 252458170862 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4654/tid=4656] ppid=4652 vsize=207908 CPUtime=0 cores=1,3,5,7
/proc/4654/task/4656/stat : 4656 (strangenight1-m) R 4652 4654 3860 0 -1 4202560 45 0 0 0 0 0 0 0 25 0 4 0 600865153 212897792 540 33554432000 4194304 4650419 140735655347568 18446744073709551615 4520021 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4654/tid=4657] ppid=4652 vsize=208044 CPUtime=0 cores=1,3,5,7
/proc/4654/task/4657/stat : 4657 (strangenight1-m) R 4652 4654 3860 0 -1 4202560 55 0 0 0 0 0 0 0 25 0 4 0 600865153 213037056 545 33554432000 4194304 4650419 140735655347568 18446744073709551615 252458170911 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.0186551 s]
/proc/loadavg: 7.82 8.10 8.06 5/180 4654
/proc/meminfo: memFree=24484288/32951124 swapFree=67111348/67111528
[pid=4654] ppid=4652 vsize=225012 CPUtime=0.05 cores=1,3,5,7
/proc/4654/stat : 4654 (strangenight1-m) D 4652 4654 3860 0 -1 4202496 1018 0 0 0 5 0 0 0 18 0 4 0 600865153 230412288 902 33554432000 4194304 4650419 140735655347568 18446744073709551615 252458109111 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4654/statm: 56253 902 376 112 0 51218 0
[pid=4654/tid=4655] ppid=4652 vsize=225012 CPUtime=0.01 cores=1,3,5,7
/proc/4654/task/4655/stat : 4655 (strangenight1-m) R 4652 4654 3860 0 -1 4202560 85 0 0 0 1 0 0 0 25 0 4 0 600865153 230412288 902 33554432000 4194304 4650419 140735655347568 18446744073709551615 252458109111 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4654/tid=4656] ppid=4652 vsize=225012 CPUtime=0.01 cores=1,3,5,7
/proc/4654/task/4656/stat : 4656 (strangenight1-m) D 4652 4654 3860 0 -1 4202560 201 0 0 0 1 0 0 0 18 0 4 0 600865153 230412288 902 33554432000 4194304 4650419 140735655347568 18446744073709551615 4426459 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4654/tid=4657] ppid=4652 vsize=225012 CPUtime=0.01 cores=1,3,5,7
/proc/4654/task/4657/stat : 4657 (strangenight1-m) S 4652 4654 3860 0 -1 4202560 134 0 0 0 1 0 0 0 18 0 4 0 600865153 230412288 902 33554432000 4194304 4650419 140735655347568 18446744073709551615 252458170862 0 0 4096 2 18446604463811891520 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 225012

[startup+0.106496 s]
/proc/loadavg: 7.82 8.10 8.06 5/180 4654
/proc/meminfo: memFree=24484288/32951124 swapFree=67111348/67111528
[pid=4654] ppid=4652 vsize=217840 CPUtime=0.4 cores=1,3,5,7
/proc/4654/stat : 4654 (strangenight1-m) R 4652 4654 3860 0 -1 4202496 1945 0 0 0 40 0 0 0 18 0 4 0 600865153 223068160 1807 33554432000 4194304 4650419 140735655347568 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4654/statm: 54460 1807 389 112 0 49425 0
[pid=4654/tid=4655] ppid=4652 vsize=217840 CPUtime=0.1 cores=1,3,5,7
/proc/4654/task/4655/stat : 4655 (strangenight1-m) R 4652 4654 3860 0 -1 4202560 397 0 0 0 10 0 0 0 25 0 4 0 600865153 223068160 1807 33554432000 4194304 4650419 140735655347568 18446744073709551615 4314702 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4654/tid=4656] ppid=4652 vsize=217840 CPUtime=0.1 cores=1,3,5,7
/proc/4654/task/4656/stat : 4656 (strangenight1-m) R 4652 4654 3860 0 -1 4202560 428 0 0 0 10 0 0 0 18 0 4 0 600865153 223068160 1808 33554432000 4194304 4650419 140735655347568 18446744073709551615 4332033 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4654/tid=4657] ppid=4652 vsize=217840 CPUtime=0.1 cores=1,3,5,7
/proc/4654/task/4657/stat : 4657 (strangenight1-m) R 4652 4654 3860 0 -1 4202560 249 0 0 0 10 0 0 0 18 0 4 0 600865153 223068160 1808 33554432000 4194304 4650419 140735655347568 18446744073709551615 4366194 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 217840

[startup+0.30046 s]
/proc/loadavg: 7.82 8.10 8.06 5/180 4654
/proc/meminfo: memFree=24484288/32951124 swapFree=67111348/67111528
[pid=4654] ppid=4652 vsize=219344 CPUtime=1.18 cores=1,3,5,7
/proc/4654/stat : 4654 (strangenight1-m) R 4652 4654 3860 0 -1 4202496 3168 0 0 0 118 0 0 0 18 0 4 0 600865153 224608256 2404 33554432000 4194304 4650419 140735655347568 18446744073709551615 4365203 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4654/statm: 54836 2404 391 112 0 49801 0
[pid=4654/tid=4655] ppid=4652 vsize=219344 CPUtime=0.29 cores=1,3,5,7
/proc/4654/task/4655/stat : 4655 (strangenight1-m) R 4652 4654 3860 0 -1 4202560 690 0 0 0 29 0 0 0 25 0 4 0 600865153 224608256 2404 33554432000 4194304 4650419 140735655347568 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4654/tid=4656] ppid=4652 vsize=219344 CPUtime=0.29 cores=1,3,5,7
/proc/4654/task/4656/stat : 4656 (strangenight1-m) R 4652 4654 3860 0 -1 4202560 750 0 0 0 29 0 0 0 18 0 4 0 600865153 224608256 2404 33554432000 4194304 4650419 140735655347568 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4654/tid=4657] ppid=4652 vsize=219344 CPUtime=0.29 cores=1,3,5,7
/proc/4654/task/4657/stat : 4657 (strangenight1-m) R 4652 4654 3860 0 -1 4202560 553 0 0 0 29 0 0 0 18 0 4 0 600865153 224608256 2404 33554432000 4194304 4650419 140735655347568 18446744073709551615 4303950 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 219344

[startup+0.700386 s]
/proc/loadavg: 7.82 8.10 8.06 5/180 4654
/proc/meminfo: memFree=24484288/32951124 swapFree=67111348/67111528
[pid=4654] ppid=4652 vsize=220984 CPUtime=2.78 cores=1,3,5,7
/proc/4654/stat : 4654 (strangenight1-m) R 4652 4654 3860 0 -1 4202496 5643 0 0 0 277 1 0 0 18 0 4 0 600865153 226287616 2739 33554432000 4194304 4650419 140735655347568 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4654/statm: 55246 2739 391 112 0 50211 0
[pid=4654/tid=4655] ppid=4652 vsize=220984 CPUtime=0.69 cores=1,3,5,7
/proc/4654/task/4655/stat : 4655 (strangenight1-m) R 4652 4654 3860 0 -1 4202560 1281 0 0 0 69 0 0 0 25 0 4 0 600865153 226287616 2739 33554432000 4194304 4650419 140735655347568 18446744073709551615 4367236 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4654/tid=4656] ppid=4652 vsize=220984 CPUtime=0.69 cores=1,3,5,7
/proc/4654/task/4656/stat : 4656 (strangenight1-m) R 4652 4654 3860 0 -1 4202560 1402 0 0 0 69 0 0 0 18 0 4 0 600865153 226287616 2739 33554432000 4194304 4650419 140735655347568 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4654/tid=4657] ppid=4652 vsize=220984 CPUtime=0.69 cores=1,3,5,7
/proc/4654/task/4657/stat : 4657 (strangenight1-m) R 4652 4654 3860 0 -1 4202560 1166 0 0 0 69 0 0 0 18 0 4 0 600865153 226287616 2739 33554432000 4194304 4650419 140735655347568 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 220984

[startup+1.50024 s]
/proc/loadavg: 7.82 8.10 8.06 9/184 4658
/proc/meminfo: memFree=24470864/32951124 swapFree=67111348/67111528
[pid=4654] ppid=4652 vsize=218212 CPUtime=5.97 cores=1,3,5,7
/proc/4654/stat : 4654 (strangenight1-m) R 4652 4654 3860 0 -1 4202496 11386 0 0 0 595 2 0 0 19 0 4 0 600865153 223449088 5898 33554432000 4194304 4650419 140735655347568 18446744073709551615 4439656 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4654/statm: 54553 5898 393 112 0 49518 0
[pid=4654/tid=4655] ppid=4652 vsize=218212 CPUtime=1.48 cores=1,3,5,7
/proc/4654/task/4655/stat : 4655 (strangenight1-m) R 4652 4654 3860 0 -1 4202560 3327 0 0 0 148 0 0 0 25 0 4 0 600865153 223449088 5898 33554432000 4194304 4650419 140735655347568 18446744073709551615 4433074 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4654/tid=4656] ppid=4652 vsize=218212 CPUtime=1.49 cores=1,3,5,7
/proc/4654/task/4656/stat : 4656 (strangenight1-m) R 4652 4654 3860 0 -1 4202560 2298 0 0 0 149 0 0 0 19 0 4 0 600865153 223449088 5898 33554432000 4194304 4650419 140735655347568 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4654/tid=4657] ppid=4652 vsize=218212 CPUtime=1.49 cores=1,3,5,7
/proc/4654/task/4657/stat : 4657 (strangenight1-m) R 4652 4654 3860 0 -1 4202560 2027 0 0 0 149 0 0 0 20 0 4 0 600865153 223449088 5898 33554432000 4194304 4650419 140735655347568 18446744073709551615 4366841 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 218212

[startup+3.10095 s]
/proc/loadavg: 7.82 8.10 8.06 9/184 4658
/proc/meminfo: memFree=24452224/32951124 swapFree=67111348/67111528
[pid=4654] ppid=4652 vsize=235304 CPUtime=12.37 cores=1,3,5,7
/proc/4654/stat : 4654 (strangenight1-m) R 4652 4654 3860 0 -1 4202496 18978 0 0 0 1234 3 0 0 25 0 4 0 600865153 240951296 11343 33554432000 4194304 4650419 140735655347568 18446744073709551615 4439619 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4654/statm: 58826 11343 393 112 0 53791 0
[pid=4654/tid=4655] ppid=4652 vsize=235304 CPUtime=3.07 cores=1,3,5,7
/proc/4654/task/4655/stat : 4655 (strangenight1-m) R 4652 4654 3860 0 -1 4202560 4448 0 0 0 307 0 0 0 25 0 4 0 600865153 240951296 11343 33554432000 4194304 4650419 140735655347568 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4654/tid=4656] ppid=4652 vsize=235304 CPUtime=3.09 cores=1,3,5,7
/proc/4654/task/4656/stat : 4656 (strangenight1-m) R 4652 4654 3860 0 -1 4202560 4465 0 0 0 309 0 0 0 25 0 4 0 600865153 240951296 11343 33554432000 4194304 4650419 140735655347568 18446744073709551615 4371123 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4654/tid=4657] ppid=4652 vsize=235304 CPUtime=3.08 cores=1,3,5,7
/proc/4654/task/4657/stat : 4657 (strangenight1-m) R 4652 4654 3860 0 -1 4202560 4667 0 0 0 308 0 0 0 25 0 4 0 600865153 240951296 11343 33554432000 4194304 4650419 140735655347568 18446744073709551615 4365252 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.37
Current children cumulated vsize (KiB) 235304

[startup+6.30035 s]
/proc/loadavg: 7.83 8.10 8.06 9/184 4658
/proc/meminfo: memFree=24428296/32951124 swapFree=67111348/67111528
[pid=4654] ppid=4652 vsize=232696 CPUtime=25.14 cores=1,3,5,7
/proc/4654/stat : 4654 (strangenight1-m) R 4652 4654 3860 0 -1 4202496 27332 0 0 0 2509 5 0 0 25 0 4 0 600865153 238280704 14954 33554432000 4194304 4650419 140735655347568 18446744073709551615 4438399 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4654/statm: 58174 14954 393 112 0 53139 0
[pid=4654/tid=4655] ppid=4652 vsize=232696 CPUtime=6.26 cores=1,3,5,7
/proc/4654/task/4655/stat : 4655 (strangenight1-m) R 4652 4654 3860 0 -1 4202560 6939 0 0 0 625 1 0 0 25 0 4 0 600865153 238280704 14954 33554432000 4194304 4650419 140735655347568 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4654/tid=4656] ppid=4652 vsize=232696 CPUtime=6.29 cores=1,3,5,7
/proc/4654/task/4656/stat : 4656 (strangenight1-m) R 4652 4654 3860 0 -1 4202560 6715 0 0 0 628 1 0 0 25 0 4 0 600865153 238280704 14954 33554432000 4194304 4650419 140735655347568 18446744073709551615 4433048 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4654/tid=4657] ppid=4652 vsize=232696 CPUtime=6.28 cores=1,3,5,7
/proc/4654/task/4657/stat : 4657 (strangenight1-m) R 4652 4654 3860 0 -1 4202560 6493 0 0 0 627 1 0 0 25 0 4 0 600865153 238280704 14954 33554432000 4194304 4650419 140735655347568 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 232696

[startup+12.7012 s]
/proc/loadavg: 7.85 8.09 8.06 9/184 4658
/proc/meminfo: memFree=24393076/32951124 swapFree=67111348/67111528
[pid=4654] ppid=4652 vsize=242620 CPUtime=50.71 cores=1,3,5,7
/proc/4654/stat : 4654 (strangenight1-m) R 4652 4654 3860 0 -1 4202496 39994 0 0 0 5062 9 0 0 25 0 4 0 600865153 248442880 19302 33554432000 4194304 4650419 140735655347568 18446744073709551615 4363423 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4654/statm: 60655 19302 393 112 0 55620 0
[pid=4654/tid=4655] ppid=4652 vsize=242620 CPUtime=12.62 cores=1,3,5,7
/proc/4654/task/4655/stat : 4655 (strangenight1-m) R 4652 4654 3860 0 -1 4202560 10659 0 0 0 1261 1 0 0 25 0 4 0 600865153 248442880 19302 33554432000 4194304 4650419 140735655347568 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4654/tid=4656] ppid=4652 vsize=242620 CPUtime=12.68 cores=1,3,5,7
/proc/4654/task/4656/stat : 4656 (strangenight1-m) R 4652 4654 3860 0 -1 4202560 9969 0 0 0 1267 1 0 0 25 0 4 0 600865153 248442880 19302 33554432000 4194304 4650419 140735655347568 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4654/tid=4657] ppid=4652 vsize=242620 CPUtime=12.68 cores=1,3,5,7
/proc/4654/task/4657/stat : 4657 (strangenight1-m) R 4652 4654 3860 0 -1 4202560 9525 0 0 0 1266 2 0 0 25 0 4 0 600865153 248442880 19302 33554432000 4194304 4650419 140735655347568 18446744073709551615 4366943 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 242620

[startup+25.5008 s]
/proc/loadavg: 8.02 8.12 8.07 9/184 4659
/proc/meminfo: memFree=24376460/32951124 swapFree=67111348/67111528
[pid=4654] ppid=4652 vsize=267596 CPUtime=101.84 cores=1,3,5,7
/proc/4654/stat : 4654 (strangenight1-m) R 4652 4654 3860 0 -1 4202496 59714 0 0 0 10168 16 0 0 25 0 4 0 600865153 274018304 24865 33554432000 4194304 4650419 140735655347568 18446744073709551615 4366819 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4654/statm: 66899 24865 393 112 0 61864 0
[pid=4654/tid=4655] ppid=4652 vsize=267596 CPUtime=25.35 cores=1,3,5,7
/proc/4654/task/4655/stat : 4655 (strangenight1-m) R 4652 4654 3860 0 -1 4202560 16819 0 0 0 2531 4 0 0 25 0 4 0 600865153 274018304 24865 33554432000 4194304 4650419 140735655347568 18446744073709551615 4364772 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4654/tid=4656] ppid=4652 vsize=267596 CPUtime=25.48 cores=1,3,5,7
/proc/4654/task/4656/stat : 4656 (strangenight1-m) R 4652 4654 3860 0 -1 4202560 15300 0 0 0 2545 3 0 0 25 0 4 0 600865153 274018304 24865 33554432000 4194304 4650419 140735655347568 18446744073709551615 4365237 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4654/tid=4657] ppid=4652 vsize=267596 CPUtime=25.48 cores=1,3,5,7
/proc/4654/task/4657/stat : 4657 (strangenight1-m) R 4652 4654 3860 0 -1 4202560 12398 0 0 0 2545 3 0 0 25 0 4 0 600865153 274018304 24865 33554432000 4194304 4650419 140735655347568 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 267596

[startup+51.101 s]
/proc/loadavg: 8.01 8.11 8.06 9/184 4660
/proc/meminfo: memFree=24356552/32951124 swapFree=67111348/67111528
[pid=4654] ppid=4652 vsize=271456 CPUtime=204.11 cores=1,3,5,7
/proc/4654/stat : 4654 (strangenight1-m) R 4652 4654 3860 0 -1 4202496 91980 0 0 0 20384 27 0 0 25 0 4 0 600865153 277970944 31429 33554432000 4194304 4650419 140735655347568 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4654/statm: 67864 31429 393 112 0 62829 0
[pid=4654/tid=4655] ppid=4652 vsize=271456 CPUtime=50.81 cores=1,3,5,7
/proc/4654/task/4655/stat : 4655 (strangenight1-m) R 4652 4654 3860 0 -1 4202560 25524 0 0 0 5075 6 0 0 25 0 4 0 600865153 277970944 31429 33554432000 4194304 4650419 140735655347568 18446744073709551615 4365330 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4654/tid=4656] ppid=4652 vsize=271456 CPUtime=51.09 cores=1,3,5,7
/proc/4654/task/4656/stat : 4656 (strangenight1-m) R 4652 4654 3860 0 -1 4202560 24749 0 0 0 5102 7 0 0 25 0 4 0 600865153 277970944 31429 33554432000 4194304 4650419 140735655347568 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4654/tid=4657] ppid=4652 vsize=271456 CPUtime=51.08 cores=1,3,5,7
/proc/4654/task/4657/stat : 4657 (strangenight1-m) R 4652 4654 3860 0 -1 4202560 17801 0 0 0 5103 5 0 0 25 0 4 0 600865153 277970944 31429 33554432000 4194304 4650419 140735655347568 18446744073709551615 4363423 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 204.11
Current children cumulated vsize (KiB) 271456

[startup+102.307 s]
/proc/loadavg: 8.11 8.12 8.07 9/184 4661
/proc/meminfo: memFree=24297332/32951124 swapFree=67111348/67111528
[pid=4654] ppid=4652 vsize=355844 CPUtime=408.64 cores=1,3,5,7
/proc/4654/stat : 4654 (strangenight1-m) R 4652 4654 3860 0 -1 4202496 145873 0 0 0 40822 42 0 0 25 0 4 0 600865153 364384256 40714 33554432000 4194304 4650419 140735655347568 18446744073709551615 4432392 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4654/statm: 88961 40714 393 112 0 83926 0
[pid=4654/tid=4655] ppid=4652 vsize=355844 CPUtime=101.74 cores=1,3,5,7
/proc/4654/task/4655/stat : 4655 (strangenight1-m) R 4652 4654 3860 0 -1 4202560 40472 0 0 0 10164 10 0 0 25 0 4 0 600865153 364384256 40714 33554432000 4194304 4650419 140735655347568 18446744073709551615 4366928 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4654/tid=4656] ppid=4652 vsize=355844 CPUtime=102.3 cores=1,3,5,7
/proc/4654/task/4656/stat : 4656 (strangenight1-m) R 4652 4654 3860 0 -1 4202560 41129 0 0 0 10218 12 0 0 25 0 4 0 600865153 364384256 40714 33554432000 4194304 4650419 140735655347568 18446744073709551615 4433081 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4654/tid=4657] ppid=4652 vsize=355844 CPUtime=102.29 cores=1,3,5,7
/proc/4654/task/4657/stat : 4657 (strangenight1-m) R 4652 4654 3860 0 -1 4202560 25208 0 0 0 10222 7 0 0 25 0 4 0 600865153 364384256 40714 33554432000 4194304 4650419 140735655347568 18446744073709551615 4367236 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.64
Current children cumulated vsize (KiB) 355844

[startup+162.3 s]

################
# More data... #
################

[pid=4654] ppid=4652 vsize=520288 CPUtime=2565.76 cores=1,3,5,7
/proc/4654/stat : 4654 (strangenight1-m) R 4652 4654 3860 0 -1 4202496 428112 0 0 0 256403 173 0 0 25 0 4 0 600865153 532774912 94517 33554432000 4194304 4650419 140735655347568 18446744073709551615 4366923 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4654/statm: 130072 94517 393 112 0 125037 0
[pid=4654/tid=4655] ppid=4652 vsize=520288 CPUtime=638.82 cores=1,3,5,7
/proc/4654/task/4655/stat : 4655 (strangenight1-m) R 4652 4654 3860 0 -1 4202560 116450 0 0 0 63839 43 0 0 25 0 4 0 600865153 532774912 94517 33554432000 4194304 4650419 140735655347568 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4654/tid=4656] ppid=4652 vsize=520288 CPUtime=642.31 cores=1,3,5,7
/proc/4654/task/4656/stat : 4656 (strangenight1-m) R 4652 4654 3860 0 -1 4202560 114630 0 0 0 64184 47 0 0 25 0 4 0 600865153 532774912 94517 33554432000 4194304 4650419 140735655347568 18446744073709551615 4366896 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4654/tid=4657] ppid=4652 vsize=520288 CPUtime=642.3 cores=1,3,5,7
/proc/4654/task/4657/stat : 4657 (strangenight1-m) R 4652 4654 3860 0 -1 4202560 72340 0 0 0 64199 31 0 0 25 0 4 0 600865153 532774912 94517 33554432000 4194304 4650419 140735655347568 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2565.76
Current children cumulated vsize (KiB) 520288

[startup+702.301 s]
/proc/loadavg: 4.85 7.04 7.70 5/175 4695
/proc/meminfo: memFree=24364712/32951124 swapFree=67111348/67111528
[pid=4654] ppid=4652 vsize=573096 CPUtime=2805.48 cores=1,3,5,7
/proc/4654/stat : 4654 (strangenight1-m) R 4652 4654 3860 0 -1 4202496 455763 0 0 0 280361 187 0 0 25 0 4 0 600865153 586850304 107077 33554432000 4194304 4650419 140735655347568 18446744073709551615 4366831 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4654/statm: 143274 107077 393 112 0 138239 0
[pid=4654/tid=4655] ppid=4652 vsize=573096 CPUtime=698.55 cores=1,3,5,7
/proc/4654/task/4655/stat : 4655 (strangenight1-m) R 4652 4654 3860 0 -1 4202560 122256 0 0 0 69809 46 0 0 25 0 4 0 600865153 586850304 107077 33554432000 4194304 4650419 140735655347568 18446744073709551615 4365303 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4654/tid=4656] ppid=4652 vsize=573096 CPUtime=702.31 cores=1,3,5,7
/proc/4654/task/4656/stat : 4656 (strangenight1-m) R 4652 4654 3860 0 -1 4202560 123733 0 0 0 70180 51 0 0 25 0 4 0 600865153 586850304 107077 33554432000 4194304 4650419 140735655347568 18446744073709551615 4365330 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4654/tid=4657] ppid=4652 vsize=573096 CPUtime=702.29 cores=1,3,5,7
/proc/4654/task/4657/stat : 4657 (strangenight1-m) R 4652 4654 3860 0 -1 4202560 75552 0 0 0 70196 33 0 0 25 0 4 0 600865153 586850304 107077 33554432000 4194304 4650419 140735655347568 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2805.48
Current children cumulated vsize (KiB) 573096

[startup+762.307 s]
/proc/loadavg: 4.31 6.48 7.47 5/175 4696
/proc/meminfo: memFree=24400776/32951124 swapFree=67111348/67111528
[pid=4654] ppid=4652 vsize=588800 CPUtime=3045.22 cores=1,3,5,7
/proc/4654/stat : 4654 (strangenight1-m) R 4652 4654 3860 0 -1 4202496 476446 0 0 0 304323 199 0 0 25 0 4 0 600865153 602931200 97622 33554432000 4194304 4650419 140735655347568 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4654/statm: 147200 97622 393 112 0 142165 0
[pid=4654/tid=4655] ppid=4652 vsize=588800 CPUtime=758.28 cores=1,3,5,7
/proc/4654/task/4655/stat : 4655 (strangenight1-m) R 4652 4654 3860 0 -1 4202560 125638 0 0 0 75780 48 0 0 25 0 4 0 600865153 602931200 97622 33554432000 4194304 4650419 140735655347568 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4654/tid=4656] ppid=4652 vsize=588800 CPUtime=762.31 cores=1,3,5,7
/proc/4654/task/4656/stat : 4656 (strangenight1-m) R 4652 4654 3860 0 -1 4202560 132604 0 0 0 76176 55 0 0 25 0 4 0 600865153 602931200 97622 33554432000 4194304 4650419 140735655347568 18446744073709551615 4433059 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4654/tid=4657] ppid=4652 vsize=588800 CPUtime=762.3 cores=1,3,5,7
/proc/4654/task/4657/stat : 4657 (strangenight1-m) R 4652 4654 3860 0 -1 4202560 76379 0 0 0 76196 34 0 0 25 0 4 0 600865153 602931200 97622 33554432000 4194304 4650419 140735655347568 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3045.22
Current children cumulated vsize (KiB) 588800

[startup+822.301 s]
/proc/loadavg: 4.17 6.04 7.25 5/175 4698
/proc/meminfo: memFree=24347188/32951124 swapFree=67111348/67111528
[pid=4654] ppid=4652 vsize=615356 CPUtime=3284.91 cores=1,3,5,7
/proc/4654/stat : 4654 (strangenight1-m) R 4652 4654 3860 0 -1 4202496 494476 0 0 0 328283 208 0 0 25 0 4 0 600865153 630124544 111509 33554432000 4194304 4650419 140735655347568 18446744073709551615 4366831 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4654/statm: 153839 111509 393 112 0 148804 0
[pid=4654/tid=4655] ppid=4652 vsize=615356 CPUtime=817.98 cores=1,3,5,7
/proc/4654/task/4655/stat : 4655 (strangenight1-m) R 4652 4654 3860 0 -1 4202560 131795 0 0 0 81746 52 0 0 25 0 4 0 600865153 630124544 111509 33554432000 4194304 4650419 140735655347568 18446744073709551615 4365325 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4654/tid=4656] ppid=4652 vsize=615356 CPUtime=822.31 cores=1,3,5,7
/proc/4654/task/4656/stat : 4656 (strangenight1-m) R 4652 4654 3860 0 -1 4202560 136806 0 0 0 82174 57 0 0 25 0 4 0 600865153 630124544 111509 33554432000 4194304 4650419 140735655347568 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4654/tid=4657] ppid=4652 vsize=615356 CPUtime=822.3 cores=1,3,5,7
/proc/4654/task/4657/stat : 4657 (strangenight1-m) R 4652 4654 3860 0 -1 4202560 78339 0 0 0 82196 34 0 0 25 0 4 0 600865153 630124544 111509 33554432000 4194304 4650419 140735655347568 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3284.91
Current children cumulated vsize (KiB) 615356

[startup+882.301 s]
/proc/loadavg: 4.06 5.67 7.05 5/175 4700
/proc/meminfo: memFree=24360308/32951124 swapFree=67111348/67111528
[pid=4654] ppid=4652 vsize=547580 CPUtime=3524.64 cores=1,3,5,7
/proc/4654/stat : 4654 (strangenight1-m) R 4652 4654 3860 0 -1 4202496 517722 0 0 0 352243 221 0 0 25 0 4 0 600865153 560721920 107859 33554432000 4194304 4650419 140735655347568 18446744073709551615 4365289 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4654/statm: 136895 107859 393 112 0 131860 0
[pid=4654/tid=4655] ppid=4652 vsize=547580 CPUtime=877.71 cores=1,3,5,7
/proc/4654/task/4655/stat : 4655 (strangenight1-m) R 4652 4654 3860 0 -1 4202560 136902 0 0 0 87716 55 0 0 25 0 4 0 600865153 560721920 107859 33554432000 4194304 4650419 140735655347568 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4654/tid=4656] ppid=4652 vsize=547580 CPUtime=882.31 cores=1,3,5,7
/proc/4654/task/4656/stat : 4656 (strangenight1-m) R 4652 4654 3860 0 -1 4202560 145036 0 0 0 88170 61 0 0 25 0 4 0 600865153 560721920 107859 33554432000 4194304 4650419 140735655347568 18446744073709551615 4366931 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4654/tid=4657] ppid=4652 vsize=547580 CPUtime=882.3 cores=1,3,5,7
/proc/4654/task/4657/stat : 4657 (strangenight1-m) R 4652 4654 3860 0 -1 4202560 83932 0 0 0 88192 38 0 0 25 0 4 0 600865153 560721920 107859 33554432000 4194304 4650419 140735655347568 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3524.64
Current children cumulated vsize (KiB) 547580

[startup+942.3 s]
/proc/loadavg: 4.07 5.38 6.86 5/175 4710
/proc/meminfo: memFree=24374736/32951124 swapFree=67111348/67111528
[pid=4654] ppid=4652 vsize=539164 CPUtime=3764.36 cores=1,3,5,7
/proc/4654/stat : 4654 (strangenight1-m) R 4652 4654 3860 0 -1 4202496 526485 0 0 0 376210 226 0 0 25 0 4 0 600865153 552103936 104085 33554432000 4194304 4650419 140735655347568 18446744073709551615 4315038 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4654/statm: 134791 104085 393 112 0 129756 0
[pid=4654/tid=4655] ppid=4652 vsize=539164 CPUtime=937.42 cores=1,3,5,7
/proc/4654/task/4655/stat : 4655 (strangenight1-m) R 4652 4654 3860 0 -1 4202560 139152 0 0 0 93686 56 0 0 25 0 4 0 600865153 552103936 104085 33554432000 4194304 4650419 140735655347568 18446744073709551615 4476331 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4654/tid=4656] ppid=4652 vsize=539164 CPUtime=942.31 cores=1,3,5,7
/proc/4654/task/4656/stat : 4656 (strangenight1-m) R 4652 4654 3860 0 -1 4202560 146000 0 0 0 94169 62 0 0 25 0 4 0 600865153 552103936 104085 33554432000 4194304 4650419 140735655347568 18446744073709551615 4334325 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4654/tid=4657] ppid=4652 vsize=539164 CPUtime=942.3 cores=1,3,5,7
/proc/4654/task/4657/stat : 4657 (strangenight1-m) R 4652 4654 3860 0 -1 4202560 85648 0 0 0 94191 39 0 0 25 0 4 0 600865153 552103936 104085 33554432000 4194304 4650419 140735655347568 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3764.36
Current children cumulated vsize (KiB) 539164

[startup+1002.3 s]
/proc/loadavg: 4.07 5.14 6.68 5/175 4712
/proc/meminfo: memFree=24396168/32951124 swapFree=67111348/67111528
[pid=4654] ppid=4652 vsize=594084 CPUtime=4004.08 cores=1,3,5,7
/proc/4654/stat : 4654 (strangenight1-m) R 4652 4654 3860 0 -1 4202496 548392 0 0 0 400172 236 0 0 25 0 4 0 600865153 608342016 99050 33554432000 4194304 4650419 140735655347568 18446744073709551615 4366819 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4654/statm: 148521 99050 393 112 0 143486 0
[pid=4654/tid=4655] ppid=4652 vsize=594084 CPUtime=997.14 cores=1,3,5,7
/proc/4654/task/4655/stat : 4655 (strangenight1-m) R 4652 4654 3860 0 -1 4202560 144814 0 0 0 99656 58 0 0 25 0 4 0 600865153 608342016 99050 33554432000 4194304 4650419 140735655347568 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4654/tid=4656] ppid=4652 vsize=594084 CPUtime=1002.31 cores=1,3,5,7
/proc/4654/task/4656/stat : 4656 (strangenight1-m) R 4652 4654 3860 0 -1 4202560 151794 0 0 0 100166 65 0 0 25 0 4 0 600865153 608342016 99050 33554432000 4194304 4650419 140735655347568 18446744073709551615 4366841 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4654/tid=4657] ppid=4652 vsize=594084 CPUtime=1002.3 cores=1,3,5,7
/proc/4654/task/4657/stat : 4657 (strangenight1-m) R 4652 4654 3860 0 -1 4202560 90895 0 0 0 100188 42 0 0 25 0 4 0 600865153 608342016 99050 33554432000 4194304 4650419 140735655347568 18446744073709551615 4365203 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4004.08
Current children cumulated vsize (KiB) 594084

[startup+1062.3 s]
/proc/loadavg: 4.02 4.93 6.51 5/175 4713
/proc/meminfo: memFree=24384120/32951124 swapFree=67111348/67111528
[pid=4654] ppid=4652 vsize=581116 CPUtime=4243.8 cores=1,3,5,7
/proc/4654/stat : 4654 (strangenight1-m) R 4652 4654 3860 0 -1 4202496 574446 0 0 0 424130 250 0 0 25 0 4 0 600865153 595062784 102169 33554432000 4194304 4650419 140735655347568 18446744073709551615 4315094 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4654/statm: 145279 102169 393 112 0 140244 0
[pid=4654/tid=4655] ppid=4652 vsize=581116 CPUtime=1056.85 cores=1,3,5,7
/proc/4654/task/4655/stat : 4655 (strangenight1-m) R 4652 4654 3860 0 -1 4202560 151444 0 0 0 105623 62 0 0 25 0 4 0 600865153 595062784 102169 33554432000 4194304 4650419 140735655347568 18446744073709551615 4365311 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4654/tid=4656] ppid=4652 vsize=581116 CPUtime=1062.32 cores=1,3,5,7
/proc/4654/task/4656/stat : 4656 (strangenight1-m) R 4652 4654 3860 0 -1 4202560 159043 0 0 0 106162 70 0 0 25 0 4 0 600865153 595062784 102169 33554432000 4194304 4650419 140735655347568 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4654/tid=4657] ppid=4652 vsize=581116 CPUtime=1062.31 cores=1,3,5,7
/proc/4654/task/4657/stat : 4657 (strangenight1-m) R 4652 4654 3860 0 -1 4202560 96205 0 0 0 106187 44 0 0 25 0 4 0 600865153 595062784 102169 33554432000 4194304 4650419 140735655347568 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4243.8
Current children cumulated vsize (KiB) 581116

[startup+1122.3 s]
/proc/loadavg: 4.05 4.77 6.36 5/175 4715
/proc/meminfo: memFree=24291604/32951124 swapFree=67111348/67111528
[pid=4654] ppid=4652 vsize=624796 CPUtime=4483.49 cores=1,3,5,7
/proc/4654/stat : 4654 (strangenight1-m) R 4652 4654 3860 0 -1 4202496 601081 0 0 0 448088 261 0 0 25 0 4 0 600865153 639791104 125079 33554432000 4194304 4650419 140735655347568 18446744073709551615 4433081 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4654/statm: 156199 125079 393 112 0 151164 0
[pid=4654/tid=4655] ppid=4652 vsize=624796 CPUtime=1116.54 cores=1,3,5,7
/proc/4654/task/4655/stat : 4655 (strangenight1-m) R 4652 4654 3860 0 -1 4202560 161982 0 0 0 111588 66 0 0 25 0 4 0 600865153 639791104 125079 33554432000 4194304 4650419 140735655347568 18446744073709551615 4432392 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4654/tid=4656] ppid=4652 vsize=624796 CPUtime=1122.32 cores=1,3,5,7
/proc/4654/task/4656/stat : 4656 (strangenight1-m) R 4652 4654 3860 0 -1 4202560 169219 0 0 0 112157 75 0 0 25 0 4 0 600865153 639791104 125079 33554432000 4194304 4650419 140735655347568 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4654/tid=4657] ppid=4652 vsize=624796 CPUtime=1122.31 cores=1,3,5,7
/proc/4654/task/4657/stat : 4657 (strangenight1-m) R 4652 4654 3860 0 -1 4202560 97649 0 0 0 112186 45 0 0 25 0 4 0 600865153 639791104 125079 33554432000 4194304 4650419 140735655347568 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4483.49
Current children cumulated vsize (KiB) 624796

[startup+1182.3 s]
/proc/loadavg: 4.05 4.64 6.21 5/175 4717
/proc/meminfo: memFree=24282164/32951124 swapFree=67111348/67111528
[pid=4654] ppid=4652 vsize=624796 CPUtime=4723.18 cores=1,3,5,7
/proc/4654/stat : 4654 (strangenight1-m) R 4652 4654 3860 0 -1 4202496 603455 0 0 0 472056 262 0 0 25 0 4 0 600865153 639791104 127453 33554432000 4194304 4650419 140735655347568 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4654/statm: 156199 127453 393 112 0 151164 0
[pid=4654/tid=4655] ppid=4652 vsize=624796 CPUtime=1176.22 cores=1,3,5,7
/proc/4654/task/4655/stat : 4655 (strangenight1-m) R 4652 4654 3860 0 -1 4202560 161982 0 0 0 117556 66 0 0 25 0 4 0 600865153 639791104 127453 33554432000 4194304 4650419 140735655347568 18446744073709551615 4432392 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4654/tid=4656] ppid=4652 vsize=624796 CPUtime=1182.32 cores=1,3,5,7
/proc/4654/task/4656/stat : 4656 (strangenight1-m) R 4652 4654 3860 0 -1 4202560 169219 0 0 0 118157 75 0 0 25 0 4 0 600865153 639791104 127453 33554432000 4194304 4650419 140735655347568 18446744073709551615 4432392 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4654/tid=4657] ppid=4652 vsize=624796 CPUtime=1182.31 cores=1,3,5,7
/proc/4654/task/4657/stat : 4657 (strangenight1-m) R 4652 4654 3860 0 -1 4202560 100019 0 0 0 118185 46 0 0 25 0 4 0 600865153 639791104 127453 33554432000 4194304 4650419 140735655347568 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4723.18
Current children cumulated vsize (KiB) 624796



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.6 s]
/proc/loadavg: 4.10 4.62 6.17 5/175 4717
/proc/meminfo: memFree=24279928/32951124 swapFree=67111348/67111528
[pid=4654] ppid=4652 vsize=624796 CPUtime=4800.29 cores=1,3,5,7
/proc/4654/stat : 4654 (strangenight1-m) R 4652 4654 3860 0 -1 4202496 603989 0 0 0 479766 263 0 0 25 0 4 0 600865153 639791104 127987 33554432000 4194304 4650419 140735655347568 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/4654/statm: 156199 127987 393 112 0 151164 0
[pid=4654/tid=4655] ppid=4652 vsize=624796 CPUtime=1195.41 cores=1,3,5,7
/proc/4654/task/4655/stat : 4655 (strangenight1-m) R 4652 4654 3860 0 -1 4202560 161982 0 0 0 119475 66 0 0 25 0 4 0 600865153 639791104 127987 33554432000 4194304 4650419 140735655347568 18446744073709551615 4432392 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=4654/tid=4656] ppid=4652 vsize=624796 CPUtime=1201.63 cores=1,3,5,7
/proc/4654/task/4656/stat : 4656 (strangenight1-m) R 4652 4654 3860 0 -1 4202560 169219 0 0 0 120088 75 0 0 25 0 4 0 600865153 639791104 127987 33554432000 4194304 4650419 140735655347568 18446744073709551615 4476304 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=4654/tid=4657] ppid=4652 vsize=624796 CPUtime=1201.62 cores=1,3,5,7
/proc/4654/task/4657/stat : 4657 (strangenight1-m) R 4652 4654 3860 0 -1 4202560 100553 0 0 0 120115 47 0 0 25 0 4 0 600865153 639791104 127987 33554432000 4194304 4650419 140735655347568 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.29
Current children cumulated vsize (KiB) 624796

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): 1201.63
CPU time (s): 4800.34
CPU user time (s): 4797.69
CPU system time (s): 2.6526
CPU usage (%): 399.484
Max. virtual memory (cumulated for all children) (KiB): 727988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.69
system time used= 2.6526
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 603989
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= 337
involuntary context switches= 31983

runsolver used 1.71074 second user time and 4.53431 second system time

The end

Launcher Data

Begin job on node111 at 2011-04-29 21:45:47
IDJOB=3175275
IDBENCH=82893
IDSOLVER=1588
FILE ID=node111/3175275-1304106347
RUNJOBID= node111-1304105131-4506
PBS_JOBID= 13170629
Free space on /tmp= 70892 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v125-c2662-S675870149-098.SATISFIABLE.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3175275-1304106347/watcher-3175275-1304106347 -o /tmp/evaluation-result-3175275-1304106347/solver-3175275-1304106347 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3175275-1304106347.cnf

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= ddac1e46d651615f8587e799d64e665b
RANDOM SEED=758344913

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:      24484568 kB
Buffers:       1283584 kB
Cached:        6329012 kB
SwapCached:        124 kB
Active:        3587212 kB
Inactive:      4391228 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24484568 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            6240 kB
Writeback:           0 kB
AnonPages:      365732 kB
Mapped:          15528 kB
Slab:           425352 kB
PageTables:       5496 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   609376 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= 70892 MiB
End job on node111 at 2011-04-29 22:05:50