Trace number 3175377

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

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.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-3175377-1304121728.cnf'
0.00/0.00	c -- header says num vars:            600
0.00/0.00	c -- header says num clauses:        2556
0.00/0.00	c -- clauses added:            0 learnts,         2556 normals,            0 xors
0.00/0.00	c -- vars added        600
3.17/0.81	c Parsing time:  0.00 s
3.17/0.81	c  N st     0         0       600      2556         0         0      7668         0   no data   no data  --
3.17/0.81	c asymm  cl-useful: 0/2556/2556 lits-rem:0 time: 0.01
3.17/0.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
3.17/0.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.17/0.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.17/0.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    600 time:  0.00 s
3.17/0.81	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3.17/0.81	c lits-rem:         0  cl-subs:        0  v-elim:     16  v-fix:    0  time:  0.01 s
3.17/0.81	c Finding binary XORs  T:     0.00 s  found:       0
3.17/0.81	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
3.17/0.81	c calculated reachability. Time: 0.00
3.17/0.81	c Calc default polars -  time:   0.00 s pos:     272 undec:      71 neg:     257
3.17/0.81	c =========================================================================================
3.17/0.81	c types(t): F = full restart, N = normal restart
3.17/0.81	c types(t): S = simplification begin/end, E = solution found
3.17/0.81	c restart types(rt): st = static, dy = dynamic
3.17/0.81	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.17/0.81	c  B st     0         0       584      2532         0         0      7692         0   no data   no data  --
3.17/0.81	c Decided on static restart strategy
3.17/0.81	c  N st     8      4914       584      2532         0      4867      7692    130763   no data   no data  --
3.17/0.81	c  N st    10     11298       584      2532         0      4495      7692     83230   no data   no data  --
3.17/0.81	c  N st    11     17041       584      2532         0     10149      7692    240349   no data   no data  --
4.39/1.17	c  F st    12     25000       584      2532         0     12429      7692    293695   no data   no data  --
4.39/1.17	c  N st    12     25000       584      2532         0     12429      7692    293695   no data   no data  --
5.56/1.42	c  N dy    18     30000       584      2532         0     10696      7692    225875   no data   no data  --
5.56/1.42	c  S st    18     30000       584      2532         0     10696      7692    225875   no data   no data  --
5.56/1.45	c  S st    18     30503       584      2532         0     11199      7692    238176   no data   no data  --
5.56/1.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.56/1.45	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.56/1.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
5.56/1.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.56/1.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.56/1.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    584 time:  0.00 s
5.56/1.46	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
6.76/1.70	c lits-rem:       277  cl-subs:      362  v-elim:      0  v-fix:    0  time:  0.94 s
6.76/1.71	c asymm  cl-useful: 0/2532/2532 lits-rem:0 time: 0.04
6.76/1.71	c calculated reachability. Time: 0.00
6.76/1.71	c  N dy    18     30503       584      2532         0     10837      7692    226975   no data   no data  --
7.57/1.95	c  N dy    31     34576       584      2532         0     14857      7692    332062     17.96     19.09  --
8.38/2.17	c  N dy    43     38675       584      2532         0     11087      7692    183485     17.47     20.25  --
9.57/2.47	c  N dy    56     43462       584      2532         0     15822      7692    303601     17.19     18.21  --
10.36/2.63	c  S st    71     45754       584      2532         0      9245      7692    113896     17.35     16.15  --
10.36/2.66	c  S st    71     46257       584      2532         0      9747      7692    126742     17.35   no data  --
10.36/2.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
10.36/2.66	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
10.36/2.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
10.36/2.66	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10.36/2.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.36/2.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    584 time:  0.00 s
10.36/2.67	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
10.76/2.75	c lits-rem:        20  cl-subs:       16  v-elim:      0  v-fix:    0  time:  0.34 s
10.76/2.75	c vivif2 --  cl tried     2532 cl shrink        0 lits rem          0 time: 0.00
10.76/2.75	c vivif2 --  cl tried     9731 cl shrink        0 lits rem          0 time: 0.00
10.76/2.76	c asymm  cl-useful: 0/2532/2532 lits-rem:0 time: 0.03
10.76/2.76	c calculated reachability. Time: 0.00
10.76/2.76	c  N dy    71     46257       584      2532         0      9731      7692    126328     17.35   no data  --
11.56/2.99	c  N dy    87     50484       584      2532         0     13909      7692    231328     17.36     18.31  --
13.18/3.30	c  N dy    99     55165       584      2532         0     18530      7692    348553     17.28     18.22  --
13.95/3.54	c  N dy   115     59189       584      2532         0     12649      7692    177472     17.31     18.28  --
14.75/3.79	c  N dy   130     63221       584      2532         0     16645      7692    280239     17.29     18.25  --
16.36/4.11	c  N dy   151     67325       584      2532         0     20703      7692    382214     17.33     20.57  --
16.76/4.27	c  S st   167     69385       584      2532         0     11878      7692    136086     17.41     17.34  --
16.76/4.30	c  S st   167     69885       584      2532         0     12377      7692    148113     17.41   no data  --
17.18/4.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
17.18/4.30	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
17.18/4.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
17.18/4.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
17.18/4.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.18/4.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    584 time:  0.00 s
17.18/4.31	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
17.58/4.45	c lits-rem:        26  cl-subs:       31  v-elim:      0  v-fix:    0  time:  0.54 s
17.58/4.45	c vivif2 --  cl tried     2532 cl shrink        0 lits rem          0 time: 0.00
17.58/4.45	c vivif2 --  cl tried    12346 cl shrink        0 lits rem          0 time: 0.01
17.58/4.46	c asymm  cl-useful: 0/2532/2532 lits-rem:0 time: 0.04
17.58/4.46	c calculated reachability. Time: 0.00
17.58/4.46	c  N dy   167     69885       584      2532         0     12346      7692    147093     17.41   no data  --
19.15/4.85	c  N dy   182     75842       584      2532         0     18249      7692    296334     17.33     18.28  --
20.75/5.29	c  N dy   204     80822       584      2532         0     23174      7692    422722     17.37     18.38  --
22.34/5.65	c  N dy   218     86338       584      2532         0     16743      7692    237099     17.33     18.60  --
22.74/5.73	c  F st   225     87500       584      2532         0     17897      7692    266228     17.33     17.26  --
24.34/6.12	c Decided on static restart strategy
24.34/6.12	c  N st   231     92693       584      2532         0     23014      7692    401925     17.33   no data  --
26.36/6.66	c  N st   233     99803       584      2532         0     17195      7692    362403     17.33   no data  --
27.94/7.07	c  S st   234    104828       584      2532         0     22154      7692    501288     17.33   no data  --
28.34/7.13	c  S st   234    105333       584      2532         0     22659      7692    513636     17.33   no data  --
28.34/7.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
28.34/7.13	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
28.34/7.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
28.34/7.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
28.34/7.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
28.34/7.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    584 time:  0.00 s
28.34/7.16	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
33.93/8.58	c lits-rem:      1042  cl-subs:      732  v-elim:      0  v-fix:    0  time:  5.66 s
33.93/8.58	c vivif2 --  cl tried     2532 cl shrink        0 lits rem          0 time: 0.00
33.93/8.58	c vivif2 --  cl tried    21927 cl shrink        0 lits rem          0 time: 0.02
34.33/8.60	c asymm  cl-useful: 0/2532/2532 lits-rem:0 time: 0.08
34.33/8.60	c calculated reachability. Time: 0.00
34.33/8.60	c  N st   234    105333       584      2532         0     21927      7692    490295     17.33   no data  --
37.93/9.57	c  N st   235    114932       584      2532         0     17535      7692    313444     17.33   no data  --
43.12/10.88	c  N st   236    129331       584      2532         0     16967      7692    312380     17.33   no data  --
51.11/12.89	c  N st   237    150927       584      2532         0     22471      7692    424350     17.33   no data  --
53.90/13.55	c  S st   238    158000       584      2532         0     29381      7692    613632     17.33   no data  --
54.30/13.62	c  S st   238    158503       584      2532         0     29884      7692    626434     17.33   no data  --
54.30/13.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
54.30/13.63	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
54.30/13.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
54.30/13.65	c bin-w-bin subsume rem            0 bins  time:  0.00 s
54.30/13.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
54.30/13.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    584 time:  0.00 s
54.30/13.65	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
61.89/15.57	c lits-rem:       616  cl-subs:     1620  v-elim:      0  v-fix:    0  time:  7.64 s
61.89/15.57	c vivif2 --  cl tried     2532 cl shrink        0 lits rem          0 time: 0.00
61.89/15.57	c vivif2 --  cl tried    28264 cl shrink        0 lits rem          0 time: 0.03
62.29/15.60	c asymm  cl-useful: 0/2532/2532 lits-rem:0 time: 0.09
62.29/15.60	c calculated reachability. Time: 0.00
62.29/15.60	c  N st   238    158503       584      2532         0     28264      7692    575856     17.33   no data  --
82.27/20.61	c  N st   239    207092       584      2532         0     23039      7692    384605     17.33   no data  --
96.27/24.20	c  N st   240    237755       584      2532         0     33444      7692    625834     17.33   no data  --
96.27/24.20	c  S st   240    237755       584      2532         0     33444      7692    625834     17.33   no data  --
96.67/24.28	c  S st   240    238259       584      2532         0     33948      7692    638752     17.33   no data  --
96.67/24.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
96.67/24.28	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
96.67/24.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
97.05/24.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
97.05/24.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
97.05/24.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    584 time:  0.00 s
97.05/24.31	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
105.06/26.33	c lits-rem:       952  cl-subs:     1771  v-elim:      0  v-fix:    0  time:  8.03 s
105.06/26.33	c vivif2 --  cl tried     2532 cl shrink        0 lits rem          0 time: 0.00
105.06/26.33	c vivif2 --  cl tried    32177 cl shrink        0 lits rem          0 time: 0.03
105.06/26.36	c asymm  cl-useful: 0/2532/2532 lits-rem:0 time: 0.12
105.06/26.36	c calculated reachability. Time: 0.00
105.06/26.36	c  N st   240    238259       584      2532         0     32177      7692    591862     17.33   no data  --
138.59/34.70	c  F st   241    306250       584      2532         0     34176      7692    619656     17.33   no data  --
138.59/34.70	c  N st   241    306250       584      2532         0     34176      7692    619656     17.33   no data  --
140.98/35.34	c Decided on static restart strategy
151.37/37.97	c  N st   251    334549       584      2532         0     38411      7692    689300     17.33   no data  --
163.36/40.91	c  N st   253    357389       584      2532         0     36248      7692    602672     17.33   no data  --
163.36/40.91	c  S st   253    357389       584      2532         0     36248      7692    602672     17.33   no data  --
163.76/41.00	c  S st   253    357893       584      2532         0     36752      7692    615510     17.33   no data  --
163.76/41.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
163.76/41.00	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
163.76/41.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.05
163.76/41.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
163.76/41.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
163.76/41.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    584 time:  0.00 s
163.76/41.03	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
170.97/42.82	c lits-rem:       407  cl-subs:     1263  v-elim:      0  v-fix:    0  time:  7.14 s
170.97/42.82	c vivif2 --  cl tried     2532 cl shrink        0 lits rem          0 time: 0.00
170.97/42.83	c vivif2 --  cl tried    35489 cl shrink        0 lits rem          0 time: 0.03
170.97/42.86	c asymm  cl-useful: 0/2532/2532 lits-rem:0 time: 0.13
170.97/42.87	c calculated reachability. Time: 0.00
170.97/42.87	c  N st   253    357893       584      2532         0     35489      7692    583217     17.33   no data  --
186.52/46.74	c  N st   254    390285       584      2532         0     41885      7692    755322     17.33   no data  --
213.69/53.59	c  N st   255    438873       584      2532         0     35348      7692    533809     17.33   no data  --
261.22/65.42	c  N st   256    511756       584      2532         0     48812      7692    833054     17.33   no data  --
276.82/69.37	c  N st   257    536839       584      2532         0     43130      7692    692381     17.33   no data  --
276.82/69.37	c  S st   257    536839       584      2532         0     43130      7692    692381     17.33   no data  --
277.20/69.48	c  S st   257    537339       584      2532         0     43630      7692    705332     17.33   no data  --
277.20/69.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
277.20/69.48	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
277.20/69.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.06
277.60/69.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
277.60/69.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
277.60/69.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    584 time:  0.00 s
277.60/69.52	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
285.99/71.65	c lits-rem:       823  cl-subs:     1320  v-elim:      0  v-fix:    0  time:  8.51 s
285.99/71.65	c vivif2 --  cl tried     2532 cl shrink        0 lits rem          0 time: 0.00
285.99/71.66	c vivif2 --  cl tried    42310 cl shrink        0 lits rem          0 time: 0.04
286.39/71.70	c asymm  cl-useful: 0/2532/2532 lits-rem:0 time: 0.16
286.39/71.70	c calculated reachability. Time: 0.00
286.39/71.70	c  N st   257    537339       584      2532         0     42310      7692    668808     17.33   no data  --
403.43/101.05	c  N st   258    701325       584      2532         0     36588      7692    422386     17.33   no data  --
484.12/121.24	c  N st   259    806008       584      2532         0     65509      7692   1198038     17.33   no data  --
484.12/121.24	c  S st   259    806008       584      2532         0     65509      7692   1198038     17.33   no data  --
484.92/121.44	c  S st   259    806511       584      2532         0     66012      7692   1210386     17.33   no data  --
484.92/121.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
484.92/121.45	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
484.92/121.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.12
485.32/121.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
485.32/121.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
485.32/121.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    584 time:  0.00 s
485.32/121.52	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
501.69/125.64	c lits-rem:       154  cl-subs:     3514  v-elim:      0  v-fix:    0  time: 16.45 s
501.69/125.64	c vivif2 --  cl tried     2532 cl shrink        0 lits rem          0 time: 0.00
501.69/125.65	c vivif2 --  cl tried    62498 cl shrink        0 lits rem          0 time: 0.05
502.09/125.72	c asymm  cl-useful: 0/2532/2532 lits-rem:0 time: 0.28
502.09/125.72	c calculated reachability. Time: 0.00
502.09/125.72	c  N st   259    806511       584      2532         0     62498      7692   1111911     17.33   no data  --
730.98/183.03	c  F st   260   1071875       584      2532         0     78553      7692   1491276     17.33   no data  --
730.98/183.03	c  N st   260   1071875       584      2532         0     78553      7692   1491276     17.33   no data  --
737.79/184.71	c Decided on static restart strategy
754.95/189.00	c  N st   270   1100180       584      2532         0     62315      7692    966975     17.33   no data  --
785.71/196.73	c  N st   272   1136173       584      2532         0     52634      7692    704858     17.33   no data  --
814.07/203.87	c  N st   273   1168565       584      2532         0     84406      7692   1616990     17.33   no data  --
850.02/212.87	c  N st   274   1209766       584      2532         0     78763      7692   1459650     17.33   no data  --
850.02/212.87	c  S st   274   1209766       584      2532         0     78763      7692   1459650     17.33   no data  --
850.82/213.09	c  S st   274   1210269       584      2532         0     79265      7692   1472676     17.33   no data  --
850.82/213.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
850.82/213.09	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
851.22/213.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.15
851.22/213.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
851.22/213.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
851.22/213.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    584 time:  0.00 s
851.22/213.18	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
870.39/217.99	c lits-rem:       358  cl-subs:     2776  v-elim:      0  v-fix:    0  time: 19.19 s
870.39/217.99	c vivif2 --  cl tried     2532 cl shrink        0 lits rem          0 time: 0.00
870.79/218.00	c vivif2 --  cl tried    76489 cl shrink        0 lits rem          0 time: 0.07
871.19/218.11	c asymm  cl-useful: 0/2532/2532 lits-rem:0 time: 0.40
871.19/218.11	c calculated reachability. Time: 0.00
871.19/218.11	c  N st   274   1210269       584      2532         0     76489      7692   1384006     17.33   no data  --
945.49/236.75	c  N st   275   1283153       584      2532         0     52968      7692    639376     17.33   no data  --
1059.34/265.24	c  N st   276   1392477       584      2532         0     61067      7692    811675     17.33   no data  --
1197.95/299.95	c  N st   277   1556461       584      2532         0     65889      7692    904889     17.33   no data  --
1362.15/341.03	c  N st   278   1710271       584      2532         0    107755      7692   2103986     17.33   no data  --
1362.15/341.03	c  S st   278   1710271       584      2532         0    107755      7692   2103986     17.33   no data  --
1363.32/341.38	c  S st   278   1710777       584      2532         0    108261      7692   2118404     17.33   no data  --
1363.32/341.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1363.32/341.39	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1363.72/341.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.23
1364.12/341.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1364.12/341.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1364.12/341.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    584 time:  0.00 s
1364.12/341.52	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1424.84/356.73	c lits-rem:       227  cl-subs:     5735  v-elim:      0  v-fix:    0  time: 60.71 s
1424.84/356.73	c vivif2 --  cl tried     2532 cl shrink        0 lits rem          0 time: 0.00
1424.84/356.75	c vivif2 --  cl tried   102526 cl shrink        0 lits rem          0 time: 0.10
1425.25/356.89	c asymm  cl-useful: 0/2532/2532 lits-rem:0 time: 0.56
1425.25/356.89	c calculated reachability. Time: 0.00
1425.25/356.89	c  N st   278   1710777       584      2532         0    102526      7692   1958034     17.33   no data  --
1834.68/459.37	c  N st   279   2079743       584      2532         0    113606      7692   2025039     17.33   no data  --
1987.27/497.57	c  N st   280   2210777       584      2532         0    118237      7692   2136092     17.33   no data  --
1987.27/497.57	c  S st   280   2210777       584      2532         0    118237      7692   2136092     17.33   no data  --
1988.87/497.95	c  S st   280   2211280       584      2532         0    118740      7692   2149331     17.33   no data  --
1988.87/497.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
1988.87/497.96	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1989.26/498.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.27
1989.66/498.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1989.66/498.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1989.66/498.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    584 time:  0.00 s
1989.66/498.11	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2049.98/513.27	c lits-rem:       164  cl-subs:     6840  v-elim:      0  v-fix:    0  time: 60.53 s
2049.98/513.27	c vivif2 --  cl tried     2532 cl shrink        0 lits rem          0 time: 0.00
2049.98/513.29	c vivif2 --  cl tried   111900 cl shrink        0 lits rem          0 time: 0.10
2050.78/513.46	c asymm  cl-useful: 0/2532/2532 lits-rem:0 time: 0.69
2050.78/513.47	c calculated reachability. Time: 0.00
2050.78/513.47	c  N st   280   2211280       584      2532         0    111900      7692   1985421     17.33   no data  --
2667.55/667.87	c  N st   281   2711280       584      2532         0    135117      7692   2508946     17.33   no data  --
2667.55/667.87	c  S st   281   2711280       584      2532         0    135117      7692   2508946     17.33   no data  --
2669.55/668.37	c  S st   281   2711782       584      2532         0    135619      7692   2522100     17.33   no data  --
2669.55/668.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
2669.55/668.38	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2669.95/668.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.29
2670.34/668.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2670.34/668.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2670.34/668.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    584 time:  0.00 s
2670.34/668.54	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2781.01/696.21	c lits-rem:      1013  cl-subs:    11417  v-elim:      0  v-fix:    0  time: 110.48 s
2781.01/696.21	c vivif2 --  cl tried     2532 cl shrink        0 lits rem          0 time: 0.00
2781.01/696.24	c vivif2 --  cl tried   124202 cl shrink        0 lits rem          0 time: 0.12
2781.79/696.43	c asymm  cl-useful: 0/2532/2532 lits-rem:0 time: 0.74
2781.79/696.43	c calculated reachability. Time: 0.00
2781.79/696.43	c  N st   281   2711782       584      2532         0    124202      7692   2251560     17.33   no data  --
3474.45/869.82	c  N st   282   3211782       584      2532         0     99979      7692   1393195     17.33   no data  --
3474.45/869.82	c  S st   282   3211782       584      2532         0     99979      7692   1393195     17.33   no data  --
3475.67/870.12	c  S st   282   3212282       584      2532         0    100478      7692   1406878     17.33   no data  --
3475.67/870.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
3475.67/870.12	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3475.67/870.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.20
3476.05/870.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3476.05/870.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3476.05/870.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    584 time:  0.00 s
3476.05/870.22	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3492.42/874.37	c lits-rem:        67  cl-subs:     3271  v-elim:      0  v-fix:    0  time: 16.56 s
3492.42/874.37	c vivif2 --  cl tried     2532 cl shrink        0 lits rem          0 time: 0.00
3492.42/874.39	c vivif2 --  cl tried    97207 cl shrink        0 lits rem          0 time: 0.07
3493.25/874.53	c asymm  cl-useful: 0/2532/2532 lits-rem:0 time: 0.55
3493.25/874.53	c calculated reachability. Time: 0.00
3493.25/874.53	c  N st   282   3212282       584      2532         0     97207      7692   1328718     17.33   no data  --
4277.36/1070.82	c  N st   283   3712282       584      2532         0    108117      7692   1525077     17.33   no data  --
4277.36/1070.82	c  S st   283   3712282       584      2532         0    108117      7692   1525077     17.33   no data  --
4278.96/1071.25	c  S st   283   3712786       584      2532         0    108620      7692   1538557     17.33   no data  --
4278.96/1071.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
4278.96/1071.26	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4279.38/1071.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.27
4279.38/1071.39	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4279.38/1071.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4279.38/1071.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    584 time:  0.00 s
4279.38/1071.39	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4316.10/1080.59	c lits-rem:       121  cl-subs:     3701  v-elim:      0  v-fix:    0  time: 36.74 s
4316.10/1080.59	c vivif2 --  cl tried     2532 cl shrink        0 lits rem          0 time: 0.00
4316.50/1080.61	c vivif2 --  cl tried   104919 cl shrink        0 lits rem          0 time: 0.09
4317.30/1080.81	c asymm  cl-useful: 0/2532/2532 lits-rem:0 time: 0.80
4317.30/1080.82	c calculated reachability. Time: 0.00
4317.30/1080.82	c  N st   283   3712786       584      2532         0    104919      7692   1436868     17.33   no data  --
4395.99/1100.51	c  F st   284   3751562       584      2532         0    142701      7692   2518540     17.33   no data  --
4395.99/1100.51	c  N st   284   3751562       584      2532         0    142701      7692   2518540     17.33   no data  --
4447.93/1113.54	c  N dy   348   3772072       584      2532         0    162940      7692   3056868     17.36     18.45  --
4484.28/1122.68	c  N dy   456   3792169       584      2532         0     99698      7692   1197205     17.56     18.87  --
4522.62/1132.20	c  N dy   579   3812199       584      2532         0    119477      7692   1725011     17.77     19.55  --
4571.35/1144.40	c  N dy   646   3832529       584      2532         0    139524      7692   2248157     17.75     18.69  --
4624.49/1157.74	c  N dy   731   3853317       584      2532         0    160050      7692   2780874     17.76     18.71  --
4668.43/1168.75	c  N dy   830   3873397       584      2532         0     95376      7692   1034913     17.79     18.79  --
4707.17/1178.42	c  N dy   911   3894915       584      2532         0    116599      7692   1580877     17.78     18.85  --
4745.92/1188.13	c  N dy   964   3914967       584      2532         0    136331      7692   2082942     17.70     18.63  --
4796.65/1200.83	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: 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-3175377-1304121728/watcher-3175377-1304121728 -o /tmp/evaluation-result-3175377-1304121728/solver-3175377-1304121728 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3175377-1304121728.cnf 

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

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


[startup+0 s]
/proc/loadavg: 7.39 7.90 7.61 4/176 22984
/proc/meminfo: memFree=30317944/32951124 swapFree=67111364/67111528
[pid=22984] ppid=22980 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/22984/stat : 22984 (strangenight1-m) R 22980 22984 22152 0 -1 4202496 414 0 0 0 0 0 0 0 18 0 4 0 523773173 52465664 353 33554432000 4194304 4650419 140734890189296 18446744073709551615 47551953762226 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22984/statm: 12809 353 303 112 0 7774 0
[pid=22984/tid=22986] ppid=22980 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/22984/task/22986/stat : 22986 (strangenight1-m) R 22980 22984 22152 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 4 0 523773174 52465664 353 33554432000 4194304 4650419 140734890189296 18446744073709551615 253640915953 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22984/tid=22988] ppid=22980 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/22984/task/22988/stat : 22988 (strangenight1-m) R 22980 22984 22152 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 4 0 523773174 52465664 353 33554432000 4194304 4650419 140734890189296 18446744073709551615 253652657206 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=22984/tid=22990] ppid=22980 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/22984/task/22990/stat : 22990 (strangenight1-m) R 22980 22984 22152 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 4 0 523773174 52465664 353 33554432000 4194304 4650419 140734890189296 18446744073709551615 47551953762226 0 0 4096 2 0 0 0 -1 5 0 0 0

[startup+0.057257 s]
/proc/loadavg: 7.39 7.90 7.61 4/176 22984
/proc/meminfo: memFree=30317944/32951124 swapFree=67111364/67111528
[pid=22984] ppid=22980 vsize=282732 CPUtime=0.2 cores=1,3,5,7
/proc/22984/stat : 22984 (strangenight1-m) R 22980 22984 22152 0 -1 4202496 1649 0 0 0 20 0 0 0 18 0 4 0 523773173 289517568 1485 33554432000 4194304 4650419 140734890189296 18446744073709551615 4281421 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22984/statm: 70683 1485 390 112 0 65648 0
[pid=22984/tid=22986] ppid=22980 vsize=282732 CPUtime=0.04 cores=1,3,5,7
/proc/22984/task/22986/stat : 22986 (strangenight1-m) R 22980 22984 22152 0 -1 4202560 352 0 0 0 4 0 0 0 19 0 4 0 523773174 289517568 1485 33554432000 4194304 4650419 140734890189296 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22984/tid=22988] ppid=22980 vsize=282732 CPUtime=0.05 cores=1,3,5,7
/proc/22984/task/22988/stat : 22988 (strangenight1-m) R 22980 22984 22152 0 -1 4202560 327 0 0 0 5 0 0 0 18 0 4 0 523773174 289517568 1485 33554432000 4194304 4650419 140734890189296 18446744073709551615 4363423 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=22984/tid=22990] ppid=22980 vsize=282732 CPUtime=0.05 cores=1,3,5,7
/proc/22984/task/22990/stat : 22990 (strangenight1-m) R 22980 22984 22152 0 -1 4202560 220 0 0 0 5 0 0 0 18 0 4 0 523773174 289517568 1485 33554432000 4194304 4650419 140734890189296 18446744073709551615 4363506 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 282732

[startup+0.157239 s]
/proc/loadavg: 7.39 7.90 7.61 4/176 22984
/proc/meminfo: memFree=30317944/32951124 swapFree=67111364/67111528
[pid=22984] ppid=22980 vsize=282732 CPUtime=0.6 cores=1,3,5,7
/proc/22984/stat : 22984 (strangenight1-m) R 22980 22984 22152 0 -1 4202496 2103 0 0 0 60 0 0 0 18 0 4 0 523773173 289517568 1939 33554432000 4194304 4650419 140734890189296 18446744073709551615 4366819 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22984/statm: 70683 1940 391 112 0 65648 0
[pid=22984/tid=22986] ppid=22980 vsize=282732 CPUtime=0.14 cores=1,3,5,7
/proc/22984/task/22986/stat : 22986 (strangenight1-m) R 22980 22984 22152 0 -1 4202560 453 0 0 0 14 0 0 0 20 0 4 0 523773174 289517568 1940 33554432000 4194304 4650419 140734890189296 18446744073709551615 4363458 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22984/tid=22988] ppid=22980 vsize=282732 CPUtime=0.15 cores=1,3,5,7
/proc/22984/task/22988/stat : 22988 (strangenight1-m) R 22980 22984 22152 0 -1 4202560 439 0 0 0 15 0 0 0 18 0 4 0 523773174 289517568 1940 33554432000 4194304 4650419 140734890189296 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=22984/tid=22990] ppid=22980 vsize=282732 CPUtime=0.15 cores=1,3,5,7
/proc/22984/task/22990/stat : 22990 (strangenight1-m) R 22980 22984 22152 0 -1 4202560 341 0 0 0 15 0 0 0 18 0 4 0 523773174 289517568 1941 33554432000 4194304 4650419 140734890189296 18446744073709551615 4333980 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 282732

[startup+0.300213 s]
/proc/loadavg: 7.39 7.90 7.61 4/176 22984
/proc/meminfo: memFree=30317944/32951124 swapFree=67111364/67111528
[pid=22984] ppid=22980 vsize=284100 CPUtime=1.17 cores=1,3,5,7
/proc/22984/stat : 22984 (strangenight1-m) R 22980 22984 22152 0 -1 4202496 3043 0 0 0 117 0 0 0 18 0 4 0 523773173 290918400 2244 33554432000 4194304 4650419 140734890189296 18446744073709551615 4364406 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22984/statm: 71025 2244 393 112 0 65990 0
[pid=22984/tid=22986] ppid=22980 vsize=284100 CPUtime=0.29 cores=1,3,5,7
/proc/22984/task/22986/stat : 22986 (strangenight1-m) R 22980 22984 22152 0 -1 4202560 687 0 0 0 29 0 0 0 20 0 4 0 523773174 290918400 2244 33554432000 4194304 4650419 140734890189296 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22984/tid=22988] ppid=22980 vsize=284100 CPUtime=0.29 cores=1,3,5,7
/proc/22984/task/22988/stat : 22988 (strangenight1-m) R 22980 22984 22152 0 -1 4202560 676 0 0 0 29 0 0 0 18 0 4 0 523773174 290918400 2244 33554432000 4194304 4650419 140734890189296 18446744073709551615 4363562 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=22984/tid=22990] ppid=22980 vsize=284100 CPUtime=0.29 cores=1,3,5,7
/proc/22984/task/22990/stat : 22990 (strangenight1-m) R 22980 22984 22152 0 -1 4202560 575 0 0 0 29 0 0 0 18 0 4 0 523773174 290918400 2244 33554432000 4194304 4650419 140734890189296 18446744073709551615 4363510 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 284100

[startup+0.700141 s]
/proc/loadavg: 7.39 7.90 7.61 4/176 22984
/proc/meminfo: memFree=30317944/32951124 swapFree=67111364/67111528
[pid=22984] ppid=22980 vsize=285080 CPUtime=2.77 cores=1,3,5,7
/proc/22984/stat : 22984 (strangenight1-m) R 22980 22984 22152 0 -1 4202496 4722 0 0 0 277 0 0 0 18 0 4 0 523773173 291921920 2974 33554432000 4194304 4650419 140734890189296 18446744073709551615 4330724 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22984/statm: 71270 2974 393 112 0 66235 0
[pid=22984/tid=22986] ppid=22980 vsize=285080 CPUtime=0.69 cores=1,3,5,7
/proc/22984/task/22986/stat : 22986 (strangenight1-m) R 22980 22984 22152 0 -1 4202560 1111 0 0 0 69 0 0 0 21 0 4 0 523773174 291921920 2974 33554432000 4194304 4650419 140734890189296 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22984/tid=22988] ppid=22980 vsize=285080 CPUtime=0.69 cores=1,3,5,7
/proc/22984/task/22988/stat : 22988 (strangenight1-m) R 22980 22984 22152 0 -1 4202560 1103 0 0 0 69 0 0 0 18 0 4 0 523773174 291921920 2974 33554432000 4194304 4650419 140734890189296 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=22984/tid=22990] ppid=22980 vsize=285080 CPUtime=0.69 cores=1,3,5,7
/proc/22984/task/22990/stat : 22990 (strangenight1-m) R 22980 22984 22152 0 -1 4202560 974 0 0 0 69 0 0 0 18 0 4 0 523773174 291921920 2974 33554432000 4194304 4650419 140734890189296 18446744073709551615 4367311 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 285080

[startup+1.501 s]
/proc/loadavg: 7.39 7.90 7.61 10/184 22993
/proc/meminfo: memFree=30296428/32951124 swapFree=67111364/67111528
[pid=22984] ppid=22980 vsize=286556 CPUtime=5.96 cores=1,3,5,7
/proc/22984/stat : 22984 (strangenight1-m) R 22980 22984 22152 0 -1 4202496 9363 0 0 0 596 0 0 0 20 0 4 0 523773173 293433344 4986 33554432000 4194304 4650419 140734890189296 18446744073709551615 4438643 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22984/statm: 71639 4986 395 112 0 66604 0
[pid=22984/tid=22986] ppid=22980 vsize=286556 CPUtime=1.48 cores=1,3,5,7
/proc/22984/task/22986/stat : 22986 (strangenight1-m) R 22980 22984 22152 0 -1 4202560 1959 0 0 0 148 0 0 0 23 0 4 0 523773174 293433344 4986 33554432000 4194304 4650419 140734890189296 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22984/tid=22988] ppid=22980 vsize=286556 CPUtime=1.49 cores=1,3,5,7
/proc/22984/task/22988/stat : 22988 (strangenight1-m) R 22980 22984 22152 0 -1 4202560 1957 0 0 0 149 0 0 0 20 0 4 0 523773174 293433344 4986 33554432000 4194304 4650419 140734890189296 18446744073709551615 4366906 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=22984/tid=22990] ppid=22980 vsize=286556 CPUtime=1.49 cores=1,3,5,7
/proc/22984/task/22990/stat : 22990 (strangenight1-m) R 22980 22984 22152 0 -1 4202560 1710 0 0 0 149 0 0 0 20 0 4 0 523773174 293433344 4986 33554432000 4194304 4650419 140734890189296 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 286556

[startup+3.1007 s]
/proc/loadavg: 7.39 7.90 7.61 10/184 22993
/proc/meminfo: memFree=30272128/32951124 swapFree=67111364/67111528
[pid=22984] ppid=22980 vsize=273448 CPUtime=12.36 cores=1,3,5,7
/proc/22984/stat : 22984 (strangenight1-m) R 22980 22984 22152 0 -1 4202496 17406 0 0 0 1234 2 0 0 25 0 4 0 523773173 280010752 10735 33554432000 4194304 4650419 140734890189296 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22984/statm: 68362 10735 395 112 0 63327 0
[pid=22984/tid=22986] ppid=22980 vsize=273448 CPUtime=3.07 cores=1,3,5,7
/proc/22984/task/22986/stat : 22986 (strangenight1-m) R 22980 22984 22152 0 -1 4202560 4132 0 0 0 307 0 0 0 25 0 4 0 523773174 280010752 10735 33554432000 4194304 4650419 140734890189296 18446744073709551615 4303888 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22984/tid=22988] ppid=22980 vsize=273448 CPUtime=3.08 cores=1,3,5,7
/proc/22984/task/22988/stat : 22988 (strangenight1-m) R 22980 22984 22152 0 -1 4202560 4612 0 0 0 308 0 0 0 25 0 4 0 523773174 280010752 10735 33554432000 4194304 4650419 140734890189296 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=22984/tid=22990] ppid=22980 vsize=273448 CPUtime=3.08 cores=1,3,5,7
/proc/22984/task/22990/stat : 22990 (strangenight1-m) R 22980 22984 22152 0 -1 4202560 4005 0 0 0 308 0 0 0 25 0 4 0 523773174 280010752 10735 33554432000 4194304 4650419 140734890189296 18446744073709551615 4363484 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 273448

[startup+6.30112 s]
/proc/loadavg: 7.44 7.90 7.61 10/184 22993
/proc/meminfo: memFree=30214220/32951124 swapFree=67111364/67111528
[pid=22984] ppid=22980 vsize=281972 CPUtime=25.14 cores=1,3,5,7
/proc/22984/stat : 22984 (strangenight1-m) R 22980 22984 22152 0 -1 4202496 25600 0 0 0 2511 3 0 0 25 0 4 0 523773173 288739328 14344 33554432000 4194304 4650419 140734890189296 18446744073709551615 4367236 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22984/statm: 70493 14344 395 112 0 65458 0
[pid=22984/tid=22986] ppid=22980 vsize=281972 CPUtime=6.26 cores=1,3,5,7
/proc/22984/task/22986/stat : 22986 (strangenight1-m) R 22980 22984 22152 0 -1 4202560 7187 0 0 0 625 1 0 0 25 0 4 0 523773174 288739328 14344 33554432000 4194304 4650419 140734890189296 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22984/tid=22988] ppid=22980 vsize=281972 CPUtime=6.29 cores=1,3,5,7
/proc/22984/task/22988/stat : 22988 (strangenight1-m) R 22980 22984 22152 0 -1 4202560 6920 0 0 0 628 1 0 0 25 0 4 0 523773174 288739328 14344 33554432000 4194304 4650419 140734890189296 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=22984/tid=22990] ppid=22980 vsize=281972 CPUtime=6.28 cores=1,3,5,7
/proc/22984/task/22990/stat : 22990 (strangenight1-m) R 22980 22984 22152 0 -1 4202560 5207 0 0 0 628 0 0 0 25 0 4 0 523773174 288739328 14344 33554432000 4194304 4650419 140734890189296 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 281972

[startup+12.701 s]
/proc/loadavg: 7.49 7.90 7.61 10/184 22993
/proc/meminfo: memFree=30159824/32951124 swapFree=67111364/67111528
[pid=22984] ppid=22980 vsize=300340 CPUtime=50.71 cores=1,3,5,7
/proc/22984/stat : 22984 (strangenight1-m) R 22980 22984 22152 0 -1 4202496 39419 0 0 0 5065 6 0 0 25 0 4 0 523773173 307548160 21194 33554432000 4194304 4650419 140734890189296 18446744073709551615 4364340 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22984/statm: 75085 21194 395 112 0 70050 0
[pid=22984/tid=22986] ppid=22980 vsize=300340 CPUtime=12.62 cores=1,3,5,7
/proc/22984/task/22986/stat : 22986 (strangenight1-m) R 22980 22984 22152 0 -1 4202560 10084 0 0 0 1261 1 0 0 25 0 4 0 523773174 307548160 21194 33554432000 4194304 4650419 140734890189296 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22984/tid=22988] ppid=22980 vsize=300340 CPUtime=12.69 cores=1,3,5,7
/proc/22984/task/22988/stat : 22988 (strangenight1-m) R 22980 22984 22152 0 -1 4202560 11209 0 0 0 1267 2 0 0 25 0 4 0 523773174 307548160 21194 33554432000 4194304 4650419 140734890189296 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=22984/tid=22990] ppid=22980 vsize=300340 CPUtime=12.69 cores=1,3,5,7
/proc/22984/task/22990/stat : 22990 (strangenight1-m) R 22980 22984 22152 0 -1 4202560 7604 0 0 0 1268 1 0 0 25 0 4 0 523773174 307548160 21194 33554432000 4194304 4650419 140734890189296 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 300340

[startup+25.5006 s]
/proc/loadavg: 7.60 7.90 7.62 10/184 22993
/proc/meminfo: memFree=30092008/32951124 swapFree=67111364/67111528
[pid=22984] ppid=22980 vsize=319764 CPUtime=101.84 cores=1,3,5,7
/proc/22984/stat : 22984 (strangenight1-m) R 22980 22984 22152 0 -1 4202496 57284 0 0 0 10174 10 0 0 25 0 4 0 523773173 327438336 28952 33554432000 4194304 4650419 140734890189296 18446744073709551615 4476204 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22984/statm: 79941 28952 395 112 0 74906 0
[pid=22984/tid=22986] ppid=22980 vsize=319764 CPUtime=25.35 cores=1,3,5,7
/proc/22984/task/22986/stat : 22986 (strangenight1-m) R 22980 22984 22152 0 -1 4202560 13090 0 0 0 2533 2 0 0 25 0 4 0 523773174 327438336 28952 33554432000 4194304 4650419 140734890189296 18446744073709551615 4360387 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22984/tid=22988] ppid=22980 vsize=319764 CPUtime=25.49 cores=1,3,5,7
/proc/22984/task/22988/stat : 22988 (strangenight1-m) R 22980 22984 22152 0 -1 4202560 16528 0 0 0 2546 3 0 0 25 0 4 0 523773174 327438336 28952 33554432000 4194304 4650419 140734890189296 18446744073709551615 4334219 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=22984/tid=22990] ppid=22980 vsize=319764 CPUtime=25.49 cores=1,3,5,7
/proc/22984/task/22990/stat : 22990 (strangenight1-m) R 22980 22984 22152 0 -1 4202560 10736 0 0 0 2547 2 0 0 25 0 4 0 523773174 327438336 28952 33554432000 4194304 4650419 140734890189296 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 319764

[startup+51.101 s]
/proc/loadavg: 7.89 7.94 7.64 10/184 22994
/proc/meminfo: memFree=30051900/32951124 swapFree=67111364/67111528
[pid=22984] ppid=22980 vsize=287348 CPUtime=204.11 cores=1,3,5,7
/proc/22984/stat : 22984 (strangenight1-m) R 22980 22984 22152 0 -1 4202496 87595 0 0 0 20391 20 0 0 25 0 4 0 523773173 294244352 34014 33554432000 4194304 4650419 140734890189296 18446744073709551615 4363441 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22984/statm: 71837 34014 395 112 0 66802 0
[pid=22984/tid=22986] ppid=22980 vsize=287348 CPUtime=50.8 cores=1,3,5,7
/proc/22984/task/22986/stat : 22986 (strangenight1-m) R 22980 22984 22152 0 -1 4202560 19675 0 0 0 5077 3 0 0 25 0 4 0 523773174 294244352 34014 33554432000 4194304 4650419 140734890189296 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22984/tid=22988] ppid=22980 vsize=287348 CPUtime=51.09 cores=1,3,5,7
/proc/22984/task/22988/stat : 22988 (strangenight1-m) R 22980 22984 22152 0 -1 4202560 26281 0 0 0 5103 6 0 0 25 0 4 0 523773174 294244352 34014 33554432000 4194304 4650419 140734890189296 18446744073709551615 4334297 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=22984/tid=22990] ppid=22980 vsize=287348 CPUtime=51.09 cores=1,3,5,7
/proc/22984/task/22990/stat : 22990 (strangenight1-m) R 22980 22984 22152 0 -1 4202560 15740 0 0 0 5106 3 0 0 25 0 4 0 523773174 294244352 34014 33554432000 4194304 4650419 140734890189296 18446744073709551615 4367232 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 204.11
Current children cumulated vsize (KiB) 287348

[startup+102.307 s]
/proc/loadavg: 7.95 7.95 7.65 12/185 22998
/proc/meminfo: memFree=29968044/32951124 swapFree=67111364/67111528
[pid=22984] ppid=22980 vsize=370760 CPUtime=408.64 cores=1,3,5,7
/proc/22984/stat : 22984 (strangenight1-m) R 22980 22984 22152 0 -1 4202496 127114 0 0 0 40831 33 0 0 25 0 4 0 523773173 379658240 45312 33554432000 4194304 4650419 140734890189296 18446744073709551615 4366816 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22984/statm: 92690 45312 395 112 0 87655 0
[pid=22984/tid=22986] ppid=22980 vsize=370760 CPUtime=101.73 cores=1,3,5,7
/proc/22984/task/22986/stat : 22986 (strangenight1-m) R 22980 22984 22152 0 -1 4202560 29922 0 0 0 10167 6 0 0 25 0 4 0 523773174 379658240 45312 33554432000 4194304 4650419 140734890189296 18446744073709551615 4432396 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22984/tid=22988] ppid=22980 vsize=370760 CPUtime=102.3 cores=1,3,5,7
/proc/22984/task/22988/stat : 22988 (strangenight1-m) R 22980 22984 22152 0 -1 4202560 36182 0 0 0 10220 10 0 0 25 0 4 0 523773174 379658240 45312 33554432000 4194304 4650419 140734890189296 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=22984/tid=22990] ppid=22980 vsize=370760 CPUtime=102.29 cores=1,3,5,7
/proc/22984/task/22990/stat : 22990 (strangenight1-m) R 22980 22984 22152 0 -1 4202560 25064 0 0 0 10223 6 0 0 25 0 4 0 523773174 379658240 45312 33554432000 4194304 4650419 140734890189296 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 408.64
Current children cumulated vsize (KiB) 370760

[startup+162.301 s]

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

[pid=22984] ppid=22980 vsize=616576 CPUtime=2805.36 cores=1,3,5,7
/proc/22984/stat : 22984 (strangenight1-m) R 22980 22984 22152 0 -1 4202496 450377 0 0 0 280360 176 0 0 25 0 4 0 523773173 631373824 102904 33554432000 4194304 4650419 140734890189296 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22984/statm: 154144 102904 395 112 0 149109 0
[pid=22984/tid=22986] ppid=22980 vsize=616576 CPUtime=698.42 cores=1,3,5,7
/proc/22984/task/22986/stat : 22986 (strangenight1-m) R 22980 22984 22152 0 -1 4202560 123587 0 0 0 69792 50 0 0 25 0 4 0 523773174 631373824 102904 33554432000 4194304 4650419 140734890189296 18446744073709551615 4310650 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22984/tid=22988] ppid=22980 vsize=616576 CPUtime=702.31 cores=1,3,5,7
/proc/22984/task/22988/stat : 22988 (strangenight1-m) R 22980 22984 22152 0 -1 4202560 119221 0 0 0 70186 45 0 0 25 0 4 0 523773174 631373824 102904 33554432000 4194304 4650419 140734890189296 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=22984/tid=22990] ppid=22980 vsize=616576 CPUtime=702.3 cores=1,3,5,7
/proc/22984/task/22990/stat : 22990 (strangenight1-m) R 22980 22984 22152 0 -1 4202560 77238 0 0 0 70195 35 0 0 25 0 4 0 523773174 631373824 102904 33554432000 4194304 4650419 140734890189296 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2805.36
Current children cumulated vsize (KiB) 616576

[startup+762.306 s]
/proc/loadavg: 8.03 8.05 7.85 10/184 23016
/proc/meminfo: memFree=29508836/32951124 swapFree=67111364/67111528
[pid=22984] ppid=22980 vsize=620072 CPUtime=3045.06 cores=1,3,5,7
/proc/22984/stat : 22984 (strangenight1-m) R 22980 22984 22152 0 -1 4202496 476459 0 0 0 304316 190 0 0 25 0 4 0 523773173 634953728 106163 33554432000 4194304 4650419 140734890189296 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22984/statm: 155018 106163 395 112 0 149983 0
[pid=22984/tid=22986] ppid=22980 vsize=620072 CPUtime=758.08 cores=1,3,5,7
/proc/22984/task/22986/stat : 22986 (strangenight1-m) R 22980 22984 22152 0 -1 4202560 130587 0 0 0 75754 54 0 0 25 0 4 0 523773174 634953728 106163 33554432000 4194304 4650419 140734890189296 18446744073709551615 4366839 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22984/tid=22988] ppid=22980 vsize=620072 CPUtime=762.31 cores=1,3,5,7
/proc/22984/task/22988/stat : 22988 (strangenight1-m) R 22980 22984 22152 0 -1 4202560 127497 0 0 0 76183 48 0 0 25 0 4 0 523773174 634953728 106163 33554432000 4194304 4650419 140734890189296 18446744073709551615 4363510 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=22984/tid=22990] ppid=22980 vsize=620072 CPUtime=762.31 cores=1,3,5,7
/proc/22984/task/22990/stat : 22990 (strangenight1-m) R 22980 22984 22152 0 -1 4202560 79996 0 0 0 76194 37 0 0 25 0 4 0 523773174 634953728 106163 33554432000 4194304 4650419 140734890189296 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3045.06
Current children cumulated vsize (KiB) 620072

[startup+822.3 s]
/proc/loadavg: 8.01 8.04 7.85 10/184 23017
/proc/meminfo: memFree=29489236/32951124 swapFree=67111364/67111528
[pid=22984] ppid=22980 vsize=620276 CPUtime=3284.71 cores=1,3,5,7
/proc/22984/stat : 22984 (strangenight1-m) R 22980 22984 22152 0 -1 4202496 498972 0 0 0 328269 202 0 0 25 0 4 0 523773173 635162624 103123 33554432000 4194304 4650419 140734890189296 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22984/statm: 155069 103123 395 112 0 150034 0
[pid=22984/tid=22986] ppid=22980 vsize=620276 CPUtime=817.75 cores=1,3,5,7
/proc/22984/task/22986/stat : 22986 (strangenight1-m) R 22980 22984 22152 0 -1 4202560 137785 0 0 0 81717 58 0 0 25 0 4 0 523773174 635162624 103123 33554432000 4194304 4650419 140734890189296 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22984/tid=22988] ppid=22980 vsize=620276 CPUtime=822.3 cores=1,3,5,7
/proc/22984/task/22988/stat : 22988 (strangenight1-m) R 22980 22984 22152 0 -1 4202560 135153 0 0 0 82179 51 0 0 25 0 4 0 523773174 635162624 103123 33554432000 4194304 4650419 140734890189296 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=22984/tid=22990] ppid=22980 vsize=620276 CPUtime=822.3 cores=1,3,5,7
/proc/22984/task/22990/stat : 22990 (strangenight1-m) R 22980 22984 22152 0 -1 4202560 83575 0 0 0 82191 39 0 0 25 0 4 0 523773174 635162624 103123 33554432000 4194304 4650419 140734890189296 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3284.71
Current children cumulated vsize (KiB) 620276

[startup+882.3 s]
/proc/loadavg: 8.00 8.03 7.86 10/184 23019
/proc/meminfo: memFree=29463804/32951124 swapFree=67111364/67111528
[pid=22984] ppid=22980 vsize=701072 CPUtime=3524.38 cores=1,3,5,7
/proc/22984/stat : 22984 (strangenight1-m) R 22980 22984 22152 0 -1 4202496 527282 0 0 0 352225 213 0 0 25 0 4 0 523773173 717897728 112662 33554432000 4194304 4650419 140734890189296 18446744073709551615 4366819 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22984/statm: 175268 112662 395 112 0 170233 0
[pid=22984/tid=22986] ppid=22980 vsize=701072 CPUtime=877.41 cores=1,3,5,7
/proc/22984/task/22986/stat : 22986 (strangenight1-m) R 22980 22984 22152 0 -1 4202560 148102 0 0 0 87681 60 0 0 25 0 4 0 523773174 717897728 112662 33554432000 4194304 4650419 140734890189296 18446744073709551615 4366845 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22984/tid=22988] ppid=22980 vsize=701072 CPUtime=882.31 cores=1,3,5,7
/proc/22984/task/22988/stat : 22988 (strangenight1-m) R 22980 22984 22152 0 -1 4202560 142560 0 0 0 88176 55 0 0 25 0 4 0 523773174 717897728 112662 33554432000 4194304 4650419 140734890189296 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=22984/tid=22990] ppid=22980 vsize=701072 CPUtime=882.31 cores=1,3,5,7
/proc/22984/task/22990/stat : 22990 (strangenight1-m) R 22980 22984 22152 0 -1 4202560 87821 0 0 0 88190 41 0 0 25 0 4 0 523773174 717897728 112662 33554432000 4194304 4650419 140734890189296 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3524.38
Current children cumulated vsize (KiB) 701072

[startup+942.3 s]
/proc/loadavg: 8.00 8.02 7.87 10/184 23020
/proc/meminfo: memFree=29443964/32951124 swapFree=67111364/67111528
[pid=22984] ppid=22980 vsize=662792 CPUtime=3764.05 cores=1,3,5,7
/proc/22984/stat : 22984 (strangenight1-m) R 22980 22984 22152 0 -1 4202496 551345 0 0 0 376181 224 0 0 25 0 4 0 523773173 678699008 114461 33554432000 4194304 4650419 140734890189296 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22984/statm: 165698 114461 395 112 0 160663 0
[pid=22984/tid=22986] ppid=22980 vsize=662792 CPUtime=937.09 cores=1,3,5,7
/proc/22984/task/22986/stat : 22986 (strangenight1-m) R 22980 22984 22152 0 -1 4202560 154825 0 0 0 93645 64 0 0 25 0 4 0 523773174 678699008 114461 33554432000 4194304 4650419 140734890189296 18446744073709551615 4365267 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22984/tid=22988] ppid=22980 vsize=662792 CPUtime=942.31 cores=1,3,5,7
/proc/22984/task/22988/stat : 22988 (strangenight1-m) R 22980 22984 22152 0 -1 4202560 152382 0 0 0 94173 58 0 0 25 0 4 0 523773174 678699008 114461 33554432000 4194304 4650419 140734890189296 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=22984/tid=22990] ppid=22980 vsize=662792 CPUtime=942.31 cores=1,3,5,7
/proc/22984/task/22990/stat : 22990 (strangenight1-m) R 22980 22984 22152 0 -1 4202560 89266 0 0 0 94189 42 0 0 25 0 4 0 523773174 678699008 114461 33554432000 4194304 4650419 140734890189296 18446744073709551615 4366835 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3764.05
Current children cumulated vsize (KiB) 662792

[startup+1002.3 s]
/proc/loadavg: 8.00 8.02 7.87 10/184 23022
/proc/meminfo: memFree=29406132/32951124 swapFree=67111364/67111528
[pid=22984] ppid=22980 vsize=663104 CPUtime=4003.72 cores=1,3,5,7
/proc/22984/stat : 22984 (strangenight1-m) R 22980 22984 22152 0 -1 4202496 577446 0 0 0 400135 237 0 0 25 0 4 0 523773173 679018496 118845 33554432000 4194304 4650419 140734890189296 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22984/statm: 165776 118845 395 112 0 160741 0
[pid=22984/tid=22986] ppid=22980 vsize=663104 CPUtime=996.75 cores=1,3,5,7
/proc/22984/task/22986/stat : 22986 (strangenight1-m) R 22980 22984 22152 0 -1 4202560 161870 0 0 0 99606 69 0 0 25 0 4 0 523773174 679018496 118845 33554432000 4194304 4650419 140734890189296 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22984/tid=22988] ppid=22980 vsize=663104 CPUtime=1002.31 cores=1,3,5,7
/proc/22984/task/22988/stat : 22988 (strangenight1-m) R 22980 22984 22152 0 -1 4202560 159727 0 0 0 100170 61 0 0 25 0 4 0 523773174 679018496 118845 33554432000 4194304 4650419 140734890189296 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=22984/tid=22990] ppid=22980 vsize=663104 CPUtime=1002.31 cores=1,3,5,7
/proc/22984/task/22990/stat : 22990 (strangenight1-m) R 22980 22984 22152 0 -1 4202560 94368 0 0 0 100187 44 0 0 25 0 4 0 523773174 679018496 118845 33554432000 4194304 4650419 140734890189296 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4003.72
Current children cumulated vsize (KiB) 663104

[startup+1062.3 s]
/proc/loadavg: 8.00 8.01 7.88 10/184 23024
/proc/meminfo: memFree=29421016/32951124 swapFree=67111364/67111528
[pid=22984] ppid=22980 vsize=715876 CPUtime=4243.41 cores=1,3,5,7
/proc/22984/stat : 22984 (strangenight1-m) R 22980 22984 22152 0 -1 4202496 598527 0 0 0 424090 251 0 0 25 0 4 0 523773173 733057024 117581 33554432000 4194304 4650419 140734890189296 18446744073709551615 4313064 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22984/statm: 178969 117581 395 112 0 173934 0
[pid=22984/tid=22986] ppid=22980 vsize=715876 CPUtime=1056.43 cores=1,3,5,7
/proc/22984/task/22986/stat : 22986 (strangenight1-m) R 22980 22984 22152 0 -1 4202560 168726 0 0 0 105570 73 0 0 25 0 4 0 523773174 733057024 117581 33554432000 4194304 4650419 140734890189296 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22984/tid=22988] ppid=22980 vsize=715876 CPUtime=1062.31 cores=1,3,5,7
/proc/22984/task/22988/stat : 22988 (strangenight1-m) R 22980 22984 22152 0 -1 4202560 166927 0 0 0 106164 67 0 0 25 0 4 0 523773174 733057024 117581 33554432000 4194304 4650419 140734890189296 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=22984/tid=22990] ppid=22980 vsize=715876 CPUtime=1062.31 cores=1,3,5,7
/proc/22984/task/22990/stat : 22990 (strangenight1-m) R 22980 22984 22152 0 -1 4202560 95832 0 0 0 106186 45 0 0 25 0 4 0 523773174 733057024 117581 33554432000 4194304 4650419 140734890189296 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4243.41
Current children cumulated vsize (KiB) 715876

[startup+1122.3 s]
/proc/loadavg: 8.15 8.04 7.89 10/184 23025
/proc/meminfo: memFree=29368424/32951124 swapFree=67111364/67111528
[pid=22984] ppid=22980 vsize=720212 CPUtime=4483.08 cores=1,3,5,7
/proc/22984/stat : 22984 (strangenight1-m) R 22980 22984 22152 0 -1 4202496 620412 0 0 0 448047 261 0 0 25 0 4 0 523773173 737497088 123723 33554432000 4194304 4650419 140734890189296 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22984/statm: 180053 123723 395 112 0 175018 0
[pid=22984/tid=22986] ppid=22980 vsize=720212 CPUtime=1116.09 cores=1,3,5,7
/proc/22984/task/22986/stat : 22986 (strangenight1-m) R 22980 22984 22152 0 -1 4202560 173996 0 0 0 111535 74 0 0 25 0 4 0 523773174 737497088 123723 33554432000 4194304 4650419 140734890189296 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22984/tid=22988] ppid=22980 vsize=720212 CPUtime=1122.32 cores=1,3,5,7
/proc/22984/task/22988/stat : 22988 (strangenight1-m) R 22980 22984 22152 0 -1 4202560 173606 0 0 0 112161 71 0 0 25 0 4 0 523773174 737497088 123723 33554432000 4194304 4650419 140734890189296 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=22984/tid=22990] ppid=22980 vsize=720212 CPUtime=1122.31 cores=1,3,5,7
/proc/22984/task/22990/stat : 22990 (strangenight1-m) R 22980 22984 22152 0 -1 4202560 100225 0 0 0 112184 47 0 0 25 0 4 0 523773174 737497088 123723 33554432000 4194304 4650419 140734890189296 18446744073709551615 4364772 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4483.08
Current children cumulated vsize (KiB) 720212

[startup+1182.3 s]
/proc/loadavg: 8.05 8.03 7.90 10/184 23027
/proc/meminfo: memFree=29342984/32951124 swapFree=67111364/67111528
[pid=22984] ppid=22980 vsize=667524 CPUtime=4722.75 cores=1,3,5,7
/proc/22984/stat : 22984 (strangenight1-m) R 22980 22984 22152 0 -1 4202496 640535 0 0 0 472004 271 0 0 25 0 4 0 523773173 683544576 124685 33554432000 4194304 4650419 140734890189296 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22984/statm: 166881 124685 395 112 0 161846 0
[pid=22984/tid=22986] ppid=22980 vsize=667524 CPUtime=1175.77 cores=1,3,5,7
/proc/22984/task/22986/stat : 22986 (strangenight1-m) R 22980 22984 22152 0 -1 4202560 180347 0 0 0 117499 78 0 0 25 0 4 0 523773174 683544576 124685 33554432000 4194304 4650419 140734890189296 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22984/tid=22988] ppid=22980 vsize=667524 CPUtime=1182.32 cores=1,3,5,7
/proc/22984/task/22988/stat : 22988 (strangenight1-m) R 22980 22984 22152 0 -1 4202560 181290 0 0 0 118158 74 0 0 25 0 4 0 523773174 683544576 124685 33554432000 4194304 4650419 140734890189296 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=22984/tid=22990] ppid=22980 vsize=667524 CPUtime=1182.32 cores=1,3,5,7
/proc/22984/task/22990/stat : 22990 (strangenight1-m) R 22980 22984 22152 0 -1 4202560 102178 0 0 0 118183 49 0 0 25 0 4 0 523773174 683544576 124685 33554432000 4194304 4650419 140734890189296 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4722.75
Current children cumulated vsize (KiB) 667524



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.04 8.03 7.90 9/184 23028
/proc/meminfo: memFree=29362696/32951124 swapFree=67111364/67111528
[pid=22984] ppid=22980 vsize=768816 CPUtime=4800.26 cores=1,3,5,7
/proc/22984/stat : 22984 (strangenight1-m) R 22980 22984 22152 0 -1 4202496 644193 0 0 0 479753 273 0 0 25 0 4 0 523773173 787267584 128343 33554432000 4194304 4650419 140734890189296 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22984/statm: 192204 128343 395 112 0 187169 0
[pid=22984/tid=22986] ppid=22980 vsize=768816 CPUtime=1195.06 cores=1,3,5,7
/proc/22984/task/22986/stat : 22986 (strangenight1-m) R 22980 22984 22152 0 -1 4202560 181614 0 0 0 119427 79 0 0 25 0 4 0 523773174 787267584 128344 33554432000 4194304 4650419 140734890189296 18446744073709551615 4313048 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22984/tid=22988] ppid=22980 vsize=768816 CPUtime=1201.72 cores=1,3,5,7
/proc/22984/task/22988/stat : 22988 (strangenight1-m) R 22980 22984 22152 0 -1 4202560 182598 0 0 0 120098 74 0 0 25 0 4 0 523773174 787267584 128344 33554432000 4194304 4650419 140734890189296 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=22984/tid=22990] ppid=22980 vsize=768816 CPUtime=1201.73 cores=1,3,5,7
/proc/22984/task/22990/stat : 22990 (strangenight1-m) R 22980 22984 22152 0 -1 4202560 102342 0 0 0 120124 49 0 0 25 0 4 0 523773174 787267584 128344 33554432000 4194304 4650419 140734890189296 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.26
Current children cumulated vsize (KiB) 768816

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.04 8.03 7.90 9/184 23028
/proc/meminfo: memFree=29362696/32951124 swapFree=67111364/67111528
[pid=22984] ppid=22980 vsize=768816 CPUtime=4800.26 cores=1,3,5,7
/proc/22984/stat : 22984 (strangenight1-m) R 22980 22984 22152 0 -1 4202496 644193 0 0 0 479753 273 0 0 25 0 4 0 523773173 787267584 128343 33554432000 4194304 4650419 140734890189296 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22984/statm: 192204 128343 395 112 0 187169 0
[pid=22984/tid=22986] ppid=22980 vsize=768816 CPUtime=1195.06 cores=1,3,5,7
/proc/22984/task/22986/stat : 22986 (strangenight1-m) R 22980 22984 22152 0 -1 4202560 181614 0 0 0 119427 79 0 0 25 0 4 0 523773174 787267584 128344 33554432000 4194304 4650419 140734890189296 18446744073709551615 4313048 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22984/tid=22988] ppid=22980 vsize=768816 CPUtime=1201.72 cores=1,3,5,7
/proc/22984/task/22988/stat : 22988 (strangenight1-m) R 22980 22984 22152 0 -1 4202560 182598 0 0 0 120098 74 0 0 25 0 4 0 523773174 787267584 128344 33554432000 4194304 4650419 140734890189296 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=22984/tid=22990] ppid=22980 vsize=768816 CPUtime=1201.73 cores=1,3,5,7
/proc/22984/task/22990/stat : 22990 (strangenight1-m) R 22980 22984 22152 0 -1 4202560 102342 0 0 0 120124 49 0 0 25 0 4 0 523773174 787267584 128344 33554432000 4194304 4650419 140734890189296 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.26
Current children cumulated vsize (KiB) 768816

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.73
CPU time (s): 4800.32
CPU user time (s): 4797.56
CPU system time (s): 2.75858
CPU usage (%): 399.449
Max. virtual memory (cumulated for all children) (KiB): 886584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.56
system time used= 2.75858
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 644196
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= 262
involuntary context switches= 45321

runsolver used 1.80272 second user time and 4.75928 second system time

The end

Launcher Data

Begin job on node106 at 2011-04-30 02:02:08
IDJOB=3175377
IDBENCH=82995
IDSOLVER=1588
FILE ID=node106/3175377-1304121728
RUNJOBID= node106-1304121728-22966
PBS_JOBID= 13170704
Free space on /tmp= 72160 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt
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-3175377-1304121728/watcher-3175377-1304121728 -o /tmp/evaluation-result-3175377-1304121728/solver-3175377-1304121728 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3175377-1304121728.cnf

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

MD5SUM BENCH= db052c7898d14b578cec80f7488daf9a
RANDOM SEED=435365719

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30318504 kB
Buffers:        264484 kB
Cached:        2092600 kB
SwapCached:         88 kB
Active:         812680 kB
Inactive:      1607856 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30318504 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           12560 kB
Writeback:           0 kB
AnonPages:       63168 kB
Mapped:          14392 kB
Slab:           147184 kB
PageTables:       4652 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   187952 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= 72148 MiB
End job on node106 at 2011-04-30 02:22:12