Trace number 4401199

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
Concrete 3.12.2? (TO) 2520.16 2446.04

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-15-15-5.xml
MD5SUM8b9c4e6e7c9e88d5c00f06b3f0219a0c
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 variables915
Number of constraints720
Number of domains17
Minimum domain size13
Maximum domain size1059
Distribution of domain sizes[{"size":13,"count":30},{"size":14,"count":90},{"size":15,"count":330},{"size":1059,"count":465}]
Minimum variable degree2
Maximum variable degree16
Distribution of variable degrees[{"degree":2,"count":240},{"degree":3,"count":450},{"degree":16,"count":225}]
Minimum constraint arity1
Maximum constraint arity17
Distribution of constraint arities[{"arity":1,"count":15},{"arity":2,"count":225},{"arity":3,"count":225},{"arity":15,"count":30},{"arity":17,"count":225}]
Number of extensional constraints225
Number of intensional constraints240
Distribution of constraint types[{"type":"extension","count":225},{"type":"intension","count":240},{"type":"allDifferent","count":15},{"type":"noOverlap","count":15},{"type":"element","count":225}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.73/1.64	c Concrete v3.12.2.1568631193530 running
2520.11/2446.02	Exception in thread "main" java.util.concurrent.TimeoutException
2520.11/2446.02		at concrete.MAC.mac(MAC.scala:192)
2520.11/2446.02		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.11/2446.02		at scala.util.Try$.apply(Try.scala:212)
2520.11/2446.02		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.11/2446.02		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.11/2446.02		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.11/2446.02		at concrete.MAC.oneRun(MAC.scala:265)
2520.11/2446.02		at concrete.MAC.nextSolution(MAC.scala:284)
2520.11/2446.02		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:350)
2520.11/2446.02		at concrete.ProblemState.map(ProblemState.scala:238)
2520.11/2446.02		at concrete.ProblemState.map(ProblemState.scala:212)
2520.11/2446.02		at concrete.MAC.nextSolution(MAC.scala:348)
2520.11/2446.02		at concrete.Solver.hasNext(Solver.scala:160)
2520.11/2446.02		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.11/2446.02		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.11/2446.02		at concrete.Solver.foreach(Solver.scala:67)
2520.11/2446.02		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2520.11/2446.02		at scala.util.Success.map(Try.scala:264)
2520.11/2446.02		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.11/2446.02		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.11/2446.02		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.11/2446.02		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.11/2446.02		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.11/2446.02		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.11/2446.02		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.11/2446.02		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.11/2446.02		at scala.App.$anonfun$main$1(App.scala:75)
2520.11/2446.02		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.11/2446.02		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.11/2446.02		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.11/2446.02		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.11/2446.02		at scala.App.main(App.scala:75)
2520.11/2446.02		at scala.App.main$(App.scala:73)
2520.11/2446.02		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.11/2446.02		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.11/2446.02	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 (10716 MiB free)
  memory of node 1: 16384 MiB (15478 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4401199-1568673331/watcher-4401199-1568673331 -o /tmp/evaluation-result-4401199-1568673331/solver-4401199-1568673331 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1568673293-13492 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1889038206 HOME/instance-4401199-1568673331.xml 

running on 4 cores: 1,3,5,7

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

solver pid=13517, runsolver pid=13512

[startup+0.100149 s]*
/proc/loadavg: 0.00 1.27 2.49 1/205 13578
/proc/meminfo: memFree=26816008/32770624 swapFree=66941500/67108860
[pid=13517] ppid=13512 vsize=113256 memory=1616 CPUtime=0.01 cores=1,3,5,7
/proc/13517/stat : 13517 (bash) S 13512 13517 13460 0 -1 4202496 891 5700 1 1 0 0 0 1 20 0 1 0 443572044 115974144 404 33554432000 4194304 5098028 140731277097312 140731277091320 140367081065472 0 0 4100 65536 18446744071580971376 0 0 17 7 0 0 4 0 0 7196144 7232144 38735872 140731277104148 140731277104273 140731277104273 140731277107182 0
/proc/13517/statm: 28314 404 320 221 0 119 0
[pid=13573] ppid=13517 vsize=113256 memory=712 CPUtime=0 cores=1,3,5,7
/proc/13573/stat : 13573 (bash) S 13517 13517 13460 0 -1 4202560 154 0 0 0 0 0 0 0 20 0 1 0 443572051 115974144 178 33554432000 4194304 5098028 140731277097312 140731277089992 140367080891004 0 65536 4096 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 38735872 140731277104148 140731277104273 140731277104273 140731277107182 0
/proc/13573/statm: 28314 178 94 221 0 119 0
[pid=13575] ppid=13573 vsize=113256 memory=532 CPUtime=0 cores=1,3,5,7
/proc/13575/stat : 13575 (bash) D 13573 13517 13460 0 -1 1077944384 89 0 0 0 0 0 0 0 20 0 1 0 443572051 115974144 133 33554432000 4194304 5098028 140731277097312 140731277089768 140367081063797 0 0 4096 65538 18446744072101592612 0 0 17 3 0 0 0 0 0 7196144 7232144 38735872 140731277104148 140731277104273 140731277104273 140731277107182 0
/proc/13575/statm: 28314 133 49 221 0 119 0
[pid=13576] ppid=13573 vsize=113488 memory=972 CPUtime=0 cores=1,3,5,7
/proc/13576/stat : 13576 (awk) S 13573 13517 13460 0 -1 4202496 425 0 0 0 0 0 0 0 20 0 1 0 443572051 116211712 243 33554432000 4194304 4609284 140728313596080 140728313595256 139897199533056 0 0 4096 1216 18446744071580971376 0 0 17 7 0 0 0 0 0 6708720 6711756 28463104 140728313603260 140728313603290 140728313603290 140728313606127 0
/proc/13576/statm: 28372 243 204 102 0 88 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 453256 KiB
Current children cumulated memory: 3832 KiB

[startup+0.210002 s]*
/proc/loadavg: 0.00 1.27 2.49 1/205 13578
/proc/meminfo: memFree=26816008/32770624 swapFree=66941500/67108860
[pid=13517] ppid=13512 vsize=113256 memory=1616 CPUtime=0.01 cores=1,3,5,7
/proc/13517/stat : 13517 (bash) S 13512 13517 13460 0 -1 4202496 891 5700 1 1 0 0 0 1 20 0 1 0 443572044 115974144 404 33554432000 4194304 5098028 140731277097312 140731277091320 140367081065472 0 0 4100 65536 18446744071580971376 0 0 17 7 0 0 4 0 0 7196144 7232144 38735872 140731277104148 140731277104273 140731277104273 140731277107182 0
/proc/13517/statm: 28314 404 320 221 0 119 0
[pid=13573] ppid=13517 vsize=113256 memory=712 CPUtime=0 cores=1,3,5,7
/proc/13573/stat : 13573 (bash) S 13517 13517 13460 0 -1 4202560 154 0 0 0 0 0 0 0 20 0 1 0 443572051 115974144 178 33554432000 4194304 5098028 140731277097312 140731277089992 140367080891004 0 65536 4096 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 38735872 140731277104148 140731277104273 140731277104273 140731277107182 0
/proc/13573/statm: 28314 178 94 221 0 119 0
[pid=13575] ppid=13573 vsize=113256 memory=532 CPUtime=0 cores=1,3,5,7
/proc/13575/stat : 13575 (bash) D 13573 13517 13460 0 -1 1077944384 89 0 0 0 0 0 0 0 20 0 1 0 443572051 115974144 133 33554432000 4194304 5098028 140731277097312 140731277089768 140367081063797 0 0 4096 65538 18446744072101592612 0 0 17 3 0 0 0 0 0 7196144 7232144 38735872 140731277104148 140731277104273 140731277104273 140731277107182 0
/proc/13575/statm: 28314 133 49 221 0 119 0
[pid=13576] ppid=13573 vsize=113488 memory=972 CPUtime=0 cores=1,3,5,7
/proc/13576/stat : 13576 (awk) S 13573 13517 13460 0 -1 4202496 425 0 0 0 0 0 0 0 20 0 1 0 443572051 116211712 243 33554432000 4194304 4609284 140728313596080 140728313595256 139897199533056 0 0 4096 1216 18446744071580971376 0 0 17 7 0 0 0 0 0 6708720 6711756 28463104 140728313603260 140728313603290 140728313603290 140728313606127 0
/proc/13576/statm: 28372 243 204 102 0 88 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 453256 KiB
Current children cumulated memory: 3832 KiB

[startup+0.309559 s]*
/proc/loadavg: 0.00 1.27 2.49 1/205 13578
/proc/meminfo: memFree=26815656/32770624 swapFree=66941500/67108860
[pid=13517] ppid=13512 vsize=113256 memory=1616 CPUtime=0.01 cores=1,3,5,7
/proc/13517/stat : 13517 (bash) S 13512 13517 13460 0 -1 4202496 891 5700 1 1 0 0 0 1 20 0 1 0 443572044 115974144 404 33554432000 4194304 5098028 140731277097312 140731277091320 140367081065472 0 0 4100 65536 18446744071580971376 0 0 17 7 0 0 4 0 0 7196144 7232144 38735872 140731277104148 140731277104273 140731277104273 140731277107182 0
/proc/13517/statm: 28314 404 320 221 0 119 0
[pid=13573] ppid=13517 vsize=113256 memory=712 CPUtime=0 cores=1,3,5,7
/proc/13573/stat : 13573 (bash) S 13517 13517 13460 0 -1 4202560 154 0 0 0 0 0 0 0 20 0 1 0 443572051 115974144 178 33554432000 4194304 5098028 140731277097312 140731277089992 140367080891004 0 65536 4096 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 38735872 140731277104148 140731277104273 140731277104273 140731277107182 0
/proc/13573/statm: 28314 178 94 221 0 119 0
[pid=13575] ppid=13573 vsize=296 memory=4 CPUtime=0 cores=1,3,5,7
/proc/13575/stat : 13575 (java) D 13573 13517 13460 0 -1 1077936128 155 0 0 0 0 0 0 0 20 0 1 0 443572051 303104 1 33554432000 4194304 4196468 140720383278896 140720383276168 139794646271687 0 0 4096 0 18446744072101592612 0 0 17 5 0 0 0 0 0 6293624 6294260 21557248 140720383280268 140720383280282 140720383280282 140720383283151 0
/proc/13575/statm: 74 1 0 1 0 38 0
[pid=13576] ppid=13573 vsize=113488 memory=972 CPUtime=0 cores=1,3,5,7
/proc/13576/stat : 13576 (awk) S 13573 13517 13460 0 -1 4202496 425 0 0 0 0 0 0 0 20 0 1 0 443572051 116211712 243 33554432000 4194304 4609284 140728313596080 140728313595256 139897199533056 0 0 4096 1216 18446744071580971376 0 0 17 7 0 0 0 0 0 6708720 6711756 28463104 140728313603260 140728313603290 140728313603290 140728313606127 0
/proc/13576/statm: 28372 243 204 102 0 88 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 340296 KiB
Current children cumulated memory: 3304 KiB

[startup+0.700598 s]
/proc/loadavg: 0.00 1.27 2.49 1/207 13580
/proc/meminfo: memFree=26813768/32770624 swapFree=66941500/67108860
[pid=13517] ppid=13512 vsize=113256 memory=1616 CPUtime=0.01 cores=1,3,5,7
/proc/13517/stat : 13517 (bash) S 13512 13517 13460 0 -1 4202496 891 5700 1 1 0 0 0 1 20 0 1 0 443572044 115974144 404 33554432000 4194304 5098028 140731277097312 140731277091320 140367081065472 0 0 4100 65536 18446744071580971376 0 0 17 7 0 0 4 0 0 7196144 7232144 38735872 140731277104148 140731277104273 140731277104273 140731277107182 0
/proc/13517/statm: 28314 404 320 221 0 119 0
[pid=13573] ppid=13517 vsize=113256 memory=712 CPUtime=0 cores=1,3,5,7
/proc/13573/stat : 13573 (bash) S 13517 13517 13460 0 -1 4202560 154 0 0 0 0 0 0 0 20 0 1 0 443572051 115974144 178 33554432000 4194304 5098028 140731277097312 140731277089992 140367080891004 0 65536 4096 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 38735872 140731277104148 140731277104273 140731277104273 140731277107182 0
/proc/13573/statm: 28314 178 94 221 0 119 0
[pid=13575] ppid=13573 vsize=10260324 memory=20012 CPUtime=0.03 cores=1,3,5,7
/proc/13575/stat : 13575 (java) S 13573 13517 13460 0 -1 1077944320 4397 0 0 0 3 0 0 0 20 0 9 0 443572051 10506571776 5003 33554432000 4194304 4196468 140720383278896 140720383261440 139794643996407 0 0 0 16800971 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 21557248 140720383280268 140720383280282 140720383280282 140720383283151 0
/proc/13575/statm: 2565081 5003 2187 1 0 2527622 0
[pid=13575/tid=13580] ppid=13573 vsize=10260324 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/13575/task/13580/stat : 13580 (java) D 13573 13517 13460 0 -1 1077944384 3053 0 0 0 3 0 0 0 20 0 9 0 443572081 10506571776 5003 33554432000 4194304 4196468 140720383278896 139794648231800 139794636675696 0 4 0 16800971 18446744072101592612 0 0 -1 3 0 0 0 0 0 6293624 6294260 21557248 140720383280268 140720383280282 140720383280282 140720383283151 0
[pid=13576] ppid=13573 vsize=113488 memory=972 CPUtime=0 cores=1,3,5,7
/proc/13576/stat : 13576 (awk) S 13573 13517 13460 0 -1 4202496 425 0 0 0 0 0 0 0 20 0 1 0 443572051 116211712 243 33554432000 4194304 4609284 140728313596080 140728313595256 139897199533056 0 0 4096 1216 18446744071580971376 0 0 17 7 0 0 0 0 0 6708720 6711756 28463104 140728313603260 140728313603290 140728313603290 140728313606127 0
/proc/13576/statm: 28372 243 204 102 0 88 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 10600324 KiB
Current children cumulated memory: 23312 KiB

[startup+1.50384 s]
/proc/loadavg: 0.00 1.27 2.49 1/204 13616
/proc/meminfo: memFree=26815176/32770624 swapFree=66941500/67108860
[pid=13517] ppid=13512 vsize=10820268 memory=54120 CPUtime=0.58 cores=1,3,5,7
/proc/13517/stat : 13517 (java) S 13512 13517 13460 0 -1 1077944320 11257 13473 1 1 46 4 5 3 20 0 15 0 443572044 11079954432 13530 33554432000 4194304 4196468 140735779395168 140735779377712 140055862681335 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 4 0 0 6293624 6294260 16674816 140735779396335 140735779398853 140735779398853 140735779401679 0
/proc/13517/statm: 2705067 13530 3423 1 0 2667149 0
Current children cumulated CPU time: 0.58 s
Current children cumulated vsize: 10820268 KiB
Current children cumulated memory: 54120 KiB

[startup+3.11014 s]
/proc/loadavg: 0.32 1.32 2.50 3/227 13652
/proc/meminfo: memFree=26399048/32770624 swapFree=66941500/67108860
[pid=13517] ppid=13512 vsize=10834680 memory=210316 CPUtime=3.47 cores=1,3,5,7
/proc/13517/stat : 13517 (java) S 13512 13517 13460 0 -1 1077944320 38110 13473 1 1 327 12 5 3 20 0 15 0 443572044 11094712320 52579 33554432000 4194304 4196468 140735779395168 140735779377712 140055862681335 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 4 0 0 6293624 6294260 16674816 140735779396335 140735779398853 140735779398853 140735779401679 0
/proc/13517/statm: 2708670 52579 3587 1 0 2670733 0
[pid=13517/tid=13626] ppid=13512 vsize=10834680 memory=0 CPUtime=1.6 cores=1,3,5,7
/proc/13517/task/13626/stat : 13626 (java) R 13512 13517 13460 0 -1 4202560 16901 13473 0 1 146 6 5 3 20 0 15 0 443572147 11094712320 52579 33554432000 4194304 4196468 140735779395168 140055834475936 140055844244910 0 4 0 16800975 0 0 0 -1 3 0 0 14 0 0 6293624 6294260 16674816 140735779396335 140735779398853 140735779398853 140735779401679 0
[pid=13517/tid=13631] ppid=13512 vsize=10834680 memory=-8388958495573027379 CPUtime=0.09 cores=1,3,5,7
/proc/13517/task/13631/stat : 13631 (java) S 13512 13517 13460 0 -1 1077944384 333 13473 0 1 1 0 5 3 20 0 15 0 443572149 11094712320 52579 33554432000 4194304 4196468 140735779395168 140055866923536 140055862691541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16674816 140735779396335 140735779398853 140735779398853 140735779401679 0
[pid=13517/tid=13632] ppid=13512 vsize=10834680 memory=7012785567106158680 CPUtime=0.09 cores=1,3,5,7
/proc/13517/task/13632/stat : 13632 (java) S 13512 13517 13460 0 -1 1077944384 66 13473 0 1 1 0 5 3 20 0 15 0 443572149 11094712320 52579 33554432000 4194304 4196468 140735779395168 140055436257936 140055862691541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16674816 140735779396335 140735779398853 140735779398853 140735779401679 0
[pid=13517/tid=13633] ppid=13512 vsize=10834680 memory=-7522837583128914060 CPUtime=0.09 cores=1,3,5,7
/proc/13517/task/13633/stat : 13633 (java) S 13512 13517 13460 0 -1 1077944384 12 13473 0 1 1 0 5 3 20 0 15 0 443572149 11094712320 52579 33554432000 4194304 4196468 140735779395168 140055435204880 140055862691541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16674816 140735779396335 140735779398853 140735779398853 140735779401679 0
[pid=13517/tid=13634] ppid=13512 vsize=10834680 memory=-7737605721172012177 CPUtime=0.09 cores=1,3,5,7
/proc/13517/task/13634/stat : 13634 (java) S 13512 13517 13460 0 -1 1077944384 60 13473 0 1 1 0 5 3 20 0 15 0 443572149 11094712320 52579 33554432000 4194304 4196468 140735779395168 140055434152336 140055862691541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16674816 140735779396335 140735779398853 140735779398853 140735779401679 0
[pid=13517/tid=13638] ppid=13512 vsize=10834680 memory=-9033802344614436213 CPUtime=0.09 cores=1,3,5,7
/proc/13517/task/13638/stat : 13638 (java) S 13512 13517 13460 0 -1 1077944384 144 13473 0 1 1 0 5 3 20 0 15 0 443572150 11094712320 52579 33554432000 4194304 4196468 140735779395168 140055321484016 140055862692482 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16674816 140735779396335 140735779398853 140735779398853 140735779401679 0
[pid=13517/tid=13639] ppid=13512 vsize=10834680 memory=-6352457580917919190 CPUtime=0.08 cores=1,3,5,7
/proc/13517/task/13639/stat : 13639 (java) S 13512 13517 13460 0 -1 1077944384 34 13473 0 1 0 0 5 3 20 0 15 0 443572150 11094712320 52579 33554432000 4194304 4196468 140735779395168 140055320430304 140055862691541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16674816 140735779396335 140735779398853 140735779398853 140735779401679 0
[pid=13517/tid=13640] ppid=13512 vsize=10834680 memory=280286344764376 CPUtime=0.08 cores=1,3,5,7
/proc/13517/task/13640/stat : 13640 (java) S 13512 13517 13460 0 -1 1077944384 1 13473 0 1 0 0 5 3 20 0 15 0 443572151 11094712320 52579 33554432000 4194304 4196468 140735779395168 140054722766080 140055862691541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16674816 140735779396335 140735779398853 140735779398853 140735779401679 0
[pid=13517/tid=13646] ppid=13512 vsize=10834680 memory=280286345051776 CPUtime=0.08 cores=1,3,5,7
/proc/13517/task/13646/stat : 13646 (java) S 13512 13517 13460 0 -1 1077944384 3 13473 0 1 0 0 5 3 20 0 15 0 443572156 11094712320 52579 33554432000 4194304 4196468 140735779395168 140054415366608 140055862699931 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16674816 140735779396335 140735779398853 140735779398853 140735779401679 0
[pid=13517/tid=13647] ppid=13512 vsize=10834680 memory=3271566 CPUtime=0.72 cores=1,3,5,7
/proc/13517/task/13647/stat : 13647 (java) S 13512 13517 13460 0 -1 1077944384 8450 13473 0 1 63 1 5 3 20 0 15 0 443572156 11094712320 52579 33554432000 4194304 4196468 140735779395168 140055286872304 140055862692482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16674816 140735779396335 140735779398853 140735779398853 140735779401679 0
[pid=13517/tid=13648] ppid=13512 vsize=10834680 memory=0 CPUtime=0.64 cores=1,3,5,7
/proc/13517/task/13648/stat : 13648 (java) R 13512 13517 13460 0 -1 4202560 6656 13473 0 1 56 0 5 3 20 0 15 0 443572156 11094712320 52579 33554432000 4194304 4196468 140735779395168 140055285819760 140055842101023 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16674816 140735779396335 140735779398853 140735779398853 140735779401679 0
[pid=13517/tid=13649] ppid=13512 vsize=10834680 memory=0 CPUtime=0.61 cores=1,3,5,7
/proc/13517/task/13649/stat : 13649 (java) S 13512 13517 13460 0 -1 1077944384 3238 13473 0 1 52 1 5 3 20 0 15 0 443572156 11094712320 52579 33554432000 4194304 4196468 140735779395168 140055284766704 140055862692482 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16674816 140735779396335 140735779398853 140735779398853 140735779401679 0
[pid=13517/tid=13650] ppid=13512 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13517/task/13650/stat : 13650 (java) S 13512 13517 13460 0 -1 1077944384 3 13473 0 1 0 0 5 3 20 0 15 0 443572156 11094712320 52579 33554432000 4194304 4196468 140735779395168 140054381807968 140055862691541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16674816 140735779396335 140735779398853 140735779398853 140735779401679 0
[pid=13517/tid=13652] ppid=13512 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13517/task/13652/stat : 13652 (java) S 13512 13517 13460 0 -1 1077944384 1 13473 0 1 0 0 5 3 20 0 15 0 443572165 11094712320 52579 33554432000 4194304 4196468 140735779395168 140055283715120 140055862692482 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16674816 140735779396335 140735779398853 140735779398853 140735779401679 0
Current children cumulated CPU time: 3.47 s
Current children cumulated vsize: 10834680 KiB
Current children cumulated memory: 210316 KiB

[startup+6.30078 s]
/proc/loadavg: 0.32 1.32 2.50 5/227 13652
/proc/meminfo: memFree=26201824/32770624 swapFree=66941500/67108860
[pid=13517] ppid=13512 vsize=10844940 memory=329188 CPUtime=11.92 cores=1,3,5,7
/proc/13517/stat : 13517 (java) S 13512 13517 13460 0 -1 1077944320 56441 13473 1 1 1164 20 5 3 20 0 15 0 443572044 11105218560 82297 33554432000 4194304 4196468 140735779395168 140735779377712 140055862681335 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 4 0 0 6293624 6294260 16674816 140735779396335 140735779398853 140735779398853 140735779401679 0
/proc/13517/statm: 2711235 82297 3621 1 0 2673293 0
[pid=13517/tid=13626] ppid=13512 vsize=10844940 memory=198174086031903 CPUtime=4.56 cores=1,3,5,7
/proc/13517/task/13626/stat : 13626 (java) R 13512 13517 13460 0 -1 4202560 23637 13473 0 1 439 9 5 3 20 0 15 0 443572147 11105218560 82297 33554432000 4194304 4196468 140735779395168 140055834515784 140055481985181 0 4 0 16800975 0 0 0 -1 7 0 0 25 0 0 6293624 6294260 16674816 140735779396335 140735779398853 140735779398853 140735779401679 0
[pid=13517/tid=13631] ppid=13512 vsize=10844940 memory=198174086031905 CPUtime=0.15 cores=1,3,5,7
/proc/13517/task/13631/stat : 13631 (java) S 13512 13517 13460 0 -1 1077944384 363 13473 0 1 7 0 5 3 20 0 15 0 443572149 11105218560 82297 33554432000 4194304 4196468 140735779395168 140055866923536 140055862691541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16674816 140735779396335 140735779398853 140735779398853 140735779401679 0
[pid=13517/tid=13632] ppid=13512 vsize=10844940 memory=328360 CPUtime=0.15 cores=1,3,5,7
/proc/13517/task/13632/stat : 13632 (java) S 13512 13517 13460 0 -1 1077944384 108 13473 0 1 6 1 5 3 20 0 15 0 443572149 11105218560 82297 33554432000 4194304 4196468 140735779395168 140055436257936 140055862691541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16674816 140735779396335 140735779398853 140735779398853 140735779401679 0
[pid=13517/tid=13633] ppid=13512 vsize=10844940 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/13517/task/13633/stat : 13633 (java) S 13512 13517 13460 0 -1 1077944384 108 13473 0 1 7 0 5 3 20 0 15 0 443572149 11105218560 82297 33554432000 4194304 4196468 140735779395168 140055435204880 140055862691541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16674816 140735779396335 140735779398853 140735779398853 140735779401679 0
[pid=13517/tid=13634] ppid=13512 vsize=10844940 memory=0 CPUtime=0.16 cores=1,3,5,7
/proc/13517/task/13634/stat : 13634 (java) S 13512 13517 13460 0 -1 1077944384 119 13473 0 1 8 0 5 3 20 0 15 0 443572149 11105218560 82297 33554432000 4194304 4196468 140735779395168 140055434152336 140055862691541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16674816 140735779396335 140735779398853 140735779398853 140735779401679 0
[pid=13517/tid=13638] ppid=13512 vsize=10844940 memory=164 CPUtime=0.12 cores=1,3,5,7
/proc/13517/task/13638/stat : 13638 (java) S 13512 13517 13460 0 -1 1077944384 2765 13473 0 1 4 0 5 3 20 0 15 0 443572150 11105218560 82297 33554432000 4194304 4196468 140735779395168 140055321484016 140055862692482 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16674816 140735779396335 140735779398853 140735779398853 140735779401679 0
[pid=13517/tid=13639] ppid=13512 vsize=10844940 memory=315533694544904503 CPUtime=0.08 cores=1,3,5,7
/proc/13517/task/13639/stat : 13639 (java) S 13512 13517 13460 0 -1 1077944384 41 13473 0 1 0 0 5 3 20 0 15 0 443572150 11105218560 82297 33554432000 4194304 4196468 140735779395168 140055320430304 140055862691541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16674816 140735779396335 140735779398853 140735779398853 140735779401679 0
[pid=13517/tid=13640] ppid=13512 vsize=10844940 memory=14979957709343274 CPUtime=0.08 cores=1,3,5,7
/proc/13517/task/13640/stat : 13640 (java) S 13512 13517 13460 0 -1 1077944384 2 13473 0 1 0 0 5 3 20 0 15 0 443572151 11105218560 82297 33554432000 4194304 4196468 140735779395168 140054722766080 140055862691541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16674816 140735779396335 140735779398853 140735779398853 140735779401679 0
[pid=13517/tid=13646] ppid=13512 vsize=10844940 memory=-2897801490638248215 CPUtime=0.08 cores=1,3,5,7
/proc/13517/task/13646/stat : 13646 (java) S 13512 13517 13460 0 -1 1077944384 3 13473 0 1 0 0 5 3 20 0 15 0 443572156 11105218560 82297 33554432000 4194304 4196468 140735779395168 140054415366608 140055862699931 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16674816 140735779396335 140735779398853 140735779398853 140735779401679 0
[pid=13517/tid=13647] ppid=13512 vsize=10844940 memory=9122745479247552727 CPUtime=2.84 cores=1,3,5,7
/proc/13517/task/13647/stat : 13647 (java) R 13512 13517 13460 0 -1 4202560 11269 13473 0 1 274 2 5 3 20 0 15 0 443572156 11105218560 82297 33554432000 4194304 4196468 140735779395168 140055286851056 140055842524953 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16674816 140735779396335 140735779398853 140735779398853 140735779401679 0
[pid=13517/tid=13648] ppid=13512 vsize=10844940 memory=6791534058613427641 CPUtime=2.62 cores=1,3,5,7
/proc/13517/task/13648/stat : 13648 (java) R 13512 13517 13460 0 -1 4202560 8518 13473 0 1 253 1 5 3 20 0 15 0 443572156 11105218560 82297 33554432000 4194304 4196468 140735779395168 140055285799792 140055842524929 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16674816 140735779396335 140735779398853 140735779398853 140735779401679 0
[pid=13517/tid=13649] ppid=13512 vsize=10844940 memory=213316 CPUtime=1.7 cores=1,3,5,7
/proc/13517/task/13649/stat : 13649 (java) S 13512 13517 13460 0 -1 1077944384 7242 13473 0 1 159 3 5 3 20 0 15 0 443572156 11105218560 82297 33554432000 4194304 4196468 140735779395168 140055284766704 140055862692482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16674816 140735779396335 140735779398853 140735779398853 140735779401679 0
[pid=13517/tid=13650] ppid=13512 vsize=10844940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13517/task/13650/stat : 13650 (java) S 13512 13517 13460 0 -1 1077944384 3 13473 0 1 0 0 5 3 20 0 15 0 443572156 11105218560 82297 33554432000 4194304 4196468 140735779395168 140054381807968 140055862691541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16674816 140735779396335 140735779398853 140735779398853 140735779401679 0
[pid=13517/tid=13652] ppid=13512 vsize=10844940 memory=4420 CPUtime=0.08 cores=1,3,5,7
/proc/13517/task/13652/stat : 13652 (java) S 13512 13517 13460 0 -1 1077944384 55 13473 0 1 0 0 5 3 20 0 15 0 443572165 11105218560 82297 33554432000 4194304 4196468 140735779395168 140055283715120 140055862692482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16674816 140735779396335 140735779398853 140735779398853 140735779401679 0
Current children cumulated CPU time: 11.92 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 329188 KiB

[startup+12.7008 s]
/proc/loadavg: 0.65 1.36 2.50 4/227 13652
/proc/meminfo: memFree=24859636/32770624 swapFree=66941500/67108860
[pid=13517] ppid=13512 vsize=10853144 memory=702440 CPUtime=29.15 cores=1,3,5,7
/proc/13517/stat : 13517 (java) S 13512 13517 13460 0 -1 1077944320 78425 13473 1 1 2862 45 5 3 20 0 15 0 443572044 11113619456 175610 33554432000 4194304 4196468 140735779395168 140735779377712 140055862681335 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 4 0 0 6293624 6294260 16674816 140735779396335 140735779398853 140735779398853 140735779401679 0
/proc/13517/statm: 2713286 175610 3634 1 0 2675341 0

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

/proc/13517/task/13626/stat : 13626 (java) R 13512 13517 13460 0 -1 4202560 159298 13473 0 1 229590 71 5 3 20 0 15 0 443572147 11113619456 170009 33554432000 4194304 4196468 140735779395168 140055834516384 140055483554897 0 4 0 16800975 0 0 0 -1 1 0 0 25 0 0 6293624 6294260 16674816 140735779396335 140735779398853 140735779398853 140735779401679 0
[pid=13517/tid=13631] ppid=13512 vsize=10853144 memory=695940 CPUtime=15.45 cores=1,3,5,7
/proc/13517/task/13631/stat : 13631 (java) S 13512 13517 13460 0 -1 1077944384 34687 13473 0 1 1491 46 5 3 20 0 15 0 443572149 11113619456 170009 33554432000 4194304 4196468 140735779395168 140055866923536 140055862691541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16674816 140735779396335 140735779398853 140735779398853 140735779401679 0
[pid=13517/tid=13632] ppid=13512 vsize=10853144 memory=694400 CPUtime=15.5 cores=1,3,5,7
/proc/13517/task/13632/stat : 13632 (java) S 13512 13517 13460 0 -1 1077944384 23823 13473 0 1 1492 50 5 3 20 0 15 0 443572149 11113619456 170009 33554432000 4194304 4196468 140735779395168 140055436257936 140055862691541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16674816 140735779396335 140735779398853 140735779398853 140735779401679 0
[pid=13517/tid=13633] ppid=13512 vsize=10853144 memory=685168 CPUtime=15.51 cores=1,3,5,7
/proc/13517/task/13633/stat : 13633 (java) S 13512 13517 13460 0 -1 1077944384 28213 13473 0 1 1492 51 5 3 20 0 15 0 443572149 11113619456 170009 33554432000 4194304 4196468 140735779395168 140055435204880 140055862691541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16674816 140735779396335 140735779398853 140735779398853 140735779401679 0
[pid=13517/tid=13634] ppid=13512 vsize=10853144 memory=685168 CPUtime=15.51 cores=1,3,5,7
/proc/13517/task/13634/stat : 13634 (java) S 13512 13517 13460 0 -1 1077944384 26243 13473 0 1 1494 49 5 3 20 0 15 0 443572149 11113619456 170009 33554432000 4194304 4196468 140735779395168 140055434152336 140055862691541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16674816 140735779396335 140735779398853 140735779398853 140735779401679 0
[pid=13517/tid=13638] ppid=13512 vsize=10853144 memory=683116 CPUtime=6.64 cores=1,3,5,7
/proc/13517/task/13638/stat : 13638 (java) S 13512 13517 13460 0 -1 1077944384 20352 13473 0 1 590 66 5 3 20 0 15 0 443572150 11113619456 170009 33554432000 4194304 4196468 140735779395168 140055321484016 140055862692482 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16674816 140735779396335 140735779398853 140735779398853 140735779401679 0
[pid=13517/tid=13639] ppid=13512 vsize=10853144 memory=681576 CPUtime=0.08 cores=1,3,5,7
/proc/13517/task/13639/stat : 13639 (java) S 13512 13517 13460 0 -1 1077944384 53 13473 0 1 0 0 5 3 20 0 15 0 443572150 11113619456 170009 33554432000 4194304 4196468 140735779395168 140055320430304 140055862691541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16674816 140735779396335 140735779398853 140735779398853 140735779401679 0
[pid=13517/tid=13640] ppid=13512 vsize=10853144 memory=681576 CPUtime=0.08 cores=1,3,5,7
/proc/13517/task/13640/stat : 13640 (java) S 13512 13517 13460 0 -1 1077944384 6 13473 0 1 0 0 5 3 20 0 15 0 443572151 11113619456 170009 33554432000 4194304 4196468 140735779395168 140054722766080 140055862691541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16674816 140735779396335 140735779398853 140735779398853 140735779401679 0
[pid=13517/tid=13646] ppid=13512 vsize=10853144 memory=681064 CPUtime=0.08 cores=1,3,5,7
/proc/13517/task/13646/stat : 13646 (java) S 13512 13517 13460 0 -1 1077944384 3 13473 0 1 0 0 5 3 20 0 15 0 443572156 11113619456 170009 33554432000 4194304 4196468 140735779395168 140054415366608 140055862699931 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16674816 140735779396335 140735779398853 140735779398853 140735779401679 0
[pid=13517/tid=13647] ppid=13512 vsize=10853144 memory=680552 CPUtime=11.27 cores=1,3,5,7
/proc/13517/task/13647/stat : 13647 (java) S 13512 13517 13460 0 -1 1077944384 91020 13473 0 1 1108 11 5 3 20 0 15 0 443572156 11113619456 170009 33554432000 4194304 4196468 140735779395168 140055286872304 140055862692482 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16674816 140735779396335 140735779398853 140735779398853 140735779401679 0
[pid=13517/tid=13648] ppid=13512 vsize=10853144 memory=699020 CPUtime=10.69 cores=1,3,5,7
/proc/13517/task/13648/stat : 13648 (java) S 13512 13517 13460 0 -1 1077944384 79836 13473 0 1 1052 9 5 3 20 0 15 0 443572156 11113619456 170009 33554432000 4194304 4196468 140735779395168 140055285819760 140055862692482 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16674816 140735779396335 140735779398853 140735779398853 140735779401679 0
[pid=13517/tid=13649] ppid=13512 vsize=10853144 memory=681576 CPUtime=5.43 cores=1,3,5,7
/proc/13517/task/13649/stat : 13649 (java) S 13512 13517 13460 0 -1 1077944384 77004 13473 0 1 523 12 5 3 20 0 15 0 443572156 11113619456 170009 33554432000 4194304 4196468 140735779395168 140055284766704 140055862692482 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16674816 140735779396335 140735779398853 140735779398853 140735779401679 0
[pid=13517/tid=13650] ppid=13512 vsize=10853144 memory=681576 CPUtime=0.08 cores=1,3,5,7
/proc/13517/task/13650/stat : 13650 (java) S 13512 13517 13460 0 -1 1077944384 3 13473 0 1 0 0 5 3 20 0 15 0 443572156 11113619456 170009 33554432000 4194304 4196468 140735779395168 140054381807968 140055862691541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16674816 140735779396335 140735779398853 140735779398853 140735779401679 0
[pid=13517/tid=13652] ppid=13512 vsize=10853144 memory=682604 CPUtime=1.53 cores=1,3,5,7
/proc/13517/task/13652/stat : 13652 (java) S 13512 13517 13460 0 -1 1077944384 2495 13473 0 1 61 84 5 3 20 0 15 0 443572165 11113619456 170009 33554432000 4194304 4196468 140735779395168 140055283715120 140055862692482 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16674816 140735779396335 140735779398853 140735779398853 140735779401679 0
Current children cumulated CPU time: 2393.62 s
Current children cumulated vsize: 10853144 KiB
Current children cumulated memory: 680036 KiB

[startup+2382.3 s]
/proc/loadavg: 1.61 1.65 1.76 3/228 13897
/proc/meminfo: memFree=22319336/32770624 swapFree=66941500/67108860
[pid=13517] ppid=13512 vsize=10853144 memory=681084 CPUtime=2454.94 cores=1,3,5,7
/proc/13517/stat : 13517 (java) S 13512 13517 13460 0 -1 1077944320 555081 13473 1 1 245064 422 5 3 20 0 15 0 443572044 11113619456 170271 33554432000 4194304 4196468 140735779395168 140735779377712 140055862681335 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 4 0 0 6293624 6294260 16674816 140735779396335 140735779398853 140735779398853 140735779401679 0
/proc/13517/statm: 2713286 170271 3640 1 0 2675341 0
[pid=13517/tid=13626] ppid=13512 vsize=10853144 memory=684160 CPUtime=2356.03 cores=1,3,5,7
/proc/13517/task/13626/stat : 13626 (java) R 13512 13517 13460 0 -1 4202560 164809 13473 0 1 235523 72 5 3 20 0 15 0 443572147 11113619456 170271 33554432000 4194304 4196468 140735779395168 140055834515824 140055488310584 0 4 0 16800975 0 0 0 -1 3 0 0 25 0 0 6293624 6294260 16674816 140735779396335 140735779398853 140735779398853 140735779401679 0
[pid=13517/tid=13631] ppid=13512 vsize=10853144 memory=697500 CPUtime=15.89 cores=1,3,5,7
/proc/13517/task/13631/stat : 13631 (java) S 13512 13517 13460 0 -1 1077944384 36442 13473 0 1 1534 47 5 3 20 0 15 0 443572149 11113619456 170271 33554432000 4194304 4196468 140735779395168 140055866923536 140055862691541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16674816 140735779396335 140735779398853 140735779398853 140735779401679 0
[pid=13517/tid=13632] ppid=13512 vsize=10853144 memory=0 CPUtime=15.94 cores=1,3,5,7
/proc/13517/task/13632/stat : 13632 (java) S 13512 13517 13460 0 -1 1077944384 24362 13473 0 1 1535 51 5 3 20 0 15 0 443572149 11113619456 170271 33554432000 4194304 4196468 140735779395168 140055436257936 140055862691541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16674816 140735779396335 140735779398853 140735779398853 140735779401679 0
[pid=13517/tid=13633] ppid=13512 vsize=10853144 memory=696988 CPUtime=15.96 cores=1,3,5,7
/proc/13517/task/13633/stat : 13633 (java) S 13512 13517 13460 0 -1 1077944384 28598 13473 0 1 1536 52 5 3 20 0 15 0 443572149 11113619456 170271 33554432000 4194304 4196468 140735779395168 140055435204880 140055862691541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16674816 140735779396335 140735779398853 140735779398853 140735779401679 0
[pid=13517/tid=13634] ppid=13512 vsize=10853144 memory=687752 CPUtime=15.94 cores=1,3,5,7
/proc/13517/task/13634/stat : 13634 (java) S 13512 13517 13460 0 -1 1077944384 27454 13473 0 1 1536 50 5 3 20 0 15 0 443572149 11113619456 170271 33554432000 4194304 4196468 140735779395168 140055434152336 140055862691541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16674816 140735779396335 140735779398853 140735779398853 140735779401679 0
[pid=13517/tid=13638] ppid=13512 vsize=10853144 memory=686212 CPUtime=6.81 cores=1,3,5,7
/proc/13517/task/13638/stat : 13638 (java) S 13512 13517 13460 0 -1 1077944384 20761 13473 0 1 606 67 5 3 20 0 15 0 443572150 11113619456 170271 33554432000 4194304 4196468 140735779395168 140055321484016 140055862692482 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16674816 140735779396335 140735779398853 140735779398853 140735779401679 0
[pid=13517/tid=13639] ppid=13512 vsize=10853144 memory=683648 CPUtime=0.08 cores=1,3,5,7
/proc/13517/task/13639/stat : 13639 (java) S 13512 13517 13460 0 -1 1077944384 53 13473 0 1 0 0 5 3 20 0 15 0 443572150 11113619456 170271 33554432000 4194304 4196468 140735779395168 140055320430304 140055862691541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16674816 140735779396335 140735779398853 140735779398853 140735779401679 0
[pid=13517/tid=13640] ppid=13512 vsize=10853144 memory=11632 CPUtime=0.08 cores=1,3,5,7
/proc/13517/task/13640/stat : 13640 (java) S 13512 13517 13460 0 -1 1077944384 6 13473 0 1 0 0 5 3 20 0 15 0 443572151 11113619456 170271 33554432000 4194304 4196468 140735779395168 140054722766080 140055862691541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16674816 140735779396335 140735779398853 140735779398853 140735779401679 0
[pid=13517/tid=13646] ppid=13512 vsize=10853144 memory=681596 CPUtime=0.08 cores=1,3,5,7
/proc/13517/task/13646/stat : 13646 (java) S 13512 13517 13460 0 -1 1077944384 3 13473 0 1 0 0 5 3 20 0 15 0 443572156 11113619456 170271 33554432000 4194304 4196468 140735779395168 140054415366608 140055862699931 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16674816 140735779396335 140735779398853 140735779398853 140735779401679 0
[pid=13517/tid=13647] ppid=13512 vsize=10853144 memory=681084 CPUtime=11.27 cores=1,3,5,7
/proc/13517/task/13647/stat : 13647 (java) S 13512 13517 13460 0 -1 1077944384 91022 13473 0 1 1108 11 5 3 20 0 15 0 443572156 11113619456 170271 33554432000 4194304 4196468 140735779395168 140055286872304 140055862692482 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16674816 140735779396335 140735779398853 140735779398853 140735779401679 0
[pid=13517/tid=13648] ppid=13512 vsize=10853144 memory=2112 CPUtime=10.69 cores=1,3,5,7
/proc/13517/task/13648/stat : 13648 (java) S 13512 13517 13460 0 -1 1077944384 79839 13473 0 1 1052 9 5 3 20 0 15 0 443572156 11113619456 170271 33554432000 4194304 4196468 140735779395168 140055285819760 140055862692482 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16674816 140735779396335 140735779398853 140735779398853 140735779401679 0
[pid=13517/tid=13649] ppid=13512 vsize=10853144 memory=12040 CPUtime=5.43 cores=1,3,5,7
/proc/13517/task/13649/stat : 13649 (java) S 13512 13517 13460 0 -1 1077944384 77006 13473 0 1 523 12 5 3 20 0 15 0 443572156 11113619456 170271 33554432000 4194304 4196468 140735779395168 140055284766704 140055862692482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16674816 140735779396335 140735779398853 140735779398853 140735779401679 0
[pid=13517/tid=13650] ppid=13512 vsize=10853144 memory=33 CPUtime=0.08 cores=1,3,5,7
/proc/13517/task/13650/stat : 13650 (java) S 13512 13517 13460 0 -1 1077944384 3 13473 0 1 0 0 5 3 20 0 15 0 443572156 11113619456 170271 33554432000 4194304 4196468 140735779395168 140054381807968 140055862691541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16674816 140735779396335 140735779398853 140735779398853 140735779401679 0
[pid=13517/tid=13652] ppid=13512 vsize=10853144 memory=4427205132082312746 CPUtime=1.57 cores=1,3,5,7
/proc/13517/task/13652/stat : 13652 (java) S 13512 13517 13460 0 -1 1077944384 2515 13473 0 1 63 86 5 3 20 0 15 0 443572165 11113619456 170271 33554432000 4194304 4196468 140735779395168 140055283715120 140055862692482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16674816 140735779396335 140735779398853 140735779398853 140735779401679 0
Current children cumulated CPU time: 2454.94 s
Current children cumulated vsize: 10853144 KiB
Current children cumulated memory: 681084 KiB

[startup+2442.3 s]
/proc/loadavg: 2.59 1.89 1.83 3/227 13901
/proc/meminfo: memFree=22248588/32770624 swapFree=66941500/67108860
[pid=13517] ppid=13512 vsize=10853144 memory=751328 CPUtime=2516.3 cores=1,3,5,7
/proc/13517/stat : 13517 (java) S 13512 13517 13460 0 -1 1077944320 568218 13473 1 1 251188 434 5 3 20 0 15 0 443572044 11113619456 187832 33554432000 4194304 4196468 140735779395168 140735779377712 140055862681335 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 4 0 0 6293624 6294260 16674816 140735779396335 140735779398853 140735779398853 140735779401679 0
/proc/13517/statm: 2713286 187832 3640 1 0 2675341 0
[pid=13517/tid=13626] ppid=13512 vsize=10853144 memory=752356 CPUtime=2415.36 cores=1,3,5,7
/proc/13517/task/13626/stat : 13626 (java) R 13512 13517 13460 0 -1 4202560 172230 13473 0 1 241453 75 5 3 20 0 15 0 443572147 11113619456 187832 33554432000 4194304 4196468 140735779395168 140055834516320 140055490972752 0 4 0 16800975 0 0 0 -1 3 0 0 25 0 0 6293624 6294260 16674816 140735779396335 140735779398853 140735779398853 140735779401679 0
[pid=13517/tid=13631] ppid=13512 vsize=10853144 memory=0 CPUtime=16.35 cores=1,3,5,7
/proc/13517/task/13631/stat : 13631 (java) S 13512 13517 13460 0 -1 1077944384 36982 13473 0 1 1578 49 5 3 20 0 15 0 443572149 11113619456 187832 33554432000 4194304 4196468 140735779395168 140055866923536 140055862691541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16674816 140735779396335 140735779398853 140735779398853 140735779401679 0
[pid=13517/tid=13632] ppid=13512 vsize=10853144 memory=0 CPUtime=16.4 cores=1,3,5,7
/proc/13517/task/13632/stat : 13632 (java) S 13512 13517 13460 0 -1 1077944384 25969 13473 0 1 1579 53 5 3 20 0 15 0 443572149 11113619456 187832 33554432000 4194304 4196468 140735779395168 140055436257936 140055862691541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16674816 140735779396335 140735779398853 140735779398853 140735779401679 0
[pid=13517/tid=13633] ppid=13512 vsize=10853144 memory=666208 CPUtime=16.41 cores=1,3,5,7
/proc/13517/task/13633/stat : 13633 (java) S 13512 13517 13460 0 -1 1077944384 29025 13473 0 1 1580 53 5 3 20 0 15 0 443572149 11113619456 187832 33554432000 4194304 4196468 140735779395168 140055435204880 140055862691541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16674816 140735779396335 140735779398853 140735779398853 140735779401679 0
[pid=13517/tid=13634] ppid=13512 vsize=10853144 memory=668260 CPUtime=16.4 cores=1,3,5,7
/proc/13517/task/13634/stat : 13634 (java) S 13512 13517 13460 0 -1 1077944384 28492 13473 0 1 1581 51 5 3 20 0 15 0 443572149 11113619456 187832 33554432000 4194304 4196468 140735779395168 140055434152336 140055862691541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16674816 140735779396335 140735779398853 140735779398853 140735779401679 0
[pid=13517/tid=13638] ppid=13512 vsize=10853144 memory=774564 CPUtime=6.99 cores=1,3,5,7
/proc/13517/task/13638/stat : 13638 (java) S 13512 13517 13460 0 -1 1077944384 21231 13473 0 1 621 70 5 3 20 0 15 0 443572150 11113619456 187832 33554432000 4194304 4196468 140735779395168 140055321484016 140055862692482 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16674816 140735779396335 140735779398853 140735779398853 140735779401679 0
[pid=13517/tid=13639] ppid=13512 vsize=10853144 memory=772108 CPUtime=0.08 cores=1,3,5,7
/proc/13517/task/13639/stat : 13639 (java) S 13512 13517 13460 0 -1 1077944384 53 13473 0 1 0 0 5 3 20 0 15 0 443572150 11113619456 187832 33554432000 4194304 4196468 140735779395168 140055320430304 140055862691541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16674816 140735779396335 140735779398853 140735779398853 140735779401679 0
[pid=13517/tid=13640] ppid=13512 vsize=10853144 memory=758512 CPUtime=0.08 cores=1,3,5,7
/proc/13517/task/13640/stat : 13640 (java) S 13512 13517 13460 0 -1 1077944384 6 13473 0 1 0 0 5 3 20 0 15 0 443572151 11113619456 187832 33554432000 4194304 4196468 140735779395168 140054722766080 140055862691541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16674816 140735779396335 140735779398853 140735779398853 140735779401679 0
[pid=13517/tid=13646] ppid=13512 vsize=10853144 memory=756460 CPUtime=0.08 cores=1,3,5,7
/proc/13517/task/13646/stat : 13646 (java) S 13512 13517 13460 0 -1 1077944384 3 13473 0 1 0 0 5 3 20 0 15 0 443572156 11113619456 187832 33554432000 4194304 4196468 140735779395168 140054415366608 140055862699931 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16674816 140735779396335 140735779398853 140735779398853 140735779401679 0
[pid=13517/tid=13647] ppid=13512 vsize=10853144 memory=755432 CPUtime=11.27 cores=1,3,5,7
/proc/13517/task/13647/stat : 13647 (java) S 13512 13517 13460 0 -1 1077944384 91025 13473 0 1 1108 11 5 3 20 0 15 0 443572156 11113619456 187832 33554432000 4194304 4196468 140735779395168 140055286872304 140055862692482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16674816 140735779396335 140735779398853 140735779398853 140735779401679 0
[pid=13517/tid=13648] ppid=13512 vsize=10853144 memory=753380 CPUtime=10.7 cores=1,3,5,7
/proc/13517/task/13648/stat : 13648 (java) S 13512 13517 13460 0 -1 1077944384 81439 13473 0 1 1052 10 5 3 20 0 15 0 443572156 11113619456 187832 33554432000 4194304 4196468 140735779395168 140055285819760 140055862692482 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16674816 140735779396335 140735779398853 140735779398853 140735779401679 0
[pid=13517/tid=13649] ppid=13512 vsize=10853144 memory=751840 CPUtime=5.43 cores=1,3,5,7
/proc/13517/task/13649/stat : 13649 (java) S 13512 13517 13460 0 -1 1077944384 77008 13473 0 1 523 12 5 3 20 0 15 0 443572156 11113619456 187832 33554432000 4194304 4196468 140735779395168 140055284766704 140055862692482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16674816 140735779396335 140735779398853 140735779398853 140735779401679 0
[pid=13517/tid=13650] ppid=13512 vsize=10853144 memory=776604 CPUtime=0.08 cores=1,3,5,7
/proc/13517/task/13650/stat : 13650 (java) S 13512 13517 13460 0 -1 1077944384 3 13473 0 1 0 0 5 3 20 0 15 0 443572156 11113619456 187832 33554432000 4194304 4196468 140735779395168 140054381807968 140055862691541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16674816 140735779396335 140735779398853 140735779398853 140735779401679 0
[pid=13517/tid=13652] ppid=13512 vsize=10853144 memory=701612 CPUtime=1.6 cores=1,3,5,7
/proc/13517/task/13652/stat : 13652 (java) S 13512 13517 13460 0 -1 1077944384 2544 13473 0 1 64 88 5 3 20 0 15 0 443572165 11113619456 187832 33554432000 4194304 4196468 140735779395168 140055283715120 140055862692482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16674816 140735779396335 140735779398853 140735779398853 140735779401679 0
Current children cumulated CPU time: 2516.3 s
Current children cumulated vsize: 10853144 KiB
Current children cumulated memory: 751328 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2446 s]*
/proc/loadavg: 2.63 1.91 1.84 3/227 13901
/proc/meminfo: memFree=22249924/32770624 swapFree=66941500/67108860
[pid=13517] ppid=13512 vsize=10853144 memory=750812 CPUtime=2520.11 cores=1,3,5,7
/proc/13517/stat : 13517 (java) S 13512 13517 13460 0 -1 1077944320 568341 13473 1 1 251569 434 5 3 20 0 15 0 443572044 11113619456 187703 33554432000 4194304 4196468 140735779395168 140735779377712 140055862681335 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 4 0 0 6293624 6294260 16674816 140735779396335 140735779398853 140735779398853 140735779401679 0
/proc/13517/statm: 2713286 187703 3640 1 0 2675341 0
[pid=13517/tid=13626] ppid=13512 vsize=10853144 memory=1398720917958146503 CPUtime=2419.02 cores=1,3,5,7
/proc/13517/task/13626/stat : 13626 (java) R 13512 13517 13460 0 -1 4202560 172327 13473 0 1 241819 75 5 3 20 0 15 0 443572147 11113619456 187703 33554432000 4194304 4196468 140735779395168 140055834516528 140055485976263 0 4 0 16800975 0 0 0 -1 5 0 0 25 0 0 6293624 6294260 16674816 140735779396335 140735779398853 140735779398853 140735779401679 0
[pid=13517/tid=13631] ppid=13512 vsize=10853144 memory=4872558044660077418 CPUtime=16.39 cores=1,3,5,7
/proc/13517/task/13631/stat : 13631 (java) S 13512 13517 13460 0 -1 1077944384 36986 13473 0 1 1582 49 5 3 20 0 15 0 443572149 11113619456 187703 33554432000 4194304 4196468 140735779395168 140055866923536 140055862691541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16674816 140735779396335 140735779398853 140735779398853 140735779401679 0
[pid=13517/tid=13632] ppid=13512 vsize=10853144 memory=12040 CPUtime=16.43 cores=1,3,5,7
/proc/13517/task/13632/stat : 13632 (java) S 13512 13517 13460 0 -1 1077944384 25972 13473 0 1 1582 53 5 3 20 0 15 0 443572149 11113619456 187703 33554432000 4194304 4196468 140735779395168 140055436257936 140055862691541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16674816 140735779396335 140735779398853 140735779398853 140735779401679 0
[pid=13517/tid=13633] ppid=13512 vsize=10853144 memory=27668 CPUtime=16.44 cores=1,3,5,7
/proc/13517/task/13633/stat : 13633 (java) S 13512 13517 13460 0 -1 1077944384 29029 13473 0 1 1583 53 5 3 20 0 15 0 443572149 11113619456 187703 33554432000 4194304 4196468 140735779395168 140055435204880 140055862691541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16674816 140735779396335 140735779398853 140735779398853 140735779401679 0
[pid=13517/tid=13634] ppid=13512 vsize=10853144 memory=1556 CPUtime=16.43 cores=1,3,5,7
/proc/13517/task/13634/stat : 13634 (java) S 13512 13517 13460 0 -1 1077944384 28498 13473 0 1 1584 51 5 3 20 0 15 0 443572149 11113619456 187703 33554432000 4194304 4196468 140735779395168 140055434152336 140055862691541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16674816 140735779396335 140735779398853 140735779398853 140735779401679 0
[pid=13517/tid=13638] ppid=13512 vsize=10853144 memory=532 CPUtime=7 cores=1,3,5,7
/proc/13517/task/13638/stat : 13638 (java) S 13512 13517 13460 0 -1 1077944384 21238 13473 0 1 622 70 5 3 20 0 15 0 443572150 11113619456 187703 33554432000 4194304 4196468 140735779395168 140055321484016 140055862692482 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16674816 140735779396335 140735779398853 140735779398853 140735779401679 0
[pid=13517/tid=13639] ppid=13512 vsize=10853144 memory=928 CPUtime=0.08 cores=1,3,5,7
/proc/13517/task/13639/stat : 13639 (java) S 13512 13517 13460 0 -1 1077944384 53 13473 0 1 0 0 5 3 20 0 15 0 443572150 11113619456 187703 33554432000 4194304 4196468 140735779395168 140055320430304 140055862691541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16674816 140735779396335 140735779398853 140735779398853 140735779401679 0
[pid=13517/tid=13640] ppid=13512 vsize=10853144 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/13517/task/13640/stat : 13640 (java) S 13512 13517 13460 0 -1 1077944384 6 13473 0 1 0 0 5 3 20 0 15 0 443572151 11113619456 187703 33554432000 4194304 4196468 140735779395168 140054722766080 140055862691541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16674816 140735779396335 140735779398853 140735779398853 140735779401679 0
[pid=13517/tid=13646] ppid=13512 vsize=10853144 memory=1976 CPUtime=0.08 cores=1,3,5,7
/proc/13517/task/13646/stat : 13646 (java) S 13512 13517 13460 0 -1 1077944384 3 13473 0 1 0 0 5 3 20 0 15 0 443572156 11113619456 187703 33554432000 4194304 4196468 140735779395168 140054415366608 140055862699931 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16674816 140735779396335 140735779398853 140735779398853 140735779401679 0
[pid=13517/tid=13647] ppid=13512 vsize=10853144 memory=2432 CPUtime=11.27 cores=1,3,5,7
/proc/13517/task/13647/stat : 13647 (java) S 13512 13517 13460 0 -1 1077944384 91025 13473 0 1 1108 11 5 3 20 0 15 0 443572156 11113619456 187703 33554432000 4194304 4196468 140735779395168 140055286872304 140055862692482 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16674816 140735779396335 140735779398853 140735779398853 140735779401679 0
[pid=13517/tid=13648] ppid=13512 vsize=10853144 memory=1436 CPUtime=10.7 cores=1,3,5,7
/proc/13517/task/13648/stat : 13648 (java) S 13512 13517 13460 0 -1 1077944384 81439 13473 0 1 1052 10 5 3 20 0 15 0 443572156 11113619456 187703 33554432000 4194304 4196468 140735779395168 140055285819760 140055862692482 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16674816 140735779396335 140735779398853 140735779398853 140735779401679 0
[pid=13517/tid=13649] ppid=13512 vsize=10853144 memory=804 CPUtime=5.43 cores=1,3,5,7
/proc/13517/task/13649/stat : 13649 (java) S 13512 13517 13460 0 -1 1077944384 77008 13473 0 1 523 12 5 3 20 0 15 0 443572156 11113619456 187703 33554432000 4194304 4196468 140735779395168 140055284766704 140055862692482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16674816 140735779396335 140735779398853 140735779398853 140735779401679 0
[pid=13517/tid=13650] ppid=13512 vsize=10853144 memory=751836 CPUtime=0.08 cores=1,3,5,7
/proc/13517/task/13650/stat : 13650 (java) S 13512 13517 13460 0 -1 1077944384 3 13473 0 1 0 0 5 3 20 0 15 0 443572156 11113619456 187703 33554432000 4194304 4196468 140735779395168 140054381807968 140055862691541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16674816 140735779396335 140735779398853 140735779398853 140735779401679 0
[pid=13517/tid=13652] ppid=13512 vsize=10853144 memory=751836 CPUtime=1.6 cores=1,3,5,7
/proc/13517/task/13652/stat : 13652 (java) S 13512 13517 13460 0 -1 1077944384 2546 13473 0 1 64 88 5 3 20 0 15 0 443572165 11113619456 187703 33554432000 4194304 4196468 140735779395168 140055283715120 140055862692482 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16674816 140735779396335 140735779398853 140735779398853 140735779401679 0
Current children cumulated CPU time: 2520.11 s
Current children cumulated vsize: 10853144 KiB
Current children cumulated memory: 750812 KiB

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

[startup+2446.04 s]
# the end of solver process 13517 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.77 s, system=4.39316 s

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

Child status: 143
Real time (s): 2446.04
CPU time (s): 2520.16
CPU user time (s): 2515.77
CPU system time (s): 4.39316
CPU usage (%): 103.03
Max. virtual memory (cumulated for all children) (KiB): 10933144
Max. memory (cumulated for all children) (KiB): 2256188

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.77
system time used= 4.39316
maximum resident set size= 2260272
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 585665
page faults= 2
swaps= 0
block input operations= 17864
block output operations= 3136
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 196012
involuntary context switches= 8943


# summary of solver processes directly reported to runsolver:
#   pid: 13517
#   total CPU time (s): 2520.16
#   total CPU user time (s): 2515.77
#   total CPU system time (s): 4.39316

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.2452 second user time and 23.5602 second system time

The end

Launcher Data

Begin job on node149 at 2019-09-17 00:34:53
IDJOB=4401199
IDBENCH=115801
IDSOLVER=2857
FILE ID=node149/4401199-1568673331
RUNJOBID= node149-1568673293-13492
PBS_JOBID= 21703773
Free space on /tmp= 61420 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Scheduling/Scheduling-os-taillard/Taillard-os-15-15-5.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4401199-1568673331/watcher-4401199-1568673331 -o /tmp/evaluation-result-4401199-1568673331/solver-4401199-1568673331 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1568673293-13492 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1889038206 HOME/instance-4401199-1568673331.xml

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

MD5SUM BENCH= 8b9c4e6e7c9e88d5c00f06b3f0219a0c
RANDOM SEED=1889038206

node149.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.81
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.81
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.81
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.81
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:        26824992 kB
MemAvailable:   31847480 kB
Buffers:           86848 kB
Cached:          5238152 kB
SwapCached:        61092 kB
Active:          2414024 kB
Inactive:        2971956 kB
Active(anon):       3428 kB
Inactive(anon):   106188 kB
Active(file):    2410596 kB
Inactive(file):  2865768 kB
Unevictable:      111228 kB
Mlocked:          111228 kB
SwapTotal:      67108860 kB
SwapFree:       66941500 kB
Dirty:             70948 kB
Writeback:             0 kB
AnonPages:        112572 kB
Mapped:            48068 kB
Shmem:             39956 kB
Slab:             153244 kB
SReclaimable:     123920 kB
SUnreclaim:        29324 kB
KernelStack:        3392 kB
PageTables:         5492 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     510252 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      144768 kB
DirectMap2M:    33400832 kB

Free space on /tmp at the end= 61352 MiB
End job on node149 at 2019-09-17 01:15:42