Trace number 3368790

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.14 1203.55

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v150-c3195-S2124915970-046.UNKNOWN.cnf
MD5SUMe6a3a97a5be52c43f493d905174d1bee
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
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.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3368790-1305403066.cnf'
0.00/0.00	c -- header says num vars:            150
0.00/0.00	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.04
0.00/0.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    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.02	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
0.00/0.02	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.02	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.02	c calculated reachability. Time: 0.00
0.00/0.02	c Calc default polars -  time:   0.00 s pos:      60 undec:       6 neg:      84
0.00/0.02	c =========================================================================================
0.00/0.02	c types(t): F = full restart, N = normal restart
0.00/0.02	c types(t): S = simplification begin/end, E = solution found
0.00/0.02	c restart types(rt): st = static, dy = dynamic
0.00/0.02	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.02	c  B st     0         0       150      3195         0         0     15975         0   no data   no data  --
0.00/0.11	c Decided on static restart strategy
0.42/0.14	c  N st     8      4923       150      3195         0      4688     15975    139435   no data   no data  --
1.16/0.36	c  N st    10     11306       150      3195         0      4356     15975    100289   no data   no data  --
1.96/0.57	c  N st    11     17051       150      3195         0      9830     15975    264848   no data   no data  --
3.17/0.89	c  F st    12     25000       150      3195         0     12069     15975    329287   no data   no data  --
3.17/0.89	c  N st    12     25000       150      3195         0     12069     15975    329287   no data   no data  --
3.97/1.09	c Decided on static restart strategy
3.97/1.09	c  N st    18     30003       150      3195         0     10337     15975    263743   no data   no data  --
3.97/1.09	c  S st    18     30003       150      3195         0     10337     15975    263743   no data   no data  --
4.38/1.12	c  S st    18     30509       150      3195         0     10832     15975    279006   no data   no data  --
4.38/1.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.38/1.12	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4.38/1.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
4.38/1.14	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.38/1.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.38/1.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
4.38/1.14	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
7.95/2.05	c lits-rem:      3425  cl-subs:     1148  v-elim:      0  v-fix:    0  time:  3.66 s
8.35/2.10	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.20
8.35/2.10	c calculated reachability. Time: 0.00
8.35/2.10	c  N st    18     30509       150      3195         0      9684     15975    236959   no data   no data  --
9.54/2.47	c  N st    20     37623       150      3195         0      8921     15975    199104   no data   no data  --
10.74/2.79	c  N st    21     44024       150      3195         0     15012     15975    383567   no data   no data  --
11.54/2.90	c  S st    22     45764       150      3195         0     16652     15975    432392   no data   no data  --
11.54/2.95	c  S st    22     46268       150      3195         0      8637     15975    169934   no data   no data  --
11.54/2.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
11.54/2.95	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
11.54/2.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
11.54/2.96	c bin-w-bin subsume rem            0 bins  time:  0.00 s
11.54/2.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.54/2.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
11.54/2.96	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
12.74/3.27	c lits-rem:       278  cl-subs:      165  v-elim:      0  v-fix:    0  time:  1.24 s
12.74/3.27	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
12.74/3.27	c vivif2 --  cl tried     8472 cl shrink        0 lits rem          0 time: 0.00
13.16/3.31	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.16
13.16/3.31	c calculated reachability. Time: 0.00
13.16/3.31	c  N st    22     46268       150      3195         0      8472     15975    164361   no data   no data  --
16.72/4.20	c  N st    23     60665       150      3195         0     12627     15975    273364   no data   no data  --
18.71/4.77	c  N st    24     69403       150      3195         0     10482     15975    195391   no data   no data  --
18.71/4.77	c  S st    24     69403       150      3195         0     10482     15975    195391   no data   no data  --
19.11/4.80	c  S st    24     69907       150      3195         0     10978     15975    209907   no data   no data  --
19.11/4.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
19.11/4.80	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
19.11/4.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
19.11/4.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
19.11/4.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.11/4.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
19.11/4.81	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
21.51/5.47	c lits-rem:       558  cl-subs:      280  v-elim:      0  v-fix:    0  time:  2.66 s
21.51/5.47	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
21.51/5.47	c vivif2 --  cl tried    10698 cl shrink        0 lits rem          0 time: 0.01
21.93/5.53	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.21
21.93/5.53	c calculated reachability. Time: 0.00
21.93/5.53	c  N st    24     69907       150      3195         0     10698     15975    200190   no data   no data  --
26.32/6.63	c  F st    25     87501       150      3195         0     16053     15975    356413   no data   no data  --
26.32/6.63	c  N st    25     87501       150      3195         0     16053     15975    356413   no data   no data  --
27.49/6.97	c Decided on static restart strategy
28.69/7.20	c  N st    32     95544       150      3195         0     23691     15975    581962   no data   no data  --
30.71/7.75	c  N st    34    104860       150      3195         0     20250     15975    468531   no data   no data  --
30.71/7.75	c  S st    34    104860       150      3195         0     20250     15975    468531   no data   no data  --
31.13/7.81	c  S st    34    105364       150      3195         0     20740     15975    482822   no data   no data  --
31.13/7.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
31.13/7.81	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
31.13/7.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.04
31.13/7.84	c bin-w-bin subsume rem            0 bins  time:  0.00 s
31.13/7.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
31.13/7.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
31.13/7.84	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
37.46/9.40	c lits-rem:      3810  cl-subs:     1250  v-elim:      0  v-fix:    0  time:  6.23 s
37.46/9.40	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
37.46/9.40	c vivif2 --  cl tried    19490 cl shrink        0 lits rem          0 time: 0.02
37.86/9.51	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.43
37.86/9.51	c calculated reachability. Time: 0.00
37.86/9.51	c  N st    34    105364       150      3195         0     19490     15975    437621   no data   no data  --
41.05/10.33	c  N st    35    114963       150      3195         0     15297     15975    299483   no data   no data  --
45.84/11.53	c  N st    36    129360       150      3195         0     14743     15975    261187   no data   no data  --
52.22/13.18	c  N st    37    150957       150      3195         0     20005     15975    401088   no data   no data  --
54.62/13.75	c  S st    38    158048       150      3195         0     26743     15975    599531   no data   no data  --
55.01/13.81	c  S st    38    158552       150      3195         0     27230     15975    613879   no data   no data  --
55.01/13.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
55.01/13.81	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
55.01/13.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
55.01/13.84	c bin-w-bin subsume rem            0 bins  time:  0.00 s
55.01/13.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
55.01/13.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
55.01/13.84	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
62.99/15.86	c lits-rem:      4185  cl-subs:     2242  v-elim:      0  v-fix:    0  time:  8.03 s
62.99/15.86	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
62.99/15.86	c vivif2 --  cl tried    24988 cl shrink        0 lits rem          0 time: 0.02
63.39/16.00	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.53
63.79/16.00	c calculated reachability. Time: 0.00
63.79/16.00	c  N st    38    158552       150      3195         0     24988     15975    539875   no data   no data  --
82.14/20.60	c  N st    39    207140       150      3195         0     19913     15975    347409   no data   no data  --
93.70/23.58	c  N st    40    237829       150      3195         0     30045     15975    650881   no data   no data  --
93.70/23.58	c  S st    40    237829       150      3195         0     30045     15975    650881   no data   no data  --
94.10/23.66	c  S st    40    238331       150      3195         0     30538     15975    665215   no data   no data  --
94.10/23.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
94.10/23.66	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
94.10/23.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
94.10/23.69	c bin-w-bin subsume rem            0 bins  time:  0.00 s
94.10/23.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
94.10/23.69	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
94.10/23.69	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
104.08/26.10	c lits-rem:      4276  cl-subs:     2141  v-elim:      0  v-fix:    0  time:  9.61 s
104.08/26.10	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
104.08/26.10	c vivif2 --  cl tried    28397 cl shrink        0 lits rem          0 time: 0.03
104.48/26.26	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.60
104.48/26.26	c calculated reachability. Time: 0.00
104.48/26.26	c  N st    40    238331       150      3195         0     28397     15975    593557   no data   no data  --
130.00/32.61	c  F st    41    306251       150      3195         0     30324     15975    611027   no data   no data  --
130.00/32.61	c  N st    41    306251       150      3195         0     30324     15975    611027   no data   no data  --
132.05/33.14	c Decided on static restart strategy
141.56/35.55	c  N st    51    334553       150      3195         0     34551     15975    720227   no data   no data  --
152.35/38.21	c  N st    53    357496       150      3195         0     32593     15975    626411   no data   no data  --
152.35/38.21	c  S st    53    357496       150      3195         0     32593     15975    626411   no data   no data  --
152.75/38.30	c  S st    53    358001       150      3195         0     33085     15975    640905   no data   no data  --
152.75/38.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
152.75/38.30	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
152.75/38.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
152.75/38.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
152.75/38.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
152.75/38.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
152.75/38.33	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
160.72/40.37	c lits-rem:      3238  cl-subs:     1329  v-elim:      0  v-fix:    0  time:  8.14 s
160.72/40.37	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
160.72/40.38	c vivif2 --  cl tried    31756 cl shrink        0 lits rem          0 time: 0.03
161.51/40.54	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.63
161.51/40.54	c calculated reachability. Time: 0.00
161.51/40.54	c  N st    53    358001       150      3195         0     31756     15975    593523   no data   no data  --
178.26/44.75	c  N st    54    390393       150      3195         0     37792     15975    766804   no data   no data  --
204.59/51.36	c  N st    55    438982       150      3195         0     31652     15975    557275   no data   no data  --
243.67/61.13	c  N st    56    511865       150      3195         0     44614     15975    890004   no data   no data  --
257.24/64.51	c  N st    57    537003       150      3195         0     39073     15975    712132   no data   no data  --
257.24/64.51	c  S st    57    537003       150      3195         0     39073     15975    712132   no data   no data  --
257.64/64.62	c  S st    57    537508       150      3195         0     39570     15975    726969   no data   no data  --
257.64/64.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
257.64/64.62	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
257.64/64.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.05
257.64/64.65	c bin-w-bin subsume rem            0 bins  time:  0.00 s
257.64/64.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
257.64/64.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
257.64/64.65	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
266.81/66.98	c lits-rem:      2204  cl-subs:     2231  v-elim:      0  v-fix:    0  time:  9.30 s
266.81/66.99	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
266.81/66.99	c vivif2 --  cl tried    37339 cl shrink        0 lits rem          0 time: 0.03
268.05/67.21	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.86
268.05/67.21	c calculated reachability. Time: 0.00
268.05/67.21	c  N st    57    537508       150      3195         0     37339     15975    657425   no data   no data  --
360.93/90.50	c  N st    58    701494       150      3195         0     65860     15975   1505968   no data   no data  --
427.15/107.17	c  N st    59    806262       150      3195         0     59974     15975   1249078   no data   no data  --
427.15/107.17	c  S st    59    806262       150      3195         0     59974     15975   1249078   no data   no data  --
427.95/107.32	c  S st    59    806767       150      3195         0     60464     15975   1263572   no data   no data  --
427.95/107.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
427.95/107.33	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
427.95/107.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.10
427.95/107.39	c bin-w-bin subsume rem            0 bins  time:  0.00 s
427.95/107.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
427.95/107.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
427.95/107.39	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
464.64/116.52	c lits-rem:      1418  cl-subs:     4899  v-elim:      0  v-fix:    0  time: 36.43 s
464.64/116.53	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
464.64/116.54	c vivif2 --  cl tried    55565 cl shrink        0 lits rem          0 time: 0.06
465.83/116.89	c asymm  cl-useful: 0/2366/3195 lits-rem:0 time: 1.39
465.83/116.89	c calculated reachability. Time: 0.00
465.83/116.89	c  N st    59    806767       150      3195         0     55565     15975   1113072   no data   no data  --
663.67/166.41	c  F st    60   1071875       150      3195         0     70637     15975   1461532   no data   no data  --
663.67/166.41	c  N st    60   1071875       150      3195         0     70637     15975   1461532   no data   no data  --
668.45/167.65	c Decided on static restart strategy
686.80/172.23	c  N st    70   1100180       150      3195         0     55216     15975    946925   no data   no data  --
716.72/179.75	c  N st    72   1136173       150      3195         0     45790     15975    650236   no data   no data  --
738.65/185.24	c  N st    73   1168566       150      3195         0     76272     15975   1590854   no data   no data  --
771.77/193.57	c  N st    74   1210150       150      3195         0     71261     15975   1427328   no data   no data  --
771.77/193.57	c  S st    74   1210150       150      3195         0     71261     15975   1427328   no data   no data  --
772.95/193.81	c  S st    74   1210651       150      3195         0     71746     15975   1442034   no data   no data  --
772.95/193.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
772.95/193.81	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
772.95/193.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.18
773.35/193.91	c bin-w-bin subsume rem            0 bins  time:  0.00 s
773.35/193.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
773.35/193.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
773.35/193.91	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
837.57/210.00	c lits-rem:      2906  cl-subs:     5002  v-elim:      0  v-fix:    0  time: 64.17 s
837.57/210.00	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
837.57/210.02	c vivif2 --  cl tried    66744 cl shrink        0 lits rem          0 time: 0.07
837.98/210.20	c asymm  cl-useful: 0/829/3195 lits-rem:0 time: 0.73
837.98/210.21	c calculated reachability. Time: 0.00
837.98/210.21	c  N st    74   1210651       150      3195         0     66744     15975   1280842   no data   no data  --
917.37/230.07	c  N st    75   1283535       150      3195         0     90310     15975   2012347   no data   no data  --
1014.64/254.41	c  N st    76   1392859       150      3195         0     51968     15975    748639   no data   no data  --
1146.26/287.41	c  N st    77   1556843       150      3195         0     56434     15975    836611   no data   no data  --
1270.70/318.69	c  N st    78   1710651       150      3195         0     96906     15975   2039766   no data   no data  --
1270.70/318.69	c  S st    78   1710651       150      3195         0     96906     15975   2039766   no data   no data  --
1271.90/318.99	c  S st    78   1711155       150      3195         0     97398     15975   2054615   no data   no data  --
1271.90/319.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1271.90/319.00	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1272.31/319.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.18
1272.74/319.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1272.74/319.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1272.74/319.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
1272.74/319.11	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1380.37/346.11	c lits-rem:      2667  cl-subs:     9117  v-elim:      0  v-fix:    0  time: 107.66 s
1380.37/346.11	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
1380.37/346.13	c vivif2 --  cl tried    88281 cl shrink        0 lits rem          0 time: 0.08
1381.57/346.47	c asymm  cl-useful: 0/1754/3195 lits-rem:0 time: 1.34
1381.57/346.47	c calculated reachability. Time: 0.00
1381.57/346.47	c  N st    78   1711155       150      3195         0     88281     15975   1780682   no data   no data  --
1742.53/436.97	c  N st    79   2080119       150      3195         0     99695     15975   2015395   no data   no data  --
1875.35/470.29	c  N st    80   2211158       150      3195         0    103865     15975   2131735   no data   no data  --
1875.35/470.29	c  S st    80   2211158       150      3195         0    103865     15975   2131735   no data   no data  --
1876.94/470.60	c  S st    80   2211662       150      3195         0    104360     15975   2146932   no data   no data  --
1876.94/470.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1876.94/470.61	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1876.94/470.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.21
1877.34/470.72	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1877.34/470.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1877.34/470.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
1877.34/470.72	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2017.73/506.00	c lits-rem:      3485  cl-subs:     9345  v-elim:      0  v-fix:    0  time: 140.64 s
2017.73/506.00	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
2018.15/506.02	c vivif2 --  cl tried    95015 cl shrink        0 lits rem          0 time: 0.08
2019.31/506.39	c asymm  cl-useful: 0/1203/3195 lits-rem:0 time: 1.46
2019.31/506.39	c calculated reachability. Time: 0.00
2019.31/506.39	c  N st    80   2211662       150      3195         0     95015     15975   1855304   no data   no data  --
2540.99/637.12	c  N st    81   2711662       150      3195         0    117839     15975   2392285   no data   no data  --
2540.99/637.12	c  S st    81   2711662       150      3195         0    117839     15975   2392285   no data   no data  --
2542.20/637.47	c  S st    81   2712168       150      3195         0    118331     15975   2407730   no data   no data  --
2542.20/637.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
2542.20/637.47	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2542.60/637.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.24
2543.00/637.61	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2543.00/637.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2543.00/637.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
2543.00/637.61	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2717.29/681.39	c lits-rem:      3176  cl-subs:    10980  v-elim:      0  v-fix:    0  time: 174.55 s
2717.29/681.39	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
2717.69/681.41	c vivif2 --  cl tried   107351 cl shrink        0 lits rem          0 time: 0.10
2718.88/681.78	c asymm  cl-useful: 0/1300/3195 lits-rem:0 time: 1.47
2718.88/681.78	c calculated reachability. Time: 0.00
2718.88/681.78	c  N st    81   2712168       150      3195         0    107351     15975   2098601   no data   no data  --
3339.46/837.38	c  N st    82   3212168       150      3195         0     84925     15975   1296772   no data   no data  --
3339.46/837.38	c  S st    82   3212168       150      3195         0     84925     15975   1296772   no data   no data  --
3341.06/837.72	c  S st    82   3212676       150      3195         0     85425     15975   1311694   no data   no data  --
3341.06/837.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
3341.06/837.73	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3341.06/837.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.22
3341.46/837.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3341.46/837.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3341.46/837.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
3341.46/837.83	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3382.99/848.28	c lits-rem:      1980  cl-subs:     1762  v-elim:      0  v-fix:    0  time: 41.67 s
3382.99/848.28	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
3382.99/848.29	c vivif2 --  cl tried    83663 cl shrink        0 lits rem          0 time: 0.07
3384.53/848.70	c asymm  cl-useful: 0/1375/3195 lits-rem:0 time: 1.61
3384.93/848.70	c calculated reachability. Time: 0.00
3384.93/848.70	c  N st    82   3212676       150      3195         0     83663     15975   1254463   no data   no data  --
3996.35/1002.05	c  N st    83   3712677       150      3195         0     93902     15975   1458316   no data   no data  --
3996.35/1002.05	c  S st    83   3712677       150      3195         0     93902     15975   1458316   no data   no data  --
3997.53/1002.36	c  S st    83   3713182       150      3195         0     94394     15975   1473422   no data   no data  --
3997.53/1002.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
3997.53/1002.37	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3997.93/1002.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.18
3997.93/1002.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3997.93/1002.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3997.93/1002.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
3997.93/1002.46	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4038.22/1012.50	c lits-rem:       701  cl-subs:     2931  v-elim:      0  v-fix:    0  time: 40.03 s
4038.22/1012.50	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
4038.22/1012.52	c vivif2 --  cl tried    91463 cl shrink        0 lits rem          0 time: 0.08
4038.62/1012.67	c asymm  cl-useful: 0/520/3195 lits-rem:0 time: 0.62
4038.62/1012.67	c calculated reachability. Time: 0.00
4038.62/1012.67	c  N st    83   3713182       150      3195         0     91463     15975   1382004   no data   no data  --
4088.89/1025.22	c  F st    84   3751562       150      3195         0    127741     15975   2560579   no data   no data  --
4088.89/1025.22	c  N st    84   3751562       150      3195         0    127741     15975   2560579   no data   no data  --
4101.64/1028.46	c Decided on static restart strategy
4154.70/1041.78	c  N st    94   3779866       150      3195         0    154571     15975   3371680   no data   no data  --
4201.74/1053.58	c  N st    96   3815860       150      3195         0    108541     15975   1888428   no data   no data  --
4245.21/1064.41	c  N st    97   3848254       150      3195         0    139247     15975   2880864   no data   no data  --
4321.00/1083.43	c  N st    98   3896842       150      3195         0    103879     15975   1710068   no data   no data  --
4425.48/1109.60	c  N st    99   3969724       150      3195         0     90781     15975   1292833   no data   no data  --
4580.67/1148.56	c  N st   100   4079047       150      3195         0    110785     15975   1887135   no data   no data  --
4765.31/1194.83	c  N st   101   4213182       150      3195         0    153480     15975   3146223   no data   no data  --
4765.31/1194.83	c  S st   101   4213182       150      3195         0    153480     15975   3146223   no data   no data  --
4767.31/1195.32	c  S st   101   4213685       150      3195         0    153968     15975   3160604   no data   no data  --
4767.31/1195.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
4767.31/1195.33	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4767.71/1195.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.33
4768.11/1195.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4768.11/1195.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4768.11/1195.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
4768.11/1195.51	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-3368790-1305403066/watcher-3368790-1305403066 -o /tmp/evaluation-result-3368790-1305403066/solver-3368790-1305403066 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3368790-1305403066.cnf 

running on 4 cores: 1,3,5,7

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.16 8.11 8.02 6/361 15029
/proc/meminfo: memFree=25155156/32950928 swapFree=38710892/67111528
[pid=15029] ppid=15027 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/15029/stat : 15029 (strangenight1-m) R 15027 15029 14563 0 -1 4202496 416 0 0 0 0 0 0 0 25 0 4 0 730537256 52465664 357 33554432000 4194304 4650419 140736873842816 18446744073709551615 47126600775681 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15029/statm: 12809 357 306 112 0 7774 0
[pid=15029/tid=15030] ppid=15027 vsize=273560 CPUtime=0 cores=1,3,5,7
/proc/15029/task/15030/stat : 15030 (strangenight1-m) R 15027 15029 14563 0 -1 4202560 34 0 0 0 0 0 0 0 25 0 4 0 730537256 280125440 755 33554432000 4194304 4650419 140736873842816 18446744073709551615 251367651822 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15029/tid=15031] ppid=15027 vsize=273560 CPUtime=0 cores=1,3,5,7
/proc/15029/task/15031/stat : 15031 (strangenight1-m) R 15027 15029 14563 0 -1 4202560 127 0 0 0 0 0 0 0 25 0 4 0 730537256 280125440 755 33554432000 4194304 4650419 140736873842816 18446744073709551615 4370500 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15029/tid=15032] ppid=15027 vsize=273560 CPUtime=0 cores=1,3,5,7
/proc/15029/task/15032/stat : 15032 (strangenight1-m) R 15027 15029 14563 0 -1 4202560 137 0 0 0 0 0 0 0 25 0 4 0 730537256 280125440 756 33554432000 4194304 4650419 140736873842816 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.113958 s]
/proc/loadavg: 8.16 8.11 8.02 6/361 15029
/proc/meminfo: memFree=25155156/32950928 swapFree=38710892/67111528
[pid=15029] ppid=15027 vsize=282960 CPUtime=0.42 cores=1,3,5,7
/proc/15029/stat : 15029 (strangenight1-m) R 15027 15029 14563 0 -1 4202496 2077 0 0 0 42 0 0 0 25 0 4 0 730537256 289751040 1914 33554432000 4194304 4650419 140736873842816 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15029/statm: 70740 1914 389 112 0 65705 0
[pid=15029/tid=15030] ppid=15027 vsize=282960 CPUtime=0.1 cores=1,3,5,7
/proc/15029/task/15030/stat : 15030 (strangenight1-m) R 15027 15029 14563 0 -1 4202560 422 0 0 0 10 0 0 0 25 0 4 0 730537256 289751040 1914 33554432000 4194304 4650419 140736873842816 18446744073709551615 4366928 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=15029/tid=15031] ppid=15027 vsize=282960 CPUtime=0.1 cores=1,3,5,7
/proc/15029/task/15031/stat : 15031 (strangenight1-m) R 15027 15029 14563 0 -1 4202560 473 0 0 0 10 0 0 0 25 0 4 0 730537256 289751040 1914 33554432000 4194304 4650419 140736873842816 18446744073709551615 4366845 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15029/tid=15032] ppid=15027 vsize=282960 CPUtime=0.1 cores=1,3,5,7
/proc/15029/task/15032/stat : 15032 (strangenight1-m) R 15027 15029 14563 0 -1 4202560 313 0 0 0 10 0 0 0 18 0 4 0 730537256 289751040 1914 33554432000 4194304 4650419 140736873842816 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 282960

[startup+0.200923 s]
/proc/loadavg: 8.16 8.11 8.02 6/361 15029
/proc/meminfo: memFree=25155156/32950928 swapFree=38710892/67111528
[pid=15029] ppid=15027 vsize=284428 CPUtime=0.76 cores=1,3,5,7
/proc/15029/stat : 15029 (strangenight1-m) R 15027 15029 14563 0 -1 4202496 2989 0 0 0 76 0 0 0 25 0 4 0 730537256 291254272 2106 33554432000 4194304 4650419 140736873842816 18446744073709551615 4366845 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15029/statm: 71107 2106 391 112 0 66072 0
[pid=15029/tid=15030] ppid=15027 vsize=284428 CPUtime=0.18 cores=1,3,5,7
/proc/15029/task/15030/stat : 15030 (strangenight1-m) R 15027 15029 14563 0 -1 4202560 648 0 0 0 18 0 0 0 25 0 4 0 730537256 291254272 2106 33554432000 4194304 4650419 140736873842816 18446744073709551615 4365348 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=15029/tid=15031] ppid=15027 vsize=284428 CPUtime=0.19 cores=1,3,5,7
/proc/15029/task/15031/stat : 15031 (strangenight1-m) R 15027 15029 14563 0 -1 4202560 701 0 0 0 19 0 0 0 25 0 4 0 730537256 291254272 2106 33554432000 4194304 4650419 140736873842816 18446744073709551615 4365210 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15029/tid=15032] ppid=15027 vsize=284428 CPUtime=0.19 cores=1,3,5,7
/proc/15029/task/15032/stat : 15032 (strangenight1-m) R 15027 15029 14563 0 -1 4202560 543 0 0 0 19 0 0 0 18 0 4 0 730537256 291254272 2106 33554432000 4194304 4650419 140736873842816 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.76
Current children cumulated vsize (KiB) 284428

[startup+0.300905 s]
/proc/loadavg: 8.16 8.11 8.02 6/361 15029
/proc/meminfo: memFree=25155156/32950928 swapFree=38710892/67111528
[pid=15029] ppid=15027 vsize=284428 CPUtime=1.16 cores=1,3,5,7
/proc/15029/stat : 15029 (strangenight1-m) R 15027 15029 14563 0 -1 4202496 3430 0 0 0 116 0 0 0 25 0 4 0 730537256 291254272 2547 33554432000 4194304 4650419 140736873842816 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15029/statm: 71107 2547 391 112 0 66072 0
[pid=15029/tid=15030] ppid=15027 vsize=284428 CPUtime=0.28 cores=1,3,5,7
/proc/15029/task/15030/stat : 15030 (strangenight1-m) R 15027 15029 14563 0 -1 4202560 760 0 0 0 28 0 0 0 25 0 4 0 730537256 291254272 2547 33554432000 4194304 4650419 140736873842816 18446744073709551615 4360363 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=15029/tid=15031] ppid=15027 vsize=284428 CPUtime=0.29 cores=1,3,5,7
/proc/15029/task/15031/stat : 15031 (strangenight1-m) R 15027 15029 14563 0 -1 4202560 814 0 0 0 29 0 0 0 25 0 4 0 730537256 291254272 2547 33554432000 4194304 4650419 140736873842816 18446744073709551615 4365237 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15029/tid=15032] ppid=15027 vsize=284428 CPUtime=0.29 cores=1,3,5,7
/proc/15029/task/15032/stat : 15032 (strangenight1-m) R 15027 15029 14563 0 -1 4202560 648 0 0 0 29 0 0 0 18 0 4 0 730537256 291254272 2547 33554432000 4194304 4650419 140736873842816 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 284428

[startup+0.700832 s]
/proc/loadavg: 8.16 8.11 8.02 6/361 15029
/proc/meminfo: memFree=25155156/32950928 swapFree=38710892/67111528
[pid=15029] ppid=15027 vsize=286520 CPUtime=2.77 cores=1,3,5,7
/proc/15029/stat : 15029 (strangenight1-m) R 15027 15029 14563 0 -1 4202496 6350 0 0 0 276 1 0 0 25 0 4 0 730537256 293396480 3007 33554432000 4194304 4650419 140736873842816 18446744073709551615 4366869 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15029/statm: 71630 3007 391 112 0 66595 0
[pid=15029/tid=15030] ppid=15027 vsize=286520 CPUtime=0.68 cores=1,3,5,7
/proc/15029/task/15030/stat : 15030 (strangenight1-m) R 15027 15029 14563 0 -1 4202560 1506 0 0 0 68 0 0 0 25 0 4 0 730537256 293396480 3007 33554432000 4194304 4650419 140736873842816 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=15029/tid=15031] ppid=15027 vsize=286520 CPUtime=0.69 cores=1,3,5,7
/proc/15029/task/15031/stat : 15031 (strangenight1-m) R 15027 15029 14563 0 -1 4202560 1558 0 0 0 69 0 0 0 25 0 4 0 730537256 293396480 3007 33554432000 4194304 4650419 140736873842816 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15029/tid=15032] ppid=15027 vsize=286520 CPUtime=0.69 cores=1,3,5,7
/proc/15029/task/15032/stat : 15032 (strangenight1-m) R 15027 15029 14563 0 -1 4202560 1334 0 0 0 69 0 0 0 18 0 4 0 730537256 293396480 3007 33554432000 4194304 4650419 140736873842816 18446744073709551615 4365361 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 286520

[startup+1.50069 s]
/proc/loadavg: 8.16 8.11 8.02 9/365 15033
/proc/meminfo: memFree=25140812/32950928 swapFree=38710892/67111528
[pid=15029] ppid=15027 vsize=287452 CPUtime=5.96 cores=1,3,5,7
/proc/15029/stat : 15029 (strangenight1-m) R 15027 15029 14563 0 -1 4202496 11515 0 0 0 594 2 0 0 25 0 4 0 730537256 294350848 5157 33554432000 4194304 4650419 140736873842816 18446744073709551615 4438768 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15029/statm: 71863 5157 393 112 0 66828 0
[pid=15029/tid=15030] ppid=15027 vsize=287452 CPUtime=1.46 cores=1,3,5,7
/proc/15029/task/15030/stat : 15030 (strangenight1-m) R 15027 15029 14563 0 -1 4202560 2521 0 0 0 146 0 0 0 25 0 4 0 730537256 294350848 5157 33554432000 4194304 4650419 140736873842816 18446744073709551615 4331138 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=15029/tid=15031] ppid=15027 vsize=287452 CPUtime=1.49 cores=1,3,5,7
/proc/15029/task/15031/stat : 15031 (strangenight1-m) R 15027 15029 14563 0 -1 4202560 2594 0 0 0 149 0 0 0 25 0 4 0 730537256 294350848 5157 33554432000 4194304 4650419 140736873842816 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15029/tid=15032] ppid=15027 vsize=287452 CPUtime=1.49 cores=1,3,5,7
/proc/15029/task/15032/stat : 15032 (strangenight1-m) R 15027 15029 14563 0 -1 4202560 2197 0 0 0 149 0 0 0 19 0 4 0 730537256 294350848 5157 33554432000 4194304 4650419 140736873842816 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 287452

[startup+3.10039 s]
/proc/loadavg: 8.16 8.11 8.02 9/365 15033
/proc/meminfo: memFree=25115268/32950928 swapFree=38710892/67111528
[pid=15029] ppid=15027 vsize=298100 CPUtime=12.34 cores=1,3,5,7
/proc/15029/stat : 15029 (strangenight1-m) R 15027 15029 14563 0 -1 4202496 20407 0 0 0 1231 3 0 0 25 0 4 0 730537256 305254400 12273 33554432000 4194304 4650419 140736873842816 18446744073709551615 4439103 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15029/statm: 74525 12273 393 112 0 69490 0
[pid=15029/tid=15030] ppid=15027 vsize=298100 CPUtime=3.06 cores=1,3,5,7
/proc/15029/task/15030/stat : 15030 (strangenight1-m) R 15027 15029 14563 0 -1 4202560 4621 0 0 0 305 1 0 0 25 0 4 0 730537256 305254400 12273 33554432000 4194304 4650419 140736873842816 18446744073709551615 4365246 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=15029/tid=15031] ppid=15027 vsize=298100 CPUtime=3.08 cores=1,3,5,7
/proc/15029/task/15031/stat : 15031 (strangenight1-m) R 15027 15029 14563 0 -1 4202560 5223 0 0 0 308 0 0 0 25 0 4 0 730537256 305254400 12273 33554432000 4194304 4650419 140736873842816 18446744073709551615 4439641 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15029/tid=15032] ppid=15027 vsize=298100 CPUtime=3.08 cores=1,3,5,7
/proc/15029/task/15032/stat : 15032 (strangenight1-m) R 15027 15029 14563 0 -1 4202560 5207 0 0 0 308 0 0 0 25 0 4 0 730537256 305254400 12273 33554432000 4194304 4650419 140736873842816 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 298100

[startup+6.3008 s]
/proc/loadavg: 8.15 8.11 8.02 9/365 15033
/proc/meminfo: memFree=25076580/32950928 swapFree=38710892/67111528
[pid=15029] ppid=15027 vsize=289308 CPUtime=25.11 cores=1,3,5,7
/proc/15029/stat : 15029 (strangenight1-m) R 15027 15029 14563 0 -1 4202496 29417 0 0 0 2506 5 0 0 25 0 4 0 730537256 296251392 14872 33554432000 4194304 4650419 140736873842816 18446744073709551615 4366819 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15029/statm: 72327 14872 393 112 0 67292 0
[pid=15029/tid=15030] ppid=15027 vsize=289308 CPUtime=6.21 cores=1,3,5,7
/proc/15029/task/15030/stat : 15030 (strangenight1-m) R 15027 15029 14563 0 -1 4202560 7618 0 0 0 620 1 0 0 25 0 4 0 730537256 296251392 14872 33554432000 4194304 4650419 140736873842816 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=15029/tid=15031] ppid=15027 vsize=289308 CPUtime=6.29 cores=1,3,5,7
/proc/15029/task/15031/stat : 15031 (strangenight1-m) R 15027 15029 14563 0 -1 4202560 7662 0 0 0 628 1 0 0 25 0 4 0 730537256 296251392 14872 33554432000 4194304 4650419 140736873842816 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15029/tid=15032] ppid=15027 vsize=289308 CPUtime=6.29 cores=1,3,5,7
/proc/15029/task/15032/stat : 15032 (strangenight1-m) R 15027 15029 14563 0 -1 4202560 6779 0 0 0 628 1 0 0 25 0 4 0 730537256 296251392 14872 33554432000 4194304 4650419 140736873842816 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 289308

[startup+12.7006 s]
/proc/loadavg: 8.13 8.11 8.02 9/365 15033
/proc/meminfo: memFree=25055944/32950928 swapFree=38710892/67111528
[pid=15029] ppid=15027 vsize=299536 CPUtime=50.62 cores=1,3,5,7
/proc/15029/stat : 15029 (strangenight1-m) R 15027 15029 14563 0 -1 4202496 45595 0 0 0 5055 7 0 0 25 0 4 0 730537256 306724864 20871 33554432000 4194304 4650419 140736873842816 18446744073709551615 4364775 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15029/statm: 74884 20871 393 112 0 69849 0
[pid=15029/tid=15030] ppid=15027 vsize=299536 CPUtime=12.54 cores=1,3,5,7
/proc/15029/task/15030/stat : 15030 (strangenight1-m) R 15027 15029 14563 0 -1 4202560 12171 0 0 0 1251 3 0 0 25 0 4 0 730537256 306724864 20871 33554432000 4194304 4650419 140736873842816 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=15029/tid=15031] ppid=15027 vsize=299536 CPUtime=12.69 cores=1,3,5,7
/proc/15029/task/15031/stat : 15031 (strangenight1-m) R 15027 15029 14563 0 -1 4202560 11418 0 0 0 1268 1 0 0 25 0 4 0 730537256 306724864 20871 33554432000 4194304 4650419 140736873842816 18446744073709551615 4313048 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15029/tid=15032] ppid=15027 vsize=299536 CPUtime=12.69 cores=1,3,5,7
/proc/15029/task/15032/stat : 15032 (strangenight1-m) R 15027 15029 14563 0 -1 4202560 9694 0 0 0 1268 1 0 0 25 0 4 0 730537256 306724864 20871 33554432000 4194304 4650419 140736873842816 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.62
Current children cumulated vsize (KiB) 299536

[startup+25.5012 s]
/proc/loadavg: 8.10 8.10 8.02 9/365 15034
/proc/meminfo: memFree=25015536/32950928 swapFree=38710892/67111528
[pid=15029] ppid=15027 vsize=305616 CPUtime=101.68 cores=1,3,5,7
/proc/15029/stat : 15029 (strangenight1-m) R 15027 15029 14563 0 -1 4202496 72220 0 0 0 10154 14 0 0 25 0 4 0 730537256 312950784 27978 33554432000 4194304 4650419 140736873842816 18446744073709551615 4438393 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15029/statm: 76404 27978 393 112 0 71369 0
[pid=15029/tid=15030] ppid=15027 vsize=305616 CPUtime=25.19 cores=1,3,5,7
/proc/15029/task/15030/stat : 15030 (strangenight1-m) R 15027 15029 14563 0 -1 4202560 20128 0 0 0 2514 5 0 0 25 0 4 0 730537256 312950784 27978 33554432000 4194304 4650419 140736873842816 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=15029/tid=15031] ppid=15027 vsize=305616 CPUtime=25.49 cores=1,3,5,7
/proc/15029/task/15031/stat : 15031 (strangenight1-m) R 15027 15029 14563 0 -1 4202560 18786 0 0 0 2546 3 0 0 25 0 4 0 730537256 312950784 27978 33554432000 4194304 4650419 140736873842816 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15029/tid=15032] ppid=15027 vsize=305616 CPUtime=25.49 cores=1,3,5,7
/proc/15029/task/15032/stat : 15032 (strangenight1-m) R 15027 15029 14563 0 -1 4202560 13536 0 0 0 2547 2 0 0 25 0 4 0 730537256 312950784 27978 33554432000 4194304 4650419 140736873842816 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.68
Current children cumulated vsize (KiB) 305616

[startup+51.1005 s]
/proc/loadavg: 8.13 8.11 8.02 9/365 15035
/proc/meminfo: memFree=24984252/32950928 swapFree=38710892/67111528
[pid=15029] ppid=15027 vsize=304192 CPUtime=203.79 cores=1,3,5,7
/proc/15029/stat : 15029 (strangenight1-m) R 15027 15029 14563 0 -1 4202496 110773 0 0 0 20355 24 0 0 25 0 4 0 730537256 311492608 36112 33554432000 4194304 4650419 140736873842816 18446744073709551615 4365877 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15029/statm: 76048 36112 393 112 0 71013 0
[pid=15029/tid=15030] ppid=15027 vsize=304192 CPUtime=50.5 cores=1,3,5,7
/proc/15029/task/15030/stat : 15030 (strangenight1-m) R 15027 15029 14563 0 -1 4202560 32230 0 0 0 5042 8 0 0 25 0 4 0 730537256 311492608 36112 33554432000 4194304 4650419 140736873842816 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=15029/tid=15031] ppid=15027 vsize=304192 CPUtime=51.08 cores=1,3,5,7
/proc/15029/task/15031/stat : 15031 (strangenight1-m) R 15027 15029 14563 0 -1 4202560 29985 0 0 0 5103 5 0 0 25 0 4 0 730537256 311492608 36112 33554432000 4194304 4650419 140736873842816 18446744073709551615 4366928 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15029/tid=15032] ppid=15027 vsize=304192 CPUtime=51.09 cores=1,3,5,7
/proc/15029/task/15032/stat : 15032 (strangenight1-m) R 15027 15029 14563 0 -1 4202560 19593 0 0 0 5105 4 0 0 25 0 4 0 730537256 311492608 36113 33554432000 4194304 4650419 140736873842816 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 203.79
Current children cumulated vsize (KiB) 304192

[startup+102.301 s]
/proc/loadavg: 8.12 8.10 8.03 9/365 15036
/proc/meminfo: memFree=24895672/32950928 swapFree=38710892/67111528
[pid=15029] ppid=15027 vsize=361056 CPUtime=408.03 cores=1,3,5,7
/proc/15029/stat : 15029 (strangenight1-m) R 15027 15029 14563 0 -1 4202496 165473 0 0 0 40760 43 0 0 25 0 4 0 730537256 369721344 47851 33554432000 4194304 4650419 140736873842816 18446744073709551615 4366828 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15029/statm: 90264 47851 393 112 0 85229 0
[pid=15029/tid=15030] ppid=15027 vsize=361056 CPUtime=101.12 cores=1,3,5,7
/proc/15029/task/15030/stat : 15030 (strangenight1-m) R 15027 15029 14563 0 -1 4202560 46955 0 0 0 10100 12 0 0 25 0 4 0 730537256 369721344 47857 33554432000 4194304 4650419 140736873842816 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=15029/tid=15031] ppid=15027 vsize=361056 CPUtime=102.3 cores=1,3,5,7
/proc/15029/task/15031/stat : 15031 (strangenight1-m) R 15027 15029 14563 0 -1 4202560 45592 0 0 0 10218 12 0 0 25 0 4 0 730537256 369721344 47857 33554432000 4194304 4650419 140736873842816 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15029/tid=15032] ppid=15027 vsize=361056 CPUtime=102.3 cores=1,3,5,7
/proc/15029/task/15032/stat : 15032 (strangenight1-m) R 15027 15029 14563 0 -1 4202560 29890 0 0 0 10222 8 0 0 25 0 4 0 730537256 369721344 47857 33554432000 4194304 4650419 140736873842816 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.03
Current children cumulated vsize (KiB) 361056

[startup+162.301 s]

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

[pid=15029] ppid=15027 vsize=600092 CPUtime=2561.75 cores=1,3,5,7
/proc/15029/stat : 15029 (strangenight1-m) R 15027 15029 14563 0 -1 4202496 470437 0 0 0 256002 173 0 0 25 0 4 0 730537256 614494208 112842 33554432000 4194304 4650419 140736873842816 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15029/statm: 150023 112842 393 112 0 144988 0
[pid=15029/tid=15030] ppid=15027 vsize=600092 CPUtime=634.8 cores=1,3,5,7
/proc/15029/task/15030/stat : 15030 (strangenight1-m) R 15027 15029 14563 0 -1 4202560 145206 0 0 0 63425 55 0 0 25 0 4 0 730537256 614494208 112842 33554432000 4194304 4650419 140736873842816 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=15029/tid=15031] ppid=15027 vsize=600092 CPUtime=642.3 cores=1,3,5,7
/proc/15029/task/15031/stat : 15031 (strangenight1-m) R 15027 15029 14563 0 -1 4202560 119759 0 0 0 64189 41 0 0 25 0 4 0 730537256 614494208 112842 33554432000 4194304 4650419 140736873842816 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15029/tid=15032] ppid=15027 vsize=600092 CPUtime=642.3 cores=1,3,5,7
/proc/15029/task/15032/stat : 15032 (strangenight1-m) R 15027 15029 14563 0 -1 4202560 75314 0 0 0 64202 28 0 0 25 0 4 0 730537256 614494208 112842 33554432000 4194304 4650419 140736873842816 18446744073709551615 4335808 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2561.75
Current children cumulated vsize (KiB) 600092

[startup+702.301 s]
/proc/loadavg: 8.05 8.09 8.04 9/365 15061
/proc/meminfo: memFree=24488032/32950928 swapFree=38710892/67111528
[pid=15029] ppid=15027 vsize=667760 CPUtime=2801.04 cores=1,3,5,7
/proc/15029/stat : 15029 (strangenight1-m) R 15027 15029 14563 0 -1 4202496 485292 0 0 0 279924 180 0 0 25 0 4 0 730537256 683786240 109601 33554432000 4194304 4650419 140736873842816 18446744073709551615 4364788 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15029/statm: 166940 109601 393 112 0 161905 0
[pid=15029/tid=15030] ppid=15027 vsize=667760 CPUtime=694.09 cores=1,3,5,7
/proc/15029/task/15030/stat : 15030 (strangenight1-m) R 15027 15029 14563 0 -1 4202560 154738 0 0 0 69349 60 0 0 25 0 4 0 730537256 683786240 109601 33554432000 4194304 4650419 140736873842816 18446744073709551615 4365325 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=15029/tid=15031] ppid=15027 vsize=667760 CPUtime=702.31 cores=1,3,5,7
/proc/15029/task/15031/stat : 15031 (strangenight1-m) R 15027 15029 14563 0 -1 4202560 123613 0 0 0 70188 43 0 0 25 0 4 0 730537256 683786240 109601 33554432000 4194304 4650419 140736873842816 18446744073709551615 4366835 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15029/tid=15032] ppid=15027 vsize=667760 CPUtime=702.31 cores=1,3,5,7
/proc/15029/task/15032/stat : 15032 (strangenight1-m) R 15027 15029 14563 0 -1 4202560 75800 0 0 0 70202 29 0 0 25 0 4 0 730537256 683786240 109601 33554432000 4194304 4650419 140736873842816 18446744073709551615 4366879 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2801.04
Current children cumulated vsize (KiB) 667760

[startup+762.301 s]
/proc/loadavg: 8.17 8.12 8.05 9/365 15062
/proc/meminfo: memFree=24418932/32950928 swapFree=38710892/67111528
[pid=15029] ppid=15027 vsize=668116 CPUtime=3040.36 cores=1,3,5,7
/proc/15029/stat : 15029 (strangenight1-m) R 15027 15029 14563 0 -1 4202496 505933 0 0 0 303847 189 0 0 25 0 4 0 730537256 684150784 122376 33554432000 4194304 4650419 140736873842816 18446744073709551615 4363420 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15029/statm: 167029 122376 393 112 0 161994 0
[pid=15029/tid=15030] ppid=15027 vsize=668116 CPUtime=753.39 cores=1,3,5,7
/proc/15029/task/15030/stat : 15030 (strangenight1-m) R 15027 15029 14563 0 -1 4202560 166112 0 0 0 75275 64 0 0 25 0 4 0 730537256 684150784 122377 33554432000 4194304 4650419 140736873842816 18446744073709551615 4433081 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=15029/tid=15031] ppid=15027 vsize=668116 CPUtime=762.32 cores=1,3,5,7
/proc/15029/task/15031/stat : 15031 (strangenight1-m) R 15027 15029 14563 0 -1 4202560 125772 0 0 0 76189 43 0 0 25 0 4 0 730537256 684150784 122377 33554432000 4194304 4650419 140736873842816 18446744073709551615 4333767 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15029/tid=15032] ppid=15027 vsize=668116 CPUtime=762.32 cores=1,3,5,7
/proc/15029/task/15032/stat : 15032 (strangenight1-m) R 15027 15029 14563 0 -1 4202560 75971 0 0 0 76203 29 0 0 25 0 4 0 730537256 684150784 122377 33554432000 4194304 4650419 140736873842816 18446744073709551615 4364772 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3040.36
Current children cumulated vsize (KiB) 668116

[startup+822.301 s]
/proc/loadavg: 8.06 8.09 8.04 9/365 15064
/proc/meminfo: memFree=24441468/32950928 swapFree=38710892/67111528
[pid=15029] ppid=15027 vsize=614648 CPUtime=3279.64 cores=1,3,5,7
/proc/15029/stat : 15029 (strangenight1-m) R 15027 15029 14563 0 -1 4202496 525043 0 0 0 327765 199 0 0 25 0 4 0 730537256 629399552 120935 33554432000 4194304 4650419 140736873842816 18446744073709551615 4366816 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15029/statm: 153662 120935 393 112 0 148627 0
[pid=15029/tid=15030] ppid=15027 vsize=614648 CPUtime=812.68 cores=1,3,5,7
/proc/15029/task/15030/stat : 15030 (strangenight1-m) R 15027 15029 14563 0 -1 4202560 173939 0 0 0 81200 68 0 0 25 0 4 0 730537256 629399552 120935 33554432000 4194304 4650419 140736873842816 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=15029/tid=15031] ppid=15027 vsize=614648 CPUtime=822.31 cores=1,3,5,7
/proc/15029/task/15031/stat : 15031 (strangenight1-m) R 15027 15029 14563 0 -1 4202560 130255 0 0 0 82186 45 0 0 25 0 4 0 730537256 629399552 120935 33554432000 4194304 4650419 140736873842816 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15029/tid=15032] ppid=15027 vsize=614648 CPUtime=822.32 cores=1,3,5,7
/proc/15029/task/15032/stat : 15032 (strangenight1-m) R 15027 15029 14563 0 -1 4202560 76124 0 0 0 82202 30 0 0 25 0 4 0 730537256 629399552 120935 33554432000 4194304 4650419 140736873842816 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3279.64
Current children cumulated vsize (KiB) 614648

[startup+882.314 s]
/proc/loadavg: 8.14 8.10 8.05 9/365 15066
/proc/meminfo: memFree=24438592/32950928 swapFree=38710892/67111528
[pid=15029] ppid=15027 vsize=600936 CPUtime=3518.98 cores=1,3,5,7
/proc/15029/stat : 15029 (strangenight1-m) R 15027 15029 14563 0 -1 4202496 539158 0 0 0 351692 206 0 0 25 0 4 0 730537256 615358464 115786 33554432000 4194304 4650419 140736873842816 18446744073709551615 4367232 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15029/statm: 150234 115786 393 112 0 145199 0
[pid=15029/tid=15030] ppid=15027 vsize=600936 CPUtime=871.98 cores=1,3,5,7
/proc/15029/task/15030/stat : 15030 (strangenight1-m) R 15027 15029 14563 0 -1 4202560 182579 0 0 0 87125 73 0 0 25 0 4 0 730537256 615358464 115786 33554432000 4194304 4650419 140736873842816 18446744073709551615 4365325 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=15029/tid=15031] ppid=15027 vsize=600936 CPUtime=882.33 cores=1,3,5,7
/proc/15029/task/15031/stat : 15031 (strangenight1-m) R 15027 15029 14563 0 -1 4202560 131846 0 0 0 88187 46 0 0 25 0 4 0 730537256 615358464 115786 33554432000 4194304 4650419 140736873842816 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15029/tid=15032] ppid=15027 vsize=600936 CPUtime=882.33 cores=1,3,5,7
/proc/15029/task/15032/stat : 15032 (strangenight1-m) R 15027 15029 14563 0 -1 4202560 76228 0 0 0 88203 30 0 0 25 0 4 0 730537256 615358464 115786 33554432000 4194304 4650419 140736873842816 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3518.98
Current children cumulated vsize (KiB) 600936

[startup+942.301 s]
/proc/loadavg: 8.13 8.10 8.05 9/365 15067
/proc/meminfo: memFree=24421960/32950928 swapFree=38710892/67111528
[pid=15029] ppid=15027 vsize=714116 CPUtime=3758.24 cores=1,3,5,7
/proc/15029/stat : 15029 (strangenight1-m) R 15027 15029 14563 0 -1 4202496 560343 0 0 0 375608 216 0 0 25 0 4 0 730537256 731254784 117307 33554432000 4194304 4650419 140736873842816 18446744073709551615 4366906 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15029/statm: 178529 117307 393 112 0 173494 0
[pid=15029/tid=15030] ppid=15027 vsize=714116 CPUtime=931.26 cores=1,3,5,7
/proc/15029/task/15030/stat : 15030 (strangenight1-m) R 15027 15029 14563 0 -1 4202560 193951 0 0 0 93048 78 0 0 25 0 4 0 730537256 731254784 117307 33554432000 4194304 4650419 140736873842816 18446744073709551615 4432392 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=15029/tid=15031] ppid=15027 vsize=714116 CPUtime=942.32 cores=1,3,5,7
/proc/15029/task/15031/stat : 15031 (strangenight1-m) R 15027 15029 14563 0 -1 4202560 135891 0 0 0 94184 48 0 0 25 0 4 0 730537256 731254784 117307 33554432000 4194304 4650419 140736873842816 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15029/tid=15032] ppid=15027 vsize=714116 CPUtime=942.31 cores=1,3,5,7
/proc/15029/task/15032/stat : 15032 (strangenight1-m) R 15027 15029 14563 0 -1 4202560 76816 0 0 0 94201 30 0 0 25 0 4 0 730537256 731254784 117307 33554432000 4194304 4650419 140736873842816 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3758.24
Current children cumulated vsize (KiB) 714116

[startup+1002.3 s]
/proc/loadavg: 8.19 8.11 8.05 9/365 15069
/proc/meminfo: memFree=24453308/32950928 swapFree=38710892/67111528
[pid=15029] ppid=15027 vsize=617108 CPUtime=3997.53 cores=1,3,5,7
/proc/15029/stat : 15029 (strangenight1-m) R 15027 15029 14563 0 -1 4202496 578637 0 0 0 399525 228 0 0 25 0 4 0 730537256 631918592 113031 33554432000 4194304 4650419 140736873842816 18446744073709551615 4364792 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15029/statm: 154277 113031 393 112 0 149242 0
[pid=15029/tid=15030] ppid=15027 vsize=617108 CPUtime=990.55 cores=1,3,5,7
/proc/15029/task/15030/stat : 15030 (strangenight1-m) R 15027 15029 14563 0 -1 4202560 198227 0 0 0 98975 80 0 0 25 0 4 0 730537256 631918592 113031 33554432000 4194304 4650419 140736873842816 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=15029/tid=15031] ppid=15027 vsize=617108 CPUtime=1002.31 cores=1,3,5,7
/proc/15029/task/15031/stat : 15031 (strangenight1-m) R 15027 15029 14563 0 -1 4202560 139981 0 0 0 100180 51 0 0 25 0 4 0 730537256 631918592 113031 33554432000 4194304 4650419 140736873842816 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15029/tid=15032] ppid=15027 vsize=617108 CPUtime=1002.31 cores=1,3,5,7
/proc/15029/task/15032/stat : 15032 (strangenight1-m) R 15027 15029 14563 0 -1 4202560 77206 0 0 0 100200 31 0 0 25 0 4 0 730537256 631918592 113031 33554432000 4194304 4650419 140736873842816 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3997.53
Current children cumulated vsize (KiB) 617108

[startup+1062.3 s]
/proc/loadavg: 8.13 8.10 8.05 9/365 15070
/proc/meminfo: memFree=24389784/32950928 swapFree=38710892/67111528
[pid=15029] ppid=15027 vsize=753944 CPUtime=4236.84 cores=1,3,5,7
/proc/15029/stat : 15029 (strangenight1-m) R 15027 15029 14563 0 -1 4202496 600553 0 0 0 423445 239 0 0 25 0 4 0 730537256 772038656 124446 33554432000 4194304 4650419 140736873842816 18446744073709551615 4364772 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15029/statm: 188486 124446 393 112 0 183451 0
[pid=15029/tid=15030] ppid=15027 vsize=753944 CPUtime=1049.86 cores=1,3,5,7
/proc/15029/task/15030/stat : 15030 (strangenight1-m) R 15027 15029 14563 0 -1 4202560 204699 0 0 0 104901 85 0 0 25 0 4 0 730537256 772038656 124446 33554432000 4194304 4650419 140736873842816 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=15029/tid=15031] ppid=15027 vsize=753944 CPUtime=1062.31 cores=1,3,5,7
/proc/15029/task/15031/stat : 15031 (strangenight1-m) R 15027 15029 14563 0 -1 4202560 144052 0 0 0 106178 53 0 0 25 0 4 0 730537256 772038656 124446 33554432000 4194304 4650419 140736873842816 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15029/tid=15032] ppid=15027 vsize=753944 CPUtime=1062.32 cores=1,3,5,7
/proc/15029/task/15032/stat : 15032 (strangenight1-m) R 15027 15029 14563 0 -1 4202560 83189 0 0 0 106200 32 0 0 25 0 4 0 730537256 772038656 124446 33554432000 4194304 4650419 140736873842816 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4236.84
Current children cumulated vsize (KiB) 753944

[startup+1122.3 s]
/proc/loadavg: 8.10 8.10 8.05 9/365 15072
/proc/meminfo: memFree=24383436/32950928 swapFree=38710892/67111528
[pid=15029] ppid=15027 vsize=754760 CPUtime=4476.14 cores=1,3,5,7
/proc/15029/stat : 15029 (strangenight1-m) R 15027 15029 14563 0 -1 4202496 627944 0 0 0 447360 254 0 0 25 0 4 0 730537256 772874240 129605 33554432000 4194304 4650419 140736873842816 18446744073709551615 4365223 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15029/statm: 188690 129605 393 112 0 183655 0
[pid=15029/tid=15030] ppid=15027 vsize=754760 CPUtime=1109.15 cores=1,3,5,7
/proc/15029/task/15030/stat : 15030 (strangenight1-m) R 15027 15029 14563 0 -1 4202560 213121 0 0 0 110825 90 0 0 25 0 4 0 730537256 772874240 129605 33554432000 4194304 4650419 140736873842816 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=15029/tid=15031] ppid=15027 vsize=754760 CPUtime=1122.32 cores=1,3,5,7
/proc/15029/task/15031/stat : 15031 (strangenight1-m) R 15027 15029 14563 0 -1 4202560 148931 0 0 0 112176 56 0 0 25 0 4 0 730537256 772874240 129605 33554432000 4194304 4650419 140736873842816 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15029/tid=15032] ppid=15027 vsize=754760 CPUtime=1122.32 cores=1,3,5,7
/proc/15029/task/15032/stat : 15032 (strangenight1-m) R 15027 15029 14563 0 -1 4202560 89510 0 0 0 112196 36 0 0 25 0 4 0 730537256 772874240 129605 33554432000 4194304 4650419 140736873842816 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4476.14
Current children cumulated vsize (KiB) 754760

[startup+1182.3 s]
/proc/loadavg: 7.20 7.89 7.98 5/356 15092
/proc/meminfo: memFree=24718692/32950928 swapFree=38710892/67111528
[pid=15029] ppid=15027 vsize=748788 CPUtime=4715.45 cores=1,3,5,7
/proc/15029/stat : 15029 (strangenight1-m) R 15027 15029 14563 0 -1 4202496 654386 0 0 0 471277 268 0 0 25 0 4 0 730537256 766758912 132328 33554432000 4194304 4650419 140736873842816 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15029/statm: 187197 132328 393 112 0 182162 0
[pid=15029/tid=15030] ppid=15027 vsize=748788 CPUtime=1168.46 cores=1,3,5,7
/proc/15029/task/15030/stat : 15030 (strangenight1-m) R 15027 15029 14563 0 -1 4202560 222654 0 0 0 116752 94 0 0 25 0 4 0 730537256 766758912 132328 33554432000 4194304 4650419 140736873842816 18446744073709551615 4333238 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=15029/tid=15031] ppid=15027 vsize=748788 CPUtime=1182.32 cores=1,3,5,7
/proc/15029/task/15031/stat : 15031 (strangenight1-m) R 15027 15029 14563 0 -1 4202560 153400 0 0 0 118173 59 0 0 25 0 4 0 730537256 766758912 132328 33554432000 4194304 4650419 140736873842816 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15029/tid=15032] ppid=15027 vsize=748788 CPUtime=1182.32 cores=1,3,5,7
/proc/15029/task/15032/stat : 15032 (strangenight1-m) R 15027 15029 14563 0 -1 4202560 94142 0 0 0 118193 39 0 0 25 0 4 0 730537256 766758912 132328 33554432000 4194304 4650419 140736873842816 18446744073709551615 4366841 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4715.45
Current children cumulated vsize (KiB) 748788



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.51 s]
/proc/loadavg: 6.29 7.64 7.90 5/356 15092
/proc/meminfo: memFree=24724892/32950928 swapFree=38710892/67111528
[pid=15029] ppid=15027 vsize=740972 CPUtime=4800.07 cores=1,3,5,7
/proc/15029/stat : 15029 (strangenight1-m) R 15027 15029 14563 0 -1 4202496 663015 0 0 0 479736 271 0 0 25 0 4 0 730537256 758755328 130131 33554432000 4194304 4650419 140736873842816 18446744073709551615 4438399 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15029/statm: 185243 130131 393 112 0 180208 0
[pid=15029/tid=15030] ppid=15027 vsize=740972 CPUtime=1189.42 cores=1,3,5,7
/proc/15029/task/15030/stat : 15030 (strangenight1-m) R 15027 15029 14563 0 -1 4202560 224442 0 0 0 118847 95 0 0 25 0 4 0 730537256 758755328 130131 33554432000 4194304 4650419 140736873842816 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=15029/tid=15031] ppid=15027 vsize=740972 CPUtime=1203.55 cores=1,3,5,7
/proc/15029/task/15031/stat : 15031 (strangenight1-m) R 15027 15029 14563 0 -1 4202560 154258 0 0 0 120296 59 0 0 25 0 4 0 730537256 758755328 130131 33554432000 4194304 4650419 140736873842816 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15029/tid=15032] ppid=15027 vsize=740972 CPUtime=1203.55 cores=1,3,5,7
/proc/15029/task/15032/stat : 15032 (strangenight1-m) R 15027 15029 14563 0 -1 4202560 94270 0 0 0 120316 39 0 0 25 0 4 0 730537256 758755328 130131 33554432000 4194304 4650419 140736873842816 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.07
Current children cumulated vsize (KiB) 740972

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.55
CPU time (s): 4800.14
CPU user time (s): 4797.41
CPU system time (s): 2.73858
CPU usage (%): 398.831
Max. virtual memory (cumulated for all children) (KiB): 917968

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.41
system time used= 2.73858
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 663015
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= 121
involuntary context switches= 29895

runsolver used 3.86741 second user time and 10.2664 second system time

The end

Launcher Data

Begin job on node113 at 2011-05-14 21:57:46
IDJOB=3368790
IDBENCH=82799
IDSOLVER=1846
FILE ID=node113/3368790-1305403066
RUNJOBID= node113-1305401822-14879
PBS_JOBID= 13324480
Free space on /tmp= 73436 MiB

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

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

MD5SUM BENCH= e6a3a97a5be52c43f493d905174d1bee
RANDOM SEED=1495899597

node113.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	: 5332.76
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      25155436 kB
Buffers:        254240 kB
Cached:        2805252 kB
SwapCached:      93712 kB
Active:         833884 kB
Inactive:      6700744 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      25155436 kB
SwapTotal:    67111528 kB
SwapFree:     38710892 kB
Dirty:            6300 kB
Writeback:           0 kB
AnonPages:     4392984 kB
Mapped:          14424 kB
Slab:           105424 kB
PageTables:      91396 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 87232436 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= 73436 MiB
End job on node113 at 2011-05-14 22:17:51