Trace number 3368986

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v600-c2556-S735137557-045.SATISFIABLE.cnf
MD5SUMdb052c7898d14b578cec80f7488daf9a
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.003999
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of clauses2556
Sum of the clauses size7668
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32556
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.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 2.9.0
0.00/0.01	c compiled with gcc version 4.4.5
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3368986-1305409226.cnf'
0.00/0.01	c -- header says num vars:            600
0.00/0.01	c -- header says num clauses:        2556
0.00/0.01	c -- clauses added:            0 learnts,         2556 normals,            0 xors
0.00/0.01	c -- vars added        600
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       600      2556         0         0      7668         0   no data   no data  --
0.00/0.01	c asymm  cl-useful: 0/2556/2556 lits-rem:0 time: 0.01
3.56/0.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
3.56/0.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.56/0.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.56/0.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    600 time:  0.00 s
3.56/0.90	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3.56/0.90	c lits-rem:         0  cl-subs:        0  v-elim:     16  v-fix:    0  time:  0.01 s
3.56/0.90	c Finding binary XORs  T:     0.00 s  found:       0
3.56/0.90	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
3.56/0.90	c calculated reachability. Time: 0.00
3.56/0.90	c Calc default polars -  time:   0.00 s pos:     272 undec:      71 neg:     257
3.56/0.90	c =========================================================================================
3.56/0.90	c types(t): F = full restart, N = normal restart
3.56/0.90	c types(t): S = simplification begin/end, E = solution found
3.56/0.90	c restart types(rt): st = static, dy = dynamic
3.56/0.90	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.56/0.90	c  B st     0         0       584      2532         0         0      7692         0   no data   no data  --
3.56/0.90	c Decided on static restart strategy
3.56/0.90	c  N st     8      4914       584      2532         0      4867      7692    130763   no data   no data  --
3.56/0.90	c  N st    10     11298       584      2532         0      4495      7692     83230   no data   no data  --
3.56/0.90	c  N st    11     17041       584      2532         0     10149      7692    240349   no data   no data  --
4.76/1.20	c  F st    12     25000       584      2532         0     12429      7692    293695   no data   no data  --
4.76/1.20	c  N st    12     25000       584      2532         0     12429      7692    293695   no data   no data  --
5.55/1.43	c  N dy    18     30000       584      2532         0     10696      7692    225875   no data   no data  --
5.55/1.43	c  S st    18     30000       584      2532         0     10696      7692    225875   no data   no data  --
5.55/1.46	c  S st    18     30503       584      2532         0     11199      7692    238176   no data   no data  --
5.55/1.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.55/1.46	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.55/1.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
5.55/1.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.55/1.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.55/1.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    584 time:  0.00 s
5.55/1.47	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
6.76/1.71	c lits-rem:       277  cl-subs:      362  v-elim:      0  v-fix:    0  time:  0.98 s
6.76/1.72	c asymm  cl-useful: 0/2532/2532 lits-rem:0 time: 0.04
6.76/1.72	c calculated reachability. Time: 0.00
6.76/1.72	c  N dy    18     30503       584      2532         0     10837      7692    226975   no data   no data  --
7.55/1.97	c  N dy    31     34576       584      2532         0     14857      7692    332062     17.96     19.09  --
8.37/2.19	c  N dy    43     38675       584      2532         0     11087      7692    183485     17.47     20.25  --
9.54/2.48	c  N dy    56     43462       584      2532         0     15822      7692    303601     17.19     18.21  --
10.34/2.64	c  S st    71     45754       584      2532         0      9245      7692    113896     17.35     16.15  --
10.34/2.67	c  S st    71     46257       584      2532         0      9747      7692    126742     17.35   no data  --
10.34/2.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
10.34/2.67	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
10.34/2.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
10.34/2.68	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10.34/2.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.34/2.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    584 time:  0.00 s
10.34/2.68	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
10.74/2.77	c lits-rem:        20  cl-subs:       16  v-elim:      0  v-fix:    0  time:  0.35 s
10.74/2.77	c vivif2 --  cl tried     2532 cl shrink        0 lits rem          0 time: 0.00
10.74/2.77	c vivif2 --  cl tried     9731 cl shrink        0 lits rem          0 time: 0.01
10.74/2.78	c asymm  cl-useful: 0/2532/2532 lits-rem:0 time: 0.03
10.74/2.78	c calculated reachability. Time: 0.00
10.74/2.78	c  N dy    71     46257       584      2532         0      9731      7692    126328     17.35   no data  --
11.94/3.00	c  N dy    87     50484       584      2532         0     13909      7692    231328     17.36     18.31  --
13.17/3.32	c  N dy    99     55165       584      2532         0     18530      7692    348553     17.28     18.22  --
13.93/3.56	c  N dy   115     59189       584      2532         0     12649      7692    177472     17.31     18.28  --
15.12/3.80	c  N dy   130     63221       584      2532         0     16645      7692    280239     17.29     18.25  --
16.33/4.12	c  N dy   151     67325       584      2532         0     20703      7692    382214     17.33     20.57  --
16.73/4.28	c  S st   167     69385       584      2532         0     11878      7692    136086     17.41     17.34  --
17.15/4.31	c  S st   167     69885       584      2532         0     12377      7692    148113     17.41   no data  --
17.15/4.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
17.15/4.31	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
17.15/4.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
17.15/4.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
17.15/4.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.15/4.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    584 time:  0.00 s
17.15/4.32	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
17.57/4.46	c lits-rem:        26  cl-subs:       31  v-elim:      0  v-fix:    0  time:  0.55 s
17.57/4.46	c vivif2 --  cl tried     2532 cl shrink        0 lits rem          0 time: 0.00
17.57/4.46	c vivif2 --  cl tried    12346 cl shrink        0 lits rem          0 time: 0.00
17.57/4.47	c asymm  cl-useful: 0/2532/2532 lits-rem:0 time: 0.04
17.57/4.47	c calculated reachability. Time: 0.00
17.57/4.47	c  N dy   167     69885       584      2532         0     12346      7692    147093     17.41   no data  --
19.11/4.87	c  N dy   182     75842       584      2532         0     18249      7692    296334     17.33     18.28  --
21.11/5.30	c  N dy   204     80822       584      2532         0     23174      7692    422722     17.37     18.38  --
22.29/5.67	c  N dy   218     86338       584      2532         0     16743      7692    237099     17.33     18.60  --
22.70/5.75	c  F st   225     87500       584      2532         0     17897      7692    266228     17.33     17.26  --
24.30/6.13	c Decided on static restart strategy
24.30/6.13	c  N st   231     92693       584      2532         0     23014      7692    401925     17.33   no data  --
26.34/6.67	c  N st   233     99803       584      2532         0     17195      7692    362403     17.33   no data  --
27.88/7.08	c  S st   234    104828       584      2532         0     22154      7692    501288     17.33   no data  --
28.28/7.14	c  S st   234    105333       584      2532         0     22659      7692    513636     17.33   no data  --
28.28/7.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
28.28/7.14	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
28.28/7.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.04
28.28/7.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
28.28/7.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
28.28/7.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    584 time:  0.00 s
28.28/7.17	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
34.28/8.60	c lits-rem:      1042  cl-subs:      732  v-elim:      0  v-fix:    0  time:  5.72 s
34.28/8.60	c vivif2 --  cl tried     2532 cl shrink        0 lits rem          0 time: 0.00
34.28/8.61	c vivif2 --  cl tried    21927 cl shrink        0 lits rem          0 time: 0.02
34.28/8.63	c asymm  cl-useful: 0/2532/2532 lits-rem:0 time: 0.08
34.28/8.63	c calculated reachability. Time: 0.00
34.28/8.63	c  N st   234    105333       584      2532         0     21927      7692    490295     17.33   no data  --
37.86/9.59	c  N st   235    114932       584      2532         0     17535      7692    313444     17.33   no data  --
43.05/10.89	c  N st   236    129331       584      2532         0     16967      7692    312380     17.33   no data  --
51.02/12.88	c  N st   237    150927       584      2532         0     22471      7692    424350     17.33   no data  --
53.82/13.54	c  S st   238    158000       584      2532         0     29381      7692    613632     17.33   no data  --
54.22/13.61	c  S st   238    158503       584      2532         0     29884      7692    626434     17.33   no data  --
54.22/13.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
54.22/13.62	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
54.22/13.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
54.22/13.64	c bin-w-bin subsume rem            0 bins  time:  0.00 s
54.22/13.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
54.22/13.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    584 time:  0.00 s
54.22/13.64	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
61.79/15.59	c lits-rem:       616  cl-subs:     1620  v-elim:      0  v-fix:    0  time:  7.74 s
61.79/15.59	c vivif2 --  cl tried     2532 cl shrink        0 lits rem          0 time: 0.00
61.79/15.59	c vivif2 --  cl tried    28264 cl shrink        0 lits rem          0 time: 0.02
62.19/15.62	c asymm  cl-useful: 0/2532/2532 lits-rem:0 time: 0.10
62.19/15.62	c calculated reachability. Time: 0.00
62.19/15.62	c  N st   238    158503       584      2532         0     28264      7692    575856     17.33   no data  --
82.14/20.62	c  N st   239    207092       584      2532         0     23039      7692    384605     17.33   no data  --
96.12/24.21	c  N st   240    237755       584      2532         0     33444      7692    625834     17.33   no data  --
96.12/24.21	c  S st   240    237755       584      2532         0     33444      7692    625834     17.33   no data  --
96.54/24.29	c  S st   240    238259       584      2532         0     33948      7692    638752     17.33   no data  --
96.54/24.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
96.54/24.29	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
96.89/24.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
96.89/24.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
96.89/24.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
96.89/24.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    584 time:  0.00 s
96.89/24.32	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
104.89/26.36	c lits-rem:       952  cl-subs:     1771  v-elim:      0  v-fix:    0  time:  8.11 s
104.89/26.36	c vivif2 --  cl tried     2532 cl shrink        0 lits rem          0 time: 0.00
104.89/26.37	c vivif2 --  cl tried    32177 cl shrink        0 lits rem          0 time: 0.02
104.89/26.39	c asymm  cl-useful: 0/2532/2532 lits-rem:0 time: 0.12
104.89/26.40	c calculated reachability. Time: 0.00
104.89/26.40	c  N st   240    238259       584      2532         0     32177      7692    591862     17.33   no data  --
138.37/34.71	c  F st   241    306250       584      2532         0     34176      7692    619656     17.33   no data  --
138.37/34.71	c  N st   241    306250       584      2532         0     34176      7692    619656     17.33   no data  --
140.76/35.35	c Decided on static restart strategy
151.13/37.98	c  N st   251    334549       584      2532         0     38411      7692    689300     17.33   no data  --
163.10/40.91	c  N st   253    357389       584      2532         0     36248      7692    602672     17.33   no data  --
163.10/40.91	c  S st   253    357389       584      2532         0     36248      7692    602672     17.33   no data  --
163.10/41.00	c  S st   253    357893       584      2532         0     36752      7692    615510     17.33   no data  --
163.50/41.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
163.50/41.00	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
163.50/41.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.05
163.50/41.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
163.50/41.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
163.50/41.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    584 time:  0.00 s
163.50/41.03	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
170.70/42.82	c lits-rem:       407  cl-subs:     1263  v-elim:      0  v-fix:    0  time:  7.12 s
170.70/42.82	c vivif2 --  cl tried     2532 cl shrink        0 lits rem          0 time: 0.00
170.70/42.82	c vivif2 --  cl tried    35489 cl shrink        0 lits rem          0 time: 0.03
170.70/42.86	c asymm  cl-useful: 0/2532/2532 lits-rem:0 time: 0.13
170.70/42.86	c calculated reachability. Time: 0.00
170.70/42.86	c  N st   253    357893       584      2532         0     35489      7692    583217     17.33   no data  --
186.24/46.73	c  N st   254    390285       584      2532         0     41885      7692    755322     17.33   no data  --
213.36/53.52	c  N st   255    438873       584      2532         0     35348      7692    533809     17.33   no data  --
260.03/65.30	c  N st   256    511756       584      2532         0     48812      7692    833054     17.33   no data  --
275.59/69.20	c  N st   257    536839       584      2532         0     43130      7692    692381     17.33   no data  --
275.59/69.20	c  S st   257    536839       584      2532         0     43130      7692    692381     17.33   no data  --
276.00/69.31	c  S st   257    537339       584      2532         0     43630      7692    705332     17.33   no data  --
276.43/69.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
276.43/69.31	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
276.43/69.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.06
276.43/69.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
276.43/69.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
276.43/69.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    584 time:  0.00 s
276.43/69.35	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
284.79/71.49	c lits-rem:       823  cl-subs:     1320  v-elim:      0  v-fix:    0  time:  8.54 s
284.79/71.49	c vivif2 --  cl tried     2532 cl shrink        0 lits rem          0 time: 0.00
284.79/71.50	c vivif2 --  cl tried    42310 cl shrink        0 lits rem          0 time: 0.03
285.21/71.54	c asymm  cl-useful: 0/2532/2532 lits-rem:0 time: 0.16
285.21/71.54	c calculated reachability. Time: 0.00
285.21/71.54	c  N st   257    537339       584      2532         0     42310      7692    668808     17.33   no data  --
401.23/100.65	c  N st   258    701325       584      2532         0     36588      7692    422386     17.33   no data  --
481.41/120.76	c  N st   259    806008       584      2532         0     65509      7692   1198038     17.33   no data  --
481.41/120.76	c  S st   259    806008       584      2532         0     65509      7692   1198038     17.33   no data  --
482.22/120.97	c  S st   259    806511       584      2532         0     66012      7692   1210386     17.33   no data  --
482.22/120.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
482.22/120.97	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
482.22/121.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.12
482.64/121.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
482.64/121.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
482.64/121.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    584 time:  0.00 s
482.64/121.04	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
498.96/125.14	c lits-rem:       154  cl-subs:     3514  v-elim:      0  v-fix:    0  time: 16.34 s
498.96/125.14	c vivif2 --  cl tried     2532 cl shrink        0 lits rem          0 time: 0.00
498.96/125.15	c vivif2 --  cl tried    62498 cl shrink        0 lits rem          0 time: 0.06
499.36/125.23	c asymm  cl-useful: 0/2532/2532 lits-rem:0 time: 0.29
499.36/125.23	c calculated reachability. Time: 0.00
499.36/125.23	c  N st   259    806511       584      2532         0     62498      7692   1111911     17.33   no data  --
727.09/182.32	c  F st   260   1071875       584      2532         0     78553      7692   1491276     17.33   no data  --
727.09/182.32	c  N st   260   1071875       584      2532         0     78553      7692   1491276     17.33   no data  --
733.47/183.97	c Decided on static restart strategy
750.62/188.27	c  N st   270   1100180       584      2532         0     62315      7692    966975     17.33   no data  --
781.33/195.92	c  N st   272   1136173       584      2532         0     52634      7692    704858     17.33   no data  --
809.65/203.07	c  N st   273   1168565       584      2532         0     84406      7692   1616990     17.33   no data  --
845.16/211.99	c  N st   274   1209766       584      2532         0     78763      7692   1459650     17.33   no data  --
845.16/211.99	c  S st   274   1209766       584      2532         0     78763      7692   1459650     17.33   no data  --
845.96/212.20	c  S st   274   1210269       584      2532         0     79265      7692   1472676     17.33   no data  --
845.96/212.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
845.96/212.21	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
846.37/212.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.15
846.37/212.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
846.37/212.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
846.37/212.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    584 time:  0.00 s
846.37/212.29	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
865.49/217.04	c lits-rem:       358  cl-subs:     2776  v-elim:      0  v-fix:    0  time: 18.94 s
865.49/217.04	c vivif2 --  cl tried     2532 cl shrink        0 lits rem          0 time: 0.00
865.49/217.06	c vivif2 --  cl tried    76489 cl shrink        0 lits rem          0 time: 0.07
865.89/217.16	c asymm  cl-useful: 0/2532/2532 lits-rem:0 time: 0.40
865.89/217.16	c calculated reachability. Time: 0.00
865.89/217.16	c  N st   274   1210269       584      2532         0     76489      7692   1384006     17.33   no data  --
939.67/235.67	c  N st   275   1283153       584      2532         0     52968      7692    639376     17.33   no data  --
1052.56/264.00	c  N st   276   1392477       584      2532         0     61067      7692    811675     17.33   no data  --
1190.55/298.51	c  N st   277   1556461       584      2532         0     65889      7692    904889     17.33   no data  --
1353.26/339.30	c  N st   278   1710271       584      2532         0    107755      7692   2103986     17.33   no data  --
1353.26/339.30	c  S st   278   1710271       584      2532         0    107755      7692   2103986     17.33   no data  --
1354.46/339.65	c  S st   278   1710777       584      2532         0    108261      7692   2118404     17.33   no data  --
1354.46/339.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1354.46/339.65	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1354.86/339.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.22
1354.86/339.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1354.86/339.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1354.86/339.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    584 time:  0.00 s
1354.86/339.78	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1413.87/354.55	c lits-rem:       227  cl-subs:     5735  v-elim:      0  v-fix:    0  time: 58.87 s
1413.87/354.55	c vivif2 --  cl tried     2532 cl shrink        0 lits rem          0 time: 0.00
1413.87/354.58	c vivif2 --  cl tried   102526 cl shrink        0 lits rem          0 time: 0.10
1414.67/354.72	c asymm  cl-useful: 0/2532/2532 lits-rem:0 time: 0.56
1414.67/354.72	c calculated reachability. Time: 0.00
1414.67/354.72	c  N st   278   1710777       584      2532         0    102526      7692   1958034     17.33   no data  --
1820.74/456.59	c  N st   279   2079743       584      2532         0    113606      7692   2025039     17.33   no data  --
1972.66/494.64	c  N st   280   2210777       584      2532         0    118237      7692   2136092     17.33   no data  --
1972.66/494.64	c  S st   280   2210777       584      2532         0    118237      7692   2136092     17.33   no data  --
1974.30/495.05	c  S st   280   2211280       584      2532         0    118740      7692   2149331     17.33   no data  --
1974.30/495.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1974.30/495.06	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1974.65/495.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.26
1975.05/495.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1975.05/495.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1975.05/495.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    584 time:  0.00 s
1975.05/495.20	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2032.07/509.52	c lits-rem:       164  cl-subs:     6840  v-elim:      0  v-fix:    0  time: 57.08 s
2032.07/509.52	c vivif2 --  cl tried     2532 cl shrink        0 lits rem          0 time: 0.00
2032.07/509.54	c vivif2 --  cl tried   111900 cl shrink        0 lits rem          0 time: 0.10
2032.87/509.71	c asymm  cl-useful: 0/2532/2532 lits-rem:0 time: 0.67
2032.87/509.71	c calculated reachability. Time: 0.00
2032.87/509.71	c  N st   280   2211280       584      2532         0    111900      7692   1985421     17.33   no data  --
2643.89/662.92	c  N st   281   2711280       584      2532         0    135117      7692   2508946     17.33   no data  --
2643.89/662.92	c  S st   281   2711280       584      2532         0    135117      7692   2508946     17.33   no data  --
2645.53/663.38	c  S st   281   2711782       584      2532         0    135619      7692   2522100     17.33   no data  --
2645.53/663.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
2645.53/663.39	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2645.88/663.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.28
2646.28/663.55	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2646.28/663.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2646.28/663.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    584 time:  0.00 s
2646.28/663.55	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2753.97/690.50	c lits-rem:      1013  cl-subs:    11417  v-elim:      0  v-fix:    0  time: 107.45 s
2753.97/690.50	c vivif2 --  cl tried     2532 cl shrink        0 lits rem          0 time: 0.00
2753.97/690.53	c vivif2 --  cl tried   124202 cl shrink        0 lits rem          0 time: 0.11
2754.36/690.71	c asymm  cl-useful: 0/2532/2532 lits-rem:0 time: 0.71
2754.78/690.71	c calculated reachability. Time: 0.00
2754.78/690.71	c  N st   281   2711782       584      2532         0    124202      7692   2251560     17.33   no data  --
3441.53/862.90	c  N st   282   3211782       584      2532         0     99979      7692   1393195     17.33   no data  --
3441.53/862.90	c  S st   282   3211782       584      2532         0     99979      7692   1393195     17.33   no data  --
3442.73/863.20	c  S st   282   3212282       584      2532         0    100478      7692   1406878     17.33   no data  --
3442.73/863.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
3442.73/863.21	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3442.73/863.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.20
3443.13/863.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3443.13/863.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3443.13/863.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    584 time:  0.00 s
3443.13/863.30	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3459.09/867.35	c lits-rem:        67  cl-subs:     3271  v-elim:      0  v-fix:    0  time: 16.14 s
3459.09/867.36	c vivif2 --  cl tried     2532 cl shrink        0 lits rem          0 time: 0.00
3459.09/867.37	c vivif2 --  cl tried    97207 cl shrink        0 lits rem          0 time: 0.07
3459.89/867.51	c asymm  cl-useful: 0/2532/2532 lits-rem:0 time: 0.56
3459.89/867.52	c calculated reachability. Time: 0.00
3459.89/867.52	c  N st   282   3212282       584      2532         0     97207      7692   1328718     17.33   no data  --
4239.99/1063.13	c  N st   283   3712282       584      2532         0    108117      7692   1525077     17.33   no data  --
4239.99/1063.13	c  S st   283   3712282       584      2532         0    108117      7692   1525077     17.33   no data  --
4241.59/1063.56	c  S st   283   3712786       584      2532         0    108620      7692   1538557     17.33   no data  --
4241.59/1063.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
4241.59/1063.57	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4242.01/1063.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.25
4242.01/1063.69	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4242.01/1063.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4242.01/1063.69	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    584 time:  0.00 s
4242.01/1063.69	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4279.07/1072.90	c lits-rem:       121  cl-subs:     3701  v-elim:      0  v-fix:    0  time: 36.69 s
4279.07/1072.90	c vivif2 --  cl tried     2532 cl shrink        0 lits rem          0 time: 0.00
4279.07/1072.92	c vivif2 --  cl tried   104919 cl shrink        0 lits rem          0 time: 0.10
4279.87/1073.13	c asymm  cl-useful: 0/2532/2532 lits-rem:0 time: 0.81
4279.87/1073.13	c calculated reachability. Time: 0.00
4279.87/1073.13	c  N st   283   3712786       584      2532         0    104919      7692   1436868     17.33   no data  --
4357.63/1092.62	c  F st   284   3751562       584      2532         0    142701      7692   2518540     17.33   no data  --
4357.63/1092.63	c  N st   284   3751562       584      2532         0    142701      7692   2518540     17.33   no data  --
4406.70/1104.93	c  N dy   348   3772072       584      2532         0    162940      7692   3056868     17.36     18.45  --
4442.59/1113.98	c  N dy   456   3792169       584      2532         0     99698      7692   1197205     17.56     18.87  --
4480.47/1123.43	c  N dy   579   3812199       584      2532         0    119477      7692   1725011     17.77     19.55  --
4528.33/1135.48	c  N dy   646   3832529       584      2532         0    139524      7692   2248157     17.75     18.69  --
4580.98/1148.65	c  N dy   731   3853317       584      2532         0    160050      7692   2780874     17.76     18.71  --
4624.44/1159.58	c  N dy   830   3873397       584      2532         0     95376      7692   1034913     17.79     18.79  --
4662.74/1169.20	c  N dy   911   3894915       584      2532         0    116599      7692   1580877     17.78     18.85  --
4701.03/1178.79	c  N dy   964   3914967       584      2532         0    136331      7692   2082942     17.70     18.63  --
4751.32/1191.33	c  N dy  1043   3935061       584      2532         0    156112      7692   2597224     17.71     20.51  --

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3368986-1305409226/watcher-3368986-1305409226 -o /tmp/evaluation-result-3368986-1305409226/solver-3368986-1305409226 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3368986-1305409226.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.91 7.87 8.01 1/346 8558
/proc/meminfo: memFree=17801476/32950928 swapFree=67111200/67111528
[pid=8558] ppid=8556 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/8558/stat : 8558 (strangenight1-m) R 8556 8558 8202 0 -1 4202496 412 0 0 0 0 0 0 0 21 0 4 0 731153292 52465664 353 33554432000 4194304 4650419 140734576037824 18446744073709551615 47485264050098 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8558/statm: 12809 353 303 112 0 7774 0
[pid=8558/tid=8559] ppid=8556 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/8558/task/8559/stat : 8559 (strangenight1-m) R 8556 8558 8202 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 4 0 731153293 52465664 353 33554432000 4194304 4650419 140734576037824 18446744073709551615 47485264050098 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8558/tid=8560] ppid=8556 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/8558/task/8560/stat : 8560 (strangenight1-m) R 8556 8558 8202 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 4 0 731153293 52465664 353 33554432000 4194304 4650419 140734576037824 18446744073709551615 47485264050088 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8558/tid=8561] ppid=8556 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/8558/task/8561/stat : 8561 (strangenight1-m) R 8556 8558 8202 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 4 0 731153293 52465664 353 33554432000 4194304 4650419 140734576037824 18446744073709551615 256415448049 0 0 4096 2 0 0 0 -1 4 0 0 0

[startup+0.0704341 s]
/proc/loadavg: 6.91 7.87 8.01 1/346 8558
/proc/meminfo: memFree=17801476/32950928 swapFree=67111200/67111528
[pid=8558] ppid=8556 vsize=282732 CPUtime=0.25 cores=0,2,4,6
/proc/8558/stat : 8558 (strangenight1-m) R 8556 8558 8202 0 -1 4202496 1659 0 0 0 25 0 0 0 18 0 4 0 731153292 289517568 1512 33554432000 4194304 4650419 140734576037824 18446744073709551615 4364336 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8558/statm: 70683 1512 390 112 0 65648 0
[pid=8558/tid=8559] ppid=8556 vsize=282732 CPUtime=0.06 cores=0,2,4,6
/proc/8558/task/8559/stat : 8559 (strangenight1-m) R 8556 8558 8202 0 -1 4202560 337 0 0 0 6 0 0 0 18 0 4 0 731153293 289517568 1512 33554432000 4194304 4650419 140734576037824 18446744073709551615 4328130 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8558/tid=8560] ppid=8556 vsize=282732 CPUtime=0.06 cores=0,2,4,6
/proc/8558/task/8560/stat : 8560 (strangenight1-m) R 8556 8558 8202 0 -1 4202560 337 0 0 0 6 0 0 0 18 0 4 0 731153293 289517568 1512 33554432000 4194304 4650419 140734576037824 18446744073709551615 4363584 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8558/tid=8561] ppid=8556 vsize=282732 CPUtime=0.05 cores=0,2,4,6
/proc/8558/task/8561/stat : 8561 (strangenight1-m) R 8556 8558 8202 0 -1 4202560 230 0 0 0 5 0 0 0 24 0 4 0 731153293 289517568 1512 33554432000 4194304 4650419 140734576037824 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 282732

[startup+0.100427 s]
/proc/loadavg: 6.91 7.87 8.01 1/346 8558
/proc/meminfo: memFree=17801476/32950928 swapFree=67111200/67111528
[pid=8558] ppid=8556 vsize=282732 CPUtime=0.36 cores=0,2,4,6
/proc/8558/stat : 8558 (strangenight1-m) R 8556 8558 8202 0 -1 4202496 1810 0 0 0 36 0 0 0 18 0 4 0 731153292 289517568 1663 33554432000 4194304 4650419 140734576037824 18446744073709551615 4364775 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8558/statm: 70683 1663 391 112 0 65648 0
[pid=8558/tid=8559] ppid=8556 vsize=282732 CPUtime=0.09 cores=0,2,4,6
/proc/8558/task/8559/stat : 8559 (strangenight1-m) R 8556 8558 8202 0 -1 4202560 367 0 0 0 9 0 0 0 18 0 4 0 731153293 289517568 1663 33554432000 4194304 4650419 140734576037824 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8558/tid=8560] ppid=8556 vsize=282732 CPUtime=0.09 cores=0,2,4,6
/proc/8558/task/8560/stat : 8560 (strangenight1-m) R 8556 8558 8202 0 -1 4202560 373 0 0 0 9 0 0 0 18 0 4 0 731153293 289517568 1663 33554432000 4194304 4650419 140734576037824 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8558/tid=8561] ppid=8556 vsize=282732 CPUtime=0.08 cores=0,2,4,6
/proc/8558/task/8561/stat : 8561 (strangenight1-m) R 8556 8558 8202 0 -1 4202560 272 0 0 0 8 0 0 0 24 0 4 0 731153293 289517568 1663 33554432000 4194304 4650419 140734576037824 18446744073709551615 4363660 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 282732

[startup+0.300389 s]
/proc/loadavg: 6.91 7.87 8.01 1/346 8558
/proc/meminfo: memFree=17801476/32950928 swapFree=67111200/67111528
[pid=8558] ppid=8556 vsize=284100 CPUtime=1.16 cores=0,2,4,6
/proc/8558/stat : 8558 (strangenight1-m) R 8556 8558 8202 0 -1 4202496 2995 0 0 0 116 0 0 0 18 0 4 0 731153292 290918400 2213 33554432000 4194304 4650419 140734576037824 18446744073709551615 4365192 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8558/statm: 71025 2213 393 112 0 65990 0
[pid=8558/tid=8559] ppid=8556 vsize=284100 CPUtime=0.29 cores=0,2,4,6
/proc/8558/task/8559/stat : 8559 (strangenight1-m) R 8556 8558 8202 0 -1 4202560 661 0 0 0 29 0 0 0 18 0 4 0 731153293 290918400 2213 33554432000 4194304 4650419 140734576037824 18446744073709551615 4363617 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8558/tid=8560] ppid=8556 vsize=284100 CPUtime=0.29 cores=0,2,4,6
/proc/8558/task/8560/stat : 8560 (strangenight1-m) R 8556 8558 8202 0 -1 4202560 666 0 0 0 29 0 0 0 18 0 4 0 731153293 290918400 2213 33554432000 4194304 4650419 140734576037824 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8558/tid=8561] ppid=8556 vsize=284100 CPUtime=0.28 cores=0,2,4,6
/proc/8558/task/8561/stat : 8561 (strangenight1-m) R 8556 8558 8202 0 -1 4202560 573 0 0 0 28 0 0 0 25 0 4 0 731153293 290918400 2213 33554432000 4194304 4650419 140734576037824 18446744073709551615 4330449 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 284100

[startup+0.700315 s]
/proc/loadavg: 6.91 7.87 8.01 1/346 8558
/proc/meminfo: memFree=17801476/32950928 swapFree=67111200/67111528
[pid=8558] ppid=8556 vsize=285040 CPUtime=2.76 cores=0,2,4,6
/proc/8558/stat : 8558 (strangenight1-m) R 8556 8558 8202 0 -1 4202496 4697 0 0 0 276 0 0 0 18 0 4 0 731153292 291880960 2966 33554432000 4194304 4650419 140734576037824 18446744073709551615 4365246 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8558/statm: 71260 2966 393 112 0 66225 0
[pid=8558/tid=8559] ppid=8556 vsize=285040 CPUtime=0.69 cores=0,2,4,6
/proc/8558/task/8559/stat : 8559 (strangenight1-m) R 8556 8558 8202 0 -1 4202560 1093 0 0 0 69 0 0 0 18 0 4 0 731153293 291880960 2966 33554432000 4194304 4650419 140734576037824 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8558/tid=8560] ppid=8556 vsize=285040 CPUtime=0.69 cores=0,2,4,6
/proc/8558/task/8560/stat : 8560 (strangenight1-m) R 8556 8558 8202 0 -1 4202560 1104 0 0 0 69 0 0 0 18 0 4 0 731153293 291880960 2966 33554432000 4194304 4650419 140734576037824 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8558/tid=8561] ppid=8556 vsize=285040 CPUtime=0.68 cores=0,2,4,6
/proc/8558/task/8561/stat : 8561 (strangenight1-m) R 8556 8558 8202 0 -1 4202560 972 0 0 0 68 0 0 0 25 0 4 0 731153293 291880960 2966 33554432000 4194304 4650419 140734576037824 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 285040

[startup+1.50017 s]
/proc/loadavg: 6.91 7.87 8.01 9/358 8573
/proc/meminfo: memFree=17771952/32950928 swapFree=67111200/67111528
[pid=8558] ppid=8556 vsize=286556 CPUtime=5.95 cores=0,2,4,6
/proc/8558/stat : 8558 (strangenight1-m) R 8556 8558 8202 0 -1 4202496 9325 0 0 0 594 1 0 0 20 0 4 0 731153292 293433344 4975 33554432000 4194304 4650419 140734576037824 18446744073709551615 4433074 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8558/statm: 71639 4975 395 112 0 66604 0
[pid=8558/tid=8559] ppid=8556 vsize=286556 CPUtime=1.49 cores=0,2,4,6
/proc/8558/task/8559/stat : 8559 (strangenight1-m) R 8556 8558 8202 0 -1 4202560 1937 0 0 0 149 0 0 0 19 0 4 0 731153293 293433344 4975 33554432000 4194304 4650419 140734576037824 18446744073709551615 4315094 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8558/tid=8560] ppid=8556 vsize=286556 CPUtime=1.48 cores=0,2,4,6
/proc/8558/task/8560/stat : 8560 (strangenight1-m) R 8556 8558 8202 0 -1 4202560 1947 0 0 0 148 0 0 0 19 0 4 0 731153293 293433344 4975 33554432000 4194304 4650419 140734576037824 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8558/tid=8561] ppid=8556 vsize=286556 CPUtime=1.46 cores=0,2,4,6
/proc/8558/task/8561/stat : 8561 (strangenight1-m) R 8556 8558 8202 0 -1 4202560 1700 0 0 0 146 0 0 0 25 0 4 0 731153293 293433344 4975 33554432000 4194304 4650419 140734576037824 18446744073709551615 4364400 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 286556

[startup+3.10086 s]
/proc/loadavg: 6.91 7.87 8.01 13/358 8603
/proc/meminfo: memFree=17764596/32950928 swapFree=67111200/67111528
[pid=8558] ppid=8556 vsize=273436 CPUtime=12.34 cores=0,2,4,6
/proc/8558/stat : 8558 (strangenight1-m) R 8556 8558 8202 0 -1 4202496 17207 0 0 0 1231 3 0 0 25 0 4 0 731153292 279998464 10564 33554432000 4194304 4650419 140734576037824 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8558/statm: 68359 10564 395 112 0 63324 0
[pid=8558/tid=8559] ppid=8556 vsize=273436 CPUtime=3.08 cores=0,2,4,6
/proc/8558/task/8559/stat : 8559 (strangenight1-m) R 8556 8558 8202 0 -1 4202560 4102 0 0 0 308 0 0 0 25 0 4 0 731153293 279998464 10564 33554432000 4194304 4650419 140734576037824 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8558/tid=8560] ppid=8556 vsize=273436 CPUtime=3.08 cores=0,2,4,6
/proc/8558/task/8560/stat : 8560 (strangenight1-m) R 8556 8558 8202 0 -1 4202560 4598 0 0 0 308 0 0 0 25 0 4 0 731153293 279998464 10565 33554432000 4194304 4650419 140734576037824 18446744073709551615 4363452 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8558/tid=8561] ppid=8556 vsize=273436 CPUtime=3.05 cores=0,2,4,6
/proc/8558/task/8561/stat : 8561 (strangenight1-m) R 8556 8558 8202 0 -1 4202560 3852 0 0 0 305 0 0 0 25 0 4 0 731153293 279998464 10565 33554432000 4194304 4650419 140734576037824 18446744073709551615 4364788 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 273436

[startup+6.30026 s]
/proc/loadavg: 7.00 7.87 8.01 9/358 8603
/proc/meminfo: memFree=17708324/32950928 swapFree=67111200/67111528
[pid=8558] ppid=8556 vsize=281964 CPUtime=25.1 cores=0,2,4,6
/proc/8558/stat : 8558 (strangenight1-m) R 8556 8558 8202 0 -1 4202496 25558 0 0 0 2505 5 0 0 25 0 4 0 731153292 288731136 14327 33554432000 4194304 4650419 140734576037824 18446744073709551615 4365325 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8558/statm: 70491 14327 395 112 0 65456 0
[pid=8558/tid=8559] ppid=8556 vsize=281964 CPUtime=6.29 cores=0,2,4,6
/proc/8558/task/8559/stat : 8559 (strangenight1-m) R 8556 8558 8202 0 -1 4202560 7186 0 0 0 628 1 0 0 25 0 4 0 731153293 288731136 14327 33554432000 4194304 4650419 140734576037824 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8558/tid=8560] ppid=8556 vsize=281964 CPUtime=6.28 cores=0,2,4,6
/proc/8558/task/8560/stat : 8560 (strangenight1-m) R 8556 8558 8202 0 -1 4202560 6907 0 0 0 627 1 0 0 25 0 4 0 731153293 288731136 14327 33554432000 4194304 4650419 140734576037824 18446744073709551615 4366906 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8558/tid=8561] ppid=8556 vsize=281964 CPUtime=6.22 cores=0,2,4,6
/proc/8558/task/8561/stat : 8561 (strangenight1-m) R 8556 8558 8202 0 -1 4202560 5181 0 0 0 621 1 0 0 25 0 4 0 731153293 288731136 14327 33554432000 4194304 4650419 140734576037824 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 281964

[startup+12.7011 s]
/proc/loadavg: 7.08 7.87 8.01 9/358 8604
/proc/meminfo: memFree=17659192/32950928 swapFree=67111200/67111528
[pid=8558] ppid=8556 vsize=300340 CPUtime=50.62 cores=0,2,4,6
/proc/8558/stat : 8558 (strangenight1-m) R 8556 8558 8202 0 -1 4202496 39384 0 0 0 5054 8 0 0 25 0 4 0 731153292 307548160 21184 33554432000 4194304 4650419 140734576037824 18446744073709551615 4365346 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8558/statm: 75085 21184 395 112 0 70050 0
[pid=8558/tid=8559] ppid=8556 vsize=300340 CPUtime=12.69 cores=0,2,4,6
/proc/8558/task/8559/stat : 8559 (strangenight1-m) R 8556 8558 8202 0 -1 4202560 10109 0 0 0 1267 2 0 0 25 0 4 0 731153293 307548160 21184 33554432000 4194304 4650419 140734576037824 18446744073709551615 4334083 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8558/tid=8560] ppid=8556 vsize=300340 CPUtime=12.68 cores=0,2,4,6
/proc/8558/task/8560/stat : 8560 (strangenight1-m) R 8556 8558 8202 0 -1 4202560 11216 0 0 0 1266 2 0 0 25 0 4 0 731153293 307548160 21184 33554432000 4194304 4650419 140734576037824 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8558/tid=8561] ppid=8556 vsize=300340 CPUtime=12.55 cores=0,2,4,6
/proc/8558/task/8561/stat : 8561 (strangenight1-m) R 8556 8558 8202 0 -1 4202560 7559 0 0 0 1253 2 0 0 25 0 4 0 731153293 307548160 21184 33554432000 4194304 4650419 140734576037824 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.62
Current children cumulated vsize (KiB) 300340

[startup+25.5006 s]
/proc/loadavg: 7.28 7.88 8.01 9/358 8604
/proc/meminfo: memFree=17602668/32950928 swapFree=67111200/67111528
[pid=8558] ppid=8556 vsize=319764 CPUtime=101.68 cores=0,2,4,6
/proc/8558/stat : 8558 (strangenight1-m) R 8556 8558 8202 0 -1 4202496 56301 0 0 0 10155 13 0 0 25 0 4 0 731153292 327438336 28646 33554432000 4194304 4650419 140734576037824 18446744073709551615 4438666 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8558/statm: 79941 28646 395 112 0 74906 0
[pid=8558/tid=8559] ppid=8556 vsize=319764 CPUtime=25.48 cores=0,2,4,6
/proc/8558/task/8559/stat : 8559 (strangenight1-m) R 8556 8558 8202 0 -1 4202560 13107 0 0 0 2546 2 0 0 25 0 4 0 731153293 327438336 28646 33554432000 4194304 4650419 140734576037824 18446744073709551615 4366841 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8558/tid=8560] ppid=8556 vsize=319764 CPUtime=25.48 cores=0,2,4,6
/proc/8558/task/8560/stat : 8560 (strangenight1-m) R 8556 8558 8202 0 -1 4202560 16460 0 0 0 2545 3 0 0 25 0 4 0 731153293 327438336 28646 33554432000 4194304 4650419 140734576037824 18446744073709551615 4328338 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8558/tid=8561] ppid=8556 vsize=319764 CPUtime=25.2 cores=0,2,4,6
/proc/8558/task/8561/stat : 8561 (strangenight1-m) R 8556 8558 8202 0 -1 4202560 10409 0 0 0 2517 3 0 0 25 0 4 0 731153293 327438336 28646 33554432000 4194304 4650419 140734576037824 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.68
Current children cumulated vsize (KiB) 319764

[startup+51.1008 s]
/proc/loadavg: 7.61 7.90 8.01 9/358 8605
/proc/meminfo: memFree=17564792/32950928 swapFree=67111200/67111528
[pid=8558] ppid=8556 vsize=287264 CPUtime=203.78 cores=0,2,4,6
/proc/8558/stat : 8558 (strangenight1-m) R 8556 8558 8202 0 -1 4202496 86871 0 0 0 20356 22 0 0 25 0 4 0 731153292 294158336 33971 33554432000 4194304 4650419 140734576037824 18446744073709551615 4365361 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8558/statm: 71816 33971 395 112 0 66781 0
[pid=8558/tid=8559] ppid=8556 vsize=287264 CPUtime=51.09 cores=0,2,4,6
/proc/8558/task/8559/stat : 8559 (strangenight1-m) R 8556 8558 8202 0 -1 4202560 19710 0 0 0 5104 5 0 0 25 0 4 0 731153293 294158336 33971 33554432000 4194304 4650419 140734576037824 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8558/tid=8560] ppid=8556 vsize=287264 CPUtime=51.08 cores=0,2,4,6
/proc/8558/task/8560/stat : 8560 (strangenight1-m) R 8556 8558 8202 0 -1 4202560 26311 0 0 0 5103 5 0 0 25 0 4 0 731153293 294158336 33971 33554432000 4194304 4650419 140734576037824 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8558/tid=8561] ppid=8556 vsize=287264 CPUtime=50.52 cores=0,2,4,6
/proc/8558/task/8561/stat : 8561 (strangenight1-m) R 8556 8558 8202 0 -1 4202560 15626 0 0 0 5047 5 0 0 25 0 4 0 731153293 294158336 33971 33554432000 4194304 4650419 140734576037824 18446744073709551615 4303950 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.78
Current children cumulated vsize (KiB) 287264

[startup+102.314 s]
/proc/loadavg: 7.87 7.93 8.01 9/358 8606
/proc/meminfo: memFree=17494792/32950928 swapFree=67111200/67111528
[pid=8558] ppid=8556 vsize=318480 CPUtime=408.05 cores=0,2,4,6
/proc/8558/stat : 8558 (strangenight1-m) R 8556 8558 8202 0 -1 4202496 128070 0 0 0 40771 34 0 0 25 0 4 0 731153292 326123520 45733 33554432000 4194304 4650419 140734576037824 18446744073709551615 4364562 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8558/statm: 79620 45733 395 112 0 74585 0
[pid=8558/tid=8559] ppid=8556 vsize=318480 CPUtime=102.3 cores=0,2,4,6
/proc/8558/task/8559/stat : 8559 (strangenight1-m) R 8556 8558 8202 0 -1 4202560 32050 0 0 0 10222 8 0 0 25 0 4 0 731153293 326123520 45733 33554432000 4194304 4650419 140734576037824 18446744073709551615 4370522 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8558/tid=8560] ppid=8556 vsize=318480 CPUtime=102.3 cores=0,2,4,6
/proc/8558/task/8560/stat : 8560 (strangenight1-m) R 8556 8558 8202 0 -1 4202560 34722 0 0 0 10222 8 0 0 25 0 4 0 731153293 326123520 45733 33554432000 4194304 4650419 140734576037824 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8558/tid=8561] ppid=8556 vsize=318480 CPUtime=101.15 cores=0,2,4,6
/proc/8558/task/8561/stat : 8561 (strangenight1-m) R 8556 8558 8202 0 -1 4202560 24509 0 0 0 10108 7 0 0 25 0 4 0 731153293 326123520 45733 33554432000 4194304 4650419 140734576037824 18446744073709551615 4439082 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408.05
Current children cumulated vsize (KiB) 318480

[startup+162.301 s]

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

[pid=8558] ppid=8556 vsize=571324 CPUtime=2561.76 cores=0,2,4,6
/proc/8558/stat : 8558 (strangenight1-m) R 8556 8558 8202 0 -1 4202496 427489 0 0 0 256019 157 0 0 25 0 4 0 731153292 585035776 92144 33554432000 4194304 4650419 140734576037824 18446744073709551615 4363510 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8558/statm: 142831 92144 395 112 0 137796 0
[pid=8558/tid=8559] ppid=8556 vsize=571324 CPUtime=642.32 cores=0,2,4,6
/proc/8558/task/8559/stat : 8559 (strangenight1-m) R 8556 8558 8202 0 -1 4202560 106850 0 0 0 64187 45 0 0 25 0 4 0 731153293 585035776 92146 33554432000 4194304 4650419 140734576037824 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8558/tid=8560] ppid=8556 vsize=571324 CPUtime=642.31 cores=0,2,4,6
/proc/8558/task/8560/stat : 8560 (strangenight1-m) R 8556 8558 8202 0 -1 4202560 121480 0 0 0 64189 42 0 0 25 0 4 0 731153293 585035776 92146 33554432000 4194304 4650419 140734576037824 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8558/tid=8561] ppid=8556 vsize=571324 CPUtime=634.92 cores=0,2,4,6
/proc/8558/task/8561/stat : 8561 (strangenight1-m) R 8556 8558 8202 0 -1 4202560 70648 0 0 0 63466 26 0 0 25 0 4 0 731153293 585035776 92146 33554432000 4194304 4650419 140734576037824 18446744073709551615 4330558 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2561.76
Current children cumulated vsize (KiB) 571324

[startup+702.301 s]
/proc/loadavg: 8.17 8.12 8.06 9/358 8652
/proc/meminfo: memFree=17126948/32950928 swapFree=67111200/67111528
[pid=8558] ppid=8556 vsize=561296 CPUtime=2801.02 cores=0,2,4,6
/proc/8558/stat : 8558 (strangenight1-m) R 8556 8558 8202 0 -1 4202496 451631 0 0 0 279934 168 0 0 25 0 4 0 731153292 574767104 100354 33554432000 4194304 4650419 140734576037824 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8558/statm: 140324 100354 395 112 0 135289 0
[pid=8558/tid=8559] ppid=8556 vsize=561296 CPUtime=702.31 cores=0,2,4,6
/proc/8558/task/8559/stat : 8559 (strangenight1-m) R 8556 8558 8202 0 -1 4202560 113445 0 0 0 70183 48 0 0 25 0 4 0 731153293 574767104 100354 33554432000 4194304 4650419 140734576037824 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8558/tid=8560] ppid=8556 vsize=561296 CPUtime=702.3 cores=0,2,4,6
/proc/8558/task/8560/stat : 8560 (strangenight1-m) R 8556 8558 8202 0 -1 4202560 128201 0 0 0 70185 45 0 0 25 0 4 0 731153293 574767104 100354 33554432000 4194304 4650419 140734576037824 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8558/tid=8561] ppid=8556 vsize=561296 CPUtime=694.2 cores=0,2,4,6
/proc/8558/task/8561/stat : 8561 (strangenight1-m) R 8556 8558 8202 0 -1 4202560 75179 0 0 0 69392 28 0 0 25 0 4 0 731153293 574767104 100354 33554432000 4194304 4650419 140734576037824 18446744073709551615 4363426 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2801.02
Current children cumulated vsize (KiB) 561296

[startup+762.314 s]
/proc/loadavg: 8.11 8.11 8.06 9/358 8654
/proc/meminfo: memFree=17131516/32950928 swapFree=67111200/67111528
[pid=8558] ppid=8556 vsize=575304 CPUtime=3040.38 cores=0,2,4,6
/proc/8558/stat : 8558 (strangenight1-m) R 8556 8558 8202 0 -1 4202496 473077 0 0 0 303862 176 0 0 25 0 4 0 731153292 589111296 102384 33554432000 4194304 4650419 140734576037824 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8558/statm: 143826 102384 395 112 0 138791 0
[pid=8558/tid=8559] ppid=8556 vsize=575304 CPUtime=762.32 cores=0,2,4,6
/proc/8558/task/8559/stat : 8559 (strangenight1-m) R 8556 8558 8202 0 -1 4202560 117751 0 0 0 76183 49 0 0 25 0 4 0 731153293 589111296 102384 33554432000 4194304 4650419 140734576037824 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8558/tid=8560] ppid=8556 vsize=575304 CPUtime=762.32 cores=0,2,4,6
/proc/8558/task/8560/stat : 8560 (strangenight1-m) R 8556 8558 8202 0 -1 4202560 136593 0 0 0 76184 48 0 0 25 0 4 0 731153293 589111296 102384 33554432000 4194304 4650419 140734576037824 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8558/tid=8561] ppid=8556 vsize=575304 CPUtime=753.52 cores=0,2,4,6
/proc/8558/task/8561/stat : 8561 (strangenight1-m) R 8556 8558 8202 0 -1 4202560 77923 0 0 0 75323 29 0 0 25 0 4 0 731153293 589111296 102384 33554432000 4194304 4650419 140734576037824 18446744073709551615 4367236 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3040.38
Current children cumulated vsize (KiB) 575304

[startup+822.3 s]
/proc/loadavg: 8.14 8.12 8.06 9/358 8655
/proc/meminfo: memFree=17093660/32950928 swapFree=67111200/67111528
[pid=8558] ppid=8556 vsize=588112 CPUtime=3279.62 cores=0,2,4,6
/proc/8558/stat : 8558 (strangenight1-m) R 8556 8558 8202 0 -1 4202496 492585 0 0 0 327778 184 0 0 25 0 4 0 731153292 602226688 105479 33554432000 4194304 4650419 140734576037824 18446744073709551615 4363866 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8558/statm: 147028 105479 395 112 0 141993 0
[pid=8558/tid=8559] ppid=8556 vsize=588112 CPUtime=822.32 cores=0,2,4,6
/proc/8558/task/8559/stat : 8559 (strangenight1-m) R 8556 8558 8202 0 -1 4202560 118382 0 0 0 82182 50 0 0 25 0 4 0 731153293 602226688 105479 33554432000 4194304 4650419 140734576037824 18446744073709551615 4366015 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8558/tid=8560] ppid=8556 vsize=588112 CPUtime=822.3 cores=0,2,4,6
/proc/8558/task/8560/stat : 8560 (strangenight1-m) R 8556 8558 8202 0 -1 4202560 144313 0 0 0 82180 50 0 0 25 0 4 0 731153293 602226688 105479 33554432000 4194304 4650419 140734576037824 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8558/tid=8561] ppid=8556 vsize=588112 CPUtime=812.81 cores=0,2,4,6
/proc/8558/task/8561/stat : 8561 (strangenight1-m) R 8556 8558 8202 0 -1 4202560 82010 0 0 0 81250 31 0 0 25 0 4 0 731153293 602226688 105479 33554432000 4194304 4650419 140734576037824 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3279.62
Current children cumulated vsize (KiB) 588112

[startup+882.301 s]
/proc/loadavg: 8.05 8.09 8.06 9/358 8657
/proc/meminfo: memFree=17047260/32950928 swapFree=67111200/67111528
[pid=8558] ppid=8556 vsize=674240 CPUtime=3518.91 cores=0,2,4,6
/proc/8558/stat : 8558 (strangenight1-m) R 8556 8558 8202 0 -1 4202496 516877 0 0 0 351696 195 0 0 25 0 4 0 731153292 690421760 113071 33554432000 4194304 4650419 140734576037824 18446744073709551615 4367295 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8558/statm: 168560 113071 395 112 0 163525 0
[pid=8558/tid=8559] ppid=8556 vsize=674240 CPUtime=882.32 cores=0,2,4,6
/proc/8558/task/8559/stat : 8559 (strangenight1-m) R 8556 8558 8202 0 -1 4202560 122642 0 0 0 88181 51 0 0 25 0 4 0 731153293 690421760 113071 33554432000 4194304 4650419 140734576037824 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8558/tid=8560] ppid=8556 vsize=674240 CPUtime=882.3 cores=0,2,4,6
/proc/8558/task/8560/stat : 8560 (strangenight1-m) R 8556 8558 8202 0 -1 4202560 151921 0 0 0 88175 55 0 0 25 0 4 0 731153293 690421760 113071 33554432000 4194304 4650419 140734576037824 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8558/tid=8561] ppid=8556 vsize=674240 CPUtime=872.11 cores=0,2,4,6
/proc/8558/task/8561/stat : 8561 (strangenight1-m) R 8556 8558 8202 0 -1 4202560 84760 0 0 0 87178 33 0 0 25 0 4 0 731153293 690421760 113071 33554432000 4194304 4650419 140734576037824 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3518.91
Current children cumulated vsize (KiB) 674240

[startup+942.301 s]
/proc/loadavg: 8.06 8.09 8.06 9/358 8658
/proc/meminfo: memFree=17045752/32950928 swapFree=67111200/67111528
[pid=8558] ppid=8556 vsize=726308 CPUtime=3758.21 cores=0,2,4,6
/proc/8558/stat : 8558 (strangenight1-m) R 8556 8558 8202 0 -1 4202496 543601 0 0 0 375615 206 0 0 25 0 4 0 731153292 743739392 114118 33554432000 4194304 4650419 140734576037824 18446744073709551615 4364751 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8558/statm: 181577 114119 395 112 0 176542 0
[pid=8558/tid=8559] ppid=8556 vsize=726308 CPUtime=942.32 cores=0,2,4,6
/proc/8558/task/8559/stat : 8559 (strangenight1-m) R 8556 8558 8202 0 -1 4202560 129306 0 0 0 94177 55 0 0 25 0 4 0 731153293 743739392 114119 33554432000 4194304 4650419 140734576037824 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8558/tid=8560] ppid=8556 vsize=726308 CPUtime=942.3 cores=0,2,4,6
/proc/8558/task/8560/stat : 8560 (strangenight1-m) R 8556 8558 8202 0 -1 4202560 161973 0 0 0 94172 58 0 0 25 0 4 0 731153293 743739392 114119 33554432000 4194304 4650419 140734576037824 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8558/tid=8561] ppid=8556 vsize=726308 CPUtime=931.42 cores=0,2,4,6
/proc/8558/task/8561/stat : 8561 (strangenight1-m) R 8556 8558 8202 0 -1 4202560 87701 0 0 0 93108 34 0 0 25 0 4 0 731153293 743739392 114119 33554432000 4194304 4650419 140734576037824 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3758.21
Current children cumulated vsize (KiB) 726308

[startup+1002.3 s]
/proc/loadavg: 8.06 8.08 8.05 9/358 8660
/proc/meminfo: memFree=17011128/32950928 swapFree=67111200/67111528
[pid=8558] ppid=8556 vsize=674828 CPUtime=3997.51 cores=0,2,4,6
/proc/8558/stat : 8558 (strangenight1-m) R 8556 8558 8202 0 -1 4202496 569890 0 0 0 399533 218 0 0 25 0 4 0 731153292 691023872 117980 33554432000 4194304 4650419 140734576037824 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8558/statm: 168707 117980 395 112 0 163672 0
[pid=8558/tid=8559] ppid=8556 vsize=674828 CPUtime=1002.32 cores=0,2,4,6
/proc/8558/task/8559/stat : 8559 (strangenight1-m) R 8556 8558 8202 0 -1 4202560 136467 0 0 0 100173 59 0 0 25 0 4 0 731153293 691023872 117980 33554432000 4194304 4650419 140734576037824 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8558/tid=8560] ppid=8556 vsize=674828 CPUtime=1002.31 cores=0,2,4,6
/proc/8558/task/8560/stat : 8560 (strangenight1-m) R 8556 8558 8202 0 -1 4202560 169419 0 0 0 100170 61 0 0 25 0 4 0 731153293 691023872 117980 33554432000 4194304 4650419 140734576037824 18446744073709551615 4365237 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8558/tid=8561] ppid=8556 vsize=674828 CPUtime=990.72 cores=0,2,4,6
/proc/8558/task/8561/stat : 8561 (strangenight1-m) R 8556 8558 8202 0 -1 4202560 92106 0 0 0 99037 35 0 0 25 0 4 0 731153293 691023872 117980 33554432000 4194304 4650419 140734576037824 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3997.51
Current children cumulated vsize (KiB) 674828

[startup+1062.3 s]
/proc/loadavg: 8.05 8.08 8.05 9/358 8662
/proc/meminfo: memFree=17009484/32950928 swapFree=67111200/67111528
[pid=8558] ppid=8556 vsize=675744 CPUtime=4236.81 cores=0,2,4,6
/proc/8558/stat : 8558 (strangenight1-m) R 8556 8558 8202 0 -1 4202496 592444 0 0 0 423453 228 0 0 25 0 4 0 731153292 691961856 117346 33554432000 4194304 4650419 140734576037824 18446744073709551615 4364785 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8558/statm: 168936 117346 395 112 0 163901 0
[pid=8558/tid=8559] ppid=8556 vsize=675744 CPUtime=1062.33 cores=0,2,4,6
/proc/8558/task/8559/stat : 8559 (strangenight1-m) R 8556 8558 8202 0 -1 4202560 141872 0 0 0 106170 63 0 0 25 0 4 0 731153293 691961856 117346 33554432000 4194304 4650419 140734576037824 18446744073709551615 4476288 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8558/tid=8560] ppid=8556 vsize=675744 CPUtime=1062.31 cores=0,2,4,6
/proc/8558/task/8560/stat : 8560 (strangenight1-m) R 8556 8558 8202 0 -1 4202560 176879 0 0 0 106167 64 0 0 25 0 4 0 731153293 691961856 117346 33554432000 4194304 4650419 140734576037824 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8558/tid=8561] ppid=8556 vsize=675744 CPUtime=1050.03 cores=0,2,4,6
/proc/8558/task/8561/stat : 8561 (strangenight1-m) R 8556 8558 8202 0 -1 4202560 94233 0 0 0 104966 37 0 0 25 0 4 0 731153293 691961856 117346 33554432000 4194304 4650419 140734576037824 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4236.81
Current children cumulated vsize (KiB) 675744

[startup+1122.3 s]
/proc/loadavg: 8.09 8.09 8.06 9/358 8663
/proc/meminfo: memFree=17005236/32950928 swapFree=67111200/67111528
[pid=8558] ppid=8556 vsize=669216 CPUtime=4476.08 cores=0,2,4,6
/proc/8558/stat : 8558 (strangenight1-m) R 8556 8558 8202 0 -1 4202496 613705 0 0 0 447371 237 0 0 25 0 4 0 731153292 685277184 120940 33554432000 4194304 4650419 140734576037824 18446744073709551615 4367232 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8558/statm: 167304 120940 395 112 0 162269 0
[pid=8558/tid=8559] ppid=8556 vsize=669216 CPUtime=1122.32 cores=0,2,4,6
/proc/8558/task/8559/stat : 8559 (strangenight1-m) R 8556 8558 8202 0 -1 4202560 146344 0 0 0 112168 64 0 0 25 0 4 0 731153293 685277184 120940 33554432000 4194304 4650419 140734576037824 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8558/tid=8560] ppid=8556 vsize=669216 CPUtime=1122.31 cores=0,2,4,6
/proc/8558/task/8560/stat : 8560 (strangenight1-m) R 8556 8558 8202 0 -1 4202560 183675 0 0 0 112164 67 0 0 25 0 4 0 731153293 685277184 120940 33554432000 4194304 4650419 140734576037824 18446744073709551615 4366879 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8558/tid=8561] ppid=8556 vsize=669216 CPUtime=1109.31 cores=0,2,4,6
/proc/8558/task/8561/stat : 8561 (strangenight1-m) R 8556 8558 8202 0 -1 4202560 97199 0 0 0 110893 38 0 0 25 0 4 0 731153293 685277184 120940 33554432000 4194304 4650419 140734576037824 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4476.08
Current children cumulated vsize (KiB) 669216

[startup+1182.3 s]
/proc/loadavg: 8.10 8.09 8.06 9/358 8665
/proc/meminfo: memFree=16964052/32950928 swapFree=67111200/67111528
[pid=8558] ppid=8556 vsize=722452 CPUtime=4715.38 cores=0,2,4,6
/proc/8558/stat : 8558 (strangenight1-m) R 8556 8558 8202 0 -1 4202496 634978 0 0 0 471293 245 0 0 25 0 4 0 731153292 739790848 126099 33554432000 4194304 4650419 140734576037824 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8558/statm: 180613 126099 395 112 0 175578 0
[pid=8558/tid=8559] ppid=8556 vsize=722452 CPUtime=1182.33 cores=0,2,4,6
/proc/8558/task/8559/stat : 8559 (strangenight1-m) R 8556 8558 8202 0 -1 4202560 151590 0 0 0 118167 66 0 0 25 0 4 0 731153293 739790848 126099 33554432000 4194304 4650419 140734576037824 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8558/tid=8560] ppid=8556 vsize=722452 CPUtime=1182.31 cores=0,2,4,6
/proc/8558/task/8560/stat : 8560 (strangenight1-m) R 8556 8558 8202 0 -1 4202560 192086 0 0 0 118162 69 0 0 25 0 4 0 731153293 739790848 126099 33554432000 4194304 4650419 140734576037824 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8558/tid=8561] ppid=8556 vsize=722452 CPUtime=1168.61 cores=0,2,4,6
/proc/8558/task/8561/stat : 8561 (strangenight1-m) R 8556 8558 8202 0 -1 4202560 100579 0 0 0 116821 40 0 0 25 0 4 0 731153293 739790848 126099 33554432000 4194304 4650419 140734576037824 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4715.38
Current children cumulated vsize (KiB) 722452



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.6 s]
/proc/loadavg: 8.14 8.10 8.06 9/358 8665
/proc/meminfo: memFree=16978176/32950928 swapFree=67111200/67111528
[pid=8558] ppid=8556 vsize=669372 CPUtime=4800.35 cores=0,2,4,6
/proc/8558/stat : 8558 (strangenight1-m) R 8556 8558 8202 0 -1 4202496 641536 0 0 0 479787 248 0 0 25 0 4 0 731153292 685436928 121371 33554432000 4194304 4650419 140734576037824 18446744073709551615 4365252 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8558/statm: 167343 121371 395 112 0 162308 0
[pid=8558/tid=8559] ppid=8556 vsize=669372 CPUtime=1203.64 cores=0,2,4,6
/proc/8558/task/8559/stat : 8559 (strangenight1-m) R 8556 8558 8202 0 -1 4202560 154511 0 0 0 120297 67 0 0 25 0 4 0 731153293 685436928 121373 33554432000 4194304 4650419 140734576037824 18446744073709551615 4328259 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=8558/tid=8560] ppid=8556 vsize=669372 CPUtime=1203.62 cores=0,2,4,6
/proc/8558/task/8560/stat : 8560 (strangenight1-m) R 8556 8558 8202 0 -1 4202560 194746 0 0 0 120292 70 0 0 25 0 4 0 731153293 685436928 121373 33554432000 4194304 4650419 140734576037824 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=8558/tid=8561] ppid=8556 vsize=669372 CPUtime=1189.65 cores=0,2,4,6
/proc/8558/task/8561/stat : 8561 (strangenight1-m) R 8556 8558 8202 0 -1 4202560 100579 0 0 0 118925 40 0 0 25 0 4 0 731153293 685436928 121373 33554432000 4194304 4650419 140734576037824 18446744073709551615 4365313 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.35
Current children cumulated vsize (KiB) 669372

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.64
CPU time (s): 4800.42
CPU user time (s): 4797.91
CPU system time (s): 2.50562
CPU usage (%): 398.824
Max. virtual memory (cumulated for all children) (KiB): 787752

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.91
system time used= 2.50562
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 641538
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= 211
involuntary context switches= 21169

runsolver used 4.00839 second user time and 9.99348 second system time

The end

Launcher Data

Begin job on node115 at 2011-05-14 23:40:26
IDJOB=3368986
IDBENCH=82995
IDSOLVER=1846
FILE ID=node115/3368986-1305409226
RUNJOBID= node115-1305409226-8546
PBS_JOBID= 13324497
Free space on /tmp= 73236 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v600-c2556-S735137557-045.SATISFIABLE.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3368986-1305409226/watcher-3368986-1305409226 -o /tmp/evaluation-result-3368986-1305409226/solver-3368986-1305409226 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3368986-1305409226.cnf

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

MD5SUM BENCH= db052c7898d14b578cec80f7488daf9a
RANDOM SEED=779164033

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      17801632 kB
Buffers:        287940 kB
Cached:        4518864 kB
SwapCached:          0 kB
Active:       11958416 kB
Inactive:      2873212 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      17801632 kB
SwapTotal:    67111528 kB
SwapFree:     67111200 kB
Dirty:            6344 kB
Writeback:           0 kB
AnonPages:    10024800 kB
Mapped:          27632 kB
Slab:           211396 kB
PageTables:      40988 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 69653440 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= 73224 MiB
End job on node115 at 2011-05-15 00:00:32