Trace number 4259489

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) 250.787 240.22099

General information on the benchmark

NameGolombRuler/GolombRuler-a3-s1/
GolombRuler-21-a3.xml
MD5SUM77b850f9bb38d7d923034c01213ab5aa
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark416
Best CPU time to get the best result obtained on this benchmark2001.25
Satisfiable
(Un)Satisfiability was proved
Number of variables462
Number of constraints213
Number of domains2
Minimum domain size1000
Maximum domain size1001
Distribution of domain sizes[{"size":1000,"count":210},{"size":1001,"count":21}]
Minimum variable degree0
Maximum variable degree22
Distribution of variable degrees[{"degree":0,"count":231},{"degree":2,"count":210},{"degree":21,"count":19},{"degree":22,"count":2}]
Minimum constraint arity1
Maximum constraint arity210
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":210},{"arity":21,"count":1},{"arity":210,"count":1}]
Number of extensional constraints0
Number of intensional constraints211
Distribution of constraint types[{"type":"intension","count":211},{"type":"allDifferent","count":1},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Solver Data

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

pid=7473
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 264 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 294 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 240 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.60 1.61 1.66 3/194 7476
/proc/meminfo: memFree=29406208/32770624 swapFree=0/944584
[pid=7476] ppid=7473 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/7476/stat : 7476 (runsolver) D 7473 7476 5678 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 13752727 24240128 106 18446744073709551615 4194304 4338465 140724076177888 140724076175528 140156129329879 0 0 1 24578 18446744071580418449 0 0 17 0 0 0 0 0 0 6438912 6441760 25108480 140724076179664 140724076180038 140724076180038 140724076183498 0
/proc/7476/statm: 5918 106 53 36 0 2156 0

[startup+0.10016 s]
/proc/loadavg: 1.60 1.61 1.66 3/194 7476
/proc/meminfo: memFree=29406208/32770624 swapFree=0/944584
[pid=7476] ppid=7473 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/7476/stat : 7476 (bash) S 7473 7476 5678 0 -1 4202496 797 5314 0 0 0 0 0 1 20 0 1 0 13752727 9867264 360 18446744073709551615 4194304 5098028 140725994324016 140725994321672 140496798804992 0 0 5 65536 18446744071580971376 0 0 17 4 0 0 8 0 0 7196144 7232144 8806400 140725994332689 140725994332774 140725994332774 140725994336234 0
/proc/7476/statm: 2409 360 286 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.200206 s]
/proc/loadavg: 1.60 1.61 1.66 3/194 7476
/proc/meminfo: memFree=29406208/32770624 swapFree=0/944584
[pid=7476] ppid=7473 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/7476/stat : 7476 (bash) S 7473 7476 5678 0 -1 4202496 892 6495 0 0 0 0 0 1 20 0 1 0 13752727 9867264 377 18446744073709551615 4194304 5098028 140725994324016 140725994318024 140496798804992 0 0 5 65536 18446744071580971376 0 0 17 4 0 0 8 0 0 7196144 7232144 8806400 140725994332689 140725994332774 140725994332774 140725994336234 0
/proc/7476/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300299 s]
/proc/loadavg: 1.60 1.61 1.66 3/194 7476
/proc/meminfo: memFree=29406208/32770624 swapFree=0/944584
[pid=7476] ppid=7473 vsize=13907308 CPUtime=0.14 cores=0,2,4,6
/proc/7476/stat : 7476 (java) S 7473 7476 5678 0 -1 1077944320 5744 12360 0 0 5 1 5 3 20 0 14 0 13752727 14241083392 5422 18446744073709551615 4194304 4196468 140730899329296 140730899311840 140581746114295 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 19824640 140730899335117 140730899337902 140730899337902 140730899341263 0
/proc/7476/statm: 3476827 5422 2555 1 0 3466332 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 13907308

[startup+0.707561 s]
/proc/loadavg: 1.60 1.61 1.66 3/194 7476
/proc/meminfo: memFree=29406208/32770624 swapFree=0/944584
[pid=7476] ppid=7473 vsize=13974784 CPUtime=0.69 cores=0,2,4,6
/proc/7476/stat : 7476 (java) S 7473 7476 5678 0 -1 1077944320 13876 12360 0 0 57 4 5 3 20 0 15 0 13752727 14310178816 14284 18446744073709551615 4194304 4196468 140730899329296 140730899311840 140581746114295 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 19824640 140730899335117 140730899337902 140730899337902 140730899341263 0
/proc/7476/statm: 3493696 14284 3116 1 0 3482973 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 13974784

[startup+1.50459 s]
/proc/loadavg: 1.63 1.61 1.66 3/209 7539
/proc/meminfo: memFree=29314292/32770624 swapFree=0/944864
[pid=7476] ppid=7473 vsize=13985408 CPUtime=1.88 cores=0,2,4,6
/proc/7476/stat : 7476 (java) S 7473 7476 5678 0 -1 1077944320 25790 12360 0 0 172 8 5 3 20 0 15 0 13752727 14321057792 36068 18446744073709551615 4194304 4196468 140730899329296 140730899311840 140581746114295 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 19824640 140730899335117 140730899337902 140730899337902 140730899341263 0
/proc/7476/statm: 3496352 36068 3338 1 0 3485533 0
[pid=7476/tid=7526] ppid=7473 vsize=13985408 CPUtime=1.3 cores=0,2,4,6
/proc/7476/task/7526/stat : 7526 (java) S 7473 7476 5678 0 -1 1077944384 20401 12360 0 0 117 5 5 3 20 0 15 0 13752747 14321057792 36068 18446744073709551615 4194304 4196468 140730899329296 140581750335408 140581746124501 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 5 0 0 6293624 6294260 19824640 140730899335117 140730899337902 140730899337902 140730899341263 0
[pid=7476/tid=7527] ppid=7473 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/7476/task/7527/stat : 7527 (java) S 7473 7476 5678 0 -1 1077944384 178 12360 0 0 0 0 5 3 20 0 15 0 13752748 14321057792 36068 18446744073709551615 4194304 4196468 140730899329296 140581665528464 140581746124501 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19824640 140730899335117 140730899337902 140730899337902 140730899341263 0
[pid=7476/tid=7528] ppid=7473 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/7476/task/7528/stat : 7528 (java) S 7473 7476 5678 0 -1 1077944384 21 12360 0 0 0 0 5 3 20 0 15 0 13752748 14321057792 36068 18446744073709551615 4194304 4196468 140730899329296 140581664475664 140581746124501 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19824640 140730899335117 140730899337902 140730899337902 140730899341263 0
[pid=7476/tid=7529] ppid=7473 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/7476/task/7529/stat : 7529 (java) S 7473 7476 5678 0 -1 1077944384 28 12360 0 0 0 0 5 3 20 0 15 0 13752748 14321057792 36068 18446744073709551615 4194304 4196468 140730899329296 140581663422864 140581746124501 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19824640 140730899335117 140730899337902 140730899337902 140730899341263 0
[pid=7476/tid=7530] ppid=7473 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/7476/task/7530/stat : 7530 (java) S 7473 7476 5678 0 -1 1077944384 26 12360 0 0 0 0 5 3 20 0 15 0 13752748 14321057792 36068 18446744073709551615 4194304 4196468 140730899329296 140581342800144 140581746124501 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19824640 140730899335117 140730899337902 140730899337902 140730899341263 0
[pid=7476/tid=7531] ppid=7473 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/7476/task/7531/stat : 7531 (java) R 7473 7476 5678 0 -1 4202560 25 12360 0 0 0 0 5 3 20 0 15 0 13752750 14321057792 36068 18446744073709551615 4194304 4196468 140730899329296 140580662760832 140581731179040 0 0 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19824640 140730899335117 140730899337902 140730899337902 140730899341263 0
[pid=7476/tid=7532] ppid=7473 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/7476/task/7532/stat : 7532 (java) S 7473 7476 5678 0 -1 1077944384 33 12360 0 0 0 0 5 3 20 0 15 0 13752750 14321057792 36068 18446744073709551615 4194304 4196468 140730899329296 140580661708320 140581746124501 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19824640 140730899335117 140730899337902 140730899337902 140730899341263 0
[pid=7476/tid=7533] ppid=7473 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/7476/task/7533/stat : 7533 (java) S 7473 7476 5678 0 -1 1077944384 21 12360 0 0 0 0 5 3 20 0 15 0 13752750 14321057792 36068 18446744073709551615 4194304 4196468 140730899329296 140580660655472 140581746124501 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19824640 140730899335117 140730899337902 140730899337902 140730899341263 0
[pid=7476/tid=7534] ppid=7473 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/7476/task/7534/stat : 7534 (java) S 7473 7476 5678 0 -1 1077944384 3 12360 0 0 0 0 5 3 20 0 15 0 13752753 14321057792 36068 18446744073709551615 4194304 4196468 140730899329296 140580659603792 140581746132891 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19824640 140730899335117 140730899337902 140730899337902 140730899341263 0
[pid=7476/tid=7535] ppid=7473 vsize=13985408 CPUtime=0.24 cores=0,2,4,6
/proc/7476/task/7535/stat : 7535 (java) S 7473 7476 5678 0 -1 1077944384 1144 12360 0 0 16 0 5 3 20 0 15 0 13752753 14321057792 36068 18446744073709551615 4194304 4196468 140730899329296 140580658551152 140581746125442 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19824640 140730899335117 140730899337902 140730899337902 140730899341263 0
[pid=7476/tid=7536] ppid=7473 vsize=13985408 CPUtime=0.21 cores=0,2,4,6
/proc/7476/task/7536/stat : 7536 (java) S 7473 7476 5678 0 -1 1077944384 488 12360 0 0 13 0 5 3 20 0 15 0 13752753 14321057792 36068 18446744073709551615 4194304 4196468 140730899329296 140580657498352 140581746125442 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19824640 140730899335117 140730899337902 140730899337902 140730899341263 0
[pid=7476/tid=7537] ppid=7473 vsize=13985408 CPUtime=0.31 cores=0,2,4,6
/proc/7476/task/7537/stat : 7537 (java) S 7473 7476 5678 0 -1 1077944384 1265 12360 0 0 23 0 5 3 20 0 15 0 13752753 14321057792 36068 18446744073709551615 4194304 4196468 140730899329296 140580656441424 140581746124501 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19824640 140730899335117 140730899337902 140730899337902 140730899341263 0
[pid=7476/tid=7538] ppid=7473 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/7476/task/7538/stat : 7538 (java) S 7473 7476 5678 0 -1 1077944384 3 12360 0 0 0 0 5 3 20 0 15 0 13752753 14321057792 36068 18446744073709551615 4194304 4196468 140730899329296 140580185172192 140581746124501 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19824640 140730899335117 140730899337902 140730899337902 140730899341263 0
[pid=7476/tid=7539] ppid=7473 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/7476/task/7539/stat : 7539 (java) S 7473 7476 5678 0 -1 1077944384 3 12360 0 0 0 0 5 3 20 0 15 0 13752759 14321057792 36068 18446744073709551615 4194304 4196468 140730899329296 140580184120496 140581746125442 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19824640 140730899335117 140730899337902 140730899337902 140730899341263 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 13985408

[startup+3.10141 s]
/proc/loadavg: 1.63 1.61 1.66 3/209 7539
/proc/meminfo: memFree=29235432/32770624 swapFree=0/944864
[pid=7476] ppid=7473 vsize=13997884 CPUtime=5.59 cores=0,2,4,6
/proc/7476/stat : 7476 (java) S 7473 7476 5678 0 -1 1077944320 34875 12360 0 0 536 15 5 3 20 0 15 0 13752727 14333833216 56332 18446744073709551615 4194304 4196468 140730899329296 140730899311840 140581746114295 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 19824640 140730899335117 140730899337902 140730899337902 140730899341263 0
/proc/7476/statm: 3499471 56332 3434 1 0 3488093 0
[pid=7476/tid=7526] ppid=7473 vsize=13997884 CPUtime=2.86 cores=0,2,4,6
/proc/7476/task/7526/stat : 7526 (java) R 7473 7476 5678 0 -1 4202560 24226 12360 0 0 270 8 5 3 20 0 15 0 13752747 14333833216 56332 18446744073709551615 4194304 4196468 140730899329296 140581750345424 140581346248042 0 4 1 16800974 0 0 0 -1 2 0 0 5 0 0 6293624 6294260 19824640 140730899335117 140730899337902 140730899337902 140730899341263 0
[pid=7476/tid=7527] ppid=7473 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/7476/task/7527/stat : 7527 (java) S 7473 7476 5678 0 -1 1077944384 190 12360 0 0 0 0 5 3 20 0 15 0 13752748 14333833216 56332 18446744073709551615 4194304 4196468 140730899329296 140581665528464 140581746124501 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19824640 140730899335117 140730899337902 140730899337902 140730899341263 0
[pid=7476/tid=7528] ppid=7473 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/7476/task/7528/stat : 7528 (java) S 7473 7476 5678 0 -1 1077944384 28 12360 0 0 1 0 5 3 20 0 15 0 13752748 14333833216 56332 18446744073709551615 4194304 4196468 140730899329296 140581664475664 140581746124501 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19824640 140730899335117 140730899337902 140730899337902 140730899341263 0
[pid=7476/tid=7529] ppid=7473 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/7476/task/7529/stat : 7529 (java) S 7473 7476 5678 0 -1 1077944384 43 12360 0 0 1 0 5 3 20 0 15 0 13752748 14333833216 56332 18446744073709551615 4194304 4196468 140730899329296 140581663422864 140581746124501 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19824640 140730899335117 140730899337902 140730899337902 140730899341263 0
[pid=7476/tid=7530] ppid=7473 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/7476/task/7530/stat : 7530 (java) S 7473 7476 5678 0 -1 1077944384 46 12360 0 0 1 0 5 3 20 0 15 0 13752748 14333833216 56332 18446744073709551615 4194304 4196468 140730899329296 140581342800144 140581746124501 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19824640 140730899335117 140730899337902 140730899337902 140730899341263 0
[pid=7476/tid=7531] ppid=7473 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/7476/task/7531/stat : 7531 (java) S 7473 7476 5678 0 -1 1077944384 636 12360 0 0 1 0 5 3 20 0 15 0 13752750 14333833216 56332 18446744073709551615 4194304 4196468 140730899329296 140580662762352 140581746125442 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19824640 140730899335117 140730899337902 140730899337902 140730899341263 0
[pid=7476/tid=7532] ppid=7473 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/7476/task/7532/stat : 7532 (java) S 7473 7476 5678 0 -1 1077944384 54 12360 0 0 0 0 5 3 20 0 15 0 13752750 14333833216 56332 18446744073709551615 4194304 4196468 140730899329296 140580661708384 140581746124501 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19824640 140730899335117 140730899337902 140730899337902 140730899341263 0
[pid=7476/tid=7533] ppid=7473 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/7476/task/7533/stat : 7533 (java) S 7473 7476 5678 0 -1 1077944384 45 12360 0 0 0 0 5 3 20 0 15 0 13752750 14333833216 56332 18446744073709551615 4194304 4196468 140730899329296 140580660655488 140581746124501 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19824640 140730899335117 140730899337902 140730899337902 140730899341263 0
[pid=7476/tid=7534] ppid=7473 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/7476/task/7534/stat : 7534 (java) S 7473 7476 5678 0 -1 1077944384 3 12360 0 0 0 0 5 3 20 0 15 0 13752753 14333833216 56332 18446744073709551615 4194304 4196468 140730899329296 140580659603792 140581746132891 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19824640 140730899335117 140730899337902 140730899337902 140730899341263 0
[pid=7476/tid=7535] ppid=7473 vsize=13997884 CPUtime=0.84 cores=0,2,4,6
/proc/7476/task/7535/stat : 7535 (java) R 7473 7476 5678 0 -1 4202560 1777 12360 0 0 76 0 5 3 20 0 15 0 13752753 14333833216 56332 18446744073709551615 4194304 4196468 140730899329296 140580658530768 140581729290864 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19824640 140730899335117 140730899337902 140730899337902 140730899341263 0
[pid=7476/tid=7536] ppid=7473 vsize=13997884 CPUtime=0.82 cores=0,2,4,6
/proc/7476/task/7536/stat : 7536 (java) R 7473 7476 5678 0 -1 4202560 1423 12360 0 0 73 1 5 3 20 0 15 0 13752753 14333833216 56332 18446744073709551615 4194304 4196468 140730899329296 140580657491376 140581731226926 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19824640 140730899335117 140730899337902 140730899337902 140730899341263 0
[pid=7476/tid=7537] ppid=7473 vsize=13997884 CPUtime=1.19 cores=0,2,4,6
/proc/7476/task/7537/stat : 7537 (java) S 7473 7476 5678 0 -1 1077944384 4246 12360 0 0 109 2 5 3 20 0 15 0 13752753 14333833216 56332 18446744073709551615 4194304 4196468 140730899329296 140580656445552 140581746125442 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19824640 140730899335117 140730899337902 140730899337902 140730899341263 0
[pid=7476/tid=7538] ppid=7473 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/7476/task/7538/stat : 7538 (java) S 7473 7476 5678 0 -1 1077944384 3 12360 0 0 0 0 5 3 20 0 15 0 13752753 14333833216 56332 18446744073709551615 4194304 4196468 140730899329296 140580185172192 140581746124501 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19824640 140730899335117 140730899337902 140730899337902 140730899341263 0
[pid=7476/tid=7539] ppid=7473 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/7476/task/7539/stat : 7539 (java) S 7473 7476 5678 0 -1 1077944384 3 12360 0 0 0 0 5 3 20 0 15 0 13752759 14333833216 56332 18446744073709551615 4194304 4196468 140730899329296 140580184120496 140581746125442 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19824640 140730899335117 140730899337902 140730899337902 140730899341263 0
Current children cumulated CPU time (s) 5.59
Current children cumulated vsize (KiB) 13997884

[startup+6.30739 s]
/proc/loadavg: 1.58 1.60 1.66 3/209 7539
/proc/meminfo: memFree=29105248/32770624 swapFree=0/944876
[pid=7476] ppid=7473 vsize=14001980 CPUtime=10.84 cores=0,2,4,6
/proc/7476/stat : 7476 (java) S 7473 7476 5678 0 -1 1077944320 50817 12360 0 0 1052 24 5 3 20 0 15 0 13752727 14338027520 86239 18446744073709551615 4194304 4196468 140730899329296 140730899311840 140581746114295 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 19824640 140730899335117 140730899337902 140730899337902 140730899341263 0
/proc/7476/statm: 3500495 86239 3455 1 0 3489117 0
[pid=7476/tid=7526] ppid=7473 vsize=14001980 CPUtime=5.98 cores=0,2,4,6
/proc/7476/task/7526/stat : 7526 (java) R 7473 7476 5678 0 -1 4202560 27088 12360 0 0 581 9 5 3 20 0 15 0 13752747 14338027520 86239 18446744073709551615 4194304 4196468 140730899329296 140581750347824 140581746126230 0 4 1 16800974 0 0 0 -1 0 0 0 5 0 0 6293624 6294260 19824640 140730899335117 140730899337902 140730899337902 140730899341263 0
[pid=7476/tid=7527] ppid=7473 vsize=14001980 CPUtime=0.12 cores=0,2,4,6
/proc/7476/task/7527/stat : 7527 (java) S 7473 7476 5678 0 -1 1077944384 211 12360 0 0 3 1 5 3 20 0 15 0 13752748 14338027520 86239 18446744073709551615 4194304 4196468 140730899329296 140581665528464 140581746124501 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19824640 140730899335117 140730899337902 140730899337902 140730899341263 0
[pid=7476/tid=7528] ppid=7473 vsize=14001980 CPUtime=0.13 cores=0,2,4,6
/proc/7476/task/7528/stat : 7528 (java) S 7473 7476 5678 0 -1 1077944384 123 12360 0 0 4 1 5 3 20 0 15 0 13752748 14338027520 86239 18446744073709551615 4194304 4196468 140730899329296 140581664475664 140581746124501 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19824640 140730899335117 140730899337902 140730899337902 140730899341263 0
[pid=7476/tid=7529] ppid=7473 vsize=14001980 CPUtime=0.13 cores=0,2,4,6
/proc/7476/task/7529/stat : 7529 (java) S 7473 7476 5678 0 -1 1077944384 94 12360 0 0 5 0 5 3 20 0 15 0 13752748 14338027520 86239 18446744073709551615 4194304 4196468 140730899329296 140581663422864 140581746124501 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19824640 140730899335117 140730899337902 140730899337902 140730899341263 0
[pid=7476/tid=7530] ppid=7473 vsize=14001980 CPUtime=0.13 cores=0,2,4,6
/proc/7476/task/7530/stat : 7530 (java) S 7473 7476 5678 0 -1 1077944384 248 12360 0 0 5 0 5 3 20 0 15 0 13752748 14338027520 86239 18446744073709551615 4194304 4196468 140730899329296 140581342800144 140581746124501 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19824640 140730899335117 140730899337902 140730899337902 140730899341263 0
[pid=7476/tid=7531] ppid=7473 vsize=14001980 CPUtime=0.12 cores=0,2,4,6
/proc/7476/task/7531/stat : 7531 (java) S 7473 7476 5678 0 -1 1077944384 2327 12360 0 0 4 0 5 3 20 0 15 0 13752750 14338027520 86239 18446744073709551615 4194304 4196468 140730899329296 140580662762352 140581746125442 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19824640 140730899335117 140730899337902 140730899337902 140730899341263 0
[pid=7476/tid=7532] ppid=7473 vsize=14001980 CPUtime=0.08 cores=0,2,4,6
/proc/7476/task/7532/stat : 7532 (java) S 7473 7476 5678 0 -1 1077944384 54 12360 0 0 0 0 5 3 20 0 15 0 13752750 14338027520 86239 18446744073709551615 4194304 4196468 140730899329296 140580661708448 140581746124501 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19824640 140730899335117 140730899337902 140730899337902 140730899341263 0
[pid=7476/tid=7533] ppid=7473 vsize=14001980 CPUtime=0.08 cores=0,2,4,6
/proc/7476/task/7533/stat : 7533 (java) S 7473 7476 5678 0 -1 1077944384 46 12360 0 0 0 0 5 3 20 0 15 0 13752750 14338027520 86239 18446744073709551615 4194304 4196468 140730899329296 140580660655488 140581746124501 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19824640 140730899335117 140730899337902 140730899337902 140730899341263 0
[pid=7476/tid=7534] ppid=7473 vsize=14001980 CPUtime=0.08 cores=0,2,4,6
/proc/7476/task/7534/stat : 7534 (java) S 7473 7476 5678 0 -1 1077944384 3 12360 0 0 0 0 5 3 20 0 15 0 13752753 14338027520 86239 18446744073709551615 4194304 4196468 140730899329296 140580659603792 140581746132891 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19824640 140730899335117 140730899337902 140730899337902 140730899341263 0
[pid=7476/tid=7535] ppid=7473 vsize=14001980 CPUtime=1.58 cores=0,2,4,6
/proc/7476/task/7535/stat : 7535 (java) R 7473 7476 5678 0 -1 4202560 5274 12360 0 0 148 2 5 3 20 0 15 0 13752753 14338027520 86239 18446744073709551615 4194304 4196468 140730899329296 140580658537264 140581729525110 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19824640 140730899335117 140730899337902 140730899337902 140730899341263 0
[pid=7476/tid=7536] ppid=7473 vsize=14001980 CPUtime=1.6 cores=0,2,4,6
/proc/7476/task/7536/stat : 7536 (java) R 7473 7476 5678 0 -1 4202560 4909 12360 0 0 148 4 5 3 20 0 15 0 13752753 14338027520 86239 18446744073709551615 4194304 4196468 140730899329296 140580657498352 140581746126230 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19824640 140730899335117 140730899337902 140730899337902 140730899341263 0
[pid=7476/tid=7537] ppid=7473 vsize=14001980 CPUtime=1.59 cores=0,2,4,6
/proc/7476/task/7537/stat : 7537 (java) R 7473 7476 5678 0 -1 1077944384 8076 12360 0 0 149 2 5 3 20 0 15 0 13752753 14338027520 86239 18446744073709551615 4194304 4196468 140730899329296 140580656445552 140581746125442 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19824640 140730899335117 140730899337902 140730899337902 140730899341263 0
[pid=7476/tid=7538] ppid=7473 vsize=14001980 CPUtime=0.08 cores=0,2,4,6
/proc/7476/task/7538/stat : 7538 (java) S 7473 7476 5678 0 -1 1077944384 3 12360 0 0 0 0 5 3 20 0 15 0 13752753 14338027520 86239 18446744073709551615 4194304 4196468 140730899329296 140580185172192 140581746124501 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19824640 140730899335117 140730899337902 140730899337902 140730899341263 0
[pid=7476/tid=7539] ppid=7473 vsize=14001980 CPUtime=0.08 cores=0,2,4,6
/proc/7476/task/7539/stat : 7539 (java) S 7473 7476 5678 0 -1 1077944384 209 12360 0 0 0 0 5 3 20 0 15 0 13752759 14338027520 86239 18446744073709551615 4194304 4196468 140730899329296 140580184120496 140581746125442 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19824640 140730899335117 140730899337902 140730899337902 140730899341263 0
Current children cumulated CPU time (s) 10.84
Current children cumulated vsize (KiB) 14001980

[startup+12.7008 s]
/proc/loadavg: 1.61 1.61 1.66 3/209 7539
/proc/meminfo: memFree=28589288/32770624 swapFree=0/944880
[pid=7476] ppid=7473 vsize=14067516 CPUtime=20.73 cores=0,2,4,6
/proc/7476/stat : 7476 (java) S 7473 7476 5678 0 -1 1077944320 87376 12360 0 0 2031 34 5 3 20 0 15 0 13752727 14405136384 196462 18446744073709551615 4194304 4196468 140730899329296 140730899311840 140581746114295 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 19824640 140730899335117 140730899337902 140730899337902 140730899341263 0
/proc/7476/statm: 3516879 196462 3470 1 0 3505501 0
[pid=7476/tid=7526] ppid=7473 vsize=14067516 CPUtime=12.34 cores=0,2,4,6
/proc/7476/task/7526/stat : 7526 (java) R 7473 7476 5678 0 -1 4202560 41527 12360 0 0 1209 17 5 3 20 0 15 0 13752747 14405136384 196462 18446744073709551615 4194304 4196468 140730899329296 140581750348336 140581359701376 0 4 1 16800974 0 0 0 -1 4 0 0 5 0 0 6293624 6294260 19824640 140730899335117 140730899337902 140730899337902 140730899341263 0
[pid=7476/tid=7527] ppid=7473 vsize=14067516 CPUtime=0.13 cores=0,2,4,6
/proc/7476/task/7527/stat : 7527 (java) S 7473 7476 5678 0 -1 1077944384 673 12360 0 0 4 1 5 3 20 0 15 0 13752748 14405136384 196462 18446744073709551615 4194304 4196468 140730899329296 140581665528464 140581746124501 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19824640 140730899335117 140730899337902 140730899337902 140730899341263 0
[pid=7476/tid=7528] ppid=7473 vsize=14067516 CPUtime=0.14 cores=0,2,4,6
/proc/7476/task/7528/stat : 7528 (java) S 7473 7476 5678 0 -1 1077944384 383 12360 0 0 5 1 5 3 20 0 15 0 13752748 14405136384 196462 18446744073709551615 4194304 4196468 140730899329296 140581664475664 140581746124501 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19824640 140730899335117 140730899337902 140730899337902 140730899341263 0
[pid=7476/tid=7529] ppid=7473 vsize=14067516 CPUtime=0.15 cores=0,2,4,6
/proc/7476/task/7529/stat : 7529 (java) S 7473 7476 5678 0 -1 1077944384 836 12360 0 0 6 1 5 3 20 0 15 0 13752748 14405136384 196462 18446744073709551615 4194304 4196468 140730899329296 140581663422864 140581746124501 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19824640 140730899335117 140730899337902 140730899337902 140730899341263 0
[pid=7476/tid=7530] ppid=7473 vsize=14067516 CPUtime=0.15 cores=0,2,4,6
/proc/7476/task/7530/stat : 7530 (java) S 7473 7476 5678 0 -1 1077944384 326 12360 0 0 6 1 5 3 20 0 15 0 13752748 14405136384 196462 18446744073709551615 4194304 4196468 140730899329296 140581342800144 140581746124501 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19824640 140730899335117 140730899337902 140730899337902 140730899341263 0
[pid=7476/tid=7531] ppid=7473 vsize=14067516 CPUtime=0.13 cores=0,2,4,6
/proc/7476/task/7531/stat : 7531 (java) S 7473 7476 5678 0 -1 1077944384 2790 12360 0 0 5 0 5 3 20 0 15 0 13752750 14405136384 196462 18446744073709551615 4194304 4196468 140730899329296 140580662762352 140581746125442 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19824640 140730899335117 140730899337902 140730899337902 140730899341263 0
[pid=7476/tid=7532] ppid=7473 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/7476/task/7532/stat : 7532 (java) S 7473 7476 5678 0 -1 1077944384 54 12360 0 0 0 0 5 3 20 0 15 0 13752750 14405136384 196462 18446744073709551615 4194304 4196468 140730899329296 140580661708448 140581746124501 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19824640 140730899335117 140730899337902 140730899337902 140730899341263 0
[pid=7476/tid=7533] ppid=7473 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/7476/task/7533/stat : 7533 (java) S 7473 7476 5678 0 -1 1077944384 46 12360 0 0 0 0 5 3 20 0 15 0 13752750 14405136384 196462 18446744073709551615 4194304 4196468 140730899329296 140580660655488 140581746124501 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19824640 140730899335117 140730899337902 140730899337902 140730899341263 0
[pid=7476/tid=7534] ppid=7473 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/7476/task/7534/stat : 7534 (java) S 7473 7476 5678 0 -1 1077944384 3 12360 0 0 0 0 5 3 20 0 15 0 13752753 14405136384 196462 18446744073709551615 4194304 4196468 140730899329296 140580659603792 140581746132891 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19824640 140730899335117 140730899337902 140730899337902 140730899341263 0

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

/proc/7476/task/7538/stat : 7538 (java) S 7473 7476 5678 0 -1 1077944384 3 12360 0 0 0 0 5 3 20 0 15 0 13752753 14405136384 341438 18446744073709551615 4194304 4196468 140730899329296 140580185172192 140581746124501 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19824640 140730899335117 140730899337902 140730899337902 140730899341263 0
[pid=7476/tid=7539] ppid=7473 vsize=14067516 CPUtime=0.14 cores=0,2,4,6
/proc/7476/task/7539/stat : 7539 (java) S 7473 7476 5678 0 -1 1077944384 1720 12360 0 0 4 2 5 3 20 0 15 0 13752759 14405136384 341438 18446744073709551615 4194304 4196468 140730899329296 140580184120496 140581746125442 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19824640 140730899335117 140730899337902 140730899337902 140730899341263 0
Current children cumulated CPU time (s) 110.91
Current children cumulated vsize (KiB) 14067516

[startup+162.301 s]
/proc/loadavg: 1.42 1.52 1.62 3/209 7558
/proc/meminfo: memFree=27895264/32770624 swapFree=0/944964
[pid=7476] ppid=7473 vsize=14067516 CPUtime=171.58 cores=0,2,4,6
/proc/7476/stat : 7476 (java) S 7473 7476 5678 0 -1 1077944320 109014 12360 0 0 17090 60 5 3 20 0 15 0 13752727 14405136384 341285 18446744073709551615 4194304 4196468 140730899329296 140730899311840 140581746114295 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 19824640 140730899335117 140730899337902 140730899337902 140730899341263 0
/proc/7476/statm: 3516879 341285 3470 1 0 3505501 0
[pid=7476/tid=7526] ppid=7473 vsize=14067516 CPUtime=161.05 cores=0,2,4,6
/proc/7476/task/7526/stat : 7526 (java) R 7473 7476 5678 0 -1 4202560 47050 12360 0 0 16072 25 5 3 20 0 15 0 13752747 14405136384 341285 18446744073709551615 4194304 4196468 140730899329296 140581750348592 140581346124139 0 4 1 16800974 0 0 0 -1 2 0 0 5 0 0 6293624 6294260 19824640 140730899335117 140730899337902 140730899337902 140730899341263 0
[pid=7476/tid=7527] ppid=7473 vsize=14067516 CPUtime=0.52 cores=0,2,4,6
/proc/7476/task/7527/stat : 7527 (java) S 7473 7476 5678 0 -1 1077944384 2292 12360 0 0 39 5 5 3 20 0 15 0 13752748 14405136384 341285 18446744073709551615 4194304 4196468 140730899329296 140581665528464 140581746124501 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19824640 140730899335117 140730899337902 140730899337902 140730899341263 0
[pid=7476/tid=7528] ppid=7473 vsize=14067516 CPUtime=0.52 cores=0,2,4,6
/proc/7476/task/7528/stat : 7528 (java) S 7473 7476 5678 0 -1 1077944384 3004 12360 0 0 40 4 5 3 20 0 15 0 13752748 14405136384 341285 18446744073709551615 4194304 4196468 140730899329296 140581664475664 140581746124501 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19824640 140730899335117 140730899337902 140730899337902 140730899341263 0
[pid=7476/tid=7529] ppid=7473 vsize=14067516 CPUtime=0.53 cores=0,2,4,6
/proc/7476/task/7529/stat : 7529 (java) S 7473 7476 5678 0 -1 1077944384 2502 12360 0 0 40 5 5 3 20 0 15 0 13752748 14405136384 341285 18446744073709551615 4194304 4196468 140730899329296 140581663422864 140581746124501 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19824640 140730899335117 140730899337902 140730899337902 140730899341263 0
[pid=7476/tid=7530] ppid=7473 vsize=14067516 CPUtime=0.52 cores=0,2,4,6
/proc/7476/task/7530/stat : 7530 (java) S 7473 7476 5678 0 -1 1077944384 724 12360 0 0 40 4 5 3 20 0 15 0 13752748 14405136384 341285 18446744073709551615 4194304 4196468 140730899329296 140581342800144 140581746124501 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19824640 140730899335117 140730899337902 140730899337902 140730899341263 0
[pid=7476/tid=7531] ppid=7473 vsize=14067516 CPUtime=0.51 cores=0,2,4,6
/proc/7476/task/7531/stat : 7531 (java) S 7473 7476 5678 0 -1 1077944384 4040 12360 0 0 39 4 5 3 20 0 15 0 13752750 14405136384 341285 18446744073709551615 4194304 4196468 140730899329296 140580662762352 140581746125442 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19824640 140730899335117 140730899337902 140730899337902 140730899341263 0
[pid=7476/tid=7532] ppid=7473 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/7476/task/7532/stat : 7532 (java) S 7473 7476 5678 0 -1 1077944384 54 12360 0 0 0 0 5 3 20 0 15 0 13752750 14405136384 341285 18446744073709551615 4194304 4196468 140730899329296 140580661708448 140581746124501 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19824640 140730899335117 140730899337902 140730899337902 140730899341263 0
[pid=7476/tid=7533] ppid=7473 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/7476/task/7533/stat : 7533 (java) S 7473 7476 5678 0 -1 1077944384 46 12360 0 0 0 0 5 3 20 0 15 0 13752750 14405136384 341285 18446744073709551615 4194304 4196468 140730899329296 140580660655488 140581746124501 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19824640 140730899335117 140730899337902 140730899337902 140730899341263 0
[pid=7476/tid=7534] ppid=7473 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/7476/task/7534/stat : 7534 (java) S 7473 7476 5678 0 -1 1077944384 3 12360 0 0 0 0 5 3 20 0 15 0 13752753 14405136384 341285 18446744073709551615 4194304 4196468 140730899329296 140580659603792 140581746132891 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19824640 140730899335117 140730899337902 140730899337902 140730899341263 0
[pid=7476/tid=7535] ppid=7473 vsize=14067516 CPUtime=3.22 cores=0,2,4,6
/proc/7476/task/7535/stat : 7535 (java) S 7473 7476 5678 0 -1 1077944384 17877 12360 0 0 311 3 5 3 20 0 15 0 13752753 14405136384 341285 18446744073709551615 4194304 4196468 140730899329296 140580658551152 140581746125442 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19824640 140730899335117 140730899337902 140730899337902 140730899341263 0
[pid=7476/tid=7536] ppid=7473 vsize=14067516 CPUtime=3.22 cores=0,2,4,6
/proc/7476/task/7536/stat : 7536 (java) S 7473 7476 5678 0 -1 1077944384 13574 12360 0 0 310 4 5 3 20 0 15 0 13752753 14405136384 341285 18446744073709551615 4194304 4196468 140730899329296 140580657498352 140581746125442 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19824640 140730899335117 140730899337902 140730899337902 140730899341263 0
[pid=7476/tid=7537] ppid=7473 vsize=14067516 CPUtime=1.92 cores=0,2,4,6
/proc/7476/task/7537/stat : 7537 (java) S 7473 7476 5678 0 -1 1077944384 13964 12360 0 0 182 2 5 3 20 0 15 0 13752753 14405136384 341285 18446744073709551615 4194304 4196468 140730899329296 140580656445552 140581746125442 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19824640 140730899335117 140730899337902 140730899337902 140730899341263 0
[pid=7476/tid=7538] ppid=7473 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/7476/task/7538/stat : 7538 (java) S 7473 7476 5678 0 -1 1077944384 3 12360 0 0 0 0 5 3 20 0 15 0 13752753 14405136384 341285 18446744073709551615 4194304 4196468 140730899329296 140580185172192 140581746124501 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19824640 140730899335117 140730899337902 140730899337902 140730899341263 0
[pid=7476/tid=7539] ppid=7473 vsize=14067516 CPUtime=0.17 cores=0,2,4,6
/proc/7476/task/7539/stat : 7539 (java) S 7473 7476 5678 0 -1 1077944384 1729 12360 0 0 5 4 5 3 20 0 15 0 13752759 14405136384 341285 18446744073709551615 4194304 4196468 140730899329296 140580184120496 140581746125442 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19824640 140730899335117 140730899337902 140730899337902 140730899341263 0
Current children cumulated CPU time (s) 171.58
Current children cumulated vsize (KiB) 14067516

[startup+222.306 s]
/proc/loadavg: 1.44 1.51 1.61 3/209 7685
/proc/meminfo: memFree=28663460/32770624 swapFree=0/945096
[pid=7476] ppid=7473 vsize=14067516 CPUtime=232.35 cores=0,2,4,6
/proc/7476/stat : 7476 (java) S 7473 7476 5678 0 -1 1077944320 114411 12360 0 0 23159 68 5 3 20 0 15 0 13752727 14405136384 341910 18446744073709551615 4194304 4196468 140730899329296 140730899311840 140581746114295 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 19824640 140730899335117 140730899337902 140730899337902 140730899341263 0
/proc/7476/statm: 3516879 341910 3470 1 0 3505501 0
[pid=7476/tid=7526] ppid=7473 vsize=14067516 CPUtime=220.41 cores=0,2,4,6
/proc/7476/task/7526/stat : 7526 (java) R 7473 7476 5678 0 -1 4202560 48827 12360 0 0 22007 26 5 3 20 0 15 0 13752747 14405136384 341910 18446744073709551615 4194304 4196468 140730899329296 140581750348592 140581359229900 0 4 1 16800974 0 0 0 -1 4 0 0 5 0 0 6293624 6294260 19824640 140730899335117 140730899337902 140730899337902 140730899341263 0
[pid=7476/tid=7527] ppid=7473 vsize=14067516 CPUtime=0.79 cores=0,2,4,6
/proc/7476/task/7527/stat : 7527 (java) S 7473 7476 5678 0 -1 1077944384 2433 12360 0 0 65 6 5 3 20 0 15 0 13752748 14405136384 341910 18446744073709551615 4194304 4196468 140730899329296 140581665528464 140581746124501 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19824640 140730899335117 140730899337902 140730899337902 140730899341263 0
[pid=7476/tid=7528] ppid=7473 vsize=14067516 CPUtime=0.8 cores=0,2,4,6
/proc/7476/task/7528/stat : 7528 (java) S 7473 7476 5678 0 -1 1077944384 3208 12360 0 0 66 6 5 3 20 0 15 0 13752748 14405136384 341910 18446744073709551615 4194304 4196468 140730899329296 140581664475664 140581746124501 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19824640 140730899335117 140730899337902 140730899337902 140730899341263 0
[pid=7476/tid=7529] ppid=7473 vsize=14067516 CPUtime=0.8 cores=0,2,4,6
/proc/7476/task/7529/stat : 7529 (java) S 7473 7476 5678 0 -1 1077944384 4003 12360 0 0 66 6 5 3 20 0 15 0 13752748 14405136384 341910 18446744073709551615 4194304 4196468 140730899329296 140581663422864 140581746124501 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19824640 140730899335117 140730899337902 140730899337902 140730899341263 0
[pid=7476/tid=7530] ppid=7473 vsize=14067516 CPUtime=0.8 cores=0,2,4,6
/proc/7476/task/7530/stat : 7530 (java) S 7473 7476 5678 0 -1 1077944384 1274 12360 0 0 66 6 5 3 20 0 15 0 13752748 14405136384 341910 18446744073709551615 4194304 4196468 140730899329296 140581342800144 140581746124501 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19824640 140730899335117 140730899337902 140730899337902 140730899341263 0
[pid=7476/tid=7531] ppid=7473 vsize=14067516 CPUtime=0.78 cores=0,2,4,6
/proc/7476/task/7531/stat : 7531 (java) S 7473 7476 5678 0 -1 1077944384 4652 12360 0 0 65 5 5 3 20 0 15 0 13752750 14405136384 341910 18446744073709551615 4194304 4196468 140730899329296 140580662762352 140581746125442 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19824640 140730899335117 140730899337902 140730899337902 140730899341263 0
[pid=7476/tid=7532] ppid=7473 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/7476/task/7532/stat : 7532 (java) S 7473 7476 5678 0 -1 1077944384 54 12360 0 0 0 0 5 3 20 0 15 0 13752750 14405136384 341910 18446744073709551615 4194304 4196468 140730899329296 140580661708448 140581746124501 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19824640 140730899335117 140730899337902 140730899337902 140730899341263 0
[pid=7476/tid=7533] ppid=7473 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/7476/task/7533/stat : 7533 (java) S 7473 7476 5678 0 -1 1077944384 46 12360 0 0 0 0 5 3 20 0 15 0 13752750 14405136384 341910 18446744073709551615 4194304 4196468 140730899329296 140580660655488 140581746124501 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19824640 140730899335117 140730899337902 140730899337902 140730899341263 0
[pid=7476/tid=7534] ppid=7473 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/7476/task/7534/stat : 7534 (java) S 7473 7476 5678 0 -1 1077944384 3 12360 0 0 0 0 5 3 20 0 15 0 13752753 14405136384 341910 18446744073709551615 4194304 4196468 140730899329296 140580659603792 140581746132891 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19824640 140730899335117 140730899337902 140730899337902 140730899341263 0
[pid=7476/tid=7535] ppid=7473 vsize=14067516 CPUtime=3.22 cores=0,2,4,6
/proc/7476/task/7535/stat : 7535 (java) S 7473 7476 5678 0 -1 1077944384 17879 12360 0 0 311 3 5 3 20 0 15 0 13752753 14405136384 341910 18446744073709551615 4194304 4196468 140730899329296 140580658551152 140581746125442 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19824640 140730899335117 140730899337902 140730899337902 140730899341263 0
[pid=7476/tid=7536] ppid=7473 vsize=14067516 CPUtime=3.22 cores=0,2,4,6
/proc/7476/task/7536/stat : 7536 (java) S 7473 7476 5678 0 -1 1077944384 13577 12360 0 0 310 4 5 3 20 0 15 0 13752753 14405136384 341910 18446744073709551615 4194304 4196468 140730899329296 140580657498352 140581746125442 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19824640 140730899335117 140730899337902 140730899337902 140730899341263 0
[pid=7476/tid=7537] ppid=7473 vsize=14067516 CPUtime=1.92 cores=0,2,4,6
/proc/7476/task/7537/stat : 7537 (java) S 7473 7476 5678 0 -1 1077944384 14535 12360 0 0 182 2 5 3 20 0 15 0 13752753 14405136384 341910 18446744073709551615 4194304 4196468 140730899329296 140580656445552 140581746125442 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19824640 140730899335117 140730899337902 140730899337902 140730899341263 0
[pid=7476/tid=7538] ppid=7473 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/7476/task/7538/stat : 7538 (java) S 7473 7476 5678 0 -1 1077944384 3 12360 0 0 0 0 5 3 20 0 15 0 13752753 14405136384 341910 18446744073709551615 4194304 4196468 140730899329296 140580185172192 140581746124501 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19824640 140730899335117 140730899337902 140730899337902 140730899341263 0
[pid=7476/tid=7539] ppid=7473 vsize=14067516 CPUtime=0.22 cores=0,2,4,6
/proc/7476/task/7539/stat : 7539 (java) S 7473 7476 5678 0 -1 1077944384 1765 12360 0 0 7 7 5 3 20 0 15 0 13752759 14405136384 341910 18446744073709551615 4194304 4196468 140730899329296 140580184120496 140581746125442 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19824640 140730899335117 140730899337902 140730899337902 140730899341263 0
Current children cumulated CPU time (s) 232.35
Current children cumulated vsize (KiB) 14067516



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 1.57 1.53 1.62 3/209 7685
/proc/meminfo: memFree=28667676/32770624 swapFree=0/945112
[pid=7476] ppid=7473 vsize=14067516 CPUtime=250.29 cores=0,2,4,6
/proc/7476/stat : 7476 (java) S 7473 7476 5678 0 -1 1077944320 116989 12360 0 0 24950 71 5 3 20 0 15 0 13752727 14405136384 341966 18446744073709551615 4194304 4196468 140730899329296 140730899311840 140581746114295 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 19824640 140730899335117 140730899337902 140730899337902 140730899341263 0
/proc/7476/statm: 3516879 341966 3470 1 0 3505501 0
[pid=7476/tid=7526] ppid=7473 vsize=14067516 CPUtime=237.92 cores=0,2,4,6
/proc/7476/task/7526/stat : 7526 (java) R 7473 7476 5678 0 -1 4202560 49459 12360 0 0 23757 27 5 3 20 0 15 0 13752747 14405136384 341966 18446744073709551615 4194304 4196468 140730899329296 140581750348400 140581359229731 0 4 1 16800974 0 0 0 -1 0 0 0 5 0 0 6293624 6294260 19824640 140730899335117 140730899337902 140730899337902 140730899341263 0
[pid=7476/tid=7527] ppid=7473 vsize=14067516 CPUtime=0.88 cores=0,2,4,6
/proc/7476/task/7527/stat : 7527 (java) S 7473 7476 5678 0 -1 1077944384 3466 12360 0 0 73 7 5 3 20 0 15 0 13752748 14405136384 341966 18446744073709551615 4194304 4196468 140730899329296 140581665528464 140581746124501 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19824640 140730899335117 140730899337902 140730899337902 140730899341263 0
[pid=7476/tid=7528] ppid=7473 vsize=14067516 CPUtime=0.88 cores=0,2,4,6
/proc/7476/task/7528/stat : 7528 (java) S 7473 7476 5678 0 -1 1077944384 3225 12360 0 0 74 6 5 3 20 0 15 0 13752748 14405136384 341966 18446744073709551615 4194304 4196468 140730899329296 140581664475664 140581746124501 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19824640 140730899335117 140730899337902 140730899337902 140730899341263 0
[pid=7476/tid=7529] ppid=7473 vsize=14067516 CPUtime=0.88 cores=0,2,4,6
/proc/7476/task/7529/stat : 7529 (java) S 7473 7476 5678 0 -1 1077944384 4014 12360 0 0 73 7 5 3 20 0 15 0 13752748 14405136384 341966 18446744073709551615 4194304 4196468 140730899329296 140581663422864 140581746124501 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19824640 140730899335117 140730899337902 140730899337902 140730899341263 0
[pid=7476/tid=7530] ppid=7473 vsize=14067516 CPUtime=0.88 cores=0,2,4,6
/proc/7476/task/7530/stat : 7530 (java) S 7473 7476 5678 0 -1 1077944384 1359 12360 0 0 74 6 5 3 20 0 15 0 13752748 14405136384 341966 18446744073709551615 4194304 4196468 140730899329296 140581342800144 140581746124501 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19824640 140730899335117 140730899337902 140730899337902 140730899341263 0
[pid=7476/tid=7531] ppid=7473 vsize=14067516 CPUtime=0.86 cores=0,2,4,6
/proc/7476/task/7531/stat : 7531 (java) S 7473 7476 5678 0 -1 1077944384 4685 12360 0 0 73 5 5 3 20 0 15 0 13752750 14405136384 341966 18446744073709551615 4194304 4196468 140730899329296 140580662762352 140581746125442 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19824640 140730899335117 140730899337902 140730899337902 140730899341263 0
[pid=7476/tid=7532] ppid=7473 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/7476/task/7532/stat : 7532 (java) S 7473 7476 5678 0 -1 1077944384 54 12360 0 0 0 0 5 3 20 0 15 0 13752750 14405136384 341966 18446744073709551615 4194304 4196468 140730899329296 140580661708448 140581746124501 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19824640 140730899335117 140730899337902 140730899337902 140730899341263 0
[pid=7476/tid=7533] ppid=7473 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/7476/task/7533/stat : 7533 (java) S 7473 7476 5678 0 -1 1077944384 46 12360 0 0 0 0 5 3 20 0 15 0 13752750 14405136384 341966 18446744073709551615 4194304 4196468 140730899329296 140580660655488 140581746124501 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19824640 140730899335117 140730899337902 140730899337902 140730899341263 0
[pid=7476/tid=7534] ppid=7473 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/7476/task/7534/stat : 7534 (java) S 7473 7476 5678 0 -1 1077944384 3 12360 0 0 0 0 5 3 20 0 15 0 13752753 14405136384 341966 18446744073709551615 4194304 4196468 140730899329296 140580659603792 140581746132891 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19824640 140730899335117 140730899337902 140730899337902 140730899341263 0
[pid=7476/tid=7535] ppid=7473 vsize=14067516 CPUtime=3.22 cores=0,2,4,6
/proc/7476/task/7535/stat : 7535 (java) S 7473 7476 5678 0 -1 1077944384 17880 12360 0 0 311 3 5 3 20 0 15 0 13752753 14405136384 341966 18446744073709551615 4194304 4196468 140730899329296 140580658551152 140581746125442 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19824640 140730899335117 140730899337902 140730899337902 140730899341263 0
[pid=7476/tid=7536] ppid=7473 vsize=14067516 CPUtime=3.22 cores=0,2,4,6
/proc/7476/task/7536/stat : 7536 (java) S 7473 7476 5678 0 -1 1077944384 13577 12360 0 0 310 4 5 3 20 0 15 0 13752753 14405136384 341966 18446744073709551615 4194304 4196468 140730899329296 140580657498352 140581746125442 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19824640 140730899335117 140730899337902 140730899337902 140730899341263 0
[pid=7476/tid=7537] ppid=7473 vsize=14067516 CPUtime=1.93 cores=0,2,4,6
/proc/7476/task/7537/stat : 7537 (java) S 7473 7476 5678 0 -1 1077944384 15299 12360 0 0 183 2 5 3 20 0 15 0 13752753 14405136384 341966 18446744073709551615 4194304 4196468 140730899329296 140580656445552 140581746125442 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19824640 140730899335117 140730899337902 140730899337902 140730899341263 0
[pid=7476/tid=7538] ppid=7473 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/7476/task/7538/stat : 7538 (java) S 7473 7476 5678 0 -1 1077944384 3 12360 0 0 0 0 5 3 20 0 15 0 13752753 14405136384 341966 18446744073709551615 4194304 4196468 140730899329296 140580185172192 140581746124501 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19824640 140730899335117 140730899337902 140730899337902 140730899341263 0
[pid=7476/tid=7539] ppid=7473 vsize=14067516 CPUtime=0.22 cores=0,2,4,6
/proc/7476/task/7539/stat : 7539 (java) S 7473 7476 5678 0 -1 1077944384 1767 12360 0 0 7 7 5 3 20 0 15 0 13752759 14405136384 341966 18446744073709551615 4194304 4196468 140730899329296 140580184120496 140581746125442 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19824640 140730899335117 140730899337902 140730899337902 140730899341263 0
Current children cumulated CPU time (s) 250.29
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 7476 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+240.201 s]
/proc/loadavg: 1.57 1.53 1.62 3/209 7685
/proc/meminfo: memFree=28667676/32770624 swapFree=0/945112
[pid=7476] ppid=7473 vsize=14200644 CPUtime=250.75 cores=0,2,4,6
/proc/7476/stat : 7476 (java) S 7473 7476 5678 0 -1 1077944320 129327 12360 0 0 24995 72 5 3 20 0 17 0 13752727 14541459456 343681 18446744073709551615 4194304 4196468 140730899329296 140730899311840 140581746114295 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 19824640 140730899335117 140730899337902 140730899337902 140730899341263 0
/proc/7476/statm: 3550161 343681 3471 1 0 3538783 0
[pid=7476/tid=7526] ppid=7473 vsize=14200644 CPUtime=237.93 cores=0,2,4,6
/proc/7476/task/7526/stat : 7526 (java) S 7473 7476 5678 0 -1 1077944384 50402 12360 0 0 23758 27 5 3 20 0 17 0 13752747 14541459456 343681 18446744073709551615 4194304 4196468 140730899329296 140581750357168 140581746124501 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 5 0 0 6293624 6294260 19824640 140730899335117 140730899337902 140730899337902 140730899341263 0
[pid=7476/tid=7527] ppid=7473 vsize=14200644 CPUtime=0.96 cores=0,2,4,6
/proc/7476/task/7527/stat : 7527 (java) S 7473 7476 5678 0 -1 1077944384 3482 12360 0 0 81 7 5 3 20 0 17 0 13752748 14541459456 343681 18446744073709551615 4194304 4196468 140730899329296 140581665528464 140581746124501 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19824640 140730899335117 140730899337902 140730899337902 140730899341263 0
[pid=7476/tid=7528] ppid=7473 vsize=14200644 CPUtime=0.96 cores=0,2,4,6
/proc/7476/task/7528/stat : 7528 (java) S 7473 7476 5678 0 -1 1077944384 3238 12360 0 0 82 6 5 3 20 0 17 0 13752748 14541459456 343681 18446744073709551615 4194304 4196468 140730899329296 140581664475664 140581746124501 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19824640 140730899335117 140730899337902 140730899337902 140730899341263 0
[pid=7476/tid=7529] ppid=7473 vsize=14200644 CPUtime=0.97 cores=0,2,4,6
/proc/7476/task/7529/stat : 7529 (java) S 7473 7476 5678 0 -1 1077944384 4039 12360 0 0 82 7 5 3 20 0 17 0 13752748 14541459456 343681 18446744073709551615 4194304 4196468 140730899329296 140581663422864 140581746124501 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19824640 140730899335117 140730899337902 140730899337902 140730899341263 0
[pid=7476/tid=7530] ppid=7473 vsize=14200644 CPUtime=0.97 cores=0,2,4,6
/proc/7476/task/7530/stat : 7530 (java) S 7473 7476 5678 0 -1 1077944384 1379 12360 0 0 83 6 5 3 20 0 17 0 13752748 14541459456 343681 18446744073709551615 4194304 4196468 140730899329296 140581342800144 140581746124501 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19824640 140730899335117 140730899337902 140730899337902 140730899341263 0
[pid=7476/tid=7531] ppid=7473 vsize=14200644 CPUtime=0.96 cores=0,2,4,6
/proc/7476/task/7531/stat : 7531 (java) S 7473 7476 5678 0 -1 1077944384 15054 12360 0 0 82 6 5 3 20 0 17 0 13752750 14541459456 343681 18446744073709551615 4194304 4196468 140730899329296 140580662762352 140581746125442 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19824640 140730899335117 140730899337902 140730899337902 140730899341263 0
[pid=7476/tid=7532] ppid=7473 vsize=14200644 CPUtime=0.08 cores=0,2,4,6
/proc/7476/task/7532/stat : 7532 (java) S 7473 7476 5678 0 -1 1077944384 56 12360 0 0 0 0 5 3 20 0 17 0 13752750 14541459456 343681 18446744073709551615 4194304 4196468 140730899329296 140580661708448 140581746124501 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19824640 140730899335117 140730899337902 140730899337902 140730899341263 0
[pid=7476/tid=7533] ppid=7473 vsize=14200644 CPUtime=0.08 cores=0,2,4,6
/proc/7476/task/7533/stat : 7533 (java) S 7473 7476 5678 0 -1 1077944384 48 12360 0 0 0 0 5 3 20 0 17 0 13752750 14541459456 343681 18446744073709551615 4194304 4196468 140730899329296 140580660655488 140581746124501 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19824640 140730899335117 140730899337902 140730899337902 140730899341263 0
[pid=7476/tid=7534] ppid=7473 vsize=14200644 CPUtime=0.08 cores=0,2,4,6
/proc/7476/task/7534/stat : 7534 (java) S 7473 7476 5678 0 -1 1077944384 197 12360 0 0 0 0 5 3 20 0 17 0 13752753 14541459456 343681 18446744073709551615 4194304 4196468 140730899329296 140580659603792 140581746132891 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19824640 140730899335117 140730899337902 140730899337902 140730899341263 0
[pid=7476/tid=7535] ppid=7473 vsize=14200644 CPUtime=3.22 cores=0,2,4,6
/proc/7476/task/7535/stat : 7535 (java) S 7473 7476 5678 0 -1 1077944384 17882 12360 0 0 311 3 5 3 20 0 17 0 13752753 14541459456 343681 18446744073709551615 4194304 4196468 140730899329296 140580658551152 140581746125442 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19824640 140730899335117 140730899337902 140730899337902 140730899341263 0
[pid=7476/tid=7536] ppid=7473 vsize=14200644 CPUtime=3.22 cores=0,2,4,6
/proc/7476/task/7536/stat : 7536 (java) S 7473 7476 5678 0 -1 1077944384 13579 12360 0 0 310 4 5 3 20 0 17 0 13752753 14541459456 343681 18446744073709551615 4194304 4196468 140730899329296 140580657498352 140581746125442 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19824640 140730899335117 140730899337902 140730899337902 140730899341263 0
[pid=7476/tid=7537] ppid=7473 vsize=14200644 CPUtime=1.93 cores=0,2,4,6
/proc/7476/task/7537/stat : 7537 (java) S 7473 7476 5678 0 -1 1077944384 15716 12360 0 0 183 2 5 3 20 0 17 0 13752753 14541459456 343681 18446744073709551615 4194304 4196468 140730899329296 140580656445552 140581746125442 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19824640 140730899335117 140730899337902 140730899337902 140730899341263 0
[pid=7476/tid=7538] ppid=7473 vsize=14200644 CPUtime=0.08 cores=0,2,4,6
/proc/7476/task/7538/stat : 7538 (java) S 7473 7476 5678 0 -1 1077944384 3 12360 0 0 0 0 5 3 20 0 17 0 13752753 14541459456 343681 18446744073709551615 4194304 4196468 140730899329296 140580185172192 140581746124501 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19824640 140730899335117 140730899337902 140730899337902 140730899341263 0
[pid=7476/tid=7539] ppid=7473 vsize=14200644 CPUtime=0.22 cores=0,2,4,6
/proc/7476/task/7539/stat : 7539 (java) S 7473 7476 5678 0 -1 1077944384 1767 12360 0 0 7 7 5 3 20 0 17 0 13752759 14541459456 343681 18446744073709551615 4194304 4196468 140730899329296 140580184120496 140581746125442 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19824640 140730899335117 140730899337902 140730899337902 140730899341263 0
Current children cumulated CPU time (s) 250.75
Current children cumulated vsize (KiB) 14200644

Child status: 143
Real time (s): 240.221
CPU time (s): 250.787
CPU user time (s): 250.011
CPU system time (s): 0.775951
CPU usage (%): 104.398
Max. virtual memory (cumulated for all children) (KiB): 14200644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 250.011
system time used= 0.775951
maximum resident set size= 1379032
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 141771
page faults= 0
swaps= 0
block input operations= 0
block output operations= 16
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28303
involuntary context switches= 789

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.03002 second user time and 1.4953 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-02 07:07:21
IDJOB=4259489
IDBENCH=126219
IDSOLVER=2646
FILE ID=node128/4259489-1501651280
RUNJOBID= node128-1501642693-29417
PBS_JOBID= 
Free space on /tmp= 61828 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a3-s1/GolombRuler-21-a3.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4259489-1501651280/watcher-4259489-1501651280 -o /tmp/evaluation-result-4259489-1501651280/solver-4259489-1501651280 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node128-1501642693-29417 --watchdog 300  bin/concrete HOME/instance-4259489-1501651280.xml

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

MD5SUM BENCH= 77b850f9bb38d7d923034c01213ab5aa
RANDOM SEED=287225395

node128.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.05
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.05
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.05
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.05
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:        29407248 kB
MemAvailable:   30352216 kB
Buffers:          122136 kB
Cached:          1103952 kB
SwapCached:            0 kB
Active:          2000948 kB
Inactive:         952856 kB
Active(anon):    1728956 kB
Inactive(anon):     8532 kB
Active(file):     271992 kB
Inactive(file):   944324 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24688 kB
Writeback:             0 kB
AnonPages:       1728496 kB
Mapped:            43688 kB
Shmem:              8872 kB
Slab:             114980 kB
SReclaimable:      88972 kB
SUnreclaim:        26008 kB
KernelStack:        3392 kB
PageTables:         8128 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2602496 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1511424 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 61804 MiB
End job on node128 at 2017-08-02 07:11:22