Trace number 4293130

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.8-SuperNG 2018-06-13SAT 347.682 325.606

General information on the benchmark

NameStripPacking/
StripPacking-T1c_c18.xml
MD5SUM65600e10f2c410a9bfdeb6a1b5bfec81
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark5.74134
Satisfiable
(Un)Satisfiability was proved
Number of variables85
Number of constraints52
Number of domains19
Minimum domain size2
Maximum domain size200
Distribution of domain sizes[{"size":2,"count":51},{"size":200,"count":34}]
Minimum variable degree1
Maximum variable degree3
Distribution of variable degrees[{"degree":1,"count":17},{"degree":2,"count":34},{"degree":3,"count":34}]
Minimum constraint arity2
Maximum constraint arity68
Distribution of constraint arities[{"arity":2,"count":34},{"arity":3,"count":17},{"arity":68,"count":1}]
Number of extensional constraints17
Number of intensional constraints34
Distribution of constraint types[{"type":"extension","count":17},{"type":"intension","count":34},{"type":"noOverlap","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.98/0.73	c Concrete v3.8.1528841891564 running
347.53/325.57	v <instantiation>
347.53/325.57	v       <list>
347.53/325.57	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] y[0] y[1] y[2] y[3] y[4] y[5] y[6] y[7] y[8] y[9] y[10] y[11] y[12] y[13] y[14] y[15] y[16] w[0] w[1] w[2] w[3] w[4] w[5] w[6] w[7] w[8] w[9] w[10] w[11] w[12] w[13] w[14] w[15] w[16] h[0] h[1] h[2] h[3] h[4] h[5] h[6] h[7] h[8] h[9] h[10] h[11] h[12] h[13] h[14] h[15] h[16] r[0] r[1] r[2] r[3] r[4] r[5] r[6] r[7] r[8] r[9] r[10] r[11] r[12] r[13] r[14] r[15] r[16]
347.53/325.57	v       </list>
347.53/325.57	v       <values>
347.53/325.57	v         0 167 111 0 160 131 152 131 152 118 111 0 163 131 182 163 131 160 75 0 0 75 75 93 93 95 70 70 84 69 64 0 64 0 167 33 20 111 7 29 8 21 15 13 7 118 37 32 18 19 51 40 125 70 84 20 18 2 67 65 90 14 76 6 11 69 5 64 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
347.53/325.57	v       </values>
347.53/325.57	v     </instantiation>
347.53/325.57	s SATISFIABLE

Verifier Data

OK	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4293130-1532308372/watcher-4293130-1532308372 -o /tmp/evaluation-result-4293130-1532308372/solver-4293130-1532308372 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1532298084-3500 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=361089390 -superng HOME/instance-4293130-1532308372.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=5146, runsolver pid=5143
Current StackSize limit: 8192 KiB


[startup+0.10927 s]*
/proc/loadavg: 4.04 3.32 2.39 6/207 5203
/proc/meminfo: memFree=20545612/32770624 swapFree=67108860/67108860
[pid=5146] ppid=5143 vsize=10355560 memory=24256 CPUtime=0.1 cores=1,3,5,7
/proc/5146/stat : 5146 (java) S 5143 5146 3468 0 -1 1077944320 4687 12922 0 0 2 1 5 2 20 0 9 0 48400379 10604093440 6064 33554432000 4194304 4196468 140733557374032 140733557356576 140194934046455 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
/proc/5146/statm: 2588890 6064 2101 1 0 2551431 0
[pid=5146/tid=5199] ppid=5143 vsize=10355560 memory=4572731769890054294 CPUtime=0.08 cores=1,3,5,7
/proc/5146/task/5199/stat : 5199 (java) R 5143 5146 3468 0 -1 4202560 2479 12922 0 0 1 0 5 2 20 0 9 0 48400388 10604093440 6064 33554432000 4194304 4196468 140733557374032 140194905882480 140194934068381 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
[pid=5146/tid=5200] ppid=5143 vsize=10355560 memory=5793855114403641785 CPUtime=0.07 cores=1,3,5,7
/proc/5146/task/5200/stat : 5200 (java) S 5143 5146 3468 0 -1 1077944384 1 12922 0 0 0 0 5 2 20 0 9 0 48400389 10604093440 6064 33554432000 4194304 4196468 140733557374032 140194938289040 140194934056661 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
[pid=5146/tid=5201] ppid=5143 vsize=10355560 memory=139863393748608 CPUtime=0.07 cores=1,3,5,7
/proc/5146/task/5201/stat : 5201 (java) S 5143 5146 3468 0 -1 1077944384 1 12922 0 0 0 0 5 2 20 0 9 0 48400389 10604093440 6064 33554432000 4194304 4196468 140733557374032 140194853108496 140194934056661 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
[pid=5146/tid=5202] ppid=5143 vsize=10355560 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5146/task/5202/stat : 5202 (java) S 5143 5146 3468 0 -1 1077944384 1 12922 0 0 0 0 5 2 20 0 9 0 48400389 10604093440 6064 33554432000 4194304 4196468 140733557374032 140194852056208 140194934056661 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
[pid=5146/tid=5203] ppid=5143 vsize=10355560 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5146/task/5203/stat : 5203 (java) S 5143 5146 3468 0 -1 1077944384 2 12922 0 0 0 0 5 2 20 0 9 0 48400389 10604093440 6064 33554432000 4194304 4196468 140733557374032 140194851003408 140194934056661 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
[pid=5146/tid=5204] ppid=5143 vsize=10355560 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5146/task/5204/stat : 5204 (java) S 5143 5146 3468 0 -1 1077944384 2 12922 0 0 0 0 5 2 20 0 9 0 48400390 10604093440 6064 33554432000 4194304 4196468 140733557374032 140194460657776 140194934057602 0 0 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
[pid=5146/tid=5205] ppid=5143 vsize=10355560 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/5146/task/5205/stat : 5205 (java) S 5143 5146 3468 0 -1 1077944384 13 12922 0 0 0 0 5 2 20 0 9 0 48400391 10604093440 6064 33554432000 4194304 4196468 140733557374032 140194376311584 140194934056661 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
[pid=5146/tid=5206] ppid=5143 vsize=10355560 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5146/task/5206/stat : 5206 (java) S 5143 5146 3468 0 -1 1077944384 1 12922 0 0 0 0 5 2 20 0 9 0 48400391 10604093440 6064 33554432000 4194304 4196468 140733557374032 140194242094256 140194934056661 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10355560 KiB
Current children cumulated memory: 24256 KiB

[startup+0.210193 s]*
/proc/loadavg: 4.04 3.32 2.39 6/216 5212
/proc/meminfo: memFree=20524048/32770624 swapFree=67108860/67108860
[pid=5146] ppid=5143 vsize=10818904 memory=49700 CPUtime=0.25 cores=1,3,5,7
/proc/5146/stat : 5146 (java) S 5143 5146 3468 0 -1 1077944320 9254 12922 0 0 16 2 5 2 20 0 15 0 48400379 11078557696 12425 33554432000 4194304 4196468 140733557374032 140733557356576 140194934046455 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
/proc/5146/statm: 2704726 12425 2972 1 0 2667149 0
[pid=5146/tid=5199] ppid=5143 vsize=10818904 memory=-2899909650764262549 CPUtime=0.19 cores=1,3,5,7
/proc/5146/task/5199/stat : 5199 (java) R 5143 5146 3468 0 -1 4202560 5906 12922 0 0 10 2 5 2 20 0 15 0 48400388 11078557696 12425 33554432000 4194304 4196468 140733557374032 140194905871264 140194918126942 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
[pid=5146/tid=5200] ppid=5143 vsize=10818904 memory=4211973589598539146 CPUtime=0.07 cores=1,3,5,7
/proc/5146/task/5200/stat : 5200 (java) S 5143 5146 3468 0 -1 1077944384 1 12922 0 0 0 0 5 2 20 0 15 0 48400389 11078557696 12425 33554432000 4194304 4196468 140733557374032 140194938289040 140194934056661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
[pid=5146/tid=5201] ppid=5143 vsize=10818904 memory=139863393748608 CPUtime=0.07 cores=1,3,5,7
/proc/5146/task/5201/stat : 5201 (java) S 5143 5146 3468 0 -1 1077944384 1 12922 0 0 0 0 5 2 20 0 15 0 48400389 11078557696 12425 33554432000 4194304 4196468 140733557374032 140194853108496 140194934056661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
[pid=5146/tid=5202] ppid=5143 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5146/task/5202/stat : 5202 (java) S 5143 5146 3468 0 -1 1077944384 1 12922 0 0 0 0 5 2 20 0 15 0 48400389 11078557696 12425 33554432000 4194304 4196468 140733557374032 140194852056208 140194934056661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
[pid=5146/tid=5203] ppid=5143 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/5146/task/5203/stat : 5203 (java) S 5143 5146 3468 0 -1 1077944384 2 12922 0 0 0 0 5 2 20 0 15 0 48400389 11078557696 12425 33554432000 4194304 4196468 140733557374032 140194851003408 140194934056661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
[pid=5146/tid=5204] ppid=5143 vsize=10818904 memory=139863393748608 CPUtime=0.07 cores=1,3,5,7
/proc/5146/task/5204/stat : 5204 (java) S 5143 5146 3468 0 -1 1077944384 2 12922 0 0 0 0 5 2 20 0 15 0 48400390 11078557696 12425 33554432000 4194304 4196468 140733557374032 140194460657776 140194934057602 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
[pid=5146/tid=5205] ppid=5143 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/5146/task/5205/stat : 5205 (java) S 5143 5146 3468 0 -1 1077944384 13 12922 0 0 0 0 5 2 20 0 15 0 48400391 11078557696 12425 33554432000 4194304 4196468 140733557374032 140194376311584 140194934056661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
[pid=5146/tid=5206] ppid=5143 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5146/task/5206/stat : 5206 (java) S 5143 5146 3468 0 -1 1077944384 1 12922 0 0 0 0 5 2 20 0 15 0 48400391 11078557696 12425 33554432000 4194304 4196468 140733557374032 140194242094192 140194934056661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
[pid=5146/tid=5207] ppid=5143 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5146/task/5207/stat : 5207 (java) S 5143 5146 3468 0 -1 1077944384 2 12922 0 0 0 0 5 2 20 0 15 0 48400394 11078557696 12425 33554432000 4194304 4196468 140733557374032 140193638115408 140194934065051 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
[pid=5146/tid=5208] ppid=5143 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5146/task/5208/stat : 5208 (java) S 5143 5146 3468 0 -1 1077944384 493 12922 0 0 1 0 5 2 20 0 15 0 48400394 11078557696 12425 33554432000 4194304 4196468 140733557374032 140194459605616 140194934057602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
[pid=5146/tid=5209] ppid=5143 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/5146/task/5209/stat : 5209 (java) S 5143 5146 3468 0 -1 1077944384 89 12922 0 0 1 0 5 2 20 0 15 0 48400394 11078557696 12425 33554432000 4194304 4196468 140733557374032 140194458552816 140194934057602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
[pid=5146/tid=5210] ppid=5143 vsize=10818904 memory=139863393748608 CPUtime=0.1 cores=1,3,5,7
/proc/5146/task/5210/stat : 5210 (java) R 5143 5146 3468 0 -1 4202560 555 12922 0 0 3 0 5 2 20 0 15 0 48400394 11078557696 12425 33554432000 4194304 4196468 140733557374032 140194457500528 140194934067802 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
[pid=5146/tid=5211] ppid=5143 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/5146/task/5211/stat : 5211 (java) S 5143 5146 3468 0 -1 1077944384 3 12922 0 0 0 0 5 2 20 0 15 0 48400394 11078557696 12425 33554432000 4194304 4196468 140733557374032 140193168354272 140194934056661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
[pid=5146/tid=5212] ppid=5143 vsize=10818904 memory=139863393748608 CPUtime=0.07 cores=1,3,5,7
/proc/5146/task/5212/stat : 5212 (java) S 5143 5146 3468 0 -1 1077944384 1 12922 0 0 0 0 5 2 20 0 15 0 48400394 11078557696 12425 33554432000 4194304 4196468 140733557374032 140194456447408 140194934057602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 49700 KiB

[startup+0.310425 s]*
/proc/loadavg: 4.04 3.32 2.39 6/216 5212
/proc/meminfo: memFree=20511272/32770624 swapFree=67108860/67108860
[pid=5146] ppid=5143 vsize=10819352 memory=57576 CPUtime=0.39 cores=1,3,5,7
/proc/5146/stat : 5146 (java) S 5143 5146 3468 0 -1 1077944320 10453 12922 0 0 29 3 5 2 20 0 15 0 48400379 11079016448 14394 33554432000 4194304 4196468 140733557374032 140733557356576 140194934046455 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
/proc/5146/statm: 2704838 14394 3091 1 0 2667149 0
[pid=5146/tid=5199] ppid=5143 vsize=10819352 memory=8112282956445269571 CPUtime=0.28 cores=1,3,5,7
/proc/5146/task/5199/stat : 5199 (java) R 5143 5146 3468 0 -1 4202560 7087 12922 0 0 19 2 5 2 20 0 15 0 48400388 11079016448 14394 33554432000 4194304 4196468 140733557374032 140194905835984 140194914321785 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
[pid=5146/tid=5200] ppid=5143 vsize=10819352 memory=-7003737579269690708 CPUtime=0.07 cores=1,3,5,7
/proc/5146/task/5200/stat : 5200 (java) S 5143 5146 3468 0 -1 1077944384 1 12922 0 0 0 0 5 2 20 0 15 0 48400389 11079016448 14394 33554432000 4194304 4196468 140733557374032 140194938289040 140194934056661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
[pid=5146/tid=5201] ppid=5143 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5146/task/5201/stat : 5201 (java) S 5143 5146 3468 0 -1 1077944384 1 12922 0 0 0 0 5 2 20 0 15 0 48400389 11079016448 14394 33554432000 4194304 4196468 140733557374032 140194853108496 140194934056661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
[pid=5146/tid=5202] ppid=5143 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5146/task/5202/stat : 5202 (java) S 5143 5146 3468 0 -1 1077944384 1 12922 0 0 0 0 5 2 20 0 15 0 48400389 11079016448 14394 33554432000 4194304 4196468 140733557374032 140194852056208 140194934056661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
[pid=5146/tid=5203] ppid=5143 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5146/task/5203/stat : 5203 (java) S 5143 5146 3468 0 -1 1077944384 2 12922 0 0 0 0 5 2 20 0 15 0 48400389 11079016448 14394 33554432000 4194304 4196468 140733557374032 140194851003408 140194934056661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
[pid=5146/tid=5204] ppid=5143 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5146/task/5204/stat : 5204 (java) S 5143 5146 3468 0 -1 1077944384 2 12922 0 0 0 0 5 2 20 0 15 0 48400390 11079016448 14394 33554432000 4194304 4196468 140733557374032 140194460657776 140194934057602 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
[pid=5146/tid=5205] ppid=5143 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5146/task/5205/stat : 5205 (java) S 5143 5146 3468 0 -1 1077944384 13 12922 0 0 0 0 5 2 20 0 15 0 48400391 11079016448 14394 33554432000 4194304 4196468 140733557374032 140194376311584 140194934056661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
[pid=5146/tid=5206] ppid=5143 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5146/task/5206/stat : 5206 (java) S 5143 5146 3468 0 -1 1077944384 1 12922 0 0 0 0 5 2 20 0 15 0 48400391 11079016448 14394 33554432000 4194304 4196468 140733557374032 140194242094192 140194934056661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
[pid=5146/tid=5207] ppid=5143 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5146/task/5207/stat : 5207 (java) S 5143 5146 3468 0 -1 1077944384 2 12922 0 0 0 0 5 2 20 0 15 0 48400394 11079016448 14394 33554432000 4194304 4196468 140733557374032 140193638115408 140194934065051 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
[pid=5146/tid=5208] ppid=5143 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5146/task/5208/stat : 5208 (java) S 5143 5146 3468 0 -1 1077944384 493 12922 0 0 1 0 5 2 20 0 15 0 48400394 11079016448 14394 33554432000 4194304 4196468 140733557374032 140194459605616 140194934057602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
[pid=5146/tid=5209] ppid=5143 vsize=10819352 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/5146/task/5209/stat : 5209 (java) S 5143 5146 3468 0 -1 1077944384 90 12922 0 0 2 0 5 2 20 0 15 0 48400394 11079016448 14394 33554432000 4194304 4196468 140733557374032 140194458552816 140194934057602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
[pid=5146/tid=5210] ppid=5143 vsize=10819352 memory=139863393748608 CPUtime=0.12 cores=1,3,5,7
/proc/5146/task/5210/stat : 5210 (java) S 5143 5146 3468 0 -1 1077944384 563 12922 0 0 5 0 5 2 20 0 15 0 48400394 11079016448 14394 33554432000 4194304 4196468 140733557374032 140194457500528 140194934057602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
[pid=5146/tid=5211] ppid=5143 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/5146/task/5211/stat : 5211 (java) S 5143 5146 3468 0 -1 1077944384 3 12922 0 0 0 0 5 2 20 0 15 0 48400394 11079016448 14394 33554432000 4194304 4196468 140733557374032 140193168354272 140194934056661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
[pid=5146/tid=5212] ppid=5143 vsize=10819352 memory=139863393748608 CPUtime=0.07 cores=1,3,5,7
/proc/5146/task/5212/stat : 5212 (java) S 5143 5146 3468 0 -1 1077944384 1 12922 0 0 0 0 5 2 20 0 15 0 48400394 11079016448 14394 33554432000 4194304 4196468 140733557374032 140194456447408 140194934057602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 57576 KiB

[startup+0.700737 s]
/proc/loadavg: 4.04 3.32 2.39 7/216 5212
/proc/meminfo: memFree=20501844/32770624 swapFree=67108860/67108860
[pid=5146] ppid=5143 vsize=10819352 memory=90604 CPUtime=0.98 cores=1,3,5,7
/proc/5146/stat : 5146 (java) S 5143 5146 3468 0 -1 1077944320 16743 12922 0 0 87 4 5 2 20 0 15 0 48400379 11079016448 22651 33554432000 4194304 4196468 140733557374032 140733557356576 140194934046455 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
/proc/5146/statm: 2704838 22651 3241 1 0 2667149 0
[pid=5146/tid=5199] ppid=5143 vsize=10819352 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/5146/task/5199/stat : 5199 (java) R 5143 5146 3468 0 -1 4202560 12298 12922 0 0 56 3 5 2 20 0 15 0 48400388 11079016448 22651 33554432000 4194304 4196468 140733557374032 140194905867280 140194914322242 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
[pid=5146/tid=5200] ppid=5143 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5146/task/5200/stat : 5200 (java) S 5143 5146 3468 0 -1 1077944384 1 12922 0 0 0 0 5 2 20 0 15 0 48400389 11079016448 22651 33554432000 4194304 4196468 140733557374032 140194938289040 140194934056661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
[pid=5146/tid=5201] ppid=5143 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5146/task/5201/stat : 5201 (java) S 5143 5146 3468 0 -1 1077944384 1 12922 0 0 0 0 5 2 20 0 15 0 48400389 11079016448 22651 33554432000 4194304 4196468 140733557374032 140194853108496 140194934056661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
[pid=5146/tid=5202] ppid=5143 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5146/task/5202/stat : 5202 (java) S 5143 5146 3468 0 -1 1077944384 1 12922 0 0 0 0 5 2 20 0 15 0 48400389 11079016448 22651 33554432000 4194304 4196468 140733557374032 140194852056208 140194934056661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
[pid=5146/tid=5203] ppid=5143 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5146/task/5203/stat : 5203 (java) S 5143 5146 3468 0 -1 1077944384 2 12922 0 0 0 0 5 2 20 0 15 0 48400389 11079016448 22651 33554432000 4194304 4196468 140733557374032 140194851003408 140194934056661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
[pid=5146/tid=5204] ppid=5143 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5146/task/5204/stat : 5204 (java) S 5143 5146 3468 0 -1 1077944384 5 12922 0 0 0 0 5 2 20 0 15 0 48400390 11079016448 22651 33554432000 4194304 4196468 140733557374032 140194460657776 140194934057602 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
[pid=5146/tid=5205] ppid=5143 vsize=10819352 memory=279726522713888 CPUtime=0.07 cores=1,3,5,7
/proc/5146/task/5205/stat : 5205 (java) S 5143 5146 3468 0 -1 1077944384 13 12922 0 0 0 0 5 2 20 0 15 0 48400391 11079016448 22651 33554432000 4194304 4196468 140733557374032 140194376311584 140194934056661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
[pid=5146/tid=5206] ppid=5143 vsize=10819352 memory=279726522984512 CPUtime=0.07 cores=1,3,5,7
/proc/5146/task/5206/stat : 5206 (java) S 5143 5146 3468 0 -1 1077944384 1 12922 0 0 0 0 5 2 20 0 15 0 48400391 11079016448 22651 33554432000 4194304 4196468 140733557374032 140194242094192 140194934056661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
[pid=5146/tid=5207] ppid=5143 vsize=10819352 memory=279726522984704 CPUtime=0.07 cores=1,3,5,7
/proc/5146/task/5207/stat : 5207 (java) S 5143 5146 3468 0 -1 1077944384 2 12922 0 0 0 0 5 2 20 0 15 0 48400394 11079016448 22651 33554432000 4194304 4196468 140733557374032 140193638115408 140194934065051 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
[pid=5146/tid=5208] ppid=5143 vsize=10819352 memory=279726522984896 CPUtime=0.16 cores=1,3,5,7
/proc/5146/task/5208/stat : 5208 (java) S 5143 5146 3468 0 -1 1077944384 1064 12922 0 0 9 0 5 2 20 0 15 0 48400394 11079016448 22651 33554432000 4194304 4196468 140733557374032 140194459605616 140194934057602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
[pid=5146/tid=5209] ppid=5143 vsize=10819352 memory=279726522985088 CPUtime=0.14 cores=1,3,5,7
/proc/5146/task/5209/stat : 5209 (java) S 5143 5146 3468 0 -1 1077944384 499 12922 0 0 7 0 5 2 20 0 15 0 48400394 11079016448 22651 33554432000 4194304 4196468 140733557374032 140194458552816 140194934057602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
[pid=5146/tid=5210] ppid=5143 vsize=10819352 memory=279726522985280 CPUtime=0.2 cores=1,3,5,7
/proc/5146/task/5210/stat : 5210 (java) S 5143 5146 3468 0 -1 1077944384 659 12922 0 0 13 0 5 2 20 0 15 0 48400394 11079016448 22651 33554432000 4194304 4196468 140733557374032 140194457500528 140194934057602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
[pid=5146/tid=5211] ppid=5143 vsize=10819352 memory=279726522453376 CPUtime=0.07 cores=1,3,5,7
/proc/5146/task/5211/stat : 5211 (java) S 5143 5146 3468 0 -1 1077944384 3 12922 0 0 0 0 5 2 20 0 15 0 48400394 11079016448 22651 33554432000 4194304 4196468 140733557374032 140193168354272 140194934056661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
[pid=5146/tid=5212] ppid=5143 vsize=10819352 memory=279726522453568 CPUtime=0.07 cores=1,3,5,7
/proc/5146/task/5212/stat : 5212 (java) S 5143 5146 3468 0 -1 1077944384 1 12922 0 0 0 0 5 2 20 0 15 0 48400394 11079016448 22651 33554432000 4194304 4196468 140733557374032 140194456447408 140194934057602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 90604 KiB

[startup+1.50076 s]
/proc/loadavg: 4.04 3.32 2.39 8/216 5212
/proc/meminfo: memFree=20455280/32770624 swapFree=67108860/67108860
[pid=5146] ppid=5143 vsize=10836300 memory=181900 CPUtime=2.27 cores=1,3,5,7
/proc/5146/stat : 5146 (java) S 5143 5146 3468 0 -1 1077944320 24063 12922 0 0 211 9 5 2 20 0 15 0 48400379 11096371200 45475 33554432000 4194304 4196468 140733557374032 140733557356576 140194934046455 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
/proc/5146/statm: 2709075 45475 3470 1 0 2670733 0
[pid=5146/tid=5199] ppid=5143 vsize=10836300 memory=0 CPUtime=1.43 cores=1,3,5,7
/proc/5146/task/5199/stat : 5199 (java) R 5143 5146 3468 0 -1 4202560 18048 12922 0 0 130 6 5 2 20 0 15 0 48400388 11096371200 45475 33554432000 4194304 4196468 140733557374032 140194905877760 140194918126942 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
[pid=5146/tid=5200] ppid=5143 vsize=10836300 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5146/task/5200/stat : 5200 (java) S 5143 5146 3468 0 -1 1077944384 22 12922 0 0 1 0 5 2 20 0 15 0 48400389 11096371200 45475 33554432000 4194304 4196468 140733557374032 140194938289040 140194934056661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
[pid=5146/tid=5201] ppid=5143 vsize=10836300 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5146/task/5201/stat : 5201 (java) S 5143 5146 3468 0 -1 1077944384 242 12922 0 0 1 0 5 2 20 0 15 0 48400389 11096371200 45475 33554432000 4194304 4196468 140733557374032 140194853108496 140194934056661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
[pid=5146/tid=5202] ppid=5143 vsize=10836300 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5146/task/5202/stat : 5202 (java) S 5143 5146 3468 0 -1 1077944384 32 12922 0 0 1 0 5 2 20 0 15 0 48400389 11096371200 45475 33554432000 4194304 4196468 140733557374032 140194852056208 140194934056661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
[pid=5146/tid=5203] ppid=5143 vsize=10836300 memory=279726522443744 CPUtime=0.08 cores=1,3,5,7
/proc/5146/task/5203/stat : 5203 (java) S 5143 5146 3468 0 -1 1077944384 59 12922 0 0 1 0 5 2 20 0 15 0 48400389 11096371200 45475 33554432000 4194304 4196468 140733557374032 140194851003408 140194934056661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
[pid=5146/tid=5204] ppid=5143 vsize=10836300 memory=279726522448192 CPUtime=0.08 cores=1,3,5,7
/proc/5146/task/5204/stat : 5204 (java) S 5143 5146 3468 0 -1 1077944384 55 12922 0 0 1 0 5 2 20 0 15 0 48400390 11096371200 45475 33554432000 4194304 4196468 140733557374032 140194460657776 140194934057602 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
[pid=5146/tid=5205] ppid=5143 vsize=10836300 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5146/task/5205/stat : 5205 (java) S 5143 5146 3468 0 -1 1077944384 14 12922 0 0 0 0 5 2 20 0 15 0 48400391 11096371200 45475 33554432000 4194304 4196468 140733557374032 140194376311648 140194934056661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
[pid=5146/tid=5206] ppid=5143 vsize=10836300 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5146/task/5206/stat : 5206 (java) S 5143 5146 3468 0 -1 1077944384 1 12922 0 0 0 0 5 2 20 0 15 0 48400391 11096371200 45475 33554432000 4194304 4196468 140733557374032 140194242094192 140194934056661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
[pid=5146/tid=5207] ppid=5143 vsize=10836300 memory=4580 CPUtime=0.07 cores=1,3,5,7
/proc/5146/task/5207/stat : 5207 (java) S 5143 5146 3468 0 -1 1077944384 2 12922 0 0 0 0 5 2 20 0 15 0 48400394 11096371200 45475 33554432000 4194304 4196468 140733557374032 140193638115408 140194934065051 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
[pid=5146/tid=5208] ppid=5143 vsize=10836300 memory=-8989640886134583856 CPUtime=0.31 cores=1,3,5,7
/proc/5146/task/5208/stat : 5208 (java) S 5143 5146 3468 0 -1 1077944384 1508 12922 0 0 24 0 5 2 20 0 15 0 48400394 11096371200 45475 33554432000 4194304 4196468 140733557374032 140194459605616 140194934057602 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
[pid=5146/tid=5209] ppid=5143 vsize=10836300 memory=279726522880544 CPUtime=0.23 cores=1,3,5,7
/proc/5146/task/5209/stat : 5209 (java) S 5143 5146 3468 0 -1 1077944384 656 12922 0 0 16 0 5 2 20 0 15 0 48400394 11096371200 45475 33554432000 4194304 4196468 140733557374032 140194458552816 140194934057602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
[pid=5146/tid=5210] ppid=5143 vsize=10836300 memory=0 CPUtime=0.39 cores=1,3,5,7
/proc/5146/task/5210/stat : 5210 (java) S 5143 5146 3468 0 -1 1077944384 1229 12922 0 0 32 0 5 2 20 0 15 0 48400394 11096371200 45475 33554432000 4194304 4196468 140733557374032 140194457500528 140194934057602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0

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

[pid=5146/tid=5211] ppid=5143 vsize=10918240 memory=1196 CPUtime=0.07 cores=1,3,5,7
/proc/5146/task/5211/stat : 5211 (java) S 5143 5146 3468 0 -1 1077944384 3 12922 0 0 0 0 5 2 20 0 15 0 48400394 11180277760 363137 33554432000 4194304 4196468 140733557374032 140193168354272 140194934056661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
[pid=5146/tid=5212] ppid=5143 vsize=10918240 memory=8112282956445269571 CPUtime=0.26 cores=1,3,5,7
/proc/5146/task/5212/stat : 5212 (java) S 5143 5146 3468 0 -1 1077944384 1632 12922 0 0 9 10 5 2 20 0 15 0 48400394 11180277760 363137 33554432000 4194304 4196468 140733557374032 140194456447408 140194934057602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 2 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
Current children cumulated CPU time: 345.19 s
Current children cumulated vsize: 10918240 KiB
Current children cumulated memory: 1452548 KiB

[startup+324.801 s]
/proc/loadavg: 2.33 3.44 2.79 3/216 5472
/proc/meminfo: memFree=26120100/32770624 swapFree=67108860/67108860
[pid=5146] ppid=5143 vsize=10918240 memory=1452548 CPUtime=346.81 cores=1,3,5,7
/proc/5146/stat : 5146 (java) S 5143 5146 3468 0 -1 1077944320 195658 12922 0 0 34585 89 5 2 20 0 15 0 48400379 11180277760 363137 33554432000 4194304 4196468 140733557374032 140733557356576 140194934046455 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
/proc/5146/statm: 2729560 363137 3535 1 0 2691213 0
[pid=5146/tid=5199] ppid=5143 vsize=10918240 memory=16060 CPUtime=321.63 cores=1,3,5,7
/proc/5146/task/5199/stat : 5199 (java) R 5143 5146 3468 0 -1 4202560 63056 12922 0 0 32123 33 5 2 20 0 15 0 48400388 11180277760 363137 33554432000 4194304 4196468 140733557374032 140194905878960 140194535350915 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
[pid=5146/tid=5200] ppid=5143 vsize=10918240 memory=1452548 CPUtime=1.42 cores=1,3,5,7
/proc/5146/task/5200/stat : 5200 (java) S 5143 5146 3468 0 -1 1077944384 7097 12922 0 0 128 7 5 2 20 0 15 0 48400389 11180277760 363137 33554432000 4194304 4196468 140733557374032 140194938289040 140194934056661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
[pid=5146/tid=5201] ppid=5143 vsize=10918240 memory=7888 CPUtime=1.43 cores=1,3,5,7
/proc/5146/task/5201/stat : 5201 (java) S 5143 5146 3468 0 -1 1077944384 3970 12922 0 0 128 8 5 2 20 0 15 0 48400389 11180277760 363137 33554432000 4194304 4196468 140733557374032 140194853108496 140194934056661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
[pid=5146/tid=5202] ppid=5143 vsize=10918240 memory=1452480 CPUtime=1.44 cores=1,3,5,7
/proc/5146/task/5202/stat : 5202 (java) S 5143 5146 3468 0 -1 1077944384 2477 12922 0 0 129 8 5 2 20 0 15 0 48400389 11180277760 363137 33554432000 4194304 4196468 140733557374032 140194852056208 140194934056661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
[pid=5146/tid=5203] ppid=5143 vsize=10918240 memory=2340 CPUtime=1.44 cores=1,3,5,7
/proc/5146/task/5203/stat : 5203 (java) S 5143 5146 3468 0 -1 1077944384 4723 12922 0 0 129 8 5 2 20 0 15 0 48400389 11180277760 363137 33554432000 4194304 4196468 140733557374032 140194851003408 140194934056661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
[pid=5146/tid=5204] ppid=5143 vsize=10918240 memory=1452548 CPUtime=1.31 cores=1,3,5,7
/proc/5146/task/5204/stat : 5204 (java) S 5143 5146 3468 0 -1 1077944384 6326 12922 0 0 118 6 5 2 20 0 15 0 48400390 11180277760 363137 33554432000 4194304 4196468 140733557374032 140194460657776 140194934057602 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
[pid=5146/tid=5205] ppid=5143 vsize=10918240 memory=640 CPUtime=0.07 cores=1,3,5,7
/proc/5146/task/5205/stat : 5205 (java) S 5143 5146 3468 0 -1 1077944384 22 12922 0 0 0 0 5 2 20 0 15 0 48400391 11180277760 363137 33554432000 4194304 4196468 140733557374032 140194376311648 140194934056661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
[pid=5146/tid=5206] ppid=5143 vsize=10918240 memory=1452548 CPUtime=0.07 cores=1,3,5,7
/proc/5146/task/5206/stat : 5206 (java) S 5143 5146 3468 0 -1 1077944384 20 12922 0 0 0 0 5 2 20 0 15 0 48400391 11180277760 363137 33554432000 4194304 4196468 140733557374032 140194242094208 140194934056661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
[pid=5146/tid=5207] ppid=5143 vsize=10918240 memory=1240 CPUtime=0.07 cores=1,3,5,7
/proc/5146/task/5207/stat : 5207 (java) S 5143 5146 3468 0 -1 1077944384 2 12922 0 0 0 0 5 2 20 0 15 0 48400394 11180277760 363137 33554432000 4194304 4196468 140733557374032 140193638115408 140194934065051 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
[pid=5146/tid=5208] ppid=5143 vsize=10918240 memory=640 CPUtime=8.02 cores=1,3,5,7
/proc/5146/task/5208/stat : 5208 (java) S 5143 5146 3468 0 -1 1077944384 31060 12922 0 0 791 4 5 2 20 0 15 0 48400394 11180277760 363137 33554432000 4194304 4196468 140733557374032 140194459605616 140194934057602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
[pid=5146/tid=5209] ppid=5143 vsize=10918240 memory=8112282956445269571 CPUtime=7.91 cores=1,3,5,7
/proc/5146/task/5209/stat : 5209 (java) S 5143 5146 3468 0 -1 1077944384 41618 12922 0 0 780 4 5 2 20 0 15 0 48400394 11180277760 363137 33554432000 4194304 4196468 140733557374032 140194458552816 140194934057602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
[pid=5146/tid=5210] ppid=5143 vsize=10918240 memory=5520 CPUtime=2.47 cores=1,3,5,7
/proc/5146/task/5210/stat : 5210 (java) S 5143 5146 3468 0 -1 1077944384 31459 12922 0 0 235 5 5 2 20 0 15 0 48400394 11180277760 363137 33554432000 4194304 4196468 140733557374032 140194457500528 140194934057602 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
[pid=5146/tid=5211] ppid=5143 vsize=10918240 memory=4616 CPUtime=0.07 cores=1,3,5,7
/proc/5146/task/5211/stat : 5211 (java) S 5143 5146 3468 0 -1 1077944384 3 12922 0 0 0 0 5 2 20 0 15 0 48400394 11180277760 363137 33554432000 4194304 4196468 140733557374032 140193168354272 140194934056661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
[pid=5146/tid=5212] ppid=5143 vsize=10918240 memory=1424 CPUtime=0.26 cores=1,3,5,7
/proc/5146/task/5212/stat : 5212 (java) S 5143 5146 3468 0 -1 1077944384 1632 12922 0 0 9 10 5 2 20 0 15 0 48400394 11180277760 363137 33554432000 4194304 4196468 140733557374032 140194456447408 140194934057602 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
Current children cumulated CPU time: 346.81 s
Current children cumulated vsize: 10918240 KiB
Current children cumulated memory: 1452548 KiB

[startup+325.201 s]
/proc/loadavg: 2.33 3.44 2.79 3/216 5472
/proc/meminfo: memFree=26120100/32770624 swapFree=67108860/67108860
[pid=5146] ppid=5143 vsize=10918240 memory=1452548 CPUtime=347.21 cores=1,3,5,7
/proc/5146/stat : 5146 (java) S 5143 5146 3468 0 -1 1077944320 195662 12922 0 0 34625 89 5 2 20 0 15 0 48400379 11180277760 363137 33554432000 4194304 4196468 140733557374032 140733557356576 140194934046455 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
/proc/5146/statm: 2729560 363137 3535 1 0 2691213 0
[pid=5146/tid=5199] ppid=5143 vsize=10918240 memory=14136627995871562 CPUtime=322.03 cores=1,3,5,7
/proc/5146/task/5199/stat : 5199 (java) R 5143 5146 3468 0 -1 4202560 63058 12922 0 0 32163 33 5 2 20 0 15 0 48400388 11180277760 363137 33554432000 4194304 4196468 140733557374032 140194905879888 140194543382407 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
[pid=5146/tid=5200] ppid=5143 vsize=10918240 memory=14136627995871562 CPUtime=1.43 cores=1,3,5,7
/proc/5146/task/5200/stat : 5200 (java) S 5143 5146 3468 0 -1 1077944384 7097 12922 0 0 129 7 5 2 20 0 15 0 48400389 11180277760 363137 33554432000 4194304 4196468 140733557374032 140194938289040 140194934056661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
[pid=5146/tid=5201] ppid=5143 vsize=10918240 memory=7740121382314337384 CPUtime=1.43 cores=1,3,5,7
/proc/5146/task/5201/stat : 5201 (java) S 5143 5146 3468 0 -1 1077944384 3970 12922 0 0 128 8 5 2 20 0 15 0 48400389 11180277760 363137 33554432000 4194304 4196468 140733557374032 140194853108496 140194934056661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
[pid=5146/tid=5202] ppid=5143 vsize=10918240 memory=7451299486173063272 CPUtime=1.44 cores=1,3,5,7
/proc/5146/task/5202/stat : 5202 (java) S 5143 5146 3468 0 -1 1077944384 2477 12922 0 0 129 8 5 2 20 0 15 0 48400389 11180277760 363137 33554432000 4194304 4196468 140733557374032 140194852056208 140194934056661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
[pid=5146/tid=5203] ppid=5143 vsize=10918240 memory=5933038880560671082 CPUtime=1.44 cores=1,3,5,7
/proc/5146/task/5203/stat : 5203 (java) S 5143 5146 3468 0 -1 1077944384 4723 12922 0 0 129 8 5 2 20 0 15 0 48400389 11180277760 363137 33554432000 4194304 4196468 140733557374032 140194851003408 140194934056661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
[pid=5146/tid=5204] ppid=5143 vsize=10918240 memory=5933038880560671082 CPUtime=1.31 cores=1,3,5,7
/proc/5146/task/5204/stat : 5204 (java) S 5143 5146 3468 0 -1 1077944384 6328 12922 0 0 118 6 5 2 20 0 15 0 48400390 11180277760 363137 33554432000 4194304 4196468 140733557374032 140194460657776 140194934057602 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
[pid=5146/tid=5205] ppid=5143 vsize=10918240 memory=5933038880560671082 CPUtime=0.07 cores=1,3,5,7
/proc/5146/task/5205/stat : 5205 (java) S 5143 5146 3468 0 -1 1077944384 22 12922 0 0 0 0 5 2 20 0 15 0 48400391 11180277760 363137 33554432000 4194304 4196468 140733557374032 140194376311648 140194934056661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
[pid=5146/tid=5206] ppid=5143 vsize=10918240 memory=5933038880560671082 CPUtime=0.07 cores=1,3,5,7
/proc/5146/task/5206/stat : 5206 (java) S 5143 5146 3468 0 -1 1077944384 20 12922 0 0 0 0 5 2 20 0 15 0 48400391 11180277760 363137 33554432000 4194304 4196468 140733557374032 140194242094208 140194934056661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
[pid=5146/tid=5207] ppid=5143 vsize=10918240 memory=5933038880560671082 CPUtime=0.07 cores=1,3,5,7
/proc/5146/task/5207/stat : 5207 (java) S 5143 5146 3468 0 -1 1077944384 2 12922 0 0 0 0 5 2 20 0 15 0 48400394 11180277760 363137 33554432000 4194304 4196468 140733557374032 140193638115408 140194934065051 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
[pid=5146/tid=5208] ppid=5143 vsize=10918240 memory=1408 CPUtime=8.02 cores=1,3,5,7
/proc/5146/task/5208/stat : 5208 (java) S 5143 5146 3468 0 -1 1077944384 31060 12922 0 0 791 4 5 2 20 0 15 0 48400394 11180277760 363137 33554432000 4194304 4196468 140733557374032 140194459605616 140194934057602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
[pid=5146/tid=5209] ppid=5143 vsize=10918240 memory=2840 CPUtime=7.91 cores=1,3,5,7
/proc/5146/task/5209/stat : 5209 (java) S 5143 5146 3468 0 -1 1077944384 41618 12922 0 0 780 4 5 2 20 0 15 0 48400394 11180277760 363137 33554432000 4194304 4196468 140733557374032 140194458552816 140194934057602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
[pid=5146/tid=5210] ppid=5143 vsize=10918240 memory=1452548 CPUtime=2.47 cores=1,3,5,7
/proc/5146/task/5210/stat : 5210 (java) S 5143 5146 3468 0 -1 1077944384 31459 12922 0 0 235 5 5 2 20 0 15 0 48400394 11180277760 363137 33554432000 4194304 4196468 140733557374032 140194457500528 140194934057602 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
[pid=5146/tid=5211] ppid=5143 vsize=10918240 memory=1452548 CPUtime=0.07 cores=1,3,5,7
/proc/5146/task/5211/stat : 5211 (java) S 5143 5146 3468 0 -1 1077944384 3 12922 0 0 0 0 5 2 20 0 15 0 48400394 11180277760 363137 33554432000 4194304 4196468 140733557374032 140193168354272 140194934056661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
[pid=5146/tid=5212] ppid=5143 vsize=10918240 memory=1452548 CPUtime=0.26 cores=1,3,5,7
/proc/5146/task/5212/stat : 5212 (java) S 5143 5146 3468 0 -1 1077944384 1632 12922 0 0 9 10 5 2 20 0 15 0 48400394 11180277760 363137 33554432000 4194304 4196468 140733557374032 140194456447408 140194934057602 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
Current children cumulated CPU time: 347.21 s
Current children cumulated vsize: 10918240 KiB
Current children cumulated memory: 1452548 KiB

[startup+325.401 s]
/proc/loadavg: 2.33 3.44 2.79 3/216 5472
/proc/meminfo: memFree=26120100/32770624 swapFree=67108860/67108860
[pid=5146] ppid=5143 vsize=10918240 memory=1452548 CPUtime=347.42 cores=1,3,5,7
/proc/5146/stat : 5146 (java) S 5143 5146 3468 0 -1 1077944320 195663 12922 0 0 34645 90 5 2 20 0 15 0 48400379 11180277760 363137 33554432000 4194304 4196468 140733557374032 140733557356576 140194934046455 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
/proc/5146/statm: 2729560 363137 3535 1 0 2691213 0
[pid=5146/tid=5199] ppid=5143 vsize=10918240 memory=8112282956445269571 CPUtime=322.23 cores=1,3,5,7
/proc/5146/task/5199/stat : 5199 (java) R 5143 5146 3468 0 -1 4202560 63059 12922 0 0 32183 33 5 2 20 0 15 0 48400388 11180277760 363137 33554432000 4194304 4196468 140733557374032 140194905878736 140194546395689 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
[pid=5146/tid=5200] ppid=5143 vsize=10918240 memory=0 CPUtime=1.43 cores=1,3,5,7
/proc/5146/task/5200/stat : 5200 (java) S 5143 5146 3468 0 -1 1077944384 7097 12922 0 0 129 7 5 2 20 0 15 0 48400389 11180277760 363137 33554432000 4194304 4196468 140733557374032 140194938289040 140194934056661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
[pid=5146/tid=5201] ppid=5143 vsize=10918240 memory=5933038880560671082 CPUtime=1.44 cores=1,3,5,7
/proc/5146/task/5201/stat : 5201 (java) S 5143 5146 3468 0 -1 1077944384 3970 12922 0 0 129 8 5 2 20 0 15 0 48400389 11180277760 363137 33554432000 4194304 4196468 140733557374032 140194853108496 140194934056661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
[pid=5146/tid=5202] ppid=5143 vsize=10918240 memory=1004 CPUtime=1.44 cores=1,3,5,7
/proc/5146/task/5202/stat : 5202 (java) S 5143 5146 3468 0 -1 1077944384 2477 12922 0 0 129 8 5 2 20 0 15 0 48400389 11180277760 363137 33554432000 4194304 4196468 140733557374032 140194852056208 140194934056661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
[pid=5146/tid=5203] ppid=5143 vsize=10918240 memory=14004 CPUtime=1.44 cores=1,3,5,7
/proc/5146/task/5203/stat : 5203 (java) S 5143 5146 3468 0 -1 1077944384 4723 12922 0 0 129 8 5 2 20 0 15 0 48400389 11180277760 363137 33554432000 4194304 4196468 140733557374032 140194851003408 140194934056661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
[pid=5146/tid=5204] ppid=5143 vsize=10918240 memory=796 CPUtime=1.31 cores=1,3,5,7
/proc/5146/task/5204/stat : 5204 (java) S 5143 5146 3468 0 -1 1077944384 6328 12922 0 0 118 6 5 2 20 0 15 0 48400390 11180277760 363137 33554432000 4194304 4196468 140733557374032 140194460657776 140194934057602 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
[pid=5146/tid=5205] ppid=5143 vsize=10918240 memory=1712 CPUtime=0.07 cores=1,3,5,7
/proc/5146/task/5205/stat : 5205 (java) S 5143 5146 3468 0 -1 1077944384 22 12922 0 0 0 0 5 2 20 0 15 0 48400391 11180277760 363137 33554432000 4194304 4196468 140733557374032 140194376311648 140194934056661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
[pid=5146/tid=5206] ppid=5143 vsize=10918240 memory=1956 CPUtime=0.07 cores=1,3,5,7
/proc/5146/task/5206/stat : 5206 (java) S 5143 5146 3468 0 -1 1077944384 20 12922 0 0 0 0 5 2 20 0 15 0 48400391 11180277760 363137 33554432000 4194304 4196468 140733557374032 140194242094208 140194934056661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
[pid=5146/tid=5207] ppid=5143 vsize=10918240 memory=1196 CPUtime=0.07 cores=1,3,5,7
/proc/5146/task/5207/stat : 5207 (java) S 5143 5146 3468 0 -1 1077944384 2 12922 0 0 0 0 5 2 20 0 15 0 48400394 11180277760 363137 33554432000 4194304 4196468 140733557374032 140193638115408 140194934065051 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
[pid=5146/tid=5208] ppid=5143 vsize=10918240 memory=8360 CPUtime=8.02 cores=1,3,5,7
/proc/5146/task/5208/stat : 5208 (java) S 5143 5146 3468 0 -1 1077944384 31060 12922 0 0 791 4 5 2 20 0 15 0 48400394 11180277760 363137 33554432000 4194304 4196468 140733557374032 140194459605616 140194934057602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
[pid=5146/tid=5209] ppid=5143 vsize=10918240 memory=5520 CPUtime=7.91 cores=1,3,5,7
/proc/5146/task/5209/stat : 5209 (java) S 5143 5146 3468 0 -1 1077944384 41618 12922 0 0 780 4 5 2 20 0 15 0 48400394 11180277760 363137 33554432000 4194304 4196468 140733557374032 140194458552816 140194934057602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
[pid=5146/tid=5210] ppid=5143 vsize=10918240 memory=4616 CPUtime=2.47 cores=1,3,5,7
/proc/5146/task/5210/stat : 5210 (java) S 5143 5146 3468 0 -1 1077944384 31459 12922 0 0 235 5 5 2 20 0 15 0 48400394 11180277760 363137 33554432000 4194304 4196468 140733557374032 140194457500528 140194934057602 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
[pid=5146/tid=5211] ppid=5143 vsize=10918240 memory=1424 CPUtime=0.07 cores=1,3,5,7
/proc/5146/task/5211/stat : 5211 (java) S 5143 5146 3468 0 -1 1077944384 3 12922 0 0 0 0 5 2 20 0 15 0 48400394 11180277760 363137 33554432000 4194304 4196468 140733557374032 140193168354272 140194934056661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
[pid=5146/tid=5212] ppid=5143 vsize=10918240 memory=3761685697718728479 CPUtime=0.26 cores=1,3,5,7
/proc/5146/task/5212/stat : 5212 (java) S 5143 5146 3468 0 -1 1077944384 1632 12922 0 0 9 10 5 2 20 0 15 0 48400394 11180277760 363137 33554432000 4194304 4196468 140733557374032 140194456447408 140194934057602 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
Current children cumulated CPU time: 347.42 s
Current children cumulated vsize: 10918240 KiB
Current children cumulated memory: 1452548 KiB

[startup+325.501 s]
/proc/loadavg: 2.33 3.44 2.79 3/216 5472
/proc/meminfo: memFree=26120100/32770624 swapFree=67108860/67108860
[pid=5146] ppid=5143 vsize=10918240 memory=1452548 CPUtime=347.53 cores=1,3,5,7
/proc/5146/stat : 5146 (java) S 5143 5146 3468 0 -1 1077944320 195665 12922 0 0 34656 90 5 2 20 0 15 0 48400379 11180277760 363137 33554432000 4194304 4196468 140733557374032 140733557356576 140194934046455 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
/proc/5146/statm: 2729560 363137 3535 1 0 2691213 0
[pid=5146/tid=5199] ppid=5143 vsize=10918240 memory=1450360 CPUtime=322.33 cores=1,3,5,7
/proc/5146/task/5199/stat : 5199 (java) R 5143 5146 3468 0 -1 4202560 63060 12922 0 0 32193 33 5 2 20 0 15 0 48400388 11180277760 363137 33554432000 4194304 4196468 140733557374032 140194905878912 140194544506982 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
[pid=5146/tid=5200] ppid=5143 vsize=10918240 memory=1450432 CPUtime=1.43 cores=1,3,5,7
/proc/5146/task/5200/stat : 5200 (java) S 5143 5146 3468 0 -1 1077944384 7098 12922 0 0 129 7 5 2 20 0 15 0 48400389 11180277760 363137 33554432000 4194304 4196468 140733557374032 140194938289040 140194934056661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
[pid=5146/tid=5201] ppid=5143 vsize=10918240 memory=1452480 CPUtime=1.44 cores=1,3,5,7
/proc/5146/task/5201/stat : 5201 (java) S 5143 5146 3468 0 -1 1077944384 3970 12922 0 0 129 8 5 2 20 0 15 0 48400389 11180277760 363137 33554432000 4194304 4196468 140733557374032 140194853108496 140194934056661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
[pid=5146/tid=5202] ppid=5143 vsize=10918240 memory=1452480 CPUtime=1.44 cores=1,3,5,7
/proc/5146/task/5202/stat : 5202 (java) S 5143 5146 3468 0 -1 1077944384 2477 12922 0 0 129 8 5 2 20 0 15 0 48400389 11180277760 363137 33554432000 4194304 4196468 140733557374032 140194852056208 140194934056661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
[pid=5146/tid=5203] ppid=5143 vsize=10918240 memory=279726523131680 CPUtime=1.45 cores=1,3,5,7
/proc/5146/task/5203/stat : 5203 (java) S 5143 5146 3468 0 -1 1077944384 4723 12922 0 0 130 8 5 2 20 0 15 0 48400389 11180277760 363137 33554432000 4194304 4196468 140733557374032 140194851003408 140194934056661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
[pid=5146/tid=5204] ppid=5143 vsize=10918240 memory=1452548 CPUtime=1.31 cores=1,3,5,7
/proc/5146/task/5204/stat : 5204 (java) S 5143 5146 3468 0 -1 1077944384 6328 12922 0 0 118 6 5 2 20 0 15 0 48400390 11180277760 363137 33554432000 4194304 4196468 140733557374032 140194460657776 140194934057602 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
[pid=5146/tid=5205] ppid=5143 vsize=10918240 memory=1452480 CPUtime=0.07 cores=1,3,5,7
/proc/5146/task/5205/stat : 5205 (java) S 5143 5146 3468 0 -1 1077944384 22 12922 0 0 0 0 5 2 20 0 15 0 48400391 11180277760 363137 33554432000 4194304 4196468 140733557374032 140194376311648 140194934056661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
[pid=5146/tid=5206] ppid=5143 vsize=10918240 memory=1452548 CPUtime=0.07 cores=1,3,5,7
/proc/5146/task/5206/stat : 5206 (java) S 5143 5146 3468 0 -1 1077944384 20 12922 0 0 0 0 5 2 20 0 15 0 48400391 11180277760 363137 33554432000 4194304 4196468 140733557374032 140194242094208 140194934056661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
[pid=5146/tid=5207] ppid=5143 vsize=10918240 memory=1452548 CPUtime=0.07 cores=1,3,5,7
/proc/5146/task/5207/stat : 5207 (java) S 5143 5146 3468 0 -1 1077944384 2 12922 0 0 0 0 5 2 20 0 15 0 48400394 11180277760 363137 33554432000 4194304 4196468 140733557374032 140193638115408 140194934065051 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
[pid=5146/tid=5208] ppid=5143 vsize=10918240 memory=1452548 CPUtime=8.02 cores=1,3,5,7
/proc/5146/task/5208/stat : 5208 (java) S 5143 5146 3468 0 -1 1077944384 31060 12922 0 0 791 4 5 2 20 0 15 0 48400394 11180277760 363137 33554432000 4194304 4196468 140733557374032 140194459605616 140194934057602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
[pid=5146/tid=5209] ppid=5143 vsize=10918240 memory=1452548 CPUtime=7.91 cores=1,3,5,7
/proc/5146/task/5209/stat : 5209 (java) S 5143 5146 3468 0 -1 1077944384 41618 12922 0 0 780 4 5 2 20 0 15 0 48400394 11180277760 363137 33554432000 4194304 4196468 140733557374032 140194458552816 140194934057602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
[pid=5146/tid=5210] ppid=5143 vsize=10918240 memory=1452548 CPUtime=2.47 cores=1,3,5,7
/proc/5146/task/5210/stat : 5210 (java) S 5143 5146 3468 0 -1 1077944384 31459 12922 0 0 235 5 5 2 20 0 15 0 48400394 11180277760 363137 33554432000 4194304 4196468 140733557374032 140194457500528 140194934057602 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
[pid=5146/tid=5211] ppid=5143 vsize=10918240 memory=3978002646600725089 CPUtime=0.07 cores=1,3,5,7
/proc/5146/task/5211/stat : 5211 (java) S 5143 5146 3468 0 -1 1077944384 3 12922 0 0 0 0 5 2 20 0 15 0 48400394 11180277760 363137 33554432000 4194304 4196468 140733557374032 140193168354272 140194934056661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
[pid=5146/tid=5212] ppid=5143 vsize=10918240 memory=139863263705728 CPUtime=0.26 cores=1,3,5,7
/proc/5146/task/5212/stat : 5212 (java) S 5143 5146 3468 0 -1 1077944384 1632 12922 0 0 9 10 5 2 20 0 15 0 48400394 11180277760 363137 33554432000 4194304 4196468 140733557374032 140194456447408 140194934057602 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 28020736 140733557381292 140733557384540 140733557384540 140733557387215 0
Current children cumulated CPU time: 347.53 s
Current children cumulated vsize: 10918240 KiB
Current children cumulated memory: 1452548 KiB

Child status: 0
Real time (s): 325.606
CPU time (s): 347.682
CPU user time (s): 346.728
CPU system time (s): 0.954039
CPU usage (%): 106.78
Max. virtual memory (cumulated for all children) (KiB): 10919068
Max. memory (cumulated for all children) (KiB): 1452548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 346.728
system time used= 0.954039
maximum resident set size= 1454972
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 214437
page faults= 0
swaps= 0
block input operations= 56
block output operations= 584
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41089
involuntary context switches= 1097


# summary of solver processes directly reported to runsolver:
#   pid: 5146
#   total CPU time (s): 347.682
#   total CPU user time (s): 346.728
#   total CPU system time (s): 0.954039

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.13617 second user time and 3.02426 second system time

The end

Launcher Data

Begin job on node149 at 2018-07-23 03:12:52
IDJOB=4293130
IDBENCH=141124
IDSOLVER=2751
FILE ID=node149/4293130-1532308372
RUNJOBID= node149-1532298084-3500
PBS_JOBID= 21018995
Free space on /tmp= 51816 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/StripPacking/StripPacking-T1c_c18.xml
COMMAND LINE= concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4293130-1532308372/watcher-4293130-1532308372 -o /tmp/evaluation-result-4293130-1532308372/solver-4293130-1532308372 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1532298084-3500 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=361089390 -superng HOME/instance-4293130-1532308372.xml

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

MD5SUM BENCH= 65600e10f2c410a9bfdeb6a1b5bfec81
RANDOM SEED=361089390

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.60
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.60
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.60
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.60
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:        20557108 kB
MemAvailable:   23391404 kB
Buffers:          140000 kB
Cached:          2953804 kB
SwapCached:            0 kB
Active:         10205800 kB
Inactive:        1509036 kB
Active(anon):    8570804 kB
Inactive(anon):    70184 kB
Active(file):    1634996 kB
Inactive(file):  1438852 kB
Unevictable:        7620 kB
Mlocked:            7620 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26584 kB
Writeback:             0 kB
AnonPages:       8628892 kB
Mapped:            49400 kB
Shmem:             17064 kB
Slab:             180500 kB
SReclaimable:     152568 kB
SUnreclaim:        27932 kB
KernelStack:        3520 kB
PageTables:        22224 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8841284 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8083456 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 51792 MiB
End job on node149 at 2018-07-23 03:18:18