Trace number 3368750

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.26 1203.64

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v100-c2130-S1189700536-035.SATISFIABLE.cnf
MD5SUM70c8eb249da14b3681c26bea452706d8
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.012997
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of clauses2130
Sum of the clauses size10650
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 52130
Number of clauses of size over 50

Solver Data

0.00/0.01	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-3368750-1305402176.cnf'
0.00/0.01	c -- header says num vars:            100
0.00/0.01	c -- header says num clauses:        2130
0.00/0.01	c -- clauses added:            0 learnts,         2130 normals,            0 xors
0.00/0.01	c -- vars added        100
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       100      2130         0         0     10650         0   no data   no data  --
0.00/0.02	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.03
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
1.97/0.57	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.97/0.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.97/0.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
1.97/0.57	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1.97/0.57	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
1.97/0.57	c Finding binary XORs  T:     0.00 s  found:       0
1.97/0.57	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
1.97/0.57	c calculated reachability. Time: 0.00
1.97/0.57	c Calc default polars -  time:   0.00 s pos:      46 undec:       2 neg:      52
1.97/0.57	c =========================================================================================
1.97/0.57	c types(t): F = full restart, N = normal restart
1.97/0.57	c types(t): S = simplification begin/end, E = solution found
1.97/0.57	c restart types(rt): st = static, dy = dynamic
1.97/0.57	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
1.97/0.57	c  B st     0         0       100      2130         0         0     10650         0   no data   no data  --
3.16/0.83	c Decided on static restart strategy
3.16/0.83	c  N st     8      4917       100      2130         0      4588     10650    101846   no data   no data  --
3.16/0.83	c  N st    10     11301       100      2130         0      4230     10650     74385   no data   no data  --
3.16/0.83	c  N st    11     17045       100      2130         0      9535     10650    187762   no data   no data  --
3.16/0.83	c  F st    12     25000       100      2130         0     11684     10650    234167   no data   no data  --
3.16/0.83	c  N st    12     25000       100      2130         0     11684     10650    234167   no data   no data  --
3.97/1.03	c Decided on static restart strategy
3.97/1.03	c  N st    18     30002       100      2130         0     10052     10650    187097   no data   no data  --
3.97/1.03	c  S st    18     30002       100      2130         0     10052     10650    187097   no data   no data  --
4.41/1.13	c  S st    18     30505       100      2130         0     10539     10650    197738   no data   no data  --
4.41/1.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.41/1.13	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4.41/1.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
4.41/1.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.41/1.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.41/1.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
4.41/1.13	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.56/1.48	c lits-rem:      2064  cl-subs:     1817  v-elim:      0  v-fix:    0  time:  1.70 s
5.96/1.51	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.15
5.96/1.51	c calculated reachability. Time: 0.00
5.96/1.51	c  N st    18     30505       100      2130         0      8722     10650    156434   no data   no data  --
7.15/1.87	c  N st    20     37617       100      2130         0      8051     10650    130062   no data   no data  --
8.37/2.19	c  N st    21     44017       100      2130         0     14002     10650    262307   no data   no data  --
9.15/2.31	c  S st    22     45758       100      2130         0     15632     10650    297672   no data   no data  --
9.15/2.35	c  S st    22     46259       100      2130         0     16112     10650    308319   no data   no data  --
9.15/2.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.15/2.35	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.15/2.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
9.15/2.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.15/2.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.15/2.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
9.15/2.36	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
13.92/3.50	c lits-rem:      3326  cl-subs:     1867  v-elim:      0  v-fix:    0  time:  4.51 s
13.92/3.50	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
13.92/3.50	c vivif2 --  cl tried    14245 cl shrink        0 lits rem          0 time: 0.01
13.92/3.56	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.24
13.92/3.56	c calculated reachability. Time: 0.00
13.92/3.56	c  N st    22     46259       100      2130         0     14245     10650    264346   no data   no data  --
17.14/4.34	c  N st    23     60656       100      2130         0     10070     10650    150476   no data   no data  --
19.12/4.80	c  N st    24     69389       100      2130         0     18128     10650    327902   no data   no data  --
19.12/4.80	c  S st    24     69389       100      2130         0     18128     10650    327902   no data   no data  --
19.12/4.85	c  S st    24     69898       100      2130         0     18615     10650    338535   no data   no data  --
19.12/4.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
19.12/4.85	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
19.12/4.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
19.12/4.86	c bin-w-bin subsume rem            0 bins  time:  0.00 s
19.12/4.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.12/4.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
19.12/4.86	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
24.71/6.20	c lits-rem:      3822  cl-subs:     2599  v-elim:      0  v-fix:    0  time:  5.34 s
24.71/6.20	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
24.71/6.21	c vivif2 --  cl tried    16016 cl shrink        0 lits rem          0 time: 0.01
24.71/6.28	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.28
24.71/6.28	c calculated reachability. Time: 0.00
24.71/6.28	c  N st    24     69898       100      2130         0     16016     10650    279733   no data   no data  --
29.49/7.43	c  F st    25     87502       100      2130         0     11196     10650    159881   no data   no data  --
29.49/7.44	c  N st    25     87502       100      2130         0     11196     10650    159881   no data   no data  --
30.73/7.74	c Decided on static restart strategy
31.08/7.90	c  N st    32     95536       100      2130         0     18658     10650    322728   no data   no data  --
33.88/8.55	c  N st    34    104847       100      2130         0     15299     10650    244144   no data   no data  --
33.88/8.55	c  S st    34    104847       100      2130         0     15299     10650    244144   no data   no data  --
34.28/8.60	c  S st    34    105351       100      2130         0     15777     10650    254576   no data   no data  --
34.28/8.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
34.28/8.60	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
34.28/8.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
34.28/8.61	c bin-w-bin subsume rem            0 bins  time:  0.00 s
34.28/8.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
34.28/8.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
34.28/8.61	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
38.27/9.61	c lits-rem:      1559  cl-subs:     1224  v-elim:      0  v-fix:    0  time:  3.99 s
38.27/9.61	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
38.27/9.61	c vivif2 --  cl tried    14553 cl shrink        0 lits rem          0 time: 0.01
38.27/9.67	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.26
38.27/9.67	c calculated reachability. Time: 0.00
38.27/9.67	c  N st    34    105351       100      2130         0     14553     10650    227095   no data   no data  --
41.05/10.34	c  N st    35    114950       100      2130         0     23386     10650    416629   no data   no data  --
45.04/11.33	c  N st    36    129347       100      2130         0     23751     10650    406209   no data   no data  --
51.43/12.95	c  N st    37    150943       100      2130         0     15118     10650    201258   no data   no data  --
53.42/13.42	c  S st    38    158026       100      2130         0     21649     10650    342724   no data   no data  --
53.42/13.48	c  S st    38    158535       100      2130         0     22135     10650    353123   no data   no data  --
53.42/13.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
53.42/13.48	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
53.42/13.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
53.82/13.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
53.82/13.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
53.82/13.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
53.82/13.50	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
59.01/14.85	c lits-rem:      2708  cl-subs:     2469  v-elim:      0  v-fix:    0  time:  5.39 s
59.01/14.85	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
59.01/14.85	c vivif2 --  cl tried    19666 cl shrink        0 lits rem          0 time: 0.01
59.41/14.94	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.37
59.41/14.94	c calculated reachability. Time: 0.00
59.41/14.94	c  N st    38    158535       100      2130         0     19666     10650    300339   no data   no data  --
74.96/18.85	c  N st    39    207123       100      2130         0     32123     10650    541860   no data   no data  --
84.53/21.27	c  N st    40    237802       100      2130         0     24589     10650    363465   no data   no data  --
84.53/21.27	c  S st    40    237802       100      2130         0     24589     10650    363465   no data   no data  --
84.94/21.33	c  S st    40    238306       100      2130         0     25075     10650    374490   no data   no data  --
84.94/21.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
84.94/21.33	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
84.94/21.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
84.94/21.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
84.94/21.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
84.94/21.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
84.94/21.35	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
90.52/22.74	c lits-rem:      2602  cl-subs:     2395  v-elim:      0  v-fix:    0  time:  5.57 s
90.52/22.74	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
90.52/22.75	c vivif2 --  cl tried    22680 cl shrink        0 lits rem          0 time: 0.01
90.92/22.84	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.37
90.92/22.84	c calculated reachability. Time: 0.00
90.92/22.84	c  N st    40    238306       100      2130         0     22680     10650    327657   no data   no data  --
114.45/28.79	c  F st    41    306251       100      2130         0     24724     10650    336609   no data   no data  --
114.45/28.79	c  N st    41    306251       100      2130         0     24724     10650    336609   no data   no data  --
116.45/29.27	c Decided on static restart strategy
125.22/31.42	c  N st    51    334558       100      2130         0     28794     10650    416329   no data   no data  --
133.99/33.61	c  N st    53    357461       100      2130         0     26891     10650    360049   no data   no data  --
133.99/33.61	c  S st    53    357461       100      2130         0     26891     10650    360049   no data   no data  --
133.99/33.68	c  S st    53    357965       100      2130         0     27372     10650    370707   no data   no data  --
133.99/33.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
133.99/33.69	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
133.99/33.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
134.40/33.70	c bin-w-bin subsume rem            0 bins  time:  0.00 s
134.40/33.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
134.40/33.70	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
134.40/33.70	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
138.77/34.88	c lits-rem:      1968  cl-subs:     1188  v-elim:      0  v-fix:    0  time:  4.68 s
138.77/34.88	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
138.77/34.88	c vivif2 --  cl tried    26184 cl shrink        0 lits rem          0 time: 0.02
139.17/35.00	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.45
139.57/35.00	c calculated reachability. Time: 0.00
139.57/35.00	c  N st    53    357965       100      2130         0     26184     10650    345460   no data   no data  --
153.58/38.53	c  N st    54    390357       100      2130         0     32070     10650    465428   no data   no data  --
178.66/44.86	c  N st    55    438945       100      2130         0     26215     10650    315710   no data   no data  --
209.38/52.50	c  N st    56    511827       100      2130         0     39112     10650    588085   no data   no data  --
222.54/55.85	c  N st    57    536950       100      2130         0     33667     10650    441881   no data   no data  --
222.54/55.85	c  S st    57    536950       100      2130         0     33667     10650    441881   no data   no data  --
222.94/55.94	c  S st    57    537453       100      2130         0     34151     10650    453163   no data   no data  --
222.94/55.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
222.94/55.95	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
222.94/55.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
222.94/55.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
222.94/55.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
222.94/55.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
222.94/55.97	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
228.91/57.45	c lits-rem:      2023  cl-subs:     1455  v-elim:      0  v-fix:    0  time:  5.88 s
228.91/57.45	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
228.91/57.45	c vivif2 --  cl tried    32696 cl shrink        0 lits rem          0 time: 0.02
229.31/57.59	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.55
229.31/57.59	c calculated reachability. Time: 0.00
229.31/57.59	c  N st    57    537453       100      2130         0     32696     10650    422046   no data   no data  --
319.47/80.11	c  N st    58    701437       100      2130         0     60219     10650    978266   no data   no data  --
380.49/95.44	c  N st    59    806180       100      2130         0     54272     10650    802548   no data   no data  --
380.49/95.44	c  S st    59    806180       100      2130         0     54272     10650    802548   no data   no data  --
381.30/95.64	c  S st    59    806682       100      2130         0     54753     10650    813520   no data   no data  --
381.30/95.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
381.30/95.64	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
381.30/95.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.10
381.30/95.69	c bin-w-bin subsume rem            0 bins  time:  0.00 s
381.30/95.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
381.30/95.69	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
381.30/95.69	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
399.27/100.11	c lits-rem:      2241  cl-subs:     5896  v-elim:      0  v-fix:    0  time: 17.64 s
399.27/100.12	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
399.27/100.12	c vivif2 --  cl tried    48857 cl shrink        0 lits rem          0 time: 0.03
400.02/100.36	c asymm  cl-useful: 0/1854/2130 lits-rem:0 time: 0.94
400.02/100.36	c calculated reachability. Time: 0.00
400.02/100.36	c  N st    59    806682       100      2130         0     48857     10650    701659   no data   no data  --
557.21/139.71	c  F st    60   1071875       100      2130         0     64107     10650    974500   no data   no data  --
557.21/139.71	c  N st    60   1071875       100      2130         0     64107     10650    974500   no data   no data  --
561.18/140.76	c Decided on static restart strategy
579.51/145.39	c  N st    70   1100180       100      2130         0     49003     10650    632516   no data   no data  --
604.24/151.59	c  N st    72   1136173       100      2130         0     82035     10650   1343321   no data   no data  --
624.18/156.53	c  N st    73   1168565       100      2130         0     69547     10650   1054756   no data   no data  --
660.08/165.50	c  N st    74   1210023       100      2130         0     64330     10650    929004   no data   no data  --
660.08/165.50	c  S st    74   1210023       100      2130         0     64330     10650    929004   no data   no data  --
660.88/165.76	c  S st    74   1210527       100      2130         0     64812     10650    940020   no data   no data  --
660.88/165.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
660.88/165.76	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
660.88/165.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.13
661.28/165.82	c bin-w-bin subsume rem            0 bins  time:  0.00 s
661.28/165.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
661.28/165.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
661.28/165.82	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
686.39/172.19	c lits-rem:      3839  cl-subs:     6379  v-elim:      0  v-fix:    0  time: 25.37 s
686.39/172.19	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
686.79/172.20	c vivif2 --  cl tried    58433 cl shrink        0 lits rem          0 time: 0.04
687.59/172.47	c asymm  cl-useful: 0/1573/2130 lits-rem:0 time: 1.08
687.59/172.47	c calculated reachability. Time: 0.00
687.59/172.47	c  N st    74   1210527       100      2130         0     58433     10650    810881   no data   no data  --
748.62/187.78	c  N st    75   1283409       100      2130         0     81575     10650   1287139   no data   no data  --
848.32/212.73	c  N st    76   1392732       100      2130         0     90847     10650   1452437   no data   no data  --
975.54/244.66	c  N st    77   1556716       100      2130         0     98348     10650   1585145   no data   no data  --
1107.55/277.76	c  N st    78   1710528       100      2130         0     88040     10650   1339640   no data   no data  --
1107.55/277.76	c  S st    78   1710528       100      2130         0     88040     10650   1339640   no data   no data  --
1109.16/278.16	c  S st    78   1711030       100      2130         0     88523     10650   1350716   no data   no data  --
1109.16/278.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1109.16/278.17	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1109.58/278.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.24
1109.58/278.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1109.58/278.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1109.58/278.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
1109.58/278.28	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1191.30/298.77	c lits-rem:      3067  cl-subs:    11300  v-elim:      0  v-fix:    0  time: 81.68 s
1191.30/298.77	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
1191.30/298.78	c vivif2 --  cl tried    77223 cl shrink        0 lits rem          0 time: 0.06
1192.10/298.97	c asymm  cl-useful: 0/557/2130 lits-rem:0 time: 0.74
1192.10/298.97	c calculated reachability. Time: 0.00
1192.10/298.97	c  N st    78   1711030       100      2130         0     77223     10650   1131494   no data   no data  --
1552.24/389.25	c  N st    79   2079994       100      2130         0     88897     10650   1296461   no data   no data  --
1709.77/428.76	c  N st    80   2211030       100      2130         0     92662     10650   1329468   no data   no data  --
1709.77/428.76	c  S st    80   2211030       100      2130         0     92662     10650   1329468   no data   no data  --
1711.01/429.09	c  S st    80   2211534       100      2130         0     93152     10650   1340569   no data   no data  --
1711.36/429.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1711.36/429.10	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1711.36/429.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.17
1711.36/429.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1711.36/429.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1711.36/429.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
1711.36/429.18	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1773.97/444.83	c lits-rem:      1568  cl-subs:    11756  v-elim:      0  v-fix:    0  time: 62.36 s
1773.97/444.83	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
1773.97/444.84	c vivif2 --  cl tried    81396 cl shrink        0 lits rem          0 time: 0.06
1775.17/445.16	c asymm  cl-useful: 0/1175/2130 lits-rem:0 time: 1.26
1775.17/445.16	c calculated reachability. Time: 0.00
1775.17/445.16	c  N st    80   2211534       100      2130         0     81396     10650   1122986   no data   no data  --
2316.42/580.88	c  N st    81   2711536       100      2130         0    103976     10650   1499764   no data   no data  --
2316.42/580.88	c  S st    81   2711536       100      2130         0    103976     10650   1499764   no data   no data  --
2317.57/581.18	c  S st    81   2712046       100      2130         0    104472     10650   1511242   no data   no data  --
2317.57/581.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2317.57/581.19	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2317.97/581.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.19
2317.97/581.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2317.97/581.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2317.97/581.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
2317.97/581.28	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2420.47/606.94	c lits-rem:      5822  cl-subs:    13668  v-elim:      0  v-fix:    0  time: 102.29 s
2420.47/606.94	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
2420.47/606.96	c vivif2 --  cl tried    90804 cl shrink        0 lits rem          0 time: 0.07
2422.05/607.38	c asymm  cl-useful: 0/893/2130 lits-rem:0 time: 1.69
2422.05/607.39	c calculated reachability. Time: 0.00
2422.05/607.39	c  N st    81   2712046       100      2130         0     90804     10650   1263469   no data   no data  --
2977.63/746.68	c  N st    82   3212048       100      2130         0    139928     10650   2166904   no data   no data  --
2977.63/746.68	c  S st    82   3212048       100      2130         0    139928     10650   2166904   no data   no data  --
2980.02/747.27	c  S st    82   3212557       100      2130         0    140415     10650   2178232   no data   no data  --
2980.02/747.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
2980.02/747.28	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2980.42/747.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.32
2980.82/747.44	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2980.82/747.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2980.82/747.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
2980.82/747.44	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3238.04/811.95	c lits-rem:      4152  cl-subs:    27620  v-elim:      0  v-fix:    0  time: 257.17 s
3238.04/811.95	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
3238.04/811.97	c vivif2 --  cl tried   112795 cl shrink        0 lits rem          0 time: 0.09
3239.64/812.33	c asymm  cl-useful: 0/822/2130 lits-rem:0 time: 1.44
3239.64/812.34	c calculated reachability. Time: 0.00
3239.64/812.34	c  N st    82   3212557       100      2130         0    112795     10650   1672147   no data   no data  --
3867.78/969.88	c  N st    83   3712559       100      2130         0    130865     10650   1965769   no data   no data  --
3867.78/969.88	c  S st    83   3712559       100      2130         0    130865     10650   1965769   no data   no data  --
3869.76/970.35	c  S st    83   3713064       100      2130         0    131347     10650   1977424   no data   no data  --
3869.76/970.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
3869.76/970.36	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3870.16/970.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.26
3870.16/970.48	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3870.16/970.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3870.16/970.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
3870.16/970.48	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4043.25/1013.80	c lits-rem:      3739  cl-subs:    19456  v-elim:      0  v-fix:    0  time: 172.74 s
4043.25/1013.80	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
4043.25/1013.82	c vivif2 --  cl tried   111891 cl shrink        0 lits rem          0 time: 0.09
4044.46/1014.20	c asymm  cl-useful: 0/685/2130 lits-rem:0 time: 1.51
4044.46/1014.21	c calculated reachability. Time: 0.00
4044.46/1014.21	c  N st    83   3713064       100      2130         0    111891     10650   1606670   no data   no data  --
4098.28/1027.63	c  F st    84   3751562       100      2130         0    147228     10650   2388224   no data   no data  --
4098.28/1027.63	c  N st    84   3751562       100      2130         0    147228     10650   2388224   no data   no data  --
4112.24/1031.18	c Decided on static restart strategy
4146.14/1039.69	c  N st    94   3779866       100      2130         0     97670     10650   1266542   no data   no data  --
4199.18/1052.96	c  N st    96   3815862       100      2130         0    130917     10650   2013977   no data   no data  --
4261.00/1068.42	c  N st    97   3848254       100      2130         0     83130     10650    932742   no data   no data  --
4328.00/1085.25	c  N st    98   3896842       100      2130         0    128074     10650   1946484   no data   no data  --
4433.27/1111.66	c  N st    99   3969724       100      2130         0    116152     10650   1628237   no data   no data  --
4578.03/1147.91	c  N st   100   4079047       100      2130         0    136379     10650   2037641   no data   no data  --
4761.08/1193.81	c  N st   101   4213065       100      2130         0     96896     10650   1184868   no data   no data  --
4761.08/1193.81	c  S st   101   4213065       100      2130         0     96896     10650   1184868   no data   no data  --
4762.28/1194.18	c  S st   101   4213567       100      2130         0     97374     10650   1196143   no data   no data  --
4762.28/1194.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
4762.28/1194.19	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4762.68/1194.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.21
4762.68/1194.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4762.68/1194.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4762.68/1194.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
4762.68/1194.28	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-3368750-1305402176/watcher-3368750-1305402176 -o /tmp/evaluation-result-3368750-1305402176/solver-3368750-1305402176 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3368750-1305402176.cnf 

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

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


[startup+0 s]
/proc/loadavg: 8.10 8.09 8.03 5/358 17320
/proc/meminfo: memFree=24253620/32951124 swapFree=65980216/67111528
[pid=17320] ppid=17318 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/17320/stat : 17320 (strangenight1-m) R 17318 17320 16886 0 -1 4202496 412 0 0 0 0 0 0 0 25 0 4 0 632633049 52465664 352 33554432000 4194304 4650419 140736470960704 18446744073709551615 47444930590636 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/17320/statm: 12809 352 303 112 0 7774 0
[pid=17320/tid=17321] ppid=17318 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/17320/task/17321/stat : 17321 (strangenight1-m) R 17318 17320 16886 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 632633050 52465664 357 33554432000 4194304 4650419 140736470960704 18446744073709551615 47444930590233 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17320/tid=17322] ppid=17318 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/17320/task/17322/stat : 17322 (strangenight1-m) R 17318 17320 16886 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 632633050 52465664 357 33554432000 4194304 4650419 140736470960704 18446744073709551615 47444930590233 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17320/tid=17323] ppid=17318 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/17320/task/17323/stat : 17323 (strangenight1-m) R 17318 17320 16886 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 4 0 632633050 52465664 357 33554432000 4194304 4650419 140736470960704 18446744073709551615 47444930590233 0 0 4096 2 0 0 0 -1 4 0 0 0

[startup+0.072408 s]
/proc/loadavg: 8.10 8.09 8.03 5/358 17320
/proc/meminfo: memFree=24253620/32951124 swapFree=65980216/67111528
[pid=17320] ppid=17318 vsize=282444 CPUtime=0.25 cores=0,2,4,6
/proc/17320/stat : 17320 (strangenight1-m) R 17318 17320 16886 0 -1 4202496 1524 0 0 0 25 0 0 0 25 0 4 0 632633049 289222656 1371 33554432000 4194304 4650419 140736470960704 18446744073709551615 4520364 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/17320/statm: 70611 1371 389 112 0 65576 0
[pid=17320/tid=17321] ppid=17318 vsize=282444 CPUtime=0.06 cores=0,2,4,6
/proc/17320/task/17321/stat : 17321 (strangenight1-m) R 17318 17320 16886 0 -1 4202560 288 0 0 0 6 0 0 0 18 0 4 0 632633050 289222656 1371 33554432000 4194304 4650419 140736470960704 18446744073709551615 4365267 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17320/tid=17322] ppid=17318 vsize=282444 CPUtime=0.06 cores=0,2,4,6
/proc/17320/task/17322/stat : 17322 (strangenight1-m) R 17318 17320 16886 0 -1 4202560 323 0 0 0 6 0 0 0 18 0 4 0 632633050 289222656 1371 33554432000 4194304 4650419 140736470960704 18446744073709551615 228095112225 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17320/tid=17323] ppid=17318 vsize=282444 CPUtime=0.06 cores=0,2,4,6
/proc/17320/task/17323/stat : 17323 (strangenight1-m) R 17318 17320 16886 0 -1 4202560 216 0 0 0 6 0 0 0 18 0 4 0 632633050 289222656 1371 33554432000 4194304 4650419 140736470960704 18446744073709551615 4363423 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 282444

[startup+0.115353 s]
/proc/loadavg: 8.10 8.09 8.03 5/358 17320
/proc/meminfo: memFree=24253620/32951124 swapFree=65980216/67111528
[pid=17320] ppid=17318 vsize=282444 CPUtime=0.42 cores=0,2,4,6
/proc/17320/stat : 17320 (strangenight1-m) R 17318 17320 16886 0 -1 4202496 1786 0 0 0 42 0 0 0 25 0 4 0 632633049 289222656 1633 33554432000 4194304 4650419 140736470960704 18446744073709551615 4365325 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/17320/statm: 70611 1633 389 112 0 65576 0
[pid=17320/tid=17321] ppid=17318 vsize=282444 CPUtime=0.1 cores=0,2,4,6
/proc/17320/task/17321/stat : 17321 (strangenight1-m) R 17318 17320 16886 0 -1 4202560 353 0 0 0 10 0 0 0 18 0 4 0 632633050 289222656 1633 33554432000 4194304 4650419 140736470960704 18446744073709551615 4334336 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17320/tid=17322] ppid=17318 vsize=282444 CPUtime=0.1 cores=0,2,4,6
/proc/17320/task/17322/stat : 17322 (strangenight1-m) R 17318 17320 16886 0 -1 4202560 386 0 0 0 10 0 0 0 18 0 4 0 632633050 289222656 1633 33554432000 4194304 4650419 140736470960704 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17320/tid=17323] ppid=17318 vsize=282444 CPUtime=0.11 cores=0,2,4,6
/proc/17320/task/17323/stat : 17323 (strangenight1-m) R 17318 17320 16886 0 -1 4202560 286 0 0 0 11 0 0 0 18 0 4 0 632633050 289222656 1633 33554432000 4194304 4650419 140736470960704 18446744073709551615 4366865 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 282444

[startup+0.30032 s]
/proc/loadavg: 8.10 8.09 8.03 5/358 17320
/proc/meminfo: memFree=24253620/32951124 swapFree=65980216/67111528
[pid=17320] ppid=17318 vsize=283440 CPUtime=1.16 cores=0,2,4,6
/proc/17320/stat : 17320 (strangenight1-m) R 17318 17320 16886 0 -1 4202496 2848 0 0 0 116 0 0 0 25 0 4 0 632633049 290242560 2172 33554432000 4194304 4650419 140736470960704 18446744073709551615 4363600 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/17320/statm: 70860 2172 391 112 0 65825 0
[pid=17320/tid=17321] ppid=17318 vsize=283440 CPUtime=0.28 cores=0,2,4,6
/proc/17320/task/17321/stat : 17321 (strangenight1-m) R 17318 17320 16886 0 -1 4202560 601 0 0 0 28 0 0 0 18 0 4 0 632633050 290242560 2172 33554432000 4194304 4650419 140736470960704 18446744073709551615 4365300 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17320/tid=17322] ppid=17318 vsize=283440 CPUtime=0.29 cores=0,2,4,6
/proc/17320/task/17322/stat : 17322 (strangenight1-m) R 17318 17320 16886 0 -1 4202560 639 0 0 0 29 0 0 0 18 0 4 0 632633050 290242560 2172 33554432000 4194304 4650419 140736470960704 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17320/tid=17323] ppid=17318 vsize=283440 CPUtime=0.29 cores=0,2,4,6
/proc/17320/task/17323/stat : 17323 (strangenight1-m) R 17318 17320 16886 0 -1 4202560 575 0 0 0 29 0 0 0 18 0 4 0 632633050 290242560 2172 33554432000 4194304 4650419 140736470960704 18446744073709551615 4364772 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 283440

[startup+0.700246 s]
/proc/loadavg: 8.10 8.09 8.03 5/358 17320
/proc/meminfo: memFree=24253620/32951124 swapFree=65980216/67111528
[pid=17320] ppid=17318 vsize=284644 CPUtime=2.76 cores=0,2,4,6
/proc/17320/stat : 17320 (strangenight1-m) R 17318 17320 16886 0 -1 4202496 5038 0 0 0 275 1 0 0 25 0 4 0 632633049 291475456 2554 33554432000 4194304 4650419 140736470960704 18446744073709551615 4364736 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/17320/statm: 71161 2554 391 112 0 66126 0
[pid=17320/tid=17321] ppid=17318 vsize=284644 CPUtime=0.68 cores=0,2,4,6
/proc/17320/task/17321/stat : 17321 (strangenight1-m) R 17318 17320 16886 0 -1 4202560 1163 0 0 0 68 0 0 0 18 0 4 0 632633050 291475456 2554 33554432000 4194304 4650419 140736470960704 18446744073709551615 4310964 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17320/tid=17322] ppid=17318 vsize=284644 CPUtime=0.69 cores=0,2,4,6
/proc/17320/task/17322/stat : 17322 (strangenight1-m) R 17318 17320 16886 0 -1 4202560 1174 0 0 0 69 0 0 0 18 0 4 0 632633050 291475456 2554 33554432000 4194304 4650419 140736470960704 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17320/tid=17323] ppid=17318 vsize=284644 CPUtime=0.69 cores=0,2,4,6
/proc/17320/task/17323/stat : 17323 (strangenight1-m) R 17318 17320 16886 0 -1 4202560 1070 0 0 0 69 0 0 0 18 0 4 0 632633050 291475456 2554 33554432000 4194304 4650419 140736470960704 18446744073709551615 4367232 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 284644

[startup+1.5011 s]
/proc/loadavg: 8.25 8.12 8.04 9/362 17324
/proc/meminfo: memFree=24235484/32951124 swapFree=65980216/67111528
[pid=17320] ppid=17318 vsize=281624 CPUtime=5.96 cores=0,2,4,6
/proc/17320/stat : 17320 (strangenight1-m) R 17318 17320 16886 0 -1 4202496 10014 0 0 0 594 2 0 0 25 0 4 0 632633049 288382976 5338 33554432000 4194304 4650419 140736470960704 18446744073709551615 4370582 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/17320/statm: 70406 5338 393 112 0 65371 0
[pid=17320/tid=17321] ppid=17318 vsize=281624 CPUtime=1.48 cores=0,2,4,6
/proc/17320/task/17321/stat : 17321 (strangenight1-m) R 17318 17320 16886 0 -1 4202560 2896 0 0 0 148 0 0 0 20 0 4 0 632633050 288382976 5338 33554432000 4194304 4650419 140736470960704 18446744073709551615 4438970 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17320/tid=17322] ppid=17318 vsize=281624 CPUtime=1.49 cores=0,2,4,6
/proc/17320/task/17322/stat : 17322 (strangenight1-m) R 17318 17320 16886 0 -1 4202560 2003 0 0 0 149 0 0 0 20 0 4 0 632633050 288382976 5338 33554432000 4194304 4650419 140736470960704 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17320/tid=17323] ppid=17318 vsize=281624 CPUtime=1.49 cores=0,2,4,6
/proc/17320/task/17323/stat : 17323 (strangenight1-m) R 17318 17320 16886 0 -1 4202560 1807 0 0 0 149 0 0 0 19 0 4 0 632633050 288382976 5338 33554432000 4194304 4650419 140736470960704 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 281624

[startup+3.10081 s]
/proc/loadavg: 8.25 8.12 8.04 9/362 17324
/proc/meminfo: memFree=24200028/32951124 swapFree=65980216/67111528
[pid=17320] ppid=17318 vsize=285284 CPUtime=12.34 cores=0,2,4,6
/proc/17320/stat : 17320 (strangenight1-m) R 17318 17320 16886 0 -1 4202496 16548 0 0 0 1231 3 0 0 25 0 4 0 632633049 292130816 10129 33554432000 4194304 4650419 140736470960704 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/17320/statm: 71321 10129 393 112 0 66286 0
[pid=17320/tid=17321] ppid=17318 vsize=285284 CPUtime=3.08 cores=0,2,4,6
/proc/17320/task/17321/stat : 17321 (strangenight1-m) R 17318 17320 16886 0 -1 4202560 4009 0 0 0 308 0 0 0 25 0 4 0 632633050 292130816 10129 33554432000 4194304 4650419 140736470960704 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17320/tid=17322] ppid=17318 vsize=285284 CPUtime=3.08 cores=0,2,4,6
/proc/17320/task/17322/stat : 17322 (strangenight1-m) R 17318 17320 16886 0 -1 4202560 3984 0 0 0 308 0 0 0 25 0 4 0 632633050 292130816 10129 33554432000 4194304 4650419 140736470960704 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17320/tid=17323] ppid=17318 vsize=285284 CPUtime=3.08 cores=0,2,4,6
/proc/17320/task/17323/stat : 17323 (strangenight1-m) R 17318 17320 16886 0 -1 4202560 3868 0 0 0 308 0 0 0 25 0 4 0 632633050 292130816 10130 33554432000 4194304 4650419 140736470960704 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 285284

[startup+6.30022 s]
/proc/loadavg: 8.25 8.12 8.04 9/362 17324
/proc/meminfo: memFree=24167664/32951124 swapFree=65980216/67111528
[pid=17320] ppid=17318 vsize=288520 CPUtime=25.1 cores=0,2,4,6
/proc/17320/stat : 17320 (strangenight1-m) R 17318 17320 16886 0 -1 4202496 24499 0 0 0 2505 5 0 0 25 0 4 0 632633049 295444480 13113 33554432000 4194304 4650419 140736470960704 18446744073709551615 4365252 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/17320/statm: 72130 13113 393 112 0 67095 0
[pid=17320/tid=17321] ppid=17318 vsize=288520 CPUtime=6.28 cores=0,2,4,6
/proc/17320/task/17321/stat : 17321 (strangenight1-m) R 17318 17320 16886 0 -1 4202560 6238 0 0 0 627 1 0 0 25 0 4 0 632633050 295444480 13113 33554432000 4194304 4650419 140736470960704 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17320/tid=17322] ppid=17318 vsize=288520 CPUtime=6.29 cores=0,2,4,6
/proc/17320/task/17322/stat : 17322 (strangenight1-m) R 17318 17320 16886 0 -1 4202560 6641 0 0 0 628 1 0 0 25 0 4 0 632633050 295444480 13113 33554432000 4194304 4650419 140736470960704 18446744073709551615 4439361 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17320/tid=17323] ppid=17318 vsize=288520 CPUtime=6.29 cores=0,2,4,6
/proc/17320/task/17323/stat : 17323 (strangenight1-m) R 17318 17320 16886 0 -1 4202560 5399 0 0 0 628 1 0 0 25 0 4 0 632633050 295444480 13113 33554432000 4194304 4650419 140736470960704 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 288520

[startup+12.701 s]
/proc/loadavg: 8.21 8.12 8.04 9/362 17325
/proc/meminfo: memFree=24135428/32951124 swapFree=65980216/67111528
[pid=17320] ppid=17318 vsize=271312 CPUtime=50.63 cores=0,2,4,6
/proc/17320/stat : 17320 (strangenight1-m) R 17318 17320 16886 0 -1 4202496 36240 0 0 0 5057 6 0 0 25 0 4 0 632633049 277823488 16875 33554432000 4194304 4650419 140736470960704 18446744073709551615 4364785 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/17320/statm: 67828 16875 393 112 0 62793 0
[pid=17320/tid=17321] ppid=17318 vsize=271312 CPUtime=12.68 cores=0,2,4,6
/proc/17320/task/17321/stat : 17321 (strangenight1-m) R 17318 17320 16886 0 -1 4202560 8810 0 0 0 1267 1 0 0 25 0 4 0 632633050 277823488 16875 33554432000 4194304 4650419 140736470960704 18446744073709551615 4365311 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17320/tid=17322] ppid=17318 vsize=271312 CPUtime=12.68 cores=0,2,4,6
/proc/17320/task/17322/stat : 17322 (strangenight1-m) R 17318 17320 16886 0 -1 4202560 9950 0 0 0 1267 1 0 0 25 0 4 0 632633050 277823488 16875 33554432000 4194304 4650419 140736470960704 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17320/tid=17323] ppid=17318 vsize=271312 CPUtime=12.69 cores=0,2,4,6
/proc/17320/task/17323/stat : 17323 (strangenight1-m) R 17318 17320 16886 0 -1 4202560 8354 0 0 0 1268 1 0 0 25 0 4 0 632633050 277823488 16875 33554432000 4194304 4650419 140736470960704 18446744073709551615 4365337 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 271312

[startup+25.5007 s]
/proc/loadavg: 8.18 8.12 8.04 9/362 17325
/proc/meminfo: memFree=24097356/32951124 swapFree=65980216/67111528
[pid=17320] ppid=17318 vsize=294344 CPUtime=101.68 cores=0,2,4,6
/proc/17320/stat : 17320 (strangenight1-m) R 17318 17320 16886 0 -1 4202496 54434 0 0 0 10158 10 0 0 25 0 4 0 632633049 301408256 22334 33554432000 4194304 4650419 140736470960704 18446744073709551615 4363432 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/17320/statm: 73586 22334 393 112 0 68551 0
[pid=17320/tid=17321] ppid=17318 vsize=294344 CPUtime=25.49 cores=0,2,4,6
/proc/17320/task/17321/stat : 17321 (strangenight1-m) R 17318 17320 16886 0 -1 4202560 13980 0 0 0 2547 2 0 0 25 0 4 0 632633050 301408256 22334 33554432000 4194304 4650419 140736470960704 18446744073709551615 4366384 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17320/tid=17322] ppid=17318 vsize=294344 CPUtime=25.48 cores=0,2,4,6
/proc/17320/task/17322/stat : 17322 (strangenight1-m) R 17318 17320 16886 0 -1 4202560 16155 0 0 0 2546 2 0 0 25 0 4 0 632633050 301408256 22334 33554432000 4194304 4650419 140736470960704 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17320/tid=17323] ppid=17318 vsize=294344 CPUtime=25.49 cores=0,2,4,6
/proc/17320/task/17323/stat : 17323 (strangenight1-m) R 17318 17320 16886 0 -1 4202560 10688 0 0 0 2547 2 0 0 25 0 4 0 632633050 301408256 22334 33554432000 4194304 4650419 140736470960704 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.68
Current children cumulated vsize (KiB) 294344

[startup+51.101 s]
/proc/loadavg: 8.12 8.11 8.03 9/362 17326
/proc/meminfo: memFree=24062556/32951124 swapFree=65980216/67111528
[pid=17320] ppid=17318 vsize=298168 CPUtime=203.79 cores=0,2,4,6
/proc/17320/stat : 17320 (strangenight1-m) R 17318 17320 16886 0 -1 4202496 84018 0 0 0 20360 19 0 0 25 0 4 0 632633049 305324032 26542 33554432000 4194304 4650419 140736470960704 18446744073709551615 4364775 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/17320/statm: 74542 26542 393 112 0 69507 0
[pid=17320/tid=17321] ppid=17318 vsize=298168 CPUtime=51.08 cores=0,2,4,6
/proc/17320/task/17321/stat : 17321 (strangenight1-m) R 17318 17320 16886 0 -1 4202560 21943 0 0 0 5104 4 0 0 25 0 4 0 632633050 305324032 26542 33554432000 4194304 4650419 140736470960704 18446744073709551615 4365325 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17320/tid=17322] ppid=17318 vsize=298168 CPUtime=51.09 cores=0,2,4,6
/proc/17320/task/17322/stat : 17322 (strangenight1-m) R 17318 17320 16886 0 -1 4202560 24893 0 0 0 5104 5 0 0 25 0 4 0 632633050 305324032 26542 33554432000 4194304 4650419 140736470960704 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17320/tid=17323] ppid=17318 vsize=298168 CPUtime=51.08 cores=0,2,4,6
/proc/17320/task/17323/stat : 17323 (strangenight1-m) R 17318 17320 16886 0 -1 4202560 14658 0 0 0 5105 3 0 0 25 0 4 0 632633050 305324032 26542 33554432000 4194304 4650419 140736470960704 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 203.79
Current children cumulated vsize (KiB) 298168

[startup+102.314 s]
/proc/loadavg: 8.11 8.10 8.03 9/362 17387
/proc/meminfo: memFree=24065544/32951124 swapFree=65980216/67111528
[pid=17320] ppid=17318 vsize=313044 CPUtime=408.04 cores=0,2,4,6
/proc/17320/stat : 17320 (strangenight1-m) R 17318 17320 16886 0 -1 4202496 134464 0 0 0 40770 34 0 0 25 0 4 0 632633049 320557056 37795 33554432000 4194304 4650419 140736470960704 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/17320/statm: 78261 37795 393 112 0 73226 0
[pid=17320/tid=17321] ppid=17318 vsize=313044 CPUtime=102.3 cores=0,2,4,6
/proc/17320/task/17321/stat : 17321 (strangenight1-m) R 17318 17320 16886 0 -1 4202560 36448 0 0 0 10222 8 0 0 25 0 4 0 632633050 320557056 37795 33554432000 4194304 4650419 140736470960704 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17320/tid=17322] ppid=17318 vsize=313044 CPUtime=102.29 cores=0,2,4,6
/proc/17320/task/17322/stat : 17322 (strangenight1-m) R 17318 17320 16886 0 -1 4202560 37768 0 0 0 10221 8 0 0 25 0 4 0 632633050 320557056 37795 33554432000 4194304 4650419 140736470960704 18446744073709551615 4438399 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17320/tid=17323] ppid=17318 vsize=313044 CPUtime=102.27 cores=0,2,4,6
/proc/17320/task/17323/stat : 17323 (strangenight1-m) R 17318 17320 16886 0 -1 4202560 23836 0 0 0 10221 6 0 0 25 0 4 0 632633050 320557056 37795 33554432000 4194304 4650419 140736470960704 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 408.04
Current children cumulated vsize (KiB) 313044

[startup+162.301 s]

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

[pid=17320] ppid=17318 vsize=471304 CPUtime=2561.67 cores=0,2,4,6
/proc/17320/stat : 17320 (strangenight1-m) R 17318 17320 16886 0 -1 4202496 384701 0 0 0 256040 127 0 0 25 0 4 0 632633049 482615296 86022 33554432000 4194304 4650419 140736470960704 18446744073709551615 4313699 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/17320/statm: 117826 86022 393 112 0 112791 0
[pid=17320/tid=17321] ppid=17318 vsize=471304 CPUtime=642.31 cores=0,2,4,6
/proc/17320/task/17321/stat : 17321 (strangenight1-m) R 17318 17320 16886 0 -1 4202560 110005 0 0 0 64197 34 0 0 25 0 4 0 632633050 482615296 86023 33554432000 4194304 4650419 140736470960704 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17320/tid=17322] ppid=17318 vsize=471304 CPUtime=642.3 cores=0,2,4,6
/proc/17320/task/17322/stat : 17322 (strangenight1-m) R 17318 17320 16886 0 -1 4202560 118217 0 0 0 64189 41 0 0 25 0 4 0 632633050 482615296 86023 33554432000 4194304 4650419 140736470960704 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17320/tid=17323] ppid=17318 vsize=471304 CPUtime=642.2 cores=0,2,4,6
/proc/17320/task/17323/stat : 17323 (strangenight1-m) R 17318 17320 16886 0 -1 4202560 63029 0 0 0 64199 21 0 0 25 0 4 0 632633050 482615296 86023 33554432000 4194304 4650419 140736470960704 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2561.67
Current children cumulated vsize (KiB) 471304

[startup+702.301 s]
/proc/loadavg: 8.08 8.11 8.06 9/362 17403
/proc/meminfo: memFree=23491540/32951124 swapFree=65980216/67111528
[pid=17320] ppid=17318 vsize=537156 CPUtime=2800.95 cores=0,2,4,6
/proc/17320/stat : 17320 (strangenight1-m) R 17318 17320 16886 0 -1 4202496 411599 0 0 0 279958 137 0 0 25 0 4 0 632633049 550047744 98973 33554432000 4194304 4650419 140736470960704 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/17320/statm: 134289 98973 393 112 0 129254 0
[pid=17320/tid=17321] ppid=17318 vsize=537156 CPUtime=702.3 cores=0,2,4,6
/proc/17320/task/17321/stat : 17321 (strangenight1-m) R 17318 17320 16886 0 -1 4202560 115853 0 0 0 70194 36 0 0 25 0 4 0 632633050 550047744 98973 33554432000 4194304 4650419 140736470960704 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17320/tid=17322] ppid=17318 vsize=537156 CPUtime=702.29 cores=0,2,4,6
/proc/17320/task/17322/stat : 17322 (strangenight1-m) R 17318 17320 16886 0 -1 4202560 126920 0 0 0 70184 45 0 0 25 0 4 0 632633050 550047744 98973 33554432000 4194304 4650419 140736470960704 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17320/tid=17323] ppid=17318 vsize=537156 CPUtime=702.17 cores=0,2,4,6
/proc/17320/task/17323/stat : 17323 (strangenight1-m) R 17318 17320 16886 0 -1 4202560 67860 0 0 0 70195 22 0 0 25 0 4 0 632633050 550047744 98973 33554432000 4194304 4650419 140736470960704 18446744073709551615 4365327 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2800.95
Current children cumulated vsize (KiB) 537156

[startup+762.314 s]
/proc/loadavg: 8.10 8.10 8.05 9/362 17405
/proc/meminfo: memFree=23494504/32951124 swapFree=65980216/67111528
[pid=17320] ppid=17318 vsize=564076 CPUtime=3040.27 cores=0,2,4,6
/proc/17320/stat : 17320 (strangenight1-m) R 17318 17320 16886 0 -1 4202496 436438 0 0 0 303881 146 0 0 25 0 4 0 632633049 577613824 93502 33554432000 4194304 4650419 140736470960704 18446744073709551615 4433059 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/17320/statm: 141019 93502 393 112 0 135984 0
[pid=17320/tid=17321] ppid=17318 vsize=564076 CPUtime=762.32 cores=0,2,4,6
/proc/17320/task/17321/stat : 17321 (strangenight1-m) R 17318 17320 16886 0 -1 4202560 122848 0 0 0 76193 39 0 0 25 0 4 0 632633050 577613824 93502 33554432000 4194304 4650419 140736470960704 18446744073709551615 4365237 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17320/tid=17322] ppid=17318 vsize=564076 CPUtime=762.3 cores=0,2,4,6
/proc/17320/task/17322/stat : 17322 (strangenight1-m) R 17318 17320 16886 0 -1 4202560 136669 0 0 0 76182 48 0 0 25 0 4 0 632633050 577613824 93502 33554432000 4194304 4650419 140736470960704 18446744073709551615 4370522 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17320/tid=17323] ppid=17318 vsize=564076 CPUtime=762.18 cores=0,2,4,6
/proc/17320/task/17323/stat : 17323 (strangenight1-m) R 17318 17320 16886 0 -1 4202560 70187 0 0 0 76194 24 0 0 25 0 4 0 632633050 577613824 93502 33554432000 4194304 4650419 140736470960704 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3040.27
Current children cumulated vsize (KiB) 564076

[startup+822.301 s]
/proc/loadavg: 8.22 8.13 8.06 9/362 17406
/proc/meminfo: memFree=23477132/32951124 swapFree=65980216/67111528
[pid=17320] ppid=17318 vsize=569824 CPUtime=3279.52 cores=0,2,4,6
/proc/17320/stat : 17320 (strangenight1-m) R 17318 17320 16886 0 -1 4202496 453541 0 0 0 327798 154 0 0 25 0 4 0 632633049 583499776 94535 33554432000 4194304 4650419 140736470960704 18446744073709551615 4366831 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/17320/statm: 142456 94535 393 112 0 137421 0
[pid=17320/tid=17321] ppid=17318 vsize=569824 CPUtime=822.3 cores=0,2,4,6
/proc/17320/task/17321/stat : 17321 (strangenight1-m) R 17318 17320 16886 0 -1 4202560 129290 0 0 0 82189 41 0 0 25 0 4 0 632633050 583499776 94535 33554432000 4194304 4650419 140736470960704 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17320/tid=17322] ppid=17318 vsize=569824 CPUtime=822.29 cores=0,2,4,6
/proc/17320/task/17322/stat : 17322 (strangenight1-m) R 17318 17320 16886 0 -1 4202560 142642 0 0 0 82178 51 0 0 25 0 4 0 632633050 583499776 94535 33554432000 4194304 4650419 140736470960704 18446744073709551615 4364772 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17320/tid=17323] ppid=17318 vsize=569824 CPUtime=822.15 cores=0,2,4,6
/proc/17320/task/17323/stat : 17323 (strangenight1-m) R 17318 17320 16886 0 -1 4202560 72983 0 0 0 82190 25 0 0 25 0 4 0 632633050 583499776 94535 33554432000 4194304 4650419 140736470960704 18446744073709551615 4364788 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3279.52
Current children cumulated vsize (KiB) 569824

[startup+882.301 s]
/proc/loadavg: 8.21 8.13 8.07 9/362 17408
/proc/meminfo: memFree=23436816/32951124 swapFree=65980216/67111528
[pid=17320] ppid=17318 vsize=570060 CPUtime=3518.81 cores=0,2,4,6
/proc/17320/stat : 17320 (strangenight1-m) R 17318 17320 16886 0 -1 4202496 474281 0 0 0 351717 164 0 0 25 0 4 0 632633049 583741440 96822 33554432000 4194304 4650419 140736470960704 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/17320/statm: 142515 96822 393 112 0 137480 0
[pid=17320/tid=17321] ppid=17318 vsize=570060 CPUtime=882.3 cores=0,2,4,6
/proc/17320/task/17321/stat : 17321 (strangenight1-m) R 17318 17320 16886 0 -1 4202560 135443 0 0 0 88185 45 0 0 25 0 4 0 632633050 583741440 96822 33554432000 4194304 4650419 140736470960704 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17320/tid=17322] ppid=17318 vsize=570060 CPUtime=882.29 cores=0,2,4,6
/proc/17320/task/17322/stat : 17322 (strangenight1-m) R 17318 17320 16886 0 -1 4202560 149489 0 0 0 88175 54 0 0 25 0 4 0 632633050 583741440 96822 33554432000 4194304 4650419 140736470960704 18446744073709551615 4366839 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17320/tid=17323] ppid=17318 vsize=570060 CPUtime=882.14 cores=0,2,4,6
/proc/17320/task/17323/stat : 17323 (strangenight1-m) R 17318 17320 16886 0 -1 4202560 73657 0 0 0 88189 25 0 0 25 0 4 0 632633050 583741440 96822 33554432000 4194304 4650419 140736470960704 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3518.81
Current children cumulated vsize (KiB) 570060

[startup+942.3 s]
/proc/loadavg: 8.26 8.15 8.08 9/362 17409
/proc/meminfo: memFree=23424036/32951124 swapFree=65980216/67111528
[pid=17320] ppid=17318 vsize=622500 CPUtime=3758.1 cores=0,2,4,6
/proc/17320/stat : 17320 (strangenight1-m) R 17318 17320 16886 0 -1 4202496 494301 0 0 0 375638 172 0 0 25 0 4 0 632633049 637440000 99995 33554432000 4194304 4650419 140736470960704 18446744073709551615 4366828 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/17320/statm: 155625 99995 393 112 0 150590 0
[pid=17320/tid=17321] ppid=17318 vsize=622500 CPUtime=942.31 cores=0,2,4,6
/proc/17320/task/17321/stat : 17321 (strangenight1-m) R 17318 17320 16886 0 -1 4202560 138917 0 0 0 94184 47 0 0 25 0 4 0 632633050 637440000 99995 33554432000 4194304 4650419 140736470960704 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17320/tid=17322] ppid=17318 vsize=622500 CPUtime=942.29 cores=0,2,4,6
/proc/17320/task/17322/stat : 17322 (strangenight1-m) R 17318 17320 16886 0 -1 4202560 157400 0 0 0 94172 57 0 0 25 0 4 0 632633050 637440000 99995 33554432000 4194304 4650419 140736470960704 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17320/tid=17323] ppid=17318 vsize=622500 CPUtime=942.13 cores=0,2,4,6
/proc/17320/task/17323/stat : 17323 (strangenight1-m) R 17318 17320 16886 0 -1 4202560 76007 0 0 0 94187 26 0 0 25 0 4 0 632633050 637440000 99995 33554432000 4194304 4650419 140736470960704 18446744073709551615 4365203 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3758.1
Current children cumulated vsize (KiB) 622500

[startup+1002.3 s]
/proc/loadavg: 8.21 8.15 8.08 9/362 17411
/proc/meminfo: memFree=23431956/32951124 swapFree=65980216/67111528
[pid=17320] ppid=17318 vsize=636088 CPUtime=3997.38 cores=0,2,4,6
/proc/17320/stat : 17320 (strangenight1-m) R 17318 17320 16886 0 -1 4202496 507476 0 0 0 399561 177 0 0 25 0 4 0 632633049 651354112 102241 33554432000 4194304 4650419 140736470960704 18446744073709551615 4433087 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/17320/statm: 159022 102241 393 112 0 153987 0
[pid=17320/tid=17321] ppid=17318 vsize=636088 CPUtime=1002.31 cores=0,2,4,6
/proc/17320/task/17321/stat : 17321 (strangenight1-m) R 17318 17320 16886 0 -1 4202560 140525 0 0 0 100184 47 0 0 25 0 4 0 632633050 651354112 102241 33554432000 4194304 4650419 140736470960704 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17320/tid=17322] ppid=17318 vsize=636088 CPUtime=1002.29 cores=0,2,4,6
/proc/17320/task/17322/stat : 17322 (strangenight1-m) R 17318 17320 16886 0 -1 4202560 163300 0 0 0 100169 60 0 0 25 0 4 0 632633050 651354112 102241 33554432000 4194304 4650419 140736470960704 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17320/tid=17323] ppid=17318 vsize=636088 CPUtime=1002.12 cores=0,2,4,6
/proc/17320/task/17323/stat : 17323 (strangenight1-m) R 17318 17320 16886 0 -1 4202560 78636 0 0 0 100184 28 0 0 25 0 4 0 632633050 651354112 102241 33554432000 4194304 4650419 140736470960704 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3997.38
Current children cumulated vsize (KiB) 636088

[startup+1062.3 s]
/proc/loadavg: 8.13 8.14 8.08 9/362 17413
/proc/meminfo: memFree=23404272/32951124 swapFree=65980216/67111528
[pid=17320] ppid=17318 vsize=636144 CPUtime=4236.68 cores=0,2,4,6
/proc/17320/stat : 17320 (strangenight1-m) R 17318 17320 16886 0 -1 4202496 517241 0 0 0 423484 184 0 0 25 0 4 0 632633049 651411456 102594 33554432000 4194304 4650419 140736470960704 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/17320/statm: 159036 102594 393 112 0 154001 0
[pid=17320/tid=17321] ppid=17318 vsize=636144 CPUtime=1062.31 cores=0,2,4,6
/proc/17320/task/17321/stat : 17321 (strangenight1-m) R 17318 17320 16886 0 -1 4202560 142214 0 0 0 106183 48 0 0 25 0 4 0 632633050 651411456 102594 33554432000 4194304 4650419 140736470960704 18446744073709551615 4476304 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17320/tid=17322] ppid=17318 vsize=636144 CPUtime=1062.29 cores=0,2,4,6
/proc/17320/task/17322/stat : 17322 (strangenight1-m) R 17318 17320 16886 0 -1 4202560 167866 0 0 0 106167 62 0 0 25 0 4 0 632633050 651411456 102594 33554432000 4194304 4650419 140736470960704 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17320/tid=17323] ppid=17318 vsize=636144 CPUtime=1062.12 cores=0,2,4,6
/proc/17320/task/17323/stat : 17323 (strangenight1-m) R 17318 17320 16886 0 -1 4202560 81170 0 0 0 106182 30 0 0 25 0 4 0 632633050 651411456 102594 33554432000 4194304 4650419 140736470960704 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4236.68
Current children cumulated vsize (KiB) 636144

[startup+1122.3 s]
/proc/loadavg: 8.10 8.13 8.08 9/362 17423
/proc/meminfo: memFree=23428808/32951124 swapFree=65980216/67111528
[pid=17320] ppid=17318 vsize=614576 CPUtime=4475.93 cores=0,2,4,6
/proc/17320/stat : 17320 (strangenight1-m) R 17318 17320 16886 0 -1 4202496 531272 0 0 0 447401 192 0 0 25 0 4 0 632633049 629325824 98714 33554432000 4194304 4650419 140736470960704 18446744073709551615 4366923 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/17320/statm: 153644 98714 393 112 0 148609 0
[pid=17320/tid=17321] ppid=17318 vsize=614576 CPUtime=1122.31 cores=0,2,4,6
/proc/17320/task/17321/stat : 17321 (strangenight1-m) R 17318 17320 16886 0 -1 4202560 144352 0 0 0 112182 49 0 0 25 0 4 0 632633050 629325824 98714 33554432000 4194304 4650419 140736470960704 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17320/tid=17322] ppid=17318 vsize=614576 CPUtime=1122.28 cores=0,2,4,6
/proc/17320/task/17322/stat : 17322 (strangenight1-m) R 17318 17320 16886 0 -1 4202560 171757 0 0 0 112163 65 0 0 25 0 4 0 632633050 629325824 98714 33554432000 4194304 4650419 140736470960704 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17320/tid=17323] ppid=17318 vsize=614576 CPUtime=1122.1 cores=0,2,4,6
/proc/17320/task/17323/stat : 17323 (strangenight1-m) R 17318 17320 16886 0 -1 4202560 85228 0 0 0 112178 32 0 0 25 0 4 0 632633050 629325824 98714 33554432000 4194304 4650419 140736470960704 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4475.93
Current children cumulated vsize (KiB) 614576

[startup+1182.3 s]
/proc/loadavg: 8.04 8.10 8.08 9/362 17425
/proc/meminfo: memFree=23339120/32951124 swapFree=65980216/67111528
[pid=17320] ppid=17318 vsize=641488 CPUtime=4715.23 cores=0,2,4,6
/proc/17320/stat : 17320 (strangenight1-m) R 17318 17320 16886 0 -1 4202496 550657 0 0 0 471323 200 0 0 25 0 4 0 632633049 656883712 114748 33554432000 4194304 4650419 140736470960704 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/17320/statm: 160372 114748 393 112 0 155337 0
[pid=17320/tid=17321] ppid=17318 vsize=641488 CPUtime=1182.32 cores=0,2,4,6
/proc/17320/task/17321/stat : 17321 (strangenight1-m) R 17318 17320 16886 0 -1 4202560 149347 0 0 0 118180 52 0 0 25 0 4 0 632633050 656883712 114748 33554432000 4194304 4650419 140736470960704 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17320/tid=17322] ppid=17318 vsize=641488 CPUtime=1182.27 cores=0,2,4,6
/proc/17320/task/17322/stat : 17322 (strangenight1-m) R 17318 17320 16886 0 -1 4202560 176774 0 0 0 118162 65 0 0 25 0 4 0 632633050 656883712 114748 33554432000 4194304 4650419 140736470960704 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17320/tid=17323] ppid=17318 vsize=641488 CPUtime=1182.1 cores=0,2,4,6
/proc/17320/task/17323/stat : 17323 (strangenight1-m) R 17318 17320 16886 0 -1 4202560 88429 0 0 0 118175 35 0 0 25 0 4 0 632633050 656883712 114748 33554432000 4194304 4650419 140736470960704 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4715.23
Current children cumulated vsize (KiB) 641488



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.6 s]
/proc/loadavg: 8.02 8.09 8.08 9/362 17425
/proc/meminfo: memFree=23364160/32951124 swapFree=65980216/67111528
[pid=17320] ppid=17318 vsize=641556 CPUtime=4800.19 cores=0,2,4,6
/proc/17320/stat : 17320 (strangenight1-m) R 17318 17320 16886 0 -1 4202496 559622 0 0 0 479816 203 0 0 25 0 4 0 632633049 656953344 111123 33554432000 4194304 4650419 140736470960704 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/17320/statm: 160389 111123 393 112 0 155354 0
[pid=17320/tid=17321] ppid=17318 vsize=641556 CPUtime=1203.62 cores=0,2,4,6
/proc/17320/task/17321/stat : 17321 (strangenight1-m) R 17318 17320 16886 0 -1 4202560 151911 0 0 0 120309 53 0 0 25 0 4 0 632633050 656953344 111123 33554432000 4194304 4650419 140736470960704 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17320/tid=17322] ppid=17318 vsize=641556 CPUtime=1203.58 cores=0,2,4,6
/proc/17320/task/17322/stat : 17322 (strangenight1-m) R 17318 17320 16886 0 -1 4202560 181954 0 0 0 120292 66 0 0 25 0 4 0 632633050 656953344 111123 33554432000 4194304 4650419 140736470960704 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17320/tid=17323] ppid=17318 vsize=641556 CPUtime=1203.41 cores=0,2,4,6
/proc/17320/task/17323/stat : 17323 (strangenight1-m) R 17318 17320 16886 0 -1 4202560 89158 0 0 0 120306 35 0 0 25 0 4 0 632633050 656953344 111123 33554432000 4194304 4650419 140736470960704 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.19
Current children cumulated vsize (KiB) 641556

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): 1203.64
CPU time (s): 4800.26
CPU user time (s): 4798.2
CPU system time (s): 2.05369
CPU usage (%): 398.811
Max. virtual memory (cumulated for all children) (KiB): 688532

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.2
system time used= 2.05369
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 559622
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= 326
involuntary context switches= 23596

runsolver used 4.06638 second user time and 10.0335 second system time

The end

Launcher Data

Begin job on node142 at 2011-05-14 21:42:56
IDJOB=3368750
IDBENCH=82759
IDSOLVER=1846
FILE ID=node142/3368750-1305402176
RUNJOBID= node142-1305400970-17200
PBS_JOBID= 13324456
Free space on /tmp= 73440 MiB

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

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

MD5SUM BENCH= 70c8eb249da14b3681c26bea452706d8
RANDOM SEED=2107134802

node142.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.846
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.846
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	: 5131.95
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.846
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.82
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.846
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.67
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.846
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.81
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.846
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.846
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.82
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.846
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:     32951124 kB
MemFree:      24254024 kB
Buffers:        313168 kB
Cached:        3836252 kB
SwapCached:      11520 kB
Active:        6045140 kB
Inactive:      2321248 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24254024 kB
SwapTotal:    67111528 kB
SwapFree:     65980216 kB
Dirty:           12448 kB
Writeback:           0 kB
AnonPages:     4213580 kB
Mapped:          20348 kB
Slab:           233912 kB
PageTables:      31876 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 77104408 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= 73432 MiB
End job on node142 at 2011-05-14 22:03:01