Trace number 4273618

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
OscaR - Conflict Ordering 2017-07-26OPT0 58.954601 56.206001

General information on the benchmark

NameQueenAttacking/QueenAttacking-m1-s1/
QueenAttacking-06.xml
MD5SUM315e274f87a0401bb6a43b890592ba0e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark18.0944
Satisfiable
(Un)Satisfiability was proved
Number of variables48
Number of constraints47
Number of domains2
Minimum domain size2
Maximum domain size36
Distribution of domain sizes[{"size":2,"count":11},{"size":36,"count":37}]
Minimum variable degree2
Maximum variable degree11
Distribution of variable degrees[{"degree":2,"count":13},{"degree":3,"count":23},{"degree":4,"count":11},{"degree":11,"count":1}]
Minimum constraint arity2
Maximum constraint arity36
Distribution of constraint arities[{"arity":2,"count":35},{"arity":3,"count":11},{"arity":36,"count":1}]
Number of extensional constraints0
Number of intensional constraints46
Distribution of constraint types[{"type":"intension","count":46},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.23/0.41	c version: 2017-07-26
0.23/0.41	c seed: 1368088904
0.23/0.41	c timeout: 2520
0.23/0.41	c memlimit: 11000
0.23/0.41	c nbcore: 4
0.39/0.43	c Parsing instance...
1.62/1.05	c Parsing done, starting search...
18.39/16.21	o 11
18.39/16.24	o 10
18.98/16.41	o 9
20.59/18.02	o 8
22.07/19.46	o 7
29.88/27.27	o 6
31.10/28.48	o 5
31.59/28.93	o 4
33.49/30.90	o 3
43.12/40.46	o 2
43.61/40.94	o 1
58.85/56.18	o 0
58.85/56.18	s OPTIMUM FOUND
58.85/56.18	v <instantiation>
58.85/56.18	v 	<list>
58.85/56.18	v 		q 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] b[0] b[1] b[2] b[3] b[4] b[5] b[6] b[7] b[8] b[9] b[10]
58.85/56.18	v 	</list>
58.85/56.18	v 	<values>
58.85/56.18	v 		20 6 2 10 23 34 26 30 19 8 0 13 9 5 16 29 33 25 21 32 28 17 4 15 11 3 7 18 31 27 35 22 14 1 12 20 24 0 0 0 0 0 0 0 0 0 0 0 
58.85/56.18	v 	</values>
58.85/56.18	v </instantiation>

Verifier Data

OK	0

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4273618-1502795161/watcher-4273618-1502795161 -o /tmp/evaluation-result-4273618-1502795161/solver-4273618-1502795161 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502652501-6259 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 1368088904 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4273618-1502795161.xml 

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

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


[startup+0.100138 s]*
/proc/loadavg: 1.06 1.30 1.37 3/199 30334
/proc/meminfo: memFree=30960140/32770624 swapFree=67108860/67108860
[pid=30332] ppid=30329 vsize=13358552 memory=12028 CPUtime=0 cores=1,3,5,7
/proc/30332/stat : 30332 (java) S 30329 30332 8289 0 -1 1077944320 2824 0 0 0 0 0 0 0 20 0 6 0 127331276 13679157248 3007 18446744073709551615 4194304 4196468 140725012512832 140725012495376 139900824186615 0 0 1 16784584 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
/proc/30332/statm: 3339638 3007 1474 1 0 3329135 0
[pid=30332/tid=30334] ppid=30329 vsize=13358552 memory=-6439968830534014599 CPUtime=0 cores=1,3,5,7
/proc/30332/task/30334/stat : 30334 (java) R 30329 30332 8289 0 -1 4202560 1536 0 0 0 0 0 0 0 20 0 6 0 127331286 13679157248 3007 18446744073709551615 4194304 4196468 140725012512832 139900828422736 139900785167363 0 4 1 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
[pid=30332/tid=30335] ppid=30329 vsize=13358552 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30332/task/30335/stat : 30335 (java) S 30329 30332 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 127331286 13679157248 3007 18446744073709551615 4194304 4196468 140725012512832 139900781152912 139900824196821 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
[pid=30332/tid=30336] ppid=30329 vsize=13358552 memory=140449206261376 CPUtime=0 cores=1,3,5,7
/proc/30332/task/30336/stat : 30336 (java) S 30329 30332 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 127331286 13679157248 3007 18446744073709551615 4194304 4196468 140725012512832 139900780100112 139900824196821 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
[pid=30332/tid=30337] ppid=30329 vsize=13358552 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30332/task/30337/stat : 30337 (java) S 30329 30332 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 127331286 13679157248 3007 18446744073709551615 4194304 4196468 140725012512832 139900779047312 139900824196821 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
[pid=30332/tid=30338] ppid=30329 vsize=13358552 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30332/task/30338/stat : 30338 (java) S 30329 30332 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 127331287 13679157248 3073 18446744073709551615 4194304 4196468 140725012512832 139900777994512 139900824196821 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 13358552 KiB
Current children cumulated memory: 12028 KiB

[startup+0.209916 s]*
/proc/loadavg: 1.06 1.30 1.37 2/211 30346
/proc/meminfo: memFree=30950032/32770624 swapFree=67108860/67108860
[pid=30332] ppid=30329 vsize=13976388 memory=24136 CPUtime=0.05 cores=1,3,5,7
/proc/30332/stat : 30332 (java) S 30329 30332 8289 0 -1 1077944320 5505 0 0 0 5 0 0 0 20 0 15 0 127331276 14311821312 6034 18446744073709551615 4194304 4196468 140725012512832 140725012495376 139900824186615 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
/proc/30332/statm: 3494097 6034 3003 1 0 3482876 0
[pid=30332/tid=30334] ppid=30329 vsize=13976388 memory=7077796292425249400 CPUtime=0.04 cores=1,3,5,7
/proc/30332/task/30334/stat : 30334 (java) R 30329 30332 8289 0 -1 4202560 3629 0 0 0 4 0 0 0 20 0 15 0 127331286 14311821312 6034 18446744073709551615 4194304 4196468 140725012512832 139900828428896 139900785168246 0 4 1 16800974 0 0 0 -1 1 0 0 5 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
[pid=30332/tid=30335] ppid=30329 vsize=13976388 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30332/task/30335/stat : 30335 (java) S 30329 30332 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 127331286 14311821312 6034 18446744073709551615 4194304 4196468 140725012512832 139900781152912 139900824196821 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
[pid=30332/tid=30336] ppid=30329 vsize=13976388 memory=140449206261376 CPUtime=0 cores=1,3,5,7
/proc/30332/task/30336/stat : 30336 (java) S 30329 30332 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 127331286 14311821312 6034 18446744073709551615 4194304 4196468 140725012512832 139900780100112 139900824196821 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
[pid=30332/tid=30337] ppid=30329 vsize=13976388 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30332/task/30337/stat : 30337 (java) S 30329 30332 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 127331286 14311821312 6100 18446744073709551615 4194304 4196468 140725012512832 139900779047312 139900824196821 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
[pid=30332/tid=30338] ppid=30329 vsize=13976388 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30332/task/30338/stat : 30338 (java) S 30329 30332 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 127331287 14311821312 6100 18446744073709551615 4194304 4196468 140725012512832 139900777994512 139900824196821 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
[pid=30332/tid=30339] ppid=30329 vsize=13976388 memory=140449206261376 CPUtime=0 cores=1,3,5,7
/proc/30332/task/30339/stat : 30339 (java) S 30329 30332 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 127331288 14311821312 6100 18446744073709551615 4194304 4196468 140725012512832 139900302113648 139900824197762 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
[pid=30332/tid=30340] ppid=30329 vsize=13976388 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30332/task/30340/stat : 30340 (java) S 30329 30332 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 127331288 14311821312 6100 18446744073709551615 4194304 4196468 140725012512832 139900301059616 139900824196821 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
[pid=30332/tid=30341] ppid=30329 vsize=13976388 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30332/task/30341/stat : 30341 (java) S 30329 30332 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 127331288 14311821312 6100 18446744073709551615 4194304 4196468 140725012512832 139900300006768 139900824196821 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
[pid=30332/tid=30342] ppid=30329 vsize=13976388 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30332/task/30342/stat : 30342 (java) S 30329 30332 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 127331291 14311821312 6100 18446744073709551615 4194304 4196468 140725012512832 139900298955088 139900824205211 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
[pid=30332/tid=30343] ppid=30329 vsize=13976388 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30332/task/30343/stat : 30343 (java) S 30329 30332 8289 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 15 0 127331291 14311821312 6100 18446744073709551615 4194304 4196468 140725012512832 139900297902448 139900824197762 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
[pid=30332/tid=30344] ppid=30329 vsize=13976388 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30332/task/30344/stat : 30344 (java) S 30329 30332 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 127331291 14311821312 6100 18446744073709551615 4194304 4196468 140725012512832 139900296849648 139900824197762 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
[pid=30332/tid=30345] ppid=30329 vsize=13976388 memory=140449206261376 CPUtime=0 cores=1,3,5,7
/proc/30332/task/30345/stat : 30345 (java) S 30329 30332 8289 0 -1 1077944384 222 0 0 0 0 0 0 0 20 0 15 0 127331291 14311821312 6100 18446744073709551615 4194304 4196468 140725012512832 139900295796848 139900824197762 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
[pid=30332/tid=30346] ppid=30329 vsize=13976388 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30332/task/30346/stat : 30346 (java) S 30329 30332 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 127331291 14311821312 6166 18446744073709551615 4194304 4196468 140725012512832 139900294744288 139900824196821 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
[pid=30332/tid=30347] ppid=30329 vsize=13976388 memory=140449206261376 CPUtime=0 cores=1,3,5,7
/proc/30332/task/30347/stat : 30347 (java) S 30329 30332 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 127331297 14311821312 6166 18446744073709551615 4194304 4196468 140725012512832 139900293692592 139900824197762 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 13976388 KiB
Current children cumulated memory: 24136 KiB

[startup+0.316212 s]*
/proc/loadavg: 1.06 1.30 1.37 3/212 30347
/proc/meminfo: memFree=30934676/32770624 swapFree=67108860/67108860
[pid=30332] ppid=30329 vsize=13975920 memory=39544 CPUtime=0.23 cores=1,3,5,7
/proc/30332/stat : 30332 (java) S 30329 30332 8289 0 -1 1077944320 10123 0 0 0 21 2 0 0 20 0 15 0 127331276 14311342080 9886 18446744073709551615 4194304 4196468 140725012512832 140725012495376 139900824186615 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
/proc/30332/statm: 3493980 9886 3552 1 0 3482759 0
[pid=30332/tid=30334] ppid=30329 vsize=13975920 memory=-8774313645642428999 CPUtime=0.15 cores=1,3,5,7
/proc/30332/task/30334/stat : 30334 (java) R 30329 30332 8289 0 -1 4202560 7853 0 0 0 14 1 0 0 20 0 15 0 127331286 14311342080 9886 18446744073709551615 4194304 4196468 140725012512832 139900828413808 139900824208541 0 4 1 16800974 0 0 0 -1 1 0 0 5 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
[pid=30332/tid=30335] ppid=30329 vsize=13975920 memory=7077796292425249400 CPUtime=0 cores=1,3,5,7
/proc/30332/task/30335/stat : 30335 (java) S 30329 30332 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 127331286 14311342080 9886 18446744073709551615 4194304 4196468 140725012512832 139900781152912 139900824196821 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
[pid=30332/tid=30336] ppid=30329 vsize=13975920 memory=140449206268369 CPUtime=0 cores=1,3,5,7
/proc/30332/task/30336/stat : 30336 (java) S 30329 30332 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 127331286 14311342080 9886 18446744073709551615 4194304 4196468 140725012512832 139900780100112 139900824196821 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
[pid=30332/tid=30337] ppid=30329 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30332/task/30337/stat : 30337 (java) S 30329 30332 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 127331286 14311342080 9886 18446744073709551615 4194304 4196468 140725012512832 139900779047312 139900824196821 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
[pid=30332/tid=30338] ppid=30329 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30332/task/30338/stat : 30338 (java) S 30329 30332 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 127331287 14311342080 9886 18446744073709551615 4194304 4196468 140725012512832 139900777994512 139900824196821 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
[pid=30332/tid=30339] ppid=30329 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30332/task/30339/stat : 30339 (java) S 30329 30332 8289 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 127331288 14311342080 9886 18446744073709551615 4194304 4196468 140725012512832 139900302113648 139900824197762 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
[pid=30332/tid=30340] ppid=30329 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30332/task/30340/stat : 30340 (java) S 30329 30332 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 127331288 14311342080 9886 18446744073709551615 4194304 4196468 140725012512832 139900301059616 139900824196821 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
[pid=30332/tid=30341] ppid=30329 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30332/task/30341/stat : 30341 (java) S 30329 30332 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 127331288 14311342080 9886 18446744073709551615 4194304 4196468 140725012512832 139900300006768 139900824196821 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
[pid=30332/tid=30342] ppid=30329 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30332/task/30342/stat : 30342 (java) S 30329 30332 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 127331291 14311342080 9886 18446744073709551615 4194304 4196468 140725012512832 139900298955088 139900824205211 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
[pid=30332/tid=30343] ppid=30329 vsize=13975920 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/30332/task/30343/stat : 30343 (java) S 30329 30332 8289 0 -1 1077944384 474 0 0 0 1 0 0 0 20 0 15 0 127331291 14311342080 9886 18446744073709551615 4194304 4196468 140725012512832 139900297902448 139900824197762 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
[pid=30332/tid=30344] ppid=30329 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30332/task/30344/stat : 30344 (java) R 30329 30332 8289 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 15 0 127331291 14311342080 9886 18446744073709551615 4194304 4196468 140725012512832 139900296849648 139900824197762 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
[pid=30332/tid=30345] ppid=30329 vsize=13975920 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/30332/task/30345/stat : 30345 (java) R 30329 30332 8289 0 -1 1077944384 378 0 0 0 4 0 0 0 20 0 15 0 127331291 14311342080 9886 18446744073709551615 4194304 4196468 140725012512832 139900295796848 139900824197762 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
[pid=30332/tid=30346] ppid=30329 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30332/task/30346/stat : 30346 (java) S 30329 30332 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 127331291 14311342080 9886 18446744073709551615 4194304 4196468 140725012512832 139900294744288 139900824196821 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
[pid=30332/tid=30347] ppid=30329 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30332/task/30347/stat : 30347 (java) S 30329 30332 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 127331297 14311342080 9886 18446744073709551615 4194304 4196468 140725012512832 139900293692592 139900824197762 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 13975920 KiB
Current children cumulated memory: 39544 KiB

[startup+0.702307 s]
/proc/loadavg: 1.06 1.30 1.37 4/212 30347
/proc/meminfo: memFree=30921860/32770624 swapFree=67108860/67108860
[pid=30332] ppid=30329 vsize=13977988 memory=66692 CPUtime=0.9 cores=1,3,5,7
/proc/30332/stat : 30332 (java) S 30329 30332 8289 0 -1 1077944320 13884 0 0 0 85 5 0 0 20 0 15 0 127331276 14313459712 16673 18446744073709551615 4194304 4196468 140725012512832 140725012495376 139900824186615 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
/proc/30332/statm: 3494497 16673 3726 1 0 3483271 0
[pid=30332/tid=30334] ppid=30329 vsize=13977988 memory=0 CPUtime=0.52 cores=1,3,5,7
/proc/30332/task/30334/stat : 30334 (java) R 30329 30332 8289 0 -1 4202560 10521 0 0 0 49 3 0 0 20 0 15 0 127331286 14313459712 16673 18446744073709551615 4194304 4196468 140725012512832 139900828421376 139900808267102 0 4 1 16800974 0 0 0 -1 3 0 0 5 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
[pid=30332/tid=30335] ppid=30329 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30332/task/30335/stat : 30335 (java) S 30329 30332 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 127331286 14313459712 16673 18446744073709551615 4194304 4196468 140725012512832 139900781152912 139900824196821 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
[pid=30332/tid=30336] ppid=30329 vsize=13977988 memory=4168 CPUtime=0 cores=1,3,5,7
/proc/30332/task/30336/stat : 30336 (java) S 30329 30332 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 127331286 14313459712 16673 18446744073709551615 4194304 4196468 140725012512832 139900780100112 139900824196821 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
[pid=30332/tid=30337] ppid=30329 vsize=13977988 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/30332/task/30337/stat : 30337 (java) S 30329 30332 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 127331286 14313459712 16673 18446744073709551615 4194304 4196468 140725012512832 139900779047312 139900824196821 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
[pid=30332/tid=30338] ppid=30329 vsize=13977988 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/30332/task/30338/stat : 30338 (java) S 30329 30332 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 127331287 14313459712 16673 18446744073709551615 4194304 4196468 140725012512832 139900777994512 139900824196821 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
[pid=30332/tid=30339] ppid=30329 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30332/task/30339/stat : 30339 (java) S 30329 30332 8289 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 127331288 14313459712 16673 18446744073709551615 4194304 4196468 140725012512832 139900302113648 139900824197762 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
[pid=30332/tid=30340] ppid=30329 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30332/task/30340/stat : 30340 (java) S 30329 30332 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 127331288 14313459712 16673 18446744073709551615 4194304 4196468 140725012512832 139900301059616 139900824196821 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
[pid=30332/tid=30341] ppid=30329 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30332/task/30341/stat : 30341 (java) S 30329 30332 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 127331288 14313459712 16673 18446744073709551615 4194304 4196468 140725012512832 139900300006768 139900824196821 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
[pid=30332/tid=30342] ppid=30329 vsize=13977988 memory=19265 CPUtime=0 cores=1,3,5,7
/proc/30332/task/30342/stat : 30342 (java) S 30329 30332 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 127331291 14313459712 16673 18446744073709551615 4194304 4196468 140725012512832 139900298955088 139900824205211 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
[pid=30332/tid=30343] ppid=30329 vsize=13977988 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30332/task/30343/stat : 30343 (java) R 30329 30332 8289 0 -1 4202560 879 0 0 0 8 0 0 0 20 0 15 0 127331291 14313459712 16673 18446744073709551615 4194304 4196468 140725012512832 139900297902448 139900809312767 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
[pid=30332/tid=30344] ppid=30329 vsize=13977988 memory=7524860340579717849 CPUtime=0.09 cores=1,3,5,7
/proc/30332/task/30344/stat : 30344 (java) R 30329 30332 8289 0 -1 4202560 406 0 0 0 9 0 0 0 20 0 15 0 127331291 14313459712 16673 18446744073709551615 4194304 4196468 140725012512832 139900296839648 139900807686813 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
[pid=30332/tid=30345] ppid=30329 vsize=13977988 memory=6944656592387989600 CPUtime=0.17 cores=1,3,5,7
/proc/30332/task/30345/stat : 30345 (java) R 30329 30332 8289 0 -1 1077944384 698 0 0 0 17 0 0 0 20 0 15 0 127331291 14313459712 16673 18446744073709551615 4194304 4196468 140725012512832 139900295796848 139900824197762 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
[pid=30332/tid=30346] ppid=30329 vsize=13977988 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/30332/task/30346/stat : 30346 (java) S 30329 30332 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 127331291 14313459712 16673 18446744073709551615 4194304 4196468 140725012512832 139900294744288 139900824196821 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
[pid=30332/tid=30347] ppid=30329 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30332/task/30347/stat : 30347 (java) S 30329 30332 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 127331297 14313459712 16673 18446744073709551615 4194304 4196468 140725012512832 139900293692592 139900824197762 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
Current children cumulated CPU time: 0.9 s
Current children cumulated vsize: 13977988 KiB
Current children cumulated memory: 66692 KiB

[startup+1.50074 s]
/proc/loadavg: 1.06 1.30 1.37 3/212 30347
/proc/meminfo: memFree=30881316/32770624 swapFree=67108860/67108860
[pid=30332] ppid=30329 vsize=13982084 memory=139484 CPUtime=3.13 cores=1,3,5,7
/proc/30332/stat : 30332 (java) S 30329 30332 8289 0 -1 1077944320 27059 0 0 0 305 8 0 0 20 0 15 0 127331276 14317654016 34871 18446744073709551615 4194304 4196468 140725012512832 140725012495376 139900824186615 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
/proc/30332/statm: 3495521 34871 3762 1 0 3484295 0
[pid=30332/tid=30334] ppid=30329 vsize=13982084 memory=7738420467876708452 CPUtime=1.32 cores=1,3,5,7
/proc/30332/task/30334/stat : 30334 (java) R 30329 30332 8289 0 -1 4202560 13687 0 0 0 127 5 0 0 20 0 15 0 127331286 14317654016 34871 18446744073709551615 4194304 4196468 140725012512832 139900828423680 139900460030432 0 4 1 16800974 0 0 0 -1 3 0 0 5 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
[pid=30332/tid=30335] ppid=30329 vsize=13982084 memory=7738420467876708452 CPUtime=0 cores=1,3,5,7
/proc/30332/task/30335/stat : 30335 (java) S 30329 30332 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 127331286 14317654016 34871 18446744073709551615 4194304 4196468 140725012512832 139900781152912 139900824196821 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
[pid=30332/tid=30336] ppid=30329 vsize=13982084 memory=280898109167616 CPUtime=0 cores=1,3,5,7
/proc/30332/task/30336/stat : 30336 (java) S 30329 30332 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 127331286 14317654016 34871 18446744073709551615 4194304 4196468 140725012512832 139900780100112 139900824196821 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
[pid=30332/tid=30337] ppid=30329 vsize=13982084 memory=7594002901218258529 CPUtime=0 cores=1,3,5,7
/proc/30332/task/30337/stat : 30337 (java) S 30329 30332 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 127331286 14317654016 34871 18446744073709551615 4194304 4196468 140725012512832 139900779047312 139900824196821 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
[pid=30332/tid=30338] ppid=30329 vsize=13982084 memory=4639924115538006630 CPUtime=0 cores=1,3,5,7
/proc/30332/task/30338/stat : 30338 (java) S 30329 30332 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 127331287 14317654016 34871 18446744073709551615 4194304 4196468 140725012512832 139900777994512 139900824196821 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
[pid=30332/tid=30339] ppid=30329 vsize=13982084 memory=4168 CPUtime=0 cores=1,3,5,7
/proc/30332/task/30339/stat : 30339 (java) S 30329 30332 8289 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 127331288 14317654016 34871 18446744073709551615 4194304 4196468 140725012512832 139900302113648 139900824197762 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
[pid=30332/tid=30340] ppid=30329 vsize=13982084 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30332/task/30340/stat : 30340 (java) S 30329 30332 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 127331288 14317654016 34871 18446744073709551615 4194304 4196468 140725012512832 139900301059616 139900824196821 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
[pid=30332/tid=30341] ppid=30329 vsize=13982084 memory=140449054694464 CPUtime=0 cores=1,3,5,7
/proc/30332/task/30341/stat : 30341 (java) S 30329 30332 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 127331288 14317654016 34871 18446744073709551615 4194304 4196468 140725012512832 139900300006768 139900824196821 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
[pid=30332/tid=30342] ppid=30329 vsize=13982084 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30332/task/30342/stat : 30342 (java) S 30329 30332 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 127331291 14317654016 34871 18446744073709551615 4194304 4196468 140725012512832 139900298955088 139900824205211 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
[pid=30332/tid=30343] ppid=30329 vsize=13982084 memory=-8774313645642428999 CPUtime=0.7 cores=1,3,5,7
/proc/30332/task/30343/stat : 30343 (java) R 30329 30332 8289 0 -1 4202560 5919 0 0 0 70 0 0 0 20 0 15 0 127331291 14317654016 34871 18446744073709551615 4194304 4196468 140725012512832 139900297888472 139900824200479 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
[pid=30332/tid=30344] ppid=30329 vsize=13982084 memory=0 CPUtime=0.64 cores=1,3,5,7
/proc/30332/task/30344/stat : 30344 (java) R 30329 30332 8289 0 -1 4202560 4087 0 0 0 64 0 0 0 20 0 15 0 127331291 14317654016 34871 18446744073709551615 4194304 4196468 140725012512832 139900296830312 139900803442986 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
[pid=30332/tid=30345] ppid=30329 vsize=13982084 memory=0 CPUtime=0.42 cores=1,3,5,7
/proc/30332/task/30345/stat : 30345 (java) S 30329 30332 8289 0 -1 1077944384 1979 0 0 0 42 0 0 0 20 0 15 0 127331291 14317654016 34871 18446744073709551615 4194304 4196468 140725012512832 139900295796848 139900824197762 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
[pid=30332/tid=30346] ppid=30329 vsize=13982084 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30332/task/30346/stat : 30346 (java) S 30329 30332 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 127331291 14317654016 34871 18446744073709551615 4194304 4196468 140725012512832 139900294744288 139900824196821 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
[pid=30332/tid=30347] ppid=30329 vsize=13982084 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30332/task/30347/stat : 30347 (java) S 30329 30332 8289 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 127331297 14317654016 34871 18446744073709551615 4194304 4196468 140725012512832 139900293692592 139900824197762 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
Current children cumulated CPU time: 3.13 s
Current children cumulated vsize: 13982084 KiB

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

[pid=30332/tid=30337] ppid=30329 vsize=13982084 memory=61968 CPUtime=0.05 cores=1,3,5,7
/proc/30332/task/30337/stat : 30337 (java) S 30329 30332 8289 0 -1 1077944384 833 0 0 0 4 1 0 0 20 0 15 0 127331286 14317654016 35910 18446744073709551615 4194304 4196468 140725012512832 139900779047312 139900824196821 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
[pid=30332/tid=30338] ppid=30329 vsize=13982084 memory=-8774313645642428999 CPUtime=0.05 cores=1,3,5,7
/proc/30332/task/30338/stat : 30338 (java) S 30329 30332 8289 0 -1 1077944384 2547 0 0 0 4 1 0 0 20 0 15 0 127331287 14317654016 35910 18446744073709551615 4194304 4196468 140725012512832 139900777994512 139900824196821 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
[pid=30332/tid=30339] ppid=30329 vsize=13982084 memory=1228 CPUtime=0.06 cores=1,3,5,7
/proc/30332/task/30339/stat : 30339 (java) S 30329 30332 8289 0 -1 1077944384 1163 0 0 0 5 1 0 0 20 0 15 0 127331288 14317654016 35910 18446744073709551615 4194304 4196468 140725012512832 139900302113648 139900824197762 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
[pid=30332/tid=30340] ppid=30329 vsize=13982084 memory=14356 CPUtime=0 cores=1,3,5,7
/proc/30332/task/30340/stat : 30340 (java) S 30329 30332 8289 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 127331288 14317654016 35910 18446744073709551615 4194304 4196468 140725012512832 139900301059680 139900824196821 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
[pid=30332/tid=30341] ppid=30329 vsize=13982084 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/30332/task/30341/stat : 30341 (java) S 30329 30332 8289 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 127331288 14317654016 35910 18446744073709551615 4194304 4196468 140725012512832 139900300006784 139900824196821 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
[pid=30332/tid=30342] ppid=30329 vsize=13982084 memory=2012 CPUtime=0 cores=1,3,5,7
/proc/30332/task/30342/stat : 30342 (java) S 30329 30332 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 127331291 14317654016 35910 18446744073709551615 4194304 4196468 140725012512832 139900298955088 139900824205211 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
[pid=30332/tid=30343] ppid=30329 vsize=13982084 memory=792 CPUtime=1.14 cores=1,3,5,7
/proc/30332/task/30343/stat : 30343 (java) S 30329 30332 8289 0 -1 1077944384 8726 0 0 0 114 0 0 0 20 0 15 0 127331291 14317654016 35910 18446744073709551615 4194304 4196468 140725012512832 139900297902448 139900824197762 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
[pid=30332/tid=30344] ppid=30329 vsize=13982084 memory=1716 CPUtime=1.11 cores=1,3,5,7
/proc/30332/task/30344/stat : 30344 (java) S 30329 30332 8289 0 -1 1077944384 6724 0 0 0 110 1 0 0 20 0 15 0 127331291 14317654016 35910 18446744073709551615 4194304 4196468 140725012512832 139900296849648 139900824197762 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
[pid=30332/tid=30345] ppid=30329 vsize=13982084 memory=1228 CPUtime=0.48 cores=1,3,5,7
/proc/30332/task/30345/stat : 30345 (java) S 30329 30332 8289 0 -1 1077944384 5422 0 0 0 47 1 0 0 20 0 15 0 127331291 14317654016 35910 18446744073709551615 4194304 4196468 140725012512832 139900295796848 139900824197762 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
[pid=30332/tid=30346] ppid=30329 vsize=13982084 memory=14356 CPUtime=0 cores=1,3,5,7
/proc/30332/task/30346/stat : 30346 (java) S 30329 30332 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 127331291 14317654016 35910 18446744073709551615 4194304 4196468 140725012512832 139900294744288 139900824196821 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
[pid=30332/tid=30347] ppid=30329 vsize=13982084 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/30332/task/30347/stat : 30347 (java) S 30329 30332 8289 0 -1 1077944384 126 0 0 0 0 0 0 0 20 0 15 0 127331297 14317654016 35910 18446744073709551615 4194304 4196468 140725012512832 139900293692592 139900824197762 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
Current children cumulated CPU time: 57.44 s
Current children cumulated vsize: 13982084 KiB
Current children cumulated memory: 143640 KiB

[startup+55.5007 s]
/proc/loadavg: 1.28 1.33 1.38 3/213 30349
/proc/meminfo: memFree=30826104/32770624 swapFree=67108860/67108860
[pid=30332] ppid=30329 vsize=13982084 memory=143640 CPUtime=58.25 cores=1,3,5,7
/proc/30332/stat : 30332 (java) S 30329 30332 8289 0 -1 1077944320 45982 0 0 0 5810 15 0 0 20 0 15 0 127331276 14317654016 35910 18446744073709551615 4194304 4196468 140725012512832 140725012495376 139900824186615 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
/proc/30332/statm: 3495521 35910 3796 1 0 3484295 0
[pid=30332/tid=30334] ppid=30329 vsize=13982084 memory=6944656592455360604 CPUtime=55.17 cores=1,3,5,7
/proc/30332/task/30334/stat : 30334 (java) R 30329 30332 8289 0 -1 4202560 17948 0 0 0 5510 7 0 0 20 0 15 0 127331286 14317654016 35910 18446744073709551615 4194304 4196468 140725012512832 139900828424848 139900461567952 0 4 1 16800974 0 0 0 -1 3 0 0 5 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
[pid=30332/tid=30335] ppid=30329 vsize=13982084 memory=-7361183220417257581 CPUtime=0.04 cores=1,3,5,7
/proc/30332/task/30335/stat : 30335 (java) S 30329 30332 8289 0 -1 1077944384 365 0 0 0 4 0 0 0 20 0 15 0 127331286 14317654016 35910 18446744073709551615 4194304 4196468 140725012512832 139900781152912 139900824196821 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
[pid=30332/tid=30336] ppid=30329 vsize=13982084 memory=-8774313645642428999 CPUtime=0.05 cores=1,3,5,7
/proc/30332/task/30336/stat : 30336 (java) S 30329 30332 8289 0 -1 1077944384 674 0 0 0 4 1 0 0 20 0 15 0 127331286 14317654016 35910 18446744073709551615 4194304 4196468 140725012512832 139900780100112 139900824196821 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
[pid=30332/tid=30337] ppid=30329 vsize=13982084 memory=11164 CPUtime=0.05 cores=1,3,5,7
/proc/30332/task/30337/stat : 30337 (java) S 30329 30332 8289 0 -1 1077944384 833 0 0 0 4 1 0 0 20 0 15 0 127331286 14317654016 35910 18446744073709551615 4194304 4196468 140725012512832 139900779047312 139900824196821 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
[pid=30332/tid=30338] ppid=30329 vsize=13982084 memory=5788 CPUtime=0.05 cores=1,3,5,7
/proc/30332/task/30338/stat : 30338 (java) S 30329 30332 8289 0 -1 1077944384 2547 0 0 0 4 1 0 0 20 0 15 0 127331287 14317654016 35910 18446744073709551615 4194304 4196468 140725012512832 139900777994512 139900824196821 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
[pid=30332/tid=30339] ppid=30329 vsize=13982084 memory=4612 CPUtime=0.06 cores=1,3,5,7
/proc/30332/task/30339/stat : 30339 (java) S 30329 30332 8289 0 -1 1077944384 1163 0 0 0 5 1 0 0 20 0 15 0 127331288 14317654016 35910 18446744073709551615 4194304 4196468 140725012512832 139900302113648 139900824197762 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
[pid=30332/tid=30340] ppid=30329 vsize=13982084 memory=1436 CPUtime=0 cores=1,3,5,7
/proc/30332/task/30340/stat : 30340 (java) S 30329 30332 8289 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 127331288 14317654016 35910 18446744073709551615 4194304 4196468 140725012512832 139900301059680 139900824196821 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
[pid=30332/tid=30341] ppid=30329 vsize=13982084 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/30332/task/30341/stat : 30341 (java) S 30329 30332 8289 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 127331288 14317654016 35910 18446744073709551615 4194304 4196468 140725012512832 139900300006784 139900824196821 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
[pid=30332/tid=30342] ppid=30329 vsize=13982084 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/30332/task/30342/stat : 30342 (java) S 30329 30332 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 127331291 14317654016 35910 18446744073709551615 4194304 4196468 140725012512832 139900298955088 139900824205211 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
[pid=30332/tid=30343] ppid=30329 vsize=13982084 memory=4126316290023845779 CPUtime=1.14 cores=1,3,5,7
/proc/30332/task/30343/stat : 30343 (java) S 30329 30332 8289 0 -1 1077944384 8726 0 0 0 114 0 0 0 20 0 15 0 127331291 14317654016 35910 18446744073709551615 4194304 4196468 140725012512832 139900297902448 139900824197762 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
[pid=30332/tid=30344] ppid=30329 vsize=13982084 memory=1232 CPUtime=1.11 cores=1,3,5,7
/proc/30332/task/30344/stat : 30344 (java) S 30329 30332 8289 0 -1 1077944384 6724 0 0 0 110 1 0 0 20 0 15 0 127331291 14317654016 35910 18446744073709551615 4194304 4196468 140725012512832 139900296849648 139900824197762 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
[pid=30332/tid=30345] ppid=30329 vsize=13982084 memory=640 CPUtime=0.48 cores=1,3,5,7
/proc/30332/task/30345/stat : 30345 (java) S 30329 30332 8289 0 -1 1077944384 5422 0 0 0 47 1 0 0 20 0 15 0 127331291 14317654016 35910 18446744073709551615 4194304 4196468 140725012512832 139900295796848 139900824197762 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
[pid=30332/tid=30346] ppid=30329 vsize=13982084 memory=1792 CPUtime=0 cores=1,3,5,7
/proc/30332/task/30346/stat : 30346 (java) S 30329 30332 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 127331291 14317654016 35910 18446744073709551615 4194304 4196468 140725012512832 139900294744288 139900824196821 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
[pid=30332/tid=30347] ppid=30329 vsize=13982084 memory=288230574492221466 CPUtime=0 cores=1,3,5,7
/proc/30332/task/30347/stat : 30347 (java) S 30329 30332 8289 0 -1 1077944384 126 0 0 0 0 0 0 0 20 0 15 0 127331297 14317654016 35910 18446744073709551615 4194304 4196468 140725012512832 139900293692592 139900824197762 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
Current children cumulated CPU time: 58.25 s
Current children cumulated vsize: 13982084 KiB
Current children cumulated memory: 143640 KiB

[startup+55.9006 s]
/proc/loadavg: 1.28 1.33 1.38 3/213 30349
/proc/meminfo: memFree=30826104/32770624 swapFree=67108860/67108860
[pid=30332] ppid=30329 vsize=13982084 memory=143640 CPUtime=58.65 cores=1,3,5,7
/proc/30332/stat : 30332 (java) S 30329 30332 8289 0 -1 1077944320 45983 0 0 0 5850 15 0 0 20 0 15 0 127331276 14317654016 35910 18446744073709551615 4194304 4196468 140725012512832 140725012495376 139900824186615 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
/proc/30332/statm: 3495521 35910 3796 1 0 3484295 0
[pid=30332/tid=30334] ppid=30329 vsize=13982084 memory=-8774313645642428999 CPUtime=55.57 cores=1,3,5,7
/proc/30332/task/30334/stat : 30334 (java) R 30329 30332 8289 0 -1 4202560 17949 0 0 0 5550 7 0 0 20 0 15 0 127331286 14317654016 35910 18446744073709551615 4194304 4196468 140725012512832 139900828425184 139900461383985 0 4 1 16800974 0 0 0 -1 3 0 0 5 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
[pid=30332/tid=30335] ppid=30329 vsize=13982084 memory=61968 CPUtime=0.04 cores=1,3,5,7
/proc/30332/task/30335/stat : 30335 (java) S 30329 30332 8289 0 -1 1077944384 365 0 0 0 4 0 0 0 20 0 15 0 127331286 14317654016 35910 18446744073709551615 4194304 4196468 140725012512832 139900781152912 139900824196821 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
[pid=30332/tid=30336] ppid=30329 vsize=13982084 memory=1296 CPUtime=0.05 cores=1,3,5,7
/proc/30332/task/30336/stat : 30336 (java) S 30329 30332 8289 0 -1 1077944384 674 0 0 0 4 1 0 0 20 0 15 0 127331286 14317654016 35910 18446744073709551615 4194304 4196468 140725012512832 139900780100112 139900824196821 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
[pid=30332/tid=30337] ppid=30329 vsize=13982084 memory=2440 CPUtime=0.05 cores=1,3,5,7
/proc/30332/task/30337/stat : 30337 (java) S 30329 30332 8289 0 -1 1077944384 833 0 0 0 4 1 0 0 20 0 15 0 127331286 14317654016 35910 18446744073709551615 4194304 4196468 140725012512832 139900779047312 139900824196821 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
[pid=30332/tid=30338] ppid=30329 vsize=13982084 memory=1840 CPUtime=0.05 cores=1,3,5,7
/proc/30332/task/30338/stat : 30338 (java) S 30329 30332 8289 0 -1 1077944384 2547 0 0 0 4 1 0 0 20 0 15 0 127331287 14317654016 35910 18446744073709551615 4194304 4196468 140725012512832 139900777994512 139900824196821 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
[pid=30332/tid=30339] ppid=30329 vsize=13982084 memory=792 CPUtime=0.06 cores=1,3,5,7
/proc/30332/task/30339/stat : 30339 (java) S 30329 30332 8289 0 -1 1077944384 1163 0 0 0 5 1 0 0 20 0 15 0 127331288 14317654016 35910 18446744073709551615 4194304 4196468 140725012512832 139900302113648 139900824197762 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
[pid=30332/tid=30340] ppid=30329 vsize=13982084 memory=1716 CPUtime=0 cores=1,3,5,7
/proc/30332/task/30340/stat : 30340 (java) S 30329 30332 8289 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 127331288 14317654016 35910 18446744073709551615 4194304 4196468 140725012512832 139900301059680 139900824196821 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
[pid=30332/tid=30341] ppid=30329 vsize=13982084 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/30332/task/30341/stat : 30341 (java) S 30329 30332 8289 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 127331288 14317654016 35910 18446744073709551615 4194304 4196468 140725012512832 139900300006784 139900824196821 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
[pid=30332/tid=30342] ppid=30329 vsize=13982084 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/30332/task/30342/stat : 30342 (java) S 30329 30332 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 127331291 14317654016 35910 18446744073709551615 4194304 4196468 140725012512832 139900298955088 139900824205211 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
[pid=30332/tid=30343] ppid=30329 vsize=13982084 memory=1296 CPUtime=1.14 cores=1,3,5,7
/proc/30332/task/30343/stat : 30343 (java) S 30329 30332 8289 0 -1 1077944384 8726 0 0 0 114 0 0 0 20 0 15 0 127331291 14317654016 35910 18446744073709551615 4194304 4196468 140725012512832 139900297902448 139900824197762 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
[pid=30332/tid=30344] ppid=30329 vsize=13982084 memory=2440 CPUtime=1.11 cores=1,3,5,7
/proc/30332/task/30344/stat : 30344 (java) S 30329 30332 8289 0 -1 1077944384 6724 0 0 0 110 1 0 0 20 0 15 0 127331291 14317654016 35910 18446744073709551615 4194304 4196468 140725012512832 139900296849648 139900824197762 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
[pid=30332/tid=30345] ppid=30329 vsize=13982084 memory=1840 CPUtime=0.48 cores=1,3,5,7
/proc/30332/task/30345/stat : 30345 (java) S 30329 30332 8289 0 -1 1077944384 5422 0 0 0 47 1 0 0 20 0 15 0 127331291 14317654016 35910 18446744073709551615 4194304 4196468 140725012512832 139900295796848 139900824197762 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
[pid=30332/tid=30346] ppid=30329 vsize=13982084 memory=792 CPUtime=0 cores=1,3,5,7
/proc/30332/task/30346/stat : 30346 (java) S 30329 30332 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 127331291 14317654016 35910 18446744073709551615 4194304 4196468 140725012512832 139900294744288 139900824196821 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
[pid=30332/tid=30347] ppid=30329 vsize=13982084 memory=1716 CPUtime=0 cores=1,3,5,7
/proc/30332/task/30347/stat : 30347 (java) S 30329 30332 8289 0 -1 1077944384 126 0 0 0 0 0 0 0 20 0 15 0 127331297 14317654016 35910 18446744073709551615 4194304 4196468 140725012512832 139900293692592 139900824197762 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
Current children cumulated CPU time: 58.65 s
Current children cumulated vsize: 13982084 KiB
Current children cumulated memory: 143640 KiB

[startup+56.1006 s]
/proc/loadavg: 1.28 1.33 1.38 3/213 30349
/proc/meminfo: memFree=30826104/32770624 swapFree=67108860/67108860
[pid=30332] ppid=30329 vsize=13982084 memory=143640 CPUtime=58.85 cores=1,3,5,7
/proc/30332/stat : 30332 (java) S 30329 30332 8289 0 -1 1077944320 45985 0 0 0 5870 15 0 0 20 0 15 0 127331276 14317654016 35910 18446744073709551615 4194304 4196468 140725012512832 140725012495376 139900824186615 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
/proc/30332/statm: 3495521 35910 3796 1 0 3484295 0
[pid=30332/tid=30334] ppid=30329 vsize=13982084 memory=14356 CPUtime=55.77 cores=1,3,5,7
/proc/30332/task/30334/stat : 30334 (java) R 30329 30332 8289 0 -1 4202560 17950 0 0 0 5570 7 0 0 20 0 15 0 127331286 14317654016 35910 18446744073709551615 4194304 4196468 140725012512832 139900828424960 139900461148002 0 4 1 16800974 0 0 0 -1 3 0 0 5 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
[pid=30332/tid=30335] ppid=30329 vsize=13982084 memory=1008 CPUtime=0.05 cores=1,3,5,7
/proc/30332/task/30335/stat : 30335 (java) S 30329 30332 8289 0 -1 1077944384 366 0 0 0 4 1 0 0 20 0 15 0 127331286 14317654016 35910 18446744073709551615 4194304 4196468 140725012512832 139900781152912 139900824196821 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
[pid=30332/tid=30336] ppid=30329 vsize=13982084 memory=2012 CPUtime=0.05 cores=1,3,5,7
/proc/30332/task/30336/stat : 30336 (java) S 30329 30332 8289 0 -1 1077944384 674 0 0 0 4 1 0 0 20 0 15 0 127331286 14317654016 35910 18446744073709551615 4194304 4196468 140725012512832 139900780100112 139900824196821 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
[pid=30332/tid=30337] ppid=30329 vsize=13982084 memory=11164 CPUtime=0.05 cores=1,3,5,7
/proc/30332/task/30337/stat : 30337 (java) S 30329 30332 8289 0 -1 1077944384 833 0 0 0 4 1 0 0 20 0 15 0 127331286 14317654016 35910 18446744073709551615 4194304 4196468 140725012512832 139900779047312 139900824196821 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
[pid=30332/tid=30338] ppid=30329 vsize=13982084 memory=5788 CPUtime=0.05 cores=1,3,5,7
/proc/30332/task/30338/stat : 30338 (java) S 30329 30332 8289 0 -1 1077944384 2547 0 0 0 4 1 0 0 20 0 15 0 127331287 14317654016 35910 18446744073709551615 4194304 4196468 140725012512832 139900777994512 139900824196821 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
[pid=30332/tid=30339] ppid=30329 vsize=13982084 memory=4612 CPUtime=0.06 cores=1,3,5,7
/proc/30332/task/30339/stat : 30339 (java) S 30329 30332 8289 0 -1 1077944384 1163 0 0 0 5 1 0 0 20 0 15 0 127331288 14317654016 35910 18446744073709551615 4194304 4196468 140725012512832 139900302113648 139900824197762 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
[pid=30332/tid=30340] ppid=30329 vsize=13982084 memory=1436 CPUtime=0 cores=1,3,5,7
/proc/30332/task/30340/stat : 30340 (java) S 30329 30332 8289 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 127331288 14317654016 35910 18446744073709551615 4194304 4196468 140725012512832 139900301059680 139900824196821 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
[pid=30332/tid=30341] ppid=30329 vsize=13982084 memory=956 CPUtime=0 cores=1,3,5,7
/proc/30332/task/30341/stat : 30341 (java) S 30329 30332 8289 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 127331288 14317654016 35910 18446744073709551615 4194304 4196468 140725012512832 139900300006784 139900824196821 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
[pid=30332/tid=30342] ppid=30329 vsize=13982084 memory=2248 CPUtime=0 cores=1,3,5,7
/proc/30332/task/30342/stat : 30342 (java) S 30329 30332 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 127331291 14317654016 35910 18446744073709551615 4194304 4196468 140725012512832 139900298955088 139900824205211 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
[pid=30332/tid=30343] ppid=30329 vsize=13982084 memory=4288 CPUtime=1.14 cores=1,3,5,7
/proc/30332/task/30343/stat : 30343 (java) S 30329 30332 8289 0 -1 1077944384 8726 0 0 0 114 0 0 0 20 0 15 0 127331291 14317654016 35910 18446744073709551615 4194304 4196468 140725012512832 139900297902448 139900824197762 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
[pid=30332/tid=30344] ppid=30329 vsize=13982084 memory=2164 CPUtime=1.11 cores=1,3,5,7
/proc/30332/task/30344/stat : 30344 (java) S 30329 30332 8289 0 -1 1077944384 6724 0 0 0 110 1 0 0 20 0 15 0 127331291 14317654016 35910 18446744073709551615 4194304 4196468 140725012512832 139900296849648 139900824197762 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
[pid=30332/tid=30345] ppid=30329 vsize=13982084 memory=928 CPUtime=0.48 cores=1,3,5,7
/proc/30332/task/30345/stat : 30345 (java) S 30329 30332 8289 0 -1 1077944384 5422 0 0 0 47 1 0 0 20 0 15 0 127331291 14317654016 35910 18446744073709551615 4194304 4196468 140725012512832 139900295796848 139900824197762 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
[pid=30332/tid=30346] ppid=30329 vsize=13982084 memory=1620 CPUtime=0 cores=1,3,5,7
/proc/30332/task/30346/stat : 30346 (java) S 30329 30332 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 127331291 14317654016 35910 18446744073709551615 4194304 4196468 140725012512832 139900294744288 139900824196821 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
[pid=30332/tid=30347] ppid=30329 vsize=13982084 memory=844 CPUtime=0 cores=1,3,5,7
/proc/30332/task/30347/stat : 30347 (java) S 30329 30332 8289 0 -1 1077944384 126 0 0 0 0 0 0 0 20 0 15 0 127331297 14317654016 35910 18446744073709551615 4194304 4196468 140725012512832 139900293692592 139900824197762 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
Current children cumulated CPU time: 58.85 s
Current children cumulated vsize: 13982084 KiB
Current children cumulated memory: 143640 KiB

[startup+56.2007 s]
/proc/loadavg: 1.28 1.33 1.38 3/213 30349
/proc/meminfo: memFree=30826104/32770624 swapFree=67108860/67108860
[pid=30332] ppid=30329 vsize=14048648 memory=143560 CPUtime=58.94 cores=1,3,5,7
/proc/30332/stat : 30332 (java) S 30329 30332 8289 0 -1 1077944320 46945 0 0 0 5879 15 0 0 20 0 13 0 127331276 14385815552 35924 18446744073709551615 4194304 4196468 140725012512832 140725012495376 139900824186615 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
/proc/30332/statm: 3512162 35890 3798 1 0 3500936 0
[pid=30332/tid=30335] ppid=30329 vsize=14048648 memory=143640 CPUtime=0.05 cores=1,3,5,7
/proc/30332/task/30335/stat : 30335 (java) S 30329 30332 8289 0 -1 1077944384 366 0 0 0 4 1 0 0 20 0 12 0 127331286 14385815552 35890 18446744073709551615 4194304 4196468 140725012512832 139900781152912 139900824196821 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
[pid=30332/tid=30336] ppid=30329 vsize=14048648 memory=143640 CPUtime=0.05 cores=1,3,5,7
/proc/30332/task/30336/stat : 30336 (java) S 30329 30332 8289 0 -1 1077944384 674 0 0 0 4 1 0 0 20 0 12 0 127331286 14385815552 35890 18446744073709551615 4194304 4196468 140725012512832 139900780100112 139900824196821 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
[pid=30332/tid=30337] ppid=30329 vsize=14048648 memory=280898108932384 CPUtime=0.05 cores=1,3,5,7
/proc/30332/task/30337/stat : 30337 (java) R 30329 30332 8289 0 -1 1077944384 833 0 0 0 4 1 0 0 20 0 12 0 127331286 14385815552 35913 18446744073709551615 4194304 4196468 140725012512832 139900779047312 139900824196821 256 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
[pid=30332/tid=30338] ppid=30329 vsize=0 memory=143640 CPUtime=0.05 cores=1,3,5,7
/proc/30332/task/30338/stat : 30338 (java) R 30329 30332 8289 0 -1 4195396 2547 0 0 0 4 1 0 0 20 0 12 0 127331287 0 0 18446744073709551615 0 0 0 0 0 0 4 1 16800974 18446744073709551615 0 0 -1 5 0 0 0 0 0 0 0 0 0 0 0 0 0
[pid=30332/tid=30341] ppid=30329 vsize=14048648 memory=2440 CPUtime=0 cores=1,3,5,7
/proc/30332/task/30341/stat : 30341 (java) R 30329 30332 8289 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 7 0 127331288 14385815552 35924 18446744073709551615 4194304 4196468 140725012512832 139900300006784 139900824196821 256 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14102528 140725012517230 140725012517417 140725012517417 140725012520911 0
Current children cumulated CPU time: 58.94 s
Current children cumulated vsize: 14048648 KiB
Current children cumulated memory: 143560 KiB

Child status: 0
Real time (s): 56.206
CPU time (s): 58.9546
CPU user time (s): 58.7992
CPU system time (s): 0.155415
CPU usage (%): 104.89
Max. virtual memory (cumulated for all children) (KiB): 14048648
Max. memory (cumulated for all children) (KiB): 220124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 58.7992
system time used= 0.155415
maximum resident set size= 220168
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46971
page faults= 0
swaps= 0
block input operations= 0
block output operations= 152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5004
involuntary context switches= 109


# summary of solver processes directly reported to runsolver:
#   pid: 30332
#   total CPU time (s): 58.9546
#   total CPU user time (s): 58.7992
#   total CPU system time (s): 0.155415

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.364042 second user time and 0.531162 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-15 12:51:53
IDJOB=4273618
IDBENCH=130609
IDSOLVER=2666
FILE ID=node133/4273618-1502795161
RUNJOBID= node133-1502652501-6259
PBS_JOBID= 
Free space on /tmp= 61988 MiB

SOLVER NAME= OscaR - Conflict Ordering 2017-07-26
BENCH NAME= XCSP17/QueenAttacking/QueenAttacking-m1-s1/QueenAttacking-06.xml
COMMAND LINE= java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4273618-1502795161/watcher-4273618-1502795161 -o /tmp/evaluation-result-4273618-1502795161/solver-4273618-1502795161 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502652501-6259 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 1368088904 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4273618-1502795161.xml

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

MD5SUM BENCH= 315e274f87a0401bb6a43b890592ba0e
RANDOM SEED=1368088904

node133.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.17
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.17
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.17
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.17
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:        30961452 kB
MemAvailable:   31734960 kB
Buffers:          272836 kB
Cached:           800892 kB
SwapCached:            0 kB
Active:          1087708 kB
Inactive:         264620 kB
Active(anon):     219628 kB
Inactive(anon):   108956 kB
Active(file):     868080 kB
Inactive(file):   155664 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42428 kB
Writeback:             0 kB
AnonPages:        299148 kB
Mapped:            75368 kB
Shmem:             49852 kB
Slab:             158784 kB
SReclaimable:     131200 kB
SUnreclaim:        27584 kB
KernelStack:        3552 kB
PageTables:         5668 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1184644 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    231424 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 61948 MiB
End job on node133 at 2017-08-15 12:52:49