Trace number 4295203

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.8-SuperNG 2018-06-13? (TO) 2520.25 1860.35

General information on the benchmark

NamePeacableArmies/
PeacableArmies-m2-30_c18.xml
MD5SUMf7f9b20d19eb9843ceb4981536ba88b3
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark83
Best CPU time to get the best result obtained on this benchmark2520.1
Satisfiable
(Un)Satisfiability was proved
Number of variables902
Number of constraints43213
Number of domains2
Minimum domain size3
Maximum domain size450
Distribution of domain sizes[{"size":3,"count":900},{"size":450,"count":2}]
Minimum variable degree2
Maximum variable degree117
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":1},{"degree":89,"count":116},{"degree":91,"count":108},{"degree":93,"count":100},{"degree":95,"count":92},{"degree":97,"count":84},{"degree":99,"count":76},{"degree":101,"count":68},{"degree":103,"count":60},{"degree":105,"count":52},{"degree":107,"count":44},{"degree":109,"count":36},{"degree":111,"count":28},{"degree":113,"count":20},{"degree":115,"count":12},{"degree":117,"count":4}]
Minimum constraint arity2
Maximum constraint arity901
Distribution of constraint arities[{"arity":2,"count":43211},{"arity":901,"count":2}]
Number of extensional constraints0
Number of intensional constraints43211
Distribution of constraint types[{"type":"intension","count":43211},{"type":"count","count":2}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295203-1532537653/watcher-4295203-1532537653 -o /tmp/evaluation-result-4295203-1532537653/solver-4295203-1532537653 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532535188-26469 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1560902990 -superng HOME/instance-4295203-1532537653.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
Current StackSize limit: 8192 KiB

solver pid=27018, runsolver pid=27015

[startup+0.100193 s]*
/proc/loadavg: 2.06 1.57 1.41 3/204 27073
/proc/meminfo: memFree=6070248/32770624 swapFree=67108860/67108860
[pid=27018] ppid=27015 vsize=9972712 memory=14912 CPUtime=0.09 cores=0,2,4,6
/proc/27018/stat : 27018 (java) S 27015 27018 26438 0 -1 1077944320 4361 13282 0 0 1 0 5 3 20 0 6 0 71328474 10212057088 3728 33554432000 4194304 4196468 140726215302048 140726215284592 139628778426103 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
/proc/27018/statm: 2493178 3728 1934 1 0 2481616 0
[pid=27018/tid=27071] ppid=27015 vsize=9972712 memory=4628411388058700198 CPUtime=0.08 cores=0,2,4,6
/proc/27018/task/27071/stat : 27071 (java) R 27015 27018 26438 0 -1 4202560 2174 13282 0 0 0 0 5 3 20 0 6 0 71328483 10212057088 3728 33554432000 4194304 4196468 140726215302048 139628750262864 139628762506590 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
[pid=27018/tid=27072] ppid=27015 vsize=9972712 memory=5793855524946327993 CPUtime=0.08 cores=0,2,4,6
/proc/27018/task/27072/stat : 27072 (java) S 27015 27018 26438 0 -1 1077944384 1 13282 0 0 0 0 5 3 20 0 6 0 71328484 10212057088 3728 33554432000 4194304 4196468 140726215302048 139628782668688 139628778436309 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
[pid=27018/tid=27073] ppid=27015 vsize=9972712 memory=140273936434816 CPUtime=0.08 cores=0,2,4,6
/proc/27018/task/27073/stat : 27073 (java) S 27015 27018 26438 0 -1 1077944384 1 13282 0 0 0 0 5 3 20 0 6 0 71328484 10212057088 3728 33554432000 4194304 4196468 140726215302048 139628351163152 139628778436309 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
[pid=27018/tid=27074] ppid=27015 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27018/task/27074/stat : 27074 (java) S 27015 27018 26438 0 -1 1077944384 2 13282 0 0 0 0 5 3 20 0 6 0 71328484 10212057088 3728 33554432000 4194304 4196468 140726215302048 139628350110864 139628778436309 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
[pid=27018/tid=27075] ppid=27015 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27018/task/27075/stat : 27075 (java) S 27015 27018 26438 0 -1 1077944384 2 13282 0 0 0 0 5 3 20 0 6 0 71328484 10212057088 3728 33554432000 4194304 4196468 140726215302048 139628349058064 139628778436309 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 14912 KiB

[startup+0.210231 s]*
/proc/loadavg: 2.06 1.57 1.41 3/215 27084
/proc/meminfo: memFree=6047728/32770624 swapFree=67108860/67108860
[pid=27018] ppid=27015 vsize=10818904 memory=40668 CPUtime=0.26 cores=0,2,4,6
/proc/27018/stat : 27018 (java) S 27015 27018 26438 0 -1 1077944320 8424 13282 0 0 17 1 5 3 20 0 15 0 71328474 11078557696 10167 33554432000 4194304 4196468 140726215302048 140726215284592 139628778426103 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
/proc/27018/statm: 2704726 10167 2974 1 0 2667149 0
[pid=27018/tid=27071] ppid=27015 vsize=10818904 memory=-8540663193526752614 CPUtime=0.19 cores=0,2,4,6
/proc/27018/task/27071/stat : 27071 (java) R 27015 27018 26438 0 -1 4202560 4984 13282 0 0 11 0 5 3 20 0 15 0 71328483 11078557696 10167 33554432000 4194304 4196468 140726215302048 139628750249984 139628778448029 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
[pid=27018/tid=27072] ppid=27015 vsize=10818904 memory=4211974000141225354 CPUtime=0.08 cores=0,2,4,6
/proc/27018/task/27072/stat : 27072 (java) S 27015 27018 26438 0 -1 1077944384 1 13282 0 0 0 0 5 3 20 0 15 0 71328484 11078557696 10167 33554432000 4194304 4196468 140726215302048 139628782668688 139628778436309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
[pid=27018/tid=27073] ppid=27015 vsize=10818904 memory=140273936434816 CPUtime=0.08 cores=0,2,4,6
/proc/27018/task/27073/stat : 27073 (java) S 27015 27018 26438 0 -1 1077944384 1 13282 0 0 0 0 5 3 20 0 15 0 71328484 11078557696 10167 33554432000 4194304 4196468 140726215302048 139628351163152 139628778436309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
[pid=27018/tid=27074] ppid=27015 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27018/task/27074/stat : 27074 (java) S 27015 27018 26438 0 -1 1077944384 2 13282 0 0 0 0 5 3 20 0 15 0 71328484 11078557696 10167 33554432000 4194304 4196468 140726215302048 139628350110864 139628778436309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
[pid=27018/tid=27075] ppid=27015 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/27018/task/27075/stat : 27075 (java) S 27015 27018 26438 0 -1 1077944384 2 13282 0 0 0 0 5 3 20 0 15 0 71328484 11078557696 10167 33554432000 4194304 4196468 140726215302048 139628349058064 139628778436309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
[pid=27018/tid=27076] ppid=27015 vsize=10818904 memory=140273936434816 CPUtime=0.08 cores=0,2,4,6
/proc/27018/task/27076/stat : 27076 (java) S 27015 27018 26438 0 -1 1077944384 2 13282 0 0 0 0 5 3 20 0 15 0 71328486 11078557696 10167 33554432000 4194304 4196468 140726215302048 139628237514864 139628778437250 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
[pid=27018/tid=27077] ppid=27015 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/27018/task/27077/stat : 27077 (java) S 27015 27018 26438 0 -1 1077944384 33 13282 0 0 0 0 5 3 20 0 15 0 71328486 11078557696 10167 33554432000 4194304 4196468 140726215302048 139628236460832 139628778436309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
[pid=27018/tid=27078] ppid=27015 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27018/task/27078/stat : 27078 (java) S 27015 27018 26438 0 -1 1077944384 1 13282 0 0 0 0 5 3 20 0 15 0 71328486 11078557696 10167 33554432000 4194304 4196468 140726215302048 139627641955440 139628778436309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
[pid=27018/tid=27079] ppid=27015 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27018/task/27079/stat : 27079 (java) S 27015 27018 26438 0 -1 1077944384 3 13282 0 0 0 0 5 3 20 0 15 0 71328489 11078557696 10167 33554432000 4194304 4196468 140726215302048 139627334555728 139628778444699 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
[pid=27018/tid=27080] ppid=27015 vsize=10818904 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/27018/task/27080/stat : 27080 (java) S 27015 27018 26438 0 -1 1077944384 529 13282 0 0 1 0 5 3 20 0 15 0 71328489 11078557696 10167 33554432000 4194304 4196468 140726215302048 139628202904176 139628778437250 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
[pid=27018/tid=27081] ppid=27015 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/27018/task/27081/stat : 27081 (java) S 27015 27018 26438 0 -1 1077944384 58 13282 0 0 0 0 5 3 20 0 15 0 71328489 11078557696 10167 33554432000 4194304 4196468 140726215302048 139628201851376 139628778437250 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
[pid=27018/tid=27082] ppid=27015 vsize=10818904 memory=140273936434816 CPUtime=0.11 cores=0,2,4,6
/proc/27018/task/27082/stat : 27082 (java) R 27015 27018 26438 0 -1 4202560 618 13282 0 0 3 0 5 3 20 0 15 0 71328489 11078557696 10167 33554432000 4194304 4196468 140726215302048 139628200799088 139628771522939 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
[pid=27018/tid=27083] ppid=27015 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/27018/task/27083/stat : 27083 (java) S 27015 27018 26438 0 -1 1077944384 3 13282 0 0 0 0 5 3 20 0 15 0 71328489 11078557696 10167 33554432000 4194304 4196468 140726215302048 139627300998112 139628778436309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
[pid=27018/tid=27084] ppid=27015 vsize=10818904 memory=140273936434816 CPUtime=0.08 cores=0,2,4,6
/proc/27018/task/27084/stat : 27084 (java) S 27015 27018 26438 0 -1 1077944384 1 13282 0 0 0 0 5 3 20 0 15 0 71328489 11078557696 10167 33554432000 4194304 4196468 140726215302048 139628199745968 139628778437250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 40668 KiB

[startup+0.310272 s]*
/proc/loadavg: 2.06 1.57 1.41 3/215 27084
/proc/meminfo: memFree=6035820/32770624 swapFree=67108860/67108860
[pid=27018] ppid=27015 vsize=10819352 memory=51340 CPUtime=0.39 cores=0,2,4,6
/proc/27018/stat : 27018 (java) S 27015 27018 26438 0 -1 1077944320 10951 13282 0 0 28 3 5 3 20 0 15 0 71328474 11079016448 12835 33554432000 4194304 4196468 140726215302048 140726215284592 139628778426103 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
/proc/27018/statm: 2704838 12835 3093 1 0 2667149 0
[pid=27018/tid=27071] ppid=27015 vsize=10819352 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/27018/task/27071/stat : 27071 (java) R 27015 27018 26438 0 -1 4202560 7470 13282 0 0 19 1 5 3 20 0 15 0 71328483 11079016448 12835 33554432000 4194304 4196468 140726215302048 139628750238112 139628778448029 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
[pid=27018/tid=27072] ppid=27015 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27018/task/27072/stat : 27072 (java) S 27015 27018 26438 0 -1 1077944384 1 13282 0 0 0 0 5 3 20 0 15 0 71328484 11079016448 12835 33554432000 4194304 4196468 140726215302048 139628782668688 139628778436309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
[pid=27018/tid=27073] ppid=27015 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27018/task/27073/stat : 27073 (java) S 27015 27018 26438 0 -1 1077944384 1 13282 0 0 0 0 5 3 20 0 15 0 71328484 11079016448 12835 33554432000 4194304 4196468 140726215302048 139628351163152 139628778436309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
[pid=27018/tid=27074] ppid=27015 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27018/task/27074/stat : 27074 (java) S 27015 27018 26438 0 -1 1077944384 2 13282 0 0 0 0 5 3 20 0 15 0 71328484 11079016448 12835 33554432000 4194304 4196468 140726215302048 139628350110864 139628778436309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
[pid=27018/tid=27075] ppid=27015 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/27018/task/27075/stat : 27075 (java) S 27015 27018 26438 0 -1 1077944384 2 13282 0 0 0 0 5 3 20 0 15 0 71328484 11079016448 12835 33554432000 4194304 4196468 140726215302048 139628349058064 139628778436309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
[pid=27018/tid=27076] ppid=27015 vsize=10819352 memory=140273936434815 CPUtime=0.08 cores=0,2,4,6
/proc/27018/task/27076/stat : 27076 (java) S 27015 27018 26438 0 -1 1077944384 2 13282 0 0 0 0 5 3 20 0 15 0 71328486 11079016448 12835 33554432000 4194304 4196468 140726215302048 139628237514864 139628778437250 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
[pid=27018/tid=27077] ppid=27015 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/27018/task/27077/stat : 27077 (java) S 27015 27018 26438 0 -1 1077944384 33 13282 0 0 0 0 5 3 20 0 15 0 71328486 11079016448 12835 33554432000 4194304 4196468 140726215302048 139628236460832 139628778436309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
[pid=27018/tid=27078] ppid=27015 vsize=10819352 memory=140273936434816 CPUtime=0.08 cores=0,2,4,6
/proc/27018/task/27078/stat : 27078 (java) S 27015 27018 26438 0 -1 1077944384 1 13282 0 0 0 0 5 3 20 0 15 0 71328486 11079016448 12835 33554432000 4194304 4196468 140726215302048 139627641955440 139628778436309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
[pid=27018/tid=27079] ppid=27015 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/27018/task/27079/stat : 27079 (java) S 27015 27018 26438 0 -1 1077944384 3 13282 0 0 0 0 5 3 20 0 15 0 71328489 11079016448 12835 33554432000 4194304 4196468 140726215302048 139627334555728 139628778444699 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
[pid=27018/tid=27080] ppid=27015 vsize=10819352 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/27018/task/27080/stat : 27080 (java) S 27015 27018 26438 0 -1 1077944384 533 13282 0 0 1 0 5 3 20 0 15 0 71328489 11079016448 12835 33554432000 4194304 4196468 140726215302048 139628202904176 139628778437250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
[pid=27018/tid=27081] ppid=27015 vsize=10819352 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/27018/task/27081/stat : 27081 (java) S 27015 27018 26438 0 -1 1077944384 62 13282 0 0 1 0 5 3 20 0 15 0 71328489 11079016448 12835 33554432000 4194304 4196468 140726215302048 139628201851376 139628778437250 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
[pid=27018/tid=27082] ppid=27015 vsize=10819352 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/27018/task/27082/stat : 27082 (java) S 27015 27018 26438 0 -1 1077944384 646 13282 0 0 4 0 5 3 20 0 15 0 71328489 11079016448 12835 33554432000 4194304 4196468 140726215302048 139628200799088 139628778437250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
[pid=27018/tid=27083] ppid=27015 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27018/task/27083/stat : 27083 (java) S 27015 27018 26438 0 -1 1077944384 3 13282 0 0 0 0 5 3 20 0 15 0 71328489 11079016448 12835 33554432000 4194304 4196468 140726215302048 139627300998112 139628778436309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
[pid=27018/tid=27084] ppid=27015 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27018/task/27084/stat : 27084 (java) S 27015 27018 26438 0 -1 1077944384 1 13282 0 0 0 0 5 3 20 0 15 0 71328489 11079016448 12835 33554432000 4194304 4196468 140726215302048 139628199745968 139628778437250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 51340 KiB

[startup+0.70083 s]
/proc/loadavg: 2.06 1.57 1.41 3/215 27084
/proc/meminfo: memFree=6024888/32770624 swapFree=67108860/67108860
[pid=27018] ppid=27015 vsize=10819352 memory=84052 CPUtime=0.99 cores=0,2,4,6
/proc/27018/stat : 27018 (java) S 27015 27018 26438 0 -1 1077944320 17195 13282 0 0 86 5 5 3 20 0 15 0 71328474 11079016448 21013 33554432000 4194304 4196468 140726215302048 140726215284592 139628778426103 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
/proc/27018/statm: 2704838 21013 3237 1 0 2667149 0
[pid=27018/tid=27071] ppid=27015 vsize=10819352 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/27018/task/27071/stat : 27071 (java) R 27015 27018 26438 0 -1 4202560 12487 13282 0 0 56 3 5 3 20 0 15 0 71328483 11079016448 21013 33554432000 4194304 4196468 140726215302048 139628750247824 139628762506590 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
[pid=27018/tid=27072] ppid=27015 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27018/task/27072/stat : 27072 (java) S 27015 27018 26438 0 -1 1077944384 1 13282 0 0 0 0 5 3 20 0 15 0 71328484 11079016448 21013 33554432000 4194304 4196468 140726215302048 139628782668688 139628778436309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
[pid=27018/tid=27073] ppid=27015 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27018/task/27073/stat : 27073 (java) S 27015 27018 26438 0 -1 1077944384 1 13282 0 0 0 0 5 3 20 0 15 0 71328484 11079016448 21013 33554432000 4194304 4196468 140726215302048 139628351163152 139628778436309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
[pid=27018/tid=27074] ppid=27015 vsize=10819352 memory=4128 CPUtime=0.08 cores=0,2,4,6
/proc/27018/task/27074/stat : 27074 (java) S 27015 27018 26438 0 -1 1077944384 2 13282 0 0 0 0 5 3 20 0 15 0 71328484 11079016448 21013 33554432000 4194304 4196468 140726215302048 139628350110864 139628778436309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
[pid=27018/tid=27075] ppid=27015 vsize=10819352 memory=2241 CPUtime=0.08 cores=0,2,4,6
/proc/27018/task/27075/stat : 27075 (java) S 27015 27018 26438 0 -1 1077944384 2 13282 0 0 0 0 5 3 20 0 15 0 71328484 11079016448 21013 33554432000 4194304 4196468 140726215302048 139628349058064 139628778436309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
[pid=27018/tid=27076] ppid=27015 vsize=10819352 memory=2244 CPUtime=0.08 cores=0,2,4,6
/proc/27018/task/27076/stat : 27076 (java) S 27015 27018 26438 0 -1 1077944384 5 13282 0 0 0 0 5 3 20 0 15 0 71328486 11079016448 21013 33554432000 4194304 4196468 140726215302048 139628237514864 139628778437250 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
[pid=27018/tid=27077] ppid=27015 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27018/task/27077/stat : 27077 (java) S 27015 27018 26438 0 -1 1077944384 33 13282 0 0 0 0 5 3 20 0 15 0 71328486 11079016448 21013 33554432000 4194304 4196468 140726215302048 139628236460832 139628778436309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
[pid=27018/tid=27078] ppid=27015 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27018/task/27078/stat : 27078 (java) S 27015 27018 26438 0 -1 1077944384 1 13282 0 0 0 0 5 3 20 0 15 0 71328486 11079016448 21013 33554432000 4194304 4196468 140726215302048 139627641955440 139628778436309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
[pid=27018/tid=27079] ppid=27015 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27018/task/27079/stat : 27079 (java) S 27015 27018 26438 0 -1 1077944384 3 13282 0 0 0 0 5 3 20 0 15 0 71328489 11079016448 21013 33554432000 4194304 4196468 140726215302048 139627334555728 139628778444699 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
[pid=27018/tid=27080] ppid=27015 vsize=10819352 memory=6655300316396806240 CPUtime=0.15 cores=0,2,4,6
/proc/27018/task/27080/stat : 27080 (java) S 27015 27018 26438 0 -1 1077944384 957 13282 0 0 7 0 5 3 20 0 15 0 71328489 11079016448 21013 33554432000 4194304 4196468 140726215302048 139628202904176 139628778437250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
[pid=27018/tid=27081] ppid=27015 vsize=10819352 memory=0 CPUtime=0.17 cores=0,2,4,6
/proc/27018/task/27081/stat : 27081 (java) S 27015 27018 26438 0 -1 1077944384 696 13282 0 0 9 0 5 3 20 0 15 0 71328489 11079016448 21013 33554432000 4194304 4196468 140726215302048 139628201851376 139628778437250 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
[pid=27018/tid=27082] ppid=27015 vsize=10819352 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/27018/task/27082/stat : 27082 (java) S 27015 27018 26438 0 -1 1077944384 813 13282 0 0 13 0 5 3 20 0 15 0 71328489 11079016448 21013 33554432000 4194304 4196468 140726215302048 139628200799088 139628778437250 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
[pid=27018/tid=27083] ppid=27015 vsize=10819352 memory=280547666428144 CPUtime=0.08 cores=0,2,4,6
/proc/27018/task/27083/stat : 27083 (java) S 27015 27018 26438 0 -1 1077944384 3 13282 0 0 0 0 5 3 20 0 15 0 71328489 11079016448 21013 33554432000 4194304 4196468 140726215302048 139627300998112 139628778436309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
[pid=27018/tid=27084] ppid=27015 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27018/task/27084/stat : 27084 (java) S 27015 27018 26438 0 -1 1077944384 1 13282 0 0 0 0 5 3 20 0 15 0 71328489 11079016448 21013 33554432000 4194304 4196468 140726215302048 139628199745968 139628778437250 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 84052 KiB

[startup+1.50756 s]
/proc/loadavg: 2.06 1.57 1.41 4/215 27084
/proc/meminfo: memFree=5979052/32770624 swapFree=67108860/67108860
[pid=27018] ppid=27015 vsize=10828108 memory=231404 CPUtime=3.07 cores=0,2,4,6
/proc/27018/stat : 27018 (java) S 27015 27018 26438 0 -1 1077944320 22984 13282 0 0 288 11 5 3 20 0 15 0 71328474 11087982592 57851 33554432000 4194304 4196468 140726215302048 140726215284592 139628778426103 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
/proc/27018/statm: 2707027 57851 3458 1 0 2668685 0
[pid=27018/tid=27071] ppid=27015 vsize=10828108 memory=234 CPUtime=1.45 cores=0,2,4,6
/proc/27018/task/27071/stat : 27071 (java) S 27015 27018 26438 0 -1 1077944384 15107 13282 0 0 132 5 5 3 20 0 15 0 71328483 11087982592 57851 33554432000 4194304 4196468 140726215302048 139628750259520 139628778436309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
[pid=27018/tid=27072] ppid=27015 vsize=10828108 memory=118 CPUtime=0.08 cores=0,2,4,6
/proc/27018/task/27072/stat : 27072 (java) R 27015 27018 26438 0 -1 4202560 35 13282 0 0 0 0 5 3 20 0 15 0 71328484 11087982592 57851 33554432000 4194304 4196468 140726215302048 139628782668688 139628771522939 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
[pid=27018/tid=27073] ppid=27015 vsize=10828108 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27018/task/27073/stat : 27073 (java) R 27015 27018 26438 0 -1 4202560 9 13282 0 0 0 0 5 3 20 0 15 0 71328484 11087982592 57851 33554432000 4194304 4196468 140726215302048 139628351163152 139628763453968 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
[pid=27018/tid=27074] ppid=27015 vsize=10828108 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27018/task/27074/stat : 27074 (java) R 27015 27018 26438 0 -1 4202560 103 13282 0 0 0 0 5 3 20 0 15 0 71328484 11087982592 57851 33554432000 4194304 4196468 140726215302048 139628350108384 139628763453950 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
[pid=27018/tid=27075] ppid=27015 vsize=10828108 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27018/task/27075/stat : 27075 (java) R 27015 27018 26438 0 -1 4202560 190 13282 0 0 0 0 5 3 20 0 15 0 71328484 11087982592 57851 33554432000 4194304 4196468 140726215302048 139628349058064 139628771522939 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
[pid=27018/tid=27076] ppid=27015 vsize=10828108 memory=6944656575208382560 CPUtime=0.08 cores=0,2,4,6
/proc/27018/task/27076/stat : 27076 (java) S 27015 27018 26438 0 -1 1077944384 20 13282 0 0 0 0 5 3 20 0 15 0 71328486 11087982592 57851 33554432000 4194304 4196468 140726215302048 139628237513376 139628778436309 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
[pid=27018/tid=27077] ppid=27015 vsize=10828108 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27018/task/27077/stat : 27077 (java) S 27015 27018 26438 0 -1 1077944384 33 13282 0 0 0 0 5 3 20 0 15 0 71328486 11087982592 57851 33554432000 4194304 4196468 140726215302048 139628236460832 139628778436309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
[pid=27018/tid=27078] ppid=27015 vsize=10828108 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27018/task/27078/stat : 27078 (java) S 27015 27018 26438 0 -1 1077944384 1 13282 0 0 0 0 5 3 20 0 15 0 71328486 11087982592 57851 33554432000 4194304 4196468 140726215302048 139627641955440 139628778436309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
[pid=27018/tid=27079] ppid=27015 vsize=10828108 memory=280547666464288 CPUtime=0.08 cores=0,2,4,6
/proc/27018/task/27079/stat : 27079 (java) S 27015 27018 26438 0 -1 1077944384 3 13282 0 0 0 0 5 3 20 0 15 0 71328489 11087982592 57851 33554432000 4194304 4196468 140726215302048 139627334555728 139628778444699 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
[pid=27018/tid=27080] ppid=27015 vsize=10828108 memory=2209 CPUtime=0.63 cores=0,2,4,6
/proc/27018/task/27080/stat : 27080 (java) R 27015 27018 26438 0 -1 4202560 2230 13282 0 0 55 0 5 3 20 0 15 0 71328489 11087982592 57851 33554432000 4194304 4196468 140726215302048 139628202890744 139628761924964 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
[pid=27018/tid=27081] ppid=27015 vsize=10828108 memory=20132 CPUtime=0.65 cores=0,2,4,6
/proc/27018/task/27081/stat : 27081 (java) R 27015 27018 26438 0 -1 4202560 1548 13282 0 0 57 0 5 3 20 0 15 0 71328489 11087982592 57851 33554432000 4194304 4196468 140726215302048 139628201833616 139628764456038 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
[pid=27018/tid=27082] ppid=27015 vsize=10828108 memory=0 CPUtime=0.49 cores=0,2,4,6
/proc/27018/task/27082/stat : 27082 (java) S 27015 27018 26438 0 -1 1077944384 1512 13282 0 0 40 1 5 3 20 0 15 0 71328489 11087982592 57851 33554432000 4194304 4196468 140726215302048 139628200799088 139628778437250 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
[pid=27018/tid=27083] ppid=27015 vsize=10828108 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27018/task/27083/stat : 27083 (java) S 27015 27018 26438 0 -1 1077944384 3 13282 0 0 0 0 5 3 20 0 15 0 71328489 11087982592 57851 33554432000 4194304 4196468 140726215302048 139627300998112 139628778436309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
[pid=27018/tid=27084] ppid=27015 vsize=10828108 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27018/task/27084/stat : 27084 (java) S 27015 27018 26438 0 -1 1077944384 1 13282 0 0 0 0 5 3 20 0 15 0 71328489 11087982592 57851 33554432000 4194304 4196468 140726215302048 139628199745968 139628778437250 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 10828108 KiB

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

[pid=27018/tid=27075] ppid=27015 vsize=10850656 memory=4616 CPUtime=206.31 cores=0,2,4,6
/proc/27018/task/27075/stat : 27075 (java) S 27015 27018 26438 0 -1 1077944384 1398612 13282 0 0 19944 679 5 3 20 0 15 0 71328484 11111071744 1871088 33554432000 4194304 4196468 140726215302048 139628349058064 139628778436309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 19 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
[pid=27018/tid=27076] ppid=27015 vsize=10850656 memory=1428 CPUtime=3.13 cores=0,2,4,6
/proc/27018/task/27076/stat : 27076 (java) S 27015 27018 26438 0 -1 1077944384 401716 13282 0 0 262 43 5 3 20 0 15 0 71328486 11111071744 1871088 33554432000 4194304 4196468 140726215302048 139628237514864 139628778437250 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
[pid=27018/tid=27077] ppid=27015 vsize=10850656 memory=15876 CPUtime=0.08 cores=0,2,4,6
/proc/27018/task/27077/stat : 27077 (java) S 27015 27018 26438 0 -1 1077944384 132 13282 0 0 0 0 5 3 20 0 15 0 71328486 11111071744 1871088 33554432000 4194304 4196468 140726215302048 139628236460896 139628778436309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
[pid=27018/tid=27078] ppid=27015 vsize=10850656 memory=16436 CPUtime=0.08 cores=0,2,4,6
/proc/27018/task/27078/stat : 27078 (java) S 27015 27018 26438 0 -1 1077944384 47 13282 0 0 0 0 5 3 20 0 15 0 71328486 11111071744 1871088 33554432000 4194304 4196468 140726215302048 139627641955456 139628778436309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
[pid=27018/tid=27079] ppid=27015 vsize=10850656 memory=12720 CPUtime=0.08 cores=0,2,4,6
/proc/27018/task/27079/stat : 27079 (java) S 27015 27018 26438 0 -1 1077944384 3 13282 0 0 0 0 5 3 20 0 15 0 71328489 11111071744 1871088 33554432000 4194304 4196468 140726215302048 139627334555728 139628778444699 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
[pid=27018/tid=27080] ppid=27015 vsize=10850656 memory=4128 CPUtime=12.99 cores=0,2,4,6
/proc/27018/task/27080/stat : 27080 (java) S 27015 27018 26438 0 -1 1077944384 67001 13282 0 0 1284 7 5 3 20 0 15 0 71328489 11111071744 1871088 33554432000 4194304 4196468 140726215302048 139628202904176 139628778437250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
[pid=27018/tid=27081] ppid=27015 vsize=10850656 memory=6791534058613427641 CPUtime=14.16 cores=0,2,4,6
/proc/27018/task/27081/stat : 27081 (java) S 27015 27018 26438 0 -1 1077944384 76078 13282 0 0 1400 8 5 3 20 0 15 0 71328489 11111071744 1871088 33554432000 4194304 4196468 140726215302048 139628201851376 139628778437250 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
[pid=27018/tid=27082] ppid=27015 vsize=10850656 memory=636 CPUtime=3.29 cores=0,2,4,6
/proc/27018/task/27082/stat : 27082 (java) S 27015 27018 26438 0 -1 1077944384 49665 13282 0 0 311 10 5 3 20 0 15 0 71328489 11111071744 1871088 33554432000 4194304 4196468 140726215302048 139628200799088 139628778437250 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
[pid=27018/tid=27083] ppid=27015 vsize=10850656 memory=960 CPUtime=0.08 cores=0,2,4,6
/proc/27018/task/27083/stat : 27083 (java) S 27015 27018 26438 0 -1 1077944384 3 13282 0 0 0 0 5 3 20 0 15 0 71328489 11111071744 1871088 33554432000 4194304 4196468 140726215302048 139627300998112 139628778436309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
[pid=27018/tid=27084] ppid=27015 vsize=10850656 memory=1232 CPUtime=1.18 cores=0,2,4,6
/proc/27018/task/27084/stat : 27084 (java) S 27015 27018 26438 0 -1 1077944384 1658 13282 0 0 57 53 5 3 20 0 15 0 71328489 11111071744 1871088 33554432000 4194304 4196468 140726215302048 139628199745968 139628778437250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
Current children cumulated CPU time: 2371.09 s
Current children cumulated vsize: 10850656 KiB
Current children cumulated memory: 7484352 KiB

[startup+1782.3 s]
/proc/loadavg: 1.68 1.79 1.78 3/216 27163
/proc/meminfo: memFree=1075896/32770624 swapFree=67108860/67108860
[pid=27018] ppid=27015 vsize=10850656 memory=7123156 CPUtime=2431.97 cores=0,2,4,6
/proc/27018/stat : 27018 (java) S 27015 27018 26438 0 -1 1077944320 8215749 13282 0 0 240218 2971 5 3 20 0 15 0 71328474 11111071744 1780789 33554432000 4194304 4196468 140726215302048 140726215284592 139628778426103 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
/proc/27018/statm: 2712664 1780789 3543 1 0 2674317 0
[pid=27018/tid=27071] ppid=27015 vsize=10850656 memory=5408 CPUtime=1570.53 cores=0,2,4,6
/proc/27018/task/27071/stat : 27071 (java) R 27015 27018 26438 0 -1 4202560 1685992 13282 0 0 156890 155 5 3 20 0 15 0 71328483 11111071744 1780789 33554432000 4194304 4196468 140726215302048 139628750260512 139628382793756 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
[pid=27018/tid=27072] ppid=27015 vsize=10850656 memory=6791534058613427641 CPUtime=206.82 cores=0,2,4,6
/proc/27018/task/27072/stat : 27072 (java) S 27015 27018 26438 0 -1 1077944384 1472736 13282 0 0 19989 685 5 3 20 0 15 0 71328484 11111071744 1780789 33554432000 4194304 4196468 140726215302048 139628782668688 139628778436309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 20 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
[pid=27018/tid=27073] ppid=27015 vsize=10850656 memory=6791534058613427641 CPUtime=206.73 cores=0,2,4,6
/proc/27018/task/27073/stat : 27073 (java) S 27015 27018 26438 0 -1 1077944384 1444984 13282 0 0 20002 663 5 3 20 0 15 0 71328484 11111071744 1780789 33554432000 4194304 4196468 140726215302048 139628351163152 139628778436309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 20 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
[pid=27018/tid=27074] ppid=27015 vsize=10850656 memory=1292 CPUtime=207.07 cores=0,2,4,6
/proc/27018/task/27074/stat : 27074 (java) S 27015 27018 26438 0 -1 1077944384 1607567 13282 0 0 20020 679 5 3 20 0 15 0 71328484 11111071744 1780789 33554432000 4194304 4196468 140726215302048 139628350110864 139628778436309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 15 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
[pid=27018/tid=27075] ppid=27015 vsize=10850656 memory=2416 CPUtime=206.59 cores=0,2,4,6
/proc/27018/task/27075/stat : 27075 (java) S 27015 27018 26438 0 -1 1077944384 1405537 13282 0 0 19971 680 5 3 20 0 15 0 71328484 11111071744 1780789 33554432000 4194304 4196468 140726215302048 139628349058064 139628778436309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 19 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
[pid=27018/tid=27076] ppid=27015 vsize=10850656 memory=1728 CPUtime=3.15 cores=0,2,4,6
/proc/27018/task/27076/stat : 27076 (java) S 27015 27018 26438 0 -1 1077944384 402102 13282 0 0 264 43 5 3 20 0 15 0 71328486 11111071744 1780789 33554432000 4194304 4196468 140726215302048 139628237514864 139628778437250 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
[pid=27018/tid=27077] ppid=27015 vsize=10850656 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/27018/task/27077/stat : 27077 (java) S 27015 27018 26438 0 -1 1077944384 132 13282 0 0 0 0 5 3 20 0 15 0 71328486 11111071744 1780789 33554432000 4194304 4196468 140726215302048 139628236460896 139628778436309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
[pid=27018/tid=27078] ppid=27015 vsize=10850656 memory=1200 CPUtime=0.08 cores=0,2,4,6
/proc/27018/task/27078/stat : 27078 (java) S 27015 27018 26438 0 -1 1077944384 47 13282 0 0 0 0 5 3 20 0 15 0 71328486 11111071744 1780789 33554432000 4194304 4196468 140726215302048 139627641955456 139628778436309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
[pid=27018/tid=27079] ppid=27015 vsize=10850656 memory=10592 CPUtime=0.08 cores=0,2,4,6
/proc/27018/task/27079/stat : 27079 (java) S 27015 27018 26438 0 -1 1077944384 3 13282 0 0 0 0 5 3 20 0 15 0 71328489 11111071744 1780789 33554432000 4194304 4196468 140726215302048 139627334555728 139628778444699 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
[pid=27018/tid=27080] ppid=27015 vsize=10850656 memory=4616 CPUtime=12.99 cores=0,2,4,6
/proc/27018/task/27080/stat : 27080 (java) S 27015 27018 26438 0 -1 1077944384 67008 13282 0 0 1284 7 5 3 20 0 15 0 71328489 11111071744 1780789 33554432000 4194304 4196468 140726215302048 139628202904176 139628778437250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
[pid=27018/tid=27081] ppid=27015 vsize=10850656 memory=1428 CPUtime=14.16 cores=0,2,4,6
/proc/27018/task/27081/stat : 27081 (java) S 27015 27018 26438 0 -1 1077944384 76082 13282 0 0 1400 8 5 3 20 0 15 0 71328489 11111071744 1780789 33554432000 4194304 4196468 140726215302048 139628201851376 139628778437250 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
[pid=27018/tid=27082] ppid=27015 vsize=10850656 memory=1200 CPUtime=3.29 cores=0,2,4,6
/proc/27018/task/27082/stat : 27082 (java) S 27015 27018 26438 0 -1 1077944384 49670 13282 0 0 311 10 5 3 20 0 15 0 71328489 11111071744 1780789 33554432000 4194304 4196468 140726215302048 139628200799088 139628778437250 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
[pid=27018/tid=27083] ppid=27015 vsize=10850656 memory=10592 CPUtime=0.08 cores=0,2,4,6
/proc/27018/task/27083/stat : 27083 (java) S 27015 27018 26438 0 -1 1077944384 3 13282 0 0 0 0 5 3 20 0 15 0 71328489 11111071744 1780789 33554432000 4194304 4196468 140726215302048 139627300998112 139628778436309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
[pid=27018/tid=27084] ppid=27015 vsize=10850656 memory=4616 CPUtime=1.22 cores=0,2,4,6
/proc/27018/task/27084/stat : 27084 (java) S 27015 27018 26438 0 -1 1077944384 1695 13282 0 0 59 55 5 3 20 0 15 0 71328489 11111071744 1780789 33554432000 4194304 4196468 140726215302048 139628199745968 139628778437250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
Current children cumulated CPU time: 2431.97 s
Current children cumulated vsize: 10850656 KiB
Current children cumulated memory: 7123156 KiB

[startup+1842.3 s]
/proc/loadavg: 1.68 1.77 1.77 3/216 27164
/proc/meminfo: memFree=637816/32770624 swapFree=67108860/67108860
[pid=27018] ppid=27015 vsize=10850656 memory=7578708 CPUtime=2498.53 cores=0,2,4,6
/proc/27018/stat : 27018 (java) S 27015 27018 26438 0 -1 1077944320 8407605 13282 0 0 246776 3069 5 3 20 0 15 0 71328474 11111071744 1894677 33554432000 4194304 4196468 140726215302048 140726215284592 139628778426103 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
/proc/27018/statm: 2712664 1894677 3543 1 0 2674317 0
[pid=27018/tid=27071] ppid=27015 vsize=10850656 memory=6791534058613427641 CPUtime=1628.31 cores=0,2,4,6
/proc/27018/task/27071/stat : 27071 (java) S 27015 27018 26438 0 -1 1077944384 1768258 13282 0 0 162662 161 5 3 20 0 15 0 71328483 11111071744 1894677 33554432000 4194304 4196468 140726215302048 139628750262064 139628778436309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
[pid=27018/tid=27072] ppid=27015 vsize=10850656 memory=6791534058613427641 CPUtime=209 cores=0,2,4,6
/proc/27018/task/27072/stat : 27072 (java) R 27015 27018 26438 0 -1 4202560 1503187 13282 0 0 20184 708 5 3 20 0 15 0 71328484 11111071744 1894677 33554432000 4194304 4196468 140726215302048 139628782666208 139628763453216 0 4 0 16800975 0 0 0 -1 6 0 0 21 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
[pid=27018/tid=27073] ppid=27015 vsize=10850656 memory=844 CPUtime=208.91 cores=0,2,4,6
/proc/27018/task/27073/stat : 27073 (java) R 27015 27018 26438 0 -1 4202560 1470042 13282 0 0 20196 687 5 3 20 0 15 0 71328484 11111071744 1894677 33554432000 4194304 4196468 140726215302048 139628351163152 139628760051882 0 4 0 16800975 0 0 0 -1 4 0 0 20 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
[pid=27018/tid=27074] ppid=27015 vsize=10850656 memory=1796 CPUtime=209.26 cores=0,2,4,6
/proc/27018/task/27074/stat : 27074 (java) R 27015 27018 26438 0 -1 4202560 1633715 13282 0 0 20216 702 5 3 20 0 15 0 71328484 11111071744 1894677 33554432000 4194304 4196468 140726215302048 139628350111064 139628763449806 0 4 0 16800975 0 0 0 -1 2 0 0 15 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
[pid=27018/tid=27075] ppid=27015 vsize=10850656 memory=916 CPUtime=208.79 cores=0,2,4,6
/proc/27018/task/27075/stat : 27075 (java) R 27015 27018 26438 0 -1 4202560 1430849 13282 0 0 20168 703 5 3 20 0 15 0 71328484 11111071744 1894677 33554432000 4194304 4196468 140726215302048 139628349058264 139628763454444 0 4 0 16800975 0 0 0 -1 0 0 0 19 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
[pid=27018/tid=27076] ppid=27015 vsize=10850656 memory=3848 CPUtime=3.16 cores=0,2,4,6
/proc/27018/task/27076/stat : 27076 (java) S 27015 27018 26438 0 -1 1077944384 403057 13282 0 0 265 43 5 3 20 0 15 0 71328486 11111071744 1894677 33554432000 4194304 4196468 140726215302048 139628237513376 139628778436309 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
[pid=27018/tid=27077] ppid=27015 vsize=10850656 memory=2672 CPUtime=0.08 cores=0,2,4,6
/proc/27018/task/27077/stat : 27077 (java) S 27015 27018 26438 0 -1 1077944384 132 13282 0 0 0 0 5 3 20 0 15 0 71328486 11111071744 1894677 33554432000 4194304 4196468 140726215302048 139628236460896 139628778436309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
[pid=27018/tid=27078] ppid=27015 vsize=10850656 memory=2612 CPUtime=0.08 cores=0,2,4,6
/proc/27018/task/27078/stat : 27078 (java) S 27015 27018 26438 0 -1 1077944384 47 13282 0 0 0 0 5 3 20 0 15 0 71328486 11111071744 1894677 33554432000 4194304 4196468 140726215302048 139627641955456 139628778436309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
[pid=27018/tid=27079] ppid=27015 vsize=10850656 memory=1408 CPUtime=0.08 cores=0,2,4,6
/proc/27018/task/27079/stat : 27079 (java) S 27015 27018 26438 0 -1 1077944384 3 13282 0 0 0 0 5 3 20 0 15 0 71328489 11111071744 1894677 33554432000 4194304 4196468 140726215302048 139627334555728 139628778444699 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
[pid=27018/tid=27080] ppid=27015 vsize=10850656 memory=3272 CPUtime=12.99 cores=0,2,4,6
/proc/27018/task/27080/stat : 27080 (java) S 27015 27018 26438 0 -1 1077944384 67016 13282 0 0 1284 7 5 3 20 0 15 0 71328489 11111071744 1894677 33554432000 4194304 4196468 140726215302048 139628202904224 139628778436309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
[pid=27018/tid=27081] ppid=27015 vsize=10850656 memory=3817544 CPUtime=14.16 cores=0,2,4,6
/proc/27018/task/27081/stat : 27081 (java) S 27015 27018 26438 0 -1 1077944384 76090 13282 0 0 1400 8 5 3 20 0 15 0 71328489 11111071744 1894677 33554432000 4194304 4196468 140726215302048 139628201851136 139628778436309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
[pid=27018/tid=27082] ppid=27015 vsize=10850656 memory=1404 CPUtime=3.3 cores=0,2,4,6
/proc/27018/task/27082/stat : 27082 (java) S 27015 27018 26438 0 -1 1077944384 51265 13282 0 0 311 11 5 3 20 0 15 0 71328489 11111071744 1894677 33554432000 4194304 4196468 140726215302048 139628200799136 139628778436309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
[pid=27018/tid=27083] ppid=27015 vsize=10850656 memory=3084 CPUtime=0.08 cores=0,2,4,6
/proc/27018/task/27083/stat : 27083 (java) S 27015 27018 26438 0 -1 1077944384 3 13282 0 0 0 0 5 3 20 0 15 0 71328489 11111071744 1894677 33554432000 4194304 4196468 140726215302048 139627300998112 139628778436309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
[pid=27018/tid=27084] ppid=27015 vsize=10850656 memory=7578284 CPUtime=1.26 cores=0,2,4,6
/proc/27018/task/27084/stat : 27084 (java) S 27015 27018 26438 0 -1 1077944384 1750 13282 0 0 61 57 5 3 20 0 15 0 71328489 11111071744 1894677 33554432000 4194304 4196468 140726215302048 139628199745968 139628778437250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
Current children cumulated CPU time: 2498.53 s
Current children cumulated vsize: 10850656 KiB
Current children cumulated memory: 7578708 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1860.2 s]
/proc/loadavg: 1.85 1.80 1.78 3/215 27165
/proc/meminfo: memFree=700580/32770624 swapFree=67108860/67108860
[pid=27018] ppid=27015 vsize=10850656 memory=7514148 CPUtime=2520.09 cores=0,2,4,6
/proc/27018/stat : 27018 (java) S 27015 27018 26438 0 -1 1077944320 8468845 13282 0 0 248927 3074 5 3 20 0 15 0 71328474 11111071744 1878537 33554432000 4194304 4196468 140726215302048 140726215284592 139628778426103 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
/proc/27018/statm: 2712664 1878537 3543 1 0 2674317 0
[pid=27018/tid=27071] ppid=27015 vsize=10850656 memory=7514072 CPUtime=1644.97 cores=0,2,4,6
/proc/27018/task/27071/stat : 27071 (java) R 27015 27018 26438 0 -1 4202560 1815720 13282 0 0 164325 164 5 3 20 0 15 0 71328483 11111071744 1878537 33554432000 4194304 4196468 140726215302048 139628750260256 139628388328312 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
[pid=27018/tid=27072] ppid=27015 vsize=10850656 memory=7514148 CPUtime=210.21 cores=0,2,4,6
/proc/27018/task/27072/stat : 27072 (java) S 27015 27018 26438 0 -1 1077944384 1506551 13282 0 0 20305 708 5 3 20 0 15 0 71328484 11111071744 1878537 33554432000 4194304 4196468 140726215302048 139628782668688 139628778436309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 21 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
[pid=27018/tid=27073] ppid=27015 vsize=10850656 memory=7514072 CPUtime=210.13 cores=0,2,4,6
/proc/27018/task/27073/stat : 27073 (java) S 27015 27018 26438 0 -1 1077944384 1473144 13282 0 0 20318 687 5 3 20 0 15 0 71328484 11111071744 1878537 33554432000 4194304 4196468 140726215302048 139628351163152 139628778436309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 20 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
[pid=27018/tid=27074] ppid=27015 vsize=10850656 memory=7514072 CPUtime=210.48 cores=0,2,4,6
/proc/27018/task/27074/stat : 27074 (java) S 27015 27018 26438 0 -1 1077944384 1637687 13282 0 0 20338 702 5 3 20 0 15 0 71328484 11111071744 1878537 33554432000 4194304 4196468 140726215302048 139628350110864 139628778436309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 15 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
[pid=27018/tid=27075] ppid=27015 vsize=10850656 memory=7578708 CPUtime=210.01 cores=0,2,4,6
/proc/27018/task/27075/stat : 27075 (java) S 27015 27018 26438 0 -1 1077944384 1434117 13282 0 0 20290 703 5 3 20 0 15 0 71328484 11111071744 1878537 33554432000 4194304 4196468 140726215302048 139628349058064 139628778436309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 19 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
[pid=27018/tid=27076] ppid=27015 vsize=10850656 memory=7514072 CPUtime=3.17 cores=0,2,4,6
/proc/27018/task/27076/stat : 27076 (java) S 27015 27018 26438 0 -1 1077944384 403127 13282 0 0 266 43 5 3 20 0 15 0 71328486 11111071744 1878537 33554432000 4194304 4196468 140726215302048 139628237514864 139628778437250 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
[pid=27018/tid=27077] ppid=27015 vsize=10850656 memory=7514148 CPUtime=0.08 cores=0,2,4,6
/proc/27018/task/27077/stat : 27077 (java) S 27015 27018 26438 0 -1 1077944384 132 13282 0 0 0 0 5 3 20 0 15 0 71328486 11111071744 1878537 33554432000 4194304 4196468 140726215302048 139628236460896 139628778436309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
[pid=27018/tid=27078] ppid=27015 vsize=10850656 memory=7514072 CPUtime=0.08 cores=0,2,4,6
/proc/27018/task/27078/stat : 27078 (java) S 27015 27018 26438 0 -1 1077944384 47 13282 0 0 0 0 5 3 20 0 15 0 71328486 11111071744 1878537 33554432000 4194304 4196468 140726215302048 139627641955456 139628778436309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
[pid=27018/tid=27079] ppid=27015 vsize=10850656 memory=7514148 CPUtime=0.08 cores=0,2,4,6
/proc/27018/task/27079/stat : 27079 (java) S 27015 27018 26438 0 -1 1077944384 3 13282 0 0 0 0 5 3 20 0 15 0 71328489 11111071744 1878537 33554432000 4194304 4196468 140726215302048 139627334555728 139628778444699 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
[pid=27018/tid=27080] ppid=27015 vsize=10850656 memory=7514148 CPUtime=12.99 cores=0,2,4,6
/proc/27018/task/27080/stat : 27080 (java) S 27015 27018 26438 0 -1 1077944384 67016 13282 0 0 1284 7 5 3 20 0 15 0 71328489 11111071744 1878537 33554432000 4194304 4196468 140726215302048 139628202904176 139628778437250 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
[pid=27018/tid=27081] ppid=27015 vsize=10850656 memory=7514072 CPUtime=14.16 cores=0,2,4,6
/proc/27018/task/27081/stat : 27081 (java) S 27015 27018 26438 0 -1 1077944384 76090 13282 0 0 1400 8 5 3 20 0 15 0 71328489 11111071744 1878537 33554432000 4194304 4196468 140726215302048 139628201851376 139628778437250 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
[pid=27018/tid=27082] ppid=27015 vsize=10850656 memory=7514072 CPUtime=3.3 cores=0,2,4,6
/proc/27018/task/27082/stat : 27082 (java) S 27015 27018 26438 0 -1 1077944384 51265 13282 0 0 311 11 5 3 20 0 15 0 71328489 11111071744 1878537 33554432000 4194304 4196468 140726215302048 139628200799088 139628778437250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
[pid=27018/tid=27083] ppid=27015 vsize=10850656 memory=7514072 CPUtime=0.08 cores=0,2,4,6
/proc/27018/task/27083/stat : 27083 (java) S 27015 27018 26438 0 -1 1077944384 3 13282 0 0 0 0 5 3 20 0 15 0 71328489 11111071744 1878537 33554432000 4194304 4196468 140726215302048 139627300998112 139628778436309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
[pid=27018/tid=27084] ppid=27015 vsize=10850656 memory=7514072 CPUtime=1.27 cores=0,2,4,6
/proc/27018/task/27084/stat : 27084 (java) S 27015 27018 26438 0 -1 1077944384 1752 13282 0 0 62 57 5 3 20 0 15 0 71328489 11111071744 1878537 33554432000 4194304 4196468 140726215302048 139628199745968 139628778437250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29261824 140726215305387 140726215308636 140726215308636 140726215311311 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 10850656 KiB
Current children cumulated memory: 7514148 KiB

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

[startup+1860.35 s]
# the end of solver process 27018 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2489.36 s, system=30.8952 s

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

[startup+1860.31 s]*
/proc/loadavg: 1.85 1.80 1.78 3/202 27167
/proc/meminfo: memFree=3369104/32770624 swapFree=67108860/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): 1860.35
CPU time (s): 2520.25
CPU user time (s): 2489.36
CPU system time (s): 30.8952
CPU usage (%): 135.472
Max. virtual memory (cumulated for all children) (KiB): 10850656
Max. memory (cumulated for all children) (KiB): 8125560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2489.36
system time used= 30.8952
maximum resident set size= 8144528
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8486896
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2496
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 84447
involuntary context switches= 11710


# summary of solver processes directly reported to runsolver:
#   pid: 27018
#   total CPU time (s): 2520.25
#   total CPU user time (s): 2489.36
#   total CPU system time (s): 30.8952

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.477 second user time and 18.1286 second system time

The end

Launcher Data

Begin job on node139 at 2018-07-25 18:54:13
IDJOB=4295203
IDBENCH=141490
IDSOLVER=2751
FILE ID=node139/4295203-1532537653
RUNJOBID= node139-1532535188-26469
PBS_JOBID= 21021948
Free space on /tmp= 38812 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/PeacableArmies/PeacableArmies-m2-30_c18.xml
COMMAND LINE= concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4295203-1532537653/watcher-4295203-1532537653 -o /tmp/evaluation-result-4295203-1532537653/solver-4295203-1532537653 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532535188-26469 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1560902990 -superng HOME/instance-4295203-1532537653.xml

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

MD5SUM BENCH= f7f9b20d19eb9843ceb4981536ba88b3
RANDOM SEED=1560902990

node139.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.80
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.80
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.80
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.80
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:         6074464 kB
MemAvailable:   30279256 kB
Buffers:          217524 kB
Cached:         23832956 kB
SwapCached:            0 kB
Active:          4506320 kB
Inactive:       21246160 kB
Active(anon):    1657684 kB
Inactive(anon):    72240 kB
Active(file):    2848636 kB
Inactive(file): 21173920 kB
Unevictable:        7312 kB
Mlocked:            7312 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             28880 kB
Writeback:             0 kB
AnonPages:       1709356 kB
Mapped:            52924 kB
Shmem:             25228 kB
Slab:             638524 kB
SReclaimable:     610696 kB
SUnreclaim:        27828 kB
KernelStack:        3488 kB
PageTables:         8484 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3018020 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1515520 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 38788 MiB
End job on node139 at 2018-07-25 19:25:14