Trace number 4387395

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.10OPT2 38.7221 24.6968

General information on the benchmark

NameChessboardColoration/ChessboardColoration-m1-s2/
ChessboardColoration-08-10.xml
MD5SUM4ad41382ea3c48fc1b345febd6f905ee
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.253514
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of constraints1260
Number of domains1
Minimum domain size80
Maximum domain size80
Distribution of domain sizes[{"size":80,"count":80}]
Minimum variable degree64
Maximum variable degree64
Distribution of variable degrees[{"degree":64,"count":80}]
Minimum constraint arity4
Maximum constraint arity4
Distribution of constraint arities[{"arity":4,"count":1260}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"nValues","count":1260}]
Optimization problemYES
Type of objectivemin MAXIMUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.74/0.54	c Concrete v3.10.1560635388952 running
12.69/4.81	o 79
13.35/5.02	o 78
13.69/5.16	o 77
13.87/5.26	o 76
14.06/5.34	o 75
14.34/5.42	o 74
14.34/5.47	o 73
14.65/5.53	o 72
14.65/5.57	o 71
14.65/5.60	o 70
14.99/5.63	o 69
14.99/5.66	o 68
14.99/5.69	o 67
15.15/5.72	o 4
15.15/5.72	o 3
31.77/17.86	o 2
38.60/24.68	v <instantiation
38.60/24.68	v         cost = '2'>
38.60/24.68	v       <list>
38.60/24.68	v         x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[3][9] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[4][9] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] x[5][8] x[5][9] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] x[6][7] x[6][8] x[6][9] x[7][0] x[7][1] x[7][2] x[7][3] x[7][4] x[7][5] x[7][6] x[7][7] x[7][8] x[7][9]
38.60/24.68	v       </list>
38.60/24.68	v       <values>
38.60/24.68	v         1 1 2 2 1 2 0 0 0 0 1 2 2 0 2 0 1 1 0 2 1 0 2 1 0 1 2 2 1 0 2 0 0 2 1 0 2 1 1 2 2 1 2 1 0 0 0 1 2 1 0 1 1 2 2 0 1 2 1 0 0 0 1 1 1 2 0 2 2 2 0 2 0 0 0 1 2 0 2 1
38.60/24.68	v       </values>
38.60/24.68	v     </instantiation>
38.60/24.68	s OPTIMUM FOUND

Verifier Data

OK	2

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387395-1568302695/watcher-4387395-1568302695 -o /tmp/evaluation-result-4387395-1568302695/solver-4387395-1568302695 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1568282865-6844 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1333196660 HOME/instance-4387395-1568302695.xml 

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

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


[startup+0.1009 s]*
/proc/loadavg: 1.76 1.50 1.39 3/217 11868
/proc/meminfo: memFree=22271280/32770624 swapFree=66977604/67108860
[pid=11811] ppid=11808 vsize=9972712 memory=18952 CPUtime=0.09 cores=1,3,5,7
/proc/11811/stat : 11811 (java) S 11808 11811 5836 0 -1 1077944320 4467 13004 0 0 1 1 5 2 20 0 6 0 406526864 10212057088 4738 33554432000 4194304 4196468 140724878118784 140724878101328 139945545834231 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
/proc/11811/statm: 2493178 4738 1935 1 0 2481616 0
[pid=11811/tid=11864] ppid=11808 vsize=9972712 memory=720575944405811505 CPUtime=0.08 cores=1,3,5,7
/proc/11811/task/11864/stat : 11864 (java) R 11808 11811 5836 0 -1 4202560 2276 13004 0 0 1 0 5 2 20 0 6 0 406526873 10212057088 4738 33554432000 4194304 4196468 140724878118784 139945517670992 139945523851477 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
[pid=11811/tid=11865] ppid=11808 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11811/task/11865/stat : 11865 (java) S 11808 11811 5836 0 -1 1077944384 1 13004 0 0 0 0 5 2 20 0 6 0 406526874 10212057088 4738 33554432000 4194304 4196468 140724878118784 139945550076688 139945545844437 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
[pid=11811/tid=11866] ppid=11808 vsize=9972712 memory=140449310592381 CPUtime=0.07 cores=1,3,5,7
/proc/11811/task/11866/stat : 11866 (java) S 11808 11811 5836 0 -1 1077944384 1 13004 0 0 0 0 5 2 20 0 6 0 406526874 10212057088 4738 33554432000 4194304 4196468 140724878118784 139945471036304 139945545844437 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
[pid=11811/tid=11867] ppid=11808 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11811/task/11867/stat : 11867 (java) S 11808 11811 5836 0 -1 1077944384 1 13004 0 0 0 0 5 2 20 0 6 0 406526874 10212057088 4738 33554432000 4194304 4196468 140724878118784 139945118084112 139945545844437 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
[pid=11811/tid=11868] ppid=11808 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11811/task/11868/stat : 11868 (java) S 11808 11811 5836 0 -1 1077944384 2 13004 0 0 0 0 5 2 20 0 6 0 406526874 10212057088 4738 33554432000 4194304 4196468 140724878118784 139945117031568 139945545844437 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18952 KiB

[startup+0.209876 s]*
/proc/loadavg: 1.76 1.50 1.39 5/226 11877
/proc/meminfo: memFree=22254040/32770624 swapFree=66977604/67108860
[pid=11811] ppid=11808 vsize=10818940 memory=38144 CPUtime=0.25 cores=1,3,5,7
/proc/11811/stat : 11811 (java) S 11808 11811 5836 0 -1 1077944320 6926 13004 0 0 17 1 5 2 20 0 15 0 406526864 11078594560 9536 33554432000 4194304 4196468 140724878118784 140724878101328 139945545834231 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
/proc/11811/statm: 2704735 9536 2966 1 0 2667149 0
[pid=11811/tid=11864] ppid=11808 vsize=10818940 memory=729618466009055537 CPUtime=0.18 cores=1,3,5,7
/proc/11811/task/11864/stat : 11864 (java) R 11808 11811 5836 0 -1 4202560 3435 13004 0 0 11 0 5 2 20 0 15 0 406526873 11078594560 9536 33554432000 4194304 4196468 140724878118784 139945517667440 139945545846166 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
[pid=11811/tid=11865] ppid=11808 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11811/task/11865/stat : 11865 (java) S 11808 11811 5836 0 -1 1077944384 1 13004 0 0 0 0 5 2 20 0 15 0 406526874 11078594560 9536 33554432000 4194304 4196468 140724878118784 139945550076688 139945545844437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
[pid=11811/tid=11866] ppid=11808 vsize=10818940 memory=140449310592381 CPUtime=0.07 cores=1,3,5,7
/proc/11811/task/11866/stat : 11866 (java) S 11808 11811 5836 0 -1 1077944384 1 13004 0 0 0 0 5 2 20 0 15 0 406526874 11078594560 9536 33554432000 4194304 4196468 140724878118784 139945471036304 139945545844437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
[pid=11811/tid=11867] ppid=11808 vsize=10818940 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11811/task/11867/stat : 11867 (java) S 11808 11811 5836 0 -1 1077944384 1 13004 0 0 0 0 5 2 20 0 15 0 406526874 11078594560 9536 33554432000 4194304 4196468 140724878118784 139945118084112 139945545844437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
[pid=11811/tid=11868] ppid=11808 vsize=10819964 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11811/task/11868/stat : 11868 (java) S 11808 11811 5836 0 -1 1077944384 2 13004 0 0 0 0 5 2 20 0 15 0 406526874 11079643136 9536 33554432000 4194304 4196468 140724878118784 139945117031568 139945545844437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
[pid=11811/tid=11869] ppid=11808 vsize=10819964 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11811/task/11869/stat : 11869 (java) S 11808 11811 5836 0 -1 1077944384 2 13004 0 0 0 0 5 2 20 0 15 0 406526876 11079643136 9536 33554432000 4194304 4196468 140724878118784 139945072453616 139945545845378 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
[pid=11811/tid=11870] ppid=11808 vsize=10819964 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/11811/task/11870/stat : 11870 (java) S 11808 11811 5836 0 -1 1077944384 13 13004 0 0 0 0 5 2 20 0 15 0 406526876 11079643136 9536 33554432000 4194304 4196468 140724878118784 139944462902176 139945545844437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
[pid=11811/tid=11871] ppid=11808 vsize=10819964 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11811/task/11871/stat : 11871 (java) S 11808 11811 5836 0 -1 1077944384 1 13004 0 0 0 0 5 2 20 0 15 0 406526876 11079643136 9536 33554432000 4194304 4196468 140724878118784 139944328684528 139945545844437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
[pid=11811/tid=11872] ppid=11808 vsize=10819964 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11811/task/11872/stat : 11872 (java) S 11808 11811 5836 0 -1 1077944384 3 13004 0 0 0 0 5 2 20 0 15 0 406526879 11079643136 9536 33554432000 4194304 4196468 140724878118784 139944088393936 139945545852827 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
[pid=11811/tid=11873] ppid=11808 vsize=10819964 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11811/task/11873/stat : 11873 (java) S 11808 11811 5836 0 -1 1077944384 561 13004 0 0 1 0 5 2 20 0 15 0 406526879 11079643136 9536 33554432000 4194304 4196468 140724878118784 139945071401456 139945545845378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
[pid=11811/tid=11874] ppid=11808 vsize=10819964 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/11811/task/11874/stat : 11874 (java) S 11808 11811 5836 0 -1 1077944384 59 13004 0 0 0 0 5 2 20 0 15 0 406526879 11079643136 9536 33554432000 4194304 4196468 140724878118784 139945070348912 139945545845378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
[pid=11811/tid=11875] ppid=11808 vsize=10819964 memory=140449307768448 CPUtime=0.1 cores=1,3,5,7
/proc/11811/task/11875/stat : 11875 (java) R 11808 11811 5836 0 -1 4202560 646 13004 0 0 3 0 5 2 20 0 15 0 406526879 11079643136 9536 33554432000 4194304 4196468 140724878118784 139945069296496 139945529914718 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
[pid=11811/tid=11876] ppid=11808 vsize=10819964 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/11811/task/11876/stat : 11876 (java) S 11808 11811 5836 0 -1 1077944384 3 13004 0 0 0 0 5 2 20 0 15 0 406526879 11079643136 9536 33554432000 4194304 4196468 140724878118784 139944054836320 139945545844437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
[pid=11811/tid=11877] ppid=11808 vsize=10819964 memory=140449307768448 CPUtime=0.07 cores=1,3,5,7
/proc/11811/task/11877/stat : 11877 (java) S 11808 11811 5836 0 -1 1077944384 1 13004 0 0 0 0 5 2 20 0 15 0 406526879 11079643136 9536 33554432000 4194304 4196468 140724878118784 139945068243248 139945545845378 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 38144 KiB

[startup+0.310457 s]*
/proc/loadavg: 1.76 1.50 1.39 4/226 11877
/proc/meminfo: memFree=22243084/32770624 swapFree=66977604/67108860
[pid=11811] ppid=11808 vsize=10820096 memory=50856 CPUtime=0.4 cores=1,3,5,7
/proc/11811/stat : 11811 (java) S 11808 11811 5836 0 -1 1077944320 10395 13004 0 0 29 4 5 2 20 0 15 0 406526864 11079778304 12714 33554432000 4194304 4196468 140724878118784 140724878101328 139945545834231 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
/proc/11811/statm: 2705024 12714 3280 1 0 2667149 0
[pid=11811/tid=11864] ppid=11808 vsize=10820096 memory=8317482817917895235 CPUtime=0.28 cores=1,3,5,7
/proc/11811/task/11864/stat : 11864 (java) R 11808 11811 5836 0 -1 4202560 6872 13004 0 0 19 2 5 2 20 0 15 0 406526873 11079778304 12714 33554432000 4194304 4196468 140724878118784 139945517661904 139945545846166 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
[pid=11811/tid=11865] ppid=11808 vsize=10820096 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11811/task/11865/stat : 11865 (java) S 11808 11811 5836 0 -1 1077944384 1 13004 0 0 0 0 5 2 20 0 15 0 406526874 11079778304 12714 33554432000 4194304 4196468 140724878118784 139945550076688 139945545844437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
[pid=11811/tid=11866] ppid=11808 vsize=10820096 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11811/task/11866/stat : 11866 (java) S 11808 11811 5836 0 -1 1077944384 1 13004 0 0 0 0 5 2 20 0 15 0 406526874 11079778304 12714 33554432000 4194304 4196468 140724878118784 139945471036304 139945545844437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
[pid=11811/tid=11867] ppid=11808 vsize=10820096 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11811/task/11867/stat : 11867 (java) S 11808 11811 5836 0 -1 1077944384 1 13004 0 0 0 0 5 2 20 0 15 0 406526874 11079778304 12714 33554432000 4194304 4196468 140724878118784 139945118084112 139945545844437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
[pid=11811/tid=11868] ppid=11808 vsize=10820096 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11811/task/11868/stat : 11868 (java) S 11808 11811 5836 0 -1 1077944384 2 13004 0 0 0 0 5 2 20 0 15 0 406526874 11079778304 12714 33554432000 4194304 4196468 140724878118784 139945117031568 139945545844437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
[pid=11811/tid=11869] ppid=11808 vsize=10820096 memory=140449307768447 CPUtime=0.07 cores=1,3,5,7
/proc/11811/task/11869/stat : 11869 (java) S 11808 11811 5836 0 -1 1077944384 2 13004 0 0 0 0 5 2 20 0 15 0 406526876 11079778304 12714 33554432000 4194304 4196468 140724878118784 139945072453616 139945545845378 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
[pid=11811/tid=11870] ppid=11808 vsize=10820096 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/11811/task/11870/stat : 11870 (java) S 11808 11811 5836 0 -1 1077944384 13 13004 0 0 0 0 5 2 20 0 15 0 406526876 11079778304 12714 33554432000 4194304 4196468 140724878118784 139944462902176 139945545844437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
[pid=11811/tid=11871] ppid=11808 vsize=10820096 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11811/task/11871/stat : 11871 (java) S 11808 11811 5836 0 -1 1077944384 1 13004 0 0 0 0 5 2 20 0 15 0 406526876 11079778304 12714 33554432000 4194304 4196468 140724878118784 139944328684528 139945545844437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
[pid=11811/tid=11872] ppid=11808 vsize=10820096 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11811/task/11872/stat : 11872 (java) S 11808 11811 5836 0 -1 1077944384 3 13004 0 0 0 0 5 2 20 0 15 0 406526879 11079778304 12714 33554432000 4194304 4196468 140724878118784 139944088393936 139945545852827 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
[pid=11811/tid=11873] ppid=11808 vsize=10820096 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/11811/task/11873/stat : 11873 (java) S 11808 11811 5836 0 -1 1077944384 561 13004 0 0 2 0 5 2 20 0 15 0 406526879 11079778304 12714 33554432000 4194304 4196468 140724878118784 139945071401456 139945545845378 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
[pid=11811/tid=11874] ppid=11808 vsize=10820096 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/11811/task/11874/stat : 11874 (java) S 11808 11811 5836 0 -1 1077944384 61 13004 0 0 1 0 5 2 20 0 15 0 406526879 11079778304 12714 33554432000 4194304 4196468 140724878118784 139945070348912 139945545845378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
[pid=11811/tid=11875] ppid=11808 vsize=10820096 memory=140449307768448 CPUtime=0.12 cores=1,3,5,7
/proc/11811/task/11875/stat : 11875 (java) R 11808 11811 5836 0 -1 4202560 671 13004 0 0 5 0 5 2 20 0 15 0 406526879 11079778304 12714 33554432000 4194304 4196468 140724878118784 139945069296368 139945530368864 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
[pid=11811/tid=11876] ppid=11808 vsize=10820096 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/11811/task/11876/stat : 11876 (java) S 11808 11811 5836 0 -1 1077944384 3 13004 0 0 0 0 5 2 20 0 15 0 406526879 11079778304 12714 33554432000 4194304 4196468 140724878118784 139944054836320 139945545844437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
[pid=11811/tid=11877] ppid=11808 vsize=10820096 memory=140449307768448 CPUtime=0.07 cores=1,3,5,7
/proc/11811/task/11877/stat : 11877 (java) S 11808 11811 5836 0 -1 1077944384 1 13004 0 0 0 0 5 2 20 0 15 0 406526879 11079778304 12714 33554432000 4194304 4196468 140724878118784 139945068243248 139945545845378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820096 KiB
Current children cumulated memory: 50856 KiB

[startup+0.700761 s]
/proc/loadavg: 1.76 1.50 1.39 5/226 11877
/proc/meminfo: memFree=22225764/32770624 swapFree=66977604/67108860
[pid=11811] ppid=11808 vsize=10824340 memory=81572 CPUtime=1.15 cores=1,3,5,7
/proc/11811/stat : 11811 (java) S 11808 11811 5836 0 -1 1077944320 14606 13004 0 0 103 5 5 2 20 0 15 0 406526864 11084124160 20393 33554432000 4194304 4196468 140724878118784 140724878101328 139945545834231 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
/proc/11811/statm: 2706085 20393 3501 1 0 2668173 0
[pid=11811/tid=11864] ppid=11808 vsize=10824340 memory=7810487918915055718 CPUtime=0.67 cores=1,3,5,7
/proc/11811/task/11864/stat : 11864 (java) R 11808 11811 5836 0 -1 4202560 10277 13004 0 0 56 4 5 2 20 0 15 0 406526873 11084124160 20393 33554432000 4194304 4196468 140724878118784 139945517661424 139945545856157 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
[pid=11811/tid=11865] ppid=11808 vsize=10824340 memory=1428 CPUtime=0.07 cores=1,3,5,7
/proc/11811/task/11865/stat : 11865 (java) S 11808 11811 5836 0 -1 1077944384 1 13004 0 0 0 0 5 2 20 0 15 0 406526874 11084124160 20393 33554432000 4194304 4196468 140724878118784 139945550076688 139945545844437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
[pid=11811/tid=11866] ppid=11808 vsize=10824340 memory=1728 CPUtime=0.07 cores=1,3,5,7
/proc/11811/task/11866/stat : 11866 (java) S 11808 11811 5836 0 -1 1077944384 1 13004 0 0 0 0 5 2 20 0 15 0 406526874 11084124160 20393 33554432000 4194304 4196468 140724878118784 139945471036304 139945545844437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
[pid=11811/tid=11867] ppid=11808 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11811/task/11867/stat : 11867 (java) S 11808 11811 5836 0 -1 1077944384 1 13004 0 0 0 0 5 2 20 0 15 0 406526874 11084124160 20393 33554432000 4194304 4196468 140724878118784 139945118084112 139945545844437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
[pid=11811/tid=11868] ppid=11808 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11811/task/11868/stat : 11868 (java) S 11808 11811 5836 0 -1 1077944384 2 13004 0 0 0 0 5 2 20 0 15 0 406526874 11084124160 20393 33554432000 4194304 4196468 140724878118784 139945117031568 139945545844437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
[pid=11811/tid=11869] ppid=11808 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11811/task/11869/stat : 11869 (java) S 11808 11811 5836 0 -1 1077944384 6 13004 0 0 0 0 5 2 20 0 15 0 406526876 11084124160 20393 33554432000 4194304 4196468 140724878118784 139945072453616 139945545845378 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
[pid=11811/tid=11870] ppid=11808 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11811/task/11870/stat : 11870 (java) S 11808 11811 5836 0 -1 1077944384 13 13004 0 0 0 0 5 2 20 0 15 0 406526876 11084124160 20395 33554432000 4194304 4196468 140724878118784 139944462902176 139945545844437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
[pid=11811/tid=11871] ppid=11808 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11811/task/11871/stat : 11871 (java) S 11808 11811 5836 0 -1 1077944384 1 13004 0 0 0 0 5 2 20 0 15 0 406526876 11084124160 20395 33554432000 4194304 4196468 140724878118784 139944328684528 139945545844437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
[pid=11811/tid=11872] ppid=11808 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11811/task/11872/stat : 11872 (java) S 11808 11811 5836 0 -1 1077944384 3 13004 0 0 0 0 5 2 20 0 15 0 406526879 11084124160 20395 33554432000 4194304 4196468 140724878118784 139944088393936 139945545852827 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
[pid=11811/tid=11873] ppid=11808 vsize=10824340 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/11811/task/11873/stat : 11873 (java) S 11808 11811 5836 0 -1 1077944384 823 13004 0 0 14 0 5 2 20 0 15 0 406526879 11084124160 20395 33554432000 4194304 4196468 140724878118784 139945071401456 139945545845378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
[pid=11811/tid=11874] ppid=11808 vsize=10824340 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/11811/task/11874/stat : 11874 (java) S 11808 11811 5836 0 -1 1077944384 423 13004 0 0 14 0 5 2 20 0 15 0 406526879 11084124160 20395 33554432000 4194304 4196468 140724878118784 139945070348912 139945545845378 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
[pid=11811/tid=11875] ppid=11808 vsize=10824340 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/11811/task/11875/stat : 11875 (java) R 11808 11811 5836 0 -1 4202560 852 13004 0 0 17 0 5 2 20 0 15 0 406526879 11084124160 20395 33554432000 4194304 4196468 140724878118784 139945069296368 139945538930948 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
[pid=11811/tid=11876] ppid=11808 vsize=10824340 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11811/task/11876/stat : 11876 (java) S 11808 11811 5836 0 -1 1077944384 3 13004 0 0 0 0 5 2 20 0 15 0 406526879 11084124160 20395 33554432000 4194304 4196468 140724878118784 139944054836320 139945545844437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
[pid=11811/tid=11877] ppid=11808 vsize=10824340 memory=3616 CPUtime=0.07 cores=1,3,5,7
/proc/11811/task/11877/stat : 11877 (java) S 11808 11811 5836 0 -1 1077944384 1 13004 0 0 0 0 5 2 20 0 15 0 406526879 11084124160 20395 33554432000 4194304 4196468 140724878118784 139945068243248 139945545845378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 81572 KiB

[startup+1.50071 s]
/proc/loadavg: 1.76 1.50 1.39 5/226 11877
/proc/meminfo: memFree=22177672/32770624 swapFree=66977604/67108860
[pid=11811] ppid=11808 vsize=10834656 memory=186684 CPUtime=2.9 cores=1,3,5,7
/proc/11811/stat : 11811 (java) S 11808 11811 5836 0 -1 1077944320 24463 13004 0 0 273 10 5 2 20 0 15 0 406526864 11094687744 46671 33554432000 4194304 4196468 140724878118784 140724878101328 139945545834231 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
/proc/11811/statm: 2708664 46671 3577 1 0 2670733 0
[pid=11811/tid=11864] ppid=11808 vsize=10834656 memory=0 CPUtime=1.43 cores=1,3,5,7
/proc/11811/task/11864/stat : 11864 (java) R 11808 11811 5836 0 -1 4202560 15501 13004 0 0 130 6 5 2 20 0 15 0 406526873 11094687744 46671 33554432000 4194304 4196468 140724878118784 139945517663008 139945529914718 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
[pid=11811/tid=11865] ppid=11808 vsize=10834656 memory=-7531822216213012384 CPUtime=0.08 cores=1,3,5,7
/proc/11811/task/11865/stat : 11865 (java) S 11808 11811 5836 0 -1 1077944384 294 13004 0 0 1 0 5 2 20 0 15 0 406526874 11094687744 46671 33554432000 4194304 4196468 140724878118784 139945550076688 139945545844437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
[pid=11811/tid=11866] ppid=11808 vsize=10834656 memory=6297831459760460129 CPUtime=0.08 cores=1,3,5,7
/proc/11811/task/11866/stat : 11866 (java) S 11808 11811 5836 0 -1 1077944384 74 13004 0 0 1 0 5 2 20 0 15 0 406526874 11094687744 46671 33554432000 4194304 4196468 140724878118784 139945471036304 139945545844437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
[pid=11811/tid=11867] ppid=11808 vsize=10834656 memory=7237401589003217510 CPUtime=0.08 cores=1,3,5,7
/proc/11811/task/11867/stat : 11867 (java) S 11808 11811 5836 0 -1 1077944384 27 13004 0 0 1 0 5 2 20 0 15 0 406526874 11094687744 46671 33554432000 4194304 4196468 140724878118784 139945118084112 139945545844437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
[pid=11811/tid=11868] ppid=11808 vsize=10834656 memory=280898377787744 CPUtime=0.08 cores=1,3,5,7
/proc/11811/task/11868/stat : 11868 (java) S 11808 11811 5836 0 -1 1077944384 51 13004 0 0 1 0 5 2 20 0 15 0 406526874 11094687744 46671 33554432000 4194304 4196468 140724878118784 139945117031568 139945545844437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
[pid=11811/tid=11869] ppid=11808 vsize=10834656 memory=191160404434053 CPUtime=0.08 cores=1,3,5,7
/proc/11811/task/11869/stat : 11869 (java) S 11808 11811 5836 0 -1 1077944384 897 13004 0 0 1 0 5 2 20 0 15 0 406526876 11094687744 46671 33554432000 4194304 4196468 140724878118784 139945072453616 139945545845378 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
[pid=11811/tid=11870] ppid=11808 vsize=10834656 memory=191160404434054 CPUtime=0.07 cores=1,3,5,7
/proc/11811/task/11870/stat : 11870 (java) S 11808 11811 5836 0 -1 1077944384 14 13004 0 0 0 0 5 2 20 0 15 0 406526876 11094687744 46671 33554432000 4194304 4196468 140724878118784 139944462902240 139945545844437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
[pid=11811/tid=11871] ppid=11808 vsize=10834656 memory=191160404434055 CPUtime=0.07 cores=1,3,5,7
/proc/11811/task/11871/stat : 11871 (java) S 11808 11811 5836 0 -1 1077944384 1 13004 0 0 0 0 5 2 20 0 15 0 406526876 11094687744 46671 33554432000 4194304 4196468 140724878118784 139944328684544 139945545844437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
[pid=11811/tid=11872] ppid=11808 vsize=10834656 memory=191160404434056 CPUtime=0.07 cores=1,3,5,7
/proc/11811/task/11872/stat : 11872 (java) S 11808 11811 5836 0 -1 1077944384 3 13004 0 0 0 0 5 2 20 0 15 0 406526879 11094687744 46671 33554432000 4194304 4196468 140724878118784 139944088393936 139945545852827 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
[pid=11811/tid=11873] ppid=11808 vsize=10834656 memory=0 CPUtime=0.52 cores=1,3,5,7
/proc/11811/task/11873/stat : 11873 (java) S 11808 11811 5836 0 -1 1077944384 1998 13004 0 0 45 0 5 2 20 0 15 0 406526879 11094687744 46671 33554432000 4194304 4196468 140724878118784 139945071401456 139945545845378 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
[pid=11811/tid=11874] ppid=11808 vsize=10834656 memory=280898377381808 CPUtime=0.53 cores=1,3,5,7
/proc/11811/task/11874/stat : 11874 (java) S 11808 11811 5836 0 -1 1077944384 1476 13004 0 0 46 0 5 2 20 0 15 0 406526879 11094687744 46671 33554432000 4194304 4196468 140724878118784 139945070348912 139945545845378 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
[pid=11811/tid=11875] ppid=11808 vsize=10834656 memory=280898377379952 CPUtime=0.51 cores=1,3,5,7
/proc/11811/task/11875/stat : 11875 (java) S 11808 11811 5836 0 -1 1077944384 1918 13004 0 0 43 1 5 2 20 0 15 0 406526879 11094687744 46671 33554432000 4194304 4196468 140724878118784 139945069296368 139945545845378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
[pid=11811/tid=11876] ppid=11808 vsize=10834656 memory=280898377380016 CPUtime=0.07 cores=1,3,5,7
/proc/11811/task/11876/stat : 11876 (java) S 11808 11811 5836 0 -1 1077944384 3 13004 0 0 0 0 5 2 20 0 15 0 406526879 11094687744 46671 33554432000 4194304 4196468 140724878118784 139944054836320 139945545844437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
[pid=11811/tid=11877] ppid=11808 vsize=10834656 memory=280898377827536 CPUtime=0.07 cores=1,3,5,7
/proc/11811/task/11877/stat : 11877 (java) S 11808 11811 5836 0 -1 1077944384 1 13004 0 0 0 0 5 2 20 0 15 0 406526879 11094687744 46671 33554432000 4194304 4196468 140724878118784 139945068243248 139945545845378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
Current children cumulated CPU time: 2.9 s
Current children cumulated vsize: 10834656 KiB

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

[pid=11811/tid=11876] ppid=11808 vsize=10846964 memory=7 CPUtime=0.07 cores=1,3,5,7
/proc/11811/task/11876/stat : 11876 (java) S 11808 11811 5836 0 -1 1077944384 3 13004 0 0 0 0 5 2 20 0 15 0 406526879 11107291136 168521 33554432000 4194304 4196468 140724878118784 139944054836320 139945545844437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
[pid=11811/tid=11877] ppid=11808 vsize=10846964 memory=7 CPUtime=0.07 cores=1,3,5,7
/proc/11811/task/11877/stat : 11877 (java) S 11808 11811 5836 0 -1 1077944384 514 13004 0 0 0 0 5 2 20 0 15 0 406526879 11107291136 168521 33554432000 4194304 4196468 140724878118784 139945068243248 139945545845378 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
Current children cumulated CPU time: 33.18 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 674084 KiB

[startup+22.4007 s]
/proc/loadavg: 2.00 1.58 1.42 3/226 11879
/proc/meminfo: memFree=21597444/32770624 swapFree=66977604/67108860
[pid=11811] ppid=11808 vsize=10846964 memory=696672 CPUtime=36.39 cores=1,3,5,7
/proc/11811/stat : 11811 (java) S 11808 11811 5836 0 -1 1077944320 72143 13004 0 0 3593 39 5 2 20 0 15 0 406526864 11107291136 174168 33554432000 4194304 4196468 140724878118784 140724878101328 139945545834231 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
/proc/11811/statm: 2711741 174168 3624 1 0 2673805 0
[pid=11811/tid=11864] ppid=11808 vsize=10846964 memory=140449188789412 CPUtime=22.14 cores=1,3,5,7
/proc/11811/task/11864/stat : 11864 (java) R 11808 11811 5836 0 -1 4202560 24797 13004 0 0 2192 15 5 2 20 0 15 0 406526873 11107291136 174168 33554432000 4194304 4196468 140724878118784 139945517669984 139945164710332 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
[pid=11811/tid=11865] ppid=11808 vsize=10846964 memory=6791534058613427641 CPUtime=0.16 cores=1,3,5,7
/proc/11811/task/11865/stat : 11865 (java) S 11808 11811 5836 0 -1 1077944384 410 13004 0 0 7 2 5 2 20 0 15 0 406526874 11107291136 174168 33554432000 4194304 4196468 140724878118784 139945550076688 139945545844437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
[pid=11811/tid=11866] ppid=11808 vsize=10846964 memory=1728 CPUtime=0.16 cores=1,3,5,7
/proc/11811/task/11866/stat : 11866 (java) S 11808 11811 5836 0 -1 1077944384 1306 13004 0 0 8 1 5 2 20 0 15 0 406526874 11107291136 174168 33554432000 4194304 4196468 140724878118784 139945471036304 139945545844437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
[pid=11811/tid=11867] ppid=11808 vsize=10846964 memory=704 CPUtime=0.16 cores=1,3,5,7
/proc/11811/task/11867/stat : 11867 (java) S 11808 11811 5836 0 -1 1077944384 966 13004 0 0 7 2 5 2 20 0 15 0 406526874 11107291136 174168 33554432000 4194304 4196468 140724878118784 139945118084112 139945545844437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
[pid=11811/tid=11868] ppid=11808 vsize=10846964 memory=1056 CPUtime=0.16 cores=1,3,5,7
/proc/11811/task/11868/stat : 11868 (java) S 11808 11811 5836 0 -1 1077944384 629 13004 0 0 7 2 5 2 20 0 15 0 406526874 11107291136 174168 33554432000 4194304 4196468 140724878118784 139945117031568 139945545844437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
[pid=11811/tid=11869] ppid=11808 vsize=10846964 memory=1556 CPUtime=0.14 cores=1,3,5,7
/proc/11811/task/11869/stat : 11869 (java) S 11808 11811 5836 0 -1 1077944384 3246 13004 0 0 7 0 5 2 20 0 15 0 406526876 11107291136 174168 33554432000 4194304 4196468 140724878118784 139945072453616 139945545845378 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
[pid=11811/tid=11870] ppid=11808 vsize=10846964 memory=676168 CPUtime=0.07 cores=1,3,5,7
/proc/11811/task/11870/stat : 11870 (java) S 11808 11811 5836 0 -1 1077944384 19 13004 0 0 0 0 5 2 20 0 15 0 406526876 11107291136 174168 33554432000 4194304 4196468 140724878118784 139944462902240 139945545844437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
[pid=11811/tid=11871] ppid=11808 vsize=10846964 memory=649464 CPUtime=0.07 cores=1,3,5,7
/proc/11811/task/11871/stat : 11871 (java) S 11808 11811 5836 0 -1 1077944384 12 13004 0 0 0 0 5 2 20 0 15 0 406526876 11107291136 174168 33554432000 4194304 4196468 140724878118784 139944328684544 139945545844437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
[pid=11811/tid=11872] ppid=11808 vsize=10846964 memory=1564 CPUtime=0.07 cores=1,3,5,7
/proc/11811/task/11872/stat : 11872 (java) S 11808 11811 5836 0 -1 1077944384 3 13004 0 0 0 0 5 2 20 0 15 0 406526879 11107291136 174168 33554432000 4194304 4196468 140724878118784 139944088393936 139945545852827 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
[pid=11811/tid=11873] ppid=11808 vsize=10846964 memory=924 CPUtime=5.19 cores=1,3,5,7
/proc/11811/task/11873/stat : 11873 (java) S 11808 11811 5836 0 -1 1077944384 16547 13004 0 0 508 4 5 2 20 0 15 0 406526879 11107291136 174168 33554432000 4194304 4196468 140724878118784 139945071401456 139945545845378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
[pid=11811/tid=11874] ppid=11808 vsize=10846964 memory=1756 CPUtime=5.15 cores=1,3,5,7
/proc/11811/task/11874/stat : 11874 (java) S 11808 11811 5836 0 -1 1077944384 10952 13004 0 0 505 3 5 2 20 0 15 0 406526879 11107291136 174168 33554432000 4194304 4196468 140724878118784 139945070348912 139945545845378 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
[pid=11811/tid=11875] ppid=11808 vsize=10846964 memory=0 CPUtime=3.57 cores=1,3,5,7
/proc/11811/task/11875/stat : 11875 (java) S 11808 11811 5836 0 -1 1077944384 10534 13004 0 0 345 5 5 2 20 0 15 0 406526879 11107291136 174168 33554432000 4194304 4196468 140724878118784 139945069296368 139945545845378 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
[pid=11811/tid=11876] ppid=11808 vsize=10846964 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11811/task/11876/stat : 11876 (java) S 11808 11811 5836 0 -1 1077944384 3 13004 0 0 0 0 5 2 20 0 15 0 406526879 11107291136 174168 33554432000 4194304 4196468 140724878118784 139944054836320 139945545844437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
[pid=11811/tid=11877] ppid=11808 vsize=10846964 memory=-1807685287725067907 CPUtime=0.07 cores=1,3,5,7
/proc/11811/task/11877/stat : 11877 (java) S 11808 11811 5836 0 -1 1077944384 514 13004 0 0 0 0 5 2 20 0 15 0 406526879 11107291136 174168 33554432000 4194304 4196468 140724878118784 139945068243248 139945545845378 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
Current children cumulated CPU time: 36.39 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 696672 KiB

[startup+24.0008 s]*
/proc/loadavg: 2.00 1.58 1.42 3/226 11879
/proc/meminfo: memFree=21581060/32770624 swapFree=66977604/67108860
[pid=11811] ppid=11808 vsize=10846964 memory=711008 CPUtime=38.01 cores=1,3,5,7
/proc/11811/stat : 11811 (java) S 11808 11811 5836 0 -1 1077944320 72186 13004 0 0 3754 40 5 2 20 0 15 0 406526864 11107291136 177752 33554432000 4194304 4196468 140724878118784 140724878101328 139945545834231 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
/proc/11811/statm: 2711741 177752 3624 1 0 2673805 0
[pid=11811/tid=11864] ppid=11808 vsize=10846964 memory=8317482817917895235 CPUtime=23.74 cores=1,3,5,7
/proc/11811/task/11864/stat : 11864 (java) R 11808 11811 5836 0 -1 4202560 24829 13004 0 0 2352 15 5 2 20 0 15 0 406526873 11107291136 177752 33554432000 4194304 4196468 140724878118784 139945517670576 139945166806752 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
[pid=11811/tid=11865] ppid=11808 vsize=10846964 memory=3616 CPUtime=0.16 cores=1,3,5,7
/proc/11811/task/11865/stat : 11865 (java) S 11808 11811 5836 0 -1 1077944384 411 13004 0 0 7 2 5 2 20 0 15 0 406526874 11107291136 177752 33554432000 4194304 4196468 140724878118784 139945550076688 139945545844437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
[pid=11811/tid=11866] ppid=11808 vsize=10846964 memory=2209 CPUtime=0.17 cores=1,3,5,7
/proc/11811/task/11866/stat : 11866 (java) S 11808 11811 5836 0 -1 1077944384 1307 13004 0 0 8 2 5 2 20 0 15 0 406526874 11107291136 177752 33554432000 4194304 4196468 140724878118784 139945471036304 139945545844437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
[pid=11811/tid=11867] ppid=11808 vsize=10846964 memory=4580 CPUtime=0.17 cores=1,3,5,7
/proc/11811/task/11867/stat : 11867 (java) S 11808 11811 5836 0 -1 1077944384 967 13004 0 0 8 2 5 2 20 0 15 0 406526874 11107291136 177752 33554432000 4194304 4196468 140724878118784 139945118084112 139945545844437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
[pid=11811/tid=11868] ppid=11808 vsize=10846964 memory=0 CPUtime=0.16 cores=1,3,5,7
/proc/11811/task/11868/stat : 11868 (java) S 11808 11811 5836 0 -1 1077944384 630 13004 0 0 7 2 5 2 20 0 15 0 406526874 11107291136 177752 33554432000 4194304 4196468 140724878118784 139945117031568 139945545844437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
[pid=11811/tid=11869] ppid=11808 vsize=10846964 memory=0 CPUtime=0.14 cores=1,3,5,7
/proc/11811/task/11869/stat : 11869 (java) S 11808 11811 5836 0 -1 1077944384 3253 13004 0 0 7 0 5 2 20 0 15 0 406526876 11107291136 177752 33554432000 4194304 4196468 140724878118784 139945072453616 139945545845378 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
[pid=11811/tid=11870] ppid=11808 vsize=10846964 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11811/task/11870/stat : 11870 (java) S 11808 11811 5836 0 -1 1077944384 19 13004 0 0 0 0 5 2 20 0 15 0 406526876 11107291136 177752 33554432000 4194304 4196468 140724878118784 139944462902240 139945545844437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
[pid=11811/tid=11871] ppid=11808 vsize=10846964 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11811/task/11871/stat : 11871 (java) S 11808 11811 5836 0 -1 1077944384 12 13004 0 0 0 0 5 2 20 0 15 0 406526876 11107291136 177752 33554432000 4194304 4196468 140724878118784 139944328684544 139945545844437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
[pid=11811/tid=11872] ppid=11808 vsize=10846964 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11811/task/11872/stat : 11872 (java) S 11808 11811 5836 0 -1 1077944384 3 13004 0 0 0 0 5 2 20 0 15 0 406526879 11107291136 177752 33554432000 4194304 4196468 140724878118784 139944088393936 139945545852827 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
[pid=11811/tid=11873] ppid=11808 vsize=10846964 memory=0 CPUtime=5.19 cores=1,3,5,7
/proc/11811/task/11873/stat : 11873 (java) S 11808 11811 5836 0 -1 1077944384 16547 13004 0 0 508 4 5 2 20 0 15 0 406526879 11107291136 177752 33554432000 4194304 4196468 140724878118784 139945071401456 139945545845378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
[pid=11811/tid=11874] ppid=11808 vsize=10846964 memory=-1 CPUtime=5.15 cores=1,3,5,7
/proc/11811/task/11874/stat : 11874 (java) S 11808 11811 5836 0 -1 1077944384 10952 13004 0 0 505 3 5 2 20 0 15 0 406526879 11107291136 177752 33554432000 4194304 4196468 140724878118784 139945070348912 139945545845378 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
[pid=11811/tid=11875] ppid=11808 vsize=10846964 memory=3008113964639927 CPUtime=3.57 cores=1,3,5,7
/proc/11811/task/11875/stat : 11875 (java) S 11808 11811 5836 0 -1 1077944384 10534 13004 0 0 345 5 5 2 20 0 15 0 406526879 11107291136 177752 33554432000 4194304 4196468 140724878118784 139945069296368 139945545845378 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
[pid=11811/tid=11876] ppid=11808 vsize=10846964 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/11811/task/11876/stat : 11876 (java) S 11808 11811 5836 0 -1 1077944384 3 13004 0 0 0 0 5 2 20 0 15 0 406526879 11107291136 177752 33554432000 4194304 4196468 140724878118784 139944054836320 139945545844437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
[pid=11811/tid=11877] ppid=11808 vsize=10846964 memory=3471342845628606128 CPUtime=0.07 cores=1,3,5,7
/proc/11811/task/11877/stat : 11877 (java) S 11808 11811 5836 0 -1 1077944384 514 13004 0 0 0 0 5 2 20 0 15 0 406526879 11107291136 177752 33554432000 4194304 4196468 140724878118784 139945068243248 139945545845378 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
Current children cumulated CPU time: 38.01 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 711008 KiB

[startup+24.4008 s]
/proc/loadavg: 2.00 1.58 1.42 3/226 11879
/proc/meminfo: memFree=21581060/32770624 swapFree=66977604/67108860
[pid=11811] ppid=11808 vsize=10846964 memory=713056 CPUtime=38.4 cores=1,3,5,7
/proc/11811/stat : 11811 (java) S 11808 11811 5836 0 -1 1077944320 72191 13004 0 0 3793 40 5 2 20 0 15 0 406526864 11107291136 178264 33554432000 4194304 4196468 140724878118784 140724878101328 139945545834231 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
/proc/11811/statm: 2711741 178264 3624 1 0 2673805 0
[pid=11811/tid=11864] ppid=11808 vsize=10846964 memory=1408 CPUtime=24.13 cores=1,3,5,7
/proc/11811/task/11864/stat : 11864 (java) R 11808 11811 5836 0 -1 4202560 24830 13004 0 0 2391 15 5 2 20 0 15 0 406526873 11107291136 178264 33554432000 4194304 4196468 140724878118784 139945517669824 139945168029578 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
[pid=11811/tid=11865] ppid=11808 vsize=10846964 memory=2740 CPUtime=0.16 cores=1,3,5,7
/proc/11811/task/11865/stat : 11865 (java) S 11808 11811 5836 0 -1 1077944384 412 13004 0 0 7 2 5 2 20 0 15 0 406526874 11107291136 178264 33554432000 4194304 4196468 140724878118784 139945550076688 139945545844437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
[pid=11811/tid=11866] ppid=11808 vsize=10846964 memory=696672 CPUtime=0.17 cores=1,3,5,7
/proc/11811/task/11866/stat : 11866 (java) S 11808 11811 5836 0 -1 1077944384 1308 13004 0 0 8 2 5 2 20 0 15 0 406526874 11107291136 178264 33554432000 4194304 4196468 140724878118784 139945471036304 139945545844437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
[pid=11811/tid=11867] ppid=11808 vsize=10846964 memory=1164 CPUtime=0.17 cores=1,3,5,7
/proc/11811/task/11867/stat : 11867 (java) S 11808 11811 5836 0 -1 1077944384 968 13004 0 0 8 2 5 2 20 0 15 0 406526874 11107291136 178264 33554432000 4194304 4196468 140724878118784 139945118084112 139945545844437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
[pid=11811/tid=11868] ppid=11808 vsize=10846964 memory=711008 CPUtime=0.16 cores=1,3,5,7
/proc/11811/task/11868/stat : 11868 (java) S 11808 11811 5836 0 -1 1077944384 631 13004 0 0 7 2 5 2 20 0 15 0 406526874 11107291136 178264 33554432000 4194304 4196468 140724878118784 139945117031568 139945545844437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
[pid=11811/tid=11869] ppid=11808 vsize=10846964 memory=5793994549983269217 CPUtime=0.14 cores=1,3,5,7
/proc/11811/task/11869/stat : 11869 (java) S 11808 11811 5836 0 -1 1077944384 3253 13004 0 0 7 0 5 2 20 0 15 0 406526876 11107291136 178264 33554432000 4194304 4196468 140724878118784 139945072453616 139945545845378 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
[pid=11811/tid=11870] ppid=11808 vsize=10846964 memory=7595409176556360045 CPUtime=0.07 cores=1,3,5,7
/proc/11811/task/11870/stat : 11870 (java) S 11808 11811 5836 0 -1 1077944384 19 13004 0 0 0 0 5 2 20 0 15 0 406526876 11107291136 178264 33554432000 4194304 4196468 140724878118784 139944462902240 139945545844437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
[pid=11811/tid=11871] ppid=11808 vsize=10846964 memory=7306931431746459496 CPUtime=0.07 cores=1,3,5,7
/proc/11811/task/11871/stat : 11871 (java) S 11808 11811 5836 0 -1 1077944384 12 13004 0 0 0 0 5 2 20 0 15 0 406526876 11107291136 178264 33554432000 4194304 4196468 140724878118784 139944328684544 139945545844437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
[pid=11811/tid=11872] ppid=11808 vsize=10846964 memory=5787213831476700249 CPUtime=0.07 cores=1,3,5,7
/proc/11811/task/11872/stat : 11872 (java) S 11808 11811 5836 0 -1 1077944384 3 13004 0 0 0 0 5 2 20 0 15 0 406526879 11107291136 178264 33554432000 4194304 4196468 140724878118784 139944088393936 139945545852827 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
[pid=11811/tid=11873] ppid=11808 vsize=10846964 memory=5787213857246504025 CPUtime=5.19 cores=1,3,5,7
/proc/11811/task/11873/stat : 11873 (java) S 11808 11811 5836 0 -1 1077944384 16547 13004 0 0 508 4 5 2 20 0 15 0 406526879 11107291136 178264 33554432000 4194304 4196468 140724878118784 139945071401456 139945545845378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
[pid=11811/tid=11874] ppid=11808 vsize=10846964 memory=5787219359317645668 CPUtime=5.15 cores=1,3,5,7
/proc/11811/task/11874/stat : 11874 (java) S 11808 11811 5836 0 -1 1077944384 10952 13004 0 0 505 3 5 2 20 0 15 0 406526879 11107291136 178264 33554432000 4194304 4196468 140724878118784 139945070348912 139945545845378 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
[pid=11811/tid=11875] ppid=11808 vsize=10846964 memory=5787213827096995172 CPUtime=3.57 cores=1,3,5,7
/proc/11811/task/11875/stat : 11875 (java) S 11808 11811 5836 0 -1 1077944384 10534 13004 0 0 345 5 5 2 20 0 15 0 406526879 11107291136 178264 33554432000 4194304 4196468 140724878118784 139945069296368 139945545845378 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
[pid=11811/tid=11876] ppid=11808 vsize=10846964 memory=5787213827096995172 CPUtime=0.07 cores=1,3,5,7
/proc/11811/task/11876/stat : 11876 (java) S 11808 11811 5836 0 -1 1077944384 3 13004 0 0 0 0 5 2 20 0 15 0 406526879 11107291136 178264 33554432000 4194304 4196468 140724878118784 139944054836320 139945545844437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
[pid=11811/tid=11877] ppid=11808 vsize=10846964 memory=5571041044932810853 CPUtime=0.07 cores=1,3,5,7
/proc/11811/task/11877/stat : 11877 (java) S 11808 11811 5836 0 -1 1077944384 514 13004 0 0 0 0 5 2 20 0 15 0 406526879 11107291136 178264 33554432000 4194304 4196468 140724878118784 139945068243248 139945545845378 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
Current children cumulated CPU time: 38.4 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 713056 KiB

[startup+24.6008 s]
/proc/loadavg: 2.00 1.58 1.42 3/226 11879
/proc/meminfo: memFree=21581060/32770624 swapFree=66977604/67108860
[pid=11811] ppid=11808 vsize=10846964 memory=713056 CPUtime=38.6 cores=1,3,5,7
/proc/11811/stat : 11811 (java) S 11808 11811 5836 0 -1 1077944320 72585 13004 0 0 3813 40 5 2 20 0 15 0 406526864 11107291136 178264 33554432000 4194304 4196468 140724878118784 140724878101328 139945545834231 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
/proc/11811/statm: 2711741 178264 3624 1 0 2673805 0
[pid=11811/tid=11864] ppid=11808 vsize=10846964 memory=6944652177228980320 CPUtime=24.33 cores=1,3,5,7
/proc/11811/task/11864/stat : 11864 (java) R 11808 11811 5836 0 -1 4202560 25216 13004 0 0 2411 15 5 2 20 0 15 0 406526873 11107291136 178264 33554432000 4194304 4196468 140724878118784 139945517669824 139945160182624 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
[pid=11811/tid=11865] ppid=11808 vsize=10846964 memory=-3252517613199061085 CPUtime=0.16 cores=1,3,5,7
/proc/11811/task/11865/stat : 11865 (java) S 11808 11811 5836 0 -1 1077944384 412 13004 0 0 7 2 5 2 20 0 15 0 406526874 11107291136 178264 33554432000 4194304 4196468 140724878118784 139945550076688 139945545844437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
[pid=11811/tid=11866] ppid=11808 vsize=10846964 memory=-5921431000321636112 CPUtime=0.17 cores=1,3,5,7
/proc/11811/task/11866/stat : 11866 (java) S 11808 11811 5836 0 -1 1077944384 1308 13004 0 0 8 2 5 2 20 0 15 0 406526874 11107291136 178264 33554432000 4194304 4196468 140724878118784 139945471036304 139945545844437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
[pid=11811/tid=11867] ppid=11808 vsize=10846964 memory=7446533090046266710 CPUtime=0.17 cores=1,3,5,7
/proc/11811/task/11867/stat : 11867 (java) S 11808 11811 5836 0 -1 1077944384 968 13004 0 0 8 2 5 2 20 0 15 0 406526874 11107291136 178264 33554432000 4194304 4196468 140724878118784 139945118084112 139945545844437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
[pid=11811/tid=11868] ppid=11808 vsize=10846964 memory=7956570060210201685 CPUtime=0.16 cores=1,3,5,7
/proc/11811/task/11868/stat : 11868 (java) S 11808 11811 5836 0 -1 1077944384 631 13004 0 0 7 2 5 2 20 0 15 0 406526874 11107291136 178264 33554432000 4194304 4196468 140724878118784 139945117031568 139945545844437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
[pid=11811/tid=11869] ppid=11808 vsize=10846964 memory=0 CPUtime=0.14 cores=1,3,5,7
/proc/11811/task/11869/stat : 11869 (java) S 11808 11811 5836 0 -1 1077944384 3253 13004 0 0 7 0 5 2 20 0 15 0 406526876 11107291136 178264 33554432000 4194304 4196468 140724878118784 139945072453616 139945545845378 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
[pid=11811/tid=11870] ppid=11808 vsize=10846964 memory=7681071139636737555 CPUtime=0.07 cores=1,3,5,7
/proc/11811/task/11870/stat : 11870 (java) S 11808 11811 5836 0 -1 1077944384 19 13004 0 0 0 0 5 2 20 0 15 0 406526876 11107291136 178264 33554432000 4194304 4196468 140724878118784 139944462902240 139945545844437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
[pid=11811/tid=11871] ppid=11808 vsize=10846964 memory=7449067460003392354 CPUtime=0.07 cores=1,3,5,7
/proc/11811/task/11871/stat : 11871 (java) S 11808 11811 5836 0 -1 1077944384 12 13004 0 0 0 0 5 2 20 0 15 0 406526876 11107291136 178264 33554432000 4194304 4196468 140724878118784 139944328684544 139945545844437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
[pid=11811/tid=11872] ppid=11808 vsize=10846964 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11811/task/11872/stat : 11872 (java) S 11808 11811 5836 0 -1 1077944384 3 13004 0 0 0 0 5 2 20 0 15 0 406526879 11107291136 178264 33554432000 4194304 4196468 140724878118784 139944088393936 139945545852827 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
[pid=11811/tid=11873] ppid=11808 vsize=10846964 memory=44081 CPUtime=5.19 cores=1,3,5,7
/proc/11811/task/11873/stat : 11873 (java) S 11808 11811 5836 0 -1 1077944384 16547 13004 0 0 508 4 5 2 20 0 15 0 406526879 11107291136 178264 33554432000 4194304 4196468 140724878118784 139945071401456 139945545845378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
[pid=11811/tid=11874] ppid=11808 vsize=10846964 memory=0 CPUtime=5.15 cores=1,3,5,7
/proc/11811/task/11874/stat : 11874 (java) S 11808 11811 5836 0 -1 1077944384 10952 13004 0 0 505 3 5 2 20 0 15 0 406526879 11107291136 178264 33554432000 4194304 4196468 140724878118784 139945070348912 139945545845378 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
[pid=11811/tid=11875] ppid=11808 vsize=10846964 memory=8112282956445269571 CPUtime=3.57 cores=1,3,5,7
/proc/11811/task/11875/stat : 11875 (java) S 11808 11811 5836 0 -1 1077944384 10534 13004 0 0 345 5 5 2 20 0 15 0 406526879 11107291136 178264 33554432000 4194304 4196468 140724878118784 139945069296368 139945545845378 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
[pid=11811/tid=11876] ppid=11808 vsize=10846964 memory=-6943855650595571281 CPUtime=0.07 cores=1,3,5,7
/proc/11811/task/11876/stat : 11876 (java) S 11808 11811 5836 0 -1 1077944384 3 13004 0 0 0 0 5 2 20 0 15 0 406526879 11107291136 178264 33554432000 4194304 4196468 140724878118784 139944054836320 139945545844437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
[pid=11811/tid=11877] ppid=11808 vsize=10846964 memory=-6517102902069810590 CPUtime=0.07 cores=1,3,5,7
/proc/11811/task/11877/stat : 11877 (java) S 11808 11811 5836 0 -1 1077944384 522 13004 0 0 0 0 5 2 20 0 15 0 406526879 11107291136 178264 33554432000 4194304 4196468 140724878118784 139945068243248 139945545845378 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22994944 140724878121717 140724878124229 140724878124229 140724878127055 0
Current children cumulated CPU time: 38.6 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 713056 KiB

Child status: 0
Real time (s): 24.6968
CPU time (s): 38.7221
CPU user time (s): 38.2761
CPU system time (s): 0.44601
CPU usage (%): 156.79
Max. virtual memory (cumulated for all children) (KiB): 10849756
Max. memory (cumulated for all children) (KiB): 713056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 38.2761
system time used= 0.44601
maximum resident set size= 715148
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 87584
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18495
involuntary context switches= 120


# summary of solver processes directly reported to runsolver:
#   pid: 11811
#   total CPU time (s): 38.7221
#   total CPU user time (s): 38.2761
#   total CPU system time (s): 0.44601

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.17499 second user time and 0.272208 second system time

The end

Launcher Data

Begin job on node104 at 2019-09-12 16:27:59
IDJOB=4387395
IDBENCH=135933
IDSOLVER=2823
FILE ID=node104/4387395-1568302695
RUNJOBID= node104-1568282865-6844
PBS_JOBID= 21701090
Free space on /tmp= 56540 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/ChessboardColoration/ChessboardColoration-m1-s2/ChessboardColoration-08-10.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387395-1568302695/watcher-4387395-1568302695 -o /tmp/evaluation-result-4387395-1568302695/solver-4387395-1568302695 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1568282865-6844 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1333196660 HOME/instance-4387395-1568302695.xml

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

MD5SUM BENCH= 4ad41382ea3c48fc1b345febd6f905ee
RANDOM SEED=1333196660

node104.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.09
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:        22281600 kB
MemAvailable:   31007100 kB
Buffers:          129308 kB
Cached:          8787032 kB
SwapCached:        31868 kB
Active:          2990912 kB
Inactive:        6785580 kB
Active(anon):     827700 kB
Inactive(anon):    74116 kB
Active(file):    2163212 kB
Inactive(file):  6711464 kB
Unevictable:      106872 kB
Mlocked:          106872 kB
SwapTotal:      67108860 kB
SwapFree:       66977604 kB
Dirty:             35304 kB
Writeback:             0 kB
AnonPages:        951596 kB
Mapped:            56100 kB
Shmem:             32780 kB
Slab:             309008 kB
SReclaimable:     279284 kB
SUnreclaim:        29724 kB
KernelStack:        3968 kB
PageTables:         7160 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2023584 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    868352 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 56504 MiB
End job on node104 at 2019-09-12 16:28:24