Trace number 4259669

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.4? (TO) 254.80901 240.261

General information on the benchmark

NameQueenAttacking/QueenAttacking-m1-s1/
QueenAttacking-09.xml
MD5SUM5a1f15825b762c0b5b9d8df1deed9cb9
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark7
Best CPU time to get the best result obtained on this benchmark1980.86
Satisfiable
(Un)Satisfiability was proved
Number of variables104
Number of constraints103
Number of domains2
Minimum domain size2
Maximum domain size81
Distribution of domain sizes[{"size":2,"count":22},{"size":81,"count":82}]
Minimum variable degree2
Maximum variable degree22
Distribution of variable degrees[{"degree":2,"count":24},{"degree":3,"count":57},{"degree":4,"count":22},{"degree":22,"count":1}]
Minimum constraint arity2
Maximum constraint arity81
Distribution of constraint arities[{"arity":2,"count":80},{"arity":3,"count":22},{"arity":81,"count":1}]
Number of extensional constraints0
Number of intensional constraints102
Distribution of constraint types[{"type":"intension","count":102},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

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

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


[startup+0 s]
/proc/loadavg: 1.74 1.86 1.86 3/199 16696
/proc/meminfo: memFree=30895976/32770624 swapFree=0/252188
[pid=16696] ppid=16693 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/16696/stat : 16696 (runsolver) D 16693 16696 3187 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 7494650 24240128 108 18446744073709551615 4194304 4338465 140734834368688 140734834366328 140456647459543 0 0 1 24578 18446744071580418449 0 0 17 3 0 0 0 0 0 6438912 6441760 29573120 140734834372817 140734834373191 140734834373191 140734834376650 0
/proc/16696/statm: 5918 108 54 36 0 2156 0

[startup+0.100064 s]
/proc/loadavg: 1.74 1.86 1.86 3/199 16696
/proc/meminfo: memFree=30895976/32770624 swapFree=0/252188
[pid=16696] ppid=16693 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/16696/stat : 16696 (bash) S 16693 16696 3187 0 -1 4202496 854 6187 0 0 0 0 0 1 20 0 1 0 7494650 9867264 366 18446744073709551615 4194304 5098028 140729200220704 140729200214440 140192051923968 0 0 5 65536 18446744071580971376 0 0 17 5 0 0 8 0 0 7196144 7232144 18563072 140729200222738 140729200222823 140729200222823 140729200226282 0
/proc/16696/statm: 2409 366 287 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.200247 s]
/proc/loadavg: 1.74 1.86 1.86 3/199 16696
/proc/meminfo: memFree=30895976/32770624 swapFree=0/252188
[pid=16696] ppid=16693 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/16696/stat : 16696 (bash) S 16693 16696 3187 0 -1 4202496 893 6495 0 0 0 0 0 1 20 0 1 0 7494650 9867264 377 18446744073709551615 4194304 5098028 140729200220704 140729200214712 140192051923968 0 0 5 65536 18446744071580971376 0 0 17 5 0 0 8 0 0 7196144 7232144 18563072 140729200222738 140729200222823 140729200222823 140729200226282 0
/proc/16696/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300296 s]
/proc/loadavg: 1.74 1.86 1.86 3/199 16696
/proc/meminfo: memFree=30895976/32770624 swapFree=0/252188
[pid=16696] ppid=16693 vsize=13907308 CPUtime=0.13 cores=1,3,5,7
/proc/16696/stat : 16696 (java) S 16693 16696 3187 0 -1 1077944320 5483 12308 0 0 5 1 5 2 20 0 14 0 7494650 14241083392 5163 18446744073709551615 4194304 4196468 140732196289760 140732196272304 139909047717623 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 9105408 140732196296654 140732196299439 140732196299439 140732196302799 0
/proc/16696/statm: 3476827 5163 2557 1 0 3466332 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 13907308

[startup+0.700171 s]
/proc/loadavg: 1.74 1.86 1.86 3/199 16696
/proc/meminfo: memFree=30895976/32770624 swapFree=0/252188
[pid=16696] ppid=16693 vsize=13974784 CPUtime=0.62 cores=1,3,5,7
/proc/16696/stat : 16696 (java) S 16693 16696 3187 0 -1 1077944320 13473 12308 0 0 51 4 5 2 20 0 15 0 7494650 14310178816 14455 18446744073709551615 4194304 4196468 140732196289760 140732196272304 139909047717623 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 9105408 140732196296654 140732196299439 140732196299439 140732196302799 0
/proc/16696/statm: 3493696 14455 3073 1 0 3482973 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 13974784

[startup+1.50054 s]
/proc/loadavg: 1.74 1.86 1.86 3/214 16759
/proc/meminfo: memFree=30801736/32770624 swapFree=0/252204
[pid=16696] ppid=16693 vsize=13985408 CPUtime=1.82 cores=1,3,5,7
/proc/16696/stat : 16696 (java) S 16693 16696 3187 0 -1 1077944320 26786 12308 0 0 169 6 5 2 20 0 15 0 7494650 14321057792 34026 18446744073709551615 4194304 4196468 140732196289760 140732196272304 139909047717623 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 9105408 140732196296654 140732196299439 140732196299439 140732196302799 0
/proc/16696/statm: 3496352 34026 3335 1 0 3485533 0
[pid=16696/tid=16746] ppid=16693 vsize=13985408 CPUtime=1.27 cores=1,3,5,7
/proc/16696/task/16746/stat : 16746 (java) R 16693 16696 3187 0 -1 4202560 21584 12308 0 0 115 5 5 2 20 0 15 0 7494673 14321057792 34026 18446744073709551615 4194304 4196468 140732196289760 139909051938208 139909047739549 0 4 1 16800974 0 0 0 -1 5 0 0 5 0 0 6293624 6294260 9105408 140732196296654 140732196299439 140732196299439 140732196302799 0
[pid=16696/tid=16747] ppid=16693 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/16696/task/16747/stat : 16747 (java) S 16693 16696 3187 0 -1 1077944384 3 12308 0 0 0 0 5 2 20 0 15 0 7494673 14321057792 34026 18446744073709551615 4194304 4196468 140732196289760 139908967132304 139909047727829 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9105408 140732196296654 140732196299439 140732196299439 140732196302799 0
[pid=16696/tid=16748] ppid=16693 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/16696/task/16748/stat : 16748 (java) S 16693 16696 3187 0 -1 1077944384 1 12308 0 0 0 0 5 2 20 0 15 0 7494673 14321057792 34026 18446744073709551615 4194304 4196468 140732196289760 139908966079504 139909047727829 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9105408 140732196296654 140732196299439 140732196299439 140732196302799 0
[pid=16696/tid=16749] ppid=16693 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/16696/task/16749/stat : 16749 (java) S 16693 16696 3187 0 -1 1077944384 1 12308 0 0 0 0 5 2 20 0 15 0 7494673 14321057792 34026 18446744073709551615 4194304 4196468 140732196289760 139908965026704 139909047727829 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9105408 140732196296654 140732196299439 140732196299439 140732196302799 0
[pid=16696/tid=16750] ppid=16693 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/16696/task/16750/stat : 16750 (java) S 16693 16696 3187 0 -1 1077944384 2 12308 0 0 0 0 5 2 20 0 15 0 7494673 14321057792 34026 18446744073709551615 4194304 4196468 140732196289760 139908963973904 139909047727829 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9105408 140732196296654 140732196299439 140732196299439 140732196302799 0
[pid=16696/tid=16751] ppid=16693 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/16696/task/16751/stat : 16751 (java) S 16693 16696 3187 0 -1 1077944384 5 12308 0 0 0 0 5 2 20 0 15 0 7494675 14321057792 34026 18446744073709551615 4194304 4196468 140732196289760 139908526201200 139909047728770 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9105408 140732196296654 140732196299439 140732196299439 140732196302799 0
[pid=16696/tid=16752] ppid=16693 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/16696/task/16752/stat : 16752 (java) S 16693 16696 3187 0 -1 1077944384 33 12308 0 0 0 0 5 2 20 0 15 0 7494675 14321057792 34026 18446744073709551615 4194304 4196468 140732196289760 139908525147168 139909047727829 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9105408 140732196296654 140732196299439 140732196299439 140732196302799 0
[pid=16696/tid=16753] ppid=16693 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/16696/task/16753/stat : 16753 (java) S 16693 16696 3187 0 -1 1077944384 21 12308 0 0 0 0 5 2 20 0 15 0 7494675 14321057792 34026 18446744073709551615 4194304 4196468 140732196289760 139908524094320 139909047727829 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9105408 140732196296654 140732196299439 140732196299439 140732196302799 0
[pid=16696/tid=16754] ppid=16693 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/16696/task/16754/stat : 16754 (java) S 16693 16696 3187 0 -1 1077944384 3 12308 0 0 0 0 5 2 20 0 15 0 7494678 14321057792 34026 18446744073709551615 4194304 4196468 140732196289760 139908523042640 139909047736219 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9105408 140732196296654 140732196299439 140732196299439 140732196302799 0
[pid=16696/tid=16755] ppid=16693 vsize=13985408 CPUtime=0.19 cores=1,3,5,7
/proc/16696/task/16755/stat : 16755 (java) S 16693 16696 3187 0 -1 1077944384 875 12308 0 0 12 0 5 2 20 0 15 0 7494678 14321057792 34026 18446744073709551615 4194304 4196468 140732196289760 139908521991024 139909047728770 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9105408 140732196296654 140732196299439 140732196299439 140732196302799 0
[pid=16696/tid=16756] ppid=16693 vsize=13985408 CPUtime=0.24 cores=1,3,5,7
/proc/16696/task/16756/stat : 16756 (java) S 16693 16696 3187 0 -1 1077944384 825 12308 0 0 17 0 5 2 20 0 15 0 7494678 14321057792 34026 18446744073709551615 4194304 4196468 140732196289760 139908520938224 139909047728770 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9105408 140732196296654 140732196299439 140732196299439 140732196302799 0
[pid=16696/tid=16757] ppid=16693 vsize=13985408 CPUtime=0.3 cores=1,3,5,7
/proc/16696/task/16757/stat : 16757 (java) R 16693 16696 3187 0 -1 4202560 1269 12308 0 0 23 0 5 2 20 0 15 0 7494678 14321057792 34026 18446744073709551615 4194304 4196468 140732196289760 139908519885424 139909031798110 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9105408 140732196296654 140732196299439 140732196299439 140732196302799 0
[pid=16696/tid=16758] ppid=16693 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/16696/task/16758/stat : 16758 (java) S 16693 16696 3187 0 -1 1077944384 3 12308 0 0 0 0 5 2 20 0 15 0 7494678 14321057792 34026 18446744073709551615 4194304 4196468 140732196289760 139908518832864 139909047727829 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9105408 140732196296654 140732196299439 140732196299439 140732196302799 0
[pid=16696/tid=16759] ppid=16693 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/16696/task/16759/stat : 16759 (java) S 16693 16696 3187 0 -1 1077944384 10 12308 0 0 0 0 5 2 20 0 15 0 7494684 14321057792 34026 18446744073709551615 4194304 4196468 140732196289760 139908517780144 139909047728770 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9105408 140732196296654 140732196299439 140732196299439 140732196302799 0
Current children cumulated CPU time (s) 1.82
Current children cumulated vsize (KiB) 13985408

[startup+3.10158 s]
/proc/loadavg: 1.74 1.86 1.86 4/214 16759
/proc/meminfo: memFree=30720468/32770624 swapFree=0/252204
[pid=16696] ppid=16693 vsize=13997884 CPUtime=5.74 cores=1,3,5,7
/proc/16696/stat : 16696 (java) S 16693 16696 3187 0 -1 1077944320 48344 12308 0 0 553 14 5 2 20 0 15 0 7494650 14333833216 57840 18446744073709551615 4194304 4196468 140732196289760 140732196272304 139909047717623 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 9105408 140732196296654 140732196299439 140732196299439 140732196302799 0
/proc/16696/statm: 3499471 57840 3438 1 0 3488093 0
[pid=16696/tid=16746] ppid=16693 vsize=13997884 CPUtime=2.84 cores=1,3,5,7
/proc/16696/task/16746/stat : 16746 (java) R 16693 16696 3187 0 -1 4202560 34311 12308 0 0 268 9 5 2 20 0 15 0 7494673 14333833216 57840 18446744073709551615 4194304 4196468 140732196289760 139909051948440 139908650998592 0 4 1 16800974 0 0 0 -1 7 0 0 5 0 0 6293624 6294260 9105408 140732196296654 140732196299439 140732196299439 140732196302799 0
[pid=16696/tid=16747] ppid=16693 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/16696/task/16747/stat : 16747 (java) S 16693 16696 3187 0 -1 1077944384 199 12308 0 0 0 0 5 2 20 0 15 0 7494673 14333833216 57840 18446744073709551615 4194304 4196468 140732196289760 139908967132304 139909047727829 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9105408 140732196296654 140732196299439 140732196299439 140732196302799 0
[pid=16696/tid=16748] ppid=16693 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/16696/task/16748/stat : 16748 (java) S 16693 16696 3187 0 -1 1077944384 60 12308 0 0 1 0 5 2 20 0 15 0 7494673 14333833216 57840 18446744073709551615 4194304 4196468 140732196289760 139908966079504 139909047727829 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9105408 140732196296654 140732196299439 140732196299439 140732196302799 0
[pid=16696/tid=16749] ppid=16693 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/16696/task/16749/stat : 16749 (java) S 16693 16696 3187 0 -1 1077944384 44 12308 0 0 1 0 5 2 20 0 15 0 7494673 14333833216 57840 18446744073709551615 4194304 4196468 140732196289760 139908965026704 139909047727829 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9105408 140732196296654 140732196299439 140732196299439 140732196302799 0
[pid=16696/tid=16750] ppid=16693 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/16696/task/16750/stat : 16750 (java) S 16693 16696 3187 0 -1 1077944384 56 12308 0 0 1 0 5 2 20 0 15 0 7494673 14333833216 57840 18446744073709551615 4194304 4196468 140732196289760 139908963973904 139909047727829 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9105408 140732196296654 140732196299439 140732196299439 140732196302799 0
[pid=16696/tid=16751] ppid=16693 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/16696/task/16751/stat : 16751 (java) S 16693 16696 3187 0 -1 1077944384 1164 12308 0 0 1 0 5 2 20 0 15 0 7494675 14333833216 57840 18446744073709551615 4194304 4196468 140732196289760 139908526201200 139909047728770 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9105408 140732196296654 140732196299439 140732196299439 140732196302799 0
[pid=16696/tid=16752] ppid=16693 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/16696/task/16752/stat : 16752 (java) S 16693 16696 3187 0 -1 1077944384 56 12308 0 0 0 0 5 2 20 0 15 0 7494675 14333833216 57840 18446744073709551615 4194304 4196468 140732196289760 139908525147232 139909047727829 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9105408 140732196296654 140732196299439 140732196299439 140732196302799 0
[pid=16696/tid=16753] ppid=16693 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/16696/task/16753/stat : 16753 (java) S 16693 16696 3187 0 -1 1077944384 43 12308 0 0 0 0 5 2 20 0 15 0 7494675 14333833216 57840 18446744073709551615 4194304 4196468 140732196289760 139908524094336 139909047727829 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9105408 140732196296654 140732196299439 140732196299439 140732196302799 0
[pid=16696/tid=16754] ppid=16693 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/16696/task/16754/stat : 16754 (java) S 16693 16696 3187 0 -1 1077944384 3 12308 0 0 0 0 5 2 20 0 15 0 7494678 14333833216 57840 18446744073709551615 4194304 4196468 140732196289760 139908523042640 139909047736219 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9105408 140732196296654 140732196299439 140732196299439 140732196302799 0
[pid=16696/tid=16755] ppid=16693 vsize=13997884 CPUtime=1.06 cores=1,3,5,7
/proc/16696/task/16755/stat : 16755 (java) R 16693 16696 3187 0 -1 4202560 4370 12308 0 0 98 1 5 2 20 0 15 0 7494678 14333833216 57840 18446744073709551615 4194304 4196468 140732196289760 139908521979696 139909032104736 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9105408 140732196296654 140732196299439 140732196299439 140732196302799 0
[pid=16696/tid=16756] ppid=16693 vsize=13997884 CPUtime=0.91 cores=1,3,5,7
/proc/16696/task/16756/stat : 16756 (java) R 16693 16696 3187 0 -1 4202560 1858 12308 0 0 84 0 5 2 20 0 15 0 7494678 14333833216 57840 18446744073709551615 4194304 4196468 140732196289760 139908520938224 139909027379840 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9105408 140732196296654 140732196299439 140732196299439 140732196302799 0
[pid=16696/tid=16757] ppid=16693 vsize=13997884 CPUtime=1.02 cores=1,3,5,7
/proc/16696/task/16757/stat : 16757 (java) S 16693 16696 3187 0 -1 1077944384 4014 12308 0 0 94 1 5 2 20 0 15 0 7494678 14333833216 57840 18446744073709551615 4194304 4196468 140732196289760 139908519885424 139909047728770 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9105408 140732196296654 140732196299439 140732196299439 140732196302799 0
[pid=16696/tid=16758] ppid=16693 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/16696/task/16758/stat : 16758 (java) S 16693 16696 3187 0 -1 1077944384 3 12308 0 0 0 0 5 2 20 0 15 0 7494678 14333833216 57840 18446744073709551615 4194304 4196468 140732196289760 139908518832864 139909047727829 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9105408 140732196296654 140732196299439 140732196299439 140732196302799 0
[pid=16696/tid=16759] ppid=16693 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/16696/task/16759/stat : 16759 (java) S 16693 16696 3187 0 -1 1077944384 11 12308 0 0 0 0 5 2 20 0 15 0 7494684 14333833216 57840 18446744073709551615 4194304 4196468 140732196289760 139908517780144 139909047728770 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9105408 140732196296654 140732196299439 140732196299439 140732196302799 0
Current children cumulated CPU time (s) 5.74
Current children cumulated vsize (KiB) 13997884

[startup+6.30158 s]
/proc/loadavg: 1.68 1.85 1.86 5/214 16759
/proc/meminfo: memFree=30559432/32770624 swapFree=0/252212
[pid=16696] ppid=16693 vsize=14071612 CPUtime=15.42 cores=1,3,5,7
/proc/16696/stat : 16696 (java) S 16693 16696 3187 0 -1 1077944320 74641 12308 0 0 1511 24 5 2 20 0 15 0 7494650 14409330688 89594 18446744073709551615 4194304 4196468 140732196289760 140732196272304 139909047717623 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 9105408 140732196296654 140732196299439 140732196299439 140732196302799 0
/proc/16696/statm: 3517903 89594 3469 1 0 3506525 0
[pid=16696/tid=16746] ppid=16693 vsize=14071612 CPUtime=5.94 cores=1,3,5,7
/proc/16696/task/16746/stat : 16746 (java) R 16693 16696 3187 0 -1 4202560 45336 12308 0 0 575 12 5 2 20 0 15 0 7494673 14409330688 89594 18446744073709551615 4194304 4196468 140732196289760 139909051949832 139908663223488 0 4 1 16800974 0 0 0 -1 7 0 0 5 0 0 6293624 6294260 9105408 140732196296654 140732196299439 140732196299439 140732196302799 0
[pid=16696/tid=16747] ppid=16693 vsize=14071612 CPUtime=0.09 cores=1,3,5,7
/proc/16696/task/16747/stat : 16747 (java) S 16693 16696 3187 0 -1 1077944384 233 12308 0 0 2 0 5 2 20 0 15 0 7494673 14409330688 89594 18446744073709551615 4194304 4196468 140732196289760 139908967132304 139909047727829 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9105408 140732196296654 140732196299439 140732196299439 140732196302799 0
[pid=16696/tid=16748] ppid=16693 vsize=14071612 CPUtime=0.1 cores=1,3,5,7
/proc/16696/task/16748/stat : 16748 (java) S 16693 16696 3187 0 -1 1077944384 124 12308 0 0 3 0 5 2 20 0 15 0 7494673 14409330688 89594 18446744073709551615 4194304 4196468 140732196289760 139908966079504 139909047727829 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9105408 140732196296654 140732196299439 140732196299439 140732196302799 0
[pid=16696/tid=16749] ppid=16693 vsize=14071612 CPUtime=0.1 cores=1,3,5,7
/proc/16696/task/16749/stat : 16749 (java) S 16693 16696 3187 0 -1 1077944384 477 12308 0 0 3 0 5 2 20 0 15 0 7494673 14409330688 89594 18446744073709551615 4194304 4196468 140732196289760 139908965026704 139909047727829 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9105408 140732196296654 140732196299439 140732196299439 140732196302799 0
[pid=16696/tid=16750] ppid=16693 vsize=14071612 CPUtime=0.11 cores=1,3,5,7
/proc/16696/task/16750/stat : 16750 (java) S 16693 16696 3187 0 -1 1077944384 127 12308 0 0 4 0 5 2 20 0 15 0 7494673 14409330688 89594 18446744073709551615 4194304 4196468 140732196289760 139908963973904 139909047727829 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9105408 140732196296654 140732196299439 140732196299439 140732196302799 0
[pid=16696/tid=16751] ppid=16693 vsize=14071612 CPUtime=0.11 cores=1,3,5,7
/proc/16696/task/16751/stat : 16751 (java) S 16693 16696 3187 0 -1 1077944384 2046 12308 0 0 4 0 5 2 20 0 15 0 7494675 14409330688 89594 18446744073709551615 4194304 4196468 140732196289760 139908526201200 139909047728770 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9105408 140732196296654 140732196299439 140732196299439 140732196302799 0
[pid=16696/tid=16752] ppid=16693 vsize=14071612 CPUtime=0.07 cores=1,3,5,7
/proc/16696/task/16752/stat : 16752 (java) S 16693 16696 3187 0 -1 1077944384 56 12308 0 0 0 0 5 2 20 0 15 0 7494675 14409330688 89594 18446744073709551615 4194304 4196468 140732196289760 139908525147232 139909047727829 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9105408 140732196296654 140732196299439 140732196299439 140732196302799 0
[pid=16696/tid=16753] ppid=16693 vsize=14071612 CPUtime=0.07 cores=1,3,5,7
/proc/16696/task/16753/stat : 16753 (java) S 16693 16696 3187 0 -1 1077944384 43 12308 0 0 0 0 5 2 20 0 15 0 7494675 14409330688 89594 18446744073709551615 4194304 4196468 140732196289760 139908524094336 139909047727829 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9105408 140732196296654 140732196299439 140732196299439 140732196302799 0
[pid=16696/tid=16754] ppid=16693 vsize=14071612 CPUtime=0.07 cores=1,3,5,7
/proc/16696/task/16754/stat : 16754 (java) S 16693 16696 3187 0 -1 1077944384 3 12308 0 0 0 0 5 2 20 0 15 0 7494678 14409330688 89594 18446744073709551615 4194304 4196468 140732196289760 139908523042640 139909047736219 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9105408 140732196296654 140732196299439 140732196299439 140732196302799 0
[pid=16696/tid=16755] ppid=16693 vsize=14071612 CPUtime=3.74 cores=1,3,5,7
/proc/16696/task/16755/stat : 16755 (java) R 16693 16696 3187 0 -1 4202560 8586 12308 0 0 365 2 5 2 20 0 15 0 7494678 14409330688 89594 18446744073709551615 4194304 4196468 140732196289760 139908521990832 139909029124009 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9105408 140732196296654 140732196299439 140732196299439 140732196302799 0
[pid=16696/tid=16756] ppid=16693 vsize=14071612 CPUtime=3.61 cores=1,3,5,7
/proc/16696/task/16756/stat : 16756 (java) R 16693 16696 3187 0 -1 4202560 5524 12308 0 0 352 2 5 2 20 0 15 0 7494678 14409330688 89594 18446744073709551615 4194304 4196468 140732196289760 139908520937152 139909031214411 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9105408 140732196296654 140732196299439 140732196299439 140732196302799 0
[pid=16696/tid=16757] ppid=16693 vsize=14071612 CPUtime=2.07 cores=1,3,5,7
/proc/16696/task/16757/stat : 16757 (java) S 16693 16696 3187 0 -1 1077944384 9975 12308 0 0 197 3 5 2 20 0 15 0 7494678 14409330688 89594 18446744073709551615 4194304 4196468 140732196289760 139908519885424 139909047728770 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9105408 140732196296654 140732196299439 140732196299439 140732196302799 0
[pid=16696/tid=16758] ppid=16693 vsize=14071612 CPUtime=0.07 cores=1,3,5,7
/proc/16696/task/16758/stat : 16758 (java) S 16693 16696 3187 0 -1 1077944384 3 12308 0 0 0 0 5 2 20 0 15 0 7494678 14409330688 89594 18446744073709551615 4194304 4196468 140732196289760 139908518832864 139909047727829 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9105408 140732196296654 140732196299439 140732196299439 140732196302799 0
[pid=16696/tid=16759] ppid=16693 vsize=14071612 CPUtime=0.07 cores=1,3,5,7
/proc/16696/task/16759/stat : 16759 (java) S 16693 16696 3187 0 -1 1077944384 18 12308 0 0 0 0 5 2 20 0 15 0 7494684 14409330688 89594 18446744073709551615 4194304 4196468 140732196289760 139908517780144 139909047728770 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9105408 140732196296654 140732196299439 140732196299439 140732196302799 0
Current children cumulated CPU time (s) 15.42
Current children cumulated vsize (KiB) 14071612

[startup+12.7007 s]
/proc/loadavg: 1.71 1.85 1.86 3/214 16759
/proc/meminfo: memFree=30222852/32770624 swapFree=0/252208
[pid=16696] ppid=16693 vsize=14071612 CPUtime=24.58 cores=1,3,5,7
/proc/16696/stat : 16696 (java) S 16693 16696 3187 0 -1 1077944320 78949 12308 0 0 2420 31 5 2 20 0 15 0 7494650 14409330688 139637 18446744073709551615 4194304 4196468 140732196289760 140732196272304 139909047717623 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 9105408 140732196296654 140732196299439 140732196299439 140732196302799 0
/proc/16696/statm: 3517903 139637 3472 1 0 3506525 0
[pid=16696/tid=16746] ppid=16693 vsize=14071612 CPUtime=12.3 cores=1,3,5,7
/proc/16696/task/16746/stat : 16746 (java) R 16693 16696 3187 0 -1 4202560 45826 12308 0 0 1208 15 5 2 20 0 15 0 7494673 14409330688 139637 18446744073709551615 4194304 4196468 140732196289760 139909051951824 139908651684710 0 4 1 16800974 0 0 0 -1 5 0 0 5 0 0 6293624 6294260 9105408 140732196296654 140732196299439 140732196299439 140732196302799 0
[pid=16696/tid=16747] ppid=16693 vsize=14071612 CPUtime=0.11 cores=1,3,5,7
/proc/16696/task/16747/stat : 16747 (java) S 16693 16696 3187 0 -1 1077944384 520 12308 0 0 3 1 5 2 20 0 15 0 7494673 14409330688 139637 18446744073709551615 4194304 4196468 140732196289760 139908967132304 139909047727829 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9105408 140732196296654 140732196299439 140732196299439 140732196302799 0
[pid=16696/tid=16748] ppid=16693 vsize=14071612 CPUtime=0.12 cores=1,3,5,7
/proc/16696/task/16748/stat : 16748 (java) S 16693 16696 3187 0 -1 1077944384 166 12308 0 0 4 1 5 2 20 0 15 0 7494673 14409330688 139637 18446744073709551615 4194304 4196468 140732196289760 139908966079504 139909047727829 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9105408 140732196296654 140732196299439 140732196299439 140732196302799 0
[pid=16696/tid=16749] ppid=16693 vsize=14071612 CPUtime=0.12 cores=1,3,5,7
/proc/16696/task/16749/stat : 16749 (java) S 16693 16696 3187 0 -1 1077944384 502 12308 0 0 4 1 5 2 20 0 15 0 7494673 14409330688 139637 18446744073709551615 4194304 4196468 140732196289760 139908965026704 139909047727829 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9105408 140732196296654 140732196299439 140732196299439 140732196302799 0
[pid=16696/tid=16750] ppid=16693 vsize=14071612 CPUtime=0.13 cores=1,3,5,7
/proc/16696/task/16750/stat : 16750 (java) S 16693 16696 3187 0 -1 1077944384 167 12308 0 0 5 1 5 2 20 0 15 0 7494673 14409330688 139637 18446744073709551615 4194304 4196468 140732196289760 139908963973904 139909047727829 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9105408 140732196296654 140732196299439 140732196299439 140732196302799 0
[pid=16696/tid=16751] ppid=16693 vsize=14071612 CPUtime=0.12 cores=1,3,5,7
/proc/16696/task/16751/stat : 16751 (java) S 16693 16696 3187 0 -1 1077944384 2269 12308 0 0 5 0 5 2 20 0 15 0 7494675 14409330688 139637 18446744073709551615 4194304 4196468 140732196289760 139908526201200 139909047728770 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9105408 140732196296654 140732196299439 140732196299439 140732196302799 0
[pid=16696/tid=16752] ppid=16693 vsize=14071612 CPUtime=0.07 cores=1,3,5,7
/proc/16696/task/16752/stat : 16752 (java) S 16693 16696 3187 0 -1 1077944384 61 12308 0 0 0 0 5 2 20 0 15 0 7494675 14409330688 139637 18446744073709551615 4194304 4196468 140732196289760 139908525147232 139909047727829 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9105408 140732196296654 140732196299439 140732196299439 140732196302799 0
[pid=16696/tid=16753] ppid=16693 vsize=14071612 CPUtime=0.07 cores=1,3,5,7
/proc/16696/task/16753/stat : 16753 (java) S 16693 16696 3187 0 -1 1077944384 43 12308 0 0 0 0 5 2 20 0 15 0 7494675 14409330688 139637 18446744073709551615 4194304 4196468 140732196289760 139908524094336 139909047727829 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9105408 140732196296654 140732196299439 140732196299439 140732196302799 0
[pid=16696/tid=16754] ppid=16693 vsize=14071612 CPUtime=0.07 cores=1,3,5,7
/proc/16696/task/16754/stat : 16754 (java) S 16693 16696 3187 0 -1 1077944384 3 12308 0 0 0 0 5 2 20 0 15 0 7494678 14409330688 139637 18446744073709551615 4194304 4196468 140732196289760 139908523042640 139909047736219 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9105408 140732196296654 140732196299439 140732196299439 140732196302799 0

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

/proc/16696/task/16758/stat : 16758 (java) S 16693 16696 3187 0 -1 1077944384 3 12308 0 0 0 0 5 2 20 0 15 0 7494678 14409330688 180661 18446744073709551615 4194304 4196468 140732196289760 139908518832864 139909047727829 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9105408 140732196296654 140732196299439 140732196299439 140732196302799 0
[pid=16696/tid=16759] ppid=16693 vsize=14071612 CPUtime=0.11 cores=1,3,5,7
/proc/16696/task/16759/stat : 16759 (java) S 16693 16696 3187 0 -1 1077944384 207 12308 0 0 2 2 5 2 20 0 15 0 7494684 14409330688 180661 18446744073709551615 4194304 4196468 140732196289760 139908517780144 139909047728770 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9105408 140732196296654 140732196299439 140732196299439 140732196302799 0
Current children cumulated CPU time (s) 115.43
Current children cumulated vsize (KiB) 14071612

[startup+162.301 s]
/proc/loadavg: 1.63 1.78 1.84 3/215 16787
/proc/meminfo: memFree=29413316/32770624 swapFree=0/252284
[pid=16696] ppid=16693 vsize=14071612 CPUtime=175.77 cores=1,3,5,7
/proc/16696/stat : 16696 (java) S 16693 16696 3187 0 -1 1077944320 126573 12308 0 0 17521 49 5 2 20 0 15 0 7494650 14409330688 176302 18446744073709551615 4194304 4196468 140732196289760 140732196272304 139909047717623 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 9105408 140732196296654 140732196299439 140732196299439 140732196302799 0
/proc/16696/statm: 3517903 176302 3472 1 0 3506525 0
[pid=16696/tid=16746] ppid=16693 vsize=14071612 CPUtime=161.64 cores=1,3,5,7
/proc/16696/task/16746/stat : 16746 (java) R 16693 16696 3187 0 -1 4202560 53229 12308 0 0 16138 19 5 2 20 0 15 0 7494673 14409330688 176302 18446744073709551615 4194304 4196468 140732196289760 139909051951792 139908661982705 0 4 1 16800974 0 0 0 -1 3 0 0 5 0 0 6293624 6294260 9105408 140732196296654 140732196299439 140732196299439 140732196302799 0
[pid=16696/tid=16747] ppid=16693 vsize=14071612 CPUtime=0.25 cores=1,3,5,7
/proc/16696/task/16747/stat : 16747 (java) S 16693 16696 3187 0 -1 1077944384 3484 12308 0 0 15 3 5 2 20 0 15 0 7494673 14409330688 176302 18446744073709551615 4194304 4196468 140732196289760 139908967132304 139909047727829 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9105408 140732196296654 140732196299439 140732196299439 140732196302799 0
[pid=16696/tid=16748] ppid=16693 vsize=14071612 CPUtime=0.26 cores=1,3,5,7
/proc/16696/task/16748/stat : 16748 (java) S 16693 16696 3187 0 -1 1077944384 3389 12308 0 0 16 3 5 2 20 0 15 0 7494673 14409330688 176302 18446744073709551615 4194304 4196468 140732196289760 139908966079504 139909047727829 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9105408 140732196296654 140732196299439 140732196299439 140732196302799 0
[pid=16696/tid=16749] ppid=16693 vsize=14071612 CPUtime=0.26 cores=1,3,5,7
/proc/16696/task/16749/stat : 16749 (java) S 16693 16696 3187 0 -1 1077944384 1422 12308 0 0 16 3 5 2 20 0 15 0 7494673 14409330688 176302 18446744073709551615 4194304 4196468 140732196289760 139908965026704 139909047727829 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9105408 140732196296654 140732196299439 140732196299439 140732196302799 0
[pid=16696/tid=16750] ppid=16693 vsize=14071612 CPUtime=0.27 cores=1,3,5,7
/proc/16696/task/16750/stat : 16750 (java) S 16693 16696 3187 0 -1 1077944384 1159 12308 0 0 16 4 5 2 20 0 15 0 7494673 14409330688 176302 18446744073709551615 4194304 4196468 140732196289760 139908963973904 139909047727829 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9105408 140732196296654 140732196299439 140732196299439 140732196302799 0
[pid=16696/tid=16751] ppid=16693 vsize=14071612 CPUtime=0.22 cores=1,3,5,7
/proc/16696/task/16751/stat : 16751 (java) S 16693 16696 3187 0 -1 1077944384 3543 12308 0 0 14 1 5 2 20 0 15 0 7494675 14409330688 176302 18446744073709551615 4194304 4196468 140732196289760 139908526201200 139909047728770 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9105408 140732196296654 140732196299439 140732196299439 140732196302799 0
[pid=16696/tid=16752] ppid=16693 vsize=14071612 CPUtime=0.07 cores=1,3,5,7
/proc/16696/task/16752/stat : 16752 (java) S 16693 16696 3187 0 -1 1077944384 61 12308 0 0 0 0 5 2 20 0 15 0 7494675 14409330688 176302 18446744073709551615 4194304 4196468 140732196289760 139908525147232 139909047727829 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9105408 140732196296654 140732196299439 140732196299439 140732196302799 0
[pid=16696/tid=16753] ppid=16693 vsize=14071612 CPUtime=0.07 cores=1,3,5,7
/proc/16696/task/16753/stat : 16753 (java) S 16693 16696 3187 0 -1 1077944384 43 12308 0 0 0 0 5 2 20 0 15 0 7494675 14409330688 176302 18446744073709551615 4194304 4196468 140732196289760 139908524094336 139909047727829 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9105408 140732196296654 140732196299439 140732196299439 140732196302799 0
[pid=16696/tid=16754] ppid=16693 vsize=14071612 CPUtime=0.07 cores=1,3,5,7
/proc/16696/task/16754/stat : 16754 (java) S 16693 16696 3187 0 -1 1077944384 3 12308 0 0 0 0 5 2 20 0 15 0 7494678 14409330688 176302 18446744073709551615 4194304 4196468 140732196289760 139908523042640 139909047736219 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9105408 140732196296654 140732196299439 140732196299439 140732196302799 0
[pid=16696/tid=16755] ppid=16693 vsize=14071612 CPUtime=5.67 cores=1,3,5,7
/proc/16696/task/16755/stat : 16755 (java) S 16693 16696 3187 0 -1 1077944384 23687 12308 0 0 557 3 5 2 20 0 15 0 7494678 14409330688 176302 18446744073709551615 4194304 4196468 140732196289760 139908521991024 139909047728770 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9105408 140732196296654 140732196299439 140732196299439 140732196302799 0
[pid=16696/tid=16756] ppid=16693 vsize=14071612 CPUtime=5.36 cores=1,3,5,7
/proc/16696/task/16756/stat : 16756 (java) S 16693 16696 3187 0 -1 1077944384 18654 12308 0 0 526 3 5 2 20 0 15 0 7494678 14409330688 176302 18446744073709551615 4194304 4196468 140732196289760 139908520938224 139909047728770 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9105408 140732196296654 140732196299439 140732196299439 140732196302799 0
[pid=16696/tid=16757] ppid=16693 vsize=14071612 CPUtime=2.21 cores=1,3,5,7
/proc/16696/task/16757/stat : 16757 (java) S 16693 16696 3187 0 -1 1077944384 15452 12308 0 0 211 3 5 2 20 0 15 0 7494678 14409330688 176302 18446744073709551615 4194304 4196468 140732196289760 139908519885424 139909047728770 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9105408 140732196296654 140732196299439 140732196299439 140732196302799 0
[pid=16696/tid=16758] ppid=16693 vsize=14071612 CPUtime=0.07 cores=1,3,5,7
/proc/16696/task/16758/stat : 16758 (java) S 16693 16696 3187 0 -1 1077944384 3 12308 0 0 0 0 5 2 20 0 15 0 7494678 14409330688 176302 18446744073709551615 4194304 4196468 140732196289760 139908518832864 139909047727829 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9105408 140732196296654 140732196299439 140732196299439 140732196302799 0
[pid=16696/tid=16759] ppid=16693 vsize=14071612 CPUtime=0.13 cores=1,3,5,7
/proc/16696/task/16759/stat : 16759 (java) S 16693 16696 3187 0 -1 1077944384 292 12308 0 0 3 3 5 2 20 0 15 0 7494684 14409330688 176302 18446744073709551615 4194304 4196468 140732196289760 139908517780144 139909047728770 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9105408 140732196296654 140732196299439 140732196299439 140732196302799 0
Current children cumulated CPU time (s) 175.77
Current children cumulated vsize (KiB) 14071612

[startup+222.307 s]
/proc/loadavg: 1.46 1.70 1.81 6/214 16915
/proc/meminfo: memFree=30766180/32770624 swapFree=0/252324
[pid=16696] ppid=16693 vsize=14071612 CPUtime=236.29 cores=1,3,5,7
/proc/16696/stat : 16696 (java) S 16693 16696 3187 0 -1 1077944320 134861 12308 0 0 23568 54 5 2 20 0 15 0 7494650 14409330688 173648 18446744073709551615 4194304 4196468 140732196289760 140732196272304 139909047717623 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 9105408 140732196296654 140732196299439 140732196299439 140732196302799 0
/proc/16696/statm: 3517903 173648 3472 1 0 3506525 0
[pid=16696/tid=16746] ppid=16693 vsize=14071612 CPUtime=221.36 cores=1,3,5,7
/proc/16696/task/16746/stat : 16746 (java) R 16693 16696 3187 0 -1 4202560 54395 12308 0 0 22109 20 5 2 20 0 15 0 7494673 14409330688 173648 18446744073709551615 4194304 4196468 140732196289760 139909051951728 139908648792176 0 4 1 16800974 0 0 0 -1 1 0 0 5 0 0 6293624 6294260 9105408 140732196296654 140732196299439 140732196299439 140732196302799 0
[pid=16696/tid=16747] ppid=16693 vsize=14071612 CPUtime=0.39 cores=1,3,5,7
/proc/16696/task/16747/stat : 16747 (java) S 16693 16696 3187 0 -1 1077944384 3683 12308 0 0 28 4 5 2 20 0 15 0 7494673 14409330688 173648 18446744073709551615 4194304 4196468 140732196289760 139908967132304 139909047727829 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9105408 140732196296654 140732196299439 140732196299439 140732196302799 0
[pid=16696/tid=16748] ppid=16693 vsize=14071612 CPUtime=0.4 cores=1,3,5,7
/proc/16696/task/16748/stat : 16748 (java) S 16693 16696 3187 0 -1 1077944384 3428 12308 0 0 29 4 5 2 20 0 15 0 7494673 14409330688 173648 18446744073709551615 4194304 4196468 140732196289760 139908966079504 139909047727829 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9105408 140732196296654 140732196299439 140732196299439 140732196302799 0
[pid=16696/tid=16749] ppid=16693 vsize=14071612 CPUtime=0.4 cores=1,3,5,7
/proc/16696/task/16749/stat : 16749 (java) S 16693 16696 3187 0 -1 1077944384 1982 12308 0 0 29 4 5 2 20 0 15 0 7494673 14409330688 173648 18446744073709551615 4194304 4196468 140732196289760 139908965026704 139909047727829 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9105408 140732196296654 140732196299439 140732196299439 140732196302799 0
[pid=16696/tid=16750] ppid=16693 vsize=14071612 CPUtime=0.4 cores=1,3,5,7
/proc/16696/task/16750/stat : 16750 (java) S 16693 16696 3187 0 -1 1077944384 2278 12308 0 0 29 4 5 2 20 0 15 0 7494673 14409330688 173648 18446744073709551615 4194304 4196468 140732196289760 139908963973904 139909047727829 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9105408 140732196296654 140732196299439 140732196299439 140732196302799 0
[pid=16696/tid=16751] ppid=16693 vsize=14071612 CPUtime=0.35 cores=1,3,5,7
/proc/16696/task/16751/stat : 16751 (java) S 16693 16696 3187 0 -1 1077944384 3882 12308 0 0 25 3 5 2 20 0 15 0 7494675 14409330688 173648 18446744073709551615 4194304 4196468 140732196289760 139908526201200 139909047728770 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9105408 140732196296654 140732196299439 140732196299439 140732196302799 0
[pid=16696/tid=16752] ppid=16693 vsize=14071612 CPUtime=0.07 cores=1,3,5,7
/proc/16696/task/16752/stat : 16752 (java) S 16693 16696 3187 0 -1 1077944384 61 12308 0 0 0 0 5 2 20 0 15 0 7494675 14409330688 173648 18446744073709551615 4194304 4196468 140732196289760 139908525147232 139909047727829 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9105408 140732196296654 140732196299439 140732196299439 140732196302799 0
[pid=16696/tid=16753] ppid=16693 vsize=14071612 CPUtime=0.07 cores=1,3,5,7
/proc/16696/task/16753/stat : 16753 (java) S 16693 16696 3187 0 -1 1077944384 43 12308 0 0 0 0 5 2 20 0 15 0 7494675 14409330688 173648 18446744073709551615 4194304 4196468 140732196289760 139908524094336 139909047727829 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9105408 140732196296654 140732196299439 140732196299439 140732196302799 0
[pid=16696/tid=16754] ppid=16693 vsize=14071612 CPUtime=0.07 cores=1,3,5,7
/proc/16696/task/16754/stat : 16754 (java) S 16693 16696 3187 0 -1 1077944384 3 12308 0 0 0 0 5 2 20 0 15 0 7494678 14409330688 173648 18446744073709551615 4194304 4196468 140732196289760 139908523042640 139909047736219 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9105408 140732196296654 140732196299439 140732196299439 140732196302799 0
[pid=16696/tid=16755] ppid=16693 vsize=14071612 CPUtime=5.72 cores=1,3,5,7
/proc/16696/task/16755/stat : 16755 (java) S 16693 16696 3187 0 -1 1077944384 24708 12308 0 0 562 3 5 2 20 0 15 0 7494678 14409330688 173648 18446744073709551615 4194304 4196468 140732196289760 139908521991024 139909047728770 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9105408 140732196296654 140732196299439 140732196299439 140732196302799 0
[pid=16696/tid=16756] ppid=16693 vsize=14071612 CPUtime=5.4 cores=1,3,5,7
/proc/16696/task/16756/stat : 16756 (java) S 16693 16696 3187 0 -1 1077944384 21086 12308 0 0 530 3 5 2 20 0 15 0 7494678 14409330688 173648 18446744073709551615 4194304 4196468 140732196289760 139908520938224 139909047728770 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9105408 140732196296654 140732196299439 140732196299439 140732196302799 0
[pid=16696/tid=16757] ppid=16693 vsize=14071612 CPUtime=2.22 cores=1,3,5,7
/proc/16696/task/16757/stat : 16757 (java) S 16693 16696 3187 0 -1 1077944384 16783 12308 0 0 212 3 5 2 20 0 15 0 7494678 14409330688 173648 18446744073709551615 4194304 4196468 140732196289760 139908519885424 139909047728770 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9105408 140732196296654 140732196299439 140732196299439 140732196302799 0
[pid=16696/tid=16758] ppid=16693 vsize=14071612 CPUtime=0.07 cores=1,3,5,7
/proc/16696/task/16758/stat : 16758 (java) S 16693 16696 3187 0 -1 1077944384 3 12308 0 0 0 0 5 2 20 0 15 0 7494678 14409330688 173648 18446744073709551615 4194304 4196468 140732196289760 139908518832864 139909047727829 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9105408 140732196296654 140732196299439 140732196299439 140732196302799 0
[pid=16696/tid=16759] ppid=16693 vsize=14071612 CPUtime=0.17 cores=1,3,5,7
/proc/16696/task/16759/stat : 16759 (java) S 16693 16696 3187 0 -1 1077944384 374 12308 0 0 5 5 5 2 20 0 15 0 7494684 14409330688 173648 18446744073709551615 4194304 4196468 140732196289760 139908517780144 139909047728770 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9105408 140732196296654 140732196299439 140732196299439 140732196302799 0
Current children cumulated CPU time (s) 236.29
Current children cumulated vsize (KiB) 14071612



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 1.84 1.77 1.83 4/214 17164
/proc/meminfo: memFree=30659636/32770624 swapFree=0/252472
[pid=16696] ppid=16693 vsize=14071612 CPUtime=254.15 cores=1,3,5,7
/proc/16696/stat : 16696 (java) S 16693 16696 3187 0 -1 1077944320 137119 12308 0 0 25352 56 5 2 20 0 15 0 7494650 14409330688 172508 18446744073709551615 4194304 4196468 140732196289760 140732196272304 139909047717623 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 9105408 140732196296654 140732196299439 140732196299439 140732196302799 0
/proc/16696/statm: 3517903 172508 3472 1 0 3506525 0
[pid=16696/tid=16746] ppid=16693 vsize=14071612 CPUtime=238.95 cores=1,3,5,7
/proc/16696/task/16746/stat : 16746 (java) R 16693 16696 3187 0 -1 4202560 54704 12308 0 0 23868 20 5 2 20 0 15 0 7494673 14409330688 172508 18446744073709551615 4194304 4196468 140732196289760 139909051951872 139908662744356 0 4 1 16800974 0 0 0 -1 5 0 0 5 0 0 6293624 6294260 9105408 140732196296654 140732196299439 140732196299439 140732196302799 0
[pid=16696/tid=16747] ppid=16693 vsize=14071612 CPUtime=0.43 cores=1,3,5,7
/proc/16696/task/16747/stat : 16747 (java) S 16693 16696 3187 0 -1 1077944384 3694 12308 0 0 32 4 5 2 20 0 15 0 7494673 14409330688 172508 18446744073709551615 4194304 4196468 140732196289760 139908967132304 139909047727829 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9105408 140732196296654 140732196299439 140732196299439 140732196302799 0
[pid=16696/tid=16748] ppid=16693 vsize=14071612 CPUtime=0.44 cores=1,3,5,7
/proc/16696/task/16748/stat : 16748 (java) S 16693 16696 3187 0 -1 1077944384 3436 12308 0 0 33 4 5 2 20 0 15 0 7494673 14409330688 172508 18446744073709551615 4194304 4196468 140732196289760 139908966079504 139909047727829 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9105408 140732196296654 140732196299439 140732196299439 140732196302799 0
[pid=16696/tid=16749] ppid=16693 vsize=14071612 CPUtime=0.44 cores=1,3,5,7
/proc/16696/task/16749/stat : 16749 (java) S 16693 16696 3187 0 -1 1077944384 1992 12308 0 0 33 4 5 2 20 0 15 0 7494673 14409330688 172508 18446744073709551615 4194304 4196468 140732196289760 139908965026704 139909047727829 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9105408 140732196296654 140732196299439 140732196299439 140732196302799 0
[pid=16696/tid=16750] ppid=16693 vsize=14071612 CPUtime=0.45 cores=1,3,5,7
/proc/16696/task/16750/stat : 16750 (java) S 16693 16696 3187 0 -1 1077944384 2288 12308 0 0 34 4 5 2 20 0 15 0 7494673 14409330688 172508 18446744073709551615 4194304 4196468 140732196289760 139908963973904 139909047727829 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9105408 140732196296654 140732196299439 140732196299439 140732196302799 0
[pid=16696/tid=16751] ppid=16693 vsize=14071612 CPUtime=0.39 cores=1,3,5,7
/proc/16696/task/16751/stat : 16751 (java) S 16693 16696 3187 0 -1 1077944384 3888 12308 0 0 29 3 5 2 20 0 15 0 7494675 14409330688 172508 18446744073709551615 4194304 4196468 140732196289760 139908526201200 139909047728770 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9105408 140732196296654 140732196299439 140732196299439 140732196302799 0
[pid=16696/tid=16752] ppid=16693 vsize=14071612 CPUtime=0.07 cores=1,3,5,7
/proc/16696/task/16752/stat : 16752 (java) S 16693 16696 3187 0 -1 1077944384 61 12308 0 0 0 0 5 2 20 0 15 0 7494675 14409330688 172508 18446744073709551615 4194304 4196468 140732196289760 139908525147232 139909047727829 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9105408 140732196296654 140732196299439 140732196299439 140732196302799 0
[pid=16696/tid=16753] ppid=16693 vsize=14071612 CPUtime=0.07 cores=1,3,5,7
/proc/16696/task/16753/stat : 16753 (java) S 16693 16696 3187 0 -1 1077944384 43 12308 0 0 0 0 5 2 20 0 15 0 7494675 14409330688 172508 18446744073709551615 4194304 4196468 140732196289760 139908524094336 139909047727829 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9105408 140732196296654 140732196299439 140732196299439 140732196302799 0
[pid=16696/tid=16754] ppid=16693 vsize=14071612 CPUtime=0.07 cores=1,3,5,7
/proc/16696/task/16754/stat : 16754 (java) S 16693 16696 3187 0 -1 1077944384 3 12308 0 0 0 0 5 2 20 0 15 0 7494678 14409330688 172508 18446744073709551615 4194304 4196468 140732196289760 139908523042640 139909047736219 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9105408 140732196296654 140732196299439 140732196299439 140732196302799 0
[pid=16696/tid=16755] ppid=16693 vsize=14071612 CPUtime=5.73 cores=1,3,5,7
/proc/16696/task/16755/stat : 16755 (java) S 16693 16696 3187 0 -1 1077944384 25409 12308 0 0 563 3 5 2 20 0 15 0 7494678 14409330688 172508 18446744073709551615 4194304 4196468 140732196289760 139908521991024 139909047728770 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9105408 140732196296654 140732196299439 140732196299439 140732196302799 0
[pid=16696/tid=16756] ppid=16693 vsize=14071612 CPUtime=5.41 cores=1,3,5,7
/proc/16696/task/16756/stat : 16756 (java) S 16693 16696 3187 0 -1 1077944384 21352 12308 0 0 531 3 5 2 20 0 15 0 7494678 14409330688 172508 18446744073709551615 4194304 4196468 140732196289760 139908520938224 139909047728770 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9105408 140732196296654 140732196299439 140732196299439 140732196302799 0
[pid=16696/tid=16757] ppid=16693 vsize=14071612 CPUtime=2.22 cores=1,3,5,7
/proc/16696/task/16757/stat : 16757 (java) S 16693 16696 3187 0 -1 1077944384 17720 12308 0 0 212 3 5 2 20 0 15 0 7494678 14409330688 172508 18446744073709551615 4194304 4196468 140732196289760 139908519885424 139909047728770 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9105408 140732196296654 140732196299439 140732196299439 140732196302799 0
[pid=16696/tid=16758] ppid=16693 vsize=14071612 CPUtime=0.07 cores=1,3,5,7
/proc/16696/task/16758/stat : 16758 (java) S 16693 16696 3187 0 -1 1077944384 3 12308 0 0 0 0 5 2 20 0 15 0 7494678 14409330688 172508 18446744073709551615 4194304 4196468 140732196289760 139908518832864 139909047727829 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9105408 140732196296654 140732196299439 140732196299439 140732196302799 0
[pid=16696/tid=16759] ppid=16693 vsize=14071612 CPUtime=0.17 cores=1,3,5,7
/proc/16696/task/16759/stat : 16759 (java) S 16693 16696 3187 0 -1 1077944384 374 12308 0 0 5 5 5 2 20 0 15 0 7494684 14409330688 172508 18446744073709551615 4194304 4196468 140732196289760 139908517780144 139909047728770 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9105408 140732196296654 140732196299439 140732196299439 140732196302799 0
Current children cumulated CPU time (s) 254.15
Current children cumulated vsize (KiB) 14071612

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

[startup+240.203 s]
/proc/loadavg: 1.84 1.77 1.83 4/214 17164
/proc/meminfo: memFree=30659636/32770624 swapFree=0/252472
[pid=16696] ppid=16693 vsize=14204740 CPUtime=254.68 cores=1,3,5,7
/proc/16696/stat : 16696 (java) S 16693 16696 3187 0 -1 1077944320 146104 12308 0 0 25404 57 5 2 20 0 17 0 7494650 14545653760 173620 18446744073709551615 4194304 4196468 140732196289760 140732196272304 139909047717623 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 9105408 140732196296654 140732196299439 140732196299439 140732196302799 0
/proc/16696/statm: 3551185 173620 3472 1 0 3539807 0
[pid=16696/tid=16746] ppid=16693 vsize=14204740 CPUtime=238.96 cores=1,3,5,7
/proc/16696/task/16746/stat : 16746 (java) S 16693 16696 3187 0 -1 1077944384 55121 12308 0 0 23869 20 5 2 20 0 17 0 7494673 14545653760 173620 18446744073709551615 4194304 4196468 140732196289760 139909051955168 139909047727829 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 5 0 0 6293624 6294260 9105408 140732196296654 140732196299439 140732196299439 140732196302799 0
[pid=16696/tid=16747] ppid=16693 vsize=14204740 CPUtime=0.54 cores=1,3,5,7
/proc/16696/task/16747/stat : 16747 (java) R 16693 16696 3187 0 -1 4202560 3717 12308 0 0 43 4 5 2 20 0 17 0 7494673 14545653760 173620 18446744073709551615 4194304 4196468 140732196289760 139908967132304 139909032714027 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9105408 140732196296654 140732196299439 140732196299439 140732196302799 0
[pid=16696/tid=16748] ppid=16693 vsize=14204740 CPUtime=0.56 cores=1,3,5,7
/proc/16696/task/16748/stat : 16748 (java) R 16693 16696 3187 0 -1 4202560 3477 12308 0 0 45 4 5 2 20 0 17 0 7494673 14545653760 173620 18446744073709551615 4194304 4196468 140732196289760 139908966079504 139909029327256 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9105408 140732196296654 140732196299439 140732196299439 140732196302799 0
[pid=16696/tid=16749] ppid=16693 vsize=14204740 CPUtime=0.56 cores=1,3,5,7
/proc/16696/task/16749/stat : 16749 (java) R 16693 16696 3187 0 -1 4202560 2048 12308 0 0 44 5 5 2 20 0 17 0 7494673 14545653760 173620 18446744073709551615 4194304 4196468 140732196289760 139908965026824 139909040345831 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9105408 140732196296654 140732196299439 140732196299439 140732196302799 0
[pid=16696/tid=16750] ppid=16693 vsize=14204740 CPUtime=0.56 cores=1,3,5,7
/proc/16696/task/16750/stat : 16750 (java) R 16693 16696 3187 0 -1 4202560 2321 12308 0 0 45 4 5 2 20 0 17 0 7494673 14545653760 173620 18446744073709551615 4194304 4196468 140732196289760 139908963974024 139909040345831 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9105408 140732196296654 140732196299439 140732196299439 140732196302799 0
[pid=16696/tid=16751] ppid=16693 vsize=14204740 CPUtime=0.47 cores=1,3,5,7
/proc/16696/task/16751/stat : 16751 (java) S 16693 16696 3187 0 -1 1077944384 11798 12308 0 0 37 3 5 2 20 0 17 0 7494675 14545653760 173620 18446744073709551615 4194304 4196468 140732196289760 139908526199824 139909047727829 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9105408 140732196296654 140732196299439 140732196299439 140732196302799 0
[pid=16696/tid=16752] ppid=16693 vsize=14204740 CPUtime=0.07 cores=1,3,5,7
/proc/16696/task/16752/stat : 16752 (java) S 16693 16696 3187 0 -1 1077944384 63 12308 0 0 0 0 5 2 20 0 17 0 7494675 14545653760 173620 18446744073709551615 4194304 4196468 140732196289760 139908525146736 139909047727829 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9105408 140732196296654 140732196299439 140732196299439 140732196302799 0
[pid=16696/tid=16753] ppid=16693 vsize=14204740 CPUtime=0.07 cores=1,3,5,7
/proc/16696/task/16753/stat : 16753 (java) S 16693 16696 3187 0 -1 1077944384 43 12308 0 0 0 0 5 2 20 0 17 0 7494675 14545653760 173620 18446744073709551615 4194304 4196468 140732196289760 139908524094336 139909047727829 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9105408 140732196296654 140732196299439 140732196299439 140732196302799 0
[pid=16696/tid=16754] ppid=16693 vsize=14204740 CPUtime=0.07 cores=1,3,5,7
/proc/16696/task/16754/stat : 16754 (java) S 16693 16696 3187 0 -1 1077944384 159 12308 0 0 0 0 5 2 20 0 17 0 7494678 14545653760 173620 18446744073709551615 4194304 4196468 140732196289760 139908523042640 139909047736219 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9105408 140732196296654 140732196299439 140732196299439 140732196302799 0
[pid=16696/tid=16755] ppid=16693 vsize=14204740 CPUtime=5.73 cores=1,3,5,7
/proc/16696/task/16755/stat : 16755 (java) S 16693 16696 3187 0 -1 1077944384 25409 12308 0 0 563 3 5 2 20 0 17 0 7494678 14545653760 173620 18446744073709551615 4194304 4196468 140732196289760 139908521991024 139909047728770 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9105408 140732196296654 140732196299439 140732196299439 140732196302799 0
[pid=16696/tid=16756] ppid=16693 vsize=14204740 CPUtime=5.41 cores=1,3,5,7
/proc/16696/task/16756/stat : 16756 (java) S 16693 16696 3187 0 -1 1077944384 21417 12308 0 0 531 3 5 2 20 0 17 0 7494678 14545653760 173620 18446744073709551615 4194304 4196468 140732196289760 139908520937792 139909047727829 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9105408 140732196296654 140732196299439 140732196299439 140732196302799 0
[pid=16696/tid=16757] ppid=16693 vsize=14204740 CPUtime=2.22 cores=1,3,5,7
/proc/16696/task/16757/stat : 16757 (java) S 16693 16696 3187 0 -1 1077944384 17720 12308 0 0 212 3 5 2 20 0 17 0 7494678 14545653760 173620 18446744073709551615 4194304 4196468 140732196289760 139908519885424 139909047728770 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9105408 140732196296654 140732196299439 140732196299439 140732196302799 0
[pid=16696/tid=16758] ppid=16693 vsize=14204740 CPUtime=0.07 cores=1,3,5,7
/proc/16696/task/16758/stat : 16758 (java) S 16693 16696 3187 0 -1 1077944384 3 12308 0 0 0 0 5 2 20 0 17 0 7494678 14545653760 173620 18446744073709551615 4194304 4196468 140732196289760 139908518832864 139909047727829 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9105408 140732196296654 140732196299439 140732196299439 140732196302799 0
[pid=16696/tid=16759] ppid=16693 vsize=14204740 CPUtime=0.17 cores=1,3,5,7
/proc/16696/task/16759/stat : 16759 (java) S 16693 16696 3187 0 -1 1077944384 374 12308 0 0 5 5 5 2 20 0 17 0 7494684 14545653760 173620 18446744073709551615 4194304 4196468 140732196289760 139908517780144 139909047728770 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9105408 140732196296654 140732196299439 140732196299439 140732196302799 0
Current children cumulated CPU time (s) 254.68
Current children cumulated vsize (KiB) 14204740

Child status: 143
Real time (s): 240.261
CPU time (s): 254.809
CPU user time (s): 254.191
CPU system time (s): 0.618189
CPU usage (%): 106.055
Max. virtual memory (cumulated for all children) (KiB): 14204740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 254.191
system time used= 0.618189
maximum resident set size= 773468
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 158552
page faults= 0
swaps= 0
block input operations= 0
block output operations= 16
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 19016
involuntary context switches= 560

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.04747 second user time and 1.45127 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-02 08:23:20
IDJOB=4259669
IDBENCH=130625
IDSOLVER=2646
FILE ID=node135/4259669-1501655840
RUNJOBID= node135-1501639717-27967
PBS_JOBID= 
Free space on /tmp= 61816 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/QueenAttacking/QueenAttacking-m1-s1/QueenAttacking-09.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4259669-1501655840/watcher-4259669-1501655840 -o /tmp/evaluation-result-4259669-1501655840/solver-4259669-1501655840 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node135-1501639717-27967 --watchdog 300  bin/concrete HOME/instance-4259669-1501655840.xml

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

MD5SUM BENCH= 5a1f15825b762c0b5b9d8df1deed9cb9
RANDOM SEED=503930525

node135.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.21
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.21
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.21
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.21
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:        30896348 kB
MemAvailable:   31176844 kB
Buffers:          132212 kB
Cached:           424876 kB
SwapCached:            0 kB
Active:          1196808 kB
Inactive:         260780 kB
Active(anon):     900732 kB
Inactive(anon):     8592 kB
Active(file):     296076 kB
Inactive(file):   252188 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24120 kB
Writeback:             0 kB
AnonPages:        900280 kB
Mapped:            42472 kB
Shmem:              8960 kB
Slab:             122204 kB
SReclaimable:      96136 kB
SUnreclaim:        26068 kB
KernelStack:        3520 kB
PageTables:         6168 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1919068 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    661504 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 61792 MiB
End job on node135 at 2017-08-02 08:27:20