Trace number 4262263

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 2501.5901

General information on the benchmark

NameColouredQueens/ColouredQueens-m1-s1/
ColouredQueens-12.xml
MD5SUM130c0e53e5c1e074e18659561dd41fce
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 variables144
Number of constraints66
Number of domains1
Minimum domain size12
Maximum domain size12
Distribution of domain sizes[{"size":12,"count":144}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":4},{"degree":4,"count":140}]
Minimum constraint arity2
Maximum constraint arity12
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":26}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":66}]
Optimization problemNO
Type of objective

Solver Data

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

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

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


[startup+0 s]
/proc/loadavg: 1.24 1.30 1.32 3/195 21066
/proc/meminfo: memFree=30909128/32770624 swapFree=0/541324
[pid=21066] ppid=21063 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/21066/stat : 21066 (runsolver) D 21063 21066 19618 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 44158146 24240128 108 18446744073709551615 4194304 4338465 140722807787312 140722807784952 139642759459543 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 22753280 140722807795920 140722807796297 140722807796297 140722807799754 0
/proc/21066/statm: 5918 108 54 36 0 2156 0

[startup+0.100191 s]
/proc/loadavg: 1.24 1.30 1.32 3/195 21066
/proc/meminfo: memFree=30909128/32770624 swapFree=0/541324
[pid=21066] ppid=21063 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/21066/stat : 21066 (bash) S 21063 21066 19618 0 -1 4202496 897 6475 0 0 0 0 0 1 20 0 1 0 44158146 9867264 377 18446744073709551615 4194304 5098028 140725912360848 140725912354856 140598503160832 0 0 5 65536 18446744071580971376 0 0 17 3 0 0 7 0 0 7196144 7232144 8712192 140725912363540 140725912363625 140725912363625 140725912367082 0
/proc/21066/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.200276 s]
/proc/loadavg: 1.24 1.30 1.32 3/195 21066
/proc/meminfo: memFree=30909128/32770624 swapFree=0/541324
[pid=21066] ppid=21063 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/21066/stat : 21066 (bash) S 21063 21066 19618 0 -1 4202496 897 6475 0 0 0 0 0 1 20 0 1 0 44158146 9867264 377 18446744073709551615 4194304 5098028 140725912360848 140725912354856 140598503160832 0 0 5 65536 18446744071580971376 0 0 17 3 0 0 7 0 0 7196144 7232144 8712192 140725912363540 140725912363625 140725912363625 140725912367082 0
/proc/21066/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300353 s]
/proc/loadavg: 1.24 1.30 1.32 3/195 21066
/proc/meminfo: memFree=30909128/32770624 swapFree=0/541324
[pid=21066] ppid=21063 vsize=13907308 CPUtime=0.14 cores=1,3,5,7
/proc/21066/stat : 21066 (java) S 21063 21066 19618 0 -1 1077944320 5807 12811 0 0 5 1 5 3 20 0 14 0 44158146 14241083392 5486 18446744073709551615 4194304 4196468 140736417755568 140736417738112 140149349543671 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 38440960 140736417761232 140736417764017 140736417764017 140736417767375 0
/proc/21066/statm: 3476827 5486 2563 1 0 3466324 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 13907308

[startup+0.7072 s]
/proc/loadavg: 1.24 1.30 1.32 3/195 21066
/proc/meminfo: memFree=30909128/32770624 swapFree=0/541324
[pid=21066] ppid=21063 vsize=13974784 CPUtime=0.64 cores=1,3,5,7
/proc/21066/stat : 21066 (java) S 21063 21066 19618 0 -1 1077944320 13849 12811 0 0 52 4 5 3 20 0 15 0 44158146 14310178816 14314 18446744073709551615 4194304 4196468 140736417755568 140736417738112 140149349543671 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 38440960 140736417761232 140736417764017 140736417764017 140736417767375 0
/proc/21066/statm: 3493696 14314 3130 1 0 3482965 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 13974784

[startup+1.50056 s]
/proc/loadavg: 1.24 1.30 1.32 3/210 21129
/proc/meminfo: memFree=30808648/32770624 swapFree=0/541404
[pid=21066] ppid=21063 vsize=13985408 CPUtime=1.84 cores=1,3,5,7
/proc/21066/stat : 21066 (java) S 21063 21066 19618 0 -1 1077944320 26064 12811 0 0 167 9 5 3 20 0 15 0 44158146 14321057792 33917 18446744073709551615 4194304 4196468 140736417755568 140736417738112 140149349543671 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 38440960 140736417761232 140736417764017 140736417764017 140736417767375 0
/proc/21066/statm: 3496352 33917 3332 1 0 3485525 0
[pid=21066/tid=21116] ppid=21063 vsize=13985408 CPUtime=1.28 cores=1,3,5,7
/proc/21066/task/21116/stat : 21116 (java) R 21063 21066 19618 0 -1 4202560 21256 12811 0 0 113 7 5 3 20 0 15 0 44158170 14321057792 33917 18446744073709551615 4194304 4196468 140736417755568 140149353756272 140149332722402 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 38440960 140736417761232 140736417764017 140736417764017 140736417767375 0
[pid=21066/tid=21117] ppid=21063 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/21066/task/21117/stat : 21117 (java) S 21063 21066 19618 0 -1 1077944384 1 12811 0 0 0 0 5 3 20 0 15 0 44158170 14321057792 33917 18446744073709551615 4194304 4196468 140736417755568 140149283978128 140149349553877 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38440960 140736417761232 140736417764017 140736417764017 140736417767375 0
[pid=21066/tid=21118] ppid=21063 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/21066/task/21118/stat : 21118 (java) S 21063 21066 19618 0 -1 1077944384 1 12811 0 0 0 0 5 3 20 0 15 0 44158170 14321057792 33917 18446744073709551615 4194304 4196468 140736417755568 140149282925328 140149349553877 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38440960 140736417761232 140736417764017 140736417764017 140736417767375 0
[pid=21066/tid=21119] ppid=21063 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/21066/task/21119/stat : 21119 (java) S 21063 21066 19618 0 -1 1077944384 1 12811 0 0 0 0 5 3 20 0 15 0 44158170 14321057792 33917 18446744073709551615 4194304 4196468 140736417755568 140149281873040 140149349553877 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38440960 140736417761232 140736417764017 140736417764017 140736417767375 0
[pid=21066/tid=21120] ppid=21063 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/21066/task/21120/stat : 21120 (java) S 21063 21066 19618 0 -1 1077944384 2 12811 0 0 0 0 5 3 20 0 15 0 44158170 14321057792 33917 18446744073709551615 4194304 4196468 140736417755568 140149280820240 140149349553877 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38440960 140736417761232 140736417764017 140736417764017 140736417767375 0
[pid=21066/tid=21121] ppid=21063 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/21066/task/21121/stat : 21121 (java) S 21063 21066 19618 0 -1 1077944384 5 12811 0 0 0 0 5 3 20 0 15 0 44158172 14321057792 33917 18446744073709551615 4194304 4196468 140736417755568 140148265154672 140149349554818 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38440960 140736417761232 140736417764017 140736417764017 140736417767375 0
[pid=21066/tid=21122] ppid=21063 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/21066/task/21122/stat : 21122 (java) S 21063 21066 19618 0 -1 1077944384 33 12811 0 0 0 0 5 3 20 0 15 0 44158172 14321057792 33917 18446744073709551615 4194304 4196468 140736417755568 140148264100640 140149349553877 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38440960 140736417761232 140736417764017 140736417764017 140736417767375 0
[pid=21066/tid=21123] ppid=21063 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/21066/task/21123/stat : 21123 (java) S 21063 21066 19618 0 -1 1077944384 21 12811 0 0 0 0 5 3 20 0 15 0 44158172 14321057792 33917 18446744073709551615 4194304 4196468 140736417755568 140148263048304 140149349553877 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38440960 140736417761232 140736417764017 140736417764017 140736417767375 0
[pid=21066/tid=21124] ppid=21063 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/21066/task/21124/stat : 21124 (java) S 21063 21066 19618 0 -1 1077944384 3 12811 0 0 0 0 5 3 20 0 15 0 44158175 14321057792 33917 18446744073709551615 4194304 4196468 140736417755568 140148261996624 140149349562267 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38440960 140736417761232 140736417764017 140736417764017 140736417767375 0
[pid=21066/tid=21125] ppid=21063 vsize=13985408 CPUtime=0.2 cores=1,3,5,7
/proc/21066/task/21125/stat : 21125 (java) S 21063 21066 19618 0 -1 1077944384 917 12811 0 0 12 0 5 3 20 0 15 0 44158175 14321057792 33950 18446744073709551615 4194304 4196468 140736417755568 140148260944496 140149349554818 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38440960 140736417761232 140736417764017 140736417764017 140736417767375 0
[pid=21066/tid=21126] ppid=21063 vsize=13985408 CPUtime=0.25 cores=1,3,5,7
/proc/21066/task/21126/stat : 21126 (java) R 21063 21066 19618 0 -1 4202560 727 12811 0 0 17 0 5 3 20 0 15 0 44158175 14321057792 33950 18446744073709551615 4194304 4196468 140736417755568 140148259891696 140149334669645 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38440960 140736417761232 140736417764017 140736417764017 140736417767375 0
[pid=21066/tid=21127] ppid=21063 vsize=13985408 CPUtime=0.3 cores=1,3,5,7
/proc/21066/task/21127/stat : 21127 (java) R 21063 21066 19618 0 -1 4202560 938 12811 0 0 22 0 5 3 20 0 15 0 44158175 14321057792 33950 18446744073709551615 4194304 4196468 140736417755568 140148258839408 140149328505808 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38440960 140736417761232 140736417764017 140736417764017 140736417767375 0
[pid=21066/tid=21128] ppid=21063 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/21066/task/21128/stat : 21128 (java) S 21063 21066 19618 0 -1 1077944384 3 12811 0 0 0 0 5 3 20 0 15 0 44158175 14321057792 33950 18446744073709551615 4194304 4196468 140736417755568 140148257786848 140149349553877 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38440960 140736417761232 140736417764017 140736417764017 140736417767375 0
[pid=21066/tid=21129] ppid=21063 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/21066/task/21129/stat : 21129 (java) S 21063 21066 19618 0 -1 1077944384 3 12811 0 0 0 0 5 3 20 0 15 0 44158180 14321057792 33950 18446744073709551615 4194304 4196468 140736417755568 140148256733616 140149349554818 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38440960 140736417761232 140736417764017 140736417764017 140736417767375 0
Current children cumulated CPU time (s) 1.84
Current children cumulated vsize (KiB) 13985408

[startup+3.10064 s]
/proc/loadavg: 1.38 1.33 1.33 5/210 21129
/proc/meminfo: memFree=30719428/32770624 swapFree=0/541404
[pid=21066] ppid=21063 vsize=13999932 CPUtime=5.62 cores=1,3,5,7
/proc/21066/stat : 21066 (java) S 21063 21066 19618 0 -1 1077944320 41331 12811 0 0 539 15 5 3 20 0 15 0 44158146 14335930368 57521 18446744073709551615 4194304 4196468 140736417755568 140736417738112 140149349543671 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 38440960 140736417761232 140736417764017 140736417764017 140736417767375 0
/proc/21066/statm: 3499983 57521 3447 1 0 3488597 0
[pid=21066/tid=21116] ppid=21063 vsize=13999932 CPUtime=2.85 cores=1,3,5,7
/proc/21066/task/21116/stat : 21116 (java) R 21063 21066 19618 0 -1 4202560 30050 12811 0 0 267 10 5 3 20 0 15 0 44158170 14335930368 57521 18446744073709551615 4194304 4196468 140736417755568 140149353776384 140149331107227 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 38440960 140736417761232 140736417764017 140736417764017 140736417767375 0
[pid=21066/tid=21117] ppid=21063 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/21066/task/21117/stat : 21117 (java) S 21063 21066 19618 0 -1 1077944384 37 12811 0 0 0 0 5 3 20 0 15 0 44158170 14335930368 57521 18446744073709551615 4194304 4196468 140736417755568 140149283978128 140149349553877 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38440960 140736417761232 140736417764017 140736417764017 140736417767375 0
[pid=21066/tid=21118] ppid=21063 vsize=13999932 CPUtime=0.09 cores=1,3,5,7
/proc/21066/task/21118/stat : 21118 (java) S 21063 21066 19618 0 -1 1077944384 43 12811 0 0 1 0 5 3 20 0 15 0 44158170 14335930368 57521 18446744073709551615 4194304 4196468 140736417755568 140149282925328 140149349553877 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38440960 140736417761232 140736417764017 140736417764017 140736417767375 0
[pid=21066/tid=21119] ppid=21063 vsize=13999932 CPUtime=0.09 cores=1,3,5,7
/proc/21066/task/21119/stat : 21119 (java) S 21063 21066 19618 0 -1 1077944384 49 12811 0 0 1 0 5 3 20 0 15 0 44158170 14335930368 57521 18446744073709551615 4194304 4196468 140736417755568 140149281873040 140149349553877 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38440960 140736417761232 140736417764017 140736417764017 140736417767375 0
[pid=21066/tid=21120] ppid=21063 vsize=13999932 CPUtime=0.09 cores=1,3,5,7
/proc/21066/task/21120/stat : 21120 (java) S 21063 21066 19618 0 -1 1077944384 207 12811 0 0 1 0 5 3 20 0 15 0 44158170 14335930368 57521 18446744073709551615 4194304 4196468 140736417755568 140149280820240 140149349553877 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38440960 140736417761232 140736417764017 140736417764017 140736417767375 0
[pid=21066/tid=21121] ppid=21063 vsize=13999932 CPUtime=0.09 cores=1,3,5,7
/proc/21066/task/21121/stat : 21121 (java) S 21063 21066 19618 0 -1 1077944384 1506 12811 0 0 1 0 5 3 20 0 15 0 44158172 14335930368 57521 18446744073709551615 4194304 4196468 140736417755568 140148265154672 140149349554818 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38440960 140736417761232 140736417764017 140736417764017 140736417767375 0
[pid=21066/tid=21122] ppid=21063 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/21066/task/21122/stat : 21122 (java) S 21063 21066 19618 0 -1 1077944384 55 12811 0 0 0 0 5 3 20 0 15 0 44158172 14335930368 57521 18446744073709551615 4194304 4196468 140736417755568 140148264100640 140149349553877 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38440960 140736417761232 140736417764017 140736417764017 140736417767375 0
[pid=21066/tid=21123] ppid=21063 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/21066/task/21123/stat : 21123 (java) S 21063 21066 19618 0 -1 1077944384 45 12811 0 0 0 0 5 3 20 0 15 0 44158172 14335930368 57521 18446744073709551615 4194304 4196468 140736417755568 140148263048304 140149349553877 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38440960 140736417761232 140736417764017 140736417764017 140736417767375 0
[pid=21066/tid=21124] ppid=21063 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/21066/task/21124/stat : 21124 (java) S 21063 21066 19618 0 -1 1077944384 3 12811 0 0 0 0 5 3 20 0 15 0 44158175 14335930368 57521 18446744073709551615 4194304 4196468 140736417755568 140148261996624 140149349562267 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38440960 140736417761232 140736417764017 140736417764017 140736417767375 0
[pid=21066/tid=21125] ppid=21063 vsize=13999932 CPUtime=0.82 cores=1,3,5,7
/proc/21066/task/21125/stat : 21125 (java) S 21063 21066 19618 0 -1 1077944384 1816 12811 0 0 73 1 5 3 20 0 15 0 44158175 14335930368 57521 18446744073709551615 4194304 4196468 140736417755568 140148260944496 140149349554818 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38440960 140736417761232 140736417764017 140736417764017 140736417767375 0
[pid=21066/tid=21126] ppid=21063 vsize=13999932 CPUtime=1 cores=1,3,5,7
/proc/21066/task/21126/stat : 21126 (java) S 21063 21066 19618 0 -1 1077944384 2464 12811 0 0 92 0 5 3 20 0 15 0 44158175 14335930368 57521 18446744073709551615 4194304 4196468 140736417755568 140148259891696 140149349554818 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38440960 140736417761232 140736417764017 140736417764017 140736417767375 0
[pid=21066/tid=21127] ppid=21063 vsize=13999932 CPUtime=1.07 cores=1,3,5,7
/proc/21066/task/21127/stat : 21127 (java) S 21063 21066 19618 0 -1 1077944384 2896 12811 0 0 98 1 5 3 20 0 15 0 44158175 14335930368 57521 18446744073709551615 4194304 4196468 140736417755568 140148258839408 140149349554818 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38440960 140736417761232 140736417764017 140736417764017 140736417767375 0
[pid=21066/tid=21128] ppid=21063 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/21066/task/21128/stat : 21128 (java) S 21063 21066 19618 0 -1 1077944384 3 12811 0 0 0 0 5 3 20 0 15 0 44158175 14335930368 57521 18446744073709551615 4194304 4196468 140736417755568 140148257786848 140149349553877 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38440960 140736417761232 140736417764017 140736417764017 140736417767375 0
[pid=21066/tid=21129] ppid=21063 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/21066/task/21129/stat : 21129 (java) S 21063 21066 19618 0 -1 1077944384 3 12811 0 0 0 0 5 3 20 0 15 0 44158180 14335930368 57521 18446744073709551615 4194304 4196468 140736417755568 140148256733616 140149349554818 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38440960 140736417761232 140736417764017 140736417764017 140736417767375 0
Current children cumulated CPU time (s) 5.62
Current children cumulated vsize (KiB) 13999932

[startup+6.30066 s]
/proc/loadavg: 1.38 1.33 1.33 4/210 21129
/proc/meminfo: memFree=30549640/32770624 swapFree=0/541408
[pid=21066] ppid=21063 vsize=14065468 CPUtime=10.54 cores=1,3,5,7
/proc/21066/stat : 21066 (java) S 21063 21066 19618 0 -1 1077944320 55748 12811 0 0 1026 20 5 3 20 0 15 0 44158146 14403039232 86414 18446744073709551615 4194304 4196468 140736417755568 140736417738112 140149349543671 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 38440960 140736417761232 140736417764017 140736417764017 140736417767375 0
/proc/21066/statm: 3516367 86414 3468 1 0 3504981 0
[pid=21066/tid=21116] ppid=21063 vsize=14065468 CPUtime=6 cores=1,3,5,7
/proc/21066/task/21116/stat : 21116 (java) R 21063 21066 19618 0 -1 4202560 36857 12811 0 0 580 12 5 3 20 0 15 0 44158170 14403039232 86414 18446744073709551615 4194304 4196468 140736417755568 140149353775272 140148971906805 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 38440960 140736417761232 140736417764017 140736417764017 140736417767375 0
[pid=21066/tid=21117] ppid=21063 vsize=14065468 CPUtime=0.11 cores=1,3,5,7
/proc/21066/task/21117/stat : 21117 (java) S 21063 21066 19618 0 -1 1077944384 261 12811 0 0 3 0 5 3 20 0 15 0 44158170 14403039232 86414 18446744073709551615 4194304 4196468 140736417755568 140149283978128 140149349553877 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38440960 140736417761232 140736417764017 140736417764017 140736417767375 0
[pid=21066/tid=21118] ppid=21063 vsize=14065468 CPUtime=0.11 cores=1,3,5,7
/proc/21066/task/21118/stat : 21118 (java) S 21063 21066 19618 0 -1 1077944384 58 12811 0 0 3 0 5 3 20 0 15 0 44158170 14403039232 86414 18446744073709551615 4194304 4196468 140736417755568 140149282925328 140149349553877 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38440960 140736417761232 140736417764017 140736417764017 140736417767375 0
[pid=21066/tid=21119] ppid=21063 vsize=14065468 CPUtime=0.11 cores=1,3,5,7
/proc/21066/task/21119/stat : 21119 (java) S 21063 21066 19618 0 -1 1077944384 87 12811 0 0 3 0 5 3 20 0 15 0 44158170 14403039232 86414 18446744073709551615 4194304 4196468 140736417755568 140149281873040 140149349553877 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38440960 140736417761232 140736417764017 140736417764017 140736417767375 0
[pid=21066/tid=21120] ppid=21063 vsize=14065468 CPUtime=0.1 cores=1,3,5,7
/proc/21066/task/21120/stat : 21120 (java) S 21063 21066 19618 0 -1 1077944384 233 12811 0 0 2 0 5 3 20 0 15 0 44158170 14403039232 86414 18446744073709551615 4194304 4196468 140736417755568 140149280820240 140149349553877 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38440960 140736417761232 140736417764017 140736417764017 140736417767375 0
[pid=21066/tid=21121] ppid=21063 vsize=14065468 CPUtime=0.11 cores=1,3,5,7
/proc/21066/task/21121/stat : 21121 (java) S 21063 21066 19618 0 -1 1077944384 1833 12811 0 0 3 0 5 3 20 0 15 0 44158172 14403039232 86414 18446744073709551615 4194304 4196468 140736417755568 140148265154672 140149349554818 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38440960 140736417761232 140736417764017 140736417764017 140736417767375 0
[pid=21066/tid=21122] ppid=21063 vsize=14065468 CPUtime=0.08 cores=1,3,5,7
/proc/21066/task/21122/stat : 21122 (java) S 21063 21066 19618 0 -1 1077944384 55 12811 0 0 0 0 5 3 20 0 15 0 44158172 14403039232 86414 18446744073709551615 4194304 4196468 140736417755568 140148264100704 140149349553877 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38440960 140736417761232 140736417764017 140736417764017 140736417767375 0
[pid=21066/tid=21123] ppid=21063 vsize=14065468 CPUtime=0.08 cores=1,3,5,7
/proc/21066/task/21123/stat : 21123 (java) S 21063 21066 19618 0 -1 1077944384 45 12811 0 0 0 0 5 3 20 0 15 0 44158172 14403039232 86414 18446744073709551615 4194304 4196468 140736417755568 140148263048320 140149349553877 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38440960 140736417761232 140736417764017 140736417764017 140736417767375 0
[pid=21066/tid=21124] ppid=21063 vsize=14065468 CPUtime=0.08 cores=1,3,5,7
/proc/21066/task/21124/stat : 21124 (java) S 21063 21066 19618 0 -1 1077944384 3 12811 0 0 0 0 5 3 20 0 15 0 44158175 14403039232 86414 18446744073709551615 4194304 4196468 140736417755568 140148261996624 140149349562267 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38440960 140736417761232 140736417764017 140736417764017 140736417767375 0
[pid=21066/tid=21125] ppid=21063 vsize=14065468 CPUtime=1.43 cores=1,3,5,7
/proc/21066/task/21125/stat : 21125 (java) S 21063 21066 19618 0 -1 1077944384 3382 12811 0 0 134 1 5 3 20 0 15 0 44158175 14403039232 86414 18446744073709551615 4194304 4196468 140736417755568 140148260944496 140149349554818 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 38440960 140736417761232 140736417764017 140736417764017 140736417767375 0
[pid=21066/tid=21126] ppid=21063 vsize=14065468 CPUtime=1.88 cores=1,3,5,7
/proc/21066/task/21126/stat : 21126 (java) S 21063 21066 19618 0 -1 1077944384 4591 12811 0 0 179 1 5 3 20 0 15 0 44158175 14403039232 86414 18446744073709551615 4194304 4196468 140736417755568 140148259891696 140149349554818 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 38440960 140736417761232 140736417764017 140736417764017 140736417767375 0
[pid=21066/tid=21127] ppid=21063 vsize=14065468 CPUtime=1.23 cores=1,3,5,7
/proc/21066/task/21127/stat : 21127 (java) S 21063 21066 19618 0 -1 1077944384 4690 12811 0 0 114 1 5 3 20 0 15 0 44158175 14403039232 86414 18446744073709551615 4194304 4196468 140736417755568 140148258839408 140149349554818 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 7 0 0 6293624 6294260 38440960 140736417761232 140736417764017 140736417764017 140736417767375 0
[pid=21066/tid=21128] ppid=21063 vsize=14065468 CPUtime=0.08 cores=1,3,5,7
/proc/21066/task/21128/stat : 21128 (java) S 21063 21066 19618 0 -1 1077944384 3 12811 0 0 0 0 5 3 20 0 15 0 44158175 14403039232 86414 18446744073709551615 4194304 4196468 140736417755568 140148257786848 140149349553877 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38440960 140736417761232 140736417764017 140736417764017 140736417767375 0
[pid=21066/tid=21129] ppid=21063 vsize=14065468 CPUtime=0.08 cores=1,3,5,7
/proc/21066/task/21129/stat : 21129 (java) S 21063 21066 19618 0 -1 1077944384 1496 12811 0 0 0 0 5 3 20 0 15 0 44158180 14403039232 86414 18446744073709551615 4194304 4196468 140736417755568 140148256733616 140149349554818 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 12 0 0 6293624 6294260 38440960 140736417761232 140736417764017 140736417764017 140736417767375 0
Current children cumulated CPU time (s) 10.54
Current children cumulated vsize (KiB) 14065468

[startup+12.7007 s]
/proc/loadavg: 1.47 1.35 1.34 4/210 21129
/proc/meminfo: memFree=30432732/32770624 swapFree=0/541408
[pid=21066] ppid=21063 vsize=14065468 CPUtime=17.03 cores=1,3,5,7
/proc/21066/stat : 21066 (java) S 21063 21066 19618 0 -1 1077944320 60795 12811 0 0 1672 23 5 3 20 0 15 0 44158146 14403039232 102080 18446744073709551615 4194304 4196468 140736417755568 140736417738112 140149349543671 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 38440960 140736417761232 140736417764017 140736417764017 140736417767375 0
/proc/21066/statm: 3516367 102080 3468 1 0 3504981 0
[pid=21066/tid=21116] ppid=21063 vsize=14065468 CPUtime=12.38 cores=1,3,5,7
/proc/21066/task/21116/stat : 21116 (java) R 21063 21066 19618 0 -1 4202560 37684 12811 0 0 1217 13 5 3 20 0 15 0 44158170 14403039232 102080 18446744073709551615 4194304 4196468 140736417755568 140149353777152 140148972180910 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 38440960 140736417761232 140736417764017 140736417764017 140736417767375 0
[pid=21066/tid=21117] ppid=21063 vsize=14065468 CPUtime=0.12 cores=1,3,5,7
/proc/21066/task/21117/stat : 21117 (java) S 21063 21066 19618 0 -1 1077944384 330 12811 0 0 3 1 5 3 20 0 15 0 44158170 14403039232 102080 18446744073709551615 4194304 4196468 140736417755568 140149283978128 140149349553877 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38440960 140736417761232 140736417764017 140736417764017 140736417767375 0
[pid=21066/tid=21118] ppid=21063 vsize=14065468 CPUtime=0.12 cores=1,3,5,7
/proc/21066/task/21118/stat : 21118 (java) S 21063 21066 19618 0 -1 1077944384 195 12811 0 0 3 1 5 3 20 0 15 0 44158170 14403039232 102080 18446744073709551615 4194304 4196468 140736417755568 140149282925328 140149349553877 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38440960 140736417761232 140736417764017 140736417764017 140736417767375 0
[pid=21066/tid=21119] ppid=21063 vsize=14065468 CPUtime=0.12 cores=1,3,5,7
/proc/21066/task/21119/stat : 21119 (java) S 21063 21066 19618 0 -1 1077944384 196 12811 0 0 3 1 5 3 20 0 15 0 44158170 14403039232 102080 18446744073709551615 4194304 4196468 140736417755568 140149281873040 140149349553877 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38440960 140736417761232 140736417764017 140736417764017 140736417767375 0
[pid=21066/tid=21120] ppid=21063 vsize=14065468 CPUtime=0.12 cores=1,3,5,7
/proc/21066/task/21120/stat : 21120 (java) S 21063 21066 19618 0 -1 1077944384 1529 12811 0 0 3 1 5 3 20 0 15 0 44158170 14403039232 102080 18446744073709551615 4194304 4196468 140736417755568 140149280820240 140149349553877 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38440960 140736417761232 140736417764017 140736417764017 140736417767375 0
[pid=21066/tid=21121] ppid=21063 vsize=14065468 CPUtime=0.12 cores=1,3,5,7
/proc/21066/task/21121/stat : 21121 (java) S 21063 21066 19618 0 -1 1077944384 2140 12811 0 0 4 0 5 3 20 0 15 0 44158172 14403039232 102080 18446744073709551615 4194304 4196468 140736417755568 140148265154672 140149349554818 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38440960 140736417761232 140736417764017 140736417764017 140736417767375 0
[pid=21066/tid=21122] ppid=21063 vsize=14065468 CPUtime=0.08 cores=1,3,5,7
/proc/21066/task/21122/stat : 21122 (java) S 21063 21066 19618 0 -1 1077944384 55 12811 0 0 0 0 5 3 20 0 15 0 44158172 14403039232 102080 18446744073709551615 4194304 4196468 140736417755568 140148264100704 140149349553877 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38440960 140736417761232 140736417764017 140736417764017 140736417767375 0
[pid=21066/tid=21123] ppid=21063 vsize=14065468 CPUtime=0.08 cores=1,3,5,7
/proc/21066/task/21123/stat : 21123 (java) S 21063 21066 19618 0 -1 1077944384 45 12811 0 0 0 0 5 3 20 0 15 0 44158172 14403039232 102080 18446744073709551615 4194304 4196468 140736417755568 140148263048320 140149349553877 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38440960 140736417761232 140736417764017 140736417764017 140736417767375 0
[pid=21066/tid=21124] ppid=21063 vsize=14065468 CPUtime=0.08 cores=1,3,5,7
/proc/21066/task/21124/stat : 21124 (java) S 21063 21066 19618 0 -1 1077944384 3 12811 0 0 0 0 5 3 20 0 15 0 44158175 14403039232 102080 18446744073709551615 4194304 4196468 140736417755568 140148261996624 140149349562267 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38440960 140736417761232 140736417764017 140736417764017 140736417767375 0

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

/proc/21066/task/21128/stat : 21128 (java) S 21063 21066 19618 0 -1 1077944384 3 12811 0 0 0 0 5 3 20 0 15 0 44158175 14403039232 116932 18446744073709551615 4194304 4196468 140736417755568 140148257786848 140149349553877 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38440960 140736417761232 140736417764017 140736417764017 140736417767375 0
[pid=21066/tid=21129] ppid=21063 vsize=14065468 CPUtime=1.28 cores=1,3,5,7
/proc/21066/task/21129/stat : 21129 (java) S 21063 21066 19618 0 -1 1077944384 2058 12811 0 0 56 64 5 3 20 0 15 0 44158180 14403039232 116932 18446744073709551615 4194304 4196468 140736417755568 140148256733616 140149349554818 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 12 0 0 6293624 6294260 38440960 140736417761232 140736417764017 140736417764017 140736417767375 0
Current children cumulated CPU time (s) 2339.89
Current children cumulated vsize (KiB) 14065468

[startup+2382.3 s]
/proc/loadavg: 1.33 1.33 1.32 4/209 21292
/proc/meminfo: memFree=30486020/32770624 swapFree=0/541960
[pid=21066] ppid=21063 vsize=14065468 CPUtime=2400.23 cores=1,3,5,7
/proc/21066/stat : 21066 (java) S 21063 21066 19618 0 -1 1077944320 120182 12811 0 0 239823 192 5 3 20 0 15 0 44158146 14403039232 116932 18446744073709551615 4194304 4196468 140736417755568 140736417738112 140149349543671 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 38440960 140736417761232 140736417764017 140736417764017 140736417767375 0
/proc/21066/statm: 3516367 116932 3468 1 0 3504981 0
[pid=21066/tid=21116] ppid=21063 vsize=14065468 CPUtime=2369.82 cores=1,3,5,7
/proc/21066/task/21116/stat : 21116 (java) R 21063 21066 19618 0 -1 4202560 59452 12811 0 0 236947 27 5 3 20 0 15 0 44158170 14403039232 116932 18446744073709551615 4194304 4196468 140736417755568 140149353777904 140148970953138 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 38440960 140736417761232 140736417764017 140736417764017 140736417767375 0
[pid=21066/tid=21117] ppid=21063 vsize=14065468 CPUtime=5.04 cores=1,3,5,7
/proc/21066/task/21117/stat : 21117 (java) S 21063 21066 19618 0 -1 1077944384 6419 12811 0 0 465 31 5 3 20 0 15 0 44158170 14403039232 116932 18446744073709551615 4194304 4196468 140736417755568 140149283978128 140149349553877 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38440960 140736417761232 140736417764017 140736417764017 140736417767375 0
[pid=21066/tid=21118] ppid=21063 vsize=14065468 CPUtime=5.03 cores=1,3,5,7
/proc/21066/task/21118/stat : 21118 (java) S 21063 21066 19618 0 -1 1077944384 6662 12811 0 0 469 26 5 3 20 0 15 0 44158170 14403039232 116932 18446744073709551615 4194304 4196468 140736417755568 140149282925328 140149349553877 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38440960 140736417761232 140736417764017 140736417764017 140736417767375 0
[pid=21066/tid=21119] ppid=21063 vsize=14065468 CPUtime=5.05 cores=1,3,5,7
/proc/21066/task/21119/stat : 21119 (java) S 21063 21066 19618 0 -1 1077944384 6908 12811 0 0 471 26 5 3 20 0 15 0 44158170 14403039232 116932 18446744073709551615 4194304 4196468 140736417755568 140149281873040 140149349553877 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38440960 140736417761232 140736417764017 140736417764017 140736417767375 0
[pid=21066/tid=21120] ppid=21063 vsize=14065468 CPUtime=5.05 cores=1,3,5,7
/proc/21066/task/21120/stat : 21120 (java) S 21063 21066 19618 0 -1 1077944384 8071 12811 0 0 473 24 5 3 20 0 15 0 44158170 14403039232 116932 18446744073709551615 4194304 4196468 140736417755568 140149280820240 140149349553877 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38440960 140736417761232 140736417764017 140736417764017 140736417767375 0
[pid=21066/tid=21121] ppid=21063 vsize=14065468 CPUtime=4.87 cores=1,3,5,7
/proc/21066/task/21121/stat : 21121 (java) S 21063 21066 19618 0 -1 1077944384 7985 12811 0 0 454 25 5 3 20 0 15 0 44158172 14403039232 116932 18446744073709551615 4194304 4196468 140736417755568 140148265154672 140149349554818 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38440960 140736417761232 140736417764017 140736417764017 140736417767375 0
[pid=21066/tid=21122] ppid=21063 vsize=14065468 CPUtime=0.08 cores=1,3,5,7
/proc/21066/task/21122/stat : 21122 (java) S 21063 21066 19618 0 -1 1077944384 55 12811 0 0 0 0 5 3 20 0 15 0 44158172 14403039232 116932 18446744073709551615 4194304 4196468 140736417755568 140148264100704 140149349553877 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38440960 140736417761232 140736417764017 140736417764017 140736417767375 0
[pid=21066/tid=21123] ppid=21063 vsize=14065468 CPUtime=0.08 cores=1,3,5,7
/proc/21066/task/21123/stat : 21123 (java) S 21063 21066 19618 0 -1 1077944384 45 12811 0 0 0 0 5 3 20 0 15 0 44158172 14403039232 116932 18446744073709551615 4194304 4196468 140736417755568 140148263048320 140149349553877 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38440960 140736417761232 140736417764017 140736417764017 140736417767375 0
[pid=21066/tid=21124] ppid=21063 vsize=14065468 CPUtime=0.08 cores=1,3,5,7
/proc/21066/task/21124/stat : 21124 (java) S 21063 21066 19618 0 -1 1077944384 3 12811 0 0 0 0 5 3 20 0 15 0 44158175 14403039232 116932 18446744073709551615 4194304 4196468 140736417755568 140148261996624 140149349562267 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38440960 140736417761232 140736417764017 140736417764017 140736417767375 0
[pid=21066/tid=21125] ppid=21063 vsize=14065468 CPUtime=1.47 cores=1,3,5,7
/proc/21066/task/21125/stat : 21125 (java) S 21063 21066 19618 0 -1 1077944384 4118 12811 0 0 138 1 5 3 20 0 15 0 44158175 14403039232 116932 18446744073709551615 4194304 4196468 140736417755568 140148260944496 140149349554818 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 38440960 140736417761232 140736417764017 140736417764017 140736417767375 0
[pid=21066/tid=21126] ppid=21063 vsize=14065468 CPUtime=1.92 cores=1,3,5,7
/proc/21066/task/21126/stat : 21126 (java) S 21063 21066 19618 0 -1 1077944384 6729 12811 0 0 183 1 5 3 20 0 15 0 44158175 14403039232 116932 18446744073709551615 4194304 4196468 140736417755568 140148259891696 140149349554818 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 38440960 140736417761232 140736417764017 140736417764017 140736417767375 0
[pid=21066/tid=21127] ppid=21063 vsize=14065468 CPUtime=1.27 cores=1,3,5,7
/proc/21066/task/21127/stat : 21127 (java) S 21063 21066 19618 0 -1 1077944384 9514 12811 0 0 117 2 5 3 20 0 15 0 44158175 14403039232 116932 18446744073709551615 4194304 4196468 140736417755568 140148258839408 140149349554818 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 7 0 0 6293624 6294260 38440960 140736417761232 140736417764017 140736417764017 140736417767375 0
[pid=21066/tid=21128] ppid=21063 vsize=14065468 CPUtime=0.08 cores=1,3,5,7
/proc/21066/task/21128/stat : 21128 (java) S 21063 21066 19618 0 -1 1077944384 3 12811 0 0 0 0 5 3 20 0 15 0 44158175 14403039232 116932 18446744073709551615 4194304 4196468 140736417755568 140148257786848 140149349553877 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38440960 140736417761232 140736417764017 140736417764017 140736417767375 0
[pid=21066/tid=21129] ppid=21063 vsize=14065468 CPUtime=1.32 cores=1,3,5,7
/proc/21066/task/21129/stat : 21129 (java) S 21063 21066 19618 0 -1 1077944384 2064 12811 0 0 58 66 5 3 20 0 15 0 44158180 14403039232 116932 18446744073709551615 4194304 4196468 140736417755568 140148256733616 140149349554818 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 12 0 0 6293624 6294260 38440960 140736417761232 140736417764017 140736417764017 140736417767375 0
Current children cumulated CPU time (s) 2400.23
Current children cumulated vsize (KiB) 14065468

[startup+2442.3 s]
/proc/loadavg: 1.36 1.33 1.32 4/209 21294
/proc/meminfo: memFree=30484444/32770624 swapFree=0/542004
[pid=21066] ppid=21063 vsize=14065468 CPUtime=2460.59 cores=1,3,5,7
/proc/21066/stat : 21066 (java) S 21063 21066 19618 0 -1 1077944320 120801 12811 0 0 245854 197 5 3 20 0 15 0 44158146 14403039232 116933 18446744073709551615 4194304 4196468 140736417755568 140736417738112 140149349543671 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 38440960 140736417761232 140736417764017 140736417764017 140736417767375 0
/proc/21066/statm: 3516367 116933 3468 1 0 3504981 0
[pid=21066/tid=21116] ppid=21063 vsize=14065468 CPUtime=2429.5 cores=1,3,5,7
/proc/21066/task/21116/stat : 21116 (java) R 21063 21066 19618 0 -1 4202560 59783 12811 0 0 242915 27 5 3 20 0 15 0 44158170 14403039232 116933 18446744073709551615 4194304 4196468 140736417755568 140149353777872 140148971209650 0 4 1 16800974 0 0 0 -1 7 0 0 4 0 0 6293624 6294260 38440960 140736417761232 140736417764017 140736417764017 140736417767375 0
[pid=21066/tid=21117] ppid=21063 vsize=14065468 CPUtime=5.16 cores=1,3,5,7
/proc/21066/task/21117/stat : 21117 (java) S 21063 21066 19618 0 -1 1077944384 6447 12811 0 0 477 31 5 3 20 0 15 0 44158170 14403039232 116933 18446744073709551615 4194304 4196468 140736417755568 140149283978128 140149349553877 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38440960 140736417761232 140736417764017 140736417764017 140736417767375 0
[pid=21066/tid=21118] ppid=21063 vsize=14065468 CPUtime=5.16 cores=1,3,5,7
/proc/21066/task/21118/stat : 21118 (java) S 21063 21066 19618 0 -1 1077944384 6678 12811 0 0 481 27 5 3 20 0 15 0 44158170 14403039232 116933 18446744073709551615 4194304 4196468 140736417755568 140149282925328 140149349553877 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38440960 140736417761232 140736417764017 140736417764017 140736417767375 0
[pid=21066/tid=21119] ppid=21063 vsize=14065468 CPUtime=5.18 cores=1,3,5,7
/proc/21066/task/21119/stat : 21119 (java) S 21063 21066 19618 0 -1 1077944384 6952 12811 0 0 483 27 5 3 20 0 15 0 44158170 14403039232 116933 18446744073709551615 4194304 4196468 140736417755568 140149281873040 140149349553877 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38440960 140736417761232 140736417764017 140736417764017 140736417767375 0
[pid=21066/tid=21120] ppid=21063 vsize=14065468 CPUtime=5.18 cores=1,3,5,7
/proc/21066/task/21120/stat : 21120 (java) S 21063 21066 19618 0 -1 1077944384 8083 12811 0 0 485 25 5 3 20 0 15 0 44158170 14403039232 116933 18446744073709551615 4194304 4196468 140736417755568 140149280820240 140149349553877 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38440960 140736417761232 140736417764017 140736417764017 140736417767375 0
[pid=21066/tid=21121] ppid=21063 vsize=14065468 CPUtime=4.99 cores=1,3,5,7
/proc/21066/task/21121/stat : 21121 (java) S 21063 21066 19618 0 -1 1077944384 8156 12811 0 0 466 25 5 3 20 0 15 0 44158172 14403039232 116933 18446744073709551615 4194304 4196468 140736417755568 140148265154672 140149349554818 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38440960 140736417761232 140736417764017 140736417764017 140736417767375 0
[pid=21066/tid=21122] ppid=21063 vsize=14065468 CPUtime=0.08 cores=1,3,5,7
/proc/21066/task/21122/stat : 21122 (java) S 21063 21066 19618 0 -1 1077944384 55 12811 0 0 0 0 5 3 20 0 15 0 44158172 14403039232 116933 18446744073709551615 4194304 4196468 140736417755568 140148264100704 140149349553877 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38440960 140736417761232 140736417764017 140736417764017 140736417767375 0
[pid=21066/tid=21123] ppid=21063 vsize=14065468 CPUtime=0.08 cores=1,3,5,7
/proc/21066/task/21123/stat : 21123 (java) S 21063 21066 19618 0 -1 1077944384 45 12811 0 0 0 0 5 3 20 0 15 0 44158172 14403039232 116933 18446744073709551615 4194304 4196468 140736417755568 140148263048320 140149349553877 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38440960 140736417761232 140736417764017 140736417764017 140736417767375 0
[pid=21066/tid=21124] ppid=21063 vsize=14065468 CPUtime=0.08 cores=1,3,5,7
/proc/21066/task/21124/stat : 21124 (java) S 21063 21066 19618 0 -1 1077944384 3 12811 0 0 0 0 5 3 20 0 15 0 44158175 14403039232 116933 18446744073709551615 4194304 4196468 140736417755568 140148261996624 140149349562267 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38440960 140736417761232 140736417764017 140736417764017 140736417767375 0
[pid=21066/tid=21125] ppid=21063 vsize=14065468 CPUtime=1.47 cores=1,3,5,7
/proc/21066/task/21125/stat : 21125 (java) S 21063 21066 19618 0 -1 1077944384 4118 12811 0 0 138 1 5 3 20 0 15 0 44158175 14403039232 116933 18446744073709551615 4194304 4196468 140736417755568 140148260944496 140149349554818 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 38440960 140736417761232 140736417764017 140736417764017 140736417767375 0
[pid=21066/tid=21126] ppid=21063 vsize=14065468 CPUtime=1.92 cores=1,3,5,7
/proc/21066/task/21126/stat : 21126 (java) S 21063 21066 19618 0 -1 1077944384 6729 12811 0 0 183 1 5 3 20 0 15 0 44158175 14403039232 116933 18446744073709551615 4194304 4196468 140736417755568 140148259891696 140149349554818 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 38440960 140736417761232 140736417764017 140736417764017 140736417767375 0
[pid=21066/tid=21127] ppid=21063 vsize=14065468 CPUtime=1.27 cores=1,3,5,7
/proc/21066/task/21127/stat : 21127 (java) S 21063 21066 19618 0 -1 1077944384 9515 12811 0 0 117 2 5 3 20 0 15 0 44158175 14403039232 116933 18446744073709551615 4194304 4196468 140736417755568 140148258839408 140149349554818 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 7 0 0 6293624 6294260 38440960 140736417761232 140736417764017 140736417764017 140736417767375 0
[pid=21066/tid=21128] ppid=21063 vsize=14065468 CPUtime=0.08 cores=1,3,5,7
/proc/21066/task/21128/stat : 21128 (java) S 21063 21066 19618 0 -1 1077944384 3 12811 0 0 0 0 5 3 20 0 15 0 44158175 14403039232 116933 18446744073709551615 4194304 4196468 140736417755568 140148257786848 140149349553877 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38440960 140736417761232 140736417764017 140736417764017 140736417767375 0
[pid=21066/tid=21129] ppid=21063 vsize=14065468 CPUtime=1.35 cores=1,3,5,7
/proc/21066/task/21129/stat : 21129 (java) S 21063 21066 19618 0 -1 1077944384 2080 12811 0 0 60 67 5 3 20 0 15 0 44158180 14403039232 116933 18446744073709551615 4194304 4196468 140736417755568 140148256733616 140149349554818 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 12 0 0 6293624 6294260 38440960 140736417761232 140736417764017 140736417764017 140736417767375 0
Current children cumulated CPU time (s) 2460.59
Current children cumulated vsize (KiB) 14065468



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2501.4 s]
/proc/loadavg: 1.23 1.30 1.31 5/209 21421
/proc/meminfo: memFree=30727408/32770624 swapFree=0/542040
[pid=21066] ppid=21063 vsize=14065468 CPUtime=2520.06 cores=1,3,5,7
/proc/21066/stat : 21066 (java) S 21063 21066 19618 0 -1 1077944320 121409 12811 0 0 251797 201 5 3 20 0 15 0 44158146 14403039232 116933 18446744073709551615 4194304 4196468 140736417755568 140736417738112 140149349543671 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 38440960 140736417761232 140736417764017 140736417764017 140736417767375 0
/proc/21066/statm: 3516367 116933 3468 1 0 3504981 0
[pid=21066/tid=21116] ppid=21063 vsize=14065468 CPUtime=2488.31 cores=1,3,5,7
/proc/21066/task/21116/stat : 21116 (java) R 21063 21066 19618 0 -1 4202560 60152 12811 0 0 248796 27 5 3 20 0 15 0 44158170 14403039232 116933 18446744073709551615 4194304 4196468 140736417755568 140149353778160 140148970952909 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 38440960 140736417761232 140736417764017 140736417764017 140736417767375 0
[pid=21066/tid=21117] ppid=21063 vsize=14065468 CPUtime=5.29 cores=1,3,5,7
/proc/21066/task/21117/stat : 21117 (java) S 21063 21066 19618 0 -1 1077944384 6601 12811 0 0 489 32 5 3 20 0 15 0 44158170 14403039232 116933 18446744073709551615 4194304 4196468 140736417755568 140149283978128 140149349553877 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38440960 140736417761232 140736417764017 140736417764017 140736417767375 0
[pid=21066/tid=21118] ppid=21063 vsize=14065468 CPUtime=5.29 cores=1,3,5,7
/proc/21066/task/21118/stat : 21118 (java) S 21063 21066 19618 0 -1 1077944384 6718 12811 0 0 494 27 5 3 20 0 15 0 44158170 14403039232 116933 18446744073709551615 4194304 4196468 140736417755568 140149282925328 140149349553877 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38440960 140736417761232 140736417764017 140736417764017 140736417767375 0
[pid=21066/tid=21119] ppid=21063 vsize=14065468 CPUtime=5.31 cores=1,3,5,7
/proc/21066/task/21119/stat : 21119 (java) S 21063 21066 19618 0 -1 1077944384 6962 12811 0 0 495 28 5 3 20 0 15 0 44158170 14403039232 116933 18446744073709551615 4194304 4196468 140736417755568 140149281873040 140149349553877 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38440960 140736417761232 140736417764017 140736417764017 140736417767375 0
[pid=21066/tid=21120] ppid=21063 vsize=14065468 CPUtime=5.31 cores=1,3,5,7
/proc/21066/task/21120/stat : 21120 (java) S 21063 21066 19618 0 -1 1077944384 8085 12811 0 0 498 25 5 3 20 0 15 0 44158170 14403039232 116933 18446744073709551615 4194304 4196468 140736417755568 140149280820240 140149349553877 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38440960 140736417761232 140736417764017 140736417764017 140736417767375 0
[pid=21066/tid=21121] ppid=21063 vsize=14065468 CPUtime=5.11 cores=1,3,5,7
/proc/21066/task/21121/stat : 21121 (java) S 21063 21066 19618 0 -1 1077944384 8178 12811 0 0 477 26 5 3 20 0 15 0 44158172 14403039232 116933 18446744073709551615 4194304 4196468 140736417755568 140148265154672 140149349554818 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38440960 140736417761232 140736417764017 140736417764017 140736417767375 0
[pid=21066/tid=21122] ppid=21063 vsize=14065468 CPUtime=0.08 cores=1,3,5,7
/proc/21066/task/21122/stat : 21122 (java) S 21063 21066 19618 0 -1 1077944384 55 12811 0 0 0 0 5 3 20 0 15 0 44158172 14403039232 116933 18446744073709551615 4194304 4196468 140736417755568 140148264100704 140149349553877 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38440960 140736417761232 140736417764017 140736417764017 140736417767375 0
[pid=21066/tid=21123] ppid=21063 vsize=14065468 CPUtime=0.08 cores=1,3,5,7
/proc/21066/task/21123/stat : 21123 (java) S 21063 21066 19618 0 -1 1077944384 45 12811 0 0 0 0 5 3 20 0 15 0 44158172 14403039232 116933 18446744073709551615 4194304 4196468 140736417755568 140148263048320 140149349553877 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38440960 140736417761232 140736417764017 140736417764017 140736417767375 0
[pid=21066/tid=21124] ppid=21063 vsize=14065468 CPUtime=0.08 cores=1,3,5,7
/proc/21066/task/21124/stat : 21124 (java) S 21063 21066 19618 0 -1 1077944384 3 12811 0 0 0 0 5 3 20 0 15 0 44158175 14403039232 116933 18446744073709551615 4194304 4196468 140736417755568 140148261996624 140149349562267 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38440960 140736417761232 140736417764017 140736417764017 140736417767375 0
[pid=21066/tid=21125] ppid=21063 vsize=14065468 CPUtime=1.48 cores=1,3,5,7
/proc/21066/task/21125/stat : 21125 (java) S 21063 21066 19618 0 -1 1077944384 4120 12811 0 0 139 1 5 3 20 0 15 0 44158175 14403039232 116933 18446744073709551615 4194304 4196468 140736417755568 140148260944496 140149349554818 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 38440960 140736417761232 140736417764017 140736417764017 140736417767375 0
[pid=21066/tid=21126] ppid=21063 vsize=14065468 CPUtime=1.92 cores=1,3,5,7
/proc/21066/task/21126/stat : 21126 (java) S 21063 21066 19618 0 -1 1077944384 6731 12811 0 0 183 1 5 3 20 0 15 0 44158175 14403039232 116933 18446744073709551615 4194304 4196468 140736417755568 140148259891696 140149349554818 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 38440960 140736417761232 140736417764017 140736417764017 140736417767375 0
[pid=21066/tid=21127] ppid=21063 vsize=14065468 CPUtime=1.27 cores=1,3,5,7
/proc/21066/task/21127/stat : 21127 (java) S 21063 21066 19618 0 -1 1077944384 9517 12811 0 0 117 2 5 3 20 0 15 0 44158175 14403039232 116933 18446744073709551615 4194304 4196468 140736417755568 140148258839408 140149349554818 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 7 0 0 6293624 6294260 38440960 140736417761232 140736417764017 140736417764017 140736417767375 0
[pid=21066/tid=21128] ppid=21063 vsize=14065468 CPUtime=0.08 cores=1,3,5,7
/proc/21066/task/21128/stat : 21128 (java) S 21063 21066 19618 0 -1 1077944384 3 12811 0 0 0 0 5 3 20 0 15 0 44158175 14403039232 116933 18446744073709551615 4194304 4196468 140736417755568 140148257786848 140149349553877 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38440960 140736417761232 140736417764017 140736417764017 140736417767375 0
[pid=21066/tid=21129] ppid=21063 vsize=14065468 CPUtime=1.38 cores=1,3,5,7
/proc/21066/task/21129/stat : 21129 (java) S 21063 21066 19618 0 -1 1077944384 2085 12811 0 0 61 69 5 3 20 0 15 0 44158180 14403039232 116933 18446744073709551615 4194304 4196468 140736417755568 140148256733616 140149349554818 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 12 0 0 6293624 6294260 38440960 140736417761232 140736417764017 140736417764017 140736417767375 0
Current children cumulated CPU time (s) 2520.06
Current children cumulated vsize (KiB) 14065468

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

[startup+2501.51 s]
/proc/loadavg: 1.23 1.30 1.31 5/209 21421
/proc/meminfo: memFree=30727408/32770624 swapFree=0/542040
[pid=21066] ppid=21063 vsize=14198596 CPUtime=2520.35 cores=1,3,5,7
/proc/21066/stat : 21066 (java) S 21063 21066 19618 0 -1 1077944320 127687 12811 0 0 251826 201 5 3 20 0 17 0 44158146 14539362304 118094 18446744073709551615 4194304 4196468 140736417755568 140736417738112 140149349543671 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 38440960 140736417761232 140736417764017 140736417764017 140736417767375 0
/proc/21066/statm: 3549649 118094 3468 1 0 3538263 0
[pid=21066/tid=21116] ppid=21063 vsize=14198596 CPUtime=2488.32 cores=1,3,5,7
/proc/21066/task/21116/stat : 21116 (java) S 21063 21066 19618 0 -1 1077944384 60599 12811 0 0 248797 27 5 3 20 0 17 0 44158170 14539362304 118094 18446744073709551615 4194304 4196468 140736417755568 140149353781344 140149349553877 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 38440960 140736417761232 140736417764017 140736417764017 140736417767375 0
[pid=21066/tid=21117] ppid=21063 vsize=14198596 CPUtime=5.35 cores=1,3,5,7
/proc/21066/task/21117/stat : 21117 (java) S 21063 21066 19618 0 -1 1077944384 6605 12811 0 0 495 32 5 3 20 0 17 0 44158170 14539362304 118094 18446744073709551615 4194304 4196468 140736417755568 140149283978128 140149349553877 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38440960 140736417761232 140736417764017 140736417764017 140736417767375 0
[pid=21066/tid=21118] ppid=21063 vsize=14198596 CPUtime=5.35 cores=1,3,5,7
/proc/21066/task/21118/stat : 21118 (java) S 21063 21066 19618 0 -1 1077944384 6744 12811 0 0 500 27 5 3 20 0 17 0 44158170 14539362304 118094 18446744073709551615 4194304 4196468 140736417755568 140149282925328 140149349553877 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38440960 140736417761232 140736417764017 140736417764017 140736417767375 0
[pid=21066/tid=21119] ppid=21063 vsize=14198596 CPUtime=5.37 cores=1,3,5,7
/proc/21066/task/21119/stat : 21119 (java) R 21063 21066 19618 0 -1 1077944384 6972 12811 0 0 501 28 5 3 20 0 17 0 44158170 14539362304 118094 18446744073709551615 4194304 4196468 140736417755568 140149281873040 140149349553877 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38440960 140736417761232 140736417764017 140736417764017 140736417767375 0
[pid=21066/tid=21120] ppid=21063 vsize=14198596 CPUtime=5.38 cores=1,3,5,7
/proc/21066/task/21120/stat : 21120 (java) S 21063 21066 19618 0 -1 1077944384 8091 12811 0 0 504 26 5 3 20 0 17 0 44158170 14539362304 118094 18446744073709551615 4194304 4196468 140736417755568 140149280820240 140149349553877 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38440960 140736417761232 140736417764017 140736417764017 140736417767375 0
[pid=21066/tid=21121] ppid=21063 vsize=14198596 CPUtime=5.14 cores=1,3,5,7
/proc/21066/task/21121/stat : 21121 (java) R 21063 21066 19618 0 -1 4202560 13703 12811 0 0 480 26 5 3 20 0 17 0 44158172 14539362304 118094 18446744073709551615 4194304 4196468 140736417755568 140148265154672 140149342260823 0 0 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38440960 140736417761232 140736417764017 140736417764017 140736417767375 0
[pid=21066/tid=21122] ppid=21063 vsize=14198596 CPUtime=0.08 cores=1,3,5,7
/proc/21066/task/21122/stat : 21122 (java) S 21063 21066 19618 0 -1 1077944384 56 12811 0 0 0 0 5 3 20 0 17 0 44158172 14539362304 118094 18446744073709551615 4194304 4196468 140736417755568 140148264100608 140149349553877 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38440960 140736417761232 140736417764017 140736417764017 140736417767375 0
[pid=21066/tid=21123] ppid=21063 vsize=14198596 CPUtime=0.08 cores=1,3,5,7
/proc/21066/task/21123/stat : 21123 (java) S 21063 21066 19618 0 -1 1077944384 45 12811 0 0 0 0 5 3 20 0 17 0 44158172 14539362304 118094 18446744073709551615 4194304 4196468 140736417755568 140148263048320 140149349553877 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38440960 140736417761232 140736417764017 140736417764017 140736417767375 0
[pid=21066/tid=21124] ppid=21063 vsize=14198596 CPUtime=0.08 cores=1,3,5,7
/proc/21066/task/21124/stat : 21124 (java) S 21063 21066 19618 0 -1 1077944384 114 12811 0 0 0 0 5 3 20 0 17 0 44158175 14539362304 118094 18446744073709551615 4194304 4196468 140736417755568 140148261996624 140149349562267 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38440960 140736417761232 140736417764017 140736417764017 140736417767375 0
[pid=21066/tid=21125] ppid=21063 vsize=14198596 CPUtime=1.48 cores=1,3,5,7
/proc/21066/task/21125/stat : 21125 (java) S 21063 21066 19618 0 -1 1077944384 4120 12811 0 0 139 1 5 3 20 0 17 0 44158175 14539362304 118094 18446744073709551615 4194304 4196468 140736417755568 140148260944496 140149349554818 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 38440960 140736417761232 140736417764017 140736417764017 140736417767375 0
[pid=21066/tid=21126] ppid=21063 vsize=14198596 CPUtime=1.92 cores=1,3,5,7
/proc/21066/task/21126/stat : 21126 (java) S 21063 21066 19618 0 -1 1077944384 6731 12811 0 0 183 1 5 3 20 0 17 0 44158175 14539362304 118094 18446744073709551615 4194304 4196468 140736417755568 140148259891696 140149349554818 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 38440960 140736417761232 140736417764017 140736417764017 140736417767375 0
[pid=21066/tid=21127] ppid=21063 vsize=14198596 CPUtime=1.27 cores=1,3,5,7
/proc/21066/task/21127/stat : 21127 (java) S 21063 21066 19618 0 -1 1077944384 9539 12811 0 0 117 2 5 3 20 0 17 0 44158175 14539362304 118094 18446744073709551615 4194304 4196468 140736417755568 140148258835280 140149349553877 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 7 0 0 6293624 6294260 38440960 140736417761232 140736417764017 140736417764017 140736417767375 0
[pid=21066/tid=21128] ppid=21063 vsize=14198596 CPUtime=0.08 cores=1,3,5,7
/proc/21066/task/21128/stat : 21128 (java) S 21063 21066 19618 0 -1 1077944384 3 12811 0 0 0 0 5 3 20 0 17 0 44158175 14539362304 118094 18446744073709551615 4194304 4196468 140736417755568 140148257786848 140149349553877 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38440960 140736417761232 140736417764017 140736417764017 140736417767375 0
[pid=21066/tid=21129] ppid=21063 vsize=14198596 CPUtime=1.38 cores=1,3,5,7
/proc/21066/task/21129/stat : 21129 (java) S 21063 21066 19618 0 -1 1077944384 2085 12811 0 0 61 69 5 3 20 0 17 0 44158180 14539362304 118094 18446744073709551615 4194304 4196468 140736417755568 140148256733616 140149349554818 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 12 0 0 6293624 6294260 38440960 140736417761232 140736417764017 140736417764017 140736417767375 0
Current children cumulated CPU time (s) 2520.35
Current children cumulated vsize (KiB) 14198596

Child status: 143
Real time (s): 2501.59
CPU time (s): 2520.52
CPU user time (s): 2518.47
CPU system time (s): 2.05774
CPU usage (%): 100.757
Max. virtual memory (cumulated for all children) (KiB): 14198596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.47
system time used= 2.05774
maximum resident set size= 483784
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 140601
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= 166781
involuntary context switches= 5682

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.8778 second user time and 14.7637 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-11 04:33:20
IDJOB=4262263
IDBENCH=115865
IDSOLVER=2650
FILE ID=node127/4262263-1502419647
RUNJOBID= node127-1502411410-19682
PBS_JOBID= 
Free space on /tmp= 62008 MiB

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

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

MD5SUM BENCH= 130c0e53e5c1e074e18659561dd41fce
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:        30909660 kB
MemAvailable:   31679036 kB
Buffers:          240932 kB
Cached:           819724 kB
SwapCached:            0 kB
Active:           876960 kB
Inactive:         565972 kB
Active(anon):     383008 kB
Inactive(anon):    24908 kB
Active(file):     493952 kB
Inactive(file):   541064 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24424 kB
Writeback:             0 kB
AnonPages:        386440 kB
Mapped:            53892 kB
Shmem:             25252 kB
Slab:             125808 kB
SReclaimable:     100388 kB
SUnreclaim:        25420 kB
KernelStack:        3456 kB
PageTables:         5720 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1368304 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    194560 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:15:01