Trace number 4308931

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 2018-08-14OPT2 8.32568 3.26263

General information on the benchmark

NameTemplateDesign/
TemplateDesign-m2-1_c18.xml
MD5SUM03e8a75034815332807f603ddfd28107
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark1.56181
Satisfiable
(Un)Satisfiability was proved
Number of variables15
Number of constraints13
Number of domains3
Minimum domain size2
Maximum domain size801
Distribution of domain sizes[{"size":2,"count":3},{"size":5,"count":9},{"size":801,"count":3}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":6},{"degree":3,"count":6},{"degree":5,"count":3}]
Minimum constraint arity2
Maximum constraint arity6
Distribution of constraint arities[{"arity":2,"count":6},{"arity":3,"count":4},{"arity":6,"count":3}]
Number of extensional constraints0
Number of intensional constraints6
Distribution of constraint types[{"type":"intension","count":6},{"type":"ordered","count":1},{"type":"sum","count":6}]
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.67/0.55	c version: 2018-08-14
0.67/0.55	c seed: 400987909
0.67/0.56	c timeout: 20160
0.67/0.56	c memlimit: 22000
0.67/0.56	c nbcore: 8
0.67/0.58	c Parsing instance...
1.18/0.89	c Parsing done, starting search...
6.72/3.04	o 3
7.40/3.20	o 2
8.09/3.23	s OPTIMUM FOUND
8.09/3.23	v <instantiation>
8.09/3.23	v 	<list>
8.09/3.23	v 		d[0][0] d[0][1] d[0][2] d[1][0] d[1][1] d[1][2] d[2][0] d[2][1] d[2][2] npt[0] npt[1] npt[2] u[0] u[1] u[2]
8.09/3.23	v 	</list>
8.09/3.23	v 	<values>
8.09/3.23	v 		1 0 3 0 4 0 4 0 0 275 137 0 1 1 0 
8.09/3.23	v 	</values>
8.09/3.23	v </instantiation>

Verifier Data

OK	2

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4308931-1534377695/watcher-4308931-1534377695 -o /tmp/evaluation-result-4308931-1534377695/solver-4308931-1534377695 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node103-1534372170-22211 --watchdog 2580 java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 400987909 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4308931-1534377695.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
solver pid=23131, runsolver pid=23128
Current StackSize limit: 8192 KiB


[startup+0.100144 s]*
/proc/loadavg: 9.15 8.77 8.53 3/200 23151
/proc/meminfo: memFree=24195592/32770624 swapFree=67059136/67108860
[pid=23131] ppid=23128 vsize=26103420 memory=30276 CPUtime=0.11 cores=0-7
/proc/23131/stat : 23131 (java) S 23128 23131 22184 0 -1 1077944320 7020 0 0 0 10 1 0 0 20 0 20 0 255332679 26729902080 7569 33554432000 4194304 4196468 140721544553968 140721544536512 140517498736375 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
/proc/23131/statm: 6525855 7569 3131 1 0 6487932 0
[pid=23131/tid=23133] ppid=23128 vsize=26103420 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/23131/task/23133/stat : 23133 (java) R 23128 23131 22184 0 -1 4202560 5106 0 0 0 8 1 0 0 20 0 20 0 255332680 26729902080 7569 33554432000 4194304 4196468 140721544553968 140517502939504 140517479012203 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23134] ppid=23128 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/23131/task/23134/stat : 23134 (java) S 23128 23131 22184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255332681 26729902080 7569 33554432000 4194304 4196468 140721544553968 140517451356944 140517498746581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23135] ppid=23128 vsize=26103420 memory=139741577430656 CPUtime=0 cores=0-7
/proc/23131/task/23135/stat : 23135 (java) S 23128 23131 22184 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255332681 26729902080 7569 33554432000 4194304 4196468 140721544553968 140517450304400 140517498746581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23136] ppid=23128 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/23131/task/23136/stat : 23136 (java) S 23128 23131 22184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255332681 26729902080 7635 33554432000 4194304 4196468 140721544553968 140517449251856 140517498746581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23137] ppid=23128 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/23131/task/23137/stat : 23137 (java) S 23128 23131 22184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255332681 26729902080 7635 33554432000 4194304 4196468 140721544553968 140517448199312 140517498746581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23138] ppid=23128 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/23131/task/23138/stat : 23138 (java) S 23128 23131 22184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255332681 26729902080 7635 33554432000 4194304 4196468 140721544553968 140517447145744 140517498746581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23139] ppid=23128 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/23131/task/23139/stat : 23139 (java) S 23128 23131 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255332681 26729902080 7635 33554432000 4194304 4196468 140721544553968 140517446093200 140517498746581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23140] ppid=23128 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/23131/task/23140/stat : 23140 (java) S 23128 23131 22184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255332681 26729902080 7635 33554432000 4194304 4196468 140721544553968 140517445040656 140517498746581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23141] ppid=23128 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/23131/task/23141/stat : 23141 (java) S 23128 23131 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255332681 26729902080 7635 33554432000 4194304 4196468 140721544553968 140517443988112 140517498746581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23142] ppid=23128 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/23131/task/23142/stat : 23142 (java) S 23128 23131 22184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255332682 26729902080 7635 33554432000 4194304 4196468 140721544553968 140515905354224 140517498747522 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23143] ppid=23128 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/23131/task/23143/stat : 23143 (java) S 23128 23131 22184 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 255332683 26729902080 7635 33554432000 4194304 4196468 140721544553968 140515904300448 140517498746581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23144] ppid=23128 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/23131/task/23144/stat : 23144 (java) S 23128 23131 22184 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 255332683 26729902080 7635 33554432000 4194304 4196468 140721544553968 140515903247856 140517498746581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23145] ppid=23128 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/23131/task/23145/stat : 23145 (java) S 23128 23131 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255332685 26729902080 7635 33554432000 4194304 4196468 140721544553968 140515902196432 140517498754971 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23146] ppid=23128 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/23131/task/23146/stat : 23146 (java) S 23128 23131 22184 0 -1 1077944384 314 0 0 0 0 0 0 0 20 0 20 0 255332685 26729902080 7635 33554432000 4194304 4196468 140721544553968 140515901143024 140517498747522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23147] ppid=23128 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/23131/task/23147/stat : 23147 (java) S 23128 23131 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255332685 26729902080 7635 33554432000 4194304 4196468 140721544553968 140515900090480 140517498747522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23148] ppid=23128 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/23131/task/23148/stat : 23148 (java) S 23128 23131 22184 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255332685 26729902080 7701 33554432000 4194304 4196468 140721544553968 140515899037936 140517498747522 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23149] ppid=23128 vsize=26103420 memory=0 CPUtime=0.01 cores=0-7
/proc/23131/task/23149/stat : 23149 (java) S 23128 23131 22184 0 -1 1077944384 238 0 0 0 1 0 0 0 20 0 20 0 255332685 26729902080 7701 33554432000 4194304 4196468 140721544553968 140515897985392 140517498747522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23150] ppid=23128 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/23131/task/23150/stat : 23150 (java) S 23128 23131 22184 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255332685 26729902080 7701 33554432000 4194304 4196468 140721544553968 140515896933088 140517498746581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23151] ppid=23128 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/23131/task/23151/stat : 23151 (java) S 23128 23131 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255332686 26729902080 7701 33554432000 4194304 4196468 140721544553968 140515827772336 140517498747522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 30276 KiB

[startup+0.210363 s]*
/proc/loadavg: 9.15 8.77 8.53 3/200 23151
/proc/meminfo: memFree=24182012/32770624 swapFree=67059136/67108860
[pid=23131] ppid=23128 vsize=26103420 memory=43308 CPUtime=0.3 cores=0-7
/proc/23131/stat : 23131 (java) S 23128 23131 22184 0 -1 1077944320 10442 0 0 0 28 2 0 0 20 0 20 0 255332679 26729902080 10827 33554432000 4194304 4196468 140721544553968 140721544536512 140517498736375 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
/proc/23131/statm: 6525855 10827 3370 1 0 6487932 0
[pid=23131/tid=23133] ppid=23128 vsize=26103420 memory=4026531975 CPUtime=0.19 cores=0-7
/proc/23131/task/23133/stat : 23133 (java) R 23128 23131 22184 0 -1 4202560 8182 0 0 0 18 1 0 0 20 0 20 0 255332680 26729902080 10827 33554432000 4194304 4196468 140721544553968 140517502966192 140517482816862 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23134] ppid=23128 vsize=26103420 memory=12994 CPUtime=0 cores=0-7
/proc/23131/task/23134/stat : 23134 (java) S 23128 23131 22184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255332681 26729902080 10827 33554432000 4194304 4196468 140721544553968 140517451356944 140517498746581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23135] ppid=23128 vsize=26103420 memory=288370117729142400 CPUtime=0 cores=0-7
/proc/23131/task/23135/stat : 23135 (java) S 23128 23131 22184 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255332681 26729902080 10827 33554432000 4194304 4196468 140721544553968 140517450304400 140517498746581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23136] ppid=23128 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/23131/task/23136/stat : 23136 (java) S 23128 23131 22184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255332681 26729902080 10827 33554432000 4194304 4196468 140721544553968 140517449251856 140517498746581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23137] ppid=23128 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/23131/task/23137/stat : 23137 (java) S 23128 23131 22184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255332681 26729902080 10827 33554432000 4194304 4196468 140721544553968 140517448199312 140517498746581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23138] ppid=23128 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/23131/task/23138/stat : 23138 (java) S 23128 23131 22184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255332681 26729902080 10827 33554432000 4194304 4196468 140721544553968 140517447145744 140517498746581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23139] ppid=23128 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/23131/task/23139/stat : 23139 (java) S 23128 23131 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255332681 26729902080 10827 33554432000 4194304 4196468 140721544553968 140517446093200 140517498746581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23140] ppid=23128 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/23131/task/23140/stat : 23140 (java) S 23128 23131 22184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255332681 26729902080 10827 33554432000 4194304 4196468 140721544553968 140517445040656 140517498746581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23141] ppid=23128 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/23131/task/23141/stat : 23141 (java) S 23128 23131 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255332681 26729902080 10827 33554432000 4194304 4196468 140721544553968 140517443988112 140517498746581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23142] ppid=23128 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/23131/task/23142/stat : 23142 (java) S 23128 23131 22184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255332682 26729902080 10827 33554432000 4194304 4196468 140721544553968 140515905354224 140517498747522 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23143] ppid=23128 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/23131/task/23143/stat : 23143 (java) S 23128 23131 22184 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 255332683 26729902080 10827 33554432000 4194304 4196468 140721544553968 140515904300448 140517498746581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23144] ppid=23128 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/23131/task/23144/stat : 23144 (java) S 23128 23131 22184 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 255332683 26729902080 10827 33554432000 4194304 4196468 140721544553968 140515903247856 140517498746581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23145] ppid=23128 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/23131/task/23145/stat : 23145 (java) S 23128 23131 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255332685 26729902080 10827 33554432000 4194304 4196468 140721544553968 140515902196432 140517498754971 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23146] ppid=23128 vsize=26103420 memory=0 CPUtime=0.01 cores=0-7
/proc/23131/task/23146/stat : 23146 (java) R 23128 23131 22184 0 -1 4202560 420 0 0 0 1 0 0 0 20 0 20 0 255332685 26729902080 10827 33554432000 4194304 4196468 140721544553968 140515901143024 140517476156144 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23147] ppid=23128 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/23131/task/23147/stat : 23147 (java) S 23128 23131 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255332685 26729902080 10827 33554432000 4194304 4196468 140721544553968 140515900090480 140517498747522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23148] ppid=23128 vsize=26103420 memory=0 CPUtime=0.01 cores=0-7
/proc/23131/task/23148/stat : 23148 (java) S 23128 23131 22184 0 -1 1077944384 165 0 0 0 1 0 0 0 20 0 20 0 255332685 26729902080 10827 33554432000 4194304 4196468 140721544553968 140515899037936 140517498747522 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23149] ppid=23128 vsize=26103420 memory=0 CPUtime=0.06 cores=0-7
/proc/23131/task/23149/stat : 23149 (java) R 23128 23131 22184 0 -1 4202560 295 0 0 0 6 0 0 0 20 0 20 0 255332685 26729902080 10827 33554432000 4194304 4196468 140721544553968 140515897984576 140517498757722 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23150] ppid=23128 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/23131/task/23150/stat : 23150 (java) S 23128 23131 22184 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255332685 26729902080 10827 33554432000 4194304 4196468 140721544553968 140515896933088 140517498746581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23151] ppid=23128 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/23131/task/23151/stat : 23151 (java) S 23128 23131 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255332686 26729902080 10827 33554432000 4194304 4196468 140721544553968 140515827772336 140517498747522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 43308 KiB

[startup+0.310579 s]*
/proc/loadavg: 9.15 8.77 8.53 3/200 23151
/proc/meminfo: memFree=24178336/32770624 swapFree=67059136/67108860
[pid=23131] ppid=23128 vsize=26103420 memory=46820 CPUtime=0.43 cores=0-7
/proc/23131/stat : 23131 (java) S 23128 23131 22184 0 -1 1077944320 10860 0 0 0 41 2 0 0 20 0 20 0 255332679 26729902080 11705 33554432000 4194304 4196468 140721544553968 140721544536512 140517498736375 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
/proc/23131/statm: 6525855 11705 3402 1 0 6487932 0
[pid=23131/tid=23133] ppid=23128 vsize=26103420 memory=6791534058613427641 CPUtime=0.3 cores=0-7
/proc/23131/task/23133/stat : 23133 (java) R 23128 23131 22184 0 -1 4202560 8522 0 0 0 28 2 0 0 20 0 20 0 255332680 26729902080 11705 33554432000 4194304 4196468 140721544553968 140517502898112 140517480301328 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23134] ppid=23128 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/23131/task/23134/stat : 23134 (java) S 23128 23131 22184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255332681 26729902080 11705 33554432000 4194304 4196468 140721544553968 140517451356944 140517498746581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23135] ppid=23128 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/23131/task/23135/stat : 23135 (java) S 23128 23131 22184 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255332681 26729902080 11705 33554432000 4194304 4196468 140721544553968 140517450304400 140517498746581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23136] ppid=23128 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/23131/task/23136/stat : 23136 (java) S 23128 23131 22184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255332681 26729902080 11705 33554432000 4194304 4196468 140721544553968 140517449251856 140517498746581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23137] ppid=23128 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/23131/task/23137/stat : 23137 (java) S 23128 23131 22184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255332681 26729902080 11705 33554432000 4194304 4196468 140721544553968 140517448199312 140517498746581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23138] ppid=23128 vsize=26103420 memory=2244 CPUtime=0 cores=0-7
/proc/23131/task/23138/stat : 23138 (java) S 23128 23131 22184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255332681 26729902080 11705 33554432000 4194304 4196468 140721544553968 140517447145744 140517498746581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23139] ppid=23128 vsize=26103420 memory=139741458690991 CPUtime=0 cores=0-7
/proc/23131/task/23139/stat : 23139 (java) S 23128 23131 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255332681 26729902080 11705 33554432000 4194304 4196468 140721544553968 140517446093200 140517498746581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23140] ppid=23128 vsize=26103420 memory=139741458693296 CPUtime=0 cores=0-7
/proc/23131/task/23140/stat : 23140 (java) S 23128 23131 22184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255332681 26729902080 11705 33554432000 4194304 4196468 140721544553968 140517445040656 140517498746581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23141] ppid=23128 vsize=26103420 memory=139741458695600 CPUtime=0 cores=0-7
/proc/23131/task/23141/stat : 23141 (java) S 23128 23131 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255332681 26729902080 11705 33554432000 4194304 4196468 140721544553968 140517443988112 140517498746581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23142] ppid=23128 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/23131/task/23142/stat : 23142 (java) S 23128 23131 22184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255332682 26729902080 11705 33554432000 4194304 4196468 140721544553968 140515905354224 140517498747522 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23143] ppid=23128 vsize=26103420 memory=279482917398160 CPUtime=0 cores=0-7
/proc/23131/task/23143/stat : 23143 (java) S 23128 23131 22184 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 255332683 26729902080 11705 33554432000 4194304 4196468 140721544553968 140515904300448 140517498746581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23144] ppid=23128 vsize=26103420 memory=279482917405072 CPUtime=0 cores=0-7
/proc/23131/task/23144/stat : 23144 (java) S 23128 23131 22184 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 255332683 26729902080 11705 33554432000 4194304 4196468 140721544553968 140515903247856 140517498746581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23145] ppid=23128 vsize=26103420 memory=279482917346352 CPUtime=0 cores=0-7
/proc/23131/task/23145/stat : 23145 (java) S 23128 23131 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255332685 26729902080 11705 33554432000 4194304 4196468 140721544553968 140515902196432 140517498754971 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23146] ppid=23128 vsize=26103420 memory=279482917418896 CPUtime=0.01 cores=0-7
/proc/23131/task/23146/stat : 23146 (java) S 23128 23131 22184 0 -1 1077944384 427 0 0 0 1 0 0 0 20 0 20 0 255332685 26729902080 11705 33554432000 4194304 4196468 140721544553968 140515901143024 140517498747522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23147] ppid=23128 vsize=26103420 memory=279482917425808 CPUtime=0 cores=0-7
/proc/23131/task/23147/stat : 23147 (java) S 23128 23131 22184 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 20 0 255332685 26729902080 11705 33554432000 4194304 4196468 140721544553968 140515900090480 140517498747522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23148] ppid=23128 vsize=26103420 memory=279482917423504 CPUtime=0.02 cores=0-7
/proc/23131/task/23148/stat : 23148 (java) S 23128 23131 22184 0 -1 1077944384 207 0 0 0 2 0 0 0 20 0 20 0 255332685 26729902080 11705 33554432000 4194304 4196468 140721544553968 140515899037936 140517498747522 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23149] ppid=23128 vsize=26103420 memory=279482917440112 CPUtime=0.08 cores=0-7
/proc/23131/task/23149/stat : 23149 (java) S 23128 23131 22184 0 -1 1077944384 311 0 0 0 8 0 0 0 20 0 20 0 255332685 26729902080 11705 33554432000 4194304 4196468 140721544553968 140515897985392 140517498747522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23150] ppid=23128 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/23131/task/23150/stat : 23150 (java) S 23128 23131 22184 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255332685 26729902080 11705 33554432000 4194304 4196468 140721544553968 140515896933088 140517498746581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23151] ppid=23128 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/23131/task/23151/stat : 23151 (java) S 23128 23131 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255332686 26729902080 11705 33554432000 4194304 4196468 140721544553968 140515827772336 140517498747522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 46820 KiB

[startup+0.700924 s]
/proc/loadavg: 9.15 8.77 8.53 2/200 23151
/proc/meminfo: memFree=24154028/32770624 swapFree=67059136/67108860
[pid=23131] ppid=23128 vsize=26105488 memory=85696 CPUtime=0.99 cores=0-7
/proc/23131/stat : 23131 (java) S 23128 23131 22184 0 -1 1077944320 17794 0 0 0 95 4 0 0 20 0 20 0 255332679 26732019712 21424 33554432000 4194304 4196468 140721544553968 140721544536512 140517498736375 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
/proc/23131/statm: 6526372 21424 3502 1 0 6488444 0
[pid=23131/tid=23133] ppid=23128 vsize=26105488 memory=0 CPUtime=0.67 cores=0-7
/proc/23131/task/23133/stat : 23133 (java) R 23128 23131 22184 0 -1 4202560 15012 0 0 0 64 3 0 0 20 0 20 0 255332680 26732019712 21424 33554432000 4194304 4196468 140721544553968 140517502959040 140517482816862 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23134] ppid=23128 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/23131/task/23134/stat : 23134 (java) S 23128 23131 22184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255332681 26732019712 21424 33554432000 4194304 4196468 140721544553968 140517451356944 140517498746581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23135] ppid=23128 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/23131/task/23135/stat : 23135 (java) S 23128 23131 22184 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255332681 26732019712 21424 33554432000 4194304 4196468 140721544553968 140517450304400 140517498746581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23136] ppid=23128 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/23131/task/23136/stat : 23136 (java) S 23128 23131 22184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255332681 26732019712 21424 33554432000 4194304 4196468 140721544553968 140517449251856 140517498746581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23137] ppid=23128 vsize=26105488 memory=736 CPUtime=0 cores=0-7
/proc/23131/task/23137/stat : 23137 (java) S 23128 23131 22184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255332681 26732019712 21424 33554432000 4194304 4196468 140721544553968 140517448199312 140517498746581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23138] ppid=23128 vsize=26105488 memory=1520 CPUtime=0 cores=0-7
/proc/23131/task/23138/stat : 23138 (java) S 23128 23131 22184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255332681 26732019712 21424 33554432000 4194304 4196468 140721544553968 140517447145744 140517498746581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23139] ppid=23128 vsize=26105488 memory=1708 CPUtime=0 cores=0-7
/proc/23131/task/23139/stat : 23139 (java) S 23128 23131 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255332681 26732019712 21424 33554432000 4194304 4196468 140721544553968 140517446093200 140517498746581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23140] ppid=23128 vsize=26105488 memory=5192 CPUtime=0 cores=0-7
/proc/23131/task/23140/stat : 23140 (java) S 23128 23131 22184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255332681 26732019712 21424 33554432000 4194304 4196468 140721544553968 140517445040656 140517498746581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23141] ppid=23128 vsize=26105488 memory=13608 CPUtime=0 cores=0-7
/proc/23131/task/23141/stat : 23141 (java) S 23128 23131 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255332681 26732019712 21424 33554432000 4194304 4196468 140721544553968 140517443988112 140517498746581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23142] ppid=23128 vsize=26105488 memory=1860 CPUtime=0 cores=0-7
/proc/23131/task/23142/stat : 23142 (java) S 23128 23131 22184 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255332682 26732019712 21424 33554432000 4194304 4196468 140721544553968 140515905354224 140517498747522 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0

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

Current children cumulated CPU time: 3.21 s
Current children cumulated vsize: 26111632 KiB
Current children cumulated memory: 174956 KiB

[startup+3.11161 s]
/proc/loadavg: 9.15 8.77 8.53 4/205 23156
/proc/meminfo: memFree=23948732/32770624 swapFree=67059136/67108860
[pid=23131] ppid=23128 vsize=27850524 memory=276280 CPUtime=7.4 cores=0-7
/proc/23131/stat : 23131 (java) S 23128 23131 22184 0 -1 1077944320 40863 0 0 0 717 23 0 0 20 0 46 0 255332679 28518936576 69070 33554432000 4194304 4196468 140721544553968 140721544536512 140517498736375 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
/proc/23131/statm: 6962631 69070 3596 1 0 6924182 0
[pid=23131/tid=23133] ppid=23128 vsize=27850524 memory=0 CPUtime=2.9 cores=0-7
/proc/23131/task/23133/stat : 23133 (java) S 23128 23131 22184 0 -1 1077944384 23107 0 0 0 282 8 0 0 20 0 46 0 255332680 28518936576 69070 33554432000 4194304 4196468 140721544553968 140517502973840 140517498746581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23134] ppid=23128 vsize=27850524 memory=3544 CPUtime=0.02 cores=0-7
/proc/23131/task/23134/stat : 23134 (java) S 23128 23131 22184 0 -1 1077944384 40 0 0 0 2 0 0 0 20 0 46 0 255332681 28518936576 69070 33554432000 4194304 4196468 140721544553968 140517451356944 140517498746581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23135] ppid=23128 vsize=27850524 memory=288230574492221466 CPUtime=0.02 cores=0-7
/proc/23131/task/23135/stat : 23135 (java) S 23128 23131 22184 0 -1 1077944384 40 0 0 0 2 0 0 0 20 0 46 0 255332681 28518936576 69070 33554432000 4194304 4196468 140721544553968 140517450304400 140517498746581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23136] ppid=23128 vsize=27850524 memory=278 CPUtime=0.03 cores=0-7
/proc/23131/task/23136/stat : 23136 (java) S 23128 23131 22184 0 -1 1077944384 511 0 0 0 3 0 0 0 20 0 46 0 255332681 28518936576 69070 33554432000 4194304 4196468 140721544553968 140517449251856 140517498746581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23137] ppid=23128 vsize=27850524 memory=2 CPUtime=0.02 cores=0-7
/proc/23131/task/23137/stat : 23137 (java) S 23128 23131 22184 0 -1 1077944384 194 0 0 0 2 0 0 0 20 0 46 0 255332681 28518936576 69070 33554432000 4194304 4196468 140721544553968 140517448199312 140517498746581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23138] ppid=23128 vsize=27850524 memory=0 CPUtime=0.03 cores=0-7
/proc/23131/task/23138/stat : 23138 (java) S 23128 23131 22184 0 -1 1077944384 68 0 0 0 3 0 0 0 20 0 46 0 255332681 28518936576 69070 33554432000 4194304 4196468 140721544553968 140517447145744 140517498746581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23139] ppid=23128 vsize=27850524 memory=279482917259424 CPUtime=0.03 cores=0-7
/proc/23131/task/23139/stat : 23139 (java) S 23128 23131 22184 0 -1 1077944384 91 0 0 0 3 0 0 0 20 0 46 0 255332681 28518936576 69070 33554432000 4194304 4196468 140721544553968 140517446093200 140517498746581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23140] ppid=23128 vsize=27850524 memory=0 CPUtime=0.03 cores=0-7
/proc/23131/task/23140/stat : 23140 (java) S 23128 23131 22184 0 -1 1077944384 219 0 0 0 3 0 0 0 20 0 46 0 255332681 28518936576 69070 33554432000 4194304 4196468 140721544553968 140517445040656 140517498746581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23141] ppid=23128 vsize=27850524 memory=0 CPUtime=0.03 cores=0-7
/proc/23131/task/23141/stat : 23141 (java) S 23128 23131 22184 0 -1 1077944384 35 0 0 0 2 1 0 0 20 0 46 0 255332681 28518936576 69070 33554432000 4194304 4196468 140721544553968 140517443988112 140517498746581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23142] ppid=23128 vsize=27850524 memory=0 CPUtime=0.03 cores=0-7
/proc/23131/task/23142/stat : 23142 (java) S 23128 23131 22184 0 -1 1077944384 1368 0 0 0 2 1 0 0 20 0 46 0 255332682 28518936576 69070 33554432000 4194304 4196468 140721544553968 140515905354224 140517498747522 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23143] ppid=23128 vsize=27850524 memory=0 CPUtime=0 cores=0-7
/proc/23131/task/23143/stat : 23143 (java) S 23128 23131 22184 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 46 0 255332683 28518936576 69070 33554432000 4194304 4196468 140721544553968 140515904300512 140517498746581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23144] ppid=23128 vsize=27850524 memory=0 CPUtime=0 cores=0-7
/proc/23131/task/23144/stat : 23144 (java) S 23128 23131 22184 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 46 0 255332683 28518936576 69070 33554432000 4194304 4196468 140721544553968 140515903247872 140517498746581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23145] ppid=23128 vsize=27850524 memory=0 CPUtime=0 cores=0-7
/proc/23131/task/23145/stat : 23145 (java) S 23128 23131 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 46 0 255332685 28518936576 69070 33554432000 4194304 4196468 140721544553968 140515902196432 140517498754971 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23146] ppid=23128 vsize=27850524 memory=244236 CPUtime=0.99 cores=0-7
/proc/23131/task/23146/stat : 23146 (java) R 23128 23131 22184 0 -1 4202560 2341 0 0 0 98 1 0 0 20 0 46 0 255332685 28518936576 69070 33554432000 4194304 4196468 140721544553968 140515901130632 140517491025757 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23147] ppid=23128 vsize=27850524 memory=0 CPUtime=0.93 cores=0-7
/proc/23131/task/23147/stat : 23147 (java) R 23128 23131 22184 0 -1 4202560 1782 0 0 0 92 1 0 0 20 0 46 0 255332685 28518936576 69070 33554432000 4194304 4196468 140721544553968 140515900071904 140517478588478 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23148] ppid=23128 vsize=27850524 memory=0 CPUtime=1 cores=0-7
/proc/23131/task/23148/stat : 23148 (java) R 23128 23131 22184 0 -1 4202560 4425 0 0 0 100 0 0 0 20 0 46 0 255332685 28518936576 69070 33554432000 4194304 4196468 140721544553968 140515899030424 140517483624208 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23149] ppid=23128 vsize=27850524 memory=0 CPUtime=0.74 cores=0-7
/proc/23131/task/23149/stat : 23149 (java) R 23128 23131 22184 0 -1 1077944384 3918 0 0 0 72 2 0 0 20 0 46 0 255332685 28518936576 69070 33554432000 4194304 4196468 140721544553968 140515897981152 140517498746581 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23150] ppid=23128 vsize=27850524 memory=0 CPUtime=0 cores=0-7
/proc/23131/task/23150/stat : 23150 (java) S 23128 23131 22184 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 46 0 255332685 28518936576 69070 33554432000 4194304 4196468 140721544553968 140515896933088 140517498746581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23151] ppid=23128 vsize=27850524 memory=0 CPUtime=0 cores=0-7
/proc/23131/task/23151/stat : 23151 (java) S 23128 23131 22184 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 46 0 255332686 28518936576 69070 33554432000 4194304 4196468 140721544553968 140515827772336 140517498747522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23152] ppid=23128 vsize=27850524 memory=0 CPUtime=0.01 cores=0-7
/proc/23131/task/23152/stat : 23152 (java) R 23128 23131 22184 0 -1 1077944384 44 0 0 0 1 0 0 0 20 0 46 0 255332933 28518936576 69070 33554432000 4194304 4196468 140721544553968 140515816428800 140517498746581 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23153] ppid=23128 vsize=27850524 memory=0 CPUtime=0 cores=0-7
/proc/23131/task/23153/stat : 23153 (java) S 23128 23131 22184 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 46 0 255332949 28518936576 69070 33554432000 4194304 4196468 140721544553968 140515813279184 140517498747522 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23154] ppid=23128 vsize=27850524 memory=0 CPUtime=0.05 cores=0-7
/proc/23131/task/23154/stat : 23154 (java) R 23128 23131 22184 0 -1 1077944384 238 0 0 0 5 0 0 0 20 0 46 0 255332972 28518936576 69070 33554432000 4194304 4196468 140721544553968 140515810128560 140517498746581 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23155] ppid=23128 vsize=27850524 memory=0 CPUtime=0.03 cores=0-7
/proc/23131/task/23155/stat : 23155 (java) R 23128 23131 22184 0 -1 1077944384 124 0 0 0 3 0 0 0 20 0 46 0 255332972 28518936576 69070 33554432000 4194304 4196468 140721544553968 140515809074576 140517498746581 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23156] ppid=23128 vsize=27850524 memory=0 CPUtime=0.01 cores=0-7
/proc/23131/task/23156/stat : 23156 (java) R 23128 23131 22184 0 -1 1077944384 66 0 0 0 1 0 0 0 20 0 46 0 255332972 28518936576 69070 33554432000 4194304 4196468 140721544553968 140515808023472 140517498746581 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23157] ppid=23128 vsize=27850524 memory=0 CPUtime=0.02 cores=0-7
/proc/23131/task/23157/stat : 23157 (java) R 23128 23131 22184 0 -1 1077944384 73 0 0 0 2 0 0 0 20 0 46 0 255332980 28518936576 69070 33554432000 4194304 4196468 140721544553968 140515804873776 140517498746581 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23158] ppid=23128 vsize=27850524 memory=0 CPUtime=0.01 cores=0-7
/proc/23131/task/23158/stat : 23158 (java) R 23128 23131 22184 0 -1 1077944384 35 0 0 0 1 0 0 0 20 0 46 0 255332980 28518936576 69070 33554432000 4194304 4196468 140721544553968 140515803821232 140517498746581 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23159] ppid=23128 vsize=27850524 memory=0 CPUtime=0.01 cores=0-7
/proc/23131/task/23159/stat : 23159 (java) R 23128 23131 22184 0 -1 1077944384 48 0 0 0 1 0 0 0 20 0 46 0 255332980 28518936576 69070 33554432000 4194304 4196468 140721544553968 140515802768688 140517498746581 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23160] ppid=23128 vsize=27850524 memory=0 CPUtime=0.01 cores=0-7
/proc/23131/task/23160/stat : 23160 (java) S 23128 23131 22184 0 -1 1077944384 38 0 0 0 1 0 0 0 20 0 46 0 255332980 28518936576 69070 33554432000 4194304 4196468 140721544553968 140515801715296 140517498746581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23161] ppid=23128 vsize=27850524 memory=0 CPUtime=0.01 cores=0-7
/proc/23131/task/23161/stat : 23161 (java) R 23128 23131 22184 0 -1 4202560 58 0 0 0 1 0 0 0 20 0 46 0 255332980 28518936576 69070 33554432000 4194304 4196468 140721544553968 140515800663600 140517484105175 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23162] ppid=23128 vsize=27850524 memory=0 CPUtime=0.01 cores=0-7
/proc/23131/task/23162/stat : 23162 (java) R 23128 23131 22184 0 -1 1077944384 49 0 0 0 1 0 0 0 20 0 46 0 255332980 28518936576 69070 33554432000 4194304 4196468 140721544553968 140515799610032 140517498746581 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23163] ppid=23128 vsize=27850524 memory=0 CPUtime=0.01 cores=0-7
/proc/23131/task/23163/stat : 23163 (java) R 23128 23131 22184 0 -1 1077944384 33 0 0 0 1 0 0 0 20 0 46 0 255332980 28518936576 69070 33554432000 4194304 4196468 140721544553968 140515798557488 140517498746581 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23164] ppid=23128 vsize=27850524 memory=0 CPUtime=0.01 cores=0-7
/proc/23131/task/23164/stat : 23164 (java) R 23128 23131 22184 0 -1 1077944384 46 0 0 0 1 0 0 0 20 0 46 0 255332980 28518936576 69070 33554432000 4194304 4196468 140721544553968 140515797504944 140517498746581 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
Current children cumulated CPU time: 7.4 s
Current children cumulated vsize: 27850524 KiB
Current children cumulated memory: 276280 KiB

[startup+3.26255 s]
# the end of solver process 23131 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=8.06081 s, system=0.264866 s

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

[startup+3.20161 s]
/proc/loadavg: 9.15 8.77 8.53 4/205 23156
/proc/meminfo: memFree=23948732/32770624 swapFree=67059136/67108860
[pid=23131] ppid=23128 vsize=27850524 memory=277412 CPUtime=8.09 cores=0-7
/proc/23131/stat : 23131 (java) S 23128 23131 22184 0 -1 1077944320 41858 0 0 0 786 23 0 0 20 0 46 0 255332679 28518936576 69353 33554432000 4194304 4196468 140721544553968 140721544536512 140517498736375 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
/proc/23131/statm: 6962631 69353 3600 1 0 6924182 0
[pid=23131/tid=23133] ppid=23128 vsize=27850524 memory=0 CPUtime=2.9 cores=0-7
/proc/23131/task/23133/stat : 23133 (java) S 23128 23131 22184 0 -1 1077944384 23107 0 0 0 282 8 0 0 20 0 46 0 255332680 28518936576 69353 33554432000 4194304 4196468 140721544553968 140517502973840 140517498746581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23134] ppid=23128 vsize=27850524 memory=6791534058613427641 CPUtime=0.02 cores=0-7
/proc/23131/task/23134/stat : 23134 (java) S 23128 23131 22184 0 -1 1077944384 40 0 0 0 2 0 0 0 20 0 46 0 255332681 28518936576 69353 33554432000 4194304 4196468 140721544553968 140517451356944 140517498746581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23135] ppid=23128 vsize=27850524 memory=0 CPUtime=0.02 cores=0-7
/proc/23131/task/23135/stat : 23135 (java) S 23128 23131 22184 0 -1 1077944384 40 0 0 0 2 0 0 0 20 0 46 0 255332681 28518936576 69353 33554432000 4194304 4196468 140721544553968 140517450304400 140517498746581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23136] ppid=23128 vsize=27850524 memory=4580 CPUtime=0.03 cores=0-7
/proc/23131/task/23136/stat : 23136 (java) S 23128 23131 22184 0 -1 1077944384 511 0 0 0 3 0 0 0 20 0 46 0 255332681 28518936576 69353 33554432000 4194304 4196468 140721544553968 140517449251856 140517498746581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23137] ppid=23128 vsize=27850524 memory=0 CPUtime=0.02 cores=0-7
/proc/23131/task/23137/stat : 23137 (java) S 23128 23131 22184 0 -1 1077944384 194 0 0 0 2 0 0 0 20 0 46 0 255332681 28518936576 69353 33554432000 4194304 4196468 140721544553968 140517448199312 140517498746581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23138] ppid=23128 vsize=27850524 memory=0 CPUtime=0.03 cores=0-7
/proc/23131/task/23138/stat : 23138 (java) S 23128 23131 22184 0 -1 1077944384 68 0 0 0 3 0 0 0 20 0 46 0 255332681 28518936576 69353 33554432000 4194304 4196468 140721544553968 140517447145744 140517498746581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23139] ppid=23128 vsize=27850524 memory=0 CPUtime=0.03 cores=0-7
/proc/23131/task/23139/stat : 23139 (java) S 23128 23131 22184 0 -1 1077944384 91 0 0 0 3 0 0 0 20 0 46 0 255332681 28518936576 69353 33554432000 4194304 4196468 140721544553968 140517446093200 140517498746581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23140] ppid=23128 vsize=27850524 memory=0 CPUtime=0.03 cores=0-7
/proc/23131/task/23140/stat : 23140 (java) S 23128 23131 22184 0 -1 1077944384 219 0 0 0 3 0 0 0 20 0 46 0 255332681 28518936576 69353 33554432000 4194304 4196468 140721544553968 140517445040656 140517498746581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23141] ppid=23128 vsize=27850524 memory=0 CPUtime=0.03 cores=0-7
/proc/23131/task/23141/stat : 23141 (java) S 23128 23131 22184 0 -1 1077944384 35 0 0 0 2 1 0 0 20 0 46 0 255332681 28518936576 69353 33554432000 4194304 4196468 140721544553968 140517443988112 140517498746581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23142] ppid=23128 vsize=27850524 memory=0 CPUtime=0.03 cores=0-7
/proc/23131/task/23142/stat : 23142 (java) S 23128 23131 22184 0 -1 1077944384 1390 0 0 0 2 1 0 0 20 0 46 0 255332682 28518936576 69353 33554432000 4194304 4196468 140721544553968 140515905354224 140517498747522 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23143] ppid=23128 vsize=27850524 memory=0 CPUtime=0 cores=0-7
/proc/23131/task/23143/stat : 23143 (java) S 23128 23131 22184 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 46 0 255332683 28518936576 69353 33554432000 4194304 4196468 140721544553968 140515904300512 140517498746581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23144] ppid=23128 vsize=27850524 memory=0 CPUtime=0 cores=0-7
/proc/23131/task/23144/stat : 23144 (java) S 23128 23131 22184 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 46 0 255332683 28518936576 69353 33554432000 4194304 4196468 140721544553968 140515903247872 140517498746581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23145] ppid=23128 vsize=27850524 memory=0 CPUtime=0 cores=0-7
/proc/23131/task/23145/stat : 23145 (java) S 23128 23131 22184 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 46 0 255332685 28518936576 69353 33554432000 4194304 4196468 140721544553968 140515902196432 140517498754971 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23146] ppid=23128 vsize=27850524 memory=0 CPUtime=1.03 cores=0-7
/proc/23131/task/23146/stat : 23146 (java) R 23128 23131 22184 0 -1 4202560 2555 0 0 0 102 1 0 0 20 0 46 0 255332685 28518936576 69353 33554432000 4194304 4196468 140721544553968 140515901129072 140517483844082 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23147] ppid=23128 vsize=27850524 memory=0 CPUtime=1.02 cores=0-7
/proc/23131/task/23147/stat : 23147 (java) R 23128 23131 22184 0 -1 4202560 2026 0 0 0 101 1 0 0 20 0 46 0 255332685 28518936576 69353 33554432000 4194304 4196468 140721544553968 140515900071496 140517482147198 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23148] ppid=23128 vsize=27850524 memory=288230574492221466 CPUtime=1.02 cores=0-7
/proc/23131/task/23148/stat : 23148 (java) R 23128 23131 22184 0 -1 4202560 4679 0 0 0 102 0 0 0 20 0 46 0 255332685 28518936576 69353 33554432000 4194304 4196468 140721544553968 140515899019472 140517491025757 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23149] ppid=23128 vsize=27850524 memory=6943526294502006880 CPUtime=0.77 cores=0-7
/proc/23131/task/23149/stat : 23149 (java) R 23128 23131 22184 0 -1 4202560 4100 0 0 0 75 2 0 0 20 0 46 0 255332685 28518936576 69353 33554432000 4194304 4196468 140721544553968 140515897985688 140517478979136 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23150] ppid=23128 vsize=27850524 memory=6943526294502006880 CPUtime=0 cores=0-7
/proc/23131/task/23150/stat : 23150 (java) S 23128 23131 22184 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 46 0 255332685 28518936576 69353 33554432000 4194304 4196468 140721544553968 140515896933088 140517498746581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23151] ppid=23128 vsize=27850524 memory=0 CPUtime=0 cores=0-7
/proc/23131/task/23151/stat : 23151 (java) S 23128 23131 22184 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 46 0 255332686 28518936576 69353 33554432000 4194304 4196468 140721544553968 140515827772336 140517498747522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23152] ppid=23128 vsize=27850524 memory=0 CPUtime=0.02 cores=0-7
/proc/23131/task/23152/stat : 23152 (java) R 23128 23131 22184 0 -1 4202560 47 0 0 0 2 0 0 0 20 0 46 0 255332933 28518936576 69353 33554432000 4194304 4196468 140721544553968 140515816428800 140517119655168 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23153] ppid=23128 vsize=27850524 memory=0 CPUtime=0 cores=0-7
/proc/23131/task/23153/stat : 23153 (java) S 23128 23131 22184 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 46 0 255332949 28518936576 69353 33554432000 4194304 4196468 140721544553968 140515813279184 140517498747522 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23154] ppid=23128 vsize=27850524 memory=0 CPUtime=0.07 cores=0-7
/proc/23131/task/23154/stat : 23154 (java) R 23128 23131 22184 0 -1 4202560 253 0 0 0 7 0 0 0 20 0 46 0 255332972 28518936576 69353 33554432000 4194304 4196468 140721544553968 140515810114464 140721545381826 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23155] ppid=23128 vsize=27850524 memory=0 CPUtime=0.05 cores=0-7
/proc/23131/task/23155/stat : 23155 (java) S 23128 23131 22184 0 -1 1077944384 125 0 0 0 5 0 0 0 20 0 46 0 255332972 28518936576 69353 33554432000 4194304 4196468 140721544553968 140515809071392 140517498746581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23156] ppid=23128 vsize=27850524 memory=0 CPUtime=0.04 cores=0-7
/proc/23131/task/23156/stat : 23156 (java) R 23128 23131 22184 0 -1 1077944384 68 0 0 0 4 0 0 0 20 0 46 0 255332972 28518936576 69353 33554432000 4194304 4196468 140721544553968 140515808023472 140517498746581 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23157] ppid=23128 vsize=27850524 memory=0 CPUtime=0.03 cores=0-7
/proc/23131/task/23157/stat : 23157 (java) R 23128 23131 22184 0 -1 1077944384 76 0 0 0 3 0 0 0 20 0 46 0 255332980 28518936576 69353 33554432000 4194304 4196468 140721544553968 140515804873776 140517498746581 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23158] ppid=23128 vsize=27850524 memory=0 CPUtime=0.04 cores=0-7
/proc/23131/task/23158/stat : 23158 (java) R 23128 23131 22184 0 -1 1077944384 35 0 0 0 4 0 0 0 20 0 46 0 255332980 28518936576 69353 33554432000 4194304 4196468 140721544553968 140515803816608 140517498746581 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23159] ppid=23128 vsize=27850524 memory=0 CPUtime=0.03 cores=0-7
/proc/23131/task/23159/stat : 23159 (java) R 23128 23131 22184 0 -1 4202560 48 0 0 0 3 0 0 0 20 0 46 0 255332980 28518936576 69353 33554432000 4194304 4196468 140721544553968 140515802768688 140517498748310 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23160] ppid=23128 vsize=27850524 memory=0 CPUtime=0.03 cores=0-7
/proc/23131/task/23160/stat : 23160 (java) R 23128 23131 22184 0 -1 4202560 38 0 0 0 3 0 0 0 20 0 46 0 255332980 28518936576 69353 33554432000 4194304 4196468 140721544553968 140515801716144 140517128520897 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23161] ppid=23128 vsize=27850524 memory=0 CPUtime=0.04 cores=0-7
/proc/23131/task/23161/stat : 23161 (java) R 23128 23131 22184 0 -1 1077944384 61 0 0 0 4 0 0 0 20 0 46 0 255332980 28518936576 69353 33554432000 4194304 4196468 140721544553968 140515800663600 140517498746581 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23162] ppid=23128 vsize=27850524 memory=976 CPUtime=0.03 cores=0-7
/proc/23131/task/23162/stat : 23162 (java) R 23128 23131 22184 0 -1 1077944384 50 0 0 0 3 0 0 0 20 0 46 0 255332980 28518936576 69353 33554432000 4194304 4196468 140721544553968 140515799610032 140517498746581 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23163] ppid=23128 vsize=27850524 memory=1140 CPUtime=0.03 cores=0-7
/proc/23131/task/23163/stat : 23163 (java) R 23128 23131 22184 0 -1 1077944384 33 0 0 0 3 0 0 0 20 0 46 0 255332980 28518936576 69353 33554432000 4194304 4196468 140721544553968 140515798557488 140517498746581 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
[pid=23131/tid=23164] ppid=23128 vsize=27850524 memory=1024 CPUtime=0.03 cores=0-7
/proc/23131/task/23164/stat : 23164 (java) R 23128 23131 22184 0 -1 1077944384 47 0 0 0 3 0 0 0 20 0 46 0 255332980 28518936576 69353 33554432000 4194304 4196468 140721544553968 140515797504944 140517498746581 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13815808 140721544557646 140721544557829 140721544557829 140721544560591 0
Current children cumulated CPU time: 8.09 s
Current children cumulated vsize: 27850524 KiB
Current children cumulated memory: 277412 KiB

Child status: 0
Real time (s): 3.26263
CPU time (s): 8.32568
CPU user time (s): 8.06081
CPU system time (s): 0.264866
CPU usage (%): 255.183
Max. virtual memory (cumulated for all children) (KiB): 27850524
Max. memory (cumulated for all children) (KiB): 277412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.06081
system time used= 0.264866
maximum resident set size= 280940
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42821
page faults= 0
swaps= 0
block input operations= 0
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6097
involuntary context switches= 63


# summary of solver processes directly reported to runsolver:
#   pid: 23131
#   total CPU time (s): 8.32568
#   total CPU user time (s): 8.06081
#   total CPU system time (s): 0.264866

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.044799 second user time and 0.078412 second system time

The end

Launcher Data

Begin job on node103 at 2018-08-16 02:01:35
IDJOB=4308931
IDBENCH=141360
IDSOLVER=2793
FILE ID=node103/4308931-1534377695
RUNJOBID= node103-1534372170-22211
PBS_JOBID= 21038282
Free space on /tmp= 38636 MiB

SOLVER NAME= OscaR - Parallel with EPS 2018-08-14
BENCH NAME= XCSP18/TemplateDesign/TemplateDesign-m2-1_c18.xml
COMMAND LINE= java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 22000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4308931-1534377695/watcher-4308931-1534377695 -o /tmp/evaluation-result-4308931-1534377695/solver-4308931-1534377695 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node103-1534372170-22211 --watchdog 2580  java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 400987909 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4308931-1534377695.xml

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

MD5SUM BENCH= 03e8a75034815332807f603ddfd28107
RANDOM SEED=400987909

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.48
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.48
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.48
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.48
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:        24212388 kB
MemAvailable:   31935440 kB
Buffers:          203380 kB
Cached:          7726228 kB
SwapCached:         5140 kB
Active:          4125960 kB
Inactive:        3816328 kB
Active(anon):       2904 kB
Inactive(anon):    69356 kB
Active(file):    4123056 kB
Inactive(file):  3746972 kB
Unevictable:        7772 kB
Mlocked:            7772 kB
SwapTotal:      67108860 kB
SwapFree:       67059136 kB
Dirty:             35856 kB
Writeback:             0 kB
AnonPages:         15776 kB
Mapped:            54432 kB
Shmem:             56924 kB
Slab:             309876 kB
SReclaimable:     281484 kB
SUnreclaim:        28392 kB
KernelStack:        3168 kB
PageTables:         4876 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     359244 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 38604 MiB
End job on node103 at 2018-08-16 02:01:38