Trace number 4262390

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.6299 2458.6101

General information on the benchmark

NameMagicHexagon/MagicHexagon-m1-s1/
MagicHexagon-11-0066.xml
MD5SUM0b8750a079fea2eda3490f2b84dad210
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 variables441
Number of constraints70
Number of domains1
Minimum domain size331
Maximum domain size331
Distribution of domain sizes[{"size":331,"count":331}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":110},{"degree":4,"count":325},{"degree":5,"count":3},{"degree":6,"count":2},{"degree":9,"count":1}]
Minimum constraint arity2
Maximum constraint arity331
Distribution of constraint arities[{"arity":2,"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":6},{"arity":20,"count":6},{"arity":21,"count":3},{"arity":331,"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":63}]
Optimization problemNO
Type of objective

Solver Data

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

pid=26488
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 1.40 1.42 1.42 4/194 26491
/proc/meminfo: memFree=30109832/32770624 swapFree=0/309724
[pid=26491] ppid=26488 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/26491/stat : 26491 (runsolver) D 26488 26491 16548 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 48154068 24240128 106 18446744073709551615 4194304 4338465 140722477926000 140722477923640 139647621804759 0 0 1 24578 18446744071580418449 0 0 17 4 0 0 0 0 0 6438912 6441760 23351296 140722477932752 140722477933129 140722477933129 140722477936586 0
/proc/26491/statm: 5918 106 53 36 0 2156 0

[startup+0.100062 s]
/proc/loadavg: 1.40 1.42 1.42 4/194 26491
/proc/meminfo: memFree=30109832/32770624 swapFree=0/309724
[pid=26491] ppid=26488 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/26491/stat : 26491 (bash) S 26488 26491 16548 0 -1 4202496 892 6483 0 0 0 0 0 1 20 0 1 0 48154068 9867264 377 18446744073709551615 4194304 5098028 140721563234704 140721563228712 140569971776512 0 0 5 65536 18446744071580971376 0 0 17 0 0 0 7 0 0 7196144 7232144 38060032 140721563238932 140721563239017 140721563239017 140721563242474 0
/proc/26491/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.200311 s]
/proc/loadavg: 1.40 1.42 1.42 4/194 26491
/proc/meminfo: memFree=30109832/32770624 swapFree=0/309724
[pid=26491] ppid=26488 vsize=13358716 CPUtime=0.07 cores=0,2,4,6
/proc/26491/stat : 26491 (java) S 26488 26491 16548 0 -1 1077944320 4195 12350 0 0 0 0 5 2 20 0 6 0 48154068 13679325184 3528 18446744073709551615 4194304 4196468 140726639024256 140726639006800 140324850634487 0 0 1 16784584 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 10579968 140726639028176 140726639030961 140726639030961 140726639034319 0
/proc/26491/statm: 3339679 3528 1891 1 0 3329176 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 13358716

[startup+0.300283 s]
/proc/loadavg: 1.40 1.42 1.42 4/194 26491
/proc/meminfo: memFree=30109832/32770624 swapFree=0/309724
[pid=26491] ppid=26488 vsize=13974356 CPUtime=0.2 cores=0,2,4,6
/proc/26491/stat : 26491 (java) S 26488 26491 16548 0 -1 1077944320 6782 12350 0 0 11 2 5 2 20 0 15 0 48154068 14309740544 7454 18446744073709551615 4194304 4196468 140726639024256 140726639006800 140324850634487 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 10579968 140726639028176 140726639030961 140726639030961 140726639034319 0
/proc/26491/statm: 3493589 7454 2907 1 0 3482965 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 13974356

[startup+0.700851 s]
/proc/loadavg: 1.40 1.42 1.42 4/194 26491
/proc/meminfo: memFree=30109832/32770624 swapFree=0/309724
[pid=26491] ppid=26488 vsize=13974784 CPUtime=0.73 cores=0,2,4,6
/proc/26491/stat : 26491 (java) S 26488 26491 16548 0 -1 1077944320 13970 12350 0 0 62 4 5 2 20 0 15 0 48154068 14310178816 14905 18446744073709551615 4194304 4196468 140726639024256 140726639006800 140324850634487 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 10579968 140726639028176 140726639030961 140726639030961 140726639034319 0
/proc/26491/statm: 3493696 14905 3111 1 0 3482965 0
Current children cumulated CPU time (s) 0.73
Current children cumulated vsize (KiB) 13974784

[startup+1.50685 s]
/proc/loadavg: 1.45 1.43 1.42 3/209 26554
/proc/meminfo: memFree=30015324/32770624 swapFree=0/309944
[pid=26491] ppid=26488 vsize=13985408 CPUtime=1.98 cores=0,2,4,6
/proc/26491/stat : 26491 (java) S 26488 26491 16548 0 -1 1077944320 29895 12350 0 0 182 9 5 2 20 0 15 0 48154068 14321057792 43200 18446744073709551615 4194304 4196468 140726639024256 140726639006800 140324850634487 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 10579968 140726639028176 140726639030961 140726639030961 140726639034319 0
/proc/26491/statm: 3496352 43200 3375 1 0 3485525 0
[pid=26491/tid=26541] ppid=26488 vsize=13985408 CPUtime=1.31 cores=0,2,4,6
/proc/26491/task/26541/stat : 26541 (java) R 26488 26491 16548 0 -1 4202560 22791 12350 0 0 119 5 5 2 20 0 15 0 48154087 14321057792 43200 18446744073709551615 4194304 4196468 140726639024256 140324854864032 140324850646422 0 4 1 16800974 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 10579968 140726639028176 140726639030961 140726639030961 140726639034319 0
[pid=26491/tid=26542] ppid=26488 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/26491/task/26542/stat : 26542 (java) S 26488 26491 16548 0 -1 1077944384 52 12350 0 0 0 0 5 2 20 0 15 0 48154087 14321057792 43200 18446744073709551615 4194304 4196468 140726639024256 140324770048784 140324850644693 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10579968 140726639028176 140726639030961 140726639030961 140726639034319 0
[pid=26491/tid=26543] ppid=26488 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/26491/task/26543/stat : 26543 (java) S 26488 26491 16548 0 -1 1077944384 197 12350 0 0 1 0 5 2 20 0 15 0 48154087 14321057792 43200 18446744073709551615 4194304 4196468 140726639024256 140324450069392 140324850644693 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10579968 140726639028176 140726639030961 140726639030961 140726639034319 0
[pid=26491/tid=26544] ppid=26488 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/26491/task/26544/stat : 26544 (java) S 26488 26491 16548 0 -1 1077944384 62 12350 0 0 1 0 5 2 20 0 15 0 48154087 14321057792 43200 18446744073709551615 4194304 4196468 140726639024256 140324449016848 140324850644693 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10579968 140726639028176 140726639030961 140726639030961 140726639034319 0
[pid=26491/tid=26545] ppid=26488 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/26491/task/26545/stat : 26545 (java) S 26488 26491 16548 0 -1 1077944384 49 12350 0 0 1 0 5 2 20 0 15 0 48154087 14321057792 43200 18446744073709551615 4194304 4196468 140726639024256 140324447964304 140324850644693 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10579968 140726639028176 140726639030961 140726639030961 140726639034319 0
[pid=26491/tid=26546] ppid=26488 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/26491/task/26546/stat : 26546 (java) S 26488 26491 16548 0 -1 1077944384 1298 12350 0 0 1 0 5 2 20 0 15 0 48154089 14321057792 43200 18446744073709551615 4194304 4196468 140726639024256 140324328916976 140324850645634 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10579968 140726639028176 140726639030961 140726639030961 140726639034319 0
[pid=26491/tid=26547] ppid=26488 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/26491/task/26547/stat : 26547 (java) S 26488 26491 16548 0 -1 1077944384 54 12350 0 0 0 0 5 2 20 0 15 0 48154089 14321057792 43200 18446744073709551615 4194304 4196468 140726639024256 140324327863264 140324850644693 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10579968 140726639028176 140726639030961 140726639030961 140726639034319 0
[pid=26491/tid=26548] ppid=26488 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/26491/task/26548/stat : 26548 (java) S 26488 26491 16548 0 -1 1077944384 45 12350 0 0 0 0 5 2 20 0 15 0 48154089 14321057792 43200 18446744073709551615 4194304 4196468 140726639024256 140324326810624 140324850644693 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10579968 140726639028176 140726639030961 140726639030961 140726639034319 0
[pid=26491/tid=26549] ppid=26488 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/26491/task/26549/stat : 26549 (java) S 26488 26491 16548 0 -1 1077944384 3 12350 0 0 0 0 5 2 20 0 15 0 48154092 14321057792 43200 18446744073709551615 4194304 4196468 140726639024256 140324325759184 140324850653083 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10579968 140726639028176 140726639030961 140726639030961 140726639034319 0
[pid=26491/tid=26550] ppid=26488 vsize=13985408 CPUtime=0.25 cores=0,2,4,6
/proc/26491/task/26550/stat : 26550 (java) R 26488 26491 16548 0 -1 4202560 1132 12350 0 0 18 0 5 2 20 0 15 0 48154092 14321057792 43200 18446744073709551615 4194304 4196468 140726639024256 140324324693344 140324832156964 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10579968 140726639028176 140726639030961 140726639030961 140726639034319 0
[pid=26491/tid=26551] ppid=26488 vsize=13985408 CPUtime=0.2 cores=0,2,4,6
/proc/26491/task/26551/stat : 26551 (java) R 26488 26491 16548 0 -1 4202560 577 12350 0 0 13 0 5 2 20 0 15 0 48154092 14321057792 43200 18446744073709551615 4194304 4196468 140726639024256 140324323643520 140324831334784 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10579968 140726639028176 140726639030961 140726639030961 140726639034319 0
[pid=26491/tid=26552] ppid=26488 vsize=13985408 CPUtime=0.31 cores=0,2,4,6
/proc/26491/task/26552/stat : 26552 (java) S 26488 26491 16548 0 -1 1077944384 1472 12350 0 0 24 0 5 2 20 0 15 0 48154092 14321057792 43200 18446744073709551615 4194304 4196468 140726639024256 140324322601712 140324850645634 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10579968 140726639028176 140726639030961 140726639030961 140726639034319 0
[pid=26491/tid=26553] ppid=26488 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/26491/task/26553/stat : 26553 (java) S 26488 26491 16548 0 -1 1077944384 3 12350 0 0 0 0 5 2 20 0 15 0 48154092 14321057792 43200 18446744073709551615 4194304 4196468 140726639024256 140324321549408 140324850644693 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10579968 140726639028176 140726639030961 140726639030961 140726639034319 0
[pid=26491/tid=26554] ppid=26488 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/26491/task/26554/stat : 26554 (java) S 26488 26491 16548 0 -1 1077944384 10 12350 0 0 0 0 5 2 20 0 15 0 48154095 14321057792 43200 18446744073709551615 4194304 4196468 140726639024256 140324320495920 140324850645634 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10579968 140726639028176 140726639030961 140726639030961 140726639034319 0
Current children cumulated CPU time (s) 1.98
Current children cumulated vsize (KiB) 13985408

[startup+3.10064 s]
/proc/loadavg: 1.45 1.43 1.42 4/209 26554
/proc/meminfo: memFree=29941524/32770624 swapFree=0/309944
[pid=26491] ppid=26488 vsize=13997884 CPUtime=5.78 cores=0,2,4,6
/proc/26491/stat : 26491 (java) S 26488 26491 16548 0 -1 1077944320 42737 12350 0 0 556 15 5 2 20 0 15 0 48154068 14333833216 67213 18446744073709551615 4194304 4196468 140726639024256 140726639006800 140324850634487 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 10579968 140726639028176 140726639030961 140726639030961 140726639034319 0
/proc/26491/statm: 3499471 67213 3446 1 0 3488085 0
[pid=26491/tid=26541] ppid=26488 vsize=13997884 CPUtime=2.9 cores=0,2,4,6
/proc/26491/task/26541/stat : 26541 (java) R 26488 26491 16548 0 -1 4202560 28815 12350 0 0 275 8 5 2 20 0 15 0 48154087 14333833216 67213 18446744073709551615 4194304 4196468 140726639024256 140324854865912 140324459081773 0 4 1 16800974 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 10579968 140726639028176 140726639030961 140726639030961 140726639034319 0
[pid=26491/tid=26542] ppid=26488 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/26491/task/26542/stat : 26542 (java) S 26488 26491 16548 0 -1 1077944384 52 12350 0 0 0 0 5 2 20 0 15 0 48154087 14333833216 67213 18446744073709551615 4194304 4196468 140726639024256 140324770048784 140324850644693 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10579968 140726639028176 140726639030961 140726639030961 140726639034319 0
[pid=26491/tid=26543] ppid=26488 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/26491/task/26543/stat : 26543 (java) S 26488 26491 16548 0 -1 1077944384 197 12350 0 0 1 0 5 2 20 0 15 0 48154087 14333833216 67213 18446744073709551615 4194304 4196468 140726639024256 140324450069392 140324850644693 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10579968 140726639028176 140726639030961 140726639030961 140726639034319 0
[pid=26491/tid=26544] ppid=26488 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/26491/task/26544/stat : 26544 (java) S 26488 26491 16548 0 -1 1077944384 62 12350 0 0 1 0 5 2 20 0 15 0 48154087 14333833216 67213 18446744073709551615 4194304 4196468 140726639024256 140324449016848 140324850644693 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10579968 140726639028176 140726639030961 140726639030961 140726639034319 0
[pid=26491/tid=26545] ppid=26488 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/26491/task/26545/stat : 26545 (java) S 26488 26491 16548 0 -1 1077944384 49 12350 0 0 1 0 5 2 20 0 15 0 48154087 14333833216 67213 18446744073709551615 4194304 4196468 140726639024256 140324447964304 140324850644693 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10579968 140726639028176 140726639030961 140726639030961 140726639034319 0
[pid=26491/tid=26546] ppid=26488 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/26491/task/26546/stat : 26546 (java) S 26488 26491 16548 0 -1 1077944384 1311 12350 0 0 1 0 5 2 20 0 15 0 48154089 14333833216 67213 18446744073709551615 4194304 4196468 140726639024256 140324328916976 140324850645634 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10579968 140726639028176 140726639030961 140726639030961 140726639034319 0
[pid=26491/tid=26547] ppid=26488 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/26491/task/26547/stat : 26547 (java) S 26488 26491 16548 0 -1 1077944384 54 12350 0 0 0 0 5 2 20 0 15 0 48154089 14333833216 67213 18446744073709551615 4194304 4196468 140726639024256 140324327863264 140324850644693 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10579968 140726639028176 140726639030961 140726639030961 140726639034319 0
[pid=26491/tid=26548] ppid=26488 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/26491/task/26548/stat : 26548 (java) S 26488 26491 16548 0 -1 1077944384 45 12350 0 0 0 0 5 2 20 0 15 0 48154089 14333833216 67213 18446744073709551615 4194304 4196468 140726639024256 140324326810624 140324850644693 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10579968 140726639028176 140726639030961 140726639030961 140726639034319 0
[pid=26491/tid=26549] ppid=26488 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/26491/task/26549/stat : 26549 (java) S 26488 26491 16548 0 -1 1077944384 3 12350 0 0 0 0 5 2 20 0 15 0 48154092 14333833216 67213 18446744073709551615 4194304 4196468 140726639024256 140324325759184 140324850653083 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10579968 140726639028176 140726639030961 140726639030961 140726639034319 0
[pid=26491/tid=26550] ppid=26488 vsize=13997884 CPUtime=0.86 cores=0,2,4,6
/proc/26491/task/26550/stat : 26550 (java) S 26488 26491 16548 0 -1 1077944384 2325 12350 0 0 78 1 5 2 20 0 15 0 48154092 14333833216 67213 18446744073709551615 4194304 4196468 140726639024256 140324324706800 140324850645634 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10579968 140726639028176 140726639030961 140726639030961 140726639034319 0
[pid=26491/tid=26551] ppid=26488 vsize=13997884 CPUtime=1.04 cores=0,2,4,6
/proc/26491/task/26551/stat : 26551 (java) S 26488 26491 16548 0 -1 1077944384 3972 12350 0 0 96 1 5 2 20 0 15 0 48154092 14333833216 67213 18446744073709551615 4194304 4196468 140726639024256 140324323654256 140324850645634 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10579968 140726639028176 140726639030961 140726639030961 140726639034319 0
[pid=26491/tid=26552] ppid=26488 vsize=13997884 CPUtime=1.06 cores=0,2,4,6
/proc/26491/task/26552/stat : 26552 (java) S 26488 26491 16548 0 -1 1077944384 3687 12350 0 0 98 1 5 2 20 0 15 0 48154092 14333833216 67213 18446744073709551615 4194304 4196468 140726639024256 140324322601712 140324850645634 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10579968 140726639028176 140726639030961 140726639030961 140726639034319 0
[pid=26491/tid=26553] ppid=26488 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/26491/task/26553/stat : 26553 (java) S 26488 26491 16548 0 -1 1077944384 3 12350 0 0 0 0 5 2 20 0 15 0 48154092 14333833216 67213 18446744073709551615 4194304 4196468 140726639024256 140324321549408 140324850644693 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10579968 140726639028176 140726639030961 140726639030961 140726639034319 0
[pid=26491/tid=26554] ppid=26488 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/26491/task/26554/stat : 26554 (java) S 26488 26491 16548 0 -1 1077944384 11 12350 0 0 0 0 5 2 20 0 15 0 48154095 14333833216 67213 18446744073709551615 4194304 4196468 140726639024256 140324320495920 140324850645634 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10579968 140726639028176 140726639030961 140726639030961 140726639034319 0
Current children cumulated CPU time (s) 5.78
Current children cumulated vsize (KiB) 13997884

[startup+6.30067 s]
/proc/loadavg: 1.45 1.43 1.42 3/209 26554
/proc/meminfo: memFree=29833240/32770624 swapFree=0/309944
[pid=26491] ppid=26488 vsize=13997884 CPUtime=9.17 cores=0,2,4,6
/proc/26491/stat : 26491 (java) S 26488 26491 16548 0 -1 1077944320 43639 12350 0 0 891 19 5 2 20 0 15 0 48154068 14333833216 74557 18446744073709551615 4194304 4196468 140726639024256 140726639006800 140324850634487 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 10579968 140726639028176 140726639030961 140726639030961 140726639034319 0
/proc/26491/statm: 3499471 74557 3452 1 0 3488085 0
[pid=26491/tid=26541] ppid=26488 vsize=13997884 CPUtime=5.96 cores=0,2,4,6
/proc/26491/task/26541/stat : 26541 (java) R 26488 26491 16548 0 -1 4202560 29086 12350 0 0 580 9 5 2 20 0 15 0 48154087 14333833216 74557 18446744073709551615 4194304 4196468 140726639024256 140324854864600 140324459081773 0 4 1 16800974 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 10579968 140726639028176 140726639030961 140726639030961 140726639034319 0
[pid=26491/tid=26542] ppid=26488 vsize=13997884 CPUtime=0.1 cores=0,2,4,6
/proc/26491/task/26542/stat : 26542 (java) S 26488 26491 16548 0 -1 1077944384 88 12350 0 0 2 1 5 2 20 0 15 0 48154087 14333833216 74557 18446744073709551615 4194304 4196468 140726639024256 140324770048784 140324850644693 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10579968 140726639028176 140726639030961 140726639030961 140726639034319 0
[pid=26491/tid=26543] ppid=26488 vsize=13997884 CPUtime=0.1 cores=0,2,4,6
/proc/26491/task/26543/stat : 26543 (java) S 26488 26491 16548 0 -1 1077944384 213 12350 0 0 2 1 5 2 20 0 15 0 48154087 14333833216 74557 18446744073709551615 4194304 4196468 140726639024256 140324450069392 140324850644693 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10579968 140726639028176 140726639030961 140726639030961 140726639034319 0
[pid=26491/tid=26544] ppid=26488 vsize=13997884 CPUtime=0.1 cores=0,2,4,6
/proc/26491/task/26544/stat : 26544 (java) S 26488 26491 16548 0 -1 1077944384 132 12350 0 0 2 1 5 2 20 0 15 0 48154087 14333833216 74557 18446744073709551615 4194304 4196468 140726639024256 140324449016848 140324850644693 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10579968 140726639028176 140726639030961 140726639030961 140726639034319 0
[pid=26491/tid=26545] ppid=26488 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/26491/task/26545/stat : 26545 (java) S 26488 26491 16548 0 -1 1077944384 63 12350 0 0 2 0 5 2 20 0 15 0 48154087 14333833216 74557 18446744073709551615 4194304 4196468 140726639024256 140324447964304 140324850644693 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10579968 140726639028176 140726639030961 140726639030961 140726639034319 0
[pid=26491/tid=26546] ppid=26488 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/26491/task/26546/stat : 26546 (java) S 26488 26491 16548 0 -1 1077944384 1347 12350 0 0 1 0 5 2 20 0 15 0 48154089 14333833216 74557 18446744073709551615 4194304 4196468 140726639024256 140324328916976 140324850645634 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 15 0 0 6293624 6294260 10579968 140726639028176 140726639030961 140726639030961 140726639034319 0
[pid=26491/tid=26547] ppid=26488 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/26491/task/26547/stat : 26547 (java) S 26488 26491 16548 0 -1 1077944384 54 12350 0 0 0 0 5 2 20 0 15 0 48154089 14333833216 74557 18446744073709551615 4194304 4196468 140726639024256 140324327863264 140324850644693 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10579968 140726639028176 140726639030961 140726639030961 140726639034319 0
[pid=26491/tid=26548] ppid=26488 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/26491/task/26548/stat : 26548 (java) S 26488 26491 16548 0 -1 1077944384 45 12350 0 0 0 0 5 2 20 0 15 0 48154089 14333833216 74557 18446744073709551615 4194304 4196468 140726639024256 140324326810624 140324850644693 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10579968 140726639028176 140726639030961 140726639030961 140726639034319 0
[pid=26491/tid=26549] ppid=26488 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/26491/task/26549/stat : 26549 (java) S 26488 26491 16548 0 -1 1077944384 3 12350 0 0 0 0 5 2 20 0 15 0 48154092 14333833216 74557 18446744073709551615 4194304 4196468 140726639024256 140324325759184 140324850653083 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10579968 140726639028176 140726639030961 140726639030961 140726639034319 0
[pid=26491/tid=26550] ppid=26488 vsize=13997884 CPUtime=0.99 cores=0,2,4,6
/proc/26491/task/26550/stat : 26550 (java) S 26488 26491 16548 0 -1 1077944384 2459 12350 0 0 91 1 5 2 20 0 15 0 48154092 14333833216 74557 18446744073709551615 4194304 4196468 140726639024256 140324324706800 140324850645634 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 12 0 0 6293624 6294260 10579968 140726639028176 140726639030961 140726639030961 140726639034319 0
[pid=26491/tid=26551] ppid=26488 vsize=13997884 CPUtime=1.11 cores=0,2,4,6
/proc/26491/task/26551/stat : 26551 (java) S 26488 26491 16548 0 -1 1077944384 4036 12350 0 0 103 1 5 2 20 0 15 0 48154092 14333833216 74557 18446744073709551615 4194304 4196468 140726639024256 140324323654256 140324850645634 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 14 0 0 6293624 6294260 10579968 140726639028176 140726639030961 140726639030961 140726639034319 0
[pid=26491/tid=26552] ppid=26488 vsize=13997884 CPUtime=1.09 cores=0,2,4,6
/proc/26491/task/26552/stat : 26552 (java) S 26488 26491 16548 0 -1 1077944384 3729 12350 0 0 101 1 5 2 20 0 15 0 48154092 14333833216 74557 18446744073709551615 4194304 4196468 140726639024256 140324322601712 140324850645634 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 12 0 0 6293624 6294260 10579968 140726639028176 140726639030961 140726639030961 140726639034319 0
[pid=26491/tid=26553] ppid=26488 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/26491/task/26553/stat : 26553 (java) S 26488 26491 16548 0 -1 1077944384 3 12350 0 0 0 0 5 2 20 0 15 0 48154092 14333833216 74557 18446744073709551615 4194304 4196468 140726639024256 140324321549408 140324850644693 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10579968 140726639028176 140726639030961 140726639030961 140726639034319 0
[pid=26491/tid=26554] ppid=26488 vsize=13997884 CPUtime=0.07 cores=0,2,4,6
/proc/26491/task/26554/stat : 26554 (java) S 26488 26491 16548 0 -1 1077944384 230 12350 0 0 0 0 5 2 20 0 15 0 48154095 14333833216 74557 18446744073709551615 4194304 4196468 140726639024256 140324320495920 140324850645634 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 30 0 0 6293624 6294260 10579968 140726639028176 140726639030961 140726639030961 140726639034319 0
Current children cumulated CPU time (s) 9.17
Current children cumulated vsize (KiB) 13997884

[startup+12.7007 s]
/proc/loadavg: 1.61 1.47 1.43 3/209 26555
/proc/meminfo: memFree=29520312/32770624 swapFree=0/309948
[pid=26491] ppid=26488 vsize=14067516 CPUtime=22.92 cores=0,2,4,6
/proc/26491/stat : 26491 (java) S 26488 26491 16548 0 -1 1077944320 80795 12350 0 0 2252 33 5 2 20 0 15 0 48154068 14405136384 172566 18446744073709551615 4194304 4196468 140726639024256 140726639006800 140324850634487 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 10579968 140726639028176 140726639030961 140726639030961 140726639034319 0
/proc/26491/statm: 3516879 172566 3479 1 0 3505493 0
[pid=26491/tid=26541] ppid=26488 vsize=14067516 CPUtime=12.26 cores=0,2,4,6
/proc/26491/task/26541/stat : 26541 (java) R 26488 26491 16548 0 -1 4202560 44193 12350 0 0 1204 15 5 2 20 0 15 0 48154087 14405136384 172566 18446744073709551615 4194304 4196468 140726639024256 140324854867680 140324466161417 0 4 1 16800974 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 10579968 140726639028176 140726639030961 140726639030961 140726639034319 0
[pid=26491/tid=26542] ppid=26488 vsize=14067516 CPUtime=0.15 cores=0,2,4,6
/proc/26491/task/26542/stat : 26542 (java) S 26488 26491 16548 0 -1 1077944384 661 12350 0 0 6 2 5 2 20 0 15 0 48154087 14405136384 172566 18446744073709551615 4194304 4196468 140726639024256 140324770048784 140324850644693 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10579968 140726639028176 140726639030961 140726639030961 140726639034319 0
[pid=26491/tid=26543] ppid=26488 vsize=14067516 CPUtime=0.15 cores=0,2,4,6
/proc/26491/task/26543/stat : 26543 (java) S 26488 26491 16548 0 -1 1077944384 696 12350 0 0 6 2 5 2 20 0 15 0 48154087 14405136384 172566 18446744073709551615 4194304 4196468 140726639024256 140324450069392 140324850644693 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10579968 140726639028176 140726639030961 140726639030961 140726639034319 0
[pid=26491/tid=26544] ppid=26488 vsize=14067516 CPUtime=0.15 cores=0,2,4,6
/proc/26491/task/26544/stat : 26544 (java) S 26488 26491 16548 0 -1 1077944384 233 12350 0 0 6 2 5 2 20 0 15 0 48154087 14405136384 172566 18446744073709551615 4194304 4196468 140726639024256 140324449016848 140324850644693 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10579968 140726639028176 140726639030961 140726639030961 140726639034319 0
[pid=26491/tid=26545] ppid=26488 vsize=14067516 CPUtime=0.14 cores=0,2,4,6
/proc/26491/task/26545/stat : 26545 (java) S 26488 26491 16548 0 -1 1077944384 389 12350 0 0 6 1 5 2 20 0 15 0 48154087 14405136384 172566 18446744073709551615 4194304 4196468 140726639024256 140324447964304 140324850644693 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10579968 140726639028176 140726639030961 140726639030961 140726639034319 0
[pid=26491/tid=26546] ppid=26488 vsize=14067516 CPUtime=0.11 cores=0,2,4,6
/proc/26491/task/26546/stat : 26546 (java) S 26488 26491 16548 0 -1 1077944384 2643 12350 0 0 4 0 5 2 20 0 15 0 48154089 14405136384 172566 18446744073709551615 4194304 4196468 140726639024256 140324328916976 140324850645634 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 15 0 0 6293624 6294260 10579968 140726639028176 140726639030961 140726639030961 140726639034319 0
[pid=26491/tid=26547] ppid=26488 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/26491/task/26547/stat : 26547 (java) S 26488 26491 16548 0 -1 1077944384 54 12350 0 0 0 0 5 2 20 0 15 0 48154089 14405136384 172566 18446744073709551615 4194304 4196468 140726639024256 140324327863264 140324850644693 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10579968 140726639028176 140726639030961 140726639030961 140726639034319 0
[pid=26491/tid=26548] ppid=26488 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/26491/task/26548/stat : 26548 (java) S 26488 26491 16548 0 -1 1077944384 45 12350 0 0 0 0 5 2 20 0 15 0 48154089 14405136384 172566 18446744073709551615 4194304 4196468 140726639024256 140324326810624 140324850644693 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10579968 140726639028176 140726639030961 140726639030961 140726639034319 0
[pid=26491/tid=26549] ppid=26488 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/26491/task/26549/stat : 26549 (java) S 26488 26491 16548 0 -1 1077944384 3 12350 0 0 0 0 5 2 20 0 15 0 48154092 14405136384 172566 18446744073709551615 4194304 4196468 140726639024256 140324325759184 140324850653083 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10579968 140726639028176 140726639030961 140726639030961 140726639034319 0

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

/proc/26491/statm: 3516879 146612 3479 1 0 3505493 0
[pid=26491/tid=26541] ppid=26488 vsize=14067516 CPUtime=2296.11 cores=0,2,4,6
/proc/26491/task/26541/stat : 26541 (java) R 26488 26491 16548 0 -1 4202560 227176 12350 0 0 229511 93 5 2 20 0 15 0 48154087 14405136384 146612 18446744073709551615 4194304 4196468 140726639024256 140324854868768 140324462792479 0 4 1 16800974 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 10579968 140726639028176 140726639030961 140726639030961 140726639034319 0
[pid=26491/tid=26542] ppid=26488 vsize=14067516 CPUtime=13.63 cores=0,2,4,6
/proc/26491/task/26542/stat : 26542 (java) S 26488 26491 16548 0 -1 1077944384 20319 12350 0 0 1293 63 5 2 20 0 15 0 48154087 14405136384 146612 18446744073709551615 4194304 4196468 140726639024256 140324770048784 140324850644693 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10579968 140726639028176 140726639030961 140726639030961 140726639034319 0
[pid=26491/tid=26543] ppid=26488 vsize=14067516 CPUtime=13.55 cores=0,2,4,6
/proc/26491/task/26543/stat : 26543 (java) S 26488 26491 16548 0 -1 1077944384 21674 12350 0 0 1284 64 5 2 20 0 15 0 48154087 14405136384 146612 18446744073709551615 4194304 4196468 140726639024256 140324450069392 140324850644693 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10579968 140726639028176 140726639030961 140726639030961 140726639034319 0
[pid=26491/tid=26544] ppid=26488 vsize=14067516 CPUtime=13.65 cores=0,2,4,6
/proc/26491/task/26544/stat : 26544 (java) S 26488 26491 16548 0 -1 1077944384 24898 12350 0 0 1293 65 5 2 20 0 15 0 48154087 14405136384 146612 18446744073709551615 4194304 4196468 140726639024256 140324449016848 140324850644693 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10579968 140726639028176 140726639030961 140726639030961 140726639034319 0
[pid=26491/tid=26545] ppid=26488 vsize=14067516 CPUtime=13.58 cores=0,2,4,6
/proc/26491/task/26545/stat : 26545 (java) S 26488 26491 16548 0 -1 1077944384 18160 12350 0 0 1287 64 5 2 20 0 15 0 48154087 14405136384 146612 18446744073709551615 4194304 4196468 140726639024256 140324447964304 140324850644693 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10579968 140726639028176 140726639030961 140726639030961 140726639034319 0
[pid=26491/tid=26546] ppid=26488 vsize=14067516 CPUtime=9.12 cores=0,2,4,6
/proc/26491/task/26546/stat : 26546 (java) S 26488 26491 16548 0 -1 1077944384 14448 12350 0 0 806 99 5 2 20 0 15 0 48154089 14405136384 146612 18446744073709551615 4194304 4196468 140726639024256 140324328916976 140324850645634 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 15 0 0 6293624 6294260 10579968 140726639028176 140726639030961 140726639030961 140726639034319 0
[pid=26491/tid=26547] ppid=26488 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/26491/task/26547/stat : 26547 (java) S 26488 26491 16548 0 -1 1077944384 54 12350 0 0 0 0 5 2 20 0 15 0 48154089 14405136384 146612 18446744073709551615 4194304 4196468 140726639024256 140324327863264 140324850644693 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10579968 140726639028176 140726639030961 140726639030961 140726639034319 0
[pid=26491/tid=26548] ppid=26488 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/26491/task/26548/stat : 26548 (java) S 26488 26491 16548 0 -1 1077944384 45 12350 0 0 0 0 5 2 20 0 15 0 48154089 14405136384 146612 18446744073709551615 4194304 4196468 140726639024256 140324326810624 140324850644693 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10579968 140726639028176 140726639030961 140726639030961 140726639034319 0
[pid=26491/tid=26549] ppid=26488 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/26491/task/26549/stat : 26549 (java) S 26488 26491 16548 0 -1 1077944384 3 12350 0 0 0 0 5 2 20 0 15 0 48154092 14405136384 146612 18446744073709551615 4194304 4196468 140726639024256 140324325759184 140324850653083 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10579968 140726639028176 140726639030961 140726639030961 140726639034319 0
[pid=26491/tid=26550] ppid=26488 vsize=14067516 CPUtime=8.56 cores=0,2,4,6
/proc/26491/task/26550/stat : 26550 (java) S 26488 26491 16548 0 -1 1077944384 21413 12350 0 0 845 4 5 2 20 0 15 0 48154092 14405136384 146612 18446744073709551615 4194304 4196468 140726639024256 140324324706800 140324850645634 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 12 0 0 6293624 6294260 10579968 140726639028176 140726639030961 140726639030961 140726639034319 0
[pid=26491/tid=26551] ppid=26488 vsize=14067516 CPUtime=8.83 cores=0,2,4,6
/proc/26491/task/26551/stat : 26551 (java) S 26488 26491 16548 0 -1 1077944384 21227 12350 0 0 870 6 5 2 20 0 15 0 48154092 14405136384 146612 18446744073709551615 4194304 4196468 140726639024256 140324323654256 140324850645634 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 14 0 0 6293624 6294260 10579968 140726639028176 140726639030961 140726639030961 140726639034319 0
[pid=26491/tid=26552] ppid=26488 vsize=14067516 CPUtime=3.27 cores=0,2,4,6
/proc/26491/task/26552/stat : 26552 (java) S 26488 26491 16548 0 -1 1077944384 22499 12350 0 0 314 6 5 2 20 0 15 0 48154092 14405136384 146612 18446744073709551615 4194304 4196468 140726639024256 140324322601712 140324850645634 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 12 0 0 6293624 6294260 10579968 140726639028176 140726639030961 140726639030961 140726639034319 0
[pid=26491/tid=26553] ppid=26488 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/26491/task/26553/stat : 26553 (java) S 26488 26491 16548 0 -1 1077944384 3 12350 0 0 0 0 5 2 20 0 15 0 48154092 14405136384 146612 18446744073709551615 4194304 4196468 140726639024256 140324321549408 140324850644693 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10579968 140726639028176 140726639030961 140726639030961 140726639034319 0
[pid=26491/tid=26554] ppid=26488 vsize=14067516 CPUtime=1.57 cores=0,2,4,6
/proc/26491/task/26554/stat : 26554 (java) S 26488 26491 16548 0 -1 1077944384 2327 12350 0 0 79 71 5 2 20 0 15 0 48154095 14405136384 146612 18446744073709551615 4194304 4196468 140726639024256 140324320495920 140324850645634 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 30 0 0 6293624 6294260 10579968 140726639028176 140726639030961 140726639030961 140726639034319 0
Current children cumulated CPU time (s) 2381.32
Current children cumulated vsize (KiB) 14067516

[startup+2382.3 s]
/proc/loadavg: 1.63 1.52 1.46 3/209 26845
/proc/meminfo: memFree=29506528/32770624 swapFree=0/310336
[pid=26491] ppid=26488 vsize=14067516 CPUtime=2442.52 cores=0,2,4,6
/proc/26491/stat : 26491 (java) S 26488 26491 16548 0 -1 1077944320 405563 12350 0 0 243759 486 5 2 20 0 15 0 48154068 14405136384 146523 18446744073709551615 4194304 4196468 140726639024256 140726639006800 140324850634487 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 10579968 140726639028176 140726639030961 140726639030961 140726639034319 0
/proc/26491/statm: 3516879 146523 3479 1 0 3505493 0
[pid=26491/tid=26541] ppid=26488 vsize=14067516 CPUtime=2355.4 cores=0,2,4,6
/proc/26491/task/26541/stat : 26541 (java) R 26488 26491 16548 0 -1 4202560 232941 12350 0 0 235438 95 5 2 20 0 15 0 48154087 14405136384 146523 18446744073709551615 4194304 4196468 140726639024256 140324854868432 140324462646244 0 4 1 16800974 0 0 0 -1 6 0 0 2 0 0 6293624 6294260 10579968 140726639028176 140726639030961 140726639030961 140726639034319 0
[pid=26491/tid=26542] ppid=26488 vsize=14067516 CPUtime=14.05 cores=0,2,4,6
/proc/26491/task/26542/stat : 26542 (java) S 26488 26491 16548 0 -1 1077944384 21355 12350 0 0 1333 65 5 2 20 0 15 0 48154087 14405136384 146523 18446744073709551615 4194304 4196468 140726639024256 140324770048784 140324850644693 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10579968 140726639028176 140726639030961 140726639030961 140726639034319 0
[pid=26491/tid=26543] ppid=26488 vsize=14067516 CPUtime=13.95 cores=0,2,4,6
/proc/26491/task/26543/stat : 26543 (java) S 26488 26491 16548 0 -1 1077944384 22373 12350 0 0 1323 65 5 2 20 0 15 0 48154087 14405136384 146523 18446744073709551615 4194304 4196468 140726639024256 140324450069392 140324850644693 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10579968 140726639028176 140726639030961 140726639030961 140726639034319 0
[pid=26491/tid=26544] ppid=26488 vsize=14067516 CPUtime=14.06 cores=0,2,4,6
/proc/26491/task/26544/stat : 26544 (java) S 26488 26491 16548 0 -1 1077944384 25530 12350 0 0 1333 66 5 2 20 0 15 0 48154087 14405136384 146523 18446744073709551615 4194304 4196468 140726639024256 140324449016848 140324850644693 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10579968 140726639028176 140726639030961 140726639030961 140726639034319 0
[pid=26491/tid=26545] ppid=26488 vsize=14067516 CPUtime=13.99 cores=0,2,4,6
/proc/26491/task/26545/stat : 26545 (java) S 26488 26491 16548 0 -1 1077944384 18789 12350 0 0 1327 65 5 2 20 0 15 0 48154087 14405136384 146523 18446744073709551615 4194304 4196468 140726639024256 140324447964304 140324850644693 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10579968 140726639028176 140726639030961 140726639030961 140726639034319 0
[pid=26491/tid=26546] ppid=26488 vsize=14067516 CPUtime=9.35 cores=0,2,4,6
/proc/26491/task/26546/stat : 26546 (java) S 26488 26491 16548 0 -1 1077944384 14830 12350 0 0 827 101 5 2 20 0 15 0 48154089 14405136384 146523 18446744073709551615 4194304 4196468 140726639024256 140324328916976 140324850645634 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 15 0 0 6293624 6294260 10579968 140726639028176 140726639030961 140726639030961 140726639034319 0
[pid=26491/tid=26547] ppid=26488 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/26491/task/26547/stat : 26547 (java) S 26488 26491 16548 0 -1 1077944384 54 12350 0 0 0 0 5 2 20 0 15 0 48154089 14405136384 146523 18446744073709551615 4194304 4196468 140726639024256 140324327863264 140324850644693 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10579968 140726639028176 140726639030961 140726639030961 140726639034319 0
[pid=26491/tid=26548] ppid=26488 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/26491/task/26548/stat : 26548 (java) S 26488 26491 16548 0 -1 1077944384 45 12350 0 0 0 0 5 2 20 0 15 0 48154089 14405136384 146523 18446744073709551615 4194304 4196468 140726639024256 140324326810624 140324850644693 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10579968 140726639028176 140726639030961 140726639030961 140726639034319 0
[pid=26491/tid=26549] ppid=26488 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/26491/task/26549/stat : 26549 (java) S 26488 26491 16548 0 -1 1077944384 3 12350 0 0 0 0 5 2 20 0 15 0 48154092 14405136384 146523 18446744073709551615 4194304 4196468 140726639024256 140324325759184 140324850653083 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10579968 140726639028176 140726639030961 140726639030961 140726639034319 0
[pid=26491/tid=26550] ppid=26488 vsize=14067516 CPUtime=8.56 cores=0,2,4,6
/proc/26491/task/26550/stat : 26550 (java) S 26488 26491 16548 0 -1 1077944384 21415 12350 0 0 845 4 5 2 20 0 15 0 48154092 14405136384 146523 18446744073709551615 4194304 4196468 140726639024256 140324324706800 140324850645634 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 12 0 0 6293624 6294260 10579968 140726639028176 140726639030961 140726639030961 140726639034319 0
[pid=26491/tid=26551] ppid=26488 vsize=14067516 CPUtime=8.83 cores=0,2,4,6
/proc/26491/task/26551/stat : 26551 (java) S 26488 26491 16548 0 -1 1077944384 21229 12350 0 0 870 6 5 2 20 0 15 0 48154092 14405136384 146523 18446744073709551615 4194304 4196468 140726639024256 140324323654256 140324850645634 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 14 0 0 6293624 6294260 10579968 140726639028176 140726639030961 140726639030961 140726639034319 0
[pid=26491/tid=26552] ppid=26488 vsize=14067516 CPUtime=3.27 cores=0,2,4,6
/proc/26491/task/26552/stat : 26552 (java) S 26488 26491 16548 0 -1 1077944384 22502 12350 0 0 314 6 5 2 20 0 15 0 48154092 14405136384 146523 18446744073709551615 4194304 4196468 140726639024256 140324322601712 140324850645634 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 12 0 0 6293624 6294260 10579968 140726639028176 140726639030961 140726639030961 140726639034319 0
[pid=26491/tid=26553] ppid=26488 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/26491/task/26553/stat : 26553 (java) S 26488 26491 16548 0 -1 1077944384 3 12350 0 0 0 0 5 2 20 0 15 0 48154092 14405136384 146523 18446744073709551615 4194304 4196468 140726639024256 140324321549408 140324850644693 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10579968 140726639028176 140726639030961 140726639030961 140726639034319 0
[pid=26491/tid=26554] ppid=26488 vsize=14067516 CPUtime=1.61 cores=0,2,4,6
/proc/26491/task/26554/stat : 26554 (java) S 26488 26491 16548 0 -1 1077944384 2343 12350 0 0 81 73 5 2 20 0 15 0 48154095 14405136384 146523 18446744073709551615 4194304 4196468 140726639024256 140324320495920 140324850645634 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 30 0 0 6293624 6294260 10579968 140726639028176 140726639030961 140726639030961 140726639034319 0
Current children cumulated CPU time (s) 2442.52
Current children cumulated vsize (KiB) 14067516

[startup+2442.3 s]
/proc/loadavg: 1.83 1.59 1.49 3/210 26848
/proc/meminfo: memFree=29460908/32770624 swapFree=0/310336
[pid=26491] ppid=26488 vsize=14067516 CPUtime=2503.67 cores=0,2,4,6
/proc/26491/stat : 26491 (java) S 26488 26491 16548 0 -1 1077944320 414335 12350 0 0 249866 494 5 2 20 0 15 0 48154068 14405136384 163676 18446744073709551615 4194304 4196468 140726639024256 140726639006800 140324850634487 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 10579968 140726639028176 140726639030961 140726639030961 140726639034319 0
/proc/26491/statm: 3516879 163676 3479 1 0 3505493 0
[pid=26491/tid=26541] ppid=26488 vsize=14067516 CPUtime=2414.7 cores=0,2,4,6
/proc/26491/task/26541/stat : 26541 (java) R 26488 26491 16548 0 -1 4202560 238260 12350 0 0 241366 97 5 2 20 0 15 0 48154087 14405136384 163676 18446744073709551615 4194304 4196468 140726639024256 140324854868624 140324462660139 0 4 1 16800974 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 10579968 140726639028176 140726639030961 140726639030961 140726639034319 0
[pid=26491/tid=26542] ppid=26488 vsize=14067516 CPUtime=14.44 cores=0,2,4,6
/proc/26491/task/26542/stat : 26542 (java) S 26488 26491 16548 0 -1 1077944384 22255 12350 0 0 1372 65 5 2 20 0 15 0 48154087 14405136384 163676 18446744073709551615 4194304 4196468 140726639024256 140324770048784 140324850644693 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10579968 140726639028176 140726639030961 140726639030961 140726639034319 0
[pid=26491/tid=26543] ppid=26488 vsize=14067516 CPUtime=14.35 cores=0,2,4,6
/proc/26491/task/26543/stat : 26543 (java) S 26488 26491 16548 0 -1 1077944384 23309 12350 0 0 1361 67 5 2 20 0 15 0 48154087 14405136384 163676 18446744073709551615 4194304 4196468 140726639024256 140324450069392 140324850644693 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10579968 140726639028176 140726639030961 140726639030961 140726639034319 0
[pid=26491/tid=26544] ppid=26488 vsize=14067516 CPUtime=14.46 cores=0,2,4,6
/proc/26491/task/26544/stat : 26544 (java) S 26488 26491 16548 0 -1 1077944384 26234 12350 0 0 1372 67 5 2 20 0 15 0 48154087 14405136384 163676 18446744073709551615 4194304 4196468 140726639024256 140324449016848 140324850644693 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10579968 140726639028176 140726639030961 140726639030961 140726639034319 0
[pid=26491/tid=26545] ppid=26488 vsize=14067516 CPUtime=14.39 cores=0,2,4,6
/proc/26491/task/26545/stat : 26545 (java) S 26488 26491 16548 0 -1 1077944384 19502 12350 0 0 1366 66 5 2 20 0 15 0 48154087 14405136384 163676 18446744073709551615 4194304 4196468 140726639024256 140324447964304 140324850644693 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10579968 140726639028176 140726639030961 140726639030961 140726639034319 0
[pid=26491/tid=26546] ppid=26488 vsize=14067516 CPUtime=9.57 cores=0,2,4,6
/proc/26491/task/26546/stat : 26546 (java) S 26488 26491 16548 0 -1 1077944384 15008 12350 0 0 847 103 5 2 20 0 15 0 48154089 14405136384 163676 18446744073709551615 4194304 4196468 140726639024256 140324328916976 140324850645634 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 15 0 0 6293624 6294260 10579968 140726639028176 140726639030961 140726639030961 140726639034319 0
[pid=26491/tid=26547] ppid=26488 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/26491/task/26547/stat : 26547 (java) S 26488 26491 16548 0 -1 1077944384 54 12350 0 0 0 0 5 2 20 0 15 0 48154089 14405136384 163676 18446744073709551615 4194304 4196468 140726639024256 140324327863264 140324850644693 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10579968 140726639028176 140726639030961 140726639030961 140726639034319 0
[pid=26491/tid=26548] ppid=26488 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/26491/task/26548/stat : 26548 (java) S 26488 26491 16548 0 -1 1077944384 45 12350 0 0 0 0 5 2 20 0 15 0 48154089 14405136384 163676 18446744073709551615 4194304 4196468 140726639024256 140324326810624 140324850644693 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10579968 140726639028176 140726639030961 140726639030961 140726639034319 0
[pid=26491/tid=26549] ppid=26488 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/26491/task/26549/stat : 26549 (java) S 26488 26491 16548 0 -1 1077944384 3 12350 0 0 0 0 5 2 20 0 15 0 48154092 14405136384 163676 18446744073709551615 4194304 4196468 140726639024256 140324325759184 140324850653083 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10579968 140726639028176 140726639030961 140726639030961 140726639034319 0
[pid=26491/tid=26550] ppid=26488 vsize=14067516 CPUtime=8.56 cores=0,2,4,6
/proc/26491/task/26550/stat : 26550 (java) S 26488 26491 16548 0 -1 1077944384 21417 12350 0 0 845 4 5 2 20 0 15 0 48154092 14405136384 163676 18446744073709551615 4194304 4196468 140726639024256 140324324706800 140324850645634 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 12 0 0 6293624 6294260 10579968 140726639028176 140726639030961 140726639030961 140726639034319 0
[pid=26491/tid=26551] ppid=26488 vsize=14067516 CPUtime=8.83 cores=0,2,4,6
/proc/26491/task/26551/stat : 26551 (java) S 26488 26491 16548 0 -1 1077944384 21231 12350 0 0 870 6 5 2 20 0 15 0 48154092 14405136384 163676 18446744073709551615 4194304 4196468 140726639024256 140324323654256 140324850645634 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 14 0 0 6293624 6294260 10579968 140726639028176 140726639030961 140726639030961 140726639034319 0
[pid=26491/tid=26552] ppid=26488 vsize=14067516 CPUtime=3.27 cores=0,2,4,6
/proc/26491/task/26552/stat : 26552 (java) S 26488 26491 16548 0 -1 1077944384 22504 12350 0 0 314 6 5 2 20 0 15 0 48154092 14405136384 163676 18446744073709551615 4194304 4196468 140726639024256 140324322601712 140324850645634 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 12 0 0 6293624 6294260 10579968 140726639028176 140726639030961 140726639030961 140726639034319 0
[pid=26491/tid=26553] ppid=26488 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/26491/task/26553/stat : 26553 (java) S 26488 26491 16548 0 -1 1077944384 3 12350 0 0 0 0 5 2 20 0 15 0 48154092 14405136384 163676 18446744073709551615 4194304 4196468 140726639024256 140324321549408 140324850644693 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10579968 140726639028176 140726639030961 140726639030961 140726639034319 0
[pid=26491/tid=26554] ppid=26488 vsize=14067516 CPUtime=1.64 cores=0,2,4,6
/proc/26491/task/26554/stat : 26554 (java) S 26488 26491 16548 0 -1 1077944384 2359 12350 0 0 82 75 5 2 20 0 15 0 48154095 14405136384 163676 18446744073709551615 4194304 4196468 140726639024256 140324320495920 140324850645634 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 30 0 0 6293624 6294260 10579968 140726639028176 140726639030961 140726639030961 140726639034319 0
Current children cumulated CPU time (s) 2503.67
Current children cumulated vsize (KiB) 14067516



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2458.4 s]
/proc/loadavg: 1.79 1.60 1.49 3/213 26863
/proc/meminfo: memFree=29494924/32770624 swapFree=0/310376
[pid=26491] ppid=26488 vsize=14067516 CPUtime=2520.09 cores=0,2,4,6
/proc/26491/stat : 26491 (java) S 26488 26491 16548 0 -1 1077944320 415166 12350 0 0 251505 497 5 2 20 0 15 0 48154068 14405136384 158008 18446744073709551615 4194304 4196468 140726639024256 140726639006800 140324850634487 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 10579968 140726639028176 140726639030961 140726639030961 140726639034319 0
/proc/26491/statm: 3516879 158008 3479 1 0 3505493 0
[pid=26491/tid=26541] ppid=26488 vsize=14067516 CPUtime=2430.62 cores=0,2,4,6
/proc/26491/task/26541/stat : 26541 (java) R 26488 26491 16548 0 -1 4202560 238464 12350 0 0 242958 97 5 2 20 0 15 0 48154087 14405136384 158008 18446744073709551615 4194304 4196468 140726639024256 140324854867664 140324456779524 0 4 1 16800974 0 0 0 -1 6 0 0 2 0 0 6293624 6294260 10579968 140726639028176 140726639030961 140726639030961 140726639034319 0
[pid=26491/tid=26542] ppid=26488 vsize=14067516 CPUtime=14.55 cores=0,2,4,6
/proc/26491/task/26542/stat : 26542 (java) S 26488 26491 16548 0 -1 1077944384 22366 12350 0 0 1382 66 5 2 20 0 15 0 48154087 14405136384 158008 18446744073709551615 4194304 4196468 140726639024256 140324770048784 140324850644693 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10579968 140726639028176 140726639030961 140726639030961 140726639034319 0
[pid=26491/tid=26543] ppid=26488 vsize=14067516 CPUtime=14.45 cores=0,2,4,6
/proc/26491/task/26543/stat : 26543 (java) S 26488 26491 16548 0 -1 1077944384 23487 12350 0 0 1371 67 5 2 20 0 15 0 48154087 14405136384 158008 18446744073709551615 4194304 4196468 140726639024256 140324450069392 140324850644693 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10579968 140726639028176 140726639030961 140726639030961 140726639034319 0
[pid=26491/tid=26544] ppid=26488 vsize=14067516 CPUtime=14.56 cores=0,2,4,6
/proc/26491/task/26544/stat : 26544 (java) S 26488 26491 16548 0 -1 1077944384 26280 12350 0 0 1382 67 5 2 20 0 15 0 48154087 14405136384 158008 18446744073709551615 4194304 4196468 140726639024256 140324449016848 140324850644693 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10579968 140726639028176 140726639030961 140726639030961 140726639034319 0
[pid=26491/tid=26545] ppid=26488 vsize=14067516 CPUtime=14.49 cores=0,2,4,6
/proc/26491/task/26545/stat : 26545 (java) S 26488 26491 16548 0 -1 1077944384 19611 12350 0 0 1376 66 5 2 20 0 15 0 48154087 14405136384 158008 18446744073709551615 4194304 4196468 140726639024256 140324447964304 140324850644693 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10579968 140726639028176 140726639030961 140726639030961 140726639034319 0
[pid=26491/tid=26546] ppid=26488 vsize=14067516 CPUtime=9.63 cores=0,2,4,6
/proc/26491/task/26546/stat : 26546 (java) S 26488 26491 16548 0 -1 1077944384 15180 12350 0 0 853 103 5 2 20 0 15 0 48154089 14405136384 158008 18446744073709551615 4194304 4196468 140726639024256 140324328916976 140324850645634 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 15 0 0 6293624 6294260 10579968 140726639028176 140726639030961 140726639030961 140726639034319 0
[pid=26491/tid=26547] ppid=26488 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/26491/task/26547/stat : 26547 (java) S 26488 26491 16548 0 -1 1077944384 54 12350 0 0 0 0 5 2 20 0 15 0 48154089 14405136384 158008 18446744073709551615 4194304 4196468 140726639024256 140324327863264 140324850644693 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10579968 140726639028176 140726639030961 140726639030961 140726639034319 0
[pid=26491/tid=26548] ppid=26488 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/26491/task/26548/stat : 26548 (java) S 26488 26491 16548 0 -1 1077944384 45 12350 0 0 0 0 5 2 20 0 15 0 48154089 14405136384 158008 18446744073709551615 4194304 4196468 140726639024256 140324326810624 140324850644693 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10579968 140726639028176 140726639030961 140726639030961 140726639034319 0
[pid=26491/tid=26549] ppid=26488 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/26491/task/26549/stat : 26549 (java) S 26488 26491 16548 0 -1 1077944384 3 12350 0 0 0 0 5 2 20 0 15 0 48154092 14405136384 158008 18446744073709551615 4194304 4196468 140726639024256 140324325759184 140324850653083 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10579968 140726639028176 140726639030961 140726639030961 140726639034319 0
[pid=26491/tid=26550] ppid=26488 vsize=14067516 CPUtime=8.56 cores=0,2,4,6
/proc/26491/task/26550/stat : 26550 (java) S 26488 26491 16548 0 -1 1077944384 21417 12350 0 0 845 4 5 2 20 0 15 0 48154092 14405136384 158008 18446744073709551615 4194304 4196468 140726639024256 140324324706800 140324850645634 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 12 0 0 6293624 6294260 10579968 140726639028176 140726639030961 140726639030961 140726639034319 0
[pid=26491/tid=26551] ppid=26488 vsize=14067516 CPUtime=8.83 cores=0,2,4,6
/proc/26491/task/26551/stat : 26551 (java) S 26488 26491 16548 0 -1 1077944384 21231 12350 0 0 870 6 5 2 20 0 15 0 48154092 14405136384 158008 18446744073709551615 4194304 4196468 140726639024256 140324323654256 140324850645634 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 14 0 0 6293624 6294260 10579968 140726639028176 140726639030961 140726639030961 140726639034319 0
[pid=26491/tid=26552] ppid=26488 vsize=14067516 CPUtime=3.27 cores=0,2,4,6
/proc/26491/task/26552/stat : 26552 (java) S 26488 26491 16548 0 -1 1077944384 22504 12350 0 0 314 6 5 2 20 0 15 0 48154092 14405136384 158008 18446744073709551615 4194304 4196468 140726639024256 140324322601712 140324850645634 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 12 0 0 6293624 6294260 10579968 140726639028176 140726639030961 140726639030961 140726639034319 0
[pid=26491/tid=26553] ppid=26488 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/26491/task/26553/stat : 26553 (java) S 26488 26491 16548 0 -1 1077944384 3 12350 0 0 0 0 5 2 20 0 15 0 48154092 14405136384 158008 18446744073709551615 4194304 4196468 140726639024256 140324321549408 140324850644693 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10579968 140726639028176 140726639030961 140726639030961 140726639034319 0
[pid=26491/tid=26554] ppid=26488 vsize=14067516 CPUtime=1.66 cores=0,2,4,6
/proc/26491/task/26554/stat : 26554 (java) S 26488 26491 16548 0 -1 1077944384 2370 12350 0 0 83 76 5 2 20 0 15 0 48154095 14405136384 158008 18446744073709551615 4194304 4196468 140726639024256 140324320495920 140324850645634 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 30 0 0 6293624 6294260 10579968 140726639028176 140726639030961 140726639030961 140726639034319 0
Current children cumulated CPU time (s) 2520.09
Current children cumulated vsize (KiB) 14067516

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

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

[startup+2458.61 s]
/proc/loadavg: 1.79 1.60 1.49 3/215 26865
/proc/meminfo: memFree=29492960/32770624 swapFree=0/310376
[pid=26491] ppid=26488 vsize=0 CPUtime=2520.6 cores=0,2,4,6
/proc/26491/stat : 26491 (java) Z 26488 26491 16548 0 -1 4228108 422111 12350 0 0 251555 498 5 2 20 0 7 0 48154068 0 0 18446744073709551615 0 0 0 0 0 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 0 0 0 0 0 0 0 0
/proc/26491/statm: 0 0 0 0 0 0 0
[pid=26491/tid=26541] ppid=26488 vsize=14200644 CPUtime=2430.64 cores=0,2,4,6
/proc/26491/task/26541/stat : 26541 (java) R 26488 26491 16548 0 -1 1077944384 238926 12350 0 0 242960 97 5 2 20 0 2 0 48154087 14541459456 158902 18446744073709551615 4194304 4196468 140726639024256 140324854875888 140324850645634 256 4 1 16800974 0 0 0 -1 6 0 0 2 0 0 6293624 6294260 10579968 140726639028176 140726639030961 140726639030961 140726639034319 0
Current children cumulated CPU time (s) 2520.6
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 2458.61
CPU time (s): 2520.63
CPU user time (s): 2515.61
CPU system time (s): 5.01758
CPU usage (%): 102.522
Max. virtual memory (cumulated for all children) (KiB): 14200644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.61
system time used= 5.01758
maximum resident set size= 1582860
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 434461
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 261337
involuntary context switches= 7344

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.56091 second user time and 17.7777 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-11 15:39:05
IDJOB=4262390
IDBENCH=133642
IDSOLVER=2650
FILE ID=node126/4262390-1502459585
RUNJOBID= node126-1502411413-16611
PBS_JOBID= 
Free space on /tmp= 62008 MiB

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

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

MD5SUM BENCH= 0b8750a079fea2eda3490f2b84dad210
RANDOM SEED=863626096

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:        30109836 kB
MemAvailable:   30727772 kB
Buffers:          283728 kB
Cached:           607140 kB
SwapCached:          524 kB
Active:          1821180 kB
Inactive:         381048 kB
Active(anon):    1265280 kB
Inactive(anon):    71324 kB
Active(file):     555900 kB
Inactive(file):   309724 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:             24032 kB
Writeback:             0 kB
AnonPages:       1326964 kB
Mapped:            54428 kB
Shmem:             25248 kB
Slab:             162544 kB
SReclaimable:     136292 kB
SUnreclaim:        26252 kB
KernelStack:        3696 kB
PageTables:         7772 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2177960 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1107968 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:20:04