Trace number 4401450

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) 2400.11 2367.64

General information on the benchmark

NameBinPacking/
BinPacking-tab-fu/BinPacking-tab-fu0120-04.xml
MD5SUM2e923e7e276bbb1d78c8186edf745710
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark18
Best CPU time to get the best result obtained on this benchmark2400.07
Satisfiable
(Un)Satisfiability was proved
Number of variables477
Number of constraints71
Number of domains2
Minimum domain size63
Maximum domain size69
Distribution of domain sizes[{"size":63,"count":476},{"size":69,"count":1}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":408},{"degree":4,"count":68}]
Minimum constraint arity7
Maximum constraint arity476
Distribution of constraint arities[{"arity":7,"count":68},{"arity":69,"count":1},{"arity":476,"count":2}]
Number of extensional constraints68
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":68},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4401450-1568687802/watcher-4401450-1568687802 -o /tmp/evaluation-result-4401450-1568687802/solver-4401450-1568687802 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node106-1568669653-20874 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=1799525532 HOME/instance-4401450-1568687802.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=24512, runsolver pid=24509

[startup+0.100121 s]*
/proc/loadavg: 1.17 1.26 1.35 3/218 24569
/proc/meminfo: memFree=29424496/32770624 swapFree=67000000/67108860
[pid=24512] ppid=24509 vsize=9972712 memory=17080 CPUtime=0.08 cores=1,3,5,7
/proc/24512/stat : 24512 (java) S 24509 24512 20842 0 -1 1077944320 4520 13291 0 0 1 0 4 3 20 0 6 0 445034676 10212057088 4270 33554432000 4194304 4196468 140729830079280 140729830061824 140649481948919 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
/proc/24512/statm: 2493178 4270 1935 1 0 2481616 0
[pid=24512/tid=24565] ppid=24509 vsize=9972712 memory=720575944405811505 CPUtime=0.08 cores=1,3,5,7
/proc/24512/task/24565/stat : 24565 (java) R 24509 24512 20842 0 -1 4202560 2319 13291 0 0 1 0 4 3 20 0 6 0 445034685 10212057088 4270 33554432000 4194304 4196468 140729830079280 140649453785680 140649467004976 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
[pid=24512/tid=24566] ppid=24509 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24512/task/24566/stat : 24566 (java) S 24509 24512 20842 0 -1 1077944384 2 13291 0 0 0 0 4 3 20 0 6 0 445034686 10212057088 4270 33554432000 4194304 4196468 140729830079280 140649486191760 140649481959125 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
[pid=24512/tid=24567] ppid=24509 vsize=9972712 memory=4049493963506792096 CPUtime=0.07 cores=1,3,5,7
/proc/24512/task/24567/stat : 24567 (java) S 24509 24512 20842 0 -1 1077944384 1 13291 0 0 0 0 4 3 20 0 6 0 445034686 10212057088 4270 33554432000 4194304 4196468 140729830079280 140649055644688 140649481959125 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
[pid=24512/tid=24568] ppid=24509 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24512/task/24568/stat : 24568 (java) S 24509 24512 20842 0 -1 1077944384 2 13291 0 0 0 0 4 3 20 0 6 0 445034686 10212057088 4270 33554432000 4194304 4196468 140729830079280 140649054591888 140649481959125 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
[pid=24512/tid=24569] ppid=24509 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24512/task/24569/stat : 24569 (java) S 24509 24512 20842 0 -1 1077944384 2 13291 0 0 0 0 4 3 20 0 6 0 445034686 10212057088 4270 33554432000 4194304 4196468 140729830079280 140649053539088 140649481959125 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17080 KiB

[startup+0.217398 s]*
/proc/loadavg: 1.17 1.26 1.35 4/227 24578
/proc/meminfo: memFree=29401480/32770624 swapFree=67000000/67108860
[pid=24512] ppid=24509 vsize=10821220 memory=45684 CPUtime=0.27 cores=1,3,5,7
/proc/24512/stat : 24512 (java) S 24509 24512 20842 0 -1 1077944320 9570 13291 0 0 18 2 4 3 20 0 15 0 445034676 11080929280 11421 33554432000 4194304 4196468 140729830079280 140729830061824 140649481948919 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
/proc/24512/statm: 2705305 11421 3298 1 0 2667405 0
[pid=24512/tid=24565] ppid=24509 vsize=10821220 memory=729618466009055537 CPUtime=0.19 cores=1,3,5,7
/proc/24512/task/24565/stat : 24565 (java) R 24509 24512 20842 0 -1 4202560 6039 13291 0 0 10 2 4 3 20 0 15 0 445034685 11080929280 11421 33554432000 4194304 4196468 140729830079280 140649453761280 140649474628637 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
[pid=24512/tid=24566] ppid=24509 vsize=10821220 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24512/task/24566/stat : 24566 (java) S 24509 24512 20842 0 -1 1077944384 2 13291 0 0 0 0 4 3 20 0 15 0 445034686 11080929280 11421 33554432000 4194304 4196468 140729830079280 140649486191760 140649481959125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
[pid=24512/tid=24567] ppid=24509 vsize=10821220 memory=4049493963506792096 CPUtime=0.07 cores=1,3,5,7
/proc/24512/task/24567/stat : 24567 (java) S 24509 24512 20842 0 -1 1077944384 1 13291 0 0 0 0 4 3 20 0 15 0 445034686 11080929280 11421 33554432000 4194304 4196468 140729830079280 140649055644688 140649481959125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
[pid=24512/tid=24568] ppid=24509 vsize=10821220 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24512/task/24568/stat : 24568 (java) S 24509 24512 20842 0 -1 1077944384 2 13291 0 0 0 0 4 3 20 0 15 0 445034686 11080929280 11421 33554432000 4194304 4196468 140729830079280 140649054591888 140649481959125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
[pid=24512/tid=24569] ppid=24509 vsize=10821220 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24512/task/24569/stat : 24569 (java) S 24509 24512 20842 0 -1 1077944384 2 13291 0 0 0 0 4 3 20 0 15 0 445034686 11080929280 11421 33554432000 4194304 4196468 140729830079280 140649053539088 140649481959125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
[pid=24512/tid=24570] ppid=24509 vsize=10821220 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24512/task/24570/stat : 24570 (java) S 24509 24512 20842 0 -1 1077944384 2 13291 0 0 0 0 4 3 20 0 15 0 445034687 11080929280 11421 33554432000 4194304 4196468 140729830079280 140648941472112 140649481960066 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
[pid=24512/tid=24571] ppid=24509 vsize=10821220 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/24512/task/24571/stat : 24571 (java) S 24509 24512 20842 0 -1 1077944384 33 13291 0 0 0 0 4 3 20 0 15 0 445034687 11080929280 11421 33554432000 4194304 4196468 140729830079280 140648940418080 140649481959125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
[pid=24512/tid=24572] ppid=24509 vsize=10821220 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24512/task/24572/stat : 24572 (java) S 24509 24512 20842 0 -1 1077944384 1 13291 0 0 0 0 4 3 20 0 15 0 445034688 11080929280 11421 33554432000 4194304 4196468 140729830079280 140648367776624 140649481959125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
[pid=24512/tid=24573] ppid=24509 vsize=10821220 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24512/task/24573/stat : 24573 (java) S 24509 24512 20842 0 -1 1077944384 3 13291 0 0 0 0 4 3 20 0 15 0 445034690 11080929280 11421 33554432000 4194304 4196468 140729830079280 140648060376912 140649481967515 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
[pid=24512/tid=24574] ppid=24509 vsize=10821220 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24512/task/24574/stat : 24574 (java) S 24509 24512 20842 0 -1 1077944384 465 13291 0 0 1 0 4 3 20 0 15 0 445034690 11080929280 11421 33554432000 4194304 4196468 140729830079280 140648906861424 140649481960066 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
[pid=24512/tid=24575] ppid=24509 vsize=10821220 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/24512/task/24575/stat : 24575 (java) S 24509 24512 20842 0 -1 1077944384 193 13291 0 0 1 0 4 3 20 0 15 0 445034690 11080929280 11421 33554432000 4194304 4196468 140729830079280 140648905808624 140649481960066 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
[pid=24512/tid=24576] ppid=24509 vsize=10821220 memory=139757378418304 CPUtime=0.1 cores=1,3,5,7
/proc/24512/task/24576/stat : 24576 (java) S 24509 24512 20842 0 -1 1077944384 613 13291 0 0 3 0 4 3 20 0 15 0 445034690 11080929280 11421 33554432000 4194304 4196468 140729830079280 140648448518768 140649481960066 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
[pid=24512/tid=24577] ppid=24509 vsize=10821220 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/24512/task/24577/stat : 24577 (java) S 24509 24512 20842 0 -1 1077944384 3 13291 0 0 0 0 4 3 20 0 15 0 445034691 11080929280 11421 33554432000 4194304 4196468 140729830079280 140648026819296 140649481959125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
[pid=24512/tid=24578] ppid=24509 vsize=10821220 memory=139757378418304 CPUtime=0.07 cores=1,3,5,7
/proc/24512/task/24578/stat : 24578 (java) S 24509 24512 20842 0 -1 1077944384 1 13291 0 0 0 0 4 3 20 0 15 0 445034691 11080929280 11421 33554432000 4194304 4196468 140729830079280 140648447466160 140649481960066 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10821220 KiB
Current children cumulated memory: 45684 KiB

[startup+0.311437 s]*
/proc/loadavg: 1.17 1.26 1.35 4/227 24578
/proc/meminfo: memFree=29392808/32770624 swapFree=67000000/67108860
[pid=24512] ppid=24509 vsize=10820196 memory=50268 CPUtime=0.4 cores=1,3,5,7
/proc/24512/stat : 24512 (java) S 24509 24512 20842 0 -1 1077944320 10829 13291 0 0 29 4 4 3 20 0 15 0 445034676 11079880704 12567 33554432000 4194304 4196468 140729830079280 140729830061824 140649481948919 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
/proc/24512/statm: 2705049 12567 3308 1 0 2667149 0
[pid=24512/tid=24565] ppid=24509 vsize=10820196 memory=8317482817917895235 CPUtime=0.29 cores=1,3,5,7
/proc/24512/task/24565/stat : 24565 (java) R 24509 24512 20842 0 -1 4202560 7289 13291 0 0 19 3 4 3 20 0 15 0 445034685 11079880704 12567 33554432000 4194304 4196468 140729830079280 140649453765384 140649466029406 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
[pid=24512/tid=24566] ppid=24509 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24512/task/24566/stat : 24566 (java) S 24509 24512 20842 0 -1 1077944384 2 13291 0 0 0 0 4 3 20 0 15 0 445034686 11079880704 12567 33554432000 4194304 4196468 140729830079280 140649486191760 140649481959125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
[pid=24512/tid=24567] ppid=24509 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24512/task/24567/stat : 24567 (java) S 24509 24512 20842 0 -1 1077944384 1 13291 0 0 0 0 4 3 20 0 15 0 445034686 11079880704 12567 33554432000 4194304 4196468 140729830079280 140649055644688 140649481959125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
[pid=24512/tid=24568] ppid=24509 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24512/task/24568/stat : 24568 (java) S 24509 24512 20842 0 -1 1077944384 2 13291 0 0 0 0 4 3 20 0 15 0 445034686 11079880704 12567 33554432000 4194304 4196468 140729830079280 140649054591888 140649481959125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
[pid=24512/tid=24569] ppid=24509 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/24512/task/24569/stat : 24569 (java) S 24509 24512 20842 0 -1 1077944384 2 13291 0 0 0 0 4 3 20 0 15 0 445034686 11079880704 12567 33554432000 4194304 4196468 140729830079280 140649053539088 140649481959125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
[pid=24512/tid=24570] ppid=24509 vsize=10820196 memory=139757378418303 CPUtime=0.07 cores=1,3,5,7
/proc/24512/task/24570/stat : 24570 (java) S 24509 24512 20842 0 -1 1077944384 2 13291 0 0 0 0 4 3 20 0 15 0 445034687 11079880704 12567 33554432000 4194304 4196468 140729830079280 140648941472112 140649481960066 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
[pid=24512/tid=24571] ppid=24509 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/24512/task/24571/stat : 24571 (java) S 24509 24512 20842 0 -1 1077944384 33 13291 0 0 0 0 4 3 20 0 15 0 445034687 11079880704 12567 33554432000 4194304 4196468 140729830079280 140648940418080 140649481959125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
[pid=24512/tid=24572] ppid=24509 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24512/task/24572/stat : 24572 (java) S 24509 24512 20842 0 -1 1077944384 1 13291 0 0 0 0 4 3 20 0 15 0 445034688 11079880704 12567 33554432000 4194304 4196468 140729830079280 140648367776624 140649481959125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
[pid=24512/tid=24573] ppid=24509 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24512/task/24573/stat : 24573 (java) S 24509 24512 20842 0 -1 1077944384 3 13291 0 0 0 0 4 3 20 0 15 0 445034690 11079880704 12567 33554432000 4194304 4196468 140729830079280 140648060376912 140649481967515 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
[pid=24512/tid=24574] ppid=24509 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/24512/task/24574/stat : 24574 (java) S 24509 24512 20842 0 -1 1077944384 467 13291 0 0 2 0 4 3 20 0 15 0 445034690 11079880704 12567 33554432000 4194304 4196468 140729830079280 140648906861424 140649481960066 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
[pid=24512/tid=24575] ppid=24509 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/24512/task/24575/stat : 24575 (java) S 24509 24512 20842 0 -1 1077944384 193 13291 0 0 1 0 4 3 20 0 15 0 445034690 11079880704 12567 33554432000 4194304 4196468 140729830079280 140648905808624 140649481960066 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
[pid=24512/tid=24576] ppid=24509 vsize=10820196 memory=139757378418304 CPUtime=0.12 cores=1,3,5,7
/proc/24512/task/24576/stat : 24576 (java) R 24509 24512 20842 0 -1 4202560 621 13291 0 0 5 0 4 3 20 0 15 0 445034690 11079880704 12567 33554432000 4194304 4196468 140729830079280 140648448518768 140649481960854 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
[pid=24512/tid=24577] ppid=24509 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/24512/task/24577/stat : 24577 (java) S 24509 24512 20842 0 -1 1077944384 3 13291 0 0 0 0 4 3 20 0 15 0 445034691 11079880704 12567 33554432000 4194304 4196468 140729830079280 140648026819296 140649481959125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
[pid=24512/tid=24578] ppid=24509 vsize=10820196 memory=139757378418304 CPUtime=0.07 cores=1,3,5,7
/proc/24512/task/24578/stat : 24578 (java) S 24509 24512 20842 0 -1 1077944384 1 13291 0 0 0 0 4 3 20 0 15 0 445034691 11079880704 12567 33554432000 4194304 4196468 140729830079280 140648447466160 140649481960066 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 50268 KiB

[startup+0.703758 s]
/proc/loadavg: 1.17 1.26 1.35 3/227 24578
/proc/meminfo: memFree=29377040/32770624 swapFree=67000000/67108860
[pid=24512] ppid=24509 vsize=10824364 memory=83572 CPUtime=1.12 cores=1,3,5,7
/proc/24512/stat : 24512 (java) S 24509 24512 20842 0 -1 1077944320 15150 13291 0 0 99 6 4 3 20 0 15 0 445034676 11084148736 20893 33554432000 4194304 4196468 140729830079280 140729830061824 140649481948919 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
/proc/24512/statm: 2706091 20893 3507 1 0 2668173 0
[pid=24512/tid=24565] ppid=24509 vsize=10824364 memory=7810487918915055718 CPUtime=0.66 cores=1,3,5,7
/proc/24512/task/24565/stat : 24565 (java) R 24509 24512 20842 0 -1 4202560 10452 13291 0 0 55 4 4 3 20 0 15 0 445034685 11084148736 20893 33554432000 4194304 4196468 140729830079280 140649453776080 140649481970845 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
[pid=24512/tid=24566] ppid=24509 vsize=10824364 memory=1380 CPUtime=0.07 cores=1,3,5,7
/proc/24512/task/24566/stat : 24566 (java) S 24509 24512 20842 0 -1 1077944384 2 13291 0 0 0 0 4 3 20 0 15 0 445034686 11084148736 20893 33554432000 4194304 4196468 140729830079280 140649486191760 140649481959125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
[pid=24512/tid=24567] ppid=24509 vsize=10824364 memory=1128 CPUtime=0.07 cores=1,3,5,7
/proc/24512/task/24567/stat : 24567 (java) S 24509 24512 20842 0 -1 1077944384 1 13291 0 0 0 0 4 3 20 0 15 0 445034686 11084148736 20893 33554432000 4194304 4196468 140729830079280 140649055644688 140649481959125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
[pid=24512/tid=24568] ppid=24509 vsize=10824364 memory=4580 CPUtime=0.07 cores=1,3,5,7
/proc/24512/task/24568/stat : 24568 (java) S 24509 24512 20842 0 -1 1077944384 2 13291 0 0 0 0 4 3 20 0 15 0 445034686 11084148736 20893 33554432000 4194304 4196468 140729830079280 140649054591888 140649481959125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
[pid=24512/tid=24569] ppid=24509 vsize=10824364 memory=289984038 CPUtime=0.07 cores=1,3,5,7
/proc/24512/task/24569/stat : 24569 (java) S 24509 24512 20842 0 -1 1077944384 2 13291 0 0 0 0 4 3 20 0 15 0 445034686 11084148736 20893 33554432000 4194304 4196468 140729830079280 140649053539088 140649481959125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
[pid=24512/tid=24570] ppid=24509 vsize=10824364 memory=2372 CPUtime=0.07 cores=1,3,5,7
/proc/24512/task/24570/stat : 24570 (java) S 24509 24512 20842 0 -1 1077944384 5 13291 0 0 0 0 4 3 20 0 15 0 445034687 11084148736 20893 33554432000 4194304 4196468 140729830079280 140648941472112 140649481960066 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
[pid=24512/tid=24571] ppid=24509 vsize=10824364 memory=2670033 CPUtime=0.07 cores=1,3,5,7
/proc/24512/task/24571/stat : 24571 (java) S 24509 24512 20842 0 -1 1077944384 33 13291 0 0 0 0 4 3 20 0 15 0 445034687 11084148736 20893 33554432000 4194304 4196468 140729830079280 140648940418080 140649481959125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
[pid=24512/tid=24572] ppid=24509 vsize=10824364 memory=2671444 CPUtime=0.07 cores=1,3,5,7
/proc/24512/task/24572/stat : 24572 (java) S 24509 24512 20842 0 -1 1077944384 1 13291 0 0 0 0 4 3 20 0 15 0 445034688 11084148736 20893 33554432000 4194304 4196468 140729830079280 140648367776624 140649481959125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
[pid=24512/tid=24573] ppid=24509 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24512/task/24573/stat : 24573 (java) S 24509 24512 20842 0 -1 1077944384 3 13291 0 0 0 0 4 3 20 0 15 0 445034690 11084148736 20893 33554432000 4194304 4196468 140729830079280 140648060376912 140649481967515 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
[pid=24512/tid=24574] ppid=24509 vsize=10824364 memory=11124 CPUtime=0.19 cores=1,3,5,7
/proc/24512/task/24574/stat : 24574 (java) R 24509 24512 20842 0 -1 4202560 890 13291 0 0 12 0 4 3 20 0 15 0 445034690 11084148736 20893 33554432000 4194304 4196468 140729830079280 140648906842672 140649462650189 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
[pid=24512/tid=24575] ppid=24509 vsize=10824364 memory=139757378417217 CPUtime=0.2 cores=1,3,5,7
/proc/24512/task/24575/stat : 24575 (java) R 24509 24512 20842 0 -1 4202560 690 13291 0 0 13 0 4 3 20 0 15 0 445034690 11084148736 20893 33554432000 4194304 4196468 140729830079280 140648905808624 140649463466624 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
[pid=24512/tid=24576] ppid=24509 vsize=10824364 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/24512/task/24576/stat : 24576 (java) R 24509 24512 20842 0 -1 4202560 855 13291 0 0 17 0 4 3 20 0 15 0 445034690 11084148736 20893 33554432000 4194304 4196468 140729830079280 140648448518768 140649481970266 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
[pid=24512/tid=24577] ppid=24509 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24512/task/24577/stat : 24577 (java) S 24509 24512 20842 0 -1 1077944384 3 13291 0 0 0 0 4 3 20 0 15 0 445034691 11084148736 20893 33554432000 4194304 4196468 140729830079280 140648026819296 140649481959125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
[pid=24512/tid=24578] ppid=24509 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/24512/task/24578/stat : 24578 (java) S 24509 24512 20842 0 -1 1077944384 1 13291 0 0 0 0 4 3 20 0 15 0 445034691 11084148736 20893 33554432000 4194304 4196468 140729830079280 140648447466160 140649481960066 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 83572 KiB

[startup+1.50074 s]
/proc/loadavg: 1.17 1.26 1.35 6/227 24578
/proc/meminfo: memFree=29297544/32770624 swapFree=67000000/67108860
[pid=24512] ppid=24509 vsize=10832632 memory=236148 CPUtime=2.8 cores=1,3,5,7
/proc/24512/stat : 24512 (java) S 24509 24512 20842 0 -1 1077944320 21836 13291 0 0 261 12 4 3 20 0 15 0 445034676 11092615168 59037 33554432000 4194304 4196468 140729830079280 140729830061824 140649481948919 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
/proc/24512/statm: 2708158 59037 3581 1 0 2670221 0
[pid=24512/tid=24565] ppid=24509 vsize=10832632 memory=0 CPUtime=1.42 cores=1,3,5,7
/proc/24512/task/24565/stat : 24565 (java) R 24509 24512 20842 0 -1 4202560 15175 13291 0 0 128 7 4 3 20 0 15 0 445034685 11092615168 59037 33554432000 4194304 4196468 140729830079280 140649453776672 140649466029406 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
[pid=24512/tid=24566] ppid=24509 vsize=10832632 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24512/task/24566/stat : 24566 (java) S 24509 24512 20842 0 -1 1077944384 59 13291 0 0 1 0 4 3 20 0 15 0 445034686 11092615168 59037 33554432000 4194304 4196468 140729830079280 140649486191760 140649481959125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
[pid=24512/tid=24567] ppid=24509 vsize=10832632 memory=33 CPUtime=0.08 cores=1,3,5,7
/proc/24512/task/24567/stat : 24567 (java) S 24509 24512 20842 0 -1 1077944384 51 13291 0 0 1 0 4 3 20 0 15 0 445034686 11092615168 59037 33554432000 4194304 4196468 140729830079280 140649055644688 140649481959125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
[pid=24512/tid=24568] ppid=24509 vsize=10832632 memory=301793952414302491 CPUtime=0.08 cores=1,3,5,7
/proc/24512/task/24568/stat : 24568 (java) S 24509 24512 20842 0 -1 1077944384 315 13291 0 0 1 0 4 3 20 0 15 0 445034686 11092615168 59037 33554432000 4194304 4196468 140729830079280 140649054591888 140649481959125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
[pid=24512/tid=24569] ppid=24509 vsize=10832632 memory=288287762166318263 CPUtime=0.08 cores=1,3,5,7
/proc/24512/task/24569/stat : 24569 (java) S 24509 24512 20842 0 -1 1077944384 54 13291 0 0 1 0 4 3 20 0 15 0 445034686 11092615168 59037 33554432000 4194304 4196468 140729830079280 140649053539088 140649481959125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
[pid=24512/tid=24570] ppid=24509 vsize=10832632 memory=6944656575208382560 CPUtime=0.08 cores=1,3,5,7
/proc/24512/task/24570/stat : 24570 (java) S 24509 24512 20842 0 -1 1077944384 151 13291 0 0 1 0 4 3 20 0 15 0 445034687 11092615168 59037 33554432000 4194304 4196468 140729830079280 140648941472112 140649481960066 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
[pid=24512/tid=24571] ppid=24509 vsize=10832632 memory=1380 CPUtime=0.07 cores=1,3,5,7
/proc/24512/task/24571/stat : 24571 (java) S 24509 24512 20842 0 -1 1077944384 33 13291 0 0 0 0 4 3 20 0 15 0 445034687 11092615168 59037 33554432000 4194304 4196468 140729830079280 140648940418080 140649481959125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
[pid=24512/tid=24572] ppid=24509 vsize=10832632 memory=1128 CPUtime=0.07 cores=1,3,5,7
/proc/24512/task/24572/stat : 24572 (java) S 24509 24512 20842 0 -1 1077944384 2 13291 0 0 0 0 4 3 20 0 15 0 445034688 11092615168 59037 33554432000 4194304 4196468 140729830079280 140648367776624 140649481959125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
[pid=24512/tid=24573] ppid=24509 vsize=10832632 memory=4580 CPUtime=0.07 cores=1,3,5,7
/proc/24512/task/24573/stat : 24573 (java) S 24509 24512 20842 0 -1 1077944384 3 13291 0 0 0 0 4 3 20 0 15 0 445034690 11092615168 59037 33554432000 4194304 4196468 140729830079280 140648060376912 140649481967515 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
[pid=24512/tid=24574] ppid=24509 vsize=10832632 memory=0 CPUtime=0.49 cores=1,3,5,7
/proc/24512/task/24574/stat : 24574 (java) S 24509 24512 20842 0 -1 1077944384 1388 13291 0 0 42 0 4 3 20 0 15 0 445034690 11092615168 59037 33554432000 4194304 4196468 140729830079280 140648906861424 140649481960066 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
[pid=24512/tid=24575] ppid=24509 vsize=10832632 memory=0 CPUtime=0.51 cores=1,3,5,7
/proc/24512/task/24575/stat : 24575 (java) S 24509 24512 20842 0 -1 1077944384 1037 13291 0 0 44 0 4 3 20 0 15 0 445034690 11092615168 59037 33554432000 4194304 4196468 140729830079280 140648905808624 140649481960066 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
[pid=24512/tid=24576] ppid=24509 vsize=10832632 memory=0 CPUtime=0.44 cores=1,3,5,7
/proc/24512/task/24576/stat : 24576 (java) S 24509 24512 20842 0 -1 1077944384 1356 13291 0 0 37 0 4 3 20 0 15 0 445034690 11092615168 59037 33554432000 4194304 4196468 140729830079280 140648448518768 140649481960066 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
[pid=24512/tid=24577] ppid=24509 vsize=10832632 memory=-6520471753822164382 CPUtime=0.07 cores=1,3,5,7
/proc/24512/task/24577/stat : 24577 (java) S 24509 24512 20842 0 -1 1077944384 3 13291 0 0 0 0 4 3 20 0 15 0 445034691 11092615168 59037 33554432000 4194304 4196468 140729830079280 140648026819296 140649481959125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
[pid=24512/tid=24578] ppid=24509 vsize=10832632 memory=8514701219730522529 CPUtime=0.07 cores=1,3,5,7
/proc/24512/task/24578/stat : 24578 (java) S 24509 24512 20842 0 -1 1077944384 1 13291 0 0 0 0 4 3 20 0 15 0 445034691 11092615168 59037 33554432000 4194304 4196468 140729830079280 140648447466160 140649481960066 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
Current children cumulated CPU time: 2.8 s
Current children cumulated vsize: 10832632 KiB

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

/proc/24512/task/24565/stat : 24565 (java) R 24509 24512 20842 0 -1 4202560 60724 13291 0 0 218824 37 4 3 20 0 15 0 445034685 11107315712 156937 33554432000 4194304 4196468 140729830079280 140649453784160 140649065076755 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
[pid=24512/tid=24566] ppid=24509 vsize=10846988 memory=627748 CPUtime=6.38 cores=1,3,5,7
/proc/24512/task/24566/stat : 24566 (java) S 24509 24512 20842 0 -1 1077944384 8812 13291 0 0 596 35 4 3 20 0 15 0 445034686 11107315712 156937 33554432000 4194304 4196468 140729830079280 140649486191760 140649481959125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
[pid=24512/tid=24567] ppid=24509 vsize=10846988 memory=0 CPUtime=6.37 cores=1,3,5,7
/proc/24512/task/24567/stat : 24567 (java) S 24509 24512 20842 0 -1 1077944384 9305 13291 0 0 594 36 4 3 20 0 15 0 445034686 11107315712 156937 33554432000 4194304 4196468 140729830079280 140649055644688 140649481959125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
[pid=24512/tid=24568] ppid=24509 vsize=10846988 memory=627748 CPUtime=6.38 cores=1,3,5,7
/proc/24512/task/24568/stat : 24568 (java) S 24509 24512 20842 0 -1 1077944384 10564 13291 0 0 598 33 4 3 20 0 15 0 445034686 11107315712 156937 33554432000 4194304 4196468 140729830079280 140649054591888 140649481959125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
[pid=24512/tid=24569] ppid=24509 vsize=10846988 memory=4104 CPUtime=6.35 cores=1,3,5,7
/proc/24512/task/24569/stat : 24569 (java) S 24509 24512 20842 0 -1 1077944384 8601 13291 0 0 595 33 4 3 20 0 15 0 445034686 11107315712 156937 33554432000 4194304 4196468 140729830079280 140649053539088 140649481959125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
[pid=24512/tid=24570] ppid=24509 vsize=10846988 memory=1548 CPUtime=5.61 cores=1,3,5,7
/proc/24512/task/24570/stat : 24570 (java) S 24509 24512 20842 0 -1 1077944384 12395 13291 0 0 518 36 4 3 20 0 15 0 445034687 11107315712 156937 33554432000 4194304 4196468 140729830079280 140648941472112 140649481960066 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
[pid=24512/tid=24571] ppid=24509 vsize=10846988 memory=627748 CPUtime=0.07 cores=1,3,5,7
/proc/24512/task/24571/stat : 24571 (java) S 24509 24512 20842 0 -1 1077944384 38 13291 0 0 0 0 4 3 20 0 15 0 445034687 11107315712 156937 33554432000 4194304 4196468 140729830079280 140648940418144 140649481959125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
[pid=24512/tid=24572] ppid=24509 vsize=10846988 memory=1808 CPUtime=0.07 cores=1,3,5,7
/proc/24512/task/24572/stat : 24572 (java) S 24509 24512 20842 0 -1 1077944384 4 13291 0 0 0 0 4 3 20 0 15 0 445034688 11107315712 156937 33554432000 4194304 4196468 140729830079280 140648367776640 140649481959125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
[pid=24512/tid=24573] ppid=24509 vsize=10846988 memory=627748 CPUtime=0.07 cores=1,3,5,7
/proc/24512/task/24573/stat : 24573 (java) S 24509 24512 20842 0 -1 1077944384 3 13291 0 0 0 0 4 3 20 0 15 0 445034690 11107315712 156937 33554432000 4194304 4196468 140729830079280 140648060376912 140649481967515 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
[pid=24512/tid=24574] ppid=24509 vsize=10846988 memory=14420 CPUtime=5.2 cores=1,3,5,7
/proc/24512/task/24574/stat : 24574 (java) S 24509 24512 20842 0 -1 1077944384 36567 13291 0 0 507 6 4 3 20 0 15 0 445034690 11107315712 156937 33554432000 4194304 4196468 140729830079280 140648906861424 140649481960066 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
[pid=24512/tid=24575] ppid=24509 vsize=10846988 memory=627748 CPUtime=5.49 cores=1,3,5,7
/proc/24512/task/24575/stat : 24575 (java) S 24509 24512 20842 0 -1 1077944384 41517 13291 0 0 537 5 4 3 20 0 15 0 445034690 11107315712 156937 33554432000 4194304 4196468 140729830079280 140648905808624 140649481960066 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
[pid=24512/tid=24576] ppid=24509 vsize=10846988 memory=3624 CPUtime=2.03 cores=1,3,5,7
/proc/24512/task/24576/stat : 24576 (java) S 24509 24512 20842 0 -1 1077944384 19500 13291 0 0 193 3 4 3 20 0 15 0 445034690 11107315712 156937 33554432000 4194304 4196468 140729830079280 140648448518768 140649481960066 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
[pid=24512/tid=24577] ppid=24509 vsize=10846988 memory=627748 CPUtime=0.07 cores=1,3,5,7
/proc/24512/task/24577/stat : 24577 (java) S 24509 24512 20842 0 -1 1077944384 3 13291 0 0 0 0 4 3 20 0 15 0 445034691 11107315712 156937 33554432000 4194304 4196468 140729830079280 140648026819296 140649481959125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
[pid=24512/tid=24578] ppid=24509 vsize=10846988 memory=11552350398 CPUtime=1.16 cores=1,3,5,7
/proc/24512/task/24578/stat : 24578 (java) S 24509 24512 20842 0 -1 1077944384 1382 13291 0 0 51 58 4 3 20 0 15 0 445034691 11107315712 156937 33554432000 4194304 4196468 140729830079280 140648447466160 140649481960066 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
Current children cumulated CPU time: 2233.14 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 627748 KiB

[startup+2262.3 s]
/proc/loadavg: 1.07 1.30 1.33 3/227 24976
/proc/meminfo: memFree=28987828/32770624 swapFree=67000008/67108860
[pid=24512] ppid=24509 vsize=10846988 memory=622612 CPUtime=2293.75 cores=1,3,5,7
/proc/24512/stat : 24512 (java) S 24509 24512 20842 0 -1 1077944320 212494 13291 0 0 229117 251 4 3 20 0 15 0 445034676 11107315712 155653 33554432000 4194304 4196468 140729830079280 140729830061824 140649481948919 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
/proc/24512/statm: 2711747 155653 3628 1 0 2673805 0
[pid=24512/tid=24565] ppid=24509 vsize=10846988 memory=622612 CPUtime=2248.25 cores=1,3,5,7
/proc/24512/task/24565/stat : 24565 (java) R 24509 24512 20842 0 -1 4202560 61157 13291 0 0 224781 37 4 3 20 0 15 0 445034685 11107315712 155653 33554432000 4194304 4196468 140729830079280 140649453783600 140649070466394 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
[pid=24512/tid=24566] ppid=24509 vsize=10846988 memory=622612 CPUtime=6.58 cores=1,3,5,7
/proc/24512/task/24566/stat : 24566 (java) S 24509 24512 20842 0 -1 1077944384 8866 13291 0 0 615 36 4 3 20 0 15 0 445034686 11107315712 155653 33554432000 4194304 4196468 140729830079280 140649486191760 140649481959125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
[pid=24512/tid=24567] ppid=24509 vsize=10846988 memory=622612 CPUtime=6.57 cores=1,3,5,7
/proc/24512/task/24567/stat : 24567 (java) S 24509 24512 20842 0 -1 1077944384 9498 13291 0 0 613 37 4 3 20 0 15 0 445034686 11107315712 155653 33554432000 4194304 4196468 140729830079280 140649055644688 140649481959125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
[pid=24512/tid=24568] ppid=24509 vsize=10846988 memory=2832 CPUtime=6.58 cores=1,3,5,7
/proc/24512/task/24568/stat : 24568 (java) S 24509 24512 20842 0 -1 1077944384 10645 13291 0 0 617 34 4 3 20 0 15 0 445034686 11107315712 155653 33554432000 4194304 4196468 140729830079280 140649054591888 140649481959125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
[pid=24512/tid=24569] ppid=24509 vsize=10846988 memory=622612 CPUtime=6.56 cores=1,3,5,7
/proc/24512/task/24569/stat : 24569 (java) S 24509 24512 20842 0 -1 1077944384 8677 13291 0 0 614 35 4 3 20 0 15 0 445034686 11107315712 155653 33554432000 4194304 4196468 140729830079280 140649053539088 140649481959125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
[pid=24512/tid=24570] ppid=24509 vsize=10846988 memory=1548 CPUtime=5.79 cores=1,3,5,7
/proc/24512/task/24570/stat : 24570 (java) S 24509 24512 20842 0 -1 1077944384 12419 13291 0 0 535 37 4 3 20 0 15 0 445034687 11107315712 155653 33554432000 4194304 4196468 140729830079280 140648941472112 140649481960066 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
[pid=24512/tid=24571] ppid=24509 vsize=10846988 memory=622612 CPUtime=0.07 cores=1,3,5,7
/proc/24512/task/24571/stat : 24571 (java) S 24509 24512 20842 0 -1 1077944384 38 13291 0 0 0 0 4 3 20 0 15 0 445034687 11107315712 155653 33554432000 4194304 4196468 140729830079280 140648940418144 140649481959125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
[pid=24512/tid=24572] ppid=24509 vsize=10846988 memory=223845 CPUtime=0.07 cores=1,3,5,7
/proc/24512/task/24572/stat : 24572 (java) S 24509 24512 20842 0 -1 1077944384 4 13291 0 0 0 0 4 3 20 0 15 0 445034688 11107315712 155653 33554432000 4194304 4196468 140729830079280 140648367776640 140649481959125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
[pid=24512/tid=24573] ppid=24509 vsize=10846988 memory=622612 CPUtime=0.07 cores=1,3,5,7
/proc/24512/task/24573/stat : 24573 (java) S 24509 24512 20842 0 -1 1077944384 3 13291 0 0 0 0 4 3 20 0 15 0 445034690 11107315712 155653 33554432000 4194304 4196468 140729830079280 140648060376912 140649481967515 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
[pid=24512/tid=24574] ppid=24509 vsize=10846988 memory=622612 CPUtime=5.2 cores=1,3,5,7
/proc/24512/task/24574/stat : 24574 (java) S 24509 24512 20842 0 -1 1077944384 36568 13291 0 0 507 6 4 3 20 0 15 0 445034690 11107315712 155653 33554432000 4194304 4196468 140729830079280 140648906861424 140649481960066 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
[pid=24512/tid=24575] ppid=24509 vsize=10846988 memory=622612 CPUtime=5.49 cores=1,3,5,7
/proc/24512/task/24575/stat : 24575 (java) S 24509 24512 20842 0 -1 1077944384 41517 13291 0 0 537 5 4 3 20 0 15 0 445034690 11107315712 155653 33554432000 4194304 4196468 140729830079280 140648905808624 140649481960066 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
[pid=24512/tid=24576] ppid=24509 vsize=10846988 memory=622612 CPUtime=2.03 cores=1,3,5,7
/proc/24512/task/24576/stat : 24576 (java) S 24509 24512 20842 0 -1 1077944384 19502 13291 0 0 193 3 4 3 20 0 15 0 445034690 11107315712 155653 33554432000 4194304 4196468 140729830079280 140648448518768 140649481960066 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
[pid=24512/tid=24577] ppid=24509 vsize=10846988 memory=622612 CPUtime=0.07 cores=1,3,5,7
/proc/24512/task/24577/stat : 24577 (java) S 24509 24512 20842 0 -1 1077944384 3 13291 0 0 0 0 4 3 20 0 15 0 445034691 11107315712 155653 33554432000 4194304 4196468 140729830079280 140648026819296 140649481959125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
[pid=24512/tid=24578] ppid=24509 vsize=10846988 memory=948 CPUtime=1.2 cores=1,3,5,7
/proc/24512/task/24578/stat : 24578 (java) S 24509 24512 20842 0 -1 1077944384 1387 13291 0 0 53 60 4 3 20 0 15 0 445034691 11107315712 155653 33554432000 4194304 4196468 140729830079280 140648447466160 140649481960066 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
Current children cumulated CPU time: 2293.75 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 622612 KiB

[startup+2322.3 s]
/proc/loadavg: 1.35 1.34 1.34 3/227 24980
/proc/meminfo: memFree=28993904/32770624 swapFree=67000008/67108860
[pid=24512] ppid=24509 vsize=10846988 memory=617484 CPUtime=2354.39 cores=1,3,5,7
/proc/24512/stat : 24512 (java) S 24509 24512 20842 0 -1 1077944320 213447 13291 0 0 235174 258 4 3 20 0 15 0 445034676 11107315712 154371 33554432000 4194304 4196468 140729830079280 140729830061824 140649481948919 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
/proc/24512/statm: 2711747 154371 3628 1 0 2673805 0
[pid=24512/tid=24565] ppid=24509 vsize=10846988 memory=3236 CPUtime=2307.8 cores=1,3,5,7
/proc/24512/task/24565/stat : 24565 (java) R 24509 24512 20842 0 -1 4202560 61582 13291 0 0 230735 38 4 3 20 0 15 0 445034685 11107315712 154371 33554432000 4194304 4196468 140729830079280 140649453784752 140649069158727 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
[pid=24512/tid=24566] ppid=24509 vsize=10846988 memory=617484 CPUtime=6.8 cores=1,3,5,7
/proc/24512/task/24566/stat : 24566 (java) S 24509 24512 20842 0 -1 1077944384 8935 13291 0 0 636 37 4 3 20 0 15 0 445034686 11107315712 154371 33554432000 4194304 4196468 140729830079280 140649486191760 140649481959125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
[pid=24512/tid=24567] ppid=24509 vsize=10846988 memory=617484 CPUtime=6.8 cores=1,3,5,7
/proc/24512/task/24567/stat : 24567 (java) S 24509 24512 20842 0 -1 1077944384 9608 13291 0 0 635 38 4 3 20 0 15 0 445034686 11107315712 154371 33554432000 4194304 4196468 140729830079280 140649055644688 140649481959125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
[pid=24512/tid=24568] ppid=24509 vsize=10846988 memory=617484 CPUtime=6.8 cores=1,3,5,7
/proc/24512/task/24568/stat : 24568 (java) S 24509 24512 20842 0 -1 1077944384 10657 13291 0 0 638 35 4 3 20 0 15 0 445034686 11107315712 154371 33554432000 4194304 4196468 140729830079280 140649054591888 140649481959125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
[pid=24512/tid=24569] ppid=24509 vsize=10846988 memory=617484 CPUtime=6.78 cores=1,3,5,7
/proc/24512/task/24569/stat : 24569 (java) S 24509 24512 20842 0 -1 1077944384 8809 13291 0 0 635 36 4 3 20 0 15 0 445034686 11107315712 154371 33554432000 4194304 4196468 140729830079280 140649053539088 140649481959125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
[pid=24512/tid=24570] ppid=24509 vsize=10846988 memory=617484 CPUtime=5.98 cores=1,3,5,7
/proc/24512/task/24570/stat : 24570 (java) S 24509 24512 20842 0 -1 1077944384 12604 13291 0 0 552 39 4 3 20 0 15 0 445034687 11107315712 154371 33554432000 4194304 4196468 140729830079280 140648941472112 140649481960066 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
[pid=24512/tid=24571] ppid=24509 vsize=10846988 memory=617484 CPUtime=0.07 cores=1,3,5,7
/proc/24512/task/24571/stat : 24571 (java) S 24509 24512 20842 0 -1 1077944384 38 13291 0 0 0 0 4 3 20 0 15 0 445034687 11107315712 154371 33554432000 4194304 4196468 140729830079280 140648940418144 140649481959125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
[pid=24512/tid=24572] ppid=24509 vsize=10846988 memory=617484 CPUtime=0.07 cores=1,3,5,7
/proc/24512/task/24572/stat : 24572 (java) S 24509 24512 20842 0 -1 1077944384 4 13291 0 0 0 0 4 3 20 0 15 0 445034688 11107315712 154371 33554432000 4194304 4196468 140729830079280 140648367776640 140649481959125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
[pid=24512/tid=24573] ppid=24509 vsize=10846988 memory=617484 CPUtime=0.07 cores=1,3,5,7
/proc/24512/task/24573/stat : 24573 (java) S 24509 24512 20842 0 -1 1077944384 3 13291 0 0 0 0 4 3 20 0 15 0 445034690 11107315712 154371 33554432000 4194304 4196468 140729830079280 140648060376912 140649481967515 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
[pid=24512/tid=24574] ppid=24509 vsize=10846988 memory=617484 CPUtime=5.2 cores=1,3,5,7
/proc/24512/task/24574/stat : 24574 (java) S 24509 24512 20842 0 -1 1077944384 36570 13291 0 0 507 6 4 3 20 0 15 0 445034690 11107315712 154371 33554432000 4194304 4196468 140729830079280 140648906861424 140649481960066 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
[pid=24512/tid=24575] ppid=24509 vsize=10846988 memory=617484 CPUtime=5.49 cores=1,3,5,7
/proc/24512/task/24575/stat : 24575 (java) S 24509 24512 20842 0 -1 1077944384 41519 13291 0 0 537 5 4 3 20 0 15 0 445034690 11107315712 154371 33554432000 4194304 4196468 140729830079280 140648905808624 140649481960066 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
[pid=24512/tid=24576] ppid=24509 vsize=10846988 memory=617484 CPUtime=2.03 cores=1,3,5,7
/proc/24512/task/24576/stat : 24576 (java) S 24509 24512 20842 0 -1 1077944384 19502 13291 0 0 193 3 4 3 20 0 15 0 445034690 11107315712 154371 33554432000 4194304 4196468 140729830079280 140648448518768 140649481960066 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
[pid=24512/tid=24577] ppid=24509 vsize=10846988 memory=3624 CPUtime=0.07 cores=1,3,5,7
/proc/24512/task/24577/stat : 24577 (java) S 24509 24512 20842 0 -1 1077944384 3 13291 0 0 0 0 4 3 20 0 15 0 445034691 11107315712 154371 33554432000 4194304 4196468 140729830079280 140648026819296 140649481959125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
[pid=24512/tid=24578] ppid=24509 vsize=10846988 memory=617484 CPUtime=1.22 cores=1,3,5,7
/proc/24512/task/24578/stat : 24578 (java) S 24509 24512 20842 0 -1 1077944384 1403 13291 0 0 54 61 4 3 20 0 15 0 445034691 11107315712 154371 33554432000 4194304 4196468 140729830079280 140648447466160 140649481960066 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
Current children cumulated CPU time: 2354.39 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 617484 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2367.6 s]
/proc/loadavg: 1.51 1.38 1.35 3/227 24983
/proc/meminfo: memFree=28998328/32770624 swapFree=67000008/67108860
[pid=24512] ppid=24509 vsize=10846988 memory=610808 CPUtime=2400.05 cores=1,3,5,7
/proc/24512/stat : 24512 (java) S 24509 24512 20842 0 -1 1077944320 214674 13291 0 0 239737 261 4 3 20 0 15 0 445034676 11107315712 152702 33554432000 4194304 4196468 140729830079280 140729830061824 140649481948919 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
/proc/24512/statm: 2711747 152702 3628 1 0 2673805 0
[pid=24512/tid=24565] ppid=24509 vsize=10846988 memory=35648 CPUtime=2352.83 cores=1,3,5,7
/proc/24512/task/24565/stat : 24565 (java) R 24509 24512 20842 0 -1 4202560 62027 13291 0 0 235238 38 4 3 20 0 15 0 445034685 11107315712 152702 33554432000 4194304 4196468 140729830079280 140649453784448 140649065078589 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
[pid=24512/tid=24566] ppid=24509 vsize=10846988 memory=984 CPUtime=6.92 cores=1,3,5,7
/proc/24512/task/24566/stat : 24566 (java) S 24509 24512 20842 0 -1 1077944384 9060 13291 0 0 648 37 4 3 20 0 15 0 445034686 11107315712 152702 33554432000 4194304 4196468 140729830079280 140649486191760 140649481959125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
[pid=24512/tid=24567] ppid=24509 vsize=10846988 memory=2024 CPUtime=6.92 cores=1,3,5,7
/proc/24512/task/24567/stat : 24567 (java) S 24509 24512 20842 0 -1 1077944384 9656 13291 0 0 646 39 4 3 20 0 15 0 445034686 11107315712 152702 33554432000 4194304 4196468 140729830079280 140649055644688 140649481959125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
[pid=24512/tid=24568] ppid=24509 vsize=10846988 memory=1380 CPUtime=6.93 cores=1,3,5,7
/proc/24512/task/24568/stat : 24568 (java) S 24509 24512 20842 0 -1 1077944384 10890 13291 0 0 650 36 4 3 20 0 15 0 445034686 11107315712 152702 33554432000 4194304 4196468 140729830079280 140649054591888 140649481959125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
[pid=24512/tid=24569] ppid=24509 vsize=10846988 memory=1128 CPUtime=6.9 cores=1,3,5,7
/proc/24512/task/24569/stat : 24569 (java) S 24509 24512 20842 0 -1 1077944384 8959 13291 0 0 647 36 4 3 20 0 15 0 445034686 11107315712 152702 33554432000 4194304 4196468 140729830079280 140649053539088 140649481959125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
[pid=24512/tid=24570] ppid=24509 vsize=10846988 memory=772 CPUtime=6.09 cores=1,3,5,7
/proc/24512/task/24570/stat : 24570 (java) S 24509 24512 20842 0 -1 1077944384 12806 13291 0 0 562 40 4 3 20 0 15 0 445034687 11107315712 152702 33554432000 4194304 4196468 140729830079280 140648941472112 140649481960066 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
[pid=24512/tid=24571] ppid=24509 vsize=10846988 memory=4168 CPUtime=0.07 cores=1,3,5,7
/proc/24512/task/24571/stat : 24571 (java) S 24509 24512 20842 0 -1 1077944384 38 13291 0 0 0 0 4 3 20 0 15 0 445034687 11107315712 152702 33554432000 4194304 4196468 140729830079280 140648940418144 140649481959125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
[pid=24512/tid=24572] ppid=24509 vsize=10846988 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/24512/task/24572/stat : 24572 (java) S 24509 24512 20842 0 -1 1077944384 4 13291 0 0 0 0 4 3 20 0 15 0 445034688 11107315712 152702 33554432000 4194304 4196468 140729830079280 140648367776640 140649481959125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
[pid=24512/tid=24573] ppid=24509 vsize=10846988 memory=2552 CPUtime=0.07 cores=1,3,5,7
/proc/24512/task/24573/stat : 24573 (java) S 24509 24512 20842 0 -1 1077944384 3 13291 0 0 0 0 4 3 20 0 15 0 445034690 11107315712 152702 33554432000 4194304 4196468 140729830079280 140648060376912 140649481967515 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
[pid=24512/tid=24574] ppid=24509 vsize=10846988 memory=772 CPUtime=5.2 cores=1,3,5,7
/proc/24512/task/24574/stat : 24574 (java) S 24509 24512 20842 0 -1 1077944384 36572 13291 0 0 507 6 4 3 20 0 15 0 445034690 11107315712 152702 33554432000 4194304 4196468 140729830079280 140648906861424 140649481960066 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
[pid=24512/tid=24575] ppid=24509 vsize=10846988 memory=4168 CPUtime=5.49 cores=1,3,5,7
/proc/24512/task/24575/stat : 24575 (java) S 24509 24512 20842 0 -1 1077944384 41521 13291 0 0 537 5 4 3 20 0 15 0 445034690 11107315712 152702 33554432000 4194304 4196468 140729830079280 140648905808624 140649481960066 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
[pid=24512/tid=24576] ppid=24509 vsize=10846988 memory=948 CPUtime=2.03 cores=1,3,5,7
/proc/24512/task/24576/stat : 24576 (java) S 24509 24512 20842 0 -1 1077944384 19504 13291 0 0 193 3 4 3 20 0 15 0 445034690 11107315712 152702 33554432000 4194304 4196468 140729830079280 140648448518768 140649481960066 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
[pid=24512/tid=24577] ppid=24509 vsize=10846988 memory=2832 CPUtime=0.07 cores=1,3,5,7
/proc/24512/task/24577/stat : 24577 (java) S 24509 24512 20842 0 -1 1077944384 3 13291 0 0 0 0 4 3 20 0 15 0 445034691 11107315712 152702 33554432000 4194304 4196468 140729830079280 140648026819296 140649481959125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
[pid=24512/tid=24578] ppid=24509 vsize=10846988 memory=9492 CPUtime=1.24 cores=1,3,5,7
/proc/24512/task/24578/stat : 24578 (java) S 24509 24512 20842 0 -1 1077944384 1421 13291 0 0 55 62 4 3 20 0 15 0 445034691 11107315712 152702 33554432000 4194304 4196468 140729830079280 140648447466160 140649481960066 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35954688 140729830083311 140729830085829 140729830085829 140729830088655 0
Current children cumulated CPU time: 2400.05 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 610808 KiB

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

[startup+2367.64 s]
# the end of solver process 24512 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2397.44 s, system=2.66356 s

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

Child status: 143
Real time (s): 2367.64
CPU time (s): 2400.11
CPU user time (s): 2397.44
CPU system time (s): 2.66356
CPU usage (%): 101.372
Max. virtual memory (cumulated for all children) (KiB): 10852336
Max. memory (cumulated for all children) (KiB): 1256736

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2397.44
system time used= 2.66356
maximum resident set size= 1259832
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 228851
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2872
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 180625
involuntary context switches= 4623


# summary of solver processes directly reported to runsolver:
#   pid: 24512
#   total CPU time (s): 2400.11
#   total CPU user time (s): 2397.44
#   total CPU system time (s): 2.66356

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.6122 second user time and 22.6238 second system time

The end

Launcher Data

Begin job on node106 at 2019-09-17 03:35:23
IDJOB=4401450
IDBENCH=137043
IDSOLVER=2858
FILE ID=node106/4401450-1568687802
RUNJOBID= node106-1568669653-20874
PBS_JOBID= 21703794
Free space on /tmp= 59052 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/BinPacking/BinPacking-tab-fu/BinPacking-tab-fu0120-04.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4401450-1568687802/watcher-4401450-1568687802 -o /tmp/evaluation-result-4401450-1568687802/solver-4401450-1568687802 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node106-1568669653-20874 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=1799525532 HOME/instance-4401450-1568687802.xml

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

MD5SUM BENCH= 2e923e7e276bbb1d78c8186edf745710
RANDOM SEED=1799525532

node106.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.79
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.79
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.79
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.79
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:        29431640 kB
MemAvailable:   30981976 kB
Buffers:          192988 kB
Cached:          1647044 kB
SwapCached:         7424 kB
Active:          1536000 kB
Inactive:        1225544 kB
Active(anon):     921776 kB
Inactive(anon):    44204 kB
Active(file):     614224 kB
Inactive(file):  1181340 kB
Unevictable:      108952 kB
Mlocked:          108952 kB
SwapTotal:      67108860 kB
SwapFree:       67000000 kB
Dirty:             36184 kB
Writeback:             0 kB
AnonPages:       1023864 kB
Mapped:            57576 kB
Shmem:             35784 kB
Slab:             171116 kB
SReclaimable:     141212 kB
SUnreclaim:        29904 kB
KernelStack:        3680 kB
PageTables:         7528 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2159736 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    937984 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 59016 MiB
End job on node106 at 2019-09-17 04:14:51