Trace number 4259641

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.4? (TO) 252.5 225.214

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-opt-marketSplit/
Pb-msplit-7-60-4.xml
MD5SUM37d902a8c28836ecb268a87a81b5effe
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables61
Number of constraints15
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":61}]
Minimum variable degree2
Maximum variable degree14
Distribution of variable degrees[{"degree":2,"count":1},{"degree":12,"count":2},{"degree":14,"count":58}]
Minimum constraint arity1
Maximum constraint arity60
Distribution of constraint arities[{"arity":1,"count":1},{"arity":59,"count":4},{"arity":60,"count":10}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":15}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

3.32/2.03	c Concrete v3.4 running
252.29/225.19	java.util.concurrent.TimeoutException
252.29/225.19		at concrete.MAC.mac(MAC.scala:74)
252.29/225.19		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
252.29/225.19		at scala.util.Try$.apply(Try.scala:209)
252.29/225.19		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.29/225.19		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.29/225.19		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.29/225.19		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.29/225.19		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
252.29/225.19		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.29/225.19		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.29/225.19		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.29/225.19		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.29/225.19		at concrete.MAC.oneRun(MAC.scala:146)
252.29/225.19		at concrete.MAC.nextSolution(MAC.scala:166)
252.29/225.19		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
252.29/225.19		at concrete.ProblemState.map(ProblemState.scala:203)
252.29/225.19		at concrete.ProblemState.map(ProblemState.scala:188)
252.29/225.19		at concrete.MAC.nextSolution(MAC.scala:195)
252.29/225.19		at concrete.Solver.hasNext(Solver.scala:202)
252.29/225.19		at scala.collection.Iterator.toStream(Iterator.scala:1403)
252.29/225.19		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
252.29/225.19		at concrete.Solver.toStream(Solver.scala:73)
252.29/225.19		at scala.collection.TraversableOnce.toIterable(TraversableOnce.scala:296)
252.29/225.19		at scala.collection.TraversableOnce.toIterable$(TraversableOnce.scala:296)
252.29/225.19		at concrete.Solver.toIterable(Solver.scala:73)
252.29/225.19		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
252.29/225.19		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.29/225.19		at scala.util.Success.map(Try.scala:209)
252.29/225.19		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
252.29/225.19		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
252.29/225.19		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
252.29/225.19		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
252.29/225.19		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
252.29/225.19		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.29/225.19		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.29/225.19		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.29/225.19		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.29/225.19		at scala.collection.immutable.List.foreach(List.scala:389)
252.29/225.19		at scala.App.main(App.scala:76)
252.29/225.19		at scala.App.main$(App.scala:74)
252.29/225.19		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
252.29/225.19		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.29/225.20	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 (13338 MiB free)
  memory of node 1: 16384 MiB (12740 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4259641-1502648239/watcher-4259641-1502648239 -o /tmp/evaluation-result-4259641-1502648239/solver-4259641-1502648239 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node149-1502644582-9044 --watchdog 312 bin/concrete HOME/instance-4259641-1502648239.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=12372, runsolver pid=12369
Current StackSize limit: 8192 KiB


[startup+0.100088 s]*
/proc/loadavg: 1.72 1.90 1.87 3/207 12426
/proc/meminfo: memFree=26698356/32770624 swapFree=67108860/67108860
[pid=12372] ppid=12369 vsize=13445604 memory=15828 CPUtime=0.09 cores=0,2,4,6
/proc/12372/stat : 12372 (java) S 12369 12372 3242 0 -1 1077944320 4554 12545 0 0 2 0 5 2 20 0 7 0 97904866 13768298496 3957 33554432000 4194304 4196468 140732134080400 140732134062944 139806419009271 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
/proc/12372/statm: 3361401 3957 2030 1 0 3349839 0
[pid=12372/tid=12422] ppid=12369 vsize=13445604 memory=4279135704047191436 CPUtime=0.08 cores=0,2,4,6
/proc/12372/task/12422/stat : 12422 (java) R 12369 12372 3242 0 -1 4202560 2414 12545 0 0 1 0 5 2 20 0 7 0 97904875 13768298496 3957 33554432000 4194304 4196468 140732134080400 139806423251728 139806403089758 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
[pid=12372/tid=12423] ppid=12369 vsize=13445604 memory=-7522837583129502606 CPUtime=0.07 cores=0,2,4,6
/proc/12372/task/12423/stat : 12423 (java) S 12369 12372 3242 0 -1 1077944384 2 12545 0 0 0 0 5 2 20 0 7 0 97904876 13768298496 3957 33554432000 4194304 4196468 140732134080400 139806356609680 139806419019477 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
[pid=12372/tid=12424] ppid=12369 vsize=13445604 memory=140673874359936 CPUtime=0.07 cores=0,2,4,6
/proc/12372/task/12424/stat : 12424 (java) S 12369 12372 3242 0 -1 1077944384 1 12545 0 0 0 0 5 2 20 0 7 0 97904876 13768298496 3957 33554432000 4194304 4196468 140732134080400 139806355556880 139806419019477 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
[pid=12372/tid=12425] ppid=12369 vsize=13445604 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12372/task/12425/stat : 12425 (java) S 12369 12372 3242 0 -1 1077944384 1 12545 0 0 0 0 5 2 20 0 7 0 97904876 13768298496 3957 33554432000 4194304 4196468 140732134080400 139806354504080 139806419019477 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
[pid=12372/tid=12426] ppid=12369 vsize=13445604 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/12372/task/12426/stat : 12426 (java) S 12369 12372 3242 0 -1 1077944384 1 12545 0 0 0 0 5 2 20 0 7 0 97904876 13768298496 3957 33554432000 4194304 4196468 140732134080400 139806011562256 139806419019477 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
[pid=12372/tid=12427] ppid=12369 vsize=13445604 memory=140673874359936 CPUtime=0.07 cores=0,2,4,6
/proc/12372/task/12427/stat : 12427 (java) S 12369 12372 3242 0 -1 1077944384 2 12545 0 0 0 0 5 2 20 0 7 0 97904877 13768298496 3957 33554432000 4194304 4196468 140732134080400 139805960383344 139806419020418 0 0 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 13445604 KiB
Current children cumulated memory: 15828 KiB

[startup+0.210105 s]*
/proc/loadavg: 1.72 1.90 1.87 3/216 12435
/proc/meminfo: memFree=26681268/32770624 swapFree=67108860/67108860
[pid=12372] ppid=12369 vsize=13978660 memory=43024 CPUtime=0.25 cores=0,2,4,6
/proc/12372/stat : 12372 (java) S 12369 12372 3242 0 -1 1077944320 9619 12545 0 0 17 1 5 2 20 0 15 0 97904866 14314147840 10703 33554432000 4194304 4196468 140732134080400 140732134062944 139806419009271 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
/proc/12372/statm: 3494657 10756 2965 1 0 3482967 0
[pid=12372/tid=12422] ppid=12369 vsize=13978660 memory=7022364594140610616 CPUtime=0.18 cores=0,2,4,6
/proc/12372/task/12422/stat : 12422 (java) R 12369 12372 3242 0 -1 4202560 6131 12545 0 0 11 0 5 2 20 0 15 0 97904875 14314147840 10756 33554432000 4194304 4196468 140732134080400 139806423229920 139806411688989 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
[pid=12372/tid=12423] ppid=12369 vsize=13978660 memory=342 CPUtime=0.07 cores=0,2,4,6
/proc/12372/task/12423/stat : 12423 (java) S 12369 12372 3242 0 -1 1077944384 2 12545 0 0 0 0 5 2 20 0 15 0 97904876 14314147840 10756 33554432000 4194304 4196468 140732134080400 139806356609680 139806419019477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
[pid=12372/tid=12424] ppid=12369 vsize=13978660 memory=140673874371585 CPUtime=0.07 cores=0,2,4,6
/proc/12372/task/12424/stat : 12424 (java) S 12369 12372 3242 0 -1 1077944384 1 12545 0 0 0 0 5 2 20 0 15 0 97904876 14314147840 10756 33554432000 4194304 4196468 140732134080400 139806355556880 139806419019477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
[pid=12372/tid=12425] ppid=12369 vsize=13978660 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12372/task/12425/stat : 12425 (java) S 12369 12372 3242 0 -1 1077944384 1 12545 0 0 0 0 5 2 20 0 15 0 97904876 14314147840 10756 33554432000 4194304 4196468 140732134080400 139806354504080 139806419019477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
[pid=12372/tid=12426] ppid=12369 vsize=13978660 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/12372/task/12426/stat : 12426 (java) S 12369 12372 3242 0 -1 1077944384 1 12545 0 0 0 0 5 2 20 0 15 0 97904876 14314147840 10756 33554432000 4194304 4196468 140732134080400 139806011562256 139806419019477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
[pid=12372/tid=12427] ppid=12369 vsize=13978628 memory=140673874359936 CPUtime=0.07 cores=0,2,4,6
/proc/12372/task/12427/stat : 12427 (java) S 12369 12372 3242 0 -1 1077944384 2 12545 0 0 0 0 5 2 20 0 15 0 97904877 14314115072 10756 33554432000 4194304 4196468 140732134080400 139805960383344 139806419020418 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
[pid=12372/tid=12428] ppid=12369 vsize=13978628 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/12372/task/12428/stat : 12428 (java) S 12369 12372 3242 0 -1 1077944384 33 12545 0 0 0 0 5 2 20 0 15 0 97904878 14314115072 10756 33554432000 4194304 4196468 140732134080400 139805959329312 139806419019477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
[pid=12372/tid=12429] ppid=12369 vsize=13978628 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12372/task/12429/stat : 12429 (java) S 12369 12372 3242 0 -1 1077944384 21 12545 0 0 0 0 5 2 20 0 15 0 97904878 14314115072 10756 33554432000 4194304 4196468 140732134080400 139805958276464 139806419019477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
[pid=12372/tid=12430] ppid=12369 vsize=13978628 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12372/task/12430/stat : 12430 (java) S 12369 12372 3242 0 -1 1077944384 3 12545 0 0 0 0 5 2 20 0 15 0 97904880 14314115072 10756 33554432000 4194304 4196468 140732134080400 139805957224784 139806419027867 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
[pid=12372/tid=12431] ppid=12369 vsize=13978628 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12372/task/12431/stat : 12431 (java) S 12369 12372 3242 0 -1 1077944384 423 12545 0 0 1 0 5 2 20 0 15 0 97904881 14314115072 10756 33554432000 4194304 4196468 140732134080400 139805956172144 139806419020418 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
[pid=12372/tid=12432] ppid=12369 vsize=13978660 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/12372/task/12432/stat : 12432 (java) S 12369 12372 3242 0 -1 1077944384 317 12545 0 0 0 0 5 2 20 0 15 0 97904881 14314147840 10756 33554432000 4194304 4196468 140732134080400 139805955119344 139806419020418 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
[pid=12372/tid=12433] ppid=12369 vsize=13978660 memory=140673874359936 CPUtime=0.1 cores=0,2,4,6
/proc/12372/task/12433/stat : 12433 (java) S 12369 12372 3242 0 -1 1077944384 543 12545 0 0 3 0 5 2 20 0 15 0 97904881 14314147840 10756 33554432000 4194304 4196468 140732134080400 139805954066544 139806419020418 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
[pid=12372/tid=12434] ppid=12369 vsize=13978660 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/12372/task/12434/stat : 12434 (java) S 12369 12372 3242 0 -1 1077944384 3 12545 0 0 0 0 5 2 20 0 15 0 97904881 14314147840 10756 33554432000 4194304 4196468 140732134080400 139805953013984 139806419019477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
[pid=12372/tid=12435] ppid=12369 vsize=13978660 memory=140673874359936 CPUtime=0.07 cores=0,2,4,6
/proc/12372/task/12435/stat : 12435 (java) S 12369 12372 3242 0 -1 1077944384 1 12545 0 0 0 0 5 2 20 0 15 0 97904881 14314147840 10756 33554432000 4194304 4196468 140732134080400 139805951962288 139806419020418 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 13978660 KiB
Current children cumulated memory: 43024 KiB

[startup+0.310646 s]*
/proc/loadavg: 1.72 1.90 1.87 3/216 12435
/proc/meminfo: memFree=26666320/32770624 swapFree=67108860/67108860
[pid=12372] ppid=12369 vsize=13979028 memory=50972 CPUtime=0.38 cores=0,2,4,6
/proc/12372/stat : 12372 (java) S 12369 12372 3242 0 -1 1077944320 10816 12545 0 0 29 2 5 2 20 0 15 0 97904866 14314524672 12743 33554432000 4194304 4196468 140732134080400 140732134062944 139806419009271 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
/proc/12372/statm: 3494757 12743 3073 1 0 3482967 0
[pid=12372/tid=12422] ppid=12369 vsize=13979028 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/12372/task/12422/stat : 12422 (java) R 12369 12372 3242 0 -1 4202560 7309 12545 0 0 20 1 5 2 20 0 15 0 97904875 14314524672 12743 33554432000 4194304 4196468 140732134080400 139806423219296 139806403089758 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
[pid=12372/tid=12423] ppid=12369 vsize=13979028 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12372/task/12423/stat : 12423 (java) S 12369 12372 3242 0 -1 1077944384 2 12545 0 0 0 0 5 2 20 0 15 0 97904876 14314524672 12743 33554432000 4194304 4196468 140732134080400 139806356609680 139806419019477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
[pid=12372/tid=12424] ppid=12369 vsize=13979028 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12372/task/12424/stat : 12424 (java) S 12369 12372 3242 0 -1 1077944384 1 12545 0 0 0 0 5 2 20 0 15 0 97904876 14314524672 12743 33554432000 4194304 4196468 140732134080400 139806355556880 139806419019477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
[pid=12372/tid=12425] ppid=12369 vsize=13979028 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12372/task/12425/stat : 12425 (java) S 12369 12372 3242 0 -1 1077944384 1 12545 0 0 0 0 5 2 20 0 15 0 97904876 14314524672 12743 33554432000 4194304 4196468 140732134080400 139806354504080 139806419019477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
[pid=12372/tid=12426] ppid=12369 vsize=13979028 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12372/task/12426/stat : 12426 (java) S 12369 12372 3242 0 -1 1077944384 1 12545 0 0 0 0 5 2 20 0 15 0 97904876 14314524672 12743 33554432000 4194304 4196468 140732134080400 139806011562256 139806419019477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
[pid=12372/tid=12427] ppid=12369 vsize=13979028 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12372/task/12427/stat : 12427 (java) S 12369 12372 3242 0 -1 1077944384 2 12545 0 0 0 0 5 2 20 0 15 0 97904877 14314524672 12743 33554432000 4194304 4196468 140732134080400 139805960383344 139806419020418 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
[pid=12372/tid=12428] ppid=12369 vsize=13979028 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12372/task/12428/stat : 12428 (java) S 12369 12372 3242 0 -1 1077944384 33 12545 0 0 0 0 5 2 20 0 15 0 97904878 14314524672 12743 33554432000 4194304 4196468 140732134080400 139805959329312 139806419019477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
[pid=12372/tid=12429] ppid=12369 vsize=13979028 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/12372/task/12429/stat : 12429 (java) S 12369 12372 3242 0 -1 1077944384 21 12545 0 0 0 0 5 2 20 0 15 0 97904878 14314524672 12743 33554432000 4194304 4196468 140732134080400 139805958276464 139806419019477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
[pid=12372/tid=12430] ppid=12369 vsize=13979028 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12372/task/12430/stat : 12430 (java) S 12369 12372 3242 0 -1 1077944384 3 12545 0 0 0 0 5 2 20 0 15 0 97904880 14314524672 12743 33554432000 4194304 4196468 140732134080400 139805957224784 139806419027867 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
[pid=12372/tid=12431] ppid=12369 vsize=13979028 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12372/task/12431/stat : 12431 (java) S 12369 12372 3242 0 -1 1077944384 426 12545 0 0 1 0 5 2 20 0 15 0 97904881 14314524672 12743 33554432000 4194304 4196468 140732134080400 139805956172144 139806419020418 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
[pid=12372/tid=12432] ppid=12369 vsize=13979028 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/12372/task/12432/stat : 12432 (java) S 12369 12372 3242 0 -1 1077944384 319 12545 0 0 1 0 5 2 20 0 15 0 97904881 14314524672 12743 33554432000 4194304 4196468 140732134080400 139805955119344 139806419020418 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
[pid=12372/tid=12433] ppid=12369 vsize=13979028 memory=140673874359936 CPUtime=0.12 cores=0,2,4,6
/proc/12372/task/12433/stat : 12433 (java) S 12369 12372 3242 0 -1 1077944384 551 12545 0 0 5 0 5 2 20 0 15 0 97904881 14314524672 12743 33554432000 4194304 4196468 140732134080400 139805954066544 139806419020418 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
[pid=12372/tid=12434] ppid=12369 vsize=13979028 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/12372/task/12434/stat : 12434 (java) S 12369 12372 3242 0 -1 1077944384 3 12545 0 0 0 0 5 2 20 0 15 0 97904881 14314524672 12743 33554432000 4194304 4196468 140732134080400 139805953013984 139806419019477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
[pid=12372/tid=12435] ppid=12369 vsize=13979028 memory=140673874359936 CPUtime=0.07 cores=0,2,4,6
/proc/12372/task/12435/stat : 12435 (java) S 12369 12372 3242 0 -1 1077944384 1 12545 0 0 0 0 5 2 20 0 15 0 97904881 14314524672 12743 33554432000 4194304 4196468 140732134080400 139805951962288 139806419020418 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 13979028 KiB
Current children cumulated memory: 50972 KiB

[startup+0.700729 s]
/proc/loadavg: 1.72 1.90 1.87 6/216 12435
/proc/meminfo: memFree=26657884/32770624 swapFree=67108860/67108860
[pid=12372] ppid=12369 vsize=13979176 memory=83056 CPUtime=0.97 cores=0,2,4,6
/proc/12372/stat : 12372 (java) S 12369 12372 3242 0 -1 1077944320 16938 12545 0 0 86 4 5 2 20 0 15 0 97904866 14314676224 20764 33554432000 4194304 4196468 140732134080400 140732134062944 139806419009271 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
/proc/12372/statm: 3494794 20764 3258 1 0 3482967 0
[pid=12372/tid=12422] ppid=12369 vsize=13979176 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/12372/task/12422/stat : 12422 (java) R 12369 12372 3242 0 -1 4202560 12760 12545 0 0 56 3 5 2 20 0 15 0 97904875 14314676224 20764 33554432000 4194304 4196468 140732134080400 139806423228336 139806403089758 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
[pid=12372/tid=12423] ppid=12369 vsize=13979176 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12372/task/12423/stat : 12423 (java) S 12369 12372 3242 0 -1 1077944384 2 12545 0 0 0 0 5 2 20 0 15 0 97904876 14314676224 20764 33554432000 4194304 4196468 140732134080400 139806356609680 139806419019477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
[pid=12372/tid=12424] ppid=12369 vsize=13979176 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12372/task/12424/stat : 12424 (java) S 12369 12372 3242 0 -1 1077944384 1 12545 0 0 0 0 5 2 20 0 15 0 97904876 14314676224 20764 33554432000 4194304 4196468 140732134080400 139806355556880 139806419019477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
[pid=12372/tid=12425] ppid=12369 vsize=13979176 memory=140673735082608 CPUtime=0.07 cores=0,2,4,6
/proc/12372/task/12425/stat : 12425 (java) S 12369 12372 3242 0 -1 1077944384 1 12545 0 0 0 0 5 2 20 0 15 0 97904876 14314676224 20764 33554432000 4194304 4196468 140732134080400 139806354504080 139806419019477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
[pid=12372/tid=12426] ppid=12369 vsize=13979176 memory=140677358813796 CPUtime=0.07 cores=0,2,4,6
/proc/12372/task/12426/stat : 12426 (java) S 12369 12372 3242 0 -1 1077944384 1 12545 0 0 0 0 5 2 20 0 15 0 97904876 14314676224 20764 33554432000 4194304 4196468 140732134080400 139806011562256 139806419019477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
[pid=12372/tid=12427] ppid=12369 vsize=13979176 memory=1196 CPUtime=0.07 cores=0,2,4,6
/proc/12372/task/12427/stat : 12427 (java) S 12369 12372 3242 0 -1 1077944384 5 12545 0 0 0 0 5 2 20 0 15 0 97904877 14314676224 20764 33554432000 4194304 4196468 140732134080400 139805960383344 139806419020418 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
[pid=12372/tid=12428] ppid=12369 vsize=13979176 memory=7014751519583131217 CPUtime=0.07 cores=0,2,4,6
/proc/12372/task/12428/stat : 12428 (java) S 12369 12372 3242 0 -1 1077944384 33 12545 0 0 0 0 5 2 20 0 15 0 97904878 14314676224 20764 33554432000 4194304 4196468 140732134080400 139805959329312 139806419019477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
[pid=12372/tid=12429] ppid=12369 vsize=13979176 memory=18476 CPUtime=0.07 cores=0,2,4,6
/proc/12372/task/12429/stat : 12429 (java) S 12369 12372 3242 0 -1 1077944384 21 12545 0 0 0 0 5 2 20 0 15 0 97904878 14314676224 20764 33554432000 4194304 4196468 140732134080400 139805958276464 139806419019477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
[pid=12372/tid=12430] ppid=12369 vsize=13979176 memory=16960 CPUtime=0.07 cores=0,2,4,6
/proc/12372/task/12430/stat : 12430 (java) S 12369 12372 3242 0 -1 1077944384 3 12545 0 0 0 0 5 2 20 0 15 0 97904880 14314676224 20764 33554432000 4194304 4196468 140732134080400 139805957224784 139806419027867 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
[pid=12372/tid=12431] ppid=12369 vsize=13979176 memory=4048 CPUtime=0.13 cores=0,2,4,6
/proc/12372/task/12431/stat : 12431 (java) S 12369 12372 3242 0 -1 1077944384 660 12545 0 0 6 0 5 2 20 0 15 0 97904881 14314676224 20764 33554432000 4194304 4196468 140732134080400 139805956172144 139806419020418 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
[pid=12372/tid=12432] ppid=12369 vsize=13979176 memory=1792 CPUtime=0.17 cores=0,2,4,6
/proc/12372/task/12432/stat : 12432 (java) S 12369 12372 3242 0 -1 1077944384 697 12545 0 0 10 0 5 2 20 0 15 0 97904881 14314676224 20764 33554432000 4194304 4196468 140732134080400 139805955119344 139806419020418 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
[pid=12372/tid=12433] ppid=12369 vsize=13979176 memory=648 CPUtime=0.2 cores=0,2,4,6
/proc/12372/task/12433/stat : 12433 (java) S 12369 12372 3242 0 -1 1077944384 606 12545 0 0 13 0 5 2 20 0 15 0 97904881 14314676224 20764 33554432000 4194304 4196468 140732134080400 139805954066544 139806419020418 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
[pid=12372/tid=12434] ppid=12369 vsize=13979176 memory=1240 CPUtime=0.07 cores=0,2,4,6
/proc/12372/task/12434/stat : 12434 (java) S 12369 12372 3242 0 -1 1077944384 3 12545 0 0 0 0 5 2 20 0 15 0 97904881 14314676224 20764 33554432000 4194304 4196468 140732134080400 139805953013984 139806419019477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
[pid=12372/tid=12435] ppid=12369 vsize=13979176 memory=960 CPUtime=0.07 cores=0,2,4,6
/proc/12372/task/12435/stat : 12435 (java) S 12369 12372 3242 0 -1 1077944384 1 12545 0 0 0 0 5 2 20 0 15 0 97904881 14314676224 20764 33554432000 4194304 4196468 140732134080400 139805951962288 139806419020418 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
Current children cumulated CPU time: 0.97 s
Current children cumulated vsize: 13979176 KiB
Current children cumulated memory: 83056 KiB

[startup+1.50074 s]
/proc/loadavg: 1.72 1.90 1.87 3/216 12435
/proc/meminfo: memFree=26599336/32770624 swapFree=67108860/67108860
[pid=12372] ppid=12369 vsize=13991700 memory=176204 CPUtime=2.2 cores=0,2,4,6
/proc/12372/stat : 12372 (java) S 12369 12372 3242 0 -1 1077944320 24910 12545 0 0 204 9 5 2 20 0 15 0 97904866 14327500800 44051 33554432000 4194304 4196468 140732134080400 140732134062944 139806419009271 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
/proc/12372/statm: 3497925 44051 3399 1 0 3486039 0
[pid=12372/tid=12422] ppid=12369 vsize=13991700 memory=0 CPUtime=1.42 cores=0,2,4,6
/proc/12372/task/12422/stat : 12422 (java) R 12369 12372 3242 0 -1 4202560 18529 12545 0 0 130 5 5 2 20 0 15 0 97904875 14327500800 44051 33554432000 4194304 4196468 140732134080400 139806423240496 139806419021206 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
[pid=12372/tid=12423] ppid=12369 vsize=13991700 memory=281347470213568 CPUtime=0.08 cores=0,2,4,6
/proc/12372/task/12423/stat : 12423 (java) S 12369 12372 3242 0 -1 1077944384 50 12545 0 0 1 0 5 2 20 0 15 0 97904876 14327500800 44051 33554432000 4194304 4196468 140732134080400 139806356609680 139806419019477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
[pid=12372/tid=12424] ppid=12369 vsize=13991700 memory=281347470222880 CPUtime=0.07 cores=0,2,4,6
/proc/12372/task/12424/stat : 12424 (java) S 12369 12372 3242 0 -1 1077944384 174 12545 0 0 0 0 5 2 20 0 15 0 97904876 14327500800 44051 33554432000 4194304 4196468 140732134080400 139806355556880 139806419019477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
[pid=12372/tid=12425] ppid=12369 vsize=13991700 memory=140673735117296 CPUtime=0.08 cores=0,2,4,6
/proc/12372/task/12425/stat : 12425 (java) S 12369 12372 3242 0 -1 1077944384 27 12545 0 0 1 0 5 2 20 0 15 0 97904876 14327500800 44051 33554432000 4194304 4196468 140732134080400 139806354504080 139806419019477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
[pid=12372/tid=12426] ppid=12369 vsize=13991700 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12372/task/12426/stat : 12426 (java) S 12369 12372 3242 0 -1 1077944384 46 12545 0 0 1 0 5 2 20 0 15 0 97904876 14327500800 44051 33554432000 4194304 4196468 140732134080400 139806011562256 139806419019477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
[pid=12372/tid=12427] ppid=12369 vsize=13991700 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12372/task/12427/stat : 12427 (java) S 12369 12372 3242 0 -1 1077944384 633 12545 0 0 1 0 5 2 20 0 15 0 97904877 14327500800 44051 33554432000 4194304 4196468 140732134080400 139805960383344 139806419020418 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
[pid=12372/tid=12428] ppid=12369 vsize=13991700 memory=13331578489482 CPUtime=0.07 cores=0,2,4,6
/proc/12372/task/12428/stat : 12428 (java) S 12369 12372 3242 0 -1 1077944384 35 12545 0 0 0 0 5 2 20 0 15 0 97904878 14327500800 44051 33554432000 4194304 4196468 140732134080400 139805959329312 139806419019477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
[pid=12372/tid=12429] ppid=12369 vsize=13991700 memory=8026941097143250998 CPUtime=0.07 cores=0,2,4,6
/proc/12372/task/12429/stat : 12429 (java) S 12369 12372 3242 0 -1 1077944384 22 12545 0 0 0 0 5 2 20 0 15 0 97904878 14327500800 44051 33554432000 4194304 4196468 140732134080400 139805958276480 139806419019477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
[pid=12372/tid=12430] ppid=12369 vsize=13991700 memory=8026941098018885740 CPUtime=0.07 cores=0,2,4,6
/proc/12372/task/12430/stat : 12430 (java) S 12369 12372 3242 0 -1 1077944384 3 12545 0 0 0 0 5 2 20 0 15 0 97904880 14327500800 44051 33554432000 4194304 4196468 140732134080400 139805957224784 139806419027867 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
[pid=12372/tid=12431] ppid=12369 vsize=13991700 memory=-9034923846474767733 CPUtime=0.22 cores=0,2,4,6
/proc/12372/task/12431/stat : 12431 (java) S 12369 12372 3242 0 -1 1077944384 863 12545 0 0 15 0 5 2 20 0 15 0 97904881 14327500800 44051 33554432000 4194304 4196468 140732134080400 139805956172144 139806419020418 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
[pid=12372/tid=12432] ppid=12369 vsize=13991700 memory=7737292360406819410 CPUtime=0.25 cores=0,2,4,6
/proc/12372/task/12432/stat : 12432 (java) S 12369 12372 3242 0 -1 1077944384 917 12545 0 0 18 0 5 2 20 0 15 0 97904881 14327500800 44051 33554432000 4194304 4196468 140732134080400 139805955119344 139806419020418 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
[pid=12372/tid=12433] ppid=12369 vsize=13991700 memory=6655300316396806240 CPUtime=0.38 cores=0,2,4,6
/proc/12372/task/12433/stat : 12433 (java) S 12369 12372 3242 0 -1 1077944384 1465 12545 0 0 31 0 5 2 20 0 15 0 97904881 14327500800 44051 33554432000 4194304 4196468 140732134080400 139805954066544 139806419020418 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
[pid=12372/tid=12434] ppid=12369 vsize=13991700 memory=5792588339071181926 CPUtime=0.07 cores=0,2,4,6
/proc/12372/task/12434/stat : 12434 (java) S 12369 12372 3242 0 -1 1077944384 3 12545 0 0 0 0 5 2 20 0 15 0 97904881 14327500800 44051 33554432000 4194304 4196468 140732134080400 139805953013984 139806419019477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
[pid=12372/tid=12435] ppid=12369 vsize=13991700 memory=7523379100374297173 CPUtime=0.07 cores=0,2,4,6
/proc/12372/task/12435/stat : 12435 (java) S 12369 12372 3242 0 -1 1077944384 1 12545 0 0 0 0 5 2 20 0 15 0 97904881 14327500800 44051 33554432000 4194304 4196468 140732134080400 139805951962288 139806419020418 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0

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

[pid=12372/tid=12426] ppid=12369 vsize=14071760 memory=1008940 CPUtime=0.36 cores=0,2,4,6
/proc/12372/task/12426/stat : 12426 (java) S 12369 12372 3242 0 -1 1077944384 1765 12545 0 0 26 3 5 2 20 0 15 0 97904876 14409482240 252239 33554432000 4194304 4196468 140732134080400 139806011562256 139806419019477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
[pid=12372/tid=12427] ppid=12369 vsize=14071760 memory=1008940 CPUtime=0.36 cores=0,2,4,6
/proc/12372/task/12427/stat : 12427 (java) S 12369 12372 3242 0 -1 1077944384 2487 12545 0 0 26 3 5 2 20 0 15 0 97904877 14409482240 252239 33554432000 4194304 4196468 140732134080400 139805960383344 139806419020418 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
[pid=12372/tid=12428] ppid=12369 vsize=14071760 memory=28628 CPUtime=0.07 cores=0,2,4,6
/proc/12372/task/12428/stat : 12428 (java) S 12369 12372 3242 0 -1 1077944384 39 12545 0 0 0 0 5 2 20 0 15 0 97904878 14409482240 252239 33554432000 4194304 4196468 140732134080400 139805959329376 139806419019477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
[pid=12372/tid=12429] ppid=12369 vsize=14071760 memory=1296 CPUtime=0.07 cores=0,2,4,6
/proc/12372/task/12429/stat : 12429 (java) S 12369 12372 3242 0 -1 1077944384 24 12545 0 0 0 0 5 2 20 0 15 0 97904878 14409482240 252239 33554432000 4194304 4196468 140732134080400 139805958276480 139806419019477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
[pid=12372/tid=12430] ppid=12369 vsize=14071760 memory=2408 CPUtime=0.07 cores=0,2,4,6
/proc/12372/task/12430/stat : 12430 (java) S 12369 12372 3242 0 -1 1077944384 3 12545 0 0 0 0 5 2 20 0 15 0 97904880 14409482240 252239 33554432000 4194304 4196468 140732134080400 139805957224784 139806419027867 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
[pid=12372/tid=12431] ppid=12369 vsize=14071760 memory=1296 CPUtime=10.31 cores=0,2,4,6
/proc/12372/task/12431/stat : 12431 (java) S 12369 12372 3242 0 -1 1077944384 11706 12545 0 0 1021 3 5 2 20 0 15 0 97904881 14409482240 252239 33554432000 4194304 4196468 140732134080400 139805956172144 139806419020418 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
[pid=12372/tid=12432] ppid=12369 vsize=14071760 memory=2408 CPUtime=10.31 cores=0,2,4,6
/proc/12372/task/12432/stat : 12432 (java) S 12369 12372 3242 0 -1 1077944384 11654 12545 0 0 1020 4 5 2 20 0 15 0 97904881 14409482240 252239 33554432000 4194304 4196468 140732134080400 139805955119344 139806419020418 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
[pid=12372/tid=12433] ppid=12369 vsize=14071760 memory=26262591 CPUtime=4.26 cores=0,2,4,6
/proc/12372/task/12433/stat : 12433 (java) S 12369 12372 3242 0 -1 1077944384 13737 12545 0 0 414 5 5 2 20 0 15 0 97904881 14409482240 252239 33554432000 4194304 4196468 140732134080400 139805954066544 139806419020418 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
[pid=12372/tid=12434] ppid=12369 vsize=14071760 memory=28628 CPUtime=0.07 cores=0,2,4,6
/proc/12372/task/12434/stat : 12434 (java) S 12369 12372 3242 0 -1 1077944384 3 12545 0 0 0 0 5 2 20 0 15 0 97904881 14409482240 252239 33554432000 4194304 4196468 140732134080400 139805953013984 139806419019477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
[pid=12372/tid=12435] ppid=12369 vsize=14071760 memory=1296 CPUtime=0.12 cores=0,2,4,6
/proc/12372/task/12435/stat : 12435 (java) S 12369 12372 3242 0 -1 1077944384 1227 12545 0 0 3 2 5 2 20 0 15 0 97904881 14409482240 252239 33554432000 4194304 4196468 140732134080400 139805951962288 139806419020418 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
Current children cumulated CPU time: 127.79 s
Current children cumulated vsize: 14071760 KiB
Current children cumulated memory: 1008956 KiB

[startup+162.301 s]
/proc/loadavg: 1.59 1.76 1.82 6/216 12562
/proc/meminfo: memFree=25904960/32770624 swapFree=67108860/67108860
[pid=12372] ppid=12369 vsize=14071760 memory=1009004 CPUtime=188.49 cores=0,2,4,6
/proc/12372/stat : 12372 (java) S 12369 12372 3242 0 -1 1077944320 97475 12545 0 0 18782 60 5 2 20 0 15 0 97904866 14409482240 252251 33554432000 4194304 4196468 140732134080400 140732134062944 139806419009271 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
/proc/12372/statm: 3517940 252251 3491 1 0 3505495 0
[pid=12372/tid=12422] ppid=12369 vsize=14071760 memory=1009004 CPUtime=160.87 cores=0,2,4,6
/proc/12372/task/12422/stat : 12422 (java) R 12369 12372 3242 0 -1 4202560 42829 12545 0 0 16058 22 5 2 20 0 15 0 97904875 14409482240 252251 33554432000 4194304 4196468 140732134080400 139806423242864 139806401996818 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
[pid=12372/tid=12423] ppid=12369 vsize=14071760 memory=1009004 CPUtime=0.6 cores=0,2,4,6
/proc/12372/task/12423/stat : 12423 (java) S 12369 12372 3242 0 -1 1077944384 2142 12545 0 0 49 4 5 2 20 0 15 0 97904876 14409482240 252251 33554432000 4194304 4196468 140732134080400 139806356609680 139806419019477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
[pid=12372/tid=12424] ppid=12369 vsize=14071760 memory=28628 CPUtime=0.61 cores=0,2,4,6
/proc/12372/task/12424/stat : 12424 (java) S 12369 12372 3242 0 -1 1077944384 2380 12545 0 0 49 5 5 2 20 0 15 0 97904876 14409482240 252251 33554432000 4194304 4196468 140732134080400 139806355556880 139806419019477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
[pid=12372/tid=12425] ppid=12369 vsize=14071760 memory=1008956 CPUtime=0.63 cores=0,2,4,6
/proc/12372/task/12425/stat : 12425 (java) S 12369 12372 3242 0 -1 1077944384 1412 12545 0 0 51 5 5 2 20 0 15 0 97904876 14409482240 252251 33554432000 4194304 4196468 140732134080400 139806354504080 139806419019477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
[pid=12372/tid=12426] ppid=12369 vsize=14071760 memory=4 CPUtime=0.62 cores=0,2,4,6
/proc/12372/task/12426/stat : 12426 (java) S 12369 12372 3242 0 -1 1077944384 3248 12545 0 0 50 5 5 2 20 0 15 0 97904876 14409482240 252251 33554432000 4194304 4196468 140732134080400 139806011562256 139806419019477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
[pid=12372/tid=12427] ppid=12369 vsize=14071760 memory=1008988 CPUtime=0.63 cores=0,2,4,6
/proc/12372/task/12427/stat : 12427 (java) S 12369 12372 3242 0 -1 1077944384 2810 12545 0 0 52 4 5 2 20 0 15 0 97904877 14409482240 252251 33554432000 4194304 4196468 140732134080400 139805960383344 139806419020418 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
[pid=12372/tid=12428] ppid=12369 vsize=14071760 memory=1009004 CPUtime=0.07 cores=0,2,4,6
/proc/12372/task/12428/stat : 12428 (java) S 12369 12372 3242 0 -1 1077944384 39 12545 0 0 0 0 5 2 20 0 15 0 97904878 14409482240 252251 33554432000 4194304 4196468 140732134080400 139805959329376 139806419019477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
[pid=12372/tid=12429] ppid=12369 vsize=14071760 memory=1009004 CPUtime=0.07 cores=0,2,4,6
/proc/12372/task/12429/stat : 12429 (java) S 12369 12372 3242 0 -1 1077944384 24 12545 0 0 0 0 5 2 20 0 15 0 97904878 14409482240 252251 33554432000 4194304 4196468 140732134080400 139805958276480 139806419019477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
[pid=12372/tid=12430] ppid=12369 vsize=14071760 memory=1009004 CPUtime=0.07 cores=0,2,4,6
/proc/12372/task/12430/stat : 12430 (java) S 12369 12372 3242 0 -1 1077944384 3 12545 0 0 0 0 5 2 20 0 15 0 97904880 14409482240 252251 33554432000 4194304 4196468 140732134080400 139805957224784 139806419027867 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
[pid=12372/tid=12431] ppid=12369 vsize=14071760 memory=1009004 CPUtime=10.31 cores=0,2,4,6
/proc/12372/task/12431/stat : 12431 (java) S 12369 12372 3242 0 -1 1077944384 11709 12545 0 0 1021 3 5 2 20 0 15 0 97904881 14409482240 252251 33554432000 4194304 4196468 140732134080400 139805956172144 139806419020418 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
[pid=12372/tid=12432] ppid=12369 vsize=14071760 memory=1009004 CPUtime=10.31 cores=0,2,4,6
/proc/12372/task/12432/stat : 12432 (java) S 12369 12372 3242 0 -1 1077944384 11656 12545 0 0 1020 4 5 2 20 0 15 0 97904881 14409482240 252251 33554432000 4194304 4196468 140732134080400 139805955119344 139806419020418 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
[pid=12372/tid=12433] ppid=12369 vsize=14071760 memory=1009004 CPUtime=4.26 cores=0,2,4,6
/proc/12372/task/12433/stat : 12433 (java) S 12369 12372 3242 0 -1 1077944384 15826 12545 0 0 414 5 5 2 20 0 15 0 97904881 14409482240 252251 33554432000 4194304 4196468 140732134080400 139805954066544 139806419020418 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
[pid=12372/tid=12434] ppid=12369 vsize=14071760 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12372/task/12434/stat : 12434 (java) S 12369 12372 3242 0 -1 1077944384 3 12545 0 0 0 0 5 2 20 0 15 0 97904881 14409482240 252251 33554432000 4194304 4196468 140732134080400 139805953013984 139806419019477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
[pid=12372/tid=12435] ppid=12369 vsize=14071760 memory=4144 CPUtime=0.15 cores=0,2,4,6
/proc/12372/task/12435/stat : 12435 (java) S 12369 12372 3242 0 -1 1077944384 1249 12545 0 0 4 4 5 2 20 0 15 0 97904881 14409482240 252251 33554432000 4194304 4196468 140732134080400 139805951962288 139806419020418 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
Current children cumulated CPU time: 188.49 s
Current children cumulated vsize: 14071760 KiB
Current children cumulated memory: 1009004 KiB

[startup+222.301 s]
/proc/loadavg: 1.87 1.83 1.84 3/215 12563
/proc/meminfo: memFree=25843296/32770624 swapFree=67108860/67108860
[pid=12372] ppid=12369 vsize=14071760 memory=1009116 CPUtime=249.26 cores=0,2,4,6
/proc/12372/stat : 12372 (java) S 12369 12372 3242 0 -1 1077944320 103381 12545 0 0 24851 68 5 2 20 0 15 0 97904866 14409482240 252279 33554432000 4194304 4196468 140732134080400 140732134062944 139806419009271 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
/proc/12372/statm: 3517940 252279 3491 1 0 3505495 0
[pid=12372/tid=12422] ppid=12369 vsize=14071760 memory=1009116 CPUtime=220.23 cores=0,2,4,6
/proc/12372/task/12422/stat : 12422 (java) R 12369 12372 3242 0 -1 4202560 44476 12545 0 0 21993 23 5 2 20 0 15 0 97904875 14409482240 252279 33554432000 4194304 4196468 140732134080400 139806423243424 139806040636393 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
[pid=12372/tid=12423] ppid=12369 vsize=14071760 memory=6791534058613427641 CPUtime=0.88 cores=0,2,4,6
/proc/12372/task/12423/stat : 12423 (java) S 12369 12372 3242 0 -1 1077944384 3611 12545 0 0 76 5 5 2 20 0 15 0 97904876 14409482240 252279 33554432000 4194304 4196468 140732134080400 139806356609680 139806419019477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
[pid=12372/tid=12424] ppid=12369 vsize=14071760 memory=1009060 CPUtime=0.89 cores=0,2,4,6
/proc/12372/task/12424/stat : 12424 (java) S 12369 12372 3242 0 -1 1077944384 3922 12545 0 0 75 7 5 2 20 0 15 0 97904876 14409482240 252279 33554432000 4194304 4196468 140732134080400 139806355556880 139806419019477 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
[pid=12372/tid=12425] ppid=12369 vsize=14071760 memory=1009060 CPUtime=0.9 cores=0,2,4,6
/proc/12372/task/12425/stat : 12425 (java) S 12369 12372 3242 0 -1 1077944384 1789 12545 0 0 77 6 5 2 20 0 15 0 97904876 14409482240 252279 33554432000 4194304 4196468 140732134080400 139806354504080 139806419019477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
[pid=12372/tid=12426] ppid=12369 vsize=14071760 memory=1009060 CPUtime=0.9 cores=0,2,4,6
/proc/12372/task/12426/stat : 12426 (java) S 12369 12372 3242 0 -1 1077944384 3435 12545 0 0 76 7 5 2 20 0 15 0 97904876 14409482240 252279 33554432000 4194304 4196468 140732134080400 139806011562256 139806419019477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
[pid=12372/tid=12427] ppid=12369 vsize=14071760 memory=1009116 CPUtime=0.92 cores=0,2,4,6
/proc/12372/task/12427/stat : 12427 (java) S 12369 12372 3242 0 -1 1077944384 3464 12545 0 0 80 5 5 2 20 0 15 0 97904877 14409482240 252279 33554432000 4194304 4196468 140732134080400 139805960383344 139806419020418 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
[pid=12372/tid=12428] ppid=12369 vsize=14071760 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12372/task/12428/stat : 12428 (java) S 12369 12372 3242 0 -1 1077944384 39 12545 0 0 0 0 5 2 20 0 15 0 97904878 14409482240 252279 33554432000 4194304 4196468 140732134080400 139805959329376 139806419019477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
[pid=12372/tid=12429] ppid=12369 vsize=14071760 memory=1009116 CPUtime=0.07 cores=0,2,4,6
/proc/12372/task/12429/stat : 12429 (java) S 12369 12372 3242 0 -1 1077944384 24 12545 0 0 0 0 5 2 20 0 15 0 97904878 14409482240 252279 33554432000 4194304 4196468 140732134080400 139805958276480 139806419019477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
[pid=12372/tid=12430] ppid=12369 vsize=14071760 memory=1009116 CPUtime=0.07 cores=0,2,4,6
/proc/12372/task/12430/stat : 12430 (java) S 12369 12372 3242 0 -1 1077944384 3 12545 0 0 0 0 5 2 20 0 15 0 97904880 14409482240 252279 33554432000 4194304 4196468 140732134080400 139805957224784 139806419027867 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
[pid=12372/tid=12431] ppid=12369 vsize=14071760 memory=1009060 CPUtime=10.32 cores=0,2,4,6
/proc/12372/task/12431/stat : 12431 (java) S 12369 12372 3242 0 -1 1077944384 11713 12545 0 0 1022 3 5 2 20 0 15 0 97904881 14409482240 252279 33554432000 4194304 4196468 140732134080400 139805956172144 139806419020418 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
[pid=12372/tid=12432] ppid=12369 vsize=14071760 memory=1009116 CPUtime=10.31 cores=0,2,4,6
/proc/12372/task/12432/stat : 12432 (java) S 12369 12372 3242 0 -1 1077944384 11662 12545 0 0 1020 4 5 2 20 0 15 0 97904881 14409482240 252279 33554432000 4194304 4196468 140732134080400 139805955119344 139806419020418 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
[pid=12372/tid=12433] ppid=12369 vsize=14071760 memory=4144 CPUtime=4.26 cores=0,2,4,6
/proc/12372/task/12433/stat : 12433 (java) S 12369 12372 3242 0 -1 1077944384 15832 12545 0 0 414 5 5 2 20 0 15 0 97904881 14409482240 252279 33554432000 4194304 4196468 140732134080400 139805954066544 139806419020418 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
[pid=12372/tid=12434] ppid=12369 vsize=14071760 memory=28628 CPUtime=0.07 cores=0,2,4,6
/proc/12372/task/12434/stat : 12434 (java) S 12369 12372 3242 0 -1 1077944384 3 12545 0 0 0 0 5 2 20 0 15 0 97904881 14409482240 252279 33554432000 4194304 4196468 140732134080400 139805953013984 139806419019477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
[pid=12372/tid=12435] ppid=12369 vsize=14071760 memory=1296 CPUtime=0.2 cores=0,2,4,6
/proc/12372/task/12435/stat : 12435 (java) S 12369 12372 3242 0 -1 1077944384 1263 12545 0 0 6 7 5 2 20 0 15 0 97904881 14409482240 252279 33554432000 4194304 4196468 140732134080400 139805951962288 139806419020418 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
Current children cumulated CPU time: 249.26 s
Current children cumulated vsize: 14071760 KiB
Current children cumulated memory: 1009116 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+225.001 s]*
/proc/loadavg: 1.80 1.82 1.84 3/215 12563
/proc/meminfo: memFree=25851180/32770624 swapFree=67108860/67108860
[pid=12372] ppid=12369 vsize=14071760 memory=1009116 CPUtime=252.01 cores=0,2,4,6
/proc/12372/stat : 12372 (java) S 12369 12372 3242 0 -1 1077944320 103403 12545 0 0 25125 69 5 2 20 0 15 0 97904866 14409482240 252279 33554432000 4194304 4196468 140732134080400 140732134062944 139806419009271 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
/proc/12372/statm: 3517940 252279 3491 1 0 3505495 0
[pid=12372/tid=12422] ppid=12369 vsize=14071760 memory=932 CPUtime=222.9 cores=0,2,4,6
/proc/12372/task/12422/stat : 12422 (java) R 12369 12372 3242 0 -1 4202560 44494 12545 0 0 22260 23 5 2 20 0 15 0 97904875 14409482240 252279 33554432000 4194304 4196468 140732134080400 139806423242640 139806045214610 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
[pid=12372/tid=12423] ppid=12369 vsize=14071760 memory=0 CPUtime=0.89 cores=0,2,4,6
/proc/12372/task/12423/stat : 12423 (java) S 12369 12372 3242 0 -1 1077944384 3613 12545 0 0 77 5 5 2 20 0 15 0 97904876 14409482240 252279 33554432000 4194304 4196468 140732134080400 139806356609680 139806419019477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
[pid=12372/tid=12424] ppid=12369 vsize=14071760 memory=4872558044660077418 CPUtime=0.9 cores=0,2,4,6
/proc/12372/task/12424/stat : 12424 (java) S 12369 12372 3242 0 -1 1077944384 3922 12545 0 0 76 7 5 2 20 0 15 0 97904876 14409482240 252279 33554432000 4194304 4196468 140732134080400 139806355556880 139806419019477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
[pid=12372/tid=12425] ppid=12369 vsize=14071760 memory=288230621803970871 CPUtime=0.91 cores=0,2,4,6
/proc/12372/task/12425/stat : 12425 (java) S 12369 12372 3242 0 -1 1077944384 1790 12545 0 0 78 6 5 2 20 0 15 0 97904876 14409482240 252279 33554432000 4194304 4196468 140732134080400 139806354504080 139806419019477 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
[pid=12372/tid=12426] ppid=12369 vsize=14071760 memory=15262532197681591 CPUtime=0.91 cores=0,2,4,6
/proc/12372/task/12426/stat : 12426 (java) S 12369 12372 3242 0 -1 1077944384 3435 12545 0 0 77 7 5 2 20 0 15 0 97904876 14409482240 252279 33554432000 4194304 4196468 140732134080400 139806011562256 139806419019477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
[pid=12372/tid=12427] ppid=12369 vsize=14071760 memory=1732 CPUtime=0.93 cores=0,2,4,6
/proc/12372/task/12427/stat : 12427 (java) S 12369 12372 3242 0 -1 1077944384 3465 12545 0 0 81 5 5 2 20 0 15 0 97904877 14409482240 252279 33554432000 4194304 4196468 140732134080400 139805960383344 139806419020418 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
[pid=12372/tid=12428] ppid=12369 vsize=14071760 memory=1224 CPUtime=0.07 cores=0,2,4,6
/proc/12372/task/12428/stat : 12428 (java) S 12369 12372 3242 0 -1 1077944384 39 12545 0 0 0 0 5 2 20 0 15 0 97904878 14409482240 252279 33554432000 4194304 4196468 140732134080400 139805959329376 139806419019477 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
[pid=12372/tid=12429] ppid=12369 vsize=14071760 memory=12032 CPUtime=0.07 cores=0,2,4,6
/proc/12372/task/12429/stat : 12429 (java) S 12369 12372 3242 0 -1 1077944384 24 12545 0 0 0 0 5 2 20 0 15 0 97904878 14409482240 252279 33554432000 4194304 4196468 140732134080400 139805958276480 139806419019477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
[pid=12372/tid=12430] ppid=12369 vsize=14071760 memory=5792 CPUtime=0.07 cores=0,2,4,6
/proc/12372/task/12430/stat : 12430 (java) S 12369 12372 3242 0 -1 1077944384 3 12545 0 0 0 0 5 2 20 0 15 0 97904880 14409482240 252279 33554432000 4194304 4196468 140732134080400 139805957224784 139806419027867 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
[pid=12372/tid=12431] ppid=12369 vsize=14071760 memory=796 CPUtime=10.32 cores=0,2,4,6
/proc/12372/task/12431/stat : 12431 (java) S 12369 12372 3242 0 -1 1077944384 11713 12545 0 0 1022 3 5 2 20 0 15 0 97904881 14409482240 252279 33554432000 4194304 4196468 140732134080400 139805956172144 139806419020418 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
[pid=12372/tid=12432] ppid=12369 vsize=14071760 memory=1436 CPUtime=10.31 cores=0,2,4,6
/proc/12372/task/12432/stat : 12432 (java) S 12369 12372 3242 0 -1 1077944384 11662 12545 0 0 1020 4 5 2 20 0 15 0 97904881 14409482240 252279 33554432000 4194304 4196468 140732134080400 139805955119344 139806419020418 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
[pid=12372/tid=12433] ppid=12369 vsize=14071760 memory=0 CPUtime=4.26 cores=0,2,4,6
/proc/12372/task/12433/stat : 12433 (java) S 12369 12372 3242 0 -1 1077944384 15832 12545 0 0 414 5 5 2 20 0 15 0 97904881 14409482240 252279 33554432000 4194304 4196468 140732134080400 139805954066544 139806419020418 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
[pid=12372/tid=12434] ppid=12369 vsize=14071760 memory=303430223234596890 CPUtime=0.07 cores=0,2,4,6
/proc/12372/task/12434/stat : 12434 (java) S 12369 12372 3242 0 -1 1077944384 3 12545 0 0 0 0 5 2 20 0 15 0 97904881 14409482240 252279 33554432000 4194304 4196468 140732134080400 139805953013984 139806419019477 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
[pid=12372/tid=12435] ppid=12369 vsize=14071760 memory=288230621803970871 CPUtime=0.2 cores=0,2,4,6
/proc/12372/task/12435/stat : 12435 (java) S 12369 12372 3242 0 -1 1077944384 1263 12545 0 0 6 7 5 2 20 0 15 0 97904881 14409482240 252279 33554432000 4194304 4196468 140732134080400 139805951962288 139806419020418 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19701760 140732134087318 140732134090103 140732134090103 140732134092751 0
Current children cumulated CPU time: 252.01 s
Current children cumulated vsize: 14071760 KiB
Current children cumulated memory: 1009116 KiB

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

[startup+225.214 s]
# the end of solver process 12372 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.751 s, system=0.749066 s

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

[startup+225.201 s]*
/proc/loadavg: 1.80 1.82 1.84 3/202 12565
/proc/meminfo: memFree=25847656/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): 225.214
CPU time (s): 252.5
CPU user time (s): 251.751
CPU system time (s): 0.749066
CPU usage (%): 112.116
Max. virtual memory (cumulated for all children) (KiB): 14204888
Max. memory (cumulated for all children) (KiB): 1013676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.751
system time used= 0.749066
maximum resident set size= 1014184
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 128468
page faults= 0
swaps= 0
block input operations= 0
block output operations= 432
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38101
involuntary context switches= 1027


# summary of solver processes directly reported to runsolver:
#   pid: 12372
#   total CPU time (s): 252.5
#   total CPU user time (s): 251.751
#   total CPU system time (s): 0.749066

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.40807 second user time and 2.21441 second system time

The end

Launcher Data

Begin job on node149 at 2017-08-13 20:03:01
IDJOB=4259641
IDBENCH=135522
IDSOLVER=2646
FILE ID=node149/4259641-1502648239
RUNJOBID= node149-1502644582-9044
PBS_JOBID= 20628307
Free space on /tmp= 61912 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-opt-marketSplit/Pb-msplit-7-60-4.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4259641-1502648239/watcher-4259641-1502648239 -o /tmp/evaluation-result-4259641-1502648239/solver-4259641-1502648239 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node149-1502644582-9044 --watchdog 312  bin/concrete HOME/instance-4259641-1502648239.xml

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

MD5SUM BENCH= 37d902a8c28836ecb268a87a81b5effe
RANDOM SEED=1269229614

node149.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.43
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.43
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.43
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.43
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:        26704576 kB
MemAvailable:   30863088 kB
Buffers:          271056 kB
Cached:          4160876 kB
SwapCached:            0 kB
Active:          2276020 kB
Inactive:        3318632 kB
Active(anon):    1165864 kB
Inactive(anon):    24944 kB
Active(file):    1110156 kB
Inactive(file):  3293688 kB
Unevictable:        6360 kB
Mlocked:            6360 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24344 kB
Writeback:             0 kB
AnonPages:       1245320 kB
Mapped:            57228 kB
Shmem:             25224 kB
Slab:             168324 kB
SReclaimable:     141004 kB
SUnreclaim:        27320 kB
KernelStack:        3824 kB
PageTables:         7564 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2128684 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1017856 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       97664 kB
DirectMap2M:    33447936 kB

Free space on /tmp at the end= 61888 MiB
End job on node149 at 2017-08-13 20:06:47