Trace number 3175171

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-1-mt? (TO) 4800.26 1201.73

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v100-c2130-S707565158-096.SATISFIABLE.cnf
MD5SUM2a8cb5d237e15bd9bba8245975866061
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.014996
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of clauses2130
Sum of the clauses size10650
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 52130
Number of clauses of size over 50

Solver Data

0.00/0.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-3175171-1304095115.cnf'
0.00/0.00	c -- header says num vars:            100
0.00/0.00	c -- header says num clauses:        2130
0.00/0.01	c -- clauses added:            0 learnts,         2130 normals,            0 xors
0.00/0.01	c -- vars added        100
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       100      2130         0         0     10650         0   no data   no data  --
0.00/0.01	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.03
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.17/0.80	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
3.17/0.80	c Finding binary XORs  T:     0.00 s  found:       0
3.17/0.80	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
3.17/0.80	c calculated reachability. Time: 0.00
3.17/0.80	c Calc default polars -  time:   0.00 s pos:      57 undec:       3 neg:      40
3.17/0.80	c =========================================================================================
3.17/0.80	c types(t): F = full restart, N = normal restart
3.17/0.80	c types(t): S = simplification begin/end, E = solution found
3.17/0.80	c restart types(rt): st = static, dy = dynamic
3.17/0.80	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.17/0.80	c  B st     0         0       100      2130         0         0     10650         0   no data   no data  --
3.17/0.80	c Decided on static restart strategy
3.17/0.80	c  N st     8      4919       100      2130         0      4593     10650    102925   no data   no data  --
3.17/0.80	c  N st    10     11302       100      2130         0      4223     10650     75001   no data   no data  --
3.17/0.80	c  N st    11     17046       100      2130         0      9497     10650    184274   no data   no data  --
3.17/0.80	c  F st    12     25001       100      2130         0     11661     10650    233434   no data   no data  --
3.17/0.80	c  N st    12     25001       100      2130         0     11661     10650    233434   no data   no data  --
3.58/1.00	c Decided on static restart strategy
3.58/1.00	c  N st    18     30000       100      2130         0     10008     10650    184077   no data   no data  --
3.58/1.00	c  S st    18     30000       100      2130         0     10008     10650    184077   no data   no data  --
3.99/1.10	c  S st    18     30502       100      2130         0     10488     10650    194750   no data   no data  --
3.99/1.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.99/1.10	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3.99/1.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
3.99/1.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.99/1.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.99/1.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
3.99/1.10	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.97/1.50	c lits-rem:      1826  cl-subs:     2041  v-elim:      0  v-fix:    0  time:  1.62 s
5.97/1.50	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.14
5.97/1.50	c calculated reachability. Time: 0.00
5.97/1.50	c  N st    18     30502       100      2130         0      8447     10650    150500   no data   no data  --
7.17/1.82	c  N st    20     37614       100      2130         0      7799     10650    126653   no data   no data  --
8.38/2.10	c  N st    21     44013       100      2130         0     13724     10650    255171   no data   no data  --
8.79/2.21	c  S st    22     45754       100      2130         0     15339     10650    289495   no data   no data  --
8.79/2.25	c  S st    22     46257       100      2130         0     15820     10650    299879   no data   no data  --
8.79/2.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.79/2.25	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
8.79/2.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
8.79/2.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.79/2.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.79/2.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
8.79/2.27	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
13.56/3.43	c lits-rem:      2839  cl-subs:     2073  v-elim:      0  v-fix:    0  time:  4.65 s
13.56/3.43	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
13.56/3.43	c vivif2 --  cl tried    13747 cl shrink        0 lits rem          0 time: 0.01
13.56/3.49	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.22
13.56/3.49	c calculated reachability. Time: 0.00
13.56/3.49	c  N st    22     46257       100      2130         0     13747     10650    252088   no data   no data  --
16.75/4.28	c  N st    23     60654       100      2130         0      9616     10650    141070   no data   no data  --
18.74/4.74	c  N st    24     69385       100      2130         0     17625     10650    306104   no data   no data  --
18.74/4.74	c  S st    24     69385       100      2130         0     17625     10650    306104   no data   no data  --
18.74/4.79	c  S st    24     69888       100      2130         0     18108     10650    316351   no data   no data  --
18.74/4.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
18.74/4.79	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
18.74/4.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
19.14/4.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
19.14/4.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.14/4.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
19.14/4.80	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
24.34/6.12	c lits-rem:      2827  cl-subs:     3087  v-elim:      0  v-fix:    0  time:  5.29 s
24.34/6.12	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
24.34/6.13	c vivif2 --  cl tried    15021 cl shrink        0 lits rem          0 time: 0.01
24.34/6.19	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.25
24.34/6.19	c calculated reachability. Time: 0.00
24.34/6.19	c  N st    24     69888       100      2130         0     15021     10650    252289   no data   no data  --
28.73/7.27	c  F st    25     87500       100      2130         0     21250     10650    376342   no data   no data  --
28.73/7.27	c  N st    25     87500       100      2130         0     21250     10650    376342   no data   no data  --
29.93/7.60	c Decided on static restart strategy
30.75/7.76	c  N st    32     95543       100      2130         0     17749     10650    299750   no data   no data  --
33.52/8.48	c  N st    34    104832       100      2130         0     14411     10650    224480   no data   no data  --
33.52/8.48	c  S st    34    104832       100      2130         0     14411     10650    224480   no data   no data  --
33.92/8.52	c  S st    34    105335       100      2130         0     14891     10650    235140   no data   no data  --
33.92/8.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
33.92/8.52	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
33.92/8.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
33.92/8.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
33.92/8.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
33.92/8.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
33.92/8.54	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
37.92/9.55	c lits-rem:      1796  cl-subs:     1107  v-elim:      0  v-fix:    0  time:  4.05 s
37.92/9.55	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
37.92/9.55	c vivif2 --  cl tried    13784 cl shrink        0 lits rem          0 time: 0.01
38.32/9.61	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.24
38.32/9.61	c calculated reachability. Time: 0.00
38.32/9.61	c  N st    34    105335       100      2130         0     13784     10650    210746   no data   no data  --
40.72/10.26	c  N st    35    114936       100      2130         0     22633     10650    401560   no data   no data  --
44.71/11.27	c  N st    36    129334       100      2130         0     23098     10650    390821   no data   no data  --
51.50/12.93	c  N st    37    150930       100      2130         0     29221     10650    514125   no data   no data  --
53.50/13.45	c  S st    38    158002       100      2130         0     20934     10650    323067   no data   no data  --
53.90/13.50	c  S st    38    158504       100      2130         0     21415     10650    333960   no data   no data  --
53.90/13.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
53.90/13.50	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
53.90/13.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
53.90/13.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
53.90/13.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
53.90/13.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
53.90/13.52	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
58.29/14.64	c lits-rem:      2648  cl-subs:     2203  v-elim:      0  v-fix:    0  time:  4.48 s
58.29/14.64	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
58.29/14.64	c vivif2 --  cl tried    19212 cl shrink        0 lits rem          0 time: 0.02
58.69/14.74	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.37
58.69/14.74	c calculated reachability. Time: 0.00
58.69/14.74	c  N st    38    158504       100      2130         0     19212     10650    287865   no data   no data  --
73.87/18.59	c  N st    39    207092       100      2130         0     31954     10650    544287   no data   no data  --
85.05/21.32	c  N st    40    237756       100      2130         0     24280     10650    359132   no data   no data  --
85.05/21.32	c  S st    40    237756       100      2130         0     24280     10650    359132   no data   no data  --
85.05/21.39	c  S st    40    238257       100      2130         0     24762     10650    369650   no data   no data  --
85.05/21.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
85.05/21.39	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
85.05/21.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
85.45/21.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
85.45/21.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
85.45/21.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
85.45/21.40	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
90.64/22.70	c lits-rem:      2262  cl-subs:     1877  v-elim:      0  v-fix:    0  time:  5.17 s
90.64/22.70	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
90.64/22.70	c vivif2 --  cl tried    22885 cl shrink        0 lits rem          0 time: 0.01
91.04/22.80	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.38
91.04/22.80	c calculated reachability. Time: 0.00
91.04/22.80	c  N st    40    238257       100      2130         0     22885     10650    331812   no data   no data  --
117.01/29.32	c  F st    41    306250       100      2130         0     24554     10650    331332   no data   no data  --
117.01/29.32	c  N st    41    306250       100      2130         0     24554     10650    331332   no data   no data  --
118.63/29.76	c Decided on static restart strategy
128.20/32.12	c  N st    51    334556       100      2130         0     28647     10650    412902   no data   no data  --
138.18/34.62	c  N st    53    357386       100      2130         0     26642     10650    355780   no data   no data  --
138.18/34.62	c  S st    53    357386       100      2130         0     26642     10650    355780   no data   no data  --
138.18/34.69	c  S st    53    357889       100      2130         0     27116     10650    366351   no data   no data  --
138.18/34.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
138.18/34.69	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
138.18/34.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
138.58/34.71	c bin-w-bin subsume rem            0 bins  time:  0.00 s
138.58/34.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
138.58/34.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
138.58/34.71	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
142.97/35.85	c lits-rem:      1409  cl-subs:     1340  v-elim:      0  v-fix:    0  time:  4.57 s
142.97/35.85	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
142.97/35.85	c vivif2 --  cl tried    25776 cl shrink        0 lits rem          0 time: 0.02
143.37/35.97	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.44
143.37/35.97	c calculated reachability. Time: 0.00
143.37/35.97	c  N st    53    357889       100      2130         0     25776     10650    339190   no data   no data  --
160.95/40.32	c  N st    54    390282       100      2130         0     31727     10650    452973   no data   no data  --
182.92/45.80	c  N st    55    438870       100      2130         0     25821     10650    308380   no data   no data  --
215.30/53.95	c  N st    56    511752       100      2130         0     38382     10650    552657   no data   no data  --
226.46/56.77	c  N st    57    536833       100      2130         0     33153     10650    437693   no data   no data  --
226.46/56.77	c  S st    57    536833       100      2130         0     33153     10650    437693   no data   no data  --
226.86/56.86	c  S st    57    537335       100      2130         0     33635     10650    448669   no data   no data  --
226.86/56.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
226.86/56.86	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
226.86/56.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
226.86/56.88	c bin-w-bin subsume rem            0 bins  time:  0.00 s
226.86/56.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
226.86/56.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
226.86/56.88	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
232.87/58.34	c lits-rem:      2274  cl-subs:     1450  v-elim:      0  v-fix:    0  time:  5.80 s
232.87/58.34	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
232.87/58.34	c vivif2 --  cl tried    32185 cl shrink        0 lits rem          0 time: 0.02
233.24/58.49	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.59
233.24/58.49	c calculated reachability. Time: 0.00
233.24/58.49	c  N st    57    537335       100      2130         0     32185     10650    417088   no data   no data  --
316.73/79.36	c  N st    58    701320       100      2130         0     59396     10650    951249   no data   no data  --
377.05/94.48	c  N st    59    806003       100      2130         0     53793     10650    808473   no data   no data  --
377.05/94.48	c  S st    59    806003       100      2130         0     53793     10650    808473   no data   no data  --
377.86/94.63	c  S st    59    806506       100      2130         0     54275     10650    819429   no data   no data  --
377.86/94.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
377.86/94.64	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
377.86/94.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.07
377.86/94.68	c bin-w-bin subsume rem            0 bins  time:  0.00 s
377.86/94.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
377.86/94.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
377.86/94.68	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
397.02/99.43	c lits-rem:      2319  cl-subs:     5232  v-elim:      0  v-fix:    0  time: 18.98 s
397.02/99.43	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
397.02/99.44	c vivif2 --  cl tried    49043 cl shrink        0 lits rem          0 time: 0.04
398.22/99.78	c asymm  cl-useful: 0/1853/2130 lits-rem:0 time: 1.36
398.22/99.79	c calculated reachability. Time: 0.00
398.22/99.79	c  N st    59    806506       100      2130         0     49043     10650    712919   no data   no data  --
562.01/140.78	c  F st    60   1071876       100      2130         0     64495     10650    964295   no data   no data  --
562.01/140.78	c  N st    60   1071876       100      2130         0     64495     10650    964295   no data   no data  --
567.18/142.03	c Decided on static restart strategy
585.96/146.71	c  N st    70   1100180       100      2130         0     49238     10650    626006   no data   no data  --
611.93/153.28	c  N st    72   1136175       100      2130         0     82331     10650   1345773   no data   no data  --
635.09/159.07	c  N st    73   1168568       100      2130         0     69937     10650   1070679   no data   no data  --
669.45/167.64	c  N st    74   1209759       100      2130         0     64676     10650    937828   no data   no data  --
669.45/167.64	c  S st    74   1209759       100      2130         0     64676     10650    937828   no data   no data  --
670.25/167.88	c  S st    74   1210263       100      2130         0     65158     10650    949180   no data   no data  --
670.25/167.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
670.25/167.89	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
670.65/167.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.13
670.65/167.95	c bin-w-bin subsume rem            0 bins  time:  0.00 s
670.65/167.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
670.65/167.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
670.65/167.95	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
697.81/174.73	c lits-rem:      1007  cl-subs:     5914  v-elim:      0  v-fix:    0  time: 27.06 s
697.81/174.73	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
697.81/174.74	c vivif2 --  cl tried    59244 cl shrink        0 lits rem          0 time: 0.04
699.01/175.02	c asymm  cl-useful: 0/1480/2130 lits-rem:0 time: 1.11
699.01/175.02	c calculated reachability. Time: 0.00
699.01/175.02	c  N st    74   1210263       100      2130         0     59244     10650    830251   no data   no data  --
751.35/188.13	c  N st    75   1283145       100      2130         0     82172     10650   1286507   no data   no data  --
854.79/214.01	c  N st    76   1392468       100      2130         0     92081     10650   1501372   no data   no data  --
996.60/249.57	c  N st    77   1556452       100      2130         0     49838     10650    536628   no data   no data  --
1122.83/281.12	c  N st    78   1710265       100      2130         0     88997     10650   1359819   no data   no data  --
1122.83/281.12	c  S st    78   1710265       100      2130         0     88997     10650   1359819   no data   no data  --
1124.03/281.49	c  S st    78   1710767       100      2130         0     89481     10650   1371045   no data   no data  --
1124.03/281.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1124.03/281.49	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1124.45/281.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.21
1124.84/281.60	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1124.84/281.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1124.84/281.60	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
1124.84/281.60	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1218.30/305.03	c lits-rem:      1026  cl-subs:    10758  v-elim:      0  v-fix:    0  time: 93.58 s
1218.30/305.03	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
1218.30/305.05	c vivif2 --  cl tried    78723 cl shrink        0 lits rem          0 time: 0.07
1219.50/305.33	c asymm  cl-useful: 0/650/2130 lits-rem:0 time: 1.11
1219.50/305.33	c calculated reachability. Time: 0.00
1219.50/305.33	c  N st    78   1710767       100      2130         0     78723     10650   1164334   no data   no data  --
1582.60/396.28	c  N st    79   2079732       100      2130         0     90006     10650   1342346   no data   no data  --
1704.04/426.62	c  N st    80   2210768       100      2130         0     94070     10650   1395352   no data   no data  --
1704.04/426.62	c  S st    80   2210768       100      2130         0     94070     10650   1395352   no data   no data  --
1705.23/426.92	c  S st    80   2211268       100      2130         0     94550     10650   1406170   no data   no data  --
1705.23/426.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1705.23/426.92	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1705.23/426.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.17
1705.63/427.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1705.63/427.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1705.63/427.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
1705.63/427.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1807.49/452.50	c lits-rem:     11147  cl-subs:    10337  v-elim:      0  v-fix:    0  time: 101.82 s
1807.49/452.50	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
1807.49/452.52	c vivif2 --  cl tried    84213 cl shrink        0 lits rem          0 time: 0.07
1809.09/452.95	c asymm  cl-useful: 0/1045/2130 lits-rem:0 time: 1.71
1809.09/452.95	c calculated reachability. Time: 0.00
1809.09/452.95	c  N st    80   2211268       100      2130         0     84213     10650   1202153   no data   no data  --
2304.42/576.96	c  N st    81   2711268       100      2130         0    106550     10650   1574335   no data   no data  --
2304.42/576.96	c  S st    81   2711268       100      2130         0    106550     10650   1574335   no data   no data  --
2306.02/577.31	c  S st    81   2711772       100      2130         0    107028     10650   1585675   no data   no data  --
2306.02/577.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2306.02/577.32	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2306.02/577.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.20
2306.43/577.42	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2306.43/577.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2306.43/577.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
2306.43/577.42	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2451.01/613.65	c lits-rem:      2455  cl-subs:    12978  v-elim:      0  v-fix:    0  time: 144.71 s
2451.01/613.65	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
2451.01/613.68	c vivif2 --  cl tried    94050 cl shrink        0 lits rem          0 time: 0.09
2453.00/614.19	c asymm  cl-useful: 0/820/2130 lits-rem:0 time: 2.06
2453.41/614.20	c calculated reachability. Time: 0.00
2453.41/614.20	c  N st    81   2711772       100      2130         0     94050     10650   1341153   no data   no data  --
3056.19/765.18	c  N st    82   3211773       100      2130         0     72406     10650    773184   no data   no data  --
3056.19/765.18	c  S st    82   3211773       100      2130         0     72406     10650    773184   no data   no data  --
3057.39/765.40	c  S st    82   3212279       100      2130         0     72883     10650    784305   no data   no data  --
3057.39/765.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3057.39/765.41	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3057.39/765.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.12
3057.39/765.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3057.39/765.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3057.39/765.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
3057.39/765.46	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3074.97/769.88	c lits-rem:       491  cl-subs:      416  v-elim:      0  v-fix:    0  time: 17.65 s
3074.97/769.88	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
3074.97/769.89	c vivif2 --  cl tried    72467 cl shrink        0 lits rem          0 time: 0.05
3076.56/770.24	c asymm  cl-useful: 0/1282/2130 lits-rem:0 time: 1.38
3076.56/770.24	c calculated reachability. Time: 0.00
3076.56/770.24	c  N st    82   3212279       100      2130         0     72467     10650    776099   no data   no data  --
3697.31/925.67	c  N st    83   3712280       100      2130         0     82456     10650    927359   no data   no data  --
3697.31/925.67	c  S st    83   3712280       100      2130         0     82456     10650    927359   no data   no data  --
3698.51/925.99	c  S st    83   3712785       100      2130         0     82940     10650    938668   no data   no data  --
3698.51/925.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
3698.51/925.99	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3698.91/926.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.17
3698.91/926.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3698.91/926.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3698.91/926.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
3698.91/926.07	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3752.06/939.40	c lits-rem:      1674  cl-subs:     1845  v-elim:      0  v-fix:    0  time: 53.22 s
3752.06/939.40	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
3752.46/939.41	c vivif2 --  cl tried    81095 cl shrink        0 lits rem          0 time: 0.06
3753.63/939.70	c asymm  cl-useful: 0/848/2130 lits-rem:0 time: 1.17
3753.63/939.71	c calculated reachability. Time: 0.00
3753.63/939.71	c  N st    83   3712785       100      2130         0     81095     10650    902398   no data   no data  --
3798.38/950.94	c  F st    84   3751566       100      2130         0    116722     10650   1708254   no data   no data  --
3798.38/950.94	c  N st    84   3751566       100      2130         0    116722     10650   1708254   no data   no data  --
3806.37/952.99	c Decided on static restart strategy
3843.11/962.12	c  N st    94   3779874       100      2130         0    142639     10650   2276910   no data   no data  --
3890.25/973.95	c  N st    96   3815867       100      2130         0     98128     10650   1264772   no data   no data  --
3927.00/983.14	c  N st    97   3848260       100      2130         0    128283     10650   1951071   no data   no data  --
3989.33/998.77	c  N st    98   3896848       100      2130         0     93874     10650   1149387   no data   no data  --
4085.58/1022.86	c  N st    99   3969730       100      2130         0     80750     10650    852771   no data   no data  --
4209.80/1053.92	c  N st   100   4079054       100      2130         0    100165     10650   1248720   no data   no data  --
4389.18/1098.89	c  N st   101   4212787       100      2130         0    141118     10650   2159387   no data   no data  --
4389.18/1098.89	c  S st   101   4212787       100      2130         0    141118     10650   2159387   no data   no data  --
4391.16/1099.33	c  S st   101   4213288       100      2130         0    141600     10650   2170627   no data   no data  --
4391.16/1099.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
4391.16/1099.34	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4391.56/1099.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.29
4391.56/1099.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4391.56/1099.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4391.56/1099.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
4391.56/1099.49	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3175171-1304095115/watcher-3175171-1304095115 -o /tmp/evaluation-result-3175171-1304095115/solver-3175171-1304095115 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3175171-1304095115.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: 6.84 7.82 7.91 3/172 30560
/proc/meminfo: memFree=30945372/32951124 swapFree=67111364/67111528
[pid=30560] ppid=30558 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/30560/stat : 30560 (strangenight1-m) R 30558 30560 30527 0 -1 4202496 412 0 0 0 0 0 0 0 25 0 4 0 521109476 52465664 352 33554432000 4194304 4650419 140735471150864 18446744073709551615 47429541857202 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30560/statm: 12809 352 303 112 0 7774 0
[pid=30560/tid=30565] ppid=30558 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/30560/task/30565/stat : 30565 (strangenight1-m) R 30558 30560 30527 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 521109476 52465664 352 33554432000 4194304 4650419 140735471150864 18446744073709551615 47429541857202 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30560/tid=30566] ppid=30558 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/30560/task/30566/stat : 30566 (strangenight1-m) R 30558 30560 30527 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 521109476 52465664 352 33554432000 4194304 4650419 140735471150864 18446744073709551615 47429541857202 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30560/tid=30567] ppid=30558 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/30560/task/30567/stat : 30567 (strangenight1-m) R 30558 30560 30527 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 521109476 52465664 352 33554432000 4194304 4650419 140735471150864 18446744073709551615 228244405233 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.0357451 s]
/proc/loadavg: 6.84 7.82 7.91 3/172 30560
/proc/meminfo: memFree=30945372/32951124 swapFree=67111364/67111528
[pid=30560] ppid=30558 vsize=282552 CPUtime=0.12 cores=0,2,4,6
/proc/30560/stat : 30560 (strangenight1-m) R 30558 30560 30527 0 -1 4202496 1381 0 0 0 12 0 0 0 18 0 4 0 521109476 289333248 1230 33554432000 4194304 4650419 140735471150864 18446744073709551615 4335031 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30560/statm: 70638 1230 388 112 0 65603 0
[pid=30560/tid=30565] ppid=30558 vsize=282552 CPUtime=0.03 cores=0,2,4,6
/proc/30560/task/30565/stat : 30565 (strangenight1-m) R 30558 30560 30527 0 -1 4202560 290 0 0 0 3 0 0 0 18 0 4 0 521109476 289333248 1230 33554432000 4194304 4650419 140735471150864 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30560/tid=30566] ppid=30558 vsize=282552 CPUtime=0.03 cores=0,2,4,6
/proc/30560/task/30566/stat : 30566 (strangenight1-m) R 30558 30560 30527 0 -1 4202560 267 0 0 0 3 0 0 0 18 0 4 0 521109476 289333248 1230 33554432000 4194304 4650419 140735471150864 18446744073709551615 4365366 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30560/tid=30567] ppid=30558 vsize=282552 CPUtime=0.02 cores=0,2,4,6
/proc/30560/task/30567/stat : 30567 (strangenight1-m) R 30558 30560 30527 0 -1 4202560 139 0 0 0 2 0 0 0 25 0 4 0 521109476 289333248 1230 33554432000 4194304 4650419 140735471150864 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 282552

[startup+0.100733 s]
/proc/loadavg: 6.84 7.82 7.91 3/172 30560
/proc/meminfo: memFree=30945372/32951124 swapFree=67111364/67111528
[pid=30560] ppid=30558 vsize=282552 CPUtime=0.38 cores=0,2,4,6
/proc/30560/stat : 30560 (strangenight1-m) R 30558 30560 30527 0 -1 4202496 1762 0 0 0 38 0 0 0 18 0 4 0 521109476 289333248 1611 33554432000 4194304 4650419 140735471150864 18446744073709551615 4366879 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30560/statm: 70638 1611 389 112 0 65603 0
[pid=30560/tid=30565] ppid=30558 vsize=282552 CPUtime=0.09 cores=0,2,4,6
/proc/30560/task/30565/stat : 30565 (strangenight1-m) R 30558 30560 30527 0 -1 4202560 381 0 0 0 9 0 0 0 18 0 4 0 521109476 289333248 1611 33554432000 4194304 4650419 140735471150864 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30560/tid=30566] ppid=30558 vsize=282552 CPUtime=0.09 cores=0,2,4,6
/proc/30560/task/30566/stat : 30566 (strangenight1-m) R 30558 30560 30527 0 -1 4202560 377 0 0 0 9 0 0 0 18 0 4 0 521109476 289333248 1611 33554432000 4194304 4650419 140735471150864 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30560/tid=30567] ppid=30558 vsize=282552 CPUtime=0.09 cores=0,2,4,6
/proc/30560/task/30567/stat : 30567 (strangenight1-m) R 30558 30560 30527 0 -1 4202560 228 0 0 0 9 0 0 0 25 0 4 0 521109476 289333248 1611 33554432000 4194304 4650419 140735471150864 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 282552

[startup+0.300699 s]
/proc/loadavg: 6.84 7.82 7.91 3/172 30560
/proc/meminfo: memFree=30945372/32951124 swapFree=67111364/67111528
[pid=30560] ppid=30558 vsize=284192 CPUtime=1.18 cores=0,2,4,6
/proc/30560/stat : 30560 (strangenight1-m) R 30558 30560 30527 0 -1 4202496 3139 0 0 0 118 0 0 0 18 0 4 0 521109476 291012608 2059 33554432000 4194304 4650419 140735471150864 18446744073709551615 4364775 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30560/statm: 71048 2059 391 112 0 66013 0
[pid=30560/tid=30565] ppid=30558 vsize=284192 CPUtime=0.29 cores=0,2,4,6
/proc/30560/task/30565/stat : 30565 (strangenight1-m) R 30558 30560 30527 0 -1 4202560 793 0 0 0 29 0 0 0 18 0 4 0 521109476 291012608 2059 33554432000 4194304 4650419 140735471150864 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30560/tid=30566] ppid=30558 vsize=284192 CPUtime=0.29 cores=0,2,4,6
/proc/30560/task/30566/stat : 30566 (strangenight1-m) R 30558 30560 30527 0 -1 4202560 646 0 0 0 29 0 0 0 18 0 4 0 521109476 291012608 2059 33554432000 4194304 4650419 140735471150864 18446744073709551615 4365195 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30560/tid=30567] ppid=30558 vsize=284192 CPUtime=0.29 cores=0,2,4,6
/proc/30560/task/30567/stat : 30567 (strangenight1-m) R 30558 30560 30527 0 -1 4202560 513 0 0 0 29 0 0 0 25 0 4 0 521109476 291012608 2059 33554432000 4194304 4650419 140735471150864 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 284192

[startup+0.700628 s]
/proc/loadavg: 6.84 7.82 7.91 3/172 30560
/proc/meminfo: memFree=30945372/32951124 swapFree=67111364/67111528
[pid=30560] ppid=30558 vsize=285292 CPUtime=2.77 cores=0,2,4,6
/proc/30560/stat : 30560 (strangenight1-m) R 30558 30560 30527 0 -1 4202496 5097 0 0 0 277 0 0 0 18 0 4 0 521109476 292139008 2619 33554432000 4194304 4650419 140735471150864 18446744073709551615 4365273 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30560/statm: 71323 2619 391 112 0 66288 0
[pid=30560/tid=30565] ppid=30558 vsize=285292 CPUtime=0.69 cores=0,2,4,6
/proc/30560/task/30565/stat : 30565 (strangenight1-m) R 30558 30560 30527 0 -1 4202560 1232 0 0 0 69 0 0 0 18 0 4 0 521109476 292139008 2619 33554432000 4194304 4650419 140735471150864 18446744073709551615 4367236 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30560/tid=30566] ppid=30558 vsize=285292 CPUtime=0.69 cores=0,2,4,6
/proc/30560/task/30566/stat : 30566 (strangenight1-m) R 30558 30560 30527 0 -1 4202560 1189 0 0 0 69 0 0 0 18 0 4 0 521109476 292139008 2619 33554432000 4194304 4650419 140735471150864 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30560/tid=30567] ppid=30558 vsize=285292 CPUtime=0.69 cores=0,2,4,6
/proc/30560/task/30567/stat : 30567 (strangenight1-m) R 30558 30560 30527 0 -1 4202560 1042 0 0 0 69 0 0 0 25 0 4 0 521109476 292139008 2619 33554432000 4194304 4650419 140735471150864 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 285292

[startup+1.50049 s]
/proc/loadavg: 6.84 7.82 7.91 9/184 30572
/proc/meminfo: memFree=30923088/32951124 swapFree=67111364/67111528
[pid=30560] ppid=30558 vsize=281720 CPUtime=5.97 cores=0,2,4,6
/proc/30560/stat : 30560 (strangenight1-m) R 30558 30560 30527 0 -1 4202496 10094 0 0 0 596 1 0 0 20 0 4 0 521109476 288481280 5281 33554432000 4194304 4650419 140735471150864 18446744073709551615 4366906 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30560/statm: 70430 5281 393 112 0 65395 0
[pid=30560/tid=30565] ppid=30558 vsize=281720 CPUtime=1.49 cores=0,2,4,6
/proc/30560/task/30565/stat : 30565 (strangenight1-m) R 30558 30560 30527 0 -1 4202560 2988 0 0 0 149 0 0 0 19 0 4 0 521109476 288481280 5281 33554432000 4194304 4650419 140735471150864 18446744073709551615 4370491 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30560/tid=30566] ppid=30558 vsize=281720 CPUtime=1.49 cores=0,2,4,6
/proc/30560/task/30566/stat : 30566 (strangenight1-m) R 30558 30560 30527 0 -1 4202560 2038 0 0 0 149 0 0 0 19 0 4 0 521109476 288481280 5281 33554432000 4194304 4650419 140735471150864 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30560/tid=30567] ppid=30558 vsize=281720 CPUtime=1.48 cores=0,2,4,6
/proc/30560/task/30567/stat : 30567 (strangenight1-m) R 30558 30560 30527 0 -1 4202560 1807 0 0 0 148 0 0 0 25 0 4 0 521109476 288481280 5281 33554432000 4194304 4650419 140735471150864 18446744073709551615 4365242 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 281720

[startup+3.10021 s]
/proc/loadavg: 6.84 7.82 7.91 9/184 30572
/proc/meminfo: memFree=30888244/32951124 swapFree=67111364/67111528
[pid=30560] ppid=30558 vsize=281904 CPUtime=12.36 cores=0,2,4,6
/proc/30560/stat : 30560 (strangenight1-m) R 30558 30560 30527 0 -1 4202496 16439 0 0 0 1234 2 0 0 25 0 4 0 521109476 288669696 9939 33554432000 4194304 4650419 140735471150864 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30560/statm: 70476 9939 393 112 0 65441 0
[pid=30560/tid=30565] ppid=30558 vsize=281904 CPUtime=3.09 cores=0,2,4,6
/proc/30560/task/30565/stat : 30565 (strangenight1-m) R 30558 30560 30527 0 -1 4202560 4012 0 0 0 309 0 0 0 25 0 4 0 521109476 288669696 9939 33554432000 4194304 4650419 140735471150864 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30560/tid=30566] ppid=30558 vsize=281904 CPUtime=3.08 cores=0,2,4,6
/proc/30560/task/30566/stat : 30566 (strangenight1-m) R 30558 30560 30527 0 -1 4202560 4046 0 0 0 308 0 0 0 25 0 4 0 521109476 288669696 9939 33554432000 4194304 4650419 140735471150864 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30560/tid=30567] ppid=30558 vsize=281904 CPUtime=3.07 cores=0,2,4,6
/proc/30560/task/30567/stat : 30567 (strangenight1-m) R 30558 30560 30527 0 -1 4202560 3665 0 0 0 307 0 0 0 25 0 4 0 521109476 288669696 9939 33554432000 4194304 4650419 140735471150864 18446744073709551615 4365195 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 281904

[startup+6.30065 s]
/proc/loadavg: 6.93 7.82 7.91 9/184 30572
/proc/meminfo: memFree=30850684/32951124 swapFree=67111364/67111528
[pid=30560] ppid=30558 vsize=287716 CPUtime=25.14 cores=0,2,4,6
/proc/30560/stat : 30560 (strangenight1-m) R 30558 30560 30527 0 -1 4202496 24483 0 0 0 2511 3 0 0 25 0 4 0 521109476 294621184 13705 33554432000 4194304 4650419 140735471150864 18446744073709551615 4365606 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30560/statm: 71929 13706 393 112 0 66894 0
[pid=30560/tid=30565] ppid=30558 vsize=287716 CPUtime=6.28 cores=0,2,4,6
/proc/30560/task/30565/stat : 30565 (strangenight1-m) R 30558 30560 30527 0 -1 4202560 6369 0 0 0 628 0 0 0 25 0 4 0 521109476 294621184 13706 33554432000 4194304 4650419 140735471150864 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30560/tid=30566] ppid=30558 vsize=287716 CPUtime=6.29 cores=0,2,4,6
/proc/30560/task/30566/stat : 30566 (strangenight1-m) R 30558 30560 30527 0 -1 4202560 6744 0 0 0 628 1 0 0 25 0 4 0 521109476 294621184 13706 33554432000 4194304 4650419 140735471150864 18446744073709551615 4438399 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30560/tid=30567] ppid=30558 vsize=287716 CPUtime=6.25 cores=0,2,4,6
/proc/30560/task/30567/stat : 30567 (strangenight1-m) R 30558 30560 30527 0 -1 4202560 5192 0 0 0 625 0 0 0 25 0 4 0 521109476 294621184 13706 33554432000 4194304 4650419 140735471150864 18446744073709551615 228244045579 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 287716

[startup+12.7005 s]
/proc/loadavg: 7.02 7.82 7.91 9/184 30572
/proc/meminfo: memFree=30806196/32951124 swapFree=67111364/67111528
[pid=30560] ppid=30558 vsize=283124 CPUtime=50.71 cores=0,2,4,6
/proc/30560/stat : 30560 (strangenight1-m) R 30558 30560 30527 0 -1 4202496 36795 0 0 0 5066 5 0 0 25 0 4 0 521109476 289918976 17758 33554432000 4194304 4650419 140735471150864 18446744073709551615 4365192 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30560/statm: 70781 17758 393 112 0 65746 0
[pid=30560/tid=30565] ppid=30558 vsize=283124 CPUtime=12.69 cores=0,2,4,6
/proc/30560/task/30565/stat : 30565 (strangenight1-m) R 30558 30560 30527 0 -1 4202560 10124 0 0 0 1268 1 0 0 25 0 4 0 521109476 289918976 17758 33554432000 4194304 4650419 140735471150864 18446744073709551615 4365398 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30560/tid=30566] ppid=30558 vsize=283124 CPUtime=12.68 cores=0,2,4,6
/proc/30560/task/30566/stat : 30566 (strangenight1-m) R 30558 30560 30527 0 -1 4202560 10195 0 0 0 1267 1 0 0 25 0 4 0 521109476 289918976 17758 33554432000 4194304 4650419 140735471150864 18446744073709551615 4366839 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30560/tid=30567] ppid=30558 vsize=283124 CPUtime=12.62 cores=0,2,4,6
/proc/30560/task/30567/stat : 30567 (strangenight1-m) R 30558 30560 30527 0 -1 4202560 7893 0 0 0 1261 1 0 0 25 0 4 0 521109476 289918976 17758 33554432000 4194304 4650419 140735471150864 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 283124

[startup+25.5003 s]
/proc/loadavg: 7.23 7.83 7.91 9/184 30573
/proc/meminfo: memFree=30754944/32951124 swapFree=67111364/67111528
[pid=30560] ppid=30558 vsize=292040 CPUtime=101.83 cores=0,2,4,6
/proc/30560/stat : 30560 (strangenight1-m) R 30558 30560 30527 0 -1 4202496 56065 0 0 0 10173 10 0 0 25 0 4 0 521109476 299048960 23212 33554432000 4194304 4650419 140735471150864 18446744073709551615 4363432 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30560/statm: 73010 23212 393 112 0 67975 0
[pid=30560/tid=30565] ppid=30558 vsize=292040 CPUtime=25.48 cores=0,2,4,6
/proc/30560/task/30565/stat : 30565 (strangenight1-m) R 30558 30560 30527 0 -1 4202560 16209 0 0 0 2546 2 0 0 25 0 4 0 521109476 299048960 23212 33554432000 4194304 4650419 140735471150864 18446744073709551615 4364772 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30560/tid=30566] ppid=30558 vsize=292040 CPUtime=25.48 cores=0,2,4,6
/proc/30560/task/30566/stat : 30566 (strangenight1-m) R 30558 30560 30527 0 -1 4202560 15413 0 0 0 2545 3 0 0 25 0 4 0 521109476 299048960 23212 33554432000 4194304 4650419 140735471150864 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30560/tid=30567] ppid=30558 vsize=292040 CPUtime=25.35 cores=0,2,4,6
/proc/30560/task/30567/stat : 30567 (strangenight1-m) R 30558 30560 30527 0 -1 4202560 10875 0 0 0 2533 2 0 0 25 0 4 0 521109476 299048960 23212 33554432000 4194304 4650419 140735471150864 18446744073709551615 4366931 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 292040

[startup+51.1008 s]
/proc/loadavg: 7.50 7.84 7.91 9/184 30573
/proc/meminfo: memFree=30711956/32951124 swapFree=67111364/67111528
[pid=30560] ppid=30558 vsize=312380 CPUtime=204.09 cores=0,2,4,6
/proc/30560/stat : 30560 (strangenight1-m) R 30558 30560 30527 0 -1 4202496 84418 0 0 0 20391 18 0 0 25 0 4 0 521109476 319877120 26889 33554432000 4194304 4650419 140735471150864 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30560/statm: 78095 26889 393 112 0 73060 0
[pid=30560/tid=30565] ppid=30558 vsize=312380 CPUtime=51.09 cores=0,2,4,6
/proc/30560/task/30565/stat : 30565 (strangenight1-m) R 30558 30560 30527 0 -1 4202560 25470 0 0 0 5104 5 0 0 25 0 4 0 521109476 319877120 26889 33554432000 4194304 4650419 140735471150864 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30560/tid=30566] ppid=30558 vsize=312380 CPUtime=51.08 cores=0,2,4,6
/proc/30560/task/30566/stat : 30566 (strangenight1-m) R 30558 30560 30527 0 -1 4202560 24326 0 0 0 5103 5 0 0 25 0 4 0 521109476 319877120 26889 33554432000 4194304 4650419 140735471150864 18446744073709551615 4365330 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30560/tid=30567] ppid=30558 vsize=312380 CPUtime=50.81 cores=0,2,4,6
/proc/30560/task/30567/stat : 30567 (strangenight1-m) R 30558 30560 30527 0 -1 4202560 14671 0 0 0 5078 3 0 0 25 0 4 0 521109476 319877120 26889 33554432000 4194304 4650419 140735471150864 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 204.09
Current children cumulated vsize (KiB) 312380

[startup+102.307 s]
/proc/loadavg: 7.78 7.86 7.91 9/184 30575
/proc/meminfo: memFree=30646436/32951124 swapFree=67111364/67111528
[pid=30560] ppid=30558 vsize=380960 CPUtime=408.63 cores=0,2,4,6
/proc/30560/stat : 30560 (strangenight1-m) R 30558 30560 30527 0 -1 4202496 131804 0 0 0 40832 31 0 0 25 0 4 0 521109476 390103040 37709 33554432000 4194304 4650419 140735471150864 18446744073709551615 4363423 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30560/statm: 95240 37709 393 112 0 90205 0
[pid=30560/tid=30565] ppid=30558 vsize=380960 CPUtime=102.29 cores=0,2,4,6
/proc/30560/task/30565/stat : 30565 (strangenight1-m) R 30558 30560 30527 0 -1 4202560 38296 0 0 0 10221 8 0 0 25 0 4 0 521109476 390103040 37709 33554432000 4194304 4650419 140735471150864 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30560/tid=30566] ppid=30558 vsize=380960 CPUtime=102.28 cores=0,2,4,6
/proc/30560/task/30566/stat : 30566 (strangenight1-m) R 30558 30560 30527 0 -1 4202560 38000 0 0 0 10218 10 0 0 25 0 4 0 521109476 390103040 37709 33554432000 4194304 4650419 140735471150864 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30560/tid=30567] ppid=30558 vsize=380960 CPUtime=101.74 cores=0,2,4,6
/proc/30560/task/30567/stat : 30567 (strangenight1-m) R 30558 30560 30527 0 -1 4202560 22426 0 0 0 10169 5 0 0 25 0 4 0 521109476 390103040 37709 33554432000 4194304 4650419 140735471150864 18446744073709551615 4365246 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408.63
Current children cumulated vsize (KiB) 380960

[startup+162.3 s]

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

[pid=30560] ppid=30558 vsize=520764 CPUtime=2805.33 cores=0,2,4,6
/proc/30560/stat : 30560 (strangenight1-m) R 30558 30560 30527 0 -1 4202496 409587 0 0 0 280397 136 0 0 25 0 4 0 521109476 533262336 86982 33554432000 4194304 4650419 140735471150864 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30560/statm: 130191 86982 393 112 0 125156 0
[pid=30560/tid=30565] ppid=30558 vsize=520764 CPUtime=702.29 cores=0,2,4,6
/proc/30560/task/30565/stat : 30565 (strangenight1-m) R 30558 30560 30527 0 -1 4202560 109736 0 0 0 70195 34 0 0 25 0 4 0 521109476 533262336 86982 33554432000 4194304 4650419 140735471150864 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30560/tid=30566] ppid=30558 vsize=520764 CPUtime=702.23 cores=0,2,4,6
/proc/30560/task/30566/stat : 30566 (strangenight1-m) R 30558 30560 30527 0 -1 4202560 124266 0 0 0 70178 45 0 0 25 0 4 0 521109476 533262336 86982 33554432000 4194304 4650419 140735471150864 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30560/tid=30567] ppid=30558 vsize=520764 CPUtime=698.48 cores=0,2,4,6
/proc/30560/task/30567/stat : 30567 (strangenight1-m) R 30558 30560 30527 0 -1 4202560 63431 0 0 0 69828 20 0 0 25 0 4 0 521109476 533262336 86982 33554432000 4194304 4650419 140735471150864 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2805.33
Current children cumulated vsize (KiB) 520764

[startup+762.306 s]
/proc/loadavg: 8.12 8.06 7.96 9/184 30592
/proc/meminfo: memFree=30240924/32951124 swapFree=67111364/67111528
[pid=30560] ppid=30558 vsize=521440 CPUtime=3045.02 cores=0,2,4,6
/proc/30560/stat : 30560 (strangenight1-m) R 30558 30560 30527 0 -1 4202496 423370 0 0 0 304361 141 0 0 25 0 4 0 521109476 533954560 89189 33554432000 4194304 4650419 140735471150864 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30560/statm: 130360 89189 393 112 0 125325 0
[pid=30560/tid=30565] ppid=30558 vsize=521440 CPUtime=762.3 cores=0,2,4,6
/proc/30560/task/30565/stat : 30565 (strangenight1-m) R 30558 30560 30527 0 -1 4202560 110040 0 0 0 76196 34 0 0 25 0 4 0 521109476 533954560 89189 33554432000 4194304 4650419 140735471150864 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30560/tid=30566] ppid=30558 vsize=521440 CPUtime=762.23 cores=0,2,4,6
/proc/30560/task/30566/stat : 30566 (strangenight1-m) R 30558 30560 30527 0 -1 4202560 130524 0 0 0 76177 46 0 0 25 0 4 0 521109476 533954560 89189 33554432000 4194304 4650419 140735471150864 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30560/tid=30567] ppid=30558 vsize=521440 CPUtime=758.15 cores=0,2,4,6
/proc/30560/task/30567/stat : 30567 (strangenight1-m) R 30558 30560 30527 0 -1 4202560 67122 0 0 0 75794 21 0 0 25 0 4 0 521109476 533954560 89189 33554432000 4194304 4650419 140735471150864 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3045.02
Current children cumulated vsize (KiB) 521440

[startup+822.301 s]
/proc/loadavg: 8.13 8.07 7.97 9/184 30594
/proc/meminfo: memFree=30235068/32951124 swapFree=67111364/67111528
[pid=30560] ppid=30558 vsize=522016 CPUtime=3284.67 cores=0,2,4,6
/proc/30560/stat : 30560 (strangenight1-m) R 30558 30560 30527 0 -1 4202496 437133 0 0 0 328320 147 0 0 25 0 4 0 521109476 534544384 89369 33554432000 4194304 4650419 140735471150864 18446744073709551615 4313327 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30560/statm: 130504 89369 393 112 0 125469 0
[pid=30560/tid=30565] ppid=30558 vsize=522016 CPUtime=822.3 cores=0,2,4,6
/proc/30560/task/30565/stat : 30565 (strangenight1-m) R 30558 30560 30527 0 -1 4202560 110383 0 0 0 82195 35 0 0 25 0 4 0 521109476 534544384 89369 33554432000 4194304 4650419 140735471150864 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30560/tid=30566] ppid=30558 vsize=522016 CPUtime=822.22 cores=0,2,4,6
/proc/30560/task/30566/stat : 30566 (strangenight1-m) R 30558 30560 30527 0 -1 4202560 137709 0 0 0 82172 50 0 0 25 0 4 0 521109476 534544384 89369 33554432000 4194304 4650419 140735471150864 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30560/tid=30567] ppid=30558 vsize=522016 CPUtime=817.83 cores=0,2,4,6
/proc/30560/task/30567/stat : 30567 (strangenight1-m) R 30558 30560 30527 0 -1 4202560 69914 0 0 0 81761 22 0 0 25 0 4 0 521109476 534544384 89369 33554432000 4194304 4650419 140735471150864 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3284.67
Current children cumulated vsize (KiB) 522016

[startup+882.3 s]
/proc/loadavg: 8.13 8.09 7.98 9/184 30596
/proc/meminfo: memFree=30208760/32951124 swapFree=67111364/67111528
[pid=30560] ppid=30558 vsize=522580 CPUtime=3524.34 cores=0,2,4,6
/proc/30560/stat : 30560 (strangenight1-m) R 30558 30560 30527 0 -1 4202496 450579 0 0 0 352281 153 0 0 25 0 4 0 521109476 535121920 89496 33554432000 4194304 4650419 140735471150864 18446744073709551615 4366831 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30560/statm: 130645 89496 393 112 0 125610 0
[pid=30560/tid=30565] ppid=30558 vsize=522580 CPUtime=882.3 cores=0,2,4,6
/proc/30560/task/30565/stat : 30565 (strangenight1-m) R 30558 30560 30527 0 -1 4202560 110463 0 0 0 88195 35 0 0 25 0 4 0 521109476 535121920 89496 33554432000 4194304 4650419 140735471150864 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30560/tid=30566] ppid=30558 vsize=522580 CPUtime=882.22 cores=0,2,4,6
/proc/30560/task/30566/stat : 30566 (strangenight1-m) R 30558 30560 30527 0 -1 4202560 144656 0 0 0 88169 53 0 0 25 0 4 0 521109476 535121920 89496 33554432000 4194304 4650419 140735471150864 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30560/tid=30567] ppid=30558 vsize=522580 CPUtime=877.5 cores=0,2,4,6
/proc/30560/task/30567/stat : 30567 (strangenight1-m) R 30558 30560 30527 0 -1 4202560 73503 0 0 0 87727 23 0 0 25 0 4 0 521109476 535121920 89496 33554432000 4194304 4650419 140735471150864 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3524.34
Current children cumulated vsize (KiB) 522580

[startup+942.301 s]
/proc/loadavg: 8.12 8.10 8.00 9/184 30597
/proc/meminfo: memFree=30205480/32951124 swapFree=67111364/67111528
[pid=30560] ppid=30558 vsize=522724 CPUtime=3764.02 cores=0,2,4,6
/proc/30560/stat : 30560 (strangenight1-m) R 30558 30560 30527 0 -1 4202496 463545 0 0 0 376244 158 0 0 25 0 4 0 521109476 535269376 88437 33554432000 4194304 4650419 140735471150864 18446744073709551615 4363866 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30560/statm: 130681 88437 393 112 0 125646 0
[pid=30560/tid=30565] ppid=30558 vsize=522724 CPUtime=942.3 cores=0,2,4,6
/proc/30560/task/30565/stat : 30565 (strangenight1-m) R 30558 30560 30527 0 -1 4202560 110620 0 0 0 94195 35 0 0 25 0 4 0 521109476 535269376 88437 33554432000 4194304 4650419 140735471150864 18446744073709551615 4365308 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30560/tid=30566] ppid=30558 vsize=522724 CPUtime=942.2 cores=0,2,4,6
/proc/30560/task/30566/stat : 30566 (strangenight1-m) R 30558 30560 30527 0 -1 4202560 150452 0 0 0 94165 55 0 0 25 0 4 0 521109476 535269376 88437 33554432000 4194304 4650419 140735471150864 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30560/tid=30567] ppid=30558 vsize=522724 CPUtime=937.18 cores=0,2,4,6
/proc/30560/task/30567/stat : 30567 (strangenight1-m) R 30558 30560 30527 0 -1 4202560 76056 0 0 0 93694 24 0 0 25 0 4 0 521109476 535269376 88437 33554432000 4194304 4650419 140735471150864 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3764.02
Current children cumulated vsize (KiB) 522724

[startup+1002.3 s]
/proc/loadavg: 8.11 8.10 8.00 9/184 30599
/proc/meminfo: memFree=30212760/32951124 swapFree=67111364/67111528
[pid=30560] ppid=30558 vsize=523304 CPUtime=4003.69 cores=0,2,4,6
/proc/30560/stat : 30560 (strangenight1-m) R 30558 30560 30527 0 -1 4202496 476619 0 0 0 400205 164 0 0 25 0 4 0 521109476 535863296 86693 33554432000 4194304 4650419 140735471150864 18446744073709551615 4364785 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30560/statm: 130826 86693 393 112 0 125791 0
[pid=30560/tid=30565] ppid=30558 vsize=523304 CPUtime=1002.3 cores=0,2,4,6
/proc/30560/task/30565/stat : 30565 (strangenight1-m) R 30558 30560 30527 0 -1 4202560 111202 0 0 0 100195 35 0 0 25 0 4 0 521109476 535863296 86693 33554432000 4194304 4650419 140735471150864 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30560/tid=30566] ppid=30558 vsize=523304 CPUtime=1002.21 cores=0,2,4,6
/proc/30560/task/30566/stat : 30566 (strangenight1-m) R 30558 30560 30527 0 -1 4202560 157314 0 0 0 100162 59 0 0 25 0 4 0 521109476 535863296 86693 33554432000 4194304 4650419 140735471150864 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30560/tid=30567] ppid=30558 vsize=523304 CPUtime=996.85 cores=0,2,4,6
/proc/30560/task/30567/stat : 30567 (strangenight1-m) R 30558 30560 30527 0 -1 4202560 77926 0 0 0 99660 25 0 0 25 0 4 0 521109476 535863296 86693 33554432000 4194304 4650419 140735471150864 18446744073709551615 4366896 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4003.69
Current children cumulated vsize (KiB) 523304

[startup+1062.3 s]
/proc/loadavg: 8.32 8.16 8.02 9/184 30600
/proc/meminfo: memFree=30187064/32951124 swapFree=67111364/67111528
[pid=30560] ppid=30558 vsize=497308 CPUtime=4243.36 cores=0,2,4,6
/proc/30560/stat : 30560 (strangenight1-m) R 30558 30560 30527 0 -1 4202496 493974 0 0 0 424166 170 0 0 25 0 4 0 521109476 509243392 90620 33554432000 4194304 4650419 140735471150864 18446744073709551615 4364762 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30560/statm: 124327 90620 393 112 0 119292 0
[pid=30560/tid=30565] ppid=30558 vsize=497308 CPUtime=1062.3 cores=0,2,4,6
/proc/30560/task/30565/stat : 30565 (strangenight1-m) R 30558 30560 30527 0 -1 4202560 112843 0 0 0 106194 36 0 0 25 0 4 0 521109476 509243392 90620 33554432000 4194304 4650419 140735471150864 18446744073709551615 4365321 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30560/tid=30566] ppid=30558 vsize=497308 CPUtime=1062.2 cores=0,2,4,6
/proc/30560/task/30566/stat : 30566 (strangenight1-m) R 30558 30560 30527 0 -1 4202560 162668 0 0 0 106160 60 0 0 25 0 4 0 521109476 509243392 90620 33554432000 4194304 4650419 140735471150864 18446744073709551615 4313707 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30560/tid=30567] ppid=30558 vsize=497308 CPUtime=1056.52 cores=0,2,4,6
/proc/30560/task/30567/stat : 30567 (strangenight1-m) R 30558 30560 30527 0 -1 4202560 82695 0 0 0 105626 26 0 0 25 0 4 0 521109476 509243392 90620 33554432000 4194304 4650419 140735471150864 18446744073709551615 4438393 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4243.36
Current children cumulated vsize (KiB) 497308

[startup+1122.3 s]
/proc/loadavg: 8.12 8.13 8.02 9/184 30602
/proc/meminfo: memFree=30128484/32951124 swapFree=67111364/67111528
[pid=30560] ppid=30558 vsize=592252 CPUtime=4483.04 cores=0,2,4,6
/proc/30560/stat : 30560 (strangenight1-m) R 30558 30560 30527 0 -1 4202496 515291 0 0 0 448126 178 0 0 25 0 4 0 521109476 606466048 100896 33554432000 4194304 4650419 140735471150864 18446744073709551615 4433066 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30560/statm: 148063 100896 393 112 0 143028 0
[pid=30560/tid=30565] ppid=30558 vsize=592252 CPUtime=1122.3 cores=0,2,4,6
/proc/30560/task/30565/stat : 30565 (strangenight1-m) R 30558 30560 30527 0 -1 4202560 120684 0 0 0 112192 38 0 0 25 0 4 0 521109476 606466048 100896 33554432000 4194304 4650419 140735471150864 18446744073709551615 4433084 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30560/tid=30566] ppid=30558 vsize=592252 CPUtime=1122.19 cores=0,2,4,6
/proc/30560/task/30566/stat : 30566 (strangenight1-m) R 30558 30560 30527 0 -1 4202560 168825 0 0 0 112156 63 0 0 25 0 4 0 521109476 606466048 100896 33554432000 4194304 4650419 140735471150864 18446744073709551615 4365203 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30560/tid=30567] ppid=30558 vsize=592252 CPUtime=1116.19 cores=0,2,4,6
/proc/30560/task/30567/stat : 30567 (strangenight1-m) R 30558 30560 30527 0 -1 4202560 86379 0 0 0 111592 27 0 0 25 0 4 0 521109476 606466048 100896 33554432000 4194304 4650419 140735471150864 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4483.04
Current children cumulated vsize (KiB) 592252

[startup+1182.3 s]
/proc/loadavg: 8.11 8.12 8.02 9/184 30604
/proc/meminfo: memFree=30103768/32951124 swapFree=67111364/67111528
[pid=30560] ppid=30558 vsize=662468 CPUtime=4722.7 cores=0,2,4,6
/proc/30560/stat : 30560 (strangenight1-m) R 30558 30560 30527 0 -1 4202496 519628 0 0 0 472089 181 0 0 25 0 4 0 521109476 678367232 104901 33554432000 4194304 4650419 140735471150864 18446744073709551615 4476204 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30560/statm: 165617 104901 393 112 0 160582 0
[pid=30560/tid=30565] ppid=30558 vsize=662468 CPUtime=1182.3 cores=0,2,4,6
/proc/30560/task/30565/stat : 30565 (strangenight1-m) R 30558 30560 30527 0 -1 4202560 120740 0 0 0 118192 38 0 0 25 0 4 0 521109476 678367232 104901 33554432000 4194304 4650419 140735471150864 18446744073709551615 4433081 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30560/tid=30566] ppid=30558 vsize=662468 CPUtime=1182.2 cores=0,2,4,6
/proc/30560/task/30566/stat : 30566 (strangenight1-m) R 30558 30560 30527 0 -1 4202560 170421 0 0 0 118156 64 0 0 25 0 4 0 521109476 678367232 104901 33554432000 4194304 4650419 140735471150864 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30560/tid=30567] ppid=30558 vsize=662468 CPUtime=1175.85 cores=0,2,4,6
/proc/30560/task/30567/stat : 30567 (strangenight1-m) R 30558 30560 30527 0 -1 4202560 89018 0 0 0 117556 29 0 0 25 0 4 0 521109476 678367232 104901 33554432000 4194304 4650419 140735471150864 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4722.7
Current children cumulated vsize (KiB) 662468



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.08 8.11 8.01 9/184 30604
/proc/meminfo: memFree=30088004/32951124 swapFree=67111364/67111528
[pid=30560] ppid=30558 vsize=662468 CPUtime=4800.21 cores=0,2,4,6
/proc/30560/stat : 30560 (strangenight1-m) R 30558 30560 30527 0 -1 4202496 520907 0 0 0 479839 182 0 0 25 0 4 0 521109476 678367232 106180 33554432000 4194304 4650419 140735471150864 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30560/statm: 165617 106180 393 112 0 160582 0
[pid=30560/tid=30565] ppid=30558 vsize=662468 CPUtime=1201.71 cores=0,2,4,6
/proc/30560/task/30565/stat : 30565 (strangenight1-m) R 30558 30560 30527 0 -1 4202560 120789 0 0 0 120133 38 0 0 25 0 4 0 521109476 678367232 106180 33554432000 4194304 4650419 140735471150864 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30560/tid=30566] ppid=30558 vsize=662468 CPUtime=1201.6 cores=0,2,4,6
/proc/30560/task/30566/stat : 30566 (strangenight1-m) R 30558 30560 30527 0 -1 4202560 170937 0 0 0 120096 64 0 0 25 0 4 0 521109476 678367232 106180 33554432000 4194304 4650419 140735471150864 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30560/tid=30567] ppid=30558 vsize=662468 CPUtime=1195.15 cores=0,2,4,6
/proc/30560/task/30567/stat : 30567 (strangenight1-m) R 30558 30560 30527 0 -1 4202560 89732 0 0 0 119485 30 0 0 25 0 4 0 521109476 678367232 106180 33554432000 4194304 4650419 140735471150864 18446744073709551615 4366931 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.21
Current children cumulated vsize (KiB) 662468

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

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

[startup+1201.7 s]
/proc/loadavg: 8.08 8.11 8.01 9/184 30604
/proc/meminfo: memFree=30088004/32951124 swapFree=67111364/67111528
[pid=30560] ppid=30558 vsize=662468 CPUtime=4800.21 cores=0,2,4,6
/proc/30560/stat : 30560 (strangenight1-m) R 30558 30560 30527 0 -1 4202496 520907 0 0 0 479839 182 0 0 25 0 4 0 521109476 678367232 106180 33554432000 4194304 4650419 140735471150864 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30560/statm: 165617 106180 393 112 0 160582 0
[pid=30560/tid=30565] ppid=30558 vsize=662468 CPUtime=1201.71 cores=0,2,4,6
/proc/30560/task/30565/stat : 30565 (strangenight1-m) R 30558 30560 30527 0 -1 4202560 120789 0 0 0 120133 38 0 0 25 0 4 0 521109476 678367232 106180 33554432000 4194304 4650419 140735471150864 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30560/tid=30566] ppid=30558 vsize=662468 CPUtime=1201.6 cores=0,2,4,6
/proc/30560/task/30566/stat : 30566 (strangenight1-m) R 30558 30560 30527 0 -1 4202560 170937 0 0 0 120096 64 0 0 25 0 4 0 521109476 678367232 106180 33554432000 4194304 4650419 140735471150864 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30560/tid=30567] ppid=30558 vsize=662468 CPUtime=1195.15 cores=0,2,4,6
/proc/30560/task/30567/stat : 30567 (strangenight1-m) R 30558 30560 30527 0 -1 4202560 89732 0 0 0 119485 30 0 0 25 0 4 0 521109476 678367232 106180 33554432000 4194304 4650419 140735471150864 18446744073709551615 4366931 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.21
Current children cumulated vsize (KiB) 662468

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.73
CPU time (s): 4800.26
CPU user time (s): 4798.42
CPU system time (s): 1.84372
CPU usage (%): 399.444
Max. virtual memory (cumulated for all children) (KiB): 662468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.42
system time used= 1.84372
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 520907
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= 266
involuntary context switches= 25221

runsolver used 1.83172 second user time and 4.75028 second system time

The end

Launcher Data

Begin job on node136 at 2011-04-29 18:38:35
IDJOB=3175171
IDBENCH=82789
IDSOLVER=1588
FILE ID=node136/3175171-1304095115
RUNJOBID= node136-1304095115-30545
PBS_JOBID= 13170595
Free space on /tmp= 72336 MiB

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

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

MD5SUM BENCH= 2a8cb5d237e15bd9bba8245975866061
RANDOM SEED=1383387667

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
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.809
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:     32951124 kB
MemFree:      30945652 kB
Buffers:        577888 kB
Cached:         938132 kB
SwapCached:          0 kB
Active:         132108 kB
Inactive:      1447356 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30945652 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           12576 kB
Writeback:           0 kB
AnonPages:       63748 kB
Mapped:          14424 kB
Slab:           359960 kB
PageTables:       5276 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   186204 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= 72324 MiB
End job on node136 at 2011-04-29 18:58:39