Trace number 4308891

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) 20040.7 2520.43

General information on the benchmark

NameNurseRostering/
NurseRostering-18_c18.xml
MD5SUM2080050c46f9199df44cd86a0d29de9d
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 variables3286
Number of constraints8967
Number of domains16
Minimum domain size1
Maximum domain size85
Distribution of domain sizes[{"size":1,"count":96},{"size":2,"count":678},{"size":4,"count":1848},{"size":23,"count":588},{"size":41,"count":2},{"size":44,"count":16},{"size":85,"count":58}]
Minimum variable degree2
Maximum variable degree23
Distribution of variable degrees[{"degree":2,"count":1174},{"degree":3,"count":264},{"degree":13,"count":19},{"degree":14,"count":23},{"degree":15,"count":2},{"degree":16,"count":17},{"degree":17,"count":24},{"degree":18,"count":38},{"degree":19,"count":38},{"degree":20,"count":189},{"degree":21,"count":776},{"degree":22,"count":573},{"degree":23,"count":149}]
Minimum constraint arity2
Maximum constraint arity176
Distribution of constraint arities[{"arity":2,"count":3148},{"arity":3,"count":3608},{"arity":4,"count":22},{"arity":5,"count":320},{"arity":6,"count":1422},{"arity":12,"count":22},{"arity":23,"count":336},{"arity":85,"count":88},{"arity":176,"count":1}]
Number of extensional constraints2162
Number of intensional constraints986
Distribution of constraint types[{"type":"extension","count":2162},{"type":"intension","count":986},{"type":"regular","count":3608},{"type":"sum","count":44},{"type":"count","count":2166},{"type":"instantiation","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.66/0.56	c version: 2018-08-14
0.66/0.56	c seed: 793696307
0.66/0.56	c timeout: 20160
0.66/0.56	c memlimit: 22000
0.66/0.56	c nbcore: 8
0.66/0.59	c Parsing instance...
5.69/1.93	c Parsing done, starting search...
20037.68/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 (12396 MiB free)
  memory of node 1: 16384 MiB (10963 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4308891-1534355318/watcher-4308891-1534355318 -o /tmp/evaluation-result-4308891-1534355318/solver-4308891-1534355318 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node149-1534352796-28197 --watchdog 2580 java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 793696307 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4308891-1534355318.xml 

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

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


[startup+0.10067 s]*
/proc/loadavg: 8.52 8.73 8.25 3/198 28412
/proc/meminfo: memFree=23904792/32770624 swapFree=67105356/67108860
[pid=28392] ppid=28389 vsize=26103420 memory=30384 CPUtime=0.11 cores=0-7
/proc/28392/stat : 28392 (java) S 28389 28392 28170 0 -1 1077944320 7064 0 0 0 9 2 0 0 20 0 20 0 253095035 26729902080 7596 33554432000 4194304 4196468 140728465954192 140728465936736 140306110533367 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
/proc/28392/statm: 6525855 7596 3134 1 0 6487932 0
[pid=28392/tid=28394] ppid=28389 vsize=26103420 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/28392/task/28394/stat : 28394 (java) R 28389 28392 28170 0 -1 4202560 5140 0 0 0 8 1 0 0 20 0 20 0 253095036 26729902080 7596 33554432000 4194304 4196468 140728465954192 140306114746360 140306090809181 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28395] ppid=28389 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/28392/task/28395/stat : 28395 (java) S 28389 28392 28170 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253095037 26729902080 7596 33554432000 4194304 4196468 140728465954192 140306063154320 140306110543573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28396] ppid=28389 vsize=26103420 memory=139952086046336 CPUtime=0 cores=0-7
/proc/28392/task/28396/stat : 28396 (java) S 28389 28392 28170 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253095037 26729902080 7662 33554432000 4194304 4196468 140728465954192 140306062101520 140306110543573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28397] ppid=28389 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/28392/task/28397/stat : 28397 (java) S 28389 28392 28170 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253095037 26729902080 7662 33554432000 4194304 4196468 140728465954192 140306061048720 140306110543573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28398] ppid=28389 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/28392/task/28398/stat : 28398 (java) S 28389 28392 28170 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253095037 26729902080 7662 33554432000 4194304 4196468 140728465954192 140306059995920 140306110543573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28399] ppid=28389 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/28392/task/28399/stat : 28399 (java) S 28389 28392 28170 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253095037 26729902080 7662 33554432000 4194304 4196468 140728465954192 140306058943120 140306110543573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28400] ppid=28389 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/28392/task/28400/stat : 28400 (java) S 28389 28392 28170 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253095037 26729902080 7662 33554432000 4194304 4196468 140728465954192 140306057890320 140306110543573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28401] ppid=28389 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/28392/task/28401/stat : 28401 (java) S 28389 28392 28170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253095037 26729902080 7662 33554432000 4194304 4196468 140728465954192 140306056837520 140306110543573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28402] ppid=28389 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/28392/task/28402/stat : 28402 (java) S 28389 28392 28170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253095037 26729902080 7662 33554432000 4194304 4196468 140728465954192 140306055784720 140306110543573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28403] ppid=28389 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/28392/task/28403/stat : 28403 (java) S 28389 28392 28170 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253095038 26729902080 7662 33554432000 4194304 4196468 140728465954192 140304853044080 140306110544514 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28404] ppid=28389 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/28392/task/28404/stat : 28404 (java) S 28389 28392 28170 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 253095038 26729902080 7662 33554432000 4194304 4196468 140728465954192 140304851990048 140306110543573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28405] ppid=28389 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/28392/task/28405/stat : 28405 (java) S 28389 28392 28170 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 253095039 26729902080 7662 33554432000 4194304 4196468 140728465954192 140304850937200 140306110543573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28406] ppid=28389 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/28392/task/28406/stat : 28406 (java) S 28389 28392 28170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253095041 26729902080 7662 33554432000 4194304 4196468 140728465954192 140304849885520 140306110551963 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28407] ppid=28389 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/28392/task/28407/stat : 28407 (java) S 28389 28392 28170 0 -1 1077944384 306 0 0 0 0 0 0 0 20 0 20 0 253095041 26729902080 7728 33554432000 4194304 4196468 140728465954192 140304848832880 140306110544514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28408] ppid=28389 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/28392/task/28408/stat : 28408 (java) S 28389 28392 28170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253095041 26729902080 7728 33554432000 4194304 4196468 140728465954192 140304847780080 140306110544514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28409] ppid=28389 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/28392/task/28409/stat : 28409 (java) S 28389 28392 28170 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253095041 26729902080 7728 33554432000 4194304 4196468 140728465954192 140304846727280 140306110544514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28410] ppid=28389 vsize=26103420 memory=0 CPUtime=0.01 cores=0-7
/proc/28392/task/28410/stat : 28410 (java) S 28389 28392 28170 0 -1 1077944384 255 0 0 0 1 0 0 0 20 0 20 0 253095041 26729902080 7728 33554432000 4194304 4196468 140728465954192 140304845674480 140306110544514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28411] ppid=28389 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/28392/task/28411/stat : 28411 (java) S 28389 28392 28170 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253095041 26729902080 7728 33554432000 4194304 4196468 140728465954192 140304844622944 140306110543573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28412] ppid=28389 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/28392/task/28412/stat : 28412 (java) S 28389 28392 28170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253095042 26729902080 7728 33554432000 4194304 4196468 140728465954192 140304843570224 140306110544514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 30384 KiB

[startup+0.209906 s]*
/proc/loadavg: 8.52 8.73 8.25 3/198 28412
/proc/meminfo: memFree=23892592/32770624 swapFree=67105356/67108860
[pid=28392] ppid=28389 vsize=26103420 memory=42936 CPUtime=0.29 cores=0-7
/proc/28392/stat : 28392 (java) S 28389 28392 28170 0 -1 1077944320 10409 0 0 0 27 2 0 0 20 0 20 0 253095035 26729902080 10734 33554432000 4194304 4196468 140728465954192 140728465936736 140306110533367 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
/proc/28392/statm: 6525855 10734 3325 1 0 6487932 0
[pid=28392/tid=28394] ppid=28389 vsize=26103420 memory=4026531975 CPUtime=0.19 cores=0-7
/proc/28392/task/28394/stat : 28394 (java) R 28389 28392 28170 0 -1 4202560 8143 0 0 0 18 1 0 0 20 0 20 0 253095036 26729902080 10734 33554432000 4194304 4196468 140728465954192 140306114757936 140306110545302 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28395] ppid=28389 vsize=26103420 memory=9264 CPUtime=0 cores=0-7
/proc/28392/task/28395/stat : 28395 (java) S 28389 28392 28170 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253095037 26729902080 10734 33554432000 4194304 4196468 140728465954192 140306063154320 140306110543573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28396] ppid=28389 vsize=26103420 memory=288370328237758080 CPUtime=0 cores=0-7
/proc/28392/task/28396/stat : 28396 (java) S 28389 28392 28170 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253095037 26729902080 10734 33554432000 4194304 4196468 140728465954192 140306062101520 140306110543573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28397] ppid=28389 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/28392/task/28397/stat : 28397 (java) S 28389 28392 28170 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253095037 26729902080 10734 33554432000 4194304 4196468 140728465954192 140306061048720 140306110543573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28398] ppid=28389 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/28392/task/28398/stat : 28398 (java) S 28389 28392 28170 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253095037 26729902080 10734 33554432000 4194304 4196468 140728465954192 140306059995920 140306110543573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28399] ppid=28389 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/28392/task/28399/stat : 28399 (java) S 28389 28392 28170 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253095037 26729902080 10734 33554432000 4194304 4196468 140728465954192 140306058943120 140306110543573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28400] ppid=28389 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/28392/task/28400/stat : 28400 (java) S 28389 28392 28170 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253095037 26729902080 10734 33554432000 4194304 4196468 140728465954192 140306057890320 140306110543573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28401] ppid=28389 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/28392/task/28401/stat : 28401 (java) S 28389 28392 28170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253095037 26729902080 10734 33554432000 4194304 4196468 140728465954192 140306056837520 140306110543573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28402] ppid=28389 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/28392/task/28402/stat : 28402 (java) S 28389 28392 28170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253095037 26729902080 10734 33554432000 4194304 4196468 140728465954192 140306055784720 140306110543573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28403] ppid=28389 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/28392/task/28403/stat : 28403 (java) S 28389 28392 28170 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 253095038 26729902080 10734 33554432000 4194304 4196468 140728465954192 140304853044080 140306110544514 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28404] ppid=28389 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/28392/task/28404/stat : 28404 (java) S 28389 28392 28170 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 253095038 26729902080 10734 33554432000 4194304 4196468 140728465954192 140304851990048 140306110543573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28405] ppid=28389 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/28392/task/28405/stat : 28405 (java) S 28389 28392 28170 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 253095039 26729902080 10734 33554432000 4194304 4196468 140728465954192 140304850937200 140306110543573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28406] ppid=28389 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/28392/task/28406/stat : 28406 (java) S 28389 28392 28170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253095041 26729902080 10734 33554432000 4194304 4196468 140728465954192 140304849885520 140306110551963 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28407] ppid=28389 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/28392/task/28407/stat : 28407 (java) S 28389 28392 28170 0 -1 1077944384 346 0 0 0 0 0 0 0 20 0 20 0 253095041 26729902080 10734 33554432000 4194304 4196468 140728465954192 140304848832880 140306110544514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28408] ppid=28389 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/28392/task/28408/stat : 28408 (java) S 28389 28392 28170 0 -1 1077944384 154 0 0 0 0 0 0 0 20 0 20 0 253095041 26729902080 10734 33554432000 4194304 4196468 140728465954192 140304847780080 140306110544514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28409] ppid=28389 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/28392/task/28409/stat : 28409 (java) S 28389 28392 28170 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 20 0 253095041 26729902080 10734 33554432000 4194304 4196468 140728465954192 140304846727280 140306110544514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28410] ppid=28389 vsize=26103420 memory=0 CPUtime=0.06 cores=0-7
/proc/28392/task/28410/stat : 28410 (java) R 28389 28392 28170 0 -1 4202560 329 0 0 0 6 0 0 0 20 0 20 0 253095041 26729902080 10734 33554432000 4194304 4196468 140728465954192 140304845674480 140306110545302 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28411] ppid=28389 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/28392/task/28411/stat : 28411 (java) S 28389 28392 28170 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253095041 26729902080 10734 33554432000 4194304 4196468 140728465954192 140304844622944 140306110543573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28412] ppid=28389 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/28392/task/28412/stat : 28412 (java) S 28389 28392 28170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253095042 26729902080 10734 33554432000 4194304 4196468 140728465954192 140304843570224 140306110544514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 42936 KiB

[startup+0.310165 s]*
/proc/loadavg: 8.52 8.73 8.25 2/198 28412
/proc/meminfo: memFree=23889180/32770624 swapFree=67105356/67108860
[pid=28392] ppid=28389 vsize=26103420 memory=46720 CPUtime=0.43 cores=0-7
/proc/28392/stat : 28392 (java) S 28389 28392 28170 0 -1 1077944320 10855 0 0 0 40 3 0 0 20 0 20 0 253095035 26729902080 11680 33554432000 4194304 4196468 140728465954192 140728465936736 140306110533367 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
/proc/28392/statm: 6525855 11680 3369 1 0 6487932 0
[pid=28392/tid=28394] ppid=28389 vsize=26103420 memory=6791534058613427641 CPUtime=0.3 cores=0-7
/proc/28392/task/28394/stat : 28394 (java) R 28389 28392 28170 0 -1 4202560 8497 0 0 0 28 2 0 0 20 0 20 0 253095036 26729902080 11680 33554432000 4194304 4196468 140728465954192 140306114695104 140306090808519 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28395] ppid=28389 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/28392/task/28395/stat : 28395 (java) S 28389 28392 28170 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253095037 26729902080 11680 33554432000 4194304 4196468 140728465954192 140306063154320 140306110543573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28396] ppid=28389 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/28392/task/28396/stat : 28396 (java) S 28389 28392 28170 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253095037 26729902080 11680 33554432000 4194304 4196468 140728465954192 140306062101520 140306110543573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28397] ppid=28389 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/28392/task/28397/stat : 28397 (java) S 28389 28392 28170 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253095037 26729902080 11680 33554432000 4194304 4196468 140728465954192 140306061048720 140306110543573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28398] ppid=28389 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/28392/task/28398/stat : 28398 (java) S 28389 28392 28170 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253095037 26729902080 11680 33554432000 4194304 4196468 140728465954192 140306059995920 140306110543573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28399] ppid=28389 vsize=26103420 memory=2244 CPUtime=0 cores=0-7
/proc/28392/task/28399/stat : 28399 (java) S 28389 28392 28170 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253095037 26729902080 11680 33554432000 4194304 4196468 140728465954192 140306058943120 140306110543573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28400] ppid=28389 vsize=26103420 memory=139951979197359 CPUtime=0 cores=0-7
/proc/28392/task/28400/stat : 28400 (java) S 28389 28392 28170 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253095037 26729902080 11680 33554432000 4194304 4196468 140728465954192 140306057890320 140306110543573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28401] ppid=28389 vsize=26103420 memory=139951979199664 CPUtime=0 cores=0-7
/proc/28392/task/28401/stat : 28401 (java) S 28389 28392 28170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253095037 26729902080 11680 33554432000 4194304 4196468 140728465954192 140306056837520 140306110543573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28402] ppid=28389 vsize=26103420 memory=139951979201968 CPUtime=0 cores=0-7
/proc/28392/task/28402/stat : 28402 (java) S 28389 28392 28170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253095037 26729902080 11680 33554432000 4194304 4196468 140728465954192 140306055784720 140306110543573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28403] ppid=28389 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/28392/task/28403/stat : 28403 (java) S 28389 28392 28170 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 253095038 26729902080 11680 33554432000 4194304 4196468 140728465954192 140304853044080 140306110544514 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28404] ppid=28389 vsize=26103420 memory=279903958410896 CPUtime=0 cores=0-7
/proc/28392/task/28404/stat : 28404 (java) S 28389 28392 28170 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 253095038 26729902080 11680 33554432000 4194304 4196468 140728465954192 140304851990048 140306110543573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28405] ppid=28389 vsize=26103420 memory=279903958417808 CPUtime=0 cores=0-7
/proc/28392/task/28405/stat : 28405 (java) S 28389 28392 28170 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 253095039 26729902080 11680 33554432000 4194304 4196468 140728465954192 140304850937200 140306110543573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28406] ppid=28389 vsize=26103420 memory=279903958359088 CPUtime=0 cores=0-7
/proc/28392/task/28406/stat : 28406 (java) S 28389 28392 28170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253095041 26729902080 11680 33554432000 4194304 4196468 140728465954192 140304849885520 140306110551963 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28407] ppid=28389 vsize=26103420 memory=279903958431632 CPUtime=0.01 cores=0-7
/proc/28392/task/28407/stat : 28407 (java) S 28389 28392 28170 0 -1 1077944384 346 0 0 0 1 0 0 0 20 0 20 0 253095041 26729902080 11680 33554432000 4194304 4196468 140728465954192 140304848832880 140306110544514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28408] ppid=28389 vsize=26103420 memory=279903958438544 CPUtime=0.01 cores=0-7
/proc/28392/task/28408/stat : 28408 (java) S 28389 28392 28170 0 -1 1077944384 220 0 0 0 1 0 0 0 20 0 20 0 253095041 26729902080 11680 33554432000 4194304 4196468 140728465954192 140304847780080 140306110544514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28409] ppid=28389 vsize=26103420 memory=279903958436240 CPUtime=0 cores=0-7
/proc/28392/task/28409/stat : 28409 (java) S 28389 28392 28170 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 20 0 253095041 26729902080 11680 33554432000 4194304 4196468 140728465954192 140304846727280 140306110544514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28410] ppid=28389 vsize=26103420 memory=279903958452848 CPUtime=0.07 cores=0-7
/proc/28392/task/28410/stat : 28410 (java) S 28389 28392 28170 0 -1 1077944384 346 0 0 0 7 0 0 0 20 0 20 0 253095041 26729902080 11680 33554432000 4194304 4196468 140728465954192 140304845674480 140306110544514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28411] ppid=28389 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/28392/task/28411/stat : 28411 (java) S 28389 28392 28170 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253095041 26729902080 11680 33554432000 4194304 4196468 140728465954192 140304844622944 140306110543573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28412] ppid=28389 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/28392/task/28412/stat : 28412 (java) S 28389 28392 28170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253095042 26729902080 11680 33554432000 4194304 4196468 140728465954192 140304843570224 140306110544514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 46720 KiB

[startup+0.700896 s]
/proc/loadavg: 8.52 8.73 8.25 2/198 28412
/proc/meminfo: memFree=23865624/32770624 swapFree=67105356/67108860
[pid=28392] ppid=28389 vsize=26105488 memory=85448 CPUtime=0.98 cores=0-7
/proc/28392/stat : 28392 (java) S 28389 28392 28170 0 -1 1077944320 17774 0 0 0 92 6 0 0 20 0 20 0 253095035 26732019712 21362 33554432000 4194304 4196468 140728465954192 140728465936736 140306110533367 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
/proc/28392/statm: 6526372 21362 3497 1 0 6488444 0
[pid=28392/tid=28394] ppid=28389 vsize=26105488 memory=0 CPUtime=0.67 cores=0-7
/proc/28392/task/28394/stat : 28394 (java) R 28389 28392 28170 0 -1 4202560 14955 0 0 0 63 4 0 0 20 0 20 0 253095036 26732019712 21362 33554432000 4194304 4196468 140728465954192 140306114757536 140306103639094 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28395] ppid=28389 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/28392/task/28395/stat : 28395 (java) S 28389 28392 28170 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253095037 26732019712 21362 33554432000 4194304 4196468 140728465954192 140306063154320 140306110543573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28396] ppid=28389 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/28392/task/28396/stat : 28396 (java) S 28389 28392 28170 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253095037 26732019712 21362 33554432000 4194304 4196468 140728465954192 140306062101520 140306110543573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28397] ppid=28389 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/28392/task/28397/stat : 28397 (java) S 28389 28392 28170 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253095037 26732019712 21362 33554432000 4194304 4196468 140728465954192 140306061048720 140306110543573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28398] ppid=28389 vsize=26105488 memory=4632 CPUtime=0 cores=0-7
/proc/28392/task/28398/stat : 28398 (java) S 28389 28392 28170 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253095037 26732019712 21362 33554432000 4194304 4196468 140728465954192 140306059995920 140306110543573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28399] ppid=28389 vsize=26105488 memory=3644 CPUtime=0 cores=0-7
/proc/28392/task/28399/stat : 28399 (java) S 28389 28392 28170 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253095037 26732019712 21362 33554432000 4194304 4196468 140728465954192 140306058943120 140306110543573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28400] ppid=28389 vsize=26105488 memory=1268 CPUtime=0 cores=0-7
/proc/28392/task/28400/stat : 28400 (java) S 28389 28392 28170 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253095037 26732019712 21362 33554432000 4194304 4196468 140728465954192 140306057890320 140306110543573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28401] ppid=28389 vsize=26105488 memory=1124 CPUtime=0 cores=0-7
/proc/28392/task/28401/stat : 28401 (java) S 28389 28392 28170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253095037 26732019712 21362 33554432000 4194304 4196468 140728465954192 140306056837520 140306110543573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28402] ppid=28389 vsize=26105488 memory=14884 CPUtime=0 cores=0-7
/proc/28392/task/28402/stat : 28402 (java) S 28389 28392 28170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253095037 26732019712 21362 33554432000 4194304 4196468 140728465954192 140306055784720 140306110543573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28403] ppid=28389 vsize=26105488 memory=3316 CPUtime=0 cores=0-7
/proc/28392/task/28403/stat : 28403 (java) S 28389 28392 28170 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 253095038 26732019712 21362 33554432000 4194304 4196468 140728465954192 140304853044080 140306110544514 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0

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

[pid=28392/tid=28396] ppid=28389 vsize=26987240 memory=5478264 CPUtime=11.7 cores=0-7
/proc/28392/task/28396/stat : 28396 (java) S 28389 28392 28170 0 -1 1077944384 156780 0 0 0 996 174 0 0 20 0 33 0 253095037 27634933760 1369822 33554432000 4194304 4196468 140728465954192 140306062101520 140306110543573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 65 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28397] ppid=28389 vsize=26987240 memory=5479288 CPUtime=11.81 cores=0-7
/proc/28392/task/28397/stat : 28397 (java) S 28389 28392 28170 0 -1 1077944384 169554 0 0 0 1001 180 0 0 20 0 33 0 253095037 27634933760 1369822 33554432000 4194304 4196468 140728465954192 140306061048720 140306110543573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 62 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28398] ppid=28389 vsize=26987240 memory=7954035780532721256 CPUtime=11.68 cores=0-7
/proc/28392/task/28398/stat : 28398 (java) S 28389 28392 28170 0 -1 1077944384 158836 0 0 0 993 175 0 0 20 0 33 0 253095037 27634933760 1369822 33554432000 4194304 4196468 140728465954192 140306059995920 140306110543573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 66 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28399] ppid=28389 vsize=26987240 memory=244091581423102 CPUtime=11.71 cores=0-7
/proc/28392/task/28399/stat : 28399 (java) S 28389 28392 28170 0 -1 1077944384 159754 0 0 0 996 175 0 0 20 0 33 0 253095037 27634933760 1369822 33554432000 4194304 4196468 140728465954192 140306058943120 140306110543573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 66 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28400] ppid=28389 vsize=26987240 memory=244091581423102 CPUtime=11.77 cores=0-7
/proc/28392/task/28400/stat : 28400 (java) S 28389 28392 28170 0 -1 1077944384 149757 0 0 0 994 183 0 0 20 0 33 0 253095037 27634933760 1369822 33554432000 4194304 4196468 140728465954192 140306057890320 140306110543573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 64 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28401] ppid=28389 vsize=26987240 memory=0 CPUtime=11.77 cores=0-7
/proc/28392/task/28401/stat : 28401 (java) S 28389 28392 28170 0 -1 1077944384 150519 0 0 0 998 179 0 0 20 0 33 0 253095037 27634933760 1369822 33554432000 4194304 4196468 140728465954192 140306056837520 140306110543573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 66 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28402] ppid=28389 vsize=26987240 memory=453 CPUtime=11.78 cores=0-7
/proc/28392/task/28402/stat : 28402 (java) S 28389 28392 28170 0 -1 1077944384 160417 0 0 0 999 179 0 0 20 0 33 0 253095037 27634933760 1369822 33554432000 4194304 4196468 140728465954192 140306055784720 140306110543573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 63 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28403] ppid=28389 vsize=26987240 memory=5479296 CPUtime=1.76 cores=0-7
/proc/28392/task/28403/stat : 28403 (java) S 28389 28392 28170 0 -1 1077944384 65051 0 0 0 151 25 0 0 20 0 33 0 253095038 27634933760 1369822 33554432000 4194304 4196468 140728465954192 140304853044080 140306110544514 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28404] ppid=28389 vsize=26987240 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/28392/task/28404/stat : 28404 (java) S 28389 28392 28170 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 33 0 253095038 27634933760 1369822 33554432000 4194304 4196468 140728465954192 140304851990112 140306110543573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28405] ppid=28389 vsize=26987240 memory=1404 CPUtime=0 cores=0-7
/proc/28392/task/28405/stat : 28405 (java) S 28389 28392 28170 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 33 0 253095039 27634933760 1369822 33554432000 4194304 4196468 140728465954192 140304850937216 140306110543573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28406] ppid=28389 vsize=26987240 memory=4040 CPUtime=0 cores=0-7
/proc/28392/task/28406/stat : 28406 (java) S 28389 28392 28170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 33 0 253095041 27634933760 1369822 33554432000 4194304 4196468 140728465954192 140304849885520 140306110551963 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28407] ppid=28389 vsize=26987240 memory=0 CPUtime=4.53 cores=0-7
/proc/28392/task/28407/stat : 28407 (java) S 28389 28392 28170 0 -1 1077944384 20348 0 0 0 449 4 0 0 20 0 33 0 253095041 27634933760 1369822 33554432000 4194304 4196468 140728465954192 140304848832880 140306110544514 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28408] ppid=28389 vsize=26987240 memory=54 CPUtime=4.55 cores=0-7
/proc/28392/task/28408/stat : 28408 (java) S 28389 28392 28170 0 -1 1077944384 19982 0 0 0 452 3 0 0 20 0 33 0 253095041 27634933760 1369822 33554432000 4194304 4196468 140728465954192 140304847780080 140306110544514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28409] ppid=28389 vsize=26987240 memory=3472328296227679313 CPUtime=4.32 cores=0-7
/proc/28392/task/28409/stat : 28409 (java) S 28389 28392 28170 0 -1 1077944384 20194 0 0 0 429 3 0 0 20 0 33 0 253095041 27634933760 1369822 33554432000 4194304 4196468 140728465954192 140304846727280 140306110544514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28410] ppid=28389 vsize=26987240 memory=7235426896401819246 CPUtime=1.95 cores=0-7
/proc/28392/task/28410/stat : 28410 (java) S 28389 28392 28170 0 -1 1077944384 83215 0 0 0 182 13 0 0 20 0 33 0 253095041 27634933760 1369822 33554432000 4194304 4196468 140728465954192 140304845674480 140306110544514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28411] ppid=28389 vsize=26987240 memory=0 CPUtime=0 cores=0-7
/proc/28392/task/28411/stat : 28411 (java) S 28389 28392 28170 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 33 0 253095041 27634933760 1369822 33554432000 4194304 4196468 140728465954192 140304844622944 140306110543573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28412] ppid=28389 vsize=26987240 memory=7518306954466519125 CPUtime=0.94 cores=0-7
/proc/28392/task/28412/stat : 28412 (java) S 28389 28392 28170 0 -1 1077944384 5869 0 0 0 57 37 0 0 20 0 33 0 253095042 27634933760 1369822 33554432000 4194304 4196468 140728465954192 140304843570224 140306110544514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 46 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28413] ppid=28389 vsize=26987240 memory=0 CPUtime=0.02 cores=0-7
/proc/28392/task/28413/stat : 28413 (java) S 28389 28392 28170 0 -1 1077944384 7075 0 0 0 2 0 0 0 20 0 33 0 253095649 27634933760 1369822 33554432000 4194304 4196468 140728465954192 140304762004528 140306110543573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28414] ppid=28389 vsize=26987240 memory=5479292 CPUtime=4.72 cores=0-7
/proc/28392/task/28414/stat : 28414 (java) S 28389 28392 28170 0 -1 1077944384 9755 0 0 0 273 199 0 0 20 0 33 0 253095665 27634933760 1369822 33554432000 4194304 4196468 140728465954192 140304758854944 140306110544514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28415] ppid=28389 vsize=26987240 memory=5479292 CPUtime=2235.63 cores=0-7
/proc/28392/task/28415/stat : 28415 (java) S 28389 28392 28170 0 -1 1077944384 71074 0 0 0 223482 81 0 0 20 0 33 0 253095680 27634933760 1369822 33554432000 4194304 4196468 140728465954192 140304755705104 140306110543573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 29 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28416] ppid=28389 vsize=26987240 memory=5481360 CPUtime=1056.44 cores=0-7
/proc/28392/task/28416/stat : 28416 (java) S 28389 28392 28170 0 -1 1077944384 70241 0 0 0 105574 70 0 0 20 0 33 0 253095681 27634933760 1369822 33554432000 4194304 4196468 140728465954192 140304754652304 140306110543573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 10 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28417] ppid=28389 vsize=26987240 memory=68756 CPUtime=1821.54 cores=0-7
/proc/28392/task/28417/stat : 28417 (java) R 28389 28392 28170 0 -1 4202560 57511 0 0 0 182092 62 0 0 20 0 33 0 253095681 27634933760 1369822 33554432000 4194304 4196468 140728465954192 140304753592136 140305738202945 0 4 0 16800975 0 0 0 -1 3 0 0 28 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28418] ppid=28389 vsize=26987240 memory=1100 CPUtime=1851.1 cores=0-7
/proc/28392/task/28418/stat : 28418 (java) R 28389 28392 28170 0 -1 4202560 72249 0 0 0 185058 52 0 0 20 0 33 0 253095687 27634933760 1369822 33554432000 4194304 4196468 140728465954192 140304750442184 140305729177767 0 4 0 16800975 0 0 0 -1 5 0 0 16 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28419] ppid=28389 vsize=26987240 memory=5479296 CPUtime=1680.6 cores=0-7
/proc/28392/task/28419/stat : 28419 (java) R 28389 28392 28170 0 -1 4202560 62704 0 0 0 168005 55 0 0 20 0 33 0 253095687 27634933760 1369822 33554432000 4194304 4196468 140728465954192 140304749389960 140305737948732 0 4 0 16800975 0 0 0 -1 0 0 0 19 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28420] ppid=28389 vsize=26987240 memory=1176 CPUtime=1570.33 cores=0-7
/proc/28392/task/28420/stat : 28420 (java) R 28389 28392 28170 0 -1 4202560 50122 0 0 0 156979 54 0 0 20 0 33 0 253095687 27634933760 1369822 33554432000 4194304 4196468 140728465954192 140304748339504 140305741086428 0 4 0 16800975 0 0 0 -1 4 0 0 19 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28421] ppid=28389 vsize=26987240 memory=492 CPUtime=2430.3 cores=0-7
/proc/28392/task/28421/stat : 28421 (java) R 28389 28392 28170 0 -1 4202560 83897 0 0 0 242933 97 0 0 20 0 33 0 253095688 27634933760 1369822 33554432000 4194304 4196468 140728465954192 140304747285888 140305737947959 0 4 0 16800975 0 0 0 -1 6 0 0 24 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28422] ppid=28389 vsize=26987240 memory=3812 CPUtime=1632.85 cores=0-7
/proc/28392/task/28422/stat : 28422 (java) R 28389 28392 28170 0 -1 4202560 67123 0 0 0 163226 59 0 0 20 0 33 0 253095688 27634933760 1369822 33554432000 4194304 4196468 140728465954192 140304746232120 140305737948050 0 4 0 16800975 0 0 0 -1 1 0 0 22 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28423] ppid=28389 vsize=26987240 memory=5478264 CPUtime=1699.68 cores=0-7
/proc/28392/task/28423/stat : 28423 (java) S 28389 28392 28170 0 -1 1077944384 61852 0 0 0 169895 73 0 0 20 0 33 0 253095689 27634933760 1369822 33554432000 4194304 4196468 140728465954192 140304745186576 140306110543573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 19 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28424] ppid=28389 vsize=26987240 memory=1752 CPUtime=2276.43 cores=0-7
/proc/28392/task/28424/stat : 28424 (java) R 28389 28392 28170 0 -1 4202560 86765 0 0 0 227541 102 0 0 20 0 33 0 253095689 27634933760 1369822 33554432000 4194304 4196468 140728465954192 140304744125864 140305737680069 0 4 0 16800975 0 0 0 -1 7 0 0 25 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28425] ppid=28389 vsize=26987240 memory=856 CPUtime=1519.06 cores=0-7
/proc/28392/task/28425/stat : 28425 (java) R 28389 28392 28170 0 -1 4202560 49972 0 0 0 151850 56 0 0 20 0 33 0 253095690 27634933760 1369822 33554432000 4194304 4196468 140728465954192 140304743073416 140305737501146 0 4 0 16800975 0 0 0 -1 2 0 0 20 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
Current children cumulated CPU time: 19896.7 s
Current children cumulated vsize: 26987240 KiB
Current children cumulated memory: 5479288 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 9.29 8.91 8.78 9/211 28490
/proc/meminfo: memFree=18444040/32770624 swapFree=67105356/67108860
[pid=28392] ppid=28389 vsize=26987240 memory=5478252 CPUtime=20037.7 cores=0-7
/proc/28392/stat : 28392 (java) S 28389 28392 28170 0 -1 1077944320 2253738 0 0 0 2001512 2256 0 0 20 0 33 0 253095035 27634933760 1369563 33554432000 4194304 4196468 140728465954192 140728465936736 140306110533367 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
/proc/28392/statm: 6746810 1369563 3644 1 0 6708361 0
[pid=28392/tid=28394] ppid=28389 vsize=26987240 memory=9285 CPUtime=5.66 cores=0-7
/proc/28392/task/28394/stat : 28394 (java) S 28389 28392 28170 0 -1 1077944384 23972 0 0 0 550 16 0 0 20 0 33 0 253095036 27634933760 1369563 33554432000 4194304 4196468 140728465954192 140306114770832 140306110543573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28395] ppid=28389 vsize=26987240 memory=1388104 CPUtime=11.85 cores=0-7
/proc/28392/task/28395/stat : 28395 (java) S 28389 28392 28170 0 -1 1077944384 156232 0 0 0 1012 173 0 0 20 0 33 0 253095037 27634933760 1369563 33554432000 4194304 4196468 140728465954192 140306063154320 140306110543573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 64 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28396] ppid=28389 vsize=26987240 memory=1414355462422710185 CPUtime=11.8 cores=0-7
/proc/28392/task/28396/stat : 28396 (java) S 28389 28392 28170 0 -1 1077944384 156922 0 0 0 1006 174 0 0 20 0 33 0 253095037 27634933760 1369563 33554432000 4194304 4196468 140728465954192 140306062101520 140306110543573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 65 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28397] ppid=28389 vsize=26987240 memory=4126316290023845779 CPUtime=11.92 cores=0-7
/proc/28392/task/28397/stat : 28397 (java) S 28389 28392 28170 0 -1 1077944384 169722 0 0 0 1012 180 0 0 20 0 33 0 253095037 27634933760 1369563 33554432000 4194304 4196468 140728465954192 140306061048720 140306110543573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 63 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28398] ppid=28389 vsize=26987240 memory=1100 CPUtime=11.79 cores=0-7
/proc/28392/task/28398/stat : 28398 (java) S 28389 28392 28170 0 -1 1077944384 158981 0 0 0 1004 175 0 0 20 0 33 0 253095037 27634933760 1369563 33554432000 4194304 4196468 140728465954192 140306059995920 140306110543573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 67 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28399] ppid=28389 vsize=26987240 memory=2064 CPUtime=11.82 cores=0-7
/proc/28392/task/28399/stat : 28399 (java) S 28389 28392 28170 0 -1 1077944384 159880 0 0 0 1007 175 0 0 20 0 33 0 253095037 27634933760 1369563 33554432000 4194304 4196468 140728465954192 140306058943120 140306110543573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 66 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28400] ppid=28389 vsize=26987240 memory=1752 CPUtime=11.89 cores=0-7
/proc/28392/task/28400/stat : 28400 (java) S 28389 28392 28170 0 -1 1077944384 149873 0 0 0 1006 183 0 0 20 0 33 0 253095037 27634933760 1369563 33554432000 4194304 4196468 140728465954192 140306057890320 140306110543573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 64 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28401] ppid=28389 vsize=26987240 memory=856 CPUtime=11.88 cores=0-7
/proc/28392/task/28401/stat : 28401 (java) S 28389 28392 28170 0 -1 1077944384 150609 0 0 0 1009 179 0 0 20 0 33 0 253095037 27634933760 1369563 33554432000 4194304 4196468 140728465954192 140306056837520 140306110543573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 66 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28402] ppid=28389 vsize=26987240 memory=12468 CPUtime=11.88 cores=0-7
/proc/28392/task/28402/stat : 28402 (java) S 28389 28392 28170 0 -1 1077944384 160601 0 0 0 1009 179 0 0 20 0 33 0 253095037 27634933760 1369563 33554432000 4194304 4196468 140728465954192 140306055784720 140306110543573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 63 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28403] ppid=28389 vsize=26987240 memory=752 CPUtime=1.78 cores=0-7
/proc/28392/task/28403/stat : 28403 (java) S 28389 28392 28170 0 -1 1077944384 65060 0 0 0 153 25 0 0 20 0 33 0 253095038 27634933760 1369563 33554432000 4194304 4196468 140728465954192 140304853044080 140306110544514 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28404] ppid=28389 vsize=26987240 memory=1612 CPUtime=0 cores=0-7
/proc/28392/task/28404/stat : 28404 (java) S 28389 28392 28170 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 33 0 253095038 27634933760 1369563 33554432000 4194304 4196468 140728465954192 140304851990112 140306110543573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28405] ppid=28389 vsize=26987240 memory=1812 CPUtime=0 cores=0-7
/proc/28392/task/28405/stat : 28405 (java) S 28389 28392 28170 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 33 0 253095039 27634933760 1369563 33554432000 4194304 4196468 140728465954192 140304850937216 140306110543573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28406] ppid=28389 vsize=26987240 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/28392/task/28406/stat : 28406 (java) S 28389 28392 28170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 33 0 253095041 27634933760 1369563 33554432000 4194304 4196468 140728465954192 140304849885520 140306110551963 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28407] ppid=28389 vsize=26987240 memory=1564 CPUtime=4.53 cores=0-7
/proc/28392/task/28407/stat : 28407 (java) S 28389 28392 28170 0 -1 1077944384 20348 0 0 0 449 4 0 0 20 0 33 0 253095041 27634933760 1369563 33554432000 4194304 4196468 140728465954192 140304848832880 140306110544514 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28408] ppid=28389 vsize=26987240 memory=2192 CPUtime=4.55 cores=0-7
/proc/28392/task/28408/stat : 28408 (java) S 28389 28392 28170 0 -1 1077944384 19982 0 0 0 452 3 0 0 20 0 33 0 253095041 27634933760 1369563 33554432000 4194304 4196468 140728465954192 140304847780080 140306110544514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28409] ppid=28389 vsize=26987240 memory=3984 CPUtime=4.32 cores=0-7
/proc/28392/task/28409/stat : 28409 (java) S 28389 28392 28170 0 -1 1077944384 20194 0 0 0 429 3 0 0 20 0 33 0 253095041 27634933760 1369563 33554432000 4194304 4196468 140728465954192 140304846727280 140306110544514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28410] ppid=28389 vsize=26987240 memory=1928 CPUtime=1.95 cores=0-7
/proc/28392/task/28410/stat : 28410 (java) S 28389 28392 28170 0 -1 1077944384 83215 0 0 0 182 13 0 0 20 0 33 0 253095041 27634933760 1369563 33554432000 4194304 4196468 140728465954192 140304845674480 140306110544514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28411] ppid=28389 vsize=26987240 memory=7888 CPUtime=0 cores=0-7
/proc/28392/task/28411/stat : 28411 (java) S 28389 28392 28170 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 33 0 253095041 27634933760 1369563 33554432000 4194304 4196468 140728465954192 140304844622944 140306110543573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28412] ppid=28389 vsize=26987240 memory=804 CPUtime=0.96 cores=0-7
/proc/28392/task/28412/stat : 28412 (java) S 28389 28392 28170 0 -1 1077944384 5869 0 0 0 57 39 0 0 20 0 33 0 253095042 27634933760 1369563 33554432000 4194304 4196468 140728465954192 140304843570224 140306110544514 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 46 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28413] ppid=28389 vsize=26987240 memory=4100 CPUtime=0.02 cores=0-7
/proc/28392/task/28413/stat : 28413 (java) S 28389 28392 28170 0 -1 1077944384 7075 0 0 0 2 0 0 0 20 0 33 0 253095649 27634933760 1369563 33554432000 4194304 4196468 140728465954192 140304762004528 140306110543573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28414] ppid=28389 vsize=26987240 memory=1800 CPUtime=4.78 cores=0-7
/proc/28392/task/28414/stat : 28414 (java) S 28389 28392 28170 0 -1 1077944384 9763 0 0 0 273 205 0 0 20 0 33 0 253095665 27634933760 1369563 33554432000 4194304 4196468 140728465954192 140304758854944 140306110544514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28415] ppid=28389 vsize=26987240 memory=1064 CPUtime=2235.63 cores=0-7
/proc/28392/task/28415/stat : 28415 (java) S 28389 28392 28170 0 -1 1077944384 71074 0 0 0 223482 81 0 0 20 0 33 0 253095680 27634933760 1369563 33554432000 4194304 4196468 140728465954192 140304755705104 140306110543573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 29 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28416] ppid=28389 vsize=26987240 memory=6404 CPUtime=1056.44 cores=0-7
/proc/28392/task/28416/stat : 28416 (java) S 28389 28392 28170 0 -1 1077944384 70241 0 0 0 105574 70 0 0 20 0 33 0 253095681 27634933760 1369563 33554432000 4194304 4196468 140728465954192 140304754652304 140306110543573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 10 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28417] ppid=28389 vsize=26987240 memory=4632 CPUtime=1839.05 cores=0-7
/proc/28392/task/28417/stat : 28417 (java) R 28389 28392 28170 0 -1 4202560 57561 0 0 0 183842 63 0 0 20 0 33 0 253095681 27634933760 1369563 33554432000 4194304 4196468 140728465954192 140304753592000 140305737680301 0 4 0 16800975 0 0 0 -1 5 0 0 28 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28418] ppid=28389 vsize=26987240 memory=3644 CPUtime=1868.61 cores=0-7
/proc/28392/task/28418/stat : 28418 (java) R 28389 28392 28170 0 -1 4202560 72285 0 0 0 186809 52 0 0 20 0 33 0 253095687 27634933760 1369563 33554432000 4194304 4196468 140728465954192 140304750442048 140305738202933 0 4 0 16800975 0 0 0 -1 3 0 0 16 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28419] ppid=28389 vsize=26987240 memory=1268 CPUtime=1698.16 cores=0-7
/proc/28392/task/28419/stat : 28419 (java) R 28389 28392 28170 0 -1 4202560 62743 0 0 0 169761 55 0 0 20 0 33 0 253095687 27634933760 1369563 33554432000 4194304 4196468 140728465954192 140304749390408 140305729178533 0 4 0 16800975 0 0 0 -1 4 0 0 19 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28420] ppid=28389 vsize=26987240 memory=1124 CPUtime=1587.88 cores=0-7
/proc/28392/task/28420/stat : 28420 (java) R 28389 28392 28170 0 -1 4202560 50192 0 0 0 158734 54 0 0 20 0 33 0 253095687 27634933760 1369563 33554432000 4194304 4196468 140728465954192 140304748339888 140305737947891 0 4 0 16800975 0 0 0 -1 2 0 0 19 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28421] ppid=28389 vsize=26987240 memory=14884 CPUtime=2447.8 cores=0-7
/proc/28392/task/28421/stat : 28421 (java) R 28389 28392 28170 0 -1 4202560 83954 0 0 0 244683 97 0 0 20 0 33 0 253095688 27634933760 1369563 33554432000 4194304 4196468 140728465954192 140304747284808 140305738202907 0 4 0 16800975 0 0 0 -1 0 0 0 24 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28422] ppid=28389 vsize=26987240 memory=3316 CPUtime=1650.31 cores=0-7
/proc/28392/task/28422/stat : 28422 (java) R 28389 28392 28170 0 -1 4202560 67201 0 0 0 164972 59 0 0 20 0 33 0 253095688 27634933760 1369563 33554432000 4194304 4196468 140728465954192 140304746231432 140305741086499 0 4 0 16800975 0 0 0 -1 7 0 0 22 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28423] ppid=28389 vsize=26987240 memory=13636 CPUtime=1699.68 cores=0-7
/proc/28392/task/28423/stat : 28423 (java) S 28389 28392 28170 0 -1 1077944384 61852 0 0 0 169895 73 0 0 20 0 33 0 253095689 27634933760 1369563 33554432000 4194304 4196468 140728465954192 140304745186576 140306110543573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 19 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28424] ppid=28389 vsize=26987240 memory=1928 CPUtime=2293.97 cores=0-7
/proc/28392/task/28424/stat : 28424 (java) R 28389 28392 28170 0 -1 4202560 86839 0 0 0 229295 102 0 0 20 0 33 0 253095689 27634933760 1369563 33554432000 4194304 4196468 140728465954192 140304744126472 140305738202787 0 4 0 16800975 0 0 0 -1 6 0 0 25 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
[pid=28392/tid=28425] ppid=28389 vsize=26987240 memory=7888 CPUtime=1536.55 cores=0-7
/proc/28392/task/28425/stat : 28425 (java) R 28389 28392 28170 0 -1 4202560 50058 0 0 0 153599 56 0 0 20 0 33 0 253095690 27634933760 1369563 33554432000 4194304 4196468 140728465954192 140304743072904 140305741086343 0 4 0 16800975 0 0 0 -1 1 0 0 20 0 0 6293624 6294260 15949824 140728465962062 140728465962245 140728465962245 140728465965007 0
Current children cumulated CPU time: 20037.7 s
Current children cumulated vsize: 26987240 KiB
Current children cumulated memory: 5478252 KiB

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

[startup+2520.43 s]
# the end of solver process 28392 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=20018.1 s, system=22.6079 s

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

[startup+2520.4 s]*
/proc/loadavg: 9.29 8.91 8.78 2/180 28502
/proc/meminfo: memFree=20157268/32770624 swapFree=67105356/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.43
CPU time (s): 20040.7
CPU user time (s): 20018.1
CPU system time (s): 22.6079
CPU usage (%): 795.132
Max. virtual memory (cumulated for all children) (KiB): 27520780
Max. memory (cumulated for all children) (KiB): 5647228

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20018.1
system time used= 22.6079
maximum resident set size= 5647680
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2259085
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3552
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 395713
involuntary context switches= 421119


# summary of solver processes directly reported to runsolver:
#   pid: 28392
#   total CPU time (s): 20040.7
#   total CPU user time (s): 20018.1
#   total CPU system time (s): 22.6079

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 25.8151 second user time and 26.7959 second system time

The end

Launcher Data

Begin job on node149 at 2018-08-15 19:48:38
IDJOB=4308891
IDBENCH=141053
IDSOLVER=2793
FILE ID=node149/4308891-1534355318
RUNJOBID= node149-1534352796-28197
PBS_JOBID= 21038255
Free space on /tmp= 44896 MiB

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

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

MD5SUM BENCH= 2080050c46f9199df44cd86a0d29de9d
RANDOM SEED=793696307

node149.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.60
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.60
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.60
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.60
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:        23921244 kB
MemAvailable:   31892924 kB
Buffers:          176176 kB
Cached:          8007792 kB
SwapCached:         1704 kB
Active:          3705464 kB
Inactive:        4532616 kB
Active(anon):       4780 kB
Inactive(anon):   109880 kB
Active(file):    3700684 kB
Inactive(file):  4422736 kB
Unevictable:        7608 kB
Mlocked:            7608 kB
SwapTotal:      67108860 kB
SwapFree:       67105356 kB
Dirty:             36180 kB
Writeback:             0 kB
AnonPages:         59984 kB
Mapped:            55420 kB
Shmem:             57760 kB
Slab:             304572 kB
SReclaimable:     276720 kB
SUnreclaim:        27852 kB
KernelStack:        3632 kB
PageTables:         5060 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     357500 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 44860 MiB
End job on node149 at 2018-08-15 20:30:39