Trace number 4256970

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 2017-07-26? (TO) 1594.61 252.134

General information on the benchmark

NameCutstock/Cutstock-zinc-s1/
Cutstock-t16-0.xml
MD5SUM646d28484bd146a649962766e861e016
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark1611
Best CPU time to get the best result obtained on this benchmark1948.77
Satisfiable
(Un)Satisfiability was proved
Number of variables33894
Number of constraints1636
Number of domains20
Minimum domain size2
Maximum domain size190
Distribution of domain sizes[{"size":2,"count":1614},{"size":8,"count":1614},{"size":16,"count":1614},{"size":44,"count":1614},{"size":56,"count":1614},{"size":62,"count":1614},{"size":71,"count":1614},{"size":76,"count":1614},{"size":85,"count":1614},{"size":102,"count":1614},{"size":109,"count":3228},{"size":110,"count":1614},{"size":112,"count":1614},{"size":125,"count":1614},{"size":126,"count":1614},{"size":132,"count":1614},{"size":154,"count":1614},{"size":165,"count":1614},{"size":168,"count":1614},{"size":190,"count":1614}]
Minimum variable degree3
Maximum variable degree3
Distribution of variable degrees[{"degree":3,"count":33894}]
Minimum constraint arity21
Maximum constraint arity32280
Distribution of constraint arities[{"arity":21,"count":1614},{"arity":1614,"count":21},{"arity":32280,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":1},{"type":"lex","count":1},{"type":"sum","count":1634}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.30/0.25	c version: 2017-07-26
0.30/0.25	c seed: 1375139428
0.30/0.25	c timeout: 2016
0.30/0.25	c memlimit: 22000
0.30/0.25	c nbcore: 8
0.30/0.28	c Parsing instance...
3.20/1.18	c Parsing done, starting search...
1593.88/252.07	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 (15375 MiB free)
  memory of node 1: 16384 MiB (15451 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4256970-1502641466/watcher-4256970-1502641466 -o /tmp/evaluation-result-4256970-1502641466/solver-4256970-1502641466 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node115-1502639064-9944 --watchdog 312 java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1375139428 --timelimit 2016 --memlimit 22000 --nbcore 8 HOME/instance-4256970-1502641466.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2016 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2046 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=15914, runsolver pid=15911
Current StackSize limit: 8192 KiB


[startup+0.100155 s]*
/proc/loadavg: 7.47 7.33 6.09 2/199 15934
/proc/meminfo: memFree=31549616/32770624 swapFree=67108860/67108860
[pid=15914] ppid=15911 vsize=26000848 memory=32144 CPUtime=0.13 cores=0-7
/proc/15914/stat : 15914 (java) S 15911 15914 9917 0 -1 1077944320 8445 0 0 0 11 2 0 0 20 0 20 0 97234323 26624868352 8036 33554432000 4194304 4196468 140729498679696 140729498662240 139880492945143 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
/proc/15914/statm: 6500212 8036 3411 1 0 6487932 0
[pid=15914/tid=15916] ppid=15911 vsize=26000848 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/15914/task/15916/stat : 15916 (java) R 15911 15914 9917 0 -1 4202560 6391 0 0 0 8 1 0 0 20 0 20 0 97234323 26624868352 8036 33554432000 4194304 4196468 140729498679696 139880497161824 139880477025630 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15917] ppid=15911 vsize=26000848 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/15914/task/15917/stat : 15917 (java) S 15911 15914 9917 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97234324 26624868352 8036 33554432000 4194304 4196468 140729498679696 139880445565840 139880492955349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15918] ppid=15911 vsize=26000848 memory=140342261057152 CPUtime=0 cores=0-7
/proc/15914/task/15918/stat : 15918 (java) S 15911 15914 9917 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97234324 26624868352 8036 33554432000 4194304 4196468 140729498679696 139880444513040 139880492955349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15919] ppid=15911 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/15914/task/15919/stat : 15919 (java) S 15911 15914 9917 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97234324 26624868352 8036 33554432000 4194304 4196468 140729498679696 139880443460752 139880492955349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15920] ppid=15911 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/15914/task/15920/stat : 15920 (java) S 15911 15914 9917 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97234324 26624868352 8036 33554432000 4194304 4196468 140729498679696 139880442407952 139880492955349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15921] ppid=15911 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/15914/task/15921/stat : 15921 (java) S 15911 15914 9917 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97234324 26624868352 8036 33554432000 4194304 4196468 140729498679696 139880047180176 139880492955349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15922] ppid=15911 vsize=26000848 memory=-1 CPUtime=0 cores=0-7
/proc/15914/task/15922/stat : 15922 (java) S 15911 15914 9917 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97234324 26624868352 8036 33554432000 4194304 4196468 140729498679696 139880046127376 139880492955349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15923] ppid=15911 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/15914/task/15923/stat : 15923 (java) S 15911 15914 9917 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97234324 26624868352 8036 33554432000 4194304 4196468 140729498679696 139880045075088 139880492955349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15924] ppid=15911 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/15914/task/15924/stat : 15924 (java) S 15911 15914 9917 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97234324 26624868352 8036 33554432000 4194304 4196468 140729498679696 139880044022288 139880492955349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15925] ppid=15911 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/15914/task/15925/stat : 15925 (java) S 15911 15914 9917 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97234326 26624868352 8036 33554432000 4194304 4196468 140729498679696 139878764837488 139880492956290 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15926] ppid=15911 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/15914/task/15926/stat : 15926 (java) S 15911 15914 9917 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 97234326 26624868352 8036 33554432000 4194304 4196468 140729498679696 139878696215840 139880492955349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15927] ppid=15911 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/15914/task/15927/stat : 15927 (java) S 15911 15914 9917 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 97234326 26624868352 8036 33554432000 4194304 4196468 140729498679696 139878695163504 139880492955349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15928] ppid=15911 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/15914/task/15928/stat : 15928 (java) S 15911 15914 9917 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97234329 26624868352 8036 33554432000 4194304 4196468 140729498679696 139878694111824 139880492963739 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15929] ppid=15911 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/15914/task/15929/stat : 15929 (java) S 15911 15914 9917 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 20 0 97234329 26624868352 8036 33554432000 4194304 4196468 140729498679696 139878693058672 139880492956290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15930] ppid=15911 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/15914/task/15930/stat : 15930 (java) S 15911 15914 9917 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97234329 26624868352 8036 33554432000 4194304 4196468 140729498679696 139878692005872 139880492956290 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15931] ppid=15911 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/15914/task/15931/stat : 15931 (java) S 15911 15914 9917 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97234329 26624868352 8036 33554432000 4194304 4196468 140729498679696 139878690953584 139880492956290 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15932] ppid=15911 vsize=26000848 memory=0 CPUtime=0.02 cores=0-7
/proc/15914/task/15932/stat : 15932 (java) S 15911 15914 9917 0 -1 1077944384 372 0 0 0 2 0 0 0 20 0 20 0 97234329 26624868352 8036 33554432000 4194304 4196468 140729498679696 139878689900784 139880492956290 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15933] ppid=15911 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/15914/task/15933/stat : 15933 (java) S 15911 15914 9917 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97234329 26624868352 8036 33554432000 4194304 4196468 140729498679696 139878688848736 139880492955349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15934] ppid=15911 vsize=26000848 memory=-1 CPUtime=0 cores=0-7
/proc/15914/task/15934/stat : 15934 (java) S 15911 15914 9917 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97234329 26624868352 8036 33554432000 4194304 4196468 140729498679696 139878687796016 139880492956290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 26000848 KiB
Current children cumulated memory: 32144 KiB

[startup+0.21011 s]*
/proc/loadavg: 7.47 7.33 6.09 3/199 15934
/proc/meminfo: memFree=31539780/32770624 swapFree=67108860/67108860
[pid=15914] ppid=15911 vsize=26000848 memory=41292 CPUtime=0.3 cores=0-7
/proc/15914/stat : 15914 (java) S 15911 15914 9917 0 -1 1077944320 9446 0 0 0 28 2 0 0 20 0 20 0 97234323 26624868352 10323 33554432000 4194304 4196468 140729498679696 140729498662240 139880492945143 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
/proc/15914/statm: 6500212 10323 3594 1 0 6487932 0
[pid=15914/tid=15916] ppid=15911 vsize=26000848 memory=4026531975 CPUtime=0.19 cores=0-7
/proc/15914/task/15916/stat : 15916 (java) R 15911 15914 9917 0 -1 4202560 7018 0 0 0 18 1 0 0 20 0 20 0 97234323 26624868352 10323 33554432000 4194304 4196468 140729498679696 139880497168448 139880477025630 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15917] ppid=15911 vsize=26000848 memory=9292 CPUtime=0 cores=0-7
/proc/15914/task/15917/stat : 15917 (java) S 15911 15914 9917 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97234324 26624868352 10323 33554432000 4194304 4196468 140729498679696 139880445565840 139880492955349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15918] ppid=15911 vsize=26000848 memory=288370718412768896 CPUtime=0 cores=0-7
/proc/15914/task/15918/stat : 15918 (java) S 15911 15914 9917 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97234324 26624868352 10323 33554432000 4194304 4196468 140729498679696 139880444513040 139880492955349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15919] ppid=15911 vsize=26000848 memory=-1 CPUtime=0 cores=0-7
/proc/15914/task/15919/stat : 15919 (java) S 15911 15914 9917 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97234324 26624868352 10323 33554432000 4194304 4196468 140729498679696 139880443460752 139880492955349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15920] ppid=15911 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/15914/task/15920/stat : 15920 (java) S 15911 15914 9917 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97234324 26624868352 10323 33554432000 4194304 4196468 140729498679696 139880442407952 139880492955349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15921] ppid=15911 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/15914/task/15921/stat : 15921 (java) S 15911 15914 9917 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97234324 26624868352 10323 33554432000 4194304 4196468 140729498679696 139880047180176 139880492955349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15922] ppid=15911 vsize=26000848 memory=-1 CPUtime=0 cores=0-7
/proc/15914/task/15922/stat : 15922 (java) S 15911 15914 9917 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97234324 26624868352 10323 33554432000 4194304 4196468 140729498679696 139880046127376 139880492955349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15923] ppid=15911 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/15914/task/15923/stat : 15923 (java) S 15911 15914 9917 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97234324 26624868352 10323 33554432000 4194304 4196468 140729498679696 139880045075088 139880492955349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15924] ppid=15911 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/15914/task/15924/stat : 15924 (java) S 15911 15914 9917 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97234324 26624868352 10323 33554432000 4194304 4196468 140729498679696 139880044022288 139880492955349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15925] ppid=15911 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/15914/task/15925/stat : 15925 (java) S 15911 15914 9917 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 97234326 26624868352 10323 33554432000 4194304 4196468 140729498679696 139878764837488 139880492956290 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15926] ppid=15911 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/15914/task/15926/stat : 15926 (java) S 15911 15914 9917 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 97234326 26624868352 10323 33554432000 4194304 4196468 140729498679696 139878696215840 139880492955349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15927] ppid=15911 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/15914/task/15927/stat : 15927 (java) S 15911 15914 9917 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 97234326 26624868352 10323 33554432000 4194304 4196468 140729498679696 139878695163504 139880492955349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15928] ppid=15911 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/15914/task/15928/stat : 15928 (java) S 15911 15914 9917 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97234329 26624868352 10323 33554432000 4194304 4196468 140729498679696 139878694111824 139880492963739 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15929] ppid=15911 vsize=26000848 memory=0 CPUtime=0.01 cores=0-7
/proc/15914/task/15929/stat : 15929 (java) S 15911 15914 9917 0 -1 1077944384 425 0 0 0 1 0 0 0 20 0 20 0 97234329 26624868352 10323 33554432000 4194304 4196468 140729498679696 139878693058672 139880492956290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15930] ppid=15911 vsize=26000848 memory=0 CPUtime=0.01 cores=0-7
/proc/15914/task/15930/stat : 15930 (java) S 15911 15914 9917 0 -1 1077944384 173 0 0 0 1 0 0 0 20 0 20 0 97234329 26624868352 10323 33554432000 4194304 4196468 140729498679696 139878692005872 139880492956290 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15931] ppid=15911 vsize=26000848 memory=0 CPUtime=0.01 cores=0-7
/proc/15914/task/15931/stat : 15931 (java) S 15911 15914 9917 0 -1 1077944384 41 0 0 0 1 0 0 0 20 0 20 0 97234329 26624868352 10323 33554432000 4194304 4196468 140729498679696 139878690953584 139880492956290 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15932] ppid=15911 vsize=26000848 memory=0 CPUtime=0.05 cores=0-7
/proc/15914/task/15932/stat : 15932 (java) R 15911 15914 9917 0 -1 4202560 405 0 0 0 5 0 0 0 20 0 20 0 97234329 26624868352 10323 33554432000 4194304 4196468 140729498679696 139878689900784 139880471568746 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15933] ppid=15911 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/15914/task/15933/stat : 15933 (java) S 15911 15914 9917 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97234329 26624868352 10323 33554432000 4194304 4196468 140729498679696 139878688848736 139880492955349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15934] ppid=15911 vsize=26000848 memory=-1 CPUtime=0 cores=0-7
/proc/15914/task/15934/stat : 15934 (java) S 15911 15914 9917 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97234329 26624868352 10323 33554432000 4194304 4196468 140729498679696 139878687796016 139880492956290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 26000848 KiB
Current children cumulated memory: 41292 KiB

[startup+0.309505 s]*
/proc/loadavg: 7.47 7.33 6.09 3/199 15934
/proc/meminfo: memFree=31532740/32770624 swapFree=67108860/67108860
[pid=15914] ppid=15911 vsize=26000868 memory=48824 CPUtime=0.47 cores=0-7
/proc/15914/stat : 15914 (java) S 15911 15914 9917 0 -1 1077944320 10484 0 0 0 44 3 0 0 20 0 20 0 97234323 26624888832 12206 33554432000 4194304 4196468 140729498679696 140729498662240 139880492945143 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
/proc/15914/statm: 6500217 12206 3691 1 0 6487932 0
[pid=15914/tid=15916] ppid=15911 vsize=26000868 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/15914/task/15916/stat : 15916 (java) R 15911 15914 9917 0 -1 4202560 7719 0 0 0 27 2 0 0 20 0 20 0 97234323 26624888832 12206 33554432000 4194304 4196468 140729498679696 139880497164912 139880471389888 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15917] ppid=15911 vsize=26000868 memory=0 CPUtime=0 cores=0-7
/proc/15914/task/15917/stat : 15917 (java) S 15911 15914 9917 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97234324 26624888832 12206 33554432000 4194304 4196468 140729498679696 139880445565840 139880492955349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15918] ppid=15911 vsize=26000868 memory=0 CPUtime=0 cores=0-7
/proc/15914/task/15918/stat : 15918 (java) S 15911 15914 9917 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97234324 26624888832 12206 33554432000 4194304 4196468 140729498679696 139880444513040 139880492955349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15919] ppid=15911 vsize=26000868 memory=0 CPUtime=0 cores=0-7
/proc/15914/task/15919/stat : 15919 (java) S 15911 15914 9917 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97234324 26624888832 12206 33554432000 4194304 4196468 140729498679696 139880443460752 139880492955349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15920] ppid=15911 vsize=26000868 memory=0 CPUtime=0 cores=0-7
/proc/15914/task/15920/stat : 15920 (java) S 15911 15914 9917 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97234324 26624888832 12206 33554432000 4194304 4196468 140729498679696 139880442407952 139880492955349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15921] ppid=15911 vsize=26000868 memory=2244 CPUtime=0 cores=0-7
/proc/15914/task/15921/stat : 15921 (java) S 15911 15914 9917 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97234324 26624888832 12206 33554432000 4194304 4196468 140729498679696 139880047180176 139880492955349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15922] ppid=15911 vsize=26000868 memory=140342150132655 CPUtime=0 cores=0-7
/proc/15914/task/15922/stat : 15922 (java) S 15911 15914 9917 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97234324 26624888832 12206 33554432000 4194304 4196468 140729498679696 139880046127376 139880492955349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15923] ppid=15911 vsize=26000868 memory=140342150134960 CPUtime=0 cores=0-7
/proc/15914/task/15923/stat : 15923 (java) S 15911 15914 9917 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97234324 26624888832 12206 33554432000 4194304 4196468 140729498679696 139880045075088 139880492955349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15924] ppid=15911 vsize=26000868 memory=140342150137264 CPUtime=0 cores=0-7
/proc/15914/task/15924/stat : 15924 (java) S 15911 15914 9917 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97234324 26624888832 12206 33554432000 4194304 4196468 140729498679696 139880044022288 139880492955349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15925] ppid=15911 vsize=26000868 memory=0 CPUtime=0 cores=0-7
/proc/15914/task/15925/stat : 15925 (java) S 15911 15914 9917 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 97234326 26624888832 12206 33554432000 4194304 4196468 140729498679696 139878764837488 139880492956290 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15926] ppid=15911 vsize=26000868 memory=280684300281488 CPUtime=0 cores=0-7
/proc/15914/task/15926/stat : 15926 (java) S 15911 15914 9917 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 97234326 26624888832 12206 33554432000 4194304 4196468 140729498679696 139878696215840 139880492955349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15927] ppid=15911 vsize=26000868 memory=280684300288400 CPUtime=0 cores=0-7
/proc/15914/task/15927/stat : 15927 (java) S 15911 15914 9917 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 97234326 26624888832 12206 33554432000 4194304 4196468 140729498679696 139878695163504 139880492955349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15928] ppid=15911 vsize=26000868 memory=280684300229552 CPUtime=0 cores=0-7
/proc/15914/task/15928/stat : 15928 (java) S 15911 15914 9917 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97234329 26624888832 12206 33554432000 4194304 4196468 140729498679696 139878694111824 139880492963739 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15929] ppid=15911 vsize=26000868 memory=280684300302224 CPUtime=0.02 cores=0-7
/proc/15914/task/15929/stat : 15929 (java) S 15911 15914 9917 0 -1 1077944384 427 0 0 0 2 0 0 0 20 0 20 0 97234329 26624888832 12206 33554432000 4194304 4196468 140729498679696 139878693058672 139880492956290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15930] ppid=15911 vsize=26000868 memory=280684300309136 CPUtime=0.03 cores=0-7
/proc/15914/task/15930/stat : 15930 (java) R 15911 15914 9917 0 -1 1077944384 296 0 0 0 3 0 0 0 20 0 20 0 97234329 26624888832 12206 33554432000 4194304 4196468 140729498679696 139878692005872 139880492956290 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15931] ppid=15911 vsize=26000868 memory=280684300306832 CPUtime=0.02 cores=0-7
/proc/15914/task/15931/stat : 15931 (java) S 15911 15914 9917 0 -1 1077944384 106 0 0 0 2 0 0 0 20 0 20 0 97234329 26624888832 12206 33554432000 4194304 4196468 140729498679696 139878690953584 139880492956290 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15932] ppid=15911 vsize=26000868 memory=280684300323440 CPUtime=0.08 cores=0-7
/proc/15914/task/15932/stat : 15932 (java) R 15911 15914 9917 0 -1 1077944384 550 0 0 0 8 0 0 0 20 0 20 0 97234329 26624888832 12206 33554432000 4194304 4196468 140729498679696 139878689900784 139880492956290 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15933] ppid=15911 vsize=26000868 memory=0 CPUtime=0 cores=0-7
/proc/15914/task/15933/stat : 15933 (java) S 15911 15914 9917 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97234329 26624888832 12206 33554432000 4194304 4196468 140729498679696 139878688848736 139880492955349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15934] ppid=15911 vsize=26000868 memory=-1 CPUtime=0 cores=0-7
/proc/15914/task/15934/stat : 15934 (java) S 15911 15914 9917 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97234329 26624888832 12206 33554432000 4194304 4196468 140729498679696 139878687796016 139880492956290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 26000868 KiB
Current children cumulated memory: 48824 KiB

[startup+0.700833 s]
/proc/loadavg: 7.47 7.33 6.09 5/199 15934
/proc/meminfo: memFree=31513036/32770624 swapFree=67108860/67108860
[pid=15914] ppid=15911 vsize=26002916 memory=106056 CPUtime=1.58 cores=0-7
/proc/15914/stat : 15914 (java) S 15911 15914 9917 0 -1 1077944320 14547 0 0 0 152 6 0 0 20 0 20 0 97234323 26626985984 26514 33554432000 4194304 4196468 140729498679696 140729498662240 139880492945143 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
/proc/15914/statm: 6500729 26514 3778 1 0 6488444 0
[pid=15914/tid=15916] ppid=15911 vsize=26002916 memory=0 CPUtime=0.67 cores=0-7
/proc/15914/task/15916/stat : 15916 (java) R 15911 15914 9917 0 -1 4202560 8457 0 0 0 64 3 0 0 20 0 20 0 97234323 26626985984 26514 33554432000 4194304 4196468 140729498679696 139880497180720 139880475408232 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15917] ppid=15911 vsize=26002916 memory=0 CPUtime=0 cores=0-7
/proc/15914/task/15917/stat : 15917 (java) S 15911 15914 9917 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97234324 26626985984 26514 33554432000 4194304 4196468 140729498679696 139880445565840 139880492955349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15918] ppid=15911 vsize=26002916 memory=0 CPUtime=0 cores=0-7
/proc/15914/task/15918/stat : 15918 (java) S 15911 15914 9917 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97234324 26626985984 26514 33554432000 4194304 4196468 140729498679696 139880444513040 139880492955349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15919] ppid=15911 vsize=26002916 memory=0 CPUtime=0 cores=0-7
/proc/15914/task/15919/stat : 15919 (java) S 15911 15914 9917 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97234324 26626985984 26514 33554432000 4194304 4196468 140729498679696 139880443460752 139880492955349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15920] ppid=15911 vsize=26002916 memory=1228 CPUtime=0 cores=0-7
/proc/15914/task/15920/stat : 15920 (java) S 15911 15914 9917 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97234324 26626985984 26514 33554432000 4194304 4196468 140729498679696 139880442407952 139880492955349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15921] ppid=15911 vsize=26002916 memory=10928 CPUtime=0 cores=0-7
/proc/15914/task/15921/stat : 15921 (java) S 15911 15914 9917 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97234324 26626985984 26514 33554432000 4194304 4196468 140729498679696 139880047180176 139880492955349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15922] ppid=15911 vsize=26002916 memory=796 CPUtime=0 cores=0-7
/proc/15914/task/15922/stat : 15922 (java) S 15911 15914 9917 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97234324 26626985984 26514 33554432000 4194304 4196468 140729498679696 139880046127376 139880492955349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15923] ppid=15911 vsize=26002916 memory=1424 CPUtime=0 cores=0-7
/proc/15914/task/15923/stat : 15923 (java) S 15911 15914 9917 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97234324 26626985984 26514 33554432000 4194304 4196468 140729498679696 139880045075088 139880492955349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15924] ppid=15911 vsize=26002916 memory=15872 CPUtime=0 cores=0-7
/proc/15914/task/15924/stat : 15924 (java) S 15911 15914 9917 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97234324 26626985984 26514 33554432000 4194304 4196468 140729498679696 139880044022288 139880492955349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15925] ppid=15911 vsize=26002916 memory=4052 CPUtime=0 cores=0-7
/proc/15914/task/15925/stat : 15925 (java) S 15911 15914 9917 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 97234326 26626985984 26514 33554432000 4194304 4196468 140729498679696 139878764837488 139880492956290 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0

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

[pid=15914/tid=15926] ppid=15911 vsize=27144780 memory=-7522928886182277497 CPUtime=0 cores=0-7
/proc/15914/task/15926/stat : 15926 (java) S 15911 15914 9917 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 37 0 97234326 27796254720 2020454 33554432000 4194304 4196468 140729498679696 139878696215904 139880492955349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15927] ppid=15911 vsize=27144780 memory=-8918985358556031095 CPUtime=0 cores=0-7
/proc/15914/task/15927/stat : 15927 (java) S 15911 15914 9917 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 37 0 97234326 27796254720 2020454 33554432000 4194304 4196468 140729498679696 139878695163520 139880492955349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15928] ppid=15911 vsize=27144780 memory=6655300316396806240 CPUtime=0 cores=0-7
/proc/15914/task/15928/stat : 15928 (java) S 15911 15914 9917 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 37 0 97234329 27796254720 2020454 33554432000 4194304 4196468 140729498679696 139878694111824 139880492963739 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15929] ppid=15911 vsize=27144780 memory=932 CPUtime=3.49 cores=0-7
/proc/15914/task/15929/stat : 15929 (java) S 15911 15914 9917 0 -1 1077944384 20231 0 0 0 345 4 0 0 20 0 37 0 97234329 27796254720 2020454 33554432000 4194304 4196468 140729498679696 139878693058672 139880492956290 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15930] ppid=15911 vsize=27144780 memory=1576 CPUtime=4.44 cores=0-7
/proc/15914/task/15930/stat : 15930 (java) S 15911 15914 9917 0 -1 1077944384 23324 0 0 0 441 3 0 0 20 0 37 0 97234329 27796254720 2020454 33554432000 4194304 4196468 140729498679696 139878692005872 139880492956290 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15931] ppid=15911 vsize=27144780 memory=2240 CPUtime=3.62 cores=0-7
/proc/15914/task/15931/stat : 15931 (java) S 15911 15914 9917 0 -1 1077944384 19239 0 0 0 357 5 0 0 20 0 37 0 97234329 27796254720 2020454 33554432000 4194304 4196468 140729498679696 139878690953584 139880492956290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15932] ppid=15911 vsize=27144780 memory=4128 CPUtime=1.27 cores=0-7
/proc/15914/task/15932/stat : 15932 (java) S 15911 15914 9917 0 -1 1077944384 20823 0 0 0 122 5 0 0 20 0 37 0 97234329 27796254720 2020454 33554432000 4194304 4196468 140729498679696 139878689900784 139880492956290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15933] ppid=15911 vsize=27144780 memory=2200 CPUtime=0 cores=0-7
/proc/15914/task/15933/stat : 15933 (java) S 15911 15914 9917 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 37 0 97234329 27796254720 2020454 33554432000 4194304 4196468 140729498679696 139878688848736 139880492955349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15934] ppid=15911 vsize=27144780 memory=6508 CPUtime=0.09 cores=0-7
/proc/15914/task/15934/stat : 15934 (java) S 15911 15914 9917 0 -1 1077944384 1255 0 0 0 4 5 0 0 20 0 37 0 97234329 27796254720 2020454 33554432000 4194304 4196468 140729498679696 139878687796016 139880492956290 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15935] ppid=15911 vsize=27144780 memory=836 CPUtime=0.01 cores=0-7
/proc/15914/task/15935/stat : 15935 (java) S 15911 15914 9917 0 -1 1077944384 414 0 0 0 1 0 0 0 20 0 37 0 97240331 27796254720 2020454 33554432000 4194304 4196468 140729498679696 139878677509536 139880492955349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15936] ppid=15911 vsize=27144780 memory=4104 CPUtime=0.54 cores=0-7
/proc/15914/task/15936/stat : 15936 (java) S 15911 15914 9917 0 -1 1077944384 1855 0 0 0 16 38 0 0 20 0 37 0 97240343 27796254720 2020454 33554432000 4194304 4196468 140729498679696 139878674359728 139880492956290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15937] ppid=15911 vsize=27144780 memory=1696 CPUtime=159.4 cores=0-7
/proc/15914/task/15937/stat : 15937 (java) R 15911 15914 9917 0 -1 4202560 14336 0 0 0 15905 35 0 0 20 0 37 0 97240353 27796254720 2020454 33554432000 4194304 4196468 140729498679696 139878671203528 139880130519294 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15938] ppid=15911 vsize=27144780 memory=7822038051842261661 CPUtime=157.73 cores=0-7
/proc/15914/task/15938/stat : 15938 (java) R 15911 15914 9917 0 -1 4202560 13102 0 0 0 15746 27 0 0 20 0 37 0 97240353 27796254720 2020454 33554432000 4194304 4196468 140729498679696 139878670150656 139880132805961 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15939] ppid=15911 vsize=27144780 memory=-8707038579349950309 CPUtime=158.84 cores=0-7
/proc/15914/task/15939/stat : 15939 (java) R 15911 15914 9917 0 -1 4202560 28613 0 0 0 15851 33 0 0 20 0 37 0 97240354 27796254720 2020454 33554432000 4194304 4196468 140729498679696 139878669098504 139880132256309 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15940] ppid=15911 vsize=27144780 memory=-6520471753822164382 CPUtime=3.66 cores=0-7
/proc/15914/task/15940/stat : 15940 (java) S 15911 15914 9917 0 -1 1077944384 190 0 0 0 366 0 0 0 20 0 37 0 97240356 27796254720 2020454 33554432000 4194304 4196468 140729498679696 139878668051376 139880492955349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15941] ppid=15911 vsize=27144780 memory=-8412656567318647667 CPUtime=102.23 cores=0-7
/proc/15914/task/15941/stat : 15941 (java) S 15911 15914 9917 0 -1 1077944384 25471 0 0 0 10197 26 0 0 20 0 37 0 97240356 27796254720 2020454 33554432000 4194304 4196468 140729498679696 139878666999312 139880492955349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15942] ppid=15911 vsize=27144780 memory=9047017150487036575 CPUtime=48.07 cores=0-7
/proc/15914/task/15942/stat : 15942 (java) R 15911 15914 9917 0 -1 4202560 3007 0 0 0 4805 2 0 0 20 0 37 0 97240356 27796254720 2020454 33554432000 4194304 4196468 140729498679696 139878665940552 139880130420951 0 4 0 16800975 0 0 0 -1 7 0 0 1 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15943] ppid=15911 vsize=27144780 memory=-8341965534556230502 CPUtime=157.88 cores=0-7
/proc/15914/task/15943/stat : 15943 (java) R 15911 15914 9917 0 -1 4202560 55440 0 0 0 15756 32 0 0 20 0 37 0 97240356 27796254720 2020454 33554432000 4194304 4196468 140729498679696 139878664888184 139880130519294 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15944] ppid=15911 vsize=27144780 memory=9047017150487036571 CPUtime=3.77 cores=0-7
/proc/15914/task/15944/stat : 15944 (java) S 15911 15914 9917 0 -1 1077944384 199 0 0 0 377 0 0 0 20 0 37 0 97240356 27796254720 2020454 33554432000 4194304 4196468 140729498679696 139878663841200 139880492955349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15945] ppid=15911 vsize=27144780 memory=4715433313220523562 CPUtime=154.81 cores=0-7
/proc/15914/task/15945/stat : 15945 (java) R 15911 15914 9917 0 -1 4202560 27654 0 0 0 15444 37 0 0 20 0 37 0 97240356 27796254720 2020454 33554432000 4194304 4196468 140729498679696 139878662781400 139880129926740 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15946] ppid=15911 vsize=27144780 memory=3055219902687559784 CPUtime=154.75 cores=0-7
/proc/15914/task/15946/stat : 15946 (java) R 15911 15914 9917 0 -1 4202560 12037 0 0 0 15442 33 0 0 20 0 37 0 97240357 27796254720 2020454 33554432000 4194304 4196468 140729498679696 139878661732112 139880132256309 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15947] ppid=15911 vsize=27144780 memory=0 CPUtime=0 cores=0-7
/proc/15914/task/15947/stat : 15947 (java) S 15911 15914 9917 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 37 0 97240357 27796254720 2020454 33554432000 4194304 4196468 140729498679696 139878660682800 139880492955349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15948] ppid=15911 vsize=27144780 memory=280684300190016 CPUtime=155.24 cores=0-7
/proc/15914/task/15948/stat : 15948 (java) R 15911 15914 9917 0 -1 4202560 35962 0 0 0 15480 44 0 0 20 0 37 0 97240787 27796254720 2020454 33554432000 4194304 4196468 140729498679696 139878659624328 139880130420951 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15949] ppid=15911 vsize=27144780 memory=4132 CPUtime=0 cores=0-7
/proc/15914/task/15949/stat : 15949 (java) S 15911 15914 9917 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 37 0 97240787 27796254720 2020454 33554432000 4194304 4196468 140729498679696 139878658577712 139880492955349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15950] ppid=15911 vsize=27144780 memory=28016 CPUtime=0 cores=0-7
/proc/15914/task/15950/stat : 15950 (java) S 15911 15914 9917 0 -1 1077944384 154 0 0 0 0 0 0 0 20 0 37 0 97240787 27796254720 2020454 33554432000 4194304 4196468 140729498679696 139878657525136 139880492955349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15951] ppid=15911 vsize=27144780 memory=15058155342575 CPUtime=11.87 cores=0-7
/proc/15914/task/15951/stat : 15951 (java) S 15911 15914 9917 0 -1 1077944384 2951 0 0 0 1186 1 0 0 20 0 37 0 97240787 27796254720 2020454 33554432000 4194304 4196468 140729498679696 139878656472848 139880492955349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
Current children cumulated CPU time: 1357.25 s
Current children cumulated vsize: 27144780 KiB
Current children cumulated memory: 8081816 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+252.002 s]
/proc/loadavg: 8.96 7.61 6.41 9/216 15951
/proc/meminfo: memFree=23482844/32770624 swapFree=67108860/67108860
[pid=15914] ppid=15911 vsize=27144780 memory=8083992 CPUtime=1593.88 cores=0-7
/proc/15914/stat : 15914 (java) S 15911 15914 9917 0 -1 1077944320 467832 0 1 0 158814 574 0 0 20 0 37 0 97234323 27796254720 2020998 33554432000 4194304 4196468 140729498679696 140729498662240 139880492945143 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
/proc/15914/statm: 6786195 2020998 3874 1 0 6773389 0
[pid=15914/tid=15916] ppid=15911 vsize=27144780 memory=8083884 CPUtime=59.96 cores=0-7
/proc/15914/task/15916/stat : 15916 (java) S 15911 15914 9917 0 -1 1077944384 21715 0 0 0 5957 39 0 0 20 0 37 0 97234323 27796254720 2020998 33554432000 4194304 4196468 140729498679696 139880497182848 139880492955349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15917] ppid=15911 vsize=27144780 memory=8083928 CPUtime=1.96 cores=0-7
/proc/15914/task/15917/stat : 15917 (java) S 15911 15914 9917 0 -1 1077944384 10411 0 0 0 174 22 0 0 20 0 37 0 97234324 27796254720 2020998 33554432000 4194304 4196468 140729498679696 139880445565840 139880492955349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15918] ppid=15911 vsize=27144780 memory=8083992 CPUtime=1.94 cores=0-7
/proc/15914/task/15918/stat : 15918 (java) S 15911 15914 9917 0 -1 1077944384 9399 0 0 0 167 27 0 0 20 0 37 0 97234324 27796254720 2020998 33554432000 4194304 4196468 140729498679696 139880444513040 139880492955349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15919] ppid=15911 vsize=27144780 memory=8083992 CPUtime=1.97 cores=0-7
/proc/15914/task/15919/stat : 15919 (java) S 15911 15914 9917 0 -1 1077944384 10332 0 0 0 170 27 0 0 20 0 37 0 97234324 27796254720 2020998 33554432000 4194304 4196468 140729498679696 139880443460752 139880492955349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15920] ppid=15911 vsize=27144780 memory=8083992 CPUtime=1.98 cores=0-7
/proc/15914/task/15920/stat : 15920 (java) S 15911 15914 9917 0 -1 1077944384 10587 0 0 0 174 24 0 0 20 0 37 0 97234324 27796254720 2020998 33554432000 4194304 4196468 140729498679696 139880442407952 139880492955349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15921] ppid=15911 vsize=27144780 memory=8083876 CPUtime=1.95 cores=0-7
/proc/15914/task/15921/stat : 15921 (java) S 15911 15914 9917 0 -1 1077944384 10055 0 0 0 170 25 0 0 20 0 37 0 97234324 27796254720 2020998 33554432000 4194304 4196468 140729498679696 139880047180176 139880492955349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15922] ppid=15911 vsize=27144780 memory=8083940 CPUtime=1.95 cores=0-7
/proc/15914/task/15922/stat : 15922 (java) S 15911 15914 9917 0 -1 1077944384 9717 0 0 0 166 29 0 0 20 0 37 0 97234324 27796254720 2020998 33554432000 4194304 4196468 140729498679696 139880046127376 139880492955349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15923] ppid=15911 vsize=27144780 memory=0 CPUtime=1.98 cores=0-7
/proc/15914/task/15923/stat : 15923 (java) S 15911 15914 9917 0 -1 1077944384 11294 0 0 0 171 27 0 0 20 0 37 0 97234324 27796254720 2020998 33554432000 4194304 4196468 140729498679696 139880045075088 139880492955349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15924] ppid=15911 vsize=27144780 memory=4132 CPUtime=1.94 cores=0-7
/proc/15914/task/15924/stat : 15924 (java) S 15911 15914 9917 0 -1 1077944384 9025 0 0 0 169 25 0 0 20 0 37 0 97234324 27796254720 2020998 33554432000 4194304 4196468 140729498679696 139880044022288 139880492955349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15925] ppid=15911 vsize=27144780 memory=1576 CPUtime=0.31 cores=0-7
/proc/15914/task/15925/stat : 15925 (java) S 15911 15914 9917 0 -1 1077944384 13975 0 1 0 28 3 0 0 20 0 37 0 97234326 27796254720 2020998 33554432000 4194304 4196468 140729498679696 139878764837488 139880492956290 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15926] ppid=15911 vsize=27144780 memory=2240 CPUtime=0 cores=0-7
/proc/15914/task/15926/stat : 15926 (java) S 15911 15914 9917 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 37 0 97234326 27796254720 2020998 33554432000 4194304 4196468 140729498679696 139878696215904 139880492955349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15927] ppid=15911 vsize=27144780 memory=15460 CPUtime=0 cores=0-7
/proc/15914/task/15927/stat : 15927 (java) S 15911 15914 9917 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 37 0 97234326 27796254720 2020998 33554432000 4194304 4196468 140729498679696 139878695163520 139880492955349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15928] ppid=15911 vsize=27144780 memory=17668 CPUtime=0 cores=0-7
/proc/15914/task/15928/stat : 15928 (java) S 15911 15914 9917 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 37 0 97234329 27796254720 2020998 33554432000 4194304 4196468 140729498679696 139878694111824 139880492963739 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15929] ppid=15911 vsize=27144780 memory=0 CPUtime=3.53 cores=0-7
/proc/15914/task/15929/stat : 15929 (java) S 15911 15914 9917 0 -1 1077944384 21367 0 0 0 349 4 0 0 20 0 37 0 97234329 27796254720 2020998 33554432000 4194304 4196468 140729498679696 139878693058672 139880492956290 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15930] ppid=15911 vsize=27144780 memory=-7457095209514532716 CPUtime=4.46 cores=0-7
/proc/15914/task/15930/stat : 15930 (java) S 15911 15914 9917 0 -1 1077944384 23944 0 0 0 443 3 0 0 20 0 37 0 97234329 27796254720 2020998 33554432000 4194304 4196468 140729498679696 139878692005872 139880492956290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15931] ppid=15911 vsize=27144780 memory=8081816 CPUtime=3.63 cores=0-7
/proc/15914/task/15931/stat : 15931 (java) S 15911 15914 9917 0 -1 1077944384 19244 0 0 0 358 5 0 0 20 0 37 0 97234329 27796254720 2020998 33554432000 4194304 4196468 140729498679696 139878690953584 139880492956290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15932] ppid=15911 vsize=27144780 memory=28016 CPUtime=1.35 cores=0-7
/proc/15914/task/15932/stat : 15932 (java) S 15911 15914 9917 0 -1 1077944384 25439 0 0 0 128 7 0 0 20 0 37 0 97234329 27796254720 2020998 33554432000 4194304 4196468 140729498679696 139878689900784 139880492956290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15933] ppid=15911 vsize=27144780 memory=4132 CPUtime=0 cores=0-7
/proc/15914/task/15933/stat : 15933 (java) S 15911 15914 9917 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 37 0 97234329 27796254720 2020998 33554432000 4194304 4196468 140729498679696 139878688848736 139880492955349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15934] ppid=15911 vsize=27144780 memory=28016 CPUtime=0.11 cores=0-7
/proc/15914/task/15934/stat : 15934 (java) S 15911 15914 9917 0 -1 1077944384 1316 0 0 0 5 6 0 0 20 0 37 0 97234329 27796254720 2020998 33554432000 4194304 4196468 140729498679696 139878687796016 139880492956290 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15935] ppid=15911 vsize=27144780 memory=1296 CPUtime=0.02 cores=0-7
/proc/15914/task/15935/stat : 15935 (java) S 15911 15914 9917 0 -1 1077944384 548 0 0 0 2 0 0 0 20 0 37 0 97240331 27796254720 2020998 33554432000 4194304 4196468 140729498679696 139878677509424 139880492955349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15936] ppid=15911 vsize=27144780 memory=8083992 CPUtime=0.61 cores=0-7
/proc/15914/task/15936/stat : 15936 (java) S 15911 15914 9917 0 -1 1077944384 2121 0 0 0 18 43 0 0 20 0 37 0 97240343 27796254720 2020998 33554432000 4194304 4196468 140729498679696 139878674359728 139880492956290 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15937] ppid=15911 vsize=27144780 memory=1728 CPUtime=188.98 cores=0-7
/proc/15914/task/15937/stat : 15937 (java) R 15911 15914 9917 0 -1 4202560 16225 0 0 0 18861 37 0 0 20 0 37 0 97240353 27796254720 2020998 33554432000 4194304 4196468 140729498679696 139878671206256 139880129691172 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15938] ppid=15911 vsize=27144780 memory=8083992 CPUtime=187.3 cores=0-7
/proc/15914/task/15938/stat : 15938 (java) R 15911 15914 9917 0 -1 4202560 15255 0 0 0 18702 28 0 0 20 0 37 0 97240353 27796254720 2020998 33554432000 4194304 4196468 140729498679696 139878670150792 139880129691124 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15939] ppid=15911 vsize=27144780 memory=1928 CPUtime=188.39 cores=0-7
/proc/15914/task/15939/stat : 15939 (java) R 15911 15914 9917 0 -1 4202560 32868 0 0 0 18804 35 0 0 20 0 37 0 97240354 27796254720 2020998 33554432000 4194304 4196468 140729498679696 139878669098504 139880129691124 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15940] ppid=15911 vsize=27144780 memory=1200 CPUtime=6.85 cores=0-7
/proc/15914/task/15940/stat : 15940 (java) S 15911 15914 9917 0 -1 1077944384 299 0 0 0 685 0 0 0 20 0 37 0 97240356 27796254720 2020998 33554432000 4194304 4196468 140729498679696 139878668051600 139880492955349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15941] ppid=15911 vsize=27144780 memory=8564 CPUtime=117.53 cores=0-7
/proc/15914/task/15941/stat : 15941 (java) R 15911 15914 9917 0 -1 4202560 28623 0 0 0 11726 27 0 0 20 0 37 0 97240356 27796254720 2020998 33554432000 4194304 4196468 140729498679696 139878666998208 139880129926803 0 4 0 16800975 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15942] ppid=15911 vsize=27144780 memory=5664 CPUtime=76.91 cores=0-7
/proc/15914/task/15942/stat : 15942 (java) R 15911 15914 9917 0 -1 4202560 7875 0 0 0 7687 4 0 0 20 0 37 0 97240356 27796254720 2020998 33554432000 4194304 4196468 140729498679696 139878665940552 139880130420951 0 4 0 16800975 0 0 0 -1 7 0 0 1 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15943] ppid=15911 vsize=27144780 memory=8083992 CPUtime=187.46 cores=0-7
/proc/15914/task/15943/stat : 15943 (java) R 15911 15914 9917 0 -1 4202560 65480 0 0 0 18710 36 0 0 20 0 37 0 97240356 27796254720 2020998 33554432000 4194304 4196468 140729498679696 139878664888264 139880125145599 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15944] ppid=15911 vsize=27144780 memory=8083992 CPUtime=3.77 cores=0-7
/proc/15914/task/15944/stat : 15944 (java) S 15911 15914 9917 0 -1 1077944384 199 0 0 0 377 0 0 0 20 0 37 0 97240356 27796254720 2020998 33554432000 4194304 4196468 140729498679696 139878663841200 139880492955349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15945] ppid=15911 vsize=27144780 memory=0 CPUtime=164.16 cores=0-7
/proc/15914/task/15945/stat : 15945 (java) S 15911 15914 9917 0 -1 1077944384 30316 0 0 0 16378 38 0 0 20 0 37 0 97240356 27796254720 2020998 33554432000 4194304 4196468 140729498679696 139878662788112 139880492955349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15946] ppid=15911 vsize=27144780 memory=1187 CPUtime=184.23 cores=0-7
/proc/15914/task/15946/stat : 15946 (java) R 15911 15914 9917 0 -1 4202560 14743 0 0 0 18385 38 0 0 20 0 37 0 97240357 27796254720 2020998 33554432000 4194304 4196468 140729498679696 139878661729384 139880125145594 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15947] ppid=15911 vsize=27144780 memory=18444 CPUtime=0 cores=0-7
/proc/15914/task/15947/stat : 15947 (java) S 15911 15914 9917 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 37 0 97240357 27796254720 2020998 33554432000 4194304 4196468 140729498679696 139878660683024 139880492955349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15948] ppid=15911 vsize=27144780 memory=1788 CPUtime=184.81 cores=0-7
/proc/15914/task/15948/stat : 15948 (java) R 15911 15914 9917 0 -1 4202560 40746 0 0 0 18433 48 0 0 20 0 37 0 97240787 27796254720 2020998 33554432000 4194304 4196468 140729498679696 139878659624328 139880130420951 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15949] ppid=15911 vsize=27144780 memory=8083992 CPUtime=0 cores=0-7
/proc/15914/task/15949/stat : 15949 (java) S 15911 15914 9917 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 37 0 97240787 27796254720 2020998 33554432000 4194304 4196468 140729498679696 139878658577712 139880492955349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15950] ppid=15911 vsize=27144780 memory=952 CPUtime=1.66 cores=0-7
/proc/15914/task/15950/stat : 15950 (java) S 15911 15914 9917 0 -1 1077944384 214 0 0 0 166 0 0 0 20 0 37 0 97240787 27796254720 2020998 33554432000 4194304 4196468 140729498679696 139878657525136 139880492955349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
[pid=15914/tid=15951] ppid=15911 vsize=27144780 memory=6791534058613427641 CPUtime=11.88 cores=0-7
/proc/15914/task/15951/stat : 15951 (java) S 15911 15914 9917 0 -1 1077944384 2953 0 0 0 1187 1 0 0 20 0 37 0 97240787 27796254720 2020998 33554432000 4194304 4196468 140729498679696 139878656472848 139880492955349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35844096 140729498686567 140729498686752 140729498686752 140729498689487 0
Current children cumulated CPU time: 1593.88 s
Current children cumulated vsize: 27144780 KiB
Current children cumulated memory: 8083992 KiB

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

[startup+252.134 s]
# the end of solver process 15914 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1588.81 s, system=5.79888 s

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

[startup+252.112 s]*
/proc/loadavg: 8.89 7.62 6.42 2/181 15953
/proc/meminfo: memFree=28341628/32770624 swapFree=67108860/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): 252.134
CPU time (s): 1594.61
CPU user time (s): 1588.81
CPU system time (s): 5.79888
CPU usage (%): 632.447
Max. virtual memory (cumulated for all children) (KiB): 27144780
Max. memory (cumulated for all children) (KiB): 8083992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1588.81
system time used= 5.79888
maximum resident set size= 8084460
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 468329
page faults= 1
swaps= 0
block input operations= 56
block output operations= 512
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 35384
involuntary context switches= 33472


# summary of solver processes directly reported to runsolver:
#   pid: 15914
#   total CPU time (s): 1594.61
#   total CPU user time (s): 1588.81
#   total CPU system time (s): 5.79888

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.10739 second user time and 3.27613 second system time

The end

Launcher Data

Begin job on node115 at 2017-08-13 18:10:07
IDJOB=4256970
IDBENCH=124184
IDSOLVER=2641
FILE ID=node115/4256970-1502641466
RUNJOBID= node115-1502639064-9944
PBS_JOBID= 20628332
Free space on /tmp= 61812 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-07-26
BENCH NAME= XCSP17/Cutstock/Cutstock-zinc-s1/Cutstock-t16-0.xml
COMMAND LINE= java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 22000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4256970-1502641466/watcher-4256970-1502641466 -o /tmp/evaluation-result-4256970-1502641466/solver-4256970-1502641466 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node115-1502639064-9944 --watchdog 312  java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1375139428 --timelimit 2016 --memlimit 22000 --nbcore 8 HOME/instance-4256970-1502641466.xml

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

MD5SUM BENCH= 646d28484bd146a649962766e861e016
RANDOM SEED=1375139428

node115.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.69
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.69
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.69
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.69
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:        31566328 kB
MemAvailable:   31982940 kB
Buffers:          127156 kB
Cached:           576004 kB
SwapCached:            0 kB
Active:           551792 kB
Inactive:         206408 kB
Active(anon):       3768 kB
Inactive(anon):    79404 kB
Active(file):     548024 kB
Inactive(file):   127004 kB
Unevictable:        6220 kB
Mlocked:            6220 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42540 kB
Writeback:             8 kB
AnonPages:         61356 kB
Mapped:            43536 kB
Shmem:             25224 kB
Slab:             140264 kB
SReclaimable:     114840 kB
SUnreclaim:        25424 kB
KernelStack:        3248 kB
PageTables:         4684 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     323308 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:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 61772 MiB
End job on node115 at 2017-08-13 18:14:20