Trace number 4262364

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 2477.4199

General information on the benchmark

NameLangford/Langford-m1-k3/
Langford-3-70.xml
MD5SUM334f60f9be5ea7f5cd20aecf314fa745
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 variables210
Number of constraints141
Number of domains1
Minimum domain size210
Maximum domain size210
Distribution of domain sizes[{"size":210,"count":210}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":140},{"degree":3,"count":70}]
Minimum constraint arity2
Maximum constraint arity210
Distribution of constraint arities[{"arity":2,"count":140},{"arity":210,"count":1}]
Number of extensional constraints0
Number of intensional constraints140
Distribution of constraint types[{"type":"intension","count":140},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

pid=8349
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.69 1.45 1.44 3/201 8352
/proc/meminfo: memFree=30393144/32770624 swapFree=0/565820
[pid=8352] ppid=8349 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/8352/stat : 8352 (runsolver) D 8349 8352 1460 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 91078234 24240128 108 18446744073709551615 4194304 4338465 140736552148896 140736552146536 140704577356503 0 0 1 24578 18446744071580418449 0 0 17 1 0 0 0 0 0 6438912 6441760 13524992 140736552157393 140736552157769 140736552157769 140736552161226 0
/proc/8352/statm: 5918 108 54 36 0 2156 0

[startup+0.100059 s]
/proc/loadavg: 1.69 1.45 1.44 3/201 8352
/proc/meminfo: memFree=30393144/32770624 swapFree=0/565820
[pid=8352] ppid=8349 vsize=9508 CPUtime=0 cores=1,3,5,7
/proc/8352/stat : 8352 (bash) S 8349 8352 1460 0 -1 4202496 682 1544 0 0 0 0 0 0 20 0 1 0 91078234 9736192 351 18446744073709551615 4194304 5098028 140736363240880 140736363238520 140675394522112 0 0 5 65536 18446744071580971376 0 0 17 5 0 0 8 0 0 7196144 7232144 24485888 140736363246100 140736363246185 140736363246185 140736363249642 0
/proc/8352/statm: 2377 351 278 221 0 86 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9508

[startup+0.200294 s]
/proc/loadavg: 1.69 1.45 1.44 3/201 8352
/proc/meminfo: memFree=30393144/32770624 swapFree=0/565820
[pid=8352] ppid=8349 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/8352/stat : 8352 (bash) S 8349 8352 1460 0 -1 4202496 891 6484 0 0 0 0 0 1 20 0 1 0 91078234 9867264 377 18446744073709551615 4194304 5098028 140736363240880 140736363234888 140675394522112 0 0 5 65536 18446744071580971376 0 0 17 5 0 0 8 0 0 7196144 7232144 24485888 140736363246100 140736363246185 140736363246185 140736363249642 0
/proc/8352/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300292 s]
/proc/loadavg: 1.69 1.45 1.44 3/201 8352
/proc/meminfo: memFree=30393144/32770624 swapFree=0/565820
[pid=8352] ppid=8349 vsize=13907308 CPUtime=0.12 cores=1,3,5,7
/proc/8352/stat : 8352 (java) S 8349 8352 1460 0 -1 1077944320 5958 12364 0 0 4 1 4 3 20 0 14 0 91078234 14241083392 5606 18446744073709551615 4194304 4196468 140728820665200 140728820647744 139657238519543 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 36118528 140728820668368 140728820671153 140728820671153 140728820674511 0
/proc/8352/statm: 3476827 5606 2559 1 0 3466324 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 13907308

[startup+0.708926 s]
/proc/loadavg: 1.69 1.45 1.44 3/201 8352
/proc/meminfo: memFree=30393144/32770624 swapFree=0/565820
[pid=8352] ppid=8349 vsize=13974784 CPUtime=0.68 cores=1,3,5,7
/proc/8352/stat : 8352 (java) S 8349 8352 1460 0 -1 1077944320 13990 12364 0 0 56 5 4 3 20 0 15 0 91078234 14310178816 14364 18446744073709551615 4194304 4196468 140728820665200 140728820647744 139657238519543 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 36118528 140728820668368 140728820671153 140728820671153 140728820674511 0
/proc/8352/statm: 3493696 14364 3087 1 0 3482965 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 13974784

[startup+1.50256 s]
/proc/loadavg: 1.69 1.45 1.44 3/216 8415
/proc/meminfo: memFree=30297680/32770624 swapFree=0/565920
[pid=8352] ppid=8349 vsize=13985408 CPUtime=1.87 cores=1,3,5,7
/proc/8352/stat : 8352 (java) S 8349 8352 1460 0 -1 1077944320 27981 12364 0 0 170 10 4 3 20 0 15 0 91078234 14321057792 40060 18446744073709551615 4194304 4196468 140728820665200 140728820647744 139657238519543 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 36118528 140728820668368 140728820671153 140728820671153 140728820674511 0
/proc/8352/statm: 3496352 40060 3349 1 0 3485525 0
[pid=8352/tid=8402] ppid=8349 vsize=13985408 CPUtime=1.28 cores=1,3,5,7
/proc/8352/task/8402/stat : 8402 (java) S 8349 8352 1460 0 -1 1077944384 22389 12364 0 0 114 7 4 3 20 0 15 0 91078257 14321057792 40060 18446744073709551615 4194304 4196468 140728820665200 139657242736320 139657238529749 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 36118528 140728820668368 140728820671153 140728820671153 140728820674511 0
[pid=8352/tid=8403] ppid=8349 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/8352/task/8403/stat : 8403 (java) S 8349 8352 1460 0 -1 1077944384 48 12364 0 0 0 0 4 3 20 0 15 0 91078257 14321057792 40060 18446744073709551615 4194304 4196468 140728820665200 139657172954256 139657238529749 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36118528 140728820668368 140728820671153 140728820671153 140728820674511 0
[pid=8352/tid=8404] ppid=8349 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/8352/task/8404/stat : 8404 (java) S 8349 8352 1460 0 -1 1077944384 54 12364 0 0 0 0 4 3 20 0 15 0 91078257 14321057792 40060 18446744073709551615 4194304 4196468 140728820665200 139657171901456 139657238529749 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36118528 140728820668368 140728820671153 140728820671153 140728820674511 0
[pid=8352/tid=8405] ppid=8349 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/8352/task/8405/stat : 8405 (java) S 8349 8352 1460 0 -1 1077944384 50 12364 0 0 0 0 4 3 20 0 15 0 91078257 14321057792 40086 18446744073709551615 4194304 4196468 140728820665200 139656836070288 139657238529749 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36118528 140728820668368 140728820671153 140728820671153 140728820674511 0
[pid=8352/tid=8406] ppid=8349 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/8352/task/8406/stat : 8406 (java) S 8349 8352 1460 0 -1 1077944384 201 12364 0 0 0 0 4 3 20 0 15 0 91078257 14321057792 40086 18446744073709551615 4194304 4196468 140728820665200 139656835017488 139657238529749 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36118528 140728820668368 140728820671153 140728820671153 140728820674511 0
[pid=8352/tid=8407] ppid=8349 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/8352/task/8407/stat : 8407 (java) R 8349 8352 1460 0 -1 4202560 71 12364 0 0 0 0 4 3 20 0 15 0 91078259 14321057792 40086 18446744073709551615 4194304 4196468 140728820665200 139656784159424 139657218714234 0 0 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36118528 140728820668368 140728820671153 140728820671153 140728820674511 0
[pid=8352/tid=8408] ppid=8349 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/8352/task/8408/stat : 8408 (java) S 8349 8352 1460 0 -1 1077944384 33 12364 0 0 0 0 4 3 20 0 15 0 91078259 14321057792 40086 18446744073709551615 4194304 4196468 140728820665200 139656783107104 139657238529749 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36118528 140728820668368 140728820671153 140728820671153 140728820674511 0
[pid=8352/tid=8409] ppid=8349 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/8352/task/8409/stat : 8409 (java) S 8349 8352 1460 0 -1 1077944384 21 12364 0 0 0 0 4 3 20 0 15 0 91078259 14321057792 40086 18446744073709551615 4194304 4196468 140728820665200 139656782054256 139657238529749 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36118528 140728820668368 140728820671153 140728820671153 140728820674511 0
[pid=8352/tid=8410] ppid=8349 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/8352/task/8410/stat : 8410 (java) S 8349 8352 1460 0 -1 1077944384 3 12364 0 0 0 0 4 3 20 0 15 0 91078262 14321057792 40086 18446744073709551615 4194304 4196468 140728820665200 139656781002576 139657238538139 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36118528 140728820668368 140728820671153 140728820671153 140728820674511 0
[pid=8352/tid=8411] ppid=8349 vsize=13985408 CPUtime=0.23 cores=1,3,5,7
/proc/8352/task/8411/stat : 8411 (java) S 8349 8352 1460 0 -1 1077944384 1030 12364 0 0 16 0 4 3 20 0 15 0 91078262 14321057792 40086 18446744073709551615 4194304 4196468 140728820665200 139656779950960 139657238530690 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36118528 140728820668368 140728820671153 140728820671153 140728820674511 0
[pid=8352/tid=8412] ppid=8349 vsize=13985408 CPUtime=0.2 cores=1,3,5,7
/proc/8352/task/8412/stat : 8412 (java) S 8349 8352 1460 0 -1 1077944384 625 12364 0 0 13 0 4 3 20 0 15 0 91078262 14321057792 40086 18446744073709551615 4194304 4196468 140728820665200 139656778898160 139657238530690 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36118528 140728820668368 140728820671153 140728820671153 140728820674511 0
[pid=8352/tid=8413] ppid=8349 vsize=13985408 CPUtime=0.29 cores=1,3,5,7
/proc/8352/task/8413/stat : 8413 (java) S 8349 8352 1460 0 -1 1077944384 1304 12364 0 0 22 0 4 3 20 0 15 0 91078262 14321057792 40086 18446744073709551615 4194304 4196468 140728820665200 139656777845360 139657238530690 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36118528 140728820668368 140728820671153 140728820671153 140728820674511 0
[pid=8352/tid=8414] ppid=8349 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/8352/task/8414/stat : 8414 (java) S 8349 8352 1460 0 -1 1077944384 3 12364 0 0 0 0 4 3 20 0 15 0 91078262 14321057792 40086 18446744073709551615 4194304 4196468 140728820665200 139656776792800 139657238529749 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36118528 140728820668368 140728820671153 140728820671153 140728820674511 0
[pid=8352/tid=8415] ppid=8349 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/8352/task/8415/stat : 8415 (java) S 8349 8352 1460 0 -1 1077944384 8 12364 0 0 0 0 4 3 20 0 15 0 91078267 14321057792 40086 18446744073709551615 4194304 4196468 140728820665200 139656775740080 139657238530690 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36118528 140728820668368 140728820671153 140728820671153 140728820674511 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 13985408

[startup+3.10095 s]
/proc/loadavg: 1.69 1.45 1.44 4/216 8415
/proc/meminfo: memFree=30222292/32770624 swapFree=0/565920
[pid=8352] ppid=8349 vsize=13999932 CPUtime=5.77 cores=1,3,5,7
/proc/8352/stat : 8352 (java) S 8349 8352 1460 0 -1 1077944320 41513 12364 0 0 554 16 4 3 20 0 15 0 91078234 14335930368 56391 18446744073709551615 4194304 4196468 140728820665200 140728820647744 139657238519543 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 36118528 140728820668368 140728820671153 140728820671153 140728820674511 0
/proc/8352/statm: 3499983 56391 3446 1 0 3488597 0
[pid=8352/tid=8402] ppid=8349 vsize=13999932 CPUtime=2.86 cores=1,3,5,7
/proc/8352/task/8402/stat : 8402 (java) R 8349 8352 1460 0 -1 4202560 28576 12364 0 0 270 9 4 3 20 0 15 0 91078257 14335930368 56391 18446744073709551615 4194304 4196468 140728820665200 139657242749824 139656851231997 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 36118528 140728820668368 140728820671153 140728820671153 140728820674511 0
[pid=8352/tid=8403] ppid=8349 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/8352/task/8403/stat : 8403 (java) S 8349 8352 1460 0 -1 1077944384 53 12364 0 0 0 0 4 3 20 0 15 0 91078257 14335930368 56391 18446744073709551615 4194304 4196468 140728820665200 139657172954256 139657238529749 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36118528 140728820668368 140728820671153 140728820671153 140728820674511 0
[pid=8352/tid=8404] ppid=8349 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/8352/task/8404/stat : 8404 (java) S 8349 8352 1460 0 -1 1077944384 54 12364 0 0 1 0 4 3 20 0 15 0 91078257 14335930368 56391 18446744073709551615 4194304 4196468 140728820665200 139657171901456 139657238529749 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36118528 140728820668368 140728820671153 140728820671153 140728820674511 0
[pid=8352/tid=8405] ppid=8349 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/8352/task/8405/stat : 8405 (java) S 8349 8352 1460 0 -1 1077944384 50 12364 0 0 1 0 4 3 20 0 15 0 91078257 14335930368 56391 18446744073709551615 4194304 4196468 140728820665200 139656836070288 139657238529749 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36118528 140728820668368 140728820671153 140728820671153 140728820674511 0
[pid=8352/tid=8406] ppid=8349 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/8352/task/8406/stat : 8406 (java) S 8349 8352 1460 0 -1 1077944384 205 12364 0 0 1 0 4 3 20 0 15 0 91078257 14335930368 56391 18446744073709551615 4194304 4196468 140728820665200 139656835017488 139657238529749 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36118528 140728820668368 140728820671153 140728820671153 140728820674511 0
[pid=8352/tid=8407] ppid=8349 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/8352/task/8407/stat : 8407 (java) S 8349 8352 1460 0 -1 1077944384 1472 12364 0 0 1 0 4 3 20 0 15 0 91078259 14335930368 56391 18446744073709551615 4194304 4196468 140728820665200 139656784161136 139657238530690 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36118528 140728820668368 140728820671153 140728820671153 140728820674511 0
[pid=8352/tid=8408] ppid=8349 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/8352/task/8408/stat : 8408 (java) S 8349 8352 1460 0 -1 1077944384 54 12364 0 0 0 0 4 3 20 0 15 0 91078259 14335930368 56391 18446744073709551615 4194304 4196468 140728820665200 139656783107168 139657238529749 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36118528 140728820668368 140728820671153 140728820671153 140728820674511 0
[pid=8352/tid=8409] ppid=8349 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/8352/task/8409/stat : 8409 (java) S 8349 8352 1460 0 -1 1077944384 44 12364 0 0 0 0 4 3 20 0 15 0 91078259 14335930368 56391 18446744073709551615 4194304 4196468 140728820665200 139656782054272 139657238529749 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36118528 140728820668368 140728820671153 140728820671153 140728820674511 0
[pid=8352/tid=8410] ppid=8349 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/8352/task/8410/stat : 8410 (java) S 8349 8352 1460 0 -1 1077944384 3 12364 0 0 0 0 4 3 20 0 15 0 91078262 14335930368 56391 18446744073709551615 4194304 4196468 140728820665200 139656781002576 139657238538139 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36118528 140728820668368 140728820671153 140728820671153 140728820674511 0
[pid=8352/tid=8411] ppid=8349 vsize=13999932 CPUtime=0.92 cores=1,3,5,7
/proc/8352/task/8411/stat : 8411 (java) R 8349 8352 1460 0 -1 4202560 2173 12364 0 0 84 1 4 3 20 0 15 0 91078262 14335930368 56391 18446744073709551615 4194304 4196468 140728820665200 139656779932496 139657221930415 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36118528 140728820668368 140728820671153 140728820671153 140728820674511 0
[pid=8352/tid=8412] ppid=8349 vsize=13999932 CPUtime=0.91 cores=1,3,5,7
/proc/8352/task/8412/stat : 8412 (java) R 8349 8352 1460 0 -1 4202560 1892 12364 0 0 83 1 4 3 20 0 15 0 91078262 14335930368 56391 18446744073709551615 4194304 4196468 140728820665200 139656778881392 139657222016047 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36118528 140728820668368 140728820671153 140728820671153 140728820674511 0
[pid=8352/tid=8413] ppid=8349 vsize=13999932 CPUtime=1.16 cores=1,3,5,7
/proc/8352/task/8413/stat : 8413 (java) R 8349 8352 1460 0 -1 1077944384 4774 12364 0 0 108 1 4 3 20 0 15 0 91078262 14335930368 56391 18446744073709551615 4194304 4196468 140728820665200 139656777845360 139657238530690 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36118528 140728820668368 140728820671153 140728820671153 140728820674511 0
[pid=8352/tid=8414] ppid=8349 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/8352/task/8414/stat : 8414 (java) S 8349 8352 1460 0 -1 1077944384 3 12364 0 0 0 0 4 3 20 0 15 0 91078262 14335930368 56391 18446744073709551615 4194304 4196468 140728820665200 139656776792800 139657238529749 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36118528 140728820668368 140728820671153 140728820671153 140728820674511 0
[pid=8352/tid=8415] ppid=8349 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/8352/task/8415/stat : 8415 (java) S 8349 8352 1460 0 -1 1077944384 9 12364 0 0 0 0 4 3 20 0 15 0 91078267 14335930368 56391 18446744073709551615 4194304 4196468 140728820665200 139656775740080 139657238530690 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36118528 140728820668368 140728820671153 140728820671153 140728820674511 0
Current children cumulated CPU time (s) 5.77
Current children cumulated vsize (KiB) 13999932

[startup+6.30073 s]
/proc/loadavg: 1.87 1.49 1.45 3/216 8415
/proc/meminfo: memFree=30043292/32770624 swapFree=0/565920
[pid=8352] ppid=8349 vsize=14067516 CPUtime=12.69 cores=1,3,5,7
/proc/8352/stat : 8352 (java) S 8349 8352 1460 0 -1 1077944320 62166 12364 0 0 1239 23 4 3 20 0 15 0 91078234 14405136384 101041 18446744073709551615 4194304 4196468 140728820665200 140728820647744 139657238519543 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 36118528 140728820668368 140728820671153 140728820671153 140728820674511 0
/proc/8352/statm: 3516879 101041 3475 1 0 3505493 0
[pid=8352/tid=8402] ppid=8349 vsize=14067516 CPUtime=5.99 cores=1,3,5,7
/proc/8352/task/8402/stat : 8402 (java) R 8349 8352 1460 0 -1 4202560 41752 12364 0 0 579 13 4 3 20 0 15 0 91078257 14405136384 101041 18446744073709551615 4194304 4196468 140728820665200 139657242753664 139656865174382 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 36118528 140728820668368 140728820671153 140728820671153 140728820674511 0
[pid=8352/tid=8403] ppid=8349 vsize=14067516 CPUtime=0.1 cores=1,3,5,7
/proc/8352/task/8403/stat : 8403 (java) S 8349 8352 1460 0 -1 1077944384 76 12364 0 0 3 0 4 3 20 0 15 0 91078257 14405136384 101041 18446744073709551615 4194304 4196468 140728820665200 139657172954256 139657238529749 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36118528 140728820668368 140728820671153 140728820671153 140728820674511 0
[pid=8352/tid=8404] ppid=8349 vsize=14067516 CPUtime=0.1 cores=1,3,5,7
/proc/8352/task/8404/stat : 8404 (java) S 8349 8352 1460 0 -1 1077944384 80 12364 0 0 3 0 4 3 20 0 15 0 91078257 14405136384 101041 18446744073709551615 4194304 4196468 140728820665200 139657171901456 139657238529749 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36118528 140728820668368 140728820671153 140728820671153 140728820674511 0
[pid=8352/tid=8405] ppid=8349 vsize=14067516 CPUtime=0.1 cores=1,3,5,7
/proc/8352/task/8405/stat : 8405 (java) S 8349 8352 1460 0 -1 1077944384 116 12364 0 0 3 0 4 3 20 0 15 0 91078257 14405136384 101041 18446744073709551615 4194304 4196468 140728820665200 139656836070288 139657238529749 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36118528 140728820668368 140728820671153 140728820671153 140728820674511 0
[pid=8352/tid=8406] ppid=8349 vsize=14067516 CPUtime=0.11 cores=1,3,5,7
/proc/8352/task/8406/stat : 8406 (java) S 8349 8352 1460 0 -1 1077944384 232 12364 0 0 4 0 4 3 20 0 15 0 91078257 14405136384 101041 18446744073709551615 4194304 4196468 140728820665200 139656835017488 139657238529749 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36118528 140728820668368 140728820671153 140728820671153 140728820674511 0
[pid=8352/tid=8407] ppid=8349 vsize=14067516 CPUtime=0.1 cores=1,3,5,7
/proc/8352/task/8407/stat : 8407 (java) S 8349 8352 1460 0 -1 1077944384 2293 12364 0 0 3 0 4 3 20 0 15 0 91078259 14405136384 101041 18446744073709551615 4194304 4196468 140728820665200 139656784161136 139657238530690 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36118528 140728820668368 140728820671153 140728820671153 140728820674511 0
[pid=8352/tid=8408] ppid=8349 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/8352/task/8408/stat : 8408 (java) S 8349 8352 1460 0 -1 1077944384 54 12364 0 0 0 0 4 3 20 0 15 0 91078259 14405136384 101041 18446744073709551615 4194304 4196468 140728820665200 139656783107232 139657238529749 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36118528 140728820668368 140728820671153 140728820671153 140728820674511 0
[pid=8352/tid=8409] ppid=8349 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/8352/task/8409/stat : 8409 (java) S 8349 8352 1460 0 -1 1077944384 44 12364 0 0 0 0 4 3 20 0 15 0 91078259 14405136384 101041 18446744073709551615 4194304 4196468 140728820665200 139656782054272 139657238529749 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36118528 140728820668368 140728820671153 140728820671153 140728820674511 0
[pid=8352/tid=8410] ppid=8349 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/8352/task/8410/stat : 8410 (java) S 8349 8352 1460 0 -1 1077944384 3 12364 0 0 0 0 4 3 20 0 15 0 91078262 14405136384 101041 18446744073709551615 4194304 4196468 140728820665200 139656781002576 139657238538139 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36118528 140728820668368 140728820671153 140728820671153 140728820674511 0
[pid=8352/tid=8411] ppid=8349 vsize=14067516 CPUtime=2.69 cores=1,3,5,7
/proc/8352/task/8411/stat : 8411 (java) R 8349 8352 1460 0 -1 4202560 6101 12364 0 0 260 2 4 3 20 0 15 0 91078262 14405136384 101041 18446744073709551615 4194304 4196468 140728820665200 139656779937392 139657220063316 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36118528 140728820668368 140728820671153 140728820671153 140728820674511 0
[pid=8352/tid=8412] ppid=8349 vsize=14067516 CPUtime=2.4 cores=1,3,5,7
/proc/8352/task/8412/stat : 8412 (java) S 8349 8352 1460 0 -1 1077944384 3629 12364 0 0 232 1 4 3 20 0 15 0 91078262 14405136384 101041 18446744073709551615 4194304 4196468 140728820665200 139656778898160 139657238530690 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36118528 140728820668368 140728820671153 140728820671153 140728820674511 0
[pid=8352/tid=8413] ppid=8349 vsize=14067516 CPUtime=1.55 cores=1,3,5,7
/proc/8352/task/8413/stat : 8413 (java) S 8349 8352 1460 0 -1 1077944384 5620 12364 0 0 146 2 4 3 20 0 15 0 91078262 14405136384 101041 18446744073709551615 4194304 4196468 140728820665200 139656777845360 139657238530690 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36118528 140728820668368 140728820671153 140728820671153 140728820674511 0
[pid=8352/tid=8414] ppid=8349 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/8352/task/8414/stat : 8414 (java) S 8349 8352 1460 0 -1 1077944384 3 12364 0 0 0 0 4 3 20 0 15 0 91078262 14405136384 101041 18446744073709551615 4194304 4196468 140728820665200 139656776792800 139657238529749 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36118528 140728820668368 140728820671153 140728820671153 140728820674511 0
[pid=8352/tid=8415] ppid=8349 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/8352/task/8415/stat : 8415 (java) S 8349 8352 1460 0 -1 1077944384 12 12364 0 0 0 0 4 3 20 0 15 0 91078267 14405136384 101041 18446744073709551615 4194304 4196468 140728820665200 139656775740080 139657238530690 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36118528 140728820668368 140728820671153 140728820671153 140728820674511 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 14067516

[startup+12.7009 s]
/proc/loadavg: 1.96 1.52 1.46 3/216 8415
/proc/meminfo: memFree=29729284/32770624 swapFree=0/565908
[pid=8352] ppid=8349 vsize=14067516 CPUtime=19.38 cores=1,3,5,7
/proc/8352/stat : 8352 (java) S 8349 8352 1460 0 -1 1077944320 71066 12364 0 0 1900 31 4 3 20 0 15 0 91078234 14405136384 169442 18446744073709551615 4194304 4196468 140728820665200 140728820647744 139657238519543 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 36118528 140728820668368 140728820671153 140728820671153 140728820674511 0
/proc/8352/statm: 3516879 169442 3479 1 0 3505493 0
[pid=8352/tid=8402] ppid=8349 vsize=14067516 CPUtime=12.35 cores=1,3,5,7
/proc/8352/task/8402/stat : 8402 (java) R 8349 8352 1460 0 -1 4202560 42997 12364 0 0 1212 16 4 3 20 0 15 0 91078257 14405136384 169442 18446744073709551615 4194304 4196468 140728820665200 139657242753024 139656864446397 0 4 1 16800974 0 0 0 -1 7 0 0 3 0 0 6293624 6294260 36118528 140728820668368 140728820671153 140728820671153 140728820674511 0
[pid=8352/tid=8403] ppid=8349 vsize=14067516 CPUtime=0.13 cores=1,3,5,7
/proc/8352/task/8403/stat : 8403 (java) S 8349 8352 1460 0 -1 1077944384 135 12364 0 0 5 1 4 3 20 0 15 0 91078257 14405136384 169442 18446744073709551615 4194304 4196468 140728820665200 139657172954256 139657238529749 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36118528 140728820668368 140728820671153 140728820671153 140728820674511 0
[pid=8352/tid=8404] ppid=8349 vsize=14067516 CPUtime=0.13 cores=1,3,5,7
/proc/8352/task/8404/stat : 8404 (java) S 8349 8352 1460 0 -1 1077944384 185 12364 0 0 5 1 4 3 20 0 15 0 91078257 14405136384 169442 18446744073709551615 4194304 4196468 140728820665200 139657171901456 139657238529749 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36118528 140728820668368 140728820671153 140728820671153 140728820674511 0
[pid=8352/tid=8405] ppid=8349 vsize=14067516 CPUtime=0.13 cores=1,3,5,7
/proc/8352/task/8405/stat : 8405 (java) S 8349 8352 1460 0 -1 1077944384 452 12364 0 0 5 1 4 3 20 0 15 0 91078257 14405136384 169442 18446744073709551615 4194304 4196468 140728820665200 139656836070288 139657238529749 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36118528 140728820668368 140728820671153 140728820671153 140728820674511 0
[pid=8352/tid=8406] ppid=8349 vsize=14067516 CPUtime=0.13 cores=1,3,5,7
/proc/8352/task/8406/stat : 8406 (java) S 8349 8352 1460 0 -1 1077944384 1515 12364 0 0 5 1 4 3 20 0 15 0 91078257 14405136384 169442 18446744073709551615 4194304 4196468 140728820665200 139656835017488 139657238529749 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36118528 140728820668368 140728820671153 140728820671153 140728820674511 0
[pid=8352/tid=8407] ppid=8349 vsize=14067516 CPUtime=0.11 cores=1,3,5,7
/proc/8352/task/8407/stat : 8407 (java) S 8349 8352 1460 0 -1 1077944384 2682 12364 0 0 4 0 4 3 20 0 15 0 91078259 14405136384 169442 18446744073709551615 4194304 4196468 140728820665200 139656784161136 139657238530690 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36118528 140728820668368 140728820671153 140728820671153 140728820674511 0
[pid=8352/tid=8408] ppid=8349 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/8352/task/8408/stat : 8408 (java) S 8349 8352 1460 0 -1 1077944384 54 12364 0 0 0 0 4 3 20 0 15 0 91078259 14405136384 169442 18446744073709551615 4194304 4196468 140728820665200 139656783107232 139657238529749 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36118528 140728820668368 140728820671153 140728820671153 140728820674511 0
[pid=8352/tid=8409] ppid=8349 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/8352/task/8409/stat : 8409 (java) S 8349 8352 1460 0 -1 1077944384 44 12364 0 0 0 0 4 3 20 0 15 0 91078259 14405136384 169442 18446744073709551615 4194304 4196468 140728820665200 139656782054272 139657238529749 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36118528 140728820668368 140728820671153 140728820671153 140728820674511 0
[pid=8352/tid=8410] ppid=8349 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/8352/task/8410/stat : 8410 (java) S 8349 8352 1460 0 -1 1077944384 3 12364 0 0 0 0 4 3 20 0 15 0 91078262 14405136384 169442 18446744073709551615 4194304 4196468 140728820665200 139656781002576 139657238538139 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36118528 140728820668368 140728820671153 140728820671153 140728820674511 0

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

/proc/8352/task/8414/stat : 8414 (java) S 8349 8352 1460 0 -1 1077944384 3 12364 0 0 0 0 4 3 20 0 15 0 91078262 14405136384 202589 18446744073709551615 4194304 4196468 140728820665200 139656776792800 139657238529749 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36118528 140728820668368 140728820671153 140728820671153 140728820674511 0
[pid=8352/tid=8415] ppid=8349 vsize=14067516 CPUtime=1.46 cores=1,3,5,7
/proc/8352/task/8415/stat : 8415 (java) S 8349 8352 1460 0 -1 1077944384 919 12364 0 0 68 71 4 3 20 0 15 0 91078267 14405136384 202589 18446744073709551615 4194304 4196468 140728820665200 139656775740080 139657238530690 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36118528 140728820668368 140728820671153 140728820671153 140728820674511 0
Current children cumulated CPU time (s) 2362.69
Current children cumulated vsize (KiB) 14067516

[startup+2382.3 s]
/proc/loadavg: 1.19 1.40 1.41 3/215 8688
/proc/meminfo: memFree=29514344/32770624 swapFree=0/566440
[pid=8352] ppid=8349 vsize=14067516 CPUtime=2423.64 cores=1,3,5,7
/proc/8352/stat : 8352 (java) S 8349 8352 1460 0 -1 1077944320 187794 12364 0 0 241983 374 4 3 20 0 15 0 91078234 14405136384 202589 18446744073709551615 4194304 4196468 140728820665200 140728820647744 139657238519543 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 36118528 140728820668368 140728820671153 140728820671153 140728820674511 0
/proc/8352/statm: 3516879 202589 3482 1 0 3505493 0
[pid=8352/tid=8402] ppid=8349 vsize=14067516 CPUtime=2355.21 cores=1,3,5,7
/proc/8352/task/8402/stat : 8402 (java) R 8349 8352 1460 0 -1 4202560 87132 12364 0 0 235464 50 4 3 20 0 15 0 91078257 14405136384 202589 18446744073709551615 4194304 4196468 140728820665200 139657242753696 139656865174220 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 36118528 140728820668368 140728820671153 140728820671153 140728820674511 0
[pid=8352/tid=8403] ppid=8349 vsize=14067516 CPUtime=12.16 cores=1,3,5,7
/proc/8352/task/8403/stat : 8403 (java) S 8349 8352 1460 0 -1 1077944384 14644 12364 0 0 1145 64 4 3 20 0 15 0 91078257 14405136384 202589 18446744073709551615 4194304 4196468 140728820665200 139657172954256 139657238529749 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36118528 140728820668368 140728820671153 140728820671153 140728820674511 0
[pid=8352/tid=8404] ppid=8349 vsize=14067516 CPUtime=12.21 cores=1,3,5,7
/proc/8352/task/8404/stat : 8404 (java) S 8349 8352 1460 0 -1 1077944384 7455 12364 0 0 1156 58 4 3 20 0 15 0 91078257 14405136384 202589 18446744073709551615 4194304 4196468 140728820665200 139657171901456 139657238529749 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36118528 140728820668368 140728820671153 140728820671153 140728820674511 0
[pid=8352/tid=8405] ppid=8349 vsize=14067516 CPUtime=12.17 cores=1,3,5,7
/proc/8352/task/8405/stat : 8405 (java) S 8349 8352 1460 0 -1 1077944384 17921 12364 0 0 1145 65 4 3 20 0 15 0 91078257 14405136384 202589 18446744073709551615 4194304 4196468 140728820665200 139656836070288 139657238529749 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36118528 140728820668368 140728820671153 140728820671153 140728820674511 0
[pid=8352/tid=8406] ppid=8349 vsize=14067516 CPUtime=12.17 cores=1,3,5,7
/proc/8352/task/8406/stat : 8406 (java) S 8349 8352 1460 0 -1 1077944384 11601 12364 0 0 1148 62 4 3 20 0 15 0 91078257 14405136384 202589 18446744073709551615 4194304 4196468 140728820665200 139656835017488 139657238529749 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36118528 140728820668368 140728820671153 140728820671153 140728820674511 0
[pid=8352/tid=8407] ppid=8349 vsize=14067516 CPUtime=11.66 cores=1,3,5,7
/proc/8352/task/8407/stat : 8407 (java) S 8349 8352 1460 0 -1 1077944384 13367 12364 0 0 1095 64 4 3 20 0 15 0 91078259 14405136384 202589 18446744073709551615 4194304 4196468 140728820665200 139656784161136 139657238530690 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36118528 140728820668368 140728820671153 140728820671153 140728820674511 0
[pid=8352/tid=8408] ppid=8349 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/8352/task/8408/stat : 8408 (java) S 8349 8352 1460 0 -1 1077944384 54 12364 0 0 0 0 4 3 20 0 15 0 91078259 14405136384 202589 18446744073709551615 4194304 4196468 140728820665200 139656783107232 139657238529749 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36118528 140728820668368 140728820671153 140728820671153 140728820674511 0
[pid=8352/tid=8409] ppid=8349 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/8352/task/8409/stat : 8409 (java) S 8349 8352 1460 0 -1 1077944384 44 12364 0 0 0 0 4 3 20 0 15 0 91078259 14405136384 202589 18446744073709551615 4194304 4196468 140728820665200 139656782054272 139657238529749 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36118528 140728820668368 140728820671153 140728820671153 140728820674511 0
[pid=8352/tid=8410] ppid=8349 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/8352/task/8410/stat : 8410 (java) S 8349 8352 1460 0 -1 1077944384 3 12364 0 0 0 0 4 3 20 0 15 0 91078262 14405136384 202589 18446744073709551615 4194304 4196468 140728820665200 139656781002576 139657238538139 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36118528 140728820668368 140728820671153 140728820671153 140728820674511 0
[pid=8352/tid=8411] ppid=8349 vsize=14067516 CPUtime=2.83 cores=1,3,5,7
/proc/8352/task/8411/stat : 8411 (java) S 8349 8352 1460 0 -1 1077944384 9459 12364 0 0 274 2 4 3 20 0 15 0 91078262 14405136384 202589 18446744073709551615 4194304 4196468 140728820665200 139656779950960 139657238530690 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36118528 140728820668368 140728820671153 140728820671153 140728820674511 0
[pid=8352/tid=8412] ppid=8349 vsize=14067516 CPUtime=2.63 cores=1,3,5,7
/proc/8352/task/8412/stat : 8412 (java) S 8349 8352 1460 0 -1 1077944384 9303 12364 0 0 254 2 4 3 20 0 15 0 91078262 14405136384 202589 18446744073709551615 4194304 4196468 140728820665200 139656778898160 139657238530690 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36118528 140728820668368 140728820671153 140728820671153 140728820674511 0
[pid=8352/tid=8413] ppid=8349 vsize=14067516 CPUtime=1.61 cores=1,3,5,7
/proc/8352/task/8413/stat : 8413 (java) S 8349 8352 1460 0 -1 1077944384 13707 12364 0 0 152 2 4 3 20 0 15 0 91078262 14405136384 202589 18446744073709551615 4194304 4196468 140728820665200 139656777845360 139657238530690 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36118528 140728820668368 140728820671153 140728820671153 140728820674511 0
[pid=8352/tid=8414] ppid=8349 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/8352/task/8414/stat : 8414 (java) S 8349 8352 1460 0 -1 1077944384 3 12364 0 0 0 0 4 3 20 0 15 0 91078262 14405136384 202589 18446744073709551615 4194304 4196468 140728820665200 139656776792800 139657238529749 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36118528 140728820668368 140728820671153 140728820671153 140728820674511 0
[pid=8352/tid=8415] ppid=8349 vsize=14067516 CPUtime=1.5 cores=1,3,5,7
/proc/8352/task/8415/stat : 8415 (java) S 8349 8352 1460 0 -1 1077944384 950 12364 0 0 70 73 4 3 20 0 15 0 91078267 14405136384 202589 18446744073709551615 4194304 4196468 140728820665200 139656775740080 139657238530690 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36118528 140728820668368 140728820671153 140728820671153 140728820674511 0
Current children cumulated CPU time (s) 2423.64
Current children cumulated vsize (KiB) 14067516

[startup+2442.3 s]
/proc/loadavg: 1.20 1.36 1.39 3/212 8690
/proc/meminfo: memFree=29515928/32770624 swapFree=0/566452
[pid=8352] ppid=8349 vsize=14067516 CPUtime=2484.57 cores=1,3,5,7
/proc/8352/stat : 8352 (java) S 8349 8352 1460 0 -1 1077944320 189274 12364 0 0 248067 383 4 3 20 0 15 0 91078234 14405136384 203101 18446744073709551615 4194304 4196468 140728820665200 140728820647744 139657238519543 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 36118528 140728820668368 140728820671153 140728820671153 140728820674511 0
/proc/8352/statm: 3516879 203101 3482 1 0 3505493 0
[pid=8352/tid=8402] ppid=8349 vsize=14067516 CPUtime=2414.52 cores=1,3,5,7
/proc/8352/task/8402/stat : 8402 (java) R 8349 8352 1460 0 -1 4202560 87955 12364 0 0 241394 51 4 3 20 0 15 0 91078257 14405136384 203101 18446744073709551615 4194304 4196468 140728820665200 139657242753488 139656864446370 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 36118528 140728820668368 140728820671153 140728820671153 140728820674511 0
[pid=8352/tid=8403] ppid=8349 vsize=14067516 CPUtime=12.48 cores=1,3,5,7
/proc/8352/task/8403/stat : 8403 (java) S 8349 8352 1460 0 -1 1077944384 14909 12364 0 0 1175 66 4 3 20 0 15 0 91078257 14405136384 203101 18446744073709551615 4194304 4196468 140728820665200 139657172954256 139657238529749 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36118528 140728820668368 140728820671153 140728820671153 140728820674511 0
[pid=8352/tid=8404] ppid=8349 vsize=14067516 CPUtime=12.53 cores=1,3,5,7
/proc/8352/task/8404/stat : 8404 (java) S 8349 8352 1460 0 -1 1077944384 7540 12364 0 0 1186 60 4 3 20 0 15 0 91078257 14405136384 203101 18446744073709551615 4194304 4196468 140728820665200 139657171901456 139657238529749 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36118528 140728820668368 140728820671153 140728820671153 140728820674511 0
[pid=8352/tid=8405] ppid=8349 vsize=14067516 CPUtime=12.49 cores=1,3,5,7
/proc/8352/task/8405/stat : 8405 (java) S 8349 8352 1460 0 -1 1077944384 17978 12364 0 0 1176 66 4 3 20 0 15 0 91078257 14405136384 203101 18446744073709551615 4194304 4196468 140728820665200 139656836070288 139657238529749 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36118528 140728820668368 140728820671153 140728820671153 140728820674511 0
[pid=8352/tid=8406] ppid=8349 vsize=14067516 CPUtime=12.49 cores=1,3,5,7
/proc/8352/task/8406/stat : 8406 (java) S 8349 8352 1460 0 -1 1077944384 11682 12364 0 0 1178 64 4 3 20 0 15 0 91078257 14405136384 203101 18446744073709551615 4194304 4196468 140728820665200 139656835017488 139657238529749 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36118528 140728820668368 140728820671153 140728820671153 140728820674511 0
[pid=8352/tid=8407] ppid=8349 vsize=14067516 CPUtime=11.97 cores=1,3,5,7
/proc/8352/task/8407/stat : 8407 (java) S 8349 8352 1460 0 -1 1077944384 13522 12364 0 0 1124 66 4 3 20 0 15 0 91078259 14405136384 203101 18446744073709551615 4194304 4196468 140728820665200 139656784161136 139657238530690 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36118528 140728820668368 140728820671153 140728820671153 140728820674511 0
[pid=8352/tid=8408] ppid=8349 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/8352/task/8408/stat : 8408 (java) S 8349 8352 1460 0 -1 1077944384 54 12364 0 0 0 0 4 3 20 0 15 0 91078259 14405136384 203101 18446744073709551615 4194304 4196468 140728820665200 139656783107232 139657238529749 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36118528 140728820668368 140728820671153 140728820671153 140728820674511 0
[pid=8352/tid=8409] ppid=8349 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/8352/task/8409/stat : 8409 (java) S 8349 8352 1460 0 -1 1077944384 44 12364 0 0 0 0 4 3 20 0 15 0 91078259 14405136384 203101 18446744073709551615 4194304 4196468 140728820665200 139656782054272 139657238529749 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36118528 140728820668368 140728820671153 140728820671153 140728820674511 0
[pid=8352/tid=8410] ppid=8349 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/8352/task/8410/stat : 8410 (java) S 8349 8352 1460 0 -1 1077944384 3 12364 0 0 0 0 4 3 20 0 15 0 91078262 14405136384 203101 18446744073709551615 4194304 4196468 140728820665200 139656781002576 139657238538139 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36118528 140728820668368 140728820671153 140728820671153 140728820674511 0
[pid=8352/tid=8411] ppid=8349 vsize=14067516 CPUtime=2.83 cores=1,3,5,7
/proc/8352/task/8411/stat : 8411 (java) S 8349 8352 1460 0 -1 1077944384 9461 12364 0 0 274 2 4 3 20 0 15 0 91078262 14405136384 203101 18446744073709551615 4194304 4196468 140728820665200 139656779950960 139657238530690 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36118528 140728820668368 140728820671153 140728820671153 140728820674511 0
[pid=8352/tid=8412] ppid=8349 vsize=14067516 CPUtime=2.63 cores=1,3,5,7
/proc/8352/task/8412/stat : 8412 (java) S 8349 8352 1460 0 -1 1077944384 9305 12364 0 0 254 2 4 3 20 0 15 0 91078262 14405136384 203101 18446744073709551615 4194304 4196468 140728820665200 139656778898160 139657238530690 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36118528 140728820668368 140728820671153 140728820671153 140728820674511 0
[pid=8352/tid=8413] ppid=8349 vsize=14067516 CPUtime=1.62 cores=1,3,5,7
/proc/8352/task/8413/stat : 8413 (java) S 8349 8352 1460 0 -1 1077944384 13709 12364 0 0 152 3 4 3 20 0 15 0 91078262 14405136384 203101 18446744073709551615 4194304 4196468 140728820665200 139656777845360 139657238530690 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36118528 140728820668368 140728820671153 140728820671153 140728820674511 0
[pid=8352/tid=8414] ppid=8349 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/8352/task/8414/stat : 8414 (java) S 8349 8352 1460 0 -1 1077944384 3 12364 0 0 0 0 4 3 20 0 15 0 91078262 14405136384 203101 18446744073709551615 4194304 4196468 140728820665200 139656776792800 139657238529749 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36118528 140728820668368 140728820671153 140728820671153 140728820674511 0
[pid=8352/tid=8415] ppid=8349 vsize=14067516 CPUtime=1.52 cores=1,3,5,7
/proc/8352/task/8415/stat : 8415 (java) S 8349 8352 1460 0 -1 1077944384 958 12364 0 0 71 74 4 3 20 0 15 0 91078267 14405136384 203101 18446744073709551615 4194304 4196468 140728820665200 139656775740080 139657238530690 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36118528 140728820668368 140728820671153 140728820671153 140728820674511 0
Current children cumulated CPU time (s) 2484.57
Current children cumulated vsize (KiB) 14067516



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2477.21 s]
/proc/loadavg: 1.29 1.36 1.40 3/212 8692
/proc/meminfo: memFree=29516308/32770624 swapFree=0/566456
[pid=8352] ppid=8349 vsize=14067516 CPUtime=2520.08 cores=1,3,5,7
/proc/8352/stat : 8352 (java) S 8349 8352 1460 0 -1 1077944320 190472 12364 0 0 251611 390 4 3 20 0 15 0 91078234 14405136384 203101 18446744073709551615 4194304 4196468 140728820665200 140728820647744 139657238519543 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 36118528 140728820668368 140728820671153 140728820671153 140728820674511 0
/proc/8352/statm: 3516879 203101 3482 1 0 3505493 0
[pid=8352/tid=8402] ppid=8349 vsize=14067516 CPUtime=2449.04 cores=1,3,5,7
/proc/8352/task/8402/stat : 8402 (java) R 8349 8352 1460 0 -1 4202560 88584 12364 0 0 244845 52 4 3 20 0 15 0 91078257 14405136384 203101 18446744073709551615 4194304 4196468 140728820665200 139657242753584 139656860646397 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 36118528 140728820668368 140728820671153 140728820671153 140728820674511 0
[pid=8352/tid=8403] ppid=8349 vsize=14067516 CPUtime=12.68 cores=1,3,5,7
/proc/8352/task/8403/stat : 8403 (java) S 8349 8352 1460 0 -1 1077944384 15032 12364 0 0 1194 67 4 3 20 0 15 0 91078257 14405136384 203101 18446744073709551615 4194304 4196468 140728820665200 139657172954256 139657238529749 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36118528 140728820668368 140728820671153 140728820671153 140728820674511 0
[pid=8352/tid=8404] ppid=8349 vsize=14067516 CPUtime=12.72 cores=1,3,5,7
/proc/8352/task/8404/stat : 8404 (java) S 8349 8352 1460 0 -1 1077944384 7788 12364 0 0 1204 61 4 3 20 0 15 0 91078257 14405136384 203101 18446744073709551615 4194304 4196468 140728820665200 139657171901456 139657238529749 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36118528 140728820668368 140728820671153 140728820671153 140728820674511 0
[pid=8352/tid=8405] ppid=8349 vsize=14067516 CPUtime=12.69 cores=1,3,5,7
/proc/8352/task/8405/stat : 8405 (java) S 8349 8352 1460 0 -1 1077944384 18002 12364 0 0 1195 67 4 3 20 0 15 0 91078257 14405136384 203101 18446744073709551615 4194304 4196468 140728820665200 139656836070288 139657238529749 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36118528 140728820668368 140728820671153 140728820671153 140728820674511 0
[pid=8352/tid=8406] ppid=8349 vsize=14067516 CPUtime=12.7 cores=1,3,5,7
/proc/8352/task/8406/stat : 8406 (java) S 8349 8352 1460 0 -1 1077944384 11699 12364 0 0 1197 66 4 3 20 0 15 0 91078257 14405136384 203101 18446744073709551615 4194304 4196468 140728820665200 139656835017488 139657238529749 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36118528 140728820668368 140728820671153 140728820671153 140728820674511 0
[pid=8352/tid=8407] ppid=8349 vsize=14067516 CPUtime=12.15 cores=1,3,5,7
/proc/8352/task/8407/stat : 8407 (java) S 8349 8352 1460 0 -1 1077944384 13658 12364 0 0 1141 67 4 3 20 0 15 0 91078259 14405136384 203101 18446744073709551615 4194304 4196468 140728820665200 139656784161136 139657238530690 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36118528 140728820668368 140728820671153 140728820671153 140728820674511 0
[pid=8352/tid=8408] ppid=8349 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/8352/task/8408/stat : 8408 (java) S 8349 8352 1460 0 -1 1077944384 54 12364 0 0 0 0 4 3 20 0 15 0 91078259 14405136384 203101 18446744073709551615 4194304 4196468 140728820665200 139656783107232 139657238529749 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36118528 140728820668368 140728820671153 140728820671153 140728820674511 0
[pid=8352/tid=8409] ppid=8349 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/8352/task/8409/stat : 8409 (java) S 8349 8352 1460 0 -1 1077944384 44 12364 0 0 0 0 4 3 20 0 15 0 91078259 14405136384 203101 18446744073709551615 4194304 4196468 140728820665200 139656782054272 139657238529749 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36118528 140728820668368 140728820671153 140728820671153 140728820674511 0
[pid=8352/tid=8410] ppid=8349 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/8352/task/8410/stat : 8410 (java) S 8349 8352 1460 0 -1 1077944384 3 12364 0 0 0 0 4 3 20 0 15 0 91078262 14405136384 203101 18446744073709551615 4194304 4196468 140728820665200 139656781002576 139657238538139 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36118528 140728820668368 140728820671153 140728820671153 140728820674511 0
[pid=8352/tid=8411] ppid=8349 vsize=14067516 CPUtime=2.83 cores=1,3,5,7
/proc/8352/task/8411/stat : 8411 (java) S 8349 8352 1460 0 -1 1077944384 9463 12364 0 0 274 2 4 3 20 0 15 0 91078262 14405136384 203101 18446744073709551615 4194304 4196468 140728820665200 139656779950960 139657238530690 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36118528 140728820668368 140728820671153 140728820671153 140728820674511 0
[pid=8352/tid=8412] ppid=8349 vsize=14067516 CPUtime=2.63 cores=1,3,5,7
/proc/8352/task/8412/stat : 8412 (java) S 8349 8352 1460 0 -1 1077944384 9307 12364 0 0 254 2 4 3 20 0 15 0 91078262 14405136384 203101 18446744073709551615 4194304 4196468 140728820665200 139656778898160 139657238530690 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36118528 140728820668368 140728820671153 140728820671153 140728820674511 0
[pid=8352/tid=8413] ppid=8349 vsize=14067516 CPUtime=1.62 cores=1,3,5,7
/proc/8352/task/8413/stat : 8413 (java) S 8349 8352 1460 0 -1 1077944384 13711 12364 0 0 152 3 4 3 20 0 15 0 91078262 14405136384 203101 18446744073709551615 4194304 4196468 140728820665200 139656777845360 139657238530690 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36118528 140728820668368 140728820671153 140728820671153 140728820674511 0
[pid=8352/tid=8414] ppid=8349 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/8352/task/8414/stat : 8414 (java) S 8349 8352 1460 0 -1 1077944384 3 12364 0 0 0 0 4 3 20 0 15 0 91078262 14405136384 203101 18446744073709551615 4194304 4196468 140728820665200 139656776792800 139657238529749 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36118528 140728820668368 140728820671153 140728820671153 140728820674511 0
[pid=8352/tid=8415] ppid=8349 vsize=14067516 CPUtime=1.54 cores=1,3,5,7
/proc/8352/task/8415/stat : 8415 (java) S 8349 8352 1460 0 -1 1077944384 973 12364 0 0 72 75 4 3 20 0 15 0 91078267 14405136384 203101 18446744073709551615 4194304 4196468 140728820665200 139656775740080 139657238530690 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36118528 140728820668368 140728820671153 140728820671153 140728820674511 0
Current children cumulated CPU time (s) 2520.08
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 8352 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2477.4 s]
/proc/loadavg: 1.29 1.36 1.40 3/212 8692
/proc/meminfo: memFree=29516308/32770624 swapFree=0/566456
[pid=8352] ppid=8349 vsize=14200644 CPUtime=2520.55 cores=1,3,5,7
/proc/8352/stat : 8352 (java) S 8349 8352 1460 0 -1 1077944320 194690 12364 0 0 251657 391 4 3 20 0 17 0 91078234 14541459456 204437 18446744073709551615 4194304 4196468 140728820665200 140728820647744 139657238519543 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 36118528 140728820668368 140728820671153 140728820671153 140728820674511 0
/proc/8352/statm: 3550161 204437 3483 1 0 3538775 0
[pid=8352/tid=8402] ppid=8349 vsize=14200644 CPUtime=2449.05 cores=1,3,5,7
/proc/8352/task/8402/stat : 8402 (java) S 8349 8352 1460 0 -1 1077944384 88796 12364 0 0 244846 52 4 3 20 0 17 0 91078257 14541459456 204437 18446744073709551615 4194304 4196468 140728820665200 139657242762416 139657238529749 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 36118528 140728820668368 140728820671153 140728820671153 140728820674511 0
[pid=8352/tid=8403] ppid=8349 vsize=14200644 CPUtime=12.77 cores=1,3,5,7
/proc/8352/task/8403/stat : 8403 (java) S 8349 8352 1460 0 -1 1077944384 15049 12364 0 0 1203 67 4 3 20 0 17 0 91078257 14541459456 204437 18446744073709551615 4194304 4196468 140728820665200 139657172954256 139657238529749 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36118528 140728820668368 140728820671153 140728820671153 140728820674511 0
[pid=8352/tid=8404] ppid=8349 vsize=14200644 CPUtime=12.82 cores=1,3,5,7
/proc/8352/task/8404/stat : 8404 (java) S 8349 8352 1460 0 -1 1077944384 7835 12364 0 0 1214 61 4 3 20 0 17 0 91078257 14541459456 204437 18446744073709551615 4194304 4196468 140728820665200 139657171901456 139657238529749 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36118528 140728820668368 140728820671153 140728820671153 140728820674511 0
[pid=8352/tid=8405] ppid=8349 vsize=14200644 CPUtime=12.78 cores=1,3,5,7
/proc/8352/task/8405/stat : 8405 (java) S 8349 8352 1460 0 -1 1077944384 18007 12364 0 0 1204 67 4 3 20 0 17 0 91078257 14541459456 204437 18446744073709551615 4194304 4196468 140728820665200 139656836070288 139657238529749 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36118528 140728820668368 140728820671153 140728820671153 140728820674511 0
[pid=8352/tid=8406] ppid=8349 vsize=14200644 CPUtime=12.79 cores=1,3,5,7
/proc/8352/task/8406/stat : 8406 (java) S 8349 8352 1460 0 -1 1077944384 11712 12364 0 0 1206 66 4 3 20 0 17 0 91078257 14541459456 204437 18446744073709551615 4194304 4196468 140728820665200 139656835017488 139657238529749 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36118528 140728820668368 140728820671153 140728820671153 140728820674511 0
[pid=8352/tid=8407] ppid=8349 vsize=14200644 CPUtime=12.24 cores=1,3,5,7
/proc/8352/task/8407/stat : 8407 (java) S 8349 8352 1460 0 -1 1077944384 17258 12364 0 0 1149 68 4 3 20 0 17 0 91078259 14541459456 204437 18446744073709551615 4194304 4196468 140728820665200 139656784161136 139657238530690 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36118528 140728820668368 140728820671153 140728820671153 140728820674511 0
[pid=8352/tid=8408] ppid=8349 vsize=14200644 CPUtime=0.07 cores=1,3,5,7
/proc/8352/task/8408/stat : 8408 (java) S 8349 8352 1460 0 -1 1077944384 56 12364 0 0 0 0 4 3 20 0 17 0 91078259 14541459456 204437 18446744073709551615 4194304 4196468 140728820665200 139656783107232 139657238529749 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36118528 140728820668368 140728820671153 140728820671153 140728820674511 0
[pid=8352/tid=8409] ppid=8349 vsize=14200644 CPUtime=0.07 cores=1,3,5,7
/proc/8352/task/8409/stat : 8409 (java) S 8349 8352 1460 0 -1 1077944384 46 12364 0 0 0 0 4 3 20 0 17 0 91078259 14541459456 204437 18446744073709551615 4194304 4196468 140728820665200 139656782054272 139657238529749 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36118528 140728820668368 140728820671153 140728820671153 140728820674511 0
[pid=8352/tid=8410] ppid=8349 vsize=14200644 CPUtime=0.07 cores=1,3,5,7
/proc/8352/task/8410/stat : 8410 (java) S 8349 8352 1460 0 -1 1077944384 84 12364 0 0 0 0 4 3 20 0 17 0 91078262 14541459456 204437 18446744073709551615 4194304 4196468 140728820665200 139656781002576 139657238538139 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36118528 140728820668368 140728820671153 140728820671153 140728820674511 0
[pid=8352/tid=8411] ppid=8349 vsize=14200644 CPUtime=2.83 cores=1,3,5,7
/proc/8352/task/8411/stat : 8411 (java) S 8349 8352 1460 0 -1 1077944384 9484 12364 0 0 274 2 4 3 20 0 17 0 91078262 14541459456 204437 18446744073709551615 4194304 4196468 140728820665200 139656779950960 139657238530690 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36118528 140728820668368 140728820671153 140728820671153 140728820674511 0
[pid=8352/tid=8412] ppid=8349 vsize=14200644 CPUtime=2.64 cores=1,3,5,7
/proc/8352/task/8412/stat : 8412 (java) S 8349 8352 1460 0 -1 1077944384 9353 12364 0 0 255 2 4 3 20 0 17 0 91078262 14541459456 204437 18446744073709551615 4194304 4196468 140728820665200 139656778898160 139657238530690 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36118528 140728820668368 140728820671153 140728820671153 140728820674511 0
[pid=8352/tid=8413] ppid=8349 vsize=14200644 CPUtime=1.62 cores=1,3,5,7
/proc/8352/task/8413/stat : 8413 (java) S 8349 8352 1460 0 -1 1077944384 13779 12364 0 0 152 3 4 3 20 0 17 0 91078262 14541459456 204437 18446744073709551615 4194304 4196468 140728820665200 139656777845360 139657238530690 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36118528 140728820668368 140728820671153 140728820671153 140728820674511 0
[pid=8352/tid=8414] ppid=8349 vsize=14200644 CPUtime=0.07 cores=1,3,5,7
/proc/8352/task/8414/stat : 8414 (java) S 8349 8352 1460 0 -1 1077944384 3 12364 0 0 0 0 4 3 20 0 17 0 91078262 14541459456 204437 18446744073709551615 4194304 4196468 140728820665200 139656776792800 139657238529749 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36118528 140728820668368 140728820671153 140728820671153 140728820674511 0
[pid=8352/tid=8415] ppid=8349 vsize=14200644 CPUtime=1.54 cores=1,3,5,7
/proc/8352/task/8415/stat : 8415 (java) S 8349 8352 1460 0 -1 1077944384 973 12364 0 0 72 75 4 3 20 0 17 0 91078267 14541459456 204437 18446744073709551615 4194304 4196468 140728820665200 139656775740080 139657238530690 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36118528 140728820668368 140728820671153 140728820671153 140728820674511 0
Current children cumulated CPU time (s) 2520.55
Current children cumulated vsize (KiB) 14200644

Child status: 143
Real time (s): 2477.42
CPU time (s): 2520.57
CPU user time (s): 2516.62
CPU system time (s): 3.95212
CPU usage (%): 101.742
Max. virtual memory (cumulated for all children) (KiB): 14200644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.62
system time used= 3.95212
maximum resident set size= 931176
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 207094
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2896
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 312772
involuntary context switches= 8042

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.0049 second user time and 15.8804 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-11 09:01:24
IDJOB=4262364
IDBENCH=124278
IDSOLVER=2650
FILE ID=node134/4262364-1502435719
RUNJOBID= node134-1502411438-1524
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Langford/Langford-m1-k3/Langford-3-70.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262364-1502435719/watcher-4262364-1502435719 -o /tmp/evaluation-result-4262364-1502435719/solver-4262364-1502435719 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502411438-1524 --watchdog 2580  bin/concrete HOME/instance-4262364-1502435719.xml

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

MD5SUM BENCH= 334f60f9be5ea7f5cd20aecf314fa745
RANDOM SEED=1831430402

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:        30393796 kB
MemAvailable:   31362800 kB
Buffers:          283516 kB
Cached:           979708 kB
SwapCached:            0 kB
Active:          1341328 kB
Inactive:         596776 kB
Active(anon):     677652 kB
Inactive(anon):    31216 kB
Active(file):     663676 kB
Inactive(file):   565560 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24856 kB
Writeback:             4 kB
AnonPages:        675364 kB
Mapped:            64772 kB
Shmem:             33468 kB
Slab:             137792 kB
SReclaimable:     111208 kB
SUnreclaim:        26584 kB
KernelStack:        3552 kB
PageTables:         8144 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1536764 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    462848 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 09:42:41