Trace number 3368955

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.36 1202.94

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v125-c2662-S464722883-083.SATISFIABLE.cnf
MD5SUMf1e33ebe027aeef1e1287d547aeffeed
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.036993
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-3368955-1305407579.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.02	c Parsing time:  0.00 s
0.00/0.02	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.06	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
0.00/0.06	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.06	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
0.00/0.06	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.06	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.06	c calculated reachability. Time: 0.00
0.00/0.06	c Calc default polars -  time:   0.00 s pos:      52 undec:       7 neg:      66
0.00/0.06	c =========================================================================================
0.00/0.06	c types(t): F = full restart, N = normal restart
0.00/0.06	c types(t): S = simplification begin/end, E = solution found
0.00/0.06	c restart types(rt): st = static, dy = dynamic
0.00/0.06	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.06	c  B st     0         0       125      2662         0         0     13310         0   no data   no data  --
0.37/0.14	c Decided on static restart strategy
0.37/0.14	c  N st     8      4919       125      2662         0      4625     13310    122605   no data   no data  --
1.97/0.59	c  N st    10     11301       125      2662         0      4293     13310     88745   no data   no data  --
1.97/0.59	c  N st    11     17046       125      2662         0      9691     13310    223992   no data   no data  --
3.57/0.95	c  F st    12     25000       125      2662         0     11882     13310    283972   no data   no data  --
3.57/0.95	c  N st    12     25000       125      2662         0     11882     13310    283972   no data   no data  --
4.38/1.15	c Decided on static restart strategy
4.38/1.15	c  N st    18     30000       125      2662         0     10196     13310    227332   no data   no data  --
4.38/1.15	c  S st    18     30000       125      2662         0     10196     13310    227332   no data   no data  --
4.38/1.15	c  S st    18     30506       125      2662         0     10688     13310    240594   no data   no data  --
4.38/1.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.38/1.15	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4.38/1.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
4.38/1.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.38/1.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.38/1.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
4.38/1.15	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
6.76/1.73	c lits-rem:      2750  cl-subs:     1506  v-elim:      0  v-fix:    0  time:  2.51 s
6.76/1.77	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.17
6.76/1.77	c calculated reachability. Time: 0.00
6.76/1.77	c  N st    18     30506       125      2662         0      9182     13310    196845   no data   no data  --
8.35/2.12	c  N st    20     37617       125      2662         0      8497     13310    167249   no data   no data  --
9.55/2.47	c  N st    21     44016       125      2662         0     14538     13310    331405   no data   no data  --
9.95/2.57	c  S st    22     45759       125      2662         0     16185     13310    376350   no data   no data  --
10.35/2.61	c  S st    22     46264       125      2662         0     16679     13310    388997   no data   no data  --
10.35/2.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
10.35/2.61	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
10.35/2.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
10.35/2.62	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10.35/2.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.35/2.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
10.35/2.62	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
15.93/4.00	c lits-rem:      4998  cl-subs:     1466  v-elim:      0  v-fix:    0  time:  5.49 s
15.93/4.00	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
15.93/4.01	c vivif2 --  cl tried    15213 cl shrink        0 lits rem          0 time: 0.02
15.93/4.08	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.26
15.93/4.08	c calculated reachability. Time: 0.00
15.93/4.08	c  N st    22     46264       125      2662         0     15213     13310    340453   no data   no data  --
19.13/4.85	c  N st    23     60662       125      2662         0     10956     13310    200924   no data   no data  --
21.13/5.35	c  N st    24     69399       125      2662         0     19154     13310    414836   no data   no data  --
21.13/5.35	c  S st    24     69399       125      2662         0     19154     13310    414836   no data   no data  --
21.53/5.40	c  S st    24     69905       125      2662         0     19648     13310    427441   no data   no data  --
21.53/5.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
21.53/5.40	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
21.53/5.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
21.53/5.42	c bin-w-bin subsume rem            0 bins  time:  0.00 s
21.53/5.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
21.53/5.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
21.53/5.42	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
27.51/6.95	c lits-rem:      3333  cl-subs:     2008  v-elim:      0  v-fix:    0  time:  6.09 s
27.51/6.95	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
27.51/6.95	c vivif2 --  cl tried    17640 cl shrink        0 lits rem          0 time: 0.02
27.91/7.03	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.34
27.91/7.04	c calculated reachability. Time: 0.00
27.91/7.04	c  N st    24     69905       125      2662         0     17640     13310    369598   no data   no data  --
32.29/8.14	c  F st    25     87501       125      2662         0     12729     13310    223585   no data   no data  --
32.29/8.14	c  N st    25     87501       125      2662         0     12729     13310    223585   no data   no data  --
33.50/8.46	c Decided on static restart strategy
34.30/8.65	c  N st    32     95538       125      2662         0     20333     13310    424050   no data   no data  --
36.68/9.27	c  N st    34    104857       125      2662         0     16815     13310    320183   no data   no data  --
36.68/9.27	c  S st    34    104857       125      2662         0     16815     13310    320183   no data   no data  --
37.08/9.32	c  S st    34    105360       125      2662         0     17303     13310    333134   no data   no data  --
37.08/9.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
37.08/9.32	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
37.08/9.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
37.08/9.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
37.08/9.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
37.08/9.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
37.08/9.34	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
41.88/10.57	c lits-rem:      2226  cl-subs:     1247  v-elim:      0  v-fix:    0  time:  4.94 s
41.88/10.57	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
41.88/10.58	c vivif2 --  cl tried    16056 cl shrink        0 lits rem          0 time: 0.01
42.28/10.64	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.28
42.28/10.65	c calculated reachability. Time: 0.00
42.28/10.65	c  N st    34    105360       125      2662         0     16056     13310    297885   no data   no data  --
45.07/11.30	c  N st    35    114961       125      2662         0     25084     13310    534857   no data   no data  --
49.06/12.31	c  N st    36    129359       125      2662         0     25483     13310    533051   no data   no data  --
55.44/13.90	c  N st    37    150955       125      2662         0     16681     13310    269911   no data   no data  --
57.06/14.36	c  S st    38    158040       125      2662         0     23388     13310    448149   no data   no data  --
57.48/14.42	c  S st    38    158543       125      2662         0     23878     13310    460797   no data   no data  --
57.48/14.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
57.48/14.42	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
57.48/14.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
57.48/14.44	c bin-w-bin subsume rem            0 bins  time:  0.00 s
57.48/14.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
57.48/14.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
57.48/14.44	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
63.83/16.08	c lits-rem:      4000  cl-subs:     1736  v-elim:      0  v-fix:    0  time:  6.54 s
63.83/16.08	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
63.83/16.08	c vivif2 --  cl tried    22142 cl shrink        0 lits rem          0 time: 0.02
64.23/16.19	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.44
64.23/16.20	c calculated reachability. Time: 0.00
64.23/16.20	c  N st    38    158543       125      2662         0     22142     13310    409366   no data   no data  --
82.59/20.78	c  N st    39    207131       125      2662         0     34708     13310    704333   no data   no data  --
94.15/23.64	c  N st    40    237816       125      2662         0     26890     13310    481493   no data   no data  --
94.15/23.64	c  S st    40    237816       125      2662         0     26890     13310    481493   no data   no data  --
94.55/23.71	c  S st    40    238317       125      2662         0     27375     13310    494091   no data   no data  --
94.55/23.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
94.55/23.71	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
94.55/23.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
94.55/23.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
94.55/23.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
94.55/23.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
94.55/23.73	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
101.37/25.46	c lits-rem:      3082  cl-subs:     2400  v-elim:      0  v-fix:    0  time:  6.87 s
101.37/25.46	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
101.37/25.46	c vivif2 --  cl tried    24975 cl shrink        0 lits rem          0 time: 0.02
101.73/25.58	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.46
101.73/25.58	c calculated reachability. Time: 0.00
101.73/25.58	c  N st    40    238317       125      2662         0     24975     13310    432698   no data   no data  --
126.48/31.74	c  F st    41    306252       125      2662         0     27044     13310    450467   no data   no data  --
126.48/31.74	c  N st    41    306252       125      2662         0     27044     13310    450467   no data   no data  --
128.47/32.22	c Decided on static restart strategy
137.65/34.52	c  N st    51    334554       125      2662         0     31120     13310    534551   no data   no data  --
146.43/36.75	c  N st    53    357475       125      2662         0     29216     13310    471788   no data   no data  --
146.43/36.75	c  S st    53    357475       125      2662         0     29216     13310    471788   no data   no data  --
146.83/36.82	c  S st    53    357978       125      2662         0     29705     13310    484753   no data   no data  --
146.83/36.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
146.83/36.82	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
146.83/36.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
146.83/36.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
146.83/36.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
146.83/36.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
146.83/36.85	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
152.42/38.27	c lits-rem:      2041  cl-subs:     1340  v-elim:      0  v-fix:    0  time:  5.67 s
152.42/38.27	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
152.42/38.27	c vivif2 --  cl tried    28365 cl shrink        0 lits rem          0 time: 0.02
153.22/38.40	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.52
153.22/38.40	c calculated reachability. Time: 0.00
153.22/38.40	c  N st    53    357978       125      2662         0     28365     13310    447637   no data   no data  --
169.97/42.67	c  N st    54    390370       125      2662         0     34363     13310    595671   no data   no data  --
195.52/49.03	c  N st    55    438958       125      2662         0     28177     13310    409587   no data   no data  --
231.03/57.96	c  N st    56    511840       125      2662         0     41256     13310    710220   no data   no data  --
243.81/61.15	c  N st    57    536967       125      2662         0     35843     13310    554698   no data   no data  --
243.81/61.15	c  S st    57    536967       125      2662         0     35843     13310    554698   no data   no data  --
244.21/61.24	c  S st    57    537470       125      2662         0     36331     13310    567101   no data   no data  --
244.21/61.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
244.21/61.24	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
244.21/61.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.04
244.21/61.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
244.21/61.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
244.21/61.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
244.21/61.27	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
251.39/63.05	c lits-rem:      1997  cl-subs:     1652  v-elim:      0  v-fix:    0  time:  7.08 s
251.39/63.05	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
251.39/63.06	c vivif2 --  cl tried    34679 cl shrink        0 lits rem          0 time: 0.02
252.19/63.23	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.71
252.19/63.23	c calculated reachability. Time: 0.00
252.19/63.23	c  N st    57    537470       125      2662         0     34679     13310    524425   no data   no data  --
341.98/85.70	c  N st    58    701454       125      2662         0     62587     13310   1193217   no data   no data  --
406.63/101.95	c  N st    59    806206       125      2662         0     56845     13310   1000459   no data   no data  --
406.63/101.95	c  S st    59    806206       125      2662         0     56845     13310   1000459   no data   no data  --
407.43/102.14	c  S st    59    806709       125      2662         0     57335     13310   1013569   no data   no data  --
407.43/102.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
407.43/102.14	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
407.43/102.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.10
407.43/102.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
407.43/102.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
407.43/102.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
407.43/102.20	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
430.20/107.83	c lits-rem:       421  cl-subs:     5283  v-elim:      0  v-fix:    0  time: 22.45 s
430.20/107.83	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
430.20/107.84	c vivif2 --  cl tried    52052 cl shrink        0 lits rem          0 time: 0.04
431.37/108.17	c asymm  cl-useful: 0/2109/2662 lits-rem:0 time: 1.29
431.37/108.17	c calculated reachability. Time: 0.00
431.37/108.17	c  N st    59    806709       125      2662         0     52052     13310    887485   no data   no data  --
604.97/151.60	c  F st    60   1071876       125      2662         0     67085     13310   1180998   no data   no data  --
604.97/151.60	c  N st    60   1071876       125      2662         0     67085     13310   1180998   no data   no data  --
609.36/152.75	c Decided on static restart strategy
630.51/158.03	c  N st    70   1100184       125      2662         0     51797     13310    784270   no data   no data  --
658.46/165.03	c  N st    72   1136177       125      2662         0     85570     13310   1683602   no data   no data  --
681.18/170.78	c  N st    73   1168570       125      2662         0     72849     13310   1326918   no data   no data  --
718.70/180.17	c  N st    74   1210065       125      2662         0     67475     13310   1126907   no data   no data  --
718.70/180.17	c  S st    74   1210065       125      2662         0     67475     13310   1126907   no data   no data  --
719.92/180.42	c  S st    74   1210565       125      2662         0     67962     13310   1139738   no data   no data  --
719.92/180.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
719.92/180.42	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
719.92/180.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.16
719.92/180.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
719.92/180.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
719.92/180.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
719.92/180.50	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
763.39/191.40	c lits-rem:      3866  cl-subs:     6319  v-elim:      0  v-fix:    0  time: 43.48 s
763.39/191.40	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
763.81/191.41	c vivif2 --  cl tried    61643 cl shrink        0 lits rem          0 time: 0.04
764.22/191.52	c asymm  cl-useful: 0/553/2662 lits-rem:0 time: 0.43
764.22/191.52	c calculated reachability. Time: 0.00
764.22/191.52	c  N st    74   1210565       125      2662         0     61643     13310    982049   no data   no data  --
820.45/205.65	c  N st    75   1283447       125      2662         0     85110     13310   1617168   no data   no data  --
915.82/229.53	c  N st    76   1392770       125      2662         0     95317     13310   1878244   no data   no data  --
1060.28/265.75	c  N st    77   1556756       125      2662         0     51989     13310    640864   no data   no data  --
1189.19/298.07	c  N st    78   1710566       125      2662         0     91980     13310   1644082   no data   no data  --
1189.19/298.07	c  S st    78   1710566       125      2662         0     91980     13310   1644082   no data   no data  --
1190.38/298.39	c  S st    78   1711070       125      2662         0     92473     13310   1657221   no data   no data  --
1190.78/298.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1190.78/298.40	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1190.78/298.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.18
1190.78/298.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1190.78/298.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1190.78/298.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
1190.78/298.49	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1332.02/333.84	c lits-rem:      2611  cl-subs:    10341  v-elim:      0  v-fix:    0  time: 141.00 s
1332.02/333.84	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
1332.02/333.86	c vivif2 --  cl tried    82132 cl shrink        0 lits rem          0 time: 0.08
1333.62/334.26	c asymm  cl-useful: 0/1472/2662 lits-rem:0 time: 1.60
1333.62/334.26	c calculated reachability. Time: 0.00
1333.62/334.26	c  N st    78   1711070       125      2662         0     82132     13310   1408944   no data   no data  --
1682.01/421.54	c  N st    79   2080034       125      2662         0     93360     13310   1573846   no data   no data  --
1822.88/456.85	c  N st    80   2211071       125      2662         0     97493     13310   1673522   no data   no data  --
1822.88/456.85	c  S st    80   2211071       125      2662         0     97493     13310   1673522   no data   no data  --
1824.48/457.28	c  S st    80   2211573       125      2662         0     97977     13310   1686880   no data   no data  --
1824.48/457.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1824.48/457.29	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1824.88/457.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.25
1825.28/457.41	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1825.28/457.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1825.28/457.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
1825.28/457.41	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1962.15/491.74	c lits-rem:      3871  cl-subs:     9195  v-elim:      0  v-fix:    0  time: 136.90 s
1962.15/491.74	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
1962.15/491.76	c vivif2 --  cl tried    88782 cl shrink        0 lits rem          0 time: 0.08
1963.72/492.17	c asymm  cl-useful: 0/1109/2662 lits-rem:0 time: 1.67
1963.72/492.18	c calculated reachability. Time: 0.00
1963.72/492.18	c  N st    80   2211573       125      2662         0     88782     13310   1461308   no data   no data  --
2515.26/630.32	c  N st    81   2711575       125      2662         0    111348     13310   1934487   no data   no data  --
2515.26/630.32	c  S st    81   2711575       125      2662         0    111348     13310   1934487   no data   no data  --
2516.83/630.77	c  S st    81   2712079       125      2662         0    111834     13310   1947676   no data   no data  --
2516.83/630.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
2516.83/630.78	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2517.23/630.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.29
2517.63/630.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2517.63/630.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2517.63/630.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
2517.63/630.93	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2706.76/678.30	c lits-rem:      1509  cl-subs:    12265  v-elim:      0  v-fix:    0  time: 188.98 s
2706.76/678.30	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
2706.76/678.32	c vivif2 --  cl tried    99569 cl shrink        0 lits rem          0 time: 0.09
2708.37/678.74	c asymm  cl-useful: 0/1192/2662 lits-rem:0 time: 1.67
2708.37/678.75	c calculated reachability. Time: 0.00
2708.37/678.75	c  N st    81   2712079       125      2662         0     99569     13310   1654784   no data   no data  --
3297.02/826.23	c  N st    82   3212081       125      2662         0     77236     13310    955014   no data   no data  --
3297.02/826.23	c  S st    82   3212081       125      2662         0     77236     13310    955014   no data   no data  --
3297.78/826.49	c  S st    82   3212583       125      2662         0     77724     13310    968627   no data   no data  --
3297.78/826.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
3297.78/826.49	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3298.18/826.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.16
3298.18/826.56	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3298.18/826.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3298.18/826.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
3298.18/826.56	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3338.48/836.61	c lits-rem:      1063  cl-subs:     1302  v-elim:      0  v-fix:    0  time: 40.05 s
3338.48/836.61	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
3338.48/836.62	c vivif2 --  cl tried    76422 cl shrink        0 lits rem          0 time: 0.07
3340.50/837.11	c asymm  cl-useful: 0/1362/2662 lits-rem:0 time: 1.95
3340.50/837.12	c calculated reachability. Time: 0.00
3340.50/837.12	c  N st    82   3212583       125      2662         0     76422     13310    937209   no data   no data  --
3984.58/998.51	c  N st    83   3712583       125      2662         0     86458     13310   1105048   no data   no data  --
3984.58/998.51	c  S st    83   3712583       125      2662         0     86458     13310   1105048   no data   no data  --
3985.38/998.79	c  S st    83   3713086       125      2662         0     86948     13310   1118580   no data   no data  --
3985.38/998.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
3985.38/998.80	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3985.80/998.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.15
3985.80/998.87	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3985.80/998.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3985.80/998.87	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
3985.80/998.87	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4015.72/1006.33	c lits-rem:      1717  cl-subs:     2620  v-elim:      0  v-fix:    0  time: 29.79 s
4015.72/1006.33	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
4015.72/1006.35	c vivif2 --  cl tried    84328 cl shrink        0 lits rem          0 time: 0.06
4016.95/1006.66	c asymm  cl-useful: 0/1436/2662 lits-rem:0 time: 1.25
4016.95/1006.66	c calculated reachability. Time: 0.00
4016.95/1006.66	c  N st    83   3713086       125      2662         0     84328     13310   1059960   no data   no data  --
4068.78/1019.70	c  F st    84   3751562       125      2662         0    120132     13310   2002153   no data   no data  --
4068.78/1019.70	c  N st    84   3751562       125      2662         0    120132     13310   2002153   no data   no data  --
4080.35/1022.53	c Decided on static restart strategy
4121.47/1032.84	c  N st    94   3779867       125      2662         0    146687     13310   2694967   no data   no data  --
4166.96/1044.26	c  N st    96   3815862       125      2662         0    101597     13310   1506718   no data   no data  --
4206.46/1054.17	c  N st    97   3848254       125      2662         0    131920     13310   2300464   no data   no data  --
4271.55/1070.46	c  N st    98   3896842       125      2662         0     97208     13310   1387394   no data   no data  --
4393.63/1101.04	c  N st    99   3969726       125      2662         0     84180     13310   1002473   no data   no data  --
4560.45/1142.84	c  N st   100   4079049       125      2662         0    104115     13310   1529125   no data   no data  --
4766.76/1194.60	c  N st   101   4213087       125      2662         0    145710     13310   2552088   no data   no data  --
4766.76/1194.60	c  S st   101   4213087       125      2662         0    145710     13310   2552088   no data   no data  --
4768.75/1195.09	c  S st   101   4213590       125      2662         0    146200     13310   2565160   no data   no data  --
4769.15/1195.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
4769.15/1195.10	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4769.15/1195.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.31
4769.55/1195.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4769.55/1195.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4769.55/1195.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
4769.55/1195.26	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-3368955-1305407579/watcher-3368955-1305407579 -o /tmp/evaluation-result-3368955-1305407579/solver-3368955-1305407579 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3368955-1305407579.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: 7.37 7.93 7.85 2/293 20991
/proc/meminfo: memFree=27770392/32951124 swapFree=63649232/67111528
[pid=20991] ppid=20989 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/20991/stat : 20991 (strangenight1-m) R 20989 20991 20874 0 -1 4202496 412 0 0 0 0 0 0 0 25 0 4 0 652356407 52465664 352 33554432000 4194304 4650419 140735941569696 18446744073709551615 47483681273778 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20991/statm: 12809 352 303 112 0 7774 0
[pid=20991/tid=20992] ppid=20989 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/20991/task/20992/stat : 20992 (strangenight1-m) R 20989 20991 20874 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 652356408 52465664 352 33554432000 4194304 4650419 140735941569696 18446744073709551615 47483681273776 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20991/tid=20993] ppid=20989 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/20991/task/20993/stat : 20993 (strangenight1-m) R 20989 20991 20874 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 652356408 52465664 352 33554432000 4194304 4650419 140735941569696 18446744073709551615 47483681273772 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=20991/tid=20994] ppid=20989 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/20991/task/20994/stat : 20994 (strangenight1-m) R 20989 20991 20874 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 652356408 52465664 352 33554432000 4194304 4650419 140735941569696 18446744073709551615 210204703729 0 0 4096 2 0 0 0 -1 4 0 0 0

[startup+0.100878 s]
/proc/loadavg: 7.37 7.93 7.85 2/293 20991
/proc/meminfo: memFree=27770392/32951124 swapFree=63649232/67111528
[pid=20991] ppid=20989 vsize=282344 CPUtime=0.37 cores=0,2,4,6
/proc/20991/stat : 20991 (strangenight1-m) R 20989 20991 20874 0 -1 4202496 1870 0 0 0 37 0 0 0 18 0 4 0 652356407 289120256 1706 33554432000 4194304 4650419 140735941569696 18446744073709551615 4366923 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20991/statm: 70586 1706 389 112 0 65551 0
[pid=20991/tid=20992] ppid=20989 vsize=282344 CPUtime=0.09 cores=0,2,4,6
/proc/20991/task/20992/stat : 20992 (strangenight1-m) R 20989 20991 20874 0 -1 4202560 412 0 0 0 9 0 0 0 18 0 4 0 652356408 289120256 1706 33554432000 4194304 4650419 140735941569696 18446744073709551615 4365242 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20991/tid=20993] ppid=20989 vsize=282344 CPUtime=0.09 cores=0,2,4,6
/proc/20991/task/20993/stat : 20993 (strangenight1-m) R 20989 20991 20874 0 -1 4202560 377 0 0 0 9 0 0 0 25 0 4 0 652356408 289120256 1706 33554432000 4194304 4650419 140735941569696 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=20991/tid=20994] ppid=20989 vsize=282344 CPUtime=0.08 cores=0,2,4,6
/proc/20991/task/20994/stat : 20994 (strangenight1-m) R 20989 20991 20874 0 -1 4202560 274 0 0 0 8 0 0 0 25 0 4 0 652356408 289120256 1706 33554432000 4194304 4650419 140735941569696 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 282344

[startup+0.20083 s]
/proc/loadavg: 7.37 7.93 7.85 2/293 20991
/proc/meminfo: memFree=27770392/32951124 swapFree=63649232/67111528
[pid=20991] ppid=20989 vsize=283676 CPUtime=0.77 cores=0,2,4,6
/proc/20991/stat : 20991 (strangenight1-m) R 20989 20991 20874 0 -1 4202496 2774 0 0 0 77 0 0 0 18 0 4 0 652356407 290484224 1984 33554432000 4194304 4650419 140735941569696 18446744073709551615 4363416 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20991/statm: 70919 1984 391 112 0 65884 0
[pid=20991/tid=20992] ppid=20989 vsize=283676 CPUtime=0.19 cores=0,2,4,6
/proc/20991/task/20992/stat : 20992 (strangenight1-m) R 20989 20991 20874 0 -1 4202560 642 0 0 0 19 0 0 0 18 0 4 0 652356408 290484224 1984 33554432000 4194304 4650419 140735941569696 18446744073709551615 4333715 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20991/tid=20993] ppid=20989 vsize=283676 CPUtime=0.19 cores=0,2,4,6
/proc/20991/task/20993/stat : 20993 (strangenight1-m) R 20989 20991 20874 0 -1 4202560 612 0 0 0 19 0 0 0 25 0 4 0 652356408 290484224 1984 33554432000 4194304 4650419 140735941569696 18446744073709551615 4365237 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=20991/tid=20994] ppid=20989 vsize=283676 CPUtime=0.18 cores=0,2,4,6
/proc/20991/task/20994/stat : 20994 (strangenight1-m) R 20989 20991 20874 0 -1 4202560 485 0 0 0 18 0 0 0 25 0 4 0 652356408 290484224 1984 33554432000 4194304 4650419 140735941569696 18446744073709551615 4365300 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 283676

[startup+0.300813 s]
/proc/loadavg: 7.37 7.93 7.85 2/293 20991
/proc/meminfo: memFree=27770392/32951124 swapFree=63649232/67111528
[pid=20991] ppid=20989 vsize=283852 CPUtime=1.17 cores=0,2,4,6
/proc/20991/stat : 20991 (strangenight1-m) R 20989 20991 20874 0 -1 4202496 3170 0 0 0 117 0 0 0 18 0 4 0 652356407 290664448 2380 33554432000 4194304 4650419 140735941569696 18446744073709551615 4366819 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20991/statm: 70963 2380 391 112 0 65928 0
[pid=20991/tid=20992] ppid=20989 vsize=283852 CPUtime=0.29 cores=0,2,4,6
/proc/20991/task/20992/stat : 20992 (strangenight1-m) R 20989 20991 20874 0 -1 4202560 742 0 0 0 29 0 0 0 18 0 4 0 652356408 290664448 2380 33554432000 4194304 4650419 140735941569696 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20991/tid=20993] ppid=20989 vsize=283852 CPUtime=0.29 cores=0,2,4,6
/proc/20991/task/20993/stat : 20993 (strangenight1-m) R 20989 20991 20874 0 -1 4202560 710 0 0 0 29 0 0 0 25 0 4 0 652356408 290664448 2380 33554432000 4194304 4650419 140735941569696 18446744073709551615 4365192 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=20991/tid=20994] ppid=20989 vsize=283852 CPUtime=0.28 cores=0,2,4,6
/proc/20991/task/20994/stat : 20994 (strangenight1-m) R 20989 20991 20874 0 -1 4202560 593 0 0 0 28 0 0 0 25 0 4 0 652356408 290664448 2381 33554432000 4194304 4650419 140735941569696 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 283852

[startup+0.700747 s]
/proc/loadavg: 7.37 7.93 7.85 2/293 20991
/proc/meminfo: memFree=27770392/32951124 swapFree=63649232/67111528
[pid=20991] ppid=20989 vsize=285420 CPUtime=2.77 cores=0,2,4,6
/proc/20991/stat : 20991 (strangenight1-m) R 20989 20991 20874 0 -1 4202496 5680 0 0 0 276 1 0 0 18 0 4 0 652356407 292270080 2748 33554432000 4194304 4650419 140735941569696 18446744073709551615 4365343 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20991/statm: 71355 2748 391 112 0 66320 0
[pid=20991/tid=20992] ppid=20989 vsize=285420 CPUtime=0.69 cores=0,2,4,6
/proc/20991/task/20992/stat : 20992 (strangenight1-m) R 20989 20991 20874 0 -1 4202560 1396 0 0 0 69 0 0 0 18 0 4 0 652356408 292270080 2748 33554432000 4194304 4650419 140735941569696 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20991/tid=20993] ppid=20989 vsize=285420 CPUtime=0.68 cores=0,2,4,6
/proc/20991/task/20993/stat : 20993 (strangenight1-m) R 20989 20991 20874 0 -1 4202560 1341 0 0 0 68 0 0 0 25 0 4 0 652356408 292270080 2748 33554432000 4194304 4650419 140735941569696 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=20991/tid=20994] ppid=20989 vsize=285420 CPUtime=0.68 cores=0,2,4,6
/proc/20991/task/20994/stat : 20994 (strangenight1-m) R 20989 20991 20874 0 -1 4202560 1175 0 0 0 68 0 0 0 25 0 4 0 652356408 292270080 2748 33554432000 4194304 4650419 140735941569696 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 285420

[startup+1.50062 s]
/proc/loadavg: 7.37 7.93 7.85 10/302 21025
/proc/meminfo: memFree=27742704/32951124 swapFree=63649232/67111528
[pid=20991] ppid=20989 vsize=295412 CPUtime=5.96 cores=0,2,4,6
/proc/20991/stat : 20991 (strangenight1-m) R 20989 20991 20874 0 -1 4202496 11404 0 0 0 594 2 0 0 20 0 4 0 652356407 302501888 6241 33554432000 4194304 4650419 140735941569696 18446744073709551615 4476304 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20991/statm: 73853 6241 393 112 0 68818 0
[pid=20991/tid=20992] ppid=20989 vsize=295412 CPUtime=1.48 cores=0,2,4,6
/proc/20991/task/20992/stat : 20992 (strangenight1-m) R 20989 20991 20874 0 -1 4202560 3381 0 0 0 148 0 0 0 20 0 4 0 652356408 302501888 6241 33554432000 4194304 4650419 140735941569696 18446744073709551615 4439103 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20991/tid=20993] ppid=20989 vsize=295412 CPUtime=1.48 cores=0,2,4,6
/proc/20991/task/20993/stat : 20993 (strangenight1-m) R 20989 20991 20874 0 -1 4202560 2311 0 0 0 148 0 0 0 25 0 4 0 652356408 302501888 6241 33554432000 4194304 4650419 140735941569696 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=20991/tid=20994] ppid=20989 vsize=295412 CPUtime=1.47 cores=0,2,4,6
/proc/20991/task/20994/stat : 20994 (strangenight1-m) R 20989 20991 20874 0 -1 4202560 2023 0 0 0 147 0 0 0 25 0 4 0 652356408 302501888 6241 33554432000 4194304 4650419 140735941569696 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 295412

[startup+3.10035 s]
/proc/loadavg: 7.37 7.93 7.85 9/302 21025
/proc/meminfo: memFree=27701856/32951124 swapFree=63649232/67111528
[pid=20991] ppid=20989 vsize=313616 CPUtime=12.35 cores=0,2,4,6
/proc/20991/stat : 20991 (strangenight1-m) R 20989 20991 20874 0 -1 4202496 19165 0 0 0 1231 4 0 0 25 0 4 0 652356407 321142784 12225 33554432000 4194304 4650419 140735941569696 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20991/statm: 78404 12226 393 112 0 73369 0
[pid=20991/tid=20992] ppid=20989 vsize=313616 CPUtime=3.09 cores=0,2,4,6
/proc/20991/task/20992/stat : 20992 (strangenight1-m) R 20989 20991 20874 0 -1 4202560 4541 0 0 0 308 1 0 0 25 0 4 0 652356408 321142784 12226 33554432000 4194304 4650419 140735941569696 18446744073709551615 4520322 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20991/tid=20993] ppid=20989 vsize=313616 CPUtime=3.09 cores=0,2,4,6
/proc/20991/task/20993/stat : 20993 (strangenight1-m) R 20989 20991 20874 0 -1 4202560 4695 0 0 0 307 2 0 0 25 0 4 0 652356408 321142784 12226 33554432000 4194304 4650419 140735941569696 18446744073709551615 4370465 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=20991/tid=20994] ppid=20989 vsize=313616 CPUtime=3.06 cores=0,2,4,6
/proc/20991/task/20994/stat : 20994 (strangenight1-m) R 20989 20991 20874 0 -1 4202560 4345 0 0 0 306 0 0 0 25 0 4 0 652356408 321142784 12226 33554432000 4194304 4650419 140735941569696 18446744073709551615 4366931 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 313616

[startup+6.30082 s]
/proc/loadavg: 7.50 7.95 7.85 9/302 21025
/proc/meminfo: memFree=27652140/32951124 swapFree=63649232/67111528
[pid=20991] ppid=20989 vsize=314628 CPUtime=25.12 cores=0,2,4,6
/proc/20991/stat : 20991 (strangenight1-m) R 20989 20991 20874 0 -1 4202496 27748 0 0 0 2506 6 0 0 25 0 4 0 652356407 322179072 16636 33554432000 4194304 4650419 140735941569696 18446744073709551615 4439103 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20991/statm: 78657 16636 393 112 0 73622 0
[pid=20991/tid=20992] ppid=20989 vsize=314628 CPUtime=6.29 cores=0,2,4,6
/proc/20991/task/20992/stat : 20992 (strangenight1-m) R 20989 20991 20874 0 -1 4202560 7384 0 0 0 628 1 0 0 25 0 4 0 652356408 322179072 16636 33554432000 4194304 4650419 140735941569696 18446744073709551615 4363423 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20991/tid=20993] ppid=20989 vsize=314628 CPUtime=6.29 cores=0,2,4,6
/proc/20991/task/20993/stat : 20993 (strangenight1-m) R 20989 20991 20874 0 -1 4202560 8198 0 0 0 626 3 0 0 25 0 4 0 652356408 322179072 16636 33554432000 4194304 4650419 140735941569696 18446744073709551615 4433084 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=20991/tid=20994] ppid=20989 vsize=314628 CPUtime=6.23 cores=0,2,4,6
/proc/20991/task/20994/stat : 20994 (strangenight1-m) R 20989 20991 20874 0 -1 4202560 4919 0 0 0 623 0 0 0 25 0 4 0 652356408 322179072 16636 33554432000 4194304 4650419 140735941569696 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 314628

[startup+12.7007 s]
/proc/loadavg: 7.54 7.95 7.85 9/302 21025
/proc/meminfo: memFree=27615400/32951124 swapFree=63649232/67111528
[pid=20991] ppid=20989 vsize=305932 CPUtime=50.66 cores=0,2,4,6
/proc/20991/stat : 20991 (strangenight1-m) R 20989 20991 20874 0 -1 4202496 40428 0 0 0 5058 8 0 0 25 0 4 0 652356407 313274368 20913 33554432000 4194304 4650419 140735941569696 18446744073709551615 4366828 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20991/statm: 76483 20913 393 112 0 71448 0
[pid=20991/tid=20992] ppid=20989 vsize=305932 CPUtime=12.68 cores=0,2,4,6
/proc/20991/task/20992/stat : 20992 (strangenight1-m) R 20989 20991 20874 0 -1 4202560 11611 0 0 0 1267 1 0 0 25 0 4 0 652356408 313274368 20913 33554432000 4194304 4650419 140735941569696 18446744073709551615 4365242 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20991/tid=20993] ppid=20989 vsize=305932 CPUtime=12.69 cores=0,2,4,6
/proc/20991/task/20993/stat : 20993 (strangenight1-m) R 20989 20991 20874 0 -1 4202560 11378 0 0 0 1266 3 0 0 25 0 4 0 652356408 313274368 20913 33554432000 4194304 4650419 140735941569696 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=20991/tid=20994] ppid=20989 vsize=305932 CPUtime=12.57 cores=0,2,4,6
/proc/20991/task/20994/stat : 20994 (strangenight1-m) R 20989 20991 20874 0 -1 4202560 6849 0 0 0 1256 1 0 0 25 0 4 0 652356408 313274368 20913 33554432000 4194304 4650419 140735941569696 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 305932

[startup+25.5006 s]
/proc/loadavg: 7.64 7.95 7.85 9/302 21025
/proc/meminfo: memFree=27554228/32951124 swapFree=63649232/67111528
[pid=20991] ppid=20989 vsize=331348 CPUtime=101.73 cores=0,2,4,6
/proc/20991/stat : 20991 (strangenight1-m) R 20989 20991 20874 0 -1 4202496 61836 0 0 0 10159 14 0 0 25 0 4 0 652356407 339300352 29506 33554432000 4194304 4650419 140735941569696 18446744073709551615 4371143 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20991/statm: 82837 29507 393 112 0 77802 0
[pid=20991/tid=20992] ppid=20989 vsize=331348 CPUtime=25.48 cores=0,2,4,6
/proc/20991/task/20992/stat : 20992 (strangenight1-m) R 20989 20991 20874 0 -1 4202560 18837 0 0 0 2546 2 0 0 25 0 4 0 652356408 339300352 29507 33554432000 4194304 4650419 140735941569696 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20991/tid=20993] ppid=20989 vsize=331348 CPUtime=25.48 cores=0,2,4,6
/proc/20991/task/20993/stat : 20993 (strangenight1-m) R 20989 20991 20874 0 -1 4202560 18356 0 0 0 2543 5 0 0 25 0 4 0 652356408 339300352 29507 33554432000 4194304 4650419 140735941569696 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=20991/tid=20994] ppid=20989 vsize=331348 CPUtime=25.25 cores=0,2,4,6
/proc/20991/task/20994/stat : 20994 (strangenight1-m) R 20989 20991 20874 0 -1 4202560 9280 0 0 0 2523 2 0 0 25 0 4 0 652356408 339300352 29507 33554432000 4194304 4650419 140735941569696 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.73
Current children cumulated vsize (KiB) 331348

[startup+51.1003 s]
/proc/loadavg: 7.76 7.95 7.86 9/302 21026
/proc/meminfo: memFree=27508980/32951124 swapFree=63649232/67111528
[pid=20991] ppid=20989 vsize=343376 CPUtime=203.9 cores=0,2,4,6
/proc/20991/stat : 20991 (strangenight1-m) R 20989 20991 20874 0 -1 4202496 91202 0 0 0 20368 22 0 0 25 0 4 0 652356407 351617024 34914 33554432000 4194304 4650419 140735941569696 18446744073709551615 4364762 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20991/statm: 85844 34914 393 112 0 80809 0
[pid=20991/tid=20992] ppid=20989 vsize=343376 CPUtime=51.09 cores=0,2,4,6
/proc/20991/task/20992/stat : 20992 (strangenight1-m) R 20989 20991 20874 0 -1 4202560 29705 0 0 0 5104 5 0 0 25 0 4 0 652356408 351617024 34914 33554432000 4194304 4650419 140735941569696 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20991/tid=20993] ppid=20989 vsize=343376 CPUtime=51.09 cores=0,2,4,6
/proc/20991/task/20993/stat : 20993 (strangenight1-m) R 20989 20991 20874 0 -1 4202560 28830 0 0 0 5101 8 0 0 25 0 4 0 652356408 351617024 34914 33554432000 4194304 4650419 140735941569696 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=20991/tid=20994] ppid=20989 vsize=343376 CPUtime=50.62 cores=0,2,4,6
/proc/20991/task/20994/stat : 20994 (strangenight1-m) R 20989 20991 20874 0 -1 4202560 10422 0 0 0 5060 2 0 0 25 0 4 0 652356408 351617024 34914 33554432000 4194304 4650419 140735941569696 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.9
Current children cumulated vsize (KiB) 343376

[startup+102.301 s]
/proc/loadavg: 7.94 7.97 7.87 9/302 21027
/proc/meminfo: memFree=27411128/32951124 swapFree=63649232/67111528
[pid=20991] ppid=20989 vsize=314672 CPUtime=408.24 cores=0,2,4,6
/proc/20991/stat : 20991 (strangenight1-m) R 20989 20991 20874 0 -1 4202496 144695 0 0 0 40785 39 0 0 25 0 4 0 652356407 322224128 45578 33554432000 4194304 4650419 140735941569696 18446744073709551615 4432376 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20991/statm: 78668 45578 393 112 0 73633 0
[pid=20991/tid=20992] ppid=20989 vsize=314672 CPUtime=102.29 cores=0,2,4,6
/proc/20991/task/20992/stat : 20992 (strangenight1-m) R 20989 20991 20874 0 -1 4202560 47186 0 0 0 10219 10 0 0 25 0 4 0 652356408 322224128 45578 33554432000 4194304 4650419 140735941569696 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20991/tid=20993] ppid=20989 vsize=314672 CPUtime=102.29 cores=0,2,4,6
/proc/20991/task/20993/stat : 20993 (strangenight1-m) R 20989 20991 20874 0 -1 4202560 45304 0 0 0 10216 13 0 0 25 0 4 0 652356408 322224128 45578 33554432000 4194304 4650419 140735941569696 18446744073709551615 4365246 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=20991/tid=20994] ppid=20989 vsize=314672 CPUtime=101.36 cores=0,2,4,6
/proc/20991/task/20994/stat : 20994 (strangenight1-m) R 20989 20991 20874 0 -1 4202560 15566 0 0 0 10132 4 0 0 25 0 4 0 652356408 322224128 45578 33554432000 4194304 4650419 140735941569696 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408.24
Current children cumulated vsize (KiB) 314672

[startup+162.301 s]

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

[pid=20991] ppid=20989 vsize=575208 CPUtime=2563.13 cores=0,2,4,6
/proc/20991/stat : 20991 (strangenight1-m) R 20989 20991 20874 0 -1 4202496 425677 0 0 0 256169 144 0 0 25 0 4 0 652356407 589012992 94756 33554432000 4194304 4650419 140735941569696 18446744073709551615 4432392 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20991/statm: 143802 94756 393 112 0 138767 0
[pid=20991/tid=20992] ppid=20989 vsize=575208 CPUtime=642.29 cores=0,2,4,6
/proc/20991/task/20992/stat : 20992 (strangenight1-m) R 20989 20991 20874 0 -1 4202560 138090 0 0 0 64189 40 0 0 25 0 4 0 652356408 589012992 94756 33554432000 4194304 4650419 140735941569696 18446744073709551615 4433081 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20991/tid=20993] ppid=20989 vsize=575208 CPUtime=642.3 cores=0,2,4,6
/proc/20991/task/20993/stat : 20993 (strangenight1-m) R 20989 20991 20874 0 -1 4202560 137294 0 0 0 64178 52 0 0 25 0 4 0 652356408 589012992 94756 33554432000 4194304 4650419 140735941569696 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=20991/tid=20994] ppid=20989 vsize=575208 CPUtime=636.35 cores=0,2,4,6
/proc/20991/task/20994/stat : 20994 (strangenight1-m) R 20989 20991 20874 0 -1 4202560 32519 0 0 0 63622 13 0 0 25 0 4 0 652356408 589012992 94756 33554432000 4194304 4650419 140735941569696 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2563.13
Current children cumulated vsize (KiB) 575208

[startup+702.301 s]
/proc/loadavg: 8.14 8.10 7.96 9/302 21043
/proc/meminfo: memFree=27017536/32951124 swapFree=63649232/67111528
[pid=20991] ppid=20989 vsize=550140 CPUtime=2802.53 cores=0,2,4,6
/proc/20991/stat : 20991 (strangenight1-m) R 20989 20991 20874 0 -1 4202496 442126 0 0 0 280101 152 0 0 25 0 4 0 652356407 563343360 94004 33554432000 4194304 4650419 140735941569696 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20991/statm: 137535 94004 393 112 0 132500 0
[pid=20991/tid=20992] ppid=20989 vsize=550140 CPUtime=702.29 cores=0,2,4,6
/proc/20991/task/20992/stat : 20992 (strangenight1-m) R 20989 20991 20874 0 -1 4202560 142098 0 0 0 70187 42 0 0 25 0 4 0 652356408 563343360 94004 33554432000 4194304 4650419 140735941569696 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20991/tid=20993] ppid=20989 vsize=550140 CPUtime=702.3 cores=0,2,4,6
/proc/20991/task/20993/stat : 20993 (strangenight1-m) R 20989 20991 20874 0 -1 4202560 144847 0 0 0 70174 56 0 0 25 0 4 0 652356408 563343360 94004 33554432000 4194304 4650419 140735941569696 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=20991/tid=20994] ppid=20989 vsize=550140 CPUtime=695.76 cores=0,2,4,6
/proc/20991/task/20994/stat : 20994 (strangenight1-m) R 20989 20991 20874 0 -1 4202560 32580 0 0 0 69563 13 0 0 25 0 4 0 652356408 563343360 94004 33554432000 4194304 4650419 140735941569696 18446744073709551615 4365337 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2802.53
Current children cumulated vsize (KiB) 550140

[startup+762.301 s]
/proc/loadavg: 8.15 8.11 7.97 9/302 21045
/proc/meminfo: memFree=26938744/32951124 swapFree=63649232/67111528
[pid=20991] ppid=20989 vsize=550364 CPUtime=3042 cores=0,2,4,6
/proc/20991/stat : 20991 (strangenight1-m) R 20989 20991 20874 0 -1 4202496 466210 0 0 0 304037 163 0 0 25 0 4 0 652356407 563572736 96956 33554432000 4194304 4650419 140735941569696 18446744073709551615 4366920 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20991/statm: 137591 96956 393 112 0 132556 0
[pid=20991/tid=20992] ppid=20989 vsize=550364 CPUtime=762.31 cores=0,2,4,6
/proc/20991/task/20992/stat : 20992 (strangenight1-m) R 20989 20991 20874 0 -1 4202560 149448 0 0 0 76185 46 0 0 25 0 4 0 652356408 563572736 96957 33554432000 4194304 4650419 140735941569696 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20991/tid=20993] ppid=20989 vsize=550364 CPUtime=762.31 cores=0,2,4,6
/proc/20991/task/20993/stat : 20993 (strangenight1-m) R 20989 20991 20874 0 -1 4202560 154680 0 0 0 76171 60 0 0 25 0 4 0 652356408 563572736 96957 33554432000 4194304 4650419 140735941569696 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=20991/tid=20994] ppid=20989 vsize=550364 CPUtime=755.22 cores=0,2,4,6
/proc/20991/task/20994/stat : 20994 (strangenight1-m) R 20989 20991 20874 0 -1 4202560 32759 0 0 0 75509 13 0 0 25 0 4 0 652356408 563572736 96957 33554432000 4194304 4650419 140735941569696 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3042
Current children cumulated vsize (KiB) 550364

[startup+822.301 s]
/proc/loadavg: 8.14 8.11 7.99 9/302 21047
/proc/meminfo: memFree=26981244/32951124 swapFree=63649232/67111528
[pid=20991] ppid=20989 vsize=526956 CPUtime=3281.43 cores=0,2,4,6
/proc/20991/stat : 20991 (strangenight1-m) R 20989 20991 20874 0 -1 4202496 489007 0 0 0 327971 172 0 0 25 0 4 0 652356407 539602944 90710 33554432000 4194304 4650419 140735941569696 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20991/statm: 131739 90710 393 112 0 126704 0
[pid=20991/tid=20992] ppid=20989 vsize=526956 CPUtime=822.3 cores=0,2,4,6
/proc/20991/task/20992/stat : 20992 (strangenight1-m) R 20989 20991 20874 0 -1 4202560 155845 0 0 0 82182 48 0 0 25 0 4 0 652356408 539602944 90710 33554432000 4194304 4650419 140735941569696 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20991/tid=20993] ppid=20989 vsize=526956 CPUtime=822.3 cores=0,2,4,6
/proc/20991/task/20993/stat : 20993 (strangenight1-m) R 20989 20991 20874 0 -1 4202560 164501 0 0 0 82166 64 0 0 25 0 4 0 652356408 539602944 90710 33554432000 4194304 4650419 140735941569696 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=20991/tid=20994] ppid=20989 vsize=526956 CPUtime=814.67 cores=0,2,4,6
/proc/20991/task/20994/stat : 20994 (strangenight1-m) R 20989 20991 20874 0 -1 4202560 35520 0 0 0 81453 14 0 0 25 0 4 0 652356408 539602944 90710 33554432000 4194304 4650419 140735941569696 18446744073709551615 4438378 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3281.43
Current children cumulated vsize (KiB) 526956

[startup+882.311 s]
/proc/loadavg: 8.14 8.12 8.00 9/302 21048
/proc/meminfo: memFree=26905796/32951124 swapFree=63649232/67111528
[pid=20991] ppid=20989 vsize=670308 CPUtime=3520.89 cores=0,2,4,6
/proc/20991/stat : 20991 (strangenight1-m) R 20989 20991 20874 0 -1 4202496 511844 0 0 0 351908 181 0 0 25 0 4 0 652356407 686395392 109035 33554432000 4194304 4650419 140735941569696 18446744073709551615 4364772 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20991/statm: 167577 109035 393 112 0 162542 0
[pid=20991/tid=20992] ppid=20989 vsize=670308 CPUtime=882.31 cores=0,2,4,6
/proc/20991/task/20992/stat : 20992 (strangenight1-m) R 20989 20991 20874 0 -1 4202560 161968 0 0 0 88180 51 0 0 25 0 4 0 652356408 686395392 109035 33554432000 4194304 4650419 140735941569696 18446744073709551615 4365361 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20991/tid=20993] ppid=20989 vsize=670308 CPUtime=882.3 cores=0,2,4,6
/proc/20991/task/20993/stat : 20993 (strangenight1-m) R 20989 20991 20874 0 -1 4202560 172673 0 0 0 88165 65 0 0 25 0 4 0 652356408 686395392 109035 33554432000 4194304 4650419 140735941569696 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=20991/tid=20994] ppid=20989 vsize=670308 CPUtime=874.12 cores=0,2,4,6
/proc/20991/task/20994/stat : 20994 (strangenight1-m) R 20989 20991 20874 0 -1 4202560 38021 0 0 0 87396 16 0 0 25 0 4 0 652356408 686395392 109035 33554432000 4194304 4650419 140735941569696 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3520.89
Current children cumulated vsize (KiB) 670308

[startup+942.301 s]
/proc/loadavg: 8.13 8.12 8.00 9/302 21050
/proc/meminfo: memFree=26893600/32951124 swapFree=63649232/67111528
[pid=20991] ppid=20989 vsize=682716 CPUtime=3760.31 cores=0,2,4,6
/proc/20991/stat : 20991 (strangenight1-m) R 20989 20991 20874 0 -1 4202496 531517 0 0 0 375840 191 0 0 25 0 4 0 652356407 699101184 109513 33554432000 4194304 4650419 140735941569696 18446744073709551615 4365289 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20991/statm: 170679 109513 393 112 0 165644 0
[pid=20991/tid=20992] ppid=20989 vsize=682716 CPUtime=942.3 cores=0,2,4,6
/proc/20991/task/20992/stat : 20992 (strangenight1-m) R 20989 20991 20874 0 -1 4202560 165865 0 0 0 94177 53 0 0 25 0 4 0 652356408 699101184 109513 33554432000 4194304 4650419 140735941569696 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20991/tid=20993] ppid=20989 vsize=682716 CPUtime=942.29 cores=0,2,4,6
/proc/20991/task/20993/stat : 20993 (strangenight1-m) R 20989 20991 20874 0 -1 4202560 180003 0 0 0 94160 69 0 0 25 0 4 0 652356408 699101184 109513 33554432000 4194304 4650419 140735941569696 18446744073709551615 4365192 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=20991/tid=20994] ppid=20989 vsize=682716 CPUtime=933.57 cores=0,2,4,6
/proc/20991/task/20994/stat : 20994 (strangenight1-m) R 20989 20991 20874 0 -1 4202560 41540 0 0 0 93339 18 0 0 25 0 4 0 652356408 699101184 109513 33554432000 4194304 4650419 140735941569696 18446744073709551615 4364772 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3760.31
Current children cumulated vsize (KiB) 682716

[startup+1002.3 s]
/proc/loadavg: 8.12 8.13 8.01 9/302 21051
/proc/meminfo: memFree=26869488/32951124 swapFree=63649232/67111528
[pid=20991] ppid=20989 vsize=683288 CPUtime=3999.75 cores=0,2,4,6
/proc/20991/stat : 20991 (strangenight1-m) R 20989 20991 20874 0 -1 4202496 550820 0 0 0 399777 198 0 0 25 0 4 0 652356407 699686912 108930 33554432000 4194304 4650419 140735941569696 18446744073709551615 4476304 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20991/statm: 170822 108930 393 112 0 165787 0
[pid=20991/tid=20992] ppid=20989 vsize=683288 CPUtime=1002.3 cores=0,2,4,6
/proc/20991/task/20992/stat : 20992 (strangenight1-m) R 20989 20991 20874 0 -1 4202560 172597 0 0 0 100174 56 0 0 25 0 4 0 652356408 699686912 108930 33554432000 4194304 4650419 140735941569696 18446744073709551615 4333248 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20991/tid=20993] ppid=20989 vsize=683288 CPUtime=1002.3 cores=0,2,4,6
/proc/20991/task/20993/stat : 20993 (strangenight1-m) R 20989 20991 20874 0 -1 4202560 187083 0 0 0 100158 72 0 0 25 0 4 0 652356408 699686912 108930 33554432000 4194304 4650419 140735941569696 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=20991/tid=20994] ppid=20989 vsize=683288 CPUtime=993.02 cores=0,2,4,6
/proc/20991/task/20994/stat : 20994 (strangenight1-m) R 20989 20991 20874 0 -1 4202560 41702 0 0 0 99284 18 0 0 25 0 4 0 652356408 699686912 108930 33554432000 4194304 4650419 140735941569696 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3999.75
Current children cumulated vsize (KiB) 683288

[startup+1062.3 s]
/proc/loadavg: 8.19 8.15 8.02 9/302 21053
/proc/meminfo: memFree=26910996/32951124 swapFree=63649232/67111528
[pid=20991] ppid=20989 vsize=579752 CPUtime=4239.19 cores=0,2,4,6
/proc/20991/stat : 20991 (strangenight1-m) R 20989 20991 20874 0 -1 4202496 565759 0 0 0 423716 203 0 0 25 0 4 0 652356407 593666048 102005 33554432000 4194304 4650419 140735941569696 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20991/statm: 144938 102005 393 112 0 139903 0
[pid=20991/tid=20992] ppid=20989 vsize=579752 CPUtime=1062.3 cores=0,2,4,6
/proc/20991/task/20992/stat : 20992 (strangenight1-m) R 20989 20991 20874 0 -1 4202560 175499 0 0 0 106173 57 0 0 25 0 4 0 652356408 593666048 102005 33554432000 4194304 4650419 140735941569696 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20991/tid=20993] ppid=20989 vsize=579752 CPUtime=1062.3 cores=0,2,4,6
/proc/20991/task/20993/stat : 20993 (strangenight1-m) R 20989 20991 20874 0 -1 4202560 195457 0 0 0 106156 74 0 0 25 0 4 0 652356408 593666048 102005 33554432000 4194304 4650419 140735941569696 18446744073709551615 4366896 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=20991/tid=20994] ppid=20989 vsize=579752 CPUtime=1052.47 cores=0,2,4,6
/proc/20991/task/20994/stat : 20994 (strangenight1-m) R 20989 20991 20874 0 -1 4202560 41958 0 0 0 105229 18 0 0 25 0 4 0 652356408 593666048 102005 33554432000 4194304 4650419 140735941569696 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4239.19
Current children cumulated vsize (KiB) 579752

[startup+1122.3 s]
/proc/loadavg: 8.18 8.15 8.02 9/302 21055
/proc/meminfo: memFree=26891504/32951124 swapFree=63649232/67111528
[pid=20991] ppid=20989 vsize=580108 CPUtime=4478.64 cores=0,2,4,6
/proc/20991/stat : 20991 (strangenight1-m) R 20989 20991 20874 0 -1 4202496 588223 0 0 0 447650 214 0 0 25 0 4 0 652356407 594030592 101507 33554432000 4194304 4650419 140735941569696 18446744073709551615 4365346 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20991/statm: 145027 101507 393 112 0 139992 0
[pid=20991/tid=20992] ppid=20989 vsize=580108 CPUtime=1122.31 cores=0,2,4,6
/proc/20991/task/20992/stat : 20992 (strangenight1-m) R 20989 20991 20874 0 -1 4202560 182892 0 0 0 112170 61 0 0 25 0 4 0 652356408 594030592 101507 33554432000 4194304 4650419 140735941569696 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20991/tid=20993] ppid=20989 vsize=580108 CPUtime=1122.3 cores=0,2,4,6
/proc/20991/task/20993/stat : 20993 (strangenight1-m) R 20989 20991 20874 0 -1 4202560 202876 0 0 0 112152 78 0 0 25 0 4 0 652356408 594030592 101507 33554432000 4194304 4650419 140735941569696 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=20991/tid=20994] ppid=20989 vsize=580108 CPUtime=1111.92 cores=0,2,4,6
/proc/20991/task/20994/stat : 20994 (strangenight1-m) R 20989 20991 20874 0 -1 4202560 42053 0 0 0 111174 18 0 0 25 0 4 0 652356408 594030592 101507 33554432000 4194304 4650419 140735941569696 18446744073709551615 4476304 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4478.64
Current children cumulated vsize (KiB) 580108

[startup+1182.3 s]
/proc/loadavg: 8.21 8.15 8.03 9/302 21056
/proc/meminfo: memFree=26853516/32951124 swapFree=63649232/67111528
[pid=20991] ppid=20989 vsize=583240 CPUtime=4718.08 cores=0,2,4,6
/proc/20991/stat : 20991 (strangenight1-m) R 20989 20991 20874 0 -1 4202496 611369 0 0 0 471583 225 0 0 25 0 4 0 652356407 597237760 100560 33554432000 4194304 4650419 140735941569696 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20991/statm: 145810 100560 393 112 0 140775 0
[pid=20991/tid=20992] ppid=20989 vsize=583240 CPUtime=1182.3 cores=0,2,4,6
/proc/20991/task/20992/stat : 20992 (strangenight1-m) R 20989 20991 20874 0 -1 4202560 190347 0 0 0 118166 64 0 0 25 0 4 0 652356408 597237760 100560 33554432000 4194304 4650419 140735941569696 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20991/tid=20993] ppid=20989 vsize=583240 CPUtime=1182.3 cores=0,2,4,6
/proc/20991/task/20993/stat : 20993 (strangenight1-m) R 20989 20991 20874 0 -1 4202560 211001 0 0 0 118147 83 0 0 25 0 4 0 652356408 597237760 100560 33554432000 4194304 4650419 140735941569696 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=20991/tid=20994] ppid=20989 vsize=583240 CPUtime=1171.38 cores=0,2,4,6
/proc/20991/task/20994/stat : 20994 (strangenight1-m) R 20989 20991 20874 0 -1 4202560 42356 0 0 0 117119 19 0 0 25 0 4 0 652356408 597237760 100560 33554432000 4194304 4650419 140735941569696 18446744073709551615 4365246 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4718.08
Current children cumulated vsize (KiB) 583240



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.9 s]
/proc/loadavg: 8.15 8.14 8.03 9/302 21057
/proc/meminfo: memFree=26766580/32951124 swapFree=63649232/67111528
[pid=20991] ppid=20989 vsize=648776 CPUtime=4800.29 cores=0,2,4,6
/proc/20991/stat : 20991 (strangenight1-m) R 20989 20991 20874 0 -1 4202496 628138 0 0 0 479799 230 0 0 25 0 4 0 652356407 664346624 117322 33554432000 4194304 4650419 140735941569696 18446744073709551615 4433081 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20991/statm: 162194 117322 393 112 0 157159 0
[pid=20991/tid=20992] ppid=20989 vsize=648776 CPUtime=1202.91 cores=0,2,4,6
/proc/20991/task/20992/stat : 20992 (strangenight1-m) R 20989 20991 20874 0 -1 4202560 191869 0 0 0 120226 65 0 0 25 0 4 0 652356408 664346624 117323 33554432000 4194304 4650419 140735941569696 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20991/tid=20993] ppid=20989 vsize=648776 CPUtime=1202.91 cores=0,2,4,6
/proc/20991/task/20993/stat : 20993 (strangenight1-m) R 20989 20991 20874 0 -1 4202560 219089 0 0 0 120206 85 0 0 25 0 4 0 652356408 664346624 117323 33554432000 4194304 4650419 140735941569696 18446744073709551615 4433081 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=20991/tid=20994] ppid=20989 vsize=648776 CPUtime=1191.78 cores=0,2,4,6
/proc/20991/task/20994/stat : 20994 (strangenight1-m) R 20989 20991 20874 0 -1 4202560 42780 0 0 0 119159 19 0 0 25 0 4 0 652356408 664346624 117323 33554432000 4194304 4650419 140735941569696 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.29
Current children cumulated vsize (KiB) 648776

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): 1202.94
CPU time (s): 4800.36
CPU user time (s): 4798.04
CPU system time (s): 2.32665
CPU usage (%): 399.052
Max. virtual memory (cumulated for all children) (KiB): 737976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.04
system time used= 2.32665
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 628139
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= 287
involuntary context switches= 21744

runsolver used 3.15552 second user time and 7.97779 second system time

The end

Launcher Data

Begin job on node130 at 2011-05-14 23:12:59
IDJOB=3368955
IDBENCH=82964
IDSOLVER=1846
FILE ID=node130/3368955-1305407579
RUNJOBID= node130-1305406374-20892
PBS_JOBID= 13324512
Free space on /tmp= 73424 MiB

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

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

MD5SUM BENCH= f1e33ebe027aeef1e1287d547aeffeed
RANDOM SEED=522244223

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
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.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27770556 kB
Buffers:        258528 kB
Cached:        3595920 kB
SwapCached:      10248 kB
Active:        1149044 kB
Inactive:      3760912 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27770556 kB
SwapTotal:    67111528 kB
SwapFree:     63649232 kB
Dirty:            6260 kB
Writeback:           0 kB
AnonPages:     1053232 kB
Mapped:          13484 kB
Slab:           182852 kB
PageTables:      25124 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 51490876 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= 73416 MiB
End job on node130 at 2011-05-14 23:33:04