Trace number 4275258

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) 19847.301 2520.1399

General information on the benchmark

NameAllInterval/AllInterval-m1-s1/
AllInterval-035.xml
MD5SUMfe30f006f3af9f6842518347a037ed7d
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.066059001
Satisfiable
(Un)Satisfiability was proved
Number of variables69
Number of constraints36
Number of domains2
Minimum domain size34
Maximum domain size35
Distribution of domain sizes[{"size":34,"count":34},{"size":35,"count":35}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":36},{"degree":3,"count":33}]
Minimum constraint arity3
Maximum constraint arity35
Distribution of constraint arities[{"arity":3,"count":34},{"arity":34,"count":1},{"arity":35,"count":1}]
Number of extensional constraints0
Number of intensional constraints34
Distribution of constraint types[{"type":"intension","count":34},{"type":"allDifferent","count":2}]
Optimization problemNO
Type of objective

Solver Data

0.30/0.25	c version: 2017-07-26
0.30/0.26	c seed: 1506699077
0.30/0.26	c timeout: 20160
0.30/0.26	c memlimit: 11000
0.30/0.26	c nbcore: 8
0.30/0.28	c Parsing instance...
0.83/0.54	c Parsing done, starting search...
19846.35/2520.12	s SATISFIABLE
19846.35/2520.12	v <instantiation>
19846.35/2520.12	v 	<list>
19846.35/2520.12	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] 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]
19846.35/2520.12	v 	</list>
19846.35/2520.12	v 	<values>
19846.35/2520.12	v 		34 0 33 1 32 2 31 3 30 4 29 5 28 6 27 7 26 8 25 9 24 10 23 11 22 12 21 13 20 14 19 15 18 16 17 34 33 32 31 30 29 28 27 26 25 24 23 22 21 20 19 18 17 16 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 
19846.35/2520.12	v 	</values>
19846.35/2520.12	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 (15175 MiB free)
  memory of node 1: 16384 MiB (15589 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4275258-1502702607/watcher-4275258-1502702607 -o /tmp/evaluation-result-4275258-1502702607/solver-4275258-1502702607 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node103-1502701745-14924 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1506699077 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4275258-1502702607.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=15129, runsolver pid=15126

[startup+0.100089 s]*
/proc/loadavg: 8.53 8.74 8.30 2/198 15149
/proc/meminfo: memFree=31486816/32770624 swapFree=67108860/67108860
[pid=15129] ppid=15126 vsize=14325320 memory=34064 CPUtime=0.12 cores=0-7
/proc/15129/stat : 15129 (java) S 15126 15129 14897 0 -1 1077944320 8385 0 0 0 10 2 0 0 20 0 20 0 103348929 14669127680 8516 33554432000 4194304 4196468 140736975069088 140736975051632 140306758000375 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
/proc/15129/statm: 3581330 8516 3409 1 0 3569050 0
[pid=15129/tid=15131] ppid=15126 vsize=14325320 memory=7753398041610986137 CPUtime=0.08 cores=0-7
/proc/15129/task/15131/stat : 15131 (java) R 15126 15129 14897 0 -1 4202560 6343 0 0 0 7 1 0 0 20 0 20 0 103348929 14669127680 8516 33554432000 4194304 4196468 140736975069088 140306762217072 140306758023965 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15132] ppid=15126 vsize=14325320 memory=732369956068375525 CPUtime=0 cores=0-7
/proc/15129/task/15132/stat : 15132 (java) S 15126 15129 14897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 103348930 14669127680 8516 33554432000 4194304 4196468 140736975069088 140306354093072 140306758010581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15133] ppid=15126 vsize=14325320 memory=139817730922112 CPUtime=0 cores=0-7
/proc/15129/task/15133/stat : 15133 (java) S 15126 15129 14897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 103348930 14669127680 8516 33554432000 4194304 4196468 140736975069088 140306353040528 140306758010581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15134] ppid=15126 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/15129/task/15134/stat : 15134 (java) S 15126 15129 14897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 103348930 14669127680 8516 33554432000 4194304 4196468 140736975069088 140306351987472 140306758010581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15135] ppid=15126 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/15129/task/15135/stat : 15135 (java) S 15126 15129 14897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 103348930 14669127680 8516 33554432000 4194304 4196468 140736975069088 140306350934928 140306758010581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15136] ppid=15126 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/15129/task/15136/stat : 15136 (java) S 15126 15129 14897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 103348930 14669127680 8516 33554432000 4194304 4196468 140736975069088 140306349881872 140306758010581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15137] ppid=15126 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/15129/task/15137/stat : 15137 (java) S 15126 15129 14897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 103348930 14669127680 8516 33554432000 4194304 4196468 140736975069088 140306348829328 140306758010581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15138] ppid=15126 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/15129/task/15138/stat : 15138 (java) S 15126 15129 14897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 103348930 14669127680 8516 33554432000 4194304 4196468 140736975069088 140306347776272 140306758010581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15139] ppid=15126 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/15129/task/15139/stat : 15139 (java) S 15126 15129 14897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 103348930 14669127680 8516 33554432000 4194304 4196468 140736975069088 140306346723728 140306758010581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15140] ppid=15126 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/15129/task/15140/stat : 15140 (java) S 15126 15129 14897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 103348931 14669127680 8516 33554432000 4194304 4196468 140736975069088 140305947671280 140306758011522 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15141] ppid=15126 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/15129/task/15141/stat : 15141 (java) S 15126 15129 14897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 103348932 14669127680 8516 33554432000 4194304 4196468 140736975069088 140305946617504 140306758010581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15142] ppid=15126 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/15129/task/15142/stat : 15142 (java) S 15126 15129 14897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 103348932 14669127680 8516 33554432000 4194304 4196468 140736975069088 140305945564400 140306758010581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15143] ppid=15126 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/15129/task/15143/stat : 15143 (java) S 15126 15129 14897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 103348934 14669127680 8516 33554432000 4194304 4196468 140736975069088 140305944512976 140306758018971 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15144] ppid=15126 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/15129/task/15144/stat : 15144 (java) S 15126 15129 14897 0 -1 1077944384 296 0 0 0 0 0 0 0 20 0 20 0 103348934 14669127680 8516 33554432000 4194304 4196468 140736975069088 140305943460080 140306758011522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15145] ppid=15126 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/15129/task/15145/stat : 15145 (java) S 15126 15129 14897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 103348934 14669127680 8516 33554432000 4194304 4196468 140736975069088 140305942407536 140306758011522 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15146] ppid=15126 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/15129/task/15146/stat : 15146 (java) S 15126 15129 14897 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 103348934 14669127680 8516 33554432000 4194304 4196468 140736975069088 140305941354480 140306758011522 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15147] ppid=15126 vsize=14325320 memory=0 CPUtime=0.02 cores=0-7
/proc/15129/task/15147/stat : 15147 (java) R 15126 15129 14897 0 -1 4202560 356 0 0 0 2 0 0 0 20 0 20 0 103348934 14669127680 8516 33554432000 4194304 4196468 140736975069088 140305940301936 140306737134858 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15148] ppid=15126 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/15129/task/15148/stat : 15148 (java) S 15126 15129 14897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 103348935 14669127680 8516 33554432000 4194304 4196468 140736975069088 140305939250144 140306758010581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15149] ppid=15126 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/15129/task/15149/stat : 15149 (java) S 15126 15129 14897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 103348935 14669127680 8516 33554432000 4194304 4196468 140736975069088 140305938197680 140306758011522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 34064 KiB

[startup+0.210089 s]*
/proc/loadavg: 8.53 8.74 8.30 3/198 15149
/proc/meminfo: memFree=31476424/32770624 swapFree=67108860/67108860
[pid=15129] ppid=15126 vsize=14325320 memory=43208 CPUtime=0.3 cores=0-7
/proc/15129/stat : 15129 (java) S 15126 15129 14897 0 -1 1077944320 9383 0 0 0 27 3 0 0 20 0 20 0 103348929 14669127680 10802 33554432000 4194304 4196468 140736975069088 140736975051632 140306758000375 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
/proc/15129/statm: 3581330 10802 3632 1 0 3569050 0
[pid=15129/tid=15131] ppid=15126 vsize=14325320 memory=29681743523217448 CPUtime=0.19 cores=0-7
/proc/15129/task/15131/stat : 15131 (java) R 15126 15129 14897 0 -1 4202560 6973 0 0 0 17 2 0 0 20 0 20 0 103348929 14669127680 10802 33554432000 4194304 4196468 140736975069088 140306762225456 140306758022301 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15132] ppid=15126 vsize=14325320 memory=288230596084498767 CPUtime=0 cores=0-7
/proc/15129/task/15132/stat : 15132 (java) S 15126 15129 14897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 103348930 14669127680 10802 33554432000 4194304 4196468 140736975069088 140306354093072 140306758010581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15133] ppid=15126 vsize=14325320 memory=139817730935471 CPUtime=0 cores=0-7
/proc/15129/task/15133/stat : 15133 (java) S 15126 15129 14897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 103348930 14669127680 10802 33554432000 4194304 4196468 140736975069088 140306353040528 140306758010581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15134] ppid=15126 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/15129/task/15134/stat : 15134 (java) S 15126 15129 14897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 103348930 14669127680 10802 33554432000 4194304 4196468 140736975069088 140306351987472 140306758010581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15135] ppid=15126 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/15129/task/15135/stat : 15135 (java) S 15126 15129 14897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 103348930 14669127680 10802 33554432000 4194304 4196468 140736975069088 140306350934928 140306758010581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15136] ppid=15126 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/15129/task/15136/stat : 15136 (java) S 15126 15129 14897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 103348930 14669127680 10802 33554432000 4194304 4196468 140736975069088 140306349881872 140306758010581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15137] ppid=15126 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/15129/task/15137/stat : 15137 (java) S 15126 15129 14897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 103348930 14669127680 10802 33554432000 4194304 4196468 140736975069088 140306348829328 140306758010581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15138] ppid=15126 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/15129/task/15138/stat : 15138 (java) S 15126 15129 14897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 103348930 14669127680 10802 33554432000 4194304 4196468 140736975069088 140306347776272 140306758010581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15139] ppid=15126 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/15129/task/15139/stat : 15139 (java) S 15126 15129 14897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 103348930 14669127680 10802 33554432000 4194304 4196468 140736975069088 140306346723728 140306758010581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15140] ppid=15126 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/15129/task/15140/stat : 15140 (java) S 15126 15129 14897 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 103348931 14669127680 10802 33554432000 4194304 4196468 140736975069088 140305947671280 140306758011522 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15141] ppid=15126 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/15129/task/15141/stat : 15141 (java) S 15126 15129 14897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 103348932 14669127680 10802 33554432000 4194304 4196468 140736975069088 140305946617504 140306758010581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15142] ppid=15126 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/15129/task/15142/stat : 15142 (java) S 15126 15129 14897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 103348932 14669127680 10802 33554432000 4194304 4196468 140736975069088 140305945564400 140306758010581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15143] ppid=15126 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/15129/task/15143/stat : 15143 (java) S 15126 15129 14897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 103348934 14669127680 10802 33554432000 4194304 4196468 140736975069088 140305944512976 140306758018971 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15144] ppid=15126 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/15129/task/15144/stat : 15144 (java) S 15126 15129 14897 0 -1 1077944384 323 0 0 0 0 0 0 0 20 0 20 0 103348934 14669127680 10802 33554432000 4194304 4196468 140736975069088 140305943460080 140306758011522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15145] ppid=15126 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/15129/task/15145/stat : 15145 (java) S 15126 15129 14897 0 -1 1077944384 37 0 0 0 1 0 0 0 20 0 20 0 103348934 14669127680 10802 33554432000 4194304 4196468 140736975069088 140305942407536 140306758011522 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15146] ppid=15126 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/15129/task/15146/stat : 15146 (java) S 15126 15129 14897 0 -1 1077944384 265 0 0 0 1 0 0 0 20 0 20 0 103348934 14669127680 10802 33554432000 4194304 4196468 140736975069088 140305941354480 140306758011522 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15147] ppid=15126 vsize=14325320 memory=0 CPUtime=0.06 cores=0-7
/proc/15129/task/15147/stat : 15147 (java) S 15126 15129 14897 0 -1 1077944384 399 0 0 0 6 0 0 0 20 0 20 0 103348934 14669127680 10802 33554432000 4194304 4196468 140736975069088 140305940301936 140306758011522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15148] ppid=15126 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/15129/task/15148/stat : 15148 (java) S 15126 15129 14897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 103348935 14669127680 10802 33554432000 4194304 4196468 140736975069088 140305939250144 140306758010581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15149] ppid=15126 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/15129/task/15149/stat : 15149 (java) S 15126 15129 14897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 103348935 14669127680 10802 33554432000 4194304 4196468 140736975069088 140305938197680 140306758011522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 43208 KiB

[startup+0.309668 s]*
/proc/loadavg: 8.53 8.74 8.30 2/198 15149
/proc/meminfo: memFree=31469352/32770624 swapFree=67108860/67108860
[pid=15129] ppid=15126 vsize=14325340 memory=50884 CPUtime=0.48 cores=0-7
/proc/15129/stat : 15129 (java) S 15126 15129 14897 0 -1 1077944320 10472 0 0 0 44 4 0 0 20 0 20 0 103348929 14669148160 12721 33554432000 4194304 4196468 140736975069088 140736975051632 140306758000375 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
/proc/15129/statm: 3581335 12721 3703 1 0 3569050 0
[pid=15129/tid=15131] ppid=15126 vsize=14325340 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/15129/task/15131/stat : 15131 (java) R 15126 15129 14897 0 -1 4202560 7624 0 0 0 26 3 0 0 20 0 20 0 103348929 14669148160 12787 33554432000 4194304 4196468 140736975069088 140306762231072 140306742080862 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15132] ppid=15126 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/15129/task/15132/stat : 15132 (java) S 15126 15129 14897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 103348930 14669148160 12787 33554432000 4194304 4196468 140736975069088 140306354093072 140306758010581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15133] ppid=15126 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/15129/task/15133/stat : 15133 (java) S 15126 15129 14897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 103348930 14669148160 12787 33554432000 4194304 4196468 140736975069088 140306353040528 140306758010581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15134] ppid=15126 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/15129/task/15134/stat : 15134 (java) S 15126 15129 14897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 103348930 14669148160 12787 33554432000 4194304 4196468 140736975069088 140306351987472 140306758010581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15135] ppid=15126 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/15129/task/15135/stat : 15135 (java) S 15126 15129 14897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 103348930 14669148160 12787 33554432000 4194304 4196468 140736975069088 140306350934928 140306758010581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15136] ppid=15126 vsize=14325340 memory=2244 CPUtime=0 cores=0-7
/proc/15129/task/15136/stat : 15136 (java) S 15126 15129 14897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 103348930 14669148160 12787 33554432000 4194304 4196468 140736975069088 140306349881872 140306758010581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15137] ppid=15126 vsize=14325340 memory=139817627251631 CPUtime=0 cores=0-7
/proc/15129/task/15137/stat : 15137 (java) S 15126 15129 14897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 103348930 14669148160 12787 33554432000 4194304 4196468 140736975069088 140306348829328 140306758010581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15138] ppid=15126 vsize=14325340 memory=139817627253936 CPUtime=0 cores=0-7
/proc/15129/task/15138/stat : 15138 (java) S 15126 15129 14897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 103348930 14669148160 12787 33554432000 4194304 4196468 140736975069088 140306347776272 140306758010581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15139] ppid=15126 vsize=14325340 memory=139817627256240 CPUtime=0 cores=0-7
/proc/15129/task/15139/stat : 15139 (java) S 15126 15129 14897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 103348930 14669148160 12787 33554432000 4194304 4196468 140736975069088 140306346723728 140306758010581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15140] ppid=15126 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/15129/task/15140/stat : 15140 (java) S 15126 15129 14897 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 103348931 14669148160 12787 33554432000 4194304 4196468 140736975069088 140305947671280 140306758011522 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15141] ppid=15126 vsize=14325340 memory=279635254519440 CPUtime=0 cores=0-7
/proc/15129/task/15141/stat : 15141 (java) S 15126 15129 14897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 103348932 14669148160 12787 33554432000 4194304 4196468 140736975069088 140305946617504 140306758010581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15142] ppid=15126 vsize=14325340 memory=279635254526352 CPUtime=0 cores=0-7
/proc/15129/task/15142/stat : 15142 (java) S 15126 15129 14897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 103348932 14669148160 12787 33554432000 4194304 4196468 140736975069088 140305945564400 140306758010581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15143] ppid=15126 vsize=14325340 memory=279635254467632 CPUtime=0 cores=0-7
/proc/15129/task/15143/stat : 15143 (java) S 15126 15129 14897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 103348934 14669148160 12787 33554432000 4194304 4196468 140736975069088 140305944512976 140306758018971 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15144] ppid=15126 vsize=14325340 memory=279635254540176 CPUtime=0.02 cores=0-7
/proc/15129/task/15144/stat : 15144 (java) S 15126 15129 14897 0 -1 1077944384 554 0 0 0 2 0 0 0 20 0 20 0 103348934 14669148160 12787 33554432000 4194304 4196468 140736975069088 140305943460080 140306758011522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15145] ppid=15126 vsize=14325340 memory=279635254547088 CPUtime=0.04 cores=0-7
/proc/15129/task/15145/stat : 15145 (java) S 15126 15129 14897 0 -1 1077944384 222 0 0 0 4 0 0 0 20 0 20 0 103348934 14669148160 12787 33554432000 4194304 4196468 140736975069088 140305942407536 140306758011522 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15146] ppid=15126 vsize=14325340 memory=279635254544784 CPUtime=0.02 cores=0-7
/proc/15129/task/15146/stat : 15146 (java) S 15126 15129 14897 0 -1 1077944384 282 0 0 0 2 0 0 0 20 0 20 0 103348934 14669148160 12787 33554432000 4194304 4196468 140736975069088 140305941354480 140306758011522 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15147] ppid=15126 vsize=14325340 memory=279635254561344 CPUtime=0.08 cores=0-7
/proc/15129/task/15147/stat : 15147 (java) S 15126 15129 14897 0 -1 1077944384 413 0 0 0 8 0 0 0 20 0 20 0 103348934 14669148160 12787 33554432000 4194304 4196468 140736975069088 140305940301936 140306758011522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15148] ppid=15126 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/15129/task/15148/stat : 15148 (java) S 15126 15129 14897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 103348935 14669148160 12787 33554432000 4194304 4196468 140736975069088 140305939250144 140306758010581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15149] ppid=15126 vsize=14325340 memory=-1 CPUtime=0 cores=0-7
/proc/15129/task/15149/stat : 15149 (java) S 15126 15129 14897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 103348935 14669148160 12787 33554432000 4194304 4196468 140736975069088 140305938197680 140306758011522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 14325340 KiB
Current children cumulated memory: 50884 KiB

[startup+0.700894 s]
/proc/loadavg: 8.53 8.74 8.30 3/198 15149
/proc/meminfo: memFree=31456052/32770624 swapFree=67108860/67108860
[pid=15129] ppid=15126 vsize=14329436 memory=81744 CPUtime=1.11 cores=0-7
/proc/15129/stat : 15129 (java) S 15126 15129 14897 0 -1 1077944320 12991 0 0 0 104 7 0 0 20 0 20 0 103348929 14673342464 20436 33554432000 4194304 4196468 140736975069088 140736975051632 140306758000375 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
/proc/15129/statm: 3582359 20436 3753 1 0 3570074 0
[pid=15129/tid=15131] ppid=15126 vsize=14329436 memory=7230638415974067287 CPUtime=0.67 cores=0-7
/proc/15129/task/15131/stat : 15131 (java) R 15126 15129 14897 0 -1 4202560 9482 0 0 0 62 5 0 0 20 0 20 0 103348929 14673342464 20436 33554432000 4194304 4196468 140736975069088 140306762227744 140306742080862 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15132] ppid=15126 vsize=14329436 memory=65060164630104 CPUtime=0 cores=0-7
/proc/15129/task/15132/stat : 15132 (java) S 15126 15129 14897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 103348930 14673342464 20436 33554432000 4194304 4196468 140736975069088 140306354093072 140306758010581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15133] ppid=15126 vsize=14329436 memory=139817627268946 CPUtime=0 cores=0-7
/proc/15129/task/15133/stat : 15133 (java) S 15126 15129 14897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 103348930 14673342464 20436 33554432000 4194304 4196468 140736975069088 140306353040528 140306758010581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15134] ppid=15126 vsize=14329436 memory=0 CPUtime=0 cores=0-7
/proc/15129/task/15134/stat : 15134 (java) S 15126 15129 14897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 103348930 14673342464 20436 33554432000 4194304 4196468 140736975069088 140306351987472 140306758010581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15135] ppid=15126 vsize=14329436 memory=0 CPUtime=0 cores=0-7
/proc/15129/task/15135/stat : 15135 (java) S 15126 15129 14897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 103348930 14673342464 20436 33554432000 4194304 4196468 140736975069088 140306350934928 140306758010581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15136] ppid=15126 vsize=14329436 memory=0 CPUtime=0 cores=0-7
/proc/15129/task/15136/stat : 15136 (java) S 15126 15129 14897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 103348930 14673342464 20436 33554432000 4194304 4196468 140736975069088 140306349881872 140306758010581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15137] ppid=15126 vsize=14329436 memory=2353 CPUtime=0 cores=0-7
/proc/15129/task/15137/stat : 15137 (java) S 15126 15129 14897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 103348930 14673342464 20436 33554432000 4194304 4196468 140736975069088 140306348829328 140306758010581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15138] ppid=15126 vsize=14329436 memory=0 CPUtime=0 cores=0-7
/proc/15129/task/15138/stat : 15138 (java) S 15126 15129 14897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 103348930 14673342464 20436 33554432000 4194304 4196468 140736975069088 140306347776272 140306758010581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15139] ppid=15126 vsize=14329436 memory=1724 CPUtime=0 cores=0-7
/proc/15129/task/15139/stat : 15139 (java) S 15126 15129 14897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 103348930 14673342464 20436 33554432000 4194304 4196468 140736975069088 140306346723728 140306758010581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15140] ppid=15126 vsize=14329436 memory=1012 CPUtime=0 cores=0-7
/proc/15129/task/15140/stat : 15140 (java) S 15126 15129 14897 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 103348931 14673342464 20436 33554432000 4194304 4196468 140736975069088 140305947671280 140306758011522 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0

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

/proc/15129/task/15169/stat : 15169 (java) R 15126 15129 14897 0 -1 4202560 70988 0 0 0 244698 46 0 0 20 0 46 0 103349100 16453967872 126313 33554432000 4194304 4196468 140736975069088 140305833576896 140306404682486 0 4 0 16800975 0 0 0 -1 3 0 0 24 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15170] ppid=15126 vsize=16068328 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/15129/task/15170/stat : 15170 (java) S 15126 15129 14897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 46 0 103349100 16453967872 126313 33554432000 4194304 4196468 140736975069088 140305832526512 140306758010581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15171] ppid=15126 vsize=16068328 memory=512840 CPUtime=0 cores=0-7
/proc/15129/task/15171/stat : 15171 (java) S 15126 15129 14897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 46 0 103349100 16453967872 126313 33554432000 4194304 4196468 140736975069088 140305831473968 140306758010581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15172] ppid=15126 vsize=16068328 memory=513864 CPUtime=0 cores=0-7
/proc/15129/task/15172/stat : 15172 (java) S 15126 15129 14897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 46 0 103349100 16453967872 126313 33554432000 4194304 4196468 140736975069088 140305830421936 140306758010581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15173] ppid=15126 vsize=16068328 memory=2336 CPUtime=0 cores=0-7
/proc/15129/task/15173/stat : 15173 (java) S 15126 15129 14897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 46 0 103349101 16453967872 126313 33554432000 4194304 4196468 140736975069088 140305829369392 140306758010581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15174] ppid=15126 vsize=16068328 memory=4616 CPUtime=0 cores=0-7
/proc/15129/task/15174/stat : 15174 (java) S 15126 15129 14897 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 46 0 103349103 16453967872 126313 33554432000 4194304 4196468 140736975069088 140305828316336 140306758010581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15175] ppid=15126 vsize=16068328 memory=792 CPUtime=2446.76 cores=0-7
/proc/15129/task/15175/stat : 15175 (java) R 15126 15129 14897 0 -1 4202560 69399 0 0 0 244626 50 0 0 20 0 46 0 103349105 16453967872 126313 33554432000 4194304 4196468 140736975069088 140305827257168 140306399100933 0 4 0 16800975 0 0 0 -1 2 0 0 24 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
Current children cumulated CPU time: 19706.8 s
Current children cumulated vsize: 16068328 KiB
Current children cumulated memory: 505252 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 8.60 8.71 8.69 9/225 15214
/proc/meminfo: memFree=31016260/32770624 swapFree=67108860/67108860
[pid=15129] ppid=15126 vsize=16068328 memory=494588 CPUtime=19846.3 cores=0-7
/proc/15129/stat : 15129 (java) S 15126 15129 14897 0 -1 1077944320 1374343 0 0 0 1983620 1015 0 0 20 0 46 0 103348929 16453967872 123647 33554432000 4194304 4196468 140736975069088 140736975051632 140306758000375 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
/proc/15129/statm: 4017082 123647 3841 1 0 4004276 0
[pid=15129/tid=15131] ppid=15126 vsize=16068328 memory=6791534058613427641 CPUtime=1.47 cores=0-7
/proc/15129/task/15131/stat : 15131 (java) S 15126 15129 14897 0 -1 1077944384 12681 0 0 0 140 7 0 0 20 0 46 0 103348929 16453967872 123647 33554432000 4194304 4196468 140736975069088 140306762238080 140306758010581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15132] ppid=15126 vsize=16068328 memory=-7003737579269690708 CPUtime=12.44 cores=0-7
/proc/15129/task/15132/stat : 15132 (java) S 15126 15129 14897 0 -1 1077944384 67980 0 0 0 1186 58 0 0 20 0 46 0 103348930 16453967872 123647 33554432000 4194304 4196468 140736975069088 140306354093072 140306758010581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 17 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15133] ppid=15126 vsize=16068328 memory=0 CPUtime=12.39 cores=0-7
/proc/15129/task/15133/stat : 15133 (java) S 15126 15129 14897 0 -1 1077944384 77799 0 0 0 1180 59 0 0 20 0 46 0 103348930 16453967872 123647 33554432000 4194304 4196468 140736975069088 140306353040528 140306758010581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 18 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15134] ppid=15126 vsize=16068328 memory=0 CPUtime=12.46 cores=0-7
/proc/15129/task/15134/stat : 15134 (java) S 15126 15129 14897 0 -1 1077944384 70115 0 0 0 1182 64 0 0 20 0 46 0 103348930 16453967872 123647 33554432000 4194304 4196468 140736975069088 140306351987472 140306758010581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 16 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15135] ppid=15126 vsize=16068328 memory=0 CPUtime=12.39 cores=0-7
/proc/15129/task/15135/stat : 15135 (java) S 15126 15129 14897 0 -1 1077944384 71589 0 0 0 1178 61 0 0 20 0 46 0 103348930 16453967872 123647 33554432000 4194304 4196468 140736975069088 140306350934928 140306758010581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 16 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15136] ppid=15126 vsize=16068328 memory=0 CPUtime=12.44 cores=0-7
/proc/15129/task/15136/stat : 15136 (java) S 15126 15129 14897 0 -1 1077944384 71128 0 0 0 1182 62 0 0 20 0 46 0 103348930 16453967872 123647 33554432000 4194304 4196468 140736975069088 140306349881872 140306758010581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 17 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15137] ppid=15126 vsize=16068328 memory=0 CPUtime=12.42 cores=0-7
/proc/15129/task/15137/stat : 15137 (java) S 15126 15129 14897 0 -1 1077944384 71376 0 0 0 1183 59 0 0 20 0 46 0 103348930 16453967872 123647 33554432000 4194304 4196468 140736975069088 140306348829328 140306758010581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 17 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15138] ppid=15126 vsize=16068328 memory=0 CPUtime=12.46 cores=0-7
/proc/15129/task/15138/stat : 15138 (java) S 15126 15129 14897 0 -1 1077944384 75475 0 0 0 1188 58 0 0 20 0 46 0 103348930 16453967872 123647 33554432000 4194304 4196468 140736975069088 140306347776272 140306758010581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 17 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15139] ppid=15126 vsize=16068328 memory=0 CPUtime=12.43 cores=0-7
/proc/15129/task/15139/stat : 15139 (java) S 15126 15129 14897 0 -1 1077944384 69547 0 0 0 1183 60 0 0 20 0 46 0 103348930 16453967872 123647 33554432000 4194304 4196468 140736975069088 140306346723728 140306758010581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 17 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15140] ppid=15126 vsize=16068328 memory=792 CPUtime=13.02 cores=0-7
/proc/15129/task/15140/stat : 15140 (java) S 15126 15129 14897 0 -1 1077944384 144527 0 0 0 1112 190 0 0 20 0 46 0 103348931 16453967872 123647 33554432000 4194304 4196468 140736975069088 140305947671280 140306758011522 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 50 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15141] ppid=15126 vsize=16068328 memory=496640 CPUtime=0 cores=0-7
/proc/15129/task/15141/stat : 15141 (java) S 15126 15129 14897 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 46 0 103348932 16453967872 123647 33554432000 4194304 4196468 140736975069088 140305946617568 140306758010581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15142] ppid=15126 vsize=16068328 memory=13040 CPUtime=0 cores=0-7
/proc/15129/task/15142/stat : 15142 (java) S 15126 15129 14897 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 46 0 103348932 16453967872 123647 33554432000 4194304 4196468 140736975069088 140305945564416 140306758010581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15143] ppid=15126 vsize=16068328 memory=1944 CPUtime=0 cores=0-7
/proc/15129/task/15143/stat : 15143 (java) S 15126 15129 14897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 46 0 103348934 16453967872 123647 33554432000 4194304 4196468 140736975069088 140305944512976 140306758018971 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15144] ppid=15126 vsize=16068328 memory=1196 CPUtime=1.91 cores=0-7
/proc/15129/task/15144/stat : 15144 (java) S 15126 15129 14897 0 -1 1077944384 9252 0 0 0 188 3 0 0 20 0 46 0 103348934 16453967872 123647 33554432000 4194304 4196468 140736975069088 140305943460080 140306758011522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15145] ppid=15126 vsize=16068328 memory=8548 CPUtime=1.85 cores=0-7
/proc/15129/task/15145/stat : 15145 (java) S 15126 15129 14897 0 -1 1077944384 8705 0 0 0 183 2 0 0 20 0 46 0 103348934 16453967872 123647 33554432000 4194304 4196468 140736975069088 140305942407536 140306758011522 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15146] ppid=15126 vsize=16068328 memory=1228 CPUtime=1.82 cores=0-7
/proc/15129/task/15146/stat : 15146 (java) S 15126 15129 14897 0 -1 1077944384 8261 0 0 0 180 2 0 0 20 0 46 0 103348934 16453967872 123647 33554432000 4194304 4196468 140736975069088 140305941354480 140306758011522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15147] ppid=15126 vsize=16068328 memory=15876 CPUtime=0.71 cores=0-7
/proc/15129/task/15147/stat : 15147 (java) S 15126 15129 14897 0 -1 1077944384 11949 0 0 0 68 3 0 0 20 0 46 0 103348934 16453967872 123647 33554432000 4194304 4196468 140736975069088 140305940301936 140306758011522 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 5 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15148] ppid=15126 vsize=16068328 memory=18476 CPUtime=0 cores=0-7
/proc/15129/task/15148/stat : 15148 (java) S 15126 15129 14897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 46 0 103348935 16453967872 123647 33554432000 4194304 4196468 140736975069088 140305939250144 140306758010581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15149] ppid=15126 vsize=16068328 memory=16668 CPUtime=0.76 cores=0-7
/proc/15129/task/15149/stat : 15149 (java) S 15126 15129 14897 0 -1 1077944384 6538 0 0 0 56 20 0 0 20 0 46 0 103348935 16453967872 123647 33554432000 4194304 4196468 140736975069088 140305938197680 140306758011522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 54 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15150] ppid=15126 vsize=16068328 memory=4040 CPUtime=0 cores=0-7
/proc/15129/task/15150/stat : 15150 (java) S 15126 15129 14897 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 46 0 103349055 16453967872 123647 33554432000 4194304 4196468 140736975069088 140305927910400 140306758010581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15151] ppid=15126 vsize=16068328 memory=1236 CPUtime=2.28 cores=0-7
/proc/15129/task/15151/stat : 15151 (java) S 15126 15129 14897 0 -1 1077944384 17258 0 0 0 88 140 0 0 20 0 46 0 103349068 16453967872 123647 33554432000 4194304 4196468 140736975069088 140305924760992 140306758011522 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15152] ppid=15126 vsize=16068328 memory=644 CPUtime=0.03 cores=0-7
/proc/15129/task/15152/stat : 15152 (java) S 15126 15129 14897 0 -1 1077944384 86 0 0 0 3 0 0 0 20 0 46 0 103349078 16453967872 123647 33554432000 4194304 4196468 140736975069088 140305923707824 140306758010581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15153] ppid=15126 vsize=16068328 memory=1788 CPUtime=0.14 cores=0-7
/proc/15129/task/15153/stat : 15153 (java) S 15126 15129 14897 0 -1 1077944384 152 0 0 0 14 0 0 0 20 0 46 0 103349078 16453967872 123647 33554432000 4194304 4196468 140736975069088 140305922655280 140306758010581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15154] ppid=15126 vsize=16068328 memory=497156 CPUtime=0.08 cores=0-7
/proc/15129/task/15154/stat : 15154 (java) S 15126 15129 14897 0 -1 1077944384 53 0 0 0 8 0 0 0 20 0 46 0 103349079 16453967872 123647 33554432000 4194304 4196468 140736975069088 140305921602224 140306758010581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15155] ppid=15126 vsize=16068328 memory=288230604624101684 CPUtime=2465.81 cores=0-7
/proc/15129/task/15155/stat : 15155 (java) R 15126 15129 14897 0 -1 4202560 71290 0 0 0 246538 43 0 0 20 0 46 0 103349081 16453967872 123647 33554432000 4194304 4196468 140736975069088 140305918446512 140306404559787 0 4 0 16800975 0 0 0 -1 3 0 0 26 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15156] ppid=15126 vsize=16068328 memory=14135562827204840 CPUtime=2464.97 cores=0-7
/proc/15129/task/15156/stat : 15156 (java) R 15126 15129 14897 0 -1 4202560 77368 0 0 0 246451 46 0 0 20 0 46 0 103349081 16453967872 123647 33554432000 4194304 4196468 140736975069088 140305917394480 140306396721229 0 4 0 16800975 0 0 0 -1 4 0 0 28 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15157] ppid=15126 vsize=16068328 memory=1012 CPUtime=0.12 cores=0-7
/proc/15129/task/15157/stat : 15157 (java) S 15126 15129 14897 0 -1 1077944384 58 0 0 0 12 0 0 0 20 0 46 0 103349081 16453967872 123647 33554432000 4194304 4196468 140736975069088 140305916347952 140306758010581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15158] ppid=15126 vsize=16068328 memory=1716 CPUtime=0.08 cores=0-7
/proc/15129/task/15158/stat : 15158 (java) S 15126 15129 14897 0 -1 1077944384 69 0 0 0 8 0 0 0 20 0 46 0 103349081 16453967872 123647 33554432000 4194304 4196468 140736975069088 140305915294896 140306758010581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15159] ppid=15126 vsize=16068328 memory=5792 CPUtime=0.12 cores=0-7
/proc/15129/task/15159/stat : 15159 (java) S 15126 15129 14897 0 -1 1077944384 75 0 0 0 12 0 0 0 20 0 46 0 103349081 16453967872 123647 33554432000 4194304 4196468 140736975069088 140305914242352 140306758010581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15160] ppid=15126 vsize=16068328 memory=4616 CPUtime=0.12 cores=0-7
/proc/15129/task/15160/stat : 15160 (java) S 15126 15129 14897 0 -1 1077944384 40 0 0 0 12 0 0 0 20 0 46 0 103349081 16453967872 123647 33554432000 4194304 4196468 140736975069088 140305913189296 140306758010581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15161] ppid=15126 vsize=16068328 memory=792 CPUtime=2467.02 cores=0-7
/proc/15129/task/15161/stat : 15161 (java) R 15126 15129 14897 0 -1 4202560 74089 0 0 0 246654 48 0 0 20 0 46 0 103349081 16453967872 123647 33554432000 4194304 4196468 140736975069088 140305844128944 140306404887902 0 4 0 16800975 0 0 0 -1 5 0 0 32 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15162] ppid=15126 vsize=16068328 memory=1420 CPUtime=0.04 cores=0-7
/proc/15129/task/15162/stat : 15162 (java) S 15126 15129 14897 0 -1 1077944384 31 0 0 0 4 0 0 0 20 0 46 0 103349086 16453967872 123647 33554432000 4194304 4196468 140736975069088 140305843081904 140306758010581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15163] ppid=15126 vsize=16068328 memory=13040 CPUtime=0.04 cores=0-7
/proc/15129/task/15163/stat : 15163 (java) S 15126 15129 14897 0 -1 1077944384 31 0 0 0 4 0 0 0 20 0 46 0 103349086 16453967872 123647 33554432000 4194304 4196468 140736975069088 140305842029360 140306758010581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15164] ppid=15126 vsize=16068328 memory=1944 CPUtime=2464.61 cores=0-7
/proc/15129/task/15164/stat : 15164 (java) R 15126 15129 14897 0 -1 4202560 71591 0 0 0 246412 49 0 0 20 0 46 0 103349099 16453967872 123647 33554432000 4194304 4196468 140736975069088 140305838837296 140306404682486 0 4 0 16800975 0 0 0 -1 0 0 0 24 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15165] ppid=15126 vsize=16068328 memory=1196 CPUtime=2466.78 cores=0-7
/proc/15129/task/15165/stat : 15165 (java) R 15126 15129 14897 0 -1 4202560 73807 0 0 0 246630 48 0 0 20 0 46 0 103349100 16453967872 123647 33554432000 4194304 4196468 140736975069088 140305837787360 140306399099646 0 4 0 16800975 0 0 0 -1 2 0 0 25 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15166] ppid=15126 vsize=16068328 memory=8548 CPUtime=0.01 cores=0-7
/proc/15129/task/15166/stat : 15166 (java) S 15126 15129 14897 0 -1 1077944384 26 0 0 0 1 0 0 0 20 0 46 0 103349100 16453967872 123647 33554432000 4194304 4196468 140736975069088 140305836737712 140306758010581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15167] ppid=15126 vsize=16068328 memory=1228 CPUtime=0 cores=0-7
/proc/15129/task/15167/stat : 15167 (java) S 15126 15129 14897 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 46 0 103349100 16453967872 123647 33554432000 4194304 4196468 140736975069088 140305835685168 140306758010581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15168] ppid=15126 vsize=16068328 memory=956 CPUtime=2463.95 cores=0-7
/proc/15129/task/15168/stat : 15168 (java) R 15126 15129 14897 0 -1 1077944384 69138 0 0 0 246348 47 0 0 20 0 46 0 103349100 16453967872 123647 33554432000 4194304 4196468 140736975069088 140305834626096 140306758010581 0 4 0 16800975 0 0 0 -1 1 0 0 29 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15169] ppid=15126 vsize=16068328 memory=2344 CPUtime=2464.75 cores=0-7
/proc/15129/task/15169/stat : 15169 (java) R 15126 15129 14897 0 -1 4202560 71091 0 0 0 246429 46 0 0 20 0 46 0 103349100 16453967872 123647 33554432000 4194304 4196468 140736975069088 140305833573744 140306405531937 0 4 0 16800975 0 0 0 -1 1 0 0 24 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15170] ppid=15126 vsize=16068328 memory=928 CPUtime=0 cores=0-7
/proc/15129/task/15170/stat : 15170 (java) S 15126 15129 14897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 46 0 103349100 16453967872 123647 33554432000 4194304 4196468 140736975069088 140305832526512 140306758010581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15171] ppid=15126 vsize=16068328 memory=1568 CPUtime=0 cores=0-7
/proc/15129/task/15171/stat : 15171 (java) S 15126 15129 14897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 46 0 103349100 16453967872 123647 33554432000 4194304 4196468 140736975069088 140305831473968 140306758010581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15172] ppid=15126 vsize=16068328 memory=2240 CPUtime=0 cores=0-7
/proc/15129/task/15172/stat : 15172 (java) S 15126 15129 14897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 46 0 103349100 16453967872 123647 33554432000 4194304 4196468 140736975069088 140305830421936 140306758010581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15173] ppid=15126 vsize=16068328 memory=4128 CPUtime=0 cores=0-7
/proc/15129/task/15173/stat : 15173 (java) S 15126 15129 14897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 46 0 103349101 16453967872 123647 33554432000 4194304 4196468 140736975069088 140305829369392 140306758010581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15174] ppid=15126 vsize=16068328 memory=2204 CPUtime=0 cores=0-7
/proc/15129/task/15174/stat : 15174 (java) S 15126 15129 14897 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 46 0 103349103 16453967872 123647 33554432000 4194304 4196468 140736975069088 140305828316336 140306758010581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15175] ppid=15126 vsize=16068328 memory=6764 CPUtime=2464.13 cores=0-7
/proc/15129/task/15175/stat : 15175 (java) R 15126 15129 14897 0 -1 4202560 69556 0 0 0 246363 50 0 0 20 0 46 0 103349105 16453967872 123647 33554432000 4194304 4196468 140736975069088 140305827257776 140306401315257 0 4 0 16800975 0 0 0 -1 6 0 0 24 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
Current children cumulated CPU time: 19846.3 s
Current children cumulated vsize: 16068328 KiB
Current children cumulated memory: 494588 KiB

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

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

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

[startup+2520.13 s]
/proc/loadavg: 8.60 8.71 8.69 9/225 15214
/proc/meminfo: memFree=31016260/32770624 swapFree=67108860/67108860
[pid=15129] ppid=15126 vsize=16201456 memory=494652 CPUtime=19847.3 cores=0-7
/proc/15129/stat : 15129 (java) S 15126 15129 14897 0 -1 1077944320 1374756 0 0 0 1983718 1015 0 0 20 0 45 0 103348929 16590290944 123663 33554432000 4194304 4196468 140736975069088 140736975051632 140306758000375 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
/proc/15129/statm: 4050364 123663 3843 1 0 4037558 0
[pid=15129/tid=15131] ppid=15126 vsize=16201456 memory=495104 CPUtime=1.47 cores=0-7
/proc/15129/task/15131/stat : 15131 (java) S 15126 15129 14897 0 -1 1077944384 12681 0 0 0 140 7 0 0 20 0 45 0 103348929 16590290944 123663 33554432000 4194304 4196468 140736975069088 140306762238080 140306758010581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15132] ppid=15126 vsize=16201456 memory=497156 CPUtime=12.44 cores=0-7
/proc/15129/task/15132/stat : 15132 (java) S 15126 15129 14897 0 -1 1077944384 67980 0 0 0 1186 58 0 0 20 0 45 0 103348930 16590290944 123663 33554432000 4194304 4196468 140736975069088 140306354093072 140306758010581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 17 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15133] ppid=15126 vsize=16201456 memory=494588 CPUtime=12.39 cores=0-7
/proc/15129/task/15133/stat : 15133 (java) S 15126 15129 14897 0 -1 1077944384 77799 0 0 0 1180 59 0 0 20 0 45 0 103348930 16590290944 123663 33554432000 4194304 4196468 140736975069088 140306353040528 140306758010581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 18 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15134] ppid=15126 vsize=16201456 memory=0 CPUtime=12.46 cores=0-7
/proc/15129/task/15134/stat : 15134 (java) S 15126 15129 14897 0 -1 1077944384 70115 0 0 0 1182 64 0 0 20 0 45 0 103348930 16590290944 123697 33554432000 4194304 4196468 140736975069088 140306351987472 140306758010581 256 4 0 16800975 0 0 0 -1 5 0 0 16 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15135] ppid=15126 vsize=16201456 memory=139817627589803 CPUtime=12.39 cores=0-7
/proc/15129/task/15135/stat : 15135 (java) R 15126 15129 14897 0 -1 1077944384 71589 0 0 0 1178 61 0 0 20 0 41 0 103348930 16590290944 123779 33554432000 4194304 4196468 140736975069088 140306350934928 140306758010581 256 4 0 16800975 0 0 0 -1 0 0 0 16 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15152] ppid=15126 vsize=16201456 memory=2336 CPUtime=0.03 cores=0-7
/proc/15129/task/15152/stat : 15152 (java) R 15126 15129 14897 0 -1 1077944384 86 0 0 0 3 0 0 0 20 0 16 0 103349078 16590290944 123912 33554432000 4194304 4196468 140736975069088 140305923707824 140306758010581 256 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15154] ppid=15126 vsize=16201456 memory=4140 CPUtime=0.08 cores=0-7
/proc/15129/task/15154/stat : 15154 (java) R 15126 15129 14897 0 -1 1077944384 53 0 0 0 8 0 0 0 20 0 7 0 103349079 16590290944 124024 33554432000 4194304 4196468 140736975069088 140305921602224 140306758010581 256 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15156] ppid=15126 vsize=16201456 memory=1296 CPUtime=2465.09 cores=0-7
/proc/15129/task/15156/stat : 15156 (java) R 15126 15129 14897 0 -1 1077944384 77368 0 0 0 246463 46 0 0 20 0 6 0 103349081 16590290944 124062 33554432000 4194304 4196468 140736975069088 140305917394640 140306758010581 256 4 0 16800975 0 0 0 -1 4 0 0 28 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
[pid=15129/tid=15157] ppid=15126 vsize=16201456 memory=2336 CPUtime=0.12 cores=0-7
/proc/15129/task/15157/stat : 15157 (java) R 15126 15129 14897 0 -1 1077944384 58 0 0 0 12 0 0 0 20 0 4 0 103349081 16590290944 124121 33554432000 4194304 4196468 140736975069088 140305916347952 140306758010581 256 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 39288832 140736975070305 140736975070491 140736975070491 140736975073231 0
Current children cumulated CPU time: 19847.3 s
Current children cumulated vsize: 16201456 KiB
Current children cumulated memory: 494652 KiB

Child status: 143
Real time (s): 2520.14
CPU time (s): 19847.3
CPU user time (s): 19837.2
CPU system time (s): 10.1592
CPU usage (%): 787.549
Max. virtual memory (cumulated for all children) (KiB): 16201456
Max. memory (cumulated for all children) (KiB): 1768384

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19837.2
system time used= 10.1592
maximum resident set size= 1770432
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1374797
page faults= 0
swaps= 0
block input operations= 0
block output operations= 4408
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1070563
involuntary context switches= 439284


# summary of solver processes directly reported to runsolver:
#   pid: 15129
#   total CPU time (s): 19847.3
#   total CPU user time (s): 19837.2
#   total CPU system time (s): 10.1592

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 27.5367 second user time and 36.3611 second system time

The end

Launcher Data

Begin job on node103 at 2017-08-14 11:09:08
IDJOB=4275258
IDBENCH=124113
IDSOLVER=2668
FILE ID=node103/4275258-1502702607
RUNJOBID= node103-1502701745-14924
PBS_JOBID= 20629011
Free space on /tmp= 61796 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-07-26
BENCH NAME= XCSP17/AllInterval/AllInterval-m1-s1/AllInterval-035.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-4275258-1502702607/watcher-4275258-1502702607 -o /tmp/evaluation-result-4275258-1502702607/solver-4275258-1502702607 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node103-1502701745-14924 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1506699077 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4275258-1502702607.xml

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

MD5SUM BENCH= fe30f006f3af9f6842518347a037ed7d
RANDOM SEED=1506699077

node103.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.56
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.56
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.56
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.56
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:        31503580 kB
MemAvailable:   31982204 kB
Buffers:          149724 kB
Cached:           615152 kB
SwapCached:            0 kB
Active:           606372 kB
Inactive:         213668 kB
Active(anon):       4776 kB
Inactive(anon):    78604 kB
Active(file):     601596 kB
Inactive(file):   135064 kB
Unevictable:        6424 kB
Mlocked:            6424 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42560 kB
Writeback:             0 kB
AnonPages:         74100 kB
Mapped:            44524 kB
Shmem:             25228 kB
Slab:             141388 kB
SReclaimable:     115596 kB
SUnreclaim:        25792 kB
KernelStack:        3520 kB
PageTables:         5132 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     323380 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     20480 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61752 MiB
End job on node103 at 2017-08-14 11:51:09