Trace number 3368853

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-1-mt (fixed)? (TO) 4800.36 1203.15

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v150-c3195-S259896945-079.SATISFIABLE.cnf
MD5SUMaf1e3a30945401f0fc52ffcd9f70aa15
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.081987
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of clauses3195
Sum of the clauses size15975
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 53195
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 2.9.0
0.00/0.01	c compiled with gcc version 4.4.5
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3368853-1305404539.cnf'
0.00/0.01	c -- header says num vars:            150
0.00/0.01	c -- header says num clauses:        3195
0.00/0.01	c -- clauses added:            0 learnts,         3195 normals,            0 xors
0.00/0.01	c -- vars added        150
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       150      3195         0         0     15975         0   no data   no data  --
0.00/0.02	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.05
0.00/0.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
0.00/0.02	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.03	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
0.00/0.03	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.03	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.03	c calculated reachability. Time: 0.00
0.00/0.03	c Calc default polars -  time:   0.00 s pos:      59 undec:      12 neg:      79
0.00/0.03	c =========================================================================================
0.00/0.03	c types(t): F = full restart, N = normal restart
0.00/0.03	c types(t): S = simplification begin/end, E = solution found
0.00/0.03	c restart types(rt): st = static, dy = dynamic
0.00/0.03	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.03	c  B st     0         0       150      3195         0         0     15975         0   no data   no data  --
0.21/0.07	c Decided on static restart strategy
0.37/0.15	c  N st     8      4915       150      3195         0      4703     15975    141602   no data   no data  --
1.17/0.36	c  N st    10     11300       150      3195         0      4367     15975    101949   no data   no data  --
1.97/0.58	c  N st    11     17044       150      3195         0      9889     15975    273692   no data   no data  --
3.57/0.92	c  F st    12     25001       150      3195         0     12057     15975    324849   no data   no data  --
3.57/0.92	c  N st    12     25001       150      3195         0     12057     15975    324849   no data   no data  --
4.40/1.15	c Decided on static restart strategy
4.40/1.15	c  N st    18     30002       150      3195         0     10334     15975    266668   no data   no data  --
4.40/1.15	c  S st    18     30002       150      3195         0     10334     15975    266668   no data   no data  --
4.40/1.18	c  S st    18     30505       150      3195         0     10828     15975    281358   no data   no data  --
4.40/1.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.40/1.18	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4.40/1.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
4.40/1.19	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.40/1.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.40/1.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
4.40/1.19	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
8.37/2.11	c lits-rem:      2971  cl-subs:     1144  v-elim:      0  v-fix:    0  time:  3.66 s
8.37/2.16	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.19
8.37/2.16	c calculated reachability. Time: 0.00
8.37/2.16	c  N st    18     30505       150      3195         0      9684     15975    239402   no data   no data  --
9.95/2.51	c  N st    20     37616       150      3195         0      8957     15975    200305   no data   no data  --
11.15/2.81	c  N st    21     44015       150      3195         0     15053     15975    384862   no data   no data  --
11.55/2.91	c  S st    22     45759       150      3195         0     16723     15975    434402   no data   no data  --
11.55/2.96	c  S st    22     46266       150      3195         0      8678     15975    172351   no data   no data  --
11.55/2.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
11.55/2.96	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
11.55/2.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
11.55/2.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
11.55/2.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.55/2.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
11.55/2.97	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
12.77/3.29	c lits-rem:       392  cl-subs:      214  v-elim:      0  v-fix:    0  time:  1.27 s
12.77/3.29	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
12.77/3.29	c vivif2 --  cl tried     8464 cl shrink        0 lits rem          0 time: 0.00
13.18/3.33	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.16
13.18/3.33	c calculated reachability. Time: 0.00
13.18/3.33	c  N st    22     46266       150      3195         0      8464     15975    165450   no data   no data  --
16.74/4.24	c  N st    23     60665       150      3195         0     12657     15975    273076   no data   no data  --
18.73/4.77	c  N st    24     69399       150      3195         0     10539     15975    195181   no data   no data  --
18.73/4.77	c  S st    24     69399       150      3195         0     10539     15975    195181   no data   no data  --
19.13/4.80	c  S st    24     69899       150      3195         0     11032     15975    209791   no data   no data  --
19.13/4.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
19.13/4.80	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
19.13/4.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
19.13/4.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
19.13/4.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.13/4.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
19.13/4.81	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
21.54/5.48	c lits-rem:       694  cl-subs:      194  v-elim:      0  v-fix:    0  time:  2.67 s
21.54/5.49	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
21.54/5.49	c vivif2 --  cl tried    10838 cl shrink        0 lits rem          0 time: 0.01
21.96/5.54	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.23
21.96/5.54	c calculated reachability. Time: 0.00
21.96/5.54	c  N st    24     69899       150      3195         0     10838     15975    203214   no data   no data  --
26.34/6.67	c  F st    25     87501       150      3195         0     16139     15975    352162   no data   no data  --
26.34/6.67	c  N st    25     87501       150      3195         0     16139     15975    352162   no data   no data  --
27.90/7.04	c Decided on static restart strategy
28.71/7.25	c  N st    32     95542       150      3195         0     23806     15975    583954   no data   no data  --
31.09/7.88	c  N st    34    104850       150      3195         0     20290     15975    466678   no data   no data  --
31.09/7.88	c  S st    34    104850       150      3195         0     20290     15975    466678   no data   no data  --
31.49/7.94	c  S st    34    105354       150      3195         0     20783     15975    481554   no data   no data  --
31.49/7.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
31.49/7.94	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
31.49/7.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
31.49/7.96	c bin-w-bin subsume rem            0 bins  time:  0.00 s
31.49/7.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
31.49/7.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
31.49/7.96	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
37.88/9.58	c lits-rem:      3963  cl-subs:     1283  v-elim:      0  v-fix:    0  time:  6.45 s
37.88/9.58	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
37.88/9.58	c vivif2 --  cl tried    19500 cl shrink        0 lits rem          0 time: 0.02
38.28/9.70	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.44
38.68/9.70	c calculated reachability. Time: 0.00
38.68/9.70	c  N st    34    105354       150      3195         0     19500     15975    435055   no data   no data  --
41.47/10.47	c  N st    35    114952       150      3195         0     15327     15975    307920   no data   no data  --
46.26/11.64	c  N st    36    129350       150      3195         0     14705     15975    261427   no data   no data  --
52.68/13.27	c  N st    37    150946       150      3195         0     20008     15975    405726   no data   no data  --
55.04/13.83	c  S st    38    158031       150      3195         0     26741     15975    617209   no data   no data  --
55.44/13.90	c  S st    38    158536       150      3195         0     27233     15975    631921   no data   no data  --
55.44/13.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
55.44/13.90	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
55.44/13.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
55.44/13.92	c bin-w-bin subsume rem            0 bins  time:  0.00 s
55.44/13.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
55.44/13.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
55.44/13.92	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
63.42/15.94	c lits-rem:      4865  cl-subs:     2062  v-elim:      0  v-fix:    0  time:  8.05 s
63.42/15.94	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
63.42/15.95	c vivif2 --  cl tried    25171 cl shrink        0 lits rem          0 time: 0.02
63.82/16.08	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.51
63.82/16.08	c calculated reachability. Time: 0.00
63.82/16.08	c  N st    38    158536       150      3195         0     25171     15975    557196   no data   no data  --
82.57/20.74	c  N st    39    207125       150      3195         0     20153     15975    358738   no data   no data  --
94.54/23.72	c  N st    40    237804       150      3195         0     30278     15975    656143   no data   no data  --
94.54/23.72	c  S st    40    237804       150      3195         0     30278     15975    656143   no data   no data  --
94.94/23.80	c  S st    40    238306       150      3195         0     30764     15975    670407   no data   no data  --
94.94/23.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
94.94/23.80	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
94.94/23.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
94.94/23.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
94.94/23.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
94.94/23.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
94.94/23.83	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
103.32/25.97	c lits-rem:      3636  cl-subs:     2033  v-elim:      0  v-fix:    0  time:  8.53 s
103.32/25.97	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
103.32/25.98	c vivif2 --  cl tried    28731 cl shrink        0 lits rem          0 time: 0.02
104.12/26.12	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.58
104.12/26.12	c calculated reachability. Time: 0.00
104.12/26.12	c  N st    40    238306       150      3195         0     28731     15975    605397   no data   no data  --
132.04/33.16	c  F st    41    306252       150      3195         0     30739     15975    626047   no data   no data  --
132.04/33.16	c  N st    41    306252       150      3195         0     30739     15975    626047   no data   no data  --
134.44/33.74	c Decided on static restart strategy
144.86/36.38	c  N st    51    334558       150      3195         0     34818     15975    698157   no data   no data  --
154.80/38.87	c  N st    53    357460       150      3195         0     32805     15975    633681   no data   no data  --
154.80/38.87	c  S st    53    357460       150      3195         0     32805     15975    633681   no data   no data  --
155.20/38.95	c  S st    53    357961       150      3195         0     33290     15975    648035   no data   no data  --
155.20/38.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
155.20/38.96	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
155.20/38.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
155.20/38.98	c bin-w-bin subsume rem            0 bins  time:  0.00 s
155.20/38.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
155.20/38.98	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
155.20/38.98	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
164.38/41.24	c lits-rem:      3807  cl-subs:     1584  v-elim:      0  v-fix:    0  time:  9.01 s
164.38/41.24	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
164.38/41.25	c vivif2 --  cl tried    31706 cl shrink        0 lits rem          0 time: 0.03
165.17/41.42	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.68
165.17/41.42	c calculated reachability. Time: 0.00
165.17/41.42	c  N st    53    357961       150      3195         0     31706     15975    591306   no data   no data  --
180.32/45.22	c  N st    54    390353       150      3195         0     37684     15975    755598   no data   no data  --
203.47/51.09	c  N st    55    438941       150      3195         0     31569     15975    552019   no data   no data  --
237.02/59.41	c  N st    56    511823       150      3195         0     44593     15975    905572   no data   no data  --
249.35/62.57	c  N st    57    536942       150      3195         0     39191     15975    723724   no data   no data  --
249.35/62.57	c  S st    57    536942       150      3195         0     39191     15975    723724   no data   no data  --
249.77/62.67	c  S st    57    537449       150      3195         0     39685     15975    738431   no data   no data  --
249.77/62.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
249.77/62.68	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
249.77/62.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.05
250.19/62.71	c bin-w-bin subsume rem            0 bins  time:  0.00 s
250.19/62.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
250.19/62.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
250.19/62.71	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
259.73/65.12	c lits-rem:      2711  cl-subs:     1721  v-elim:      0  v-fix:    0  time:  9.61 s
259.73/65.12	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
259.73/65.13	c vivif2 --  cl tried    37964 cl shrink        0 lits rem          0 time: 0.03
260.53/65.35	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.90
260.53/65.35	c calculated reachability. Time: 0.00
260.53/65.35	c  N st    57    537449       150      3195         0     37964     15975    681429   no data   no data  --
353.49/88.66	c  N st    58    701434       150      3195         0     66427     15975   1512643   no data   no data  --
425.75/106.75	c  N st    59    806176       150      3195         0     60333     15975   1246644   no data   no data  --
425.75/106.75	c  S st    59    806176       150      3195         0     60333     15975   1246644   no data   no data  --
426.51/106.93	c  S st    59    806681       150      3195         0     60828     15975   1261083   no data   no data  --
426.51/106.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
426.51/106.93	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
426.51/106.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.10
426.91/107.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
426.91/107.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
426.91/107.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
426.91/107.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
461.22/115.67	c lits-rem:       540  cl-subs:     4893  v-elim:      0  v-fix:    0  time: 34.58 s
461.22/115.67	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
461.22/115.68	c vivif2 --  cl tried    55935 cl shrink        0 lits rem          0 time: 0.06
462.82/116.07	c asymm  cl-useful: 0/2344/3195 lits-rem:0 time: 1.53
462.82/116.07	c calculated reachability. Time: 0.00
462.82/116.07	c  N st    59    806681       150      3195         0     55935     15975   1111269   no data   no data  --
653.57/163.90	c  F st    60   1071876       150      3195         0     71156     15975   1505796   no data   no data  --
653.57/163.90	c  N st    60   1071876       150      3195         0     71156     15975   1505796   no data   no data  --
659.12/165.25	c Decided on static restart strategy
676.28/169.58	c  N st    70   1100183       150      3195         0     55803     15975    991295   no data   no data  --
705.02/176.75	c  N st    72   1136175       150      3195         0     46392     15975    671113   no data   no data  --
725.75/181.93	c  N st    73   1168567       150      3195         0     77065     15975   1613988   no data   no data  --
755.27/189.31	c  N st    74   1210021       150      3195         0     71814     15975   1458096   no data   no data  --
755.27/189.31	c  S st    74   1210021       150      3195         0     71814     15975   1458096   no data   no data  --
756.07/189.54	c  S st    74   1210532       150      3195         0     72318     15975   1473165   no data   no data  --
756.07/189.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
756.07/189.54	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
756.07/189.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.14
756.47/189.62	c bin-w-bin subsume rem            0 bins  time:  0.00 s
756.47/189.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
756.47/189.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
756.47/189.62	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
816.36/204.69	c lits-rem:      3529  cl-subs:     4703  v-elim:      0  v-fix:    0  time: 60.10 s
816.36/204.69	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
816.71/204.71	c vivif2 --  cl tried    67615 cl shrink        0 lits rem          0 time: 0.07
817.51/204.91	c asymm  cl-useful: 0/851/3195 lits-rem:0 time: 0.83
817.51/204.92	c calculated reachability. Time: 0.00
817.51/204.92	c  N st    74   1210532       150      3195         0     67615     15975   1317883   no data   no data  --
882.55/221.28	c  N st    75   1283414       150      3195         0     91299     15975   1999130   no data   no data  --
1001.45/251.06	c  N st    76   1392738       150      3195         0     52581     15975    760433   no data   no data  --
1139.50/285.66	c  N st    77   1556723       150      3195         0     57269     15975    857641   no data   no data  --
1275.96/319.84	c  N st    78   1710532       150      3195         0     97448     15975   2049482   no data   no data  --
1275.96/319.84	c  S st    78   1710532       150      3195         0     97448     15975   2049482   no data   no data  --
1277.19/320.14	c  S st    78   1711035       150      3195         0     97942     15975   2064422   no data   no data  --
1277.19/320.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1277.19/320.14	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1277.19/320.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.20
1277.55/320.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1277.55/320.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1277.55/320.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
1277.55/320.25	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1408.04/352.97	c lits-rem:      2816  cl-subs:     9941  v-elim:      0  v-fix:    0  time: 130.48 s
1408.04/352.97	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
1408.04/352.99	c vivif2 --  cl tried    88001 cl shrink        0 lits rem          0 time: 0.08
1409.62/353.34	c asymm  cl-useful: 0/1514/3195 lits-rem:0 time: 1.39
1409.62/353.34	c calculated reachability. Time: 0.00
1409.62/353.34	c  N st    78   1711035       150      3195         0     88001     15975   1762957   no data   no data  --
1725.62/432.55	c  N st    79   2080002       150      3195         0     99910     15975   2060044   no data   no data  --
1849.71/463.66	c  N st    80   2211037       150      3195         0    103526     15975   2087236   no data   no data  --
1849.71/463.66	c  S st    80   2211037       150      3195         0    103526     15975   2087236   no data   no data  --
1851.31/464.02	c  S st    80   2211544       150      3195         0    104019     15975   2101936   no data   no data  --
1851.31/464.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1851.31/464.03	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1851.31/464.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.21
1851.73/464.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1851.73/464.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1851.73/464.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
1851.73/464.15	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1972.20/494.34	c lits-rem:      2164  cl-subs:     9744  v-elim:      0  v-fix:    0  time: 120.40 s
1972.20/494.34	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
1972.20/494.36	c vivif2 --  cl tried    94275 cl shrink        0 lits rem          0 time: 0.09
1973.80/494.72	c asymm  cl-useful: 0/1224/3195 lits-rem:0 time: 1.44
1973.80/494.72	c calculated reachability. Time: 0.00
1973.80/494.72	c  N st    80   2211544       150      3195         0     94275     15975   1815684   no data   no data  --
2490.49/624.29	c  N st    81   2711545       150      3195         0    117425     15975   2429533   no data   no data  --
2490.49/624.29	c  S st    81   2711545       150      3195         0    117425     15975   2429533   no data   no data  --
2492.10/624.67	c  S st    81   2712048       150      3195         0    117915     15975   2444076   no data   no data  --
2492.10/624.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2492.10/624.68	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2492.52/624.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.23
2492.93/624.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2492.93/624.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2492.93/624.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
2492.93/624.81	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2679.22/671.54	c lits-rem:      6966  cl-subs:    11168  v-elim:      0  v-fix:    0  time: 186.37 s
2679.22/671.54	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
2679.22/671.56	c vivif2 --  cl tried   106747 cl shrink        0 lits rem          0 time: 0.10
2680.82/671.94	c asymm  cl-useful: 0/1279/3195 lits-rem:0 time: 1.48
2680.82/671.94	c calculated reachability. Time: 0.00
2680.82/671.94	c  N st    81   2712048       150      3195         0    106747     15975   2105391   no data   no data  --
3314.81/830.85	c  N st    82   3212048       150      3195         0     83661     15975   1232527   no data   no data  --
3314.81/830.85	c  S st    82   3212048       150      3195         0     83661     15975   1232527   no data   no data  --
3316.41/831.20	c  S st    82   3212550       150      3195         0     84153     15975   1247463   no data   no data  --
3316.41/831.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
3316.41/831.21	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3316.41/831.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.22
3316.81/831.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3316.81/831.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3316.81/831.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
3316.81/831.31	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3359.90/842.13	c lits-rem:       766  cl-subs:     2669  v-elim:      0  v-fix:    0  time: 43.17 s
3359.90/842.13	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
3359.90/842.15	c vivif2 --  cl tried    81484 cl shrink        0 lits rem          0 time: 0.06
3361.51/842.55	c asymm  cl-useful: 0/1395/3195 lits-rem:0 time: 1.60
3361.51/842.55	c calculated reachability. Time: 0.00
3361.51/842.55	c  N st    82   3212550       150      3195         0     81484     15975   1170731   no data   no data  --
4012.65/1005.72	c  N st    83   3712550       150      3195         0     91922     15975   1381407   no data   no data  --
4012.65/1005.72	c  S st    83   3712550       150      3195         0     91922     15975   1381407   no data   no data  --
4013.85/1006.01	c  S st    83   3713053       150      3195         0     92401     15975   1396314   no data   no data  --
4013.85/1006.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
4013.85/1006.02	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4013.85/1006.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.18
4014.25/1006.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4014.25/1006.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4014.25/1006.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
4014.25/1006.11	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4051.35/1015.50	c lits-rem:      1749  cl-subs:     3245  v-elim:      0  v-fix:    0  time: 37.44 s
4051.75/1015.50	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
4051.75/1015.51	c vivif2 --  cl tried    89156 cl shrink        0 lits rem          0 time: 0.07
4052.15/1015.65	c asymm  cl-useful: 0/521/3195 lits-rem:0 time: 0.56
4052.15/1015.66	c calculated reachability. Time: 0.00
4052.15/1015.66	c  N st    83   3713053       150      3195         0     89156     15975   1307260   no data   no data  --
4102.83/1028.40	c  F st    84   3751563       150      3195         0    125672     15975   2462826   no data   no data  --
4102.83/1028.40	c  N st    84   3751563       150      3195         0    125672     15975   2462826   no data   no data  --
4114.00/1031.18	c Decided on static restart strategy
4157.48/1042.06	c  N st    94   3779870       150      3195         0    152517     15975   3295566   no data   no data  --
4199.38/1052.52	c  N st    96   3815863       150      3195         0    106871     15975   1832166   no data   no data  --
4244.11/1063.73	c  N st    97   3848255       150      3195         0    137509     15975   2800540   no data   no data  --
4301.91/1078.23	c  N st    98   3896845       150      3195         0    102364     15975   1661341   no data   no data  --
4412.05/1105.82	c  N st    99   3969727       150      3195         0     88962     15975   1227830   no data   no data  --
4556.48/1142.03	c  N st   100   4079051       150      3195         0    108740     15975   1803906   no data   no data  --
4731.64/1185.94	c  N st   101   4213053       150      3195         0    151509     15975   3129945   no data   no data  --
4731.64/1185.94	c  S st   101   4213053       150      3195         0    151509     15975   3129945   no data   no data  --
4733.64/1186.44	c  S st   101   4213555       150      3195         0    152003     15975   3145450   no data   no data  --
4733.64/1186.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
4733.64/1186.45	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4734.04/1186.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.33
4734.44/1186.63	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4734.44/1186.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4734.44/1186.63	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
4734.44/1186.63	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-3368853-1305404539/watcher-3368853-1305404539 -o /tmp/evaluation-result-3368853-1305404539/solver-3368853-1305404539 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3368853-1305404539.cnf 

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

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


[startup+0 s]
/proc/loadavg: 7.60 7.99 8.06 2/303 19167
/proc/meminfo: memFree=18233452/32950928 swapFree=67111348/67111528
[pid=19167] ppid=19165 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/19167/stat : 19167 (strangenight1-m) R 19165 19167 18635 0 -1 4202496 412 0 0 0 0 0 0 0 23 0 4 0 652053593 52465664 353 33554432000 4194304 4650419 140733325167984 18446744073709551615 47385184585650 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19167/statm: 12809 353 303 112 0 7774 0
[pid=19167/tid=19168] ppid=19165 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/19167/task/19168/stat : 19168 (strangenight1-m) R 19165 19167 18635 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 4 0 652053593 52465664 353 33554432000 4194304 4650419 140733325167984 18446744073709551615 47385184585650 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19167/tid=19169] ppid=19165 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/19167/task/19169/stat : 19169 (strangenight1-m) R 19165 19167 18635 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 652053594 52465664 353 33554432000 4194304 4650419 140733325167984 18446744073709551615 274474023921 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19167/tid=19170] ppid=19165 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/19167/task/19170/stat : 19170 (strangenight1-m) R 19165 19167 18635 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 652053594 52465664 353 33554432000 4194304 4650419 140733325167984 18446744073709551615 47385184585650 0 0 4096 2 0 0 0 -1 4 0 0 0

[startup+0.0595539 s]
/proc/loadavg: 7.60 7.99 8.06 2/303 19167
/proc/meminfo: memFree=18233452/32950928 swapFree=67111348/67111528
[pid=19167] ppid=19165 vsize=282260 CPUtime=0.21 cores=0,2,4,6
/proc/19167/stat : 19167 (strangenight1-m) R 19165 19167 18635 0 -1 4202496 1797 0 0 0 21 0 0 0 25 0 4 0 652053593 289034240 1626 33554432000 4194304 4650419 140733325167984 18446744073709551615 4366819 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19167/statm: 70565 1626 388 112 0 65530 0
[pid=19167/tid=19168] ppid=19165 vsize=282260 CPUtime=0.05 cores=0,2,4,6
/proc/19167/task/19168/stat : 19168 (strangenight1-m) R 19165 19167 18635 0 -1 4202560 380 0 0 0 5 0 0 0 25 0 4 0 652053593 289034240 1626 33554432000 4194304 4650419 140733325167984 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19167/tid=19169] ppid=19165 vsize=282260 CPUtime=0.04 cores=0,2,4,6
/proc/19167/task/19169/stat : 19169 (strangenight1-m) R 19165 19167 18635 0 -1 4202560 399 0 0 0 4 0 0 0 25 0 4 0 652053594 289034240 1626 33554432000 4194304 4650419 140733325167984 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19167/tid=19170] ppid=19165 vsize=282260 CPUtime=0.05 cores=0,2,4,6
/proc/19167/task/19170/stat : 19170 (strangenight1-m) R 19165 19167 18635 0 -1 4202560 210 0 0 0 5 0 0 0 25 0 4 0 652053594 289034240 1626 33554432000 4194304 4650419 140733325167984 18446744073709551615 4365276 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 282260

[startup+0.100546 s]
/proc/loadavg: 7.60 7.99 8.06 2/303 19167
/proc/meminfo: memFree=18233452/32950928 swapFree=67111348/67111528
[pid=19167] ppid=19165 vsize=282400 CPUtime=0.37 cores=0,2,4,6
/proc/19167/stat : 19167 (strangenight1-m) R 19165 19167 18635 0 -1 4202496 2036 0 0 0 37 0 0 0 25 0 4 0 652053593 289177600 1865 33554432000 4194304 4650419 140733325167984 18446744073709551615 4364788 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19167/statm: 70600 1865 389 112 0 65565 0
[pid=19167/tid=19168] ppid=19165 vsize=282400 CPUtime=0.09 cores=0,2,4,6
/proc/19167/task/19168/stat : 19168 (strangenight1-m) R 19165 19167 18635 0 -1 4202560 432 0 0 0 9 0 0 0 25 0 4 0 652053593 289177600 1865 33554432000 4194304 4650419 140733325167984 18446744073709551615 4365483 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19167/tid=19169] ppid=19165 vsize=282400 CPUtime=0.08 cores=0,2,4,6
/proc/19167/task/19169/stat : 19169 (strangenight1-m) R 19165 19167 18635 0 -1 4202560 453 0 0 0 8 0 0 0 25 0 4 0 652053594 289177600 1865 33554432000 4194304 4650419 140733325167984 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19167/tid=19170] ppid=19165 vsize=282400 CPUtime=0.09 cores=0,2,4,6
/proc/19167/task/19170/stat : 19170 (strangenight1-m) R 19165 19167 18635 0 -1 4202560 290 0 0 0 9 0 0 0 25 0 4 0 652053594 289177600 1865 33554432000 4194304 4650419 140733325167984 18446744073709551615 4330626 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 282400

[startup+0.300512 s]
/proc/loadavg: 7.60 7.99 8.06 2/303 19167
/proc/meminfo: memFree=18233452/32950928 swapFree=67111348/67111528
[pid=19167] ppid=19165 vsize=284036 CPUtime=1.17 cores=0,2,4,6
/proc/19167/stat : 19167 (strangenight1-m) R 19165 19167 18635 0 -1 4202496 3426 0 0 0 117 0 0 0 25 0 4 0 652053593 290852864 2534 33554432000 4194304 4650419 140733325167984 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19167/statm: 71009 2534 391 112 0 65974 0
[pid=19167/tid=19168] ppid=19165 vsize=284036 CPUtime=0.29 cores=0,2,4,6
/proc/19167/task/19168/stat : 19168 (strangenight1-m) R 19165 19167 18635 0 -1 4202560 781 0 0 0 29 0 0 0 25 0 4 0 652053593 290852864 2534 33554432000 4194304 4650419 140733325167984 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19167/tid=19169] ppid=19165 vsize=284036 CPUtime=0.28 cores=0,2,4,6
/proc/19167/task/19169/stat : 19169 (strangenight1-m) R 19165 19167 18635 0 -1 4202560 797 0 0 0 28 0 0 0 25 0 4 0 652053594 290852864 2534 33554432000 4194304 4650419 140733325167984 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19167/tid=19170] ppid=19165 vsize=284036 CPUtime=0.29 cores=0,2,4,6
/proc/19167/task/19170/stat : 19170 (strangenight1-m) R 19165 19167 18635 0 -1 4202560 636 0 0 0 29 0 0 0 25 0 4 0 652053594 290852864 2534 33554432000 4194304 4650419 140733325167984 18446744073709551615 4364779 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 284036

[startup+0.700442 s]
/proc/loadavg: 7.60 7.99 8.06 2/303 19167
/proc/meminfo: memFree=18233452/32950928 swapFree=67111348/67111528
[pid=19167] ppid=19165 vsize=285860 CPUtime=2.77 cores=0,2,4,6
/proc/19167/stat : 19167 (strangenight1-m) R 19165 19167 18635 0 -1 4202496 6350 0 0 0 277 0 0 0 25 0 4 0 652053593 292720640 3004 33554432000 4194304 4650419 140733325167984 18446744073709551615 4366816 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19167/statm: 71465 3004 391 112 0 66430 0
[pid=19167/tid=19168] ppid=19165 vsize=285860 CPUtime=0.69 cores=0,2,4,6
/proc/19167/task/19168/stat : 19168 (strangenight1-m) R 19165 19167 18635 0 -1 4202560 1517 0 0 0 69 0 0 0 25 0 4 0 652053593 292720640 3004 33554432000 4194304 4650419 140733325167984 18446744073709551615 4365325 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19167/tid=19169] ppid=19165 vsize=285860 CPUtime=0.68 cores=0,2,4,6
/proc/19167/task/19169/stat : 19169 (strangenight1-m) R 19165 19167 18635 0 -1 4202560 1533 0 0 0 68 0 0 0 25 0 4 0 652053594 292720640 3004 33554432000 4194304 4650419 140733325167984 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19167/tid=19170] ppid=19165 vsize=285860 CPUtime=0.69 cores=0,2,4,6
/proc/19167/task/19170/stat : 19170 (strangenight1-m) R 19165 19167 18635 0 -1 4202560 1328 0 0 0 69 0 0 0 25 0 4 0 652053594 292720640 3004 33554432000 4194304 4650419 140733325167984 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 285860

[startup+1.5003 s]
/proc/loadavg: 7.63 7.99 8.05 9/314 19179
/proc/meminfo: memFree=18204352/32950928 swapFree=67111348/67111528
[pid=19167] ppid=19165 vsize=295820 CPUtime=5.96 cores=0,2,4,6
/proc/19167/stat : 19167 (strangenight1-m) R 19165 19167 18635 0 -1 4202496 11543 0 0 0 594 2 0 0 25 0 4 0 652053593 302919680 5663 33554432000 4194304 4650419 140733325167984 18446744073709551615 4439361 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19167/statm: 73955 5663 393 112 0 68920 0
[pid=19167/tid=19168] ppid=19165 vsize=295820 CPUtime=1.49 cores=0,2,4,6
/proc/19167/task/19168/stat : 19168 (strangenight1-m) R 19165 19167 18635 0 -1 4202560 2528 0 0 0 149 0 0 0 25 0 4 0 652053593 302919680 5663 33554432000 4194304 4650419 140733325167984 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19167/tid=19169] ppid=19165 vsize=295820 CPUtime=1.47 cores=0,2,4,6
/proc/19167/task/19169/stat : 19169 (strangenight1-m) R 19165 19167 18635 0 -1 4202560 2574 0 0 0 147 0 0 0 25 0 4 0 652053594 302919680 5663 33554432000 4194304 4650419 140733325167984 18446744073709551615 4365313 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19167/tid=19170] ppid=19165 vsize=295820 CPUtime=1.49 cores=0,2,4,6
/proc/19167/task/19170/stat : 19170 (strangenight1-m) R 19165 19167 18635 0 -1 4202560 2222 0 0 0 149 0 0 0 25 0 4 0 652053594 302919680 5663 33554432000 4194304 4650419 140733325167984 18446744073709551615 4365313 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) 295820

[startup+3.10102 s]
/proc/loadavg: 7.63 7.99 8.05 9/314 19179
/proc/meminfo: memFree=18160704/32950928 swapFree=67111348/67111528
[pid=19167] ppid=19165 vsize=305044 CPUtime=12.35 cores=0,2,4,6
/proc/19167/stat : 19167 (strangenight1-m) R 19165 19167 18635 0 -1 4202496 19737 0 0 0 1232 3 0 0 25 0 4 0 652053593 312365056 12199 33554432000 4194304 4650419 140733325167984 18446744073709551615 4476304 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19167/statm: 76261 12199 393 112 0 71226 0
[pid=19167/tid=19168] ppid=19165 vsize=305044 CPUtime=3.08 cores=0,2,4,6
/proc/19167/task/19168/stat : 19168 (strangenight1-m) R 19165 19167 18635 0 -1 4202560 4605 0 0 0 308 0 0 0 25 0 4 0 652053593 312365056 12199 33554432000 4194304 4650419 140733325167984 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19167/tid=19169] ppid=19165 vsize=305044 CPUtime=3.05 cores=0,2,4,6
/proc/19167/task/19169/stat : 19169 (strangenight1-m) R 19165 19167 18635 0 -1 4202560 5084 0 0 0 305 0 0 0 25 0 4 0 652053594 312365056 12199 33554432000 4194304 4650419 140733325167984 18446744073709551615 4439361 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19167/tid=19170] ppid=19165 vsize=305044 CPUtime=3.09 cores=0,2,4,6
/proc/19167/task/19170/stat : 19170 (strangenight1-m) R 19165 19167 18635 0 -1 4202560 4752 0 0 0 309 0 0 0 25 0 4 0 652053594 312365056 12199 33554432000 4194304 4650419 140733325167984 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 305044

[startup+6.30046 s]
/proc/loadavg: 7.63 7.99 8.05 9/314 19179
/proc/meminfo: memFree=18123636/32950928 swapFree=67111348/67111528
[pid=19167] ppid=19165 vsize=314128 CPUtime=25.12 cores=0,2,4,6
/proc/19167/stat : 19167 (strangenight1-m) R 19165 19167 18635 0 -1 4202496 28354 0 0 0 2507 5 0 0 25 0 4 0 652053593 321667072 15483 33554432000 4194304 4650419 140733325167984 18446744073709551615 4366828 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19167/statm: 78532 15483 393 112 0 73497 0
[pid=19167/tid=19168] ppid=19165 vsize=314128 CPUtime=6.28 cores=0,2,4,6
/proc/19167/task/19168/stat : 19168 (strangenight1-m) R 19165 19167 18635 0 -1 4202560 7762 0 0 0 627 1 0 0 25 0 4 0 652053593 321667072 15483 33554432000 4194304 4650419 140733325167984 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19167/tid=19169] ppid=19165 vsize=314128 CPUtime=6.22 cores=0,2,4,6
/proc/19167/task/19169/stat : 19169 (strangenight1-m) R 19165 19167 18635 0 -1 4202560 7670 0 0 0 621 1 0 0 25 0 4 0 652053594 321667072 15483 33554432000 4194304 4650419 140733325167984 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19167/tid=19170] ppid=19165 vsize=314128 CPUtime=6.28 cores=0,2,4,6
/proc/19167/task/19170/stat : 19170 (strangenight1-m) R 19165 19167 18635 0 -1 4202560 5608 0 0 0 628 0 0 0 25 0 4 0 652053594 321667072 15483 33554432000 4194304 4650419 140733325167984 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 314128

[startup+12.7003 s]
/proc/loadavg: 7.69 7.99 8.05 9/314 19180
/proc/meminfo: memFree=18073608/32950928 swapFree=67111348/67111528
[pid=19167] ppid=19165 vsize=315748 CPUtime=50.65 cores=0,2,4,6
/proc/19167/stat : 19167 (strangenight1-m) R 19165 19167 18635 0 -1 4202496 44458 0 0 0 5056 9 0 0 25 0 4 0 652053593 323325952 21750 33554432000 4194304 4650419 140733325167984 18446744073709551615 4365280 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19167/statm: 78937 21750 393 112 0 73902 0
[pid=19167/tid=19168] ppid=19165 vsize=315748 CPUtime=12.69 cores=0,2,4,6
/proc/19167/task/19168/stat : 19168 (strangenight1-m) R 19165 19167 18635 0 -1 4202560 12343 0 0 0 1266 3 0 0 25 0 4 0 652053593 323325952 21750 33554432000 4194304 4650419 140733325167984 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19167/tid=19169] ppid=19165 vsize=315748 CPUtime=12.55 cores=0,2,4,6
/proc/19167/task/19169/stat : 19169 (strangenight1-m) R 19165 19167 18635 0 -1 4202560 12429 0 0 0 1253 2 0 0 25 0 4 0 652053594 323325952 21750 33554432000 4194304 4650419 140733325167984 18446744073709551615 4365192 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19167/tid=19170] ppid=19165 vsize=315748 CPUtime=12.69 cores=0,2,4,6
/proc/19167/task/19170/stat : 19170 (strangenight1-m) R 19165 19167 18635 0 -1 4202560 7398 0 0 0 1268 1 0 0 25 0 4 0 652053594 323325952 21750 33554432000 4194304 4650419 140733325167984 18446744073709551615 4352094 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 315748

[startup+25.5011 s]
/proc/loadavg: 7.74 7.99 8.05 9/314 19180
/proc/meminfo: memFree=18023632/32950928 swapFree=67111348/67111528
[pid=19167] ppid=19165 vsize=317020 CPUtime=101.73 cores=0,2,4,6
/proc/19167/stat : 19167 (strangenight1-m) R 19165 19167 18635 0 -1 4202496 67471 0 0 0 10158 15 0 0 25 0 4 0 652053593 324628480 29236 33554432000 4194304 4650419 140733325167984 18446744073709551615 4438393 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19167/statm: 79255 29236 393 112 0 74220 0
[pid=19167/tid=19168] ppid=19165 vsize=317020 CPUtime=25.49 cores=0,2,4,6
/proc/19167/task/19168/stat : 19168 (strangenight1-m) R 19165 19167 18635 0 -1 4202560 20204 0 0 0 2545 4 0 0 25 0 4 0 652053593 324628480 29236 33554432000 4194304 4650419 140733325167984 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19167/tid=19169] ppid=19165 vsize=317020 CPUtime=25.23 cores=0,2,4,6
/proc/19167/task/19169/stat : 19169 (strangenight1-m) R 19165 19167 18635 0 -1 4202560 19139 0 0 0 2519 4 0 0 25 0 4 0 652053594 324628480 29236 33554432000 4194304 4650419 140733325167984 18446744073709551615 4366906 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19167/tid=19170] ppid=19165 vsize=317020 CPUtime=25.49 cores=0,2,4,6
/proc/19167/task/19170/stat : 19170 (strangenight1-m) R 19165 19167 18635 0 -1 4202560 7712 0 0 0 2548 1 0 0 25 0 4 0 652053594 324628480 29236 33554432000 4194304 4650419 140733325167984 18446744073709551615 4366931 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.73
Current children cumulated vsize (KiB) 317020

[startup+51.1006 s]
/proc/loadavg: 7.82 7.99 8.05 9/314 19181
/proc/meminfo: memFree=17978164/32950928 swapFree=67111348/67111528
[pid=19167] ppid=19165 vsize=318728 CPUtime=203.87 cores=0,2,4,6
/proc/19167/stat : 19167 (strangenight1-m) R 19165 19167 18635 0 -1 4202496 101978 0 0 0 20363 24 0 0 25 0 4 0 652053593 326377472 35541 33554432000 4194304 4650419 140733325167984 18446744073709551615 4366923 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19167/statm: 79682 35541 393 112 0 74647 0
[pid=19167/tid=19168] ppid=19165 vsize=318728 CPUtime=51.09 cores=0,2,4,6
/proc/19167/task/19168/stat : 19168 (strangenight1-m) R 19165 19167 18635 0 -1 4202560 32231 0 0 0 5102 7 0 0 25 0 4 0 652053593 326377472 35541 33554432000 4194304 4650419 140733325167984 18446744073709551615 4365192 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19167/tid=19169] ppid=19165 vsize=318728 CPUtime=50.57 cores=0,2,4,6
/proc/19167/task/19169/stat : 19169 (strangenight1-m) R 19165 19167 18635 0 -1 4202560 29457 0 0 0 5051 6 0 0 25 0 4 0 652053594 326377472 35541 33554432000 4194304 4650419 140733325167984 18446744073709551615 4314985 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19167/tid=19170] ppid=19165 vsize=318728 CPUtime=51.08 cores=0,2,4,6
/proc/19167/task/19170/stat : 19170 (strangenight1-m) R 19165 19167 18635 0 -1 4202560 8202 0 0 0 5107 1 0 0 25 0 4 0 652053594 326377472 35541 33554432000 4194304 4650419 140733325167984 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 203.87
Current children cumulated vsize (KiB) 318728

[startup+102.312 s]
/proc/loadavg: 8.03 8.02 8.06 9/314 19182
/proc/meminfo: memFree=17925672/32950928 swapFree=67111348/67111528
[pid=19167] ppid=19165 vsize=342716 CPUtime=408.19 cores=0,2,4,6
/proc/19167/stat : 19167 (strangenight1-m) R 19165 19167 18635 0 -1 4202496 161271 0 0 0 40778 41 0 0 25 0 4 0 652053593 350941184 45878 33554432000 4194304 4650419 140733325167984 18446744073709551615 4364777 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19167/statm: 85679 45878 393 112 0 80644 0
[pid=19167/tid=19168] ppid=19165 vsize=342716 CPUtime=102.3 cores=0,2,4,6
/proc/19167/task/19168/stat : 19168 (strangenight1-m) R 19165 19167 18635 0 -1 4202560 49515 0 0 0 10218 12 0 0 25 0 4 0 652053593 350941184 45878 33554432000 4194304 4650419 140733325167984 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19167/tid=19169] ppid=19165 vsize=342716 CPUtime=101.26 cores=0,2,4,6
/proc/19167/task/19169/stat : 19169 (strangenight1-m) R 19165 19167 18635 0 -1 4202560 48458 0 0 0 10114 12 0 0 25 0 4 0 652053594 350941184 45878 33554432000 4194304 4650419 140733325167984 18446744073709551615 4365192 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19167/tid=19170] ppid=19165 vsize=342716 CPUtime=102.3 cores=0,2,4,6
/proc/19167/task/19170/stat : 19170 (strangenight1-m) R 19165 19167 18635 0 -1 4202560 13045 0 0 0 10228 2 0 0 25 0 4 0 652053594 350941184 45878 33554432000 4194304 4650419 140733325167984 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 408.19
Current children cumulated vsize (KiB) 342716

[startup+162.301 s]

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

[pid=19167] ppid=19165 vsize=596812 CPUtime=2802.11 cores=0,2,4,6
/proc/19167/stat : 19167 (strangenight1-m) R 19165 19167 18635 0 -1 4202496 480021 0 0 0 280046 165 0 0 25 0 4 0 652053593 611135488 112501 33554432000 4194304 4650419 140733325167984 18446744073709551615 4366931 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19167/statm: 149203 112501 393 112 0 144168 0
[pid=19167/tid=19168] ppid=19165 vsize=596812 CPUtime=702.3 cores=0,2,4,6
/proc/19167/task/19168/stat : 19168 (strangenight1-m) R 19165 19167 18635 0 -1 4202560 159160 0 0 0 70176 54 0 0 25 0 4 0 652053593 611135488 112501 33554432000 4194304 4650419 140733325167984 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19167/tid=19169] ppid=19165 vsize=596812 CPUtime=695.17 cores=0,2,4,6
/proc/19167/task/19169/stat : 19169 (strangenight1-m) R 19165 19167 18635 0 -1 4202560 164504 0 0 0 69459 58 0 0 25 0 4 0 652053594 611135488 112501 33554432000 4194304 4650419 140733325167984 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19167/tid=19170] ppid=19165 vsize=596812 CPUtime=702.3 cores=0,2,4,6
/proc/19167/task/19170/stat : 19170 (strangenight1-m) R 19165 19167 18635 0 -1 4202560 27834 0 0 0 70221 9 0 0 25 0 4 0 652053594 611135488 112501 33554432000 4194304 4650419 140733325167984 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2802.11
Current children cumulated vsize (KiB) 596812

[startup+762.312 s]
/proc/loadavg: 8.16 8.11 8.09 9/314 19200
/proc/meminfo: memFree=17503752/32950928 swapFree=67111348/67111528
[pid=19167] ppid=19165 vsize=585584 CPUtime=3041.55 cores=0,2,4,6
/proc/19167/stat : 19167 (strangenight1-m) R 19165 19167 18635 0 -1 4202496 509599 0 0 0 303978 177 0 0 25 0 4 0 652053593 599638016 114396 33554432000 4194304 4650419 140733325167984 18446744073709551615 4366831 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19167/statm: 146396 114396 393 112 0 141361 0
[pid=19167/tid=19168] ppid=19165 vsize=585584 CPUtime=762.32 cores=0,2,4,6
/proc/19167/task/19168/stat : 19168 (strangenight1-m) R 19165 19167 18635 0 -1 4202560 172307 0 0 0 76174 58 0 0 25 0 4 0 652053593 599638016 114396 33554432000 4194304 4650419 140733325167984 18446744073709551615 4433087 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19167/tid=19169] ppid=19165 vsize=585584 CPUtime=754.57 cores=0,2,4,6
/proc/19167/task/19169/stat : 19169 (strangenight1-m) R 19165 19167 18635 0 -1 4202560 174310 0 0 0 75393 64 0 0 25 0 4 0 652053594 599638016 114396 33554432000 4194304 4650419 140733325167984 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19167/tid=19170] ppid=19165 vsize=585584 CPUtime=762.32 cores=0,2,4,6
/proc/19167/task/19170/stat : 19170 (strangenight1-m) R 19165 19167 18635 0 -1 4202560 30854 0 0 0 76221 11 0 0 25 0 4 0 652053594 599638016 114396 33554432000 4194304 4650419 140733325167984 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3041.55
Current children cumulated vsize (KiB) 585584

[startup+822.301 s]
/proc/loadavg: 8.16 8.12 8.09 9/314 19201
/proc/meminfo: memFree=17468136/32950928 swapFree=67111348/67111528
[pid=19167] ppid=19165 vsize=585784 CPUtime=3280.9 cores=0,2,4,6
/proc/19167/stat : 19167 (strangenight1-m) R 19165 19167 18635 0 -1 4202496 524949 0 0 0 327906 184 0 0 25 0 4 0 652053593 599842816 116198 33554432000 4194304 4650419 140733325167984 18446744073709551615 4364775 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19167/statm: 146446 116198 393 112 0 141411 0
[pid=19167/tid=19168] ppid=19165 vsize=585784 CPUtime=822.31 cores=0,2,4,6
/proc/19167/task/19168/stat : 19168 (strangenight1-m) R 19165 19167 18635 0 -1 4202560 178295 0 0 0 82171 60 0 0 25 0 4 0 652053593 599842816 116198 33554432000 4194304 4650419 140733325167984 18446744073709551615 4365337 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19167/tid=19169] ppid=19165 vsize=585784 CPUtime=813.95 cores=0,2,4,6
/proc/19167/task/19169/stat : 19169 (strangenight1-m) R 19165 19167 18635 0 -1 4202560 183409 0 0 0 81327 68 0 0 25 0 4 0 652053594 599842816 116198 33554432000 4194304 4650419 140733325167984 18446744073709551615 4432392 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19167/tid=19170] ppid=19165 vsize=585784 CPUtime=822.31 cores=0,2,4,6
/proc/19167/task/19170/stat : 19170 (strangenight1-m) R 19165 19167 18635 0 -1 4202560 30895 0 0 0 82220 11 0 0 25 0 4 0 652053594 599842816 116198 33554432000 4194304 4650419 140733325167984 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3280.9
Current children cumulated vsize (KiB) 585784

[startup+882.3 s]
/proc/loadavg: 8.16 8.12 8.09 9/314 19203
/proc/meminfo: memFree=17460276/32950928 swapFree=67111348/67111528
[pid=19167] ppid=19165 vsize=642484 CPUtime=3520.29 cores=0,2,4,6
/proc/19167/stat : 19167 (strangenight1-m) R 19165 19167 18635 0 -1 4202496 540075 0 0 0 351838 191 0 0 25 0 4 0 652053593 657903616 116875 33554432000 4194304 4650419 140733325167984 18446744073709551615 4366923 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19167/statm: 160621 116875 393 112 0 155586 0
[pid=19167/tid=19168] ppid=19165 vsize=642484 CPUtime=882.31 cores=0,2,4,6
/proc/19167/task/19168/stat : 19168 (strangenight1-m) R 19165 19167 18635 0 -1 4202560 187013 0 0 0 88167 64 0 0 25 0 4 0 652053593 657903616 116875 33554432000 4194304 4650419 140733325167984 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19167/tid=19169] ppid=19165 vsize=642484 CPUtime=873.34 cores=0,2,4,6
/proc/19167/task/19169/stat : 19169 (strangenight1-m) R 19165 19167 18635 0 -1 4202560 189207 0 0 0 87264 70 0 0 25 0 4 0 652053594 657903616 116875 33554432000 4194304 4650419 140733325167984 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19167/tid=19170] ppid=19165 vsize=642484 CPUtime=882.3 cores=0,2,4,6
/proc/19167/task/19170/stat : 19170 (strangenight1-m) R 19165 19167 18635 0 -1 4202560 31128 0 0 0 88219 11 0 0 25 0 4 0 652053594 657903616 116875 33554432000 4194304 4650419 140733325167984 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3520.29
Current children cumulated vsize (KiB) 642484

[startup+942.301 s]
/proc/loadavg: 8.19 8.14 8.10 9/314 19205
/proc/meminfo: memFree=17457768/32950928 swapFree=67111348/67111528
[pid=19167] ppid=19165 vsize=587740 CPUtime=3759.7 cores=0,2,4,6
/proc/19167/stat : 19167 (strangenight1-m) R 19165 19167 18635 0 -1 4202496 560532 0 0 0 375770 200 0 0 25 0 4 0 652053593 601845760 116130 33554432000 4194304 4650419 140733325167984 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19167/statm: 146935 116130 393 112 0 141900 0
[pid=19167/tid=19168] ppid=19165 vsize=587740 CPUtime=942.31 cores=0,2,4,6
/proc/19167/task/19168/stat : 19168 (strangenight1-m) R 19165 19167 18635 0 -1 4202560 197567 0 0 0 94164 67 0 0 25 0 4 0 652053593 601845760 116130 33554432000 4194304 4650419 140733325167984 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19167/tid=19169] ppid=19165 vsize=587740 CPUtime=932.74 cores=0,2,4,6
/proc/19167/task/19169/stat : 19169 (strangenight1-m) R 19165 19167 18635 0 -1 4202560 197889 0 0 0 93199 75 0 0 25 0 4 0 652053594 601845760 116130 33554432000 4194304 4650419 140733325167984 18446744073709551615 4366906 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19167/tid=19170] ppid=19165 vsize=587740 CPUtime=942.3 cores=0,2,4,6
/proc/19167/task/19170/stat : 19170 (strangenight1-m) R 19165 19167 18635 0 -1 4202560 31416 0 0 0 94219 11 0 0 25 0 4 0 652053594 601845760 116130 33554432000 4194304 4650419 140733325167984 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3759.7
Current children cumulated vsize (KiB) 587740

[startup+1002.3 s]
/proc/loadavg: 8.11 8.13 8.09 9/314 19206
/proc/meminfo: memFree=17424756/32950928 swapFree=67111348/67111528
[pid=19167] ppid=19165 vsize=700720 CPUtime=3999.08 cores=0,2,4,6
/proc/19167/stat : 19167 (strangenight1-m) R 19165 19167 18635 0 -1 4202496 574856 0 0 0 399702 206 0 0 25 0 4 0 652053593 717537280 119906 33554432000 4194304 4650419 140733325167984 18446744073709551615 4313319 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19167/statm: 175180 119906 393 112 0 170145 0
[pid=19167/tid=19168] ppid=19165 vsize=700720 CPUtime=1002.31 cores=0,2,4,6
/proc/19167/task/19168/stat : 19168 (strangenight1-m) R 19165 19167 18635 0 -1 4202560 203043 0 0 0 100162 69 0 0 25 0 4 0 652053593 717537280 119906 33554432000 4194304 4650419 140733325167984 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19167/tid=19169] ppid=19165 vsize=700720 CPUtime=992.12 cores=0,2,4,6
/proc/19167/task/19169/stat : 19169 (strangenight1-m) R 19165 19167 18635 0 -1 4202560 205869 0 0 0 99133 79 0 0 25 0 4 0 652053594 717537280 119906 33554432000 4194304 4650419 140733325167984 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19167/tid=19170] ppid=19165 vsize=700720 CPUtime=1002.31 cores=0,2,4,6
/proc/19167/task/19170/stat : 19170 (strangenight1-m) R 19165 19167 18635 0 -1 4202560 31590 0 0 0 100219 12 0 0 25 0 4 0 652053594 717537280 119906 33554432000 4194304 4650419 140733325167984 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3999.08
Current children cumulated vsize (KiB) 700720

[startup+1062.3 s]
/proc/loadavg: 8.07 8.12 8.09 9/314 19208
/proc/meminfo: memFree=17424092/32950928 swapFree=67111348/67111528
[pid=19167] ppid=19165 vsize=658236 CPUtime=4238.49 cores=0,2,4,6
/proc/19167/stat : 19167 (strangenight1-m) R 19165 19167 18635 0 -1 4202496 595101 0 0 0 423633 216 0 0 25 0 4 0 652053593 674033664 123878 33554432000 4194304 4650419 140733325167984 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19167/statm: 164559 123878 393 112 0 159524 0
[pid=19167/tid=19168] ppid=19165 vsize=658236 CPUtime=1062.31 cores=0,2,4,6
/proc/19167/task/19168/stat : 19168 (strangenight1-m) R 19165 19167 18635 0 -1 4202560 210547 0 0 0 106159 72 0 0 25 0 4 0 652053593 674033664 123878 33554432000 4194304 4650419 140733325167984 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19167/tid=19169] ppid=19165 vsize=658236 CPUtime=1051.52 cores=0,2,4,6
/proc/19167/task/19169/stat : 19169 (strangenight1-m) R 19165 19167 18635 0 -1 4202560 214411 0 0 0 105069 83 0 0 25 0 4 0 652053594 674033664 123878 33554432000 4194304 4650419 140733325167984 18446744073709551615 4367236 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19167/tid=19170] ppid=19165 vsize=658236 CPUtime=1062.31 cores=0,2,4,6
/proc/19167/task/19170/stat : 19170 (strangenight1-m) R 19165 19167 18635 0 -1 4202560 32198 0 0 0 106219 12 0 0 25 0 4 0 652053594 674033664 123878 33554432000 4194304 4650419 140733325167984 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4238.49
Current children cumulated vsize (KiB) 658236

[startup+1122.3 s]
/proc/loadavg: 8.10 8.12 8.09 9/314 19209
/proc/meminfo: memFree=17419592/32950928 swapFree=67111348/67111528
[pid=19167] ppid=19165 vsize=592164 CPUtime=4477.88 cores=0,2,4,6
/proc/19167/stat : 19167 (strangenight1-m) R 19165 19167 18635 0 -1 4202496 621962 0 0 0 447561 227 0 0 25 0 4 0 652053593 606375936 119129 33554432000 4194304 4650419 140733325167984 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19167/statm: 148041 119129 393 112 0 143006 0
[pid=19167/tid=19168] ppid=19165 vsize=592164 CPUtime=1122.31 cores=0,2,4,6
/proc/19167/task/19168/stat : 19168 (strangenight1-m) R 19165 19167 18635 0 -1 4202560 219147 0 0 0 112155 76 0 0 25 0 4 0 652053593 606375936 119129 33554432000 4194304 4650419 140733325167984 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19167/tid=19169] ppid=19165 vsize=592164 CPUtime=1110.91 cores=0,2,4,6
/proc/19167/task/19169/stat : 19169 (strangenight1-m) R 19165 19167 18635 0 -1 4202560 223060 0 0 0 111004 87 0 0 25 0 4 0 652053594 606375936 119129 33554432000 4194304 4650419 140733325167984 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19167/tid=19170] ppid=19165 vsize=592164 CPUtime=1122.32 cores=0,2,4,6
/proc/19167/task/19170/stat : 19170 (strangenight1-m) R 19165 19167 18635 0 -1 4202560 34297 0 0 0 112219 13 0 0 25 0 4 0 652053594 606375936 119129 33554432000 4194304 4650419 140733325167984 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4477.88
Current children cumulated vsize (KiB) 592164

[startup+1182.3 s]
/proc/loadavg: 8.04 8.10 8.08 9/314 19211
/proc/meminfo: memFree=17411492/32950928 swapFree=67111348/67111528
[pid=19167] ppid=19165 vsize=605688 CPUtime=4717.28 cores=0,2,4,6
/proc/19167/stat : 19167 (strangenight1-m) R 19165 19167 18635 0 -1 4202496 648035 0 0 0 471489 239 0 0 25 0 4 0 652053593 620224512 124538 33554432000 4194304 4650419 140733325167984 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19167/statm: 151422 124538 393 112 0 146387 0
[pid=19167/tid=19168] ppid=19165 vsize=605688 CPUtime=1182.31 cores=0,2,4,6
/proc/19167/task/19168/stat : 19168 (strangenight1-m) R 19165 19167 18635 0 -1 4202560 229888 0 0 0 118151 80 0 0 25 0 4 0 652053593 620224512 124538 33554432000 4194304 4650419 140733325167984 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19167/tid=19169] ppid=19165 vsize=605688 CPUtime=1170.31 cores=0,2,4,6
/proc/19167/task/19169/stat : 19169 (strangenight1-m) R 19165 19167 18635 0 -1 4202560 231292 0 0 0 116940 91 0 0 25 0 4 0 652053594 620224512 124538 33554432000 4194304 4650419 140733325167984 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19167/tid=19170] ppid=19165 vsize=605688 CPUtime=1182.31 cores=0,2,4,6
/proc/19167/task/19170/stat : 19170 (strangenight1-m) R 19165 19167 18635 0 -1 4202560 36523 0 0 0 118217 14 0 0 25 0 4 0 652053594 620224512 124538 33554432000 4194304 4650419 140733325167984 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4717.28
Current children cumulated vsize (KiB) 605688



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.1 s]
/proc/loadavg: 8.16 8.12 8.09 9/314 19211
/proc/meminfo: memFree=17368944/32950928 swapFree=67111348/67111528
[pid=19167] ppid=19165 vsize=729116 CPUtime=4800.29 cores=0,2,4,6
/proc/19167/stat : 19167 (strangenight1-m) R 19165 19167 18635 0 -1 4202496 658681 0 0 0 479786 243 0 0 25 0 4 0 652053593 746614784 130428 33554432000 4194304 4650419 140733325167984 18446744073709551615 4433081 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19167/statm: 182279 130428 393 112 0 177244 0
[pid=19167/tid=19168] ppid=19165 vsize=729116 CPUtime=1203.12 cores=0,2,4,6
/proc/19167/task/19168/stat : 19168 (strangenight1-m) R 19165 19167 18635 0 -1 4202560 231467 0 0 0 120231 81 0 0 25 0 4 0 652053593 746614784 130429 33554432000 4194304 4650419 140733325167984 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19167/tid=19169] ppid=19165 vsize=729116 CPUtime=1190.89 cores=0,2,4,6
/proc/19167/task/19169/stat : 19169 (strangenight1-m) R 19165 19167 18635 0 -1 4202560 234362 0 0 0 118997 92 0 0 25 0 4 0 652053594 746614784 130429 33554432000 4194304 4650419 140733325167984 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19167/tid=19170] ppid=19165 vsize=729116 CPUtime=1203.13 cores=0,2,4,6
/proc/19167/task/19170/stat : 19170 (strangenight1-m) R 19165 19167 18635 0 -1 4202560 36864 0 0 0 120298 15 0 0 25 0 4 0 652053594 746614784 130429 33554432000 4194304 4650419 140733325167984 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.29
Current children cumulated vsize (KiB) 729116

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

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

[startup+1203.1 s]
/proc/loadavg: 8.16 8.12 8.09 9/314 19211
/proc/meminfo: memFree=17368944/32950928 swapFree=67111348/67111528
[pid=19167] ppid=19165 vsize=729116 CPUtime=4800.29 cores=0,2,4,6
/proc/19167/stat : 19167 (strangenight1-m) R 19165 19167 18635 0 -1 4202496 658681 0 0 0 479786 243 0 0 25 0 4 0 652053593 746614784 130428 33554432000 4194304 4650419 140733325167984 18446744073709551615 4433081 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/19167/statm: 182279 130428 393 112 0 177244 0
[pid=19167/tid=19168] ppid=19165 vsize=729116 CPUtime=1203.12 cores=0,2,4,6
/proc/19167/task/19168/stat : 19168 (strangenight1-m) R 19165 19167 18635 0 -1 4202560 231467 0 0 0 120231 81 0 0 25 0 4 0 652053593 746614784 130429 33554432000 4194304 4650419 140733325167984 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=19167/tid=19169] ppid=19165 vsize=729116 CPUtime=1190.89 cores=0,2,4,6
/proc/19167/task/19169/stat : 19169 (strangenight1-m) R 19165 19167 18635 0 -1 4202560 234362 0 0 0 118997 92 0 0 25 0 4 0 652053594 746614784 130429 33554432000 4194304 4650419 140733325167984 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19167/tid=19170] ppid=19165 vsize=729116 CPUtime=1203.13 cores=0,2,4,6
/proc/19167/task/19170/stat : 19170 (strangenight1-m) R 19165 19167 18635 0 -1 4202560 36864 0 0 0 120298 15 0 0 25 0 4 0 652053594 746614784 130429 33554432000 4194304 4650419 140733325167984 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.29
Current children cumulated vsize (KiB) 729116

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.15
CPU time (s): 4800.36
CPU user time (s): 4797.9
CPU system time (s): 2.46062
CPU usage (%): 398.984
Max. virtual memory (cumulated for all children) (KiB): 786868

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.9
system time used= 2.46062
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 658683
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= 354
involuntary context switches= 24410

runsolver used 3.38049 second user time and 8.65968 second system time

The end

Launcher Data

Begin job on node125 at 2011-05-14 22:22:19
IDJOB=3368853
IDBENCH=82862
IDSOLVER=1846
FILE ID=node125/3368853-1305404539
RUNJOBID= node125-1305404539-19152
PBS_JOBID= 13324489
Free space on /tmp= 73196 MiB

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

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

MD5SUM BENCH= af1e3a30945401f0fc52ffcd9f70aa15
RANDOM SEED=1366319856

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
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:      18235096 kB
Buffers:        255068 kB
Cached:        4032136 kB
SwapCached:          0 kB
Active:       11122812 kB
Inactive:      3219832 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      18235096 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           10496 kB
Writeback:           0 kB
AnonPages:    10054800 kB
Mapped:          28996 kB
Slab:           274408 kB
PageTables:      35404 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 50988624 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73184 MiB
End job on node125 at 2011-05-14 22:42:24