Trace number 4262265

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.4? (TO) 2520.52 2504.6001

General information on the benchmark

NameColouredQueens/ColouredQueens-m1-s1/
ColouredQueens-19.xml
MD5SUM83a04d869151a5b67f4c27500757dc69
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables361
Number of constraints108
Number of domains1
Minimum domain size19
Maximum domain size19
Distribution of domain sizes[{"size":19,"count":361}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":4},{"degree":4,"count":357}]
Minimum constraint arity2
Maximum constraint arity19
Distribution of constraint arities[{"arity":2,"count":4},{"arity":3,"count":4},{"arity":4,"count":4},{"arity":5,"count":4},{"arity":6,"count":4},{"arity":7,"count":4},{"arity":8,"count":4},{"arity":9,"count":4},{"arity":10,"count":4},{"arity":11,"count":4},{"arity":12,"count":4},{"arity":13,"count":4},{"arity":14,"count":4},{"arity":15,"count":4},{"arity":16,"count":4},{"arity":17,"count":4},{"arity":18,"count":4},{"arity":19,"count":40}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":108}]
Optimization problemNO
Type of objective

Solver Data

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

pid=20938
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.08 1.27 1.31 3/195 20941
/proc/meminfo: memFree=28584084/32770624 swapFree=0/541360
[pid=20941] ppid=20938 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/20941/stat : 20941 (runsolver) D 20938 20941 19618 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 44157585 24240128 107 18446744073709551615 4194304 4338465 140723446301760 140723446299400 140332480619223 0 0 1 24578 18446744071580418449 0 0 17 4 0 0 0 0 0 6438912 6441760 24231936 140723446309072 140723446309449 140723446309449 140723446312906 0
/proc/20941/statm: 5918 107 54 36 0 2156 0

[startup+0.102239 s]
/proc/loadavg: 1.08 1.27 1.31 3/195 20941
/proc/meminfo: memFree=28584084/32770624 swapFree=0/541360
[pid=20941] ppid=20938 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/20941/stat : 20941 (bash) S 20938 20941 19618 0 -1 4202496 895 6487 0 0 0 0 0 1 20 0 1 0 44157585 9867264 377 18446744073709551615 4194304 5098028 140734596458944 140734596452952 139973159164928 0 0 5 65536 18446744071580971376 0 0 17 0 0 0 5 0 0 7196144 7232144 9785344 140734596461076 140734596461161 140734596461161 140734596464618 0
/proc/20941/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.201245 s]
/proc/loadavg: 1.08 1.27 1.31 3/195 20941
/proc/meminfo: memFree=28584084/32770624 swapFree=0/541360
[pid=20941] ppid=20938 vsize=13442388 CPUtime=0.1 cores=0,2,4,6
/proc/20941/stat : 20941 (java) S 20938 20941 19618 0 -1 1077944320 4703 12666 0 0 2 0 5 3 20 0 8 0 44157585 13765005312 3990 18446744073709551615 4194304 4196468 140723095717216 140723095699760 140129355640567 0 0 1 16784584 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0
/proc/20941/statm: 3360597 3990 2026 1 0 3350094 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13442388

[startup+0.300435 s]
/proc/loadavg: 1.08 1.27 1.31 3/195 20941
/proc/meminfo: memFree=28584084/32770624 swapFree=0/541360
[pid=20941] ppid=20938 vsize=13974356 CPUtime=0.22 cores=0,2,4,6
/proc/20941/stat : 20941 (java) S 20938 20941 19618 0 -1 1077944320 7040 12666 0 0 13 1 5 3 20 0 15 0 44157585 14309740544 8136 18446744073709551615 4194304 4196468 140723095717216 140723095699760 140129355640567 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0
/proc/20941/statm: 3493589 8136 2926 1 0 3482965 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 13974356

[startup+0.700335 s]
/proc/loadavg: 1.08 1.27 1.31 3/195 20941
/proc/meminfo: memFree=28584084/32770624 swapFree=0/541360
[pid=20941] ppid=20938 vsize=13974784 CPUtime=0.75 cores=0,2,4,6
/proc/20941/stat : 20941 (java) S 20938 20941 19618 0 -1 1077944320 14127 12666 0 0 63 4 5 3 20 0 15 0 44157585 14310178816 15059 18446744073709551615 4194304 4196468 140723095717216 140723095699760 140129355640567 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0
/proc/20941/statm: 3493696 15059 3105 1 0 3482965 0
Current children cumulated CPU time (s) 0.75
Current children cumulated vsize (KiB) 13974784

[startup+1.50054 s]
/proc/loadavg: 1.08 1.27 1.31 3/210 21004
/proc/meminfo: memFree=28484548/32770624 swapFree=0/541352
[pid=20941] ppid=20938 vsize=13985408 CPUtime=2.01 cores=0,2,4,6
/proc/20941/stat : 20941 (java) S 20938 20941 19618 0 -1 1077944320 30181 12666 0 0 183 10 5 3 20 0 15 0 44157585 14321057792 42765 18446744073709551615 4194304 4196468 140723095717216 140723095699760 140129355640567 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0
/proc/20941/statm: 3496352 42765 3378 1 0 3485525 0
[pid=20941/tid=20991] ppid=20938 vsize=13985408 CPUtime=1.33 cores=0,2,4,6
/proc/20941/task/20991/stat : 20991 (java) R 20938 20941 19618 0 -1 4202560 22834 12666 0 0 118 7 5 3 20 0 15 0 44157603 14321057792 42765 18446744073709551615 4194304 4196468 140723095717216 140129359868928 140129355652502 0 4 1 16800974 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0
[pid=20941/tid=20992] ppid=20938 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/20941/task/20992/stat : 20992 (java) S 20938 20941 19618 0 -1 1077944384 50 12666 0 0 0 0 5 3 20 0 15 0 44157604 14321057792 42765 18446744073709551615 4194304 4196468 140723095717216 140129290074640 140129355650773 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0
[pid=20941/tid=20993] ppid=20938 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/20941/task/20993/stat : 20993 (java) S 20938 20941 19618 0 -1 1077944384 30 12666 0 0 0 0 5 3 20 0 15 0 44157604 14321057792 42765 18446744073709551615 4194304 4196468 140723095717216 140129289022096 140129355650773 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0
[pid=20941/tid=20994] ppid=20938 vsize=13985408 CPUtime=0.09 cores=0,2,4,6
/proc/20941/task/20994/stat : 20994 (java) S 20938 20941 19618 0 -1 1077944384 63 12666 0 0 1 0 5 3 20 0 15 0 44157604 14321057792 42765 18446744073709551615 4194304 4196468 140723095717216 140129287969040 140129355650773 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0
[pid=20941/tid=20995] ppid=20938 vsize=13985408 CPUtime=0.09 cores=0,2,4,6
/proc/20941/task/20995/stat : 20995 (java) S 20938 20941 19618 0 -1 1077944384 209 12666 0 0 1 0 5 3 20 0 15 0 44157604 14321057792 42765 18446744073709551615 4194304 4196468 140723095717216 140129286916496 140129355650773 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0
[pid=20941/tid=20996] ppid=20938 vsize=13985408 CPUtime=0.09 cores=0,2,4,6
/proc/20941/task/20996/stat : 20996 (java) S 20938 20941 19618 0 -1 1077944384 1512 12666 0 0 1 0 5 3 20 0 15 0 44157605 14321057792 42765 18446744073709551615 4194304 4196468 140723095717216 140128833460976 140129355651714 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0
[pid=20941/tid=20997] ppid=20938 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/20941/task/20997/stat : 20997 (java) S 20938 20941 19618 0 -1 1077944384 55 12666 0 0 0 0 5 3 20 0 15 0 44157605 14321057792 42765 18446744073709551615 4194304 4196468 140723095717216 140128832407264 140129355650773 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0
[pid=20941/tid=20998] ppid=20938 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/20941/task/20998/stat : 20998 (java) S 20938 20941 19618 0 -1 1077944384 45 12666 0 0 0 0 5 3 20 0 15 0 44157606 14321057792 42765 18446744073709551615 4194304 4196468 140723095717216 140128831354112 140129355650773 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0
[pid=20941/tid=20999] ppid=20938 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/20941/task/20999/stat : 20999 (java) S 20938 20941 19618 0 -1 1077944384 3 12666 0 0 0 0 5 3 20 0 15 0 44157608 14321057792 42765 18446744073709551615 4194304 4196468 140723095717216 140128830302672 140129355659163 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0
[pid=20941/tid=21000] ppid=20938 vsize=13985408 CPUtime=0.27 cores=0,2,4,6
/proc/20941/task/21000/stat : 21000 (java) R 20938 20941 19618 0 -1 1077944384 1107 12666 0 0 19 0 5 3 20 0 15 0 44157608 14321057792 42765 18446744073709551615 4194304 4196468 140723095717216 140128829249776 140129355651714 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0
[pid=20941/tid=21001] ppid=20938 vsize=13985408 CPUtime=0.22 cores=0,2,4,6
/proc/20941/task/21001/stat : 21001 (java) S 20938 20941 19618 0 -1 1077944384 712 12666 0 0 14 0 5 3 20 0 15 0 44157608 14321057792 42765 18446744073709551615 4194304 4196468 140723095717216 140128828197232 140129355651714 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0
[pid=20941/tid=21002] ppid=20938 vsize=13985408 CPUtime=0.32 cores=0,2,4,6
/proc/20941/task/21002/stat : 21002 (java) S 20938 20941 19618 0 -1 1077944384 1395 12666 0 0 24 0 5 3 20 0 15 0 44157608 14321057792 42765 18446744073709551615 4194304 4196468 140723095717216 140128827144176 140129355651714 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0
[pid=20941/tid=21003] ppid=20938 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/20941/task/21003/stat : 21003 (java) S 20938 20941 19618 0 -1 1077944384 3 12666 0 0 0 0 5 3 20 0 15 0 44157609 14321057792 42765 18446744073709551615 4194304 4196468 140723095717216 140128826091872 140129355650773 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0
[pid=20941/tid=21004] ppid=20938 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/20941/task/21004/stat : 21004 (java) S 20938 20941 19618 0 -1 1077944384 10 12666 0 0 0 0 5 3 20 0 15 0 44157611 14321057792 42765 18446744073709551615 4194304 4196468 140723095717216 140128825039920 140129355651714 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0
Current children cumulated CPU time (s) 2.01
Current children cumulated vsize (KiB) 13985408

[startup+3.10082 s]
/proc/loadavg: 1.08 1.27 1.31 5/210 21004
/proc/meminfo: memFree=28413092/32770624 swapFree=0/541352
[pid=20941] ppid=20938 vsize=13999932 CPUtime=6.2 cores=0,2,4,6
/proc/20941/stat : 20941 (java) S 20938 20941 19618 0 -1 1077944320 45022 12666 0 0 595 17 5 3 20 0 15 0 44157585 14335930368 58409 18446744073709551615 4194304 4196468 140723095717216 140723095699760 140129355640567 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0
/proc/20941/statm: 3499983 58409 3448 1 0 3488597 0
[pid=20941/tid=20991] ppid=20938 vsize=13999932 CPUtime=2.92 cores=0,2,4,6
/proc/20941/task/20991/stat : 20991 (java) R 20938 20941 19618 0 -1 4202560 30736 12666 0 0 274 10 5 3 20 0 15 0 44157603 14335930368 58409 18446744073709551615 4194304 4196468 140723095717216 140129359874032 140129355662493 0 4 1 16800974 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0
[pid=20941/tid=20992] ppid=20938 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/20941/task/20992/stat : 20992 (java) S 20938 20941 19618 0 -1 1077944384 50 12666 0 0 0 0 5 3 20 0 15 0 44157604 14335930368 58409 18446744073709551615 4194304 4196468 140723095717216 140129290074640 140129355650773 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0
[pid=20941/tid=20993] ppid=20938 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/20941/task/20993/stat : 20993 (java) S 20938 20941 19618 0 -1 1077944384 30 12666 0 0 0 0 5 3 20 0 15 0 44157604 14335930368 58409 18446744073709551615 4194304 4196468 140723095717216 140129289022096 140129355650773 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0
[pid=20941/tid=20994] ppid=20938 vsize=13999932 CPUtime=0.09 cores=0,2,4,6
/proc/20941/task/20994/stat : 20994 (java) S 20938 20941 19618 0 -1 1077944384 63 12666 0 0 1 0 5 3 20 0 15 0 44157604 14335930368 58409 18446744073709551615 4194304 4196468 140723095717216 140129287969040 140129355650773 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0
[pid=20941/tid=20995] ppid=20938 vsize=13999932 CPUtime=0.09 cores=0,2,4,6
/proc/20941/task/20995/stat : 20995 (java) S 20938 20941 19618 0 -1 1077944384 209 12666 0 0 1 0 5 3 20 0 15 0 44157604 14335930368 58409 18446744073709551615 4194304 4196468 140723095717216 140129286916496 140129355650773 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0
[pid=20941/tid=20996] ppid=20938 vsize=13999932 CPUtime=0.09 cores=0,2,4,6
/proc/20941/task/20996/stat : 20996 (java) S 20938 20941 19618 0 -1 1077944384 1526 12666 0 0 1 0 5 3 20 0 15 0 44157605 14335930368 58409 18446744073709551615 4194304 4196468 140723095717216 140128833460976 140129355651714 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0
[pid=20941/tid=20997] ppid=20938 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/20941/task/20997/stat : 20997 (java) S 20938 20941 19618 0 -1 1077944384 55 12666 0 0 0 0 5 3 20 0 15 0 44157605 14335930368 58409 18446744073709551615 4194304 4196468 140723095717216 140128832407264 140129355650773 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0
[pid=20941/tid=20998] ppid=20938 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/20941/task/20998/stat : 20998 (java) S 20938 20941 19618 0 -1 1077944384 45 12666 0 0 0 0 5 3 20 0 15 0 44157606 14335930368 58409 18446744073709551615 4194304 4196468 140723095717216 140128831354112 140129355650773 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0
[pid=20941/tid=20999] ppid=20938 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/20941/task/20999/stat : 20999 (java) S 20938 20941 19618 0 -1 1077944384 3 12666 0 0 0 0 5 3 20 0 15 0 44157608 14335930368 58409 18446744073709551615 4194304 4196468 140723095717216 140128830302672 140129355659163 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0
[pid=20941/tid=21000] ppid=20938 vsize=13999932 CPUtime=1.07 cores=0,2,4,6
/proc/20941/task/21000/stat : 21000 (java) S 20938 20941 19618 0 -1 1077944384 2402 12666 0 0 98 1 5 3 20 0 15 0 44157608 14335930368 58409 18446744073709551615 4194304 4196468 140723095717216 140128829249776 140129355651714 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0
[pid=20941/tid=21001] ppid=20938 vsize=13999932 CPUtime=1.15 cores=0,2,4,6
/proc/20941/task/21001/stat : 21001 (java) S 20938 20941 19618 0 -1 1077944384 3871 12666 0 0 107 0 5 3 20 0 15 0 44157608 14335930368 58409 18446744073709551615 4194304 4196468 140723095717216 140128828197232 140129355651714 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0
[pid=20941/tid=21002] ppid=20938 vsize=13999932 CPUtime=1.17 cores=0,2,4,6
/proc/20941/task/21002/stat : 21002 (java) S 20938 20941 19618 0 -1 1077944384 3865 12666 0 0 107 2 5 3 20 0 15 0 44157608 14335930368 58409 18446744073709551615 4194304 4196468 140723095717216 140128827144176 140129355651714 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0
[pid=20941/tid=21003] ppid=20938 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/20941/task/21003/stat : 21003 (java) S 20938 20941 19618 0 -1 1077944384 3 12666 0 0 0 0 5 3 20 0 15 0 44157609 14335930368 58409 18446744073709551615 4194304 4196468 140723095717216 140128826091872 140129355650773 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0
[pid=20941/tid=21004] ppid=20938 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/20941/task/21004/stat : 21004 (java) S 20938 20941 19618 0 -1 1077944384 11 12666 0 0 0 0 5 3 20 0 15 0 44157611 14335930368 58409 18446744073709551615 4194304 4196468 140723095717216 140128825039920 140129355651714 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 13999932

[startup+6.30072 s]
/proc/loadavg: 1.24 1.30 1.32 5/191 21057
/proc/meminfo: memFree=30932636/32770624 swapFree=0/542104
[pid=20941] ppid=20938 vsize=14067516 CPUtime=11.37 cores=0,2,4,6
/proc/20941/stat : 20941 (java) S 20938 20941 19618 0 -1 1077944320 65872 12666 0 0 1107 22 5 3 20 0 15 0 44157585 14405136384 87231 18446744073709551615 4194304 4196468 140723095717216 140723095699760 140129355640567 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0
/proc/20941/statm: 3516879 87231 3467 1 0 3505493 0
[pid=20941/tid=20991] ppid=20938 vsize=14067516 CPUtime=6.07 cores=0,2,4,6
/proc/20941/task/20991/stat : 20991 (java) R 20938 20941 19618 0 -1 4202560 42169 12666 0 0 587 12 5 3 20 0 15 0 44157603 14405136384 87231 18446744073709551615 4194304 4196468 140723095717216 140129359872600 140128973565319 0 4 1 16800974 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0
[pid=20941/tid=20992] ppid=20938 vsize=14067516 CPUtime=0.11 cores=0,2,4,6
/proc/20941/task/20992/stat : 20992 (java) S 20938 20941 19618 0 -1 1077944384 139 12666 0 0 3 0 5 3 20 0 15 0 44157604 14405136384 87231 18446744073709551615 4194304 4196468 140723095717216 140129290074640 140129355650773 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0
[pid=20941/tid=20993] ppid=20938 vsize=14067516 CPUtime=0.11 cores=0,2,4,6
/proc/20941/task/20993/stat : 20993 (java) S 20938 20941 19618 0 -1 1077944384 898 12666 0 0 3 0 5 3 20 0 15 0 44157604 14405136384 87231 18446744073709551615 4194304 4196468 140723095717216 140129289022096 140129355650773 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0
[pid=20941/tid=20994] ppid=20938 vsize=14067516 CPUtime=0.11 cores=0,2,4,6
/proc/20941/task/20994/stat : 20994 (java) S 20938 20941 19618 0 -1 1077944384 155 12666 0 0 3 0 5 3 20 0 15 0 44157604 14405136384 87231 18446744073709551615 4194304 4196468 140723095717216 140129287969040 140129355650773 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0
[pid=20941/tid=20995] ppid=20938 vsize=14067516 CPUtime=0.11 cores=0,2,4,6
/proc/20941/task/20995/stat : 20995 (java) S 20938 20941 19618 0 -1 1077944384 232 12666 0 0 3 0 5 3 20 0 15 0 44157604 14405136384 87231 18446744073709551615 4194304 4196468 140723095717216 140129286916496 140129355650773 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0
[pid=20941/tid=20996] ppid=20938 vsize=14067516 CPUtime=0.11 cores=0,2,4,6
/proc/20941/task/20996/stat : 20996 (java) S 20938 20941 19618 0 -1 1077944384 2270 12666 0 0 3 0 5 3 20 0 15 0 44157605 14405136384 87231 18446744073709551615 4194304 4196468 140723095717216 140128833460976 140129355651714 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0
[pid=20941/tid=20997] ppid=20938 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/20941/task/20997/stat : 20997 (java) S 20938 20941 19618 0 -1 1077944384 55 12666 0 0 0 0 5 3 20 0 15 0 44157605 14405136384 87231 18446744073709551615 4194304 4196468 140723095717216 140128832407328 140129355650773 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0
[pid=20941/tid=20998] ppid=20938 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/20941/task/20998/stat : 20998 (java) S 20938 20941 19618 0 -1 1077944384 45 12666 0 0 0 0 5 3 20 0 15 0 44157606 14405136384 87231 18446744073709551615 4194304 4196468 140723095717216 140128831354112 140129355650773 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0
[pid=20941/tid=20999] ppid=20938 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/20941/task/20999/stat : 20999 (java) S 20938 20941 19618 0 -1 1077944384 3 12666 0 0 0 0 5 3 20 0 15 0 44157608 14405136384 87231 18446744073709551615 4194304 4196468 140723095717216 140128830302672 140129355659163 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0
[pid=20941/tid=21000] ppid=20938 vsize=14067516 CPUtime=2.03 cores=0,2,4,6
/proc/20941/task/21000/stat : 21000 (java) S 20938 20941 19618 0 -1 1077944384 7031 12666 0 0 193 2 5 3 20 0 15 0 44157608 14405136384 87231 18446744073709551615 4194304 4196468 140723095717216 140128829249776 140129355651714 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0
[pid=20941/tid=21001] ppid=20938 vsize=14067516 CPUtime=1.91 cores=0,2,4,6
/proc/20941/task/21001/stat : 21001 (java) S 20938 20941 19618 0 -1 1077944384 6498 12666 0 0 182 1 5 3 20 0 15 0 44157608 14405136384 87231 18446744073709551615 4194304 4196468 140723095717216 140128828197232 140129355651714 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0
[pid=20941/tid=21002] ppid=20938 vsize=14067516 CPUtime=1.35 cores=0,2,4,6
/proc/20941/task/21002/stat : 21002 (java) S 20938 20941 19618 0 -1 1077944384 4207 12666 0 0 125 2 5 3 20 0 15 0 44157608 14405136384 87231 18446744073709551615 4194304 4196468 140723095717216 140128827144176 140129355651714 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0
[pid=20941/tid=21003] ppid=20938 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/20941/task/21003/stat : 21003 (java) S 20938 20941 19618 0 -1 1077944384 3 12666 0 0 0 0 5 3 20 0 15 0 44157609 14405136384 87231 18446744073709551615 4194304 4196468 140723095717216 140128826091872 140129355650773 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0
[pid=20941/tid=21004] ppid=20938 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/20941/task/21004/stat : 21004 (java) S 20938 20941 19618 0 -1 1077944384 14 12666 0 0 0 0 5 3 20 0 15 0 44157611 14405136384 87231 18446744073709551615 4194304 4196468 140723095717216 140128825039920 140129355651714 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0
Current children cumulated CPU time (s) 11.37
Current children cumulated vsize (KiB) 14067516

[startup+12.7007 s]
/proc/loadavg: 1.38 1.33 1.33 3/210 21129
/proc/meminfo: memFree=30537360/32770624 swapFree=0/541404
[pid=20941] ppid=20938 vsize=14067516 CPUtime=17.86 cores=0,2,4,6
/proc/20941/stat : 20941 (java) S 20938 20941 19618 0 -1 1077944320 69347 12666 0 0 1755 23 5 3 20 0 15 0 44157585 14405136384 95302 18446744073709551615 4194304 4196468 140723095717216 140723095699760 140129355640567 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0
/proc/20941/statm: 3516879 95302 3469 1 0 3505493 0
[pid=20941/tid=20991] ppid=20938 vsize=14067516 CPUtime=12.45 cores=0,2,4,6
/proc/20941/task/20991/stat : 20991 (java) R 20938 20941 19618 0 -1 4202560 43081 12666 0 0 1225 12 5 3 20 0 15 0 44157603 14405136384 95302 18446744073709551615 4194304 4196468 140723095717216 140129359874624 140128975008161 0 4 1 16800974 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0
[pid=20941/tid=20992] ppid=20938 vsize=14067516 CPUtime=0.12 cores=0,2,4,6
/proc/20941/task/20992/stat : 20992 (java) S 20938 20941 19618 0 -1 1077944384 192 12666 0 0 3 1 5 3 20 0 15 0 44157604 14405136384 95302 18446744073709551615 4194304 4196468 140723095717216 140129290074640 140129355650773 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0
[pid=20941/tid=20993] ppid=20938 vsize=14067516 CPUtime=0.11 cores=0,2,4,6
/proc/20941/task/20993/stat : 20993 (java) S 20938 20941 19618 0 -1 1077944384 1340 12666 0 0 3 0 5 3 20 0 15 0 44157604 14405136384 95302 18446744073709551615 4194304 4196468 140723095717216 140129289022096 140129355650773 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0
[pid=20941/tid=20994] ppid=20938 vsize=14067516 CPUtime=0.12 cores=0,2,4,6
/proc/20941/task/20994/stat : 20994 (java) S 20938 20941 19618 0 -1 1077944384 165 12666 0 0 4 0 5 3 20 0 15 0 44157604 14405136384 95302 18446744073709551615 4194304 4196468 140723095717216 140129287969040 140129355650773 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0
[pid=20941/tid=20995] ppid=20938 vsize=14067516 CPUtime=0.12 cores=0,2,4,6
/proc/20941/task/20995/stat : 20995 (java) S 20938 20941 19618 0 -1 1077944384 405 12666 0 0 4 0 5 3 20 0 15 0 44157604 14405136384 95302 18446744073709551615 4194304 4196468 140723095717216 140129286916496 140129355650773 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0
[pid=20941/tid=20996] ppid=20938 vsize=14067516 CPUtime=0.11 cores=0,2,4,6
/proc/20941/task/20996/stat : 20996 (java) S 20938 20941 19618 0 -1 1077944384 2555 12666 0 0 3 0 5 3 20 0 15 0 44157605 14405136384 95302 18446744073709551615 4194304 4196468 140723095717216 140128833460976 140129355651714 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0
[pid=20941/tid=20997] ppid=20938 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/20941/task/20997/stat : 20997 (java) S 20938 20941 19618 0 -1 1077944384 55 12666 0 0 0 0 5 3 20 0 15 0 44157605 14405136384 95302 18446744073709551615 4194304 4196468 140723095717216 140128832407328 140129355650773 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0
[pid=20941/tid=20998] ppid=20938 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/20941/task/20998/stat : 20998 (java) S 20938 20941 19618 0 -1 1077944384 45 12666 0 0 0 0 5 3 20 0 15 0 44157606 14405136384 95302 18446744073709551615 4194304 4196468 140723095717216 140128831354112 140129355650773 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0
[pid=20941/tid=20999] ppid=20938 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/20941/task/20999/stat : 20999 (java) S 20938 20941 19618 0 -1 1077944384 3 12666 0 0 0 0 5 3 20 0 15 0 44157608 14405136384 95302 18446744073709551615 4194304 4196468 140723095717216 140128830302672 140129355659163 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0

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

/proc/20941/task/21003/stat : 21003 (java) S 20938 20941 19618 0 -1 1077944384 3 12666 0 0 0 0 5 3 20 0 15 0 44157609 14405136384 74514 18446744073709551615 4194304 4196468 140723095717216 140128826091872 140129355650773 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0
[pid=20941/tid=21004] ppid=20938 vsize=14067516 CPUtime=0.97 cores=0,2,4,6
/proc/20941/task/21004/stat : 21004 (java) S 20938 20941 19618 0 -1 1077944384 798 12666 0 0 42 47 5 3 20 0 15 0 44157611 14405136384 74514 18446744073709551615 4194304 4196468 140723095717216 140128825039920 140129355651714 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0
Current children cumulated CPU time (s) 2397.49
Current children cumulated vsize (KiB) 14067516

[startup+2442.3 s]
/proc/loadavg: 1.39 1.33 1.32 3/209 21294
/proc/meminfo: memFree=30484444/32770624 swapFree=0/542004
[pid=20941] ppid=20938 vsize=14067516 CPUtime=2457.71 cores=0,2,4,6
/proc/20941/stat : 20941 (java) S 20938 20941 19618 0 -1 1077944320 128972 12666 0 0 245625 138 5 3 20 0 15 0 44157585 14405136384 75019 18446744073709551615 4194304 4196468 140723095717216 140723095699760 140129355640567 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0
/proc/20941/statm: 3516879 75019 3469 1 0 3505493 0
[pid=20941/tid=20991] ppid=20938 vsize=14067516 CPUtime=2434.21 cores=0,2,4,6
/proc/20941/task/20991/stat : 20991 (java) R 20938 20941 19618 0 -1 4202560 63830 12666 0 0 243392 21 5 3 20 0 15 0 44157603 14405136384 75019 18446744073709551615 4194304 4196468 140723095717216 140129359874928 140128974550449 0 4 1 16800974 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0
[pid=20941/tid=20992] ppid=20938 vsize=14067516 CPUtime=3.64 cores=0,2,4,6
/proc/20941/task/20992/stat : 20992 (java) S 20938 20941 19618 0 -1 1077944384 5504 12666 0 0 337 19 5 3 20 0 15 0 44157604 14405136384 75019 18446744073709551615 4194304 4196468 140723095717216 140129290074640 140129355650773 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0
[pid=20941/tid=20993] ppid=20938 vsize=14067516 CPUtime=3.62 cores=0,2,4,6
/proc/20941/task/20993/stat : 20993 (java) S 20938 20941 19618 0 -1 1077944384 9498 12666 0 0 336 18 5 3 20 0 15 0 44157604 14405136384 75019 18446744073709551615 4194304 4196468 140723095717216 140129289022096 140129355650773 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0
[pid=20941/tid=20994] ppid=20938 vsize=14067516 CPUtime=3.63 cores=0,2,4,6
/proc/20941/task/20994/stat : 20994 (java) S 20938 20941 19618 0 -1 1077944384 3924 12666 0 0 337 18 5 3 20 0 15 0 44157604 14405136384 75019 18446744073709551615 4194304 4196468 140723095717216 140129287969040 140129355650773 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0
[pid=20941/tid=20995] ppid=20938 vsize=14067516 CPUtime=3.62 cores=0,2,4,6
/proc/20941/task/20995/stat : 20995 (java) S 20938 20941 19618 0 -1 1077944384 5989 12666 0 0 336 18 5 3 20 0 15 0 44157604 14405136384 75019 18446744073709551615 4194304 4196468 140723095717216 140129286916496 140129355650773 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0
[pid=20941/tid=20996] ppid=20938 vsize=14067516 CPUtime=3.14 cores=0,2,4,6
/proc/20941/task/20996/stat : 20996 (java) S 20938 20941 19618 0 -1 1077944384 9749 12666 0 0 289 17 5 3 20 0 15 0 44157605 14405136384 75019 18446744073709551615 4194304 4196468 140723095717216 140128833460976 140129355651714 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0
[pid=20941/tid=20997] ppid=20938 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/20941/task/20997/stat : 20997 (java) S 20938 20941 19618 0 -1 1077944384 55 12666 0 0 0 0 5 3 20 0 15 0 44157605 14405136384 75019 18446744073709551615 4194304 4196468 140723095717216 140128832407328 140129355650773 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0
[pid=20941/tid=20998] ppid=20938 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/20941/task/20998/stat : 20998 (java) S 20938 20941 19618 0 -1 1077944384 45 12666 0 0 0 0 5 3 20 0 15 0 44157606 14405136384 75019 18446744073709551615 4194304 4196468 140723095717216 140128831354112 140129355650773 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0
[pid=20941/tid=20999] ppid=20938 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/20941/task/20999/stat : 20999 (java) S 20938 20941 19618 0 -1 1077944384 3 12666 0 0 0 0 5 3 20 0 15 0 44157608 14405136384 75019 18446744073709551615 4194304 4196468 140723095717216 140128830302672 140129355659163 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0
[pid=20941/tid=21000] ppid=20938 vsize=14067516 CPUtime=2.13 cores=0,2,4,6
/proc/20941/task/21000/stat : 21000 (java) S 20938 20941 19618 0 -1 1077944384 9633 12666 0 0 202 3 5 3 20 0 15 0 44157608 14405136384 75019 18446744073709551615 4194304 4196468 140723095717216 140128829249776 140129355651714 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0
[pid=20941/tid=21001] ppid=20938 vsize=14067516 CPUtime=1.96 cores=0,2,4,6
/proc/20941/task/21001/stat : 21001 (java) S 20938 20941 19618 0 -1 1077944384 9729 12666 0 0 187 1 5 3 20 0 15 0 44157608 14405136384 75019 18446744073709551615 4194304 4196468 140723095717216 140128828197232 140129355651714 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0
[pid=20941/tid=21002] ppid=20938 vsize=14067516 CPUtime=1.38 cores=0,2,4,6
/proc/20941/task/21002/stat : 21002 (java) S 20938 20941 19618 0 -1 1077944384 8041 12666 0 0 128 2 5 3 20 0 15 0 44157608 14405136384 75019 18446744073709551615 4194304 4196468 140723095717216 140128827144176 140129355651714 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0
[pid=20941/tid=21003] ppid=20938 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/20941/task/21003/stat : 21003 (java) S 20938 20941 19618 0 -1 1077944384 3 12666 0 0 0 0 5 3 20 0 15 0 44157609 14405136384 75019 18446744073709551615 4194304 4196468 140723095717216 140128826091872 140129355650773 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0
[pid=20941/tid=21004] ppid=20938 vsize=14067516 CPUtime=0.99 cores=0,2,4,6
/proc/20941/task/21004/stat : 21004 (java) S 20938 20941 19618 0 -1 1077944384 816 12666 0 0 43 48 5 3 20 0 15 0 44157611 14405136384 75019 18446744073709551615 4194304 4196468 140723095717216 140128825039920 140129355651714 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0
Current children cumulated CPU time (s) 2457.71
Current children cumulated vsize (KiB) 14067516

[startup+2502.3 s]
/proc/loadavg: 1.25 1.31 1.31 3/209 21296
/proc/meminfo: memFree=30484628/32770624 swapFree=0/542016
[pid=20941] ppid=20938 vsize=14067516 CPUtime=2517.91 cores=0,2,4,6
/proc/20941/stat : 20941 (java) S 20938 20941 19618 0 -1 1077944320 129915 12666 0 0 251643 140 5 3 20 0 15 0 44157585 14405136384 75023 18446744073709551615 4194304 4196468 140723095717216 140723095699760 140129355640567 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0
/proc/20941/statm: 3516879 75023 3469 1 0 3505493 0
[pid=20941/tid=20991] ppid=20938 vsize=14067516 CPUtime=2494.05 cores=0,2,4,6
/proc/20941/task/20991/stat : 20991 (java) R 20938 20941 19618 0 -1 4202560 64259 12666 0 0 249376 21 5 3 20 0 15 0 44157603 14405136384 75023 18446744073709551615 4194304 4196468 140723095717216 140129359874656 140128974135642 0 4 1 16800974 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0
[pid=20941/tid=20992] ppid=20938 vsize=14067516 CPUtime=3.7 cores=0,2,4,6
/proc/20941/task/20992/stat : 20992 (java) S 20938 20941 19618 0 -1 1077944384 5614 12666 0 0 343 19 5 3 20 0 15 0 44157604 14405136384 75023 18446744073709551615 4194304 4196468 140723095717216 140129290074640 140129355650773 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0
[pid=20941/tid=20993] ppid=20938 vsize=14067516 CPUtime=3.69 cores=0,2,4,6
/proc/20941/task/20993/stat : 20993 (java) S 20938 20941 19618 0 -1 1077944384 9660 12666 0 0 343 18 5 3 20 0 15 0 44157604 14405136384 75023 18446744073709551615 4194304 4196468 140723095717216 140129289022096 140129355650773 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0
[pid=20941/tid=20994] ppid=20938 vsize=14067516 CPUtime=3.7 cores=0,2,4,6
/proc/20941/task/20994/stat : 20994 (java) S 20938 20941 19618 0 -1 1077944384 3939 12666 0 0 344 18 5 3 20 0 15 0 44157604 14405136384 75023 18446744073709551615 4194304 4196468 140723095717216 140129287969040 140129355650773 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0
[pid=20941/tid=20995] ppid=20938 vsize=14067516 CPUtime=3.7 cores=0,2,4,6
/proc/20941/task/20995/stat : 20995 (java) S 20938 20941 19618 0 -1 1077944384 5997 12666 0 0 343 19 5 3 20 0 15 0 44157604 14405136384 75023 18446744073709551615 4194304 4196468 140723095717216 140129286916496 140129355650773 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0
[pid=20941/tid=20996] ppid=20938 vsize=14067516 CPUtime=3.2 cores=0,2,4,6
/proc/20941/task/20996/stat : 20996 (java) S 20938 20941 19618 0 -1 1077944384 9944 12666 0 0 295 17 5 3 20 0 15 0 44157605 14405136384 75023 18446744073709551615 4194304 4196468 140723095717216 140128833460976 140129355651714 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0
[pid=20941/tid=20997] ppid=20938 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/20941/task/20997/stat : 20997 (java) S 20938 20941 19618 0 -1 1077944384 55 12666 0 0 0 0 5 3 20 0 15 0 44157605 14405136384 75023 18446744073709551615 4194304 4196468 140723095717216 140128832407328 140129355650773 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0
[pid=20941/tid=20998] ppid=20938 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/20941/task/20998/stat : 20998 (java) S 20938 20941 19618 0 -1 1077944384 45 12666 0 0 0 0 5 3 20 0 15 0 44157606 14405136384 75023 18446744073709551615 4194304 4196468 140723095717216 140128831354112 140129355650773 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0
[pid=20941/tid=20999] ppid=20938 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/20941/task/20999/stat : 20999 (java) S 20938 20941 19618 0 -1 1077944384 3 12666 0 0 0 0 5 3 20 0 15 0 44157608 14405136384 75023 18446744073709551615 4194304 4196468 140723095717216 140128830302672 140129355659163 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0
[pid=20941/tid=21000] ppid=20938 vsize=14067516 CPUtime=2.13 cores=0,2,4,6
/proc/20941/task/21000/stat : 21000 (java) S 20938 20941 19618 0 -1 1077944384 9635 12666 0 0 202 3 5 3 20 0 15 0 44157608 14405136384 75023 18446744073709551615 4194304 4196468 140723095717216 140128829249776 140129355651714 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0
[pid=20941/tid=21001] ppid=20938 vsize=14067516 CPUtime=1.96 cores=0,2,4,6
/proc/20941/task/21001/stat : 21001 (java) S 20938 20941 19618 0 -1 1077944384 9731 12666 0 0 187 1 5 3 20 0 15 0 44157608 14405136384 75023 18446744073709551615 4194304 4196468 140723095717216 140128828197232 140129355651714 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0
[pid=20941/tid=21002] ppid=20938 vsize=14067516 CPUtime=1.39 cores=0,2,4,6
/proc/20941/task/21002/stat : 21002 (java) S 20938 20941 19618 0 -1 1077944384 8043 12666 0 0 129 2 5 3 20 0 15 0 44157608 14405136384 75023 18446744073709551615 4194304 4196468 140723095717216 140128827144176 140129355651714 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0
[pid=20941/tid=21003] ppid=20938 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/20941/task/21003/stat : 21003 (java) S 20938 20941 19618 0 -1 1077944384 3 12666 0 0 0 0 5 3 20 0 15 0 44157609 14405136384 75023 18446744073709551615 4194304 4196468 140723095717216 140128826091872 140129355650773 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0
[pid=20941/tid=21004] ppid=20938 vsize=14067516 CPUtime=1.01 cores=0,2,4,6
/proc/20941/task/21004/stat : 21004 (java) S 20938 20941 19618 0 -1 1077944384 834 12666 0 0 44 49 5 3 20 0 15 0 44157611 14405136384 75023 18446744073709551615 4194304 4196468 140723095717216 140128825039920 140129355651714 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0
Current children cumulated CPU time (s) 2517.91
Current children cumulated vsize (KiB) 14067516



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2504.4 s]
/proc/loadavg: 1.23 1.30 1.31 3/209 21296
/proc/meminfo: memFree=30484628/32770624 swapFree=0/542016
[pid=20941] ppid=20938 vsize=14067516 CPUtime=2520.02 cores=0,2,4,6
/proc/20941/stat : 20941 (java) S 20938 20941 19618 0 -1 1077944320 129918 12666 0 0 251854 140 5 3 20 0 15 0 44157585 14405136384 75023 18446744073709551615 4194304 4196468 140723095717216 140723095699760 140129355640567 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0
/proc/20941/statm: 3516879 75023 3469 1 0 3505493 0
[pid=20941/tid=20991] ppid=20938 vsize=14067516 CPUtime=2496.14 cores=0,2,4,6
/proc/20941/task/20991/stat : 20991 (java) R 20938 20941 19618 0 -1 4202560 64262 12666 0 0 249585 21 5 3 20 0 15 0 44157603 14405136384 75023 18446744073709551615 4194304 4196468 140723095717216 140129359874608 140128974114692 0 4 1 16800974 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0
[pid=20941/tid=20992] ppid=20938 vsize=14067516 CPUtime=3.7 cores=0,2,4,6
/proc/20941/task/20992/stat : 20992 (java) S 20938 20941 19618 0 -1 1077944384 5614 12666 0 0 343 19 5 3 20 0 15 0 44157604 14405136384 75023 18446744073709551615 4194304 4196468 140723095717216 140129290074640 140129355650773 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0
[pid=20941/tid=20993] ppid=20938 vsize=14067516 CPUtime=3.69 cores=0,2,4,6
/proc/20941/task/20993/stat : 20993 (java) S 20938 20941 19618 0 -1 1077944384 9660 12666 0 0 343 18 5 3 20 0 15 0 44157604 14405136384 75023 18446744073709551615 4194304 4196468 140723095717216 140129289022096 140129355650773 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0
[pid=20941/tid=20994] ppid=20938 vsize=14067516 CPUtime=3.7 cores=0,2,4,6
/proc/20941/task/20994/stat : 20994 (java) S 20938 20941 19618 0 -1 1077944384 3939 12666 0 0 344 18 5 3 20 0 15 0 44157604 14405136384 75023 18446744073709551615 4194304 4196468 140723095717216 140129287969040 140129355650773 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0
[pid=20941/tid=20995] ppid=20938 vsize=14067516 CPUtime=3.7 cores=0,2,4,6
/proc/20941/task/20995/stat : 20995 (java) S 20938 20941 19618 0 -1 1077944384 5997 12666 0 0 343 19 5 3 20 0 15 0 44157604 14405136384 75023 18446744073709551615 4194304 4196468 140723095717216 140129286916496 140129355650773 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0
[pid=20941/tid=20996] ppid=20938 vsize=14067516 CPUtime=3.21 cores=0,2,4,6
/proc/20941/task/20996/stat : 20996 (java) S 20938 20941 19618 0 -1 1077944384 9944 12666 0 0 296 17 5 3 20 0 15 0 44157605 14405136384 75023 18446744073709551615 4194304 4196468 140723095717216 140128833460976 140129355651714 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0
[pid=20941/tid=20997] ppid=20938 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/20941/task/20997/stat : 20997 (java) S 20938 20941 19618 0 -1 1077944384 55 12666 0 0 0 0 5 3 20 0 15 0 44157605 14405136384 75023 18446744073709551615 4194304 4196468 140723095717216 140128832407328 140129355650773 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0
[pid=20941/tid=20998] ppid=20938 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/20941/task/20998/stat : 20998 (java) S 20938 20941 19618 0 -1 1077944384 45 12666 0 0 0 0 5 3 20 0 15 0 44157606 14405136384 75023 18446744073709551615 4194304 4196468 140723095717216 140128831354112 140129355650773 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0
[pid=20941/tid=20999] ppid=20938 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/20941/task/20999/stat : 20999 (java) S 20938 20941 19618 0 -1 1077944384 3 12666 0 0 0 0 5 3 20 0 15 0 44157608 14405136384 75023 18446744073709551615 4194304 4196468 140723095717216 140128830302672 140129355659163 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0
[pid=20941/tid=21000] ppid=20938 vsize=14067516 CPUtime=2.13 cores=0,2,4,6
/proc/20941/task/21000/stat : 21000 (java) S 20938 20941 19618 0 -1 1077944384 9635 12666 0 0 202 3 5 3 20 0 15 0 44157608 14405136384 75023 18446744073709551615 4194304 4196468 140723095717216 140128829249776 140129355651714 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0
[pid=20941/tid=21001] ppid=20938 vsize=14067516 CPUtime=1.96 cores=0,2,4,6
/proc/20941/task/21001/stat : 21001 (java) S 20938 20941 19618 0 -1 1077944384 9731 12666 0 0 187 1 5 3 20 0 15 0 44157608 14405136384 75023 18446744073709551615 4194304 4196468 140723095717216 140128828197232 140129355651714 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0
[pid=20941/tid=21002] ppid=20938 vsize=14067516 CPUtime=1.39 cores=0,2,4,6
/proc/20941/task/21002/stat : 21002 (java) S 20938 20941 19618 0 -1 1077944384 8043 12666 0 0 129 2 5 3 20 0 15 0 44157608 14405136384 75023 18446744073709551615 4194304 4196468 140723095717216 140128827144176 140129355651714 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0
[pid=20941/tid=21003] ppid=20938 vsize=14067516 CPUtime=0.08 cores=0,2,4,6
/proc/20941/task/21003/stat : 21003 (java) S 20938 20941 19618 0 -1 1077944384 3 12666 0 0 0 0 5 3 20 0 15 0 44157609 14405136384 75023 18446744073709551615 4194304 4196468 140723095717216 140128826091872 140129355650773 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0
[pid=20941/tid=21004] ppid=20938 vsize=14067516 CPUtime=1.01 cores=0,2,4,6
/proc/20941/task/21004/stat : 21004 (java) S 20938 20941 19618 0 -1 1077944384 834 12666 0 0 44 49 5 3 20 0 15 0 44157611 14405136384 75023 18446744073709551615 4194304 4196468 140723095717216 140128825039920 140129355651714 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0
Current children cumulated CPU time (s) 2520.02
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 20941 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2504.51 s]
/proc/loadavg: 1.23 1.30 1.31 3/209 21296
/proc/meminfo: memFree=30484628/32770624 swapFree=0/542016
[pid=20941] ppid=20938 vsize=14200644 CPUtime=2520.32 cores=0,2,4,6
/proc/20941/stat : 20941 (java) S 20938 20941 19618 0 -1 1077944320 134991 12666 0 0 251883 141 5 3 20 0 17 0 44157585 14541459456 76299 18446744073709551615 4194304 4196468 140723095717216 140723095699760 140129355640567 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0
/proc/20941/statm: 3550161 76299 3470 1 0 3538775 0
[pid=20941/tid=20991] ppid=20938 vsize=14200644 CPUtime=2496.15 cores=0,2,4,6
/proc/20941/task/20991/stat : 20991 (java) S 20938 20941 19618 0 -1 1077944384 64503 12666 0 0 249586 21 5 3 20 0 17 0 44157603 14541459456 76299 18446744073709551615 4194304 4196468 140723095717216 140129359878112 140129355650773 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0
[pid=20941/tid=20992] ppid=20938 vsize=14200644 CPUtime=3.77 cores=0,2,4,6
/proc/20941/task/20992/stat : 20992 (java) R 20938 20941 19618 0 -1 4202560 5627 12666 0 0 349 20 5 3 20 0 17 0 44157604 14541459456 76299 18446744073709551615 4194304 4196468 140723095717216 140129290074640 140129340341255 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0
[pid=20941/tid=20993] ppid=20938 vsize=14200644 CPUtime=3.75 cores=0,2,4,6
/proc/20941/task/20993/stat : 20993 (java) R 20938 20941 19618 0 -1 4202560 9697 12666 0 0 349 18 5 3 20 0 17 0 44157604 14541459456 76299 18446744073709551615 4194304 4196468 140723095717216 140129289022216 140129348268775 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0
[pid=20941/tid=20994] ppid=20938 vsize=14200644 CPUtime=3.77 cores=0,2,4,6
/proc/20941/task/20994/stat : 20994 (java) R 20938 20941 19618 0 -1 4202560 3956 12666 0 0 351 18 5 3 20 0 17 0 44157604 14541459456 76299 18446744073709551615 4194304 4196468 140723095717216 140129287969040 140129348268775 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0
[pid=20941/tid=20995] ppid=20938 vsize=14200644 CPUtime=3.76 cores=0,2,4,6
/proc/20941/task/20995/stat : 20995 (java) R 20938 20941 19618 0 -1 4202560 6007 12666 0 0 349 19 5 3 20 0 17 0 44157604 14541459456 76299 18446744073709551615 4194304 4196468 140723095717216 140129286916496 140129340339952 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0
[pid=20941/tid=20996] ppid=20938 vsize=14200644 CPUtime=3.24 cores=0,2,4,6
/proc/20941/task/20996/stat : 20996 (java) S 20938 20941 19618 0 -1 1077944384 14482 12666 0 0 299 17 5 3 20 0 17 0 44157605 14541459456 76299 18446744073709551615 4194304 4196468 140723095717216 140128833459600 140129355650773 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0
[pid=20941/tid=20997] ppid=20938 vsize=14200644 CPUtime=0.08 cores=0,2,4,6
/proc/20941/task/20997/stat : 20997 (java) S 20938 20941 19618 0 -1 1077944384 56 12666 0 0 0 0 5 3 20 0 17 0 44157605 14541459456 76299 18446744073709551615 4194304 4196468 140723095717216 140128832406928 140129355650773 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0
[pid=20941/tid=20998] ppid=20938 vsize=14200644 CPUtime=0.08 cores=0,2,4,6
/proc/20941/task/20998/stat : 20998 (java) S 20938 20941 19618 0 -1 1077944384 45 12666 0 0 0 0 5 3 20 0 17 0 44157606 14541459456 76299 18446744073709551615 4194304 4196468 140723095717216 140128831354112 140129355650773 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0
[pid=20941/tid=20999] ppid=20938 vsize=14200644 CPUtime=0.08 cores=0,2,4,6
/proc/20941/task/20999/stat : 20999 (java) S 20938 20941 19618 0 -1 1077944384 83 12666 0 0 0 0 5 3 20 0 17 0 44157608 14541459456 76299 18446744073709551615 4194304 4196468 140723095717216 140128830302672 140129355659163 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0
[pid=20941/tid=21000] ppid=20938 vsize=14200644 CPUtime=2.13 cores=0,2,4,6
/proc/20941/task/21000/stat : 21000 (java) S 20938 20941 19618 0 -1 1077944384 9635 12666 0 0 202 3 5 3 20 0 17 0 44157608 14541459456 76299 18446744073709551615 4194304 4196468 140723095717216 140128829249776 140129355651714 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0
[pid=20941/tid=21001] ppid=20938 vsize=14200644 CPUtime=1.96 cores=0,2,4,6
/proc/20941/task/21001/stat : 21001 (java) S 20938 20941 19618 0 -1 1077944384 9731 12666 0 0 187 1 5 3 20 0 17 0 44157608 14541459456 76299 18446744073709551615 4194304 4196468 140723095717216 140128828197232 140129355651714 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0
[pid=20941/tid=21002] ppid=20938 vsize=14200644 CPUtime=1.39 cores=0,2,4,6
/proc/20941/task/21002/stat : 21002 (java) S 20938 20941 19618 0 -1 1077944384 8071 12666 0 0 129 2 5 3 20 0 17 0 44157608 14541459456 76299 18446744073709551615 4194304 4196468 140723095717216 140128827141376 140129355650773 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0
[pid=20941/tid=21003] ppid=20938 vsize=14200644 CPUtime=0.08 cores=0,2,4,6
/proc/20941/task/21003/stat : 21003 (java) S 20938 20941 19618 0 -1 1077944384 3 12666 0 0 0 0 5 3 20 0 17 0 44157609 14541459456 76299 18446744073709551615 4194304 4196468 140723095717216 140128826091872 140129355650773 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0
[pid=20941/tid=21004] ppid=20938 vsize=14200644 CPUtime=1.01 cores=0,2,4,6
/proc/20941/task/21004/stat : 21004 (java) S 20938 20941 19618 0 -1 1077944384 834 12666 0 0 44 49 5 3 20 0 17 0 44157611 14541459456 76299 18446744073709551615 4194304 4196468 140723095717216 140128825039920 140129355651714 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21118976 140723095721936 140723095724721 140723095724721 140723095728079 0
Current children cumulated CPU time (s) 2520.32
Current children cumulated vsize (KiB) 14200644

Child status: 143
Real time (s): 2504.6
CPU time (s): 2520.52
CPU user time (s): 2519.07
CPU system time (s): 1.45245
CPU usage (%): 100.636
Max. virtual memory (cumulated for all children) (KiB): 14200644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.07
system time used= 1.45245
maximum resident set size= 471516
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 147824
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2896
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 126499
involuntary context switches= 4909

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.88989 second user time and 16.2037 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-11 04:33:14
IDJOB=4262265
IDBENCH=115862
IDSOLVER=2650
FILE ID=node127/4262265-1502419641
RUNJOBID= node127-1502411410-19681
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/ColouredQueens/ColouredQueens-m1-s1/ColouredQueens-19.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262265-1502419641/watcher-4262265-1502419641 -o /tmp/evaluation-result-4262265-1502419641/solver-4262265-1502419641 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502411410-19681 --watchdog 2580  bin/concrete HOME/instance-4262265-1502419641.xml

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

MD5SUM BENCH= 83a04d869151a5b67f4c27500757dc69
RANDOM SEED=2103701138

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:        28584628 kB
MemAvailable:   29354468 kB
Buffers:          240856 kB
Cached:           819860 kB
SwapCached:            0 kB
Active:          3190856 kB
Inactive:         566268 kB
Active(anon):    2696704 kB
Inactive(anon):    24908 kB
Active(file):     494152 kB
Inactive(file):   541360 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24248 kB
Writeback:             0 kB
AnonPages:       2696496 kB
Mapped:            53980 kB
Shmem:             25252 kB
Slab:             125652 kB
SReclaimable:     100324 kB
SUnreclaim:        25328 kB
KernelStack:        3424 kB
PageTables:        12424 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3386996 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2467840 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= 61984 MiB
End job on node127 at 2017-08-11 05:14:59