Trace number 4259485

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.342 240.20599

General information on the benchmark

NameGolombRuler/GolombRuler-a3-s1/
GolombRuler-15-a3.xml
MD5SUM0ccf44bf6198d309f3039e2504907429
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark164
Best CPU time to get the best result obtained on this benchmark2000.47
Satisfiable
(Un)Satisfiability was proved
Number of variables240
Number of constraints108
Number of domains2
Minimum domain size500
Maximum domain size501
Distribution of domain sizes[{"size":500,"count":105},{"size":501,"count":15}]
Minimum variable degree0
Maximum variable degree16
Distribution of variable degrees[{"degree":0,"count":120},{"degree":2,"count":105},{"degree":15,"count":13},{"degree":16,"count":2}]
Minimum constraint arity1
Maximum constraint arity105
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":105},{"arity":15,"count":1},{"arity":105,"count":1}]
Number of extensional constraints0
Number of intensional constraints106
Distribution of constraint types[{"type":"intension","count":106},{"type":"allDifferent","count":1},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Solver Data

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

pid=7618
running on 4 cores: 1,3,5,7

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.53 1.53 1.62 3/194 7621
/proc/meminfo: memFree=29723496/32770624 swapFree=0/944732
[pid=7621] ppid=7618 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/7621/stat : 7621 (runsolver) D 7618 7621 5678 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 13770859 24240128 106 18446744073709551615 4194304 4338465 140733160483328 140733160480968 140357058347735 0 0 1 24578 18446744071580418449 0 0 17 1 0 0 0 0 0 6438912 6441760 16621568 140733160485072 140733160485446 140733160485446 140733160488906 0
/proc/7621/statm: 5918 106 53 36 0 2156 0

[startup+0.10015 s]
/proc/loadavg: 1.53 1.53 1.62 3/194 7621
/proc/meminfo: memFree=29723496/32770624 swapFree=0/944732
[pid=7621] ppid=7618 vsize=9508 CPUtime=0 cores=1,3,5,7
/proc/7621/stat : 7621 (bash) R 7618 7621 5678 0 -1 4202496 631 0 0 0 0 0 0 0 20 0 1 0 13770859 9736192 286 18446744073709551615 4194304 5098028 140721708848464 140721708848464 140596802517989 0 0 5 65536 0 0 0 17 5 0 0 9 0 0 7196144 7232144 35680256 140721708851729 140721708851814 140721708851814 140721708855274 0
/proc/7621/statm: 2377 286 237 221 0 86 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9508

[startup+0.20022 s]
/proc/loadavg: 1.53 1.53 1.62 3/194 7621
/proc/meminfo: memFree=29723496/32770624 swapFree=0/944732
[pid=7621] ppid=7618 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/7621/stat : 7621 (bash) S 7618 7621 5678 0 -1 4202496 897 6482 0 0 0 0 0 1 20 0 1 0 13770859 9867264 377 18446744073709551615 4194304 5098028 140721708848464 140721708842472 140596802956288 0 0 5 65536 18446744071580971376 0 0 17 5 0 0 9 0 0 7196144 7232144 35680256 140721708851729 140721708851814 140721708851814 140721708855274 0
/proc/7621/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300302 s]
/proc/loadavg: 1.53 1.53 1.62 3/194 7621
/proc/meminfo: memFree=29723496/32770624 swapFree=0/944732
[pid=7621] ppid=7618 vsize=13907308 CPUtime=0.14 cores=1,3,5,7
/proc/7621/stat : 7621 (java) S 7618 7621 5678 0 -1 1077944320 5750 12471 0 0 5 1 5 3 20 0 14 0 13770859 14241083392 5422 18446744073709551615 4194304 4196468 140732168484880 140732168467424 140026014904055 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 19185664 140732168493005 140732168495790 140732168495790 140732168499151 0
/proc/7621/statm: 3476827 5422 2555 1 0 3466332 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 13907308

[startup+0.700223 s]
/proc/loadavg: 1.53 1.53 1.62 3/194 7621
/proc/meminfo: memFree=29723496/32770624 swapFree=0/944732
[pid=7621] ppid=7618 vsize=13974784 CPUtime=0.69 cores=1,3,5,7
/proc/7621/stat : 7621 (java) S 7618 7621 5678 0 -1 1077944320 13855 12471 0 0 57 4 5 3 20 0 15 0 13770859 14310178816 14263 18446744073709551615 4194304 4196468 140732168484880 140732168467424 140026014904055 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 19185664 140732168493005 140732168495790 140732168495790 140732168499151 0
/proc/7621/statm: 3493696 14263 3104 1 0 3482973 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 13974784

[startup+1.50062 s]
/proc/loadavg: 1.53 1.53 1.62 3/209 7684
/proc/meminfo: memFree=29628156/32770624 swapFree=0/945056
[pid=7621] ppid=7618 vsize=13985408 CPUtime=1.86 cores=1,3,5,7
/proc/7621/stat : 7621 (java) S 7618 7621 5678 0 -1 1077944320 29118 12471 0 0 170 8 5 3 20 0 15 0 13770859 14321057792 40668 18446744073709551615 4194304 4196468 140732168484880 140732168467424 140026014904055 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 19185664 140732168493005 140732168495790 140732168495790 140732168499151 0
/proc/7621/statm: 3496352 40668 3355 1 0 3485533 0
[pid=7621/tid=7671] ppid=7618 vsize=13985408 CPUtime=1.28 cores=1,3,5,7
/proc/7621/task/7671/stat : 7671 (java) S 7618 7621 5678 0 -1 1077944384 22096 12471 0 0 115 5 5 3 20 0 15 0 13770881 14321057792 40668 18446744073709551615 4194304 4196468 140732168484880 140026019125168 140026014914261 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 19185664 140732168493005 140732168495790 140732168495790 140732168499151 0
[pid=7621/tid=7672] ppid=7618 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/7621/task/7672/stat : 7672 (java) S 7618 7621 5678 0 -1 1077944384 181 12471 0 0 0 0 5 3 20 0 15 0 13770882 14321057792 40668 18446744073709551615 4194304 4196468 140732168484880 140025934318096 140026014914261 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19185664 140732168493005 140732168495790 140732168495790 140732168499151 0
[pid=7621/tid=7673] ppid=7618 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/7621/task/7673/stat : 7673 (java) S 7618 7621 5678 0 -1 1077944384 54 12471 0 0 0 0 5 3 20 0 15 0 13770882 14321057792 40668 18446744073709551615 4194304 4196468 140732168484880 140025614297744 140026014914261 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19185664 140732168493005 140732168495790 140732168495790 140732168499151 0
[pid=7621/tid=7674] ppid=7618 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/7621/task/7674/stat : 7674 (java) S 7618 7621 5678 0 -1 1077944384 56 12471 0 0 0 0 5 3 20 0 15 0 13770882 14321057792 40668 18446744073709551615 4194304 4196468 140732168484880 140025613244688 140026014914261 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19185664 140732168493005 140732168495790 140732168495790 140732168499151 0
[pid=7621/tid=7675] ppid=7618 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/7621/task/7675/stat : 7675 (java) S 7618 7621 5678 0 -1 1077944384 58 12471 0 0 0 0 5 3 20 0 15 0 13770882 14321057792 40668 18446744073709551615 4194304 4196468 140732168484880 140025612192144 140026014914261 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19185664 140732168493005 140732168495790 140732168495790 140732168499151 0
[pid=7621/tid=7676] ppid=7618 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/7621/task/7676/stat : 7676 (java) R 7618 7621 5678 0 -1 4202560 1311 12471 0 0 0 0 5 3 20 0 15 0 13770883 14321057792 40668 18446744073709551615 4194304 4196468 140732168484880 140025493521472 140025999909934 0 0 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19185664 140732168493005 140732168495790 140732168495790 140732168499151 0
[pid=7621/tid=7677] ppid=7618 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/7621/task/7677/stat : 7677 (java) S 7618 7621 5678 0 -1 1077944384 34 12471 0 0 0 0 5 3 20 0 15 0 13770884 14321057792 40668 18446744073709551615 4194304 4196468 140732168484880 140025492469408 140026014914261 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19185664 140732168493005 140732168495790 140732168495790 140732168499151 0
[pid=7621/tid=7678] ppid=7618 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/7621/task/7678/stat : 7678 (java) S 7618 7621 5678 0 -1 1077944384 21 12471 0 0 0 0 5 3 20 0 15 0 13770884 14321057792 40668 18446744073709551615 4194304 4196468 140732168484880 140025491416304 140026014914261 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19185664 140732168493005 140732168495790 140732168495790 140732168499151 0
[pid=7621/tid=7679] ppid=7618 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/7621/task/7679/stat : 7679 (java) S 7618 7621 5678 0 -1 1077944384 3 12471 0 0 0 0 5 3 20 0 15 0 13770886 14321057792 40668 18446744073709551615 4194304 4196468 140732168484880 140025490364880 140026014922651 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19185664 140732168493005 140732168495790 140732168495790 140732168499151 0
[pid=7621/tid=7680] ppid=7618 vsize=13985408 CPUtime=0.22 cores=1,3,5,7
/proc/7621/task/7680/stat : 7680 (java) S 7618 7621 5678 0 -1 1077944384 978 12471 0 0 14 0 5 3 20 0 15 0 13770886 14321057792 40668 18446744073709551615 4194304 4196468 140732168484880 140025489311984 140026014915202 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19185664 140732168493005 140732168495790 140732168495790 140732168499151 0
[pid=7621/tid=7681] ppid=7618 vsize=13985408 CPUtime=0.22 cores=1,3,5,7
/proc/7621/task/7681/stat : 7681 (java) S 7618 7621 5678 0 -1 1077944384 793 12471 0 0 14 0 5 3 20 0 15 0 13770886 14321057792 40668 18446744073709551615 4194304 4196468 140732168484880 140025488259440 140026014915202 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19185664 140732168493005 140732168495790 140732168495790 140732168499151 0
[pid=7621/tid=7682] ppid=7618 vsize=13985408 CPUtime=0.3 cores=1,3,5,7
/proc/7621/task/7682/stat : 7682 (java) S 7618 7621 5678 0 -1 1077944384 1368 12471 0 0 22 0 5 3 20 0 15 0 13770886 14321057792 40668 18446744073709551615 4194304 4196468 140732168484880 140025487203760 140026014914261 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19185664 140732168493005 140732168495790 140732168495790 140732168499151 0
[pid=7621/tid=7683] ppid=7618 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/7621/task/7683/stat : 7683 (java) S 7618 7621 5678 0 -1 1077944384 3 12471 0 0 0 0 5 3 20 0 15 0 13770887 14321057792 40668 18446744073709551615 4194304 4196468 140732168484880 140025486154080 140026014914261 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19185664 140732168493005 140732168495790 140732168495790 140732168499151 0
[pid=7621/tid=7684] ppid=7618 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/7621/task/7684/stat : 7684 (java) S 7618 7621 5678 0 -1 1077944384 6 12471 0 0 0 0 5 3 20 0 15 0 13770890 14321057792 40668 18446744073709551615 4194304 4196468 140732168484880 140025485102128 140026014915202 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19185664 140732168493005 140732168495790 140732168495790 140732168499151 0
Current children cumulated CPU time (s) 1.86
Current children cumulated vsize (KiB) 13985408

[startup+3.10057 s]
/proc/loadavg: 1.53 1.53 1.62 4/209 7684
/proc/meminfo: memFree=29548808/32770624 swapFree=0/945056
[pid=7621] ppid=7618 vsize=13999932 CPUtime=6.15 cores=1,3,5,7
/proc/7621/stat : 7621 (java) S 7618 7621 5678 0 -1 1077944320 43470 12471 0 0 594 13 5 3 20 0 15 0 13770859 14335930368 55094 18446744073709551615 4194304 4196468 140732168484880 140732168467424 140026014904055 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 19185664 140732168493005 140732168495790 140732168495790 140732168499151 0
/proc/7621/statm: 3499983 55094 3432 1 0 3488605 0
[pid=7621/tid=7671] ppid=7618 vsize=13999932 CPUtime=2.87 cores=1,3,5,7
/proc/7621/task/7671/stat : 7671 (java) R 7618 7621 5678 0 -1 4202560 28766 12471 0 0 271 8 5 3 20 0 15 0 13770881 14335930368 55094 18446744073709551615 4194304 4196468 140732168484880 140026019132656 140026014915990 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 19185664 140732168493005 140732168495790 140732168495790 140732168499151 0
[pid=7621/tid=7672] ppid=7618 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/7621/task/7672/stat : 7672 (java) S 7618 7621 5678 0 -1 1077944384 186 12471 0 0 0 0 5 3 20 0 15 0 13770882 14335930368 55094 18446744073709551615 4194304 4196468 140732168484880 140025934318096 140026014914261 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19185664 140732168493005 140732168495790 140732168495790 140732168499151 0
[pid=7621/tid=7673] ppid=7618 vsize=13999932 CPUtime=0.09 cores=1,3,5,7
/proc/7621/task/7673/stat : 7673 (java) S 7618 7621 5678 0 -1 1077944384 54 12471 0 0 1 0 5 3 20 0 15 0 13770882 14335930368 55094 18446744073709551615 4194304 4196468 140732168484880 140025614297744 140026014914261 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19185664 140732168493005 140732168495790 140732168495790 140732168499151 0
[pid=7621/tid=7674] ppid=7618 vsize=13999932 CPUtime=0.09 cores=1,3,5,7
/proc/7621/task/7674/stat : 7674 (java) S 7618 7621 5678 0 -1 1077944384 58 12471 0 0 1 0 5 3 20 0 15 0 13770882 14335930368 55094 18446744073709551615 4194304 4196468 140732168484880 140025613244688 140026014914261 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19185664 140732168493005 140732168495790 140732168495790 140732168499151 0
[pid=7621/tid=7675] ppid=7618 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/7621/task/7675/stat : 7675 (java) S 7618 7621 5678 0 -1 1077944384 59 12471 0 0 0 0 5 3 20 0 15 0 13770882 14335930368 55094 18446744073709551615 4194304 4196468 140732168484880 140025612192144 140026014914261 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19185664 140732168493005 140732168495790 140732168495790 140732168499151 0
[pid=7621/tid=7676] ppid=7618 vsize=13999932 CPUtime=0.09 cores=1,3,5,7
/proc/7621/task/7676/stat : 7676 (java) S 7618 7621 5678 0 -1 1077944384 1333 12471 0 0 1 0 5 3 20 0 15 0 13770883 14335930368 55094 18446744073709551615 4194304 4196468 140732168484880 140025493523184 140026014915202 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19185664 140732168493005 140732168495790 140732168495790 140732168499151 0
[pid=7621/tid=7677] ppid=7618 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/7621/task/7677/stat : 7677 (java) S 7618 7621 5678 0 -1 1077944384 56 12471 0 0 0 0 5 3 20 0 15 0 13770884 14335930368 55094 18446744073709551615 4194304 4196468 140732168484880 140025492469472 140026014914261 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19185664 140732168493005 140732168495790 140732168495790 140732168499151 0
[pid=7621/tid=7678] ppid=7618 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/7621/task/7678/stat : 7678 (java) S 7618 7621 5678 0 -1 1077944384 43 12471 0 0 0 0 5 3 20 0 15 0 13770884 14335930368 55094 18446744073709551615 4194304 4196468 140732168484880 140025491416320 140026014914261 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19185664 140732168493005 140732168495790 140732168495790 140732168499151 0
[pid=7621/tid=7679] ppid=7618 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/7621/task/7679/stat : 7679 (java) S 7618 7621 5678 0 -1 1077944384 3 12471 0 0 0 0 5 3 20 0 15 0 13770886 14335930368 55094 18446744073709551615 4194304 4196468 140732168484880 140025490364880 140026014922651 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19185664 140732168493005 140732168495790 140732168495790 140732168499151 0
[pid=7621/tid=7680] ppid=7618 vsize=13999932 CPUtime=1.26 cores=1,3,5,7
/proc/7621/task/7680/stat : 7680 (java) R 7618 7621 5678 0 -1 4202560 4282 12471 0 0 118 0 5 3 20 0 15 0 13770886 14335930368 55094 18446744073709551615 4194304 4196468 140732168484880 140025489293584 140026000029154 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19185664 140732168493005 140732168495790 140732168495790 140732168499151 0
[pid=7621/tid=7681] ppid=7618 vsize=13999932 CPUtime=0.99 cores=1,3,5,7
/proc/7621/task/7681/stat : 7681 (java) R 7618 7621 5678 0 -1 4202560 2273 12471 0 0 91 0 5 3 20 0 15 0 13770886 14335930368 55094 18446744073709551615 4194304 4196468 140732168484880 140025488242672 140025998390123 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19185664 140732168493005 140732168495790 140732168495790 140732168499151 0
[pid=7621/tid=7682] ppid=7618 vsize=13999932 CPUtime=1.16 cores=1,3,5,7
/proc/7621/task/7682/stat : 7682 (java) R 7618 7621 5678 0 -1 1077944384 4191 12471 0 0 106 2 5 3 20 0 15 0 13770886 14335930368 55094 18446744073709551615 4194304 4196468 140732168484880 140025487206384 140026014915202 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19185664 140732168493005 140732168495790 140732168495790 140732168499151 0
[pid=7621/tid=7683] ppid=7618 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/7621/task/7683/stat : 7683 (java) S 7618 7621 5678 0 -1 1077944384 3 12471 0 0 0 0 5 3 20 0 15 0 13770887 14335930368 55094 18446744073709551615 4194304 4196468 140732168484880 140025486154080 140026014914261 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19185664 140732168493005 140732168495790 140732168495790 140732168499151 0
[pid=7621/tid=7684] ppid=7618 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/7621/task/7684/stat : 7684 (java) S 7618 7621 5678 0 -1 1077944384 7 12471 0 0 0 0 5 3 20 0 15 0 13770890 14335930368 55094 18446744073709551615 4194304 4196468 140732168484880 140025485102128 140026014915202 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19185664 140732168493005 140732168495790 140732168495790 140732168499151 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 13999932

[startup+6.3015 s]
/proc/loadavg: 1.65 1.56 1.63 3/209 7684
/proc/meminfo: memFree=29359148/32770624 swapFree=0/945068
[pid=7621] ppid=7618 vsize=14067516 CPUtime=13.49 cores=1,3,5,7
/proc/7621/stat : 7621 (java) S 7618 7621 5678 0 -1 1077944320 77944 12471 0 0 1318 23 5 3 20 0 15 0 13770859 14405136384 112464 18446744073709551615 4194304 4196468 140732168484880 140732168467424 140026014904055 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 19185664 140732168493005 140732168495790 140732168495790 140732168499151 0
/proc/7621/statm: 3516879 112464 3466 1 0 3505501 0
[pid=7621/tid=7671] ppid=7618 vsize=14067516 CPUtime=5.99 cores=1,3,5,7
/proc/7621/task/7671/stat : 7671 (java) R 7618 7621 5678 0 -1 4202560 45111 12471 0 0 579 12 5 3 20 0 15 0 13770881 14405136384 112464 18446744073709551615 4194304 4196468 140732168484880 140026019136152 140025628898294 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 19185664 140732168493005 140732168495790 140732168495790 140732168499151 0
[pid=7621/tid=7672] ppid=7618 vsize=14067516 CPUtime=0.12 cores=1,3,5,7
/proc/7621/task/7672/stat : 7672 (java) S 7618 7621 5678 0 -1 1077944384 523 12471 0 0 3 1 5 3 20 0 15 0 13770882 14405136384 112464 18446744073709551615 4194304 4196468 140732168484880 140025934318096 140026014914261 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19185664 140732168493005 140732168495790 140732168495790 140732168499151 0
[pid=7621/tid=7673] ppid=7618 vsize=14067516 CPUtime=0.1 cores=1,3,5,7
/proc/7621/task/7673/stat : 7673 (java) S 7618 7621 5678 0 -1 1077944384 279 12471 0 0 2 0 5 3 20 0 15 0 13770882 14405136384 112464 18446744073709551615 4194304 4196468 140732168484880 140025614297744 140026014914261 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19185664 140732168493005 140732168495790 140732168495790 140732168499151 0
[pid=7621/tid=7674] ppid=7618 vsize=14067516 CPUtime=0.12 cores=1,3,5,7
/proc/7621/task/7674/stat : 7674 (java) S 7618 7621 5678 0 -1 1077944384 117 12471 0 0 4 0 5 3 20 0 15 0 13770882 14405136384 112464 18446744073709551615 4194304 4196468 140732168484880 140025613244688 140026014914261 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19185664 140732168493005 140732168495790 140732168495790 140732168499151 0
[pid=7621/tid=7675] ppid=7618 vsize=14067516 CPUtime=0.12 cores=1,3,5,7
/proc/7621/task/7675/stat : 7675 (java) S 7618 7621 5678 0 -1 1077944384 520 12471 0 0 3 1 5 3 20 0 15 0 13770882 14405136384 112464 18446744073709551615 4194304 4196468 140732168484880 140025612192144 140026014914261 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19185664 140732168493005 140732168495790 140732168495790 140732168499151 0
[pid=7621/tid=7676] ppid=7618 vsize=14067516 CPUtime=0.12 cores=1,3,5,7
/proc/7621/task/7676/stat : 7676 (java) S 7618 7621 5678 0 -1 1077944384 3210 12471 0 0 4 0 5 3 20 0 15 0 13770883 14405136384 112464 18446744073709551615 4194304 4196468 140732168484880 140025493523184 140026014915202 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19185664 140732168493005 140732168495790 140732168495790 140732168499151 0
[pid=7621/tid=7677] ppid=7618 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/7621/task/7677/stat : 7677 (java) S 7618 7621 5678 0 -1 1077944384 56 12471 0 0 0 0 5 3 20 0 15 0 13770884 14405136384 112464 18446744073709551615 4194304 4196468 140732168484880 140025492469536 140026014914261 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19185664 140732168493005 140732168495790 140732168495790 140732168499151 0
[pid=7621/tid=7678] ppid=7618 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/7621/task/7678/stat : 7678 (java) S 7618 7621 5678 0 -1 1077944384 43 12471 0 0 0 0 5 3 20 0 15 0 13770884 14405136384 112464 18446744073709551615 4194304 4196468 140732168484880 140025491416320 140026014914261 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19185664 140732168493005 140732168495790 140732168495790 140732168499151 0
[pid=7621/tid=7679] ppid=7618 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/7621/task/7679/stat : 7679 (java) S 7618 7621 5678 0 -1 1077944384 3 12471 0 0 0 0 5 3 20 0 15 0 13770886 14405136384 112464 18446744073709551615 4194304 4196468 140732168484880 140025490364880 140026014922651 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19185664 140732168493005 140732168495790 140732168495790 140732168499151 0
[pid=7621/tid=7680] ppid=7618 vsize=14067516 CPUtime=3.13 cores=1,3,5,7
/proc/7621/task/7680/stat : 7680 (java) S 7618 7621 5678 0 -1 1077944384 14026 12471 0 0 304 1 5 3 20 0 15 0 13770886 14405136384 112464 18446744073709551615 4194304 4196468 140732168484880 140025489311984 140026014915202 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19185664 140732168493005 140732168495790 140732168495790 140732168499151 0
[pid=7621/tid=7681] ppid=7618 vsize=14067516 CPUtime=2.73 cores=1,3,5,7
/proc/7621/task/7681/stat : 7681 (java) R 7618 7621 5678 0 -1 4202560 5447 12471 0 0 264 1 5 3 20 0 15 0 13770886 14405136384 112464 18446744073709551615 4194304 4196468 140732168484880 140025488240456 140025998400835 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19185664 140732168493005 140732168495790 140732168495790 140732168499151 0
[pid=7621/tid=7682] ppid=7618 vsize=14067516 CPUtime=1.59 cores=1,3,5,7
/proc/7621/task/7682/stat : 7682 (java) S 7618 7621 5678 0 -1 1077944384 6244 12471 0 0 149 2 5 3 20 0 15 0 13770886 14405136384 112464 18446744073709551615 4194304 4196468 140732168484880 140025487206384 140026014915202 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19185664 140732168493005 140732168495790 140732168495790 140732168499151 0
[pid=7621/tid=7683] ppid=7618 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/7621/task/7683/stat : 7683 (java) S 7618 7621 5678 0 -1 1077944384 3 12471 0 0 0 0 5 3 20 0 15 0 13770887 14405136384 112464 18446744073709551615 4194304 4196468 140732168484880 140025486154080 140026014914261 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19185664 140732168493005 140732168495790 140732168495790 140732168499151 0
[pid=7621/tid=7684] ppid=7618 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/7621/task/7684/stat : 7684 (java) S 7618 7621 5678 0 -1 1077944384 206 12471 0 0 0 0 5 3 20 0 15 0 13770890 14405136384 112464 18446744073709551615 4194304 4196468 140732168484880 140025485102128 140026014915202 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19185664 140732168493005 140732168495790 140732168495790 140732168499151 0
Current children cumulated CPU time (s) 13.49
Current children cumulated vsize (KiB) 14067516

[startup+12.7007 s]
/proc/loadavg: 1.60 1.55 1.62 3/209 7684
/proc/meminfo: memFree=28995932/32770624 swapFree=0/945068
[pid=7621] ppid=7618 vsize=14067516 CPUtime=20.16 cores=1,3,5,7
/proc/7621/stat : 7621 (java) S 7618 7621 5678 0 -1 1077944320 80439 12471 0 0 1977 31 5 3 20 0 15 0 13770859 14405136384 194263 18446744073709551615 4194304 4196468 140732168484880 140732168467424 140026014904055 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 19185664 140732168493005 140732168495790 140732168495790 140732168499151 0
/proc/7621/statm: 3516879 194263 3466 1 0 3505501 0
[pid=7621/tid=7671] ppid=7618 vsize=14067516 CPUtime=12.37 cores=1,3,5,7
/proc/7621/task/7671/stat : 7671 (java) R 7618 7621 5678 0 -1 4202560 45458 12471 0 0 1211 18 5 3 20 0 15 0 13770881 14405136384 194263 18446744073709551615 4194304 4196468 140732168484880 140026019137584 140025628398758 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 19185664 140732168493005 140732168495790 140732168495790 140732168499151 0
[pid=7621/tid=7672] ppid=7618 vsize=14067516 CPUtime=0.13 cores=1,3,5,7
/proc/7621/task/7672/stat : 7672 (java) S 7618 7621 5678 0 -1 1077944384 534 12471 0 0 4 1 5 3 20 0 15 0 13770882 14405136384 194263 18446744073709551615 4194304 4196468 140732168484880 140025934318096 140026014914261 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19185664 140732168493005 140732168495790 140732168495790 140732168499151 0
[pid=7621/tid=7673] ppid=7618 vsize=14067516 CPUtime=0.12 cores=1,3,5,7
/proc/7621/task/7673/stat : 7673 (java) S 7618 7621 5678 0 -1 1077944384 288 12471 0 0 3 1 5 3 20 0 15 0 13770882 14405136384 194263 18446744073709551615 4194304 4196468 140732168484880 140025614297744 140026014914261 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19185664 140732168493005 140732168495790 140732168495790 140732168499151 0
[pid=7621/tid=7674] ppid=7618 vsize=14067516 CPUtime=0.14 cores=1,3,5,7
/proc/7621/task/7674/stat : 7674 (java) S 7618 7621 5678 0 -1 1077944384 129 12471 0 0 5 1 5 3 20 0 15 0 13770882 14405136384 194263 18446744073709551615 4194304 4196468 140732168484880 140025613244688 140026014914261 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19185664 140732168493005 140732168495790 140732168495790 140732168499151 0
[pid=7621/tid=7675] ppid=7618 vsize=14067516 CPUtime=0.13 cores=1,3,5,7
/proc/7621/task/7675/stat : 7675 (java) S 7618 7621 5678 0 -1 1077944384 529 12471 0 0 4 1 5 3 20 0 15 0 13770882 14405136384 194263 18446744073709551615 4194304 4196468 140732168484880 140025612192144 140026014914261 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19185664 140732168493005 140732168495790 140732168495790 140732168499151 0
[pid=7621/tid=7676] ppid=7618 vsize=14067516 CPUtime=0.13 cores=1,3,5,7
/proc/7621/task/7676/stat : 7676 (java) S 7618 7621 5678 0 -1 1077944384 3394 12471 0 0 5 0 5 3 20 0 15 0 13770883 14405136384 194263 18446744073709551615 4194304 4196468 140732168484880 140025493523184 140026014915202 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19185664 140732168493005 140732168495790 140732168495790 140732168499151 0
[pid=7621/tid=7677] ppid=7618 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/7621/task/7677/stat : 7677 (java) S 7618 7621 5678 0 -1 1077944384 56 12471 0 0 0 0 5 3 20 0 15 0 13770884 14405136384 194263 18446744073709551615 4194304 4196468 140732168484880 140025492469536 140026014914261 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19185664 140732168493005 140732168495790 140732168495790 140732168499151 0
[pid=7621/tid=7678] ppid=7618 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/7621/task/7678/stat : 7678 (java) S 7618 7621 5678 0 -1 1077944384 43 12471 0 0 0 0 5 3 20 0 15 0 13770884 14405136384 194263 18446744073709551615 4194304 4196468 140732168484880 140025491416320 140026014914261 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19185664 140732168493005 140732168495790 140732168495790 140732168499151 0
[pid=7621/tid=7679] ppid=7618 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/7621/task/7679/stat : 7679 (java) S 7618 7621 5678 0 -1 1077944384 3 12471 0 0 0 0 5 3 20 0 15 0 13770886 14405136384 194263 18446744073709551615 4194304 4196468 140732168484880 140025490364880 140026014922651 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19185664 140732168493005 140732168495790 140732168495790 140732168499151 0

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

[pid=7621] ppid=7618 vsize=14067516 CPUtime=110.39 cores=1,3,5,7
/proc/7621/stat : 7621 (java) S 7618 7621 5678 0 -1 1077944320 94619 12471 0 0 10985 46 5 3 20 0 15 0 13770859 14405136384 266184 18446744073709551615 4194304 4196468 140732168484880 140732168467424 140026014904055 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 19185664 140732168493005 140732168495790 140732168495790 140732168499151 0
/proc/7621/statm: 3516879 266184 3466 1 0 3505501 0
[pid=7621/tid=7671] ppid=7618 vsize=14067516 CPUtime=101.51 cores=1,3,5,7
/proc/7621/task/7671/stat : 7671 (java) R 7618 7621 5678 0 -1 4202560 49860 12471 0 0 10120 23 5 3 20 0 15 0 13770881 14405136384 266184 18446744073709551615 4194304 4196468 140732168484880 140026019138160 140025628843044 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 19185664 140732168493005 140732168495790 140732168495790 140732168499151 0
[pid=7621/tid=7672] ppid=7618 vsize=14067516 CPUtime=0.33 cores=1,3,5,7
/proc/7621/task/7672/stat : 7672 (java) S 7618 7621 5678 0 -1 1077944384 3904 12471 0 0 22 3 5 3 20 0 15 0 13770882 14405136384 266184 18446744073709551615 4194304 4196468 140732168484880 140025934318096 140026014914261 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19185664 140732168493005 140732168495790 140732168495790 140732168499151 0
[pid=7621/tid=7673] ppid=7618 vsize=14067516 CPUtime=0.32 cores=1,3,5,7
/proc/7621/task/7673/stat : 7673 (java) S 7618 7621 5678 0 -1 1077944384 667 12471 0 0 22 2 5 3 20 0 15 0 13770882 14405136384 266184 18446744073709551615 4194304 4196468 140732168484880 140025614297744 140026014914261 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19185664 140732168493005 140732168495790 140732168495790 140732168499151 0
[pid=7621/tid=7674] ppid=7618 vsize=14067516 CPUtime=0.33 cores=1,3,5,7
/proc/7621/task/7674/stat : 7674 (java) S 7618 7621 5678 0 -1 1077944384 1280 12471 0 0 23 2 5 3 20 0 15 0 13770882 14405136384 266184 18446744073709551615 4194304 4196468 140732168484880 140025613244688 140026014914261 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19185664 140732168493005 140732168495790 140732168495790 140732168499151 0
[pid=7621/tid=7675] ppid=7618 vsize=14067516 CPUtime=0.33 cores=1,3,5,7
/proc/7621/task/7675/stat : 7675 (java) S 7618 7621 5678 0 -1 1077944384 820 12471 0 0 21 4 5 3 20 0 15 0 13770882 14405136384 266184 18446744073709551615 4194304 4196468 140732168484880 140025612192144 140026014914261 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19185664 140732168493005 140732168495790 140732168495790 140732168499151 0
[pid=7621/tid=7676] ppid=7618 vsize=14067516 CPUtime=0.32 cores=1,3,5,7
/proc/7621/task/7676/stat : 7676 (java) S 7618 7621 5678 0 -1 1077944384 4450 12471 0 0 23 1 5 3 20 0 15 0 13770883 14405136384 266184 18446744073709551615 4194304 4196468 140732168484880 140025493523184 140026014915202 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19185664 140732168493005 140732168495790 140732168495790 140732168499151 0
[pid=7621/tid=7677] ppid=7618 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/7621/task/7677/stat : 7677 (java) S 7618 7621 5678 0 -1 1077944384 56 12471 0 0 0 0 5 3 20 0 15 0 13770884 14405136384 266184 18446744073709551615 4194304 4196468 140732168484880 140025492469536 140026014914261 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19185664 140732168493005 140732168495790 140732168495790 140732168499151 0
[pid=7621/tid=7678] ppid=7618 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/7621/task/7678/stat : 7678 (java) S 7618 7621 5678 0 -1 1077944384 43 12471 0 0 0 0 5 3 20 0 15 0 13770884 14405136384 266184 18446744073709551615 4194304 4196468 140732168484880 140025491416320 140026014914261 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19185664 140732168493005 140732168495790 140732168495790 140732168499151 0
[pid=7621/tid=7679] ppid=7618 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/7621/task/7679/stat : 7679 (java) S 7618 7621 5678 0 -1 1077944384 3 12471 0 0 0 0 5 3 20 0 15 0 13770886 14405136384 266184 18446744073709551615 4194304 4196468 140732168484880 140025490364880 140026014922651 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19185664 140732168493005 140732168495790 140732168495790 140732168499151 0
[pid=7621/tid=7680] ppid=7618 vsize=14067516 CPUtime=3.24 cores=1,3,5,7
/proc/7621/task/7680/stat : 7680 (java) S 7618 7621 5678 0 -1 1077944384 14566 12471 0 0 315 1 5 3 20 0 15 0 13770886 14405136384 266184 18446744073709551615 4194304 4196468 140732168484880 140025489311984 140026014915202 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19185664 140732168493005 140732168495790 140732168495790 140732168499151 0
[pid=7621/tid=7681] ppid=7618 vsize=14067516 CPUtime=2.88 cores=1,3,5,7
/proc/7621/task/7681/stat : 7681 (java) S 7618 7621 5678 0 -1 1077944384 6976 12471 0 0 279 1 5 3 20 0 15 0 13770886 14405136384 266184 18446744073709551615 4194304 4196468 140732168484880 140025488259440 140026014915202 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19185664 140732168493005 140732168495790 140732168495790 140732168499151 0
[pid=7621/tid=7682] ppid=7618 vsize=14067516 CPUtime=1.62 cores=1,3,5,7
/proc/7621/task/7682/stat : 7682 (java) S 7618 7621 5678 0 -1 1077944384 9439 12471 0 0 151 3 5 3 20 0 15 0 13770886 14405136384 266184 18446744073709551615 4194304 4196468 140732168484880 140025487206384 140026014915202 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19185664 140732168493005 140732168495790 140732168495790 140732168499151 0
[pid=7621/tid=7683] ppid=7618 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/7621/task/7683/stat : 7683 (java) S 7618 7621 5678 0 -1 1077944384 3 12471 0 0 0 0 5 3 20 0 15 0 13770887 14405136384 266184 18446744073709551615 4194304 4196468 140732168484880 140025486154080 140026014914261 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19185664 140732168493005 140732168495790 140732168495790 140732168499151 0
[pid=7621/tid=7684] ppid=7618 vsize=14067516 CPUtime=0.13 cores=1,3,5,7
/proc/7621/task/7684/stat : 7684 (java) S 7618 7621 5678 0 -1 1077944384 396 12471 0 0 2 3 5 3 20 0 15 0 13770890 14405136384 266184 18446744073709551615 4194304 4196468 140732168484880 140025485102128 140026014915202 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19185664 140732168493005 140732168495790 140732168495790 140732168499151 0
Current children cumulated CPU time (s) 110.39
Current children cumulated vsize (KiB) 14067516

[startup+162.301 s]
/proc/loadavg: 1.33 1.46 1.58 3/210 7939
/proc/meminfo: memFree=28430828/32770624 swapFree=0/945272
[pid=7621] ppid=7618 vsize=14067516 CPUtime=171.12 cores=1,3,5,7
/proc/7621/stat : 7621 (java) S 7618 7621 5678 0 -1 1077944320 100767 12471 0 0 17052 52 5 3 20 0 15 0 13770859 14405136384 266242 18446744073709551615 4194304 4196468 140732168484880 140732168467424 140026014904055 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 19185664 140732168493005 140732168495790 140732168495790 140732168499151 0
/proc/7621/statm: 3516879 266242 3466 1 0 3505501 0
[pid=7621/tid=7671] ppid=7618 vsize=14067516 CPUtime=160.89 cores=1,3,5,7
/proc/7621/task/7671/stat : 7671 (java) R 7618 7621 5678 0 -1 4202560 51216 12471 0 0 16058 23 5 3 20 0 15 0 13770881 14405136384 266242 18446744073709551615 4194304 4196468 140732168484880 140026019138304 140025628344400 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 19185664 140732168493005 140732168495790 140732168495790 140732168499151 0
[pid=7621/tid=7672] ppid=7618 vsize=14067516 CPUtime=0.59 cores=1,3,5,7
/proc/7621/task/7672/stat : 7672 (java) S 7618 7621 5678 0 -1 1077944384 3965 12471 0 0 46 5 5 3 20 0 15 0 13770882 14405136384 266242 18446744073709551615 4194304 4196468 140732168484880 140025934318096 140026014914261 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19185664 140732168493005 140732168495790 140732168495790 140732168499151 0
[pid=7621/tid=7673] ppid=7618 vsize=14067516 CPUtime=0.58 cores=1,3,5,7
/proc/7621/task/7673/stat : 7673 (java) S 7618 7621 5678 0 -1 1077944384 1951 12471 0 0 46 4 5 3 20 0 15 0 13770882 14405136384 266242 18446744073709551615 4194304 4196468 140732168484880 140025614297744 140026014914261 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19185664 140732168493005 140732168495790 140732168495790 140732168499151 0
[pid=7621/tid=7674] ppid=7618 vsize=14067516 CPUtime=0.6 cores=1,3,5,7
/proc/7621/task/7674/stat : 7674 (java) S 7618 7621 5678 0 -1 1077944384 1693 12471 0 0 48 4 5 3 20 0 15 0 13770882 14405136384 266242 18446744073709551615 4194304 4196468 140732168484880 140025613244688 140026014914261 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19185664 140732168493005 140732168495790 140732168495790 140732168499151 0
[pid=7621/tid=7675] ppid=7618 vsize=14067516 CPUtime=0.58 cores=1,3,5,7
/proc/7621/task/7675/stat : 7675 (java) S 7618 7621 5678 0 -1 1077944384 857 12471 0 0 45 5 5 3 20 0 15 0 13770882 14405136384 266242 18446744073709551615 4194304 4196468 140732168484880 140025612192144 140026014914261 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19185664 140732168493005 140732168495790 140732168495790 140732168499151 0
[pid=7621/tid=7676] ppid=7618 vsize=14067516 CPUtime=0.59 cores=1,3,5,7
/proc/7621/task/7676/stat : 7676 (java) S 7618 7621 5678 0 -1 1077944384 4769 12471 0 0 48 3 5 3 20 0 15 0 13770883 14405136384 266242 18446744073709551615 4194304 4196468 140732168484880 140025493523184 140026014915202 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19185664 140732168493005 140732168495790 140732168495790 140732168499151 0
[pid=7621/tid=7677] ppid=7618 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/7621/task/7677/stat : 7677 (java) S 7618 7621 5678 0 -1 1077944384 56 12471 0 0 0 0 5 3 20 0 15 0 13770884 14405136384 266242 18446744073709551615 4194304 4196468 140732168484880 140025492469536 140026014914261 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19185664 140732168493005 140732168495790 140732168495790 140732168499151 0
[pid=7621/tid=7678] ppid=7618 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/7621/task/7678/stat : 7678 (java) S 7618 7621 5678 0 -1 1077944384 43 12471 0 0 0 0 5 3 20 0 15 0 13770884 14405136384 266242 18446744073709551615 4194304 4196468 140732168484880 140025491416320 140026014914261 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19185664 140732168493005 140732168495790 140732168495790 140732168499151 0
[pid=7621/tid=7679] ppid=7618 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/7621/task/7679/stat : 7679 (java) S 7618 7621 5678 0 -1 1077944384 3 12471 0 0 0 0 5 3 20 0 15 0 13770886 14405136384 266242 18446744073709551615 4194304 4196468 140732168484880 140025490364880 140026014922651 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19185664 140732168493005 140732168495790 140732168495790 140732168499151 0
[pid=7621/tid=7680] ppid=7618 vsize=14067516 CPUtime=3.24 cores=1,3,5,7
/proc/7621/task/7680/stat : 7680 (java) S 7618 7621 5678 0 -1 1077944384 15016 12471 0 0 315 1 5 3 20 0 15 0 13770886 14405136384 266242 18446744073709551615 4194304 4196468 140732168484880 140025489311984 140026014915202 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19185664 140732168493005 140732168495790 140732168495790 140732168499151 0
[pid=7621/tid=7681] ppid=7618 vsize=14067516 CPUtime=2.88 cores=1,3,5,7
/proc/7621/task/7681/stat : 7681 (java) S 7618 7621 5678 0 -1 1077944384 8458 12471 0 0 279 1 5 3 20 0 15 0 13770886 14405136384 266242 18446744073709551615 4194304 4196468 140732168484880 140025488259440 140026014915202 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19185664 140732168493005 140732168495790 140732168495790 140732168499151 0
[pid=7621/tid=7682] ppid=7618 vsize=14067516 CPUtime=1.62 cores=1,3,5,7
/proc/7621/task/7682/stat : 7682 (java) S 7618 7621 5678 0 -1 1077944384 10165 12471 0 0 151 3 5 3 20 0 15 0 13770886 14405136384 266242 18446744073709551615 4194304 4196468 140732168484880 140025487206384 140026014915202 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19185664 140732168493005 140732168495790 140732168495790 140732168499151 0
[pid=7621/tid=7683] ppid=7618 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/7621/task/7683/stat : 7683 (java) S 7618 7621 5678 0 -1 1077944384 3 12471 0 0 0 0 5 3 20 0 15 0 13770887 14405136384 266242 18446744073709551615 4194304 4196468 140732168484880 140025486154080 140026014914261 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19185664 140732168493005 140732168495790 140732168495790 140732168499151 0
[pid=7621/tid=7684] ppid=7618 vsize=14067516 CPUtime=0.16 cores=1,3,5,7
/proc/7621/task/7684/stat : 7684 (java) S 7618 7621 5678 0 -1 1077944384 416 12471 0 0 4 4 5 3 20 0 15 0 13770890 14405136384 266242 18446744073709551615 4194304 4196468 140732168484880 140025485102128 140026014915202 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19185664 140732168493005 140732168495790 140732168495790 140732168499151 0
Current children cumulated CPU time (s) 171.12
Current children cumulated vsize (KiB) 14067516

[startup+222.306 s]
/proc/loadavg: 1.42 1.45 1.57 3/210 7941
/proc/meminfo: memFree=28427468/32770624 swapFree=0/945312
[pid=7621] ppid=7618 vsize=14067516 CPUtime=231.94 cores=1,3,5,7
/proc/7621/stat : 7621 (java) S 7618 7621 5678 0 -1 1077944320 104504 12471 0 0 23126 60 5 3 20 0 15 0 13770859 14405136384 266350 18446744073709551615 4194304 4196468 140732168484880 140732168467424 140026014904055 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 19185664 140732168493005 140732168495790 140732168495790 140732168499151 0
/proc/7621/statm: 3516879 266350 3466 1 0 3505501 0
[pid=7621/tid=7671] ppid=7618 vsize=14067516 CPUtime=220.27 cores=1,3,5,7
/proc/7621/task/7671/stat : 7671 (java) R 7618 7621 5678 0 -1 4202560 52802 12471 0 0 21995 24 5 3 20 0 15 0 13770881 14405136384 266350 18446744073709551615 4194304 4196468 140732168484880 140026019138112 140025628491089 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 19185664 140732168493005 140732168495790 140732168495790 140732168499151 0
[pid=7621/tid=7672] ppid=7618 vsize=14067516 CPUtime=0.87 cores=1,3,5,7
/proc/7621/task/7672/stat : 7672 (java) S 7618 7621 5678 0 -1 1077944384 4034 12471 0 0 73 6 5 3 20 0 15 0 13770882 14405136384 266350 18446744073709551615 4194304 4196468 140732168484880 140025934318096 140026014914261 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19185664 140732168493005 140732168495790 140732168495790 140732168499151 0
[pid=7621/tid=7673] ppid=7618 vsize=14067516 CPUtime=0.86 cores=1,3,5,7
/proc/7621/task/7673/stat : 7673 (java) S 7618 7621 5678 0 -1 1077944384 1985 12471 0 0 73 5 5 3 20 0 15 0 13770882 14405136384 266350 18446744073709551615 4194304 4196468 140732168484880 140025614297744 140026014914261 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19185664 140732168493005 140732168495790 140732168495790 140732168499151 0
[pid=7621/tid=7674] ppid=7618 vsize=14067516 CPUtime=0.88 cores=1,3,5,7
/proc/7621/task/7674/stat : 7674 (java) S 7618 7621 5678 0 -1 1077944384 2107 12471 0 0 75 5 5 3 20 0 15 0 13770882 14405136384 266350 18446744073709551615 4194304 4196468 140732168484880 140025613244688 140026014914261 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19185664 140732168493005 140732168495790 140732168495790 140732168499151 0
[pid=7621/tid=7675] ppid=7618 vsize=14067516 CPUtime=0.87 cores=1,3,5,7
/proc/7621/task/7675/stat : 7675 (java) S 7618 7621 5678 0 -1 1077944384 2144 12471 0 0 73 6 5 3 20 0 15 0 13770882 14405136384 266350 18446744073709551615 4194304 4196468 140732168484880 140025612192144 140026014914261 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19185664 140732168493005 140732168495790 140732168495790 140732168499151 0
[pid=7621/tid=7676] ppid=7618 vsize=14067516 CPUtime=0.86 cores=1,3,5,7
/proc/7621/task/7676/stat : 7676 (java) S 7618 7621 5678 0 -1 1077944384 5091 12471 0 0 73 5 5 3 20 0 15 0 13770883 14405136384 266350 18446744073709551615 4194304 4196468 140732168484880 140025493523184 140026014915202 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19185664 140732168493005 140732168495790 140732168495790 140732168499151 0
[pid=7621/tid=7677] ppid=7618 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/7621/task/7677/stat : 7677 (java) S 7618 7621 5678 0 -1 1077944384 56 12471 0 0 0 0 5 3 20 0 15 0 13770884 14405136384 266350 18446744073709551615 4194304 4196468 140732168484880 140025492469536 140026014914261 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19185664 140732168493005 140732168495790 140732168495790 140732168499151 0
[pid=7621/tid=7678] ppid=7618 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/7621/task/7678/stat : 7678 (java) S 7618 7621 5678 0 -1 1077944384 43 12471 0 0 0 0 5 3 20 0 15 0 13770884 14405136384 266350 18446744073709551615 4194304 4196468 140732168484880 140025491416320 140026014914261 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19185664 140732168493005 140732168495790 140732168495790 140732168499151 0
[pid=7621/tid=7679] ppid=7618 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/7621/task/7679/stat : 7679 (java) S 7618 7621 5678 0 -1 1077944384 3 12471 0 0 0 0 5 3 20 0 15 0 13770886 14405136384 266350 18446744073709551615 4194304 4196468 140732168484880 140025490364880 140026014922651 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19185664 140732168493005 140732168495790 140732168495790 140732168499151 0
[pid=7621/tid=7680] ppid=7618 vsize=14067516 CPUtime=3.24 cores=1,3,5,7
/proc/7621/task/7680/stat : 7680 (java) S 7618 7621 5678 0 -1 1077944384 15019 12471 0 0 315 1 5 3 20 0 15 0 13770886 14405136384 266350 18446744073709551615 4194304 4196468 140732168484880 140025489311984 140026014915202 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19185664 140732168493005 140732168495790 140732168495790 140732168499151 0
[pid=7621/tid=7681] ppid=7618 vsize=14067516 CPUtime=2.88 cores=1,3,5,7
/proc/7621/task/7681/stat : 7681 (java) S 7618 7621 5678 0 -1 1077944384 8460 12471 0 0 279 1 5 3 20 0 15 0 13770886 14405136384 266350 18446744073709551615 4194304 4196468 140732168484880 140025488259440 140026014915202 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19185664 140732168493005 140732168495790 140732168495790 140732168499151 0
[pid=7621/tid=7682] ppid=7618 vsize=14067516 CPUtime=1.62 cores=1,3,5,7
/proc/7621/task/7682/stat : 7682 (java) S 7618 7621 5678 0 -1 1077944384 10167 12471 0 0 151 3 5 3 20 0 15 0 13770886 14405136384 266350 18446744073709551615 4194304 4196468 140732168484880 140025487206384 140026014915202 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19185664 140732168493005 140732168495790 140732168495790 140732168499151 0
[pid=7621/tid=7683] ppid=7618 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/7621/task/7683/stat : 7683 (java) S 7618 7621 5678 0 -1 1077944384 3 12471 0 0 0 0 5 3 20 0 15 0 13770887 14405136384 266350 18446744073709551615 4194304 4196468 140732168484880 140025486154080 140026014914261 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19185664 140732168493005 140732168495790 140732168495790 140732168499151 0
[pid=7621/tid=7684] ppid=7618 vsize=14067516 CPUtime=0.2 cores=1,3,5,7
/proc/7621/task/7684/stat : 7684 (java) S 7618 7621 5678 0 -1 1077944384 434 12471 0 0 5 7 5 3 20 0 15 0 13770890 14405136384 266350 18446744073709551615 4194304 4196468 140732168484880 140025485102128 140026014915202 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19185664 140732168493005 140732168495790 140732168495790 140732168499151 0
Current children cumulated CPU time (s) 231.94
Current children cumulated vsize (KiB) 14067516



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 1.43 1.46 1.57 3/210 7941
/proc/meminfo: memFree=28427092/32770624 swapFree=0/945320
[pid=7621] ppid=7618 vsize=14067516 CPUtime=249.88 cores=1,3,5,7
/proc/7621/stat : 7621 (java) S 7618 7621 5678 0 -1 1077944320 106807 12471 0 0 24918 62 5 3 20 0 15 0 13770859 14405136384 266385 18446744073709551615 4194304 4196468 140732168484880 140732168467424 140026014904055 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 19185664 140732168493005 140732168495790 140732168495790 140732168499151 0
/proc/7621/statm: 3516879 266385 3466 1 0 3505501 0
[pid=7621/tid=7671] ppid=7618 vsize=14067516 CPUtime=237.78 cores=1,3,5,7
/proc/7621/task/7671/stat : 7671 (java) R 7618 7621 5678 0 -1 4202560 53177 12471 0 0 23746 24 5 3 20 0 15 0 13770881 14405136384 266385 18446744073709551615 4194304 4196468 140732168484880 140026019138304 140025627847483 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 19185664 140732168493005 140732168495790 140732168495790 140732168499151 0
[pid=7621/tid=7672] ppid=7618 vsize=14067516 CPUtime=0.95 cores=1,3,5,7
/proc/7621/task/7672/stat : 7672 (java) S 7618 7621 5678 0 -1 1077944384 4057 12471 0 0 81 6 5 3 20 0 15 0 13770882 14405136384 266385 18446744073709551615 4194304 4196468 140732168484880 140025934318096 140026014914261 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19185664 140732168493005 140732168495790 140732168495790 140732168499151 0
[pid=7621/tid=7673] ppid=7618 vsize=14067516 CPUtime=0.94 cores=1,3,5,7
/proc/7621/task/7673/stat : 7673 (java) S 7618 7621 5678 0 -1 1077944384 2026 12471 0 0 81 5 5 3 20 0 15 0 13770882 14405136384 266385 18446744073709551615 4194304 4196468 140732168484880 140025614297744 140026014914261 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19185664 140732168493005 140732168495790 140732168495790 140732168499151 0
[pid=7621/tid=7674] ppid=7618 vsize=14067516 CPUtime=0.95 cores=1,3,5,7
/proc/7621/task/7674/stat : 7674 (java) S 7618 7621 5678 0 -1 1077944384 3557 12471 0 0 82 5 5 3 20 0 15 0 13770882 14405136384 266385 18446744073709551615 4194304 4196468 140732168484880 140025613244688 140026014914261 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19185664 140732168493005 140732168495790 140732168495790 140732168499151 0
[pid=7621/tid=7675] ppid=7618 vsize=14067516 CPUtime=0.95 cores=1,3,5,7
/proc/7621/task/7675/stat : 7675 (java) S 7618 7621 5678 0 -1 1077944384 2276 12471 0 0 81 6 5 3 20 0 15 0 13770882 14405136384 266385 18446744073709551615 4194304 4196468 140732168484880 140025612192144 140026014914261 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19185664 140732168493005 140732168495790 140732168495790 140732168499151 0
[pid=7621/tid=7676] ppid=7618 vsize=14067516 CPUtime=0.95 cores=1,3,5,7
/proc/7621/task/7676/stat : 7676 (java) S 7618 7621 5678 0 -1 1077944384 5359 12471 0 0 81 6 5 3 20 0 15 0 13770883 14405136384 266385 18446744073709551615 4194304 4196468 140732168484880 140025493523184 140026014915202 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19185664 140732168493005 140732168495790 140732168495790 140732168499151 0
[pid=7621/tid=7677] ppid=7618 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/7621/task/7677/stat : 7677 (java) S 7618 7621 5678 0 -1 1077944384 56 12471 0 0 0 0 5 3 20 0 15 0 13770884 14405136384 266385 18446744073709551615 4194304 4196468 140732168484880 140025492469536 140026014914261 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19185664 140732168493005 140732168495790 140732168495790 140732168499151 0
[pid=7621/tid=7678] ppid=7618 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/7621/task/7678/stat : 7678 (java) S 7618 7621 5678 0 -1 1077944384 43 12471 0 0 0 0 5 3 20 0 15 0 13770884 14405136384 266385 18446744073709551615 4194304 4196468 140732168484880 140025491416320 140026014914261 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19185664 140732168493005 140732168495790 140732168495790 140732168499151 0
[pid=7621/tid=7679] ppid=7618 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/7621/task/7679/stat : 7679 (java) S 7618 7621 5678 0 -1 1077944384 3 12471 0 0 0 0 5 3 20 0 15 0 13770886 14405136384 266385 18446744073709551615 4194304 4196468 140732168484880 140025490364880 140026014922651 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19185664 140732168493005 140732168495790 140732168495790 140732168499151 0
[pid=7621/tid=7680] ppid=7618 vsize=14067516 CPUtime=3.24 cores=1,3,5,7
/proc/7621/task/7680/stat : 7680 (java) S 7618 7621 5678 0 -1 1077944384 15022 12471 0 0 315 1 5 3 20 0 15 0 13770886 14405136384 266385 18446744073709551615 4194304 4196468 140732168484880 140025489311984 140026014915202 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19185664 140732168493005 140732168495790 140732168495790 140732168499151 0
[pid=7621/tid=7681] ppid=7618 vsize=14067516 CPUtime=2.88 cores=1,3,5,7
/proc/7621/task/7681/stat : 7681 (java) S 7618 7621 5678 0 -1 1077944384 8462 12471 0 0 279 1 5 3 20 0 15 0 13770886 14405136384 266385 18446744073709551615 4194304 4196468 140732168484880 140025488259440 140026014915202 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19185664 140732168493005 140732168495790 140732168495790 140732168499151 0
[pid=7621/tid=7682] ppid=7618 vsize=14067516 CPUtime=1.62 cores=1,3,5,7
/proc/7621/task/7682/stat : 7682 (java) S 7618 7621 5678 0 -1 1077944384 10169 12471 0 0 151 3 5 3 20 0 15 0 13770886 14405136384 266385 18446744073709551615 4194304 4196468 140732168484880 140025487206384 140026014915202 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19185664 140732168493005 140732168495790 140732168495790 140732168499151 0
[pid=7621/tid=7683] ppid=7618 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/7621/task/7683/stat : 7683 (java) S 7618 7621 5678 0 -1 1077944384 3 12471 0 0 0 0 5 3 20 0 15 0 13770887 14405136384 266385 18446744073709551615 4194304 4196468 140732168484880 140025486154080 140026014914261 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19185664 140732168493005 140732168495790 140732168495790 140732168499151 0
[pid=7621/tid=7684] ppid=7618 vsize=14067516 CPUtime=0.22 cores=1,3,5,7
/proc/7621/task/7684/stat : 7684 (java) S 7618 7621 5678 0 -1 1077944384 441 12471 0 0 6 8 5 3 20 0 15 0 13770890 14405136384 266385 18446744073709551615 4194304 4196468 140732168484880 140025485102128 140026014915202 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19185664 140732168493005 140732168495790 140732168495790 140732168499151 0
Current children cumulated CPU time (s) 249.88
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 7621 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+240.201 s]
/proc/loadavg: 1.43 1.46 1.57 3/210 7941
/proc/meminfo: memFree=28427092/32770624 swapFree=0/945320
[pid=7621] ppid=7618 vsize=0 CPUtime=250.33 cores=1,3,5,7
/proc/7621/stat : 7621 (java) Z 7618 7621 5678 0 -1 4228108 119448 12471 0 0 24961 64 5 3 20 0 2 0 13770859 0 0 18446744073709551615 0 0 0 0 0 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 0 0 0 0 0 0 0 0
/proc/7621/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 250.33
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 240.206
CPU time (s): 250.342
CPU user time (s): 249.663
CPU system time (s): 0.679323
CPU usage (%): 104.22
Max. virtual memory (cumulated for all children) (KiB): 14200644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 249.663
system time used= 0.679323
maximum resident set size= 1072792
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 131919
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= 29337
involuntary context switches= 889

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.981933 second user time and 1.5516 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-02 07:10:23
IDJOB=4259485
IDBENCH=126221
IDSOLVER=2646
FILE ID=node128/4259485-1501651461
RUNJOBID= node128-1501642693-29418
PBS_JOBID= 
Free space on /tmp= 61828 MiB

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

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

MD5SUM BENCH= 0ccf44bf6198d309f3039e2504907429
RANDOM SEED=998044222

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:        29724132 kB
MemAvailable:   30669592 kB
Buffers:          122264 kB
Cached:          1103548 kB
SwapCached:            0 kB
Active:          1682424 kB
Inactive:         953264 kB
Active(anon):    1410348 kB
Inactive(anon):     8532 kB
Active(file):     272076 kB
Inactive(file):   944732 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24196 kB
Writeback:             4 kB
AnonPages:       1409944 kB
Mapped:            43724 kB
Shmem:              8872 kB
Slab:             114556 kB
SReclaimable:      88976 kB
SUnreclaim:        25580 kB
KernelStack:        3440 kB
PageTables:         7652 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2262932 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1189888 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:14:23