Trace number 4396280

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 2475.38

General information on the benchmark

NameBinPacking/BinPacking-sum-skj1/
BinPacking-sum-n2c3w1r.xml
MD5SUM48163221e8f5f568f71e6a1b1b758a13
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark9
Best CPU time to get the best result obtained on this benchmark20074.5
Satisfiable
(Un)Satisfiability was proved
Number of variables811
Number of constraints93
Number of domains2
Minimum domain size46
Maximum domain size63
Distribution of domain sizes[{"size":46,"count":1},{"size":63,"count":810}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":1},{"degree":4,"count":765},{"degree":5,"count":45}]
Minimum constraint arity18
Maximum constraint arity810
Distribution of constraint arities[{"arity":18,"count":90},{"arity":46,"count":1},{"arity":810,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":45},{"type":"lex","count":1},{"type":"sum","count":45},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396280-1568409777/watcher-4396280-1568409777 -o /tmp/evaluation-result-4396280-1568409777/solver-4396280-1568409777 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node123-1568399035-29406 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1538863978 HOME/instance-4396280-1568409777.xml 

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

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


[startup+0.100106 s]*
/proc/loadavg: 1.35 1.41 1.43 2/214 32663
/proc/meminfo: memFree=28332620/32770624 swapFree=66999920/67108860
[pid=32610] ppid=32607 vsize=392944 memory=5620 CPUtime=0.08 cores=0,2,4,6
/proc/32610/stat : 32610 (java) S 32607 32610 29375 0 -1 1077944320 2691 13403 0 0 0 0 5 3 20 0 2 0 417242544 402374656 1405 33554432000 4194304 4196468 140727417615536 140727417598080 140092907282167 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
/proc/32610/statm: 98236 1405 1065 1 0 87147 0
[pid=32610/tid=32663] ppid=32607 vsize=392944 memory=3054156605302080396 CPUtime=0.08 cores=0,2,4,6
/proc/32610/task/32663/stat : 32663 (java) S 32607 32610 29375 0 -1 1077944384 485 13403 0 0 0 0 5 3 20 0 2 0 417242553 402374656 1405 33554432000 4194304 4196468 140727417615536 140092879124896 140092907293314 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 392944 KiB
Current children cumulated memory: 5620 KiB

[startup+0.213444 s]*
/proc/loadavg: 1.35 1.41 1.43 6/227 32676
/proc/meminfo: memFree=28310064/32770624 swapFree=66999920/67108860
[pid=32610] ppid=32607 vsize=10819664 memory=38200 CPUtime=0.24 cores=0,2,4,6
/proc/32610/stat : 32610 (java) S 32607 32610 29375 0 -1 1077944320 7358 13403 0 0 15 1 5 3 20 0 15 0 417242544 11079335936 9550 33554432000 4194304 4196468 140727417615536 140727417598080 140092907282167 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
/proc/32610/statm: 2704916 9550 3165 1 0 2667149 0
[pid=32610/tid=32663] ppid=32607 vsize=10819664 memory=7022364594140610616 CPUtime=0.18 cores=0,2,4,6
/proc/32610/task/32663/stat : 32663 (java) R 32607 32610 29375 0 -1 4202560 3799 13403 0 0 9 1 5 3 20 0 15 0 417242553 11079335936 9550 33554432000 4194304 4196468 140727417615536 140092879097408 140092891362654 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
[pid=32610/tid=32664] ppid=32607 vsize=10819664 memory=345 CPUtime=0.08 cores=0,2,4,6
/proc/32610/task/32664/stat : 32664 (java) S 32607 32610 29375 0 -1 1077944384 1 13403 0 0 0 0 5 3 20 0 15 0 417242555 11079335936 9550 33554432000 4194304 4196468 140727417615536 140092911524752 140092907292373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
[pid=32610/tid=32665] ppid=32607 vsize=10819664 memory=140642369412041 CPUtime=0.08 cores=0,2,4,6
/proc/32610/task/32665/stat : 32665 (java) S 32607 32610 29375 0 -1 1077944384 1 13403 0 0 0 0 5 3 20 0 15 0 417242555 11079335936 9550 33554432000 4194304 4196468 140727417615536 140092480350992 140092907292373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
[pid=32610/tid=32666] ppid=32607 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32610/task/32666/stat : 32666 (java) S 32607 32610 29375 0 -1 1077944384 1 13403 0 0 0 0 5 3 20 0 15 0 417242555 11079335936 9550 33554432000 4194304 4196468 140727417615536 140092479298704 140092907292373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
[pid=32610/tid=32667] ppid=32607 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/32610/task/32667/stat : 32667 (java) S 32607 32610 29375 0 -1 1077944384 2 13403 0 0 0 0 5 3 20 0 15 0 417242555 11079335936 9550 33554432000 4194304 4196468 140727417615536 140092478245904 140092907292373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
[pid=32610/tid=32668] ppid=32607 vsize=10819664 memory=140642366367360 CPUtime=0.08 cores=0,2,4,6
/proc/32610/task/32668/stat : 32668 (java) S 32607 32610 29375 0 -1 1077944384 2 13403 0 0 0 0 5 3 20 0 15 0 417242556 11079335936 9550 33554432000 4194304 4196468 140727417615536 140091910498416 140092907293314 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
[pid=32610/tid=32669] ppid=32607 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/32610/task/32669/stat : 32669 (java) S 32607 32610 29375 0 -1 1077944384 13 13403 0 0 0 0 5 3 20 0 15 0 417242557 11079335936 9550 33554432000 4194304 4196468 140727417615536 140091833967392 140092907292373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
[pid=32610/tid=32670] ppid=32607 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32610/task/32670/stat : 32670 (java) S 32607 32610 29375 0 -1 1077944384 1 13403 0 0 0 0 5 3 20 0 15 0 417242557 11079335936 9550 33554432000 4194304 4196468 140727417615536 140091699750000 140092907292373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
[pid=32610/tid=32671] ppid=32607 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32610/task/32671/stat : 32671 (java) S 32607 32610 29375 0 -1 1077944384 3 13403 0 0 0 0 5 3 20 0 15 0 417242560 11079335936 9550 33554432000 4194304 4196468 140727417615536 140091459459152 140092907300763 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
[pid=32610/tid=32672] ppid=32607 vsize=10819664 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/32610/task/32672/stat : 32672 (java) S 32607 32610 29375 0 -1 1077944384 475 13403 0 0 1 0 5 3 20 0 15 0 417242560 11079335936 9550 33554432000 4194304 4196468 140727417615536 140091909446256 140092907293314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
[pid=32610/tid=32673] ppid=32607 vsize=10819664 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/32610/task/32673/stat : 32673 (java) S 32607 32610 29375 0 -1 1077944384 187 13403 0 0 1 0 5 3 20 0 15 0 417242560 11079335936 9550 33554432000 4194304 4196468 140727417615536 140091908393456 140092907293314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
[pid=32610/tid=32674] ppid=32607 vsize=10819664 memory=140642366367360 CPUtime=0.1 cores=0,2,4,6
/proc/32610/task/32674/stat : 32674 (java) S 32607 32610 29375 0 -1 1077944384 675 13403 0 0 2 0 5 3 20 0 15 0 417242560 11079335936 9550 33554432000 4194304 4196468 140727417615536 140091907341168 140092907293314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
[pid=32610/tid=32675] ppid=32607 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/32610/task/32675/stat : 32675 (java) S 32607 32610 29375 0 -1 1077944384 3 13403 0 0 0 0 5 3 20 0 15 0 417242560 11079335936 9550 33554432000 4194304 4196468 140727417615536 140091425901536 140092907292373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
[pid=32610/tid=32676] ppid=32607 vsize=10819664 memory=140642366367360 CPUtime=0.08 cores=0,2,4,6
/proc/32610/task/32676/stat : 32676 (java) S 32607 32610 29375 0 -1 1077944384 1 13403 0 0 0 0 5 3 20 0 15 0 417242560 11079335936 9550 33554432000 4194304 4196468 140727417615536 140091906288048 140092907293314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 38200 KiB

[startup+0.310826 s]*
/proc/loadavg: 1.35 1.41 1.43 3/227 32676
/proc/meminfo: memFree=28297728/32770624 swapFree=66999920/67108860
[pid=32610] ppid=32607 vsize=10820148 memory=49388 CPUtime=0.38 cores=0,2,4,6
/proc/32610/stat : 32610 (java) S 32607 32610 29375 0 -1 1077944320 11120 13403 0 0 27 3 5 3 20 0 15 0 417242544 11079831552 12347 33554432000 4194304 4196468 140727417615536 140727417598080 140092907282167 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
/proc/32610/statm: 2705037 12347 3294 1 0 2667149 0
[pid=32610/tid=32663] ppid=32607 vsize=10820148 memory=0 CPUtime=0.28 cores=0,2,4,6
/proc/32610/task/32663/stat : 32663 (java) R 32607 32610 29375 0 -1 4202560 7481 13403 0 0 17 3 5 3 20 0 15 0 417242553 11079831552 12347 33554432000 4194304 4196468 140727417615536 140092879082080 140092891362654 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
[pid=32610/tid=32664] ppid=32607 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32610/task/32664/stat : 32664 (java) S 32607 32610 29375 0 -1 1077944384 1 13403 0 0 0 0 5 3 20 0 15 0 417242555 11079831552 12347 33554432000 4194304 4196468 140727417615536 140092911524752 140092907292373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
[pid=32610/tid=32665] ppid=32607 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32610/task/32665/stat : 32665 (java) S 32607 32610 29375 0 -1 1077944384 1 13403 0 0 0 0 5 3 20 0 15 0 417242555 11079831552 12347 33554432000 4194304 4196468 140727417615536 140092480350992 140092907292373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
[pid=32610/tid=32666] ppid=32607 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32610/task/32666/stat : 32666 (java) S 32607 32610 29375 0 -1 1077944384 1 13403 0 0 0 0 5 3 20 0 15 0 417242555 11079831552 12347 33554432000 4194304 4196468 140727417615536 140092479298704 140092907292373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
[pid=32610/tid=32667] ppid=32607 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/32610/task/32667/stat : 32667 (java) S 32607 32610 29375 0 -1 1077944384 2 13403 0 0 0 0 5 3 20 0 15 0 417242555 11079831552 12347 33554432000 4194304 4196468 140727417615536 140092478245904 140092907292373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
[pid=32610/tid=32668] ppid=32607 vsize=10820148 memory=140642366367360 CPUtime=0.08 cores=0,2,4,6
/proc/32610/task/32668/stat : 32668 (java) S 32607 32610 29375 0 -1 1077944384 2 13403 0 0 0 0 5 3 20 0 15 0 417242556 11079831552 12347 33554432000 4194304 4196468 140727417615536 140091910498416 140092907293314 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
[pid=32610/tid=32669] ppid=32607 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/32610/task/32669/stat : 32669 (java) S 32607 32610 29375 0 -1 1077944384 13 13403 0 0 0 0 5 3 20 0 15 0 417242557 11079831552 12347 33554432000 4194304 4196468 140727417615536 140091833967392 140092907292373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
[pid=32610/tid=32670] ppid=32607 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32610/task/32670/stat : 32670 (java) S 32607 32610 29375 0 -1 1077944384 1 13403 0 0 0 0 5 3 20 0 15 0 417242557 11079831552 12347 33554432000 4194304 4196468 140727417615536 140091699750000 140092907292373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
[pid=32610/tid=32671] ppid=32607 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32610/task/32671/stat : 32671 (java) S 32607 32610 29375 0 -1 1077944384 3 13403 0 0 0 0 5 3 20 0 15 0 417242560 11079831552 12347 33554432000 4194304 4196468 140727417615536 140091459459152 140092907300763 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
[pid=32610/tid=32672] ppid=32607 vsize=10820148 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/32610/task/32672/stat : 32672 (java) S 32607 32610 29375 0 -1 1077944384 490 13403 0 0 2 0 5 3 20 0 15 0 417242560 11079831552 12347 33554432000 4194304 4196468 140727417615536 140091909446256 140092907293314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
[pid=32610/tid=32673] ppid=32607 vsize=10820148 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/32610/task/32673/stat : 32673 (java) S 32607 32610 29375 0 -1 1077944384 191 13403 0 0 1 0 5 3 20 0 15 0 417242560 11079831552 12347 33554432000 4194304 4196468 140727417615536 140091908393456 140092907293314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
[pid=32610/tid=32674] ppid=32607 vsize=10820148 memory=140642366367360 CPUtime=0.13 cores=0,2,4,6
/proc/32610/task/32674/stat : 32674 (java) R 32607 32610 29375 0 -1 4202560 725 13403 0 0 5 0 5 3 20 0 15 0 417242560 11079831552 12347 33554432000 4194304 4196468 140727417615536 140091907341168 140092885648478 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
[pid=32610/tid=32675] ppid=32607 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/32610/task/32675/stat : 32675 (java) S 32607 32610 29375 0 -1 1077944384 3 13403 0 0 0 0 5 3 20 0 15 0 417242560 11079831552 12347 33554432000 4194304 4196468 140727417615536 140091425901536 140092907292373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
[pid=32610/tid=32676] ppid=32607 vsize=10820148 memory=140642366367360 CPUtime=0.08 cores=0,2,4,6
/proc/32610/task/32676/stat : 32676 (java) S 32607 32610 29375 0 -1 1077944384 1 13403 0 0 0 0 5 3 20 0 15 0 417242560 11079831552 12347 33554432000 4194304 4196468 140727417615536 140091906288048 140092907293314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 49388 KiB

[startup+0.706182 s]
/proc/loadavg: 1.35 1.41 1.43 3/227 32676
/proc/meminfo: memFree=28285540/32770624 swapFree=66999920/67108860
[pid=32610] ppid=32607 vsize=10822312 memory=82016 CPUtime=1.12 cores=0,2,4,6
/proc/32610/stat : 32610 (java) S 32607 32610 29375 0 -1 1077944320 15239 13403 0 0 99 5 5 3 20 0 15 0 417242544 11082047488 20504 33554432000 4194304 4196468 140727417615536 140727417598080 140092907282167 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
/proc/32610/statm: 2705578 20504 3507 1 0 2667661 0
[pid=32610/tid=32663] ppid=32607 vsize=10822312 memory=3848 CPUtime=0.66 cores=0,2,4,6
/proc/32610/task/32663/stat : 32663 (java) R 32607 32610 29375 0 -1 4202560 10308 13403 0 0 54 4 5 3 20 0 15 0 417242553 11082047488 20504 33554432000 4194304 4196468 140727417615536 140092879113056 140092907303514 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
[pid=32610/tid=32664] ppid=32607 vsize=10822312 memory=2608 CPUtime=0.08 cores=0,2,4,6
/proc/32610/task/32664/stat : 32664 (java) S 32607 32610 29375 0 -1 1077944384 1 13403 0 0 0 0 5 3 20 0 15 0 417242555 11082047488 20504 33554432000 4194304 4196468 140727417615536 140092911524752 140092907292373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
[pid=32610/tid=32665] ppid=32607 vsize=10822312 memory=2608 CPUtime=0.08 cores=0,2,4,6
/proc/32610/task/32665/stat : 32665 (java) S 32607 32610 29375 0 -1 1077944384 1 13403 0 0 0 0 5 3 20 0 15 0 417242555 11082047488 20504 33554432000 4194304 4196468 140727417615536 140092480350992 140092907292373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
[pid=32610/tid=32666] ppid=32607 vsize=10822312 memory=1660 CPUtime=0.08 cores=0,2,4,6
/proc/32610/task/32666/stat : 32666 (java) S 32607 32610 29375 0 -1 1077944384 1 13403 0 0 0 0 5 3 20 0 15 0 417242555 11082047488 20504 33554432000 4194304 4196468 140727417615536 140092479298704 140092907292373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
[pid=32610/tid=32667] ppid=32607 vsize=10822312 memory=4108 CPUtime=0.08 cores=0,2,4,6
/proc/32610/task/32667/stat : 32667 (java) S 32607 32610 29375 0 -1 1077944384 2 13403 0 0 0 0 5 3 20 0 15 0 417242555 11082047488 20504 33554432000 4194304 4196468 140727417615536 140092478245904 140092907292373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
[pid=32610/tid=32668] ppid=32607 vsize=10822312 memory=1408 CPUtime=0.08 cores=0,2,4,6
/proc/32610/task/32668/stat : 32668 (java) S 32607 32610 29375 0 -1 1077944384 5 13403 0 0 0 0 5 3 20 0 15 0 417242556 11082047488 20504 33554432000 4194304 4196468 140727417615536 140091910498416 140092907293314 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
[pid=32610/tid=32669] ppid=32607 vsize=10822312 memory=2956 CPUtime=0.08 cores=0,2,4,6
/proc/32610/task/32669/stat : 32669 (java) S 32607 32610 29375 0 -1 1077944384 13 13403 0 0 0 0 5 3 20 0 15 0 417242557 11082047488 20504 33554432000 4194304 4196468 140727417615536 140091833967392 140092907292373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
[pid=32610/tid=32670] ppid=32607 vsize=10822312 memory=790816 CPUtime=0.08 cores=0,2,4,6
/proc/32610/task/32670/stat : 32670 (java) S 32607 32610 29375 0 -1 1077944384 1 13403 0 0 0 0 5 3 20 0 15 0 417242557 11082047488 20504 33554432000 4194304 4196468 140727417615536 140091699750000 140092907292373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
[pid=32610/tid=32671] ppid=32607 vsize=10822312 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32610/task/32671/stat : 32671 (java) S 32607 32610 29375 0 -1 1077944384 3 13403 0 0 0 0 5 3 20 0 15 0 417242560 11082047488 20504 33554432000 4194304 4196468 140727417615536 140091459459152 140092907300763 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
[pid=32610/tid=32672] ppid=32607 vsize=10822312 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/32610/task/32672/stat : 32672 (java) R 32607 32610 29375 0 -1 4202560 1003 13403 0 0 12 0 5 3 20 0 15 0 417242560 11082047488 20504 33554432000 4194304 4196468 140727417615536 140091909426528 140092888803289 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
[pid=32610/tid=32673] ppid=32607 vsize=10822312 memory=0 CPUtime=0.22 cores=0,2,4,6
/proc/32610/task/32673/stat : 32673 (java) S 32607 32610 29375 0 -1 1077944384 653 13403 0 0 14 0 5 3 20 0 15 0 417242560 11082047488 20504 33554432000 4194304 4196468 140727417615536 140091908393456 140092907293314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
[pid=32610/tid=32674] ppid=32607 vsize=10822312 memory=12024 CPUtime=0.24 cores=0,2,4,6
/proc/32610/task/32674/stat : 32674 (java) S 32607 32610 29375 0 -1 1077944384 1038 13403 0 0 16 0 5 3 20 0 15 0 417242560 11082047488 20504 33554432000 4194304 4196468 140727417615536 140091907341168 140092907293314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
[pid=32610/tid=32675] ppid=32607 vsize=10822312 memory=2120 CPUtime=0.08 cores=0,2,4,6
/proc/32610/task/32675/stat : 32675 (java) S 32607 32610 29375 0 -1 1077944384 3 13403 0 0 0 0 5 3 20 0 15 0 417242560 11082047488 20504 33554432000 4194304 4196468 140727417615536 140091425901536 140092907292373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
[pid=32610/tid=32676] ppid=32607 vsize=10822312 memory=496 CPUtime=0.08 cores=0,2,4,6
/proc/32610/task/32676/stat : 32676 (java) S 32607 32610 29375 0 -1 1077944384 1 13403 0 0 0 0 5 3 20 0 15 0 417242560 11082047488 20504 33554432000 4194304 4196468 140727417615536 140091906288048 140092907293314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 10822312 KiB
Current children cumulated memory: 82016 KiB

[startup+1.50073 s]
/proc/loadavg: 1.35 1.41 1.43 3/227 32676
/proc/meminfo: memFree=28241452/32770624 swapFree=66999920/67108860
[pid=32610] ppid=32607 vsize=10834676 memory=175580 CPUtime=2.45 cores=0,2,4,6
/proc/32610/stat : 32610 (java) S 32607 32610 29375 0 -1 1077944320 21885 13403 0 0 227 10 5 3 20 0 15 0 417242544 11094708224 43895 33554432000 4194304 4196468 140727417615536 140727417598080 140092907282167 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
/proc/32610/statm: 2708669 43895 3574 1 0 2670733 0
[pid=32610/tid=32663] ppid=32607 vsize=10834676 memory=0 CPUtime=1.42 cores=0,2,4,6
/proc/32610/task/32663/stat : 32663 (java) R 32607 32610 29375 0 -1 4202560 15224 13403 0 0 128 6 5 3 20 0 15 0 417242553 11094708224 43895 33554432000 4194304 4196468 140727417615536 140092879097888 140092892358269 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
[pid=32610/tid=32664] ppid=32607 vsize=10834676 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/32610/task/32664/stat : 32664 (java) S 32607 32610 29375 0 -1 1077944384 51 13403 0 0 1 0 5 3 20 0 15 0 417242555 11094708224 43895 33554432000 4194304 4196468 140727417615536 140092911524752 140092907292373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
[pid=32610/tid=32665] ppid=32607 vsize=10834676 memory=7307182111738323025 CPUtime=0.09 cores=0,2,4,6
/proc/32610/task/32665/stat : 32665 (java) S 32607 32610 29375 0 -1 1077944384 35 13403 0 0 1 0 5 3 20 0 15 0 417242555 11094708224 43895 33554432000 4194304 4196468 140727417615536 140092480350992 140092907292373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
[pid=32610/tid=32666] ppid=32607 vsize=10834676 memory=7667490899687399761 CPUtime=0.08 cores=0,2,4,6
/proc/32610/task/32666/stat : 32666 (java) S 32607 32610 29375 0 -1 1077944384 327 13403 0 0 0 0 5 3 20 0 15 0 417242555 11094708224 43895 33554432000 4194304 4196468 140727417615536 140092479298704 140092907292373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
[pid=32610/tid=32667] ppid=32607 vsize=10834676 memory=7662142931098756456 CPUtime=0.09 cores=0,2,4,6
/proc/32610/task/32667/stat : 32667 (java) S 32607 32610 29375 0 -1 1077944384 57 13403 0 0 1 0 5 3 20 0 15 0 417242555 11094708224 43895 33554432000 4194304 4196468 140727417615536 140092478245904 140092907292373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
[pid=32610/tid=32668] ppid=32607 vsize=10834676 memory=5787785663623029848 CPUtime=0.09 cores=0,2,4,6
/proc/32610/task/32668/stat : 32668 (java) S 32607 32610 29375 0 -1 1077944384 104 13403 0 0 1 0 5 3 20 0 15 0 417242556 11094708224 43895 33554432000 4194304 4196468 140727417615536 140091910498416 140092907293314 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
[pid=32610/tid=32669] ppid=32607 vsize=10834676 memory=7739834405537468773 CPUtime=0.08 cores=0,2,4,6
/proc/32610/task/32669/stat : 32669 (java) S 32607 32610 29375 0 -1 1077944384 13 13403 0 0 0 0 5 3 20 0 15 0 417242557 11094708224 43895 33554432000 4194304 4196468 140727417615536 140091833967456 140092907292373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
[pid=32610/tid=32670] ppid=32607 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32610/task/32670/stat : 32670 (java) S 32607 32610 29375 0 -1 1077944384 2 13403 0 0 0 0 5 3 20 0 15 0 417242557 11094708224 43895 33554432000 4194304 4196468 140727417615536 140091699750016 140092907292373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
[pid=32610/tid=32671] ppid=32607 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/32610/task/32671/stat : 32671 (java) S 32607 32610 29375 0 -1 1077944384 3 13403 0 0 0 0 5 3 20 0 15 0 417242560 11094708224 43895 33554432000 4194304 4196468 140727417615536 140091459459152 140092907300763 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
[pid=32610/tid=32672] ppid=32607 vsize=10834676 memory=0 CPUtime=0.32 cores=0,2,4,6
/proc/32610/task/32672/stat : 32672 (java) S 32607 32610 29375 0 -1 1077944384 1215 13403 0 0 24 0 5 3 20 0 15 0 417242560 11094708224 43895 33554432000 4194304 4196468 140727417615536 140091909446256 140092907293314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
[pid=32610/tid=32673] ppid=32607 vsize=10834676 memory=13834089663248 CPUtime=0.36 cores=0,2,4,6
/proc/32610/task/32673/stat : 32673 (java) R 32607 32610 29375 0 -1 1077944384 782 13403 0 0 28 0 5 3 20 0 15 0 417242560 11094708224 43895 33554432000 4194304 4196468 140727417615536 140091908393456 140092907293314 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
[pid=32610/tid=32674] ppid=32607 vsize=10834676 memory=281284522187912 CPUtime=0.47 cores=0,2,4,6
/proc/32610/task/32674/stat : 32674 (java) S 32607 32610 29375 0 -1 1077944384 1863 13403 0 0 39 0 5 3 20 0 15 0 417242560 11094708224 43895 33554432000 4194304 4196468 140727417615536 140091907341168 140092907293314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
[pid=32610/tid=32675] ppid=32607 vsize=10834676 memory=303711706901915175 CPUtime=0.08 cores=0,2,4,6
/proc/32610/task/32675/stat : 32675 (java) S 32607 32610 29375 0 -1 1077944384 3 13403 0 0 0 0 5 3 20 0 15 0 417242560 11094708224 43895 33554432000 4194304 4196468 140727417615536 140091425901536 140092907292373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
[pid=32610/tid=32676] ppid=32607 vsize=10834676 memory=4352557951579993120 CPUtime=0.08 cores=0,2,4,6
/proc/32610/task/32676/stat : 32676 (java) S 32607 32610 29375 0 -1 1077944384 1 13403 0 0 0 0 5 3 20 0 15 0 417242560 11094708224 43895 33554432000 4194304 4196468 140727417615536 140091906288048 140092907293314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
Current children cumulated CPU time: 2.45 s
Current children cumulated vsize: 10834676 KiB
Current children cumulated memory: 175580 KiB

[startup+3.11043 s]
/proc/loadavg: 1.35 1.41 1.43 6/227 32677
/proc/meminfo: memFree=28059816/32770624 swapFree=66999920/67108860
[pid=32610] ppid=32607 vsize=10842888 memory=292840 CPUtime=7.08 cores=0,2,4,6
/proc/32610/stat : 32610 (java) S 32607 32610 29375 0 -1 1077944320 34157 13403 0 0 682 18 5 3 20 0 15 0 417242544 11103117312 73210 33554432000 4194304 4196468 140727417615536 140727417598080 140092907282167 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
/proc/32610/statm: 2710722 73210 3596 1 0 2672781 0

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

/proc/32610/task/32663/stat : 32663 (java) R 32607 32610 29375 0 -1 4202560 107823 13403 0 0 236464 41 5 3 20 0 15 0 417242553 11109408768 114698 33554432000 4194304 4196468 140727417615536 140092879117040 140092532501583 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
[pid=32610/tid=32664] ppid=32607 vsize=10849032 memory=458792 CPUtime=9.61 cores=0,2,4,6
/proc/32610/task/32664/stat : 32664 (java) S 32607 32610 29375 0 -1 1077944384 17677 13403 0 0 894 59 5 3 20 0 15 0 417242555 11109408768 114698 33554432000 4194304 4196468 140727417615536 140092911524752 140092907292373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
[pid=32610/tid=32665] ppid=32607 vsize=10849032 memory=458792 CPUtime=9.6 cores=0,2,4,6
/proc/32610/task/32665/stat : 32665 (java) S 32607 32610 29375 0 -1 1077944384 20576 13403 0 0 893 59 5 3 20 0 15 0 417242555 11109408768 114698 33554432000 4194304 4196468 140727417615536 140092480350992 140092907292373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
[pid=32610/tid=32666] ppid=32607 vsize=10849032 memory=458792 CPUtime=9.6 cores=0,2,4,6
/proc/32610/task/32666/stat : 32666 (java) S 32607 32610 29375 0 -1 1077944384 20604 13403 0 0 890 62 5 3 20 0 15 0 417242555 11109408768 114698 33554432000 4194304 4196468 140727417615536 140092479298704 140092907292373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
[pid=32610/tid=32667] ppid=32607 vsize=10849032 memory=458792 CPUtime=9.57 cores=0,2,4,6
/proc/32610/task/32667/stat : 32667 (java) S 32607 32610 29375 0 -1 1077944384 18399 13403 0 0 891 58 5 3 20 0 15 0 417242555 11109408768 114698 33554432000 4194304 4196468 140727417615536 140092478245904 140092907292373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
[pid=32610/tid=32668] ppid=32607 vsize=10849032 memory=458792 CPUtime=5.95 cores=0,2,4,6
/proc/32610/task/32668/stat : 32668 (java) S 32607 32610 29375 0 -1 1077944384 12100 13403 0 0 546 41 5 3 20 0 15 0 417242556 11109408768 114698 33554432000 4194304 4196468 140727417615536 140091910498416 140092907293314 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
[pid=32610/tid=32669] ppid=32607 vsize=10849032 memory=458792 CPUtime=0.08 cores=0,2,4,6
/proc/32610/task/32669/stat : 32669 (java) S 32607 32610 29375 0 -1 1077944384 39 13403 0 0 0 0 5 3 20 0 15 0 417242557 11109408768 114698 33554432000 4194304 4196468 140727417615536 140091833967520 140092907292373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
[pid=32610/tid=32670] ppid=32607 vsize=10849032 memory=458792 CPUtime=0.08 cores=0,2,4,6
/proc/32610/task/32670/stat : 32670 (java) S 32607 32610 29375 0 -1 1077944384 44 13403 0 0 0 0 5 3 20 0 15 0 417242557 11109408768 114698 33554432000 4194304 4196468 140727417615536 140091699750016 140092907292373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
[pid=32610/tid=32671] ppid=32607 vsize=10849032 memory=281284523245232 CPUtime=0.08 cores=0,2,4,6
/proc/32610/task/32671/stat : 32671 (java) S 32607 32610 29375 0 -1 1077944384 3 13403 0 0 0 0 5 3 20 0 15 0 417242560 11109408768 114698 33554432000 4194304 4196468 140727417615536 140091459459152 140092907300763 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
[pid=32610/tid=32672] ppid=32607 vsize=10849032 memory=458792 CPUtime=6.42 cores=0,2,4,6
/proc/32610/task/32672/stat : 32672 (java) S 32607 32610 29375 0 -1 1077944384 49151 13403 0 0 630 4 5 3 20 0 15 0 417242560 11109408768 114698 33554432000 4194304 4196468 140727417615536 140091909446256 140092907293314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
[pid=32610/tid=32673] ppid=32607 vsize=10849032 memory=458792 CPUtime=6.44 cores=0,2,4,6
/proc/32610/task/32673/stat : 32673 (java) S 32607 32610 29375 0 -1 1077944384 46886 13403 0 0 631 5 5 3 20 0 15 0 417242560 11109408768 114698 33554432000 4194304 4196468 140727417615536 140091908393456 140092907293314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
[pid=32610/tid=32674] ppid=32607 vsize=10849032 memory=458792 CPUtime=2.58 cores=0,2,4,6
/proc/32610/task/32674/stat : 32674 (java) S 32607 32610 29375 0 -1 1077944384 39104 13403 0 0 245 5 5 3 20 0 15 0 417242560 11109408768 114698 33554432000 4194304 4196468 140727417615536 140091907341168 140092907293314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
[pid=32610/tid=32675] ppid=32607 vsize=10849032 memory=458792 CPUtime=0.08 cores=0,2,4,6
/proc/32610/task/32675/stat : 32675 (java) S 32607 32610 29375 0 -1 1077944384 3 13403 0 0 0 0 5 3 20 0 15 0 417242560 11109408768 114698 33554432000 4194304 4196468 140727417615536 140091425901536 140092907292373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
[pid=32610/tid=32676] ppid=32607 vsize=10849032 memory=1608 CPUtime=1.38 cores=0,2,4,6
/proc/32610/task/32676/stat : 32676 (java) S 32607 32610 29375 0 -1 1077944384 1405 13403 0 0 70 60 5 3 20 0 15 0 417242560 11109408768 114698 33554432000 4194304 4196468 140727417615536 140091906288048 140092907293314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
Current children cumulated CPU time: 2425.68 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 458792 KiB

[startup+2442.3 s]
/proc/loadavg: 1.58 1.47 1.45 3/228 640
/proc/meminfo: memFree=27700284/32770624 swapFree=66999920/67108860
[pid=32610] ppid=32607 vsize=10849032 memory=555660 CPUtime=2486.59 cores=0,2,4,6
/proc/32610/stat : 32610 (java) S 32607 32610 29375 0 -1 1077944320 350547 13403 0 0 248279 372 5 3 20 0 15 0 417242544 11109408768 138915 33554432000 4194304 4196468 140727417615536 140727417598080 140092907282167 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
/proc/32610/statm: 2712258 138915 3632 1 0 2674317 0
[pid=32610/tid=32663] ppid=32607 vsize=10849032 memory=458792 CPUtime=2424.64 cores=0,2,4,6
/proc/32610/task/32663/stat : 32663 (java) R 32607 32610 29375 0 -1 4202560 118580 13403 0 0 242414 42 5 3 20 0 15 0 417242553 11109408768 138915 33554432000 4194304 4196468 140727417615536 140092879115808 140092531851284 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
[pid=32610/tid=32664] ppid=32607 vsize=10849032 memory=509540 CPUtime=9.92 cores=0,2,4,6
/proc/32610/task/32664/stat : 32664 (java) S 32607 32610 29375 0 -1 1077944384 18575 13403 0 0 920 64 5 3 20 0 15 0 417242555 11109408768 138915 33554432000 4194304 4196468 140727417615536 140092911524752 140092907292373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
[pid=32610/tid=32665] ppid=32607 vsize=10849032 memory=132 CPUtime=9.9 cores=0,2,4,6
/proc/32610/task/32665/stat : 32665 (java) S 32607 32610 29375 0 -1 1077944384 21514 13403 0 0 919 63 5 3 20 0 15 0 417242555 11109408768 138915 33554432000 4194304 4196468 140727417615536 140092480350992 140092907292373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
[pid=32610/tid=32666] ppid=32607 vsize=10849032 memory=281284522553648 CPUtime=9.9 cores=0,2,4,6
/proc/32610/task/32666/stat : 32666 (java) S 32607 32610 29375 0 -1 1077944384 21461 13403 0 0 915 67 5 3 20 0 15 0 417242555 11109408768 138915 33554432000 4194304 4196468 140727417615536 140092479298704 140092907292373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
[pid=32610/tid=32667] ppid=32607 vsize=10849032 memory=614888 CPUtime=9.88 cores=0,2,4,6
/proc/32610/task/32667/stat : 32667 (java) S 32607 32610 29375 0 -1 1077944384 19373 13403 0 0 917 63 5 3 20 0 15 0 417242555 11109408768 138915 33554432000 4194304 4196468 140727417615536 140092478245904 140092907292373 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
[pid=32610/tid=32668] ppid=32607 vsize=10849032 memory=458792 CPUtime=6.1 cores=0,2,4,6
/proc/32610/task/32668/stat : 32668 (java) S 32607 32610 29375 0 -1 1077944384 12199 13403 0 0 559 43 5 3 20 0 15 0 417242556 11109408768 138915 33554432000 4194304 4196468 140727417615536 140091910498416 140092907293314 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
[pid=32610/tid=32669] ppid=32607 vsize=10849032 memory=558224 CPUtime=0.08 cores=0,2,4,6
/proc/32610/task/32669/stat : 32669 (java) S 32607 32610 29375 0 -1 1077944384 39 13403 0 0 0 0 5 3 20 0 15 0 417242557 11109408768 138915 33554432000 4194304 4196468 140727417615536 140091833967520 140092907292373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
[pid=32610/tid=32670] ppid=32607 vsize=10849032 memory=556684 CPUtime=0.08 cores=0,2,4,6
/proc/32610/task/32670/stat : 32670 (java) S 32607 32610 29375 0 -1 1077944384 44 13403 0 0 0 0 5 3 20 0 15 0 417242557 11109408768 138915 33554432000 4194304 4196468 140727417615536 140091699750016 140092907292373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
[pid=32610/tid=32671] ppid=32607 vsize=10849032 memory=556684 CPUtime=0.08 cores=0,2,4,6
/proc/32610/task/32671/stat : 32671 (java) S 32607 32610 29375 0 -1 1077944384 3 13403 0 0 0 0 5 3 20 0 15 0 417242560 11109408768 138915 33554432000 4194304 4196468 140727417615536 140091459459152 140092907300763 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
[pid=32610/tid=32672] ppid=32607 vsize=10849032 memory=556172 CPUtime=6.42 cores=0,2,4,6
/proc/32610/task/32672/stat : 32672 (java) S 32607 32610 29375 0 -1 1077944384 49151 13403 0 0 630 4 5 3 20 0 15 0 417242560 11109408768 138915 33554432000 4194304 4196468 140727417615536 140091909446256 140092907293314 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
[pid=32610/tid=32673] ppid=32607 vsize=10849032 memory=571048 CPUtime=6.44 cores=0,2,4,6
/proc/32610/task/32673/stat : 32673 (java) S 32607 32610 29375 0 -1 1077944384 46886 13403 0 0 631 5 5 3 20 0 15 0 417242560 11109408768 138915 33554432000 4194304 4196468 140727417615536 140091908393456 140092907293314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
[pid=32610/tid=32674] ppid=32607 vsize=10849032 memory=578232 CPUtime=2.58 cores=0,2,4,6
/proc/32610/task/32674/stat : 32674 (java) S 32607 32610 29375 0 -1 1077944384 39104 13403 0 0 245 5 5 3 20 0 15 0 417242560 11109408768 138915 33554432000 4194304 4196468 140727417615536 140091907341168 140092907293314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
[pid=32610/tid=32675] ppid=32607 vsize=10849032 memory=556172 CPUtime=0.08 cores=0,2,4,6
/proc/32610/task/32675/stat : 32675 (java) S 32607 32610 29375 0 -1 1077944384 3 13403 0 0 0 0 5 3 20 0 15 0 417242560 11109408768 138915 33554432000 4194304 4196468 140727417615536 140091425901536 140092907292373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
[pid=32610/tid=32676] ppid=32607 vsize=10849032 memory=556684 CPUtime=1.42 cores=0,2,4,6
/proc/32610/task/32676/stat : 32676 (java) S 32607 32610 29375 0 -1 1077944384 1409 13403 0 0 72 62 5 3 20 0 15 0 417242560 11109408768 138915 33554432000 4194304 4196468 140727417615536 140091906288048 140092907293314 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
Current children cumulated CPU time: 2486.59 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 555660 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2475.3 s]
/proc/loadavg: 1.40 1.44 1.44 3/230 644
/proc/meminfo: memFree=27774208/32770624 swapFree=66999920/67108860
[pid=32610] ppid=32607 vsize=10849032 memory=534692 CPUtime=2520.06 cores=0,2,4,6
/proc/32610/stat : 32610 (java) S 32607 32610 29375 0 -1 1077944320 350884 13403 0 0 251622 376 5 3 20 0 15 0 417242544 11109408768 133673 33554432000 4194304 4196468 140727417615536 140727417598080 140092907282167 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
/proc/32610/statm: 2712258 133673 3632 1 0 2674317 0
[pid=32610/tid=32663] ppid=32607 vsize=10849032 memory=534692 CPUtime=2457.35 cores=0,2,4,6
/proc/32610/task/32663/stat : 32663 (java) R 32607 32610 29375 0 -1 4202560 118859 13403 0 0 245684 43 5 3 20 0 15 0 417242553 11109408768 133673 33554432000 4194304 4196468 140727417615536 140092879116768 140092530704148 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
[pid=32610/tid=32664] ppid=32607 vsize=10849032 memory=534692 CPUtime=10.08 cores=0,2,4,6
/proc/32610/task/32664/stat : 32664 (java) S 32607 32610 29375 0 -1 1077944384 18580 13403 0 0 936 64 5 3 20 0 15 0 417242555 11109408768 133673 33554432000 4194304 4196468 140727417615536 140092911524752 140092907292373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
[pid=32610/tid=32665] ppid=32607 vsize=10849032 memory=535208 CPUtime=10.07 cores=0,2,4,6
/proc/32610/task/32665/stat : 32665 (java) S 32607 32610 29375 0 -1 1077944384 21538 13403 0 0 935 64 5 3 20 0 15 0 417242555 11109408768 133673 33554432000 4194304 4196468 140727417615536 140092480350992 140092907292373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
[pid=32610/tid=32666] ppid=32607 vsize=10849032 memory=536744 CPUtime=10.06 cores=0,2,4,6
/proc/32610/task/32666/stat : 32666 (java) S 32607 32610 29375 0 -1 1077944384 21464 13403 0 0 930 68 5 3 20 0 15 0 417242555 11109408768 133673 33554432000 4194304 4196468 140727417615536 140092479298704 140092907292373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
[pid=32610/tid=32667] ppid=32607 vsize=10849032 memory=541880 CPUtime=10.03 cores=0,2,4,6
/proc/32610/task/32667/stat : 32667 (java) S 32607 32610 29375 0 -1 1077944384 19375 13403 0 0 932 63 5 3 20 0 15 0 417242555 11109408768 133673 33554432000 4194304 4196468 140727417615536 140092478245904 140092907292373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
[pid=32610/tid=32668] ppid=32607 vsize=10849032 memory=537776 CPUtime=6.2 cores=0,2,4,6
/proc/32610/task/32668/stat : 32668 (java) S 32607 32610 29375 0 -1 1077944384 12213 13403 0 0 569 43 5 3 20 0 15 0 417242556 11109408768 133673 33554432000 4194304 4196468 140727417615536 140091910498416 140092907293314 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
[pid=32610/tid=32669] ppid=32607 vsize=10849032 memory=543420 CPUtime=0.08 cores=0,2,4,6
/proc/32610/task/32669/stat : 32669 (java) S 32607 32610 29375 0 -1 1077944384 39 13403 0 0 0 0 5 3 20 0 15 0 417242557 11109408768 133673 33554432000 4194304 4196468 140727417615536 140091833967520 140092907292373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
[pid=32610/tid=32670] ppid=32607 vsize=10849032 memory=545472 CPUtime=0.08 cores=0,2,4,6
/proc/32610/task/32670/stat : 32670 (java) S 32607 32610 29375 0 -1 1077944384 44 13403 0 0 0 0 5 3 20 0 15 0 417242557 11109408768 133673 33554432000 4194304 4196468 140727417615536 140091699750016 140092907292373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
[pid=32610/tid=32671] ppid=32607 vsize=10849032 memory=281284522553648 CPUtime=0.08 cores=0,2,4,6
/proc/32610/task/32671/stat : 32671 (java) S 32607 32610 29375 0 -1 1077944384 3 13403 0 0 0 0 5 3 20 0 15 0 417242560 11109408768 133673 33554432000 4194304 4196468 140727417615536 140091459459152 140092907300763 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
[pid=32610/tid=32672] ppid=32607 vsize=10849032 memory=534692 CPUtime=6.42 cores=0,2,4,6
/proc/32610/task/32672/stat : 32672 (java) S 32607 32610 29375 0 -1 1077944384 49153 13403 0 0 630 4 5 3 20 0 15 0 417242560 11109408768 133673 33554432000 4194304 4196468 140727417615536 140091909446256 140092907293314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
[pid=32610/tid=32673] ppid=32607 vsize=10849032 memory=132 CPUtime=6.44 cores=0,2,4,6
/proc/32610/task/32673/stat : 32673 (java) S 32607 32610 29375 0 -1 1077944384 46888 13403 0 0 631 5 5 3 20 0 15 0 417242560 11109408768 133673 33554432000 4194304 4196468 140727417615536 140091908393456 140092907293314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
[pid=32610/tid=32674] ppid=32607 vsize=10849032 memory=536744 CPUtime=2.58 cores=0,2,4,6
/proc/32610/task/32674/stat : 32674 (java) S 32607 32610 29375 0 -1 1077944384 39106 13403 0 0 245 5 5 3 20 0 15 0 417242560 11109408768 133673 33554432000 4194304 4196468 140727417615536 140091907341168 140092907293314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
[pid=32610/tid=32675] ppid=32607 vsize=10849032 memory=545472 CPUtime=0.08 cores=0,2,4,6
/proc/32610/task/32675/stat : 32675 (java) S 32607 32610 29375 0 -1 1077944384 3 13403 0 0 0 0 5 3 20 0 15 0 417242560 11109408768 133673 33554432000 4194304 4196468 140727417615536 140091425901536 140092907292373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
[pid=32610/tid=32676] ppid=32607 vsize=10849032 memory=535208 CPUtime=1.44 cores=0,2,4,6
/proc/32610/task/32676/stat : 32676 (java) S 32607 32610 29375 0 -1 1077944384 1413 13403 0 0 73 63 5 3 20 0 15 0 417242560 11109408768 133673 33554432000 4194304 4196468 140727417615536 140091906288048 140092907293314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 534692 KiB

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

[startup+2475.38 s]
# the end of solver process 32610 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.35 s, system=3.80664 s

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

[startup+2475.3 s]
/proc/loadavg: 1.40 1.44 1.44 3/230 644
/proc/meminfo: memFree=27774208/32770624 swapFree=66999920/67108860
[pid=32610] ppid=32607 vsize=10849032 memory=534692 CPUtime=2520.06 cores=0,2,4,6
/proc/32610/stat : 32610 (java) S 32607 32610 29375 0 -1 1077944320 350884 13403 0 0 251622 376 5 3 20 0 15 0 417242544 11109408768 133673 33554432000 4194304 4196468 140727417615536 140727417598080 140092907282167 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
/proc/32610/statm: 2712258 133673 3632 1 0 2674317 0
[pid=32610/tid=32663] ppid=32607 vsize=10849032 memory=534692 CPUtime=2457.35 cores=0,2,4,6
/proc/32610/task/32663/stat : 32663 (java) R 32607 32610 29375 0 -1 4202560 118859 13403 0 0 245684 43 5 3 20 0 15 0 417242553 11109408768 133673 33554432000 4194304 4196468 140727417615536 140092879116768 140092530704148 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
[pid=32610/tid=32664] ppid=32607 vsize=10849032 memory=534692 CPUtime=10.08 cores=0,2,4,6
/proc/32610/task/32664/stat : 32664 (java) S 32607 32610 29375 0 -1 1077944384 18580 13403 0 0 936 64 5 3 20 0 15 0 417242555 11109408768 133673 33554432000 4194304 4196468 140727417615536 140092911524752 140092907292373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
[pid=32610/tid=32665] ppid=32607 vsize=10849032 memory=535208 CPUtime=10.07 cores=0,2,4,6
/proc/32610/task/32665/stat : 32665 (java) S 32607 32610 29375 0 -1 1077944384 21538 13403 0 0 935 64 5 3 20 0 15 0 417242555 11109408768 133673 33554432000 4194304 4196468 140727417615536 140092480350992 140092907292373 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
[pid=32610/tid=32666] ppid=32607 vsize=10849032 memory=536744 CPUtime=10.06 cores=0,2,4,6
/proc/32610/task/32666/stat : 32666 (java) S 32607 32610 29375 0 -1 1077944384 21464 13403 0 0 930 68 5 3 20 0 15 0 417242555 11109408768 133673 33554432000 4194304 4196468 140727417615536 140092479298704 140092907292373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
[pid=32610/tid=32667] ppid=32607 vsize=10849032 memory=541880 CPUtime=10.03 cores=0,2,4,6
/proc/32610/task/32667/stat : 32667 (java) S 32607 32610 29375 0 -1 1077944384 19375 13403 0 0 932 63 5 3 20 0 15 0 417242555 11109408768 133673 33554432000 4194304 4196468 140727417615536 140092478245904 140092907292373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
[pid=32610/tid=32668] ppid=32607 vsize=10849032 memory=537776 CPUtime=6.2 cores=0,2,4,6
/proc/32610/task/32668/stat : 32668 (java) S 32607 32610 29375 0 -1 1077944384 12213 13403 0 0 569 43 5 3 20 0 15 0 417242556 11109408768 133673 33554432000 4194304 4196468 140727417615536 140091910498416 140092907293314 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
[pid=32610/tid=32669] ppid=32607 vsize=10849032 memory=543420 CPUtime=0.08 cores=0,2,4,6
/proc/32610/task/32669/stat : 32669 (java) S 32607 32610 29375 0 -1 1077944384 39 13403 0 0 0 0 5 3 20 0 15 0 417242557 11109408768 133673 33554432000 4194304 4196468 140727417615536 140091833967520 140092907292373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
[pid=32610/tid=32670] ppid=32607 vsize=10849032 memory=545472 CPUtime=0.08 cores=0,2,4,6
/proc/32610/task/32670/stat : 32670 (java) S 32607 32610 29375 0 -1 1077944384 44 13403 0 0 0 0 5 3 20 0 15 0 417242557 11109408768 133673 33554432000 4194304 4196468 140727417615536 140091699750016 140092907292373 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
[pid=32610/tid=32671] ppid=32607 vsize=10849032 memory=281284522553648 CPUtime=0.08 cores=0,2,4,6
/proc/32610/task/32671/stat : 32671 (java) S 32607 32610 29375 0 -1 1077944384 3 13403 0 0 0 0 5 3 20 0 15 0 417242560 11109408768 133673 33554432000 4194304 4196468 140727417615536 140091459459152 140092907300763 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
[pid=32610/tid=32672] ppid=32607 vsize=10849032 memory=534692 CPUtime=6.42 cores=0,2,4,6
/proc/32610/task/32672/stat : 32672 (java) S 32607 32610 29375 0 -1 1077944384 49153 13403 0 0 630 4 5 3 20 0 15 0 417242560 11109408768 133673 33554432000 4194304 4196468 140727417615536 140091909446256 140092907293314 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
[pid=32610/tid=32673] ppid=32607 vsize=10849032 memory=132 CPUtime=6.44 cores=0,2,4,6
/proc/32610/task/32673/stat : 32673 (java) S 32607 32610 29375 0 -1 1077944384 46888 13403 0 0 631 5 5 3 20 0 15 0 417242560 11109408768 133673 33554432000 4194304 4196468 140727417615536 140091908393456 140092907293314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
[pid=32610/tid=32674] ppid=32607 vsize=10849032 memory=536744 CPUtime=2.58 cores=0,2,4,6
/proc/32610/task/32674/stat : 32674 (java) S 32607 32610 29375 0 -1 1077944384 39106 13403 0 0 245 5 5 3 20 0 15 0 417242560 11109408768 133673 33554432000 4194304 4196468 140727417615536 140091907341168 140092907293314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
[pid=32610/tid=32675] ppid=32607 vsize=10849032 memory=545472 CPUtime=0.08 cores=0,2,4,6
/proc/32610/task/32675/stat : 32675 (java) S 32607 32610 29375 0 -1 1077944384 3 13403 0 0 0 0 5 3 20 0 15 0 417242560 11109408768 133673 33554432000 4194304 4196468 140727417615536 140091425901536 140092907292373 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
[pid=32610/tid=32676] ppid=32607 vsize=10849032 memory=535208 CPUtime=1.44 cores=0,2,4,6
/proc/32610/task/32676/stat : 32676 (java) S 32607 32610 29375 0 -1 1077944384 1413 13403 0 0 73 63 5 3 20 0 15 0 417242560 11109408768 133673 33554432000 4194304 4196468 140727417615536 140091906288048 140092907293314 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26206208 140727417621231 140727417623749 140727417623749 140727417626575 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 534692 KiB

Child status: 143
Real time (s): 2475.38
CPU time (s): 2520.16
CPU user time (s): 2516.35
CPU system time (s): 3.80664
CPU usage (%): 101.809
Max. virtual memory (cumulated for all children) (KiB): 10849032
Max. memory (cumulated for all children) (KiB): 1087580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.35
system time used= 3.80664
maximum resident set size= 1090124
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 365409
page faults= 0
swaps= 0
block input operations= 8
block output operations= 3112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 186939
involuntary context switches= 6543


# summary of solver processes directly reported to runsolver:
#   pid: 32610
#   total CPU time (s): 2520.16
#   total CPU user time (s): 2516.35
#   total CPU system time (s): 3.80664

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.6941 second user time and 23.35 second system time

The end

Launcher Data

Begin job on node123 at 2019-09-13 23:22:18
IDJOB=4396280
IDBENCH=136462
IDSOLVER=2846
FILE ID=node123/4396280-1568409777
RUNJOBID= node123-1568399035-29406
PBS_JOBID= 21701874
Free space on /tmp= 59148 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/BinPacking/BinPacking-sum-skj1/BinPacking-sum-n2c3w1r.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396280-1568409777/watcher-4396280-1568409777 -o /tmp/evaluation-result-4396280-1568409777/solver-4396280-1568409777 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node123-1568399035-29406 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1538863978 HOME/instance-4396280-1568409777.xml

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

MD5SUM BENCH= 48163221e8f5f568f71e6a1b1b758a13
RANDOM SEED=1538863978

node123.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.49
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.49
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.49
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.49
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:        28336900 kB
MemAvailable:   31097040 kB
Buffers:          135376 kB
Cached:          2890424 kB
SwapCached:         7388 kB
Active:          1736664 kB
Inactive:        2077948 kB
Active(anon):     781864 kB
Inactive(anon):    49324 kB
Active(file):     954800 kB
Inactive(file):  2028624 kB
Unevictable:      107524 kB
Mlocked:          107524 kB
SwapTotal:      67108860 kB
SwapFree:       66999920 kB
Dirty:             35688 kB
Writeback:             0 kB
AnonPages:        893860 kB
Mapped:            58060 kB
Shmem:             32684 kB
Slab:             214184 kB
SReclaimable:     185100 kB
SUnreclaim:        29084 kB
KernelStack:        3744 kB
PageTables:         7120 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2008272 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    679936 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 59112 MiB
End job on node123 at 2019-09-14 00:03:33