Trace number 4262416

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NameMagicSquare/MagicSquare-sum-s1/
MagicSquare-18-sum.xml
MD5SUM40b0c6db816080e4c80df053621860bd
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark18989.6
Satisfiable
(Un)Satisfiability was proved
Number of variables324
Number of constraints39
Number of domains1
Minimum domain size324
Maximum domain size324
Distribution of domain sizes[{"size":324,"count":324}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":288},{"degree":4,"count":36}]
Minimum constraint arity18
Maximum constraint arity324
Distribution of constraint arities[{"arity":18,"count":38},{"arity":324,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":1},{"type":"sum","count":38}]
Optimization problemNO
Type of objective

Solver Data

3.20/2.19	c Concrete v3.4 running
2520.38/2463.38	java.util.concurrent.TimeoutException
2520.38/2463.38		at concrete.MAC.mac(MAC.scala:74)
2520.38/2463.38		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
2520.38/2463.38		at scala.util.Try$.apply(Try.scala:209)
2520.38/2463.38		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.38/2463.38		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.38/2463.38		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.38/2463.38		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.38/2463.38		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
2520.38/2463.38		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.38/2463.38		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.38/2463.38		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.38/2463.38		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.38/2463.38		at concrete.MAC.oneRun(MAC.scala:146)
2520.38/2463.38		at concrete.MAC.nextSolution(MAC.scala:166)
2520.38/2463.38		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
2520.38/2463.38		at concrete.ProblemState.map(ProblemState.scala:203)
2520.38/2463.38		at concrete.ProblemState.map(ProblemState.scala:188)
2520.38/2463.38		at concrete.MAC.nextSolution(MAC.scala:195)
2520.38/2463.38		at concrete.Solver.hasNext(Solver.scala:202)
2520.38/2463.38		at scala.collection.Iterator.toStream(Iterator.scala:1403)
2520.38/2463.38		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
2520.38/2463.38		at concrete.Solver.toStream(Solver.scala:73)
2520.38/2463.38		at scala.collection.TraversableOnce.toIterable(TraversableOnce.scala:296)
2520.38/2463.38		at scala.collection.TraversableOnce.toIterable$(TraversableOnce.scala:296)
2520.38/2463.38		at concrete.Solver.toIterable(Solver.scala:73)
2520.38/2463.38		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:162)
2520.38/2463.38		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.38/2463.38		at scala.util.Success.map(Try.scala:209)
2520.38/2463.38		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
2520.38/2463.38		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
2520.38/2463.38		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.38/2463.38		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
2520.38/2463.38		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.38/2463.38		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.38/2463.38		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.38/2463.38		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.38/2463.38		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.38/2463.38		at scala.collection.immutable.List.foreach(List.scala:389)
2520.38/2463.38		at scala.App.main(App.scala:76)
2520.38/2463.38		at scala.App.main$(App.scala:74)
2520.38/2463.38		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.38/2463.38		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.38/2463.39	s UNKNOWN

Verifier Data


Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4262416-1502456677/watcher-4262416-1502456677 -o /tmp/evaluation-result-4262416-1502456677/solver-4262416-1502456677 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502411403-1395 --watchdog 2580 bin/concrete HOME/instance-4262416-1502456677.xml 

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

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


[startup+0 s]
/proc/loadavg: 1.40 1.40 1.46 2/197 12346
/proc/meminfo: memFree=29823356/32770624 swapFree=0/507304
[pid=12346] ppid=12343 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/12346/stat : 12346 (runsolver) D 12343 12346 1330 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 47888521 24240128 106 18446744073709551615 4194304 4338465 140728193079296 140728193076936 139985442730711 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 7131136 140728193081553 140728193081929 140728193081929 140728193085386 0
/proc/12346/statm: 5918 106 53 36 0 2156 0

[startup+0.100116 s]
/proc/loadavg: 1.40 1.40 1.46 2/197 12346
/proc/meminfo: memFree=29823356/32770624 swapFree=0/507304
[pid=12346] ppid=12343 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/12346/stat : 12346 (bash) S 12343 12346 1330 0 -1 4202496 898 6473 0 0 0 0 0 1 20 0 1 0 47888521 9867264 377 18446744073709551615 4194304 5098028 140728832198624 140728832192632 140434977803264 0 0 5 65536 18446744071580971376 0 0 17 3 0 0 7 0 0 7196144 7232144 32034816 140728832205332 140728832205417 140728832205417 140728832208874 0
/proc/12346/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.200501 s]
/proc/loadavg: 1.40 1.40 1.46 2/197 12346
/proc/meminfo: memFree=29823356/32770624 swapFree=0/507304
[pid=12346] ppid=12343 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/12346/stat : 12346 (bash) S 12343 12346 1330 0 -1 4202496 898 6473 0 0 0 0 0 1 20 0 1 0 47888521 9867264 377 18446744073709551615 4194304 5098028 140728832198624 140728832192632 140434977803264 0 0 5 65536 18446744071580971376 0 0 17 3 0 0 7 0 0 7196144 7232144 32034816 140728832205332 140728832205417 140728832205417 140728832208874 0
/proc/12346/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300292 s]
/proc/loadavg: 1.40 1.40 1.46 2/197 12346
/proc/meminfo: memFree=29823356/32770624 swapFree=0/507304
[pid=12346] ppid=12343 vsize=13973872 CPUtime=0.14 cores=1,3,5,7
/proc/12346/stat : 12346 (java) S 12343 12346 1330 0 -1 1077944320 5839 12582 0 0 5 1 5 3 20 0 15 0 47888521 14309244928 5488 18446744073709551615 4194304 4196468 140730334944656 140730334927200 140038586810103 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 19628032 140730334951376 140730334954161 140730334954161 140730334957519 0
/proc/12346/statm: 3493468 5488 2567 1 0 3482965 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 13973872

[startup+0.700266 s]
/proc/loadavg: 1.40 1.40 1.46 2/197 12346
/proc/meminfo: memFree=29823356/32770624 swapFree=0/507304
[pid=12346] ppid=12343 vsize=13974784 CPUtime=0.7 cores=1,3,5,7
/proc/12346/stat : 12346 (java) S 12343 12346 1330 0 -1 1077944320 13959 12582 0 0 58 4 5 3 20 0 15 0 47888521 14310178816 14898 18446744073709551615 4194304 4196468 140730334944656 140730334927200 140038586810103 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 19628032 140730334951376 140730334954161 140730334954161 140730334957519 0
/proc/12346/statm: 3493696 14898 3122 1 0 3482965 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 13974784

[startup+1.50364 s]
/proc/loadavg: 1.45 1.41 1.46 4/212 12409
/proc/meminfo: memFree=29727236/32770624 swapFree=0/507304
[pid=12346] ppid=12343 vsize=13985408 CPUtime=1.93 cores=1,3,5,7
/proc/12346/stat : 12346 (java) S 12343 12346 1330 0 -1 1077944320 29770 12582 0 0 174 11 5 3 20 0 15 0 47888521 14321057792 42682 18446744073709551615 4194304 4196468 140730334944656 140730334927200 140038586810103 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 19628032 140730334951376 140730334954161 140730334954161 140730334957519 0
/proc/12346/statm: 3496352 42682 3369 1 0 3485525 0
[pid=12346/tid=12396] ppid=12343 vsize=13985408 CPUtime=1.3 cores=1,3,5,7
/proc/12346/task/12396/stat : 12396 (java) R 12343 12346 1330 0 -1 4202560 22370 12582 0 0 115 7 5 3 20 0 15 0 47888541 14321057792 42682 18446744073709551615 4194304 4196468 140730334944656 140038591033600 140038570890590 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 19628032 140730334951376 140730334954161 140730334954161 140730334957519 0
[pid=12346/tid=12397] ppid=12343 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/12346/task/12397/stat : 12397 (java) S 12343 12346 1330 0 -1 1077944384 52 12582 0 0 0 0 5 3 20 0 15 0 47888542 14321057792 42682 18446744073709551615 4194304 4196468 140730334944656 140038187072400 140038586820309 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19628032 140730334951376 140730334954161 140730334954161 140730334957519 0
[pid=12346/tid=12398] ppid=12343 vsize=13985408 CPUtime=0.09 cores=1,3,5,7
/proc/12346/task/12398/stat : 12398 (java) S 12343 12346 1330 0 -1 1077944384 51 12582 0 0 1 0 5 3 20 0 15 0 47888542 14321057792 42682 18446744073709551615 4194304 4196468 140730334944656 140038186019600 140038586820309 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19628032 140730334951376 140730334954161 140730334954161 140730334957519 0
[pid=12346/tid=12399] ppid=12343 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/12346/task/12399/stat : 12399 (java) S 12343 12346 1330 0 -1 1077944384 195 12582 0 0 0 0 5 3 20 0 15 0 47888542 14321057792 42682 18446744073709551615 4194304 4196468 140730334944656 140038184967312 140038586820309 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19628032 140730334951376 140730334954161 140730334954161 140730334957519 0
[pid=12346/tid=12400] ppid=12343 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/12346/task/12400/stat : 12400 (java) S 12343 12346 1330 0 -1 1077944384 59 12582 0 0 0 0 5 3 20 0 15 0 47888542 14321057792 42682 18446744073709551615 4194304 4196468 140730334944656 140038183914512 140038586820309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19628032 140730334951376 140730334954161 140730334954161 140730334957519 0
[pid=12346/tid=12401] ppid=12343 vsize=13985408 CPUtime=0.09 cores=1,3,5,7
/proc/12346/task/12401/stat : 12401 (java) S 12343 12346 1330 0 -1 1077944384 1633 12582 0 0 1 0 5 3 20 0 15 0 47888543 14321057792 42682 18446744073709551615 4194304 4196468 140730334944656 140038065031280 140038586821250 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19628032 140730334951376 140730334954161 140730334954161 140730334957519 0
[pid=12346/tid=12402] ppid=12343 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/12346/task/12402/stat : 12402 (java) S 12343 12346 1330 0 -1 1077944384 55 12582 0 0 0 0 5 3 20 0 15 0 47888544 14321057792 42682 18446744073709551615 4194304 4196468 140730334944656 140038063977248 140038586820309 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19628032 140730334951376 140730334954161 140730334954161 140730334957519 0
[pid=12346/tid=12403] ppid=12343 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/12346/task/12403/stat : 12403 (java) S 12343 12346 1330 0 -1 1077944384 44 12582 0 0 0 0 5 3 20 0 15 0 47888544 14321057792 42682 18446744073709551615 4194304 4196468 140730334944656 140038062924912 140038586820309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19628032 140730334951376 140730334954161 140730334954161 140730334957519 0
[pid=12346/tid=12404] ppid=12343 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/12346/task/12404/stat : 12404 (java) S 12343 12346 1330 0 -1 1077944384 3 12582 0 0 0 0 5 3 20 0 15 0 47888547 14321057792 42682 18446744073709551615 4194304 4196468 140730334944656 140038061873232 140038586828699 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19628032 140730334951376 140730334954161 140730334954161 140730334957519 0
[pid=12346/tid=12405] ppid=12343 vsize=13985408 CPUtime=0.25 cores=1,3,5,7
/proc/12346/task/12405/stat : 12405 (java) S 12343 12346 1330 0 -1 1077944384 1071 12582 0 0 17 0 5 3 20 0 15 0 47888547 14321057792 42682 18446744073709551615 4194304 4196468 140730334944656 140038060821104 140038586821250 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19628032 140730334951376 140730334954161 140730334954161 140730334957519 0
[pid=12346/tid=12406] ppid=12343 vsize=13985408 CPUtime=0.19 cores=1,3,5,7
/proc/12346/task/12406/stat : 12406 (java) S 12343 12346 1330 0 -1 1077944384 712 12582 0 0 11 0 5 3 20 0 15 0 47888547 14321057792 42682 18446744073709551615 4194304 4196468 140730334944656 140038059768304 140038586821250 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19628032 140730334951376 140730334954161 140730334954161 140730334957519 0
[pid=12346/tid=12407] ppid=12343 vsize=13985408 CPUtime=0.31 cores=1,3,5,7
/proc/12346/task/12407/stat : 12407 (java) R 12343 12346 1330 0 -1 1077944384 1358 12582 0 0 23 0 5 3 20 0 15 0 47888547 14321057792 42682 18446744073709551615 4194304 4196468 140730334944656 140038058716016 140038586821250 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19628032 140730334951376 140730334954161 140730334954161 140730334957519 0
[pid=12346/tid=12408] ppid=12343 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/12346/task/12408/stat : 12408 (java) S 12343 12346 1330 0 -1 1077944384 3 12582 0 0 0 0 5 3 20 0 15 0 47888547 14321057792 42682 18446744073709551615 4194304 4196468 140730334944656 140038057663456 140038586820309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19628032 140730334951376 140730334954161 140730334954161 140730334957519 0
[pid=12346/tid=12409] ppid=12343 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/12346/task/12409/stat : 12409 (java) S 12343 12346 1330 0 -1 1077944384 9 12582 0 0 0 0 5 3 20 0 15 0 47888551 14321057792 42682 18446744073709551615 4194304 4196468 140730334944656 140038056610224 140038586821250 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19628032 140730334951376 140730334954161 140730334954161 140730334957519 0
Current children cumulated CPU time (s) 1.93
Current children cumulated vsize (KiB) 13985408

[startup+3.10178 s]
/proc/loadavg: 1.45 1.41 1.46 5/212 12409
/proc/meminfo: memFree=29651048/32770624 swapFree=0/507380
[pid=12346] ppid=12343 vsize=13999932 CPUtime=5.72 cores=1,3,5,7
/proc/12346/stat : 12346 (java) S 12343 12346 1330 0 -1 1077944320 43523 12582 0 0 548 16 5 3 20 0 15 0 47888521 14335930368 59605 18446744073709551615 4194304 4196468 140730334944656 140730334927200 140038586810103 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 19628032 140730334951376 140730334954161 140730334954161 140730334957519 0
/proc/12346/statm: 3499983 59605 3441 1 0 3488597 0
[pid=12346/tid=12396] ppid=12343 vsize=13999932 CPUtime=2.89 cores=1,3,5,7
/proc/12346/task/12396/stat : 12396 (java) R 12343 12346 1330 0 -1 4202560 29198 12582 0 0 271 10 5 3 20 0 15 0 47888541 14335930368 59605 18446744073709551615 4194304 4196468 140730334944656 140038591045520 140038586832029 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 19628032 140730334951376 140730334954161 140730334954161 140730334957519 0
[pid=12346/tid=12397] ppid=12343 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/12346/task/12397/stat : 12397 (java) S 12343 12346 1330 0 -1 1077944384 52 12582 0 0 0 0 5 3 20 0 15 0 47888542 14335930368 59605 18446744073709551615 4194304 4196468 140730334944656 140038187072400 140038586820309 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19628032 140730334951376 140730334954161 140730334954161 140730334957519 0
[pid=12346/tid=12398] ppid=12343 vsize=13999932 CPUtime=0.09 cores=1,3,5,7
/proc/12346/task/12398/stat : 12398 (java) S 12343 12346 1330 0 -1 1077944384 51 12582 0 0 1 0 5 3 20 0 15 0 47888542 14335930368 59605 18446744073709551615 4194304 4196468 140730334944656 140038186019600 140038586820309 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19628032 140730334951376 140730334954161 140730334954161 140730334957519 0
[pid=12346/tid=12399] ppid=12343 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/12346/task/12399/stat : 12399 (java) S 12343 12346 1330 0 -1 1077944384 195 12582 0 0 0 0 5 3 20 0 15 0 47888542 14335930368 59605 18446744073709551615 4194304 4196468 140730334944656 140038184967312 140038586820309 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19628032 140730334951376 140730334954161 140730334954161 140730334957519 0
[pid=12346/tid=12400] ppid=12343 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/12346/task/12400/stat : 12400 (java) S 12343 12346 1330 0 -1 1077944384 59 12582 0 0 0 0 5 3 20 0 15 0 47888542 14335930368 59605 18446744073709551615 4194304 4196468 140730334944656 140038183914512 140038586820309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19628032 140730334951376 140730334954161 140730334954161 140730334957519 0
[pid=12346/tid=12401] ppid=12343 vsize=13999932 CPUtime=0.09 cores=1,3,5,7
/proc/12346/task/12401/stat : 12401 (java) S 12343 12346 1330 0 -1 1077944384 1666 12582 0 0 1 0 5 3 20 0 15 0 47888543 14335930368 59605 18446744073709551615 4194304 4196468 140730334944656 140038065031280 140038586821250 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19628032 140730334951376 140730334954161 140730334954161 140730334957519 0
[pid=12346/tid=12402] ppid=12343 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/12346/task/12402/stat : 12402 (java) S 12343 12346 1330 0 -1 1077944384 55 12582 0 0 0 0 5 3 20 0 15 0 47888544 14335930368 59605 18446744073709551615 4194304 4196468 140730334944656 140038063977248 140038586820309 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19628032 140730334951376 140730334954161 140730334954161 140730334957519 0
[pid=12346/tid=12403] ppid=12343 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/12346/task/12403/stat : 12403 (java) S 12343 12346 1330 0 -1 1077944384 44 12582 0 0 0 0 5 3 20 0 15 0 47888544 14335930368 59605 18446744073709551615 4194304 4196468 140730334944656 140038062924912 140038586820309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19628032 140730334951376 140730334954161 140730334954161 140730334957519 0
[pid=12346/tid=12404] ppid=12343 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/12346/task/12404/stat : 12404 (java) S 12343 12346 1330 0 -1 1077944384 3 12582 0 0 0 0 5 3 20 0 15 0 47888547 14335930368 59605 18446744073709551615 4194304 4196468 140730334944656 140038061873232 140038586828699 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19628032 140730334951376 140730334954161 140730334954161 140730334957519 0
[pid=12346/tid=12405] ppid=12343 vsize=13999932 CPUtime=1.12 cores=1,3,5,7
/proc/12346/task/12405/stat : 12405 (java) R 12343 12346 1330 0 -1 4202560 4419 12582 0 0 103 1 5 3 20 0 15 0 47888547 14335930368 59605 18446744073709551615 4194304 4196468 140730334944656 140038060810368 140038570023489 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19628032 140730334951376 140730334954161 140730334954161 140730334957519 0
[pid=12346/tid=12406] ppid=12343 vsize=13999932 CPUtime=0.72 cores=1,3,5,7
/proc/12346/task/12406/stat : 12406 (java) R 12343 12346 1330 0 -1 4202560 1720 12582 0 0 63 1 5 3 20 0 15 0 47888547 14335930368 59605 18446744073709551615 4194304 4196468 140730334944656 140038059755088 140038586822038 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19628032 140730334951376 140730334954161 140730334954161 140730334957519 0
[pid=12346/tid=12407] ppid=12343 vsize=13999932 CPUtime=1.13 cores=1,3,5,7
/proc/12346/task/12407/stat : 12407 (java) R 12343 12346 1330 0 -1 1077944384 3893 12582 0 0 104 1 5 3 20 0 15 0 47888547 14335930368 59605 18446744073709551615 4194304 4196468 140730334944656 140038058710368 140038586820309 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19628032 140730334951376 140730334954161 140730334954161 140730334957519 0
[pid=12346/tid=12408] ppid=12343 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/12346/task/12408/stat : 12408 (java) S 12343 12346 1330 0 -1 1077944384 3 12582 0 0 0 0 5 3 20 0 15 0 47888547 14335930368 59605 18446744073709551615 4194304 4196468 140730334944656 140038057663456 140038586820309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19628032 140730334951376 140730334954161 140730334954161 140730334957519 0
[pid=12346/tid=12409] ppid=12343 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/12346/task/12409/stat : 12409 (java) S 12343 12346 1330 0 -1 1077944384 10 12582 0 0 0 0 5 3 20 0 15 0 47888551 14335930368 59605 18446744073709551615 4194304 4196468 140730334944656 140038056610224 140038586821250 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19628032 140730334951376 140730334954161 140730334954161 140730334957519 0
Current children cumulated CPU time (s) 5.72
Current children cumulated vsize (KiB) 13999932

[startup+6.30064 s]
/proc/loadavg: 1.45 1.41 1.46 4/212 12409
/proc/meminfo: memFree=29421736/32770624 swapFree=0/507384
[pid=12346] ppid=12343 vsize=14067516 CPUtime=12.47 cores=1,3,5,7
/proc/12346/stat : 12346 (java) S 12343 12346 1330 0 -1 1077944320 68932 12582 0 0 1215 24 5 3 20 0 15 0 47888521 14405136384 119354 18446744073709551615 4194304 4196468 140730334944656 140730334927200 140038586810103 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 19628032 140730334951376 140730334954161 140730334954161 140730334957519 0
/proc/12346/statm: 3516879 119354 3474 1 0 3505493 0
[pid=12346/tid=12396] ppid=12343 vsize=14067516 CPUtime=6.02 cores=1,3,5,7
/proc/12346/task/12396/stat : 12396 (java) R 12343 12346 1330 0 -1 4202560 44027 12582 0 0 580 14 5 3 20 0 15 0 47888541 14405136384 119354 18446744073709551615 4194304 4196468 140730334944656 140038591040416 140038242880000 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 19628032 140730334951376 140730334954161 140730334954161 140730334957519 0
[pid=12346/tid=12397] ppid=12343 vsize=14067516 CPUtime=0.11 cores=1,3,5,7
/proc/12346/task/12397/stat : 12397 (java) S 12343 12346 1330 0 -1 1077944384 182 12582 0 0 3 0 5 3 20 0 15 0 47888542 14405136384 119354 18446744073709551615 4194304 4196468 140730334944656 140038187072400 140038586820309 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19628032 140730334951376 140730334954161 140730334954161 140730334957519 0
[pid=12346/tid=12398] ppid=12343 vsize=14067516 CPUtime=0.12 cores=1,3,5,7
/proc/12346/task/12398/stat : 12398 (java) S 12343 12346 1330 0 -1 1077944384 117 12582 0 0 4 0 5 3 20 0 15 0 47888542 14405136384 119354 18446744073709551615 4194304 4196468 140730334944656 140038186019600 140038586820309 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19628032 140730334951376 140730334954161 140730334954161 140730334957519 0
[pid=12346/tid=12399] ppid=12343 vsize=14067516 CPUtime=0.13 cores=1,3,5,7
/proc/12346/task/12399/stat : 12399 (java) S 12343 12346 1330 0 -1 1077944384 234 12582 0 0 4 1 5 3 20 0 15 0 47888542 14405136384 119354 18446744073709551615 4194304 4196468 140730334944656 140038184967312 140038586820309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19628032 140730334951376 140730334954161 140730334954161 140730334957519 0
[pid=12346/tid=12400] ppid=12343 vsize=14067516 CPUtime=0.13 cores=1,3,5,7
/proc/12346/task/12400/stat : 12400 (java) S 12343 12346 1330 0 -1 1077944384 951 12582 0 0 4 1 5 3 20 0 15 0 47888542 14405136384 119354 18446744073709551615 4194304 4196468 140730334944656 140038183914512 140038586820309 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19628032 140730334951376 140730334954161 140730334954161 140730334957519 0
[pid=12346/tid=12401] ppid=12343 vsize=14067516 CPUtime=0.12 cores=1,3,5,7
/proc/12346/task/12401/stat : 12401 (java) S 12343 12346 1330 0 -1 1077944384 2370 12582 0 0 4 0 5 3 20 0 15 0 47888543 14405136384 119354 18446744073709551615 4194304 4196468 140730334944656 140038065031280 140038586821250 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19628032 140730334951376 140730334954161 140730334954161 140730334957519 0
[pid=12346/tid=12402] ppid=12343 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/12346/task/12402/stat : 12402 (java) S 12343 12346 1330 0 -1 1077944384 55 12582 0 0 0 0 5 3 20 0 15 0 47888544 14405136384 119354 18446744073709551615 4194304 4196468 140730334944656 140038063977312 140038586820309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19628032 140730334951376 140730334954161 140730334954161 140730334957519 0
[pid=12346/tid=12403] ppid=12343 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/12346/task/12403/stat : 12403 (java) S 12343 12346 1330 0 -1 1077944384 44 12582 0 0 0 0 5 3 20 0 15 0 47888544 14405136384 119354 18446744073709551615 4194304 4196468 140730334944656 140038062924928 140038586820309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19628032 140730334951376 140730334954161 140730334954161 140730334957519 0
[pid=12346/tid=12404] ppid=12343 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/12346/task/12404/stat : 12404 (java) S 12343 12346 1330 0 -1 1077944384 3 12582 0 0 0 0 5 3 20 0 15 0 47888547 14405136384 119354 18446744073709551615 4194304 4196468 140730334944656 140038061873232 140038586828699 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19628032 140730334951376 140730334954161 140730334954161 140730334957519 0
[pid=12346/tid=12405] ppid=12343 vsize=14067516 CPUtime=2.5 cores=1,3,5,7
/proc/12346/task/12405/stat : 12405 (java) S 12343 12346 1330 0 -1 1077944384 5501 12582 0 0 241 1 5 3 20 0 15 0 47888547 14405136384 119354 18446744073709551615 4194304 4196468 140730334944656 140038060821104 140038586821250 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19628032 140730334951376 140730334954161 140730334954161 140730334957519 0
[pid=12346/tid=12406] ppid=12343 vsize=14067516 CPUtime=2.33 cores=1,3,5,7
/proc/12346/task/12406/stat : 12406 (java) S 12343 12346 1330 0 -1 1077944384 8038 12582 0 0 223 2 5 3 20 0 15 0 47888547 14405136384 119354 18446744073709551615 4194304 4196468 140730334944656 140038059768304 140038586821250 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19628032 140730334951376 140730334954161 140730334954161 140730334957519 0
[pid=12346/tid=12407] ppid=12343 vsize=14067516 CPUtime=1.57 cores=1,3,5,7
/proc/12346/task/12407/stat : 12407 (java) S 12343 12346 1330 0 -1 1077944384 4933 12582 0 0 148 1 5 3 20 0 15 0 47888547 14405136384 119354 18446744073709551615 4194304 4196468 140730334944656 140038058716016 140038586821250 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19628032 140730334951376 140730334954161 140730334954161 140730334957519 0
[pid=12346/tid=12408] ppid=12343 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/12346/task/12408/stat : 12408 (java) S 12343 12346 1330 0 -1 1077944384 3 12582 0 0 0 0 5 3 20 0 15 0 47888547 14405136384 119354 18446744073709551615 4194304 4196468 140730334944656 140038057663456 140038586820309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19628032 140730334951376 140730334954161 140730334954161 140730334957519 0
[pid=12346/tid=12409] ppid=12343 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/12346/task/12409/stat : 12409 (java) S 12343 12346 1330 0 -1 1077944384 324 12582 0 0 0 0 5 3 20 0 15 0 47888551 14405136384 119354 18446744073709551615 4194304 4196468 140730334944656 140038056610224 140038586821250 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19628032 140730334951376 140730334954161 140730334954161 140730334957519 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 14067516

[startup+12.7006 s]
/proc/loadavg: 1.77 1.48 1.48 3/212 12409
/proc/meminfo: memFree=29081336/32770624 swapFree=0/507388
[pid=12346] ppid=12343 vsize=14067516 CPUtime=21.71 cores=1,3,5,7
/proc/12346/stat : 12346 (java) S 12343 12346 1330 0 -1 1077944320 77073 12582 0 0 2129 34 5 3 20 0 15 0 47888521 14405136384 189238 18446744073709551615 4194304 4196468 140730334944656 140730334927200 140038586810103 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 19628032 140730334951376 140730334954161 140730334954161 140730334957519 0
/proc/12346/statm: 3516879 189238 3474 1 0 3505493 0
[pid=12346/tid=12396] ppid=12343 vsize=14067516 CPUtime=12.38 cores=1,3,5,7
/proc/12346/task/12396/stat : 12396 (java) R 12343 12346 1330 0 -1 4202560 44905 12582 0 0 1211 19 5 3 20 0 15 0 47888541 14405136384 189238 18446744073709551615 4194304 4196468 140730334944656 140038591039920 140038241669356 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 19628032 140730334951376 140730334954161 140730334954161 140730334957519 0
[pid=12346/tid=12397] ppid=12343 vsize=14067516 CPUtime=0.13 cores=1,3,5,7
/proc/12346/task/12397/stat : 12397 (java) S 12343 12346 1330 0 -1 1077944384 236 12582 0 0 4 1 5 3 20 0 15 0 47888542 14405136384 189238 18446744073709551615 4194304 4196468 140730334944656 140038187072400 140038586820309 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19628032 140730334951376 140730334954161 140730334954161 140730334957519 0
[pid=12346/tid=12398] ppid=12343 vsize=14067516 CPUtime=0.14 cores=1,3,5,7
/proc/12346/task/12398/stat : 12398 (java) S 12343 12346 1330 0 -1 1077944384 230 12582 0 0 5 1 5 3 20 0 15 0 47888542 14405136384 189238 18446744073709551615 4194304 4196468 140730334944656 140038186019600 140038586820309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19628032 140730334951376 140730334954161 140730334954161 140730334957519 0
[pid=12346/tid=12399] ppid=12343 vsize=14067516 CPUtime=0.14 cores=1,3,5,7
/proc/12346/task/12399/stat : 12399 (java) S 12343 12346 1330 0 -1 1077944384 641 12582 0 0 5 1 5 3 20 0 15 0 47888542 14405136384 189238 18446744073709551615 4194304 4196468 140730334944656 140038184967312 140038586820309 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19628032 140730334951376 140730334954161 140730334954161 140730334957519 0
[pid=12346/tid=12400] ppid=12343 vsize=14067516 CPUtime=0.14 cores=1,3,5,7
/proc/12346/task/12400/stat : 12400 (java) S 12343 12346 1330 0 -1 1077944384 969 12582 0 0 5 1 5 3 20 0 15 0 47888542 14405136384 189238 18446744073709551615 4194304 4196468 140730334944656 140038183914512 140038586820309 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19628032 140730334951376 140730334954161 140730334954161 140730334957519 0
[pid=12346/tid=12401] ppid=12343 vsize=14067516 CPUtime=0.13 cores=1,3,5,7
/proc/12346/task/12401/stat : 12401 (java) S 12343 12346 1330 0 -1 1077944384 2713 12582 0 0 5 0 5 3 20 0 15 0 47888543 14405136384 189238 18446744073709551615 4194304 4196468 140730334944656 140038065031280 140038586821250 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19628032 140730334951376 140730334954161 140730334954161 140730334957519 0
[pid=12346/tid=12402] ppid=12343 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/12346/task/12402/stat : 12402 (java) S 12343 12346 1330 0 -1 1077944384 55 12582 0 0 0 0 5 3 20 0 15 0 47888544 14405136384 189238 18446744073709551615 4194304 4196468 140730334944656 140038063977312 140038586820309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19628032 140730334951376 140730334954161 140730334954161 140730334957519 0
[pid=12346/tid=12403] ppid=12343 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/12346/task/12403/stat : 12403 (java) S 12343 12346 1330 0 -1 1077944384 44 12582 0 0 0 0 5 3 20 0 15 0 47888544 14405136384 189238 18446744073709551615 4194304 4196468 140730334944656 140038062924928 140038586820309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19628032 140730334951376 140730334954161 140730334954161 140730334957519 0
[pid=12346/tid=12404] ppid=12343 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/12346/task/12404/stat : 12404 (java) S 12343 12346 1330 0 -1 1077944384 3 12582 0 0 0 0 5 3 20 0 15 0 47888547 14405136384 189238 18446744073709551615 4194304 4196468 140730334944656 140038061873232 140038586828699 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19628032 140730334951376 140730334954161 140730334954161 140730334957519 0

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

/proc/12346/task/12408/stat : 12408 (java) S 12343 12346 1330 0 -1 1077944384 3 12582 0 0 0 0 5 3 20 0 15 0 47888547 14405136384 156693 18446744073709551615 4194304 4196468 140730334944656 140038057663456 140038586820309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19628032 140730334951376 140730334954161 140730334954161 140730334957519 0
[pid=12346/tid=12409] ppid=12343 vsize=14067516 CPUtime=1.57 cores=1,3,5,7
/proc/12346/task/12409/stat : 12409 (java) S 12343 12346 1330 0 -1 1077944384 1093 12582 0 0 67 82 5 3 20 0 15 0 47888551 14405136384 156693 18446744073709551615 4194304 4196468 140730334944656 140038056610224 140038586821250 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19628032 140730334951376 140730334954161 140730334954161 140730334957519 0
Current children cumulated CPU time (s) 2376.3
Current children cumulated vsize (KiB) 14067516

[startup+2382.3 s]
/proc/loadavg: 1.13 1.50 1.95 3/213 12969
/proc/meminfo: memFree=29808568/32770624 swapFree=0/507984
[pid=12346] ppid=12343 vsize=14067516 CPUtime=2437.52 cores=1,3,5,7
/proc/12346/stat : 12346 (java) S 12343 12346 1330 0 -1 1077944320 397993 12582 0 0 243249 495 5 3 20 0 15 0 47888521 14405136384 159055 18446744073709551615 4194304 4196468 140730334944656 140730334927200 140038586810103 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 19628032 140730334951376 140730334954161 140730334954161 140730334957519 0
/proc/12346/statm: 3516879 159055 3474 1 0 3505493 0
[pid=12346/tid=12396] ppid=12343 vsize=14067516 CPUtime=2354.82 cores=1,3,5,7
/proc/12346/task/12396/stat : 12396 (java) R 12343 12346 1330 0 -1 4202560 229501 12582 0 0 235381 93 5 3 20 0 15 0 47888541 14405136384 159055 18446744073709551615 4194304 4196468 140730334944656 140038591044128 140038241204361 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 19628032 140730334951376 140730334954161 140730334954161 140730334957519 0
[pid=12346/tid=12397] ppid=12343 vsize=14067516 CPUtime=14.77 cores=1,3,5,7
/proc/12346/task/12397/stat : 12397 (java) S 12343 12346 1330 0 -1 1077944384 26229 12582 0 0 1405 64 5 3 20 0 15 0 47888542 14405136384 159055 18446744073709551615 4194304 4196468 140730334944656 140038187072400 140038586820309 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19628032 140730334951376 140730334954161 140730334954161 140730334957519 0
[pid=12346/tid=12398] ppid=12343 vsize=14067516 CPUtime=14.74 cores=1,3,5,7
/proc/12346/task/12398/stat : 12398 (java) S 12343 12346 1330 0 -1 1077944384 28404 12582 0 0 1400 66 5 3 20 0 15 0 47888542 14405136384 159055 18446744073709551615 4194304 4196468 140730334944656 140038186019600 140038586820309 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19628032 140730334951376 140730334954161 140730334954161 140730334957519 0
[pid=12346/tid=12399] ppid=12343 vsize=14067516 CPUtime=14.78 cores=1,3,5,7
/proc/12346/task/12399/stat : 12399 (java) S 12343 12346 1330 0 -1 1077944384 24693 12582 0 0 1404 66 5 3 20 0 15 0 47888542 14405136384 159055 18446744073709551615 4194304 4196468 140730334944656 140038184967312 140038586820309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19628032 140730334951376 140730334954161 140730334954161 140730334957519 0
[pid=12346/tid=12400] ppid=12343 vsize=14067516 CPUtime=14.72 cores=1,3,5,7
/proc/12346/task/12400/stat : 12400 (java) S 12343 12346 1330 0 -1 1077944384 25554 12582 0 0 1394 70 5 3 20 0 15 0 47888542 14405136384 159055 18446744073709551615 4194304 4196468 140730334944656 140038183914512 140038586820309 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19628032 140730334951376 140730334954161 140730334954161 140730334957519 0
[pid=12346/tid=12401] ppid=12343 vsize=14067516 CPUtime=9.87 cores=1,3,5,7
/proc/12346/task/12401/stat : 12401 (java) S 12343 12346 1330 0 -1 1077944384 14086 12582 0 0 872 107 5 3 20 0 15 0 47888543 14405136384 159055 18446744073709551615 4194304 4196468 140730334944656 140038065031280 140038586821250 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19628032 140730334951376 140730334954161 140730334954161 140730334957519 0
[pid=12346/tid=12402] ppid=12343 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/12346/task/12402/stat : 12402 (java) S 12343 12346 1330 0 -1 1077944384 55 12582 0 0 0 0 5 3 20 0 15 0 47888544 14405136384 159055 18446744073709551615 4194304 4196468 140730334944656 140038063977312 140038586820309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19628032 140730334951376 140730334954161 140730334954161 140730334957519 0
[pid=12346/tid=12403] ppid=12343 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/12346/task/12403/stat : 12403 (java) S 12343 12346 1330 0 -1 1077944384 44 12582 0 0 0 0 5 3 20 0 15 0 47888544 14405136384 159055 18446744073709551615 4194304 4196468 140730334944656 140038062924928 140038586820309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19628032 140730334951376 140730334954161 140730334954161 140730334957519 0
[pid=12346/tid=12404] ppid=12343 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/12346/task/12404/stat : 12404 (java) S 12343 12346 1330 0 -1 1077944384 3 12582 0 0 0 0 5 3 20 0 15 0 47888547 14405136384 159055 18446744073709551615 4194304 4196468 140730334944656 140038061873232 140038586828699 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19628032 140730334951376 140730334954161 140730334954161 140730334957519 0
[pid=12346/tid=12405] ppid=12343 vsize=14067516 CPUtime=5.09 cores=1,3,5,7
/proc/12346/task/12405/stat : 12405 (java) S 12343 12346 1330 0 -1 1077944384 12628 12582 0 0 498 3 5 3 20 0 15 0 47888547 14405136384 159055 18446744073709551615 4194304 4196468 140730334944656 140038060821104 140038586821250 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19628032 140730334951376 140730334954161 140730334954161 140730334957519 0
[pid=12346/tid=12406] ppid=12343 vsize=14067516 CPUtime=4.98 cores=1,3,5,7
/proc/12346/task/12406/stat : 12406 (java) S 12343 12346 1330 0 -1 1077944384 15570 12582 0 0 486 4 5 3 20 0 15 0 47888547 14405136384 159055 18446744073709551615 4194304 4196468 140730334944656 140038059768304 140038586821250 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19628032 140730334951376 140730334954161 140730334954161 140730334957519 0
[pid=12346/tid=12407] ppid=12343 vsize=14067516 CPUtime=2.74 cores=1,3,5,7
/proc/12346/task/12407/stat : 12407 (java) S 12343 12346 1330 0 -1 1077944384 17967 12582 0 0 263 3 5 3 20 0 15 0 47888547 14405136384 159055 18446744073709551615 4194304 4196468 140730334944656 140038058716016 140038586821250 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19628032 140730334951376 140730334954161 140730334954161 140730334957519 0
[pid=12346/tid=12408] ppid=12343 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/12346/task/12408/stat : 12408 (java) S 12343 12346 1330 0 -1 1077944384 3 12582 0 0 0 0 5 3 20 0 15 0 47888547 14405136384 159055 18446744073709551615 4194304 4196468 140730334944656 140038057663456 140038586820309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19628032 140730334951376 140730334954161 140730334954161 140730334957519 0
[pid=12346/tid=12409] ppid=12343 vsize=14067516 CPUtime=1.6 cores=1,3,5,7
/proc/12346/task/12409/stat : 12409 (java) S 12343 12346 1330 0 -1 1077944384 1101 12582 0 0 69 83 5 3 20 0 15 0 47888551 14405136384 159055 18446744073709551615 4194304 4196468 140730334944656 140038056610224 140038586821250 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19628032 140730334951376 140730334954161 140730334954161 140730334957519 0
Current children cumulated CPU time (s) 2437.52
Current children cumulated vsize (KiB) 14067516

[startup+2442.3 s]
/proc/loadavg: 1.18 1.45 1.90 3/213 12971
/proc/meminfo: memFree=29810344/32770624 swapFree=0/508012
[pid=12346] ppid=12343 vsize=14067516 CPUtime=2498.74 cores=1,3,5,7
/proc/12346/stat : 12346 (java) S 12343 12346 1330 0 -1 1077944320 404214 12582 0 0 249363 503 5 3 20 0 15 0 47888521 14405136384 158923 18446744073709551615 4194304 4196468 140730334944656 140730334927200 140038586810103 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 19628032 140730334951376 140730334954161 140730334954161 140730334957519 0
/proc/12346/statm: 3516879 158923 3474 1 0 3505493 0
[pid=12346/tid=12396] ppid=12343 vsize=14067516 CPUtime=2414.11 cores=1,3,5,7
/proc/12346/task/12396/stat : 12396 (java) R 12343 12346 1330 0 -1 4202560 232437 12582 0 0 241309 94 5 3 20 0 15 0 47888541 14405136384 158923 18446744073709551615 4194304 4196468 140730334944656 140038591044208 140038240164164 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 19628032 140730334951376 140730334954161 140730334954161 140730334957519 0
[pid=12346/tid=12397] ppid=12343 vsize=14067516 CPUtime=15.19 cores=1,3,5,7
/proc/12346/task/12397/stat : 12397 (java) S 12343 12346 1330 0 -1 1077944384 27057 12582 0 0 1445 66 5 3 20 0 15 0 47888542 14405136384 158923 18446744073709551615 4194304 4196468 140730334944656 140038187072400 140038586820309 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19628032 140730334951376 140730334954161 140730334954161 140730334957519 0
[pid=12346/tid=12398] ppid=12343 vsize=14067516 CPUtime=15.16 cores=1,3,5,7
/proc/12346/task/12398/stat : 12398 (java) S 12343 12346 1330 0 -1 1077944384 29137 12582 0 0 1441 67 5 3 20 0 15 0 47888542 14405136384 158923 18446744073709551615 4194304 4196468 140730334944656 140038186019600 140038586820309 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19628032 140730334951376 140730334954161 140730334954161 140730334957519 0
[pid=12346/tid=12399] ppid=12343 vsize=14067516 CPUtime=15.2 cores=1,3,5,7
/proc/12346/task/12399/stat : 12399 (java) S 12343 12346 1330 0 -1 1077944384 25372 12582 0 0 1445 67 5 3 20 0 15 0 47888542 14405136384 158923 18446744073709551615 4194304 4196468 140730334944656 140038184967312 140038586820309 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19628032 140730334951376 140730334954161 140730334954161 140730334957519 0
[pid=12346/tid=12400] ppid=12343 vsize=14067516 CPUtime=15.14 cores=1,3,5,7
/proc/12346/task/12400/stat : 12400 (java) S 12343 12346 1330 0 -1 1077944384 26318 12582 0 0 1435 71 5 3 20 0 15 0 47888542 14405136384 158923 18446744073709551615 4194304 4196468 140730334944656 140038183914512 140038586820309 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19628032 140730334951376 140730334954161 140730334954161 140730334957519 0
[pid=12346/tid=12401] ppid=12343 vsize=14067516 CPUtime=10.1 cores=1,3,5,7
/proc/12346/task/12401/stat : 12401 (java) S 12343 12346 1330 0 -1 1077944384 14344 12582 0 0 893 109 5 3 20 0 15 0 47888543 14405136384 158923 18446744073709551615 4194304 4196468 140730334944656 140038065031280 140038586821250 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19628032 140730334951376 140730334954161 140730334954161 140730334957519 0
[pid=12346/tid=12402] ppid=12343 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/12346/task/12402/stat : 12402 (java) S 12343 12346 1330 0 -1 1077944384 55 12582 0 0 0 0 5 3 20 0 15 0 47888544 14405136384 158923 18446744073709551615 4194304 4196468 140730334944656 140038063977312 140038586820309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19628032 140730334951376 140730334954161 140730334954161 140730334957519 0
[pid=12346/tid=12403] ppid=12343 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/12346/task/12403/stat : 12403 (java) S 12343 12346 1330 0 -1 1077944384 44 12582 0 0 0 0 5 3 20 0 15 0 47888544 14405136384 158923 18446744073709551615 4194304 4196468 140730334944656 140038062924928 140038586820309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19628032 140730334951376 140730334954161 140730334954161 140730334957519 0
[pid=12346/tid=12404] ppid=12343 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/12346/task/12404/stat : 12404 (java) S 12343 12346 1330 0 -1 1077944384 3 12582 0 0 0 0 5 3 20 0 15 0 47888547 14405136384 158923 18446744073709551615 4194304 4196468 140730334944656 140038061873232 140038586828699 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19628032 140730334951376 140730334954161 140730334954161 140730334957519 0
[pid=12346/tid=12405] ppid=12343 vsize=14067516 CPUtime=5.09 cores=1,3,5,7
/proc/12346/task/12405/stat : 12405 (java) S 12343 12346 1330 0 -1 1077944384 12630 12582 0 0 498 3 5 3 20 0 15 0 47888547 14405136384 158923 18446744073709551615 4194304 4196468 140730334944656 140038060821104 140038586821250 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19628032 140730334951376 140730334954161 140730334954161 140730334957519 0
[pid=12346/tid=12406] ppid=12343 vsize=14067516 CPUtime=4.98 cores=1,3,5,7
/proc/12346/task/12406/stat : 12406 (java) S 12343 12346 1330 0 -1 1077944384 15572 12582 0 0 486 4 5 3 20 0 15 0 47888547 14405136384 158923 18446744073709551615 4194304 4196468 140730334944656 140038059768304 140038586821250 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19628032 140730334951376 140730334954161 140730334954161 140730334957519 0
[pid=12346/tid=12407] ppid=12343 vsize=14067516 CPUtime=2.74 cores=1,3,5,7
/proc/12346/task/12407/stat : 12407 (java) S 12343 12346 1330 0 -1 1077944384 17969 12582 0 0 263 3 5 3 20 0 15 0 47888547 14405136384 158923 18446744073709551615 4194304 4196468 140730334944656 140038058716016 140038586821250 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19628032 140730334951376 140730334954161 140730334954161 140730334957519 0
[pid=12346/tid=12408] ppid=12343 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/12346/task/12408/stat : 12408 (java) S 12343 12346 1330 0 -1 1077944384 3 12582 0 0 0 0 5 3 20 0 15 0 47888547 14405136384 158923 18446744073709551615 4194304 4196468 140730334944656 140038057663456 140038586820309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19628032 140730334951376 140730334954161 140730334954161 140730334957519 0
[pid=12346/tid=12409] ppid=12343 vsize=14067516 CPUtime=1.64 cores=1,3,5,7
/proc/12346/task/12409/stat : 12409 (java) S 12343 12346 1330 0 -1 1077944384 1118 12582 0 0 71 85 5 3 20 0 15 0 47888551 14405136384 158923 18446744073709551615 4194304 4196468 140730334944656 140038056610224 140038586821250 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19628032 140730334951376 140730334954161 140730334954161 140730334957519 0
Current children cumulated CPU time (s) 2498.74
Current children cumulated vsize (KiB) 14067516



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2463.2 s]
/proc/loadavg: 1.20 1.44 1.89 3/213 12971
/proc/meminfo: memFree=29791788/32770624 swapFree=0/508008
[pid=12346] ppid=12343 vsize=14067516 CPUtime=2520.07 cores=1,3,5,7
/proc/12346/stat : 12346 (java) S 12343 12346 1330 0 -1 1077944320 406507 12582 0 0 251492 507 5 3 20 0 15 0 47888521 14405136384 163411 18446744073709551615 4194304 4196468 140730334944656 140730334927200 140038586810103 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 19628032 140730334951376 140730334954161 140730334954161 140730334957519 0
/proc/12346/statm: 3516879 163411 3474 1 0 3505493 0
[pid=12346/tid=12396] ppid=12343 vsize=14067516 CPUtime=2434.76 cores=1,3,5,7
/proc/12346/task/12396/stat : 12396 (java) R 12343 12346 1330 0 -1 4202560 234145 12582 0 0 243374 94 5 3 20 0 15 0 47888541 14405136384 163411 18446744073709551615 4194304 4196468 140730334944656 140038591044368 140038239908059 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 19628032 140730334951376 140730334954161 140730334954161 140730334957519 0
[pid=12346/tid=12397] ppid=12343 vsize=14067516 CPUtime=15.33 cores=1,3,5,7
/proc/12346/task/12397/stat : 12397 (java) S 12343 12346 1330 0 -1 1077944384 27193 12582 0 0 1458 67 5 3 20 0 15 0 47888542 14405136384 163411 18446744073709551615 4194304 4196468 140730334944656 140038187072400 140038586820309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19628032 140730334951376 140730334954161 140730334954161 140730334957519 0
[pid=12346/tid=12398] ppid=12343 vsize=14067516 CPUtime=15.31 cores=1,3,5,7
/proc/12346/task/12398/stat : 12398 (java) S 12343 12346 1330 0 -1 1077944384 29318 12582 0 0 1455 68 5 3 20 0 15 0 47888542 14405136384 163411 18446744073709551615 4194304 4196468 140730334944656 140038186019600 140038586820309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19628032 140730334951376 140730334954161 140730334954161 140730334957519 0
[pid=12346/tid=12399] ppid=12343 vsize=14067516 CPUtime=15.35 cores=1,3,5,7
/proc/12346/task/12399/stat : 12399 (java) S 12343 12346 1330 0 -1 1077944384 25463 12582 0 0 1459 68 5 3 20 0 15 0 47888542 14405136384 163411 18446744073709551615 4194304 4196468 140730334944656 140038184967312 140038586820309 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19628032 140730334951376 140730334954161 140730334954161 140730334957519 0
[pid=12346/tid=12400] ppid=12343 vsize=14067516 CPUtime=15.29 cores=1,3,5,7
/proc/12346/task/12400/stat : 12400 (java) S 12343 12346 1330 0 -1 1077944384 26462 12582 0 0 1449 72 5 3 20 0 15 0 47888542 14405136384 163411 18446744073709551615 4194304 4196468 140730334944656 140038183914512 140038586820309 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19628032 140730334951376 140730334954161 140730334954161 140730334957519 0
[pid=12346/tid=12401] ppid=12343 vsize=14067516 CPUtime=10.18 cores=1,3,5,7
/proc/12346/task/12401/stat : 12401 (java) S 12343 12346 1330 0 -1 1077944384 14375 12582 0 0 900 110 5 3 20 0 15 0 47888543 14405136384 163411 18446744073709551615 4194304 4196468 140730334944656 140038065031280 140038586821250 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19628032 140730334951376 140730334954161 140730334954161 140730334957519 0
[pid=12346/tid=12402] ppid=12343 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/12346/task/12402/stat : 12402 (java) S 12343 12346 1330 0 -1 1077944384 55 12582 0 0 0 0 5 3 20 0 15 0 47888544 14405136384 163411 18446744073709551615 4194304 4196468 140730334944656 140038063977312 140038586820309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19628032 140730334951376 140730334954161 140730334954161 140730334957519 0
[pid=12346/tid=12403] ppid=12343 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/12346/task/12403/stat : 12403 (java) S 12343 12346 1330 0 -1 1077944384 44 12582 0 0 0 0 5 3 20 0 15 0 47888544 14405136384 163411 18446744073709551615 4194304 4196468 140730334944656 140038062924928 140038586820309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19628032 140730334951376 140730334954161 140730334954161 140730334957519 0
[pid=12346/tid=12404] ppid=12343 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/12346/task/12404/stat : 12404 (java) S 12343 12346 1330 0 -1 1077944384 3 12582 0 0 0 0 5 3 20 0 15 0 47888547 14405136384 163411 18446744073709551615 4194304 4196468 140730334944656 140038061873232 140038586828699 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19628032 140730334951376 140730334954161 140730334954161 140730334957519 0
[pid=12346/tid=12405] ppid=12343 vsize=14067516 CPUtime=5.09 cores=1,3,5,7
/proc/12346/task/12405/stat : 12405 (java) S 12343 12346 1330 0 -1 1077944384 12630 12582 0 0 498 3 5 3 20 0 15 0 47888547 14405136384 163411 18446744073709551615 4194304 4196468 140730334944656 140038060821104 140038586821250 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19628032 140730334951376 140730334954161 140730334954161 140730334957519 0
[pid=12346/tid=12406] ppid=12343 vsize=14067516 CPUtime=4.98 cores=1,3,5,7
/proc/12346/task/12406/stat : 12406 (java) S 12343 12346 1330 0 -1 1077944384 15572 12582 0 0 486 4 5 3 20 0 15 0 47888547 14405136384 163411 18446744073709551615 4194304 4196468 140730334944656 140038059768304 140038586821250 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19628032 140730334951376 140730334954161 140730334954161 140730334957519 0
[pid=12346/tid=12407] ppid=12343 vsize=14067516 CPUtime=2.74 cores=1,3,5,7
/proc/12346/task/12407/stat : 12407 (java) S 12343 12346 1330 0 -1 1077944384 17969 12582 0 0 263 3 5 3 20 0 15 0 47888547 14405136384 163411 18446744073709551615 4194304 4196468 140730334944656 140038058716016 140038586821250 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19628032 140730334951376 140730334954161 140730334954161 140730334957519 0
[pid=12346/tid=12408] ppid=12343 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/12346/task/12408/stat : 12408 (java) S 12343 12346 1330 0 -1 1077944384 3 12582 0 0 0 0 5 3 20 0 15 0 47888547 14405136384 163411 18446744073709551615 4194304 4196468 140730334944656 140038057663456 140038586820309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19628032 140730334951376 140730334954161 140730334954161 140730334957519 0
[pid=12346/tid=12409] ppid=12343 vsize=14067516 CPUtime=1.65 cores=1,3,5,7
/proc/12346/task/12409/stat : 12409 (java) S 12343 12346 1330 0 -1 1077944384 1120 12582 0 0 72 85 5 3 20 0 15 0 47888551 14405136384 163411 18446744073709551615 4194304 4196468 140730334944656 140038056610224 140038586821250 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19628032 140730334951376 140730334954161 140730334954161 140730334957519 0
Current children cumulated CPU time (s) 2520.07
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 12346 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2463.31 s]
/proc/loadavg: 1.20 1.44 1.89 3/213 12971
/proc/meminfo: memFree=29791788/32770624 swapFree=0/508008
[pid=12346] ppid=12343 vsize=14200644 CPUtime=2520.38 cores=1,3,5,7
/proc/12346/stat : 12346 (java) S 12343 12346 1330 0 -1 1077944320 412980 12582 0 0 251522 508 5 3 20 0 17 0 47888521 14541459456 165904 18446744073709551615 4194304 4196468 140730334944656 140730334927200 140038586810103 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 19628032 140730334951376 140730334954161 140730334954161 140730334957519 0
/proc/12346/statm: 3550161 165904 3475 1 0 3538775 0
[pid=12346/tid=12396] ppid=12343 vsize=14200644 CPUtime=2434.77 cores=1,3,5,7
/proc/12346/task/12396/stat : 12396 (java) S 12343 12346 1330 0 -1 1077944384 234562 12582 0 0 243375 94 5 3 20 0 17 0 47888541 14541459456 165904 18446744073709551615 4194304 4196468 140730334944656 140038591047648 140038586820309 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 19628032 140730334951376 140730334954161 140730334954161 140730334957519 0
[pid=12346/tid=12397] ppid=12343 vsize=14200644 CPUtime=15.4 cores=1,3,5,7
/proc/12346/task/12397/stat : 12397 (java) S 12343 12346 1330 0 -1 1077944384 27238 12582 0 0 1465 67 5 3 20 0 17 0 47888542 14541459456 165904 18446744073709551615 4194304 4196468 140730334944656 140038187072400 140038586820309 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19628032 140730334951376 140730334954161 140730334954161 140730334957519 0
[pid=12346/tid=12398] ppid=12343 vsize=14200644 CPUtime=15.37 cores=1,3,5,7
/proc/12346/task/12398/stat : 12398 (java) S 12343 12346 1330 0 -1 1077944384 29335 12582 0 0 1461 68 5 3 20 0 17 0 47888542 14541459456 165904 18446744073709551615 4194304 4196468 140730334944656 140038186019600 140038586820309 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19628032 140730334951376 140730334954161 140730334954161 140730334957519 0
[pid=12346/tid=12399] ppid=12343 vsize=14200644 CPUtime=15.42 cores=1,3,5,7
/proc/12346/task/12399/stat : 12399 (java) S 12343 12346 1330 0 -1 1077944384 25470 12582 0 0 1466 68 5 3 20 0 17 0 47888542 14541459456 165904 18446744073709551615 4194304 4196468 140730334944656 140038184967312 140038586820309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19628032 140730334951376 140730334954161 140730334954161 140730334957519 0
[pid=12346/tid=12400] ppid=12343 vsize=14200644 CPUtime=15.36 cores=1,3,5,7
/proc/12346/task/12400/stat : 12400 (java) S 12343 12346 1330 0 -1 1077944384 26481 12582 0 0 1456 72 5 3 20 0 17 0 47888542 14541459456 165904 18446744073709551615 4194304 4196468 140730334944656 140038183914512 140038586820309 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19628032 140730334951376 140730334954161 140730334954161 140730334957519 0
[pid=12346/tid=12401] ppid=12343 vsize=14200644 CPUtime=10.22 cores=1,3,5,7
/proc/12346/task/12401/stat : 12401 (java) R 12343 12346 1330 0 -1 4202560 20102 12582 0 0 903 111 5 3 20 0 17 0 47888543 14541459456 165904 18446744073709551615 4194304 4196468 140730334944656 140038065029680 140038572501788 0 0 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19628032 140730334951376 140730334954161 140730334954161 140730334957519 0
[pid=12346/tid=12402] ppid=12343 vsize=14200644 CPUtime=0.08 cores=1,3,5,7
/proc/12346/task/12402/stat : 12402 (java) S 12343 12346 1330 0 -1 1077944384 56 12582 0 0 0 0 5 3 20 0 17 0 47888544 14541459456 165904 18446744073709551615 4194304 4196468 140730334944656 140038063977216 140038586820309 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19628032 140730334951376 140730334954161 140730334954161 140730334957519 0
[pid=12346/tid=12403] ppid=12343 vsize=14200644 CPUtime=0.08 cores=1,3,5,7
/proc/12346/task/12403/stat : 12403 (java) S 12343 12346 1330 0 -1 1077944384 44 12582 0 0 0 0 5 3 20 0 17 0 47888544 14541459456 165904 18446744073709551615 4194304 4196468 140730334944656 140038062924928 140038586820309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19628032 140730334951376 140730334954161 140730334954161 140730334957519 0
[pid=12346/tid=12404] ppid=12343 vsize=14200644 CPUtime=0.08 cores=1,3,5,7
/proc/12346/task/12404/stat : 12404 (java) S 12343 12346 1330 0 -1 1077944384 119 12582 0 0 0 0 5 3 20 0 17 0 47888547 14541459456 165904 18446744073709551615 4194304 4196468 140730334944656 140038061873232 140038586828699 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19628032 140730334951376 140730334954161 140730334954161 140730334957519 0
[pid=12346/tid=12405] ppid=12343 vsize=14200644 CPUtime=5.09 cores=1,3,5,7
/proc/12346/task/12405/stat : 12405 (java) S 12343 12346 1330 0 -1 1077944384 12630 12582 0 0 498 3 5 3 20 0 17 0 47888547 14541459456 165904 18446744073709551615 4194304 4196468 140730334944656 140038060821104 140038586821250 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19628032 140730334951376 140730334954161 140730334954161 140730334957519 0
[pid=12346/tid=12406] ppid=12343 vsize=14200644 CPUtime=4.98 cores=1,3,5,7
/proc/12346/task/12406/stat : 12406 (java) S 12343 12346 1330 0 -1 1077944384 15572 12582 0 0 486 4 5 3 20 0 17 0 47888547 14541459456 165904 18446744073709551615 4194304 4196468 140730334944656 140038059768304 140038586821250 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19628032 140730334951376 140730334954161 140730334954161 140730334957519 0
[pid=12346/tid=12407] ppid=12343 vsize=14200644 CPUtime=2.74 cores=1,3,5,7
/proc/12346/task/12407/stat : 12407 (java) S 12343 12346 1330 0 -1 1077944384 17969 12582 0 0 263 3 5 3 20 0 17 0 47888547 14541459456 165904 18446744073709551615 4194304 4196468 140730334944656 140038058716016 140038586821250 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19628032 140730334951376 140730334954161 140730334954161 140730334957519 0
[pid=12346/tid=12408] ppid=12343 vsize=14200644 CPUtime=0.08 cores=1,3,5,7
/proc/12346/task/12408/stat : 12408 (java) S 12343 12346 1330 0 -1 1077944384 3 12582 0 0 0 0 5 3 20 0 17 0 47888547 14541459456 165904 18446744073709551615 4194304 4196468 140730334944656 140038057663456 140038586820309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19628032 140730334951376 140730334954161 140730334954161 140730334957519 0
[pid=12346/tid=12409] ppid=12343 vsize=14200644 CPUtime=1.65 cores=1,3,5,7
/proc/12346/task/12409/stat : 12409 (java) S 12343 12346 1330 0 -1 1077944384 1120 12582 0 0 72 85 5 3 20 0 17 0 47888551 14541459456 165904 18446744073709551615 4194304 4196468 140730334944656 140038056610224 140038586821250 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19628032 140730334951376 140730334954161 140730334954161 140730334957519 0
Current children cumulated CPU time (s) 2520.38
Current children cumulated vsize (KiB) 14200644

Child status: 143
Real time (s): 2463.4
CPU time (s): 2520.58
CPU user time (s): 2515.45
CPU system time (s): 5.12527
CPU usage (%): 102.321
Max. virtual memory (cumulated for all children) (KiB): 14200644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.45
system time used= 5.12527
maximum resident set size= 1159080
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 425766
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 271711
involuntary context switches= 7045

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.6274 second user time and 15.1872 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-11 14:50:32
IDJOB=4262416
IDBENCH=133230
IDSOLVER=2650
FILE ID=node125/4262416-1502456677
RUNJOBID= node125-1502411403-1395
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/MagicSquare/MagicSquare-sum-s1/MagicSquare-18-sum.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262416-1502456677/watcher-4262416-1502456677 -o /tmp/evaluation-result-4262416-1502456677/solver-4262416-1502456677 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502411403-1395 --watchdog 2580  bin/concrete HOME/instance-4262416-1502456677.xml

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

MD5SUM BENCH= 40b0c6db816080e4c80df053621860bd
RANDOM SEED=2126330703

node125.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.07
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.07
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.07
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.07
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:        29824264 kB
MemAvailable:   30590780 kB
Buffers:          252844 kB
Cached:           805176 kB
SwapCached:            0 kB
Active:          1991004 kB
Inactive:         531952 kB
Active(anon):    1465412 kB
Inactive(anon):    24908 kB
Active(file):     525592 kB
Inactive(file):   507044 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24220 kB
Writeback:             0 kB
AnonPages:       1464840 kB
Mapped:            56016 kB
Shmem:             25252 kB
Slab:             124836 kB
SReclaimable:      99432 kB
SUnreclaim:        25404 kB
KernelStack:        3440 kB
PageTables:         8776 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2202864 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1236992 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 node125 at 2017-08-11 15:31:36