Trace number 4262032

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) 2520.5901 2460.3999

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

Verifier Data


Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4262032-1502465740/watcher-4262032-1502465740 -o /tmp/evaluation-result-4262032-1502465740/solver-4262032-1502465740 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502411403-1394 --watchdog 2580 bin/concrete HOME/instance-4262032-1502465740.xml 

pid=14963
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
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.35 1.37 1.45 3/198 14966
/proc/meminfo: memFree=30430236/32770624 swapFree=0/509060
[pid=14966] ppid=14963 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/14966/stat : 14966 (runsolver) D 14963 14966 1330 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 48794757 24240128 107 18446744073709551615 4194304 4338465 140737471225232 140737471222872 139754544087767 0 0 1 24578 18446744071580418449 0 0 17 4 0 0 0 0 0 6438912 6441760 32940032 140737471234257 140737471234633 140737471234633 140737471238090 0
/proc/14966/statm: 5918 107 53 36 0 2156 0

[startup+0.100149 s]
/proc/loadavg: 1.35 1.37 1.45 3/198 14966
/proc/meminfo: memFree=30430236/32770624 swapFree=0/509060
[pid=14966] ppid=14963 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/14966/stat : 14966 (runsolver) D 14963 14966 1330 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 48794757 24240128 107 18446744073709551615 4194304 4338465 140737471225232 140737471222872 139754544087767 0 0 1 24578 18446744071580418449 0 0 17 4 0 0 0 0 0 6438912 6441760 32940032 140737471234257 140737471234633 140737471234633 140737471238090 0
/proc/14966/statm: 5918 107 53 36 0 2156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23672

[startup+0.200291 s]
/proc/loadavg: 1.35 1.37 1.45 3/198 14966
/proc/meminfo: memFree=30430236/32770624 swapFree=0/509060
[pid=14966] ppid=14963 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/14966/stat : 14966 (bash) S 14963 14966 1330 0 -1 4202496 896 6484 0 0 0 0 0 1 20 0 1 0 48794757 9867264 377 18446744073709551615 4194304 5098028 140737478551824 140737478545832 139921871707136 0 0 5 65536 18446744071580971376 0 0 17 0 0 0 10 0 0 7196144 7232144 9420800 140737478558228 140737478558313 140737478558313 140737478561770 0
/proc/14966/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300317 s]
/proc/loadavg: 1.35 1.37 1.45 3/198 14966
/proc/meminfo: memFree=30430236/32770624 swapFree=0/509060
[pid=14966] ppid=14963 vsize=13907308 CPUtime=0.14 cores=0,2,4,6
/proc/14966/stat : 14966 (java) S 14963 14966 1330 0 -1 1077944320 5667 12503 0 0 5 1 5 3 20 0 14 0 48794757 14241083392 5360 18446744073709551615 4194304 4196468 140733544609264 140733544591808 140471431757559 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 10 0 0 6293624 6294260 17907712 140733544617936 140733544620721 140733544620721 140733544624079 0
/proc/14966/statm: 3476827 5360 2657 1 0 3466324 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 13907308

[startup+0.700187 s]
/proc/loadavg: 1.35 1.37 1.45 3/198 14966
/proc/meminfo: memFree=30430236/32770624 swapFree=0/509060
[pid=14966] ppid=14963 vsize=13974784 CPUtime=0.65 cores=0,2,4,6
/proc/14966/stat : 14966 (java) S 14963 14966 1330 0 -1 1077944320 13602 12503 0 0 53 4 5 3 20 0 15 0 48794757 14310178816 14501 18446744073709551615 4194304 4196468 140733544609264 140733544591808 140471431757559 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 10 0 0 6293624 6294260 17907712 140733544617936 140733544620721 140733544620721 140733544624079 0
/proc/14966/statm: 3493696 14501 3085 1 0 3482965 0
Current children cumulated CPU time (s) 0.65
Current children cumulated vsize (KiB) 13974784

[startup+1.50059 s]
/proc/loadavg: 1.32 1.36 1.45 4/213 15029
/proc/meminfo: memFree=30336132/32770624 swapFree=0/509572
[pid=14966] ppid=14963 vsize=13985408 CPUtime=1.85 cores=0,2,4,6
/proc/14966/stat : 14966 (java) S 14963 14966 1330 0 -1 1077944320 26803 12503 0 0 169 8 5 3 20 0 15 0 48794757 14321057792 33929 18446744073709551615 4194304 4196468 140733544609264 140733544591808 140471431757559 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 10 0 0 6293624 6294260 17907712 140733544617936 140733544620721 140733544620721 140733544624079 0
/proc/14966/statm: 3496352 33929 3343 1 0 3485525 0
[pid=14966/tid=15016] ppid=14963 vsize=13985408 CPUtime=1.3 cores=0,2,4,6
/proc/14966/task/15016/stat : 15016 (java) R 14963 14966 1330 0 -1 4202560 21740 12503 0 0 116 6 5 3 20 0 15 0 48794779 14321057792 33929 18446744073709551615 4194304 4196468 140733544609264 140471435975520 140471415838046 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 17907712 140733544617936 140733544620721 140733544620721 140733544624079 0
[pid=14966/tid=15017] ppid=14963 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/14966/task/15017/stat : 15017 (java) S 14963 14966 1330 0 -1 1077944384 2 12503 0 0 0 0 5 3 20 0 15 0 48794779 14321057792 33929 18446744073709551615 4194304 4196468 140733544609264 140471403600272 140471431767765 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17907712 140733544617936 140733544620721 140733544620721 140733544624079 0
[pid=14966/tid=15018] ppid=14963 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/14966/task/15018/stat : 15018 (java) S 14963 14966 1330 0 -1 1077944384 1 12503 0 0 0 0 5 3 20 0 15 0 48794779 14321057792 33929 18446744073709551615 4194304 4196468 140733544609264 140471030507792 140471431767765 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17907712 140733544617936 140733544620721 140733544620721 140733544624079 0
[pid=14966/tid=15019] ppid=14963 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/14966/task/15019/stat : 15019 (java) S 14963 14966 1330 0 -1 1077944384 1 12503 0 0 0 0 5 3 20 0 15 0 48794779 14321057792 33929 18446744073709551615 4194304 4196468 140733544609264 140471029455504 140471431767765 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17907712 140733544617936 140733544620721 140733544620721 140733544624079 0
[pid=14966/tid=15020] ppid=14963 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/14966/task/15020/stat : 15020 (java) S 14963 14966 1330 0 -1 1077944384 1 12503 0 0 0 0 5 3 20 0 15 0 48794780 14321057792 33929 18446744073709551615 4194304 4196468 140733544609264 140471028402704 140471431767765 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17907712 140733544617936 140733544620721 140733544620721 140733544624079 0
[pid=14966/tid=15021] ppid=14963 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/14966/task/15021/stat : 15021 (java) S 14963 14966 1330 0 -1 1077944384 5 12503 0 0 0 0 5 3 20 0 15 0 48794781 14321057792 33929 18446744073709551615 4194304 4196468 140733544609264 140470775650928 140471431768706 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17907712 140733544617936 140733544620721 140733544620721 140733544624079 0
[pid=14966/tid=15022] ppid=14963 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/14966/task/15022/stat : 15022 (java) S 14963 14966 1330 0 -1 1077944384 33 12503 0 0 0 0 5 3 20 0 15 0 48794781 14321057792 33929 18446744073709551615 4194304 4196468 140733544609264 140470774596896 140471431767765 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17907712 140733544617936 140733544620721 140733544620721 140733544624079 0
[pid=14966/tid=15023] ppid=14963 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/14966/task/15023/stat : 15023 (java) S 14963 14966 1330 0 -1 1077944384 21 12503 0 0 0 0 5 3 20 0 15 0 48794781 14321057792 33929 18446744073709551615 4194304 4196468 140733544609264 140470773544560 140471431767765 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17907712 140733544617936 140733544620721 140733544620721 140733544624079 0
[pid=14966/tid=15024] ppid=14963 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/14966/task/15024/stat : 15024 (java) S 14963 14966 1330 0 -1 1077944384 3 12503 0 0 0 0 5 3 20 0 15 0 48794784 14321057792 33929 18446744073709551615 4194304 4196468 140733544609264 140470772492880 140471431776155 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17907712 140733544617936 140733544620721 140733544620721 140733544624079 0
[pid=14966/tid=15025] ppid=14963 vsize=13985408 CPUtime=0.24 cores=0,2,4,6
/proc/14966/task/15025/stat : 15025 (java) S 14963 14966 1330 0 -1 1077944384 1122 12503 0 0 16 0 5 3 20 0 15 0 48794784 14321057792 33929 18446744073709551615 4194304 4196468 140733544609264 140470771439728 140471431768706 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17907712 140733544617936 140733544620721 140733544620721 140733544624079 0
[pid=14966/tid=15026] ppid=14963 vsize=13985408 CPUtime=0.21 cores=0,2,4,6
/proc/14966/task/15026/stat : 15026 (java) R 14963 14966 1330 0 -1 4202560 466 12503 0 0 13 0 5 3 20 0 15 0 48794784 14321057792 33929 18446744073709551615 4194304 4196468 140733544609264 140470770386112 140471411001415 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17907712 140733544617936 140733544620721 140733544620721 140733544624079 0
[pid=14966/tid=15027] ppid=14963 vsize=13985408 CPUtime=0.31 cores=0,2,4,6
/proc/14966/task/15027/stat : 15027 (java) R 14963 14966 1330 0 -1 4202560 1248 12503 0 0 23 0 5 3 20 0 15 0 48794784 14321057792 33929 18446744073709551615 4194304 4196468 140733544609264 140470769329680 140471431778906 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17907712 140733544617936 140733544620721 140733544620721 140733544624079 0
[pid=14966/tid=15028] ppid=14963 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/14966/task/15028/stat : 15028 (java) S 14963 14966 1330 0 -1 1077944384 3 12503 0 0 0 0 5 3 20 0 15 0 48794784 14321057792 33929 18446744073709551615 4194304 4196468 140733544609264 140470768282080 140471431767765 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17907712 140733544617936 140733544620721 140733544620721 140733544624079 0
[pid=14966/tid=15029] ppid=14963 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/14966/task/15029/stat : 15029 (java) S 14963 14966 1330 0 -1 1077944384 10 12503 0 0 0 0 5 3 20 0 15 0 48794790 14321057792 33929 18446744073709551615 4194304 4196468 140733544609264 140470767229872 140471431768706 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17907712 140733544617936 140733544620721 140733544620721 140733544624079 0
Current children cumulated CPU time (s) 1.85
Current children cumulated vsize (KiB) 13985408

[startup+3.10076 s]
/proc/loadavg: 1.32 1.36 1.45 6/213 15029
/proc/meminfo: memFree=30257328/32770624 swapFree=0/509568
[pid=14966] ppid=14963 vsize=13999932 CPUtime=5.73 cores=0,2,4,6
/proc/14966/stat : 14966 (java) S 14963 14966 1330 0 -1 1077944320 43678 12503 0 0 551 14 5 3 20 0 15 0 48794757 14335930368 53545 18446744073709551615 4194304 4196468 140733544609264 140733544591808 140471431757559 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 10 0 0 6293624 6294260 17907712 140733544617936 140733544620721 140733544620721 140733544624079 0
/proc/14966/statm: 3499983 53545 3442 1 0 3488597 0
[pid=14966/tid=15016] ppid=14963 vsize=13999932 CPUtime=2.86 cores=0,2,4,6
/proc/14966/task/15016/stat : 15016 (java) R 14963 14966 1330 0 -1 4202560 29790 12503 0 0 270 8 5 3 20 0 15 0 48794779 14335930368 53545 18446744073709551615 4194304 4196468 140733544609264 140471435983936 140471412032889 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 17907712 140733544617936 140733544620721 140733544620721 140733544624079 0
[pid=14966/tid=15017] ppid=14963 vsize=13999932 CPUtime=0.09 cores=0,2,4,6
/proc/14966/task/15017/stat : 15017 (java) S 14963 14966 1330 0 -1 1077944384 58 12503 0 0 1 0 5 3 20 0 15 0 48794779 14335930368 53545 18446744073709551615 4194304 4196468 140733544609264 140471403600272 140471431767765 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17907712 140733544617936 140733544620721 140733544620721 140733544624079 0
[pid=14966/tid=15018] ppid=14963 vsize=13999932 CPUtime=0.09 cores=0,2,4,6
/proc/14966/task/15018/stat : 15018 (java) S 14963 14966 1330 0 -1 1077944384 38 12503 0 0 1 0 5 3 20 0 15 0 48794779 14335930368 53545 18446744073709551615 4194304 4196468 140733544609264 140471030507792 140471431767765 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17907712 140733544617936 140733544620721 140733544620721 140733544624079 0
[pid=14966/tid=15019] ppid=14963 vsize=13999932 CPUtime=0.09 cores=0,2,4,6
/proc/14966/task/15019/stat : 15019 (java) S 14963 14966 1330 0 -1 1077944384 182 12503 0 0 1 0 5 3 20 0 15 0 48794779 14335930368 53545 18446744073709551615 4194304 4196468 140733544609264 140471029455504 140471431767765 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17907712 140733544617936 140733544620721 140733544620721 140733544624079 0
[pid=14966/tid=15020] ppid=14963 vsize=13999932 CPUtime=0.09 cores=0,2,4,6
/proc/14966/task/15020/stat : 15020 (java) S 14963 14966 1330 0 -1 1077944384 58 12503 0 0 1 0 5 3 20 0 15 0 48794780 14335930368 53545 18446744073709551615 4194304 4196468 140733544609264 140471028402704 140471431767765 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17907712 140733544617936 140733544620721 140733544620721 140733544624079 0
[pid=14966/tid=15021] ppid=14963 vsize=13999932 CPUtime=0.09 cores=0,2,4,6
/proc/14966/task/15021/stat : 15021 (java) S 14963 14966 1330 0 -1 1077944384 1476 12503 0 0 1 0 5 3 20 0 15 0 48794781 14335930368 53545 18446744073709551615 4194304 4196468 140733544609264 140470775650928 140471431768706 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17907712 140733544617936 140733544620721 140733544620721 140733544624079 0
[pid=14966/tid=15022] ppid=14963 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/14966/task/15022/stat : 15022 (java) S 14963 14966 1330 0 -1 1077944384 55 12503 0 0 0 0 5 3 20 0 15 0 48794781 14335930368 53545 18446744073709551615 4194304 4196468 140733544609264 140470774596896 140471431767765 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17907712 140733544617936 140733544620721 140733544620721 140733544624079 0
[pid=14966/tid=15023] ppid=14963 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/14966/task/15023/stat : 15023 (java) S 14963 14966 1330 0 -1 1077944384 45 12503 0 0 0 0 5 3 20 0 15 0 48794781 14335930368 53545 18446744073709551615 4194304 4196468 140733544609264 140470773544576 140471431767765 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17907712 140733544617936 140733544620721 140733544620721 140733544624079 0
[pid=14966/tid=15024] ppid=14963 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/14966/task/15024/stat : 15024 (java) S 14963 14966 1330 0 -1 1077944384 3 12503 0 0 0 0 5 3 20 0 15 0 48794784 14335930368 53545 18446744073709551615 4194304 4196468 140733544609264 140470772492880 140471431776155 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17907712 140733544617936 140733544620721 140733544620721 140733544624079 0
[pid=14966/tid=15025] ppid=14963 vsize=13999932 CPUtime=1.02 cores=0,2,4,6
/proc/14966/task/15025/stat : 15025 (java) S 14963 14966 1330 0 -1 1077944384 4500 12503 0 0 92 2 5 3 20 0 15 0 48794784 14335930368 53545 18446744073709551615 4194304 4196468 140733544609264 140470771439728 140471431768706 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17907712 140733544617936 140733544620721 140733544620721 140733544624079 0
[pid=14966/tid=15026] ppid=14963 vsize=13999932 CPUtime=0.88 cores=0,2,4,6
/proc/14966/task/15026/stat : 15026 (java) R 14963 14966 1330 0 -1 4202560 1826 12503 0 0 80 0 5 3 20 0 15 0 48794784 14335930368 53545 18446744073709551615 4194304 4196468 140733544609264 140470770368448 140471410974787 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17907712 140733544617936 140733544620721 140733544620721 140733544624079 0
[pid=14966/tid=15027] ppid=14963 vsize=13999932 CPUtime=1.1 cores=0,2,4,6
/proc/14966/task/15027/stat : 15027 (java) S 14963 14966 1330 0 -1 1077944384 3480 12503 0 0 101 1 5 3 20 0 15 0 48794784 14335930368 53545 18446744073709551615 4194304 4196468 140733544609264 140470769334640 140471431768706 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17907712 140733544617936 140733544620721 140733544620721 140733544624079 0
[pid=14966/tid=15028] ppid=14963 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/14966/task/15028/stat : 15028 (java) S 14963 14966 1330 0 -1 1077944384 3 12503 0 0 0 0 5 3 20 0 15 0 48794784 14335930368 53545 18446744073709551615 4194304 4196468 140733544609264 140470768282080 140471431767765 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17907712 140733544617936 140733544620721 140733544620721 140733544624079 0
[pid=14966/tid=15029] ppid=14963 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/14966/task/15029/stat : 15029 (java) S 14963 14966 1330 0 -1 1077944384 11 12503 0 0 0 0 5 3 20 0 15 0 48794790 14335930368 53545 18446744073709551615 4194304 4196468 140733544609264 140470767229872 140471431768706 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17907712 140733544617936 140733544620721 140733544620721 140733544624079 0
Current children cumulated CPU time (s) 5.73
Current children cumulated vsize (KiB) 13999932

[startup+6.3007 s]
/proc/loadavg: 1.54 1.40 1.46 3/213 15029
/proc/meminfo: memFree=30033884/32770624 swapFree=0/509568
[pid=14966] ppid=14963 vsize=14067516 CPUtime=14.42 cores=0,2,4,6
/proc/14966/stat : 14966 (java) S 14963 14966 1330 0 -1 1077944320 64578 12503 0 0 1411 23 5 3 20 0 15 0 48794757 14405136384 115104 18446744073709551615 4194304 4196468 140733544609264 140733544591808 140471431757559 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 10 0 0 6293624 6294260 17907712 140733544617936 140733544620721 140733544620721 140733544624079 0
/proc/14966/statm: 3516879 115104 3468 1 0 3505493 0
[pid=14966/tid=15016] ppid=14963 vsize=14067516 CPUtime=5.99 cores=0,2,4,6
/proc/14966/task/15016/stat : 15016 (java) R 14963 14966 1330 0 -1 4202560 43404 12503 0 0 578 13 5 3 20 0 15 0 48794779 14405136384 115104 18446744073709551615 4194304 4196468 140733544609264 140471435987472 140471085388096 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 17907712 140733544617936 140733544620721 140733544620721 140733544624079 0
[pid=14966/tid=15017] ppid=14963 vsize=14067516 CPUtime=0.11 cores=0,2,4,6
/proc/14966/task/15017/stat : 15017 (java) S 14963 14966 1330 0 -1 1077944384 82 12503 0 0 3 0 5 3 20 0 15 0 48794779 14405136384 115104 18446744073709551615 4194304 4196468 140733544609264 140471403600272 140471431767765 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17907712 140733544617936 140733544620721 140733544620721 140733544624079 0
[pid=14966/tid=15018] ppid=14963 vsize=14067516 CPUtime=0.1 cores=0,2,4,6
/proc/14966/task/15018/stat : 15018 (java) S 14963 14966 1330 0 -1 1077944384 55 12503 0 0 2 0 5 3 20 0 15 0 48794779 14405136384 115104 18446744073709551615 4194304 4196468 140733544609264 140471030507792 140471431767765 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17907712 140733544617936 140733544620721 140733544620721 140733544624079 0
[pid=14966/tid=15019] ppid=14963 vsize=14067516 CPUtime=0.11 cores=0,2,4,6
/proc/14966/task/15019/stat : 15019 (java) S 14963 14966 1330 0 -1 1077944384 206 12503 0 0 3 0 5 3 20 0 15 0 48794779 14405136384 115104 18446744073709551615 4194304 4196468 140733544609264 140471029455504 140471431767765 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17907712 140733544617936 140733544620721 140733544620721 140733544624079 0
[pid=14966/tid=15020] ppid=14963 vsize=14067516 CPUtime=0.11 cores=0,2,4,6
/proc/14966/task/15020/stat : 15020 (java) S 14963 14966 1330 0 -1 1077944384 132 12503 0 0 3 0 5 3 20 0 15 0 48794780 14405136384 115104 18446744073709551615 4194304 4196468 140733544609264 140471028402704 140471431767765 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17907712 140733544617936 140733544620721 140733544620721 140733544624079 0
[pid=14966/tid=15021] ppid=14963 vsize=14067516 CPUtime=0.12 cores=0,2,4,6
/proc/14966/task/15021/stat : 15021 (java) S 14963 14966 1330 0 -1 1077944384 2228 12503 0 0 4 0 5 3 20 0 15 0 48794781 14405136384 115104 18446744073709551615 4194304 4196468 140733544609264 140470775650928 140471431768706 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17907712 140733544617936 140733544620721 140733544620721 140733544624079 0
[pid=14966/tid=15022] ppid=14963 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/14966/task/15022/stat : 15022 (java) S 14963 14966 1330 0 -1 1077944384 55 12503 0 0 0 0 5 3 20 0 15 0 48794781 14405136384 115104 18446744073709551615 4194304 4196468 140733544609264 140470774597024 140471431767765 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17907712 140733544617936 140733544620721 140733544620721 140733544624079 0
[pid=14966/tid=15023] ppid=14963 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/14966/task/15023/stat : 15023 (java) S 14963 14966 1330 0 -1 1077944384 45 12503 0 0 0 0 5 3 20 0 15 0 48794781 14405136384 115104 18446744073709551615 4194304 4196468 140733544609264 140470773544576 140471431767765 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17907712 140733544617936 140733544620721 140733544620721 140733544624079 0
[pid=14966/tid=15024] ppid=14963 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/14966/task/15024/stat : 15024 (java) S 14963 14966 1330 0 -1 1077944384 3 12503 0 0 0 0 5 3 20 0 15 0 48794784 14405136384 115104 18446744073709551615 4194304 4196468 140733544609264 140470772492880 140471431776155 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17907712 140733544617936 140733544620721 140733544620721 140733544624079 0
[pid=14966/tid=15025] ppid=14963 vsize=14067516 CPUtime=3.28 cores=0,2,4,6
/proc/14966/task/15025/stat : 15025 (java) S 14963 14966 1330 0 -1 1077944384 5087 12503 0 0 318 2 5 3 20 0 15 0 48794784 14405136384 115104 18446744073709551615 4194304 4196468 140733544609264 140470771439728 140471431768706 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17907712 140733544617936 140733544620721 140733544620721 140733544624079 0
[pid=14966/tid=15026] ppid=14963 vsize=14067516 CPUtime=3.31 cores=0,2,4,6
/proc/14966/task/15026/stat : 15026 (java) S 14963 14966 1330 0 -1 1077944384 6400 12503 0 0 321 2 5 3 20 0 15 0 48794784 14405136384 115104 18446744073709551615 4194304 4196468 140733544609264 140470770386928 140471431768706 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17907712 140733544617936 140733544620721 140733544620721 140733544624079 0
[pid=14966/tid=15027] ppid=14963 vsize=14067516 CPUtime=1.81 cores=0,2,4,6
/proc/14966/task/15027/stat : 15027 (java) S 14963 14966 1330 0 -1 1077944384 4712 12503 0 0 172 1 5 3 20 0 15 0 48794784 14405136384 115104 18446744073709551615 4194304 4196468 140733544609264 140470769334640 140471431768706 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17907712 140733544617936 140733544620721 140733544620721 140733544624079 0
[pid=14966/tid=15028] ppid=14963 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/14966/task/15028/stat : 15028 (java) S 14963 14966 1330 0 -1 1077944384 3 12503 0 0 0 0 5 3 20 0 15 0 48794784 14405136384 115104 18446744073709551615 4194304 4196468 140733544609264 140470768282080 140471431767765 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17907712 140733544617936 140733544620721 140733544620721 140733544624079 0
[pid=14966/tid=15029] ppid=14963 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/14966/task/15029/stat : 15029 (java) S 14963 14966 1330 0 -1 1077944384 13 12503 0 0 0 0 5 3 20 0 15 0 48794790 14405136384 115104 18446744073709551615 4194304 4196468 140733544609264 140470767229872 140471431768706 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17907712 140733544617936 140733544620721 140733544620721 140733544624079 0
Current children cumulated CPU time (s) 14.42
Current children cumulated vsize (KiB) 14067516

[startup+12.7007 s]
/proc/loadavg: 1.57 1.41 1.46 3/210 15029
/proc/meminfo: memFree=29810864/32770624 swapFree=0/509568
[pid=14966] ppid=14963 vsize=14067516 CPUtime=31.18 cores=0,2,4,6
/proc/14966/stat : 14966 (java) S 14963 14966 1330 0 -1 1077944320 75155 12503 0 0 3080 30 5 3 20 0 15 0 48794757 14405136384 159026 18446744073709551615 4194304 4196468 140733544609264 140733544591808 140471431757559 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 10 0 0 6293624 6294260 17907712 140733544617936 140733544620721 140733544620721 140733544624079 0
/proc/14966/statm: 3516879 159026 3470 1 0 3505493 0
[pid=14966/tid=15016] ppid=14963 vsize=14067516 CPUtime=12.35 cores=0,2,4,6
/proc/14966/task/15016/stat : 15016 (java) R 14963 14966 1330 0 -1 4202560 44354 12503 0 0 1211 16 5 3 20 0 15 0 48794779 14405136384 159026 18446744073709551615 4194304 4196468 140733544609264 140471435988416 140471076127118 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 17907712 140733544617936 140733544620721 140733544620721 140733544624079 0
[pid=14966/tid=15017] ppid=14963 vsize=14067516 CPUtime=0.13 cores=0,2,4,6
/proc/14966/task/15017/stat : 15017 (java) S 14963 14966 1330 0 -1 1077944384 1331 12503 0 0 5 0 5 3 20 0 15 0 48794779 14405136384 159026 18446744073709551615 4194304 4196468 140733544609264 140471403600272 140471431767765 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17907712 140733544617936 140733544620721 140733544620721 140733544624079 0
[pid=14966/tid=15018] ppid=14963 vsize=14067516 CPUtime=0.12 cores=0,2,4,6
/proc/14966/task/15018/stat : 15018 (java) S 14963 14966 1330 0 -1 1077944384 75 12503 0 0 4 0 5 3 20 0 15 0 48794779 14405136384 159026 18446744073709551615 4194304 4196468 140733544609264 140471030507792 140471431767765 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17907712 140733544617936 140733544620721 140733544620721 140733544624079 0
[pid=14966/tid=15019] ppid=14963 vsize=14067516 CPUtime=0.12 cores=0,2,4,6
/proc/14966/task/15019/stat : 15019 (java) S 14963 14966 1330 0 -1 1077944384 361 12503 0 0 4 0 5 3 20 0 15 0 48794779 14405136384 159026 18446744073709551615 4194304 4196468 140733544609264 140471029455504 140471431767765 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17907712 140733544617936 140733544620721 140733544620721 140733544624079 0
[pid=14966/tid=15020] ppid=14963 vsize=14067516 CPUtime=0.13 cores=0,2,4,6
/proc/14966/task/15020/stat : 15020 (java) S 14963 14966 1330 0 -1 1077944384 154 12503 0 0 5 0 5 3 20 0 15 0 48794780 14405136384 159026 18446744073709551615 4194304 4196468 140733544609264 140471028402704 140471431767765 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17907712 140733544617936 140733544620721 140733544620721 140733544624079 0
[pid=14966/tid=15021] ppid=14963 vsize=14067516 CPUtime=0.13 cores=0,2,4,6
/proc/14966/task/15021/stat : 15021 (java) S 14963 14966 1330 0 -1 1077944384 2610 12503 0 0 5 0 5 3 20 0 15 0 48794781 14405136384 159026 18446744073709551615 4194304 4196468 140733544609264 140470775650928 140471431768706 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17907712 140733544617936 140733544620721 140733544620721 140733544624079 0
[pid=14966/tid=15022] ppid=14963 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/14966/task/15022/stat : 15022 (java) S 14963 14966 1330 0 -1 1077944384 55 12503 0 0 0 0 5 3 20 0 15 0 48794781 14405136384 159026 18446744073709551615 4194304 4196468 140733544609264 140470774597024 140471431767765 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17907712 140733544617936 140733544620721 140733544620721 140733544624079 0
[pid=14966/tid=15023] ppid=14963 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/14966/task/15023/stat : 15023 (java) S 14963 14966 1330 0 -1 1077944384 45 12503 0 0 0 0 5 3 20 0 15 0 48794781 14405136384 159026 18446744073709551615 4194304 4196468 140733544609264 140470773544576 140471431767765 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17907712 140733544617936 140733544620721 140733544620721 140733544624079 0
[pid=14966/tid=15024] ppid=14963 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/14966/task/15024/stat : 15024 (java) S 14963 14966 1330 0 -1 1077944384 3 12503 0 0 0 0 5 3 20 0 15 0 48794784 14405136384 159026 18446744073709551615 4194304 4196468 140733544609264 140470772492880 140471431776155 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17907712 140733544617936 140733544620721 140733544620721 140733544624079 0

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

/proc/14966/task/15028/stat : 15028 (java) S 14963 14966 1330 0 -1 1077944384 3 12503 0 0 0 0 5 3 20 0 15 0 48794784 14405136384 262541 18446744073709551615 4194304 4196468 140733544609264 140470768282080 140471431767765 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17907712 140733544617936 140733544620721 140733544620721 140733544624079 0
[pid=14966/tid=15029] ppid=14963 vsize=14067516 CPUtime=1.56 cores=0,2,4,6
/proc/14966/task/15029/stat : 15029 (java) S 14963 14966 1330 0 -1 1077944384 1168 12503 0 0 72 76 5 3 20 0 15 0 48794790 14405136384 262541 18446744073709551615 4194304 4196468 140733544609264 140470767229872 140471431768706 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17907712 140733544617936 140733544620721 140733544620721 140733544624079 0
Current children cumulated CPU time (s) 2380.1
Current children cumulated vsize (KiB) 14067516

[startup+2382.3 s]
/proc/loadavg: 1.07 1.25 1.37 3/214 15322
/proc/meminfo: memFree=29589224/32770624 swapFree=0/509972
[pid=14966] ppid=14963 vsize=14067516 CPUtime=2441.01 cores=0,2,4,6
/proc/14966/stat : 14966 (java) S 14963 14966 1330 0 -1 1077944320 208525 12503 0 0 243701 392 5 3 20 0 15 0 48794757 14405136384 263066 18446744073709551615 4194304 4196468 140733544609264 140733544591808 140471431757559 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 10 0 0 6293624 6294260 17907712 140733544617936 140733544620721 140733544620721 140733544624079 0
/proc/14966/statm: 3516879 263066 3470 1 0 3505493 0
[pid=14966/tid=15016] ppid=14963 vsize=14067516 CPUtime=2354.98 cores=0,2,4,6
/proc/14966/task/15016/stat : 15016 (java) R 14963 14966 1330 0 -1 4202560 94295 12503 0 0 235431 59 5 3 20 0 15 0 48794779 14405136384 263066 18446744073709551615 4194304 4196468 140733544609264 140471435991376 140471414279346 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 17907712 140733544617936 140733544620721 140733544620721 140733544624079 0
[pid=14966/tid=15017] ppid=14963 vsize=14067516 CPUtime=11.82 cores=0,2,4,6
/proc/14966/task/15017/stat : 15017 (java) S 14963 14966 1330 0 -1 1077944384 18798 12503 0 0 1108 66 5 3 20 0 15 0 48794779 14405136384 263066 18446744073709551615 4194304 4196468 140733544609264 140471403600272 140471431767765 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17907712 140733544617936 140733544620721 140733544620721 140733544624079 0
[pid=14966/tid=15018] ppid=14963 vsize=14067516 CPUtime=11.87 cores=0,2,4,6
/proc/14966/task/15018/stat : 15018 (java) S 14963 14966 1330 0 -1 1077944384 9290 12503 0 0 1111 68 5 3 20 0 15 0 48794779 14405136384 263066 18446744073709551615 4194304 4196468 140733544609264 140471030507792 140471431767765 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17907712 140733544617936 140733544620721 140733544620721 140733544624079 0
[pid=14966/tid=15019] ppid=14963 vsize=14067516 CPUtime=11.83 cores=0,2,4,6
/proc/14966/task/15019/stat : 15019 (java) S 14963 14966 1330 0 -1 1077944384 12702 12503 0 0 1107 68 5 3 20 0 15 0 48794779 14405136384 263066 18446744073709551615 4194304 4196468 140733544609264 140471029455504 140471431767765 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17907712 140733544617936 140733544620721 140733544620721 140733544624079 0
[pid=14966/tid=15020] ppid=14963 vsize=14067516 CPUtime=11.86 cores=0,2,4,6
/proc/14966/task/15020/stat : 15020 (java) S 14963 14966 1330 0 -1 1077944384 20503 12503 0 0 1114 64 5 3 20 0 15 0 48794780 14405136384 263066 18446744073709551615 4194304 4196468 140733544609264 140471028402704 140471431767765 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17907712 140733544617936 140733544620721 140733544620721 140733544624079 0
[pid=14966/tid=15021] ppid=14963 vsize=14067516 CPUtime=12.64 cores=0,2,4,6
/proc/14966/task/15021/stat : 15021 (java) S 14963 14966 1330 0 -1 1077944384 18229 12503 0 0 1196 60 5 3 20 0 15 0 48794781 14405136384 263066 18446744073709551615 4194304 4196468 140733544609264 140470775650928 140471431768706 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17907712 140733544617936 140733544620721 140733544620721 140733544624079 0
[pid=14966/tid=15022] ppid=14963 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/14966/task/15022/stat : 15022 (java) S 14963 14966 1330 0 -1 1077944384 55 12503 0 0 0 0 5 3 20 0 15 0 48794781 14405136384 263066 18446744073709551615 4194304 4196468 140733544609264 140470774597024 140471431767765 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17907712 140733544617936 140733544620721 140733544620721 140733544624079 0
[pid=14966/tid=15023] ppid=14963 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/14966/task/15023/stat : 15023 (java) S 14963 14966 1330 0 -1 1077944384 45 12503 0 0 0 0 5 3 20 0 15 0 48794781 14405136384 263066 18446744073709551615 4194304 4196468 140733544609264 140470773544576 140471431767765 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17907712 140733544617936 140733544620721 140733544620721 140733544624079 0
[pid=14966/tid=15024] ppid=14963 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/14966/task/15024/stat : 15024 (java) S 14963 14966 1330 0 -1 1077944384 3 12503 0 0 0 0 5 3 20 0 15 0 48794784 14405136384 263066 18446744073709551615 4194304 4196468 140733544609264 140470772492880 140471431776155 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17907712 140733544617936 140733544620721 140733544620721 140733544624079 0
[pid=14966/tid=15025] ppid=14963 vsize=14067516 CPUtime=10.36 cores=0,2,4,6
/proc/14966/task/15025/stat : 15025 (java) S 14963 14966 1330 0 -1 1077944384 7512 12503 0 0 1024 4 5 3 20 0 15 0 48794784 14405136384 263066 18446744073709551615 4194304 4196468 140733544609264 140470771439728 140471431768706 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17907712 140733544617936 140733544620721 140733544620721 140733544624079 0
[pid=14966/tid=15026] ppid=14963 vsize=14067516 CPUtime=10.33 cores=0,2,4,6
/proc/14966/task/15026/stat : 15026 (java) S 14963 14966 1330 0 -1 1077944384 9141 12503 0 0 1021 4 5 3 20 0 15 0 48794784 14405136384 263066 18446744073709551615 4194304 4196468 140733544609264 140470770386928 140471431768706 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17907712 140733544617936 140733544620721 140733544620721 140733544624079 0
[pid=14966/tid=15027] ppid=14963 vsize=14067516 CPUtime=4.34 cores=0,2,4,6
/proc/14966/task/15027/stat : 15027 (java) S 14963 14966 1330 0 -1 1077944384 14620 12503 0 0 422 4 5 3 20 0 15 0 48794784 14405136384 263066 18446744073709551615 4194304 4196468 140733544609264 140470769334640 140471431768706 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17907712 140733544617936 140733544620721 140733544620721 140733544624079 0
[pid=14966/tid=15028] ppid=14963 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/14966/task/15028/stat : 15028 (java) S 14963 14966 1330 0 -1 1077944384 3 12503 0 0 0 0 5 3 20 0 15 0 48794784 14405136384 263066 18446744073709551615 4194304 4196468 140733544609264 140470768282080 140471431767765 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17907712 140733544617936 140733544620721 140733544620721 140733544624079 0
[pid=14966/tid=15029] ppid=14963 vsize=14067516 CPUtime=1.59 cores=0,2,4,6
/proc/14966/task/15029/stat : 15029 (java) S 14963 14966 1330 0 -1 1077944384 1176 12503 0 0 74 77 5 3 20 0 15 0 48794790 14405136384 263066 18446744073709551615 4194304 4196468 140733544609264 140470767229872 140471431768706 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17907712 140733544617936 140733544620721 140733544620721 140733544624079 0
Current children cumulated CPU time (s) 2441.01
Current children cumulated vsize (KiB) 14067516

[startup+2442.3 s]
/proc/loadavg: 1.16 1.25 1.37 3/214 15324
/proc/meminfo: memFree=29598172/32770624 swapFree=0/509980
[pid=14966] ppid=14963 vsize=14067516 CPUtime=2501.93 cores=0,2,4,6
/proc/14966/stat : 14966 (java) S 14963 14966 1330 0 -1 1077944320 210588 12503 0 0 249784 401 5 3 20 0 15 0 48794757 14405136384 263099 18446744073709551615 4194304 4196468 140733544609264 140733544591808 140471431757559 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 10 0 0 6293624 6294260 17907712 140733544617936 140733544620721 140733544620721 140733544624079 0
/proc/14966/statm: 3516879 263099 3470 1 0 3505493 0
[pid=14966/tid=15016] ppid=14963 vsize=14067516 CPUtime=2414.27 cores=0,2,4,6
/proc/14966/task/15016/stat : 15016 (java) R 14963 14966 1330 0 -1 4202560 95264 12503 0 0 241359 60 5 3 20 0 15 0 48794779 14405136384 263099 18446744073709551615 4194304 4196468 140733544609264 140471435990928 140471085793799 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 17907712 140733544617936 140733544620721 140733544620721 140733544624079 0
[pid=14966/tid=15017] ppid=14963 vsize=14067516 CPUtime=12.13 cores=0,2,4,6
/proc/14966/task/15017/stat : 15017 (java) S 14963 14966 1330 0 -1 1077944384 18817 12503 0 0 1138 67 5 3 20 0 15 0 48794779 14405136384 263099 18446744073709551615 4194304 4196468 140733544609264 140471403600272 140471431767765 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17907712 140733544617936 140733544620721 140733544620721 140733544624079 0
[pid=14966/tid=15018] ppid=14963 vsize=14067516 CPUtime=12.18 cores=0,2,4,6
/proc/14966/task/15018/stat : 15018 (java) S 14963 14966 1330 0 -1 1077944384 9388 12503 0 0 1141 69 5 3 20 0 15 0 48794779 14405136384 263099 18446744073709551615 4194304 4196468 140733544609264 140471030507792 140471431767765 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17907712 140733544617936 140733544620721 140733544620721 140733544624079 0
[pid=14966/tid=15019] ppid=14963 vsize=14067516 CPUtime=12.14 cores=0,2,4,6
/proc/14966/task/15019/stat : 15019 (java) S 14963 14966 1330 0 -1 1077944384 13012 12503 0 0 1136 70 5 3 20 0 15 0 48794779 14405136384 263099 18446744073709551615 4194304 4196468 140733544609264 140471029455504 140471431767765 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17907712 140733544617936 140733544620721 140733544620721 140733544624079 0
[pid=14966/tid=15020] ppid=14963 vsize=14067516 CPUtime=12.17 cores=0,2,4,6
/proc/14966/task/15020/stat : 15020 (java) S 14963 14966 1330 0 -1 1077944384 20730 12503 0 0 1144 65 5 3 20 0 15 0 48794780 14405136384 263099 18446744073709551615 4194304 4196468 140733544609264 140471028402704 140471431767765 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17907712 140733544617936 140733544620721 140733544620721 140733544624079 0
[pid=14966/tid=15021] ppid=14963 vsize=14067516 CPUtime=12.97 cores=0,2,4,6
/proc/14966/task/15021/stat : 15021 (java) S 14963 14966 1330 0 -1 1077944384 18628 12503 0 0 1227 62 5 3 20 0 15 0 48794781 14405136384 263099 18446744073709551615 4194304 4196468 140733544609264 140470775650928 140471431768706 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17907712 140733544617936 140733544620721 140733544620721 140733544624079 0
[pid=14966/tid=15022] ppid=14963 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/14966/task/15022/stat : 15022 (java) S 14963 14966 1330 0 -1 1077944384 55 12503 0 0 0 0 5 3 20 0 15 0 48794781 14405136384 263099 18446744073709551615 4194304 4196468 140733544609264 140470774597024 140471431767765 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17907712 140733544617936 140733544620721 140733544620721 140733544624079 0
[pid=14966/tid=15023] ppid=14963 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/14966/task/15023/stat : 15023 (java) S 14963 14966 1330 0 -1 1077944384 45 12503 0 0 0 0 5 3 20 0 15 0 48794781 14405136384 263099 18446744073709551615 4194304 4196468 140733544609264 140470773544576 140471431767765 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17907712 140733544617936 140733544620721 140733544620721 140733544624079 0
[pid=14966/tid=15024] ppid=14963 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/14966/task/15024/stat : 15024 (java) S 14963 14966 1330 0 -1 1077944384 3 12503 0 0 0 0 5 3 20 0 15 0 48794784 14405136384 263099 18446744073709551615 4194304 4196468 140733544609264 140470772492880 140471431776155 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17907712 140733544617936 140733544620721 140733544620721 140733544624079 0
[pid=14966/tid=15025] ppid=14963 vsize=14067516 CPUtime=10.36 cores=0,2,4,6
/proc/14966/task/15025/stat : 15025 (java) S 14963 14966 1330 0 -1 1077944384 7516 12503 0 0 1024 4 5 3 20 0 15 0 48794784 14405136384 263099 18446744073709551615 4194304 4196468 140733544609264 140470771439728 140471431768706 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17907712 140733544617936 140733544620721 140733544620721 140733544624079 0
[pid=14966/tid=15026] ppid=14963 vsize=14067516 CPUtime=10.33 cores=0,2,4,6
/proc/14966/task/15026/stat : 15026 (java) S 14963 14966 1330 0 -1 1077944384 9145 12503 0 0 1021 4 5 3 20 0 15 0 48794784 14405136384 263099 18446744073709551615 4194304 4196468 140733544609264 140470770386928 140471431768706 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17907712 140733544617936 140733544620721 140733544620721 140733544624079 0
[pid=14966/tid=15027] ppid=14963 vsize=14067516 CPUtime=4.34 cores=0,2,4,6
/proc/14966/task/15027/stat : 15027 (java) S 14963 14966 1330 0 -1 1077944384 14624 12503 0 0 422 4 5 3 20 0 15 0 48794784 14405136384 263099 18446744073709551615 4194304 4196468 140733544609264 140470769334640 140471431768706 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17907712 140733544617936 140733544620721 140733544620721 140733544624079 0
[pid=14966/tid=15028] ppid=14963 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/14966/task/15028/stat : 15028 (java) S 14963 14966 1330 0 -1 1077944384 3 12503 0 0 0 0 5 3 20 0 15 0 48794784 14405136384 263099 18446744073709551615 4194304 4196468 140733544609264 140470768282080 140471431767765 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17907712 140733544617936 140733544620721 140733544620721 140733544624079 0
[pid=14966/tid=15029] ppid=14963 vsize=14067516 CPUtime=1.63 cores=0,2,4,6
/proc/14966/task/15029/stat : 15029 (java) S 14963 14966 1330 0 -1 1077944384 1205 12503 0 0 76 79 5 3 20 0 15 0 48794790 14405136384 263099 18446744073709551615 4194304 4196468 140733544609264 140470767229872 140471431768706 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17907712 140733544617936 140733544620721 140733544620721 140733544624079 0
Current children cumulated CPU time (s) 2501.93
Current children cumulated vsize (KiB) 14067516



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2460.2 s]
/proc/loadavg: 1.13 1.24 1.36 3/214 15325
/proc/meminfo: memFree=29607416/32770624 swapFree=0/509972
[pid=14966] ppid=14963 vsize=14067516 CPUtime=2520.09 cores=0,2,4,6
/proc/14966/stat : 14966 (java) S 14963 14966 1330 0 -1 1077944320 211617 12503 0 0 251598 403 5 3 20 0 15 0 48794757 14405136384 263105 18446744073709551615 4194304 4196468 140733544609264 140733544591808 140471431757559 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 10 0 0 6293624 6294260 17907712 140733544617936 140733544620721 140733544620721 140733544624079 0
/proc/14966/statm: 3516879 263105 3470 1 0 3505493 0
[pid=14966/tid=15016] ppid=14963 vsize=14067516 CPUtime=2431.96 cores=0,2,4,6
/proc/14966/task/15016/stat : 15016 (java) R 14963 14966 1330 0 -1 4202560 95759 12503 0 0 243128 60 5 3 20 0 15 0 48794779 14405136384 263105 18446744073709551615 4194304 4196468 140733544609264 140471435990928 140471083703952 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 17907712 140733544617936 140733544620721 140733544620721 140733544624079 0
[pid=14966/tid=15017] ppid=14963 vsize=14067516 CPUtime=12.23 cores=0,2,4,6
/proc/14966/task/15017/stat : 15017 (java) S 14963 14966 1330 0 -1 1077944384 18864 12503 0 0 1147 68 5 3 20 0 15 0 48794779 14405136384 263105 18446744073709551615 4194304 4196468 140733544609264 140471403600272 140471431767765 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17907712 140733544617936 140733544620721 140733544620721 140733544624079 0
[pid=14966/tid=15018] ppid=14963 vsize=14067516 CPUtime=12.28 cores=0,2,4,6
/proc/14966/task/15018/stat : 15018 (java) S 14963 14966 1330 0 -1 1077944384 9569 12503 0 0 1150 70 5 3 20 0 15 0 48794779 14405136384 263105 18446744073709551615 4194304 4196468 140733544609264 140471030507792 140471431767765 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17907712 140733544617936 140733544620721 140733544620721 140733544624079 0
[pid=14966/tid=15019] ppid=14963 vsize=14067516 CPUtime=12.24 cores=0,2,4,6
/proc/14966/task/15019/stat : 15019 (java) S 14963 14966 1330 0 -1 1077944384 13094 12503 0 0 1145 71 5 3 20 0 15 0 48794779 14405136384 263105 18446744073709551615 4194304 4196468 140733544609264 140471029455504 140471431767765 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17907712 140733544617936 140733544620721 140733544620721 140733544624079 0
[pid=14966/tid=15020] ppid=14963 vsize=14067516 CPUtime=12.27 cores=0,2,4,6
/proc/14966/task/15020/stat : 15020 (java) S 14963 14966 1330 0 -1 1077944384 20736 12503 0 0 1153 66 5 3 20 0 15 0 48794780 14405136384 263105 18446744073709551615 4194304 4196468 140733544609264 140471028402704 140471431767765 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17907712 140733544617936 140733544620721 140733544620721 140733544624079 0
[pid=14966/tid=15021] ppid=14963 vsize=14067516 CPUtime=13.07 cores=0,2,4,6
/proc/14966/task/15021/stat : 15021 (java) S 14963 14966 1330 0 -1 1077944384 18825 12503 0 0 1237 62 5 3 20 0 15 0 48794781 14405136384 263105 18446744073709551615 4194304 4196468 140733544609264 140470775650928 140471431768706 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17907712 140733544617936 140733544620721 140733544620721 140733544624079 0
[pid=14966/tid=15022] ppid=14963 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/14966/task/15022/stat : 15022 (java) S 14963 14966 1330 0 -1 1077944384 55 12503 0 0 0 0 5 3 20 0 15 0 48794781 14405136384 263105 18446744073709551615 4194304 4196468 140733544609264 140470774597024 140471431767765 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17907712 140733544617936 140733544620721 140733544620721 140733544624079 0
[pid=14966/tid=15023] ppid=14963 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/14966/task/15023/stat : 15023 (java) S 14963 14966 1330 0 -1 1077944384 45 12503 0 0 0 0 5 3 20 0 15 0 48794781 14405136384 263105 18446744073709551615 4194304 4196468 140733544609264 140470773544576 140471431767765 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17907712 140733544617936 140733544620721 140733544620721 140733544624079 0
[pid=14966/tid=15024] ppid=14963 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/14966/task/15024/stat : 15024 (java) S 14963 14966 1330 0 -1 1077944384 3 12503 0 0 0 0 5 3 20 0 15 0 48794784 14405136384 263105 18446744073709551615 4194304 4196468 140733544609264 140470772492880 140471431776155 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17907712 140733544617936 140733544620721 140733544620721 140733544624079 0
[pid=14966/tid=15025] ppid=14963 vsize=14067516 CPUtime=10.36 cores=0,2,4,6
/proc/14966/task/15025/stat : 15025 (java) S 14963 14966 1330 0 -1 1077944384 7518 12503 0 0 1024 4 5 3 20 0 15 0 48794784 14405136384 263105 18446744073709551615 4194304 4196468 140733544609264 140470771439728 140471431768706 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17907712 140733544617936 140733544620721 140733544620721 140733544624079 0
[pid=14966/tid=15026] ppid=14963 vsize=14067516 CPUtime=10.33 cores=0,2,4,6
/proc/14966/task/15026/stat : 15026 (java) S 14963 14966 1330 0 -1 1077944384 9147 12503 0 0 1021 4 5 3 20 0 15 0 48794784 14405136384 263105 18446744073709551615 4194304 4196468 140733544609264 140470770386928 140471431768706 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17907712 140733544617936 140733544620721 140733544620721 140733544624079 0
[pid=14966/tid=15027] ppid=14963 vsize=14067516 CPUtime=4.34 cores=0,2,4,6
/proc/14966/task/15027/stat : 15027 (java) S 14963 14966 1330 0 -1 1077944384 14626 12503 0 0 422 4 5 3 20 0 15 0 48794784 14405136384 263105 18446744073709551615 4194304 4196468 140733544609264 140470769334640 140471431768706 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17907712 140733544617936 140733544620721 140733544620721 140733544624079 0
[pid=14966/tid=15028] ppid=14963 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/14966/task/15028/stat : 15028 (java) S 14963 14966 1330 0 -1 1077944384 3 12503 0 0 0 0 5 3 20 0 15 0 48794784 14405136384 263105 18446744073709551615 4194304 4196468 140733544609264 140470768282080 140471431767765 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17907712 140733544617936 140733544620721 140733544620721 140733544624079 0
[pid=14966/tid=15029] ppid=14963 vsize=14067516 CPUtime=1.64 cores=0,2,4,6
/proc/14966/task/15029/stat : 15029 (java) S 14963 14966 1330 0 -1 1077944384 1220 12503 0 0 76 80 5 3 20 0 15 0 48794790 14405136384 263105 18446744073709551615 4194304 4196468 140733544609264 140470767229872 140471431768706 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17907712 140733544617936 140733544620721 140733544620721 140733544624079 0
Current children cumulated CPU time (s) 2520.09
Current children cumulated vsize (KiB) 14067516

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 14966 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2460.31 s]
/proc/loadavg: 1.13 1.24 1.36 3/214 15325
/proc/meminfo: memFree=29607416/32770624 swapFree=0/509972
[pid=14966] ppid=14963 vsize=14200644 CPUtime=2520.4 cores=0,2,4,6
/proc/14966/stat : 14966 (java) S 14963 14966 1330 0 -1 1077944320 217881 12503 0 0 251628 404 5 3 20 0 17 0 48794757 14541459456 264259 18446744073709551615 4194304 4196468 140733544609264 140733544591808 140471431757559 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 10 0 0 6293624 6294260 17907712 140733544617936 140733544620721 140733544620721 140733544624079 0
/proc/14966/statm: 3550161 264259 3470 1 0 3538775 0
[pid=14966/tid=15016] ppid=14963 vsize=14200644 CPUtime=2431.97 cores=0,2,4,6
/proc/14966/task/15016/stat : 15016 (java) S 14963 14966 1330 0 -1 1077944384 96118 12503 0 0 243129 60 5 3 20 0 17 0 48794779 14541459456 264259 18446744073709551615 4194304 4196468 140733544609264 140471435995104 140471431767765 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 17907712 140733544617936 140733544620721 140733544620721 140733544624079 0
[pid=14966/tid=15017] ppid=14963 vsize=14200644 CPUtime=12.29 cores=0,2,4,6
/proc/14966/task/15017/stat : 15017 (java) S 14963 14966 1330 0 -1 1077944384 18887 12503 0 0 1153 68 5 3 20 0 17 0 48794779 14541459456 264259 18446744073709551615 4194304 4196468 140733544609264 140471403600272 140471431767765 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17907712 140733544617936 140733544620721 140733544620721 140733544624079 0
[pid=14966/tid=15018] ppid=14963 vsize=14200644 CPUtime=12.34 cores=0,2,4,6
/proc/14966/task/15018/stat : 15018 (java) S 14963 14966 1330 0 -1 1077944384 9580 12503 0 0 1156 70 5 3 20 0 17 0 48794779 14541459456 264259 18446744073709551615 4194304 4196468 140733544609264 140471030507792 140471431767765 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17907712 140733544617936 140733544620721 140733544620721 140733544624079 0
[pid=14966/tid=15019] ppid=14963 vsize=14200644 CPUtime=12.3 cores=0,2,4,6
/proc/14966/task/15019/stat : 15019 (java) S 14963 14966 1330 0 -1 1077944384 13099 12503 0 0 1151 71 5 3 20 0 17 0 48794779 14541459456 264259 18446744073709551615 4194304 4196468 140733544609264 140471029455504 140471431767765 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17907712 140733544617936 140733544620721 140733544620721 140733544624079 0
[pid=14966/tid=15020] ppid=14963 vsize=14200644 CPUtime=12.33 cores=0,2,4,6
/proc/14966/task/15020/stat : 15020 (java) S 14963 14966 1330 0 -1 1077944384 20775 12503 0 0 1159 66 5 3 20 0 17 0 48794780 14541459456 264259 18446744073709551615 4194304 4196468 140733544609264 140471028402704 140471431767765 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17907712 140733544617936 140733544620721 140733544620721 140733544624079 0
[pid=14966/tid=15021] ppid=14963 vsize=14200644 CPUtime=13.09 cores=0,2,4,6
/proc/14966/task/15021/stat : 15021 (java) R 14963 14966 1330 0 -1 4202560 24434 12503 0 0 1239 62 5 3 20 0 17 0 48794781 14541459456 264259 18446744073709551615 4194304 4196468 140733544609264 140470775649328 140471417449240 0 0 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17907712 140733544617936 140733544620721 140733544620721 140733544624079 0
[pid=14966/tid=15022] ppid=14963 vsize=14200644 CPUtime=0.08 cores=0,2,4,6
/proc/14966/task/15022/stat : 15022 (java) S 14963 14966 1330 0 -1 1077944384 57 12503 0 0 0 0 5 3 20 0 17 0 48794781 14541459456 264259 18446744073709551615 4194304 4196468 140733544609264 140470774596928 140471431767765 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17907712 140733544617936 140733544620721 140733544620721 140733544624079 0
[pid=14966/tid=15023] ppid=14963 vsize=14200644 CPUtime=0.08 cores=0,2,4,6
/proc/14966/task/15023/stat : 15023 (java) S 14963 14966 1330 0 -1 1077944384 45 12503 0 0 0 0 5 3 20 0 17 0 48794781 14541459456 264259 18446744073709551615 4194304 4196468 140733544609264 140470773544576 140471431767765 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17907712 140733544617936 140733544620721 140733544620721 140733544624079 0
[pid=14966/tid=15024] ppid=14963 vsize=14200644 CPUtime=0.08 cores=0,2,4,6
/proc/14966/task/15024/stat : 15024 (java) S 14963 14966 1330 0 -1 1077944384 106 12503 0 0 0 0 5 3 20 0 17 0 48794784 14541459456 264259 18446744073709551615 4194304 4196468 140733544609264 140470772492880 140471431776155 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17907712 140733544617936 140733544620721 140733544620721 140733544624079 0
[pid=14966/tid=15025] ppid=14963 vsize=14200644 CPUtime=10.36 cores=0,2,4,6
/proc/14966/task/15025/stat : 15025 (java) S 14963 14966 1330 0 -1 1077944384 7518 12503 0 0 1024 4 5 3 20 0 17 0 48794784 14541459456 264259 18446744073709551615 4194304 4196468 140733544609264 140470771439728 140471431768706 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17907712 140733544617936 140733544620721 140733544620721 140733544624079 0
[pid=14966/tid=15026] ppid=14963 vsize=14200644 CPUtime=10.33 cores=0,2,4,6
/proc/14966/task/15026/stat : 15026 (java) S 14963 14966 1330 0 -1 1077944384 9147 12503 0 0 1021 4 5 3 20 0 17 0 48794784 14541459456 264259 18446744073709551615 4194304 4196468 140733544609264 140470770386928 140471431768706 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17907712 140733544617936 140733544620721 140733544620721 140733544624079 0
[pid=14966/tid=15027] ppid=14963 vsize=14200644 CPUtime=4.34 cores=0,2,4,6
/proc/14966/task/15027/stat : 15027 (java) S 14963 14966 1330 0 -1 1077944384 14626 12503 0 0 422 4 5 3 20 0 17 0 48794784 14541459456 264259 18446744073709551615 4194304 4196468 140733544609264 140470769334640 140471431768706 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17907712 140733544617936 140733544620721 140733544620721 140733544624079 0
[pid=14966/tid=15028] ppid=14963 vsize=14200644 CPUtime=0.08 cores=0,2,4,6
/proc/14966/task/15028/stat : 15028 (java) S 14963 14966 1330 0 -1 1077944384 3 12503 0 0 0 0 5 3 20 0 17 0 48794784 14541459456 264259 18446744073709551615 4194304 4196468 140733544609264 140470768282080 140471431767765 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17907712 140733544617936 140733544620721 140733544620721 140733544624079 0
[pid=14966/tid=15029] ppid=14963 vsize=14200644 CPUtime=1.64 cores=0,2,4,6
/proc/14966/task/15029/stat : 15029 (java) S 14963 14966 1330 0 -1 1077944384 1220 12503 0 0 76 80 5 3 20 0 17 0 48794790 14541459456 264259 18446744073709551615 4194304 4196468 140733544609264 140470767229872 140471431768706 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17907712 140733544617936 140733544620721 140733544620721 140733544624079 0
Current children cumulated CPU time (s) 2520.4
Current children cumulated vsize (KiB) 14200644

Child status: 143
Real time (s): 2460.4
CPU time (s): 2520.59
CPU user time (s): 2516.51
CPU system time (s): 4.08491
CPU usage (%): 102.446
Max. virtual memory (cumulated for all children) (KiB): 14200644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.51
system time used= 4.08491
maximum resident set size= 1057572
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 230553
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2848
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 328919
involuntary context switches= 8036

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.92253 second user time and 16.0168 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-11 17:21:35
IDJOB=4262032
IDBENCH=135522
IDSOLVER=2650
FILE ID=node125/4262032-1502465740
RUNJOBID= node125-1502411403-1394
PBS_JOBID= 
Free space on /tmp= 62008 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-4262032-1502465740/watcher-4262032-1502465740 -o /tmp/evaluation-result-4262032-1502465740/solver-4262032-1502465740 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502411403-1394 --watchdog 2580  bin/concrete HOME/instance-4262032-1502465740.xml

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

MD5SUM BENCH= 37d902a8c28836ecb268a87a81b5effe
RANDOM SEED=354423648

node125.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.07
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.07
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.07
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.07
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:        30431156 kB
MemAvailable:   31204960 kB
Buffers:          256060 kB
Cached:           809036 kB
SwapCached:            0 kB
Active:          1384320 kB
Inactive:         533968 kB
Active(anon):     853856 kB
Inactive(anon):    24908 kB
Active(file):     530464 kB
Inactive(file):   509060 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             23808 kB
Writeback:             4 kB
AnonPages:        853288 kB
Mapped:            56264 kB
Shmem:             25252 kB
Slab:             126056 kB
SReclaimable:     100228 kB
SUnreclaim:        25828 kB
KernelStack:        3552 kB
PageTables:         8020 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1736580 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    638976 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 61984 MiB
End job on node125 at 2017-08-11 18:02:35