Trace number 4262417

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.5901 2434.02

General information on the benchmark

NameMagicSquare/MagicSquare-sum-s1/
MagicSquare-22-sum.xml
MD5SUM9d2f02dd2333c70ec17cc1afaa6594ca
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 variables484
Number of constraints47
Number of domains1
Minimum domain size484
Maximum domain size484
Distribution of domain sizes[{"size":484,"count":484}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":440},{"degree":4,"count":44}]
Minimum constraint arity22
Maximum constraint arity484
Distribution of constraint arities[{"arity":22,"count":46},{"arity":484,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":1},{"type":"sum","count":46}]
Optimization problemNO
Type of objective

Solver Data

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

pid=25820
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.41 1.43 1.45 2/194 25823
/proc/meminfo: memFree=30904124/32770624 swapFree=0/309216
[pid=25823] ppid=25820 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/25823/stat : 25823 (runsolver) D 25820 25823 16548 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 47896712 24240128 107 18446744073709551615 4194304 4338465 140723416966032 140723416963672 139764963582679 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 17018880 140723416973520 140723416973897 140723416973897 140723416977354 0
/proc/25823/statm: 5918 107 54 36 0 2156 0

[startup+0.10019 s]
/proc/loadavg: 1.41 1.43 1.45 2/194 25823
/proc/meminfo: memFree=30904124/32770624 swapFree=0/309216
[pid=25823] ppid=25820 vsize=9508 CPUtime=0 cores=1,3,5,7
/proc/25823/stat : 25823 (bash) S 25820 25823 16548 0 -1 4202496 649 0 0 0 0 0 0 0 20 0 1 0 47896712 9736192 352 18446744073709551615 4194304 5098028 140737431328032 140737431325672 140449522568192 0 0 5 65536 18446744071580971376 0 0 17 3 0 0 9 0 0 7196144 7232144 35336192 140737431335444 140737431335529 140737431335529 140737431338986 0
/proc/25823/statm: 2377 352 279 221 0 86 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9508

[startup+0.200299 s]
/proc/loadavg: 1.41 1.43 1.45 2/194 25823
/proc/meminfo: memFree=30904124/32770624 swapFree=0/309216
[pid=25823] ppid=25820 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/25823/stat : 25823 (bash) S 25820 25823 16548 0 -1 4202496 896 6475 0 0 0 0 0 1 20 0 1 0 47896712 9867264 377 18446744073709551615 4194304 5098028 140737431328032 140737431322040 140449522568192 0 0 5 65536 18446744071580971376 0 0 17 3 0 0 9 0 0 7196144 7232144 35336192 140737431335444 140737431335529 140737431335529 140737431338986 0
/proc/25823/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300345 s]
/proc/loadavg: 1.41 1.43 1.45 2/194 25823
/proc/meminfo: memFree=30904124/32770624 swapFree=0/309216
[pid=25823] ppid=25820 vsize=13907308 CPUtime=0.12 cores=1,3,5,7
/proc/25823/stat : 25823 (java) S 25820 25823 16548 0 -1 1077944320 5670 12333 0 0 4 1 5 2 20 0 14 0 47896712 14241083392 5367 18446744073709551615 4194304 4196468 140726701049632 140726701032176 140196763205367 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 8105984 140726701058000 140726701060785 140726701060785 140726701064143 0
/proc/25823/statm: 3476827 5367 2661 1 0 3466324 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 13907308

[startup+0.700282 s]
/proc/loadavg: 1.41 1.43 1.45 2/194 25823
/proc/meminfo: memFree=30904124/32770624 swapFree=0/309216
[pid=25823] ppid=25820 vsize=13974784 CPUtime=0.68 cores=1,3,5,7
/proc/25823/stat : 25823 (java) S 25820 25823 16548 0 -1 1077944320 13870 12333 0 0 56 5 5 2 20 0 15 0 47896712 14310178816 14262 18446744073709551615 4194304 4196468 140726701049632 140726701032176 140196763205367 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 8105984 140726701058000 140726701060785 140726701060785 140726701064143 0
/proc/25823/statm: 3493696 14262 3109 1 0 3482965 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 13974784

[startup+1.50062 s]
/proc/loadavg: 1.41 1.43 1.45 3/209 25886
/proc/meminfo: memFree=30815480/32770624 swapFree=0/309240
[pid=25823] ppid=25820 vsize=13985408 CPUtime=1.87 cores=1,3,5,7
/proc/25823/stat : 25823 (java) S 25820 25823 16548 0 -1 1077944320 29574 12333 0 0 169 11 5 2 20 0 15 0 47896712 14321057792 40155 18446744073709551615 4194304 4196468 140726701049632 140726701032176 140196763205367 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 8105984 140726701058000 140726701060785 140726701060785 140726701064143 0
/proc/25823/statm: 3496352 40155 3367 1 0 3485525 0
[pid=25823/tid=25873] ppid=25820 vsize=13985408 CPUtime=1.28 cores=1,3,5,7
/proc/25823/task/25873/stat : 25873 (java) S 25820 25823 16548 0 -1 1077944384 22535 12333 0 0 114 7 5 2 20 0 15 0 47896734 14321057792 40155 18446744073709551615 4194304 4196468 140726701049632 140196767423664 140196763215573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 8105984 140726701058000 140726701060785 140726701060785 140726701064143 0
[pid=25823/tid=25874] ppid=25820 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/25823/task/25874/stat : 25874 (java) S 25820 25823 16548 0 -1 1077944384 188 12333 0 0 0 0 5 2 20 0 15 0 47896735 14321057792 40155 18446744073709551615 4194304 4196468 140726701049632 140196726311184 140196763215573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8105984 140726701058000 140726701060785 140726701060785 140726701064143 0
[pid=25823/tid=25875] ppid=25820 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/25823/task/25875/stat : 25875 (java) S 25820 25823 16548 0 -1 1077944384 61 12333 0 0 0 0 5 2 20 0 15 0 47896735 14321057792 40155 18446744073709551615 4194304 4196468 140726701049632 140196362664336 140196763215573 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8105984 140726701058000 140726701060785 140726701060785 140726701064143 0
[pid=25823/tid=25876] ppid=25820 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/25823/task/25876/stat : 25876 (java) S 25820 25823 16548 0 -1 1077944384 60 12333 0 0 0 0 5 2 20 0 15 0 47896735 14321057792 40155 18446744073709551615 4194304 4196468 140726701049632 140196361611792 140196763215573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8105984 140726701058000 140726701060785 140726701060785 140726701064143 0
[pid=25823/tid=25877] ppid=25820 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/25823/task/25877/stat : 25877 (java) S 25820 25823 16548 0 -1 1077944384 40 12333 0 0 0 0 5 2 20 0 15 0 47896735 14321057792 40155 18446744073709551615 4194304 4196468 140726701049632 140196360559248 140196763215573 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8105984 140726701058000 140726701060785 140726701060785 140726701064143 0
[pid=25823/tid=25878] ppid=25820 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/25823/task/25878/stat : 25878 (java) R 25820 25823 16548 0 -1 4202560 1291 12333 0 0 1 0 5 2 20 0 15 0 47896736 14321057792 40155 18446744073709551615 4194304 4196468 140726701049632 140196107457344 140196747906051 0 0 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8105984 140726701058000 140726701060785 140726701060785 140726701064143 0
[pid=25823/tid=25879] ppid=25820 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/25823/task/25879/stat : 25879 (java) S 25820 25823 16548 0 -1 1077944384 33 12333 0 0 0 0 5 2 20 0 15 0 47896736 14321057792 40155 18446744073709551615 4194304 4196468 140726701049632 140196106405280 140196763215573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8105984 140726701058000 140726701060785 140726701060785 140726701064143 0
[pid=25823/tid=25880] ppid=25820 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/25823/task/25880/stat : 25880 (java) S 25820 25823 16548 0 -1 1077944384 21 12333 0 0 0 0 5 2 20 0 15 0 47896737 14321057792 40155 18446744073709551615 4194304 4196468 140726701049632 140196105352688 140196763215573 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8105984 140726701058000 140726701060785 140726701060785 140726701064143 0
[pid=25823/tid=25881] ppid=25820 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/25823/task/25881/stat : 25881 (java) S 25820 25823 16548 0 -1 1077944384 3 12333 0 0 0 0 5 2 20 0 15 0 47896739 14321057792 40155 18446744073709551615 4194304 4196468 140726701049632 140196104301264 140196763223963 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8105984 140726701058000 140726701060785 140726701060785 140726701064143 0
[pid=25823/tid=25882] ppid=25820 vsize=13985408 CPUtime=0.2 cores=1,3,5,7
/proc/25823/task/25882/stat : 25882 (java) S 25820 25823 16548 0 -1 1077944384 1059 12333 0 0 13 0 5 2 20 0 15 0 47896739 14321057792 40155 18446744073709551615 4194304 4196468 140726701049632 140196103247856 140196763216514 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8105984 140726701058000 140726701060785 140726701060785 140726701064143 0
[pid=25823/tid=25883] ppid=25820 vsize=13985408 CPUtime=0.23 cores=1,3,5,7
/proc/25823/task/25883/stat : 25883 (java) S 25820 25823 16548 0 -1 1077944384 767 12333 0 0 15 1 5 2 20 0 15 0 47896739 14321057792 40155 18446744073709551615 4194304 4196468 140726701049632 140196102195312 140196763216514 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8105984 140726701058000 140726701060785 140726701060785 140726701064143 0
[pid=25823/tid=25884] ppid=25820 vsize=13985408 CPUtime=0.3 cores=1,3,5,7
/proc/25823/task/25884/stat : 25884 (java) S 25820 25823 16548 0 -1 1077944384 1347 12333 0 0 23 0 5 2 20 0 15 0 47896739 14321057792 40155 18446744073709551615 4194304 4196468 140726701049632 140196101139168 140196763215573 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8105984 140726701058000 140726701060785 140726701060785 140726701064143 0
[pid=25823/tid=25885] ppid=25820 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/25823/task/25885/stat : 25885 (java) S 25820 25823 16548 0 -1 1077944384 3 12333 0 0 0 0 5 2 20 0 15 0 47896739 14321057792 40155 18446744073709551615 4194304 4196468 140726701049632 140196100090464 140196763215573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8105984 140726701058000 140726701060785 140726701060785 140726701064143 0
[pid=25823/tid=25886] ppid=25820 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/25823/task/25886/stat : 25886 (java) S 25820 25823 16548 0 -1 1077944384 11 12333 0 0 0 0 5 2 20 0 15 0 47896743 14321057792 40155 18446744073709551615 4194304 4196468 140726701049632 140196099038000 140196763216514 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8105984 140726701058000 140726701060785 140726701060785 140726701064143 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 13985408

[startup+3.10112 s]
/proc/loadavg: 1.41 1.43 1.45 4/209 25886
/proc/meminfo: memFree=30741124/32770624 swapFree=0/309240
[pid=25823] ppid=25820 vsize=13999932 CPUtime=5.78 cores=1,3,5,7
/proc/25823/stat : 25823 (java) S 25820 25823 16548 0 -1 1077944320 43354 12333 0 0 554 17 5 2 20 0 15 0 47896712 14335930368 67673 18446744073709551615 4194304 4196468 140726701049632 140726701032176 140196763205367 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 8105984 140726701058000 140726701060785 140726701060785 140726701064143 0
/proc/25823/statm: 3499983 67673 3443 1 0 3488597 0
[pid=25823/tid=25873] ppid=25820 vsize=13999932 CPUtime=2.85 cores=1,3,5,7
/proc/25823/task/25873/stat : 25873 (java) R 25820 25823 16548 0 -1 4202560 29120 12333 0 0 268 10 5 2 20 0 15 0 47896734 14335930368 67673 18446744073709551615 4194304 4196468 140726701049632 140196767434288 140196763226714 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 8105984 140726701058000 140726701060785 140726701060785 140726701064143 0
[pid=25823/tid=25874] ppid=25820 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/25823/task/25874/stat : 25874 (java) S 25820 25823 16548 0 -1 1077944384 193 12333 0 0 1 0 5 2 20 0 15 0 47896735 14335930368 67673 18446744073709551615 4194304 4196468 140726701049632 140196726311184 140196763215573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8105984 140726701058000 140726701060785 140726701060785 140726701064143 0
[pid=25823/tid=25875] ppid=25820 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/25823/task/25875/stat : 25875 (java) S 25820 25823 16548 0 -1 1077944384 61 12333 0 0 1 0 5 2 20 0 15 0 47896735 14335930368 67673 18446744073709551615 4194304 4196468 140726701049632 140196362664336 140196763215573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8105984 140726701058000 140726701060785 140726701060785 140726701064143 0
[pid=25823/tid=25876] ppid=25820 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/25823/task/25876/stat : 25876 (java) S 25820 25823 16548 0 -1 1077944384 60 12333 0 0 1 0 5 2 20 0 15 0 47896735 14335930368 67673 18446744073709551615 4194304 4196468 140726701049632 140196361611792 140196763215573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8105984 140726701058000 140726701060785 140726701060785 140726701064143 0
[pid=25823/tid=25877] ppid=25820 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/25823/task/25877/stat : 25877 (java) S 25820 25823 16548 0 -1 1077944384 43 12333 0 0 1 0 5 2 20 0 15 0 47896735 14335930368 67673 18446744073709551615 4194304 4196468 140726701049632 140196360559248 140196763215573 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8105984 140726701058000 140726701060785 140726701060785 140726701064143 0
[pid=25823/tid=25878] ppid=25820 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/25823/task/25878/stat : 25878 (java) S 25820 25823 16548 0 -1 1077944384 1648 12333 0 0 1 0 5 2 20 0 15 0 47896736 14335930368 67673 18446744073709551615 4194304 4196468 140726701049632 140196107459056 140196763216514 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8105984 140726701058000 140726701060785 140726701060785 140726701064143 0
[pid=25823/tid=25879] ppid=25820 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/25823/task/25879/stat : 25879 (java) S 25820 25823 16548 0 -1 1077944384 56 12333 0 0 0 0 5 2 20 0 15 0 47896736 14335930368 67673 18446744073709551615 4194304 4196468 140726701049632 140196106405280 140196763215573 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8105984 140726701058000 140726701060785 140726701060785 140726701064143 0
[pid=25823/tid=25880] ppid=25820 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/25823/task/25880/stat : 25880 (java) S 25820 25823 16548 0 -1 1077944384 43 12333 0 0 0 0 5 2 20 0 15 0 47896737 14335930368 67673 18446744073709551615 4194304 4196468 140726701049632 140196105352688 140196763215573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8105984 140726701058000 140726701060785 140726701060785 140726701064143 0
[pid=25823/tid=25881] ppid=25820 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/25823/task/25881/stat : 25881 (java) S 25820 25823 16548 0 -1 1077944384 3 12333 0 0 0 0 5 2 20 0 15 0 47896739 14335930368 67673 18446744073709551615 4194304 4196468 140726701049632 140196104301264 140196763223963 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8105984 140726701058000 140726701060785 140726701060785 140726701064143 0
[pid=25823/tid=25882] ppid=25820 vsize=13999932 CPUtime=1.05 cores=1,3,5,7
/proc/25823/task/25882/stat : 25882 (java) S 25820 25823 16548 0 -1 1077944384 4419 12333 0 0 97 1 5 2 20 0 15 0 47896739 14335930368 67673 18446744073709551615 4194304 4196468 140726701049632 140196103247856 140196763216514 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8105984 140726701058000 140726701060785 140726701060785 140726701064143 0
[pid=25823/tid=25883] ppid=25820 vsize=13999932 CPUtime=0.86 cores=1,3,5,7
/proc/25823/task/25883/stat : 25883 (java) S 25820 25823 16548 0 -1 1077944384 1763 12333 0 0 78 1 5 2 20 0 15 0 47896739 14335930368 67673 18446744073709551615 4194304 4196468 140726701049632 140196102195312 140196763216514 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8105984 140726701058000 140726701060785 140726701060785 140726701064143 0
[pid=25823/tid=25884] ppid=25820 vsize=13999932 CPUtime=1.1 cores=1,3,5,7
/proc/25823/task/25884/stat : 25884 (java) S 25820 25823 16548 0 -1 1077944384 3776 12333 0 0 102 1 5 2 20 0 15 0 47896739 14335930368 67673 18446744073709551615 4194304 4196468 140726701049632 140196101142768 140196763216514 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8105984 140726701058000 140726701060785 140726701060785 140726701064143 0
[pid=25823/tid=25885] ppid=25820 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/25823/task/25885/stat : 25885 (java) S 25820 25823 16548 0 -1 1077944384 3 12333 0 0 0 0 5 2 20 0 15 0 47896739 14335930368 67673 18446744073709551615 4194304 4196468 140726701049632 140196100090464 140196763215573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8105984 140726701058000 140726701060785 140726701060785 140726701064143 0
[pid=25823/tid=25886] ppid=25820 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/25823/task/25886/stat : 25886 (java) S 25820 25823 16548 0 -1 1077944384 12 12333 0 0 0 0 5 2 20 0 15 0 47896743 14335930368 67673 18446744073709551615 4194304 4196468 140726701049632 140196099038000 140196763216514 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8105984 140726701058000 140726701060785 140726701060785 140726701064143 0
Current children cumulated CPU time (s) 5.78
Current children cumulated vsize (KiB) 13999932

[startup+6.30073 s]
/proc/loadavg: 1.69 1.49 1.47 5/209 25886
/proc/meminfo: memFree=30533336/32770624 swapFree=0/309244
[pid=25823] ppid=25820 vsize=14067516 CPUtime=13.98 cores=1,3,5,7
/proc/25823/stat : 25823 (java) S 25820 25823 16548 0 -1 1077944320 79050 12333 0 0 1366 25 5 2 20 0 15 0 47896712 14405136384 114471 18446744073709551615 4194304 4196468 140726701049632 140726701032176 140196763205367 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 8105984 140726701058000 140726701060785 140726701060785 140726701064143 0
/proc/25823/statm: 3516879 114471 3478 1 0 3505493 0
[pid=25823/tid=25873] ppid=25820 vsize=14067516 CPUtime=5.97 cores=1,3,5,7
/proc/25823/task/25873/stat : 25873 (java) R 25820 25823 16548 0 -1 4202560 45238 12333 0 0 576 14 5 2 20 0 15 0 47896734 14405136384 114471 18446744073709551615 4194304 4196468 140726701049632 140196767435808 140196417924580 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 8105984 140726701058000 140726701060785 140726701060785 140726701064143 0
[pid=25823/tid=25874] ppid=25820 vsize=14067516 CPUtime=0.11 cores=1,3,5,7
/proc/25823/task/25874/stat : 25874 (java) S 25820 25823 16548 0 -1 1077944384 313 12333 0 0 4 0 5 2 20 0 15 0 47896735 14405136384 114471 18446744073709551615 4194304 4196468 140726701049632 140196726311184 140196763215573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8105984 140726701058000 140726701060785 140726701060785 140726701064143 0
[pid=25823/tid=25875] ppid=25820 vsize=14067516 CPUtime=0.11 cores=1,3,5,7
/proc/25823/task/25875/stat : 25875 (java) S 25820 25823 16548 0 -1 1077944384 929 12333 0 0 4 0 5 2 20 0 15 0 47896735 14405136384 114471 18446744073709551615 4194304 4196468 140726701049632 140196362664336 140196763215573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8105984 140726701058000 140726701060785 140726701060785 140726701064143 0
[pid=25823/tid=25876] ppid=25820 vsize=14067516 CPUtime=0.11 cores=1,3,5,7
/proc/25823/task/25876/stat : 25876 (java) S 25820 25823 16548 0 -1 1077944384 492 12333 0 0 3 1 5 2 20 0 15 0 47896735 14405136384 114471 18446744073709551615 4194304 4196468 140726701049632 140196361611792 140196763215573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8105984 140726701058000 140726701060785 140726701060785 140726701064143 0
[pid=25823/tid=25877] ppid=25820 vsize=14067516 CPUtime=0.11 cores=1,3,5,7
/proc/25823/task/25877/stat : 25877 (java) S 25820 25823 16548 0 -1 1077944384 338 12333 0 0 4 0 5 2 20 0 15 0 47896735 14405136384 114471 18446744073709551615 4194304 4196468 140726701049632 140196360559248 140196763215573 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8105984 140726701058000 140726701060785 140726701060785 140726701064143 0
[pid=25823/tid=25878] ppid=25820 vsize=14067516 CPUtime=0.11 cores=1,3,5,7
/proc/25823/task/25878/stat : 25878 (java) S 25820 25823 16548 0 -1 1077944384 2560 12333 0 0 4 0 5 2 20 0 15 0 47896736 14405136384 114471 18446744073709551615 4194304 4196468 140726701049632 140196107459056 140196763216514 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8105984 140726701058000 140726701060785 140726701060785 140726701064143 0
[pid=25823/tid=25879] ppid=25820 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/25823/task/25879/stat : 25879 (java) S 25820 25823 16548 0 -1 1077944384 56 12333 0 0 0 0 5 2 20 0 15 0 47896736 14405136384 114471 18446744073709551615 4194304 4196468 140726701049632 140196106405408 140196763215573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8105984 140726701058000 140726701060785 140726701060785 140726701064143 0
[pid=25823/tid=25880] ppid=25820 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/25823/task/25880/stat : 25880 (java) S 25820 25823 16548 0 -1 1077944384 43 12333 0 0 0 0 5 2 20 0 15 0 47896737 14405136384 114471 18446744073709551615 4194304 4196468 140726701049632 140196105352704 140196763215573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8105984 140726701058000 140726701060785 140726701060785 140726701064143 0
[pid=25823/tid=25881] ppid=25820 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/25823/task/25881/stat : 25881 (java) S 25820 25823 16548 0 -1 1077944384 3 12333 0 0 0 0 5 2 20 0 15 0 47896739 14405136384 114471 18446744073709551615 4194304 4196468 140726701049632 140196104301264 140196763223963 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8105984 140726701058000 140726701060785 140726701060785 140726701064143 0
[pid=25823/tid=25882] ppid=25820 vsize=14067516 CPUtime=3.57 cores=1,3,5,7
/proc/25823/task/25882/stat : 25882 (java) R 25820 25823 16548 0 -1 4202560 12885 12333 0 0 348 2 5 2 20 0 15 0 47896739 14405136384 114471 18446744073709551615 4194304 4196468 140726701049632 140196103234368 140196748134765 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8105984 140726701058000 140726701060785 140726701060785 140726701064143 0
[pid=25823/tid=25883] ppid=25820 vsize=14067516 CPUtime=2.75 cores=1,3,5,7
/proc/25823/task/25883/stat : 25883 (java) R 25820 25823 16548 0 -1 4202560 7320 12333 0 0 266 2 5 2 20 0 15 0 47896739 14405136384 114471 18446744073709551615 4194304 4196468 140726701049632 140196102195312 140196756305214 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8105984 140726701058000 140726701060785 140726701060785 140726701064143 0
[pid=25823/tid=25884] ppid=25820 vsize=14067516 CPUtime=1.61 cores=1,3,5,7
/proc/25823/task/25884/stat : 25884 (java) S 25820 25823 16548 0 -1 1077944384 6201 12333 0 0 153 1 5 2 20 0 15 0 47896739 14405136384 114471 18446744073709551615 4194304 4196468 140726701049632 140196101142768 140196763216514 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8105984 140726701058000 140726701060785 140726701060785 140726701064143 0
[pid=25823/tid=25885] ppid=25820 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/25823/task/25885/stat : 25885 (java) S 25820 25823 16548 0 -1 1077944384 3 12333 0 0 0 0 5 2 20 0 15 0 47896739 14405136384 114471 18446744073709551615 4194304 4196468 140726701049632 140196100090464 140196763215573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8105984 140726701058000 140726701060785 140726701060785 140726701064143 0
[pid=25823/tid=25886] ppid=25820 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/25823/task/25886/stat : 25886 (java) S 25820 25823 16548 0 -1 1077944384 515 12333 0 0 0 0 5 2 20 0 15 0 47896743 14405136384 114471 18446744073709551615 4194304 4196468 140726701049632 140196099038000 140196763216514 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8105984 140726701058000 140726701060785 140726701060785 140726701064143 0
Current children cumulated CPU time (s) 13.98
Current children cumulated vsize (KiB) 14067516

[startup+12.7013 s]
/proc/loadavg: 1.80 1.51 1.47 4/209 25886
/proc/meminfo: memFree=30196828/32770624 swapFree=0/309256
[pid=25823] ppid=25820 vsize=14067516 CPUtime=27.82 cores=1,3,5,7
/proc/25823/stat : 25823 (java) S 25820 25823 16548 0 -1 1077944320 82362 12333 0 0 2740 35 5 2 20 0 15 0 47896712 14405136384 190351 18446744073709551615 4194304 4196468 140726701049632 140726701032176 140196763205367 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 8105984 140726701058000 140726701060785 140726701060785 140726701064143 0
/proc/25823/statm: 3516879 190351 3479 1 0 3505493 0
[pid=25823/tid=25873] ppid=25820 vsize=14067516 CPUtime=12.33 cores=1,3,5,7
/proc/25823/task/25873/stat : 25873 (java) R 25820 25823 16548 0 -1 4202560 45874 12333 0 0 1208 18 5 2 20 0 15 0 47896734 14405136384 190351 18446744073709551615 4194304 4196468 140726701049632 140196767438744 140196416633855 0 4 1 16800974 0 0 0 -1 7 0 0 3 0 0 6293624 6294260 8105984 140726701058000 140726701060785 140726701060785 140726701064143 0
[pid=25823/tid=25874] ppid=25820 vsize=14067516 CPUtime=0.13 cores=1,3,5,7
/proc/25823/task/25874/stat : 25874 (java) S 25820 25823 16548 0 -1 1077944384 327 12333 0 0 5 1 5 2 20 0 15 0 47896735 14405136384 190351 18446744073709551615 4194304 4196468 140726701049632 140196726311184 140196763215573 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8105984 140726701058000 140726701060785 140726701060785 140726701064143 0
[pid=25823/tid=25875] ppid=25820 vsize=14067516 CPUtime=0.13 cores=1,3,5,7
/proc/25823/task/25875/stat : 25875 (java) S 25820 25823 16548 0 -1 1077944384 944 12333 0 0 5 1 5 2 20 0 15 0 47896735 14405136384 190351 18446744073709551615 4194304 4196468 140726701049632 140196362664336 140196763215573 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8105984 140726701058000 140726701060785 140726701060785 140726701064143 0
[pid=25823/tid=25876] ppid=25820 vsize=14067516 CPUtime=0.13 cores=1,3,5,7
/proc/25823/task/25876/stat : 25876 (java) S 25820 25823 16548 0 -1 1077944384 505 12333 0 0 5 1 5 2 20 0 15 0 47896735 14405136384 190351 18446744073709551615 4194304 4196468 140726701049632 140196361611792 140196763215573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8105984 140726701058000 140726701060785 140726701060785 140726701064143 0
[pid=25823/tid=25877] ppid=25820 vsize=14067516 CPUtime=0.14 cores=1,3,5,7
/proc/25823/task/25877/stat : 25877 (java) S 25820 25823 16548 0 -1 1077944384 350 12333 0 0 6 1 5 2 20 0 15 0 47896735 14405136384 190351 18446744073709551615 4194304 4196468 140726701049632 140196360559248 140196763215573 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8105984 140726701058000 140726701060785 140726701060785 140726701064143 0
[pid=25823/tid=25878] ppid=25820 vsize=14067516 CPUtime=0.12 cores=1,3,5,7
/proc/25823/task/25878/stat : 25878 (java) S 25820 25823 16548 0 -1 1077944384 2716 12333 0 0 5 0 5 2 20 0 15 0 47896736 14405136384 190351 18446744073709551615 4194304 4196468 140726701049632 140196107459056 140196763216514 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8105984 140726701058000 140726701060785 140726701060785 140726701064143 0
[pid=25823/tid=25879] ppid=25820 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/25823/task/25879/stat : 25879 (java) S 25820 25823 16548 0 -1 1077944384 56 12333 0 0 0 0 5 2 20 0 15 0 47896736 14405136384 190351 18446744073709551615 4194304 4196468 140726701049632 140196106405408 140196763215573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8105984 140726701058000 140726701060785 140726701060785 140726701064143 0
[pid=25823/tid=25880] ppid=25820 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/25823/task/25880/stat : 25880 (java) S 25820 25823 16548 0 -1 1077944384 43 12333 0 0 0 0 5 2 20 0 15 0 47896737 14405136384 190351 18446744073709551615 4194304 4196468 140726701049632 140196105352704 140196763215573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8105984 140726701058000 140726701060785 140726701060785 140726701064143 0
[pid=25823/tid=25881] ppid=25820 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/25823/task/25881/stat : 25881 (java) S 25820 25823 16548 0 -1 1077944384 3 12333 0 0 0 0 5 2 20 0 15 0 47896739 14405136384 190351 18446744073709551615 4194304 4196468 140726701049632 140196104301264 140196763223963 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8105984 140726701058000 140726701060785 140726701060785 140726701064143 0

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

/proc/25823/task/25885/stat : 25885 (java) S 25820 25823 16548 0 -1 1077944384 3 12333 0 0 0 0 5 2 20 0 15 0 47896739 14405136384 172777 18446744073709551615 4194304 4196468 140726701049632 140196100090464 140196763215573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8105984 140726701058000 140726701060785 140726701060785 140726701064143 0
[pid=25823/tid=25886] ppid=25820 vsize=14067516 CPUtime=1.41 cores=1,3,5,7
/proc/25823/task/25886/stat : 25886 (java) S 25820 25823 16548 0 -1 1077944384 1222 12333 0 0 58 76 5 2 20 0 15 0 47896743 14405136384 172777 18446744073709551615 4194304 4196468 140726701049632 140196099038000 140196763216514 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8105984 140726701058000 140726701060785 140726701060785 140726701064143 0
Current children cumulated CPU time (s) 2345.04
Current children cumulated vsize (KiB) 14067516

[startup+2322.3 s]
/proc/loadavg: 1.29 1.34 1.40 3/210 26173
/proc/meminfo: memFree=29907560/32770624 swapFree=0/309840
[pid=25823] ppid=25820 vsize=14067516 CPUtime=2406.24 cores=1,3,5,7
/proc/25823/stat : 25823 (java) S 25820 25823 16548 0 -1 1077944320 487495 12333 0 0 240057 560 5 2 20 0 15 0 47896712 14405136384 175077 18446744073709551615 4194304 4196468 140726701049632 140726701032176 140196763205367 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 8105984 140726701058000 140726701060785 140726701060785 140726701064143 0
/proc/25823/statm: 3516879 175077 3479 1 0 3505493 0
[pid=25823/tid=25873] ppid=25820 vsize=14067516 CPUtime=2295.83 cores=1,3,5,7
/proc/25823/task/25873/stat : 25873 (java) R 25820 25823 16548 0 -1 4202560 305443 12333 0 0 229462 114 5 2 20 0 15 0 47896734 14405136384 175077 18446744073709551615 4194304 4196468 140726701049632 140196767437968 140196417360347 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 8105984 140726701058000 140726701060785 140726701060785 140726701064143 0
[pid=25823/tid=25874] ppid=25820 vsize=14067516 CPUtime=14.81 cores=1,3,5,7
/proc/25823/task/25874/stat : 25874 (java) S 25820 25823 16548 0 -1 1077944384 29050 12333 0 0 1398 76 5 2 20 0 15 0 47896735 14405136384 175077 18446744073709551615 4194304 4196468 140726701049632 140196726311184 140196763215573 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8105984 140726701058000 140726701060785 140726701060785 140726701064143 0
[pid=25823/tid=25875] ppid=25820 vsize=14067516 CPUtime=14.73 cores=1,3,5,7
/proc/25823/task/25875/stat : 25875 (java) S 25820 25823 16548 0 -1 1077944384 30448 12333 0 0 1396 70 5 2 20 0 15 0 47896735 14405136384 175077 18446744073709551615 4194304 4196468 140726701049632 140196362664336 140196763215573 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8105984 140726701058000 140726701060785 140726701060785 140726701064143 0
[pid=25823/tid=25876] ppid=25820 vsize=14067516 CPUtime=14.77 cores=1,3,5,7
/proc/25823/task/25876/stat : 25876 (java) S 25820 25823 16548 0 -1 1077944384 24108 12333 0 0 1398 72 5 2 20 0 15 0 47896735 14405136384 175077 18446744073709551615 4194304 4196468 140726701049632 140196361611792 140196763215573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8105984 140726701058000 140726701060785 140726701060785 140726701064143 0
[pid=25823/tid=25877] ppid=25820 vsize=14067516 CPUtime=14.72 cores=1,3,5,7
/proc/25823/task/25877/stat : 25877 (java) S 25820 25823 16548 0 -1 1077944384 29795 12333 0 0 1389 76 5 2 20 0 15 0 47896735 14405136384 175077 18446744073709551615 4194304 4196468 140726701049632 140196360559248 140196763215573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8105984 140726701058000 140726701060785 140726701060785 140726701064143 0
[pid=25823/tid=25878] ppid=25820 vsize=14067516 CPUtime=8.68 cores=1,3,5,7
/proc/25823/task/25878/stat : 25878 (java) S 25820 25823 16548 0 -1 1077944384 15133 12333 0 0 744 117 5 2 20 0 15 0 47896736 14405136384 175077 18446744073709551615 4194304 4196468 140726701049632 140196107459056 140196763216514 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8105984 140726701058000 140726701060785 140726701060785 140726701064143 0
[pid=25823/tid=25879] ppid=25820 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/25823/task/25879/stat : 25879 (java) S 25820 25823 16548 0 -1 1077944384 56 12333 0 0 0 0 5 2 20 0 15 0 47896736 14405136384 175077 18446744073709551615 4194304 4196468 140726701049632 140196106405408 140196763215573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8105984 140726701058000 140726701060785 140726701060785 140726701064143 0
[pid=25823/tid=25880] ppid=25820 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/25823/task/25880/stat : 25880 (java) S 25820 25823 16548 0 -1 1077944384 43 12333 0 0 0 0 5 2 20 0 15 0 47896737 14405136384 175077 18446744073709551615 4194304 4196468 140726701049632 140196105352704 140196763215573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8105984 140726701058000 140726701060785 140726701060785 140726701064143 0
[pid=25823/tid=25881] ppid=25820 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/25823/task/25881/stat : 25881 (java) S 25820 25823 16548 0 -1 1077944384 3 12333 0 0 0 0 5 2 20 0 15 0 47896739 14405136384 175077 18446744073709551615 4194304 4196468 140726701049632 140196104301264 140196763223963 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8105984 140726701058000 140726701060785 140726701060785 140726701064143 0
[pid=25823/tid=25882] ppid=25820 vsize=14067516 CPUtime=18.71 cores=1,3,5,7
/proc/25823/task/25882/stat : 25882 (java) S 25820 25823 16548 0 -1 1077944384 19173 12333 0 0 1860 4 5 2 20 0 15 0 47896739 14405136384 175077 18446744073709551615 4194304 4196468 140726701049632 140196103247856 140196763216514 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8105984 140726701058000 140726701060785 140726701060785 140726701064143 0
[pid=25823/tid=25883] ppid=25820 vsize=14067516 CPUtime=17.36 cores=1,3,5,7
/proc/25823/task/25883/stat : 25883 (java) S 25820 25823 16548 0 -1 1077944384 13127 12333 0 0 1725 4 5 2 20 0 15 0 47896739 14405136384 175077 18446744073709551615 4194304 4196468 140726701049632 140196102195312 140196763216514 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8105984 140726701058000 140726701060785 140726701060785 140726701064143 0
[pid=25823/tid=25884] ppid=25820 vsize=14067516 CPUtime=5.7 cores=1,3,5,7
/proc/25823/task/25884/stat : 25884 (java) S 25820 25823 16548 0 -1 1077944384 17712 12333 0 0 557 6 5 2 20 0 15 0 47896739 14405136384 175077 18446744073709551615 4194304 4196468 140726701049632 140196101142768 140196763216514 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8105984 140726701058000 140726701060785 140726701060785 140726701064143 0
[pid=25823/tid=25885] ppid=25820 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/25823/task/25885/stat : 25885 (java) S 25820 25823 16548 0 -1 1077944384 3 12333 0 0 0 0 5 2 20 0 15 0 47896739 14405136384 175077 18446744073709551615 4194304 4196468 140726701049632 140196100090464 140196763215573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8105984 140726701058000 140726701060785 140726701060785 140726701064143 0
[pid=25823/tid=25886] ppid=25820 vsize=14067516 CPUtime=1.45 cores=1,3,5,7
/proc/25823/task/25886/stat : 25886 (java) S 25820 25823 16548 0 -1 1077944384 1246 12333 0 0 60 78 5 2 20 0 15 0 47896743 14405136384 175077 18446744073709551615 4194304 4196468 140726701049632 140196099038000 140196763216514 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8105984 140726701058000 140726701060785 140726701060785 140726701064143 0
Current children cumulated CPU time (s) 2406.24
Current children cumulated vsize (KiB) 14067516

[startup+2382.3 s]
/proc/loadavg: 1.55 1.40 1.42 3/210 26175
/proc/meminfo: memFree=29882248/32770624 swapFree=0/309840
[pid=25823] ppid=25820 vsize=14067516 CPUtime=2467.47 cores=1,3,5,7
/proc/25823/stat : 25823 (java) S 25820 25823 16548 0 -1 1077944320 501758 12333 0 0 246167 573 5 2 20 0 15 0 47896712 14405136384 181368 18446744073709551615 4194304 4196468 140726701049632 140726701032176 140196763205367 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 8105984 140726701058000 140726701060785 140726701060785 140726701064143 0
/proc/25823/statm: 3516879 181368 3479 1 0 3505493 0
[pid=25823/tid=25873] ppid=25820 vsize=14067516 CPUtime=2355.13 cores=1,3,5,7
/proc/25823/task/25873/stat : 25873 (java) R 25820 25823 16548 0 -1 4202560 315701 12333 0 0 235389 117 5 2 20 0 15 0 47896734 14405136384 181368 18446744073709551615 4194304 4196468 140726701049632 140196767437968 140196416678137 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 8105984 140726701058000 140726701060785 140726701060785 140726701064143 0
[pid=25823/tid=25874] ppid=25820 vsize=14067516 CPUtime=15.23 cores=1,3,5,7
/proc/25823/task/25874/stat : 25874 (java) S 25820 25823 16548 0 -1 1077944384 30373 12333 0 0 1438 78 5 2 20 0 15 0 47896735 14405136384 181368 18446744073709551615 4194304 4196468 140726701049632 140196726311184 140196763215573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8105984 140726701058000 140726701060785 140726701060785 140726701064143 0
[pid=25823/tid=25875] ppid=25820 vsize=14067516 CPUtime=15.14 cores=1,3,5,7
/proc/25823/task/25875/stat : 25875 (java) S 25820 25823 16548 0 -1 1077944384 31151 12333 0 0 1436 71 5 2 20 0 15 0 47896735 14405136384 181368 18446744073709551615 4194304 4196468 140726701049632 140196362664336 140196763215573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8105984 140726701058000 140726701060785 140726701060785 140726701064143 0
[pid=25823/tid=25876] ppid=25820 vsize=14067516 CPUtime=15.19 cores=1,3,5,7
/proc/25823/task/25876/stat : 25876 (java) S 25820 25823 16548 0 -1 1077944384 24922 12333 0 0 1439 73 5 2 20 0 15 0 47896735 14405136384 181368 18446744073709551615 4194304 4196468 140726701049632 140196361611792 140196763215573 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8105984 140726701058000 140726701060785 140726701060785 140726701064143 0
[pid=25823/tid=25877] ppid=25820 vsize=14067516 CPUtime=15.14 cores=1,3,5,7
/proc/25823/task/25877/stat : 25877 (java) S 25820 25823 16548 0 -1 1077944384 30641 12333 0 0 1429 78 5 2 20 0 15 0 47896735 14405136384 181368 18446744073709551615 4194304 4196468 140726701049632 140196360559248 140196763215573 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8105984 140726701058000 140726701060785 140726701060785 140726701064143 0
[pid=25823/tid=25878] ppid=25820 vsize=14067516 CPUtime=8.88 cores=1,3,5,7
/proc/25823/task/25878/stat : 25878 (java) S 25820 25823 16548 0 -1 1077944384 15420 12333 0 0 761 120 5 2 20 0 15 0 47896736 14405136384 181368 18446744073709551615 4194304 4196468 140726701049632 140196107459056 140196763216514 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8105984 140726701058000 140726701060785 140726701060785 140726701064143 0
[pid=25823/tid=25879] ppid=25820 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/25823/task/25879/stat : 25879 (java) S 25820 25823 16548 0 -1 1077944384 56 12333 0 0 0 0 5 2 20 0 15 0 47896736 14405136384 181368 18446744073709551615 4194304 4196468 140726701049632 140196106405408 140196763215573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8105984 140726701058000 140726701060785 140726701060785 140726701064143 0
[pid=25823/tid=25880] ppid=25820 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/25823/task/25880/stat : 25880 (java) S 25820 25823 16548 0 -1 1077944384 43 12333 0 0 0 0 5 2 20 0 15 0 47896737 14405136384 181368 18446744073709551615 4194304 4196468 140726701049632 140196105352704 140196763215573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8105984 140726701058000 140726701060785 140726701060785 140726701064143 0
[pid=25823/tid=25881] ppid=25820 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/25823/task/25881/stat : 25881 (java) S 25820 25823 16548 0 -1 1077944384 3 12333 0 0 0 0 5 2 20 0 15 0 47896739 14405136384 181368 18446744073709551615 4194304 4196468 140726701049632 140196104301264 140196763223963 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8105984 140726701058000 140726701060785 140726701060785 140726701064143 0
[pid=25823/tid=25882] ppid=25820 vsize=14067516 CPUtime=18.72 cores=1,3,5,7
/proc/25823/task/25882/stat : 25882 (java) S 25820 25823 16548 0 -1 1077944384 19175 12333 0 0 1861 4 5 2 20 0 15 0 47896739 14405136384 181368 18446744073709551615 4194304 4196468 140726701049632 140196103247856 140196763216514 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8105984 140726701058000 140726701060785 140726701060785 140726701064143 0
[pid=25823/tid=25883] ppid=25820 vsize=14067516 CPUtime=17.36 cores=1,3,5,7
/proc/25823/task/25883/stat : 25883 (java) S 25820 25823 16548 0 -1 1077944384 13129 12333 0 0 1725 4 5 2 20 0 15 0 47896739 14405136384 181368 18446744073709551615 4194304 4196468 140726701049632 140196102195312 140196763216514 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8105984 140726701058000 140726701060785 140726701060785 140726701064143 0
[pid=25823/tid=25884] ppid=25820 vsize=14067516 CPUtime=5.7 cores=1,3,5,7
/proc/25823/task/25884/stat : 25884 (java) S 25820 25823 16548 0 -1 1077944384 17714 12333 0 0 557 6 5 2 20 0 15 0 47896739 14405136384 181368 18446744073709551615 4194304 4196468 140726701049632 140196101142768 140196763216514 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8105984 140726701058000 140726701060785 140726701060785 140726701064143 0
[pid=25823/tid=25885] ppid=25820 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/25823/task/25885/stat : 25885 (java) S 25820 25823 16548 0 -1 1077944384 3 12333 0 0 0 0 5 2 20 0 15 0 47896739 14405136384 181368 18446744073709551615 4194304 4196468 140726701049632 140196100090464 140196763215573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8105984 140726701058000 140726701060785 140726701060785 140726701064143 0
[pid=25823/tid=25886] ppid=25820 vsize=14067516 CPUtime=1.48 cores=1,3,5,7
/proc/25823/task/25886/stat : 25886 (java) S 25820 25823 16548 0 -1 1077944384 1272 12333 0 0 61 80 5 2 20 0 15 0 47896743 14405136384 181368 18446744073709551615 4194304 4196468 140726701049632 140196099038000 140196763216514 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8105984 140726701058000 140726701060785 140726701060785 140726701064143 0
Current children cumulated CPU time (s) 2467.47
Current children cumulated vsize (KiB) 14067516



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2433.8 s]
/proc/loadavg: 1.46 1.39 1.41 3/210 26176
/proc/meminfo: memFree=29936004/32770624 swapFree=0/309820
[pid=25823] ppid=25820 vsize=14067516 CPUtime=2520.02 cores=1,3,5,7
/proc/25823/stat : 25823 (java) S 25820 25823 16548 0 -1 1077944320 506249 12333 0 0 251412 583 5 2 20 0 15 0 47896712 14405136384 168155 18446744073709551615 4194304 4196468 140726701049632 140726701032176 140196763205367 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 8105984 140726701058000 140726701060785 140726701060785 140726701064143 0
/proc/25823/statm: 3516879 168155 3479 1 0 3505493 0
[pid=25823/tid=25873] ppid=25820 vsize=14067516 CPUtime=2406.01 cores=1,3,5,7
/proc/25823/task/25873/stat : 25873 (java) R 25820 25823 16548 0 -1 4202560 317618 12333 0 0 240476 118 5 2 20 0 15 0 47896734 14405136384 168155 18446744073709551615 4194304 4196468 140726701049632 140196767438800 140196416042029 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 8105984 140726701058000 140726701060785 140726701060785 140726701064143 0
[pid=25823/tid=25874] ppid=25820 vsize=14067516 CPUtime=15.6 cores=1,3,5,7
/proc/25823/task/25874/stat : 25874 (java) S 25820 25823 16548 0 -1 1077944384 31226 12333 0 0 1473 80 5 2 20 0 15 0 47896735 14405136384 168155 18446744073709551615 4194304 4196468 140726701049632 140196726311184 140196763215573 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8105984 140726701058000 140726701060785 140726701060785 140726701064143 0
[pid=25823/tid=25875] ppid=25820 vsize=14067516 CPUtime=15.51 cores=1,3,5,7
/proc/25823/task/25875/stat : 25875 (java) S 25820 25823 16548 0 -1 1077944384 31802 12333 0 0 1472 72 5 2 20 0 15 0 47896735 14405136384 168155 18446744073709551615 4194304 4196468 140726701049632 140196362664336 140196763215573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8105984 140726701058000 140726701060785 140726701060785 140726701064143 0
[pid=25823/tid=25876] ppid=25820 vsize=14067516 CPUtime=15.56 cores=1,3,5,7
/proc/25823/task/25876/stat : 25876 (java) S 25820 25823 16548 0 -1 1077944384 25407 12333 0 0 1474 75 5 2 20 0 15 0 47896735 14405136384 168155 18446744073709551615 4194304 4196468 140726701049632 140196361611792 140196763215573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8105984 140726701058000 140726701060785 140726701060785 140726701064143 0
[pid=25823/tid=25877] ppid=25820 vsize=14067516 CPUtime=15.5 cores=1,3,5,7
/proc/25823/task/25877/stat : 25877 (java) S 25820 25823 16548 0 -1 1077944384 30963 12333 0 0 1464 79 5 2 20 0 15 0 47896735 14405136384 168155 18446744073709551615 4194304 4196468 140726701049632 140196360559248 140196763215573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8105984 140726701058000 140726701060785 140726701060785 140726701064143 0
[pid=25823/tid=25878] ppid=25820 vsize=14067516 CPUtime=9.06 cores=1,3,5,7
/proc/25823/task/25878/stat : 25878 (java) S 25820 25823 16548 0 -1 1077944384 15657 12333 0 0 776 123 5 2 20 0 15 0 47896736 14405136384 168155 18446744073709551615 4194304 4196468 140726701049632 140196107459056 140196763216514 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8105984 140726701058000 140726701060785 140726701060785 140726701064143 0
[pid=25823/tid=25879] ppid=25820 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/25823/task/25879/stat : 25879 (java) S 25820 25823 16548 0 -1 1077944384 56 12333 0 0 0 0 5 2 20 0 15 0 47896736 14405136384 168155 18446744073709551615 4194304 4196468 140726701049632 140196106405408 140196763215573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8105984 140726701058000 140726701060785 140726701060785 140726701064143 0
[pid=25823/tid=25880] ppid=25820 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/25823/task/25880/stat : 25880 (java) S 25820 25823 16548 0 -1 1077944384 43 12333 0 0 0 0 5 2 20 0 15 0 47896737 14405136384 168155 18446744073709551615 4194304 4196468 140726701049632 140196105352704 140196763215573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8105984 140726701058000 140726701060785 140726701060785 140726701064143 0
[pid=25823/tid=25881] ppid=25820 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/25823/task/25881/stat : 25881 (java) S 25820 25823 16548 0 -1 1077944384 3 12333 0 0 0 0 5 2 20 0 15 0 47896739 14405136384 168155 18446744073709551615 4194304 4196468 140726701049632 140196104301264 140196763223963 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8105984 140726701058000 140726701060785 140726701060785 140726701064143 0
[pid=25823/tid=25882] ppid=25820 vsize=14067516 CPUtime=18.72 cores=1,3,5,7
/proc/25823/task/25882/stat : 25882 (java) S 25820 25823 16548 0 -1 1077944384 19177 12333 0 0 1861 4 5 2 20 0 15 0 47896739 14405136384 168155 18446744073709551615 4194304 4196468 140726701049632 140196103247856 140196763216514 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8105984 140726701058000 140726701060785 140726701060785 140726701064143 0
[pid=25823/tid=25883] ppid=25820 vsize=14067516 CPUtime=17.36 cores=1,3,5,7
/proc/25823/task/25883/stat : 25883 (java) S 25820 25823 16548 0 -1 1077944384 13131 12333 0 0 1725 4 5 2 20 0 15 0 47896739 14405136384 168155 18446744073709551615 4194304 4196468 140726701049632 140196102195312 140196763216514 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8105984 140726701058000 140726701060785 140726701060785 140726701064143 0
[pid=25823/tid=25884] ppid=25820 vsize=14067516 CPUtime=5.7 cores=1,3,5,7
/proc/25823/task/25884/stat : 25884 (java) S 25820 25823 16548 0 -1 1077944384 17716 12333 0 0 557 6 5 2 20 0 15 0 47896739 14405136384 168155 18446744073709551615 4194304 4196468 140726701049632 140196101142768 140196763216514 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8105984 140726701058000 140726701060785 140726701060785 140726701064143 0
[pid=25823/tid=25885] ppid=25820 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/25823/task/25885/stat : 25885 (java) S 25820 25823 16548 0 -1 1077944384 3 12333 0 0 0 0 5 2 20 0 15 0 47896739 14405136384 168155 18446744073709551615 4194304 4196468 140726701049632 140196100090464 140196763215573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8105984 140726701058000 140726701060785 140726701060785 140726701064143 0
[pid=25823/tid=25886] ppid=25820 vsize=14067516 CPUtime=1.51 cores=1,3,5,7
/proc/25823/task/25886/stat : 25886 (java) S 25820 25823 16548 0 -1 1077944384 1292 12333 0 0 63 81 5 2 20 0 15 0 47896743 14405136384 168155 18446744073709551615 4194304 4196468 140726701049632 140196099038000 140196763216514 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8105984 140726701058000 140726701060785 140726701060785 140726701064143 0
Current children cumulated CPU time (s) 2520.02
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 25823 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2434 s]
/proc/loadavg: 1.46 1.39 1.41 3/210 26176
/proc/meminfo: memFree=29936004/32770624 swapFree=0/309820
[pid=25823] ppid=25820 vsize=14200644 CPUtime=2520.55 cores=1,3,5,7
/proc/25823/stat : 25823 (java) S 25820 25823 16548 0 -1 1077944320 512511 12333 0 0 251464 584 5 2 20 0 17 0 47896712 14541459456 170745 18446744073709551615 4194304 4196468 140726701049632 140726701032176 140196763205367 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 8105984 140726701058000 140726701060785 140726701060785 140726701064143 0
/proc/25823/statm: 3550161 170745 3479 1 0 3538775 0
[pid=25823/tid=25873] ppid=25820 vsize=14200644 CPUtime=2406.02 cores=1,3,5,7
/proc/25823/task/25873/stat : 25873 (java) R 25820 25823 16548 0 -1 4202560 317972 12333 0 0 240477 118 5 2 20 0 17 0 47896734 14541459456 170745 18446744073709551615 4194304 4196468 140726701049632 140196767442912 140196763227293 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 8105984 140726701058000 140726701060785 140726701060785 140726701064143 0
[pid=25823/tid=25874] ppid=25820 vsize=14200644 CPUtime=15.71 cores=1,3,5,7
/proc/25823/task/25874/stat : 25874 (java) S 25820 25823 16548 0 -1 1077944384 31238 12333 0 0 1483 81 5 2 20 0 17 0 47896735 14541459456 170745 18446744073709551615 4194304 4196468 140726701049632 140196726311184 140196763215573 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8105984 140726701058000 140726701060785 140726701060785 140726701064143 0
[pid=25823/tid=25875] ppid=25820 vsize=14200644 CPUtime=15.61 cores=1,3,5,7
/proc/25823/task/25875/stat : 25875 (java) S 25820 25823 16548 0 -1 1077944384 31812 12333 0 0 1482 72 5 2 20 0 17 0 47896735 14541459456 170745 18446744073709551615 4194304 4196468 140726701049632 140196362664336 140196763215573 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8105984 140726701058000 140726701060785 140726701060785 140726701064143 0
[pid=25823/tid=25876] ppid=25820 vsize=14200644 CPUtime=15.67 cores=1,3,5,7
/proc/25823/task/25876/stat : 25876 (java) S 25820 25823 16548 0 -1 1077944384 25429 12333 0 0 1484 76 5 2 20 0 17 0 47896735 14541459456 170745 18446744073709551615 4194304 4196468 140726701049632 140196361611792 140196763215573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8105984 140726701058000 140726701060785 140726701060785 140726701064143 0
[pid=25823/tid=25877] ppid=25820 vsize=14200644 CPUtime=15.61 cores=1,3,5,7
/proc/25823/task/25877/stat : 25877 (java) S 25820 25823 16548 0 -1 1077944384 31003 12333 0 0 1475 79 5 2 20 0 17 0 47896735 14541459456 170745 18446744073709551615 4194304 4196468 140726701049632 140196360559248 140196763215573 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8105984 140726701058000 140726701060785 140726701060785 140726701064143 0
[pid=25823/tid=25878] ppid=25820 vsize=14200644 CPUtime=9.14 cores=1,3,5,7
/proc/25823/task/25878/stat : 25878 (java) S 25820 25823 16548 0 -1 1077944384 21214 12333 0 0 783 124 5 2 20 0 17 0 47896736 14541459456 170745 18446744073709551615 4194304 4196468 140726701049632 140196107459056 140196763216514 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8105984 140726701058000 140726701060785 140726701060785 140726701064143 0
[pid=25823/tid=25879] ppid=25820 vsize=14200644 CPUtime=0.07 cores=1,3,5,7
/proc/25823/task/25879/stat : 25879 (java) S 25820 25823 16548 0 -1 1077944384 59 12333 0 0 0 0 5 2 20 0 17 0 47896736 14541459456 170745 18446744073709551615 4194304 4196468 140726701049632 140196106405408 140196763215573 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8105984 140726701058000 140726701060785 140726701060785 140726701064143 0
[pid=25823/tid=25880] ppid=25820 vsize=14200644 CPUtime=0.07 cores=1,3,5,7
/proc/25823/task/25880/stat : 25880 (java) S 25820 25823 16548 0 -1 1077944384 45 12333 0 0 0 0 5 2 20 0 17 0 47896737 14541459456 170745 18446744073709551615 4194304 4196468 140726701049632 140196105352704 140196763215573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8105984 140726701058000 140726701060785 140726701060785 140726701064143 0
[pid=25823/tid=25881] ppid=25820 vsize=14200644 CPUtime=0.07 cores=1,3,5,7
/proc/25823/task/25881/stat : 25881 (java) S 25820 25823 16548 0 -1 1077944384 101 12333 0 0 0 0 5 2 20 0 17 0 47896739 14541459456 170745 18446744073709551615 4194304 4196468 140726701049632 140196104301264 140196763223963 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8105984 140726701058000 140726701060785 140726701060785 140726701064143 0
[pid=25823/tid=25882] ppid=25820 vsize=14200644 CPUtime=18.72 cores=1,3,5,7
/proc/25823/task/25882/stat : 25882 (java) S 25820 25823 16548 0 -1 1077944384 19177 12333 0 0 1861 4 5 2 20 0 17 0 47896739 14541459456 170745 18446744073709551615 4194304 4196468 140726701049632 140196103247856 140196763216514 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8105984 140726701058000 140726701060785 140726701060785 140726701064143 0
[pid=25823/tid=25883] ppid=25820 vsize=14200644 CPUtime=17.36 cores=1,3,5,7
/proc/25823/task/25883/stat : 25883 (java) S 25820 25823 16548 0 -1 1077944384 13131 12333 0 0 1725 4 5 2 20 0 17 0 47896739 14541459456 170745 18446744073709551615 4194304 4196468 140726701049632 140196102195312 140196763216514 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8105984 140726701058000 140726701060785 140726701060785 140726701064143 0
[pid=25823/tid=25884] ppid=25820 vsize=14200644 CPUtime=5.7 cores=1,3,5,7
/proc/25823/task/25884/stat : 25884 (java) R 25820 25823 16548 0 -1 4202560 17765 12333 0 0 557 6 5 2 20 0 17 0 47896739 14541459456 170745 18446744073709551615 4194304 4196468 140726701049632 140196101142768 140196741754260 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8105984 140726701058000 140726701060785 140726701060785 140726701064143 0
[pid=25823/tid=25885] ppid=25820 vsize=14200644 CPUtime=0.07 cores=1,3,5,7
/proc/25823/task/25885/stat : 25885 (java) S 25820 25823 16548 0 -1 1077944384 3 12333 0 0 0 0 5 2 20 0 17 0 47896739 14541459456 170745 18446744073709551615 4194304 4196468 140726701049632 140196100090464 140196763215573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8105984 140726701058000 140726701060785 140726701060785 140726701064143 0
[pid=25823/tid=25886] ppid=25820 vsize=14200644 CPUtime=1.51 cores=1,3,5,7
/proc/25823/task/25886/stat : 25886 (java) S 25820 25823 16548 0 -1 1077944384 1292 12333 0 0 63 81 5 2 20 0 17 0 47896743 14541459456 170745 18446744073709551615 4194304 4196468 140726701049632 140196099038000 140196763216514 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8105984 140726701058000 140726701060785 140726701060785 140726701064143 0
Current children cumulated CPU time (s) 2520.55
Current children cumulated vsize (KiB) 14200644

Child status: 143
Real time (s): 2434.02
CPU time (s): 2520.59
CPU user time (s): 2514.72
CPU system time (s): 5.87857
CPU usage (%): 103.557
Max. virtual memory (cumulated for all children) (KiB): 14200644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2514.72
system time used= 5.87857
maximum resident set size= 1191152
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 524996
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3248
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 248147
involuntary context switches= 9888

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.8116 second user time and 14.0734 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-11 14:56:11
IDJOB=4262417
IDBENCH=133233
IDSOLVER=2650
FILE ID=node126/4262417-1502457012
RUNJOBID= node126-1502411413-16612
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/MagicSquare/MagicSquare-sum-s1/MagicSquare-22-sum.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262417-1502457012/watcher-4262417-1502457012 -o /tmp/evaluation-result-4262417-1502457012/solver-4262417-1502457012 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502411413-16612 --watchdog 2580  bin/concrete HOME/instance-4262417-1502457012.xml

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

MD5SUM BENCH= 9d2f02dd2333c70ec17cc1afaa6594ca
RANDOM SEED=2050646833

node126.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30904128 kB
MemAvailable:   31519644 kB
Buffers:          282736 kB
Cached:           606004 kB
SwapCached:          524 kB
Active:          1026084 kB
Inactive:         380540 kB
Active(anon):     472068 kB
Inactive(anon):    71324 kB
Active(file):     554016 kB
Inactive(file):   309216 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:             24472 kB
Writeback:             0 kB
AnonPages:        517484 kB
Mapped:            54260 kB
Shmem:             25248 kB
Slab:             162408 kB
SReclaimable:     136240 kB
SUnreclaim:        26168 kB
KernelStack:        3392 kB
PageTables:         7252 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1379400 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    290816 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 61984 MiB
End job on node126 at 2017-08-11 15:36:46