Trace number 4262369

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.53 2484.5901

General information on the benchmark

NameLangford/Langford-m2-s1/
LangfordBin-18.xml
MD5SUM2eb0e4a14086f4f78b25f1ea6eeffb68
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 variables72
Number of constraints54
Number of domains2
Minimum domain size18
Maximum domain size36
Distribution of domain sizes[{"size":18,"count":36},{"size":36,"count":36}]
Minimum variable degree2
Maximum variable degree36
Distribution of variable degrees[{"degree":2,"count":36},{"degree":36,"count":36}]
Minimum constraint arity2
Maximum constraint arity37
Distribution of constraint arities[{"arity":2,"count":18},{"arity":37,"count":36}]
Number of extensional constraints0
Number of intensional constraints18
Distribution of constraint types[{"type":"intension","count":18},{"type":"element","count":36}]
Optimization problemNO
Type of objective

Solver Data

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

pid=25350
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.36 1.41 1.41 3/198 25353
/proc/meminfo: memFree=30244672/32770624 swapFree=0/541244
[pid=25353] ppid=25350 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/25353/stat : 25353 (runsolver) D 25350 25353 19618 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 45887783 24240128 108 18446744073709551615 4194304 4338465 140730912596144 140730912593784 139894496654039 0 0 1 24578 18446744071580418449 0 0 17 4 0 0 0 0 0 6438912 6441760 34267136 140730912604368 140730912604745 140730912604745 140730912608202 0
/proc/25353/statm: 5918 108 54 36 0 2156 0

[startup+0.10009 s]
/proc/loadavg: 1.36 1.41 1.41 3/198 25353
/proc/meminfo: memFree=30244672/32770624 swapFree=0/541244
[pid=25353] ppid=25350 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/25353/stat : 25353 (bash) S 25350 25353 19618 0 -1 4202496 889 6486 0 0 0 0 0 1 20 0 1 0 45887783 9867264 372 18446744073709551615 4194304 5098028 140731406650272 140731406644280 139986701245440 0 0 5 65536 18446744071580971376 0 0 17 0 0 0 4 0 0 7196144 7232144 24977408 140731406656020 140731406656105 140731406656105 140731406659562 0
/proc/25353/statm: 2409 372 292 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.203019 s]
/proc/loadavg: 1.36 1.41 1.41 3/198 25353
/proc/meminfo: memFree=30244672/32770624 swapFree=0/541244
[pid=25353] ppid=25350 vsize=13574488 CPUtime=0.12 cores=0,2,4,6
/proc/25353/stat : 25353 (java) S 25350 25353 19618 0 -1 1077944320 4953 12381 0 0 3 1 5 3 20 0 9 0 45887783 13900275712 4747 18446744073709551615 4194304 4196468 140732784971616 140732784954160 140086395047671 0 0 1 16784584 18446744073709551615 0 0 17 2 0 0 4 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0
/proc/25353/statm: 3393622 4747 2102 1 0 3383119 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 13574488

[startup+0.300266 s]
/proc/loadavg: 1.36 1.41 1.41 3/198 25353
/proc/meminfo: memFree=30244672/32770624 swapFree=0/541244
[pid=25353] ppid=25350 vsize=13974356 CPUtime=0.24 cores=0,2,4,6
/proc/25353/stat : 25353 (java) S 25350 25353 19618 0 -1 1077944320 6979 12381 0 0 15 1 5 3 20 0 15 0 45887783 14309740544 8141 18446744073709551615 4194304 4196468 140732784971616 140732784954160 140086395047671 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 4 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0
/proc/25353/statm: 3493589 8141 2939 1 0 3482965 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 13974356

[startup+0.710058 s]
/proc/loadavg: 1.36 1.41 1.41 3/198 25353
/proc/meminfo: memFree=30244672/32770624 swapFree=0/541244
[pid=25353] ppid=25350 vsize=13974784 CPUtime=0.79 cores=0,2,4,6
/proc/25353/stat : 25353 (java) S 25350 25353 19618 0 -1 1077944320 14216 12381 0 0 66 5 5 3 20 0 15 0 45887783 14310178816 15681 18446744073709551615 4194304 4196468 140732784971616 140732784954160 140086395047671 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 4 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0
/proc/25353/statm: 3493696 15681 3150 1 0 3482965 0
Current children cumulated CPU time (s) 0.79
Current children cumulated vsize (KiB) 13974784

[startup+1.50104 s]
/proc/loadavg: 1.36 1.41 1.41 4/213 25416
/proc/meminfo: memFree=30134060/32770624 swapFree=0/541096
[pid=25353] ppid=25350 vsize=13985408 CPUtime=2.03 cores=0,2,4,6
/proc/25353/stat : 25353 (java) S 25350 25353 19618 0 -1 1077944320 26877 12381 0 0 185 10 5 3 20 0 15 0 45887783 14321057792 43279 18446744073709551615 4194304 4196468 140732784971616 140732784954160 140086395047671 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 4 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0
/proc/25353/statm: 3496352 43279 3375 1 0 3485525 0
[pid=25353/tid=25403] ppid=25350 vsize=13985408 CPUtime=1.34 cores=0,2,4,6
/proc/25353/task/25403/stat : 25403 (java) R 25350 25353 19618 0 -1 4202560 20581 12381 0 0 119 7 5 3 20 0 15 0 45887799 14321057792 43279 18446744073709551615 4194304 4196468 140732784971616 140086399276032 140086012361850 0 4 1 16800974 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0
[pid=25353/tid=25404] ppid=25350 vsize=13985408 CPUtime=0.09 cores=0,2,4,6
/proc/25353/task/25404/stat : 25404 (java) S 25350 25353 19618 0 -1 1077944384 44 12381 0 0 1 0 5 3 20 0 15 0 45887800 14321057792 43279 18446744073709551615 4194304 4196468 140732784971616 140086336994320 140086395057877 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0
[pid=25353/tid=25405] ppid=25350 vsize=13985408 CPUtime=0.09 cores=0,2,4,6
/proc/25353/task/25405/stat : 25405 (java) S 25350 25353 19618 0 -1 1077944384 31 12381 0 0 1 0 5 3 20 0 15 0 45887800 14321057792 43279 18446744073709551615 4194304 4196468 140732784971616 140086335941776 140086395057877 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0
[pid=25353/tid=25406] ppid=25350 vsize=13985408 CPUtime=0.09 cores=0,2,4,6
/proc/25353/task/25406/stat : 25406 (java) S 25350 25353 19618 0 -1 1077944384 38 12381 0 0 1 0 5 3 20 0 15 0 45887800 14321057792 43279 18446744073709551615 4194304 4196468 140732784971616 140086334888720 140086395057877 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0
[pid=25353/tid=25407] ppid=25350 vsize=13985408 CPUtime=0.09 cores=0,2,4,6
/proc/25353/task/25407/stat : 25407 (java) S 25350 25353 19618 0 -1 1077944384 189 12381 0 0 1 0 5 3 20 0 15 0 45887800 14321057792 43279 18446744073709551615 4194304 4196468 140732784971616 140086333836176 140086395057877 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0
[pid=25353/tid=25408] ppid=25350 vsize=13985408 CPUtime=0.09 cores=0,2,4,6
/proc/25353/task/25408/stat : 25408 (java) S 25350 25353 19618 0 -1 1077944384 646 12381 0 0 1 0 5 3 20 0 15 0 45887801 14321057792 43279 18446744073709551615 4194304 4196468 140732784971616 140085940693232 140086395058818 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0
[pid=25353/tid=25409] ppid=25350 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/25353/task/25409/stat : 25409 (java) S 25350 25353 19618 0 -1 1077944384 34 12381 0 0 0 0 5 3 20 0 15 0 45887802 14321057792 43279 18446744073709551615 4194304 4196468 140732784971616 140085939639520 140086395057877 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0
[pid=25353/tid=25410] ppid=25350 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/25353/task/25410/stat : 25410 (java) S 25350 25353 19618 0 -1 1077944384 22 12381 0 0 0 0 5 3 20 0 15 0 45887802 14321057792 43279 18446744073709551615 4194304 4196468 140732784971616 140085938586368 140086395057877 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0
[pid=25353/tid=25411] ppid=25350 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/25353/task/25411/stat : 25411 (java) S 25350 25353 19618 0 -1 1077944384 3 12381 0 0 0 0 5 3 20 0 15 0 45887805 14321057792 43279 18446744073709551615 4194304 4196468 140732784971616 140085937534928 140086395066267 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0
[pid=25353/tid=25412] ppid=25350 vsize=13985408 CPUtime=0.24 cores=0,2,4,6
/proc/25353/task/25412/stat : 25412 (java) S 25350 25353 19618 0 -1 1077944384 868 12381 0 0 16 0 5 3 20 0 15 0 45887805 14321057792 43279 18446744073709551615 4194304 4196468 140732784971616 140085936483056 140086395058818 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0
[pid=25353/tid=25413] ppid=25350 vsize=13985408 CPUtime=0.25 cores=0,2,4,6
/proc/25353/task/25413/stat : 25413 (java) S 25350 25353 19618 0 -1 1077944384 934 12381 0 0 17 0 5 3 20 0 15 0 45887805 14321057792 43279 18446744073709551615 4194304 4196468 140732784971616 140085935430512 140086395058818 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0
[pid=25353/tid=25414] ppid=25350 vsize=13985408 CPUtime=0.33 cores=0,2,4,6
/proc/25353/task/25414/stat : 25414 (java) S 25350 25353 19618 0 -1 1077944384 1334 12381 0 0 25 0 5 3 20 0 15 0 45887805 14321057792 43279 18446744073709551615 4194304 4196468 140732784971616 140085934377456 140086395058818 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0
[pid=25353/tid=25415] ppid=25350 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/25353/task/25415/stat : 25415 (java) S 25350 25353 19618 0 -1 1077944384 3 12381 0 0 0 0 5 3 20 0 15 0 45887805 14321057792 43279 18446744073709551615 4194304 4196468 140732784971616 140085933325152 140086395057877 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0
[pid=25353/tid=25416] ppid=25350 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/25353/task/25416/stat : 25416 (java) S 25350 25353 19618 0 -1 1077944384 1 12381 0 0 0 0 5 3 20 0 15 0 45887808 14321057792 43279 18446744073709551615 4194304 4196468 140732784971616 140085932272176 140086395058818 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0
Current children cumulated CPU time (s) 2.03
Current children cumulated vsize (KiB) 13985408

[startup+3.10069 s]
/proc/loadavg: 1.36 1.41 1.41 3/213 25416
/proc/meminfo: memFree=30057316/32770624 swapFree=0/541096
[pid=25353] ppid=25350 vsize=13999932 CPUtime=4.91 cores=0,2,4,6
/proc/25353/stat : 25353 (java) S 25350 25353 19618 0 -1 1077944320 38354 12381 0 0 467 16 5 3 20 0 15 0 45887783 14335930368 55507 18446744073709551615 4194304 4196468 140732784971616 140732784954160 140086395047671 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 4 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0
/proc/25353/statm: 3499983 55507 3441 1 0 3488597 0
[pid=25353/tid=25403] ppid=25350 vsize=13999932 CPUtime=2.73 cores=0,2,4,6
/proc/25353/task/25403/stat : 25403 (java) D 25350 25353 19618 0 -1 4202560 29094 12381 0 0 256 9 5 3 20 0 15 0 45887799 14335930368 55507 18446744073709551615 4194304 4196468 140732784971616 140086399258344 140086374700144 0 4 1 16800974 18446744072099675269 0 0 -1 2 0 0 2 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0
[pid=25353/tid=25404] ppid=25350 vsize=13999932 CPUtime=0.09 cores=0,2,4,6
/proc/25353/task/25404/stat : 25404 (java) S 25350 25353 19618 0 -1 1077944384 44 12381 0 0 1 0 5 3 20 0 15 0 45887800 14335930368 55507 18446744073709551615 4194304 4196468 140732784971616 140086336994320 140086395057877 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0
[pid=25353/tid=25405] ppid=25350 vsize=13999932 CPUtime=0.09 cores=0,2,4,6
/proc/25353/task/25405/stat : 25405 (java) S 25350 25353 19618 0 -1 1077944384 31 12381 0 0 1 0 5 3 20 0 15 0 45887800 14335930368 55507 18446744073709551615 4194304 4196468 140732784971616 140086335941776 140086395057877 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0
[pid=25353/tid=25406] ppid=25350 vsize=13999932 CPUtime=0.09 cores=0,2,4,6
/proc/25353/task/25406/stat : 25406 (java) S 25350 25353 19618 0 -1 1077944384 38 12381 0 0 1 0 5 3 20 0 15 0 45887800 14335930368 55507 18446744073709551615 4194304 4196468 140732784971616 140086334888720 140086395057877 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0
[pid=25353/tid=25407] ppid=25350 vsize=13999932 CPUtime=0.09 cores=0,2,4,6
/proc/25353/task/25407/stat : 25407 (java) S 25350 25353 19618 0 -1 1077944384 189 12381 0 0 1 0 5 3 20 0 15 0 45887800 14335930368 55507 18446744073709551615 4194304 4196468 140732784971616 140086333836176 140086395057877 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0
[pid=25353/tid=25408] ppid=25350 vsize=13999932 CPUtime=0.09 cores=0,2,4,6
/proc/25353/task/25408/stat : 25408 (java) S 25350 25353 19618 0 -1 1077944384 647 12381 0 0 1 0 5 3 20 0 15 0 45887801 14335930368 55507 18446744073709551615 4194304 4196468 140732784971616 140085940693232 140086395058818 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0
[pid=25353/tid=25409] ppid=25350 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/25353/task/25409/stat : 25409 (java) S 25350 25353 19618 0 -1 1077944384 34 12381 0 0 0 0 5 3 20 0 15 0 45887802 14335930368 55507 18446744073709551615 4194304 4196468 140732784971616 140085939639520 140086395057877 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0
[pid=25353/tid=25410] ppid=25350 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/25353/task/25410/stat : 25410 (java) S 25350 25353 19618 0 -1 1077944384 22 12381 0 0 0 0 5 3 20 0 15 0 45887802 14335930368 55507 18446744073709551615 4194304 4196468 140732784971616 140085938586368 140086395057877 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0
[pid=25353/tid=25411] ppid=25350 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/25353/task/25411/stat : 25411 (java) S 25350 25353 19618 0 -1 1077944384 3 12381 0 0 0 0 5 3 20 0 15 0 45887805 14335930368 55507 18446744073709551615 4194304 4196468 140732784971616 140085937534928 140086395066267 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0
[pid=25353/tid=25412] ppid=25350 vsize=13999932 CPUtime=0.61 cores=0,2,4,6
/proc/25353/task/25412/stat : 25412 (java) S 25350 25353 19618 0 -1 1077944384 1517 12381 0 0 52 1 5 3 20 0 15 0 45887805 14335930368 55507 18446744073709551615 4194304 4196468 140732784971616 140085936483056 140086395058818 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0
[pid=25353/tid=25413] ppid=25350 vsize=13999932 CPUtime=0.72 cores=0,2,4,6
/proc/25353/task/25413/stat : 25413 (java) S 25350 25353 19618 0 -1 1077944384 1708 12381 0 0 63 1 5 3 20 0 15 0 45887805 14335930368 55507 18446744073709551615 4194304 4196468 140732784971616 140085935430512 140086395058818 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0
[pid=25353/tid=25414] ppid=25350 vsize=13999932 CPUtime=0.96 cores=0,2,4,6
/proc/25353/task/25414/stat : 25414 (java) S 25350 25353 19618 0 -1 1077944384 2874 12381 0 0 87 1 5 3 20 0 15 0 45887805 14335930368 55507 18446744073709551615 4194304 4196468 140732784971616 140085934377456 140086395058818 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0
[pid=25353/tid=25415] ppid=25350 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/25353/task/25415/stat : 25415 (java) S 25350 25353 19618 0 -1 1077944384 3 12381 0 0 0 0 5 3 20 0 15 0 45887805 14335930368 55507 18446744073709551615 4194304 4196468 140732784971616 140085933325152 140086395057877 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0
[pid=25353/tid=25416] ppid=25350 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/25353/task/25416/stat : 25416 (java) D 25350 25353 19618 0 -1 4202560 1 12381 0 0 0 0 5 3 20 0 15 0 45887808 14335930368 55507 18446744073709551615 4194304 4196468 140732784971616 140085932272096 140086379903758 0 4 1 16800974 18446744072099675269 0 0 -1 6 0 0 0 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0
Current children cumulated CPU time (s) 4.91
Current children cumulated vsize (KiB) 13999932

[startup+6.3007 s]
/proc/loadavg: 1.49 1.44 1.42 3/211 25416
/proc/meminfo: memFree=29870248/32770624 swapFree=0/541096
[pid=25353] ppid=25350 vsize=14067516 CPUtime=10.71 cores=0,2,4,6
/proc/25353/stat : 25353 (java) S 25350 25353 19618 0 -1 1077944320 57922 12381 0 0 1042 21 5 3 20 0 15 0 45887783 14405136384 95510 18446744073709551615 4194304 4196468 140732784971616 140732784954160 140086395047671 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 4 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0
/proc/25353/statm: 3516879 95510 3465 1 0 3505493 0
[pid=25353/tid=25403] ppid=25350 vsize=14067516 CPUtime=5.6 cores=0,2,4,6
/proc/25353/task/25403/stat : 25403 (java) R 25350 25353 19618 0 -1 4202560 39272 12381 0 0 540 12 5 3 20 0 15 0 45887799 14405136384 95510 18446744073709551615 4194304 4196468 140732784971616 140086399282360 140086023765424 0 4 1 16800974 0 0 0 -1 2 0 0 50 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0
[pid=25353/tid=25404] ppid=25350 vsize=14067516 CPUtime=0.11 cores=0,2,4,6
/proc/25353/task/25404/stat : 25404 (java) S 25350 25353 19618 0 -1 1077944384 76 12381 0 0 3 0 5 3 20 0 15 0 45887800 14405136384 95510 18446744073709551615 4194304 4196468 140732784971616 140086336994320 140086395057877 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0
[pid=25353/tid=25405] ppid=25350 vsize=14067516 CPUtime=0.11 cores=0,2,4,6
/proc/25353/task/25405/stat : 25405 (java) S 25350 25353 19618 0 -1 1077944384 47 12381 0 0 3 0 5 3 20 0 15 0 45887800 14405136384 95510 18446744073709551615 4194304 4196468 140732784971616 140086335941776 140086395057877 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0
[pid=25353/tid=25406] ppid=25350 vsize=14067516 CPUtime=0.11 cores=0,2,4,6
/proc/25353/task/25406/stat : 25406 (java) S 25350 25353 19618 0 -1 1077944384 235 12381 0 0 3 0 5 3 20 0 15 0 45887800 14405136384 95510 18446744073709551615 4194304 4196468 140732784971616 140086334888720 140086395057877 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0
[pid=25353/tid=25407] ppid=25350 vsize=14067516 CPUtime=0.11 cores=0,2,4,6
/proc/25353/task/25407/stat : 25407 (java) S 25350 25353 19618 0 -1 1077944384 236 12381 0 0 3 0 5 3 20 0 15 0 45887800 14405136384 95510 18446744073709551615 4194304 4196468 140732784971616 140086333836176 140086395057877 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0
[pid=25353/tid=25408] ppid=25350 vsize=14067516 CPUtime=0.11 cores=0,2,4,6
/proc/25353/task/25408/stat : 25408 (java) S 25350 25353 19618 0 -1 1077944384 998 12381 0 0 3 0 5 3 20 0 15 0 45887801 14405136384 95510 18446744073709551615 4194304 4196468 140732784971616 140085940693232 140086395058818 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0
[pid=25353/tid=25409] ppid=25350 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/25353/task/25409/stat : 25409 (java) S 25350 25353 19618 0 -1 1077944384 39 12381 0 0 0 0 5 3 20 0 15 0 45887802 14405136384 95510 18446744073709551615 4194304 4196468 140732784971616 140085939639584 140086395057877 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0
[pid=25353/tid=25410] ppid=25350 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/25353/task/25410/stat : 25410 (java) S 25350 25353 19618 0 -1 1077944384 26 12381 0 0 0 0 5 3 20 0 15 0 45887802 14405136384 95510 18446744073709551615 4194304 4196468 140732784971616 140085938586368 140086395057877 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0
[pid=25353/tid=25411] ppid=25350 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/25353/task/25411/stat : 25411 (java) S 25350 25353 19618 0 -1 1077944384 3 12381 0 0 0 0 5 3 20 0 15 0 45887805 14405136384 95510 18446744073709551615 4194304 4196468 140732784971616 140085937534928 140086395066267 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0
[pid=25353/tid=25412] ppid=25350 vsize=14067516 CPUtime=1.68 cores=0,2,4,6
/proc/25353/task/25412/stat : 25412 (java) S 25350 25353 19618 0 -1 1077944384 2710 12381 0 0 159 1 5 3 20 0 15 0 45887805 14405136384 95510 18446744073709551615 4194304 4196468 140732784971616 140085936483056 140086395058818 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0
[pid=25353/tid=25413] ppid=25350 vsize=14067516 CPUtime=2.15 cores=0,2,4,6
/proc/25353/task/25413/stat : 25413 (java) S 25350 25353 19618 0 -1 1077944384 6062 12381 0 0 205 2 5 3 20 0 15 0 45887805 14405136384 95510 18446744073709551615 4194304 4196468 140732784971616 140085935430512 140086395058818 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0
[pid=25353/tid=25414] ppid=25350 vsize=14067516 CPUtime=1.27 cores=0,2,4,6
/proc/25353/task/25414/stat : 25414 (java) S 25350 25353 19618 0 -1 1077944384 4678 12381 0 0 117 2 5 3 20 0 15 0 45887805 14405136384 95510 18446744073709551615 4194304 4196468 140732784971616 140085934377456 140086395058818 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0
[pid=25353/tid=25415] ppid=25350 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/25353/task/25415/stat : 25415 (java) S 25350 25353 19618 0 -1 1077944384 3 12381 0 0 0 0 5 3 20 0 15 0 45887805 14405136384 95510 18446744073709551615 4194304 4196468 140732784971616 140085933325152 140086395057877 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0
[pid=25353/tid=25416] ppid=25350 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/25353/task/25416/stat : 25416 (java) S 25350 25353 19618 0 -1 1077944384 1388 12381 0 0 0 0 5 3 20 0 15 0 45887808 14405136384 95510 18446744073709551615 4194304 4196468 140732784971616 140085932272176 140086395058818 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 46 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0
Current children cumulated CPU time (s) 10.71
Current children cumulated vsize (KiB) 14067516

[startup+12.7011 s]
/proc/loadavg: 1.45 1.43 1.42 3/210 25416
/proc/meminfo: memFree=29656448/32770624 swapFree=0/541088
[pid=25353] ppid=25350 vsize=14067516 CPUtime=17.26 cores=0,2,4,6
/proc/25353/stat : 25353 (java) S 25350 25353 19618 0 -1 1077944320 59968 12381 0 0 1693 25 5 3 20 0 15 0 45887783 14405136384 136102 18446744073709551615 4194304 4196468 140732784971616 140732784954160 140086395047671 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 4 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0
/proc/25353/statm: 3516879 136102 3469 1 0 3505493 0
[pid=25353/tid=25403] ppid=25350 vsize=14067516 CPUtime=11.97 cores=0,2,4,6
/proc/25353/task/25403/stat : 25403 (java) R 25350 25353 19618 0 -1 4202560 39907 12381 0 0 1175 14 5 3 20 0 15 0 45887799 14405136384 136102 18446744073709551615 4194304 4196468 140732784971616 140086399281872 140086016497447 0 4 1 16800974 0 0 0 -1 6 0 0 50 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0
[pid=25353/tid=25404] ppid=25350 vsize=14067516 CPUtime=0.13 cores=0,2,4,6
/proc/25353/task/25404/stat : 25404 (java) S 25350 25353 19618 0 -1 1077944384 169 12381 0 0 4 1 5 3 20 0 15 0 45887800 14405136384 136102 18446744073709551615 4194304 4196468 140732784971616 140086336994320 140086395057877 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0
[pid=25353/tid=25405] ppid=25350 vsize=14067516 CPUtime=0.12 cores=0,2,4,6
/proc/25353/task/25405/stat : 25405 (java) S 25350 25353 19618 0 -1 1077944384 935 12381 0 0 4 0 5 3 20 0 15 0 45887800 14405136384 136102 18446744073709551615 4194304 4196468 140732784971616 140086335941776 140086395057877 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0
[pid=25353/tid=25406] ppid=25350 vsize=14067516 CPUtime=0.12 cores=0,2,4,6
/proc/25353/task/25406/stat : 25406 (java) S 25350 25353 19618 0 -1 1077944384 280 12381 0 0 4 0 5 3 20 0 15 0 45887800 14405136384 136102 18446744073709551615 4194304 4196468 140732784971616 140086334888720 140086395057877 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0
[pid=25353/tid=25407] ppid=25350 vsize=14067516 CPUtime=0.12 cores=0,2,4,6
/proc/25353/task/25407/stat : 25407 (java) S 25350 25353 19618 0 -1 1077944384 350 12381 0 0 4 0 5 3 20 0 15 0 45887800 14405136384 136102 18446744073709551615 4194304 4196468 140732784971616 140086333836176 140086395057877 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0
[pid=25353/tid=25408] ppid=25350 vsize=14067516 CPUtime=0.12 cores=0,2,4,6
/proc/25353/task/25408/stat : 25408 (java) S 25350 25353 19618 0 -1 1077944384 1107 12381 0 0 4 0 5 3 20 0 15 0 45887801 14405136384 136102 18446744073709551615 4194304 4196468 140732784971616 140085940693232 140086395058818 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0
[pid=25353/tid=25409] ppid=25350 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/25353/task/25409/stat : 25409 (java) S 25350 25353 19618 0 -1 1077944384 39 12381 0 0 0 0 5 3 20 0 15 0 45887802 14405136384 136102 18446744073709551615 4194304 4196468 140732784971616 140085939639584 140086395057877 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0
[pid=25353/tid=25410] ppid=25350 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/25353/task/25410/stat : 25410 (java) S 25350 25353 19618 0 -1 1077944384 26 12381 0 0 0 0 5 3 20 0 15 0 45887802 14405136384 136102 18446744073709551615 4194304 4196468 140732784971616 140085938586368 140086395057877 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0
[pid=25353/tid=25411] ppid=25350 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/25353/task/25411/stat : 25411 (java) S 25350 25353 19618 0 -1 1077944384 3 12381 0 0 0 0 5 3 20 0 15 0 45887805 14405136384 136102 18446744073709551615 4194304 4196468 140732784971616 140085937534928 140086395066267 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0

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

/proc/25353/task/25415/stat : 25415 (java) S 25350 25353 19618 0 -1 1077944384 3 12381 0 0 0 0 5 3 20 0 15 0 45887805 14405136384 185141 18446744073709551615 4194304 4196468 140732784971616 140085933325152 140086395057877 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0
[pid=25353/tid=25416] ppid=25350 vsize=14067516 CPUtime=1.5 cores=0,2,4,6
/proc/25353/task/25416/stat : 25416 (java) S 25350 25353 19618 0 -1 1077944384 2057 12381 0 0 71 71 5 3 20 0 15 0 45887808 14405136384 185141 18446744073709551615 4194304 4196468 140732784971616 140085932272176 140086395058818 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 46 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0
Current children cumulated CPU time (s) 2355.85
Current children cumulated vsize (KiB) 14067516

[startup+2382.3 s]
/proc/loadavg: 1.38 1.41 1.40 3/212 25707
/proc/meminfo: memFree=30012756/32770624 swapFree=0/541612
[pid=25353] ppid=25350 vsize=14067516 CPUtime=2416.63 cores=0,2,4,6
/proc/25353/stat : 25353 (java) S 25350 25353 19618 0 -1 1077944320 151109 12381 0 0 241321 334 5 3 20 0 15 0 45887783 14405136384 185657 18446744073709551615 4194304 4196468 140732784971616 140732784954160 140086395047671 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 4 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0
/proc/25353/statm: 3516879 185657 3470 1 0 3505493 0
[pid=25353/tid=25403] ppid=25350 vsize=14067516 CPUtime=2357.41 cores=0,2,4,6
/proc/25353/task/25403/stat : 25403 (java) R 25350 25353 19618 0 -1 4202560 76311 12381 0 0 235689 44 5 3 20 0 15 0 45887799 14405136384 185657 18446744073709551615 4194304 4196468 140732784971616 140086399281792 140086023183646 0 4 1 16800974 0 0 0 -1 6 0 0 50 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0
[pid=25353/tid=25404] ppid=25350 vsize=14067516 CPUtime=10.72 cores=0,2,4,6
/proc/25353/task/25404/stat : 25404 (java) S 25350 25353 19618 0 -1 1077944384 7212 12381 0 0 1011 53 5 3 20 0 15 0 45887800 14405136384 185657 18446744073709551615 4194304 4196468 140732784971616 140086336994320 140086395057877 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0
[pid=25353/tid=25405] ppid=25350 vsize=14067516 CPUtime=10.71 cores=0,2,4,6
/proc/25353/task/25405/stat : 25405 (java) S 25350 25353 19618 0 -1 1077944384 11199 12381 0 0 1004 59 5 3 20 0 15 0 45887800 14405136384 185657 18446744073709551615 4194304 4196468 140732784971616 140086335941776 140086395057877 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0
[pid=25353/tid=25406] ppid=25350 vsize=14067516 CPUtime=10.75 cores=0,2,4,6
/proc/25353/task/25406/stat : 25406 (java) S 25350 25353 19618 0 -1 1077944384 13343 12381 0 0 1012 55 5 3 20 0 15 0 45887800 14405136384 185657 18446744073709551615 4194304 4196468 140732784971616 140086334888720 140086395057877 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0
[pid=25353/tid=25407] ppid=25350 vsize=14067516 CPUtime=10.74 cores=0,2,4,6
/proc/25353/task/25407/stat : 25407 (java) S 25350 25353 19618 0 -1 1077944384 9938 12381 0 0 1010 56 5 3 20 0 15 0 45887800 14405136384 185657 18446744073709551615 4194304 4196468 140732784971616 140086333836176 140086395057877 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0
[pid=25353/tid=25408] ppid=25350 vsize=14067516 CPUtime=10.06 cores=0,2,4,6
/proc/25353/task/25408/stat : 25408 (java) S 25350 25353 19618 0 -1 1077944384 10190 12381 0 0 938 60 5 3 20 0 15 0 45887801 14405136384 185657 18446744073709551615 4194304 4196468 140732784971616 140085940693232 140086395058818 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0
[pid=25353/tid=25409] ppid=25350 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/25353/task/25409/stat : 25409 (java) S 25350 25353 19618 0 -1 1077944384 39 12381 0 0 0 0 5 3 20 0 15 0 45887802 14405136384 185657 18446744073709551615 4194304 4196468 140732784971616 140085939639584 140086395057877 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0
[pid=25353/tid=25410] ppid=25350 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/25353/task/25410/stat : 25410 (java) S 25350 25353 19618 0 -1 1077944384 26 12381 0 0 0 0 5 3 20 0 15 0 45887802 14405136384 185657 18446744073709551615 4194304 4196468 140732784971616 140085938586368 140086395057877 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0
[pid=25353/tid=25411] ppid=25350 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/25353/task/25411/stat : 25411 (java) S 25350 25353 19618 0 -1 1077944384 3 12381 0 0 0 0 5 3 20 0 15 0 45887805 14405136384 185657 18446744073709551615 4194304 4196468 140732784971616 140085937534928 140086395066267 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0
[pid=25353/tid=25412] ppid=25350 vsize=14067516 CPUtime=1.75 cores=0,2,4,6
/proc/25353/task/25412/stat : 25412 (java) S 25350 25353 19618 0 -1 1077944384 4198 12381 0 0 166 1 5 3 20 0 15 0 45887805 14405136384 185657 18446744073709551615 4194304 4196468 140732784971616 140085936483056 140086395058818 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0
[pid=25353/tid=25413] ppid=25350 vsize=14067516 CPUtime=2.25 cores=0,2,4,6
/proc/25353/task/25413/stat : 25413 (java) S 25350 25353 19618 0 -1 1077944384 6954 12381 0 0 215 2 5 3 20 0 15 0 45887805 14405136384 185657 18446744073709551615 4194304 4196468 140732784971616 140085935430512 140086395058818 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0
[pid=25353/tid=25414] ppid=25350 vsize=14067516 CPUtime=1.29 cores=0,2,4,6
/proc/25353/task/25414/stat : 25414 (java) S 25350 25353 19618 0 -1 1077944384 7483 12381 0 0 119 2 5 3 20 0 15 0 45887805 14405136384 185657 18446744073709551615 4194304 4196468 140732784971616 140085934377456 140086395058818 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0
[pid=25353/tid=25415] ppid=25350 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/25353/task/25415/stat : 25415 (java) S 25350 25353 19618 0 -1 1077944384 3 12381 0 0 0 0 5 3 20 0 15 0 45887805 14405136384 185657 18446744073709551615 4194304 4196468 140732784971616 140085933325152 140086395057877 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0
[pid=25353/tid=25416] ppid=25350 vsize=14067516 CPUtime=1.54 cores=0,2,4,6
/proc/25353/task/25416/stat : 25416 (java) S 25350 25353 19618 0 -1 1077944384 2061 12381 0 0 72 74 5 3 20 0 15 0 45887808 14405136384 185657 18446744073709551615 4194304 4196468 140732784971616 140085932272176 140086395058818 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 46 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0
Current children cumulated CPU time (s) 2416.63
Current children cumulated vsize (KiB) 14067516

[startup+2442.31 s]
/proc/loadavg: 1.26 1.38 1.39 3/212 25709
/proc/meminfo: memFree=30018756/32770624 swapFree=0/541608
[pid=25353] ppid=25350 vsize=14067516 CPUtime=2477.42 cores=0,2,4,6
/proc/25353/stat : 25353 (java) S 25350 25353 19618 0 -1 1077944320 152222 12381 0 0 247393 341 5 3 20 0 15 0 45887783 14405136384 185663 18446744073709551615 4194304 4196468 140732784971616 140732784954160 140086395047671 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 4 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0
/proc/25353/statm: 3516879 185663 3470 1 0 3505493 0
[pid=25353/tid=25403] ppid=25350 vsize=14067516 CPUtime=2416.74 cores=0,2,4,6
/proc/25353/task/25403/stat : 25403 (java) R 25350 25353 19618 0 -1 4202560 77053 12381 0 0 241621 45 5 3 20 0 15 0 45887799 14405136384 185663 18446744073709551615 4194304 4196468 140732784971616 140086399281840 140086023331577 0 4 1 16800974 0 0 0 -1 6 0 0 50 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0
[pid=25353/tid=25404] ppid=25350 vsize=14067516 CPUtime=11.02 cores=0,2,4,6
/proc/25353/task/25404/stat : 25404 (java) S 25350 25353 19618 0 -1 1077944384 7223 12381 0 0 1039 55 5 3 20 0 15 0 45887800 14405136384 185663 18446744073709551615 4194304 4196468 140732784971616 140086336994320 140086395057877 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0
[pid=25353/tid=25405] ppid=25350 vsize=14067516 CPUtime=11 cores=0,2,4,6
/proc/25353/task/25405/stat : 25405 (java) S 25350 25353 19618 0 -1 1077944384 11219 12381 0 0 1032 60 5 3 20 0 15 0 45887800 14405136384 185663 18446744073709551615 4194304 4196468 140732784971616 140086335941776 140086395057877 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0
[pid=25353/tid=25406] ppid=25350 vsize=14067516 CPUtime=11.03 cores=0,2,4,6
/proc/25353/task/25406/stat : 25406 (java) S 25350 25353 19618 0 -1 1077944384 13416 12381 0 0 1040 55 5 3 20 0 15 0 45887800 14405136384 185663 18446744073709551615 4194304 4196468 140732784971616 140086334888720 140086395057877 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0
[pid=25353/tid=25407] ppid=25350 vsize=14067516 CPUtime=11.04 cores=0,2,4,6
/proc/25353/task/25407/stat : 25407 (java) S 25350 25353 19618 0 -1 1077944384 9995 12381 0 0 1038 58 5 3 20 0 15 0 45887800 14405136384 185663 18446744073709551615 4194304 4196468 140732784971616 140086333836176 140086395057877 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0
[pid=25353/tid=25408] ppid=25350 vsize=14067516 CPUtime=10.33 cores=0,2,4,6
/proc/25353/task/25408/stat : 25408 (java) S 25350 25353 19618 0 -1 1077944384 10376 12381 0 0 964 61 5 3 20 0 15 0 45887801 14405136384 185663 18446744073709551615 4194304 4196468 140732784971616 140085940693232 140086395058818 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0
[pid=25353/tid=25409] ppid=25350 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/25353/task/25409/stat : 25409 (java) S 25350 25353 19618 0 -1 1077944384 39 12381 0 0 0 0 5 3 20 0 15 0 45887802 14405136384 185663 18446744073709551615 4194304 4196468 140732784971616 140085939639584 140086395057877 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0
[pid=25353/tid=25410] ppid=25350 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/25353/task/25410/stat : 25410 (java) S 25350 25353 19618 0 -1 1077944384 26 12381 0 0 0 0 5 3 20 0 15 0 45887802 14405136384 185663 18446744073709551615 4194304 4196468 140732784971616 140085938586368 140086395057877 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0
[pid=25353/tid=25411] ppid=25350 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/25353/task/25411/stat : 25411 (java) S 25350 25353 19618 0 -1 1077944384 3 12381 0 0 0 0 5 3 20 0 15 0 45887805 14405136384 185663 18446744073709551615 4194304 4196468 140732784971616 140085937534928 140086395066267 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0
[pid=25353/tid=25412] ppid=25350 vsize=14067516 CPUtime=1.75 cores=0,2,4,6
/proc/25353/task/25412/stat : 25412 (java) S 25350 25353 19618 0 -1 1077944384 4200 12381 0 0 166 1 5 3 20 0 15 0 45887805 14405136384 185663 18446744073709551615 4194304 4196468 140732784971616 140085936483056 140086395058818 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0
[pid=25353/tid=25413] ppid=25350 vsize=14067516 CPUtime=2.25 cores=0,2,4,6
/proc/25353/task/25413/stat : 25413 (java) S 25350 25353 19618 0 -1 1077944384 6956 12381 0 0 215 2 5 3 20 0 15 0 45887805 14405136384 185663 18446744073709551615 4194304 4196468 140732784971616 140085935430512 140086395058818 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0
[pid=25353/tid=25414] ppid=25350 vsize=14067516 CPUtime=1.29 cores=0,2,4,6
/proc/25353/task/25414/stat : 25414 (java) S 25350 25353 19618 0 -1 1077944384 7486 12381 0 0 119 2 5 3 20 0 15 0 45887805 14405136384 185663 18446744073709551615 4194304 4196468 140732784971616 140085934377456 140086395058818 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0
[pid=25353/tid=25415] ppid=25350 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/25353/task/25415/stat : 25415 (java) S 25350 25353 19618 0 -1 1077944384 3 12381 0 0 0 0 5 3 20 0 15 0 45887805 14405136384 185663 18446744073709551615 4194304 4196468 140732784971616 140085933325152 140086395057877 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0
[pid=25353/tid=25416] ppid=25350 vsize=14067516 CPUtime=1.58 cores=0,2,4,6
/proc/25353/task/25416/stat : 25416 (java) S 25350 25353 19618 0 -1 1077944384 2078 12381 0 0 74 76 5 3 20 0 15 0 45887808 14405136384 185663 18446744073709551615 4194304 4196468 140732784971616 140085932272176 140086395058818 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 46 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0
Current children cumulated CPU time (s) 2477.42
Current children cumulated vsize (KiB) 14067516



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2484.4 s]
/proc/loadavg: 1.27 1.36 1.38 3/209 25711
/proc/meminfo: memFree=30024264/32770624 swapFree=0/541628
[pid=25353] ppid=25350 vsize=14067516 CPUtime=2520.05 cores=0,2,4,6
/proc/25353/stat : 25353 (java) S 25350 25353 19618 0 -1 1077944320 153278 12381 0 0 251651 346 5 3 20 0 15 0 45887783 14405136384 185672 18446744073709551615 4194304 4196468 140732784971616 140732784954160 140086395047671 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 4 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0
/proc/25353/statm: 3516879 185672 3470 1 0 3505493 0
[pid=25353/tid=25403] ppid=25350 vsize=14067516 CPUtime=2458.38 cores=0,2,4,6
/proc/25353/task/25403/stat : 25403 (java) R 25350 25353 19618 0 -1 4202560 77552 12381 0 0 245784 46 5 3 20 0 15 0 45887799 14405136384 185672 18446744073709551615 4194304 4196468 140732784971616 140086399281968 140086023764841 0 4 1 16800974 0 0 0 -1 2 0 0 50 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0
[pid=25353/tid=25404] ppid=25350 vsize=14067516 CPUtime=11.21 cores=0,2,4,6
/proc/25353/task/25404/stat : 25404 (java) S 25350 25353 19618 0 -1 1077944384 7430 12381 0 0 1058 55 5 3 20 0 15 0 45887800 14405136384 185672 18446744073709551615 4194304 4196468 140732784971616 140086336994320 140086395057877 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0
[pid=25353/tid=25405] ppid=25350 vsize=14067516 CPUtime=11.2 cores=0,2,4,6
/proc/25353/task/25405/stat : 25405 (java) S 25350 25353 19618 0 -1 1077944384 11337 12381 0 0 1051 61 5 3 20 0 15 0 45887800 14405136384 185672 18446744073709551615 4194304 4196468 140732784971616 140086335941776 140086395057877 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0
[pid=25353/tid=25406] ppid=25350 vsize=14067516 CPUtime=11.23 cores=0,2,4,6
/proc/25353/task/25406/stat : 25406 (java) S 25350 25353 19618 0 -1 1077944384 13426 12381 0 0 1058 57 5 3 20 0 15 0 45887800 14405136384 185672 18446744073709551615 4194304 4196468 140732784971616 140086334888720 140086395057877 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0
[pid=25353/tid=25407] ppid=25350 vsize=14067516 CPUtime=11.23 cores=0,2,4,6
/proc/25353/task/25407/stat : 25407 (java) S 25350 25353 19618 0 -1 1077944384 10013 12381 0 0 1057 58 5 3 20 0 15 0 45887800 14405136384 185672 18446744073709551615 4194304 4196468 140732784971616 140086333836176 140086395057877 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0
[pid=25353/tid=25408] ppid=25350 vsize=14067516 CPUtime=10.51 cores=0,2,4,6
/proc/25353/task/25408/stat : 25408 (java) S 25350 25353 19618 0 -1 1077944384 10557 12381 0 0 981 62 5 3 20 0 15 0 45887801 14405136384 185672 18446744073709551615 4194304 4196468 140732784971616 140085940693232 140086395058818 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0
[pid=25353/tid=25409] ppid=25350 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/25353/task/25409/stat : 25409 (java) S 25350 25353 19618 0 -1 1077944384 39 12381 0 0 0 0 5 3 20 0 15 0 45887802 14405136384 185672 18446744073709551615 4194304 4196468 140732784971616 140085939639584 140086395057877 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0
[pid=25353/tid=25410] ppid=25350 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/25353/task/25410/stat : 25410 (java) S 25350 25353 19618 0 -1 1077944384 26 12381 0 0 0 0 5 3 20 0 15 0 45887802 14405136384 185672 18446744073709551615 4194304 4196468 140732784971616 140085938586368 140086395057877 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0
[pid=25353/tid=25411] ppid=25350 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/25353/task/25411/stat : 25411 (java) S 25350 25353 19618 0 -1 1077944384 3 12381 0 0 0 0 5 3 20 0 15 0 45887805 14405136384 185672 18446744073709551615 4194304 4196468 140732784971616 140085937534928 140086395066267 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0
[pid=25353/tid=25412] ppid=25350 vsize=14067516 CPUtime=1.75 cores=0,2,4,6
/proc/25353/task/25412/stat : 25412 (java) S 25350 25353 19618 0 -1 1077944384 4202 12381 0 0 166 1 5 3 20 0 15 0 45887805 14405136384 185672 18446744073709551615 4194304 4196468 140732784971616 140085936483056 140086395058818 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0
[pid=25353/tid=25413] ppid=25350 vsize=14067516 CPUtime=2.25 cores=0,2,4,6
/proc/25353/task/25413/stat : 25413 (java) S 25350 25353 19618 0 -1 1077944384 6958 12381 0 0 215 2 5 3 20 0 15 0 45887805 14405136384 185672 18446744073709551615 4194304 4196468 140732784971616 140085935430512 140086395058818 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0
[pid=25353/tid=25414] ppid=25350 vsize=14067516 CPUtime=1.29 cores=0,2,4,6
/proc/25353/task/25414/stat : 25414 (java) S 25350 25353 19618 0 -1 1077944384 7490 12381 0 0 119 2 5 3 20 0 15 0 45887805 14405136384 185672 18446744073709551615 4194304 4196468 140732784971616 140085934377456 140086395058818 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0
[pid=25353/tid=25415] ppid=25350 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/25353/task/25415/stat : 25415 (java) S 25350 25353 19618 0 -1 1077944384 3 12381 0 0 0 0 5 3 20 0 15 0 45887805 14405136384 185672 18446744073709551615 4194304 4196468 140732784971616 140085933325152 140086395057877 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0
[pid=25353/tid=25416] ppid=25350 vsize=14067516 CPUtime=1.6 cores=0,2,4,6
/proc/25353/task/25416/stat : 25416 (java) S 25350 25353 19618 0 -1 1077944384 2093 12381 0 0 75 77 5 3 20 0 15 0 45887808 14405136384 185672 18446744073709551615 4194304 4196468 140732784971616 140085932272176 140086395058818 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 46 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0
Current children cumulated CPU time (s) 2520.05
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 25353 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2484.51 s]
/proc/loadavg: 1.27 1.36 1.38 3/209 25711
/proc/meminfo: memFree=30024264/32770624 swapFree=0/541628
[pid=25353] ppid=25350 vsize=14200644 CPUtime=2520.34 cores=0,2,4,6
/proc/25353/stat : 25353 (java) S 25350 25353 19618 0 -1 1077944320 160159 12381 0 0 251679 347 5 3 20 0 17 0 45887783 14541459456 187351 18446744073709551615 4194304 4196468 140732784971616 140732784954160 140086395047671 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 4 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0
/proc/25353/statm: 3550161 187351 3470 1 0 3538775 0
[pid=25353/tid=25403] ppid=25350 vsize=14200644 CPUtime=2458.39 cores=0,2,4,6
/proc/25353/task/25403/stat : 25403 (java) S 25350 25353 19618 0 -1 1077944384 77995 12381 0 0 245785 46 5 3 20 0 17 0 45887799 14541459456 187351 18446744073709551615 4194304 4196468 140732784971616 140086399285216 140086395057877 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 50 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0
[pid=25353/tid=25404] ppid=25350 vsize=14200644 CPUtime=11.28 cores=0,2,4,6
/proc/25353/task/25404/stat : 25404 (java) R 25350 25353 19618 0 -1 4202560 7468 12381 0 0 1064 56 5 3 20 0 17 0 45887800 14541459456 187351 18446744073709551615 4194304 4196468 140732784971616 140086336994320 140086395059606 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0
[pid=25353/tid=25405] ppid=25350 vsize=14200644 CPUtime=11.26 cores=0,2,4,6
/proc/25353/task/25405/stat : 25405 (java) R 25350 25353 19618 0 -1 4202560 11351 12381 0 0 1057 61 5 3 20 0 17 0 45887800 14541459456 187351 18446744073709551615 4194304 4196468 140732784971616 140086335941776 140086395059606 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0
[pid=25353/tid=25406] ppid=25350 vsize=14200644 CPUtime=11.29 cores=0,2,4,6
/proc/25353/task/25406/stat : 25406 (java) R 25350 25353 19618 0 -1 1077944384 13440 12381 0 0 1064 57 5 3 20 0 17 0 45887800 14541459456 187351 18446744073709551615 4194304 4196468 140732784971616 140086334888720 140086395057877 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0
[pid=25353/tid=25407] ppid=25350 vsize=14200644 CPUtime=11.3 cores=0,2,4,6
/proc/25353/task/25407/stat : 25407 (java) R 25350 25353 19618 0 -1 4202560 10031 12381 0 0 1063 59 5 3 20 0 17 0 45887800 14541459456 187351 18446744073709551615 4194304 4196468 140732784971616 140086333836176 140086395059606 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0
[pid=25353/tid=25408] ppid=25350 vsize=14200644 CPUtime=10.53 cores=0,2,4,6
/proc/25353/task/25408/stat : 25408 (java) S 25350 25353 19618 0 -1 1077944384 16234 12381 0 0 983 62 5 3 20 0 17 0 45887801 14541459456 187351 18446744073709551615 4194304 4196468 140732784971616 140085940691856 140086395057877 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0
[pid=25353/tid=25409] ppid=25350 vsize=14200644 CPUtime=0.08 cores=0,2,4,6
/proc/25353/task/25409/stat : 25409 (java) S 25350 25353 19618 0 -1 1077944384 41 12381 0 0 0 0 5 3 20 0 17 0 45887802 14541459456 187351 18446744073709551615 4194304 4196468 140732784971616 140085939639184 140086395057877 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0
[pid=25353/tid=25410] ppid=25350 vsize=14200644 CPUtime=0.08 cores=0,2,4,6
/proc/25353/task/25410/stat : 25410 (java) S 25350 25353 19618 0 -1 1077944384 26 12381 0 0 0 0 5 3 20 0 17 0 45887802 14541459456 187351 18446744073709551615 4194304 4196468 140732784971616 140085938586368 140086395057877 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0
[pid=25353/tid=25411] ppid=25350 vsize=14200644 CPUtime=0.08 cores=0,2,4,6
/proc/25353/task/25411/stat : 25411 (java) S 25350 25353 19618 0 -1 1077944384 112 12381 0 0 0 0 5 3 20 0 17 0 45887805 14541459456 187351 18446744073709551615 4194304 4196468 140732784971616 140085937534928 140086395066267 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0
[pid=25353/tid=25412] ppid=25350 vsize=14200644 CPUtime=1.75 cores=0,2,4,6
/proc/25353/task/25412/stat : 25412 (java) S 25350 25353 19618 0 -1 1077944384 4202 12381 0 0 166 1 5 3 20 0 17 0 45887805 14541459456 187351 18446744073709551615 4194304 4196468 140732784971616 140085936483056 140086395058818 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0
[pid=25353/tid=25413] ppid=25350 vsize=14200644 CPUtime=2.25 cores=0,2,4,6
/proc/25353/task/25413/stat : 25413 (java) S 25350 25353 19618 0 -1 1077944384 6958 12381 0 0 215 2 5 3 20 0 17 0 45887805 14541459456 187351 18446744073709551615 4194304 4196468 140732784971616 140085935430512 140086395058818 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0
[pid=25353/tid=25414] ppid=25350 vsize=14200644 CPUtime=1.3 cores=0,2,4,6
/proc/25353/task/25414/stat : 25414 (java) S 25350 25353 19618 0 -1 1077944384 7931 12381 0 0 120 2 5 3 20 0 17 0 45887805 14541459456 187351 18446744073709551615 4194304 4196468 140732784971616 140085934371776 140086395057877 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0
[pid=25353/tid=25415] ppid=25350 vsize=14200644 CPUtime=0.08 cores=0,2,4,6
/proc/25353/task/25415/stat : 25415 (java) S 25350 25353 19618 0 -1 1077944384 3 12381 0 0 0 0 5 3 20 0 17 0 45887805 14541459456 187351 18446744073709551615 4194304 4196468 140732784971616 140085933325152 140086395057877 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0
[pid=25353/tid=25416] ppid=25350 vsize=14200644 CPUtime=1.6 cores=0,2,4,6
/proc/25353/task/25416/stat : 25416 (java) S 25350 25353 19618 0 -1 1077944384 2093 12381 0 0 75 77 5 3 20 0 17 0 45887808 14541459456 187351 18446744073709551615 4194304 4196468 140732784971616 140085932272176 140086395058818 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 46 0 0 6293624 6294260 17936384 140732784977872 140732784980657 140732784980657 140732784984015 0
Current children cumulated CPU time (s) 2520.34
Current children cumulated vsize (KiB) 14200644

Child status: 143
Real time (s): 2484.59
CPU time (s): 2520.53
CPU user time (s): 2517.01
CPU system time (s): 3.51988
CPU usage (%): 101.447
Max. virtual memory (cumulated for all children) (KiB): 14200644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.01
system time used= 3.51988
maximum resident set size= 749964
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 172678
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2856
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 292511
involuntary context switches= 9240

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.9777 second user time and 15.2523 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-11 09:21:36
IDJOB=4262369
IDBENCH=124382
IDSOLVER=2650
FILE ID=node127/4262369-1502436943
RUNJOBID= node127-1502411410-19681
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Langford/Langford-m2-s1/LangfordBin-18.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262369-1502436943/watcher-4262369-1502436943 -o /tmp/evaluation-result-4262369-1502436943/solver-4262369-1502436943 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502411410-19681 --watchdog 2580  bin/concrete HOME/instance-4262369-1502436943.xml

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

MD5SUM BENCH= 2eb0e4a14086f4f78b25f1ea6eeffb68
RANDOM SEED=1613002109

node127.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.92
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.92
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.92
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.92
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:        30245200 kB
MemAvailable:   31028532 kB
Buffers:          246912 kB
Cached:           827188 kB
SwapCached:            0 kB
Active:          1536940 kB
Inactive:         566152 kB
Active(anon):    1029388 kB
Inactive(anon):    24908 kB
Active(file):     507552 kB
Inactive(file):   541244 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24292 kB
Writeback:             0 kB
AnonPages:       1028924 kB
Mapped:            55596 kB
Shmem:             25252 kB
Slab:             126048 kB
SReclaimable:     100740 kB
SUnreclaim:        25308 kB
KernelStack:        3472 kB
PageTables:         9364 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1675016 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    868352 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 61984 MiB
End job on node127 at 2017-08-11 10:03:01