Trace number 4308899

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-14OPT0 7.45202 2.69769

General information on the benchmark

NameSteelMillSlab/
SteelMillSlab-m1-simple_c18.xml
MD5SUM5b0471201a80cf29b9165f742e9eb3a6
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark2.54442
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints33
Number of domains3
Minimum domain size5
Maximum domain size19
Distribution of domain sizes[{"size":5,"count":10},{"size":10,"count":10},{"size":19,"count":10}]
Minimum variable degree2
Maximum variable degree21
Distribution of variable degrees[{"degree":2,"count":10},{"degree":4,"count":10},{"degree":20,"count":8},{"degree":21,"count":2}]
Minimum constraint arity2
Maximum constraint arity11
Distribution of constraint arities[{"arity":2,"count":11},{"arity":10,"count":12},{"arity":11,"count":10}]
Number of extensional constraints10
Number of intensional constraints1
Distribution of constraint types[{"type":"extension","count":10},{"type":"intension","count":1},{"type":"ordered","count":1},{"type":"sum","count":21}]
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: 1186721147
0.67/0.55	c timeout: 20160
0.67/0.55	c memlimit: 22000
0.67/0.55	c nbcore: 8
0.67/0.58	c Parsing instance...
1.37/0.91	c Parsing done, starting search...
5.24/2.38	o 17
5.24/2.39	o 16
5.24/2.39	o 12
5.24/2.39	o 10
5.24/2.40	o 7
5.24/2.40	o 5
5.24/2.40	o 4
5.24/2.40	o 3
6.06/2.47	o 2
6.67/2.52	o 1
6.67/2.56	o 0
7.33/2.60	s OPTIMUM FOUND
7.33/2.60	v <instantiation>
7.33/2.60	v 	<list>
7.33/2.60	v 		slab[0] slab[1] slab[2] slab[3] slab[4] slab[5] slab[6] slab[7] slab[8] slab[9] load[0] load[1] load[2] load[3] load[4] load[5] load[6] load[7] load[8] load[9] loss[0] loss[1] loss[2] loss[3] loss[4] loss[5] loss[6] loss[7] loss[8] loss[9]
7.33/2.60	v 	</list>
7.33/2.60	v 	<values>
7.33/2.60	v 		1 1 1 0 2 3 0 0 1 2 15 11 11 11 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
7.33/2.60	v 	</values>
7.33/2.60	v </instantiation>

Verifier Data

OK	0

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (10744 MiB free)
  memory of node 1: 16384 MiB (12895 MiB free)
  node distances:
     10  21
     21  10

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


[startup+0.10016 s]*
/proc/loadavg: 8.09 8.73 8.79 2/198 25286
/proc/meminfo: memFree=24190972/32770624 swapFree=67059140/67108860
[pid=25266] ppid=25263 vsize=26103420 memory=30844 CPUtime=0.11 cores=0-7
/proc/25266/stat : 25266 (java) S 25263 25266 24721 0 -1 1077944320 7189 0 0 0 10 1 0 0 20 0 20 0 257354996 26729902080 7711 33554432000 4194304 4196468 140722723425392 140722723407936 140324452482807 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
/proc/25266/statm: 6525855 7711 3132 1 0 6487932 0
[pid=25266/tid=25268] ppid=25263 vsize=26103420 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/25266/task/25268/stat : 25268 (java) R 25263 25266 24721 0 -1 4202560 5280 0 0 0 8 1 0 0 20 0 20 0 257354996 26729902080 7777 33554432000 4194304 4196468 140722723425392 140324456685936 140324432758567 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
[pid=25266/tid=25269] ppid=25263 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/25266/task/25269/stat : 25269 (java) S 25263 25266 24721 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 257354997 26729902080 7777 33554432000 4194304 4196468 140722723425392 140324375063440 140324452493013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
[pid=25266/tid=25270] ppid=25263 vsize=26103420 memory=140543409772160 CPUtime=0 cores=0-7
/proc/25266/task/25270/stat : 25270 (java) S 25263 25266 24721 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 257354997 26729902080 7777 33554432000 4194304 4196468 140722723425392 140324374010640 140324452493013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
[pid=25266/tid=25271] ppid=25263 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/25266/task/25271/stat : 25271 (java) S 25263 25266 24721 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 257354997 26729902080 7777 33554432000 4194304 4196468 140722723425392 140324372958352 140324452493013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
[pid=25266/tid=25272] ppid=25263 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/25266/task/25272/stat : 25272 (java) S 25263 25266 24721 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 257354997 26729902080 7777 33554432000 4194304 4196468 140722723425392 140324371905552 140324452493013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
[pid=25266/tid=25273] ppid=25263 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/25266/task/25273/stat : 25273 (java) S 25263 25266 24721 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 257354997 26729902080 7777 33554432000 4194304 4196468 140722723425392 140324370852240 140324452493013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
[pid=25266/tid=25274] ppid=25263 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/25266/task/25274/stat : 25274 (java) S 25263 25266 24721 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 257354997 26729902080 7777 33554432000 4194304 4196468 140722723425392 140324369799440 140324452493013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
[pid=25266/tid=25275] ppid=25263 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/25266/task/25275/stat : 25275 (java) S 25263 25266 24721 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 257354997 26729902080 7777 33554432000 4194304 4196468 140722723425392 140324368747152 140324452493013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
[pid=25266/tid=25276] ppid=25263 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/25266/task/25276/stat : 25276 (java) S 25263 25266 24721 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 257354997 26729902080 7777 33554432000 4194304 4196468 140722723425392 140324367694352 140324452493013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
[pid=25266/tid=25277] ppid=25263 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/25266/task/25277/stat : 25277 (java) S 25263 25266 24721 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 257354999 26729902080 7843 33554432000 4194304 4196468 140722723425392 140323580824176 140324452493954 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
[pid=25266/tid=25278] ppid=25263 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/25266/task/25278/stat : 25278 (java) S 25263 25266 24721 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 257354999 26729902080 7843 33554432000 4194304 4196468 140722723425392 140323579770144 140324452493013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
[pid=25266/tid=25279] ppid=25263 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/25266/task/25279/stat : 25279 (java) S 25263 25266 24721 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 257354999 26729902080 7843 33554432000 4194304 4196468 140722723425392 140323578717808 140324452493013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
[pid=25266/tid=25280] ppid=25263 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/25266/task/25280/stat : 25280 (java) S 25263 25266 24721 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 257355002 26729902080 7843 33554432000 4194304 4196468 140722723425392 140323577666128 140324452501403 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
[pid=25266/tid=25281] ppid=25263 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/25266/task/25281/stat : 25281 (java) S 25263 25266 24721 0 -1 1077944384 296 0 0 0 0 0 0 0 20 0 20 0 257355002 26729902080 7843 33554432000 4194304 4196468 140722723425392 140323576612976 140324452493954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
[pid=25266/tid=25282] ppid=25263 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/25266/task/25282/stat : 25282 (java) S 25263 25266 24721 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 257355002 26729902080 7843 33554432000 4194304 4196468 140722723425392 140323575560176 140324452493954 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
[pid=25266/tid=25283] ppid=25263 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/25266/task/25283/stat : 25283 (java) S 25263 25266 24721 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 257355002 26729902080 7843 33554432000 4194304 4196468 140722723425392 140323574507888 140324452493954 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
[pid=25266/tid=25284] ppid=25263 vsize=26103420 memory=0 CPUtime=0.01 cores=0-7
/proc/25266/task/25284/stat : 25284 (java) S 25263 25266 24721 0 -1 1077944384 250 0 0 0 1 0 0 0 20 0 20 0 257355002 26729902080 7843 33554432000 4194304 4196468 140722723425392 140323573455088 140324452493954 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
[pid=25266/tid=25285] ppid=25263 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/25266/task/25285/stat : 25285 (java) S 25263 25266 24721 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 257355002 26729902080 7843 33554432000 4194304 4196468 140722723425392 140323572403040 140324452493013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
[pid=25266/tid=25286] ppid=25263 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/25266/task/25286/stat : 25286 (java) S 25263 25266 24721 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 257355002 26729902080 7843 33554432000 4194304 4196468 140722723425392 140323571350320 140324452493954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 30844 KiB

[startup+0.21013 s]*
/proc/loadavg: 8.09 8.73 8.79 3/198 25286
/proc/meminfo: memFree=24177268/32770624 swapFree=67059140/67108860
[pid=25266] ppid=25263 vsize=26103420 memory=43028 CPUtime=0.3 cores=0-7
/proc/25266/stat : 25266 (java) S 25263 25266 24721 0 -1 1077944320 10438 0 0 0 28 2 0 0 20 0 20 0 257354996 26729902080 10757 33554432000 4194304 4196468 140722723425392 140722723407936 140324452482807 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
/proc/25266/statm: 6525855 10757 3338 1 0 6487932 0
[pid=25266/tid=25268] ppid=25263 vsize=26103420 memory=4026531975 CPUtime=0.19 cores=0-7
/proc/25266/task/25268/stat : 25268 (java) R 25263 25266 24721 0 -1 4202560 8178 0 0 0 18 1 0 0 20 0 20 0 257354996 26729902080 10757 33554432000 4194304 4196468 140722723425392 140324456701184 140324433876538 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
[pid=25266/tid=25269] ppid=25263 vsize=26103420 memory=12994 CPUtime=0 cores=0-7
/proc/25266/task/25269/stat : 25269 (java) S 25263 25266 24721 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 257354997 26729902080 10757 33554432000 4194304 4196468 140722723425392 140324375063440 140324452493013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
[pid=25266/tid=25270] ppid=25263 vsize=26103420 memory=3762395766556448416 CPUtime=0 cores=0-7
/proc/25266/task/25270/stat : 25270 (java) S 25263 25266 24721 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 257354997 26729902080 10757 33554432000 4194304 4196468 140722723425392 140324374010640 140324452493013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
[pid=25266/tid=25271] ppid=25263 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/25266/task/25271/stat : 25271 (java) S 25263 25266 24721 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 257354997 26729902080 10757 33554432000 4194304 4196468 140722723425392 140324372958352 140324452493013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
[pid=25266/tid=25272] ppid=25263 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/25266/task/25272/stat : 25272 (java) S 25263 25266 24721 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 257354997 26729902080 10757 33554432000 4194304 4196468 140722723425392 140324371905552 140324452493013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
[pid=25266/tid=25273] ppid=25263 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/25266/task/25273/stat : 25273 (java) S 25263 25266 24721 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 257354997 26729902080 10757 33554432000 4194304 4196468 140722723425392 140324370852240 140324452493013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
[pid=25266/tid=25274] ppid=25263 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/25266/task/25274/stat : 25274 (java) S 25263 25266 24721 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 257354997 26729902080 10757 33554432000 4194304 4196468 140722723425392 140324369799440 140324452493013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
[pid=25266/tid=25275] ppid=25263 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/25266/task/25275/stat : 25275 (java) S 25263 25266 24721 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 257354997 26729902080 10757 33554432000 4194304 4196468 140722723425392 140324368747152 140324452493013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
[pid=25266/tid=25276] ppid=25263 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/25266/task/25276/stat : 25276 (java) S 25263 25266 24721 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 257354997 26729902080 10757 33554432000 4194304 4196468 140722723425392 140324367694352 140324452493013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
[pid=25266/tid=25277] ppid=25263 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/25266/task/25277/stat : 25277 (java) S 25263 25266 24721 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 257354999 26729902080 10757 33554432000 4194304 4196468 140722723425392 140323580824176 140324452493954 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
[pid=25266/tid=25278] ppid=25263 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/25266/task/25278/stat : 25278 (java) S 25263 25266 24721 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 257354999 26729902080 10757 33554432000 4194304 4196468 140722723425392 140323579770144 140324452493013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
[pid=25266/tid=25279] ppid=25263 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/25266/task/25279/stat : 25279 (java) S 25263 25266 24721 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 257354999 26729902080 10757 33554432000 4194304 4196468 140722723425392 140323578717808 140324452493013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
[pid=25266/tid=25280] ppid=25263 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/25266/task/25280/stat : 25280 (java) S 25263 25266 24721 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 257355002 26729902080 10757 33554432000 4194304 4196468 140722723425392 140323577666128 140324452501403 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
[pid=25266/tid=25281] ppid=25263 vsize=26103420 memory=0 CPUtime=0.01 cores=0-7
/proc/25266/task/25281/stat : 25281 (java) S 25263 25266 24721 0 -1 1077944384 367 0 0 0 1 0 0 0 20 0 20 0 257355002 26729902080 10757 33554432000 4194304 4196468 140722723425392 140323576612976 140324452493954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
[pid=25266/tid=25282] ppid=25263 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/25266/task/25282/stat : 25282 (java) S 25263 25266 24721 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 257355002 26729902080 10757 33554432000 4194304 4196468 140722723425392 140323575560176 140324452493954 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
[pid=25266/tid=25283] ppid=25263 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/25266/task/25283/stat : 25283 (java) R 25263 25266 24721 0 -1 4202560 170 0 0 0 0 0 0 0 20 0 20 0 257355002 26729902080 10757 33554432000 4194304 4196468 140722723425392 140323574498272 140324431728598 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
[pid=25266/tid=25284] ppid=25263 vsize=26103420 memory=0 CPUtime=0.06 cores=0-7
/proc/25266/task/25284/stat : 25284 (java) R 25263 25266 24721 0 -1 4202560 316 0 0 0 6 0 0 0 20 0 20 0 257355002 26729902080 10757 33554432000 4194304 4196468 140722723425392 140323573450816 140324436563294 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
[pid=25266/tid=25285] ppid=25263 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/25266/task/25285/stat : 25285 (java) S 25263 25266 24721 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 257355002 26729902080 10757 33554432000 4194304 4196468 140722723425392 140323572403040 140324452493013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
[pid=25266/tid=25286] ppid=25263 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/25266/task/25286/stat : 25286 (java) S 25263 25266 24721 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 257355002 26729902080 10757 33554432000 4194304 4196468 140722723425392 140323571350320 140324452493954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 43028 KiB

[startup+0.310182 s]*
/proc/loadavg: 8.09 8.73 8.79 3/198 25286
/proc/meminfo: memFree=24173344/32770624 swapFree=67059140/67108860
[pid=25266] ppid=25263 vsize=26103420 memory=46812 CPUtime=0.43 cores=0-7
/proc/25266/stat : 25266 (java) S 25263 25266 24721 0 -1 1077944320 10855 0 0 0 41 2 0 0 20 0 20 0 257354996 26729902080 11703 33554432000 4194304 4196468 140722723425392 140722723407936 140324452482807 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
/proc/25266/statm: 6525855 11703 3374 1 0 6487932 0
[pid=25266/tid=25268] ppid=25263 vsize=26103420 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/25266/task/25268/stat : 25268 (java) R 25263 25266 24721 0 -1 4202560 8525 0 0 0 28 1 0 0 20 0 20 0 257354996 26729902080 11703 33554432000 4194304 4196468 140722723425392 140324456692528 140324452504733 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
[pid=25266/tid=25269] ppid=25263 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/25266/task/25269/stat : 25269 (java) S 25263 25266 24721 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 257354997 26729902080 11703 33554432000 4194304 4196468 140722723425392 140324375063440 140324452493013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
[pid=25266/tid=25270] ppid=25263 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/25266/task/25270/stat : 25270 (java) S 25263 25266 24721 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 257354997 26729902080 11703 33554432000 4194304 4196468 140722723425392 140324374010640 140324452493013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
[pid=25266/tid=25271] ppid=25263 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/25266/task/25271/stat : 25271 (java) S 25263 25266 24721 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 257354997 26729902080 11703 33554432000 4194304 4196468 140722723425392 140324372958352 140324452493013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
[pid=25266/tid=25272] ppid=25263 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/25266/task/25272/stat : 25272 (java) S 25263 25266 24721 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 257354997 26729902080 11703 33554432000 4194304 4196468 140722723425392 140324371905552 140324452493013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
[pid=25266/tid=25273] ppid=25263 vsize=26103420 memory=2244 CPUtime=0 cores=0-7
/proc/25266/task/25273/stat : 25273 (java) S 25263 25266 24721 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 257354997 26729902080 11703 33554432000 4194304 4196468 140722723425392 140324370852240 140324452493013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
[pid=25266/tid=25274] ppid=25263 vsize=26103420 memory=140543275398063 CPUtime=0 cores=0-7
/proc/25266/task/25274/stat : 25274 (java) S 25263 25266 24721 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 257354997 26729902080 11703 33554432000 4194304 4196468 140722723425392 140324369799440 140324452493013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
[pid=25266/tid=25275] ppid=25263 vsize=26103420 memory=140543275400368 CPUtime=0 cores=0-7
/proc/25266/task/25275/stat : 25275 (java) S 25263 25266 24721 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 257354997 26729902080 11703 33554432000 4194304 4196468 140722723425392 140324368747152 140324452493013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
[pid=25266/tid=25276] ppid=25263 vsize=26103420 memory=140543275402672 CPUtime=0 cores=0-7
/proc/25266/task/25276/stat : 25276 (java) S 25263 25266 24721 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 257354997 26729902080 11703 33554432000 4194304 4196468 140722723425392 140324367694352 140324452493013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
[pid=25266/tid=25277] ppid=25263 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/25266/task/25277/stat : 25277 (java) S 25263 25266 24721 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 257354999 26729902080 11703 33554432000 4194304 4196468 140722723425392 140323580824176 140324452493954 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
[pid=25266/tid=25278] ppid=25263 vsize=26103420 memory=281086550812304 CPUtime=0 cores=0-7
/proc/25266/task/25278/stat : 25278 (java) S 25263 25266 24721 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 257354999 26729902080 11703 33554432000 4194304 4196468 140722723425392 140323579770144 140324452493013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
[pid=25266/tid=25279] ppid=25263 vsize=26103420 memory=281086550819216 CPUtime=0 cores=0-7
/proc/25266/task/25279/stat : 25279 (java) S 25263 25266 24721 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 257354999 26729902080 11703 33554432000 4194304 4196468 140722723425392 140323578717808 140324452493013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
[pid=25266/tid=25280] ppid=25263 vsize=26103420 memory=281086550760496 CPUtime=0 cores=0-7
/proc/25266/task/25280/stat : 25280 (java) S 25263 25266 24721 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 257355002 26729902080 11703 33554432000 4194304 4196468 140722723425392 140323577666128 140324452501403 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
[pid=25266/tid=25281] ppid=25263 vsize=26103420 memory=281086550833040 CPUtime=0.02 cores=0-7
/proc/25266/task/25281/stat : 25281 (java) S 25263 25266 24721 0 -1 1077944384 404 0 0 0 2 0 0 0 20 0 20 0 257355002 26729902080 11703 33554432000 4194304 4196468 140722723425392 140323576612976 140324452493954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
[pid=25266/tid=25282] ppid=25263 vsize=26103420 memory=281086550839952 CPUtime=0.01 cores=0-7
/proc/25266/task/25282/stat : 25282 (java) S 25263 25266 24721 0 -1 1077944384 23 0 0 0 1 0 0 0 20 0 20 0 257355002 26729902080 11703 33554432000 4194304 4196468 140722723425392 140323575560176 140324452493954 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
[pid=25266/tid=25283] ppid=25263 vsize=26103420 memory=281086550837648 CPUtime=0 cores=0-7
/proc/25266/task/25283/stat : 25283 (java) S 25263 25266 24721 0 -1 1077944384 180 0 0 0 0 0 0 0 20 0 20 0 257355002 26729902080 11703 33554432000 4194304 4196468 140722723425392 140323574507888 140324452493954 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
[pid=25266/tid=25284] ppid=25263 vsize=26103420 memory=281086550854256 CPUtime=0.08 cores=0-7
/proc/25266/task/25284/stat : 25284 (java) S 25263 25266 24721 0 -1 1077944384 334 0 0 0 8 0 0 0 20 0 20 0 257355002 26729902080 11703 33554432000 4194304 4196468 140722723425392 140323573455088 140324452493954 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
[pid=25266/tid=25285] ppid=25263 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/25266/task/25285/stat : 25285 (java) S 25263 25266 24721 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 257355002 26729902080 11703 33554432000 4194304 4196468 140722723425392 140323572403040 140324452493013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
[pid=25266/tid=25286] ppid=25263 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/25266/task/25286/stat : 25286 (java) S 25263 25266 24721 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 257355002 26729902080 11703 33554432000 4194304 4196468 140722723425392 140323571350320 140324452493954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 46812 KiB

[startup+0.700895 s]
/proc/loadavg: 8.09 8.73 8.79 2/198 25286
/proc/meminfo: memFree=24149144/32770624 swapFree=67059140/67108860
[pid=25266] ppid=25263 vsize=26105488 memory=87736 CPUtime=0.99 cores=0-7
/proc/25266/stat : 25266 (java) S 25263 25266 24721 0 -1 1077944320 17861 0 0 0 94 5 0 0 20 0 20 0 257354996 26732019712 21934 33554432000 4194304 4196468 140722723425392 140722723407936 140324452482807 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
/proc/25266/statm: 6526372 21934 3503 1 0 6488444 0
[pid=25266/tid=25268] ppid=25263 vsize=26105488 memory=0 CPUtime=0.67 cores=0-7
/proc/25266/task/25268/stat : 25268 (java) R 25263 25266 24721 0 -1 4202560 15025 0 0 0 63 4 0 0 20 0 20 0 257354996 26732019712 21934 33554432000 4194304 4196468 140722723425392 140324456706112 140324452504733 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
[pid=25266/tid=25269] ppid=25263 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/25266/task/25269/stat : 25269 (java) S 25263 25266 24721 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 257354997 26732019712 21934 33554432000 4194304 4196468 140722723425392 140324375063440 140324452493013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
[pid=25266/tid=25270] ppid=25263 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/25266/task/25270/stat : 25270 (java) S 25263 25266 24721 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 257354997 26732019712 21934 33554432000 4194304 4196468 140722723425392 140324374010640 140324452493013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
[pid=25266/tid=25271] ppid=25263 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/25266/task/25271/stat : 25271 (java) S 25263 25266 24721 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 257354997 26732019712 21934 33554432000 4194304 4196468 140722723425392 140324372958352 140324452493013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
[pid=25266/tid=25272] ppid=25263 vsize=26105488 memory=736 CPUtime=0 cores=0-7
/proc/25266/task/25272/stat : 25272 (java) S 25263 25266 24721 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 257354997 26732019712 21934 33554432000 4194304 4196468 140722723425392 140324371905552 140324452493013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
[pid=25266/tid=25273] ppid=25263 vsize=26105488 memory=1520 CPUtime=0 cores=0-7
/proc/25266/task/25273/stat : 25273 (java) S 25263 25266 24721 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 257354997 26732019712 21934 33554432000 4194304 4196468 140722723425392 140324370852240 140324452493013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
[pid=25266/tid=25274] ppid=25263 vsize=26105488 memory=1708 CPUtime=0 cores=0-7
/proc/25266/task/25274/stat : 25274 (java) S 25263 25266 24721 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 257354997 26732019712 21934 33554432000 4194304 4196468 140722723425392 140324369799440 140324452493013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
[pid=25266/tid=25275] ppid=25263 vsize=26105488 memory=5192 CPUtime=0 cores=0-7
/proc/25266/task/25275/stat : 25275 (java) S 25263 25266 24721 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 257354997 26732019712 21934 33554432000 4194304 4196468 140722723425392 140324368747152 140324452493013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
[pid=25266/tid=25276] ppid=25263 vsize=26105488 memory=13608 CPUtime=0 cores=0-7
/proc/25266/task/25276/stat : 25276 (java) S 25263 25266 24721 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 257354997 26732019712 21934 33554432000 4194304 4196468 140722723425392 140324367694352 140324452493013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
[pid=25266/tid=25277] ppid=25263 vsize=26105488 memory=1860 CPUtime=0 cores=0-7
/proc/25266/task/25277/stat : 25277 (java) S 25263 25266 24721 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 257354999 26732019712 21934 33554432000 4194304 4196468 140722723425392 140323580824176 140324452493954 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0

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

[pid=25266/tid=25286] ppid=25263 vsize=26111632 memory=0 CPUtime=0 cores=0-7
/proc/25266/task/25286/stat : 25286 (java) S 25263 25266 24721 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 257355002 26738311168 39189 33554432000 4194304 4196468 140722723425392 140323571350320 140324452493954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
Current children cumulated CPU time: 3.16 s
Current children cumulated vsize: 26111632 KiB
Current children cumulated memory: 156756 KiB

[startup+2.69764 s]
# the end of solver process 25266 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=7.23985 s, system=0.212164 s

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

[startup+1.6011 s]
/proc/loadavg: 8.09 8.73 8.79 2/198 25286
/proc/meminfo: memFree=24114128/32770624 swapFree=67059140/67108860
[pid=25266] ppid=25263 vsize=26111632 memory=169536 CPUtime=3.5 cores=0-7
/proc/25266/stat : 25266 (java) S 25263 25266 24721 0 -1 1077944320 28075 0 0 0 340 10 0 0 20 0 20 0 257354996 26738311168 42384 33554432000 4194304 4196468 140722723425392 140722723407936 140324452482807 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
/proc/25266/statm: 6527908 42384 3558 1 0 6489980 0
[pid=25266/tid=25268] ppid=25263 vsize=26111632 memory=0 CPUtime=1.57 cores=0-7
/proc/25266/task/25268/stat : 25268 (java) R 25263 25266 24721 0 -1 4202560 18734 0 0 0 150 7 0 0 20 0 20 0 257354996 26738311168 42384 33554432000 4194304 4196468 140722723425392 140324456716272 140324054515417 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
[pid=25266/tid=25269] ppid=25263 vsize=26111632 memory=0 CPUtime=0 cores=0-7
/proc/25266/task/25269/stat : 25269 (java) S 25263 25266 24721 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 257354997 26738311168 42384 33554432000 4194304 4196468 140722723425392 140324375063440 140324452493013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
[pid=25266/tid=25270] ppid=25263 vsize=26111632 memory=0 CPUtime=0 cores=0-7
/proc/25266/task/25270/stat : 25270 (java) S 25263 25266 24721 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 257354997 26738311168 42384 33554432000 4194304 4196468 140722723425392 140324374010640 140324452493013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
[pid=25266/tid=25271] ppid=25263 vsize=26111632 memory=0 CPUtime=0 cores=0-7
/proc/25266/task/25271/stat : 25271 (java) S 25263 25266 24721 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 257354997 26738311168 42384 33554432000 4194304 4196468 140722723425392 140324372958352 140324452493013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
[pid=25266/tid=25272] ppid=25263 vsize=26111632 memory=0 CPUtime=0 cores=0-7
/proc/25266/task/25272/stat : 25272 (java) S 25263 25266 24721 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 257354997 26738311168 42384 33554432000 4194304 4196468 140722723425392 140324371905552 140324452493013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
[pid=25266/tid=25273] ppid=25263 vsize=26111632 memory=3544 CPUtime=0 cores=0-7
/proc/25266/task/25273/stat : 25273 (java) S 25263 25266 24721 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 257354997 26738311168 42384 33554432000 4194304 4196468 140722723425392 140324370852240 140324452493013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
[pid=25266/tid=25274] ppid=25263 vsize=26111632 memory=0 CPUtime=0 cores=0-7
/proc/25266/task/25274/stat : 25274 (java) S 25263 25266 24721 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 257354997 26738311168 42384 33554432000 4194304 4196468 140722723425392 140324369799440 140324452493013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
[pid=25266/tid=25275] ppid=25263 vsize=26111632 memory=140543275611584 CPUtime=0 cores=0-7
/proc/25266/task/25275/stat : 25275 (java) S 25263 25266 24721 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 257354997 26738311168 42384 33554432000 4194304 4196468 140722723425392 140324368747152 140324452493013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
[pid=25266/tid=25276] ppid=25263 vsize=26111632 memory=0 CPUtime=0 cores=0-7
/proc/25266/task/25276/stat : 25276 (java) S 25263 25266 24721 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 257354997 26738311168 42384 33554432000 4194304 4196468 140722723425392 140324367694352 140324452493013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
[pid=25266/tid=25277] ppid=25263 vsize=26111632 memory=0 CPUtime=0 cores=0-7
/proc/25266/task/25277/stat : 25277 (java) S 25263 25266 24721 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 20 0 257354999 26738311168 42384 33554432000 4194304 4196468 140722723425392 140323580824176 140324452493954 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
[pid=25266/tid=25278] ppid=25263 vsize=26111632 memory=0 CPUtime=0 cores=0-7
/proc/25266/task/25278/stat : 25278 (java) S 25263 25266 24721 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 257354999 26738311168 42384 33554432000 4194304 4196468 140722723425392 140323579770144 140324452493013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
[pid=25266/tid=25279] ppid=25263 vsize=26111632 memory=14018773256590 CPUtime=0 cores=0-7
/proc/25266/task/25279/stat : 25279 (java) S 25263 25266 24721 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 257354999 26738311168 42384 33554432000 4194304 4196468 140722723425392 140323578717808 140324452493013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
[pid=25266/tid=25280] ppid=25263 vsize=26111632 memory=288230596050944315 CPUtime=0 cores=0-7
/proc/25266/task/25280/stat : 25280 (java) S 25263 25266 24721 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 257355002 26738311168 42384 33554432000 4194304 4196468 140722723425392 140323577666128 140324452501403 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
[pid=25266/tid=25281] ppid=25263 vsize=26111632 memory=16097095916459195 CPUtime=0.43 cores=0-7
/proc/25266/task/25281/stat : 25281 (java) S 25263 25266 24721 0 -1 1077944384 1603 0 0 0 43 0 0 0 20 0 20 0 257355002 26738311168 42384 33554432000 4194304 4196468 140722723425392 140323576612976 140324452493954 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
[pid=25266/tid=25282] ppid=25263 vsize=26111632 memory=0 CPUtime=0.44 cores=0-7
/proc/25266/task/25282/stat : 25282 (java) S 25263 25266 24721 0 -1 1077944384 1160 0 0 0 44 0 0 0 20 0 20 0 257355002 26738311168 42384 33554432000 4194304 4196468 140722723425392 140323575560176 140324452493954 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
[pid=25266/tid=25283] ppid=25263 vsize=26111632 memory=0 CPUtime=0.45 cores=0-7
/proc/25266/task/25283/stat : 25283 (java) S 25263 25266 24721 0 -1 1077944384 1643 0 0 0 45 0 0 0 20 0 20 0 257355002 26738311168 42384 33554432000 4194304 4196468 140722723425392 140323574507888 140324452493954 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
[pid=25266/tid=25284] ppid=25263 vsize=26111632 memory=0 CPUtime=0.57 cores=0-7
/proc/25266/task/25284/stat : 25284 (java) S 25263 25266 24721 0 -1 1077944384 3534 0 0 0 57 0 0 0 20 0 20 0 257355002 26738311168 42384 33554432000 4194304 4196468 140722723425392 140323573455088 140324452493954 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
[pid=25266/tid=25285] ppid=25263 vsize=26111632 memory=0 CPUtime=0 cores=0-7
/proc/25266/task/25285/stat : 25285 (java) S 25263 25266 24721 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 257355002 26738311168 42384 33554432000 4194304 4196468 140722723425392 140323572403040 140324452493013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
[pid=25266/tid=25286] ppid=25263 vsize=26111632 memory=0 CPUtime=0 cores=0-7
/proc/25266/task/25286/stat : 25286 (java) S 25263 25266 24721 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 257355002 26738311168 42384 33554432000 4194304 4196468 140722723425392 140323571350320 140324452493954 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
Current children cumulated CPU time: 3.5 s
Current children cumulated vsize: 26111632 KiB
Current children cumulated memory: 169536 KiB

[startup+2.41998 s]
/proc/loadavg: 8.09 8.73 8.79 2/199 25287
/proc/meminfo: memFree=23966396/32770624 swapFree=67059140/67108860
[pid=25266] ppid=25263 vsize=27850524 memory=277176 CPUtime=6.06 cores=0-7
/proc/25266/stat : 25266 (java) S 25263 25266 24721 0 -1 1077944320 42357 0 0 0 588 18 0 0 20 0 46 0 257354996 28518936576 69294 33554432000 4194304 4196468 140722723425392 140722723407936 140324452482807 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
/proc/25266/statm: 6962631 69294 3604 1 0 6924182 0
[pid=25266/tid=25268] ppid=25263 vsize=27850524 memory=281086550970880 CPUtime=2.22 cores=0-7
/proc/25266/task/25268/stat : 25268 (java) S 25263 25266 24721 0 -1 1077944384 25595 0 0 0 213 9 0 0 20 0 46 0 257354996 28518936576 69294 33554432000 4194304 4196468 140722723425392 140324456720272 140324452493013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
[pid=25266/tid=25269] ppid=25263 vsize=27850524 memory=281086550971072 CPUtime=0 cores=0-7
/proc/25266/task/25269/stat : 25269 (java) S 25263 25266 24721 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 46 0 257354997 28518936576 69294 33554432000 4194304 4196468 140722723425392 140324375063440 140324452493013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
[pid=25266/tid=25270] ppid=25263 vsize=27850524 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/25266/task/25270/stat : 25270 (java) S 25263 25266 24721 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 46 0 257354997 28518936576 69294 33554432000 4194304 4196468 140722723425392 140324374010640 140324452493013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
[pid=25266/tid=25271] ppid=25263 vsize=27850524 memory=6944656592455097440 CPUtime=0.01 cores=0-7
/proc/25266/task/25271/stat : 25271 (java) S 25263 25266 24721 0 -1 1077944384 19 0 0 0 1 0 0 0 20 0 46 0 257354997 28518936576 69294 33554432000 4194304 4196468 140722723425392 140324372958352 140324452493013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
[pid=25266/tid=25272] ppid=25263 vsize=27850524 memory=6944656592455359580 CPUtime=0.01 cores=0-7
/proc/25266/task/25272/stat : 25272 (java) S 25263 25266 24721 0 -1 1077944384 25 0 0 0 1 0 0 0 20 0 46 0 257354997 28518936576 69294 33554432000 4194304 4196468 140722723425392 140324371905552 140324452493013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
[pid=25266/tid=25273] ppid=25263 vsize=27850524 memory=6944656592455097440 CPUtime=0.01 cores=0-7
/proc/25266/task/25273/stat : 25273 (java) S 25263 25266 24721 0 -1 1077944384 126 0 0 0 1 0 0 0 20 0 46 0 257354997 28518936576 69294 33554432000 4194304 4196468 140722723425392 140324370852240 140324452493013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
[pid=25266/tid=25274] ppid=25263 vsize=27850524 memory=6944656592387989600 CPUtime=0.01 cores=0-7
/proc/25266/task/25274/stat : 25274 (java) S 25263 25266 24721 0 -1 1077944384 45 0 0 0 1 0 0 0 20 0 46 0 257354997 28518936576 69294 33554432000 4194304 4196468 140722723425392 140324369799440 140324452493013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
[pid=25266/tid=25275] ppid=25263 vsize=27850524 memory=6944652177228980320 CPUtime=0.02 cores=0-7
/proc/25266/task/25275/stat : 25275 (java) S 25263 25266 24721 0 -1 1077944384 35 0 0 0 2 0 0 0 20 0 46 0 257354997 28518936576 69294 33554432000 4194304 4196468 140722723425392 140324368747152 140324452493013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
[pid=25266/tid=25276] ppid=25263 vsize=27850524 memory=6655300316396806240 CPUtime=0.01 cores=0-7
/proc/25266/task/25276/stat : 25276 (java) S 25263 25266 24721 0 -1 1077944384 7 0 0 0 1 0 0 0 20 0 46 0 257354997 28518936576 69294 33554432000 4194304 4196468 140722723425392 140324367694352 140324452493013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
[pid=25266/tid=25277] ppid=25263 vsize=27850524 memory=-8253362762724047225 CPUtime=0.02 cores=0-7
/proc/25266/task/25277/stat : 25277 (java) S 25263 25266 24721 0 -1 1077944384 958 0 0 0 2 0 0 0 20 0 46 0 257354999 28518936576 69294 33554432000 4194304 4196468 140722723425392 140323580824176 140324452493954 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
[pid=25266/tid=25278] ppid=25263 vsize=27850524 memory=-8962857967774121921 CPUtime=0 cores=0-7
/proc/25266/task/25278/stat : 25278 (java) S 25263 25266 24721 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 46 0 257354999 28518936576 69294 33554432000 4194304 4196468 140722723425392 140323579770208 140324452493013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
[pid=25266/tid=25279] ppid=25263 vsize=27850524 memory=0 CPUtime=0 cores=0-7
/proc/25266/task/25279/stat : 25279 (java) S 25263 25266 24721 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 46 0 257354999 28518936576 69294 33554432000 4194304 4196468 140722723425392 140323578717824 140324452493013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
[pid=25266/tid=25280] ppid=25263 vsize=27850524 memory=0 CPUtime=0 cores=0-7
/proc/25266/task/25280/stat : 25280 (java) S 25263 25266 24721 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 46 0 257355002 28518936576 69294 33554432000 4194304 4196468 140722723425392 140323577666128 140324452501403 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
[pid=25266/tid=25281] ppid=25263 vsize=27850524 memory=0 CPUtime=0.74 cores=0-7
/proc/25266/task/25281/stat : 25281 (java) R 25263 25266 24721 0 -1 4202560 2434 0 0 0 73 1 0 0 20 0 46 0 257355002 28518936576 69294 33554432000 4194304 4196468 140722723425392 140323576599824 140324433789279 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
[pid=25266/tid=25282] ppid=25263 vsize=27850524 memory=0 CPUtime=0.78 cores=0-7
/proc/25266/task/25282/stat : 25282 (java) R 25263 25266 24721 0 -1 4202560 2086 0 0 0 78 0 0 0 20 0 46 0 257355002 28518936576 69294 33554432000 4194304 4196468 140722723425392 140323575546272 140324430886381 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
[pid=25266/tid=25283] ppid=25263 vsize=27850524 memory=0 CPUtime=0.8 cores=0-7
/proc/25266/task/25283/stat : 25283 (java) R 25263 25266 24721 0 -1 4202560 2294 0 0 0 79 1 0 0 20 0 46 0 257355002 28518936576 69294 33554432000 4194304 4196468 140722723425392 140323574489424 140324435979376 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
[pid=25266/tid=25284] ppid=25263 vsize=27850524 memory=0 CPUtime=0.83 cores=0-7
/proc/25266/task/25284/stat : 25284 (java) R 25263 25266 24721 0 -1 4202560 5535 0 0 0 81 2 0 0 20 0 46 0 257355002 28518936576 69294 33554432000 4194304 4196468 140722723425392 140323573454896 140324436806148 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
[pid=25266/tid=25285] ppid=25263 vsize=27850524 memory=0 CPUtime=0 cores=0-7
/proc/25266/task/25285/stat : 25285 (java) S 25263 25266 24721 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 46 0 257355002 28518936576 69294 33554432000 4194304 4196468 140722723425392 140323572403040 140324452493013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
[pid=25266/tid=25286] ppid=25263 vsize=27850524 memory=0 CPUtime=0 cores=0-7
/proc/25266/task/25286/stat : 25286 (java) R 25263 25266 24721 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 46 0 257355002 28518936576 69294 33554432000 4194304 4196468 140722723425392 140323571350320 140324452493954 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
[pid=25266/tid=25287] ppid=25263 vsize=27850524 memory=0 CPUtime=0 cores=0-7
/proc/25266/task/25287/stat : 25287 (java) S 25263 25266 24721 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 46 0 257355180 28518936576 69294 33554432000 4194304 4196468 140722723425392 140323562104192 140324452493013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
Current children cumulated CPU time: 6.06 s
Current children cumulated vsize: 27850524 KiB
Current children cumulated memory: 277176 KiB

[startup+2.60097 s]
/proc/loadavg: 8.09 8.73 8.79 2/199 25287
/proc/meminfo: memFree=23966396/32770624 swapFree=67059140/67108860
[pid=25266] ppid=25263 vsize=27852572 memory=282040 CPUtime=7.33 cores=0-7
/proc/25266/stat : 25266 (java) S 25263 25266 24721 0 -1 1077944320 43643 0 0 0 714 19 0 0 20 0 45 0 257354996 28521033728 70510 33554432000 4194304 4196468 140722723425392 140722723407936 140324452482807 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
/proc/25266/statm: 6963143 70510 3607 1 0 6924694 0
[pid=25266/tid=25268] ppid=25263 vsize=27852572 memory=0 CPUtime=2.22 cores=0-7
/proc/25266/task/25268/stat : 25268 (java) S 25263 25266 24721 0 -1 1077944384 25595 0 0 0 213 9 0 0 20 0 45 0 257354996 28521033728 70510 33554432000 4194304 4196468 140722723425392 140324456720272 140324452493013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
[pid=25266/tid=25269] ppid=25263 vsize=27852572 memory=0 CPUtime=0 cores=0-7
/proc/25266/task/25269/stat : 25269 (java) S 25263 25266 24721 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 45 0 257354997 28521033728 70510 33554432000 4194304 4196468 140722723425392 140324375063440 140324452493013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
[pid=25266/tid=25270] ppid=25263 vsize=27852572 memory=0 CPUtime=0 cores=0-7
/proc/25266/task/25270/stat : 25270 (java) S 25263 25266 24721 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 45 0 257354997 28521033728 70510 33554432000 4194304 4196468 140722723425392 140324374010640 140324452493013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
[pid=25266/tid=25271] ppid=25263 vsize=27852572 memory=0 CPUtime=0.01 cores=0-7
/proc/25266/task/25271/stat : 25271 (java) S 25263 25266 24721 0 -1 1077944384 19 0 0 0 1 0 0 0 20 0 45 0 257354997 28521033728 70510 33554432000 4194304 4196468 140722723425392 140324372958352 140324452493013 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
[pid=25266/tid=25272] ppid=25263 vsize=27852572 memory=6791534058613427641 CPUtime=0.01 cores=0-7
/proc/25266/task/25272/stat : 25272 (java) S 25263 25266 24721 0 -1 1077944384 25 0 0 0 1 0 0 0 20 0 45 0 257354997 28521033728 70510 33554432000 4194304 4196468 140722723425392 140324371905552 140324452493013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
[pid=25266/tid=25273] ppid=25263 vsize=27852572 memory=1191 CPUtime=0.01 cores=0-7
/proc/25266/task/25273/stat : 25273 (java) S 25263 25266 24721 0 -1 1077944384 126 0 0 0 1 0 0 0 20 0 45 0 257354997 28521033728 70510 33554432000 4194304 4196468 140722723425392 140324370852240 140324452493013 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
[pid=25266/tid=25274] ppid=25263 vsize=27852572 memory=281086550942400 CPUtime=0.01 cores=0-7
/proc/25266/task/25274/stat : 25274 (java) S 25263 25266 24721 0 -1 1077944384 45 0 0 0 1 0 0 0 20 0 45 0 257354997 28521033728 70510 33554432000 4194304 4196468 140722723425392 140324369799440 140324452493013 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
[pid=25266/tid=25275] ppid=25263 vsize=27852572 memory=288230621803970871 CPUtime=0.02 cores=0-7
/proc/25266/task/25275/stat : 25275 (java) S 25263 25266 24721 0 -1 1077944384 35 0 0 0 2 0 0 0 20 0 45 0 257354997 28521033728 70510 33554432000 4194304 4196468 140722723425392 140324368747152 140324452493013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
[pid=25266/tid=25276] ppid=25263 vsize=27852572 memory=15540717229445008 CPUtime=0.01 cores=0-7
/proc/25266/task/25276/stat : 25276 (java) S 25263 25266 24721 0 -1 1077944384 7 0 0 0 1 0 0 0 20 0 45 0 257354997 28521033728 70510 33554432000 4194304 4196468 140722723425392 140324367694352 140324452493013 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
[pid=25266/tid=25277] ppid=25263 vsize=27852572 memory=0 CPUtime=0.02 cores=0-7
/proc/25266/task/25277/stat : 25277 (java) S 25263 25266 24721 0 -1 1077944384 958 0 0 0 2 0 0 0 20 0 45 0 257354999 28521033728 70510 33554432000 4194304 4196468 140722723425392 140323580824176 140324452493954 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
[pid=25266/tid=25278] ppid=25263 vsize=27852572 memory=0 CPUtime=0 cores=0-7
/proc/25266/task/25278/stat : 25278 (java) S 25263 25266 24721 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 45 0 257354999 28521033728 70510 33554432000 4194304 4196468 140722723425392 140323579770208 140324452493013 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
[pid=25266/tid=25279] ppid=25263 vsize=27852572 memory=140543275463145 CPUtime=0 cores=0-7
/proc/25266/task/25279/stat : 25279 (java) S 25263 25266 24721 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 45 0 257354999 28521033728 70510 33554432000 4194304 4196468 140722723425392 140323578717824 140324452493013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
[pid=25266/tid=25280] ppid=25263 vsize=27852572 memory=0 CPUtime=0 cores=0-7
/proc/25266/task/25280/stat : 25280 (java) S 25263 25266 24721 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 45 0 257355002 28521033728 70510 33554432000 4194304 4196468 140722723425392 140323577666128 140324452501403 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
[pid=25266/tid=25281] ppid=25263 vsize=27852572 memory=281086550793120 CPUtime=0.88 cores=0-7
/proc/25266/task/25281/stat : 25281 (java) R 25263 25266 24721 0 -1 4202560 2670 0 0 0 87 1 0 0 20 0 45 0 257355002 28521033728 70510 33554432000 4194304 4196468 140722723425392 140323576592928 140324436874788 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
[pid=25266/tid=25282] ppid=25263 vsize=27852572 memory=6944656592455360604 CPUtime=0.88 cores=0-7
/proc/25266/task/25282/stat : 25282 (java) R 25263 25266 24721 0 -1 4202560 2107 0 0 0 88 0 0 0 20 0 45 0 257355002 28521033728 70510 33554432000 4194304 4196468 140722723425392 140323575541712 140324444772096 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
[pid=25266/tid=25283] ppid=25263 vsize=27852572 memory=6944656575208382560 CPUtime=0.96 cores=0-7
/proc/25266/task/25283/stat : 25283 (java) R 25263 25266 24721 0 -1 4202560 2884 0 0 0 95 1 0 0 20 0 45 0 257355002 28521033728 70510 33554432000 4194304 4196468 140722723425392 140323574489440 140324435979641 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
[pid=25266/tid=25284] ppid=25263 vsize=27852572 memory=6944656592387989600 CPUtime=0.9 cores=0-7
/proc/25266/task/25284/stat : 25284 (java) R 25263 25266 24721 0 -1 4202560 5713 0 0 0 88 2 0 0 20 0 45 0 257355002 28521033728 70510 33554432000 4194304 4196468 140722723425392 140323573455088 140324432197612 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
[pid=25266/tid=25285] ppid=25263 vsize=27852572 memory=6944656592455360604 CPUtime=0 cores=0-7
/proc/25266/task/25285/stat : 25285 (java) S 25263 25266 24721 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 45 0 257355002 28521033728 70510 33554432000 4194304 4196468 140722723425392 140323572403040 140324452493013 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
[pid=25266/tid=25286] ppid=25263 vsize=27852572 memory=6656426216303648864 CPUtime=0 cores=0-7
/proc/25266/task/25286/stat : 25286 (java) S 25263 25266 24721 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 45 0 257355002 28521033728 70510 33554432000 4194304 4196468 140722723425392 140323571350320 140324452493954 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8073216 140722723431501 140722723431685 140722723431685 140722723434447 0
Current children cumulated CPU time: 7.33 s
Current children cumulated vsize: 27852572 KiB
Current children cumulated memory: 282040 KiB

Child status: 0
Real time (s): 2.69769
CPU time (s): 7.45202
CPU user time (s): 7.23985
CPU system time (s): 0.212164
CPU usage (%): 276.238
Max. virtual memory (cumulated for all children) (KiB): 27852572
Max. memory (cumulated for all children) (KiB): 282040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.23985
system time used= 0.212164
maximum resident set size= 283132
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43864
page faults= 0
swaps= 0
block input operations= 0
block output operations= 88
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6322
involuntary context switches= 207


# summary of solver processes directly reported to runsolver:
#   pid: 25266
#   total CPU time (s): 7.45202
#   total CPU user time (s): 7.23985
#   total CPU system time (s): 0.212164

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.03679 second user time and 0.069385 second system time

The end

Launcher Data

Begin job on node103 at 2018-08-16 07:38:38
IDJOB=4308899
IDBENCH=141634
IDSOLVER=2793
FILE ID=node103/4308899-1534397918
RUNJOBID= node103-1534392869-24748
PBS_JOBID= 21038322
Free space on /tmp= 38636 MiB

SOLVER NAME= OscaR - Parallel with EPS 2018-08-14
BENCH NAME= XCSP18/SteelMillSlab/SteelMillSlab-m1-simple_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-4308899-1534397918/watcher-4308899-1534397918 -o /tmp/evaluation-result-4308899-1534397918/solver-4308899-1534397918 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node103-1534392869-24748 --watchdog 2580  java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 1186721147 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4308899-1534397918.xml

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

MD5SUM BENCH= 5b0471201a80cf29b9165f742e9eb3a6
RANDOM SEED=1186721147

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:        24207636 kB
MemAvailable:   31935980 kB
Buffers:          207712 kB
Cached:          7726940 kB
SwapCached:         5168 kB
Active:          4130720 kB
Inactive:        3815884 kB
Active(anon):       3232 kB
Inactive(anon):    68124 kB
Active(file):    4127488 kB
Inactive(file):  3747760 kB
Unevictable:        7772 kB
Mlocked:            7772 kB
SwapTotal:      67108860 kB
SwapFree:       67059140 kB
Dirty:             35796 kB
Writeback:             0 kB
AnonPages:         14784 kB
Mapped:            54688 kB
Shmem:             56928 kB
Slab:             310288 kB
SReclaimable:     281556 kB
SUnreclaim:        28732 kB
KernelStack:        3136 kB
PageTables:         4820 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     357324 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 07:38:41