Trace number 3368972

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 (fixed)? (TO) 4800.12 1204.04

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v125-c2662-S1396350646-062.SATISFIABLE.cnf
MD5SUM74a1475d318f4f1a9026a9771426aa49
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.008997
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.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 2.9.0
0.00/0.01	c compiled with gcc version 4.4.5
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3368972-1305408380.cnf'
0.00/0.01	c -- header says num vars:            125
0.00/0.01	c -- header says num clauses:        2662
0.00/0.01	c -- clauses added:            0 learnts,         2662 normals,            0 xors
0.00/0.01	c -- vars added        125
0.00/0.01	c Parsing time:  0.01 s
0.00/0.01	c  N st     0         0       125      2662         0         0     13310         0   no data   no data  --
0.00/0.02	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.04
0.00/0.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
0.00/0.02	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.10	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
0.00/0.10	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.10	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.10	c calculated reachability. Time: 0.00
0.00/0.10	c Calc default polars -  time:   0.00 s pos:      64 undec:       4 neg:      57
0.00/0.10	c =========================================================================================
0.00/0.10	c types(t): F = full restart, N = normal restart
0.00/0.10	c types(t): S = simplification begin/end, E = solution found
0.00/0.10	c restart types(rt): st = static, dy = dynamic
0.00/0.10	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.10	c  B st     0         0       125      2662         0         0     13310         0   no data   no data  --
0.00/0.10	c Decided on static restart strategy
0.37/0.15	c  N st     8      4916       125      2662         0      4694     13310    121554   no data   no data  --
1.17/0.34	c  N st    10     11301       125      2662         0      4296     13310     85611   no data   no data  --
1.97/0.54	c  N st    11     17044       125      2662         0      9722     13310    231065   no data   no data  --
3.16/0.89	c  F st    12     25000       125      2662         0     11891     13310    283353   no data   no data  --
3.16/0.89	c  N st    12     25000       125      2662         0     11891     13310    283353   no data   no data  --
4.38/1.14	c Decided on static restart strategy
4.38/1.14	c  N st    18     30003       125      2662         0     10201     13310    224803   no data   no data  --
4.38/1.14	c  S st    18     30003       125      2662         0     10201     13310    224803   no data   no data  --
4.38/1.16	c  S st    18     30507       125      2662         0     10689     13310    237724   no data   no data  --
4.38/1.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.38/1.16	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4.38/1.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
4.38/1.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.38/1.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.38/1.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
4.38/1.17	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
6.75/1.79	c lits-rem:      2343  cl-subs:     1406  v-elim:      0  v-fix:    0  time:  2.47 s
7.15/1.84	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.19
7.15/1.84	c calculated reachability. Time: 0.00
7.15/1.84	c  N st    18     30507       125      2662         0      9283     13310    196447   no data   no data  --
8.34/2.18	c  N st    20     37620       125      2662         0      8583     13310    163188   no data   no data  --
9.54/2.48	c  N st    21     44020       125      2662         0     14607     13310    322258   no data   no data  --
9.94/2.58	c  S st    22     45760       125      2662         0     16249     13310    364044   no data   no data  --
10.34/2.63	c  S st    22     46263       125      2662         0     16732     13310    376601   no data   no data  --
10.34/2.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
10.34/2.63	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
10.34/2.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
10.34/2.64	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10.34/2.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.34/2.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
10.34/2.64	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
15.92/4.02	c lits-rem:      4548  cl-subs:     1843  v-elim:      0  v-fix:    0  time:  5.47 s
15.92/4.02	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
15.92/4.02	c vivif2 --  cl tried    14889 cl shrink        0 lits rem          0 time: 0.02
15.92/4.09	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.29
15.92/4.09	c calculated reachability. Time: 0.00
15.92/4.09	c  N st    22     46263       125      2662         0     14889     13310    322036   no data   no data  --
19.50/4.92	c  N st    23     60660       125      2662         0     10631     13310    186012   no data   no data  --
21.51/5.41	c  N st    24     69394       125      2662         0     18864     13310    399504   no data   no data  --
21.51/5.41	c  S st    24     69394       125      2662         0     18864     13310    399504   no data   no data  --
21.51/5.46	c  S st    24     69900       125      2662         0     19348     13310    412134   no data   no data  --
21.51/5.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
21.51/5.46	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
21.51/5.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
21.51/5.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
21.51/5.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
21.51/5.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
21.51/5.47	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
27.88/7.05	c lits-rem:      4921  cl-subs:     2124  v-elim:      0  v-fix:    0  time:  6.26 s
27.88/7.05	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
27.88/7.05	c vivif2 --  cl tried    17224 cl shrink        0 lits rem          0 time: 0.02
28.28/7.14	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.36
28.28/7.14	c calculated reachability. Time: 0.00
28.28/7.14	c  N st    24     69900       125      2662         0     17224     13310    352584   no data   no data  --
32.67/8.22	c  F st    25     87501       125      2662         0     12295     13310    207893   no data   no data  --
32.67/8.22	c  N st    25     87501       125      2662         0     12295     13310    207893   no data   no data  --
33.87/8.52	c Decided on static restart strategy
34.67/8.70	c  N st    32     95543       125      2662         0     19873     13310    401975   no data   no data  --
37.05/9.32	c  N st    34    104850       125      2662         0     16415     13310    311673   no data   no data  --
37.05/9.32	c  S st    34    104850       125      2662         0     16415     13310    311673   no data   no data  --
37.05/9.37	c  S st    34    105354       125      2662         0     16898     13310    324592   no data   no data  --
37.05/9.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
37.05/9.37	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
37.05/9.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
37.05/9.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
37.05/9.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
37.05/9.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
37.05/9.38	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
41.84/10.59	c lits-rem:      3292  cl-subs:      986  v-elim:      0  v-fix:    0  time:  4.82 s
41.84/10.59	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
41.84/10.59	c vivif2 --  cl tried    15912 cl shrink        0 lits rem          0 time: 0.01
42.24/10.66	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.28
42.24/10.66	c calculated reachability. Time: 0.00
42.24/10.66	c  N st    34    105354       125      2662         0     15912     13310    295118   no data   no data  --
45.02/11.38	c  N st    35    114952       125      2662         0     24911     13310    536036   no data   no data  --
49.41/12.43	c  N st    36    129349       125      2662         0     25234     13310    510519   no data   no data  --
55.39/13.97	c  N st    37    150944       125      2662         0     16512     13310    264824   no data   no data  --
57.03/14.40	c  S st    38    158031       125      2662         0     23192     13310    440904   no data   no data  --
57.44/14.46	c  S st    38    158534       125      2662         0     23678     13310    454208   no data   no data  --
57.44/14.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
57.44/14.46	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
57.44/14.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
57.44/14.48	c bin-w-bin subsume rem            0 bins  time:  0.00 s
57.44/14.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
57.44/14.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
57.44/14.48	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
63.38/15.92	c lits-rem:      3354  cl-subs:     1593  v-elim:      0  v-fix:    0  time:  5.75 s
63.38/15.92	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
63.38/15.93	c vivif2 --  cl tried    22085 cl shrink        0 lits rem          0 time: 0.02
63.77/16.03	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.40
63.77/16.03	c calculated reachability. Time: 0.00
63.77/16.03	c  N st    38    158534       125      2662         0     22085     13310    407937   no data   no data  --
80.52/20.25	c  N st    39    207123       125      2662         0     34805     13310    715107   no data   no data  --
90.50/22.73	c  N st    40    237802       125      2662         0     27040     13310    495673   no data   no data  --
90.50/22.73	c  S st    40    237802       125      2662         0     27040     13310    495673   no data   no data  --
90.50/22.79	c  S st    40    238305       125      2662         0     27527     13310    508697   no data   no data  --
90.90/22.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
90.90/22.80	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
90.90/22.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
90.90/22.82	c bin-w-bin subsume rem            0 bins  time:  0.00 s
90.90/22.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
90.90/22.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
90.90/22.82	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
97.26/24.48	c lits-rem:      3177  cl-subs:     1965  v-elim:      0  v-fix:    0  time:  6.60 s
97.26/24.48	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
97.26/24.48	c vivif2 --  cl tried    25562 cl shrink        0 lits rem          0 time: 0.02
98.06/24.60	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.48
98.06/24.60	c calculated reachability. Time: 0.00
98.06/24.60	c  N st    40    238305       125      2662         0     25562     13310    454775   no data   no data  --
124.38/31.23	c  F st    41    306250       125      2662         0     27435     13310    457781   no data   no data  --
124.38/31.24	c  N st    41    306250       125      2662         0     27435     13310    457781   no data   no data  --
126.38/31.71	c Decided on static restart strategy
135.55/34.01	c  N st    51    334556       125      2662         0     31527     13310    543420   no data   no data  --
144.74/36.38	c  N st    53    357457       125      2662         0     29581     13310    474973   no data   no data  --
144.74/36.38	c  S st    53    357457       125      2662         0     29581     13310    474973   no data   no data  --
145.16/36.46	c  S st    53    357961       125      2662         0     30065     13310    487545   no data   no data  --
145.16/36.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
145.16/36.46	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
145.16/36.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
145.16/36.48	c bin-w-bin subsume rem            0 bins  time:  0.00 s
145.16/36.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
145.16/36.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
145.16/36.48	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
151.09/37.99	c lits-rem:      2283  cl-subs:     1454  v-elim:      0  v-fix:    0  time:  5.99 s
151.09/37.99	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
151.09/37.99	c vivif2 --  cl tried    28611 cl shrink        0 lits rem          0 time: 0.02
151.89/38.12	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.53
151.89/38.12	c calculated reachability. Time: 0.00
151.89/38.12	c  N st    53    357961       125      2662         0     28611     13310    447978   no data   no data  --
166.25/41.77	c  N st    54    390354       125      2662         0     34520     13310    581804   no data   no data  --
190.57/47.81	c  N st    55    438942       125      2662         0     28559     13310    413795   no data   no data  --
222.88/55.99	c  N st    56    511824       125      2662         0     41300     13310    702135   no data   no data  --
235.65/59.12	c  N st    57    536942       125      2662         0     35854     13310    554815   no data   no data  --
235.65/59.12	c  S st    57    536942       125      2662         0     35854     13310    554815   no data   no data  --
236.05/59.21	c  S st    57    537445       125      2662         0     36343     13310    567749   no data   no data  --
236.05/59.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
236.05/59.21	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
236.05/59.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.04
236.05/59.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
236.05/59.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
236.05/59.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
236.05/59.24	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
244.02/61.24	c lits-rem:      2869  cl-subs:     1893  v-elim:      0  v-fix:    0  time:  7.98 s
244.02/61.24	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
244.02/61.25	c vivif2 --  cl tried    34450 cl shrink        0 lits rem          0 time: 0.02
244.81/61.44	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.77
244.81/61.44	c calculated reachability. Time: 0.00
244.81/61.44	c  N st    57    537445       125      2662         0     34450     13310    518094   no data   no data  --
327.35/82.16	c  N st    58    701431       125      2662         0     62410     13310   1192194   no data   no data  --
387.97/97.36	c  N st    59    806168       125      2662         0     56667     13310   1012010   no data   no data  --
387.97/97.36	c  S st    59    806168       125      2662         0     56667     13310   1012010   no data   no data  --
388.78/97.55	c  S st    59    806671       125      2662         0     57148     13310   1024512   no data   no data  --
388.78/97.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
388.78/97.56	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
388.78/97.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.10
389.17/97.61	c bin-w-bin subsume rem            0 bins  time:  0.00 s
389.17/97.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
389.17/97.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
389.17/97.61	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
413.09/103.61	c lits-rem:      3273  cl-subs:     4818  v-elim:      0  v-fix:    0  time: 23.89 s
413.09/103.61	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
413.09/103.62	c vivif2 --  cl tried    52330 cl shrink        0 lits rem          0 time: 0.04
413.88/103.90	c asymm  cl-useful: 0/2158/2662 lits-rem:0 time: 1.11
414.28/103.90	c calculated reachability. Time: 0.00
414.28/103.90	c  N st    59    806671       125      2662         0     52330     13310    902318   no data   no data  --
586.96/147.25	c  F st    60   1071875       125      2662         0     67474     13310   1190399   no data   no data  --
586.96/147.25	c  N st    60   1071875       125      2662         0     67474     13310   1190399   no data   no data  --
591.75/148.47	c Decided on static restart strategy
608.49/152.66	c  N st    70   1100179       125      2662         0     52277     13310    794659   no data   no data  --
634.82/159.27	c  N st    72   1136171       125      2662         0     42997     13310    528560   no data   no data  --
658.38/165.17	c  N st    73   1168563       125      2662         0     73314     13310   1318379   no data   no data  --
687.85/172.58	c  N st    74   1210007       125      2662         0     68352     13310   1192708   no data   no data  --
687.85/172.58	c  S st    74   1210007       125      2662         0     68352     13310   1192708   no data   no data  --
689.09/172.83	c  S st    74   1210510       125      2662         0     68842     13310   1205855   no data   no data  --
689.09/172.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
689.09/172.84	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
689.09/172.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.16
689.44/172.92	c bin-w-bin subsume rem            0 bins  time:  0.00 s
689.44/172.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
689.44/172.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
689.44/172.92	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
737.67/185.08	c lits-rem:      3331  cl-subs:     4516  v-elim:      0  v-fix:    0  time: 48.46 s
737.67/185.08	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
738.07/185.10	c vivif2 --  cl tried    64326 cl shrink        0 lits rem          0 time: 0.06
738.48/185.24	c asymm  cl-useful: 0/504/2662 lits-rem:0 time: 0.55
738.48/185.24	c calculated reachability. Time: 0.00
738.48/185.24	c  N st    74   1210510       125      2662         0     64326     13310   1082936   no data   no data  --
806.68/202.37	c  N st    75   1283393       125      2662         0     87661     13310   1637567   no data   no data  --
917.91/230.24	c  N st    76   1392717       125      2662         0     49470     13310    618363   no data   no data  --
1059.07/265.64	c  N st    77   1556701       125      2662         0     54202     13310    697486   no data   no data  --
1209.81/303.49	c  N st    78   1710511       125      2662         0     93875     13310   1707462   no data   no data  --
1209.81/303.49	c  S st    78   1710511       125      2662         0     93875     13310   1707462   no data   no data  --
1211.39/303.86	c  S st    78   1711015       125      2662         0     94369     13310   1720567   no data   no data  --
1211.39/303.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
1211.39/303.87	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1211.79/303.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.22
1211.79/303.98	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1211.79/303.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1211.79/303.98	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
1211.79/303.98	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1346.59/337.74	c lits-rem:       571  cl-subs:    11428  v-elim:      0  v-fix:    0  time: 134.52 s
1346.59/337.74	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
1346.59/337.75	c vivif2 --  cl tried    82941 cl shrink        0 lits rem          0 time: 0.07
1347.75/338.09	c asymm  cl-useful: 0/1417/2662 lits-rem:0 time: 1.32
1347.75/338.09	c calculated reachability. Time: 0.00
1347.75/338.09	c  N st    78   1711015       125      2662         0     82941     13310   1443285   no data   no data  --
1675.99/420.39	c  N st    79   2079979       125      2662         0     95097     13310   1697196   no data   no data  --
1796.36/450.50	c  N st    80   2211017       125      2662         0     98652     13310   1716632   no data   no data  --
1796.36/450.50	c  S st    80   2211017       125      2662         0     98652     13310   1716632   no data   no data  --
1797.56/450.82	c  S st    80   2211522       125      2662         0     99142     13310   1729627   no data   no data  --
1797.56/450.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1797.56/450.83	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1797.56/450.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.19
1797.96/450.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1797.96/450.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1797.96/450.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
1797.96/450.93	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1936.70/485.78	c lits-rem:      1537  cl-subs:     9703  v-elim:      0  v-fix:    0  time: 138.89 s
1936.70/485.78	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
1937.10/485.80	c vivif2 --  cl tried    89439 cl shrink        0 lits rem          0 time: 0.09
1938.73/486.27	c asymm  cl-useful: 0/1074/2662 lits-rem:0 time: 1.86
1938.73/486.27	c calculated reachability. Time: 0.00
1938.73/486.27	c  N st    80   2211522       125      2662         0     89439     13310   1486416   no data   no data  --
2424.01/607.97	c  N st    81   2711524       125      2662         0    112546     13310   2011623   no data   no data  --
2424.01/607.97	c  S st    81   2711524       125      2662         0    112546     13310   2011623   no data   no data  --
2425.63/608.33	c  S st    81   2712028       125      2662         0    113033     13310   2024710   no data   no data  --
2425.63/608.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2425.63/608.34	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2425.63/608.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.23
2426.05/608.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2426.05/608.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2426.05/608.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
2426.05/608.46	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2650.45/664.71	c lits-rem:      6303  cl-subs:    11338  v-elim:      0  v-fix:    0  time: 224.18 s
2650.45/664.71	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
2650.45/664.73	c vivif2 --  cl tried   101695 cl shrink        0 lits rem          0 time: 0.09
2652.05/665.15	c asymm  cl-useful: 0/1176/2662 lits-rem:0 time: 1.69
2652.05/665.16	c calculated reachability. Time: 0.00
2652.05/665.16	c  N st    81   2712028       125      2662         0    101695     13310   1735602   no data   no data  --
3178.79/797.47	c  N st    82   3212028       125      2662         0     78730     13310    994649   no data   no data  --
3178.79/797.47	c  S st    82   3212028       125      2662         0     78730     13310    994649   no data   no data  --
3179.97/797.73	c  S st    82   3212531       125      2662         0     79218     13310   1007248   no data   no data  --
3179.97/797.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
3179.97/797.73	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3179.97/797.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.16
3180.37/797.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3180.37/797.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3180.37/797.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
3180.37/797.81	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3200.72/802.92	c lits-rem:       609  cl-subs:     1741  v-elim:      0  v-fix:    0  time: 20.37 s
3200.72/802.92	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
3200.72/802.93	c vivif2 --  cl tried    77477 cl shrink        0 lits rem          0 time: 0.05
3201.90/803.24	c asymm  cl-useful: 0/1313/2662 lits-rem:0 time: 1.24
3201.90/803.25	c calculated reachability. Time: 0.00
3201.90/803.25	c  N st    82   3212531       125      2662         0     77477     13310    968275   no data   no data  --
3800.45/953.39	c  N st    83   3712531       125      2662         0     88003     13310   1156427   no data   no data  --
3800.45/953.39	c  S st    83   3712531       125      2662         0     88003     13310   1156427   no data   no data  --
3801.65/953.66	c  S st    83   3713035       125      2662         0     88491     13310   1169465   no data   no data  --
3801.65/953.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
3801.65/953.67	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3801.65/953.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.14
3802.07/953.75	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3802.07/953.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3802.07/953.75	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
3802.07/953.75	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3839.53/963.12	c lits-rem:      1227  cl-subs:     2407  v-elim:      0  v-fix:    0  time: 37.36 s
3839.53/963.12	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
3839.53/963.13	c vivif2 --  cl tried    86084 cl shrink        0 lits rem          0 time: 0.06
3841.13/963.53	c asymm  cl-useful: 0/1349/2662 lits-rem:0 time: 1.58
3841.13/963.53	c calculated reachability. Time: 0.00
3841.13/963.53	c  N st    83   3713035       125      2662         0     86084     13310   1107623   no data   no data  --
3887.36/975.19	c  F st    84   3751563       125      2662         0    122244     13310   2065955   no data   no data  --
3887.36/975.19	c  N st    84   3751563       125      2662         0    122244     13310   2065955   no data   no data  --
3894.94/977.07	c Decided on static restart strategy
3938.45/987.96	c  N st    94   3779870       125      2662         0    148735     13310   2762548   no data   no data  --
3985.06/999.60	c  N st    96   3815862       125      2662         0    103267     13310   1547026   no data   no data  --
4032.91/1011.61	c  N st    97   3848254       125      2662         0    133412     13310   2357303   no data   no data  --
4105.13/1029.76	c  N st    98   3896842       125      2662         0     98613     13310   1395615   no data   no data  --
4211.94/1056.56	c  N st    99   3969726       125      2662         0     85326     13310   1034732   no data   no data  --
4357.47/1093.04	c  N st   100   4079049       125      2662         0    105106     13310   1518763   no data   no data  --
4542.10/1139.38	c  N st   101   4213035       125      2662         0    146860     13310   2585294   no data   no data  --
4542.10/1139.38	c  S st   101   4213035       125      2662         0    146860     13310   2585294   no data   no data  --
4544.08/1139.89	c  S st   101   4213544       125      2662         0    147353     13310   2598621   no data   no data  --
4544.48/1139.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
4544.48/1139.90	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4544.48/1139.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.30
4544.88/1140.06	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4544.88/1140.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4544.88/1140.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
4544.88/1140.06	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: 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-3368972-1305408380/watcher-3368972-1305408380 -o /tmp/evaluation-result-3368972-1305408380/solver-3368972-1305408380 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3368972-1305408380.cnf 

running on 4 cores: 0,2,4,6

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: 8.11 8.12 8.09 6/386 12101
/proc/meminfo: memFree=14630032/32951124 swapFree=65586204/67111528
[pid=12101] ppid=12099 vsize=51236 CPUtime=0.01 cores=0,2,4,6
/proc/12101/stat : 12101 (strangenight1-m) R 12099 12101 11857 0 -1 4202496 416 0 0 0 1 0 0 0 25 0 4 0 731068663 52465664 356 33554432000 4194304 4650419 140734506038912 18446744073709551615 47577279538713 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/12101/statm: 12809 356 306 112 0 7774 0
[pid=12101/tid=12102] ppid=12099 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/12101/task/12102/stat : 12102 (strangenight1-m) R 12099 12101 11857 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 4 0 731068664 52465664 356 33554432000 4194304 4650419 140734506038912 18446744073709551615 47577279538713 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12101/tid=12103] ppid=12099 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/12101/task/12103/stat : 12103 (strangenight1-m) R 12099 12101 11857 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 731068664 52465664 356 33554432000 4194304 4650419 140734506038912 18446744073709551615 47577279539122 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12101/tid=12104] ppid=12099 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/12101/task/12104/stat : 12104 (strangenight1-m) R 12099 12101 11857 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 731068664 52465664 356 33554432000 4194304 4650419 140734506038912 18446744073709551615 47577279538713 0 0 4096 2 0 0 0 -1 4 0 0 0

[startup+0.10292 s]
/proc/loadavg: 8.11 8.12 8.09 6/386 12101
/proc/meminfo: memFree=14630032/32951124 swapFree=65586204/67111528
[pid=12101] ppid=12099 vsize=282940 CPUtime=0.37 cores=0,2,4,6
/proc/12101/stat : 12101 (strangenight1-m) R 12099 12101 11857 0 -1 4202496 1871 0 0 0 37 0 0 0 18 0 4 0 731068663 289730560 1704 33554432000 4194304 4650419 140734506038912 18446744073709551615 4520021 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/12101/statm: 70735 1704 389 112 0 65700 0
[pid=12101/tid=12102] ppid=12099 vsize=282940 CPUtime=0.09 cores=0,2,4,6
/proc/12101/task/12102/stat : 12102 (strangenight1-m) R 12099 12101 11857 0 -1 4202560 399 0 0 0 9 0 0 0 18 0 4 0 731068664 289730560 1704 33554432000 4194304 4650419 140734506038912 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12101/tid=12103] ppid=12099 vsize=282940 CPUtime=0.08 cores=0,2,4,6
/proc/12101/task/12103/stat : 12103 (strangenight1-m) R 12099 12101 11857 0 -1 4202560 383 0 0 0 8 0 0 0 25 0 4 0 731068664 289730560 1705 33554432000 4194304 4650419 140734506038912 18446744073709551615 216735283694 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=12101/tid=12104] ppid=12099 vsize=282940 CPUtime=0.09 cores=0,2,4,6
/proc/12101/task/12104/stat : 12104 (strangenight1-m) R 12099 12101 11857 0 -1 4202560 222 0 0 0 9 0 0 0 18 0 4 0 731068664 289730560 1706 33554432000 4194304 4650419 140734506038912 18446744073709551615 4365192 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 282940

[startup+0.201019 s]
/proc/loadavg: 8.11 8.12 8.09 6/386 12101
/proc/meminfo: memFree=14630032/32951124 swapFree=65586204/67111528
[pid=12101] ppid=12099 vsize=284260 CPUtime=0.77 cores=0,2,4,6
/proc/12101/stat : 12101 (strangenight1-m) R 12099 12101 11857 0 -1 4202496 2749 0 0 0 77 0 0 0 18 0 4 0 731068663 291082240 1957 33554432000 4194304 4650419 140734506038912 18446744073709551615 4364775 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/12101/statm: 71065 1957 391 112 0 66030 0
[pid=12101/tid=12102] ppid=12099 vsize=284260 CPUtime=0.19 cores=0,2,4,6
/proc/12101/task/12102/stat : 12102 (strangenight1-m) R 12099 12101 11857 0 -1 4202560 614 0 0 0 19 0 0 0 18 0 4 0 731068664 291082240 1958 33554432000 4194304 4650419 140734506038912 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12101/tid=12103] ppid=12099 vsize=284260 CPUtime=0.18 cores=0,2,4,6
/proc/12101/task/12103/stat : 12103 (strangenight1-m) R 12099 12101 11857 0 -1 4202560 595 0 0 0 18 0 0 0 25 0 4 0 731068664 291082240 1958 33554432000 4194304 4650419 140734506038912 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12101/tid=12104] ppid=12099 vsize=284260 CPUtime=0.19 cores=0,2,4,6
/proc/12101/task/12104/stat : 12104 (strangenight1-m) R 12099 12101 11857 0 -1 4202560 435 0 0 0 19 0 0 0 18 0 4 0 731068664 291082240 1958 33554432000 4194304 4650419 140734506038912 18446744073709551615 4363423 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 284260

[startup+0.301001 s]
/proc/loadavg: 8.11 8.12 8.09 6/386 12101
/proc/meminfo: memFree=14630032/32951124 swapFree=65586204/67111528
[pid=12101] ppid=12099 vsize=284260 CPUtime=1.17 cores=0,2,4,6
/proc/12101/stat : 12101 (strangenight1-m) R 12099 12101 11857 0 -1 4202496 3158 0 0 0 117 0 0 0 18 0 4 0 731068663 291082240 2366 33554432000 4194304 4650419 140734506038912 18446744073709551615 4363435 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/12101/statm: 71065 2366 391 112 0 66030 0
[pid=12101/tid=12102] ppid=12099 vsize=284260 CPUtime=0.29 cores=0,2,4,6
/proc/12101/task/12102/stat : 12102 (strangenight1-m) R 12099 12101 11857 0 -1 4202560 723 0 0 0 29 0 0 0 18 0 4 0 731068664 291082240 2366 33554432000 4194304 4650419 140734506038912 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12101/tid=12103] ppid=12099 vsize=284260 CPUtime=0.28 cores=0,2,4,6
/proc/12101/task/12103/stat : 12103 (strangenight1-m) R 12099 12101 11857 0 -1 4202560 692 0 0 0 28 0 0 0 25 0 4 0 731068664 291082240 2366 33554432000 4194304 4650419 140734506038912 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12101/tid=12104] ppid=12099 vsize=284260 CPUtime=0.29 cores=0,2,4,6
/proc/12101/task/12104/stat : 12104 (strangenight1-m) R 12099 12101 11857 0 -1 4202560 533 0 0 0 29 0 0 0 18 0 4 0 731068664 291082240 2366 33554432000 4194304 4650419 140734506038912 18446744073709551615 4315054 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 284260

[startup+0.700932 s]
/proc/loadavg: 8.11 8.12 8.09 6/386 12101
/proc/meminfo: memFree=14630032/32951124 swapFree=65586204/67111528
[pid=12101] ppid=12099 vsize=285904 CPUtime=2.76 cores=0,2,4,6
/proc/12101/stat : 12101 (strangenight1-m) R 12099 12101 11857 0 -1 4202496 5677 0 0 0 276 0 0 0 18 0 4 0 731068663 292765696 2748 33554432000 4194304 4650419 140734506038912 18446744073709551615 4366828 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/12101/statm: 71476 2749 391 112 0 66441 0
[pid=12101/tid=12102] ppid=12099 vsize=285904 CPUtime=0.69 cores=0,2,4,6
/proc/12101/task/12102/stat : 12102 (strangenight1-m) R 12099 12101 11857 0 -1 4202560 1388 0 0 0 69 0 0 0 18 0 4 0 731068664 292765696 2749 33554432000 4194304 4650419 140734506038912 18446744073709551615 4520322 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12101/tid=12103] ppid=12099 vsize=285904 CPUtime=0.68 cores=0,2,4,6
/proc/12101/task/12103/stat : 12103 (strangenight1-m) R 12099 12101 11857 0 -1 4202560 1300 0 0 0 68 0 0 0 25 0 4 0 731068664 292765696 2749 33554432000 4194304 4650419 140734506038912 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12101/tid=12104] ppid=12099 vsize=285904 CPUtime=0.69 cores=0,2,4,6
/proc/12101/task/12104/stat : 12104 (strangenight1-m) R 12099 12101 11857 0 -1 4202560 1113 0 0 0 69 0 0 0 18 0 4 0 731068664 292765696 2749 33554432000 4194304 4650419 140734506038912 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 285904

[startup+1.50079 s]
/proc/loadavg: 8.10 8.12 8.09 9/390 12105
/proc/meminfo: memFree=14616112/32951124 swapFree=65586204/67111528
[pid=12101] ppid=12099 vsize=293232 CPUtime=5.95 cores=0,2,4,6
/proc/12101/stat : 12101 (strangenight1-m) R 12099 12101 11857 0 -1 4202496 11434 0 0 0 594 1 0 0 20 0 4 0 731068663 300269568 6284 33554432000 4194304 4650419 140734506038912 18446744073709551615 4438402 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/12101/statm: 73308 6284 393 112 0 68273 0
[pid=12101/tid=12102] ppid=12099 vsize=293232 CPUtime=1.48 cores=0,2,4,6
/proc/12101/task/12102/stat : 12102 (strangenight1-m) R 12099 12101 11857 0 -1 4202560 3474 0 0 0 148 0 0 0 20 0 4 0 731068664 300269568 6284 33554432000 4194304 4650419 140734506038912 18446744073709551615 4439111 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12101/tid=12103] ppid=12099 vsize=293232 CPUtime=1.47 cores=0,2,4,6
/proc/12101/task/12103/stat : 12103 (strangenight1-m) R 12099 12101 11857 0 -1 4202560 2144 0 0 0 147 0 0 0 25 0 4 0 731068664 300269568 6285 33554432000 4194304 4650419 140734506038912 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12101/tid=12104] ppid=12099 vsize=293232 CPUtime=1.49 cores=0,2,4,6
/proc/12101/task/12104/stat : 12104 (strangenight1-m) R 12099 12101 11857 0 -1 4202560 1988 0 0 0 149 0 0 0 20 0 4 0 731068664 300269568 6285 33554432000 4194304 4650419 140734506038912 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 293232

[startup+3.10052 s]
/proc/loadavg: 8.10 8.12 8.09 9/390 12105
/proc/meminfo: memFree=14591552/32951124 swapFree=65586204/67111528
[pid=12101] ppid=12099 vsize=293408 CPUtime=12.34 cores=0,2,4,6
/proc/12101/stat : 12101 (strangenight1-m) R 12099 12101 11857 0 -1 4202496 18612 0 0 0 1232 2 0 0 25 0 4 0 731068663 300449792 11394 33554432000 4194304 4650419 140734506038912 18446744073709551615 4438402 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/12101/statm: 73352 11394 393 112 0 68317 0
[pid=12101/tid=12102] ppid=12099 vsize=293408 CPUtime=3.08 cores=0,2,4,6
/proc/12101/task/12102/stat : 12102 (strangenight1-m) R 12099 12101 11857 0 -1 4202560 4665 0 0 0 308 0 0 0 25 0 4 0 731068664 300449792 11394 33554432000 4194304 4650419 140734506038912 18446744073709551615 4365361 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12101/tid=12103] ppid=12099 vsize=293408 CPUtime=3.05 cores=0,2,4,6
/proc/12101/task/12103/stat : 12103 (strangenight1-m) R 12099 12101 11857 0 -1 4202560 4264 0 0 0 305 0 0 0 25 0 4 0 731068664 300449792 11394 33554432000 4194304 4650419 140734506038912 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12101/tid=12104] ppid=12099 vsize=293408 CPUtime=3.08 cores=0,2,4,6
/proc/12101/task/12104/stat : 12104 (strangenight1-m) R 12099 12101 11857 0 -1 4202560 4112 0 0 0 308 0 0 0 25 0 4 0 731068664 300449792 11394 33554432000 4194304 4650419 140734506038912 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 293408

[startup+6.30096 s]
/proc/loadavg: 8.10 8.12 8.09 9/390 12105
/proc/meminfo: memFree=14565192/32951124 swapFree=65586204/67111528
[pid=12101] ppid=12099 vsize=285504 CPUtime=25.09 cores=0,2,4,6
/proc/12101/stat : 12101 (strangenight1-m) R 12099 12101 11857 0 -1 4202496 28115 0 0 0 2506 3 0 0 25 0 4 0 731068663 292356096 15825 33554432000 4194304 4650419 140734506038912 18446744073709551615 4439099 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/12101/statm: 71376 15825 393 112 0 66341 0
[pid=12101/tid=12102] ppid=12099 vsize=285504 CPUtime=6.29 cores=0,2,4,6
/proc/12101/task/12102/stat : 12102 (strangenight1-m) R 12099 12101 11857 0 -1 4202560 7381 0 0 0 628 1 0 0 25 0 4 0 731068664 292356096 15825 33554432000 4194304 4650419 140734506038912 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12101/tid=12103] ppid=12099 vsize=285504 CPUtime=6.2 cores=0,2,4,6
/proc/12101/task/12103/stat : 12103 (strangenight1-m) R 12099 12101 11857 0 -1 4202560 7505 0 0 0 620 0 0 0 25 0 4 0 731068664 292356096 15825 33554432000 4194304 4650419 140734506038912 18446744073709551615 4433087 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12101/tid=12104] ppid=12099 vsize=285504 CPUtime=6.28 cores=0,2,4,6
/proc/12101/task/12104/stat : 12104 (strangenight1-m) R 12099 12101 11857 0 -1 4202560 5937 0 0 0 628 0 0 0 25 0 4 0 731068664 292356096 15825 33554432000 4194304 4650419 140734506038912 18446744073709551615 4330612 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 285504

[startup+12.7008 s]
/proc/loadavg: 8.16 8.13 8.09 9/390 12105
/proc/meminfo: memFree=14546580/32951124 swapFree=65586204/67111528
[pid=12101] ppid=12099 vsize=287396 CPUtime=50.61 cores=0,2,4,6
/proc/12101/stat : 12101 (strangenight1-m) R 12099 12101 11857 0 -1 4202496 40836 0 0 0 5054 7 0 0 25 0 4 0 731068663 294293504 18438 33554432000 4194304 4650419 140734506038912 18446744073709551615 4313319 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/12101/statm: 71849 18438 393 112 0 66814 0
[pid=12101/tid=12102] ppid=12099 vsize=287396 CPUtime=12.68 cores=0,2,4,6
/proc/12101/task/12102/stat : 12102 (strangenight1-m) R 12099 12101 11857 0 -1 4202560 11125 0 0 0 1267 1 0 0 25 0 4 0 731068664 294293504 18438 33554432000 4194304 4650419 140734506038912 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12101/tid=12103] ppid=12099 vsize=287396 CPUtime=12.52 cores=0,2,4,6
/proc/12101/task/12103/stat : 12103 (strangenight1-m) R 12099 12101 11857 0 -1 4202560 10589 0 0 0 1251 1 0 0 25 0 4 0 731068664 294293504 18438 33554432000 4194304 4650419 140734506038912 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12101/tid=12104] ppid=12099 vsize=287396 CPUtime=12.68 cores=0,2,4,6
/proc/12101/task/12104/stat : 12104 (strangenight1-m) R 12099 12101 11857 0 -1 4202560 9300 0 0 0 1267 1 0 0 25 0 4 0 731068664 294293504 18438 33554432000 4194304 4650419 140734506038912 18446744073709551615 4333937 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.61
Current children cumulated vsize (KiB) 287396

[startup+25.5006 s]
/proc/loadavg: 8.22 8.15 8.10 9/390 12105
/proc/meminfo: memFree=14499584/32951124 swapFree=65586204/67111528
[pid=12101] ppid=12099 vsize=312020 CPUtime=101.65 cores=0,2,4,6
/proc/12101/stat : 12101 (strangenight1-m) R 12099 12101 11857 0 -1 4202496 63515 0 0 0 10152 13 0 0 25 0 4 0 731068663 319508480 27247 33554432000 4194304 4650419 140734506038912 18446744073709551615 4367232 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/12101/statm: 78005 27247 393 112 0 72970 0
[pid=12101/tid=12102] ppid=12099 vsize=312020 CPUtime=25.49 cores=0,2,4,6
/proc/12101/task/12102/stat : 12102 (strangenight1-m) R 12099 12101 11857 0 -1 4202560 17480 0 0 0 2546 3 0 0 25 0 4 0 731068664 319508480 27248 33554432000 4194304 4650419 140734506038912 18446744073709551615 4355019 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12101/tid=12103] ppid=12099 vsize=312020 CPUtime=25.16 cores=0,2,4,6
/proc/12101/task/12103/stat : 12103 (strangenight1-m) R 12099 12101 11857 0 -1 4202560 17113 0 0 0 2513 3 0 0 25 0 4 0 731068664 319508480 27248 33554432000 4194304 4650419 140734506038912 18446744073709551615 4365237 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12101/tid=12104] ppid=12099 vsize=312020 CPUtime=25.48 cores=0,2,4,6
/proc/12101/task/12104/stat : 12104 (strangenight1-m) R 12099 12101 11857 0 -1 4202560 13363 0 0 0 2546 2 0 0 25 0 4 0 731068664 319508480 27248 33554432000 4194304 4650419 140734506038912 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.65
Current children cumulated vsize (KiB) 312020

[startup+51.1011 s]
/proc/loadavg: 8.14 8.13 8.09 9/390 12106
/proc/meminfo: memFree=14481156/32951124 swapFree=65586204/67111528
[pid=12101] ppid=12099 vsize=312956 CPUtime=203.73 cores=0,2,4,6
/proc/12101/stat : 12101 (strangenight1-m) R 12099 12101 11857 0 -1 4202496 97052 0 0 0 20353 20 0 0 25 0 4 0 731068663 320466944 31187 33554432000 4194304 4650419 140734506038912 18446744073709551615 4366920 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/12101/statm: 78239 31187 393 112 0 73204 0
[pid=12101/tid=12102] ppid=12099 vsize=312956 CPUtime=51.08 cores=0,2,4,6
/proc/12101/task/12102/stat : 12102 (strangenight1-m) R 12099 12101 11857 0 -1 4202560 26378 0 0 0 5104 4 0 0 25 0 4 0 731068664 320466944 31187 33554432000 4194304 4650419 140734506038912 18446744073709551615 4313456 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12101/tid=12103] ppid=12099 vsize=312956 CPUtime=50.46 cores=0,2,4,6
/proc/12101/task/12103/stat : 12103 (strangenight1-m) R 12099 12101 11857 0 -1 4202560 26478 0 0 0 5041 5 0 0 25 0 4 0 731068664 320466944 31187 33554432000 4194304 4650419 140734506038912 18446744073709551615 4365313 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12101/tid=12104] ppid=12099 vsize=312956 CPUtime=51.08 cores=0,2,4,6
/proc/12101/task/12104/stat : 12104 (strangenight1-m) R 12099 12101 11857 0 -1 4202560 18977 0 0 0 5104 4 0 0 25 0 4 0 731068664 320466944 31187 33554432000 4194304 4650419 140734506038912 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 203.73
Current children cumulated vsize (KiB) 312956

[startup+102.301 s]
/proc/loadavg: 8.10 8.12 8.09 9/390 12108
/proc/meminfo: memFree=14425584/32951124 swapFree=65586204/67111528
[pid=12101] ppid=12099 vsize=328648 CPUtime=407.94 cores=0,2,4,6
/proc/12101/stat : 12101 (strangenight1-m) R 12099 12101 11857 0 -1 4202496 153867 0 0 0 40760 34 0 0 25 0 4 0 731068663 336535552 40921 33554432000 4194304 4650419 140734506038912 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/12101/statm: 82162 40921 393 112 0 77127 0
[pid=12101/tid=12102] ppid=12099 vsize=328648 CPUtime=102.29 cores=0,2,4,6
/proc/12101/task/12102/stat : 12102 (strangenight1-m) R 12099 12101 11857 0 -1 4202560 41967 0 0 0 10222 7 0 0 25 0 4 0 731068664 336535552 40922 33554432000 4194304 4650419 140734506038912 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12101/tid=12103] ppid=12099 vsize=328648 CPUtime=101.04 cores=0,2,4,6
/proc/12101/task/12103/stat : 12103 (strangenight1-m) R 12099 12101 11857 0 -1 4202560 40230 0 0 0 10096 8 0 0 25 0 4 0 731068664 336535552 40922 33554432000 4194304 4650419 140734506038912 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12101/tid=12104] ppid=12099 vsize=328648 CPUtime=102.3 cores=0,2,4,6
/proc/12101/task/12104/stat : 12104 (strangenight1-m) R 12099 12101 11857 0 -1 4202560 31083 0 0 0 10222 8 0 0 25 0 4 0 731068664 336535552 40922 33554432000 4194304 4650419 140734506038912 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 407.94
Current children cumulated vsize (KiB) 328648

[startup+162.301 s]

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

[pid=12101] ppid=12099 vsize=588280 CPUtime=2800.38 cores=0,2,4,6
/proc/12101/stat : 12101 (strangenight1-m) R 12099 12101 11857 0 -1 4202496 472722 0 0 0 279876 162 0 0 25 0 4 0 731068663 602398720 98755 33554432000 4194304 4650419 140734506038912 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/12101/statm: 147070 98755 393 112 0 142035 0
[pid=12101/tid=12102] ppid=12099 vsize=588280 CPUtime=702.15 cores=0,2,4,6
/proc/12101/task/12102/stat : 12102 (strangenight1-m) R 12099 12101 11857 0 -1 4202560 119168 0 0 0 70179 36 0 0 25 0 4 0 731068664 602398720 98755 33554432000 4194304 4650419 140734506038912 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12101/tid=12103] ppid=12099 vsize=588280 CPUtime=693.59 cores=0,2,4,6
/proc/12101/task/12103/stat : 12103 (strangenight1-m) R 12099 12101 11857 0 -1 4202560 134450 0 0 0 69316 43 0 0 25 0 4 0 731068664 602398720 98755 33554432000 4194304 4650419 140734506038912 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12101/tid=12104] ppid=12099 vsize=588280 CPUtime=702.29 cores=0,2,4,6
/proc/12101/task/12104/stat : 12104 (strangenight1-m) R 12099 12101 11857 0 -1 4202560 89176 0 0 0 70193 36 0 0 25 0 4 0 731068664 602398720 98755 33554432000 4194304 4650419 140734506038912 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2800.38
Current children cumulated vsize (KiB) 588280

[startup+762.301 s]
/proc/loadavg: 8.18 8.11 8.09 10/391 12159
/proc/meminfo: memFree=14360560/32951124 swapFree=65586204/67111528
[pid=12101] ppid=12099 vsize=655048 CPUtime=3039.48 cores=0,2,4,6
/proc/12101/stat : 12101 (strangenight1-m) R 12099 12101 11857 0 -1 4202496 501906 0 0 0 303774 174 0 0 25 0 4 0 731068663 670769152 109442 33554432000 4194304 4650419 140734506038912 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/12101/statm: 163762 109442 393 112 0 158727 0
[pid=12101/tid=12102] ppid=12099 vsize=655048 CPUtime=762.16 cores=0,2,4,6
/proc/12101/task/12102/stat : 12102 (strangenight1-m) R 12099 12101 11857 0 -1 4202560 126322 0 0 0 76176 40 0 0 25 0 4 0 731068664 670769152 109444 33554432000 4194304 4650419 140734506038912 18446744073709551615 4313048 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12101/tid=12103] ppid=12099 vsize=655048 CPUtime=752.7 cores=0,2,4,6
/proc/12101/task/12103/stat : 12103 (strangenight1-m) R 12099 12101 11857 0 -1 4202560 143274 0 0 0 75223 47 0 0 25 0 4 0 731068664 670769152 109444 33554432000 4194304 4650419 140734506038912 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12101/tid=12104] ppid=12099 vsize=655048 CPUtime=762.29 cores=0,2,4,6
/proc/12101/task/12104/stat : 12104 (strangenight1-m) R 12099 12101 11857 0 -1 4202560 96085 0 0 0 76190 39 0 0 25 0 4 0 731068664 670769152 109444 33554432000 4194304 4650419 140734506038912 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3039.48
Current children cumulated vsize (KiB) 655048

[startup+822.301 s]
/proc/loadavg: 8.24 8.15 8.10 9/390 12161
/proc/meminfo: memFree=14322896/32951124 swapFree=65586204/67111528
[pid=12101] ppid=12099 vsize=668448 CPUtime=3278.07 cores=0,2,4,6
/proc/12101/stat : 12101 (strangenight1-m) R 12099 12101 11857 0 -1 4202496 522190 0 0 0 327624 183 0 0 25 0 4 0 731068663 684490752 108868 33554432000 4194304 4650419 140734506038912 18446744073709551615 4365323 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/12101/statm: 167112 108868 393 112 0 162077 0
[pid=12101/tid=12102] ppid=12099 vsize=668448 CPUtime=822.14 cores=0,2,4,6
/proc/12101/task/12102/stat : 12102 (strangenight1-m) R 12099 12101 11857 0 -1 4202560 131746 0 0 0 82171 43 0 0 25 0 4 0 731068664 684490752 108868 33554432000 4194304 4650419 140734506038912 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12101/tid=12103] ppid=12099 vsize=668448 CPUtime=811.96 cores=0,2,4,6
/proc/12101/task/12103/stat : 12103 (strangenight1-m) R 12099 12101 11857 0 -1 4202560 152822 0 0 0 81145 51 0 0 25 0 4 0 731068664 684490752 108868 33554432000 4194304 4650419 140734506038912 18446744073709551615 4432396 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12101/tid=12104] ppid=12099 vsize=668448 CPUtime=821.66 cores=0,2,4,6
/proc/12101/task/12104/stat : 12104 (strangenight1-m) R 12099 12101 11857 0 -1 4202560 97503 0 0 0 82126 40 0 0 25 0 4 0 731068664 684490752 108868 33554432000 4194304 4650419 140734506038912 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3278.07
Current children cumulated vsize (KiB) 668448

[startup+882.314 s]
/proc/loadavg: 8.13 8.13 8.10 9/390 12162
/proc/meminfo: memFree=14306508/32951124 swapFree=65586204/67111528
[pid=12101] ppid=12099 vsize=616864 CPUtime=3517.37 cores=0,2,4,6
/proc/12101/stat : 12101 (strangenight1-m) R 12099 12101 11857 0 -1 4202496 544576 0 0 0 351547 190 0 0 25 0 4 0 731068663 631668736 101031 33554432000 4194304 4650419 140734506038912 18446744073709551615 4365323 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/12101/statm: 154216 101031 393 112 0 149181 0
[pid=12101/tid=12102] ppid=12099 vsize=616864 CPUtime=882.13 cores=0,2,4,6
/proc/12101/task/12102/stat : 12102 (strangenight1-m) R 12099 12101 11857 0 -1 4202560 137259 0 0 0 88168 45 0 0 25 0 4 0 731068664 631668736 101031 33554432000 4194304 4650419 140734506038912 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12101/tid=12103] ppid=12099 vsize=616864 CPUtime=871.23 cores=0,2,4,6
/proc/12101/task/12103/stat : 12103 (strangenight1-m) R 12099 12101 11857 0 -1 4202560 158519 0 0 0 87071 52 0 0 25 0 4 0 731068664 631668736 101031 33554432000 4194304 4650419 140734506038912 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12101/tid=12104] ppid=12099 vsize=616864 CPUtime=881.67 cores=0,2,4,6
/proc/12101/task/12104/stat : 12104 (strangenight1-m) R 12099 12101 11857 0 -1 4202560 102916 0 0 0 88126 41 0 0 25 0 4 0 731068664 631668736 101031 33554432000 4194304 4650419 140734506038912 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3517.37
Current children cumulated vsize (KiB) 616864

[startup+942.301 s]
/proc/loadavg: 8.14 8.14 8.10 9/390 12164
/proc/meminfo: memFree=14273860/32951124 swapFree=65586204/67111528
[pid=12101] ppid=12099 vsize=617256 CPUtime=3756.59 cores=0,2,4,6
/proc/12101/stat : 12101 (strangenight1-m) R 12099 12101 11857 0 -1 4202496 575001 0 0 0 375457 202 0 0 25 0 4 0 731068663 632070144 105157 33554432000 4194304 4650419 140734506038912 18446744073709551615 4364777 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/12101/statm: 154314 105157 393 112 0 149279 0
[pid=12101/tid=12102] ppid=12099 vsize=617256 CPUtime=942.11 cores=0,2,4,6
/proc/12101/task/12102/stat : 12102 (strangenight1-m) R 12099 12101 11857 0 -1 4202560 145448 0 0 0 94162 49 0 0 25 0 4 0 731068664 632070144 105157 33554432000 4194304 4650419 140734506038912 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12101/tid=12103] ppid=12099 vsize=617256 CPUtime=930.48 cores=0,2,4,6
/proc/12101/task/12103/stat : 12103 (strangenight1-m) R 12099 12101 11857 0 -1 4202560 167491 0 0 0 92993 55 0 0 25 0 4 0 731068664 632070144 105157 33554432000 4194304 4650419 140734506038912 18446744073709551615 4314818 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12101/tid=12104] ppid=12099 vsize=617256 CPUtime=941.66 cores=0,2,4,6
/proc/12101/task/12104/stat : 12104 (strangenight1-m) R 12099 12101 11857 0 -1 4202560 108378 0 0 0 94123 43 0 0 25 0 4 0 731068664 632070144 105157 33554432000 4194304 4650419 140734506038912 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3756.59
Current children cumulated vsize (KiB) 617256

[startup+1002.3 s]
/proc/loadavg: 8.14 8.14 8.10 9/390 12166
/proc/meminfo: memFree=14265908/32951124 swapFree=65586204/67111528
[pid=12101] ppid=12099 vsize=617712 CPUtime=3995.82 cores=0,2,4,6
/proc/12101/stat : 12101 (strangenight1-m) R 12099 12101 11857 0 -1 4202496 596161 0 0 0 399371 211 0 0 25 0 4 0 731068663 632537088 99332 33554432000 4194304 4650419 140734506038912 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/12101/statm: 154428 99332 393 112 0 149393 0
[pid=12101/tid=12102] ppid=12099 vsize=617712 CPUtime=1002.1 cores=0,2,4,6
/proc/12101/task/12102/stat : 12102 (strangenight1-m) R 12099 12101 11857 0 -1 4202560 151965 0 0 0 100159 51 0 0 25 0 4 0 731068664 632537088 99332 33554432000 4194304 4650419 140734506038912 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12101/tid=12103] ppid=12099 vsize=617712 CPUtime=989.73 cores=0,2,4,6
/proc/12101/task/12103/stat : 12103 (strangenight1-m) R 12099 12101 11857 0 -1 4202560 174293 0 0 0 98915 58 0 0 25 0 4 0 731068664 632537088 99332 33554432000 4194304 4650419 140734506038912 18446744073709551615 4366845 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12101/tid=12104] ppid=12099 vsize=617712 CPUtime=1001.66 cores=0,2,4,6
/proc/12101/task/12104/stat : 12104 (strangenight1-m) R 12099 12101 11857 0 -1 4202560 109735 0 0 0 100122 44 0 0 25 0 4 0 731068664 632537088 99332 33554432000 4194304 4650419 140734506038912 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3995.82
Current children cumulated vsize (KiB) 617712

[startup+1062.3 s]
/proc/loadavg: 8.21 8.16 8.10 9/390 12167
/proc/meminfo: memFree=14192344/32951124 swapFree=65586204/67111528
[pid=12101] ppid=12099 vsize=618004 CPUtime=4235.06 cores=0,2,4,6
/proc/12101/stat : 12101 (strangenight1-m) R 12099 12101 11857 0 -1 4202496 623393 0 0 0 423284 222 0 0 25 0 4 0 731068663 632836096 106213 33554432000 4194304 4650419 140734506038912 18446744073709551615 4364751 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/12101/statm: 154501 106213 393 112 0 149466 0
[pid=12101/tid=12102] ppid=12099 vsize=618004 CPUtime=1062.08 cores=0,2,4,6
/proc/12101/task/12102/stat : 12102 (strangenight1-m) R 12099 12101 11857 0 -1 4202560 159143 0 0 0 106154 54 0 0 25 0 4 0 731068664 632836096 106213 33554432000 4194304 4650419 140734506038912 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12101/tid=12103] ppid=12099 vsize=618004 CPUtime=1048.98 cores=0,2,4,6
/proc/12101/task/12103/stat : 12103 (strangenight1-m) R 12099 12101 11857 0 -1 4202560 180964 0 0 0 104839 59 0 0 25 0 4 0 731068664 632836096 106213 33554432000 4194304 4650419 140734506038912 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12101/tid=12104] ppid=12099 vsize=618004 CPUtime=1061.66 cores=0,2,4,6
/proc/12101/task/12104/stat : 12104 (strangenight1-m) R 12099 12101 11857 0 -1 4202560 115844 0 0 0 106121 45 0 0 25 0 4 0 731068664 632836096 106213 33554432000 4194304 4650419 140734506038912 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4235.06
Current children cumulated vsize (KiB) 618004

[startup+1122.3 s]
/proc/loadavg: 8.12 8.14 8.09 9/390 12169
/proc/meminfo: memFree=14171984/32951124 swapFree=65586204/67111528
[pid=12101] ppid=12099 vsize=618276 CPUtime=4474.29 cores=0,2,4,6
/proc/12101/stat : 12101 (strangenight1-m) R 12099 12101 11857 0 -1 4202496 649484 0 0 0 447197 232 0 0 25 0 4 0 731068663 633114624 108336 33554432000 4194304 4650419 140734506038912 18446744073709551615 4364775 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/12101/statm: 154569 108336 393 112 0 149534 0
[pid=12101/tid=12102] ppid=12099 vsize=618276 CPUtime=1122.08 cores=0,2,4,6
/proc/12101/task/12102/stat : 12102 (strangenight1-m) R 12099 12101 11857 0 -1 4202560 165796 0 0 0 112151 57 0 0 25 0 4 0 731068664 633114624 108336 33554432000 4194304 4650419 140734506038912 18446744073709551615 4365303 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12101/tid=12103] ppid=12099 vsize=618276 CPUtime=1108.22 cores=0,2,4,6
/proc/12101/task/12103/stat : 12103 (strangenight1-m) R 12099 12101 11857 0 -1 4202560 188316 0 0 0 110759 63 0 0 25 0 4 0 731068664 633114624 108336 33554432000 4194304 4650419 140734506038912 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12101/tid=12104] ppid=12099 vsize=618276 CPUtime=1121.66 cores=0,2,4,6
/proc/12101/task/12104/stat : 12104 (strangenight1-m) R 12099 12101 11857 0 -1 4202560 120120 0 0 0 112120 46 0 0 25 0 4 0 731068664 633114624 108336 33554432000 4194304 4650419 140734506038912 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4474.29
Current children cumulated vsize (KiB) 618276

[startup+1182.3 s]
/proc/loadavg: 8.12 8.14 8.09 9/390 12170
/proc/meminfo: memFree=14088884/32951124 swapFree=65586204/67111528
[pid=12101] ppid=12099 vsize=743020 CPUtime=4713.52 cores=0,2,4,6
/proc/12101/stat : 12101 (strangenight1-m) R 12099 12101 11857 0 -1 4202496 665403 0 0 0 471112 240 0 0 25 0 4 0 731068663 760852480 116880 33554432000 4194304 4650419 140734506038912 18446744073709551615 4433081 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/12101/statm: 185755 116880 393 112 0 180720 0
[pid=12101/tid=12102] ppid=12099 vsize=743020 CPUtime=1182.07 cores=0,2,4,6
/proc/12101/task/12102/stat : 12102 (strangenight1-m) R 12099 12101 11857 0 -1 4202560 169823 0 0 0 118149 58 0 0 25 0 4 0 731068664 760852480 116880 33554432000 4194304 4650419 140734506038912 18446744073709551615 4433087 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12101/tid=12103] ppid=12099 vsize=743020 CPUtime=1167.45 cores=0,2,4,6
/proc/12101/task/12103/stat : 12103 (strangenight1-m) R 12099 12101 11857 0 -1 4202560 193106 0 0 0 116680 65 0 0 25 0 4 0 731068664 760852480 116880 33554432000 4194304 4650419 140734506038912 18446744073709551615 4363426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12101/tid=12104] ppid=12099 vsize=743020 CPUtime=1181.67 cores=0,2,4,6
/proc/12101/task/12104/stat : 12104 (strangenight1-m) R 12099 12101 11857 0 -1 4202560 124947 0 0 0 118117 50 0 0 25 0 4 0 731068664 760852480 116880 33554432000 4194304 4650419 140734506038912 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4713.52
Current children cumulated vsize (KiB) 743020



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1204 s]
/proc/loadavg: 8.16 8.15 8.09 9/390 12171
/proc/meminfo: memFree=14094832/32951124 swapFree=65586204/67111528
[pid=12101] ppid=12099 vsize=687172 CPUtime=4800.04 cores=0,2,4,6
/proc/12101/stat : 12101 (strangenight1-m) R 12099 12101 11857 0 -1 4202496 668863 0 0 0 479762 242 0 0 25 0 4 0 731068663 703664128 116252 33554432000 4194304 4650419 140734506038912 18446744073709551615 4433081 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/12101/statm: 171793 116252 393 112 0 166758 0
[pid=12101/tid=12102] ppid=12099 vsize=687172 CPUtime=1203.77 cores=0,2,4,6
/proc/12101/task/12102/stat : 12102 (strangenight1-m) R 12099 12101 11857 0 -1 4202560 169823 0 0 0 120319 58 0 0 25 0 4 0 731068664 703664128 116252 33554432000 4194304 4650419 140734506038912 18446744073709551615 4433059 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12101/tid=12103] ppid=12099 vsize=687172 CPUtime=1188.85 cores=0,2,4,6
/proc/12101/task/12103/stat : 12103 (strangenight1-m) R 12099 12101 11857 0 -1 4202560 195646 0 0 0 118819 66 0 0 25 0 4 0 731068664 703664128 116252 33554432000 4194304 4650419 140734506038912 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12101/tid=12104] ppid=12099 vsize=687172 CPUtime=1203.38 cores=0,2,4,6
/proc/12101/task/12104/stat : 12104 (strangenight1-m) R 12099 12101 11857 0 -1 4202560 125867 0 0 0 120287 51 0 0 25 0 4 0 731068664 703664128 116252 33554432000 4194304 4650419 140734506038912 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.04
Current children cumulated vsize (KiB) 687172

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

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

[startup+1204 s]
/proc/loadavg: 8.16 8.15 8.09 9/390 12171
/proc/meminfo: memFree=14094832/32951124 swapFree=65586204/67111528
[pid=12101] ppid=12099 vsize=687172 CPUtime=4800.04 cores=0,2,4,6
/proc/12101/stat : 12101 (strangenight1-m) R 12099 12101 11857 0 -1 4202496 668863 0 0 0 479762 242 0 0 25 0 4 0 731068663 703664128 116252 33554432000 4194304 4650419 140734506038912 18446744073709551615 4433081 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/12101/statm: 171793 116252 393 112 0 166758 0
[pid=12101/tid=12102] ppid=12099 vsize=687172 CPUtime=1203.77 cores=0,2,4,6
/proc/12101/task/12102/stat : 12102 (strangenight1-m) R 12099 12101 11857 0 -1 4202560 169823 0 0 0 120319 58 0 0 25 0 4 0 731068664 703664128 116252 33554432000 4194304 4650419 140734506038912 18446744073709551615 4433059 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=12101/tid=12103] ppid=12099 vsize=687172 CPUtime=1188.85 cores=0,2,4,6
/proc/12101/task/12103/stat : 12103 (strangenight1-m) R 12099 12101 11857 0 -1 4202560 195646 0 0 0 118819 66 0 0 25 0 4 0 731068664 703664128 116252 33554432000 4194304 4650419 140734506038912 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12101/tid=12104] ppid=12099 vsize=687172 CPUtime=1203.38 cores=0,2,4,6
/proc/12101/task/12104/stat : 12104 (strangenight1-m) R 12099 12101 11857 0 -1 4202560 125867 0 0 0 120287 51 0 0 25 0 4 0 731068664 703664128 116252 33554432000 4194304 4650419 140734506038912 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.04
Current children cumulated vsize (KiB) 687172

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1204.04
CPU time (s): 4800.12
CPU user time (s): 4797.67
CPU system time (s): 2.44863
CPU usage (%): 398.667
Max. virtual memory (cumulated for all children) (KiB): 743020

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.67
system time used= 2.44863
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 668864
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= 459
involuntary context switches= 21479

runsolver used 4.32634 second user time and 10.6884 second system time

The end

Launcher Data

Begin job on node119 at 2011-05-14 23:26:20
IDJOB=3368972
IDBENCH=82981
IDSOLVER=1846
FILE ID=node119/3368972-1305408380
RUNJOBID= node119-1305405968-11878
PBS_JOBID= 13324506
Free space on /tmp= 73188 MiB

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

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

MD5SUM BENCH= 74a1475d318f4f1a9026a9771426aa49
RANDOM SEED=1022044170

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

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.815
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.67
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.815
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.815
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.74
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.815
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:      14630196 kB
Buffers:        284920 kB
Cached:        4559884 kB
SwapCached:       4756 kB
Active:       14970596 kB
Inactive:      3017664 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14630196 kB
SwapTotal:    67111528 kB
SwapFree:     65586204 kB
Dirty:            6264 kB
Writeback:           0 kB
AnonPages:    13141660 kB
Mapped:          30628 kB
Slab:           210392 kB
PageTables:      57692 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 102826848 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= 73184 MiB
End job on node119 at 2011-05-14 23:46:26