Trace number 4308888

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) 20042.6 2520.48

General information on the benchmark

NameNurseRostering/
NurseRostering-15_c18.xml
MD5SUM08877e0fafa48cd5ca524d34b6939bef
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 variables3553
Number of constraints9202
Number of domains26
Minimum domain size1
Maximum domain size46
Distribution of domain sizes[{"size":1,"count":135},{"size":2,"count":760},{"size":3,"count":8},{"size":4,"count":30},{"size":5,"count":14},{"size":7,"count":1890},{"size":8,"count":2},{"size":9,"count":2},{"size":12,"count":2},{"size":13,"count":11},{"size":15,"count":15},{"size":20,"count":10},{"size":22,"count":38},{"size":43,"count":90},{"size":46,"count":546}]
Minimum variable degree2
Maximum variable degree31
Distribution of variable degrees[{"degree":2,"count":1393},{"degree":3,"count":270},{"degree":18,"count":2},{"degree":19,"count":33},{"degree":20,"count":47},{"degree":21,"count":9},{"degree":22,"count":30},{"degree":23,"count":52},{"degree":24,"count":74},{"degree":25,"count":66},{"degree":26,"count":110},{"degree":27,"count":537},{"degree":28,"count":506},{"degree":29,"count":252},{"degree":30,"count":135},{"degree":31,"count":37}]
Minimum constraint arity2
Maximum constraint arity180
Distribution of constraint arities[{"arity":2,"count":3337},{"arity":3,"count":3120},{"arity":4,"count":390},{"arity":6,"count":1340},{"arity":7,"count":405},{"arity":43,"count":315},{"arity":46,"count":294},{"arity":180,"count":1}]
Number of extensional constraints2139
Number of intensional constraints1116
Distribution of constraint types[{"type":"extension","count":2139},{"type":"intension","count":1116},{"type":"regular","count":3592},{"type":"sum","count":90},{"type":"count","count":2264},{"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: 187303852
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.84/1.97	c Parsing done, starting search...
20039.20/2520.09	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 (13457 MiB free)
  memory of node 1: 16384 MiB (10570 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4308888-1534354677/watcher-4308888-1534354677 -o /tmp/evaluation-result-4308888-1534354677/solver-4308888-1534354677 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node136-1534352155-32073 --watchdog 2580 java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 187303852 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4308888-1534354677.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=32260, runsolver pid=32257

[startup+0.100162 s]*
/proc/loadavg: 8.66 8.62 8.19 2/198 32280
/proc/meminfo: memFree=24589624/32770624 swapFree=67108172/67108860
[pid=32260] ppid=32257 vsize=26103420 memory=30976 CPUtime=0.11 cores=0-7
/proc/32260/stat : 32260 (java) S 32257 32260 32046 0 -1 1077944320 7212 0 0 0 10 1 0 0 20 0 20 0 253030842 26729902080 7744 33554432000 4194304 4196468 140721302911376 140721302893920 139756988346103 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
/proc/32260/statm: 6525855 7744 3133 1 0 6487932 0
[pid=32260/tid=32262] ppid=32257 vsize=26103420 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/32260/task/32262/stat : 32262 (java) R 32257 32260 32046 0 -1 4202560 5300 0 0 0 8 1 0 0 20 0 20 0 253030843 26729902080 7810 33554432000 4194304 4196468 140721302911376 139756992579888 139756968621824 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32263] ppid=32257 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/32260/task/32263/stat : 32263 (java) S 32257 32260 32046 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253030843 26729902080 7810 33554432000 4194304 4196468 140721302911376 139756895906448 139756988356309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32264] ppid=32257 vsize=26103420 memory=140297956370048 CPUtime=0 cores=0-7
/proc/32260/task/32264/stat : 32264 (java) S 32257 32260 32046 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253030843 26729902080 7810 33554432000 4194304 4196468 140721302911376 139756894853648 139756988356309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32265] ppid=32257 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/32260/task/32265/stat : 32265 (java) S 32257 32260 32046 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253030843 26729902080 7810 33554432000 4194304 4196468 140721302911376 139756544821648 139756988356309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32266] ppid=32257 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/32260/task/32266/stat : 32266 (java) S 32257 32260 32046 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253030843 26729902080 7810 33554432000 4194304 4196468 140721302911376 139756543768848 139756988356309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32267] ppid=32257 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/32260/task/32267/stat : 32267 (java) S 32257 32260 32046 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253030843 26729902080 7810 33554432000 4194304 4196468 140721302911376 139756542717072 139756988356309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32268] ppid=32257 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/32260/task/32268/stat : 32268 (java) S 32257 32260 32046 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253030844 26729902080 7810 33554432000 4194304 4196468 140721302911376 139756541664272 139756988356309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32269] ppid=32257 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/32260/task/32269/stat : 32269 (java) S 32257 32260 32046 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253030844 26729902080 7810 33554432000 4194304 4196468 140721302911376 139756540611472 139756988356309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32270] ppid=32257 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/32260/task/32270/stat : 32270 (java) S 32257 32260 32046 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253030844 26729902080 7810 33554432000 4194304 4196468 140721302911376 139756539558672 139756988356309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32271] ppid=32257 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/32260/task/32271/stat : 32271 (java) S 32257 32260 32046 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253030845 26729902080 7810 33554432000 4194304 4196468 140721302911376 139755663563120 139756988357250 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32272] ppid=32257 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/32260/task/32272/stat : 32272 (java) S 32257 32260 32046 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 253030845 26729902080 7810 33554432000 4194304 4196468 140721302911376 139755662509088 139756988356309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32273] ppid=32257 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/32260/task/32273/stat : 32273 (java) S 32257 32260 32046 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 253030846 26729902080 7876 33554432000 4194304 4196468 140721302911376 139755661456240 139756988356309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32274] ppid=32257 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/32260/task/32274/stat : 32274 (java) S 32257 32260 32046 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253030848 26729902080 7876 33554432000 4194304 4196468 140721302911376 139755660404560 139756988364699 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32275] ppid=32257 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/32260/task/32275/stat : 32275 (java) S 32257 32260 32046 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 20 0 253030848 26729902080 7876 33554432000 4194304 4196468 140721302911376 139755659352944 139756988357250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32276] ppid=32257 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/32260/task/32276/stat : 32276 (java) S 32257 32260 32046 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253030848 26729902080 7876 33554432000 4194304 4196468 140721302911376 139755658300144 139756988357250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32277] ppid=32257 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/32260/task/32277/stat : 32277 (java) S 32257 32260 32046 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253030848 26729902080 7876 33554432000 4194304 4196468 140721302911376 139755657247344 139756988357250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32278] ppid=32257 vsize=26103420 memory=0 CPUtime=0.01 cores=0-7
/proc/32260/task/32278/stat : 32278 (java) S 32257 32260 32046 0 -1 1077944384 245 0 0 0 1 0 0 0 20 0 20 0 253030848 26729902080 7876 33554432000 4194304 4196468 140721302911376 139755656194544 139756988357250 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32279] ppid=32257 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/32260/task/32279/stat : 32279 (java) S 32257 32260 32046 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253030848 26729902080 7876 33554432000 4194304 4196468 140721302911376 139755655141984 139756988356309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32280] ppid=32257 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/32260/task/32280/stat : 32280 (java) S 32257 32260 32046 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253030848 26729902080 7876 33554432000 4194304 4196468 140721302911376 139755654089264 139756988357250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 30976 KiB

[startup+0.210244 s]*
/proc/loadavg: 8.66 8.62 8.19 3/198 32280
/proc/meminfo: memFree=24575796/32770624 swapFree=67108172/67108860
[pid=32260] ppid=32257 vsize=26103420 memory=43032 CPUtime=0.3 cores=0-7
/proc/32260/stat : 32260 (java) S 32257 32260 32046 0 -1 1077944320 10411 0 0 0 28 2 0 0 20 0 20 0 253030842 26729902080 10758 33554432000 4194304 4196468 140721302911376 140721302893920 139756988346103 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
/proc/32260/statm: 6525855 10758 3317 1 0 6487932 0
[pid=32260/tid=32262] ppid=32257 vsize=26103420 memory=4026531975 CPUtime=0.19 cores=0-7
/proc/32260/task/32262/stat : 32262 (java) R 32257 32260 32046 0 -1 4202560 8182 0 0 0 18 1 0 0 20 0 20 0 253030843 26729902080 10758 33554432000 4194304 4196468 140721302911376 139756992574816 139756972426620 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32263] ppid=32257 vsize=26103420 memory=10829 CPUtime=0 cores=0-7
/proc/32260/task/32263/stat : 32263 (java) S 32257 32260 32046 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253030843 26729902080 10758 33554432000 4194304 4196468 140721302911376 139756895906448 139756988356309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32264] ppid=32257 vsize=26103420 memory=288370674108081792 CPUtime=0 cores=0-7
/proc/32260/task/32264/stat : 32264 (java) S 32257 32260 32046 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253030843 26729902080 10758 33554432000 4194304 4196468 140721302911376 139756894853648 139756988356309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32265] ppid=32257 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/32260/task/32265/stat : 32265 (java) S 32257 32260 32046 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253030843 26729902080 10758 33554432000 4194304 4196468 140721302911376 139756544821648 139756988356309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32266] ppid=32257 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/32260/task/32266/stat : 32266 (java) S 32257 32260 32046 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253030843 26729902080 10758 33554432000 4194304 4196468 140721302911376 139756543768848 139756988356309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32267] ppid=32257 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/32260/task/32267/stat : 32267 (java) S 32257 32260 32046 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253030843 26729902080 10758 33554432000 4194304 4196468 140721302911376 139756542717072 139756988356309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32268] ppid=32257 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/32260/task/32268/stat : 32268 (java) S 32257 32260 32046 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253030844 26729902080 10758 33554432000 4194304 4196468 140721302911376 139756541664272 139756988356309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32269] ppid=32257 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/32260/task/32269/stat : 32269 (java) S 32257 32260 32046 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253030844 26729902080 10758 33554432000 4194304 4196468 140721302911376 139756540611472 139756988356309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32270] ppid=32257 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/32260/task/32270/stat : 32270 (java) S 32257 32260 32046 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253030844 26729902080 10758 33554432000 4194304 4196468 140721302911376 139756539558672 139756988356309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32271] ppid=32257 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/32260/task/32271/stat : 32271 (java) S 32257 32260 32046 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 253030845 26729902080 10758 33554432000 4194304 4196468 140721302911376 139755663563120 139756988357250 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32272] ppid=32257 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/32260/task/32272/stat : 32272 (java) S 32257 32260 32046 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 253030845 26729902080 10758 33554432000 4194304 4196468 140721302911376 139755662509088 139756988356309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32273] ppid=32257 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/32260/task/32273/stat : 32273 (java) S 32257 32260 32046 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 253030846 26729902080 10758 33554432000 4194304 4196468 140721302911376 139755661456240 139756988356309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32274] ppid=32257 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/32260/task/32274/stat : 32274 (java) S 32257 32260 32046 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253030848 26729902080 10758 33554432000 4194304 4196468 140721302911376 139755660404560 139756988364699 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32275] ppid=32257 vsize=26103420 memory=0 CPUtime=0.01 cores=0-7
/proc/32260/task/32275/stat : 32275 (java) S 32257 32260 32046 0 -1 1077944384 338 0 0 0 1 0 0 0 20 0 20 0 253030848 26729902080 10758 33554432000 4194304 4196468 140721302911376 139755659352944 139756988357250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32276] ppid=32257 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/32260/task/32276/stat : 32276 (java) S 32257 32260 32046 0 -1 1077944384 176 0 0 0 0 0 0 0 20 0 20 0 253030848 26729902080 10758 33554432000 4194304 4196468 140721302911376 139755658300144 139756988357250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32277] ppid=32257 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/32260/task/32277/stat : 32277 (java) S 32257 32260 32046 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 253030848 26729902080 10758 33554432000 4194304 4196468 140721302911376 139755657247344 139756988357250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32278] ppid=32257 vsize=26103420 memory=0 CPUtime=0.06 cores=0-7
/proc/32260/task/32278/stat : 32278 (java) R 32257 32260 32046 0 -1 4202560 309 0 0 0 6 0 0 0 20 0 20 0 253030848 26729902080 10758 33554432000 4194304 4196468 140721302911376 139755656190304 139756988358038 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32279] ppid=32257 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/32260/task/32279/stat : 32279 (java) S 32257 32260 32046 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253030848 26729902080 10758 33554432000 4194304 4196468 140721302911376 139755655141984 139756988356309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32280] ppid=32257 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/32260/task/32280/stat : 32280 (java) S 32257 32260 32046 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253030848 26729902080 10758 33554432000 4194304 4196468 140721302911376 139755654089264 139756988357250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 43032 KiB

[startup+0.309427 s]*
/proc/loadavg: 8.66 8.62 8.19 3/198 32280
/proc/meminfo: memFree=24572328/32770624 swapFree=67108172/67108860
[pid=32260] ppid=32257 vsize=26103420 memory=46548 CPUtime=0.43 cores=0-7
/proc/32260/stat : 32260 (java) S 32257 32260 32046 0 -1 1077944320 10860 0 0 0 41 2 0 0 20 0 20 0 253030842 26729902080 11637 33554432000 4194304 4196468 140721302911376 140721302893920 139756988346103 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
/proc/32260/statm: 6525855 11637 3342 1 0 6487932 0
[pid=32260/tid=32262] ppid=32257 vsize=26103420 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/32260/task/32262/stat : 32262 (java) R 32257 32260 32046 0 -1 4202560 8521 0 0 0 28 1 0 0 20 0 20 0 253030843 26729902080 11637 33554432000 4194304 4196468 140721302911376 139756992545968 139756973511648 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32263] ppid=32257 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/32260/task/32263/stat : 32263 (java) S 32257 32260 32046 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253030843 26729902080 11637 33554432000 4194304 4196468 140721302911376 139756895906448 139756988356309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32264] ppid=32257 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/32260/task/32264/stat : 32264 (java) S 32257 32260 32046 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253030843 26729902080 11637 33554432000 4194304 4196468 140721302911376 139756894853648 139756988356309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32265] ppid=32257 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/32260/task/32265/stat : 32265 (java) S 32257 32260 32046 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253030843 26729902080 11637 33554432000 4194304 4196468 140721302911376 139756544821648 139756988356309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32266] ppid=32257 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/32260/task/32266/stat : 32266 (java) S 32257 32260 32046 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253030843 26729902080 11637 33554432000 4194304 4196468 140721302911376 139756543768848 139756988356309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32267] ppid=32257 vsize=26103420 memory=2244 CPUtime=0 cores=0-7
/proc/32260/task/32267/stat : 32267 (java) S 32257 32260 32046 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253030843 26729902080 11637 33554432000 4194304 4196468 140721302911376 139756542717072 139756988356309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32268] ppid=32257 vsize=26103420 memory=140297858282415 CPUtime=0 cores=0-7
/proc/32260/task/32268/stat : 32268 (java) S 32257 32260 32046 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253030844 26729902080 11637 33554432000 4194304 4196468 140721302911376 139756541664272 139756988356309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32269] ppid=32257 vsize=26103420 memory=140297858284720 CPUtime=0 cores=0-7
/proc/32260/task/32269/stat : 32269 (java) S 32257 32260 32046 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253030844 26729902080 11637 33554432000 4194304 4196468 140721302911376 139756540611472 139756988356309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32270] ppid=32257 vsize=26103420 memory=140297858287024 CPUtime=0 cores=0-7
/proc/32260/task/32270/stat : 32270 (java) S 32257 32260 32046 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253030844 26729902080 11637 33554432000 4194304 4196468 140721302911376 139756539558672 139756988356309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32271] ppid=32257 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/32260/task/32271/stat : 32271 (java) S 32257 32260 32046 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 253030845 26729902080 11637 33554432000 4194304 4196468 140721302911376 139755663563120 139756988357250 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32272] ppid=32257 vsize=26103420 memory=280595716581008 CPUtime=0 cores=0-7
/proc/32260/task/32272/stat : 32272 (java) S 32257 32260 32046 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 253030845 26729902080 11637 33554432000 4194304 4196468 140721302911376 139755662509088 139756988356309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32273] ppid=32257 vsize=26103420 memory=280595716587920 CPUtime=0 cores=0-7
/proc/32260/task/32273/stat : 32273 (java) S 32257 32260 32046 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 253030846 26729902080 11637 33554432000 4194304 4196468 140721302911376 139755661456240 139756988356309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32274] ppid=32257 vsize=26103420 memory=280595716529168 CPUtime=0 cores=0-7
/proc/32260/task/32274/stat : 32274 (java) S 32257 32260 32046 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253030848 26729902080 11637 33554432000 4194304 4196468 140721302911376 139755660404560 139756988364699 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32275] ppid=32257 vsize=26103420 memory=280595716601744 CPUtime=0.02 cores=0-7
/proc/32260/task/32275/stat : 32275 (java) S 32257 32260 32046 0 -1 1077944384 338 0 0 0 2 0 0 0 20 0 20 0 253030848 26729902080 11637 33554432000 4194304 4196468 140721302911376 139755659352944 139756988357250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32276] ppid=32257 vsize=26103420 memory=280595716608656 CPUtime=0 cores=0-7
/proc/32260/task/32276/stat : 32276 (java) S 32257 32260 32046 0 -1 1077944384 185 0 0 0 0 0 0 0 20 0 20 0 253030848 26729902080 11637 33554432000 4194304 4196468 140721302911376 139755658300144 139756988357250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32277] ppid=32257 vsize=26103420 memory=280595716606352 CPUtime=0.01 cores=0-7
/proc/32260/task/32277/stat : 32277 (java) S 32257 32260 32046 0 -1 1077944384 101 0 0 0 1 0 0 0 20 0 20 0 253030848 26729902080 11637 33554432000 4194304 4196468 140721302911376 139755657247344 139756988357250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32278] ppid=32257 vsize=26103420 memory=280595716622960 CPUtime=0.08 cores=0-7
/proc/32260/task/32278/stat : 32278 (java) S 32257 32260 32046 0 -1 1077944384 326 0 0 0 8 0 0 0 20 0 20 0 253030848 26729902080 11637 33554432000 4194304 4196468 140721302911376 139755656194544 139756988357250 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32279] ppid=32257 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/32260/task/32279/stat : 32279 (java) S 32257 32260 32046 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253030848 26729902080 11637 33554432000 4194304 4196468 140721302911376 139755655141984 139756988356309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32280] ppid=32257 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/32260/task/32280/stat : 32280 (java) S 32257 32260 32046 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253030848 26729902080 11637 33554432000 4194304 4196468 140721302911376 139755654089264 139756988357250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 46548 KiB

[startup+0.700842 s]
/proc/loadavg: 8.66 8.62 8.19 2/198 32280
/proc/meminfo: memFree=24548608/32770624 swapFree=67108172/67108860
[pid=32260] ppid=32257 vsize=26105488 memory=87740 CPUtime=0.99 cores=0-7
/proc/32260/stat : 32260 (java) S 32257 32260 32046 0 -1 1077944320 17890 0 0 0 95 4 0 0 20 0 20 0 253030842 26732019712 21935 33554432000 4194304 4196468 140721302911376 140721302893920 139756988346103 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
/proc/32260/statm: 6526372 21935 3497 1 0 6488444 0
[pid=32260/tid=32262] ppid=32257 vsize=26105488 memory=0 CPUtime=0.67 cores=0-7
/proc/32260/task/32262/stat : 32262 (java) R 32257 32260 32046 0 -1 4202560 15029 0 0 0 64 3 0 0 20 0 20 0 253030843 26732019712 21935 33554432000 4194304 4196468 140721302911376 139756992571600 139756980596693 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32263] ppid=32257 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/32260/task/32263/stat : 32263 (java) S 32257 32260 32046 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253030843 26732019712 21935 33554432000 4194304 4196468 140721302911376 139756895906448 139756988356309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32264] ppid=32257 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/32260/task/32264/stat : 32264 (java) S 32257 32260 32046 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253030843 26732019712 21935 33554432000 4194304 4196468 140721302911376 139756894853648 139756988356309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32265] ppid=32257 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/32260/task/32265/stat : 32265 (java) S 32257 32260 32046 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253030843 26732019712 21935 33554432000 4194304 4196468 140721302911376 139756544821648 139756988356309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32266] ppid=32257 vsize=26105488 memory=1808 CPUtime=0 cores=0-7
/proc/32260/task/32266/stat : 32266 (java) S 32257 32260 32046 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253030843 26732019712 21935 33554432000 4194304 4196468 140721302911376 139756543768848 139756988356309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32267] ppid=32257 vsize=26105488 memory=1020 CPUtime=0 cores=0-7
/proc/32260/task/32267/stat : 32267 (java) S 32257 32260 32046 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253030843 26732019712 21935 33554432000 4194304 4196468 140721302911376 139756542717072 139756988356309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32268] ppid=32257 vsize=26105488 memory=5672 CPUtime=0 cores=0-7
/proc/32260/task/32268/stat : 32268 (java) S 32257 32260 32046 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253030844 26732019712 21935 33554432000 4194304 4196468 140721302911376 139756541664272 139756988356309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32269] ppid=32257 vsize=26105488 memory=756 CPUtime=0 cores=0-7
/proc/32260/task/32269/stat : 32269 (java) S 32257 32260 32046 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253030844 26732019712 21935 33554432000 4194304 4196468 140721302911376 139756540611472 139756988356309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32270] ppid=32257 vsize=26105488 memory=13940 CPUtime=0 cores=0-7
/proc/32260/task/32270/stat : 32270 (java) S 32257 32260 32046 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253030844 26732019712 21935 33554432000 4194304 4196468 140721302911376 139756539558672 139756988356309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32271] ppid=32257 vsize=26105488 memory=12552 CPUtime=0 cores=0-7
/proc/32260/task/32271/stat : 32271 (java) S 32257 32260 32046 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 253030845 26732019712 21935 33554432000 4194304 4196468 140721302911376 139755663563120 139756988357250 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0

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




Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 9.40 9.11 8.86 9/210 32348
/proc/meminfo: memFree=19810672/32770624 swapFree=67108172/67108860
[pid=32260] ppid=32257 vsize=26920676 memory=4796980 CPUtime=20039.2 cores=0-7
/proc/32260/stat : 32260 (java) S 32257 32260 32046 0 -1 1077944320 1906326 0 0 0 2001959 1961 0 0 20 0 32 0 253030842 27566772224 1199245 33554432000 4194304 4196468 140721302911376 140721302893920 139756988346103 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
/proc/32260/statm: 6730169 1199245 3638 1 0 6691720 0
[pid=32260/tid=32262] ppid=32257 vsize=26920676 memory=6791534058613427641 CPUtime=6.42 cores=0-7
/proc/32260/task/32262/stat : 32262 (java) S 32257 32260 32046 0 -1 1077944384 26393 0 0 0 626 16 0 0 20 0 32 0 253030843 27566772224 1199245 33554432000 4194304 4196468 140721302911376 139756992583568 139756988356309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32263] ppid=32257 vsize=26920676 memory=4126316290023845779 CPUtime=13.03 cores=0-7
/proc/32260/task/32263/stat : 32263 (java) S 32257 32260 32046 0 -1 1077944384 150907 0 0 0 1126 177 0 0 20 0 32 0 253030843 27566772224 1199245 33554432000 4194304 4196468 140721302911376 139756895906448 139756988356309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 78 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32264] ppid=32257 vsize=26920676 memory=1580 CPUtime=12.95 cores=0-7
/proc/32260/task/32264/stat : 32264 (java) S 32257 32260 32046 0 -1 1077944384 152818 0 0 0 1110 185 0 0 20 0 32 0 253030843 27566772224 1199245 33554432000 4194304 4196468 140721302911376 139756894853648 139756988356309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 78 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32265] ppid=32257 vsize=26920676 memory=496 CPUtime=13 cores=0-7
/proc/32260/task/32265/stat : 32265 (java) S 32257 32260 32046 0 -1 1077944384 150666 0 0 0 1124 176 0 0 20 0 32 0 253030843 27566772224 1199245 33554432000 4194304 4196468 140721302911376 139756544821648 139756988356309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 78 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32266] ppid=32257 vsize=26920676 memory=928 CPUtime=13.03 cores=0-7
/proc/32260/task/32266/stat : 32266 (java) S 32257 32260 32046 0 -1 1077944384 149743 0 0 0 1128 175 0 0 20 0 32 0 253030843 27566772224 1199245 33554432000 4194304 4196468 140721302911376 139756543768848 139756988356309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 79 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32267] ppid=32257 vsize=26920676 memory=1172 CPUtime=12.92 cores=0-7
/proc/32260/task/32267/stat : 32267 (java) S 32257 32260 32046 0 -1 1077944384 145628 0 0 0 1114 178 0 0 20 0 32 0 253030843 27566772224 1199245 33554432000 4194304 4196468 140721302911376 139756542717072 139756988356309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 77 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32268] ppid=32257 vsize=26920676 memory=804 CPUtime=12.91 cores=0-7
/proc/32260/task/32268/stat : 32268 (java) S 32257 32260 32046 0 -1 1077944384 160377 0 0 0 1112 179 0 0 20 0 32 0 253030844 27566772224 1199245 33554432000 4194304 4196468 140721302911376 139756541664272 139756988356309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 75 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32269] ppid=32257 vsize=26920676 memory=1692 CPUtime=12.94 cores=0-7
/proc/32260/task/32269/stat : 32269 (java) S 32257 32260 32046 0 -1 1077944384 152634 0 0 0 1116 178 0 0 20 0 32 0 253030844 27566772224 1199245 33554432000 4194304 4196468 140721302911376 139756540611472 139756988356309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 79 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32270] ppid=32257 vsize=26920676 memory=912 CPUtime=12.91 cores=0-7
/proc/32260/task/32270/stat : 32270 (java) S 32257 32260 32046 0 -1 1077944384 159641 0 0 0 1116 175 0 0 20 0 32 0 253030844 27566772224 1199245 33554432000 4194304 4196468 140721302911376 139756539558672 139756988356309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 75 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32271] ppid=32257 vsize=26920676 memory=4140 CPUtime=1.73 cores=0-7
/proc/32260/task/32271/stat : 32271 (java) S 32257 32260 32046 0 -1 1077944384 58221 0 0 0 152 21 0 0 20 0 32 0 253030845 27566772224 1199245 33554432000 4194304 4196468 140721302911376 139755663563120 139756988357250 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32272] ppid=32257 vsize=26920676 memory=4108 CPUtime=0 cores=0-7
/proc/32260/task/32272/stat : 32272 (java) S 32257 32260 32046 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 32 0 253030845 27566772224 1199245 33554432000 4194304 4196468 140721302911376 139755662509152 139756988356309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32273] ppid=32257 vsize=26920676 memory=1408 CPUtime=0 cores=0-7
/proc/32260/task/32273/stat : 32273 (java) S 32257 32260 32046 0 -1 1077944384 88 0 0 0 0 0 0 0 20 0 32 0 253030846 27566772224 1199245 33554432000 4194304 4196468 140721302911376 139755661456256 139756988356309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32274] ppid=32257 vsize=26920676 memory=3980 CPUtime=0 cores=0-7
/proc/32260/task/32274/stat : 32274 (java) S 32257 32260 32046 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 32 0 253030848 27566772224 1199245 33554432000 4194304 4196468 140721302911376 139755660404560 139756988364699 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32275] ppid=32257 vsize=26920676 memory=4798004 CPUtime=4.45 cores=0-7
/proc/32260/task/32275/stat : 32275 (java) S 32257 32260 32046 0 -1 1077944384 14965 0 0 0 441 4 0 0 20 0 32 0 253030848 27566772224 1199245 33554432000 4194304 4196468 140721302911376 139755659352944 139756988357250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32276] ppid=32257 vsize=26920676 memory=1964 CPUtime=4.74 cores=0-7
/proc/32260/task/32276/stat : 32276 (java) S 32257 32260 32046 0 -1 1077944384 18898 0 0 0 469 5 0 0 20 0 32 0 253030848 27566772224 1199245 33554432000 4194304 4196468 140721302911376 139755658300144 139756988357250 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32277] ppid=32257 vsize=26920676 memory=1572 CPUtime=4.36 cores=0-7
/proc/32260/task/32277/stat : 32277 (java) S 32257 32260 32046 0 -1 1077944384 13991 0 0 0 432 4 0 0 20 0 32 0 253030848 27566772224 1199245 33554432000 4194304 4196468 140721302911376 139755657247344 139756988357250 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32278] ppid=32257 vsize=26920676 memory=924 CPUtime=1.82 cores=0-7
/proc/32260/task/32278/stat : 32278 (java) S 32257 32260 32046 0 -1 1077944384 17596 0 0 0 179 3 0 0 20 0 32 0 253030848 27566772224 1199245 33554432000 4194304 4196468 140721302911376 139755656194544 139756988357250 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32279] ppid=32257 vsize=26920676 memory=1992 CPUtime=0 cores=0-7
/proc/32260/task/32279/stat : 32279 (java) S 32257 32260 32046 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 32 0 253030848 27566772224 1199245 33554432000 4194304 4196468 140721302911376 139755655141984 139756988356309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32280] ppid=32257 vsize=26920676 memory=2236 CPUtime=0.74 cores=0-7
/proc/32260/task/32280/stat : 32280 (java) S 32257 32260 32046 0 -1 1077944384 4303 0 0 0 32 42 0 0 20 0 32 0 253030848 27566772224 1199245 33554432000 4194304 4196468 140721302911376 139755654089264 139756988357250 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32281] ppid=32257 vsize=26920676 memory=1880 CPUtime=0 cores=0-7
/proc/32260/task/32281/stat : 32281 (java) S 32257 32260 32046 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 32 0 253031500 27566772224 1199245 33554432000 4194304 4196468 140721302911376 139755640648320 139756988356309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32282] ppid=32257 vsize=26920676 memory=7528 CPUtime=2 cores=0-7
/proc/32260/task/32282/stat : 32282 (java) S 32257 32260 32046 0 -1 1077944384 8090 0 0 0 135 65 0 0 20 0 32 0 253031516 27566772224 1199245 33554432000 4194304 4196468 140721302911376 139755637498656 139756988357250 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32283] ppid=32257 vsize=26920676 memory=804 CPUtime=2494.69 cores=0-7
/proc/32260/task/32283/stat : 32283 (java) R 32257 32260 32046 0 -1 4202560 50402 0 0 0 249417 52 0 0 20 0 32 0 253031531 27566772224 1199245 33554432000 4194304 4196468 140721302911376 139755634345312 139756589526328 0 4 0 16800975 0 0 0 -1 2 0 0 28 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32284] ppid=32257 vsize=26920676 memory=844 CPUtime=2480.57 cores=0-7
/proc/32260/task/32284/stat : 32284 (java) R 32257 32260 32046 0 -1 4202560 50148 0 0 0 248003 54 0 0 20 0 32 0 253031532 27566772224 1199245 33554432000 4194304 4196468 140721302911376 139755633292576 139756587535908 0 4 0 16800975 0 0 0 -1 3 0 0 25 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32285] ppid=32257 vsize=26920676 memory=3880 CPUtime=2484.87 cores=0-7
/proc/32260/task/32285/stat : 32285 (java) R 32257 32260 32046 0 -1 4202560 81589 0 0 0 248421 66 0 0 20 0 32 0 253031532 27566772224 1199245 33554432000 4194304 4196468 140721302911376 139755632236824 139756589526686 0 4 0 16800975 0 0 0 -1 1 0 0 26 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32286] ppid=32257 vsize=26920676 memory=2672 CPUtime=2492.86 cores=0-7
/proc/32260/task/32286/stat : 32286 (java) R 32257 32260 32046 0 -1 4202560 60020 0 0 0 249228 58 0 0 20 0 32 0 253031532 27566772224 1199245 33554432000 4194304 4196468 140721302911376 139755631183864 139756589526328 0 4 0 16800975 0 0 0 -1 7 0 0 23 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32287] ppid=32257 vsize=26920676 memory=1256 CPUtime=0.75 cores=0-7
/proc/32260/task/32287/stat : 32287 (java) S 32257 32260 32046 0 -1 1077944384 207 0 0 0 75 0 0 0 20 0 32 0 253031538 27566772224 1199245 33554432000 4194304 4196468 140721302911376 139755628041264 139756988356309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32288] ppid=32257 vsize=26920676 memory=10424 CPUtime=2490.8 cores=0-7
/proc/32260/task/32288/stat : 32288 (java) R 32257 32260 32046 0 -1 4202560 53991 0 0 0 249025 55 0 0 20 0 32 0 253031538 27566772224 1199245 33554432000 4194304 4196468 140721302911376 139755626982480 139756589496313 0 4 0 16800975 0 0 0 -1 5 0 0 27 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32289] ppid=32257 vsize=26920676 memory=1600 CPUtime=2488.01 cores=0-7
/proc/32260/task/32289/stat : 32289 (java) R 32257 32260 32046 0 -1 4202560 83323 0 0 0 248743 58 0 0 20 0 32 0 253031538 27566772224 1199245 33554432000 4194304 4196468 140721302911376 139755625929568 139756589496167 0 4 0 16800975 0 0 0 -1 6 0 0 26 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32290] ppid=32257 vsize=26920676 memory=1136 CPUtime=2494.14 cores=0-7
/proc/32260/task/32290/stat : 32290 (java) R 32257 32260 32046 0 -1 4202560 76084 0 0 0 249340 74 0 0 20 0 32 0 253031539 27566772224 1199245 33554432000 4194304 4196468 140721302911376 139755624875672 139756589496313 0 4 0 16800975 0 0 0 -1 4 0 0 21 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32291] ppid=32257 vsize=26920676 memory=1808 CPUtime=2482.34 cores=0-7
/proc/32260/task/32291/stat : 32291 (java) R 32257 32260 32046 0 -1 4202560 64122 0 0 0 248174 60 0 0 20 0 32 0 253031541 27566772224 1199245 33554432000 4194304 4196468 140721302911376 139755623823888 139756589304967 0 4 0 16800975 0 0 0 -1 0 0 0 21 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32292] ppid=32257 vsize=26920676 memory=1020 CPUtime=0 cores=0-7
/proc/32260/task/32292/stat : 32292 (java) S 32257 32260 32046 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 32 0 253031542 27566772224 1199245 33554432000 4194304 4196468 140721302911376 139755622778288 139756988356309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
Current children cumulated CPU time: 20039.2 s
Current children cumulated vsize: 26920676 KiB
Current children cumulated memory: 4796980 KiB

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

[startup+2520.48 s]
# the end of solver process 32260 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=20022.9 s, system=19.6766 s

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

[startup+2520.4 s]
/proc/loadavg: 9.40 9.11 8.86 9/210 32348
/proc/meminfo: memFree=19810672/32770624 swapFree=67108172/67108860
[pid=32260] ppid=32257 vsize=27587344 memory=4798164 CPUtime=20042.3 cores=0-7
/proc/32260/stat : 32260 (java) S 32257 32260 32046 0 -1 1077944320 1912366 0 0 0 2002266 1962 0 0 20 0 43 0 253030842 28249440256 1199541 33554432000 4194304 4196468 140721302911376 140721302893920 139756988346103 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
/proc/32260/statm: 6896836 1199541 3640 1 0 6858387 0
[pid=32260/tid=32262] ppid=32257 vsize=27587344 memory=2236 CPUtime=6.42 cores=0-7
/proc/32260/task/32262/stat : 32262 (java) S 32257 32260 32046 0 -1 1077944384 26393 0 0 0 626 16 0 0 20 0 43 0 253030843 28249440256 1199541 33554432000 4194304 4196468 140721302911376 139756992583568 139756988356309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32263] ppid=32257 vsize=27587344 memory=1692 CPUtime=13.03 cores=0-7
/proc/32260/task/32263/stat : 32263 (java) S 32257 32260 32046 0 -1 1077944384 150907 0 0 0 1126 177 0 0 20 0 43 0 253030843 28249440256 1199541 33554432000 4194304 4196468 140721302911376 139756895906448 139756988356309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 78 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32264] ppid=32257 vsize=27587344 memory=912 CPUtime=12.95 cores=0-7
/proc/32260/task/32264/stat : 32264 (java) S 32257 32260 32046 0 -1 1077944384 152818 0 0 0 1110 185 0 0 20 0 43 0 253030843 28249440256 1199541 33554432000 4194304 4196468 140721302911376 139756894853648 139756988356309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 78 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32265] ppid=32257 vsize=27587344 memory=4140 CPUtime=13 cores=0-7
/proc/32260/task/32265/stat : 32265 (java) S 32257 32260 32046 0 -1 1077944384 150666 0 0 0 1124 176 0 0 20 0 43 0 253030843 28249440256 1199541 33554432000 4194304 4196468 140721302911376 139756544821648 139756988356309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 78 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32266] ppid=32257 vsize=27587344 memory=4872558044660077418 CPUtime=13.03 cores=0-7
/proc/32260/task/32266/stat : 32266 (java) S 32257 32260 32046 0 -1 1077944384 149743 0 0 0 1128 175 0 0 20 0 43 0 253030843 28249440256 1199541 33554432000 4194304 4196468 140721302911376 139756543768848 139756988356309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 79 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32267] ppid=32257 vsize=27587344 memory=1992 CPUtime=12.92 cores=0-7
/proc/32260/task/32267/stat : 32267 (java) S 32257 32260 32046 0 -1 1077944384 145628 0 0 0 1114 178 0 0 20 0 43 0 253030843 28249440256 1199541 33554432000 4194304 4196468 140721302911376 139756542717072 139756988356309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 77 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32268] ppid=32257 vsize=27587344 memory=2236 CPUtime=12.91 cores=0-7
/proc/32260/task/32268/stat : 32268 (java) S 32257 32260 32046 0 -1 1077944384 160377 0 0 0 1112 179 0 0 20 0 43 0 253030844 28249440256 1199541 33554432000 4194304 4196468 140721302911376 139756541664272 139756988356309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 75 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32269] ppid=32257 vsize=27587344 memory=1880 CPUtime=12.94 cores=0-7
/proc/32260/task/32269/stat : 32269 (java) S 32257 32260 32046 0 -1 1077944384 152634 0 0 0 1116 178 0 0 20 0 43 0 253030844 28249440256 1199541 33554432000 4194304 4196468 140721302911376 139756540611472 139756988356309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 79 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32270] ppid=32257 vsize=27587344 memory=33 CPUtime=12.91 cores=0-7
/proc/32260/task/32270/stat : 32270 (java) S 32257 32260 32046 0 -1 1077944384 159641 0 0 0 1116 175 0 0 20 0 43 0 253030844 28249440256 1199541 33554432000 4194304 4196468 140721302911376 139756539558672 139756988356309 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 75 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32271] ppid=32257 vsize=27587344 memory=7451014622316488812 CPUtime=1.73 cores=0-7
/proc/32260/task/32271/stat : 32271 (java) S 32257 32260 32046 0 -1 1077944384 59589 0 0 0 152 21 0 0 20 0 43 0 253030845 28249440256 1199541 33554432000 4194304 4196468 140721302911376 139755663563120 139756988357250 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32272] ppid=32257 vsize=27587344 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/32260/task/32272/stat : 32272 (java) S 32257 32260 32046 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 43 0 253030845 28249440256 1199541 33554432000 4194304 4196468 140721302911376 139755662509152 139756988356309 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32273] ppid=32257 vsize=27587344 memory=7528 CPUtime=0 cores=0-7
/proc/32260/task/32273/stat : 32273 (java) S 32257 32260 32046 0 -1 1077944384 88 0 0 0 0 0 0 0 20 0 43 0 253030846 28249440256 1199541 33554432000 4194304 4196468 140721302911376 139755661456256 139756988356309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32274] ppid=32257 vsize=27587344 memory=804 CPUtime=0 cores=0-7
/proc/32260/task/32274/stat : 32274 (java) S 32257 32260 32046 0 -1 1077944384 193 0 0 0 0 0 0 0 20 0 43 0 253030848 28249440256 1199541 33554432000 4194304 4196468 140721302911376 139755660404560 139756988364699 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32275] ppid=32257 vsize=27587344 memory=1692 CPUtime=4.46 cores=0-7
/proc/32260/task/32275/stat : 32275 (java) S 32257 32260 32046 0 -1 1077944384 15232 0 0 0 442 4 0 0 20 0 43 0 253030848 28249440256 1199541 33554432000 4194304 4196468 140721302911376 139755659352944 139756988357250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32276] ppid=32257 vsize=27587344 memory=912 CPUtime=4.74 cores=0-7
/proc/32260/task/32276/stat : 32276 (java) S 32257 32260 32046 0 -1 1077944384 19104 0 0 0 469 5 0 0 20 0 43 0 253030848 28249440256 1199541 33554432000 4194304 4196468 140721302911376 139755658300144 139756988357250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32277] ppid=32257 vsize=27587344 memory=4140 CPUtime=4.36 cores=0-7
/proc/32260/task/32277/stat : 32277 (java) S 32257 32260 32046 0 -1 1077944384 14107 0 0 0 432 4 0 0 20 0 43 0 253030848 28249440256 1199541 33554432000 4194304 4196468 140721302911376 139755657247344 139756988357250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32278] ppid=32257 vsize=27587344 memory=4108 CPUtime=1.83 cores=0-7
/proc/32260/task/32278/stat : 32278 (java) S 32257 32260 32046 0 -1 1077944384 18365 0 0 0 180 3 0 0 20 0 43 0 253030848 28249440256 1199541 33554432000 4194304 4196468 140721302911376 139755656194544 139756988357250 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32279] ppid=32257 vsize=27587344 memory=1408 CPUtime=0 cores=0-7
/proc/32260/task/32279/stat : 32279 (java) S 32257 32260 32046 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 43 0 253030848 28249440256 1199541 33554432000 4194304 4196468 140721302911376 139755655141984 139756988356309 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32280] ppid=32257 vsize=27587344 memory=3980 CPUtime=0.74 cores=0-7
/proc/32260/task/32280/stat : 32280 (java) S 32257 32260 32046 0 -1 1077944384 4303 0 0 0 32 42 0 0 20 0 43 0 253030848 28249440256 1199541 33554432000 4194304 4196468 140721302911376 139755654089264 139756988357250 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32281] ppid=32257 vsize=27587344 memory=4796980 CPUtime=0 cores=0-7
/proc/32260/task/32281/stat : 32281 (java) S 32257 32260 32046 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 43 0 253031500 28249440256 1199541 33554432000 4194304 4196468 140721302911376 139755640648320 139756988356309 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32282] ppid=32257 vsize=27587344 memory=247352 CPUtime=2 cores=0-7
/proc/32260/task/32282/stat : 32282 (java) S 32257 32260 32046 0 -1 1077944384 8115 0 0 0 135 65 0 0 20 0 43 0 253031516 28249440256 1199541 33554432000 4194304 4196468 140721302911376 139755637498544 139756988357250 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32283] ppid=32257 vsize=27587344 memory=248141 CPUtime=2495.06 cores=0-7
/proc/32260/task/32283/stat : 32283 (java) R 32257 32260 32046 0 -1 4202560 50404 0 0 0 249454 52 0 0 20 0 43 0 253031531 28249440256 1199541 33554432000 4194304 4196468 140721302911376 139755634343632 139756589526686 0 4 0 16800975 0 0 0 -1 2 0 0 28 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32284] ppid=32257 vsize=27587344 memory=75 CPUtime=2480.94 cores=0-7
/proc/32260/task/32284/stat : 32284 (java) R 32257 32260 32046 0 -1 4202560 50150 0 0 0 248040 54 0 0 20 0 43 0 253031532 28249440256 1199541 33554432000 4194304 4196468 140721302911376 139755633289288 139756589496313 0 4 0 16800975 0 0 0 -1 7 0 0 25 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32285] ppid=32257 vsize=27587344 memory=4126316290023845779 CPUtime=2485.26 cores=0-7
/proc/32260/task/32285/stat : 32285 (java) R 32257 32260 32046 0 -1 4202560 81589 0 0 0 248460 66 0 0 20 0 43 0 253031532 28249440256 1199541 33554432000 4194304 4196468 140721302911376 139755632236824 139756576155014 0 4 0 16800975 0 0 0 -1 1 0 0 26 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32286] ppid=32257 vsize=27587344 memory=13940 CPUtime=2493.24 cores=0-7
/proc/32260/task/32286/stat : 32286 (java) R 32257 32260 32046 0 -1 4202560 60020 0 0 0 249266 58 0 0 20 0 43 0 253031532 28249440256 1199541 33554432000 4194304 4196468 140721302911376 139755631183888 139756589496503 0 4 0 16800975 0 0 0 -1 0 0 0 23 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32287] ppid=32257 vsize=27587344 memory=12552 CPUtime=0.76 cores=0-7
/proc/32260/task/32287/stat : 32287 (java) R 32257 32260 32046 0 -1 4202560 622 0 0 0 76 0 0 0 20 0 43 0 253031538 28249440256 1199541 33554432000 4194304 4196468 140721302911376 139755628037392 139756988358038 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32288] ppid=32257 vsize=27587344 memory=37868 CPUtime=2491.17 cores=0-7
/proc/32260/task/32288/stat : 32288 (java) R 32257 32260 32046 0 -1 4202560 53992 0 0 0 249062 55 0 0 20 0 43 0 253031538 28249440256 1199541 33554432000 4194304 4196468 140721302911376 139755626980976 139756589159200 0 4 0 16800975 0 0 0 -1 5 0 0 27 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32289] ppid=32257 vsize=27587344 memory=2324 CPUtime=2488.38 cores=0-7
/proc/32260/task/32289/stat : 32289 (java) R 32257 32260 32046 0 -1 4202560 83323 0 0 0 248780 58 0 0 20 0 43 0 253031538 28249440256 1199541 33554432000 4194304 4196468 140721302911376 139755625928472 139756589526686 0 4 0 16800975 0 0 0 -1 6 0 0 26 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32290] ppid=32257 vsize=27587344 memory=1580 CPUtime=2494.51 cores=0-7
/proc/32260/task/32290/stat : 32290 (java) R 32257 32260 32046 0 -1 4202560 76085 0 0 0 249377 74 0 0 20 0 43 0 253031539 28249440256 1199541 33554432000 4194304 4196468 140721302911376 139755624875672 139756589526686 0 4 0 16800975 0 0 0 -1 4 0 0 21 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32291] ppid=32257 vsize=27587344 memory=496 CPUtime=2482.72 cores=0-7
/proc/32260/task/32291/stat : 32291 (java) R 32257 32260 32046 0 -1 4202560 64122 0 0 0 248212 60 0 0 20 0 43 0 253031541 28249440256 1199541 33554432000 4194304 4196468 140721302911376 139755623823896 139756589896567 0 4 0 16800975 0 0 0 -1 3 0 0 21 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
[pid=32260/tid=32292] ppid=32257 vsize=27587344 memory=928 CPUtime=0.01 cores=0-7
/proc/32260/task/32292/stat : 32292 (java) S 32257 32260 32046 0 -1 1077944384 520 0 0 0 1 0 0 0 20 0 43 0 253031542 28249440256 1199541 33554432000 4194304 4196468 140721302911376 139755622778288 139756988356309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26386432 140721302918222 140721302918405 140721302918405 140721302921167 0
Current children cumulated CPU time: 20042.3 s
Current children cumulated vsize: 27587344 KiB
Current children cumulated memory: 4798164 KiB

Child status: 143
Real time (s): 2520.48
CPU time (s): 20042.6
CPU user time (s): 20022.9
CPU system time (s): 19.6766
CPU usage (%): 795.188
Max. virtual memory (cumulated for all children) (KiB): 27587344
Max. memory (cumulated for all children) (KiB): 5181492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20022.9
system time used= 19.6766
maximum resident set size= 5185836
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1913024
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3064
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 376322
involuntary context switches= 425884


# summary of solver processes directly reported to runsolver:
#   pid: 32260
#   total CPU time (s): 20042.6
#   total CPU user time (s): 20022.9
#   total CPU system time (s): 19.6766

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 23.4834 second user time and 28.2152 second system time

The end

Launcher Data

Begin job on node136 at 2018-08-15 19:37:57
IDJOB=4308888
IDBENCH=141050
IDSOLVER=2793
FILE ID=node136/4308888-1534354677
RUNJOBID= node136-1534352155-32073
PBS_JOBID= 21038252
Free space on /tmp= 46332 MiB

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

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

MD5SUM BENCH= 08877e0fafa48cd5ca524d34b6939bef
RANDOM SEED=187303852

node136.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.50
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.50
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.50
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.50
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:        24605360 kB
MemAvailable:   31894692 kB
Buffers:          144648 kB
Cached:          7392464 kB
SwapCached:           16 kB
Active:          3927324 kB
Inactive:        3662540 kB
Active(anon):       4552 kB
Inactive(anon):   109068 kB
Active(file):    3922772 kB
Inactive(file):  3553472 kB
Unevictable:        7380 kB
Mlocked:            7380 kB
SwapTotal:      67108860 kB
SwapFree:       67108172 kB
Dirty:             36200 kB
Writeback:             0 kB
AnonPages:         62404 kB
Mapped:            54916 kB
Shmem:             57768 kB
Slab:             269904 kB
SReclaimable:     241548 kB
SUnreclaim:        28356 kB
KernelStack:        3232 kB
PageTables:         5172 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     357228 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 46296 MiB
End job on node136 at 2018-08-15 20:19:57