Trace number 4259488

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) 249.96899 240.22099

General information on the benchmark

NameGolombRuler/GolombRuler-a3-s1/
GolombRuler-19-a3.xml
MD5SUM5b8b55291fe9e5b80fbbe778e95d2a5c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark319
Best CPU time to get the best result obtained on this benchmark1977.92
Satisfiable
(Un)Satisfiability was proved
Number of variables380
Number of constraints174
Number of domains2
Minimum domain size500
Maximum domain size501
Distribution of domain sizes[{"size":500,"count":171},{"size":501,"count":19}]
Minimum variable degree0
Maximum variable degree20
Distribution of variable degrees[{"degree":0,"count":190},{"degree":2,"count":171},{"degree":19,"count":17},{"degree":20,"count":2}]
Minimum constraint arity1
Maximum constraint arity171
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":171},{"arity":19,"count":1},{"arity":171,"count":1}]
Number of extensional constraints0
Number of intensional constraints172
Distribution of constraint types[{"type":"intension","count":172},{"type":"allDifferent","count":1},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Solver Data

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

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

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.50 1.53 1.61 2/199 9852
/proc/meminfo: memFree=31281656/32770624 swapFree=0/247128
[pid=9852] ppid=9849 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/9852/stat : 9852 (runsolver) D 9849 9852 3187 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 7035798 24240128 106 18446744073709551615 4194304 4338465 140726549293392 140726549291032 140697335812823 0 0 1 24578 18446744071580418449 0 0 17 6 0 0 0 0 0 6438912 6441760 31174656 140726549295313 140726549295687 140726549295687 140726549299146 0
/proc/9852/statm: 5918 106 53 36 0 2156 0

[startup+0.100164 s]
/proc/loadavg: 1.50 1.53 1.61 2/199 9852
/proc/meminfo: memFree=31281656/32770624 swapFree=0/247128
[pid=9852] ppid=9849 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/9852/stat : 9852 (bash) S 9849 9852 3187 0 -1 4202496 892 6493 0 0 0 0 0 1 20 0 1 0 7035798 9867264 377 18446744073709551615 4194304 5098028 140733895822800 140733895816808 139898682063872 0 0 5 65536 18446744071580971376 0 0 17 2 0 0 7 0 0 7196144 7232144 14663680 140733895827986 140733895828071 140733895828071 140733895831530 0
/proc/9852/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.200338 s]
/proc/loadavg: 1.50 1.53 1.61 2/199 9852
/proc/meminfo: memFree=31281656/32770624 swapFree=0/247128
[pid=9852] ppid=9849 vsize=9636 CPUtime=0.07 cores=0,2,4,6
/proc/9852/stat : 9852 (bash) S 9849 9852 3187 0 -1 4202496 933 12172 0 0 0 0 5 2 20 0 1 0 7035798 9867264 377 18446744073709551615 4194304 5098028 140733895822800 140733895818632 139898682063872 0 0 5 65536 18446744071580971376 0 0 17 2 0 0 7 0 0 7196144 7232144 14663680 140733895827986 140733895828071 140733895828071 140733895831530 0
/proc/9852/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9636

[startup+0.300322 s]
/proc/loadavg: 1.50 1.53 1.61 2/199 9852
/proc/meminfo: memFree=31281656/32770624 swapFree=0/247128
[pid=9852] ppid=9849 vsize=13907308 CPUtime=0.13 cores=0,2,4,6
/proc/9852/stat : 9852 (java) S 9849 9852 3187 0 -1 1077944320 5620 12850 0 0 5 1 5 2 20 0 14 0 7035798 14241083392 5307 18446744073709551615 4194304 4196468 140731798460752 140731798443296 139722708983543 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 29184000 140731798464462 140731798467247 140731798467247 140731798470607 0
/proc/9852/statm: 3476827 5307 2646 1 0 3466332 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 13907308

[startup+0.700326 s]
/proc/loadavg: 1.50 1.53 1.61 2/199 9852
/proc/meminfo: memFree=31281656/32770624 swapFree=0/247128
[pid=9852] ppid=9849 vsize=13974784 CPUtime=0.69 cores=0,2,4,6
/proc/9852/stat : 9852 (java) S 9849 9852 3187 0 -1 1077944320 13987 12850 0 0 58 4 5 2 20 0 15 0 7035798 14310178816 14939 18446744073709551615 4194304 4196468 140731798460752 140731798443296 139722708983543 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 29184000 140731798464462 140731798467247 140731798467247 140731798470607 0
/proc/9852/statm: 3493696 14939 3115 1 0 3482973 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 13974784

[startup+1.50064 s]
/proc/loadavg: 1.54 1.54 1.62 3/214 9915
/proc/meminfo: memFree=31141684/32770624 swapFree=0/247660
[pid=9852] ppid=9849 vsize=13985408 CPUtime=1.89 cores=0,2,4,6
/proc/9852/stat : 9852 (java) S 9849 9852 3187 0 -1 1077944320 29440 12850 0 0 173 9 5 2 20 0 15 0 7035798 14321057792 40248 18446744073709551615 4194304 4196468 140731798460752 140731798443296 139722708983543 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 29184000 140731798464462 140731798467247 140731798467247 140731798470607 0
/proc/9852/statm: 3496352 40248 3359 1 0 3485533 0
[pid=9852/tid=9902] ppid=9849 vsize=13985408 CPUtime=1.29 cores=0,2,4,6
/proc/9852/task/9902/stat : 9902 (java) S 9849 9852 3187 0 -1 1077944384 22466 12850 0 0 116 6 5 2 20 0 15 0 7035818 14321057792 40248 18446744073709551615 4194304 4196468 140731798460752 139722713207440 139722708993749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 29184000 140731798464462 140731798467247 140731798467247 140731798470607 0
[pid=9852/tid=9903] ppid=9849 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/9852/task/9903/stat : 9903 (java) S 9849 9852 3187 0 -1 1077944384 65 12850 0 0 0 0 5 2 20 0 15 0 7035819 14321057792 40248 18446744073709551615 4194304 4196468 140731798460752 139722669882000 139722708993749 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29184000 140731798464462 140731798467247 140731798467247 140731798470607 0
[pid=9852/tid=9904] ppid=9849 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/9852/task/9904/stat : 9904 (java) S 9849 9852 3187 0 -1 1077944384 39 12850 0 0 0 0 5 2 20 0 15 0 7035819 14321057792 40248 18446744073709551615 4194304 4196468 140731798460752 139722307856912 139722708993749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29184000 140731798464462 140731798467247 140731798467247 140731798470607 0
[pid=9852/tid=9905] ppid=9849 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/9852/task/9905/stat : 9905 (java) S 9849 9852 3187 0 -1 1077944384 56 12850 0 0 0 0 5 2 20 0 15 0 7035819 14321057792 40248 18446744073709551615 4194304 4196468 140731798460752 139722306804112 139722708993749 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29184000 140731798464462 140731798467247 140731798467247 140731798470607 0
[pid=9852/tid=9906] ppid=9849 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/9852/task/9906/stat : 9906 (java) S 9849 9852 3187 0 -1 1077944384 188 12850 0 0 0 0 5 2 20 0 15 0 7035819 14321057792 40248 18446744073709551615 4194304 4196468 140731798460752 139722305751312 139722708993749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29184000 140731798464462 140731798467247 140731798467247 140731798470607 0
[pid=9852/tid=9907] ppid=9849 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/9852/task/9907/stat : 9907 (java) R 9849 9852 3187 0 -1 4202560 1267 12850 0 0 1 0 5 2 20 0 15 0 7035820 14321057792 40248 18446744073709551615 4194304 4196468 140731798460752 139722187547840 139722690859769 0 0 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29184000 140731798464462 140731798467247 140731798467247 140731798470607 0
[pid=9852/tid=9908] ppid=9849 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/9852/task/9908/stat : 9908 (java) S 9849 9852 3187 0 -1 1077944384 33 12850 0 0 0 0 5 2 20 0 15 0 7035821 14321057792 40248 18446744073709551615 4194304 4196468 140731798460752 139722186495520 139722708993749 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29184000 140731798464462 140731798467247 140731798467247 140731798470607 0
[pid=9852/tid=9909] ppid=9849 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/9852/task/9909/stat : 9909 (java) S 9849 9852 3187 0 -1 1077944384 21 12850 0 0 0 0 5 2 20 0 15 0 7035821 14321057792 40248 18446744073709551615 4194304 4196468 140731798460752 139722185442672 139722708993749 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29184000 140731798464462 140731798467247 140731798467247 140731798470607 0
[pid=9852/tid=9910] ppid=9849 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/9852/task/9910/stat : 9910 (java) S 9849 9852 3187 0 -1 1077944384 3 12850 0 0 0 0 5 2 20 0 15 0 7035824 14321057792 40248 18446744073709551615 4194304 4196468 140731798460752 139722184390992 139722709002139 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29184000 140731798464462 140731798467247 140731798467247 140731798470607 0
[pid=9852/tid=9911] ppid=9849 vsize=13985408 CPUtime=0.19 cores=0,2,4,6
/proc/9852/task/9911/stat : 9911 (java) S 9849 9852 3187 0 -1 1077944384 967 12850 0 0 12 0 5 2 20 0 15 0 7035824 14321057792 40248 18446744073709551615 4194304 4196468 140731798460752 139722183338352 139722708994690 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29184000 140731798464462 140731798467247 140731798467247 140731798470607 0
[pid=9852/tid=9912] ppid=9849 vsize=13985408 CPUtime=0.24 cores=0,2,4,6
/proc/9852/task/9912/stat : 9912 (java) S 9849 9852 3187 0 -1 1077944384 756 12850 0 0 17 0 5 2 20 0 15 0 7035824 14321057792 40248 18446744073709551615 4194304 4196468 140731798460752 139722182285552 139722708994690 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29184000 140731798464462 140731798467247 140731798467247 140731798470607 0
[pid=9852/tid=9913] ppid=9849 vsize=13985408 CPUtime=0.3 cores=0,2,4,6
/proc/9852/task/9913/stat : 9913 (java) S 9849 9852 3187 0 -1 1077944384 1414 12850 0 0 23 0 5 2 20 0 15 0 7035824 14321057792 40248 18446744073709551615 4194304 4196468 140731798460752 139722181227552 139722708993749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29184000 140731798464462 140731798467247 140731798467247 140731798470607 0
[pid=9852/tid=9914] ppid=9849 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/9852/task/9914/stat : 9914 (java) S 9849 9852 3187 0 -1 1077944384 3 12850 0 0 0 0 5 2 20 0 15 0 7035824 14321057792 40248 18446744073709551615 4194304 4196468 140731798460752 139722180180192 139722708993749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29184000 140731798464462 140731798467247 140731798467247 140731798470607 0
[pid=9852/tid=9915] ppid=9849 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/9852/task/9915/stat : 9915 (java) S 9849 9852 3187 0 -1 1077944384 10 12850 0 0 0 0 5 2 20 0 15 0 7035828 14321057792 40248 18446744073709551615 4194304 4196468 140731798460752 139722179128496 139722708994690 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29184000 140731798464462 140731798467247 140731798467247 140731798470607 0
Current children cumulated CPU time (s) 1.89
Current children cumulated vsize (KiB) 13985408

[startup+3.11078 s]
/proc/loadavg: 1.54 1.54 1.62 5/214 9915
/proc/meminfo: memFree=31058152/32770624 swapFree=0/247660
[pid=9852] ppid=9849 vsize=13995836 CPUtime=4.28 cores=0,2,4,6
/proc/9852/stat : 9852 (java) S 9849 9852 3187 0 -1 1077944320 38334 12850 0 0 408 13 5 2 20 0 15 0 7035798 14331736064 48030 18446744073709551615 4194304 4196468 140731798460752 140731798443296 139722708983543 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 29184000 140731798464462 140731798467247 140731798467247 140731798470607 0
/proc/9852/statm: 3498959 48030 3435 1 0 3487581 0
[pid=9852/tid=9902] ppid=9849 vsize=13995836 CPUtime=2.4 cores=0,2,4,6
/proc/9852/task/9902/stat : 9902 (java) R 9849 9852 3187 0 -1 4202560 27343 12850 0 0 225 8 5 2 20 0 15 0 7035818 14331736064 48030 18446744073709551615 4194304 4196468 140731798460752 139722713213248 139722357536929 0 4 1 16800974 0 0 0 -1 0 0 0 52 0 0 6293624 6294260 29184000 140731798464462 140731798467247 140731798467247 140731798470607 0
[pid=9852/tid=9903] ppid=9849 vsize=13995836 CPUtime=0.07 cores=0,2,4,6
/proc/9852/task/9903/stat : 9903 (java) S 9849 9852 3187 0 -1 1077944384 70 12850 0 0 0 0 5 2 20 0 15 0 7035819 14331736064 48030 18446744073709551615 4194304 4196468 140731798460752 139722669882000 139722708993749 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29184000 140731798464462 140731798467247 140731798467247 140731798470607 0
[pid=9852/tid=9904] ppid=9849 vsize=13995836 CPUtime=0.08 cores=0,2,4,6
/proc/9852/task/9904/stat : 9904 (java) S 9849 9852 3187 0 -1 1077944384 39 12850 0 0 1 0 5 2 20 0 15 0 7035819 14331736064 48030 18446744073709551615 4194304 4196468 140731798460752 139722307856912 139722708993749 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29184000 140731798464462 140731798467247 140731798467247 140731798470607 0
[pid=9852/tid=9905] ppid=9849 vsize=13995836 CPUtime=0.08 cores=0,2,4,6
/proc/9852/task/9905/stat : 9905 (java) S 9849 9852 3187 0 -1 1077944384 56 12850 0 0 1 0 5 2 20 0 15 0 7035819 14331736064 48030 18446744073709551615 4194304 4196468 140731798460752 139722306804112 139722708993749 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29184000 140731798464462 140731798467247 140731798467247 140731798470607 0
[pid=9852/tid=9906] ppid=9849 vsize=13995836 CPUtime=0.08 cores=0,2,4,6
/proc/9852/task/9906/stat : 9906 (java) S 9849 9852 3187 0 -1 1077944384 191 12850 0 0 1 0 5 2 20 0 15 0 7035819 14331736064 48030 18446744073709551615 4194304 4196468 140731798460752 139722305751312 139722708993749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29184000 140731798464462 140731798467247 140731798467247 140731798470607 0
[pid=9852/tid=9907] ppid=9849 vsize=13995836 CPUtime=0.08 cores=0,2,4,6
/proc/9852/task/9907/stat : 9907 (java) S 9849 9852 3187 0 -1 1077944384 1624 12850 0 0 1 0 5 2 20 0 15 0 7035820 14331736064 48030 18446744073709551615 4194304 4196468 140731798460752 139722187549552 139722708994690 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29184000 140731798464462 140731798467247 140731798467247 140731798470607 0
[pid=9852/tid=9908] ppid=9849 vsize=13995836 CPUtime=0.07 cores=0,2,4,6
/proc/9852/task/9908/stat : 9908 (java) S 9849 9852 3187 0 -1 1077944384 54 12850 0 0 0 0 5 2 20 0 15 0 7035821 14331736064 48030 18446744073709551615 4194304 4196468 140731798460752 139722186495584 139722708993749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29184000 140731798464462 140731798467247 140731798467247 140731798470607 0
[pid=9852/tid=9909] ppid=9849 vsize=13995836 CPUtime=0.07 cores=0,2,4,6
/proc/9852/task/9909/stat : 9909 (java) S 9849 9852 3187 0 -1 1077944384 45 12850 0 0 0 0 5 2 20 0 15 0 7035821 14331736064 48030 18446744073709551615 4194304 4196468 140731798460752 139722185442688 139722708993749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29184000 140731798464462 140731798467247 140731798467247 140731798470607 0
[pid=9852/tid=9910] ppid=9849 vsize=13995836 CPUtime=0.07 cores=0,2,4,6
/proc/9852/task/9910/stat : 9910 (java) S 9849 9852 3187 0 -1 1077944384 3 12850 0 0 0 0 5 2 20 0 15 0 7035824 14331736064 48030 18446744073709551615 4194304 4196468 140731798460752 139722184390992 139722709002139 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29184000 140731798464462 140731798467247 140731798467247 140731798470607 0
[pid=9852/tid=9911] ppid=9849 vsize=13995836 CPUtime=0.48 cores=0,2,4,6
/proc/9852/task/9911/stat : 9911 (java) R 9849 9852 3187 0 -1 4202560 1668 12850 0 0 41 0 5 2 20 0 15 0 7035824 14331736064 48030 18446744073709551615 4194304 4196468 140731798460752 139722183324376 139722690507009 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29184000 140731798464462 140731798467247 140731798467247 140731798470607 0
[pid=9852/tid=9912] ppid=9849 vsize=13995836 CPUtime=0.59 cores=0,2,4,6
/proc/9852/task/9912/stat : 9912 (java) R 9849 9852 3187 0 -1 4202560 1452 12850 0 0 51 1 5 2 20 0 15 0 7035824 14331736064 48030 18446744073709551615 4194304 4196468 140731798460752 139722182285552 139722692469502 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29184000 140731798464462 140731798467247 140731798467247 140731798470607 0
[pid=9852/tid=9913] ppid=9849 vsize=13995836 CPUtime=0.9 cores=0,2,4,6
/proc/9852/task/9913/stat : 9913 (java) S 9849 9852 3187 0 -1 1077944384 3623 12850 0 0 82 1 5 2 20 0 15 0 7035824 14331736064 48030 18446744073709551615 4194304 4196468 140731798460752 139722181232752 139722708994690 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29184000 140731798464462 140731798467247 140731798467247 140731798470607 0
[pid=9852/tid=9914] ppid=9849 vsize=13995836 CPUtime=0.07 cores=0,2,4,6
/proc/9852/task/9914/stat : 9914 (java) S 9849 9852 3187 0 -1 1077944384 3 12850 0 0 0 0 5 2 20 0 15 0 7035824 14331736064 48030 18446744073709551615 4194304 4196468 140731798460752 139722180180192 139722708993749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29184000 140731798464462 140731798467247 140731798467247 140731798470607 0
[pid=9852/tid=9915] ppid=9849 vsize=13995836 CPUtime=0.07 cores=0,2,4,6
/proc/9852/task/9915/stat : 9915 (java) S 9849 9852 3187 0 -1 1077944384 11 12850 0 0 0 0 5 2 20 0 15 0 7035828 14331736064 48030 18446744073709551615 4194304 4196468 140731798460752 139722179128496 139722708994690 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29184000 140731798464462 140731798467247 140731798467247 140731798470607 0
Current children cumulated CPU time (s) 4.28
Current children cumulated vsize (KiB) 13995836

[startup+6.30483 s]
/proc/loadavg: 1.54 1.54 1.62 7/214 9915
/proc/meminfo: memFree=30841900/32770624 swapFree=0/247656
[pid=9852] ppid=9849 vsize=14067516 CPUtime=12.24 cores=0,2,4,6
/proc/9852/stat : 9852 (java) S 9849 9852 3187 0 -1 1077944320 69148 12850 0 0 1195 22 5 2 20 0 15 0 7035798 14405136384 93344 18446744073709551615 4194304 4196468 140731798460752 140731798443296 139722708983543 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 29184000 140731798464462 140731798467247 140731798467247 140731798470607 0
/proc/9852/statm: 3516879 93344 3459 1 0 3505501 0
[pid=9852/tid=9902] ppid=9849 vsize=14067516 CPUtime=5.5 cores=0,2,4,6
/proc/9852/task/9902/stat : 9902 (java) R 9849 9852 3187 0 -1 4202560 42234 12850 0 0 530 13 5 2 20 0 15 0 7035818 14405136384 93344 18446744073709551615 4194304 4196468 140731798460752 139722713213592 139722365997331 0 4 1 16800974 0 0 0 -1 6 0 0 52 0 0 6293624 6294260 29184000 140731798464462 140731798467247 140731798467247 140731798470607 0
[pid=9852/tid=9903] ppid=9849 vsize=14067516 CPUtime=0.11 cores=0,2,4,6
/proc/9852/task/9903/stat : 9903 (java) S 9849 9852 3187 0 -1 1077944384 144 12850 0 0 4 0 5 2 20 0 15 0 7035819 14405136384 93344 18446744073709551615 4194304 4196468 140731798460752 139722669882000 139722708993749 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29184000 140731798464462 140731798467247 140731798467247 140731798470607 0
[pid=9852/tid=9904] ppid=9849 vsize=14067516 CPUtime=0.11 cores=0,2,4,6
/proc/9852/task/9904/stat : 9904 (java) S 9849 9852 3187 0 -1 1077944384 92 12850 0 0 4 0 5 2 20 0 15 0 7035819 14405136384 93344 18446744073709551615 4194304 4196468 140731798460752 139722307856912 139722708993749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29184000 140731798464462 140731798467247 140731798467247 140731798470607 0
[pid=9852/tid=9905] ppid=9849 vsize=14067516 CPUtime=0.11 cores=0,2,4,6
/proc/9852/task/9905/stat : 9905 (java) S 9849 9852 3187 0 -1 1077944384 98 12850 0 0 4 0 5 2 20 0 15 0 7035819 14405136384 93344 18446744073709551615 4194304 4196468 140731798460752 139722306804112 139722708993749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29184000 140731798464462 140731798467247 140731798467247 140731798470607 0
[pid=9852/tid=9906] ppid=9849 vsize=14067516 CPUtime=0.1 cores=0,2,4,6
/proc/9852/task/9906/stat : 9906 (java) S 9849 9852 3187 0 -1 1077944384 197 12850 0 0 3 0 5 2 20 0 15 0 7035819 14405136384 93344 18446744073709551615 4194304 4196468 140731798460752 139722305751312 139722708993749 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29184000 140731798464462 140731798467247 140731798467247 140731798470607 0
[pid=9852/tid=9907] ppid=9849 vsize=14067516 CPUtime=0.11 cores=0,2,4,6
/proc/9852/task/9907/stat : 9907 (java) S 9849 9852 3187 0 -1 1077944384 2245 12850 0 0 4 0 5 2 20 0 15 0 7035820 14405136384 93344 18446744073709551615 4194304 4196468 140731798460752 139722187549552 139722708994690 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29184000 140731798464462 140731798467247 140731798467247 140731798470607 0
[pid=9852/tid=9908] ppid=9849 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/9852/task/9908/stat : 9908 (java) S 9849 9852 3187 0 -1 1077944384 54 12850 0 0 0 0 5 2 20 0 15 0 7035821 14405136384 93344 18446744073709551615 4194304 4196468 140731798460752 139722186495584 139722708993749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29184000 140731798464462 140731798467247 140731798467247 140731798470607 0
[pid=9852/tid=9909] ppid=9849 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/9852/task/9909/stat : 9909 (java) S 9849 9852 3187 0 -1 1077944384 45 12850 0 0 0 0 5 2 20 0 15 0 7035821 14405136384 93344 18446744073709551615 4194304 4196468 140731798460752 139722185442688 139722708993749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29184000 140731798464462 140731798467247 140731798467247 140731798470607 0
[pid=9852/tid=9910] ppid=9849 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/9852/task/9910/stat : 9910 (java) S 9849 9852 3187 0 -1 1077944384 3 12850 0 0 0 0 5 2 20 0 15 0 7035824 14405136384 93344 18446744073709551615 4194304 4196468 140731798460752 139722184390992 139722709002139 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29184000 140731798464462 140731798467247 140731798467247 140731798470607 0
[pid=9852/tid=9911] ppid=9849 vsize=14067516 CPUtime=2.41 cores=0,2,4,6
/proc/9852/task/9911/stat : 9911 (java) R 9849 9852 3187 0 -1 4202560 6413 12850 0 0 233 1 5 2 20 0 15 0 7035824 14405136384 93344 18446744073709551615 4194304 4196468 140731798460752 139722183328064 139722693223728 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29184000 140731798464462 140731798467247 140731798467247 140731798470607 0
[pid=9852/tid=9912] ppid=9849 vsize=14067516 CPUtime=2.53 cores=0,2,4,6
/proc/9852/task/9912/stat : 9912 (java) R 9849 9852 3187 0 -1 4202560 8234 12850 0 0 244 2 5 2 20 0 15 0 7035824 14405136384 93344 18446744073709551615 4194304 4196468 140731798460752 139722182270544 139722694997924 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29184000 140731798464462 140731798467247 140731798467247 140731798470607 0
[pid=9852/tid=9913] ppid=9849 vsize=14067516 CPUtime=1.73 cores=0,2,4,6
/proc/9852/task/9913/stat : 9913 (java) S 9849 9852 3187 0 -1 1077944384 7133 12850 0 0 164 2 5 2 20 0 15 0 7035824 14405136384 93344 18446744073709551615 4194304 4196468 140731798460752 139722181232752 139722708994690 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29184000 140731798464462 140731798467247 140731798467247 140731798470607 0
[pid=9852/tid=9914] ppid=9849 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/9852/task/9914/stat : 9914 (java) S 9849 9852 3187 0 -1 1077944384 3 12850 0 0 0 0 5 2 20 0 15 0 7035824 14405136384 93344 18446744073709551615 4194304 4196468 140731798460752 139722180180192 139722708993749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29184000 140731798464462 140731798467247 140731798467247 140731798470607 0
[pid=9852/tid=9915] ppid=9849 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/9852/task/9915/stat : 9915 (java) S 9849 9852 3187 0 -1 1077944384 101 12850 0 0 0 0 5 2 20 0 15 0 7035828 14405136384 93344 18446744073709551615 4194304 4196468 140731798460752 139722179128496 139722708994690 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29184000 140731798464462 140731798467247 140731798467247 140731798470607 0
Current children cumulated CPU time (s) 12.24
Current children cumulated vsize (KiB) 14067516

[startup+12.7008 s]
/proc/loadavg: 1.68 1.57 1.63 3/214 9915
/proc/meminfo: memFree=30001424/32770624 swapFree=0/247668
[pid=9852] ppid=9849 vsize=14067516 CPUtime=19.85 cores=0,2,4,6
/proc/9852/stat : 9852 (java) S 9849 9852 3187 0 -1 1077944320 75253 12850 0 0 1944 34 5 2 20 0 15 0 7035798 14405136384 229724 18446744073709551615 4194304 4196468 140731798460752 140731798443296 139722708983543 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 29184000 140731798464462 140731798467247 140731798467247 140731798470607 0
/proc/9852/statm: 3516879 229724 3467 1 0 3505501 0
[pid=9852/tid=9902] ppid=9849 vsize=14067516 CPUtime=11.86 cores=0,2,4,6
/proc/9852/task/9902/stat : 9902 (java) R 9849 9852 3187 0 -1 4202560 43595 12850 0 0 1157 22 5 2 20 0 15 0 7035818 14405136384 229724 18446744073709551615 4194304 4196468 140731798460752 139722713217680 139722350467011 0 4 1 16800974 0 0 0 -1 2 0 0 52 0 0 6293624 6294260 29184000 140731798464462 140731798467247 140731798467247 140731798470607 0
[pid=9852/tid=9903] ppid=9849 vsize=14067516 CPUtime=0.13 cores=0,2,4,6
/proc/9852/task/9903/stat : 9903 (java) S 9849 9852 3187 0 -1 1077944384 417 12850 0 0 5 1 5 2 20 0 15 0 7035819 14405136384 229724 18446744073709551615 4194304 4196468 140731798460752 139722669882000 139722708993749 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29184000 140731798464462 140731798467247 140731798467247 140731798470607 0
[pid=9852/tid=9904] ppid=9849 vsize=14067516 CPUtime=0.12 cores=0,2,4,6
/proc/9852/task/9904/stat : 9904 (java) S 9849 9852 3187 0 -1 1077944384 197 12850 0 0 5 0 5 2 20 0 15 0 7035819 14405136384 229724 18446744073709551615 4194304 4196468 140731798460752 139722307856912 139722708993749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29184000 140731798464462 140731798467247 140731798467247 140731798470607 0
[pid=9852/tid=9905] ppid=9849 vsize=14067516 CPUtime=0.13 cores=0,2,4,6
/proc/9852/task/9905/stat : 9905 (java) S 9849 9852 3187 0 -1 1077944384 1009 12850 0 0 5 1 5 2 20 0 15 0 7035819 14405136384 229724 18446744073709551615 4194304 4196468 140731798460752 139722306804112 139722708993749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29184000 140731798464462 140731798467247 140731798467247 140731798470607 0
[pid=9852/tid=9906] ppid=9849 vsize=14067516 CPUtime=0.11 cores=0,2,4,6
/proc/9852/task/9906/stat : 9906 (java) S 9849 9852 3187 0 -1 1077944384 359 12850 0 0 4 0 5 2 20 0 15 0 7035819 14405136384 229724 18446744073709551615 4194304 4196468 140731798460752 139722305751312 139722708993749 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29184000 140731798464462 140731798467247 140731798467247 140731798470607 0
[pid=9852/tid=9907] ppid=9849 vsize=14067516 CPUtime=0.12 cores=0,2,4,6
/proc/9852/task/9907/stat : 9907 (java) S 9849 9852 3187 0 -1 1077944384 2741 12850 0 0 5 0 5 2 20 0 15 0 7035820 14405136384 229724 18446744073709551615 4194304 4196468 140731798460752 139722187549552 139722708994690 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29184000 140731798464462 140731798467247 140731798467247 140731798470607 0
[pid=9852/tid=9908] ppid=9849 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/9852/task/9908/stat : 9908 (java) S 9849 9852 3187 0 -1 1077944384 54 12850 0 0 0 0 5 2 20 0 15 0 7035821 14405136384 229724 18446744073709551615 4194304 4196468 140731798460752 139722186495648 139722708993749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29184000 140731798464462 140731798467247 140731798467247 140731798470607 0
[pid=9852/tid=9909] ppid=9849 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/9852/task/9909/stat : 9909 (java) S 9849 9852 3187 0 -1 1077944384 45 12850 0 0 0 0 5 2 20 0 15 0 7035821 14405136384 229724 18446744073709551615 4194304 4196468 140731798460752 139722185442688 139722708993749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29184000 140731798464462 140731798467247 140731798467247 140731798470607 0
[pid=9852/tid=9910] ppid=9849 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/9852/task/9910/stat : 9910 (java) S 9849 9852 3187 0 -1 1077944384 3 12850 0 0 0 0 5 2 20 0 15 0 7035824 14405136384 229724 18446744073709551615 4194304 4196468 140731798460752 139722184390992 139722709002139 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29184000 140731798464462 140731798467247 140731798467247 140731798470607 0

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

/proc/9852/task/9914/stat : 9914 (java) S 9849 9852 3187 0 -1 1077944384 3 12850 0 0 0 0 5 2 20 0 15 0 7035824 14405136384 346636 18446744073709551615 4194304 4196468 140731798460752 139722180180192 139722708993749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29184000 140731798464462 140731798467247 140731798467247 140731798470607 0
[pid=9852/tid=9915] ppid=9849 vsize=14067516 CPUtime=0.12 cores=0,2,4,6
/proc/9852/task/9915/stat : 9915 (java) S 9849 9852 3187 0 -1 1077944384 1170 12850 0 0 3 2 5 2 20 0 15 0 7035828 14405136384 346636 18446744073709551615 4194304 4196468 140731798460752 139722179128496 139722708994690 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29184000 140731798464462 140731798467247 140731798467247 140731798470607 0
Current children cumulated CPU time (s) 110.02
Current children cumulated vsize (KiB) 14067516

[startup+162.301 s]
/proc/loadavg: 1.35 1.45 1.57 3/214 9920
/proc/meminfo: memFree=29028524/32770624 swapFree=0/247756
[pid=9852] ppid=9849 vsize=14067516 CPUtime=170.73 cores=0,2,4,6
/proc/9852/stat : 9852 (java) S 9849 9852 3187 0 -1 1077944320 99726 12850 0 0 17008 58 5 2 20 0 15 0 7035798 14405136384 346760 18446744073709551615 4194304 4196468 140731798460752 140731798443296 139722708983543 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 29184000 140731798464462 140731798467247 140731798467247 140731798470607 0
/proc/9852/statm: 3516879 346760 3467 1 0 3505501 0
[pid=9852/tid=9902] ppid=9849 vsize=14067516 CPUtime=160.54 cores=0,2,4,6
/proc/9852/task/9902/stat : 9902 (java) R 9849 9852 3187 0 -1 4202560 49689 12850 0 0 16018 29 5 2 20 0 15 0 7035818 14405136384 346760 18446744073709551615 4194304 4196468 140731798460752 139722713217472 139722365100369 0 4 1 16800974 0 0 0 -1 6 0 0 52 0 0 6293624 6294260 29184000 140731798464462 140731798467247 140731798467247 140731798470607 0
[pid=9852/tid=9903] ppid=9849 vsize=14067516 CPUtime=0.52 cores=0,2,4,6
/proc/9852/task/9903/stat : 9903 (java) S 9849 9852 3187 0 -1 1077944384 1141 12850 0 0 40 5 5 2 20 0 15 0 7035819 14405136384 346760 18446744073709551615 4194304 4196468 140731798460752 139722669882000 139722708993749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29184000 140731798464462 140731798467247 140731798467247 140731798470607 0
[pid=9852/tid=9904] ppid=9849 vsize=14067516 CPUtime=0.51 cores=0,2,4,6
/proc/9852/task/9904/stat : 9904 (java) S 9849 9852 3187 0 -1 1077944384 1566 12850 0 0 40 4 5 2 20 0 15 0 7035819 14405136384 346760 18446744073709551615 4194304 4196468 140731798460752 139722307856912 139722708993749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29184000 140731798464462 140731798467247 140731798467247 140731798470607 0
[pid=9852/tid=9905] ppid=9849 vsize=14067516 CPUtime=0.52 cores=0,2,4,6
/proc/9852/task/9905/stat : 9905 (java) S 9849 9852 3187 0 -1 1077944384 4684 12850 0 0 41 4 5 2 20 0 15 0 7035819 14405136384 346760 18446744073709551615 4194304 4196468 140731798460752 139722306804112 139722708993749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29184000 140731798464462 140731798467247 140731798467247 140731798470607 0
[pid=9852/tid=9906] ppid=9849 vsize=14067516 CPUtime=0.51 cores=0,2,4,6
/proc/9852/task/9906/stat : 9906 (java) S 9849 9852 3187 0 -1 1077944384 2136 12850 0 0 41 3 5 2 20 0 15 0 7035819 14405136384 346760 18446744073709551615 4194304 4196468 140731798460752 139722305751312 139722708993749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29184000 140731798464462 140731798467247 140731798467247 140731798470607 0
[pid=9852/tid=9907] ppid=9849 vsize=14067516 CPUtime=0.52 cores=0,2,4,6
/proc/9852/task/9907/stat : 9907 (java) S 9849 9852 3187 0 -1 1077944384 4217 12850 0 0 42 3 5 2 20 0 15 0 7035820 14405136384 346760 18446744073709551615 4194304 4196468 140731798460752 139722187549552 139722708994690 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29184000 140731798464462 140731798467247 140731798467247 140731798470607 0
[pid=9852/tid=9908] ppid=9849 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/9852/task/9908/stat : 9908 (java) S 9849 9852 3187 0 -1 1077944384 54 12850 0 0 0 0 5 2 20 0 15 0 7035821 14405136384 346760 18446744073709551615 4194304 4196468 140731798460752 139722186495648 139722708993749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29184000 140731798464462 140731798467247 140731798467247 140731798470607 0
[pid=9852/tid=9909] ppid=9849 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/9852/task/9909/stat : 9909 (java) S 9849 9852 3187 0 -1 1077944384 45 12850 0 0 0 0 5 2 20 0 15 0 7035821 14405136384 346760 18446744073709551615 4194304 4196468 140731798460752 139722185442688 139722708993749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29184000 140731798464462 140731798467247 140731798467247 140731798470607 0
[pid=9852/tid=9910] ppid=9849 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/9852/task/9910/stat : 9910 (java) S 9849 9852 3187 0 -1 1077944384 3 12850 0 0 0 0 5 2 20 0 15 0 7035824 14405136384 346760 18446744073709551615 4194304 4196468 140731798460752 139722184390992 139722709002139 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29184000 140731798464462 140731798467247 140731798467247 140731798470607 0
[pid=9852/tid=9911] ppid=9849 vsize=14067516 CPUtime=3.01 cores=0,2,4,6
/proc/9852/task/9911/stat : 9911 (java) S 9849 9852 3187 0 -1 1077944384 9060 12850 0 0 292 2 5 2 20 0 15 0 7035824 14405136384 346760 18446744073709551615 4194304 4196468 140731798460752 139722183338352 139722708994690 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29184000 140731798464462 140731798467247 140731798467247 140731798470607 0
[pid=9852/tid=9912] ppid=9849 vsize=14067516 CPUtime=3.15 cores=0,2,4,6
/proc/9852/task/9912/stat : 9912 (java) S 9849 9852 3187 0 -1 1077944384 12632 12850 0 0 306 2 5 2 20 0 15 0 7035824 14405136384 346760 18446744073709551615 4194304 4196468 140731798460752 139722182285552 139722708994690 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29184000 140731798464462 140731798467247 140731798467247 140731798470607 0
[pid=9852/tid=9913] ppid=9849 vsize=14067516 CPUtime=1.82 cores=0,2,4,6
/proc/9852/task/9913/stat : 9913 (java) S 9849 9852 3187 0 -1 1077944384 11137 12850 0 0 172 3 5 2 20 0 15 0 7035824 14405136384 346760 18446744073709551615 4194304 4196468 140731798460752 139722181232752 139722708994690 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29184000 140731798464462 140731798467247 140731798467247 140731798470607 0
[pid=9852/tid=9914] ppid=9849 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/9852/task/9914/stat : 9914 (java) S 9849 9852 3187 0 -1 1077944384 3 12850 0 0 0 0 5 2 20 0 15 0 7035824 14405136384 346760 18446744073709551615 4194304 4196468 140731798460752 139722180180192 139722708993749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29184000 140731798464462 140731798467247 140731798467247 140731798470607 0
[pid=9852/tid=9915] ppid=9849 vsize=14067516 CPUtime=0.16 cores=0,2,4,6
/proc/9852/task/9915/stat : 9915 (java) S 9849 9852 3187 0 -1 1077944384 1207 12850 0 0 5 4 5 2 20 0 15 0 7035828 14405136384 346760 18446744073709551615 4194304 4196468 140731798460752 139722179128496 139722708994690 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29184000 140731798464462 140731798467247 140731798467247 140731798470607 0
Current children cumulated CPU time (s) 170.73
Current children cumulated vsize (KiB) 14067516

[startup+222.307 s]
/proc/loadavg: 1.19 1.37 1.54 3/214 10061
/proc/meminfo: memFree=30250868/32770624 swapFree=0/247812
[pid=9852] ppid=9849 vsize=14067516 CPUtime=231.54 cores=0,2,4,6
/proc/9852/stat : 9852 (java) S 9849 9852 3187 0 -1 1077944320 104210 12850 0 0 23082 65 5 2 20 0 15 0 7035798 14405136384 347368 18446744073709551615 4194304 4196468 140731798460752 140731798443296 139722708983543 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 29184000 140731798464462 140731798467247 140731798467247 140731798470607 0
/proc/9852/statm: 3516879 347368 3467 1 0 3505501 0
[pid=9852/tid=9902] ppid=9849 vsize=14067516 CPUtime=219.92 cores=0,2,4,6
/proc/9852/task/9902/stat : 9902 (java) R 9849 9852 3187 0 -1 4202560 51349 12850 0 0 21956 29 5 2 20 0 15 0 7035818 14405136384 347368 18446744073709551615 4194304 4196468 140731798460752 139722713217728 139722365926008 0 4 1 16800974 0 0 0 -1 4 0 0 52 0 0 6293624 6294260 29184000 140731798464462 140731798467247 140731798467247 140731798470607 0
[pid=9852/tid=9903] ppid=9849 vsize=14067516 CPUtime=0.8 cores=0,2,4,6
/proc/9852/task/9903/stat : 9903 (java) S 9849 9852 3187 0 -1 1077944384 1226 12850 0 0 66 7 5 2 20 0 15 0 7035819 14405136384 347368 18446744073709551615 4194304 4196468 140731798460752 139722669882000 139722708993749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29184000 140731798464462 140731798467247 140731798467247 140731798470607 0
[pid=9852/tid=9904] ppid=9849 vsize=14067516 CPUtime=0.79 cores=0,2,4,6
/proc/9852/task/9904/stat : 9904 (java) S 9849 9852 3187 0 -1 1077944384 1683 12850 0 0 67 5 5 2 20 0 15 0 7035819 14405136384 347368 18446744073709551615 4194304 4196468 140731798460752 139722307856912 139722708993749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29184000 140731798464462 140731798467247 140731798467247 140731798470607 0
[pid=9852/tid=9905] ppid=9849 vsize=14067516 CPUtime=0.8 cores=0,2,4,6
/proc/9852/task/9905/stat : 9905 (java) S 9849 9852 3187 0 -1 1077944384 5760 12850 0 0 67 6 5 2 20 0 15 0 7035819 14405136384 347368 18446744073709551615 4194304 4196468 140731798460752 139722306804112 139722708993749 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29184000 140731798464462 140731798467247 140731798467247 140731798470607 0
[pid=9852/tid=9906] ppid=9849 vsize=14067516 CPUtime=0.79 cores=0,2,4,6
/proc/9852/task/9906/stat : 9906 (java) S 9849 9852 3187 0 -1 1077944384 2792 12850 0 0 68 4 5 2 20 0 15 0 7035819 14405136384 347368 18446744073709551615 4194304 4196468 140731798460752 139722305751312 139722708993749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29184000 140731798464462 140731798467247 140731798467247 140731798470607 0
[pid=9852/tid=9907] ppid=9849 vsize=14067516 CPUtime=0.78 cores=0,2,4,6
/proc/9852/task/9907/stat : 9907 (java) S 9849 9852 3187 0 -1 1077944384 4539 12850 0 0 67 4 5 2 20 0 15 0 7035820 14405136384 347368 18446744073709551615 4194304 4196468 140731798460752 139722187549552 139722708994690 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29184000 140731798464462 140731798467247 140731798467247 140731798470607 0
[pid=9852/tid=9908] ppid=9849 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/9852/task/9908/stat : 9908 (java) S 9849 9852 3187 0 -1 1077944384 54 12850 0 0 0 0 5 2 20 0 15 0 7035821 14405136384 347368 18446744073709551615 4194304 4196468 140731798460752 139722186495648 139722708993749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29184000 140731798464462 140731798467247 140731798467247 140731798470607 0
[pid=9852/tid=9909] ppid=9849 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/9852/task/9909/stat : 9909 (java) S 9849 9852 3187 0 -1 1077944384 45 12850 0 0 0 0 5 2 20 0 15 0 7035821 14405136384 347368 18446744073709551615 4194304 4196468 140731798460752 139722185442688 139722708993749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29184000 140731798464462 140731798467247 140731798467247 140731798470607 0
[pid=9852/tid=9910] ppid=9849 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/9852/task/9910/stat : 9910 (java) S 9849 9852 3187 0 -1 1077944384 3 12850 0 0 0 0 5 2 20 0 15 0 7035824 14405136384 347368 18446744073709551615 4194304 4196468 140731798460752 139722184390992 139722709002139 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29184000 140731798464462 140731798467247 140731798467247 140731798470607 0
[pid=9852/tid=9911] ppid=9849 vsize=14067516 CPUtime=3.01 cores=0,2,4,6
/proc/9852/task/9911/stat : 9911 (java) S 9849 9852 3187 0 -1 1077944384 9064 12850 0 0 292 2 5 2 20 0 15 0 7035824 14405136384 347368 18446744073709551615 4194304 4196468 140731798460752 139722183338352 139722708994690 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29184000 140731798464462 140731798467247 140731798467247 140731798470607 0
[pid=9852/tid=9912] ppid=9849 vsize=14067516 CPUtime=3.15 cores=0,2,4,6
/proc/9852/task/9912/stat : 9912 (java) S 9849 9852 3187 0 -1 1077944384 12640 12850 0 0 306 2 5 2 20 0 15 0 7035824 14405136384 347368 18446744073709551615 4194304 4196468 140731798460752 139722182285552 139722708994690 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29184000 140731798464462 140731798467247 140731798467247 140731798470607 0
[pid=9852/tid=9913] ppid=9849 vsize=14067516 CPUtime=1.82 cores=0,2,4,6
/proc/9852/task/9913/stat : 9913 (java) S 9849 9852 3187 0 -1 1077944384 11675 12850 0 0 172 3 5 2 20 0 15 0 7035824 14405136384 347368 18446744073709551615 4194304 4196468 140731798460752 139722181232752 139722708994690 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29184000 140731798464462 140731798467247 140731798467247 140731798470607 0
[pid=9852/tid=9914] ppid=9849 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/9852/task/9914/stat : 9914 (java) S 9849 9852 3187 0 -1 1077944384 3 12850 0 0 0 0 5 2 20 0 15 0 7035824 14405136384 347368 18446744073709551615 4194304 4196468 140731798460752 139722180180192 139722708993749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29184000 140731798464462 140731798467247 140731798467247 140731798470607 0
[pid=9852/tid=9915] ppid=9849 vsize=14067516 CPUtime=0.21 cores=0,2,4,6
/proc/9852/task/9915/stat : 9915 (java) S 9849 9852 3187 0 -1 1077944384 1225 12850 0 0 8 6 5 2 20 0 15 0 7035828 14405136384 347368 18446744073709551615 4194304 4196468 140731798460752 139722179128496 139722708994690 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29184000 140731798464462 140731798467247 140731798467247 140731798470607 0
Current children cumulated CPU time (s) 231.54
Current children cumulated vsize (KiB) 14067516



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 1.21 1.37 1.53 3/214 10061
/proc/meminfo: memFree=29417288/32770624 swapFree=0/247840
[pid=9852] ppid=9849 vsize=14067516 CPUtime=249.45 cores=0,2,4,6
/proc/9852/stat : 9852 (java) S 9849 9852 3187 0 -1 1077944320 106832 12850 0 0 24871 67 5 2 20 0 15 0 7035798 14405136384 347445 18446744073709551615 4194304 4196468 140731798460752 140731798443296 139722708983543 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 29184000 140731798464462 140731798467247 140731798467247 140731798470607 0
/proc/9852/statm: 3516879 347445 3467 1 0 3505501 0
[pid=9852/tid=9902] ppid=9849 vsize=14067516 CPUtime=237.39 cores=0,2,4,6
/proc/9852/task/9902/stat : 9902 (java) R 9849 9852 3187 0 -1 4202560 51827 12850 0 0 23703 29 5 2 20 0 15 0 7035818 14405136384 347445 18446744073709551615 4194304 4196468 140731798460752 139722713217632 139722354553547 0 4 1 16800974 0 0 0 -1 4 0 0 52 0 0 6293624 6294260 29184000 140731798464462 140731798467247 140731798467247 140731798470607 0
[pid=9852/tid=9903] ppid=9849 vsize=14067516 CPUtime=0.88 cores=0,2,4,6
/proc/9852/task/9903/stat : 9903 (java) S 9849 9852 3187 0 -1 1077944384 1838 12850 0 0 74 7 5 2 20 0 15 0 7035819 14405136384 347445 18446744073709551615 4194304 4196468 140731798460752 139722669882000 139722708993749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29184000 140731798464462 140731798467247 140731798467247 140731798470607 0
[pid=9852/tid=9904] ppid=9849 vsize=14067516 CPUtime=0.87 cores=0,2,4,6
/proc/9852/task/9904/stat : 9904 (java) S 9849 9852 3187 0 -1 1077944384 1739 12850 0 0 75 5 5 2 20 0 15 0 7035819 14405136384 347445 18446744073709551615 4194304 4196468 140731798460752 139722307856912 139722708993749 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29184000 140731798464462 140731798467247 140731798467247 140731798470607 0
[pid=9852/tid=9905] ppid=9849 vsize=14067516 CPUtime=0.88 cores=0,2,4,6
/proc/9852/task/9905/stat : 9905 (java) S 9849 9852 3187 0 -1 1077944384 6805 12850 0 0 75 6 5 2 20 0 15 0 7035819 14405136384 347445 18446744073709551615 4194304 4196468 140731798460752 139722306804112 139722708993749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29184000 140731798464462 140731798467247 140731798467247 140731798470607 0
[pid=9852/tid=9906] ppid=9849 vsize=14067516 CPUtime=0.87 cores=0,2,4,6
/proc/9852/task/9906/stat : 9906 (java) S 9849 9852 3187 0 -1 1077944384 2896 12850 0 0 76 4 5 2 20 0 15 0 7035819 14405136384 347445 18446744073709551615 4194304 4196468 140731798460752 139722305751312 139722708993749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29184000 140731798464462 140731798467247 140731798467247 140731798470607 0
[pid=9852/tid=9907] ppid=9849 vsize=14067516 CPUtime=0.88 cores=0,2,4,6
/proc/9852/task/9907/stat : 9907 (java) S 9849 9852 3187 0 -1 1077944384 4853 12850 0 0 76 5 5 2 20 0 15 0 7035820 14405136384 347445 18446744073709551615 4194304 4196468 140731798460752 139722187549552 139722708994690 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29184000 140731798464462 140731798467247 140731798467247 140731798470607 0
[pid=9852/tid=9908] ppid=9849 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/9852/task/9908/stat : 9908 (java) S 9849 9852 3187 0 -1 1077944384 54 12850 0 0 0 0 5 2 20 0 15 0 7035821 14405136384 347445 18446744073709551615 4194304 4196468 140731798460752 139722186495648 139722708993749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29184000 140731798464462 140731798467247 140731798467247 140731798470607 0
[pid=9852/tid=9909] ppid=9849 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/9852/task/9909/stat : 9909 (java) S 9849 9852 3187 0 -1 1077944384 45 12850 0 0 0 0 5 2 20 0 15 0 7035821 14405136384 347445 18446744073709551615 4194304 4196468 140731798460752 139722185442688 139722708993749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29184000 140731798464462 140731798467247 140731798467247 140731798470607 0
[pid=9852/tid=9910] ppid=9849 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/9852/task/9910/stat : 9910 (java) S 9849 9852 3187 0 -1 1077944384 3 12850 0 0 0 0 5 2 20 0 15 0 7035824 14405136384 347445 18446744073709551615 4194304 4196468 140731798460752 139722184390992 139722709002139 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29184000 140731798464462 140731798467247 140731798467247 140731798470607 0
[pid=9852/tid=9911] ppid=9849 vsize=14067516 CPUtime=3.01 cores=0,2,4,6
/proc/9852/task/9911/stat : 9911 (java) S 9849 9852 3187 0 -1 1077944384 9066 12850 0 0 292 2 5 2 20 0 15 0 7035824 14405136384 347445 18446744073709551615 4194304 4196468 140731798460752 139722183338352 139722708994690 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29184000 140731798464462 140731798467247 140731798467247 140731798470607 0
[pid=9852/tid=9912] ppid=9849 vsize=14067516 CPUtime=3.15 cores=0,2,4,6
/proc/9852/task/9912/stat : 9912 (java) S 9849 9852 3187 0 -1 1077944384 12642 12850 0 0 306 2 5 2 20 0 15 0 7035824 14405136384 347445 18446744073709551615 4194304 4196468 140731798460752 139722182285552 139722708994690 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29184000 140731798464462 140731798467247 140731798467247 140731798470607 0
[pid=9852/tid=9913] ppid=9849 vsize=14067516 CPUtime=1.82 cores=0,2,4,6
/proc/9852/task/9913/stat : 9913 (java) S 9849 9852 3187 0 -1 1077944384 11677 12850 0 0 172 3 5 2 20 0 15 0 7035824 14405136384 347445 18446744073709551615 4194304 4196468 140731798460752 139722181232752 139722708994690 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29184000 140731798464462 140731798467247 140731798467247 140731798470607 0
[pid=9852/tid=9914] ppid=9849 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/9852/task/9914/stat : 9914 (java) S 9849 9852 3187 0 -1 1077944384 3 12850 0 0 0 0 5 2 20 0 15 0 7035824 14405136384 347445 18446744073709551615 4194304 4196468 140731798460752 139722180180192 139722708993749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29184000 140731798464462 140731798467247 140731798467247 140731798470607 0
[pid=9852/tid=9915] ppid=9849 vsize=14067516 CPUtime=0.22 cores=0,2,4,6
/proc/9852/task/9915/stat : 9915 (java) S 9849 9852 3187 0 -1 1077944384 1232 12850 0 0 8 7 5 2 20 0 15 0 7035828 14405136384 347445 18446744073709551615 4194304 4196468 140731798460752 139722179128496 139722708994690 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29184000 140731798464462 140731798467247 140731798467247 140731798470607 0
Current children cumulated CPU time (s) 249.45
Current children cumulated vsize (KiB) 14067516

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 9852 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+240.201 s]
/proc/loadavg: 1.21 1.37 1.53 3/214 10061
/proc/meminfo: memFree=29417288/32770624 swapFree=0/247840
[pid=9852] ppid=9849 vsize=14200644 CPUtime=249.92 cores=0,2,4,6
/proc/9852/stat : 9852 (java) S 9849 9852 3187 0 -1 1077944320 119976 12850 0 0 24917 68 5 2 20 0 17 0 7035798 14541459456 349185 18446744073709551615 4194304 4196468 140731798460752 140731798443296 139722708983543 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 7 0 0 6293624 6294260 29184000 140731798464462 140731798467247 140731798467247 140731798470607 0
/proc/9852/statm: 3550161 349185 3469 1 0 3538783 0
[pid=9852/tid=9902] ppid=9849 vsize=14200644 CPUtime=237.41 cores=0,2,4,6
/proc/9852/task/9902/stat : 9902 (java) S 9849 9852 3187 0 -1 1077944384 53133 12850 0 0 23705 29 5 2 20 0 17 0 7035818 14541459456 349185 18446744073709551615 4194304 4196468 140731798460752 139722713226416 139722708993749 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 52 0 0 6293624 6294260 29184000 140731798464462 140731798467247 140731798467247 140731798470607 0
[pid=9852/tid=9903] ppid=9849 vsize=14200644 CPUtime=0.97 cores=0,2,4,6
/proc/9852/task/9903/stat : 9903 (java) S 9849 9852 3187 0 -1 1077944384 1857 12850 0 0 83 7 5 2 20 0 17 0 7035819 14541459456 349185 18446744073709551615 4194304 4196468 140731798460752 139722669882000 139722708993749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29184000 140731798464462 140731798467247 140731798467247 140731798470607 0
[pid=9852/tid=9904] ppid=9849 vsize=14200644 CPUtime=0.96 cores=0,2,4,6
/proc/9852/task/9904/stat : 9904 (java) S 9849 9852 3187 0 -1 1077944384 1781 12850 0 0 84 5 5 2 20 0 17 0 7035819 14541459456 349185 18446744073709551615 4194304 4196468 140731798460752 139722307856912 139722708993749 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29184000 140731798464462 140731798467247 140731798467247 140731798470607 0
[pid=9852/tid=9905] ppid=9849 vsize=14200644 CPUtime=0.97 cores=0,2,4,6
/proc/9852/task/9905/stat : 9905 (java) S 9849 9852 3187 0 -1 1077944384 6850 12850 0 0 84 6 5 2 20 0 17 0 7035819 14541459456 349185 18446744073709551615 4194304 4196468 140731798460752 139722306804112 139722708993749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29184000 140731798464462 140731798467247 140731798467247 140731798470607 0
[pid=9852/tid=9906] ppid=9849 vsize=14200644 CPUtime=0.96 cores=0,2,4,6
/proc/9852/task/9906/stat : 9906 (java) S 9849 9852 3187 0 -1 1077944384 2910 12850 0 0 85 4 5 2 20 0 17 0 7035819 14541459456 349185 18446744073709551615 4194304 4196468 140731798460752 139722305751312 139722708993749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29184000 140731798464462 140731798467247 140731798467247 140731798470607 0
[pid=9852/tid=9907] ppid=9849 vsize=14200644 CPUtime=0.97 cores=0,2,4,6
/proc/9852/task/9907/stat : 9907 (java) S 9849 9852 3187 0 -1 1077944384 15225 12850 0 0 85 5 5 2 20 0 17 0 7035820 14541459456 349185 18446744073709551615 4194304 4196468 140731798460752 139722187549552 139722708994690 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29184000 140731798464462 140731798467247 140731798467247 140731798470607 0
[pid=9852/tid=9908] ppid=9849 vsize=14200644 CPUtime=0.07 cores=0,2,4,6
/proc/9852/task/9908/stat : 9908 (java) S 9849 9852 3187 0 -1 1077944384 56 12850 0 0 0 0 5 2 20 0 17 0 7035821 14541459456 349185 18446744073709551615 4194304 4196468 140731798460752 139722186495648 139722708993749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29184000 140731798464462 140731798467247 140731798467247 140731798470607 0
[pid=9852/tid=9909] ppid=9849 vsize=14200644 CPUtime=0.07 cores=0,2,4,6
/proc/9852/task/9909/stat : 9909 (java) S 9849 9852 3187 0 -1 1077944384 47 12850 0 0 0 0 5 2 20 0 17 0 7035821 14541459456 349185 18446744073709551615 4194304 4196468 140731798460752 139722185442688 139722708993749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29184000 140731798464462 140731798467247 140731798467247 140731798470607 0
[pid=9852/tid=9910] ppid=9849 vsize=14200644 CPUtime=0.07 cores=0,2,4,6
/proc/9852/task/9910/stat : 9910 (java) S 9849 9852 3187 0 -1 1077944384 222 12850 0 0 0 0 5 2 20 0 17 0 7035824 14541459456 349185 18446744073709551615 4194304 4196468 140731798460752 139722184390992 139722709002139 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29184000 140731798464462 140731798467247 140731798467247 140731798470607 0
[pid=9852/tid=9911] ppid=9849 vsize=14200644 CPUtime=3.01 cores=0,2,4,6
/proc/9852/task/9911/stat : 9911 (java) S 9849 9852 3187 0 -1 1077944384 9066 12850 0 0 292 2 5 2 20 0 17 0 7035824 14541459456 349185 18446744073709551615 4194304 4196468 140731798460752 139722183338352 139722708994690 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29184000 140731798464462 140731798467247 140731798467247 140731798470607 0
[pid=9852/tid=9912] ppid=9849 vsize=14200644 CPUtime=3.15 cores=0,2,4,6
/proc/9852/task/9912/stat : 9912 (java) S 9849 9852 3187 0 -1 1077944384 12642 12850 0 0 306 2 5 2 20 0 17 0 7035824 14541459456 349185 18446744073709551615 4194304 4196468 140731798460752 139722182285552 139722708994690 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29184000 140731798464462 140731798467247 140731798467247 140731798470607 0
[pid=9852/tid=9913] ppid=9849 vsize=14200644 CPUtime=1.83 cores=0,2,4,6
/proc/9852/task/9913/stat : 9913 (java) S 9849 9852 3187 0 -1 1077944384 12443 12850 0 0 173 3 5 2 20 0 17 0 7035824 14541459456 349185 18446744073709551615 4194304 4196468 140731798460752 139722181232752 139722708994690 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29184000 140731798464462 140731798467247 140731798467247 140731798470607 0
[pid=9852/tid=9914] ppid=9849 vsize=14200644 CPUtime=0.07 cores=0,2,4,6
/proc/9852/task/9914/stat : 9914 (java) S 9849 9852 3187 0 -1 1077944384 3 12850 0 0 0 0 5 2 20 0 17 0 7035824 14541459456 349185 18446744073709551615 4194304 4196468 140731798460752 139722180180192 139722708993749 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29184000 140731798464462 140731798467247 140731798467247 140731798470607 0
[pid=9852/tid=9915] ppid=9849 vsize=14200644 CPUtime=0.22 cores=0,2,4,6
/proc/9852/task/9915/stat : 9915 (java) S 9849 9852 3187 0 -1 1077944384 1232 12850 0 0 8 7 5 2 20 0 17 0 7035828 14541459456 349185 18446744073709551615 4194304 4196468 140731798460752 139722179128496 139722708994690 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29184000 140731798464462 140731798467247 140731798467247 140731798470607 0
Current children cumulated CPU time (s) 249.92
Current children cumulated vsize (KiB) 14200644

Child status: 143
Real time (s): 240.221
CPU time (s): 249.969
CPU user time (s): 249.238
CPU system time (s): 0.731251
CPU usage (%): 104.058
Max. virtual memory (cumulated for all children) (KiB): 14200644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 249.238
system time used= 0.731251
maximum resident set size= 1407488
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 132895
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= 28352
involuntary context switches= 862

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.32811 second user time and 1.29741 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-02 07:06:51
IDJOB=4259488
IDBENCH=126218
IDSOLVER=2646
FILE ID=node135/4259488-1501651252
RUNJOBID= node135-1501639717-27966
PBS_JOBID= 
Free space on /tmp= 61816 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a3-s1/GolombRuler-19-a3.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4259488-1501651252/watcher-4259488-1501651252 -o /tmp/evaluation-result-4259488-1501651252/solver-4259488-1501651252 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node135-1501639717-27966 --watchdog 300  bin/concrete HOME/instance-4259488-1501651252.xml

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

MD5SUM BENCH= 5b8b55291fe9e5b80fbbe778e95d2a5c
RANDOM SEED=1040302721

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:        31282664 kB
MemAvailable:   31554180 kB
Buffers:          126960 kB
Cached:           422148 kB
SwapCached:            0 kB
Active:           814932 kB
Inactive:         255720 kB
Active(anon):     522652 kB
Inactive(anon):     8592 kB
Active(file):     292280 kB
Inactive(file):   247128 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24180 kB
Writeback:             4 kB
AnonPages:        522408 kB
Mapped:            42324 kB
Shmem:              8960 kB
Slab:             122560 kB
SReclaimable:      95884 kB
SUnreclaim:        26676 kB
KernelStack:        3488 kB
PageTables:         5780 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1369380 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    366592 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 07:10:52