Trace number 4275276

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
OscaR - Parallel with EPS 2017-07-26SAT (TO) 19853.9 2520.1399

General information on the benchmark

NameBlackhole/Blackhole-m1-s10/
Blackhole-10-3-01.xml
MD5SUM4b3f242d4d7820c1a4b57bc20b9aba43
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 benchmark0.071172997
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of constraints67
Number of domains1
Minimum domain size40
Maximum domain size40
Distribution of domain sizes[{"size":40,"count":80}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":67},{"degree":3,"count":13}]
Minimum constraint arity1
Maximum constraint arity80
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":65},{"arity":80,"count":1}]
Number of extensional constraints39
Number of intensional constraints27
Distribution of constraint types[{"type":"extension","count":39},{"type":"intension","count":27},{"type":"channel","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.30/0.25	c version: 2017-07-26
0.30/0.25	c seed: 1935944445
0.30/0.25	c timeout: 20160
0.30/0.25	c memlimit: 11000
0.30/0.25	c nbcore: 8
0.30/0.28	c Parsing instance...
0.89/0.56	c Parsing done, starting search...
19853.16/2520.09	s SATISFIABLE
19853.16/2520.09	v <instantiation>
19853.16/2520.09	v 	<list>
19853.16/2520.09	v 		x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] y[0] y[1] y[2] y[3] y[4] y[5] y[6] y[7] y[8] y[9] y[10] y[11] y[12] y[13] y[14] y[15] y[16] y[17] y[18] y[19] y[20] y[21] y[22] y[23] y[24] y[25] y[26] y[27] y[28] y[29] y[30] y[31] y[32] y[33] y[34] y[35] y[36] y[37] y[38] y[39]
19853.16/2520.09	v 	</list>
19853.16/2520.09	v 	<values>
19853.16/2520.09	v 		0 31 32 33 24 23 4 15 36 37 38 39 28 17 16 5 6 27 8 29 10 9 20 19 18 7 26 25 14 3 2 11 12 1 30 21 22 13 34 35 0 33 30 29 6 15 16 25 18 21 20 31 32 37 28 7 14 13 24 23 22 35 36 5 4 27 26 17 12 19 34 1 2 3 38 39 8 9 10 11 
19853.16/2520.09	v 	</values>
19853.16/2520.09	v </instantiation>

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4275276-1502768988/watcher-4275276-1502768988 -o /tmp/evaluation-result-4275276-1502768988/solver-4275276-1502768988 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node102-1502765606-27138 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1935944445 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4275276-1502768988.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 20160 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 20190 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=27412, runsolver pid=27409

[startup+0.100146 s]*
/proc/loadavg: 7.89 8.28 8.37 2/198 27432
/proc/meminfo: memFree=31360840/32770624 swapFree=67108860/67108860
[pid=27412] ppid=27409 vsize=14325320 memory=34244 CPUtime=0.12 cores=0-7
/proc/27412/stat : 27412 (java) S 27409 27412 27111 0 -1 1077944320 8458 0 0 0 11 1 0 0 20 0 20 0 109987132 14669127680 8561 33554432000 4194304 4196468 140727680986912 140727680969456 140338471014135 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
/proc/27412/statm: 3581330 8561 3411 1 0 3569050 0
[pid=27412/tid=27414] ppid=27409 vsize=14325320 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/27412/task/27414/stat : 27414 (java) R 27409 27412 27111 0 -1 4202560 6388 0 0 0 8 1 0 0 20 0 20 0 109987132 14669127680 8561 33554432000 4194304 4196468 140727680986912 140338475229168 140338471036061 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27415] ppid=27409 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27412/task/27415/stat : 27415 (java) S 27409 27412 27111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109987133 14669127680 8561 33554432000 4194304 4196468 140727680986912 140338401102480 140338471024341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27416] ppid=27409 vsize=14325320 memory=139726294619776 CPUtime=0 cores=0-7
/proc/27412/task/27416/stat : 27416 (java) S 27409 27412 27111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 109987133 14669127680 8561 33554432000 4194304 4196468 140727680986912 140338400049680 140338471024341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27417] ppid=27409 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27412/task/27417/stat : 27417 (java) S 27409 27412 27111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 109987133 14669127680 8561 33554432000 4194304 4196468 140727680986912 140338398996880 140338471024341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27418] ppid=27409 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27412/task/27418/stat : 27418 (java) S 27409 27412 27111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 109987133 14669127680 8561 33554432000 4194304 4196468 140727680986912 140338397944080 140338471024341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27419] ppid=27409 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27412/task/27419/stat : 27419 (java) S 27409 27412 27111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 109987133 14669127680 8561 33554432000 4194304 4196468 140727680986912 140338396892304 140338471024341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27420] ppid=27409 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/27412/task/27420/stat : 27420 (java) S 27409 27412 27111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109987133 14669127680 8561 33554432000 4194304 4196468 140727680986912 140338395839504 140338471024341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27421] ppid=27409 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27412/task/27421/stat : 27421 (java) S 27409 27412 27111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 109987133 14669127680 8561 33554432000 4194304 4196468 140727680986912 140338394786704 140338471024341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27422] ppid=27409 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27412/task/27422/stat : 27422 (java) S 27409 27412 27111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109987133 14669127680 8561 33554432000 4194304 4196468 140727680986912 140338393733904 140338471024341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27423] ppid=27409 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27412/task/27423/stat : 27423 (java) S 27409 27412 27111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 109987134 14669127680 8561 33554432000 4194304 4196468 140727680986912 140337300298096 140338471025282 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27424] ppid=27409 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27412/task/27424/stat : 27424 (java) S 27409 27412 27111 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 109987135 14669127680 8561 33554432000 4194304 4196468 140727680986912 140337299244064 140338471024341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27425] ppid=27409 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27412/task/27425/stat : 27425 (java) S 27409 27412 27111 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 109987135 14669127680 8561 33554432000 4194304 4196468 140727680986912 140337298191216 140338471024341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27426] ppid=27409 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27412/task/27426/stat : 27426 (java) S 27409 27412 27111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109987137 14669127680 8561 33554432000 4194304 4196468 140727680986912 140337297139536 140338471032731 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27427] ppid=27409 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27412/task/27427/stat : 27427 (java) S 27409 27412 27111 0 -1 1077944384 299 0 0 0 0 0 0 0 20 0 20 0 109987137 14669127680 8561 33554432000 4194304 4196468 140727680986912 140337296087920 140338471025282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27428] ppid=27409 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27412/task/27428/stat : 27428 (java) S 27409 27412 27111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 109987137 14669127680 8561 33554432000 4194304 4196468 140727680986912 140337295035120 140338471025282 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27429] ppid=27409 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27412/task/27429/stat : 27429 (java) S 27409 27412 27111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 109987137 14669127680 8561 33554432000 4194304 4196468 140727680986912 140337293982320 140338471025282 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27430] ppid=27409 vsize=14325320 memory=0 CPUtime=0.02 cores=0-7
/proc/27412/task/27430/stat : 27430 (java) R 27409 27412 27111 0 -1 4202560 381 0 0 0 2 0 0 0 20 0 20 0 109987137 14669127680 8561 33554432000 4194304 4196468 140727680986912 140337292929520 140338449689248 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27431] ppid=27409 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27412/task/27431/stat : 27431 (java) S 27409 27412 27111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 109987138 14669127680 8561 33554432000 4194304 4196468 140727680986912 140337291876960 140338471024341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27432] ppid=27409 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/27412/task/27432/stat : 27432 (java) S 27409 27412 27111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109987138 14669127680 8561 33554432000 4194304 4196468 140727680986912 140337290824240 140338471025282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 34244 KiB

[startup+0.210541 s]*
/proc/loadavg: 7.89 8.28 8.37 3/198 27432
/proc/meminfo: memFree=31351720/32770624 swapFree=67108860/67108860
[pid=27412] ppid=27409 vsize=14325320 memory=43392 CPUtime=0.3 cores=0-7
/proc/27412/stat : 27412 (java) S 27409 27412 27111 0 -1 1077944320 9461 0 0 0 27 3 0 0 20 0 20 0 109987132 14669127680 10848 33554432000 4194304 4196468 140727680986912 140727680969456 140338471014135 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
/proc/27412/statm: 3581330 10848 3601 1 0 3569050 0
[pid=27412/tid=27414] ppid=27409 vsize=14325320 memory=4026531975 CPUtime=0.2 cores=0-7
/proc/27412/task/27414/stat : 27414 (java) R 27409 27412 27111 0 -1 4202560 7033 0 0 0 18 2 0 0 20 0 20 0 109987132 14669127680 10848 33554432000 4194304 4196468 140727680986912 140338475239216 140338455094622 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27415] ppid=27409 vsize=14325320 memory=9251 CPUtime=0 cores=0-7
/proc/27412/task/27415/stat : 27415 (java) S 27409 27412 27111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109987133 14669127680 10848 33554432000 4194304 4196468 140727680986912 140338401102480 140338471024341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27416] ppid=27409 vsize=14325320 memory=3689207070334916256 CPUtime=0 cores=0-7
/proc/27412/task/27416/stat : 27416 (java) S 27409 27412 27111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 109987133 14669127680 10848 33554432000 4194304 4196468 140727680986912 140338400049680 140338471024341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27417] ppid=27409 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/27412/task/27417/stat : 27417 (java) S 27409 27412 27111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 109987133 14669127680 10848 33554432000 4194304 4196468 140727680986912 140338398996880 140338471024341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27418] ppid=27409 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27412/task/27418/stat : 27418 (java) S 27409 27412 27111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 109987133 14669127680 10848 33554432000 4194304 4196468 140727680986912 140338397944080 140338471024341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27419] ppid=27409 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27412/task/27419/stat : 27419 (java) S 27409 27412 27111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 109987133 14669127680 10848 33554432000 4194304 4196468 140727680986912 140338396892304 140338471024341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27420] ppid=27409 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/27412/task/27420/stat : 27420 (java) S 27409 27412 27111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109987133 14669127680 10848 33554432000 4194304 4196468 140727680986912 140338395839504 140338471024341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27421] ppid=27409 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27412/task/27421/stat : 27421 (java) S 27409 27412 27111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 109987133 14669127680 10848 33554432000 4194304 4196468 140727680986912 140338394786704 140338471024341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27422] ppid=27409 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27412/task/27422/stat : 27422 (java) S 27409 27412 27111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109987133 14669127680 10848 33554432000 4194304 4196468 140727680986912 140338393733904 140338471024341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27423] ppid=27409 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27412/task/27423/stat : 27423 (java) S 27409 27412 27111 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 109987134 14669127680 10848 33554432000 4194304 4196468 140727680986912 140337300298096 140338471025282 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27424] ppid=27409 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27412/task/27424/stat : 27424 (java) S 27409 27412 27111 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 109987135 14669127680 10848 33554432000 4194304 4196468 140727680986912 140337299244064 140338471024341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27425] ppid=27409 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27412/task/27425/stat : 27425 (java) S 27409 27412 27111 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 109987135 14669127680 10848 33554432000 4194304 4196468 140727680986912 140337298191216 140338471024341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27426] ppid=27409 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27412/task/27426/stat : 27426 (java) S 27409 27412 27111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109987137 14669127680 10848 33554432000 4194304 4196468 140727680986912 140337297139536 140338471032731 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27427] ppid=27409 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/27412/task/27427/stat : 27427 (java) S 27409 27412 27111 0 -1 1077944384 397 0 0 0 1 0 0 0 20 0 20 0 109987137 14669127680 10848 33554432000 4194304 4196468 140727680986912 140337296087920 140338471025282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27428] ppid=27409 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/27412/task/27428/stat : 27428 (java) S 27409 27412 27111 0 -1 1077944384 190 0 0 0 1 0 0 0 20 0 20 0 109987137 14669127680 10848 33554432000 4194304 4196468 140727680986912 140337295035120 140338471025282 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27429] ppid=27409 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/27412/task/27429/stat : 27429 (java) S 27409 27412 27111 0 -1 1077944384 48 0 0 0 1 0 0 0 20 0 20 0 109987137 14669127680 10848 33554432000 4194304 4196468 140727680986912 140337293982320 140338471025282 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27430] ppid=27409 vsize=14325320 memory=0 CPUtime=0.05 cores=0-7
/proc/27412/task/27430/stat : 27430 (java) R 27409 27412 27111 0 -1 4202560 407 0 0 0 5 0 0 0 20 0 20 0 109987137 14669127680 10848 33554432000 4194304 4196468 140727680986912 140337292929520 140727681763712 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27431] ppid=27409 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/27412/task/27431/stat : 27431 (java) S 27409 27412 27111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 109987138 14669127680 10848 33554432000 4194304 4196468 140727680986912 140337291876960 140338471024341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27432] ppid=27409 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/27412/task/27432/stat : 27432 (java) S 27409 27412 27111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109987138 14669127680 10848 33554432000 4194304 4196468 140727680986912 140337290824240 140338471025282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 43392 KiB

[startup+0.310303 s]*
/proc/loadavg: 7.89 8.28 8.37 3/198 27432
/proc/meminfo: memFree=31344448/32770624 swapFree=67108860/67108860
[pid=27412] ppid=27409 vsize=14325340 memory=51080 CPUtime=0.49 cores=0-7
/proc/27412/stat : 27412 (java) S 27409 27412 27111 0 -1 1077944320 10500 0 0 0 45 4 0 0 20 0 20 0 109987132 14669148160 12770 33554432000 4194304 4196468 140727680986912 140727680969456 140338471014135 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
/proc/27412/statm: 3581335 12770 3722 1 0 3569050 0
[pid=27412/tid=27414] ppid=27409 vsize=14325340 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/27412/task/27414/stat : 27414 (java) R 27409 27412 27111 0 -1 4202560 7601 0 0 0 27 2 0 0 20 0 20 0 109987132 14669148160 12770 33554432000 4194304 4196468 140727680986912 140338475231008 140338471036061 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27415] ppid=27409 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/27412/task/27415/stat : 27415 (java) S 27409 27412 27111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109987133 14669148160 12770 33554432000 4194304 4196468 140727680986912 140338401102480 140338471024341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27416] ppid=27409 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/27412/task/27416/stat : 27416 (java) S 27409 27412 27111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 109987133 14669148160 12770 33554432000 4194304 4196468 140727680986912 140338400049680 140338471024341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27417] ppid=27409 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/27412/task/27417/stat : 27417 (java) S 27409 27412 27111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 109987133 14669148160 12770 33554432000 4194304 4196468 140727680986912 140338398996880 140338471024341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27418] ppid=27409 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/27412/task/27418/stat : 27418 (java) S 27409 27412 27111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 109987133 14669148160 12770 33554432000 4194304 4196468 140727680986912 140338397944080 140338471024341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27419] ppid=27409 vsize=14325340 memory=2244 CPUtime=0 cores=0-7
/proc/27412/task/27419/stat : 27419 (java) S 27409 27412 27111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 109987133 14669148160 12770 33554432000 4194304 4196468 140727680986912 140338396892304 140338471024341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27420] ppid=27409 vsize=14325340 memory=139726157869999 CPUtime=0 cores=0-7
/proc/27412/task/27420/stat : 27420 (java) S 27409 27412 27111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109987133 14669148160 12770 33554432000 4194304 4196468 140727680986912 140338395839504 140338471024341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27421] ppid=27409 vsize=14325340 memory=139726157872304 CPUtime=0 cores=0-7
/proc/27412/task/27421/stat : 27421 (java) S 27409 27412 27111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 109987133 14669148160 12770 33554432000 4194304 4196468 140727680986912 140338394786704 140338471024341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27422] ppid=27409 vsize=14325340 memory=139726157874608 CPUtime=0 cores=0-7
/proc/27412/task/27422/stat : 27422 (java) S 27409 27412 27111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109987133 14669148160 12770 33554432000 4194304 4196468 140727680986912 140338393733904 140338471024341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27423] ppid=27409 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/27412/task/27423/stat : 27423 (java) S 27409 27412 27111 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 109987134 14669148160 12770 33554432000 4194304 4196468 140727680986912 140337300298096 140338471025282 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27424] ppid=27409 vsize=14325340 memory=279452315756176 CPUtime=0 cores=0-7
/proc/27412/task/27424/stat : 27424 (java) S 27409 27412 27111 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 109987135 14669148160 12770 33554432000 4194304 4196468 140727680986912 140337299244064 140338471024341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27425] ppid=27409 vsize=14325340 memory=279452315763088 CPUtime=0 cores=0-7
/proc/27412/task/27425/stat : 27425 (java) S 27409 27412 27111 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 109987135 14669148160 12770 33554432000 4194304 4196468 140727680986912 140337298191216 140338471024341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27426] ppid=27409 vsize=14325340 memory=279452315704368 CPUtime=0 cores=0-7
/proc/27412/task/27426/stat : 27426 (java) S 27409 27412 27111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109987137 14669148160 12770 33554432000 4194304 4196468 140727680986912 140337297139536 140338471032731 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27427] ppid=27409 vsize=14325340 memory=279452315776912 CPUtime=0.03 cores=0-7
/proc/27412/task/27427/stat : 27427 (java) S 27409 27412 27111 0 -1 1077944384 503 0 0 0 3 0 0 0 20 0 20 0 109987137 14669148160 12770 33554432000 4194304 4196468 140727680986912 140337296087920 140338471025282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27428] ppid=27409 vsize=14325340 memory=279452315783824 CPUtime=0.03 cores=0-7
/proc/27412/task/27428/stat : 27428 (java) R 27409 27412 27111 0 -1 1077944384 345 0 0 0 3 0 0 0 20 0 20 0 109987137 14669148160 12770 33554432000 4194304 4196468 140727680986912 140337295035120 140338471025282 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27429] ppid=27409 vsize=14325340 memory=279452315781520 CPUtime=0.02 cores=0-7
/proc/27412/task/27429/stat : 27429 (java) S 27409 27412 27111 0 -1 1077944384 222 0 0 0 2 0 0 0 20 0 20 0 109987137 14669148160 12770 33554432000 4194304 4196468 140727680986912 140337293982320 140338471025282 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27430] ppid=27409 vsize=14325340 memory=279452315798128 CPUtime=0.08 cores=0-7
/proc/27412/task/27430/stat : 27430 (java) R 27409 27412 27111 0 -1 4202560 444 0 0 0 8 0 0 0 20 0 20 0 109987137 14669148160 12770 33554432000 4194304 4196468 140727680986912 140337292929520 140338455094622 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27431] ppid=27409 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/27412/task/27431/stat : 27431 (java) S 27409 27412 27111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 109987138 14669148160 12770 33554432000 4194304 4196468 140727680986912 140337291876960 140338471024341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27432] ppid=27409 vsize=14325340 memory=-1 CPUtime=0 cores=0-7
/proc/27412/task/27432/stat : 27432 (java) S 27409 27412 27111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109987138 14669148160 12770 33554432000 4194304 4196468 140727680986912 140337290824240 140338471025282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 14325340 KiB
Current children cumulated memory: 51080 KiB

[startup+0.700929 s]
/proc/loadavg: 7.89 8.28 8.37 3/198 27432
/proc/meminfo: memFree=31329544/32770624 swapFree=67108860/67108860
[pid=27412] ppid=27409 vsize=14329436 memory=84600 CPUtime=1.14 cores=0-7
/proc/27412/stat : 27412 (java) S 27409 27412 27111 0 -1 1077944320 13737 0 0 0 109 5 0 0 20 0 20 0 109987132 14673342464 21150 33554432000 4194304 4196468 140727680986912 140727680969456 140338471014135 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
/proc/27412/statm: 3582359 21150 3762 1 0 3570074 0
[pid=27412/tid=27414] ppid=27409 vsize=14329436 memory=0 CPUtime=0.67 cores=0-7
/proc/27412/task/27414/stat : 27414 (java) R 27409 27412 27111 0 -1 4202560 9461 0 0 0 64 3 0 0 20 0 20 0 109987132 14673342464 21150 33554432000 4194304 4196468 140727680986912 140338475249264 140338471036061 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27415] ppid=27409 vsize=14329436 memory=0 CPUtime=0 cores=0-7
/proc/27412/task/27415/stat : 27415 (java) S 27409 27412 27111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109987133 14673342464 21150 33554432000 4194304 4196468 140727680986912 140338401102480 140338471024341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27416] ppid=27409 vsize=14329436 memory=0 CPUtime=0 cores=0-7
/proc/27412/task/27416/stat : 27416 (java) S 27409 27412 27111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 109987133 14673342464 21150 33554432000 4194304 4196468 140727680986912 140338400049680 140338471024341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27417] ppid=27409 vsize=14329436 memory=0 CPUtime=0 cores=0-7
/proc/27412/task/27417/stat : 27417 (java) S 27409 27412 27111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 109987133 14673342464 21150 33554432000 4194304 4196468 140727680986912 140338398996880 140338471024341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27418] ppid=27409 vsize=14329436 memory=1224 CPUtime=0 cores=0-7
/proc/27412/task/27418/stat : 27418 (java) S 27409 27412 27111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 109987133 14673342464 21150 33554432000 4194304 4196468 140727680986912 140338397944080 140338471024341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27419] ppid=27409 vsize=14329436 memory=5792 CPUtime=0 cores=0-7
/proc/27412/task/27419/stat : 27419 (java) S 27409 27412 27111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 109987133 14673342464 21150 33554432000 4194304 4196468 140727680986912 140338396892304 140338471024341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27420] ppid=27409 vsize=14329436 memory=4620 CPUtime=0 cores=0-7
/proc/27412/task/27420/stat : 27420 (java) S 27409 27412 27111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109987133 14673342464 21150 33554432000 4194304 4196468 140727680986912 140338395839504 140338471024341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27421] ppid=27409 vsize=14329436 memory=1200 CPUtime=0 cores=0-7
/proc/27412/task/27421/stat : 27421 (java) S 27409 27412 27111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 109987133 14673342464 21150 33554432000 4194304 4196468 140727680986912 140338394786704 140338471024341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27422] ppid=27409 vsize=14329436 memory=15876 CPUtime=0 cores=0-7
/proc/27412/task/27422/stat : 27422 (java) S 27409 27412 27111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109987133 14673342464 21150 33554432000 4194304 4196468 140727680986912 140338393733904 140338471024341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27423] ppid=27409 vsize=14329436 memory=16236 CPUtime=0 cores=0-7
/proc/27412/task/27423/stat : 27423 (java) S 27409 27412 27111 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 109987134 14673342464 21150 33554432000 4194304 4196468 140727680986912 140337300298096 140338471025282 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0

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

[pid=27412/tid=27442] ppid=27409 vsize=16068328 memory=3872164 CPUtime=2436.45 cores=0-7
/proc/27412/task/27442/stat : 27442 (java) R 27409 27412 27111 0 -1 4202560 64340 0 0 0 243571 74 0 0 20 0 46 0 109987348 16453967872 968554 33554432000 4194304 4196468 140727680986912 140337266864816 140338083427072 0 4 0 16800975 0 0 0 -1 4 0 0 50 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27443] ppid=27409 vsize=16068328 memory=15255943717849665 CPUtime=2434.54 cores=0-7
/proc/27412/task/27443/stat : 27443 (java) R 27409 27412 27111 0 -1 4202560 70119 0 0 0 243372 82 0 0 20 0 46 0 109987348 16453967872 968554 33554432000 4194304 4196468 140727680986912 140337265811112 140338082844056 0 4 0 16800975 0 0 0 -1 5 0 0 52 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27444] ppid=27409 vsize=16068328 memory=4620 CPUtime=302.12 cores=0-7
/proc/27412/task/27444/stat : 27444 (java) S 27409 27412 27111 0 -1 1077944384 19377 0 0 0 30178 34 0 0 20 0 46 0 109987348 16453967872 968554 33554432000 4194304 4196468 140727680986912 140337264764608 140338471024341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 32 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27445] ppid=27409 vsize=16068328 memory=1200 CPUtime=2435.87 cores=0-7
/proc/27412/task/27445/stat : 27445 (java) R 27409 27412 27111 0 -1 4202560 68491 0 0 0 243502 85 0 0 20 0 46 0 109987349 16453967872 968554 33554432000 4194304 4196468 140727680986912 140337263705896 140727681764575 0 4 0 16800975 0 0 0 -1 3 0 0 54 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27446] ppid=27409 vsize=16068328 memory=2196 CPUtime=3.2 cores=0-7
/proc/27412/task/27446/stat : 27446 (java) R 27409 27412 27111 0 -1 1077944384 5481 0 0 0 231 89 0 0 20 0 46 0 109987349 16453967872 968554 33554432000 4194304 4196468 140727680986912 140337262659008 140338471024341 0 4 0 16800975 0 0 0 -1 7 0 0 10 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27447] ppid=27409 vsize=16068328 memory=6760 CPUtime=3.16 cores=0-7
/proc/27412/task/27447/stat : 27447 (java) S 27409 27412 27111 0 -1 1077944384 5985 0 0 0 233 83 0 0 20 0 46 0 109987400 16453967872 968554 33554432000 4194304 4196468 140727680986912 140337259472192 140338471024341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 6 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27448] ppid=27409 vsize=16068328 memory=832 CPUtime=3.28 cores=0-7
/proc/27412/task/27448/stat : 27448 (java) R 27409 27412 27111 0 -1 1077944384 5990 0 0 0 249 79 0 0 20 0 46 0 109987400 16453967872 968554 33554432000 4194304 4196468 140727680986912 140337258419392 140338471024341 0 4 0 16800975 0 0 0 -1 1 0 0 8 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27449] ppid=27409 vsize=16068328 memory=1696 CPUtime=3.06 cores=0-7
/proc/27412/task/27449/stat : 27449 (java) S 27409 27412 27111 0 -1 1077944384 5590 0 0 0 229 77 0 0 20 0 46 0 109987401 16453967872 968554 33554432000 4194304 4196468 140727680986912 140337257366592 140338471024341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 8 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27450] ppid=27409 vsize=16068328 memory=916 CPUtime=3.1 cores=0-7
/proc/27412/task/27450/stat : 27450 (java) S 27409 27412 27111 0 -1 1077944384 5883 0 0 0 221 89 0 0 20 0 46 0 109987401 16453967872 968554 33554432000 4194304 4196468 140727680986912 140337256313792 140338471024341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 9 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27451] ppid=27409 vsize=16068328 memory=3870112 CPUtime=3.06 cores=0-7
/proc/27412/task/27451/stat : 27451 (java) S 27409 27412 27111 0 -1 1077944384 5175 0 0 0 201 105 0 0 20 0 46 0 109987403 16453967872 968554 33554432000 4194304 4196468 140727680986912 140337255262016 140338471024341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 14 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27452] ppid=27409 vsize=16068328 memory=3870112 CPUtime=2126.19 cores=0-7
/proc/27412/task/27452/stat : 27452 (java) R 27409 27412 27111 0 -1 4202560 63640 0 0 0 212533 86 0 0 20 0 46 0 109987405 16453967872 968554 33554432000 4194304 4196468 140727680986912 140337254207336 140727681764679 0 4 0 16800975 0 0 0 -1 6 0 0 43 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27453] ppid=27409 vsize=16068328 memory=3874212 CPUtime=3.22 cores=0-7
/proc/27412/task/27453/stat : 27453 (java) S 27409 27412 27111 0 -1 1077944384 5646 0 0 0 239 83 0 0 20 0 46 0 109987407 16453967872 968554 33554432000 4194304 4196468 140727680986912 140337253156416 140338471024341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 14 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27454] ppid=27409 vsize=16068328 memory=3872164 CPUtime=3.13 cores=0-7
/proc/27412/task/27454/stat : 27454 (java) S 27409 27412 27111 0 -1 1077944384 5722 0 0 0 230 83 0 0 20 0 46 0 109987407 16453967872 968554 33554432000 4194304 4196468 140727680986912 140337183974848 140338471024341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 9 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27455] ppid=27409 vsize=16068328 memory=3872164 CPUtime=3.22 cores=0-7
/proc/27412/task/27455/stat : 27455 (java) S 27409 27412 27111 0 -1 1077944384 5837 0 0 0 234 88 0 0 20 0 46 0 109987409 16453967872 968554 33554432000 4194304 4196468 140727680986912 140337182922048 140338471024341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 8 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27456] ppid=27409 vsize=16068328 memory=3874216 CPUtime=940.75 cores=0-7
/proc/27412/task/27456/stat : 27456 (java) R 27409 27412 27111 0 -1 1077944384 27289 0 0 0 94037 38 0 0 20 0 46 0 109987412 16453967872 968554 33554432000 4194304 4196468 140727680986912 140337181869248 140338471024341 0 4 0 16800975 0 0 0 -1 0 0 0 21 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27457] ppid=27409 vsize=16068328 memory=3872164 CPUtime=1197.74 cores=0-7
/proc/27412/task/27457/stat : 27457 (java) R 27409 27412 27111 0 -1 4202560 40111 0 0 0 119721 53 0 0 20 0 46 0 109987414 16453967872 968554 33554432000 4194304 4196468 140727680986912 140337180810392 140338083000747 0 4 0 16800975 0 0 0 -1 7 0 0 28 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27458] ppid=27409 vsize=16068328 memory=2404 CPUtime=1151.77 cores=0-7
/proc/27412/task/27458/stat : 27458 (java) R 27409 27412 27111 0 -1 4202560 37644 0 0 0 115126 51 0 0 20 0 46 0 109987490 16453967872 968554 33554432000 4194304 4196468 140727680986912 140337179757592 140338456224028 0 4 0 16800975 0 0 0 -1 0 0 0 24 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
Current children cumulated CPU time: 19713.2 s
Current children cumulated vsize: 16068328 KiB
Current children cumulated memory: 3874216 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520.01 s]*
/proc/loadavg: 12.52 12.98 12.59 16/224 27514
/proc/meminfo: memFree=27506608/32770624 swapFree=67108860/67108860
[pid=27412] ppid=27409 vsize=16068328 memory=3880360 CPUtime=19853.2 cores=0-7
/proc/27412/stat : 27412 (java) S 27409 27412 27111 0 -1 1077944320 1778804 0 0 0 1983739 1577 0 0 20 0 46 0 109987132 16453967872 970090 33554432000 4194304 4196468 140727680986912 140727680969456 140338471014135 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
/proc/27412/statm: 4017082 970090 3865 1 0 4004276 0
[pid=27412/tid=27414] ppid=27409 vsize=16068328 memory=6791534058613427641 CPUtime=2.1 cores=0-7
/proc/27412/task/27414/stat : 27414 (java) S 27409 27412 27111 0 -1 1077944384 14667 0 0 0 204 6 0 0 20 0 46 0 109987132 16453967872 970090 33554432000 4194304 4196468 140727680986912 140338475251840 140338471024341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27415] ppid=27409 vsize=16068328 memory=4126316290023845779 CPUtime=15.07 cores=0-7
/proc/27412/task/27415/stat : 27415 (java) S 27409 27412 27111 0 -1 1077944384 103022 0 0 0 1449 58 0 0 20 0 46 0 109987133 16453967872 970090 33554432000 4194304 4196468 140727680986912 140338401102480 140338471024341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 61 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27416] ppid=27409 vsize=16068328 memory=6791534058613427641 CPUtime=15.08 cores=0-7
/proc/27412/task/27416/stat : 27416 (java) S 27409 27412 27111 0 -1 1077944384 101605 0 0 0 1446 62 0 0 20 0 46 0 109987133 16453967872 970090 33554432000 4194304 4196468 140727680986912 140338400049680 140338471024341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 58 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27417] ppid=27409 vsize=16068328 memory=4044 CPUtime=15.06 cores=0-7
/proc/27412/task/27417/stat : 27417 (java) S 27409 27412 27111 0 -1 1077944384 103128 0 0 0 1452 54 0 0 20 0 46 0 109987133 16453967872 970090 33554432000 4194304 4196468 140727680986912 140338398996880 140338471024341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 59 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27418] ppid=27409 vsize=16068328 memory=18280 CPUtime=15.14 cores=0-7
/proc/27412/task/27418/stat : 27418 (java) S 27409 27412 27111 0 -1 1077944384 104633 0 0 0 1454 60 0 0 20 0 46 0 109987133 16453967872 970090 33554432000 4194304 4196468 140727680986912 140338397944080 140338471024341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 58 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27419] ppid=27409 vsize=16068328 memory=6791534058613427641 CPUtime=15.2 cores=0-7
/proc/27412/task/27419/stat : 27419 (java) S 27409 27412 27111 0 -1 1077944384 104005 0 0 0 1459 61 0 0 20 0 46 0 109987133 16453967872 970090 33554432000 4194304 4196468 140727680986912 140338396892304 140338471024341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 56 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27420] ppid=27409 vsize=16068328 memory=4136 CPUtime=15.14 cores=0-7
/proc/27412/task/27420/stat : 27420 (java) S 27409 27412 27111 0 -1 1077944384 102974 0 0 0 1455 59 0 0 20 0 46 0 109987133 16453967872 970090 33554432000 4194304 4196468 140727680986912 140338395839504 140338471024341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 60 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27421] ppid=27409 vsize=16068328 memory=31424 CPUtime=15.18 cores=0-7
/proc/27412/task/27421/stat : 27421 (java) S 27409 27412 27111 0 -1 1077944384 91049 0 0 0 1458 60 0 0 20 0 46 0 109987133 16453967872 970090 33554432000 4194304 4196468 140727680986912 140338394786704 140338471024341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 57 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27422] ppid=27409 vsize=16068328 memory=1296 CPUtime=15.07 cores=0-7
/proc/27412/task/27422/stat : 27422 (java) S 27409 27412 27111 0 -1 1077944384 110822 0 0 0 1449 58 0 0 20 0 46 0 109987133 16453967872 970090 33554432000 4194304 4196468 140727680986912 140338393733904 140338471024341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 61 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27423] ppid=27409 vsize=16068328 memory=2404 CPUtime=9.11 cores=0-7
/proc/27412/task/27423/stat : 27423 (java) S 27409 27412 27111 0 -1 1077944384 165293 0 0 0 783 128 0 0 20 0 46 0 109987134 16453967872 970090 33554432000 4194304 4196468 140727680986912 140337300298096 140338471025282 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27424] ppid=27409 vsize=16068328 memory=1732 CPUtime=0 cores=0-7
/proc/27412/task/27424/stat : 27424 (java) S 27409 27412 27111 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 46 0 109987135 16453967872 970090 33554432000 4194304 4196468 140727680986912 140337299244128 140338471024341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27425] ppid=27409 vsize=16068328 memory=796 CPUtime=0 cores=0-7
/proc/27412/task/27425/stat : 27425 (java) S 27409 27412 27111 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 46 0 109987135 16453967872 970090 33554432000 4194304 4196468 140727680986912 140337298191232 140338471024341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27426] ppid=27409 vsize=16068328 memory=1004 CPUtime=0 cores=0-7
/proc/27412/task/27426/stat : 27426 (java) S 27409 27412 27111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 46 0 109987137 16453967872 970090 33554432000 4194304 4196468 140727680986912 140337297139536 140338471032731 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27427] ppid=27409 vsize=16068328 memory=1936 CPUtime=2.36 cores=0-7
/proc/27412/task/27427/stat : 27427 (java) S 27409 27412 27111 0 -1 1077944384 11732 0 0 0 233 3 0 0 20 0 46 0 109987137 16453967872 970090 33554432000 4194304 4196468 140727680986912 140337296087920 140338471025282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27428] ppid=27409 vsize=16068328 memory=1424 CPUtime=2.52 cores=0-7
/proc/27412/task/27428/stat : 27428 (java) S 27409 27412 27111 0 -1 1077944384 16090 0 0 0 249 3 0 0 20 0 46 0 109987137 16453967872 970090 33554432000 4194304 4196468 140727680986912 140337295035120 140338471025282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27429] ppid=27409 vsize=16068328 memory=8568 CPUtime=2.39 cores=0-7
/proc/27412/task/27429/stat : 27429 (java) S 27409 27412 27111 0 -1 1077944384 16931 0 0 0 236 3 0 0 20 0 46 0 109987137 16453967872 970090 33554432000 4194304 4196468 140727680986912 140337293982320 140338471025282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27430] ppid=27409 vsize=16068328 memory=1724 CPUtime=0.9 cores=0-7
/proc/27412/task/27430/stat : 27430 (java) S 27409 27412 27111 0 -1 1077944384 17474 0 0 0 88 2 0 0 20 0 46 0 109987137 16453967872 970090 33554432000 4194304 4196468 140727680986912 140337292929520 140338471025282 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27431] ppid=27409 vsize=16068328 memory=11000 CPUtime=0 cores=0-7
/proc/27412/task/27431/stat : 27431 (java) S 27409 27412 27111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 46 0 109987138 16453967872 970090 33554432000 4194304 4196468 140727680986912 140337291876960 140338471024341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27432] ppid=27409 vsize=16068328 memory=1224 CPUtime=0.7 cores=0-7
/proc/27412/task/27432/stat : 27432 (java) S 27409 27412 27111 0 -1 1077944384 6917 0 0 0 36 34 0 0 20 0 46 0 109987138 16453967872 970090 33554432000 4194304 4196468 140727680986912 140337290824240 140338471025282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27433] ppid=27409 vsize=16068328 memory=5792 CPUtime=40.94 cores=0-7
/proc/27412/task/27433/stat : 27433 (java) S 27409 27412 27111 0 -1 1077944384 32976 0 0 0 3641 453 0 0 20 0 46 0 109987323 16453967872 970090 33554432000 4194304 4196468 140727680986912 140337280537712 140338471024341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 65 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27434] ppid=27409 vsize=16068328 memory=4620 CPUtime=3.66 cores=0-7
/proc/27412/task/27434/stat : 27434 (java) R 27409 27412 27111 0 -1 1077944384 15311 0 0 0 202 164 0 0 20 0 46 0 109987335 16453967872 970090 33554432000 4194304 4196468 140727680986912 140337277387552 140338471025282 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27435] ppid=27409 vsize=16068328 memory=1200 CPUtime=3.24 cores=0-7
/proc/27412/task/27435/stat : 27435 (java) S 27409 27412 27111 0 -1 1077944384 6397 0 0 0 241 83 0 0 20 0 46 0 109987345 16453967872 970090 33554432000 4194304 4196468 140727680986912 140337274238784 140338471024341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 11 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27436] ppid=27409 vsize=16068328 memory=15876 CPUtime=310.26 cores=0-7
/proc/27412/task/27436/stat : 27436 (java) S 27409 27412 27111 0 -1 1077944384 20652 0 0 0 30992 34 0 0 20 0 46 0 109987346 16453967872 970090 33554432000 4194304 4196468 140727680986912 140337273185984 140338471024341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 25 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27437] ppid=27409 vsize=16068328 memory=16236 CPUtime=1286.34 cores=0-7
/proc/27412/task/27437/stat : 27437 (java) S 27409 27412 27111 0 -1 1077944384 40181 0 0 0 128575 59 0 0 20 0 46 0 109987346 16453967872 970090 33554432000 4194304 4196468 140727680986912 140337272133184 140338471024341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 28 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27438] ppid=27409 vsize=16068328 memory=4044 CPUtime=3.23 cores=0-7
/proc/27412/task/27438/stat : 27438 (java) S 27409 27412 27111 0 -1 1077944384 6061 0 0 0 249 74 0 0 20 0 46 0 109987348 16453967872 970090 33554432000 4194304 4196468 140727680986912 140337271080384 140338471024341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 8 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27439] ppid=27409 vsize=16068328 memory=18280 CPUtime=3.27 cores=0-7
/proc/27412/task/27439/stat : 27439 (java) S 27409 27412 27111 0 -1 1077944384 6057 0 0 0 246 81 0 0 20 0 46 0 109987348 16453967872 970090 33554432000 4194304 4196468 140727680986912 140337270027584 140338471024341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 10 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27440] ppid=27409 vsize=16068328 memory=1232 CPUtime=2452.01 cores=0-7
/proc/27412/task/27440/stat : 27440 (java) R 27409 27412 27111 0 -1 4202560 65851 0 0 0 245116 85 0 0 20 0 46 0 109987348 16453967872 970090 33554432000 4194304 4196468 140727680986912 140337268968376 140338083004100 0 4 0 16800975 0 0 0 -1 2 0 0 42 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27441] ppid=27409 vsize=16068328 memory=648 CPUtime=2450.64 cores=0-7
/proc/27412/task/27441/stat : 27441 (java) R 27409 27412 27111 0 -1 4202560 69135 0 0 0 244971 93 0 0 20 0 46 0 109987348 16453967872 970090 33554432000 4194304 4196468 140727680986912 140337267915688 140338083555917 0 4 0 16800975 0 0 0 -1 5 0 0 52 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27442] ppid=27409 vsize=16068328 memory=1796 CPUtime=2453.74 cores=0-7
/proc/27412/task/27442/stat : 27442 (java) R 27409 27412 27111 0 -1 4202560 64614 0 0 0 245300 74 0 0 20 0 46 0 109987348 16453967872 970090 33554432000 4194304 4196468 140727680986912 140337266865912 140338074303823 0 4 0 16800975 0 0 0 -1 6 0 0 51 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27443] ppid=27409 vsize=16068328 memory=956 CPUtime=2451.92 cores=0-7
/proc/27412/task/27443/stat : 27443 (java) R 27409 27412 27111 0 -1 4202560 70450 0 0 0 245109 83 0 0 20 0 46 0 109987348 16453967872 970090 33554432000 4194304 4196468 140727680986912 140337265811112 140338082504423 0 4 0 16800975 0 0 0 -1 7 0 0 53 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27444] ppid=27409 vsize=16068328 memory=2344 CPUtime=302.14 cores=0-7
/proc/27412/task/27444/stat : 27444 (java) S 27409 27412 27111 0 -1 1077944384 19401 0 0 0 30180 34 0 0 20 0 46 0 109987348 16453967872 970090 33554432000 4194304 4196468 140727680986912 140337264764608 140338471024341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 32 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27445] ppid=27409 vsize=16068328 memory=928 CPUtime=2453.22 cores=0-7
/proc/27412/task/27445/stat : 27445 (java) R 27409 27412 27111 0 -1 4202560 68725 0 0 0 245236 86 0 0 20 0 46 0 109987349 16453967872 970090 33554432000 4194304 4196468 140727680986912 140337263705512 140338080844685 0 4 0 16800975 0 0 0 -1 1 0 0 54 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27446] ppid=27409 vsize=16068328 memory=1576 CPUtime=3.22 cores=0-7
/proc/27412/task/27446/stat : 27446 (java) R 27409 27412 27111 0 -1 1077944384 5504 0 0 0 232 90 0 0 20 0 46 0 109987349 16453967872 970090 33554432000 4194304 4196468 140727680986912 140337262659008 140338471024341 0 4 0 16800975 0 0 0 -1 7 0 0 10 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27447] ppid=27409 vsize=16068328 memory=2236 CPUtime=3.19 cores=0-7
/proc/27412/task/27447/stat : 27447 (java) S 27409 27412 27111 0 -1 1077944384 6021 0 0 0 234 85 0 0 20 0 46 0 109987400 16453967872 970090 33554432000 4194304 4196468 140727680986912 140337259472192 140338471024341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 6 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27448] ppid=27409 vsize=16068328 memory=4316 CPUtime=3.29 cores=0-7
/proc/27412/task/27448/stat : 27448 (java) S 27409 27412 27111 0 -1 1077944384 6023 0 0 0 250 79 0 0 20 0 46 0 109987400 16453967872 970090 33554432000 4194304 4196468 140727680986912 140337258419392 140338471024341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 8 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27449] ppid=27409 vsize=16068328 memory=2196 CPUtime=3.07 cores=0-7
/proc/27412/task/27449/stat : 27449 (java) S 27409 27412 27111 0 -1 1077944384 5610 0 0 0 230 77 0 0 20 0 46 0 109987401 16453967872 970090 33554432000 4194304 4196468 140727680986912 140337257366592 140338471024341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 9 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27450] ppid=27409 vsize=16068328 memory=6760 CPUtime=3.13 cores=0-7
/proc/27412/task/27450/stat : 27450 (java) R 27409 27412 27111 0 -1 1077944384 5910 0 0 0 223 90 0 0 20 0 46 0 109987401 16453967872 970090 33554432000 4194304 4196468 140727680986912 140337256313792 140338471024341 0 4 0 16800975 0 0 0 -1 4 0 0 9 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27451] ppid=27409 vsize=16068328 memory=3878312 CPUtime=3.08 cores=0-7
/proc/27412/task/27451/stat : 27451 (java) S 27409 27412 27111 0 -1 1077944384 5194 0 0 0 202 106 0 0 20 0 46 0 109987403 16453967872 970090 33554432000 4194304 4196468 140727680986912 140337255262016 140338471024341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 14 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27452] ppid=27409 vsize=16068328 memory=1696 CPUtime=2143.62 cores=0-7
/proc/27412/task/27452/stat : 27452 (java) R 27409 27412 27111 0 -1 4202560 63964 0 0 0 214275 87 0 0 20 0 46 0 109987405 16453967872 970090 33554432000 4194304 4196468 140727680986912 140337254207336 140338083000551 0 4 0 16800975 0 0 0 -1 0 0 0 43 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27453] ppid=27409 vsize=16068328 memory=916 CPUtime=3.23 cores=0-7
/proc/27412/task/27453/stat : 27453 (java) S 27409 27412 27111 0 -1 1077944384 5686 0 0 0 240 83 0 0 20 0 46 0 109987407 16453967872 970090 33554432000 4194304 4196468 140727680986912 140337253156416 140338471024341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 14 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27454] ppid=27409 vsize=16068328 memory=4116 CPUtime=3.14 cores=0-7
/proc/27412/task/27454/stat : 27454 (java) S 27409 27412 27111 0 -1 1077944384 5768 0 0 0 231 83 0 0 20 0 46 0 109987407 16453967872 970090 33554432000 4194304 4196468 140727680986912 140337183974848 140338471024341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 9 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27455] ppid=27409 vsize=16068328 memory=4108 CPUtime=3.24 cores=0-7
/proc/27412/task/27455/stat : 27455 (java) R 27409 27412 27111 0 -1 1077944384 5874 0 0 0 235 89 0 0 20 0 46 0 109987409 16453967872 970090 33554432000 4194304 4196468 140727680986912 140337182922048 140338471024341 0 4 0 16800975 0 0 0 -1 7 0 0 8 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27456] ppid=27409 vsize=16068328 memory=1156 CPUtime=940.77 cores=0-7
/proc/27412/task/27456/stat : 27456 (java) R 27409 27412 27111 0 -1 1077944384 27316 0 0 0 94039 38 0 0 20 0 46 0 109987412 16453967872 970090 33554432000 4194304 4196468 140727680986912 140337181869248 140338471024341 0 4 0 16800975 0 0 0 -1 2 0 0 21 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27457] ppid=27409 vsize=16068328 memory=4648 CPUtime=1215.08 cores=0-7
/proc/27412/task/27457/stat : 27457 (java) R 27409 27412 27111 0 -1 4202560 40317 0 0 0 121455 53 0 0 20 0 46 0 109987414 16453967872 970090 33554432000 4194304 4196468 140727680986912 140337180810392 140338083227480 0 4 0 16800975 0 0 0 -1 4 0 0 30 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
[pid=27412/tid=27458] ppid=27409 vsize=16068328 memory=3878312 CPUtime=1169.11 cores=0-7
/proc/27412/task/27458/stat : 27458 (java) R 27409 27412 27111 0 -1 4202560 38025 0 0 0 116860 51 0 0 20 0 46 0 109987490 16453967872 970090 33554432000 4194304 4196468 140727680986912 140337179761768 140338456255313 0 4 0 16800975 0 0 0 -1 3 0 0 25 0 0 6293624 6294260 30154752 140727680988257 140727680988443 140727680988443 140727680991183 0
Current children cumulated CPU time: 19853.2 s
Current children cumulated vsize: 16068328 KiB
Current children cumulated memory: 3880360 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2520.14 s]
# the end of solver process 27412 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=19838.1 s, system=15.8019 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2520.13 s]*
/proc/loadavg: 12.52 12.98 12.59 2/180 27516
/proc/meminfo: memFree=31248236/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143
Real time (s): 2520.14
CPU time (s): 19853.9
CPU user time (s): 19838.1
CPU system time (s): 15.8019
CPU usage (%): 787.811
Max. virtual memory (cumulated for all children) (KiB): 16068328
Max. memory (cumulated for all children) (KiB): 3907172

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19838.1
system time used= 15.8019
maximum resident set size= 3907380
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1779316
page faults= 0
swaps= 0
block input operations= 0
block output operations= 4472
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4369639
involuntary context switches= 1559688


# summary of solver processes directly reported to runsolver:
#   pid: 27412
#   total CPU time (s): 19853.9
#   total CPU user time (s): 19838.1
#   total CPU system time (s): 15.8019

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 27.5085 second user time and 35.4168 second system time

The end

Launcher Data

Begin job on node102 at 2017-08-15 05:35:30
IDJOB=4275276
IDBENCH=134531
IDSOLVER=2668
FILE ID=node102/4275276-1502768988
RUNJOBID= node102-1502765606-27138
PBS_JOBID= 20629096
Free space on /tmp= 61912 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-07-26
BENCH NAME= XCSP17/Blackhole/Blackhole-m1-s10/Blackhole-10-3-01.xml
COMMAND LINE= java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4275276-1502768988/watcher-4275276-1502768988 -o /tmp/evaluation-result-4275276-1502768988/solver-4275276-1502768988 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node102-1502765606-27138 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1935944445 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4275276-1502768988.xml

TIME LIMIT= 20160 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 4b3f242d4d7820c1a4b57bc20b9aba43
RANDOM SEED=1935944445

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

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

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

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.35
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:        31381060 kB
MemAvailable:   31983428 kB
Buffers:          166904 kB
Cached:           717776 kB
SwapCached:            0 kB
Active:           712472 kB
Inactive:         224804 kB
Active(anon):       5064 kB
Inactive(anon):    75040 kB
Active(file):     707408 kB
Inactive(file):   149764 kB
Unevictable:        6448 kB
Mlocked:            6448 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42252 kB
Writeback:             0 kB
AnonPages:         65816 kB
Mapped:            45232 kB
Shmem:             25228 kB
Slab:             148720 kB
SReclaimable:     122060 kB
SUnreclaim:        26660 kB
KernelStack:        3520 kB
PageTables:         4732 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     324724 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      134528 kB
DirectMap2M:    33411072 kB

Free space on /tmp at the end= 61868 MiB
End job on node102 at 2017-08-15 06:17:30