Trace number 4262262

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.47 2500.78

General information on the benchmark

NameColouredQueens/ColouredQueens-m1-s1/
ColouredQueens-11.xml
MD5SUM3da25fcd556a00d93fc440927ef81e89
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 variables121
Number of constraints60
Number of domains1
Minimum domain size11
Maximum domain size11
Distribution of domain sizes[{"size":11,"count":121}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":4},{"degree":4,"count":117}]
Minimum constraint arity2
Maximum constraint arity11
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":24}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":60}]
Optimization problemNO
Type of objective

Solver Data

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

pid=9383
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.27 1.27 1.33 3/194 9386
/proc/meminfo: memFree=30413296/32770624 swapFree=0/374144
[pid=9386] ppid=9383 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/9386/stat : 9386 (runsolver) D 9383 9386 7434 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 30305483 24240128 108 18446744073709551615 4194304 4338465 140728837672464 140728837670104 139990031958743 0 0 1 24578 18446744071580418449 0 0 17 0 0 0 0 0 0 6438912 6441760 27975680 140728837677265 140728837677641 140728837677641 140728837681098 0
/proc/9386/statm: 5918 108 54 36 0 2156 0

[startup+0.100331 s]
/proc/loadavg: 1.27 1.27 1.33 3/194 9386
/proc/meminfo: memFree=30413296/32770624 swapFree=0/374144
[pid=9386] ppid=9383 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/9386/stat : 9386 (bash) S 9383 9386 7434 0 -1 4202496 897 6477 0 0 0 0 0 1 20 0 1 0 30305483 9867264 377 18446744073709551615 4194304 5098028 140733608691584 140733608685592 140426525412352 0 0 5 65536 18446744071580971376 0 0 17 4 0 0 7 0 0 7196144 7232144 39772160 140733608698388 140733608698473 140733608698473 140733608701930 0
/proc/9386/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.200214 s]
/proc/loadavg: 1.27 1.27 1.33 3/194 9386
/proc/meminfo: memFree=30413296/32770624 swapFree=0/374144
[pid=9386] ppid=9383 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/9386/stat : 9386 (bash) S 9383 9386 7434 0 -1 4202496 897 6477 0 0 0 0 0 1 20 0 1 0 30305483 9867264 377 18446744073709551615 4194304 5098028 140733608691584 140733608685592 140426525412352 0 0 5 65536 18446744071580971376 0 0 17 4 0 0 7 0 0 7196144 7232144 39772160 140733608698388 140733608698473 140733608698473 140733608701930 0
/proc/9386/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300259 s]
/proc/loadavg: 1.27 1.27 1.33 3/194 9386
/proc/meminfo: memFree=30413296/32770624 swapFree=0/374144
[pid=9386] ppid=9383 vsize=13907308 CPUtime=0.13 cores=0,2,4,6
/proc/9386/stat : 9386 (java) S 9383 9386 7434 0 -1 1077944320 5647 12477 0 0 5 1 5 2 20 0 14 0 30305483 14241083392 5324 18446744073709551615 4194304 4196468 140727038222768 140727038205312 140447276064503 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 26398720 140727038228432 140727038231217 140727038231217 140727038234575 0
/proc/9386/statm: 3476827 5324 2560 1 0 3466324 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 13907308

[startup+0.707119 s]
/proc/loadavg: 1.27 1.27 1.33 3/194 9386
/proc/meminfo: memFree=30413296/32770624 swapFree=0/374144
[pid=9386] ppid=9383 vsize=13974784 CPUtime=0.69 cores=0,2,4,6
/proc/9386/stat : 9386 (java) S 9383 9386 7434 0 -1 1077944320 13911 12477 0 0 58 4 5 2 20 0 15 0 30305483 14310178816 14362 18446744073709551615 4194304 4196468 140727038222768 140727038205312 140447276064503 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 26398720 140727038228432 140727038231217 140727038231217 140727038234575 0
/proc/9386/statm: 3493696 14362 3108 1 0 3482965 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 13974784

[startup+1.50066 s]
/proc/loadavg: 1.24 1.26 1.33 3/209 9449
/proc/meminfo: memFree=30320416/32770624 swapFree=0/374428
[pid=9386] ppid=9383 vsize=13985408 CPUtime=1.87 cores=0,2,4,6
/proc/9386/stat : 9386 (java) S 9383 9386 7434 0 -1 1077944320 29373 12477 0 0 171 9 5 2 20 0 15 0 30305483 14321057792 39653 18446744073709551615 4194304 4196468 140727038222768 140727038205312 140447276064503 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 26398720 140727038228432 140727038231217 140727038231217 140727038234575 0
/proc/9386/statm: 3496352 39653 3370 1 0 3485525 0
[pid=9386/tid=9436] ppid=9383 vsize=13985408 CPUtime=1.28 cores=0,2,4,6
/proc/9386/task/9436/stat : 9436 (java) S 9383 9386 7434 0 -1 1077944384 22434 12477 0 0 115 6 5 2 20 0 15 0 30305506 14321057792 39653 18446744073709551615 4194304 4196468 140727038222768 140447280277952 140447276074709 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 26398720 140727038228432 140727038231217 140727038231217 140727038234575 0
[pid=9386/tid=9437] ppid=9383 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/9386/task/9437/stat : 9437 (java) S 9383 9386 7434 0 -1 1077944384 195 12477 0 0 0 0 5 2 20 0 15 0 30305506 14321057792 39653 18446744073709551615 4194304 4196468 140727038222768 140447243623312 140447276074709 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26398720 140727038228432 140727038231217 140727038231217 140727038234575 0
[pid=9386/tid=9438] ppid=9383 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/9386/task/9438/stat : 9438 (java) S 9383 9386 7434 0 -1 1077944384 47 12477 0 0 0 0 5 2 20 0 15 0 30305506 14321057792 39653 18446744073709551615 4194304 4196468 140727038222768 140446875601680 140447276074709 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26398720 140727038228432 140727038231217 140727038231217 140727038234575 0
[pid=9386/tid=9439] ppid=9383 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/9386/task/9439/stat : 9439 (java) S 9383 9386 7434 0 -1 1077944384 58 12477 0 0 0 0 5 2 20 0 15 0 30305506 14321057792 39653 18446744073709551615 4194304 4196468 140727038222768 140446874549392 140447276074709 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26398720 140727038228432 140727038231217 140727038231217 140727038234575 0
[pid=9386/tid=9440] ppid=9383 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/9386/task/9440/stat : 9440 (java) S 9383 9386 7434 0 -1 1077944384 40 12477 0 0 0 0 5 2 20 0 15 0 30305506 14321057792 39653 18446744073709551615 4194304 4196468 140727038222768 140446873496592 140447276074709 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26398720 140727038228432 140727038231217 140727038231217 140727038234575 0
[pid=9386/tid=9441] ppid=9383 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/9386/task/9441/stat : 9441 (java) R 9383 9386 7434 0 -1 4202560 1263 12477 0 0 0 0 5 2 20 0 15 0 30305508 14321057792 39653 18446744073709551615 4194304 4196468 140727038222768 140446754615744 140447261756199 0 0 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26398720 140727038228432 140727038231217 140727038231217 140727038234575 0
[pid=9386/tid=9442] ppid=9383 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/9386/task/9442/stat : 9442 (java) S 9383 9386 7434 0 -1 1077944384 33 12477 0 0 0 0 5 2 20 0 15 0 30305508 14321057792 39653 18446744073709551615 4194304 4196468 140727038222768 140446753563424 140447276074709 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26398720 140727038228432 140727038231217 140727038231217 140727038234575 0
[pid=9386/tid=9443] ppid=9383 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/9386/task/9443/stat : 9443 (java) S 9383 9386 7434 0 -1 1077944384 21 12477 0 0 0 0 5 2 20 0 15 0 30305508 14321057792 39653 18446744073709551615 4194304 4196468 140727038222768 140446752511088 140447276074709 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26398720 140727038228432 140727038231217 140727038231217 140727038234575 0
[pid=9386/tid=9444] ppid=9383 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/9386/task/9444/stat : 9444 (java) S 9383 9386 7434 0 -1 1077944384 3 12477 0 0 0 0 5 2 20 0 15 0 30305511 14321057792 39653 18446744073709551615 4194304 4196468 140727038222768 140446751459408 140447276083099 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26398720 140727038228432 140727038231217 140727038231217 140727038234575 0
[pid=9386/tid=9445] ppid=9383 vsize=13985408 CPUtime=0.24 cores=0,2,4,6
/proc/9386/task/9445/stat : 9445 (java) S 9383 9386 7434 0 -1 1077944384 1125 12477 0 0 17 0 5 2 20 0 15 0 30305511 14321057792 39653 18446744073709551615 4194304 4196468 140727038222768 140446750407280 140447276075650 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26398720 140727038228432 140727038231217 140727038231217 140727038234575 0
[pid=9386/tid=9446] ppid=9383 vsize=13985408 CPUtime=0.19 cores=0,2,4,6
/proc/9386/task/9446/stat : 9446 (java) S 9383 9386 7434 0 -1 1077944384 659 12477 0 0 12 0 5 2 20 0 15 0 30305511 14321057792 39653 18446744073709551615 4194304 4196468 140727038222768 140446749354480 140447276075650 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26398720 140727038228432 140727038231217 140727038231217 140727038234575 0
[pid=9386/tid=9447] ppid=9383 vsize=13985408 CPUtime=0.3 cores=0,2,4,6
/proc/9386/task/9447/stat : 9447 (java) S 9383 9386 7434 0 -1 1077944384 1331 12477 0 0 23 0 5 2 20 0 15 0 30305511 14321057792 39653 18446744073709551615 4194304 4196468 140727038222768 140446748298064 140447276074709 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26398720 140727038228432 140727038231217 140727038231217 140727038234575 0
[pid=9386/tid=9448] ppid=9383 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/9386/task/9448/stat : 9448 (java) S 9383 9386 7434 0 -1 1077944384 3 12477 0 0 0 0 5 2 20 0 15 0 30305511 14321057792 39653 18446744073709551615 4194304 4196468 140727038222768 140446747249632 140447276074709 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26398720 140727038228432 140727038231217 140727038231217 140727038234575 0
[pid=9386/tid=9449] ppid=9383 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/9386/task/9449/stat : 9449 (java) S 9383 9386 7434 0 -1 1077944384 8 12477 0 0 0 0 5 2 20 0 15 0 30305515 14321057792 39653 18446744073709551615 4194304 4196468 140727038222768 140446746196400 140447276075650 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26398720 140727038228432 140727038231217 140727038231217 140727038234575 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 13985408

[startup+3.10072 s]
/proc/loadavg: 1.24 1.26 1.33 5/209 9449
/proc/meminfo: memFree=30242612/32770624 swapFree=0/374428
[pid=9386] ppid=9383 vsize=13999932 CPUtime=5.49 cores=0,2,4,6
/proc/9386/stat : 9386 (java) S 9383 9386 7434 0 -1 1077944320 50261 12477 0 0 526 16 5 2 20 0 15 0 30305483 14335930368 56279 18446744073709551615 4194304 4196468 140727038222768 140727038205312 140447276064503 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 26398720 140727038228432 140727038231217 140727038231217 140727038234575 0
/proc/9386/statm: 3499983 56279 3445 1 0 3488597 0
[pid=9386/tid=9436] ppid=9383 vsize=13999932 CPUtime=2.86 cores=0,2,4,6
/proc/9386/task/9436/stat : 9436 (java) R 9383 9386 7434 0 -1 4202560 36009 12477 0 0 268 11 5 2 20 0 15 0 30305506 14335930368 56279 18446744073709551615 4194304 4196468 140727038222768 140447280286800 140447257628055 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 26398720 140727038228432 140727038231217 140727038231217 140727038234575 0
[pid=9386/tid=9437] ppid=9383 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/9386/task/9437/stat : 9437 (java) S 9383 9386 7434 0 -1 1077944384 200 12477 0 0 0 0 5 2 20 0 15 0 30305506 14335930368 56279 18446744073709551615 4194304 4196468 140727038222768 140447243623312 140447276074709 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26398720 140727038228432 140727038231217 140727038231217 140727038234575 0
[pid=9386/tid=9438] ppid=9383 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/9386/task/9438/stat : 9438 (java) S 9383 9386 7434 0 -1 1077944384 47 12477 0 0 1 0 5 2 20 0 15 0 30305506 14335930368 56279 18446744073709551615 4194304 4196468 140727038222768 140446875601680 140447276074709 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26398720 140727038228432 140727038231217 140727038231217 140727038234575 0
[pid=9386/tid=9439] ppid=9383 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/9386/task/9439/stat : 9439 (java) S 9383 9386 7434 0 -1 1077944384 58 12477 0 0 1 0 5 2 20 0 15 0 30305506 14335930368 56279 18446744073709551615 4194304 4196468 140727038222768 140446874549392 140447276074709 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26398720 140727038228432 140727038231217 140727038231217 140727038234575 0
[pid=9386/tid=9440] ppid=9383 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/9386/task/9440/stat : 9440 (java) S 9383 9386 7434 0 -1 1077944384 43 12477 0 0 1 0 5 2 20 0 15 0 30305506 14335930368 56279 18446744073709551615 4194304 4196468 140727038222768 140446873496592 140447276074709 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26398720 140727038228432 140727038231217 140727038231217 140727038234575 0
[pid=9386/tid=9441] ppid=9383 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/9386/task/9441/stat : 9441 (java) S 9383 9386 7434 0 -1 1077944384 1629 12477 0 0 1 0 5 2 20 0 15 0 30305508 14335930368 56279 18446744073709551615 4194304 4196468 140727038222768 140446754617456 140447276075650 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26398720 140727038228432 140727038231217 140727038231217 140727038234575 0
[pid=9386/tid=9442] ppid=9383 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/9386/task/9442/stat : 9442 (java) S 9383 9386 7434 0 -1 1077944384 56 12477 0 0 0 0 5 2 20 0 15 0 30305508 14335930368 56279 18446744073709551615 4194304 4196468 140727038222768 140446753563488 140447276074709 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26398720 140727038228432 140727038231217 140727038231217 140727038234575 0
[pid=9386/tid=9443] ppid=9383 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/9386/task/9443/stat : 9443 (java) S 9383 9386 7434 0 -1 1077944384 45 12477 0 0 0 0 5 2 20 0 15 0 30305508 14335930368 56279 18446744073709551615 4194304 4196468 140727038222768 140446752511088 140447276074709 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26398720 140727038228432 140727038231217 140727038231217 140727038234575 0
[pid=9386/tid=9444] ppid=9383 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/9386/task/9444/stat : 9444 (java) S 9383 9386 7434 0 -1 1077944384 3 12477 0 0 0 0 5 2 20 0 15 0 30305511 14335930368 56279 18446744073709551615 4194304 4196468 140727038222768 140446751459408 140447276083099 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26398720 140727038228432 140727038231217 140727038231217 140727038234575 0
[pid=9386/tid=9445] ppid=9383 vsize=13999932 CPUtime=0.95 cores=0,2,4,6
/proc/9386/task/9445/stat : 9445 (java) S 9383 9386 7434 0 -1 1077944384 4350 12477 0 0 88 0 5 2 20 0 15 0 30305511 14335930368 56279 18446744073709551615 4194304 4196468 140727038222768 140446750407280 140447276075650 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26398720 140727038228432 140727038231217 140727038231217 140727038234575 0
[pid=9386/tid=9446] ppid=9383 vsize=13999932 CPUtime=0.74 cores=0,2,4,6
/proc/9386/task/9446/stat : 9446 (java) S 9383 9386 7434 0 -1 1077944384 1875 12477 0 0 66 1 5 2 20 0 15 0 30305511 14335930368 56279 18446744073709551615 4194304 4196468 140727038222768 140446749354480 140447276075650 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26398720 140727038228432 140727038231217 140727038231217 140727038234575 0
[pid=9386/tid=9447] ppid=9383 vsize=13999932 CPUtime=1.04 cores=0,2,4,6
/proc/9386/task/9447/stat : 9447 (java) S 9383 9386 7434 0 -1 1077944384 3779 12477 0 0 96 1 5 2 20 0 15 0 30305511 14335930368 56279 18446744073709551615 4194304 4196468 140727038222768 140446748302192 140447276075650 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26398720 140727038228432 140727038231217 140727038231217 140727038234575 0
[pid=9386/tid=9448] ppid=9383 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/9386/task/9448/stat : 9448 (java) S 9383 9386 7434 0 -1 1077944384 3 12477 0 0 0 0 5 2 20 0 15 0 30305511 14335930368 56279 18446744073709551615 4194304 4196468 140727038222768 140446747249632 140447276074709 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26398720 140727038228432 140727038231217 140727038231217 140727038234575 0
[pid=9386/tid=9449] ppid=9383 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/9386/task/9449/stat : 9449 (java) S 9383 9386 7434 0 -1 1077944384 10 12477 0 0 0 0 5 2 20 0 15 0 30305515 14335930368 56279 18446744073709551615 4194304 4196468 140727038222768 140446746196400 140447276075650 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26398720 140727038228432 140727038231217 140727038231217 140727038234575 0
Current children cumulated CPU time (s) 5.49
Current children cumulated vsize (KiB) 13999932

[startup+6.30061 s]
/proc/loadavg: 1.24 1.26 1.33 3/209 9449
/proc/meminfo: memFree=30088788/32770624 swapFree=0/374436
[pid=9386] ppid=9383 vsize=14065468 CPUtime=10.22 cores=0,2,4,6
/proc/9386/stat : 9386 (java) S 9383 9386 7434 0 -1 1077944320 58584 12477 0 0 995 20 5 2 20 0 15 0 30305483 14403039232 84949 18446744073709551615 4194304 4196468 140727038222768 140727038205312 140447276064503 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 26398720 140727038228432 140727038231217 140727038231217 140727038234575 0
/proc/9386/statm: 3516367 84949 3453 1 0 3504981 0
[pid=9386/tid=9436] ppid=9383 vsize=14065468 CPUtime=6.01 cores=0,2,4,6
/proc/9386/task/9436/stat : 9436 (java) R 9383 9386 7434 0 -1 4202560 41736 12477 0 0 581 13 5 2 20 0 15 0 30305506 14403039232 84949 18446744073709551615 4194304 4196468 140727038222768 140447280290304 140446928055578 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 26398720 140727038228432 140727038231217 140727038231217 140727038234575 0
[pid=9386/tid=9437] ppid=9383 vsize=14065468 CPUtime=0.09 cores=0,2,4,6
/proc/9386/task/9437/stat : 9437 (java) S 9383 9386 7434 0 -1 1077944384 222 12477 0 0 2 0 5 2 20 0 15 0 30305506 14403039232 84949 18446744073709551615 4194304 4196468 140727038222768 140447243623312 140447276074709 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26398720 140727038228432 140727038231217 140727038231217 140727038234575 0
[pid=9386/tid=9438] ppid=9383 vsize=14065468 CPUtime=0.1 cores=0,2,4,6
/proc/9386/task/9438/stat : 9438 (java) S 9383 9386 7434 0 -1 1077944384 126 12477 0 0 3 0 5 2 20 0 15 0 30305506 14403039232 84949 18446744073709551615 4194304 4196468 140727038222768 140446875601680 140447276074709 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26398720 140727038228432 140727038231217 140727038231217 140727038234575 0
[pid=9386/tid=9439] ppid=9383 vsize=14065468 CPUtime=0.09 cores=0,2,4,6
/proc/9386/task/9439/stat : 9439 (java) S 9383 9386 7434 0 -1 1077944384 65 12477 0 0 2 0 5 2 20 0 15 0 30305506 14403039232 84949 18446744073709551615 4194304 4196468 140727038222768 140446874549392 140447276074709 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26398720 140727038228432 140727038231217 140727038231217 140727038234575 0
[pid=9386/tid=9440] ppid=9383 vsize=14065468 CPUtime=0.1 cores=0,2,4,6
/proc/9386/task/9440/stat : 9440 (java) S 9383 9386 7434 0 -1 1077944384 61 12477 0 0 3 0 5 2 20 0 15 0 30305506 14403039232 84949 18446744073709551615 4194304 4196468 140727038222768 140446873496592 140447276074709 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26398720 140727038228432 140727038231217 140727038231217 140727038234575 0
[pid=9386/tid=9441] ppid=9383 vsize=14065468 CPUtime=0.1 cores=0,2,4,6
/proc/9386/task/9441/stat : 9441 (java) S 9383 9386 7434 0 -1 1077944384 2268 12477 0 0 3 0 5 2 20 0 15 0 30305508 14403039232 84949 18446744073709551615 4194304 4196468 140727038222768 140446754617456 140447276075650 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26398720 140727038228432 140727038231217 140727038231217 140727038234575 0
[pid=9386/tid=9442] ppid=9383 vsize=14065468 CPUtime=0.07 cores=0,2,4,6
/proc/9386/task/9442/stat : 9442 (java) S 9383 9386 7434 0 -1 1077944384 56 12477 0 0 0 0 5 2 20 0 15 0 30305508 14403039232 84949 18446744073709551615 4194304 4196468 140727038222768 140446753563488 140447276074709 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26398720 140727038228432 140727038231217 140727038231217 140727038234575 0
[pid=9386/tid=9443] ppid=9383 vsize=14065468 CPUtime=0.07 cores=0,2,4,6
/proc/9386/task/9443/stat : 9443 (java) S 9383 9386 7434 0 -1 1077944384 45 12477 0 0 0 0 5 2 20 0 15 0 30305508 14403039232 84949 18446744073709551615 4194304 4196468 140727038222768 140446752511104 140447276074709 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26398720 140727038228432 140727038231217 140727038231217 140727038234575 0
[pid=9386/tid=9444] ppid=9383 vsize=14065468 CPUtime=0.07 cores=0,2,4,6
/proc/9386/task/9444/stat : 9444 (java) S 9383 9386 7434 0 -1 1077944384 3 12477 0 0 0 0 5 2 20 0 15 0 30305511 14403039232 84949 18446744073709551615 4194304 4196468 140727038222768 140446751459408 140447276083099 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26398720 140727038228432 140727038231217 140727038231217 140727038234575 0
[pid=9386/tid=9445] ppid=9383 vsize=14065468 CPUtime=1.68 cores=0,2,4,6
/proc/9386/task/9445/stat : 9445 (java) S 9383 9386 7434 0 -1 1077944384 4983 12477 0 0 160 1 5 2 20 0 15 0 30305511 14403039232 84949 18446744073709551615 4194304 4196468 140727038222768 140446750407280 140447276075650 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26398720 140727038228432 140727038231217 140727038231217 140727038234575 0
[pid=9386/tid=9446] ppid=9383 vsize=14065468 CPUtime=1.32 cores=0,2,4,6
/proc/9386/task/9446/stat : 9446 (java) S 9383 9386 7434 0 -1 1077944384 2720 12477 0 0 124 1 5 2 20 0 15 0 30305511 14403039232 84949 18446744073709551615 4194304 4196468 140727038222768 140446749354480 140447276075650 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26398720 140727038228432 140727038231217 140727038231217 140727038234575 0
[pid=9386/tid=9447] ppid=9383 vsize=14065468 CPUtime=1.2 cores=0,2,4,6
/proc/9386/task/9447/stat : 9447 (java) S 9383 9386 7434 0 -1 1077944384 4129 12477 0 0 112 1 5 2 20 0 15 0 30305511 14403039232 84949 18446744073709551615 4194304 4196468 140727038222768 140446748302192 140447276075650 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26398720 140727038228432 140727038231217 140727038231217 140727038234575 0
[pid=9386/tid=9448] ppid=9383 vsize=14065468 CPUtime=0.07 cores=0,2,4,6
/proc/9386/task/9448/stat : 9448 (java) S 9383 9386 7434 0 -1 1077944384 3 12477 0 0 0 0 5 2 20 0 15 0 30305511 14403039232 84949 18446744073709551615 4194304 4196468 140727038222768 140446747249632 140447276074709 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26398720 140727038228432 140727038231217 140727038231217 140727038234575 0
[pid=9386/tid=9449] ppid=9383 vsize=14065468 CPUtime=0.07 cores=0,2,4,6
/proc/9386/task/9449/stat : 9449 (java) S 9383 9386 7434 0 -1 1077944384 13 12477 0 0 0 0 5 2 20 0 15 0 30305515 14403039232 84949 18446744073709551615 4194304 4196468 140727038222768 140446746196400 140447276075650 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26398720 140727038228432 140727038231217 140727038231217 140727038234575 0
Current children cumulated CPU time (s) 10.22
Current children cumulated vsize (KiB) 14065468

[startup+12.7011 s]
/proc/loadavg: 1.28 1.27 1.33 2/193 9451
/proc/meminfo: memFree=31234316/32770624 swapFree=0/374448
[pid=9386] ppid=9383 vsize=14065468 CPUtime=16.74 cores=0,2,4,6
/proc/9386/stat : 9386 (java) S 9383 9386 7434 0 -1 1077944320 63109 12477 0 0 1643 24 5 2 20 0 15 0 30305483 14403039232 102515 18446744073709551615 4194304 4196468 140727038222768 140727038205312 140447276064503 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 26398720 140727038228432 140727038231217 140727038231217 140727038234575 0
/proc/9386/statm: 3516367 102515 3468 1 0 3504981 0
[pid=9386/tid=9436] ppid=9383 vsize=14065468 CPUtime=12.38 cores=0,2,4,6
/proc/9386/task/9436/stat : 9436 (java) R 9383 9386 7434 0 -1 4202560 42783 12477 0 0 1217 14 5 2 20 0 15 0 30305506 14403039232 102515 18446744073709551615 4194304 4196468 140727038222768 140447280290496 140446927446226 0 4 1 16800974 0 0 0 -1 6 0 0 3 0 0 6293624 6294260 26398720 140727038228432 140727038231217 140727038231217 140727038234575 0
[pid=9386/tid=9437] ppid=9383 vsize=14065468 CPUtime=0.11 cores=0,2,4,6
/proc/9386/task/9437/stat : 9437 (java) S 9383 9386 7434 0 -1 1077944384 649 12477 0 0 3 1 5 2 20 0 15 0 30305506 14403039232 102515 18446744073709551615 4194304 4196468 140727038222768 140447243623312 140447276074709 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26398720 140727038228432 140727038231217 140727038231217 140727038234575 0
[pid=9386/tid=9438] ppid=9383 vsize=14065468 CPUtime=0.11 cores=0,2,4,6
/proc/9386/task/9438/stat : 9438 (java) S 9383 9386 7434 0 -1 1077944384 1007 12477 0 0 3 1 5 2 20 0 15 0 30305506 14403039232 102515 18446744073709551615 4194304 4196468 140727038222768 140446875601680 140447276074709 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26398720 140727038228432 140727038231217 140727038231217 140727038234575 0
[pid=9386/tid=9439] ppid=9383 vsize=14065468 CPUtime=0.1 cores=0,2,4,6
/proc/9386/task/9439/stat : 9439 (java) S 9383 9386 7434 0 -1 1077944384 214 12477 0 0 3 0 5 2 20 0 15 0 30305506 14403039232 102515 18446744073709551615 4194304 4196468 140727038222768 140446874549392 140447276074709 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26398720 140727038228432 140727038231217 140727038231217 140727038234575 0
[pid=9386/tid=9440] ppid=9383 vsize=14065468 CPUtime=0.11 cores=0,2,4,6
/proc/9386/task/9440/stat : 9440 (java) S 9383 9386 7434 0 -1 1077944384 203 12477 0 0 3 1 5 2 20 0 15 0 30305506 14403039232 102515 18446744073709551615 4194304 4196468 140727038222768 140446873496592 140447276074709 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26398720 140727038228432 140727038231217 140727038231217 140727038234575 0
[pid=9386/tid=9441] ppid=9383 vsize=14065468 CPUtime=0.1 cores=0,2,4,6
/proc/9386/task/9441/stat : 9441 (java) S 9383 9386 7434 0 -1 1077944384 2576 12477 0 0 3 0 5 2 20 0 15 0 30305508 14403039232 102515 18446744073709551615 4194304 4196468 140727038222768 140446754617456 140447276075650 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26398720 140727038228432 140727038231217 140727038231217 140727038234575 0
[pid=9386/tid=9442] ppid=9383 vsize=14065468 CPUtime=0.07 cores=0,2,4,6
/proc/9386/task/9442/stat : 9442 (java) S 9383 9386 7434 0 -1 1077944384 56 12477 0 0 0 0 5 2 20 0 15 0 30305508 14403039232 102515 18446744073709551615 4194304 4196468 140727038222768 140446753563488 140447276074709 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26398720 140727038228432 140727038231217 140727038231217 140727038234575 0
[pid=9386/tid=9443] ppid=9383 vsize=14065468 CPUtime=0.07 cores=0,2,4,6
/proc/9386/task/9443/stat : 9443 (java) S 9383 9386 7434 0 -1 1077944384 45 12477 0 0 0 0 5 2 20 0 15 0 30305508 14403039232 102515 18446744073709551615 4194304 4196468 140727038222768 140446752511104 140447276074709 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26398720 140727038228432 140727038231217 140727038231217 140727038234575 0
[pid=9386/tid=9444] ppid=9383 vsize=14065468 CPUtime=0.07 cores=0,2,4,6
/proc/9386/task/9444/stat : 9444 (java) S 9383 9386 7434 0 -1 1077944384 3 12477 0 0 0 0 5 2 20 0 15 0 30305511 14403039232 102515 18446744073709551615 4194304 4196468 140727038222768 140446751459408 140447276083099 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26398720 140727038228432 140727038231217 140727038231217 140727038234575 0

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

/proc/9386/task/9448/stat : 9448 (java) S 9383 9386 7434 0 -1 1077944384 3 12477 0 0 0 0 5 2 20 0 15 0 30305511 14403039232 126023 18446744073709551615 4194304 4196468 140727038222768 140446747249632 140447276074709 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26398720 140727038228432 140727038231217 140727038231217 140727038234575 0
[pid=9386/tid=9449] ppid=9383 vsize=14065468 CPUtime=1.36 cores=0,2,4,6
/proc/9386/task/9449/stat : 9449 (java) S 9383 9386 7434 0 -1 1077944384 632 12477 0 0 65 64 5 2 20 0 15 0 30305515 14403039232 126023 18446744073709551615 4194304 4196468 140727038222768 140446746196400 140447276075650 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26398720 140727038228432 140727038231217 140727038231217 140727038234575 0
Current children cumulated CPU time (s) 2340.52
Current children cumulated vsize (KiB) 14065468

[startup+2382.3 s]
/proc/loadavg: 1.69 1.52 1.48 3/210 9739
/proc/meminfo: memFree=26761536/32770624 swapFree=0/375672
[pid=9386] ppid=9383 vsize=14065468 CPUtime=2400.93 cores=0,2,4,6
/proc/9386/stat : 9386 (java) S 9383 9386 7434 0 -1 1077944320 119690 12477 0 0 239883 203 5 2 20 0 15 0 30305483 14403039232 126023 18446744073709551615 4194304 4196468 140727038222768 140727038205312 140447276064503 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 26398720 140727038228432 140727038231217 140727038231217 140727038234575 0
/proc/9386/statm: 3516367 126023 3468 1 0 3504981 0
[pid=9386/tid=9436] ppid=9383 vsize=14065468 CPUtime=2368.96 cores=0,2,4,6
/proc/9386/task/9436/stat : 9436 (java) R 9383 9386 7434 0 -1 4202560 66959 12477 0 0 236861 28 5 2 20 0 15 0 30305506 14403039232 126023 18446744073709551615 4194304 4196468 140727038222768 140447280290624 140446927945009 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 26398720 140727038228432 140727038231217 140727038231217 140727038234575 0
[pid=9386/tid=9437] ppid=9383 vsize=14065468 CPUtime=5.41 cores=0,2,4,6
/proc/9386/task/9437/stat : 9437 (java) S 9383 9386 7434 0 -1 1077944384 7405 12477 0 0 506 28 5 2 20 0 15 0 30305506 14403039232 126023 18446744073709551615 4194304 4196468 140727038222768 140447243623312 140447276074709 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26398720 140727038228432 140727038231217 140727038231217 140727038234575 0
[pid=9386/tid=9438] ppid=9383 vsize=14065468 CPUtime=5.41 cores=0,2,4,6
/proc/9386/task/9438/stat : 9438 (java) S 9383 9386 7434 0 -1 1077944384 3911 12477 0 0 504 30 5 2 20 0 15 0 30305506 14403039232 126023 18446744073709551615 4194304 4196468 140727038222768 140446875601680 140447276074709 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26398720 140727038228432 140727038231217 140727038231217 140727038234575 0
[pid=9386/tid=9439] ppid=9383 vsize=14065468 CPUtime=5.39 cores=0,2,4,6
/proc/9386/task/9439/stat : 9439 (java) S 9383 9386 7434 0 -1 1077944384 6534 12477 0 0 504 28 5 2 20 0 15 0 30305506 14403039232 126023 18446744073709551615 4194304 4196468 140727038222768 140446874549392 140447276074709 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26398720 140727038228432 140727038231217 140727038231217 140727038234575 0
[pid=9386/tid=9440] ppid=9383 vsize=14065468 CPUtime=5.41 cores=0,2,4,6
/proc/9386/task/9440/stat : 9440 (java) S 9383 9386 7434 0 -1 1077944384 5692 12477 0 0 507 27 5 2 20 0 15 0 30305506 14403039232 126023 18446744073709551615 4194304 4196468 140727038222768 140446873496592 140447276074709 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26398720 140727038228432 140727038231217 140727038231217 140727038234575 0
[pid=9386/tid=9441] ppid=9383 vsize=14065468 CPUtime=5.13 cores=0,2,4,6
/proc/9386/task/9441/stat : 9441 (java) S 9383 9386 7434 0 -1 1077944384 9202 12477 0 0 476 30 5 2 20 0 15 0 30305508 14403039232 126023 18446744073709551615 4194304 4196468 140727038222768 140446754617456 140447276075650 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26398720 140727038228432 140727038231217 140727038231217 140727038234575 0
[pid=9386/tid=9442] ppid=9383 vsize=14065468 CPUtime=0.07 cores=0,2,4,6
/proc/9386/task/9442/stat : 9442 (java) S 9383 9386 7434 0 -1 1077944384 56 12477 0 0 0 0 5 2 20 0 15 0 30305508 14403039232 126023 18446744073709551615 4194304 4196468 140727038222768 140446753563488 140447276074709 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26398720 140727038228432 140727038231217 140727038231217 140727038234575 0
[pid=9386/tid=9443] ppid=9383 vsize=14065468 CPUtime=0.07 cores=0,2,4,6
/proc/9386/task/9443/stat : 9443 (java) S 9383 9386 7434 0 -1 1077944384 45 12477 0 0 0 0 5 2 20 0 15 0 30305508 14403039232 126023 18446744073709551615 4194304 4196468 140727038222768 140446752511104 140447276074709 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26398720 140727038228432 140727038231217 140727038231217 140727038234575 0
[pid=9386/tid=9444] ppid=9383 vsize=14065468 CPUtime=0.07 cores=0,2,4,6
/proc/9386/task/9444/stat : 9444 (java) S 9383 9386 7434 0 -1 1077944384 3 12477 0 0 0 0 5 2 20 0 15 0 30305511 14403039232 126023 18446744073709551615 4194304 4196468 140727038222768 140446751459408 140447276083099 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26398720 140727038228432 140727038231217 140727038231217 140727038234575 0
[pid=9386/tid=9445] ppid=9383 vsize=14065468 CPUtime=1.73 cores=0,2,4,6
/proc/9386/task/9445/stat : 9445 (java) S 9383 9386 7434 0 -1 1077944384 5983 12477 0 0 165 1 5 2 20 0 15 0 30305511 14403039232 126023 18446744073709551615 4194304 4196468 140727038222768 140446750407280 140447276075650 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26398720 140727038228432 140727038231217 140727038231217 140727038234575 0
[pid=9386/tid=9446] ppid=9383 vsize=14065468 CPUtime=1.36 cores=0,2,4,6
/proc/9386/task/9446/stat : 9446 (java) S 9383 9386 7434 0 -1 1077944384 3370 12477 0 0 128 1 5 2 20 0 15 0 30305511 14403039232 126023 18446744073709551615 4194304 4196468 140727038222768 140446749354480 140447276075650 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26398720 140727038228432 140727038231217 140727038231217 140727038234575 0
[pid=9386/tid=9447] ppid=9383 vsize=14065468 CPUtime=1.24 cores=0,2,4,6
/proc/9386/task/9447/stat : 9447 (java) S 9383 9386 7434 0 -1 1077944384 7712 12477 0 0 115 2 5 2 20 0 15 0 30305511 14403039232 126023 18446744073709551615 4194304 4196468 140727038222768 140446748302192 140447276075650 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26398720 140727038228432 140727038231217 140727038231217 140727038234575 0
[pid=9386/tid=9448] ppid=9383 vsize=14065468 CPUtime=0.07 cores=0,2,4,6
/proc/9386/task/9448/stat : 9448 (java) S 9383 9386 7434 0 -1 1077944384 3 12477 0 0 0 0 5 2 20 0 15 0 30305511 14403039232 126023 18446744073709551615 4194304 4196468 140727038222768 140446747249632 140447276074709 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26398720 140727038228432 140727038231217 140727038231217 140727038234575 0
[pid=9386/tid=9449] ppid=9383 vsize=14065468 CPUtime=1.4 cores=0,2,4,6
/proc/9386/task/9449/stat : 9449 (java) S 9383 9386 7434 0 -1 1077944384 661 12477 0 0 67 66 5 2 20 0 15 0 30305515 14403039232 126023 18446744073709551615 4194304 4196468 140727038222768 140446746196400 140447276075650 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26398720 140727038228432 140727038231217 140727038231217 140727038234575 0
Current children cumulated CPU time (s) 2400.93
Current children cumulated vsize (KiB) 14065468

[startup+2442.3 s]
/proc/loadavg: 1.51 1.50 1.47 3/210 9741
/proc/meminfo: memFree=26759736/32770624 swapFree=0/375708
[pid=9386] ppid=9383 vsize=14065468 CPUtime=2461.33 cores=0,2,4,6
/proc/9386/stat : 9386 (java) S 9383 9386 7434 0 -1 1077944320 120784 12477 0 0 245918 208 5 2 20 0 15 0 30305483 14403039232 126535 18446744073709551615 4194304 4196468 140727038222768 140727038205312 140447276064503 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 26398720 140727038228432 140727038231217 140727038231217 140727038234575 0
/proc/9386/statm: 3516367 126535 3468 1 0 3504981 0
[pid=9386/tid=9436] ppid=9383 vsize=14065468 CPUtime=2428.6 cores=0,2,4,6
/proc/9386/task/9436/stat : 9436 (java) R 9383 9386 7434 0 -1 4202560 67496 12477 0 0 242825 28 5 2 20 0 15 0 30305506 14403039232 126535 18446744073709551615 4194304 4196468 140727038222768 140447280290496 140446928323824 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 26398720 140727038228432 140727038231217 140727038231217 140727038234575 0
[pid=9386/tid=9437] ppid=9383 vsize=14065468 CPUtime=5.56 cores=0,2,4,6
/proc/9386/task/9437/stat : 9437 (java) S 9383 9386 7434 0 -1 1077944384 7584 12477 0 0 520 29 5 2 20 0 15 0 30305506 14403039232 126535 18446744073709551615 4194304 4196468 140727038222768 140447243623312 140447276074709 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26398720 140727038228432 140727038231217 140727038231217 140727038234575 0
[pid=9386/tid=9438] ppid=9383 vsize=14065468 CPUtime=5.56 cores=0,2,4,6
/proc/9386/task/9438/stat : 9438 (java) S 9383 9386 7434 0 -1 1077944384 3934 12477 0 0 518 31 5 2 20 0 15 0 30305506 14403039232 126535 18446744073709551615 4194304 4196468 140727038222768 140446875601680 140447276074709 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26398720 140727038228432 140727038231217 140727038231217 140727038234575 0
[pid=9386/tid=9439] ppid=9383 vsize=14065468 CPUtime=5.53 cores=0,2,4,6
/proc/9386/task/9439/stat : 9439 (java) S 9383 9386 7434 0 -1 1077944384 6608 12477 0 0 518 28 5 2 20 0 15 0 30305506 14403039232 126535 18446744073709551615 4194304 4196468 140727038222768 140446874549392 140447276074709 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26398720 140727038228432 140727038231217 140727038231217 140727038234575 0
[pid=9386/tid=9440] ppid=9383 vsize=14065468 CPUtime=5.56 cores=0,2,4,6
/proc/9386/task/9440/stat : 9440 (java) S 9383 9386 7434 0 -1 1077944384 5760 12477 0 0 521 28 5 2 20 0 15 0 30305506 14403039232 126535 18446744073709551615 4194304 4196468 140727038222768 140446873496592 140447276074709 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26398720 140727038228432 140727038231217 140727038231217 140727038234575 0
[pid=9386/tid=9441] ppid=9383 vsize=14065468 CPUtime=5.27 cores=0,2,4,6
/proc/9386/task/9441/stat : 9441 (java) S 9383 9386 7434 0 -1 1077944384 9380 12477 0 0 488 32 5 2 20 0 15 0 30305508 14403039232 126535 18446744073709551615 4194304 4196468 140727038222768 140446754617456 140447276075650 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26398720 140727038228432 140727038231217 140727038231217 140727038234575 0
[pid=9386/tid=9442] ppid=9383 vsize=14065468 CPUtime=0.07 cores=0,2,4,6
/proc/9386/task/9442/stat : 9442 (java) S 9383 9386 7434 0 -1 1077944384 56 12477 0 0 0 0 5 2 20 0 15 0 30305508 14403039232 126535 18446744073709551615 4194304 4196468 140727038222768 140446753563488 140447276074709 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26398720 140727038228432 140727038231217 140727038231217 140727038234575 0
[pid=9386/tid=9443] ppid=9383 vsize=14065468 CPUtime=0.07 cores=0,2,4,6
/proc/9386/task/9443/stat : 9443 (java) S 9383 9386 7434 0 -1 1077944384 45 12477 0 0 0 0 5 2 20 0 15 0 30305508 14403039232 126535 18446744073709551615 4194304 4196468 140727038222768 140446752511104 140447276074709 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26398720 140727038228432 140727038231217 140727038231217 140727038234575 0
[pid=9386/tid=9444] ppid=9383 vsize=14065468 CPUtime=0.07 cores=0,2,4,6
/proc/9386/task/9444/stat : 9444 (java) S 9383 9386 7434 0 -1 1077944384 3 12477 0 0 0 0 5 2 20 0 15 0 30305511 14403039232 126535 18446744073709551615 4194304 4196468 140727038222768 140446751459408 140447276083099 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26398720 140727038228432 140727038231217 140727038231217 140727038234575 0
[pid=9386/tid=9445] ppid=9383 vsize=14065468 CPUtime=1.73 cores=0,2,4,6
/proc/9386/task/9445/stat : 9445 (java) S 9383 9386 7434 0 -1 1077944384 5985 12477 0 0 165 1 5 2 20 0 15 0 30305511 14403039232 126535 18446744073709551615 4194304 4196468 140727038222768 140446750407280 140447276075650 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26398720 140727038228432 140727038231217 140727038231217 140727038234575 0
[pid=9386/tid=9446] ppid=9383 vsize=14065468 CPUtime=1.36 cores=0,2,4,6
/proc/9386/task/9446/stat : 9446 (java) S 9383 9386 7434 0 -1 1077944384 3372 12477 0 0 128 1 5 2 20 0 15 0 30305511 14403039232 126535 18446744073709551615 4194304 4196468 140727038222768 140446749354480 140447276075650 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26398720 140727038228432 140727038231217 140727038231217 140727038234575 0
[pid=9386/tid=9447] ppid=9383 vsize=14065468 CPUtime=1.24 cores=0,2,4,6
/proc/9386/task/9447/stat : 9447 (java) S 9383 9386 7434 0 -1 1077944384 7714 12477 0 0 115 2 5 2 20 0 15 0 30305511 14403039232 126535 18446744073709551615 4194304 4196468 140727038222768 140446748302192 140447276075650 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26398720 140727038228432 140727038231217 140727038231217 140727038234575 0
[pid=9386/tid=9448] ppid=9383 vsize=14065468 CPUtime=0.07 cores=0,2,4,6
/proc/9386/task/9448/stat : 9448 (java) S 9383 9386 7434 0 -1 1077944384 3 12477 0 0 0 0 5 2 20 0 15 0 30305511 14403039232 126535 18446744073709551615 4194304 4196468 140727038222768 140446747249632 140447276074709 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26398720 140727038228432 140727038231217 140727038231217 140727038234575 0
[pid=9386/tid=9449] ppid=9383 vsize=14065468 CPUtime=1.42 cores=0,2,4,6
/proc/9386/task/9449/stat : 9449 (java) S 9383 9386 7434 0 -1 1077944384 690 12477 0 0 68 67 5 2 20 0 15 0 30305515 14403039232 126535 18446744073709551615 4194304 4196468 140727038222768 140446746196400 140447276075650 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26398720 140727038228432 140727038231217 140727038231217 140727038234575 0
Current children cumulated CPU time (s) 2461.33
Current children cumulated vsize (KiB) 14065468



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2500.6 s]
/proc/loadavg: 1.70 1.54 1.49 3/210 9998
/proc/meminfo: memFree=30592404/32770624 swapFree=0/375804
[pid=9386] ppid=9383 vsize=14065468 CPUtime=2520.01 cores=0,2,4,6
/proc/9386/stat : 9386 (java) S 9383 9386 7434 0 -1 1077944320 121217 12477 0 0 251780 214 5 2 20 0 15 0 30305483 14403039232 126535 18446744073709551615 4194304 4196468 140727038222768 140727038205312 140447276064503 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 26398720 140727038228432 140727038231217 140727038231217 140727038234575 0
/proc/9386/statm: 3516367 126535 3468 1 0 3504981 0
[pid=9386/tid=9436] ppid=9383 vsize=14065468 CPUtime=2486.58 cores=0,2,4,6
/proc/9386/task/9436/stat : 9436 (java) R 9383 9386 7434 0 -1 4202560 67853 12477 0 0 248621 30 5 2 20 0 15 0 30305506 14403039232 126535 18446744073709551615 4194304 4196468 140727038222768 140447280290528 140446926861568 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 26398720 140727038228432 140727038231217 140727038231217 140727038234575 0
[pid=9386/tid=9437] ppid=9383 vsize=14065468 CPUtime=5.7 cores=0,2,4,6
/proc/9386/task/9437/stat : 9437 (java) S 9383 9386 7434 0 -1 1077944384 7597 12477 0 0 533 30 5 2 20 0 15 0 30305506 14403039232 126535 18446744073709551615 4194304 4196468 140727038222768 140447243623312 140447276074709 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26398720 140727038228432 140727038231217 140727038231217 140727038234575 0
[pid=9386/tid=9438] ppid=9383 vsize=14065468 CPUtime=5.69 cores=0,2,4,6
/proc/9386/task/9438/stat : 9438 (java) S 9383 9386 7434 0 -1 1077944384 3949 12477 0 0 530 32 5 2 20 0 15 0 30305506 14403039232 126535 18446744073709551615 4194304 4196468 140727038222768 140446875601680 140447276074709 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26398720 140727038228432 140727038231217 140727038231217 140727038234575 0
[pid=9386/tid=9439] ppid=9383 vsize=14065468 CPUtime=5.68 cores=0,2,4,6
/proc/9386/task/9439/stat : 9439 (java) S 9383 9386 7434 0 -1 1077944384 6628 12477 0 0 531 30 5 2 20 0 15 0 30305506 14403039232 126535 18446744073709551615 4194304 4196468 140727038222768 140446874549392 140447276074709 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26398720 140727038228432 140727038231217 140727038231217 140727038234575 0
[pid=9386/tid=9440] ppid=9383 vsize=14065468 CPUtime=5.69 cores=0,2,4,6
/proc/9386/task/9440/stat : 9440 (java) S 9383 9386 7434 0 -1 1077944384 5775 12477 0 0 534 28 5 2 20 0 15 0 30305506 14403039232 126535 18446744073709551615 4194304 4196468 140727038222768 140446873496592 140447276074709 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26398720 140727038228432 140727038231217 140727038231217 140727038234575 0
[pid=9386/tid=9441] ppid=9383 vsize=14065468 CPUtime=5.4 cores=0,2,4,6
/proc/9386/task/9441/stat : 9441 (java) S 9383 9386 7434 0 -1 1077944384 9390 12477 0 0 501 32 5 2 20 0 15 0 30305508 14403039232 126535 18446744073709551615 4194304 4196468 140727038222768 140446754617456 140447276075650 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26398720 140727038228432 140727038231217 140727038231217 140727038234575 0
[pid=9386/tid=9442] ppid=9383 vsize=14065468 CPUtime=0.07 cores=0,2,4,6
/proc/9386/task/9442/stat : 9442 (java) S 9383 9386 7434 0 -1 1077944384 56 12477 0 0 0 0 5 2 20 0 15 0 30305508 14403039232 126535 18446744073709551615 4194304 4196468 140727038222768 140446753563488 140447276074709 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26398720 140727038228432 140727038231217 140727038231217 140727038234575 0
[pid=9386/tid=9443] ppid=9383 vsize=14065468 CPUtime=0.07 cores=0,2,4,6
/proc/9386/task/9443/stat : 9443 (java) S 9383 9386 7434 0 -1 1077944384 45 12477 0 0 0 0 5 2 20 0 15 0 30305508 14403039232 126535 18446744073709551615 4194304 4196468 140727038222768 140446752511104 140447276074709 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26398720 140727038228432 140727038231217 140727038231217 140727038234575 0
[pid=9386/tid=9444] ppid=9383 vsize=14065468 CPUtime=0.07 cores=0,2,4,6
/proc/9386/task/9444/stat : 9444 (java) S 9383 9386 7434 0 -1 1077944384 3 12477 0 0 0 0 5 2 20 0 15 0 30305511 14403039232 126535 18446744073709551615 4194304 4196468 140727038222768 140446751459408 140447276083099 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26398720 140727038228432 140727038231217 140727038231217 140727038234575 0
[pid=9386/tid=9445] ppid=9383 vsize=14065468 CPUtime=1.73 cores=0,2,4,6
/proc/9386/task/9445/stat : 9445 (java) S 9383 9386 7434 0 -1 1077944384 5985 12477 0 0 165 1 5 2 20 0 15 0 30305511 14403039232 126535 18446744073709551615 4194304 4196468 140727038222768 140446750407280 140447276075650 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26398720 140727038228432 140727038231217 140727038231217 140727038234575 0
[pid=9386/tid=9446] ppid=9383 vsize=14065468 CPUtime=1.37 cores=0,2,4,6
/proc/9386/task/9446/stat : 9446 (java) S 9383 9386 7434 0 -1 1077944384 3372 12477 0 0 129 1 5 2 20 0 15 0 30305511 14403039232 126535 18446744073709551615 4194304 4196468 140727038222768 140446749354480 140447276075650 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26398720 140727038228432 140727038231217 140727038231217 140727038234575 0
[pid=9386/tid=9447] ppid=9383 vsize=14065468 CPUtime=1.24 cores=0,2,4,6
/proc/9386/task/9447/stat : 9447 (java) S 9383 9386 7434 0 -1 1077944384 7714 12477 0 0 115 2 5 2 20 0 15 0 30305511 14403039232 126535 18446744073709551615 4194304 4196468 140727038222768 140446748302192 140447276075650 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26398720 140727038228432 140727038231217 140727038231217 140727038234575 0
[pid=9386/tid=9448] ppid=9383 vsize=14065468 CPUtime=0.07 cores=0,2,4,6
/proc/9386/task/9448/stat : 9448 (java) S 9383 9386 7434 0 -1 1077944384 3 12477 0 0 0 0 5 2 20 0 15 0 30305511 14403039232 126535 18446744073709551615 4194304 4196468 140727038222768 140446747249632 140447276074709 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26398720 140727038228432 140727038231217 140727038231217 140727038234575 0
[pid=9386/tid=9449] ppid=9383 vsize=14065468 CPUtime=1.46 cores=0,2,4,6
/proc/9386/task/9449/stat : 9449 (java) S 9383 9386 7434 0 -1 1077944384 693 12477 0 0 70 69 5 2 20 0 15 0 30305515 14403039232 126535 18446744073709551615 4194304 4196468 140727038222768 140446746196400 140447276075650 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26398720 140727038228432 140727038231217 140727038231217 140727038234575 0
Current children cumulated CPU time (s) 2520.01
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 9386 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2500.71 s]
/proc/loadavg: 1.70 1.54 1.49 3/210 9998
/proc/meminfo: memFree=30592404/32770624 swapFree=0/375804
[pid=9386] ppid=9383 vsize=14198596 CPUtime=2520.32 cores=0,2,4,6
/proc/9386/stat : 9386 (java) S 9383 9386 7434 0 -1 1077944320 127298 12477 0 0 251809 216 5 2 20 0 17 0 30305483 14539362304 127714 18446744073709551615 4194304 4196468 140727038222768 140727038205312 140447276064503 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 26398720 140727038228432 140727038231217 140727038231217 140727038234575 0
/proc/9386/statm: 3549649 127714 3468 1 0 3538263 0
[pid=9386/tid=9436] ppid=9383 vsize=14198596 CPUtime=2486.58 cores=0,2,4,6
/proc/9386/task/9436/stat : 9436 (java) S 9383 9386 7434 0 -1 1077944384 68250 12477 0 0 248621 30 5 2 20 0 17 0 30305506 14539362304 127714 18446744073709551615 4194304 4196468 140727038222768 140447280293984 140447276074709 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 26398720 140727038228432 140727038231217 140727038231217 140727038234575 0
[pid=9386/tid=9437] ppid=9383 vsize=14198596 CPUtime=5.76 cores=0,2,4,6
/proc/9386/task/9437/stat : 9437 (java) S 9383 9386 7434 0 -1 1077944384 7610 12477 0 0 539 30 5 2 20 0 17 0 30305506 14539362304 127714 18446744073709551615 4194304 4196468 140727038222768 140447243623312 140447276074709 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26398720 140727038228432 140727038231217 140727038231217 140727038234575 0
[pid=9386/tid=9438] ppid=9383 vsize=14198596 CPUtime=5.75 cores=0,2,4,6
/proc/9386/task/9438/stat : 9438 (java) S 9383 9386 7434 0 -1 1077944384 3954 12477 0 0 536 32 5 2 20 0 17 0 30305506 14539362304 127714 18446744073709551615 4194304 4196468 140727038222768 140446875601680 140447276074709 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26398720 140727038228432 140727038231217 140727038231217 140727038234575 0
[pid=9386/tid=9439] ppid=9383 vsize=14198596 CPUtime=5.74 cores=0,2,4,6
/proc/9386/task/9439/stat : 9439 (java) S 9383 9386 7434 0 -1 1077944384 6648 12477 0 0 537 30 5 2 20 0 17 0 30305506 14539362304 127714 18446744073709551615 4194304 4196468 140727038222768 140446874549392 140447276074709 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26398720 140727038228432 140727038231217 140727038231217 140727038234575 0
[pid=9386/tid=9440] ppid=9383 vsize=14198596 CPUtime=5.75 cores=0,2,4,6
/proc/9386/task/9440/stat : 9440 (java) S 9383 9386 7434 0 -1 1077944384 5816 12477 0 0 540 28 5 2 20 0 17 0 30305506 14539362304 127714 18446744073709551615 4194304 4196468 140727038222768 140446873496592 140447276074709 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26398720 140727038228432 140727038231217 140727038231217 140727038234575 0
[pid=9386/tid=9441] ppid=9383 vsize=14198596 CPUtime=5.43 cores=0,2,4,6
/proc/9386/task/9441/stat : 9441 (java) R 9383 9386 7434 0 -1 4202560 14683 12477 0 0 504 32 5 2 20 0 17 0 30305508 14539362304 127714 18446744073709551615 4194304 4196468 140727038222768 140446754615856 140447276085850 0 0 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26398720 140727038228432 140727038231217 140727038231217 140727038234575 0
[pid=9386/tid=9442] ppid=9383 vsize=14198596 CPUtime=0.07 cores=0,2,4,6
/proc/9386/task/9442/stat : 9442 (java) S 9383 9386 7434 0 -1 1077944384 59 12477 0 0 0 0 5 2 20 0 17 0 30305508 14539362304 127714 18446744073709551615 4194304 4196468 140727038222768 140446753563024 140447276075650 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26398720 140727038228432 140727038231217 140727038231217 140727038234575 0
[pid=9386/tid=9443] ppid=9383 vsize=14198596 CPUtime=0.07 cores=0,2,4,6
/proc/9386/task/9443/stat : 9443 (java) S 9383 9386 7434 0 -1 1077944384 45 12477 0 0 0 0 5 2 20 0 17 0 30305508 14539362304 127714 18446744073709551615 4194304 4196468 140727038222768 140446752511104 140447276074709 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26398720 140727038228432 140727038231217 140727038231217 140727038234575 0
[pid=9386/tid=9444] ppid=9383 vsize=14198596 CPUtime=0.07 cores=0,2,4,6
/proc/9386/task/9444/stat : 9444 (java) S 9383 9386 7434 0 -1 1077944384 135 12477 0 0 0 0 5 2 20 0 17 0 30305511 14539362304 127714 18446744073709551615 4194304 4196468 140727038222768 140446751459408 140447276083099 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26398720 140727038228432 140727038231217 140727038231217 140727038234575 0
[pid=9386/tid=9445] ppid=9383 vsize=14198596 CPUtime=1.73 cores=0,2,4,6
/proc/9386/task/9445/stat : 9445 (java) S 9383 9386 7434 0 -1 1077944384 5985 12477 0 0 165 1 5 2 20 0 17 0 30305511 14539362304 127714 18446744073709551615 4194304 4196468 140727038222768 140446750407280 140447276075650 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26398720 140727038228432 140727038231217 140727038231217 140727038234575 0
[pid=9386/tid=9446] ppid=9383 vsize=14198596 CPUtime=1.37 cores=0,2,4,6
/proc/9386/task/9446/stat : 9446 (java) S 9383 9386 7434 0 -1 1077944384 3372 12477 0 0 129 1 5 2 20 0 17 0 30305511 14539362304 127714 18446744073709551615 4194304 4196468 140727038222768 140446749354480 140447276075650 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26398720 140727038228432 140727038231217 140727038231217 140727038234575 0
[pid=9386/tid=9447] ppid=9383 vsize=14198596 CPUtime=1.24 cores=0,2,4,6
/proc/9386/task/9447/stat : 9447 (java) S 9383 9386 7434 0 -1 1077944384 7756 12477 0 0 115 2 5 2 20 0 17 0 30305511 14539362304 127714 18446744073709551615 4194304 4196468 140727038222768 140446748301760 140447276074709 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26398720 140727038228432 140727038231217 140727038231217 140727038234575 0
[pid=9386/tid=9448] ppid=9383 vsize=14198596 CPUtime=0.07 cores=0,2,4,6
/proc/9386/task/9448/stat : 9448 (java) S 9383 9386 7434 0 -1 1077944384 3 12477 0 0 0 0 5 2 20 0 17 0 30305511 14539362304 127714 18446744073709551615 4194304 4196468 140727038222768 140446747249632 140447276074709 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26398720 140727038228432 140727038231217 140727038231217 140727038234575 0
[pid=9386/tid=9449] ppid=9383 vsize=14198596 CPUtime=1.46 cores=0,2,4,6
/proc/9386/task/9449/stat : 9449 (java) S 9383 9386 7434 0 -1 1077944384 693 12477 0 0 70 69 5 2 20 0 17 0 30305515 14539362304 127714 18446744073709551615 4194304 4196468 140727038222768 140446746196400 140447276075650 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26398720 140727038228432 140727038231217 140727038231217 140727038234575 0
Current children cumulated CPU time (s) 2520.32
Current children cumulated vsize (KiB) 14198596

Child status: 143
Real time (s): 2500.78
CPU time (s): 2520.47
CPU user time (s): 2518.27
CPU system time (s): 2.19354
CPU usage (%): 100.787
Max. virtual memory (cumulated for all children) (KiB): 14198596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.27
system time used= 2.19354
maximum resident set size= 511396
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 139904
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2856
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 176830
involuntary context switches= 7778

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.688 second user time and 14.9218 second system time

The end

Launcher Data

Begin job on node124 at 2017-08-11 04:33:12
IDJOB=4262262
IDBENCH=115868
IDSOLVER=2650
FILE ID=node124/4262262-1502419648
RUNJOBID= node124-1502411387-7497
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/ColouredQueens/ColouredQueens-m1-s1/ColouredQueens-11.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262262-1502419648/watcher-4262262-1502419648 -o /tmp/evaluation-result-4262262-1502419648/solver-4262262-1502419648 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502411387-7497 --watchdog 2580  bin/concrete HOME/instance-4262262-1502419648.xml

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

MD5SUM BENCH= 3da25fcd556a00d93fc440927ef81e89
RANDOM SEED=2077537639

node124.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.51
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.51
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.51
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.51
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:        30414424 kB
MemAvailable:   30802428 kB
Buffers:          187944 kB
Cached:           488204 kB
SwapCached:            0 kB
Active:          1552768 kB
Inactive:         390912 kB
Active(anon):    1267820 kB
Inactive(anon):    16768 kB
Active(file):     284948 kB
Inactive(file):   374144 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24152 kB
Writeback:             0 kB
AnonPages:       1267336 kB
Mapped:            49888 kB
Shmem:             17128 kB
Slab:             114992 kB
SReclaimable:      89492 kB
SUnreclaim:        25500 kB
KernelStack:        3424 kB
PageTables:         7588 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2118532 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1021952 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61984 MiB
End job on node124 at 2017-08-11 05:14:53