Trace number 4387225

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.10OPT35 1066.39 1049.27

General information on the benchmark

NamePrizeCollecting/PrizeCollecting-jok-s1/
PrizeCollecting-24-4-6-4.xml
MD5SUMe870fb3a9053f33a7d0d8e73b49cdad7
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark35
Best CPU time to get the best result obtained on this benchmark37.85
Satisfiable
(Un)Satisfiability was proved
Number of variables72
Number of constraints97
Number of domains24
Minimum domain size4
Maximum domain size25
Distribution of domain sizes[{"size":4,"count":12},{"size":5,"count":12},{"size":25,"count":48}]
Minimum variable degree2
Maximum variable degree27
Distribution of variable degrees[{"degree":2,"count":24},{"degree":25,"count":23},{"degree":26,"count":1},{"degree":27,"count":24}]
Minimum constraint arity1
Maximum constraint arity25
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":48},{"arity":24,"count":24},{"arity":25,"count":24}]
Number of extensional constraints48
Number of intensional constraints25
Distribution of constraint types[{"type":"extension","count":48},{"type":"intension","count":25},{"type":"count","count":24}]
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.73/0.54	c Concrete v3.10.1560635388952 running
115.51/105.81	o -4968
115.51/105.83	o -2965
121.33/111.10	o -2959
130.77/119.90	o -2958
133.24/122.32	o -2955
157.48/145.77	o -1975
157.48/145.77	o -1973
160.81/148.91	o -1971
161.83/149.97	o -1970
196.75/183.93	o -983
196.75/183.93	o -981
196.99/184.15	o -973
223.19/209.76	o -971
223.39/209.90	o -969
232.26/218.51	o -968
232.26/218.53	o -965
233.90/220.17	o 21
234.09/220.35	o 29
386.47/371.70	o 35
1066.31/1049.25	v <instantiation
1066.31/1049.25	v         cost = '35'>
1066.31/1049.25	v       <list>
1066.31/1049.25	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] 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] p[20] p[21] p[22] p[23] 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]
1066.31/1049.25	v       </list>
1066.31/1049.25	v       <values>
1066.31/1049.25	v         6 0 1 9 3 4 12 -1 2 8 -1 5 18 -1 -1 -1 -1 11 19 20 21 22 23 17 0 17 16 13 12 11 1 -1 15 14 -1 10 2 -1 -1 -1 -1 9 3 4 5 6 7 8 3 -5 7 -3 2 -1 1 0 6 8 0 3 4 0 0 0 0 0 -3 9 -3 0 5 2
1066.31/1049.25	v       </values>
1066.31/1049.25	v     </instantiation>
1066.31/1049.25	s OPTIMUM FOUND

Verifier Data

OK	35

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387225-1568296046/watcher-4387225-1568296046 -o /tmp/evaluation-result-4387225-1568296046/solver-4387225-1568296046 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node117-1568286179-3291 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=695062327 HOME/instance-4387225-1568296046.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=5872, runsolver pid=5869

[startup+0.100156 s]*
/proc/loadavg: 1.26 1.29 1.34 4/218 5929
/proc/meminfo: memFree=21305352/32770624 swapFree=66952812/67108860
[pid=5872] ppid=5869 vsize=9972712 memory=17080 CPUtime=0.1 cores=1,3,5,7
/proc/5872/stat : 5872 (java) S 5869 5872 2339 0 -1 1077944320 4539 13296 0 0 1 1 5 3 20 0 6 0 405546597 10212057088 4270 33554432000 4194304 4196468 140721667654912 140721667637456 140306729111287 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
/proc/5872/statm: 2493178 4270 1935 1 0 2481616 0
[pid=5872/tid=5925] ppid=5869 vsize=9972712 memory=7892391828772250251 CPUtime=0.09 cores=1,3,5,7
/proc/5872/task/5925/stat : 5925 (java) R 5869 5872 2339 0 -1 4202560 2348 13296 0 0 1 0 5 3 20 0 6 0 405546606 10212057088 4336 33554432000 4194304 4196468 140721667654912 140306700948048 140306713191774 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
[pid=5872/tid=5926] ppid=5869 vsize=9972712 memory=-7025452035940392864 CPUtime=0.08 cores=1,3,5,7
/proc/5872/task/5926/stat : 5926 (java) S 5869 5872 2339 0 -1 1077944384 1 13296 0 0 0 0 5 3 20 0 6 0 405546607 10212057088 4336 33554432000 4194304 4196468 140721667654912 140306733354128 140306729121493 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
[pid=5872/tid=5927] ppid=5869 vsize=9972712 memory=140169962612352 CPUtime=0.08 cores=1,3,5,7
/proc/5872/task/5927/stat : 5927 (java) S 5869 5872 2339 0 -1 1077944384 1 13296 0 0 0 0 5 3 20 0 6 0 405546607 10212057088 4336 33554432000 4194304 4196468 140721667654912 140306652105744 140306729121493 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
[pid=5872/tid=5928] ppid=5869 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5872/task/5928/stat : 5928 (java) S 5869 5872 2339 0 -1 1077944384 1 13296 0 0 0 0 5 3 20 0 6 0 405546607 10212057088 4336 33554432000 4194304 4196468 140721667654912 140306651052944 140306729121493 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
[pid=5872/tid=5929] ppid=5869 vsize=9972712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/5872/task/5929/stat : 5929 (java) S 5869 5872 2339 0 -1 1077944384 2 13296 0 0 0 0 5 3 20 0 6 0 405546607 10212057088 4336 33554432000 4194304 4196468 140721667654912 140306300197648 140306729121493 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17080 KiB

[startup+0.210379 s]*
/proc/loadavg: 1.26 1.29 1.34 3/227 5938
/proc/meminfo: memFree=21282796/32770624 swapFree=66952812/67108860
[pid=5872] ppid=5869 vsize=10818940 memory=43108 CPUtime=0.26 cores=1,3,5,7
/proc/5872/stat : 5872 (java) S 5869 5872 2339 0 -1 1077944320 7070 13296 0 0 16 2 5 3 20 0 15 0 405546597 11078594560 10777 33554432000 4194304 4196468 140721667654912 140721667637456 140306729111287 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
/proc/5872/statm: 2704735 10777 2984 1 0 2667149 0
[pid=5872/tid=5925] ppid=5869 vsize=10818940 memory=7822038051842263955 CPUtime=0.2 cores=1,3,5,7
/proc/5872/task/5925/stat : 5925 (java) R 5869 5872 2339 0 -1 4202560 3598 13296 0 0 11 1 5 3 20 0 15 0 405546606 11078594560 10777 33554432000 4194304 4196468 140721667654912 140306700943488 140306714804696 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
[pid=5872/tid=5926] ppid=5869 vsize=10818940 memory=-7025452035940392864 CPUtime=0.08 cores=1,3,5,7
/proc/5872/task/5926/stat : 5926 (java) S 5869 5872 2339 0 -1 1077944384 1 13296 0 0 0 0 5 3 20 0 15 0 405546607 11078594560 10777 33554432000 4194304 4196468 140721667654912 140306733354128 140306729121493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
[pid=5872/tid=5927] ppid=5869 vsize=10818940 memory=140169962612352 CPUtime=0.08 cores=1,3,5,7
/proc/5872/task/5927/stat : 5927 (java) S 5869 5872 2339 0 -1 1077944384 1 13296 0 0 0 0 5 3 20 0 15 0 405546607 11078594560 10777 33554432000 4194304 4196468 140721667654912 140306652105744 140306729121493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
[pid=5872/tid=5928] ppid=5869 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5872/task/5928/stat : 5928 (java) S 5869 5872 2339 0 -1 1077944384 1 13296 0 0 0 0 5 3 20 0 15 0 405546607 11078594560 10777 33554432000 4194304 4196468 140721667654912 140306651052944 140306729121493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
[pid=5872/tid=5929] ppid=5869 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/5872/task/5929/stat : 5929 (java) S 5869 5872 2339 0 -1 1077944384 2 13296 0 0 0 0 5 3 20 0 15 0 405546607 11078594560 10777 33554432000 4194304 4196468 140721667654912 140306300197648 140306729121493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
[pid=5872/tid=5930] ppid=5869 vsize=10818940 memory=140169962612352 CPUtime=0.08 cores=1,3,5,7
/proc/5872/task/5930/stat : 5930 (java) S 5869 5872 2339 0 -1 1077944384 2 13296 0 0 0 0 5 3 20 0 15 0 405546608 11078594560 10777 33554432000 4194304 4196468 140721667654912 140306255755632 140306729122434 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
[pid=5872/tid=5931] ppid=5869 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/5872/task/5931/stat : 5931 (java) S 5869 5872 2339 0 -1 1077944384 13 13296 0 0 0 0 5 3 20 0 15 0 405546609 11078594560 10777 33554432000 4194304 4196468 140721667654912 140306179679264 140306729121493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
[pid=5872/tid=5932] ppid=5869 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5872/task/5932/stat : 5932 (java) S 5869 5872 2339 0 -1 1077944384 1 13296 0 0 0 0 5 3 20 0 15 0 405546609 11078594560 10777 33554432000 4194304 4196468 140721667654912 140306045461360 140306729121493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
[pid=5872/tid=5933] ppid=5869 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5872/task/5933/stat : 5933 (java) S 5869 5872 2339 0 -1 1077944384 2 13296 0 0 0 0 5 3 20 0 15 0 405546612 11078594560 10777 33554432000 4194304 4196468 140721667654912 140305441482576 140306729129883 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
[pid=5872/tid=5934] ppid=5869 vsize=10818940 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/5872/task/5934/stat : 5934 (java) S 5869 5872 2339 0 -1 1077944384 473 13296 0 0 1 0 5 3 20 0 15 0 405546612 11078594560 10777 33554432000 4194304 4196468 140721667654912 140306254703472 140306729122434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
[pid=5872/tid=5935] ppid=5869 vsize=10818940 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/5872/task/5935/stat : 5935 (java) S 5869 5872 2339 0 -1 1077944384 150 13296 0 0 1 0 5 3 20 0 15 0 405546612 11078594560 10777 33554432000 4194304 4196468 140721667654912 140306253650672 140306729122434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
[pid=5872/tid=5936] ppid=5869 vsize=10818940 memory=140169962612352 CPUtime=0.11 cores=1,3,5,7
/proc/5872/task/5936/stat : 5936 (java) S 5869 5872 2339 0 -1 1077944384 630 13296 0 0 3 0 5 3 20 0 15 0 405546612 11078594560 10777 33554432000 4194304 4196468 140721667654912 140306252597872 140306729122434 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
[pid=5872/tid=5937] ppid=5869 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/5872/task/5937/stat : 5937 (java) S 5869 5872 2339 0 -1 1077944384 3 13296 0 0 0 0 5 3 20 0 15 0 405546612 11078594560 10777 33554432000 4194304 4196468 140721667654912 140304971721440 140306729121493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
[pid=5872/tid=5938] ppid=5869 vsize=10818940 memory=140169962612352 CPUtime=0.08 cores=1,3,5,7
/proc/5872/task/5938/stat : 5938 (java) S 5869 5872 2339 0 -1 1077944384 1 13296 0 0 0 0 5 3 20 0 15 0 405546612 11078594560 10777 33554432000 4194304 4196468 140721667654912 140306251545264 140306729122434 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 43108 KiB

[startup+0.310637 s]*
/proc/loadavg: 1.26 1.29 1.34 3/227 5938
/proc/meminfo: memFree=21272296/32770624 swapFree=66952812/67108860
[pid=5872] ppid=5869 vsize=10820096 memory=54440 CPUtime=0.41 cores=1,3,5,7
/proc/5872/stat : 5872 (java) S 5869 5872 2339 0 -1 1077944320 10803 13296 0 0 29 4 5 3 20 0 15 0 405546597 11079778304 13610 33554432000 4194304 4196468 140721667654912 140721667637456 140306729111287 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
/proc/5872/statm: 2705024 13610 3238 1 0 2667149 0
[pid=5872/tid=5925] ppid=5869 vsize=10820244 memory=8317482817917895235 CPUtime=0.29 cores=1,3,5,7
/proc/5872/task/5925/stat : 5925 (java) R 5869 5872 2339 0 -1 4202560 7317 13296 0 0 19 2 5 3 20 0 15 0 405546606 11079929856 13610 33554432000 4194304 4196468 140721667654912 140306700924432 140306652188534 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
[pid=5872/tid=5926] ppid=5869 vsize=10820244 memory=6941850677486973033 CPUtime=0.08 cores=1,3,5,7
/proc/5872/task/5926/stat : 5926 (java) S 5869 5872 2339 0 -1 1077944384 1 13296 0 0 0 0 5 3 20 0 15 0 405546607 11079929856 13675 33554432000 4194304 4196468 140721667654912 140306733354128 140306729121493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
[pid=5872/tid=5927] ppid=5869 vsize=10820244 memory=5788339726952981056 CPUtime=0.08 cores=1,3,5,7
/proc/5872/task/5927/stat : 5927 (java) S 5869 5872 2339 0 -1 1077944384 1 13296 0 0 0 0 5 3 20 0 15 0 405546607 11079929856 13675 33554432000 4194304 4196468 140721667654912 140306652105744 140306729121493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
[pid=5872/tid=5928] ppid=5869 vsize=10820244 memory=7019607257771495109 CPUtime=0.08 cores=1,3,5,7
/proc/5872/task/5928/stat : 5928 (java) S 5869 5872 2339 0 -1 1077944384 1 13296 0 0 0 0 5 3 20 0 15 0 405546607 11079929856 13675 33554432000 4194304 4196468 140721667654912 140306651052944 140306729121493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
[pid=5872/tid=5929] ppid=5869 vsize=10820244 memory=4126316290023845779 CPUtime=0.08 cores=1,3,5,7
/proc/5872/task/5929/stat : 5929 (java) S 5869 5872 2339 0 -1 1077944384 2 13296 0 0 0 0 5 3 20 0 15 0 405546607 11079929856 13675 33554432000 4194304 4196468 140721667654912 140306300197648 140306729121493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
[pid=5872/tid=5930] ppid=5869 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5872/task/5930/stat : 5930 (java) S 5869 5872 2339 0 -1 1077944384 2 13296 0 0 0 0 5 3 20 0 15 0 405546608 11079929856 13675 33554432000 4194304 4196468 140721667654912 140306255755632 140306729122434 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
[pid=5872/tid=5931] ppid=5869 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5872/task/5931/stat : 5931 (java) S 5869 5872 2339 0 -1 1077944384 13 13296 0 0 0 0 5 3 20 0 15 0 405546609 11079929856 13675 33554432000 4194304 4196468 140721667654912 140306179679264 140306729121493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
[pid=5872/tid=5932] ppid=5869 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5872/task/5932/stat : 5932 (java) S 5869 5872 2339 0 -1 1077944384 1 13296 0 0 0 0 5 3 20 0 15 0 405546609 11079929856 13675 33554432000 4194304 4196468 140721667654912 140306045461360 140306729121493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
[pid=5872/tid=5933] ppid=5869 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5872/task/5933/stat : 5933 (java) S 5869 5872 2339 0 -1 1077944384 2 13296 0 0 0 0 5 3 20 0 15 0 405546612 11079929856 13675 33554432000 4194304 4196468 140721667654912 140305441482576 140306729129883 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
[pid=5872/tid=5934] ppid=5869 vsize=10820244 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/5872/task/5934/stat : 5934 (java) S 5869 5872 2339 0 -1 1077944384 475 13296 0 0 1 0 5 3 20 0 15 0 405546612 11079929856 13675 33554432000 4194304 4196468 140721667654912 140306254703472 140306729122434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
[pid=5872/tid=5935] ppid=5869 vsize=10820244 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/5872/task/5935/stat : 5935 (java) S 5869 5872 2339 0 -1 1077944384 150 13296 0 0 1 0 5 3 20 0 15 0 405546612 11079929856 13675 33554432000 4194304 4196468 140721667654912 140306253650672 140306729122434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
[pid=5872/tid=5936] ppid=5869 vsize=10820244 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/5872/task/5936/stat : 5936 (java) S 5869 5872 2339 0 -1 1077944384 643 13296 0 0 5 0 5 3 20 0 15 0 405546612 11079929856 13675 33554432000 4194304 4196468 140721667654912 140306252597872 140306729122434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
[pid=5872/tid=5937] ppid=5869 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5872/task/5937/stat : 5937 (java) S 5869 5872 2339 0 -1 1077944384 3 13296 0 0 0 0 5 3 20 0 15 0 405546612 11079929856 13675 33554432000 4194304 4196468 140721667654912 140304971721440 140306729121493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
[pid=5872/tid=5938] ppid=5869 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5872/task/5938/stat : 5938 (java) S 5869 5872 2339 0 -1 1077944384 1 13296 0 0 0 0 5 3 20 0 15 0 405546612 11079929856 13675 33554432000 4194304 4196468 140721667654912 140306251545264 140306729122434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820096 KiB
Current children cumulated memory: 54440 KiB

[startup+0.700679 s]
/proc/loadavg: 1.26 1.29 1.34 6/227 5938
/proc/meminfo: memFree=21256476/32770624 swapFree=66952812/67108860
[pid=5872] ppid=5869 vsize=10824340 memory=84528 CPUtime=1.15 cores=1,3,5,7
/proc/5872/stat : 5872 (java) S 5869 5872 2339 0 -1 1077944320 14879 13296 0 0 101 6 5 3 20 0 15 0 405546597 11084124160 21132 33554432000 4194304 4196468 140721667654912 140721667637456 140306729111287 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
/proc/5872/statm: 2706085 21132 3487 1 0 2668173 0
[pid=5872/tid=5925] ppid=5869 vsize=10824340 memory=2241 CPUtime=0.67 cores=1,3,5,7
/proc/5872/task/5925/stat : 5925 (java) R 5869 5872 2339 0 -1 4202560 10564 13296 0 0 55 4 5 3 20 0 15 0 405546606 11084124160 21132 33554432000 4194304 4196468 140721667654912 140306700929248 140306721790509 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
[pid=5872/tid=5926] ppid=5869 vsize=10825364 memory=2244 CPUtime=0.08 cores=1,3,5,7
/proc/5872/task/5926/stat : 5926 (java) S 5869 5872 2339 0 -1 1077944384 1 13296 0 0 0 0 5 3 20 0 15 0 405546607 11085172736 21132 33554432000 4194304 4196468 140721667654912 140306733354128 140306729121493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
[pid=5872/tid=5927] ppid=5869 vsize=10825364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5872/task/5927/stat : 5927 (java) S 5869 5872 2339 0 -1 1077944384 1 13296 0 0 0 0 5 3 20 0 15 0 405546607 11085172736 21132 33554432000 4194304 4196468 140721667654912 140306652105744 140306729121493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
[pid=5872/tid=5928] ppid=5869 vsize=10825364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5872/task/5928/stat : 5928 (java) S 5869 5872 2339 0 -1 1077944384 1 13296 0 0 0 0 5 3 20 0 15 0 405546607 11085172736 21197 33554432000 4194304 4196468 140721667654912 140306651052944 140306729121493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
[pid=5872/tid=5929] ppid=5869 vsize=10825364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5872/task/5929/stat : 5929 (java) S 5869 5872 2339 0 -1 1077944384 2 13296 0 0 0 0 5 3 20 0 15 0 405546607 11085172736 21197 33554432000 4194304 4196468 140721667654912 140306300197648 140306729121493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
[pid=5872/tid=5930] ppid=5869 vsize=10824340 memory=6944652177228980320 CPUtime=0.08 cores=1,3,5,7
/proc/5872/task/5930/stat : 5930 (java) S 5869 5872 2339 0 -1 1077944384 5 13296 0 0 0 0 5 3 20 0 15 0 405546608 11084124160 21173 33554432000 4194304 4196468 140721667654912 140306255755632 140306729122434 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
[pid=5872/tid=5931] ppid=5869 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5872/task/5931/stat : 5931 (java) S 5869 5872 2339 0 -1 1077944384 13 13296 0 0 0 0 5 3 20 0 15 0 405546609 11084124160 21173 33554432000 4194304 4196468 140721667654912 140306179679264 140306729121493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
[pid=5872/tid=5932] ppid=5869 vsize=10824340 memory=6943526294502006880 CPUtime=0.08 cores=1,3,5,7
/proc/5872/task/5932/stat : 5932 (java) S 5869 5872 2339 0 -1 1077944384 1 13296 0 0 0 0 5 3 20 0 15 0 405546609 11084124160 21173 33554432000 4194304 4196468 140721667654912 140306045461360 140306729121493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
[pid=5872/tid=5933] ppid=5869 vsize=10825364 memory=6944656592455097440 CPUtime=0.08 cores=1,3,5,7
/proc/5872/task/5933/stat : 5933 (java) S 5869 5872 2339 0 -1 1077944384 2 13296 0 0 0 0 5 3 20 0 15 0 405546612 11085172736 21173 33554432000 4194304 4196468 140721667654912 140305441482576 140306729129883 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
[pid=5872/tid=5934] ppid=5869 vsize=10825364 memory=140169814509456 CPUtime=0.22 cores=1,3,5,7
/proc/5872/task/5934/stat : 5934 (java) S 5869 5872 2339 0 -1 1077944384 855 13296 0 0 14 0 5 3 20 0 15 0 405546612 11085172736 21173 33554432000 4194304 4196468 140721667654912 140306254703472 140306729122434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
[pid=5872/tid=5935] ppid=5869 vsize=10825364 memory=24964 CPUtime=0.2 cores=1,3,5,7
/proc/5872/task/5935/stat : 5935 (java) S 5869 5872 2339 0 -1 1077944384 393 13296 0 0 12 0 5 3 20 0 15 0 405546612 11085172736 21173 33554432000 4194304 4196468 140721667654912 140306253650672 140306729122434 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
[pid=5872/tid=5936] ppid=5869 vsize=10825364 memory=2244 CPUtime=0.25 cores=1,3,5,7
/proc/5872/task/5936/stat : 5936 (java) S 5869 5872 2339 0 -1 1077944384 832 13296 0 0 17 0 5 3 20 0 15 0 405546612 11085172736 21173 33554432000 4194304 4196468 140721667654912 140306252597872 140306729122434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
[pid=5872/tid=5937] ppid=5869 vsize=10824340 memory=140169814506864 CPUtime=0.08 cores=1,3,5,7
/proc/5872/task/5937/stat : 5937 (java) S 5869 5872 2339 0 -1 1077944384 3 13296 0 0 0 0 5 3 20 0 15 0 405546612 11084124160 21173 33554432000 4194304 4196468 140721667654912 140304971721440 140306729121493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
[pid=5872/tid=5938] ppid=5869 vsize=10825364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5872/task/5938/stat : 5938 (java) S 5869 5872 2339 0 -1 1077944384 1 13296 0 0 0 0 5 3 20 0 15 0 405546612 11085172736 21173 33554432000 4194304 4196468 140721667654912 140306251545264 140306729122434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 84528 KiB

[startup+1.5008 s]
/proc/loadavg: 1.26 1.29 1.34 5/227 5938
/proc/meminfo: memFree=21190424/32770624 swapFree=66952812/67108860
[pid=5872] ppid=5869 vsize=10832608 memory=218964 CPUtime=3.01 cores=1,3,5,7
/proc/5872/stat : 5872 (java) S 5869 5872 2339 0 -1 1077944320 25680 13296 0 0 281 12 5 3 20 0 15 0 405546597 11092590592 54741 33554432000 4194304 4196468 140721667654912 140721667637456 140306729111287 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
/proc/5872/statm: 2708152 54741 3575 1 0 2670221 0
[pid=5872/tid=5925] ppid=5869 vsize=10832608 memory=24 CPUtime=1.43 cores=1,3,5,7
/proc/5872/task/5925/stat : 5925 (java) R 5869 5872 2339 0 -1 4202560 15541 13296 0 0 129 6 5 3 20 0 15 0 405546606 11092590592 54741 33554432000 4194304 4196468 140721667654912 140306700940496 140306729133213 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
[pid=5872/tid=5926] ppid=5869 vsize=10832608 memory=29 CPUtime=0.09 cores=1,3,5,7
/proc/5872/task/5926/stat : 5926 (java) S 5869 5872 2339 0 -1 1077944384 44 13296 0 0 1 0 5 3 20 0 15 0 405546607 11092590592 54741 33554432000 4194304 4196468 140721667654912 140306733354128 140306729121493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
[pid=5872/tid=5927] ppid=5869 vsize=10832608 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/5872/task/5927/stat : 5927 (java) S 5869 5872 2339 0 -1 1077944384 289 13296 0 0 1 0 5 3 20 0 15 0 405546607 11092590592 54741 33554432000 4194304 4196468 140721667654912 140306652105744 140306729121493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
[pid=5872/tid=5928] ppid=5869 vsize=10832608 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/5872/task/5928/stat : 5928 (java) S 5869 5872 2339 0 -1 1077944384 36 13296 0 0 1 0 5 3 20 0 15 0 405546607 11092590592 54741 33554432000 4194304 4196468 140721667654912 140306651052944 140306729121493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
[pid=5872/tid=5929] ppid=5869 vsize=10832608 memory=111572 CPUtime=0.09 cores=1,3,5,7
/proc/5872/task/5929/stat : 5929 (java) S 5869 5872 2339 0 -1 1077944384 90 13296 0 0 1 0 5 3 20 0 15 0 405546607 11092590592 54741 33554432000 4194304 4196468 140721667654912 140306300197648 140306729121493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
[pid=5872/tid=5930] ppid=5869 vsize=10832608 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/5872/task/5930/stat : 5930 (java) S 5869 5872 2339 0 -1 1077944384 1227 13296 0 0 1 0 5 3 20 0 15 0 405546608 11092590592 54741 33554432000 4194304 4196468 140721667654912 140306255755632 140306729122434 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
[pid=5872/tid=5931] ppid=5869 vsize=10832608 memory=7014751519734256483 CPUtime=0.08 cores=1,3,5,7
/proc/5872/task/5931/stat : 5931 (java) S 5869 5872 2339 0 -1 1077944384 14 13296 0 0 0 0 5 3 20 0 15 0 405546609 11092590592 54741 33554432000 4194304 4196468 140721667654912 140306179679328 140306729121493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
[pid=5872/tid=5932] ppid=5869 vsize=10832608 memory=7302980839357834841 CPUtime=0.08 cores=1,3,5,7
/proc/5872/task/5932/stat : 5932 (java) S 5869 5872 2339 0 -1 1077944384 1 13296 0 0 0 0 5 3 20 0 15 0 405546609 11092590592 54741 33554432000 4194304 4196468 140721667654912 140306045461376 140306729121493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
[pid=5872/tid=5933] ppid=5869 vsize=10832608 memory=7306360768014084716 CPUtime=0.08 cores=1,3,5,7
/proc/5872/task/5933/stat : 5933 (java) S 5869 5872 2339 0 -1 1077944384 2 13296 0 0 0 0 5 3 20 0 15 0 405546612 11092590592 54741 33554432000 4194304 4196468 140721667654912 140305441482576 140306729129883 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
[pid=5872/tid=5934] ppid=5869 vsize=10832608 memory=5571041044932548709 CPUtime=0.62 cores=1,3,5,7
/proc/5872/task/5934/stat : 5934 (java) S 5869 5872 2339 0 -1 1077944384 2758 13296 0 0 54 0 5 3 20 0 15 0 405546612 11092590592 54741 33554432000 4194304 4196468 140721667654912 140306254703472 140306729122434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
[pid=5872/tid=5935] ppid=5869 vsize=10832608 memory=7738699743830370390 CPUtime=0.6 cores=1,3,5,7
/proc/5872/task/5935/stat : 5935 (java) S 5869 5872 2339 0 -1 1077944384 1780 13296 0 0 52 0 5 3 20 0 15 0 405546612 11092590592 54741 33554432000 4194304 4196468 140721667654912 140306253650672 140306729122434 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
[pid=5872/tid=5936] ppid=5869 vsize=10832608 memory=7014751519734256483 CPUtime=0.45 cores=1,3,5,7
/proc/5872/task/5936/stat : 5936 (java) S 5869 5872 2339 0 -1 1077944384 1689 13296 0 0 37 0 5 3 20 0 15 0 405546612 11092590592 54741 33554432000 4194304 4196468 140721667654912 140306252597872 140306729122434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
[pid=5872/tid=5937] ppid=5869 vsize=10832608 memory=7014751519734256483 CPUtime=0.08 cores=1,3,5,7
/proc/5872/task/5937/stat : 5937 (java) S 5869 5872 2339 0 -1 1077944384 3 13296 0 0 0 0 5 3 20 0 15 0 405546612 11092590592 54741 33554432000 4194304 4196468 140721667654912 140304971721440 140306729121493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
[pid=5872/tid=5938] ppid=5869 vsize=10832608 memory=55 CPUtime=0.08 cores=1,3,5,7
/proc/5872/task/5938/stat : 5938 (java) S 5869 5872 2339 0 -1 1077944384 1 13296 0 0 0 0 5 3 20 0 15 0 405546612 11092590592 54741 33554432000 4194304 4196468 140721667654912 140306251545264 140306729122434 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
Current children cumulated CPU time: 3.01 s
Current children cumulated vsize: 10832608 KiB

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

[pid=5872/tid=5937] ppid=5869 vsize=10849012 memory=1863236 CPUtime=0.08 cores=1,3,5,7
/proc/5872/task/5937/stat : 5937 (java) S 5869 5872 2339 0 -1 1077944384 3 13296 0 0 0 0 5 3 20 0 15 0 405546612 11109388288 465809 33554432000 4194304 4196468 140721667654912 140304971721440 140306729121493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
[pid=5872/tid=5938] ppid=5869 vsize=10849012 memory=4004 CPUtime=0.49 cores=1,3,5,7
/proc/5872/task/5938/stat : 5938 (java) S 5869 5872 2339 0 -1 1077944384 787 13296 0 0 21 20 5 3 20 0 15 0 405546612 11109388288 465809 33554432000 4194304 4196468 140721667654912 140306251545264 140306729122434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
Current children cumulated CPU time: 1060.27 s
Current children cumulated vsize: 10849012 KiB
Current children cumulated memory: 1863236 KiB

[startup+1046.4 s]
/proc/loadavg: 1.31 1.59 1.60 3/229 6320
/proc/meminfo: memFree=17267048/32770624 swapFree=66952812/67108860
[pid=5872] ppid=5869 vsize=10849012 memory=1863236 CPUtime=1063.49 cores=1,3,5,7
/proc/5872/stat : 5872 (java) S 5869 5872 2339 0 -1 1077944320 267445 13296 0 0 106234 107 5 3 20 0 15 0 405546597 11109388288 465809 33554432000 4194304 4196468 140721667654912 140721667637456 140306729111287 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
/proc/5872/statm: 2712253 465809 3621 1 0 2674317 0
[pid=5872/tid=5925] ppid=5869 vsize=10849012 memory=11624 CPUtime=1045.53 cores=1,3,5,7
/proc/5872/task/5925/stat : 5925 (java) R 5869 5872 2339 0 -1 4202560 73071 13296 0 0 104509 36 5 3 20 0 15 0 405546606 11109388288 465809 33554432000 4194304 4196468 140721667654912 140306700946448 140306335686669 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
[pid=5872/tid=5926] ppid=5869 vsize=10849012 memory=3612 CPUtime=0.52 cores=1,3,5,7
/proc/5872/task/5926/stat : 5926 (java) S 5869 5872 2339 0 -1 1077944384 9501 13296 0 0 38 6 5 3 20 0 15 0 405546607 11109388288 465809 33554432000 4194304 4196468 140721667654912 140306733354128 140306729121493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
[pid=5872/tid=5927] ppid=5869 vsize=10849012 memory=37436 CPUtime=0.54 cores=1,3,5,7
/proc/5872/task/5927/stat : 5927 (java) S 5869 5872 2339 0 -1 1077944384 5067 13296 0 0 40 6 5 3 20 0 15 0 405546607 11109388288 465809 33554432000 4194304 4196468 140721667654912 140306652105744 140306729121493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
[pid=5872/tid=5928] ppid=5869 vsize=10849012 memory=992 CPUtime=0.54 cores=1,3,5,7
/proc/5872/task/5928/stat : 5928 (java) S 5869 5872 2339 0 -1 1077944384 14707 13296 0 0 39 7 5 3 20 0 15 0 405546607 11109388288 465809 33554432000 4194304 4196468 140721667654912 140306651052944 140306729121493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
[pid=5872/tid=5929] ppid=5869 vsize=10849012 memory=812 CPUtime=0.54 cores=1,3,5,7
/proc/5872/task/5929/stat : 5929 (java) S 5869 5872 2339 0 -1 1077944384 9327 13296 0 0 39 7 5 3 20 0 15 0 405546607 11109388288 465809 33554432000 4194304 4196468 140721667654912 140306300197648 140306729121493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
[pid=5872/tid=5930] ppid=5869 vsize=10849012 memory=1863236 CPUtime=0.37 cores=1,3,5,7
/proc/5872/task/5930/stat : 5930 (java) S 5869 5872 2339 0 -1 1077944384 13466 13296 0 0 25 4 5 3 20 0 15 0 405546608 11109388288 465809 33554432000 4194304 4196468 140721667654912 140306255755632 140306729122434 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
[pid=5872/tid=5931] ppid=5869 vsize=10849012 memory=1984 CPUtime=0.08 cores=1,3,5,7
/proc/5872/task/5931/stat : 5931 (java) S 5869 5872 2339 0 -1 1077944384 29 13296 0 0 0 0 5 3 20 0 15 0 405546609 11109388288 465809 33554432000 4194304 4196468 140721667654912 140306179679392 140306729121493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
[pid=5872/tid=5932] ppid=5869 vsize=10849012 memory=2492 CPUtime=0.08 cores=1,3,5,7
/proc/5872/task/5932/stat : 5932 (java) S 5869 5872 2339 0 -1 1077944384 28 13296 0 0 0 0 5 3 20 0 15 0 405546609 11109388288 465809 33554432000 4194304 4196468 140721667654912 140306045461376 140306729121493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
[pid=5872/tid=5933] ppid=5869 vsize=10849012 memory=8112282956445269571 CPUtime=0.08 cores=1,3,5,7
/proc/5872/task/5933/stat : 5933 (java) S 5869 5872 2339 0 -1 1077944384 2 13296 0 0 0 0 5 3 20 0 15 0 405546612 11109388288 465809 33554432000 4194304 4196468 140721667654912 140305441482576 140306729129883 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
[pid=5872/tid=5934] ppid=5869 vsize=10849012 memory=2120 CPUtime=5.84 cores=1,3,5,7
/proc/5872/task/5934/stat : 5934 (java) S 5869 5872 2339 0 -1 1077944384 47131 13296 0 0 568 8 5 3 20 0 15 0 405546612 11109388288 465809 33554432000 4194304 4196468 140721667654912 140306254703472 140306729122434 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
[pid=5872/tid=5935] ppid=5869 vsize=10849012 memory=500 CPUtime=5.97 cores=1,3,5,7
/proc/5872/task/5935/stat : 5935 (java) S 5869 5872 2339 0 -1 1077944384 41410 13296 0 0 582 7 5 3 20 0 15 0 405546612 11109388288 465809 33554432000 4194304 4196468 140721667654912 140306253650672 140306729122434 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
[pid=5872/tid=5936] ppid=5869 vsize=10849012 memory=1556 CPUtime=3.76 cores=1,3,5,7
/proc/5872/task/5936/stat : 5936 (java) S 5869 5872 2339 0 -1 1077944384 50711 13296 0 0 359 9 5 3 20 0 15 0 405546612 11109388288 465809 33554432000 4194304 4196468 140721667654912 140306252597872 140306729122434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
[pid=5872/tid=5937] ppid=5869 vsize=10849012 memory=2044 CPUtime=0.08 cores=1,3,5,7
/proc/5872/task/5937/stat : 5937 (java) S 5869 5872 2339 0 -1 1077944384 3 13296 0 0 0 0 5 3 20 0 15 0 405546612 11109388288 465809 33554432000 4194304 4196468 140721667654912 140304971721440 140306729121493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
[pid=5872/tid=5938] ppid=5869 vsize=10849012 memory=1324 CPUtime=0.5 cores=1,3,5,7
/proc/5872/task/5938/stat : 5938 (java) S 5869 5872 2339 0 -1 1077944384 787 13296 0 0 21 21 5 3 20 0 15 0 405546612 11109388288 465809 33554432000 4194304 4196468 140721667654912 140306251545264 140306729122434 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
Current children cumulated CPU time: 1063.49 s
Current children cumulated vsize: 10849012 KiB
Current children cumulated memory: 1863236 KiB

[startup+1048 s]*
/proc/loadavg: 1.31 1.59 1.60 3/229 6320
/proc/meminfo: memFree=17267556/32770624 swapFree=66952812/67108860
[pid=5872] ppid=5869 vsize=10849012 memory=1863236 CPUtime=1065.11 cores=1,3,5,7
/proc/5872/stat : 5872 (java) S 5869 5872 2339 0 -1 1077944320 267448 13296 0 0 106395 108 5 3 20 0 15 0 405546597 11109388288 465809 33554432000 4194304 4196468 140721667654912 140721667637456 140306729111287 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
/proc/5872/statm: 2712253 465809 3621 1 0 2674317 0
[pid=5872/tid=5925] ppid=5869 vsize=10849012 memory=8317482817917895235 CPUtime=1047.14 cores=1,3,5,7
/proc/5872/task/5925/stat : 5925 (java) R 5869 5872 2339 0 -1 4202560 73073 13296 0 0 104670 36 5 3 20 0 15 0 405546606 11109388288 465809 33554432000 4194304 4196468 140721667654912 140306700945712 140306335694403 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
[pid=5872/tid=5926] ppid=5869 vsize=10849012 memory=4126316290023845779 CPUtime=0.53 cores=1,3,5,7
/proc/5872/task/5926/stat : 5926 (java) S 5869 5872 2339 0 -1 1077944384 9501 13296 0 0 39 6 5 3 20 0 15 0 405546607 11109388288 465809 33554432000 4194304 4196468 140721667654912 140306733354128 140306729121493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
[pid=5872/tid=5927] ppid=5869 vsize=10849012 memory=1412 CPUtime=0.54 cores=1,3,5,7
/proc/5872/task/5927/stat : 5927 (java) S 5869 5872 2339 0 -1 1077944384 5067 13296 0 0 40 6 5 3 20 0 15 0 405546607 11109388288 465809 33554432000 4194304 4196468 140721667654912 140306652105744 140306729121493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
[pid=5872/tid=5928] ppid=5869 vsize=10849012 memory=3208 CPUtime=0.54 cores=1,3,5,7
/proc/5872/task/5928/stat : 5928 (java) S 5869 5872 2339 0 -1 1077944384 14707 13296 0 0 39 7 5 3 20 0 15 0 405546607 11109388288 465809 33554432000 4194304 4196468 140721667654912 140306651052944 140306729121493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
[pid=5872/tid=5929] ppid=5869 vsize=10849012 memory=2565680 CPUtime=0.54 cores=1,3,5,7
/proc/5872/task/5929/stat : 5929 (java) S 5869 5872 2339 0 -1 1077944384 9327 13296 0 0 39 7 5 3 20 0 15 0 405546607 11109388288 465809 33554432000 4194304 4196468 140721667654912 140306300197648 140306729121493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
[pid=5872/tid=5930] ppid=5869 vsize=10849012 memory=1744 CPUtime=0.37 cores=1,3,5,7
/proc/5872/task/5930/stat : 5930 (java) S 5869 5872 2339 0 -1 1077944384 13466 13296 0 0 25 4 5 3 20 0 15 0 405546608 11109388288 465809 33554432000 4194304 4196468 140721667654912 140306255755632 140306729122434 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
[pid=5872/tid=5931] ppid=5869 vsize=10849012 memory=8317482817917895235 CPUtime=0.08 cores=1,3,5,7
/proc/5872/task/5931/stat : 5931 (java) S 5869 5872 2339 0 -1 1077944384 29 13296 0 0 0 0 5 3 20 0 15 0 405546609 11109388288 465809 33554432000 4194304 4196468 140721667654912 140306179679392 140306729121493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
[pid=5872/tid=5932] ppid=5869 vsize=10849012 memory=4126316290023845779 CPUtime=0.08 cores=1,3,5,7
/proc/5872/task/5932/stat : 5932 (java) S 5869 5872 2339 0 -1 1077944384 28 13296 0 0 0 0 5 3 20 0 15 0 405546609 11109388288 465809 33554432000 4194304 4196468 140721667654912 140306045461376 140306729121493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
[pid=5872/tid=5933] ppid=5869 vsize=10849012 memory=1984 CPUtime=0.08 cores=1,3,5,7
/proc/5872/task/5933/stat : 5933 (java) S 5869 5872 2339 0 -1 1077944384 2 13296 0 0 0 0 5 3 20 0 15 0 405546612 11109388288 465809 33554432000 4194304 4196468 140721667654912 140305441482576 140306729129883 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
[pid=5872/tid=5934] ppid=5869 vsize=10849012 memory=2492 CPUtime=5.84 cores=1,3,5,7
/proc/5872/task/5934/stat : 5934 (java) S 5869 5872 2339 0 -1 1077944384 47131 13296 0 0 568 8 5 3 20 0 15 0 405546612 11109388288 465809 33554432000 4194304 4196468 140721667654912 140306254703472 140306729122434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
[pid=5872/tid=5935] ppid=5869 vsize=10849012 memory=1764 CPUtime=5.97 cores=1,3,5,7
/proc/5872/task/5935/stat : 5935 (java) S 5869 5872 2339 0 -1 1077944384 41410 13296 0 0 582 7 5 3 20 0 15 0 405546612 11109388288 465809 33554432000 4194304 4196468 140721667654912 140306253650672 140306729122434 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
[pid=5872/tid=5936] ppid=5869 vsize=10849012 memory=1808 CPUtime=3.76 cores=1,3,5,7
/proc/5872/task/5936/stat : 5936 (java) S 5869 5872 2339 0 -1 1077944384 50712 13296 0 0 359 9 5 3 20 0 15 0 405546612 11109388288 465809 33554432000 4194304 4196468 140721667654912 140306252597872 140306729122434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
[pid=5872/tid=5937] ppid=5869 vsize=10849012 memory=924 CPUtime=0.08 cores=1,3,5,7
/proc/5872/task/5937/stat : 5937 (java) S 5869 5872 2339 0 -1 1077944384 3 13296 0 0 0 0 5 3 20 0 15 0 405546612 11109388288 465809 33554432000 4194304 4196468 140721667654912 140304971721440 140306729121493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
[pid=5872/tid=5938] ppid=5869 vsize=10849012 memory=3848 CPUtime=0.5 cores=1,3,5,7
/proc/5872/task/5938/stat : 5938 (java) S 5869 5872 2339 0 -1 1077944384 787 13296 0 0 21 21 5 3 20 0 15 0 405546612 11109388288 465809 33554432000 4194304 4196468 140721667654912 140306251545264 140306729122434 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
Current children cumulated CPU time: 1065.11 s
Current children cumulated vsize: 10849012 KiB
Current children cumulated memory: 1863236 KiB

[startup+1048.8 s]
/proc/loadavg: 1.31 1.59 1.60 3/229 6320
/proc/meminfo: memFree=17267556/32770624 swapFree=66952812/67108860
[pid=5872] ppid=5869 vsize=10849012 memory=1863236 CPUtime=1065.9 cores=1,3,5,7
/proc/5872/stat : 5872 (java) S 5869 5872 2339 0 -1 1077944320 267448 13296 0 0 106474 108 5 3 20 0 15 0 405546597 11109388288 465809 33554432000 4194304 4196468 140721667654912 140721667637456 140306729111287 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
/proc/5872/statm: 2712253 465809 3621 1 0 2674317 0
[pid=5872/tid=5925] ppid=5869 vsize=10849012 memory=1808 CPUtime=1047.93 cores=1,3,5,7
/proc/5872/task/5925/stat : 5925 (java) R 5869 5872 2339 0 -1 4202560 73073 13296 0 0 104749 36 5 3 20 0 15 0 405546606 11109388288 465809 33554432000 4194304 4196468 140721667654912 140306700945712 140306335687766 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
[pid=5872/tid=5926] ppid=5869 vsize=10849012 memory=924 CPUtime=0.53 cores=1,3,5,7
/proc/5872/task/5926/stat : 5926 (java) S 5869 5872 2339 0 -1 1077944384 9501 13296 0 0 39 6 5 3 20 0 15 0 405546607 11109388288 465809 33554432000 4194304 4196468 140721667654912 140306733354128 140306729121493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
[pid=5872/tid=5927] ppid=5869 vsize=10849012 memory=3848 CPUtime=0.54 cores=1,3,5,7
/proc/5872/task/5927/stat : 5927 (java) S 5869 5872 2339 0 -1 1077944384 5067 13296 0 0 40 6 5 3 20 0 15 0 405546607 11109388288 465809 33554432000 4194304 4196468 140721667654912 140306652105744 140306729121493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
[pid=5872/tid=5928] ppid=5869 vsize=10849012 memory=8112282956445269571 CPUtime=0.54 cores=1,3,5,7
/proc/5872/task/5928/stat : 5928 (java) S 5869 5872 2339 0 -1 1077944384 14707 13296 0 0 39 7 5 3 20 0 15 0 405546607 11109388288 465809 33554432000 4194304 4196468 140721667654912 140306651052944 140306729121493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
[pid=5872/tid=5929] ppid=5869 vsize=10849012 memory=804 CPUtime=0.54 cores=1,3,5,7
/proc/5872/task/5929/stat : 5929 (java) S 5869 5872 2339 0 -1 1077944384 9327 13296 0 0 39 7 5 3 20 0 15 0 405546607 11109388288 465809 33554432000 4194304 4196468 140721667654912 140306300197648 140306729121493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
[pid=5872/tid=5930] ppid=5869 vsize=10849012 memory=2764 CPUtime=0.37 cores=1,3,5,7
/proc/5872/task/5930/stat : 5930 (java) S 5869 5872 2339 0 -1 1077944384 13466 13296 0 0 25 4 5 3 20 0 15 0 405546608 11109388288 465809 33554432000 4194304 4196468 140721667654912 140306255755632 140306729122434 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
[pid=5872/tid=5931] ppid=5869 vsize=10849012 memory=2688 CPUtime=0.08 cores=1,3,5,7
/proc/5872/task/5931/stat : 5931 (java) S 5869 5872 2339 0 -1 1077944384 29 13296 0 0 0 0 5 3 20 0 15 0 405546609 11109388288 465809 33554432000 4194304 4196468 140721667654912 140306179679392 140306729121493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
[pid=5872/tid=5932] ppid=5869 vsize=10849012 memory=4104 CPUtime=0.08 cores=1,3,5,7
/proc/5872/task/5932/stat : 5932 (java) S 5869 5872 2339 0 -1 1077944384 28 13296 0 0 0 0 5 3 20 0 15 0 405546609 11109388288 465809 33554432000 4194304 4196468 140721667654912 140306045461376 140306729121493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
[pid=5872/tid=5933] ppid=5869 vsize=10849012 memory=1408 CPUtime=0.08 cores=1,3,5,7
/proc/5872/task/5933/stat : 5933 (java) S 5869 5872 2339 0 -1 1077944384 2 13296 0 0 0 0 5 3 20 0 15 0 405546612 11109388288 465809 33554432000 4194304 4196468 140721667654912 140305441482576 140306729129883 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
[pid=5872/tid=5934] ppid=5869 vsize=10849012 memory=301741373374332954 CPUtime=5.84 cores=1,3,5,7
/proc/5872/task/5934/stat : 5934 (java) S 5869 5872 2339 0 -1 1077944384 47131 13296 0 0 568 8 5 3 20 0 15 0 405546612 11109388288 465809 33554432000 4194304 4196468 140721667654912 140306254703472 140306729122434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
[pid=5872/tid=5935] ppid=5869 vsize=10849012 memory=288230617509003574 CPUtime=5.97 cores=1,3,5,7
/proc/5872/task/5935/stat : 5935 (java) S 5869 5872 2339 0 -1 1077944384 41410 13296 0 0 582 7 5 3 20 0 15 0 405546612 11109388288 465809 33554432000 4194304 4196468 140721667654912 140306253650672 140306729122434 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
[pid=5872/tid=5936] ppid=5869 vsize=10849012 memory=13572608578816014 CPUtime=3.76 cores=1,3,5,7
/proc/5872/task/5936/stat : 5936 (java) S 5869 5872 2339 0 -1 1077944384 50712 13296 0 0 359 9 5 3 20 0 15 0 405546612 11109388288 465809 33554432000 4194304 4196468 140721667654912 140306252597872 140306729122434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
[pid=5872/tid=5937] ppid=5869 vsize=10849012 memory=924 CPUtime=0.08 cores=1,3,5,7
/proc/5872/task/5937/stat : 5937 (java) S 5869 5872 2339 0 -1 1077944384 3 13296 0 0 0 0 5 3 20 0 15 0 405546612 11109388288 465809 33554432000 4194304 4196468 140721667654912 140304971721440 140306729121493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
[pid=5872/tid=5938] ppid=5869 vsize=10849012 memory=1712 CPUtime=0.5 cores=1,3,5,7
/proc/5872/task/5938/stat : 5938 (java) S 5869 5872 2339 0 -1 1077944384 787 13296 0 0 21 21 5 3 20 0 15 0 405546612 11109388288 465809 33554432000 4194304 4196468 140721667654912 140306251545264 140306729122434 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
Current children cumulated CPU time: 1065.9 s
Current children cumulated vsize: 10849012 KiB
Current children cumulated memory: 1863236 KiB

[startup+1049.2 s]
/proc/loadavg: 1.31 1.59 1.60 3/229 6320
/proc/meminfo: memFree=17267540/32770624 swapFree=66952812/67108860
[pid=5872] ppid=5869 vsize=10849012 memory=1863236 CPUtime=1066.31 cores=1,3,5,7
/proc/5872/stat : 5872 (java) S 5869 5872 2339 0 -1 1077944320 267463 13296 0 0 106515 108 5 3 20 0 15 0 405546597 11109388288 465809 33554432000 4194304 4196468 140721667654912 140721667637456 140306729111287 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
/proc/5872/statm: 2712253 465809 3621 1 0 2674317 0
[pid=5872/tid=5925] ppid=5869 vsize=10849012 memory=1863236 CPUtime=1048.33 cores=1,3,5,7
/proc/5872/task/5925/stat : 5925 (java) R 5869 5872 2339 0 -1 4202560 73088 13296 0 0 104789 36 5 3 20 0 15 0 405546606 11109388288 465809 33554432000 4194304 4196468 140721667654912 140306700932128 140306335688629 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
[pid=5872/tid=5926] ppid=5869 vsize=10849012 memory=0 CPUtime=0.53 cores=1,3,5,7
/proc/5872/task/5926/stat : 5926 (java) S 5869 5872 2339 0 -1 1077944384 9501 13296 0 0 39 6 5 3 20 0 15 0 405546607 11109388288 465809 33554432000 4194304 4196468 140721667654912 140306733354128 140306729121493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
[pid=5872/tid=5927] ppid=5869 vsize=10849012 memory=0 CPUtime=0.54 cores=1,3,5,7
/proc/5872/task/5927/stat : 5927 (java) S 5869 5872 2339 0 -1 1077944384 5067 13296 0 0 40 6 5 3 20 0 15 0 405546607 11109388288 465809 33554432000 4194304 4196468 140721667654912 140306652105744 140306729121493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
[pid=5872/tid=5928] ppid=5869 vsize=10849012 memory=3184238089890728992 CPUtime=0.54 cores=1,3,5,7
/proc/5872/task/5928/stat : 5928 (java) S 5869 5872 2339 0 -1 1077944384 14707 13296 0 0 39 7 5 3 20 0 15 0 405546607 11109388288 465809 33554432000 4194304 4196468 140721667654912 140306651052944 140306729121493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
[pid=5872/tid=5929] ppid=5869 vsize=10849012 memory=2565680 CPUtime=0.54 cores=1,3,5,7
/proc/5872/task/5929/stat : 5929 (java) S 5869 5872 2339 0 -1 1077944384 9327 13296 0 0 39 7 5 3 20 0 15 0 405546607 11109388288 465809 33554432000 4194304 4196468 140721667654912 140306300197648 140306729121493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
[pid=5872/tid=5930] ppid=5869 vsize=10849012 memory=1744 CPUtime=0.37 cores=1,3,5,7
/proc/5872/task/5930/stat : 5930 (java) S 5869 5872 2339 0 -1 1077944384 13466 13296 0 0 25 4 5 3 20 0 15 0 405546608 11109388288 465809 33554432000 4194304 4196468 140721667654912 140306255755632 140306729122434 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
[pid=5872/tid=5931] ppid=5869 vsize=10849012 memory=11624 CPUtime=0.08 cores=1,3,5,7
/proc/5872/task/5931/stat : 5931 (java) S 5869 5872 2339 0 -1 1077944384 29 13296 0 0 0 0 5 3 20 0 15 0 405546609 11109388288 465809 33554432000 4194304 4196468 140721667654912 140306179679392 140306729121493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
[pid=5872/tid=5932] ppid=5869 vsize=10849012 memory=752 CPUtime=0.08 cores=1,3,5,7
/proc/5872/task/5932/stat : 5932 (java) S 5869 5872 2339 0 -1 1077944384 28 13296 0 0 0 0 5 3 20 0 15 0 405546609 11109388288 465809 33554432000 4194304 4196468 140721667654912 140306045461376 140306729121493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
[pid=5872/tid=5933] ppid=5869 vsize=10849012 memory=1056 CPUtime=0.08 cores=1,3,5,7
/proc/5872/task/5933/stat : 5933 (java) S 5869 5872 2339 0 -1 1077944384 2 13296 0 0 0 0 5 3 20 0 15 0 405546612 11109388288 465809 33554432000 4194304 4196468 140721667654912 140305441482576 140306729129883 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
[pid=5872/tid=5934] ppid=5869 vsize=10849012 memory=1552 CPUtime=5.84 cores=1,3,5,7
/proc/5872/task/5934/stat : 5934 (java) S 5869 5872 2339 0 -1 1077944384 47131 13296 0 0 568 8 5 3 20 0 15 0 405546612 11109388288 465809 33554432000 4194304 4196468 140721667654912 140306254703472 140306729122434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
[pid=5872/tid=5935] ppid=5869 vsize=10849012 memory=944 CPUtime=5.97 cores=1,3,5,7
/proc/5872/task/5935/stat : 5935 (java) S 5869 5872 2339 0 -1 1077944384 41410 13296 0 0 582 7 5 3 20 0 15 0 405546612 11109388288 465809 33554432000 4194304 4196468 140721667654912 140306253650672 140306729122434 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
[pid=5872/tid=5936] ppid=5869 vsize=10849012 memory=4004 CPUtime=3.76 cores=1,3,5,7
/proc/5872/task/5936/stat : 5936 (java) S 5869 5872 2339 0 -1 1077944384 50712 13296 0 0 359 9 5 3 20 0 15 0 405546612 11109388288 465809 33554432000 4194304 4196468 140721667654912 140306252597872 140306729122434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
[pid=5872/tid=5937] ppid=5869 vsize=10849012 memory=780 CPUtime=0.08 cores=1,3,5,7
/proc/5872/task/5937/stat : 5937 (java) S 5869 5872 2339 0 -1 1077944384 3 13296 0 0 0 0 5 3 20 0 15 0 405546612 11109388288 465809 33554432000 4194304 4196468 140721667654912 140304971721440 140306729121493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
[pid=5872/tid=5938] ppid=5869 vsize=10849012 memory=2832 CPUtime=0.5 cores=1,3,5,7
/proc/5872/task/5938/stat : 5938 (java) S 5869 5872 2339 0 -1 1077944384 787 13296 0 0 21 21 5 3 20 0 15 0 405546612 11109388288 465809 33554432000 4194304 4196468 140721667654912 140306251545264 140306729122434 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36589568 140721667660534 140721667663045 140721667663045 140721667665871 0
Current children cumulated CPU time: 1066.31 s
Current children cumulated vsize: 10849012 KiB
Current children cumulated memory: 1863236 KiB

Child status: 0
Real time (s): 1049.27
CPU time (s): 1066.39
CPU user time (s): 1065.25
CPU system time (s): 1.13342
CPU usage (%): 101.631
Max. virtual memory (cumulated for all children) (KiB): 10850232
Max. memory (cumulated for all children) (KiB): 1962748

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1065.25
system time used= 1.13342
maximum resident set size= 1964796
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 281533
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1544
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 44635
involuntary context switches= 494


# summary of solver processes directly reported to runsolver:
#   pid: 5872
#   total CPU time (s): 1066.39
#   total CPU user time (s): 1065.25
#   total CPU system time (s): 1.13342

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.70262 second user time and 9.78325 second system time

The end

Launcher Data

Begin job on node117 at 2019-09-12 15:46:44
IDJOB=4387225
IDBENCH=128028
IDSOLVER=2823
FILE ID=node117/4387225-1568296046
RUNJOBID= node117-1568286179-3291
PBS_JOBID= 21701085
Free space on /tmp= 56624 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/PrizeCollecting/PrizeCollecting-jok-s1/PrizeCollecting-24-4-6-4.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387225-1568296046/watcher-4387225-1568296046 -o /tmp/evaluation-result-4387225-1568296046/solver-4387225-1568296046 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node117-1568286179-3291 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=695062327 HOME/instance-4387225-1568296046.xml

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

MD5SUM BENCH= e870fb3a9053f33a7d0d8e73b49cdad7
RANDOM SEED=695062327

node117.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.75
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.75
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.75
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.75
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:        21313428 kB
MemAvailable:   31443084 kB
Buffers:          175496 kB
Cached:         10120088 kB
SwapCached:        52484 kB
Active:          1874732 kB
Inactive:        8844760 kB
Active(anon):     380272 kB
Inactive(anon):    85456 kB
Active(file):    1494460 kB
Inactive(file):  8759304 kB
Unevictable:      106900 kB
Mlocked:          106900 kB
SwapTotal:      67108860 kB
SwapFree:       66952812 kB
Dirty:             35820 kB
Writeback:             0 kB
AnonPages:        479992 kB
Mapped:            56548 kB
Shmem:             32816 kB
Slab:             332500 kB
SReclaimable:     304352 kB
SUnreclaim:        28148 kB
KernelStack:        3728 kB
PageTables:         8236 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1493000 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    385024 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 56588 MiB
End job on node117 at 2019-09-12 16:04:14