Trace number 4262389

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.54 2464.6101

General information on the benchmark

NameMagicHexagon/MagicHexagon-m1-s1/
MagicHexagon-10-m021.xml
MD5SUMbb8f18d9394a9daa2d276ef3f55d21f6
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables361
Number of constraints64
Number of domains1
Minimum domain size271
Maximum domain size271
Distribution of domain sizes[{"size":271,"count":271}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":90},{"degree":4,"count":265},{"degree":5,"count":3},{"degree":6,"count":2},{"degree":9,"count":1}]
Minimum constraint arity2
Maximum constraint arity271
Distribution of constraint arities[{"arity":2,"count":6},{"arity":10,"count":6},{"arity":11,"count":6},{"arity":12,"count":6},{"arity":13,"count":6},{"arity":14,"count":6},{"arity":15,"count":6},{"arity":16,"count":6},{"arity":17,"count":6},{"arity":18,"count":6},{"arity":19,"count":3},{"arity":271,"count":1}]
Number of extensional constraints0
Number of intensional constraints6
Distribution of constraint types[{"type":"intension","count":6},{"type":"allDifferent","count":1},{"type":"sum","count":57}]
Optimization problemNO
Type of objective

Solver Data

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

pid=26360
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.54 1.41 1.42 4/195 26363
/proc/meminfo: memFree=30604088/32770624 swapFree=0/309588
[pid=26363] ppid=26360 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/26363/stat : 26363 (runsolver) D 26360 26363 16548 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 48140728 24240128 107 18446744073709551615 4194304 4338465 140727775781536 140727775779176 140558379377367 0 0 1 24578 18446744071580418449 0 0 17 1 0 0 0 0 0 6438912 6441760 7434240 140727775789264 140727775789641 140727775789641 140727775793098 0
/proc/26363/statm: 5918 107 54 36 0 2156 0

[startup+0.100118 s]
/proc/loadavg: 1.54 1.41 1.42 4/195 26363
/proc/meminfo: memFree=30604088/32770624 swapFree=0/309588
[pid=26363] ppid=26360 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/26363/stat : 26363 (bash) S 26360 26363 16548 0 -1 4202496 891 6484 0 0 0 0 0 1 20 0 1 0 48140728 9867264 377 18446744073709551615 4194304 5098028 140720729440592 140720729434600 140625626835968 0 0 5 65536 18446744071580971376 0 0 17 5 0 0 7 0 0 7196144 7232144 14794752 140720729444884 140720729444969 140720729444969 140720729448426 0
/proc/26363/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.200252 s]
/proc/loadavg: 1.54 1.41 1.42 4/195 26363
/proc/meminfo: memFree=30604088/32770624 swapFree=0/309588
[pid=26363] ppid=26360 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/26363/stat : 26363 (bash) S 26360 26363 16548 0 -1 4202496 891 6484 0 0 0 0 0 1 20 0 1 0 48140728 9867264 377 18446744073709551615 4194304 5098028 140720729440592 140720729434600 140625626835968 0 0 5 65536 18446744071580971376 0 0 17 5 0 0 7 0 0 7196144 7232144 14794752 140720729444884 140720729444969 140720729444969 140720729448426 0
/proc/26363/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300194 s]
/proc/loadavg: 1.54 1.41 1.42 4/195 26363
/proc/meminfo: memFree=30604088/32770624 swapFree=0/309588
[pid=26363] ppid=26360 vsize=13907308 CPUtime=0.14 cores=1,3,5,7
/proc/26363/stat : 26363 (java) S 26360 26363 16548 0 -1 1077944320 5991 12571 0 0 5 1 5 3 20 0 14 0 48140728 14241083392 5663 18446744073709551615 4194304 4196468 140721619468688 140721619451232 140448413499127 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 22749184 140721619474384 140721619477169 140721619477169 140721619480527 0
/proc/26363/statm: 3476827 5663 2568 1 0 3466324 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 13907308

[startup+0.70026 s]
/proc/loadavg: 1.54 1.41 1.42 4/195 26363
/proc/meminfo: memFree=30604088/32770624 swapFree=0/309588
[pid=26363] ppid=26360 vsize=13974784 CPUtime=0.66 cores=1,3,5,7
/proc/26363/stat : 26363 (java) S 26360 26363 16548 0 -1 1077944320 13987 12571 0 0 54 4 5 3 20 0 15 0 48140728 14310178816 14415 18446744073709551615 4194304 4196468 140721619468688 140721619451232 140448413499127 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 22749184 140721619474384 140721619477169 140721619477169 140721619480527 0
/proc/26363/statm: 3493696 14415 3112 1 0 3482965 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 13974784

[startup+1.50209 s]
/proc/loadavg: 1.54 1.41 1.42 3/210 26426
/proc/meminfo: memFree=30509180/32770624 swapFree=0/309920
[pid=26363] ppid=26360 vsize=13985408 CPUtime=1.9 cores=1,3,5,7
/proc/26363/stat : 26363 (java) S 26360 26363 16548 0 -1 1077944320 26596 12571 0 0 175 7 5 3 20 0 15 0 48140728 14321057792 36327 18446744073709551615 4194304 4196468 140721619468688 140721619451232 140448413499127 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 22749184 140721619474384 140721619477169 140721619477169 140721619480527 0
/proc/26363/statm: 3496352 36327 3351 1 0 3485525 0
[pid=26363/tid=26413] ppid=26360 vsize=13985408 CPUtime=1.29 cores=1,3,5,7
/proc/26363/task/26413/stat : 26413 (java) S 26360 26363 16548 0 -1 1077944384 20973 12571 0 0 116 5 5 3 20 0 15 0 48140750 14321057792 36327 18446744073709551615 4194304 4196468 140721619468688 140448417719984 140448413509333 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 22749184 140721619474384 140721619477169 140721619477169 140721619480527 0
[pid=26363/tid=26414] ppid=26360 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/26363/task/26414/stat : 26414 (java) S 26360 26363 16548 0 -1 1077944384 21 12571 0 0 0 0 5 3 20 0 15 0 48140751 14321057792 36327 18446744073709551615 4194304 4196468 140721619468688 140448385342224 140448413509333 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22749184 140721619474384 140721619477169 140721619477169 140721619480527 0
[pid=26363/tid=26415] ppid=26360 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/26363/task/26415/stat : 26415 (java) S 26360 26363 16548 0 -1 1077944384 36 12571 0 0 0 0 5 3 20 0 15 0 48140751 14321057792 36327 18446744073709551615 4194304 4196468 140721619468688 140448012168080 140448413509333 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22749184 140721619474384 140721619477169 140721619477169 140721619480527 0
[pid=26363/tid=26416] ppid=26360 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/26363/task/26416/stat : 26416 (java) S 26360 26363 16548 0 -1 1077944384 19 12571 0 0 0 0 5 3 20 0 15 0 48140751 14321057792 36327 18446744073709551615 4194304 4196468 140721619468688 140448011115536 140448413509333 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22749184 140721619474384 140721619477169 140721619477169 140721619480527 0
[pid=26363/tid=26417] ppid=26360 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/26363/task/26417/stat : 26417 (java) S 26360 26363 16548 0 -1 1077944384 189 12571 0 0 0 0 5 3 20 0 15 0 48140751 14321057792 36327 18446744073709551615 4194304 4196468 140721619468688 140448010062992 140448413509333 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22749184 140721619474384 140721619477169 140721619477169 140721619480527 0
[pid=26363/tid=26418] ppid=26360 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/26363/task/26418/stat : 26418 (java) R 26360 26363 16548 0 -1 4202560 26 12571 0 0 0 0 5 3 20 0 15 0 48140752 14321057792 36327 18446744073709551615 4194304 4196468 140721619468688 140447330263552 140448398563872 0 0 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22749184 140721619474384 140721619477169 140721619477169 140721619480527 0
[pid=26363/tid=26419] ppid=26360 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/26363/task/26419/stat : 26419 (java) S 26360 26363 16548 0 -1 1077944384 33 12571 0 0 0 0 5 3 20 0 15 0 48140752 14321057792 36327 18446744073709551615 4194304 4196468 140721619468688 140447329211296 140448413509333 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22749184 140721619474384 140721619477169 140721619477169 140721619480527 0
[pid=26363/tid=26420] ppid=26360 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/26363/task/26420/stat : 26420 (java) S 26360 26363 16548 0 -1 1077944384 21 12571 0 0 0 0 5 3 20 0 15 0 48140753 14321057792 36327 18446744073709551615 4194304 4196468 140721619468688 140447328158704 140448413509333 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22749184 140721619474384 140721619477169 140721619477169 140721619480527 0
[pid=26363/tid=26421] ppid=26360 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/26363/task/26421/stat : 26421 (java) S 26360 26363 16548 0 -1 1077944384 3 12571 0 0 0 0 5 3 20 0 15 0 48140755 14321057792 36327 18446744073709551615 4194304 4196468 140721619468688 140447327107280 140448413517723 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22749184 140721619474384 140721619477169 140721619477169 140721619480527 0
[pid=26363/tid=26422] ppid=26360 vsize=13985408 CPUtime=0.26 cores=1,3,5,7
/proc/26363/task/26422/stat : 26422 (java) S 26360 26363 16548 0 -1 1077944384 1201 12571 0 0 18 0 5 3 20 0 15 0 48140755 14321057792 36327 18446744073709551615 4194304 4196468 140721619468688 140447326054896 140448413510274 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22749184 140721619474384 140721619477169 140721619477169 140721619480527 0
[pid=26363/tid=26423] ppid=26360 vsize=13985408 CPUtime=0.23 cores=1,3,5,7
/proc/26363/task/26423/stat : 26423 (java) S 26360 26363 16548 0 -1 1077944384 688 12571 0 0 15 0 5 3 20 0 15 0 48140755 14321057792 36327 18446744073709551615 4194304 4196468 140721619468688 140447325002352 140448413510274 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22749184 140721619474384 140721619477169 140721619477169 140721619480527 0
[pid=26363/tid=26424] ppid=26360 vsize=13985408 CPUtime=0.31 cores=1,3,5,7
/proc/26363/task/26424/stat : 26424 (java) S 26360 26363 16548 0 -1 1077944384 1230 12571 0 0 23 0 5 3 20 0 15 0 48140755 14321057792 36327 18446744073709551615 4194304 4196468 140721619468688 140447323945680 140448413509333 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22749184 140721619474384 140721619477169 140721619477169 140721619480527 0
[pid=26363/tid=26425] ppid=26360 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/26363/task/26425/stat : 26425 (java) S 26360 26363 16548 0 -1 1077944384 3 12571 0 0 0 0 5 3 20 0 15 0 48140756 14321057792 36327 18446744073709551615 4194304 4196468 140721619468688 140447322897504 140448413509333 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22749184 140721619474384 140721619477169 140721619477169 140721619480527 0
[pid=26363/tid=26426] ppid=26360 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/26363/task/26426/stat : 26426 (java) S 26360 26363 16548 0 -1 1077944384 3 12571 0 0 0 0 5 3 20 0 15 0 48140760 14321057792 36327 18446744073709551615 4194304 4196468 140721619468688 140447321844016 140448413510274 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22749184 140721619474384 140721619477169 140721619477169 140721619480527 0
Current children cumulated CPU time (s) 1.9
Current children cumulated vsize (KiB) 13985408

[startup+3.10066 s]
/proc/loadavg: 1.54 1.41 1.42 3/210 26426
/proc/meminfo: memFree=30433300/32770624 swapFree=0/309920
[pid=26363] ppid=26360 vsize=13997884 CPUtime=5.38 cores=1,3,5,7
/proc/26363/stat : 26363 (java) S 26360 26363 16548 0 -1 1077944320 35213 12571 0 0 517 13 5 3 20 0 15 0 48140728 14333833216 63153 18446744073709551615 4194304 4196468 140721619468688 140721619451232 140448413499127 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 22749184 140721619474384 140721619477169 140721619477169 140721619480527 0
/proc/26363/statm: 3499471 63153 3450 1 0 3488085 0
[pid=26363/tid=26413] ppid=26360 vsize=13997884 CPUtime=2.86 cores=1,3,5,7
/proc/26363/task/26413/stat : 26413 (java) R 26360 26363 16548 0 -1 4202560 24970 12571 0 0 271 7 5 3 20 0 15 0 48140750 14333833216 63153 18446744073709551615 4194304 4196468 140721619468688 140448417730464 140448062539736 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 22749184 140721619474384 140721619477169 140721619477169 140721619480527 0
[pid=26363/tid=26414] ppid=26360 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/26363/task/26414/stat : 26414 (java) S 26360 26363 16548 0 -1 1077944384 37 12571 0 0 1 0 5 3 20 0 15 0 48140751 14333833216 63153 18446744073709551615 4194304 4196468 140721619468688 140448385342224 140448413509333 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22749184 140721619474384 140721619477169 140721619477169 140721619480527 0
[pid=26363/tid=26415] ppid=26360 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/26363/task/26415/stat : 26415 (java) S 26360 26363 16548 0 -1 1077944384 52 12571 0 0 1 0 5 3 20 0 15 0 48140751 14333833216 63153 18446744073709551615 4194304 4196468 140721619468688 140448012168080 140448413509333 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22749184 140721619474384 140721619477169 140721619477169 140721619480527 0
[pid=26363/tid=26416] ppid=26360 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/26363/task/26416/stat : 26416 (java) S 26360 26363 16548 0 -1 1077944384 28 12571 0 0 1 0 5 3 20 0 15 0 48140751 14333833216 63153 18446744073709551615 4194304 4196468 140721619468688 140448011115536 140448413509333 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22749184 140721619474384 140721619477169 140721619477169 140721619480527 0
[pid=26363/tid=26417] ppid=26360 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/26363/task/26417/stat : 26417 (java) S 26360 26363 16548 0 -1 1077944384 204 12571 0 0 1 0 5 3 20 0 15 0 48140751 14333833216 63153 18446744073709551615 4194304 4196468 140721619468688 140448010062992 140448413509333 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22749184 140721619474384 140721619477169 140721619477169 140721619480527 0
[pid=26363/tid=26418] ppid=26360 vsize=13997884 CPUtime=0.09 cores=1,3,5,7
/proc/26363/task/26418/stat : 26418 (java) S 26360 26363 16548 0 -1 1077944384 1189 12571 0 0 1 0 5 3 20 0 15 0 48140752 14333833216 63153 18446744073709551615 4194304 4196468 140721619468688 140447330265072 140448413510274 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22749184 140721619474384 140721619477169 140721619477169 140721619480527 0
[pid=26363/tid=26419] ppid=26360 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/26363/task/26419/stat : 26419 (java) S 26360 26363 16548 0 -1 1077944384 55 12571 0 0 0 0 5 3 20 0 15 0 48140752 14333833216 63153 18446744073709551615 4194304 4196468 140721619468688 140447329211360 140448413509333 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22749184 140721619474384 140721619477169 140721619477169 140721619480527 0
[pid=26363/tid=26420] ppid=26360 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/26363/task/26420/stat : 26420 (java) S 26360 26363 16548 0 -1 1077944384 43 12571 0 0 0 0 5 3 20 0 15 0 48140753 14333833216 63153 18446744073709551615 4194304 4196468 140721619468688 140447328158720 140448413509333 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22749184 140721619474384 140721619477169 140721619477169 140721619480527 0
[pid=26363/tid=26421] ppid=26360 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/26363/task/26421/stat : 26421 (java) S 26360 26363 16548 0 -1 1077944384 3 12571 0 0 0 0 5 3 20 0 15 0 48140755 14333833216 63153 18446744073709551615 4194304 4196468 140721619468688 140447327107280 140448413517723 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22749184 140721619474384 140721619477169 140721619477169 140721619480527 0
[pid=26363/tid=26422] ppid=26360 vsize=13997884 CPUtime=0.87 cores=1,3,5,7
/proc/26363/task/26422/stat : 26422 (java) S 26360 26363 16548 0 -1 1077944384 1875 12571 0 0 78 1 5 3 20 0 15 0 48140755 14333833216 63153 18446744073709551615 4194304 4196468 140721619468688 140447326054896 140448413510274 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22749184 140721619474384 140721619477169 140721619477169 140721619480527 0
[pid=26363/tid=26423] ppid=26360 vsize=13997884 CPUtime=0.73 cores=1,3,5,7
/proc/26363/task/26423/stat : 26423 (java) S 26360 26363 16548 0 -1 1077944384 1545 12571 0 0 65 0 5 3 20 0 15 0 48140755 14333833216 63153 18446744073709551615 4194304 4196468 140721619468688 140447325002352 140448413510274 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22749184 140721619474384 140721619477169 140721619477169 140721619480527 0
[pid=26363/tid=26424] ppid=26360 vsize=13997884 CPUtime=1.04 cores=1,3,5,7
/proc/26363/task/26424/stat : 26424 (java) S 26360 26363 16548 0 -1 1077944384 3055 12571 0 0 95 1 5 3 20 0 15 0 48140755 14333833216 63153 18446744073709551615 4194304 4196468 140721619468688 140447323949808 140448413510274 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22749184 140721619474384 140721619477169 140721619477169 140721619480527 0
[pid=26363/tid=26425] ppid=26360 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/26363/task/26425/stat : 26425 (java) S 26360 26363 16548 0 -1 1077944384 3 12571 0 0 0 0 5 3 20 0 15 0 48140756 14333833216 63153 18446744073709551615 4194304 4196468 140721619468688 140447322897504 140448413509333 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22749184 140721619474384 140721619477169 140721619477169 140721619480527 0
[pid=26363/tid=26426] ppid=26360 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/26363/task/26426/stat : 26426 (java) S 26360 26363 16548 0 -1 1077944384 3 12571 0 0 0 0 5 3 20 0 15 0 48140760 14333833216 63153 18446744073709551615 4194304 4196468 140721619468688 140447321844016 140448413510274 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22749184 140721619474384 140721619477169 140721619477169 140721619480527 0
Current children cumulated CPU time (s) 5.38
Current children cumulated vsize (KiB) 13997884

[startup+6.30072 s]
/proc/loadavg: 1.42 1.38 1.41 5/210 26426
/proc/meminfo: memFree=30268096/32770624 swapFree=0/309912
[pid=26363] ppid=26360 vsize=14067516 CPUtime=11.38 cores=1,3,5,7
/proc/26363/stat : 26363 (java) S 26360 26363 16548 0 -1 1077944320 68951 12571 0 0 1107 23 5 3 20 0 15 0 48140728 14405136384 96418 18446744073709551615 4194304 4196468 140721619468688 140721619451232 140448413499127 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 22749184 140721619474384 140721619477169 140721619477169 140721619480527 0
/proc/26363/statm: 3516879 96418 3465 1 0 3505493 0
[pid=26363/tid=26413] ppid=26360 vsize=14067516 CPUtime=5.93 cores=1,3,5,7
/proc/26363/task/26413/stat : 26413 (java) R 26360 26363 16548 0 -1 4202560 43755 12571 0 0 575 10 5 3 20 0 15 0 48140750 14405136384 96418 18446744073709551615 4194304 4196468 140721619468688 140448417731544 140448066512774 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 22749184 140721619474384 140721619477169 140721619477169 140721619480527 0
[pid=26363/tid=26414] ppid=26360 vsize=14067516 CPUtime=0.13 cores=1,3,5,7
/proc/26363/task/26414/stat : 26414 (java) S 26360 26363 16548 0 -1 1077944384 95 12571 0 0 4 1 5 3 20 0 15 0 48140751 14405136384 96418 18446744073709551615 4194304 4196468 140721619468688 140448385342224 140448413509333 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22749184 140721619474384 140721619477169 140721619477169 140721619480527 0
[pid=26363/tid=26415] ppid=26360 vsize=14067516 CPUtime=0.13 cores=1,3,5,7
/proc/26363/task/26415/stat : 26415 (java) S 26360 26363 16548 0 -1 1077944384 339 12571 0 0 4 1 5 3 20 0 15 0 48140751 14405136384 96418 18446744073709551615 4194304 4196468 140721619468688 140448012168080 140448413509333 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22749184 140721619474384 140721619477169 140721619477169 140721619480527 0
[pid=26363/tid=26416] ppid=26360 vsize=14067516 CPUtime=0.13 cores=1,3,5,7
/proc/26363/task/26416/stat : 26416 (java) S 26360 26363 16548 0 -1 1077944384 64 12571 0 0 4 1 5 3 20 0 15 0 48140751 14405136384 96418 18446744073709551615 4194304 4196468 140721619468688 140448011115536 140448413509333 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22749184 140721619474384 140721619477169 140721619477169 140721619480527 0
[pid=26363/tid=26417] ppid=26360 vsize=14067516 CPUtime=0.13 cores=1,3,5,7
/proc/26363/task/26417/stat : 26417 (java) S 26360 26363 16548 0 -1 1077944384 513 12571 0 0 4 1 5 3 20 0 15 0 48140751 14405136384 96418 18446744073709551615 4194304 4196468 140721619468688 140448010062992 140448413509333 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22749184 140721619474384 140721619477169 140721619477169 140721619480527 0
[pid=26363/tid=26418] ppid=26360 vsize=14067516 CPUtime=0.11 cores=1,3,5,7
/proc/26363/task/26418/stat : 26418 (java) S 26360 26363 16548 0 -1 1077944384 2449 12571 0 0 3 0 5 3 20 0 15 0 48140752 14405136384 96418 18446744073709551615 4194304 4196468 140721619468688 140447330265072 140448413510274 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 22749184 140721619474384 140721619477169 140721619477169 140721619480527 0
[pid=26363/tid=26419] ppid=26360 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/26363/task/26419/stat : 26419 (java) S 26360 26363 16548 0 -1 1077944384 61 12571 0 0 0 0 5 3 20 0 15 0 48140752 14405136384 96418 18446744073709551615 4194304 4196468 140721619468688 140447329211360 140448413509333 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22749184 140721619474384 140721619477169 140721619477169 140721619480527 0
[pid=26363/tid=26420] ppid=26360 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/26363/task/26420/stat : 26420 (java) S 26360 26363 16548 0 -1 1077944384 46 12571 0 0 0 0 5 3 20 0 15 0 48140753 14405136384 96418 18446744073709551615 4194304 4196468 140721619468688 140447328158720 140448413509333 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22749184 140721619474384 140721619477169 140721619477169 140721619480527 0
[pid=26363/tid=26421] ppid=26360 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/26363/task/26421/stat : 26421 (java) S 26360 26363 16548 0 -1 1077944384 3 12571 0 0 0 0 5 3 20 0 15 0 48140755 14405136384 96418 18446744073709551615 4194304 4196468 140721619468688 140447327107280 140448413517723 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22749184 140721619474384 140721619477169 140721619477169 140721619480527 0
[pid=26363/tid=26422] ppid=26360 vsize=14067516 CPUtime=1.99 cores=1,3,5,7
/proc/26363/task/26422/stat : 26422 (java) R 26360 26363 16548 0 -1 4202560 7780 12571 0 0 189 2 5 3 20 0 15 0 48140755 14405136384 96418 18446744073709551615 4194304 4196468 140721619468688 140447326040920 140448396967098 0 4 1 16800974 0 0 0 -1 5 0 0 39 0 0 6293624 6294260 22749184 140721619474384 140721619477169 140721619477169 140721619480527 0
[pid=26363/tid=26423] ppid=26360 vsize=14067516 CPUtime=1.91 cores=1,3,5,7
/proc/26363/task/26423/stat : 26423 (java) R 26360 26363 16548 0 -1 4202560 6025 12571 0 0 182 1 5 3 20 0 15 0 48140755 14405136384 96418 18446744073709551615 4194304 4196468 140721619468688 140447324991024 140448396985086 0 4 1 16800974 0 0 0 -1 3 0 0 34 0 0 6293624 6294260 22749184 140721619474384 140721619477169 140721619477169 140721619480527 0
[pid=26363/tid=26424] ppid=26360 vsize=14067516 CPUtime=1.46 cores=1,3,5,7
/proc/26363/task/26424/stat : 26424 (java) S 26360 26363 16548 0 -1 1077944384 5639 12571 0 0 135 3 5 3 20 0 15 0 48140755 14405136384 96418 18446744073709551615 4194304 4196468 140721619468688 140447323949808 140448413510274 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 34 0 0 6293624 6294260 22749184 140721619474384 140721619477169 140721619477169 140721619480527 0
[pid=26363/tid=26425] ppid=26360 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/26363/task/26425/stat : 26425 (java) S 26360 26363 16548 0 -1 1077944384 3 12571 0 0 0 0 5 3 20 0 15 0 48140756 14405136384 96418 18446744073709551615 4194304 4196468 140721619468688 140447322897504 140448413509333 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22749184 140721619474384 140721619477169 140721619477169 140721619480527 0
[pid=26363/tid=26426] ppid=26360 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/26363/task/26426/stat : 26426 (java) S 26360 26363 16548 0 -1 1077944384 28 12571 0 0 0 0 5 3 20 0 15 0 48140760 14405136384 96418 18446744073709551615 4194304 4196468 140721619468688 140447321844016 140448413510274 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 51 0 0 6293624 6294260 22749184 140721619474384 140721619477169 140721619477169 140721619480527 0
Current children cumulated CPU time (s) 11.38
Current children cumulated vsize (KiB) 14067516

[startup+12.7007 s]
/proc/loadavg: 1.46 1.39 1.41 3/210 26426
/proc/meminfo: memFree=29792468/32770624 swapFree=0/309908
[pid=26363] ppid=26360 vsize=14067516 CPUtime=22.64 cores=1,3,5,7
/proc/26363/stat : 26363 (java) S 26360 26363 16548 0 -1 1077944320 79069 12571 0 0 2223 33 5 3 20 0 15 0 48140728 14405136384 205521 18446744073709551615 4194304 4196468 140721619468688 140721619451232 140448413499127 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 22749184 140721619474384 140721619477169 140721619477169 140721619480527 0
/proc/26363/statm: 3516879 205521 3476 1 0 3505493 0
[pid=26363/tid=26413] ppid=26360 vsize=14067516 CPUtime=12.29 cores=1,3,5,7
/proc/26363/task/26413/stat : 26413 (java) R 26360 26363 16548 0 -1 4202560 45326 12571 0 0 1206 15 5 3 20 0 15 0 48140750 14405136384 205521 18446744073709551615 4194304 4196468 140721619468688 140448417732904 140448066949704 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 22749184 140721619474384 140721619477169 140721619477169 140721619480527 0
[pid=26363/tid=26414] ppid=26360 vsize=14067516 CPUtime=0.14 cores=1,3,5,7
/proc/26363/task/26414/stat : 26414 (java) S 26360 26363 16548 0 -1 1077944384 107 12571 0 0 5 1 5 3 20 0 15 0 48140751 14405136384 205521 18446744073709551615 4194304 4196468 140721619468688 140448385342224 140448413509333 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22749184 140721619474384 140721619477169 140721619477169 140721619480527 0
[pid=26363/tid=26415] ppid=26360 vsize=14067516 CPUtime=0.14 cores=1,3,5,7
/proc/26363/task/26415/stat : 26415 (java) S 26360 26363 16548 0 -1 1077944384 406 12571 0 0 5 1 5 3 20 0 15 0 48140751 14405136384 205521 18446744073709551615 4194304 4196468 140721619468688 140448012168080 140448413509333 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22749184 140721619474384 140721619477169 140721619477169 140721619480527 0
[pid=26363/tid=26416] ppid=26360 vsize=14067516 CPUtime=0.14 cores=1,3,5,7
/proc/26363/task/26416/stat : 26416 (java) S 26360 26363 16548 0 -1 1077944384 122 12571 0 0 5 1 5 3 20 0 15 0 48140751 14405136384 205521 18446744073709551615 4194304 4196468 140721619468688 140448011115536 140448413509333 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22749184 140721619474384 140721619477169 140721619477169 140721619480527 0
[pid=26363/tid=26417] ppid=26360 vsize=14067516 CPUtime=0.15 cores=1,3,5,7
/proc/26363/task/26417/stat : 26417 (java) S 26360 26363 16548 0 -1 1077944384 1373 12571 0 0 6 1 5 3 20 0 15 0 48140751 14405136384 205521 18446744073709551615 4194304 4196468 140721619468688 140448010062992 140448413509333 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22749184 140721619474384 140721619477169 140721619477169 140721619480527 0
[pid=26363/tid=26418] ppid=26360 vsize=14067516 CPUtime=0.12 cores=1,3,5,7
/proc/26363/task/26418/stat : 26418 (java) S 26360 26363 16548 0 -1 1077944384 2711 12571 0 0 4 0 5 3 20 0 15 0 48140752 14405136384 205521 18446744073709551615 4194304 4196468 140721619468688 140447330265072 140448413510274 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 22749184 140721619474384 140721619477169 140721619477169 140721619480527 0
[pid=26363/tid=26419] ppid=26360 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/26363/task/26419/stat : 26419 (java) S 26360 26363 16548 0 -1 1077944384 61 12571 0 0 0 0 5 3 20 0 15 0 48140752 14405136384 205521 18446744073709551615 4194304 4196468 140721619468688 140447329211360 140448413509333 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22749184 140721619474384 140721619477169 140721619477169 140721619480527 0
[pid=26363/tid=26420] ppid=26360 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/26363/task/26420/stat : 26420 (java) S 26360 26363 16548 0 -1 1077944384 46 12571 0 0 0 0 5 3 20 0 15 0 48140753 14405136384 205521 18446744073709551615 4194304 4196468 140721619468688 140447328158720 140448413509333 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22749184 140721619474384 140721619477169 140721619477169 140721619480527 0
[pid=26363/tid=26421] ppid=26360 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/26363/task/26421/stat : 26421 (java) S 26360 26363 16548 0 -1 1077944384 3 12571 0 0 0 0 5 3 20 0 15 0 48140755 14405136384 205521 18446744073709551615 4194304 4196468 140721619468688 140447327107280 140448413517723 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22749184 140721619474384 140721619477169 140721619477169 140721619480527 0

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

/proc/26363/task/26423/stat : 26423 (java) S 26360 26363 16548 0 -1 1077944384 16927 12571 0 0 551 3 5 3 20 0 15 0 48140755 14405136384 152338 18446744073709551615 4194304 4196468 140721619468688 140447325002352 140448413510274 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 34 0 0 6293624 6294260 22749184 140721619474384 140721619477169 140721619477169 140721619480527 0
[pid=26363/tid=26424] ppid=26360 vsize=14067516 CPUtime=2.83 cores=1,3,5,7
/proc/26363/task/26424/stat : 26424 (java) S 26360 26363 16548 0 -1 1077944384 15657 12571 0 0 269 6 5 3 20 0 15 0 48140755 14405136384 152338 18446744073709551615 4194304 4196468 140721619468688 140447323949808 140448413510274 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 34 0 0 6293624 6294260 22749184 140721619474384 140721619477169 140721619477169 140721619480527 0
[pid=26363/tid=26425] ppid=26360 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/26363/task/26425/stat : 26425 (java) S 26360 26363 16548 0 -1 1077944384 3 12571 0 0 0 0 5 3 20 0 15 0 48140756 14405136384 152338 18446744073709551615 4194304 4196468 140721619468688 140447322897504 140448413509333 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22749184 140721619474384 140721619477169 140721619477169 140721619480527 0
[pid=26363/tid=26426] ppid=26360 vsize=14067516 CPUtime=1.5 cores=1,3,5,7
/proc/26363/task/26426/stat : 26426 (java) S 26360 26363 16548 0 -1 1077944384 1105 12571 0 0 62 80 5 3 20 0 15 0 48140760 14405136384 152338 18446744073709551615 4194304 4196468 140721619468688 140447321844016 140448413510274 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 51 0 0 6293624 6294260 22749184 140721619474384 140721619477169 140721619477169 140721619480527 0
Current children cumulated CPU time (s) 2375.2
Current children cumulated vsize (KiB) 14067516

[startup+2382.3 s]
/proc/loadavg: 1.59 1.50 1.45 3/209 26716
/proc/meminfo: memFree=30069060/32770624 swapFree=0/310340
[pid=26363] ppid=26360 vsize=14067516 CPUtime=2436.37 cores=1,3,5,7
/proc/26363/stat : 26363 (java) S 26360 26363 16548 0 -1 1077944320 285065 12571 0 0 243183 446 5 3 20 0 15 0 48140728 14405136384 159364 18446744073709551615 4194304 4196468 140721619468688 140721619451232 140448413499127 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 22749184 140721619474384 140721619477169 140721619477169 140721619480527 0
/proc/26363/statm: 3516879 159364 3476 1 0 3505493 0
[pid=26363/tid=26413] ppid=26360 vsize=14067516 CPUtime=2355.11 cores=1,3,5,7
/proc/26363/task/26413/stat : 26413 (java) R 26360 26363 16548 0 -1 4202560 159181 12571 0 0 235425 78 5 3 20 0 15 0 48140750 14405136384 159364 18446744073709551615 4194304 4196468 140721619468688 140448417733280 140448056950694 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 22749184 140721619474384 140721619477169 140721619477169 140721619480527 0
[pid=26363/tid=26414] ppid=26360 vsize=14067516 CPUtime=14.08 cores=1,3,5,7
/proc/26363/task/26414/stat : 26414 (java) S 26360 26363 16548 0 -1 1077944384 16966 12571 0 0 1344 56 5 3 20 0 15 0 48140751 14405136384 159364 18446744073709551615 4194304 4196468 140721619468688 140448385342224 140448413509333 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22749184 140721619474384 140721619477169 140721619477169 140721619480527 0
[pid=26363/tid=26415] ppid=26360 vsize=14067516 CPUtime=14.06 cores=1,3,5,7
/proc/26363/task/26415/stat : 26415 (java) S 26360 26363 16548 0 -1 1077944384 15665 12571 0 0 1335 63 5 3 20 0 15 0 48140751 14405136384 159364 18446744073709551615 4194304 4196468 140721619468688 140448012168080 140448413509333 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22749184 140721619474384 140721619477169 140721619477169 140721619480527 0
[pid=26363/tid=26416] ppid=26360 vsize=14067516 CPUtime=14.12 cores=1,3,5,7
/proc/26363/task/26416/stat : 26416 (java) S 26360 26363 16548 0 -1 1077944384 13823 12571 0 0 1343 61 5 3 20 0 15 0 48140751 14405136384 159364 18446744073709551615 4194304 4196468 140721619468688 140448011115536 140448413509333 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22749184 140721619474384 140721619477169 140721619477169 140721619480527 0
[pid=26363/tid=26417] ppid=26360 vsize=14067516 CPUtime=14.03 cores=1,3,5,7
/proc/26363/task/26417/stat : 26417 (java) S 26360 26363 16548 0 -1 1077944384 17973 12571 0 0 1334 61 5 3 20 0 15 0 48140751 14405136384 159364 18446744073709551615 4194304 4196468 140721619468688 140448010062992 140448413509333 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22749184 140721619474384 140721619477169 140721619477169 140721619480527 0
[pid=26363/tid=26418] ppid=26360 vsize=14067516 CPUtime=9.76 cores=1,3,5,7
/proc/26363/task/26418/stat : 26418 (java) S 26360 26363 16548 0 -1 1077944384 11925 12571 0 0 877 91 5 3 20 0 15 0 48140752 14405136384 159364 18446744073709551615 4194304 4196468 140721619468688 140447330265072 140448413510274 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 22749184 140721619474384 140721619477169 140721619477169 140721619480527 0
[pid=26363/tid=26419] ppid=26360 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/26363/task/26419/stat : 26419 (java) S 26360 26363 16548 0 -1 1077944384 61 12571 0 0 0 0 5 3 20 0 15 0 48140752 14405136384 159364 18446744073709551615 4194304 4196468 140721619468688 140447329211360 140448413509333 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22749184 140721619474384 140721619477169 140721619477169 140721619480527 0
[pid=26363/tid=26420] ppid=26360 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/26363/task/26420/stat : 26420 (java) S 26360 26363 16548 0 -1 1077944384 46 12571 0 0 0 0 5 3 20 0 15 0 48140753 14405136384 159364 18446744073709551615 4194304 4196468 140721619468688 140447328158720 140448413509333 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22749184 140721619474384 140721619477169 140721619477169 140721619480527 0
[pid=26363/tid=26421] ppid=26360 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/26363/task/26421/stat : 26421 (java) S 26360 26363 16548 0 -1 1077944384 3 12571 0 0 0 0 5 3 20 0 15 0 48140755 14405136384 159364 18446744073709551615 4194304 4196468 140721619468688 140447327107280 140448413517723 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22749184 140721619474384 140721619477169 140721619477169 140721619480527 0
[pid=26363/tid=26422] ppid=26360 vsize=14067516 CPUtime=5.83 cores=1,3,5,7
/proc/26363/task/26422/stat : 26422 (java) S 26360 26363 16548 0 -1 1077944384 13558 12571 0 0 571 4 5 3 20 0 15 0 48140755 14405136384 159364 18446744073709551615 4194304 4196468 140721619468688 140447326054896 140448413510274 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 39 0 0 6293624 6294260 22749184 140721619474384 140721619477169 140721619477169 140721619480527 0
[pid=26363/tid=26423] ppid=26360 vsize=14067516 CPUtime=5.62 cores=1,3,5,7
/proc/26363/task/26423/stat : 26423 (java) S 26360 26363 16548 0 -1 1077944384 16929 12571 0 0 551 3 5 3 20 0 15 0 48140755 14405136384 159364 18446744073709551615 4194304 4196468 140721619468688 140447325002352 140448413510274 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 34 0 0 6293624 6294260 22749184 140721619474384 140721619477169 140721619477169 140721619480527 0
[pid=26363/tid=26424] ppid=26360 vsize=14067516 CPUtime=2.83 cores=1,3,5,7
/proc/26363/task/26424/stat : 26424 (java) S 26360 26363 16548 0 -1 1077944384 15659 12571 0 0 269 6 5 3 20 0 15 0 48140755 14405136384 159364 18446744073709551615 4194304 4196468 140721619468688 140447323949808 140448413510274 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 34 0 0 6293624 6294260 22749184 140721619474384 140721619477169 140721619477169 140721619480527 0
[pid=26363/tid=26425] ppid=26360 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/26363/task/26425/stat : 26425 (java) S 26360 26363 16548 0 -1 1077944384 3 12571 0 0 0 0 5 3 20 0 15 0 48140756 14405136384 159364 18446744073709551615 4194304 4196468 140721619468688 140447322897504 140448413509333 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22749184 140721619474384 140721619477169 140721619477169 140721619480527 0
[pid=26363/tid=26426] ppid=26360 vsize=14067516 CPUtime=1.54 cores=1,3,5,7
/proc/26363/task/26426/stat : 26426 (java) S 26360 26363 16548 0 -1 1077944384 1122 12571 0 0 63 83 5 3 20 0 15 0 48140760 14405136384 159364 18446744073709551615 4194304 4196468 140721619468688 140447321844016 140448413510274 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 51 0 0 6293624 6294260 22749184 140721619474384 140721619477169 140721619477169 140721619480527 0
Current children cumulated CPU time (s) 2436.37
Current children cumulated vsize (KiB) 14067516

[startup+2442.3 s]
/proc/loadavg: 1.34 1.45 1.44 3/208 26718
/proc/meminfo: memFree=30137792/32770624 swapFree=0/310336
[pid=26363] ppid=26360 vsize=14067516 CPUtime=2497.49 cores=1,3,5,7
/proc/26363/stat : 26363 (java) S 26360 26363 16548 0 -1 1077944320 293296 12571 0 0 249286 455 5 3 20 0 15 0 48140728 14405136384 159287 18446744073709551615 4194304 4196468 140721619468688 140721619451232 140448413499127 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 22749184 140721619474384 140721619477169 140721619477169 140721619480527 0
/proc/26363/statm: 3516879 159287 3476 1 0 3505493 0
[pid=26363/tid=26413] ppid=26360 vsize=14067516 CPUtime=2414.39 cores=1,3,5,7
/proc/26363/task/26413/stat : 26413 (java) R 26360 26363 16548 0 -1 4202560 165742 12571 0 0 241352 79 5 3 20 0 15 0 48140750 14405136384 159287 18446744073709551615 4194304 4196468 140721619468688 140448417732720 140448066889069 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 22749184 140721619474384 140721619477169 140721619477169 140721619480527 0
[pid=26363/tid=26414] ppid=26360 vsize=14067516 CPUtime=14.48 cores=1,3,5,7
/proc/26363/task/26414/stat : 26414 (java) S 26360 26363 16548 0 -1 1077944384 17367 12571 0 0 1383 57 5 3 20 0 15 0 48140751 14405136384 159287 18446744073709551615 4194304 4196468 140721619468688 140448385342224 140448413509333 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22749184 140721619474384 140721619477169 140721619477169 140721619480527 0
[pid=26363/tid=26415] ppid=26360 vsize=14067516 CPUtime=14.45 cores=1,3,5,7
/proc/26363/task/26415/stat : 26415 (java) S 26360 26363 16548 0 -1 1077944384 16071 12571 0 0 1373 64 5 3 20 0 15 0 48140751 14405136384 159287 18446744073709551615 4194304 4196468 140721619468688 140448012168080 140448413509333 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22749184 140721619474384 140721619477169 140721619477169 140721619480527 0
[pid=26363/tid=26416] ppid=26360 vsize=14067516 CPUtime=14.51 cores=1,3,5,7
/proc/26363/task/26416/stat : 26416 (java) S 26360 26363 16548 0 -1 1077944384 14131 12571 0 0 1380 63 5 3 20 0 15 0 48140751 14405136384 159287 18446744073709551615 4194304 4196468 140721619468688 140448011115536 140448413509333 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22749184 140721619474384 140721619477169 140721619477169 140721619480527 0
[pid=26363/tid=26417] ppid=26360 vsize=14067516 CPUtime=14.43 cores=1,3,5,7
/proc/26363/task/26417/stat : 26417 (java) S 26360 26363 16548 0 -1 1077944384 18277 12571 0 0 1372 63 5 3 20 0 15 0 48140751 14405136384 159287 18446744073709551615 4194304 4196468 140721619468688 140448010062992 140448413509333 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22749184 140721619474384 140721619477169 140721619477169 140721619480527 0
[pid=26363/tid=26418] ppid=26360 vsize=14067516 CPUtime=9.98 cores=1,3,5,7
/proc/26363/task/26418/stat : 26418 (java) S 26360 26363 16548 0 -1 1077944384 12162 12571 0 0 897 93 5 3 20 0 15 0 48140752 14405136384 159287 18446744073709551615 4194304 4196468 140721619468688 140447330265072 140448413510274 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 22749184 140721619474384 140721619477169 140721619477169 140721619480527 0
[pid=26363/tid=26419] ppid=26360 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/26363/task/26419/stat : 26419 (java) S 26360 26363 16548 0 -1 1077944384 61 12571 0 0 0 0 5 3 20 0 15 0 48140752 14405136384 159287 18446744073709551615 4194304 4196468 140721619468688 140447329211360 140448413509333 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22749184 140721619474384 140721619477169 140721619477169 140721619480527 0
[pid=26363/tid=26420] ppid=26360 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/26363/task/26420/stat : 26420 (java) S 26360 26363 16548 0 -1 1077944384 46 12571 0 0 0 0 5 3 20 0 15 0 48140753 14405136384 159287 18446744073709551615 4194304 4196468 140721619468688 140447328158720 140448413509333 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22749184 140721619474384 140721619477169 140721619477169 140721619480527 0
[pid=26363/tid=26421] ppid=26360 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/26363/task/26421/stat : 26421 (java) S 26360 26363 16548 0 -1 1077944384 3 12571 0 0 0 0 5 3 20 0 15 0 48140755 14405136384 159287 18446744073709551615 4194304 4196468 140721619468688 140447327107280 140448413517723 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22749184 140721619474384 140721619477169 140721619477169 140721619480527 0
[pid=26363/tid=26422] ppid=26360 vsize=14067516 CPUtime=5.83 cores=1,3,5,7
/proc/26363/task/26422/stat : 26422 (java) S 26360 26363 16548 0 -1 1077944384 13560 12571 0 0 571 4 5 3 20 0 15 0 48140755 14405136384 159287 18446744073709551615 4194304 4196468 140721619468688 140447326054896 140448413510274 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 39 0 0 6293624 6294260 22749184 140721619474384 140721619477169 140721619477169 140721619480527 0
[pid=26363/tid=26423] ppid=26360 vsize=14067516 CPUtime=5.62 cores=1,3,5,7
/proc/26363/task/26423/stat : 26423 (java) S 26360 26363 16548 0 -1 1077944384 16931 12571 0 0 551 3 5 3 20 0 15 0 48140755 14405136384 159287 18446744073709551615 4194304 4196468 140721619468688 140447325002352 140448413510274 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 34 0 0 6293624 6294260 22749184 140721619474384 140721619477169 140721619477169 140721619480527 0
[pid=26363/tid=26424] ppid=26360 vsize=14067516 CPUtime=2.83 cores=1,3,5,7
/proc/26363/task/26424/stat : 26424 (java) S 26360 26363 16548 0 -1 1077944384 15661 12571 0 0 269 6 5 3 20 0 15 0 48140755 14405136384 159287 18446744073709551615 4194304 4196468 140721619468688 140447323949808 140448413510274 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 34 0 0 6293624 6294260 22749184 140721619474384 140721619477169 140721619477169 140721619480527 0
[pid=26363/tid=26425] ppid=26360 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/26363/task/26425/stat : 26425 (java) S 26360 26363 16548 0 -1 1077944384 3 12571 0 0 0 0 5 3 20 0 15 0 48140756 14405136384 159287 18446744073709551615 4194304 4196468 140721619468688 140447322897504 140448413509333 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22749184 140721619474384 140721619477169 140721619477169 140721619480527 0
[pid=26363/tid=26426] ppid=26360 vsize=14067516 CPUtime=1.58 cores=1,3,5,7
/proc/26363/task/26426/stat : 26426 (java) S 26360 26363 16548 0 -1 1077944384 1130 12571 0 0 65 85 5 3 20 0 15 0 48140760 14405136384 159287 18446744073709551615 4194304 4196468 140721619468688 140447321844016 140448413510274 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 51 0 0 6293624 6294260 22749184 140721619474384 140721619477169 140721619477169 140721619480527 0
Current children cumulated CPU time (s) 2497.49
Current children cumulated vsize (KiB) 14067516



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2464.4 s]
/proc/loadavg: 1.23 1.42 1.43 3/209 26719
/proc/meminfo: memFree=30150636/32770624 swapFree=0/310332
[pid=26363] ppid=26360 vsize=14067516 CPUtime=2520.01 cores=1,3,5,7
/proc/26363/stat : 26363 (java) S 26360 26363 16548 0 -1 1077944320 293760 12571 0 0 251536 457 5 3 20 0 15 0 48140728 14405136384 158261 18446744073709551615 4194304 4196468 140721619468688 140721619451232 140448413499127 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 22749184 140721619474384 140721619477169 140721619477169 140721619480527 0
/proc/26363/statm: 3516879 158261 3476 1 0 3505493 0
[pid=26363/tid=26413] ppid=26360 vsize=14067516 CPUtime=2436.24 cores=1,3,5,7
/proc/26363/task/26413/stat : 26413 (java) R 26360 26363 16548 0 -1 4202560 166000 12571 0 0 243536 80 5 3 20 0 15 0 48140750 14405136384 158261 18446744073709551615 4194304 4196468 140721619468688 140448417733216 140448067344125 0 4 1 16800974 0 0 0 -1 7 0 0 3 0 0 6293624 6294260 22749184 140721619474384 140721619477169 140721619477169 140721619480527 0
[pid=26363/tid=26414] ppid=26360 vsize=14067516 CPUtime=14.62 cores=1,3,5,7
/proc/26363/task/26414/stat : 26414 (java) S 26360 26363 16548 0 -1 1077944384 17404 12571 0 0 1397 57 5 3 20 0 15 0 48140751 14405136384 158261 18446744073709551615 4194304 4196468 140721619468688 140448385342224 140448413509333 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22749184 140721619474384 140721619477169 140721619477169 140721619480527 0
[pid=26363/tid=26415] ppid=26360 vsize=14067516 CPUtime=14.59 cores=1,3,5,7
/proc/26363/task/26415/stat : 26415 (java) S 26360 26363 16548 0 -1 1077944384 16090 12571 0 0 1387 64 5 3 20 0 15 0 48140751 14405136384 158261 18446744073709551615 4194304 4196468 140721619468688 140448012168080 140448413509333 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22749184 140721619474384 140721619477169 140721619477169 140721619480527 0
[pid=26363/tid=26416] ppid=26360 vsize=14067516 CPUtime=14.66 cores=1,3,5,7
/proc/26363/task/26416/stat : 26416 (java) S 26360 26363 16548 0 -1 1077944384 14199 12571 0 0 1395 63 5 3 20 0 15 0 48140751 14405136384 158261 18446744073709551615 4194304 4196468 140721619468688 140448011115536 140448413509333 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22749184 140721619474384 140721619477169 140721619477169 140721619480527 0
[pid=26363/tid=26417] ppid=26360 vsize=14067516 CPUtime=14.57 cores=1,3,5,7
/proc/26363/task/26417/stat : 26417 (java) S 26360 26363 16548 0 -1 1077944384 18321 12571 0 0 1386 63 5 3 20 0 15 0 48140751 14405136384 158261 18446744073709551615 4194304 4196468 140721619468688 140448010062992 140448413509333 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22749184 140721619474384 140721619477169 140721619477169 140721619480527 0
[pid=26363/tid=26418] ppid=26360 vsize=14067516 CPUtime=10.07 cores=1,3,5,7
/proc/26363/task/26418/stat : 26418 (java) S 26360 26363 16548 0 -1 1077944384 12200 12571 0 0 905 94 5 3 20 0 15 0 48140752 14405136384 158261 18446744073709551615 4194304 4196468 140721619468688 140447330265072 140448413510274 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 22749184 140721619474384 140721619477169 140721619477169 140721619480527 0
[pid=26363/tid=26419] ppid=26360 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/26363/task/26419/stat : 26419 (java) S 26360 26363 16548 0 -1 1077944384 61 12571 0 0 0 0 5 3 20 0 15 0 48140752 14405136384 158261 18446744073709551615 4194304 4196468 140721619468688 140447329211360 140448413509333 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22749184 140721619474384 140721619477169 140721619477169 140721619480527 0
[pid=26363/tid=26420] ppid=26360 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/26363/task/26420/stat : 26420 (java) S 26360 26363 16548 0 -1 1077944384 46 12571 0 0 0 0 5 3 20 0 15 0 48140753 14405136384 158261 18446744073709551615 4194304 4196468 140721619468688 140447328158720 140448413509333 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22749184 140721619474384 140721619477169 140721619477169 140721619480527 0
[pid=26363/tid=26421] ppid=26360 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/26363/task/26421/stat : 26421 (java) S 26360 26363 16548 0 -1 1077944384 3 12571 0 0 0 0 5 3 20 0 15 0 48140755 14405136384 158261 18446744073709551615 4194304 4196468 140721619468688 140447327107280 140448413517723 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22749184 140721619474384 140721619477169 140721619477169 140721619480527 0
[pid=26363/tid=26422] ppid=26360 vsize=14067516 CPUtime=5.83 cores=1,3,5,7
/proc/26363/task/26422/stat : 26422 (java) S 26360 26363 16548 0 -1 1077944384 13560 12571 0 0 571 4 5 3 20 0 15 0 48140755 14405136384 158261 18446744073709551615 4194304 4196468 140721619468688 140447326054896 140448413510274 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 39 0 0 6293624 6294260 22749184 140721619474384 140721619477169 140721619477169 140721619480527 0
[pid=26363/tid=26423] ppid=26360 vsize=14067516 CPUtime=5.62 cores=1,3,5,7
/proc/26363/task/26423/stat : 26423 (java) S 26360 26363 16548 0 -1 1077944384 16931 12571 0 0 551 3 5 3 20 0 15 0 48140755 14405136384 158261 18446744073709551615 4194304 4196468 140721619468688 140447325002352 140448413510274 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 34 0 0 6293624 6294260 22749184 140721619474384 140721619477169 140721619477169 140721619480527 0
[pid=26363/tid=26424] ppid=26360 vsize=14067516 CPUtime=2.83 cores=1,3,5,7
/proc/26363/task/26424/stat : 26424 (java) S 26360 26363 16548 0 -1 1077944384 15661 12571 0 0 269 6 5 3 20 0 15 0 48140755 14405136384 158261 18446744073709551615 4194304 4196468 140721619468688 140447323949808 140448413510274 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 34 0 0 6293624 6294260 22749184 140721619474384 140721619477169 140721619477169 140721619480527 0
[pid=26363/tid=26425] ppid=26360 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/26363/task/26425/stat : 26425 (java) S 26360 26363 16548 0 -1 1077944384 3 12571 0 0 0 0 5 3 20 0 15 0 48140756 14405136384 158261 18446744073709551615 4194304 4196468 140721619468688 140447322897504 140448413509333 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22749184 140721619474384 140721619477169 140721619477169 140721619480527 0
[pid=26363/tid=26426] ppid=26360 vsize=14067516 CPUtime=1.58 cores=1,3,5,7
/proc/26363/task/26426/stat : 26426 (java) S 26360 26363 16548 0 -1 1077944384 1130 12571 0 0 65 85 5 3 20 0 15 0 48140760 14405136384 158261 18446744073709551615 4194304 4196468 140721619468688 140447321844016 140448413510274 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 51 0 0 6293624 6294260 22749184 140721619474384 140721619477169 140721619477169 140721619480527 0
Current children cumulated CPU time (s) 2520.01
Current children cumulated vsize (KiB) 14067516

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

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

[startup+2464.6 s]
/proc/loadavg: 1.23 1.42 1.43 3/209 26719
/proc/meminfo: memFree=30150636/32770624 swapFree=0/310332
[pid=26363] ppid=26360 vsize=14200644 CPUtime=2520.52 cores=1,3,5,7
/proc/26363/stat : 26363 (java) S 26360 26363 16548 0 -1 1077944320 297927 12571 0 0 251586 458 5 3 20 0 17 0 48140728 14541459456 159252 18446744073709551615 4194304 4196468 140721619468688 140721619451232 140448413499127 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 22749184 140721619474384 140721619477169 140721619477169 140721619480527 0
/proc/26363/statm: 3550161 159252 3477 1 0 3538775 0
[pid=26363/tid=26413] ppid=26360 vsize=14200644 CPUtime=2436.25 cores=1,3,5,7
/proc/26363/task/26413/stat : 26413 (java) S 26360 26363 16548 0 -1 1077944384 166204 12571 0 0 243537 80 5 3 20 0 17 0 48140750 14541459456 159252 18446744073709551615 4194304 4196468 140721619468688 140448417742000 140448413509333 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 22749184 140721619474384 140721619477169 140721619477169 140721619480527 0
[pid=26363/tid=26414] ppid=26360 vsize=14200644 CPUtime=14.72 cores=1,3,5,7
/proc/26363/task/26414/stat : 26414 (java) S 26360 26363 16548 0 -1 1077944384 17415 12571 0 0 1407 57 5 3 20 0 17 0 48140751 14541459456 159252 18446744073709551615 4194304 4196468 140721619468688 140448385342224 140448413509333 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22749184 140721619474384 140721619477169 140721619477169 140721619480527 0
[pid=26363/tid=26415] ppid=26360 vsize=14200644 CPUtime=14.69 cores=1,3,5,7
/proc/26363/task/26415/stat : 26415 (java) S 26360 26363 16548 0 -1 1077944384 16117 12571 0 0 1397 64 5 3 20 0 17 0 48140751 14541459456 159285 18446744073709551615 4194304 4196468 140721619468688 140448012168080 140448413509333 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22749184 140721619474384 140721619477169 140721619477169 140721619480527 0
[pid=26363/tid=26416] ppid=26360 vsize=14200644 CPUtime=14.76 cores=1,3,5,7
/proc/26363/task/26416/stat : 26416 (java) S 26360 26363 16548 0 -1 1077944384 14213 12571 0 0 1405 63 5 3 20 0 17 0 48140751 14541459456 159267 18446744073709551615 4194304 4196468 140721619468688 140448011115536 140448413509333 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22749184 140721619474384 140721619477169 140721619477169 140721619480527 0
[pid=26363/tid=26417] ppid=26360 vsize=14200644 CPUtime=14.67 cores=1,3,5,7
/proc/26363/task/26417/stat : 26417 (java) S 26360 26363 16548 0 -1 1077944384 18328 12571 0 0 1396 63 5 3 20 0 16 0 48140751 14541459456 159267 18446744073709551615 4194304 4196468 140721619468688 140448010062992 140448413509333 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22749184 140721619474384 140721619477169 140721619477169 140721619480527 0
[pid=26363/tid=26418] ppid=26360 vsize=14200644 CPUtime=10.15 cores=1,3,5,7
/proc/26363/task/26418/stat : 26418 (java) R 26360 26363 16548 0 -1 1077944384 15716 12571 0 0 913 94 5 3 20 0 16 0 48140752 14541459456 159267 18446744073709551615 4194304 4196468 140721619468688 140447330265072 140448413510274 0 0 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 22749184 140721619474384 140721619477169 140721619477169 140721619480527 0
[pid=26363/tid=26419] ppid=26360 vsize=14200644 CPUtime=0.08 cores=1,3,5,7
/proc/26363/task/26419/stat : 26419 (java) S 26360 26363 16548 0 -1 1077944384 64 12571 0 0 0 0 5 3 20 0 15 0 48140752 14541459456 159271 18446744073709551615 4194304 4196468 140721619468688 140447329211360 140448413509333 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22749184 140721619474384 140721619477169 140721619477169 140721619480527 0
[pid=26363/tid=26420] ppid=26360 vsize=14200644 CPUtime=0.08 cores=1,3,5,7
/proc/26363/task/26420/stat : 26420 (java) S 26360 26363 16548 0 -1 1077944384 50 12571 0 0 0 0 5 3 20 0 14 0 48140753 14541459456 159255 18446744073709551615 4194304 4196468 140721619468688 140447328158720 140448413509333 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22749184 140721619474384 140721619477169 140721619477169 140721619480527 0
[pid=26363/tid=26422] ppid=26360 vsize=14200644 CPUtime=5.84 cores=1,3,5,7
/proc/26363/task/26422/stat : 26422 (java) S 26360 26363 16548 0 -1 1077944384 13608 12571 0 0 572 4 5 3 20 0 14 0 48140755 14541459456 159255 18446744073709551615 4194304 4196468 140721619468688 140447326054896 140448413510274 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 39 0 0 6293624 6294260 22749184 140721619474384 140721619477169 140721619477169 140721619480527 0
[pid=26363/tid=26423] ppid=26360 vsize=14200644 CPUtime=5.62 cores=1,3,5,7
/proc/26363/task/26423/stat : 26423 (java) S 26360 26363 16548 0 -1 1077944384 16931 12571 0 0 551 3 5 3 20 0 14 0 48140755 14541459456 159255 18446744073709551615 4194304 4196468 140721619468688 140447325002352 140448413510274 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 34 0 0 6293624 6294260 22749184 140721619474384 140721619477169 140721619477169 140721619480527 0
[pid=26363/tid=26424] ppid=26360 vsize=14200644 CPUtime=2.84 cores=1,3,5,7
/proc/26363/task/26424/stat : 26424 (java) S 26360 26363 16548 0 -1 1077944384 15765 12571 0 0 270 6 5 3 20 0 14 0 48140755 14541459456 159255 18446744073709551615 4194304 4196468 140721619468688 140447323949808 140448413510274 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 34 0 0 6293624 6294260 22749184 140721619474384 140721619477169 140721619477169 140721619480527 0
[pid=26363/tid=26425] ppid=26360 vsize=14200644 CPUtime=0.08 cores=1,3,5,7
/proc/26363/task/26425/stat : 26425 (java) S 26360 26363 16548 0 -1 1077944384 3 12571 0 0 0 0 5 3 20 0 14 0 48140756 14541459456 159255 18446744073709551615 4194304 4196468 140721619468688 140447322897504 140448413509333 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22749184 140721619474384 140721619477169 140721619477169 140721619480527 0
Current children cumulated CPU time (s) 2520.52
Current children cumulated vsize (KiB) 14200644

Child status: 143
Real time (s): 2464.61
CPU time (s): 2520.54
CPU user time (s): 2515.91
CPU system time (s): 4.62514
CPU usage (%): 102.269
Max. virtual memory (cumulated for all children) (KiB): 14200644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.91
system time used= 4.62514
maximum resident set size= 1395040
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 310519
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= 272095
involuntary context switches= 9878

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.4307 second user time and 16.1251 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-11 15:36:52
IDJOB=4262389
IDBENCH=133588
IDSOLVER=2650
FILE ID=node126/4262389-1502459452
RUNJOBID= node126-1502411413-16612
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/MagicHexagon/MagicHexagon-m1-s1/MagicHexagon-10-m021.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262389-1502459452/watcher-4262389-1502459452 -o /tmp/evaluation-result-4262389-1502459452/solver-4262389-1502459452 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502411413-16612 --watchdog 2580  bin/concrete HOME/instance-4262389-1502459452.xml

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

MD5SUM BENCH= bb8f18d9394a9daa2d276ef3f55d21f6
RANDOM SEED=1901013196

node126.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.81
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.81
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.81
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.81
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:        30604460 kB
MemAvailable:   31221348 kB
Buffers:          283612 kB
Cached:           606620 kB
SwapCached:          524 kB
Active:          1328100 kB
Inactive:         380652 kB
Active(anon):     772836 kB
Inactive(anon):    71324 kB
Active(file):     555264 kB
Inactive(file):   309328 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:             24312 kB
Writeback:             4 kB
AnonPages:        818428 kB
Mapped:            54304 kB
Shmem:             25248 kB
Slab:             162424 kB
SReclaimable:     136260 kB
SUnreclaim:        26164 kB
KernelStack:        3440 kB
PageTables:         6916 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1752148 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    612352 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 61984 MiB
End job on node126 at 2017-08-11 16:17:56