Trace number 4308879

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? 20.5001 15.094

General information on the benchmark

NameNurseRostering/
NurseRostering-06_c18.xml
MD5SUM9a3bf89ae74321e3cfb193774a0c0983
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark4569
Best CPU time to get the best result obtained on this benchmark20047.8
Satisfiable
(Un)Satisfiability was proved
Number of variables1007
Number of constraints2471
Number of domains12
Minimum domain size1
Maximum domain size29
Distribution of domain sizes[{"size":1,"count":42},{"size":2,"count":207},{"size":4,"count":504},{"size":19,"count":196},{"size":29,"count":58}]
Minimum variable degree2
Maximum variable degree25
Distribution of variable degrees[{"degree":2,"count":431},{"degree":3,"count":72},{"degree":12,"count":3},{"degree":13,"count":12},{"degree":14,"count":16},{"degree":15,"count":8},{"degree":16,"count":11},{"degree":17,"count":26},{"degree":18,"count":25},{"degree":19,"count":30},{"degree":20,"count":53},{"degree":21,"count":120},{"degree":22,"count":93},{"degree":23,"count":59},{"degree":24,"count":36},{"degree":25,"count":12}]
Minimum constraint arity2
Maximum constraint arity36
Distribution of constraint arities[{"arity":2,"count":988},{"arity":3,"count":728},{"arity":4,"count":161},{"arity":6,"count":299},{"arity":7,"count":110},{"arity":19,"count":112},{"arity":29,"count":72},{"arity":36,"count":1}]
Number of extensional constraints598
Number of intensional constraints309
Distribution of constraint types[{"type":"extension","count":598},{"type":"intension","count":309},{"type":"regular","count":934},{"type":"sum","count":36},{"type":"count","count":593},{"type":"instantiation","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.66/0.55	c version: 2018-08-14
0.66/0.55	c seed: 2026111387
0.66/0.55	c timeout: 20160
0.66/0.55	c memlimit: 22000
0.66/0.55	c nbcore: 8
0.66/0.58	c Parsing instance...
3.19/1.42	c Parsing done, starting search...
19.60/5.06	Dead letter! Forcing shutdown...
19.60/5.06	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 (14049 MiB free)
  memory of node 1: 16384 MiB (10053 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4308879-1534355691/watcher-4308879-1534355691 -o /tmp/evaluation-result-4308879-1534355691/solver-4308879-1534355691 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node134-1534353169-16237 --watchdog 2580 java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 2026111387 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4308879-1534355691.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=16424, runsolver pid=16421

[startup+0.105946 s]*
/proc/loadavg: 8.89 8.89 8.36 2/204 16444
/proc/meminfo: memFree=24663324/32770624 swapFree=67108688/67108860
[pid=16424] ppid=16421 vsize=26103420 memory=32632 CPUtime=0.12 cores=0-7
/proc/16424/stat : 16424 (java) S 16421 16424 16210 0 -1 1077944320 7554 0 0 0 11 1 0 0 20 0 20 0 253132342 26729902080 8158 33554432000 4194304 4196468 140725555031680 140725555014224 140238395924215 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
/proc/16424/statm: 6525855 8158 3161 1 0 6487932 0
[pid=16424/tid=16426] ppid=16421 vsize=26103420 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/16424/task/16426/stat : 16426 (java) R 16421 16424 16210 0 -1 4202560 5618 0 0 0 8 1 0 0 20 0 20 0 253132343 26729902080 8158 33554432000 4194304 4196468 140725555031680 140238400132376 140238377319418 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16427] ppid=16421 vsize=26103420 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/16424/task/16427/stat : 16427 (java) S 16421 16424 16210 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253132344 26729902080 8158 33554432000 4194304 4196468 140725555031680 140238348545168 140238395934421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16428] ppid=16421 vsize=26103420 memory=140229522855552 CPUtime=0 cores=0-7
/proc/16424/task/16428/stat : 16428 (java) S 16421 16424 16210 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253132344 26729902080 8158 33554432000 4194304 4196468 140725555031680 140238347492368 140238395934421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16429] ppid=16421 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/16424/task/16429/stat : 16429 (java) S 16421 16424 16210 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253132344 26729902080 8158 33554432000 4194304 4196468 140725555031680 140238346439568 140238395934421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16430] ppid=16421 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/16424/task/16430/stat : 16430 (java) S 16421 16424 16210 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253132344 26729902080 8158 33554432000 4194304 4196468 140725555031680 140238345386768 140238395934421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16431] ppid=16421 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/16424/task/16431/stat : 16431 (java) S 16421 16424 16210 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253132344 26729902080 8158 33554432000 4194304 4196468 140725555031680 140238344333968 140238395934421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16432] ppid=16421 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/16424/task/16432/stat : 16432 (java) S 16421 16424 16210 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253132344 26729902080 8158 33554432000 4194304 4196468 140725555031680 140238343281168 140238395934421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16433] ppid=16421 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/16424/task/16433/stat : 16433 (java) S 16421 16424 16210 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253132344 26729902080 8158 33554432000 4194304 4196468 140725555031680 140238342228368 140238395934421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16434] ppid=16421 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/16424/task/16434/stat : 16434 (java) S 16421 16424 16210 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253132344 26729902080 8158 33554432000 4194304 4196468 140725555031680 140238341175568 140238395934421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16435] ppid=16421 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/16424/task/16435/stat : 16435 (java) S 16421 16424 16210 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253132345 26729902080 8158 33554432000 4194304 4196468 140725555031680 140237590211440 140238395935362 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16436] ppid=16421 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/16424/task/16436/stat : 16436 (java) S 16421 16424 16210 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 253132345 26729902080 8158 33554432000 4194304 4196468 140725555031680 140237589157408 140238395934421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16437] ppid=16421 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/16424/task/16437/stat : 16437 (java) S 16421 16424 16210 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 253132346 26729902080 8158 33554432000 4194304 4196468 140725555031680 140237588104560 140238395934421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16438] ppid=16421 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/16424/task/16438/stat : 16438 (java) S 16421 16424 16210 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253132348 26729902080 8158 33554432000 4194304 4196468 140725555031680 140237587052880 140238395942811 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16439] ppid=16421 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/16424/task/16439/stat : 16439 (java) S 16421 16424 16210 0 -1 1077944384 295 0 0 0 0 0 0 0 20 0 20 0 253132348 26729902080 8158 33554432000 4194304 4196468 140725555031680 140237586000240 140238395935362 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16440] ppid=16421 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/16424/task/16440/stat : 16440 (java) S 16421 16424 16210 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253132348 26729902080 8158 33554432000 4194304 4196468 140725555031680 140237584947440 140238395935362 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16441] ppid=16421 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/16424/task/16441/stat : 16441 (java) S 16421 16424 16210 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253132348 26729902080 8158 33554432000 4194304 4196468 140725555031680 140237583894640 140238395935362 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16442] ppid=16421 vsize=26103420 memory=0 CPUtime=0.01 cores=0-7
/proc/16424/task/16442/stat : 16442 (java) S 16421 16424 16210 0 -1 1077944384 274 0 0 0 1 0 0 0 20 0 20 0 253132348 26729902080 8158 33554432000 4194304 4196468 140725555031680 140237582841840 140238395935362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16443] ppid=16421 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/16424/task/16443/stat : 16443 (java) S 16421 16424 16210 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253132348 26729902080 8158 33554432000 4194304 4196468 140725555031680 140237581790304 140238395934421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16444] ppid=16421 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/16424/task/16444/stat : 16444 (java) S 16421 16424 16210 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253132348 26729902080 8158 33554432000 4194304 4196468 140725555031680 140237580737584 140238395935362 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 32632 KiB

[startup+0.210507 s]*
/proc/loadavg: 8.89 8.89 8.36 3/204 16444
/proc/meminfo: memFree=24650604/32770624 swapFree=67108688/67108860
[pid=16424] ppid=16421 vsize=26103420 memory=43292 CPUtime=0.3 cores=0-7
/proc/16424/stat : 16424 (java) S 16421 16424 16210 0 -1 1077944320 10503 0 0 0 28 2 0 0 20 0 20 0 253132342 26729902080 10823 33554432000 4194304 4196468 140725555031680 140725555014224 140238395924215 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
/proc/16424/statm: 6525855 10823 3342 1 0 6487932 0
[pid=16424/tid=16426] ppid=16421 vsize=26103420 memory=4026531975 CPUtime=0.19 cores=0-7
/proc/16424/task/16426/stat : 16426 (java) R 16421 16424 16210 0 -1 4202560 8274 0 0 0 18 1 0 0 20 0 20 0 253132343 26729902080 10823 33554432000 4194304 4196468 140725555031680 140238400153168 140238395946141 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16427] ppid=16421 vsize=26103420 memory=13976 CPUtime=0 cores=0-7
/proc/16424/task/16427/stat : 16427 (java) S 16421 16424 16210 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253132344 26729902080 10823 33554432000 4194304 4196468 140725555031680 140238348545168 140238395934421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16428] ppid=16421 vsize=26103420 memory=140229522872055 CPUtime=0 cores=0-7
/proc/16424/task/16428/stat : 16428 (java) S 16421 16424 16210 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253132344 26729902080 10823 33554432000 4194304 4196468 140725555031680 140238347492368 140238395934421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16429] ppid=16421 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/16424/task/16429/stat : 16429 (java) S 16421 16424 16210 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253132344 26729902080 10823 33554432000 4194304 4196468 140725555031680 140238346439568 140238395934421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16430] ppid=16421 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/16424/task/16430/stat : 16430 (java) S 16421 16424 16210 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253132344 26729902080 10823 33554432000 4194304 4196468 140725555031680 140238345386768 140238395934421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16431] ppid=16421 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/16424/task/16431/stat : 16431 (java) S 16421 16424 16210 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253132344 26729902080 10823 33554432000 4194304 4196468 140725555031680 140238344333968 140238395934421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16432] ppid=16421 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/16424/task/16432/stat : 16432 (java) S 16421 16424 16210 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253132344 26729902080 10823 33554432000 4194304 4196468 140725555031680 140238343281168 140238395934421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16433] ppid=16421 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/16424/task/16433/stat : 16433 (java) S 16421 16424 16210 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253132344 26729902080 10823 33554432000 4194304 4196468 140725555031680 140238342228368 140238395934421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16434] ppid=16421 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/16424/task/16434/stat : 16434 (java) S 16421 16424 16210 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253132344 26729902080 10823 33554432000 4194304 4196468 140725555031680 140238341175568 140238395934421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16435] ppid=16421 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/16424/task/16435/stat : 16435 (java) S 16421 16424 16210 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253132345 26729902080 10823 33554432000 4194304 4196468 140725555031680 140237590211440 140238395935362 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16436] ppid=16421 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/16424/task/16436/stat : 16436 (java) S 16421 16424 16210 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 253132345 26729902080 10823 33554432000 4194304 4196468 140725555031680 140237589157408 140238395934421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16437] ppid=16421 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/16424/task/16437/stat : 16437 (java) S 16421 16424 16210 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 253132346 26729902080 10823 33554432000 4194304 4196468 140725555031680 140237588104560 140238395934421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16438] ppid=16421 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/16424/task/16438/stat : 16438 (java) S 16421 16424 16210 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253132348 26729902080 10823 33554432000 4194304 4196468 140725555031680 140237587052880 140238395942811 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16439] ppid=16421 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/16424/task/16439/stat : 16439 (java) S 16421 16424 16210 0 -1 1077944384 467 0 0 0 0 0 0 0 20 0 20 0 253132348 26729902080 10823 33554432000 4194304 4196468 140725555031680 140237586000240 140238395935362 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16440] ppid=16421 vsize=26103420 memory=0 CPUtime=0.01 cores=0-7
/proc/16424/task/16440/stat : 16440 (java) S 16421 16424 16210 0 -1 1077944384 28 0 0 0 1 0 0 0 20 0 20 0 253132348 26729902080 10823 33554432000 4194304 4196468 140725555031680 140237584947440 140238395935362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16441] ppid=16421 vsize=26103420 memory=0 CPUtime=0.01 cores=0-7
/proc/16424/task/16441/stat : 16441 (java) S 16421 16424 16210 0 -1 1077944384 49 0 0 0 1 0 0 0 20 0 20 0 253132348 26729902080 10823 33554432000 4194304 4196468 140725555031680 140237583894640 140238395935362 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16442] ppid=16421 vsize=26103420 memory=0 CPUtime=0.06 cores=0-7
/proc/16424/task/16442/stat : 16442 (java) S 16421 16424 16210 0 -1 1077944384 302 0 0 0 6 0 0 0 20 0 20 0 253132348 26729902080 10823 33554432000 4194304 4196468 140725555031680 140237582841840 140238395935362 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16443] ppid=16421 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/16424/task/16443/stat : 16443 (java) S 16421 16424 16210 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253132348 26729902080 10823 33554432000 4194304 4196468 140725555031680 140237581790304 140238395934421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16444] ppid=16421 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/16424/task/16444/stat : 16444 (java) S 16421 16424 16210 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253132348 26729902080 10823 33554432000 4194304 4196468 140725555031680 140237580737584 140238395935362 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 43292 KiB

[startup+0.310721 s]*
/proc/loadavg: 8.89 8.89 8.36 3/204 16444
/proc/meminfo: memFree=24647316/32770624 swapFree=67108688/67108860
[pid=16424] ppid=16421 vsize=26103420 memory=46844 CPUtime=0.42 cores=0-7
/proc/16424/stat : 16424 (java) S 16421 16424 16210 0 -1 1077944320 10922 0 0 0 40 2 0 0 20 0 20 0 253132342 26729902080 11711 33554432000 4194304 4196468 140725555031680 140725555014224 140238395924215 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
/proc/16424/statm: 6525855 11711 3377 1 0 6487932 0
[pid=16424/tid=16426] ppid=16421 vsize=26103420 memory=6791534058613427641 CPUtime=0.3 cores=0-7
/proc/16424/task/16426/stat : 16426 (java) R 16421 16424 16210 0 -1 4202560 8609 0 0 0 28 2 0 0 20 0 20 0 253132343 26729902080 11711 33554432000 4194304 4196468 140725555031680 140238400085952 140238380004702 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16427] ppid=16421 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/16424/task/16427/stat : 16427 (java) S 16421 16424 16210 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253132344 26729902080 11711 33554432000 4194304 4196468 140725555031680 140238348545168 140238395934421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16428] ppid=16421 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/16424/task/16428/stat : 16428 (java) S 16421 16424 16210 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253132344 26729902080 11711 33554432000 4194304 4196468 140725555031680 140238347492368 140238395934421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16429] ppid=16421 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/16424/task/16429/stat : 16429 (java) S 16421 16424 16210 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253132344 26729902080 11711 33554432000 4194304 4196468 140725555031680 140238346439568 140238395934421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16430] ppid=16421 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/16424/task/16430/stat : 16430 (java) S 16421 16424 16210 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253132344 26729902080 11711 33554432000 4194304 4196468 140725555031680 140238345386768 140238395934421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16431] ppid=16421 vsize=26103420 memory=2244 CPUtime=0 cores=0-7
/proc/16424/task/16431/stat : 16431 (java) S 16421 16424 16210 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253132344 26729902080 11711 33554432000 4194304 4196468 140725555031680 140238344333968 140238395934421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16432] ppid=16421 vsize=26103420 memory=140229407241135 CPUtime=0 cores=0-7
/proc/16424/task/16432/stat : 16432 (java) S 16421 16424 16210 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253132344 26729902080 11711 33554432000 4194304 4196468 140725555031680 140238343281168 140238395934421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16433] ppid=16421 vsize=26103420 memory=140229407243440 CPUtime=0 cores=0-7
/proc/16424/task/16433/stat : 16433 (java) S 16421 16424 16210 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253132344 26729902080 11711 33554432000 4194304 4196468 140725555031680 140238342228368 140238395934421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16434] ppid=16421 vsize=26103420 memory=140229407245744 CPUtime=0 cores=0-7
/proc/16424/task/16434/stat : 16434 (java) S 16421 16424 16210 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253132344 26729902080 11711 33554432000 4194304 4196468 140725555031680 140238341175568 140238395934421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16435] ppid=16421 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/16424/task/16435/stat : 16435 (java) S 16421 16424 16210 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253132345 26729902080 11711 33554432000 4194304 4196468 140725555031680 140237590211440 140238395935362 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16436] ppid=16421 vsize=26103420 memory=280458814498448 CPUtime=0 cores=0-7
/proc/16424/task/16436/stat : 16436 (java) S 16421 16424 16210 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 253132345 26729902080 11711 33554432000 4194304 4196468 140725555031680 140237589157408 140238395934421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16437] ppid=16421 vsize=26103420 memory=280458814505360 CPUtime=0 cores=0-7
/proc/16424/task/16437/stat : 16437 (java) S 16421 16424 16210 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 253132346 26729902080 11711 33554432000 4194304 4196468 140725555031680 140237588104560 140238395934421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16438] ppid=16421 vsize=26103420 memory=280458814446640 CPUtime=0 cores=0-7
/proc/16424/task/16438/stat : 16438 (java) S 16421 16424 16210 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253132348 26729902080 11711 33554432000 4194304 4196468 140725555031680 140237587052880 140238395942811 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16439] ppid=16421 vsize=26103420 memory=280458814519184 CPUtime=0.01 cores=0-7
/proc/16424/task/16439/stat : 16439 (java) S 16421 16424 16210 0 -1 1077944384 546 0 0 0 1 0 0 0 20 0 20 0 253132348 26729902080 11711 33554432000 4194304 4196468 140725555031680 140237586000240 140238395935362 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16440] ppid=16421 vsize=26103420 memory=280458814526096 CPUtime=0.01 cores=0-7
/proc/16424/task/16440/stat : 16440 (java) S 16421 16424 16210 0 -1 1077944384 28 0 0 0 1 0 0 0 20 0 20 0 253132348 26729902080 11711 33554432000 4194304 4196468 140725555031680 140237584947440 140238395935362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16441] ppid=16421 vsize=26103420 memory=280458814523792 CPUtime=0.01 cores=0-7
/proc/16424/task/16441/stat : 16441 (java) S 16421 16424 16210 0 -1 1077944384 58 0 0 0 1 0 0 0 20 0 20 0 253132348 26729902080 11711 33554432000 4194304 4196468 140725555031680 140237583894640 140238395935362 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16442] ppid=16421 vsize=26103420 memory=280458814540400 CPUtime=0.07 cores=0-7
/proc/16424/task/16442/stat : 16442 (java) S 16421 16424 16210 0 -1 1077944384 309 0 0 0 7 0 0 0 20 0 20 0 253132348 26729902080 11711 33554432000 4194304 4196468 140725555031680 140237582841840 140238395935362 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16443] ppid=16421 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/16424/task/16443/stat : 16443 (java) S 16421 16424 16210 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253132348 26729902080 11711 33554432000 4194304 4196468 140725555031680 140237581790304 140238395934421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16444] ppid=16421 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/16424/task/16444/stat : 16444 (java) S 16421 16424 16210 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253132348 26729902080 11711 33554432000 4194304 4196468 140725555031680 140237580737584 140238395935362 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 46844 KiB

[startup+0.700915 s]
/proc/loadavg: 8.89 8.89 8.36 2/204 16444
/proc/meminfo: memFree=24623752/32770624 swapFree=67108688/67108860
[pid=16424] ppid=16421 vsize=26105488 memory=87876 CPUtime=0.98 cores=0-7
/proc/16424/stat : 16424 (java) S 16421 16424 16210 0 -1 1077944320 17864 0 0 0 94 4 0 0 20 0 20 0 253132342 26732019712 21969 33554432000 4194304 4196468 140725555031680 140725555014224 140238395924215 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
/proc/16424/statm: 6526372 21969 3495 1 0 6488444 0
[pid=16424/tid=16426] ppid=16421 vsize=26105488 memory=0 CPUtime=0.67 cores=0-7
/proc/16424/task/16426/stat : 16426 (java) R 16421 16424 16210 0 -1 4202560 15057 0 0 0 64 3 0 0 20 0 20 0 253132343 26732019712 21969 33554432000 4194304 4196468 140725555031680 140238400147536 140238395946141 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16427] ppid=16421 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/16424/task/16427/stat : 16427 (java) S 16421 16424 16210 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253132344 26732019712 21969 33554432000 4194304 4196468 140725555031680 140238348545168 140238395934421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16428] ppid=16421 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/16424/task/16428/stat : 16428 (java) S 16421 16424 16210 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253132344 26732019712 21969 33554432000 4194304 4196468 140725555031680 140238347492368 140238395934421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16429] ppid=16421 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/16424/task/16429/stat : 16429 (java) S 16421 16424 16210 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253132344 26732019712 21969 33554432000 4194304 4196468 140725555031680 140238346439568 140238395934421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16430] ppid=16421 vsize=26105488 memory=1220 CPUtime=0 cores=0-7
/proc/16424/task/16430/stat : 16430 (java) S 16421 16424 16210 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253132344 26732019712 21969 33554432000 4194304 4196468 140725555031680 140238345386768 140238395934421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16431] ppid=16421 vsize=26105488 memory=1612 CPUtime=0 cores=0-7
/proc/16424/task/16431/stat : 16431 (java) S 16421 16424 16210 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 253132344 26732019712 21969 33554432000 4194304 4196468 140725555031680 140238344333968 140238395934421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16432] ppid=16421 vsize=26105488 memory=1808 CPUtime=0 cores=0-7
/proc/16424/task/16432/stat : 16432 (java) S 16421 16424 16210 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253132344 26732019712 21969 33554432000 4194304 4196468 140725555031680 140238343281168 140238395934421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16433] ppid=16421 vsize=26105488 memory=8700 CPUtime=0 cores=0-7
/proc/16424/task/16433/stat : 16433 (java) S 16421 16424 16210 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253132344 26732019712 21969 33554432000 4194304 4196468 140725555031680 140238342228368 140238395934421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16434] ppid=16421 vsize=26105488 memory=14884 CPUtime=0 cores=0-7
/proc/16424/task/16434/stat : 16434 (java) S 16421 16424 16210 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 253132344 26732019712 21969 33554432000 4194304 4196468 140725555031680 140238341175568 140238395934421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16435] ppid=16421 vsize=26105488 memory=15784 CPUtime=0 cores=0-7
/proc/16424/task/16435/stat : 16435 (java) S 16421 16424 16210 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 253132345 26732019712 21969 33554432000 4194304 4196468 140725555031680 140237590211440 140238395935362 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0

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

Current children cumulated CPU time: 20.47 s
Current children cumulated vsize: 27118284 KiB
Current children cumulated memory: 1099328 KiB

[startup+14.8012 s]
/proc/loadavg: 7.12 8.50 8.24 1/218 16461
/proc/meminfo: memFree=23593424/32770624 swapFree=67108688/67108860
[pid=16424] ppid=16421 vsize=27118284 memory=1099328 CPUtime=20.47 cores=0-7
/proc/16424/stat : 16424 (java) S 16421 16424 16210 0 -1 1077944320 56316 0 0 0 1881 166 0 0 20 0 35 0 253132342 27769122816 274832 33554432000 4194304 4196468 140725555031680 140725555014224 140238395924215 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
/proc/16424/statm: 6779571 274832 3617 1 0 6741643 0
[pid=16424/tid=16426] ppid=16421 vsize=27118284 memory=290763870841340219 CPUtime=3.6 cores=0-7
/proc/16424/task/16426/stat : 16426 (java) S 16421 16424 16210 0 -1 1077944384 22927 0 0 0 351 9 0 0 20 0 35 0 253132343 27769122816 274832 33554432000 4194304 4196468 140725555031680 140238400161344 140238395934421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16427] ppid=16421 vsize=27118284 memory=15538518206188108 CPUtime=0.79 cores=0-7
/proc/16424/task/16427/stat : 16427 (java) S 16421 16424 16210 0 -1 1077944384 420 0 0 0 62 17 0 0 20 0 35 0 253132344 27769122816 274832 33554432000 4194304 4196468 140725555031680 140238348545168 140238395934421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16428] ppid=16421 vsize=27118284 memory=7666081380504780387 CPUtime=0.81 cores=0-7
/proc/16424/task/16428/stat : 16428 (java) S 16421 16424 16210 0 -1 1077944384 525 0 0 0 65 16 0 0 20 0 35 0 253132344 27769122816 274832 33554432000 4194304 4196468 140725555031680 140238347492368 140238395934421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16429] ppid=16421 vsize=27118284 memory=0 CPUtime=0.8 cores=0-7
/proc/16424/task/16429/stat : 16429 (java) S 16421 16424 16210 0 -1 1077944384 421 0 0 0 64 16 0 0 20 0 35 0 253132344 27769122816 274832 33554432000 4194304 4196468 140725555031680 140238346439568 140238395934421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16430] ppid=16421 vsize=27118284 memory=7161961823643909475 CPUtime=0.82 cores=0-7
/proc/16424/task/16430/stat : 16430 (java) S 16421 16424 16210 0 -1 1077944384 705 0 0 0 65 17 0 0 20 0 35 0 253132344 27769122816 274832 33554432000 4194304 4196468 140725555031680 140238345386768 140238395934421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16431] ppid=16421 vsize=27118284 memory=6153718518071387238 CPUtime=0.8 cores=0-7
/proc/16424/task/16431/stat : 16431 (java) S 16421 16424 16210 0 -1 1077944384 446 0 0 0 63 17 0 0 20 0 35 0 253132344 27769122816 274832 33554432000 4194304 4196468 140725555031680 140238344333968 140238395934421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16432] ppid=16421 vsize=27118284 memory=13828 CPUtime=0.81 cores=0-7
/proc/16424/task/16432/stat : 16432 (java) S 16421 16424 16210 0 -1 1077944384 800 0 0 0 64 17 0 0 20 0 35 0 253132344 27769122816 274832 33554432000 4194304 4196468 140725555031680 140238343281168 140238395934421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16433] ppid=16421 vsize=27118284 memory=2244 CPUtime=0.82 cores=0-7
/proc/16424/task/16433/stat : 16433 (java) S 16421 16424 16210 0 -1 1077944384 366 0 0 0 65 17 0 0 20 0 35 0 253132344 27769122816 274832 33554432000 4194304 4196468 140725555031680 140238342228368 140238395934421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16434] ppid=16421 vsize=27118284 memory=140229407874192 CPUtime=0.79 cores=0-7
/proc/16424/task/16434/stat : 16434 (java) S 16421 16424 16210 0 -1 1077944384 294 0 0 0 64 15 0 0 20 0 35 0 253132344 27769122816 274832 33554432000 4194304 4196468 140725555031680 140238341175568 140238395934421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16435] ppid=16421 vsize=27118284 memory=0 CPUtime=0.1 cores=0-7
/proc/16424/task/16435/stat : 16435 (java) S 16421 16424 16210 0 -1 1077944384 3833 0 0 0 8 2 0 0 20 0 35 0 253132345 27769122816 274832 33554432000 4194304 4196468 140725555031680 140237590211440 140238395935362 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16436] ppid=16421 vsize=27118284 memory=72716816222954 CPUtime=0 cores=0-7
/proc/16424/task/16436/stat : 16436 (java) S 16421 16424 16210 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 35 0 253132345 27769122816 274832 33554432000 4194304 4196468 140725555031680 140237589157472 140238395934421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16437] ppid=16421 vsize=27118284 memory=28022255530 CPUtime=0 cores=0-7
/proc/16424/task/16437/stat : 16437 (java) S 16421 16424 16210 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 35 0 253132346 27769122816 274832 33554432000 4194304 4196468 140725555031680 140237588104576 140238395934421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16438] ppid=16421 vsize=27118284 memory=7302169257760238231 CPUtime=0 cores=0-7
/proc/16424/task/16438/stat : 16438 (java) S 16421 16424 16210 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 35 0 253132348 27769122816 274832 33554432000 4194304 4196468 140725555031680 140237587052880 140238395942811 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16439] ppid=16421 vsize=27118284 memory=6791534058613427641 CPUtime=1.89 cores=0-7
/proc/16424/task/16439/stat : 16439 (java) S 16421 16424 16210 0 -1 1077944384 5075 0 0 0 186 3 0 0 20 0 35 0 253132348 27769122816 274832 33554432000 4194304 4196468 140725555031680 140237586000240 140238395935362 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16440] ppid=16421 vsize=27118284 memory=7681905605394137875 CPUtime=2.02 cores=0-7
/proc/16424/task/16440/stat : 16440 (java) S 16421 16424 16210 0 -1 1077944384 5962 0 0 0 200 2 0 0 20 0 35 0 253132348 27769122816 274832 33554432000 4194304 4196468 140725555031680 140237584947440 140238395935362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16441] ppid=16421 vsize=27118284 memory=8508281403248052365 CPUtime=2.25 cores=0-7
/proc/16424/task/16441/stat : 16441 (java) S 16421 16424 16210 0 -1 1077944384 4994 0 0 0 223 2 0 0 20 0 35 0 253132348 27769122816 274832 33554432000 4194304 4196468 140725555031680 140237583894640 140238395935362 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16442] ppid=16421 vsize=27118284 memory=-8253362664378451622 CPUtime=1.45 cores=0-7
/proc/16424/task/16442/stat : 16442 (java) S 16421 16424 16210 0 -1 1077944384 6562 0 0 0 142 3 0 0 20 0 35 0 253132348 27769122816 274832 33554432000 4194304 4196468 140725555031680 140237582841840 140238395935362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16443] ppid=16421 vsize=27118284 memory=-8757415993616479323 CPUtime=0 cores=0-7
/proc/16424/task/16443/stat : 16443 (java) S 16421 16424 16210 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 35 0 253132348 27769122816 274832 33554432000 4194304 4196468 140725555031680 140237581790304 140238395934421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16444] ppid=16421 vsize=27118284 memory=1400242874264906928 CPUtime=0 cores=0-7
/proc/16424/task/16444/stat : 16444 (java) S 16421 16424 16210 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 35 0 253132348 27769122816 274832 33554432000 4194304 4196468 140725555031680 140237580737584 140238395935362 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16445] ppid=16421 vsize=27118284 memory=0 CPUtime=0 cores=0-7
/proc/16424/task/16445/stat : 16445 (java) S 16421 16424 16210 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 35 0 253132682 27769122816 274832 33554432000 4194304 4196468 140725555031680 140237567296640 140238395934421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16446] ppid=16421 vsize=27118284 memory=0 CPUtime=0.02 cores=0-7
/proc/16424/task/16446/stat : 16446 (java) S 16421 16424 16210 0 -1 1077944384 708 0 0 0 2 0 0 0 20 0 35 0 253132699 27769122816 274832 33554432000 4194304 4196468 140725555031680 140237564146832 140238395935362 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16447] ppid=16421 vsize=27118284 memory=2319389199337275488 CPUtime=0.28 cores=0-7
/proc/16424/task/16447/stat : 16447 (java) S 16421 16424 16210 0 -1 1077944384 157 0 0 0 28 0 0 0 20 0 35 0 253132713 27769122816 274832 33554432000 4194304 4196468 140725555031680 140237560996896 140238395934421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16448] ppid=16421 vsize=27118284 memory=7380106142448641391 CPUtime=0.33 cores=0-7
/proc/16424/task/16448/stat : 16448 (java) S 16421 16424 16210 0 -1 1077944384 114 0 0 0 33 0 0 0 20 0 35 0 253132714 27769122816 274832 33554432000 4194304 4196468 140725555031680 140237559944096 140238395934421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16449] ppid=16421 vsize=27118284 memory=7093353761346944006 CPUtime=0.3 cores=0-7
/proc/16424/task/16449/stat : 16449 (java) S 16421 16424 16210 0 -1 1077944384 45 0 0 0 30 0 0 0 20 0 35 0 253132714 27769122816 274832 33554432000 4194304 4196468 140725555031680 140237558891296 140238395934421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16450] ppid=16421 vsize=27118284 memory=3691374262048154477 CPUtime=0.32 cores=0-7
/proc/16424/task/16450/stat : 16450 (java) S 16421 16424 16210 0 -1 1077944384 44 0 0 0 32 0 0 0 20 0 35 0 253132721 27769122816 274832 33554432000 4194304 4196468 140725555031680 140237555741344 140238395934421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16451] ppid=16421 vsize=27118284 memory=7234584558591700838 CPUtime=0.31 cores=0-7
/proc/16424/task/16451/stat : 16451 (java) S 16421 16424 16210 0 -1 1077944384 90 0 0 0 31 0 0 0 20 0 35 0 253132721 27769122816 274832 33554432000 4194304 4196468 140725555031680 140237554689568 140238395934421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16452] ppid=16421 vsize=27118284 memory=7234030490512353113 CPUtime=0.3 cores=0-7
/proc/16424/task/16452/stat : 16452 (java) S 16421 16424 16210 0 -1 1077944384 49 0 0 0 30 0 0 0 20 0 35 0 253132721 27769122816 274832 33554432000 4194304 4196468 140725555031680 140237553636768 140238395934421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16453] ppid=16421 vsize=27118284 memory=7594587674001172330 CPUtime=0.31 cores=0-7
/proc/16424/task/16453/stat : 16453 (java) S 16421 16424 16210 0 -1 1077944384 79 0 0 0 31 0 0 0 20 0 35 0 253132721 27769122816 274832 33554432000 4194304 4196468 140725555031680 140237552583968 140238395934421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16454] ppid=16421 vsize=27118284 memory=0 CPUtime=0.27 cores=0-7
/proc/16424/task/16454/stat : 16454 (java) S 16421 16424 16210 0 -1 1077944384 65 0 0 0 27 0 0 0 20 0 35 0 253132721 27769122816 274832 33554432000 4194304 4196468 140725555031680 140237551528896 140238395934421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16455] ppid=16421 vsize=27118284 memory=0 CPUtime=0 cores=0-7
/proc/16424/task/16455/stat : 16455 (java) S 16421 16424 16210 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 35 0 253132722 27769122816 274832 33554432000 4194304 4196468 140725555031680 140237550478368 140238395934421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16456] ppid=16421 vsize=27118284 memory=7161961824536585578 CPUtime=0 cores=0-7
/proc/16424/task/16456/stat : 16456 (java) S 16421 16424 16210 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 35 0 253132723 27769122816 274832 33554432000 4194304 4196468 140725555031680 140237549425568 140238395934421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16457] ppid=16421 vsize=27118284 memory=140229408108232 CPUtime=0 cores=0-7
/proc/16424/task/16457/stat : 16457 (java) S 16421 16424 16210 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 35 0 253132724 27769122816 274832 33554432000 4194304 4196468 140725555031680 140237548372768 140238395934421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16459] ppid=16421 vsize=27118284 memory=280458816203680 CPUtime=0.01 cores=0-7
/proc/16424/task/16459/stat : 16459 (java) S 16421 16424 16210 0 -1 1077944384 64 0 0 0 1 0 0 0 20 0 35 0 253132849 27769122816 274832 33554432000 4194304 4196468 140725555031680 140237546267232 140238395935362 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16460] ppid=16421 vsize=27118284 memory=0 CPUtime=0 cores=0-7
/proc/16424/task/16460/stat : 16460 (java) S 16421 16424 16210 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 35 0 253132851 27769122816 274832 33554432000 4194304 4196468 140725555031680 140237547320736 140238395934421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
Current children cumulated CPU time: 20.47 s
Current children cumulated vsize: 27118284 KiB
Current children cumulated memory: 1099328 KiB

[startup+15.0012 s]*
/proc/loadavg: 7.12 8.50 8.24 1/218 16461
/proc/meminfo: memFree=23593424/32770624 swapFree=67108688/67108860
[pid=16424] ppid=16421 vsize=27118284 memory=1099328 CPUtime=20.47 cores=0-7
/proc/16424/stat : 16424 (java) S 16421 16424 16210 0 -1 1077944320 56316 0 0 0 1881 166 0 0 20 0 35 0 253132342 27769122816 274832 33554432000 4194304 4196468 140725555031680 140725555014224 140238395924215 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
/proc/16424/statm: 6779571 274832 3617 1 0 6741643 0
[pid=16424/tid=16426] ppid=16421 vsize=27118284 memory=6791534058613427641 CPUtime=3.6 cores=0-7
/proc/16424/task/16426/stat : 16426 (java) S 16421 16424 16210 0 -1 1077944384 22927 0 0 0 351 9 0 0 20 0 35 0 253132343 27769122816 274832 33554432000 4194304 4196468 140725555031680 140238400161344 140238395934421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16427] ppid=16421 vsize=27118284 memory=4872558044660077418 CPUtime=0.79 cores=0-7
/proc/16424/task/16427/stat : 16427 (java) S 16421 16424 16210 0 -1 1077944384 420 0 0 0 62 17 0 0 20 0 35 0 253132344 27769122816 274832 33554432000 4194304 4196468 140725555031680 140238348545168 140238395934421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16428] ppid=16421 vsize=27118284 memory=0 CPUtime=0.81 cores=0-7
/proc/16424/task/16428/stat : 16428 (java) S 16421 16424 16210 0 -1 1077944384 525 0 0 0 65 16 0 0 20 0 35 0 253132344 27769122816 274832 33554432000 4194304 4196468 140725555031680 140238347492368 140238395934421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16429] ppid=16421 vsize=27118284 memory=0 CPUtime=0.8 cores=0-7
/proc/16424/task/16429/stat : 16429 (java) S 16421 16424 16210 0 -1 1077944384 421 0 0 0 64 16 0 0 20 0 35 0 253132344 27769122816 274832 33554432000 4194304 4196468 140725555031680 140238346439568 140238395934421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16430] ppid=16421 vsize=27118284 memory=0 CPUtime=0.82 cores=0-7
/proc/16424/task/16430/stat : 16430 (java) S 16421 16424 16210 0 -1 1077944384 705 0 0 0 65 17 0 0 20 0 35 0 253132344 27769122816 274832 33554432000 4194304 4196468 140725555031680 140238345386768 140238395934421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16431] ppid=16421 vsize=27118284 memory=0 CPUtime=0.8 cores=0-7
/proc/16424/task/16431/stat : 16431 (java) S 16421 16424 16210 0 -1 1077944384 446 0 0 0 63 17 0 0 20 0 35 0 253132344 27769122816 274832 33554432000 4194304 4196468 140725555031680 140238344333968 140238395934421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16432] ppid=16421 vsize=27118284 memory=0 CPUtime=0.81 cores=0-7
/proc/16424/task/16432/stat : 16432 (java) S 16421 16424 16210 0 -1 1077944384 800 0 0 0 64 17 0 0 20 0 35 0 253132344 27769122816 274832 33554432000 4194304 4196468 140725555031680 140238343281168 140238395934421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16433] ppid=16421 vsize=27118284 memory=0 CPUtime=0.82 cores=0-7
/proc/16424/task/16433/stat : 16433 (java) S 16421 16424 16210 0 -1 1077944384 366 0 0 0 65 17 0 0 20 0 35 0 253132344 27769122816 274832 33554432000 4194304 4196468 140725555031680 140238342228368 140238395934421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16434] ppid=16421 vsize=27118284 memory=140226387263527 CPUtime=0.79 cores=0-7
/proc/16424/task/16434/stat : 16434 (java) S 16421 16424 16210 0 -1 1077944384 294 0 0 0 64 15 0 0 20 0 35 0 253132344 27769122816 274832 33554432000 4194304 4196468 140725555031680 140238341175568 140238395934421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16435] ppid=16421 vsize=27118284 memory=0 CPUtime=0.1 cores=0-7
/proc/16424/task/16435/stat : 16435 (java) S 16421 16424 16210 0 -1 1077944384 3833 0 0 0 8 2 0 0 20 0 35 0 253132345 27769122816 274832 33554432000 4194304 4196468 140725555031680 140237590211440 140238395935362 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16436] ppid=16421 vsize=27118284 memory=6441390359378619750 CPUtime=0 cores=0-7
/proc/16424/task/16436/stat : 16436 (java) S 16421 16424 16210 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 35 0 253132345 27769122816 274832 33554432000 4194304 4196468 140725555031680 140237589157472 140238395934421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16437] ppid=16421 vsize=27118284 memory=6154849915486037094 CPUtime=0 cores=0-7
/proc/16424/task/16437/stat : 16437 (java) S 16421 16424 16210 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 35 0 253132346 27769122816 274832 33554432000 4194304 4196468 140725555031680 140237588104576 140238395934421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16438] ppid=16421 vsize=27118284 memory=6944613755328037015 CPUtime=0 cores=0-7
/proc/16424/task/16438/stat : 16438 (java) S 16421 16424 16210 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 35 0 253132348 27769122816 274832 33554432000 4194304 4196468 140725555031680 140237587052880 140238395942811 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16439] ppid=16421 vsize=27118284 memory=7684433391216329530 CPUtime=1.89 cores=0-7
/proc/16424/task/16439/stat : 16439 (java) S 16421 16424 16210 0 -1 1077944384 5075 0 0 0 186 3 0 0 20 0 35 0 253132348 27769122816 274832 33554432000 4194304 4196468 140725555031680 140237586000240 140238395935362 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16440] ppid=16421 vsize=27118284 memory=7679937479730885434 CPUtime=2.02 cores=0-7
/proc/16424/task/16440/stat : 16440 (java) S 16421 16424 16210 0 -1 1077944384 5962 0 0 0 200 2 0 0 20 0 35 0 253132348 27769122816 274832 33554432000 4194304 4196468 140725555031680 140237584947440 140238395935362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16441] ppid=16421 vsize=27118284 memory=-2317720213663851332 CPUtime=2.25 cores=0-7
/proc/16424/task/16441/stat : 16441 (java) S 16421 16424 16210 0 -1 1077944384 4994 0 0 0 223 2 0 0 20 0 35 0 253132348 27769122816 274832 33554432000 4194304 4196468 140725555031680 140237583894640 140238395935362 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16442] ppid=16421 vsize=27118284 memory=6655300316396806240 CPUtime=1.45 cores=0-7
/proc/16424/task/16442/stat : 16442 (java) S 16421 16424 16210 0 -1 1077944384 6562 0 0 0 142 3 0 0 20 0 35 0 253132348 27769122816 274832 33554432000 4194304 4196468 140725555031680 140237582841840 140238395935362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16443] ppid=16421 vsize=27118284 memory=7959387142431338350 CPUtime=0 cores=0-7
/proc/16424/task/16443/stat : 16443 (java) S 16421 16424 16210 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 35 0 253132348 27769122816 274832 33554432000 4194304 4196468 140725555031680 140237581790304 140238395934421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16444] ppid=16421 vsize=27118284 memory=7378697629483820645 CPUtime=0 cores=0-7
/proc/16424/task/16444/stat : 16444 (java) S 16421 16424 16210 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 35 0 253132348 27769122816 274832 33554432000 4194304 4196468 140725555031680 140237580737584 140238395935362 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16445] ppid=16421 vsize=27118284 memory=3461361983025148000 CPUtime=0 cores=0-7
/proc/16424/task/16445/stat : 16445 (java) S 16421 16424 16210 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 35 0 253132682 27769122816 274832 33554432000 4194304 4196468 140725555031680 140237567296640 140238395934421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16446] ppid=16421 vsize=27118284 memory=-3252517613198930781 CPUtime=0.02 cores=0-7
/proc/16424/task/16446/stat : 16446 (java) S 16421 16424 16210 0 -1 1077944384 708 0 0 0 2 0 0 0 20 0 35 0 253132699 27769122816 274832 33554432000 4194304 4196468 140725555031680 140237564146832 140238395935362 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16447] ppid=16421 vsize=27118284 memory=6943526294502006880 CPUtime=0.28 cores=0-7
/proc/16424/task/16447/stat : 16447 (java) S 16421 16424 16210 0 -1 1077944384 157 0 0 0 28 0 0 0 20 0 35 0 253132713 27769122816 274832 33554432000 4194304 4196468 140725555031680 140237560996896 140238395934421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16448] ppid=16421 vsize=27118284 memory=6656426216303648864 CPUtime=0.33 cores=0-7
/proc/16424/task/16448/stat : 16448 (java) S 16421 16424 16210 0 -1 1077944384 114 0 0 0 33 0 0 0 20 0 35 0 253132714 27769122816 274832 33554432000 4194304 4196468 140725555031680 140237559944096 140238395934421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16449] ppid=16421 vsize=27118284 memory=0 CPUtime=0.3 cores=0-7
/proc/16424/task/16449/stat : 16449 (java) S 16421 16424 16210 0 -1 1077944384 45 0 0 0 30 0 0 0 20 0 35 0 253132714 27769122816 274832 33554432000 4194304 4196468 140725555031680 140237558891296 140238395934421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16450] ppid=16421 vsize=27118284 memory=90705012 CPUtime=0.32 cores=0-7
/proc/16424/task/16450/stat : 16450 (java) S 16421 16424 16210 0 -1 1077944384 44 0 0 0 32 0 0 0 20 0 35 0 253132721 27769122816 274832 33554432000 4194304 4196468 140725555031680 140237555741344 140238395934421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16451] ppid=16421 vsize=27118284 memory=280458815641712 CPUtime=0.31 cores=0-7
/proc/16424/task/16451/stat : 16451 (java) S 16421 16424 16210 0 -1 1077944384 90 0 0 0 31 0 0 0 20 0 35 0 253132721 27769122816 274832 33554432000 4194304 4196468 140725555031680 140237554689568 140238395934421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16452] ppid=16421 vsize=27118284 memory=4420 CPUtime=0.3 cores=0-7
/proc/16424/task/16452/stat : 16452 (java) S 16421 16424 16210 0 -1 1077944384 49 0 0 0 30 0 0 0 20 0 35 0 253132721 27769122816 274832 33554432000 4194304 4196468 140725555031680 140237553636768 140238395934421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16453] ppid=16421 vsize=27118284 memory=4156 CPUtime=0.31 cores=0-7
/proc/16424/task/16453/stat : 16453 (java) S 16421 16424 16210 0 -1 1077944384 79 0 0 0 31 0 0 0 20 0 35 0 253132721 27769122816 274832 33554432000 4194304 4196468 140725555031680 140237552583968 140238395934421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16454] ppid=16421 vsize=27118284 memory=7084813469699035216 CPUtime=0.27 cores=0-7
/proc/16424/task/16454/stat : 16454 (java) S 16421 16424 16210 0 -1 1077944384 65 0 0 0 27 0 0 0 20 0 35 0 253132721 27769122816 274832 33554432000 4194304 4196468 140725555031680 140237551528896 140238395934421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16455] ppid=16421 vsize=27118284 memory=57412 CPUtime=0 cores=0-7
/proc/16424/task/16455/stat : 16455 (java) S 16421 16424 16210 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 35 0 253132722 27769122816 274832 33554432000 4194304 4196468 140725555031680 140237550478368 140238395934421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16456] ppid=16421 vsize=27118284 memory=7524223503225350248 CPUtime=0 cores=0-7
/proc/16424/task/16456/stat : 16456 (java) S 16421 16424 16210 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 35 0 253132723 27769122816 274832 33554432000 4194304 4196468 140725555031680 140237549425568 140238395934421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16457] ppid=16421 vsize=27118284 memory=35585 CPUtime=0 cores=0-7
/proc/16424/task/16457/stat : 16457 (java) S 16421 16424 16210 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 35 0 253132724 27769122816 274832 33554432000 4194304 4196468 140725555031680 140237548372768 140238395934421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16459] ppid=16421 vsize=27118284 memory=-7313654673739556905 CPUtime=0.01 cores=0-7
/proc/16424/task/16459/stat : 16459 (java) S 16421 16424 16210 0 -1 1077944384 64 0 0 0 1 0 0 0 20 0 35 0 253132849 27769122816 274832 33554432000 4194304 4196468 140725555031680 140237546267232 140238395935362 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
[pid=16424/tid=16460] ppid=16421 vsize=27118284 memory=-8253362762721547642 CPUtime=0 cores=0-7
/proc/16424/task/16460/stat : 16460 (java) S 16421 16424 16210 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 35 0 253132851 27769122816 274832 33554432000 4194304 4196468 140725555031680 140237547320736 140238395934421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37244928 140725555033165 140725555033349 140725555033349 140725555036111 0
Current children cumulated CPU time: 20.47 s
Current children cumulated vsize: 27118284 KiB
Current children cumulated memory: 1099328 KiB

Child status: 1
Real time (s): 15.094
CPU time (s): 20.5001
CPU user time (s): 18.8188
CPU system time (s): 1.68127
CPU usage (%): 135.816
Max. virtual memory (cumulated for all children) (KiB): 27118284
Max. memory (cumulated for all children) (KiB): 1099328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 18.8188
system time used= 1.68127
maximum resident set size= 1101664
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56357
page faults= 0
swaps= 0
block input operations= 0
block output operations= 120
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8623
involuntary context switches= 234


# summary of solver processes directly reported to runsolver:
#   pid: 16424
#   total CPU time (s): 20.5001
#   total CPU user time (s): 18.8188
#   total CPU system time (s): 1.68127

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.135162 second user time and 0.218984 second system time

The end

Launcher Data

Begin job on node134 at 2018-08-15 19:54:51
IDJOB=4308879
IDBENCH=141058
IDSOLVER=2793
FILE ID=node134/4308879-1534355691
RUNJOBID= node134-1534353169-16237
PBS_JOBID= 21038259
Free space on /tmp= 51788 MiB

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

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

MD5SUM BENCH= 9a3bf89ae74321e3cfb193774a0c0983
RANDOM SEED=2026111387

node134.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.68
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.68
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.68
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.68
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:        24682056 kB
MemAvailable:   31891504 kB
Buffers:          214216 kB
Cached:          7211800 kB
SwapCached:           32 kB
Active:          3955336 kB
Inactive:        3526296 kB
Active(anon):       4616 kB
Inactive(anon):   111440 kB
Active(file):    3950720 kB
Inactive(file):  3414856 kB
Unevictable:        7392 kB
Mlocked:            7392 kB
SwapTotal:      67108860 kB
SwapFree:       67108688 kB
Dirty:             35516 kB
Writeback:            36 kB
AnonPages:         61032 kB
Mapped:            55740 kB
Shmem:             57844 kB
Slab:             301628 kB
SReclaimable:     272332 kB
SUnreclaim:        29296 kB
KernelStack:        3280 kB
PageTables:         5736 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     356776 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:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 51752 MiB
End job on node134 at 2018-08-15 19:55:07