Trace number 4386995

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.10SAT 15.9441 8.56537

General information on the benchmark

NameSudoku/
Sudoku-table-s1/Sudoku-s10c-table.xml
MD5SUM8248e4e11a775a898590caffd4c1e549
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark3.54494
Satisfiable
(Un)Satisfiability was proved
Number of variables81
Number of constraints28
Number of domains1
Minimum domain size9
Maximum domain size9
Distribution of domain sizes[{"size":9,"count":81}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":49},{"degree":4,"count":32}]
Minimum constraint arity9
Maximum constraint arity32
Distribution of constraint arities[{"arity":9,"count":27},{"arity":32,"count":1}]
Number of extensional constraints27
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":27},{"type":"instantiation","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.74/0.54	c Concrete v3.10.1560635388952 running
15.80/8.54	v <instantiation
15.80/8.54	v         >
15.80/8.54	v       <list>
15.80/8.54	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[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[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[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[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[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[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[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[8][0] x[8][1] x[8][2] x[8][3] x[8][4] x[8][5] x[8][6] x[8][7] x[8][8]
15.80/8.54	v       </list>
15.80/8.54	v       <values>
15.80/8.54	v         1 9 3 6 7 2 4 8 5 4 6 2 3 5 8 9 7 1 7 8 5 9 1 4 6 2 3 5 3 8 2 9 6 7 1 4 6 7 4 1 3 5 2 9 8 2 1 9 4 8 7 3 5 6 8 2 6 7 4 1 5 3 9 9 4 1 5 2 3 8 6 7 3 5 7 8 6 9 1 4 2
15.80/8.54	v       </values>
15.80/8.54	v     </instantiation>
15.80/8.54	s SATISFIABLE

Verifier Data

OK	

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (14313 MiB free)
  memory of node 1: 16384 MiB (15539 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4386995-1568286802/watcher-4386995-1568286802 -o /tmp/evaluation-result-4386995-1568286802/solver-4386995-1568286802 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node141-1568285927-6017 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=150484146 HOME/instance-4386995-1568286802.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=6600, runsolver pid=6597

[startup+0.100059 s]*
/proc/loadavg: 1.57 1.47 1.61 3/220 6657
/proc/meminfo: memFree=30561288/32770624 swapFree=66916036/67108860
[pid=6600] ppid=6597 vsize=9972712 memory=17340 CPUtime=0.1 cores=1,3,5,7
/proc/6600/stat : 6600 (java) S 6597 6600 5064 0 -1 1077944320 4563 13306 0 0 1 1 5 3 20 0 6 0 404618147 10212057088 4335 33554432000 4194304 4196468 140731785993680 140731785976224 140097550782199 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
/proc/6600/statm: 2493178 4335 1958 1 0 2481616 0
[pid=6600/tid=6653] ppid=6597 vsize=10055356 memory=7892391828772250251 CPUtime=0.09 cores=1,3,5,7
/proc/6600/task/6653/stat : 6653 (java) R 6597 6600 5064 0 -1 4202560 2417 13306 0 0 1 0 5 3 20 0 7 0 404618156 10296684544 4401 33554432000 4194304 4196468 140731785993680 140097522625296 140097532670896 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
[pid=6600/tid=6654] ppid=6597 vsize=10055356 memory=-7025452035940392864 CPUtime=0.08 cores=1,3,5,7
/proc/6600/task/6654/stat : 6654 (java) S 6597 6600 5064 0 -1 1077944384 1 13306 0 0 0 0 5 3 20 0 7 0 404618157 10296684544 4401 33554432000 4194304 4196468 140731785993680 140097555025040 140097550792405 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
[pid=6600/tid=6655] ppid=6597 vsize=10055356 memory=140508325586560 CPUtime=0.08 cores=1,3,5,7
/proc/6600/task/6655/stat : 6655 (java) S 6597 6600 5064 0 -1 1077944384 1 13306 0 0 0 0 5 3 20 0 7 0 404618157 10296684544 4401 33554432000 4194304 4196468 140731785993680 140097473776656 140097550792405 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
[pid=6600/tid=6656] ppid=6597 vsize=10055356 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6600/task/6656/stat : 6656 (java) S 6597 6600 5064 0 -1 1077944384 1 13306 0 0 0 0 5 3 20 0 7 0 404618157 10296684544 4401 33554432000 4194304 4196468 140731785993680 140097472723856 140097550792405 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
[pid=6600/tid=6657] ppid=6597 vsize=10055356 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/6600/task/6657/stat : 6657 (java) S 6597 6600 5064 0 -1 1077944384 2 13306 0 0 0 0 5 3 20 0 7 0 404618157 10296684544 4401 33554432000 4194304 4196468 140731785993680 140097121868560 140097550792405 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
[pid=6600/tid=6658] ppid=6597 vsize=10055356 memory=140508325586560 CPUtime=0.08 cores=1,3,5,7
/proc/6600/task/6658/stat : 6658 (java) S 6597 6600 5064 0 -1 1077944384 2 13306 0 0 0 0 5 3 20 0 7 0 404618158 10296684544 4401 33554432000 4194304 4196468 140731785993680 140097077426544 140097550793346 0 0 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17340 KiB

[startup+0.210347 s]*
/proc/loadavg: 1.57 1.47 1.61 3/229 6666
/proc/meminfo: memFree=30538436/32770624 swapFree=66916036/67108860
[pid=6600] ppid=6597 vsize=10818940 memory=43096 CPUtime=0.27 cores=1,3,5,7
/proc/6600/stat : 6600 (java) S 6597 6600 5064 0 -1 1077944320 7100 13306 0 0 17 2 5 3 20 0 15 0 404618147 11078594560 10774 33554432000 4194304 4196468 140731785993680 140731785976224 140097550782199 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
/proc/6600/statm: 2704735 10774 2982 1 0 2667149 0
[pid=6600/tid=6653] ppid=6597 vsize=10818940 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/6600/task/6653/stat : 6653 (java) R 6597 6600 5064 0 -1 4202560 3612 13306 0 0 10 1 5 3 20 0 15 0 404618156 11078594560 10839 33554432000 4194304 4196468 140731785993680 140097522599312 140097534862686 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
[pid=6600/tid=6654] ppid=6597 vsize=10818940 memory=343 CPUtime=0.08 cores=1,3,5,7
/proc/6600/task/6654/stat : 6654 (java) S 6597 6600 5064 0 -1 1077944384 1 13306 0 0 0 0 5 3 20 0 15 0 404618157 11078594560 10839 33554432000 4194304 4196468 140731785993680 140097555025040 140097550792405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
[pid=6600/tid=6655] ppid=6597 vsize=10818940 memory=140508325595641 CPUtime=0.08 cores=1,3,5,7
/proc/6600/task/6655/stat : 6655 (java) S 6597 6600 5064 0 -1 1077944384 1 13306 0 0 0 0 5 3 20 0 15 0 404618157 11078594560 10839 33554432000 4194304 4196468 140731785993680 140097473776656 140097550792405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
[pid=6600/tid=6656] ppid=6597 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6600/task/6656/stat : 6656 (java) S 6597 6600 5064 0 -1 1077944384 1 13306 0 0 0 0 5 3 20 0 15 0 404618157 11078594560 10839 33554432000 4194304 4196468 140731785993680 140097472723856 140097550792405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
[pid=6600/tid=6657] ppid=6597 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/6600/task/6657/stat : 6657 (java) S 6597 6600 5064 0 -1 1077944384 2 13306 0 0 0 0 5 3 20 0 15 0 404618157 11078594560 10839 33554432000 4194304 4196468 140731785993680 140097121868560 140097550792405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
[pid=6600/tid=6658] ppid=6597 vsize=10818940 memory=140508325586560 CPUtime=0.08 cores=1,3,5,7
/proc/6600/task/6658/stat : 6658 (java) S 6597 6600 5064 0 -1 1077944384 2 13306 0 0 0 0 5 3 20 0 15 0 404618158 11078594560 10839 33554432000 4194304 4196468 140731785993680 140097077426544 140097550793346 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
[pid=6600/tid=6659] ppid=6597 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/6600/task/6659/stat : 6659 (java) S 6597 6600 5064 0 -1 1077944384 13 13306 0 0 0 0 5 3 20 0 15 0 404618159 11078594560 10839 33554432000 4194304 4196468 140731785993680 140097001350176 140097550792405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
[pid=6600/tid=6660] ppid=6597 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6600/task/6660/stat : 6660 (java) S 6597 6600 5064 0 -1 1077944384 1 13306 0 0 0 0 5 3 20 0 15 0 404618159 11078594560 10839 33554432000 4194304 4196468 140731785993680 140096867132272 140097550792405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
[pid=6600/tid=6661] ppid=6597 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6600/task/6661/stat : 6661 (java) S 6597 6600 5064 0 -1 1077944384 2 13306 0 0 0 0 5 3 20 0 15 0 404618162 11078594560 10839 33554432000 4194304 4196468 140731785993680 140096263153488 140097550800795 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
[pid=6600/tid=6662] ppid=6597 vsize=10818940 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/6600/task/6662/stat : 6662 (java) S 6597 6600 5064 0 -1 1077944384 477 13306 0 0 1 0 5 3 20 0 15 0 404618162 11078594560 10839 33554432000 4194304 4196468 140731785993680 140097076374384 140097550793346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
[pid=6600/tid=6663] ppid=6597 vsize=10818940 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/6600/task/6663/stat : 6663 (java) R 6597 6600 5064 0 -1 1077944384 163 13306 0 0 1 0 5 3 20 0 15 0 404618162 11078594560 10839 33554432000 4194304 4196468 140731785993680 140097075321584 140097550793346 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
[pid=6600/tid=6664] ppid=6597 vsize=10818940 memory=140508325586560 CPUtime=0.11 cores=1,3,5,7
/proc/6600/task/6664/stat : 6664 (java) R 6597 6600 5064 0 -1 4202560 622 13306 0 0 3 0 5 3 20 0 15 0 404618162 11078594560 10839 33554432000 4194304 4196468 140731785993680 140097074268784 140097530185368 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
[pid=6600/tid=6665] ppid=6597 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/6600/task/6665/stat : 6665 (java) S 6597 6600 5064 0 -1 1077944384 3 13306 0 0 0 0 5 3 20 0 15 0 404618162 11078594560 10839 33554432000 4194304 4196468 140731785993680 140095793392352 140097550792405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
[pid=6600/tid=6666] ppid=6597 vsize=10818940 memory=140508325586560 CPUtime=0.08 cores=1,3,5,7
/proc/6600/task/6666/stat : 6666 (java) S 6597 6600 5064 0 -1 1077944384 1 13306 0 0 0 0 5 3 20 0 15 0 404618162 11078594560 10839 33554432000 4194304 4196468 140731785993680 140097073216176 140097550793346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 43096 KiB

[startup+0.310762 s]*
/proc/loadavg: 1.57 1.47 1.61 4/229 6666
/proc/meminfo: memFree=30528220/32770624 swapFree=66916036/67108860
[pid=6600] ppid=6597 vsize=10820244 memory=54688 CPUtime=0.41 cores=1,3,5,7
/proc/6600/stat : 6600 (java) S 6597 6600 5064 0 -1 1077944320 10852 13306 0 0 29 4 5 3 20 0 15 0 404618147 11079929856 13672 33554432000 4194304 4196468 140731785993680 140731785976224 140097550782199 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
/proc/6600/statm: 2705061 13672 3301 1 0 2667149 0
[pid=6600/tid=6653] ppid=6597 vsize=10820244 memory=8317482817917895235 CPUtime=0.3 cores=1,3,5,7
/proc/6600/task/6653/stat : 6653 (java) R 6597 6600 5064 0 -1 4202560 7338 13306 0 0 19 3 5 3 20 0 15 0 404618156 11079929856 13672 33554432000 4194304 4196468 140731785993680 140097522601744 140097550804125 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
[pid=6600/tid=6654] ppid=6597 vsize=10820244 memory=4126316290023845779 CPUtime=0.08 cores=1,3,5,7
/proc/6600/task/6654/stat : 6654 (java) S 6597 6600 5064 0 -1 1077944384 1 13306 0 0 0 0 5 3 20 0 15 0 404618157 11079929856 13672 33554432000 4194304 4196468 140731785993680 140097555025040 140097550792405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
[pid=6600/tid=6655] ppid=6597 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6600/task/6655/stat : 6655 (java) S 6597 6600 5064 0 -1 1077944384 1 13306 0 0 0 0 5 3 20 0 15 0 404618157 11079929856 13672 33554432000 4194304 4196468 140731785993680 140097473776656 140097550792405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
[pid=6600/tid=6656] ppid=6597 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6600/task/6656/stat : 6656 (java) S 6597 6600 5064 0 -1 1077944384 1 13306 0 0 0 0 5 3 20 0 15 0 404618157 11079929856 13672 33554432000 4194304 4196468 140731785993680 140097472723856 140097550792405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
[pid=6600/tid=6657] ppid=6597 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6600/task/6657/stat : 6657 (java) S 6597 6600 5064 0 -1 1077944384 2 13306 0 0 0 0 5 3 20 0 15 0 404618157 11079929856 13672 33554432000 4194304 4196468 140731785993680 140097121868560 140097550792405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
[pid=6600/tid=6658] ppid=6597 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6600/task/6658/stat : 6658 (java) S 6597 6600 5064 0 -1 1077944384 2 13306 0 0 0 0 5 3 20 0 15 0 404618158 11079929856 13672 33554432000 4194304 4196468 140731785993680 140097077426544 140097550793346 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
[pid=6600/tid=6659] ppid=6597 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6600/task/6659/stat : 6659 (java) S 6597 6600 5064 0 -1 1077944384 13 13306 0 0 0 0 5 3 20 0 15 0 404618159 11079929856 13672 33554432000 4194304 4196468 140731785993680 140097001350176 140097550792405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
[pid=6600/tid=6660] ppid=6597 vsize=10820244 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/6600/task/6660/stat : 6660 (java) S 6597 6600 5064 0 -1 1077944384 1 13306 0 0 0 0 5 3 20 0 15 0 404618159 11079929856 13672 33554432000 4194304 4196468 140731785993680 140096867132272 140097550792405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
[pid=6600/tid=6661] ppid=6597 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6600/task/6661/stat : 6661 (java) S 6597 6600 5064 0 -1 1077944384 2 13306 0 0 0 0 5 3 20 0 15 0 404618162 11079929856 13672 33554432000 4194304 4196468 140731785993680 140096263153488 140097550800795 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
[pid=6600/tid=6662] ppid=6597 vsize=10820244 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/6600/task/6662/stat : 6662 (java) S 6597 6600 5064 0 -1 1077944384 477 13306 0 0 1 0 5 3 20 0 15 0 404618162 11079929856 13672 33554432000 4194304 4196468 140731785993680 140097076374384 140097550793346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
[pid=6600/tid=6663] ppid=6597 vsize=10820244 memory=-1 CPUtime=0.1 cores=1,3,5,7
/proc/6600/task/6663/stat : 6663 (java) R 6597 6600 5064 0 -1 4202560 165 13306 0 0 2 0 5 3 20 0 15 0 404618162 11079929856 13672 33554432000 4194304 4196468 140731785993680 140097075321584 140097530437536 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
[pid=6600/tid=6664] ppid=6597 vsize=10820244 memory=140508325586560 CPUtime=0.13 cores=1,3,5,7
/proc/6600/task/6664/stat : 6664 (java) S 6597 6600 5064 0 -1 1077944384 635 13306 0 0 5 0 5 3 20 0 15 0 404618162 11079929856 13672 33554432000 4194304 4196468 140731785993680 140097074268784 140097550793346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
[pid=6600/tid=6665] ppid=6597 vsize=10820244 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/6600/task/6665/stat : 6665 (java) S 6597 6600 5064 0 -1 1077944384 3 13306 0 0 0 0 5 3 20 0 15 0 404618162 11079929856 13672 33554432000 4194304 4196468 140731785993680 140095793392352 140097550792405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
[pid=6600/tid=6666] ppid=6597 vsize=10820244 memory=140508325586560 CPUtime=0.08 cores=1,3,5,7
/proc/6600/task/6666/stat : 6666 (java) S 6597 6600 5064 0 -1 1077944384 1 13306 0 0 0 0 5 3 20 0 15 0 404618162 11079929856 13672 33554432000 4194304 4196468 140731785993680 140097073216176 140097550793346 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820244 KiB
Current children cumulated memory: 54688 KiB

[startup+0.707532 s]
/proc/loadavg: 1.57 1.47 1.61 5/229 6666
/proc/meminfo: memFree=30512512/32770624 swapFree=66916036/67108860
[pid=6600] ppid=6597 vsize=10824340 memory=87496 CPUtime=1.16 cores=1,3,5,7
/proc/6600/stat : 6600 (java) S 6597 6600 5064 0 -1 1077944320 15124 13306 0 0 102 6 5 3 20 0 15 0 404618147 11084124160 21874 33554432000 4194304 4196468 140731785993680 140731785976224 140097550782199 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
/proc/6600/statm: 2706085 21874 3510 1 0 2668173 0
[pid=6600/tid=6653] ppid=6597 vsize=10824340 memory=0 CPUtime=0.68 cores=1,3,5,7
/proc/6600/task/6653/stat : 6653 (java) R 6597 6600 5064 0 -1 4202560 10772 13306 0 0 55 5 5 3 20 0 15 0 404618156 11084124160 21874 33554432000 4194304 4196468 140731785993680 140097522608672 140097550794134 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
[pid=6600/tid=6654] ppid=6597 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6600/task/6654/stat : 6654 (java) S 6597 6600 5064 0 -1 1077944384 1 13306 0 0 0 0 5 3 20 0 15 0 404618157 11084124160 21874 33554432000 4194304 4196468 140731785993680 140097555025040 140097550792405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
[pid=6600/tid=6655] ppid=6597 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6600/task/6655/stat : 6655 (java) S 6597 6600 5064 0 -1 1077944384 1 13306 0 0 0 0 5 3 20 0 15 0 404618157 11084124160 21874 33554432000 4194304 4196468 140731785993680 140097473776656 140097550792405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
[pid=6600/tid=6656] ppid=6597 vsize=10824340 memory=140508177515024 CPUtime=0.08 cores=1,3,5,7
/proc/6600/task/6656/stat : 6656 (java) S 6597 6600 5064 0 -1 1077944384 1 13306 0 0 0 0 5 3 20 0 15 0 404618157 11084124160 21874 33554432000 4194304 4196468 140731785993680 140097472723856 140097550792405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
[pid=6600/tid=6657] ppid=6597 vsize=10824340 memory=140509855089242 CPUtime=0.08 cores=1,3,5,7
/proc/6600/task/6657/stat : 6657 (java) S 6597 6600 5064 0 -1 1077944384 2 13306 0 0 0 0 5 3 20 0 15 0 404618157 11084124160 21874 33554432000 4194304 4196468 140731785993680 140097121868560 140097550792405 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
[pid=6600/tid=6658] ppid=6597 vsize=10824340 memory=14008 CPUtime=0.08 cores=1,3,5,7
/proc/6600/task/6658/stat : 6658 (java) S 6597 6600 5064 0 -1 1077944384 5 13306 0 0 0 0 5 3 20 0 15 0 404618158 11084124160 21874 33554432000 4194304 4196468 140731785993680 140097077426544 140097550793346 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
[pid=6600/tid=6659] ppid=6597 vsize=10824340 memory=6297835844906604903 CPUtime=0.08 cores=1,3,5,7
/proc/6600/task/6659/stat : 6659 (java) S 6597 6600 5064 0 -1 1077944384 13 13306 0 0 0 0 5 3 20 0 15 0 404618159 11084124160 21874 33554432000 4194304 4196468 140731785993680 140097001350176 140097550792405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
[pid=6600/tid=6660] ppid=6597 vsize=10824340 memory=2116 CPUtime=0.08 cores=1,3,5,7
/proc/6600/task/6660/stat : 6660 (java) S 6597 6600 5064 0 -1 1077944384 1 13306 0 0 0 0 5 3 20 0 15 0 404618159 11084124160 21874 33554432000 4194304 4196468 140731785993680 140096867132272 140097550792405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
[pid=6600/tid=6661] ppid=6597 vsize=10824340 memory=6600 CPUtime=0.08 cores=1,3,5,7
/proc/6600/task/6661/stat : 6661 (java) S 6597 6600 5064 0 -1 1077944384 2 13306 0 0 0 0 5 3 20 0 15 0 404618162 11084124160 21874 33554432000 4194304 4196468 140731785993680 140096263153488 140097550800795 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
[pid=6600/tid=6662] ppid=6597 vsize=10824340 memory=528 CPUtime=0.23 cores=1,3,5,7
/proc/6600/task/6662/stat : 6662 (java) R 6597 6600 5064 0 -1 1077944384 807 13306 0 0 15 0 5 3 20 0 15 0 404618162 11084124160 21874 33554432000 4194304 4196468 140731785993680 140097076374384 140097550793346 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
[pid=6600/tid=6663] ppid=6597 vsize=10824340 memory=1560 CPUtime=0.2 cores=1,3,5,7
/proc/6600/task/6663/stat : 6663 (java) R 6597 6600 5064 0 -1 4202560 463 13306 0 0 12 0 5 3 20 0 15 0 404618162 11084124160 21874 33554432000 4194304 4196468 140731785993680 140097075321584 140097532124175 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
[pid=6600/tid=6664] ppid=6597 vsize=10824340 memory=932 CPUtime=0.25 cores=1,3,5,7
/proc/6600/task/6664/stat : 6664 (java) R 6597 6600 5064 0 -1 4202560 843 13306 0 0 17 0 5 3 20 0 15 0 404618162 11084124160 21874 33554432000 4194304 4196468 140731785993680 140097074268784 140097543019326 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
[pid=6600/tid=6665] ppid=6597 vsize=10824340 memory=1492 CPUtime=0.08 cores=1,3,5,7
/proc/6600/task/6665/stat : 6665 (java) S 6597 6600 5064 0 -1 1077944384 3 13306 0 0 0 0 5 3 20 0 15 0 404618162 11084124160 21874 33554432000 4194304 4196468 140731785993680 140095793392352 140097550792405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
[pid=6600/tid=6666] ppid=6597 vsize=10824340 memory=864 CPUtime=0.08 cores=1,3,5,7
/proc/6600/task/6666/stat : 6666 (java) S 6597 6600 5064 0 -1 1077944384 1 13306 0 0 0 0 5 3 20 0 15 0 404618162 11084124160 21874 33554432000 4194304 4196468 140731785993680 140097073216176 140097550793346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 87496 KiB

[startup+1.50079 s]
/proc/loadavg: 1.57 1.47 1.61 5/229 6666
/proc/meminfo: memFree=30323636/32770624 swapFree=66916036/67108860
[pid=6600] ppid=6597 vsize=10826464 memory=445344 CPUtime=2.84 cores=1,3,5,7
/proc/6600/stat : 6600 (java) S 6597 6600 5064 0 -1 1077944320 18020 13306 0 0 254 22 5 3 20 0 15 0 404618147 11086299136 111336 33554432000 4194304 4196468 140731785993680 140731785976224 140097550782199 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
/proc/6600/statm: 2706616 111336 3565 1 0 2668685 0
[pid=6600/tid=6653] ppid=6597 vsize=10826464 memory=0 CPUtime=1.4 cores=1,3,5,7
/proc/6600/task/6653/stat : 6653 (java) R 6597 6600 5064 0 -1 4202560 11446 13306 0 0 124 8 5 3 20 0 15 0 404618156 11086299136 111336 33554432000 4194304 4196468 140731785993680 140097522617184 140097156123936 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
[pid=6600/tid=6654] ppid=6597 vsize=10826464 memory=281016355078400 CPUtime=0.13 cores=1,3,5,7
/proc/6600/task/6654/stat : 6654 (java) S 6597 6600 5064 0 -1 1077944384 109 13306 0 0 3 2 5 3 20 0 15 0 404618157 11086299136 111336 33554432000 4194304 4196468 140731785993680 140097555025040 140097550792405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
[pid=6600/tid=6655] ppid=6597 vsize=10826464 memory=281016355087712 CPUtime=0.14 cores=1,3,5,7
/proc/6600/task/6655/stat : 6655 (java) S 6597 6600 5064 0 -1 1077944384 254 13306 0 0 3 3 5 3 20 0 15 0 404618157 11086299136 111336 33554432000 4194304 4196468 140731785993680 140097473776656 140097550792405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
[pid=6600/tid=6656] ppid=6597 vsize=10826464 memory=140508177549712 CPUtime=0.14 cores=1,3,5,7
/proc/6600/task/6656/stat : 6656 (java) S 6597 6600 5064 0 -1 1077944384 78 13306 0 0 3 3 5 3 20 0 15 0 404618157 11086299136 111336 33554432000 4194304 4196468 140731785993680 140097472723856 140097550792405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
[pid=6600/tid=6657] ppid=6597 vsize=10826464 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/6600/task/6657/stat : 6657 (java) S 6597 6600 5064 0 -1 1077944384 51 13306 0 0 3 2 5 3 20 0 15 0 404618157 11086299136 111336 33554432000 4194304 4196468 140731785993680 140097121868560 140097550792405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
[pid=6600/tid=6658] ppid=6597 vsize=10826464 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6600/task/6658/stat : 6658 (java) S 6597 6600 5064 0 -1 1077944384 213 13306 0 0 0 0 5 3 20 0 15 0 404618158 11086299136 111336 33554432000 4194304 4196468 140731785993680 140097077426544 140097550793346 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
[pid=6600/tid=6659] ppid=6597 vsize=10826464 memory=15225659067421 CPUtime=0.08 cores=1,3,5,7
/proc/6600/task/6659/stat : 6659 (java) S 6597 6600 5064 0 -1 1077944384 14 13306 0 0 0 0 5 3 20 0 15 0 404618159 11086299136 111336 33554432000 4194304 4196468 140731785993680 140097001350240 140097550792405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
[pid=6600/tid=6660] ppid=6597 vsize=10826464 memory=4638798210812622646 CPUtime=0.08 cores=1,3,5,7
/proc/6600/task/6660/stat : 6660 (java) S 6597 6600 5064 0 -1 1077944384 3 13306 0 0 0 0 5 3 20 0 15 0 404618159 11086299136 111336 33554432000 4194304 4196468 140731785993680 140096867132288 140097550792405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
[pid=6600/tid=6661] ppid=6597 vsize=10826464 memory=7667771339728109672 CPUtime=0.08 cores=1,3,5,7
/proc/6600/task/6661/stat : 6661 (java) S 6597 6600 5064 0 -1 1077944384 2 13306 0 0 0 0 5 3 20 0 15 0 404618162 11086299136 111336 33554432000 4194304 4196468 140731785993680 140096263153488 140097550800795 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
[pid=6600/tid=6662] ppid=6597 vsize=10826464 memory=8027781149934113122 CPUtime=0.53 cores=1,3,5,7
/proc/6600/task/6662/stat : 6662 (java) S 6597 6600 5064 0 -1 1077944384 1344 13306 0 0 45 0 5 3 20 0 15 0 404618162 11086299136 111336 33554432000 4194304 4196468 140731785993680 140097076374384 140097550793346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
[pid=6600/tid=6663] ppid=6597 vsize=10826464 memory=3472328296227736273 CPUtime=0.48 cores=1,3,5,7
/proc/6600/task/6663/stat : 6663 (java) S 6597 6600 5064 0 -1 1077944384 1156 13306 0 0 40 0 5 3 20 0 15 0 404618162 11086299136 111336 33554432000 4194304 4196468 140731785993680 140097075321584 140097550793346 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
[pid=6600/tid=6664] ppid=6597 vsize=10826464 memory=6655300316396806240 CPUtime=0.38 cores=1,3,5,7
/proc/6600/task/6664/stat : 6664 (java) S 6597 6600 5064 0 -1 1077944384 1134 13306 0 0 30 0 5 3 20 0 15 0 404618162 11086299136 111336 33554432000 4194304 4196468 140731785993680 140097074268784 140097550793346 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
[pid=6600/tid=6665] ppid=6597 vsize=10826464 memory=7451276426409897832 CPUtime=0.08 cores=1,3,5,7
/proc/6600/task/6665/stat : 6665 (java) S 6597 6600 5064 0 -1 1077944384 3 13306 0 0 0 0 5 3 20 0 15 0 404618162 11086299136 111336 33554432000 4194304 4196468 140731785993680 140095793392352 140097550792405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
[pid=6600/tid=6666] ppid=6597 vsize=10826464 memory=7800344859672537426 CPUtime=0.08 cores=1,3,5,7
/proc/6600/task/6666/stat : 6666 (java) S 6597 6600 5064 0 -1 1077944384 3 13306 0 0 0 0 5 3 20 0 15 0 404618162 11086299136 111336 33554432000 4194304 4196468 140731785993680 140097073216176 140097550793346 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0

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

[pid=6600/tid=6665] ppid=6597 vsize=10840820 memory=6944656592455359580 CPUtime=0.08 cores=1,3,5,7
/proc/6600/task/6665/stat : 6665 (java) S 6597 6600 5064 0 -1 1077944384 3 13306 0 0 0 0 5 3 20 0 15 0 404618162 11100999680 367897 33554432000 4194304 4196468 140731785993680 140095793392352 140097550792405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
[pid=6600/tid=6666] ppid=6597 vsize=10840820 memory=8329294824090543255 CPUtime=0.08 cores=1,3,5,7
/proc/6600/task/6666/stat : 6666 (java) S 6597 6600 5064 0 -1 1077944384 22 13306 0 0 0 0 5 3 20 0 15 0 404618162 11100999680 367897 33554432000 4194304 4196468 140731785993680 140097073216176 140097550793346 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
Current children cumulated CPU time: 12.27 s
Current children cumulated vsize: 10840820 KiB
Current children cumulated memory: 1471588 KiB

[startup+7.60075 s]
/proc/loadavg: 1.60 1.47 1.62 3/229 6666
/proc/meminfo: memFree=28862868/32770624 swapFree=66916036/67108860
[pid=6600] ppid=6597 vsize=10840820 memory=1902304 CPUtime=13.3 cores=1,3,5,7
/proc/6600/stat : 6600 (java) S 6597 6600 5064 0 -1 1077944320 45008 13306 0 0 1243 79 5 3 20 0 15 0 404618147 11100999680 475576 33554432000 4194304 4196468 140731785993680 140731785976224 140097550782199 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
/proc/6600/statm: 2710205 475576 3609 1 0 2672269 0
[pid=6600/tid=6653] ppid=6597 vsize=10840820 memory=0 CPUtime=7.04 cores=1,3,5,7
/proc/6600/task/6653/stat : 6653 (java) R 6597 6600 5064 0 -1 4202560 22753 13306 0 0 671 25 5 3 20 0 15 0 404618156 11100999680 475576 33554432000 4194304 4196468 140731785993680 140097522614848 140097153470472 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
[pid=6600/tid=6654] ppid=6597 vsize=10840820 memory=6944652177228980320 CPUtime=0.44 cores=1,3,5,7
/proc/6600/task/6654/stat : 6654 (java) S 6597 6600 5064 0 -1 1077944384 341 13306 0 0 25 11 5 3 20 0 15 0 404618157 11100999680 475576 33554432000 4194304 4196468 140731785993680 140097555025040 140097550792405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
[pid=6600/tid=6655] ppid=6597 vsize=10840820 memory=8112282956445269571 CPUtime=0.45 cores=1,3,5,7
/proc/6600/task/6655/stat : 6655 (java) S 6597 6600 5064 0 -1 1077944384 985 13306 0 0 26 11 5 3 20 0 15 0 404618157 11100999680 475576 33554432000 4194304 4196468 140731785993680 140097473776656 140097550792405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
[pid=6600/tid=6656] ppid=6597 vsize=10840820 memory=0 CPUtime=0.44 cores=1,3,5,7
/proc/6600/task/6656/stat : 6656 (java) S 6597 6600 5064 0 -1 1077944384 1178 13306 0 0 25 11 5 3 20 0 15 0 404618157 11100999680 475576 33554432000 4194304 4196468 140731785993680 140097472723856 140097550792405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
[pid=6600/tid=6657] ppid=6597 vsize=10840820 memory=0 CPUtime=0.45 cores=1,3,5,7
/proc/6600/task/6657/stat : 6657 (java) S 6597 6600 5064 0 -1 1077944384 880 13306 0 0 26 11 5 3 20 0 15 0 404618157 11100999680 475576 33554432000 4194304 4196468 140731785993680 140097121868560 140097550792405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
[pid=6600/tid=6658] ppid=6597 vsize=10840820 memory=55 CPUtime=0.22 cores=1,3,5,7
/proc/6600/task/6658/stat : 6658 (java) S 6597 6600 5064 0 -1 1077944384 1440 13306 0 0 14 0 5 3 20 0 15 0 404618158 11100999680 475576 33554432000 4194304 4196468 140731785993680 140097077426544 140097550793346 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
[pid=6600/tid=6659] ppid=6597 vsize=10840820 memory=54 CPUtime=0.08 cores=1,3,5,7
/proc/6600/task/6659/stat : 6659 (java) S 6597 6600 5064 0 -1 1077944384 21 13306 0 0 0 0 5 3 20 0 15 0 404618159 11100999680 475576 33554432000 4194304 4196468 140731785993680 140097001350240 140097550792405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
[pid=6600/tid=6660] ppid=6597 vsize=10840820 memory=32 CPUtime=0.08 cores=1,3,5,7
/proc/6600/task/6660/stat : 6660 (java) S 6597 6600 5064 0 -1 1077944384 8 13306 0 0 0 0 5 3 20 0 15 0 404618159 11100999680 475576 33554432000 4194304 4196468 140731785993680 140096867132288 140097550792405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
[pid=6600/tid=6661] ppid=6597 vsize=10840820 memory=288230574492221466 CPUtime=0.08 cores=1,3,5,7
/proc/6600/task/6661/stat : 6661 (java) S 6597 6600 5064 0 -1 1077944384 2 13306 0 0 0 0 5 3 20 0 15 0 404618162 11100999680 475576 33554432000 4194304 4196468 140731785993680 140096263153488 140097550800795 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
[pid=6600/tid=6662] ppid=6597 vsize=10840820 memory=0 CPUtime=2.02 cores=1,3,5,7
/proc/6600/task/6662/stat : 6662 (java) S 6597 6600 5064 0 -1 1077944384 5788 13306 0 0 193 1 5 3 20 0 15 0 404618162 11100999680 475576 33554432000 4194304 4196468 140731785993680 140097076374384 140097550793346 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
[pid=6600/tid=6663] ppid=6597 vsize=10840820 memory=-7097481891625773097 CPUtime=1.83 cores=1,3,5,7
/proc/6600/task/6663/stat : 6663 (java) S 6597 6600 5064 0 -1 1077944384 4380 13306 0 0 174 1 5 3 20 0 15 0 404618162 11100999680 475576 33554432000 4194304 4196468 140731785993680 140097075321584 140097550793346 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
[pid=6600/tid=6664] ppid=6597 vsize=10840820 memory=-3253322038155611931 CPUtime=0.95 cores=1,3,5,7
/proc/6600/task/6664/stat : 6664 (java) S 6597 6600 5064 0 -1 1077944384 4997 13306 0 0 85 2 5 3 20 0 15 0 404618162 11100999680 475576 33554432000 4194304 4196468 140731785993680 140097074268784 140097550793346 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
[pid=6600/tid=6665] ppid=6597 vsize=10840820 memory=6944656592455097440 CPUtime=0.08 cores=1,3,5,7
/proc/6600/task/6665/stat : 6665 (java) S 6597 6600 5064 0 -1 1077944384 3 13306 0 0 0 0 5 3 20 0 15 0 404618162 11100999680 475576 33554432000 4194304 4196468 140731785993680 140095793392352 140097550792405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
[pid=6600/tid=6666] ppid=6597 vsize=10840820 memory=6656426216303648864 CPUtime=0.08 cores=1,3,5,7
/proc/6600/task/6666/stat : 6666 (java) S 6597 6600 5064 0 -1 1077944384 22 13306 0 0 0 0 5 3 20 0 15 0 404618162 11100999680 475576 33554432000 4194304 4196468 140731785993680 140097073216176 140097550793346 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
Current children cumulated CPU time: 13.3 s
Current children cumulated vsize: 10840820 KiB
Current children cumulated memory: 1902304 KiB

[startup+8.00087 s]
/proc/loadavg: 1.60 1.47 1.62 3/229 6666
/proc/meminfo: memFree=28862868/32770624 swapFree=66916036/67108860
[pid=6600] ppid=6597 vsize=10840820 memory=1905132 CPUtime=14.13 cores=1,3,5,7
/proc/6600/stat : 6600 (java) S 6597 6600 5064 0 -1 1077944320 46160 13306 0 0 1326 79 5 3 20 0 15 0 404618147 11100999680 476283 33554432000 4194304 4196468 140731785993680 140731785976224 140097550782199 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
/proc/6600/statm: 2710205 476283 3609 1 0 2672269 0
[pid=6600/tid=6653] ppid=6597 vsize=10840820 memory=1994 CPUtime=7.44 cores=1,3,5,7
/proc/6600/task/6653/stat : 6653 (java) R 6597 6600 5064 0 -1 4202560 23550 13306 0 0 710 26 5 3 20 0 15 0 404618156 11100999680 476283 33554432000 4194304 4196468 140731785993680 140097522608368 140097162828739 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
[pid=6600/tid=6654] ppid=6597 vsize=10840820 memory=8112282956445269571 CPUtime=0.44 cores=1,3,5,7
/proc/6600/task/6654/stat : 6654 (java) S 6597 6600 5064 0 -1 1077944384 341 13306 0 0 25 11 5 3 20 0 15 0 404618157 11100999680 476283 33554432000 4194304 4196468 140731785993680 140097555025040 140097550792405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
[pid=6600/tid=6655] ppid=6597 vsize=10840820 memory=800 CPUtime=0.45 cores=1,3,5,7
/proc/6600/task/6655/stat : 6655 (java) S 6597 6600 5064 0 -1 1077944384 985 13306 0 0 26 11 5 3 20 0 15 0 404618157 11100999680 476283 33554432000 4194304 4196468 140731785993680 140097473776656 140097550792405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
[pid=6600/tid=6656] ppid=6597 vsize=10840820 memory=1808 CPUtime=0.44 cores=1,3,5,7
/proc/6600/task/6656/stat : 6656 (java) S 6597 6600 5064 0 -1 1077944384 1178 13306 0 0 25 11 5 3 20 0 15 0 404618157 11100999680 476283 33554432000 4194304 4196468 140731785993680 140097472723856 140097550792405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
[pid=6600/tid=6657] ppid=6597 vsize=10840820 memory=920 CPUtime=0.45 cores=1,3,5,7
/proc/6600/task/6657/stat : 6657 (java) S 6597 6600 5064 0 -1 1077944384 880 13306 0 0 26 11 5 3 20 0 15 0 404618157 11100999680 476283 33554432000 4194304 4196468 140731785993680 140097121868560 140097550792405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
[pid=6600/tid=6658] ppid=6597 vsize=10840820 memory=3848 CPUtime=0.22 cores=1,3,5,7
/proc/6600/task/6658/stat : 6658 (java) S 6597 6600 5064 0 -1 1077944384 1440 13306 0 0 14 0 5 3 20 0 15 0 404618158 11100999680 476283 33554432000 4194304 4196468 140731785993680 140097077426544 140097550793346 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
[pid=6600/tid=6659] ppid=6597 vsize=10840820 memory=4100 CPUtime=0.08 cores=1,3,5,7
/proc/6600/task/6659/stat : 6659 (java) S 6597 6600 5064 0 -1 1077944384 21 13306 0 0 0 0 5 3 20 0 15 0 404618159 11100999680 476283 33554432000 4194304 4196468 140731785993680 140097001350240 140097550792405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
[pid=6600/tid=6660] ppid=6597 vsize=10840820 memory=2304 CPUtime=0.08 cores=1,3,5,7
/proc/6600/task/6660/stat : 6660 (java) S 6597 6600 5064 0 -1 1077944384 8 13306 0 0 0 0 5 3 20 0 15 0 404618159 11100999680 476283 33554432000 4194304 4196468 140731785993680 140096867132288 140097550792405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
[pid=6600/tid=6661] ppid=6597 vsize=10840820 memory=2680 CPUtime=0.08 cores=1,3,5,7
/proc/6600/task/6661/stat : 6661 (java) S 6597 6600 5064 0 -1 1077944384 2 13306 0 0 0 0 5 3 20 0 15 0 404618162 11100999680 476283 33554432000 4194304 4196468 140731785993680 140096263153488 140097550800795 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
[pid=6600/tid=6662] ppid=6597 vsize=10840820 memory=1412 CPUtime=2.19 cores=1,3,5,7
/proc/6600/task/6662/stat : 6662 (java) R 6597 6600 5064 0 -1 4202560 5844 13306 0 0 210 1 5 3 20 0 15 0 404618162 11100999680 476283 33554432000 4194304 4196468 140731785993680 140097076355792 140097534193071 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
[pid=6600/tid=6663] ppid=6597 vsize=10840820 memory=3292 CPUtime=2 cores=1,3,5,7
/proc/6600/task/6663/stat : 6663 (java) R 6597 6600 5064 0 -1 4202560 4425 13306 0 0 191 1 5 3 20 0 15 0 404618162 11100999680 476283 33554432000 4194304 4196468 140731785993680 140097075305296 140097530029871 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
[pid=6600/tid=6664] ppid=6597 vsize=10840820 memory=1114900 CPUtime=1.05 cores=1,3,5,7
/proc/6600/task/6664/stat : 6664 (java) S 6597 6600 5064 0 -1 1077944384 5251 13306 0 0 95 2 5 3 20 0 15 0 404618162 11100999680 476283 33554432000 4194304 4196468 140731785993680 140097074268784 140097550793346 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
[pid=6600/tid=6665] ppid=6597 vsize=10840820 memory=1408 CPUtime=0.08 cores=1,3,5,7
/proc/6600/task/6665/stat : 6665 (java) S 6597 6600 5064 0 -1 1077944384 3 13306 0 0 0 0 5 3 20 0 15 0 404618162 11100999680 476283 33554432000 4194304 4196468 140731785993680 140095793392352 140097550792405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
[pid=6600/tid=6666] ppid=6597 vsize=10840820 memory=2508 CPUtime=0.08 cores=1,3,5,7
/proc/6600/task/6666/stat : 6666 (java) S 6597 6600 5064 0 -1 1077944384 22 13306 0 0 0 0 5 3 20 0 15 0 404618162 11100999680 476283 33554432000 4194304 4196468 140731785993680 140097073216176 140097550793346 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
Current children cumulated CPU time: 14.13 s
Current children cumulated vsize: 10840820 KiB
Current children cumulated memory: 1905132 KiB

[startup+8.40087 s]*
/proc/loadavg: 1.56 1.47 1.61 5/230 6668
/proc/meminfo: memFree=28588128/32770624 swapFree=66916036/67108860
[pid=6600] ppid=6597 vsize=10844916 memory=1991344 CPUtime=15.5 cores=1,3,5,7
/proc/6600/stat : 6600 (java) S 6597 6600 5064 0 -1 1077944320 51332 13306 0 0 1453 89 5 3 20 0 15 0 404618147 11105193984 497836 33554432000 4194304 4196468 140731785993680 140731785976224 140097550782199 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
/proc/6600/statm: 2711229 497836 3610 1 0 2673293 0
[pid=6600/tid=6653] ppid=6597 vsize=10844916 memory=576601264507322547 CPUtime=7.76 cores=1,3,5,7
/proc/6600/task/6653/stat : 6653 (java) R 6597 6600 5064 0 -1 4202560 24569 13306 0 0 742 26 5 3 20 0 15 0 404618156 11105193984 497836 33554432000 4194304 4196468 140731785993680 140097522609840 140097533969008 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
[pid=6600/tid=6654] ppid=6597 vsize=10844916 memory=302585837079421856 CPUtime=0.51 cores=1,3,5,7
/proc/6600/task/6654/stat : 6654 (java) S 6597 6600 5064 0 -1 1077944384 386 13306 0 0 29 14 5 3 20 0 15 0 404618157 11105193984 497836 33554432000 4194304 4196468 140731785993680 140097555025040 140097550792405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
[pid=6600/tid=6655] ppid=6597 vsize=10844916 memory=15253731879723341 CPUtime=0.51 cores=1,3,5,7
/proc/6600/task/6655/stat : 6655 (java) S 6597 6600 5064 0 -1 1077944384 1029 13306 0 0 30 13 5 3 20 0 15 0 404618157 11105193984 497836 33554432000 4194304 4196468 140731785993680 140097473776656 140097550792405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
[pid=6600/tid=6656] ppid=6597 vsize=10844916 memory=7085127930395452500 CPUtime=0.51 cores=1,3,5,7
/proc/6600/task/6656/stat : 6656 (java) S 6597 6600 5064 0 -1 1077944384 1231 13306 0 0 30 13 5 3 20 0 15 0 404618157 11105193984 497836 33554432000 4194304 4196468 140731785993680 140097472723856 140097550792405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
[pid=6600/tid=6657] ppid=6597 vsize=10844916 memory=14 CPUtime=0.52 cores=1,3,5,7
/proc/6600/task/6657/stat : 6657 (java) S 6597 6600 5064 0 -1 1077944384 941 13306 0 0 30 14 5 3 20 0 15 0 404618157 11105193984 497836 33554432000 4194304 4196468 140731785993680 140097121868560 140097550792405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
[pid=6600/tid=6658] ppid=6597 vsize=10844916 memory=140508177615410 CPUtime=0.25 cores=1,3,5,7
/proc/6600/task/6658/stat : 6658 (java) S 6597 6600 5064 0 -1 1077944384 4386 13306 0 0 16 1 5 3 20 0 15 0 404618158 11105193984 497836 33554432000 4194304 4196468 140731785993680 140097077426544 140097550793346 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
[pid=6600/tid=6659] ppid=6597 vsize=10844916 memory=281016355217264 CPUtime=0.08 cores=1,3,5,7
/proc/6600/task/6659/stat : 6659 (java) S 6597 6600 5064 0 -1 1077944384 21 13306 0 0 0 0 5 3 20 0 15 0 404618159 11105193984 497836 33554432000 4194304 4196468 140731785993680 140097001350240 140097550792405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
[pid=6600/tid=6660] ppid=6597 vsize=10844916 memory=5859295735315264098 CPUtime=0.08 cores=1,3,5,7
/proc/6600/task/6660/stat : 6660 (java) S 6597 6600 5064 0 -1 1077944384 8 13306 0 0 0 0 5 3 20 0 15 0 404618159 11105193984 497836 33554432000 4194304 4196468 140731785993680 140096867132288 140097550792405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
[pid=6600/tid=6661] ppid=6597 vsize=10844916 memory=7234030490512353113 CPUtime=0.08 cores=1,3,5,7
/proc/6600/task/6661/stat : 6661 (java) S 6597 6600 5064 0 -1 1077944384 2 13306 0 0 0 0 5 3 20 0 15 0 404618162 11105193984 497836 33554432000 4194304 4196468 140731785993680 140096263153488 140097550800795 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
[pid=6600/tid=6662] ppid=6597 vsize=10844916 memory=7883944108235712103 CPUtime=2.5 cores=1,3,5,7
/proc/6600/task/6662/stat : 6662 (java) R 6597 6600 5064 0 -1 4202560 5921 13306 0 0 241 1 5 3 20 0 15 0 404618162 11105193984 497836 33554432000 4194304 4196468 140731785993680 140097076361200 140097534167235 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
[pid=6600/tid=6663] ppid=6597 vsize=10844916 memory=0 CPUtime=2.32 cores=1,3,5,7
/proc/6600/task/6663/stat : 6663 (java) S 6597 6600 5064 0 -1 1077944384 4702 13306 0 0 223 1 5 3 20 0 15 0 404618162 11105193984 497836 33554432000 4194304 4196468 140731785993680 140097075321584 140097550793346 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
[pid=6600/tid=6664] ppid=6597 vsize=10844916 memory=0 CPUtime=1.18 cores=1,3,5,7
/proc/6600/task/6664/stat : 6664 (java) S 6597 6600 5064 0 -1 1077944384 5907 13306 0 0 108 2 5 3 20 0 15 0 404618162 11105193984 497836 33554432000 4194304 4196468 140731785993680 140097074268784 140097550793346 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
[pid=6600/tid=6665] ppid=6597 vsize=10844916 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6600/task/6665/stat : 6665 (java) S 6597 6600 5064 0 -1 1077944384 3 13306 0 0 0 0 5 3 20 0 15 0 404618162 11105193984 497836 33554432000 4194304 4196468 140731785993680 140095793392352 140097550792405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
[pid=6600/tid=6666] ppid=6597 vsize=10844916 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6600/task/6666/stat : 6666 (java) S 6597 6600 5064 0 -1 1077944384 22 13306 0 0 0 0 5 3 20 0 15 0 404618162 11105193984 497836 33554432000 4194304 4196468 140731785993680 140097073216176 140097550793346 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
Current children cumulated CPU time: 15.5 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 1991344 KiB

[startup+8.51077 s]
/proc/loadavg: 1.56 1.47 1.61 5/230 6668
/proc/meminfo: memFree=28588128/32770624 swapFree=66916036/67108860
[pid=6600] ppid=6597 vsize=10844916 memory=1994424 CPUtime=15.8 cores=1,3,5,7
/proc/6600/stat : 6600 (java) S 6597 6600 5064 0 -1 1077944320 52278 13306 0 0 1483 89 5 3 20 0 15 0 404618147 11105193984 498606 33554432000 4194304 4196468 140731785993680 140731785976224 140097550782199 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
/proc/6600/statm: 2711229 498606 3610 1 0 2673293 0
[pid=6600/tid=6653] ppid=6597 vsize=10844916 memory=1935432 CPUtime=7.86 cores=1,3,5,7
/proc/6600/task/6653/stat : 6653 (java) R 6597 6600 5064 0 -1 4202560 24974 13306 0 0 752 26 5 3 20 0 15 0 404618156 11105193984 498606 33554432000 4194304 4196468 140731785993680 140097522600736 140097161514050 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
[pid=6600/tid=6654] ppid=6597 vsize=10844916 memory=3616 CPUtime=0.51 cores=1,3,5,7
/proc/6600/task/6654/stat : 6654 (java) S 6597 6600 5064 0 -1 1077944384 386 13306 0 0 29 14 5 3 20 0 15 0 404618157 11105193984 498606 33554432000 4194304 4196468 140731785993680 140097555025040 140097550792405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
[pid=6600/tid=6655] ppid=6597 vsize=10844916 memory=17056 CPUtime=0.51 cores=1,3,5,7
/proc/6600/task/6655/stat : 6655 (java) S 6597 6600 5064 0 -1 1077944384 1029 13306 0 0 30 13 5 3 20 0 15 0 404618157 11105193984 498606 33554432000 4194304 4196468 140731785993680 140097473776656 140097550792405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
[pid=6600/tid=6656] ppid=6597 vsize=10844916 memory=1380964 CPUtime=0.51 cores=1,3,5,7
/proc/6600/task/6656/stat : 6656 (java) S 6597 6600 5064 0 -1 1077944384 1231 13306 0 0 30 13 5 3 20 0 15 0 404618157 11105193984 498606 33554432000 4194304 4196468 140731785993680 140097472723856 140097550792405 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
[pid=6600/tid=6657] ppid=6597 vsize=10844916 memory=146 CPUtime=0.52 cores=1,3,5,7
/proc/6600/task/6657/stat : 6657 (java) S 6597 6600 5064 0 -1 1077944384 941 13306 0 0 30 14 5 3 20 0 15 0 404618157 11105193984 498606 33554432000 4194304 4196468 140731785993680 140097121868560 140097550792405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
[pid=6600/tid=6658] ppid=6597 vsize=10844916 memory=3364 CPUtime=0.25 cores=1,3,5,7
/proc/6600/task/6658/stat : 6658 (java) S 6597 6600 5064 0 -1 1077944384 4386 13306 0 0 16 1 5 3 20 0 15 0 404618158 11105193984 498606 33554432000 4194304 4196468 140731785993680 140097077426544 140097550793346 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
[pid=6600/tid=6659] ppid=6597 vsize=10844916 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6600/task/6659/stat : 6659 (java) S 6597 6600 5064 0 -1 1077944384 21 13306 0 0 0 0 5 3 20 0 15 0 404618159 11105193984 498606 33554432000 4194304 4196468 140731785993680 140097001350240 140097550792405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
[pid=6600/tid=6660] ppid=6597 vsize=10844916 memory=4580 CPUtime=0.08 cores=1,3,5,7
/proc/6600/task/6660/stat : 6660 (java) S 6597 6600 5064 0 -1 1077944384 8 13306 0 0 0 0 5 3 20 0 15 0 404618159 11105193984 498606 33554432000 4194304 4196468 140731785993680 140096867132288 140097550792405 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
[pid=6600/tid=6661] ppid=6597 vsize=10844916 memory=30 CPUtime=0.08 cores=1,3,5,7
/proc/6600/task/6661/stat : 6661 (java) S 6597 6600 5064 0 -1 1077944384 2 13306 0 0 0 0 5 3 20 0 15 0 404618162 11105193984 498606 33554432000 4194304 4196468 140731785993680 140096263153488 140097550800795 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
[pid=6600/tid=6662] ppid=6597 vsize=10844916 memory=28 CPUtime=2.59 cores=1,3,5,7
/proc/6600/task/6662/stat : 6662 (java) R 6597 6600 5064 0 -1 4202560 5956 13306 0 0 250 1 5 3 20 0 15 0 404618162 11105193984 498606 33554432000 4194304 4196468 140731785993680 140097076351648 140097534773593 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
[pid=6600/tid=6663] ppid=6597 vsize=10844916 memory=29 CPUtime=2.39 cores=1,3,5,7
/proc/6600/task/6663/stat : 6663 (java) R 6597 6600 5064 0 -1 4202560 4745 13306 0 0 230 1 5 3 20 0 15 0 404618162 11105193984 498606 33554432000 4194304 4196468 140731785993680 140097075298848 140097530008256 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
[pid=6600/tid=6664] ppid=6597 vsize=10844916 memory=0 CPUtime=1.23 cores=1,3,5,7
/proc/6600/task/6664/stat : 6664 (java) S 6597 6600 5064 0 -1 1077944384 6364 13306 0 0 113 2 5 3 20 0 15 0 404618162 11105193984 498606 33554432000 4194304 4196468 140731785993680 140097074268784 140097550793346 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
[pid=6600/tid=6665] ppid=6597 vsize=10844916 memory=8243114992657236055 CPUtime=0.08 cores=1,3,5,7
/proc/6600/task/6665/stat : 6665 (java) S 6597 6600 5064 0 -1 1077944384 3 13306 0 0 0 0 5 3 20 0 15 0 404618162 11105193984 498606 33554432000 4194304 4196468 140731785993680 140095793392352 140097550792405 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
[pid=6600/tid=6666] ppid=6597 vsize=10844916 memory=288288895973385165 CPUtime=0.08 cores=1,3,5,7
/proc/6600/task/6666/stat : 6666 (java) S 6597 6600 5064 0 -1 1077944384 22 13306 0 0 0 0 5 3 20 0 15 0 404618162 11105193984 498606 33554432000 4194304 4196468 140731785993680 140097073216176 140097550793346 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10997760 140731785997046 140731785999557 140731785999557 140731786002383 0
Current children cumulated CPU time: 15.8 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 1994424 KiB

Child status: 0
Real time (s): 8.56537
CPU time (s): 15.9441
CPU user time (s): 14.9919
CPU system time (s): 0.952198
CPU usage (%): 186.146
Max. virtual memory (cumulated for all children) (KiB): 10844916
Max. memory (cumulated for all children) (KiB): 1994424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.9919
system time used= 0.952198
maximum resident set size= 2002272
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67413
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= 5495
involuntary context switches= 84


# summary of solver processes directly reported to runsolver:
#   pid: 6600
#   total CPU time (s): 15.9441
#   total CPU user time (s): 14.9919
#   total CPU system time (s): 0.952198

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.067722 second user time and 0.132622 second system time

The end

Launcher Data

Begin job on node141 at 2019-09-12 13:12:41
IDJOB=4386995
IDBENCH=120392
IDSOLVER=2823
FILE ID=node141/4386995-1568286802
RUNJOBID= node141-1568285927-6017
PBS_JOBID= 21701068
Free space on /tmp= 53760 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/Sudoku/Sudoku-table-s1/Sudoku-s10c-table.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4386995-1568286802/watcher-4386995-1568286802 -o /tmp/evaluation-result-4386995-1568286802/solver-4386995-1568286802 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node141-1568285927-6017 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=150484146 HOME/instance-4386995-1568286802.xml

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

MD5SUM BENCH= 8248e4e11a775a898590caffd4c1e549
RANDOM SEED=150484146

node141.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	: 5332.93
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	: 5332.93
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	: 5332.93
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	: 5332.93
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:        30570684 kB
MemAvailable:   30755980 kB
Buffers:           89872 kB
Cached:           396508 kB
SwapCached:        82240 kB
Active:          1389032 kB
Inactive:         282260 kB
Active(anon):    1110700 kB
Inactive(anon):   104084 kB
Active(file):     278332 kB
Inactive(file):   178176 kB
Unevictable:      110408 kB
Mlocked:          110408 kB
SwapTotal:      67108860 kB
SwapFree:       66916036 kB
Dirty:             55760 kB
Writeback:             0 kB
AnonPages:       1213960 kB
Mapped:            44904 kB
Shmem:             20568 kB
Slab:             118708 kB
SReclaimable:      89248 kB
SUnreclaim:        29460 kB
KernelStack:        3856 kB
PageTables:         8212 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2358468 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1026048 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      128384 kB
DirectMap2M:    33417216 kB

Free space on /tmp at the end= 53724 MiB
End job on node141 at 2019-09-12 13:12:49