Trace number 4387279

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.10OPT832 351.693 326.142

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 benchmark98.4606
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.72/0.55	c Concrete v3.10.1560635388952 running
10.53/4.20	o 490
10.53/4.22	o 513
11.18/4.40	o 574
11.18/4.40	o 576
11.18/4.42	o 608
11.18/4.43	o 611
11.18/4.43	o 663
11.18/4.44	o 701
13.41/5.30	o 736
15.77/6.71	o 799
16.69/7.16	o 832
351.63/326.13	v <instantiation
351.63/326.13	v         cost = '832'>
351.63/326.13	v       <list>
351.63/326.13	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]
351.63/326.13	v       </list>
351.63/326.13	v       <values>
351.63/326.13	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
351.63/326.13	v       </values>
351.63/326.13	v     </instantiation>
351.63/326.13	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 (14681 MiB free)
  memory of node 1: 16384 MiB (15470 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387279-1568297275/watcher-4387279-1568297275 -o /tmp/evaluation-result-4387279-1568297275/solver-4387279-1568297275 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1568282247-6564 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=167822977 HOME/instance-4387279-1568297275.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=9472, runsolver pid=9469
Current StackSize limit: 8192 KiB


[startup+0.100125 s]*
/proc/loadavg: 1.55 1.48 1.47 3/219 9529
/proc/meminfo: memFree=30869432/32770624 swapFree=66920292/67108860
[pid=9472] ppid=9469 vsize=9972712 memory=15440 CPUtime=0.08 cores=1,3,5,7
/proc/9472/stat : 9472 (java) S 9469 9472 5621 0 -1 1077944320 4579 13190 0 0 1 0 5 2 20 0 6 0 405983633 10212057088 3794 33554432000 4194304 4196468 140723819558224 140723819540768 140609037168375 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
/proc/9472/statm: 2493178 3794 1935 1 0 2481616 0
[pid=9472/tid=9525] ppid=9469 vsize=9972712 memory=720575944405811505 CPUtime=0.08 cores=1,3,5,7
/proc/9472/task/9525/stat : 9525 (java) R 9469 9472 5621 0 -1 4202560 2393 13190 0 0 1 0 5 2 20 0 6 0 405983642 10212057088 3860 33554432000 4194304 4196468 140723819558224 140609009005136 140609022198608 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
[pid=9472/tid=9526] ppid=9469 vsize=9977852 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9472/task/9526/stat : 9526 (java) S 9469 9472 5621 0 -1 1077944384 1 13190 0 0 0 0 5 2 20 0 6 0 405983643 10217320448 3860 33554432000 4194304 4196468 140723819558224 140609041411216 140609037178581 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
[pid=9472/tid=9527] ppid=9469 vsize=9984680 memory=14551071472871064 CPUtime=0.07 cores=1,3,5,7
/proc/9472/task/9527/stat : 9527 (java) S 9469 9472 5621 0 -1 1077944384 1 13190 0 0 0 0 5 2 20 0 6 0 405983643 10224312320 3860 33554432000 4194304 4196468 140723819558224 140608610339856 140609037178581 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
[pid=9472/tid=9528] ppid=9469 vsize=9988792 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9472/task/9528/stat : 9528 (java) S 9469 9472 5621 0 -1 1077944384 1 13190 0 0 0 0 5 2 20 0 6 0 405983643 10228523008 3860 33554432000 4194304 4196468 140723819558224 140608609287056 140609037178581 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
[pid=9472/tid=9529] ppid=9469 vsize=9988792 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9472/task/9529/stat : 9529 (java) S 9469 9472 5621 0 -1 1077944384 2 13190 0 0 0 0 5 2 20 0 6 0 405983643 10228523008 3860 33554432000 4194304 4196468 140723819558224 140608608234256 140609037178581 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 15440 KiB

[startup+0.210055 s]*
/proc/loadavg: 1.55 1.48 1.47 3/228 9538
/proc/meminfo: memFree=30848228/32770624 swapFree=66920292/67108860
[pid=9472] ppid=9469 vsize=10818940 memory=40128 CPUtime=0.25 cores=1,3,5,7
/proc/9472/stat : 9472 (java) S 9469 9472 5621 0 -1 1077944320 7378 13190 0 0 17 1 5 2 20 0 15 0 405983633 11078594560 10032 33554432000 4194304 4196468 140723819558224 140723819540768 140609037168375 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
/proc/9472/statm: 2704735 10032 2984 1 0 2667149 0
[pid=9472/tid=9525] ppid=9469 vsize=10818940 memory=729618466009055537 CPUtime=0.18 cores=1,3,5,7
/proc/9472/task/9525/stat : 9525 (java) R 9469 9472 5621 0 -1 4202560 3792 13190 0 0 11 0 5 2 20 0 15 0 405983642 11078594560 10032 33554432000 4194304 4196468 140723819558224 140609008994528 140609021248862 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
[pid=9472/tid=9526] ppid=9469 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9472/task/9526/stat : 9526 (java) S 9469 9472 5621 0 -1 1077944384 1 13190 0 0 0 0 5 2 20 0 15 0 405983643 11078594560 10032 33554432000 4194304 4196468 140723819558224 140609041411216 140609037178581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
[pid=9472/tid=9527] ppid=9469 vsize=10818940 memory=14551071472871064 CPUtime=0.07 cores=1,3,5,7
/proc/9472/task/9527/stat : 9527 (java) S 9469 9472 5621 0 -1 1077944384 1 13190 0 0 0 0 5 2 20 0 15 0 405983643 11078594560 10032 33554432000 4194304 4196468 140723819558224 140608610339856 140609037178581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
[pid=9472/tid=9528] ppid=9469 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9472/task/9528/stat : 9528 (java) S 9469 9472 5621 0 -1 1077944384 1 13190 0 0 0 0 5 2 20 0 15 0 405983643 11078594560 10032 33554432000 4194304 4196468 140723819558224 140608609287056 140609037178581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
[pid=9472/tid=9529] ppid=9469 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9472/task/9529/stat : 9529 (java) S 9469 9472 5621 0 -1 1077944384 2 13190 0 0 0 0 5 2 20 0 15 0 405983643 11078594560 10032 33554432000 4194304 4196468 140723819558224 140608608234256 140609037178581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
[pid=9472/tid=9530] ppid=9469 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9472/task/9530/stat : 9530 (java) S 9469 9472 5621 0 -1 1077944384 2 13190 0 0 0 0 5 2 20 0 15 0 405983644 11078594560 10032 33554432000 4194304 4196468 140723819558224 140608496556400 140609037179522 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
[pid=9472/tid=9531] ppid=9469 vsize=10818940 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/9472/task/9531/stat : 9531 (java) S 9469 9472 5621 0 -1 1077944384 33 13190 0 0 0 0 5 2 20 0 15 0 405983644 11078594560 10032 33554432000 4194304 4196468 140723819558224 140608495502368 140609037178581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
[pid=9472/tid=9532] ppid=9469 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9472/task/9532/stat : 9532 (java) S 9469 9472 5621 0 -1 1077944384 1 13190 0 0 0 0 5 2 20 0 15 0 405983645 11078594560 10032 33554432000 4194304 4196468 140723819558224 140608370893680 140609037178581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
[pid=9472/tid=9533] ppid=9469 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9472/task/9533/stat : 9533 (java) S 9469 9472 5621 0 -1 1077944384 2 13190 0 0 0 0 5 2 20 0 15 0 405983647 11078594560 10032 33554432000 4194304 4196468 140723819558224 140607766914896 140609037186971 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
[pid=9472/tid=9534] ppid=9469 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9472/task/9534/stat : 9534 (java) S 9469 9472 5621 0 -1 1077944384 370 13190 0 0 0 0 5 2 20 0 15 0 405983647 11078594560 10032 33554432000 4194304 4196468 140723819558224 140608461945712 140609037179522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
[pid=9472/tid=9535] ppid=9469 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9472/task/9535/stat : 9535 (java) S 9469 9472 5621 0 -1 1077944384 284 13190 0 0 1 0 5 2 20 0 15 0 405983647 11078594560 10032 33554432000 4194304 4196468 140723819558224 140608460892912 140609037179522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
[pid=9472/tid=9536] ppid=9469 vsize=10818940 memory=140660669277824 CPUtime=0.1 cores=1,3,5,7
/proc/9472/task/9536/stat : 9536 (java) R 9469 9472 5621 0 -1 4202560 687 13190 0 0 3 0 5 2 20 0 15 0 405983647 11078594560 10032 33554432000 4194304 4196468 140723819558224 140608459840112 140609037189722 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
[pid=9472/tid=9537] ppid=9469 vsize=10818940 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/9472/task/9537/stat : 9537 (java) S 9469 9472 5621 0 -1 1077944384 3 13190 0 0 0 0 5 2 20 0 15 0 405983648 11078594560 10032 33554432000 4194304 4196468 140723819558224 140607297153760 140609037178581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
[pid=9472/tid=9538] ppid=9469 vsize=10818940 memory=140660669277824 CPUtime=0.07 cores=1,3,5,7
/proc/9472/task/9538/stat : 9538 (java) S 9469 9472 5621 0 -1 1077944384 1 13190 0 0 0 0 5 2 20 0 15 0 405983648 11078594560 10032 33554432000 4194304 4196468 140723819558224 140608458787504 140609037179522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 40128 KiB

[startup+0.310452 s]*
/proc/loadavg: 1.55 1.48 1.47 3/228 9538
/proc/meminfo: memFree=30838340/32770624 swapFree=66920292/67108860
[pid=9472] ppid=9469 vsize=10820096 memory=51552 CPUtime=0.39 cores=1,3,5,7
/proc/9472/stat : 9472 (java) S 9469 9472 5621 0 -1 1077944320 11124 13190 0 0 29 3 5 2 20 0 15 0 405983633 11079778304 12888 33554432000 4194304 4196468 140723819558224 140723819540768 140609037168375 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
/proc/9472/statm: 2705024 12888 3249 1 0 2667149 0
[pid=9472/tid=9525] ppid=9469 vsize=10820096 memory=8317482817917895235 CPUtime=0.29 cores=1,3,5,7
/proc/9472/task/9525/stat : 9525 (java) R 9469 9472 5621 0 -1 4202560 7473 13190 0 0 20 2 5 2 20 0 15 0 405983642 11079778304 12888 33554432000 4194304 4196468 140723819558224 140609008988592 140608640855300 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
[pid=9472/tid=9526] ppid=9469 vsize=10820096 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9472/task/9526/stat : 9526 (java) S 9469 9472 5621 0 -1 1077944384 1 13190 0 0 0 0 5 2 20 0 15 0 405983643 11079778304 12888 33554432000 4194304 4196468 140723819558224 140609041411216 140609037178581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
[pid=9472/tid=9527] ppid=9469 vsize=10820096 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9472/task/9527/stat : 9527 (java) S 9469 9472 5621 0 -1 1077944384 1 13190 0 0 0 0 5 2 20 0 15 0 405983643 11079778304 12888 33554432000 4194304 4196468 140723819558224 140608610339856 140609037178581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
[pid=9472/tid=9528] ppid=9469 vsize=10820096 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9472/task/9528/stat : 9528 (java) S 9469 9472 5621 0 -1 1077944384 1 13190 0 0 0 0 5 2 20 0 15 0 405983643 11079778304 12888 33554432000 4194304 4196468 140723819558224 140608609287056 140609037178581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
[pid=9472/tid=9529] ppid=9469 vsize=10820096 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9472/task/9529/stat : 9529 (java) S 9469 9472 5621 0 -1 1077944384 2 13190 0 0 0 0 5 2 20 0 15 0 405983643 11079778304 12888 33554432000 4194304 4196468 140723819558224 140608608234256 140609037178581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
[pid=9472/tid=9530] ppid=9469 vsize=10820096 memory=140660669277823 CPUtime=0.07 cores=1,3,5,7
/proc/9472/task/9530/stat : 9530 (java) S 9469 9472 5621 0 -1 1077944384 2 13190 0 0 0 0 5 2 20 0 15 0 405983644 11079778304 12888 33554432000 4194304 4196468 140723819558224 140608496556400 140609037179522 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
[pid=9472/tid=9531] ppid=9469 vsize=10820096 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/9472/task/9531/stat : 9531 (java) S 9469 9472 5621 0 -1 1077944384 33 13190 0 0 0 0 5 2 20 0 15 0 405983644 11079778304 12888 33554432000 4194304 4196468 140723819558224 140608495502368 140609037178581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
[pid=9472/tid=9532] ppid=9469 vsize=10820096 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9472/task/9532/stat : 9532 (java) S 9469 9472 5621 0 -1 1077944384 1 13190 0 0 0 0 5 2 20 0 15 0 405983645 11079778304 12888 33554432000 4194304 4196468 140723819558224 140608370893680 140609037178581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
[pid=9472/tid=9533] ppid=9469 vsize=10820096 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9472/task/9533/stat : 9533 (java) S 9469 9472 5621 0 -1 1077944384 2 13190 0 0 0 0 5 2 20 0 15 0 405983647 11079778304 12888 33554432000 4194304 4196468 140723819558224 140607766914896 140609037186971 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
[pid=9472/tid=9534] ppid=9469 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9472/task/9534/stat : 9534 (java) S 9469 9472 5621 0 -1 1077944384 374 13190 0 0 1 0 5 2 20 0 15 0 405983647 11079778304 12888 33554432000 4194304 4196468 140723819558224 140608461945712 140609037179522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
[pid=9472/tid=9535] ppid=9469 vsize=10820096 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9472/task/9535/stat : 9535 (java) S 9469 9472 5621 0 -1 1077944384 292 13190 0 0 1 0 5 2 20 0 15 0 405983647 11079778304 12888 33554432000 4194304 4196468 140723819558224 140608460892912 140609037179522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
[pid=9472/tid=9536] ppid=9469 vsize=10820096 memory=140660669277824 CPUtime=0.12 cores=1,3,5,7
/proc/9472/task/9536/stat : 9536 (java) S 9469 9472 5621 0 -1 1077944384 733 13190 0 0 5 0 5 2 20 0 15 0 405983647 11079778304 12888 33554432000 4194304 4196468 140723819558224 140608459840112 140609037179522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
[pid=9472/tid=9537] ppid=9469 vsize=10820096 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/9472/task/9537/stat : 9537 (java) S 9469 9472 5621 0 -1 1077944384 3 13190 0 0 0 0 5 2 20 0 15 0 405983648 11079778304 12888 33554432000 4194304 4196468 140723819558224 140607297153760 140609037178581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
[pid=9472/tid=9538] ppid=9469 vsize=10820096 memory=140660669277824 CPUtime=0.07 cores=1,3,5,7
/proc/9472/task/9538/stat : 9538 (java) S 9469 9472 5621 0 -1 1077944384 1 13190 0 0 0 0 5 2 20 0 15 0 405983648 11079778304 12888 33554432000 4194304 4196468 140723819558224 140608458787504 140609037179522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820096 KiB
Current children cumulated memory: 51552 KiB

[startup+0.700761 s]
/proc/loadavg: 1.51 1.47 1.47 5/228 9538
/proc/meminfo: memFree=30825172/32770624 swapFree=66920292/67108860
[pid=9472] ppid=9469 vsize=10824340 memory=83732 CPUtime=1.14 cores=1,3,5,7
/proc/9472/stat : 9472 (java) S 9469 9472 5621 0 -1 1077944320 15135 13190 0 0 101 6 5 2 20 0 15 0 405983633 11084124160 20933 33554432000 4194304 4196468 140723819558224 140723819540768 140609037168375 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
/proc/9472/statm: 2706085 20933 3507 1 0 2668173 0
[pid=9472/tid=9525] ppid=9469 vsize=10824340 memory=5795117241467496816 CPUtime=0.67 cores=1,3,5,7
/proc/9472/task/9525/stat : 9525 (java) R 9469 9472 5621 0 -1 4202560 10578 13190 0 0 56 4 5 2 20 0 15 0 405983642 11084124160 20933 33554432000 4194304 4196468 140723819558224 140609008952576 140609021248862 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
[pid=9472/tid=9526] ppid=9469 vsize=10824340 memory=1284 CPUtime=0.07 cores=1,3,5,7
/proc/9472/task/9526/stat : 9526 (java) S 9469 9472 5621 0 -1 1077944384 1 13190 0 0 0 0 5 2 20 0 15 0 405983643 11084124160 20933 33554432000 4194304 4196468 140723819558224 140609041411216 140609037178581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
[pid=9472/tid=9527] ppid=9469 vsize=10824340 memory=1044 CPUtime=0.07 cores=1,3,5,7
/proc/9472/task/9527/stat : 9527 (java) S 9469 9472 5621 0 -1 1077944384 1 13190 0 0 0 0 5 2 20 0 15 0 405983643 11084124160 20933 33554432000 4194304 4196468 140723819558224 140608610339856 140609037178581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
[pid=9472/tid=9528] ppid=9469 vsize=10824340 memory=33 CPUtime=0.07 cores=1,3,5,7
/proc/9472/task/9528/stat : 9528 (java) S 9469 9472 5621 0 -1 1077944384 1 13190 0 0 0 0 5 2 20 0 15 0 405983643 11084124160 20933 33554432000 4194304 4196468 140723819558224 140608609287056 140609037178581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
[pid=9472/tid=9529] ppid=9469 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9472/task/9529/stat : 9529 (java) S 9469 9472 5621 0 -1 1077944384 2 13190 0 0 0 0 5 2 20 0 15 0 405983643 11084124160 20933 33554432000 4194304 4196468 140723819558224 140608608234256 140609037178581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
[pid=9472/tid=9530] ppid=9469 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9472/task/9530/stat : 9530 (java) S 9469 9472 5621 0 -1 1077944384 5 13190 0 0 0 0 5 2 20 0 15 0 405983644 11084124160 20933 33554432000 4194304 4196468 140723819558224 140608496556400 140609037179522 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
[pid=9472/tid=9531] ppid=9469 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9472/task/9531/stat : 9531 (java) S 9469 9472 5621 0 -1 1077944384 33 13190 0 0 0 0 5 2 20 0 15 0 405983644 11084124160 20933 33554432000 4194304 4196468 140723819558224 140608495502368 140609037178581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
[pid=9472/tid=9532] ppid=9469 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9472/task/9532/stat : 9532 (java) S 9469 9472 5621 0 -1 1077944384 1 13190 0 0 0 0 5 2 20 0 15 0 405983645 11084124160 20933 33554432000 4194304 4196468 140723819558224 140608370893680 140609037178581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
[pid=9472/tid=9533] ppid=9469 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9472/task/9533/stat : 9533 (java) S 9469 9472 5621 0 -1 1077944384 2 13190 0 0 0 0 5 2 20 0 15 0 405983647 11084124160 20933 33554432000 4194304 4196468 140723819558224 140607766914896 140609037186971 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
[pid=9472/tid=9534] ppid=9469 vsize=10824340 memory=0 CPUtime=0.18 cores=1,3,5,7
/proc/9472/task/9534/stat : 9534 (java) S 9469 9472 5621 0 -1 1077944384 651 13190 0 0 11 0 5 2 20 0 15 0 405983647 11084124160 20933 33554432000 4194304 4196468 140723819558224 140608461945712 140609037179522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
[pid=9472/tid=9535] ppid=9469 vsize=10824340 memory=0 CPUtime=0.22 cores=1,3,5,7
/proc/9472/task/9535/stat : 9535 (java) S 9469 9472 5621 0 -1 1077944384 667 13190 0 0 15 0 5 2 20 0 15 0 405983647 11084124160 20933 33554432000 4194304 4196468 140723819558224 140608460892912 140609037179522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
[pid=9472/tid=9536] ppid=9469 vsize=10824340 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/9472/task/9536/stat : 9536 (java) S 9469 9472 5621 0 -1 1077944384 984 13190 0 0 17 0 5 2 20 0 15 0 405983647 11084124160 20933 33554432000 4194304 4196468 140723819558224 140608459840112 140609037179522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
[pid=9472/tid=9537] ppid=9469 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9472/task/9537/stat : 9537 (java) S 9469 9472 5621 0 -1 1077944384 3 13190 0 0 0 0 5 2 20 0 15 0 405983648 11084124160 20933 33554432000 4194304 4196468 140723819558224 140607297153760 140609037178581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
[pid=9472/tid=9538] ppid=9469 vsize=10824340 memory=3580 CPUtime=0.07 cores=1,3,5,7
/proc/9472/task/9538/stat : 9538 (java) S 9469 9472 5621 0 -1 1077944384 1 13190 0 0 0 0 5 2 20 0 15 0 405983648 11084124160 20933 33554432000 4194304 4196468 140723819558224 140608458787504 140609037179522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 83732 KiB

[startup+1.5007 s]
/proc/loadavg: 1.51 1.47 1.47 3/228 9538
/proc/meminfo: memFree=30771824/32770624 swapFree=66920292/67108860
[pid=9472] ppid=9469 vsize=10834656 memory=179340 CPUtime=2.65 cores=1,3,5,7
/proc/9472/stat : 9472 (java) S 9469 9472 5621 0 -1 1077944320 25603 13190 0 0 247 11 5 2 20 0 15 0 405983633 11094687744 44835 33554432000 4194304 4196468 140723819558224 140723819540768 140609037168375 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
/proc/9472/statm: 2708664 44835 3574 1 0 2670733 0
[pid=9472/tid=9525] ppid=9469 vsize=10834656 memory=0 CPUtime=1.43 cores=1,3,5,7
/proc/9472/task/9525/stat : 9525 (java) R 9469 9472 5621 0 -1 4202560 16364 13190 0 0 130 6 5 2 20 0 15 0 405983642 11094687744 44835 33554432000 4194304 4196468 140723819558224 140609008960800 140608643344143 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
[pid=9472/tid=9526] ppid=9469 vsize=10834656 memory=4639083994601317989 CPUtime=0.08 cores=1,3,5,7
/proc/9472/task/9526/stat : 9526 (java) S 9469 9472 5621 0 -1 1077944384 61 13190 0 0 1 0 5 2 20 0 15 0 405983643 11094687744 44835 33554432000 4194304 4196468 140723819558224 140609041411216 140609037178581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
[pid=9472/tid=9527] ppid=9469 vsize=10834656 memory=4639079596554806885 CPUtime=0.08 cores=1,3,5,7
/proc/9472/task/9527/stat : 9527 (java) S 9469 9472 5621 0 -1 1077944384 21 13190 0 0 1 0 5 2 20 0 15 0 405983643 11094687744 44835 33554432000 4194304 4196468 140723819558224 140608610339856 140609037178581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
[pid=9472/tid=9528] ppid=9469 vsize=10834656 memory=7373064775563699284 CPUtime=0.08 cores=1,3,5,7
/proc/9472/task/9528/stat : 9528 (java) S 9469 9472 5621 0 -1 1077944384 326 13190 0 0 1 0 5 2 20 0 15 0 405983643 11094687744 44835 33554432000 4194304 4196468 140723819558224 140608609287056 140609037178581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
[pid=9472/tid=9529] ppid=9469 vsize=10834656 memory=281321029332768 CPUtime=0.08 cores=1,3,5,7
/proc/9472/task/9529/stat : 9529 (java) S 9469 9472 5621 0 -1 1077944384 105 13190 0 0 1 0 5 2 20 0 15 0 405983643 11094687744 44835 33554432000 4194304 4196468 140723819558224 140608608234256 140609037178581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
[pid=9472/tid=9530] ppid=9469 vsize=10834656 memory=3763215165553220006 CPUtime=0.08 cores=1,3,5,7
/proc/9472/task/9530/stat : 9530 (java) S 9469 9472 5621 0 -1 1077944384 1243 13190 0 0 1 0 5 2 20 0 15 0 405983644 11094687744 44835 33554432000 4194304 4196468 140723819558224 140608496556400 140609037179522 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
[pid=9472/tid=9531] ppid=9469 vsize=10834656 memory=281321029000192 CPUtime=0.07 cores=1,3,5,7
/proc/9472/task/9531/stat : 9531 (java) S 9469 9472 5621 0 -1 1077944384 34 13190 0 0 0 0 5 2 20 0 15 0 405983644 11094687744 44835 33554432000 4194304 4196468 140723819558224 140608495502368 140609037178581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
[pid=9472/tid=9532] ppid=9469 vsize=10834656 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9472/task/9532/stat : 9532 (java) S 9469 9472 5621 0 -1 1077944384 1 13190 0 0 0 0 5 2 20 0 15 0 405983645 11094687744 44835 33554432000 4194304 4196468 140723819558224 140608370893680 140609037178581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
[pid=9472/tid=9533] ppid=9469 vsize=10834656 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9472/task/9533/stat : 9533 (java) S 9469 9472 5621 0 -1 1077944384 2 13190 0 0 0 0 5 2 20 0 15 0 405983647 11094687744 44835 33554432000 4194304 4196468 140723819558224 140607766914896 140609037186971 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
[pid=9472/tid=9534] ppid=9469 vsize=10834656 memory=0 CPUtime=0.42 cores=1,3,5,7
/proc/9472/task/9534/stat : 9534 (java) S 9469 9472 5621 0 -1 1077944384 1843 13190 0 0 35 0 5 2 20 0 15 0 405983647 11094687744 44835 33554432000 4194304 4196468 140723819558224 140608461945712 140609037179522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
[pid=9472/tid=9535] ppid=9469 vsize=10834656 memory=0 CPUtime=0.4 cores=1,3,5,7
/proc/9472/task/9535/stat : 9535 (java) S 9469 9472 5621 0 -1 1077944384 1247 13190 0 0 32 1 5 2 20 0 15 0 405983647 11094687744 44835 33554432000 4194304 4196468 140723819558224 140608460892912 140609037179522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
[pid=9472/tid=9536] ppid=9469 vsize=10834656 memory=0 CPUtime=0.48 cores=1,3,5,7
/proc/9472/task/9536/stat : 9536 (java) R 9469 9472 5621 0 -1 4202560 2149 13190 0 0 41 0 5 2 20 0 15 0 405983647 11094687744 44835 33554432000 4194304 4196468 140723819558224 140608459840112 140609037189722 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
[pid=9472/tid=9537] ppid=9469 vsize=10834656 memory=281321029541888 CPUtime=0.07 cores=1,3,5,7
/proc/9472/task/9537/stat : 9537 (java) S 9469 9472 5621 0 -1 1077944384 3 13190 0 0 0 0 5 2 20 0 15 0 405983648 11094687744 44835 33554432000 4194304 4196468 140723819558224 140607297153760 140609037178581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
[pid=9472/tid=9538] ppid=9469 vsize=10834656 memory=6944656592387989600 CPUtime=0.07 cores=1,3,5,7
/proc/9472/task/9538/stat : 9538 (java) S 9469 9472 5621 0 -1 1077944384 1 13190 0 0 0 0 5 2 20 0 15 0 405983648 11094687744 44835 33554432000 4194304 4196468 140723819558224 140608458787504 140609037179522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
Current children cumulated CPU time: 2.65 s
Current children cumulated vsize: 10834656 KiB

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

[pid=9472/tid=9537] ppid=9469 vsize=10849012 memory=1984 CPUtime=0.07 cores=1,3,5,7
/proc/9472/task/9537/stat : 9537 (java) S 9469 9472 5621 0 -1 1077944384 3 13190 0 0 0 0 5 2 20 0 15 0 405983648 11109388288 185017 33554432000 4194304 4196468 140723819558224 140607297153760 140609037178581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
[pid=9472/tid=9538] ppid=9469 vsize=10849012 memory=2552 CPUtime=0.24 cores=1,3,5,7
/proc/9472/task/9538/stat : 9538 (java) S 9469 9472 5621 0 -1 1077944384 402 13190 0 0 8 9 5 2 20 0 15 0 405983648 11109388288 185017 33554432000 4194304 4196468 140723819558224 140608458787504 140609037179522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
Current children cumulated CPU time: 348.69 s
Current children cumulated vsize: 10849012 KiB
Current children cumulated memory: 740068 KiB

[startup+324.801 s]
/proc/loadavg: 1.38 1.38 1.43 3/227 9570
/proc/meminfo: memFree=30134112/32770624 swapFree=66920300/67108860
[pid=9472] ppid=9469 vsize=10849012 memory=740068 CPUtime=350.31 cores=1,3,5,7
/proc/9472/stat : 9472 (java) S 9469 9472 5621 0 -1 1077944320 140282 13190 0 0 34937 87 5 2 20 0 15 0 405983633 11109388288 185017 33554432000 4194304 4196468 140723819558224 140723819540768 140609037168375 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
/proc/9472/statm: 2712253 185017 3620 1 0 2674317 0
[pid=9472/tid=9525] ppid=9469 vsize=10849012 memory=111632 CPUtime=321.74 cores=1,3,5,7
/proc/9472/task/9525/stat : 9525 (java) R 9469 9472 5621 0 -1 4202560 34981 13190 0 0 32146 21 5 2 20 0 15 0 405983642 11109388288 185017 33554432000 4194304 4196468 140723819558224 140609009004352 140608654870934 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
[pid=9472/tid=9526] ppid=9469 vsize=10849012 memory=128 CPUtime=1.38 cores=1,3,5,7
/proc/9472/task/9526/stat : 9526 (java) S 9469 9472 5621 0 -1 1077944384 2301 13190 0 0 122 9 5 2 20 0 15 0 405983643 11109388288 185017 33554432000 4194304 4196468 140723819558224 140609041411216 140609037178581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
[pid=9472/tid=9527] ppid=9469 vsize=10849012 memory=129 CPUtime=1.37 cores=1,3,5,7
/proc/9472/task/9527/stat : 9527 (java) S 9469 9472 5621 0 -1 1077944384 2581 13190 0 0 121 9 5 2 20 0 15 0 405983643 11109388288 185017 33554432000 4194304 4196468 140723819558224 140608610339856 140609037178581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
[pid=9472/tid=9528] ppid=9469 vsize=10849012 memory=129 CPUtime=1.38 cores=1,3,5,7
/proc/9472/task/9528/stat : 9528 (java) S 9469 9472 5621 0 -1 1077944384 6844 13190 0 0 123 8 5 2 20 0 15 0 405983643 11109388288 185017 33554432000 4194304 4196468 140723819558224 140608609287056 140609037178581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
[pid=9472/tid=9529] ppid=9469 vsize=10849012 memory=8112282956445269571 CPUtime=1.37 cores=1,3,5,7
/proc/9472/task/9529/stat : 9529 (java) S 9469 9472 5621 0 -1 1077944384 2514 13190 0 0 122 8 5 2 20 0 15 0 405983643 11109388288 185017 33554432000 4194304 4196468 140723819558224 140608608234256 140609037178581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
[pid=9472/tid=9530] ppid=9469 vsize=10849012 memory=776 CPUtime=1.31 cores=1,3,5,7
/proc/9472/task/9530/stat : 9530 (java) S 9469 9472 5621 0 -1 1077944384 5868 13190 0 0 116 8 5 2 20 0 15 0 405983644 11109388288 185017 33554432000 4194304 4196468 140723819558224 140608496556400 140609037179522 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
[pid=9472/tid=9531] ppid=9469 vsize=10849012 memory=1552 CPUtime=0.07 cores=1,3,5,7
/proc/9472/task/9531/stat : 9531 (java) S 9469 9472 5621 0 -1 1077944384 39 13190 0 0 0 0 5 2 20 0 15 0 405983644 11109388288 185017 33554432000 4194304 4196468 140723819558224 140608495502496 140609037178581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
[pid=9472/tid=9532] ppid=9469 vsize=10849012 memory=1044 CPUtime=0.07 cores=1,3,5,7
/proc/9472/task/9532/stat : 9532 (java) S 9469 9472 5621 0 -1 1077944384 1 13190 0 0 0 0 5 2 20 0 15 0 405983645 11109388288 185017 33554432000 4194304 4196468 140723819558224 140608370893696 140609037178581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
[pid=9472/tid=9533] ppid=9469 vsize=10849012 memory=8112282956445269571 CPUtime=0.07 cores=1,3,5,7
/proc/9472/task/9533/stat : 9533 (java) S 9469 9472 5621 0 -1 1077944384 2 13190 0 0 0 0 5 2 20 0 15 0 405983647 11109388288 185017 33554432000 4194304 4196468 140723819558224 140607766914896 140609037186971 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
[pid=9472/tid=9534] ppid=9469 vsize=10849012 memory=2016 CPUtime=8.84 cores=1,3,5,7
/proc/9472/task/9534/stat : 9534 (java) S 9469 9472 5621 0 -1 1077944384 27974 13190 0 0 872 5 5 2 20 0 15 0 405983647 11109388288 185017 33554432000 4194304 4196468 140723819558224 140608461945712 140609037179522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
[pid=9472/tid=9535] ppid=9469 vsize=10849012 memory=1284 CPUtime=8.12 cores=1,3,5,7
/proc/9472/task/9535/stat : 9535 (java) S 9469 9472 5621 0 -1 1077944384 26469 13190 0 0 798 7 5 2 20 0 15 0 405983647 11109388288 185017 33554432000 4194304 4196468 140723819558224 140608460892912 140609037179522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
[pid=9472/tid=9536] ppid=9469 vsize=10849012 memory=8112282956445269571 CPUtime=5.05 cores=1,3,5,7
/proc/9472/task/9536/stat : 9536 (java) S 9469 9472 5621 0 -1 1077944384 28098 13190 0 0 490 8 5 2 20 0 15 0 405983647 11109388288 185017 33554432000 4194304 4196468 140723819558224 140608459840112 140609037179522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
[pid=9472/tid=9537] ppid=9469 vsize=10849012 memory=12020 CPUtime=0.07 cores=1,3,5,7
/proc/9472/task/9537/stat : 9537 (java) S 9469 9472 5621 0 -1 1077944384 3 13190 0 0 0 0 5 2 20 0 15 0 405983648 11109388288 185017 33554432000 4194304 4196468 140723819558224 140607297153760 140609037178581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
[pid=9472/tid=9538] ppid=9469 vsize=10849012 memory=8112282956445269571 CPUtime=0.24 cores=1,3,5,7
/proc/9472/task/9538/stat : 9538 (java) S 9469 9472 5621 0 -1 1077944384 402 13190 0 0 8 9 5 2 20 0 15 0 405983648 11109388288 185017 33554432000 4194304 4196468 140723819558224 140608458787504 140609037179522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
Current children cumulated CPU time: 350.31 s
Current children cumulated vsize: 10849012 KiB
Current children cumulated memory: 740068 KiB

[startup+325.601 s]
/proc/loadavg: 1.38 1.38 1.43 3/227 9570
/proc/meminfo: memFree=30134112/32770624 swapFree=66920300/67108860
[pid=9472] ppid=9469 vsize=10849012 memory=740068 CPUtime=351.12 cores=1,3,5,7
/proc/9472/stat : 9472 (java) S 9469 9472 5621 0 -1 1077944320 140287 13190 0 0 35018 87 5 2 20 0 15 0 405983633 11109388288 185017 33554432000 4194304 4196468 140723819558224 140723819540768 140609037168375 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
/proc/9472/statm: 2712253 185017 3620 1 0 2674317 0
[pid=9472/tid=9525] ppid=9469 vsize=10849012 memory=1560 CPUtime=322.53 cores=1,3,5,7
/proc/9472/task/9525/stat : 9525 (java) R 9469 9472 5621 0 -1 4202560 34986 13190 0 0 32225 21 5 2 20 0 15 0 405983642 11109388288 185017 33554432000 4194304 4196468 140723819558224 140609009003088 140608655652551 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
[pid=9472/tid=9526] ppid=9469 vsize=10849012 memory=928 CPUtime=1.39 cores=1,3,5,7
/proc/9472/task/9526/stat : 9526 (java) S 9469 9472 5621 0 -1 1077944384 2301 13190 0 0 123 9 5 2 20 0 15 0 405983643 11109388288 185017 33554432000 4194304 4196468 140723819558224 140609041411216 140609037178581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
[pid=9472/tid=9527] ppid=9469 vsize=10849012 memory=1680 CPUtime=1.37 cores=1,3,5,7
/proc/9472/task/9527/stat : 9527 (java) S 9469 9472 5621 0 -1 1077944384 2581 13190 0 0 121 9 5 2 20 0 15 0 405983643 11109388288 185017 33554432000 4194304 4196468 140723819558224 140608610339856 140609037178581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
[pid=9472/tid=9528] ppid=9469 vsize=10849012 memory=1444 CPUtime=1.38 cores=1,3,5,7
/proc/9472/task/9528/stat : 9528 (java) S 9469 9472 5621 0 -1 1077944384 6844 13190 0 0 123 8 5 2 20 0 15 0 405983643 11109388288 185017 33554432000 4194304 4196468 140723819558224 140608609287056 140609037178581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
[pid=9472/tid=9529] ppid=9469 vsize=10849012 memory=3580 CPUtime=1.38 cores=1,3,5,7
/proc/9472/task/9529/stat : 9529 (java) S 9469 9472 5621 0 -1 1077944384 2514 13190 0 0 123 8 5 2 20 0 15 0 405983643 11109388288 185017 33554432000 4194304 4196468 140723819558224 140608608234256 140609037178581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
[pid=9472/tid=9530] ppid=9469 vsize=10849012 memory=16164 CPUtime=1.31 cores=1,3,5,7
/proc/9472/task/9530/stat : 9530 (java) S 9469 9472 5621 0 -1 1077944384 5868 13190 0 0 116 8 5 2 20 0 15 0 405983644 11109388288 185017 33554432000 4194304 4196468 140723819558224 140608496556400 140609037179522 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
[pid=9472/tid=9531] ppid=9469 vsize=10849012 memory=988 CPUtime=0.07 cores=1,3,5,7
/proc/9472/task/9531/stat : 9531 (java) S 9469 9472 5621 0 -1 1077944384 39 13190 0 0 0 0 5 2 20 0 15 0 405983644 11109388288 185017 33554432000 4194304 4196468 140723819558224 140608495502496 140609037178581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
[pid=9472/tid=9532] ppid=9469 vsize=10849012 memory=2016 CPUtime=0.07 cores=1,3,5,7
/proc/9472/task/9532/stat : 9532 (java) S 9469 9472 5621 0 -1 1077944384 1 13190 0 0 0 0 5 2 20 0 15 0 405983645 11109388288 185017 33554432000 4194304 4196468 140723819558224 140608370893696 140609037178581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
[pid=9472/tid=9533] ppid=9469 vsize=10849012 memory=1284 CPUtime=0.07 cores=1,3,5,7
/proc/9472/task/9533/stat : 9533 (java) S 9469 9472 5621 0 -1 1077944384 2 13190 0 0 0 0 5 2 20 0 15 0 405983647 11109388288 185017 33554432000 4194304 4196468 140723819558224 140607766914896 140609037186971 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
[pid=9472/tid=9534] ppid=9469 vsize=10849012 memory=1044 CPUtime=8.84 cores=1,3,5,7
/proc/9472/task/9534/stat : 9534 (java) S 9469 9472 5621 0 -1 1077944384 27974 13190 0 0 872 5 5 2 20 0 15 0 405983647 11109388288 185017 33554432000 4194304 4196468 140723819558224 140608461945712 140609037179522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
[pid=9472/tid=9535] ppid=9469 vsize=10849012 memory=708 CPUtime=8.12 cores=1,3,5,7
/proc/9472/task/9535/stat : 9535 (java) S 9469 9472 5621 0 -1 1077944384 26469 13190 0 0 798 7 5 2 20 0 15 0 405983647 11109388288 185017 33554432000 4194304 4196468 140723819558224 140608460892912 140609037179522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
[pid=9472/tid=9536] ppid=9469 vsize=10849012 memory=9364 CPUtime=5.05 cores=1,3,5,7
/proc/9472/task/9536/stat : 9536 (java) S 9469 9472 5621 0 -1 1077944384 28098 13190 0 0 490 8 5 2 20 0 15 0 405983647 11109388288 185017 33554432000 4194304 4196468 140723819558224 140608459840112 140609037179522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
[pid=9472/tid=9537] ppid=9469 vsize=10849012 memory=1120 CPUtime=0.07 cores=1,3,5,7
/proc/9472/task/9537/stat : 9537 (java) S 9469 9472 5621 0 -1 1077944384 3 13190 0 0 0 0 5 2 20 0 15 0 405983648 11109388288 185017 33554432000 4194304 4196468 140723819558224 140607297153760 140609037178581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
[pid=9472/tid=9538] ppid=9469 vsize=10849012 memory=776 CPUtime=0.24 cores=1,3,5,7
/proc/9472/task/9538/stat : 9538 (java) S 9469 9472 5621 0 -1 1077944384 402 13190 0 0 8 9 5 2 20 0 15 0 405983648 11109388288 185017 33554432000 4194304 4196468 140723819558224 140608458787504 140609037179522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
Current children cumulated CPU time: 351.12 s
Current children cumulated vsize: 10849012 KiB
Current children cumulated memory: 740068 KiB

[startup+326.001 s]*
/proc/loadavg: 1.27 1.36 1.43 3/227 9570
/proc/meminfo: memFree=30134316/32770624 swapFree=66920300/67108860
[pid=9472] ppid=9469 vsize=10849012 memory=740068 CPUtime=351.53 cores=1,3,5,7
/proc/9472/stat : 9472 (java) S 9469 9472 5621 0 -1 1077944320 140289 13190 0 0 35059 87 5 2 20 0 15 0 405983633 11109388288 185017 33554432000 4194304 4196468 140723819558224 140723819540768 140609037168375 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
/proc/9472/statm: 2712253 185017 3620 1 0 2674317 0
[pid=9472/tid=9525] ppid=9469 vsize=10849012 memory=8317482817917895235 CPUtime=322.94 cores=1,3,5,7
/proc/9472/task/9525/stat : 9525 (java) R 9469 9472 5621 0 -1 4202560 34988 13190 0 0 32266 21 5 2 20 0 15 0 405983642 11109388288 185017 33554432000 4194304 4196468 140723819558224 140609009001344 140608655505223 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
[pid=9472/tid=9526] ppid=9469 vsize=10849012 memory=7738707259989452903 CPUtime=1.39 cores=1,3,5,7
/proc/9472/task/9526/stat : 9526 (java) S 9469 9472 5621 0 -1 1077944384 2301 13190 0 0 123 9 5 2 20 0 15 0 405983643 11109388288 185017 33554432000 4194304 4196468 140723819558224 140609041411216 140609037178581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
[pid=9472/tid=9527] ppid=9469 vsize=10849012 memory=8514701219781441950 CPUtime=1.37 cores=1,3,5,7
/proc/9472/task/9527/stat : 9527 (java) S 9469 9472 5621 0 -1 1077944384 2581 13190 0 0 121 9 5 2 20 0 15 0 405983643 11109388288 185017 33554432000 4194304 4196468 140723819558224 140608610339856 140609037178581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
[pid=9472/tid=9528] ppid=9469 vsize=10849012 memory=7661019247361942889 CPUtime=1.39 cores=1,3,5,7
/proc/9472/task/9528/stat : 9528 (java) S 9469 9472 5621 0 -1 1077944384 6844 13190 0 0 124 8 5 2 20 0 15 0 405983643 11109388288 185017 33554432000 4194304 4196468 140723819558224 140608609287056 140609037178581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
[pid=9472/tid=9529] ppid=9469 vsize=10849012 memory=5793436075370964329 CPUtime=1.38 cores=1,3,5,7
/proc/9472/task/9529/stat : 9529 (java) S 9469 9472 5621 0 -1 1077944384 2514 13190 0 0 123 8 5 2 20 0 15 0 405983643 11109388288 185017 33554432000 4194304 4196468 140723819558224 140608608234256 140609037178581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
[pid=9472/tid=9530] ppid=9469 vsize=10849012 memory=5793436075370964329 CPUtime=1.32 cores=1,3,5,7
/proc/9472/task/9530/stat : 9530 (java) S 9469 9472 5621 0 -1 1077944384 5868 13190 0 0 117 8 5 2 20 0 15 0 405983644 11109388288 185017 33554432000 4194304 4196468 140723819558224 140608496556400 140609037179522 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
[pid=9472/tid=9531] ppid=9469 vsize=10849012 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9472/task/9531/stat : 9531 (java) S 9469 9472 5621 0 -1 1077944384 39 13190 0 0 0 0 5 2 20 0 15 0 405983644 11109388288 185017 33554432000 4194304 4196468 140723819558224 140608495502496 140609037178581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
[pid=9472/tid=9532] ppid=9469 vsize=10849012 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9472/task/9532/stat : 9532 (java) S 9469 9472 5621 0 -1 1077944384 1 13190 0 0 0 0 5 2 20 0 15 0 405983645 11109388288 185017 33554432000 4194304 4196468 140723819558224 140608370893696 140609037178581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
[pid=9472/tid=9533] ppid=9469 vsize=10849012 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9472/task/9533/stat : 9533 (java) S 9469 9472 5621 0 -1 1077944384 2 13190 0 0 0 0 5 2 20 0 15 0 405983647 11109388288 185017 33554432000 4194304 4196468 140723819558224 140607766914896 140609037186971 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
[pid=9472/tid=9534] ppid=9469 vsize=10849012 memory=0 CPUtime=8.84 cores=1,3,5,7
/proc/9472/task/9534/stat : 9534 (java) S 9469 9472 5621 0 -1 1077944384 27974 13190 0 0 872 5 5 2 20 0 15 0 405983647 11109388288 185017 33554432000 4194304 4196468 140723819558224 140608461945712 140609037179522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
[pid=9472/tid=9535] ppid=9469 vsize=10849012 memory=0 CPUtime=8.12 cores=1,3,5,7
/proc/9472/task/9535/stat : 9535 (java) S 9469 9472 5621 0 -1 1077944384 26469 13190 0 0 798 7 5 2 20 0 15 0 405983647 11109388288 185017 33554432000 4194304 4196468 140723819558224 140608460892912 140609037179522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
[pid=9472/tid=9536] ppid=9469 vsize=10849012 memory=140660514577495 CPUtime=5.05 cores=1,3,5,7
/proc/9472/task/9536/stat : 9536 (java) S 9469 9472 5621 0 -1 1077944384 28098 13190 0 0 490 8 5 2 20 0 15 0 405983647 11109388288 185017 33554432000 4194304 4196468 140723819558224 140608459840112 140609037179522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
[pid=9472/tid=9537] ppid=9469 vsize=10849012 memory=4122236424998565151 CPUtime=0.07 cores=1,3,5,7
/proc/9472/task/9537/stat : 9537 (java) S 9469 9472 5621 0 -1 1077944384 3 13190 0 0 0 0 5 2 20 0 15 0 405983648 11109388288 185017 33554432000 4194304 4196468 140723819558224 140607297153760 140609037178581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
[pid=9472/tid=9538] ppid=9469 vsize=10849012 memory=140660669277824 CPUtime=0.24 cores=1,3,5,7
/proc/9472/task/9538/stat : 9538 (java) S 9469 9472 5621 0 -1 1077944384 402 13190 0 0 8 9 5 2 20 0 15 0 405983648 11109388288 185017 33554432000 4194304 4196468 140723819558224 140608458787504 140609037179522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
Current children cumulated CPU time: 351.53 s
Current children cumulated vsize: 10849012 KiB
Current children cumulated memory: 740068 KiB

[startup+326.11 s]
/proc/loadavg: 1.27 1.36 1.43 3/227 9570
/proc/meminfo: memFree=30134316/32770624 swapFree=66920300/67108860
[pid=9472] ppid=9469 vsize=10849012 memory=740068 CPUtime=351.63 cores=1,3,5,7
/proc/9472/stat : 9472 (java) S 9469 9472 5621 0 -1 1077944320 140290 13190 0 0 35069 87 5 2 20 0 15 0 405983633 11109388288 185017 33554432000 4194304 4196468 140723819558224 140723819540768 140609037168375 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
/proc/9472/statm: 2712253 185017 3620 1 0 2674317 0
[pid=9472/tid=9525] ppid=9469 vsize=10849012 memory=740068 CPUtime=323.04 cores=1,3,5,7
/proc/9472/task/9525/stat : 9525 (java) R 9469 9472 5621 0 -1 4202560 34989 13190 0 0 32276 21 5 2 20 0 15 0 405983642 11109388288 185017 33554432000 4194304 4196468 140723819558224 140609009004864 140608653881569 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
[pid=9472/tid=9526] ppid=9469 vsize=10849012 memory=740068 CPUtime=1.39 cores=1,3,5,7
/proc/9472/task/9526/stat : 9526 (java) S 9469 9472 5621 0 -1 1077944384 2301 13190 0 0 123 9 5 2 20 0 15 0 405983643 11109388288 185017 33554432000 4194304 4196468 140723819558224 140609041411216 140609037178581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
[pid=9472/tid=9527] ppid=9469 vsize=10849012 memory=740068 CPUtime=1.37 cores=1,3,5,7
/proc/9472/task/9527/stat : 9527 (java) S 9469 9472 5621 0 -1 1077944384 2581 13190 0 0 121 9 5 2 20 0 15 0 405983643 11109388288 185017 33554432000 4194304 4196468 140723819558224 140608610339856 140609037178581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
[pid=9472/tid=9528] ppid=9469 vsize=10849012 memory=740068 CPUtime=1.39 cores=1,3,5,7
/proc/9472/task/9528/stat : 9528 (java) S 9469 9472 5621 0 -1 1077944384 6844 13190 0 0 124 8 5 2 20 0 15 0 405983643 11109388288 185017 33554432000 4194304 4196468 140723819558224 140608609287056 140609037178581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
[pid=9472/tid=9529] ppid=9469 vsize=10849012 memory=164 CPUtime=1.38 cores=1,3,5,7
/proc/9472/task/9529/stat : 9529 (java) S 9469 9472 5621 0 -1 1077944384 2514 13190 0 0 123 8 5 2 20 0 15 0 405983643 11109388288 185017 33554432000 4194304 4196468 140723819558224 140608608234256 140609037178581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
[pid=9472/tid=9530] ppid=9469 vsize=10849012 memory=17 CPUtime=1.32 cores=1,3,5,7
/proc/9472/task/9530/stat : 9530 (java) S 9469 9472 5621 0 -1 1077944384 5868 13190 0 0 117 8 5 2 20 0 15 0 405983644 11109388288 185017 33554432000 4194304 4196468 140723819558224 140608496556400 140609037179522 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
[pid=9472/tid=9531] ppid=9469 vsize=10849012 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9472/task/9531/stat : 9531 (java) S 9469 9472 5621 0 -1 1077944384 39 13190 0 0 0 0 5 2 20 0 15 0 405983644 11109388288 185017 33554432000 4194304 4196468 140723819558224 140608495502496 140609037178581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
[pid=9472/tid=9532] ppid=9469 vsize=10849012 memory=7 CPUtime=0.07 cores=1,3,5,7
/proc/9472/task/9532/stat : 9532 (java) S 9469 9472 5621 0 -1 1077944384 1 13190 0 0 0 0 5 2 20 0 15 0 405983645 11109388288 185017 33554432000 4194304 4196468 140723819558224 140608370893696 140609037178581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
[pid=9472/tid=9533] ppid=9469 vsize=10849012 memory=740068 CPUtime=0.07 cores=1,3,5,7
/proc/9472/task/9533/stat : 9533 (java) S 9469 9472 5621 0 -1 1077944384 2 13190 0 0 0 0 5 2 20 0 15 0 405983647 11109388288 185017 33554432000 4194304 4196468 140723819558224 140607766914896 140609037186971 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
[pid=9472/tid=9534] ppid=9469 vsize=10849012 memory=740068 CPUtime=8.84 cores=1,3,5,7
/proc/9472/task/9534/stat : 9534 (java) S 9469 9472 5621 0 -1 1077944384 27974 13190 0 0 872 5 5 2 20 0 15 0 405983647 11109388288 185017 33554432000 4194304 4196468 140723819558224 140608461945712 140609037179522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
[pid=9472/tid=9535] ppid=9469 vsize=10849012 memory=8112282956445269571 CPUtime=8.12 cores=1,3,5,7
/proc/9472/task/9535/stat : 9535 (java) S 9469 9472 5621 0 -1 1077944384 26469 13190 0 0 798 7 5 2 20 0 15 0 405983647 11109388288 185017 33554432000 4194304 4196468 140723819558224 140608460892912 140609037179522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
[pid=9472/tid=9536] ppid=9469 vsize=10849012 memory=1120 CPUtime=5.05 cores=1,3,5,7
/proc/9472/task/9536/stat : 9536 (java) S 9469 9472 5621 0 -1 1077944384 28098 13190 0 0 490 8 5 2 20 0 15 0 405983647 11109388288 185017 33554432000 4194304 4196468 140723819558224 140608459840112 140609037179522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
[pid=9472/tid=9537] ppid=9469 vsize=10849012 memory=740068 CPUtime=0.07 cores=1,3,5,7
/proc/9472/task/9537/stat : 9537 (java) S 9469 9472 5621 0 -1 1077944384 3 13190 0 0 0 0 5 2 20 0 15 0 405983648 11109388288 185017 33554432000 4194304 4196468 140723819558224 140607297153760 140609037178581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
[pid=9472/tid=9538] ppid=9469 vsize=10849012 memory=740068 CPUtime=0.24 cores=1,3,5,7
/proc/9472/task/9538/stat : 9538 (java) S 9469 9472 5621 0 -1 1077944384 402 13190 0 0 8 9 5 2 20 0 15 0 405983648 11109388288 185017 33554432000 4194304 4196468 140723819558224 140608458787504 140609037179522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33218560 140723819559670 140723819562181 140723819562181 140723819565007 0
Current children cumulated CPU time: 351.63 s
Current children cumulated vsize: 10849012 KiB
Current children cumulated memory: 740068 KiB

Child status: 0
Real time (s): 326.142
CPU time (s): 351.693
CPU user time (s): 350.776
CPU system time (s): 0.917079
CPU usage (%): 107.834
Max. virtual memory (cumulated for all children) (KiB): 10849608
Max. memory (cumulated for all children) (KiB): 748192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 350.776
system time used= 0.917079
maximum resident set size= 748688
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 155064
page faults= 0
swaps= 0
block input operations= 0
block output operations= 568
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54694
involuntary context switches= 1035


# summary of solver processes directly reported to runsolver:
#   pid: 9472
#   total CPU time (s): 351.693
#   total CPU user time (s): 350.776
#   total CPU system time (s): 0.917079

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.8771 second user time and 3.17092 second system time

The end

Launcher Data

Begin job on node107 at 2019-09-12 15:05:59
IDJOB=4387279
IDBENCH=133281
IDSOLVER=2823
FILE ID=node107/4387279-1568297275
RUNJOBID= node107-1568282247-6564
PBS_JOBID= 21701087
Free space on /tmp= 54320 MiB

SOLVER NAME= Concrete 3.10
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 /tmp/evaluation-result-4387279-1568297275/watcher-4387279-1568297275 -o /tmp/evaluation-result-4387279-1568297275/solver-4387279-1568297275 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1568282247-6564 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=167822977 HOME/instance-4387279-1568297275.xml

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

MD5SUM BENCH= 6d883eab13fdde7c2f2cac6b4a0af40c
RANDOM SEED=167822977

node107.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	: 5334.11
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	: 5334.11
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	: 5334.11
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	: 5334.11
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:        30875500 kB
MemAvailable:   31174104 kB
Buffers:           95792 kB
Cached:           470984 kB
SwapCached:        80464 kB
Active:          1031360 kB
Inactive:         274212 kB
Active(anon):     667144 kB
Inactive(anon):   100600 kB
Active(file):     364216 kB
Inactive(file):   173612 kB
Unevictable:      109236 kB
Mlocked:          109236 kB
SwapTotal:      67108860 kB
SwapFree:       66920292 kB
Dirty:             35468 kB
Writeback:             0 kB
AnonPages:        781332 kB
Mapped:            44520 kB
Shmem:             20052 kB
Slab:             182004 kB
SReclaimable:     153220 kB
SUnreclaim:        28784 kB
KernelStack:        4000 kB
PageTables:         7008 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1921428 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    618496 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 54284 MiB
End job on node107 at 2019-09-12 15:11:26