Trace number 4256936

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) 262.57599 252.02901

General information on the benchmark

NameBusScheduling/BusScheduling-cnt-s1/
BusScheduling-cnt-r3.xml
MD5SUM35e588148f794a6a4a81576d123b10dc
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables19091
Number of constraints160
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":19091}]
Minimum variable degree3
Maximum variable degree19
Distribution of variable degrees[{"degree":3,"count":10},{"degree":4,"count":86},{"degree":5,"count":309},{"degree":6,"count":636},{"degree":7,"count":911},{"degree":8,"count":1069},{"degree":9,"count":1258},{"degree":10,"count":1321},{"degree":11,"count":1446},{"degree":12,"count":1732},{"degree":13,"count":2126},{"degree":14,"count":2492},{"degree":15,"count":3123},{"degree":16,"count":1856},{"degree":17,"count":628},{"degree":18,"count":85},{"degree":19,"count":3}]
Minimum constraint arity13
Maximum constraint arity4379
Distribution of constraint arities[{"arity":13,"count":2},{"arity":140,"count":2},{"arity":176,"count":1},{"arity":182,"count":2},{"arity":212,"count":2},{"arity":214,"count":2},{"arity":221,"count":2},{"arity":222,"count":2},{"arity":271,"count":1},{"arity":273,"count":2},{"arity":275,"count":3},{"arity":280,"count":1},{"arity":282,"count":1},{"arity":291,"count":3},{"arity":301,"count":4},{"arity":304,"count":3},{"arity":307,"count":5},{"arity":341,"count":3},{"arity":352,"count":1},{"arity":393,"count":2},{"arity":421,"count":3},{"arity":438,"count":2},{"arity":441,"count":2},{"arity":449,"count":1},{"arity":458,"count":2},"...",{"arity":2907,"count":1}, {"arity":2936,"count":1}, {"arity":3201,"count":1}, {"arity":3393,"count":1}, {"arity":3498,"count":1}, {"arity":3551,"count":1}, {"arity":3656,"count":1}, {"arity":3814,"count":1}, {"arity":3816,"count":1}, {"arity":3827,"count":1}, {"arity":3932,"count":1}, {"arity":3961,"count":1}, {"arity":4014,"count":1}, {"arity":4038,"count":1}, {"arity":4066,"count":1}, {"arity":4072,"count":1}, {"arity":4078,"count":1}, {"arity":4125,"count":1}, {"arity":4146,"count":1}, {"arity":4162,"count":1}, {"arity":4242,"count":1}, {"arity":4283,"count":1}, {"arity":4304,"count":1}, {"arity":4369,"count":1}, {"arity":4379,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"count","count":160}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.30/0.25	c version: 2017-07-26
0.30/0.25	c seed: 1670874641
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.17/1.19	c Parsing done, starting search...
262.55/252.01	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 (14091 MiB free)
  memory of node 1: 16384 MiB (12252 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4256936-1502644402/watcher-4256936-1502644402 -o /tmp/evaluation-result-4256936-1502644402/solver-4256936-1502644402 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node114-1502634593-3629 --watchdog 312 java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1670874641 --timelimit 2016 --memlimit 22000 --nbcore 8 HOME/instance-4256936-1502644402.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
Current StackSize limit: 8192 KiB

solver pid=24329, runsolver pid=24326

[startup+0.100144 s]*
/proc/loadavg: 5.92 4.73 4.90 2/198 24349
/proc/meminfo: memFree=26959604/32770624 swapFree=67108860/67108860
[pid=24329] ppid=24326 vsize=26000848 memory=31520 CPUtime=0.13 cores=0-7
/proc/24329/stat : 24329 (java) S 24326 24329 3602 0 -1 1077944320 8305 0 0 0 11 2 0 0 20 0 20 0 97528091 26624868352 7880 33554432000 4194304 4196468 140737216090944 140737216073488 139807829827319 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
/proc/24329/statm: 6500212 7880 3409 1 0 6487932 0
[pid=24329/tid=24331] ppid=24326 vsize=26000848 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/24329/task/24331/stat : 24331 (java) R 24326 24329 3602 0 -1 4202560 6236 0 0 0 8 1 0 0 20 0 20 0 97528092 26624868352 7880 33554432000 4194304 4196468 140737216090944 139807834033952 139807829839254 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
[pid=24329/tid=24332] ppid=24326 vsize=26000848 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/24329/task/24332/stat : 24332 (java) S 24326 24329 3602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97528093 26624868352 7880 33554432000 4194304 4196468 140737216090944 139807782448144 139807829837525 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
[pid=24329/tid=24333] ppid=24326 vsize=26000848 memory=140240017151616 CPUtime=0 cores=0-7
/proc/24329/task/24333/stat : 24333 (java) S 24326 24329 3602 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97528093 26624868352 7880 33554432000 4194304 4196468 140737216090944 139807781395600 139807829837525 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
[pid=24329/tid=24334] ppid=24326 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/24329/task/24334/stat : 24334 (java) S 24326 24329 3602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97528093 26624868352 7880 33554432000 4194304 4196468 140737216090944 139807780342544 139807829837525 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
[pid=24329/tid=24335] ppid=24326 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/24329/task/24335/stat : 24335 (java) S 24326 24329 3602 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97528093 26624868352 7880 33554432000 4194304 4196468 140737216090944 139807779290000 139807829837525 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
[pid=24329/tid=24336] ppid=24326 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/24329/task/24336/stat : 24336 (java) S 24326 24329 3602 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97528093 26624868352 7880 33554432000 4194304 4196468 140737216090944 139807778236944 139807829837525 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
[pid=24329/tid=24337] ppid=24326 vsize=26000848 memory=-1 CPUtime=0 cores=0-7
/proc/24329/task/24337/stat : 24337 (java) S 24326 24329 3602 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97528093 26624868352 7880 33554432000 4194304 4196468 140737216090944 139807777184400 139807829837525 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
[pid=24329/tid=24338] ppid=24326 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/24329/task/24338/stat : 24338 (java) S 24326 24329 3602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97528093 26624868352 7880 33554432000 4194304 4196468 140737216090944 139807776131344 139807829837525 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
[pid=24329/tid=24339] ppid=24326 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/24329/task/24339/stat : 24339 (java) S 24326 24329 3602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97528093 26624868352 7880 33554432000 4194304 4196468 140737216090944 139807775078800 139807829837525 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
[pid=24329/tid=24340] ppid=24326 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/24329/task/24340/stat : 24340 (java) S 24326 24329 3602 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97528094 26624868352 7880 33554432000 4194304 4196468 140737216090944 139806573021936 139807829838466 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
[pid=24329/tid=24341] ppid=24326 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/24329/task/24341/stat : 24341 (java) S 24326 24329 3602 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 97528095 26624868352 7880 33554432000 4194304 4196468 140737216090944 139806571968160 139807829837525 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
[pid=24329/tid=24342] ppid=24326 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/24329/task/24342/stat : 24342 (java) S 24326 24329 3602 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 97528095 26624868352 7880 33554432000 4194304 4196468 140737216090944 139806570915056 139807829837525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
[pid=24329/tid=24343] ppid=24326 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/24329/task/24343/stat : 24343 (java) S 24326 24329 3602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97528097 26624868352 7880 33554432000 4194304 4196468 140737216090944 139806569863632 139807829845915 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
[pid=24329/tid=24344] ppid=24326 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/24329/task/24344/stat : 24344 (java) S 24326 24329 3602 0 -1 1077944384 297 0 0 0 0 0 0 0 20 0 20 0 97528097 26624868352 7880 33554432000 4194304 4196468 140737216090944 139806568810736 139807829838466 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
[pid=24329/tid=24345] ppid=24326 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/24329/task/24345/stat : 24345 (java) S 24326 24329 3602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97528097 26624868352 7880 33554432000 4194304 4196468 140737216090944 139806567758192 139807829838466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
[pid=24329/tid=24346] ppid=24326 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/24329/task/24346/stat : 24346 (java) S 24326 24329 3602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97528097 26624868352 7880 33554432000 4194304 4196468 140737216090944 139806566705136 139807829838466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
[pid=24329/tid=24347] ppid=24326 vsize=26000848 memory=0 CPUtime=0.02 cores=0-7
/proc/24329/task/24347/stat : 24347 (java) S 24326 24329 3602 0 -1 1077944384 384 0 0 0 2 0 0 0 20 0 20 0 97528097 26624868352 7880 33554432000 4194304 4196468 140737216090944 139806565652592 139807829838466 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
[pid=24329/tid=24348] ppid=24326 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/24329/task/24348/stat : 24348 (java) S 24326 24329 3602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97528097 26624868352 7880 33554432000 4194304 4196468 140737216090944 139806564600800 139807829837525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
[pid=24329/tid=24349] ppid=24326 vsize=26000848 memory=-1 CPUtime=0 cores=0-7
/proc/24329/task/24349/stat : 24349 (java) S 24326 24329 3602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97528098 26624868352 7880 33554432000 4194304 4196468 140737216090944 139806563548336 139807829838466 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 26000848 KiB
Current children cumulated memory: 31520 KiB

[startup+0.210149 s]*
/proc/loadavg: 5.92 4.73 4.90 3/198 24349
/proc/meminfo: memFree=26949996/32770624 swapFree=67108860/67108860
[pid=24329] ppid=24326 vsize=26000848 memory=40856 CPUtime=0.3 cores=0-7
/proc/24329/stat : 24329 (java) S 24326 24329 3602 0 -1 1077944320 9376 0 0 0 27 3 0 0 20 0 20 0 97528091 26624868352 10214 33554432000 4194304 4196468 140737216090944 140737216073488 139807829827319 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
/proc/24329/statm: 6500212 10214 3604 1 0 6487932 0
[pid=24329/tid=24331] ppid=24326 vsize=26000848 memory=4026531975 CPUtime=0.19 cores=0-7
/proc/24329/task/24331/stat : 24331 (java) R 24326 24329 3602 0 -1 4202560 6911 0 0 0 17 2 0 0 20 0 20 0 97528092 26624868352 10214 33554432000 4194304 4196468 140737216090944 139807834019920 139807829849245 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
[pid=24329/tid=24332] ppid=24326 vsize=26000848 memory=9395 CPUtime=0 cores=0-7
/proc/24329/task/24332/stat : 24332 (java) S 24326 24329 3602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97528093 26624868352 10214 33554432000 4194304 4196468 140737216090944 139807782448144 139807829837525 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
[pid=24329/tid=24333] ppid=24326 vsize=26000848 memory=140240017161913 CPUtime=0 cores=0-7
/proc/24329/task/24333/stat : 24333 (java) S 24326 24329 3602 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97528093 26624868352 10214 33554432000 4194304 4196468 140737216090944 139807781395600 139807829837525 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
[pid=24329/tid=24334] ppid=24326 vsize=26000848 memory=-1 CPUtime=0 cores=0-7
/proc/24329/task/24334/stat : 24334 (java) S 24326 24329 3602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97528093 26624868352 10214 33554432000 4194304 4196468 140737216090944 139807780342544 139807829837525 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
[pid=24329/tid=24335] ppid=24326 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/24329/task/24335/stat : 24335 (java) S 24326 24329 3602 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97528093 26624868352 10214 33554432000 4194304 4196468 140737216090944 139807779290000 139807829837525 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
[pid=24329/tid=24336] ppid=24326 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/24329/task/24336/stat : 24336 (java) S 24326 24329 3602 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97528093 26624868352 10214 33554432000 4194304 4196468 140737216090944 139807778236944 139807829837525 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
[pid=24329/tid=24337] ppid=24326 vsize=26000848 memory=-1 CPUtime=0 cores=0-7
/proc/24329/task/24337/stat : 24337 (java) S 24326 24329 3602 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97528093 26624868352 10214 33554432000 4194304 4196468 140737216090944 139807777184400 139807829837525 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
[pid=24329/tid=24338] ppid=24326 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/24329/task/24338/stat : 24338 (java) S 24326 24329 3602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97528093 26624868352 10214 33554432000 4194304 4196468 140737216090944 139807776131344 139807829837525 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
[pid=24329/tid=24339] ppid=24326 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/24329/task/24339/stat : 24339 (java) S 24326 24329 3602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97528093 26624868352 10214 33554432000 4194304 4196468 140737216090944 139807775078800 139807829837525 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
[pid=24329/tid=24340] ppid=24326 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/24329/task/24340/stat : 24340 (java) S 24326 24329 3602 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 97528094 26624868352 10214 33554432000 4194304 4196468 140737216090944 139806573021936 139807829838466 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
[pid=24329/tid=24341] ppid=24326 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/24329/task/24341/stat : 24341 (java) S 24326 24329 3602 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 97528095 26624868352 10214 33554432000 4194304 4196468 140737216090944 139806571968160 139807829837525 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
[pid=24329/tid=24342] ppid=24326 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/24329/task/24342/stat : 24342 (java) S 24326 24329 3602 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 97528095 26624868352 10214 33554432000 4194304 4196468 140737216090944 139806570915056 139807829837525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
[pid=24329/tid=24343] ppid=24326 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/24329/task/24343/stat : 24343 (java) S 24326 24329 3602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97528097 26624868352 10214 33554432000 4194304 4196468 140737216090944 139806569863632 139807829845915 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
[pid=24329/tid=24344] ppid=24326 vsize=26000848 memory=0 CPUtime=0.01 cores=0-7
/proc/24329/task/24344/stat : 24344 (java) S 24326 24329 3602 0 -1 1077944384 433 0 0 0 1 0 0 0 20 0 20 0 97528097 26624868352 10214 33554432000 4194304 4196468 140737216090944 139806568810736 139807829838466 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
[pid=24329/tid=24345] ppid=24326 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/24329/task/24345/stat : 24345 (java) S 24326 24329 3602 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 20 0 97528097 26624868352 10214 33554432000 4194304 4196468 140737216090944 139806567758192 139807829838466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
[pid=24329/tid=24346] ppid=24326 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/24329/task/24346/stat : 24346 (java) S 24326 24329 3602 0 -1 1077944384 170 0 0 0 0 0 0 0 20 0 20 0 97528097 26624868352 10214 33554432000 4194304 4196468 140737216090944 139806566705136 139807829838466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
[pid=24329/tid=24347] ppid=24326 vsize=26000848 memory=0 CPUtime=0.05 cores=0-7
/proc/24329/task/24347/stat : 24347 (java) R 24326 24329 3602 0 -1 4202560 436 0 0 0 5 0 0 0 20 0 20 0 97528097 26624868352 10214 33554432000 4194304 4196468 140737216090944 139806565652592 139807829841201 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
[pid=24329/tid=24348] ppid=24326 vsize=26000848 memory=0 CPUtime=0 cores=0-7
/proc/24329/task/24348/stat : 24348 (java) S 24326 24329 3602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97528097 26624868352 10214 33554432000 4194304 4196468 140737216090944 139806564600800 139807829837525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
[pid=24329/tid=24349] ppid=24326 vsize=26000848 memory=-1 CPUtime=0 cores=0-7
/proc/24329/task/24349/stat : 24349 (java) S 24326 24329 3602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97528098 26624868352 10214 33554432000 4194304 4196468 140737216090944 139806563548336 139807829838466 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 26000848 KiB
Current children cumulated memory: 40856 KiB

[startup+0.309727 s]*
/proc/loadavg: 5.92 4.73 4.90 3/198 24349
/proc/meminfo: memFree=26942800/32770624 swapFree=67108860/67108860
[pid=24329] ppid=24326 vsize=26000868 memory=49488 CPUtime=0.48 cores=0-7
/proc/24329/stat : 24329 (java) S 24326 24329 3602 0 -1 1077944320 10624 0 0 0 45 3 0 0 20 0 20 0 97528091 26624888832 12372 33554432000 4194304 4196468 140737216090944 140737216073488 139807829827319 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
/proc/24329/statm: 6500217 12372 3703 1 0 6487932 0
[pid=24329/tid=24331] ppid=24326 vsize=26000868 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/24329/task/24331/stat : 24331 (java) R 24326 24329 3602 0 -1 4202560 7688 0 0 0 27 2 0 0 20 0 20 0 97528092 26624888832 12372 33554432000 4194304 4196468 140737216090944 139807834060640 139807443537153 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
[pid=24329/tid=24332] ppid=24326 vsize=26000868 memory=0 CPUtime=0 cores=0-7
/proc/24329/task/24332/stat : 24332 (java) S 24326 24329 3602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97528093 26624888832 12372 33554432000 4194304 4196468 140737216090944 139807782448144 139807829837525 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
[pid=24329/tid=24333] ppid=24326 vsize=26000868 memory=0 CPUtime=0 cores=0-7
/proc/24329/task/24333/stat : 24333 (java) S 24326 24329 3602 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97528093 26624888832 12372 33554432000 4194304 4196468 140737216090944 139807781395600 139807829837525 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
[pid=24329/tid=24334] ppid=24326 vsize=26000868 memory=0 CPUtime=0 cores=0-7
/proc/24329/task/24334/stat : 24334 (java) S 24326 24329 3602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97528093 26624888832 12372 33554432000 4194304 4196468 140737216090944 139807780342544 139807829837525 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
[pid=24329/tid=24335] ppid=24326 vsize=26000868 memory=0 CPUtime=0 cores=0-7
/proc/24329/task/24335/stat : 24335 (java) S 24326 24329 3602 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97528093 26624888832 12372 33554432000 4194304 4196468 140737216090944 139807779290000 139807829837525 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
[pid=24329/tid=24336] ppid=24326 vsize=26000868 memory=2244 CPUtime=0 cores=0-7
/proc/24329/task/24336/stat : 24336 (java) S 24326 24329 3602 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97528093 26624888832 12372 33554432000 4194304 4196468 140737216090944 139807778236944 139807829837525 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
[pid=24329/tid=24337] ppid=24326 vsize=26000868 memory=140239876223919 CPUtime=0 cores=0-7
/proc/24329/task/24337/stat : 24337 (java) S 24326 24329 3602 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97528093 26624888832 12372 33554432000 4194304 4196468 140737216090944 139807777184400 139807829837525 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
[pid=24329/tid=24338] ppid=24326 vsize=26000868 memory=140239876226224 CPUtime=0 cores=0-7
/proc/24329/task/24338/stat : 24338 (java) S 24326 24329 3602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97528093 26624888832 12372 33554432000 4194304 4196468 140737216090944 139807776131344 139807829837525 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
[pid=24329/tid=24339] ppid=24326 vsize=26000868 memory=140239876228528 CPUtime=0 cores=0-7
/proc/24329/task/24339/stat : 24339 (java) S 24326 24329 3602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97528093 26624888832 12372 33554432000 4194304 4196468 140737216090944 139807775078800 139807829837525 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
[pid=24329/tid=24340] ppid=24326 vsize=26000868 memory=0 CPUtime=0 cores=0-7
/proc/24329/task/24340/stat : 24340 (java) S 24326 24329 3602 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 97528094 26624888832 12372 33554432000 4194304 4196468 140737216090944 139806573021936 139807829838466 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
[pid=24329/tid=24341] ppid=24326 vsize=26000868 memory=280479752464016 CPUtime=0 cores=0-7
/proc/24329/task/24341/stat : 24341 (java) S 24326 24329 3602 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 97528095 26624888832 12372 33554432000 4194304 4196468 140737216090944 139806571968160 139807829837525 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
[pid=24329/tid=24342] ppid=24326 vsize=26000868 memory=280479752470928 CPUtime=0 cores=0-7
/proc/24329/task/24342/stat : 24342 (java) S 24326 24329 3602 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 97528095 26624888832 12372 33554432000 4194304 4196468 140737216090944 139806570915056 139807829837525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
[pid=24329/tid=24343] ppid=24326 vsize=26000868 memory=280479752412208 CPUtime=0 cores=0-7
/proc/24329/task/24343/stat : 24343 (java) S 24326 24329 3602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97528097 26624888832 12372 33554432000 4194304 4196468 140737216090944 139806569863632 139807829845915 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
[pid=24329/tid=24344] ppid=24326 vsize=26000868 memory=280479752484752 CPUtime=0.03 cores=0-7
/proc/24329/task/24344/stat : 24344 (java) S 24326 24329 3602 0 -1 1077944384 609 0 0 0 3 0 0 0 20 0 20 0 97528097 26624888832 12372 33554432000 4194304 4196468 140737216090944 139806568810736 139807829838466 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
[pid=24329/tid=24345] ppid=24326 vsize=26000868 memory=280479752491664 CPUtime=0.02 cores=0-7
/proc/24329/task/24345/stat : 24345 (java) S 24326 24329 3602 0 -1 1077944384 46 0 0 0 2 0 0 0 20 0 20 0 97528097 26624888832 12372 33554432000 4194304 4196468 140737216090944 139806567758192 139807829838466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
[pid=24329/tid=24346] ppid=24326 vsize=26000868 memory=280479752489360 CPUtime=0.03 cores=0-7
/proc/24329/task/24346/stat : 24346 (java) S 24326 24329 3602 0 -1 1077944384 361 0 0 0 3 0 0 0 20 0 20 0 97528097 26624888832 12372 33554432000 4194304 4196468 140737216090944 139806566705136 139807829838466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
[pid=24329/tid=24347] ppid=24326 vsize=26000868 memory=280479752505968 CPUtime=0.08 cores=0-7
/proc/24329/task/24347/stat : 24347 (java) R 24326 24329 3602 0 -1 4202560 531 0 0 0 8 0 0 0 20 0 20 0 97528097 26624888832 12372 33554432000 4194304 4196468 140737216090944 139806565652592 139807829848666 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
[pid=24329/tid=24348] ppid=24326 vsize=26000868 memory=0 CPUtime=0 cores=0-7
/proc/24329/task/24348/stat : 24348 (java) S 24326 24329 3602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97528097 26624888832 12372 33554432000 4194304 4196468 140737216090944 139806564600800 139807829837525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
[pid=24329/tid=24349] ppid=24326 vsize=26000868 memory=-1 CPUtime=0 cores=0-7
/proc/24329/task/24349/stat : 24349 (java) S 24326 24329 3602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97528098 26624888832 12372 33554432000 4194304 4196468 140737216090944 139806563548336 139807829838466 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 26000868 KiB
Current children cumulated memory: 49488 KiB

[startup+0.700868 s]
/proc/loadavg: 5.92 4.73 4.90 4/198 24349
/proc/meminfo: memFree=26921192/32770624 swapFree=67108860/67108860
[pid=24329] ppid=24326 vsize=26002916 memory=135368 CPUtime=1.7 cores=0-7
/proc/24329/stat : 24329 (java) S 24326 24329 3602 0 -1 1077944320 15204 0 0 0 164 6 0 0 20 0 20 0 97528091 26626985984 33842 33554432000 4194304 4196468 140737216090944 140737216073488 139807829827319 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
/proc/24329/statm: 6500729 33842 3778 1 0 6488444 0
[pid=24329/tid=24331] ppid=24326 vsize=26002916 memory=0 CPUtime=0.67 cores=0-7
/proc/24329/task/24331/stat : 24331 (java) R 24326 24329 3602 0 -1 4202560 8411 0 0 0 63 4 0 0 20 0 20 0 97528092 26626985984 33842 33554432000 4194304 4196468 140737216090944 139807834059904 139807446674382 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
[pid=24329/tid=24332] ppid=24326 vsize=26002916 memory=0 CPUtime=0 cores=0-7
/proc/24329/task/24332/stat : 24332 (java) S 24326 24329 3602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97528093 26626985984 33842 33554432000 4194304 4196468 140737216090944 139807782448144 139807829837525 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
[pid=24329/tid=24333] ppid=24326 vsize=26002916 memory=0 CPUtime=0 cores=0-7
/proc/24329/task/24333/stat : 24333 (java) S 24326 24329 3602 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97528093 26626985984 33842 33554432000 4194304 4196468 140737216090944 139807781395600 139807829837525 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
[pid=24329/tid=24334] ppid=24326 vsize=26002916 memory=0 CPUtime=0 cores=0-7
/proc/24329/task/24334/stat : 24334 (java) S 24326 24329 3602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97528093 26626985984 33842 33554432000 4194304 4196468 140737216090944 139807780342544 139807829837525 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
[pid=24329/tid=24335] ppid=24326 vsize=26002916 memory=792 CPUtime=0 cores=0-7
/proc/24329/task/24335/stat : 24335 (java) S 24326 24329 3602 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97528093 26626985984 33842 33554432000 4194304 4196468 140737216090944 139807779290000 139807829837525 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
[pid=24329/tid=24336] ppid=24326 vsize=26002916 memory=1008 CPUtime=0 cores=0-7
/proc/24329/task/24336/stat : 24336 (java) S 24326 24329 3602 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97528093 26626985984 33842 33554432000 4194304 4196468 140737216090944 139807778236944 139807829837525 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
[pid=24329/tid=24337] ppid=24326 vsize=26002916 memory=10588 CPUtime=0 cores=0-7
/proc/24329/task/24337/stat : 24337 (java) S 24326 24329 3602 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97528093 26626985984 33842 33554432000 4194304 4196468 140737216090944 139807777184400 139807829837525 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
[pid=24329/tid=24338] ppid=24326 vsize=26002916 memory=1204 CPUtime=0 cores=0-7
/proc/24329/task/24338/stat : 24338 (java) S 24326 24329 3602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97528093 26626985984 34354 33554432000 4194304 4196468 140737216090944 139807776131344 139807829837525 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
[pid=24329/tid=24339] ppid=24326 vsize=26002916 memory=15872 CPUtime=0 cores=0-7
/proc/24329/task/24339/stat : 24339 (java) S 24326 24329 3602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97528093 26626985984 34354 33554432000 4194304 4196468 140737216090944 139807775078800 139807829837525 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
[pid=24329/tid=24340] ppid=24326 vsize=26002916 memory=16444 CPUtime=0 cores=0-7
/proc/24329/task/24340/stat : 24340 (java) S 24326 24329 3602 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 97528094 26626985984 34354 33554432000 4194304 4196468 140737216090944 139806573021936 139807829838466 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0

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


[startup+162.301 s]
/proc/loadavg: 1.32 3.17 4.28 2/200 24380
/proc/meminfo: memFree=25876476/32770624 swapFree=67108860/67108860
[pid=24329] ppid=24326 vsize=26007012 memory=1114800 CPUtime=172.39 cores=0-7
/proc/24329/stat : 24329 (java) S 24326 24329 3602 0 -1 1077944320 53494 0 0 0 17078 161 0 0 20 0 20 0 97528091 26631180288 278700 33554432000 4194304 4196468 140737216090944 140737216073488 139807829827319 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
/proc/24329/statm: 6501753 278700 3847 1 0 6489468 0
[pid=24329/tid=24331] ppid=24326 vsize=26007012 memory=1114800 CPUtime=161.32 cores=0-7
/proc/24329/task/24331/stat : 24331 (java) R 24326 24329 3602 0 -1 4202560 19553 0 0 0 16113 19 0 0 20 0 20 0 97528092 26631180288 278700 33554432000 4194304 4196468 140737216090944 139807834061168 139807451063045 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
[pid=24329/tid=24332] ppid=24326 vsize=26007012 memory=1114800 CPUtime=0.79 cores=0-7
/proc/24329/task/24332/stat : 24332 (java) S 24326 24329 3602 0 -1 1077944384 590 0 0 0 63 16 0 0 20 0 20 0 97528093 26631180288 278700 33554432000 4194304 4196468 140737216090944 139807782448144 139807829837525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
[pid=24329/tid=24333] ppid=24326 vsize=26007012 memory=1114800 CPUtime=0.79 cores=0-7
/proc/24329/task/24333/stat : 24333 (java) S 24326 24329 3602 0 -1 1077944384 1585 0 0 0 63 16 0 0 20 0 20 0 97528093 26631180288 278700 33554432000 4194304 4196468 140737216090944 139807781395600 139807829837525 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
[pid=24329/tid=24334] ppid=24326 vsize=26007012 memory=56 CPUtime=0.82 cores=0-7
/proc/24329/task/24334/stat : 24334 (java) S 24326 24329 3602 0 -1 1077944384 919 0 0 0 66 16 0 0 20 0 20 0 97528093 26631180288 278700 33554432000 4194304 4196468 140737216090944 139807780342544 139807829837525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
[pid=24329/tid=24335] ppid=24326 vsize=26007012 memory=1114800 CPUtime=0.81 cores=0-7
/proc/24329/task/24335/stat : 24335 (java) S 24326 24329 3602 0 -1 1077944384 1164 0 0 0 65 16 0 0 20 0 20 0 97528093 26631180288 278700 33554432000 4194304 4196468 140737216090944 139807779290000 139807829837525 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
[pid=24329/tid=24336] ppid=24326 vsize=26007012 memory=4140 CPUtime=0.79 cores=0-7
/proc/24329/task/24336/stat : 24336 (java) S 24326 24329 3602 0 -1 1077944384 1542 0 0 0 63 16 0 0 20 0 20 0 97528093 26631180288 278700 33554432000 4194304 4196468 140737216090944 139807778236944 139807829837525 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
[pid=24329/tid=24337] ppid=24326 vsize=26007012 memory=1098412 CPUtime=0.81 cores=0-7
/proc/24329/task/24337/stat : 24337 (java) S 24326 24329 3602 0 -1 1077944384 1151 0 0 0 65 16 0 0 20 0 20 0 97528093 26631180288 278700 33554432000 4194304 4196468 140737216090944 139807777184400 139807829837525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
[pid=24329/tid=24338] ppid=24326 vsize=26007012 memory=1098412 CPUtime=0.81 cores=0-7
/proc/24329/task/24338/stat : 24338 (java) S 24326 24329 3602 0 -1 1077944384 797 0 0 0 64 17 0 0 20 0 20 0 97528093 26631180288 278700 33554432000 4194304 4196468 140737216090944 139807776131344 139807829837525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
[pid=24329/tid=24339] ppid=24326 vsize=26007012 memory=1576 CPUtime=0.79 cores=0-7
/proc/24329/task/24339/stat : 24339 (java) S 24326 24329 3602 0 -1 1077944384 754 0 0 0 64 15 0 0 20 0 20 0 97528093 26631180288 278700 33554432000 4194304 4196468 140737216090944 139807775078800 139807829837525 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
[pid=24329/tid=24340] ppid=24326 vsize=26007012 memory=932 CPUtime=0.11 cores=0-7
/proc/24329/task/24340/stat : 24340 (java) S 24326 24329 3602 0 -1 1077944384 2173 0 0 0 11 0 0 0 20 0 20 0 97528094 26631180288 278700 33554432000 4194304 4196468 140737216090944 139806573021936 139807829838466 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
[pid=24329/tid=24341] ppid=24326 vsize=26007012 memory=280479752593880 CPUtime=0 cores=0-7
/proc/24329/task/24341/stat : 24341 (java) S 24326 24329 3602 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 20 0 97528095 26631180288 278700 33554432000 4194304 4196468 140737216090944 139806571968224 139807829837525 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
[pid=24329/tid=24342] ppid=24326 vsize=26007012 memory=9289 CPUtime=0 cores=0-7
/proc/24329/task/24342/stat : 24342 (java) S 24326 24329 3602 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 97528095 26631180288 278700 33554432000 4194304 4196468 140737216090944 139806570915072 139807829837525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
[pid=24329/tid=24343] ppid=24326 vsize=26007012 memory=1114800 CPUtime=0 cores=0-7
/proc/24329/task/24343/stat : 24343 (java) S 24326 24329 3602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97528097 26631180288 278700 33554432000 4194304 4196468 140737216090944 139806569863632 139807829845915 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
[pid=24329/tid=24344] ppid=24326 vsize=26007012 memory=16444 CPUtime=1.23 cores=0-7
/proc/24329/task/24344/stat : 24344 (java) S 24326 24329 3602 0 -1 1077944384 4867 0 0 0 122 1 0 0 20 0 20 0 97528097 26631180288 278700 33554432000 4194304 4196468 140737216090944 139806568810736 139807829838466 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
[pid=24329/tid=24345] ppid=24326 vsize=26007012 memory=4052 CPUtime=1.19 cores=0-7
/proc/24329/task/24345/stat : 24345 (java) S 24326 24329 3602 0 -1 1077944384 4990 0 0 0 118 1 0 0 20 0 20 0 97528097 26631180288 278700 33554432000 4194304 4196468 140737216090944 139806567758192 139807829838466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
[pid=24329/tid=24346] ppid=24326 vsize=26007012 memory=6791534058613427641 CPUtime=1.24 cores=0-7
/proc/24329/task/24346/stat : 24346 (java) S 24326 24329 3602 0 -1 1077944384 3564 0 0 0 123 1 0 0 20 0 20 0 97528097 26631180288 278700 33554432000 4194304 4196468 140737216090944 139806566705136 139807829838466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
[pid=24329/tid=24347] ppid=24326 vsize=26007012 memory=1944 CPUtime=0.68 cores=0-7
/proc/24329/task/24347/stat : 24347 (java) S 24326 24329 3602 0 -1 1077944384 7533 0 0 0 66 2 0 0 20 0 20 0 97528097 26631180288 278700 33554432000 4194304 4196468 140737216090944 139806565652592 139807829838466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
[pid=24329/tid=24348] ppid=24326 vsize=26007012 memory=1700 CPUtime=0 cores=0-7
/proc/24329/task/24348/stat : 24348 (java) S 24326 24329 3602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97528097 26631180288 278700 33554432000 4194304 4196468 140737216090944 139806564600800 139807829837525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
[pid=24329/tid=24349] ppid=24326 vsize=26007012 memory=1114800 CPUtime=0.05 cores=0-7
/proc/24329/task/24349/stat : 24349 (java) S 24326 24329 3602 0 -1 1077944384 924 0 0 0 2 3 0 0 20 0 20 0 97528098 26631180288 278700 33554432000 4194304 4196468 140737216090944 139806563548336 139807829838466 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
Current children cumulated CPU time: 172.39 s
Current children cumulated vsize: 26007012 KiB
Current children cumulated memory: 1114800 KiB

[startup+222.301 s]
/proc/loadavg: 1.12 2.78 4.07 2/200 24380
/proc/meminfo: memFree=25856692/32770624 swapFree=67108860/67108860
[pid=24329] ppid=24326 vsize=26007012 memory=1135256 CPUtime=232.66 cores=0-7
/proc/24329/stat : 24329 (java) S 24326 24329 3602 0 -1 1077944320 56300 0 0 0 23096 170 0 0 20 0 20 0 97528091 26631180288 283814 33554432000 4194304 4196468 140737216090944 140737216073488 139807829827319 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
/proc/24329/statm: 6501753 283814 3847 1 0 6489468 0
[pid=24329/tid=24331] ppid=24326 vsize=26007012 memory=4108 CPUtime=221.27 cores=0-7
/proc/24329/task/24331/stat : 24331 (java) R 24326 24329 3602 0 -1 4202560 21140 0 0 0 22107 20 0 0 20 0 20 0 97528092 26631180288 283814 33554432000 4194304 4196468 140737216090944 139807834060944 139807451063045 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
[pid=24329/tid=24332] ppid=24326 vsize=26007012 memory=1135256 CPUtime=0.83 cores=0-7
/proc/24329/task/24332/stat : 24332 (java) S 24326 24329 3602 0 -1 1077944384 615 0 0 0 66 17 0 0 20 0 20 0 97528093 26631180288 283814 33554432000 4194304 4196468 140737216090944 139807782448144 139807829837525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
[pid=24329/tid=24333] ppid=24326 vsize=26007012 memory=1135256 CPUtime=0.83 cores=0-7
/proc/24329/task/24333/stat : 24333 (java) S 24326 24329 3602 0 -1 1077944384 1615 0 0 0 66 17 0 0 20 0 20 0 97528093 26631180288 283814 33554432000 4194304 4196468 140737216090944 139807781395600 139807829837525 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
[pid=24329/tid=24334] ppid=24326 vsize=26007012 memory=1135256 CPUtime=0.85 cores=0-7
/proc/24329/task/24334/stat : 24334 (java) S 24326 24329 3602 0 -1 1077944384 946 0 0 0 69 16 0 0 20 0 20 0 97528093 26631180288 283814 33554432000 4194304 4196468 140737216090944 139807780342544 139807829837525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
[pid=24329/tid=24335] ppid=24326 vsize=26007012 memory=1135256 CPUtime=0.85 cores=0-7
/proc/24329/task/24335/stat : 24335 (java) S 24326 24329 3602 0 -1 1077944384 1185 0 0 0 68 17 0 0 20 0 20 0 97528093 26631180288 283814 33554432000 4194304 4196468 140737216090944 139807779290000 139807829837525 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
[pid=24329/tid=24336] ppid=24326 vsize=26007012 memory=1135256 CPUtime=0.83 cores=0-7
/proc/24329/task/24336/stat : 24336 (java) S 24326 24329 3602 0 -1 1077944384 1564 0 0 0 66 17 0 0 20 0 20 0 97528093 26631180288 283814 33554432000 4194304 4196468 140737216090944 139807778236944 139807829837525 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
[pid=24329/tid=24337] ppid=24326 vsize=26007012 memory=1135256 CPUtime=0.85 cores=0-7
/proc/24329/task/24337/stat : 24337 (java) S 24326 24329 3602 0 -1 1077944384 1171 0 0 0 68 17 0 0 20 0 20 0 97528093 26631180288 283814 33554432000 4194304 4196468 140737216090944 139807777184400 139807829837525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
[pid=24329/tid=24338] ppid=24326 vsize=26007012 memory=0 CPUtime=0.84 cores=0-7
/proc/24329/task/24338/stat : 24338 (java) S 24326 24329 3602 0 -1 1077944384 817 0 0 0 66 18 0 0 20 0 20 0 97528093 26631180288 283814 33554432000 4194304 4196468 140737216090944 139807776131344 139807829837525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
[pid=24329/tid=24339] ppid=24326 vsize=26007012 memory=1732 CPUtime=0.82 cores=0-7
/proc/24329/task/24339/stat : 24339 (java) S 24326 24329 3602 0 -1 1077944384 771 0 0 0 67 15 0 0 20 0 20 0 97528093 26631180288 283814 33554432000 4194304 4196468 140737216090944 139807775078800 139807829837525 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
[pid=24329/tid=24340] ppid=24326 vsize=26007012 memory=1944 CPUtime=0.11 cores=0-7
/proc/24329/task/24340/stat : 24340 (java) S 24326 24329 3602 0 -1 1077944384 2223 0 0 0 11 0 0 0 20 0 20 0 97528094 26631180288 283814 33554432000 4194304 4196468 140737216090944 139806573021936 139807829838466 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
[pid=24329/tid=24341] ppid=24326 vsize=26007012 memory=1135256 CPUtime=0 cores=0-7
/proc/24329/task/24341/stat : 24341 (java) S 24326 24329 3602 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 20 0 97528095 26631180288 283814 33554432000 4194304 4196468 140737216090944 139806571968224 139807829837525 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
[pid=24329/tid=24342] ppid=24326 vsize=26007012 memory=4140 CPUtime=0 cores=0-7
/proc/24329/task/24342/stat : 24342 (java) S 24326 24329 3602 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 97528095 26631180288 283814 33554432000 4194304 4196468 140737216090944 139806570915072 139807829837525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
[pid=24329/tid=24343] ppid=24326 vsize=26007012 memory=0 CPUtime=0 cores=0-7
/proc/24329/task/24343/stat : 24343 (java) S 24326 24329 3602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97528097 26631180288 283814 33554432000 4194304 4196468 140737216090944 139806569863632 139807829845915 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
[pid=24329/tid=24344] ppid=24326 vsize=26007012 memory=140239877237438 CPUtime=1.23 cores=0-7
/proc/24329/task/24344/stat : 24344 (java) S 24326 24329 3602 0 -1 1077944384 4871 0 0 0 122 1 0 0 20 0 20 0 97528097 26631180288 283814 33554432000 4194304 4196468 140737216090944 139806568810736 139807829838466 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
[pid=24329/tid=24345] ppid=24326 vsize=26007012 memory=1135256 CPUtime=1.19 cores=0-7
/proc/24329/task/24345/stat : 24345 (java) S 24326 24329 3602 0 -1 1077944384 4995 0 0 0 118 1 0 0 20 0 20 0 97528097 26631180288 283814 33554432000 4194304 4196468 140737216090944 139806567758192 139807829838466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
[pid=24329/tid=24346] ppid=24326 vsize=26007012 memory=640 CPUtime=1.24 cores=0-7
/proc/24329/task/24346/stat : 24346 (java) S 24326 24329 3602 0 -1 1077944384 4345 0 0 0 123 1 0 0 20 0 20 0 97528097 26631180288 283814 33554432000 4194304 4196468 140737216090944 139806566705136 139807829838466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
[pid=24329/tid=24347] ppid=24326 vsize=26007012 memory=956 CPUtime=0.68 cores=0-7
/proc/24329/task/24347/stat : 24347 (java) S 24326 24329 3602 0 -1 1077944384 7687 0 0 0 66 2 0 0 20 0 20 0 97528097 26631180288 283814 33554432000 4194304 4196468 140737216090944 139806565652592 139807829838466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
[pid=24329/tid=24348] ppid=24326 vsize=26007012 memory=1732 CPUtime=0 cores=0-7
/proc/24329/task/24348/stat : 24348 (java) S 24326 24329 3602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97528097 26631180288 283814 33554432000 4194304 4196468 140737216090944 139806564600800 139807829837525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
[pid=24329/tid=24349] ppid=24326 vsize=26007012 memory=1944 CPUtime=0.06 cores=0-7
/proc/24329/task/24349/stat : 24349 (java) S 24326 24329 3602 0 -1 1077944384 967 0 0 0 2 4 0 0 20 0 20 0 97528098 26631180288 283814 33554432000 4194304 4196468 140737216090944 139806563548336 139807829838466 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
Current children cumulated CPU time: 232.66 s
Current children cumulated vsize: 26007012 KiB
Current children cumulated memory: 1135256 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+252.001 s]*
/proc/loadavg: 1.01 2.59 3.97 2/200 24380
/proc/meminfo: memFree=25830192/32770624 swapFree=67108860/67108860
[pid=24329] ppid=24326 vsize=26007012 memory=1161896 CPUtime=262.55 cores=0-7
/proc/24329/stat : 24329 (java) S 24326 24329 3602 0 -1 1077944320 57755 0 0 0 26078 177 0 0 20 0 20 0 97528091 26631180288 290474 33554432000 4194304 4196468 140737216090944 140737216073488 139807829827319 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
/proc/24329/statm: 6501753 290474 3847 1 0 6489468 0
[pid=24329/tid=24331] ppid=24326 vsize=26007012 memory=6791534058613427641 CPUtime=250.95 cores=0-7
/proc/24329/task/24331/stat : 24331 (java) R 24326 24329 3602 0 -1 4202560 21417 0 0 0 25075 20 0 0 20 0 20 0 97528092 26631180288 290474 33554432000 4194304 4196468 140737216090944 139807834063376 139807451063045 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
[pid=24329/tid=24332] ppid=24326 vsize=26007012 memory=4126316290023845779 CPUtime=0.86 cores=0-7
/proc/24329/task/24332/stat : 24332 (java) S 24326 24329 3602 0 -1 1077944384 729 0 0 0 68 18 0 0 20 0 20 0 97528093 26631180288 290474 33554432000 4194304 4196468 140737216090944 139807782448144 139807829837525 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
[pid=24329/tid=24333] ppid=24326 vsize=26007012 memory=15872 CPUtime=0.84 cores=0-7
/proc/24329/task/24333/stat : 24333 (java) S 24326 24329 3602 0 -1 1077944384 1626 0 0 0 67 17 0 0 20 0 20 0 97528093 26631180288 290474 33554432000 4194304 4196468 140737216090944 139807781395600 139807829837525 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
[pid=24329/tid=24334] ppid=24326 vsize=26007012 memory=16444 CPUtime=0.87 cores=0-7
/proc/24329/task/24334/stat : 24334 (java) S 24326 24329 3602 0 -1 1077944384 976 0 0 0 70 17 0 0 20 0 20 0 97528093 26631180288 290474 33554432000 4194304 4196468 140737216090944 139807780342544 139807829837525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
[pid=24329/tid=24335] ppid=24326 vsize=26007012 memory=4052 CPUtime=0.87 cores=0-7
/proc/24329/task/24335/stat : 24335 (java) S 24326 24329 3602 0 -1 1077944384 1285 0 0 0 69 18 0 0 20 0 20 0 97528093 26631180288 290474 33554432000 4194304 4196468 140737216090944 139807779290000 139807829837525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
[pid=24329/tid=24336] ppid=24326 vsize=26007012 memory=15892 CPUtime=0.86 cores=0-7
/proc/24329/task/24336/stat : 24336 (java) S 24326 24329 3602 0 -1 1077944384 1600 0 0 0 68 18 0 0 20 0 20 0 97528093 26631180288 290474 33554432000 4194304 4196468 140737216090944 139807778236944 139807829837525 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
[pid=24329/tid=24337] ppid=24326 vsize=26007012 memory=1236 CPUtime=0.87 cores=0-7
/proc/24329/task/24337/stat : 24337 (java) S 24326 24329 3602 0 -1 1077944384 1807 0 0 0 69 18 0 0 20 0 20 0 97528093 26631180288 290474 33554432000 4194304 4196468 140737216090944 139807777184400 139807829837525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
[pid=24329/tid=24338] ppid=24326 vsize=26007012 memory=1792 CPUtime=0.87 cores=0-7
/proc/24329/task/24338/stat : 24338 (java) S 24326 24329 3602 0 -1 1077944384 861 0 0 0 68 19 0 0 20 0 20 0 97528093 26631180288 290474 33554432000 4194304 4196468 140737216090944 139807776131344 139807829837525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
[pid=24329/tid=24339] ppid=24326 vsize=26007012 memory=1700 CPUtime=0.85 cores=0-7
/proc/24329/task/24339/stat : 24339 (java) S 24326 24329 3602 0 -1 1077944384 801 0 0 0 69 16 0 0 20 0 20 0 97528093 26631180288 290474 33554432000 4194304 4196468 140737216090944 139807775078800 139807829837525 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
[pid=24329/tid=24340] ppid=24326 vsize=26007012 memory=1228 CPUtime=0.11 cores=0-7
/proc/24329/task/24340/stat : 24340 (java) S 24326 24329 3602 0 -1 1077944384 2398 0 0 0 11 0 0 0 20 0 20 0 97528094 26631180288 290474 33554432000 4194304 4196468 140737216090944 139806573021936 139807829838466 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
[pid=24329/tid=24341] ppid=24326 vsize=26007012 memory=5428 CPUtime=0 cores=0-7
/proc/24329/task/24341/stat : 24341 (java) S 24326 24329 3602 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 20 0 97528095 26631180288 290474 33554432000 4194304 4196468 140737216090944 139806571968224 139807829837525 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
[pid=24329/tid=24342] ppid=24326 vsize=26007012 memory=4624 CPUtime=0 cores=0-7
/proc/24329/task/24342/stat : 24342 (java) S 24326 24329 3602 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 97528095 26631180288 290474 33554432000 4194304 4196468 140737216090944 139806570915072 139807829837525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
[pid=24329/tid=24343] ppid=24326 vsize=26007012 memory=1424 CPUtime=0 cores=0-7
/proc/24329/task/24343/stat : 24343 (java) S 24326 24329 3602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97528097 26631180288 290474 33554432000 4194304 4196468 140737216090944 139806569863632 139807829845915 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
[pid=24329/tid=24344] ppid=24326 vsize=26007012 memory=13056 CPUtime=1.23 cores=0-7
/proc/24329/task/24344/stat : 24344 (java) S 24326 24329 3602 0 -1 1077944384 4871 0 0 0 122 1 0 0 20 0 20 0 97528097 26631180288 290474 33554432000 4194304 4196468 140737216090944 139806568810736 139807829838466 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
[pid=24329/tid=24345] ppid=24326 vsize=26007012 memory=792 CPUtime=1.19 cores=0-7
/proc/24329/task/24345/stat : 24345 (java) S 24326 24329 3602 0 -1 1077944384 4995 0 0 0 118 1 0 0 20 0 20 0 97528097 26631180288 290474 33554432000 4194304 4196468 140737216090944 139806567758192 139807829838466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
[pid=24329/tid=24346] ppid=24326 vsize=26007012 memory=1008 CPUtime=1.24 cores=0-7
/proc/24329/task/24346/stat : 24346 (java) S 24326 24329 3602 0 -1 1077944384 4345 0 0 0 123 1 0 0 20 0 20 0 97528097 26631180288 290474 33554432000 4194304 4196468 140737216090944 139806566705136 139807829838466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
[pid=24329/tid=24347] ppid=24326 vsize=26007012 memory=10588 CPUtime=0.68 cores=0-7
/proc/24329/task/24347/stat : 24347 (java) S 24326 24329 3602 0 -1 1077944384 7687 0 0 0 66 2 0 0 20 0 20 0 97528097 26631180288 290474 33554432000 4194304 4196468 140737216090944 139806565652592 139807829838466 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
[pid=24329/tid=24348] ppid=24326 vsize=26007012 memory=1204 CPUtime=0 cores=0-7
/proc/24329/task/24348/stat : 24348 (java) S 24326 24329 3602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97528097 26631180288 290474 33554432000 4194304 4196468 140737216090944 139806564600800 139807829837525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
[pid=24329/tid=24349] ppid=24326 vsize=26007012 memory=15872 CPUtime=0.08 cores=0-7
/proc/24329/task/24349/stat : 24349 (java) S 24326 24329 3602 0 -1 1077944384 969 0 0 0 3 5 0 0 20 0 20 0 97528098 26631180288 290474 33554432000 4194304 4196468 140737216090944 139806563548336 139807829838466 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15679488 140737216099431 140737216099616 140737216099616 140737216102351 0
Current children cumulated CPU time: 262.55 s
Current children cumulated vsize: 26007012 KiB
Current children cumulated memory: 1161896 KiB

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

[startup+252.028 s]
# the end of solver process 24329 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=260.794 s, system=1.78172 s

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

Child status: 143
Real time (s): 252.029
CPU time (s): 262.576
CPU user time (s): 260.794
CPU system time (s): 1.78172
CPU usage (%): 104.185
Max. virtual memory (cumulated for all children) (KiB): 26007012
Max. memory (cumulated for all children) (KiB): 1161896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 260.794
system time used= 1.78172
maximum resident set size= 1162416
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 58178
page faults= 0
swaps= 0
block input operations= 0
block output operations= 464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10239
involuntary context switches= 486


# summary of solver processes directly reported to runsolver:
#   pid: 24329
#   total CPU time (s): 262.576
#   total CPU user time (s): 260.794
#   total CPU system time (s): 1.78172

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.17303 second user time and 2.63804 second system time

The end

Launcher Data

Begin job on node114 at 2017-08-13 18:59:04
IDJOB=4256936
IDBENCH=133709
IDSOLVER=2641
FILE ID=node114/4256936-1502644402
RUNJOBID= node114-1502634593-3629
PBS_JOBID= 20628323
Free space on /tmp= 61700 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-07-26
BENCH NAME= XCSP17/BusScheduling/BusScheduling-cnt-s1/BusScheduling-cnt-r3.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-4256936-1502644402/watcher-4256936-1502644402 -o /tmp/evaluation-result-4256936-1502644402/solver-4256936-1502644402 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node114-1502634593-3629 --watchdog 312  java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1670874641 --timelimit 2016 --memlimit 22000 --nbcore 8 HOME/instance-4256936-1502644402.xml

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

MD5SUM BENCH= 35e588148f794a6a4a81576d123b10dc
RANDOM SEED=1670874641

node114.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	: 5332.98
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	: 5332.98
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	: 5332.98
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	: 5332.98
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:        26976600 kB
MemAvailable:   31983824 kB
Buffers:          163136 kB
Cached:          5133428 kB
SwapCached:            0 kB
Active:           486972 kB
Inactive:        4866616 kB
Active(anon):      60296 kB
Inactive(anon):    25036 kB
Active(file):     426676 kB
Inactive(file):  4841580 kB
Unevictable:        6520 kB
Mlocked:            6520 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42848 kB
Writeback:             0 kB
AnonPages:         72404 kB
Mapped:            43596 kB
Shmem:             25224 kB
Slab:             135280 kB
SReclaimable:     109608 kB
SUnreclaim:        25672 kB
KernelStack:        3344 kB
PageTables:         5040 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     327184 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     16384 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 61656 MiB
End job on node114 at 2017-08-13 19:03:16