Trace number 4262536

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.4? (TO) 2520.5801 2506.8101

General information on the benchmark

NameQueenAttacking/QueenAttacking-xcsp2-s1/
QueenAttacking-08_X2.xml
MD5SUM01373ebb4a146089a71bb04c36ed4f3a
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark2118.48
Satisfiable
(Un)Satisfiability was proved
Number of variables65
Number of constraints2034
Number of domains2
Minimum domain size10
Maximum domain size64
Distribution of domain sizes[{"size":10,"count":1},{"size":64,"count":64}]
Minimum variable degree18
Maximum variable degree64
Distribution of variable degrees[{"degree":18,"count":1},{"degree":63,"count":46},{"degree":64,"count":18}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":2034}]
Number of extensional constraints0
Number of intensional constraints2034
Distribution of constraint types[{"type":"intension","count":2034}]
Optimization problemNO
Type of objective

Solver Data

3.45/2.21	c Concrete v3.4 running
2520.36/2506.79	java.util.concurrent.TimeoutException
2520.36/2506.79		at concrete.MAC.mac(MAC.scala:74)
2520.36/2506.79		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
2520.36/2506.79		at scala.util.Try$.apply(Try.scala:209)
2520.36/2506.79		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.36/2506.79		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.36/2506.79		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.36/2506.79		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.36/2506.79		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
2520.36/2506.79		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.36/2506.79		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.36/2506.79		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.36/2506.79		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.36/2506.79		at concrete.MAC.oneRun(MAC.scala:146)
2520.36/2506.79		at concrete.MAC.nextSolution(MAC.scala:166)
2520.36/2506.79		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
2520.36/2506.79		at concrete.ProblemState.map(ProblemState.scala:203)
2520.36/2506.79		at concrete.ProblemState.map(ProblemState.scala:188)
2520.36/2506.79		at concrete.MAC.nextSolution(MAC.scala:195)
2520.36/2506.79		at concrete.Solver.hasNext(Solver.scala:202)
2520.36/2506.79		at scala.collection.Iterator.toStream(Iterator.scala:1403)
2520.36/2506.79		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
2520.36/2506.79		at concrete.Solver.toStream(Solver.scala:73)
2520.36/2506.79		at scala.collection.TraversableOnce.toIterable(TraversableOnce.scala:296)
2520.36/2506.79		at scala.collection.TraversableOnce.toIterable$(TraversableOnce.scala:296)
2520.36/2506.79		at concrete.Solver.toIterable(Solver.scala:73)
2520.36/2506.79		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:162)
2520.36/2506.79		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.36/2506.79		at scala.util.Success.map(Try.scala:209)
2520.36/2506.79		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
2520.36/2506.79		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
2520.36/2506.79		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.36/2506.79		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
2520.36/2506.79		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.36/2506.79		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.36/2506.79		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.36/2506.79		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.36/2506.79		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.36/2506.79		at scala.collection.immutable.List.foreach(List.scala:389)
2520.36/2506.79		at scala.App.main(App.scala:76)
2520.36/2506.79		at scala.App.main$(App.scala:74)
2520.36/2506.79		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.36/2506.79		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.55/2506.80	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-4262536-1502452953/watcher-4262536-1502452953 -o /tmp/evaluation-result-4262536-1502452953/solver-4262536-1502452953 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502411403-4960 --watchdog 2580 bin/concrete HOME/instance-4262536-1502452953.xml 

pid=18081
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.33 1.42 1.39 2/197 18084
/proc/meminfo: memFree=29417360/32770624 swapFree=0/452412
[pid=18084] ppid=18081 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/18084/stat : 18084 (runsolver) D 18081 18084 4896 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 144948162 24240128 106 18446744073709551615 4194304 4338465 140731090028096 140731090025736 140355429163735 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 9187328 140731090030801 140731090031177 140731090031177 140731090034634 0
/proc/18084/statm: 5918 106 53 36 0 2156 0

[startup+0.100139 s]
/proc/loadavg: 1.33 1.42 1.39 2/197 18084
/proc/meminfo: memFree=29417360/32770624 swapFree=0/452412
[pid=18084] ppid=18081 vsize=9508 CPUtime=0 cores=1,3,5,7
/proc/18084/stat : 18084 (bash) R 18081 18084 4896 0 -1 4202496 613 0 0 0 0 0 0 0 20 0 1 0 144948162 9736192 285 18446744073709551615 4194304 5098028 140727750115264 140727750115264 139768441910645 0 0 5 65536 0 0 0 17 3 0 0 9 0 0 7196144 7232144 12812288 140727750124052 140727750124137 140727750124137 140727750127594 0
/proc/18084/statm: 2377 285 237 221 0 86 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9508

[startup+0.20025 s]
/proc/loadavg: 1.33 1.42 1.39 2/197 18084
/proc/meminfo: memFree=29417360/32770624 swapFree=0/452412
[pid=18084] ppid=18081 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/18084/stat : 18084 (bash) S 18081 18084 4896 0 -1 4202496 892 6487 0 0 0 0 0 1 20 0 1 0 144948162 9867264 377 18446744073709551615 4194304 5098028 140727750115264 140727750109272 139768442256384 0 0 5 65536 18446744071580971376 0 0 17 3 0 0 9 0 0 7196144 7232144 12812288 140727750124052 140727750124137 140727750124137 140727750127594 0
/proc/18084/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300257 s]
/proc/loadavg: 1.33 1.42 1.39 2/197 18084
/proc/meminfo: memFree=29417360/32770624 swapFree=0/452412
[pid=18084] ppid=18081 vsize=13907308 CPUtime=0.12 cores=1,3,5,7
/proc/18084/stat : 18084 (java) S 18081 18084 4896 0 -1 1077944320 5609 12665 0 0 5 0 5 2 20 0 14 0 144948162 14241083392 5302 18446744073709551615 4194304 4196468 140728016143552 140728016126096 140259394887415 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 10768384 140728016148432 140728016151217 140728016151217 140728016154575 0
/proc/18084/statm: 3476827 5302 2564 1 0 3466324 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 13907308

[startup+0.700265 s]
/proc/loadavg: 1.33 1.42 1.39 2/197 18084
/proc/meminfo: memFree=29417360/32770624 swapFree=0/452412
[pid=18084] ppid=18081 vsize=13974784 CPUtime=0.67 cores=1,3,5,7
/proc/18084/stat : 18084 (java) S 18081 18084 4896 0 -1 1077944320 13818 12665 0 0 56 4 5 2 20 0 15 0 144948162 14310178816 14254 18446744073709551615 4194304 4196468 140728016143552 140728016126096 140259394887415 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 10768384 140728016148432 140728016151217 140728016151217 140728016154575 0
/proc/18084/statm: 3493696 14254 3126 1 0 3482965 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 13974784

[startup+1.50453 s]
/proc/loadavg: 1.33 1.42 1.39 3/212 18147
/proc/meminfo: memFree=29318716/32770624 swapFree=0/452512
[pid=18084] ppid=18081 vsize=13985408 CPUtime=1.88 cores=1,3,5,7
/proc/18084/stat : 18084 (java) S 18081 18084 4896 0 -1 1077944320 28940 12665 0 0 171 10 5 2 20 0 15 0 144948162 14321057792 40130 18446744073709551615 4194304 4196468 140728016143552 140728016126096 140259394887415 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 10768384 140728016148432 140728016151217 140728016151217 140728016154575 0
/proc/18084/statm: 3496352 40130 3363 1 0 3485525 0
[pid=18084/tid=18134] ppid=18081 vsize=13985408 CPUtime=1.28 cores=1,3,5,7
/proc/18084/task/18134/stat : 18134 (java) S 18081 18084 4896 0 -1 1077944384 22538 12665 0 0 114 7 5 2 20 0 15 0 144948185 14321057792 40130 18446744073709551615 4194304 4196468 140728016143552 140259399109920 140259394897621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 10768384 140728016148432 140728016151217 140728016151217 140728016154575 0
[pid=18084/tid=18135] ppid=18081 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/18084/task/18135/stat : 18135 (java) R 18081 18084 4896 0 -1 4202560 44 12665 0 0 0 0 5 2 20 0 15 0 144948186 14321057792 40130 18446744073709551615 4194304 4196468 140728016143552 140259351853712 140259387991062 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10768384 140728016148432 140728016151217 140728016151217 140728016154575 0
[pid=18084/tid=18136] ppid=18081 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/18084/task/18136/stat : 18136 (java) R 18081 18084 4896 0 -1 4202560 32 12665 0 0 0 0 5 2 20 0 15 0 144948186 14321057792 40130 18446744073709551615 4194304 4196468 140728016143552 140259350800912 140259387983888 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10768384 140728016148432 140728016151217 140728016151217 140728016154575 0
[pid=18084/tid=18137] ppid=18081 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/18084/task/18137/stat : 18137 (java) R 18081 18084 4896 0 -1 1077944384 230 12665 0 0 0 0 5 2 20 0 15 0 144948186 14321057792 40130 18446744073709551615 4194304 4196468 140728016143552 140259349748112 140259394897621 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10768384 140728016148432 140728016151217 140728016151217 140728016154575 0
[pid=18084/tid=18138] ppid=18081 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/18084/task/18138/stat : 18138 (java) R 18081 18084 4896 0 -1 4202560 58 12665 0 0 0 0 5 2 20 0 15 0 144948186 14321057792 40130 18446744073709551615 4194304 4196468 140728016143552 140259348695312 140259379875815 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10768384 140728016148432 140728016151217 140728016151217 140728016154575 0
[pid=18084/tid=18139] ppid=18081 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/18084/task/18139/stat : 18139 (java) S 18081 18084 4896 0 -1 1077944384 1148 12665 0 0 1 0 5 2 20 0 15 0 144948187 14321057792 40130 18446744073709551615 4194304 4196468 140728016143552 140258940577184 140259394897621 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10768384 140728016148432 140728016151217 140728016151217 140728016154575 0
[pid=18084/tid=18140] ppid=18081 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/18084/task/18140/stat : 18140 (java) S 18081 18084 4896 0 -1 1077944384 33 12665 0 0 0 0 5 2 20 0 15 0 144948187 14321057792 40130 18446744073709551615 4194304 4196468 140728016143552 140258939524640 140259394897621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10768384 140728016148432 140728016151217 140728016151217 140728016154575 0
[pid=18084/tid=18141] ppid=18081 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/18084/task/18141/stat : 18141 (java) S 18081 18084 4896 0 -1 1077944384 21 12665 0 0 0 0 5 2 20 0 15 0 144948188 14321057792 40130 18446744073709551615 4194304 4196468 140728016143552 140258938471792 140259394897621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10768384 140728016148432 140728016151217 140728016151217 140728016154575 0
[pid=18084/tid=18142] ppid=18081 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/18084/task/18142/stat : 18142 (java) S 18081 18084 4896 0 -1 1077944384 3 12665 0 0 0 0 5 2 20 0 15 0 144948190 14321057792 40130 18446744073709551615 4194304 4196468 140728016143552 140258937420112 140259394906011 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10768384 140728016148432 140728016151217 140728016151217 140728016154575 0
[pid=18084/tid=18143] ppid=18081 vsize=13985408 CPUtime=0.2 cores=1,3,5,7
/proc/18084/task/18143/stat : 18143 (java) S 18081 18084 4896 0 -1 1077944384 981 12665 0 0 13 0 5 2 20 0 15 0 144948190 14321057792 40130 18446744073709551615 4194304 4196468 140728016143552 140258936367472 140259394898562 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10768384 140728016148432 140728016151217 140728016151217 140728016154575 0
[pid=18084/tid=18144] ppid=18081 vsize=13985408 CPUtime=0.22 cores=1,3,5,7
/proc/18084/task/18144/stat : 18144 (java) S 18081 18084 4896 0 -1 1077944384 726 12665 0 0 15 0 5 2 20 0 15 0 144948190 14321057792 40130 18446744073709551615 4194304 4196468 140728016143552 140258867931376 140259394898562 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10768384 140728016148432 140728016151217 140728016151217 140728016154575 0
[pid=18084/tid=18145] ppid=18081 vsize=13985408 CPUtime=0.3 cores=1,3,5,7
/proc/18084/task/18145/stat : 18145 (java) S 18081 18084 4896 0 -1 1077944384 964 12665 0 0 23 0 5 2 20 0 15 0 144948190 14321057792 40130 18446744073709551615 4194304 4196468 140728016143552 140258866873952 140259394897621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10768384 140728016148432 140728016151217 140728016151217 140728016154575 0
[pid=18084/tid=18146] ppid=18081 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/18084/task/18146/stat : 18146 (java) S 18081 18084 4896 0 -1 1077944384 3 12665 0 0 0 0 5 2 20 0 15 0 144948190 14321057792 40130 18446744073709551615 4194304 4196468 140728016143552 140258865826016 140259394897621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10768384 140728016148432 140728016151217 140728016151217 140728016154575 0
[pid=18084/tid=18147] ppid=18081 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/18084/task/18147/stat : 18147 (java) S 18081 18084 4896 0 -1 1077944384 8 12665 0 0 0 0 5 2 20 0 15 0 144948194 14321057792 40130 18446744073709551615 4194304 4196468 140728016143552 140258864774320 140259394898562 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10768384 140728016148432 140728016151217 140728016151217 140728016154575 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 13985408

[startup+3.10069 s]
/proc/loadavg: 1.33 1.42 1.39 4/212 18147
/proc/meminfo: memFree=29226880/32770624 swapFree=0/452512
[pid=18084] ppid=18081 vsize=13997884 CPUtime=5.88 cores=1,3,5,7
/proc/18084/stat : 18084 (java) S 18081 18084 4896 0 -1 1077944320 49248 12665 0 0 566 15 5 2 20 0 15 0 144948162 14333833216 58439 18446744073709551615 4194304 4196468 140728016143552 140728016126096 140259394887415 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 10768384 140728016148432 140728016151217 140728016151217 140728016154575 0
/proc/18084/statm: 3499471 58439 3448 1 0 3488085 0
[pid=18084/tid=18134] ppid=18081 vsize=13997884 CPUtime=2.86 cores=1,3,5,7
/proc/18084/task/18134/stat : 18134 (java) R 18081 18084 4896 0 -1 4202560 36470 12665 0 0 269 10 5 2 20 0 15 0 144948185 14333833216 58439 18446744073709551615 4194304 4196468 140728016143552 140259399075504 140259394901264 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 10768384 140728016148432 140728016151217 140728016151217 140728016154575 0
[pid=18084/tid=18135] ppid=18081 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/18084/task/18135/stat : 18135 (java) S 18081 18084 4896 0 -1 1077944384 49 12665 0 0 1 0 5 2 20 0 15 0 144948186 14333833216 58439 18446744073709551615 4194304 4196468 140728016143552 140259351853712 140259394897621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10768384 140728016148432 140728016151217 140728016151217 140728016154575 0
[pid=18084/tid=18136] ppid=18081 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/18084/task/18136/stat : 18136 (java) S 18081 18084 4896 0 -1 1077944384 32 12665 0 0 1 0 5 2 20 0 15 0 144948186 14333833216 58439 18446744073709551615 4194304 4196468 140728016143552 140259350800912 140259394897621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10768384 140728016148432 140728016151217 140728016151217 140728016154575 0
[pid=18084/tid=18137] ppid=18081 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/18084/task/18137/stat : 18137 (java) S 18081 18084 4896 0 -1 1077944384 230 12665 0 0 0 0 5 2 20 0 15 0 144948186 14333833216 58439 18446744073709551615 4194304 4196468 140728016143552 140259349748112 140259394897621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10768384 140728016148432 140728016151217 140728016151217 140728016154575 0
[pid=18084/tid=18138] ppid=18081 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/18084/task/18138/stat : 18138 (java) S 18081 18084 4896 0 -1 1077944384 58 12665 0 0 1 0 5 2 20 0 15 0 144948186 14333833216 58439 18446744073709551615 4194304 4196468 140728016143552 140259348695312 140259394897621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10768384 140728016148432 140728016151217 140728016151217 140728016154575 0
[pid=18084/tid=18139] ppid=18081 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/18084/task/18139/stat : 18139 (java) S 18081 18084 4896 0 -1 1077944384 1364 12665 0 0 1 0 5 2 20 0 15 0 144948187 14333833216 58439 18446744073709551615 4194304 4196468 140728016143552 140258940578672 140259394898562 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10768384 140728016148432 140728016151217 140728016151217 140728016154575 0
[pid=18084/tid=18140] ppid=18081 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/18084/task/18140/stat : 18140 (java) S 18081 18084 4896 0 -1 1077944384 55 12665 0 0 0 0 5 2 20 0 15 0 144948187 14333833216 58439 18446744073709551615 4194304 4196468 140728016143552 140258939524640 140259394897621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10768384 140728016148432 140728016151217 140728016151217 140728016154575 0
[pid=18084/tid=18141] ppid=18081 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/18084/task/18141/stat : 18141 (java) S 18081 18084 4896 0 -1 1077944384 45 12665 0 0 0 0 5 2 20 0 15 0 144948188 14333833216 58439 18446744073709551615 4194304 4196468 140728016143552 140258938471808 140259394897621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10768384 140728016148432 140728016151217 140728016151217 140728016154575 0
[pid=18084/tid=18142] ppid=18081 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/18084/task/18142/stat : 18142 (java) S 18081 18084 4896 0 -1 1077944384 3 12665 0 0 0 0 5 2 20 0 15 0 144948190 14333833216 58439 18446744073709551615 4194304 4196468 140728016143552 140258937420112 140259394906011 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10768384 140728016148432 140728016151217 140728016151217 140728016154575 0
[pid=18084/tid=18143] ppid=18081 vsize=13997884 CPUtime=1.08 cores=1,3,5,7
/proc/18084/task/18143/stat : 18143 (java) S 18081 18084 4896 0 -1 1077944384 3707 12665 0 0 101 0 5 2 20 0 15 0 144948190 14333833216 58439 18446744073709551615 4194304 4196468 140728016143552 140258936367472 140259394898562 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10768384 140728016148432 140728016151217 140728016151217 140728016154575 0
[pid=18084/tid=18144] ppid=18081 vsize=13997884 CPUtime=0.96 cores=1,3,5,7
/proc/18084/task/18144/stat : 18144 (java) S 18081 18084 4896 0 -1 1077944384 1897 12665 0 0 88 1 5 2 20 0 15 0 144948190 14333833216 58439 18446744073709551615 4194304 4196468 140728016143552 140258867931376 140259394898562 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10768384 140728016148432 140728016151217 140728016151217 140728016154575 0
[pid=18084/tid=18145] ppid=18081 vsize=13997884 CPUtime=1.07 cores=1,3,5,7
/proc/18084/task/18145/stat : 18145 (java) S 18081 18084 4896 0 -1 1077944384 3172 12665 0 0 100 0 5 2 20 0 15 0 144948190 14333833216 58439 18446744073709551615 4194304 4196468 140728016143552 140258866878576 140259394898562 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10768384 140728016148432 140728016151217 140728016151217 140728016154575 0
[pid=18084/tid=18146] ppid=18081 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/18084/task/18146/stat : 18146 (java) S 18081 18084 4896 0 -1 1077944384 3 12665 0 0 0 0 5 2 20 0 15 0 144948190 14333833216 58439 18446744073709551615 4194304 4196468 140728016143552 140258865826016 140259394897621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10768384 140728016148432 140728016151217 140728016151217 140728016154575 0
[pid=18084/tid=18147] ppid=18081 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/18084/task/18147/stat : 18147 (java) S 18081 18084 4896 0 -1 1077944384 11 12665 0 0 0 0 5 2 20 0 15 0 144948194 14333833216 58439 18446744073709551615 4194304 4196468 140728016143552 140258864774320 140259394898562 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10768384 140728016148432 140728016151217 140728016151217 140728016154575 0
Current children cumulated CPU time (s) 5.88
Current children cumulated vsize (KiB) 13997884

[startup+6.30067 s]
/proc/loadavg: 1.54 1.46 1.41 5/212 18147
/proc/meminfo: memFree=29046604/32770624 swapFree=0/452504
[pid=18084] ppid=18081 vsize=14069564 CPUtime=14.71 cores=1,3,5,7
/proc/18084/stat : 18084 (java) S 18081 18084 4896 0 -1 1077944320 69112 12665 0 0 1442 22 5 2 20 0 15 0 144948162 14407233536 87076 18446744073709551615 4194304 4196468 140728016143552 140728016126096 140259394887415 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 10768384 140728016148432 140728016151217 140728016151217 140728016154575 0
/proc/18084/statm: 3517391 87076 3475 1 0 3506005 0
[pid=18084/tid=18134] ppid=18081 vsize=14069564 CPUtime=5.97 cores=1,3,5,7
/proc/18084/task/18134/stat : 18134 (java) R 18081 18084 4896 0 -1 4202560 45714 12665 0 0 578 12 5 2 20 0 15 0 144948185 14407233536 87076 18446744073709551615 4194304 4196468 140728016143552 140259399120856 140259037215113 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 10768384 140728016148432 140728016151217 140728016151217 140728016154575 0
[pid=18084/tid=18135] ppid=18081 vsize=14069564 CPUtime=0.11 cores=1,3,5,7
/proc/18084/task/18135/stat : 18135 (java) S 18081 18084 4896 0 -1 1077944384 86 12665 0 0 4 0 5 2 20 0 15 0 144948186 14407233536 87076 18446744073709551615 4194304 4196468 140728016143552 140259351853712 140259394897621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10768384 140728016148432 140728016151217 140728016151217 140728016154575 0
[pid=18084/tid=18136] ppid=18081 vsize=14069564 CPUtime=0.11 cores=1,3,5,7
/proc/18084/task/18136/stat : 18136 (java) S 18081 18084 4896 0 -1 1077944384 158 12665 0 0 4 0 5 2 20 0 15 0 144948186 14407233536 87076 18446744073709551615 4194304 4196468 140728016143552 140259350800912 140259394897621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10768384 140728016148432 140728016151217 140728016151217 140728016154575 0
[pid=18084/tid=18137] ppid=18081 vsize=14069564 CPUtime=0.09 cores=1,3,5,7
/proc/18084/task/18137/stat : 18137 (java) S 18081 18084 4896 0 -1 1077944384 907 12665 0 0 2 0 5 2 20 0 15 0 144948186 14407233536 87076 18446744073709551615 4194304 4196468 140728016143552 140259349748112 140259394897621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10768384 140728016148432 140728016151217 140728016151217 140728016154575 0
[pid=18084/tid=18138] ppid=18081 vsize=14069564 CPUtime=0.1 cores=1,3,5,7
/proc/18084/task/18138/stat : 18138 (java) S 18081 18084 4896 0 -1 1077944384 149 12665 0 0 3 0 5 2 20 0 15 0 144948186 14407233536 87076 18446744073709551615 4194304 4196468 140728016143552 140259348695312 140259394897621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10768384 140728016148432 140728016151217 140728016151217 140728016154575 0
[pid=18084/tid=18139] ppid=18081 vsize=14069564 CPUtime=0.11 cores=1,3,5,7
/proc/18084/task/18139/stat : 18139 (java) S 18081 18084 4896 0 -1 1077944384 2314 12665 0 0 4 0 5 2 20 0 15 0 144948187 14407233536 87076 18446744073709551615 4194304 4196468 140728016143552 140258940578672 140259394898562 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10768384 140728016148432 140728016151217 140728016151217 140728016154575 0
[pid=18084/tid=18140] ppid=18081 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/18084/task/18140/stat : 18140 (java) S 18081 18084 4896 0 -1 1077944384 55 12665 0 0 0 0 5 2 20 0 15 0 144948187 14407233536 87076 18446744073709551615 4194304 4196468 140728016143552 140258939524704 140259394897621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10768384 140728016148432 140728016151217 140728016151217 140728016154575 0
[pid=18084/tid=18141] ppid=18081 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/18084/task/18141/stat : 18141 (java) S 18081 18084 4896 0 -1 1077944384 46 12665 0 0 0 0 5 2 20 0 15 0 144948188 14407233536 87076 18446744073709551615 4194304 4196468 140728016143552 140258938471808 140259394897621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10768384 140728016148432 140728016151217 140728016151217 140728016154575 0
[pid=18084/tid=18142] ppid=18081 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/18084/task/18142/stat : 18142 (java) S 18081 18084 4896 0 -1 1077944384 3 12665 0 0 0 0 5 2 20 0 15 0 144948190 14407233536 87076 18446744073709551615 4194304 4196468 140728016143552 140258937420112 140259394906011 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10768384 140728016148432 140728016151217 140728016151217 140728016154575 0
[pid=18084/tid=18143] ppid=18081 vsize=14069564 CPUtime=3.44 cores=1,3,5,7
/proc/18084/task/18143/stat : 18143 (java) S 18081 18084 4896 0 -1 1077944384 6377 12665 0 0 336 1 5 2 20 0 15 0 144948190 14407233536 87076 18446744073709551615 4194304 4196468 140728016143552 140258936367472 140259394898562 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10768384 140728016148432 140728016151217 140728016151217 140728016154575 0
[pid=18084/tid=18144] ppid=18081 vsize=14069564 CPUtime=3.33 cores=1,3,5,7
/proc/18084/task/18144/stat : 18144 (java) S 18081 18084 4896 0 -1 1077944384 4480 12665 0 0 324 2 5 2 20 0 15 0 144948190 14407233536 87076 18446744073709551615 4194304 4196468 140728016143552 140258867931376 140259394898562 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10768384 140728016148432 140728016151217 140728016151217 140728016154575 0
[pid=18084/tid=18145] ppid=18081 vsize=14069564 CPUtime=1.91 cores=1,3,5,7
/proc/18084/task/18145/stat : 18145 (java) S 18081 18084 4896 0 -1 1077944384 6646 12665 0 0 182 2 5 2 20 0 15 0 144948190 14407233536 87076 18446744073709551615 4194304 4196468 140728016143552 140258866878576 140259394898562 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10768384 140728016148432 140728016151217 140728016151217 140728016154575 0
[pid=18084/tid=18146] ppid=18081 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/18084/task/18146/stat : 18146 (java) S 18081 18084 4896 0 -1 1077944384 3 12665 0 0 0 0 5 2 20 0 15 0 144948190 14407233536 87076 18446744073709551615 4194304 4196468 140728016143552 140258865826016 140259394897621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10768384 140728016148432 140728016151217 140728016151217 140728016154575 0
[pid=18084/tid=18147] ppid=18081 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/18084/task/18147/stat : 18147 (java) S 18081 18084 4896 0 -1 1077944384 22 12665 0 0 0 0 5 2 20 0 15 0 144948194 14407233536 87076 18446744073709551615 4194304 4196468 140728016143552 140258864774320 140259394898562 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10768384 140728016148432 140728016151217 140728016151217 140728016154575 0
Current children cumulated CPU time (s) 14.71
Current children cumulated vsize (KiB) 14069564

[startup+12.7006 s]
/proc/loadavg: 1.50 1.45 1.41 3/212 18147
/proc/meminfo: memFree=28986676/32770624 swapFree=0/452500
[pid=18084] ppid=18081 vsize=14069564 CPUtime=21.9 cores=1,3,5,7
/proc/18084/stat : 18084 (java) S 18081 18084 4896 0 -1 1077944320 77271 12665 0 0 2160 23 5 2 20 0 15 0 144948162 14407233536 96067 18446744073709551615 4194304 4196468 140728016143552 140728016126096 140259394887415 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 10768384 140728016148432 140728016151217 140728016151217 140728016154575 0
/proc/18084/statm: 3517391 96067 3478 1 0 3506005 0
[pid=18084/tid=18134] ppid=18081 vsize=14069564 CPUtime=12.37 cores=1,3,5,7
/proc/18084/task/18134/stat : 18134 (java) R 18081 18084 4896 0 -1 4202560 46075 12665 0 0 1217 13 5 2 20 0 15 0 144948185 14407233536 96067 18446744073709551615 4194304 4196468 140728016143552 140259399121312 140259037016315 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 10768384 140728016148432 140728016151217 140728016151217 140728016154575 0
[pid=18084/tid=18135] ppid=18081 vsize=14069564 CPUtime=0.11 cores=1,3,5,7
/proc/18084/task/18135/stat : 18135 (java) S 18081 18084 4896 0 -1 1077944384 379 12665 0 0 4 0 5 2 20 0 15 0 144948186 14407233536 96067 18446744073709551615 4194304 4196468 140728016143552 140259351853712 140259394897621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10768384 140728016148432 140728016151217 140728016151217 140728016154575 0
[pid=18084/tid=18136] ppid=18081 vsize=14069564 CPUtime=0.11 cores=1,3,5,7
/proc/18084/task/18136/stat : 18136 (java) S 18081 18084 4896 0 -1 1077944384 171 12665 0 0 4 0 5 2 20 0 15 0 144948186 14407233536 96067 18446744073709551615 4194304 4196468 140728016143552 140259350800912 140259394897621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10768384 140728016148432 140728016151217 140728016151217 140728016154575 0
[pid=18084/tid=18137] ppid=18081 vsize=14069564 CPUtime=0.09 cores=1,3,5,7
/proc/18084/task/18137/stat : 18137 (java) S 18081 18084 4896 0 -1 1077944384 970 12665 0 0 2 0 5 2 20 0 15 0 144948186 14407233536 96067 18446744073709551615 4194304 4196468 140728016143552 140259349748112 140259394897621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10768384 140728016148432 140728016151217 140728016151217 140728016154575 0
[pid=18084/tid=18138] ppid=18081 vsize=14069564 CPUtime=0.1 cores=1,3,5,7
/proc/18084/task/18138/stat : 18138 (java) S 18081 18084 4896 0 -1 1077944384 289 12665 0 0 3 0 5 2 20 0 15 0 144948186 14407233536 96067 18446744073709551615 4194304 4196468 140728016143552 140259348695312 140259394897621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10768384 140728016148432 140728016151217 140728016151217 140728016154575 0
[pid=18084/tid=18139] ppid=18081 vsize=14069564 CPUtime=0.12 cores=1,3,5,7
/proc/18084/task/18139/stat : 18139 (java) S 18081 18084 4896 0 -1 1077944384 2508 12665 0 0 5 0 5 2 20 0 15 0 144948187 14407233536 96067 18446744073709551615 4194304 4196468 140728016143552 140258940578672 140259394898562 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10768384 140728016148432 140728016151217 140728016151217 140728016154575 0
[pid=18084/tid=18140] ppid=18081 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/18084/task/18140/stat : 18140 (java) S 18081 18084 4896 0 -1 1077944384 63 12665 0 0 0 0 5 2 20 0 15 0 144948187 14407233536 96067 18446744073709551615 4194304 4196468 140728016143552 140258939524704 140259394897621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10768384 140728016148432 140728016151217 140728016151217 140728016154575 0
[pid=18084/tid=18141] ppid=18081 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/18084/task/18141/stat : 18141 (java) S 18081 18084 4896 0 -1 1077944384 58 12665 0 0 0 0 5 2 20 0 15 0 144948188 14407233536 96067 18446744073709551615 4194304 4196468 140728016143552 140258938471808 140259394897621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10768384 140728016148432 140728016151217 140728016151217 140728016154575 0
[pid=18084/tid=18142] ppid=18081 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/18084/task/18142/stat : 18142 (java) S 18081 18084 4896 0 -1 1077944384 3 12665 0 0 0 0 5 2 20 0 15 0 144948190 14407233536 96067 18446744073709551615 4194304 4196468 140728016143552 140258937420112 140259394906011 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10768384 140728016148432 140728016151217 140728016151217 140728016154575 0

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

/proc/18084/task/18146/stat : 18146 (java) S 18081 18084 4896 0 -1 1077944384 3 12665 0 0 0 0 5 2 20 0 15 0 144948190 14407233536 130978 18446744073709551615 4194304 4196468 140728016143552 140258865826016 140259394897621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10768384 140728016148432 140728016151217 140728016151217 140728016154575 0
[pid=18084/tid=18147] ppid=18081 vsize=14069564 CPUtime=0.56 cores=1,3,5,7
/proc/18084/task/18147/stat : 18147 (java) S 18081 18084 4896 0 -1 1077944384 832 12665 0 0 20 29 5 2 20 0 15 0 144948194 14407233536 130978 18446744073709551615 4194304 4196468 140728016143552 140258864774320 140259394898562 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10768384 140728016148432 140728016151217 140728016151217 140728016154575 0
Current children cumulated CPU time (s) 2395.54
Current children cumulated vsize (KiB) 14069564

[startup+2442.3 s]
/proc/loadavg: 1.07 1.20 1.29 3/213 18697
/proc/meminfo: memFree=29978456/32770624 swapFree=0/453176
[pid=18084] ppid=18081 vsize=14069564 CPUtime=2455.64 cores=1,3,5,7
/proc/18084/stat : 18084 (java) S 18081 18084 4896 0 -1 1077944320 151105 12665 0 0 245469 88 5 2 20 0 15 0 144948162 14407233536 130978 18446744073709551615 4194304 4196468 140728016143552 140728016126096 140259394887415 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 10768384 140728016148432 140728016151217 140728016151217 140728016154575 0
/proc/18084/statm: 3517391 130978 3478 1 0 3506005 0
[pid=18084/tid=18134] ppid=18081 vsize=14069564 CPUtime=2438.69 cores=1,3,5,7
/proc/18084/task/18134/stat : 18134 (java) R 18081 18084 4896 0 -1 4202560 66378 12665 0 0 243841 21 5 2 20 0 15 0 144948185 14407233536 130978 18446744073709551615 4194304 4196468 140728016143552 140259399121728 140259022210413 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 10768384 140728016148432 140728016151217 140728016151217 140728016154575 0
[pid=18084/tid=18135] ppid=18081 vsize=14069564 CPUtime=1.4 cores=1,3,5,7
/proc/18084/task/18135/stat : 18135 (java) S 18081 18084 4896 0 -1 1077944384 8079 12665 0 0 124 9 5 2 20 0 15 0 144948186 14407233536 130978 18446744073709551615 4194304 4196468 140728016143552 140259351853712 140259394897621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10768384 140728016148432 140728016151217 140728016151217 140728016154575 0
[pid=18084/tid=18136] ppid=18081 vsize=14069564 CPUtime=1.38 cores=1,3,5,7
/proc/18084/task/18136/stat : 18136 (java) S 18081 18084 4896 0 -1 1077944384 4098 12665 0 0 122 9 5 2 20 0 15 0 144948186 14407233536 130978 18446744073709551615 4194304 4196468 140728016143552 140259350800912 140259394897621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10768384 140728016148432 140728016151217 140728016151217 140728016154575 0
[pid=18084/tid=18137] ppid=18081 vsize=14069564 CPUtime=1.38 cores=1,3,5,7
/proc/18084/task/18137/stat : 18137 (java) S 18081 18084 4896 0 -1 1077944384 6735 12665 0 0 123 8 5 2 20 0 15 0 144948186 14407233536 130978 18446744073709551615 4194304 4196468 140728016143552 140259349748112 140259394897621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10768384 140728016148432 140728016151217 140728016151217 140728016154575 0
[pid=18084/tid=18138] ppid=18081 vsize=14069564 CPUtime=1.38 cores=1,3,5,7
/proc/18084/task/18138/stat : 18138 (java) S 18081 18084 4896 0 -1 1077944384 4392 12665 0 0 123 8 5 2 20 0 15 0 144948186 14407233536 130978 18446744073709551615 4194304 4196468 140728016143552 140259348695312 140259394897621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10768384 140728016148432 140728016151217 140728016151217 140728016154575 0
[pid=18084/tid=18139] ppid=18081 vsize=14069564 CPUtime=1.41 cores=1,3,5,7
/proc/18084/task/18139/stat : 18139 (java) S 18081 18084 4896 0 -1 1077944384 9027 12665 0 0 126 8 5 2 20 0 15 0 144948187 14407233536 130978 18446744073709551615 4194304 4196468 140728016143552 140258940578672 140259394898562 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10768384 140728016148432 140728016151217 140728016151217 140728016154575 0
[pid=18084/tid=18140] ppid=18081 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/18084/task/18140/stat : 18140 (java) S 18081 18084 4896 0 -1 1077944384 63 12665 0 0 0 0 5 2 20 0 15 0 144948187 14407233536 130978 18446744073709551615 4194304 4196468 140728016143552 140258939524704 140259394897621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10768384 140728016148432 140728016151217 140728016151217 140728016154575 0
[pid=18084/tid=18141] ppid=18081 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/18084/task/18141/stat : 18141 (java) S 18081 18084 4896 0 -1 1077944384 58 12665 0 0 0 0 5 2 20 0 15 0 144948188 14407233536 130978 18446744073709551615 4194304 4196468 140728016143552 140258938471808 140259394897621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10768384 140728016148432 140728016151217 140728016151217 140728016154575 0
[pid=18084/tid=18142] ppid=18081 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/18084/task/18142/stat : 18142 (java) S 18081 18084 4896 0 -1 1077944384 3 12665 0 0 0 0 5 2 20 0 15 0 144948190 14407233536 130978 18446744073709551615 4194304 4196468 140728016143552 140258937420112 140259394906011 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10768384 140728016148432 140728016151217 140728016151217 140728016154575 0
[pid=18084/tid=18143] ppid=18081 vsize=14069564 CPUtime=3.87 cores=1,3,5,7
/proc/18084/task/18143/stat : 18143 (java) S 18081 18084 4896 0 -1 1077944384 21964 12665 0 0 378 2 5 2 20 0 15 0 144948190 14407233536 130978 18446744073709551615 4194304 4196468 140728016143552 140258936367472 140259394898562 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10768384 140728016148432 140728016151217 140728016151217 140728016154575 0
[pid=18084/tid=18144] ppid=18081 vsize=14069564 CPUtime=4.08 cores=1,3,5,7
/proc/18084/task/18144/stat : 18144 (java) S 18081 18084 4896 0 -1 1077944384 14411 12665 0 0 398 3 5 2 20 0 15 0 144948190 14407233536 130978 18446744073709551615 4194304 4196468 140728016143552 140258867931376 140259394898562 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10768384 140728016148432 140728016151217 140728016151217 140728016154575 0
[pid=18084/tid=18145] ppid=18081 vsize=14069564 CPUtime=1.98 cores=1,3,5,7
/proc/18084/task/18145/stat : 18145 (java) S 18081 18084 4896 0 -1 1077944384 12892 12665 0 0 189 2 5 2 20 0 15 0 144948190 14407233536 130978 18446744073709551615 4194304 4196468 140728016143552 140258866878576 140259394898562 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10768384 140728016148432 140728016151217 140728016151217 140728016154575 0
[pid=18084/tid=18146] ppid=18081 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/18084/task/18146/stat : 18146 (java) S 18081 18084 4896 0 -1 1077944384 3 12665 0 0 0 0 5 2 20 0 15 0 144948190 14407233536 130978 18446744073709551615 4194304 4196468 140728016143552 140258865826016 140259394897621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10768384 140728016148432 140728016151217 140728016151217 140728016154575 0
[pid=18084/tid=18147] ppid=18081 vsize=14069564 CPUtime=0.58 cores=1,3,5,7
/proc/18084/task/18147/stat : 18147 (java) S 18081 18084 4896 0 -1 1077944384 850 12665 0 0 21 30 5 2 20 0 15 0 144948194 14407233536 130978 18446744073709551615 4194304 4196468 140728016143552 140258864774320 140259394898562 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10768384 140728016148432 140728016151217 140728016151217 140728016154575 0
Current children cumulated CPU time (s) 2455.64
Current children cumulated vsize (KiB) 14069564

[startup+2502.3 s]
/proc/loadavg: 1.09 1.18 1.28 3/213 18699
/proc/meminfo: memFree=29976748/32770624 swapFree=0/453188
[pid=18084] ppid=18081 vsize=14069564 CPUtime=2515.75 cores=1,3,5,7
/proc/18084/stat : 18084 (java) S 18081 18084 4896 0 -1 1077944320 151333 12665 0 0 251479 89 5 2 20 0 15 0 144948162 14407233536 130978 18446744073709551615 4194304 4196468 140728016143552 140728016126096 140259394887415 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 10768384 140728016148432 140728016151217 140728016151217 140728016154575 0
/proc/18084/statm: 3517391 130978 3478 1 0 3506005 0
[pid=18084/tid=18134] ppid=18081 vsize=14069564 CPUtime=2498.6 cores=1,3,5,7
/proc/18084/task/18134/stat : 18134 (java) R 18081 18084 4896 0 -1 4202560 66590 12665 0 0 249832 21 5 2 20 0 15 0 144948185 14407233536 130978 18446744073709551615 4194304 4196468 140728016143552 140259399121648 140259037319165 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 10768384 140728016148432 140728016151217 140728016151217 140728016154575 0
[pid=18084/tid=18135] ppid=18081 vsize=14069564 CPUtime=1.44 cores=1,3,5,7
/proc/18084/task/18135/stat : 18135 (java) S 18081 18084 4896 0 -1 1077944384 8081 12665 0 0 127 10 5 2 20 0 15 0 144948186 14407233536 130978 18446744073709551615 4194304 4196468 140728016143552 140259351853712 140259394897621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10768384 140728016148432 140728016151217 140728016151217 140728016154575 0
[pid=18084/tid=18136] ppid=18081 vsize=14069564 CPUtime=1.43 cores=1,3,5,7
/proc/18084/task/18136/stat : 18136 (java) S 18081 18084 4896 0 -1 1077944384 4100 12665 0 0 126 10 5 2 20 0 15 0 144948186 14407233536 130978 18446744073709551615 4194304 4196468 140728016143552 140259350800912 140259394897621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10768384 140728016148432 140728016151217 140728016151217 140728016154575 0
[pid=18084/tid=18137] ppid=18081 vsize=14069564 CPUtime=1.42 cores=1,3,5,7
/proc/18084/task/18137/stat : 18137 (java) S 18081 18084 4896 0 -1 1077944384 6736 12665 0 0 127 8 5 2 20 0 15 0 144948186 14407233536 130978 18446744073709551615 4194304 4196468 140728016143552 140259349748112 140259394897621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10768384 140728016148432 140728016151217 140728016151217 140728016154575 0
[pid=18084/tid=18138] ppid=18081 vsize=14069564 CPUtime=1.43 cores=1,3,5,7
/proc/18084/task/18138/stat : 18138 (java) S 18081 18084 4896 0 -1 1077944384 4394 12665 0 0 127 9 5 2 20 0 15 0 144948186 14407233536 130978 18446744073709551615 4194304 4196468 140728016143552 140259348695312 140259394897621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10768384 140728016148432 140728016151217 140728016151217 140728016154575 0
[pid=18084/tid=18139] ppid=18081 vsize=14069564 CPUtime=1.44 cores=1,3,5,7
/proc/18084/task/18139/stat : 18139 (java) S 18081 18084 4896 0 -1 1077944384 9032 12665 0 0 129 8 5 2 20 0 15 0 144948187 14407233536 130978 18446744073709551615 4194304 4196468 140728016143552 140258940578672 140259394898562 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10768384 140728016148432 140728016151217 140728016151217 140728016154575 0
[pid=18084/tid=18140] ppid=18081 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/18084/task/18140/stat : 18140 (java) S 18081 18084 4896 0 -1 1077944384 63 12665 0 0 0 0 5 2 20 0 15 0 144948187 14407233536 130978 18446744073709551615 4194304 4196468 140728016143552 140258939524704 140259394897621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10768384 140728016148432 140728016151217 140728016151217 140728016154575 0
[pid=18084/tid=18141] ppid=18081 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/18084/task/18141/stat : 18141 (java) S 18081 18084 4896 0 -1 1077944384 58 12665 0 0 0 0 5 2 20 0 15 0 144948188 14407233536 130978 18446744073709551615 4194304 4196468 140728016143552 140258938471808 140259394897621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10768384 140728016148432 140728016151217 140728016151217 140728016154575 0
[pid=18084/tid=18142] ppid=18081 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/18084/task/18142/stat : 18142 (java) S 18081 18084 4896 0 -1 1077944384 3 12665 0 0 0 0 5 2 20 0 15 0 144948190 14407233536 130978 18446744073709551615 4194304 4196468 140728016143552 140258937420112 140259394906011 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10768384 140728016148432 140728016151217 140728016151217 140728016154575 0
[pid=18084/tid=18143] ppid=18081 vsize=14069564 CPUtime=3.87 cores=1,3,5,7
/proc/18084/task/18143/stat : 18143 (java) S 18081 18084 4896 0 -1 1077944384 21964 12665 0 0 378 2 5 2 20 0 15 0 144948190 14407233536 130978 18446744073709551615 4194304 4196468 140728016143552 140258936367472 140259394898562 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10768384 140728016148432 140728016151217 140728016151217 140728016154575 0
[pid=18084/tid=18144] ppid=18081 vsize=14069564 CPUtime=4.08 cores=1,3,5,7
/proc/18084/task/18144/stat : 18144 (java) S 18081 18084 4896 0 -1 1077944384 14411 12665 0 0 398 3 5 2 20 0 15 0 144948190 14407233536 130978 18446744073709551615 4194304 4196468 140728016143552 140258867931376 140259394898562 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10768384 140728016148432 140728016151217 140728016151217 140728016154575 0
[pid=18084/tid=18145] ppid=18081 vsize=14069564 CPUtime=1.98 cores=1,3,5,7
/proc/18084/task/18145/stat : 18145 (java) S 18081 18084 4896 0 -1 1077944384 12892 12665 0 0 189 2 5 2 20 0 15 0 144948190 14407233536 130978 18446744073709551615 4194304 4196468 140728016143552 140258866878576 140259394898562 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10768384 140728016148432 140728016151217 140728016151217 140728016154575 0
[pid=18084/tid=18146] ppid=18081 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/18084/task/18146/stat : 18146 (java) S 18081 18084 4896 0 -1 1077944384 3 12665 0 0 0 0 5 2 20 0 15 0 144948190 14407233536 130978 18446744073709551615 4194304 4196468 140728016143552 140258865826016 140259394897621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10768384 140728016148432 140728016151217 140728016151217 140728016154575 0
[pid=18084/tid=18147] ppid=18081 vsize=14069564 CPUtime=0.59 cores=1,3,5,7
/proc/18084/task/18147/stat : 18147 (java) S 18081 18084 4896 0 -1 1077944384 854 12665 0 0 21 31 5 2 20 0 15 0 144948194 14407233536 130978 18446744073709551615 4194304 4196468 140728016143552 140258864774320 140259394898562 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10768384 140728016148432 140728016151217 140728016151217 140728016154575 0
Current children cumulated CPU time (s) 2515.75
Current children cumulated vsize (KiB) 14069564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2506.6 s]
/proc/loadavg: 1.08 1.17 1.27 3/213 18699
/proc/meminfo: memFree=29976936/32770624 swapFree=0/453188
[pid=18084] ppid=18081 vsize=14069564 CPUtime=2520.06 cores=1,3,5,7
/proc/18084/stat : 18084 (java) S 18081 18084 4896 0 -1 1077944320 151554 12665 0 0 251910 89 5 2 20 0 15 0 144948162 14407233536 130978 18446744073709551615 4194304 4196468 140728016143552 140728016126096 140259394887415 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 10768384 140728016148432 140728016151217 140728016151217 140728016154575 0
/proc/18084/statm: 3517391 130978 3478 1 0 3506005 0
[pid=18084/tid=18134] ppid=18081 vsize=14069564 CPUtime=2502.9 cores=1,3,5,7
/proc/18084/task/18134/stat : 18134 (java) R 18081 18084 4896 0 -1 4202560 66809 12665 0 0 250262 21 5 2 20 0 15 0 144948185 14407233536 130978 18446744073709551615 4194304 4196468 140728016143552 140259399121504 140259036610956 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 10768384 140728016148432 140728016151217 140728016151217 140728016154575 0
[pid=18084/tid=18135] ppid=18081 vsize=14069564 CPUtime=1.44 cores=1,3,5,7
/proc/18084/task/18135/stat : 18135 (java) S 18081 18084 4896 0 -1 1077944384 8081 12665 0 0 127 10 5 2 20 0 15 0 144948186 14407233536 130978 18446744073709551615 4194304 4196468 140728016143552 140259351853712 140259394897621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10768384 140728016148432 140728016151217 140728016151217 140728016154575 0
[pid=18084/tid=18136] ppid=18081 vsize=14069564 CPUtime=1.43 cores=1,3,5,7
/proc/18084/task/18136/stat : 18136 (java) S 18081 18084 4896 0 -1 1077944384 4100 12665 0 0 126 10 5 2 20 0 15 0 144948186 14407233536 130978 18446744073709551615 4194304 4196468 140728016143552 140259350800912 140259394897621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10768384 140728016148432 140728016151217 140728016151217 140728016154575 0
[pid=18084/tid=18137] ppid=18081 vsize=14069564 CPUtime=1.42 cores=1,3,5,7
/proc/18084/task/18137/stat : 18137 (java) S 18081 18084 4896 0 -1 1077944384 6736 12665 0 0 127 8 5 2 20 0 15 0 144948186 14407233536 130978 18446744073709551615 4194304 4196468 140728016143552 140259349748112 140259394897621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10768384 140728016148432 140728016151217 140728016151217 140728016154575 0
[pid=18084/tid=18138] ppid=18081 vsize=14069564 CPUtime=1.43 cores=1,3,5,7
/proc/18084/task/18138/stat : 18138 (java) S 18081 18084 4896 0 -1 1077944384 4394 12665 0 0 127 9 5 2 20 0 15 0 144948186 14407233536 130978 18446744073709551615 4194304 4196468 140728016143552 140259348695312 140259394897621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10768384 140728016148432 140728016151217 140728016151217 140728016154575 0
[pid=18084/tid=18139] ppid=18081 vsize=14069564 CPUtime=1.45 cores=1,3,5,7
/proc/18084/task/18139/stat : 18139 (java) S 18081 18084 4896 0 -1 1077944384 9034 12665 0 0 130 8 5 2 20 0 15 0 144948187 14407233536 130978 18446744073709551615 4194304 4196468 140728016143552 140258940578672 140259394898562 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10768384 140728016148432 140728016151217 140728016151217 140728016154575 0
[pid=18084/tid=18140] ppid=18081 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/18084/task/18140/stat : 18140 (java) S 18081 18084 4896 0 -1 1077944384 63 12665 0 0 0 0 5 2 20 0 15 0 144948187 14407233536 130978 18446744073709551615 4194304 4196468 140728016143552 140258939524704 140259394897621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10768384 140728016148432 140728016151217 140728016151217 140728016154575 0
[pid=18084/tid=18141] ppid=18081 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/18084/task/18141/stat : 18141 (java) S 18081 18084 4896 0 -1 1077944384 58 12665 0 0 0 0 5 2 20 0 15 0 144948188 14407233536 130978 18446744073709551615 4194304 4196468 140728016143552 140258938471808 140259394897621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10768384 140728016148432 140728016151217 140728016151217 140728016154575 0
[pid=18084/tid=18142] ppid=18081 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/18084/task/18142/stat : 18142 (java) S 18081 18084 4896 0 -1 1077944384 3 12665 0 0 0 0 5 2 20 0 15 0 144948190 14407233536 130978 18446744073709551615 4194304 4196468 140728016143552 140258937420112 140259394906011 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10768384 140728016148432 140728016151217 140728016151217 140728016154575 0
[pid=18084/tid=18143] ppid=18081 vsize=14069564 CPUtime=3.87 cores=1,3,5,7
/proc/18084/task/18143/stat : 18143 (java) S 18081 18084 4896 0 -1 1077944384 21964 12665 0 0 378 2 5 2 20 0 15 0 144948190 14407233536 130978 18446744073709551615 4194304 4196468 140728016143552 140258936367472 140259394898562 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10768384 140728016148432 140728016151217 140728016151217 140728016154575 0
[pid=18084/tid=18144] ppid=18081 vsize=14069564 CPUtime=4.08 cores=1,3,5,7
/proc/18084/task/18144/stat : 18144 (java) S 18081 18084 4896 0 -1 1077944384 14411 12665 0 0 398 3 5 2 20 0 15 0 144948190 14407233536 130978 18446744073709551615 4194304 4196468 140728016143552 140258867931376 140259394898562 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10768384 140728016148432 140728016151217 140728016151217 140728016154575 0
[pid=18084/tid=18145] ppid=18081 vsize=14069564 CPUtime=1.98 cores=1,3,5,7
/proc/18084/task/18145/stat : 18145 (java) S 18081 18084 4896 0 -1 1077944384 12892 12665 0 0 189 2 5 2 20 0 15 0 144948190 14407233536 130978 18446744073709551615 4194304 4196468 140728016143552 140258866878576 140259394898562 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10768384 140728016148432 140728016151217 140728016151217 140728016154575 0
[pid=18084/tid=18146] ppid=18081 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/18084/task/18146/stat : 18146 (java) S 18081 18084 4896 0 -1 1077944384 3 12665 0 0 0 0 5 2 20 0 15 0 144948190 14407233536 130978 18446744073709551615 4194304 4196468 140728016143552 140258865826016 140259394897621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10768384 140728016148432 140728016151217 140728016151217 140728016154575 0
[pid=18084/tid=18147] ppid=18081 vsize=14069564 CPUtime=0.59 cores=1,3,5,7
/proc/18084/task/18147/stat : 18147 (java) S 18081 18084 4896 0 -1 1077944384 854 12665 0 0 21 31 5 2 20 0 15 0 144948194 14407233536 130978 18446744073709551615 4194304 4196468 140728016143552 140258864774320 140259394898562 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10768384 140728016148432 140728016151217 140728016151217 140728016154575 0
Current children cumulated CPU time (s) 2520.06
Current children cumulated vsize (KiB) 14069564

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 18084 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2506.8 s]
/proc/loadavg: 1.08 1.17 1.27 3/213 18699
/proc/meminfo: memFree=29976936/32770624 swapFree=0/453188
[pid=18084] ppid=18081 vsize=14202692 CPUtime=2520.55 cores=1,3,5,7
/proc/18084/stat : 18084 (java) S 18081 18084 4896 0 -1 1077944320 158351 12665 0 0 251958 90 5 2 20 0 17 0 144948162 14543556608 132215 18446744073709551615 4194304 4196468 140728016143552 140728016126096 140259394887415 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 9 0 0 6293624 6294260 10768384 140728016148432 140728016151217 140728016151217 140728016154575 0
/proc/18084/statm: 3550673 132215 3485 1 0 3539287 0
[pid=18084/tid=18134] ppid=18081 vsize=14202692 CPUtime=2502.91 cores=1,3,5,7
/proc/18084/task/18134/stat : 18134 (java) S 18081 18084 4896 0 -1 1077944384 67028 12665 0 0 250263 21 5 2 20 0 17 0 144948185 14543556608 132215 18446744073709551615 4194304 4196468 140728016143552 140259399130288 140259394897621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 10768384 140728016148432 140728016151217 140728016151217 140728016154575 0
[pid=18084/tid=18135] ppid=18081 vsize=14202692 CPUtime=1.54 cores=1,3,5,7
/proc/18084/task/18135/stat : 18135 (java) S 18081 18084 4896 0 -1 1077944384 8110 12665 0 0 137 10 5 2 20 0 17 0 144948186 14543556608 132215 18446744073709551615 4194304 4196468 140728016143552 140259351853712 140259394897621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10768384 140728016148432 140728016151217 140728016151217 140728016154575 0
[pid=18084/tid=18136] ppid=18081 vsize=14202692 CPUtime=1.53 cores=1,3,5,7
/proc/18084/task/18136/stat : 18136 (java) S 18081 18084 4896 0 -1 1077944384 4125 12665 0 0 136 10 5 2 20 0 17 0 144948186 14543556608 132215 18446744073709551615 4194304 4196468 140728016143552 140259350800912 140259394897621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10768384 140728016148432 140728016151217 140728016151217 140728016154575 0
[pid=18084/tid=18137] ppid=18081 vsize=14202692 CPUtime=1.52 cores=1,3,5,7
/proc/18084/task/18137/stat : 18137 (java) S 18081 18084 4896 0 -1 1077944384 6741 12665 0 0 137 8 5 2 20 0 17 0 144948186 14543556608 132215 18446744073709551615 4194304 4196468 140728016143552 140259349748112 140259394897621 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10768384 140728016148432 140728016151217 140728016151217 140728016154575 0
[pid=18084/tid=18138] ppid=18081 vsize=14202692 CPUtime=1.52 cores=1,3,5,7
/proc/18084/task/18138/stat : 18138 (java) S 18081 18084 4896 0 -1 1077944384 4402 12665 0 0 136 9 5 2 20 0 17 0 144948186 14543556608 132215 18446744073709551615 4194304 4196468 140728016143552 140259348695312 140259394897621 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10768384 140728016148432 140728016151217 140728016151217 140728016154575 0
[pid=18084/tid=18139] ppid=18081 vsize=14202692 CPUtime=1.53 cores=1,3,5,7
/proc/18084/task/18139/stat : 18139 (java) S 18081 18084 4896 0 -1 1077944384 15273 12665 0 0 138 8 5 2 20 0 17 0 144948187 14543556608 132215 18446744073709551615 4194304 4196468 140728016143552 140258940578672 140259394898562 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10768384 140728016148432 140728016151217 140728016151217 140728016154575 0
[pid=18084/tid=18140] ppid=18081 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/18084/task/18140/stat : 18140 (java) S 18081 18084 4896 0 -1 1077944384 69 12665 0 0 0 0 5 2 20 0 17 0 144948187 14543556608 132215 18446744073709551615 4194304 4196468 140728016143552 140258939524704 140259394897621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10768384 140728016148432 140728016151217 140728016151217 140728016154575 0
[pid=18084/tid=18141] ppid=18081 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/18084/task/18141/stat : 18141 (java) S 18081 18084 4896 0 -1 1077944384 60 12665 0 0 0 0 5 2 20 0 17 0 144948188 14543556608 132215 18446744073709551615 4194304 4196468 140728016143552 140258938471808 140259394897621 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10768384 140728016148432 140728016151217 140728016151217 140728016154575 0
[pid=18084/tid=18142] ppid=18081 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/18084/task/18142/stat : 18142 (java) S 18081 18084 4896 0 -1 1077944384 91 12665 0 0 0 0 5 2 20 0 17 0 144948190 14543556608 132215 18446744073709551615 4194304 4196468 140728016143552 140258937420112 140259394906011 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10768384 140728016148432 140728016151217 140728016151217 140728016154575 0
[pid=18084/tid=18143] ppid=18081 vsize=14202692 CPUtime=3.87 cores=1,3,5,7
/proc/18084/task/18143/stat : 18143 (java) S 18081 18084 4896 0 -1 1077944384 22008 12665 0 0 378 2 5 2 20 0 17 0 144948190 14543556608 132215 18446744073709551615 4194304 4196468 140728016143552 140258936367472 140259394898562 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10768384 140728016148432 140728016151217 140728016151217 140728016154575 0
[pid=18084/tid=18144] ppid=18081 vsize=14202692 CPUtime=4.08 cores=1,3,5,7
/proc/18084/task/18144/stat : 18144 (java) S 18081 18084 4896 0 -1 1077944384 14411 12665 0 0 398 3 5 2 20 0 17 0 144948190 14543556608 132215 18446744073709551615 4194304 4196468 140728016143552 140258867931376 140259394898562 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10768384 140728016148432 140728016151217 140728016151217 140728016154575 0
[pid=18084/tid=18145] ppid=18081 vsize=14202692 CPUtime=1.98 cores=1,3,5,7
/proc/18084/task/18145/stat : 18145 (java) S 18081 18084 4896 0 -1 1077944384 12910 12665 0 0 189 2 5 2 20 0 17 0 144948190 14543556608 132215 18446744073709551615 4194304 4196468 140728016143552 140258866878576 140259394898562 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10768384 140728016148432 140728016151217 140728016151217 140728016154575 0
[pid=18084/tid=18146] ppid=18081 vsize=14202692 CPUtime=0.07 cores=1,3,5,7
/proc/18084/task/18146/stat : 18146 (java) S 18081 18084 4896 0 -1 1077944384 3 12665 0 0 0 0 5 2 20 0 17 0 144948190 14543556608 132215 18446744073709551615 4194304 4196468 140728016143552 140258865826016 140259394897621 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10768384 140728016148432 140728016151217 140728016151217 140728016154575 0
[pid=18084/tid=18147] ppid=18081 vsize=14202692 CPUtime=0.59 cores=1,3,5,7
/proc/18084/task/18147/stat : 18147 (java) S 18081 18084 4896 0 -1 1077944384 854 12665 0 0 21 31 5 2 20 0 17 0 144948194 14543556608 132215 18446744073709551615 4194304 4196468 140728016143552 140258864774320 140259394898562 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10768384 140728016148432 140728016151217 140728016151217 140728016154575 0
Current children cumulated CPU time (s) 2520.55
Current children cumulated vsize (KiB) 14202692

Child status: 143
Real time (s): 2506.81
CPU time (s): 2520.58
CPU user time (s): 2519.64
CPU system time (s): 0.935917
CPU usage (%): 100.549
Max. virtual memory (cumulated for all children) (KiB): 14202692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.64
system time used= 0.935917
maximum resident set size= 586468
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 171046
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2984
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 89223
involuntary context switches= 3064

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.36267 second user time and 14.9685 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-11 13:48:09
IDJOB=4262536
IDBENCH=130608
IDSOLVER=2650
FILE ID=node132/4262536-1502452953
RUNJOBID= node132-1502411403-4960
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/QueenAttacking/QueenAttacking-xcsp2-s1/QueenAttacking-08_X2.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262536-1502452953/watcher-4262536-1502452953 -o /tmp/evaluation-result-4262536-1502452953/solver-4262536-1502452953 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502411403-4960 --watchdog 2580  bin/concrete HOME/instance-4262536-1502452953.xml

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

MD5SUM BENCH= 01373ebb4a146089a71bb04c36ed4f3a
RANDOM SEED=335638507

node132.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.74
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.74
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.74
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.74
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:        29418384 kB
MemAvailable:   30281116 kB
Buffers:          296684 kB
Cached:           876452 kB
SwapCached:            0 kB
Active:          2415708 kB
Inactive:         501164 kB
Active(anon):    1744700 kB
Inactive(anon):    49012 kB
Active(file):     671008 kB
Inactive(file):   452152 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24016 kB
Writeback:             0 kB
AnonPages:       1755876 kB
Mapped:            72364 kB
Shmem:             49852 kB
Slab:             138224 kB
SReclaimable:     110816 kB
SUnreclaim:        27408 kB
KernelStack:        3744 kB
PageTables:         9036 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2421060 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1527808 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61984 MiB
End job on node132 at 2017-08-11 14:29:56