Trace number 4255750

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 - ALNS 2017-07-26? (TO) 245.308 240.013

General information on the benchmark

NameScheduling/Scheduling-fs-taillard/
Taillard-fs-050-10-6.xml
MD5SUM251bf731ce43f6740c64f68e9f13bc46
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 variables550
Number of constraints560
Number of domains1
Minimum domain size3207
Maximum domain size3207
Distribution of domain sizes[{"size":3207,"count":550}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":50},{"degree":3,"count":500}]
Minimum constraint arity1
Maximum constraint arity50
Distribution of constraint arities[{"arity":1,"count":50},{"arity":2,"count":500},{"arity":50,"count":10}]
Number of extensional constraints0
Number of intensional constraints550
Distribution of constraint types[{"type":"intension","count":550},{"type":"noOverlap","count":10}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.34/0.51	c version: 2017-07-26
0.34/0.51	c seed: 2124450267
0.34/0.52	c timeout: 264
0.34/0.52	c memlimit: 11000
0.34/0.52	c nbcore: 4
0.34/0.54	c Parsing instance...
2.61/1.49	c Parsing done, starting search...
245.28/240.00	s UNKNOWN

Verifier Data


Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4255750-1501623964/watcher-4255750-1501623964 -o /tmp/evaluation-result-4255750-1501623964/solver-4255750-1501623964 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node128-1501622883-15276 --watchdog 300 java -Xmx11000m -jar oscar-cp-xcsp3-alns.jar --randomseed 2124450267 --timelimit 264 --memlimit 11000 --nbcore 4 HOME/instance-4255750-1501623964.xml 

pid=15471
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 264 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 294 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 240 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
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.68 1.86 1.91 2/180 15474
/proc/meminfo: memFree=31099476/32770624 swapFree=0/935880
[pid=15474] ppid=15471 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/15474/stat : 15474 (runsolver) D 15471 15474 5678 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 11021102 24240128 106 18446744073709551615 4194304 4338465 140728858172096 140728858169736 139721891267287 0 0 1 24578 18446744071580418449 0 0 17 0 0 0 0 0 0 6438912 6441760 14798848 140728858173548 140728858174022 140728858174022 140728858177482 0
/proc/15474/statm: 5918 106 53 36 0 2156 0

[startup+0.100148 s]
/proc/loadavg: 1.68 1.86 1.91 2/180 15474
/proc/meminfo: memFree=31099476/32770624 swapFree=0/935880
[pid=15474] ppid=15471 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/15474/stat : 15474 (runsolver) D 15471 15474 5678 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 11021102 24240128 106 18446744073709551615 4194304 4338465 140728858172096 140728858169736 139721891267287 0 0 1 24578 18446744071580418449 0 0 17 0 0 0 0 0 0 6438912 6441760 14798848 140728858173548 140728858174022 140728858174022 140728858177482 0
/proc/15474/statm: 5918 106 53 36 0 2156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23672

[startup+0.200326 s]
/proc/loadavg: 1.68 1.86 1.91 2/180 15474
/proc/meminfo: memFree=31099476/32770624 swapFree=0/935880
[pid=15474] ppid=15471 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/15474/stat : 15474 (runsolver) D 15471 15474 5678 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 11021102 24240128 106 18446744073709551615 4194304 4338465 140728858172096 140728858169736 139721891267287 0 0 1 24578 18446744071580418449 0 0 17 0 0 0 0 0 0 6438912 6441760 14798848 140728858173548 140728858174022 140728858174022 140728858177482 0
/proc/15474/statm: 5918 106 53 36 0 2156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23672

[startup+0.300355 s]
/proc/loadavg: 1.68 1.86 1.91 2/180 15474
/proc/meminfo: memFree=31099476/32770624 swapFree=0/935880
[pid=15474] ppid=15471 vsize=13906484 CPUtime=0.05 cores=0,2,4,6
/proc/15474/stat : 15474 (java) S 15471 15474 5678 0 -1 1077944320 4620 0 0 0 4 1 0 0 20 0 14 0 11021102 14240239616 5165 18446744073709551615 4194304 4196468 140732092713296 140732092695840 139951065526007 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 22 0 0 6293624 6294260 26357760 140732092719511 140732092719691 140732092719691 140732092723151 0
/proc/15474/statm: 3476621 5165 2573 1 0 3466126 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 13906484

[startup+0.700245 s]
/proc/loadavg: 1.68 1.86 1.91 2/180 15474
/proc/meminfo: memFree=31099476/32770624 swapFree=0/935880
[pid=15474] ppid=15471 vsize=13975940 CPUtime=0.71 cores=0,2,4,6
/proc/15474/stat : 15474 (java) S 15471 15474 5678 0 -1 1077944320 12694 0 0 0 67 4 0 0 20 0 15 0 11021102 14311362560 14912 18446744073709551615 4194304 4196468 140732092713296 140732092695840 139951065526007 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 22 0 0 6293624 6294260 26357760 140732092719511 140732092719691 140732092719691 140732092723151 0
/proc/15474/statm: 3493985 14912 3705 1 0 3482767 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 13975940

[startup+1.50061 s]
/proc/loadavg: 1.70 1.86 1.91 5/209 15503
/proc/meminfo: memFree=30955440/32770624 swapFree=0/935844
[pid=15474] ppid=15471 vsize=13982084 CPUtime=2.92 cores=0,2,4,6
/proc/15474/stat : 15474 (java) S 15471 15474 5678 0 -1 1077944320 29318 0 0 0 284 8 0 0 20 0 15 0 11021102 14317654016 32623 18446744073709551615 4194304 4196468 140732092713296 140732092695840 139951065526007 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 22 0 0 6293624 6294260 26357760 140732092719511 140732092719691 140732092719691 140732092723151 0
/proc/15474/statm: 3495521 32623 3759 1 0 3484303 0
[pid=15474/tid=15477] ppid=15471 vsize=13982084 CPUtime=1.21 cores=0,2,4,6
/proc/15474/task/15477/stat : 15477 (java) R 15471 15474 5678 0 -1 4202560 15293 0 0 0 116 5 0 0 20 0 15 0 11021125 14317654016 32623 18446744073709551615 4194304 4196468 140732092713296 139951069747648 139951065537942 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 26357760 140732092719511 140732092719691 140732092719691 140732092723151 0
[pid=15474/tid=15482] ppid=15471 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/15474/task/15482/stat : 15482 (java) S 15471 15474 5678 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 11021125 14317654016 32623 18446744073709551615 4194304 4196468 140732092713296 139950984940432 139951065536213 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26357760 140732092719511 140732092719691 140732092719691 140732092723151 0
[pid=15474/tid=15483] ppid=15471 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/15474/task/15483/stat : 15483 (java) S 15471 15474 5678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11021125 14317654016 32623 18446744073709551615 4194304 4196468 140732092713296 139950983887632 139951065536213 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26357760 140732092719511 140732092719691 140732092719691 140732092723151 0
[pid=15474/tid=15484] ppid=15471 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/15474/task/15484/stat : 15484 (java) S 15471 15474 5678 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 11021125 14317654016 32623 18446744073709551615 4194304 4196468 140732092713296 139950982835344 139951065536213 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26357760 140732092719511 140732092719691 140732092719691 140732092723151 0
[pid=15474/tid=15485] ppid=15471 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/15474/task/15485/stat : 15485 (java) S 15471 15474 5678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11021125 14317654016 32623 18446744073709551615 4194304 4196468 140732092713296 139950981782544 139951065536213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26357760 140732092719511 140732092719691 140732092719691 140732092723151 0
[pid=15474/tid=15487] ppid=15471 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/15474/task/15487/stat : 15487 (java) S 15471 15474 5678 0 -1 1077944384 92 0 0 0 0 0 0 0 20 0 15 0 11021127 14317654016 32623 18446744073709551615 4194304 4196468 140732092713296 139950543071344 139951065537154 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26357760 140732092719511 140732092719691 140732092719691 140732092723151 0
[pid=15474/tid=15489] ppid=15471 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/15474/task/15489/stat : 15489 (java) S 15471 15474 5678 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 11021127 14317654016 32623 18446744073709551615 4194304 4196468 140732092713296 139950542017312 139951065536213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26357760 140732092719511 140732092719691 140732092719691 140732092723151 0
[pid=15474/tid=15491] ppid=15471 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/15474/task/15491/stat : 15491 (java) S 15471 15474 5678 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 11021127 14317654016 32623 18446744073709551615 4194304 4196468 140732092713296 139950540964976 139951065536213 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26357760 140732092719511 140732092719691 140732092719691 140732092723151 0
[pid=15474/tid=15492] ppid=15471 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/15474/task/15492/stat : 15492 (java) S 15471 15474 5678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11021130 14317654016 32623 18446744073709551615 4194304 4196468 140732092713296 139950539913296 139951065544603 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26357760 140732092719511 140732092719691 140732092719691 140732092723151 0
[pid=15474/tid=15494] ppid=15471 vsize=13982084 CPUtime=0.53 cores=0,2,4,6
/proc/15474/task/15494/stat : 15494 (java) R 15471 15474 5678 0 -1 4202560 2185 0 0 0 53 0 0 0 20 0 15 0 11021130 14317654016 32623 18446744073709551615 4194304 4196468 140732092713296 139950538852624 139951050341370 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26357760 140732092719511 140732092719691 140732092719691 140732092723151 0
[pid=15474/tid=15496] ppid=15471 vsize=13982084 CPUtime=0.49 cores=0,2,4,6
/proc/15474/task/15496/stat : 15496 (java) R 15471 15474 5678 0 -1 4202560 1715 0 0 0 49 0 0 0 20 0 15 0 11021130 14317654016 32623 18446744073709551615 4194304 4196468 140732092713296 139950537799696 139951050425514 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26357760 140732092719511 140732092719691 140732092719691 140732092723151 0
[pid=15474/tid=15498] ppid=15471 vsize=13982084 CPUtime=0.65 cores=0,2,4,6
/proc/15474/task/15498/stat : 15498 (java) R 15471 15474 5678 0 -1 1077944384 8656 0 0 0 64 1 0 0 20 0 15 0 11021130 14317654016 32623 18446744073709551615 4194304 4196468 140732092713296 139950536756080 139951065537154 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26357760 140732092719511 140732092719691 140732092719691 140732092723151 0
[pid=15474/tid=15500] ppid=15471 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/15474/task/15500/stat : 15500 (java) S 15471 15474 5678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11021130 14317654016 32623 18446744073709551615 4194304 4196468 140732092713296 139950535703520 139951065536213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26357760 140732092719511 140732092719691 140732092719691 140732092723151 0
[pid=15474/tid=15502] ppid=15471 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/15474/task/15502/stat : 15502 (java) S 15471 15474 5678 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 15 0 11021134 14317654016 32623 18446744073709551615 4194304 4196468 140732092713296 139950534650288 139951065537154 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26357760 140732092719511 140732092719691 140732092719691 140732092723151 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 13982084

[startup+3.10073 s]
/proc/loadavg: 1.70 1.86 1.91 7/209 15503
/proc/meminfo: memFree=30783076/32770624 swapFree=0/935840
[pid=15474] ppid=15471 vsize=13982084 CPUtime=7.39 cores=0,2,4,6
/proc/15474/stat : 15474 (java) S 15471 15474 5678 0 -1 1077944320 38650 0 0 0 727 12 0 0 20 0 15 0 11021102 14317654016 60672 18446744073709551615 4194304 4196468 140732092713296 140732092695840 139951065526007 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 22 0 0 6293624 6294260 26357760 140732092719511 140732092719691 140732092719691 140732092723151 0
/proc/15474/statm: 3495521 60672 3778 1 0 3484303 0
[pid=15474/tid=15477] ppid=15471 vsize=13982084 CPUtime=2.8 cores=0,2,4,6
/proc/15474/task/15477/stat : 15477 (java) R 15471 15474 5678 0 -1 4202560 15530 0 0 0 273 7 0 0 20 0 15 0 11021125 14317654016 60672 18446744073709551615 4194304 4196468 140732092713296 139951069764432 139950662384217 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 26357760 140732092719511 140732092719691 140732092719691 140732092723151 0
[pid=15474/tid=15482] ppid=15471 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/15474/task/15482/stat : 15482 (java) S 15471 15474 5678 0 -1 1077944384 527 0 0 0 0 0 0 0 20 0 15 0 11021125 14317654016 60672 18446744073709551615 4194304 4196468 140732092713296 139950984940432 139951065536213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26357760 140732092719511 140732092719691 140732092719691 140732092723151 0
[pid=15474/tid=15483] ppid=15471 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/15474/task/15483/stat : 15483 (java) S 15471 15474 5678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11021125 14317654016 60672 18446744073709551615 4194304 4196468 140732092713296 139950983887632 139951065536213 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26357760 140732092719511 140732092719691 140732092719691 140732092723151 0
[pid=15474/tid=15484] ppid=15471 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/15474/task/15484/stat : 15484 (java) S 15471 15474 5678 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 15 0 11021125 14317654016 60672 18446744073709551615 4194304 4196468 140732092713296 139950982835344 139951065536213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26357760 140732092719511 140732092719691 140732092719691 140732092723151 0
[pid=15474/tid=15485] ppid=15471 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/15474/task/15485/stat : 15485 (java) S 15471 15474 5678 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 11021125 14317654016 60672 18446744073709551615 4194304 4196468 140732092713296 139950981782544 139951065536213 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26357760 140732092719511 140732092719691 140732092719691 140732092723151 0
[pid=15474/tid=15487] ppid=15471 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/15474/task/15487/stat : 15487 (java) S 15471 15474 5678 0 -1 1077944384 269 0 0 0 0 0 0 0 20 0 15 0 11021127 14317654016 60672 18446744073709551615 4194304 4196468 140732092713296 139950543071344 139951065537154 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26357760 140732092719511 140732092719691 140732092719691 140732092723151 0
[pid=15474/tid=15489] ppid=15471 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/15474/task/15489/stat : 15489 (java) S 15471 15474 5678 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 11021127 14317654016 60672 18446744073709551615 4194304 4196468 140732092713296 139950542017312 139951065536213 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26357760 140732092719511 140732092719691 140732092719691 140732092723151 0
[pid=15474/tid=15491] ppid=15471 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/15474/task/15491/stat : 15491 (java) S 15471 15474 5678 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 11021127 14317654016 60672 18446744073709551615 4194304 4196468 140732092713296 139950540964976 139951065536213 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26357760 140732092719511 140732092719691 140732092719691 140732092723151 0
[pid=15474/tid=15492] ppid=15471 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/15474/task/15492/stat : 15492 (java) S 15471 15474 5678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11021130 14317654016 60672 18446744073709551615 4194304 4196468 140732092713296 139950539913296 139951065544603 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26357760 140732092719511 140732092719691 140732092719691 140732092723151 0
[pid=15474/tid=15494] ppid=15471 vsize=13982084 CPUtime=1.9 cores=0,2,4,6
/proc/15474/task/15494/stat : 15494 (java) S 15471 15474 5678 0 -1 1077944384 6208 0 0 0 189 1 0 0 20 0 15 0 11021130 14317654016 60672 18446744073709551615 4194304 4196468 140732092713296 139950538861168 139951065537154 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26357760 140732092719511 140732092719691 140732092719691 140732092723151 0
[pid=15474/tid=15496] ppid=15471 vsize=13982084 CPUtime=1.9 cores=0,2,4,6
/proc/15474/task/15496/stat : 15496 (java) S 15471 15474 5678 0 -1 1077944384 4918 0 0 0 189 1 0 0 20 0 15 0 11021130 14317654016 60672 18446744073709551615 4194304 4196468 140732092713296 139950537808368 139951065537154 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26357760 140732092719511 140732092719691 140732092719691 140732092723151 0
[pid=15474/tid=15498] ppid=15471 vsize=13982084 CPUtime=0.73 cores=0,2,4,6
/proc/15474/task/15498/stat : 15498 (java) S 15471 15474 5678 0 -1 1077944384 9424 0 0 0 72 1 0 0 20 0 15 0 11021130 14317654016 60672 18446744073709551615 4194304 4196468 140732092713296 139950536756080 139951065537154 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26357760 140732092719511 140732092719691 140732092719691 140732092723151 0
[pid=15474/tid=15500] ppid=15471 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/15474/task/15500/stat : 15500 (java) S 15471 15474 5678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11021130 14317654016 60672 18446744073709551615 4194304 4196468 140732092713296 139950535703520 139951065536213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26357760 140732092719511 140732092719691 140732092719691 140732092723151 0
[pid=15474/tid=15502] ppid=15471 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/15474/task/15502/stat : 15502 (java) S 15471 15474 5678 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 11021134 14317654016 60672 18446744073709551615 4194304 4196468 140732092713296 139950534650288 139951065537154 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26357760 140732092719511 140732092719691 140732092719691 140732092723151 0
Current children cumulated CPU time (s) 7.39
Current children cumulated vsize (KiB) 13982084

[startup+6.30073 s]
/proc/loadavg: 1.70 1.86 1.91 3/209 15503
/proc/meminfo: memFree=30658440/32770624 swapFree=0/935848
[pid=15474] ppid=15471 vsize=13982084 CPUtime=11.24 cores=0,2,4,6
/proc/15474/stat : 15474 (java) S 15471 15474 5678 0 -1 1077944320 38921 0 0 0 1110 14 0 0 20 0 15 0 11021102 14317654016 60615 18446744073709551615 4194304 4196468 140732092713296 140732092695840 139951065526007 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 22 0 0 6293624 6294260 26357760 140732092719511 140732092719691 140732092719691 140732092723151 0
/proc/15474/statm: 3495521 60615 3785 1 0 3484303 0
[pid=15474/tid=15477] ppid=15471 vsize=13982084 CPUtime=6 cores=0,2,4,6
/proc/15474/task/15477/stat : 15477 (java) R 15471 15474 5678 0 -1 4202560 15569 0 0 0 593 7 0 0 20 0 15 0 11021125 14317654016 60615 18446744073709551615 4194304 4196468 140732092713296 139951069760944 139950662742258 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 26357760 140732092719511 140732092719691 140732092719691 140732092723151 0
[pid=15474/tid=15482] ppid=15471 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/15474/task/15482/stat : 15482 (java) S 15471 15474 5678 0 -1 1077944384 539 0 0 0 0 0 0 0 20 0 15 0 11021125 14317654016 60615 18446744073709551615 4194304 4196468 140732092713296 139950984940432 139951065536213 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26357760 140732092719511 140732092719691 140732092719691 140732092723151 0
[pid=15474/tid=15483] ppid=15471 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/15474/task/15483/stat : 15483 (java) S 15471 15474 5678 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 15 0 11021125 14317654016 60615 18446744073709551615 4194304 4196468 140732092713296 139950983887632 139951065536213 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26357760 140732092719511 140732092719691 140732092719691 140732092723151 0
[pid=15474/tid=15484] ppid=15471 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/15474/task/15484/stat : 15484 (java) S 15471 15474 5678 0 -1 1077944384 306 0 0 0 0 0 0 0 20 0 15 0 11021125 14317654016 60615 18446744073709551615 4194304 4196468 140732092713296 139950982835344 139951065536213 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26357760 140732092719511 140732092719691 140732092719691 140732092723151 0
[pid=15474/tid=15485] ppid=15471 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/15474/task/15485/stat : 15485 (java) S 15471 15474 5678 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 11021125 14317654016 60615 18446744073709551615 4194304 4196468 140732092713296 139950981782544 139951065536213 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26357760 140732092719511 140732092719691 140732092719691 140732092723151 0
[pid=15474/tid=15487] ppid=15471 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/15474/task/15487/stat : 15487 (java) S 15471 15474 5678 0 -1 1077944384 269 0 0 0 0 0 0 0 20 0 15 0 11021127 14317654016 60615 18446744073709551615 4194304 4196468 140732092713296 139950543071344 139951065537154 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26357760 140732092719511 140732092719691 140732092719691 140732092723151 0
[pid=15474/tid=15489] ppid=15471 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/15474/task/15489/stat : 15489 (java) S 15471 15474 5678 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 11021127 14317654016 60615 18446744073709551615 4194304 4196468 140732092713296 139950542017376 139951065536213 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26357760 140732092719511 140732092719691 140732092719691 140732092723151 0
[pid=15474/tid=15491] ppid=15471 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/15474/task/15491/stat : 15491 (java) S 15471 15474 5678 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 11021127 14317654016 60615 18446744073709551615 4194304 4196468 140732092713296 139950540964992 139951065536213 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26357760 140732092719511 140732092719691 140732092719691 140732092723151 0
[pid=15474/tid=15492] ppid=15471 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/15474/task/15492/stat : 15492 (java) S 15471 15474 5678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11021130 14317654016 60615 18446744073709551615 4194304 4196468 140732092713296 139950539913296 139951065544603 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26357760 140732092719511 140732092719691 140732092719691 140732092723151 0
[pid=15474/tid=15494] ppid=15471 vsize=13982084 CPUtime=2.24 cores=0,2,4,6
/proc/15474/task/15494/stat : 15494 (java) S 15471 15474 5678 0 -1 1077944384 6280 0 0 0 223 1 0 0 20 0 15 0 11021130 14317654016 60615 18446744073709551615 4194304 4196468 140732092713296 139950538861168 139951065537154 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26357760 140732092719511 140732092719691 140732092719691 140732092723151 0
[pid=15474/tid=15496] ppid=15471 vsize=13982084 CPUtime=2.15 cores=0,2,4,6
/proc/15474/task/15496/stat : 15496 (java) S 15471 15474 5678 0 -1 1077944384 4984 0 0 0 214 1 0 0 20 0 15 0 11021130 14317654016 60615 18446744073709551615 4194304 4196468 140732092713296 139950537808368 139951065537154 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26357760 140732092719511 140732092719691 140732092719691 140732092723151 0
[pid=15474/tid=15498] ppid=15471 vsize=13982084 CPUtime=0.76 cores=0,2,4,6
/proc/15474/task/15498/stat : 15498 (java) S 15471 15474 5678 0 -1 1077944384 9477 0 0 0 75 1 0 0 20 0 15 0 11021130 14317654016 60615 18446744073709551615 4194304 4196468 140732092713296 139950536756080 139951065537154 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26357760 140732092719511 140732092719691 140732092719691 140732092723151 0
[pid=15474/tid=15500] ppid=15471 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/15474/task/15500/stat : 15500 (java) S 15471 15474 5678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11021130 14317654016 60615 18446744073709551615 4194304 4196468 140732092713296 139950535703520 139951065536213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26357760 140732092719511 140732092719691 140732092719691 140732092723151 0
[pid=15474/tid=15502] ppid=15471 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/15474/task/15502/stat : 15502 (java) S 15471 15474 5678 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 15 0 11021134 14317654016 60615 18446744073709551615 4194304 4196468 140732092713296 139950534650288 139951065537154 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26357760 140732092719511 140732092719691 140732092719691 140732092723151 0
Current children cumulated CPU time (s) 11.24
Current children cumulated vsize (KiB) 13982084

[startup+12.7007 s]
/proc/loadavg: 1.75 1.86 1.91 3/209 15503
/proc/meminfo: memFree=30654168/32770624 swapFree=0/935860
[pid=15474] ppid=15471 vsize=13982084 CPUtime=17.67 cores=0,2,4,6
/proc/15474/stat : 15474 (java) S 15471 15474 5678 0 -1 1077944320 40234 0 0 0 1753 14 0 0 20 0 15 0 11021102 14317654016 60638 18446744073709551615 4194304 4196468 140732092713296 140732092695840 139951065526007 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 22 0 0 6293624 6294260 26357760 140732092719511 140732092719691 140732092719691 140732092723151 0
/proc/15474/statm: 3495521 60638 3785 1 0 3484303 0
[pid=15474/tid=15477] ppid=15471 vsize=13982084 CPUtime=12.39 cores=0,2,4,6
/proc/15474/task/15477/stat : 15477 (java) R 15471 15474 5678 0 -1 4202560 15860 0 0 0 1232 7 0 0 20 0 15 0 11021125 14317654016 60638 18446744073709551615 4194304 4196468 140732092713296 139951069761960 139950662614428 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 26357760 140732092719511 140732092719691 140732092719691 140732092723151 0
[pid=15474/tid=15482] ppid=15471 vsize=13982084 CPUtime=0.01 cores=0,2,4,6
/proc/15474/task/15482/stat : 15482 (java) S 15471 15474 5678 0 -1 1077944384 542 0 0 0 1 0 0 0 20 0 15 0 11021125 14317654016 60638 18446744073709551615 4194304 4196468 140732092713296 139950984940432 139951065536213 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26357760 140732092719511 140732092719691 140732092719691 140732092723151 0
[pid=15474/tid=15483] ppid=15471 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/15474/task/15483/stat : 15483 (java) S 15471 15474 5678 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 15 0 11021125 14317654016 60638 18446744073709551615 4194304 4196468 140732092713296 139950983887632 139951065536213 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26357760 140732092719511 140732092719691 140732092719691 140732092723151 0
[pid=15474/tid=15484] ppid=15471 vsize=13982084 CPUtime=0.01 cores=0,2,4,6
/proc/15474/task/15484/stat : 15484 (java) S 15471 15474 5678 0 -1 1077944384 306 0 0 0 1 0 0 0 20 0 15 0 11021125 14317654016 60638 18446744073709551615 4194304 4196468 140732092713296 139950982835344 139951065536213 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26357760 140732092719511 140732092719691 140732092719691 140732092723151 0
[pid=15474/tid=15485] ppid=15471 vsize=13982084 CPUtime=0.01 cores=0,2,4,6
/proc/15474/task/15485/stat : 15485 (java) S 15471 15474 5678 0 -1 1077944384 47 0 0 0 1 0 0 0 20 0 15 0 11021125 14317654016 60638 18446744073709551615 4194304 4196468 140732092713296 139950981782544 139951065536213 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26357760 140732092719511 140732092719691 140732092719691 140732092723151 0
[pid=15474/tid=15487] ppid=15471 vsize=13982084 CPUtime=0.01 cores=0,2,4,6
/proc/15474/task/15487/stat : 15487 (java) S 15471 15474 5678 0 -1 1077944384 288 0 0 0 1 0 0 0 20 0 15 0 11021127 14317654016 60638 18446744073709551615 4194304 4196468 140732092713296 139950543071344 139951065537154 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26357760 140732092719511 140732092719691 140732092719691 140732092723151 0
[pid=15474/tid=15489] ppid=15471 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/15474/task/15489/stat : 15489 (java) S 15471 15474 5678 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 11021127 14317654016 60638 18446744073709551615 4194304 4196468 140732092713296 139950542017376 139951065536213 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26357760 140732092719511 140732092719691 140732092719691 140732092723151 0
[pid=15474/tid=15491] ppid=15471 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/15474/task/15491/stat : 15491 (java) S 15471 15474 5678 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 11021127 14317654016 60638 18446744073709551615 4194304 4196468 140732092713296 139950540964992 139951065536213 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26357760 140732092719511 140732092719691 140732092719691 140732092723151 0
[pid=15474/tid=15492] ppid=15471 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/15474/task/15492/stat : 15492 (java) S 15471 15474 5678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11021130 14317654016 60638 18446744073709551615 4194304 4196468 140732092713296 139950539913296 139951065544603 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26357760 140732092719511 140732092719691 140732092719691 140732092723151 0

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

/proc/15474/task/15500/stat : 15500 (java) S 15471 15474 5678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11021130 14317654016 60497 18446744073709551615 4194304 4196468 140732092713296 139950535703520 139951065536213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26357760 140732092719511 140732092719691 140732092719691 140732092723151 0
[pid=15474/tid=15502] ppid=15471 vsize=13982084 CPUtime=0.01 cores=0,2,4,6
/proc/15474/task/15502/stat : 15502 (java) S 15471 15474 5678 0 -1 1077944384 371 0 0 0 0 1 0 0 20 0 15 0 11021134 14317654016 60497 18446744073709551615 4194304 4196468 140732092713296 139950534650288 139951065537154 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26357760 140732092719511 140732092719691 140732092719691 140732092723151 0
Current children cumulated CPU time (s) 56.22
Current children cumulated vsize (KiB) 13982084

[startup+102.301 s]
/proc/loadavg: 1.46 1.75 1.86 3/209 15506
/proc/meminfo: memFree=30546740/32770624 swapFree=0/935924
[pid=15474] ppid=15471 vsize=13982084 CPUtime=107.46 cores=0,2,4,6
/proc/15474/stat : 15474 (java) S 15471 15474 5678 0 -1 1077944320 53833 0 0 0 10729 17 0 0 20 0 15 0 11021102 14317654016 51422 18446744073709551615 4194304 4196468 140732092713296 140732092695840 139951065526007 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 22 0 0 6293624 6294260 26357760 140732092719511 140732092719691 140732092719691 140732092723151 0
/proc/15474/statm: 3495521 51422 3790 1 0 3484303 0
[pid=15474/tid=15477] ppid=15471 vsize=13982084 CPUtime=101.94 cores=0,2,4,6
/proc/15474/task/15477/stat : 15477 (java) R 15471 15474 5678 0 -1 4202560 17774 0 0 0 10187 7 0 0 20 0 15 0 11021125 14317654016 51422 18446744073709551615 4194304 4196468 140732092713296 139951069764192 139950663482449 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 26357760 140732092719511 140732092719691 140732092719691 140732092723151 0
[pid=15474/tid=15482] ppid=15471 vsize=13982084 CPUtime=0.03 cores=0,2,4,6
/proc/15474/task/15482/stat : 15482 (java) S 15471 15474 5678 0 -1 1077944384 1836 0 0 0 3 0 0 0 20 0 15 0 11021125 14317654016 51422 18446744073709551615 4194304 4196468 140732092713296 139950984940432 139951065536213 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26357760 140732092719511 140732092719691 140732092719691 140732092723151 0
[pid=15474/tid=15483] ppid=15471 vsize=13982084 CPUtime=0.03 cores=0,2,4,6
/proc/15474/task/15483/stat : 15483 (java) S 15471 15474 5678 0 -1 1077944384 355 0 0 0 3 0 0 0 20 0 15 0 11021125 14317654016 51422 18446744073709551615 4194304 4196468 140732092713296 139950983887632 139951065536213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26357760 140732092719511 140732092719691 140732092719691 140732092723151 0
[pid=15474/tid=15484] ppid=15471 vsize=13982084 CPUtime=0.04 cores=0,2,4,6
/proc/15474/task/15484/stat : 15484 (java) S 15471 15474 5678 0 -1 1077944384 4062 0 0 0 3 1 0 0 20 0 15 0 11021125 14317654016 51422 18446744073709551615 4194304 4196468 140732092713296 139950982835344 139951065536213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26357760 140732092719511 140732092719691 140732092719691 140732092723151 0
[pid=15474/tid=15485] ppid=15471 vsize=13982084 CPUtime=0.04 cores=0,2,4,6
/proc/15474/task/15485/stat : 15485 (java) S 15471 15474 5678 0 -1 1077944384 1545 0 0 0 3 1 0 0 20 0 15 0 11021125 14317654016 51422 18446744073709551615 4194304 4196468 140732092713296 139950981782544 139951065536213 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26357760 140732092719511 140732092719691 140732092719691 140732092723151 0
[pid=15474/tid=15487] ppid=15471 vsize=13982084 CPUtime=0.03 cores=0,2,4,6
/proc/15474/task/15487/stat : 15487 (java) S 15471 15474 5678 0 -1 1077944384 1413 0 0 0 3 0 0 0 20 0 15 0 11021127 14317654016 51422 18446744073709551615 4194304 4196468 140732092713296 139950543071344 139951065537154 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26357760 140732092719511 140732092719691 140732092719691 140732092723151 0
[pid=15474/tid=15489] ppid=15471 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/15474/task/15489/stat : 15489 (java) S 15471 15474 5678 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 11021127 14317654016 51422 18446744073709551615 4194304 4196468 140732092713296 139950542017376 139951065536213 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26357760 140732092719511 140732092719691 140732092719691 140732092723151 0
[pid=15474/tid=15491] ppid=15471 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/15474/task/15491/stat : 15491 (java) S 15471 15474 5678 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 11021127 14317654016 51422 18446744073709551615 4194304 4196468 140732092713296 139950540964992 139951065536213 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26357760 140732092719511 140732092719691 140732092719691 140732092723151 0
[pid=15474/tid=15492] ppid=15471 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/15474/task/15492/stat : 15492 (java) S 15471 15474 5678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11021130 14317654016 51422 18446744073709551615 4194304 4196468 140732092713296 139950539913296 139951065544603 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26357760 140732092719511 140732092719691 140732092719691 140732092723151 0
[pid=15474/tid=15494] ppid=15471 vsize=13982084 CPUtime=2.26 cores=0,2,4,6
/proc/15474/task/15494/stat : 15494 (java) S 15471 15474 5678 0 -1 1077944384 7713 0 0 0 225 1 0 0 20 0 15 0 11021130 14317654016 51422 18446744073709551615 4194304 4196468 140732092713296 139950538861168 139951065537154 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26357760 140732092719511 140732092719691 140732092719691 140732092723151 0
[pid=15474/tid=15496] ppid=15471 vsize=13982084 CPUtime=2.2 cores=0,2,4,6
/proc/15474/task/15496/stat : 15496 (java) S 15471 15474 5678 0 -1 1077944384 6848 0 0 0 219 1 0 0 20 0 15 0 11021130 14317654016 51422 18446744073709551615 4194304 4196468 140732092713296 139950537808368 139951065537154 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26357760 140732092719511 140732092719691 140732092719691 140732092723151 0
[pid=15474/tid=15498] ppid=15471 vsize=13982084 CPUtime=0.76 cores=0,2,4,6
/proc/15474/task/15498/stat : 15498 (java) S 15471 15474 5678 0 -1 1077944384 10455 0 0 0 75 1 0 0 20 0 15 0 11021130 14317654016 51422 18446744073709551615 4194304 4196468 140732092713296 139950536756080 139951065537154 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26357760 140732092719511 140732092719691 140732092719691 140732092723151 0
[pid=15474/tid=15500] ppid=15471 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/15474/task/15500/stat : 15500 (java) S 15471 15474 5678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11021130 14317654016 51422 18446744073709551615 4194304 4196468 140732092713296 139950535703520 139951065536213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26357760 140732092719511 140732092719691 140732092719691 140732092723151 0
[pid=15474/tid=15502] ppid=15471 vsize=13982084 CPUtime=0.01 cores=0,2,4,6
/proc/15474/task/15502/stat : 15502 (java) S 15471 15474 5678 0 -1 1077944384 412 0 0 0 0 1 0 0 20 0 15 0 11021134 14317654016 51422 18446744073709551615 4194304 4196468 140732092713296 139950534650288 139951065537154 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26357760 140732092719511 140732092719691 140732092719691 140732092723151 0
Current children cumulated CPU time (s) 107.46
Current children cumulated vsize (KiB) 13982084

[startup+162.301 s]
/proc/loadavg: 1.36 1.67 1.83 3/209 15508
/proc/meminfo: memFree=30488752/32770624 swapFree=0/935944
[pid=15474] ppid=15471 vsize=13982084 CPUtime=167.5 cores=0,2,4,6
/proc/15474/stat : 15474 (java) S 15471 15474 5678 0 -1 1077944320 55240 0 0 0 16732 18 0 0 20 0 15 0 11021102 14317654016 42114 18446744073709551615 4194304 4196468 140732092713296 140732092695840 139951065526007 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 22 0 0 6293624 6294260 26357760 140732092719511 140732092719691 140732092719691 140732092723151 0
/proc/15474/statm: 3495521 42114 3790 1 0 3484303 0
[pid=15474/tid=15477] ppid=15471 vsize=13982084 CPUtime=161.9 cores=0,2,4,6
/proc/15474/task/15477/stat : 15477 (java) R 15471 15474 5678 0 -1 4202560 18160 0 0 0 16183 7 0 0 20 0 15 0 11021125 14317654016 42114 18446744073709551615 4194304 4196468 140732092713296 139951069764304 139950663480853 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 26357760 140732092719511 140732092719691 140732092719691 140732092723151 0
[pid=15474/tid=15482] ppid=15471 vsize=13982084 CPUtime=0.05 cores=0,2,4,6
/proc/15474/task/15482/stat : 15482 (java) S 15471 15474 5678 0 -1 1077944384 2381 0 0 0 5 0 0 0 20 0 15 0 11021125 14317654016 42114 18446744073709551615 4194304 4196468 140732092713296 139950984940432 139951065536213 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26357760 140732092719511 140732092719691 140732092719691 140732092723151 0
[pid=15474/tid=15483] ppid=15471 vsize=13982084 CPUtime=0.05 cores=0,2,4,6
/proc/15474/task/15483/stat : 15483 (java) S 15471 15474 5678 0 -1 1077944384 379 0 0 0 4 1 0 0 20 0 15 0 11021125 14317654016 42114 18446744073709551615 4194304 4196468 140732092713296 139950983887632 139951065536213 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26357760 140732092719511 140732092719691 140732092719691 140732092723151 0
[pid=15474/tid=15484] ppid=15471 vsize=13982084 CPUtime=0.06 cores=0,2,4,6
/proc/15474/task/15484/stat : 15484 (java) S 15471 15474 5678 0 -1 1077944384 4160 0 0 0 5 1 0 0 20 0 15 0 11021125 14317654016 42114 18446744073709551615 4194304 4196468 140732092713296 139950982835344 139951065536213 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26357760 140732092719511 140732092719691 140732092719691 140732092723151 0
[pid=15474/tid=15485] ppid=15471 vsize=13982084 CPUtime=0.05 cores=0,2,4,6
/proc/15474/task/15485/stat : 15485 (java) S 15471 15474 5678 0 -1 1077944384 1622 0 0 0 4 1 0 0 20 0 15 0 11021125 14317654016 42114 18446744073709551615 4194304 4196468 140732092713296 139950981782544 139951065536213 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26357760 140732092719511 140732092719691 140732092719691 140732092723151 0
[pid=15474/tid=15487] ppid=15471 vsize=13982084 CPUtime=0.05 cores=0,2,4,6
/proc/15474/task/15487/stat : 15487 (java) S 15471 15474 5678 0 -1 1077944384 1652 0 0 0 4 1 0 0 20 0 15 0 11021127 14317654016 42114 18446744073709551615 4194304 4196468 140732092713296 139950543071344 139951065537154 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26357760 140732092719511 140732092719691 140732092719691 140732092723151 0
[pid=15474/tid=15489] ppid=15471 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/15474/task/15489/stat : 15489 (java) S 15471 15474 5678 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 11021127 14317654016 42114 18446744073709551615 4194304 4196468 140732092713296 139950542017376 139951065536213 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26357760 140732092719511 140732092719691 140732092719691 140732092723151 0
[pid=15474/tid=15491] ppid=15471 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/15474/task/15491/stat : 15491 (java) S 15471 15474 5678 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 11021127 14317654016 42114 18446744073709551615 4194304 4196468 140732092713296 139950540964992 139951065536213 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26357760 140732092719511 140732092719691 140732092719691 140732092723151 0
[pid=15474/tid=15492] ppid=15471 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/15474/task/15492/stat : 15492 (java) S 15471 15474 5678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11021130 14317654016 42114 18446744073709551615 4194304 4196468 140732092713296 139950539913296 139951065544603 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26357760 140732092719511 140732092719691 140732092719691 140732092723151 0
[pid=15474/tid=15494] ppid=15471 vsize=13982084 CPUtime=2.26 cores=0,2,4,6
/proc/15474/task/15494/stat : 15494 (java) S 15471 15474 5678 0 -1 1077944384 7716 0 0 0 225 1 0 0 20 0 15 0 11021130 14317654016 42114 18446744073709551615 4194304 4196468 140732092713296 139950538861168 139951065537154 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26357760 140732092719511 140732092719691 140732092719691 140732092723151 0
[pid=15474/tid=15496] ppid=15471 vsize=13982084 CPUtime=2.2 cores=0,2,4,6
/proc/15474/task/15496/stat : 15496 (java) S 15471 15474 5678 0 -1 1077944384 6855 0 0 0 219 1 0 0 20 0 15 0 11021130 14317654016 42114 18446744073709551615 4194304 4196468 140732092713296 139950537808368 139951065537154 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26357760 140732092719511 140732092719691 140732092719691 140732092723151 0
[pid=15474/tid=15498] ppid=15471 vsize=13982084 CPUtime=0.76 cores=0,2,4,6
/proc/15474/task/15498/stat : 15498 (java) S 15471 15474 5678 0 -1 1077944384 10459 0 0 0 75 1 0 0 20 0 15 0 11021130 14317654016 42114 18446744073709551615 4194304 4196468 140732092713296 139950536756080 139951065537154 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26357760 140732092719511 140732092719691 140732092719691 140732092723151 0
[pid=15474/tid=15500] ppid=15471 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/15474/task/15500/stat : 15500 (java) S 15471 15474 5678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11021130 14317654016 42114 18446744073709551615 4194304 4196468 140732092713296 139950535703520 139951065536213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26357760 140732092719511 140732092719691 140732092719691 140732092723151 0
[pid=15474/tid=15502] ppid=15471 vsize=13982084 CPUtime=0.04 cores=0,2,4,6
/proc/15474/task/15502/stat : 15502 (java) S 15471 15474 5678 0 -1 1077944384 436 0 0 0 1 3 0 0 20 0 15 0 11021134 14317654016 42114 18446744073709551615 4194304 4196468 140732092713296 139950534650288 139951065537154 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26357760 140732092719511 140732092719691 140732092719691 140732092723151 0
Current children cumulated CPU time (s) 167.5
Current children cumulated vsize (KiB) 13982084

[startup+222.306 s]
/proc/loadavg: 1.26 1.60 1.79 3/209 15510
/proc/meminfo: memFree=30392836/32770624 swapFree=0/935968
[pid=15474] ppid=15471 vsize=13982084 CPUtime=227.57 cores=0,2,4,6
/proc/15474/stat : 15474 (java) S 15471 15474 5678 0 -1 1077944320 57253 0 0 0 22737 20 0 0 20 0 15 0 11021102 14317654016 40908 18446744073709551615 4194304 4196468 140732092713296 140732092695840 139951065526007 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 22 0 0 6293624 6294260 26357760 140732092719511 140732092719691 140732092719691 140732092723151 0
/proc/15474/statm: 3495521 40908 3790 1 0 3484303 0
[pid=15474/tid=15477] ppid=15471 vsize=13982084 CPUtime=221.86 cores=0,2,4,6
/proc/15474/task/15477/stat : 15477 (java) R 15471 15474 5678 0 -1 4202560 18551 0 0 0 22179 7 0 0 20 0 15 0 11021125 14317654016 40908 18446744073709551615 4194304 4196468 140732092713296 139951069764416 139950663443521 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 26357760 140732092719511 140732092719691 140732092719691 140732092723151 0
[pid=15474/tid=15482] ppid=15471 vsize=13982084 CPUtime=0.07 cores=0,2,4,6
/proc/15474/task/15482/stat : 15482 (java) S 15471 15474 5678 0 -1 1077944384 2451 0 0 0 6 1 0 0 20 0 15 0 11021125 14317654016 40908 18446744073709551615 4194304 4196468 140732092713296 139950984940432 139951065536213 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26357760 140732092719511 140732092719691 140732092719691 140732092723151 0
[pid=15474/tid=15483] ppid=15471 vsize=13982084 CPUtime=0.06 cores=0,2,4,6
/proc/15474/task/15483/stat : 15483 (java) S 15471 15474 5678 0 -1 1077944384 417 0 0 0 5 1 0 0 20 0 15 0 11021125 14317654016 40908 18446744073709551615 4194304 4196468 140732092713296 139950983887632 139951065536213 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26357760 140732092719511 140732092719691 140732092719691 140732092723151 0
[pid=15474/tid=15484] ppid=15471 vsize=13982084 CPUtime=0.07 cores=0,2,4,6
/proc/15474/task/15484/stat : 15484 (java) S 15471 15474 5678 0 -1 1077944384 4180 0 0 0 6 1 0 0 20 0 15 0 11021125 14317654016 40908 18446744073709551615 4194304 4196468 140732092713296 139950982835344 139951065536213 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26357760 140732092719511 140732092719691 140732092719691 140732092723151 0
[pid=15474/tid=15485] ppid=15471 vsize=13982084 CPUtime=0.07 cores=0,2,4,6
/proc/15474/task/15485/stat : 15485 (java) S 15471 15474 5678 0 -1 1077944384 2255 0 0 0 6 1 0 0 20 0 15 0 11021125 14317654016 40908 18446744073709551615 4194304 4196468 140732092713296 139950981782544 139951065536213 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26357760 140732092719511 140732092719691 140732092719691 140732092723151 0
[pid=15474/tid=15487] ppid=15471 vsize=13982084 CPUtime=0.07 cores=0,2,4,6
/proc/15474/task/15487/stat : 15487 (java) S 15471 15474 5678 0 -1 1077944384 1900 0 0 0 6 1 0 0 20 0 15 0 11021127 14317654016 40908 18446744073709551615 4194304 4196468 140732092713296 139950543071344 139951065537154 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26357760 140732092719511 140732092719691 140732092719691 140732092723151 0
[pid=15474/tid=15489] ppid=15471 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/15474/task/15489/stat : 15489 (java) S 15471 15474 5678 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 11021127 14317654016 40908 18446744073709551615 4194304 4196468 140732092713296 139950542017376 139951065536213 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26357760 140732092719511 140732092719691 140732092719691 140732092723151 0
[pid=15474/tid=15491] ppid=15471 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/15474/task/15491/stat : 15491 (java) S 15471 15474 5678 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 11021127 14317654016 40908 18446744073709551615 4194304 4196468 140732092713296 139950540964992 139951065536213 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26357760 140732092719511 140732092719691 140732092719691 140732092723151 0
[pid=15474/tid=15492] ppid=15471 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/15474/task/15492/stat : 15492 (java) S 15471 15474 5678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11021130 14317654016 40908 18446744073709551615 4194304 4196468 140732092713296 139950539913296 139951065544603 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26357760 140732092719511 140732092719691 140732092719691 140732092723151 0
[pid=15474/tid=15494] ppid=15471 vsize=13982084 CPUtime=2.26 cores=0,2,4,6
/proc/15474/task/15494/stat : 15494 (java) S 15471 15474 5678 0 -1 1077944384 7718 0 0 0 225 1 0 0 20 0 15 0 11021130 14317654016 40908 18446744073709551615 4194304 4196468 140732092713296 139950538861168 139951065537154 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26357760 140732092719511 140732092719691 140732092719691 140732092723151 0
[pid=15474/tid=15496] ppid=15471 vsize=13982084 CPUtime=2.2 cores=0,2,4,6
/proc/15474/task/15496/stat : 15496 (java) S 15471 15474 5678 0 -1 1077944384 7439 0 0 0 219 1 0 0 20 0 15 0 11021130 14317654016 40908 18446744073709551615 4194304 4196468 140732092713296 139950537808368 139951065537154 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26357760 140732092719511 140732092719691 140732092719691 140732092723151 0
[pid=15474/tid=15498] ppid=15471 vsize=13982084 CPUtime=0.77 cores=0,2,4,6
/proc/15474/task/15498/stat : 15498 (java) S 15471 15474 5678 0 -1 1077944384 10461 0 0 0 75 2 0 0 20 0 15 0 11021130 14317654016 40908 18446744073709551615 4194304 4196468 140732092713296 139950536756080 139951065537154 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26357760 140732092719511 140732092719691 140732092719691 140732092723151 0
[pid=15474/tid=15500] ppid=15471 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/15474/task/15500/stat : 15500 (java) S 15471 15474 5678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11021130 14317654016 40908 18446744073709551615 4194304 4196468 140732092713296 139950535703520 139951065536213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26357760 140732092719511 140732092719691 140732092719691 140732092723151 0
[pid=15474/tid=15502] ppid=15471 vsize=13982084 CPUtime=0.06 cores=0,2,4,6
/proc/15474/task/15502/stat : 15502 (java) S 15471 15474 5678 0 -1 1077944384 461 0 0 0 2 4 0 0 20 0 15 0 11021134 14317654016 40908 18446744073709551615 4194304 4196468 140732092713296 139950534650288 139951065537154 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26357760 140732092719511 140732092719691 140732092719691 140732092723151 0
Current children cumulated CPU time (s) 227.57
Current children cumulated vsize (KiB) 13982084



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240 s]
/proc/loadavg: 1.14 1.55 1.78 3/209 15510
/proc/meminfo: memFree=30381400/32770624 swapFree=0/935976
[pid=15474] ppid=15471 vsize=13982084 CPUtime=245.28 cores=0,2,4,6
/proc/15474/stat : 15474 (java) S 15471 15474 5678 0 -1 1077944320 57301 0 0 0 24508 20 0 0 20 0 15 0 11021102 14317654016 40908 18446744073709551615 4194304 4196468 140732092713296 140732092695840 139951065526007 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 22 0 0 6293624 6294260 26357760 140732092719511 140732092719691 140732092719691 140732092723151 0
/proc/15474/statm: 3495521 40908 3790 1 0 3484303 0
[pid=15474/tid=15477] ppid=15471 vsize=13982084 CPUtime=239.55 cores=0,2,4,6
/proc/15474/task/15477/stat : 15477 (java) R 15471 15474 5678 0 -1 4202560 18562 0 0 0 23948 7 0 0 20 0 15 0 11021125 14317654016 40908 18446744073709551615 4194304 4196468 140732092713296 139951069764416 139950662384362 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 26357760 140732092719511 140732092719691 140732092719691 140732092723151 0
[pid=15474/tid=15482] ppid=15471 vsize=13982084 CPUtime=0.07 cores=0,2,4,6
/proc/15474/task/15482/stat : 15482 (java) S 15471 15474 5678 0 -1 1077944384 2457 0 0 0 6 1 0 0 20 0 15 0 11021125 14317654016 40908 18446744073709551615 4194304 4196468 140732092713296 139950984940432 139951065536213 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26357760 140732092719511 140732092719691 140732092719691 140732092723151 0
[pid=15474/tid=15483] ppid=15471 vsize=13982084 CPUtime=0.07 cores=0,2,4,6
/proc/15474/task/15483/stat : 15483 (java) S 15471 15474 5678 0 -1 1077944384 428 0 0 0 6 1 0 0 20 0 15 0 11021125 14317654016 40908 18446744073709551615 4194304 4196468 140732092713296 139950983887632 139951065536213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26357760 140732092719511 140732092719691 140732092719691 140732092723151 0
[pid=15474/tid=15484] ppid=15471 vsize=13982084 CPUtime=0.07 cores=0,2,4,6
/proc/15474/task/15484/stat : 15484 (java) S 15471 15474 5678 0 -1 1077944384 4187 0 0 0 6 1 0 0 20 0 15 0 11021125 14317654016 40908 18446744073709551615 4194304 4196468 140732092713296 139950982835344 139951065536213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26357760 140732092719511 140732092719691 140732092719691 140732092723151 0
[pid=15474/tid=15485] ppid=15471 vsize=13982084 CPUtime=0.07 cores=0,2,4,6
/proc/15474/task/15485/stat : 15485 (java) S 15471 15474 5678 0 -1 1077944384 2261 0 0 0 6 1 0 0 20 0 15 0 11021125 14317654016 40908 18446744073709551615 4194304 4196468 140732092713296 139950981782544 139951065536213 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26357760 140732092719511 140732092719691 140732092719691 140732092723151 0
[pid=15474/tid=15487] ppid=15471 vsize=13982084 CPUtime=0.07 cores=0,2,4,6
/proc/15474/task/15487/stat : 15487 (java) S 15471 15474 5678 0 -1 1077944384 1907 0 0 0 6 1 0 0 20 0 15 0 11021127 14317654016 40908 18446744073709551615 4194304 4196468 140732092713296 139950543071344 139951065537154 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26357760 140732092719511 140732092719691 140732092719691 140732092723151 0
[pid=15474/tid=15489] ppid=15471 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/15474/task/15489/stat : 15489 (java) S 15471 15474 5678 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 11021127 14317654016 40908 18446744073709551615 4194304 4196468 140732092713296 139950542017376 139951065536213 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26357760 140732092719511 140732092719691 140732092719691 140732092723151 0
[pid=15474/tid=15491] ppid=15471 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/15474/task/15491/stat : 15491 (java) S 15471 15474 5678 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 11021127 14317654016 40908 18446744073709551615 4194304 4196468 140732092713296 139950540964992 139951065536213 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26357760 140732092719511 140732092719691 140732092719691 140732092723151 0
[pid=15474/tid=15492] ppid=15471 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/15474/task/15492/stat : 15492 (java) S 15471 15474 5678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11021130 14317654016 40908 18446744073709551615 4194304 4196468 140732092713296 139950539913296 139951065544603 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26357760 140732092719511 140732092719691 140732092719691 140732092723151 0
[pid=15474/tid=15494] ppid=15471 vsize=13982084 CPUtime=2.26 cores=0,2,4,6
/proc/15474/task/15494/stat : 15494 (java) S 15471 15474 5678 0 -1 1077944384 7718 0 0 0 225 1 0 0 20 0 15 0 11021130 14317654016 40908 18446744073709551615 4194304 4196468 140732092713296 139950538861168 139951065537154 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26357760 140732092719511 140732092719691 140732092719691 140732092723151 0
[pid=15474/tid=15496] ppid=15471 vsize=13982084 CPUtime=2.2 cores=0,2,4,6
/proc/15474/task/15496/stat : 15496 (java) S 15471 15474 5678 0 -1 1077944384 7439 0 0 0 219 1 0 0 20 0 15 0 11021130 14317654016 40908 18446744073709551615 4194304 4196468 140732092713296 139950537808368 139951065537154 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26357760 140732092719511 140732092719691 140732092719691 140732092723151 0
[pid=15474/tid=15498] ppid=15471 vsize=13982084 CPUtime=0.77 cores=0,2,4,6
/proc/15474/task/15498/stat : 15498 (java) S 15471 15474 5678 0 -1 1077944384 10461 0 0 0 75 2 0 0 20 0 15 0 11021130 14317654016 40908 18446744073709551615 4194304 4196468 140732092713296 139950536756080 139951065537154 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26357760 140732092719511 140732092719691 140732092719691 140732092723151 0
[pid=15474/tid=15500] ppid=15471 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/15474/task/15500/stat : 15500 (java) S 15471 15474 5678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11021130 14317654016 40908 18446744073709551615 4194304 4196468 140732092713296 139950535703520 139951065536213 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26357760 140732092719511 140732092719691 140732092719691 140732092723151 0
[pid=15474/tid=15502] ppid=15471 vsize=13982084 CPUtime=0.06 cores=0,2,4,6
/proc/15474/task/15502/stat : 15502 (java) S 15471 15474 5678 0 -1 1077944384 461 0 0 0 2 4 0 0 20 0 15 0 11021134 14317654016 40908 18446744073709551615 4194304 4196468 140732092713296 139950534650288 139951065537154 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26357760 140732092719511 140732092719691 140732092719691 140732092723151 0
Current children cumulated CPU time (s) 245.28
Current children cumulated vsize (KiB) 13982084

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 15474 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 240.013
CPU time (s): 245.308
CPU user time (s): 245.091
CPU system time (s): 0.21715
CPU usage (%): 102.206
Max. virtual memory (cumulated for all children) (KiB): 13982084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 245.091
system time used= 0.21715
maximum resident set size= 249056
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57812
page faults= 0
swaps= 0
block input operations= 0
block output operations= 8
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9441
involuntary context switches= 278

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.96378 second user time and 1.36005 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-01 23:32:05
IDJOB=4255750
IDBENCH=115619
IDSOLVER=2638
FILE ID=node128/4255750-1501623964
RUNJOBID= node128-1501622883-15276
PBS_JOBID= 
Free space on /tmp= 61808 MiB

SOLVER NAME= OscaR - ALNS 2017-07-26
BENCH NAME= XCSP17/Scheduling/Scheduling-fs-taillard/Taillard-fs-050-10-6.xml
COMMAND LINE= java -Xmx11000m -jar oscar-cp-xcsp3-alns.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4255750-1501623964/watcher-4255750-1501623964 -o /tmp/evaluation-result-4255750-1501623964/solver-4255750-1501623964 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node128-1501622883-15276 --watchdog 300  java -Xmx11000m -jar oscar-cp-xcsp3-alns.jar --randomseed 2124450267 --timelimit 264 --memlimit 11000 --nbcore 4 HOME/instance-4255750-1501623964.xml

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

MD5SUM BENCH= 251bf731ce43f6740c64f68e9f13bc46
RANDOM SEED=2124450267

node128.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.05
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.05
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.05
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.05
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:        31099744 kB
MemAvailable:   32030588 kB
Buffers:           97108 kB
Cached:          1115928 kB
SwapCached:            0 kB
Active:           322424 kB
Inactive:         944412 kB
Active(anon):      54260 kB
Inactive(anon):     8532 kB
Active(file):     268164 kB
Inactive(file):   935880 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             84320 kB
Writeback:             4 kB
AnonPages:         53696 kB
Mapped:            30012 kB
Shmem:              8872 kB
Slab:             110352 kB
SReclaimable:      85272 kB
SUnreclaim:        25080 kB
KernelStack:        3104 kB
PageTables:         4420 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     308988 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 61768 MiB
End job on node128 at 2017-08-01 23:36:05