Trace number 3175363

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-1-mt? (TO) 4800.33 1201.74

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.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3175363-1304120892.cnf'
0.00/0.00	c -- header says num vars:            125
0.00/0.00	c -- header says num clauses:        2662
0.00/0.00	c -- clauses added:            0 learnts,         2662 normals,            0 xors
0.00/0.00	c -- vars added        125
0.00/0.00	c Parsing time:  0.01 s
0.00/0.00	c  N st     0         0       125      2662         0         0     13310         0   no data   no data  --
0.00/0.01	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.04
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.58/0.90	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
3.58/0.90	c Finding binary XORs  T:     0.00 s  found:       0
3.58/0.90	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
3.58/0.90	c calculated reachability. Time: 0.00
3.58/0.90	c Calc default polars -  time:   0.00 s pos:      64 undec:       4 neg:      57
3.58/0.90	c =========================================================================================
3.58/0.90	c types(t): F = full restart, N = normal restart
3.58/0.90	c types(t): S = simplification begin/end, E = solution found
3.58/0.90	c restart types(rt): st = static, dy = dynamic
3.58/0.90	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.58/0.90	c  B st     0         0       125      2662         0         0     13310         0   no data   no data  --
3.58/0.90	c Decided on static restart strategy
3.58/0.90	c  N st     8      4916       125      2662         0      4694     13310    121554   no data   no data  --
3.58/0.90	c  N st    10     11301       125      2662         0      4296     13310     85611   no data   no data  --
3.58/0.90	c  N st    11     17044       125      2662         0      9722     13310    231065   no data   no data  --
3.58/0.90	c  F st    12     25000       125      2662         0     11891     13310    283353   no data   no data  --
3.58/0.90	c  N st    12     25000       125      2662         0     11891     13310    283353   no data   no data  --
4.78/1.20	c Decided on static restart strategy
4.78/1.20	c  N st    18     30003       125      2662         0     10201     13310    224803   no data   no data  --
4.78/1.20	c  S st    18     30003       125      2662         0     10201     13310    224803   no data   no data  --
4.78/1.20	c  S st    18     30507       125      2662         0     10689     13310    237724   no data   no data  --
4.78/1.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.78/1.20	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4.78/1.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
4.78/1.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.78/1.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.78/1.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
4.78/1.20	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
6.78/1.78	c lits-rem:      2343  cl-subs:     1406  v-elim:      0  v-fix:    0  time:  2.46 s
7.19/1.83	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.18
7.19/1.83	c calculated reachability. Time: 0.00
7.19/1.83	c  N st    18     30507       125      2662         0      9283     13310    196447   no data   no data  --
8.37/2.17	c  N st    20     37620       125      2662         0      8583     13310    163188   no data   no data  --
9.57/2.47	c  N st    21     44020       125      2662         0     14607     13310    322258   no data   no data  --
9.97/2.57	c  S st    22     45760       125      2662         0     16249     13310    364044   no data   no data  --
10.37/2.61	c  S st    22     46263       125      2662         0     16732     13310    376601   no data   no data  --
10.37/2.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
10.37/2.61	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
10.37/2.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
10.37/2.63	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10.37/2.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.37/2.63	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
10.37/2.63	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
15.56/4.00	c lits-rem:      4548  cl-subs:     1843  v-elim:      0  v-fix:    0  time:  5.46 s
15.56/4.00	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
15.98/4.00	c vivif2 --  cl tried    14889 cl shrink        0 lits rem          0 time: 0.01
15.98/4.08	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.29
15.98/4.08	c calculated reachability. Time: 0.00
15.98/4.08	c  N st    22     46263       125      2662         0     14889     13310    322036   no data   no data  --
19.55/4.91	c  N st    23     60660       125      2662         0     10631     13310    186012   no data   no data  --
21.15/5.39	c  N st    24     69394       125      2662         0     18864     13310    399504   no data   no data  --
21.15/5.39	c  S st    24     69394       125      2662         0     18864     13310    399504   no data   no data  --
21.55/5.44	c  S st    24     69900       125      2662         0     19348     13310    412134   no data   no data  --
21.55/5.44	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
21.55/5.44	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
21.55/5.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
21.55/5.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
21.55/5.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
21.55/5.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
21.55/5.46	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
27.95/7.02	c lits-rem:      4921  cl-subs:     2124  v-elim:      0  v-fix:    0  time:  6.24 s
27.95/7.02	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
27.95/7.02	c vivif2 --  cl tried    17224 cl shrink        0 lits rem          0 time: 0.01
28.35/7.12	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.36
28.35/7.12	c calculated reachability. Time: 0.00
28.35/7.12	c  N st    24     69900       125      2662         0     17224     13310    352584   no data   no data  --
32.34/8.19	c  F st    25     87501       125      2662         0     12295     13310    207893   no data   no data  --
32.34/8.19	c  N st    25     87501       125      2662         0     12295     13310    207893   no data   no data  --
33.55/8.49	c Decided on static restart strategy
34.33/8.67	c  N st    32     95543       125      2662         0     19873     13310    401975   no data   no data  --
36.74/9.28	c  N st    34    104850       125      2662         0     16415     13310    311673   no data   no data  --
36.74/9.28	c  S st    34    104850       125      2662         0     16415     13310    311673   no data   no data  --
37.13/9.33	c  S st    34    105354       125      2662         0     16898     13310    324592   no data   no data  --
37.13/9.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
37.13/9.33	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
37.13/9.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
37.13/9.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
37.13/9.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
37.13/9.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
37.13/9.34	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
41.92/10.55	c lits-rem:      3292  cl-subs:      986  v-elim:      0  v-fix:    0  time:  4.83 s
41.92/10.55	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
41.92/10.56	c vivif2 --  cl tried    15912 cl shrink        0 lits rem          0 time: 0.01
42.34/10.63	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.28
42.34/10.63	c calculated reachability. Time: 0.00
42.34/10.63	c  N st    34    105354       125      2662         0     15912     13310    295118   no data   no data  --
45.12/11.34	c  N st    35    114952       125      2662         0     24911     13310    536036   no data   no data  --
49.12/12.39	c  N st    36    129349       125      2662         0     25234     13310    510519   no data   no data  --
55.53/13.93	c  N st    37    150944       125      2662         0     16512     13310    264824   no data   no data  --
57.10/14.36	c  S st    38    158031       125      2662         0     23192     13310    440904   no data   no data  --
57.51/14.42	c  S st    38    158534       125      2662         0     23678     13310    454208   no data   no data  --
57.51/14.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
57.51/14.42	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
57.51/14.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
57.51/14.44	c bin-w-bin subsume rem            0 bins  time:  0.00 s
57.51/14.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
57.51/14.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
57.51/14.44	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
63.10/15.88	c lits-rem:      3354  cl-subs:     1593  v-elim:      0  v-fix:    0  time:  5.74 s
63.10/15.88	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
63.10/15.88	c vivif2 --  cl tried    22085 cl shrink        0 lits rem          0 time: 0.02
63.50/15.98	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.40
63.50/15.98	c calculated reachability. Time: 0.00
63.50/15.98	c  N st    38    158534       125      2662         0     22085     13310    407937   no data   no data  --
80.27/20.18	c  N st    39    207123       125      2662         0     34805     13310    715107   no data   no data  --
90.26/22.67	c  N st    40    237802       125      2662         0     27040     13310    495673   no data   no data  --
90.26/22.67	c  S st    40    237802       125      2662         0     27040     13310    495673   no data   no data  --
90.68/22.73	c  S st    40    238305       125      2662         0     27527     13310    508697   no data   no data  --
90.68/22.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
90.68/22.73	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
90.68/22.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
90.68/22.75	c bin-w-bin subsume rem            0 bins  time:  0.00 s
90.68/22.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
90.68/22.75	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
90.68/22.75	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
97.45/24.42	c lits-rem:      3177  cl-subs:     1965  v-elim:      0  v-fix:    0  time:  6.64 s
97.45/24.42	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
97.45/24.42	c vivif2 --  cl tried    25562 cl shrink        0 lits rem          0 time: 0.02
97.85/24.54	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.49
97.85/24.54	c calculated reachability. Time: 0.00
97.85/24.54	c  N st    40    238305       125      2662         0     25562     13310    454775   no data   no data  --
124.21/31.17	c  F st    41    306250       125      2662         0     27435     13310    457781   no data   no data  --
124.21/31.17	c  N st    41    306250       125      2662         0     27435     13310    457781   no data   no data  --
126.23/31.64	c Decided on static restart strategy
135.40/33.95	c  N st    51    334556       125      2662         0     31527     13310    543420   no data   no data  --
144.99/36.32	c  N st    53    357457       125      2662         0     29581     13310    474973   no data   no data  --
144.99/36.32	c  S st    53    357457       125      2662         0     29581     13310    474973   no data   no data  --
145.39/36.40	c  S st    53    357961       125      2662         0     30065     13310    487545   no data   no data  --
145.39/36.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
145.39/36.40	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
145.39/36.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
145.39/36.42	c bin-w-bin subsume rem            0 bins  time:  0.00 s
145.39/36.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
145.39/36.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
145.39/36.42	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
151.38/37.93	c lits-rem:      2283  cl-subs:     1454  v-elim:      0  v-fix:    0  time:  6.03 s
151.38/37.93	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
151.38/37.94	c vivif2 --  cl tried    28611 cl shrink        0 lits rem          0 time: 0.02
151.78/38.07	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.53
151.78/38.07	c calculated reachability. Time: 0.00
151.78/38.07	c  N st    53    357961       125      2662         0     28611     13310    447978   no data   no data  --
166.16/41.64	c  N st    54    390354       125      2662         0     34520     13310    581804   no data   no data  --
190.12/47.69	c  N st    55    438942       125      2662         0     28559     13310    413795   no data   no data  --
222.90/55.83	c  N st    56    511824       125      2662         0     41300     13310    702135   no data   no data  --
235.27/58.95	c  N st    57    536942       125      2662         0     35854     13310    554815   no data   no data  --
235.27/58.95	c  S st    57    536942       125      2662         0     35854     13310    554815   no data   no data  --
235.68/59.04	c  S st    57    537445       125      2662         0     36343     13310    567749   no data   no data  --
235.68/59.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
235.68/59.04	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
235.68/59.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.04
235.68/59.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
235.68/59.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
235.68/59.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
235.68/59.07	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
243.65/61.05	c lits-rem:      2869  cl-subs:     1893  v-elim:      0  v-fix:    0  time:  7.95 s
243.65/61.05	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
243.65/61.06	c vivif2 --  cl tried    34450 cl shrink        0 lits rem          0 time: 0.02
244.47/61.25	c asymm  cl-useful: 0/2662/2662 lits-rem:0 time: 0.76
244.47/61.25	c calculated reachability. Time: 0.00
244.47/61.25	c  N st    57    537445       125      2662         0     34450     13310    518094   no data   no data  --
327.13/81.93	c  N st    58    701431       125      2662         0     62410     13310   1192194   no data   no data  --
387.46/97.06	c  N st    59    806168       125      2662         0     56667     13310   1012010   no data   no data  --
387.46/97.06	c  S st    59    806168       125      2662         0     56667     13310   1012010   no data   no data  --
388.26/97.25	c  S st    59    806671       125      2662         0     57148     13310   1024512   no data   no data  --
388.26/97.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
388.26/97.25	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
388.26/97.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.10
388.66/97.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
388.66/97.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
388.66/97.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
388.66/97.31	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
412.22/103.28	c lits-rem:      3273  cl-subs:     4818  v-elim:      0  v-fix:    0  time: 23.84 s
412.22/103.28	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
412.22/103.29	c vivif2 --  cl tried    52330 cl shrink        0 lits rem          0 time: 0.04
413.43/103.56	c asymm  cl-useful: 0/2158/2662 lits-rem:0 time: 1.07
413.43/103.56	c calculated reachability. Time: 0.00
413.43/103.56	c  N st    59    806671       125      2662         0     52330     13310    902318   no data   no data  --
586.39/146.81	c  F st    60   1071875       125      2662         0     67474     13310   1190399   no data   no data  --
586.39/146.82	c  N st    60   1071875       125      2662         0     67474     13310   1190399   no data   no data  --
591.18/148.04	c Decided on static restart strategy
607.96/152.24	c  N st    70   1100179       125      2662         0     52277     13310    794659   no data   no data  --
634.32/158.84	c  N st    72   1136171       125      2662         0     42997     13310    528560   no data   no data  --
657.51/164.68	c  N st    73   1168563       125      2662         0     73314     13310   1318379   no data   no data  --
687.05/172.04	c  N st    74   1210007       125      2662         0     68352     13310   1192708   no data   no data  --
687.05/172.04	c  S st    74   1210007       125      2662         0     68352     13310   1192708   no data   no data  --
687.85/172.24	c  S st    74   1210510       125      2662         0     68842     13310   1205855   no data   no data  --
687.85/172.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
687.85/172.24	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
687.85/172.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.12
688.26/172.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
688.26/172.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
688.26/172.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
688.26/172.31	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
732.21/183.40	c lits-rem:      3331  cl-subs:     4516  v-elim:      0  v-fix:    0  time: 44.28 s
732.21/183.40	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
732.61/183.41	c vivif2 --  cl tried    64326 cl shrink        0 lits rem          0 time: 0.06
732.99/183.54	c asymm  cl-useful: 0/504/2662 lits-rem:0 time: 0.52
732.99/183.54	c calculated reachability. Time: 0.00
732.99/183.54	c  N st    74   1210510       125      2662         0     64326     13310   1082936   no data   no data  --
802.51/201.00	c  N st    75   1283393       125      2662         0     87661     13310   1637567   no data   no data  --
914.34/228.93	c  N st    76   1392717       125      2662         0     49470     13310    618363   no data   no data  --
1054.15/263.90	c  N st    77   1556701       125      2662         0     54202     13310    697486   no data   no data  --
1201.55/300.89	c  N st    78   1710511       125      2662         0     93875     13310   1707462   no data   no data  --
1201.55/300.89	c  S st    78   1710511       125      2662         0     93875     13310   1707462   no data   no data  --
1203.15/301.26	c  S st    78   1711015       125      2662         0     94369     13310   1720567   no data   no data  --
1203.15/301.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1203.15/301.27	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1203.54/301.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.23
1203.54/301.39	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1203.54/301.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1203.54/301.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
1203.54/301.39	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1342.16/336.05	c lits-rem:       571  cl-subs:    11428  v-elim:      0  v-fix:    0  time: 138.39 s
1342.16/336.05	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
1342.16/336.07	c vivif2 --  cl tried    82941 cl shrink        0 lits rem          0 time: 0.08
1343.76/336.46	c asymm  cl-useful: 0/1417/2662 lits-rem:0 time: 1.57
1343.76/336.47	c calculated reachability. Time: 0.00
1343.76/336.47	c  N st    78   1711015       125      2662         0     82941     13310   1443285   no data   no data  --
1672.11/418.69	c  N st    79   2079979       125      2662         0     95097     13310   1697196   no data   no data  --
1791.95/448.65	c  N st    80   2211017       125      2662         0     98652     13310   1716632   no data   no data  --
1791.95/448.65	c  S st    80   2211017       125      2662         0     98652     13310   1716632   no data   no data  --
1793.15/448.97	c  S st    80   2211522       125      2662         0     99142     13310   1729627   no data   no data  --
1793.15/448.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1793.15/448.98	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1793.55/449.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.19
1793.55/449.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1793.55/449.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1793.55/449.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
1793.55/449.07	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1919.78/480.61	c lits-rem:      1537  cl-subs:     9703  v-elim:      0  v-fix:    0  time: 125.92 s
1919.78/480.61	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
1919.78/480.63	c vivif2 --  cl tried    89439 cl shrink        0 lits rem          0 time: 0.08
1921.38/481.08	c asymm  cl-useful: 0/1074/2662 lits-rem:0 time: 1.79
1921.38/481.08	c calculated reachability. Time: 0.00
1921.38/481.08	c  N st    80   2211522       125      2662         0     89439     13310   1486416   no data   no data  --
2410.31/603.42	c  N st    81   2711524       125      2662         0    112546     13310   2011623   no data   no data  --
2410.31/603.42	c  S st    81   2711524       125      2662         0    112546     13310   2011623   no data   no data  --
2411.51/603.78	c  S st    81   2712028       125      2662         0    113033     13310   2024710   no data   no data  --
2411.51/603.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2411.51/603.79	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2411.91/603.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.22
2412.31/603.91	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2412.31/603.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2412.31/603.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
2412.31/603.91	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2622.05/656.42	c lits-rem:      6303  cl-subs:    11338  v-elim:      0  v-fix:    0  time: 209.71 s
2622.05/656.42	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
2622.05/656.45	c vivif2 --  cl tried   101695 cl shrink        0 lits rem          0 time: 0.10
2624.02/656.92	c asymm  cl-useful: 0/1176/2662 lits-rem:0 time: 1.89
2624.02/656.92	c calculated reachability. Time: 0.00
2624.02/656.92	c  N st    81   2712028       125      2662         0    101695     13310   1735602   no data   no data  --
3152.49/789.29	c  N st    82   3212028       125      2662         0     78730     13310    994649   no data   no data  --
3152.49/789.29	c  S st    82   3212028       125      2662         0     78730     13310    994649   no data   no data  --
3153.71/789.51	c  S st    82   3212531       125      2662         0     79218     13310   1007248   no data   no data  --
3153.71/789.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
3153.71/789.52	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3153.71/789.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.14
3153.71/789.58	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3153.71/789.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3153.71/789.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
3153.71/789.58	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3176.06/795.16	c lits-rem:       609  cl-subs:     1741  v-elim:      0  v-fix:    0  time: 22.28 s
3176.06/795.16	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
3176.06/795.18	c vivif2 --  cl tried    77477 cl shrink        0 lits rem          0 time: 0.06
3177.66/795.55	c asymm  cl-useful: 0/1313/2662 lits-rem:0 time: 1.47
3177.66/795.55	c calculated reachability. Time: 0.00
3177.66/795.55	c  N st    82   3212531       125      2662         0     77477     13310    968275   no data   no data  --
3778.44/945.93	c  N st    83   3712531       125      2662         0     88003     13310   1156427   no data   no data  --
3778.44/945.93	c  S st    83   3712531       125      2662         0     88003     13310   1156427   no data   no data  --
3779.64/946.21	c  S st    83   3713035       125      2662         0     88491     13310   1169465   no data   no data  --
3779.64/946.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
3779.64/946.22	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3779.64/946.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.16
3780.04/946.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3780.04/946.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3780.04/946.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
3780.04/946.30	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3808.79/953.57	c lits-rem:      1227  cl-subs:     2407  v-elim:      0  v-fix:    0  time: 29.04 s
3808.79/953.57	c vivif2 --  cl tried     2662 cl shrink        0 lits rem          0 time: 0.00
3808.79/953.58	c vivif2 --  cl tried    86084 cl shrink        0 lits rem          0 time: 0.06
3810.40/953.91	c asymm  cl-useful: 0/1349/2662 lits-rem:0 time: 1.28
3810.40/953.91	c calculated reachability. Time: 0.00
3810.40/953.91	c  N st    83   3713035       125      2662         0     86084     13310   1107623   no data   no data  --
3856.76/965.57	c  F st    84   3751563       125      2662         0    122244     13310   2065955   no data   no data  --
3856.76/965.57	c  N st    84   3751563       125      2662         0    122244     13310   2065955   no data   no data  --
3865.55/967.72	c Decided on static restart strategy
3909.48/978.79	c  N st    94   3779870       125      2662         0    148735     13310   2762548   no data   no data  --
3956.20/990.45	c  N st    96   3815862       125      2662         0    103267     13310   1547026   no data   no data  --
4005.33/1002.70	c  N st    97   3848254       125      2662         0    133412     13310   2357303   no data   no data  --
4076.05/1020.50	c  N st    98   3896842       125      2662         0     98613     13310   1395615   no data   no data  --
4179.09/1046.27	c  N st    99   3969726       125      2662         0     85326     13310   1034732   no data   no data  --
4327.69/1083.47	c  N st   100   4079049       125      2662         0    105106     13310   1518763   no data   no data  --
4511.84/1129.57	c  N st   101   4213035       125      2662         0    146860     13310   2585294   no data   no data  --
4511.84/1129.57	c  S st   101   4213035       125      2662         0    146860     13310   2585294   no data   no data  --
4513.85/1130.08	c  S st   101   4213544       125      2662         0    147353     13310   2598621   no data   no data  --
4513.85/1130.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
4513.85/1130.09	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4514.25/1130.16	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.30
4514.65/1130.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4514.65/1130.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4514.65/1130.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    125 time:  0.00 s
4514.65/1130.24	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3175363-1304120892/watcher-3175363-1304120892 -o /tmp/evaluation-result-3175363-1304120892/solver-3175363-1304120892 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3175363-1304120892.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: 4.09 6.44 6.63 3/176 5958
/proc/meminfo: memFree=29503444/32950928 swapFree=67111356/67111528
[pid=5956] ppid=5953 vsize=116772 CPUtime=0 cores=0,2,4,6
/proc/5956/stat : 5956 (strangenight1-m) R 5953 5956 5921 0 -1 4202496 462 0 0 0 0 0 0 0 19 0 4 0 602319892 119574528 388 33554432000 4194304 4650419 140736711785392 18446744073709551615 231895515031 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5956/statm: 45577 393 331 112 0 40542 0
[pid=5956/tid=5959] ppid=5953 vsize=207900 CPUtime=0 cores=0,2,4,6
/proc/5956/task/5959/stat : 5959 (strangenight1-m) R 5953 5956 5921 0 -1 4202560 2 0 0 0 0 0 0 0 19 0 4 0 602319892 212889600 491 33554432000 4194304 4650419 140736711785392 18446744073709551615 4300323 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5956/tid=5960] ppid=5953 vsize=207900 CPUtime=0 cores=0,2,4,6
/proc/5956/task/5960/stat : 5960 (strangenight1-m) R 5953 5956 5921 0 -1 4202560 57 0 0 0 0 0 0 0 20 0 4 0 602319892 212889600 498 33554432000 4194304 4650419 140736711785392 18446744073709551615 4373800 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5956/tid=5961] ppid=5953 vsize=207900 CPUtime=0 cores=0,2,4,6
/proc/5956/task/5961/stat : 5961 (strangenight1-m) R 5953 5956 5921 0 -1 4202560 55 0 0 0 0 0 0 0 20 0 4 0 602319892 212889600 498 33554432000 4194304 4650419 140736711785392 18446744073709551615 4373800 0 0 4096 2 0 0 0 -1 2 0 0 0

[startup+0.809707 s]
/proc/loadavg: 4.09 6.44 6.63 3/176 5958
/proc/meminfo: memFree=29503444/32950928 swapFree=67111356/67111528
[pid=5956] ppid=5953 vsize=286492 CPUtime=3.22 cores=0,2,4,6
/proc/5956/stat : 5956 (strangenight1-m) R 5953 5956 5921 0 -1 4202496 5990 0 0 0 320 2 0 0 20 0 4 0 602319892 293367808 3059 33554432000 4194304 4650419 140736711785392 18446744073709551615 4366920 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5956/statm: 71623 3059 391 112 0 66588 0
[pid=5956/tid=5959] ppid=5953 vsize=286492 CPUtime=0.79 cores=0,2,4,6
/proc/5956/task/5959/stat : 5959 (strangenight1-m) R 5953 5956 5921 0 -1 4202560 1404 0 0 0 79 0 0 0 19 0 4 0 602319892 293367808 3059 33554432000 4194304 4650419 140736711785392 18446744073709551615 4364772 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5956/tid=5960] ppid=5953 vsize=286492 CPUtime=0.79 cores=0,2,4,6
/proc/5956/task/5960/stat : 5960 (strangenight1-m) R 5953 5956 5921 0 -1 4202560 1385 0 0 0 79 0 0 0 18 0 4 0 602319892 293367808 3059 33554432000 4194304 4650419 140736711785392 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5956/tid=5961] ppid=5953 vsize=286492 CPUtime=0.8 cores=0,2,4,6
/proc/5956/task/5961/stat : 5961 (strangenight1-m) R 5953 5956 5921 0 -1 4202560 1314 0 0 0 80 0 0 0 21 0 4 0 602319892 293367808 3059 33554432000 4194304 4650419 140736711785392 18446744073709551615 4365361 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.22
Current children cumulated vsize (KiB) 286492

[startup+0.90069 s]
/proc/loadavg: 4.09 6.44 6.63 3/176 5958
/proc/meminfo: memFree=29503444/32950928 swapFree=67111356/67111528
[pid=5956] ppid=5953 vsize=286740 CPUtime=3.58 cores=0,2,4,6
/proc/5956/stat : 5956 (strangenight1-m) R 5953 5956 5921 0 -1 4202496 6501 0 0 0 356 2 0 0 20 0 4 0 602319892 293621760 3217 33554432000 4194304 4650419 140736711785392 18446744073709551615 4365337 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5956/statm: 71685 3217 392 112 0 66650 0
[pid=5956/tid=5959] ppid=5953 vsize=286740 CPUtime=0.88 cores=0,2,4,6
/proc/5956/task/5959/stat : 5959 (strangenight1-m) R 5953 5956 5921 0 -1 4202560 1716 0 0 0 88 0 0 0 19 0 4 0 602319892 293621760 3217 33554432000 4194304 4650419 140736711785392 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5956/tid=5960] ppid=5953 vsize=286740 CPUtime=0.89 cores=0,2,4,6
/proc/5956/task/5960/stat : 5960 (strangenight1-m) R 5953 5956 5921 0 -1 4202560 1437 0 0 0 89 0 0 0 18 0 4 0 602319892 293621760 3217 33554432000 4194304 4650419 140736711785392 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5956/tid=5961] ppid=5953 vsize=286740 CPUtime=0.89 cores=0,2,4,6
/proc/5956/task/5961/stat : 5961 (strangenight1-m) R 5953 5956 5921 0 -1 4202560 1397 0 0 0 89 0 0 0 21 0 4 0 602319892 293621760 3217 33554432000 4194304 4650419 140736711785392 18446744073709551615 4366879 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.58
Current children cumulated vsize (KiB) 286740

[startup+1.00067 s]
/proc/loadavg: 4.09 6.44 6.63 3/176 5958
/proc/meminfo: memFree=29503444/32950928 swapFree=67111356/67111528
[pid=5956] ppid=5953 vsize=278476 CPUtime=3.98 cores=0,2,4,6
/proc/5956/stat : 5956 (strangenight1-m) R 5953 5956 5921 0 -1 4202496 7469 0 0 0 396 2 0 0 20 0 4 0 602319892 285159424 3132 33554432000 4194304 4650419 140736711785392 18446744073709551615 4349694 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5956/statm: 69619 3132 392 112 0 64584 0
[pid=5956/tid=5959] ppid=5953 vsize=278476 CPUtime=0.98 cores=0,2,4,6
/proc/5956/task/5959/stat : 5959 (strangenight1-m) R 5953 5956 5921 0 -1 4202560 1801 0 0 0 98 0 0 0 19 0 4 0 602319892 285159424 3132 33554432000 4194304 4650419 140736711785392 18446744073709551615 4365300 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5956/tid=5960] ppid=5953 vsize=278476 CPUtime=0.98 cores=0,2,4,6
/proc/5956/task/5960/stat : 5960 (strangenight1-m) R 5953 5956 5921 0 -1 4202560 1737 0 0 0 98 0 0 0 19 0 4 0 602319892 285159424 3132 33554432000 4194304 4650419 140736711785392 18446744073709551615 4333209 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5956/tid=5961] ppid=5953 vsize=278476 CPUtime=0.99 cores=0,2,4,6
/proc/5956/task/5961/stat : 5961 (strangenight1-m) R 5953 5956 5921 0 -1 4202560 1670 0 0 0 99 0 0 0 21 0 4 0 602319892 285159424 3132 33554432000 4194304 4650419 140736711785392 18446744073709551615 4365203 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.98
Current children cumulated vsize (KiB) 278476

[startup+1.10065 s]
/proc/loadavg: 4.09 6.44 6.63 3/176 5958
/proc/meminfo: memFree=29503444/32950928 swapFree=67111356/67111528
[pid=5956] ppid=5953 vsize=278476 CPUtime=4.38 cores=0,2,4,6
/proc/5956/stat : 5956 (strangenight1-m) R 5953 5956 5921 0 -1 4202496 7733 0 0 0 436 2 0 0 20 0 4 0 602319892 285159424 3396 33554432000 4194304 4650419 140736711785392 18446744073709551615 4365216 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5956/statm: 69619 3396 392 112 0 64584 0
[pid=5956/tid=5959] ppid=5953 vsize=278476 CPUtime=1.08 cores=0,2,4,6
/proc/5956/task/5959/stat : 5959 (strangenight1-m) R 5953 5956 5921 0 -1 4202560 1867 0 0 0 108 0 0 0 19 0 4 0 602319892 285159424 3396 33554432000 4194304 4650419 140736711785392 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5956/tid=5960] ppid=5953 vsize=278476 CPUtime=1.08 cores=0,2,4,6
/proc/5956/task/5960/stat : 5960 (strangenight1-m) R 5953 5956 5921 0 -1 4202560 1808 0 0 0 108 0 0 0 19 0 4 0 602319892 285159424 3396 33554432000 4194304 4650419 140736711785392 18446744073709551615 4334219 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5956/tid=5961] ppid=5953 vsize=278476 CPUtime=1.09 cores=0,2,4,6
/proc/5956/task/5961/stat : 5961 (strangenight1-m) R 5953 5956 5921 0 -1 4202560 1737 0 0 0 109 0 0 0 21 0 4 0 602319892 285159424 3396 33554432000 4194304 4650419 140736711785392 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4.38
Current children cumulated vsize (KiB) 278476

[startup+1.50058 s]
/proc/loadavg: 4.09 6.44 6.63 3/176 5958
/proc/meminfo: memFree=29503444/32950928 swapFree=67111356/67111528
[pid=5956] ppid=5953 vsize=282408 CPUtime=5.98 cores=0,2,4,6
/proc/5956/stat : 5956 (strangenight1-m) R 5953 5956 5921 0 -1 4202496 11416 0 0 0 595 3 0 0 21 0 4 0 602319892 289185792 6264 33554432000 4194304 4650419 140736711785392 18446744073709551615 4476297 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5956/statm: 70602 6264 393 112 0 65567 0
[pid=5956/tid=5959] ppid=5953 vsize=282408 CPUtime=1.48 cores=0,2,4,6
/proc/5956/task/5959/stat : 5959 (strangenight1-m) R 5953 5956 5921 0 -1 4202560 3350 0 0 0 148 0 0 0 20 0 4 0 602319892 289185792 6264 33554432000 4194304 4650419 140736711785392 18446744073709551615 4439106 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5956/tid=5960] ppid=5953 vsize=282408 CPUtime=1.48 cores=0,2,4,6
/proc/5956/task/5960/stat : 5960 (strangenight1-m) R 5953 5956 5921 0 -1 4202560 2209 0 0 0 148 0 0 0 19 0 4 0 602319892 289185792 6264 33554432000 4194304 4650419 140736711785392 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5956/tid=5961] ppid=5953 vsize=282408 CPUtime=1.48 cores=0,2,4,6
/proc/5956/task/5961/stat : 5961 (strangenight1-m) R 5953 5956 5921 0 -1 4202560 2121 0 0 0 148 0 0 0 23 0 4 0 602319892 289185792 6264 33554432000 4194304 4650419 140736711785392 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.98
Current children cumulated vsize (KiB) 282408

[startup+3.10028 s]
/proc/loadavg: 4.40 6.47 6.63 10/184 5967
/proc/meminfo: memFree=29414472/32950928 swapFree=67111356/67111528
[pid=5956] ppid=5953 vsize=290520 CPUtime=12.37 cores=0,2,4,6
/proc/5956/stat : 5956 (strangenight1-m) R 5953 5956 5921 0 -1 4202496 18859 0 0 0 1233 4 0 0 25 0 4 0 602319892 297492480 12125 33554432000 4194304 4650419 140736711785392 18446744073709551615 4476190 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5956/statm: 72630 12125 393 112 0 67595 0
[pid=5956/tid=5959] ppid=5953 vsize=290520 CPUtime=3.07 cores=0,2,4,6
/proc/5956/task/5959/stat : 5959 (strangenight1-m) R 5953 5956 5921 0 -1 4202560 4572 0 0 0 306 1 0 0 25 0 4 0 602319892 297492480 12125 33554432000 4194304 4650419 140736711785392 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5956/tid=5960] ppid=5953 vsize=290520 CPUtime=3.08 cores=0,2,4,6
/proc/5956/task/5960/stat : 5960 (strangenight1-m) R 5953 5956 5921 0 -1 4202560 4212 0 0 0 308 0 0 0 25 0 4 0 602319892 297492480 12125 33554432000 4194304 4650419 140736711785392 18446744073709551615 4438720 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5956/tid=5961] ppid=5953 vsize=290520 CPUtime=3.08 cores=0,2,4,6
/proc/5956/task/5961/stat : 5961 (strangenight1-m) R 5953 5956 5921 0 -1 4202560 4394 0 0 0 308 0 0 0 25 0 4 0 602319892 297492480 12125 33554432000 4194304 4650419 140736711785392 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.37
Current children cumulated vsize (KiB) 290520

[startup+6.30668 s]
/proc/loadavg: 4.69 6.50 6.64 10/184 5967
/proc/meminfo: memFree=29389624/32950928 swapFree=67111356/67111528
[pid=5956] ppid=5953 vsize=290472 CPUtime=25.16 cores=0,2,4,6
/proc/5956/stat : 5956 (strangenight1-m) R 5953 5956 5921 0 -1 4202496 27691 0 0 0 2510 6 0 0 25 0 4 0 602319892 297443328 14975 33554432000 4194304 4650419 140736711785392 18446744073709551615 4439366 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5956/statm: 72618 14975 393 112 0 67583 0
[pid=5956/tid=5959] ppid=5953 vsize=290472 CPUtime=6.26 cores=0,2,4,6
/proc/5956/task/5959/stat : 5959 (strangenight1-m) R 5953 5956 5921 0 -1 4202560 7174 0 0 0 625 1 0 0 25 0 4 0 602319892 297443328 14975 33554432000 4194304 4650419 140736711785392 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5956/tid=5960] ppid=5953 vsize=290472 CPUtime=6.29 cores=0,2,4,6
/proc/5956/task/5960/stat : 5960 (strangenight1-m) R 5953 5956 5921 0 -1 4202560 7423 0 0 0 628 1 0 0 25 0 4 0 602319892 297443328 14975 33554432000 4194304 4650419 140736711785392 18446744073709551615 4432373 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5956/tid=5961] ppid=5953 vsize=290472 CPUtime=6.29 cores=0,2,4,6
/proc/5956/task/5961/stat : 5961 (strangenight1-m) R 5953 5956 5921 0 -1 4202560 5784 0 0 0 627 2 0 0 25 0 4 0 602319892 297443328 14975 33554432000 4194304 4650419 140736711785392 18446744073709551615 4364772 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 290472

[startup+12.7005 s]
/proc/loadavg: 4.96 6.52 6.65 10/184 5967
/proc/meminfo: memFree=29340676/32950928 swapFree=67111356/67111528
[pid=5956] ppid=5953 vsize=294476 CPUtime=50.72 cores=0,2,4,6
/proc/5956/stat : 5956 (strangenight1-m) R 5953 5956 5921 0 -1 4202496 40409 0 0 0 5063 9 0 0 25 0 4 0 602319892 301543424 20435 33554432000 4194304 4650419 140736711785392 18446744073709551615 4366920 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5956/statm: 73619 20435 393 112 0 68584 0
[pid=5956/tid=5959] ppid=5953 vsize=294476 CPUtime=12.63 cores=0,2,4,6
/proc/5956/task/5959/stat : 5959 (strangenight1-m) R 5953 5956 5921 0 -1 4202560 10766 0 0 0 1261 2 0 0 25 0 4 0 602319892 301543424 20435 33554432000 4194304 4650419 140736711785392 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5956/tid=5960] ppid=5953 vsize=294476 CPUtime=12.69 cores=0,2,4,6
/proc/5956/task/5960/stat : 5960 (strangenight1-m) R 5953 5956 5921 0 -1 4202560 10561 0 0 0 1267 2 0 0 25 0 4 0 602319892 301543424 20435 33554432000 4194304 4650419 140736711785392 18446744073709551615 4364788 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5956/tid=5961] ppid=5953 vsize=294476 CPUtime=12.69 cores=0,2,4,6
/proc/5956/task/5961/stat : 5961 (strangenight1-m) R 5953 5956 5921 0 -1 4202560 9032 0 0 0 1266 3 0 0 25 0 4 0 602319892 301543424 20435 33554432000 4194304 4650419 140736711785392 18446744073709551615 4365286 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 294476

[startup+25.5011 s]
/proc/loadavg: 5.42 6.57 6.66 9/184 5967
/proc/meminfo: memFree=29284364/32950928 swapFree=67111356/67111528
[pid=5956] ppid=5953 vsize=307112 CPUtime=101.84 cores=0,2,4,6
/proc/5956/stat : 5956 (strangenight1-m) R 5953 5956 5921 0 -1 4202496 59358 0 0 0 10171 13 0 0 25 0 4 0 602319892 314482688 25662 33554432000 4194304 4650419 140736711785392 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5956/statm: 76778 25662 393 112 0 71743 0
[pid=5956/tid=5959] ppid=5953 vsize=307112 CPUtime=25.35 cores=0,2,4,6
/proc/5956/task/5959/stat : 5959 (strangenight1-m) R 5953 5956 5921 0 -1 4202560 15737 0 0 0 2533 2 0 0 25 0 4 0 602319892 314482688 25662 33554432000 4194304 4650419 140736711785392 18446744073709551615 4365276 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5956/tid=5960] ppid=5953 vsize=307112 CPUtime=25.49 cores=0,2,4,6
/proc/5956/task/5960/stat : 5960 (strangenight1-m) R 5953 5956 5921 0 -1 4202560 17186 0 0 0 2545 4 0 0 25 0 4 0 602319892 314482688 25662 33554432000 4194304 4650419 140736711785392 18446744073709551615 4313315 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5956/tid=5961] ppid=5953 vsize=307112 CPUtime=25.49 cores=0,2,4,6
/proc/5956/task/5961/stat : 5961 (strangenight1-m) R 5953 5956 5921 0 -1 4202560 12317 0 0 0 2545 4 0 0 25 0 4 0 602319892 314482688 25662 33554432000 4194304 4650419 140736711785392 18446744073709551615 4367232 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 307112

[startup+51.1003 s]
/proc/loadavg: 6.37 6.70 6.70 10/184 5968
/proc/meminfo: memFree=29207732/32950928 swapFree=67111356/67111528
[pid=5956] ppid=5953 vsize=330440 CPUtime=204.1 cores=0,2,4,6
/proc/5956/stat : 5956 (strangenight1-m) R 5953 5956 5921 0 -1 4202496 94137 0 0 0 20388 22 0 0 25 0 4 0 602319892 338370560 33558 33554432000 4194304 4650419 140736711785392 18446744073709551615 4365195 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5956/statm: 82610 33558 393 112 0 77575 0
[pid=5956/tid=5959] ppid=5953 vsize=330440 CPUtime=50.82 cores=0,2,4,6
/proc/5956/task/5959/stat : 5959 (strangenight1-m) R 5953 5956 5921 0 -1 4202560 25495 0 0 0 5078 4 0 0 25 0 4 0 602319892 338370560 33558 33554432000 4194304 4650419 140736711785392 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5956/tid=5960] ppid=5953 vsize=330440 CPUtime=51.09 cores=0,2,4,6
/proc/5956/task/5960/stat : 5960 (strangenight1-m) R 5953 5956 5921 0 -1 4202560 27372 0 0 0 5103 6 0 0 25 0 4 0 602319892 338370560 33558 33554432000 4194304 4650419 140736711785392 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5956/tid=5961] ppid=5953 vsize=330440 CPUtime=51.08 cores=0,2,4,6
/proc/5956/task/5961/stat : 5961 (strangenight1-m) R 5953 5956 5921 0 -1 4202560 17524 0 0 0 5103 5 0 0 25 0 4 0 602319892 338370560 33558 33554432000 4194304 4650419 140736711785392 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 204.1
Current children cumulated vsize (KiB) 330440

[startup+102.301 s]
/proc/loadavg: 7.46 6.95 6.78 10/184 5969
/proc/meminfo: memFree=29145684/32950928 swapFree=67111356/67111528
[pid=5956] ppid=5953 vsize=343192 CPUtime=408.63 cores=0,2,4,6
/proc/5956/stat : 5956 (strangenight1-m) R 5953 5956 5921 0 -1 4202496 144450 0 0 0 40826 37 0 0 25 0 4 0 602319892 351428608 41835 33554432000 4194304 4650419 140736711785392 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5956/statm: 85798 41835 393 112 0 80763 0
[pid=5956/tid=5959] ppid=5953 vsize=343192 CPUtime=101.74 cores=0,2,4,6
/proc/5956/task/5959/stat : 5959 (strangenight1-m) R 5953 5956 5921 0 -1 4202560 39185 0 0 0 10166 8 0 0 25 0 4 0 602319892 351428608 41835 33554432000 4194304 4650419 140736711785392 18446744073709551615 4365192 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5956/tid=5960] ppid=5953 vsize=343192 CPUtime=102.29 cores=0,2,4,6
/proc/5956/task/5960/stat : 5960 (strangenight1-m) R 5953 5956 5921 0 -1 4202560 39826 0 0 0 10219 10 0 0 25 0 4 0 602319892 351428608 41835 33554432000 4194304 4650419 140736711785392 18446744073709551615 4365231 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5956/tid=5961] ppid=5953 vsize=343192 CPUtime=102.28 cores=0,2,4,6
/proc/5956/task/5961/stat : 5961 (strangenight1-m) R 5953 5956 5921 0 -1 4202560 25305 0 0 0 10220 8 0 0 25 0 4 0 602319892 351428608 41835 33554432000 4194304 4650419 140736711785392 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 408.63
Current children cumulated vsize (KiB) 343192

[startup+162.3 s]

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

[pid=5956] ppid=5953 vsize=547836 CPUtime=2805.37 cores=0,2,4,6
/proc/5956/stat : 5956 (strangenight1-m) R 5953 5956 5921 0 -1 4202496 466183 0 0 0 280373 164 0 0 25 0 4 0 602319892 560984064 95690 33554432000 4194304 4650419 140736711785392 18446744073709551615 4363416 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5956/statm: 136959 95690 393 112 0 131924 0
[pid=5956/tid=5959] ppid=5953 vsize=547836 CPUtime=698.5 cores=0,2,4,6
/proc/5956/task/5959/stat : 5959 (strangenight1-m) R 5953 5956 5921 0 -1 4202560 124787 0 0 0 69808 42 0 0 25 0 4 0 602319892 560984064 95690 33554432000 4194304 4650419 140736711785392 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5956/tid=5960] ppid=5953 vsize=547836 CPUtime=702.31 cores=0,2,4,6
/proc/5956/task/5960/stat : 5960 (strangenight1-m) R 5953 5956 5921 0 -1 4202560 133942 0 0 0 70183 48 0 0 25 0 4 0 602319892 560984064 95690 33554432000 4194304 4650419 140736711785392 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5956/tid=5961] ppid=5953 vsize=547836 CPUtime=702.23 cores=0,2,4,6
/proc/5956/task/5961/stat : 5961 (strangenight1-m) R 5953 5956 5921 0 -1 4202560 71414 0 0 0 70196 27 0 0 25 0 4 0 602319892 560984064 95690 33554432000 4194304 4650419 140736711785392 18446744073709551615 4367249 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2805.37
Current children cumulated vsize (KiB) 547836

[startup+762.301 s]
/proc/loadavg: 8.11 8.00 7.46 10/184 5987
/proc/meminfo: memFree=28697204/32950928 swapFree=67111356/67111528
[pid=5956] ppid=5953 vsize=549816 CPUtime=3045.05 cores=0,2,4,6
/proc/5956/stat : 5956 (strangenight1-m) R 5953 5956 5921 0 -1 4202496 499847 0 0 0 304327 178 0 0 25 0 4 0 602319892 563011584 97203 33554432000 4194304 4650419 140736711785392 18446744073709551615 4366849 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5956/statm: 137454 97203 393 112 0 132419 0
[pid=5956/tid=5959] ppid=5953 vsize=549816 CPUtime=758.17 cores=0,2,4,6
/proc/5956/task/5959/stat : 5959 (strangenight1-m) R 5953 5956 5921 0 -1 4202560 135484 0 0 0 75771 46 0 0 25 0 4 0 602319892 563011584 97203 33554432000 4194304 4650419 140736711785392 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5956/tid=5960] ppid=5953 vsize=549816 CPUtime=762.31 cores=0,2,4,6
/proc/5956/task/5960/stat : 5960 (strangenight1-m) R 5953 5956 5921 0 -1 4202560 142504 0 0 0 76180 51 0 0 25 0 4 0 602319892 563011584 97203 33554432000 4194304 4650419 140736711785392 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5956/tid=5961] ppid=5953 vsize=549816 CPUtime=762.23 cores=0,2,4,6
/proc/5956/task/5961/stat : 5961 (strangenight1-m) R 5953 5956 5921 0 -1 4202560 76425 0 0 0 76194 29 0 0 25 0 4 0 602319892 563011584 97203 33554432000 4194304 4650419 140736711785392 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3045.05
Current children cumulated vsize (KiB) 549816

[startup+822.301 s]
/proc/loadavg: 8.04 8.00 7.49 10/184 5997
/proc/meminfo: memFree=28633448/32950928 swapFree=67111356/67111528
[pid=5956] ppid=5953 vsize=568608 CPUtime=3284.71 cores=0,2,4,6
/proc/5956/stat : 5956 (strangenight1-m) R 5953 5956 5921 0 -1 4202496 521444 0 0 0 328284 187 0 0 25 0 4 0 602319892 582254592 99258 33554432000 4194304 4650419 140736711785392 18446744073709551615 4313064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5956/statm: 142152 99258 393 112 0 137117 0
[pid=5956/tid=5959] ppid=5953 vsize=568608 CPUtime=817.85 cores=0,2,4,6
/proc/5956/task/5959/stat : 5959 (strangenight1-m) R 5953 5956 5921 0 -1 4202560 140128 0 0 0 81737 48 0 0 25 0 4 0 602319892 582254592 99258 33554432000 4194304 4650419 140736711785392 18446744073709551615 4367241 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5956/tid=5960] ppid=5953 vsize=568608 CPUtime=822.3 cores=0,2,4,6
/proc/5956/task/5960/stat : 5960 (strangenight1-m) R 5953 5956 5921 0 -1 4202560 148739 0 0 0 82175 55 0 0 25 0 4 0 602319892 582254592 99258 33554432000 4194304 4650419 140736711785392 18446744073709551615 4433048 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5956/tid=5961] ppid=5953 vsize=568608 CPUtime=822.23 cores=0,2,4,6
/proc/5956/task/5961/stat : 5961 (strangenight1-m) R 5953 5956 5921 0 -1 4202560 79576 0 0 0 82193 30 0 0 25 0 4 0 602319892 582254592 99258 33554432000 4194304 4650419 140736711785392 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3284.71
Current children cumulated vsize (KiB) 568608

[startup+882.301 s]
/proc/loadavg: 8.01 8.00 7.52 10/184 5999
/proc/meminfo: memFree=28628576/32950928 swapFree=67111356/67111528
[pid=5956] ppid=5953 vsize=595108 CPUtime=3524.38 cores=0,2,4,6
/proc/5956/stat : 5956 (strangenight1-m) R 5953 5956 5921 0 -1 4202496 546380 0 0 0 352240 198 0 0 25 0 4 0 602319892 609390592 101340 33554432000 4194304 4650419 140736711785392 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5956/statm: 148777 101340 393 112 0 143742 0
[pid=5956/tid=5959] ppid=5953 vsize=595108 CPUtime=877.52 cores=0,2,4,6
/proc/5956/task/5959/stat : 5959 (strangenight1-m) R 5953 5956 5921 0 -1 4202560 148769 0 0 0 87701 51 0 0 25 0 4 0 602319892 609390592 101340 33554432000 4194304 4650419 140736711785392 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5956/tid=5960] ppid=5953 vsize=595108 CPUtime=882.3 cores=0,2,4,6
/proc/5956/task/5960/stat : 5960 (strangenight1-m) R 5953 5956 5921 0 -1 4202560 150458 0 0 0 88174 56 0 0 25 0 4 0 602319892 609390592 101340 33554432000 4194304 4650419 140736711785392 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5956/tid=5961] ppid=5953 vsize=595108 CPUtime=882.22 cores=0,2,4,6
/proc/5956/task/5961/stat : 5961 (strangenight1-m) R 5953 5956 5921 0 -1 4202560 85108 0 0 0 88189 33 0 0 25 0 4 0 602319892 609390592 101340 33554432000 4194304 4650419 140736711785392 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3524.38
Current children cumulated vsize (KiB) 595108

[startup+942.3 s]
/proc/loadavg: 8.00 8.00 7.54 10/184 6001
/proc/meminfo: memFree=28603104/32950928 swapFree=67111356/67111528
[pid=5956] ppid=5953 vsize=562268 CPUtime=3764.08 cores=0,2,4,6
/proc/5956/stat : 5956 (strangenight1-m) R 5953 5956 5921 0 -1 4202496 572590 0 0 0 376199 209 0 0 25 0 4 0 602319892 575762432 99348 33554432000 4194304 4650419 140736711785392 18446744073709551615 4366931 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5956/statm: 140567 99348 393 112 0 135532 0
[pid=5956/tid=5959] ppid=5953 vsize=562268 CPUtime=937.2 cores=0,2,4,6
/proc/5956/task/5959/stat : 5959 (strangenight1-m) R 5953 5956 5921 0 -1 4202560 155976 0 0 0 93666 54 0 0 25 0 4 0 602319892 575762432 99348 33554432000 4194304 4650419 140736711785392 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5956/tid=5960] ppid=5953 vsize=562268 CPUtime=942.3 cores=0,2,4,6
/proc/5956/task/5960/stat : 5960 (strangenight1-m) R 5953 5956 5921 0 -1 4202560 156669 0 0 0 94172 58 0 0 25 0 4 0 602319892 575762432 99348 33554432000 4194304 4650419 140736711785392 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5956/tid=5961] ppid=5953 vsize=562268 CPUtime=942.23 cores=0,2,4,6
/proc/5956/task/5961/stat : 5961 (strangenight1-m) R 5953 5956 5921 0 -1 4202560 90490 0 0 0 94187 36 0 0 25 0 4 0 602319892 575762432 99348 33554432000 4194304 4650419 140736711785392 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3764.08
Current children cumulated vsize (KiB) 562268

[startup+1002.3 s]
/proc/loadavg: 8.00 8.00 7.57 9/184 6002
/proc/meminfo: memFree=28659224/32950928 swapFree=67111356/67111528
[pid=5956] ppid=5953 vsize=584608 CPUtime=4003.74 cores=0,2,4,6
/proc/5956/stat : 5956 (strangenight1-m) R 5953 5956 5921 0 -1 4202496 595171 0 0 0 400156 218 0 0 25 0 4 0 602319892 598638592 97008 33554432000 4194304 4650419 140736711785392 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5956/statm: 146152 97008 393 112 0 141117 0
[pid=5956/tid=5959] ppid=5953 vsize=584608 CPUtime=996.86 cores=0,2,4,6
/proc/5956/task/5959/stat : 5959 (strangenight1-m) R 5953 5956 5921 0 -1 4202560 163383 0 0 0 99630 56 0 0 25 0 4 0 602319892 598638592 97008 33554432000 4194304 4650419 140736711785392 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5956/tid=5960] ppid=5953 vsize=584608 CPUtime=1002.3 cores=0,2,4,6
/proc/5956/task/5960/stat : 5960 (strangenight1-m) R 5953 5956 5921 0 -1 4202560 163242 0 0 0 100168 62 0 0 25 0 4 0 602319892 598638592 97008 33554432000 4194304 4650419 140736711785392 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5956/tid=5961] ppid=5953 vsize=584608 CPUtime=1002.22 cores=0,2,4,6
/proc/5956/task/5961/stat : 5961 (strangenight1-m) R 5953 5956 5921 0 -1 4202560 91644 0 0 0 100185 37 0 0 25 0 4 0 602319892 598638592 97008 33554432000 4194304 4650419 140736711785392 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4003.74
Current children cumulated vsize (KiB) 584608

[startup+1062.31 s]
/proc/loadavg: 8.06 8.02 7.60 11/184 6004
/proc/meminfo: memFree=28561840/32950928 swapFree=67111356/67111528
[pid=5956] ppid=5953 vsize=642372 CPUtime=4243.43 cores=0,2,4,6
/proc/5956/stat : 5956 (strangenight1-m) R 5953 5956 5921 0 -1 4202496 621508 0 0 0 424114 229 0 0 25 0 4 0 602319892 657788928 103167 33554432000 4194304 4650419 140736711785392 18446744073709551615 4364775 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5956/statm: 160593 103167 393 112 0 155558 0
[pid=5956/tid=5959] ppid=5953 vsize=642372 CPUtime=1056.54 cores=0,2,4,6
/proc/5956/task/5959/stat : 5959 (strangenight1-m) R 5953 5956 5921 0 -1 4202560 170843 0 0 0 105594 60 0 0 25 0 4 0 602319892 657788928 103167 33554432000 4194304 4650419 140736711785392 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5956/tid=5960] ppid=5953 vsize=642372 CPUtime=1062.31 cores=0,2,4,6
/proc/5956/task/5960/stat : 5960 (strangenight1-m) R 5953 5956 5921 0 -1 4202560 169092 0 0 0 106167 64 0 0 25 0 4 0 602319892 657788928 103167 33554432000 4194304 4650419 140736711785392 18446744073709551615 4313048 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5956/tid=5961] ppid=5953 vsize=642372 CPUtime=1062.22 cores=0,2,4,6
/proc/5956/task/5961/stat : 5961 (strangenight1-m) R 5953 5956 5921 0 -1 4202560 97500 0 0 0 106184 38 0 0 25 0 4 0 602319892 657788928 103167 33554432000 4194304 4650419 140736711785392 18446744073709551615 4370519 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4243.43
Current children cumulated vsize (KiB) 642372

[startup+1122.3 s]
/proc/loadavg: 8.08 8.03 7.63 10/184 6005
/proc/meminfo: memFree=28567120/32950928 swapFree=67111356/67111528
[pid=5956] ppid=5953 vsize=587384 CPUtime=4483.09 cores=0,2,4,6
/proc/5956/stat : 5956 (strangenight1-m) R 5953 5956 5921 0 -1 4202496 648994 0 0 0 448070 239 0 0 25 0 4 0 602319892 601481216 105225 33554432000 4194304 4650419 140736711785392 18446744073709551615 4365323 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5956/statm: 146846 105225 393 112 0 141811 0
[pid=5956/tid=5959] ppid=5953 vsize=587384 CPUtime=1116.22 cores=0,2,4,6
/proc/5956/task/5959/stat : 5959 (strangenight1-m) R 5953 5956 5921 0 -1 4202560 177451 0 0 0 111559 63 0 0 25 0 4 0 602319892 601481216 105225 33554432000 4194304 4650419 140736711785392 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5956/tid=5960] ppid=5953 vsize=587384 CPUtime=1122.31 cores=0,2,4,6
/proc/5956/task/5960/stat : 5960 (strangenight1-m) R 5953 5956 5921 0 -1 4202560 177670 0 0 0 112164 67 0 0 25 0 4 0 602319892 601481216 105225 33554432000 4194304 4650419 140736711785392 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5956/tid=5961] ppid=5953 vsize=587384 CPUtime=1122.21 cores=0,2,4,6
/proc/5956/task/5961/stat : 5961 (strangenight1-m) R 5953 5956 5921 0 -1 4202560 102554 0 0 0 112182 39 0 0 25 0 4 0 602319892 601481216 105225 33554432000 4194304 4650419 140736711785392 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4483.09
Current children cumulated vsize (KiB) 587384

[startup+1182.3 s]
/proc/loadavg: 8.08 8.03 7.65 10/184 6007
/proc/meminfo: memFree=28486728/32950928 swapFree=67111356/67111528
[pid=5956] ppid=5953 vsize=662044 CPUtime=4722.76 cores=0,2,4,6
/proc/5956/stat : 5956 (strangenight1-m) R 5953 5956 5921 0 -1 4202496 669035 0 0 0 472030 246 0 0 25 0 4 0 602319892 677933056 121632 33554432000 4194304 4650419 140736711785392 18446744073709551615 4433081 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5956/statm: 165511 121632 393 112 0 160476 0
[pid=5956/tid=5959] ppid=5953 vsize=662044 CPUtime=1175.89 cores=0,2,4,6
/proc/5956/task/5959/stat : 5959 (strangenight1-m) R 5953 5956 5921 0 -1 4202560 183276 0 0 0 117524 65 0 0 25 0 4 0 602319892 677933056 121632 33554432000 4194304 4650419 140736711785392 18446744073709551615 4432392 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5956/tid=5960] ppid=5953 vsize=662044 CPUtime=1182.31 cores=0,2,4,6
/proc/5956/task/5960/stat : 5960 (strangenight1-m) R 5953 5956 5921 0 -1 4202560 181951 0 0 0 118162 69 0 0 25 0 4 0 602319892 677933056 121632 33554432000 4194304 4650419 140736711785392 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5956/tid=5961] ppid=5953 vsize=662044 CPUtime=1182.21 cores=0,2,4,6
/proc/5956/task/5961/stat : 5961 (strangenight1-m) R 5953 5956 5921 0 -1 4202560 106027 0 0 0 118180 41 0 0 25 0 4 0 602319892 677933056 121632 33554432000 4194304 4650419 140736711785392 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4722.76
Current children cumulated vsize (KiB) 662044



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.06 8.03 7.66 10/184 6008
/proc/meminfo: memFree=28464268/32950928 swapFree=67111356/67111528
[pid=5956] ppid=5953 vsize=663420 CPUtime=4800.28 cores=0,2,4,6
/proc/5956/stat : 5956 (strangenight1-m) R 5953 5956 5921 0 -1 4202496 671059 0 0 0 479780 248 0 0 25 0 4 0 602319892 679342080 123656 33554432000 4194304 4650419 140736711785392 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5956/statm: 165855 123656 393 112 0 160820 0
[pid=5956/tid=5959] ppid=5953 vsize=663420 CPUtime=1195.19 cores=0,2,4,6
/proc/5956/task/5959/stat : 5959 (strangenight1-m) R 5953 5956 5921 0 -1 4202560 183447 0 0 0 119454 65 0 0 25 0 4 0 602319892 679342080 123656 33554432000 4194304 4650419 140736711785392 18446744073709551615 4433081 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5956/tid=5960] ppid=5953 vsize=663420 CPUtime=1201.71 cores=0,2,4,6
/proc/5956/task/5960/stat : 5960 (strangenight1-m) R 5953 5956 5921 0 -1 4202560 182783 0 0 0 120101 70 0 0 25 0 4 0 602319892 679342080 123656 33554432000 4194304 4650419 140736711785392 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5956/tid=5961] ppid=5953 vsize=663420 CPUtime=1201.61 cores=0,2,4,6
/proc/5956/task/5961/stat : 5961 (strangenight1-m) R 5953 5956 5921 0 -1 4202560 106850 0 0 0 120119 42 0 0 25 0 4 0 602319892 679342080 123656 33554432000 4194304 4650419 140736711785392 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.28
Current children cumulated vsize (KiB) 663420

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

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

[startup+1201.7 s]
/proc/loadavg: 8.06 8.03 7.66 10/184 6008
/proc/meminfo: memFree=28464268/32950928 swapFree=67111356/67111528
[pid=5956] ppid=5953 vsize=663420 CPUtime=4800.28 cores=0,2,4,6
/proc/5956/stat : 5956 (strangenight1-m) R 5953 5956 5921 0 -1 4202496 671059 0 0 0 479780 248 0 0 25 0 4 0 602319892 679342080 123656 33554432000 4194304 4650419 140736711785392 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5956/statm: 165855 123656 393 112 0 160820 0
[pid=5956/tid=5959] ppid=5953 vsize=663420 CPUtime=1195.19 cores=0,2,4,6
/proc/5956/task/5959/stat : 5959 (strangenight1-m) R 5953 5956 5921 0 -1 4202560 183447 0 0 0 119454 65 0 0 25 0 4 0 602319892 679342080 123656 33554432000 4194304 4650419 140736711785392 18446744073709551615 4433081 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5956/tid=5960] ppid=5953 vsize=663420 CPUtime=1201.71 cores=0,2,4,6
/proc/5956/task/5960/stat : 5960 (strangenight1-m) R 5953 5956 5921 0 -1 4202560 182783 0 0 0 120101 70 0 0 25 0 4 0 602319892 679342080 123656 33554432000 4194304 4650419 140736711785392 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5956/tid=5961] ppid=5953 vsize=663420 CPUtime=1201.61 cores=0,2,4,6
/proc/5956/task/5961/stat : 5961 (strangenight1-m) R 5953 5956 5921 0 -1 4202560 106850 0 0 0 120119 42 0 0 25 0 4 0 602319892 679342080 123656 33554432000 4194304 4650419 140736711785392 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.28
Current children cumulated vsize (KiB) 663420

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.74
CPU time (s): 4800.33
CPU user time (s): 4797.83
CPU system time (s): 2.50562
CPU usage (%): 399.449
Max. virtual memory (cumulated for all children) (KiB): 698464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.83
system time used= 2.50562
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 671060
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= 283
involuntary context switches= 25760

runsolver used 1.9467 second user time and 4.6093 second system time

The end

Launcher Data

Begin job on node114 at 2011-04-30 01:48:12
IDJOB=3175363
IDBENCH=82981
IDSOLVER=1588
FILE ID=node114/3175363-1304120892
RUNJOBID= node114-1304120892-5939
PBS_JOBID= 13170736
Free space on /tmp= 71804 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt
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-3175363-1304120892/watcher-3175363-1304120892 -o /tmp/evaluation-result-3175363-1304120892/solver-3175363-1304120892 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3175363-1304120892.cnf

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

MD5SUM BENCH= 74a1475d318f4f1a9026a9771426aa49
RANDOM SEED=209040438

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29504004 kB
Buffers:       1072836 kB
Cached:        1802604 kB
SwapCached:        168 kB
Active:         159448 kB
Inactive:      2780228 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29504004 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:           12512 kB
Writeback:           0 kB
AnonPages:       64196 kB
Mapped:          14164 kB
Slab:           441496 kB
PageTables:       4456 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   186548 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= 71792 MiB
End job on node114 at 2011-04-30 02:08:16