Trace number 4387226

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.10OPT54 73.9451 61.6399

General information on the benchmark

NamePrizeCollecting/PrizeCollecting-jok-s1/
PrizeCollecting-20-4-5-0.xml
MD5SUM74d82578b46c9040964d6b10ded07847
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark54
Best CPU time to get the best result obtained on this benchmark4.49799
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints81
Number of domains21
Minimum domain size3
Maximum domain size21
Distribution of domain sizes[{"size":3,"count":1},{"size":4,"count":6},{"size":5,"count":10},{"size":6,"count":3},{"size":21,"count":40}]
Minimum variable degree2
Maximum variable degree23
Distribution of variable degrees[{"degree":2,"count":20},{"degree":21,"count":19},{"degree":22,"count":1},{"degree":23,"count":20}]
Minimum constraint arity1
Maximum constraint arity21
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":40},{"arity":20,"count":20},{"arity":21,"count":20}]
Number of extensional constraints40
Number of intensional constraints21
Distribution of constraint types[{"type":"extension","count":40},{"type":"intension","count":21},{"type":"count","count":20}]
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.76/0.54	c Concrete v3.10.1560635388952 running
21.74/13.38	o -2967
21.99/13.51	o -2966
21.99/13.53	o -1969
22.89/14.12	o -982
27.08/17.56	o -975
30.16/20.37	o -973
34.83/24.57	o -972
35.27/24.95	o 14
40.43/29.79	o 29
41.77/30.94	o 34
45.69/34.72	o 40
46.12/35.13	o 44
49.39/38.36	o 46
53.74/42.49	o 49
53.85/42.56	o 54
73.89/61.62	v <instantiation
73.89/61.62	v         cost = '54'>
73.89/61.62	v       <list>
73.89/61.62	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] p[0] p[1] p[2] p[3] p[4] p[5] p[6] p[7] p[8] p[9] p[10] p[11] p[12] p[13] p[14] p[15] p[16] p[17] p[18] p[19] 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]
73.89/61.62	v       </list>
73.89/61.62	v       <values>
73.89/61.62	v         1 2 7 -1 -1 0 11 6 -1 -1 5 12 13 14 19 10 15 16 17 18 0 1 2 -1 -1 15 4 3 -1 -1 14 5 6 7 8 13 12 11 10 9 4 8 0 0 0 7 2 7 0 0 1 5 -1 -5 5 6 3 -1 6 7
73.89/61.62	v       </values>
73.89/61.62	v     </instantiation>
73.89/61.62	s OPTIMUM FOUND

Verifier Data

OK	54

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387226-1568296108/watcher-4387226-1568296108 -o /tmp/evaluation-result-4387226-1568296108/solver-4387226-1568296108 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1568282287-6448 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1507898017 HOME/instance-4387226-1568296108.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
Current StackSize limit: 8192 KiB

solver pid=9743, runsolver pid=9740

[startup+0.10009 s]*
/proc/loadavg: 1.29 1.32 1.37 3/217 9800
/proc/meminfo: memFree=29381988/32770624 swapFree=66995936/67108860
[pid=9743] ppid=9740 vsize=9983520 memory=17344 CPUtime=0.09 cores=1,3,5,7
/proc/9743/stat : 9743 (java) S 9740 9743 5684 0 -1 1077944320 4582 13258 0 0 1 0 5 3 20 0 6 0 405865514 10223124480 4336 33554432000 4194304 4196468 140730753890432 140730753872976 139959237320439 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
/proc/9743/statm: 2497198 4336 1958 1 0 2485636 0
[pid=9743/tid=9796] ppid=9740 vsize=10055356 memory=-8617482348318186131 CPUtime=0.09 cores=1,3,5,7
/proc/9743/task/9796/stat : 9796 (java) R 9740 9743 5684 0 -1 4202560 2414 13258 0 0 1 0 5 3 20 0 7 0 405865523 10296684544 4402 33554432000 4194304 4196468 140730753890432 139959209163536 139959221400926 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
[pid=9743/tid=9797] ppid=9740 vsize=10055356 memory=-7025452035940392864 CPUtime=0.08 cores=1,3,5,7
/proc/9743/task/9797/stat : 9797 (java) S 9740 9743 5684 0 -1 1077944384 1 13258 0 0 0 0 5 3 20 0 7 0 405865524 10296684544 4402 33554432000 4194304 4196468 140730753890432 139959241562384 139959237330645 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
[pid=9743/tid=9798] ppid=9740 vsize=10055356 memory=140324719789696 CPUtime=0.08 cores=1,3,5,7
/proc/9743/task/9798/stat : 9798 (java) S 9740 9743 5684 0 -1 1077944384 1 13258 0 0 0 0 5 3 20 0 7 0 405865524 10296684544 4402 33554432000 4194304 4196468 140730753890432 139958810499472 139959237330645 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
[pid=9743/tid=9799] ppid=9740 vsize=10055356 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9743/task/9799/stat : 9799 (java) S 9740 9743 5684 0 -1 1077944384 1 13258 0 0 0 0 5 3 20 0 7 0 405865524 10296684544 4402 33554432000 4194304 4196468 140730753890432 139958809446928 139959237330645 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
[pid=9743/tid=9800] ppid=9740 vsize=10055356 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9743/task/9800/stat : 9800 (java) S 9740 9743 5684 0 -1 1077944384 2 13258 0 0 0 0 5 3 20 0 7 0 405865524 10296684544 4402 33554432000 4194304 4196468 140730753890432 139958808394384 139959237330645 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
[pid=9743/tid=9801] ppid=9740 vsize=10055356 memory=140324719789696 CPUtime=0.08 cores=1,3,5,7
/proc/9743/task/9801/stat : 9801 (java) S 9740 9743 5684 0 -1 1077944384 2 13258 0 0 0 0 5 3 20 0 7 0 405865525 10296684544 4402 33554432000 4194304 4196468 140730753890432 139958763952624 139959237331586 0 0 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9983520 KiB
Current children cumulated memory: 17344 KiB

[startup+0.209973 s]*
/proc/loadavg: 1.29 1.32 1.37 3/226 9809
/proc/meminfo: memFree=29363344/32770624 swapFree=66995936/67108860
[pid=9743] ppid=9740 vsize=10820924 memory=40076 CPUtime=0.26 cores=1,3,5,7
/proc/9743/stat : 9743 (java) S 9740 9743 5684 0 -1 1077944320 7423 13258 0 0 17 1 5 3 20 0 15 0 405865514 11080626176 10019 33554432000 4194304 4196468 140730753890432 140730753872976 139959237320439 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
/proc/9743/statm: 2705231 10019 2942 1 0 2667645 0
[pid=9743/tid=9796] ppid=9740 vsize=10822552 memory=7100839852556125036 CPUtime=0.19 cores=1,3,5,7
/proc/9743/task/9796/stat : 9796 (java) R 9740 9743 5684 0 -1 4202560 4164 13258 0 0 11 0 5 3 20 0 15 0 405865523 11082293248 10283 33554432000 4194304 4196468 140730753890432 139959209145248 139959229610880 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
[pid=9743/tid=9797] ppid=9740 vsize=10822552 memory=-7025452035940392864 CPUtime=0.08 cores=1,3,5,7
/proc/9743/task/9797/stat : 9797 (java) S 9740 9743 5684 0 -1 1077944384 1 13258 0 0 0 0 5 3 20 0 15 0 405865524 11082293248 10283 33554432000 4194304 4196468 140730753890432 139959241562384 139959237330645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
[pid=9743/tid=9798] ppid=9740 vsize=10822552 memory=140324719789696 CPUtime=0.08 cores=1,3,5,7
/proc/9743/task/9798/stat : 9798 (java) S 9740 9743 5684 0 -1 1077944384 1 13258 0 0 0 0 5 3 20 0 15 0 405865524 11082293248 10283 33554432000 4194304 4196468 140730753890432 139958810499472 139959237330645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
[pid=9743/tid=9799] ppid=9740 vsize=10822552 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9743/task/9799/stat : 9799 (java) S 9740 9743 5684 0 -1 1077944384 1 13258 0 0 0 0 5 3 20 0 15 0 405865524 11082293248 10349 33554432000 4194304 4196468 140730753890432 139958809446928 139959237330645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
[pid=9743/tid=9800] ppid=9740 vsize=10822552 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9743/task/9800/stat : 9800 (java) S 9740 9743 5684 0 -1 1077944384 2 13258 0 0 0 0 5 3 20 0 15 0 405865524 11082293248 10349 33554432000 4194304 4196468 140730753890432 139958808394384 139959237330645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
[pid=9743/tid=9801] ppid=9740 vsize=10822552 memory=140324719789696 CPUtime=0.08 cores=1,3,5,7
/proc/9743/task/9801/stat : 9801 (java) S 9740 9743 5684 0 -1 1077944384 2 13258 0 0 0 0 5 3 20 0 15 0 405865525 11082293248 10349 33554432000 4194304 4196468 140730753890432 139958763952624 139959237331586 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
[pid=9743/tid=9802] ppid=9740 vsize=10822552 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9743/task/9802/stat : 9802 (java) S 9740 9743 5684 0 -1 1077944384 13 13258 0 0 0 0 5 3 20 0 15 0 405865525 11082293248 10349 33554432000 4194304 4196468 140730753890432 139958689981856 139959237330645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
[pid=9743/tid=9803] ppid=9740 vsize=10822552 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9743/task/9803/stat : 9803 (java) S 9740 9743 5684 0 -1 1077944384 1 13258 0 0 0 0 5 3 20 0 15 0 405865526 11082293248 10415 33554432000 4194304 4196468 140730753890432 139958018893296 139959237330645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
[pid=9743/tid=9804] ppid=9740 vsize=10822552 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9743/task/9804/stat : 9804 (java) S 9740 9743 5684 0 -1 1077944384 3 13258 0 0 0 0 5 3 20 0 15 0 405865528 11082293248 10415 33554432000 4194304 4196468 140730753890432 139957778602704 139959237339035 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
[pid=9743/tid=9805] ppid=9740 vsize=10822552 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/9743/task/9805/stat : 9805 (java) S 9740 9743 5684 0 -1 1077944384 458 13258 0 0 1 0 5 3 20 0 15 0 405865528 11082293248 10415 33554432000 4194304 4196468 140730753890432 139958762899440 139959237331586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
[pid=9743/tid=9806] ppid=9740 vsize=10822552 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/9743/task/9806/stat : 9806 (java) S 9740 9743 5684 0 -1 1077944384 181 13258 0 0 1 0 5 3 20 0 15 0 405865528 11082293248 10481 33554432000 4194304 4196468 140730753890432 139958761846896 139959237331586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
[pid=9743/tid=9807] ppid=9740 vsize=10822552 memory=140324719789696 CPUtime=0.11 cores=1,3,5,7
/proc/9743/task/9807/stat : 9807 (java) S 9740 9743 5684 0 -1 1077944384 624 13258 0 0 3 0 5 3 20 0 15 0 405865528 11082293248 10481 33554432000 4194304 4196468 140730753890432 139958760794352 139959237331586 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
[pid=9743/tid=9808] ppid=9740 vsize=10822552 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9743/task/9808/stat : 9808 (java) S 9740 9743 5684 0 -1 1077944384 3 13258 0 0 0 0 5 3 20 0 15 0 405865529 11082293248 10481 33554432000 4194304 4196468 140730753890432 139957745044064 139959237330645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
[pid=9743/tid=9809] ppid=9740 vsize=10822552 memory=140324719789696 CPUtime=0.08 cores=1,3,5,7
/proc/9743/task/9809/stat : 9809 (java) S 9740 9743 5684 0 -1 1077944384 1 13258 0 0 0 0 5 3 20 0 15 0 405865529 11082293248 10481 33554432000 4194304 4196468 140730753890432 139958759742256 139959237331586 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10820924 KiB
Current children cumulated memory: 40076 KiB

[startup+0.310397 s]*
/proc/loadavg: 1.29 1.32 1.37 3/226 9809
/proc/meminfo: memFree=29353452/32770624 swapFree=66995936/67108860
[pid=9743] ppid=9740 vsize=10820244 memory=50176 CPUtime=0.4 cores=1,3,5,7
/proc/9743/stat : 9743 (java) S 9740 9743 5684 0 -1 1077944320 10810 13258 0 0 30 2 5 3 20 0 15 0 405865514 11079929856 12544 33554432000 4194304 4196468 140730753890432 140730753872976 139959237320439 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
/proc/9743/statm: 2705061 12544 3261 1 0 2667149 0
[pid=9743/tid=9796] ppid=9740 vsize=10820244 memory=8317482817917895235 CPUtime=0.29 cores=1,3,5,7
/proc/9743/task/9796/stat : 9796 (java) R 9740 9743 5684 0 -1 4202560 7298 13258 0 0 20 1 5 3 20 0 15 0 405865523 11079929856 12544 33554432000 4194304 4196468 140730753890432 139959209138064 139959237332374 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
[pid=9743/tid=9797] ppid=9740 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9743/task/9797/stat : 9797 (java) S 9740 9743 5684 0 -1 1077944384 1 13258 0 0 0 0 5 3 20 0 15 0 405865524 11079929856 12544 33554432000 4194304 4196468 140730753890432 139959241562384 139959237330645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
[pid=9743/tid=9798] ppid=9740 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9743/task/9798/stat : 9798 (java) S 9740 9743 5684 0 -1 1077944384 1 13258 0 0 0 0 5 3 20 0 15 0 405865524 11079929856 12544 33554432000 4194304 4196468 140730753890432 139958810499472 139959237330645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
[pid=9743/tid=9799] ppid=9740 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9743/task/9799/stat : 9799 (java) S 9740 9743 5684 0 -1 1077944384 1 13258 0 0 0 0 5 3 20 0 15 0 405865524 11079929856 12544 33554432000 4194304 4196468 140730753890432 139958809446928 139959237330645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
[pid=9743/tid=9800] ppid=9740 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9743/task/9800/stat : 9800 (java) S 9740 9743 5684 0 -1 1077944384 2 13258 0 0 0 0 5 3 20 0 15 0 405865524 11079929856 12544 33554432000 4194304 4196468 140730753890432 139958808394384 139959237330645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
[pid=9743/tid=9801] ppid=9740 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9743/task/9801/stat : 9801 (java) S 9740 9743 5684 0 -1 1077944384 2 13258 0 0 0 0 5 3 20 0 15 0 405865525 11079929856 12544 33554432000 4194304 4196468 140730753890432 139958763952624 139959237331586 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
[pid=9743/tid=9802] ppid=9740 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9743/task/9802/stat : 9802 (java) S 9740 9743 5684 0 -1 1077944384 13 13258 0 0 0 0 5 3 20 0 15 0 405865525 11079929856 12544 33554432000 4194304 4196468 140730753890432 139958689981856 139959237330645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
[pid=9743/tid=9803] ppid=9740 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9743/task/9803/stat : 9803 (java) S 9740 9743 5684 0 -1 1077944384 1 13258 0 0 0 0 5 3 20 0 15 0 405865526 11079929856 12544 33554432000 4194304 4196468 140730753890432 139958018893296 139959237330645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
[pid=9743/tid=9804] ppid=9740 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9743/task/9804/stat : 9804 (java) S 9740 9743 5684 0 -1 1077944384 3 13258 0 0 0 0 5 3 20 0 15 0 405865528 11079929856 12544 33554432000 4194304 4196468 140730753890432 139957778602704 139959237339035 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
[pid=9743/tid=9805] ppid=9740 vsize=10820244 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/9743/task/9805/stat : 9805 (java) S 9740 9743 5684 0 -1 1077944384 459 13258 0 0 2 0 5 3 20 0 15 0 405865528 11079929856 12544 33554432000 4194304 4196468 140730753890432 139958762899440 139959237331586 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
[pid=9743/tid=9806] ppid=9740 vsize=10820244 memory=-1 CPUtime=0.1 cores=1,3,5,7
/proc/9743/task/9806/stat : 9806 (java) R 9740 9743 5684 0 -1 4202560 182 13258 0 0 2 0 5 3 20 0 15 0 405865528 11079929856 12544 33554432000 4194304 4196468 140730753890432 139958761846896 139959222225691 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
[pid=9743/tid=9807] ppid=9740 vsize=10820244 memory=140324719789696 CPUtime=0.13 cores=1,3,5,7
/proc/9743/task/9807/stat : 9807 (java) S 9740 9743 5684 0 -1 1077944384 637 13258 0 0 5 0 5 3 20 0 15 0 405865528 11079929856 12544 33554432000 4194304 4196468 140730753890432 139958760794352 139959237331586 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
[pid=9743/tid=9808] ppid=9740 vsize=10820244 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9743/task/9808/stat : 9808 (java) S 9740 9743 5684 0 -1 1077944384 3 13258 0 0 0 0 5 3 20 0 15 0 405865529 11079929856 12544 33554432000 4194304 4196468 140730753890432 139957745044064 139959237330645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
[pid=9743/tid=9809] ppid=9740 vsize=10820244 memory=140324719789696 CPUtime=0.08 cores=1,3,5,7
/proc/9743/task/9809/stat : 9809 (java) S 9740 9743 5684 0 -1 1077944384 1 13258 0 0 0 0 5 3 20 0 15 0 405865529 11079929856 12544 33554432000 4194304 4196468 140730753890432 139958759742256 139959237331586 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820244 KiB
Current children cumulated memory: 50176 KiB

[startup+0.700757 s]
/proc/loadavg: 1.29 1.32 1.37 5/226 9809
/proc/meminfo: memFree=29336864/32770624 swapFree=66995936/67108860
[pid=9743] ppid=9740 vsize=10824340 memory=80840 CPUtime=1.16 cores=1,3,5,7
/proc/9743/stat : 9743 (java) S 9740 9743 5684 0 -1 1077944320 15013 13258 0 0 102 6 5 3 20 0 15 0 405865514 11084124160 20210 33554432000 4194304 4196468 140730753890432 140730753872976 139959237320439 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
/proc/9743/statm: 2706085 20210 3506 1 0 2668173 0
[pid=9743/tid=9796] ppid=9740 vsize=10824340 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/9743/task/9796/stat : 9796 (java) R 9740 9743 5684 0 -1 4202560 10682 13258 0 0 55 4 5 3 20 0 15 0 405865523 11084124160 20210 33554432000 4194304 4196468 140730753890432 139959209138400 139959221400926 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
[pid=9743/tid=9797] ppid=9740 vsize=10824340 memory=13705236632050728 CPUtime=0.08 cores=1,3,5,7
/proc/9743/task/9797/stat : 9797 (java) S 9740 9743 5684 0 -1 1077944384 1 13258 0 0 0 0 5 3 20 0 15 0 405865524 11084124160 20210 33554432000 4194304 4196468 140730753890432 139959241562384 139959237330645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
[pid=9743/tid=9798] ppid=9740 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9743/task/9798/stat : 9798 (java) S 9740 9743 5684 0 -1 1077944384 1 13258 0 0 0 0 5 3 20 0 15 0 405865524 11084124160 20210 33554432000 4194304 4196468 140730753890432 139958810499472 139959237330645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
[pid=9743/tid=9799] ppid=9740 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9743/task/9799/stat : 9799 (java) S 9740 9743 5684 0 -1 1077944384 1 13258 0 0 0 0 5 3 20 0 15 0 405865524 11084124160 20210 33554432000 4194304 4196468 140730753890432 139958809446928 139959237330645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
[pid=9743/tid=9800] ppid=9740 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9743/task/9800/stat : 9800 (java) S 9740 9743 5684 0 -1 1077944384 2 13258 0 0 0 0 5 3 20 0 15 0 405865524 11084124160 20210 33554432000 4194304 4196468 140730753890432 139958808394384 139959237330645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
[pid=9743/tid=9801] ppid=9740 vsize=10824340 memory=280649135062272 CPUtime=0.08 cores=1,3,5,7
/proc/9743/task/9801/stat : 9801 (java) S 9740 9743 5684 0 -1 1077944384 5 13258 0 0 0 0 5 3 20 0 15 0 405865525 11084124160 20210 33554432000 4194304 4196468 140730753890432 139958763952624 139959237331586 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
[pid=9743/tid=9802] ppid=9740 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9743/task/9802/stat : 9802 (java) S 9740 9743 5684 0 -1 1077944384 13 13258 0 0 0 0 5 3 20 0 15 0 405865525 11084124160 20210 33554432000 4194304 4196468 140730753890432 139958689981856 139959237330645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
[pid=9743/tid=9803] ppid=9740 vsize=10824340 memory=280649135030512 CPUtime=0.08 cores=1,3,5,7
/proc/9743/task/9803/stat : 9803 (java) S 9740 9743 5684 0 -1 1077944384 1 13258 0 0 0 0 5 3 20 0 15 0 405865526 11084124160 20210 33554432000 4194304 4196468 140730753890432 139958018893296 139959237330645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
[pid=9743/tid=9804] ppid=9740 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9743/task/9804/stat : 9804 (java) S 9740 9743 5684 0 -1 1077944384 3 13258 0 0 0 0 5 3 20 0 15 0 405865528 11084124160 20210 33554432000 4194304 4196468 140730753890432 139957778602704 139959237339035 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
[pid=9743/tid=9805] ppid=9740 vsize=10824340 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/9743/task/9805/stat : 9805 (java) S 9740 9743 5684 0 -1 1077944384 750 13258 0 0 13 0 5 3 20 0 15 0 405865528 11084124160 20210 33554432000 4194304 4196468 140730753890432 139958762899440 139959237331586 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
[pid=9743/tid=9806] ppid=9740 vsize=10824340 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/9743/task/9806/stat : 9806 (java) S 9740 9743 5684 0 -1 1077944384 514 13258 0 0 15 0 5 3 20 0 15 0 405865528 11084124160 20210 33554432000 4194304 4196468 140730753890432 139958761846896 139959237331586 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
[pid=9743/tid=9807] ppid=9740 vsize=10824340 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/9743/task/9807/stat : 9807 (java) S 9740 9743 5684 0 -1 1077944384 832 13258 0 0 17 0 5 3 20 0 15 0 405865528 11084124160 20210 33554432000 4194304 4196468 140730753890432 139958760794352 139959237331586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
[pid=9743/tid=9808] ppid=9740 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9743/task/9808/stat : 9808 (java) S 9740 9743 5684 0 -1 1077944384 3 13258 0 0 0 0 5 3 20 0 15 0 405865529 11084124160 20210 33554432000 4194304 4196468 140730753890432 139957745044064 139959237330645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
[pid=9743/tid=9809] ppid=9740 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9743/task/9809/stat : 9809 (java) S 9740 9743 5684 0 -1 1077944384 1 13258 0 0 0 0 5 3 20 0 15 0 405865529 11084124160 20210 33554432000 4194304 4196468 140730753890432 139958759742256 139959237331586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 80840 KiB

[startup+1.50087 s]
/proc/loadavg: 1.29 1.32 1.37 5/226 9809
/proc/meminfo: memFree=29286192/32770624 swapFree=66995936/67108860
[pid=9743] ppid=9740 vsize=10834656 memory=189936 CPUtime=2.8 cores=1,3,5,7
/proc/9743/stat : 9743 (java) S 9740 9743 5684 0 -1 1077944320 24579 13258 0 0 262 10 5 3 20 0 15 0 405865514 11094687744 47484 33554432000 4194304 4196468 140730753890432 140730753872976 139959237320439 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
/proc/9743/statm: 2708664 47484 3579 1 0 2670733 0
[pid=9743/tid=9796] ppid=9740 vsize=10834656 memory=55 CPUtime=1.44 cores=1,3,5,7
/proc/9743/task/9796/stat : 9796 (java) R 9740 9743 5684 0 -1 4202560 15860 13258 0 0 130 6 5 3 20 0 15 0 405865523 11094687744 47484 33554432000 4194304 4196468 140730753890432 139959209144256 139958841133776 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
[pid=9743/tid=9797] ppid=9740 vsize=10834656 memory=55 CPUtime=0.09 cores=1,3,5,7
/proc/9743/task/9797/stat : 9797 (java) S 9740 9743 5684 0 -1 1077944384 44 13258 0 0 1 0 5 3 20 0 15 0 405865524 11094687744 47484 33554432000 4194304 4196468 140730753890432 139959241562384 139959237330645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
[pid=9743/tid=9798] ppid=9740 vsize=10834656 memory=2670038 CPUtime=0.08 cores=1,3,5,7
/proc/9743/task/9798/stat : 9798 (java) S 9740 9743 5684 0 -1 1077944384 10 13258 0 0 0 0 5 3 20 0 15 0 405865524 11094687744 47484 33554432000 4194304 4196468 140730753890432 139958810499472 139959237330645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
[pid=9743/tid=9799] ppid=9740 vsize=10834656 memory=2671448 CPUtime=0.09 cores=1,3,5,7
/proc/9743/task/9799/stat : 9799 (java) S 9740 9743 5684 0 -1 1077944384 324 13258 0 0 1 0 5 3 20 0 15 0 405865524 11094687744 47484 33554432000 4194304 4196468 140730753890432 139958809446928 139959237330645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
[pid=9743/tid=9800] ppid=9740 vsize=10834656 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/9743/task/9800/stat : 9800 (java) S 9740 9743 5684 0 -1 1077944384 91 13258 0 0 1 0 5 3 20 0 15 0 405865524 11094687744 47484 33554432000 4194304 4196468 140730753890432 139958808394384 139959237330645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
[pid=9743/tid=9801] ppid=9740 vsize=10834656 memory=280649135595840 CPUtime=0.09 cores=1,3,5,7
/proc/9743/task/9801/stat : 9801 (java) S 9740 9743 5684 0 -1 1077944384 1318 13258 0 0 1 0 5 3 20 0 15 0 405865525 11094687744 47484 33554432000 4194304 4196468 140730753890432 139958763952624 139959237331586 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
[pid=9743/tid=9802] ppid=9740 vsize=10834656 memory=140324567818528 CPUtime=0.08 cores=1,3,5,7
/proc/9743/task/9802/stat : 9802 (java) S 9740 9743 5684 0 -1 1077944384 13 13258 0 0 0 0 5 3 20 0 15 0 405865525 11094687744 47484 33554432000 4194304 4196468 140730753890432 139958689981920 139959237330645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
[pid=9743/tid=9803] ppid=9740 vsize=10834656 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9743/task/9803/stat : 9803 (java) S 9740 9743 5684 0 -1 1077944384 3 13258 0 0 0 0 5 3 20 0 15 0 405865526 11094687744 47484 33554432000 4194304 4196468 140730753890432 139958018893312 139959237330645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
[pid=9743/tid=9804] ppid=9740 vsize=10834656 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9743/task/9804/stat : 9804 (java) S 9740 9743 5684 0 -1 1077944384 3 13258 0 0 0 0 5 3 20 0 15 0 405865528 11094687744 47484 33554432000 4194304 4196468 140730753890432 139957778602704 139959237339035 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
[pid=9743/tid=9805] ppid=9740 vsize=10834656 memory=0 CPUtime=0.49 cores=1,3,5,7
/proc/9743/task/9805/stat : 9805 (java) S 9740 9743 5684 0 -1 1077944384 1637 13258 0 0 41 0 5 3 20 0 15 0 405865528 11094687744 47484 33554432000 4194304 4196468 140730753890432 139958762899440 139959237331586 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
[pid=9743/tid=9806] ppid=9740 vsize=10834656 memory=280649135617888 CPUtime=0.52 cores=1,3,5,7
/proc/9743/task/9806/stat : 9806 (java) S 9740 9743 5684 0 -1 1077944384 1412 13258 0 0 44 0 5 3 20 0 15 0 405865528 11094687744 47484 33554432000 4194304 4196468 140730753890432 139958761846896 139959237331586 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
[pid=9743/tid=9807] ppid=9740 vsize=10834656 memory=0 CPUtime=0.47 cores=1,3,5,7
/proc/9743/task/9807/stat : 9807 (java) R 9740 9743 5684 0 -1 4202560 1654 13258 0 0 39 0 5 3 20 0 15 0 405865528 11094687744 47484 33554432000 4194304 4196468 140730753890432 139958760794352 139959237341786 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
[pid=9743/tid=9808] ppid=9740 vsize=10834656 memory=140324567818560 CPUtime=0.08 cores=1,3,5,7
/proc/9743/task/9808/stat : 9808 (java) S 9740 9743 5684 0 -1 1077944384 3 13258 0 0 0 0 5 3 20 0 15 0 405865529 11094687744 47484 33554432000 4194304 4196468 140730753890432 139957745044064 139959237330645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
[pid=9743/tid=9809] ppid=9740 vsize=10834656 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9743/task/9809/stat : 9809 (java) S 9740 9743 5684 0 -1 1077944384 1 13258 0 0 0 0 5 3 20 0 15 0 405865529 11094687744 47484 33554432000 4194304 4196468 140730753890432 139958759742256 139959237331586 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0

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

[pid=9743/tid=9808] ppid=9740 vsize=10846964 memory=8112282956445269571 CPUtime=0.08 cores=1,3,5,7
/proc/9743/task/9808/stat : 9808 (java) S 9740 9743 5684 0 -1 1077944384 3 13258 0 0 0 0 5 3 20 0 15 0 405865529 11107291136 299219 33554432000 4194304 4196468 140730753890432 139957745044064 139959237330645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
[pid=9743/tid=9809] ppid=9740 vsize=10846964 memory=1380 CPUtime=0.1 cores=1,3,5,7
/proc/9743/task/9809/stat : 9809 (java) S 9740 9743 5684 0 -1 1077944384 341 13258 0 0 1 1 5 3 20 0 15 0 405865529 11107291136 299219 33554432000 4194304 4196468 140730753890432 139958759742256 139959237331586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
Current children cumulated CPU time: 69.69 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1196876 KiB

[startup+59.2007 s]
/proc/loadavg: 1.81 1.47 1.42 3/226 9814
/proc/meminfo: memFree=28191320/32770624 swapFree=66995936/67108860
[pid=9743] ppid=9740 vsize=10846964 memory=1196876 CPUtime=71.38 cores=1,3,5,7
/proc/9743/stat : 9743 (java) S 9740 9743 5684 0 -1 1077944320 102117 13258 0 0 7072 58 5 3 20 0 15 0 405865514 11107291136 299219 33554432000 4194304 4196468 140730753890432 140730753872976 139959237320439 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
/proc/9743/statm: 2711741 299219 3623 1 0 2673805 0
[pid=9743/tid=9796] ppid=9740 vsize=10846964 memory=984 CPUtime=58.86 cores=1,3,5,7
/proc/9743/task/9796/stat : 9796 (java) R 9740 9743 5684 0 -1 4202560 36791 13258 0 0 5858 20 5 3 20 0 15 0 405865523 11107291136 299219 33554432000 4194304 4196468 140730753890432 139959209143792 139958855371913 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
[pid=9743/tid=9797] ppid=9740 vsize=10846964 memory=2024 CPUtime=0.28 cores=1,3,5,7
/proc/9743/task/9797/stat : 9797 (java) S 9740 9743 5684 0 -1 1077944384 1744 13258 0 0 14 6 5 3 20 0 15 0 405865524 11107291136 299219 33554432000 4194304 4196468 140730753890432 139959241562384 139959237330645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
[pid=9743/tid=9798] ppid=9740 vsize=10846964 memory=1380 CPUtime=0.27 cores=1,3,5,7
/proc/9743/task/9798/stat : 9798 (java) S 9740 9743 5684 0 -1 1077944384 2270 13258 0 0 14 5 5 3 20 0 15 0 405865524 11107291136 299219 33554432000 4194304 4196468 140730753890432 139958810499472 139959237330645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
[pid=9743/tid=9799] ppid=9740 vsize=10846964 memory=1128 CPUtime=0.29 cores=1,3,5,7
/proc/9743/task/9799/stat : 9799 (java) S 9740 9743 5684 0 -1 1077944384 1679 13258 0 0 15 6 5 3 20 0 15 0 405865524 11107291136 299219 33554432000 4194304 4196468 140730753890432 139958809446928 139959237330645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
[pid=9743/tid=9800] ppid=9740 vsize=10846964 memory=772 CPUtime=0.3 cores=1,3,5,7
/proc/9743/task/9800/stat : 9800 (java) S 9740 9743 5684 0 -1 1077944384 451 13258 0 0 16 6 5 3 20 0 15 0 405865524 11107291136 299219 33554432000 4194304 4196468 140730753890432 139958808394384 139959237330645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
[pid=9743/tid=9801] ppid=9740 vsize=10846964 memory=4008 CPUtime=0.14 cores=1,3,5,7
/proc/9743/task/9801/stat : 9801 (java) S 9740 9743 5684 0 -1 1077944384 5645 13258 0 0 5 1 5 3 20 0 15 0 405865525 11107291136 299219 33554432000 4194304 4196468 140730753890432 139958763952624 139959237331586 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
[pid=9743/tid=9802] ppid=9740 vsize=10846964 memory=948 CPUtime=0.08 cores=1,3,5,7
/proc/9743/task/9802/stat : 9802 (java) S 9740 9743 5684 0 -1 1077944384 19 13258 0 0 0 0 5 3 20 0 15 0 405865525 11107291136 299219 33554432000 4194304 4196468 140730753890432 139958689981984 139959237330645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
[pid=9743/tid=9803] ppid=9740 vsize=10846964 memory=2832 CPUtime=0.08 cores=1,3,5,7
/proc/9743/task/9803/stat : 9803 (java) S 9740 9743 5684 0 -1 1077944384 11 13258 0 0 0 0 5 3 20 0 15 0 405865526 11107291136 299219 33554432000 4194304 4196468 140730753890432 139958018893312 139959237330645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
[pid=9743/tid=9804] ppid=9740 vsize=10846964 memory=9404 CPUtime=0.08 cores=1,3,5,7
/proc/9743/task/9804/stat : 9804 (java) S 9740 9743 5684 0 -1 1077944384 3 13258 0 0 0 0 5 3 20 0 15 0 405865528 11107291136 299219 33554432000 4194304 4196468 140730753890432 139957778602704 139959237339035 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
[pid=9743/tid=9805] ppid=9740 vsize=10846964 memory=1548 CPUtime=4.56 cores=1,3,5,7
/proc/9743/task/9805/stat : 9805 (java) S 9740 9743 5684 0 -1 1077944384 15862 13258 0 0 445 3 5 3 20 0 15 0 405865528 11107291136 299219 33554432000 4194304 4196468 140730753890432 139958762899440 139959237331586 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
[pid=9743/tid=9806] ppid=9740 vsize=10846964 memory=628 CPUtime=4.57 cores=1,3,5,7
/proc/9743/task/9806/stat : 9806 (java) S 9740 9743 5684 0 -1 1077944384 18160 13258 0 0 446 3 5 3 20 0 15 0 405865528 11107291136 299219 33554432000 4194304 4196468 140730753890432 139958761846896 139959237331586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
[pid=9743/tid=9807] ppid=9740 vsize=10846964 memory=1056 CPUtime=2.63 cores=1,3,5,7
/proc/9743/task/9807/stat : 9807 (java) S 9740 9743 5684 0 -1 1077944384 16932 13258 0 0 252 3 5 3 20 0 15 0 405865528 11107291136 299219 33554432000 4194304 4196468 140730753890432 139958760794352 139959237331586 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
[pid=9743/tid=9808] ppid=9740 vsize=10846964 memory=1556 CPUtime=0.08 cores=1,3,5,7
/proc/9743/task/9808/stat : 9808 (java) S 9740 9743 5684 0 -1 1077944384 3 13258 0 0 0 0 5 3 20 0 15 0 405865529 11107291136 299219 33554432000 4194304 4196468 140730753890432 139957745044064 139959237330645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
[pid=9743/tid=9809] ppid=9740 vsize=10846964 memory=5908 CPUtime=0.1 cores=1,3,5,7
/proc/9743/task/9809/stat : 9809 (java) S 9740 9743 5684 0 -1 1077944384 341 13258 0 0 1 1 5 3 20 0 15 0 405865529 11107291136 299219 33554432000 4194304 4196468 140730753890432 139958759742256 139959237331586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
Current children cumulated CPU time: 71.38 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1196876 KiB

[startup+60.8008 s]
/proc/loadavg: 1.81 1.47 1.42 3/226 9815
/proc/meminfo: memFree=28191180/32770624 swapFree=66995936/67108860
[pid=9743] ppid=9740 vsize=10846964 memory=1196876 CPUtime=73.07 cores=1,3,5,7
/proc/9743/stat : 9743 (java) S 9740 9743 5684 0 -1 1077944320 103066 13258 0 0 7241 58 5 3 20 0 15 0 405865514 11107291136 299219 33554432000 4194304 4196468 140730753890432 140730753872976 139959237320439 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
/proc/9743/statm: 2711741 299219 3623 1 0 2673805 0
[pid=9743/tid=9796] ppid=9740 vsize=10846964 memory=2670351 CPUtime=60.46 cores=1,3,5,7
/proc/9743/task/9796/stat : 9796 (java) R 9740 9743 5684 0 -1 4202560 36877 13258 0 0 6018 20 5 3 20 0 15 0 405865523 11107291136 299219 33554432000 4194304 4196468 140730753890432 139959209145872 139958855369685 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
[pid=9743/tid=9797] ppid=9740 vsize=10846964 memory=2834569 CPUtime=0.28 cores=1,3,5,7
/proc/9743/task/9797/stat : 9797 (java) S 9740 9743 5684 0 -1 1077944384 1744 13258 0 0 14 6 5 3 20 0 15 0 405865524 11107291136 299219 33554432000 4194304 4196468 140730753890432 139959241562384 139959237330645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
[pid=9743/tid=9798] ppid=9740 vsize=10846964 memory=6156533293625470052 CPUtime=0.27 cores=1,3,5,7
/proc/9743/task/9798/stat : 9798 (java) S 9740 9743 5684 0 -1 1077944384 2270 13258 0 0 14 5 5 3 20 0 15 0 405865524 11107291136 299219 33554432000 4194304 4196468 140730753890432 139958810499472 139959237330645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
[pid=9743/tid=9799] ppid=9740 vsize=10846964 memory=22 CPUtime=0.29 cores=1,3,5,7
/proc/9743/task/9799/stat : 9799 (java) S 9740 9743 5684 0 -1 1077944384 1679 13258 0 0 15 6 5 3 20 0 15 0 405865524 11107291136 299219 33554432000 4194304 4196468 140730753890432 139958809446928 139959237330645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
[pid=9743/tid=9800] ppid=9740 vsize=10846964 memory=6 CPUtime=0.3 cores=1,3,5,7
/proc/9743/task/9800/stat : 9800 (java) S 9740 9743 5684 0 -1 1077944384 451 13258 0 0 16 6 5 3 20 0 15 0 405865524 11107291136 299219 33554432000 4194304 4196468 140730753890432 139958808394384 139959237330645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
[pid=9743/tid=9801] ppid=9740 vsize=10846964 memory=0 CPUtime=0.14 cores=1,3,5,7
/proc/9743/task/9801/stat : 9801 (java) S 9740 9743 5684 0 -1 1077944384 5645 13258 0 0 5 1 5 3 20 0 15 0 405865525 11107291136 299219 33554432000 4194304 4196468 140730753890432 139958763952624 139959237331586 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
[pid=9743/tid=9802] ppid=9740 vsize=10846964 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9743/task/9802/stat : 9802 (java) S 9740 9743 5684 0 -1 1077944384 19 13258 0 0 0 0 5 3 20 0 15 0 405865525 11107291136 299219 33554432000 4194304 4196468 140730753890432 139958689981984 139959237330645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
[pid=9743/tid=9803] ppid=9740 vsize=10846964 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9743/task/9803/stat : 9803 (java) S 9740 9743 5684 0 -1 1077944384 11 13258 0 0 0 0 5 3 20 0 15 0 405865526 11107291136 299219 33554432000 4194304 4196468 140730753890432 139958018893312 139959237330645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
[pid=9743/tid=9804] ppid=9740 vsize=10846964 memory=1196876 CPUtime=0.08 cores=1,3,5,7
/proc/9743/task/9804/stat : 9804 (java) S 9740 9743 5684 0 -1 1077944384 3 13258 0 0 0 0 5 3 20 0 15 0 405865528 11107291136 299219 33554432000 4194304 4196468 140730753890432 139957778602704 139959237339035 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
[pid=9743/tid=9805] ppid=9740 vsize=10846964 memory=772 CPUtime=4.61 cores=1,3,5,7
/proc/9743/task/9805/stat : 9805 (java) S 9740 9743 5684 0 -1 1077944384 16616 13258 0 0 450 3 5 3 20 0 15 0 405865528 11107291136 299219 33554432000 4194304 4196468 140730753890432 139958762899440 139959237331586 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
[pid=9743/tid=9806] ppid=9740 vsize=10846964 memory=4008 CPUtime=4.57 cores=1,3,5,7
/proc/9743/task/9806/stat : 9806 (java) S 9740 9743 5684 0 -1 1077944384 18209 13258 0 0 446 3 5 3 20 0 15 0 405865528 11107291136 299219 33554432000 4194304 4196468 140730753890432 139958761846896 139959237331586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
[pid=9743/tid=9807] ppid=9740 vsize=10846964 memory=6788 CPUtime=2.65 cores=1,3,5,7
/proc/9743/task/9807/stat : 9807 (java) R 9740 9743 5684 0 -1 4202560 16991 13258 0 0 254 3 5 3 20 0 15 0 405865528 11107291136 299219 33554432000 4194304 4196468 140730753890432 139958760794352 139959216274935 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
[pid=9743/tid=9808] ppid=9740 vsize=10846964 memory=7512114578044973668 CPUtime=0.08 cores=1,3,5,7
/proc/9743/task/9808/stat : 9808 (java) S 9740 9743 5684 0 -1 1077944384 3 13258 0 0 0 0 5 3 20 0 15 0 405865529 11107291136 299219 33554432000 4194304 4196468 140730753890432 139957745044064 139959237330645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
[pid=9743/tid=9809] ppid=9740 vsize=10846964 memory=4008 CPUtime=0.1 cores=1,3,5,7
/proc/9743/task/9809/stat : 9809 (java) S 9740 9743 5684 0 -1 1077944384 342 13258 0 0 1 1 5 3 20 0 15 0 405865529 11107291136 299219 33554432000 4194304 4196468 140730753890432 139958759742256 139959237331586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
Current children cumulated CPU time: 73.07 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1196876 KiB

[startup+61.2007 s]
/proc/loadavg: 1.81 1.47 1.42 3/226 9815
/proc/meminfo: memFree=28188776/32770624 swapFree=66995936/67108860
[pid=9743] ppid=9740 vsize=10846964 memory=1196876 CPUtime=73.48 cores=1,3,5,7
/proc/9743/stat : 9743 (java) S 9740 9743 5684 0 -1 1077944320 103098 13258 0 0 7282 58 5 3 20 0 15 0 405865514 11107291136 299219 33554432000 4194304 4196468 140730753890432 140730753872976 139959237320439 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
/proc/9743/statm: 2711741 299219 3623 1 0 2673805 0
[pid=9743/tid=9796] ppid=9740 vsize=10846964 memory=2860 CPUtime=60.86 cores=1,3,5,7
/proc/9743/task/9796/stat : 9796 (java) R 9740 9743 5684 0 -1 4202560 36893 13258 0 0 6058 20 5 3 20 0 15 0 405865523 11107291136 299219 33554432000 4194304 4196468 140730753890432 139959209155464 139958855365488 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
[pid=9743/tid=9797] ppid=9740 vsize=10846964 memory=1080064 CPUtime=0.28 cores=1,3,5,7
/proc/9743/task/9797/stat : 9797 (java) S 9740 9743 5684 0 -1 1077944384 1744 13258 0 0 14 6 5 3 20 0 15 0 405865524 11107291136 299219 33554432000 4194304 4196468 140730753890432 139959241562384 139959237330645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
[pid=9743/tid=9798] ppid=9740 vsize=10846964 memory=1164 CPUtime=0.27 cores=1,3,5,7
/proc/9743/task/9798/stat : 9798 (java) S 9740 9743 5684 0 -1 1077944384 2270 13258 0 0 14 5 5 3 20 0 15 0 405865524 11107291136 299219 33554432000 4194304 4196468 140730753890432 139958810499472 139959237330645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
[pid=9743/tid=9799] ppid=9740 vsize=10846964 memory=8045567524406002838 CPUtime=0.29 cores=1,3,5,7
/proc/9743/task/9799/stat : 9799 (java) S 9740 9743 5684 0 -1 1077944384 1679 13258 0 0 15 6 5 3 20 0 15 0 405865524 11107291136 299219 33554432000 4194304 4196468 140730753890432 139958809446928 139959237330645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
[pid=9743/tid=9800] ppid=9740 vsize=10846964 memory=16105853321218387 CPUtime=0.3 cores=1,3,5,7
/proc/9743/task/9800/stat : 9800 (java) S 9740 9743 5684 0 -1 1077944384 451 13258 0 0 16 6 5 3 20 0 15 0 405865524 11107291136 299219 33554432000 4194304 4196468 140730753890432 139958808394384 139959237330645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
[pid=9743/tid=9801] ppid=9740 vsize=10846964 memory=1164 CPUtime=0.14 cores=1,3,5,7
/proc/9743/task/9801/stat : 9801 (java) S 9740 9743 5684 0 -1 1077944384 5645 13258 0 0 5 1 5 3 20 0 15 0 405865525 11107291136 299219 33554432000 4194304 4196468 140730753890432 139958763952624 139959237331586 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
[pid=9743/tid=9802] ppid=9740 vsize=10846964 memory=8317482817917895235 CPUtime=0.08 cores=1,3,5,7
/proc/9743/task/9802/stat : 9802 (java) S 9740 9743 5684 0 -1 1077944384 19 13258 0 0 0 0 5 3 20 0 15 0 405865525 11107291136 299219 33554432000 4194304 4196468 140730753890432 139958689981984 139959237330645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
[pid=9743/tid=9803] ppid=9740 vsize=10846964 memory=4126316290023845779 CPUtime=0.08 cores=1,3,5,7
/proc/9743/task/9803/stat : 9803 (java) S 9740 9743 5684 0 -1 1077944384 11 13258 0 0 0 0 5 3 20 0 15 0 405865526 11107291136 299219 33554432000 4194304 4196468 140730753890432 139958018893312 139959237330645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
[pid=9743/tid=9804] ppid=9740 vsize=10846964 memory=1527848 CPUtime=0.08 cores=1,3,5,7
/proc/9743/task/9804/stat : 9804 (java) S 9740 9743 5684 0 -1 1077944384 3 13258 0 0 0 0 5 3 20 0 15 0 405865528 11107291136 299219 33554432000 4194304 4196468 140730753890432 139957778602704 139959237339035 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
[pid=9743/tid=9805] ppid=9740 vsize=10846964 memory=1408 CPUtime=4.61 cores=1,3,5,7
/proc/9743/task/9805/stat : 9805 (java) S 9740 9743 5684 0 -1 1077944384 16616 13258 0 0 450 3 5 3 20 0 15 0 405865528 11107291136 299219 33554432000 4194304 4196468 140730753890432 139958762899440 139959237331586 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
[pid=9743/tid=9806] ppid=9740 vsize=10846964 memory=2948 CPUtime=4.58 cores=1,3,5,7
/proc/9743/task/9806/stat : 9806 (java) S 9740 9743 5684 0 -1 1077944384 18209 13258 0 0 447 3 5 3 20 0 15 0 405865528 11107291136 299219 33554432000 4194304 4196468 140730753890432 139958761846896 139959237331586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
[pid=9743/tid=9807] ppid=9740 vsize=10846964 memory=1056 CPUtime=2.66 cores=1,3,5,7
/proc/9743/task/9807/stat : 9807 (java) S 9740 9743 5684 0 -1 1077944384 17007 13258 0 0 255 3 5 3 20 0 15 0 405865528 11107291136 299219 33554432000 4194304 4196468 140730753890432 139958760794352 139959237331586 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
[pid=9743/tid=9808] ppid=9740 vsize=10846964 memory=1556 CPUtime=0.08 cores=1,3,5,7
/proc/9743/task/9808/stat : 9808 (java) S 9740 9743 5684 0 -1 1077944384 3 13258 0 0 0 0 5 3 20 0 15 0 405865529 11107291136 299219 33554432000 4194304 4196468 140730753890432 139957745044064 139959237330645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
[pid=9743/tid=9809] ppid=9740 vsize=10846964 memory=5908 CPUtime=0.1 cores=1,3,5,7
/proc/9743/task/9809/stat : 9809 (java) S 9740 9743 5684 0 -1 1077944384 342 13258 0 0 1 1 5 3 20 0 15 0 405865529 11107291136 299219 33554432000 4194304 4196468 140730753890432 139958759742256 139959237331586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
Current children cumulated CPU time: 73.48 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1196876 KiB

[startup+61.6008 s]
/proc/loadavg: 1.81 1.47 1.42 3/226 9815
/proc/meminfo: memFree=28188776/32770624 swapFree=66995936/67108860
[pid=9743] ppid=9740 vsize=10846964 memory=1196876 CPUtime=73.89 cores=1,3,5,7
/proc/9743/stat : 9743 (java) S 9740 9743 5684 0 -1 1077944320 103124 13258 0 0 7323 58 5 3 20 0 15 0 405865514 11107291136 299219 33554432000 4194304 4196468 140730753890432 140730753872976 139959237320439 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
/proc/9743/statm: 2711741 299219 3623 1 0 2673805 0
[pid=9743/tid=9796] ppid=9740 vsize=10846964 memory=3624 CPUtime=61.26 cores=1,3,5,7
/proc/9743/task/9796/stat : 9796 (java) R 9740 9743 5684 0 -1 4202560 36909 13258 0 0 6098 20 5 3 20 0 15 0 405865523 11107291136 299219 33554432000 4194304 4196468 140730753890432 139959209155464 139958855365611 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
[pid=9743/tid=9797] ppid=9740 vsize=10846964 memory=8112282956445269571 CPUtime=0.28 cores=1,3,5,7
/proc/9743/task/9797/stat : 9797 (java) S 9740 9743 5684 0 -1 1077944384 1744 13258 0 0 14 6 5 3 20 0 15 0 405865524 11107291136 299219 33554432000 4194304 4196468 140730753890432 139959241562384 139959237330645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
[pid=9743/tid=9798] ppid=9740 vsize=10846964 memory=1164 CPUtime=0.27 cores=1,3,5,7
/proc/9743/task/9798/stat : 9798 (java) S 9740 9743 5684 0 -1 1077944384 2270 13258 0 0 14 5 5 3 20 0 15 0 405865524 11107291136 299219 33554432000 4194304 4196468 140730753890432 139958810499472 139959237330645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
[pid=9743/tid=9799] ppid=9740 vsize=10846964 memory=1408 CPUtime=0.29 cores=1,3,5,7
/proc/9743/task/9799/stat : 9799 (java) S 9740 9743 5684 0 -1 1077944384 1679 13258 0 0 15 6 5 3 20 0 15 0 405865524 11107291136 299219 33554432000 4194304 4196468 140730753890432 139958809446928 139959237330645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
[pid=9743/tid=9800] ppid=9740 vsize=10846964 memory=0 CPUtime=0.3 cores=1,3,5,7
/proc/9743/task/9800/stat : 9800 (java) S 9740 9743 5684 0 -1 1077944384 451 13258 0 0 16 6 5 3 20 0 15 0 405865524 11107291136 299219 33554432000 4194304 4196468 140730753890432 139958808394384 139959237330645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
[pid=9743/tid=9801] ppid=9740 vsize=10846964 memory=0 CPUtime=0.14 cores=1,3,5,7
/proc/9743/task/9801/stat : 9801 (java) S 9740 9743 5684 0 -1 1077944384 5645 13258 0 0 5 1 5 3 20 0 15 0 405865525 11107291136 299219 33554432000 4194304 4196468 140730753890432 139958763952624 139959237331586 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
[pid=9743/tid=9802] ppid=9740 vsize=10846964 memory=8112282956445269571 CPUtime=0.08 cores=1,3,5,7
/proc/9743/task/9802/stat : 9802 (java) S 9740 9743 5684 0 -1 1077944384 19 13258 0 0 0 0 5 3 20 0 15 0 405865525 11107291136 299219 33554432000 4194304 4196468 140730753890432 139958689981984 139959237330645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
[pid=9743/tid=9803] ppid=9740 vsize=10846964 memory=22248 CPUtime=0.08 cores=1,3,5,7
/proc/9743/task/9803/stat : 9803 (java) S 9740 9743 5684 0 -1 1077944384 11 13258 0 0 0 0 5 3 20 0 15 0 405865526 11107291136 299219 33554432000 4194304 4196468 140730753890432 139958018893312 139959237330645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
[pid=9743/tid=9804] ppid=9740 vsize=10846964 memory=984 CPUtime=0.08 cores=1,3,5,7
/proc/9743/task/9804/stat : 9804 (java) S 9740 9743 5684 0 -1 1077944384 3 13258 0 0 0 0 5 3 20 0 15 0 405865528 11107291136 299219 33554432000 4194304 4196468 140730753890432 139957778602704 139959237339035 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
[pid=9743/tid=9805] ppid=9740 vsize=10846964 memory=2024 CPUtime=4.61 cores=1,3,5,7
/proc/9743/task/9805/stat : 9805 (java) S 9740 9743 5684 0 -1 1077944384 16616 13258 0 0 450 3 5 3 20 0 15 0 405865528 11107291136 299219 33554432000 4194304 4196468 140730753890432 139958762899440 139959237331586 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
[pid=9743/tid=9806] ppid=9740 vsize=10846964 memory=1380 CPUtime=4.58 cores=1,3,5,7
/proc/9743/task/9806/stat : 9806 (java) S 9740 9743 5684 0 -1 1077944384 18209 13258 0 0 447 3 5 3 20 0 15 0 405865528 11107291136 299219 33554432000 4194304 4196468 140730753890432 139958761846896 139959237331586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
[pid=9743/tid=9807] ppid=9740 vsize=10846964 memory=8112282956445269571 CPUtime=2.66 cores=1,3,5,7
/proc/9743/task/9807/stat : 9807 (java) S 9740 9743 5684 0 -1 1077944384 17017 13258 0 0 255 3 5 3 20 0 15 0 405865528 11107291136 299219 33554432000 4194304 4196468 140730753890432 139958760794352 139959237331586 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
[pid=9743/tid=9808] ppid=9740 vsize=10846964 memory=4126316290023845779 CPUtime=0.08 cores=1,3,5,7
/proc/9743/task/9808/stat : 9808 (java) S 9740 9743 5684 0 -1 1077944384 3 13258 0 0 0 0 5 3 20 0 15 0 405865529 11107291136 299219 33554432000 4194304 4196468 140730753890432 139957745044064 139959237330645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
[pid=9743/tid=9809] ppid=9740 vsize=10846964 memory=876 CPUtime=0.1 cores=1,3,5,7
/proc/9743/task/9809/stat : 9809 (java) S 9740 9743 5684 0 -1 1077944384 342 13258 0 0 1 1 5 3 20 0 15 0 405865529 11107291136 299219 33554432000 4194304 4196468 140730753890432 139958759742256 139959237331586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16740352 140730753895157 140730753897669 140730753897669 140730753900495 0
Current children cumulated CPU time: 73.89 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1196876 KiB

Child status: 0
Real time (s): 61.6399
CPU time (s): 73.9451
CPU user time (s): 73.3136
CPU system time (s): 0.631483
CPU usage (%): 119.963
Max. virtual memory (cumulated for all children) (KiB): 10849628
Max. memory (cumulated for all children) (KiB): 1196876

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 73.3136
system time used= 0.631483
maximum resident set size= 1198960
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 116883
page faults= 0
swaps= 0
block input operations= 0
block output operations= 224
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12181
involuntary context switches= 122


# summary of solver processes directly reported to runsolver:
#   pid: 9743
#   total CPU time (s): 73.9451
#   total CPU user time (s): 73.3136
#   total CPU system time (s): 0.631483

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.435347 second user time and 0.581926 second system time

The end

Launcher Data

Begin job on node106 at 2019-09-12 14:47:11
IDJOB=4387226
IDBENCH=128043
IDSOLVER=2823
FILE ID=node106/4387226-1568296108
RUNJOBID= node106-1568282287-6448
PBS_JOBID= 21701088
Free space on /tmp= 53360 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/PrizeCollecting/PrizeCollecting-jok-s1/PrizeCollecting-20-4-5-0.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387226-1568296108/watcher-4387226-1568296108 -o /tmp/evaluation-result-4387226-1568296108/solver-4387226-1568296108 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1568282287-6448 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1507898017 HOME/instance-4387226-1568296108.xml

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

MD5SUM BENCH= 74d82578b46c9040964d6b10ded07847
RANDOM SEED=1507898017

node106.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.79
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.79
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.79
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.79
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:        29389332 kB
MemAvailable:   30413136 kB
Buffers:          103464 kB
Cached:          1212940 kB
SwapCached:        10496 kB
Active:          1876056 kB
Inactive:         959744 kB
Active(anon):    1517912 kB
Inactive(anon):    33664 kB
Active(file):     358144 kB
Inactive(file):   926080 kB
Unevictable:      107420 kB
Mlocked:          107420 kB
SwapTotal:      67108860 kB
SwapFree:       66995936 kB
Dirty:             35436 kB
Writeback:             0 kB
AnonPages:       1616732 kB
Mapped:            48420 kB
Shmem:             23564 kB
Slab:             138932 kB
SReclaimable:     110828 kB
SUnreclaim:        28104 kB
KernelStack:        3712 kB
PageTables:         8688 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2744612 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1488896 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 53324 MiB
End job on node106 at 2019-09-12 14:48:13