Trace number 4259824

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.4SAT (TO)104 253.12 240.032

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n15/
TravellingSalesman-15-30-13.xml
MD5SUM55ee1821e6c80d60efd231ab90bfbad2
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark104
Best CPU time to get the best result obtained on this benchmark1128.5
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints16
Number of domains2
Minimum domain size15
Maximum domain size30
Distribution of domain sizes[{"size":15,"count":15},{"size":30,"count":15}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":15},{"degree":3,"count":15}]
Minimum constraint arity3
Maximum constraint arity15
Distribution of constraint arities[{"arity":3,"count":15},{"arity":15,"count":1}]
Number of extensional constraints15
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":15},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

3.20/2.19	c Concrete v3.4 running
7.18/3.80	o 300
7.18/3.84	o 286
7.18/3.87	o 280
7.18/3.89	o 266
7.54/3.91	o 260
7.54/3.93	o 204
7.54/3.94	o 201
7.54/3.96	o 200
7.54/3.97	o 197
7.54/3.99	o 190
7.85/4.00	o 184
7.85/4.01	o 183
7.85/4.03	o 181
7.85/4.04	o 176
7.85/4.06	o 172
7.85/4.08	o 163
7.85/4.09	o 153
8.15/4.10	o 150
8.15/4.11	o 145
8.15/4.12	o 144
8.15/4.13	o 139
8.15/4.14	o 136
8.15/4.15	o 134
8.46/4.24	o 133
8.46/4.28	o 129
8.46/4.29	o 119
9.11/4.45	o 108
9.11/4.46	o 107
9.11/4.50	o 104
253.07/240.00	java.util.concurrent.TimeoutException
253.07/240.00		at concrete.MAC.mac(MAC.scala:74)
253.07/240.00		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
253.07/240.00		at scala.util.Try$.apply(Try.scala:209)
253.07/240.00		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
253.07/240.00		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
253.07/240.00		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
253.07/240.00		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
253.07/240.00		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
253.07/240.00		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
253.07/240.00		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
253.07/240.00		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
253.07/240.00		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
253.07/240.00		at concrete.MAC.oneRun(MAC.scala:146)
253.07/240.00		at concrete.MAC.nextSolution(MAC.scala:166)
253.07/240.00		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
253.07/240.00		at concrete.ProblemState.map(ProblemState.scala:203)
253.07/240.00		at concrete.ProblemState.map(ProblemState.scala:188)
253.07/240.00		at concrete.MAC.nextSolution(MAC.scala:195)
253.07/240.00		at concrete.Solver.hasNext(Solver.scala:202)
253.07/240.00		at scala.collection.Iterator.toStream(Iterator.scala:1403)
253.07/240.00		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
253.07/240.01		at concrete.Solver.toStream(Solver.scala:73)
253.07/240.01		at scala.collection.Iterator.$anonfun$toStream$1(Iterator.scala:1403)
253.07/240.01		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1169)
253.07/240.01		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1159)
253.07/240.01		at scala.collection.immutable.Stream.foreach(Stream.scala:531)
253.07/240.01		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
253.07/240.01		at scala.util.Success.$anonfun$map$1(Try.scala:251)
253.07/240.01		at scala.util.Success.map(Try.scala:209)
253.07/240.01		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
253.07/240.01		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
253.07/240.01		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
253.07/240.01		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
253.07/240.01		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
253.07/240.01		at scala.Function0.apply$mcV$sp(Function0.scala:34)
253.07/240.01		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
253.07/240.01		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
253.07/240.01		at scala.App.$anonfun$main$1$adapted(App.scala:76)
253.07/240.01		at scala.collection.immutable.List.foreach(List.scala:389)
253.07/240.01		at scala.App.main(App.scala:76)
253.07/240.01		at scala.App.main$(App.scala:74)
253.07/240.01		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
253.07/240.01		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
253.07/240.01	v <instantiation cost="104">
253.07/240.01	v       <list>
253.07/240.01	v         c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] d[14]
253.07/240.01	v       </list>
253.07/240.01	v       <values>
253.07/240.01	v         7 10 9 13 14 11 12 6 5 1 2 3 0 4 8 6 10 14 4 10 12 15 1 7 2 6 4 5 4 4
253.07/240.01	v       </values>
253.07/240.01	v     </instantiation>
253.07/240.01	s SATISFIABLE

Verifier Data

OK	104

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-4259824-1501658018/watcher-4259824-1501658018 -o /tmp/evaluation-result-4259824-1501658018/solver-4259824-1501658018 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node133-1501653519-11655 --watchdog 300 bin/concrete HOME/instance-4259824-1501658018.xml 

pid=16995
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.79 1.70 1.66 3/199 16998
/proc/meminfo: memFree=27963076/32770624 swapFree=0/241464
[pid=16998] ppid=16995 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/16998/stat : 16998 (runsolver) D 16995 16998 5228 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 13617112 24240128 106 18446744073709551615 4194304 4338465 140727695498208 140727695495848 140443048559319 0 0 1 24578 18446744071580418449 0 0 17 0 0 0 0 0 0 6438912 6441760 17637376 140727695499472 140727695499846 140727695499846 140727695503306 0
/proc/16998/statm: 5918 106 53 36 0 2156 0

[startup+0.100164 s]
/proc/loadavg: 1.79 1.70 1.66 3/199 16998
/proc/meminfo: memFree=27963076/32770624 swapFree=0/241464
[pid=16998] ppid=16995 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/16998/stat : 16998 (bash) S 16995 16998 5228 0 -1 4202496 891 6485 0 0 0 0 0 1 20 0 1 0 13617112 9867264 376 18446744073709551615 4194304 5098028 140730875477296 140730875471304 140485050948608 0 0 5 65536 18446744071580971376 0 0 17 4 0 0 7 0 0 7196144 7232144 38191104 140730875478545 140730875478630 140730875478630 140730875482090 0
/proc/16998/statm: 2409 376 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.200356 s]
/proc/loadavg: 1.79 1.70 1.66 3/199 16998
/proc/meminfo: memFree=27963076/32770624 swapFree=0/241464
[pid=16998] ppid=16995 vsize=10520 CPUtime=0.08 cores=0,2,4,6
/proc/16998/stat : 16998 (java) R 16995 16998 5228 0 -1 4202496 1127 12272 0 0 0 0 5 3 20 0 1 0 13617112 10772480 101 18446744073709551615 4194304 4196468 140721891091904 140721891089128 140233153567696 0 0 1 0 0 0 0 17 2 0 0 7 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0
/proc/16998/statm: 2663 101 77 1 0 85 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 10520

[startup+0.300323 s]
/proc/loadavg: 1.79 1.70 1.66 3/199 16998
/proc/meminfo: memFree=27963076/32770624 swapFree=0/241464
[pid=16998] ppid=16995 vsize=13973936 CPUtime=0.15 cores=0,2,4,6
/proc/16998/stat : 16998 (java) S 16995 16998 5228 0 -1 1077944320 6017 12272 0 0 6 1 5 3 20 0 15 0 13617112 14309310464 6206 18446744073709551615 4194304 4196468 140721891091904 140721891074448 140233153564407 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 7 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0
/proc/16998/statm: 3493484 6206 2679 1 0 3482973 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 13973936

[startup+0.70026 s]
/proc/loadavg: 1.79 1.70 1.66 3/199 16998
/proc/meminfo: memFree=27963076/32770624 swapFree=0/241464
[pid=16998] ppid=16995 vsize=13974784 CPUtime=0.71 cores=0,2,4,6
/proc/16998/stat : 16998 (java) S 16995 16998 5228 0 -1 1077944320 13950 12272 0 0 60 3 5 3 20 0 15 0 13617112 14310178816 14791 18446744073709551615 4194304 4196468 140721891091904 140721891074448 140233153564407 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 7 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0
/proc/16998/statm: 3493696 14791 3088 1 0 3482973 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 13974784

[startup+1.50504 s]
/proc/loadavg: 1.79 1.70 1.66 4/214 17061
/proc/meminfo: memFree=27867012/32770624 swapFree=0/241744
[pid=16998] ppid=16995 vsize=13985408 CPUtime=1.93 cores=0,2,4,6
/proc/16998/stat : 16998 (java) S 16995 16998 5228 0 -1 1077944320 30364 12272 0 0 175 10 5 3 20 0 15 0 13617112 14321057792 42770 18446744073709551615 4194304 4196468 140721891091904 140721891074448 140233153564407 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 7 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0
/proc/16998/statm: 3496352 42770 3361 1 0 3485533 0
[pid=16998/tid=17048] ppid=16995 vsize=13985408 CPUtime=1.3 cores=0,2,4,6
/proc/16998/task/17048/stat : 17048 (java) S 16995 16998 5228 0 -1 1077944384 23187 12272 0 0 116 6 5 3 20 0 15 0 13617132 14321057792 42770 18446744073709551615 4194304 4196468 140721891091904 140233157787936 140233153574613 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0
[pid=16998/tid=17049] ppid=16995 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/16998/task/17049/stat : 17049 (java) S 16995 16998 5228 0 -1 1077944384 193 12272 0 0 0 0 5 3 20 0 15 0 13617133 14321057792 42770 18446744073709551615 4194304 4196468 140721891091904 140233110530448 140233153574613 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0
[pid=16998/tid=17050] ppid=16995 vsize=13985408 CPUtime=0.09 cores=0,2,4,6
/proc/16998/task/17050/stat : 17050 (java) R 16995 16998 5228 0 -1 4202560 48 12272 0 0 1 0 5 3 20 0 15 0 13617133 14321057792 42770 18446744073709551615 4194304 4196468 140721891091904 140233109477768 140233146192615 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0
[pid=16998/tid=17051] ppid=16995 vsize=13985408 CPUtime=0.09 cores=0,2,4,6
/proc/16998/task/17051/stat : 17051 (java) S 16995 16998 5228 0 -1 1077944384 57 12272 0 0 1 0 5 3 20 0 15 0 13617133 14321057792 42770 18446744073709551615 4194304 4196468 140721891091904 140233108425360 140233153574613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0
[pid=16998/tid=17052] ppid=16995 vsize=13985408 CPUtime=0.09 cores=0,2,4,6
/proc/16998/task/17052/stat : 17052 (java) S 16995 16998 5228 0 -1 1077944384 57 12272 0 0 1 0 5 3 20 0 15 0 13617133 14321057792 42770 18446744073709551615 4194304 4196468 140721891091904 140233107372576 140233153574613 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0
[pid=16998/tid=17053] ppid=16995 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/16998/task/17053/stat : 17053 (java) S 16995 16998 5228 0 -1 1077944384 1483 12272 0 0 0 0 5 3 20 0 15 0 13617134 14321057792 42770 18446744073709551615 4194304 4196468 140721891091904 140232699311264 140233153574613 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0
[pid=16998/tid=17054] ppid=16995 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/16998/task/17054/stat : 17054 (java) S 16995 16998 5228 0 -1 1077944384 33 12272 0 0 0 0 5 3 20 0 15 0 13617135 14321057792 42770 18446744073709551615 4194304 4196468 140721891091904 140232698258720 140233153574613 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0
[pid=16998/tid=17055] ppid=16995 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/16998/task/17055/stat : 17055 (java) S 16995 16998 5228 0 -1 1077944384 21 12272 0 0 0 0 5 3 20 0 15 0 13617135 14321057792 42770 18446744073709551615 4194304 4196468 140721891091904 140232697206384 140233153574613 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0
[pid=16998/tid=17056] ppid=16995 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/16998/task/17056/stat : 17056 (java) S 16995 16998 5228 0 -1 1077944384 3 12272 0 0 0 0 5 3 20 0 15 0 13617138 14321057792 42770 18446744073709551615 4194304 4196468 140721891091904 140232628365904 140233153583003 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0
[pid=16998/tid=17057] ppid=16995 vsize=13985408 CPUtime=0.2 cores=0,2,4,6
/proc/16998/task/17057/stat : 17057 (java) S 16995 16998 5228 0 -1 1077944384 1094 12272 0 0 12 0 5 3 20 0 15 0 13617138 14321057792 42770 18446744073709551615 4194304 4196468 140721891091904 140232627312752 140233153575554 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0
[pid=16998/tid=17058] ppid=16995 vsize=13985408 CPUtime=0.25 cores=0,2,4,6
/proc/16998/task/17058/stat : 17058 (java) S 16995 16998 5228 0 -1 1077944384 626 12272 0 0 17 0 5 3 20 0 15 0 13617138 14321057792 42770 18446744073709551615 4194304 4196468 140721891091904 140232626259952 140233153575554 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0
[pid=16998/tid=17059] ppid=16995 vsize=13985408 CPUtime=0.31 cores=0,2,4,6
/proc/16998/task/17059/stat : 17059 (java) S 16995 16998 5228 0 -1 1077944384 1403 12272 0 0 23 0 5 3 20 0 15 0 13617138 14321057792 42770 18446744073709551615 4194304 4196468 140721891091904 140232625203536 140233153574613 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0
[pid=16998/tid=17060] ppid=16995 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/16998/task/17060/stat : 17060 (java) S 16995 16998 5228 0 -1 1077944384 3 12272 0 0 0 0 5 3 20 0 15 0 13617138 14321057792 42770 18446744073709551615 4194304 4196468 140721891091904 140232624155104 140233153574613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0
[pid=16998/tid=17061] ppid=16995 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/16998/task/17061/stat : 17061 (java) S 16995 16998 5228 0 -1 1077944384 5 12272 0 0 0 0 5 3 20 0 15 0 13617141 14321057792 42770 18446744073709551615 4194304 4196468 140721891091904 140232623102896 140233153575554 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0
Current children cumulated CPU time (s) 1.93
Current children cumulated vsize (KiB) 13985408

[startup+3.10057 s]
/proc/loadavg: 1.89 1.72 1.67 4/214 17061
/proc/meminfo: memFree=27791324/32770624 swapFree=0/241744
[pid=16998] ppid=16995 vsize=13999932 CPUtime=5.49 cores=0,2,4,6
/proc/16998/stat : 16998 (java) S 16995 16998 5228 0 -1 1077944320 50031 12272 0 0 525 16 5 3 20 0 15 0 13617112 14335930368 56913 18446744073709551615 4194304 4196468 140721891091904 140721891074448 140233153564407 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 7 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0
/proc/16998/statm: 3499983 56913 3434 1 0 3488605 0
[pid=16998/tid=17048] ppid=16995 vsize=13999932 CPUtime=2.89 cores=0,2,4,6
/proc/16998/task/17048/stat : 17048 (java) R 16995 16998 5228 0 -1 4202560 37253 12272 0 0 272 9 5 3 20 0 15 0 13617132 14335930368 56913 18446744073709551615 4194304 4196468 140721891091904 140233157773432 140233137644894 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0
[pid=16998/tid=17049] ppid=16995 vsize=13999932 CPUtime=0.09 cores=0,2,4,6
/proc/16998/task/17049/stat : 17049 (java) S 16995 16998 5228 0 -1 1077944384 193 12272 0 0 1 0 5 3 20 0 15 0 13617133 14335930368 56913 18446744073709551615 4194304 4196468 140721891091904 140233110530448 140233153574613 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0
[pid=16998/tid=17050] ppid=16995 vsize=13999932 CPUtime=0.09 cores=0,2,4,6
/proc/16998/task/17050/stat : 17050 (java) S 16995 16998 5228 0 -1 1077944384 48 12272 0 0 1 0 5 3 20 0 15 0 13617133 14335930368 56913 18446744073709551615 4194304 4196468 140721891091904 140233109477648 140233153574613 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0
[pid=16998/tid=17051] ppid=16995 vsize=13999932 CPUtime=0.09 cores=0,2,4,6
/proc/16998/task/17051/stat : 17051 (java) S 16995 16998 5228 0 -1 1077944384 57 12272 0 0 1 0 5 3 20 0 15 0 13617133 14335930368 56913 18446744073709551615 4194304 4196468 140721891091904 140233108425360 140233153574613 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0
[pid=16998/tid=17052] ppid=16995 vsize=13999932 CPUtime=0.09 cores=0,2,4,6
/proc/16998/task/17052/stat : 17052 (java) S 16995 16998 5228 0 -1 1077944384 57 12272 0 0 1 0 5 3 20 0 15 0 13617133 14335930368 56913 18446744073709551615 4194304 4196468 140721891091904 140233107372560 140233153574613 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0
[pid=16998/tid=17053] ppid=16995 vsize=13999932 CPUtime=0.09 cores=0,2,4,6
/proc/16998/task/17053/stat : 17053 (java) S 16995 16998 5228 0 -1 1077944384 1687 12272 0 0 1 0 5 3 20 0 15 0 13617134 14335930368 56913 18446744073709551615 4194304 4196468 140721891091904 140232699312752 140233153575554 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0
[pid=16998/tid=17054] ppid=16995 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/16998/task/17054/stat : 17054 (java) S 16995 16998 5228 0 -1 1077944384 57 12272 0 0 0 0 5 3 20 0 15 0 13617135 14335930368 56913 18446744073709551615 4194304 4196468 140721891091904 140232698258784 140233153574613 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0
[pid=16998/tid=17055] ppid=16995 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/16998/task/17055/stat : 17055 (java) S 16995 16998 5228 0 -1 1077944384 43 12272 0 0 0 0 5 3 20 0 15 0 13617135 14335930368 56913 18446744073709551615 4194304 4196468 140721891091904 140232697206400 140233153574613 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0
[pid=16998/tid=17056] ppid=16995 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/16998/task/17056/stat : 17056 (java) S 16995 16998 5228 0 -1 1077944384 3 12272 0 0 0 0 5 3 20 0 15 0 13617138 14335930368 56913 18446744073709551615 4194304 4196468 140721891091904 140232628365904 140233153583003 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0
[pid=16998/tid=17057] ppid=16995 vsize=13999932 CPUtime=0.72 cores=0,2,4,6
/proc/16998/task/17057/stat : 17057 (java) S 16995 16998 5228 0 -1 1077944384 1802 12272 0 0 63 1 5 3 20 0 15 0 13617138 14335930368 56913 18446744073709551615 4194304 4196468 140721891091904 140232627312752 140233153575554 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0
[pid=16998/tid=17058] ppid=16995 vsize=13999932 CPUtime=1.02 cores=0,2,4,6
/proc/16998/task/17058/stat : 17058 (java) S 16995 16998 5228 0 -1 1077944384 3420 12272 0 0 92 2 5 3 20 0 15 0 13617138 14335930368 56913 18446744073709551615 4194304 4196468 140721891091904 140232626259952 140233153575554 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0
[pid=16998/tid=17059] ppid=16995 vsize=13999932 CPUtime=0.99 cores=0,2,4,6
/proc/16998/task/17059/stat : 17059 (java) S 16995 16998 5228 0 -1 1077944384 3252 12272 0 0 90 1 5 3 20 0 15 0 13617138 14335930368 56913 18446744073709551615 4194304 4196468 140721891091904 140232625207664 140233153575554 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0
[pid=16998/tid=17060] ppid=16995 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/16998/task/17060/stat : 17060 (java) S 16995 16998 5228 0 -1 1077944384 3 12272 0 0 0 0 5 3 20 0 15 0 13617138 14335930368 56913 18446744073709551615 4194304 4196468 140721891091904 140232624155104 140233153574613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0
[pid=16998/tid=17061] ppid=16995 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/16998/task/17061/stat : 17061 (java) S 16995 16998 5228 0 -1 1077944384 6 12272 0 0 0 0 5 3 20 0 15 0 13617141 14335930368 56913 18446744073709551615 4194304 4196468 140721891091904 140232623102896 140233153575554 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0
Current children cumulated CPU time (s) 5.49
Current children cumulated vsize (KiB) 13999932

[startup+6.30065 s]
/proc/loadavg: 1.89 1.72 1.67 4/214 17061
/proc/meminfo: memFree=27487252/32770624 swapFree=0/241740
[pid=16998] ppid=16995 vsize=14069564 CPUtime=13.33 cores=0,2,4,6
/proc/16998/stat : 16998 (java) S 16995 16998 5228 0 -1 1077944320 60629 12272 0 0 1302 23 5 3 20 0 15 0 13617112 14407233536 99315 18446744073709551615 4194304 4196468 140721891091904 140721891074448 140233153564407 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 7 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0
/proc/16998/statm: 3517391 99315 3465 1 0 3506013 0
[pid=16998/tid=17048] ppid=16995 vsize=14069564 CPUtime=5.85 cores=0,2,4,6
/proc/16998/task/17048/stat : 17048 (java) R 16995 16998 5228 0 -1 4202560 44082 12272 0 0 564 13 5 3 20 0 15 0 13617132 14407233536 99315 18446744073709551615 4194304 4196468 140721891091904 140233157798272 140233136740015 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0
[pid=16998/tid=17049] ppid=16995 vsize=14069564 CPUtime=0.19 cores=0,2,4,6
/proc/16998/task/17049/stat : 17049 (java) S 16995 16998 5228 0 -1 1077944384 262 12272 0 0 11 0 5 3 20 0 15 0 13617133 14407233536 99315 18446744073709551615 4194304 4196468 140721891091904 140233110530448 140233153574613 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0
[pid=16998/tid=17050] ppid=16995 vsize=14069564 CPUtime=0.2 cores=0,2,4,6
/proc/16998/task/17050/stat : 17050 (java) S 16995 16998 5228 0 -1 1077944384 93 12272 0 0 12 0 5 3 20 0 15 0 13617133 14407233536 99315 18446744073709551615 4194304 4196468 140721891091904 140233109477648 140233153574613 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0
[pid=16998/tid=17051] ppid=16995 vsize=14069564 CPUtime=0.2 cores=0,2,4,6
/proc/16998/task/17051/stat : 17051 (java) S 16995 16998 5228 0 -1 1077944384 90 12272 0 0 12 0 5 3 20 0 15 0 13617133 14407233536 99315 18446744073709551615 4194304 4196468 140721891091904 140233108425360 140233153574613 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0
[pid=16998/tid=17052] ppid=16995 vsize=14069564 CPUtime=0.2 cores=0,2,4,6
/proc/16998/task/17052/stat : 17052 (java) S 16995 16998 5228 0 -1 1077944384 88 12272 0 0 12 0 5 3 20 0 15 0 13617133 14407233536 99315 18446744073709551615 4194304 4196468 140721891091904 140233107372560 140233153574613 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0
[pid=16998/tid=17053] ppid=16995 vsize=14069564 CPUtime=0.18 cores=0,2,4,6
/proc/16998/task/17053/stat : 17053 (java) S 16995 16998 5228 0 -1 1077944384 2394 12272 0 0 10 0 5 3 20 0 15 0 13617134 14407233536 99315 18446744073709551615 4194304 4196468 140721891091904 140232699312752 140233153575554 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0
[pid=16998/tid=17054] ppid=16995 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/16998/task/17054/stat : 17054 (java) S 16995 16998 5228 0 -1 1077944384 57 12272 0 0 0 0 5 3 20 0 15 0 13617135 14407233536 99315 18446744073709551615 4194304 4196468 140721891091904 140232698258784 140233153574613 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0
[pid=16998/tid=17055] ppid=16995 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/16998/task/17055/stat : 17055 (java) S 16995 16998 5228 0 -1 1077944384 43 12272 0 0 0 0 5 3 20 0 15 0 13617135 14407233536 99315 18446744073709551615 4194304 4196468 140721891091904 140232697206400 140233153574613 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0
[pid=16998/tid=17056] ppid=16995 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/16998/task/17056/stat : 17056 (java) S 16995 16998 5228 0 -1 1077944384 3 12272 0 0 0 0 5 3 20 0 15 0 13617138 14407233536 99315 18446744073709551615 4194304 4196468 140721891091904 140232628365904 140233153583003 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0
[pid=16998/tid=17057] ppid=16995 vsize=14069564 CPUtime=2.64 cores=0,2,4,6
/proc/16998/task/17057/stat : 17057 (java) S 16995 16998 5228 0 -1 1077944384 2958 12272 0 0 255 1 5 3 20 0 15 0 13617138 14407233536 99315 18446744073709551615 4194304 4196468 140721891091904 140232627312752 140233153575554 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0
[pid=16998/tid=17058] ppid=16995 vsize=14069564 CPUtime=2.94 cores=0,2,4,6
/proc/16998/task/17058/stat : 17058 (java) S 16995 16998 5228 0 -1 1077944384 4225 12272 0 0 284 2 5 3 20 0 15 0 13617138 14407233536 99315 18446744073709551615 4194304 4196468 140721891091904 140232626259952 140233153575554 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0
[pid=16998/tid=17059] ppid=16995 vsize=14069564 CPUtime=1.46 cores=0,2,4,6
/proc/16998/task/17059/stat : 17059 (java) S 16995 16998 5228 0 -1 1077944384 4173 12272 0 0 136 2 5 3 20 0 15 0 13617138 14407233536 99315 18446744073709551615 4194304 4196468 140721891091904 140232625207664 140233153575554 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0
[pid=16998/tid=17060] ppid=16995 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/16998/task/17060/stat : 17060 (java) S 16995 16998 5228 0 -1 1077944384 3 12272 0 0 0 0 5 3 20 0 15 0 13617138 14407233536 99315 18446744073709551615 4194304 4196468 140721891091904 140232624155104 140233153574613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0
[pid=16998/tid=17061] ppid=16995 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/16998/task/17061/stat : 17061 (java) S 16995 16998 5228 0 -1 1077944384 7 12272 0 0 0 0 5 3 20 0 15 0 13617141 14407233536 99315 18446744073709551615 4194304 4196468 140721891091904 140232623102896 140233153575554 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0
Current children cumulated CPU time (s) 13.33
Current children cumulated vsize (KiB) 14069564

[startup+12.7008 s]
/proc/loadavg: 1.90 1.73 1.68 3/214 17061
/proc/meminfo: memFree=27210560/32770624 swapFree=0/241748
[pid=16998] ppid=16995 vsize=14069564 CPUtime=20.22 cores=0,2,4,6
/proc/16998/stat : 16998 (java) S 16995 16998 5228 0 -1 1077944320 69107 12272 0 0 1984 30 5 3 20 0 15 0 13617112 14407233536 166219 18446744073709551615 4194304 4196468 140721891091904 140721891074448 140233153564407 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 7 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0
/proc/16998/statm: 3517391 166219 3465 1 0 3506013 0
[pid=16998/tid=17048] ppid=16995 vsize=14069564 CPUtime=12.22 cores=0,2,4,6
/proc/16998/task/17048/stat : 17048 (java) R 16995 16998 5228 0 -1 4202560 45890 12272 0 0 1197 17 5 3 20 0 15 0 13617132 14407233536 166219 18446744073709551615 4194304 4196468 140721891091904 140233157798184 140232789981415 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0
[pid=16998/tid=17049] ppid=16995 vsize=14069564 CPUtime=0.21 cores=0,2,4,6
/proc/16998/task/17049/stat : 17049 (java) S 16995 16998 5228 0 -1 1077944384 339 12272 0 0 12 1 5 3 20 0 15 0 13617133 14407233536 166219 18446744073709551615 4194304 4196468 140721891091904 140233110530448 140233153574613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0
[pid=16998/tid=17050] ppid=16995 vsize=14069564 CPUtime=0.21 cores=0,2,4,6
/proc/16998/task/17050/stat : 17050 (java) S 16995 16998 5228 0 -1 1077944384 166 12272 0 0 13 0 5 3 20 0 15 0 13617133 14407233536 166219 18446744073709551615 4194304 4196468 140721891091904 140233109477648 140233153574613 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0
[pid=16998/tid=17051] ppid=16995 vsize=14069564 CPUtime=0.22 cores=0,2,4,6
/proc/16998/task/17051/stat : 17051 (java) S 16995 16998 5228 0 -1 1077944384 305 12272 0 0 13 1 5 3 20 0 15 0 13617133 14407233536 166219 18446744073709551615 4194304 4196468 140721891091904 140233108425360 140233153574613 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0
[pid=16998/tid=17052] ppid=16995 vsize=14069564 CPUtime=0.22 cores=0,2,4,6
/proc/16998/task/17052/stat : 17052 (java) S 16995 16998 5228 0 -1 1077944384 1472 12272 0 0 13 1 5 3 20 0 15 0 13617133 14407233536 166219 18446744073709551615 4194304 4196468 140721891091904 140233107372560 140233153574613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0
[pid=16998/tid=17053] ppid=16995 vsize=14069564 CPUtime=0.19 cores=0,2,4,6
/proc/16998/task/17053/stat : 17053 (java) S 16995 16998 5228 0 -1 1077944384 2771 12272 0 0 11 0 5 3 20 0 15 0 13617134 14407233536 166219 18446744073709551615 4194304 4196468 140721891091904 140232699312752 140233153575554 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0
[pid=16998/tid=17054] ppid=16995 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/16998/task/17054/stat : 17054 (java) S 16995 16998 5228 0 -1 1077944384 57 12272 0 0 0 0 5 3 20 0 15 0 13617135 14407233536 166219 18446744073709551615 4194304 4196468 140721891091904 140232698258784 140233153574613 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0
[pid=16998/tid=17055] ppid=16995 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/16998/task/17055/stat : 17055 (java) S 16995 16998 5228 0 -1 1077944384 43 12272 0 0 0 0 5 3 20 0 15 0 13617135 14407233536 166219 18446744073709551615 4194304 4196468 140721891091904 140232697206400 140233153574613 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0
[pid=16998/tid=17056] ppid=16995 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/16998/task/17056/stat : 17056 (java) S 16995 16998 5228 0 -1 1077944384 3 12272 0 0 0 0 5 3 20 0 15 0 13617138 14407233536 166219 18446744073709551615 4194304 4196468 140721891091904 140232628365904 140233153583003 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0

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

/proc/16998/task/17060/stat : 17060 (java) S 16995 16998 5228 0 -1 1077944384 3 12272 0 0 0 0 5 3 20 0 15 0 13617138 14407233536 239751 18446744073709551615 4194304 4196468 140721891091904 140232624155104 140233153574613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0
[pid=16998/tid=17061] ppid=16995 vsize=14069564 CPUtime=0.1 cores=0,2,4,6
/proc/16998/task/17061/stat : 17061 (java) S 16995 16998 5228 0 -1 1077944384 236 12272 0 0 1 1 5 3 20 0 15 0 13617141 14407233536 239751 18446744073709551615 4194304 4196468 140721891091904 140232623102896 140233153575554 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0
Current children cumulated CPU time (s) 60.39
Current children cumulated vsize (KiB) 14069564

[startup+102.305 s]
/proc/loadavg: 1.43 1.62 1.65 3/217 17106
/proc/meminfo: memFree=27329744/32770624 swapFree=0/241796
[pid=16998] ppid=16995 vsize=14069564 CPUtime=113.37 cores=0,2,4,6
/proc/16998/stat : 16998 (java) S 16995 16998 5228 0 -1 1077944320 100983 12272 0 0 11278 51 5 3 20 0 15 0 13617112 14407233536 232243 18446744073709551615 4194304 4196468 140721891091904 140721891074448 140233153564407 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 7 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0
/proc/16998/statm: 3517391 232243 3465 1 0 3506013 0
[pid=16998/tid=17048] ppid=16995 vsize=14069564 CPUtime=101.31 cores=0,2,4,6
/proc/16998/task/17048/stat : 17048 (java) R 16995 16998 5228 0 -1 4202560 53472 12272 0 0 10101 22 5 3 20 0 15 0 13617132 14407233536 232243 18446744073709551615 4194304 4196468 140721891091904 140233157798720 140232792675444 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0
[pid=16998/tid=17049] ppid=16995 vsize=14069564 CPUtime=0.45 cores=0,2,4,6
/proc/16998/task/17049/stat : 17049 (java) S 16995 16998 5228 0 -1 1077944384 1745 12272 0 0 33 4 5 3 20 0 15 0 13617133 14407233536 232243 18446744073709551615 4194304 4196468 140721891091904 140233110530448 140233153574613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0
[pid=16998/tid=17050] ppid=16995 vsize=14069564 CPUtime=0.44 cores=0,2,4,6
/proc/16998/task/17050/stat : 17050 (java) S 16995 16998 5228 0 -1 1077944384 1233 12272 0 0 34 2 5 3 20 0 15 0 13617133 14407233536 232243 18446744073709551615 4194304 4196468 140721891091904 140233109477648 140233153574613 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0
[pid=16998/tid=17051] ppid=16995 vsize=14069564 CPUtime=0.45 cores=0,2,4,6
/proc/16998/task/17051/stat : 17051 (java) S 16995 16998 5228 0 -1 1077944384 2015 12272 0 0 34 3 5 3 20 0 15 0 13617133 14407233536 232243 18446744073709551615 4194304 4196468 140721891091904 140233108425360 140233153574613 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0
[pid=16998/tid=17052] ppid=16995 vsize=14069564 CPUtime=0.45 cores=0,2,4,6
/proc/16998/task/17052/stat : 17052 (java) S 16995 16998 5228 0 -1 1077944384 2754 12272 0 0 33 4 5 3 20 0 15 0 13617133 14407233536 232243 18446744073709551615 4194304 4196468 140721891091904 140233107372560 140233153574613 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0
[pid=16998/tid=17053] ppid=16995 vsize=14069564 CPUtime=0.4 cores=0,2,4,6
/proc/16998/task/17053/stat : 17053 (java) S 16995 16998 5228 0 -1 1077944384 3804 12272 0 0 30 2 5 3 20 0 15 0 13617134 14407233536 232243 18446744073709551615 4194304 4196468 140721891091904 140232699312752 140233153575554 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0
[pid=16998/tid=17054] ppid=16995 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/16998/task/17054/stat : 17054 (java) S 16995 16998 5228 0 -1 1077944384 57 12272 0 0 0 0 5 3 20 0 15 0 13617135 14407233536 232243 18446744073709551615 4194304 4196468 140721891091904 140232698258784 140233153574613 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0
[pid=16998/tid=17055] ppid=16995 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/16998/task/17055/stat : 17055 (java) S 16995 16998 5228 0 -1 1077944384 43 12272 0 0 0 0 5 3 20 0 15 0 13617135 14407233536 232243 18446744073709551615 4194304 4196468 140721891091904 140232697206400 140233153574613 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0
[pid=16998/tid=17056] ppid=16995 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/16998/task/17056/stat : 17056 (java) S 16995 16998 5228 0 -1 1077944384 3 12272 0 0 0 0 5 3 20 0 15 0 13617138 14407233536 232243 18446744073709551615 4194304 4196468 140721891091904 140232628365904 140233153583003 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0
[pid=16998/tid=17057] ppid=16995 vsize=14069564 CPUtime=3.86 cores=0,2,4,6
/proc/16998/task/17057/stat : 17057 (java) S 16995 16998 5228 0 -1 1077944384 7596 12272 0 0 376 2 5 3 20 0 15 0 13617138 14407233536 232243 18446744073709551615 4194304 4196468 140721891091904 140232627312752 140233153575554 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0
[pid=16998/tid=17058] ppid=16995 vsize=14069564 CPUtime=4.19 cores=0,2,4,6
/proc/16998/task/17058/stat : 17058 (java) S 16995 16998 5228 0 -1 1077944384 14394 12272 0 0 407 4 5 3 20 0 15 0 13617138 14407233536 232243 18446744073709551615 4194304 4196468 140721891091904 140232626259952 140233153575554 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0
[pid=16998/tid=17059] ppid=16995 vsize=14069564 CPUtime=2.3 cores=0,2,4,6
/proc/16998/task/17059/stat : 17059 (java) S 16995 16998 5228 0 -1 1077944384 11393 12272 0 0 219 3 5 3 20 0 15 0 13617138 14407233536 232243 18446744073709551615 4194304 4196468 140721891091904 140232625207664 140233153575554 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0
[pid=16998/tid=17060] ppid=16995 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/16998/task/17060/stat : 17060 (java) S 16995 16998 5228 0 -1 1077944384 3 12272 0 0 0 0 5 3 20 0 15 0 13617138 14407233536 232243 18446744073709551615 4194304 4196468 140721891091904 140232624155104 140233153574613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0
[pid=16998/tid=17061] ppid=16995 vsize=14069564 CPUtime=0.13 cores=0,2,4,6
/proc/16998/task/17061/stat : 17061 (java) S 16995 16998 5228 0 -1 1077944384 320 12272 0 0 2 3 5 3 20 0 15 0 13617141 14407233536 232243 18446744073709551615 4194304 4196468 140721891091904 140232623102896 140233153575554 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0
Current children cumulated CPU time (s) 113.37
Current children cumulated vsize (KiB) 14069564

[startup+162.301 s]
/proc/loadavg: 1.31 1.54 1.62 3/216 17108
/proc/meminfo: memFree=28033680/32770624 swapFree=0/241824
[pid=16998] ppid=16995 vsize=14069564 CPUtime=174.2 cores=0,2,4,6
/proc/16998/stat : 16998 (java) S 16995 16998 5228 0 -1 1077944320 105498 12272 0 0 17352 60 5 3 20 0 15 0 13617112 14407233536 224947 18446744073709551615 4194304 4196468 140721891091904 140721891074448 140233153564407 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 7 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0
/proc/16998/statm: 3517391 224947 3465 1 0 3506013 0
[pid=16998/tid=17048] ppid=16995 vsize=14069564 CPUtime=160.71 cores=0,2,4,6
/proc/16998/task/17048/stat : 17048 (java) R 16995 16998 5228 0 -1 4202560 54578 12272 0 0 16041 22 5 3 20 0 15 0 13617132 14407233536 224947 18446744073709551615 4194304 4196468 140721891091904 140233157797408 140232792674440 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0
[pid=16998/tid=17049] ppid=16995 vsize=14069564 CPUtime=0.73 cores=0,2,4,6
/proc/16998/task/17049/stat : 17049 (java) S 16995 16998 5228 0 -1 1077944384 1982 12272 0 0 60 5 5 3 20 0 15 0 13617133 14407233536 224947 18446744073709551615 4194304 4196468 140721891091904 140233110530448 140233153574613 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0
[pid=16998/tid=17050] ppid=16995 vsize=14069564 CPUtime=0.73 cores=0,2,4,6
/proc/16998/task/17050/stat : 17050 (java) S 16995 16998 5228 0 -1 1077944384 1936 12272 0 0 61 4 5 3 20 0 15 0 13617133 14407233536 224947 18446744073709551615 4194304 4196468 140721891091904 140233109477648 140233153574613 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0
[pid=16998/tid=17051] ppid=16995 vsize=14069564 CPUtime=0.73 cores=0,2,4,6
/proc/16998/task/17051/stat : 17051 (java) S 16995 16998 5228 0 -1 1077944384 3238 12272 0 0 60 5 5 3 20 0 15 0 13617133 14407233536 224947 18446744073709551615 4194304 4196468 140721891091904 140233108425360 140233153574613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0
[pid=16998/tid=17052] ppid=16995 vsize=14069564 CPUtime=0.73 cores=0,2,4,6
/proc/16998/task/17052/stat : 17052 (java) S 16995 16998 5228 0 -1 1077944384 2930 12272 0 0 60 5 5 3 20 0 15 0 13617133 14407233536 224947 18446744073709551615 4194304 4196468 140721891091904 140233107372560 140233153574613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0
[pid=16998/tid=17053] ppid=16995 vsize=14069564 CPUtime=0.64 cores=0,2,4,6
/proc/16998/task/17053/stat : 17053 (java) S 16995 16998 5228 0 -1 1077944384 4162 12272 0 0 52 4 5 3 20 0 15 0 13617134 14407233536 224947 18446744073709551615 4194304 4196468 140721891091904 140232699312752 140233153575554 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0
[pid=16998/tid=17054] ppid=16995 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/16998/task/17054/stat : 17054 (java) S 16995 16998 5228 0 -1 1077944384 57 12272 0 0 0 0 5 3 20 0 15 0 13617135 14407233536 224947 18446744073709551615 4194304 4196468 140721891091904 140232698258784 140233153574613 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0
[pid=16998/tid=17055] ppid=16995 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/16998/task/17055/stat : 17055 (java) S 16995 16998 5228 0 -1 1077944384 43 12272 0 0 0 0 5 3 20 0 15 0 13617135 14407233536 224947 18446744073709551615 4194304 4196468 140721891091904 140232697206400 140233153574613 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0
[pid=16998/tid=17056] ppid=16995 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/16998/task/17056/stat : 17056 (java) S 16995 16998 5228 0 -1 1077944384 3 12272 0 0 0 0 5 3 20 0 15 0 13617138 14407233536 224947 18446744073709551615 4194304 4196468 140721891091904 140232628365904 140233153583003 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0
[pid=16998/tid=17057] ppid=16995 vsize=14069564 CPUtime=3.86 cores=0,2,4,6
/proc/16998/task/17057/stat : 17057 (java) S 16995 16998 5228 0 -1 1077944384 7598 12272 0 0 376 2 5 3 20 0 15 0 13617138 14407233536 224947 18446744073709551615 4194304 4196468 140721891091904 140232627312752 140233153575554 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0
[pid=16998/tid=17058] ppid=16995 vsize=14069564 CPUtime=4.19 cores=0,2,4,6
/proc/16998/task/17058/stat : 17058 (java) S 16995 16998 5228 0 -1 1077944384 14680 12272 0 0 407 4 5 3 20 0 15 0 13617138 14407233536 224947 18446744073709551615 4194304 4196468 140721891091904 140232626259952 140233153575554 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0
[pid=16998/tid=17059] ppid=16995 vsize=14069564 CPUtime=2.3 cores=0,2,4,6
/proc/16998/task/17059/stat : 17059 (java) S 16995 16998 5228 0 -1 1077944384 11785 12272 0 0 219 3 5 3 20 0 15 0 13617138 14407233536 224947 18446744073709551615 4194304 4196468 140721891091904 140232625207664 140233153575554 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0
[pid=16998/tid=17060] ppid=16995 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/16998/task/17060/stat : 17060 (java) S 16995 16998 5228 0 -1 1077944384 3 12272 0 0 0 0 5 3 20 0 15 0 13617138 14407233536 224947 18446744073709551615 4194304 4196468 140721891091904 140232624155104 140233153574613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0
[pid=16998/tid=17061] ppid=16995 vsize=14069564 CPUtime=0.17 cores=0,2,4,6
/proc/16998/task/17061/stat : 17061 (java) S 16995 16998 5228 0 -1 1077944384 352 12272 0 0 4 5 5 3 20 0 15 0 13617141 14407233536 224947 18446744073709551615 4194304 4196468 140721891091904 140232623102896 140233153575554 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0
Current children cumulated CPU time (s) 174.2
Current children cumulated vsize (KiB) 14069564

[startup+222.307 s]
/proc/loadavg: 1.46 1.55 1.61 4/213 17237
/proc/meminfo: memFree=26512044/32770624 swapFree=0/241880
[pid=16998] ppid=16995 vsize=14069564 CPUtime=235.09 cores=0,2,4,6
/proc/16998/stat : 16998 (java) S 16995 16998 5228 0 -1 1077944320 110852 12272 0 0 23433 68 5 3 20 0 15 0 13617112 14407233536 224431 18446744073709551615 4194304 4196468 140721891091904 140721891074448 140233153564407 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 7 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0
/proc/16998/statm: 3517391 224431 3465 1 0 3506013 0
[pid=16998/tid=17048] ppid=16995 vsize=14069564 CPUtime=220.08 cores=0,2,4,6
/proc/16998/task/17048/stat : 17048 (java) R 16995 16998 5228 0 -1 4202560 56085 12272 0 0 21977 23 5 3 20 0 15 0 13617132 14407233536 224431 18446744073709551615 4194304 4196468 140721891091904 140233157798352 140232790620807 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0
[pid=16998/tid=17049] ppid=16995 vsize=14069564 CPUtime=1.04 cores=0,2,4,6
/proc/16998/task/17049/stat : 17049 (java) S 16995 16998 5228 0 -1 1077944384 2103 12272 0 0 89 7 5 3 20 0 15 0 13617133 14407233536 224431 18446744073709551615 4194304 4196468 140721891091904 140233110530448 140233153574613 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0
[pid=16998/tid=17050] ppid=16995 vsize=14069564 CPUtime=1.03 cores=0,2,4,6
/proc/16998/task/17050/stat : 17050 (java) S 16995 16998 5228 0 -1 1077944384 2175 12272 0 0 90 5 5 3 20 0 15 0 13617133 14407233536 224431 18446744073709551615 4194304 4196468 140721891091904 140233109477648 140233153574613 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0
[pid=16998/tid=17051] ppid=16995 vsize=14069564 CPUtime=1.04 cores=0,2,4,6
/proc/16998/task/17051/stat : 17051 (java) S 16995 16998 5228 0 -1 1077944384 4896 12272 0 0 89 7 5 3 20 0 15 0 13617133 14407233536 224431 18446744073709551615 4194304 4196468 140721891091904 140233108425360 140233153574613 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0
[pid=16998/tid=17052] ppid=16995 vsize=14069564 CPUtime=1.04 cores=0,2,4,6
/proc/16998/task/17052/stat : 17052 (java) S 16995 16998 5228 0 -1 1077944384 3048 12272 0 0 89 7 5 3 20 0 15 0 13617133 14407233536 224431 18446744073709551615 4194304 4196468 140721891091904 140233107372560 140233153574613 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0
[pid=16998/tid=17053] ppid=16995 vsize=14069564 CPUtime=0.91 cores=0,2,4,6
/proc/16998/task/17053/stat : 17053 (java) S 16995 16998 5228 0 -1 1077944384 4526 12272 0 0 77 6 5 3 20 0 15 0 13617134 14407233536 224431 18446744073709551615 4194304 4196468 140721891091904 140232699312752 140233153575554 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0
[pid=16998/tid=17054] ppid=16995 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/16998/task/17054/stat : 17054 (java) S 16995 16998 5228 0 -1 1077944384 57 12272 0 0 0 0 5 3 20 0 15 0 13617135 14407233536 224431 18446744073709551615 4194304 4196468 140721891091904 140232698258784 140233153574613 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0
[pid=16998/tid=17055] ppid=16995 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/16998/task/17055/stat : 17055 (java) S 16995 16998 5228 0 -1 1077944384 43 12272 0 0 0 0 5 3 20 0 15 0 13617135 14407233536 224431 18446744073709551615 4194304 4196468 140721891091904 140232697206400 140233153574613 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0
[pid=16998/tid=17056] ppid=16995 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/16998/task/17056/stat : 17056 (java) S 16995 16998 5228 0 -1 1077944384 3 12272 0 0 0 0 5 3 20 0 15 0 13617138 14407233536 224431 18446744073709551615 4194304 4196468 140721891091904 140232628365904 140233153583003 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0
[pid=16998/tid=17057] ppid=16995 vsize=14069564 CPUtime=3.86 cores=0,2,4,6
/proc/16998/task/17057/stat : 17057 (java) S 16995 16998 5228 0 -1 1077944384 7601 12272 0 0 376 2 5 3 20 0 15 0 13617138 14407233536 224431 18446744073709551615 4194304 4196468 140721891091904 140232627312752 140233153575554 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0
[pid=16998/tid=17058] ppid=16995 vsize=14069564 CPUtime=4.2 cores=0,2,4,6
/proc/16998/task/17058/stat : 17058 (java) S 16995 16998 5228 0 -1 1077944384 15693 12272 0 0 408 4 5 3 20 0 15 0 13617138 14407233536 224431 18446744073709551615 4194304 4196468 140721891091904 140232626259952 140233153575554 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0
[pid=16998/tid=17059] ppid=16995 vsize=14069564 CPUtime=2.3 cores=0,2,4,6
/proc/16998/task/17059/stat : 17059 (java) S 16995 16998 5228 0 -1 1077944384 12092 12272 0 0 219 3 5 3 20 0 15 0 13617138 14407233536 224431 18446744073709551615 4194304 4196468 140721891091904 140232625207664 140233153575554 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0
[pid=16998/tid=17060] ppid=16995 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/16998/task/17060/stat : 17060 (java) S 16995 16998 5228 0 -1 1077944384 3 12272 0 0 0 0 5 3 20 0 15 0 13617138 14407233536 224431 18446744073709551615 4194304 4196468 140721891091904 140232624155104 140233153574613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0
[pid=16998/tid=17061] ppid=16995 vsize=14069564 CPUtime=0.21 cores=0,2,4,6
/proc/16998/task/17061/stat : 17061 (java) S 16995 16998 5228 0 -1 1077944384 376 12272 0 0 7 6 5 3 20 0 15 0 13617141 14407233536 224431 18446744073709551615 4194304 4196468 140721891091904 140232623102896 140233153575554 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0
Current children cumulated CPU time (s) 235.09
Current children cumulated vsize (KiB) 14069564



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 1.43 1.54 1.61 7/213 17238
/proc/meminfo: memFree=26375096/32770624 swapFree=0/241904
[pid=16998] ppid=16995 vsize=14069564 CPUtime=253.07 cores=0,2,4,6
/proc/16998/stat : 16998 (java) S 16995 16998 5228 0 -1 1077944320 112398 12272 0 0 25229 70 5 3 20 0 15 0 13617112 14407233536 221647 18446744073709551615 4194304 4196468 140721891091904 140721891074448 140233153564407 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 7 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0
/proc/16998/statm: 3517391 221647 3465 1 0 3506013 0
[pid=16998/tid=17048] ppid=16995 vsize=14069564 CPUtime=237.59 cores=0,2,4,6
/proc/16998/task/17048/stat : 17048 (java) R 16995 16998 5228 0 -1 4202560 56544 12272 0 0 23728 23 5 3 20 0 15 0 13617132 14407233536 221647 18446744073709551615 4194304 4196468 140721891091904 140233157798480 140232789910814 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0
[pid=16998/tid=17049] ppid=16995 vsize=14069564 CPUtime=1.13 cores=0,2,4,6
/proc/16998/task/17049/stat : 17049 (java) S 16995 16998 5228 0 -1 1077944384 2129 12272 0 0 98 7 5 3 20 0 15 0 13617133 14407233536 221647 18446744073709551615 4194304 4196468 140721891091904 140233110530448 140233153574613 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0
[pid=16998/tid=17050] ppid=16995 vsize=14069564 CPUtime=1.12 cores=0,2,4,6
/proc/16998/task/17050/stat : 17050 (java) S 16995 16998 5228 0 -1 1077944384 2202 12272 0 0 98 6 5 3 20 0 15 0 13617133 14407233536 221647 18446744073709551615 4194304 4196468 140721891091904 140233109477648 140233153574613 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0
[pid=16998/tid=17051] ppid=16995 vsize=14069564 CPUtime=1.13 cores=0,2,4,6
/proc/16998/task/17051/stat : 17051 (java) S 16995 16998 5228 0 -1 1077944384 4924 12272 0 0 98 7 5 3 20 0 15 0 13617133 14407233536 221647 18446744073709551615 4194304 4196468 140721891091904 140233108425360 140233153574613 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0
[pid=16998/tid=17052] ppid=16995 vsize=14069564 CPUtime=1.13 cores=0,2,4,6
/proc/16998/task/17052/stat : 17052 (java) S 16995 16998 5228 0 -1 1077944384 3069 12272 0 0 98 7 5 3 20 0 15 0 13617133 14407233536 221647 18446744073709551615 4194304 4196468 140721891091904 140233107372560 140233153574613 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0
[pid=16998/tid=17053] ppid=16995 vsize=14069564 CPUtime=0.99 cores=0,2,4,6
/proc/16998/task/17053/stat : 17053 (java) S 16995 16998 5228 0 -1 1077944384 4536 12272 0 0 85 6 5 3 20 0 15 0 13617134 14407233536 221647 18446744073709551615 4194304 4196468 140721891091904 140232699312752 140233153575554 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0
[pid=16998/tid=17054] ppid=16995 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/16998/task/17054/stat : 17054 (java) S 16995 16998 5228 0 -1 1077944384 57 12272 0 0 0 0 5 3 20 0 15 0 13617135 14407233536 221647 18446744073709551615 4194304 4196468 140721891091904 140232698258784 140233153574613 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0
[pid=16998/tid=17055] ppid=16995 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/16998/task/17055/stat : 17055 (java) S 16995 16998 5228 0 -1 1077944384 43 12272 0 0 0 0 5 3 20 0 15 0 13617135 14407233536 221647 18446744073709551615 4194304 4196468 140721891091904 140232697206400 140233153574613 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0
[pid=16998/tid=17056] ppid=16995 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/16998/task/17056/stat : 17056 (java) S 16995 16998 5228 0 -1 1077944384 3 12272 0 0 0 0 5 3 20 0 15 0 13617138 14407233536 221647 18446744073709551615 4194304 4196468 140721891091904 140232628365904 140233153583003 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0
[pid=16998/tid=17057] ppid=16995 vsize=14069564 CPUtime=3.86 cores=0,2,4,6
/proc/16998/task/17057/stat : 17057 (java) S 16995 16998 5228 0 -1 1077944384 7601 12272 0 0 376 2 5 3 20 0 15 0 13617138 14407233536 221647 18446744073709551615 4194304 4196468 140721891091904 140232627312752 140233153575554 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0
[pid=16998/tid=17058] ppid=16995 vsize=14069564 CPUtime=4.2 cores=0,2,4,6
/proc/16998/task/17058/stat : 17058 (java) S 16995 16998 5228 0 -1 1077944384 15693 12272 0 0 408 4 5 3 20 0 15 0 13617138 14407233536 221647 18446744073709551615 4194304 4196468 140721891091904 140232626259952 140233153575554 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0
[pid=16998/tid=17059] ppid=16995 vsize=14069564 CPUtime=2.31 cores=0,2,4,6
/proc/16998/task/17059/stat : 17059 (java) S 16995 16998 5228 0 -1 1077944384 13067 12272 0 0 219 4 5 3 20 0 15 0 13617138 14407233536 221647 18446744073709551615 4194304 4196468 140721891091904 140232625207664 140233153575554 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0
[pid=16998/tid=17060] ppid=16995 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/16998/task/17060/stat : 17060 (java) S 16995 16998 5228 0 -1 1077944384 3 12272 0 0 0 0 5 3 20 0 15 0 13617138 14407233536 221647 18446744073709551615 4194304 4196468 140721891091904 140232624155104 140233153574613 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0
[pid=16998/tid=17061] ppid=16995 vsize=14069564 CPUtime=0.22 cores=0,2,4,6
/proc/16998/task/17061/stat : 17061 (java) S 16995 16998 5228 0 -1 1077944384 376 12272 0 0 7 7 5 3 20 0 15 0 13617141 14407233536 221647 18446744073709551615 4194304 4196468 140721891091904 140232623102896 140233153575554 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7405568 140721891100621 140721891103406 140721891103406 140721891106767 0
Current children cumulated CPU time (s) 253.07
Current children cumulated vsize (KiB) 14069564

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

Child status: 143
Real time (s): 240.032
CPU time (s): 253.12
CPU user time (s): 252.366
CPU system time (s): 0.753756
CPU usage (%): 105.452
Max. virtual memory (cumulated for all children) (KiB): 14069564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 252.366
system time used= 0.753756
maximum resident set size= 969132
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 127873
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= 30046
involuntary context switches= 948

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.17669 second user time and 1.40581 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-02 08:59:31
IDJOB=4259824
IDBENCH=135732
IDSOLVER=2646
FILE ID=node133/4259824-1501658018
RUNJOBID= node133-1501653519-11655
PBS_JOBID= 
Free space on /tmp= 61840 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n15/TravellingSalesman-15-30-13.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4259824-1501658018/watcher-4259824-1501658018 -o /tmp/evaluation-result-4259824-1501658018/solver-4259824-1501658018 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node133-1501653519-11655 --watchdog 300  bin/concrete HOME/instance-4259824-1501658018.xml

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

MD5SUM BENCH= 55ee1821e6c80d60efd231ab90bfbad2
RANDOM SEED=1513892003

node133.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.17
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.17
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.17
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.17
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:        27964400 kB
MemAvailable:   28208284 kB
Buffers:          129660 kB
Cached:           394400 kB
SwapCached:            0 kB
Active:          4139132 kB
Inactive:         250000 kB
Active(anon):    3865648 kB
Inactive(anon):     8536 kB
Active(file):     273484 kB
Inactive(file):   241464 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24032 kB
Writeback:             0 kB
AnonPages:       3864944 kB
Mapped:            43692 kB
Shmem:              8892 kB
Slab:             115892 kB
SReclaimable:      89540 kB
SUnreclaim:        26352 kB
KernelStack:        3504 kB
PageTables:        12220 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4833552 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3639296 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 61816 MiB
End job on node133 at 2017-08-02 09:03:32