Trace number 4294328

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 NameAnswerobjective functionCPU timeWall clock time
Concrete 3.8 2018-06-13OPT72 1006.29 984.881

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-11_c18.xml
MD5SUMed3f9a47d1f1ba76ff72e7160e212ad4
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark72
Best CPU time to get the best result obtained on this benchmark368.702
Satisfiable
(Un)Satisfiability was proved
Number of variables132
Number of constraints56
Number of domains2
Minimum domain size121
Maximum domain size122
Distribution of domain sizes[{"size":121,"count":55},{"size":122,"count":11}]
Minimum variable degree0
Maximum variable degree11
Distribution of variable degrees[{"degree":0,"count":66},{"degree":2,"count":55},{"degree":10,"count":10},{"degree":11,"count":1}]
Minimum constraint arity3
Maximum constraint arity55
Distribution of constraint arities[{"arity":3,"count":55},{"arity":55,"count":1}]
Number of extensional constraints0
Number of intensional constraints55
Distribution of constraint types[{"type":"intension","count":55},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.98/0.75	c Concrete v3.8.1528841891564 running
8.96/4.24	o 121
9.25/4.32	o 119
9.25/4.34	o 106
9.25/4.35	o 102
9.25/4.37	o 100
9.25/4.37	o 98
9.58/4.40	o 95
9.58/4.41	o 94
9.58/4.43	o 92
9.85/4.52	o 91
9.85/4.56	o 88
9.85/4.56	o 87
10.07/4.61	o 82
10.90/5.03	o 81
13.47/7.24	o 79
17.34/10.57	o 78
25.14/18.16	o 77
28.57/21.51	o 75
190.41/180.85	o 74
327.05/315.61	o 73
402.92/390.47	o 72
1006.18/984.86	v <instantiation cost="72">
1006.18/984.86	v       <list>
1006.18/984.86	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] y[0][1] y[0][2] y[0][3] y[0][4] y[0][5] y[0][6] y[0][7] y[0][8] y[0][9] y[0][10] y[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[1][7] y[1][8] y[1][9] y[1][10] y[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[2][8] y[2][9] y[2][10] y[3][4] y[3][5] y[3][6] y[3][7] y[3][8] y[3][9] y[3][10] y[4][5] y[4][6] y[4][7] y[4][8] y[4][9] y[4][10] y[5][6] y[5][7] y[5][8] y[5][9] y[5][10] y[6][7] y[6][8] y[6][9] y[6][10] y[7][8] y[7][9] y[7][10] y[8][9] y[8][10] y[9][10]
1006.18/984.86	v       </list>
1006.18/984.86	v       <values>
1006.18/984.86	v         0 2 8 18 25 39 44 59 68 71 72 2 8 18 25 39 44 59 68 71 72 6 16 23 37 42 57 66 69 70 10 17 31 36 51 60 63 64 7 21 26 41 50 53 54 14 19 34 43 46 47 5 20 29 32 33 15 24 27 28 9 12 13 3 4 1
1006.18/984.86	v       </values>
1006.18/984.86	v     </instantiation>
1006.18/984.86	s OPTIMUM FOUND

Verifier Data

OK	72

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (6140 MiB free)
  memory of node 1: 16384 MiB (9403 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4294328-1532466475/watcher-4294328-1532466475 -o /tmp/evaluation-result-4294328-1532466475/solver-4294328-1532466475 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532466475-21334 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=571961458 HOME/instance-4294328-1532466475.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=21359, runsolver pid=21355
Current StackSize limit: 8192 KiB


[startup+0.100164 s]*
/proc/loadavg: 1.00 1.00 1.04 2/193 21469
/proc/meminfo: memFree=15914056/32770624 swapFree=67108860/67108860
[pid=21359] ppid=21355 vsize=9970504 memory=10536 CPUtime=0.08 cores=0,2,4,6
/proc/21359/stat : 21359 (java) S 21355 21359 21303 0 -1 1077944320 3276 12954 0 0 0 0 5 3 20 0 6 0 64210673 10209796096 2634 33554432000 4194304 4196468 140736846419792 140736846402336 139795386158839 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
/proc/21359/statm: 2492626 2634 1211 1 0 2481537 0
[pid=21359/tid=21469] ppid=21355 vsize=9970504 memory=-8540663193526752614 CPUtime=0.08 cores=0,2,4,6
/proc/21359/task/21469/stat : 21469 (java) R 21355 21359 21303 0 -1 4202560 1144 12954 0 0 0 0 5 3 20 0 6 0 64210683 10209796096 2699 33554432000 4194304 4196468 140736846419792 139795358000440 139795364298660 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
[pid=21359/tid=21474] ppid=21355 vsize=9970504 memory=4211973735801752970 CPUtime=0.08 cores=0,2,4,6
/proc/21359/task/21474/stat : 21474 (java) S 21355 21359 21303 0 -1 1077944384 1 12954 0 0 0 0 5 3 20 0 6 0 64210683 10209796096 2699 33554432000 4194304 4196468 140736846419792 139795390400784 139795386169045 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
[pid=21359/tid=21475] ppid=21355 vsize=9970504 memory=140009596962432 CPUtime=0.08 cores=0,2,4,6
/proc/21359/task/21475/stat : 21475 (java) S 21355 21359 21303 0 -1 1077944384 1 12954 0 0 0 0 5 3 20 0 6 0 64210683 10209796096 2699 33554432000 4194304 4196468 140736846419792 139795289291152 139795386169045 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
[pid=21359/tid=21476] ppid=21355 vsize=9970504 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21359/task/21476/stat : 21476 (java) S 21355 21359 21303 0 -1 1077944384 2 12954 0 0 0 0 5 3 20 0 6 0 64210684 10209796096 2699 33554432000 4194304 4196468 140736846419792 139795288238608 139795386169045 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
[pid=21359/tid=21477] ppid=21355 vsize=9970504 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21359/task/21477/stat : 21477 (java) S 21355 21359 21303 0 -1 1077944384 1 12954 0 0 0 0 5 3 20 0 6 0 64210684 10209796096 2699 33554432000 4194304 4196468 140736846419792 139795287186064 139795386169045 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9970504 KiB
Current children cumulated memory: 10536 KiB

[startup+0.210701 s]*
/proc/loadavg: 1.00 1.00 1.04 3/219 21495
/proc/meminfo: memFree=15869040/32770624 swapFree=67108860/67108860
[pid=21359] ppid=21355 vsize=10818904 memory=39180 CPUtime=0.25 cores=0,2,4,6
/proc/21359/stat : 21359 (java) S 21355 21359 21303 0 -1 1077944320 7017 12954 0 0 16 1 5 3 20 0 15 0 64210673 11078557696 9795 33554432000 4194304 4196468 140736846419792 140736846402336 139795386158839 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
/proc/21359/statm: 2704726 9795 2952 1 0 2667149 0
[pid=21359/tid=21469] ppid=21355 vsize=10818904 memory=-8540663193526752614 CPUtime=0.19 cores=0,2,4,6
/proc/21359/task/21469/stat : 21469 (java) R 21355 21359 21303 0 -1 4202560 3676 12954 0 0 10 1 5 3 20 0 15 0 64210683 11078557696 9927 33554432000 4194304 4196468 140736846419792 139795357983120 139795366435664 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
[pid=21359/tid=21474] ppid=21355 vsize=10818904 memory=4211973735801752970 CPUtime=0.08 cores=0,2,4,6
/proc/21359/task/21474/stat : 21474 (java) S 21355 21359 21303 0 -1 1077944384 1 12954 0 0 0 0 5 3 20 0 15 0 64210683 11078557696 9927 33554432000 4194304 4196468 140736846419792 139795390400784 139795386169045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
[pid=21359/tid=21475] ppid=21355 vsize=10818904 memory=140009596962432 CPUtime=0.08 cores=0,2,4,6
/proc/21359/task/21475/stat : 21475 (java) S 21355 21359 21303 0 -1 1077944384 1 12954 0 0 0 0 5 3 20 0 15 0 64210683 11078557696 9927 33554432000 4194304 4196468 140736846419792 139795289291152 139795386169045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
[pid=21359/tid=21476] ppid=21355 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21359/task/21476/stat : 21476 (java) S 21355 21359 21303 0 -1 1077944384 2 12954 0 0 0 0 5 3 20 0 15 0 64210684 11078557696 9927 33554432000 4194304 4196468 140736846419792 139795288238608 139795386169045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
[pid=21359/tid=21477] ppid=21355 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21359/task/21477/stat : 21477 (java) S 21355 21359 21303 0 -1 1077944384 1 12954 0 0 0 0 5 3 20 0 15 0 64210684 11078557696 9927 33554432000 4194304 4196468 140736846419792 139795287186064 139795386169045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
[pid=21359/tid=21479] ppid=21355 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21359/task/21479/stat : 21479 (java) S 21355 21359 21303 0 -1 1077944384 2 12954 0 0 0 0 5 3 20 0 15 0 64210685 11078557696 9927 33554432000 4194304 4196468 140736846419792 139794844510704 139795386169986 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
[pid=21359/tid=21481] ppid=21355 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21359/task/21481/stat : 21481 (java) S 21355 21359 21303 0 -1 1077944384 13 12954 0 0 0 0 5 3 20 0 15 0 64210685 11078557696 9927 33554432000 4194304 4196468 140736846419792 139794743027104 139795386169045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
[pid=21359/tid=21483] ppid=21355 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21359/task/21483/stat : 21483 (java) S 21355 21359 21303 0 -1 1077944384 1 12954 0 0 0 0 5 3 20 0 15 0 64210686 11078557696 9927 33554432000 4194304 4196468 140736846419792 139794206156272 139795386169045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
[pid=21359/tid=21488] ppid=21355 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21359/task/21488/stat : 21488 (java) S 21355 21359 21303 0 -1 1077944384 3 12954 0 0 0 0 5 3 20 0 15 0 64210688 11078557696 9927 33554432000 4194304 4196468 140736846419792 139793898756816 139795386177435 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
[pid=21359/tid=21489] ppid=21355 vsize=10818904 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/21359/task/21489/stat : 21489 (java) S 21355 21359 21303 0 -1 1077944384 363 12954 0 0 1 0 5 3 20 0 15 0 64210688 11078557696 9927 33554432000 4194304 4196468 140736846419792 139794843457520 139795386169986 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
[pid=21359/tid=21490] ppid=21355 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21359/task/21490/stat : 21490 (java) S 21355 21359 21303 0 -1 1077944384 249 12954 0 0 0 0 5 3 20 0 15 0 64210688 11078557696 9927 33554432000 4194304 4196468 140736846419792 139794842404976 139795386169986 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
[pid=21359/tid=21492] ppid=21355 vsize=10818904 memory=140009596962432 CPUtime=0.11 cores=0,2,4,6
/proc/21359/task/21492/stat : 21492 (java) S 21355 21359 21303 0 -1 1077944384 602 12954 0 0 3 0 5 3 20 0 15 0 64210688 11078557696 9927 33554432000 4194304 4196468 140736846419792 139794841352432 139795386169986 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
[pid=21359/tid=21494] ppid=21355 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21359/task/21494/stat : 21494 (java) S 21355 21359 21303 0 -1 1077944384 3 12954 0 0 0 0 5 3 20 0 15 0 64210689 11078557696 9927 33554432000 4194304 4196468 140736846419792 139793865198176 139795386169045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
[pid=21359/tid=21495] ppid=21355 vsize=10818904 memory=140009596962432 CPUtime=0.08 cores=0,2,4,6
/proc/21359/task/21495/stat : 21495 (java) S 21355 21359 21303 0 -1 1077944384 1 12954 0 0 0 0 5 3 20 0 15 0 64210689 11078557696 9927 33554432000 4194304 4196468 140736846419792 139794840300336 139795386169986 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 39180 KiB

[startup+0.310337 s]*
/proc/loadavg: 1.00 1.00 1.04 3/219 21495
/proc/meminfo: memFree=15842308/32770624 swapFree=67108860/67108860
[pid=21359] ppid=21355 vsize=10819352 memory=51848 CPUtime=0.38 cores=0,2,4,6
/proc/21359/stat : 21359 (java) S 21355 21359 21303 0 -1 1077944320 10019 12954 0 0 28 2 5 3 20 0 15 0 64210673 11079016448 12962 33554432000 4194304 4196468 140736846419792 140736846402336 139795386158839 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
/proc/21359/statm: 2704838 12962 3071 1 0 2667149 0
[pid=21359/tid=21469] ppid=21355 vsize=10819352 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/21359/task/21469/stat : 21469 (java) R 21355 21359 21303 0 -1 4202560 6573 12954 0 0 19 1 5 3 20 0 15 0 64210683 11079016448 12962 33554432000 4194304 4196468 140736846419792 139795357970848 139795366434241 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
[pid=21359/tid=21474] ppid=21355 vsize=10819352 memory=-7003737579269690708 CPUtime=0.08 cores=0,2,4,6
/proc/21359/task/21474/stat : 21474 (java) S 21355 21359 21303 0 -1 1077944384 1 12954 0 0 0 0 5 3 20 0 15 0 64210683 11079016448 12962 33554432000 4194304 4196468 140736846419792 139795390400784 139795386169045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
[pid=21359/tid=21475] ppid=21355 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21359/task/21475/stat : 21475 (java) S 21355 21359 21303 0 -1 1077944384 1 12954 0 0 0 0 5 3 20 0 15 0 64210683 11079016448 12962 33554432000 4194304 4196468 140736846419792 139795289291152 139795386169045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
[pid=21359/tid=21476] ppid=21355 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21359/task/21476/stat : 21476 (java) S 21355 21359 21303 0 -1 1077944384 2 12954 0 0 0 0 5 3 20 0 15 0 64210684 11079016448 12962 33554432000 4194304 4196468 140736846419792 139795288238608 139795386169045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
[pid=21359/tid=21477] ppid=21355 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21359/task/21477/stat : 21477 (java) S 21355 21359 21303 0 -1 1077944384 1 12954 0 0 0 0 5 3 20 0 15 0 64210684 11079016448 12962 33554432000 4194304 4196468 140736846419792 139795287186064 139795386169045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
[pid=21359/tid=21479] ppid=21355 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21359/task/21479/stat : 21479 (java) S 21355 21359 21303 0 -1 1077944384 2 12954 0 0 0 0 5 3 20 0 15 0 64210685 11079016448 12962 33554432000 4194304 4196468 140736846419792 139794844510704 139795386169986 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
[pid=21359/tid=21481] ppid=21355 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21359/task/21481/stat : 21481 (java) S 21355 21359 21303 0 -1 1077944384 13 12954 0 0 0 0 5 3 20 0 15 0 64210685 11079016448 12962 33554432000 4194304 4196468 140736846419792 139794743027104 139795386169045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
[pid=21359/tid=21483] ppid=21355 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21359/task/21483/stat : 21483 (java) S 21355 21359 21303 0 -1 1077944384 1 12954 0 0 0 0 5 3 20 0 15 0 64210686 11079016448 12962 33554432000 4194304 4196468 140736846419792 139794206156272 139795386169045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
[pid=21359/tid=21488] ppid=21355 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21359/task/21488/stat : 21488 (java) S 21355 21359 21303 0 -1 1077944384 3 12954 0 0 0 0 5 3 20 0 15 0 64210688 11079016448 12962 33554432000 4194304 4196468 140736846419792 139793898756816 139795386177435 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
[pid=21359/tid=21489] ppid=21355 vsize=10819352 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/21359/task/21489/stat : 21489 (java) S 21355 21359 21303 0 -1 1077944384 366 12954 0 0 2 0 5 3 20 0 15 0 64210688 11079016448 12962 33554432000 4194304 4196468 140736846419792 139794843457520 139795386169986 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
[pid=21359/tid=21490] ppid=21355 vsize=10819352 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/21359/task/21490/stat : 21490 (java) S 21355 21359 21303 0 -1 1077944384 254 12954 0 0 1 0 5 3 20 0 15 0 64210688 11079016448 12962 33554432000 4194304 4196468 140736846419792 139794842404976 139795386169986 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
[pid=21359/tid=21492] ppid=21355 vsize=10819352 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/21359/task/21492/stat : 21492 (java) S 21355 21359 21303 0 -1 1077944384 609 12954 0 0 5 0 5 3 20 0 15 0 64210688 11079016448 12962 33554432000 4194304 4196468 140736846419792 139794841352432 139795386169986 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
[pid=21359/tid=21494] ppid=21355 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21359/task/21494/stat : 21494 (java) S 21355 21359 21303 0 -1 1077944384 3 12954 0 0 0 0 5 3 20 0 15 0 64210689 11079016448 12962 33554432000 4194304 4196468 140736846419792 139793865198176 139795386169045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
[pid=21359/tid=21495] ppid=21355 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21359/task/21495/stat : 21495 (java) S 21355 21359 21303 0 -1 1077944384 1 12954 0 0 0 0 5 3 20 0 15 0 64210689 11079016448 12962 33554432000 4194304 4196468 140736846419792 139794840300336 139795386169986 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 51848 KiB

[startup+0.700748 s]
/proc/loadavg: 1.00 1.00 1.04 3/219 21495
/proc/meminfo: memFree=15819320/32770624 swapFree=67108860/67108860
[pid=21359] ppid=21355 vsize=10819352 memory=86300 CPUtime=0.98 cores=0,2,4,6
/proc/21359/stat : 21359 (java) S 21355 21359 21303 0 -1 1077944320 16699 12954 0 0 87 3 5 3 20 0 15 0 64210673 11079016448 21575 33554432000 4194304 4196468 140736846419792 140736846402336 139795386158839 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
/proc/21359/statm: 2704838 21575 3237 1 0 2667149 0
[pid=21359/tid=21469] ppid=21355 vsize=10819352 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/21359/task/21469/stat : 21469 (java) R 21355 21359 21303 0 -1 4202560 12201 12954 0 0 56 2 5 3 20 0 15 0 64210683 11079016448 21575 33554432000 4194304 4196468 140736846419792 139795357979128 139795367723801 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
[pid=21359/tid=21474] ppid=21355 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21359/task/21474/stat : 21474 (java) S 21355 21359 21303 0 -1 1077944384 1 12954 0 0 0 0 5 3 20 0 15 0 64210683 11079016448 21575 33554432000 4194304 4196468 140736846419792 139795390400784 139795386169045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
[pid=21359/tid=21475] ppid=21355 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21359/task/21475/stat : 21475 (java) S 21355 21359 21303 0 -1 1077944384 1 12954 0 0 0 0 5 3 20 0 15 0 64210683 11079016448 21575 33554432000 4194304 4196468 140736846419792 139795289291152 139795386169045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
[pid=21359/tid=21476] ppid=21355 vsize=10819352 memory=7165352523810879797 CPUtime=0.08 cores=0,2,4,6
/proc/21359/task/21476/stat : 21476 (java) S 21355 21359 21303 0 -1 1077944384 2 12954 0 0 0 0 5 3 20 0 15 0 64210684 11079016448 21575 33554432000 4194304 4196468 140736846419792 139795288238608 139795386169045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
[pid=21359/tid=21477] ppid=21355 vsize=10819352 memory=3828 CPUtime=0.08 cores=0,2,4,6
/proc/21359/task/21477/stat : 21477 (java) S 21355 21359 21303 0 -1 1077944384 1 12954 0 0 0 0 5 3 20 0 15 0 64210684 11079016448 21575 33554432000 4194304 4196468 140736846419792 139795287186064 139795386169045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
[pid=21359/tid=21479] ppid=21355 vsize=10819352 memory=19728 CPUtime=0.08 cores=0,2,4,6
/proc/21359/task/21479/stat : 21479 (java) S 21355 21359 21303 0 -1 1077944384 5 12954 0 0 0 0 5 3 20 0 15 0 64210685 11079016448 21575 33554432000 4194304 4196468 140736846419792 139794844510704 139795386169986 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
[pid=21359/tid=21481] ppid=21355 vsize=10819352 memory=140009491610929 CPUtime=0.08 cores=0,2,4,6
/proc/21359/task/21481/stat : 21481 (java) S 21355 21359 21303 0 -1 1077944384 13 12954 0 0 0 0 5 3 20 0 15 0 64210685 11079016448 21575 33554432000 4194304 4196468 140736846419792 139794743027104 139795386169045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
[pid=21359/tid=21483] ppid=21355 vsize=10819352 memory=288230587427469581 CPUtime=0.08 cores=0,2,4,6
/proc/21359/task/21483/stat : 21483 (java) S 21355 21359 21303 0 -1 1077944384 1 12954 0 0 0 0 5 3 20 0 15 0 64210686 11079016448 21575 33554432000 4194304 4196468 140736846419792 139794206156272 139795386169045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
[pid=21359/tid=21488] ppid=21355 vsize=10819352 memory=15816694631256675 CPUtime=0.08 cores=0,2,4,6
/proc/21359/task/21488/stat : 21488 (java) S 21355 21359 21303 0 -1 1077944384 3 12954 0 0 0 0 5 3 20 0 15 0 64210688 11079016448 21575 33554432000 4194304 4196468 140736846419792 139793898756816 139795386177435 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
[pid=21359/tid=21489] ppid=21355 vsize=10819352 memory=0 CPUtime=0.18 cores=0,2,4,6
/proc/21359/task/21489/stat : 21489 (java) S 21355 21359 21303 0 -1 1077944384 970 12954 0 0 10 0 5 3 20 0 15 0 64210688 11079016448 21575 33554432000 4194304 4196468 140736846419792 139794843457520 139795386169986 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
[pid=21359/tid=21490] ppid=21355 vsize=10819352 memory=0 CPUtime=0.14 cores=0,2,4,6
/proc/21359/task/21490/stat : 21490 (java) S 21355 21359 21303 0 -1 1077944384 633 12954 0 0 6 0 5 3 20 0 15 0 64210688 11079016448 21575 33554432000 4194304 4196468 140736846419792 139794842404976 139795386169986 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
[pid=21359/tid=21492] ppid=21355 vsize=10819352 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/21359/task/21492/stat : 21492 (java) S 21355 21359 21303 0 -1 1077944384 675 12954 0 0 13 0 5 3 20 0 15 0 64210688 11079016448 21575 33554432000 4194304 4196468 140736846419792 139794841352432 139795386169986 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
[pid=21359/tid=21494] ppid=21355 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21359/task/21494/stat : 21494 (java) S 21355 21359 21303 0 -1 1077944384 3 12954 0 0 0 0 5 3 20 0 15 0 64210689 11079016448 21575 33554432000 4194304 4196468 140736846419792 139793865198176 139795386169045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
[pid=21359/tid=21495] ppid=21355 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21359/task/21495/stat : 21495 (java) S 21355 21359 21303 0 -1 1077944384 1 12954 0 0 0 0 5 3 20 0 15 0 64210689 11079016448 21575 33554432000 4194304 4196468 140736846419792 139794840300336 139795386169986 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 86300 KiB

[startup+1.50071 s]
/proc/loadavg: 1.00 1.00 1.04 3/219 21495
/proc/meminfo: memFree=15731588/32770624 swapFree=67108860/67108860
[pid=21359] ppid=21355 vsize=10834252 memory=177176 CPUtime=2.27 cores=0,2,4,6
/proc/21359/stat : 21359 (java) S 21355 21359 21303 0 -1 1077944320 23924 12954 0 0 209 10 5 3 20 0 15 0 64210673 11094274048 44294 33554432000 4194304 4196468 140736846419792 140736846402336 139795386158839 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
/proc/21359/statm: 2708563 44294 3469 1 0 2670221 0
[pid=21359/tid=21469] ppid=21355 vsize=10834252 memory=0 CPUtime=1.42 cores=0,2,4,6
/proc/21359/task/21469/stat : 21469 (java) R 21355 21359 21303 0 -1 4202560 17823 12954 0 0 129 5 5 3 20 0 15 0 64210683 11094274048 44294 33554432000 4194304 4196468 140736846419792 139795357990800 139795370239326 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
[pid=21359/tid=21474] ppid=21355 vsize=10834252 memory=-7523660554767919482 CPUtime=0.08 cores=0,2,4,6
/proc/21359/task/21474/stat : 21474 (java) S 21355 21359 21303 0 -1 1077944384 26 12954 0 0 0 0 5 3 20 0 15 0 64210683 11094274048 44294 33554432000 4194304 4196468 140736846419792 139795390400784 139795386169045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
[pid=21359/tid=21475] ppid=21355 vsize=10834252 memory=6944663189525129274 CPUtime=0.09 cores=0,2,4,6
/proc/21359/task/21475/stat : 21475 (java) S 21355 21359 21303 0 -1 1077944384 69 12954 0 0 1 0 5 3 20 0 15 0 64210683 11094274048 44294 33554432000 4194304 4196468 140736846419792 139795289291152 139795386169045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
[pid=21359/tid=21476] ppid=21355 vsize=10834252 memory=6944656591801720471 CPUtime=0.09 cores=0,2,4,6
/proc/21359/task/21476/stat : 21476 (java) S 21355 21359 21303 0 -1 1077944384 26 12954 0 0 1 0 5 3 20 0 15 0 64210684 11094274048 44294 33554432000 4194304 4196468 140736846419792 139795288238608 139795386169045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
[pid=21359/tid=21477] ppid=21355 vsize=10834252 memory=-7161732098442470212 CPUtime=0.09 cores=0,2,4,6
/proc/21359/task/21477/stat : 21477 (java) S 21355 21359 21303 0 -1 1077944384 267 12954 0 0 1 0 5 3 20 0 15 0 64210684 11094274048 44294 33554432000 4194304 4196468 140736846419792 139795287186064 139795386169045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
[pid=21359/tid=21479] ppid=21355 vsize=10834252 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/21359/task/21479/stat : 21479 (java) S 21355 21359 21303 0 -1 1077944384 73 12954 0 0 1 0 5 3 20 0 15 0 64210685 11094274048 44294 33554432000 4194304 4196468 140736846419792 139794844510704 139795386169986 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
[pid=21359/tid=21481] ppid=21355 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21359/task/21481/stat : 21481 (java) S 21355 21359 21303 0 -1 1077944384 13 12954 0 0 0 0 5 3 20 0 15 0 64210685 11094274048 44294 33554432000 4194304 4196468 140736846419792 139794743027168 139795386169045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
[pid=21359/tid=21483] ppid=21355 vsize=10834252 memory=-7094132109863559211 CPUtime=0.08 cores=0,2,4,6
/proc/21359/task/21483/stat : 21483 (java) S 21355 21359 21303 0 -1 1077944384 2 12954 0 0 0 0 5 3 20 0 15 0 64210686 11094274048 44294 33554432000 4194304 4196468 140736846419792 139794206156288 139795386169045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
[pid=21359/tid=21488] ppid=21355 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21359/task/21488/stat : 21488 (java) S 21355 21359 21303 0 -1 1077944384 3 12954 0 0 0 0 5 3 20 0 15 0 64210688 11094274048 44294 33554432000 4194304 4196468 140736846419792 139793898756816 139795386177435 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
[pid=21359/tid=21489] ppid=21355 vsize=10834252 memory=0 CPUtime=0.29 cores=0,2,4,6
/proc/21359/task/21489/stat : 21489 (java) S 21355 21359 21303 0 -1 1077944384 1435 12954 0 0 21 0 5 3 20 0 15 0 64210688 11094274048 44294 33554432000 4194304 4196468 140736846419792 139794843457520 139795386169986 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
[pid=21359/tid=21490] ppid=21355 vsize=10834252 memory=0 CPUtime=0.27 cores=0,2,4,6
/proc/21359/task/21490/stat : 21490 (java) S 21355 21359 21303 0 -1 1077944384 822 12954 0 0 19 0 5 3 20 0 15 0 64210688 11094274048 44294 33554432000 4194304 4196468 140736846419792 139794842404976 139795386169986 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
[pid=21359/tid=21492] ppid=21355 vsize=10834252 memory=8765599764720028480 CPUtime=0.39 cores=0,2,4,6
/proc/21359/task/21492/stat : 21492 (java) S 21355 21359 21303 0 -1 1077944384 1176 12954 0 0 31 0 5 3 20 0 15 0 64210688 11094274048 44294 33554432000 4194304 4196468 140736846419792 139794841352432 139795386169986 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
[pid=21359/tid=21494] ppid=21355 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21359/task/21494/stat : 21494 (java) S 21355 21359 21303 0 -1 1077944384 3 12954 0 0 0 0 5 3 20 0 15 0 64210689 11094274048 44294 33554432000 4194304 4196468 140736846419792 139793865198176 139795386169045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
[pid=21359/tid=21495] ppid=21355 vsize=10834252 memory=139396 CPUtime=0.08 cores=0,2,4,6
/proc/21359/task/21495/stat : 21495 (java) S 21355 21359 21303 0 -1 1077944384 1 12954 0 0 0 0 5 3 20 0 15 0 64210689 11094274048 44294 33554432000 4194304 4196468 140736846419792 139794840300336 139795386169986 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
Current children cumulated CPU time: 2.27 s
Current children cumulated vsize: 10834252 KiB

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

[pid=21359/tid=21494] ppid=21355 vsize=10914144 memory=1060472 CPUtime=0.08 cores=0,2,4,6
/proc/21359/task/21494/stat : 21494 (java) S 21355 21359 21303 0 -1 1077944384 3 12954 0 0 0 0 5 3 20 0 15 0 64210689 11176083456 265118 33554432000 4194304 4196468 140736846419792 139793865198176 139795386169045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
[pid=21359/tid=21495] ppid=21355 vsize=10914144 memory=1060472 CPUtime=0.73 cores=0,2,4,6
/proc/21359/task/21495/stat : 21495 (java) S 21355 21359 21303 0 -1 1077944384 826 12954 0 0 34 31 5 3 20 0 15 0 64210689 11176083456 265118 33554432000 4194304 4196468 140736846419792 139794840300336 139795386169986 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
Current children cumulated CPU time: 1000.5 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1060472 KiB

[startup+982.401 s]
/proc/loadavg: 1.28 1.28 1.23 3/220 21530
/proc/meminfo: memFree=13777788/32770624 swapFree=67108860/67108860
[pid=21359] ppid=21355 vsize=10914144 memory=1060472 CPUtime=1003.75 cores=0,2,4,6
/proc/21359/stat : 21359 (java) S 21355 21359 21303 0 -1 1077944320 173197 12954 0 0 100194 173 5 3 20 0 15 0 64210673 11176083456 265118 33554432000 4194304 4196468 140736846419792 140736846402336 139795386158839 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
/proc/21359/statm: 2728536 265118 3524 1 0 2690189 0
[pid=21359/tid=21469] ppid=21355 vsize=10914144 memory=19748 CPUtime=971.56 cores=0,2,4,6
/proc/21359/task/21469/stat : 21469 (java) R 21355 21359 21303 0 -1 4202560 70804 12954 0 0 97112 36 5 3 20 0 15 0 64210683 11176083456 265118 33554432000 4194304 4196468 140736846419792 139795357994288 139794973312131 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
[pid=21359/tid=21474] ppid=21355 vsize=10914144 memory=1296 CPUtime=4.84 cores=0,2,4,6
/proc/21359/task/21474/stat : 21474 (java) S 21355 21359 21303 0 -1 1077944384 15269 12954 0 0 450 26 5 3 20 0 15 0 64210683 11176083456 265118 33554432000 4194304 4196468 140736846419792 139795390400784 139795386169045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
[pid=21359/tid=21475] ppid=21355 vsize=10914144 memory=2448 CPUtime=4.84 cores=0,2,4,6
/proc/21359/task/21475/stat : 21475 (java) S 21355 21359 21303 0 -1 1077944384 5247 12954 0 0 449 27 5 3 20 0 15 0 64210683 11176083456 265118 33554432000 4194304 4196468 140736846419792 139795289291152 139795386169045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
[pid=21359/tid=21476] ppid=21355 vsize=10914144 memory=1060472 CPUtime=4.84 cores=0,2,4,6
/proc/21359/task/21476/stat : 21476 (java) S 21355 21359 21303 0 -1 1077944384 8108 12954 0 0 450 26 5 3 20 0 15 0 64210684 11176083456 265118 33554432000 4194304 4196468 140736846419792 139795288238608 139795386169045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
[pid=21359/tid=21477] ppid=21355 vsize=10914144 memory=18488 CPUtime=4.85 cores=0,2,4,6
/proc/21359/task/21477/stat : 21477 (java) S 21355 21359 21303 0 -1 1077944384 11137 12954 0 0 450 27 5 3 20 0 15 0 64210684 11176083456 265118 33554432000 4194304 4196468 140736846419792 139795287186064 139795386169045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
[pid=21359/tid=21479] ppid=21355 vsize=10914144 memory=1792 CPUtime=4.63 cores=0,2,4,6
/proc/21359/task/21479/stat : 21479 (java) S 21355 21359 21303 0 -1 1077944384 9158 12954 0 0 433 22 5 3 20 0 15 0 64210685 11176083456 265118 33554432000 4194304 4196468 140736846419792 139794844510704 139795386169986 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
[pid=21359/tid=21481] ppid=21355 vsize=10914144 memory=1060472 CPUtime=0.08 cores=0,2,4,6
/proc/21359/task/21481/stat : 21481 (java) S 21355 21359 21303 0 -1 1077944384 18 12954 0 0 0 0 5 3 20 0 15 0 64210685 11176083456 265118 33554432000 4194304 4196468 140736846419792 139794743027168 139795386169045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
[pid=21359/tid=21483] ppid=21355 vsize=10914144 memory=3816 CPUtime=0.08 cores=0,2,4,6
/proc/21359/task/21483/stat : 21483 (java) S 21355 21359 21303 0 -1 1077944384 8 12954 0 0 0 0 5 3 20 0 15 0 64210686 11176083456 265118 33554432000 4194304 4196468 140736846419792 139794206156288 139795386169045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
[pid=21359/tid=21488] ppid=21355 vsize=10914144 memory=2308 CPUtime=0.08 cores=0,2,4,6
/proc/21359/task/21488/stat : 21488 (java) S 21355 21359 21303 0 -1 1077944384 3 12954 0 0 0 0 5 3 20 0 15 0 64210688 11176083456 265118 33554432000 4194304 4196468 140736846419792 139793898756816 139795386177435 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
[pid=21359/tid=21489] ppid=21355 vsize=10914144 memory=6791534058613427641 CPUtime=3.32 cores=0,2,4,6
/proc/21359/task/21489/stat : 21489 (java) S 21355 21359 21303 0 -1 1077944384 17594 12954 0 0 321 3 5 3 20 0 15 0 64210688 11176083456 265118 33554432000 4194304 4196468 140736846419792 139794843457520 139795386169986 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
[pid=21359/tid=21490] ppid=21355 vsize=10914144 memory=792 CPUtime=3.04 cores=0,2,4,6
/proc/21359/task/21490/stat : 21490 (java) S 21355 21359 21303 0 -1 1077944384 20279 12954 0 0 293 3 5 3 20 0 15 0 64210688 11176083456 265118 33554432000 4194304 4196468 140736846419792 139794842404976 139795386169986 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
[pid=21359/tid=21492] ppid=21355 vsize=10914144 memory=1228 CPUtime=1.72 cores=0,2,4,6
/proc/21359/task/21492/stat : 21492 (java) S 21355 21359 21303 0 -1 1077944384 12554 12954 0 0 161 3 5 3 20 0 15 0 64210688 11176083456 265118 33554432000 4194304 4196468 140736846419792 139794841352432 139795386169986 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
[pid=21359/tid=21494] ppid=21355 vsize=10914144 memory=1948 CPUtime=0.08 cores=0,2,4,6
/proc/21359/task/21494/stat : 21494 (java) S 21355 21359 21303 0 -1 1077944384 3 12954 0 0 0 0 5 3 20 0 15 0 64210689 11176083456 265118 33554432000 4194304 4196468 140736846419792 139793865198176 139795386169045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
[pid=21359/tid=21495] ppid=21355 vsize=10914144 memory=5524 CPUtime=0.73 cores=0,2,4,6
/proc/21359/task/21495/stat : 21495 (java) S 21355 21359 21303 0 -1 1077944384 826 12954 0 0 34 31 5 3 20 0 15 0 64210689 11176083456 265118 33554432000 4194304 4196468 140736846419792 139794840300336 139795386169986 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
Current children cumulated CPU time: 1003.75 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1060472 KiB

[startup+984.001 s]*
/proc/loadavg: 1.28 1.28 1.23 3/220 21530
/proc/meminfo: memFree=13777788/32770624 swapFree=67108860/67108860
[pid=21359] ppid=21355 vsize=10914144 memory=1060472 CPUtime=1005.37 cores=0,2,4,6
/proc/21359/stat : 21359 (java) S 21355 21359 21303 0 -1 1077944320 173210 12954 0 0 100356 173 5 3 20 0 15 0 64210673 11176083456 265118 33554432000 4194304 4196468 140736846419792 140736846402336 139795386158839 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
/proc/21359/statm: 2728536 265118 3524 1 0 2690189 0
[pid=21359/tid=21469] ppid=21355 vsize=10914144 memory=1398720917958146503 CPUtime=973.15 cores=0,2,4,6
/proc/21359/task/21469/stat : 21469 (java) R 21355 21359 21303 0 -1 4202560 70814 12954 0 0 97271 36 5 3 20 0 15 0 64210683 11176083456 265118 33554432000 4194304 4196468 140736846419792 139795357993424 139794974631639 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
[pid=21359/tid=21474] ppid=21355 vsize=10914144 memory=-7003737579269690708 CPUtime=4.85 cores=0,2,4,6
/proc/21359/task/21474/stat : 21474 (java) S 21355 21359 21303 0 -1 1077944384 15270 12954 0 0 451 26 5 3 20 0 15 0 64210683 11176083456 265118 33554432000 4194304 4196468 140736846419792 139795390400784 139795386169045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
[pid=21359/tid=21475] ppid=21355 vsize=10914144 memory=1200 CPUtime=4.85 cores=0,2,4,6
/proc/21359/task/21475/stat : 21475 (java) S 21355 21359 21303 0 -1 1077944384 5248 12954 0 0 450 27 5 3 20 0 15 0 64210683 11176083456 265118 33554432000 4194304 4196468 140736846419792 139795289291152 139795386169045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
[pid=21359/tid=21476] ppid=21355 vsize=10914144 memory=1008 CPUtime=4.85 cores=0,2,4,6
/proc/21359/task/21476/stat : 21476 (java) S 21355 21359 21303 0 -1 1077944384 8108 12954 0 0 451 26 5 3 20 0 15 0 64210684 11176083456 265118 33554432000 4194304 4196468 140736846419792 139795288238608 139795386169045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
[pid=21359/tid=21477] ppid=21355 vsize=10914144 memory=12040 CPUtime=4.85 cores=0,2,4,6
/proc/21359/task/21477/stat : 21477 (java) S 21355 21359 21303 0 -1 1077944384 11138 12954 0 0 450 27 5 3 20 0 15 0 64210684 11176083456 265118 33554432000 4194304 4196468 140736846419792 139795287186064 139795386169045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
[pid=21359/tid=21479] ppid=21355 vsize=10914144 memory=1696 CPUtime=4.64 cores=0,2,4,6
/proc/21359/task/21479/stat : 21479 (java) S 21355 21359 21303 0 -1 1077944384 9158 12954 0 0 434 22 5 3 20 0 15 0 64210685 11176083456 265118 33554432000 4194304 4196468 140736846419792 139794844510704 139795386169986 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
[pid=21359/tid=21481] ppid=21355 vsize=10914144 memory=8536 CPUtime=0.08 cores=0,2,4,6
/proc/21359/task/21481/stat : 21481 (java) S 21355 21359 21303 0 -1 1077944384 18 12954 0 0 0 0 5 3 20 0 15 0 64210685 11176083456 265118 33554432000 4194304 4196468 140736846419792 139794743027168 139795386169045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
[pid=21359/tid=21483] ppid=21355 vsize=10914144 memory=19748 CPUtime=0.08 cores=0,2,4,6
/proc/21359/task/21483/stat : 21483 (java) S 21355 21359 21303 0 -1 1077944384 8 12954 0 0 0 0 5 3 20 0 15 0 64210686 11176083456 265118 33554432000 4194304 4196468 140736846419792 139794206156288 139795386169045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
[pid=21359/tid=21488] ppid=21355 vsize=10914144 memory=1296 CPUtime=0.08 cores=0,2,4,6
/proc/21359/task/21488/stat : 21488 (java) S 21355 21359 21303 0 -1 1077944384 3 12954 0 0 0 0 5 3 20 0 15 0 64210688 11176083456 265118 33554432000 4194304 4196468 140736846419792 139793898756816 139795386177435 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
[pid=21359/tid=21489] ppid=21355 vsize=10914144 memory=2448 CPUtime=3.32 cores=0,2,4,6
/proc/21359/task/21489/stat : 21489 (java) S 21355 21359 21303 0 -1 1077944384 17594 12954 0 0 321 3 5 3 20 0 15 0 64210688 11176083456 265118 33554432000 4194304 4196468 140736846419792 139794843457520 139795386169986 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
[pid=21359/tid=21490] ppid=21355 vsize=10914144 memory=1728 CPUtime=3.04 cores=0,2,4,6
/proc/21359/task/21490/stat : 21490 (java) S 21355 21359 21303 0 -1 1077944384 20279 12954 0 0 293 3 5 3 20 0 15 0 64210688 11176083456 265118 33554432000 4194304 4196468 140736846419792 139794842404976 139795386169986 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
[pid=21359/tid=21492] ppid=21355 vsize=10914144 memory=792 CPUtime=1.72 cores=0,2,4,6
/proc/21359/task/21492/stat : 21492 (java) S 21355 21359 21303 0 -1 1077944384 12554 12954 0 0 161 3 5 3 20 0 15 0 64210688 11176083456 265118 33554432000 4194304 4196468 140736846419792 139794841352432 139795386169986 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
[pid=21359/tid=21494] ppid=21355 vsize=10914144 memory=1228 CPUtime=0.08 cores=0,2,4,6
/proc/21359/task/21494/stat : 21494 (java) S 21355 21359 21303 0 -1 1077944384 3 12954 0 0 0 0 5 3 20 0 15 0 64210689 11176083456 265118 33554432000 4194304 4196468 140736846419792 139793865198176 139795386169045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
[pid=21359/tid=21495] ppid=21355 vsize=10914144 memory=1948 CPUtime=0.73 cores=0,2,4,6
/proc/21359/task/21495/stat : 21495 (java) S 21355 21359 21303 0 -1 1077944384 826 12954 0 0 34 31 5 3 20 0 15 0 64210689 11176083456 265118 33554432000 4194304 4196468 140736846419792 139794840300336 139795386169986 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
Current children cumulated CPU time: 1005.37 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1060472 KiB

[startup+984.401 s]
/proc/loadavg: 1.28 1.28 1.23 3/220 21530
/proc/meminfo: memFree=13777788/32770624 swapFree=67108860/67108860
[pid=21359] ppid=21355 vsize=10914144 memory=1060472 CPUtime=1005.77 cores=0,2,4,6
/proc/21359/stat : 21359 (java) S 21355 21359 21303 0 -1 1077944320 173213 12954 0 0 100396 173 5 3 20 0 15 0 64210673 11176083456 265118 33554432000 4194304 4196468 140736846419792 140736846402336 139795386158839 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
/proc/21359/statm: 2728536 265118 3524 1 0 2690189 0
[pid=21359/tid=21469] ppid=21355 vsize=10914144 memory=952 CPUtime=973.54 cores=0,2,4,6
/proc/21359/task/21469/stat : 21469 (java) R 21355 21359 21303 0 -1 4202560 70817 12954 0 0 97310 36 5 3 20 0 15 0 64210683 11176083456 265118 33554432000 4194304 4196468 140736846419792 139795357994208 139794974632380 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
[pid=21359/tid=21474] ppid=21355 vsize=10914144 memory=2340 CPUtime=4.85 cores=0,2,4,6
/proc/21359/task/21474/stat : 21474 (java) S 21355 21359 21303 0 -1 1077944384 15270 12954 0 0 451 26 5 3 20 0 15 0 64210683 11176083456 265118 33554432000 4194304 4196468 140736846419792 139795390400784 139795386169045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
[pid=21359/tid=21475] ppid=21355 vsize=10914144 memory=1572 CPUtime=4.85 cores=0,2,4,6
/proc/21359/task/21475/stat : 21475 (java) S 21355 21359 21303 0 -1 1077944384 5248 12954 0 0 450 27 5 3 20 0 15 0 64210683 11176083456 265118 33554432000 4194304 4196468 140736846419792 139795289291152 139795386169045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
[pid=21359/tid=21476] ppid=21355 vsize=10914144 memory=928 CPUtime=4.85 cores=0,2,4,6
/proc/21359/task/21476/stat : 21476 (java) S 21355 21359 21303 0 -1 1077944384 8108 12954 0 0 451 26 5 3 20 0 15 0 64210684 11176083456 265118 33554432000 4194304 4196468 140736846419792 139795288238608 139795386169045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
[pid=21359/tid=21477] ppid=21355 vsize=10914144 memory=2244 CPUtime=4.86 cores=0,2,4,6
/proc/21359/task/21477/stat : 21477 (java) S 21355 21359 21303 0 -1 1077944384 11138 12954 0 0 451 27 5 3 20 0 15 0 64210684 11176083456 265118 33554432000 4194304 4196468 140736846419792 139795287186064 139795386169045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
[pid=21359/tid=21479] ppid=21355 vsize=10914144 memory=4132 CPUtime=4.64 cores=0,2,4,6
/proc/21359/task/21479/stat : 21479 (java) S 21355 21359 21303 0 -1 1077944384 9158 12954 0 0 434 22 5 3 20 0 15 0 64210685 11176083456 265118 33554432000 4194304 4196468 140736846419792 139794844510704 139795386169986 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
[pid=21359/tid=21481] ppid=21355 vsize=10914144 memory=2196 CPUtime=0.08 cores=0,2,4,6
/proc/21359/task/21481/stat : 21481 (java) S 21355 21359 21303 0 -1 1077944384 18 12954 0 0 0 0 5 3 20 0 15 0 64210685 11176083456 265118 33554432000 4194304 4196468 140736846419792 139794743027168 139795386169045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
[pid=21359/tid=21483] ppid=21355 vsize=10914144 memory=7528 CPUtime=0.08 cores=0,2,4,6
/proc/21359/task/21483/stat : 21483 (java) S 21355 21359 21303 0 -1 1077944384 8 12954 0 0 0 0 5 3 20 0 15 0 64210686 11176083456 265118 33554432000 4194304 4196468 140736846419792 139794206156288 139795386169045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
[pid=21359/tid=21488] ppid=21355 vsize=10914144 memory=836 CPUtime=0.08 cores=0,2,4,6
/proc/21359/task/21488/stat : 21488 (java) S 21355 21359 21303 0 -1 1077944384 3 12954 0 0 0 0 5 3 20 0 15 0 64210688 11176083456 265118 33554432000 4194304 4196468 140736846419792 139793898756816 139795386177435 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
[pid=21359/tid=21489] ppid=21355 vsize=10914144 memory=1692 CPUtime=3.32 cores=0,2,4,6
/proc/21359/task/21489/stat : 21489 (java) S 21355 21359 21303 0 -1 1077944384 17594 12954 0 0 321 3 5 3 20 0 15 0 64210688 11176083456 265118 33554432000 4194304 4196468 140736846419792 139794843457520 139795386169986 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
[pid=21359/tid=21490] ppid=21355 vsize=10914144 memory=912 CPUtime=3.04 cores=0,2,4,6
/proc/21359/task/21490/stat : 21490 (java) S 21355 21359 21303 0 -1 1077944384 20279 12954 0 0 293 3 5 3 20 0 15 0 64210688 11176083456 265118 33554432000 4194304 4196468 140736846419792 139794842404976 139795386169986 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
[pid=21359/tid=21492] ppid=21355 vsize=10914144 memory=3816 CPUtime=1.72 cores=0,2,4,6
/proc/21359/task/21492/stat : 21492 (java) S 21355 21359 21303 0 -1 1077944384 12554 12954 0 0 161 3 5 3 20 0 15 0 64210688 11176083456 265118 33554432000 4194304 4196468 140736846419792 139794841352432 139795386169986 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
[pid=21359/tid=21494] ppid=21355 vsize=10914144 memory=2308 CPUtime=0.08 cores=0,2,4,6
/proc/21359/task/21494/stat : 21494 (java) S 21355 21359 21303 0 -1 1077944384 3 12954 0 0 0 0 5 3 20 0 15 0 64210689 11176083456 265118 33554432000 4194304 4196468 140736846419792 139793865198176 139795386169045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
[pid=21359/tid=21495] ppid=21355 vsize=10914144 memory=2312 CPUtime=0.73 cores=0,2,4,6
/proc/21359/task/21495/stat : 21495 (java) S 21355 21359 21303 0 -1 1077944384 826 12954 0 0 34 31 5 3 20 0 15 0 64210689 11176083456 265118 33554432000 4194304 4196468 140736846419792 139794840300336 139795386169986 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
Current children cumulated CPU time: 1005.77 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1060472 KiB

[startup+984.801 s]
/proc/loadavg: 1.28 1.28 1.23 3/220 21530
/proc/meminfo: memFree=13777788/32770624 swapFree=67108860/67108860
[pid=21359] ppid=21355 vsize=10914144 memory=1060472 CPUtime=1006.18 cores=0,2,4,6
/proc/21359/stat : 21359 (java) S 21355 21359 21303 0 -1 1077944320 173216 12954 0 0 100437 173 5 3 20 0 15 0 64210673 11176083456 265118 33554432000 4194304 4196468 140736846419792 140736846402336 139795386158839 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
/proc/21359/statm: 2728536 265118 3524 1 0 2690189 0
[pid=21359/tid=21469] ppid=21355 vsize=10914144 memory=6791534058613427641 CPUtime=973.93 cores=0,2,4,6
/proc/21359/task/21469/stat : 21469 (java) R 21355 21359 21303 0 -1 4202560 70820 12954 0 0 97349 36 5 3 20 0 15 0 64210683 11176083456 265118 33554432000 4194304 4196468 140736846419792 139795357993408 139794974133767 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
[pid=21359/tid=21474] ppid=21355 vsize=10914144 memory=288230596050944315 CPUtime=4.85 cores=0,2,4,6
/proc/21359/task/21474/stat : 21474 (java) S 21355 21359 21303 0 -1 1077944384 15270 12954 0 0 451 26 5 3 20 0 15 0 64210683 11176083456 265118 33554432000 4194304 4196468 140736846419792 139795390400784 139795386169045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
[pid=21359/tid=21475] ppid=21355 vsize=10914144 memory=14134441857518180 CPUtime=4.85 cores=0,2,4,6
/proc/21359/task/21475/stat : 21475 (java) S 21355 21359 21303 0 -1 1077944384 5248 12954 0 0 450 27 5 3 20 0 15 0 64210683 11176083456 265118 33554432000 4194304 4196468 140736846419792 139795289291152 139795386169045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
[pid=21359/tid=21476] ppid=21355 vsize=10914144 memory=4096 CPUtime=4.85 cores=0,2,4,6
/proc/21359/task/21476/stat : 21476 (java) S 21355 21359 21303 0 -1 1077944384 8108 12954 0 0 451 26 5 3 20 0 15 0 64210684 11176083456 265118 33554432000 4194304 4196468 140736846419792 139795288238608 139795386169045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
[pid=21359/tid=21477] ppid=21355 vsize=10914144 memory=15868 CPUtime=4.86 cores=0,2,4,6
/proc/21359/task/21477/stat : 21477 (java) S 21355 21359 21303 0 -1 1077944384 11138 12954 0 0 451 27 5 3 20 0 15 0 64210684 11176083456 265118 33554432000 4194304 4196468 140736846419792 139795287186064 139795386169045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
[pid=21359/tid=21479] ppid=21355 vsize=10914144 memory=4012 CPUtime=4.64 cores=0,2,4,6
/proc/21359/task/21479/stat : 21479 (java) S 21355 21359 21303 0 -1 1077944384 9158 12954 0 0 434 22 5 3 20 0 15 0 64210685 11176083456 265118 33554432000 4194304 4196468 140736846419792 139794844510704 139795386169986 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
[pid=21359/tid=21481] ppid=21355 vsize=10914144 memory=12572 CPUtime=0.08 cores=0,2,4,6
/proc/21359/task/21481/stat : 21481 (java) S 21355 21359 21303 0 -1 1077944384 18 12954 0 0 0 0 5 3 20 0 15 0 64210685 11176083456 265118 33554432000 4194304 4196468 140736846419792 139794743027168 139795386169045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
[pid=21359/tid=21483] ppid=21355 vsize=10914144 memory=18488 CPUtime=0.08 cores=0,2,4,6
/proc/21359/task/21483/stat : 21483 (java) S 21355 21359 21303 0 -1 1077944384 8 12954 0 0 0 0 5 3 20 0 15 0 64210686 11176083456 265118 33554432000 4194304 4196468 140736846419792 139794206156288 139795386169045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
[pid=21359/tid=21488] ppid=21355 vsize=10914144 memory=1792 CPUtime=0.08 cores=0,2,4,6
/proc/21359/task/21488/stat : 21488 (java) S 21355 21359 21303 0 -1 1077944384 3 12954 0 0 0 0 5 3 20 0 15 0 64210688 11176083456 265118 33554432000 4194304 4196468 140736846419792 139793898756816 139795386177435 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
[pid=21359/tid=21489] ppid=21355 vsize=10914144 memory=1232 CPUtime=3.32 cores=0,2,4,6
/proc/21359/task/21489/stat : 21489 (java) S 21355 21359 21303 0 -1 1077944384 17594 12954 0 0 321 3 5 3 20 0 15 0 64210688 11176083456 265118 33554432000 4194304 4196468 140736846419792 139794843457520 139795386169986 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
[pid=21359/tid=21490] ppid=21355 vsize=10914144 memory=6791534058613427641 CPUtime=3.04 cores=0,2,4,6
/proc/21359/task/21490/stat : 21490 (java) S 21355 21359 21303 0 -1 1077944384 20279 12954 0 0 293 3 5 3 20 0 15 0 64210688 11176083456 265118 33554432000 4194304 4196468 140736846419792 139794842404976 139795386169986 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
[pid=21359/tid=21492] ppid=21355 vsize=10914144 memory=1444 CPUtime=1.72 cores=0,2,4,6
/proc/21359/task/21492/stat : 21492 (java) S 21355 21359 21303 0 -1 1077944384 12554 12954 0 0 161 3 5 3 20 0 15 0 64210688 11176083456 265118 33554432000 4194304 4196468 140736846419792 139794841352432 139795386169986 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
[pid=21359/tid=21494] ppid=21355 vsize=10914144 memory=1200 CPUtime=0.08 cores=0,2,4,6
/proc/21359/task/21494/stat : 21494 (java) S 21355 21359 21303 0 -1 1077944384 3 12954 0 0 0 0 5 3 20 0 15 0 64210689 11176083456 265118 33554432000 4194304 4196468 140736846419792 139793865198176 139795386169045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
[pid=21359/tid=21495] ppid=21355 vsize=10914144 memory=1008 CPUtime=0.73 cores=0,2,4,6
/proc/21359/task/21495/stat : 21495 (java) S 21355 21359 21303 0 -1 1077944384 826 12954 0 0 34 31 5 3 20 0 15 0 64210689 11176083456 265118 33554432000 4194304 4196468 140736846419792 139794840300336 139795386169986 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14979072 140736846424687 140736846427484 140736846427484 140736846430159 0
Current children cumulated CPU time: 1006.18 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1060472 KiB

Child status: 0
Real time (s): 984.881
CPU time (s): 1006.29
CPU user time (s): 1004.49
CPU system time (s): 1.79184
CPU usage (%): 102.173
Max. virtual memory (cumulated for all children) (KiB): 10916972
Max. memory (cumulated for all children) (KiB): 1060472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1004.49
system time used= 1.79184
maximum resident set size= 1062612
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 189496
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1392
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 123069
involuntary context switches= 4177


# summary of solver processes directly reported to runsolver:
#   pid: 21359
#   total CPU time (s): 1006.29
#   total CPU user time (s): 1004.49
#   total CPU system time (s): 1.79184

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.66583 second user time and 9.63024 second system time

The end

Launcher Data

Begin job on node135 at 2018-07-24 23:07:55
IDJOB=4294328
IDBENCH=141364
IDSOLVER=2750
FILE ID=node135/4294328-1532466475
RUNJOBID= node135-1532466475-21334
PBS_JOBID= 21021583
Free space on /tmp= 48368 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-11_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4294328-1532466475/watcher-4294328-1532466475 -o /tmp/evaluation-result-4294328-1532466475/solver-4294328-1532466475 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532466475-21334 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=571961458 HOME/instance-4294328-1532466475.xml

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

MD5SUM BENCH= ed3f9a47d1f1ba76ff72e7160e212ad4
RANDOM SEED=571961458

node135.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial 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 pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        15918688 kB
MemAvailable:   31938420 kB
Buffers:          213652 kB
Cached:         15856196 kB
SwapCached:            0 kB
Active:          2461864 kB
Inactive:       13661212 kB
Active(anon):       3120 kB
Inactive(anon):    69900 kB
Active(file):    2458744 kB
Inactive(file): 13591312 kB
Unevictable:        7196 kB
Mlocked:            7196 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             53060 kB
Writeback:             0 kB
AnonPages:         60560 kB
Mapped:            38548 kB
Shmem:             17056 kB
Slab:             425792 kB
SReclaimable:     398136 kB
SUnreclaim:        27656 kB
KernelStack:        3248 kB
PageTables:         5020 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     317912 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       93568 kB
DirectMap2M:    33452032 kB

Free space on /tmp at the end= 48316 MiB
End job on node135 at 2018-07-24 23:24:20