Trace number 4262785

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 NameAnswerobjective functionCPU timeWall clock time
Concrete 3.4? (TO) 2520.8799 2466

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-10-10-9.xml
MD5SUM61a67ae858673343e351cd0fcc1d1459
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark615
Best CPU time to get the best result obtained on this benchmark19946.6
Satisfiable
(Un)Satisfiability was proved
Number of variables410
Number of constraints330
Number of domains12
Minimum domain size8
Maximum domain size704
Distribution of domain sizes[{"size":8,"count":10},{"size":9,"count":30},{"size":10,"count":160},{"size":704,"count":210}]
Minimum variable degree2
Maximum variable degree11
Distribution of variable degrees[{"degree":2,"count":110},{"degree":3,"count":200},{"degree":11,"count":100}]
Minimum constraint arity1
Maximum constraint arity12
Distribution of constraint arities[{"arity":1,"count":10},{"arity":2,"count":100},{"arity":3,"count":100},{"arity":10,"count":20},{"arity":12,"count":100}]
Number of extensional constraints100
Number of intensional constraints110
Distribution of constraint types[{"type":"extension","count":100},{"type":"intension","count":110},{"type":"allDifferent","count":10},{"type":"noOverlap","count":10},{"type":"element","count":100}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

pid=8964
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.21 1.27 1.33 3/194 8967
/proc/meminfo: memFree=31422808/32770624 swapFree=0/373120
[pid=8967] ppid=8964 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/8967/stat : 8967 (runsolver) D 8964 8967 7434 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 30060093 24240128 106 18446744073709551615 4194304 4338465 140725948462912 140725948460552 140482535289559 0 0 1 24578 18446744071580418449 0 0 17 5 0 0 0 0 0 6438912 6441760 35078144 140725948469457 140725948469833 140725948469833 140725948473290 0
/proc/8967/statm: 5918 106 53 36 0 2156 0

[startup+0.100221 s]
/proc/loadavg: 1.21 1.27 1.33 3/194 8967
/proc/meminfo: memFree=31422808/32770624 swapFree=0/373120
[pid=8967] ppid=8964 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/8967/stat : 8967 (bash) R 8964 8967 7434 0 -1 4202496 848 6168 0 0 0 0 0 1 20 0 1 0 30060093 9867264 372 18446744073709551615 4194304 5098028 140733677184224 140733677181880 140607025195936 0 0 5 65536 0 0 0 17 3 0 0 8 0 0 7196144 7232144 14479360 140733677191700 140733677191785 140733677191785 140733677195242 0
/proc/8967/statm: 2409 372 292 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.20018 s]
/proc/loadavg: 1.21 1.27 1.33 3/194 8967
/proc/meminfo: memFree=31422808/32770624 swapFree=0/373120
[pid=8967] ppid=8964 vsize=106224 CPUtime=0.07 cores=1,3,5,7
/proc/8967/stat : 8967 (java) S 8964 8967 7434 0 -1 1077944320 2507 12469 0 0 0 0 4 3 20 0 2 0 30060093 108773376 1319 18446744073709551615 4194304 4196468 140735601116992 140735601099536 139910584733431 0 0 1 16784584 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 12480512 140735601125328 140735601128113 140735601128113 140735601131471 0
/proc/8967/statm: 26556 1384 1026 1 0 17065 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 106224

[startup+0.300894 s]
/proc/loadavg: 1.21 1.27 1.33 3/194 8967
/proc/meminfo: memFree=31422808/32770624 swapFree=0/373120
[pid=8967] ppid=8964 vsize=13973872 CPUtime=0.13 cores=1,3,5,7
/proc/8967/stat : 8967 (java) S 8964 8967 7434 0 -1 1077944320 5844 12469 0 0 5 1 4 3 20 0 15 0 30060093 14309244928 5496 18446744073709551615 4194304 4196468 140735601116992 140735601099536 139910584733431 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 12480512 140735601125328 140735601128113 140735601128113 140735601131471 0
/proc/8967/statm: 3493468 5496 2564 1 0 3482965 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 13973872

[startup+0.701042 s]
/proc/loadavg: 1.21 1.27 1.33 3/194 8967
/proc/meminfo: memFree=31422808/32770624 swapFree=0/373120
[pid=8967] ppid=8964 vsize=13974784 CPUtime=0.7 cores=1,3,5,7
/proc/8967/stat : 8967 (java) S 8964 8967 7434 0 -1 1077944320 14023 12469 0 0 59 4 4 3 20 0 15 0 30060093 14310178816 14921 18446744073709551615 4194304 4196468 140735601116992 140735601099536 139910584733431 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 12480512 140735601125328 140735601128113 140735601128113 140735601131471 0
/proc/8967/statm: 3493696 14921 3116 1 0 3482965 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 13974784

[startup+1.50349 s]
/proc/loadavg: 1.21 1.27 1.33 6/209 9030
/proc/meminfo: memFree=31237424/32770624 swapFree=0/373184
[pid=8967] ppid=8964 vsize=13985408 CPUtime=1.93 cores=1,3,5,7
/proc/8967/stat : 8967 (java) S 8964 8967 7434 0 -1 1077944320 32447 12469 0 0 176 10 4 3 20 0 15 0 30060093 14321057792 42710 18446744073709551615 4194304 4196468 140735601116992 140735601099536 139910584733431 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 12480512 140735601125328 140735601128113 140735601128113 140735601131471 0
/proc/8967/statm: 3496352 42710 3374 1 0 3485525 0
[pid=8967/tid=9017] ppid=8964 vsize=13985408 CPUtime=1.29 cores=1,3,5,7
/proc/8967/task/9017/stat : 9017 (java) R 8964 8967 7434 0 -1 4202560 24859 12469 0 0 116 6 4 3 20 0 15 0 30060113 14321057792 42710 18446744073709551615 4194304 4196468 140735601116992 139910588959824 139910584754778 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 12480512 140735601125328 140735601128113 140735601128113 140735601131471 0
[pid=8967/tid=9018] ppid=8964 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/8967/task/9018/stat : 9018 (java) S 8964 8967 7434 0 -1 1077944384 71 12469 0 0 0 0 4 3 20 0 15 0 30060114 14321057792 42710 18446744073709551615 4194304 4196468 140735601116992 139910519167248 139910584743637 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12480512 140735601125328 140735601128113 140735601128113 140735601131471 0
[pid=8967/tid=9019] ppid=8964 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/8967/task/9019/stat : 9019 (java) S 8964 8967 7434 0 -1 1077944384 50 12469 0 0 1 0 4 3 20 0 15 0 30060114 14321057792 42710 18446744073709551615 4194304 4196468 140735601116992 139910518114704 139910584743637 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12480512 140735601125328 140735601128113 140735601128113 140735601131471 0
[pid=8967/tid=9020] ppid=8964 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/8967/task/9020/stat : 9020 (java) S 8964 8967 7434 0 -1 1077944384 34 12469 0 0 0 0 4 3 20 0 15 0 30060114 14321057792 42710 18446744073709551615 4194304 4196468 140735601116992 139910517062160 139910584743637 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12480512 140735601125328 140735601128113 140735601128113 140735601131471 0
[pid=8967/tid=9021] ppid=8964 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/8967/task/9021/stat : 9021 (java) S 8964 8967 7434 0 -1 1077944384 214 12469 0 0 1 0 4 3 20 0 15 0 30060114 14321057792 42710 18446744073709551615 4194304 4196468 140735601116992 139910516009616 139910584743637 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12480512 140735601125328 140735601128113 140735601128113 140735601131471 0
[pid=8967/tid=9022] ppid=8964 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/8967/task/9022/stat : 9022 (java) S 8964 8967 7434 0 -1 1077944384 1834 12469 0 0 1 0 4 3 20 0 15 0 30060115 14321057792 42710 18446744073709551615 4194304 4196468 140735601116992 139910062909936 139910584744578 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12480512 140735601125328 140735601128113 140735601128113 140735601131471 0
[pid=8967/tid=9023] ppid=8964 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/8967/task/9023/stat : 9023 (java) S 8964 8967 7434 0 -1 1077944384 55 12469 0 0 0 0 4 3 20 0 15 0 30060115 14321057792 42710 18446744073709551615 4194304 4196468 140735601116992 139910061856224 139910584743637 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12480512 140735601125328 140735601128113 140735601128113 140735601131471 0
[pid=8967/tid=9024] ppid=8964 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/8967/task/9024/stat : 9024 (java) S 8964 8967 7434 0 -1 1077944384 44 12469 0 0 0 0 4 3 20 0 15 0 30060116 14321057792 42710 18446744073709551615 4194304 4196468 140735601116992 139910060803584 139910584743637 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12480512 140735601125328 140735601128113 140735601128113 140735601131471 0
[pid=8967/tid=9025] ppid=8964 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/8967/task/9025/stat : 9025 (java) S 8964 8967 7434 0 -1 1077944384 3 12469 0 0 0 0 4 3 20 0 15 0 30060118 14321057792 42710 18446744073709551615 4194304 4196468 140735601116992 139910059752144 139910584752027 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12480512 140735601125328 140735601128113 140735601128113 140735601131471 0
[pid=8967/tid=9026] ppid=8964 vsize=13985408 CPUtime=0.23 cores=1,3,5,7
/proc/8967/task/9026/stat : 9026 (java) S 8964 8967 7434 0 -1 1077944384 1159 12469 0 0 16 0 4 3 20 0 15 0 30060118 14321057792 42710 18446744073709551615 4194304 4196468 140735601116992 139910058698736 139910584744578 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12480512 140735601125328 140735601128113 140735601128113 140735601131471 0
[pid=8967/tid=9027] ppid=8964 vsize=13985408 CPUtime=0.2 cores=1,3,5,7
/proc/8967/task/9027/stat : 9027 (java) S 8964 8967 7434 0 -1 1077944384 489 12469 0 0 13 0 4 3 20 0 15 0 30060118 14321057792 42710 18446744073709551615 4194304 4196468 140735601116992 139910057646192 139910584744578 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12480512 140735601125328 140735601128113 140735601128113 140735601131471 0
[pid=8967/tid=9028] ppid=8964 vsize=13985408 CPUtime=0.3 cores=1,3,5,7
/proc/8967/task/9028/stat : 9028 (java) R 8964 8967 7434 0 -1 4202560 1469 12469 0 0 23 0 4 3 20 0 15 0 30060118 14321057792 42710 18446744073709551615 4194304 4196468 140735601116992 139910056592480 139910577830267 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12480512 140735601125328 140735601128113 140735601128113 140735601131471 0
[pid=8967/tid=9029] ppid=8964 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/8967/task/9029/stat : 9029 (java) S 8964 8967 7434 0 -1 1077944384 3 12469 0 0 0 0 4 3 20 0 15 0 30060119 14321057792 42710 18446744073709551615 4194304 4196468 140735601116992 139910055541344 139910584743637 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12480512 140735601125328 140735601128113 140735601128113 140735601131471 0
[pid=8967/tid=9030] ppid=8964 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/8967/task/9030/stat : 9030 (java) S 8964 8967 7434 0 -1 1077944384 8 12469 0 0 0 0 4 3 20 0 15 0 30060123 14321057792 42710 18446744073709551615 4194304 4196468 140735601116992 139910054488880 139910584744578 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12480512 140735601125328 140735601128113 140735601128113 140735601131471 0
Current children cumulated CPU time (s) 1.93
Current children cumulated vsize (KiB) 13985408

[startup+3.11004 s]
/proc/loadavg: 1.21 1.27 1.33 6/209 9030
/proc/meminfo: memFree=31094416/32770624 swapFree=0/373184
[pid=8967] ppid=8964 vsize=13997884 CPUtime=5.18 cores=1,3,5,7
/proc/8967/stat : 8967 (java) S 8964 8967 7434 0 -1 1077944320 48504 12469 0 0 495 16 4 3 20 0 15 0 30060093 14333833216 54975 18446744073709551615 4194304 4196468 140735601116992 140735601099536 139910584733431 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 12480512 140735601125328 140735601128113 140735601128113 140735601131471 0
/proc/8967/statm: 3499471 54975 3446 1 0 3488085 0
[pid=8967/tid=9017] ppid=8964 vsize=13997884 CPUtime=2.89 cores=1,3,5,7
/proc/8967/task/9017/stat : 9017 (java) R 8964 8967 7434 0 -1 4202560 37611 12469 0 0 273 9 4 3 20 0 15 0 30060113 14333833216 54975 18446744073709551615 4194304 4196468 140735601116992 139910588965640 139910566139706 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 12480512 140735601125328 140735601128113 140735601128113 140735601131471 0
[pid=8967/tid=9018] ppid=8964 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/8967/task/9018/stat : 9018 (java) S 8964 8967 7434 0 -1 1077944384 71 12469 0 0 0 0 4 3 20 0 15 0 30060114 14333833216 54975 18446744073709551615 4194304 4196468 140735601116992 139910519167248 139910584743637 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12480512 140735601125328 140735601128113 140735601128113 140735601131471 0
[pid=8967/tid=9019] ppid=8964 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/8967/task/9019/stat : 9019 (java) S 8964 8967 7434 0 -1 1077944384 50 12469 0 0 1 0 4 3 20 0 15 0 30060114 14333833216 54975 18446744073709551615 4194304 4196468 140735601116992 139910518114704 139910584743637 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12480512 140735601125328 140735601128113 140735601128113 140735601131471 0
[pid=8967/tid=9020] ppid=8964 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/8967/task/9020/stat : 9020 (java) S 8964 8967 7434 0 -1 1077944384 34 12469 0 0 0 0 4 3 20 0 15 0 30060114 14333833216 54975 18446744073709551615 4194304 4196468 140735601116992 139910517062160 139910584743637 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12480512 140735601125328 140735601128113 140735601128113 140735601131471 0
[pid=8967/tid=9021] ppid=8964 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/8967/task/9021/stat : 9021 (java) S 8964 8967 7434 0 -1 1077944384 214 12469 0 0 1 0 4 3 20 0 15 0 30060114 14333833216 54975 18446744073709551615 4194304 4196468 140735601116992 139910516009616 139910584743637 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12480512 140735601125328 140735601128113 140735601128113 140735601131471 0
[pid=8967/tid=9022] ppid=8964 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/8967/task/9022/stat : 9022 (java) S 8964 8967 7434 0 -1 1077944384 1848 12469 0 0 1 0 4 3 20 0 15 0 30060115 14333833216 54975 18446744073709551615 4194304 4196468 140735601116992 139910062909936 139910584744578 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12480512 140735601125328 140735601128113 140735601128113 140735601131471 0
[pid=8967/tid=9023] ppid=8964 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/8967/task/9023/stat : 9023 (java) S 8964 8967 7434 0 -1 1077944384 55 12469 0 0 0 0 4 3 20 0 15 0 30060115 14333833216 54975 18446744073709551615 4194304 4196468 140735601116992 139910061856224 139910584743637 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12480512 140735601125328 140735601128113 140735601128113 140735601131471 0
[pid=8967/tid=9024] ppid=8964 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/8967/task/9024/stat : 9024 (java) S 8964 8967 7434 0 -1 1077944384 44 12469 0 0 0 0 4 3 20 0 15 0 30060116 14333833216 54975 18446744073709551615 4194304 4196468 140735601116992 139910060803584 139910584743637 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12480512 140735601125328 140735601128113 140735601128113 140735601131471 0
[pid=8967/tid=9025] ppid=8964 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/8967/task/9025/stat : 9025 (java) S 8964 8967 7434 0 -1 1077944384 3 12469 0 0 0 0 4 3 20 0 15 0 30060118 14333833216 54975 18446744073709551615 4194304 4196468 140735601116992 139910059752144 139910584752027 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12480512 140735601125328 140735601128113 140735601128113 140735601131471 0
[pid=8967/tid=9026] ppid=8964 vsize=13997884 CPUtime=0.69 cores=1,3,5,7
/proc/8967/task/9026/stat : 9026 (java) R 8964 8967 7434 0 -1 4202560 1847 12469 0 0 61 1 4 3 20 0 15 0 30060118 14333833216 54975 18446744073709551615 4194304 4196468 140735601116992 139910058680048 139910569129887 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12480512 140735601125328 140735601128113 140735601128113 140735601131471 0
[pid=8967/tid=9027] ppid=8964 vsize=13997884 CPUtime=0.61 cores=1,3,5,7
/proc/8967/task/9027/stat : 9027 (java) R 8964 8967 7434 0 -1 4202560 1069 12469 0 0 54 0 4 3 20 0 15 0 30060118 14333833216 54975 18446744073709551615 4194304 4196468 140735601116992 139910057629792 139910568120134 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12480512 140735601125328 140735601128113 140735601128113 140735601131471 0
[pid=8967/tid=9028] ppid=8964 vsize=13997884 CPUtime=1.09 cores=1,3,5,7
/proc/8967/task/9028/stat : 9028 (java) R 8964 8967 7434 0 -1 4202560 3490 12469 0 0 100 2 4 3 20 0 15 0 30060118 14333833216 54975 18446744073709551615 4194304 4196468 140735601116992 139910056590016 139910564034391 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12480512 140735601125328 140735601128113 140735601128113 140735601131471 0
[pid=8967/tid=9029] ppid=8964 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/8967/task/9029/stat : 9029 (java) S 8964 8967 7434 0 -1 1077944384 3 12469 0 0 0 0 4 3 20 0 15 0 30060119 14333833216 54975 18446744073709551615 4194304 4196468 140735601116992 139910055541344 139910584743637 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12480512 140735601125328 140735601128113 140735601128113 140735601131471 0
[pid=8967/tid=9030] ppid=8964 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/8967/task/9030/stat : 9030 (java) S 8964 8967 7434 0 -1 1077944384 9 12469 0 0 0 0 4 3 20 0 15 0 30060123 14333833216 54975 18446744073709551615 4194304 4196468 140735601116992 139910054488880 139910584744578 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12480512 140735601125328 140735601128113 140735601128113 140735601131471 0
Current children cumulated CPU time (s) 5.18
Current children cumulated vsize (KiB) 13997884

[startup+6.30066 s]
/proc/loadavg: 1.35 1.29 1.34 8/209 9030
/proc/meminfo: memFree=30707128/32770624 swapFree=0/373188
[pid=8967] ppid=8964 vsize=14071612 CPUtime=15.11 cores=1,3,5,7
/proc/8967/stat : 8967 (java) S 8964 8967 7434 0 -1 1077944320 80423 12469 0 0 1479 25 4 3 20 0 15 0 30060093 14409330688 101015 18446744073709551615 4194304 4196468 140735601116992 140735601099536 139910584733431 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 12480512 140735601125328 140735601128113 140735601128113 140735601131471 0
/proc/8967/statm: 3517903 101015 3473 1 0 3506517 0
[pid=8967/tid=9017] ppid=8964 vsize=14071612 CPUtime=5.97 cores=1,3,5,7
/proc/8967/task/9017/stat : 9017 (java) R 8964 8967 7434 0 -1 4202560 49635 12469 0 0 578 12 4 3 20 0 15 0 30060113 14409330688 101015 18446744073709551615 4194304 4196468 140735601116992 139910588965744 139910192255027 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 12480512 140735601125328 140735601128113 140735601128113 140735601131471 0
[pid=8967/tid=9018] ppid=8964 vsize=14071612 CPUtime=0.13 cores=1,3,5,7
/proc/8967/task/9018/stat : 9018 (java) S 8964 8967 7434 0 -1 1077944384 132 12469 0 0 5 1 4 3 20 0 15 0 30060114 14409330688 101015 18446744073709551615 4194304 4196468 140735601116992 139910519167248 139910584743637 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12480512 140735601125328 140735601128113 140735601128113 140735601131471 0
[pid=8967/tid=9019] ppid=8964 vsize=14071612 CPUtime=0.11 cores=1,3,5,7
/proc/8967/task/9019/stat : 9019 (java) S 8964 8967 7434 0 -1 1077944384 83 12469 0 0 4 0 4 3 20 0 15 0 30060114 14409330688 101015 18446744073709551615 4194304 4196468 140735601116992 139910518114704 139910584743637 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12480512 140735601125328 140735601128113 140735601128113 140735601131471 0
[pid=8967/tid=9020] ppid=8964 vsize=14071612 CPUtime=0.11 cores=1,3,5,7
/proc/8967/task/9020/stat : 9020 (java) S 8964 8967 7434 0 -1 1077944384 201 12469 0 0 4 0 4 3 20 0 15 0 30060114 14409330688 101015 18446744073709551615 4194304 4196468 140735601116992 139910517062160 139910584743637 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12480512 140735601125328 140735601128113 140735601128113 140735601131471 0
[pid=8967/tid=9021] ppid=8964 vsize=14071612 CPUtime=0.13 cores=1,3,5,7
/proc/8967/task/9021/stat : 9021 (java) S 8964 8967 7434 0 -1 1077944384 1144 12469 0 0 5 1 4 3 20 0 15 0 30060114 14409330688 101015 18446744073709551615 4194304 4196468 140735601116992 139910516009616 139910584743637 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12480512 140735601125328 140735601128113 140735601128113 140735601131471 0
[pid=8967/tid=9022] ppid=8964 vsize=14071612 CPUtime=0.11 cores=1,3,5,7
/proc/8967/task/9022/stat : 9022 (java) S 8964 8967 7434 0 -1 1077944384 2087 12469 0 0 4 0 4 3 20 0 15 0 30060115 14409330688 101015 18446744073709551615 4194304 4196468 140735601116992 139910062909936 139910584744578 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12480512 140735601125328 140735601128113 140735601128113 140735601131471 0
[pid=8967/tid=9023] ppid=8964 vsize=14071612 CPUtime=0.07 cores=1,3,5,7
/proc/8967/task/9023/stat : 9023 (java) S 8964 8967 7434 0 -1 1077944384 55 12469 0 0 0 0 4 3 20 0 15 0 30060115 14409330688 101015 18446744073709551615 4194304 4196468 140735601116992 139910061856224 139910584743637 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12480512 140735601125328 140735601128113 140735601128113 140735601131471 0
[pid=8967/tid=9024] ppid=8964 vsize=14071612 CPUtime=0.07 cores=1,3,5,7
/proc/8967/task/9024/stat : 9024 (java) S 8964 8967 7434 0 -1 1077944384 44 12469 0 0 0 0 4 3 20 0 15 0 30060116 14409330688 101015 18446744073709551615 4194304 4196468 140735601116992 139910060803584 139910584743637 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12480512 140735601125328 140735601128113 140735601128113 140735601131471 0
[pid=8967/tid=9025] ppid=8964 vsize=14071612 CPUtime=0.07 cores=1,3,5,7
/proc/8967/task/9025/stat : 9025 (java) S 8964 8967 7434 0 -1 1077944384 3 12469 0 0 0 0 4 3 20 0 15 0 30060118 14409330688 101015 18446744073709551615 4194304 4196468 140735601116992 139910059752144 139910584752027 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12480512 140735601125328 140735601128113 140735601128113 140735601131471 0
[pid=8967/tid=9026] ppid=8964 vsize=14071612 CPUtime=3.45 cores=1,3,5,7
/proc/8967/task/9026/stat : 9026 (java) R 8964 8967 7434 0 -1 4202560 11297 12469 0 0 336 2 4 3 20 0 15 0 30060118 14409330688 101015 18446744073709551615 4194304 4196468 140735601116992 139910058689568 139910569841106 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12480512 140735601125328 140735601128113 140735601128113 140735601131471 0
[pid=8967/tid=9027] ppid=8964 vsize=14071612 CPUtime=3.33 cores=1,3,5,7
/proc/8967/task/9027/stat : 9027 (java) R 8964 8967 7434 0 -1 4202560 6826 12469 0 0 324 2 4 3 20 0 15 0 30060118 14409330688 101015 18446744073709551615 4194304 4196468 140735601116992 139910057630736 139910569630992 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12480512 140735601125328 140735601128113 140735601128113 140735601131471 0
[pid=8967/tid=9028] ppid=8964 vsize=14071612 CPUtime=2.24 cores=1,3,5,7
/proc/8967/task/9028/stat : 9028 (java) S 8964 8967 7434 0 -1 1077944384 6747 12469 0 0 214 3 4 3 20 0 15 0 30060118 14409330688 101015 18446744073709551615 4194304 4196468 140735601116992 139910056593648 139910584744578 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12480512 140735601125328 140735601128113 140735601128113 140735601131471 0
[pid=8967/tid=9029] ppid=8964 vsize=14071612 CPUtime=0.07 cores=1,3,5,7
/proc/8967/task/9029/stat : 9029 (java) S 8964 8967 7434 0 -1 1077944384 3 12469 0 0 0 0 4 3 20 0 15 0 30060119 14409330688 101015 18446744073709551615 4194304 4196468 140735601116992 139910055541344 139910584743637 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12480512 140735601125328 140735601128113 140735601128113 140735601131471 0
[pid=8967/tid=9030] ppid=8964 vsize=14071612 CPUtime=0.07 cores=1,3,5,7
/proc/8967/task/9030/stat : 9030 (java) S 8964 8967 7434 0 -1 1077944384 10 12469 0 0 0 0 4 3 20 0 15 0 30060123 14409330688 101015 18446744073709551615 4194304 4196468 140735601116992 139910054488880 139910584744578 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12480512 140735601125328 140735601128113 140735601128113 140735601131471 0
Current children cumulated CPU time (s) 15.11
Current children cumulated vsize (KiB) 14071612

[startup+12.7007 s]
/proc/loadavg: 1.33 1.29 1.34 3/209 9030
/proc/meminfo: memFree=29720324/32770624 swapFree=0/373200
[pid=8967] ppid=8964 vsize=14071612 CPUtime=24.14 cores=1,3,5,7
/proc/8967/stat : 8967 (java) S 8964 8967 7434 0 -1 1077944320 90320 12469 0 0 2366 41 4 3 20 0 15 0 30060093 14409330688 218801 18446744073709551615 4194304 4196468 140735601116992 140735601099536 139910584733431 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 12480512 140735601125328 140735601128113 140735601128113 140735601131471 0
/proc/8967/statm: 3517903 218801 3479 1 0 3506517 0
[pid=8967/tid=9017] ppid=8964 vsize=14071612 CPUtime=12.26 cores=1,3,5,7
/proc/8967/task/9017/stat : 9017 (java) R 8964 8967 7434 0 -1 4202560 50917 12469 0 0 1201 18 4 3 20 0 15 0 30060113 14409330688 218801 18446744073709551615 4194304 4196468 140735601116992 139910588967264 139910189536097 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 12480512 140735601125328 140735601128113 140735601128113 140735601131471 0
[pid=8967/tid=9018] ppid=8964 vsize=14071612 CPUtime=0.18 cores=1,3,5,7
/proc/8967/task/9018/stat : 9018 (java) S 8964 8967 7434 0 -1 1077944384 836 12469 0 0 8 3 4 3 20 0 15 0 30060114 14409330688 218801 18446744073709551615 4194304 4196468 140735601116992 139910519167248 139910584743637 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12480512 140735601125328 140735601128113 140735601128113 140735601131471 0
[pid=8967/tid=9019] ppid=8964 vsize=14071612 CPUtime=0.17 cores=1,3,5,7
/proc/8967/task/9019/stat : 9019 (java) S 8964 8967 7434 0 -1 1077944384 231 12469 0 0 8 2 4 3 20 0 15 0 30060114 14409330688 218801 18446744073709551615 4194304 4196468 140735601116992 139910518114704 139910584743637 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12480512 140735601125328 140735601128113 140735601128113 140735601131471 0
[pid=8967/tid=9020] ppid=8964 vsize=14071612 CPUtime=0.17 cores=1,3,5,7
/proc/8967/task/9020/stat : 9020 (java) S 8964 8967 7434 0 -1 1077944384 275 12469 0 0 8 2 4 3 20 0 15 0 30060114 14409330688 218801 18446744073709551615 4194304 4196468 140735601116992 139910517062160 139910584743637 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12480512 140735601125328 140735601128113 140735601128113 140735601131471 0
[pid=8967/tid=9021] ppid=8964 vsize=14071612 CPUtime=0.2 cores=1,3,5,7
/proc/8967/task/9021/stat : 9021 (java) S 8964 8967 7434 0 -1 1077944384 1593 12469 0 0 10 3 4 3 20 0 15 0 30060114 14409330688 218801 18446744073709551615 4194304 4196468 140735601116992 139910516009616 139910584743637 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12480512 140735601125328 140735601128113 140735601128113 140735601131471 0
[pid=8967/tid=9022] ppid=8964 vsize=14071612 CPUtime=0.12 cores=1,3,5,7
/proc/8967/task/9022/stat : 9022 (java) S 8964 8967 7434 0 -1 1077944384 2644 12469 0 0 5 0 4 3 20 0 15 0 30060115 14409330688 218801 18446744073709551615 4194304 4196468 140735601116992 139910062909936 139910584744578 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12480512 140735601125328 140735601128113 140735601128113 140735601131471 0
[pid=8967/tid=9023] ppid=8964 vsize=14071612 CPUtime=0.07 cores=1,3,5,7
/proc/8967/task/9023/stat : 9023 (java) S 8964 8967 7434 0 -1 1077944384 55 12469 0 0 0 0 4 3 20 0 15 0 30060115 14409330688 218801 18446744073709551615 4194304 4196468 140735601116992 139910061856224 139910584743637 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12480512 140735601125328 140735601128113 140735601128113 140735601131471 0
[pid=8967/tid=9024] ppid=8964 vsize=14071612 CPUtime=0.07 cores=1,3,5,7
/proc/8967/task/9024/stat : 9024 (java) S 8964 8967 7434 0 -1 1077944384 44 12469 0 0 0 0 4 3 20 0 15 0 30060116 14409330688 218801 18446744073709551615 4194304 4196468 140735601116992 139910060803584 139910584743637 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12480512 140735601125328 140735601128113 140735601128113 140735601131471 0
[pid=8967/tid=9025] ppid=8964 vsize=14071612 CPUtime=0.07 cores=1,3,5,7
/proc/8967/task/9025/stat : 9025 (java) S 8964 8967 7434 0 -1 1077944384 3 12469 0 0 0 0 4 3 20 0 15 0 30060118 14409330688 218801 18446744073709551615 4194304 4196468 140735601116992 139910059752144 139910584752027 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12480512 140735601125328 140735601128113 140735601128113 140735601131471 0

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

/proc/8967/statm: 3517903 307013 3481 1 0 3506517 0
[pid=8967/tid=9017] ppid=8964 vsize=14071612 CPUtime=2296.73 cores=1,3,5,7
/proc/8967/task/9017/stat : 9017 (java) R 8964 8967 7434 0 -1 4202560 111107 12469 0 0 229612 54 4 3 20 0 15 0 30060113 14409330688 307013 18446744073709551615 4194304 4196468 140735601116992 139910588967616 139910189535244 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 12480512 140735601125328 140735601128113 140735601128113 140735601131471 0
[pid=8967/tid=9018] ppid=8964 vsize=14071612 CPUtime=13.55 cores=1,3,5,7
/proc/8967/task/9018/stat : 9018 (java) S 8964 8967 7434 0 -1 1077944384 26663 12469 0 0 1300 48 4 3 20 0 15 0 30060114 14409330688 307013 18446744073709551615 4194304 4196468 140735601116992 139910519167248 139910584743637 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12480512 140735601125328 140735601128113 140735601128113 140735601131471 0
[pid=8967/tid=9019] ppid=8964 vsize=14071612 CPUtime=13.58 cores=1,3,5,7
/proc/8967/task/9019/stat : 9019 (java) S 8964 8967 7434 0 -1 1077944384 22438 12469 0 0 1300 51 4 3 20 0 15 0 30060114 14409330688 307013 18446744073709551615 4194304 4196468 140735601116992 139910518114704 139910584743637 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12480512 140735601125328 140735601128113 140735601128113 140735601131471 0
[pid=8967/tid=9020] ppid=8964 vsize=14071612 CPUtime=13.55 cores=1,3,5,7
/proc/8967/task/9020/stat : 9020 (java) S 8964 8967 7434 0 -1 1077944384 31926 12469 0 0 1295 53 4 3 20 0 15 0 30060114 14409330688 307013 18446744073709551615 4194304 4196468 140735601116992 139910517062160 139910584743637 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12480512 140735601125328 140735601128113 140735601128113 140735601131471 0
[pid=8967/tid=9021] ppid=8964 vsize=14071612 CPUtime=13.56 cores=1,3,5,7
/proc/8967/task/9021/stat : 9021 (java) S 8964 8967 7434 0 -1 1077944384 20772 12469 0 0 1298 51 4 3 20 0 15 0 30060114 14409330688 307013 18446744073709551615 4194304 4196468 140735601116992 139910516009616 139910584743637 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12480512 140735601125328 140735601128113 140735601128113 140735601131471 0
[pid=8967/tid=9022] ppid=8964 vsize=14071612 CPUtime=9.47 cores=1,3,5,7
/proc/8967/task/9022/stat : 9022 (java) S 8964 8967 7434 0 -1 1077944384 20744 12469 0 0 885 55 4 3 20 0 15 0 30060115 14409330688 307013 18446744073709551615 4194304 4196468 140735601116992 139910062909936 139910584744578 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12480512 140735601125328 140735601128113 140735601128113 140735601131471 0
[pid=8967/tid=9023] ppid=8964 vsize=14071612 CPUtime=0.07 cores=1,3,5,7
/proc/8967/task/9023/stat : 9023 (java) S 8964 8967 7434 0 -1 1077944384 55 12469 0 0 0 0 4 3 20 0 15 0 30060115 14409330688 307013 18446744073709551615 4194304 4196468 140735601116992 139910061856224 139910584743637 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12480512 140735601125328 140735601128113 140735601128113 140735601131471 0
[pid=8967/tid=9024] ppid=8964 vsize=14071612 CPUtime=0.07 cores=1,3,5,7
/proc/8967/task/9024/stat : 9024 (java) S 8964 8967 7434 0 -1 1077944384 44 12469 0 0 0 0 4 3 20 0 15 0 30060116 14409330688 307013 18446744073709551615 4194304 4196468 140735601116992 139910060803584 139910584743637 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12480512 140735601125328 140735601128113 140735601128113 140735601131471 0
[pid=8967/tid=9025] ppid=8964 vsize=14071612 CPUtime=0.07 cores=1,3,5,7
/proc/8967/task/9025/stat : 9025 (java) S 8964 8967 7434 0 -1 1077944384 3 12469 0 0 0 0 4 3 20 0 15 0 30060118 14409330688 307013 18446744073709551615 4194304 4196468 140735601116992 139910059752144 139910584752027 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12480512 140735601125328 140735601128113 140735601128113 140735601131471 0
[pid=8967/tid=9026] ppid=8964 vsize=14071612 CPUtime=5.04 cores=1,3,5,7
/proc/8967/task/9026/stat : 9026 (java) S 8964 8967 7434 0 -1 1077944384 23672 12469 0 0 494 3 4 3 20 0 15 0 30060118 14409330688 307013 18446744073709551615 4194304 4196468 140735601116992 139910058698736 139910584744578 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12480512 140735601125328 140735601128113 140735601128113 140735601131471 0
[pid=8967/tid=9027] ppid=8964 vsize=14071612 CPUtime=5.1 cores=1,3,5,7
/proc/8967/task/9027/stat : 9027 (java) S 8964 8967 7434 0 -1 1077944384 28090 12469 0 0 500 3 4 3 20 0 15 0 30060118 14409330688 307013 18446744073709551615 4194304 4196468 140735601116992 139910057646192 139910584744578 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12480512 140735601125328 140735601128113 140735601128113 140735601131471 0
[pid=8967/tid=9028] ppid=8964 vsize=14071612 CPUtime=2.39 cores=1,3,5,7
/proc/8967/task/9028/stat : 9028 (java) S 8964 8967 7434 0 -1 1077944384 25624 12469 0 0 227 5 4 3 20 0 15 0 30060118 14409330688 307013 18446744073709551615 4194304 4196468 140735601116992 139910056593648 139910584744578 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12480512 140735601125328 140735601128113 140735601128113 140735601131471 0
[pid=8967/tid=9029] ppid=8964 vsize=14071612 CPUtime=0.07 cores=1,3,5,7
/proc/8967/task/9029/stat : 9029 (java) S 8964 8967 7434 0 -1 1077944384 3 12469 0 0 0 0 4 3 20 0 15 0 30060119 14409330688 307013 18446744073709551615 4194304 4196468 140735601116992 139910055541344 139910584743637 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12480512 140735601125328 140735601128113 140735601128113 140735601131471 0
[pid=8967/tid=9030] ppid=8964 vsize=14071612 CPUtime=1.48 cores=1,3,5,7
/proc/8967/task/9030/stat : 9030 (java) S 8964 8967 7434 0 -1 1077944384 1329 12469 0 0 67 74 4 3 20 0 15 0 30060123 14409330688 307013 18446744073709551615 4194304 4196468 140735601116992 139910054488880 139910584744578 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12480512 140735601125328 140735601128113 140735601128113 140735601131471 0
Current children cumulated CPU time (s) 2373.94
Current children cumulated vsize (KiB) 14071612

[startup+2382.3 s]
/proc/loadavg: 1.25 1.27 1.34 3/209 9197
/proc/meminfo: memFree=28014536/32770624 swapFree=0/374300
[pid=8967] ppid=8964 vsize=14071612 CPUtime=2435.08 cores=1,3,5,7
/proc/8967/stat : 8967 (java) S 8964 8967 7434 0 -1 1077944320 318234 12469 0 0 243142 359 4 3 20 0 15 0 30060093 14409330688 307013 18446744073709551615 4194304 4196468 140735601116992 140735601099536 139910584733431 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 12480512 140735601125328 140735601128113 140735601128113 140735601131471 0
/proc/8967/statm: 3517903 307013 3481 1 0 3506517 0
[pid=8967/tid=9017] ppid=8964 vsize=14071612 CPUtime=2356.07 cores=1,3,5,7
/proc/8967/task/9017/stat : 9017 (java) R 8964 8967 7434 0 -1 4202560 112256 12469 0 0 235545 55 4 3 20 0 15 0 30060113 14409330688 307013 18446744073709551615 4194304 4196468 140735601116992 139910588967424 139910188177876 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 12480512 140735601125328 140735601128113 140735601128113 140735601131471 0
[pid=8967/tid=9018] ppid=8964 vsize=14071612 CPUtime=13.94 cores=1,3,5,7
/proc/8967/task/9018/stat : 9018 (java) S 8964 8967 7434 0 -1 1077944384 26808 12469 0 0 1337 50 4 3 20 0 15 0 30060114 14409330688 307013 18446744073709551615 4194304 4196468 140735601116992 139910519167248 139910584743637 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12480512 140735601125328 140735601128113 140735601128113 140735601131471 0
[pid=8967/tid=9019] ppid=8964 vsize=14071612 CPUtime=13.95 cores=1,3,5,7
/proc/8967/task/9019/stat : 9019 (java) S 8964 8967 7434 0 -1 1077944384 23123 12469 0 0 1337 51 4 3 20 0 15 0 30060114 14409330688 307013 18446744073709551615 4194304 4196468 140735601116992 139910518114704 139910584743637 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12480512 140735601125328 140735601128113 140735601128113 140735601131471 0
[pid=8967/tid=9020] ppid=8964 vsize=14071612 CPUtime=13.92 cores=1,3,5,7
/proc/8967/task/9020/stat : 9020 (java) S 8964 8967 7434 0 -1 1077944384 33096 12469 0 0 1331 54 4 3 20 0 15 0 30060114 14409330688 307013 18446744073709551615 4194304 4196468 140735601116992 139910517062160 139910584743637 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12480512 140735601125328 140735601128113 140735601128113 140735601131471 0
[pid=8967/tid=9021] ppid=8964 vsize=14071612 CPUtime=13.94 cores=1,3,5,7
/proc/8967/task/9021/stat : 9021 (java) S 8964 8967 7434 0 -1 1077944384 20841 12469 0 0 1335 52 4 3 20 0 15 0 30060114 14409330688 307013 18446744073709551615 4194304 4196468 140735601116992 139910516009616 139910584743637 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12480512 140735601125328 140735601128113 140735601128113 140735601131471 0
[pid=8967/tid=9022] ppid=8964 vsize=14071612 CPUtime=9.7 cores=1,3,5,7
/proc/8967/task/9022/stat : 9022 (java) S 8964 8967 7434 0 -1 1077944384 21116 12469 0 0 907 56 4 3 20 0 15 0 30060115 14409330688 307013 18446744073709551615 4194304 4196468 140735601116992 139910062909936 139910584744578 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12480512 140735601125328 140735601128113 140735601128113 140735601131471 0
[pid=8967/tid=9023] ppid=8964 vsize=14071612 CPUtime=0.07 cores=1,3,5,7
/proc/8967/task/9023/stat : 9023 (java) S 8964 8967 7434 0 -1 1077944384 55 12469 0 0 0 0 4 3 20 0 15 0 30060115 14409330688 307013 18446744073709551615 4194304 4196468 140735601116992 139910061856224 139910584743637 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12480512 140735601125328 140735601128113 140735601128113 140735601131471 0
[pid=8967/tid=9024] ppid=8964 vsize=14071612 CPUtime=0.07 cores=1,3,5,7
/proc/8967/task/9024/stat : 9024 (java) S 8964 8967 7434 0 -1 1077944384 44 12469 0 0 0 0 4 3 20 0 15 0 30060116 14409330688 307013 18446744073709551615 4194304 4196468 140735601116992 139910060803584 139910584743637 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12480512 140735601125328 140735601128113 140735601128113 140735601131471 0
[pid=8967/tid=9025] ppid=8964 vsize=14071612 CPUtime=0.07 cores=1,3,5,7
/proc/8967/task/9025/stat : 9025 (java) S 8964 8967 7434 0 -1 1077944384 3 12469 0 0 0 0 4 3 20 0 15 0 30060118 14409330688 307013 18446744073709551615 4194304 4196468 140735601116992 139910059752144 139910584752027 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12480512 140735601125328 140735601128113 140735601128113 140735601131471 0
[pid=8967/tid=9026] ppid=8964 vsize=14071612 CPUtime=5.04 cores=1,3,5,7
/proc/8967/task/9026/stat : 9026 (java) S 8964 8967 7434 0 -1 1077944384 23674 12469 0 0 494 3 4 3 20 0 15 0 30060118 14409330688 307013 18446744073709551615 4194304 4196468 140735601116992 139910058698736 139910584744578 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12480512 140735601125328 140735601128113 140735601128113 140735601131471 0
[pid=8967/tid=9027] ppid=8964 vsize=14071612 CPUtime=5.1 cores=1,3,5,7
/proc/8967/task/9027/stat : 9027 (java) S 8964 8967 7434 0 -1 1077944384 28093 12469 0 0 500 3 4 3 20 0 15 0 30060118 14409330688 307013 18446744073709551615 4194304 4196468 140735601116992 139910057646192 139910584744578 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12480512 140735601125328 140735601128113 140735601128113 140735601131471 0
[pid=8967/tid=9028] ppid=8964 vsize=14071612 CPUtime=2.39 cores=1,3,5,7
/proc/8967/task/9028/stat : 9028 (java) S 8964 8967 7434 0 -1 1077944384 25626 12469 0 0 227 5 4 3 20 0 15 0 30060118 14409330688 307013 18446744073709551615 4194304 4196468 140735601116992 139910056593648 139910584744578 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12480512 140735601125328 140735601128113 140735601128113 140735601131471 0
[pid=8967/tid=9029] ppid=8964 vsize=14071612 CPUtime=0.07 cores=1,3,5,7
/proc/8967/task/9029/stat : 9029 (java) S 8964 8967 7434 0 -1 1077944384 3 12469 0 0 0 0 4 3 20 0 15 0 30060119 14409330688 307013 18446744073709551615 4194304 4196468 140735601116992 139910055541344 139910584743637 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12480512 140735601125328 140735601128113 140735601128113 140735601131471 0
[pid=8967/tid=9030] ppid=8964 vsize=14071612 CPUtime=1.52 cores=1,3,5,7
/proc/8967/task/9030/stat : 9030 (java) S 8964 8967 7434 0 -1 1077944384 1340 12469 0 0 69 76 4 3 20 0 15 0 30060123 14409330688 307013 18446744073709551615 4194304 4196468 140735601116992 139910054488880 139910584744578 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12480512 140735601125328 140735601128113 140735601128113 140735601131471 0
Current children cumulated CPU time (s) 2435.08
Current children cumulated vsize (KiB) 14071612

[startup+2442.3 s]
/proc/loadavg: 1.13 1.24 1.32 3/209 9199
/proc/meminfo: memFree=28022448/32770624 swapFree=0/374320
[pid=8967] ppid=8964 vsize=14071612 CPUtime=2496.23 cores=1,3,5,7
/proc/8967/stat : 8967 (java) S 8964 8967 7434 0 -1 1077944320 321795 12469 0 0 249250 366 4 3 20 0 15 0 30060093 14409330688 307013 18446744073709551615 4194304 4196468 140735601116992 140735601099536 139910584733431 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 12480512 140735601125328 140735601128113 140735601128113 140735601131471 0
/proc/8967/statm: 3517903 307013 3481 1 0 3506517 0
[pid=8967/tid=9017] ppid=8964 vsize=14071612 CPUtime=2415.38 cores=1,3,5,7
/proc/8967/task/9017/stat : 9017 (java) R 8964 8967 7434 0 -1 4202560 113358 12469 0 0 241475 56 4 3 20 0 15 0 30060113 14409330688 307013 18446744073709551615 4194304 4196468 140735601116992 139910588967712 139910207403840 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 12480512 140735601125328 140735601128113 140735601128113 140735601131471 0
[pid=8967/tid=9018] ppid=8964 vsize=14071612 CPUtime=14.34 cores=1,3,5,7
/proc/8967/task/9018/stat : 9018 (java) S 8964 8967 7434 0 -1 1077944384 26915 12469 0 0 1376 51 4 3 20 0 15 0 30060114 14409330688 307013 18446744073709551615 4194304 4196468 140735601116992 139910519167248 139910584743637 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12480512 140735601125328 140735601128113 140735601128113 140735601131471 0
[pid=8967/tid=9019] ppid=8964 vsize=14071612 CPUtime=14.35 cores=1,3,5,7
/proc/8967/task/9019/stat : 9019 (java) S 8964 8967 7434 0 -1 1077944384 23379 12469 0 0 1375 53 4 3 20 0 15 0 30060114 14409330688 307013 18446744073709551615 4194304 4196468 140735601116992 139910518114704 139910584743637 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12480512 140735601125328 140735601128113 140735601128113 140735601131471 0
[pid=8967/tid=9020] ppid=8964 vsize=14071612 CPUtime=14.32 cores=1,3,5,7
/proc/8967/task/9020/stat : 9020 (java) S 8964 8967 7434 0 -1 1077944384 33146 12469 0 0 1370 55 4 3 20 0 15 0 30060114 14409330688 307013 18446744073709551615 4194304 4196468 140735601116992 139910517062160 139910584743637 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12480512 140735601125328 140735601128113 140735601128113 140735601131471 0
[pid=8967/tid=9021] ppid=8964 vsize=14071612 CPUtime=14.34 cores=1,3,5,7
/proc/8967/task/9021/stat : 9021 (java) S 8964 8967 7434 0 -1 1077944384 22482 12469 0 0 1373 54 4 3 20 0 15 0 30060114 14409330688 307013 18446744073709551615 4194304 4196468 140735601116992 139910516009616 139910584743637 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12480512 140735601125328 140735601128113 140735601128113 140735601131471 0
[pid=8967/tid=9022] ppid=8964 vsize=14071612 CPUtime=9.94 cores=1,3,5,7
/proc/8967/task/9022/stat : 9022 (java) S 8964 8967 7434 0 -1 1077944384 21489 12469 0 0 930 57 4 3 20 0 15 0 30060115 14409330688 307013 18446744073709551615 4194304 4196468 140735601116992 139910062909936 139910584744578 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12480512 140735601125328 140735601128113 140735601128113 140735601131471 0
[pid=8967/tid=9023] ppid=8964 vsize=14071612 CPUtime=0.07 cores=1,3,5,7
/proc/8967/task/9023/stat : 9023 (java) S 8964 8967 7434 0 -1 1077944384 55 12469 0 0 0 0 4 3 20 0 15 0 30060115 14409330688 307013 18446744073709551615 4194304 4196468 140735601116992 139910061856224 139910584743637 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12480512 140735601125328 140735601128113 140735601128113 140735601131471 0
[pid=8967/tid=9024] ppid=8964 vsize=14071612 CPUtime=0.07 cores=1,3,5,7
/proc/8967/task/9024/stat : 9024 (java) S 8964 8967 7434 0 -1 1077944384 44 12469 0 0 0 0 4 3 20 0 15 0 30060116 14409330688 307013 18446744073709551615 4194304 4196468 140735601116992 139910060803584 139910584743637 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12480512 140735601125328 140735601128113 140735601128113 140735601131471 0
[pid=8967/tid=9025] ppid=8964 vsize=14071612 CPUtime=0.07 cores=1,3,5,7
/proc/8967/task/9025/stat : 9025 (java) S 8964 8967 7434 0 -1 1077944384 3 12469 0 0 0 0 4 3 20 0 15 0 30060118 14409330688 307013 18446744073709551615 4194304 4196468 140735601116992 139910059752144 139910584752027 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12480512 140735601125328 140735601128113 140735601128113 140735601131471 0
[pid=8967/tid=9026] ppid=8964 vsize=14071612 CPUtime=5.04 cores=1,3,5,7
/proc/8967/task/9026/stat : 9026 (java) S 8964 8967 7434 0 -1 1077944384 23678 12469 0 0 494 3 4 3 20 0 15 0 30060118 14409330688 307013 18446744073709551615 4194304 4196468 140735601116992 139910058698736 139910584744578 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12480512 140735601125328 140735601128113 140735601128113 140735601131471 0
[pid=8967/tid=9027] ppid=8964 vsize=14071612 CPUtime=5.1 cores=1,3,5,7
/proc/8967/task/9027/stat : 9027 (java) S 8964 8967 7434 0 -1 1077944384 28096 12469 0 0 500 3 4 3 20 0 15 0 30060118 14409330688 307013 18446744073709551615 4194304 4196468 140735601116992 139910057646192 139910584744578 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12480512 140735601125328 140735601128113 140735601128113 140735601131471 0
[pid=8967/tid=9028] ppid=8964 vsize=14071612 CPUtime=2.39 cores=1,3,5,7
/proc/8967/task/9028/stat : 9028 (java) S 8964 8967 7434 0 -1 1077944384 25628 12469 0 0 227 5 4 3 20 0 15 0 30060118 14409330688 307013 18446744073709551615 4194304 4196468 140735601116992 139910056593648 139910584744578 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12480512 140735601125328 140735601128113 140735601128113 140735601131471 0
[pid=8967/tid=9029] ppid=8964 vsize=14071612 CPUtime=0.07 cores=1,3,5,7
/proc/8967/task/9029/stat : 9029 (java) S 8964 8967 7434 0 -1 1077944384 3 12469 0 0 0 0 4 3 20 0 15 0 30060119 14409330688 307013 18446744073709551615 4194304 4196468 140735601116992 139910055541344 139910584743637 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12480512 140735601125328 140735601128113 140735601128113 140735601131471 0
[pid=8967/tid=9030] ppid=8964 vsize=14071612 CPUtime=1.56 cores=1,3,5,7
/proc/8967/task/9030/stat : 9030 (java) S 8964 8967 7434 0 -1 1077944384 1363 12469 0 0 71 78 4 3 20 0 15 0 30060123 14409330688 307013 18446744073709551615 4194304 4196468 140735601116992 139910054488880 139910584744578 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12480512 140735601125328 140735601128113 140735601128113 140735601131471 0
Current children cumulated CPU time (s) 2496.23
Current children cumulated vsize (KiB) 14071612



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2465.7 s]
/proc/loadavg: 1.28 1.27 1.33 3/209 9449
/proc/meminfo: memFree=30030460/32770624 swapFree=0/374448
[pid=8967] ppid=8964 vsize=14071612 CPUtime=2520.08 cores=1,3,5,7
/proc/8967/stat : 8967 (java) S 8964 8967 7434 0 -1 1077944320 324865 12469 0 0 251632 369 4 3 20 0 15 0 30060093 14409330688 307013 18446744073709551615 4194304 4196468 140735601116992 140735601099536 139910584733431 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 12480512 140735601125328 140735601128113 140735601128113 140735601131471 0
/proc/8967/statm: 3517903 307013 3481 1 0 3506517 0
[pid=8967/tid=9017] ppid=8964 vsize=14071612 CPUtime=2438.5 cores=1,3,5,7
/proc/8967/task/9017/stat : 9017 (java) R 8964 8967 7434 0 -1 4202560 114042 12469 0 0 243786 57 4 3 20 0 15 0 30060113 14409330688 307013 18446744073709551615 4194304 4196468 140735601116992 139910588967424 139910205599047 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 12480512 140735601125328 140735601128113 140735601128113 140735601131471 0
[pid=8967/tid=9018] ppid=8964 vsize=14071612 CPUtime=14.49 cores=1,3,5,7
/proc/8967/task/9018/stat : 9018 (java) S 8964 8967 7434 0 -1 1077944384 28066 12469 0 0 1391 51 4 3 20 0 15 0 30060114 14409330688 307013 18446744073709551615 4194304 4196468 140735601116992 139910519167248 139910584743637 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12480512 140735601125328 140735601128113 140735601128113 140735601131471 0
[pid=8967/tid=9019] ppid=8964 vsize=14071612 CPUtime=14.51 cores=1,3,5,7
/proc/8967/task/9019/stat : 9019 (java) S 8964 8967 7434 0 -1 1077944384 23486 12469 0 0 1390 54 4 3 20 0 15 0 30060114 14409330688 307013 18446744073709551615 4194304 4196468 140735601116992 139910518114704 139910584743637 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12480512 140735601125328 140735601128113 140735601128113 140735601131471 0
[pid=8967/tid=9020] ppid=8964 vsize=14071612 CPUtime=14.48 cores=1,3,5,7
/proc/8967/task/9020/stat : 9020 (java) S 8964 8967 7434 0 -1 1077944384 33286 12469 0 0 1386 55 4 3 20 0 15 0 30060114 14409330688 307013 18446744073709551615 4194304 4196468 140735601116992 139910517062160 139910584743637 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12480512 140735601125328 140735601128113 140735601128113 140735601131471 0
[pid=8967/tid=9021] ppid=8964 vsize=14071612 CPUtime=14.49 cores=1,3,5,7
/proc/8967/task/9021/stat : 9021 (java) S 8964 8967 7434 0 -1 1077944384 23081 12469 0 0 1388 54 4 3 20 0 15 0 30060114 14409330688 307013 18446744073709551615 4194304 4196468 140735601116992 139910516009616 139910584743637 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12480512 140735601125328 140735601128113 140735601128113 140735601131471 0
[pid=8967/tid=9022] ppid=8964 vsize=14071612 CPUtime=10.03 cores=1,3,5,7
/proc/8967/task/9022/stat : 9022 (java) S 8964 8967 7434 0 -1 1077944384 21850 12469 0 0 939 57 4 3 20 0 15 0 30060115 14409330688 307013 18446744073709551615 4194304 4196468 140735601116992 139910062909936 139910584744578 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12480512 140735601125328 140735601128113 140735601128113 140735601131471 0
[pid=8967/tid=9023] ppid=8964 vsize=14071612 CPUtime=0.07 cores=1,3,5,7
/proc/8967/task/9023/stat : 9023 (java) S 8964 8967 7434 0 -1 1077944384 55 12469 0 0 0 0 4 3 20 0 15 0 30060115 14409330688 307013 18446744073709551615 4194304 4196468 140735601116992 139910061856224 139910584743637 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12480512 140735601125328 140735601128113 140735601128113 140735601131471 0
[pid=8967/tid=9024] ppid=8964 vsize=14071612 CPUtime=0.07 cores=1,3,5,7
/proc/8967/task/9024/stat : 9024 (java) S 8964 8967 7434 0 -1 1077944384 44 12469 0 0 0 0 4 3 20 0 15 0 30060116 14409330688 307013 18446744073709551615 4194304 4196468 140735601116992 139910060803584 139910584743637 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12480512 140735601125328 140735601128113 140735601128113 140735601131471 0
[pid=8967/tid=9025] ppid=8964 vsize=14071612 CPUtime=0.07 cores=1,3,5,7
/proc/8967/task/9025/stat : 9025 (java) S 8964 8967 7434 0 -1 1077944384 3 12469 0 0 0 0 4 3 20 0 15 0 30060118 14409330688 307013 18446744073709551615 4194304 4196468 140735601116992 139910059752144 139910584752027 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12480512 140735601125328 140735601128113 140735601128113 140735601131471 0
[pid=8967/tid=9026] ppid=8964 vsize=14071612 CPUtime=5.04 cores=1,3,5,7
/proc/8967/task/9026/stat : 9026 (java) S 8964 8967 7434 0 -1 1077944384 23680 12469 0 0 494 3 4 3 20 0 15 0 30060118 14409330688 307013 18446744073709551615 4194304 4196468 140735601116992 139910058698736 139910584744578 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12480512 140735601125328 140735601128113 140735601128113 140735601131471 0
[pid=8967/tid=9027] ppid=8964 vsize=14071612 CPUtime=5.11 cores=1,3,5,7
/proc/8967/task/9027/stat : 9027 (java) S 8964 8967 7434 0 -1 1077944384 28099 12469 0 0 500 4 4 3 20 0 15 0 30060118 14409330688 307013 18446744073709551615 4194304 4196468 140735601116992 139910057646192 139910584744578 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12480512 140735601125328 140735601128113 140735601128113 140735601131471 0
[pid=8967/tid=9028] ppid=8964 vsize=14071612 CPUtime=2.39 cores=1,3,5,7
/proc/8967/task/9028/stat : 9028 (java) S 8964 8967 7434 0 -1 1077944384 25630 12469 0 0 227 5 4 3 20 0 15 0 30060118 14409330688 307013 18446744073709551615 4194304 4196468 140735601116992 139910056593648 139910584744578 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12480512 140735601125328 140735601128113 140735601128113 140735601131471 0
[pid=8967/tid=9029] ppid=8964 vsize=14071612 CPUtime=0.07 cores=1,3,5,7
/proc/8967/task/9029/stat : 9029 (java) S 8964 8967 7434 0 -1 1077944384 3 12469 0 0 0 0 4 3 20 0 15 0 30060119 14409330688 307013 18446744073709551615 4194304 4196468 140735601116992 139910055541344 139910584743637 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12480512 140735601125328 140735601128113 140735601128113 140735601131471 0
[pid=8967/tid=9030] ppid=8964 vsize=14071612 CPUtime=1.57 cores=1,3,5,7
/proc/8967/task/9030/stat : 9030 (java) S 8964 8967 7434 0 -1 1077944384 1384 12469 0 0 72 78 4 3 20 0 15 0 30060123 14409330688 307013 18446744073709551615 4194304 4196468 140735601116992 139910054488880 139910584744578 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12480512 140735601125328 140735601128113 140735601128113 140735601131471 0
Current children cumulated CPU time (s) 2520.08
Current children cumulated vsize (KiB) 14071612

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

[startup+2466 s]
/proc/loadavg: 1.28 1.27 1.33 3/209 9449
/proc/meminfo: memFree=30030460/32770624 swapFree=0/374448
[pid=8967] ppid=8964 vsize=0 CPUtime=2520.85 cores=1,3,5,7
/proc/8967/stat : 8967 (java) Z 8964 8967 7434 0 -1 4228108 339818 12469 0 0 251706 372 4 3 20 0 2 0 30060093 0 0 18446744073709551615 0 0 0 0 0 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 0 0 0 0 0 0 0 0
/proc/8967/statm: 0 0 0 0 0 0 0
[pid=8967/tid=9020] ppid=8964 vsize=0 CPUtime=14.65 cores=1,3,5,7
/proc/8967/task/9020/stat : 9020 (java) R 8964 8967 7434 0 -1 4203588 33343 12469 0 0 1401 57 4 3 20 0 2 0 30060114 0 0 18446744073709551615 0 0 0 0 0 0 4 1 16800974 18446744073709551615 0 0 -1 1 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 2520.85
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 2466
CPU time (s): 2520.88
CPU user time (s): 2517.12
CPU system time (s): 3.76021
CPU usage (%): 102.225
Max. virtual memory (cumulated for all children) (KiB): 14204740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.12
system time used= 3.76021
maximum resident set size= 1358268
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 352287
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3592
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 265816
involuntary context switches= 6085

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.6517 second user time and 14.9904 second system time

The end

Launcher Data

Begin job on node124 at 2017-08-11 03:52:18
IDJOB=4262785
IDBENCH=115805
IDSOLVER=2650
FILE ID=node124/4262785-1502417194
RUNJOBID= node124-1502411387-7498
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Scheduling/Scheduling-os-taillard/Taillard-os-10-10-9.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262785-1502417194/watcher-4262785-1502417194 -o /tmp/evaluation-result-4262785-1502417194/solver-4262785-1502417194 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502411387-7498 --watchdog 2580  bin/concrete HOME/instance-4262785-1502417194.xml

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

MD5SUM BENCH= 61a67ae858673343e351cd0fcc1d1459
RANDOM SEED=2077537639

node124.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.51
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.51
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.51
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.51
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:        31423444 kB
MemAvailable:   31808892 kB
Buffers:          186728 kB
Cached:           487124 kB
SwapCached:            0 kB
Active:           548224 kB
Inactive:         389628 kB
Active(anon):     264488 kB
Inactive(anon):    16768 kB
Active(file):     283736 kB
Inactive(file):   372860 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             48616 kB
Writeback:             4 kB
AnonPages:        260828 kB
Mapped:            49784 kB
Shmem:             17128 kB
Slab:             114476 kB
SReclaimable:      89372 kB
SUnreclaim:        25104 kB
KernelStack:        3424 kB
PageTables:         5036 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1162244 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    110592 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61984 MiB
End job on node124 at 2017-08-11 04:33:24