Trace number 4402846

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.12.3OPT2 187.668 178.674

General information on the benchmark

NameRamsey/Ramsey-int-s1/
Ramsey-int-13.xml
MD5SUMf1adf00e8f8fa1741c0d4b74f691c684
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.31504
Satisfiable
(Un)Satisfiability was proved
Number of variables169
Number of constraints286
Number of domains1
Minimum domain size78
Maximum domain size78
Distribution of domain sizes[{"size":78,"count":78}]
Minimum variable degree0
Maximum variable degree12
Distribution of variable degrees[{"degree":0,"count":91},{"degree":12,"count":78}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":286}]
Number of extensional constraints0
Number of intensional constraints286
Distribution of constraint types[{"type":"intension","count":286}]
Optimization problemYES
Type of objectivemin MAXIMUM

Quality of the solution as a function of time


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

Solver Data

0.79/0.55	c Concrete v3.12.3.1568965526260 running
8.94/3.92	o 77
9.29/4.08	o 76
9.61/4.19	o 75
9.93/4.27	o 74
10.22/4.34	o 73
10.22/4.38	o 72
10.51/4.42	o 71
10.51/4.48	o 70
10.65/4.52	o 69
10.65/4.57	o 68
10.80/4.62	o 67
10.80/4.66	o 66
10.80/4.67	o 3
38.20/30.54	o 2
187.58/178.66	v <instantiation
187.58/178.66	v         cost = '2'>
187.58/178.66	v       <list>
187.58/178.66	v         x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[0][10] x[0][11] x[0][12] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[1][10] x[1][11] x[1][12] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[2][10] x[2][11] x[2][12] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[3][9] x[3][10] x[3][11] x[3][12] x[4][5] x[4][6] x[4][7] x[4][8] x[4][9] x[4][10] x[4][11] x[4][12] x[5][6] x[5][7] x[5][8] x[5][9] x[5][10] x[5][11] x[5][12] x[6][7] x[6][8] x[6][9] x[6][10] x[6][11] x[6][12] x[7][8] x[7][9] x[7][10] x[7][11] x[7][12] x[8][9] x[8][10] x[8][11] x[8][12] x[9][10] x[9][11] x[9][12] x[10][11] x[10][12] x[11][12]
187.58/178.66	v       </list>
187.58/178.66	v       <values>
187.58/178.66	v         1 2 0 1 0 1 1 2 0 0 2 2 2 0 0 0 2 2 2 1 1 1 0 0 0 2 0 1 0 2 0 1 1 1 2 2 0 2 1 1 1 2 1 2 0 1 0 2 0 2 0 2 0 1 2 0 1 0 1 1 1 2 0 0 1 0 2 2 0 2 1 0 2 2 2 0 1 0
187.58/178.66	v       </values>
187.58/178.66	v     </instantiation>
187.58/178.66	s OPTIMUM FOUND

Verifier Data

OK	2

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 (2129 MiB free)
  memory of node 1: 16384 MiB (1668 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4402846-1568987046/watcher-4402846-1568987046 -o /var/tmp/evaluation-result-4402846-1568987046/solver-4402846-1568987046 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node149-1568967598-20068 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=83659144 HOME/instance-4402846-1568987046.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
Starting watchdog thread
Linux 3.10.0-514.16.1.el7.x86_64
Current StackSize limit: 8192 KiB

solver pid=28257, runsolver pid=28254

[startup+0.100113 s]*
/proc/loadavg: 1.65 1.63 1.52 3/219 28314
/proc/meminfo: memFree=3882264/32770624 swapFree=66956620/67108860
[pid=28257] ppid=28254 vsize=9972712 memory=17076 CPUtime=0.1 cores=0,2,4,6
/proc/28257/stat : 28257 (java) S 28254 28257 20037 0 -1 1077944320 4498 13430 0 0 1 1 5 3 20 0 6 0 474943257 10212057088 4269 33554432000 4194304 4196468 140721415634464 140721415617008 140313049886455 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
/proc/28257/statm: 2493178 4269 1934 1 0 2481616 0
[pid=28257/tid=28310] ppid=28254 vsize=9972712 memory=4279135704013962638 CPUtime=0.08 cores=0,2,4,6
/proc/28257/task/28310/stat : 28310 (java) R 28254 28257 20037 0 -1 4202560 2288 13430 0 0 0 0 5 3 20 0 6 0 474943266 10212057088 4269 33554432000 4194304 4196468 140721415634464 140313021723216 140313049910045 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
[pid=28257/tid=28311] ppid=28254 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28257/task/28311/stat : 28311 (java) S 28254 28257 20037 0 -1 1077944384 2 13430 0 0 0 0 5 3 20 0 6 0 474943267 10212057088 4269 33554432000 4194304 4196468 140721415634464 140313054129168 140313049896661 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
[pid=28257/tid=28312] ppid=28254 vsize=9972712 memory=140708395308672 CPUtime=0.08 cores=0,2,4,6
/proc/28257/task/28312/stat : 28312 (java) S 28254 28257 20037 0 -1 1077944384 1 13430 0 0 0 0 5 3 20 0 6 0 474943267 10212057088 4269 33554432000 4194304 4196468 140721415634464 140312622980240 140313049896661 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
[pid=28257/tid=28313] ppid=28254 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28257/task/28313/stat : 28313 (java) S 28254 28257 20037 0 -1 1077944384 2 13430 0 0 0 0 5 3 20 0 6 0 474943267 10212057088 4269 33554432000 4194304 4196468 140721415634464 140312621927184 140313049896661 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
[pid=28257/tid=28314] ppid=28254 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/28257/task/28314/stat : 28314 (java) S 28254 28257 20037 0 -1 1077944384 2 13430 0 0 0 0 5 3 20 0 6 0 474943267 10212057088 4269 33554432000 4194304 4196468 140721415634464 140312620874640 140313049896661 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17076 KiB

[startup+0.210036 s]*
/proc/loadavg: 1.65 1.63 1.52 4/228 28323
/proc/meminfo: memFree=3862064/32770624 swapFree=66956620/67108860
[pid=28257] ppid=28254 vsize=10820196 memory=42112 CPUtime=0.27 cores=0,2,4,6
/proc/28257/stat : 28257 (java) S 28254 28257 20037 0 -1 1077944320 7569 13430 0 0 17 2 5 3 20 0 15 0 474943257 11079880704 10528 33554432000 4194304 4196468 140721415634464 140721415617008 140313049886455 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
/proc/28257/statm: 2705049 10528 3264 1 0 2667149 0
[pid=28257/tid=28310] ppid=28254 vsize=10820196 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/28257/task/28310/stat : 28310 (java) R 28254 28257 20037 0 -1 4202560 4090 13430 0 0 10 1 5 3 20 0 15 0 474943266 11079880704 10528 33554432000 4194304 4196468 140721415634464 140313021697488 140313049908381 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
[pid=28257/tid=28311] ppid=28254 vsize=10820196 memory=345 CPUtime=0.08 cores=0,2,4,6
/proc/28257/task/28311/stat : 28311 (java) S 28254 28257 20037 0 -1 1077944384 2 13430 0 0 0 0 5 3 20 0 15 0 474943267 11079880704 10528 33554432000 4194304 4196468 140721415634464 140313054129168 140313049896661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
[pid=28257/tid=28312] ppid=28254 vsize=10820196 memory=140708398805167 CPUtime=0.08 cores=0,2,4,6
/proc/28257/task/28312/stat : 28312 (java) S 28254 28257 20037 0 -1 1077944384 1 13430 0 0 0 0 5 3 20 0 15 0 474943267 11079880704 10528 33554432000 4194304 4196468 140721415634464 140312622980240 140313049896661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
[pid=28257/tid=28313] ppid=28254 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28257/task/28313/stat : 28313 (java) S 28254 28257 20037 0 -1 1077944384 2 13430 0 0 0 0 5 3 20 0 15 0 474943267 11079880704 10528 33554432000 4194304 4196468 140721415634464 140312621927184 140313049896661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
[pid=28257/tid=28314] ppid=28254 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/28257/task/28314/stat : 28314 (java) S 28254 28257 20037 0 -1 1077944384 2 13430 0 0 0 0 5 3 20 0 15 0 474943267 11079880704 10528 33554432000 4194304 4196468 140721415634464 140312620874640 140313049896661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
[pid=28257/tid=28315] ppid=28254 vsize=10820196 memory=140708395308672 CPUtime=0.08 cores=0,2,4,6
/proc/28257/task/28315/stat : 28315 (java) S 28254 28257 20037 0 -1 1077944384 2 13430 0 0 0 0 5 3 20 0 15 0 474943268 11079880704 10528 33554432000 4194304 4196468 140721415634464 140312576567536 140313049897602 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
[pid=28257/tid=28316] ppid=28254 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/28257/task/28316/stat : 28316 (java) S 28254 28257 20037 0 -1 1077944384 13 13430 0 0 0 0 5 3 20 0 15 0 474943269 11079880704 10528 33554432000 4194304 4196468 140721415634464 140312487912608 140313049896661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
[pid=28257/tid=28317] ppid=28254 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28257/task/28317/stat : 28317 (java) S 28254 28257 20037 0 -1 1077944384 1 13430 0 0 0 0 5 3 20 0 15 0 474943269 11079880704 10528 33554432000 4194304 4196468 140721415634464 140311883932400 140313049896661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
[pid=28257/tid=28318] ppid=28254 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28257/task/28318/stat : 28318 (java) S 28254 28257 20037 0 -1 1077944384 3 13430 0 0 0 0 5 3 20 0 15 0 474943272 11079880704 10528 33554432000 4194304 4196468 140721415634464 140311576532944 140313049905051 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
[pid=28257/tid=28319] ppid=28254 vsize=10820196 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/28257/task/28319/stat : 28319 (java) R 28254 28257 20037 0 -1 4202560 588 13430 0 0 1 0 5 3 20 0 15 0 474943272 11079880704 10528 33554432000 4194304 4196468 140721415634464 140312575515376 140313033418074 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
[pid=28257/tid=28320] ppid=28254 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/28257/task/28320/stat : 28320 (java) S 28254 28257 20037 0 -1 1077944384 65 13430 0 0 0 0 5 3 20 0 15 0 474943272 11079880704 10528 33554432000 4194304 4196468 140721415634464 140312574462832 140313049897602 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
[pid=28257/tid=28321] ppid=28254 vsize=10820196 memory=140708395308672 CPUtime=0.11 cores=0,2,4,6
/proc/28257/task/28321/stat : 28321 (java) R 28254 28257 20037 0 -1 1077944384 592 13430 0 0 3 0 5 3 20 0 15 0 474943272 11079880704 10528 33554432000 4194304 4196468 140721415634464 140312573409776 140313049897602 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
[pid=28257/tid=28322] ppid=28254 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/28257/task/28322/stat : 28322 (java) S 28254 28257 20037 0 -1 1077944384 3 13430 0 0 0 0 5 3 20 0 15 0 474943272 11079880704 10528 33554432000 4194304 4196468 140721415634464 140311542975328 140313049896661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
[pid=28257/tid=28323] ppid=28254 vsize=10820196 memory=140708395308672 CPUtime=0.08 cores=0,2,4,6
/proc/28257/task/28323/stat : 28323 (java) S 28254 28257 20037 0 -1 1077944384 1 13430 0 0 0 0 5 3 20 0 15 0 474943272 11079880704 10528 33554432000 4194304 4196468 140721415634464 140312572357168 140313049897602 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 42112 KiB

[startup+0.310502 s]*
/proc/loadavg: 1.65 1.63 1.52 3/228 28323
/proc/meminfo: memFree=3849740/32770624 swapFree=66956620/67108860
[pid=28257] ppid=28254 vsize=10820196 memory=51084 CPUtime=0.4 cores=0,2,4,6
/proc/28257/stat : 28257 (java) S 28254 28257 20037 0 -1 1077944320 10691 13430 0 0 29 3 5 3 20 0 15 0 474943257 11079880704 12771 33554432000 4194304 4196468 140721415634464 140721415617008 140313049886455 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
/proc/28257/statm: 2705049 12771 3343 1 0 2667149 0
[pid=28257/tid=28310] ppid=28254 vsize=10820196 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/28257/task/28310/stat : 28310 (java) R 28254 28257 20037 0 -1 4202560 7190 13430 0 0 19 2 5 3 20 0 15 0 474943266 11079880704 12771 33554432000 4194304 4196468 140721415634464 140313021698752 140313033966942 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
[pid=28257/tid=28311] ppid=28254 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28257/task/28311/stat : 28311 (java) S 28254 28257 20037 0 -1 1077944384 2 13430 0 0 0 0 5 3 20 0 15 0 474943267 11079880704 12771 33554432000 4194304 4196468 140721415634464 140313054129168 140313049896661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
[pid=28257/tid=28312] ppid=28254 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28257/task/28312/stat : 28312 (java) S 28254 28257 20037 0 -1 1077944384 1 13430 0 0 0 0 5 3 20 0 15 0 474943267 11079880704 12771 33554432000 4194304 4196468 140721415634464 140312622980240 140313049896661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
[pid=28257/tid=28313] ppid=28254 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28257/task/28313/stat : 28313 (java) S 28254 28257 20037 0 -1 1077944384 2 13430 0 0 0 0 5 3 20 0 15 0 474943267 11079880704 12771 33554432000 4194304 4196468 140721415634464 140312621927184 140313049896661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
[pid=28257/tid=28314] ppid=28254 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28257/task/28314/stat : 28314 (java) S 28254 28257 20037 0 -1 1077944384 2 13430 0 0 0 0 5 3 20 0 15 0 474943267 11079880704 12771 33554432000 4194304 4196468 140721415634464 140312620874640 140313049896661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
[pid=28257/tid=28315] ppid=28254 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28257/task/28315/stat : 28315 (java) S 28254 28257 20037 0 -1 1077944384 2 13430 0 0 0 0 5 3 20 0 15 0 474943268 11079880704 12771 33554432000 4194304 4196468 140721415634464 140312576567536 140313049897602 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
[pid=28257/tid=28316] ppid=28254 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/28257/task/28316/stat : 28316 (java) S 28254 28257 20037 0 -1 1077944384 13 13430 0 0 0 0 5 3 20 0 15 0 474943269 11079880704 12771 33554432000 4194304 4196468 140721415634464 140312487912608 140313049896661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
[pid=28257/tid=28317] ppid=28254 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28257/task/28317/stat : 28317 (java) S 28254 28257 20037 0 -1 1077944384 1 13430 0 0 0 0 5 3 20 0 15 0 474943269 11079880704 12836 33554432000 4194304 4196468 140721415634464 140311883932400 140313049896661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
[pid=28257/tid=28318] ppid=28254 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28257/task/28318/stat : 28318 (java) S 28254 28257 20037 0 -1 1077944384 3 13430 0 0 0 0 5 3 20 0 15 0 474943272 11079880704 12836 33554432000 4194304 4196468 140721415634464 140311576532944 140313049905051 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
[pid=28257/tid=28319] ppid=28254 vsize=10820196 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/28257/task/28319/stat : 28319 (java) S 28254 28257 20037 0 -1 1077944384 597 13430 0 0 2 0 5 3 20 0 15 0 474943272 11079880704 12836 33554432000 4194304 4196468 140721415634464 140312575515376 140313049897602 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
[pid=28257/tid=28320] ppid=28254 vsize=10820196 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/28257/task/28320/stat : 28320 (java) S 28254 28257 20037 0 -1 1077944384 66 13430 0 0 1 0 5 3 20 0 15 0 474943272 11079880704 12836 33554432000 4194304 4196468 140721415634464 140312574462832 140313049897602 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
[pid=28257/tid=28321] ppid=28254 vsize=10820196 memory=140708395308672 CPUtime=0.13 cores=0,2,4,6
/proc/28257/task/28321/stat : 28321 (java) S 28254 28257 20037 0 -1 1077944384 601 13430 0 0 5 0 5 3 20 0 15 0 474943272 11079880704 12836 33554432000 4194304 4196468 140721415634464 140312573409776 140313049897602 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
[pid=28257/tid=28322] ppid=28254 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/28257/task/28322/stat : 28322 (java) S 28254 28257 20037 0 -1 1077944384 3 13430 0 0 0 0 5 3 20 0 15 0 474943272 11079880704 12836 33554432000 4194304 4196468 140721415634464 140311542975328 140313049896661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
[pid=28257/tid=28323] ppid=28254 vsize=10820196 memory=140708395308672 CPUtime=0.08 cores=0,2,4,6
/proc/28257/task/28323/stat : 28323 (java) S 28254 28257 20037 0 -1 1077944384 1 13430 0 0 0 0 5 3 20 0 15 0 474943272 11079880704 12836 33554432000 4194304 4196468 140721415634464 140312572357168 140313049897602 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 51084 KiB

[startup+0.700681 s]
/proc/loadavg: 1.65 1.63 1.52 4/228 28323
/proc/meminfo: memFree=3835100/32770624 swapFree=66956620/67108860
[pid=28257] ppid=28254 vsize=10824364 memory=83720 CPUtime=1.15 cores=0,2,4,6
/proc/28257/stat : 28257 (java) S 28254 28257 20037 0 -1 1077944320 15115 13430 0 0 102 5 5 3 20 0 15 0 474943257 11084148736 20930 33554432000 4194304 4196468 140721415634464 140721415617008 140313049886455 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
/proc/28257/statm: 2706091 20930 3514 1 0 2668173 0
[pid=28257/tid=28310] ppid=28254 vsize=10824364 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/28257/task/28310/stat : 28310 (java) R 28254 28257 20037 0 -1 4202560 10508 13430 0 0 56 3 5 3 20 0 15 0 474943266 11084148736 20930 33554432000 4194304 4196468 140721415634464 140313021716000 140313031280189 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
[pid=28257/tid=28311] ppid=28254 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28257/task/28311/stat : 28311 (java) S 28254 28257 20037 0 -1 1077944384 2 13430 0 0 0 0 5 3 20 0 15 0 474943267 11084148736 20930 33554432000 4194304 4196468 140721415634464 140313054129168 140313049896661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
[pid=28257/tid=28312] ppid=28254 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28257/task/28312/stat : 28312 (java) S 28254 28257 20037 0 -1 1077944384 1 13430 0 0 0 0 5 3 20 0 15 0 474943267 11084148736 20930 33554432000 4194304 4196468 140721415634464 140312622980240 140313049896661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
[pid=28257/tid=28313] ppid=28254 vsize=10824364 memory=140708296143632 CPUtime=0.08 cores=0,2,4,6
/proc/28257/task/28313/stat : 28313 (java) S 28254 28257 20037 0 -1 1077944384 2 13430 0 0 0 0 5 3 20 0 15 0 474943267 11084148736 20930 33554432000 4194304 4196468 140721415634464 140312621927184 140313049896661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
[pid=28257/tid=28314] ppid=28254 vsize=10824364 memory=140711718552141 CPUtime=0.08 cores=0,2,4,6
/proc/28257/task/28314/stat : 28314 (java) S 28254 28257 20037 0 -1 1077944384 2 13430 0 0 0 0 5 3 20 0 15 0 474943267 11084148736 20930 33554432000 4194304 4196468 140721415634464 140312620874640 140313049896661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
[pid=28257/tid=28315] ppid=28254 vsize=10824364 memory=624 CPUtime=0.08 cores=0,2,4,6
/proc/28257/task/28315/stat : 28315 (java) S 28254 28257 20037 0 -1 1077944384 5 13430 0 0 0 0 5 3 20 0 15 0 474943268 11084148736 20930 33554432000 4194304 4196468 140721415634464 140312576567536 140313049897602 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
[pid=28257/tid=28316] ppid=28254 vsize=10824364 memory=6297835844906604903 CPUtime=0.08 cores=0,2,4,6
/proc/28257/task/28316/stat : 28316 (java) S 28254 28257 20037 0 -1 1077944384 13 13430 0 0 0 0 5 3 20 0 15 0 474943269 11084148736 20930 33554432000 4194304 4196468 140721415634464 140312487912608 140313049896661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
[pid=28257/tid=28317] ppid=28254 vsize=10824364 memory=7380108234216663121 CPUtime=0.08 cores=0,2,4,6
/proc/28257/task/28317/stat : 28317 (java) S 28254 28257 20037 0 -1 1077944384 1 13430 0 0 0 0 5 3 20 0 15 0 474943269 11084148736 20930 33554432000 4194304 4196468 140721415634464 140311883932400 140313049896661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
[pid=28257/tid=28318] ppid=28254 vsize=10824364 memory=14012 CPUtime=0.08 cores=0,2,4,6
/proc/28257/task/28318/stat : 28318 (java) S 28254 28257 20037 0 -1 1077944384 3 13430 0 0 0 0 5 3 20 0 15 0 474943272 11084148736 20980 33554432000 4194304 4196468 140721415634464 140311576532944 140313049905051 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
[pid=28257/tid=28319] ppid=28254 vsize=10824364 memory=2112 CPUtime=0.23 cores=0,2,4,6
/proc/28257/task/28319/stat : 28319 (java) S 28254 28257 20037 0 -1 1077944384 1122 13430 0 0 15 0 5 3 20 0 15 0 474943272 11084148736 20980 33554432000 4194304 4196468 140721415634464 140312575515376 140313049897602 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
[pid=28257/tid=28320] ppid=28254 vsize=10824364 memory=12040 CPUtime=0.21 cores=0,2,4,6
/proc/28257/task/28320/stat : 28320 (java) R 28254 28257 20037 0 -1 4202560 470 13430 0 0 13 0 5 3 20 0 15 0 474943272 11084148736 20980 33554432000 4194304 4196468 140721415634464 140312574462832 140313034276337 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
[pid=28257/tid=28321] ppid=28254 vsize=10824364 memory=31772 CPUtime=0.25 cores=0,2,4,6
/proc/28257/task/28321/stat : 28321 (java) S 28254 28257 20037 0 -1 1077944384 777 13430 0 0 17 0 5 3 20 0 15 0 474943272 11084148736 20980 33554432000 4194304 4196468 140721415634464 140312573409776 140313049897602 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
[pid=28257/tid=28322] ppid=28254 vsize=10824364 memory=1556 CPUtime=0.08 cores=0,2,4,6
/proc/28257/task/28322/stat : 28322 (java) S 28254 28257 20037 0 -1 1077944384 3 13430 0 0 0 0 5 3 20 0 15 0 474943272 11084148736 20980 33554432000 4194304 4196468 140721415634464 140311542975328 140313049896661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
[pid=28257/tid=28323] ppid=28254 vsize=10824364 memory=532 CPUtime=0.08 cores=0,2,4,6
/proc/28257/task/28323/stat : 28323 (java) S 28254 28257 20037 0 -1 1077944384 1 13430 0 0 0 0 5 3 20 0 15 0 474943272 11084148736 20980 33554432000 4194304 4196468 140721415634464 140312572357168 140313049897602 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 83720 KiB

[startup+1.50072 s]
/proc/loadavg: 1.65 1.63 1.52 3/228 28323
/proc/meminfo: memFree=3772848/32770624 swapFree=66956620/67108860
[pid=28257] ppid=28254 vsize=10834680 memory=171268 CPUtime=2.49 cores=0,2,4,6
/proc/28257/stat : 28257 (java) S 28254 28257 20037 0 -1 1077944320 21878 13430 0 0 231 10 5 3 20 0 15 0 474943257 11094712320 42817 33554432000 4194304 4196468 140721415634464 140721415617008 140313049886455 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
/proc/28257/statm: 2708670 42817 3576 1 0 2670733 0
[pid=28257/tid=28310] ppid=28254 vsize=10834680 memory=67784 CPUtime=1.44 cores=0,2,4,6
/proc/28257/task/28310/stat : 28310 (java) R 28254 28257 20037 0 -1 4202560 15446 13430 0 0 130 6 5 3 20 0 15 0 474943266 11094712320 42817 33554432000 4194304 4196468 140721415634464 140313021678192 140313033966972 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
[pid=28257/tid=28311] ppid=28254 vsize=10834680 memory=6791534058613427641 CPUtime=0.09 cores=0,2,4,6
/proc/28257/task/28311/stat : 28311 (java) S 28254 28257 20037 0 -1 1077944384 270 13430 0 0 1 0 5 3 20 0 15 0 474943267 11094712320 42817 33554432000 4194304 4196468 140721415634464 140313054129168 140313049896661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
[pid=28257/tid=28312] ppid=28254 vsize=10834680 memory=281416592318624 CPUtime=0.09 cores=0,2,4,6
/proc/28257/task/28312/stat : 28312 (java) S 28254 28257 20037 0 -1 1077944384 9 13430 0 0 1 0 5 3 20 0 15 0 474943267 11094712320 42817 33554432000 4194304 4196468 140721415634464 140312622980240 140313049896661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
[pid=28257/tid=28313] ppid=28254 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28257/task/28313/stat : 28313 (java) S 28254 28257 20037 0 -1 1077944384 57 13430 0 0 0 0 5 3 20 0 15 0 474943267 11094712320 42817 33554432000 4194304 4196468 140721415634464 140312621927184 140313049896661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
[pid=28257/tid=28314] ppid=28254 vsize=10834680 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/28257/task/28314/stat : 28314 (java) S 28254 28257 20037 0 -1 1077944384 56 13430 0 0 1 0 5 3 20 0 15 0 474943267 11094712320 42817 33554432000 4194304 4196468 140721415634464 140312620874640 140313049896661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
[pid=28257/tid=28315] ppid=28254 vsize=10834680 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/28257/task/28315/stat : 28315 (java) S 28254 28257 20037 0 -1 1077944384 137 13430 0 0 1 0 5 3 20 0 15 0 474943268 11094712320 42817 33554432000 4194304 4196468 140721415634464 140312576567536 140313049897602 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
[pid=28257/tid=28316] ppid=28254 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28257/task/28316/stat : 28316 (java) S 28254 28257 20037 0 -1 1077944384 14 13430 0 0 0 0 5 3 20 0 15 0 474943269 11094712320 42817 33554432000 4194304 4196468 140721415634464 140312487912672 140313049896661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
[pid=28257/tid=28317] ppid=28254 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28257/task/28317/stat : 28317 (java) S 28254 28257 20037 0 -1 1077944384 1 13430 0 0 0 0 5 3 20 0 15 0 474943269 11094712320 42817 33554432000 4194304 4196468 140721415634464 140311883932400 140313049896661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
[pid=28257/tid=28318] ppid=28254 vsize=10834680 memory=-2245088631185882904 CPUtime=0.08 cores=0,2,4,6
/proc/28257/task/28318/stat : 28318 (java) S 28254 28257 20037 0 -1 1077944384 3 13430 0 0 0 0 5 3 20 0 15 0 474943272 11094712320 42817 33554432000 4194304 4196468 140721415634464 140311576532944 140313049905051 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
[pid=28257/tid=28319] ppid=28254 vsize=10834680 memory=0 CPUtime=0.35 cores=0,2,4,6
/proc/28257/task/28319/stat : 28319 (java) R 28254 28257 20037 0 -1 4202560 1431 13430 0 0 27 0 5 3 20 0 15 0 474943272 11094712320 42817 33554432000 4194304 4196468 140721415634464 140312575515376 140313042871497 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
[pid=28257/tid=28320] ppid=28254 vsize=10834680 memory=10 CPUtime=0.31 cores=0,2,4,6
/proc/28257/task/28320/stat : 28320 (java) R 28254 28257 20037 0 -1 1077944384 580 13430 0 0 23 0 5 3 20 0 15 0 474943272 11094712320 42817 33554432000 4194304 4196468 140721415634464 140312574462928 140313049896661 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
[pid=28257/tid=28321] ppid=28254 vsize=10834680 memory=6791534058613427641 CPUtime=0.5 cores=0,2,4,6
/proc/28257/task/28321/stat : 28321 (java) R 28254 28257 20037 0 -1 4202560 1663 13430 0 0 42 0 5 3 20 0 15 0 474943272 11094712320 42817 33554432000 4194304 4196468 140721415634464 140312573409776 140313049898390 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
[pid=28257/tid=28322] ppid=28254 vsize=10834680 memory=4638778398332698720 CPUtime=0.08 cores=0,2,4,6
/proc/28257/task/28322/stat : 28322 (java) S 28254 28257 20037 0 -1 1077944384 3 13430 0 0 0 0 5 3 20 0 15 0 474943272 11094712320 42817 33554432000 4194304 4196468 140721415634464 140311542975328 140313049896661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
[pid=28257/tid=28323] ppid=28254 vsize=10834680 memory=281416592563072 CPUtime=0.08 cores=0,2,4,6
/proc/28257/task/28323/stat : 28323 (java) S 28254 28257 20037 0 -1 1077944384 1 13430 0 0 0 0 5 3 20 0 15 0 474943272 11094712320 42817 33554432000 4194304 4196468 140721415634464 140312572357168 140313049897602 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
Current children cumulated CPU time: 2.49 s
Current children cumulated vsize: 10834680 KiB

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

[pid=28257/tid=28322] ppid=28254 vsize=10846988 memory=1720 CPUtime=0.08 cores=0,2,4,6
/proc/28257/task/28322/stat : 28322 (java) S 28254 28257 20037 0 -1 1077944384 3 13430 0 0 0 0 5 3 20 0 15 0 474943272 11107315712 191488 33554432000 4194304 4196468 140721415634464 140311542975328 140313049896661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
[pid=28257/tid=28323] ppid=28254 vsize=10846988 memory=1976 CPUtime=0.15 cores=0,2,4,6
/proc/28257/task/28323/stat : 28323 (java) S 28254 28257 20037 0 -1 1077944384 466 13430 0 0 4 3 5 3 20 0 15 0 474943272 11107315712 191488 33554432000 4194304 4196468 140721415634464 140312572357168 140313049897602 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
Current children cumulated CPU time: 181.68 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 765952 KiB

[startup+176.001 s]*
/proc/loadavg: 1.59 1.64 1.55 3/228 28337
/proc/meminfo: memFree=2905056/32770624 swapFree=66956620/67108860
[pid=28257] ppid=28254 vsize=10846988 memory=765972 CPUtime=184.96 cores=0,2,4,6
/proc/28257/stat : 28257 (java) S 28254 28257 20037 0 -1 1077944320 78896 13430 0 0 18441 47 5 3 20 0 15 0 474943257 11107315712 191493 33554432000 4194304 4196468 140721415634464 140721415617008 140313049886455 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
/proc/28257/statm: 2711747 191493 3628 1 0 2673805 0
[pid=28257/tid=28310] ppid=28254 vsize=10846988 memory=6791534058613427641 CPUtime=174.89 cores=0,2,4,6
/proc/28257/task/28310/stat : 28310 (java) R 28254 28257 20037 0 -1 4202560 30884 13430 0 0 17464 17 5 3 20 0 15 0 474943266 11107315712 191493 33554432000 4194304 4196468 140721415634464 140313021722016 140312654639664 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
[pid=28257/tid=28311] ppid=28254 vsize=10846988 memory=4872558044660077418 CPUtime=0.57 cores=0,2,4,6
/proc/28257/task/28311/stat : 28311 (java) S 28254 28257 20037 0 -1 1077944384 1545 13430 0 0 46 3 5 3 20 0 15 0 474943267 11107315712 191493 33554432000 4194304 4196468 140721415634464 140313054129168 140313049896661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
[pid=28257/tid=28312] ppid=28254 vsize=10846988 memory=14012 CPUtime=0.57 cores=0,2,4,6
/proc/28257/task/28312/stat : 28312 (java) S 28254 28257 20037 0 -1 1077944384 1236 13430 0 0 46 3 5 3 20 0 15 0 474943267 11107315712 191493 33554432000 4194304 4196468 140721415634464 140312622980240 140313049896661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
[pid=28257/tid=28313] ppid=28254 vsize=10846988 memory=2112 CPUtime=0.58 cores=0,2,4,6
/proc/28257/task/28313/stat : 28313 (java) S 28254 28257 20037 0 -1 1077944384 2565 13430 0 0 46 4 5 3 20 0 15 0 474943267 11107315712 191493 33554432000 4194304 4196468 140721415634464 140312621927184 140313049896661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
[pid=28257/tid=28314] ppid=28254 vsize=10846988 memory=12040 CPUtime=0.58 cores=0,2,4,6
/proc/28257/task/28314/stat : 28314 (java) S 28254 28257 20037 0 -1 1077944384 3897 13430 0 0 45 5 5 3 20 0 15 0 474943267 11107315712 191493 33554432000 4194304 4196468 140721415634464 140312620874640 140313049896661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
[pid=28257/tid=28315] ppid=28254 vsize=10846988 memory=31772 CPUtime=0.54 cores=0,2,4,6
/proc/28257/task/28315/stat : 28315 (java) S 28254 28257 20037 0 -1 1077944384 3403 13430 0 0 44 2 5 3 20 0 15 0 474943268 11107315712 191493 33554432000 4194304 4196468 140721415634464 140312576567536 140313049897602 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
[pid=28257/tid=28316] ppid=28254 vsize=10846988 memory=1556 CPUtime=0.08 cores=0,2,4,6
/proc/28257/task/28316/stat : 28316 (java) S 28254 28257 20037 0 -1 1077944384 15 13430 0 0 0 0 5 3 20 0 15 0 474943269 11107315712 191493 33554432000 4194304 4196468 140721415634464 140312487912736 140313049896661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
[pid=28257/tid=28317] ppid=28254 vsize=10846988 memory=532 CPUtime=0.08 cores=0,2,4,6
/proc/28257/task/28317/stat : 28317 (java) S 28254 28257 20037 0 -1 1077944384 9 13430 0 0 0 0 5 3 20 0 15 0 474943269 11107315712 191493 33554432000 4194304 4196468 140721415634464 140311883932416 140313049896661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
[pid=28257/tid=28318] ppid=28254 vsize=10846988 memory=928 CPUtime=0.08 cores=0,2,4,6
/proc/28257/task/28318/stat : 28318 (java) S 28254 28257 20037 0 -1 1077944384 3 13430 0 0 0 0 5 3 20 0 15 0 474943272 11107315712 191493 33554432000 4194304 4196468 140721415634464 140311576532944 140313049905051 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
[pid=28257/tid=28319] ppid=28254 vsize=10846988 memory=1720 CPUtime=3.1 cores=0,2,4,6
/proc/28257/task/28319/stat : 28319 (java) S 28254 28257 20037 0 -1 1077944384 11164 13430 0 0 298 4 5 3 20 0 15 0 474943272 11107315712 191493 33554432000 4194304 4196468 140721415634464 140312575515376 140313049897602 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
[pid=28257/tid=28320] ppid=28254 vsize=10846988 memory=1976 CPUtime=2.76 cores=0,2,4,6
/proc/28257/task/28320/stat : 28320 (java) S 28254 28257 20037 0 -1 1077944384 13209 13430 0 0 266 2 5 3 20 0 15 0 474943272 11107315712 191493 33554432000 4194304 4196468 140721415634464 140312574462832 140313049897602 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
[pid=28257/tid=28321] ppid=28254 vsize=10846988 memory=2432 CPUtime=1.82 cores=0,2,4,6
/proc/28257/task/28321/stat : 28321 (java) S 28254 28257 20037 0 -1 1077944384 8290 13430 0 0 172 2 5 3 20 0 15 0 474943272 11107315712 191493 33554432000 4194304 4196468 140721415634464 140312573409776 140313049897602 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
[pid=28257/tid=28322] ppid=28254 vsize=10846988 memory=1436 CPUtime=0.08 cores=0,2,4,6
/proc/28257/task/28322/stat : 28322 (java) S 28254 28257 20037 0 -1 1077944384 3 13430 0 0 0 0 5 3 20 0 15 0 474943272 11107315712 191493 33554432000 4194304 4196468 140721415634464 140311542975328 140313049896661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
[pid=28257/tid=28323] ppid=28254 vsize=10846988 memory=808 CPUtime=0.16 cores=0,2,4,6
/proc/28257/task/28323/stat : 28323 (java) S 28254 28257 20037 0 -1 1077944384 466 13430 0 0 4 4 5 3 20 0 15 0 474943272 11107315712 191493 33554432000 4194304 4196468 140721415634464 140312572357168 140313049897602 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
Current children cumulated CPU time: 184.96 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 765972 KiB

[startup+177.601 s]
/proc/loadavg: 1.59 1.64 1.55 3/228 28337
/proc/meminfo: memFree=2905056/32770624 swapFree=66956620/67108860
[pid=28257] ppid=28254 vsize=10846988 memory=765972 CPUtime=186.57 cores=0,2,4,6
/proc/28257/stat : 28257 (java) S 28254 28257 20037 0 -1 1077944320 78906 13430 0 0 18602 47 5 3 20 0 15 0 474943257 11107315712 191493 33554432000 4194304 4196468 140721415634464 140721415617008 140313049886455 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
/proc/28257/statm: 2711747 191493 3628 1 0 2673805 0
[pid=28257/tid=28310] ppid=28254 vsize=10846988 memory=17401 CPUtime=176.46 cores=0,2,4,6
/proc/28257/task/28310/stat : 28310 (java) R 28254 28257 20037 0 -1 4202560 30893 13430 0 0 17621 17 5 3 20 0 15 0 474943266 11107315712 191493 33554432000 4194304 4196468 140721415634464 140313021722576 140312650229116 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
[pid=28257/tid=28311] ppid=28254 vsize=10846988 memory=0 CPUtime=0.58 cores=0,2,4,6
/proc/28257/task/28311/stat : 28311 (java) S 28254 28257 20037 0 -1 1077944384 1545 13430 0 0 47 3 5 3 20 0 15 0 474943267 11107315712 191493 33554432000 4194304 4196468 140721415634464 140313054129168 140313049896661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
[pid=28257/tid=28312] ppid=28254 vsize=10846988 memory=780 CPUtime=0.58 cores=0,2,4,6
/proc/28257/task/28312/stat : 28312 (java) S 28254 28257 20037 0 -1 1077944384 1237 13430 0 0 47 3 5 3 20 0 15 0 474943267 11107315712 191493 33554432000 4194304 4196468 140721415634464 140312622980240 140313049896661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
[pid=28257/tid=28313] ppid=28254 vsize=10846988 memory=6032 CPUtime=0.59 cores=0,2,4,6
/proc/28257/task/28313/stat : 28313 (java) S 28254 28257 20037 0 -1 1077944384 2565 13430 0 0 47 4 5 3 20 0 15 0 474943267 11107315712 191493 33554432000 4194304 4196468 140721415634464 140312621927184 140313049896661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
[pid=28257/tid=28314] ppid=28254 vsize=10846988 memory=281416592354560 CPUtime=0.59 cores=0,2,4,6
/proc/28257/task/28314/stat : 28314 (java) S 28254 28257 20037 0 -1 1077944384 3897 13430 0 0 46 5 5 3 20 0 15 0 474943267 11107315712 191493 33554432000 4194304 4196468 140721415634464 140312620874640 140313049896661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
[pid=28257/tid=28315] ppid=28254 vsize=10846988 memory=0 CPUtime=0.56 cores=0,2,4,6
/proc/28257/task/28315/stat : 28315 (java) S 28254 28257 20037 0 -1 1077944384 3403 13430 0 0 45 3 5 3 20 0 15 0 474943268 11107315712 191493 33554432000 4194304 4196468 140721415634464 140312576567536 140313049897602 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
[pid=28257/tid=28316] ppid=28254 vsize=10846988 memory=288287770758195043 CPUtime=0.08 cores=0,2,4,6
/proc/28257/task/28316/stat : 28316 (java) S 28254 28257 20037 0 -1 1077944384 15 13430 0 0 0 0 5 3 20 0 15 0 474943269 11107315712 191493 33554432000 4194304 4196468 140721415634464 140312487912736 140313049896661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
[pid=28257/tid=28317] ppid=28254 vsize=10846988 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/28257/task/28317/stat : 28317 (java) S 28254 28257 20037 0 -1 1077944384 9 13430 0 0 0 0 5 3 20 0 15 0 474943269 11107315712 191493 33554432000 4194304 4196468 140721415634464 140311883932416 140313049896661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
[pid=28257/tid=28318] ppid=28254 vsize=10846988 memory=1428 CPUtime=0.08 cores=0,2,4,6
/proc/28257/task/28318/stat : 28318 (java) S 28254 28257 20037 0 -1 1077944384 3 13430 0 0 0 0 5 3 20 0 15 0 474943272 11107315712 191493 33554432000 4194304 4196468 140721415634464 140311576532944 140313049905051 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
[pid=28257/tid=28319] ppid=28254 vsize=10846988 memory=1728 CPUtime=3.1 cores=0,2,4,6
/proc/28257/task/28319/stat : 28319 (java) S 28254 28257 20037 0 -1 1077944384 11164 13430 0 0 298 4 5 3 20 0 15 0 474943272 11107315712 191493 33554432000 4194304 4196468 140721415634464 140312575515376 140313049897602 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
[pid=28257/tid=28320] ppid=28254 vsize=10846988 memory=1056 CPUtime=2.76 cores=0,2,4,6
/proc/28257/task/28320/stat : 28320 (java) S 28254 28257 20037 0 -1 1077944384 13209 13430 0 0 266 2 5 3 20 0 15 0 474943272 11107315712 191493 33554432000 4194304 4196468 140721415634464 140312574462832 140313049897602 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
[pid=28257/tid=28321] ppid=28254 vsize=10846988 memory=0 CPUtime=1.82 cores=0,2,4,6
/proc/28257/task/28321/stat : 28321 (java) S 28254 28257 20037 0 -1 1077944384 8290 13430 0 0 172 2 5 3 20 0 15 0 474943272 11107315712 191493 33554432000 4194304 4196468 140721415634464 140312573409776 140313049897602 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
[pid=28257/tid=28322] ppid=28254 vsize=10846988 memory=1428 CPUtime=0.08 cores=0,2,4,6
/proc/28257/task/28322/stat : 28322 (java) S 28254 28257 20037 0 -1 1077944384 3 13430 0 0 0 0 5 3 20 0 15 0 474943272 11107315712 191493 33554432000 4194304 4196468 140721415634464 140311542975328 140313049896661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
[pid=28257/tid=28323] ppid=28254 vsize=10846988 memory=1728 CPUtime=0.16 cores=0,2,4,6
/proc/28257/task/28323/stat : 28323 (java) S 28254 28257 20037 0 -1 1077944384 466 13430 0 0 4 4 5 3 20 0 15 0 474943272 11107315712 191493 33554432000 4194304 4196468 140721415634464 140312572357168 140313049897602 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
Current children cumulated CPU time: 186.57 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 765972 KiB

[startup+178.401 s]
/proc/loadavg: 1.62 1.64 1.55 3/228 28337
/proc/meminfo: memFree=2905056/32770624 swapFree=66956620/67108860
[pid=28257] ppid=28254 vsize=10846988 memory=765972 CPUtime=187.38 cores=0,2,4,6
/proc/28257/stat : 28257 (java) S 28254 28257 20037 0 -1 1077944320 78912 13430 0 0 18683 47 5 3 20 0 15 0 474943257 11107315712 191493 33554432000 4194304 4196468 140721415634464 140721415617008 140313049886455 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
/proc/28257/statm: 2711747 191493 3628 1 0 2673805 0
[pid=28257/tid=28310] ppid=28254 vsize=10846988 memory=1556 CPUtime=177.25 cores=0,2,4,6
/proc/28257/task/28310/stat : 28310 (java) R 28254 28257 20037 0 -1 4202560 30898 13430 0 0 17700 17 5 3 20 0 15 0 474943266 11107315712 191493 33554432000 4194304 4196468 140721415634464 140313021722208 140312654058624 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
[pid=28257/tid=28311] ppid=28254 vsize=10846988 memory=11632 CPUtime=0.58 cores=0,2,4,6
/proc/28257/task/28311/stat : 28311 (java) S 28254 28257 20037 0 -1 1077944384 1545 13430 0 0 47 3 5 3 20 0 15 0 474943267 11107315712 191493 33554432000 4194304 4196468 140721415634464 140313054129168 140313049896661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
[pid=28257/tid=28312] ppid=28254 vsize=10846988 memory=1732 CPUtime=0.58 cores=0,2,4,6
/proc/28257/task/28312/stat : 28312 (java) S 28254 28257 20037 0 -1 1077944384 1237 13430 0 0 47 3 5 3 20 0 15 0 474943267 11107315712 191493 33554432000 4194304 4196468 140721415634464 140312622980240 140313049896661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
[pid=28257/tid=28313] ppid=28254 vsize=10846988 memory=1088 CPUtime=0.59 cores=0,2,4,6
/proc/28257/task/28313/stat : 28313 (java) S 28254 28257 20037 0 -1 1077944384 2565 13430 0 0 47 4 5 3 20 0 15 0 474943267 11107315712 191493 33554432000 4194304 4196468 140721415634464 140312621927184 140313049896661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
[pid=28257/tid=28314] ppid=28254 vsize=10846988 memory=1988 CPUtime=0.59 cores=0,2,4,6
/proc/28257/task/28314/stat : 28314 (java) S 28254 28257 20037 0 -1 1077944384 3897 13430 0 0 46 5 5 3 20 0 15 0 474943267 11107315712 191493 33554432000 4194304 4196468 140721415634464 140312620874640 140313049896661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
[pid=28257/tid=28315] ppid=28254 vsize=10846988 memory=988 CPUtime=0.56 cores=0,2,4,6
/proc/28257/task/28315/stat : 28315 (java) S 28254 28257 20037 0 -1 1077944384 3404 13430 0 0 45 3 5 3 20 0 15 0 474943268 11107315712 191493 33554432000 4194304 4196468 140721415634464 140312576567536 140313049897602 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
[pid=28257/tid=28316] ppid=28254 vsize=10846988 memory=1428 CPUtime=0.08 cores=0,2,4,6
/proc/28257/task/28316/stat : 28316 (java) S 28254 28257 20037 0 -1 1077944384 15 13430 0 0 0 0 5 3 20 0 15 0 474943269 11107315712 191493 33554432000 4194304 4196468 140721415634464 140312487912736 140313049896661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
[pid=28257/tid=28317] ppid=28254 vsize=10846988 memory=1728 CPUtime=0.08 cores=0,2,4,6
/proc/28257/task/28317/stat : 28317 (java) S 28254 28257 20037 0 -1 1077944384 9 13430 0 0 0 0 5 3 20 0 15 0 474943269 11107315712 191493 33554432000 4194304 4196468 140721415634464 140311883932416 140313049896661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
[pid=28257/tid=28318] ppid=28254 vsize=10846988 memory=1056 CPUtime=0.08 cores=0,2,4,6
/proc/28257/task/28318/stat : 28318 (java) S 28254 28257 20037 0 -1 1077944384 3 13430 0 0 0 0 5 3 20 0 15 0 474943272 11107315712 191493 33554432000 4194304 4196468 140721415634464 140311576532944 140313049905051 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
[pid=28257/tid=28319] ppid=28254 vsize=10846988 memory=1556 CPUtime=3.1 cores=0,2,4,6
/proc/28257/task/28319/stat : 28319 (java) S 28254 28257 20037 0 -1 1077944384 11164 13430 0 0 298 4 5 3 20 0 15 0 474943272 11107315712 191493 33554432000 4194304 4196468 140721415634464 140312575515376 140313049897602 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
[pid=28257/tid=28320] ppid=28254 vsize=10846988 memory=11632 CPUtime=2.76 cores=0,2,4,6
/proc/28257/task/28320/stat : 28320 (java) S 28254 28257 20037 0 -1 1077944384 13209 13430 0 0 266 2 5 3 20 0 15 0 474943272 11107315712 191493 33554432000 4194304 4196468 140721415634464 140312574462832 140313049897602 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
[pid=28257/tid=28321] ppid=28254 vsize=10846988 memory=1732 CPUtime=1.82 cores=0,2,4,6
/proc/28257/task/28321/stat : 28321 (java) S 28254 28257 20037 0 -1 1077944384 8290 13430 0 0 172 2 5 3 20 0 15 0 474943272 11107315712 191493 33554432000 4194304 4196468 140721415634464 140312573409776 140313049897602 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
[pid=28257/tid=28322] ppid=28254 vsize=10846988 memory=1088 CPUtime=0.08 cores=0,2,4,6
/proc/28257/task/28322/stat : 28322 (java) S 28254 28257 20037 0 -1 1077944384 3 13430 0 0 0 0 5 3 20 0 15 0 474943272 11107315712 191493 33554432000 4194304 4196468 140721415634464 140311542975328 140313049896661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
[pid=28257/tid=28323] ppid=28254 vsize=10846988 memory=988 CPUtime=0.16 cores=0,2,4,6
/proc/28257/task/28323/stat : 28323 (java) S 28254 28257 20037 0 -1 1077944384 466 13430 0 0 4 4 5 3 20 0 15 0 474943272 11107315712 191493 33554432000 4194304 4196468 140721415634464 140312572357168 140313049897602 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
Current children cumulated CPU time: 187.38 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 765972 KiB

[startup+178.602 s]
/proc/loadavg: 1.62 1.64 1.55 3/228 28337
/proc/meminfo: memFree=2905056/32770624 swapFree=66956620/67108860
[pid=28257] ppid=28254 vsize=10846988 memory=765972 CPUtime=187.58 cores=0,2,4,6
/proc/28257/stat : 28257 (java) S 28254 28257 20037 0 -1 1077944320 78913 13430 0 0 18703 47 5 3 20 0 15 0 474943257 11107315712 191493 33554432000 4194304 4196468 140721415634464 140721415617008 140313049886455 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
/proc/28257/statm: 2711747 191493 3628 1 0 2673805 0
[pid=28257/tid=28310] ppid=28254 vsize=10846988 memory=6791534058613427641 CPUtime=177.45 cores=0,2,4,6
/proc/28257/task/28310/stat : 28310 (java) R 28254 28257 20037 0 -1 4202560 30899 13430 0 0 17720 17 5 3 20 0 15 0 474943266 11107315712 191493 33554432000 4194304 4196468 140721415634464 140313021722464 140312656043035 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
[pid=28257/tid=28311] ppid=28254 vsize=10846988 memory=7162535842534155368 CPUtime=0.58 cores=0,2,4,6
/proc/28257/task/28311/stat : 28311 (java) S 28254 28257 20037 0 -1 1077944384 1545 13430 0 0 47 3 5 3 20 0 15 0 474943267 11107315712 191493 33554432000 4194304 4196468 140721415634464 140313054129168 140313049896661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
[pid=28257/tid=28312] ppid=28254 vsize=10846988 memory=7162535842534155368 CPUtime=0.58 cores=0,2,4,6
/proc/28257/task/28312/stat : 28312 (java) S 28254 28257 20037 0 -1 1077944384 1237 13430 0 0 47 3 5 3 20 0 15 0 474943267 11107315712 191493 33554432000 4194304 4196468 140721415634464 140312622980240 140313049896661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
[pid=28257/tid=28313] ppid=28254 vsize=10846988 memory=7162535842534155368 CPUtime=0.59 cores=0,2,4,6
/proc/28257/task/28313/stat : 28313 (java) S 28254 28257 20037 0 -1 1077944384 2565 13430 0 0 47 4 5 3 20 0 15 0 474943267 11107315712 191493 33554432000 4194304 4196468 140721415634464 140312621927184 140313049896661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
[pid=28257/tid=28314] ppid=28254 vsize=10846988 memory=5938397857352541801 CPUtime=0.59 cores=0,2,4,6
/proc/28257/task/28314/stat : 28314 (java) S 28254 28257 20037 0 -1 1077944384 3897 13430 0 0 46 5 5 3 20 0 15 0 474943267 11107315712 191493 33554432000 4194304 4196468 140721415634464 140312620874640 140313049896661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
[pid=28257/tid=28315] ppid=28254 vsize=10846988 memory=6003977171778302054 CPUtime=0.56 cores=0,2,4,6
/proc/28257/task/28315/stat : 28315 (java) S 28254 28257 20037 0 -1 1077944384 3404 13430 0 0 45 3 5 3 20 0 15 0 474943268 11107315712 191493 33554432000 4194304 4196468 140721415634464 140312576567536 140313049897602 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
[pid=28257/tid=28316] ppid=28254 vsize=10846988 memory=6003977171778302054 CPUtime=0.08 cores=0,2,4,6
/proc/28257/task/28316/stat : 28316 (java) S 28254 28257 20037 0 -1 1077944384 15 13430 0 0 0 0 5 3 20 0 15 0 474943269 11107315712 191493 33554432000 4194304 4196468 140721415634464 140312487912736 140313049896661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
[pid=28257/tid=28317] ppid=28254 vsize=10846988 memory=7381512391498164328 CPUtime=0.08 cores=0,2,4,6
/proc/28257/task/28317/stat : 28317 (java) S 28254 28257 20037 0 -1 1077944384 9 13430 0 0 0 0 5 3 20 0 15 0 474943269 11107315712 191493 33554432000 4194304 4196468 140721415634464 140311883932416 140313049896661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
[pid=28257/tid=28318] ppid=28254 vsize=10846988 memory=5793975905162778477 CPUtime=0.08 cores=0,2,4,6
/proc/28257/task/28318/stat : 28318 (java) S 28254 28257 20037 0 -1 1077944384 3 13430 0 0 0 0 5 3 20 0 15 0 474943272 11107315712 191493 33554432000 4194304 4196468 140721415634464 140311576532944 140313049905051 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
[pid=28257/tid=28319] ppid=28254 vsize=10846988 memory=4640185781806328421 CPUtime=3.1 cores=0,2,4,6
/proc/28257/task/28319/stat : 28319 (java) S 28254 28257 20037 0 -1 1077944384 11164 13430 0 0 298 4 5 3 20 0 15 0 474943272 11107315712 191493 33554432000 4194304 4196468 140721415634464 140312575515376 140313049897602 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
[pid=28257/tid=28320] ppid=28254 vsize=10846988 memory=7649399367051458610 CPUtime=2.76 cores=0,2,4,6
/proc/28257/task/28320/stat : 28320 (java) S 28254 28257 20037 0 -1 1077944384 13209 13430 0 0 266 2 5 3 20 0 15 0 474943272 11107315712 191493 33554432000 4194304 4196468 140721415634464 140312574462832 140313049897602 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
[pid=28257/tid=28321] ppid=28254 vsize=10846988 memory=4294969504 CPUtime=1.82 cores=0,2,4,6
/proc/28257/task/28321/stat : 28321 (java) S 28254 28257 20037 0 -1 1077944384 8290 13430 0 0 172 2 5 3 20 0 15 0 474943272 11107315712 191493 33554432000 4194304 4196468 140721415634464 140312573409776 140313049897602 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
[pid=28257/tid=28322] ppid=28254 vsize=10846988 memory=7306364049504489829 CPUtime=0.08 cores=0,2,4,6
/proc/28257/task/28322/stat : 28322 (java) S 28254 28257 20037 0 -1 1077944384 3 13430 0 0 0 0 5 3 20 0 15 0 474943272 11107315712 191493 33554432000 4194304 4196468 140721415634464 140311542975328 140313049896661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
[pid=28257/tid=28323] ppid=28254 vsize=10846988 memory=765972 CPUtime=0.16 cores=0,2,4,6
/proc/28257/task/28323/stat : 28323 (java) S 28254 28257 20037 0 -1 1077944384 466 13430 0 0 4 4 5 3 20 0 15 0 474943272 11107315712 191493 33554432000 4194304 4196468 140721415634464 140312572357168 140313049897602 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34721792 140721415641701 140721415644341 140721415644341 140721415647183 0
Current children cumulated CPU time: 187.58 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 765972 KiB

Child status: 0
Real time (s): 178.674
CPU time (s): 187.668
CPU user time (s): 187.149
CPU system time (s): 0.519329
CPU usage (%): 105.034
Max. virtual memory (cumulated for all children) (KiB): 10849808
Max. memory (cumulated for all children) (KiB): 776624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 187.149
system time used= 0.519329
maximum resident set size= 776624
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 93630
page faults= 0
swaps= 0
block input operations= 0
block output operations= 352
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 20728
involuntary context switches= 366


# summary of solver processes directly reported to runsolver:
#   pid: 28257
#   total CPU time (s): 187.668
#   total CPU user time (s): 187.149
#   total CPU system time (s): 0.519329

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.06728 second user time and 1.70497 second system time

The end

Launcher Data

Begin job on node149 at 2019-09-20 15:43:28
IDJOB=4402846
IDBENCH=140558
IDSOLVER=2861
FILE ID=node149/4402846-1568987046
RUNJOBID= node149-1568967598-20068
PBS_JOBID= 21704611
Free space on /var/tmp= 13448 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/Ramsey/Ramsey-int-s1/Ramsey-int-13.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4402846-1568987046/watcher-4402846-1568987046 -o /var/tmp/evaluation-result-4402846-1568987046/solver-4402846-1568987046 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node149-1568967598-20068 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=83659144 HOME/instance-4402846-1568987046.xml

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

MD5SUM BENCH= f1adf00e8f8fa1741c0d4b74f691c684
RANDOM SEED=83659144

node149.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.81
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.81
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.81
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.81
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:         3890648 kB
MemAvailable:   31088480 kB
Buffers:          151728 kB
Cached:         26971988 kB
SwapCached:        41604 kB
Active:         14271780 kB
Inactive:       13628656 kB
Active(anon):     733380 kB
Inactive(anon):    87892 kB
Active(file):   13538400 kB
Inactive(file): 13540764 kB
Unevictable:      109700 kB
Mlocked:          109700 kB
SwapTotal:      67108860 kB
SwapFree:       66956620 kB
Dirty:             35432 kB
Writeback:             0 kB
AnonPages:        958620 kB
Mapped:            65288 kB
Shmem:             35636 kB
Slab:             576408 kB
SReclaimable:     547128 kB
SUnreclaim:        29280 kB
KernelStack:        4016 kB
PageTables:         7144 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2115428 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    774144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      144768 kB
DirectMap2M:    33400832 kB

Free space on /var/tmp at the end= 13412 MiB
End job on node149 at 2019-09-20 15:46:27