Trace number 4261926

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.4? (TO) 2520.46 2476.3999

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 benchmark161
Best CPU time to get the best result obtained on this benchmark20019.5
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.39/2.24	c Concrete v3.4 running
2520.28/2476.38	java.util.concurrent.TimeoutException
2520.28/2476.38		at concrete.MAC.mac(MAC.scala:74)
2520.28/2476.38		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
2520.28/2476.38		at scala.util.Try$.apply(Try.scala:209)
2520.28/2476.38		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.28/2476.38		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.28/2476.38		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.28/2476.38		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.28/2476.38		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
2520.28/2476.38		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.28/2476.38		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.28/2476.38		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.28/2476.38		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.28/2476.38		at concrete.MAC.oneRun(MAC.scala:146)
2520.28/2476.38		at concrete.MAC.nextSolution(MAC.scala:166)
2520.28/2476.38		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
2520.28/2476.38		at concrete.ProblemState.map(ProblemState.scala:203)
2520.28/2476.38		at concrete.ProblemState.map(ProblemState.scala:188)
2520.28/2476.38		at concrete.MAC.nextSolution(MAC.scala:195)
2520.28/2476.38		at concrete.Solver.hasNext(Solver.scala:202)
2520.28/2476.38		at scala.collection.Iterator.toStream(Iterator.scala:1403)
2520.28/2476.38		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
2520.28/2476.38		at concrete.Solver.toStream(Solver.scala:73)
2520.28/2476.38		at scala.collection.TraversableOnce.toIterable(TraversableOnce.scala:296)
2520.28/2476.38		at scala.collection.TraversableOnce.toIterable$(TraversableOnce.scala:296)
2520.28/2476.38		at concrete.Solver.toIterable(Solver.scala:73)
2520.28/2476.38		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
2520.28/2476.38		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.28/2476.38		at scala.util.Success.map(Try.scala:209)
2520.28/2476.38		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
2520.28/2476.38		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
2520.28/2476.38		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.28/2476.38		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
2520.28/2476.38		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.28/2476.38		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.28/2476.38		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.28/2476.38		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.28/2476.38		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.28/2476.38		at scala.collection.immutable.List.foreach(List.scala:389)
2520.28/2476.38		at scala.App.main(App.scala:76)
2520.28/2476.38		at scala.App.main$(App.scala:74)
2520.28/2476.38		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.28/2476.38		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.28/2476.39	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-4261926-1502441885/watcher-4261926-1502441885 -o /tmp/evaluation-result-4261926-1502441885/solver-4261926-1502441885 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502411410-19681 --watchdog 2580 bin/concrete HOME/instance-4261926-1502441885.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.35 1.43 1.50 3/195 27796
/proc/meminfo: memFree=30003592/32770624 swapFree=0/542264
[pid=27796] ppid=27793 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/27796/stat : 27796 (runsolver) D 27793 27796 19618 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 46381941 24240128 107 18446744073709551615 4194304 4338465 140721897178144 140721897175784 139854465712855 0 0 1 24578 18446744071580418449 0 0 17 4 0 0 0 0 0 6438912 6441760 13737984 140721897185488 140721897185865 140721897185865 140721897189322 0
/proc/27796/statm: 5918 107 54 36 0 2156 0

[startup+0.10006 s]
/proc/loadavg: 1.35 1.43 1.50 3/195 27796
/proc/meminfo: memFree=30003592/32770624 swapFree=0/542264
[pid=27796] ppid=27793 vsize=9508 CPUtime=0 cores=0,2,4,6
/proc/27796/stat : 27796 (bash) S 27793 27796 19618 0 -1 4202496 683 1545 0 0 0 0 0 0 20 0 1 0 46381941 9736192 351 18446744073709551615 4194304 5098028 140721505975136 140721505972776 139900342979584 0 0 5 65536 18446744071580971376 0 0 17 0 0 0 9 0 0 7196144 7232144 15220736 140721505980948 140721505981033 140721505981033 140721505984490 0
/proc/27796/statm: 2377 351 279 221 0 86 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9508

[startup+0.200267 s]
/proc/loadavg: 1.35 1.43 1.50 3/195 27796
/proc/meminfo: memFree=30003592/32770624 swapFree=0/542264
[pid=27796] ppid=27793 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/27796/stat : 27796 (bash) S 27793 27796 19618 0 -1 4202496 890 6487 0 0 0 0 0 1 20 0 1 0 46381941 9867264 376 18446744073709551615 4194304 5098028 140721505975136 140721505969144 139900342979584 0 0 5 65536 18446744071580971376 0 0 17 0 0 0 9 0 0 7196144 7232144 15220736 140721505980948 140721505981033 140721505981033 140721505984490 0
/proc/27796/statm: 2409 376 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300327 s]
/proc/loadavg: 1.35 1.43 1.50 3/195 27796
/proc/meminfo: memFree=30003592/32770624 swapFree=0/542264
[pid=27796] ppid=27793 vsize=13907308 CPUtime=0.14 cores=0,2,4,6
/proc/27796/stat : 27796 (java) S 27793 27796 19618 0 -1 1077944320 5858 12624 0 0 5 1 5 3 20 0 14 0 46381941 14241083392 5539 18446744073709551615 4194304 4196468 140725426316160 140725426298704 140535093030647 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 29597696 140725426317264 140725426320049 140725426320049 140725426323407 0
/proc/27796/statm: 3476827 5539 2562 1 0 3466324 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 13907308

[startup+0.702211 s]
/proc/loadavg: 1.35 1.43 1.50 3/195 27796
/proc/meminfo: memFree=30003592/32770624 swapFree=0/542264
[pid=27796] ppid=27793 vsize=13974784 CPUtime=0.62 cores=0,2,4,6
/proc/27796/stat : 27796 (java) S 27793 27796 19618 0 -1 1077944320 13827 12624 0 0 51 3 5 3 20 0 15 0 46381941 14310178816 14204 18446744073709551615 4194304 4196468 140725426316160 140725426298704 140535093030647 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 29597696 140725426317264 140725426320049 140725426320049 140725426323407 0
/proc/27796/statm: 3493696 14204 3068 1 0 3482965 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 13974784

[startup+1.50052 s]
/proc/loadavg: 1.35 1.43 1.50 3/210 27859
/proc/meminfo: memFree=29912708/32770624 swapFree=0/542316
[pid=27796] ppid=27793 vsize=13985408 CPUtime=1.81 cores=0,2,4,6
/proc/27796/stat : 27796 (java) S 27793 27796 19618 0 -1 1077944320 27698 12624 0 0 166 7 5 3 20 0 15 0 46381941 14321057792 33874 18446744073709551615 4194304 4196468 140725426316160 140725426298704 140535093030647 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 29597696 140725426317264 140725426320049 140725426320049 140725426323407 0
/proc/27796/statm: 3496352 33874 3342 1 0 3485525 0
[pid=27796/tid=27846] ppid=27793 vsize=13985408 CPUtime=1.28 cores=0,2,4,6
/proc/27796/task/27846/stat : 27846 (java) R 27793 27796 19618 0 -1 4202560 22526 12624 0 0 114 6 5 3 20 0 15 0 46381964 14321057792 33874 18446744073709551615 4194304 4196468 140725426316160 140535097263600 140535077074277 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 29597696 140725426317264 140725426320049 140725426320049 140725426323407 0
[pid=27796/tid=27847] ppid=27793 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/27796/task/27847/stat : 27847 (java) S 27793 27796 19618 0 -1 1077944384 1 12624 0 0 0 0 5 3 20 0 15 0 46381965 14321057792 33874 18446744073709551615 4194304 4196468 140725426316160 140535027464848 140535093040853 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29597696 140725426317264 140725426320049 140725426320049 140725426323407 0
[pid=27796/tid=27848] ppid=27793 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/27796/task/27848/stat : 27848 (java) S 27793 27796 19618 0 -1 1077944384 1 12624 0 0 0 0 5 3 20 0 15 0 46381965 14321057792 33874 18446744073709551615 4194304 4196468 140725426316160 140535026412048 140535093040853 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29597696 140725426317264 140725426320049 140725426320049 140725426323407 0
[pid=27796/tid=27849] ppid=27793 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/27796/task/27849/stat : 27849 (java) S 27793 27796 19618 0 -1 1077944384 1 12624 0 0 0 0 5 3 20 0 15 0 46381965 14321057792 33874 18446744073709551615 4194304 4196468 140725426316160 140535025359248 140535093040853 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29597696 140725426317264 140725426320049 140725426320049 140725426323407 0
[pid=27796/tid=27850] ppid=27793 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/27796/task/27850/stat : 27850 (java) S 27793 27796 19618 0 -1 1077944384 2 12624 0 0 0 0 5 3 20 0 15 0 46381965 14321057792 33874 18446744073709551615 4194304 4196468 140725426316160 140535024306448 140535093040853 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29597696 140725426317264 140725426320049 140725426320049 140725426323407 0
[pid=27796/tid=27851] ppid=27793 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/27796/task/27851/stat : 27851 (java) S 27793 27796 19618 0 -1 1077944384 5 12624 0 0 0 0 5 3 20 0 15 0 46381966 14321057792 33874 18446744073709551615 4194304 4196468 140725426316160 140534570662768 140535093041794 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29597696 140725426317264 140725426320049 140725426320049 140725426323407 0
[pid=27796/tid=27852] ppid=27793 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/27796/task/27852/stat : 27852 (java) S 27793 27796 19618 0 -1 1077944384 33 12624 0 0 0 0 5 3 20 0 15 0 46381966 14321057792 33874 18446744073709551615 4194304 4196468 140725426316160 140534569608736 140535093040853 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29597696 140725426317264 140725426320049 140725426320049 140725426323407 0
[pid=27796/tid=27853] ppid=27793 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/27796/task/27853/stat : 27853 (java) S 27793 27796 19618 0 -1 1077944384 21 12624 0 0 0 0 5 3 20 0 15 0 46381967 14321057792 33874 18446744073709551615 4194304 4196468 140725426316160 140534568555888 140535093040853 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29597696 140725426317264 140725426320049 140725426320049 140725426323407 0
[pid=27796/tid=27854] ppid=27793 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/27796/task/27854/stat : 27854 (java) S 27793 27796 19618 0 -1 1077944384 3 12624 0 0 0 0 5 3 20 0 15 0 46381969 14321057792 33874 18446744073709551615 4194304 4196468 140725426316160 140534567504208 140535093049243 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29597696 140725426317264 140725426320049 140725426320049 140725426323407 0
[pid=27796/tid=27855] ppid=27793 vsize=13985408 CPUtime=0.2 cores=0,2,4,6
/proc/27796/task/27855/stat : 27855 (java) S 27793 27796 19618 0 -1 1077944384 927 12624 0 0 12 0 5 3 20 0 15 0 46381969 14321057792 33874 18446744073709551615 4194304 4196468 140725426316160 140534566451568 140535093041794 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29597696 140725426317264 140725426320049 140725426320049 140725426323407 0
[pid=27796/tid=27856] ppid=27793 vsize=13985408 CPUtime=0.24 cores=0,2,4,6
/proc/27796/task/27856/stat : 27856 (java) R 27793 27796 19618 0 -1 4202560 716 12624 0 0 16 0 5 3 20 0 15 0 46381969 14321057792 33874 18446744073709551615 4194304 4196468 140725426316160 140534565397168 140535077430249 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29597696 140725426317264 140725426320049 140725426320049 140725426323407 0
[pid=27796/tid=27857] ppid=27793 vsize=13985408 CPUtime=0.29 cores=0,2,4,6
/proc/27796/task/27857/stat : 27857 (java) S 27793 27796 19618 0 -1 1077944384 1300 12624 0 0 21 0 5 3 20 0 15 0 46381969 14321057792 33874 18446744073709551615 4194304 4196468 140725426316160 140534564345968 140535093041794 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29597696 140725426317264 140725426320049 140725426320049 140725426323407 0
[pid=27796/tid=27858] ppid=27793 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/27796/task/27858/stat : 27858 (java) S 27793 27796 19618 0 -1 1077944384 3 12624 0 0 0 0 5 3 20 0 15 0 46381970 14321057792 33874 18446744073709551615 4194304 4196468 140725426316160 140534563293408 140535093040853 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29597696 140725426317264 140725426320049 140725426320049 140725426323407 0
[pid=27796/tid=27859] ppid=27793 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/27796/task/27859/stat : 27859 (java) S 27793 27796 19618 0 -1 1077944384 10 12624 0 0 0 0 5 3 20 0 15 0 46381975 14321057792 33874 18446744073709551615 4194304 4196468 140725426316160 140534562241712 140535093041794 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29597696 140725426317264 140725426320049 140725426320049 140725426323407 0
Current children cumulated CPU time (s) 1.81
Current children cumulated vsize (KiB) 13985408

[startup+3.10597 s]
/proc/loadavg: 1.35 1.43 1.50 5/210 27859
/proc/meminfo: memFree=29833952/32770624 swapFree=0/542316
[pid=27796] ppid=27793 vsize=13999932 CPUtime=5.96 cores=0,2,4,6
/proc/27796/stat : 27796 (java) S 27793 27796 19618 0 -1 1077944320 43540 12624 0 0 574 14 5 3 20 0 15 0 46381941 14335930368 53452 18446744073709551615 4194304 4196468 140725426316160 140725426298704 140535093030647 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 29597696 140725426317264 140725426320049 140725426320049 140725426323407 0
/proc/27796/statm: 3499983 53452 3445 1 0 3488597 0
[pid=27796/tid=27846] ppid=27793 vsize=13999932 CPUtime=2.84 cores=0,2,4,6
/proc/27796/task/27846/stat : 27846 (java) R 27793 27796 19618 0 -1 1077944384 30074 12624 0 0 269 7 5 3 20 0 15 0 46381964 14335930368 53452 18446744073709551615 4194304 4196468 140725426316160 140535097264160 140535093040853 0 4 1 16800974 0 0 0 -1 6 0 0 4 0 0 6293624 6294260 29597696 140725426317264 140725426320049 140725426320049 140725426323407 0
[pid=27796/tid=27847] ppid=27793 vsize=13999932 CPUtime=0.09 cores=0,2,4,6
/proc/27796/task/27847/stat : 27847 (java) S 27793 27796 19618 0 -1 1077944384 44 12624 0 0 1 0 5 3 20 0 15 0 46381965 14335930368 53452 18446744073709551615 4194304 4196468 140725426316160 140535027464848 140535093040853 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29597696 140725426317264 140725426320049 140725426320049 140725426323407 0
[pid=27796/tid=27848] ppid=27793 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/27796/task/27848/stat : 27848 (java) S 27793 27796 19618 0 -1 1077944384 48 12624 0 0 0 0 5 3 20 0 15 0 46381965 14335930368 53452 18446744073709551615 4194304 4196468 140725426316160 140535026412048 140535093040853 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29597696 140725426317264 140725426320049 140725426320049 140725426323407 0
[pid=27796/tid=27849] ppid=27793 vsize=13999932 CPUtime=0.09 cores=0,2,4,6
/proc/27796/task/27849/stat : 27849 (java) S 27793 27796 19618 0 -1 1077944384 202 12624 0 0 1 0 5 3 20 0 15 0 46381965 14335930368 53452 18446744073709551615 4194304 4196468 140725426316160 140535025359248 140535093040853 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29597696 140725426317264 140725426320049 140725426320049 140725426323407 0
[pid=27796/tid=27850] ppid=27793 vsize=13999932 CPUtime=0.09 cores=0,2,4,6
/proc/27796/task/27850/stat : 27850 (java) S 27793 27796 19618 0 -1 1077944384 62 12624 0 0 1 0 5 3 20 0 15 0 46381965 14335930368 53452 18446744073709551615 4194304 4196468 140725426316160 140535024306448 140535093040853 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29597696 140725426317264 140725426320049 140725426320049 140725426323407 0
[pid=27796/tid=27851] ppid=27793 vsize=13999932 CPUtime=0.09 cores=0,2,4,6
/proc/27796/task/27851/stat : 27851 (java) S 27793 27796 19618 0 -1 1077944384 1532 12624 0 0 1 0 5 3 20 0 15 0 46381966 14335930368 53452 18446744073709551615 4194304 4196468 140725426316160 140534570662768 140535093041794 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29597696 140725426317264 140725426320049 140725426320049 140725426323407 0
[pid=27796/tid=27852] ppid=27793 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/27796/task/27852/stat : 27852 (java) S 27793 27796 19618 0 -1 1077944384 55 12624 0 0 0 0 5 3 20 0 15 0 46381966 14335930368 53452 18446744073709551615 4194304 4196468 140725426316160 140534569608736 140535093040853 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29597696 140725426317264 140725426320049 140725426320049 140725426323407 0
[pid=27796/tid=27853] ppid=27793 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/27796/task/27853/stat : 27853 (java) S 27793 27796 19618 0 -1 1077944384 45 12624 0 0 0 0 5 3 20 0 15 0 46381967 14335930368 53452 18446744073709551615 4194304 4196468 140725426316160 140534568555888 140535093040853 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29597696 140725426317264 140725426320049 140725426320049 140725426323407 0
[pid=27796/tid=27854] ppid=27793 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/27796/task/27854/stat : 27854 (java) S 27793 27796 19618 0 -1 1077944384 3 12624 0 0 0 0 5 3 20 0 15 0 46381969 14335930368 53452 18446744073709551615 4194304 4196468 140725426316160 140534567504208 140535093049243 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29597696 140725426317264 140725426320049 140725426320049 140725426323407 0
[pid=27796/tid=27855] ppid=27793 vsize=13999932 CPUtime=1.12 cores=0,2,4,6
/proc/27796/task/27855/stat : 27855 (java) R 27793 27796 19618 0 -1 4202560 3961 12624 0 0 103 1 5 3 20 0 15 0 46381969 14335930368 53452 18446744073709551615 4194304 4196468 140725426316160 140534566438352 140535072730944 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29597696 140725426317264 140725426320049 140725426320049 140725426323407 0
[pid=27796/tid=27856] ppid=27793 vsize=13999932 CPUtime=0.99 cores=0,2,4,6
/proc/27796/task/27856/stat : 27856 (java) R 27793 27796 19618 0 -1 4202560 1832 12624 0 0 90 1 5 3 20 0 15 0 46381969 14335930368 53452 18446744073709551615 4194304 4196468 140725426316160 140534565378256 140535078156588 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29597696 140725426317264 140725426320049 140725426320049 140725426323407 0
[pid=27796/tid=27857] ppid=27793 vsize=13999932 CPUtime=1.13 cores=0,2,4,6
/proc/27796/task/27857/stat : 27857 (java) S 27793 27796 19618 0 -1 1077944384 3520 12624 0 0 104 1 5 3 20 0 15 0 46381969 14335930368 53452 18446744073709551615 4194304 4196468 140725426316160 140534564345968 140535093041794 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29597696 140725426317264 140725426320049 140725426320049 140725426323407 0
[pid=27796/tid=27858] ppid=27793 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/27796/task/27858/stat : 27858 (java) S 27793 27796 19618 0 -1 1077944384 3 12624 0 0 0 0 5 3 20 0 15 0 46381970 14335930368 53452 18446744073709551615 4194304 4196468 140725426316160 140534563293408 140535093040853 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29597696 140725426317264 140725426320049 140725426320049 140725426323407 0
[pid=27796/tid=27859] ppid=27793 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/27796/task/27859/stat : 27859 (java) S 27793 27796 19618 0 -1 1077944384 11 12624 0 0 0 0 5 3 20 0 15 0 46381975 14335930368 53452 18446744073709551615 4194304 4196468 140725426316160 140534562241712 140535093041794 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29597696 140725426317264 140725426320049 140725426320049 140725426323407 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 13999932

[startup+6.30068 s]
/proc/loadavg: 1.64 1.48 1.52 5/210 27859
/proc/meminfo: memFree=29628792/32770624 swapFree=0/542308
[pid=27796] ppid=27793 vsize=14067516 CPUtime=13.34 cores=0,2,4,6
/proc/27796/stat : 27796 (java) S 27793 27796 19618 0 -1 1077944320 66772 12624 0 0 1303 23 5 3 20 0 15 0 46381941 14405136384 114516 18446744073709551615 4194304 4196468 140725426316160 140725426298704 140535093030647 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 29597696 140725426317264 140725426320049 140725426320049 140725426323407 0
/proc/27796/statm: 3516879 114516 3476 1 0 3505493 0
[pid=27796/tid=27846] ppid=27793 vsize=14067516 CPUtime=5.95 cores=0,2,4,6
/proc/27796/task/27846/stat : 27846 (java) R 27793 27796 19618 0 -1 4202560 45369 12624 0 0 575 12 5 3 20 0 15 0 46381964 14405136384 114516 18446744073709551615 4194304 4196468 140725426316160 140535097262136 140534717015449 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 29597696 140725426317264 140725426320049 140725426320049 140725426323407 0
[pid=27796/tid=27847] ppid=27793 vsize=14067516 CPUtime=0.12 cores=0,2,4,6
/proc/27796/task/27847/stat : 27847 (java) S 27793 27796 19618 0 -1 1077944384 124 12624 0 0 4 0 5 3 20 0 15 0 46381965 14405136384 114516 18446744073709551615 4194304 4196468 140725426316160 140535027464848 140535093040853 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29597696 140725426317264 140725426320049 140725426320049 140725426323407 0
[pid=27796/tid=27848] ppid=27793 vsize=14067516 CPUtime=0.11 cores=0,2,4,6
/proc/27796/task/27848/stat : 27848 (java) S 27793 27796 19618 0 -1 1077944384 71 12624 0 0 3 0 5 3 20 0 15 0 46381965 14405136384 114516 18446744073709551615 4194304 4196468 140725426316160 140535026412048 140535093040853 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29597696 140725426317264 140725426320049 140725426320049 140725426323407 0
[pid=27796/tid=27849] ppid=27793 vsize=14067516 CPUtime=0.11 cores=0,2,4,6
/proc/27796/task/27849/stat : 27849 (java) S 27793 27796 19618 0 -1 1077944384 226 12624 0 0 3 0 5 3 20 0 15 0 46381965 14405136384 114516 18446744073709551615 4194304 4196468 140725426316160 140535025359248 140535093040853 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29597696 140725426317264 140725426320049 140725426320049 140725426323407 0
[pid=27796/tid=27850] ppid=27793 vsize=14067516 CPUtime=0.11 cores=0,2,4,6
/proc/27796/task/27850/stat : 27850 (java) S 27793 27796 19618 0 -1 1077944384 85 12624 0 0 3 0 5 3 20 0 15 0 46381965 14405136384 114516 18446744073709551615 4194304 4196468 140725426316160 140535024306448 140535093040853 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29597696 140725426317264 140725426320049 140725426320049 140725426323407 0
[pid=27796/tid=27851] ppid=27793 vsize=14067516 CPUtime=0.12 cores=0,2,4,6
/proc/27796/task/27851/stat : 27851 (java) S 27793 27796 19618 0 -1 1077944384 2291 12624 0 0 4 0 5 3 20 0 15 0 46381966 14405136384 114516 18446744073709551615 4194304 4196468 140725426316160 140534570662768 140535093041794 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29597696 140725426317264 140725426320049 140725426320049 140725426323407 0
[pid=27796/tid=27852] ppid=27793 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/27796/task/27852/stat : 27852 (java) S 27793 27796 19618 0 -1 1077944384 55 12624 0 0 0 0 5 3 20 0 15 0 46381966 14405136384 114516 18446744073709551615 4194304 4196468 140725426316160 140534569608864 140535093040853 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29597696 140725426317264 140725426320049 140725426320049 140725426323407 0
[pid=27796/tid=27853] ppid=27793 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/27796/task/27853/stat : 27853 (java) S 27793 27796 19618 0 -1 1077944384 45 12624 0 0 0 0 5 3 20 0 15 0 46381967 14405136384 114516 18446744073709551615 4194304 4196468 140725426316160 140534568555904 140535093040853 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29597696 140725426317264 140725426320049 140725426320049 140725426323407 0
[pid=27796/tid=27854] ppid=27793 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/27796/task/27854/stat : 27854 (java) S 27793 27796 19618 0 -1 1077944384 3 12624 0 0 0 0 5 3 20 0 15 0 46381969 14405136384 114516 18446744073709551615 4194304 4196468 140725426316160 140534567504208 140535093049243 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29597696 140725426317264 140725426320049 140725426320049 140725426323407 0
[pid=27796/tid=27855] ppid=27793 vsize=14067516 CPUtime=2.88 cores=0,2,4,6
/proc/27796/task/27855/stat : 27855 (java) R 27793 27796 19618 0 -1 4202560 5615 12624 0 0 279 1 5 3 20 0 15 0 46381969 14405136384 114516 18446744073709551615 4194304 4196468 140725426316160 140534566432768 140535076527431 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29597696 140725426317264 140725426320049 140725426320049 140725426323407 0
[pid=27796/tid=27856] ppid=27793 vsize=14067516 CPUtime=2.88 cores=0,2,4,6
/proc/27796/task/27856/stat : 27856 (java) S 27793 27796 19618 0 -1 1077944384 6321 12624 0 0 277 3 5 3 20 0 15 0 46381969 14405136384 114516 18446744073709551615 4194304 4196468 140725426316160 140534565398768 140535093041794 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29597696 140725426317264 140725426320049 140725426320049 140725426323407 0
[pid=27796/tid=27857] ppid=27793 vsize=14067516 CPUtime=1.61 cores=0,2,4,6
/proc/27796/task/27857/stat : 27857 (java) S 27793 27796 19618 0 -1 1077944384 4400 12624 0 0 151 2 5 3 20 0 15 0 46381969 14405136384 114516 18446744073709551615 4194304 4196468 140725426316160 140534564345968 140535093041794 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29597696 140725426317264 140725426320049 140725426320049 140725426323407 0
[pid=27796/tid=27858] ppid=27793 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/27796/task/27858/stat : 27858 (java) S 27793 27796 19618 0 -1 1077944384 3 12624 0 0 0 0 5 3 20 0 15 0 46381970 14405136384 114516 18446744073709551615 4194304 4196468 140725426316160 140534563293408 140535093040853 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29597696 140725426317264 140725426320049 140725426320049 140725426323407 0
[pid=27796/tid=27859] ppid=27793 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/27796/task/27859/stat : 27859 (java) S 27793 27796 19618 0 -1 1077944384 14 12624 0 0 0 0 5 3 20 0 15 0 46381975 14405136384 114516 18446744073709551615 4194304 4196468 140725426316160 140534562241712 140535093041794 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29597696 140725426317264 140725426320049 140725426320049 140725426323407 0
Current children cumulated CPU time (s) 13.34
Current children cumulated vsize (KiB) 14067516

[startup+12.7006 s]
/proc/loadavg: 1.59 1.48 1.51 3/210 27859
/proc/meminfo: memFree=29229068/32770624 swapFree=0/542308
[pid=27796] ppid=27793 vsize=14067516 CPUtime=20.03 cores=0,2,4,6
/proc/27796/stat : 27796 (java) S 27793 27796 19618 0 -1 1077944320 73011 12624 0 0 1965 30 5 3 20 0 15 0 46381941 14405136384 197001 18446744073709551615 4194304 4196468 140725426316160 140725426298704 140535093030647 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 29597696 140725426317264 140725426320049 140725426320049 140725426323407 0
/proc/27796/statm: 3516879 197001 3476 1 0 3505493 0
[pid=27796/tid=27846] ppid=27793 vsize=14067516 CPUtime=12.31 cores=0,2,4,6
/proc/27796/task/27846/stat : 27846 (java) R 27793 27796 19618 0 -1 4202560 46742 12624 0 0 1207 16 5 3 20 0 15 0 46381964 14405136384 197001 18446744073709551615 4194304 4196468 140725426316160 140535097266600 140534716671170 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 29597696 140725426317264 140725426320049 140725426320049 140725426323407 0
[pid=27796/tid=27847] ppid=27793 vsize=14067516 CPUtime=0.14 cores=0,2,4,6
/proc/27796/task/27847/stat : 27847 (java) S 27793 27796 19618 0 -1 1077944384 388 12624 0 0 5 1 5 3 20 0 15 0 46381965 14405136384 197001 18446744073709551615 4194304 4196468 140725426316160 140535027464848 140535093040853 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29597696 140725426317264 140725426320049 140725426320049 140725426323407 0
[pid=27796/tid=27848] ppid=27793 vsize=14067516 CPUtime=0.13 cores=0,2,4,6
/proc/27796/task/27848/stat : 27848 (java) S 27793 27796 19618 0 -1 1077944384 168 12624 0 0 4 1 5 3 20 0 15 0 46381965 14405136384 197001 18446744073709551615 4194304 4196468 140725426316160 140535026412048 140535093040853 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29597696 140725426317264 140725426320049 140725426320049 140725426323407 0
[pid=27796/tid=27849] ppid=27793 vsize=14067516 CPUtime=0.13 cores=0,2,4,6
/proc/27796/task/27849/stat : 27849 (java) S 27793 27796 19618 0 -1 1077944384 677 12624 0 0 4 1 5 3 20 0 15 0 46381965 14405136384 197001 18446744073709551615 4194304 4196468 140725426316160 140535025359248 140535093040853 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29597696 140725426317264 140725426320049 140725426320049 140725426323407 0
[pid=27796/tid=27850] ppid=27793 vsize=14067516 CPUtime=0.13 cores=0,2,4,6
/proc/27796/task/27850/stat : 27850 (java) S 27793 27796 19618 0 -1 1077944384 1038 12624 0 0 4 1 5 3 20 0 15 0 46381965 14405136384 197001 18446744073709551615 4194304 4196468 140725426316160 140535024306448 140535093040853 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29597696 140725426317264 140725426320049 140725426320049 140725426323407 0
[pid=27796/tid=27851] ppid=27793 vsize=14067516 CPUtime=0.13 cores=0,2,4,6
/proc/27796/task/27851/stat : 27851 (java) S 27793 27796 19618 0 -1 1077944384 2687 12624 0 0 5 0 5 3 20 0 15 0 46381966 14405136384 197001 18446744073709551615 4194304 4196468 140725426316160 140534570662768 140535093041794 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29597696 140725426317264 140725426320049 140725426320049 140725426323407 0
[pid=27796/tid=27852] ppid=27793 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/27796/task/27852/stat : 27852 (java) S 27793 27796 19618 0 -1 1077944384 55 12624 0 0 0 0 5 3 20 0 15 0 46381966 14405136384 197001 18446744073709551615 4194304 4196468 140725426316160 140534569608864 140535093040853 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29597696 140725426317264 140725426320049 140725426320049 140725426323407 0
[pid=27796/tid=27853] ppid=27793 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/27796/task/27853/stat : 27853 (java) S 27793 27796 19618 0 -1 1077944384 45 12624 0 0 0 0 5 3 20 0 15 0 46381967 14405136384 197001 18446744073709551615 4194304 4196468 140725426316160 140534568555904 140535093040853 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29597696 140725426317264 140725426320049 140725426320049 140725426323407 0
[pid=27796/tid=27854] ppid=27793 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/27796/task/27854/stat : 27854 (java) S 27793 27796 19618 0 -1 1077944384 3 12624 0 0 0 0 5 3 20 0 15 0 46381969 14405136384 197001 18446744073709551615 4194304 4196468 140725426316160 140534567504208 140535093049243 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29597696 140725426317264 140725426320049 140725426320049 140725426323407 0

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

[pid=27796] ppid=27793 vsize=14067516 CPUtime=2363.72 cores=0,2,4,6
/proc/27796/stat : 27796 (java) S 27793 27796 19618 0 -1 1077944320 200285 12624 0 0 235989 375 5 3 20 0 15 0 46381941 14405136384 279814 18446744073709551615 4194304 4196468 140725426316160 140725426298704 140535093030647 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 29597696 140725426317264 140725426320049 140725426320049 140725426323407 0
/proc/27796/statm: 3516879 279814 3476 1 0 3505493 0
[pid=27796/tid=27846] ppid=27793 vsize=14067516 CPUtime=2294.94 cores=0,2,4,6
/proc/27796/task/27846/stat : 27846 (java) R 27793 27796 19618 0 -1 4202560 95280 12624 0 0 229432 54 5 3 20 0 15 0 46381964 14405136384 279814 18446744073709551615 4194304 4196468 140725426316160 140535097264848 140534703265896 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 29597696 140725426317264 140725426320049 140725426320049 140725426323407 0
[pid=27796/tid=27847] ppid=27793 vsize=14067516 CPUtime=12.13 cores=0,2,4,6
/proc/27796/task/27847/stat : 27847 (java) S 27793 27796 19618 0 -1 1077944384 16137 12624 0 0 1145 60 5 3 20 0 15 0 46381965 14405136384 279814 18446744073709551615 4194304 4196468 140725426316160 140535027464848 140535093040853 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29597696 140725426317264 140725426320049 140725426320049 140725426323407 0
[pid=27796/tid=27848] ppid=27793 vsize=14067516 CPUtime=12.12 cores=0,2,4,6
/proc/27796/task/27848/stat : 27848 (java) S 27793 27796 19618 0 -1 1077944384 11152 12624 0 0 1140 64 5 3 20 0 15 0 46381965 14405136384 279814 18446744073709551615 4194304 4196468 140725426316160 140535026412048 140535093040853 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29597696 140725426317264 140725426320049 140725426320049 140725426323407 0
[pid=27796/tid=27849] ppid=27793 vsize=14067516 CPUtime=12.1 cores=0,2,4,6
/proc/27796/task/27849/stat : 27849 (java) S 27793 27796 19618 0 -1 1077944384 13439 12624 0 0 1134 68 5 3 20 0 15 0 46381965 14405136384 279814 18446744073709551615 4194304 4196468 140725426316160 140535025359248 140535093040853 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29597696 140725426317264 140725426320049 140725426320049 140725426323407 0
[pid=27796/tid=27850] ppid=27793 vsize=14067516 CPUtime=12.11 cores=0,2,4,6
/proc/27796/task/27850/stat : 27850 (java) S 27793 27796 19618 0 -1 1077944384 16762 12624 0 0 1140 63 5 3 20 0 15 0 46381965 14405136384 279814 18446744073709551615 4194304 4196468 140725426316160 140535024306448 140535093040853 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29597696 140725426317264 140725426320049 140725426320049 140725426323407 0
[pid=27796/tid=27851] ppid=27793 vsize=14067516 CPUtime=11.61 cores=0,2,4,6
/proc/27796/task/27851/stat : 27851 (java) S 27793 27796 19618 0 -1 1077944384 16013 12624 0 0 1095 58 5 3 20 0 15 0 46381966 14405136384 279814 18446744073709551615 4194304 4196468 140725426316160 140534570662768 140535093041794 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29597696 140725426317264 140725426320049 140725426320049 140725426323407 0
[pid=27796/tid=27852] ppid=27793 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/27796/task/27852/stat : 27852 (java) S 27793 27796 19618 0 -1 1077944384 55 12624 0 0 0 0 5 3 20 0 15 0 46381966 14405136384 279814 18446744073709551615 4194304 4196468 140725426316160 140534569608864 140535093040853 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29597696 140725426317264 140725426320049 140725426320049 140725426323407 0
[pid=27796/tid=27853] ppid=27793 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/27796/task/27853/stat : 27853 (java) S 27793 27796 19618 0 -1 1077944384 45 12624 0 0 0 0 5 3 20 0 15 0 46381967 14405136384 279814 18446744073709551615 4194304 4196468 140725426316160 140534568555904 140535093040853 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29597696 140725426317264 140725426320049 140725426320049 140725426323407 0
[pid=27796/tid=27854] ppid=27793 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/27796/task/27854/stat : 27854 (java) S 27793 27796 19618 0 -1 1077944384 3 12624 0 0 0 0 5 3 20 0 15 0 46381969 14405136384 279814 18446744073709551615 4194304 4196468 140725426316160 140534567504208 140535093049243 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29597696 140725426317264 140725426320049 140725426320049 140725426323407 0
[pid=27796/tid=27855] ppid=27793 vsize=14067516 CPUtime=3.07 cores=0,2,4,6
/proc/27796/task/27855/stat : 27855 (java) S 27793 27796 19618 0 -1 1077944384 7889 12624 0 0 298 1 5 3 20 0 15 0 46381969 14405136384 279814 18446744073709551615 4194304 4196468 140725426316160 140534566451568 140535093041794 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29597696 140725426317264 140725426320049 140725426320049 140725426323407 0
[pid=27796/tid=27856] ppid=27793 vsize=14067516 CPUtime=3.01 cores=0,2,4,6
/proc/27796/task/27856/stat : 27856 (java) S 27793 27796 19618 0 -1 1077944384 8841 12624 0 0 290 3 5 3 20 0 15 0 46381969 14405136384 279814 18446744073709551615 4194304 4196468 140725426316160 140534565398768 140535093041794 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29597696 140725426317264 140725426320049 140725426320049 140725426323407 0
[pid=27796/tid=27857] ppid=27793 vsize=14067516 CPUtime=1.66 cores=0,2,4,6
/proc/27796/task/27857/stat : 27857 (java) S 27793 27796 19618 0 -1 1077944384 11140 12624 0 0 155 3 5 3 20 0 15 0 46381969 14405136384 279814 18446744073709551615 4194304 4196468 140725426316160 140534564345968 140535093041794 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29597696 140725426317264 140725426320049 140725426320049 140725426323407 0
[pid=27796/tid=27858] ppid=27793 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/27796/task/27858/stat : 27858 (java) S 27793 27796 19618 0 -1 1077944384 3 12624 0 0 0 0 5 3 20 0 15 0 46381970 14405136384 279814 18446744073709551615 4194304 4196468 140725426316160 140534563293408 140535093040853 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29597696 140725426317264 140725426320049 140725426320049 140725426323407 0
[pid=27796/tid=27859] ppid=27793 vsize=14067516 CPUtime=1.58 cores=0,2,4,6
/proc/27796/task/27859/stat : 27859 (java) S 27793 27796 19618 0 -1 1077944384 1376 12624 0 0 71 79 5 3 20 0 15 0 46381975 14405136384 279814 18446744073709551615 4194304 4196468 140725426316160 140534562241712 140535093041794 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29597696 140725426317264 140725426320049 140725426320049 140725426323407 0
Current children cumulated CPU time (s) 2363.72
Current children cumulated vsize (KiB) 14067516

[startup+2382.3 s]
/proc/loadavg: 1.45 1.47 1.43 4/209 28146
/proc/meminfo: memFree=27288476/32770624 swapFree=0/542768
[pid=27796] ppid=27793 vsize=14067516 CPUtime=2424.66 cores=0,2,4,6
/proc/27796/stat : 27796 (java) S 27793 27796 19618 0 -1 1077944320 202208 12624 0 0 242074 384 5 3 20 0 15 0 46381941 14405136384 280326 18446744073709551615 4194304 4196468 140725426316160 140725426298704 140535093030647 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 29597696 140725426317264 140725426320049 140725426320049 140725426323407 0
/proc/27796/statm: 3516879 280326 3476 1 0 3505493 0
[pid=27796/tid=27846] ppid=27793 vsize=14067516 CPUtime=2354.18 cores=0,2,4,6
/proc/27796/task/27846/stat : 27846 (java) R 27793 27796 19618 0 -1 4202560 96264 12624 0 0 235356 54 5 3 20 0 15 0 46381964 14405136384 280326 18446744073709551615 4194304 4196468 140725426316160 140535097264912 140534715773419 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 29597696 140725426317264 140725426320049 140725426320049 140725426323407 0
[pid=27796/tid=27847] ppid=27793 vsize=14067516 CPUtime=12.47 cores=0,2,4,6
/proc/27796/task/27847/stat : 27847 (java) S 27793 27796 19618 0 -1 1077944384 16412 12624 0 0 1177 62 5 3 20 0 15 0 46381965 14405136384 280326 18446744073709551615 4194304 4196468 140725426316160 140535027464848 140535093040853 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29597696 140725426317264 140725426320049 140725426320049 140725426323407 0
[pid=27796/tid=27848] ppid=27793 vsize=14067516 CPUtime=12.45 cores=0,2,4,6
/proc/27796/task/27848/stat : 27848 (java) S 27793 27796 19618 0 -1 1077944384 11238 12624 0 0 1171 66 5 3 20 0 15 0 46381965 14405136384 280326 18446744073709551615 4194304 4196468 140725426316160 140535026412048 140535093040853 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29597696 140725426317264 140725426320049 140725426320049 140725426323407 0
[pid=27796/tid=27849] ppid=27793 vsize=14067516 CPUtime=12.43 cores=0,2,4,6
/proc/27796/task/27849/stat : 27849 (java) S 27793 27796 19618 0 -1 1077944384 13679 12624 0 0 1166 69 5 3 20 0 15 0 46381965 14405136384 280326 18446744073709551615 4194304 4196468 140725426316160 140535025359248 140535093040853 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29597696 140725426317264 140725426320049 140725426320049 140725426323407 0
[pid=27796/tid=27850] ppid=27793 vsize=14067516 CPUtime=12.45 cores=0,2,4,6
/proc/27796/task/27850/stat : 27850 (java) S 27793 27796 19618 0 -1 1077944384 16853 12624 0 0 1172 65 5 3 20 0 15 0 46381965 14405136384 280326 18446744073709551615 4194304 4196468 140725426316160 140535024306448 140535093040853 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29597696 140725426317264 140725426320049 140725426320049 140725426323407 0
[pid=27796/tid=27851] ppid=27793 vsize=14067516 CPUtime=11.92 cores=0,2,4,6
/proc/27796/task/27851/stat : 27851 (java) S 27793 27796 19618 0 -1 1077944384 16229 12624 0 0 1124 60 5 3 20 0 15 0 46381966 14405136384 280326 18446744073709551615 4194304 4196468 140725426316160 140534570662768 140535093041794 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29597696 140725426317264 140725426320049 140725426320049 140725426323407 0
[pid=27796/tid=27852] ppid=27793 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/27796/task/27852/stat : 27852 (java) S 27793 27796 19618 0 -1 1077944384 55 12624 0 0 0 0 5 3 20 0 15 0 46381966 14405136384 280326 18446744073709551615 4194304 4196468 140725426316160 140534569608864 140535093040853 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29597696 140725426317264 140725426320049 140725426320049 140725426323407 0
[pid=27796/tid=27853] ppid=27793 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/27796/task/27853/stat : 27853 (java) S 27793 27796 19618 0 -1 1077944384 45 12624 0 0 0 0 5 3 20 0 15 0 46381967 14405136384 280326 18446744073709551615 4194304 4196468 140725426316160 140534568555904 140535093040853 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29597696 140725426317264 140725426320049 140725426320049 140725426323407 0
[pid=27796/tid=27854] ppid=27793 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/27796/task/27854/stat : 27854 (java) S 27793 27796 19618 0 -1 1077944384 3 12624 0 0 0 0 5 3 20 0 15 0 46381969 14405136384 280326 18446744073709551615 4194304 4196468 140725426316160 140534567504208 140535093049243 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29597696 140725426317264 140725426320049 140725426320049 140725426323407 0
[pid=27796/tid=27855] ppid=27793 vsize=14067516 CPUtime=3.07 cores=0,2,4,6
/proc/27796/task/27855/stat : 27855 (java) S 27793 27796 19618 0 -1 1077944384 7893 12624 0 0 298 1 5 3 20 0 15 0 46381969 14405136384 280326 18446744073709551615 4194304 4196468 140725426316160 140534566451568 140535093041794 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29597696 140725426317264 140725426320049 140725426320049 140725426323407 0
[pid=27796/tid=27856] ppid=27793 vsize=14067516 CPUtime=3.01 cores=0,2,4,6
/proc/27796/task/27856/stat : 27856 (java) S 27793 27796 19618 0 -1 1077944384 8845 12624 0 0 290 3 5 3 20 0 15 0 46381969 14405136384 280326 18446744073709551615 4194304 4196468 140725426316160 140534565398768 140535093041794 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29597696 140725426317264 140725426320049 140725426320049 140725426323407 0
[pid=27796/tid=27857] ppid=27793 vsize=14067516 CPUtime=1.66 cores=0,2,4,6
/proc/27796/task/27857/stat : 27857 (java) S 27793 27796 19618 0 -1 1077944384 11144 12624 0 0 155 3 5 3 20 0 15 0 46381969 14405136384 280326 18446744073709551615 4194304 4196468 140725426316160 140534564345968 140535093041794 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29597696 140725426317264 140725426320049 140725426320049 140725426323407 0
[pid=27796/tid=27858] ppid=27793 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/27796/task/27858/stat : 27858 (java) S 27793 27796 19618 0 -1 1077944384 3 12624 0 0 0 0 5 3 20 0 15 0 46381970 14405136384 280326 18446744073709551615 4194304 4196468 140725426316160 140534563293408 140535093040853 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29597696 140725426317264 140725426320049 140725426320049 140725426323407 0
[pid=27796/tid=27859] ppid=27793 vsize=14067516 CPUtime=1.62 cores=0,2,4,6
/proc/27796/task/27859/stat : 27859 (java) S 27793 27796 19618 0 -1 1077944384 1395 12624 0 0 73 81 5 3 20 0 15 0 46381975 14405136384 280326 18446744073709551615 4194304 4196468 140725426316160 140534562241712 140535093041794 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29597696 140725426317264 140725426320049 140725426320049 140725426323407 0
Current children cumulated CPU time (s) 2424.66
Current children cumulated vsize (KiB) 14067516

[startup+2442.3 s]
/proc/loadavg: 1.75 1.53 1.44 3/209 28148
/proc/meminfo: memFree=27314976/32770624 swapFree=0/542764
[pid=27796] ppid=27793 vsize=14067516 CPUtime=2485.57 cores=0,2,4,6
/proc/27796/stat : 27796 (java) S 27793 27796 19618 0 -1 1077944320 204009 12624 0 0 248155 394 5 3 20 0 15 0 46381941 14405136384 280326 18446744073709551615 4194304 4196468 140725426316160 140725426298704 140535093030647 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 29597696 140725426317264 140725426320049 140725426320049 140725426323407 0
/proc/27796/statm: 3516879 280326 3476 1 0 3505493 0
[pid=27796/tid=27846] ppid=27793 vsize=14067516 CPUtime=2413.46 cores=0,2,4,6
/proc/27796/task/27846/stat : 27846 (java) R 27793 27796 19618 0 -1 4202560 97272 12624 0 0 241282 56 5 3 20 0 15 0 46381964 14405136384 280326 18446744073709551615 4194304 4196468 140725426316160 140535097264848 140534715773187 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 29597696 140725426317264 140725426320049 140725426320049 140725426323407 0
[pid=27796/tid=27847] ppid=27793 vsize=14067516 CPUtime=12.79 cores=0,2,4,6
/proc/27796/task/27847/stat : 27847 (java) S 27793 27796 19618 0 -1 1077944384 16439 12624 0 0 1207 64 5 3 20 0 15 0 46381965 14405136384 280326 18446744073709551615 4194304 4196468 140725426316160 140535027464848 140535093040853 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29597696 140725426317264 140725426320049 140725426320049 140725426323407 0
[pid=27796/tid=27848] ppid=27793 vsize=14067516 CPUtime=12.77 cores=0,2,4,6
/proc/27796/task/27848/stat : 27848 (java) S 27793 27796 19618 0 -1 1077944384 11465 12624 0 0 1202 67 5 3 20 0 15 0 46381965 14405136384 280326 18446744073709551615 4194304 4196468 140725426316160 140535026412048 140535093040853 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29597696 140725426317264 140725426320049 140725426320049 140725426323407 0
[pid=27796/tid=27849] ppid=27793 vsize=14067516 CPUtime=12.75 cores=0,2,4,6
/proc/27796/task/27849/stat : 27849 (java) S 27793 27796 19618 0 -1 1077944384 13730 12624 0 0 1196 71 5 3 20 0 15 0 46381965 14405136384 280326 18446744073709551615 4194304 4196468 140725426316160 140535025359248 140535093040853 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29597696 140725426317264 140725426320049 140725426320049 140725426323407 0
[pid=27796/tid=27850] ppid=27793 vsize=14067516 CPUtime=12.77 cores=0,2,4,6
/proc/27796/task/27850/stat : 27850 (java) S 27793 27796 19618 0 -1 1077944384 16952 12624 0 0 1202 67 5 3 20 0 15 0 46381965 14405136384 280326 18446744073709551615 4194304 4196468 140725426316160 140535024306448 140535093040853 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29597696 140725426317264 140725426320049 140725426320049 140725426323407 0
[pid=27796/tid=27851] ppid=27793 vsize=14067516 CPUtime=12.22 cores=0,2,4,6
/proc/27796/task/27851/stat : 27851 (java) S 27793 27796 19618 0 -1 1077944384 16584 12624 0 0 1152 62 5 3 20 0 15 0 46381966 14405136384 280326 18446744073709551615 4194304 4196468 140725426316160 140534570662768 140535093041794 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29597696 140725426317264 140725426320049 140725426320049 140725426323407 0
[pid=27796/tid=27852] ppid=27793 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/27796/task/27852/stat : 27852 (java) S 27793 27796 19618 0 -1 1077944384 55 12624 0 0 0 0 5 3 20 0 15 0 46381966 14405136384 280326 18446744073709551615 4194304 4196468 140725426316160 140534569608864 140535093040853 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29597696 140725426317264 140725426320049 140725426320049 140725426323407 0
[pid=27796/tid=27853] ppid=27793 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/27796/task/27853/stat : 27853 (java) S 27793 27796 19618 0 -1 1077944384 45 12624 0 0 0 0 5 3 20 0 15 0 46381967 14405136384 280326 18446744073709551615 4194304 4196468 140725426316160 140534568555904 140535093040853 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29597696 140725426317264 140725426320049 140725426320049 140725426323407 0
[pid=27796/tid=27854] ppid=27793 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/27796/task/27854/stat : 27854 (java) S 27793 27796 19618 0 -1 1077944384 3 12624 0 0 0 0 5 3 20 0 15 0 46381969 14405136384 280326 18446744073709551615 4194304 4196468 140725426316160 140534567504208 140535093049243 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29597696 140725426317264 140725426320049 140725426320049 140725426323407 0
[pid=27796/tid=27855] ppid=27793 vsize=14067516 CPUtime=3.07 cores=0,2,4,6
/proc/27796/task/27855/stat : 27855 (java) S 27793 27796 19618 0 -1 1077944384 7895 12624 0 0 298 1 5 3 20 0 15 0 46381969 14405136384 280326 18446744073709551615 4194304 4196468 140725426316160 140534566451568 140535093041794 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29597696 140725426317264 140725426320049 140725426320049 140725426323407 0
[pid=27796/tid=27856] ppid=27793 vsize=14067516 CPUtime=3.01 cores=0,2,4,6
/proc/27796/task/27856/stat : 27856 (java) S 27793 27796 19618 0 -1 1077944384 8847 12624 0 0 290 3 5 3 20 0 15 0 46381969 14405136384 280326 18446744073709551615 4194304 4196468 140725426316160 140534565398768 140535093041794 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29597696 140725426317264 140725426320049 140725426320049 140725426323407 0
[pid=27796/tid=27857] ppid=27793 vsize=14067516 CPUtime=1.66 cores=0,2,4,6
/proc/27796/task/27857/stat : 27857 (java) S 27793 27796 19618 0 -1 1077944384 11146 12624 0 0 155 3 5 3 20 0 15 0 46381969 14405136384 280326 18446744073709551615 4194304 4196468 140725426316160 140534564345968 140535093041794 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29597696 140725426317264 140725426320049 140725426320049 140725426323407 0
[pid=27796/tid=27858] ppid=27793 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/27796/task/27858/stat : 27858 (java) S 27793 27796 19618 0 -1 1077944384 3 12624 0 0 0 0 5 3 20 0 15 0 46381970 14405136384 280326 18446744073709551615 4194304 4196468 140725426316160 140534563293408 140535093040853 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29597696 140725426317264 140725426320049 140725426320049 140725426323407 0
[pid=27796/tid=27859] ppid=27793 vsize=14067516 CPUtime=1.66 cores=0,2,4,6
/proc/27796/task/27859/stat : 27859 (java) S 27793 27796 19618 0 -1 1077944384 1423 12624 0 0 75 83 5 3 20 0 15 0 46381975 14405136384 280326 18446744073709551615 4194304 4196468 140725426316160 140534562241712 140535093041794 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29597696 140725426317264 140725426320049 140725426320049 140725426323407 0
Current children cumulated CPU time (s) 2485.57
Current children cumulated vsize (KiB) 14067516



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2476.21 s]
/proc/loadavg: 1.61 1.52 1.44 3/209 28150
/proc/meminfo: memFree=27324692/32770624 swapFree=0/542768
[pid=27796] ppid=27793 vsize=14067516 CPUtime=2520 cores=0,2,4,6
/proc/27796/stat : 27796 (java) S 27793 27796 19618 0 -1 1077944320 204949 12624 0 0 251593 399 5 3 20 0 15 0 46381941 14405136384 280326 18446744073709551615 4194304 4196468 140725426316160 140725426298704 140535093030647 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 6293624 6294260 29597696 140725426317264 140725426320049 140725426320049 140725426323407 0
/proc/27796/statm: 3516879 280326 3476 1 0 3505493 0
[pid=27796/tid=27846] ppid=27793 vsize=14067516 CPUtime=2446.95 cores=0,2,4,6
/proc/27796/task/27846/stat : 27846 (java) R 27793 27796 19618 0 -1 4202560 97851 12624 0 0 244631 56 5 3 20 0 15 0 46381964 14405136384 280326 18446744073709551615 4194304 4196468 140725426316160 140535097264768 140534710162504 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 29597696 140725426317264 140725426320049 140725426320049 140725426323407 0
[pid=27796/tid=27847] ppid=27793 vsize=14067516 CPUtime=12.98 cores=0,2,4,6
/proc/27796/task/27847/stat : 27847 (java) S 27793 27796 19618 0 -1 1077944384 16454 12624 0 0 1225 65 5 3 20 0 15 0 46381965 14405136384 280326 18446744073709551615 4194304 4196468 140725426316160 140535027464848 140535093040853 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29597696 140725426317264 140725426320049 140725426320049 140725426323407 0
[pid=27796/tid=27848] ppid=27793 vsize=14067516 CPUtime=12.96 cores=0,2,4,6
/proc/27796/task/27848/stat : 27848 (java) S 27793 27796 19618 0 -1 1077944384 11519 12624 0 0 1220 68 5 3 20 0 15 0 46381965 14405136384 280326 18446744073709551615 4194304 4196468 140725426316160 140535026412048 140535093040853 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29597696 140725426317264 140725426320049 140725426320049 140725426323407 0
[pid=27796/tid=27849] ppid=27793 vsize=14067516 CPUtime=12.94 cores=0,2,4,6
/proc/27796/task/27849/stat : 27849 (java) S 27793 27796 19618 0 -1 1077944384 13751 12624 0 0 1214 72 5 3 20 0 15 0 46381965 14405136384 280326 18446744073709551615 4194304 4196468 140725426316160 140535025359248 140535093040853 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29597696 140725426317264 140725426320049 140725426320049 140725426323407 0
[pid=27796/tid=27850] ppid=27793 vsize=14067516 CPUtime=12.95 cores=0,2,4,6
/proc/27796/task/27850/stat : 27850 (java) S 27793 27796 19618 0 -1 1077944384 17192 12624 0 0 1220 67 5 3 20 0 15 0 46381965 14405136384 280326 18446744073709551615 4194304 4196468 140725426316160 140535024306448 140535093040853 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29597696 140725426317264 140725426320049 140725426320049 140725426323407 0
[pid=27796/tid=27851] ppid=27793 vsize=14067516 CPUtime=12.39 cores=0,2,4,6
/proc/27796/task/27851/stat : 27851 (java) S 27793 27796 19618 0 -1 1077944384 16611 12624 0 0 1168 63 5 3 20 0 15 0 46381966 14405136384 280326 18446744073709551615 4194304 4196468 140725426316160 140534570662768 140535093041794 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29597696 140725426317264 140725426320049 140725426320049 140725426323407 0
[pid=27796/tid=27852] ppid=27793 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/27796/task/27852/stat : 27852 (java) S 27793 27796 19618 0 -1 1077944384 55 12624 0 0 0 0 5 3 20 0 15 0 46381966 14405136384 280326 18446744073709551615 4194304 4196468 140725426316160 140534569608864 140535093040853 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29597696 140725426317264 140725426320049 140725426320049 140725426323407 0
[pid=27796/tid=27853] ppid=27793 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/27796/task/27853/stat : 27853 (java) S 27793 27796 19618 0 -1 1077944384 45 12624 0 0 0 0 5 3 20 0 15 0 46381967 14405136384 280326 18446744073709551615 4194304 4196468 140725426316160 140534568555904 140535093040853 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29597696 140725426317264 140725426320049 140725426320049 140725426323407 0
[pid=27796/tid=27854] ppid=27793 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/27796/task/27854/stat : 27854 (java) S 27793 27796 19618 0 -1 1077944384 3 12624 0 0 0 0 5 3 20 0 15 0 46381969 14405136384 280326 18446744073709551615 4194304 4196468 140725426316160 140534567504208 140535093049243 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29597696 140725426317264 140725426320049 140725426320049 140725426323407 0
[pid=27796/tid=27855] ppid=27793 vsize=14067516 CPUtime=3.07 cores=0,2,4,6
/proc/27796/task/27855/stat : 27855 (java) S 27793 27796 19618 0 -1 1077944384 7895 12624 0 0 298 1 5 3 20 0 15 0 46381969 14405136384 280326 18446744073709551615 4194304 4196468 140725426316160 140534566451568 140535093041794 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29597696 140725426317264 140725426320049 140725426320049 140725426323407 0
[pid=27796/tid=27856] ppid=27793 vsize=14067516 CPUtime=3.01 cores=0,2,4,6
/proc/27796/task/27856/stat : 27856 (java) S 27793 27796 19618 0 -1 1077944384 8847 12624 0 0 290 3 5 3 20 0 15 0 46381969 14405136384 280326 18446744073709551615 4194304 4196468 140725426316160 140534565398768 140535093041794 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29597696 140725426317264 140725426320049 140725426320049 140725426323407 0
[pid=27796/tid=27857] ppid=27793 vsize=14067516 CPUtime=1.66 cores=0,2,4,6
/proc/27796/task/27857/stat : 27857 (java) S 27793 27796 19618 0 -1 1077944384 11146 12624 0 0 155 3 5 3 20 0 15 0 46381969 14405136384 280326 18446744073709551615 4194304 4196468 140725426316160 140534564345968 140535093041794 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29597696 140725426317264 140725426320049 140725426320049 140725426323407 0
[pid=27796/tid=27858] ppid=27793 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/27796/task/27858/stat : 27858 (java) S 27793 27796 19618 0 -1 1077944384 3 12624 0 0 0 0 5 3 20 0 15 0 46381970 14405136384 280326 18446744073709551615 4194304 4196468 140725426316160 140534563293408 140535093040853 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29597696 140725426317264 140725426320049 140725426320049 140725426323407 0
[pid=27796/tid=27859] ppid=27793 vsize=14067516 CPUtime=1.68 cores=0,2,4,6
/proc/27796/task/27859/stat : 27859 (java) S 27793 27796 19618 0 -1 1077944384 1427 12624 0 0 76 84 5 3 20 0 15 0 46381975 14405136384 280326 18446744073709551615 4194304 4196468 140725426316160 140534562241712 140535093041794 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29597696 140725426317264 140725426320049 140725426320049 140725426323407 0
Current children cumulated CPU time (s) 2520
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 27796 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2476.4 s]
/proc/loadavg: 1.61 1.52 1.44 3/209 28150
/proc/meminfo: memFree=27324692/32770624 swapFree=0/542768
[pid=27796] ppid=27793 vsize=0 CPUtime=2520.45 cores=0,2,4,6
/proc/27796/stat : 27796 (java) Z 27793 27796 19618 0 -1 4228108 209895 12624 0 0 251636 401 5 3 20 0 2 0 46381941 0 0 18446744073709551615 0 0 0 0 0 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 0 0 0 0 0 0 0 0
/proc/27796/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 2520.45
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 2476.4
CPU time (s): 2520.46
CPU user time (s): 2516.42
CPU system time (s): 4.04474
CPU usage (%): 101.779
Max. virtual memory (cumulated for all children) (KiB): 14200644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.42
system time used= 4.04474
maximum resident set size= 1128704
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 222519
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2880
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 324123
involuntary context switches= 9859

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.4584 second user time and 15.5335 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-11 10:43:58
IDJOB=4261926
IDBENCH=126221
IDSOLVER=2650
FILE ID=node127/4261926-1502441885
RUNJOBID= node127-1502411410-19681
PBS_JOBID= 
Free space on /tmp= 62008 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-4261926-1502441885/watcher-4261926-1502441885 -o /tmp/evaluation-result-4261926-1502441885/solver-4261926-1502441885 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502411410-19681 --watchdog 2580  bin/concrete HOME/instance-4261926-1502441885.xml

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

MD5SUM BENCH= 0ccf44bf6198d309f3039e2504907429
RANDOM SEED=720568176

node127.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.92
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.92
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.92
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.92
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:        30003332 kB
MemAvailable:   30792216 kB
Buffers:          249776 kB
Cached:           829484 kB
SwapCached:            0 kB
Active:          1776760 kB
Inactive:         567172 kB
Active(anon):    1265008 kB
Inactive(anon):    24908 kB
Active(file):     511752 kB
Inactive(file):   542264 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             23988 kB
Writeback:             0 kB
AnonPages:       1264208 kB
Mapped:            54476 kB
Shmem:             25252 kB
Slab:             127016 kB
SReclaimable:     101404 kB
SUnreclaim:        25612 kB
KernelStack:        3488 kB
PageTables:         8016 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2138932 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1040384 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 61980 MiB
End job on node127 at 2017-08-11 11:25:14