Trace number 4285593

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 - Parallel with EPS 2017-08-22OPT550 5.8584599 1.83778

General information on the benchmark

NameRack/
Rack-m1c-s1/Rack-m1c-r1.xml
MD5SUM363bab3579cb814ec3389af888051029
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark550
Best CPU time to get the best result obtained on this benchmark0.0081519997
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints31
Number of domains6
Minimum domain size2
Maximum domain size11
Distribution of domain sizes[{"size":2,"count":5},{"size":3,"count":25},{"size":5,"count":5},{"size":11,"count":5}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":15},{"degree":3,"count":18},{"degree":4,"count":5},{"degree":5,"count":2}]
Minimum constraint arity2
Maximum constraint arity5
Distribution of constraint arities[{"arity":2,"count":15},{"arity":4,"count":1},{"arity":5,"count":15}]
Number of extensional constraints15
Number of intensional constraints1
Distribution of constraint types[{"type":"extension","count":15},{"type":"intension","count":1},{"type":"ordered","count":1},{"type":"sum","count":14}]
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.29/0.25	c version: 2017-08-22
0.29/0.25	c seed: 193595808
0.29/0.25	c timeout: 20160
0.29/0.25	c memlimit: 22000
0.29/0.25	c nbcore: 8
0.29/0.28	c Parsing instance...
0.84/0.58	c Parsing done, starting search...
3.62/1.57	o 1000
3.62/1.57	o 950
3.62/1.58	o 900
4.34/1.60	o 800
4.34/1.61	o 750
4.34/1.62	o 600
4.34/1.63	o 550
5.75/1.81	s OPTIMUM FOUND
5.75/1.81	v <instantiation>
5.75/1.81	v 	<list>
5.75/1.81	v 		r[0] r[1] r[2] r[3] r[4] c[0][0] c[0][1] c[0][2] c[0][3] c[1][0] c[1][1] c[1][2] c[1][3] c[2][0] c[2][1] c[2][2] c[2][3] c[3][0] c[3][1] c[3][2] c[3][3] c[4][0] c[4][1] c[4][2] c[4][3] rpw[0] rpw[1] rpw[2] rpw[3] rpw[4] rcn[0] rcn[1] rcn[2] rcn[3] rcn[4] rpr[0] rpr[1] rpr[2] rpr[3] rpr[4]
5.75/1.81	v 	</list>
5.75/1.81	v 	<values>
5.75/1.81	v 		2 2 1 0 0 6 0 0 1 3 1 2 0 1 3 0 0 0 0 0 0 0 0 0 0 200 200 150 0 0 16 16 8 0 0 200 200 150 0 0 
5.75/1.81	v 	</values>
5.75/1.81	v </instantiation>

Verifier Data

OK	550

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4285593-1503465861/watcher-4285593-1503465861 -o /tmp/evaluation-result-4285593-1503465861/solver-4285593-1503465861 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node114-1503464999-11502 --watchdog 2580 java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 193595808 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4285593-1503465861.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=11519, runsolver pid=11516

[startup+0.100061 s]*
/proc/loadavg: 8.49 8.53 8.53 2/198 11539
/proc/meminfo: memFree=23655684/32770624 swapFree=67108860/67108860
[pid=11519] ppid=11516 vsize=26000852 memory=31696 CPUtime=0.12 cores=0-7
/proc/11519/stat : 11519 (java) S 11516 11519 11475 0 -1 1077944320 8337 0 0 0 10 2 0 0 20 0 20 0 179673644 26624872448 7924 33554432000 4194304 4196468 140722327617472 140722327600016 139957795823351 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
/proc/11519/statm: 6500213 7924 3389 1 0 6487932 0
[pid=11519/tid=11521] ppid=11516 vsize=26000852 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/11519/task/11521/stat : 11521 (java) R 11516 11519 11475 0 -1 4202560 6273 0 0 0 8 1 0 0 20 0 20 0 179673644 26624872448 7924 33554432000 4194304 4196468 140722327617472 139957800040032 139957779903838 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
[pid=11519/tid=11522] ppid=11516 vsize=26000852 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/11519/task/11522/stat : 11522 (java) S 11516 11519 11475 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 179673645 26624872448 7924 33554432000 4194304 4196468 140722327617472 139957752375568 139957795833557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
[pid=11519/tid=11523] ppid=11516 vsize=26000852 memory=140517220054656 CPUtime=0 cores=0-7
/proc/11519/task/11523/stat : 11523 (java) S 11516 11519 11475 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 179673645 26624872448 7924 33554432000 4194304 4196468 140722327617472 139957352659344 139957795833557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
[pid=11519/tid=11524] ppid=11516 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/11519/task/11524/stat : 11524 (java) S 11516 11519 11475 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 179673645 26624872448 7924 33554432000 4194304 4196468 140722327617472 139957351606800 139957795833557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
[pid=11519/tid=11525] ppid=11516 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/11519/task/11525/stat : 11525 (java) S 11516 11519 11475 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 179673645 26624872448 7924 33554432000 4194304 4196468 140722327617472 139957350554256 139957795833557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
[pid=11519/tid=11526] ppid=11516 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/11519/task/11526/stat : 11526 (java) S 11516 11519 11475 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 179673645 26624872448 7924 33554432000 4194304 4196468 140722327617472 139957349501712 139957795833557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
[pid=11519/tid=11527] ppid=11516 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/11519/task/11527/stat : 11527 (java) S 11516 11519 11475 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 179673645 26624872448 7924 33554432000 4194304 4196468 140722327617472 139957348449168 139957795833557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
[pid=11519/tid=11528] ppid=11516 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/11519/task/11528/stat : 11528 (java) S 11516 11519 11475 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 179673645 26624872448 7924 33554432000 4194304 4196468 140722327617472 139957347396624 139957795833557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
[pid=11519/tid=11529] ppid=11516 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/11519/task/11529/stat : 11529 (java) S 11516 11519 11475 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 179673645 26624872448 7924 33554432000 4194304 4196468 140722327617472 139957346344080 139957795833557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
[pid=11519/tid=11530] ppid=11516 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/11519/task/11530/stat : 11530 (java) S 11516 11519 11475 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 179673647 26624872448 7924 33554432000 4194304 4196468 140722327617472 139956547217392 139957795834498 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
[pid=11519/tid=11531] ppid=11516 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/11519/task/11531/stat : 11531 (java) S 11516 11519 11475 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 179673647 26624872448 7924 33554432000 4194304 4196468 140722327617472 139956546163616 139957795833557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
[pid=11519/tid=11532] ppid=11516 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/11519/task/11532/stat : 11532 (java) S 11516 11519 11475 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 179673647 26624872448 7924 33554432000 4194304 4196468 140722327617472 139956545111024 139957795833557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
[pid=11519/tid=11533] ppid=11516 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/11519/task/11533/stat : 11533 (java) S 11516 11519 11475 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 179673650 26624872448 7924 33554432000 4194304 4196468 140722327617472 139956544059600 139957795841947 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
[pid=11519/tid=11534] ppid=11516 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/11519/task/11534/stat : 11534 (java) S 11516 11519 11475 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 20 0 179673650 26624872448 7924 33554432000 4194304 4196468 140722327617472 139956475390448 139957795834498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
[pid=11519/tid=11535] ppid=11516 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/11519/task/11535/stat : 11535 (java) S 11516 11519 11475 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 179673650 26624872448 7924 33554432000 4194304 4196468 140722327617472 139956474337904 139957795834498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
[pid=11519/tid=11536] ppid=11516 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/11519/task/11536/stat : 11536 (java) S 11516 11519 11475 0 -1 1077944384 281 0 0 0 0 0 0 0 20 0 20 0 179673650 26624872448 7924 33554432000 4194304 4196468 140722327617472 139956473285360 139957795834498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
[pid=11519/tid=11537] ppid=11516 vsize=26000852 memory=0 CPUtime=0.02 cores=0-7
/proc/11519/task/11537/stat : 11537 (java) S 11516 11519 11475 0 -1 1077944384 371 0 0 0 2 0 0 0 20 0 20 0 179673650 26624872448 7924 33554432000 4194304 4196468 140722327617472 139956472232816 139957795834498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
[pid=11519/tid=11538] ppid=11516 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/11519/task/11538/stat : 11538 (java) S 11516 11519 11475 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 179673650 26624872448 7924 33554432000 4194304 4196468 140722327617472 139956471179488 139957795833557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
[pid=11519/tid=11539] ppid=11516 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/11519/task/11539/stat : 11539 (java) S 11516 11519 11475 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 179673650 26624872448 7924 33554432000 4194304 4196468 140722327617472 139956470127024 139957795834498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26000852 KiB
Current children cumulated memory: 31696 KiB

[startup+0.210498 s]*
/proc/loadavg: 8.49 8.53 8.53 3/198 11539
/proc/meminfo: memFree=23644984/32770624 swapFree=67108860/67108860
[pid=11519] ppid=11516 vsize=26000852 memory=40940 CPUtime=0.29 cores=0-7
/proc/11519/stat : 11519 (java) S 11516 11519 11475 0 -1 1077944320 9370 0 0 0 26 3 0 0 20 0 20 0 179673644 26624872448 10235 33554432000 4194304 4196468 140722327617472 140722327600016 139957795823351 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
/proc/11519/statm: 6500213 10235 3597 1 0 6487932 0
[pid=11519/tid=11521] ppid=11516 vsize=26000852 memory=4026531975 CPUtime=0.2 cores=0-7
/proc/11519/task/11521/stat : 11521 (java) R 11516 11519 11475 0 -1 4202560 6937 0 0 0 18 2 0 0 20 0 20 0 179673644 26624872448 10235 33554432000 4194304 4196468 140722327617472 139957800041632 139957779866981 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
[pid=11519/tid=11522] ppid=11516 vsize=26000852 memory=9419 CPUtime=0 cores=0-7
/proc/11519/task/11522/stat : 11522 (java) S 11516 11519 11475 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 179673645 26624872448 10235 33554432000 4194304 4196468 140722327617472 139957752375568 139957795833557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
[pid=11519/tid=11523] ppid=11516 vsize=26000852 memory=140517220923788 CPUtime=0 cores=0-7
/proc/11519/task/11523/stat : 11523 (java) S 11516 11519 11475 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 179673645 26624872448 10235 33554432000 4194304 4196468 140722327617472 139957352659344 139957795833557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
[pid=11519/tid=11524] ppid=11516 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/11519/task/11524/stat : 11524 (java) S 11516 11519 11475 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 179673645 26624872448 10235 33554432000 4194304 4196468 140722327617472 139957351606800 139957795833557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
[pid=11519/tid=11525] ppid=11516 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/11519/task/11525/stat : 11525 (java) S 11516 11519 11475 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 179673645 26624872448 10235 33554432000 4194304 4196468 140722327617472 139957350554256 139957795833557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
[pid=11519/tid=11526] ppid=11516 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/11519/task/11526/stat : 11526 (java) S 11516 11519 11475 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 179673645 26624872448 10235 33554432000 4194304 4196468 140722327617472 139957349501712 139957795833557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
[pid=11519/tid=11527] ppid=11516 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/11519/task/11527/stat : 11527 (java) S 11516 11519 11475 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 179673645 26624872448 10235 33554432000 4194304 4196468 140722327617472 139957348449168 139957795833557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
[pid=11519/tid=11528] ppid=11516 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/11519/task/11528/stat : 11528 (java) S 11516 11519 11475 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 179673645 26624872448 10235 33554432000 4194304 4196468 140722327617472 139957347396624 139957795833557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
[pid=11519/tid=11529] ppid=11516 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/11519/task/11529/stat : 11529 (java) S 11516 11519 11475 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 179673645 26624872448 10235 33554432000 4194304 4196468 140722327617472 139957346344080 139957795833557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
[pid=11519/tid=11530] ppid=11516 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/11519/task/11530/stat : 11530 (java) S 11516 11519 11475 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 179673647 26624872448 10235 33554432000 4194304 4196468 140722327617472 139956547217392 139957795834498 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
[pid=11519/tid=11531] ppid=11516 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/11519/task/11531/stat : 11531 (java) S 11516 11519 11475 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 179673647 26624872448 10235 33554432000 4194304 4196468 140722327617472 139956546163616 139957795833557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
[pid=11519/tid=11532] ppid=11516 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/11519/task/11532/stat : 11532 (java) S 11516 11519 11475 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 179673647 26624872448 10235 33554432000 4194304 4196468 140722327617472 139956545111024 139957795833557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
[pid=11519/tid=11533] ppid=11516 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/11519/task/11533/stat : 11533 (java) S 11516 11519 11475 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 179673650 26624872448 10235 33554432000 4194304 4196468 140722327617472 139956544059600 139957795841947 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
[pid=11519/tid=11534] ppid=11516 vsize=26000852 memory=0 CPUtime=0.01 cores=0-7
/proc/11519/task/11534/stat : 11534 (java) S 11516 11519 11475 0 -1 1077944384 154 0 0 0 1 0 0 0 20 0 20 0 179673650 26624872448 10235 33554432000 4194304 4196468 140722327617472 139956475390448 139957795834498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
[pid=11519/tid=11535] ppid=11516 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/11519/task/11535/stat : 11535 (java) S 11516 11519 11475 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 20 0 179673650 26624872448 10235 33554432000 4194304 4196468 140722327617472 139956474337904 139957795834498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
[pid=11519/tid=11536] ppid=11516 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/11519/task/11536/stat : 11536 (java) S 11516 11519 11475 0 -1 1077944384 440 0 0 0 0 0 0 0 20 0 20 0 179673650 26624872448 10235 33554432000 4194304 4196468 140722327617472 139956473285360 139957795834498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
[pid=11519/tid=11537] ppid=11516 vsize=26000852 memory=0 CPUtime=0.05 cores=0-7
/proc/11519/task/11537/stat : 11537 (java) R 11516 11519 11475 0 -1 4202560 411 0 0 0 5 0 0 0 20 0 20 0 179673650 26624872448 10235 33554432000 4194304 4196468 140722327617472 139956472232816 139957782147623 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
[pid=11519/tid=11538] ppid=11516 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/11519/task/11538/stat : 11538 (java) S 11516 11519 11475 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 179673650 26624872448 10235 33554432000 4194304 4196468 140722327617472 139956471179488 139957795833557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
[pid=11519/tid=11539] ppid=11516 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/11519/task/11539/stat : 11539 (java) S 11516 11519 11475 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 179673650 26624872448 10235 33554432000 4194304 4196468 140722327617472 139956470127024 139957795834498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 26000852 KiB
Current children cumulated memory: 40940 KiB

[startup+0.310295 s]*
/proc/loadavg: 8.49 8.53 8.53 3/198 11539
/proc/meminfo: memFree=23637720/32770624 swapFree=67108860/67108860
[pid=11519] ppid=11516 vsize=26000872 memory=49004 CPUtime=0.48 cores=0-7
/proc/11519/stat : 11519 (java) S 11516 11519 11475 0 -1 1077944320 10622 0 0 0 44 4 0 0 20 0 20 0 179673644 26624892928 12251 33554432000 4194304 4196468 140722327617472 140722327600016 139957795823351 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
/proc/11519/statm: 6500218 12251 3670 1 0 6487932 0
[pid=11519/tid=11521] ppid=11516 vsize=26000872 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/11519/task/11521/stat : 11521 (java) R 11516 11519 11475 0 -1 4202560 7705 0 0 0 27 2 0 0 20 0 20 0 179673644 26624892928 12251 33554432000 4194304 4196468 140722327617472 139957800046128 139957431792322 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
[pid=11519/tid=11522] ppid=11516 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/11519/task/11522/stat : 11522 (java) S 11516 11519 11475 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 179673645 26624892928 12251 33554432000 4194304 4196468 140722327617472 139957752375568 139957795833557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
[pid=11519/tid=11523] ppid=11516 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/11519/task/11523/stat : 11523 (java) S 11516 11519 11475 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 179673645 26624892928 12251 33554432000 4194304 4196468 140722327617472 139957352659344 139957795833557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
[pid=11519/tid=11524] ppid=11516 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/11519/task/11524/stat : 11524 (java) S 11516 11519 11475 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 179673645 26624892928 12251 33554432000 4194304 4196468 140722327617472 139957351606800 139957795833557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
[pid=11519/tid=11525] ppid=11516 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/11519/task/11525/stat : 11525 (java) S 11516 11519 11475 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 179673645 26624892928 12251 33554432000 4194304 4196468 140722327617472 139957350554256 139957795833557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
[pid=11519/tid=11526] ppid=11516 vsize=26000872 memory=2244 CPUtime=0 cores=0-7
/proc/11519/task/11526/stat : 11526 (java) S 11516 11519 11475 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 179673645 26624892928 12251 33554432000 4194304 4196468 140722327617472 139957349501712 139957795833557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
[pid=11519/tid=11527] ppid=11516 vsize=26000872 memory=140517102941103 CPUtime=0 cores=0-7
/proc/11519/task/11527/stat : 11527 (java) S 11516 11519 11475 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 179673645 26624892928 12251 33554432000 4194304 4196468 140722327617472 139957348449168 139957795833557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
[pid=11519/tid=11528] ppid=11516 vsize=26000872 memory=140517102943408 CPUtime=0 cores=0-7
/proc/11519/task/11528/stat : 11528 (java) S 11516 11519 11475 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 179673645 26624892928 12251 33554432000 4194304 4196468 140722327617472 139957347396624 139957795833557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
[pid=11519/tid=11529] ppid=11516 vsize=26000872 memory=140517102945712 CPUtime=0 cores=0-7
/proc/11519/task/11529/stat : 11529 (java) S 11516 11519 11475 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 179673645 26624892928 12251 33554432000 4194304 4196468 140722327617472 139957346344080 139957795833557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
[pid=11519/tid=11530] ppid=11516 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/11519/task/11530/stat : 11530 (java) S 11516 11519 11475 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 179673647 26624892928 12251 33554432000 4194304 4196468 140722327617472 139956547217392 139957795834498 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
[pid=11519/tid=11531] ppid=11516 vsize=26000872 memory=281034205898384 CPUtime=0 cores=0-7
/proc/11519/task/11531/stat : 11531 (java) S 11516 11519 11475 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 179673647 26624892928 12251 33554432000 4194304 4196468 140722327617472 139956546163616 139957795833557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
[pid=11519/tid=11532] ppid=11516 vsize=26000872 memory=281034205905296 CPUtime=0 cores=0-7
/proc/11519/task/11532/stat : 11532 (java) S 11516 11519 11475 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 179673647 26624892928 12251 33554432000 4194304 4196468 140722327617472 139956545111024 139957795833557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
[pid=11519/tid=11533] ppid=11516 vsize=26000872 memory=281034205846576 CPUtime=0 cores=0-7
/proc/11519/task/11533/stat : 11533 (java) S 11516 11519 11475 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 179673650 26624892928 12251 33554432000 4194304 4196468 140722327617472 139956544059600 139957795841947 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
[pid=11519/tid=11534] ppid=11516 vsize=26000872 memory=281034205919120 CPUtime=0.03 cores=0-7
/proc/11519/task/11534/stat : 11534 (java) S 11516 11519 11475 0 -1 1077944384 295 0 0 0 3 0 0 0 20 0 20 0 179673650 26624892928 12251 33554432000 4194304 4196468 140722327617472 139956475390448 139957795834498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
[pid=11519/tid=11535] ppid=11516 vsize=26000872 memory=281034205926032 CPUtime=0.03 cores=0-7
/proc/11519/task/11535/stat : 11535 (java) R 11516 11519 11475 0 -1 1077944384 248 0 0 0 3 0 0 0 20 0 20 0 179673650 26624892928 12251 33554432000 4194304 4196468 140722327617472 139956474337904 139957795834498 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
[pid=11519/tid=11536] ppid=11516 vsize=26000872 memory=281034205923728 CPUtime=0.01 cores=0-7
/proc/11519/task/11536/stat : 11536 (java) S 11516 11519 11475 0 -1 1077944384 462 0 0 0 1 0 0 0 20 0 20 0 179673650 26624892928 12251 33554432000 4194304 4196468 140722327617472 139956473285360 139957795834498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
[pid=11519/tid=11537] ppid=11516 vsize=26000872 memory=281034205940336 CPUtime=0.08 cores=0-7
/proc/11519/task/11537/stat : 11537 (java) S 11516 11519 11475 0 -1 1077944384 524 0 0 0 8 0 0 0 20 0 20 0 179673650 26624892928 12251 33554432000 4194304 4196468 140722327617472 139956472232816 139957795834498 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
[pid=11519/tid=11538] ppid=11516 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/11519/task/11538/stat : 11538 (java) S 11516 11519 11475 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 179673650 26624892928 12251 33554432000 4194304 4196468 140722327617472 139956471179488 139957795833557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
[pid=11519/tid=11539] ppid=11516 vsize=26000872 memory=-1 CPUtime=0 cores=0-7
/proc/11519/task/11539/stat : 11539 (java) S 11516 11519 11475 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 179673650 26624892928 12251 33554432000 4194304 4196468 140722327617472 139956470127024 139957795834498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 26000872 KiB
Current children cumulated memory: 49004 KiB

[startup+0.70089 s]
/proc/loadavg: 8.49 8.53 8.53 2/198 11539
/proc/meminfo: memFree=23624324/32770624 swapFree=67108860/67108860
[pid=11519] ppid=11516 vsize=26004968 memory=80452 CPUtime=1.11 cores=0-7
/proc/11519/stat : 11519 (java) S 11516 11519 11475 0 -1 1077944320 13292 0 0 0 105 6 0 0 20 0 20 0 179673644 26629087232 20113 33554432000 4194304 4196468 140722327617472 140722327600016 139957795823351 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
/proc/11519/statm: 6501242 20113 3752 1 0 6488956 0
[pid=11519/tid=11521] ppid=11516 vsize=26004968 memory=0 CPUtime=0.68 cores=0-7
/proc/11519/task/11521/stat : 11521 (java) R 11516 11519 11475 0 -1 4202560 9584 0 0 0 64 4 0 0 20 0 20 0 179673644 26629087232 20113 33554432000 4194304 4196468 140722327617472 139957800058800 139957779903838 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
[pid=11519/tid=11522] ppid=11516 vsize=26004968 memory=0 CPUtime=0 cores=0-7
/proc/11519/task/11522/stat : 11522 (java) S 11516 11519 11475 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 179673645 26629087232 20113 33554432000 4194304 4196468 140722327617472 139957752375568 139957795833557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
[pid=11519/tid=11523] ppid=11516 vsize=26004968 memory=0 CPUtime=0 cores=0-7
/proc/11519/task/11523/stat : 11523 (java) S 11516 11519 11475 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 179673645 26629087232 20113 33554432000 4194304 4196468 140722327617472 139957352659344 139957795833557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
[pid=11519/tid=11524] ppid=11516 vsize=26004968 memory=0 CPUtime=0 cores=0-7
/proc/11519/task/11524/stat : 11524 (java) S 11516 11519 11475 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 179673645 26629087232 20113 33554432000 4194304 4196468 140722327617472 139957351606800 139957795833557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
[pid=11519/tid=11525] ppid=11516 vsize=26004968 memory=792 CPUtime=0 cores=0-7
/proc/11519/task/11525/stat : 11525 (java) S 11516 11519 11475 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 179673645 26629087232 20113 33554432000 4194304 4196468 140722327617472 139957350554256 139957795833557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
[pid=11519/tid=11526] ppid=11516 vsize=26004968 memory=948 CPUtime=0 cores=0-7
/proc/11519/task/11526/stat : 11526 (java) S 11516 11519 11475 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 179673645 26629087232 20113 33554432000 4194304 4196468 140722327617472 139957349501712 139957795833557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
[pid=11519/tid=11527] ppid=11516 vsize=26004968 memory=10768 CPUtime=0 cores=0-7
/proc/11519/task/11527/stat : 11527 (java) S 11516 11519 11475 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 179673645 26629087232 20113 33554432000 4194304 4196468 140722327617472 139957348449168 139957795833557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
[pid=11519/tid=11528] ppid=11516 vsize=26004968 memory=1204 CPUtime=0 cores=0-7
/proc/11519/task/11528/stat : 11528 (java) S 11516 11519 11475 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 179673645 26629087232 20113 33554432000 4194304 4196468 140722327617472 139957347396624 139957795833557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
[pid=11519/tid=11529] ppid=11516 vsize=26004968 memory=15828 CPUtime=0 cores=0-7
/proc/11519/task/11529/stat : 11529 (java) S 11516 11519 11475 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 179673645 26629087232 20113 33554432000 4194304 4196468 140722327617472 139957346344080 139957795833557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
[pid=11519/tid=11530] ppid=11516 vsize=26004968 memory=15796 CPUtime=0 cores=0-7
/proc/11519/task/11530/stat : 11530 (java) S 11516 11519 11475 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 179673647 26629087232 20113 33554432000 4194304 4196468 140722327617472 139956547217392 139957795834498 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0

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

[pid=11519/tid=11538] ppid=11516 vsize=26004968 memory=5424 CPUtime=0 cores=0-7
/proc/11519/task/11538/stat : 11538 (java) S 11516 11519 11475 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 179673650 26629087232 20113 33554432000 4194304 4196468 140722327617472 139956471179488 139957795833557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
[pid=11519/tid=11539] ppid=11516 vsize=26004968 memory=4620 CPUtime=0 cores=0-7
/proc/11519/task/11539/stat : 11539 (java) S 11516 11519 11475 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 179673650 26629087232 20113 33554432000 4194304 4196468 140722327617472 139956470127024 139957795834498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 26004968 KiB
Current children cumulated memory: 80452 KiB

[startup+1.50233 s]
/proc/loadavg: 8.49 8.53 8.53 3/198 11546
/proc/meminfo: memFree=23554888/32770624 swapFree=67108860/67108860
[pid=11519] ppid=11516 vsize=26809880 memory=233996 CPUtime=3.62 cores=0-7
/proc/11519/stat : 11519 (java) S 11516 11519 11475 0 -1 1077944320 34016 0 0 0 345 17 0 0 20 0 32 0 179673644 27453317120 58499 33554432000 4194304 4196468 140722327617472 140722327600016 139957795823351 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
/proc/11519/statm: 6702470 58499 3819 1 0 6690184 0
[pid=11519/tid=11521] ppid=11516 vsize=26809880 memory=0 CPUtime=1.44 cores=0-7
/proc/11519/task/11521/stat : 11521 (java) S 11516 11519 11475 0 -1 1077944384 13209 0 0 0 137 7 0 0 20 0 32 0 179673644 27453317120 58499 33554432000 4194304 4196468 140722327617472 139957800060736 139957795833557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
[pid=11519/tid=11522] ppid=11516 vsize=26809880 memory=0 CPUtime=0 cores=0-7
/proc/11519/task/11522/stat : 11522 (java) S 11516 11519 11475 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 32 0 179673645 27453317120 58499 33554432000 4194304 4196468 140722327617472 139957752375568 139957795833557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
[pid=11519/tid=11523] ppid=11516 vsize=26809880 memory=0 CPUtime=0 cores=0-7
/proc/11519/task/11523/stat : 11523 (java) S 11516 11519 11475 0 -1 1077944384 174 0 0 0 0 0 0 0 20 0 32 0 179673645 27453317120 58499 33554432000 4194304 4196468 140722327617472 139957352659344 139957795833557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
[pid=11519/tid=11524] ppid=11516 vsize=26809880 memory=0 CPUtime=0 cores=0-7
/proc/11519/task/11524/stat : 11524 (java) S 11516 11519 11475 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 32 0 179673645 27453317120 58499 33554432000 4194304 4196468 140722327617472 139957351606800 139957795833557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
[pid=11519/tid=11525] ppid=11516 vsize=26809880 memory=0 CPUtime=0 cores=0-7
/proc/11519/task/11525/stat : 11525 (java) S 11516 11519 11475 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 32 0 179673645 27453317120 58499 33554432000 4194304 4196468 140722327617472 139957350554256 139957795833557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
[pid=11519/tid=11526] ppid=11516 vsize=26809880 memory=281034206478320 CPUtime=0 cores=0-7
/proc/11519/task/11526/stat : 11526 (java) S 11516 11519 11475 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 32 0 179673645 27453317120 58499 33554432000 4194304 4196468 140722327617472 139957349501712 139957795833557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
[pid=11519/tid=11527] ppid=11516 vsize=26809880 memory=51646981735402 CPUtime=0 cores=0-7
/proc/11519/task/11527/stat : 11527 (java) S 11516 11519 11475 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 32 0 179673645 27453317120 58499 33554432000 4194304 4196468 140722327617472 139957348449168 139957795833557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
[pid=11519/tid=11528] ppid=11516 vsize=26809880 memory=51646981735402 CPUtime=0 cores=0-7
/proc/11519/task/11528/stat : 11528 (java) S 11516 11519 11475 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 32 0 179673645 27453317120 58499 33554432000 4194304 4196468 140722327617472 139957347396624 139957795833557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
[pid=11519/tid=11529] ppid=11516 vsize=26809880 memory=2110867710302100 CPUtime=0 cores=0-7
/proc/11519/task/11529/stat : 11529 (java) S 11516 11519 11475 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 32 0 179673645 27453317120 58499 33554432000 4194304 4196468 140722327617472 139957346344080 139957795833557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
[pid=11519/tid=11530] ppid=11516 vsize=26809880 memory=0 CPUtime=0 cores=0-7
/proc/11519/task/11530/stat : 11530 (java) S 11516 11519 11475 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 32 0 179673647 27453317120 58499 33554432000 4194304 4196468 140722327617472 139956547217392 139957795834498 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
[pid=11519/tid=11531] ppid=11516 vsize=26809880 memory=792 CPUtime=0 cores=0-7
/proc/11519/task/11531/stat : 11531 (java) S 11516 11519 11475 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 32 0 179673647 27453317120 58499 33554432000 4194304 4196468 140722327617472 139956546163680 139957795833557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
[pid=11519/tid=11532] ppid=11516 vsize=26809880 memory=948 CPUtime=0 cores=0-7
/proc/11519/task/11532/stat : 11532 (java) R 11516 11519 11475 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 32 0 179673647 27453317120 58499 33554432000 4194304 4196468 140722327617472 139956545111024 139957795833557 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
[pid=11519/tid=11533] ppid=11516 vsize=26809880 memory=10768 CPUtime=0 cores=0-7
/proc/11519/task/11533/stat : 11533 (java) S 11516 11519 11475 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 32 0 179673650 27453317120 58499 33554432000 4194304 4196468 140722327617472 139956544059600 139957795841947 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
[pid=11519/tid=11534] ppid=11516 vsize=26809880 memory=1204 CPUtime=0.52 cores=0-7
/proc/11519/task/11534/stat : 11534 (java) R 11516 11519 11475 0 -1 4202560 4359 0 0 0 50 2 0 0 20 0 32 0 179673650 27453317120 58499 33554432000 4194304 4196468 140722327617472 139956475367600 139957795844698 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
[pid=11519/tid=11535] ppid=11516 vsize=26809880 memory=15828 CPUtime=0.49 cores=0-7
/proc/11519/task/11535/stat : 11535 (java) R 11516 11519 11475 0 -1 4202560 4117 0 0 0 47 2 0 0 20 0 32 0 179673650 27453317120 58499 33554432000 4194304 4196468 140722327617472 139956474326336 139957795844698 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
[pid=11519/tid=11536] ppid=11516 vsize=26809880 memory=15796 CPUtime=0.49 cores=0-7
/proc/11519/task/11536/stat : 11536 (java) S 11516 11519 11475 0 -1 1077944384 5173 0 0 0 48 1 0 0 20 0 32 0 179673650 27453317120 58499 33554432000 4194304 4196468 140722327617472 139956473285360 139957795834498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
[pid=11519/tid=11537] ppid=11516 vsize=26809880 memory=4048 CPUtime=0.51 cores=0-7
/proc/11519/task/11537/stat : 11537 (java) R 11516 11519 11475 0 -1 4202560 4741 0 0 0 50 1 0 0 20 0 32 0 179673650 27453317120 58499 33554432000 4194304 4196468 140722327617472 139956472230608 139957795844698 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
[pid=11519/tid=11538] ppid=11516 vsize=26809880 memory=0 CPUtime=0 cores=0-7
/proc/11519/task/11538/stat : 11538 (java) S 11516 11519 11475 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 32 0 179673650 27453317120 58499 33554432000 4194304 4196468 140722327617472 139956471179488 139957795833557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
[pid=11519/tid=11539] ppid=11516 vsize=26809880 memory=0 CPUtime=0 cores=0-7
/proc/11519/task/11539/stat : 11539 (java) S 11516 11519 11475 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 32 0 179673650 27453317120 58499 33554432000 4194304 4196468 140722327617472 139956470127024 139957795834498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
Current children cumulated CPU time: 3.62 s
Current children cumulated vsize: 26809880 KiB
Current children cumulated memory: 233996 KiB

[startup+1.83773 s]
# the end of solver process 11519 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=5.62065 s, system=0.237804 s

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

[startup+1.60214 s]
/proc/loadavg: 8.49 8.53 8.53 3/198 11546
/proc/meminfo: memFree=23554888/32770624 swapFree=67108860/67108860
[pid=11519] ppid=11516 vsize=27611760 memory=236088 CPUtime=4.34 cores=0-7
/proc/11519/stat : 11519 (java) S 11516 11519 11475 0 -1 1077944320 36661 0 0 0 416 18 0 0 20 0 45 0 179673644 28274442240 59022 33554432000 4194304 4196468 140722327617472 140722327600016 139957795823351 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
/proc/11519/statm: 6902940 59022 3821 1 0 6890133 0
[pid=11519/tid=11521] ppid=11516 vsize=27611760 memory=0 CPUtime=1.45 cores=0-7
/proc/11519/task/11521/stat : 11521 (java) S 11516 11519 11475 0 -1 1077944384 13214 0 0 0 138 7 0 0 20 0 45 0 179673644 28274442240 59022 33554432000 4194304 4196468 140722327617472 139957800061056 139957795833557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
[pid=11519/tid=11522] ppid=11516 vsize=27611760 memory=0 CPUtime=0 cores=0-7
/proc/11519/task/11522/stat : 11522 (java) S 11516 11519 11475 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 45 0 179673645 28274442240 59022 33554432000 4194304 4196468 140722327617472 139957752375568 139957795833557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
[pid=11519/tid=11523] ppid=11516 vsize=27611760 memory=0 CPUtime=0 cores=0-7
/proc/11519/task/11523/stat : 11523 (java) S 11516 11519 11475 0 -1 1077944384 174 0 0 0 0 0 0 0 20 0 45 0 179673645 28274442240 59022 33554432000 4194304 4196468 140722327617472 139957352659344 139957795833557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
[pid=11519/tid=11524] ppid=11516 vsize=27611760 memory=0 CPUtime=0 cores=0-7
/proc/11519/task/11524/stat : 11524 (java) S 11516 11519 11475 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 45 0 179673645 28274442240 59022 33554432000 4194304 4196468 140722327617472 139957351606800 139957795833557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
[pid=11519/tid=11525] ppid=11516 vsize=27611760 memory=4140 CPUtime=0 cores=0-7
/proc/11519/task/11525/stat : 11525 (java) S 11516 11519 11475 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 45 0 179673645 28274442240 59022 33554432000 4194304 4196468 140722327617472 139957350554256 139957795833557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
[pid=11519/tid=11526] ppid=11516 vsize=27611760 memory=49492 CPUtime=0 cores=0-7
/proc/11519/task/11526/stat : 11526 (java) S 11516 11519 11475 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 45 0 179673645 28274442240 59022 33554432000 4194304 4196468 140722327617472 139957349501712 139957795833557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
[pid=11519/tid=11527] ppid=11516 vsize=27611760 memory=6352256631980 CPUtime=0 cores=0-7
/proc/11519/task/11527/stat : 11527 (java) S 11516 11519 11475 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 45 0 179673645 28274442240 59022 33554432000 4194304 4196468 140722327617472 139957348449168 139957795833557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
[pid=11519/tid=11528] ppid=11516 vsize=27611760 memory=288230596050944315 CPUtime=0 cores=0-7
/proc/11519/task/11528/stat : 11528 (java) S 11516 11519 11475 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 45 0 179673645 28274442240 59022 33554432000 4194304 4196468 140722327617472 139957347396624 139957795833557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
[pid=11519/tid=11529] ppid=11516 vsize=27611760 memory=15821084104591788 CPUtime=0 cores=0-7
/proc/11519/task/11529/stat : 11529 (java) S 11516 11519 11475 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 45 0 179673645 28274442240 59022 33554432000 4194304 4196468 140722327617472 139957346344080 139957795833557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
[pid=11519/tid=11530] ppid=11516 vsize=27611760 memory=5424 CPUtime=0 cores=0-7
/proc/11519/task/11530/stat : 11530 (java) S 11516 11519 11475 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 45 0 179673647 28274442240 59022 33554432000 4194304 4196468 140722327617472 139956547217392 139957795834498 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
[pid=11519/tid=11531] ppid=11516 vsize=27611760 memory=4620 CPUtime=0 cores=0-7
/proc/11519/task/11531/stat : 11531 (java) S 11516 11519 11475 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 45 0 179673647 28274442240 59058 33554432000 4194304 4196468 140722327617472 139956546163680 139957795833557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
[pid=11519/tid=11532] ppid=11516 vsize=27611760 memory=1396 CPUtime=0 cores=0-7
/proc/11519/task/11532/stat : 11532 (java) S 11516 11519 11475 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 45 0 179673647 28274442240 59058 33554432000 4194304 4196468 140722327617472 139956545111024 139957795833557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
[pid=11519/tid=11533] ppid=11516 vsize=27611760 memory=13160 CPUtime=0 cores=0-7
/proc/11519/task/11533/stat : 11533 (java) S 11516 11519 11475 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 45 0 179673650 28274442240 59058 33554432000 4194304 4196468 140722327617472 139956544059600 139957795841947 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
[pid=11519/tid=11534] ppid=11516 vsize=27611760 memory=33 CPUtime=0.6 cores=0-7
/proc/11519/task/11534/stat : 11534 (java) S 11516 11519 11475 0 -1 1077944384 4622 0 0 0 58 2 0 0 20 0 45 0 179673650 28274442240 59058 33554432000 4194304 4196468 140722327617472 139956475377232 139957795833557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
[pid=11519/tid=11535] ppid=11516 vsize=27611760 memory=6943526294502006880 CPUtime=0.56 cores=0-7
/proc/11519/task/11535/stat : 11535 (java) R 11516 11519 11475 0 -1 1077944384 4419 0 0 0 54 2 0 0 20 0 45 0 179673650 28274442240 59058 33554432000 4194304 4196468 140722327617472 139956474324432 139957795844541 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
[pid=11519/tid=11536] ppid=11516 vsize=27611760 memory=6944656592455359580 CPUtime=0.57 cores=0-7
/proc/11519/task/11536/stat : 11536 (java) R 11516 11519 11475 0 -1 4202560 5472 0 0 0 55 2 0 0 20 0 45 0 179673650 28274442240 59124 33554432000 4194304 4196468 140722327617472 139956473268992 139957788929073 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
[pid=11519/tid=11537] ppid=11516 vsize=27611760 memory=6944656592455359580 CPUtime=0.59 cores=0-7
/proc/11519/task/11537/stat : 11537 (java) R 11516 11519 11475 0 -1 4202560 6054 0 0 0 57 2 0 0 20 0 45 0 179673650 28274442240 59124 33554432000 4194304 4196468 140722327617472 139956472229272 139957788926853 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
[pid=11519/tid=11538] ppid=11516 vsize=27611760 memory=6943526294502006880 CPUtime=0 cores=0-7
/proc/11519/task/11538/stat : 11538 (java) S 11516 11519 11475 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 45 0 179673650 28274442240 59124 33554432000 4194304 4196468 140722327617472 139956471179488 139957795833557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
[pid=11519/tid=11539] ppid=11516 vsize=27611760 memory=6944652177228980320 CPUtime=0 cores=0-7
/proc/11519/task/11539/stat : 11539 (java) S 11516 11519 11475 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 45 0 179673650 28274442240 59124 33554432000 4194304 4196468 140722327617472 139956470127024 139957795834498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
Current children cumulated CPU time: 4.34 s
Current children cumulated vsize: 27611760 KiB
Current children cumulated memory: 236088 KiB

[startup+1.80081 s]
/proc/loadavg: 8.49 8.53 8.53 3/198 11546
/proc/meminfo: memFree=23554888/32770624 swapFree=67108860/67108860
[pid=11519] ppid=11516 vsize=27743860 memory=259864 CPUtime=5.75 cores=0-7
/proc/11519/stat : 11519 (java) S 11516 11519 11475 0 -1 1077944320 38749 0 0 0 553 22 0 0 20 0 46 0 179673644 28409712640 64966 33554432000 4194304 4196468 140722327617472 140722327600016 139957795823351 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
/proc/11519/statm: 6935965 64966 3836 1 0 6923158 0
[pid=11519/tid=11521] ppid=11516 vsize=27743860 memory=6791534058613427641 CPUtime=1.45 cores=0-7
/proc/11519/task/11521/stat : 11521 (java) S 11516 11519 11475 0 -1 1077944384 13214 0 0 0 138 7 0 0 20 0 46 0 179673644 28409712640 64966 33554432000 4194304 4196468 140722327617472 139957800061056 139957795833557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
[pid=11519/tid=11522] ppid=11516 vsize=27743860 memory=0 CPUtime=0 cores=0-7
/proc/11519/task/11522/stat : 11522 (java) S 11516 11519 11475 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 46 0 179673645 28409712640 64966 33554432000 4194304 4196468 140722327617472 139957752375568 139957795833557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
[pid=11519/tid=11523] ppid=11516 vsize=27743860 memory=4580 CPUtime=0 cores=0-7
/proc/11519/task/11523/stat : 11523 (java) S 11516 11519 11475 0 -1 1077944384 182 0 0 0 0 0 0 0 20 0 46 0 179673645 28409712640 64966 33554432000 4194304 4196468 140722327617472 139957352659344 139957795833557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
[pid=11519/tid=11524] ppid=11516 vsize=27743860 memory=0 CPUtime=0.01 cores=0-7
/proc/11519/task/11524/stat : 11524 (java) S 11516 11519 11475 0 -1 1077944384 86 0 0 0 1 0 0 0 20 0 46 0 179673645 28409712640 64966 33554432000 4194304 4196468 140722327617472 139957351606800 139957795833557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
[pid=11519/tid=11525] ppid=11516 vsize=27743860 memory=6656426216303648864 CPUtime=0.01 cores=0-7
/proc/11519/task/11525/stat : 11525 (java) S 11516 11519 11475 0 -1 1077944384 75 0 0 0 1 0 0 0 20 0 46 0 179673645 28409712640 64966 33554432000 4194304 4196468 140722327617472 139957350554256 139957795833557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
[pid=11519/tid=11526] ppid=11516 vsize=27743860 memory=6656426216303648864 CPUtime=0 cores=0-7
/proc/11519/task/11526/stat : 11526 (java) S 11516 11519 11475 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 46 0 179673645 28409712640 64966 33554432000 4194304 4196468 140722327617472 139957349501712 139957795833557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
[pid=11519/tid=11527] ppid=11516 vsize=27743860 memory=0 CPUtime=0 cores=0-7
/proc/11519/task/11527/stat : 11527 (java) S 11516 11519 11475 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 46 0 179673645 28409712640 64966 33554432000 4194304 4196468 140722327617472 139957348449168 139957795833557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
[pid=11519/tid=11528] ppid=11516 vsize=27743860 memory=0 CPUtime=0.01 cores=0-7
/proc/11519/task/11528/stat : 11528 (java) S 11516 11519 11475 0 -1 1077944384 33 0 0 0 1 0 0 0 20 0 46 0 179673645 28409712640 64966 33554432000 4194304 4196468 140722327617472 139957347396624 139957795833557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
[pid=11519/tid=11529] ppid=11516 vsize=27743860 memory=6944652177228980320 CPUtime=0.01 cores=0-7
/proc/11519/task/11529/stat : 11529 (java) S 11516 11519 11475 0 -1 1077944384 25 0 0 0 1 0 0 0 20 0 46 0 179673645 28409712640 64966 33554432000 4194304 4196468 140722327617472 139957346344080 139957795833557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
[pid=11519/tid=11530] ppid=11516 vsize=27743860 memory=8330969454845486047 CPUtime=0.02 cores=0-7
/proc/11519/task/11530/stat : 11530 (java) R 11516 11519 11475 0 -1 4202560 1129 0 0 0 2 0 0 0 20 0 46 0 179673647 28409712640 64966 33554432000 4194304 4196468 140722327617472 139956547215680 139957780957127 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
[pid=11519/tid=11531] ppid=11516 vsize=27743860 memory=6944656592455360604 CPUtime=0 cores=0-7
/proc/11519/task/11531/stat : 11531 (java) S 11516 11519 11475 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 46 0 179673647 28409712640 64966 33554432000 4194304 4196468 140722327617472 139956546163680 139957795833557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
[pid=11519/tid=11532] ppid=11516 vsize=27743860 memory=6944656592455097440 CPUtime=0 cores=0-7
/proc/11519/task/11532/stat : 11532 (java) S 11516 11519 11475 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 46 0 179673647 28409712640 64966 33554432000 4194304 4196468 140722327617472 139956545111024 139957795833557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
[pid=11519/tid=11533] ppid=11516 vsize=27743860 memory=6944656592385698452 CPUtime=0 cores=0-7
/proc/11519/task/11533/stat : 11533 (java) S 11516 11519 11475 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 46 0 179673650 28409712640 64966 33554432000 4194304 4196468 140722327617472 139956544059600 139957795841947 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
[pid=11519/tid=11534] ppid=11516 vsize=27743860 memory=7888498415758753893 CPUtime=0.78 cores=0-7
/proc/11519/task/11534/stat : 11534 (java) S 11516 11519 11475 0 -1 1077944384 4652 0 0 0 76 2 0 0 20 0 46 0 179673650 28409712640 64966 33554432000 4194304 4196468 140722327617472 139956475375440 139957795833557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
[pid=11519/tid=11535] ppid=11516 vsize=27743860 memory=6944656592455360608 CPUtime=0.72 cores=0-7
/proc/11519/task/11535/stat : 11535 (java) S 11516 11519 11475 0 -1 1077944384 4687 0 0 0 70 2 0 0 20 0 46 0 179673650 28409712640 64966 33554432000 4194304 4196468 140722327617472 139956474322896 139957795833557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
[pid=11519/tid=11536] ppid=11516 vsize=27743860 memory=-7522837583129502606 CPUtime=0.68 cores=0-7
/proc/11519/task/11536/stat : 11536 (java) S 11516 11519 11475 0 -1 1077944384 5526 0 0 0 66 2 0 0 20 0 46 0 179673650 28409712640 64966 33554432000 4194304 4196468 140722327617472 139956473268720 139957795833557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
[pid=11519/tid=11537] ppid=11516 vsize=27743860 memory=1399103955520229747 CPUtime=0.66 cores=0-7
/proc/11519/task/11537/stat : 11537 (java) S 11516 11519 11475 0 -1 1077944384 6237 0 0 0 64 2 0 0 20 0 46 0 179673650 28409712640 64966 33554432000 4194304 4196468 140722327617472 139956472228688 139957795833557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
[pid=11519/tid=11538] ppid=11516 vsize=27743860 memory=-7233780906022726806 CPUtime=0 cores=0-7
/proc/11519/task/11538/stat : 11538 (java) S 11516 11519 11475 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 46 0 179673650 28409712640 64966 33554432000 4194304 4196468 140722327617472 139956471179488 139957795833557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
[pid=11519/tid=11539] ppid=11516 vsize=27743860 memory=27128 CPUtime=0 cores=0-7
/proc/11519/task/11539/stat : 11539 (java) S 11516 11519 11475 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 46 0 179673650 28409712640 64966 33554432000 4194304 4196468 140722327617472 139956470127024 139957795834498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33521664 140722327618658 140722327618843 140722327618843 140722327621583 0
Current children cumulated CPU time: 5.75 s
Current children cumulated vsize: 27743860 KiB
Current children cumulated memory: 259864 KiB

Child status: 0
Real time (s): 1.83778
CPU time (s): 5.85846
CPU user time (s): 5.62065
CPU system time (s): 0.237804
CPU usage (%): 318.779
Max. virtual memory (cumulated for all children) (KiB): 27743860
Max. memory (cumulated for all children) (KiB): 259864

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.62065
system time used= 0.237804
maximum resident set size= 265596
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38868
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5584
involuntary context switches= 97


# summary of solver processes directly reported to runsolver:
#   pid: 11519
#   total CPU time (s): 5.85846
#   total CPU user time (s): 5.62065
#   total CPU system time (s): 0.237804

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.032035 second user time and 0.059217 second system time

The end

Launcher Data

Begin job on node114 at 2017-08-23 07:10:00
IDJOB=4285593
IDBENCH=140549
IDSOLVER=2681
FILE ID=node114/4285593-1503465861
RUNJOBID= node114-1503464999-11502
PBS_JOBID= 20632178
Free space on /tmp= 61024 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-08-22
BENCH NAME= XCSP17/Rack/Rack-m1c-s1/Rack-m1c-r1.xml
COMMAND LINE= java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 22000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4285593-1503465861/watcher-4285593-1503465861 -o /tmp/evaluation-result-4285593-1503465861/solver-4285593-1503465861 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node114-1503464999-11502 --watchdog 2580  java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 193595808 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4285593-1503465861.xml

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

MD5SUM BENCH= 363bab3579cb814ec3389af888051029
RANDOM SEED=193595808

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

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

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

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.98
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:        23672024 kB
MemAvailable:   31943572 kB
Buffers:          182960 kB
Cached:          8369804 kB
SwapCached:            0 kB
Active:          2661596 kB
Inactive:        5946580 kB
Active(anon):       6364 kB
Inactive(anon):    93520 kB
Active(file):    2655232 kB
Inactive(file):  5853060 kB
Unevictable:        7248 kB
Mlocked:            7248 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42332 kB
Writeback:             0 kB
AnonPages:         62504 kB
Mapped:            54512 kB
Shmem:             41608 kB
Slab:             185072 kB
SReclaimable:     158180 kB
SUnreclaim:        26892 kB
KernelStack:        3136 kB
PageTables:         5384 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     340388 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 60984 MiB
End job on node114 at 2017-08-23 07:10:02