Trace number 4262376

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.5701 2497.8101

General information on the benchmark

NameLatinSquare/LatinSquare-m1-gp/
qwh-o30-h375-04.xml
MD5SUM64333456646456b433c0ccf5da59df06
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 benchmark20.1682
Satisfiable
(Un)Satisfiability was proved
Number of variables900
Number of constraints2
Number of domains1
Minimum domain size30
Maximum domain size30
Distribution of domain sizes[{"size":30,"count":900}]
Minimum variable degree1
Maximum variable degree2
Distribution of variable degrees[{"degree":1,"count":375},{"degree":2,"count":525}]
Minimum constraint arity525
Maximum constraint arity900
Distribution of constraint arities[{"arity":525,"count":1},{"arity":900,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":1},{"type":"instantiation","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

pid=21347
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: 2.87 3.09 2.75 3/199 21350
/proc/meminfo: memFree=26833932/32770624 swapFree=0/577144
[pid=21350] ppid=21347 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/21350/stat : 21350 (runsolver) D 21347 21350 1460 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 95369330 24240128 107 18446744073709551615 4194304 4338465 140723337688144 140723337685784 139820709704407 0 0 1 24578 18446744071580418449 0 0 17 5 0 0 0 0 0 6438912 6441760 19574784 140723337695441 140723337695817 140723337695817 140723337699274 0
/proc/21350/statm: 5918 107 54 36 0 2156 0

[startup+0.100135 s]
/proc/loadavg: 2.87 3.09 2.75 3/199 21350
/proc/meminfo: memFree=26833932/32770624 swapFree=0/577144
[pid=21350] ppid=21347 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/21350/stat : 21350 (bash) S 21347 21350 1460 0 -1 4202496 891 6494 0 0 0 0 0 1 20 0 1 0 95369330 9867264 373 18446744073709551615 4194304 5098028 140723309779648 140723309773656 140674165038080 0 0 5 65536 18446744071580971376 0 0 17 1 0 0 4 0 0 7196144 7232144 39645184 140723309785620 140723309785705 140723309785705 140723309789162 0
/proc/21350/statm: 2409 373 292 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.200313 s]
/proc/loadavg: 2.87 3.09 2.75 3/199 21350
/proc/meminfo: memFree=26833932/32770624 swapFree=0/577144
[pid=21350] ppid=21347 vsize=13574488 CPUtime=0.1 cores=1,3,5,7
/proc/21350/stat : 21350 (java) S 21347 21350 1460 0 -1 1077944320 5033 12776 0 0 3 0 5 2 20 0 9 0 95369330 13900275712 4814 18446744073709551615 4194304 4196468 140733892572528 140733892555072 140378838761207 0 0 1 16784584 18446744073709551615 0 0 17 3 0 0 4 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0
/proc/21350/statm: 3393622 4814 2100 1 0 3383119 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13574488

[startup+0.300206 s]
/proc/loadavg: 2.87 3.09 2.75 3/199 21350
/proc/meminfo: memFree=26833932/32770624 swapFree=0/577144
[pid=21350] ppid=21347 vsize=13974356 CPUtime=0.23 cores=1,3,5,7
/proc/21350/stat : 21350 (java) S 21347 21350 1460 0 -1 1077944320 7089 12776 0 0 15 1 5 2 20 0 15 0 95369330 14309740544 8299 18446744073709551615 4194304 4196468 140733892572528 140733892555072 140378838761207 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 4 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0
/proc/21350/statm: 3493589 8299 2937 1 0 3482965 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 13974356

[startup+0.700242 s]
/proc/loadavg: 2.87 3.09 2.75 3/199 21350
/proc/meminfo: memFree=26833932/32770624 swapFree=0/577144
[pid=21350] ppid=21347 vsize=13974784 CPUtime=0.75 cores=1,3,5,7
/proc/21350/stat : 21350 (java) S 21347 21350 1460 0 -1 1077944320 14078 12776 0 0 65 3 5 2 20 0 15 0 95369330 14310178816 14997 18446744073709551615 4194304 4196468 140733892572528 140733892555072 140378838761207 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 4 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0
/proc/21350/statm: 3493696 14997 3097 1 0 3482965 0
Current children cumulated CPU time (s) 0.75
Current children cumulated vsize (KiB) 13974784

[startup+1.50063 s]
/proc/loadavg: 2.87 3.09 2.75 3/214 21413
/proc/meminfo: memFree=26731584/32770624 swapFree=0/577468
[pid=21350] ppid=21347 vsize=13985408 CPUtime=2.02 cores=1,3,5,7
/proc/21350/stat : 21350 (java) S 21347 21350 1460 0 -1 1077944320 30486 12776 0 0 186 9 5 2 20 0 15 0 95369330 14321057792 42810 18446744073709551615 4194304 4196468 140733892572528 140733892555072 140378838761207 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 4 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0
/proc/21350/statm: 3496352 42810 3375 1 0 3485525 0
[pid=21350/tid=21400] ppid=21347 vsize=13985408 CPUtime=1.34 cores=1,3,5,7
/proc/21350/task/21400/stat : 21400 (java) R 21347 21350 1460 0 -1 4202560 22800 12776 0 0 121 6 5 2 20 0 15 0 95369346 14321057792 42810 18446744073709551615 4194304 4196468 140733892572528 140378842990544 140378820167496 0 4 1 16800974 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0
[pid=21350/tid=21401] ppid=21347 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/21350/task/21401/stat : 21401 (java) S 21347 21350 1460 0 -1 1077944384 51 12776 0 0 0 0 5 2 20 0 15 0 95369347 14321057792 42810 18446744073709551615 4194304 4196468 140733892572528 140378795727248 140378838771413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0
[pid=21350/tid=21402] ppid=21347 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/21350/task/21402/stat : 21402 (java) S 21347 21350 1460 0 -1 1077944384 59 12776 0 0 1 0 5 2 20 0 15 0 95369347 14321057792 42810 18446744073709551615 4194304 4196468 140733892572528 140378794674448 140378838771413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0
[pid=21350/tid=21403] ppid=21347 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/21350/task/21403/stat : 21403 (java) S 21347 21350 1460 0 -1 1077944384 197 12776 0 0 1 0 5 2 20 0 15 0 95369347 14321057792 42810 18446744073709551615 4194304 4196468 140733892572528 140378793622160 140378838771413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0
[pid=21350/tid=21404] ppid=21347 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/21350/task/21404/stat : 21404 (java) S 21347 21350 1460 0 -1 1077944384 61 12776 0 0 1 0 5 2 20 0 15 0 95369347 14321057792 42810 18446744073709551615 4194304 4196468 140733892572528 140378792569360 140378838771413 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0
[pid=21350/tid=21405] ppid=21347 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/21350/task/21405/stat : 21405 (java) S 21347 21350 1460 0 -1 1077944384 1698 12776 0 0 1 0 5 2 20 0 15 0 95369348 14321057792 42810 18446744073709551615 4194304 4196468 140733892572528 140378316446320 140378838772354 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0
[pid=21350/tid=21406] ppid=21347 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/21350/task/21406/stat : 21406 (java) S 21347 21350 1460 0 -1 1077944384 54 12776 0 0 0 0 5 2 20 0 15 0 95369349 14321057792 42810 18446744073709551615 4194304 4196468 140733892572528 140378315392352 140378838771413 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0
[pid=21350/tid=21407] ppid=21347 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/21350/task/21407/stat : 21407 (java) S 21347 21350 1460 0 -1 1077944384 44 12776 0 0 0 0 5 2 20 0 15 0 95369349 14321057792 42810 18446744073709551615 4194304 4196468 140733892572528 140378314339968 140378838771413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0
[pid=21350/tid=21408] ppid=21347 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/21350/task/21408/stat : 21408 (java) S 21347 21350 1460 0 -1 1077944384 3 12776 0 0 0 0 5 2 20 0 15 0 95369352 14321057792 42810 18446744073709551615 4194304 4196468 140733892572528 140378313288272 140378838779803 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0
[pid=21350/tid=21409] ppid=21347 vsize=13985408 CPUtime=0.27 cores=1,3,5,7
/proc/21350/task/21409/stat : 21409 (java) S 21347 21350 1460 0 -1 1077944384 1206 12776 0 0 20 0 5 2 20 0 15 0 95369352 14321057792 42810 18446744073709551615 4194304 4196468 140733892572528 140378312235120 140378838772354 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0
[pid=21350/tid=21410] ppid=21347 vsize=13985408 CPUtime=0.2 cores=1,3,5,7
/proc/21350/task/21410/stat : 21410 (java) S 21347 21350 1460 0 -1 1077944384 700 12776 0 0 13 0 5 2 20 0 15 0 95369352 14321057792 42810 18446744073709551615 4194304 4196468 140733892572528 140378311182320 140378838772354 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0
[pid=21350/tid=21411] ppid=21347 vsize=13985408 CPUtime=0.32 cores=1,3,5,7
/proc/21350/task/21411/stat : 21411 (java) S 21347 21350 1460 0 -1 1077944384 1452 12776 0 0 25 0 5 2 20 0 15 0 95369352 14321057792 42810 18446744073709551615 4194304 4196468 140733892572528 140378310130032 140378838772354 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0
[pid=21350/tid=21412] ppid=21347 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/21350/task/21412/stat : 21412 (java) S 21347 21350 1460 0 -1 1077944384 3 12776 0 0 0 0 5 2 20 0 15 0 95369352 14321057792 42810 18446744073709551615 4194304 4196468 140733892572528 140378309077472 140378838771413 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0
[pid=21350/tid=21413] ppid=21347 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/21350/task/21413/stat : 21413 (java) S 21347 21350 1460 0 -1 1077944384 8 12776 0 0 0 0 5 2 20 0 15 0 95369355 14321057792 42810 18446744073709551615 4194304 4196468 140733892572528 140378308025264 140378838772354 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0
Current children cumulated CPU time (s) 2.02
Current children cumulated vsize (KiB) 13985408

[startup+3.10276 s]
/proc/loadavg: 2.87 3.09 2.75 4/214 21413
/proc/meminfo: memFree=26658748/32770624 swapFree=0/577468
[pid=21350] ppid=21347 vsize=13997884 CPUtime=6.4 cores=1,3,5,7
/proc/21350/stat : 21350 (java) S 21347 21350 1460 0 -1 1077944320 45861 12776 0 0 617 16 5 2 20 0 15 0 95369330 14333833216 55858 18446744073709551615 4194304 4196468 140733892572528 140733892555072 140378838761207 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 4 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0
/proc/21350/statm: 3499471 55858 3444 1 0 3488085 0
[pid=21350/tid=21400] ppid=21347 vsize=13997884 CPUtime=2.92 cores=1,3,5,7
/proc/21350/task/21400/stat : 21400 (java) R 21347 21350 1460 0 -1 1077944384 29440 12776 0 0 277 8 5 2 20 0 15 0 95369346 14333833216 55858 18446744073709551615 4194304 4196468 140733892572528 140378842993696 140378838771413 0 4 1 16800974 0 0 0 -1 7 0 0 2 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0
[pid=21350/tid=21401] ppid=21347 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/21350/task/21401/stat : 21401 (java) S 21347 21350 1460 0 -1 1077944384 51 12776 0 0 0 0 5 2 20 0 15 0 95369347 14333833216 55858 18446744073709551615 4194304 4196468 140733892572528 140378795727248 140378838771413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0
[pid=21350/tid=21402] ppid=21347 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/21350/task/21402/stat : 21402 (java) S 21347 21350 1460 0 -1 1077944384 59 12776 0 0 1 0 5 2 20 0 15 0 95369347 14333833216 55858 18446744073709551615 4194304 4196468 140733892572528 140378794674448 140378838771413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0
[pid=21350/tid=21403] ppid=21347 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/21350/task/21403/stat : 21403 (java) S 21347 21350 1460 0 -1 1077944384 197 12776 0 0 1 0 5 2 20 0 15 0 95369347 14333833216 55858 18446744073709551615 4194304 4196468 140733892572528 140378793622160 140378838771413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0
[pid=21350/tid=21404] ppid=21347 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/21350/task/21404/stat : 21404 (java) S 21347 21350 1460 0 -1 1077944384 61 12776 0 0 1 0 5 2 20 0 15 0 95369347 14333833216 55858 18446744073709551615 4194304 4196468 140733892572528 140378792569360 140378838771413 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0
[pid=21350/tid=21405] ppid=21347 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/21350/task/21405/stat : 21405 (java) S 21347 21350 1460 0 -1 1077944384 1713 12776 0 0 1 0 5 2 20 0 15 0 95369348 14333833216 55858 18446744073709551615 4194304 4196468 140733892572528 140378316446320 140378838772354 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0
[pid=21350/tid=21406] ppid=21347 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/21350/task/21406/stat : 21406 (java) S 21347 21350 1460 0 -1 1077944384 54 12776 0 0 0 0 5 2 20 0 15 0 95369349 14333833216 55858 18446744073709551615 4194304 4196468 140733892572528 140378315392352 140378838771413 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0
[pid=21350/tid=21407] ppid=21347 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/21350/task/21407/stat : 21407 (java) S 21347 21350 1460 0 -1 1077944384 44 12776 0 0 0 0 5 2 20 0 15 0 95369349 14333833216 55858 18446744073709551615 4194304 4196468 140733892572528 140378314339968 140378838771413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0
[pid=21350/tid=21408] ppid=21347 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/21350/task/21408/stat : 21408 (java) S 21347 21350 1460 0 -1 1077944384 3 12776 0 0 0 0 5 2 20 0 15 0 95369352 14333833216 55858 18446744073709551615 4194304 4196468 140733892572528 140378313288272 140378838779803 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0
[pid=21350/tid=21409] ppid=21347 vsize=13997884 CPUtime=1.12 cores=1,3,5,7
/proc/21350/task/21409/stat : 21409 (java) R 21347 21350 1460 0 -1 4202560 3169 12776 0 0 103 2 5 2 20 0 15 0 95369352 14333833216 55858 18446744073709551615 4194304 4196468 140733892572528 140378312221072 140378818116107 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0
[pid=21350/tid=21410] ppid=21347 vsize=13997884 CPUtime=1.23 cores=1,3,5,7
/proc/21350/task/21410/stat : 21410 (java) R 21347 21350 1460 0 -1 4202560 3876 12776 0 0 115 1 5 2 20 0 15 0 95369352 14333833216 55858 18446744073709551615 4194304 4196468 140733892572528 140378311168752 140378823657158 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0
[pid=21350/tid=21411] ppid=21347 vsize=13997884 CPUtime=1.2 cores=1,3,5,7
/proc/21350/task/21411/stat : 21411 (java) S 21347 21350 1460 0 -1 1077944384 5030 12776 0 0 112 1 5 2 20 0 15 0 95369352 14333833216 55858 18446744073709551615 4194304 4196468 140733892572528 140378310130032 140378838772354 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0
[pid=21350/tid=21412] ppid=21347 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/21350/task/21412/stat : 21412 (java) S 21347 21350 1460 0 -1 1077944384 3 12776 0 0 0 0 5 2 20 0 15 0 95369352 14333833216 55858 18446744073709551615 4194304 4196468 140733892572528 140378309077472 140378838771413 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0
[pid=21350/tid=21413] ppid=21347 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/21350/task/21413/stat : 21413 (java) S 21347 21350 1460 0 -1 1077944384 11 12776 0 0 0 0 5 2 20 0 15 0 95369355 14333833216 55858 18446744073709551615 4194304 4196468 140733892572528 140378308025264 140378838772354 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0
Current children cumulated CPU time (s) 6.4
Current children cumulated vsize (KiB) 13997884

[startup+6.30068 s]
/proc/loadavg: 3.12 3.14 2.77 3/214 21413
/proc/meminfo: memFree=26493600/32770624 swapFree=0/577468
[pid=21350] ppid=21347 vsize=14001980 CPUtime=13.73 cores=1,3,5,7
/proc/21350/stat : 21350 (java) S 21347 21350 1460 0 -1 1077944320 78509 12776 0 0 1342 24 5 2 20 0 15 0 95369330 14338027520 93318 18446744073709551615 4194304 4196468 140733892572528 140733892555072 140378838761207 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 4 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0
/proc/21350/statm: 3500495 93318 3470 1 0 3489109 0
[pid=21350/tid=21400] ppid=21347 vsize=14001980 CPUtime=6.02 cores=1,3,5,7
/proc/21350/task/21400/stat : 21400 (java) R 21347 21350 1460 0 -1 4202560 42133 12776 0 0 584 11 5 2 20 0 15 0 95369346 14338027520 93318 18446744073709551615 4194304 4196468 140733892572528 140378842995472 140378488274641 0 4 1 16800974 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0
[pid=21350/tid=21401] ppid=21347 vsize=14001980 CPUtime=0.12 cores=1,3,5,7
/proc/21350/task/21401/stat : 21401 (java) S 21347 21350 1460 0 -1 1077944384 394 12776 0 0 4 1 5 2 20 0 15 0 95369347 14338027520 93318 18446744073709551615 4194304 4196468 140733892572528 140378795727248 140378838771413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0
[pid=21350/tid=21402] ppid=21347 vsize=14001980 CPUtime=0.11 cores=1,3,5,7
/proc/21350/task/21402/stat : 21402 (java) S 21347 21350 1460 0 -1 1077944384 543 12776 0 0 4 0 5 2 20 0 15 0 95369347 14338027520 93318 18446744073709551615 4194304 4196468 140733892572528 140378794674448 140378838771413 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0
[pid=21350/tid=21403] ppid=21347 vsize=14001980 CPUtime=0.1 cores=1,3,5,7
/proc/21350/task/21403/stat : 21403 (java) S 21347 21350 1460 0 -1 1077944384 227 12776 0 0 3 0 5 2 20 0 15 0 95369347 14338027520 93318 18446744073709551615 4194304 4196468 140733892572528 140378793622160 140378838771413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0
[pid=21350/tid=21404] ppid=21347 vsize=14001980 CPUtime=0.09 cores=1,3,5,7
/proc/21350/task/21404/stat : 21404 (java) S 21347 21350 1460 0 -1 1077944384 115 12776 0 0 2 0 5 2 20 0 15 0 95369347 14338027520 93318 18446744073709551615 4194304 4196468 140733892572528 140378792569360 140378838771413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0
[pid=21350/tid=21405] ppid=21347 vsize=14001980 CPUtime=0.1 cores=1,3,5,7
/proc/21350/task/21405/stat : 21405 (java) S 21347 21350 1460 0 -1 1077944384 3273 12776 0 0 3 0 5 2 20 0 15 0 95369348 14338027520 93318 18446744073709551615 4194304 4196468 140733892572528 140378316446320 140378838772354 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0
[pid=21350/tid=21406] ppid=21347 vsize=14001980 CPUtime=0.07 cores=1,3,5,7
/proc/21350/task/21406/stat : 21406 (java) S 21347 21350 1460 0 -1 1077944384 54 12776 0 0 0 0 5 2 20 0 15 0 95369349 14338027520 93318 18446744073709551615 4194304 4196468 140733892572528 140378315392352 140378838771413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0
[pid=21350/tid=21407] ppid=21347 vsize=14001980 CPUtime=0.07 cores=1,3,5,7
/proc/21350/task/21407/stat : 21407 (java) S 21347 21350 1460 0 -1 1077944384 44 12776 0 0 0 0 5 2 20 0 15 0 95369349 14338027520 93318 18446744073709551615 4194304 4196468 140733892572528 140378314339968 140378838771413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0
[pid=21350/tid=21408] ppid=21347 vsize=14001980 CPUtime=0.07 cores=1,3,5,7
/proc/21350/task/21408/stat : 21408 (java) S 21347 21350 1460 0 -1 1077944384 3 12776 0 0 0 0 5 2 20 0 15 0 95369352 14338027520 93318 18446744073709551615 4194304 4196468 140733892572528 140378313288272 140378838779803 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0
[pid=21350/tid=21409] ppid=21347 vsize=14001980 CPUtime=2.92 cores=1,3,5,7
/proc/21350/task/21409/stat : 21409 (java) S 21347 21350 1460 0 -1 1077944384 11331 12776 0 0 282 3 5 2 20 0 15 0 95369352 14338027520 93318 18446744073709551615 4194304 4196468 140733892572528 140378312235120 140378838772354 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0
[pid=21350/tid=21410] ppid=21347 vsize=14001980 CPUtime=3.06 cores=1,3,5,7
/proc/21350/task/21410/stat : 21410 (java) S 21347 21350 1460 0 -1 1077944384 11439 12776 0 0 297 2 5 2 20 0 15 0 95369352 14338027520 93318 18446744073709551615 4194304 4196468 140733892572528 140378311182320 140378838772354 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0
[pid=21350/tid=21411] ppid=21347 vsize=14001980 CPUtime=1.66 cores=1,3,5,7
/proc/21350/task/21411/stat : 21411 (java) S 21347 21350 1460 0 -1 1077944384 6763 12776 0 0 157 2 5 2 20 0 15 0 95369352 14338027520 93318 18446744073709551615 4194304 4196468 140733892572528 140378310130032 140378838772354 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0
[pid=21350/tid=21412] ppid=21347 vsize=14001980 CPUtime=0.07 cores=1,3,5,7
/proc/21350/task/21412/stat : 21412 (java) S 21347 21350 1460 0 -1 1077944384 3 12776 0 0 0 0 5 2 20 0 15 0 95369352 14338027520 93318 18446744073709551615 4194304 4196468 140733892572528 140378309077472 140378838771413 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0
[pid=21350/tid=21413] ppid=21347 vsize=14001980 CPUtime=0.07 cores=1,3,5,7
/proc/21350/task/21413/stat : 21413 (java) S 21347 21350 1460 0 -1 1077944384 37 12776 0 0 0 0 5 2 20 0 15 0 95369355 14338027520 93318 18446744073709551615 4194304 4196468 140733892572528 140378308025264 140378838772354 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0
Current children cumulated CPU time (s) 13.73
Current children cumulated vsize (KiB) 14001980

[startup+12.7007 s]
/proc/loadavg: 3.03 3.12 2.76 3/214 21413
/proc/meminfo: memFree=26381892/32770624 swapFree=0/577468
[pid=21350] ppid=21347 vsize=14001980 CPUtime=20.43 cores=1,3,5,7
/proc/21350/stat : 21350 (java) S 21347 21350 1460 0 -1 1077944320 84517 12776 0 0 2008 28 5 2 20 0 15 0 95369330 14338027520 115965 18446744073709551615 4194304 4196468 140733892572528 140733892555072 140378838761207 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 4 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0
/proc/21350/statm: 3500495 115965 3470 1 0 3489109 0
[pid=21350/tid=21400] ppid=21347 vsize=14001980 CPUtime=12.42 cores=1,3,5,7
/proc/21350/task/21400/stat : 21400 (java) R 21347 21350 1460 0 -1 4202560 42674 12776 0 0 1222 13 5 2 20 0 15 0 95369346 14338027520 115965 18446744073709551615 4194304 4196468 140733892572528 140378842992744 140378488274457 0 4 1 16800974 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0
[pid=21350/tid=21401] ppid=21347 vsize=14001980 CPUtime=0.13 cores=1,3,5,7
/proc/21350/task/21401/stat : 21401 (java) S 21347 21350 1460 0 -1 1077944384 400 12776 0 0 5 1 5 2 20 0 15 0 95369347 14338027520 115965 18446744073709551615 4194304 4196468 140733892572528 140378795727248 140378838771413 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0
[pid=21350/tid=21402] ppid=21347 vsize=14001980 CPUtime=0.12 cores=1,3,5,7
/proc/21350/task/21402/stat : 21402 (java) S 21347 21350 1460 0 -1 1077944384 549 12776 0 0 5 0 5 2 20 0 15 0 95369347 14338027520 115965 18446744073709551615 4194304 4196468 140733892572528 140378794674448 140378838771413 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0
[pid=21350/tid=21403] ppid=21347 vsize=14001980 CPUtime=0.1 cores=1,3,5,7
/proc/21350/task/21403/stat : 21403 (java) S 21347 21350 1460 0 -1 1077944384 232 12776 0 0 3 0 5 2 20 0 15 0 95369347 14338027520 115965 18446744073709551615 4194304 4196468 140733892572528 140378793622160 140378838771413 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0
[pid=21350/tid=21404] ppid=21347 vsize=14001980 CPUtime=0.1 cores=1,3,5,7
/proc/21350/task/21404/stat : 21404 (java) S 21347 21350 1460 0 -1 1077944384 122 12776 0 0 3 0 5 2 20 0 15 0 95369347 14338027520 115965 18446744073709551615 4194304 4196468 140733892572528 140378792569360 140378838771413 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0
[pid=21350/tid=21405] ppid=21347 vsize=14001980 CPUtime=0.12 cores=1,3,5,7
/proc/21350/task/21405/stat : 21405 (java) S 21347 21350 1460 0 -1 1077944384 3313 12776 0 0 4 1 5 2 20 0 15 0 95369348 14338027520 115965 18446744073709551615 4194304 4196468 140733892572528 140378316446320 140378838772354 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0
[pid=21350/tid=21406] ppid=21347 vsize=14001980 CPUtime=0.07 cores=1,3,5,7
/proc/21350/task/21406/stat : 21406 (java) S 21347 21350 1460 0 -1 1077944384 54 12776 0 0 0 0 5 2 20 0 15 0 95369349 14338027520 115965 18446744073709551615 4194304 4196468 140733892572528 140378315392352 140378838771413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0
[pid=21350/tid=21407] ppid=21347 vsize=14001980 CPUtime=0.07 cores=1,3,5,7
/proc/21350/task/21407/stat : 21407 (java) S 21347 21350 1460 0 -1 1077944384 44 12776 0 0 0 0 5 2 20 0 15 0 95369349 14338027520 115965 18446744073709551615 4194304 4196468 140733892572528 140378314339968 140378838771413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0
[pid=21350/tid=21408] ppid=21347 vsize=14001980 CPUtime=0.07 cores=1,3,5,7
/proc/21350/task/21408/stat : 21408 (java) S 21347 21350 1460 0 -1 1077944384 3 12776 0 0 0 0 5 2 20 0 15 0 95369352 14338027520 115965 18446744073709551615 4194304 4196468 140733892572528 140378313288272 140378838779803 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0

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

/proc/21350/task/21411/stat : 21411 (java) S 21347 21350 1460 0 -1 1077944384 15398 12776 0 0 162 3 5 2 20 0 15 0 95369352 14338027520 138560 18446744073709551615 4194304 4196468 140733892572528 140378310130032 140378838772354 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0
[pid=21350/tid=21412] ppid=21347 vsize=14001980 CPUtime=0.07 cores=1,3,5,7
/proc/21350/task/21412/stat : 21412 (java) S 21347 21350 1460 0 -1 1077944384 3 12776 0 0 0 0 5 2 20 0 15 0 95369352 14338027520 138560 18446744073709551615 4194304 4196468 140733892572528 140378309077472 140378838771413 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0
[pid=21350/tid=21413] ppid=21347 vsize=14001980 CPUtime=1.26 cores=1,3,5,7
/proc/21350/task/21413/stat : 21413 (java) S 21347 21350 1460 0 -1 1077944384 879 12776 0 0 62 57 5 2 20 0 15 0 95369355 14338027520 138560 18446744073709551615 4194304 4196468 140733892572528 140378308025264 140378838772354 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0
Current children cumulated CPU time (s) 2343.73
Current children cumulated vsize (KiB) 14001980

[startup+2382.3 s]
/proc/loadavg: 1.29 1.32 1.43 3/214 21714
/proc/meminfo: memFree=29152544/32770624 swapFree=0/577968
[pid=21350] ppid=21347 vsize=14001980 CPUtime=2404.09 cores=1,3,5,7
/proc/21350/stat : 21350 (java) S 21347 21350 1460 0 -1 1077944320 174351 12776 0 0 240200 202 5 2 20 0 15 0 95369330 14338027520 138560 18446744073709551615 4194304 4196468 140733892572528 140733892555072 140378838761207 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 4 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0
/proc/21350/statm: 3500495 138560 3470 1 0 3489109 0
[pid=21350/tid=21400] ppid=21347 vsize=14001980 CPUtime=2369.08 cores=1,3,5,7
/proc/21350/task/21400/stat : 21400 (java) R 21347 21350 1460 0 -1 4202560 69424 12776 0 0 236873 28 5 2 20 0 15 0 95369346 14338027520 138560 18446744073709551615 4194304 4196468 140733892572528 140378842995904 140378488903292 0 4 1 16800974 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0
[pid=21350/tid=21401] ppid=21347 vsize=14001980 CPUtime=5.16 cores=1,3,5,7
/proc/21350/task/21401/stat : 21401 (java) S 21347 21350 1460 0 -1 1077944384 12227 12776 0 0 477 32 5 2 20 0 15 0 95369347 14338027520 138560 18446744073709551615 4194304 4196468 140733892572528 140378795727248 140378838771413 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0
[pid=21350/tid=21402] ppid=21347 vsize=14001980 CPUtime=5.18 cores=1,3,5,7
/proc/21350/task/21402/stat : 21402 (java) S 21347 21350 1460 0 -1 1077944384 12360 12776 0 0 481 30 5 2 20 0 15 0 95369347 14338027520 138560 18446744073709551615 4194304 4196468 140733892572528 140378794674448 140378838771413 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0
[pid=21350/tid=21403] ppid=21347 vsize=14001980 CPUtime=5.15 cores=1,3,5,7
/proc/21350/task/21403/stat : 21403 (java) S 21347 21350 1460 0 -1 1077944384 6588 12776 0 0 482 26 5 2 20 0 15 0 95369347 14338027520 138560 18446744073709551615 4194304 4196468 140733892572528 140378793622160 140378838771413 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0
[pid=21350/tid=21404] ppid=21347 vsize=14001980 CPUtime=5.15 cores=1,3,5,7
/proc/21350/task/21404/stat : 21404 (java) S 21347 21350 1460 0 -1 1077944384 11468 12776 0 0 482 26 5 2 20 0 15 0 95369347 14338027520 138560 18446744073709551615 4194304 4196468 140733892572528 140378792569360 140378838771413 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0
[pid=21350/tid=21405] ppid=21347 vsize=14001980 CPUtime=5.53 cores=1,3,5,7
/proc/21350/task/21405/stat : 21405 (java) S 21347 21350 1460 0 -1 1077944384 12110 12776 0 0 517 29 5 2 20 0 15 0 95369348 14338027520 138560 18446744073709551615 4194304 4196468 140733892572528 140378316446320 140378838772354 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0
[pid=21350/tid=21406] ppid=21347 vsize=14001980 CPUtime=0.07 cores=1,3,5,7
/proc/21350/task/21406/stat : 21406 (java) S 21347 21350 1460 0 -1 1077944384 54 12776 0 0 0 0 5 2 20 0 15 0 95369349 14338027520 138560 18446744073709551615 4194304 4196468 140733892572528 140378315392352 140378838771413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0
[pid=21350/tid=21407] ppid=21347 vsize=14001980 CPUtime=0.07 cores=1,3,5,7
/proc/21350/task/21407/stat : 21407 (java) S 21347 21350 1460 0 -1 1077944384 44 12776 0 0 0 0 5 2 20 0 15 0 95369349 14338027520 138560 18446744073709551615 4194304 4196468 140733892572528 140378314339968 140378838771413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0
[pid=21350/tid=21408] ppid=21347 vsize=14001980 CPUtime=0.07 cores=1,3,5,7
/proc/21350/task/21408/stat : 21408 (java) S 21347 21350 1460 0 -1 1077944384 3 12776 0 0 0 0 5 2 20 0 15 0 95369352 14338027520 138560 18446744073709551615 4194304 4196468 140733892572528 140378313288272 140378838779803 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0
[pid=21350/tid=21409] ppid=21347 vsize=14001980 CPUtime=3.12 cores=1,3,5,7
/proc/21350/task/21409/stat : 21409 (java) S 21347 21350 1460 0 -1 1077944384 16316 12776 0 0 301 4 5 2 20 0 15 0 95369352 14338027520 138560 18446744073709551615 4194304 4196468 140733892572528 140378312235120 140378838772354 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0
[pid=21350/tid=21410] ppid=21347 vsize=14001980 CPUtime=3.24 cores=1,3,5,7
/proc/21350/task/21410/stat : 21410 (java) S 21347 21350 1460 0 -1 1077944384 15297 12776 0 0 314 3 5 2 20 0 15 0 95369352 14338027520 138560 18446744073709551615 4194304 4196468 140733892572528 140378311182320 140378838772354 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0
[pid=21350/tid=21411] ppid=21347 vsize=14001980 CPUtime=1.72 cores=1,3,5,7
/proc/21350/task/21411/stat : 21411 (java) S 21347 21350 1460 0 -1 1077944384 15400 12776 0 0 162 3 5 2 20 0 15 0 95369352 14338027520 138560 18446744073709551615 4194304 4196468 140733892572528 140378310130032 140378838772354 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0
[pid=21350/tid=21412] ppid=21347 vsize=14001980 CPUtime=0.07 cores=1,3,5,7
/proc/21350/task/21412/stat : 21412 (java) S 21347 21350 1460 0 -1 1077944384 3 12776 0 0 0 0 5 2 20 0 15 0 95369352 14338027520 138560 18446744073709551615 4194304 4196468 140733892572528 140378309077472 140378838771413 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0
[pid=21350/tid=21413] ppid=21347 vsize=14001980 CPUtime=1.3 cores=1,3,5,7
/proc/21350/task/21413/stat : 21413 (java) S 21347 21350 1460 0 -1 1077944384 907 12776 0 0 64 59 5 2 20 0 15 0 95369355 14338027520 138560 18446744073709551615 4194304 4196468 140733892572528 140378308025264 140378838772354 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0
Current children cumulated CPU time (s) 2404.09
Current children cumulated vsize (KiB) 14001980

[startup+2442.3 s]
/proc/loadavg: 1.37 1.34 1.43 3/213 21716
/proc/meminfo: memFree=29205044/32770624 swapFree=0/577980
[pid=21350] ppid=21347 vsize=14001980 CPUtime=2464.44 cores=1,3,5,7
/proc/21350/stat : 21350 (java) S 21347 21350 1460 0 -1 1077944320 175379 12776 0 0 246231 206 5 2 20 0 15 0 95369330 14338027520 138560 18446744073709551615 4194304 4196468 140733892572528 140733892555072 140378838761207 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 4 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0
/proc/21350/statm: 3500495 138560 3470 1 0 3489109 0
[pid=21350/tid=21400] ppid=21347 vsize=14001980 CPUtime=2428.77 cores=1,3,5,7
/proc/21350/task/21400/stat : 21400 (java) R 21347 21350 1460 0 -1 4202560 69909 12776 0 0 242842 28 5 2 20 0 15 0 95369346 14338027520 138560 18446744073709551615 4194304 4196468 140733892572528 140378842995424 140378488742068 0 4 1 16800974 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0
[pid=21350/tid=21401] ppid=21347 vsize=14001980 CPUtime=5.28 cores=1,3,5,7
/proc/21350/task/21401/stat : 21401 (java) S 21347 21350 1460 0 -1 1077944384 12456 12776 0 0 488 33 5 2 20 0 15 0 95369347 14338027520 138560 18446744073709551615 4194304 4196468 140733892572528 140378795727248 140378838771413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0
[pid=21350/tid=21402] ppid=21347 vsize=14001980 CPUtime=5.3 cores=1,3,5,7
/proc/21350/task/21402/stat : 21402 (java) S 21347 21350 1460 0 -1 1077944384 12398 12776 0 0 492 31 5 2 20 0 15 0 95369347 14338027520 138560 18446744073709551615 4194304 4196468 140733892572528 140378794674448 140378838771413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0
[pid=21350/tid=21403] ppid=21347 vsize=14001980 CPUtime=5.27 cores=1,3,5,7
/proc/21350/task/21403/stat : 21403 (java) S 21347 21350 1460 0 -1 1077944384 6671 12776 0 0 493 27 5 2 20 0 15 0 95369347 14338027520 138560 18446744073709551615 4194304 4196468 140733892572528 140378793622160 140378838771413 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0
[pid=21350/tid=21404] ppid=21347 vsize=14001980 CPUtime=5.28 cores=1,3,5,7
/proc/21350/task/21404/stat : 21404 (java) S 21347 21350 1460 0 -1 1077944384 11498 12776 0 0 494 27 5 2 20 0 15 0 95369347 14338027520 138560 18446744073709551615 4194304 4196468 140733892572528 140378792569360 140378838771413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0
[pid=21350/tid=21405] ppid=21347 vsize=14001980 CPUtime=5.65 cores=1,3,5,7
/proc/21350/task/21405/stat : 21405 (java) S 21347 21350 1460 0 -1 1077944384 12249 12776 0 0 529 29 5 2 20 0 15 0 95369348 14338027520 138560 18446744073709551615 4194304 4196468 140733892572528 140378316446320 140378838772354 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0
[pid=21350/tid=21406] ppid=21347 vsize=14001980 CPUtime=0.07 cores=1,3,5,7
/proc/21350/task/21406/stat : 21406 (java) S 21347 21350 1460 0 -1 1077944384 54 12776 0 0 0 0 5 2 20 0 15 0 95369349 14338027520 138560 18446744073709551615 4194304 4196468 140733892572528 140378315392352 140378838771413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0
[pid=21350/tid=21407] ppid=21347 vsize=14001980 CPUtime=0.07 cores=1,3,5,7
/proc/21350/task/21407/stat : 21407 (java) S 21347 21350 1460 0 -1 1077944384 44 12776 0 0 0 0 5 2 20 0 15 0 95369349 14338027520 138560 18446744073709551615 4194304 4196468 140733892572528 140378314339968 140378838771413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0
[pid=21350/tid=21408] ppid=21347 vsize=14001980 CPUtime=0.07 cores=1,3,5,7
/proc/21350/task/21408/stat : 21408 (java) S 21347 21350 1460 0 -1 1077944384 3 12776 0 0 0 0 5 2 20 0 15 0 95369352 14338027520 138560 18446744073709551615 4194304 4196468 140733892572528 140378313288272 140378838779803 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0
[pid=21350/tid=21409] ppid=21347 vsize=14001980 CPUtime=3.12 cores=1,3,5,7
/proc/21350/task/21409/stat : 21409 (java) S 21347 21350 1460 0 -1 1077944384 16318 12776 0 0 301 4 5 2 20 0 15 0 95369352 14338027520 138560 18446744073709551615 4194304 4196468 140733892572528 140378312235120 140378838772354 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0
[pid=21350/tid=21410] ppid=21347 vsize=14001980 CPUtime=3.24 cores=1,3,5,7
/proc/21350/task/21410/stat : 21410 (java) S 21347 21350 1460 0 -1 1077944384 15299 12776 0 0 314 3 5 2 20 0 15 0 95369352 14338027520 138560 18446744073709551615 4194304 4196468 140733892572528 140378311182320 140378838772354 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0
[pid=21350/tid=21411] ppid=21347 vsize=14001980 CPUtime=1.72 cores=1,3,5,7
/proc/21350/task/21411/stat : 21411 (java) S 21347 21350 1460 0 -1 1077944384 15402 12776 0 0 162 3 5 2 20 0 15 0 95369352 14338027520 138560 18446744073709551615 4194304 4196468 140733892572528 140378310130032 140378838772354 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0
[pid=21350/tid=21412] ppid=21347 vsize=14001980 CPUtime=0.07 cores=1,3,5,7
/proc/21350/task/21412/stat : 21412 (java) S 21347 21350 1460 0 -1 1077944384 3 12776 0 0 0 0 5 2 20 0 15 0 95369352 14338027520 138560 18446744073709551615 4194304 4196468 140733892572528 140378309077472 140378838771413 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0
[pid=21350/tid=21413] ppid=21347 vsize=14001980 CPUtime=1.33 cores=1,3,5,7
/proc/21350/task/21413/stat : 21413 (java) S 21347 21350 1460 0 -1 1077944384 925 12776 0 0 66 60 5 2 20 0 15 0 95369355 14338027520 138560 18446744073709551615 4194304 4196468 140733892572528 140378308025264 140378838772354 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0
Current children cumulated CPU time (s) 2464.44
Current children cumulated vsize (KiB) 14001980



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2497.6 s]
/proc/loadavg: 1.23 1.31 1.41 3/213 21717
/proc/meminfo: memFree=29248908/32770624 swapFree=0/577992
[pid=21350] ppid=21347 vsize=14001980 CPUtime=2520.06 cores=1,3,5,7
/proc/21350/stat : 21350 (java) S 21347 21350 1460 0 -1 1077944320 176426 12776 0 0 251789 210 5 2 20 0 15 0 95369330 14338027520 138560 18446744073709551615 4194304 4196468 140733892572528 140733892555072 140378838761207 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 4 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0
/proc/21350/statm: 3500495 138560 3470 1 0 3489109 0
[pid=21350/tid=21400] ppid=21347 vsize=14001980 CPUtime=2483.75 cores=1,3,5,7
/proc/21350/task/21400/stat : 21400 (java) R 21347 21350 1460 0 -1 4202560 70399 12776 0 0 248340 28 5 2 20 0 15 0 95369346 14338027520 138560 18446744073709551615 4194304 4196468 140733892572528 140378842995504 140378488940884 0 4 1 16800974 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0
[pid=21350/tid=21401] ppid=21347 vsize=14001980 CPUtime=5.4 cores=1,3,5,7
/proc/21350/task/21401/stat : 21401 (java) S 21347 21350 1460 0 -1 1077944384 12578 12776 0 0 499 34 5 2 20 0 15 0 95369347 14338027520 138560 18446744073709551615 4194304 4196468 140733892572528 140378795727248 140378838771413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0
[pid=21350/tid=21402] ppid=21347 vsize=14001980 CPUtime=5.43 cores=1,3,5,7
/proc/21350/task/21402/stat : 21402 (java) S 21347 21350 1460 0 -1 1077944384 12602 12776 0 0 504 32 5 2 20 0 15 0 95369347 14338027520 138560 18446744073709551615 4194304 4196468 140733892572528 140378794674448 140378838771413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0
[pid=21350/tid=21403] ppid=21347 vsize=14001980 CPUtime=5.4 cores=1,3,5,7
/proc/21350/task/21403/stat : 21403 (java) S 21347 21350 1460 0 -1 1077944384 6697 12776 0 0 505 28 5 2 20 0 15 0 95369347 14338027520 138560 18446744073709551615 4194304 4196468 140733892572528 140378793622160 140378838771413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0
[pid=21350/tid=21404] ppid=21347 vsize=14001980 CPUtime=5.39 cores=1,3,5,7
/proc/21350/task/21404/stat : 21404 (java) S 21347 21350 1460 0 -1 1077944384 11539 12776 0 0 504 28 5 2 20 0 15 0 95369347 14338027520 138560 18446744073709551615 4194304 4196468 140733892572528 140378792569360 140378838771413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0
[pid=21350/tid=21405] ppid=21347 vsize=14001980 CPUtime=5.79 cores=1,3,5,7
/proc/21350/task/21405/stat : 21405 (java) S 21347 21350 1460 0 -1 1077944384 12389 12776 0 0 542 30 5 2 20 0 15 0 95369348 14338027520 138560 18446744073709551615 4194304 4196468 140733892572528 140378316446320 140378838772354 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0
[pid=21350/tid=21406] ppid=21347 vsize=14001980 CPUtime=0.07 cores=1,3,5,7
/proc/21350/task/21406/stat : 21406 (java) S 21347 21350 1460 0 -1 1077944384 54 12776 0 0 0 0 5 2 20 0 15 0 95369349 14338027520 138560 18446744073709551615 4194304 4196468 140733892572528 140378315392352 140378838771413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0
[pid=21350/tid=21407] ppid=21347 vsize=14001980 CPUtime=0.07 cores=1,3,5,7
/proc/21350/task/21407/stat : 21407 (java) S 21347 21350 1460 0 -1 1077944384 44 12776 0 0 0 0 5 2 20 0 15 0 95369349 14338027520 138560 18446744073709551615 4194304 4196468 140733892572528 140378314339968 140378838771413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0
[pid=21350/tid=21408] ppid=21347 vsize=14001980 CPUtime=0.07 cores=1,3,5,7
/proc/21350/task/21408/stat : 21408 (java) S 21347 21350 1460 0 -1 1077944384 3 12776 0 0 0 0 5 2 20 0 15 0 95369352 14338027520 138560 18446744073709551615 4194304 4196468 140733892572528 140378313288272 140378838779803 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0
[pid=21350/tid=21409] ppid=21347 vsize=14001980 CPUtime=3.12 cores=1,3,5,7
/proc/21350/task/21409/stat : 21409 (java) S 21347 21350 1460 0 -1 1077944384 16320 12776 0 0 301 4 5 2 20 0 15 0 95369352 14338027520 138560 18446744073709551615 4194304 4196468 140733892572528 140378312235120 140378838772354 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0
[pid=21350/tid=21410] ppid=21347 vsize=14001980 CPUtime=3.24 cores=1,3,5,7
/proc/21350/task/21410/stat : 21410 (java) S 21347 21350 1460 0 -1 1077944384 15301 12776 0 0 314 3 5 2 20 0 15 0 95369352 14338027520 138560 18446744073709551615 4194304 4196468 140733892572528 140378311182320 140378838772354 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0
[pid=21350/tid=21411] ppid=21347 vsize=14001980 CPUtime=1.72 cores=1,3,5,7
/proc/21350/task/21411/stat : 21411 (java) S 21347 21350 1460 0 -1 1077944384 15404 12776 0 0 162 3 5 2 20 0 15 0 95369352 14338027520 138560 18446744073709551615 4194304 4196468 140733892572528 140378310130032 140378838772354 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0
[pid=21350/tid=21412] ppid=21347 vsize=14001980 CPUtime=0.07 cores=1,3,5,7
/proc/21350/task/21412/stat : 21412 (java) S 21347 21350 1460 0 -1 1077944384 3 12776 0 0 0 0 5 2 20 0 15 0 95369352 14338027520 138560 18446744073709551615 4194304 4196468 140733892572528 140378309077472 140378838771413 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0
[pid=21350/tid=21413] ppid=21347 vsize=14001980 CPUtime=1.36 cores=1,3,5,7
/proc/21350/task/21413/stat : 21413 (java) S 21347 21350 1460 0 -1 1077944384 943 12776 0 0 68 61 5 2 20 0 15 0 95369355 14338027520 138560 18446744073709551615 4194304 4196468 140733892572528 140378308025264 140378838772354 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0
Current children cumulated CPU time (s) 2520.06
Current children cumulated vsize (KiB) 14001980

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 21350 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2497.8 s]
/proc/loadavg: 1.23 1.31 1.41 3/213 21717
/proc/meminfo: memFree=29248908/32770624 swapFree=0/577992
[pid=21350] ppid=21347 vsize=14135108 CPUtime=2520.53 cores=1,3,5,7
/proc/21350/stat : 21350 (java) S 21347 21350 1460 0 -1 1077944320 182790 12776 0 0 251836 210 5 2 20 0 15 0 95369330 14474350592 139698 18446744073709551615 4194304 4196468 140733892572528 140733892555072 140378838761207 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 4 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0
/proc/21350/statm: 3533777 139698 3472 1 0 3522391 0
[pid=21350/tid=21400] ppid=21347 vsize=14135108 CPUtime=2483.76 cores=1,3,5,7
/proc/21350/task/21400/stat : 21400 (java) S 21347 21350 1460 0 -1 1077944384 70741 12776 0 0 248341 28 5 2 20 0 15 0 95369346 14474350592 139698 18446744073709551615 4194304 4196468 140733892572528 140378843002608 140378838772354 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0
[pid=21350/tid=21401] ppid=21347 vsize=14135108 CPUtime=5.49 cores=1,3,5,7
/proc/21350/task/21401/stat : 21401 (java) S 21347 21350 1460 0 -1 1077944384 12601 12776 0 0 508 34 5 2 20 0 15 0 95369347 14474350592 139698 18446744073709551615 4194304 4196468 140733892572528 140378795727248 140378838771413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0
[pid=21350/tid=21402] ppid=21347 vsize=14135108 CPUtime=5.52 cores=1,3,5,7
/proc/21350/task/21402/stat : 21402 (java) S 21347 21350 1460 0 -1 1077944384 12616 12776 0 0 513 32 5 2 20 0 15 0 95369347 14474350592 139698 18446744073709551615 4194304 4196468 140733892572528 140378794674448 140378838771413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0
[pid=21350/tid=21403] ppid=21347 vsize=14135108 CPUtime=5.49 cores=1,3,5,7
/proc/21350/task/21403/stat : 21403 (java) S 21347 21350 1460 0 -1 1077944384 6723 12776 0 0 514 28 5 2 20 0 15 0 95369347 14474350592 139698 18446744073709551615 4194304 4196468 140733892572528 140378793622160 140378838771413 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0
[pid=21350/tid=21404] ppid=21347 vsize=14135108 CPUtime=5.49 cores=1,3,5,7
/proc/21350/task/21404/stat : 21404 (java) S 21347 21350 1460 0 -1 1077944384 11556 12776 0 0 514 28 5 2 20 0 15 0 95369347 14474350592 139698 18446744073709551615 4194304 4196468 140733892572528 140378792569360 140378838771413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0
[pid=21350/tid=21405] ppid=21347 vsize=14135108 CPUtime=5.87 cores=1,3,5,7
/proc/21350/task/21405/stat : 21405 (java) S 21347 21350 1460 0 -1 1077944384 17950 12776 0 0 550 30 5 2 20 0 15 0 95369348 14474350592 139698 18446744073709551615 4194304 4196468 140733892572528 140378316445824 140378838772354 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0
[pid=21350/tid=21406] ppid=21347 vsize=14135108 CPUtime=0.07 cores=1,3,5,7
/proc/21350/task/21406/stat : 21406 (java) S 21347 21350 1460 0 -1 1077944384 56 12776 0 0 0 0 5 2 20 0 15 0 95369349 14474350592 139698 18446744073709551615 4194304 4196468 140733892572528 140378315392352 140378838771413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0
[pid=21350/tid=21407] ppid=21347 vsize=14135108 CPUtime=0.07 cores=1,3,5,7
/proc/21350/task/21407/stat : 21407 (java) S 21347 21350 1460 0 -1 1077944384 46 12776 0 0 0 0 5 2 20 0 15 0 95369349 14474350592 139698 18446744073709551615 4194304 4196468 140733892572528 140378314339968 140378838771413 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0
[pid=21350/tid=21408] ppid=21347 vsize=14135108 CPUtime=0.07 cores=1,3,5,7
/proc/21350/task/21408/stat : 21408 (java) S 21347 21350 1460 0 -1 1077944384 64 12776 0 0 0 0 5 2 20 0 15 0 95369352 14474350592 139698 18446744073709551615 4194304 4196468 140733892572528 140378313287984 140378838771413 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0
[pid=21350/tid=21409] ppid=21347 vsize=14135108 CPUtime=3.12 cores=1,3,5,7
/proc/21350/task/21409/stat : 21409 (java) S 21347 21350 1460 0 -1 1077944384 16355 12776 0 0 301 4 5 2 20 0 15 0 95369352 14474350592 139698 18446744073709551615 4194304 4196468 140733892572528 140378312235120 140378838772354 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0
[pid=21350/tid=21410] ppid=21347 vsize=14135108 CPUtime=3.24 cores=1,3,5,7
/proc/21350/task/21410/stat : 21410 (java) S 21347 21350 1460 0 -1 1077944384 15301 12776 0 0 314 3 5 2 20 0 15 0 95369352 14474350592 139698 18446744073709551615 4194304 4196468 140733892572528 140378311182320 140378838772354 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0
[pid=21350/tid=21411] ppid=21347 vsize=14135108 CPUtime=1.72 cores=1,3,5,7
/proc/21350/task/21411/stat : 21411 (java) S 21347 21350 1460 0 -1 1077944384 15603 12776 0 0 162 3 5 2 20 0 15 0 95369352 14474350592 139698 18446744073709551615 4194304 4196468 140733892572528 140378310125904 140378838771413 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0
[pid=21350/tid=21412] ppid=21347 vsize=14135108 CPUtime=0.07 cores=1,3,5,7
/proc/21350/task/21412/stat : 21412 (java) S 21347 21350 1460 0 -1 1077944384 3 12776 0 0 0 0 5 2 20 0 15 0 95369352 14474350592 139698 18446744073709551615 4194304 4196468 140733892572528 140378309077472 140378838771413 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19460096 140733892577232 140733892580017 140733892580017 140733892583375 0
Current children cumulated CPU time (s) 2520.53
Current children cumulated vsize (KiB) 14135108

Child status: 143
Real time (s): 2497.81
CPU time (s): 2520.57
CPU user time (s): 2518.43
CPU system time (s): 2.14023
CPU usage (%): 100.911
Max. virtual memory (cumulated for all children) (KiB): 14135108

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.43
system time used= 2.14023
maximum resident set size= 593240
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 195584
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2872
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 169861
involuntary context switches= 7194

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.0774 second user time and 15.4278 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-11 20:56:35
IDJOB=4262376
IDBENCH=138951
IDSOLVER=2650
FILE ID=node134/4262376-1502478630
RUNJOBID= node134-1502411438-1524
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/LatinSquare/LatinSquare-m1-gp/qwh-o30-h375-04.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262376-1502478630/watcher-4262376-1502478630 -o /tmp/evaluation-result-4262376-1502478630/solver-4262376-1502478630 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502411438-1524 --watchdog 2580  bin/concrete HOME/instance-4262376-1502478630.xml

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

MD5SUM BENCH= 64333456646456b433c0ccf5da59df06
RANDOM SEED=2131771723

node134.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.43
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.43
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.43
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.43
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:        26834848 kB
MemAvailable:   27835556 kB
Buffers:          294220 kB
Cached:           999168 kB
SwapCached:            0 kB
Active:          4882712 kB
Inactive:         608100 kB
Active(anon):    4199412 kB
Inactive(anon):    31216 kB
Active(file):     683300 kB
Inactive(file):   576884 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24308 kB
Writeback:             4 kB
AnonPages:       4197080 kB
Mapped:            64868 kB
Shmem:             33468 kB
Slab:             139900 kB
SReclaimable:     112716 kB
SUnreclaim:        27184 kB
KernelStack:        3520 kB
PageTables:        13376 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5006508 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3960832 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 node134 at 2017-08-11 21:38:13