Trace number 4403128

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.3OPT832 303.323 288.929

General information on the benchmark

NameMario/Mario-zinc-s1/
Mario-n-medium-4.xml
MD5SUM6d883eab13fdde7c2f2cac6b4a0af40c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark832
Best CPU time to get the best result obtained on this benchmark83.6236
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of constraints61
Number of domains53
Minimum domain size1
Maximum domain size30
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":28},{"size":29,"count":8},{"size":30,"count":52}]
Minimum variable degree1
Maximum variable degree3
Distribution of variable degrees[{"degree":1,"count":2},{"degree":2,"count":59},{"degree":3,"count":29}]
Minimum constraint arity1
Maximum constraint arity30
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":58},{"arity":30,"count":2}]
Number of extensional constraints30
Number of intensional constraints29
Distribution of constraint types[{"type":"extension","count":30},{"type":"intension","count":29},{"type":"sum","count":1},{"type":"circuit","count":1}]
Optimization problemYES
Type of objectivemax SUM

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.68/3.72	o 529
8.68/3.73	o 539
8.68/3.75	o 547
9.04/3.83	o 559
9.41/3.92	o 589
10.51/4.35	o 600
10.51/4.35	o 672
10.51/4.35	o 691
11.13/4.58	o 692
12.80/5.22	o 737
12.80/5.23	o 799
165.47/153.05	o 832
303.28/288.91	v <instantiation
303.28/288.91	v         cost = '832'>
303.28/288.91	v       <list>
303.28/288.91	v         s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] s[20] s[21] s[22] s[23] s[24] s[25] s[26] s[27] s[28] s[29] f[0] f[1] f[2] f[3] f[4] f[5] f[6] f[7] f[8] f[9] f[10] f[11] f[12] f[13] f[14] f[15] f[16] f[17] f[18] f[19] f[20] f[21] f[22] f[23] f[24] f[25] f[26] f[27] f[28] f[29] g[0] g[1] g[2] g[3] g[4] g[5] g[6] g[7] g[8] g[9] g[10] g[11] g[12] g[13] g[14] g[15] g[16] g[17] g[18] g[19] g[20] g[21] g[22] g[23] g[24] g[25] g[26] g[27] g[28] g[29]
303.28/288.91	v       </list>
303.28/288.91	v       <values>
303.28/288.91	v         6 0 15 17 18 5 26 7 9 12 10 11 16 4 2 8 21 14 28 19 20 13 22 23 24 25 3 27 1 29 52 0 54 45 179 0 14 0 47 215 0 0 279 141 18 6 154 274 29 0 0 146 0 0 0 0 196 0 91 0 0 0 3 58 67 0 11 0 62 27 0 0 52 60 62 52 69 76 62 0 0 69 0 0 0 0 33 0 69 0
303.28/288.91	v       </values>
303.28/288.91	v     </instantiation>
303.28/288.91	s OPTIMUM FOUND

Verifier Data

OK	832

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403128-1568977387/watcher-4403128-1568977387 -o /var/tmp/evaluation-result-4403128-1568977387/solver-4403128-1568977387 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node136-1568967593-19367 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=1467329244 HOME/instance-4403128-1568977387.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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
Current StackSize limit: 8192 KiB

solver pid=22636, runsolver pid=22633

[startup+0.100135 s]*
/proc/loadavg: 1.55 1.56 1.57 3/220 22693
/proc/meminfo: memFree=3716636/32770624 swapFree=67002224/67108860
[pid=22636] ppid=22633 vsize=9972712 memory=17336 CPUtime=0.09 cores=1,3,5,7
/proc/22636/stat : 22636 (java) S 22633 22636 19335 0 -1 1077944320 4558 12969 0 0 1 0 5 3 20 0 6 0 473987264 10212057088 4334 33554432000 4194304 4196468 140726168384160 140726168366704 140186574544631 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
/proc/22636/statm: 2493178 4334 1957 1 0 2481616 0
[pid=22636/tid=22689] ppid=22633 vsize=9988792 memory=4279135704013701262 CPUtime=0.09 cores=1,3,5,7
/proc/22636/task/22689/stat : 22689 (java) R 22633 22636 19335 0 -1 4202560 2395 12969 0 0 1 0 5 3 20 0 6 0 473987273 10228523008 4334 33554432000 4194304 4196468 140726168384160 140186546381392 140186560076544 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
[pid=22636/tid=22690] ppid=22633 vsize=9988792 memory=8257237230052613020 CPUtime=0.08 cores=1,3,5,7
/proc/22636/task/22690/stat : 22690 (java) S 22633 22636 19335 0 -1 1077944384 1 12969 0 0 0 0 5 3 20 0 6 0 473987274 10228523008 4334 33554432000 4194304 4196468 140726168384160 140186578786960 140186574554837 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
[pid=22636/tid=22691] ppid=22633 vsize=9988792 memory=140012032444032 CPUtime=0.08 cores=1,3,5,7
/proc/22636/task/22691/stat : 22691 (java) S 22633 22636 19335 0 -1 1077944384 1 12969 0 0 0 0 5 3 20 0 6 0 473987274 10228523008 4334 33554432000 4194304 4196468 140726168384160 140186467060240 140186574554837 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
[pid=22636/tid=22692] ppid=22633 vsize=9988792 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22636/task/22692/stat : 22692 (java) S 22633 22636 19335 0 -1 1077944384 1 12969 0 0 0 0 5 3 20 0 6 0 473987274 10228523008 4334 33554432000 4194304 4196468 140726168384160 140186466007440 140186574554837 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
[pid=22636/tid=22693] ppid=22633 vsize=9988792 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/22636/task/22693/stat : 22693 (java) S 22633 22636 19335 0 -1 1077944384 2 12969 0 0 0 0 5 3 20 0 6 0 473987274 10228523008 4334 33554432000 4194304 4196468 140726168384160 140186464954640 140186574554837 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17336 KiB

[startup+0.210338 s]*
/proc/loadavg: 1.59 1.56 1.57 3/229 22702
/proc/meminfo: memFree=3667320/32770624 swapFree=67002224/67108860
[pid=22636] ppid=22633 vsize=10820196 memory=40160 CPUtime=0.27 cores=1,3,5,7
/proc/22636/stat : 22636 (java) S 22633 22636 19335 0 -1 1077944320 7530 12969 0 0 18 1 5 3 20 0 15 0 473987264 11079880704 10040 33554432000 4194304 4196468 140726168384160 140726168366704 140186574544631 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
/proc/22636/statm: 2705049 10040 3283 1 0 2667149 0
[pid=22636/tid=22689] ppid=22633 vsize=10820196 memory=-6517102902069810590 CPUtime=0.2 cores=1,3,5,7
/proc/22636/task/22689/stat : 22689 (java) R 22633 22636 19335 0 -1 4202560 4006 12969 0 0 11 1 5 3 20 0 15 0 473987273 11079880704 10040 33554432000 4194304 4196468 140726168384160 140186546358816 140186574566557 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
[pid=22636/tid=22690] ppid=22633 vsize=10820196 memory=-7025452035940392864 CPUtime=0.08 cores=1,3,5,7
/proc/22636/task/22690/stat : 22690 (java) S 22633 22636 19335 0 -1 1077944384 1 12969 0 0 0 0 5 3 20 0 15 0 473987274 11079880704 10040 33554432000 4194304 4196468 140726168384160 140186578786960 140186574554837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
[pid=22636/tid=22691] ppid=22633 vsize=10820196 memory=140012032444032 CPUtime=0.08 cores=1,3,5,7
/proc/22636/task/22691/stat : 22691 (java) S 22633 22636 19335 0 -1 1077944384 1 12969 0 0 0 0 5 3 20 0 15 0 473987274 11079880704 10040 33554432000 4194304 4196468 140726168384160 140186467060240 140186574554837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
[pid=22636/tid=22692] ppid=22633 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22636/task/22692/stat : 22692 (java) S 22633 22636 19335 0 -1 1077944384 1 12969 0 0 0 0 5 3 20 0 15 0 473987274 11079880704 10040 33554432000 4194304 4196468 140726168384160 140186466007440 140186574554837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
[pid=22636/tid=22693] ppid=22633 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/22636/task/22693/stat : 22693 (java) S 22633 22636 19335 0 -1 1077944384 2 12969 0 0 0 0 5 3 20 0 15 0 473987274 11079880704 10040 33554432000 4194304 4196468 140726168384160 140186464954640 140186574554837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
[pid=22636/tid=22694] ppid=22633 vsize=10820196 memory=140012032444032 CPUtime=0.08 cores=1,3,5,7
/proc/22636/task/22694/stat : 22694 (java) S 22633 22636 19335 0 -1 1077944384 2 12969 0 0 0 0 5 3 20 0 15 0 473987275 11079880704 10040 33554432000 4194304 4196468 140726168384160 140185576631152 140186574555778 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
[pid=22636/tid=22695] ppid=22633 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/22636/task/22695/stat : 22695 (java) S 22633 22636 19335 0 -1 1077944384 33 12969 0 0 0 0 5 3 20 0 15 0 473987275 11079880704 10040 33554432000 4194304 4196468 140726168384160 140185575577120 140186574554837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
[pid=22636/tid=22696] ppid=22633 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22636/task/22696/stat : 22696 (java) S 22633 22636 19335 0 -1 1077944384 1 12969 0 0 0 0 5 3 20 0 15 0 473987276 11079880704 10040 33554432000 4194304 4196468 140726168384160 140185450833264 140186574554837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
[pid=22636/tid=22697] ppid=22633 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22636/task/22697/stat : 22697 (java) S 22633 22636 19335 0 -1 1077944384 3 12969 0 0 0 0 5 3 20 0 15 0 473987278 11079880704 10040 33554432000 4194304 4196468 140726168384160 140185143433552 140186574563227 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
[pid=22636/tid=22698] ppid=22633 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/22636/task/22698/stat : 22698 (java) S 22633 22636 19335 0 -1 1077944384 482 12969 0 0 1 0 5 3 20 0 15 0 473987278 11079880704 10040 33554432000 4194304 4196468 140726168384160 140185542019440 140186574555778 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
[pid=22636/tid=22699] ppid=22633 vsize=10820196 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/22636/task/22699/stat : 22699 (java) S 22633 22636 19335 0 -1 1077944384 191 12969 0 0 1 0 5 3 20 0 15 0 473987278 11079880704 10040 33554432000 4194304 4196468 140726168384160 140185540966640 140186574555778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
[pid=22636/tid=22700] ppid=22633 vsize=10820196 memory=140012032444032 CPUtime=0.11 cores=1,3,5,7
/proc/22636/task/22700/stat : 22700 (java) S 22633 22636 19335 0 -1 1077944384 598 12969 0 0 3 0 5 3 20 0 15 0 473987278 11079880704 10040 33554432000 4194304 4196468 140726168384160 140185539913840 140186574555778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
[pid=22636/tid=22701] ppid=22633 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/22636/task/22701/stat : 22701 (java) S 22633 22636 19335 0 -1 1077944384 3 12969 0 0 0 0 5 3 20 0 15 0 473987279 11079880704 10040 33554432000 4194304 4196468 140726168384160 140185109874912 140186574554837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
[pid=22636/tid=22702] ppid=22633 vsize=10820196 memory=140012032444032 CPUtime=0.08 cores=1,3,5,7
/proc/22636/task/22702/stat : 22702 (java) S 22633 22636 19335 0 -1 1077944384 1 12969 0 0 0 0 5 3 20 0 15 0 473987279 11079880704 10040 33554432000 4194304 4196468 140726168384160 140185538862256 140186574555778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 40160 KiB

[startup+0.310705 s]*
/proc/loadavg: 1.59 1.56 1.57 3/229 22702
/proc/meminfo: memFree=3656820/32770624 swapFree=67002224/67108860
[pid=22636] ppid=22633 vsize=10820196 memory=48616 CPUtime=0.41 cores=1,3,5,7
/proc/22636/stat : 22636 (java) S 22633 22636 19335 0 -1 1077944320 10871 12969 0 0 30 3 5 3 20 0 15 0 473987264 11079880704 12154 33554432000 4194304 4196468 140726168384160 140726168366704 140186574544631 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
/proc/22636/statm: 2705049 12154 3308 1 0 2667149 0
[pid=22636/tid=22689] ppid=22633 vsize=10820196 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/22636/task/22689/stat : 22689 (java) R 22633 22636 19335 0 -1 4202560 7339 12969 0 0 19 2 5 3 20 0 15 0 473987273 11079880704 12154 33554432000 4194304 4196468 140726168384160 140186546356176 140186557736987 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
[pid=22636/tid=22690] ppid=22633 vsize=10820196 memory=7228928657774891088 CPUtime=0.08 cores=1,3,5,7
/proc/22636/task/22690/stat : 22690 (java) S 22633 22636 19335 0 -1 1077944384 1 12969 0 0 0 0 5 3 20 0 15 0 473987274 11079880704 12154 33554432000 4194304 4196468 140726168384160 140186578786960 140186574554837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
[pid=22636/tid=22691] ppid=22633 vsize=10820196 memory=2076 CPUtime=0.08 cores=1,3,5,7
/proc/22636/task/22691/stat : 22691 (java) S 22633 22636 19335 0 -1 1077944384 1 12969 0 0 0 0 5 3 20 0 15 0 473987274 11079880704 12154 33554432000 4194304 4196468 140726168384160 140186467060240 140186574554837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
[pid=22636/tid=22692] ppid=22633 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22636/task/22692/stat : 22692 (java) S 22633 22636 19335 0 -1 1077944384 1 12969 0 0 0 0 5 3 20 0 15 0 473987274 11079880704 12154 33554432000 4194304 4196468 140726168384160 140186466007440 140186574554837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
[pid=22636/tid=22693] ppid=22633 vsize=10820196 memory=4126316290023845779 CPUtime=0.08 cores=1,3,5,7
/proc/22636/task/22693/stat : 22693 (java) S 22633 22636 19335 0 -1 1077944384 2 12969 0 0 0 0 5 3 20 0 15 0 473987274 11079880704 12154 33554432000 4194304 4196468 140726168384160 140186464954640 140186574554837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
[pid=22636/tid=22694] ppid=22633 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22636/task/22694/stat : 22694 (java) S 22633 22636 19335 0 -1 1077944384 2 12969 0 0 0 0 5 3 20 0 15 0 473987275 11079880704 12154 33554432000 4194304 4196468 140726168384160 140185576631152 140186574555778 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
[pid=22636/tid=22695] ppid=22633 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22636/task/22695/stat : 22695 (java) S 22633 22636 19335 0 -1 1077944384 33 12969 0 0 0 0 5 3 20 0 15 0 473987275 11079880704 12154 33554432000 4194304 4196468 140726168384160 140185575577120 140186574554837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
[pid=22636/tid=22696] ppid=22633 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22636/task/22696/stat : 22696 (java) S 22633 22636 19335 0 -1 1077944384 1 12969 0 0 0 0 5 3 20 0 15 0 473987276 11079880704 12154 33554432000 4194304 4196468 140726168384160 140185450833264 140186574554837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
[pid=22636/tid=22697] ppid=22633 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22636/task/22697/stat : 22697 (java) S 22633 22636 19335 0 -1 1077944384 3 12969 0 0 0 0 5 3 20 0 15 0 473987278 11079880704 12154 33554432000 4194304 4196468 140726168384160 140185143433552 140186574563227 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
[pid=22636/tid=22698] ppid=22633 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/22636/task/22698/stat : 22698 (java) S 22633 22636 19335 0 -1 1077944384 482 12969 0 0 1 0 5 3 20 0 15 0 473987278 11079880704 12154 33554432000 4194304 4196468 140726168384160 140185542019440 140186574555778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
[pid=22636/tid=22699] ppid=22633 vsize=10820196 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/22636/task/22699/stat : 22699 (java) S 22633 22636 19335 0 -1 1077944384 192 12969 0 0 2 0 5 3 20 0 15 0 473987278 11079880704 12154 33554432000 4194304 4196468 140726168384160 140185540966640 140186574555778 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
[pid=22636/tid=22700] ppid=22633 vsize=10820196 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/22636/task/22700/stat : 22700 (java) S 22633 22636 19335 0 -1 1077944384 607 12969 0 0 5 0 5 3 20 0 15 0 473987278 11079880704 12154 33554432000 4194304 4196468 140726168384160 140185539913840 140186574555778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
[pid=22636/tid=22701] ppid=22633 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22636/task/22701/stat : 22701 (java) S 22633 22636 19335 0 -1 1077944384 3 12969 0 0 0 0 5 3 20 0 15 0 473987279 11079880704 12154 33554432000 4194304 4196468 140726168384160 140185109874912 140186574554837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
[pid=22636/tid=22702] ppid=22633 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22636/task/22702/stat : 22702 (java) S 22633 22636 19335 0 -1 1077944384 1 12969 0 0 0 0 5 3 20 0 15 0 473987279 11079880704 12154 33554432000 4194304 4196468 140726168384160 140185538862256 140186574555778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 48616 KiB

[startup+0.703129 s]
/proc/loadavg: 1.59 1.56 1.57 5/229 22702
/proc/meminfo: memFree=3642156/32770624 swapFree=67002224/67108860
[pid=22636] ppid=22633 vsize=10825388 memory=82136 CPUtime=1.17 cores=1,3,5,7
/proc/22636/stat : 22636 (java) S 22633 22636 19335 0 -1 1077944320 15185 12969 0 0 103 6 5 3 20 0 15 0 473987264 11085197312 20469 33554432000 4194304 4196468 140726168384160 140726168366704 140186574544631 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
/proc/22636/statm: 2706347 20534 3516 1 0 2668429 0
[pid=22636/tid=22689] ppid=22633 vsize=10824364 memory=0 CPUtime=0.68 cores=1,3,5,7
/proc/22636/task/22689/stat : 22689 (java) R 22633 22636 19335 0 -1 1077944384 10563 12969 0 0 56 4 5 3 20 0 15 0 473987273 11084148736 20508 33554432000 4194304 4196468 140726168384160 140186546362560 140186567223853 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
[pid=22636/tid=22690] ppid=22633 vsize=10824364 memory=827 CPUtime=0.08 cores=1,3,5,7
/proc/22636/task/22690/stat : 22690 (java) S 22633 22636 19335 0 -1 1077944384 1 12969 0 0 0 0 5 3 20 0 15 0 473987274 11084148736 20508 33554432000 4194304 4196468 140726168384160 140186578786960 140186574554837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
[pid=22636/tid=22691] ppid=22633 vsize=10825388 memory=3616 CPUtime=0.08 cores=1,3,5,7
/proc/22636/task/22691/stat : 22691 (java) S 22633 22636 19335 0 -1 1077944384 1 12969 0 0 0 0 5 3 20 0 15 0 473987274 11085197312 20508 33554432000 4194304 4196468 140726168384160 140186467060240 140186574554837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
[pid=22636/tid=22692] ppid=22633 vsize=10825388 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22636/task/22692/stat : 22692 (java) S 22633 22636 19335 0 -1 1077944384 1 12969 0 0 0 0 5 3 20 0 15 0 473987274 11085197312 20508 33554432000 4194304 4196468 140726168384160 140186466007440 140186574554837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
[pid=22636/tid=22693] ppid=22633 vsize=10825388 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22636/task/22693/stat : 22693 (java) S 22633 22636 19335 0 -1 1077944384 2 12969 0 0 0 0 5 3 20 0 15 0 473987274 11085197312 20508 33554432000 4194304 4196468 140726168384160 140186464954640 140186574554837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
[pid=22636/tid=22694] ppid=22633 vsize=10825388 memory=4420 CPUtime=0.08 cores=1,3,5,7
/proc/22636/task/22694/stat : 22694 (java) S 22633 22636 19335 0 -1 1077944384 5 12969 0 0 0 0 5 3 20 0 15 0 473987275 11085197312 20508 33554432000 4194304 4196468 140726168384160 140185576631152 140186574555778 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
[pid=22636/tid=22695] ppid=22633 vsize=10824364 memory=6628 CPUtime=0.08 cores=1,3,5,7
/proc/22636/task/22695/stat : 22695 (java) S 22633 22636 19335 0 -1 1077944384 33 12969 0 0 0 0 5 3 20 0 15 0 473987275 11084148736 20508 33554432000 4194304 4196468 140726168384160 140185575577120 140186574554837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
[pid=22636/tid=22696] ppid=22633 vsize=10824364 memory=8836 CPUtime=0.08 cores=1,3,5,7
/proc/22636/task/22696/stat : 22696 (java) S 22633 22636 19335 0 -1 1077944384 1 12969 0 0 0 0 5 3 20 0 15 0 473987276 11084148736 20508 33554432000 4194304 4196468 140726168384160 140185450833264 140186574554837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
[pid=22636/tid=22697] ppid=22633 vsize=10824364 memory=11044 CPUtime=0.08 cores=1,3,5,7
/proc/22636/task/22697/stat : 22697 (java) S 22633 22636 19335 0 -1 1077944384 3 12969 0 0 0 0 5 3 20 0 15 0 473987278 11084148736 20508 33554432000 4194304 4196468 140726168384160 140185143433552 140186574563227 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
[pid=22636/tid=22698] ppid=22633 vsize=10824364 memory=13252 CPUtime=0.2 cores=1,3,5,7
/proc/22636/task/22698/stat : 22698 (java) S 22633 22636 19335 0 -1 1077944384 906 12969 0 0 12 0 5 3 20 0 15 0 473987278 11084148736 20508 33554432000 4194304 4196468 140726168384160 140185542019440 140186574555778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
[pid=22636/tid=22699] ppid=22633 vsize=10825388 memory=15460 CPUtime=0.24 cores=1,3,5,7
/proc/22636/task/22699/stat : 22699 (java) S 22633 22636 19335 0 -1 1077944384 682 12969 0 0 16 0 5 3 20 0 15 0 473987278 11085197312 20508 33554432000 4194304 4196468 140726168384160 140185540966640 140186574555778 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
[pid=22636/tid=22700] ppid=22633 vsize=10825388 memory=17668 CPUtime=0.25 cores=1,3,5,7
/proc/22636/task/22700/stat : 22700 (java) S 22633 22636 19335 0 -1 1077944384 798 12969 0 0 17 0 5 3 20 0 15 0 473987278 11085197312 20508 33554432000 4194304 4196468 140726168384160 140185539913840 140186574555778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
[pid=22636/tid=22701] ppid=22633 vsize=10825388 memory=19876 CPUtime=0.08 cores=1,3,5,7
/proc/22636/task/22701/stat : 22701 (java) S 22633 22636 19335 0 -1 1077944384 3 12969 0 0 0 0 5 3 20 0 15 0 473987279 11085197312 20508 33554432000 4194304 4196468 140726168384160 140185109874912 140186574554837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
[pid=22636/tid=22702] ppid=22633 vsize=10825388 memory=22084 CPUtime=0.08 cores=1,3,5,7
/proc/22636/task/22702/stat : 22702 (java) S 22633 22636 19335 0 -1 1077944384 1 12969 0 0 0 0 5 3 20 0 15 0 473987279 11085197312 20508 33554432000 4194304 4196468 140726168384160 140185538862256 140186574555778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
Current children cumulated CPU time: 1.17 s
Current children cumulated vsize: 10825388 KiB
Current children cumulated memory: 82136 KiB

[startup+1.50085 s]
/proc/loadavg: 1.59 1.56 1.57 3/229 22702
/proc/meminfo: memFree=3593068/32770624 swapFree=67002224/67108860
[pid=22636] ppid=22633 vsize=10834680 memory=176380 CPUtime=2.66 cores=1,3,5,7
/proc/22636/stat : 22636 (java) S 22633 22636 19335 0 -1 1077944320 24500 12969 0 0 247 11 5 3 20 0 15 0 473987264 11094712320 44095 33554432000 4194304 4196468 140726168384160 140726168366704 140186574544631 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
/proc/22636/statm: 2708670 44095 3580 1 0 2670733 0
[pid=22636/tid=22689] ppid=22633 vsize=10834680 memory=0 CPUtime=1.44 cores=1,3,5,7
/proc/22636/task/22689/stat : 22689 (java) R 22633 22636 19335 0 -1 4202560 16005 12969 0 0 130 6 5 3 20 0 15 0 473987273 11094712320 44095 33554432000 4194304 4196468 140726168384160 140186546344128 140186558588261 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
[pid=22636/tid=22690] ppid=22633 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/22636/task/22690/stat : 22690 (java) S 22633 22636 19335 0 -1 1077944384 59 12969 0 0 1 0 5 3 20 0 15 0 473987274 11094712320 44095 33554432000 4194304 4196468 140726168384160 140186578786960 140186574554837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
[pid=22636/tid=22691] ppid=22633 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/22636/task/22691/stat : 22691 (java) S 22633 22636 19335 0 -1 1077944384 339 12969 0 0 1 0 5 3 20 0 15 0 473987274 11094712320 44095 33554432000 4194304 4196468 140726168384160 140186467060240 140186574554837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
[pid=22636/tid=22692] ppid=22633 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/22636/task/22692/stat : 22692 (java) S 22633 22636 19335 0 -1 1077944384 31 12969 0 0 1 0 5 3 20 0 15 0 473987274 11094712320 44095 33554432000 4194304 4196468 140726168384160 140186466007440 140186574554837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
[pid=22636/tid=22693] ppid=22633 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/22636/task/22693/stat : 22693 (java) S 22633 22636 19335 0 -1 1077944384 71 12969 0 0 1 0 5 3 20 0 15 0 473987274 11094712320 44095 33554432000 4194304 4196468 140726168384160 140186464954640 140186574554837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
[pid=22636/tid=22694] ppid=22633 vsize=10834680 memory=-7965959130280075168 CPUtime=0.09 cores=1,3,5,7
/proc/22636/task/22694/stat : 22694 (java) S 22633 22636 19335 0 -1 1077944384 440 12969 0 0 1 0 5 3 20 0 15 0 473987275 11094712320 44095 33554432000 4194304 4196468 140726168384160 140185576631152 140186574555778 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
[pid=22636/tid=22695] ppid=22633 vsize=10834680 memory=280023814711552 CPUtime=0.08 cores=1,3,5,7
/proc/22636/task/22695/stat : 22695 (java) S 22633 22636 19335 0 -1 1077944384 33 12969 0 0 0 0 5 3 20 0 15 0 473987275 11094712320 44095 33554432000 4194304 4196468 140726168384160 140185575577184 140186574554837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
[pid=22636/tid=22696] ppid=22633 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22636/task/22696/stat : 22696 (java) S 22633 22636 19335 0 -1 1077944384 2 12969 0 0 0 0 5 3 20 0 15 0 473987276 11094712320 44095 33554432000 4194304 4196468 140726168384160 140185450833280 140186574554837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
[pid=22636/tid=22697] ppid=22633 vsize=10834680 memory=1220 CPUtime=0.08 cores=1,3,5,7
/proc/22636/task/22697/stat : 22697 (java) S 22633 22636 19335 0 -1 1077944384 3 12969 0 0 0 0 5 3 20 0 15 0 473987278 11094712320 44095 33554432000 4194304 4196468 140726168384160 140185143433552 140186574563227 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
[pid=22636/tid=22698] ppid=22633 vsize=10834680 memory=10600 CPUtime=0.37 cores=1,3,5,7
/proc/22636/task/22698/stat : 22698 (java) S 22633 22636 19335 0 -1 1077944384 1695 12969 0 0 29 0 5 3 20 0 15 0 473987278 11094712320 44095 33554432000 4194304 4196468 140726168384160 140185542019440 140186574555778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
[pid=22636/tid=22699] ppid=22633 vsize=10834680 memory=1736 CPUtime=0.45 cores=1,3,5,7
/proc/22636/task/22699/stat : 22699 (java) R 22633 22636 19335 0 -1 4202560 1852 12969 0 0 37 0 5 3 20 0 15 0 473987278 11094712320 44095 33554432000 4194304 4196468 140726168384160 140185540965824 140186556066735 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
[pid=22636/tid=22700] ppid=22633 vsize=10834680 memory=6068 CPUtime=0.5 cores=1,3,5,7
/proc/22636/task/22700/stat : 22700 (java) R 22633 22636 19335 0 -1 1077944384 1761 12969 0 0 41 1 5 3 20 0 15 0 473987278 11094712320 44095 33554432000 4194304 4196468 140726168384160 140185539913840 140186574555778 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
[pid=22636/tid=22701] ppid=22633 vsize=10834680 memory=636 CPUtime=0.08 cores=1,3,5,7
/proc/22636/task/22701/stat : 22701 (java) S 22633 22636 19335 0 -1 1077944384 3 12969 0 0 0 0 5 3 20 0 15 0 473987279 11094712320 44095 33554432000 4194304 4196468 140726168384160 140185109874912 140186574554837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
[pid=22636/tid=22702] ppid=22633 vsize=10834680 memory=2836 CPUtime=0.08 cores=1,3,5,7
/proc/22636/task/22702/stat : 22702 (java) S 22633 22636 19335 0 -1 1077944384 1 12969 0 0 0 0 5 3 20 0 15 0 473987279 11094712320 44095 33554432000 4194304 4196468 140726168384160 140185538862256 140186574555778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
Current children cumulated CPU time: 2.66 s
Current children cumulated vsize: 10834680 KiB

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

[pid=22636/tid=22701] ppid=22633 vsize=10849048 memory=1556 CPUtime=0.08 cores=1,3,5,7
/proc/22636/task/22701/stat : 22701 (java) S 22633 22636 19335 0 -1 1077944384 3 12969 0 0 0 0 5 3 20 0 15 0 473987279 11109425152 226630 33554432000 4194304 4196468 140726168384160 140185109874912 140186574554837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
[pid=22636/tid=22702] ppid=22633 vsize=10849048 memory=500 CPUtime=0.24 cores=1,3,5,7
/proc/22636/task/22702/stat : 22702 (java) S 22633 22636 19335 0 -1 1077944384 318 12969 0 0 8 8 5 3 20 0 15 0 473987279 11109425152 226630 33554432000 4194304 4196468 140726168384160 140185538862256 140186574555778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
Current children cumulated CPU time: 300.74 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 906520 KiB

[startup+288.001 s]*
/proc/loadavg: 1.19 1.45 1.54 3/229 22725
/proc/meminfo: memFree=2862268/32770624 swapFree=67002224/67108860
[pid=22636] ppid=22633 vsize=10849048 memory=906672 CPUtime=302.38 cores=1,3,5,7
/proc/22636/stat : 22636 (java) S 22633 22636 19335 0 -1 1077944320 107221 12969 0 0 30152 78 5 3 20 0 15 0 473987264 11109425152 226668 33554432000 4194304 4196468 140726168384160 140726168366704 140186574544631 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
/proc/22636/statm: 2712262 226668 3630 1 0 2674317 0
[pid=22636/tid=22689] ppid=22633 vsize=10849048 memory=6791534058613427641 CPUtime=285.38 cores=1,3,5,7
/proc/22636/task/22689/stat : 22689 (java) R 22633 22636 19335 0 -1 4202560 35868 12969 0 0 28509 21 5 3 20 0 15 0 473987273 11109425152 226668 33554432000 4194304 4196468 140726168384160 140186546379568 140186146585118 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
[pid=22636/tid=22690] ppid=22633 vsize=10849048 memory=4126316290023845779 CPUtime=1.25 cores=1,3,5,7
/proc/22636/task/22690/stat : 22690 (java) S 22633 22636 19335 0 -1 1077944384 3087 12969 0 0 109 8 5 3 20 0 15 0 473987274 11109425152 226668 33554432000 4194304 4196468 140726168384160 140186578786960 140186574554837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
[pid=22636/tid=22691] ppid=22633 vsize=10849048 memory=1656 CPUtime=1.26 cores=1,3,5,7
/proc/22636/task/22691/stat : 22691 (java) S 22633 22636 19335 0 -1 1077944384 4748 12969 0 0 110 8 5 3 20 0 15 0 473987274 11109425152 226668 33554432000 4194304 4196468 140726168384160 140186467060240 140186574554837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
[pid=22636/tid=22692] ppid=22633 vsize=10849048 memory=804 CPUtime=1.26 cores=1,3,5,7
/proc/22636/task/22692/stat : 22692 (java) S 22633 22636 19335 0 -1 1077944384 4360 12969 0 0 110 8 5 3 20 0 15 0 473987274 11109425152 226668 33554432000 4194304 4196468 140726168384160 140186466007440 140186574554837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
[pid=22636/tid=22693] ppid=22633 vsize=10849048 memory=1448 CPUtime=1.25 cores=1,3,5,7
/proc/22636/task/22693/stat : 22693 (java) S 22633 22636 19335 0 -1 1077944384 2437 12969 0 0 108 9 5 3 20 0 15 0 473987274 11109425152 226668 33554432000 4194304 4196468 140726168384160 140186464954640 140186574554837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
[pid=22636/tid=22694] ppid=22633 vsize=10849048 memory=1980 CPUtime=1.11 cores=1,3,5,7
/proc/22636/task/22694/stat : 22694 (java) S 22633 22636 19335 0 -1 1077944384 4391 12969 0 0 95 8 5 3 20 0 15 0 473987275 11109425152 226668 33554432000 4194304 4196468 140726168384160 140185576631152 140186574555778 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
[pid=22636/tid=22695] ppid=22633 vsize=10849048 memory=2676 CPUtime=0.08 cores=1,3,5,7
/proc/22636/task/22695/stat : 22695 (java) S 22633 22636 19335 0 -1 1077944384 40 12969 0 0 0 0 5 3 20 0 15 0 473987275 11109425152 226668 33554432000 4194304 4196468 140726168384160 140185575577248 140186574554837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
[pid=22636/tid=22696] ppid=22633 vsize=10849048 memory=1764 CPUtime=0.08 cores=1,3,5,7
/proc/22636/task/22696/stat : 22696 (java) S 22633 22636 19335 0 -1 1077944384 4 12969 0 0 0 0 5 3 20 0 15 0 473987276 11109425152 226668 33554432000 4194304 4196468 140726168384160 140185450833280 140186574554837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
[pid=22636/tid=22697] ppid=22633 vsize=10849048 memory=111632 CPUtime=0.08 cores=1,3,5,7
/proc/22636/task/22697/stat : 22697 (java) S 22633 22636 19335 0 -1 1077944384 3 12969 0 0 0 0 5 3 20 0 15 0 473987278 11109425152 226668 33554432000 4194304 4196468 140726168384160 140185143433552 140186574563227 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
[pid=22636/tid=22698] ppid=22633 vsize=10849048 memory=932 CPUtime=4.08 cores=1,3,5,7
/proc/22636/task/22698/stat : 22698 (java) S 22633 22636 19335 0 -1 1077944384 19873 12969 0 0 396 4 5 3 20 0 15 0 473987278 11109425152 226668 33554432000 4194304 4196468 140726168384160 140185542019440 140186574555778 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
[pid=22636/tid=22699] ppid=22633 vsize=10849048 memory=1776 CPUtime=4.05 cores=1,3,5,7
/proc/22636/task/22699/stat : 22699 (java) S 22633 22636 19335 0 -1 1077944384 14137 12969 0 0 393 4 5 3 20 0 15 0 473987278 11109425152 226668 33554432000 4194304 4196468 140726168384160 140185540966640 140186574555778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
[pid=22636/tid=22700] ppid=22633 vsize=10849048 memory=1656 CPUtime=3.11 cores=1,3,5,7
/proc/22636/task/22700/stat : 22700 (java) S 22633 22636 19335 0 -1 1077944384 15747 12969 0 0 299 4 5 3 20 0 15 0 473987278 11109425152 226668 33554432000 4194304 4196468 140726168384160 140185539913840 140186574555778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
[pid=22636/tid=22701] ppid=22633 vsize=10849048 memory=804 CPUtime=0.08 cores=1,3,5,7
/proc/22636/task/22701/stat : 22701 (java) S 22633 22636 19335 0 -1 1077944384 3 12969 0 0 0 0 5 3 20 0 15 0 473987279 11109425152 226668 33554432000 4194304 4196468 140726168384160 140185109874912 140186574554837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
[pid=22636/tid=22702] ppid=22633 vsize=10849048 memory=1448 CPUtime=0.24 cores=1,3,5,7
/proc/22636/task/22702/stat : 22702 (java) S 22633 22636 19335 0 -1 1077944384 318 12969 0 0 8 8 5 3 20 0 15 0 473987279 11109425152 226668 33554432000 4194304 4196468 140726168384160 140185538862256 140186574555778 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
Current children cumulated CPU time: 302.38 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 906672 KiB

[startup+288.401 s]
/proc/loadavg: 1.19 1.45 1.54 3/229 22725
/proc/meminfo: memFree=2862268/32770624 swapFree=67002224/67108860
[pid=22636] ppid=22633 vsize=10849048 memory=906672 CPUtime=302.77 cores=1,3,5,7
/proc/22636/stat : 22636 (java) S 22633 22636 19335 0 -1 1077944320 107228 12969 0 0 30191 78 5 3 20 0 15 0 473987264 11109425152 226668 33554432000 4194304 4196468 140726168384160 140726168366704 140186574544631 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
/proc/22636/statm: 2712262 226668 3630 1 0 2674317 0
[pid=22636/tid=22689] ppid=22633 vsize=10849048 memory=796 CPUtime=285.77 cores=1,3,5,7
/proc/22636/task/22689/stat : 22689 (java) R 22633 22636 19335 0 -1 4202560 35870 12969 0 0 28548 21 5 3 20 0 15 0 473987273 11109425152 226668 33554432000 4194304 4196468 140726168384160 140186546379504 140186151829448 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
[pid=22636/tid=22690] ppid=22633 vsize=10849048 memory=906520 CPUtime=1.25 cores=1,3,5,7
/proc/22636/task/22690/stat : 22690 (java) S 22633 22636 19335 0 -1 1077944384 3088 12969 0 0 109 8 5 3 20 0 15 0 473987274 11109425152 226668 33554432000 4194304 4196468 140726168384160 140186578786960 140186574554837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
[pid=22636/tid=22691] ppid=22633 vsize=10849048 memory=6791534058613427641 CPUtime=1.26 cores=1,3,5,7
/proc/22636/task/22691/stat : 22691 (java) S 22633 22636 19335 0 -1 1077944384 4749 12969 0 0 110 8 5 3 20 0 15 0 473987274 11109425152 226668 33554432000 4194304 4196468 140726168384160 140186467060240 140186574554837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
[pid=22636/tid=22692] ppid=22633 vsize=10849048 memory=3172 CPUtime=1.26 cores=1,3,5,7
/proc/22636/task/22692/stat : 22692 (java) S 22633 22636 19335 0 -1 1077944384 4360 12969 0 0 110 8 5 3 20 0 15 0 473987274 11109425152 226668 33554432000 4194304 4196468 140726168384160 140186466007440 140186574554837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
[pid=22636/tid=22693] ppid=22633 vsize=10849048 memory=869240 CPUtime=1.25 cores=1,3,5,7
/proc/22636/task/22693/stat : 22693 (java) S 22633 22636 19335 0 -1 1077944384 2437 12969 0 0 108 9 5 3 20 0 15 0 473987274 11109425152 226668 33554432000 4194304 4196468 140726168384160 140186464954640 140186574554837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
[pid=22636/tid=22694] ppid=22633 vsize=10849048 memory=1408 CPUtime=1.11 cores=1,3,5,7
/proc/22636/task/22694/stat : 22694 (java) S 22633 22636 19335 0 -1 1077944384 4394 12969 0 0 95 8 5 3 20 0 15 0 473987275 11109425152 226668 33554432000 4194304 4196468 140726168384160 140185576631152 140186574555778 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
[pid=22636/tid=22695] ppid=22633 vsize=10849048 memory=3120 CPUtime=0.08 cores=1,3,5,7
/proc/22636/task/22695/stat : 22695 (java) S 22633 22636 19335 0 -1 1077944384 40 12969 0 0 0 0 5 3 20 0 15 0 473987275 11109425152 226668 33554432000 4194304 4196468 140726168384160 140185575577248 140186574554837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
[pid=22636/tid=22696] ppid=22633 vsize=10849048 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/22636/task/22696/stat : 22696 (java) S 22633 22636 19335 0 -1 1077944384 4 12969 0 0 0 0 5 3 20 0 15 0 473987276 11109425152 226668 33554432000 4194304 4196468 140726168384160 140185450833280 140186574554837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
[pid=22636/tid=22697] ppid=22633 vsize=10849048 memory=916 CPUtime=0.08 cores=1,3,5,7
/proc/22636/task/22697/stat : 22697 (java) S 22633 22636 19335 0 -1 1077944384 3 12969 0 0 0 0 5 3 20 0 15 0 473987278 11109425152 226668 33554432000 4194304 4196468 140726168384160 140185143433552 140186574563227 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
[pid=22636/tid=22698] ppid=22633 vsize=10849048 memory=3852 CPUtime=4.08 cores=1,3,5,7
/proc/22636/task/22698/stat : 22698 (java) S 22633 22636 19335 0 -1 1077944384 19873 12969 0 0 396 4 5 3 20 0 15 0 473987278 11109425152 226668 33554432000 4194304 4196468 140726168384160 140185542019440 140186574555778 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
[pid=22636/tid=22699] ppid=22633 vsize=10849048 memory=2612 CPUtime=4.05 cores=1,3,5,7
/proc/22636/task/22699/stat : 22699 (java) S 22633 22636 19335 0 -1 1077944384 14137 12969 0 0 393 4 5 3 20 0 15 0 473987278 11109425152 226668 33554432000 4194304 4196468 140726168384160 140185540966640 140186574555778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
[pid=22636/tid=22700] ppid=22633 vsize=10849048 memory=2612 CPUtime=3.11 cores=1,3,5,7
/proc/22636/task/22700/stat : 22700 (java) S 22633 22636 19335 0 -1 1077944384 15747 12969 0 0 299 4 5 3 20 0 15 0 473987278 11109425152 226668 33554432000 4194304 4196468 140726168384160 140185539913840 140186574555778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
[pid=22636/tid=22701] ppid=22633 vsize=10849048 memory=4100 CPUtime=0.08 cores=1,3,5,7
/proc/22636/task/22701/stat : 22701 (java) S 22633 22636 19335 0 -1 1077944384 3 12969 0 0 0 0 5 3 20 0 15 0 473987279 11109425152 226668 33554432000 4194304 4196468 140726168384160 140185109874912 140186574554837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
[pid=22636/tid=22702] ppid=22633 vsize=10849048 memory=1408 CPUtime=0.24 cores=1,3,5,7
/proc/22636/task/22702/stat : 22702 (java) S 22633 22636 19335 0 -1 1077944384 318 12969 0 0 8 8 5 3 20 0 15 0 473987279 11109425152 226668 33554432000 4194304 4196468 140726168384160 140185538862256 140186574555778 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
Current children cumulated CPU time: 302.77 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 906672 KiB

[startup+288.801 s]
/proc/loadavg: 1.19 1.45 1.54 3/229 22725
/proc/meminfo: memFree=2862268/32770624 swapFree=67002224/67108860
[pid=22636] ppid=22633 vsize=10849048 memory=906672 CPUtime=303.18 cores=1,3,5,7
/proc/22636/stat : 22636 (java) S 22633 22636 19335 0 -1 1077944320 107234 12969 0 0 30232 78 5 3 20 0 15 0 473987264 11109425152 226668 33554432000 4194304 4196468 140726168384160 140726168366704 140186574544631 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
/proc/22636/statm: 2712262 226668 3630 1 0 2674317 0
[pid=22636/tid=22689] ppid=22633 vsize=10849048 memory=-8253362762722141311 CPUtime=286.16 cores=1,3,5,7
/proc/22636/task/22689/stat : 22689 (java) R 22633 22636 19335 0 -1 4202560 35872 12969 0 0 28587 21 5 3 20 0 15 0 473987273 11109425152 226668 33554432000 4194304 4196468 140726168384160 140186546380944 140186152260928 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
[pid=22636/tid=22690] ppid=22633 vsize=10849048 memory=6791534058613427641 CPUtime=1.25 cores=1,3,5,7
/proc/22636/task/22690/stat : 22690 (java) S 22633 22636 19335 0 -1 1077944384 3088 12969 0 0 109 8 5 3 20 0 15 0 473987274 11109425152 226668 33554432000 4194304 4196468 140726168384160 140186578786960 140186574554837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
[pid=22636/tid=22691] ppid=22633 vsize=10849048 memory=1556 CPUtime=1.27 cores=1,3,5,7
/proc/22636/task/22691/stat : 22691 (java) S 22633 22636 19335 0 -1 1077944384 4749 12969 0 0 111 8 5 3 20 0 15 0 473987274 11109425152 226668 33554432000 4194304 4196468 140726168384160 140186467060240 140186574554837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
[pid=22636/tid=22692] ppid=22633 vsize=10849048 memory=906520 CPUtime=1.26 cores=1,3,5,7
/proc/22636/task/22692/stat : 22692 (java) S 22633 22636 19335 0 -1 1077944384 4360 12969 0 0 110 8 5 3 20 0 15 0 473987274 11109425152 226668 33554432000 4194304 4196468 140726168384160 140186466007440 140186574554837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
[pid=22636/tid=22693] ppid=22633 vsize=10849048 memory=906520 CPUtime=1.25 cores=1,3,5,7
/proc/22636/task/22693/stat : 22693 (java) S 22633 22636 19335 0 -1 1077944384 2438 12969 0 0 108 9 5 3 20 0 15 0 473987274 11109425152 226668 33554432000 4194304 4196468 140726168384160 140186464954640 140186574554837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
[pid=22636/tid=22694] ppid=22633 vsize=10849048 memory=6791534058613427641 CPUtime=1.12 cores=1,3,5,7
/proc/22636/task/22694/stat : 22694 (java) S 22633 22636 19335 0 -1 1077944384 4397 12969 0 0 96 8 5 3 20 0 15 0 473987275 11109425152 226668 33554432000 4194304 4196468 140726168384160 140185576631152 140186574555778 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
[pid=22636/tid=22695] ppid=22633 vsize=10849048 memory=6944656592455359580 CPUtime=0.08 cores=1,3,5,7
/proc/22636/task/22695/stat : 22695 (java) S 22633 22636 19335 0 -1 1077944384 40 12969 0 0 0 0 5 3 20 0 15 0 473987275 11109425152 226668 33554432000 4194304 4196468 140726168384160 140185575577248 140186574554837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
[pid=22636/tid=22696] ppid=22633 vsize=10849048 memory=6944656592455097440 CPUtime=0.08 cores=1,3,5,7
/proc/22636/task/22696/stat : 22696 (java) S 22633 22636 19335 0 -1 1077944384 4 12969 0 0 0 0 5 3 20 0 15 0 473987276 11109425152 226668 33554432000 4194304 4196468 140726168384160 140185450833280 140186574554837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
[pid=22636/tid=22697] ppid=22633 vsize=10849048 memory=6224653532128700265 CPUtime=0.08 cores=1,3,5,7
/proc/22636/task/22697/stat : 22697 (java) S 22633 22636 19335 0 -1 1077944384 3 12969 0 0 0 0 5 3 20 0 15 0 473987278 11109425152 226668 33554432000 4194304 4196468 140726168384160 140185143433552 140186574563227 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
[pid=22636/tid=22698] ppid=22633 vsize=10849048 memory=7451582073580121960 CPUtime=4.08 cores=1,3,5,7
/proc/22636/task/22698/stat : 22698 (java) S 22633 22636 19335 0 -1 1077944384 19873 12969 0 0 396 4 5 3 20 0 15 0 473987278 11109425152 226668 33554432000 4194304 4196468 140726168384160 140185542019440 140186574555778 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
[pid=22636/tid=22699] ppid=22633 vsize=10849048 memory=906672 CPUtime=4.05 cores=1,3,5,7
/proc/22636/task/22699/stat : 22699 (java) S 22633 22636 19335 0 -1 1077944384 14137 12969 0 0 393 4 5 3 20 0 15 0 473987278 11109425152 226668 33554432000 4194304 4196468 140726168384160 140185540966640 140186574555778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
[pid=22636/tid=22700] ppid=22633 vsize=10849048 memory=2676 CPUtime=3.11 cores=1,3,5,7
/proc/22636/task/22700/stat : 22700 (java) S 22633 22636 19335 0 -1 1077944384 15747 12969 0 0 299 4 5 3 20 0 15 0 473987278 11109425152 226668 33554432000 4194304 4196468 140726168384160 140185539913840 140186574555778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
[pid=22636/tid=22701] ppid=22633 vsize=10849048 memory=1764 CPUtime=0.08 cores=1,3,5,7
/proc/22636/task/22701/stat : 22701 (java) S 22633 22636 19335 0 -1 1077944384 3 12969 0 0 0 0 5 3 20 0 15 0 473987279 11109425152 226668 33554432000 4194304 4196468 140726168384160 140185109874912 140186574554837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
[pid=22636/tid=22702] ppid=22633 vsize=10849048 memory=906520 CPUtime=0.24 cores=1,3,5,7
/proc/22636/task/22702/stat : 22702 (java) S 22633 22636 19335 0 -1 1077944384 318 12969 0 0 8 8 5 3 20 0 15 0 473987279 11109425152 226668 33554432000 4194304 4196468 140726168384160 140185538862256 140186574555778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
Current children cumulated CPU time: 303.18 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 906672 KiB

[startup+288.901 s]
/proc/loadavg: 1.19 1.45 1.54 3/229 22725
/proc/meminfo: memFree=2862268/32770624 swapFree=67002224/67108860
[pid=22636] ppid=22633 vsize=10849048 memory=906672 CPUtime=303.28 cores=1,3,5,7
/proc/22636/stat : 22636 (java) S 22633 22636 19335 0 -1 1077944320 107237 12969 0 0 30242 78 5 3 20 0 15 0 473987264 11109425152 226668 33554432000 4194304 4196468 140726168384160 140726168366704 140186574544631 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
/proc/22636/statm: 2712262 226668 3630 1 0 2674317 0
[pid=22636/tid=22689] ppid=22633 vsize=10849048 memory=906672 CPUtime=286.26 cores=1,3,5,7
/proc/22636/task/22689/stat : 22689 (java) R 22633 22636 19335 0 -1 4202560 35873 12969 0 0 28597 21 5 3 20 0 15 0 473987273 11109425152 226668 33554432000 4194304 4196468 140726168384160 140186546376768 140186156392305 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
[pid=22636/tid=22690] ppid=22633 vsize=10849048 memory=906520 CPUtime=1.25 cores=1,3,5,7
/proc/22636/task/22690/stat : 22690 (java) S 22633 22636 19335 0 -1 1077944384 3088 12969 0 0 109 8 5 3 20 0 15 0 473987274 11109425152 226668 33554432000 4194304 4196468 140726168384160 140186578786960 140186574554837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
[pid=22636/tid=22691] ppid=22633 vsize=10849048 memory=906520 CPUtime=1.27 cores=1,3,5,7
/proc/22636/task/22691/stat : 22691 (java) S 22633 22636 19335 0 -1 1077944384 4749 12969 0 0 111 8 5 3 20 0 15 0 473987274 11109425152 226668 33554432000 4194304 4196468 140726168384160 140186467060240 140186574554837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
[pid=22636/tid=22692] ppid=22633 vsize=10849048 memory=906520 CPUtime=1.26 cores=1,3,5,7
/proc/22636/task/22692/stat : 22692 (java) S 22633 22636 19335 0 -1 1077944384 4360 12969 0 0 110 8 5 3 20 0 15 0 473987274 11109425152 226668 33554432000 4194304 4196468 140726168384160 140186466007440 140186574554837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
[pid=22636/tid=22693] ppid=22633 vsize=10849048 memory=906520 CPUtime=1.26 cores=1,3,5,7
/proc/22636/task/22693/stat : 22693 (java) S 22633 22636 19335 0 -1 1077944384 2438 12969 0 0 109 9 5 3 20 0 15 0 473987274 11109425152 226668 33554432000 4194304 4196468 140726168384160 140186464954640 140186574554837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
[pid=22636/tid=22694] ppid=22633 vsize=10849048 memory=906672 CPUtime=1.12 cores=1,3,5,7
/proc/22636/task/22694/stat : 22694 (java) S 22633 22636 19335 0 -1 1077944384 4399 12969 0 0 96 8 5 3 20 0 15 0 473987275 11109425152 226668 33554432000 4194304 4196468 140726168384160 140185576631152 140186574555778 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
[pid=22636/tid=22695] ppid=22633 vsize=10849048 memory=56 CPUtime=0.08 cores=1,3,5,7
/proc/22636/task/22695/stat : 22695 (java) S 22633 22636 19335 0 -1 1077944384 40 12969 0 0 0 0 5 3 20 0 15 0 473987275 11109425152 226668 33554432000 4194304 4196468 140726168384160 140185575577248 140186574554837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
[pid=22636/tid=22696] ppid=22633 vsize=10849048 memory=906520 CPUtime=0.08 cores=1,3,5,7
/proc/22636/task/22696/stat : 22696 (java) S 22633 22636 19335 0 -1 1077944384 4 12969 0 0 0 0 5 3 20 0 15 0 473987276 11109425152 226668 33554432000 4194304 4196468 140726168384160 140185450833280 140186574554837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
[pid=22636/tid=22697] ppid=22633 vsize=10849048 memory=906520 CPUtime=0.08 cores=1,3,5,7
/proc/22636/task/22697/stat : 22697 (java) S 22633 22636 19335 0 -1 1077944384 3 12969 0 0 0 0 5 3 20 0 15 0 473987278 11109425152 226668 33554432000 4194304 4196468 140726168384160 140185143433552 140186574563227 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
[pid=22636/tid=22698] ppid=22633 vsize=10849048 memory=6791534058613427641 CPUtime=4.08 cores=1,3,5,7
/proc/22636/task/22698/stat : 22698 (java) S 22633 22636 19335 0 -1 1077944384 19873 12969 0 0 396 4 5 3 20 0 15 0 473987278 11109425152 226668 33554432000 4194304 4196468 140726168384160 140185542019440 140186574555778 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
[pid=22636/tid=22699] ppid=22633 vsize=10849048 memory=906520 CPUtime=4.05 cores=1,3,5,7
/proc/22636/task/22699/stat : 22699 (java) S 22633 22636 19335 0 -1 1077944384 14137 12969 0 0 393 4 5 3 20 0 15 0 473987278 11109425152 226668 33554432000 4194304 4196468 140726168384160 140185540966640 140186574555778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
[pid=22636/tid=22700] ppid=22633 vsize=10849048 memory=796 CPUtime=3.11 cores=1,3,5,7
/proc/22636/task/22700/stat : 22700 (java) S 22633 22636 19335 0 -1 1077944384 15747 12969 0 0 299 4 5 3 20 0 15 0 473987278 11109425152 226668 33554432000 4194304 4196468 140726168384160 140185539913840 140186574555778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
[pid=22636/tid=22701] ppid=22633 vsize=10849048 memory=1804 CPUtime=0.08 cores=1,3,5,7
/proc/22636/task/22701/stat : 22701 (java) S 22633 22636 19335 0 -1 1077944384 3 12969 0 0 0 0 5 3 20 0 15 0 473987279 11109425152 226668 33554432000 4194304 4196468 140726168384160 140185109874912 140186574554837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
[pid=22636/tid=22702] ppid=22633 vsize=10849048 memory=906672 CPUtime=0.24 cores=1,3,5,7
/proc/22636/task/22702/stat : 22702 (java) S 22633 22636 19335 0 -1 1077944384 318 12969 0 0 8 8 5 3 20 0 15 0 473987279 11109425152 226668 33554432000 4194304 4196468 140726168384160 140185538862256 140186574555778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 33423360 140726168386147 140726168388789 140726168388789 140726168391631 0
Current children cumulated CPU time: 303.28 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 906672 KiB

Child status: 0
Real time (s): 288.929
CPU time (s): 303.323
CPU user time (s): 302.488
CPU system time (s): 0.835438
CPU usage (%): 104.982
Max. virtual memory (cumulated for all children) (KiB): 10851716
Max. memory (cumulated for all children) (KiB): 1036748

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 302.488
system time used= 0.835438
maximum resident set size= 1038304
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 121818
page faults= 0
swaps= 0
block input operations= 0
block output operations= 520
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 35906
involuntary context switches= 1090


# summary of solver processes directly reported to runsolver:
#   pid: 22636
#   total CPU time (s): 303.323
#   total CPU user time (s): 302.488
#   total CPU system time (s): 0.835438

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.76374 second user time and 2.85708 second system time

The end

Launcher Data

Begin job on node136 at 2019-09-20 13:02:22
IDJOB=4403128
IDBENCH=133281
IDSOLVER=2862
FILE ID=node136/4403128-1568977387
RUNJOBID= node136-1568967593-19367
PBS_JOBID= 21704619
Free space on /var/tmp= 13452 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/Mario/Mario-zinc-s1/Mario-n-medium-4.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403128-1568977387/watcher-4403128-1568977387 -o /var/tmp/evaluation-result-4403128-1568977387/solver-4403128-1568977387 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node136-1568967593-19367 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=1467329244 HOME/instance-4403128-1568977387.xml

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

MD5SUM BENCH= 6d883eab13fdde7c2f2cac6b4a0af40c
RANDOM SEED=1467329244

node136.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.00
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.54
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.00
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.54
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.00
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.54
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.00
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:         3726152 kB
MemAvailable:   30962676 kB
Buffers:          139984 kB
Cached:         27004928 kB
SwapCached:         3532 kB
Active:         14440632 kB
Inactive:       13600048 kB
Active(anon):     893452 kB
Inactive(anon):    51248 kB
Active(file):   13547180 kB
Inactive(file): 13548800 kB
Unevictable:      110480 kB
Mlocked:          110480 kB
SwapTotal:      67108860 kB
SwapFree:       67002224 kB
Dirty:             35676 kB
Writeback:             0 kB
AnonPages:       1010532 kB
Mapped:            65492 kB
Shmem:             40180 kB
Slab:             597816 kB
SReclaimable:     569004 kB
SUnreclaim:        28812 kB
KernelStack:        4016 kB
PageTables:         7644 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2250832 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    856064 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /var/tmp at the end= 13416 MiB
End job on node136 at 2019-09-20 13:07:11