Trace number 4295520

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 NameAnswerCPU timeWall clock time
Concrete 3.8 2018-06-13? (TO) 2520.06 2467.23

General information on the benchmark

NameMagicHexagon/
MagicHexagon-08-0006_c18.xml
MD5SUMe0f43de676a90a3e6f61e2deb5ab7ad8
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints52
Number of domains1
Minimum domain size169
Maximum domain size169
Distribution of domain sizes[{"size":169,"count":169}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":56},{"degree":4,"count":163},{"degree":5,"count":3},{"degree":6,"count":2},{"degree":9,"count":1}]
Minimum constraint arity2
Maximum constraint arity169
Distribution of constraint arities[{"arity":2,"count":6},{"arity":8,"count":6},{"arity":9,"count":6},{"arity":10,"count":6},{"arity":11,"count":6},{"arity":12,"count":6},{"arity":13,"count":6},{"arity":14,"count":6},{"arity":15,"count":3},{"arity":169,"count":1}]
Number of extensional constraints0
Number of intensional constraints6
Distribution of constraint types[{"type":"intension","count":6},{"type":"allDifferent","count":1},{"type":"sum","count":45}]
Optimization problemNO
Type of objective

Solver Data

0.93/0.87	c Concrete v3.8.1528841891564 running
2520.01/2467.21	Exception in thread "main" java.util.concurrent.TimeoutException
2520.01/2467.21		at concrete.MAC.mac(MAC.scala:188)
2520.01/2467.21		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.01/2467.21		at scala.util.Try$.apply(Try.scala:209)
2520.01/2467.21		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.01/2467.21		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.01/2467.21		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.01/2467.21		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.01/2467.21		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.01/2467.21		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.01/2467.21		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.01/2467.21		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.01/2467.21		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.01/2467.21		at concrete.MAC.oneRun(MAC.scala:253)
2520.01/2467.21		at concrete.MAC.nextSolution(MAC.scala:272)
2520.01/2467.21		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
2520.01/2467.21		at concrete.ProblemState.map(ProblemState.scala:221)
2520.01/2467.21		at concrete.ProblemState.map(ProblemState.scala:204)
2520.01/2467.21		at concrete.MAC.nextSolution(MAC.scala:334)
2520.01/2467.21		at concrete.Solver.hasNext(Solver.scala:166)
2520.01/2467.21		at scala.collection.Iterator.toStream(Iterator.scala:1418)
2520.01/2467.21		at scala.collection.Iterator.toStream$(Iterator.scala:1417)
2520.01/2467.21		at concrete.Solver.toStream(Solver.scala:68)
2520.01/2467.21		at scala.collection.TraversableOnce.toIterable(TraversableOnce.scala:296)
2520.01/2467.21		at scala.collection.TraversableOnce.toIterable$(TraversableOnce.scala:296)
2520.01/2467.21		at concrete.Solver.toIterable(Solver.scala:68)
2520.01/2467.21		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:78)
2520.01/2467.21		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.01/2467.21		at scala.util.Success.map(Try.scala:209)
2520.01/2467.21		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.01/2467.21		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.01/2467.21		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.01/2467.21		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.01/2467.21		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.01/2467.21		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.01/2467.21		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.01/2467.21		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.01/2467.21		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.01/2467.21		at scala.collection.immutable.List.foreach(List.scala:389)
2520.01/2467.21		at scala.App.main(App.scala:76)
2520.01/2467.21		at scala.App.main$(App.scala:74)
2520.01/2467.21		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.01/2467.21		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.01/2467.21	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 (3084 MiB free)
  memory of node 1: 16384 MiB (9580 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295520-1532582652/watcher-4295520-1532582652 -o /tmp/evaluation-result-4295520-1532582652/solver-4295520-1532582652 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532582651-29262 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=530472144 HOME/instance-4295520-1532582652.xml 

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

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

solver pid=29356, runsolver pid=29353

[startup+0.10005 s]*
/proc/loadavg: 0.00 0.01 0.05 7/203 29409
/proc/meminfo: memFree=12959464/32770624 swapFree=67108852/67108860
[pid=29356] ppid=29353 vsize=141156 memory=5212 CPUtime=0.07 cores=1,3,5,7
/proc/29356/stat : 29356 (java) S 29353 29356 29230 0 -1 1077944320 2446 13306 0 0 0 0 5 2 20 0 2 0 75828338 144543744 1303 33554432000 4194304 4196468 140730225214448 140730225196992 140522916216567 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
/proc/29356/statm: 35289 1303 973 1 0 24747 0
[pid=29356/tid=29409] ppid=29353 vsize=141156 memory=3054156605268197260 CPUtime=0.07 cores=1,3,5,7
/proc/29356/task/29409/stat : 29409 (java) S 29353 29356 29230 0 -1 1077944384 253 13306 0 0 0 0 5 2 20 0 2 0 75828348 144543744 1303 33554432000 4194304 4196468 140730225214448 140522888058256 140522908913149 0 0 0 16784584 18446744071581020693 0 0 -1 5 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 141156 KiB
Current children cumulated memory: 5212 KiB

[startup+0.210025 s]*
/proc/loadavg: 0.00 0.01 0.05 6/216 29422
/proc/meminfo: memFree=12932636/32770624 swapFree=67108852/67108860
[pid=29356] ppid=29353 vsize=10818856 memory=30500 CPUtime=0.19 cores=1,3,5,7
/proc/29356/stat : 29356 (java) S 29353 29356 29230 0 -1 1077944320 6406 13306 0 0 11 1 5 2 20 0 15 0 75828338 11078508544 7625 33554432000 4194304 4196468 140730225214448 140730225196992 140522916216567 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
/proc/29356/statm: 2704714 7625 2906 1 0 2667149 0
[pid=29356/tid=29409] ppid=29353 vsize=10818856 memory=7022364594140610616 CPUtime=0.14 cores=1,3,5,7
/proc/29356/task/29409/stat : 29409 (java) R 29353 29356 29230 0 -1 4202560 2979 13306 0 0 7 0 5 2 20 0 15 0 75828348 11078508544 7625 33554432000 4194304 4196468 140730225214448 140522888038368 140522489372936 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
[pid=29356/tid=29410] ppid=29353 vsize=10818856 memory=345 CPUtime=0.07 cores=1,3,5,7
/proc/29356/task/29410/stat : 29410 (java) S 29353 29356 29230 0 -1 1077944384 1 13306 0 0 0 0 5 2 20 0 15 0 75828352 11078508544 7625 33554432000 4194304 4196468 140730225214448 140522920458896 140522916226773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
[pid=29356/tid=29411] ppid=29353 vsize=10818856 memory=140710103336773 CPUtime=0.07 cores=1,3,5,7
/proc/29356/task/29411/stat : 29411 (java) S 29353 29356 29230 0 -1 1077944384 1 13306 0 0 0 0 5 2 20 0 15 0 75828352 11078508544 7625 33554432000 4194304 4196468 140730225214448 140522808732176 140522916226773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
[pid=29356/tid=29412] ppid=29353 vsize=10818856 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29356/task/29412/stat : 29412 (java) S 29353 29356 29230 0 -1 1077944384 1 13306 0 0 0 0 5 2 20 0 15 0 75828352 11078508544 7625 33554432000 4194304 4196468 140730225214448 140522488326544 140522916226773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
[pid=29356/tid=29413] ppid=29353 vsize=10818856 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/29356/task/29413/stat : 29413 (java) S 29353 29356 29230 0 -1 1077944384 2 13306 0 0 0 0 5 2 20 0 15 0 75828352 11078508544 7625 33554432000 4194304 4196468 140730225214448 140522487273744 140522916226773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
[pid=29356/tid=29414] ppid=29353 vsize=10818856 memory=140710102922880 CPUtime=0.07 cores=1,3,5,7
/proc/29356/task/29414/stat : 29414 (java) S 29353 29356 29230 0 -1 1077944384 2 13306 0 0 0 0 5 2 20 0 15 0 75828353 11078508544 7625 33554432000 4194304 4196468 140730225214448 140521919482736 140522916227714 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
[pid=29356/tid=29415] ppid=29353 vsize=10818856 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/29356/task/29415/stat : 29415 (java) S 29353 29356 29230 0 -1 1077944384 33 13306 0 0 0 0 5 2 20 0 15 0 75828354 11078508544 7625 33554432000 4194304 4196468 140730225214448 140521918428704 140522916226773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
[pid=29356/tid=29416] ppid=29353 vsize=10818856 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29356/task/29416/stat : 29416 (java) S 29353 29356 29230 0 -1 1077944384 1 13306 0 0 0 0 5 2 20 0 15 0 75828354 11078508544 7625 33554432000 4194304 4196468 140730225214448 140521800459632 140522916226773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
[pid=29356/tid=29417] ppid=29353 vsize=10818856 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29356/task/29417/stat : 29417 (java) S 29353 29356 29230 0 -1 1077944384 3 13306 0 0 0 0 5 2 20 0 15 0 75828357 11078508544 7625 33554432000 4194304 4196468 140730225214448 140521493059920 140522916235163 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
[pid=29356/tid=29418] ppid=29353 vsize=10818856 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29356/task/29418/stat : 29418 (java) S 29353 29356 29230 0 -1 1077944384 513 13306 0 0 0 0 5 2 20 0 15 0 75828357 11078508544 7625 33554432000 4194304 4196468 140730225214448 140521884871024 140522916227714 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
[pid=29356/tid=29419] ppid=29353 vsize=10818856 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/29356/task/29419/stat : 29419 (java) S 29353 29356 29230 0 -1 1077944384 58 13306 0 0 1 0 5 2 20 0 15 0 75828357 11078508544 7625 33554432000 4194304 4196468 140730225214448 140521883818224 140522916227714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
[pid=29356/tid=29420] ppid=29353 vsize=10818856 memory=140710102922880 CPUtime=0.09 cores=1,3,5,7
/proc/29356/task/29420/stat : 29420 (java) R 29353 29356 29230 0 -1 4202560 615 13306 0 0 2 0 5 2 20 0 15 0 75828357 11078508544 7625 33554432000 4194304 4196468 140730225214448 140521882765552 140522916237914 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
[pid=29356/tid=29421] ppid=29353 vsize=10818856 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/29356/task/29421/stat : 29421 (java) S 29353 29356 29230 0 -1 1077944384 3 13306 0 0 0 0 5 2 20 0 15 0 75828357 11078508544 7625 33554432000 4194304 4196468 140730225214448 140521459501280 140522916226773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
[pid=29356/tid=29422] ppid=29353 vsize=10818856 memory=140710102922880 CPUtime=0.07 cores=1,3,5,7
/proc/29356/task/29422/stat : 29422 (java) S 29353 29356 29230 0 -1 1077944384 1 13306 0 0 0 0 5 2 20 0 15 0 75828357 11078508544 7625 33554432000 4194304 4196468 140730225214448 140521881713840 140522916227714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 10818856 KiB
Current children cumulated memory: 30500 KiB

[startup+0.310623 s]*
/proc/loadavg: 0.00 0.01 0.05 4/216 29422
/proc/meminfo: memFree=12904816/32770624 swapFree=67108852/67108860
[pid=29356] ppid=29353 vsize=10819352 memory=46656 CPUtime=0.32 cores=1,3,5,7
/proc/29356/stat : 29356 (java) S 29353 29356 29230 0 -1 1077944320 9621 13306 0 0 23 2 5 2 20 0 15 0 75828338 11079016448 11664 33554432000 4194304 4196468 140730225214448 140730225196992 140522916216567 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
/proc/29356/statm: 2704838 11664 3061 1 0 2667149 0
[pid=29356/tid=29409] ppid=29353 vsize=10819352 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/29356/task/29409/stat : 29409 (java) R 29353 29356 29230 0 -1 4202560 6145 13306 0 0 16 1 5 2 20 0 15 0 75828348 11079016448 11664 33554432000 4194304 4196468 140730225214448 140522888003712 140522900297054 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
[pid=29356/tid=29410] ppid=29353 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29356/task/29410/stat : 29410 (java) S 29353 29356 29230 0 -1 1077944384 1 13306 0 0 0 0 5 2 20 0 15 0 75828352 11079016448 11664 33554432000 4194304 4196468 140730225214448 140522920458896 140522916226773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
[pid=29356/tid=29411] ppid=29353 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29356/task/29411/stat : 29411 (java) S 29353 29356 29230 0 -1 1077944384 1 13306 0 0 0 0 5 2 20 0 15 0 75828352 11079016448 11664 33554432000 4194304 4196468 140730225214448 140522808732176 140522916226773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
[pid=29356/tid=29412] ppid=29353 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29356/task/29412/stat : 29412 (java) S 29353 29356 29230 0 -1 1077944384 1 13306 0 0 0 0 5 2 20 0 15 0 75828352 11079016448 11664 33554432000 4194304 4196468 140730225214448 140522488326544 140522916226773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
[pid=29356/tid=29413] ppid=29353 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/29356/task/29413/stat : 29413 (java) S 29353 29356 29230 0 -1 1077944384 2 13306 0 0 0 0 5 2 20 0 15 0 75828352 11079016448 11664 33554432000 4194304 4196468 140730225214448 140522487273744 140522916226773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
[pid=29356/tid=29414] ppid=29353 vsize=10819352 memory=140710102922880 CPUtime=0.07 cores=1,3,5,7
/proc/29356/task/29414/stat : 29414 (java) S 29353 29356 29230 0 -1 1077944384 2 13306 0 0 0 0 5 2 20 0 15 0 75828353 11079016448 11664 33554432000 4194304 4196468 140730225214448 140521919482736 140522916227714 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
[pid=29356/tid=29415] ppid=29353 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/29356/task/29415/stat : 29415 (java) S 29353 29356 29230 0 -1 1077944384 33 13306 0 0 0 0 5 2 20 0 15 0 75828354 11079016448 11664 33554432000 4194304 4196468 140730225214448 140521918428704 140522916226773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
[pid=29356/tid=29416] ppid=29353 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29356/task/29416/stat : 29416 (java) S 29353 29356 29230 0 -1 1077944384 1 13306 0 0 0 0 5 2 20 0 15 0 75828354 11079016448 11664 33554432000 4194304 4196468 140730225214448 140521800459632 140522916226773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
[pid=29356/tid=29417] ppid=29353 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29356/task/29417/stat : 29417 (java) S 29353 29356 29230 0 -1 1077944384 3 13306 0 0 0 0 5 2 20 0 15 0 75828357 11079016448 11664 33554432000 4194304 4196468 140730225214448 140521493059920 140522916235163 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
[pid=29356/tid=29418] ppid=29353 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29356/task/29418/stat : 29418 (java) R 29353 29356 29230 0 -1 4202560 514 13306 0 0 0 0 5 2 20 0 15 0 75828357 11079016448 11664 33554432000 4194304 4196468 140730225214448 140521884871024 140522900468581 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
[pid=29356/tid=29419] ppid=29353 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/29356/task/29419/stat : 29419 (java) R 29353 29356 29230 0 -1 1077944384 70 13306 0 0 1 0 5 2 20 0 15 0 75828357 11079016448 11664 33554432000 4194304 4196468 140730225214448 140521883818224 140522916227714 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
[pid=29356/tid=29420] ppid=29353 vsize=10819352 memory=140710102922880 CPUtime=0.11 cores=1,3,5,7
/proc/29356/task/29420/stat : 29420 (java) S 29353 29356 29230 0 -1 1077944384 652 13306 0 0 4 0 5 2 20 0 15 0 75828357 11079016448 11664 33554432000 4194304 4196468 140730225214448 140521882765424 140522916227714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
[pid=29356/tid=29421] ppid=29353 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/29356/task/29421/stat : 29421 (java) S 29353 29356 29230 0 -1 1077944384 3 13306 0 0 0 0 5 2 20 0 15 0 75828357 11079016448 11664 33554432000 4194304 4196468 140730225214448 140521459501280 140522916226773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
[pid=29356/tid=29422] ppid=29353 vsize=10819352 memory=140710102922880 CPUtime=0.07 cores=1,3,5,7
/proc/29356/task/29422/stat : 29422 (java) S 29353 29356 29230 0 -1 1077944384 1 13306 0 0 0 0 5 2 20 0 15 0 75828357 11079016448 11664 33554432000 4194304 4196468 140730225214448 140521881713840 140522916227714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 46656 KiB

[startup+0.700725 s]
/proc/loadavg: 0.00 0.01 0.05 4/216 29422
/proc/meminfo: memFree=12853056/32770624 swapFree=67108852/67108860
[pid=29356] ppid=29353 vsize=10819352 memory=64008 CPUtime=0.72 cores=1,3,5,7
/proc/29356/stat : 29356 (java) S 29353 29356 29230 0 -1 1077944320 12147 13306 0 0 61 4 5 2 20 0 15 0 75828338 11079016448 16002 33554432000 4194304 4196468 140730225214448 140730225196992 140522916216567 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
/proc/29356/statm: 2704838 16002 3180 1 0 2667149 0
[pid=29356/tid=29409] ppid=29353 vsize=10819352 memory=1696 CPUtime=0.52 cores=1,3,5,7
/proc/29356/task/29409/stat : 29409 (java) D 29353 29356 29230 0 -1 1077944384 8493 13306 0 0 42 3 5 2 20 0 15 0 75828348 11079016448 16002 33554432000 4194304 4196468 140730225214448 140522888044624 140522916240445 0 4 0 16800975 18446744072101740068 0 0 -1 5 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
[pid=29356/tid=29410] ppid=29353 vsize=10819352 memory=916 CPUtime=0.07 cores=1,3,5,7
/proc/29356/task/29410/stat : 29410 (java) S 29353 29356 29230 0 -1 1077944384 1 13306 0 0 0 0 5 2 20 0 15 0 75828352 11079016448 16002 33554432000 4194304 4196468 140730225214448 140522920458896 140522916226773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
[pid=29356/tid=29411] ppid=29353 vsize=10819352 memory=3796 CPUtime=0.07 cores=1,3,5,7
/proc/29356/task/29411/stat : 29411 (java) S 29353 29356 29230 0 -1 1077944384 1 13306 0 0 0 0 5 2 20 0 15 0 75828352 11079016448 16002 33554432000 4194304 4196468 140730225214448 140522808732176 140522916226773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
[pid=29356/tid=29412] ppid=29353 vsize=10819352 memory=2304 CPUtime=0.07 cores=1,3,5,7
/proc/29356/task/29412/stat : 29412 (java) S 29353 29356 29230 0 -1 1077944384 1 13306 0 0 0 0 5 2 20 0 15 0 75828352 11079016448 16002 33554432000 4194304 4196468 140730225214448 140522488326544 140522916226773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
[pid=29356/tid=29413] ppid=29353 vsize=10819352 memory=2304 CPUtime=0.07 cores=1,3,5,7
/proc/29356/task/29413/stat : 29413 (java) S 29353 29356 29230 0 -1 1077944384 2 13306 0 0 0 0 5 2 20 0 15 0 75828352 11079016448 16002 33554432000 4194304 4196468 140730225214448 140522487273744 140522916226773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
[pid=29356/tid=29414] ppid=29353 vsize=10819352 memory=1408 CPUtime=0.07 cores=1,3,5,7
/proc/29356/task/29414/stat : 29414 (java) S 29353 29356 29230 0 -1 1077944384 2 13306 0 0 0 0 5 2 20 0 15 0 75828353 11079016448 16002 33554432000 4194304 4196468 140730225214448 140521919482736 140522916227714 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
[pid=29356/tid=29415] ppid=29353 vsize=10819352 memory=2404 CPUtime=0.07 cores=1,3,5,7
/proc/29356/task/29415/stat : 29415 (java) S 29353 29356 29230 0 -1 1077944384 33 13306 0 0 0 0 5 2 20 0 15 0 75828354 11079016448 16002 33554432000 4194304 4196468 140730225214448 140521918428704 140522916226773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
[pid=29356/tid=29416] ppid=29353 vsize=10819352 memory=174276 CPUtime=0.07 cores=1,3,5,7
/proc/29356/task/29416/stat : 29416 (java) S 29353 29356 29230 0 -1 1077944384 1 13306 0 0 0 0 5 2 20 0 15 0 75828354 11079016448 16002 33554432000 4194304 4196468 140730225214448 140521800459632 140522916226773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
[pid=29356/tid=29417] ppid=29353 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29356/task/29417/stat : 29417 (java) S 29353 29356 29230 0 -1 1077944384 3 13306 0 0 0 0 5 2 20 0 15 0 75828357 11079016448 16002 33554432000 4194304 4196468 140730225214448 140521493059920 140522916235163 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
[pid=29356/tid=29418] ppid=29353 vsize=10819352 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/29356/task/29418/stat : 29418 (java) S 29353 29356 29230 0 -1 1077944384 606 13306 0 0 2 0 5 2 20 0 15 0 75828357 11079016448 16002 33554432000 4194304 4196468 140730225214448 140521884871024 140522916227714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
[pid=29356/tid=29419] ppid=29353 vsize=10819352 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/29356/task/29419/stat : 29419 (java) S 29353 29356 29230 0 -1 1077944384 86 13306 0 0 3 0 5 2 20 0 15 0 75828357 11079016448 16002 33554432000 4194304 4196468 140730225214448 140521883818224 140522916227714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
[pid=29356/tid=29420] ppid=29353 vsize=10819352 memory=13312 CPUtime=0.18 cores=1,3,5,7
/proc/29356/task/29420/stat : 29420 (java) S 29353 29356 29230 0 -1 1077944384 721 13306 0 0 11 0 5 2 20 0 15 0 75828357 11079016448 16002 33554432000 4194304 4196468 140730225214448 140521882765424 140522916227714 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
[pid=29356/tid=29421] ppid=29353 vsize=10819352 memory=16432 CPUtime=0.07 cores=1,3,5,7
/proc/29356/task/29421/stat : 29421 (java) S 29353 29356 29230 0 -1 1077944384 3 13306 0 0 0 0 5 2 20 0 15 0 75828357 11079016448 16002 33554432000 4194304 4196468 140730225214448 140521459501280 140522916226773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
[pid=29356/tid=29422] ppid=29353 vsize=10819352 memory=1792 CPUtime=0.07 cores=1,3,5,7
/proc/29356/task/29422/stat : 29422 (java) S 29353 29356 29230 0 -1 1077944384 1 13306 0 0 0 0 5 2 20 0 15 0 75828357 11079016448 16002 33554432000 4194304 4196468 140730225214448 140521881713840 140522916227714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
Current children cumulated CPU time: 0.72 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 64008 KiB

[startup+1.50552 s]
/proc/loadavg: 0.00 0.01 0.05 2/216 29422
/proc/meminfo: memFree=12812312/32770624 swapFree=67108852/67108860
[pid=29356] ppid=29353 vsize=10832204 memory=174212 CPUtime=2 cores=1,3,5,7
/proc/29356/stat : 29356 (java) S 29353 29356 29230 0 -1 1077944320 22891 13306 0 0 184 9 5 2 20 0 15 0 75828338 11092176896 43553 33554432000 4194304 4196468 140730225214448 140730225196992 140522916216567 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
/proc/29356/statm: 2708051 43553 3447 1 0 2669709 0
[pid=29356/tid=29409] ppid=29353 vsize=10832204 memory=0 CPUtime=1.23 cores=1,3,5,7
/proc/29356/task/29409/stat : 29409 (java) S 29353 29356 29230 0 -1 1077944384 16858 13306 0 0 112 4 5 2 20 0 15 0 75828348 11092176896 43553 33554432000 4194304 4196468 140730225214448 140522888022240 140522916226773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
[pid=29356/tid=29410] ppid=29353 vsize=10832204 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/29356/task/29410/stat : 29410 (java) S 29353 29356 29230 0 -1 1077944384 33 13306 0 0 1 0 5 2 20 0 15 0 75828352 11092176896 43553 33554432000 4194304 4196468 140730225214448 140522920458896 140522916226773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
[pid=29356/tid=29411] ppid=29353 vsize=10832204 memory=6945767142130214485 CPUtime=0.07 cores=1,3,5,7
/proc/29356/task/29411/stat : 29411 (java) R 29353 29356 29230 0 -1 4202560 12 13306 0 0 0 0 5 2 20 0 15 0 75828352 11092176896 43553 33554432000 4194304 4196468 140730225214448 140522808732296 140522908844775 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
[pid=29356/tid=29412] ppid=29353 vsize=10832204 memory=7669754862680304230 CPUtime=0.08 cores=1,3,5,7
/proc/29356/task/29412/stat : 29412 (java) S 29353 29356 29230 0 -1 1077944384 204 13306 0 0 1 0 5 2 20 0 15 0 75828352 11092176896 43553 33554432000 4194304 4196468 140730225214448 140522488326560 140522916226773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
[pid=29356/tid=29413] ppid=29353 vsize=10832204 memory=7234005189163445861 CPUtime=0.08 cores=1,3,5,7
/proc/29356/task/29413/stat : 29413 (java) S 29353 29356 29230 0 -1 1077944384 73 13306 0 0 1 0 5 2 20 0 15 0 75828352 11092176896 43553 33554432000 4194304 4196468 140730225214448 140522487273744 140522916226773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
[pid=29356/tid=29414] ppid=29353 vsize=10832204 memory=5787213840066634841 CPUtime=0.08 cores=1,3,5,7
/proc/29356/task/29414/stat : 29414 (java) S 29353 29356 29230 0 -1 1077944384 49 13306 0 0 1 0 5 2 20 0 15 0 75828353 11092176896 43553 33554432000 4194304 4196468 140730225214448 140521919481248 140522916226773 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
[pid=29356/tid=29415] ppid=29353 vsize=10832204 memory=7377005498201433682 CPUtime=0.07 cores=1,3,5,7
/proc/29356/task/29415/stat : 29415 (java) S 29353 29356 29230 0 -1 1077944384 33 13306 0 0 0 0 5 2 20 0 15 0 75828354 11092176896 43553 33554432000 4194304 4196468 140730225214448 140521918428704 140522916226773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
[pid=29356/tid=29416] ppid=29353 vsize=10832204 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29356/task/29416/stat : 29416 (java) S 29353 29356 29230 0 -1 1077944384 1 13306 0 0 0 0 5 2 20 0 15 0 75828354 11092176896 43553 33554432000 4194304 4196468 140730225214448 140521800459632 140522916226773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
[pid=29356/tid=29417] ppid=29353 vsize=10832204 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29356/task/29417/stat : 29417 (java) S 29353 29356 29230 0 -1 1077944384 3 13306 0 0 0 0 5 2 20 0 15 0 75828357 11092176896 43553 33554432000 4194304 4196468 140730225214448 140521493059920 140522916235163 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
[pid=29356/tid=29418] ppid=29353 vsize=10832204 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/29356/task/29418/stat : 29418 (java) S 29353 29356 29230 0 -1 1077944384 1045 13306 0 0 13 0 5 2 20 0 15 0 75828357 11092176896 43553 33554432000 4194304 4196468 140730225214448 140521884871024 140522916227714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
[pid=29356/tid=29419] ppid=29353 vsize=10832204 memory=12966506269086 CPUtime=0.31 cores=1,3,5,7
/proc/29356/task/29419/stat : 29419 (java) S 29353 29356 29230 0 -1 1077944384 1105 13306 0 0 24 0 5 2 20 0 15 0 75828357 11092176896 43553 33554432000 4194304 4196468 140730225214448 140521883818224 140522916227714 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
[pid=29356/tid=29420] ppid=29353 vsize=10832204 memory=281417397305464 CPUtime=0.36 cores=1,3,5,7
/proc/29356/task/29420/stat : 29420 (java) S 29353 29356 29230 0 -1 1077944384 1278 13306 0 0 29 0 5 2 20 0 15 0 75828357 11092176896 43553 33554432000 4194304 4196468 140730225214448 140521882765424 140522916227714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
[pid=29356/tid=29421] ppid=29353 vsize=10832204 memory=302585819879973698 CPUtime=0.07 cores=1,3,5,7
/proc/29356/task/29421/stat : 29421 (java) S 29353 29356 29230 0 -1 1077944384 3 13306 0 0 0 0 5 2 20 0 15 0 75828357 11092176896 43553 33554432000 4194304 4196468 140730225214448 140521459501280 140522916226773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
[pid=29356/tid=29422] ppid=29353 vsize=10832204 memory=3993962155437929248 CPUtime=0.07 cores=1,3,5,7
/proc/29356/task/29422/stat : 29422 (java) S 29353 29356 29230 0 -1 1077944384 1 13306 0 0 0 0 5 2 20 0 15 0 75828357 11092176896 43553 33554432000 4194304 4196468 140730225214448 140521881713840 140522916227714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
Current children cumulated CPU time: 2 s
Current children cumulated vsize: 10832204 KiB
Current children cumulated memory: 174212 KiB

[startup+3.1109 s]
/proc/loadavg: 0.00 0.01 0.05 7/216 29422
/proc/meminfo: memFree=12489800/32770624 swapFree=67108852/67108860
[pid=29356] ppid=29353 vsize=10844512 memory=296020 CPUtime=5.75 cores=1,3,5,7
/proc/29356/stat : 29356 (java) S 29353 29356 29230 0 -1 1077944320 33092 13306 0 0 554 14 5 2 20 0 15 0 75828338 11104780288 74005 33554432000 4194304 4196468 140730225214448 140730225196992 140522916216567 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
/proc/29356/statm: 2711128 74005 3498 1 0 2672781 0

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

/proc/29356/task/29409/stat : 29409 (java) R 29353 29356 29230 0 -1 4202560 92966 13306 0 0 229524 53 5 2 20 0 15 0 75828348 11176083456 288302 33554432000 4194304 4196468 140730225214448 140522888049888 140522500785879 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
[pid=29356/tid=29410] ppid=29353 vsize=10914144 memory=1153208 CPUtime=12.27 cores=1,3,5,7
/proc/29356/task/29410/stat : 29410 (java) S 29353 29356 29230 0 -1 1077944384 13380 13306 0 0 1163 57 5 2 20 0 15 0 75828352 11176083456 288302 33554432000 4194304 4196468 140730225214448 140522920458896 140522916226773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
[pid=29356/tid=29411] ppid=29353 vsize=10914144 memory=1153208 CPUtime=12.28 cores=1,3,5,7
/proc/29356/task/29411/stat : 29411 (java) S 29353 29356 29230 0 -1 1077944384 14212 13306 0 0 1163 58 5 2 20 0 15 0 75828352 11176083456 288302 33554432000 4194304 4196468 140730225214448 140522808732176 140522916226773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
[pid=29356/tid=29412] ppid=29353 vsize=10914144 memory=1153208 CPUtime=12.3 cores=1,3,5,7
/proc/29356/task/29412/stat : 29412 (java) S 29353 29356 29230 0 -1 1077944384 16363 13306 0 0 1162 61 5 2 20 0 15 0 75828352 11176083456 288302 33554432000 4194304 4196468 140730225214448 140522488326544 140522916226773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
[pid=29356/tid=29413] ppid=29353 vsize=10914144 memory=1153208 CPUtime=12.29 cores=1,3,5,7
/proc/29356/task/29413/stat : 29413 (java) S 29353 29356 29230 0 -1 1077944384 13591 13306 0 0 1162 60 5 2 20 0 15 0 75828352 11176083456 288302 33554432000 4194304 4196468 140730225214448 140522487273744 140522916226773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
[pid=29356/tid=29414] ppid=29353 vsize=10914144 memory=1153208 CPUtime=11.11 cores=1,3,5,7
/proc/29356/task/29414/stat : 29414 (java) S 29353 29356 29230 0 -1 1077944384 14834 13306 0 0 1042 62 5 2 20 0 15 0 75828353 11176083456 288302 33554432000 4194304 4196468 140730225214448 140521919482736 140522916227714 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
[pid=29356/tid=29415] ppid=29353 vsize=10914144 memory=1153208 CPUtime=0.07 cores=1,3,5,7
/proc/29356/task/29415/stat : 29415 (java) S 29353 29356 29230 0 -1 1077944384 39 13306 0 0 0 0 5 2 20 0 15 0 75828354 11176083456 288302 33554432000 4194304 4196468 140730225214448 140521918428768 140522916226773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
[pid=29356/tid=29416] ppid=29353 vsize=10914144 memory=4012 CPUtime=0.07 cores=1,3,5,7
/proc/29356/task/29416/stat : 29416 (java) S 29353 29356 29230 0 -1 1077944384 7 13306 0 0 0 0 5 2 20 0 15 0 75828354 11176083456 288302 33554432000 4194304 4196468 140730225214448 140521800459648 140522916226773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
[pid=29356/tid=29417] ppid=29353 vsize=10914144 memory=22752 CPUtime=0.07 cores=1,3,5,7
/proc/29356/task/29417/stat : 29417 (java) S 29353 29356 29230 0 -1 1077944384 3 13306 0 0 0 0 5 2 20 0 15 0 75828357 11176083456 288302 33554432000 4194304 4196468 140730225214448 140521493059920 140522916235163 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
[pid=29356/tid=29418] ppid=29353 vsize=10914144 memory=1153208 CPUtime=6.5 cores=1,3,5,7
/proc/29356/task/29418/stat : 29418 (java) S 29353 29356 29230 0 -1 1077944384 24531 13306 0 0 638 5 5 2 20 0 15 0 75828357 11176083456 288302 33554432000 4194304 4196468 140730225214448 140521884871024 140522916227714 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
[pid=29356/tid=29419] ppid=29353 vsize=10914144 memory=1153208 CPUtime=6.37 cores=1,3,5,7
/proc/29356/task/29419/stat : 29419 (java) S 29353 29356 29230 0 -1 1077944384 23666 13306 0 0 626 4 5 2 20 0 15 0 75828357 11176083456 288302 33554432000 4194304 4196468 140730225214448 140521883818224 140522916227714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
[pid=29356/tid=29420] ppid=29353 vsize=10914144 memory=1153208 CPUtime=2.93 cores=1,3,5,7
/proc/29356/task/29420/stat : 29420 (java) S 29353 29356 29230 0 -1 1077944384 19104 13306 0 0 281 5 5 2 20 0 15 0 75828357 11176083456 288302 33554432000 4194304 4196468 140730225214448 140521882765424 140522916227714 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
[pid=29356/tid=29421] ppid=29353 vsize=10914144 memory=1153208 CPUtime=0.07 cores=1,3,5,7
/proc/29356/task/29421/stat : 29421 (java) S 29353 29356 29230 0 -1 1077944384 3 13306 0 0 0 0 5 2 20 0 15 0 75828357 11176083456 288302 33554432000 4194304 4196468 140730225214448 140521459501280 140522916226773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
[pid=29356/tid=29422] ppid=29353 vsize=10914144 memory=1153208 CPUtime=1.4 cores=1,3,5,7
/proc/29356/task/29422/stat : 29422 (java) S 29353 29356 29230 0 -1 1077944384 1032 13306 0 0 58 75 5 2 20 0 15 0 75828357 11176083456 288302 33554432000 4194304 4196468 140730225214448 140521881713840 140522916227714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
Current children cumulated CPU time: 2372.77 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1153208 KiB

[startup+2382.3 s]
/proc/loadavg: 1.22 1.26 1.20 3/216 30026
/proc/meminfo: memFree=11067996/32770624 swapFree=67108852/67108860
[pid=29356] ppid=29353 vsize=10914144 memory=1153208 CPUtime=2433.74 cores=1,3,5,7
/proc/29356/stat : 29356 (java) S 29353 29356 29230 0 -1 1077944320 237603 13306 0 0 242980 387 5 2 20 0 15 0 75828338 11176083456 288302 33554432000 4194304 4196468 140730225214448 140730225196992 140522916216567 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
/proc/29356/statm: 2728536 288302 3524 1 0 2690189 0
[pid=29356/tid=29409] ppid=29353 vsize=10914144 memory=1214 CPUtime=2355.15 cores=1,3,5,7
/proc/29356/task/29409/stat : 29409 (java) R 29353 29356 29230 0 -1 4202560 93817 13306 0 0 235454 54 5 2 20 0 15 0 75828348 11176083456 288302 33554432000 4194304 4196468 140730225214448 140522888050496 140522500951615 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
[pid=29356/tid=29410] ppid=29353 vsize=10914144 memory=1153208 CPUtime=12.59 cores=1,3,5,7
/proc/29356/task/29410/stat : 29410 (java) S 29353 29356 29230 0 -1 1077944384 13441 13306 0 0 1194 58 5 2 20 0 15 0 75828352 11176083456 288302 33554432000 4194304 4196468 140730225214448 140522920458896 140522916226773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
[pid=29356/tid=29411] ppid=29353 vsize=10914144 memory=1153208 CPUtime=12.62 cores=1,3,5,7
/proc/29356/task/29411/stat : 29411 (java) S 29353 29356 29230 0 -1 1077944384 14269 13306 0 0 1195 60 5 2 20 0 15 0 75828352 11176083456 288302 33554432000 4194304 4196468 140730225214448 140522808732176 140522916226773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
[pid=29356/tid=29412] ppid=29353 vsize=10914144 memory=1153208 CPUtime=12.64 cores=1,3,5,7
/proc/29356/task/29412/stat : 29412 (java) S 29353 29356 29230 0 -1 1077944384 16499 13306 0 0 1193 64 5 2 20 0 15 0 75828352 11176083456 288302 33554432000 4194304 4196468 140730225214448 140522488326544 140522916226773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
[pid=29356/tid=29413] ppid=29353 vsize=10914144 memory=1153208 CPUtime=12.61 cores=1,3,5,7
/proc/29356/task/29413/stat : 29413 (java) S 29353 29356 29230 0 -1 1077944384 13944 13306 0 0 1193 61 5 2 20 0 15 0 75828352 11176083456 288302 33554432000 4194304 4196468 140730225214448 140522487273744 140522916226773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
[pid=29356/tid=29414] ppid=29353 vsize=10914144 memory=1153208 CPUtime=11.4 cores=1,3,5,7
/proc/29356/task/29414/stat : 29414 (java) S 29353 29356 29230 0 -1 1077944384 15033 13306 0 0 1069 64 5 2 20 0 15 0 75828353 11176083456 288302 33554432000 4194304 4196468 140730225214448 140521919482736 140522916227714 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
[pid=29356/tid=29415] ppid=29353 vsize=10914144 memory=1153208 CPUtime=0.07 cores=1,3,5,7
/proc/29356/task/29415/stat : 29415 (java) S 29353 29356 29230 0 -1 1077944384 39 13306 0 0 0 0 5 2 20 0 15 0 75828354 11176083456 288302 33554432000 4194304 4196468 140730225214448 140521918428768 140522916226773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
[pid=29356/tid=29416] ppid=29353 vsize=10914144 memory=1153208 CPUtime=0.07 cores=1,3,5,7
/proc/29356/task/29416/stat : 29416 (java) S 29353 29356 29230 0 -1 1077944384 7 13306 0 0 0 0 5 2 20 0 15 0 75828354 11176083456 288302 33554432000 4194304 4196468 140730225214448 140521800459648 140522916226773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
[pid=29356/tid=29417] ppid=29353 vsize=10914144 memory=1153208 CPUtime=0.07 cores=1,3,5,7
/proc/29356/task/29417/stat : 29417 (java) S 29353 29356 29230 0 -1 1077944384 3 13306 0 0 0 0 5 2 20 0 15 0 75828357 11176083456 288302 33554432000 4194304 4196468 140730225214448 140521493059920 140522916235163 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
[pid=29356/tid=29418] ppid=29353 vsize=10914144 memory=4012 CPUtime=6.5 cores=1,3,5,7
/proc/29356/task/29418/stat : 29418 (java) S 29353 29356 29230 0 -1 1077944384 24533 13306 0 0 638 5 5 2 20 0 15 0 75828357 11176083456 288302 33554432000 4194304 4196468 140730225214448 140521884871024 140522916227714 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
[pid=29356/tid=29419] ppid=29353 vsize=10914144 memory=1153208 CPUtime=6.37 cores=1,3,5,7
/proc/29356/task/29419/stat : 29419 (java) S 29353 29356 29230 0 -1 1077944384 23668 13306 0 0 626 4 5 2 20 0 15 0 75828357 11176083456 288302 33554432000 4194304 4196468 140730225214448 140521883818224 140522916227714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
[pid=29356/tid=29420] ppid=29353 vsize=10914144 memory=1153208 CPUtime=2.94 cores=1,3,5,7
/proc/29356/task/29420/stat : 29420 (java) S 29353 29356 29230 0 -1 1077944384 19106 13306 0 0 282 5 5 2 20 0 15 0 75828357 11176083456 288302 33554432000 4194304 4196468 140730225214448 140521882765424 140522916227714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
[pid=29356/tid=29421] ppid=29353 vsize=10914144 memory=22752 CPUtime=0.07 cores=1,3,5,7
/proc/29356/task/29421/stat : 29421 (java) S 29353 29356 29230 0 -1 1077944384 3 13306 0 0 0 0 5 2 20 0 15 0 75828357 11176083456 288302 33554432000 4194304 4196468 140730225214448 140521459501280 140522916226773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
[pid=29356/tid=29422] ppid=29353 vsize=10914144 memory=2416 CPUtime=1.44 cores=1,3,5,7
/proc/29356/task/29422/stat : 29422 (java) S 29353 29356 29230 0 -1 1077944384 1048 13306 0 0 60 77 5 2 20 0 15 0 75828357 11176083456 288302 33554432000 4194304 4196468 140730225214448 140521881713840 140522916227714 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
Current children cumulated CPU time: 2433.74 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1153208 KiB

[startup+2442.3 s]
/proc/loadavg: 1.12 1.23 1.20 3/216 30027
/proc/meminfo: memFree=11066236/32770624 swapFree=67108852/67108860
[pid=29356] ppid=29353 vsize=10914144 memory=1155256 CPUtime=2494.68 cores=1,3,5,7
/proc/29356/stat : 29356 (java) S 29353 29356 29230 0 -1 1077944320 239776 13306 0 0 249066 395 5 2 20 0 15 0 75828338 11176083456 288814 33554432000 4194304 4196468 140730225214448 140730225196992 140522916216567 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
/proc/29356/statm: 2728536 288814 3524 1 0 2690189 0
[pid=29356/tid=29409] ppid=29353 vsize=10914144 memory=1155256 CPUtime=2414.47 cores=1,3,5,7
/proc/29356/task/29409/stat : 29409 (java) R 29353 29356 29230 0 -1 4202560 94744 13306 0 0 241385 55 5 2 20 0 15 0 75828348 11176083456 288814 33554432000 4194304 4196468 140730225214448 140522888049920 140522488669318 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
[pid=29356/tid=29410] ppid=29353 vsize=10914144 memory=1155256 CPUtime=12.92 cores=1,3,5,7
/proc/29356/task/29410/stat : 29410 (java) S 29353 29356 29230 0 -1 1077944384 14084 13306 0 0 1226 59 5 2 20 0 15 0 75828352 11176083456 288814 33554432000 4194304 4196468 140730225214448 140522920458896 140522916226773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
[pid=29356/tid=29411] ppid=29353 vsize=10914144 memory=1153208 CPUtime=12.95 cores=1,3,5,7
/proc/29356/task/29411/stat : 29411 (java) S 29353 29356 29230 0 -1 1077944384 14394 13306 0 0 1227 61 5 2 20 0 15 0 75828352 11176083456 288814 33554432000 4194304 4196468 140730225214448 140522808732176 140522916226773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
[pid=29356/tid=29412] ppid=29353 vsize=10914144 memory=1155256 CPUtime=12.96 cores=1,3,5,7
/proc/29356/task/29412/stat : 29412 (java) S 29353 29356 29230 0 -1 1077944384 16643 13306 0 0 1224 65 5 2 20 0 15 0 75828352 11176083456 288814 33554432000 4194304 4196468 140730225214448 140522488326544 140522916226773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
[pid=29356/tid=29413] ppid=29353 vsize=10914144 memory=1155256 CPUtime=12.94 cores=1,3,5,7
/proc/29356/task/29413/stat : 29413 (java) S 29353 29356 29230 0 -1 1077944384 14025 13306 0 0 1225 62 5 2 20 0 15 0 75828352 11176083456 288814 33554432000 4194304 4196468 140730225214448 140522487273744 140522916226773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
[pid=29356/tid=29414] ppid=29353 vsize=10914144 memory=1155256 CPUtime=11.67 cores=1,3,5,7
/proc/29356/task/29414/stat : 29414 (java) S 29353 29356 29230 0 -1 1077944384 15255 13306 0 0 1095 65 5 2 20 0 15 0 75828353 11176083456 288814 33554432000 4194304 4196468 140730225214448 140521919482736 140522916227714 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
[pid=29356/tid=29415] ppid=29353 vsize=10914144 memory=1155256 CPUtime=0.07 cores=1,3,5,7
/proc/29356/task/29415/stat : 29415 (java) S 29353 29356 29230 0 -1 1077944384 39 13306 0 0 0 0 5 2 20 0 15 0 75828354 11176083456 288814 33554432000 4194304 4196468 140730225214448 140521918428768 140522916226773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
[pid=29356/tid=29416] ppid=29353 vsize=10914144 memory=1155256 CPUtime=0.07 cores=1,3,5,7
/proc/29356/task/29416/stat : 29416 (java) S 29353 29356 29230 0 -1 1077944384 7 13306 0 0 0 0 5 2 20 0 15 0 75828354 11176083456 288814 33554432000 4194304 4196468 140730225214448 140521800459648 140522916226773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
[pid=29356/tid=29417] ppid=29353 vsize=10914144 memory=1155256 CPUtime=0.07 cores=1,3,5,7
/proc/29356/task/29417/stat : 29417 (java) S 29353 29356 29230 0 -1 1077944384 3 13306 0 0 0 0 5 2 20 0 15 0 75828357 11176083456 288814 33554432000 4194304 4196468 140730225214448 140521493059920 140522916235163 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
[pid=29356/tid=29418] ppid=29353 vsize=10914144 memory=1155256 CPUtime=6.5 cores=1,3,5,7
/proc/29356/task/29418/stat : 29418 (java) S 29353 29356 29230 0 -1 1077944384 24537 13306 0 0 638 5 5 2 20 0 15 0 75828357 11176083456 288814 33554432000 4194304 4196468 140730225214448 140521884871024 140522916227714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
[pid=29356/tid=29419] ppid=29353 vsize=10914144 memory=1155256 CPUtime=6.37 cores=1,3,5,7
/proc/29356/task/29419/stat : 29419 (java) S 29353 29356 29230 0 -1 1077944384 23672 13306 0 0 626 4 5 2 20 0 15 0 75828357 11176083456 288814 33554432000 4194304 4196468 140730225214448 140521883818224 140522916227714 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
[pid=29356/tid=29420] ppid=29353 vsize=10914144 memory=1155256 CPUtime=2.94 cores=1,3,5,7
/proc/29356/task/29420/stat : 29420 (java) S 29353 29356 29230 0 -1 1077944384 19110 13306 0 0 282 5 5 2 20 0 15 0 75828357 11176083456 288814 33554432000 4194304 4196468 140730225214448 140521882765424 140522916227714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
[pid=29356/tid=29421] ppid=29353 vsize=10914144 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/29356/task/29421/stat : 29421 (java) S 29353 29356 29230 0 -1 1077944384 3 13306 0 0 0 0 5 2 20 0 15 0 75828357 11176083456 288814 33554432000 4194304 4196468 140730225214448 140521459501280 140522916226773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
[pid=29356/tid=29422] ppid=29353 vsize=10914144 memory=4124 CPUtime=1.46 cores=1,3,5,7
/proc/29356/task/29422/stat : 29422 (java) S 29353 29356 29230 0 -1 1077944384 1067 13306 0 0 61 78 5 2 20 0 15 0 75828357 11176083456 288814 33554432000 4194304 4196468 140730225214448 140521881713840 140522916227714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
Current children cumulated CPU time: 2494.68 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1155256 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2467.2 s]
/proc/loadavg: 1.27 1.26 1.21 3/216 30028
/proc/meminfo: memFree=11066324/32770624 swapFree=67108852/67108860
[pid=29356] ppid=29353 vsize=10914144 memory=1155256 CPUtime=2520.01 cores=1,3,5,7
/proc/29356/stat : 29356 (java) S 29353 29356 29230 0 -1 1077944320 240551 13306 0 0 251594 400 5 2 20 0 15 0 75828338 11176083456 288814 33554432000 4194304 4196468 140730225214448 140730225196992 140522916216567 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
/proc/29356/statm: 2728536 288814 3524 1 0 2690189 0
[pid=29356/tid=29409] ppid=29353 vsize=10914144 memory=1300 CPUtime=2439.08 cores=1,3,5,7
/proc/29356/task/29409/stat : 29409 (java) R 29353 29356 29230 0 -1 4202560 95062 13306 0 0 243846 55 5 2 20 0 15 0 75828348 11176083456 288814 33554432000 4194304 4196468 140730225214448 140522888050448 140522488669348 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
[pid=29356/tid=29410] ppid=29353 vsize=10914144 memory=1155256 CPUtime=13.06 cores=1,3,5,7
/proc/29356/task/29410/stat : 29410 (java) S 29353 29356 29230 0 -1 1077944384 14211 13306 0 0 1239 60 5 2 20 0 15 0 75828352 11176083456 288814 33554432000 4194304 4196468 140730225214448 140522920458896 140522916226773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
[pid=29356/tid=29411] ppid=29353 vsize=10914144 memory=1008 CPUtime=13.1 cores=1,3,5,7
/proc/29356/task/29411/stat : 29411 (java) S 29353 29356 29230 0 -1 1077944384 14398 13306 0 0 1241 62 5 2 20 0 15 0 75828352 11176083456 288814 33554432000 4194304 4196468 140730225214448 140522808732176 140522916226773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
[pid=29356/tid=29412] ppid=29353 vsize=10914144 memory=1952 CPUtime=13.1 cores=1,3,5,7
/proc/29356/task/29412/stat : 29412 (java) S 29353 29356 29230 0 -1 1077944384 16752 13306 0 0 1237 66 5 2 20 0 15 0 75828352 11176083456 288814 33554432000 4194304 4196468 140730225214448 140522488326544 140522916226773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
[pid=29356/tid=29413] ppid=29353 vsize=10914144 memory=1228 CPUtime=13.09 cores=1,3,5,7
/proc/29356/task/29413/stat : 29413 (java) S 29353 29356 29230 0 -1 1077944384 14054 13306 0 0 1239 63 5 2 20 0 15 0 75828352 11176083456 288814 33554432000 4194304 4196468 140730225214448 140522487273744 140522916226773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
[pid=29356/tid=29414] ppid=29353 vsize=10914144 memory=1155256 CPUtime=11.81 cores=1,3,5,7
/proc/29356/task/29414/stat : 29414 (java) S 29353 29356 29230 0 -1 1077944384 15430 13306 0 0 1107 67 5 2 20 0 15 0 75828353 11176083456 288814 33554432000 4194304 4196468 140730225214448 140521919482736 140522916227714 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
[pid=29356/tid=29415] ppid=29353 vsize=10914144 memory=2416 CPUtime=0.07 cores=1,3,5,7
/proc/29356/task/29415/stat : 29415 (java) S 29353 29356 29230 0 -1 1077944384 39 13306 0 0 0 0 5 2 20 0 15 0 75828354 11176083456 288814 33554432000 4194304 4196468 140730225214448 140521918428768 140522916226773 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
[pid=29356/tid=29416] ppid=29353 vsize=10914144 memory=1300 CPUtime=0.07 cores=1,3,5,7
/proc/29356/task/29416/stat : 29416 (java) S 29353 29356 29230 0 -1 1077944384 7 13306 0 0 0 0 5 2 20 0 15 0 75828354 11176083456 288814 33554432000 4194304 4196468 140730225214448 140521800459648 140522916226773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
[pid=29356/tid=29417] ppid=29353 vsize=10914144 memory=1008 CPUtime=0.07 cores=1,3,5,7
/proc/29356/task/29417/stat : 29417 (java) S 29353 29356 29230 0 -1 1077944384 3 13306 0 0 0 0 5 2 20 0 15 0 75828357 11176083456 288814 33554432000 4194304 4196468 140730225214448 140521493059920 140522916235163 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
[pid=29356/tid=29418] ppid=29353 vsize=10914144 memory=1952 CPUtime=6.5 cores=1,3,5,7
/proc/29356/task/29418/stat : 29418 (java) S 29353 29356 29230 0 -1 1077944384 24537 13306 0 0 638 5 5 2 20 0 15 0 75828357 11176083456 288814 33554432000 4194304 4196468 140730225214448 140521884871024 140522916227714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
[pid=29356/tid=29419] ppid=29353 vsize=10914144 memory=1952 CPUtime=6.37 cores=1,3,5,7
/proc/29356/task/29419/stat : 29419 (java) S 29353 29356 29230 0 -1 1077944384 23672 13306 0 0 626 4 5 2 20 0 15 0 75828357 11176083456 288814 33554432000 4194304 4196468 140730225214448 140521883818224 140522916227714 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
[pid=29356/tid=29420] ppid=29353 vsize=10914144 memory=8564 CPUtime=2.94 cores=1,3,5,7
/proc/29356/task/29420/stat : 29420 (java) S 29353 29356 29230 0 -1 1077944384 19110 13306 0 0 282 5 5 2 20 0 15 0 75828357 11176083456 288814 33554432000 4194304 4196468 140730225214448 140521882765424 140522916227714 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
[pid=29356/tid=29421] ppid=29353 vsize=10914144 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/29356/task/29421/stat : 29421 (java) S 29353 29356 29230 0 -1 1077944384 3 13306 0 0 0 0 5 2 20 0 15 0 75828357 11176083456 288814 33554432000 4194304 4196468 140730225214448 140521459501280 140522916226773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
[pid=29356/tid=29422] ppid=29353 vsize=10914144 memory=1300 CPUtime=1.48 cores=1,3,5,7
/proc/29356/task/29422/stat : 29422 (java) S 29353 29356 29230 0 -1 1077944384 1080 13306 0 0 62 79 5 2 20 0 15 0 75828357 11176083456 288814 33554432000 4194304 4196468 140730225214448 140521881713840 140522916227714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31539200 140730225220207 140730225223004 140730225223004 140730225225679 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1155256 KiB

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

[startup+2467.23 s]
# the end of solver process 29356 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.02 s, system=4.0414 s

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

Child status: 143
Real time (s): 2467.23
CPU time (s): 2520.06
CPU user time (s): 2516.02
CPU system time (s): 4.0414
CPU usage (%): 102.141
Max. virtual memory (cumulated for all children) (KiB): 10917000
Max. memory (cumulated for all children) (KiB): 1369412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.02
system time used= 4.0414
maximum resident set size= 1369412
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 254696
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2880
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 303702
involuntary context switches= 6648


# summary of solver processes directly reported to runsolver:
#   pid: 29356
#   total CPU time (s): 2520.06
#   total CPU user time (s): 2516.02
#   total CPU system time (s): 4.0414

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.1876 second user time and 25.0507 second system time

The end

Launcher Data

Begin job on node148 at 2018-07-26 07:24:12
IDJOB=4295520
IDBENCH=141562
IDSOLVER=2750
FILE ID=node148/4295520-1532582652
RUNJOBID= node148-1532582651-29262
PBS_JOBID= 21021961
Free space on /tmp= 43240 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/MagicHexagon/MagicHexagon-08-0006_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4295520-1532582652/watcher-4295520-1532582652 -o /tmp/evaluation-result-4295520-1532582652/solver-4295520-1532582652 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532582651-29262 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=530472144 HOME/instance-4295520-1532582652.xml

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

MD5SUM BENCH= e0f43de676a90a3e6f61e2deb5ab7ad8
RANDOM SEED=530472144

node148.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.50
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.50
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.50
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.50
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:        12971840 kB
MemAvailable:   31844960 kB
Buffers:          217624 kB
Cached:         18591592 kB
SwapCached:            8 kB
Active:          2491380 kB
Inactive:       16456008 kB
Active(anon):      91984 kB
Inactive(anon):    74280 kB
Active(file):    2399396 kB
Inactive(file): 16381728 kB
Unevictable:        7080 kB
Mlocked:            7080 kB
SwapTotal:      67108860 kB
SwapFree:       67108852 kB
Dirty:             52808 kB
Writeback:             0 kB
AnonPages:        108856 kB
Mapped:            51892 kB
Shmem:             25216 kB
Slab:             547912 kB
SReclaimable:     520456 kB
SUnreclaim:        27456 kB
KernelStack:        3184 kB
PageTables:         5696 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1339836 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 43212 MiB
End job on node148 at 2018-07-26 08:05:19