Trace number 4261825

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) 2521.3701 2484.4199

General information on the benchmark

NameBinPacking/
BinPacking-mdd-ft/BinPacking-mdd-ft120-15.xml
MD5SUMb641d135752528099b6bd819b25278f3
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark2400.08
Satisfiable
(Un)Satisfiability was proved
Number of variables142
Number of constraints50
Number of domains2
Minimum domain size48
Maximum domain size82
Distribution of domain sizes[{"size":48,"count":1},{"size":82,"count":141}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":94},{"degree":4,"count":47}]
Minimum constraint arity3
Maximum constraint arity141
Distribution of constraint arities[{"arity":3,"count":47},{"arity":48,"count":1},{"arity":141,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"mdd","count":47},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

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

pid=28319
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.96 2.06 2.17 2/199 28322
/proc/meminfo: memFree=25644948/32770624 swapFree=0/468196
[pid=28322] ppid=28319 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/28322/stat : 28322 (runsolver) D 28319 28322 13007 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 88865692 24240128 106 18446744073709551615 4194304 4338465 140732152941104 140732152938744 140491224203991 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 14983168 140732152942800 140732152943177 140732152943177 140732152946634 0
/proc/28322/statm: 5918 106 53 36 0 2156 0

[startup+0.100058 s]
/proc/loadavg: 1.96 2.06 2.17 2/199 28322
/proc/meminfo: memFree=25644948/32770624 swapFree=0/468196
[pid=28322] ppid=28319 vsize=9508 CPUtime=0 cores=1,3,5,7
/proc/28322/stat : 28322 (bash) S 28319 28322 13007 0 -1 4202496 682 1542 0 0 0 0 0 0 20 0 1 0 88865692 9736192 351 18446744073709551615 4194304 5098028 140723982164320 140723982161960 140009715371008 0 0 5 65536 18446744071580971376 0 0 17 3 0 0 9 0 0 7196144 7232144 19984384 140723982168596 140723982168681 140723982168681 140723982172138 0
/proc/28322/statm: 2377 351 278 221 0 86 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9508

[startup+0.200257 s]
/proc/loadavg: 1.96 2.06 2.17 2/199 28322
/proc/meminfo: memFree=25644948/32770624 swapFree=0/468196
[pid=28322] ppid=28319 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/28322/stat : 28322 (bash) S 28319 28322 13007 0 -1 4202496 891 6484 0 0 0 0 0 1 20 0 1 0 88865692 9867264 377 18446744073709551615 4194304 5098028 140723982164320 140723982158328 140009715371008 0 0 5 65536 18446744071580971376 0 0 17 7 0 0 9 0 0 7196144 7232144 19984384 140723982168596 140723982168681 140723982168681 140723982172138 0
/proc/28322/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300342 s]
/proc/loadavg: 1.96 2.06 2.17 2/199 28322
/proc/meminfo: memFree=25644948/32770624 swapFree=0/468196
[pid=28322] ppid=28319 vsize=13907308 CPUtime=0.13 cores=1,3,5,7
/proc/28322/stat : 28322 (java) S 28319 28322 13007 0 -1 1077944320 5492 12443 0 0 5 0 5 3 20 0 14 0 88865692 14241083392 5167 18446744073709551615 4194304 4196468 140735818929632 140735818912176 140547729501943 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 16388096 140735818938320 140735818941105 140735818941105 140735818944463 0
/proc/28322/statm: 3476827 5167 2547 1 0 3466324 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 13907308

[startup+0.700553 s]
/proc/loadavg: 1.96 2.06 2.17 2/199 28322
/proc/meminfo: memFree=25644948/32770624 swapFree=0/468196
[pid=28322] ppid=28319 vsize=13974784 CPUtime=0.69 cores=1,3,5,7
/proc/28322/stat : 28322 (java) S 28319 28322 13007 0 -1 1077944320 13570 12443 0 0 58 3 5 3 20 0 15 0 88865692 14310178816 14981 18446744073709551615 4194304 4196468 140735818929632 140735818912176 140547729501943 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 16388096 140735818938320 140735818941105 140735818941105 140735818944463 0
/proc/28322/statm: 3493696 14981 3111 1 0 3482965 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 13974784

[startup+1.50419 s]
/proc/loadavg: 2.04 2.08 2.17 3/214 28385
/proc/meminfo: memFree=25549484/32770624 swapFree=0/468196
[pid=28322] ppid=28319 vsize=13985408 CPUtime=1.94 cores=1,3,5,7
/proc/28322/stat : 28322 (java) S 28319 28322 13007 0 -1 1077944320 28667 12443 0 0 176 10 5 3 20 0 15 0 88865692 14321057792 43092 18446744073709551615 4194304 4196468 140735818929632 140735818912176 140547729501943 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 16388096 140735818938320 140735818941105 140735818941105 140735818944463 0
/proc/28322/statm: 3496352 43092 3363 1 0 3485525 0
[pid=28322/tid=28372] ppid=28319 vsize=13985408 CPUtime=1.29 cores=1,3,5,7
/proc/28322/task/28372/stat : 28372 (java) S 28319 28322 13007 0 -1 1077944384 21773 12443 0 0 115 6 5 3 20 0 15 0 88865715 14321057792 43092 18446744073709551615 4194304 4196468 140735818929632 140547733724480 140547729512149 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 2 0 0 6293624 6294260 16388096 140735818938320 140735818941105 140735818941105 140735818944463 0
[pid=28322/tid=28373] ppid=28319 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/28322/task/28373/stat : 28373 (java) R 28319 28322 13007 0 -1 4202560 44 12443 0 0 0 0 5 3 20 0 15 0 88865715 14321057792 43092 18446744073709551615 4194304 4196468 140735818929632 140547648916368 140547722604929 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16388096 140735818938320 140735818941105 140735818941105 140735818944463 0
[pid=28322/tid=28374] ppid=28319 vsize=13985408 CPUtime=0.09 cores=1,3,5,7
/proc/28322/task/28374/stat : 28374 (java) R 28319 28322 13007 0 -1 4202560 53 12443 0 0 1 0 5 3 20 0 15 0 88865715 14321057792 43092 18446744073709551615 4194304 4196468 140735818929632 140547647863568 140547722604972 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16388096 140735818938320 140735818941105 140735818941105 140735818944463 0
[pid=28322/tid=28375] ppid=28319 vsize=13985408 CPUtime=0.09 cores=1,3,5,7
/proc/28322/task/28375/stat : 28375 (java) R 28319 28322 13007 0 -1 4202560 201 12443 0 0 1 0 5 3 20 0 15 0 88865715 14321057792 43092 18446744073709551615 4194304 4196468 140735818929632 140547646811280 140547722130151 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16388096 140735818938320 140735818941105 140735818941105 140735818944463 0
[pid=28322/tid=28376] ppid=28319 vsize=13985408 CPUtime=0.09 cores=1,3,5,7
/proc/28322/task/28376/stat : 28376 (java) R 28319 28322 13007 0 -1 4202560 59 12443 0 0 1 0 5 3 20 0 15 0 88865715 14321057792 43092 18446744073709551615 4194304 4196468 140735818929632 140547645758600 140547722130151 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16388096 140735818938320 140735818941105 140735818941105 140735818944463 0
[pid=28322/tid=28377] ppid=28319 vsize=13985408 CPUtime=0.09 cores=1,3,5,7
/proc/28322/task/28377/stat : 28377 (java) S 28319 28322 13007 0 -1 1077944384 1155 12443 0 0 1 0 5 3 20 0 15 0 88865717 14321057792 43092 18446744073709551615 4194304 4196468 140735818929632 140547206927008 140547729512149 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16388096 140735818938320 140735818941105 140735818941105 140735818944463 0
[pid=28322/tid=28378] ppid=28319 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/28322/task/28378/stat : 28378 (java) S 28319 28322 13007 0 -1 1077944384 33 12443 0 0 0 0 5 3 20 0 15 0 88865717 14321057792 43092 18446744073709551615 4194304 4196468 140735818929632 140547205874464 140547729512149 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16388096 140735818938320 140735818941105 140735818941105 140735818944463 0
[pid=28322/tid=28379] ppid=28319 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/28322/task/28379/stat : 28379 (java) S 28319 28322 13007 0 -1 1077944384 21 12443 0 0 0 0 5 3 20 0 15 0 88865717 14321057792 43092 18446744073709551615 4194304 4196468 140735818929632 140547204822128 140547729512149 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16388096 140735818938320 140735818941105 140735818941105 140735818944463 0
[pid=28322/tid=28380] ppid=28319 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/28322/task/28380/stat : 28380 (java) S 28319 28322 13007 0 -1 1077944384 3 12443 0 0 0 0 5 3 20 0 15 0 88865720 14321057792 43092 18446744073709551615 4194304 4196468 140735818929632 140547203770448 140547729520539 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16388096 140735818938320 140735818941105 140735818941105 140735818944463 0
[pid=28322/tid=28381] ppid=28319 vsize=13985408 CPUtime=0.23 cores=1,3,5,7
/proc/28322/task/28381/stat : 28381 (java) S 28319 28322 13007 0 -1 1077944384 737 12443 0 0 15 0 5 3 20 0 15 0 88865720 14321057792 43092 18446744073709551615 4194304 4196468 140735818929632 140547202718320 140547729513090 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16388096 140735818938320 140735818941105 140735818941105 140735818944463 0
[pid=28322/tid=28382] ppid=28319 vsize=13985408 CPUtime=0.26 cores=1,3,5,7
/proc/28322/task/28382/stat : 28382 (java) S 28319 28322 13007 0 -1 1077944384 1138 12443 0 0 18 0 5 3 20 0 15 0 88865720 14321057792 43092 18446744073709551615 4194304 4196468 140735818929632 140547201665520 140547729513090 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16388096 140735818938320 140735818941105 140735818941105 140735818944463 0
[pid=28322/tid=28383] ppid=28319 vsize=13985408 CPUtime=0.3 cores=1,3,5,7
/proc/28322/task/28383/stat : 28383 (java) S 28319 28322 13007 0 -1 1077944384 1286 12443 0 0 22 0 5 3 20 0 15 0 88865720 14321057792 43092 18446744073709551615 4194304 4196468 140735818929632 140547200609104 140547729512149 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16388096 140735818938320 140735818941105 140735818941105 140735818944463 0
[pid=28322/tid=28384] ppid=28319 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/28322/task/28384/stat : 28384 (java) S 28319 28322 13007 0 -1 1077944384 3 12443 0 0 0 0 5 3 20 0 15 0 88865720 14321057792 43092 18446744073709551615 4194304 4196468 140735818929632 140547199560672 140547729512149 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16388096 140735818938320 140735818941105 140735818941105 140735818944463 0
[pid=28322/tid=28385] ppid=28319 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/28322/task/28385/stat : 28385 (java) S 28319 28322 13007 0 -1 1077944384 10 12443 0 0 0 0 5 3 20 0 15 0 88865723 14321057792 43092 18446744073709551615 4194304 4196468 140735818929632 140547198507440 140547729513090 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16388096 140735818938320 140735818941105 140735818941105 140735818944463 0
Current children cumulated CPU time (s) 1.94
Current children cumulated vsize (KiB) 13985408

[startup+3.10071 s]
/proc/loadavg: 2.04 2.08 2.17 4/214 28385
/proc/meminfo: memFree=25473084/32770624 swapFree=0/468180
[pid=28322] ppid=28319 vsize=13997884 CPUtime=5.9 cores=1,3,5,7
/proc/28322/stat : 28322 (java) S 28319 28322 13007 0 -1 1077944320 47475 12443 0 0 565 17 5 3 20 0 15 0 88865692 14333833216 73629 18446744073709551615 4194304 4196468 140735818929632 140735818912176 140547729501943 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 16388096 140735818938320 140735818941105 140735818941105 140735818944463 0
/proc/28322/statm: 3499471 73629 3453 1 0 3488085 0
[pid=28322/tid=28372] ppid=28319 vsize=13997884 CPUtime=2.86 cores=1,3,5,7
/proc/28322/task/28372/stat : 28372 (java) R 28319 28322 13007 0 -1 4202560 33991 12443 0 0 268 10 5 3 20 0 15 0 88865715 14333833216 73629 18446744073709551615 4194304 4196468 140735818929632 140547733733728 140547327264200 0 4 1 16800974 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 16388096 140735818938320 140735818941105 140735818941105 140735818944463 0
[pid=28322/tid=28373] ppid=28319 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/28322/task/28373/stat : 28373 (java) S 28319 28322 13007 0 -1 1077944384 51 12443 0 0 1 0 5 3 20 0 15 0 88865715 14333833216 73629 18446744073709551615 4194304 4196468 140735818929632 140547648916368 140547729512149 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16388096 140735818938320 140735818941105 140735818941105 140735818944463 0
[pid=28322/tid=28374] ppid=28319 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/28322/task/28374/stat : 28374 (java) S 28319 28322 13007 0 -1 1077944384 81 12443 0 0 1 0 5 3 20 0 15 0 88865715 14333833216 73629 18446744073709551615 4194304 4196468 140735818929632 140547647863568 140547729512149 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16388096 140735818938320 140735818941105 140735818941105 140735818944463 0
[pid=28322/tid=28375] ppid=28319 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/28322/task/28375/stat : 28375 (java) S 28319 28322 13007 0 -1 1077944384 273 12443 0 0 1 0 5 3 20 0 15 0 88865715 14333833216 73629 18446744073709551615 4194304 4196468 140735818929632 140547646811280 140547729512149 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16388096 140735818938320 140735818941105 140735818941105 140735818944463 0
[pid=28322/tid=28376] ppid=28319 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/28322/task/28376/stat : 28376 (java) S 28319 28322 13007 0 -1 1077944384 66 12443 0 0 1 0 5 3 20 0 15 0 88865715 14333833216 73629 18446744073709551615 4194304 4196468 140735818929632 140547645758480 140547729512149 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16388096 140735818938320 140735818941105 140735818941105 140735818944463 0
[pid=28322/tid=28377] ppid=28319 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/28322/task/28377/stat : 28377 (java) S 28319 28322 13007 0 -1 1077944384 1204 12443 0 0 1 0 5 3 20 0 15 0 88865717 14333833216 73629 18446744073709551615 4194304 4196468 140735818929632 140547206928496 140547729513090 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16388096 140735818938320 140735818941105 140735818941105 140735818944463 0
[pid=28322/tid=28378] ppid=28319 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/28322/task/28378/stat : 28378 (java) S 28319 28322 13007 0 -1 1077944384 55 12443 0 0 0 0 5 3 20 0 15 0 88865717 14333833216 73629 18446744073709551615 4194304 4196468 140735818929632 140547205874528 140547729512149 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16388096 140735818938320 140735818941105 140735818941105 140735818944463 0
[pid=28322/tid=28379] ppid=28319 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/28322/task/28379/stat : 28379 (java) S 28319 28322 13007 0 -1 1077944384 42 12443 0 0 0 0 5 3 20 0 15 0 88865717 14333833216 73629 18446744073709551615 4194304 4196468 140735818929632 140547204822144 140547729512149 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16388096 140735818938320 140735818941105 140735818941105 140735818944463 0
[pid=28322/tid=28380] ppid=28319 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/28322/task/28380/stat : 28380 (java) S 28319 28322 13007 0 -1 1077944384 3 12443 0 0 0 0 5 3 20 0 15 0 88865720 14333833216 73629 18446744073709551615 4194304 4196468 140735818929632 140547203770448 140547729520539 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16388096 140735818938320 140735818941105 140735818941105 140735818944463 0
[pid=28322/tid=28381] ppid=28319 vsize=13997884 CPUtime=0.95 cores=1,3,5,7
/proc/28322/task/28381/stat : 28381 (java) R 28319 28322 13007 0 -1 4202560 1644 12443 0 0 86 1 5 3 20 0 15 0 88865720 14333833216 73629 18446744073709551615 4194304 4196468 140735818929632 140547202718320 140547708935008 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16388096 140735818938320 140735818941105 140735818941105 140735818944463 0
[pid=28322/tid=28382] ppid=28319 vsize=13997884 CPUtime=1.22 cores=1,3,5,7
/proc/28322/task/28382/stat : 28382 (java) S 28319 28322 13007 0 -1 1077944384 4827 12443 0 0 113 1 5 3 20 0 15 0 88865720 14333833216 73629 18446744073709551615 4194304 4196468 140735818929632 140547201665520 140547729513090 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16388096 140735818938320 140735818941105 140735818941105 140735818944463 0
[pid=28322/tid=28383] ppid=28319 vsize=13997884 CPUtime=0.96 cores=1,3,5,7
/proc/28322/task/28383/stat : 28383 (java) S 28319 28322 13007 0 -1 1077944384 3073 12443 0 0 87 1 5 3 20 0 15 0 88865720 14333833216 73629 18446744073709551615 4194304 4196468 140735818929632 140547200613232 140547729513090 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16388096 140735818938320 140735818941105 140735818941105 140735818944463 0
[pid=28322/tid=28384] ppid=28319 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/28322/task/28384/stat : 28384 (java) S 28319 28322 13007 0 -1 1077944384 3 12443 0 0 0 0 5 3 20 0 15 0 88865720 14333833216 73629 18446744073709551615 4194304 4196468 140735818929632 140547199560672 140547729512149 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16388096 140735818938320 140735818941105 140735818941105 140735818944463 0
[pid=28322/tid=28385] ppid=28319 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/28322/task/28385/stat : 28385 (java) S 28319 28322 13007 0 -1 1077944384 11 12443 0 0 0 0 5 3 20 0 15 0 88865723 14333833216 73629 18446744073709551615 4194304 4196468 140735818929632 140547198507440 140547729513090 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16388096 140735818938320 140735818941105 140735818941105 140735818944463 0
Current children cumulated CPU time (s) 5.9
Current children cumulated vsize (KiB) 13997884

[startup+6.30156 s]
/proc/loadavg: 2.04 2.08 2.17 3/214 28385
/proc/meminfo: memFree=25172468/32770624 swapFree=0/468180
[pid=28322] ppid=28319 vsize=14069564 CPUtime=15.11 cores=1,3,5,7
/proc/28322/stat : 28322 (java) S 28319 28322 13007 0 -1 1077944320 73058 12443 0 0 1471 32 5 3 20 0 15 0 88865692 14407233536 139447 18446744073709551615 4194304 4196468 140735818929632 140735818912176 140547729501943 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 16388096 140735818938320 140735818941105 140735818941105 140735818944463 0
/proc/28322/statm: 3517391 139447 3474 1 0 3506005 0
[pid=28322/tid=28372] ppid=28319 vsize=14069564 CPUtime=5.94 cores=1,3,5,7
/proc/28322/task/28372/stat : 28372 (java) R 28319 28322 13007 0 -1 4202560 44822 12443 0 0 570 16 5 3 20 0 15 0 88865715 14407233536 139447 18446744073709551615 4194304 4196468 140735818929632 140547733732824 140547333230235 0 4 1 16800974 0 0 0 -1 7 0 0 2 0 0 6293624 6294260 16388096 140735818938320 140735818941105 140735818941105 140735818944463 0
[pid=28322/tid=28373] ppid=28319 vsize=14069564 CPUtime=0.15 cores=1,3,5,7
/proc/28322/task/28373/stat : 28373 (java) S 28319 28322 13007 0 -1 1077944384 135 12443 0 0 6 1 5 3 20 0 15 0 88865715 14407233536 139447 18446744073709551615 4194304 4196468 140735818929632 140547648916368 140547729512149 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16388096 140735818938320 140735818941105 140735818941105 140735818944463 0
[pid=28322/tid=28374] ppid=28319 vsize=14069564 CPUtime=0.16 cores=1,3,5,7
/proc/28322/task/28374/stat : 28374 (java) S 28319 28322 13007 0 -1 1077944384 221 12443 0 0 7 1 5 3 20 0 15 0 88865715 14407233536 139447 18446744073709551615 4194304 4196468 140735818929632 140547647863568 140547729512149 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16388096 140735818938320 140735818941105 140735818941105 140735818944463 0
[pid=28322/tid=28375] ppid=28319 vsize=14069564 CPUtime=0.16 cores=1,3,5,7
/proc/28322/task/28375/stat : 28375 (java) S 28319 28322 13007 0 -1 1077944384 400 12443 0 0 7 1 5 3 20 0 15 0 88865715 14407233536 139447 18446744073709551615 4194304 4196468 140735818929632 140547646811280 140547729512149 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16388096 140735818938320 140735818941105 140735818941105 140735818944463 0
[pid=28322/tid=28376] ppid=28319 vsize=14069564 CPUtime=0.16 cores=1,3,5,7
/proc/28322/task/28376/stat : 28376 (java) S 28319 28322 13007 0 -1 1077944384 508 12443 0 0 7 1 5 3 20 0 15 0 88865715 14407233536 139447 18446744073709551615 4194304 4196468 140735818929632 140547645758480 140547729512149 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16388096 140735818938320 140735818941105 140735818941105 140735818944463 0
[pid=28322/tid=28377] ppid=28319 vsize=14069564 CPUtime=0.12 cores=1,3,5,7
/proc/28322/task/28377/stat : 28377 (java) S 28319 28322 13007 0 -1 1077944384 2350 12443 0 0 4 0 5 3 20 0 15 0 88865717 14407233536 139447 18446744073709551615 4194304 4196468 140735818929632 140547206928496 140547729513090 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16388096 140735818938320 140735818941105 140735818941105 140735818944463 0
[pid=28322/tid=28378] ppid=28319 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/28322/task/28378/stat : 28378 (java) S 28319 28322 13007 0 -1 1077944384 63 12443 0 0 0 0 5 3 20 0 15 0 88865717 14407233536 139447 18446744073709551615 4194304 4196468 140735818929632 140547205874528 140547729512149 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16388096 140735818938320 140735818941105 140735818941105 140735818944463 0
[pid=28322/tid=28379] ppid=28319 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/28322/task/28379/stat : 28379 (java) S 28319 28322 13007 0 -1 1077944384 52 12443 0 0 0 0 5 3 20 0 15 0 88865717 14407233536 139447 18446744073709551615 4194304 4196468 140735818929632 140547204822144 140547729512149 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16388096 140735818938320 140735818941105 140735818941105 140735818944463 0
[pid=28322/tid=28380] ppid=28319 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/28322/task/28380/stat : 28380 (java) S 28319 28322 13007 0 -1 1077944384 3 12443 0 0 0 0 5 3 20 0 15 0 88865720 14407233536 139447 18446744073709551615 4194304 4196468 140735818929632 140547203770448 140547729520539 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16388096 140735818938320 140735818941105 140735818941105 140735818944463 0
[pid=28322/tid=28381] ppid=28319 vsize=14069564 CPUtime=3.5 cores=1,3,5,7
/proc/28322/task/28381/stat : 28381 (java) R 28319 28322 13007 0 -1 4202560 5278 12443 0 0 340 2 5 3 20 0 15 0 88865720 14407233536 139447 18446744073709551615 4194304 4196468 140735818929632 140547202703632 140547714625525 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16388096 140735818938320 140735818941105 140735818941105 140735818944463 0
[pid=28322/tid=28382] ppid=28319 vsize=14069564 CPUtime=3.74 cores=1,3,5,7
/proc/28322/task/28382/stat : 28382 (java) R 28319 28322 13007 0 -1 4202560 8568 12443 0 0 364 2 5 3 20 0 15 0 88865720 14407233536 139447 18446744073709551615 4194304 4196468 140735818929632 140547201652368 140547713894451 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16388096 140735818938320 140735818941105 140735818941105 140735818944463 0
[pid=28322/tid=28383] ppid=28319 vsize=14069564 CPUtime=1.7 cores=1,3,5,7
/proc/28322/task/28383/stat : 28383 (java) S 28319 28322 13007 0 -1 1077944384 8325 12443 0 0 160 2 5 3 20 0 15 0 88865720 14407233536 139447 18446744073709551615 4194304 4196468 140735818929632 140547200613232 140547729513090 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16388096 140735818938320 140735818941105 140735818941105 140735818944463 0
[pid=28322/tid=28384] ppid=28319 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/28322/task/28384/stat : 28384 (java) S 28319 28322 13007 0 -1 1077944384 3 12443 0 0 0 0 5 3 20 0 15 0 88865720 14407233536 139447 18446744073709551615 4194304 4196468 140735818929632 140547199560672 140547729512149 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16388096 140735818938320 140735818941105 140735818941105 140735818944463 0
[pid=28322/tid=28385] ppid=28319 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/28322/task/28385/stat : 28385 (java) S 28319 28322 13007 0 -1 1077944384 179 12443 0 0 0 0 5 3 20 0 15 0 88865723 14407233536 139447 18446744073709551615 4194304 4196468 140735818929632 140547198507440 140547729513090 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16388096 140735818938320 140735818941105 140735818941105 140735818944463 0
Current children cumulated CPU time (s) 15.11
Current children cumulated vsize (KiB) 14069564

[startup+12.7007 s]
/proc/loadavg: 2.41 2.16 2.20 3/214 28385
/proc/meminfo: memFree=24574108/32770624 swapFree=0/468184
[pid=28322] ppid=28319 vsize=14069564 CPUtime=24.43 cores=1,3,5,7
/proc/28322/stat : 28322 (java) S 28319 28322 13007 0 -1 1077944320 80223 12443 0 0 2384 51 5 3 20 0 15 0 88865692 14407233536 327572 18446744073709551615 4194304 4196468 140735818929632 140735818912176 140547729501943 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 16388096 140735818938320 140735818941105 140735818941105 140735818944463 0
/proc/28322/statm: 3517391 327572 3482 1 0 3506005 0
[pid=28322/tid=28372] ppid=28319 vsize=14069564 CPUtime=12.26 cores=1,3,5,7
/proc/28322/task/28372/stat : 28372 (java) R 28319 28322 13007 0 -1 4202560 46358 12443 0 0 1192 26 5 3 20 0 15 0 88865715 14407233536 327572 18446744073709551615 4194304 4196468 140735818929632 140547733733328 140547332430695 0 4 1 16800974 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 16388096 140735818938320 140735818941105 140735818941105 140735818944463 0
[pid=28322/tid=28373] ppid=28319 vsize=14069564 CPUtime=0.22 cores=1,3,5,7
/proc/28322/task/28373/stat : 28373 (java) S 28319 28322 13007 0 -1 1077944384 199 12443 0 0 10 4 5 3 20 0 15 0 88865715 14407233536 327572 18446744073709551615 4194304 4196468 140735818929632 140547648916368 140547729512149 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16388096 140735818938320 140735818941105 140735818941105 140735818944463 0
[pid=28322/tid=28374] ppid=28319 vsize=14069564 CPUtime=0.23 cores=1,3,5,7
/proc/28322/task/28374/stat : 28374 (java) S 28319 28322 13007 0 -1 1077944384 304 12443 0 0 12 3 5 3 20 0 15 0 88865715 14407233536 327572 18446744073709551615 4194304 4196468 140735818929632 140547647863568 140547729512149 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16388096 140735818938320 140735818941105 140735818941105 140735818944463 0
[pid=28322/tid=28375] ppid=28319 vsize=14069564 CPUtime=0.22 cores=1,3,5,7
/proc/28322/task/28375/stat : 28375 (java) S 28319 28322 13007 0 -1 1077944384 811 12443 0 0 11 3 5 3 20 0 15 0 88865715 14407233536 327572 18446744073709551615 4194304 4196468 140735818929632 140547646811280 140547729512149 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16388096 140735818938320 140735818941105 140735818941105 140735818944463 0
[pid=28322/tid=28376] ppid=28319 vsize=14069564 CPUtime=0.22 cores=1,3,5,7
/proc/28322/task/28376/stat : 28376 (java) S 28319 28322 13007 0 -1 1077944384 556 12443 0 0 11 3 5 3 20 0 15 0 88865715 14407233536 327572 18446744073709551615 4194304 4196468 140735818929632 140547645758480 140547729512149 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16388096 140735818938320 140735818941105 140735818941105 140735818944463 0
[pid=28322/tid=28377] ppid=28319 vsize=14069564 CPUtime=0.13 cores=1,3,5,7
/proc/28322/task/28377/stat : 28377 (java) S 28319 28322 13007 0 -1 1077944384 2862 12443 0 0 5 0 5 3 20 0 15 0 88865717 14407233536 327572 18446744073709551615 4194304 4196468 140735818929632 140547206928496 140547729513090 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16388096 140735818938320 140735818941105 140735818941105 140735818944463 0
[pid=28322/tid=28378] ppid=28319 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/28322/task/28378/stat : 28378 (java) S 28319 28322 13007 0 -1 1077944384 63 12443 0 0 0 0 5 3 20 0 15 0 88865717 14407233536 327572 18446744073709551615 4194304 4196468 140735818929632 140547205874528 140547729512149 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16388096 140735818938320 140735818941105 140735818941105 140735818944463 0
[pid=28322/tid=28379] ppid=28319 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/28322/task/28379/stat : 28379 (java) S 28319 28322 13007 0 -1 1077944384 52 12443 0 0 0 0 5 3 20 0 15 0 88865717 14407233536 327572 18446744073709551615 4194304 4196468 140735818929632 140547204822144 140547729512149 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16388096 140735818938320 140735818941105 140735818941105 140735818944463 0
[pid=28322/tid=28380] ppid=28319 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/28322/task/28380/stat : 28380 (java) S 28319 28322 13007 0 -1 1077944384 3 12443 0 0 0 0 5 3 20 0 15 0 88865720 14407233536 327572 18446744073709551615 4194304 4196468 140735818929632 140547203770448 140547729520539 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16388096 140735818938320 140735818941105 140735818941105 140735818944463 0

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

/proc/28322/statm: 3517391 1068707 3483 1 0 3506005 0
[pid=28322/tid=28372] ppid=28319 vsize=14069564 CPUtime=2314.48 cores=1,3,5,7
/proc/28322/task/28372/stat : 28372 (java) R 28319 28322 13007 0 -1 4202560 294436 12443 0 0 231334 106 5 3 20 0 15 0 88865715 14407233536 1068707 18446744073709551615 4194304 4196468 140735818929632 140547733736272 140547329942142 0 4 1 16800974 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 16388096 140735818938320 140735818941105 140735818941105 140735818944463 0
[pid=28322/tid=28373] ppid=28319 vsize=14069564 CPUtime=6.89 cores=1,3,5,7
/proc/28322/task/28373/stat : 28373 (java) S 28319 28322 13007 0 -1 1077944384 22928 12443 0 0 618 63 5 3 20 0 15 0 88865715 14407233536 1068707 18446744073709551615 4194304 4196468 140735818929632 140547648916368 140547729512149 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16388096 140735818938320 140735818941105 140735818941105 140735818944463 0
[pid=28322/tid=28374] ppid=28319 vsize=14069564 CPUtime=6.89 cores=1,3,5,7
/proc/28322/task/28374/stat : 28374 (java) S 28319 28322 13007 0 -1 1077944384 28318 12443 0 0 618 63 5 3 20 0 15 0 88865715 14407233536 1068707 18446744073709551615 4194304 4196468 140735818929632 140547647863568 140547729512149 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16388096 140735818938320 140735818941105 140735818941105 140735818944463 0
[pid=28322/tid=28375] ppid=28319 vsize=14069564 CPUtime=6.9 cores=1,3,5,7
/proc/28322/task/28375/stat : 28375 (java) S 28319 28322 13007 0 -1 1077944384 23098 12443 0 0 618 64 5 3 20 0 15 0 88865715 14407233536 1068707 18446744073709551615 4194304 4196468 140735818929632 140547646811280 140547729512149 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16388096 140735818938320 140735818941105 140735818941105 140735818944463 0
[pid=28322/tid=28376] ppid=28319 vsize=14069564 CPUtime=6.9 cores=1,3,5,7
/proc/28322/task/28376/stat : 28376 (java) S 28319 28322 13007 0 -1 1077944384 24830 12443 0 0 617 65 5 3 20 0 15 0 88865715 14407233536 1068707 18446744073709551615 4194304 4196468 140735818929632 140547645758480 140547729512149 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16388096 140735818938320 140735818941105 140735818941105 140735818944463 0
[pid=28322/tid=28377] ppid=28319 vsize=14069564 CPUtime=0.83 cores=1,3,5,7
/proc/28322/task/28377/stat : 28377 (java) S 28319 28322 13007 0 -1 1077944384 29341 12443 0 0 61 14 5 3 20 0 15 0 88865717 14407233536 1068707 18446744073709551615 4194304 4196468 140735818929632 140547206928496 140547729513090 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16388096 140735818938320 140735818941105 140735818941105 140735818944463 0
[pid=28322/tid=28378] ppid=28319 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/28322/task/28378/stat : 28378 (java) S 28319 28322 13007 0 -1 1077944384 63 12443 0 0 0 0 5 3 20 0 15 0 88865717 14407233536 1068707 18446744073709551615 4194304 4196468 140735818929632 140547205874528 140547729512149 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16388096 140735818938320 140735818941105 140735818941105 140735818944463 0
[pid=28322/tid=28379] ppid=28319 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/28322/task/28379/stat : 28379 (java) S 28319 28322 13007 0 -1 1077944384 52 12443 0 0 0 0 5 3 20 0 15 0 88865717 14407233536 1068707 18446744073709551615 4194304 4196468 140735818929632 140547204822144 140547729512149 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16388096 140735818938320 140735818941105 140735818941105 140735818944463 0
[pid=28322/tid=28380] ppid=28319 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/28322/task/28380/stat : 28380 (java) S 28319 28322 13007 0 -1 1077944384 3 12443 0 0 0 0 5 3 20 0 15 0 88865720 14407233536 1068707 18446744073709551615 4194304 4196468 140735818929632 140547203770448 140547729520539 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16388096 140735818938320 140735818941105 140735818941105 140735818944463 0
[pid=28322/tid=28381] ppid=28319 vsize=14069564 CPUtime=5.17 cores=1,3,5,7
/proc/28322/task/28381/stat : 28381 (java) S 28319 28322 13007 0 -1 1077944384 15433 12443 0 0 506 3 5 3 20 0 15 0 88865720 14407233536 1068707 18446744073709551615 4194304 4196468 140735818929632 140547202718320 140547729513090 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16388096 140735818938320 140735818941105 140735818941105 140735818944463 0
[pid=28322/tid=28382] ppid=28319 vsize=14069564 CPUtime=5.92 cores=1,3,5,7
/proc/28322/task/28382/stat : 28382 (java) S 28319 28322 13007 0 -1 1077944384 19493 12443 0 0 580 4 5 3 20 0 15 0 88865720 14407233536 1068707 18446744073709551615 4194304 4196468 140735818929632 140547201665520 140547729513090 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16388096 140735818938320 140735818941105 140735818941105 140735818944463 0
[pid=28322/tid=28383] ppid=28319 vsize=14069564 CPUtime=1.95 cores=1,3,5,7
/proc/28322/task/28383/stat : 28383 (java) S 28319 28322 13007 0 -1 1077944384 18489 12443 0 0 182 5 5 3 20 0 15 0 88865720 14407233536 1068707 18446744073709551615 4194304 4196468 140735818929632 140547200613232 140547729513090 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16388096 140735818938320 140735818941105 140735818941105 140735818944463 0
[pid=28322/tid=28384] ppid=28319 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/28322/task/28384/stat : 28384 (java) S 28319 28322 13007 0 -1 1077944384 3 12443 0 0 0 0 5 3 20 0 15 0 88865720 14407233536 1068707 18446744073709551615 4194304 4196468 140735818929632 140547199560672 140547729512149 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16388096 140735818938320 140735818941105 140735818941105 140735818944463 0
[pid=28322/tid=28385] ppid=28319 vsize=14069564 CPUtime=1.41 cores=1,3,5,7
/proc/28322/task/28385/stat : 28385 (java) S 28319 28322 13007 0 -1 1077944384 3090 12443 0 0 59 74 5 3 20 0 15 0 88865723 14407233536 1068707 18446744073709551615 4194304 4196468 140735818929632 140547198507440 140547729513090 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16388096 140735818938320 140735818941105 140735818941105 140735818944463 0
Current children cumulated CPU time (s) 2356.73
Current children cumulated vsize (KiB) 14069564

[startup+2382.3 s]
/proc/loadavg: 1.39 1.53 1.66 3/214 28688
/proc/meminfo: memFree=26233664/32770624 swapFree=0/468672
[pid=28322] ppid=28319 vsize=14069564 CPUtime=2417.23 cores=1,3,5,7
/proc/28322/stat : 28322 (java) S 28319 28322 13007 0 -1 1077944320 488245 12443 0 0 241272 443 5 3 20 0 15 0 88865692 14407233536 975097 18446744073709551615 4194304 4196468 140735818929632 140735818912176 140547729501943 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 16388096 140735818938320 140735818941105 140735818941105 140735818944463 0
/proc/28322/statm: 3517391 975097 3483 1 0 3506005 0
[pid=28322/tid=28372] ppid=28319 vsize=14069564 CPUtime=2374.28 cores=1,3,5,7
/proc/28322/task/28372/stat : 28372 (java) R 28319 28322 13007 0 -1 4202560 297509 12443 0 0 237314 106 5 3 20 0 15 0 88865715 14407233536 975097 18446744073709551615 4194304 4196468 140735818929632 140547733736384 140547318949339 0 4 1 16800974 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 16388096 140735818938320 140735818941105 140735818941105 140735818944463 0
[pid=28322/tid=28373] ppid=28319 vsize=14069564 CPUtime=7.04 cores=1,3,5,7
/proc/28322/task/28373/stat : 28373 (java) S 28319 28322 13007 0 -1 1077944384 23295 12443 0 0 633 63 5 3 20 0 15 0 88865715 14407233536 975097 18446744073709551615 4194304 4196468 140735818929632 140547648916368 140547729512149 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16388096 140735818938320 140735818941105 140735818941105 140735818944463 0
[pid=28322/tid=28374] ppid=28319 vsize=14069564 CPUtime=7.05 cores=1,3,5,7
/proc/28322/task/28374/stat : 28374 (java) S 28319 28322 13007 0 -1 1077944384 28824 12443 0 0 634 63 5 3 20 0 15 0 88865715 14407233536 975097 18446744073709551615 4194304 4196468 140735818929632 140547647863568 140547729512149 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16388096 140735818938320 140735818941105 140735818941105 140735818944463 0
[pid=28322/tid=28375] ppid=28319 vsize=14069564 CPUtime=7.06 cores=1,3,5,7
/proc/28322/task/28375/stat : 28375 (java) S 28319 28322 13007 0 -1 1077944384 24368 12443 0 0 633 65 5 3 20 0 15 0 88865715 14407233536 975097 18446744073709551615 4194304 4196468 140735818929632 140547646811280 140547729512149 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16388096 140735818938320 140735818941105 140735818941105 140735818944463 0
[pid=28322/tid=28376] ppid=28319 vsize=14069564 CPUtime=7.06 cores=1,3,5,7
/proc/28322/task/28376/stat : 28376 (java) S 28319 28322 13007 0 -1 1077944384 25779 12443 0 0 633 65 5 3 20 0 15 0 88865715 14407233536 975097 18446744073709551615 4194304 4196468 140735818929632 140547645758480 140547729512149 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16388096 140735818938320 140735818941105 140735818941105 140735818944463 0
[pid=28322/tid=28377] ppid=28319 vsize=14069564 CPUtime=0.87 cores=1,3,5,7
/proc/28322/task/28377/stat : 28377 (java) S 28319 28322 13007 0 -1 1077944384 29661 12443 0 0 64 15 5 3 20 0 15 0 88865717 14407233536 975097 18446744073709551615 4194304 4196468 140735818929632 140547206928496 140547729513090 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16388096 140735818938320 140735818941105 140735818941105 140735818944463 0
[pid=28322/tid=28378] ppid=28319 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/28322/task/28378/stat : 28378 (java) S 28319 28322 13007 0 -1 1077944384 63 12443 0 0 0 0 5 3 20 0 15 0 88865717 14407233536 975097 18446744073709551615 4194304 4196468 140735818929632 140547205874528 140547729512149 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16388096 140735818938320 140735818941105 140735818941105 140735818944463 0
[pid=28322/tid=28379] ppid=28319 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/28322/task/28379/stat : 28379 (java) S 28319 28322 13007 0 -1 1077944384 52 12443 0 0 0 0 5 3 20 0 15 0 88865717 14407233536 975097 18446744073709551615 4194304 4196468 140735818929632 140547204822144 140547729512149 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16388096 140735818938320 140735818941105 140735818941105 140735818944463 0
[pid=28322/tid=28380] ppid=28319 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/28322/task/28380/stat : 28380 (java) S 28319 28322 13007 0 -1 1077944384 3 12443 0 0 0 0 5 3 20 0 15 0 88865720 14407233536 975097 18446744073709551615 4194304 4196468 140735818929632 140547203770448 140547729520539 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16388096 140735818938320 140735818941105 140735818941105 140735818944463 0
[pid=28322/tid=28381] ppid=28319 vsize=14069564 CPUtime=5.17 cores=1,3,5,7
/proc/28322/task/28381/stat : 28381 (java) S 28319 28322 13007 0 -1 1077944384 15435 12443 0 0 506 3 5 3 20 0 15 0 88865720 14407233536 975097 18446744073709551615 4194304 4196468 140735818929632 140547202718320 140547729513090 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16388096 140735818938320 140735818941105 140735818941105 140735818944463 0
[pid=28322/tid=28382] ppid=28319 vsize=14069564 CPUtime=5.93 cores=1,3,5,7
/proc/28322/task/28382/stat : 28382 (java) S 28319 28322 13007 0 -1 1077944384 19496 12443 0 0 581 4 5 3 20 0 15 0 88865720 14407233536 975097 18446744073709551615 4194304 4196468 140735818929632 140547201665520 140547729513090 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16388096 140735818938320 140735818941105 140735818941105 140735818944463 0
[pid=28322/tid=28383] ppid=28319 vsize=14069564 CPUtime=1.95 cores=1,3,5,7
/proc/28322/task/28383/stat : 28383 (java) S 28319 28322 13007 0 -1 1077944384 18491 12443 0 0 182 5 5 3 20 0 15 0 88865720 14407233536 975097 18446744073709551615 4194304 4196468 140735818929632 140547200613232 140547729513090 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16388096 140735818938320 140735818941105 140735818941105 140735818944463 0
[pid=28322/tid=28384] ppid=28319 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/28322/task/28384/stat : 28384 (java) S 28319 28322 13007 0 -1 1077944384 3 12443 0 0 0 0 5 3 20 0 15 0 88865720 14407233536 975097 18446744073709551615 4194304 4196468 140735818929632 140547199560672 140547729512149 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16388096 140735818938320 140735818941105 140735818941105 140735818944463 0
[pid=28322/tid=28385] ppid=28319 vsize=14069564 CPUtime=1.44 cores=1,3,5,7
/proc/28322/task/28385/stat : 28385 (java) S 28319 28322 13007 0 -1 1077944384 3115 12443 0 0 61 75 5 3 20 0 15 0 88865723 14407233536 975097 18446744073709551615 4194304 4196468 140735818929632 140547198507440 140547729513090 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16388096 140735818938320 140735818941105 140735818941105 140735818944463 0
Current children cumulated CPU time (s) 2417.23
Current children cumulated vsize (KiB) 14069564

[startup+2442.3 s]
/proc/loadavg: 1.21 1.47 1.64 3/214 28691
/proc/meminfo: memFree=26356032/32770624 swapFree=0/468692
[pid=28322] ppid=28319 vsize=14069564 CPUtime=2478.09 cores=1,3,5,7
/proc/28322/stat : 28322 (java) S 28319 28322 13007 0 -1 1077944320 508779 12443 0 0 247352 449 5 3 20 0 15 0 88865692 14407233536 945244 18446744073709551615 4194304 4196468 140735818929632 140735818912176 140547729501943 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 16388096 140735818938320 140735818941105 140735818941105 140735818944463 0
/proc/28322/statm: 3517391 945244 3483 1 0 3506005 0
[pid=28322/tid=28372] ppid=28319 vsize=14069564 CPUtime=2433.93 cores=1,3,5,7
/proc/28322/task/28372/stat : 28372 (java) R 28319 28322 13007 0 -1 4202560 302421 12443 0 0 243279 106 5 3 20 0 15 0 88865715 14407233536 945244 18446744073709551615 4194304 4196468 140735818929632 140547733736208 140547329942183 0 4 1 16800974 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 16388096 140735818938320 140735818941105 140735818941105 140735818944463 0
[pid=28322/tid=28373] ppid=28319 vsize=14069564 CPUtime=7.32 cores=1,3,5,7
/proc/28322/task/28373/stat : 28373 (java) S 28319 28322 13007 0 -1 1077944384 23719 12443 0 0 660 64 5 3 20 0 15 0 88865715 14407233536 945244 18446744073709551615 4194304 4196468 140735818929632 140547648916368 140547729512149 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16388096 140735818938320 140735818941105 140735818941105 140735818944463 0
[pid=28322/tid=28374] ppid=28319 vsize=14069564 CPUtime=7.34 cores=1,3,5,7
/proc/28322/task/28374/stat : 28374 (java) S 28319 28322 13007 0 -1 1077944384 29251 12443 0 0 661 65 5 3 20 0 15 0 88865715 14407233536 945244 18446744073709551615 4194304 4196468 140735818929632 140547647863568 140547729512149 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16388096 140735818938320 140735818941105 140735818941105 140735818944463 0
[pid=28322/tid=28375] ppid=28319 vsize=14069564 CPUtime=7.34 cores=1,3,5,7
/proc/28322/task/28375/stat : 28375 (java) S 28319 28322 13007 0 -1 1077944384 25422 12443 0 0 660 66 5 3 20 0 15 0 88865715 14407233536 945244 18446744073709551615 4194304 4196468 140735818929632 140547646811280 140547729512149 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16388096 140735818938320 140735818941105 140735818941105 140735818944463 0
[pid=28322/tid=28376] ppid=28319 vsize=14069564 CPUtime=7.34 cores=1,3,5,7
/proc/28322/task/28376/stat : 28376 (java) S 28319 28322 13007 0 -1 1077944384 27235 12443 0 0 660 66 5 3 20 0 15 0 88865715 14407233536 945244 18446744073709551615 4194304 4196468 140735818929632 140547645758480 140547729512149 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16388096 140735818938320 140735818941105 140735818941105 140735818944463 0
[pid=28322/tid=28377] ppid=28319 vsize=14069564 CPUtime=0.92 cores=1,3,5,7
/proc/28322/task/28377/stat : 28377 (java) S 28319 28322 13007 0 -1 1077944384 41890 12443 0 0 68 16 5 3 20 0 15 0 88865717 14407233536 945244 18446744073709551615 4194304 4196468 140735818929632 140547206928496 140547729513090 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16388096 140735818938320 140735818941105 140735818941105 140735818944463 0
[pid=28322/tid=28378] ppid=28319 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/28322/task/28378/stat : 28378 (java) S 28319 28322 13007 0 -1 1077944384 63 12443 0 0 0 0 5 3 20 0 15 0 88865717 14407233536 945244 18446744073709551615 4194304 4196468 140735818929632 140547205874528 140547729512149 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16388096 140735818938320 140735818941105 140735818941105 140735818944463 0
[pid=28322/tid=28379] ppid=28319 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/28322/task/28379/stat : 28379 (java) S 28319 28322 13007 0 -1 1077944384 52 12443 0 0 0 0 5 3 20 0 15 0 88865717 14407233536 945244 18446744073709551615 4194304 4196468 140735818929632 140547204822144 140547729512149 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16388096 140735818938320 140735818941105 140735818941105 140735818944463 0
[pid=28322/tid=28380] ppid=28319 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/28322/task/28380/stat : 28380 (java) S 28319 28322 13007 0 -1 1077944384 3 12443 0 0 0 0 5 3 20 0 15 0 88865720 14407233536 945244 18446744073709551615 4194304 4196468 140735818929632 140547203770448 140547729520539 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16388096 140735818938320 140735818941105 140735818941105 140735818944463 0
[pid=28322/tid=28381] ppid=28319 vsize=14069564 CPUtime=5.17 cores=1,3,5,7
/proc/28322/task/28381/stat : 28381 (java) S 28319 28322 13007 0 -1 1077944384 15439 12443 0 0 506 3 5 3 20 0 15 0 88865720 14407233536 945244 18446744073709551615 4194304 4196468 140735818929632 140547202718320 140547729513090 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16388096 140735818938320 140735818941105 140735818941105 140735818944463 0
[pid=28322/tid=28382] ppid=28319 vsize=14069564 CPUtime=5.93 cores=1,3,5,7
/proc/28322/task/28382/stat : 28382 (java) S 28319 28322 13007 0 -1 1077944384 19499 12443 0 0 581 4 5 3 20 0 15 0 88865720 14407233536 945244 18446744073709551615 4194304 4196468 140735818929632 140547201665520 140547729513090 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16388096 140735818938320 140735818941105 140735818941105 140735818944463 0
[pid=28322/tid=28383] ppid=28319 vsize=14069564 CPUtime=1.95 cores=1,3,5,7
/proc/28322/task/28383/stat : 28383 (java) S 28319 28322 13007 0 -1 1077944384 18493 12443 0 0 182 5 5 3 20 0 15 0 88865720 14407233536 945244 18446744073709551615 4194304 4196468 140735818929632 140547200613232 140547729513090 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16388096 140735818938320 140735818941105 140735818941105 140735818944463 0
[pid=28322/tid=28384] ppid=28319 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/28322/task/28384/stat : 28384 (java) S 28319 28322 13007 0 -1 1077944384 3 12443 0 0 0 0 5 3 20 0 15 0 88865720 14407233536 945244 18446744073709551615 4194304 4196468 140735818929632 140547199560672 140547729512149 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16388096 140735818938320 140735818941105 140735818941105 140735818944463 0
[pid=28322/tid=28385] ppid=28319 vsize=14069564 CPUtime=1.47 cores=1,3,5,7
/proc/28322/task/28385/stat : 28385 (java) S 28319 28322 13007 0 -1 1077944384 3138 12443 0 0 62 77 5 3 20 0 15 0 88865723 14407233536 945244 18446744073709551615 4194304 4196468 140735818929632 140547198507440 140547729513090 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16388096 140735818938320 140735818941105 140735818941105 140735818944463 0
Current children cumulated CPU time (s) 2478.09
Current children cumulated vsize (KiB) 14069564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2484 s]
/proc/loadavg: 1.45 1.49 1.64 3/214 28692
/proc/meminfo: memFree=26463724/32770624 swapFree=0/468684
[pid=28322] ppid=28319 vsize=14069564 CPUtime=2520.08 cores=1,3,5,7
/proc/28322/stat : 28322 (java) S 28319 28322 13007 0 -1 1077944320 515185 12443 0 0 251549 451 5 3 20 0 15 0 88865692 14407233536 918962 18446744073709551615 4194304 4196468 140735818929632 140735818912176 140547729501943 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 16388096 140735818938320 140735818941105 140735818941105 140735818944463 0
/proc/28322/statm: 3517391 918962 3483 1 0 3506005 0
[pid=28322/tid=28372] ppid=28319 vsize=14069564 CPUtime=2475.53 cores=1,3,5,7
/proc/28322/task/28372/stat : 28372 (java) R 28319 28322 13007 0 -1 4202560 306538 12443 0 0 247438 107 5 3 20 0 15 0 88865715 14407233536 918962 18446744073709551615 4194304 4196468 140735818929632 140547733736224 140547335244921 0 4 1 16800974 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 16388096 140735818938320 140735818941105 140735818941105 140735818944463 0
[pid=28322/tid=28373] ppid=28319 vsize=14069564 CPUtime=7.41 cores=1,3,5,7
/proc/28322/task/28373/stat : 28373 (java) S 28319 28322 13007 0 -1 1077944384 23826 12443 0 0 669 64 5 3 20 0 15 0 88865715 14407233536 918962 18446744073709551615 4194304 4196468 140735818929632 140547648916368 140547729512149 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16388096 140735818938320 140735818941105 140735818941105 140735818944463 0
[pid=28322/tid=28374] ppid=28319 vsize=14069564 CPUtime=7.43 cores=1,3,5,7
/proc/28322/task/28374/stat : 28374 (java) S 28319 28322 13007 0 -1 1077944384 29878 12443 0 0 670 65 5 3 20 0 15 0 88865715 14407233536 918962 18446744073709551615 4194304 4196468 140735818929632 140547647863568 140547729512149 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16388096 140735818938320 140735818941105 140735818941105 140735818944463 0
[pid=28322/tid=28375] ppid=28319 vsize=14069564 CPUtime=7.43 cores=1,3,5,7
/proc/28322/task/28375/stat : 28375 (java) S 28319 28322 13007 0 -1 1077944384 25510 12443 0 0 669 66 5 3 20 0 15 0 88865715 14407233536 918962 18446744073709551615 4194304 4196468 140735818929632 140547646811280 140547729512149 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16388096 140735818938320 140735818941105 140735818941105 140735818944463 0
[pid=28322/tid=28376] ppid=28319 vsize=14069564 CPUtime=7.42 cores=1,3,5,7
/proc/28322/task/28376/stat : 28376 (java) S 28319 28322 13007 0 -1 1077944384 28352 12443 0 0 668 66 5 3 20 0 15 0 88865715 14407233536 918962 18446744073709551615 4194304 4196468 140735818929632 140547645758480 140547729512149 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16388096 140735818938320 140735818941105 140735818941105 140735818944463 0
[pid=28322/tid=28377] ppid=28319 vsize=14069564 CPUtime=0.94 cores=1,3,5,7
/proc/28322/task/28377/stat : 28377 (java) S 28319 28322 13007 0 -1 1077944384 42204 12443 0 0 70 16 5 3 20 0 15 0 88865717 14407233536 918962 18446744073709551615 4194304 4196468 140735818929632 140547206928496 140547729513090 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16388096 140735818938320 140735818941105 140735818941105 140735818944463 0
[pid=28322/tid=28378] ppid=28319 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/28322/task/28378/stat : 28378 (java) S 28319 28322 13007 0 -1 1077944384 63 12443 0 0 0 0 5 3 20 0 15 0 88865717 14407233536 918962 18446744073709551615 4194304 4196468 140735818929632 140547205874528 140547729512149 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16388096 140735818938320 140735818941105 140735818941105 140735818944463 0
[pid=28322/tid=28379] ppid=28319 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/28322/task/28379/stat : 28379 (java) S 28319 28322 13007 0 -1 1077944384 52 12443 0 0 0 0 5 3 20 0 15 0 88865717 14407233536 918962 18446744073709551615 4194304 4196468 140735818929632 140547204822144 140547729512149 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16388096 140735818938320 140735818941105 140735818941105 140735818944463 0
[pid=28322/tid=28380] ppid=28319 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/28322/task/28380/stat : 28380 (java) S 28319 28322 13007 0 -1 1077944384 3 12443 0 0 0 0 5 3 20 0 15 0 88865720 14407233536 918962 18446744073709551615 4194304 4196468 140735818929632 140547203770448 140547729520539 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16388096 140735818938320 140735818941105 140735818941105 140735818944463 0
[pid=28322/tid=28381] ppid=28319 vsize=14069564 CPUtime=5.17 cores=1,3,5,7
/proc/28322/task/28381/stat : 28381 (java) S 28319 28322 13007 0 -1 1077944384 15442 12443 0 0 506 3 5 3 20 0 15 0 88865720 14407233536 918962 18446744073709551615 4194304 4196468 140735818929632 140547202718320 140547729513090 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16388096 140735818938320 140735818941105 140735818941105 140735818944463 0
[pid=28322/tid=28382] ppid=28319 vsize=14069564 CPUtime=5.93 cores=1,3,5,7
/proc/28322/task/28382/stat : 28382 (java) S 28319 28322 13007 0 -1 1077944384 19501 12443 0 0 581 4 5 3 20 0 15 0 88865720 14407233536 918962 18446744073709551615 4194304 4196468 140735818929632 140547201665520 140547729513090 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16388096 140735818938320 140735818941105 140735818941105 140735818944463 0
[pid=28322/tid=28383] ppid=28319 vsize=14069564 CPUtime=1.95 cores=1,3,5,7
/proc/28322/task/28383/stat : 28383 (java) S 28319 28322 13007 0 -1 1077944384 18495 12443 0 0 182 5 5 3 20 0 15 0 88865720 14407233536 918962 18446744073709551615 4194304 4196468 140735818929632 140547200613232 140547729513090 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16388096 140735818938320 140735818941105 140735818941105 140735818944463 0
[pid=28322/tid=28384] ppid=28319 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/28322/task/28384/stat : 28384 (java) S 28319 28322 13007 0 -1 1077944384 3 12443 0 0 0 0 5 3 20 0 15 0 88865720 14407233536 918962 18446744073709551615 4194304 4196468 140735818929632 140547199560672 140547729512149 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16388096 140735818938320 140735818941105 140735818941105 140735818944463 0
[pid=28322/tid=28385] ppid=28319 vsize=14069564 CPUtime=1.5 cores=1,3,5,7
/proc/28322/task/28385/stat : 28385 (java) S 28319 28322 13007 0 -1 1077944384 3167 12443 0 0 64 78 5 3 20 0 15 0 88865723 14407233536 918962 18446744073709551615 4194304 4196468 140735818929632 140547198507440 140547729513090 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16388096 140735818938320 140735818941105 140735818941105 140735818944463 0
Current children cumulated CPU time (s) 2520.08
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 28322 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2484.41 s]
/proc/loadavg: 1.45 1.49 1.64 3/214 28692
/proc/meminfo: memFree=26463724/32770624 swapFree=0/468684
[pid=28322] ppid=28319 vsize=0 CPUtime=2521.35 cores=1,3,5,7
/proc/28322/stat : 28322 (java) Z 28319 28322 13007 0 -1 4228108 528071 12443 0 0 251672 455 5 3 20 0 2 0 88865692 0 0 18446744073709551615 0 0 0 0 0 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 0 0 0 0 0 0 0 0
/proc/28322/statm: 0 0 0 0 0 0 0
[pid=28322/tid=28372] ppid=28319 vsize=0 CPUtime=2475.55 cores=1,3,5,7
/proc/28322/task/28372/stat : 28372 (java) R 28319 28322 13007 0 -1 4203588 307708 12443 0 0 247439 108 5 3 20 0 2 0 88865715 0 0 18446744073709551615 0 0 0 0 0 0 4 1 16800974 18446744073709551615 0 0 -1 7 0 0 2 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 2521.35
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 2484.42
CPU time (s): 2521.37
CPU user time (s): 2516.78
CPU system time (s): 4.59278
CPU usage (%): 101.487
Max. virtual memory (cumulated for all children) (KiB): 14202692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.78
system time used= 4.59278
maximum resident set size= 4376880
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 540514
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 74765
involuntary context switches= 2811

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.6536 second user time and 16.3338 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-11 18:25:10
IDJOB=4261825
IDBENCH=136066
IDSOLVER=2650
FILE ID=node135/4261825-1502469545
RUNJOBID= node135-1502411443-13072
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/BinPacking/BinPacking-mdd-ft/BinPacking-mdd-ft120-15.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4261825-1502469545/watcher-4261825-1502469545 -o /tmp/evaluation-result-4261825-1502469545/solver-4261825-1502469545 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502411443-13072 --watchdog 2580  bin/concrete HOME/instance-4261825-1502469545.xml

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

MD5SUM BENCH= b641d135752528099b6bd819b25278f3
RANDOM SEED=783201412

node135.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.21
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.21
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.21
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.21
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:        25644948 kB
MemAvailable:   26485228 kB
Buffers:          295304 kB
Cached:           836596 kB
SwapCached:            0 kB
Active:          6173968 kB
Inactive:         501336 kB
Active(anon):    5543856 kB
Inactive(anon):    33140 kB
Active(file):     630112 kB
Inactive(file):   468196 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24512 kB
Writeback:             0 kB
AnonPages:       5514928 kB
Mapped:            63672 kB
Shmem:             33464 kB
Slab:             143480 kB
SReclaimable:     115616 kB
SUnreclaim:        27864 kB
KernelStack:        3792 kB
PageTables:        15676 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6489484 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4995072 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 61984 MiB
End job on node135 at 2017-08-11 19:06:35