Trace number 3175107

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.3 1201.73

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v450-c1917-S367251957-028.UNKNOWN.cnf
MD5SUM6ae9d83c80bad27a7e5f57fa7d9ee7b1
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark206.501
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of clauses1917
Sum of the clauses size5751
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31917
Number of clauses of size 40
Number of clauses of size 50
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-3175107-1304088102.cnf'
0.00/0.00	c -- header says num vars:            450
0.00/0.00	c -- header says num clauses:        1917
0.00/0.01	c -- clauses added:            0 learnts,         1917 normals,            0 xors
0.00/0.01	c -- vars added        450
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       450      1917         0         0      5751         0   no data   no data  --
0.00/0.01	c asymm  cl-useful: 0/1917/1917 lits-rem:0 time: 0.00
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
3.17/0.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    450 time:  0.00 s
3.17/0.85	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.17/0.85	c lits-rem:         0  cl-subs:        0  v-elim:      9  v-fix:    0  time:  0.00 s
3.17/0.85	c Finding binary XORs  T:     0.00 s  found:       0
3.17/0.85	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
3.17/0.85	c calculated reachability. Time: 0.00
3.17/0.85	c Calc default polars -  time:   0.00 s pos:     196 undec:      41 neg:     213
3.17/0.85	c =========================================================================================
3.17/0.85	c types(t): F = full restart, N = normal restart
3.17/0.85	c types(t): S = simplification begin/end, E = solution found
3.17/0.85	c restart types(rt): st = static, dy = dynamic
3.17/0.85	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.17/0.85	c  B st     0         0       441      1914         0         0      5802         0   no data   no data  --
3.17/0.85	c Decided on static restart strategy
3.17/0.85	c  N st     8      4914       441      1914         0      4821      5802    106726   no data   no data  --
3.17/0.85	c  N st    10     11297       441      1914         0      4464      5802     69421   no data   no data  --
3.17/0.85	c  N st    11     17041       441      1914         0     10048      5802    185138   no data   no data  --
4.40/1.15	c  F st    12     25000       441      1914         0     12297      5802    229244   no data   no data  --
4.40/1.15	c  N st    12     25000       441      1914         0     12297      5802    229244   no data   no data  --
5.17/1.35	c Decided on static restart strategy
5.17/1.35	c  N st    18     30002       441      1914         0     10612      5802    178911   no data   no data  --
5.17/1.35	c  S st    18     30002       441      1914         0     10612      5802    178911   no data   no data  --
5.17/1.35	c  S st    18     30511       441      1914         0     11120      5802    189251   no data   no data  --
5.17/1.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.17/1.35	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.17/1.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
5.17/1.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.17/1.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.17/1.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    441 time:  0.00 s
5.17/1.35	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.97/1.51	c lits-rem:       138  cl-subs:      834  v-elim:      0  v-fix:    0  time:  0.69 s
5.97/1.52	c asymm  cl-useful: 0/1914/1914 lits-rem:0 time: 0.03
5.97/1.52	c calculated reachability. Time: 0.00
5.97/1.52	c  N st    18     30511       441      1914         0     10286      5802    172359   no data   no data  --
7.57/1.91	c  N st    20     37623       441      1914         0      9554      5802    141573   no data   no data  --
8.79/2.28	c  N st    21     44022       441      1914         0     15811      5802    289050   no data   no data  --
9.57/2.41	c  S st    22     45768       441      1914         0     17523      5802    323770   no data   no data  --
9.57/2.45	c  S st    22     46271       441      1914         0      9304      5802    123405   no data   no data  --
9.57/2.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.57/2.45	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.57/2.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
9.57/2.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.57/2.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.57/2.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    441 time:  0.00 s
9.57/2.46	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.97/2.52	c lits-rem:        42  cl-subs:       85  v-elim:      0  v-fix:    0  time:  0.27 s
9.97/2.52	c vivif2 --  cl tried     1914 cl shrink        0 lits rem          0 time: 0.00
9.97/2.53	c vivif2 --  cl tried     9219 cl shrink        0 lits rem          0 time: 0.00
9.97/2.53	c asymm  cl-useful: 0/1914/1914 lits-rem:0 time: 0.03
9.97/2.53	c calculated reachability. Time: 0.00
9.97/2.53	c  N st    22     46271       441      1914         0      9219      5802    121629   no data   no data  --
13.56/3.43	c  N st    23     60668       441      1914         0     13499      5802    198787   no data   no data  --
16.35/4.10	c  N st    24     69406       441      1914         0     11340      5802    148227   no data   no data  --
16.35/4.10	c  S st    24     69406       441      1914         0     11340      5802    148227   no data   no data  --
16.35/4.13	c  S st    24     69909       441      1914         0     11842      5802    159165   no data   no data  --
16.35/4.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
16.35/4.13	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
16.35/4.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
16.35/4.14	c bin-w-bin subsume rem            0 bins  time:  0.00 s
16.35/4.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.35/4.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    441 time:  0.00 s
16.35/4.14	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
16.75/4.28	c lits-rem:        51  cl-subs:      197  v-elim:      0  v-fix:    0  time:  0.58 s
16.75/4.28	c vivif2 --  cl tried     1914 cl shrink        0 lits rem          0 time: 0.00
16.75/4.29	c vivif2 --  cl tried    11645 cl shrink        0 lits rem          0 time: 0.01
16.75/4.29	c asymm  cl-useful: 0/1914/1914 lits-rem:0 time: 0.03
16.75/4.29	c calculated reachability. Time: 0.00
16.75/4.29	c  N st    24     69909       441      1914         0     11645      5802    155232   no data   no data  --
21.97/5.53	c  F st    25     87503       441      1914         0     17091      5802    259485   no data   no data  --
21.97/5.53	c  N st    25     87503       441      1914         0     17091      5802    259485   no data   no data  --
23.55/5.91	c Decided on static restart strategy
24.34/6.11	c  N st    32     95543       441      1914         0     24913      5802    427494   no data   no data  --
26.74/6.77	c  N st    34    104863       441      1914         0     21359      5802    339649   no data   no data  --
26.74/6.77	c  S st    34    104863       441      1914         0     21359      5802    339649   no data   no data  --
27.13/6.83	c  S st    34    105367       441      1914         0     21861      5802    350360   no data   no data  --
27.13/6.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
27.13/6.83	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
27.13/6.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
27.13/6.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
27.13/6.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.13/6.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    441 time:  0.00 s
27.13/6.85	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
29.94/7.60	c lits-rem:       309  cl-subs:      958  v-elim:      0  v-fix:    0  time:  3.00 s
29.94/7.60	c vivif2 --  cl tried     1914 cl shrink        0 lits rem          0 time: 0.00
30.36/7.60	c vivif2 --  cl tried    20903 cl shrink        0 lits rem          0 time: 0.01
30.36/7.62	c asymm  cl-useful: 0/1914/1914 lits-rem:0 time: 0.06
30.36/7.62	c calculated reachability. Time: 0.00
30.36/7.62	c  N st    34    105367       441      1914         0     20903      5802    330294   no data   no data  --
33.53/8.47	c  N st    35    114965       441      1914         0     16624      5802    221531   no data   no data  --
39.14/9.86	c  N st    36    129363       441      1914         0     16029      5802    194823   no data   no data  --
46.31/11.65	c  N st    37    150960       441      1914         0     21427      5802    286385   no data   no data  --
48.70/12.25	c  S st    38    158050       441      1914         0     28334      5802    429704   no data   no data  --
49.10/12.32	c  S st    38    158553       441      1914         0     28835      5802    440553   no data   no data  --
49.10/12.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
49.10/12.33	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
49.10/12.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
49.10/12.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
49.10/12.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
49.10/12.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    441 time:  0.00 s
49.10/12.35	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
54.30/13.62	c lits-rem:       609  cl-subs:     2031  v-elim:      0  v-fix:    0  time:  5.06 s
54.30/13.62	c vivif2 --  cl tried     1914 cl shrink        0 lits rem          0 time: 0.00
54.30/13.62	c vivif2 --  cl tried    26804 cl shrink        0 lits rem          0 time: 0.02
54.30/13.64	c asymm  cl-useful: 0/1914/1914 lits-rem:0 time: 0.08
54.30/13.64	c calculated reachability. Time: 0.00
54.30/13.64	c  N st    38    158553       441      1914         0     26804      5802    404399   no data   no data  --
71.87/18.07	c  N st    39    207141       441      1914         0     21544      5802    271225   no data   no data  --
84.27/21.14	c  N st    40    237829       441      1914         0     32034      5802    491103   no data   no data  --
84.27/21.14	c  S st    40    237829       441      1914         0     32034      5802    491103   no data   no data  --
84.67/21.22	c  S st    40    238333       441      1914         0     32538      5802    502038   no data   no data  --
84.67/21.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
84.67/21.22	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
84.67/21.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
84.67/21.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
84.67/21.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
84.67/21.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    441 time:  0.00 s
84.67/21.25	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
90.65/22.77	c lits-rem:       465  cl-subs:     1671  v-elim:      0  v-fix:    0  time:  6.10 s
90.65/22.77	c vivif2 --  cl tried     1914 cl shrink        0 lits rem          0 time: 0.00
90.65/22.78	c vivif2 --  cl tried    30867 cl shrink        0 lits rem          0 time: 0.02
91.05/22.80	c asymm  cl-useful: 0/1914/1914 lits-rem:0 time: 0.10
91.05/22.80	c calculated reachability. Time: 0.00
91.05/22.80	c  N st    40    238333       441      1914         0     30867      5802    465736   no data   no data  --
121.02/30.31	c  F st    41    306251       441      1914         0     32699      5802    462664   no data   no data  --
121.02/30.31	c  N st    41    306251       441      1914         0     32699      5802    462664   no data   no data  --
123.41/30.91	c Decided on static restart strategy
134.19/33.60	c  N st    51    334556       441      1914         0     36776      5802    520432   no data   no data  --
145.00/36.36	c  N st    53    357500       441      1914         0     34881      5802    478297   no data   no data  --
145.00/36.36	c  S st    53    357500       441      1914         0     34881      5802    478297   no data   no data  --
145.38/36.45	c  S st    53    358003       441      1914         0     35382      5802    489080   no data   no data  --
145.38/36.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
145.38/36.45	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
145.38/36.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
145.38/36.48	c bin-w-bin subsume rem            0 bins  time:  0.00 s
145.38/36.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
145.38/36.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    441 time:  0.00 s
145.38/36.48	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
151.37/37.95	c lits-rem:       434  cl-subs:     1617  v-elim:      0  v-fix:    0  time:  5.90 s
151.37/37.95	c vivif2 --  cl tried     1914 cl shrink        0 lits rem          0 time: 0.00
151.37/37.96	c vivif2 --  cl tried    33765 cl shrink        0 lits rem          0 time: 0.02
151.37/37.99	c asymm  cl-useful: 0/1914/1914 lits-rem:0 time: 0.12
151.37/37.99	c calculated reachability. Time: 0.00
151.37/37.99	c  N st    53    358003       441      1914         0     33765      5802    455741   no data   no data  --
170.14/42.61	c  N st    54    390397       441      1914         0     39947      5802    571489   no data   no data  --
195.31/48.99	c  N st    55    438987       441      1914         0     33847      5802    419418   no data   no data  --
233.66/58.54	c  N st    56    511871       441      1914         0     47081      5802    692889   no data   no data  --
248.04/62.10	c  N st    57    537004       441      1914         0     41556      5802    563214   no data   no data  --
248.04/62.10	c  S st    57    537004       441      1914         0     41556      5802    563214   no data   no data  --
248.44/62.22	c  S st    57    537507       441      1914         0     42058      5802    574705   no data   no data  --
248.44/62.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
248.44/62.22	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
248.44/62.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.06
248.44/62.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
248.44/62.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
248.44/62.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    441 time:  0.00 s
248.44/62.25	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
256.03/64.13	c lits-rem:       752  cl-subs:     1444  v-elim:      0  v-fix:    0  time:  7.49 s
256.03/64.13	c vivif2 --  cl tried     1914 cl shrink        0 lits rem          0 time: 0.00
256.03/64.13	c vivif2 --  cl tried    40614 cl shrink        0 lits rem          0 time: 0.02
256.03/64.17	c asymm  cl-useful: 0/1914/1914 lits-rem:0 time: 0.16
256.03/64.17	c calculated reachability. Time: 0.00
256.03/64.17	c  N st    57    537507       441      1914         0     40614      5802    540226   no data   no data  --
363.09/90.95	c  N st    58    701493       441      1914         0     69712      5802   1146190   no data   no data  --
434.60/108.82	c  N st    59    806261       441      1914         0     63661      5802    958796   no data   no data  --
434.60/108.82	c  S st    59    806261       441      1914         0     63661      5802    958796   no data   no data  --
435.38/109.04	c  S st    59    806763       441      1914         0     64161      5802    970229   no data   no data  --
435.38/109.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
435.38/109.04	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
435.38/109.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.10
435.78/109.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
435.78/109.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
435.78/109.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    441 time:  0.00 s
435.78/109.10	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
449.37/112.51	c lits-rem:      1320  cl-subs:     3959  v-elim:      0  v-fix:    0  time: 13.63 s
449.37/112.51	c vivif2 --  cl tried     1914 cl shrink        0 lits rem          0 time: 0.00
449.37/112.52	c vivif2 --  cl tried    60202 cl shrink        0 lits rem          0 time: 0.04
449.37/112.59	c asymm  cl-useful: 0/1914/1914 lits-rem:0 time: 0.27
449.37/112.59	c calculated reachability. Time: 0.00
449.37/112.59	c  N st    59    806763       441      1914         0     60202      5802    890201   no data   no data  --
656.29/164.38	c  F st    60   1071879       441      1914         0     75576      5802   1075048   no data   no data  --
656.29/164.38	c  N st    60   1071879       441      1914         0     75576      5802   1075048   no data   no data  --
661.88/165.73	c Decided on static restart strategy
679.46/170.12	c  N st    70   1100181       441      1914         0     59649      5802    762537   no data   no data  --
712.22/178.37	c  N st    72   1136176       441      1914         0     50080      5802    540936   no data   no data  --
737.38/184.68	c  N st    73   1168568       441      1914         0     81544      5802   1246220   no data   no data  --
774.53/193.94	c  N st    74   1210145       441      1914         0     76146      5802   1081838   no data   no data  --
774.53/193.94	c  S st    74   1210145       441      1914         0     76146      5802   1081838   no data   no data  --
775.73/194.21	c  S st    74   1210648       441      1914         0     76648      5802   1092709   no data   no data  --
775.73/194.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
775.73/194.22	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
775.73/194.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.16
775.73/194.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
775.73/194.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
775.73/194.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    441 time:  0.00 s
775.73/194.30	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
796.10/199.34	c lits-rem:       204  cl-subs:     5402  v-elim:      0  v-fix:    0  time: 20.16 s
796.10/199.34	c vivif2 --  cl tried     1914 cl shrink        0 lits rem          0 time: 0.00
796.10/199.36	c vivif2 --  cl tried    71246 cl shrink        0 lits rem          0 time: 0.06
796.50/199.47	c asymm  cl-useful: 0/1914/1914 lits-rem:0 time: 0.44
796.50/199.47	c calculated reachability. Time: 0.00
796.50/199.47	c  N st    74   1210648       441      1914         0     71246      5802    985242   no data   no data  --
863.22/216.11	c  N st    75   1283532       441      1914         0     48033      5802    442722   no data   no data  --
967.87/242.35	c  N st    76   1392855       441      1914         0     56224      5802    596017   no data   no data  --
1126.46/282.04	c  N st    77   1556840       441      1914         0     60935      5802    664426   no data   no data  --
1265.08/316.78	c  N st    78   1710648       441      1914         0    102523      5802   1599472   no data   no data  --
1265.08/316.78	c  S st    78   1710648       441      1914         0    102523      5802   1599472   no data   no data  --
1266.66/317.17	c  S st    78   1711151       441      1914         0    103023      5802   1610649   no data   no data  --
1266.66/317.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1266.66/317.18	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1267.06/317.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.20
1267.06/317.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1267.06/317.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1267.06/317.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    441 time:  0.00 s
1267.06/317.28	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1308.21/327.58	c lits-rem:       396  cl-subs:     8118  v-elim:      0  v-fix:    0  time: 41.11 s
1308.21/327.58	c vivif2 --  cl tried     1914 cl shrink        0 lits rem          0 time: 0.00
1308.61/327.60	c vivif2 --  cl tried    94905 cl shrink        0 lits rem          0 time: 0.08
1309.03/327.73	c asymm  cl-useful: 0/1914/1914 lits-rem:0 time: 0.51
1309.03/327.74	c calculated reachability. Time: 0.00
1309.03/327.74	c  N st    78   1711151       441      1914         0     94905      5802   1442973   no data   no data  --
1699.27/425.49	c  N st    79   2080116       441      1914         0    106317      5802   1547317   no data   no data  --
1849.07/462.94	c  N st    80   2211151       441      1914         0    110103      5802   1582068   no data   no data  --
1849.07/462.94	c  S st    80   2211151       441      1914         0    110103      5802   1582068   no data   no data  --
1850.66/463.34	c  S st    80   2211654       441      1914         0    110606      5802   1593396   no data   no data  --
1850.66/463.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1850.66/463.35	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1851.06/463.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.21
1851.06/463.45	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1851.06/463.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1851.06/463.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    441 time:  0.00 s
1851.06/463.45	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1891.02/473.48	c lits-rem:       493  cl-subs:    10762  v-elim:      0  v-fix:    0  time: 40.04 s
1891.02/473.48	c vivif2 --  cl tried     1914 cl shrink        0 lits rem          0 time: 0.00
1891.02/473.50	c vivif2 --  cl tried    99844 cl shrink        0 lits rem          0 time: 0.07
1891.81/473.63	c asymm  cl-useful: 0/1914/1914 lits-rem:0 time: 0.53
1891.81/473.63	c calculated reachability. Time: 0.00
1891.81/473.63	c  N st    80   2211654       441      1914         0     99844      5802   1398796   no data   no data  --
2492.20/623.97	c  N st    81   2711656       441      1914         0    123268      5802   1764931   no data   no data  --
2492.20/623.97	c  S st    81   2711656       441      1914         0    123268      5802   1764931   no data   no data  --
2494.20/624.40	c  S st    81   2712156       441      1914         0    123768      5802   1776073   no data   no data  --
2494.20/624.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2494.20/624.41	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2494.20/624.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.24
2494.60/624.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2494.60/624.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2494.60/624.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    441 time:  0.00 s
2494.60/624.53	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2542.93/636.65	c lits-rem:       411  cl-subs:    12373  v-elim:      0  v-fix:    0  time: 48.39 s
2542.93/636.65	c vivif2 --  cl tried     1914 cl shrink        0 lits rem          0 time: 0.00
2542.93/636.67	c vivif2 --  cl tried   111395 cl shrink        0 lits rem          0 time: 0.08
2543.74/636.83	c asymm  cl-useful: 0/1914/1914 lits-rem:0 time: 0.63
2543.74/636.83	c calculated reachability. Time: 0.00
2543.74/636.83	c  N st    81   2712156       441      1914         0    111395      5802   1560603   no data   no data  --
3151.69/789.04	c  N st    82   3212159       441      1914         0     87979      5802    963449   no data   no data  --
3151.69/789.04	c  S st    82   3212159       441      1914         0     87979      5802    963449   no data   no data  --
3152.89/789.33	c  S st    82   3212660       441      1914         0     88479      5802    975109   no data   no data  --
3152.89/789.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3152.89/789.33	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3152.89/789.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.16
3153.29/789.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3153.29/789.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3153.29/789.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    441 time:  0.00 s
3153.29/789.40	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3165.68/792.53	c lits-rem:      1056  cl-subs:     1549  v-elim:      0  v-fix:    0  time: 12.49 s
3165.68/792.53	c vivif2 --  cl tried     1914 cl shrink        0 lits rem          0 time: 0.00
3165.68/792.54	c vivif2 --  cl tried    86930 cl shrink        0 lits rem          0 time: 0.06
3166.08/792.65	c asymm  cl-useful: 0/1914/1914 lits-rem:0 time: 0.43
3166.08/792.66	c calculated reachability. Time: 0.00
3166.08/792.66	c  N st    82   3212660       441      1914         0     86930      5802    941941   no data   no data  --
3905.47/977.78	c  N st    83   3712660       441      1914         0     97228      5802   1034673   no data   no data  --
3905.47/977.78	c  S st    83   3712660       441      1914         0     97228      5802   1034673   no data   no data  --
3906.66/978.09	c  S st    83   3713162       441      1914         0     97730      5802   1046108   no data   no data  --
3907.06/978.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3907.06/978.10	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3907.06/978.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.18
3907.06/978.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3907.06/978.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3907.06/978.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    441 time:  0.00 s
3907.06/978.18	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3918.65/981.02	c lits-rem:       557  cl-subs:     4063  v-elim:      0  v-fix:    0  time: 11.36 s
3918.65/981.02	c vivif2 --  cl tried     1914 cl shrink        0 lits rem          0 time: 0.00
3918.65/981.04	c vivif2 --  cl tried    93667 cl shrink        0 lits rem          0 time: 0.06
3919.06/981.16	c asymm  cl-useful: 0/1914/1914 lits-rem:0 time: 0.48
3919.06/981.16	c calculated reachability. Time: 0.00
3919.06/981.16	c  N st    83   3713162       441      1914         0     93667      5802    976447   no data   no data  --
3973.78/994.82	c  F st    84   3751562       441      1914         0    130765      5802   1758455   no data   no data  --
3973.78/994.82	c  N st    84   3751562       441      1914         0    130765      5802   1758455   no data   no data  --
3982.56/997.06	c Decided on static restart strategy
4025.70/1007.81	c  N st    94   3779867       441      1914         0    158189      5802   2360601   no data   no data  --
4075.64/1020.31	c  N st    96   3815868       441      1914         0    111034      5802   1343358   no data   no data  --
4129.17/1033.70	c  N st    97   3848261       441      1914         0    142279      5802   2013225   no data   no data  --
4202.66/1052.15	c  N st    98   3896849       441      1914         0    106112      5802   1235351   no data   no data  --
4323.32/1082.38	c  N st    99   3969733       441      1914         0     92785      5802    923995   no data   no data  --
4501.46/1126.93	c  N st   100   4079056       441      1914         0    113447      5802   1350286   no data   no data  --
4710.37/1179.23	c  N st   101   4213163       441      1914         0    157155      5802   2391458   no data   no data  --
4710.37/1179.23	c  S st   101   4213163       441      1914         0    157155      5802   2391458   no data   no data  --
4712.75/1179.83	c  S st   101   4213667       441      1914         0    157659      5802   2402858   no data   no data  --
4712.75/1179.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
4712.75/1179.84	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4713.15/1179.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.34
4713.55/1180.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4713.55/1180.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4713.55/1180.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    441 time:  0.00 s
4713.55/1180.01	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-3175107-1304088102/watcher-3175107-1304088102 -o /tmp/evaluation-result-3175107-1304088102/solver-3175107-1304088102 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3175107-1304088102.cnf 

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

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


[startup+0 s]
/proc/loadavg: 7.49 7.94 7.97 3/174 6697
/proc/meminfo: memFree=26109544/32951124 swapFree=67111524/67111528
[pid=6697] ppid=6694 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/6697/stat : 6697 (strangenight1-m) R 6694 6697 6568 0 -1 4202496 413 0 0 0 0 0 0 0 23 0 4 0 520410682 52465664 352 33554432000 4194304 4650419 140733432867360 18446744073709551615 47134125811634 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6697/statm: 12809 352 303 112 0 7774 0
[pid=6697/tid=6700] ppid=6694 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/6697/task/6700/stat : 6700 (strangenight1-m) R 6694 6697 6568 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 4 0 520410682 52465664 352 33554432000 4194304 4650419 140733432867360 18446744073709551615 47134125811632 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6697/tid=6701] ppid=6694 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/6697/task/6701/stat : 6701 (strangenight1-m) R 6694 6697 6568 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 520410682 52465664 352 33554432000 4194304 4650419 140733432867360 18446744073709551615 47134125811634 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6697/tid=6705] ppid=6694 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/6697/task/6705/stat : 6705 (strangenight1-m) R 6694 6697 6568 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 520410682 52465664 356 33554432000 4194304 4650419 140733432867360 18446744073709551615 47134125811225 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.0834731 s]
/proc/loadavg: 7.49 7.94 7.97 3/174 6697
/proc/meminfo: memFree=26109544/32951124 swapFree=67111524/67111528
[pid=6697] ppid=6694 vsize=282500 CPUtime=0.31 cores=0,2,4,6
/proc/6697/stat : 6697 (strangenight1-m) R 6694 6697 6568 0 -1 4202496 1530 0 0 0 31 0 0 0 18 0 4 0 520410682 289280000 1405 33554432000 4194304 4650419 140733432867360 18446744073709551615 4363510 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6697/statm: 70625 1405 391 112 0 65590 0
[pid=6697/tid=6700] ppid=6694 vsize=282500 CPUtime=0.07 cores=0,2,4,6
/proc/6697/task/6700/stat : 6700 (strangenight1-m) R 6694 6697 6568 0 -1 4202560 290 0 0 0 7 0 0 0 18 0 4 0 520410682 289280000 1406 33554432000 4194304 4650419 140733432867360 18446744073709551615 4366479 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6697/tid=6701] ppid=6694 vsize=282500 CPUtime=0.07 cores=0,2,4,6
/proc/6697/task/6701/stat : 6701 (strangenight1-m) R 6694 6697 6568 0 -1 4202560 321 0 0 0 7 0 0 0 25 0 4 0 520410682 289280000 1406 33554432000 4194304 4650419 140733432867360 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6697/tid=6705] ppid=6694 vsize=282500 CPUtime=0.07 cores=0,2,4,6
/proc/6697/task/6705/stat : 6705 (strangenight1-m) R 6694 6697 6568 0 -1 4202560 175 0 0 0 7 0 0 0 18 0 4 0 520410682 289280000 1406 33554432000 4194304 4650419 140733432867360 18446744073709551615 4315047 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 282500

[startup+0.10047 s]
/proc/loadavg: 7.49 7.94 7.97 3/174 6697
/proc/meminfo: memFree=26109544/32951124 swapFree=67111524/67111528
[pid=6697] ppid=6694 vsize=282500 CPUtime=0.37 cores=0,2,4,6
/proc/6697/stat : 6697 (strangenight1-m) R 6694 6697 6568 0 -1 4202496 1606 0 0 0 37 0 0 0 18 0 4 0 520410682 289280000 1481 33554432000 4194304 4650419 140733432867360 18446744073709551615 4365300 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6697/statm: 70625 1481 391 112 0 65590 0
[pid=6697/tid=6700] ppid=6694 vsize=282500 CPUtime=0.09 cores=0,2,4,6
/proc/6697/task/6700/stat : 6700 (strangenight1-m) R 6694 6697 6568 0 -1 4202560 307 0 0 0 9 0 0 0 18 0 4 0 520410682 289280000 1481 33554432000 4194304 4650419 140733432867360 18446744073709551615 4367329 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6697/tid=6701] ppid=6694 vsize=282500 CPUtime=0.09 cores=0,2,4,6
/proc/6697/task/6701/stat : 6701 (strangenight1-m) R 6694 6697 6568 0 -1 4202560 337 0 0 0 9 0 0 0 25 0 4 0 520410682 289280000 1481 33554432000 4194304 4650419 140733432867360 18446744073709551615 4363566 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6697/tid=6705] ppid=6694 vsize=282500 CPUtime=0.09 cores=0,2,4,6
/proc/6697/task/6705/stat : 6705 (strangenight1-m) R 6694 6697 6568 0 -1 4202560 198 0 0 0 9 0 0 0 18 0 4 0 520410682 289280000 1482 33554432000 4194304 4650419 140733432867360 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 282500

[startup+0.300433 s]
/proc/loadavg: 7.49 7.94 7.97 3/174 6697
/proc/meminfo: memFree=26109544/32951124 swapFree=67111524/67111528
[pid=6697] ppid=6694 vsize=283732 CPUtime=1.17 cores=0,2,4,6
/proc/6697/stat : 6697 (strangenight1-m) R 6694 6697 6568 0 -1 4202496 2660 0 0 0 117 0 0 0 18 0 4 0 520410682 290541568 2013 33554432000 4194304 4650419 140733432867360 18446744073709551615 4363883 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6697/statm: 70933 2013 393 112 0 65898 0
[pid=6697/tid=6700] ppid=6694 vsize=283732 CPUtime=0.29 cores=0,2,4,6
/proc/6697/task/6700/stat : 6700 (strangenight1-m) R 6694 6697 6568 0 -1 4202560 587 0 0 0 29 0 0 0 18 0 4 0 520410682 290541568 2013 33554432000 4194304 4650419 140733432867360 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6697/tid=6701] ppid=6694 vsize=283732 CPUtime=0.29 cores=0,2,4,6
/proc/6697/task/6701/stat : 6701 (strangenight1-m) R 6694 6697 6568 0 -1 4202560 575 0 0 0 29 0 0 0 25 0 4 0 520410682 290541568 2013 33554432000 4194304 4650419 140733432867360 18446744073709551615 4365337 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6697/tid=6705] ppid=6694 vsize=283732 CPUtime=0.29 cores=0,2,4,6
/proc/6697/task/6705/stat : 6705 (strangenight1-m) R 6694 6697 6568 0 -1 4202560 470 0 0 0 29 0 0 0 18 0 4 0 520410682 290541568 2014 33554432000 4194304 4650419 140733432867360 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 283732

[startup+0.700362 s]
/proc/loadavg: 7.49 7.94 7.97 3/174 6697
/proc/meminfo: memFree=26109544/32951124 swapFree=67111524/67111528
[pid=6697] ppid=6694 vsize=284892 CPUtime=2.77 cores=0,2,4,6
/proc/6697/stat : 6697 (strangenight1-m) R 6694 6697 6568 0 -1 4202496 4411 0 0 0 277 0 0 0 18 0 4 0 520410682 291729408 2487 33554432000 4194304 4650419 140733432867360 18446744073709551615 4364785 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6697/statm: 71223 2488 393 112 0 66188 0
[pid=6697/tid=6700] ppid=6694 vsize=284892 CPUtime=0.69 cores=0,2,4,6
/proc/6697/task/6700/stat : 6700 (strangenight1-m) R 6694 6697 6568 0 -1 4202560 1136 0 0 0 69 0 0 0 18 0 4 0 520410682 291729408 2488 33554432000 4194304 4650419 140733432867360 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6697/tid=6701] ppid=6694 vsize=284892 CPUtime=0.69 cores=0,2,4,6
/proc/6697/task/6701/stat : 6701 (strangenight1-m) R 6694 6697 6568 0 -1 4202560 910 0 0 0 69 0 0 0 25 0 4 0 520410682 291729408 2488 33554432000 4194304 4650419 140733432867360 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6697/tid=6705] ppid=6694 vsize=284892 CPUtime=0.69 cores=0,2,4,6
/proc/6697/task/6705/stat : 6705 (strangenight1-m) R 6694 6697 6568 0 -1 4202560 950 0 0 0 69 0 0 0 18 0 4 0 520410682 291729408 2488 33554432000 4194304 4650419 140733432867360 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 284892

[startup+1.50022 s]
/proc/loadavg: 7.49 7.94 7.97 9/184 6707
/proc/meminfo: memFree=26090244/32951124 swapFree=67111524/67111528
[pid=6697] ppid=6694 vsize=285784 CPUtime=5.97 cores=0,2,4,6
/proc/6697/stat : 6697 (strangenight1-m) R 6694 6697 6568 0 -1 4202496 8063 0 0 0 596 1 0 0 20 0 4 0 520410682 292642816 4473 33554432000 4194304 4650419 140733432867360 18446744073709551615 4438399 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6697/statm: 71446 4473 395 112 0 66411 0
[pid=6697/tid=6700] ppid=6694 vsize=285784 CPUtime=1.49 cores=0,2,4,6
/proc/6697/task/6700/stat : 6700 (strangenight1-m) R 6694 6697 6568 0 -1 4202560 1725 0 0 0 149 0 0 0 19 0 4 0 520410682 292642816 4473 33554432000 4194304 4650419 140733432867360 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6697/tid=6701] ppid=6694 vsize=285784 CPUtime=1.48 cores=0,2,4,6
/proc/6697/task/6701/stat : 6701 (strangenight1-m) R 6694 6697 6568 0 -1 4202560 1582 0 0 0 148 0 0 0 25 0 4 0 520410682 292642816 4473 33554432000 4194304 4650419 140733432867360 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6697/tid=6705] ppid=6694 vsize=285784 CPUtime=1.49 cores=0,2,4,6
/proc/6697/task/6705/stat : 6705 (strangenight1-m) R 6694 6697 6568 0 -1 4202560 1493 0 0 0 149 0 0 0 20 0 4 0 520410682 292642816 4473 33554432000 4194304 4650419 140733432867360 18446744073709551615 4365237 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 285784

[startup+3.10092 s]
/proc/loadavg: 7.49 7.94 7.97 10/184 6707
/proc/meminfo: memFree=26058624/32951124 swapFree=67111524/67111528
[pid=6697] ppid=6694 vsize=298992 CPUtime=12.36 cores=0,2,4,6
/proc/6697/stat : 6697 (strangenight1-m) R 6694 6697 6568 0 -1 4202496 15816 0 0 0 1234 2 0 0 25 0 4 0 520410682 306167808 9120 33554432000 4194304 4650419 140733432867360 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6697/statm: 74748 9120 395 112 0 69713 0
[pid=6697/tid=6700] ppid=6694 vsize=298992 CPUtime=3.08 cores=0,2,4,6
/proc/6697/task/6700/stat : 6700 (strangenight1-m) R 6694 6697 6568 0 -1 4202560 3683 0 0 0 308 0 0 0 25 0 4 0 520410682 306167808 9120 33554432000 4194304 4650419 140733432867360 18446744073709551615 4364424 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6697/tid=6701] ppid=6694 vsize=298992 CPUtime=3.07 cores=0,2,4,6
/proc/6697/task/6701/stat : 6701 (strangenight1-m) R 6694 6697 6568 0 -1 4202560 4158 0 0 0 307 0 0 0 25 0 4 0 520410682 306167808 9120 33554432000 4194304 4650419 140733432867360 18446744073709551615 4365325 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6697/tid=6705] ppid=6694 vsize=298992 CPUtime=3.08 cores=0,2,4,6
/proc/6697/task/6705/stat : 6705 (strangenight1-m) R 6694 6697 6568 0 -1 4202560 3707 0 0 0 308 0 0 0 25 0 4 0 520410682 306167808 9120 33554432000 4194304 4650419 140733432867360 18446744073709551615 4364772 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 298992

[startup+6.30034 s]
/proc/loadavg: 7.21 7.88 7.94 9/184 6738
/proc/meminfo: memFree=26047768/32951124 swapFree=67111524/67111528
[pid=6697] ppid=6694 vsize=299628 CPUtime=25.14 cores=0,2,4,6
/proc/6697/stat : 6697 (strangenight1-m) R 6694 6697 6568 0 -1 4202496 23241 0 0 0 2510 4 0 0 25 0 4 0 520410682 306819072 11947 33554432000 4194304 4650419 140733432867360 18446744073709551615 4520364 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6697/statm: 74907 11947 395 112 0 69872 0
[pid=6697/tid=6700] ppid=6694 vsize=299628 CPUtime=6.29 cores=0,2,4,6
/proc/6697/task/6700/stat : 6700 (strangenight1-m) R 6694 6697 6568 0 -1 4202560 5778 0 0 0 628 1 0 0 25 0 4 0 520410682 306819072 11947 33554432000 4194304 4650419 140733432867360 18446744073709551615 4366879 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6697/tid=6701] ppid=6694 vsize=299628 CPUtime=6.26 cores=0,2,4,6
/proc/6697/task/6701/stat : 6701 (strangenight1-m) R 6694 6697 6568 0 -1 4202560 6282 0 0 0 625 1 0 0 25 0 4 0 520410682 306819072 11947 33554432000 4194304 4650419 140733432867360 18446744073709551615 4476204 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6697/tid=6705] ppid=6694 vsize=299628 CPUtime=6.28 cores=0,2,4,6
/proc/6697/task/6705/stat : 6705 (strangenight1-m) R 6694 6697 6568 0 -1 4202560 4821 0 0 0 628 0 0 0 25 0 4 0 520410682 306819072 11947 33554432000 4194304 4650419 140733432867360 18446744073709551615 4366896 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 299628

[startup+12.7012 s]
/proc/loadavg: 7.27 7.88 7.94 9/184 6738
/proc/meminfo: memFree=25988012/32951124 swapFree=67111524/67111528
[pid=6697] ppid=6694 vsize=300072 CPUtime=50.7 cores=0,2,4,6
/proc/6697/stat : 6697 (strangenight1-m) R 6694 6697 6568 0 -1 4202496 35812 0 0 0 5064 6 0 0 25 0 4 0 520410682 307273728 17038 33554432000 4194304 4650419 140733432867360 18446744073709551615 4432376 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6697/statm: 75018 17038 395 112 0 69983 0
[pid=6697/tid=6700] ppid=6694 vsize=300072 CPUtime=12.68 cores=0,2,4,6
/proc/6697/task/6700/stat : 6700 (strangenight1-m) R 6694 6697 6568 0 -1 4202560 8982 0 0 0 1267 1 0 0 25 0 4 0 520410682 307273728 17038 33554432000 4194304 4650419 140733432867360 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6697/tid=6701] ppid=6694 vsize=300072 CPUtime=12.62 cores=0,2,4,6
/proc/6697/task/6701/stat : 6701 (strangenight1-m) R 6694 6697 6568 0 -1 4202560 8801 0 0 0 1261 1 0 0 25 0 4 0 520410682 307273728 17038 33554432000 4194304 4650419 140733432867360 18446744073709551615 4363426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6697/tid=6705] ppid=6694 vsize=300072 CPUtime=12.69 cores=0,2,4,6
/proc/6697/task/6705/stat : 6705 (strangenight1-m) R 6694 6697 6568 0 -1 4202560 7552 0 0 0 1268 1 0 0 25 0 4 0 520410682 307273728 17038 33554432000 4194304 4650419 140733432867360 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 300072

[startup+25.5008 s]
/proc/loadavg: 7.51 7.90 7.95 9/184 6738
/proc/meminfo: memFree=25941264/32951124 swapFree=67111524/67111528
[pid=6697] ppid=6694 vsize=324664 CPUtime=101.84 cores=0,2,4,6
/proc/6697/stat : 6697 (strangenight1-m) R 6694 6697 6568 0 -1 4202496 54547 0 0 0 10173 11 0 0 25 0 4 0 520410682 332455936 23353 33554432000 4194304 4650419 140733432867360 18446744073709551615 4364777 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6697/statm: 81166 23353 395 112 0 76131 0
[pid=6697/tid=6700] ppid=6694 vsize=324664 CPUtime=25.49 cores=0,2,4,6
/proc/6697/task/6700/stat : 6700 (strangenight1-m) R 6694 6697 6568 0 -1 4202560 14050 0 0 0 2546 3 0 0 25 0 4 0 520410682 332455936 23353 33554432000 4194304 4650419 140733432867360 18446744073709551615 4363566 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6697/tid=6701] ppid=6694 vsize=324664 CPUtime=25.36 cores=0,2,4,6
/proc/6697/task/6701/stat : 6701 (strangenight1-m) R 6694 6697 6568 0 -1 4202560 14084 0 0 0 2534 2 0 0 25 0 4 0 520410682 332455936 23353 33554432000 4194304 4650419 140733432867360 18446744073709551615 4366933 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6697/tid=6705] ppid=6694 vsize=324664 CPUtime=25.48 cores=0,2,4,6
/proc/6697/task/6705/stat : 6705 (strangenight1-m) R 6694 6697 6568 0 -1 4202560 10843 0 0 0 2546 2 0 0 25 0 4 0 520410682 332455936 23353 33554432000 4194304 4650419 140733432867360 18446744073709551615 4366835 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 324664

[startup+51.1011 s]
/proc/loadavg: 7.74 7.92 7.95 9/184 6739
/proc/meminfo: memFree=25898292/32951124 swapFree=67111524/67111528
[pid=6697] ppid=6694 vsize=333768 CPUtime=204.1 cores=0,2,4,6
/proc/6697/stat : 6697 (strangenight1-m) R 6694 6697 6568 0 -1 4202496 79571 0 0 0 20391 19 0 0 25 0 4 0 520410682 341778432 29698 33554432000 4194304 4650419 140733432867360 18446744073709551615 4365357 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6697/statm: 83442 29698 395 112 0 78407 0
[pid=6697/tid=6700] ppid=6694 vsize=333768 CPUtime=51.09 cores=0,2,4,6
/proc/6697/task/6700/stat : 6700 (strangenight1-m) R 6694 6697 6568 0 -1 4202560 21254 0 0 0 5104 5 0 0 25 0 4 0 520410682 341778432 29698 33554432000 4194304 4650419 140733432867360 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6697/tid=6701] ppid=6694 vsize=333768 CPUtime=50.82 cores=0,2,4,6
/proc/6697/task/6701/stat : 6701 (strangenight1-m) R 6694 6697 6568 0 -1 4202560 22249 0 0 0 5078 4 0 0 25 0 4 0 520410682 341778432 29698 33554432000 4194304 4650419 140733432867360 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6697/tid=6705] ppid=6694 vsize=333768 CPUtime=51.09 cores=0,2,4,6
/proc/6697/task/6705/stat : 6705 (strangenight1-m) R 6694 6697 6568 0 -1 4202560 15116 0 0 0 5105 4 0 0 25 0 4 0 520410682 341778432 29698 33554432000 4194304 4650419 140733432867360 18446744073709551615 4367232 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 204.1
Current children cumulated vsize (KiB) 333768

[startup+102.307 s]
/proc/loadavg: 8.01 7.96 7.97 9/184 6740
/proc/meminfo: memFree=25837756/32951124 swapFree=67111524/67111528
[pid=6697] ppid=6694 vsize=356564 CPUtime=408.65 cores=0,2,4,6
/proc/6697/stat : 6697 (strangenight1-m) R 6694 6697 6568 0 -1 4202496 119698 0 0 0 40834 31 0 0 25 0 4 0 520410682 365121536 37175 33554432000 4194304 4650419 140733432867360 18446744073709551615 4365231 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6697/statm: 89141 37175 395 112 0 84106 0
[pid=6697/tid=6700] ppid=6694 vsize=356564 CPUtime=102.3 cores=0,2,4,6
/proc/6697/task/6700/stat : 6700 (strangenight1-m) R 6694 6697 6568 0 -1 4202560 31986 0 0 0 10222 8 0 0 25 0 4 0 520410682 365121536 37175 33554432000 4194304 4650419 140733432867360 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6697/tid=6701] ppid=6694 vsize=356564 CPUtime=101.75 cores=0,2,4,6
/proc/6697/task/6701/stat : 6701 (strangenight1-m) R 6694 6697 6568 0 -1 4202560 33619 0 0 0 10167 8 0 0 25 0 4 0 520410682 365121536 37175 33554432000 4194304 4650419 140733432867360 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6697/tid=6705] ppid=6694 vsize=356564 CPUtime=102.29 cores=0,2,4,6
/proc/6697/task/6705/stat : 6705 (strangenight1-m) R 6694 6697 6568 0 -1 4202560 20820 0 0 0 10224 5 0 0 25 0 4 0 520410682 365121536 37175 33554432000 4194304 4650419 140733432867360 18446744073709551615 4438399 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.65
Current children cumulated vsize (KiB) 356564

[startup+162.301 s]

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

[pid=6697] ppid=6694 vsize=519196 CPUtime=2805.37 cores=0,2,4,6
/proc/6697/stat : 6697 (strangenight1-m) R 6694 6697 6568 0 -1 4202496 411265 0 0 0 280391 146 0 0 25 0 4 0 520410682 531656704 80235 33554432000 4194304 4650419 140733432867360 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6697/statm: 129799 80235 395 112 0 124764 0
[pid=6697/tid=6700] ppid=6694 vsize=519196 CPUtime=702.3 cores=0,2,4,6
/proc/6697/task/6700/stat : 6700 (strangenight1-m) R 6694 6697 6568 0 -1 4202560 113057 0 0 0 70189 41 0 0 25 0 4 0 520410682 531656704 80235 33554432000 4194304 4650419 140733432867360 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6697/tid=6701] ppid=6694 vsize=519196 CPUtime=698.5 cores=0,2,4,6
/proc/6697/task/6701/stat : 6701 (strangenight1-m) R 6694 6697 6568 0 -1 4202560 115016 0 0 0 69812 38 0 0 25 0 4 0 520410682 531656704 80235 33554432000 4194304 4650419 140733432867360 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6697/tid=6705] ppid=6694 vsize=519196 CPUtime=702.29 cores=0,2,4,6
/proc/6697/task/6705/stat : 6705 (strangenight1-m) R 6694 6697 6568 0 -1 4202560 65045 0 0 0 70203 26 0 0 25 0 4 0 520410682 531656704 80235 33554432000 4194304 4650419 140733432867360 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2805.37
Current children cumulated vsize (KiB) 519196

[startup+762.307 s]
/proc/loadavg: 8.15 8.09 8.01 9/184 6758
/proc/meminfo: memFree=25532384/32951124 swapFree=67111524/67111528
[pid=6697] ppid=6694 vsize=543888 CPUtime=3045.06 cores=0,2,4,6
/proc/6697/stat : 6697 (strangenight1-m) R 6694 6697 6568 0 -1 4202496 428957 0 0 0 304354 152 0 0 25 0 4 0 520410682 556941312 83472 33554432000 4194304 4650419 140733432867360 18446744073709551615 4313319 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6697/statm: 135972 83472 395 112 0 130937 0
[pid=6697/tid=6700] ppid=6694 vsize=543888 CPUtime=762.31 cores=0,2,4,6
/proc/6697/task/6700/stat : 6700 (strangenight1-m) R 6694 6697 6568 0 -1 4202560 117094 0 0 0 76189 42 0 0 25 0 4 0 520410682 556941312 83472 33554432000 4194304 4650419 140733432867360 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6697/tid=6701] ppid=6694 vsize=543888 CPUtime=758.18 cores=0,2,4,6
/proc/6697/task/6701/stat : 6701 (strangenight1-m) R 6694 6697 6568 0 -1 4202560 122549 0 0 0 75777 41 0 0 25 0 4 0 520410682 556941312 83472 33554432000 4194304 4650419 140733432867360 18446744073709551615 4366865 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6697/tid=6705] ppid=6694 vsize=543888 CPUtime=762.3 cores=0,2,4,6
/proc/6697/task/6705/stat : 6705 (strangenight1-m) R 6694 6697 6568 0 -1 4202560 67576 0 0 0 76203 27 0 0 25 0 4 0 520410682 556941312 83472 33554432000 4194304 4650419 140733432867360 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3045.06
Current children cumulated vsize (KiB) 543888

[startup+822.301 s]
/proc/loadavg: 8.11 8.08 8.01 9/184 6759
/proc/meminfo: memFree=25530732/32951124 swapFree=67111524/67111528
[pid=6697] ppid=6694 vsize=521452 CPUtime=3284.72 cores=0,2,4,6
/proc/6697/stat : 6697 (strangenight1-m) R 6694 6697 6568 0 -1 4202496 450151 0 0 0 328312 160 0 0 25 0 4 0 520410682 533966848 80877 33554432000 4194304 4650419 140733432867360 18446744073709551615 4365346 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6697/statm: 130363 80877 395 112 0 125328 0
[pid=6697/tid=6700] ppid=6694 vsize=521452 CPUtime=822.31 cores=0,2,4,6
/proc/6697/task/6700/stat : 6700 (strangenight1-m) R 6694 6697 6568 0 -1 4202560 124687 0 0 0 82187 44 0 0 25 0 4 0 520410682 533966848 80877 33554432000 4194304 4650419 140733432867360 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6697/tid=6701] ppid=6694 vsize=521452 CPUtime=817.85 cores=0,2,4,6
/proc/6697/task/6701/stat : 6701 (strangenight1-m) R 6694 6697 6568 0 -1 4202560 129121 0 0 0 81741 44 0 0 25 0 4 0 520410682 533966848 80877 33554432000 4194304 4650419 140733432867360 18446744073709551615 4366841 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6697/tid=6705] ppid=6694 vsize=521452 CPUtime=822.3 cores=0,2,4,6
/proc/6697/task/6705/stat : 6705 (strangenight1-m) R 6694 6697 6568 0 -1 4202560 70286 0 0 0 82202 28 0 0 25 0 4 0 520410682 533966848 80877 33554432000 4194304 4650419 140733432867360 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3284.72
Current children cumulated vsize (KiB) 521452

[startup+882.301 s]
/proc/loadavg: 8.09 8.08 8.01 9/184 6761
/proc/meminfo: memFree=25512096/32951124 swapFree=67111524/67111528
[pid=6697] ppid=6694 vsize=534840 CPUtime=3524.39 cores=0,2,4,6
/proc/6697/stat : 6697 (strangenight1-m) R 6694 6697 6568 0 -1 4202496 475407 0 0 0 352271 168 0 0 25 0 4 0 520410682 547676160 85450 33554432000 4194304 4650419 140733432867360 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6697/statm: 133710 85450 395 112 0 128675 0
[pid=6697/tid=6700] ppid=6694 vsize=534840 CPUtime=882.31 cores=0,2,4,6
/proc/6697/task/6700/stat : 6700 (strangenight1-m) R 6694 6697 6568 0 -1 4202560 132097 0 0 0 88184 47 0 0 25 0 4 0 520410682 547676160 85450 33554432000 4194304 4650419 140733432867360 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6697/tid=6701] ppid=6694 vsize=534840 CPUtime=877.52 cores=0,2,4,6
/proc/6697/task/6701/stat : 6701 (strangenight1-m) R 6694 6697 6568 0 -1 4202560 137467 0 0 0 87706 46 0 0 25 0 4 0 520410682 547676160 85450 33554432000 4194304 4650419 140733432867360 18446744073709551615 4366906 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6697/tid=6705] ppid=6694 vsize=534840 CPUtime=882.3 cores=0,2,4,6
/proc/6697/task/6705/stat : 6705 (strangenight1-m) R 6694 6697 6568 0 -1 4202560 74245 0 0 0 88200 30 0 0 25 0 4 0 520410682 547676160 85450 33554432000 4194304 4650419 140733432867360 18446744073709551615 4520322 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3524.39
Current children cumulated vsize (KiB) 534840

[startup+942.301 s]
/proc/loadavg: 8.03 8.07 8.00 9/184 6763
/proc/meminfo: memFree=25481932/32951124 swapFree=67111524/67111528
[pid=6697] ppid=6694 vsize=527752 CPUtime=3764.07 cores=0,2,4,6
/proc/6697/stat : 6697 (strangenight1-m) R 6694 6697 6568 0 -1 4202496 495493 0 0 0 376229 178 0 0 25 0 4 0 520410682 540418048 90230 33554432000 4194304 4650419 140733432867360 18446744073709551615 4364777 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6697/statm: 131938 90230 395 112 0 126903 0
[pid=6697/tid=6700] ppid=6694 vsize=527752 CPUtime=942.31 cores=0,2,4,6
/proc/6697/task/6700/stat : 6700 (strangenight1-m) R 6694 6697 6568 0 -1 4202560 138842 0 0 0 94181 50 0 0 25 0 4 0 520410682 540418048 90230 33554432000 4194304 4650419 140733432867360 18446744073709551615 4364772 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6697/tid=6701] ppid=6694 vsize=527752 CPUtime=937.2 cores=0,2,4,6
/proc/6697/task/6701/stat : 6701 (strangenight1-m) R 6694 6697 6568 0 -1 4202560 144196 0 0 0 93671 49 0 0 25 0 4 0 520410682 540418048 90230 33554432000 4194304 4650419 140733432867360 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6697/tid=6705] ppid=6694 vsize=527752 CPUtime=942.3 cores=0,2,4,6
/proc/6697/task/6705/stat : 6705 (strangenight1-m) R 6694 6697 6568 0 -1 4202560 77876 0 0 0 94199 31 0 0 25 0 4 0 520410682 540418048 90230 33554432000 4194304 4650419 140733432867360 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3764.07
Current children cumulated vsize (KiB) 527752

[startup+1002.3 s]
/proc/loadavg: 8.01 8.05 8.00 9/184 6764
/proc/meminfo: memFree=25487980/32951124 swapFree=67111524/67111528
[pid=6697] ppid=6694 vsize=540660 CPUtime=4003.73 cores=0,2,4,6
/proc/6697/stat : 6697 (strangenight1-m) R 6694 6697 6568 0 -1 4202496 514507 0 0 0 400189 184 0 0 25 0 4 0 520410682 553635840 89233 33554432000 4194304 4650419 140733432867360 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6697/statm: 135165 89233 395 112 0 130130 0
[pid=6697/tid=6700] ppid=6694 vsize=540660 CPUtime=1002.32 cores=0,2,4,6
/proc/6697/task/6700/stat : 6700 (strangenight1-m) R 6694 6697 6568 0 -1 4202560 146046 0 0 0 100179 53 0 0 25 0 4 0 520410682 553635840 89233 33554432000 4194304 4650419 140733432867360 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6697/tid=6701] ppid=6694 vsize=540660 CPUtime=996.87 cores=0,2,4,6
/proc/6697/task/6701/stat : 6701 (strangenight1-m) R 6694 6697 6568 0 -1 4202560 150925 0 0 0 99636 51 0 0 25 0 4 0 520410682 553635840 89233 33554432000 4194304 4650419 140733432867360 18446744073709551615 4363607 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6697/tid=6705] ppid=6694 vsize=540660 CPUtime=1002.3 cores=0,2,4,6
/proc/6697/task/6705/stat : 6705 (strangenight1-m) R 6694 6697 6568 0 -1 4202560 79896 0 0 0 100199 31 0 0 25 0 4 0 520410682 553635840 89233 33554432000 4194304 4650419 140733432867360 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4003.73
Current children cumulated vsize (KiB) 540660

[startup+1062.3 s]
/proc/loadavg: 8.12 8.07 8.01 9/184 6766
/proc/meminfo: memFree=25423452/32951124 swapFree=67111524/67111528
[pid=6697] ppid=6694 vsize=551396 CPUtime=4243.41 cores=0,2,4,6
/proc/6697/stat : 6697 (strangenight1-m) R 6694 6697 6568 0 -1 4202496 537037 0 0 0 424147 194 0 0 25 0 4 0 520410682 564629504 93031 33554432000 4194304 4650419 140733432867360 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6697/statm: 137849 93031 395 112 0 132814 0
[pid=6697/tid=6700] ppid=6694 vsize=551396 CPUtime=1062.32 cores=0,2,4,6
/proc/6697/task/6700/stat : 6700 (strangenight1-m) R 6694 6697 6568 0 -1 4202560 151273 0 0 0 106177 55 0 0 25 0 4 0 520410682 564629504 93031 33554432000 4194304 4650419 140733432867360 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6697/tid=6701] ppid=6694 vsize=551396 CPUtime=1056.55 cores=0,2,4,6
/proc/6697/task/6701/stat : 6701 (strangenight1-m) R 6694 6697 6568 0 -1 4202560 156852 0 0 0 105601 54 0 0 25 0 4 0 520410682 564629504 93031 33554432000 4194304 4650419 140733432867360 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6697/tid=6705] ppid=6694 vsize=551396 CPUtime=1062.3 cores=0,2,4,6
/proc/6697/task/6705/stat : 6705 (strangenight1-m) R 6694 6697 6568 0 -1 4202560 85629 0 0 0 106197 33 0 0 25 0 4 0 520410682 564629504 93031 33554432000 4194304 4650419 140733432867360 18446744073709551615 4365327 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4243.41
Current children cumulated vsize (KiB) 551396

[startup+1122.3 s]
/proc/loadavg: 8.15 8.08 8.01 9/184 6767
/proc/meminfo: memFree=25423168/32951124 swapFree=67111524/67111528
[pid=6697] ppid=6694 vsize=558564 CPUtime=4483.08 cores=0,2,4,6
/proc/6697/stat : 6697 (strangenight1-m) R 6694 6697 6568 0 -1 4202496 554133 0 0 0 448102 206 0 0 25 0 4 0 520410682 571969536 91908 33554432000 4194304 4650419 140733432867360 18446744073709551615 4366828 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6697/statm: 139641 91908 395 112 0 134606 0
[pid=6697/tid=6700] ppid=6694 vsize=558564 CPUtime=1122.32 cores=0,2,4,6
/proc/6697/task/6700/stat : 6700 (strangenight1-m) R 6694 6697 6568 0 -1 4202560 155922 0 0 0 112174 58 0 0 25 0 4 0 520410682 571969536 91908 33554432000 4194304 4650419 140733432867360 18446744073709551615 4365286 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6697/tid=6701] ppid=6694 vsize=558564 CPUtime=1116.22 cores=0,2,4,6
/proc/6697/task/6701/stat : 6701 (strangenight1-m) R 6694 6697 6568 0 -1 4202560 161812 0 0 0 111564 58 0 0 25 0 4 0 520410682 571969536 91908 33554432000 4194304 4650419 140733432867360 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6697/tid=6705] ppid=6694 vsize=558564 CPUtime=1122.3 cores=0,2,4,6
/proc/6697/task/6705/stat : 6705 (strangenight1-m) R 6694 6697 6568 0 -1 4202560 88528 0 0 0 112195 35 0 0 25 0 4 0 520410682 571969536 91908 33554432000 4194304 4650419 140733432867360 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4483.08
Current children cumulated vsize (KiB) 558564

[startup+1182.3 s]
/proc/loadavg: 8.21 8.11 8.02 9/184 6778
/proc/meminfo: memFree=25430212/32951124 swapFree=67111524/67111528
[pid=6697] ppid=6694 vsize=545400 CPUtime=4722.74 cores=0,2,4,6
/proc/6697/stat : 6697 (strangenight1-m) R 6694 6697 6568 0 -1 4202496 577301 0 0 0 472057 217 0 0 25 0 4 0 520410682 558489600 93759 33554432000 4194304 4650419 140733432867360 18446744073709551615 4433081 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6697/statm: 136350 93759 395 112 0 131315 0
[pid=6697/tid=6700] ppid=6694 vsize=545400 CPUtime=1182.32 cores=0,2,4,6
/proc/6697/task/6700/stat : 6700 (strangenight1-m) R 6694 6697 6568 0 -1 4202560 163772 0 0 0 118171 61 0 0 25 0 4 0 520410682 558489600 93759 33554432000 4194304 4650419 140733432867360 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6697/tid=6701] ppid=6694 vsize=545400 CPUtime=1175.9 cores=0,2,4,6
/proc/6697/task/6701/stat : 6701 (strangenight1-m) R 6694 6697 6568 0 -1 4202560 168516 0 0 0 117529 61 0 0 25 0 4 0 520410682 558489600 93759 33554432000 4194304 4650419 140733432867360 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6697/tid=6705] ppid=6694 vsize=545400 CPUtime=1182.3 cores=0,2,4,6
/proc/6697/task/6705/stat : 6705 (strangenight1-m) R 6694 6697 6568 0 -1 4202560 92063 0 0 0 118191 39 0 0 25 0 4 0 520410682 558489600 93759 33554432000 4194304 4650419 140733432867360 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4722.74
Current children cumulated vsize (KiB) 545400



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.22 8.12 8.03 9/184 6778
/proc/meminfo: memFree=25421136/32951124 swapFree=67111524/67111528
[pid=6697] ppid=6694 vsize=545452 CPUtime=4800.25 cores=0,2,4,6
/proc/6697/stat : 6697 (strangenight1-m) R 6694 6697 6568 0 -1 4202496 581674 0 0 0 479806 219 0 0 25 0 4 0 520410682 558542848 94204 33554432000 4194304 4650419 140733432867360 18446744073709551615 4476304 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6697/statm: 136363 94204 395 112 0 131328 0
[pid=6697/tid=6700] ppid=6694 vsize=545452 CPUtime=1201.73 cores=0,2,4,6
/proc/6697/task/6700/stat : 6700 (strangenight1-m) R 6694 6697 6568 0 -1 4202560 164836 0 0 0 120111 62 0 0 25 0 4 0 520410682 558542848 94204 33554432000 4194304 4650419 140733432867360 18446744073709551615 4364772 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6697/tid=6701] ppid=6694 vsize=545452 CPUtime=1195.19 cores=0,2,4,6
/proc/6697/task/6701/stat : 6701 (strangenight1-m) R 6694 6697 6568 0 -1 4202560 170316 0 0 0 119457 62 0 0 25 0 4 0 520410682 558542848 94204 33554432000 4194304 4650419 140733432867360 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6697/tid=6705] ppid=6694 vsize=545452 CPUtime=1201.7 cores=0,2,4,6
/proc/6697/task/6705/stat : 6705 (strangenight1-m) R 6694 6697 6568 0 -1 4202560 92641 0 0 0 120131 39 0 0 25 0 4 0 520410682 558542848 94204 33554432000 4194304 4650419 140733432867360 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.25
Current children cumulated vsize (KiB) 545452

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.22 8.12 8.03 9/184 6778
/proc/meminfo: memFree=25421136/32951124 swapFree=67111524/67111528
[pid=6697] ppid=6694 vsize=545452 CPUtime=4800.25 cores=0,2,4,6
/proc/6697/stat : 6697 (strangenight1-m) R 6694 6697 6568 0 -1 4202496 581674 0 0 0 479806 219 0 0 25 0 4 0 520410682 558542848 94204 33554432000 4194304 4650419 140733432867360 18446744073709551615 4476304 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6697/statm: 136363 94204 395 112 0 131328 0
[pid=6697/tid=6700] ppid=6694 vsize=545452 CPUtime=1201.73 cores=0,2,4,6
/proc/6697/task/6700/stat : 6700 (strangenight1-m) R 6694 6697 6568 0 -1 4202560 164836 0 0 0 120111 62 0 0 25 0 4 0 520410682 558542848 94204 33554432000 4194304 4650419 140733432867360 18446744073709551615 4364772 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6697/tid=6701] ppid=6694 vsize=545452 CPUtime=1195.19 cores=0,2,4,6
/proc/6697/task/6701/stat : 6701 (strangenight1-m) R 6694 6697 6568 0 -1 4202560 170316 0 0 0 119457 62 0 0 25 0 4 0 520410682 558542848 94204 33554432000 4194304 4650419 140733432867360 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6697/tid=6705] ppid=6694 vsize=545452 CPUtime=1201.7 cores=0,2,4,6
/proc/6697/task/6705/stat : 6705 (strangenight1-m) R 6694 6697 6568 0 -1 4202560 92641 0 0 0 120131 39 0 0 25 0 4 0 520410682 558542848 94204 33554432000 4194304 4650419 140733432867360 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.25
Current children cumulated vsize (KiB) 545452

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.73
CPU time (s): 4800.3
CPU user time (s): 4798.08
CPU system time (s): 2.21266
CPU usage (%): 399.448
Max. virtual memory (cumulated for all children) (KiB): 602840

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.08
system time used= 2.21266
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 581675
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= 447
involuntary context switches= 21440

runsolver used 1.9477 second user time and 4.6053 second system time

The end

Launcher Data

Begin job on node104 at 2011-04-29 16:41:42
IDJOB=3175107
IDBENCH=82725
IDSOLVER=1588
FILE ID=node104/3175107-1304088102
RUNJOBID= node104-1304086898-6586
PBS_JOBID= 13170552
Free space on /tmp= 71548 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v450-c1917-S367251957-028.UNKNOWN.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3175107-1304088102/watcher-3175107-1304088102 -o /tmp/evaluation-result-3175107-1304088102/solver-3175107-1304088102 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3175107-1304088102.cnf

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

MD5SUM BENCH= 6ae9d83c80bad27a7e5f57fa7d9ee7b1
RANDOM SEED=1593195666

node104.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.855
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.71
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.855
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.83
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.855
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.67
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.855
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.80
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.855
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	: 5293.18
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.855
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.855
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.855
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      26109964 kB
Buffers:       1879648 kB
Cached:        4354504 kB
SwapCached:          4 kB
Active:         166072 kB
Inactive:      6132280 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26109964 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           12448 kB
Writeback:           0 kB
AnonPages:       64288 kB
Mapped:          14296 kB
Slab:           479776 kB
PageTables:       4640 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   187864 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= 71536 MiB
End job on node104 at 2011-04-29 17:01:46