Trace number 4308885

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-14? (TO) 20044.3 2520.33

General information on the benchmark

NameNurseRostering/
NurseRostering-12_c18.xml
MD5SUM2a283c05e31c4b30f3ec3c3182bebd94
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables3618
Number of constraints8519
Number of domains14
Minimum domain size1
Maximum domain size61
Distribution of domain sizes[{"size":1,"count":226},{"size":2,"count":662},{"size":3,"count":5},{"size":5,"count":30},{"size":11,"count":1680},{"size":29,"count":427},{"size":61,"count":588}]
Minimum variable degree2
Maximum variable degree39
Distribution of variable degrees[{"degree":2,"count":1698},{"degree":3,"count":240},{"degree":27,"count":44},{"degree":28,"count":69},{"degree":29,"count":7},{"degree":30,"count":41},{"degree":31,"count":67},{"degree":32,"count":93},{"degree":33,"count":97},{"degree":34,"count":125},{"degree":35,"count":445},{"degree":36,"count":418},{"degree":37,"count":184},{"degree":38,"count":76},{"degree":39,"count":14}]
Minimum constraint arity2
Maximum constraint arity120
Distribution of constraint arities[{"arity":2,"count":2950},{"arity":3,"count":2860},{"arity":4,"count":310},{"arity":6,"count":1150},{"arity":7,"count":220},{"arity":11,"count":60},{"arity":29,"count":660},{"arity":61,"count":308},{"arity":120,"count":1}]
Number of extensional constraints1928
Number of intensional constraints1022
Distribution of constraint types[{"type":"extension","count":1928},{"type":"intension","count":1022},{"type":"regular","count":3110},{"type":"sum","count":120},{"type":"count","count":2338},{"type":"instantiation","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.67/0.55	c version: 2018-08-14
0.67/0.55	c seed: 199825575
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...
5.59/2.00	c Parsing done, starting search...
20042.21/2520.10	s UNKNOWN

Verifier Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4308885-1534355767/watcher-4308885-1534355767 -o /tmp/evaluation-result-4308885-1534355767/solver-4308885-1534355767 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node107-1534353239-28103 --watchdog 2580 java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 199825575 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4308885-1534355767.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 20160 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 20190 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=28397, runsolver pid=28394

[startup+0.100161 s]*
/proc/loadavg: 8.11 8.68 8.27 2/198 28417
/proc/meminfo: memFree=24797584/32770624 swapFree=67108524/67108860
[pid=28397] ppid=28394 vsize=26103420 memory=30960 CPUtime=0.12 cores=0-7
/proc/28397/stat : 28397 (java) S 28394 28397 28076 0 -1 1077944320 7209 0 0 0 11 1 0 0 20 0 20 0 253139910 26729902080 7740 33554432000 4194304 4196468 140723578232064 140723578214608 140544212127479 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
/proc/28397/statm: 6525855 7740 3143 1 0 6487932 0
[pid=28397/tid=28399] ppid=28394 vsize=26103420 memory=7898358754128601248 CPUtime=0.08 cores=0-7
/proc/28397/task/28399/stat : 28399 (java) R 28394 28397 28076 0 -1 4202560 5306 0 0 0 8 0 0 0 20 0 20 0 253139910 26729902080 7806 33554432000 4194304 4196468 140723578232064 140544216348688 140544190552616 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28400] ppid=28394 vsize=26103420 memory=732370799868943333 CPUtime=0 cores=0-7
/proc/28397/task/28400/stat : 28400 (java) S 28394 28397 28076 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253139911 26729902080 7806 33554432000 4194304 4196468 140723578232064 140544164747792 140544212137685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28401] ppid=28394 vsize=26103420 memory=140661531489920 CPUtime=0 cores=0-7
/proc/28397/task/28401/stat : 28401 (java) S 28394 28397 28076 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253139911 26729902080 7806 33554432000 4194304 4196468 140723578232064 140544163695248 140544212137685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28402] ppid=28394 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/28397/task/28402/stat : 28402 (java) S 28394 28397 28076 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253139911 26729902080 7806 33554432000 4194304 4196468 140723578232064 140544162642192 140544212137685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28403] ppid=28394 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/28397/task/28403/stat : 28403 (java) S 28394 28397 28076 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253139911 26729902080 7806 33554432000 4194304 4196468 140723578232064 140544161589648 140544212137685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28404] ppid=28394 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/28397/task/28404/stat : 28404 (java) S 28394 28397 28076 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253139911 26729902080 7806 33554432000 4194304 4196468 140723578232064 140544160537616 140544212137685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28405] ppid=28394 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/28397/task/28405/stat : 28405 (java) S 28394 28397 28076 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253139911 26729902080 7806 33554432000 4194304 4196468 140723578232064 140544159485072 140544212137685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28406] ppid=28394 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/28397/task/28406/stat : 28406 (java) S 28394 28397 28076 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253139911 26729902080 7806 33554432000 4194304 4196468 140723578232064 140544158432016 140544212137685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28407] ppid=28394 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/28397/task/28407/stat : 28407 (java) S 28394 28397 28076 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253139911 26729902080 7806 33554432000 4194304 4196468 140723578232064 140544157379472 140544212137685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28408] ppid=28394 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/28397/task/28408/stat : 28408 (java) S 28394 28397 28076 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253139913 26729902080 7806 33554432000 4194304 4196468 140723578232064 140542955292912 140544212138626 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28409] ppid=28394 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/28397/task/28409/stat : 28409 (java) S 28394 28397 28076 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 253139913 26729902080 7823 33554432000 4194304 4196468 140723578232064 140542954239136 140544212137685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28410] ppid=28394 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/28397/task/28410/stat : 28410 (java) S 28394 28397 28076 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 253139913 26729902080 7823 33554432000 4194304 4196468 140723578232064 140542953186032 140544212137685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28411] ppid=28394 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/28397/task/28411/stat : 28411 (java) S 28394 28397 28076 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253139916 26729902080 7823 33554432000 4194304 4196468 140723578232064 140542952134608 140544212146075 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28412] ppid=28394 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/28397/task/28412/stat : 28412 (java) S 28394 28397 28076 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 20 0 253139916 26729902080 7823 33554432000 4194304 4196468 140723578232064 140542951082736 140544212138626 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28413] ppid=28394 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/28397/task/28413/stat : 28413 (java) S 28394 28397 28076 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253139916 26729902080 7823 33554432000 4194304 4196468 140723578232064 140542950030192 140544212138626 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28414] ppid=28394 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/28397/task/28414/stat : 28414 (java) S 28394 28397 28076 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253139916 26729902080 7823 33554432000 4194304 4196468 140723578232064 140542948977136 140544212138626 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28415] ppid=28394 vsize=26103420 memory=0 CPUtime=0.01 cores=0-7
/proc/28397/task/28415/stat : 28415 (java) S 28394 28397 28076 0 -1 1077944384 251 0 0 0 1 0 0 0 20 0 20 0 253139916 26729902080 7823 33554432000 4194304 4196468 140723578232064 140542947924592 140544212138626 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28416] ppid=28394 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/28397/task/28416/stat : 28416 (java) S 28394 28397 28076 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253139916 26729902080 7823 33554432000 4194304 4196468 140723578232064 140542946871776 140544212137685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28417] ppid=28394 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/28397/task/28417/stat : 28417 (java) S 28394 28397 28076 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253139916 26729902080 7823 33554432000 4194304 4196468 140723578232064 140542945819312 140544212138626 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 30960 KiB

[startup+0.209883 s]*
/proc/loadavg: 8.11 8.68 8.27 3/198 28417
/proc/meminfo: memFree=24783384/32770624 swapFree=67108524/67108860
[pid=28397] ppid=28394 vsize=26103420 memory=42968 CPUtime=0.3 cores=0-7
/proc/28397/stat : 28397 (java) S 28394 28397 28076 0 -1 1077944320 10416 0 0 0 28 2 0 0 20 0 20 0 253139910 26729902080 10742 33554432000 4194304 4196468 140723578232064 140723578214608 140544212127479 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
/proc/28397/statm: 6525855 10742 3336 1 0 6487932 0
[pid=28397/tid=28399] ppid=28394 vsize=26103420 memory=32758254098972862 CPUtime=0.19 cores=0-7
/proc/28397/task/28399/stat : 28399 (java) R 28394 28397 28076 0 -1 4202560 8155 0 0 0 18 1 0 0 20 0 20 0 253139910 26729902080 10742 33554432000 4194304 4196468 140723578232064 140544216345056 140544196207966 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28400] ppid=28394 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/28397/task/28400/stat : 28400 (java) S 28394 28397 28076 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253139911 26729902080 10742 33554432000 4194304 4196468 140723578232064 140544164747792 140544212137685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28401] ppid=28394 vsize=26103420 memory=140661532820456 CPUtime=0 cores=0-7
/proc/28397/task/28401/stat : 28401 (java) S 28394 28397 28076 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253139911 26729902080 10742 33554432000 4194304 4196468 140723578232064 140544163695248 140544212137685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28402] ppid=28394 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/28397/task/28402/stat : 28402 (java) S 28394 28397 28076 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253139911 26729902080 10742 33554432000 4194304 4196468 140723578232064 140544162642192 140544212137685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28403] ppid=28394 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/28397/task/28403/stat : 28403 (java) S 28394 28397 28076 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253139911 26729902080 10742 33554432000 4194304 4196468 140723578232064 140544161589648 140544212137685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28404] ppid=28394 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/28397/task/28404/stat : 28404 (java) S 28394 28397 28076 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253139911 26729902080 10742 33554432000 4194304 4196468 140723578232064 140544160537616 140544212137685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28405] ppid=28394 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/28397/task/28405/stat : 28405 (java) S 28394 28397 28076 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253139911 26729902080 10742 33554432000 4194304 4196468 140723578232064 140544159485072 140544212137685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28406] ppid=28394 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/28397/task/28406/stat : 28406 (java) S 28394 28397 28076 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253139911 26729902080 10742 33554432000 4194304 4196468 140723578232064 140544158432016 140544212137685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28407] ppid=28394 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/28397/task/28407/stat : 28407 (java) S 28394 28397 28076 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253139911 26729902080 10742 33554432000 4194304 4196468 140723578232064 140544157379472 140544212137685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28408] ppid=28394 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/28397/task/28408/stat : 28408 (java) S 28394 28397 28076 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253139913 26729902080 10742 33554432000 4194304 4196468 140723578232064 140542955292912 140544212138626 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28409] ppid=28394 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/28397/task/28409/stat : 28409 (java) S 28394 28397 28076 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 253139913 26729902080 10742 33554432000 4194304 4196468 140723578232064 140542954239136 140544212137685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28410] ppid=28394 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/28397/task/28410/stat : 28410 (java) S 28394 28397 28076 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 253139913 26729902080 10742 33554432000 4194304 4196468 140723578232064 140542953186032 140544212137685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28411] ppid=28394 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/28397/task/28411/stat : 28411 (java) S 28394 28397 28076 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253139916 26729902080 10742 33554432000 4194304 4196468 140723578232064 140542952134608 140544212146075 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28412] ppid=28394 vsize=26103420 memory=0 CPUtime=0.01 cores=0-7
/proc/28397/task/28412/stat : 28412 (java) S 28394 28397 28076 0 -1 1077944384 367 0 0 0 1 0 0 0 20 0 20 0 253139916 26729902080 10742 33554432000 4194304 4196468 140723578232064 140542951082736 140544212138626 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28413] ppid=28394 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/28397/task/28413/stat : 28413 (java) S 28394 28397 28076 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 20 0 253139916 26729902080 10742 33554432000 4194304 4196468 140723578232064 140542950030192 140544212138626 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28414] ppid=28394 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/28397/task/28414/stat : 28414 (java) S 28394 28397 28076 0 -1 1077944384 140 0 0 0 0 0 0 0 20 0 20 0 253139916 26729902080 10742 33554432000 4194304 4196468 140723578232064 140542948977136 140544212138626 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28415] ppid=28394 vsize=26103420 memory=0 CPUtime=0.06 cores=0-7
/proc/28397/task/28415/stat : 28415 (java) R 28394 28397 28076 0 -1 4202560 329 0 0 0 6 0 0 0 20 0 20 0 253139916 26729902080 10742 33554432000 4194304 4196468 140723578232064 140542947923776 140544191861201 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28416] ppid=28394 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/28397/task/28416/stat : 28416 (java) S 28394 28397 28076 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253139916 26729902080 10742 33554432000 4194304 4196468 140723578232064 140542946871776 140544212137685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28417] ppid=28394 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/28397/task/28417/stat : 28417 (java) S 28394 28397 28076 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253139916 26729902080 10742 33554432000 4194304 4196468 140723578232064 140542945819312 140544212138626 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 42968 KiB

[startup+0.309356 s]*
/proc/loadavg: 8.11 8.68 8.27 3/198 28417
/proc/meminfo: memFree=24780096/32770624 swapFree=67108524/67108860
[pid=28397] ppid=28394 vsize=26103420 memory=46748 CPUtime=0.43 cores=0-7
/proc/28397/stat : 28397 (java) S 28394 28397 28076 0 -1 1077944320 10873 0 0 0 41 2 0 0 20 0 20 0 253139910 26729902080 11687 33554432000 4194304 4196468 140723578232064 140723578214608 140544212127479 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
/proc/28397/statm: 6525855 11687 3376 1 0 6487932 0
[pid=28397/tid=28399] ppid=28394 vsize=26103420 memory=6791534058613427641 CPUtime=0.3 cores=0-7
/proc/28397/task/28399/stat : 28399 (java) R 28394 28397 28076 0 -1 4202560 8503 0 0 0 28 2 0 0 20 0 20 0 253139910 26729902080 11687 33554432000 4194304 4196468 140723578232064 140544216289216 140544193691075 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28400] ppid=28394 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/28397/task/28400/stat : 28400 (java) S 28394 28397 28076 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253139911 26729902080 11687 33554432000 4194304 4196468 140723578232064 140544164747792 140544212137685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28401] ppid=28394 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/28397/task/28401/stat : 28401 (java) S 28394 28397 28076 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253139911 26729902080 11687 33554432000 4194304 4196468 140723578232064 140544163695248 140544212137685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28402] ppid=28394 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/28397/task/28402/stat : 28402 (java) S 28394 28397 28076 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253139911 26729902080 11687 33554432000 4194304 4196468 140723578232064 140544162642192 140544212137685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28403] ppid=28394 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/28397/task/28403/stat : 28403 (java) S 28394 28397 28076 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253139911 26729902080 11687 33554432000 4194304 4196468 140723578232064 140544161589648 140544212137685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28404] ppid=28394 vsize=26103420 memory=2244 CPUtime=0 cores=0-7
/proc/28397/task/28404/stat : 28404 (java) S 28394 28397 28076 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253139911 26729902080 11687 33554432000 4194304 4196468 140723578232064 140544160537616 140544212137685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28405] ppid=28394 vsize=26103420 memory=140661386998703 CPUtime=0 cores=0-7
/proc/28397/task/28405/stat : 28405 (java) S 28394 28397 28076 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253139911 26729902080 11687 33554432000 4194304 4196468 140723578232064 140544159485072 140544212137685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28406] ppid=28394 vsize=26103420 memory=140661387001008 CPUtime=0 cores=0-7
/proc/28397/task/28406/stat : 28406 (java) S 28394 28397 28076 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253139911 26729902080 11687 33554432000 4194304 4196468 140723578232064 140544158432016 140544212137685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28407] ppid=28394 vsize=26103420 memory=140661387003312 CPUtime=0 cores=0-7
/proc/28397/task/28407/stat : 28407 (java) S 28394 28397 28076 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253139911 26729902080 11687 33554432000 4194304 4196468 140723578232064 140544157379472 140544212137685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28408] ppid=28394 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/28397/task/28408/stat : 28408 (java) S 28394 28397 28076 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253139913 26729902080 11687 33554432000 4194304 4196468 140723578232064 140542955292912 140544212138626 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28409] ppid=28394 vsize=26103420 memory=281322774013584 CPUtime=0 cores=0-7
/proc/28397/task/28409/stat : 28409 (java) S 28394 28397 28076 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 253139913 26729902080 11687 33554432000 4194304 4196468 140723578232064 140542954239136 140544212137685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28410] ppid=28394 vsize=26103420 memory=281322774020496 CPUtime=0 cores=0-7
/proc/28397/task/28410/stat : 28410 (java) S 28394 28397 28076 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 253139913 26729902080 11687 33554432000 4194304 4196468 140723578232064 140542953186032 140544212137685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28411] ppid=28394 vsize=26103420 memory=281322773961776 CPUtime=0 cores=0-7
/proc/28397/task/28411/stat : 28411 (java) S 28394 28397 28076 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253139916 26729902080 11687 33554432000 4194304 4196468 140723578232064 140542952134608 140544212146075 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28412] ppid=28394 vsize=26103420 memory=281322774034320 CPUtime=0.01 cores=0-7
/proc/28397/task/28412/stat : 28412 (java) S 28394 28397 28076 0 -1 1077944384 376 0 0 0 1 0 0 0 20 0 20 0 253139916 26729902080 11687 33554432000 4194304 4196468 140723578232064 140542951082736 140544212138626 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28413] ppid=28394 vsize=26103420 memory=281322774041232 CPUtime=0.01 cores=0-7
/proc/28397/task/28413/stat : 28413 (java) S 28394 28397 28076 0 -1 1077944384 39 0 0 0 1 0 0 0 20 0 20 0 253139916 26729902080 11687 33554432000 4194304 4196468 140723578232064 140542950030192 140544212138626 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28414] ppid=28394 vsize=26103420 memory=281322774038928 CPUtime=0.01 cores=0-7
/proc/28397/task/28414/stat : 28414 (java) S 28394 28397 28076 0 -1 1077944384 219 0 0 0 1 0 0 0 20 0 20 0 253139916 26729902080 11687 33554432000 4194304 4196468 140723578232064 140542948977136 140544212138626 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28415] ppid=28394 vsize=26103420 memory=281322774055488 CPUtime=0.08 cores=0-7
/proc/28397/task/28415/stat : 28415 (java) S 28394 28397 28076 0 -1 1077944384 349 0 0 0 8 0 0 0 20 0 20 0 253139916 26729902080 11687 33554432000 4194304 4196468 140723578232064 140542947924592 140544212138626 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28416] ppid=28394 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/28397/task/28416/stat : 28416 (java) S 28394 28397 28076 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253139916 26729902080 11687 33554432000 4194304 4196468 140723578232064 140542946871776 140544212137685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28417] ppid=28394 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/28397/task/28417/stat : 28417 (java) S 28394 28397 28076 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253139916 26729902080 11687 33554432000 4194304 4196468 140723578232064 140542945819312 140544212138626 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 46748 KiB

[startup+0.700848 s]
/proc/loadavg: 8.11 8.68 8.27 2/198 28417
/proc/meminfo: memFree=24756036/32770624 swapFree=67108524/67108860
[pid=28397] ppid=28394 vsize=26105488 memory=87936 CPUtime=1 cores=0-7
/proc/28397/stat : 28397 (java) S 28394 28397 28076 0 -1 1077944320 17886 0 0 0 96 4 0 0 20 0 20 0 253139910 26732019712 21984 33554432000 4194304 4196468 140723578232064 140723578214608 140544212127479 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
/proc/28397/statm: 6526372 21984 3497 1 0 6488444 0
[pid=28397/tid=28399] ppid=28394 vsize=26105488 memory=7230638415873600087 CPUtime=0.67 cores=0-7
/proc/28397/task/28399/stat : 28399 (java) R 28394 28397 28076 0 -1 4202560 15007 0 0 0 64 3 0 0 20 0 20 0 253139910 26732019712 21984 33554432000 4194304 4196468 140723578232064 140544216352960 140544196207966 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28400] ppid=28394 vsize=26105488 memory=122045790739968 CPUtime=0 cores=0-7
/proc/28397/task/28400/stat : 28400 (java) S 28394 28397 28076 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253139911 26732019712 21984 33554432000 4194304 4196468 140723578232064 140544164747792 140544212137685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28401] ppid=28394 vsize=26105488 memory=140661387029286 CPUtime=0 cores=0-7
/proc/28397/task/28401/stat : 28401 (java) S 28394 28397 28076 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253139911 26732019712 21984 33554432000 4194304 4196468 140723578232064 140544163695248 140544212137685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28402] ppid=28394 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/28397/task/28402/stat : 28402 (java) S 28394 28397 28076 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253139911 26732019712 21984 33554432000 4194304 4196468 140723578232064 140544162642192 140544212137685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28403] ppid=28394 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/28397/task/28403/stat : 28403 (java) S 28394 28397 28076 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253139911 26732019712 21984 33554432000 4194304 4196468 140723578232064 140544161589648 140544212137685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28404] ppid=28394 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/28397/task/28404/stat : 28404 (java) S 28394 28397 28076 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253139911 26732019712 21984 33554432000 4194304 4196468 140723578232064 140544160537616 140544212137685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28405] ppid=28394 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/28397/task/28405/stat : 28405 (java) S 28394 28397 28076 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253139911 26732019712 21984 33554432000 4194304 4196468 140723578232064 140544159485072 140544212137685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28406] ppid=28394 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/28397/task/28406/stat : 28406 (java) S 28394 28397 28076 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253139911 26732019712 21984 33554432000 4194304 4196468 140723578232064 140544158432016 140544212137685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28407] ppid=28394 vsize=26105488 memory=1740 CPUtime=0 cores=0-7
/proc/28397/task/28407/stat : 28407 (java) S 28394 28397 28076 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253139911 26732019712 21984 33554432000 4194304 4196468 140723578232064 140544157379472 140544212137685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28408] ppid=28394 vsize=26105488 memory=11192 CPUtime=0 cores=0-7
/proc/28397/task/28408/stat : 28408 (java) S 28394 28397 28076 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253139913 26732019712 21984 33554432000 4194304 4196468 140723578232064 140542955292912 140544212138626 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0

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

[pid=28397/tid=28409] ppid=28394 vsize=27320060 memory=1288 CPUtime=0 cores=0-7
/proc/28397/task/28409/stat : 28409 (java) S 28394 28397 28076 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 38 0 253139913 27975741440 1152191 33554432000 4194304 4196468 140723578232064 140542954239200 140544212137685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28410] ppid=28394 vsize=27320060 memory=1088 CPUtime=0 cores=0-7
/proc/28397/task/28410/stat : 28410 (java) S 28394 28397 28076 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 38 0 253139913 27975741440 1152191 33554432000 4194304 4196468 140723578232064 140542953186048 140544212137685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28411] ppid=28394 vsize=27320060 memory=14888 CPUtime=0 cores=0-7
/proc/28397/task/28411/stat : 28411 (java) S 28394 28397 28076 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 38 0 253139916 27975741440 1152191 33554432000 4194304 4196468 140723578232064 140542952134608 140544212146075 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28412] ppid=28394 vsize=27320060 memory=38200 CPUtime=3.87 cores=0-7
/proc/28397/task/28412/stat : 28412 (java) S 28394 28397 28076 0 -1 1077944384 12255 0 0 0 384 3 0 0 20 0 38 0 253139916 27975741440 1152191 33554432000 4194304 4196468 140723578232064 140542951082736 140544212138626 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28413] ppid=28394 vsize=27320060 memory=3312 CPUtime=3.82 cores=0-7
/proc/28397/task/28413/stat : 28413 (java) S 28394 28397 28076 0 -1 1077944384 11403 0 0 0 380 2 0 0 20 0 38 0 253139916 27975741440 1152191 33554432000 4194304 4196468 140723578232064 140542950030192 140544212138626 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28414] ppid=28394 vsize=27320060 memory=6791534058613427641 CPUtime=3.98 cores=0-7
/proc/28397/task/28414/stat : 28414 (java) S 28394 28397 28076 0 -1 1077944384 12948 0 0 0 394 4 0 0 20 0 38 0 253139916 27975741440 1152191 33554432000 4194304 4196468 140723578232064 140542948977136 140544212138626 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28415] ppid=28394 vsize=27320060 memory=1620 CPUtime=1.86 cores=0-7
/proc/28397/task/28415/stat : 28415 (java) S 28394 28397 28076 0 -1 1077944384 21525 0 0 0 181 5 0 0 20 0 38 0 253139916 27975741440 1152191 33554432000 4194304 4196468 140723578232064 140542947924592 140544212138626 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28416] ppid=28394 vsize=27320060 memory=504 CPUtime=0 cores=0-7
/proc/28397/task/28416/stat : 28416 (java) S 28394 28397 28076 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 38 0 253139916 27975741440 1152191 33554432000 4194304 4196468 140723578232064 140542946871776 140544212137685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28417] ppid=28394 vsize=27320060 memory=924 CPUtime=0.71 cores=0-7
/proc/28397/task/28417/stat : 28417 (java) S 28394 28397 28076 0 -1 1077944384 3350 0 0 0 38 33 0 0 20 0 38 0 253139916 27975741440 1152191 33554432000 4194304 4196468 140723578232064 140542945819312 140544212138626 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28418] ppid=28394 vsize=27320060 memory=1168 CPUtime=0 cores=0-7
/proc/28397/task/28418/stat : 28418 (java) S 28394 28397 28076 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 38 0 253140630 27975741440 1152191 33554432000 4194304 4196468 140723578232064 140542087090688 140544212137685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28419] ppid=28394 vsize=27320060 memory=2132 CPUtime=1.95 cores=0-7
/proc/28397/task/28419/stat : 28419 (java) S 28394 28397 28076 0 -1 1077944384 10050 0 0 0 112 83 0 0 20 0 38 0 253140647 27975741440 1152191 33554432000 4194304 4196468 140723578232064 140542083941280 140544212138626 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28420] ppid=28394 vsize=27320060 memory=2180 CPUtime=2485.11 cores=0-7
/proc/28397/task/28420/stat : 28420 (java) R 28394 28397 28076 0 -1 4202560 121589 0 0 0 248442 69 0 0 20 0 38 0 253140662 27975741440 1152191 33554432000 4194304 4196468 140723578232064 140542080786136 140543832942690 0 4 0 16800975 0 0 0 -1 5 0 0 18 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28421] ppid=28394 vsize=27320060 memory=924 CPUtime=0.68 cores=0-7
/proc/28397/task/28421/stat : 28421 (java) S 28394 28397 28076 0 -1 1077944384 1317 0 0 0 67 1 0 0 20 0 38 0 253140663 27975741440 1152191 33554432000 4194304 4196468 140723578232064 140542079739440 140544212137685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28422] ppid=28394 vsize=27320060 memory=1088 CPUtime=2498.13 cores=0-7
/proc/28397/task/28422/stat : 28422 (java) R 28394 28397 28076 0 -1 4202560 125424 0 0 0 249731 82 0 0 20 0 38 0 253140663 27975741440 1152191 33554432000 4194304 4196468 140723578232064 140542078679192 140543844137582 0 4 0 16800975 0 0 0 -1 6 0 0 20 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28423] ppid=28394 vsize=27320060 memory=14888 CPUtime=2486.04 cores=0-7
/proc/28397/task/28423/stat : 28423 (java) R 28394 28397 28076 0 -1 4202560 132395 0 0 0 248521 83 0 0 20 0 38 0 253140669 27975741440 1152191 33554432000 4194304 4196468 140723578232064 140542075531856 140543844347226 0 4 0 16800975 0 0 0 -1 1 0 0 19 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28424] ppid=28394 vsize=27320060 memory=38200 CPUtime=0.63 cores=0-7
/proc/28397/task/28424/stat : 28424 (java) S 28394 28397 28076 0 -1 1077944384 257 0 0 0 63 0 0 0 20 0 38 0 253140669 27975741440 1152191 33554432000 4194304 4196468 140723578232064 140542074483632 140544212137685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28425] ppid=28394 vsize=27320060 memory=3312 CPUtime=2493.24 cores=0-7
/proc/28397/task/28425/stat : 28425 (java) R 28394 28397 28076 0 -1 4202560 121678 0 0 0 249242 82 0 0 20 0 38 0 253140669 27975741440 1152191 33554432000 4194304 4196468 140723578232064 140542073425248 140543844347553 0 4 0 16800975 0 0 0 -1 2 0 0 15 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28426] ppid=28394 vsize=27320060 memory=15708 CPUtime=2487.44 cores=0-7
/proc/28397/task/28426/stat : 28426 (java) R 28394 28397 28076 0 -1 4202560 138268 0 0 0 248642 102 0 0 20 0 38 0 253140669 27975741440 1152191 33554432000 4194304 4196468 140723578232064 140542072370840 140543844347123 0 4 0 16800975 0 0 0 -1 3 0 0 15 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28427] ppid=28394 vsize=27320060 memory=1620 CPUtime=2498.71 cores=0-7
/proc/28397/task/28427/stat : 28427 (java) R 28394 28397 28076 0 -1 4202560 145194 0 0 0 249777 94 0 0 20 0 38 0 253140670 27975741440 1152191 33554432000 4194304 4196468 140723578232064 140542071318296 140543844347553 0 4 0 16800975 0 0 0 -1 4 0 0 16 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28428] ppid=28394 vsize=27320060 memory=504 CPUtime=0 cores=0-7
/proc/28397/task/28428/stat : 28428 (java) S 28394 28397 28076 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 38 0 253140670 27975741440 1152191 33554432000 4194304 4196468 140723578232064 140542070273456 140544212137685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28429] ppid=28394 vsize=27320060 memory=924 CPUtime=2487.52 cores=0-7
/proc/28397/task/28429/stat : 28429 (java) R 28394 28397 28076 0 -1 4202560 121499 0 0 0 248676 76 0 0 20 0 38 0 253140671 27975741440 1152191 33554432000 4194304 4196468 140723578232064 140542069213720 140543844347553 0 4 0 16800975 0 0 0 -1 7 0 0 20 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28430] ppid=28394 vsize=27320060 memory=1168 CPUtime=0 cores=0-7
/proc/28397/task/28430/stat : 28430 (java) S 28394 28397 28076 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 38 0 253140672 27975741440 1152191 33554432000 4194304 4196468 140723578232064 140540926485680 140544212137685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28431] ppid=28394 vsize=27320060 memory=2132 CPUtime=2498.02 cores=0-7
/proc/28397/task/28431/stat : 28431 (java) R 28394 28397 28076 0 -1 4202560 131424 0 0 0 249723 79 0 0 20 0 38 0 253140676 27975741440 1152191 33554432000 4194304 4196468 140723578232064 140540925425944 140543844347473 0 4 0 16800975 0 0 0 -1 0 0 0 19 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28432] ppid=28394 vsize=27320060 memory=2180 CPUtime=0 cores=0-7
/proc/28397/task/28432/stat : 28432 (java) S 28394 28397 28076 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 38 0 253141308 27975741440 1152191 33554432000 4194304 4196468 140723578232064 140540924380080 140544212137685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28433] ppid=28394 vsize=27320060 memory=924 CPUtime=0 cores=0-7
/proc/28397/task/28433/stat : 28433 (java) S 28394 28397 28076 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 38 0 253141308 27975741440 1152191 33554432000 4194304 4196468 140723578232064 140540923327536 140544212137685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28434] ppid=28394 vsize=27320060 memory=1576 CPUtime=0 cores=0-7
/proc/28397/task/28434/stat : 28434 (java) S 28394 28397 28076 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 38 0 253141308 27975741440 1152191 33554432000 4194304 4196468 140723578232064 140540922274480 140544212137685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28435] ppid=28394 vsize=27320060 memory=3980 CPUtime=0 cores=0-7
/proc/28397/task/28435/stat : 28435 (java) S 28394 28397 28076 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 38 0 253141308 27975741440 1152191 33554432000 4194304 4196468 140723578232064 140540921221936 140544212137685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
Current children cumulated CPU time: 20042.2 s
Current children cumulated vsize: 27320060 KiB
Current children cumulated memory: 4608764 KiB

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

[startup+2520.33 s]
# the end of solver process 28397 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=20024.7 s, system=19.5944 s

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

[startup+2520.2 s]
/proc/loadavg: 8.61 8.81 8.76 10/216 28493
/proc/meminfo: memFree=20212396/32770624 swapFree=67108524/67108860
[pid=28397] ppid=28394 vsize=27719444 memory=4609772 CPUtime=20043.7 cores=0-7
/proc/28397/stat : 28397 (java) S 28394 28397 28076 0 -1 1077944320 2086304 0 0 0 2002413 1954 0 0 20 0 44 0 253139910 28384710656 1152443 33554432000 4194304 4196468 140723578232064 140723578214608 140544212127479 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
/proc/28397/statm: 6929861 1152443 3640 1 0 6891412 0
[pid=28397/tid=28399] ppid=28394 vsize=27719444 memory=7288 CPUtime=7.07 cores=0-7
/proc/28397/task/28399/stat : 28399 (java) S 28394 28397 28076 0 -1 1077944384 25743 0 0 0 690 17 0 0 20 0 44 0 253139910 28384710656 1152443 33554432000 4194304 4196468 140723578232064 140544216364944 140544212137685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28400] ppid=28394 vsize=27719444 memory=804 CPUtime=10.2 cores=0-7
/proc/28397/task/28400/stat : 28400 (java) S 28394 28397 28076 0 -1 1077944384 110325 0 0 0 874 146 0 0 20 0 44 0 253139911 28384710656 1152443 33554432000 4194304 4196468 140723578232064 140544164747792 140544212137685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 83 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28401] ppid=28394 vsize=27719444 memory=4104 CPUtime=10.33 cores=0-7
/proc/28397/task/28401/stat : 28401 (java) S 28394 28397 28076 0 -1 1077944384 107484 0 0 0 879 154 0 0 20 0 44 0 253139911 28384710656 1152443 33554432000 4194304 4196468 140723578232064 140544163695248 140544212137685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 79 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28402] ppid=28394 vsize=27719444 memory=303430223234596890 CPUtime=10.19 cores=0-7
/proc/28397/task/28402/stat : 28402 (java) S 28394 28397 28076 0 -1 1077944384 114898 0 0 0 856 163 0 0 20 0 44 0 253139911 28384710656 1152443 33554432000 4194304 4196468 140723578232064 140544162642192 140544212137685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 80 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28403] ppid=28394 vsize=27719444 memory=318911368512405819 CPUtime=10.27 cores=0-7
/proc/28397/task/28403/stat : 28403 (java) S 28394 28397 28076 0 -1 1077944384 117569 0 0 0 879 148 0 0 20 0 44 0 253139911 28384710656 1152443 33554432000 4194304 4196468 140723578232064 140544161589648 140544212137685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 79 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28404] ppid=28394 vsize=27719444 memory=15258134151170443 CPUtime=10.25 cores=0-7
/proc/28397/task/28404/stat : 28404 (java) S 28394 28397 28076 0 -1 1077944384 106918 0 0 0 877 148 0 0 20 0 44 0 253139911 28384710656 1152443 33554432000 4194304 4196468 140723578232064 140544160537616 140544212137685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 83 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28405] ppid=28394 vsize=27719444 memory=7380626164322690930 CPUtime=10.26 cores=0-7
/proc/28397/task/28405/stat : 28405 (java) S 28394 28397 28076 0 -1 1077944384 106897 0 0 0 875 151 0 0 20 0 44 0 253139911 28384710656 1152443 33554432000 4194304 4196468 140723578232064 140544159485072 140544212137685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 82 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28406] ppid=28394 vsize=27719444 memory=7380626164322690930 CPUtime=10.24 cores=0-7
/proc/28397/task/28406/stat : 28406 (java) S 28394 28397 28076 0 -1 1077944384 111978 0 0 0 868 156 0 0 20 0 44 0 253139911 28384710656 1152443 33554432000 4194304 4196468 140723578232064 140544158432016 140544212137685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 78 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28407] ppid=28394 vsize=27719444 memory=6791534058613427641 CPUtime=10.29 cores=0-7
/proc/28397/task/28407/stat : 28407 (java) S 28394 28397 28076 0 -1 1077944384 117001 0 0 0 872 157 0 0 20 0 44 0 253139911 28384710656 1152443 33554432000 4194304 4196468 140723578232064 140544157379472 140544212137685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 78 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28408] ppid=28394 vsize=27719444 memory=68928 CPUtime=1.16 cores=0-7
/proc/28397/task/28408/stat : 28408 (java) S 28394 28397 28076 0 -1 1077944384 49588 0 0 0 103 13 0 0 20 0 44 0 253139913 28384710656 1152443 33554432000 4194304 4196468 140723578232064 140542955292912 140544212138626 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28409] ppid=28394 vsize=27719444 memory=1064 CPUtime=0 cores=0-7
/proc/28397/task/28409/stat : 28409 (java) S 28394 28397 28076 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 44 0 253139913 28384710656 1152443 33554432000 4194304 4196468 140723578232064 140542954239200 140544212137685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28410] ppid=28394 vsize=27719444 memory=2072 CPUtime=0 cores=0-7
/proc/28397/task/28410/stat : 28410 (java) S 28394 28397 28076 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 44 0 253139913 28384710656 1152443 33554432000 4194304 4196468 140723578232064 140542953186048 140544212137685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28411] ppid=28394 vsize=27719444 memory=1740 CPUtime=0 cores=0-7
/proc/28397/task/28411/stat : 28411 (java) S 28394 28397 28076 0 -1 1077944384 179 0 0 0 0 0 0 0 20 0 44 0 253139916 28384710656 1152443 33554432000 4194304 4196468 140723578232064 140542952134608 140544212146075 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28412] ppid=28394 vsize=27719444 memory=11192 CPUtime=3.88 cores=0-7
/proc/28397/task/28412/stat : 28412 (java) S 28394 28397 28076 0 -1 1077944384 12473 0 0 0 385 3 0 0 20 0 44 0 253139916 28384710656 1152443 33554432000 4194304 4196468 140723578232064 140542951082736 140544212138626 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28413] ppid=28394 vsize=27719444 memory=752 CPUtime=3.82 cores=0-7
/proc/28397/task/28413/stat : 28413 (java) S 28394 28397 28076 0 -1 1077944384 11403 0 0 0 380 2 0 0 20 0 44 0 253139916 28384710656 1152443 33554432000 4194304 4196468 140723578232064 140542950030192 140544212138626 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28414] ppid=28394 vsize=27719444 memory=1828 CPUtime=3.99 cores=0-7
/proc/28397/task/28414/stat : 28414 (java) R 28394 28397 28076 0 -1 4202560 13075 0 0 0 395 4 0 0 20 0 44 0 253139916 28384710656 1152443 33554432000 4194304 4196468 140723578232064 140542948968464 140544193671196 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28415] ppid=28394 vsize=27719444 memory=1120 CPUtime=1.88 cores=0-7
/proc/28397/task/28415/stat : 28415 (java) S 28394 28397 28076 0 -1 1077944384 23537 0 0 0 182 6 0 0 20 0 44 0 253139916 28384710656 1152443 33554432000 4194304 4196468 140723578232064 140542947924592 140544212138626 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28416] ppid=28394 vsize=27719444 memory=3712 CPUtime=0 cores=0-7
/proc/28397/task/28416/stat : 28416 (java) S 28394 28397 28076 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 44 0 253139916 28384710656 1152443 33554432000 4194304 4196468 140723578232064 140542946871776 140544212137685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28417] ppid=28394 vsize=27719444 memory=68928 CPUtime=0.71 cores=0-7
/proc/28397/task/28417/stat : 28417 (java) R 28394 28397 28076 0 -1 1077944384 3350 0 0 0 38 33 0 0 20 0 44 0 253139916 28384710656 1152443 33554432000 4194304 4196468 140723578232064 140542945819312 140544212138626 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28418] ppid=28394 vsize=27719444 memory=1064 CPUtime=0 cores=0-7
/proc/28397/task/28418/stat : 28418 (java) S 28394 28397 28076 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 44 0 253140630 28384710656 1152443 33554432000 4194304 4196468 140723578232064 140542087090688 140544212137685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28419] ppid=28394 vsize=27719444 memory=1064 CPUtime=1.96 cores=0-7
/proc/28397/task/28419/stat : 28419 (java) R 28394 28397 28076 0 -1 1077944384 10078 0 0 0 113 83 0 0 20 0 44 0 253140647 28384710656 1152443 33554432000 4194304 4196468 140723578232064 140542083941168 140544212138626 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28420] ppid=28394 vsize=27719444 memory=2072 CPUtime=2485.29 cores=0-7
/proc/28397/task/28420/stat : 28420 (java) R 28394 28397 28076 0 -1 4202560 121607 0 0 0 248460 69 0 0 20 0 44 0 253140662 28384710656 1152443 33554432000 4194304 4196468 140723578232064 140542080784304 140543835440020 0 4 0 16800975 0 0 0 -1 3 0 0 18 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28421] ppid=28394 vsize=27719444 memory=1740 CPUtime=0.69 cores=0-7
/proc/28397/task/28421/stat : 28421 (java) S 28394 28397 28076 0 -1 1077944384 1763 0 0 0 68 1 0 0 20 0 44 0 253140663 28384710656 1152443 33554432000 4194304 4196468 140723578232064 140542079739440 140544212137685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28422] ppid=28394 vsize=27719444 memory=11192 CPUtime=2498.3 cores=0-7
/proc/28397/task/28422/stat : 28422 (java) R 28394 28397 28076 0 -1 4202560 125442 0 0 0 249748 82 0 0 20 0 44 0 253140663 28384710656 1152443 33554432000 4194304 4196468 140723578232064 140542078678872 140543830085655 0 4 0 16800975 0 0 0 -1 4 0 0 20 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28423] ppid=28394 vsize=27719444 memory=752 CPUtime=2486.22 cores=0-7
/proc/28397/task/28423/stat : 28423 (java) R 28394 28397 28076 0 -1 4202560 132415 0 0 0 248539 83 0 0 20 0 44 0 253140669 28384710656 1152443 33554432000 4194304 4196468 140723578232064 140542075529008 140543844137333 0 4 0 16800975 0 0 0 -1 1 0 0 19 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28424] ppid=28394 vsize=27719444 memory=1828 CPUtime=0.63 cores=0-7
/proc/28397/task/28424/stat : 28424 (java) S 28394 28397 28076 0 -1 1077944384 286 0 0 0 63 0 0 0 20 0 44 0 253140669 28384710656 1152443 33554432000 4194304 4196468 140723578232064 140542074483632 140544212137685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28425] ppid=28394 vsize=27719444 memory=1120 CPUtime=2493.41 cores=0-7
/proc/28397/task/28425/stat : 28425 (java) R 28394 28397 28076 0 -1 4202560 121697 0 0 0 249259 82 0 0 20 0 44 0 253140669 28384710656 1152443 33554432000 4194304 4196468 140723578232064 140542073423576 140543844137471 0 4 0 16800975 0 0 0 -1 2 0 0 15 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28426] ppid=28394 vsize=27719444 memory=6076 CPUtime=2487.62 cores=0-7
/proc/28397/task/28426/stat : 28426 (java) R 28394 28397 28076 0 -1 4202560 138288 0 0 0 248660 102 0 0 20 0 44 0 253140669 28384710656 1152443 33554432000 4194304 4196468 140723578232064 140542072370448 140543844347491 0 4 0 16800975 0 0 0 -1 7 0 0 15 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28427] ppid=28394 vsize=27719444 memory=15708 CPUtime=2498.89 cores=0-7
/proc/28397/task/28427/stat : 28427 (java) R 28394 28397 28076 0 -1 4202560 145213 0 0 0 249795 94 0 0 20 0 44 0 253140670 28384710656 1152443 33554432000 4194304 4196468 140723578232064 140542071318160 140543844347383 0 4 0 16800975 0 0 0 -1 6 0 0 16 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28428] ppid=28394 vsize=27719444 memory=1620 CPUtime=0 cores=0-7
/proc/28397/task/28428/stat : 28428 (java) S 28394 28397 28076 0 -1 1077944384 90 0 0 0 0 0 0 0 20 0 44 0 253140670 28384710656 1152443 33554432000 4194304 4196468 140723578232064 140542070273456 140544212137685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28429] ppid=28394 vsize=27719444 memory=504 CPUtime=2487.67 cores=0-7
/proc/28397/task/28429/stat : 28429 (java) R 28394 28397 28076 0 -1 1077944384 121522 0 0 0 248691 76 0 0 20 0 44 0 253140671 28384710656 1152443 33554432000 4194304 4196468 140723578232064 140542069213232 140544212137685 0 4 0 16800975 0 0 0 -1 1 0 0 20 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28430] ppid=28394 vsize=27719444 memory=924 CPUtime=0 cores=0-7
/proc/28397/task/28430/stat : 28430 (java) S 28394 28397 28076 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 44 0 253140672 28384710656 1152443 33554432000 4194304 4196468 140723578232064 140540926485680 140544212137685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28431] ppid=28394 vsize=27719444 memory=1168 CPUtime=2498.19 cores=0-7
/proc/28397/task/28431/stat : 28431 (java) R 28394 28397 28076 0 -1 4202560 131442 0 0 0 249740 79 0 0 20 0 44 0 253140676 28384710656 1152443 33554432000 4194304 4196468 140723578232064 140540925427152 140543844137385 0 4 0 16800975 0 0 0 -1 0 0 0 19 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28432] ppid=28394 vsize=27719444 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/28397/task/28432/stat : 28432 (java) R 28394 28397 28076 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 44 0 253141308 28384710656 1152443 33554432000 4194304 4196468 140723578232064 140540924376112 140544212137685 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28433] ppid=28394 vsize=27719444 memory=2180 CPUtime=0 cores=0-7
/proc/28397/task/28433/stat : 28433 (java) S 28394 28397 28076 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 44 0 253141308 28384710656 1152443 33554432000 4194304 4196468 140723578232064 140540923327536 140544212137685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28434] ppid=28394 vsize=27719444 memory=924 CPUtime=0 cores=0-7
/proc/28397/task/28434/stat : 28434 (java) S 28394 28397 28076 0 -1 1077944384 100 0 0 0 0 0 0 0 20 0 44 0 253141308 28384710656 1152443 33554432000 4194304 4196468 140723578232064 140540922274480 140544212137685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
[pid=28397/tid=28435] ppid=28394 vsize=27719444 memory=1576 CPUtime=0 cores=0-7
/proc/28397/task/28435/stat : 28435 (java) S 28394 28397 28076 0 -1 1077944384 454 0 0 0 0 0 0 0 20 0 44 0 253141308 28384710656 1152443 33554432000 4194304 4196468 140723578232064 140540921221936 140544212137685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7479296 140723578233934 140723578234117 140723578234117 140723578236879 0
Current children cumulated CPU time: 20043.7 s
Current children cumulated vsize: 27719444 KiB
Current children cumulated memory: 4609772 KiB

[startup+2520.3 s]*
/proc/loadavg: 8.61 8.81 8.76 2/180 28500
/proc/meminfo: memFree=24395208/32770624 swapFree=67108524/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143
Real time (s): 2520.33
CPU time (s): 20044.3
CPU user time (s): 20024.7
CPU system time (s): 19.5944
CPU usage (%): 795.307
Max. virtual memory (cumulated for all children) (KiB): 27719444
Max. memory (cumulated for all children) (KiB): 5005660

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20024.7
system time used= 19.5944
maximum resident set size= 5005668
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2087176
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3008
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 336334
involuntary context switches= 422278


# summary of solver processes directly reported to runsolver:
#   pid: 28397
#   total CPU time (s): 20044.3
#   total CPU user time (s): 20024.7
#   total CPU system time (s): 19.5944

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.6196 second user time and 37.3807 second system time

The end

Launcher Data

Begin job on node107 at 2018-08-15 19:56:07
IDJOB=4308885
IDBENCH=141061
IDSOLVER=2793
FILE ID=node107/4308885-1534355767
RUNJOBID= node107-1534353239-28103
PBS_JOBID= 21038260
Free space on /tmp= 50628 MiB

SOLVER NAME= OscaR - Parallel with EPS 2018-08-14
BENCH NAME= XCSP18/NurseRostering/NurseRostering-12_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-4308885-1534355767/watcher-4308885-1534355767 -o /tmp/evaluation-result-4308885-1534355767/solver-4308885-1534355767 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node107-1534353239-28103 --watchdog 2580  java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 199825575 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4308885-1534355767.xml

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

MD5SUM BENCH= 2a283c05e31c4b30f3ec3c3182bebd94
RANDOM SEED=199825575

node107.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.40
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.40
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.40
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.40
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:        24813004 kB
MemAvailable:   31891520 kB
Buffers:          219916 kB
Cached:          7109380 kB
SwapCached:           20 kB
Active:          3960340 kB
Inactive:        3424064 kB
Active(anon):       4732 kB
Inactive(anon):   111348 kB
Active(file):    3955608 kB
Inactive(file):  3312716 kB
Unevictable:        6980 kB
Mlocked:            6980 kB
SwapTotal:      67108860 kB
SwapFree:       67108524 kB
Dirty:             36588 kB
Writeback:             0 kB
AnonPages:         79968 kB
Mapped:            55620 kB
Shmem:             57824 kB
Slab:             267032 kB
SReclaimable:     238652 kB
SUnreclaim:        28380 kB
KernelStack:        3520 kB
PageTables:         5828 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     356848 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     26624 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 50592 MiB
End job on node107 at 2018-08-15 20:38:08