Trace number 4308703

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 - Hybrid 2018-08-14? (TO) 2520.09 2483.62

General information on the benchmark

NameFapp/Fapp-m2s/
Fapp-m2s-05-0350_c18.xml
MD5SUM51c3d091a7e4b0716a15e9a29832b849
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark524813477
Best CPU time to get the best result obtained on this benchmark2527.64
Satisfiable
(Un)Satisfiability was proved
Number of variables7232
Number of constraints4665
Number of domains18
Minimum domain size1
Maximum domain size135
Distribution of domain sizes[{"size":1,"count":3},{"size":2,"count":2524},{"size":11,"count":2177},{"size":12,"count":1},{"size":25,"count":55},{"size":33,"count":45},{"size":44,"count":26},{"size":48,"count":22},{"size":51,"count":17},{"size":55,"count":31},{"size":91,"count":204},{"size":102,"count":203},{"size":106,"count":126},{"size":135,"count":1798}]
Minimum variable degree2
Maximum variable degree2178
Distribution of variable degrees[{"degree":2,"count":6532},{"degree":3,"count":5},{"degree":4,"count":7},{"degree":5,"count":11},{"degree":6,"count":11},{"degree":7,"count":19},{"degree":8,"count":26},{"degree":9,"count":28},{"degree":10,"count":31},{"degree":11,"count":40},{"degree":12,"count":48},{"degree":13,"count":50},{"degree":14,"count":80},{"degree":15,"count":109},{"degree":16,"count":148},{"degree":17,"count":81},{"degree":18,"count":2},{"degree":19,"count":2},{"degree":21,"count":1},{"degree":2178,"count":1}]
Minimum constraint arity2
Maximum constraint arity6
Distribution of constraint arities[{"arity":2,"count":311},{"arity":3,"count":2177},{"arity":6,"count":2177}]
Number of extensional constraints2177
Number of intensional constraints2488
Distribution of constraint types[{"type":"extension","count":2177},{"type":"intension","count":2488}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.68/0.55	c version: 2018-08-14
0.68/0.55	c seed: 1814002745
0.68/0.55	c timeout: 2520
0.68/0.55	c memlimit: 11000
0.68/0.55	c nbcore: 4
0.68/0.58	c Parsing instance...
50.08/32.22	c Parsing done, starting first complete search...
2520.05/2483.60	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 (13004 MiB free)
  memory of node 1: 16384 MiB (3954 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4308703-1534303460/watcher-4308703-1534303460 -o /tmp/evaluation-result-4308703-1534303460/solver-4308703-1534303460 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1534294079-16385 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 1814002745 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4308703-1534303460.xml 

running on 4 cores: 0,2,4,6

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

solver pid=17386, runsolver pid=17383

[startup+0.100067 s]*
/proc/loadavg: 2.36 2.08 1.93 3/216 17401
/proc/meminfo: memFree=17348656/32770624 swapFree=67108524/67108860
[pid=17386] ppid=17383 vsize=14082736 memory=32852 CPUtime=0.11 cores=0,2,4,6
/proc/17386/stat : 17386 (java) S 17383 17386 16354 0 -1 1077944320 7121 0 0 0 10 1 0 0 20 0 15 0 247909265 14420721664 8213 33554432000 4194304 4196468 140736122558992 140736122541536 139921440190199 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
/proc/17386/statm: 3520684 8213 3142 1 0 3482761 0
[pid=17386/tid=17388] ppid=17383 vsize=14082736 memory=-6966717417093883519 CPUtime=0.09 cores=0,2,4,6
/proc/17386/task/17388/stat : 17388 (java) R 17383 17386 16354 0 -1 4202560 5253 0 0 0 8 1 0 0 20 0 15 0 247909266 14420721664 8213 33554432000 4194304 4196468 140736122558992 139921444375152 139921432427326 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
[pid=17386/tid=17389] ppid=17383 vsize=14082736 memory=5793854933921065401 CPUtime=0 cores=0,2,4,6
/proc/17386/task/17389/stat : 17389 (java) S 17383 17386 16354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 247909266 14420721664 8279 33554432000 4194304 4196468 140736122558992 139921036155792 139921440200405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
[pid=17386/tid=17390] ppid=17383 vsize=14082736 memory=139682911172224 CPUtime=0 cores=0,2,4,6
/proc/17386/task/17390/stat : 17390 (java) S 17383 17386 16354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 247909266 14420721664 8279 33554432000 4194304 4196468 140736122558992 139921035102992 139921440200405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
[pid=17386/tid=17391] ppid=17383 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17386/task/17391/stat : 17391 (java) S 17383 17386 16354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 247909266 14420721664 8279 33554432000 4194304 4196468 140736122558992 139921034050704 139921440200405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
[pid=17386/tid=17392] ppid=17383 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17386/task/17392/stat : 17392 (java) S 17383 17386 16354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 247909266 14420721664 8279 33554432000 4194304 4196468 140736122558992 139921032997904 139921440200405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
[pid=17386/tid=17393] ppid=17383 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17386/task/17393/stat : 17393 (java) S 17383 17386 16354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 247909268 14420721664 8279 33554432000 4194304 4196468 140736122558992 139920644524144 139921440201346 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
[pid=17386/tid=17394] ppid=17383 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17386/task/17394/stat : 17394 (java) S 17383 17386 16354 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 247909268 14420721664 8279 33554432000 4194304 4196468 140736122558992 139920643470112 139921440200405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
[pid=17386/tid=17395] ppid=17383 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17386/task/17395/stat : 17395 (java) S 17383 17386 16354 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 247909268 14420721664 8279 33554432000 4194304 4196468 140736122558992 139920642417776 139921440200405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
[pid=17386/tid=17396] ppid=17383 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17386/task/17396/stat : 17396 (java) S 17383 17386 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 247909271 14420721664 8279 33554432000 4194304 4196468 140736122558992 139920641366096 139921440208795 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
[pid=17386/tid=17397] ppid=17383 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17386/task/17397/stat : 17397 (java) S 17383 17386 16354 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 15 0 247909271 14420721664 8279 33554432000 4194304 4196468 140736122558992 139920640313968 139921440201346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
[pid=17386/tid=17398] ppid=17383 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17386/task/17398/stat : 17398 (java) S 17383 17386 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 247909271 14420721664 8279 33554432000 4194304 4196468 140736122558992 139920572148208 139921440201346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
[pid=17386/tid=17399] ppid=17383 vsize=14082736 memory=139682911172224 CPUtime=0.01 cores=0,2,4,6
/proc/17386/task/17399/stat : 17399 (java) S 17383 17386 16354 0 -1 1077944384 240 0 0 0 1 0 0 0 20 0 15 0 247909271 14420721664 8279 33554432000 4194304 4196468 140736122558992 139920571095920 139921440201346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
[pid=17386/tid=17400] ppid=17383 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17386/task/17400/stat : 17400 (java) S 17383 17386 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 247909271 14420721664 8345 33554432000 4194304 4196468 140736122558992 139920570043360 139921440200405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
[pid=17386/tid=17401] ppid=17383 vsize=14082736 memory=139682911172224 CPUtime=0 cores=0,2,4,6
/proc/17386/task/17401/stat : 17401 (java) S 17383 17386 16354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 247909271 14420721664 8345 33554432000 4194304 4196468 140736122558992 139920568990128 139921440201346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 32852 KiB

[startup+0.210406 s]*
/proc/loadavg: 2.36 2.08 1.93 4/216 17401
/proc/meminfo: memFree=17333276/32770624 swapFree=67108524/67108860
[pid=17386] ppid=17383 vsize=14082736 memory=46768 CPUtime=0.31 cores=0,2,4,6
/proc/17386/stat : 17386 (java) S 17383 17386 16354 0 -1 1077944320 10301 0 0 0 29 2 0 0 20 0 15 0 247909265 14420721664 11692 33554432000 4194304 4196468 140736122558992 140736122541536 139921440190199 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
/proc/17386/statm: 3520684 11692 3378 1 0 3482761 0
[pid=17386/tid=17388] ppid=17383 vsize=14082736 memory=6735269665583770266 CPUtime=0.2 cores=0,2,4,6
/proc/17386/task/17388/stat : 17388 (java) S 17383 17386 16354 0 -1 1077944384 8054 0 0 0 19 1 0 0 20 0 15 0 247909266 14420721664 11692 33554432000 4194304 4196468 140736122558992 139921444414880 139921440200405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
[pid=17386/tid=17389] ppid=17383 vsize=14082736 memory=4211973409115962762 CPUtime=0 cores=0,2,4,6
/proc/17386/task/17389/stat : 17389 (java) S 17383 17386 16354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 247909266 14420721664 11692 33554432000 4194304 4196468 140736122558992 139921036155792 139921440200405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
[pid=17386/tid=17390] ppid=17383 vsize=14082736 memory=139682911172224 CPUtime=0 cores=0,2,4,6
/proc/17386/task/17390/stat : 17390 (java) S 17383 17386 16354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 247909266 14420721664 11692 33554432000 4194304 4196468 140736122558992 139921035102992 139921440200405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
[pid=17386/tid=17391] ppid=17383 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17386/task/17391/stat : 17391 (java) S 17383 17386 16354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 247909266 14420721664 11692 33554432000 4194304 4196468 140736122558992 139921034050704 139921440200405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
[pid=17386/tid=17392] ppid=17383 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17386/task/17392/stat : 17392 (java) S 17383 17386 16354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 247909266 14420721664 11692 33554432000 4194304 4196468 140736122558992 139921032997904 139921440200405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
[pid=17386/tid=17393] ppid=17383 vsize=14082736 memory=139682911172224 CPUtime=0 cores=0,2,4,6
/proc/17386/task/17393/stat : 17393 (java) S 17383 17386 16354 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 247909268 14420721664 11692 33554432000 4194304 4196468 140736122558992 139920644524144 139921440201346 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
[pid=17386/tid=17394] ppid=17383 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17386/task/17394/stat : 17394 (java) S 17383 17386 16354 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 247909268 14420721664 11692 33554432000 4194304 4196468 140736122558992 139920643470112 139921440200405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
[pid=17386/tid=17395] ppid=17383 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17386/task/17395/stat : 17395 (java) S 17383 17386 16354 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 247909268 14420721664 11692 33554432000 4194304 4196468 140736122558992 139920642417776 139921440200405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
[pid=17386/tid=17396] ppid=17383 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17386/task/17396/stat : 17396 (java) S 17383 17386 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 247909271 14420721664 11692 33554432000 4194304 4196468 140736122558992 139920641366096 139921440208795 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
[pid=17386/tid=17397] ppid=17383 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/17386/task/17397/stat : 17397 (java) R 17383 17386 16354 0 -1 4202560 556 0 0 0 2 0 0 0 20 0 15 0 247909271 14420721664 11692 33554432000 4194304 4196468 140736122558992 139920640313968 139921417728000 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
[pid=17386/tid=17398] ppid=17383 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17386/task/17398/stat : 17398 (java) R 17383 17386 16354 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 15 0 247909271 14420721664 11692 33554432000 4194304 4196468 140736122558992 139920572147392 139921440200405 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
[pid=17386/tid=17399] ppid=17383 vsize=14082736 memory=139682911172224 CPUtime=0.06 cores=0,2,4,6
/proc/17386/task/17399/stat : 17399 (java) R 17383 17386 16354 0 -1 4202560 283 0 0 0 6 0 0 0 20 0 15 0 247909271 14420721664 11692 33554432000 4194304 4196468 140736122558992 139920571092856 139921440202134 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
[pid=17386/tid=17400] ppid=17383 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17386/task/17400/stat : 17400 (java) S 17383 17386 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 247909271 14420721664 11692 33554432000 4194304 4196468 140736122558992 139920570043360 139921440200405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
[pid=17386/tid=17401] ppid=17383 vsize=14082736 memory=139682911172224 CPUtime=0 cores=0,2,4,6
/proc/17386/task/17401/stat : 17401 (java) S 17383 17386 16354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 247909271 14420721664 11692 33554432000 4194304 4196468 140736122558992 139920568990128 139921440201346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 46768 KiB

[startup+0.310671 s]*
/proc/loadavg: 2.36 2.08 1.93 3/216 17401
/proc/meminfo: memFree=17329748/32770624 swapFree=67108524/67108860
[pid=17386] ppid=17383 vsize=14082736 memory=50136 CPUtime=0.44 cores=0,2,4,6
/proc/17386/stat : 17386 (java) S 17383 17386 16354 0 -1 1077944320 10698 0 0 0 42 2 0 0 20 0 15 0 247909265 14420721664 12534 33554432000 4194304 4196468 140736122558992 140736122541536 139921440190199 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
/proc/17386/statm: 3520684 12534 3380 1 0 3482761 0
[pid=17386/tid=17388] ppid=17383 vsize=14082736 memory=4871374705135476842 CPUtime=0.3 cores=0,2,4,6
/proc/17386/task/17388/stat : 17388 (java) R 17383 17386 16354 0 -1 4202560 8403 0 0 0 29 1 0 0 20 0 15 0 247909266 14420721664 12534 33554432000 4194304 4196468 140736122558992 139921444351936 139921420466080 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
[pid=17386/tid=17389] ppid=17383 vsize=14082736 memory=4211973409115962762 CPUtime=0 cores=0,2,4,6
/proc/17386/task/17389/stat : 17389 (java) S 17383 17386 16354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 247909266 14420721664 12534 33554432000 4194304 4196468 140736122558992 139921036155792 139921440200405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
[pid=17386/tid=17390] ppid=17383 vsize=14082736 memory=139682911174589 CPUtime=0 cores=0,2,4,6
/proc/17386/task/17390/stat : 17390 (java) S 17383 17386 16354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 247909266 14420721664 12534 33554432000 4194304 4196468 140736122558992 139921035102992 139921440200405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
[pid=17386/tid=17391] ppid=17383 vsize=14082736 memory=139682805574130 CPUtime=0 cores=0,2,4,6
/proc/17386/task/17391/stat : 17391 (java) S 17383 17386 16354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 247909266 14420721664 12534 33554432000 4194304 4196468 140736122558992 139921034050704 139921440200405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
[pid=17386/tid=17392] ppid=17383 vsize=14082736 memory=139682805566927 CPUtime=0 cores=0,2,4,6
/proc/17386/task/17392/stat : 17392 (java) S 17383 17386 16354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 247909266 14420721664 12534 33554432000 4194304 4196468 140736122558992 139921032997904 139921440200405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
[pid=17386/tid=17393] ppid=17383 vsize=14082736 memory=139682911188605 CPUtime=0 cores=0,2,4,6
/proc/17386/task/17393/stat : 17393 (java) S 17383 17386 16354 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 247909268 14420721664 12534 33554432000 4194304 4196468 140736122558992 139920644524144 139921440201346 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
[pid=17386/tid=17394] ppid=17383 vsize=14082736 memory=139682805576111 CPUtime=0 cores=0,2,4,6
/proc/17386/task/17394/stat : 17394 (java) S 17383 17386 16354 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 247909268 14420721664 12534 33554432000 4194304 4196468 140736122558992 139920643470112 139921440200405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
[pid=17386/tid=17395] ppid=17383 vsize=14082736 memory=279365611143056 CPUtime=0 cores=0,2,4,6
/proc/17386/task/17395/stat : 17395 (java) S 17383 17386 16354 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 247909268 14420721664 12534 33554432000 4194304 4196468 140736122558992 139920642417776 139921440200405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
[pid=17386/tid=17396] ppid=17383 vsize=14082736 memory=279365611140752 CPUtime=0 cores=0,2,4,6
/proc/17386/task/17396/stat : 17396 (java) S 17383 17386 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 247909271 14420721664 12534 33554432000 4194304 4196468 140736122558992 139920641366096 139921440208795 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
[pid=17386/tid=17397] ppid=17383 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/17386/task/17397/stat : 17397 (java) S 17383 17386 16354 0 -1 1077944384 561 0 0 0 2 0 0 0 20 0 15 0 247909271 14420721664 12534 33554432000 4194304 4196468 140736122558992 139920640313968 139921440201346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
[pid=17386/tid=17398] ppid=17383 vsize=14082736 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/17386/task/17398/stat : 17398 (java) S 17383 17386 16354 0 -1 1077944384 48 0 0 0 1 0 0 0 20 0 15 0 247909271 14420721664 12534 33554432000 4194304 4196468 140736122558992 139920572148208 139921440201346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
[pid=17386/tid=17399] ppid=17383 vsize=14082736 memory=139682911172224 CPUtime=0.08 cores=0,2,4,6
/proc/17386/task/17399/stat : 17399 (java) S 17383 17386 16354 0 -1 1077944384 302 0 0 0 8 0 0 0 20 0 15 0 247909271 14420721664 12534 33554432000 4194304 4196468 140736122558992 139920571095920 139921440201346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
[pid=17386/tid=17400] ppid=17383 vsize=14082736 memory=2208 CPUtime=0 cores=0,2,4,6
/proc/17386/task/17400/stat : 17400 (java) S 17383 17386 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 247909271 14420721664 12534 33554432000 4194304 4196468 140736122558992 139920570043360 139921440200405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
[pid=17386/tid=17401] ppid=17383 vsize=14082736 memory=139682911172224 CPUtime=0 cores=0,2,4,6
/proc/17386/task/17401/stat : 17401 (java) S 17383 17386 16354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 247909271 14420721664 12534 33554432000 4194304 4196468 140736122558992 139920568990128 139921440201346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50136 KiB

[startup+0.700814 s]
/proc/loadavg: 2.36 2.08 1.93 4/216 17401
/proc/meminfo: memFree=17307860/32770624 swapFree=67108524/67108860
[pid=17386] ppid=17383 vsize=14084804 memory=88928 CPUtime=0.99 cores=0,2,4,6
/proc/17386/stat : 17386 (java) S 17383 17386 16354 0 -1 1077944320 17581 0 0 0 95 4 0 0 20 0 15 0 247909265 14422839296 22232 33554432000 4194304 4196468 140736122558992 140736122541536 139921440190199 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
/proc/17386/statm: 3521201 22232 3498 1 0 3483273 0
[pid=17386/tid=17388] ppid=17383 vsize=14084804 memory=1120 CPUtime=0.67 cores=0,2,4,6
/proc/17386/task/17388/stat : 17388 (java) R 17383 17386 16354 0 -1 4202560 14858 0 0 0 64 3 0 0 20 0 15 0 247909266 14422839296 22232 33554432000 4194304 4196468 140736122558992 139921444415280 139921424270686 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
[pid=17386/tid=17389] ppid=17383 vsize=14084804 memory=6068 CPUtime=0 cores=0,2,4,6
/proc/17386/task/17389/stat : 17389 (java) S 17383 17386 16354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 247909266 14422839296 22232 33554432000 4194304 4196468 140736122558992 139921036155792 139921440200405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
[pid=17386/tid=17390] ppid=17383 vsize=14084804 memory=1724 CPUtime=0 cores=0,2,4,6
/proc/17386/task/17390/stat : 17390 (java) S 17383 17386 16354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 247909266 14422839296 22232 33554432000 4194304 4196468 140736122558992 139921035102992 139921440200405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
[pid=17386/tid=17391] ppid=17383 vsize=14084804 memory=6297835844906604903 CPUtime=0 cores=0,2,4,6
/proc/17386/task/17391/stat : 17391 (java) S 17383 17386 16354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 247909266 14422839296 22232 33554432000 4194304 4196468 140736122558992 139921034050704 139921440200405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
[pid=17386/tid=17392] ppid=17383 vsize=14084804 memory=7957390390475708010 CPUtime=0 cores=0,2,4,6
/proc/17386/task/17392/stat : 17392 (java) S 17383 17386 16354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 247909266 14422839296 22232 33554432000 4194304 4196468 140736122558992 139921032997904 139921440200405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
[pid=17386/tid=17393] ppid=17383 vsize=14084804 memory=5787213848606435153 CPUtime=0 cores=0,2,4,6
/proc/17386/task/17393/stat : 17393 (java) S 17383 17386 16354 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 247909268 14422839296 22232 33554432000 4194304 4196468 140736122558992 139920644524144 139921440201346 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
[pid=17386/tid=17394] ppid=17383 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17386/task/17394/stat : 17394 (java) S 17383 17386 16354 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 247909268 14422839296 22232 33554432000 4194304 4196468 140736122558992 139920643470112 139921440200405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
[pid=17386/tid=17395] ppid=17383 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17386/task/17395/stat : 17395 (java) S 17383 17386 16354 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 247909268 14422839296 22232 33554432000 4194304 4196468 140736122558992 139920642417776 139921440200405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
[pid=17386/tid=17396] ppid=17383 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17386/task/17396/stat : 17396 (java) S 17383 17386 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 247909271 14422839296 22232 33554432000 4194304 4196468 140736122558992 139920641366096 139921440208795 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
[pid=17386/tid=17397] ppid=17383 vsize=14084804 memory=222 CPUtime=0.07 cores=0,2,4,6
/proc/17386/task/17397/stat : 17397 (java) S 17383 17386 16354 0 -1 1077944384 709 0 0 0 7 0 0 0 20 0 15 0 247909271 14422839296 22232 33554432000 4194304 4196468 140736122558992 139920640313968 139921440201346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
[pid=17386/tid=17398] ppid=17383 vsize=14084804 memory=7 CPUtime=0.07 cores=0,2,4,6
/proc/17386/task/17398/stat : 17398 (java) S 17383 17386 16354 0 -1 1077944384 224 0 0 0 7 0 0 0 20 0 15 0 247909271 14422839296 22232 33554432000 4194304 4196468 140736122558992 139920572148208 139921440201346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
[pid=17386/tid=17399] ppid=17383 vsize=14084804 memory=703 CPUtime=0.15 cores=0,2,4,6
/proc/17386/task/17399/stat : 17399 (java) R 17383 17386 16354 0 -1 4202560 406 0 0 0 15 0 0 0 20 0 15 0 247909271 14422839296 22232 33554432000 4194304 4196468 140736122558992 139920571095920 139921420506864 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
[pid=17386/tid=17400] ppid=17383 vsize=14084804 memory=279365611326960 CPUtime=0 cores=0,2,4,6
/proc/17386/task/17400/stat : 17400 (java) S 17383 17386 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 247909271 14422839296 22232 33554432000 4194304 4196468 140736122558992 139920570043360 139921440200405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
[pid=17386/tid=17401] ppid=17383 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17386/task/17401/stat : 17401 (java) S 17383 17386 16354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 247909271 14422839296 22232 33554432000 4194304 4196468 140736122558992 139920568990128 139921440201346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88928 KiB

[startup+1.50133 s]
/proc/loadavg: 2.36 2.08 1.93 4/216 17401
/proc/meminfo: memFree=17066576/32770624 swapFree=67108524/67108860
[pid=17386] ppid=17383 vsize=14086852 memory=498716 CPUtime=3.07 cores=0,2,4,6
/proc/17386/stat : 17386 (java) S 17383 17386 16354 0 -1 1077944320 20772 0 0 0 262 45 0 0 20 0 15 0 247909265 14424936448 124679 33554432000 4194304 4196468 140736122558992 140736122541536 139921440190199 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
/proc/17386/statm: 3521713 124679 3568 1 0 3483785 0
[pid=17386/tid=17388] ppid=17383 vsize=14086852 memory=0 CPUtime=1.24 cores=0,2,4,6
/proc/17386/task/17388/stat : 17388 (java) R 17383 17386 16354 0 -1 4202560 15256 0 0 0 115 9 0 0 20 0 15 0 247909266 14424936448 124679 33554432000 4194304 4196468 140736122558992 139921444422496 139921062017344 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
[pid=17386/tid=17389] ppid=17383 vsize=14086852 memory=-6585528546044026665 CPUtime=0.21 cores=0,2,4,6
/proc/17386/task/17389/stat : 17389 (java) S 17383 17386 16354 0 -1 1077944384 532 0 0 0 13 8 0 0 20 0 15 0 247909266 14424936448 124679 33554432000 4194304 4196468 140736122558992 139921036155792 139921440200405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
[pid=17386/tid=17390] ppid=17383 vsize=14086852 memory=-5935003825295551071 CPUtime=0.21 cores=0,2,4,6
/proc/17386/task/17390/stat : 17390 (java) S 17383 17386 16354 0 -1 1077944384 526 0 0 0 13 8 0 0 20 0 15 0 247909266 14424936448 124679 33554432000 4194304 4196468 140736122558992 139921035102992 139921440200405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
[pid=17386/tid=17391] ppid=17383 vsize=14086852 memory=-7304393672944996910 CPUtime=0.21 cores=0,2,4,6
/proc/17386/task/17391/stat : 17391 (java) S 17383 17386 16354 0 -1 1077944384 240 0 0 0 13 8 0 0 20 0 15 0 247909266 14424936448 124679 33554432000 4194304 4196468 140736122558992 139921034050704 139921440200405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
[pid=17386/tid=17392] ppid=17383 vsize=14086852 memory=4946809043335093120 CPUtime=0.21 cores=0,2,4,6
/proc/17386/task/17392/stat : 17392 (java) S 17383 17386 16354 0 -1 1077944384 224 0 0 0 13 8 0 0 20 0 15 0 247909266 14424936448 124679 33554432000 4194304 4196468 140736122558992 139921032997904 139921440200405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
[pid=17386/tid=17393] ppid=17383 vsize=14086852 memory=-3472574513799858008 CPUtime=0.01 cores=0,2,4,6
/proc/17386/task/17393/stat : 17393 (java) S 17383 17386 16354 0 -1 1077944384 288 0 0 0 1 0 0 0 20 0 15 0 247909268 14424936448 124679 33554432000 4194304 4196468 140736122558992 139920644524144 139921440201346 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0

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

/proc/17386/task/17388/stat : 17388 (java) R 17383 17386 16354 0 -1 4202560 169707 0 0 0 231335 71 0 0 20 0 15 0 247909266 14429130752 664736 33554432000 4194304 4196468 140736122558992 139921444428320 139921061676698 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
[pid=17386/tid=17389] ppid=17383 vsize=14090948 memory=2657928 CPUtime=7.78 cores=0,2,4,6
/proc/17386/task/17389/stat : 17389 (java) S 17383 17386 16354 0 -1 1077944384 38126 0 0 0 694 84 0 0 20 0 15 0 247909266 14429130752 664736 33554432000 4194304 4196468 140736122558992 139921036155792 139921440200405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
[pid=17386/tid=17390] ppid=17383 vsize=14090948 memory=2654304 CPUtime=7.72 cores=0,2,4,6
/proc/17386/task/17390/stat : 17390 (java) S 17383 17386 16354 0 -1 1077944384 32320 0 0 0 686 86 0 0 20 0 15 0 247909266 14429130752 664736 33554432000 4194304 4196468 140736122558992 139921035102992 139921440200405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
[pid=17386/tid=17391] ppid=17383 vsize=14090948 memory=2653320 CPUtime=7.73 cores=0,2,4,6
/proc/17386/task/17391/stat : 17391 (java) S 17383 17386 16354 0 -1 1077944384 34217 0 0 0 688 85 0 0 20 0 15 0 247909266 14429130752 664736 33554432000 4194304 4196468 140736122558992 139921034050704 139921440200405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
[pid=17386/tid=17392] ppid=17383 vsize=14090948 memory=2652808 CPUtime=7.75 cores=0,2,4,6
/proc/17386/task/17392/stat : 17392 (java) S 17383 17386 16354 0 -1 1077944384 37149 0 0 0 692 83 0 0 20 0 15 0 247909266 14429130752 664736 33554432000 4194304 4196468 140736122558992 139921032997904 139921440200405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
[pid=17386/tid=17393] ppid=17383 vsize=14090948 memory=2652292 CPUtime=0.44 cores=0,2,4,6
/proc/17386/task/17393/stat : 17393 (java) S 17383 17386 16354 0 -1 1077944384 22547 0 0 0 38 6 0 0 20 0 15 0 247909268 14429130752 664736 33554432000 4194304 4196468 140736122558992 139920644524144 139921440201346 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
[pid=17386/tid=17394] ppid=17383 vsize=14090948 memory=279365611613712 CPUtime=0 cores=0,2,4,6
/proc/17386/task/17394/stat : 17394 (java) S 17383 17386 16354 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 247909268 14429130752 664736 33554432000 4194304 4196468 140736122558992 139920643470176 139921440200405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
[pid=17386/tid=17395] ppid=17383 vsize=14090948 memory=2657928 CPUtime=0 cores=0,2,4,6
/proc/17386/task/17395/stat : 17395 (java) S 17383 17386 16354 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 247909268 14429130752 664736 33554432000 4194304 4196468 140736122558992 139920642417792 139921440200405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
[pid=17386/tid=17396] ppid=17383 vsize=14090948 memory=2652292 CPUtime=0 cores=0,2,4,6
/proc/17386/task/17396/stat : 17396 (java) S 17383 17386 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 247909271 14429130752 664736 33554432000 4194304 4196468 140736122558992 139920641366096 139921440208795 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
[pid=17386/tid=17397] ppid=17383 vsize=14090948 memory=2657412 CPUtime=4.21 cores=0,2,4,6
/proc/17386/task/17397/stat : 17397 (java) S 17383 17386 16354 0 -1 1077944384 10395 0 0 0 419 2 0 0 20 0 15 0 247909271 14429130752 664736 33554432000 4194304 4196468 140736122558992 139920640313968 139921440201346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
[pid=17386/tid=17398] ppid=17383 vsize=14090948 memory=2658944 CPUtime=4.28 cores=0,2,4,6
/proc/17386/task/17398/stat : 17398 (java) S 17383 17386 16354 0 -1 1077944384 13018 0 0 0 425 3 0 0 20 0 15 0 247909271 14429130752 664736 33554432000 4194304 4196468 140736122558992 139920572148208 139921440201346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
[pid=17386/tid=17399] ppid=17383 vsize=14090948 memory=2657412 CPUtime=1.33 cores=0,2,4,6
/proc/17386/task/17399/stat : 17399 (java) S 17383 17386 16354 0 -1 1077944384 11475 0 0 0 129 4 0 0 20 0 15 0 247909271 14429130752 664736 33554432000 4194304 4196468 140736122558992 139920571095920 139921440201346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
[pid=17386/tid=17400] ppid=17383 vsize=14090948 memory=2658944 CPUtime=0 cores=0,2,4,6
/proc/17386/task/17400/stat : 17400 (java) S 17383 17386 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 247909271 14429130752 664736 33554432000 4194304 4196468 140736122558992 139920570043360 139921440200405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
[pid=17386/tid=17401] ppid=17383 vsize=14090948 memory=2658944 CPUtime=1.37 cores=0,2,4,6
/proc/17386/task/17401/stat : 17401 (java) S 17383 17386 16354 0 -1 1077944384 1786 0 0 0 65 72 0 0 20 0 15 0 247909271 14429130752 664736 33554432000 4194304 4196468 140736122558992 139920568990128 139921440201346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
Current children cumulated CPU time: 2356.76 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 2658944 KiB

[startup+2382.3 s]
/proc/loadavg: 1.82 1.86 1.87 3/217 17579
/proc/meminfo: memFree=15305308/32770624 swapFree=67108524/67108860
[pid=17386] ppid=17383 vsize=14090948 memory=2653816 CPUtime=2417.37 cores=0,2,4,6
/proc/17386/stat : 17386 (java) S 17383 17386 16354 0 -1 1077944320 375939 0 0 0 241255 482 0 0 20 0 15 0 247909265 14429130752 663454 33554432000 4194304 4196468 140736122558992 140736122541536 139921440190199 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
/proc/17386/statm: 3522737 663454 3614 1 0 3484809 0
[pid=17386/tid=17388] ppid=17383 vsize=14090948 memory=2072 CPUtime=2373.86 cores=0,2,4,6
/proc/17386/task/17388/stat : 17388 (java) R 17383 17386 16354 0 -1 4202560 170775 0 0 0 237314 72 0 0 20 0 15 0 247909266 14429130752 663454 33554432000 4194304 4196468 140736122558992 139921444428304 139921071144926 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
[pid=17386/tid=17389] ppid=17383 vsize=14090948 memory=2654328 CPUtime=7.97 cores=0,2,4,6
/proc/17386/task/17389/stat : 17389 (java) S 17383 17386 16354 0 -1 1077944384 38505 0 0 0 713 84 0 0 20 0 15 0 247909266 14429130752 663454 33554432000 4194304 4196468 140736122558992 139921036155792 139921440200405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
[pid=17386/tid=17390] ppid=17383 vsize=14090948 memory=2654328 CPUtime=7.91 cores=0,2,4,6
/proc/17386/task/17390/stat : 17390 (java) S 17383 17386 16354 0 -1 1077944384 33024 0 0 0 705 86 0 0 20 0 15 0 247909266 14429130752 663454 33554432000 4194304 4196468 140736122558992 139921035102992 139921440200405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
[pid=17386/tid=17391] ppid=17383 vsize=14090948 memory=2657928 CPUtime=7.92 cores=0,2,4,6
/proc/17386/task/17391/stat : 17391 (java) S 17383 17386 16354 0 -1 1077944384 34953 0 0 0 707 85 0 0 20 0 15 0 247909266 14429130752 663454 33554432000 4194304 4196468 140736122558992 139921034050704 139921440200405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
[pid=17386/tid=17392] ppid=17383 vsize=14090948 memory=2657412 CPUtime=7.94 cores=0,2,4,6
/proc/17386/task/17392/stat : 17392 (java) S 17383 17386 16354 0 -1 1077944384 37848 0 0 0 711 83 0 0 20 0 15 0 247909266 14429130752 663454 33554432000 4194304 4196468 140736122558992 139921032997904 139921440200405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
[pid=17386/tid=17393] ppid=17383 vsize=14090948 memory=2654840 CPUtime=0.45 cores=0,2,4,6
/proc/17386/task/17393/stat : 17393 (java) S 17383 17386 16354 0 -1 1077944384 22699 0 0 0 39 6 0 0 20 0 15 0 247909268 14429130752 663454 33554432000 4194304 4196468 140736122558992 139920644524144 139921440201346 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
[pid=17386/tid=17394] ppid=17383 vsize=14090948 memory=2653816 CPUtime=0 cores=0,2,4,6
/proc/17386/task/17394/stat : 17394 (java) S 17383 17386 16354 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 247909268 14429130752 663454 33554432000 4194304 4196468 140736122558992 139920643470176 139921440200405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
[pid=17386/tid=17395] ppid=17383 vsize=14090948 memory=8028914717045248617 CPUtime=0 cores=0,2,4,6
/proc/17386/task/17395/stat : 17395 (java) S 17383 17386 16354 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 247909268 14429130752 663454 33554432000 4194304 4196468 140736122558992 139920642417792 139921440200405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
[pid=17386/tid=17396] ppid=17383 vsize=14090948 memory=2653816 CPUtime=0 cores=0,2,4,6
/proc/17386/task/17396/stat : 17396 (java) S 17383 17386 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 247909271 14429130752 663454 33554432000 4194304 4196468 140736122558992 139920641366096 139921440208795 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
[pid=17386/tid=17397] ppid=17383 vsize=14090948 memory=11192 CPUtime=4.21 cores=0,2,4,6
/proc/17386/task/17397/stat : 17397 (java) S 17383 17386 16354 0 -1 1077944384 10399 0 0 0 419 2 0 0 20 0 15 0 247909271 14429130752 663454 33554432000 4194304 4196468 140736122558992 139920640313968 139921440201346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
[pid=17386/tid=17398] ppid=17383 vsize=14090948 memory=2653816 CPUtime=4.28 cores=0,2,4,6
/proc/17386/task/17398/stat : 17398 (java) S 17383 17386 16354 0 -1 1077944384 13025 0 0 0 425 3 0 0 20 0 15 0 247909271 14429130752 663454 33554432000 4194304 4196468 140736122558992 139920572148208 139921440201346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
[pid=17386/tid=17399] ppid=17383 vsize=14090948 memory=3472467979033637472 CPUtime=1.33 cores=0,2,4,6
/proc/17386/task/17399/stat : 17399 (java) S 17383 17386 16354 0 -1 1077944384 11479 0 0 0 129 4 0 0 20 0 15 0 247909271 14429130752 663454 33554432000 4194304 4196468 140736122558992 139920571095920 139921440201346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
[pid=17386/tid=17400] ppid=17383 vsize=14090948 memory=2654328 CPUtime=0 cores=0,2,4,6
/proc/17386/task/17400/stat : 17400 (java) S 17383 17386 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 247909271 14429130752 663454 33554432000 4194304 4196468 140736122558992 139920570043360 139921440200405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
[pid=17386/tid=17401] ppid=17383 vsize=14090948 memory=2653816 CPUtime=1.41 cores=0,2,4,6
/proc/17386/task/17401/stat : 17401 (java) S 17383 17386 16354 0 -1 1077944384 1814 0 0 0 67 74 0 0 20 0 15 0 247909271 14429130752 663454 33554432000 4194304 4196468 140736122558992 139920568990128 139921440201346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
Current children cumulated CPU time: 2417.37 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 2653816 KiB

[startup+2442.3 s]
/proc/loadavg: 1.83 1.85 1.86 3/216 17580
/proc/meminfo: memFree=15318956/32770624 swapFree=67108524/67108860
[pid=17386] ppid=17383 vsize=14090948 memory=2653296 CPUtime=2478.12 cores=0,2,4,6
/proc/17386/stat : 17386 (java) S 17383 17386 16354 0 -1 1077944320 379862 0 0 0 247327 485 0 0 20 0 15 0 247909265 14429130752 663324 33554432000 4194304 4196468 140736122558992 140736122541536 139921440190199 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
/proc/17386/statm: 3522737 663324 3614 1 0 3484809 0
[pid=17386/tid=17388] ppid=17383 vsize=14090948 memory=2653296 CPUtime=2433.6 cores=0,2,4,6
/proc/17386/task/17388/stat : 17388 (java) R 17383 17386 16354 0 -1 4202560 172006 0 0 0 243288 72 0 0 20 0 15 0 247909266 14429130752 663324 33554432000 4194304 4196468 140736122558992 139921444428352 139921061566437 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
[pid=17386/tid=17389] ppid=17383 vsize=14090948 memory=2653296 CPUtime=8.2 cores=0,2,4,6
/proc/17386/task/17389/stat : 17389 (java) S 17383 17386 16354 0 -1 1077944384 39127 0 0 0 736 84 0 0 20 0 15 0 247909266 14429130752 663324 33554432000 4194304 4196468 140736122558992 139921036155792 139921440200405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
[pid=17386/tid=17390] ppid=17383 vsize=14090948 memory=2653296 CPUtime=8.14 cores=0,2,4,6
/proc/17386/task/17390/stat : 17390 (java) S 17383 17386 16354 0 -1 1077944384 33376 0 0 0 728 86 0 0 20 0 15 0 247909266 14429130752 663324 33554432000 4194304 4196468 140736122558992 139921035102992 139921440200405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
[pid=17386/tid=17391] ppid=17383 vsize=14090948 memory=2653812 CPUtime=8.15 cores=0,2,4,6
/proc/17386/task/17391/stat : 17391 (java) S 17383 17386 16354 0 -1 1077944384 35748 0 0 0 730 85 0 0 20 0 15 0 247909266 14429130752 663324 33554432000 4194304 4196468 140736122558992 139921034050704 139921440200405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
[pid=17386/tid=17392] ppid=17383 vsize=14090948 memory=2652788 CPUtime=8.18 cores=0,2,4,6
/proc/17386/task/17392/stat : 17392 (java) S 17383 17386 16354 0 -1 1077944384 38583 0 0 0 735 83 0 0 20 0 15 0 247909266 14429130752 663324 33554432000 4194304 4196468 140736122558992 139921032997904 139921440200405 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
[pid=17386/tid=17393] ppid=17383 vsize=14090948 memory=2654840 CPUtime=0.46 cores=0,2,4,6
/proc/17386/task/17393/stat : 17393 (java) S 17383 17386 16354 0 -1 1077944384 22858 0 0 0 40 6 0 0 20 0 15 0 247909268 14429130752 663324 33554432000 4194304 4196468 140736122558992 139920644524144 139921440201346 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
[pid=17386/tid=17394] ppid=17383 vsize=14090948 memory=2652788 CPUtime=0 cores=0,2,4,6
/proc/17386/task/17394/stat : 17394 (java) S 17383 17386 16354 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 247909268 14429130752 663324 33554432000 4194304 4196468 140736122558992 139920643470176 139921440200405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
[pid=17386/tid=17395] ppid=17383 vsize=14090948 memory=2652788 CPUtime=0 cores=0,2,4,6
/proc/17386/task/17395/stat : 17395 (java) S 17383 17386 16354 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 247909268 14429130752 663324 33554432000 4194304 4196468 140736122558992 139920642417792 139921440200405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
[pid=17386/tid=17396] ppid=17383 vsize=14090948 memory=2653812 CPUtime=0 cores=0,2,4,6
/proc/17386/task/17396/stat : 17396 (java) S 17383 17386 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 247909271 14429130752 663324 33554432000 4194304 4196468 140736122558992 139920641366096 139921440208795 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
[pid=17386/tid=17397] ppid=17383 vsize=14090948 memory=2653296 CPUtime=4.21 cores=0,2,4,6
/proc/17386/task/17397/stat : 17397 (java) S 17383 17386 16354 0 -1 1077944384 10401 0 0 0 419 2 0 0 20 0 15 0 247909271 14429130752 663324 33554432000 4194304 4196468 140736122558992 139920640313968 139921440201346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
[pid=17386/tid=17398] ppid=17383 vsize=14090948 memory=2653812 CPUtime=4.28 cores=0,2,4,6
/proc/17386/task/17398/stat : 17398 (java) S 17383 17386 16354 0 -1 1077944384 13028 0 0 0 425 3 0 0 20 0 15 0 247909271 14429130752 663324 33554432000 4194304 4196468 140736122558992 139920572148208 139921440201346 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
[pid=17386/tid=17399] ppid=17383 vsize=14090948 memory=2653296 CPUtime=1.33 cores=0,2,4,6
/proc/17386/task/17399/stat : 17399 (java) S 17383 17386 16354 0 -1 1077944384 11482 0 0 0 129 4 0 0 20 0 15 0 247909271 14429130752 663324 33554432000 4194304 4196468 140736122558992 139920571095920 139921440201346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
[pid=17386/tid=17400] ppid=17383 vsize=14090948 memory=2653296 CPUtime=0 cores=0,2,4,6
/proc/17386/task/17400/stat : 17400 (java) S 17383 17386 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 247909271 14429130752 663324 33554432000 4194304 4196468 140736122558992 139920570043360 139921440200405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
[pid=17386/tid=17401] ppid=17383 vsize=14090948 memory=2653296 CPUtime=1.45 cores=0,2,4,6
/proc/17386/task/17401/stat : 17401 (java) S 17383 17386 16354 0 -1 1077944384 1835 0 0 0 68 77 0 0 20 0 15 0 247909271 14429130752 663324 33554432000 4194304 4196468 140736122558992 139920568990128 139921440201346 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
Current children cumulated CPU time: 2478.12 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 2653296 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2483.6 s]
/proc/loadavg: 1.80 1.84 1.86 3/216 17581
/proc/meminfo: memFree=15308936/32770624 swapFree=67108524/67108860
[pid=17386] ppid=17383 vsize=14090948 memory=2650732 CPUtime=2520.05 cores=0,2,4,6
/proc/17386/stat : 17386 (java) S 17383 17386 16354 0 -1 1077944320 383236 0 0 0 251519 486 0 0 20 0 15 0 247909265 14429130752 662683 33554432000 4194304 4196468 140736122558992 140736122541536 139921440190199 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
/proc/17386/statm: 3522737 662683 3614 1 0 3484809 0
[pid=17386/tid=17388] ppid=17383 vsize=14090948 memory=3472328296227679313 CPUtime=2474.67 cores=0,2,4,6
/proc/17386/task/17388/stat : 17388 (java) R 17383 17386 16354 0 -1 4202560 172685 0 0 0 247395 72 0 0 20 0 15 0 247909266 14429130752 662683 33554432000 4194304 4196468 140736122558992 139921444428320 139921062775072 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
[pid=17386/tid=17389] ppid=17383 vsize=14090948 memory=6791534058613427641 CPUtime=8.41 cores=0,2,4,6
/proc/17386/task/17389/stat : 17389 (java) S 17383 17386 16354 0 -1 1077944384 39949 0 0 0 757 84 0 0 20 0 15 0 247909266 14429130752 662683 33554432000 4194304 4196468 140736122558992 139921036155792 139921440200405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
[pid=17386/tid=17390] ppid=17383 vsize=14090948 memory=1576 CPUtime=8.35 cores=0,2,4,6
/proc/17386/task/17390/stat : 17390 (java) S 17383 17386 16354 0 -1 1077944384 33964 0 0 0 749 86 0 0 20 0 15 0 247909266 14429130752 662683 33554432000 4194304 4196468 140736122558992 139921035102992 139921440200405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
[pid=17386/tid=17391] ppid=17383 vsize=14090948 memory=3980 CPUtime=8.36 cores=0,2,4,6
/proc/17386/task/17391/stat : 17391 (java) S 17383 17386 16354 0 -1 1077944384 36150 0 0 0 751 85 0 0 20 0 15 0 247909266 14429130752 662683 33554432000 4194304 4196468 140736122558992 139921034050704 139921440200405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
[pid=17386/tid=17392] ppid=17383 vsize=14090948 memory=1932 CPUtime=8.39 cores=0,2,4,6
/proc/17386/task/17392/stat : 17392 (java) S 17383 17386 16354 0 -1 1077944384 39281 0 0 0 756 83 0 0 20 0 15 0 247909266 14429130752 662683 33554432000 4194304 4196468 140736122558992 139921032997904 139921440200405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
[pid=17386/tid=17393] ppid=17383 vsize=14090948 memory=7288 CPUtime=0.47 cores=0,2,4,6
/proc/17386/task/17393/stat : 17393 (java) S 17383 17386 16354 0 -1 1077944384 23016 0 0 0 41 6 0 0 20 0 15 0 247909268 14429130752 662683 33554432000 4194304 4196468 140736122558992 139920644524144 139921440201346 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
[pid=17386/tid=17394] ppid=17383 vsize=14090948 memory=804 CPUtime=0 cores=0,2,4,6
/proc/17386/task/17394/stat : 17394 (java) S 17383 17386 16354 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 247909268 14429130752 662683 33554432000 4194304 4196468 140736122558992 139920643470176 139921440200405 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
[pid=17386/tid=17395] ppid=17383 vsize=14090948 memory=1696 CPUtime=0 cores=0,2,4,6
/proc/17386/task/17395/stat : 17395 (java) S 17383 17386 16354 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 247909268 14429130752 662683 33554432000 4194304 4196468 140736122558992 139920642417792 139921440200405 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
[pid=17386/tid=17396] ppid=17383 vsize=14090948 memory=920 CPUtime=0 cores=0,2,4,6
/proc/17386/task/17396/stat : 17396 (java) S 17383 17386 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 247909271 14429130752 662683 33554432000 4194304 4196468 140736122558992 139920641366096 139921440208795 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
[pid=17386/tid=17397] ppid=17383 vsize=14090948 memory=3848 CPUtime=4.21 cores=0,2,4,6
/proc/17386/task/17397/stat : 17397 (java) S 17383 17386 16354 0 -1 1077944384 10403 0 0 0 419 2 0 0 20 0 15 0 247909271 14429130752 662683 33554432000 4194304 4196468 140736122558992 139920640313968 139921440201346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
[pid=17386/tid=17398] ppid=17383 vsize=14090948 memory=164 CPUtime=4.28 cores=0,2,4,6
/proc/17386/task/17398/stat : 17398 (java) S 17383 17386 16354 0 -1 1077944384 13031 0 0 0 425 3 0 0 20 0 15 0 247909271 14429130752 662683 33554432000 4194304 4196468 140736122558992 139920572148208 139921440201346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
[pid=17386/tid=17399] ppid=17383 vsize=14090948 memory=6944656592455359580 CPUtime=1.33 cores=0,2,4,6
/proc/17386/task/17399/stat : 17399 (java) S 17383 17386 16354 0 -1 1077944384 11485 0 0 0 129 4 0 0 20 0 15 0 247909271 14429130752 662683 33554432000 4194304 4196468 140736122558992 139920571095920 139921440201346 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
[pid=17386/tid=17400] ppid=17383 vsize=14090948 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/17386/task/17400/stat : 17400 (java) S 17383 17386 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 247909271 14429130752 662683 33554432000 4194304 4196468 140736122558992 139920570043360 139921440200405 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
[pid=17386/tid=17401] ppid=17383 vsize=14090948 memory=6656426216303648864 CPUtime=1.48 cores=0,2,4,6
/proc/17386/task/17401/stat : 17401 (java) S 17383 17386 16354 0 -1 1077944384 1854 0 0 0 69 79 0 0 20 0 15 0 247909271 14429130752 662683 33554432000 4194304 4196468 140736122558992 139920568990128 139921440201346 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36839424 140736122561620 140736122561801 140736122561801 140736122564559 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 2650732 KiB

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

[startup+2483.62 s]
# the end of solver process 17386 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.2 s, system=4.88529 s

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

Child status: 143
Real time (s): 2483.62
CPU time (s): 2520.09
CPU user time (s): 2515.2
CPU system time (s): 4.88529
CPU usage (%): 101.468
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 5499296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.2
system time used= 4.88529
maximum resident set size= 5501344
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 383676
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2536
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 61484
involuntary context switches= 3102


# summary of solver processes directly reported to runsolver:
#   pid: 17386
#   total CPU time (s): 2520.09
#   total CPU user time (s): 2515.2
#   total CPU system time (s): 4.88529

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.3366 second user time and 22.6996 second system time

The end

Launcher Data

Begin job on node107 at 2018-08-15 05:24:21
IDJOB=4308703
IDBENCH=141270
IDSOLVER=2792
FILE ID=node107/4308703-1534303460
RUNJOBID= node107-1534294079-16385
PBS_JOBID= 21038147
Free space on /tmp= 42016 MiB

SOLVER NAME= OscaR - Hybrid 2018-08-14
BENCH NAME= XCSP18/Fapp/Fapp-m2s/Fapp-m2s-05-0350_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4308703-1534303460/watcher-4308703-1534303460 -o /tmp/evaluation-result-4308703-1534303460/solver-4308703-1534303460 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1534294079-16385 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 1814002745 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4308703-1534303460.xml

TIME LIMIT= 2520 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 51c3d091a7e4b0716a15e9a29832b849
RANDOM SEED=1814002745

node107.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.40
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.40
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.40
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.40
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        17366056 kB
MemAvailable:   24804764 kB
Buffers:          200368 kB
Cached:          7467256 kB
SwapCached:           20 kB
Active:         11306520 kB
Inactive:        3494664 kB
Active(anon):    7083100 kB
Inactive(anon):   111372 kB
Active(file):    4223420 kB
Inactive(file):  3383292 kB
Unevictable:        6980 kB
Mlocked:            6980 kB
SwapTotal:      67108860 kB
SwapFree:       67108524 kB
Dirty:            184376 kB
Writeback:             0 kB
AnonPages:       7140904 kB
Mapped:            68060 kB
Shmem:             57824 kB
Slab:             288700 kB
SReclaimable:     260456 kB
SUnreclaim:        28244 kB
KernelStack:        3536 kB
PageTables:        19452 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8138768 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6830080 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 41996 MiB
End job on node107 at 2018-08-15 06:05:45