Trace number 4304221

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.9.2? (TO) 2520.18 2286.96

General information on the benchmark

NamePseudoBoolean-opt/
Pb-circ10-3_c18.xml
MD5SUM2a9d5e672b2129585e8bdcc62e976dce
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark360
Best CPU time to get the best result obtained on this benchmark2520.06
Satisfiable
(Un)Satisfiability was proved
Number of variables2700
Number of constraints42620
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":2700}]
Minimum variable degree20
Maximum variable degree272
Distribution of variable degrees[{"degree":20,"count":20},{"degree":21,"count":180},{"degree":30,"count":20},{"degree":31,"count":20},{"degree":32,"count":210},{"degree":42,"count":90},{"degree":52,"count":720},{"degree":59,"count":90},{"degree":76,"count":90},{"degree":92,"count":90},{"degree":108,"count":90},{"degree":124,"count":90},{"degree":140,"count":90},{"degree":156,"count":90},{"degree":172,"count":90},{"degree":188,"count":90},{"degree":204,"count":90},{"degree":220,"count":90},{"degree":236,"count":90},{"degree":252,"count":90},{"degree":266,"count":90},{"degree":267,"count":90},{"degree":272,"count":90}]
Minimum constraint arity2
Maximum constraint arity36
Distribution of constraint arities[{"arity":2,"count":3330},{"arity":3,"count":16740},{"arity":4,"count":1590},{"arity":5,"count":1440},{"arity":6,"count":1440},{"arity":7,"count":1440},{"arity":8,"count":1440},{"arity":9,"count":1820},{"arity":10,"count":1620},{"arity":11,"count":1440},{"arity":12,"count":1440},{"arity":13,"count":1440},{"arity":14,"count":1440},{"arity":15,"count":1440},{"arity":16,"count":1440},{"arity":17,"count":1440},{"arity":18,"count":1530},{"arity":36,"count":150}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":42620}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304221-1534048382/watcher-4304221-1534048382 -o /tmp/evaluation-result-4304221-1534048382/solver-4304221-1534048382 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1534037558-11009 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=358443673 HOME/instance-4304221-1534048382.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=13253, runsolver pid=13250
Current StackSize limit: 8192 KiB


[startup+0.10019 s]*
/proc/loadavg: 1.43 1.43 1.43 3/207 13306
/proc/meminfo: memFree=6604748/32770624 swapFree=67108856/67108860
[pid=13253] ppid=13250 vsize=10005480 memory=18324 CPUtime=0.09 cores=0,2,4,6
/proc/13253/stat : 13253 (java) S 13250 13253 9992 0 -1 1077944320 4214 13143 0 0 1 0 5 3 20 0 6 0 222401334 10245611520 4581 33554432000 4194304 4196468 140732516111264 140732516093808 140168283729655 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
/proc/13253/statm: 2501370 4581 1930 1 0 2489808 0
[pid=13253/tid=13306] ppid=13250 vsize=10005480 memory=4279135703980081295 CPUtime=0.09 cores=0,2,4,6
/proc/13253/task/13306/stat : 13306 (java) R 13250 13253 9992 0 -1 4202560 2027 13143 0 0 1 0 5 3 20 0 6 0 222401344 10245611520 4581 33554432000 4194304 4196468 140732516111264 140168255566416 140168269412181 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
[pid=13253/tid=13307] ppid=13250 vsize=10005480 memory=8257237230052613020 CPUtime=0.08 cores=0,2,4,6
/proc/13253/task/13307/stat : 13307 (java) S 13250 13253 9992 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 6 0 222401345 10245611520 4581 33554432000 4194304 4196468 140732516111264 140168287971856 140168283739861 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
[pid=13253/tid=13308] ppid=13250 vsize=10005480 memory=140194133218944 CPUtime=0.08 cores=0,2,4,6
/proc/13253/task/13308/stat : 13308 (java) S 13250 13253 9992 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 6 0 222401345 10245611520 4581 33554432000 4194304 4196468 140732516111264 140168142690960 140168283739861 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
[pid=13253/tid=13309] ppid=13250 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13253/task/13309/stat : 13309 (java) S 13250 13253 9992 0 -1 1077944384 2 13143 0 0 0 0 5 3 20 0 6 0 222401345 10245611520 4581 33554432000 4194304 4196468 140732516111264 140168141637904 140168283739861 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
[pid=13253/tid=13310] ppid=13250 vsize=10005480 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/13253/task/13310/stat : 13310 (java) S 13250 13253 9992 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 6 0 222401345 10245611520 4581 33554432000 4194304 4196468 140732516111264 140168140585360 140168283739861 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 18324 KiB

[startup+0.210286 s]*
/proc/loadavg: 1.43 1.43 1.43 3/220 13319
/proc/meminfo: memFree=6578932/32770624 swapFree=67108856/67108860
[pid=13253] ppid=13250 vsize=10982744 memory=44688 CPUtime=0.26 cores=0,2,4,6
/proc/13253/stat : 13253 (java) S 13250 13253 9992 0 -1 1077944320 7287 13143 0 0 18 0 5 3 20 0 15 0 222401334 11246329856 11172 33554432000 4194304 4196468 140732516111264 140732516093808 140168283729655 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
/proc/13253/statm: 2745686 11172 2977 1 0 2708109 0
[pid=13253/tid=13306] ppid=13250 vsize=10982744 memory=-6517102902069810590 CPUtime=0.19 cores=0,2,4,6
/proc/13253/task/13306/stat : 13306 (java) R 13250 13253 9992 0 -1 4202560 3899 13143 0 0 11 0 5 3 20 0 15 0 222401344 11246329856 11172 33554432000 4194304 4196468 140732516111264 140168255507616 140168264005469 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
[pid=13253/tid=13307] ppid=13250 vsize=10982744 memory=-7025452035940392864 CPUtime=0.08 cores=0,2,4,6
/proc/13253/task/13307/stat : 13307 (java) S 13250 13253 9992 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 15 0 222401345 11246329856 11238 33554432000 4194304 4196468 140732516111264 140168287971856 140168283739861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
[pid=13253/tid=13308] ppid=13250 vsize=10982744 memory=140194133218944 CPUtime=0.08 cores=0,2,4,6
/proc/13253/task/13308/stat : 13308 (java) S 13250 13253 9992 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 15 0 222401345 11246329856 11238 33554432000 4194304 4196468 140732516111264 140168142690960 140168283739861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
[pid=13253/tid=13309] ppid=13250 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13253/task/13309/stat : 13309 (java) S 13250 13253 9992 0 -1 1077944384 2 13143 0 0 0 0 5 3 20 0 15 0 222401345 11246329856 11238 33554432000 4194304 4196468 140732516111264 140168141637904 140168283739861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
[pid=13253/tid=13310] ppid=13250 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/13253/task/13310/stat : 13310 (java) S 13250 13253 9992 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 15 0 222401345 11246329856 11238 33554432000 4194304 4196468 140732516111264 140168140585360 140168283739861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
[pid=13253/tid=13311] ppid=13250 vsize=10982744 memory=140194133218944 CPUtime=0.08 cores=0,2,4,6
/proc/13253/task/13311/stat : 13311 (java) S 13250 13253 9992 0 -1 1077944384 2 13143 0 0 0 0 5 3 20 0 15 0 222401346 11246329856 11238 33554432000 4194304 4196468 140732516111264 140167709031152 140168283740802 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
[pid=13253/tid=13312] ppid=13250 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/13253/task/13312/stat : 13312 (java) S 13250 13253 9992 0 -1 1077944384 13 13143 0 0 0 0 5 3 20 0 15 0 222401346 11246329856 11238 33554432000 4194304 4196468 140732516111264 140167063004832 140168283739861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
[pid=13253/tid=13313] ppid=13250 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13253/task/13313/stat : 13313 (java) S 13250 13253 9992 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 15 0 222401347 11246329856 11238 33554432000 4194304 4196468 140732516111264 140166861677808 140168283739861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
[pid=13253/tid=13314] ppid=13250 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13253/task/13314/stat : 13314 (java) S 13250 13253 9992 0 -1 1077944384 3 13143 0 0 0 0 5 3 20 0 15 0 222401349 11246329856 11238 33554432000 4194304 4196468 140732516111264 140166554278352 140168283748251 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
[pid=13253/tid=13315] ppid=13250 vsize=10982744 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/13253/task/13315/stat : 13315 (java) S 13250 13253 9992 0 -1 1077944384 558 13143 0 0 1 0 5 3 20 0 15 0 222401349 11246329856 11238 33554432000 4194304 4196468 140732516111264 140167707977968 140168283740802 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
[pid=13253/tid=13316] ppid=13250 vsize=10982744 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/13253/task/13316/stat : 13316 (java) S 13250 13253 9992 0 -1 1077944384 71 13143 0 0 1 0 5 3 20 0 15 0 222401349 11246329856 11238 33554432000 4194304 4196468 140732516111264 140167706925424 140168283740802 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
[pid=13253/tid=13317] ppid=13250 vsize=10982744 memory=140194133218944 CPUtime=0.11 cores=0,2,4,6
/proc/13253/task/13317/stat : 13317 (java) S 13250 13253 9992 0 -1 1077944384 604 13143 0 0 3 0 5 3 20 0 15 0 222401349 11246329856 11238 33554432000 4194304 4196468 140732516111264 140167705872368 140168283740802 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
[pid=13253/tid=13318] ppid=13250 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/13253/task/13318/stat : 13318 (java) S 13250 13253 9992 0 -1 1077944384 3 13143 0 0 0 0 5 3 20 0 15 0 222401349 11246329856 11238 33554432000 4194304 4196468 140732516111264 140166123481440 140168283739861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
[pid=13253/tid=13319] ppid=13250 vsize=10982744 memory=140194133218944 CPUtime=0.08 cores=0,2,4,6
/proc/13253/task/13319/stat : 13319 (java) S 13250 13253 9992 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 15 0 222401350 11246329856 11304 33554432000 4194304 4196468 140732516111264 140167704820784 140168283740802 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 44688 KiB

[startup+0.310563 s]*
/proc/loadavg: 1.43 1.43 1.43 3/220 13319
/proc/meminfo: memFree=6551948/32770624 swapFree=67108856/67108860
[pid=13253] ppid=13250 vsize=10983192 memory=57180 CPUtime=0.39 cores=0,2,4,6
/proc/13253/stat : 13253 (java) S 13250 13253 9992 0 -1 1077944320 10281 13143 0 0 29 2 5 3 20 0 15 0 222401334 11246788608 14295 33554432000 4194304 4196468 140732516111264 140732516093808 140168283729655 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
/proc/13253/statm: 2745798 14295 3096 1 0 2708109 0
[pid=13253/tid=13306] ppid=13250 vsize=10983192 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/13253/task/13306/stat : 13306 (java) R 13250 13253 9992 0 -1 4202560 6821 13143 0 0 20 1 5 3 20 0 15 0 222401344 11246788608 14295 33554432000 4194304 4196468 140732516111264 140168255541664 140168283751581 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
[pid=13253/tid=13307] ppid=13250 vsize=10983192 memory=7084833269481492816 CPUtime=0.08 cores=0,2,4,6
/proc/13253/task/13307/stat : 13307 (java) S 13250 13253 9992 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 15 0 222401345 11246788608 14295 33554432000 4194304 4196468 140732516111264 140168287971856 140168283739861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
[pid=13253/tid=13308] ppid=13250 vsize=10983192 memory=2076 CPUtime=0.08 cores=0,2,4,6
/proc/13253/task/13308/stat : 13308 (java) S 13250 13253 9992 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 15 0 222401345 11246788608 14295 33554432000 4194304 4196468 140732516111264 140168142690960 140168283739861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
[pid=13253/tid=13309] ppid=13250 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13253/task/13309/stat : 13309 (java) S 13250 13253 9992 0 -1 1077944384 2 13143 0 0 0 0 5 3 20 0 15 0 222401345 11246788608 14295 33554432000 4194304 4196468 140732516111264 140168141637904 140168283739861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
[pid=13253/tid=13310] ppid=13250 vsize=10983192 memory=4126316290023845779 CPUtime=0.08 cores=0,2,4,6
/proc/13253/task/13310/stat : 13310 (java) S 13250 13253 9992 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 15 0 222401345 11246788608 14295 33554432000 4194304 4196468 140732516111264 140168140585360 140168283739861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
[pid=13253/tid=13311] ppid=13250 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13253/task/13311/stat : 13311 (java) S 13250 13253 9992 0 -1 1077944384 2 13143 0 0 0 0 5 3 20 0 15 0 222401346 11246788608 14295 33554432000 4194304 4196468 140732516111264 140167709031152 140168283740802 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
[pid=13253/tid=13312] ppid=13250 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13253/task/13312/stat : 13312 (java) S 13250 13253 9992 0 -1 1077944384 13 13143 0 0 0 0 5 3 20 0 15 0 222401346 11246788608 14295 33554432000 4194304 4196468 140732516111264 140167063004832 140168283739861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
[pid=13253/tid=13313] ppid=13250 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13253/task/13313/stat : 13313 (java) S 13250 13253 9992 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 15 0 222401347 11246788608 14295 33554432000 4194304 4196468 140732516111264 140166861677808 140168283739861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
[pid=13253/tid=13314] ppid=13250 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13253/task/13314/stat : 13314 (java) S 13250 13253 9992 0 -1 1077944384 3 13143 0 0 0 0 5 3 20 0 15 0 222401349 11246788608 14295 33554432000 4194304 4196468 140732516111264 140166554278352 140168283748251 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
[pid=13253/tid=13315] ppid=13250 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/13253/task/13315/stat : 13315 (java) S 13250 13253 9992 0 -1 1077944384 559 13143 0 0 1 0 5 3 20 0 15 0 222401349 11246788608 14295 33554432000 4194304 4196468 140732516111264 140167707977968 140168283740802 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
[pid=13253/tid=13316] ppid=13250 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/13253/task/13316/stat : 13316 (java) S 13250 13253 9992 0 -1 1077944384 72 13143 0 0 1 0 5 3 20 0 15 0 222401349 11246788608 14295 33554432000 4194304 4196468 140732516111264 140167706925424 140168283740802 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
[pid=13253/tid=13317] ppid=13250 vsize=10983192 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/13253/task/13317/stat : 13317 (java) S 13250 13253 9992 0 -1 1077944384 614 13143 0 0 5 0 5 3 20 0 15 0 222401349 11246788608 14295 33554432000 4194304 4196468 140732516111264 140167705872368 140168283740802 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
[pid=13253/tid=13318] ppid=13250 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13253/task/13318/stat : 13318 (java) S 13250 13253 9992 0 -1 1077944384 3 13143 0 0 0 0 5 3 20 0 15 0 222401349 11246788608 14295 33554432000 4194304 4196468 140732516111264 140166123481440 140168283739861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
[pid=13253/tid=13319] ppid=13250 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13253/task/13319/stat : 13319 (java) S 13250 13253 9992 0 -1 1077944384 2 13143 0 0 0 0 5 3 20 0 15 0 222401350 11246788608 14295 33554432000 4194304 4196468 140732516111264 140167704820784 140168283740802 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 57180 KiB

[startup+0.70083 s]
/proc/loadavg: 1.43 1.43 1.43 4/220 13319
/proc/meminfo: memFree=6544780/32770624 swapFree=67108856/67108860
[pid=13253] ppid=13250 vsize=10983192 memory=89192 CPUtime=0.99 cores=0,2,4,6
/proc/13253/stat : 13253 (java) S 13250 13253 9992 0 -1 1077944320 16379 13143 0 0 88 3 5 3 20 0 15 0 222401334 11246788608 22298 33554432000 4194304 4196468 140732516111264 140732516093808 140168283729655 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
/proc/13253/statm: 2745798 22298 3247 1 0 2708109 0
[pid=13253/tid=13306] ppid=13250 vsize=10983192 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/13253/task/13306/stat : 13306 (java) R 13250 13253 9992 0 -1 4202560 11869 13143 0 0 57 2 5 3 20 0 15 0 222401344 11246788608 22298 33554432000 4194304 4196468 140732516111264 140168255551376 140168269423087 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
[pid=13253/tid=13307] ppid=13250 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13253/task/13307/stat : 13307 (java) S 13250 13253 9992 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 15 0 222401345 11246788608 22298 33554432000 4194304 4196468 140732516111264 140168287971856 140168283739861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
[pid=13253/tid=13308] ppid=13250 vsize=10983192 memory=3768 CPUtime=0.08 cores=0,2,4,6
/proc/13253/task/13308/stat : 13308 (java) S 13250 13253 9992 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 15 0 222401345 11246788608 22298 33554432000 4194304 4196468 140732516111264 140168142690960 140168283739861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
[pid=13253/tid=13309] ppid=13250 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13253/task/13309/stat : 13309 (java) S 13250 13253 9992 0 -1 1077944384 2 13143 0 0 0 0 5 3 20 0 15 0 222401345 11246788608 22298 33554432000 4194304 4196468 140732516111264 140168141637904 140168283739861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
[pid=13253/tid=13310] ppid=13250 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13253/task/13310/stat : 13310 (java) S 13250 13253 9992 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 15 0 222401345 11246788608 22298 33554432000 4194304 4196468 140732516111264 140168140585360 140168283739861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
[pid=13253/tid=13311] ppid=13250 vsize=10983192 memory=4420 CPUtime=0.08 cores=0,2,4,6
/proc/13253/task/13311/stat : 13311 (java) S 13250 13253 9992 0 -1 1077944384 5 13143 0 0 0 0 5 3 20 0 15 0 222401346 11246788608 22298 33554432000 4194304 4196468 140732516111264 140167709031152 140168283740802 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
[pid=13253/tid=13312] ppid=13250 vsize=10983192 memory=6628 CPUtime=0.08 cores=0,2,4,6
/proc/13253/task/13312/stat : 13312 (java) S 13250 13253 9992 0 -1 1077944384 13 13143 0 0 0 0 5 3 20 0 15 0 222401346 11246788608 22298 33554432000 4194304 4196468 140732516111264 140167063004832 140168283739861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
[pid=13253/tid=13313] ppid=13250 vsize=10983192 memory=8836 CPUtime=0.08 cores=0,2,4,6
/proc/13253/task/13313/stat : 13313 (java) S 13250 13253 9992 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 15 0 222401347 11246788608 22298 33554432000 4194304 4196468 140732516111264 140166861677808 140168283739861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
[pid=13253/tid=13314] ppid=13250 vsize=10983192 memory=11044 CPUtime=0.08 cores=0,2,4,6
/proc/13253/task/13314/stat : 13314 (java) S 13250 13253 9992 0 -1 1077944384 3 13143 0 0 0 0 5 3 20 0 15 0 222401349 11246788608 22298 33554432000 4194304 4196468 140732516111264 140166554278352 140168283748251 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
[pid=13253/tid=13315] ppid=13250 vsize=10983192 memory=13252 CPUtime=0.15 cores=0,2,4,6
/proc/13253/task/13315/stat : 13315 (java) S 13250 13253 9992 0 -1 1077944384 934 13143 0 0 7 0 5 3 20 0 15 0 222401349 11246788608 22298 33554432000 4194304 4196468 140732516111264 140167707977968 140168283740802 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
[pid=13253/tid=13316] ppid=13250 vsize=10983192 memory=15460 CPUtime=0.18 cores=0,2,4,6
/proc/13253/task/13316/stat : 13316 (java) S 13250 13253 9992 0 -1 1077944384 691 13143 0 0 10 0 5 3 20 0 15 0 222401349 11246788608 22298 33554432000 4194304 4196468 140732516111264 140167706925424 140168283740802 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
[pid=13253/tid=13317] ppid=13250 vsize=10983192 memory=17668 CPUtime=0.21 cores=0,2,4,6
/proc/13253/task/13317/stat : 13317 (java) S 13250 13253 9992 0 -1 1077944384 665 13143 0 0 13 0 5 3 20 0 15 0 222401349 11246788608 22298 33554432000 4194304 4196468 140732516111264 140167705872368 140168283740802 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
[pid=13253/tid=13318] ppid=13250 vsize=10983192 memory=19876 CPUtime=0.08 cores=0,2,4,6
/proc/13253/task/13318/stat : 13318 (java) S 13250 13253 9992 0 -1 1077944384 3 13143 0 0 0 0 5 3 20 0 15 0 222401349 11246788608 22298 33554432000 4194304 4196468 140732516111264 140166123481440 140168283739861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
[pid=13253/tid=13319] ppid=13250 vsize=10983192 memory=22084 CPUtime=0.08 cores=0,2,4,6
/proc/13253/task/13319/stat : 13319 (java) S 13250 13253 9992 0 -1 1077944384 2 13143 0 0 0 0 5 3 20 0 15 0 222401350 11246788608 22298 33554432000 4194304 4196468 140732516111264 140167704820784 140168283740802 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 89192 KiB

[startup+1.50084 s]
/proc/loadavg: 1.43 1.43 1.43 3/220 13319
/proc/meminfo: memFree=6508344/32770624 swapFree=67108856/67108860
[pid=13253] ppid=13250 vsize=10991948 memory=209020 CPUtime=3.14 cores=0,2,4,6
/proc/13253/stat : 13253 (java) S 13250 13253 9992 0 -1 1077944320 22452 13143 0 0 298 8 5 3 20 0 15 0 222401334 11255754752 52255 33554432000 4194304 4196468 140732516111264 140732516093808 140168283729655 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
/proc/13253/statm: 2747987 52255 3453 1 0 2709645 0
[pid=13253/tid=13306] ppid=13250 vsize=10991948 memory=0 CPUtime=1.46 cores=0,2,4,6
/proc/13253/task/13306/stat : 13306 (java) R 13250 13253 9992 0 -1 4202560 14680 13143 0 0 133 5 5 3 20 0 15 0 222401344 11255754752 52255 33554432000 4194304 4196468 140732516111264 140168255561184 140167822400383 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
[pid=13253/tid=13307] ppid=13250 vsize=10991948 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13253/task/13307/stat : 13307 (java) S 13250 13253 9992 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 15 0 222401345 11255754752 52255 33554432000 4194304 4196468 140732516111264 140168287971856 140168283739861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
[pid=13253/tid=13308] ppid=13250 vsize=10991948 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13253/task/13308/stat : 13308 (java) S 13250 13253 9992 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 15 0 222401345 11255754752 52255 33554432000 4194304 4196468 140732516111264 140168142690960 140168283739861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
[pid=13253/tid=13309] ppid=13250 vsize=10991948 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13253/task/13309/stat : 13309 (java) S 13250 13253 9992 0 -1 1077944384 2 13143 0 0 0 0 5 3 20 0 15 0 222401345 11255754752 52255 33554432000 4194304 4196468 140732516111264 140168141637904 140168283739861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
[pid=13253/tid=13310] ppid=13250 vsize=10991948 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13253/task/13310/stat : 13310 (java) S 13250 13253 9992 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 15 0 222401345 11255754752 52255 33554432000 4194304 4196468 140732516111264 140168140585360 140168283739861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
[pid=13253/tid=13311] ppid=13250 vsize=10991948 memory=-7965959130280075168 CPUtime=0.08 cores=0,2,4,6
/proc/13253/task/13311/stat : 13311 (java) S 13250 13253 9992 0 -1 1077944384 13 13143 0 0 0 0 5 3 20 0 15 0 222401346 11255754752 52255 33554432000 4194304 4196468 140732516111264 140167709031152 140168283740802 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
[pid=13253/tid=13312] ppid=13250 vsize=10991948 memory=280387947407616 CPUtime=0.08 cores=0,2,4,6
/proc/13253/task/13312/stat : 13312 (java) S 13250 13253 9992 0 -1 1077944384 13 13143 0 0 0 0 5 3 20 0 15 0 222401346 11255754752 52255 33554432000 4194304 4196468 140732516111264 140167063004832 140168283739861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
[pid=13253/tid=13313] ppid=13250 vsize=10991948 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13253/task/13313/stat : 13313 (java) S 13250 13253 9992 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 15 0 222401347 11255754752 52255 33554432000 4194304 4196468 140732516111264 140166861677808 140168283739861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
[pid=13253/tid=13314] ppid=13250 vsize=10991948 memory=11796 CPUtime=0.08 cores=0,2,4,6
/proc/13253/task/13314/stat : 13314 (java) S 13250 13253 9992 0 -1 1077944384 3 13143 0 0 0 0 5 3 20 0 15 0 222401349 11255754752 52255 33554432000 4194304 4196468 140732516111264 140166554278352 140168283748251 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
[pid=13253/tid=13315] ppid=13250 vsize=10991948 memory=5772 CPUtime=0.66 cores=0,2,4,6
/proc/13253/task/13315/stat : 13315 (java) R 13250 13253 9992 0 -1 4202560 2115 13143 0 0 58 0 5 3 20 0 15 0 222401349 11255754752 52255 33554432000 4194304 4196468 140732516111264 140167707964336 140168267114255 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
[pid=13253/tid=13316] ppid=13250 vsize=10991948 memory=4616 CPUtime=0.7 cores=0,2,4,6
/proc/13253/task/13316/stat : 13316 (java) R 13250 13253 9992 0 -1 4202560 1976 13143 0 0 62 0 5 3 20 0 15 0 222401349 11255754752 52255 33554432000 4194304 4196468 140732516111264 140167706906576 140168268122079 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
[pid=13253/tid=13317] ppid=13250 vsize=10991948 memory=1388 CPUtime=0.51 cores=0,2,4,6
/proc/13253/task/13317/stat : 13317 (java) S 13250 13253 9992 0 -1 1077944384 1453 13143 0 0 43 0 5 3 20 0 15 0 222401349 11255754752 52255 33554432000 4194304 4196468 140732516111264 140167705872368 140168283740802 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
[pid=13253/tid=13318] ppid=13250 vsize=10991948 memory=1228 CPUtime=0.08 cores=0,2,4,6
/proc/13253/task/13318/stat : 13318 (java) S 13250 13253 9992 0 -1 1077944384 3 13143 0 0 0 0 5 3 20 0 15 0 222401349 11255754752 52255 33554432000 4194304 4196468 140732516111264 140166123481440 140168283739861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
[pid=13253/tid=13319] ppid=13250 vsize=10991948 memory=880 CPUtime=0.08 cores=0,2,4,6
/proc/13253/task/13319/stat : 13319 (java) S 13250 13253 9992 0 -1 1077944384 2 13143 0 0 0 0 5 3 20 0 15 0 222401350 11255754752 52255 33554432000 4194304 4196468 140732516111264 140167704820784 140168283740802 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
Current children cumulated CPU time: 3.14 s
Current children cumulated vsize: 10991948 KiB

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

[pid=13253/tid=13310] ppid=13250 vsize=11014496 memory=5250676 CPUtime=65.88 cores=0,2,4,6
/proc/13253/task/13310/stat : 13310 (java) S 13250 13253 9992 0 -1 1077944384 161696 13143 0 0 6464 116 5 3 20 0 15 0 222401345 11278843904 1312669 33554432000 4194304 4196468 140732516111264 140168140585360 140168283739861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
[pid=13253/tid=13311] ppid=13250 vsize=11014496 memory=5258280 CPUtime=3.49 cores=0,2,4,6
/proc/13253/task/13311/stat : 13311 (java) S 13250 13253 9992 0 -1 1077944384 55234 13143 0 0 333 8 5 3 20 0 15 0 222401346 11278843904 1312669 33554432000 4194304 4196468 140732516111264 140167709031152 140168283740802 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
[pid=13253/tid=13312] ppid=13250 vsize=11014496 memory=3768 CPUtime=0.08 cores=0,2,4,6
/proc/13253/task/13312/stat : 13312 (java) S 13250 13253 9992 0 -1 1077944384 38 13143 0 0 0 0 5 3 20 0 15 0 222401346 11278843904 1312669 33554432000 4194304 4196468 140732516111264 140167063004896 140168283739861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
[pid=13253/tid=13313] ppid=13250 vsize=11014496 memory=5865772846578166633 CPUtime=0.08 cores=0,2,4,6
/proc/13253/task/13313/stat : 13313 (java) S 13250 13253 9992 0 -1 1077944384 16 13143 0 0 0 0 5 3 20 0 15 0 222401347 11278843904 1312669 33554432000 4194304 4196468 140732516111264 140166861677824 140168283739861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
[pid=13253/tid=13314] ppid=13250 vsize=11014496 memory=3768 CPUtime=0.08 cores=0,2,4,6
/proc/13253/task/13314/stat : 13314 (java) S 13250 13253 9992 0 -1 1077944384 3 13143 0 0 0 0 5 3 20 0 15 0 222401349 11278843904 1312669 33554432000 4194304 4196468 140732516111264 140166554278352 140168283748251 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
[pid=13253/tid=13315] ppid=13250 vsize=11014496 memory=60712 CPUtime=14.36 cores=0,2,4,6
/proc/13253/task/13315/stat : 13315 (java) S 13250 13253 9992 0 -1 1077944384 85952 13143 0 0 1419 9 5 3 20 0 15 0 222401349 11278843904 1312669 33554432000 4194304 4196468 140732516111264 140167707977968 140168283740802 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
[pid=13253/tid=13316] ppid=13250 vsize=11014496 memory=3768 CPUtime=14.02 cores=0,2,4,6
/proc/13253/task/13316/stat : 13316 (java) S 13250 13253 9992 0 -1 1077944384 87036 13143 0 0 1384 10 5 3 20 0 15 0 222401349 11278843904 1312669 33554432000 4194304 4196468 140732516111264 140167706925424 140168283740802 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
[pid=13253/tid=13317] ppid=13250 vsize=11014496 memory=60712 CPUtime=3.55 cores=0,2,4,6
/proc/13253/task/13317/stat : 13317 (java) S 13250 13253 9992 0 -1 1077944384 72950 13143 0 0 337 10 5 3 20 0 15 0 222401349 11278843904 1312669 33554432000 4194304 4196468 140732516111264 140167705872368 140168283740802 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
[pid=13253/tid=13318] ppid=13250 vsize=11014496 memory=5261736 CPUtime=0.08 cores=0,2,4,6
/proc/13253/task/13318/stat : 13318 (java) S 13250 13253 9992 0 -1 1077944384 3 13143 0 0 0 0 5 3 20 0 15 0 222401349 11278843904 1312669 33554432000 4194304 4196468 140732516111264 140166123481440 140168283739861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
[pid=13253/tid=13319] ppid=13250 vsize=11014496 memory=3768 CPUtime=1.31 cores=0,2,4,6
/proc/13253/task/13319/stat : 13319 (java) S 13250 13253 9992 0 -1 1077944384 2283 13143 0 0 61 62 5 3 20 0 15 0 222401350 11278843904 1312669 33554432000 4194304 4196468 140732516111264 140167704820784 140168283740802 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
Current children cumulated CPU time: 2371.79 s
Current children cumulated vsize: 11014496 KiB
Current children cumulated memory: 5250676 KiB

[startup+2202.3 s]
/proc/loadavg: 1.61 1.61 1.58 3/220 13668
/proc/meminfo: memFree=1005136/32770624 swapFree=67108856/67108860
[pid=13253] ppid=13250 vsize=11014496 memory=5250688 CPUtime=2433.48 cores=0,2,4,6
/proc/13253/stat : 13253 (java) S 13250 13253 9992 0 -1 1077944320 1297979 13143 1 0 242727 613 5 3 20 0 15 0 222401334 11278843904 1312672 33554432000 4194304 4196468 140732516111264 140732516093808 140168283729655 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
/proc/13253/statm: 2753624 1312672 3539 1 0 2715277 0
[pid=13253/tid=13306] ppid=13250 vsize=11014496 memory=5250688 CPUtime=2131.83 cores=0,2,4,6
/proc/13253/task/13306/stat : 13306 (java) R 13250 13253 9992 0 -1 4202560 354653 13143 0 0 213110 65 5 3 20 0 15 0 222401344 11278843904 1312672 33554432000 4194304 4196468 140732516111264 140168255563632 140167830180816 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
[pid=13253/tid=13307] ppid=13250 vsize=11014496 memory=5250688 CPUtime=66.32 cores=0,2,4,6
/proc/13253/task/13307/stat : 13307 (java) S 13250 13253 9992 0 -1 1077944384 159868 13143 0 0 6508 116 5 3 20 0 15 0 222401345 11278843904 1312672 33554432000 4194304 4196468 140732516111264 140168287971856 140168283739861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
[pid=13253/tid=13308] ppid=13250 vsize=11014496 memory=5250688 CPUtime=66.4 cores=0,2,4,6
/proc/13253/task/13308/stat : 13308 (java) S 13250 13253 9992 0 -1 1077944384 149643 13143 1 0 6517 115 5 3 20 0 15 0 222401345 11278843904 1312672 33554432000 4194304 4196468 140732516111264 140168142690960 140168283739861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
[pid=13253/tid=13309] ppid=13250 vsize=11014496 memory=5250688 CPUtime=66.29 cores=0,2,4,6
/proc/13253/task/13309/stat : 13309 (java) S 13250 13253 9992 0 -1 1077944384 157955 13143 0 0 6506 115 5 3 20 0 15 0 222401345 11278843904 1312672 33554432000 4194304 4196468 140732516111264 140168141637904 140168283739861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
[pid=13253/tid=13310] ppid=13250 vsize=11014496 memory=5250688 CPUtime=66.42 cores=0,2,4,6
/proc/13253/task/13310/stat : 13310 (java) S 13250 13253 9992 0 -1 1077944384 165332 13143 0 0 6517 117 5 3 20 0 15 0 222401345 11278843904 1312672 33554432000 4194304 4196468 140732516111264 140168140585360 140168283739861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
[pid=13253/tid=13311] ppid=13250 vsize=11014496 memory=1940 CPUtime=3.51 cores=0,2,4,6
/proc/13253/task/13311/stat : 13311 (java) S 13250 13253 9992 0 -1 1077944384 55575 13143 0 0 335 8 5 3 20 0 15 0 222401346 11278843904 1312672 33554432000 4194304 4196468 140732516111264 140167709031152 140168283740802 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
[pid=13253/tid=13312] ppid=13250 vsize=11014496 memory=8 CPUtime=0.08 cores=0,2,4,6
/proc/13253/task/13312/stat : 13312 (java) S 13250 13253 9992 0 -1 1077944384 38 13143 0 0 0 0 5 3 20 0 15 0 222401346 11278843904 1312672 33554432000 4194304 4196468 140732516111264 140167063004896 140168283739861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
[pid=13253/tid=13313] ppid=13250 vsize=11014496 memory=5250688 CPUtime=0.08 cores=0,2,4,6
/proc/13253/task/13313/stat : 13313 (java) S 13250 13253 9992 0 -1 1077944384 16 13143 0 0 0 0 5 3 20 0 15 0 222401347 11278843904 1312672 33554432000 4194304 4196468 140732516111264 140166861677824 140168283739861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
[pid=13253/tid=13314] ppid=13250 vsize=11014496 memory=5772 CPUtime=0.08 cores=0,2,4,6
/proc/13253/task/13314/stat : 13314 (java) S 13250 13253 9992 0 -1 1077944384 3 13143 0 0 0 0 5 3 20 0 15 0 222401349 11278843904 1312672 33554432000 4194304 4196468 140732516111264 140166554278352 140168283748251 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
[pid=13253/tid=13315] ppid=13250 vsize=11014496 memory=4616 CPUtime=14.39 cores=0,2,4,6
/proc/13253/task/13315/stat : 13315 (java) S 13250 13253 9992 0 -1 1077944384 87895 13143 0 0 1422 9 5 3 20 0 15 0 222401349 11278843904 1312672 33554432000 4194304 4196468 140732516111264 140167707977968 140168283740802 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
[pid=13253/tid=13316] ppid=13250 vsize=11014496 memory=5250688 CPUtime=14.04 cores=0,2,4,6
/proc/13253/task/13316/stat : 13316 (java) S 13250 13253 9992 0 -1 1077944384 87954 13143 0 0 1386 10 5 3 20 0 15 0 222401349 11278843904 1312672 33554432000 4194304 4196468 140732516111264 140167706925424 140168283740802 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
[pid=13253/tid=13317] ppid=13250 vsize=11014496 memory=5250688 CPUtime=3.56 cores=0,2,4,6
/proc/13253/task/13317/stat : 13317 (java) S 13250 13253 9992 0 -1 1077944384 74526 13143 0 0 338 10 5 3 20 0 15 0 222401349 11278843904 1312672 33554432000 4194304 4196468 140732516111264 140167705872368 140168283740802 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
[pid=13253/tid=13318] ppid=13250 vsize=11014496 memory=5250688 CPUtime=0.08 cores=0,2,4,6
/proc/13253/task/13318/stat : 13318 (java) S 13250 13253 9992 0 -1 1077944384 3 13143 0 0 0 0 5 3 20 0 15 0 222401349 11278843904 1312672 33554432000 4194304 4196468 140732516111264 140166123481440 140168283739861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
[pid=13253/tid=13319] ppid=13250 vsize=11014496 memory=5250688 CPUtime=1.35 cores=0,2,4,6
/proc/13253/task/13319/stat : 13319 (java) S 13250 13253 9992 0 -1 1077944384 2330 13143 0 0 63 64 5 3 20 0 15 0 222401350 11278843904 1312672 33554432000 4194304 4196468 140732516111264 140167704820784 140168283740802 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
Current children cumulated CPU time: 2433.48 s
Current children cumulated vsize: 11014496 KiB
Current children cumulated memory: 5250688 KiB

[startup+2262.3 s]
/proc/loadavg: 1.40 1.56 1.57 3/220 13676
/proc/meminfo: memFree=1002636/32770624 swapFree=67108856/67108860
[pid=13253] ppid=13250 vsize=11014496 memory=5250692 CPUtime=2494.89 cores=0,2,4,6
/proc/13253/stat : 13253 (java) S 13250 13253 9992 0 -1 1077944320 1321209 13143 1 0 248865 616 5 3 20 0 15 0 222401334 11278843904 1312673 33554432000 4194304 4196468 140732516111264 140732516093808 140168283729655 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
/proc/13253/statm: 2753624 1312673 3539 1 0 2715277 0
[pid=13253/tid=13306] ppid=13250 vsize=11014496 memory=5250692 CPUtime=2191.36 cores=0,2,4,6
/proc/13253/task/13306/stat : 13306 (java) R 13250 13253 9992 0 -1 4202560 363599 13143 0 0 219062 66 5 3 20 0 15 0 222401344 11278843904 1312673 33554432000 4194304 4196468 140732516111264 140168255564080 140167830180851 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
[pid=13253/tid=13307] ppid=13250 vsize=11014496 memory=5250692 CPUtime=66.76 cores=0,2,4,6
/proc/13253/task/13307/stat : 13307 (java) S 13250 13253 9992 0 -1 1077944384 161616 13143 0 0 6552 116 5 3 20 0 15 0 222401345 11278843904 1312673 33554432000 4194304 4196468 140732516111264 140168287971856 140168283739861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
[pid=13253/tid=13308] ppid=13250 vsize=11014496 memory=5250692 CPUtime=66.85 cores=0,2,4,6
/proc/13253/task/13308/stat : 13308 (java) S 13250 13253 9992 0 -1 1077944384 152963 13143 1 0 6562 115 5 3 20 0 15 0 222401345 11278843904 1312673 33554432000 4194304 4196468 140732516111264 140168142690960 140168283739861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
[pid=13253/tid=13309] ppid=13250 vsize=11014496 memory=5250692 CPUtime=66.74 cores=0,2,4,6
/proc/13253/task/13309/stat : 13309 (java) S 13250 13253 9992 0 -1 1077944384 160313 13143 0 0 6551 115 5 3 20 0 15 0 222401345 11278843904 1312673 33554432000 4194304 4196468 140732516111264 140168141637904 140168283739861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
[pid=13253/tid=13310] ppid=13250 vsize=11014496 memory=5250692 CPUtime=66.86 cores=0,2,4,6
/proc/13253/task/13310/stat : 13310 (java) S 13250 13253 9992 0 -1 1077944384 166783 13143 0 0 6561 117 5 3 20 0 15 0 222401345 11278843904 1312673 33554432000 4194304 4196468 140732516111264 140168140585360 140168283739861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
[pid=13253/tid=13311] ppid=13250 vsize=11014496 memory=5250692 CPUtime=3.52 cores=0,2,4,6
/proc/13253/task/13311/stat : 13311 (java) S 13250 13253 9992 0 -1 1077944384 55893 13143 0 0 335 9 5 3 20 0 15 0 222401346 11278843904 1312673 33554432000 4194304 4196468 140732516111264 140167709031152 140168283740802 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
[pid=13253/tid=13312] ppid=13250 vsize=11014496 memory=5250692 CPUtime=0.08 cores=0,2,4,6
/proc/13253/task/13312/stat : 13312 (java) S 13250 13253 9992 0 -1 1077944384 38 13143 0 0 0 0 5 3 20 0 15 0 222401346 11278843904 1312673 33554432000 4194304 4196468 140732516111264 140167063004896 140168283739861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
[pid=13253/tid=13313] ppid=13250 vsize=11014496 memory=5250692 CPUtime=0.08 cores=0,2,4,6
/proc/13253/task/13313/stat : 13313 (java) S 13250 13253 9992 0 -1 1077944384 16 13143 0 0 0 0 5 3 20 0 15 0 222401347 11278843904 1312673 33554432000 4194304 4196468 140732516111264 140166861677824 140168283739861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
[pid=13253/tid=13314] ppid=13250 vsize=11014496 memory=5250692 CPUtime=0.08 cores=0,2,4,6
/proc/13253/task/13314/stat : 13314 (java) S 13250 13253 9992 0 -1 1077944384 3 13143 0 0 0 0 5 3 20 0 15 0 222401349 11278843904 1312673 33554432000 4194304 4196468 140732516111264 140166554278352 140168283748251 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
[pid=13253/tid=13315] ppid=13250 vsize=11014496 memory=3768 CPUtime=14.41 cores=0,2,4,6
/proc/13253/task/13315/stat : 13315 (java) S 13250 13253 9992 0 -1 1077944384 88945 13143 0 0 1424 9 5 3 20 0 15 0 222401349 11278843904 1312673 33554432000 4194304 4196468 140732516111264 140167707977968 140168283740802 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
[pid=13253/tid=13316] ppid=13250 vsize=11014496 memory=60728 CPUtime=14.06 cores=0,2,4,6
/proc/13253/task/13316/stat : 13316 (java) S 13250 13253 9992 0 -1 1077944384 90188 13143 0 0 1388 10 5 3 20 0 15 0 222401349 11278843904 1312673 33554432000 4194304 4196468 140732516111264 140167706925424 140168283740802 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
[pid=13253/tid=13317] ppid=13250 vsize=11014496 memory=5250692 CPUtime=3.57 cores=0,2,4,6
/proc/13253/task/13317/stat : 13317 (java) S 13250 13253 9992 0 -1 1077944384 76285 13143 0 0 339 10 5 3 20 0 15 0 222401349 11278843904 1312673 33554432000 4194304 4196468 140732516111264 140167705872368 140168283740802 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
[pid=13253/tid=13318] ppid=13250 vsize=11014496 memory=11796 CPUtime=0.08 cores=0,2,4,6
/proc/13253/task/13318/stat : 13318 (java) S 13250 13253 9992 0 -1 1077944384 3 13143 0 0 0 0 5 3 20 0 15 0 222401349 11278843904 1312673 33554432000 4194304 4196468 140732516111264 140166123481440 140168283739861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
[pid=13253/tid=13319] ppid=13250 vsize=11014496 memory=1228 CPUtime=1.38 cores=0,2,4,6
/proc/13253/task/13319/stat : 13319 (java) S 13250 13253 9992 0 -1 1077944384 2378 13143 0 0 65 65 5 3 20 0 15 0 222401350 11278843904 1312673 33554432000 4194304 4196468 140732516111264 140167704820784 140168283740802 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
Current children cumulated CPU time: 2494.89 s
Current children cumulated vsize: 11014496 KiB
Current children cumulated memory: 5250692 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2286.8 s]
/proc/loadavg: 1.51 1.57 1.57 3/220 13676
/proc/meminfo: memFree=1005880/32770624 swapFree=67108856/67108860
[pid=13253] ppid=13250 vsize=11014496 memory=5250692 CPUtime=2520 cores=0,2,4,6
/proc/13253/stat : 13253 (java) S 13250 13253 9992 0 -1 1077944320 1334370 13143 1 0 251373 619 5 3 20 0 15 0 222401334 11278843904 1312673 33554432000 4194304 4196468 140732516111264 140732516093808 140168283729655 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
/proc/13253/statm: 2753624 1312673 3539 1 0 2715277 0
[pid=13253/tid=13306] ppid=13250 vsize=11014496 memory=6791534058613427641 CPUtime=2215.67 cores=0,2,4,6
/proc/13253/task/13306/stat : 13306 (java) R 13250 13253 9992 0 -1 4202560 366475 13143 0 0 221493 66 5 3 20 0 15 0 222401344 11278843904 1312673 33554432000 4194304 4196468 140732516111264 140168255563728 140167819101539 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
[pid=13253/tid=13307] ppid=13250 vsize=11014496 memory=6791534058613427641 CPUtime=66.95 cores=0,2,4,6
/proc/13253/task/13307/stat : 13307 (java) S 13250 13253 9992 0 -1 1077944384 162897 13143 0 0 6571 116 5 3 20 0 15 0 222401345 11278843904 1312673 33554432000 4194304 4196468 140732516111264 140168287971856 140168283739861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
[pid=13253/tid=13308] ppid=13250 vsize=11014496 memory=11796 CPUtime=67.04 cores=0,2,4,6
/proc/13253/task/13308/stat : 13308 (java) S 13250 13253 9992 0 -1 1077944384 154074 13143 1 0 6580 116 5 3 20 0 15 0 222401345 11278843904 1312673 33554432000 4194304 4196468 140732516111264 140168142690960 140168283739861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
[pid=13253/tid=13309] ppid=13250 vsize=11014496 memory=5772 CPUtime=66.93 cores=0,2,4,6
/proc/13253/task/13309/stat : 13309 (java) S 13250 13253 9992 0 -1 1077944384 163049 13143 0 0 6569 116 5 3 20 0 15 0 222401345 11278843904 1312673 33554432000 4194304 4196468 140732516111264 140168141637904 140168283739861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
[pid=13253/tid=13310] ppid=13250 vsize=11014496 memory=4616 CPUtime=67.05 cores=0,2,4,6
/proc/13253/task/13310/stat : 13310 (java) S 13250 13253 9992 0 -1 1077944384 167615 13143 0 0 6580 117 5 3 20 0 15 0 222401345 11278843904 1312673 33554432000 4194304 4196468 140732516111264 140168140585360 140168283739861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
[pid=13253/tid=13311] ppid=13250 vsize=11014496 memory=1388 CPUtime=3.53 cores=0,2,4,6
/proc/13253/task/13311/stat : 13311 (java) S 13250 13253 9992 0 -1 1077944384 56213 13143 0 0 336 9 5 3 20 0 15 0 222401346 11278843904 1312673 33554432000 4194304 4196468 140732516111264 140167709031152 140168283740802 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
[pid=13253/tid=13312] ppid=13250 vsize=11014496 memory=5250692 CPUtime=0.08 cores=0,2,4,6
/proc/13253/task/13312/stat : 13312 (java) S 13250 13253 9992 0 -1 1077944384 38 13143 0 0 0 0 5 3 20 0 15 0 222401346 11278843904 1312673 33554432000 4194304 4196468 140732516111264 140167063004896 140168283739861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
[pid=13253/tid=13313] ppid=13250 vsize=11014496 memory=5250692 CPUtime=0.08 cores=0,2,4,6
/proc/13253/task/13313/stat : 13313 (java) S 13250 13253 9992 0 -1 1077944384 16 13143 0 0 0 0 5 3 20 0 15 0 222401347 11278843904 1312673 33554432000 4194304 4196468 140732516111264 140166861677824 140168283739861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
[pid=13253/tid=13314] ppid=13250 vsize=11014496 memory=15448 CPUtime=0.08 cores=0,2,4,6
/proc/13253/task/13314/stat : 13314 (java) S 13250 13253 9992 0 -1 1077944384 3 13143 0 0 0 0 5 3 20 0 15 0 222401349 11278843904 1312673 33554432000 4194304 4196468 140732516111264 140166554278352 140168283748251 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
[pid=13253/tid=13315] ppid=13250 vsize=11014496 memory=6791534058613427641 CPUtime=14.42 cores=0,2,4,6
/proc/13253/task/13315/stat : 13315 (java) S 13250 13253 9992 0 -1 1077944384 91323 13143 0 0 1425 9 5 3 20 0 15 0 222401349 11278843904 1312673 33554432000 4194304 4196468 140732516111264 140167707977968 140168283740802 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
[pid=13253/tid=13316] ppid=13250 vsize=11014496 memory=7380 CPUtime=14.07 cores=0,2,4,6
/proc/13253/task/13316/stat : 13316 (java) S 13250 13253 9992 0 -1 1077944384 90583 13143 0 0 1389 10 5 3 20 0 15 0 222401349 11278843904 1312673 33554432000 4194304 4196468 140732516111264 140167706925424 140168283740802 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
[pid=13253/tid=13317] ppid=13250 vsize=11014496 memory=808 CPUtime=3.57 cores=0,2,4,6
/proc/13253/task/13317/stat : 13317 (java) S 13250 13253 9992 0 -1 1077944384 77488 13143 0 0 339 10 5 3 20 0 15 0 222401349 11278843904 1312673 33554432000 4194304 4196468 140732516111264 140167705872368 140168283740802 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
[pid=13253/tid=13318] ppid=13250 vsize=11014496 memory=1692 CPUtime=0.08 cores=0,2,4,6
/proc/13253/task/13318/stat : 13318 (java) S 13250 13253 9992 0 -1 1077944384 3 13143 0 0 0 0 5 3 20 0 15 0 222401349 11278843904 1312673 33554432000 4194304 4196468 140732516111264 140166123481440 140168283739861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
[pid=13253/tid=13319] ppid=13250 vsize=11014496 memory=916 CPUtime=1.39 cores=0,2,4,6
/proc/13253/task/13319/stat : 13319 (java) S 13250 13253 9992 0 -1 1077944384 2405 13143 0 0 65 66 5 3 20 0 15 0 222401350 11278843904 1312673 33554432000 4194304 4196468 140732516111264 140167704820784 140168283740802 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24498176 140732516113005 140732516115804 140732516115804 140732516118479 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 11014496 KiB
Current children cumulated memory: 5250692 KiB

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

[startup+2286.96 s]
# the end of solver process 13253 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2513.9 s, system=6.28326 s

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

[startup+2286.91 s]*
/proc/loadavg: 1.55 1.58 1.58 3/207 13678
/proc/meminfo: memFree=2780064/32770624 swapFree=67108856/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143
Real time (s): 2286.96
CPU time (s): 2520.18
CPU user time (s): 2513.9
CPU system time (s): 6.28326
CPU usage (%): 110.198
Max. virtual memory (cumulated for all children) (KiB): 11015308
Max. memory (cumulated for all children) (KiB): 5261736

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2513.9
system time used= 6.28326
maximum resident set size= 5261736
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1348815
page faults= 1
swaps= 0
block input operations= 264
block output operations= 3112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 84500
involuntary context switches= 5441


# summary of solver processes directly reported to runsolver:
#   pid: 13253
#   total CPU time (s): 2520.18
#   total CPU user time (s): 2513.9
#   total CPU system time (s): 6.28326

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.9114 second user time and 20.5408 second system time

The end

Launcher Data

Begin job on node133 at 2018-08-12 06:33:02
IDJOB=4304221
IDBENCH=141111
IDSOLVER=2780
FILE ID=node133/4304221-1534048382
RUNJOBID= node133-1534037558-11009
PBS_JOBID= 21036967
Free space on /tmp= 38772 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/PseudoBoolean-opt/Pb-circ10-3_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304221-1534048382/watcher-4304221-1534048382 -o /tmp/evaluation-result-4304221-1534048382/solver-4304221-1534048382 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1534037558-11009 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=358443673 HOME/instance-4304221-1534048382.xml

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

MD5SUM BENCH= 2a9d5e672b2129585e8bdcc62e976dce
RANDOM SEED=358443673

node133.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.24
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.24
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.24
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.24
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:         6609532 kB
MemAvailable:   30626112 kB
Buffers:          212464 kB
Cached:         23733292 kB
SwapCached:            0 kB
Active:         11346392 kB
Inactive:       13931312 kB
Active(anon):    1280508 kB
Inactive(anon):   103548 kB
Active(file):   10065884 kB
Inactive(file): 13827764 kB
Unevictable:        7092 kB
Mlocked:            7092 kB
SwapTotal:      67108860 kB
SwapFree:       67108856 kB
Dirty:             29556 kB
Writeback:             0 kB
AnonPages:       1338172 kB
Mapped:            68660 kB
Shmem:             49820 kB
Slab:             579944 kB
SReclaimable:     551392 kB
SUnreclaim:        28552 kB
KernelStack:        3664 kB
PageTables:         8116 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2422608 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1077248 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= 38748 MiB
End job on node133 at 2018-08-12 07:11:09