Trace number 4262196

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)119 2520.1699 2378.25

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n20/
TravellingSalesman-20-30-02.xml
MD5SUMa68811cefd95bd5595684aa0eec29a9f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark119
Best CPU time to get the best result obtained on this benchmark2400.03
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints21
Number of domains2
Minimum domain size20
Maximum domain size32
Distribution of domain sizes[{"size":20,"count":20},{"size":32,"count":20}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":20},{"degree":3,"count":20}]
Minimum constraint arity3
Maximum constraint arity20
Distribution of constraint arities[{"arity":3,"count":20},{"arity":20,"count":1}]
Number of extensional constraints20
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":20},{"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.30/2.21	c Concrete v3.4 running
7.40/3.92	o 420
7.40/3.96	o 362
7.40/4.00	o 360
7.75/4.03	o 350
7.75/4.08	o 341
8.08/4.12	o 327
8.08/4.13	o 325
8.08/4.15	o 322
8.08/4.16	o 321
8.08/4.18	o 313
8.08/4.19	o 295
8.42/4.21	o 280
8.42/4.23	o 275
8.42/4.25	o 265
8.42/4.26	o 259
8.42/4.29	o 245
8.42/4.30	o 226
8.75/4.31	o 225
8.75/4.34	o 223
8.75/4.34	o 222
8.75/4.36	o 221
8.75/4.37	o 203
8.75/4.39	o 198
9.12/4.49	o 196
9.45/4.52	o 193
9.45/4.52	o 186
9.45/4.53	o 184
9.45/4.55	o 183
9.45/4.56	o 179
9.45/4.57	o 175
9.45/4.58	o 170
9.45/4.59	o 166
9.76/4.60	o 163
9.76/4.61	o 156
9.76/4.63	o 154
9.76/4.64	o 149
9.76/4.67	o 147
10.40/4.83	o 146
10.40/4.83	o 144
10.40/4.87	o 141
10.70/4.91	o 140
10.70/4.92	o 139
10.70/4.93	o 138
10.70/4.94	o 127
10.70/4.94	o 125
11.01/5.09	o 124
11.30/5.12	o 119
2520.10/2378.21	java.util.concurrent.TimeoutException
2520.10/2378.21		at concrete.MAC.mac(MAC.scala:74)
2520.10/2378.21		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
2520.10/2378.21		at scala.util.Try$.apply(Try.scala:209)
2520.10/2378.21		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.10/2378.21		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.10/2378.21		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.10/2378.21		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.10/2378.21		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
2520.10/2378.21		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.10/2378.21		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.10/2378.21		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.10/2378.21		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.10/2378.21		at concrete.MAC.oneRun(MAC.scala:146)
2520.10/2378.21		at concrete.MAC.nextSolution(MAC.scala:166)
2520.10/2378.21		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
2520.10/2378.21		at concrete.ProblemState.map(ProblemState.scala:203)
2520.10/2378.21		at concrete.ProblemState.map(ProblemState.scala:188)
2520.10/2378.21		at concrete.MAC.nextSolution(MAC.scala:195)
2520.10/2378.21		at concrete.Solver.hasNext(Solver.scala:202)
2520.10/2378.21		at scala.collection.Iterator.toStream(Iterator.scala:1403)
2520.10/2378.21		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
2520.10/2378.21		at concrete.Solver.toStream(Solver.scala:73)
2520.10/2378.21		at scala.collection.Iterator.$anonfun$toStream$1(Iterator.scala:1403)
2520.10/2378.21		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1169)
2520.10/2378.21		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1159)
2520.10/2378.21		at scala.collection.immutable.Stream.foreach(Stream.scala:531)
2520.10/2378.21		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
2520.10/2378.21		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.10/2378.21		at scala.util.Success.map(Try.scala:209)
2520.10/2378.21		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
2520.10/2378.21		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
2520.10/2378.21		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.10/2378.21		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
2520.10/2378.21		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.10/2378.21		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.10/2378.21		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.10/2378.21		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.10/2378.21		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.10/2378.21		at scala.collection.immutable.List.foreach(List.scala:389)
2520.10/2378.21		at scala.App.main(App.scala:76)
2520.10/2378.21		at scala.App.main$(App.scala:74)
2520.10/2378.21		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.10/2378.21		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.10/2378.22	v <instantiation cost="119">
2520.10/2378.22	v       <list>
2520.10/2378.22	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] c[15] c[16] c[17] c[18] c[19] 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] d[15] d[16] d[17] d[18] d[19]
2520.10/2378.22	v       </list>
2520.10/2378.22	v       <values>
2520.10/2378.22	v         4 2 7 9 11 13 15 18 16 17 19 14 12 10 5 3 0 1 6 8 10 6 4 6 5 7 12 4 8 3 8 3 6 5 4 5 3 10 4 6
2520.10/2378.22	v       </values>
2520.10/2378.22	v     </instantiation>
2520.10/2378.22	s SATISFIABLE

Verifier Data

OK	119

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-4262196-1502466755/watcher-4262196-1502466755 -o /tmp/evaluation-result-4262196-1502466755/solver-4262196-1502466755 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502411413-16612 --watchdog 2580 bin/concrete HOME/instance-4262196-1502466755.xml 

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

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


[startup+0 s]
/proc/loadavg: 1.68 1.62 1.60 2/195 27720
/proc/meminfo: memFree=28632324/32770624 swapFree=0/312032
[pid=27720] ppid=27717 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/27720/stat : 27720 (runsolver) D 27717 27720 16548 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 48871080 24240128 106 18446744073709551615 4194304 4338465 140720978655568 140720978653208 139957038641879 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 36651008 140720978657488 140720978657865 140720978657865 140720978661322 0
/proc/27720/statm: 5918 106 53 36 0 2156 0

[startup+0.100162 s]
/proc/loadavg: 1.68 1.62 1.60 2/195 27720
/proc/meminfo: memFree=28632324/32770624 swapFree=0/312032
[pid=27720] ppid=27717 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/27720/stat : 27720 (runsolver) D 27717 27720 16548 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 48871080 24240128 106 18446744073709551615 4194304 4338465 140720978655568 140720978653208 139957038641879 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 36651008 140720978657488 140720978657865 140720978657865 140720978661322 0
/proc/27720/statm: 5918 106 53 36 0 2156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23672

[startup+0.20025 s]
/proc/loadavg: 1.68 1.62 1.60 2/195 27720
/proc/meminfo: memFree=28632324/32770624 swapFree=0/312032
[pid=27720] ppid=27717 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/27720/stat : 27720 (bash) S 27717 27720 16548 0 -1 4202496 891 6486 0 0 0 0 0 1 20 0 1 0 48871080 9867264 376 18446744073709551615 4194304 5098028 140737428668016 140737428662024 140045324557312 0 0 5 65536 18446744071580971376 0 0 17 3 0 0 10 0 0 7196144 7232144 29061120 140737428668948 140737428669033 140737428669033 140737428672490 0
/proc/27720/statm: 2409 376 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300298 s]
/proc/loadavg: 1.68 1.62 1.60 2/195 27720
/proc/meminfo: memFree=28632324/32770624 swapFree=0/312032
[pid=27720] ppid=27717 vsize=13907308 CPUtime=0.13 cores=1,3,5,7
/proc/27720/stat : 27720 (java) S 27717 27720 16548 0 -1 1077944320 5499 12810 0 0 5 1 5 2 20 0 14 0 48871080 14241083392 5184 18446744073709551615 4194304 4196468 140731144730624 140731144713168 140401783385847 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 14532608 140731144738768 140731144741553 140731144741553 140731144744911 0
/proc/27720/statm: 3476827 5184 2568 1 0 3466324 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 13907308

[startup+0.709362 s]
/proc/loadavg: 1.68 1.62 1.60 2/195 27720
/proc/meminfo: memFree=28632324/32770624 swapFree=0/312032
[pid=27720] ppid=27717 vsize=13974784 CPUtime=0.64 cores=1,3,5,7
/proc/27720/stat : 27720 (java) S 27717 27720 16548 0 -1 1077944320 13724 12810 0 0 52 5 5 2 20 0 15 0 48871080 14310178816 14193 18446744073709551615 4194304 4196468 140731144730624 140731144713168 140401783385847 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 14532608 140731144738768 140731144741553 140731144741553 140731144744911 0
/proc/27720/statm: 3493696 14193 3135 1 0 3482965 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 13974784

[startup+1.50063 s]
/proc/loadavg: 1.68 1.62 1.60 3/210 27783
/proc/meminfo: memFree=28539856/32770624 swapFree=0/312104
[pid=27720] ppid=27717 vsize=13985408 CPUtime=1.81 cores=1,3,5,7
/proc/27720/stat : 27720 (java) S 27717 27720 16548 0 -1 1077944320 27748 12810 0 0 165 9 5 2 20 0 15 0 48871080 14321057792 33907 18446744073709551615 4194304 4196468 140731144730624 140731144713168 140401783385847 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 14532608 140731144738768 140731144741553 140731144741553 140731144744911 0
/proc/27720/statm: 3496352 33907 3343 1 0 3485525 0
[pid=27720/tid=27770] ppid=27717 vsize=13985408 CPUtime=1.27 cores=1,3,5,7
/proc/27720/task/27770/stat : 27770 (java) R 27717 27720 16548 0 -1 4202560 22340 12810 0 0 112 8 5 2 20 0 15 0 48871103 14321057792 33907 18446744073709551615 4194304 4196468 140731144730624 140401787614600 140401783407194 0 4 1 16800974 0 0 0 -1 1 0 0 5 0 0 6293624 6294260 14532608 140731144738768 140731144741553 140731144741553 140731144744911 0
[pid=27720/tid=27771] ppid=27717 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/27720/task/27771/stat : 27771 (java) S 27717 27720 16548 0 -1 1077944384 1 12810 0 0 0 0 5 2 20 0 15 0 48871104 14321057792 33907 18446744073709551615 4194304 4196468 140731144730624 140401744284816 140401783396053 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14532608 140731144738768 140731144741553 140731144741553 140731144744911 0
[pid=27720/tid=27772] ppid=27717 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/27720/task/27772/stat : 27772 (java) S 27717 27720 16548 0 -1 1077944384 1 12810 0 0 0 0 5 2 20 0 15 0 48871104 14321057792 33907 18446744073709551615 4194304 4196468 140731144730624 140401382452240 140401783396053 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14532608 140731144738768 140731144741553 140731144741553 140731144744911 0
[pid=27720/tid=27773] ppid=27717 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/27720/task/27773/stat : 27773 (java) S 27717 27720 16548 0 -1 1077944384 1 12810 0 0 0 0 5 2 20 0 15 0 48871104 14321057792 33907 18446744073709551615 4194304 4196468 140731144730624 140401381399440 140401783396053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14532608 140731144738768 140731144741553 140731144741553 140731144744911 0
[pid=27720/tid=27774] ppid=27717 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/27720/task/27774/stat : 27774 (java) S 27717 27720 16548 0 -1 1077944384 2 12810 0 0 0 0 5 2 20 0 15 0 48871104 14321057792 33907 18446744073709551615 4194304 4196468 140731144730624 140401380346640 140401783396053 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14532608 140731144738768 140731144741553 140731144741553 140731144744911 0
[pid=27720/tid=27775] ppid=27717 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/27720/task/27775/stat : 27775 (java) S 27717 27720 16548 0 -1 1077944384 5 12810 0 0 0 0 5 2 20 0 15 0 48871105 14321057792 33907 18446744073709551615 4194304 4196468 140731144730624 140401262008688 140401783396994 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14532608 140731144738768 140731144741553 140731144741553 140731144744911 0
[pid=27720/tid=27776] ppid=27717 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/27720/task/27776/stat : 27776 (java) S 27717 27720 16548 0 -1 1077944384 33 12810 0 0 0 0 5 2 20 0 15 0 48871106 14321057792 33907 18446744073709551615 4194304 4196468 140731144730624 140401260954656 140401783396053 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14532608 140731144738768 140731144741553 140731144741553 140731144744911 0
[pid=27720/tid=27777] ppid=27717 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/27720/task/27777/stat : 27777 (java) S 27717 27720 16548 0 -1 1077944384 21 12810 0 0 0 0 5 2 20 0 15 0 48871106 14321057792 33907 18446744073709551615 4194304 4196468 140731144730624 140401259901808 140401783396053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14532608 140731144738768 140731144741553 140731144741553 140731144744911 0
[pid=27720/tid=27778] ppid=27717 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/27720/task/27778/stat : 27778 (java) S 27717 27720 16548 0 -1 1077944384 3 12810 0 0 0 0 5 2 20 0 15 0 48871108 14321057792 33907 18446744073709551615 4194304 4196468 140731144730624 140401258850128 140401783404443 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14532608 140731144738768 140731144741553 140731144741553 140731144744911 0
[pid=27720/tid=27779] ppid=27717 vsize=13985408 CPUtime=0.21 cores=1,3,5,7
/proc/27720/task/27779/stat : 27779 (java) S 27717 27720 16548 0 -1 1077944384 963 12810 0 0 14 0 5 2 20 0 15 0 48871108 14321057792 33907 18446744073709551615 4194304 4196468 140731144730624 140401257798512 140401783396994 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14532608 140731144738768 140731144741553 140731144741553 140731144744911 0
[pid=27720/tid=27780] ppid=27717 vsize=13985408 CPUtime=0.22 cores=1,3,5,7
/proc/27720/task/27780/stat : 27780 (java) R 27717 27720 16548 0 -1 4202560 811 12810 0 0 15 0 5 2 20 0 15 0 48871108 14321057792 33907 18446744073709551615 4194304 4196468 140731144730624 140401256745712 140401763946608 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14532608 140731144738768 140731144741553 140731144741553 140731144744911 0
[pid=27720/tid=27781] ppid=27717 vsize=13985408 CPUtime=0.29 cores=1,3,5,7
/proc/27720/task/27781/stat : 27781 (java) R 27717 27720 16548 0 -1 4202560 1407 12810 0 0 22 0 5 2 20 0 15 0 48871108 14321057792 33907 18446744073709551615 4194304 4196468 140731144730624 140401255692912 140401783407194 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14532608 140731144738768 140731144741553 140731144741553 140731144744911 0
[pid=27720/tid=27782] ppid=27717 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/27720/task/27782/stat : 27782 (java) S 27717 27720 16548 0 -1 1077944384 3 12810 0 0 0 0 5 2 20 0 15 0 48871109 14321057792 33907 18446744073709551615 4194304 4196468 140731144730624 140401254640352 140401783396053 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14532608 140731144738768 140731144741553 140731144741553 140731144744911 0
[pid=27720/tid=27783] ppid=27717 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/27720/task/27783/stat : 27783 (java) S 27717 27720 16548 0 -1 1077944384 6 12810 0 0 0 0 5 2 20 0 15 0 48871114 14321057792 33907 18446744073709551615 4194304 4196468 140731144730624 140401253587632 140401783396994 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14532608 140731144738768 140731144741553 140731144741553 140731144744911 0
Current children cumulated CPU time (s) 1.81
Current children cumulated vsize (KiB) 13985408

[startup+3.10576 s]
/proc/loadavg: 1.87 1.66 1.61 3/210 27783
/proc/meminfo: memFree=28464972/32770624 swapFree=0/312112
[pid=27720] ppid=27717 vsize=13999932 CPUtime=5.05 cores=1,3,5,7
/proc/27720/stat : 27720 (java) S 27717 27720 16548 0 -1 1077944320 48285 12810 0 0 482 16 5 2 20 0 15 0 48871080 14335930368 56938 18446744073709551615 4194304 4196468 140731144730624 140731144713168 140401783385847 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 14532608 140731144738768 140731144741553 140731144741553 140731144744911 0
/proc/27720/statm: 3499983 56938 3443 1 0 3488597 0
[pid=27720/tid=27770] ppid=27717 vsize=13999932 CPUtime=2.84 cores=1,3,5,7
/proc/27720/task/27770/stat : 27770 (java) R 27717 27720 16548 0 -1 4202560 37373 12810 0 0 267 10 5 2 20 0 15 0 48871103 14335930368 56938 18446744073709551615 4194304 4196468 140731144730624 140401787600864 140401783407773 0 4 1 16800974 0 0 0 -1 3 0 0 5 0 0 6293624 6294260 14532608 140731144738768 140731144741553 140731144741553 140731144744911 0
[pid=27720/tid=27771] ppid=27717 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/27720/task/27771/stat : 27771 (java) S 27717 27720 16548 0 -1 1077944384 62 12810 0 0 1 0 5 2 20 0 15 0 48871104 14335930368 56938 18446744073709551615 4194304 4196468 140731144730624 140401744284816 140401783396053 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14532608 140731144738768 140731144741553 140731144741553 140731144744911 0
[pid=27720/tid=27772] ppid=27717 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/27720/task/27772/stat : 27772 (java) S 27717 27720 16548 0 -1 1077944384 182 12810 0 0 1 0 5 2 20 0 15 0 48871104 14335930368 56938 18446744073709551615 4194304 4196468 140731144730624 140401382452240 140401783396053 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14532608 140731144738768 140731144741553 140731144741553 140731144744911 0
[pid=27720/tid=27773] ppid=27717 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/27720/task/27773/stat : 27773 (java) S 27717 27720 16548 0 -1 1077944384 50 12810 0 0 0 0 5 2 20 0 15 0 48871104 14335930368 56938 18446744073709551615 4194304 4196468 140731144730624 140401381399440 140401783396053 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14532608 140731144738768 140731144741553 140731144741553 140731144744911 0
[pid=27720/tid=27774] ppid=27717 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/27720/task/27774/stat : 27774 (java) S 27717 27720 16548 0 -1 1077944384 60 12810 0 0 1 0 5 2 20 0 15 0 48871104 14335930368 56938 18446744073709551615 4194304 4196468 140731144730624 140401380346640 140401783396053 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14532608 140731144738768 140731144741553 140731144741553 140731144744911 0
[pid=27720/tid=27775] ppid=27717 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/27720/task/27775/stat : 27775 (java) S 27717 27720 16548 0 -1 1077944384 1669 12810 0 0 1 0 5 2 20 0 15 0 48871105 14335930368 56938 18446744073709551615 4194304 4196468 140731144730624 140401262008688 140401783396994 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14532608 140731144738768 140731144741553 140731144741553 140731144744911 0
[pid=27720/tid=27776] ppid=27717 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/27720/task/27776/stat : 27776 (java) S 27717 27720 16548 0 -1 1077944384 55 12810 0 0 0 0 5 2 20 0 15 0 48871106 14335930368 56938 18446744073709551615 4194304 4196468 140731144730624 140401260954720 140401783396053 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14532608 140731144738768 140731144741553 140731144741553 140731144744911 0
[pid=27720/tid=27777] ppid=27717 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/27720/task/27777/stat : 27777 (java) S 27717 27720 16548 0 -1 1077944384 44 12810 0 0 0 0 5 2 20 0 15 0 48871106 14335930368 56938 18446744073709551615 4194304 4196468 140731144730624 140401259901824 140401783396053 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14532608 140731144738768 140731144741553 140731144741553 140731144744911 0
[pid=27720/tid=27778] ppid=27717 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/27720/task/27778/stat : 27778 (java) S 27717 27720 16548 0 -1 1077944384 3 12810 0 0 0 0 5 2 20 0 15 0 48871108 14335930368 56938 18446744073709551615 4194304 4196468 140731144730624 140401258850128 140401783404443 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14532608 140731144738768 140731144741553 140731144741553 140731144744911 0
[pid=27720/tid=27779] ppid=27717 vsize=13999932 CPUtime=0.68 cores=1,3,5,7
/proc/27720/task/27779/stat : 27779 (java) R 27717 27720 16548 0 -1 4202560 1654 12810 0 0 60 1 5 2 20 0 15 0 48871108 14335930368 56938 18446744073709551615 4194304 4196468 140731144730624 140401257784464 140401764907113 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14532608 140731144738768 140731144741553 140731144741553 140731144744911 0
[pid=27720/tid=27780] ppid=27717 vsize=13999932 CPUtime=0.63 cores=1,3,5,7
/proc/27720/task/27780/stat : 27780 (java) R 27717 27720 16548 0 -1 1077944384 1232 12810 0 0 56 0 5 2 20 0 15 0 48871108 14335930368 56938 18446744073709551615 4194304 4196468 140731144730624 140401256732032 140401783396053 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14532608 140731144738768 140731144741553 140731144741553 140731144744911 0
[pid=27720/tid=27781] ppid=27717 vsize=13999932 CPUtime=0.99 cores=1,3,5,7
/proc/27720/task/27781/stat : 27781 (java) R 27717 27720 16548 0 -1 4202560 3738 12810 0 0 91 1 5 2 20 0 15 0 48871108 14335930368 56938 18446744073709551615 4194304 4196468 140731144730624 140401255692912 140401783397782 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14532608 140731144738768 140731144741553 140731144741553 140731144744911 0
[pid=27720/tid=27782] ppid=27717 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/27720/task/27782/stat : 27782 (java) S 27717 27720 16548 0 -1 1077944384 3 12810 0 0 0 0 5 2 20 0 15 0 48871109 14335930368 56938 18446744073709551615 4194304 4196468 140731144730624 140401254640352 140401783396053 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14532608 140731144738768 140731144741553 140731144741553 140731144744911 0
[pid=27720/tid=27783] ppid=27717 vsize=13999932 CPUtime=0.07 cores=1,3,5,7
/proc/27720/task/27783/stat : 27783 (java) S 27717 27720 16548 0 -1 1077944384 9 12810 0 0 0 0 5 2 20 0 15 0 48871114 14335930368 56938 18446744073709551615 4194304 4196468 140731144730624 140401253587632 140401783396994 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14532608 140731144738768 140731144741553 140731144741553 140731144744911 0
Current children cumulated CPU time (s) 5.05
Current children cumulated vsize (KiB) 13999932

[startup+6.30066 s]
/proc/loadavg: 1.87 1.66 1.61 4/210 27783
/proc/meminfo: memFree=28272416/32770624 swapFree=0/312116
[pid=27720] ppid=27717 vsize=14069564 CPUtime=14.12 cores=1,3,5,7
/proc/27720/stat : 27720 (java) S 27717 27720 16548 0 -1 1077944320 66953 12810 0 0 1380 25 5 2 20 0 15 0 48871080 14407233536 109912 18446744073709551615 4194304 4196468 140731144730624 140731144713168 140401783385847 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 14532608 140731144738768 140731144741553 140731144741553 140731144744911 0
/proc/27720/statm: 3517391 109912 3472 1 0 3506005 0
[pid=27720/tid=27770] ppid=27717 vsize=14069564 CPUtime=5.8 cores=1,3,5,7
/proc/27720/task/27770/stat : 27770 (java) R 27717 27720 16548 0 -1 4202560 45986 12810 0 0 559 14 5 2 20 0 15 0 48871103 14407233536 109912 18446744073709551615 4194304 4196468 140731144730624 140401787619936 140401439263123 0 4 1 16800974 0 0 0 -1 3 0 0 5 0 0 6293624 6294260 14532608 140731144738768 140731144741553 140731144741553 140731144744911 0
[pid=27720/tid=27771] ppid=27717 vsize=14069564 CPUtime=0.2 cores=1,3,5,7
/proc/27720/task/27771/stat : 27771 (java) S 27717 27720 16548 0 -1 1077944384 112 12810 0 0 13 0 5 2 20 0 15 0 48871104 14407233536 109912 18446744073709551615 4194304 4196468 140731144730624 140401744284816 140401783396053 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14532608 140731144738768 140731144741553 140731144741553 140731144744911 0
[pid=27720/tid=27772] ppid=27717 vsize=14069564 CPUtime=0.19 cores=1,3,5,7
/proc/27720/task/27772/stat : 27772 (java) S 27717 27720 16548 0 -1 1077944384 205 12810 0 0 12 0 5 2 20 0 15 0 48871104 14407233536 109912 18446744073709551615 4194304 4196468 140731144730624 140401382452240 140401783396053 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14532608 140731144738768 140731144741553 140731144741553 140731144744911 0
[pid=27720/tid=27773] ppid=27717 vsize=14069564 CPUtime=0.18 cores=1,3,5,7
/proc/27720/task/27773/stat : 27773 (java) S 27717 27720 16548 0 -1 1077944384 135 12810 0 0 11 0 5 2 20 0 15 0 48871104 14407233536 109912 18446744073709551615 4194304 4196468 140731144730624 140401381399440 140401783396053 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14532608 140731144738768 140731144741553 140731144741553 140731144744911 0
[pid=27720/tid=27774] ppid=27717 vsize=14069564 CPUtime=0.2 cores=1,3,5,7
/proc/27720/task/27774/stat : 27774 (java) S 27717 27720 16548 0 -1 1077944384 94 12810 0 0 13 0 5 2 20 0 15 0 48871104 14407233536 109912 18446744073709551615 4194304 4196468 140731144730624 140401380346640 140401783396053 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14532608 140731144738768 140731144741553 140731144741553 140731144744911 0
[pid=27720/tid=27775] ppid=27717 vsize=14069564 CPUtime=0.18 cores=1,3,5,7
/proc/27720/task/27775/stat : 27775 (java) S 27717 27720 16548 0 -1 1077944384 2479 12810 0 0 11 0 5 2 20 0 15 0 48871105 14407233536 109912 18446744073709551615 4194304 4196468 140731144730624 140401262008688 140401783396994 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14532608 140731144738768 140731144741553 140731144741553 140731144744911 0
[pid=27720/tid=27776] ppid=27717 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/27720/task/27776/stat : 27776 (java) S 27717 27720 16548 0 -1 1077944384 55 12810 0 0 0 0 5 2 20 0 15 0 48871106 14407233536 109912 18446744073709551615 4194304 4196468 140731144730624 140401260954720 140401783396053 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14532608 140731144738768 140731144741553 140731144741553 140731144744911 0
[pid=27720/tid=27777] ppid=27717 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/27720/task/27777/stat : 27777 (java) S 27717 27720 16548 0 -1 1077944384 45 12810 0 0 0 0 5 2 20 0 15 0 48871106 14407233536 109912 18446744073709551615 4194304 4196468 140731144730624 140401259901824 140401783396053 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14532608 140731144738768 140731144741553 140731144741553 140731144744911 0
[pid=27720/tid=27778] ppid=27717 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/27720/task/27778/stat : 27778 (java) S 27717 27720 16548 0 -1 1077944384 3 12810 0 0 0 0 5 2 20 0 15 0 48871108 14407233536 109912 18446744073709551615 4194304 4196468 140731144730624 140401258850128 140401783404443 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14532608 140731144738768 140731144741553 140731144741553 140731144744911 0
[pid=27720/tid=27779] ppid=27717 vsize=14069564 CPUtime=3.01 cores=1,3,5,7
/proc/27720/task/27779/stat : 27779 (java) S 27717 27720 16548 0 -1 1077944384 5903 12810 0 0 292 2 5 2 20 0 15 0 48871108 14407233536 109912 18446744073709551615 4194304 4196468 140731144730624 140401257798512 140401783396994 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14532608 140731144738768 140731144741553 140731144741553 140731144744911 0
[pid=27720/tid=27780] ppid=27717 vsize=14069564 CPUtime=3.19 cores=1,3,5,7
/proc/27720/task/27780/stat : 27780 (java) S 27717 27720 16548 0 -1 1077944384 4637 12810 0 0 311 1 5 2 20 0 15 0 48871108 14407233536 109912 18446744073709551615 4194304 4196468 140731144730624 140401256745712 140401783396994 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14532608 140731144738768 140731144741553 140731144741553 140731144744911 0
[pid=27720/tid=27781] ppid=27717 vsize=14069564 CPUtime=1.62 cores=1,3,5,7
/proc/27720/task/27781/stat : 27781 (java) S 27717 27720 16548 0 -1 1077944384 5135 12810 0 0 153 2 5 2 20 0 15 0 48871108 14407233536 109912 18446744073709551615 4194304 4196468 140731144730624 140401255692912 140401783396994 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14532608 140731144738768 140731144741553 140731144741553 140731144744911 0
[pid=27720/tid=27782] ppid=27717 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/27720/task/27782/stat : 27782 (java) S 27717 27720 16548 0 -1 1077944384 3 12810 0 0 0 0 5 2 20 0 15 0 48871109 14407233536 109912 18446744073709551615 4194304 4196468 140731144730624 140401254640352 140401783396053 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14532608 140731144738768 140731144741553 140731144741553 140731144744911 0
[pid=27720/tid=27783] ppid=27717 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/27720/task/27783/stat : 27783 (java) S 27717 27720 16548 0 -1 1077944384 10 12810 0 0 0 0 5 2 20 0 15 0 48871114 14407233536 109912 18446744073709551615 4194304 4196468 140731144730624 140401253587632 140401783396994 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14532608 140731144738768 140731144741553 140731144741553 140731144744911 0
Current children cumulated CPU time (s) 14.12
Current children cumulated vsize (KiB) 14069564

[startup+12.7014 s]
/proc/loadavg: 1.96 1.68 1.62 3/210 27783
/proc/meminfo: memFree=27915548/32770624 swapFree=0/312112
[pid=27720] ppid=27717 vsize=14069564 CPUtime=24.05 cores=1,3,5,7
/proc/27720/stat : 27720 (java) S 27717 27720 16548 0 -1 1077944320 81890 12810 0 0 2364 34 5 2 20 0 15 0 48871080 14407233536 192307 18446744073709551615 4194304 4196468 140731144730624 140731144713168 140401783385847 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 14532608 140731144738768 140731144741553 140731144741553 140731144744911 0
/proc/27720/statm: 3517391 192307 3473 1 0 3506005 0
[pid=27720/tid=27770] ppid=27717 vsize=14069564 CPUtime=12.16 cores=1,3,5,7
/proc/27720/task/27770/stat : 27770 (java) R 27717 27720 16548 0 -1 4202560 47627 12810 0 0 1190 19 5 2 20 0 15 0 48871103 14407233536 192307 18446744073709551615 4194304 4196468 140731144730624 140401787619224 140401435772430 0 4 1 16800974 0 0 0 -1 7 0 0 5 0 0 6293624 6294260 14532608 140731144738768 140731144741553 140731144741553 140731144744911 0
[pid=27720/tid=27771] ppid=27717 vsize=14069564 CPUtime=0.22 cores=1,3,5,7
/proc/27720/task/27771/stat : 27771 (java) S 27717 27720 16548 0 -1 1077944384 232 12810 0 0 14 1 5 2 20 0 15 0 48871104 14407233536 192307 18446744073709551615 4194304 4196468 140731144730624 140401744284816 140401783396053 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14532608 140731144738768 140731144741553 140731144741553 140731144744911 0
[pid=27720/tid=27772] ppid=27717 vsize=14069564 CPUtime=0.21 cores=1,3,5,7
/proc/27720/task/27772/stat : 27772 (java) S 27717 27720 16548 0 -1 1077944384 738 12810 0 0 13 1 5 2 20 0 15 0 48871104 14407233536 192307 18446744073709551615 4194304 4196468 140731144730624 140401382452240 140401783396053 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14532608 140731144738768 140731144741553 140731144741553 140731144744911 0
[pid=27720/tid=27773] ppid=27717 vsize=14069564 CPUtime=0.21 cores=1,3,5,7
/proc/27720/task/27773/stat : 27773 (java) S 27717 27720 16548 0 -1 1077944384 150 12810 0 0 13 1 5 2 20 0 15 0 48871104 14407233536 192307 18446744073709551615 4194304 4196468 140731144730624 140401381399440 140401783396053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14532608 140731144738768 140731144741553 140731144741553 140731144744911 0
[pid=27720/tid=27774] ppid=27717 vsize=14069564 CPUtime=0.22 cores=1,3,5,7
/proc/27720/task/27774/stat : 27774 (java) S 27717 27720 16548 0 -1 1077944384 1209 12810 0 0 14 1 5 2 20 0 15 0 48871104 14407233536 192307 18446744073709551615 4194304 4196468 140731144730624 140401380346640 140401783396053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14532608 140731144738768 140731144741553 140731144741553 140731144744911 0
[pid=27720/tid=27775] ppid=27717 vsize=14069564 CPUtime=0.18 cores=1,3,5,7
/proc/27720/task/27775/stat : 27775 (java) S 27717 27720 16548 0 -1 1077944384 2900 12810 0 0 11 0 5 2 20 0 15 0 48871105 14407233536 192307 18446744073709551615 4194304 4196468 140731144730624 140401262008688 140401783396994 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14532608 140731144738768 140731144741553 140731144741553 140731144744911 0
[pid=27720/tid=27776] ppid=27717 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/27720/task/27776/stat : 27776 (java) S 27717 27720 16548 0 -1 1077944384 55 12810 0 0 0 0 5 2 20 0 15 0 48871106 14407233536 192307 18446744073709551615 4194304 4196468 140731144730624 140401260954720 140401783396053 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14532608 140731144738768 140731144741553 140731144741553 140731144744911 0
[pid=27720/tid=27777] ppid=27717 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/27720/task/27777/stat : 27777 (java) S 27717 27720 16548 0 -1 1077944384 45 12810 0 0 0 0 5 2 20 0 15 0 48871106 14407233536 192307 18446744073709551615 4194304 4196468 140731144730624 140401259901824 140401783396053 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14532608 140731144738768 140731144741553 140731144741553 140731144744911 0
[pid=27720/tid=27778] ppid=27717 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/27720/task/27778/stat : 27778 (java) S 27717 27720 16548 0 -1 1077944384 3 12810 0 0 0 0 5 2 20 0 15 0 48871108 14407233536 192307 18446744073709551615 4194304 4196468 140731144730624 140401258850128 140401783404443 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14532608 140731144738768 140731144741553 140731144741553 140731144744911 0

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

[pid=27720/tid=27783] ppid=27717 vsize=14069564 CPUtime=1.3 cores=1,3,5,7
/proc/27720/task/27783/stat : 27783 (java) S 27717 27720 16548 0 -1 1077944384 845 12810 0 0 57 66 5 2 20 0 15 0 48871114 14407233536 244569 18446744073709551615 4194304 4196468 140731144730624 140401253587632 140401783396994 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14532608 140731144738768 140731144741553 140731144741553 140731144744911 0
Current children cumulated CPU time (s) 2283.52
Current children cumulated vsize (KiB) 14069564

[startup+2202.31 s]
/proc/loadavg: 1.20 1.37 1.43 3/209 28065
/proc/meminfo: memFree=29117620/32770624 swapFree=0/312600
[pid=27720] ppid=27717 vsize=14069564 CPUtime=2343.77 cores=1,3,5,7
/proc/27720/stat : 27720 (java) S 27717 27720 16548 0 -1 1077944320 434807 12810 0 0 233865 505 5 2 20 0 15 0 48871080 14407233536 406995 18446744073709551615 4194304 4196468 140731144730624 140731144713168 140401783385847 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 14532608 140731144738768 140731144741553 140731144741553 140731144744911 0
/proc/27720/statm: 3517391 406995 3473 1 0 3506005 0
[pid=27720/tid=27770] ppid=27717 vsize=14069564 CPUtime=2177.84 cores=1,3,5,7
/proc/27720/task/27770/stat : 27770 (java) R 27717 27720 16548 0 -1 4202560 245559 12810 0 0 217679 98 5 2 20 0 15 0 48871103 14407233536 406995 18446744073709551615 4194304 4196468 140731144730624 140401787619696 140401425061551 0 4 1 16800974 0 0 0 -1 3 0 0 5 0 0 6293624 6294260 14532608 140731144738768 140731144741553 140731144741553 140731144744911 0
[pid=27720/tid=27771] ppid=27717 vsize=14069564 CPUtime=14.35 cores=1,3,5,7
/proc/27720/task/27771/stat : 27771 (java) S 27717 27720 16548 0 -1 1077944384 22523 12810 0 0 1359 69 5 2 20 0 15 0 48871104 14407233536 406995 18446744073709551615 4194304 4196468 140731144730624 140401744284816 140401783396053 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14532608 140731144738768 140731144741553 140731144741553 140731144744911 0
[pid=27720/tid=27772] ppid=27717 vsize=14069564 CPUtime=14.33 cores=1,3,5,7
/proc/27720/task/27772/stat : 27772 (java) S 27717 27720 16548 0 -1 1077944384 22689 12810 0 0 1353 73 5 2 20 0 15 0 48871104 14407233536 406995 18446744073709551615 4194304 4196468 140731144730624 140401382452240 140401783396053 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14532608 140731144738768 140731144741553 140731144741553 140731144744911 0
[pid=27720/tid=27773] ppid=27717 vsize=14069564 CPUtime=14.34 cores=1,3,5,7
/proc/27720/task/27773/stat : 27773 (java) S 27717 27720 16548 0 -1 1077944384 18711 12810 0 0 1359 68 5 2 20 0 15 0 48871104 14407233536 406995 18446744073709551615 4194304 4196468 140731144730624 140401381399440 140401783396053 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14532608 140731144738768 140731144741553 140731144741553 140731144744911 0
[pid=27720/tid=27774] ppid=27717 vsize=14069564 CPUtime=14.37 cores=1,3,5,7
/proc/27720/task/27774/stat : 27774 (java) S 27717 27720 16548 0 -1 1077944384 20204 12810 0 0 1364 66 5 2 20 0 15 0 48871104 14407233536 406995 18446744073709551615 4194304 4196468 140731144730624 140401380346640 140401783396053 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14532608 140731144738768 140731144741553 140731144741553 140731144744911 0
[pid=27720/tid=27775] ppid=27717 vsize=14069564 CPUtime=6.88 cores=1,3,5,7
/proc/27720/task/27775/stat : 27775 (java) S 27717 27720 16548 0 -1 1077944384 19763 12810 0 0 593 88 5 2 20 0 15 0 48871105 14407233536 406995 18446744073709551615 4194304 4196468 140731144730624 140401262008688 140401783396994 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14532608 140731144738768 140731144741553 140731144741553 140731144744911 0
[pid=27720/tid=27776] ppid=27717 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/27720/task/27776/stat : 27776 (java) S 27717 27720 16548 0 -1 1077944384 55 12810 0 0 0 0 5 2 20 0 15 0 48871106 14407233536 406995 18446744073709551615 4194304 4196468 140731144730624 140401260954720 140401783396053 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14532608 140731144738768 140731144741553 140731144741553 140731144744911 0
[pid=27720/tid=27777] ppid=27717 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/27720/task/27777/stat : 27777 (java) S 27717 27720 16548 0 -1 1077944384 45 12810 0 0 0 0 5 2 20 0 15 0 48871106 14407233536 406995 18446744073709551615 4194304 4196468 140731144730624 140401259901824 140401783396053 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14532608 140731144738768 140731144741553 140731144741553 140731144744911 0
[pid=27720/tid=27778] ppid=27717 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/27720/task/27778/stat : 27778 (java) S 27717 27720 16548 0 -1 1077944384 3 12810 0 0 0 0 5 2 20 0 15 0 48871108 14407233536 406995 18446744073709551615 4194304 4196468 140731144730624 140401258850128 140401783404443 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14532608 140731144738768 140731144741553 140731144741553 140731144744911 0
[pid=27720/tid=27779] ppid=27717 vsize=14069564 CPUtime=52.85 cores=1,3,5,7
/proc/27720/task/27779/stat : 27779 (java) S 27717 27720 16548 0 -1 1077944384 41091 12810 0 0 5272 6 5 2 20 0 15 0 48871108 14407233536 406995 18446744073709551615 4194304 4196468 140731144730624 140401257798512 140401783396994 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14532608 140731144738768 140731144741553 140731144741553 140731144744911 0
[pid=27720/tid=27780] ppid=27717 vsize=14069564 CPUtime=44.61 cores=1,3,5,7
/proc/27720/task/27780/stat : 27780 (java) S 27717 27720 16548 0 -1 1077944384 24757 12810 0 0 4449 5 5 2 20 0 15 0 48871108 14407233536 406995 18446744073709551615 4194304 4196468 140731144730624 140401256745712 140401783396994 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14532608 140731144738768 140731144741553 140731144741553 140731144744911 0
[pid=27720/tid=27781] ppid=27717 vsize=14069564 CPUtime=3.39 cores=1,3,5,7
/proc/27720/task/27781/stat : 27781 (java) S 27717 27720 16548 0 -1 1077944384 16404 12810 0 0 325 7 5 2 20 0 15 0 48871108 14407233536 406995 18446744073709551615 4194304 4196468 140731144730624 140401255692912 140401783396994 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14532608 140731144738768 140731144741553 140731144741553 140731144744911 0
[pid=27720/tid=27782] ppid=27717 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/27720/task/27782/stat : 27782 (java) S 27717 27720 16548 0 -1 1077944384 3 12810 0 0 0 0 5 2 20 0 15 0 48871109 14407233536 406995 18446744073709551615 4194304 4196468 140731144730624 140401254640352 140401783396053 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14532608 140731144738768 140731144741553 140731144741553 140731144744911 0
[pid=27720/tid=27783] ppid=27717 vsize=14069564 CPUtime=1.32 cores=1,3,5,7
/proc/27720/task/27783/stat : 27783 (java) S 27717 27720 16548 0 -1 1077944384 849 12810 0 0 57 68 5 2 20 0 15 0 48871114 14407233536 406995 18446744073709551615 4194304 4196468 140731144730624 140401253587632 140401783396994 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14532608 140731144738768 140731144741553 140731144741553 140731144744911 0
Current children cumulated CPU time (s) 2343.77
Current children cumulated vsize (KiB) 14069564

[startup+2262.3 s]
/proc/loadavg: 1.65 1.45 1.45 3/209 28067
/proc/meminfo: memFree=28736144/32770624 swapFree=0/312604
[pid=27720] ppid=27717 vsize=14069564 CPUtime=2403.93 cores=1,3,5,7
/proc/27720/stat : 27720 (java) S 27717 27720 16548 0 -1 1077944320 457026 12810 0 0 239866 520 5 2 20 0 15 0 48871080 14407233536 504094 18446744073709551615 4194304 4196468 140731144730624 140731144713168 140401783385847 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 14532608 140731144738768 140731144741553 140731144741553 140731144744911 0
/proc/27720/statm: 3517391 504094 3473 1 0 3506005 0
[pid=27720/tid=27770] ppid=27717 vsize=14069564 CPUtime=2237.76 cores=1,3,5,7
/proc/27720/task/27770/stat : 27770 (java) R 27717 27720 16548 0 -1 4202560 266492 12810 0 0 223664 105 5 2 20 0 15 0 48871103 14407233536 504094 18446744073709551615 4194304 4196468 140731144730624 140401787619920 140401438961583 0 4 1 16800974 0 0 0 -1 5 0 0 5 0 0 6293624 6294260 14532608 140731144738768 140731144741553 140731144741553 140731144744911 0
[pid=27720/tid=27771] ppid=27717 vsize=14069564 CPUtime=14.4 cores=1,3,5,7
/proc/27720/task/27771/stat : 27771 (java) S 27717 27720 16548 0 -1 1077944384 22786 12810 0 0 1362 71 5 2 20 0 15 0 48871104 14407233536 504094 18446744073709551615 4194304 4196468 140731144730624 140401744284816 140401783396053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14532608 140731144738768 140731144741553 140731144741553 140731144744911 0
[pid=27720/tid=27772] ppid=27717 vsize=14069564 CPUtime=14.38 cores=1,3,5,7
/proc/27720/task/27772/stat : 27772 (java) S 27717 27720 16548 0 -1 1077944384 22946 12810 0 0 1356 75 5 2 20 0 15 0 48871104 14407233536 504094 18446744073709551615 4194304 4196468 140731144730624 140401382452240 140401783396053 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14532608 140731144738768 140731144741553 140731144741553 140731144744911 0
[pid=27720/tid=27773] ppid=27717 vsize=14069564 CPUtime=14.39 cores=1,3,5,7
/proc/27720/task/27773/stat : 27773 (java) S 27717 27720 16548 0 -1 1077944384 18995 12810 0 0 1362 70 5 2 20 0 15 0 48871104 14407233536 504094 18446744073709551615 4194304 4196468 140731144730624 140401381399440 140401783396053 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14532608 140731144738768 140731144741553 140731144741553 140731144744911 0
[pid=27720/tid=27774] ppid=27717 vsize=14069564 CPUtime=14.4 cores=1,3,5,7
/proc/27720/task/27774/stat : 27774 (java) S 27717 27720 16548 0 -1 1077944384 20489 12810 0 0 1366 67 5 2 20 0 15 0 48871104 14407233536 504094 18446744073709551615 4194304 4196468 140731144730624 140401380346640 140401783396053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14532608 140731144738768 140731144741553 140731144741553 140731144744911 0
[pid=27720/tid=27775] ppid=27717 vsize=14069564 CPUtime=6.9 cores=1,3,5,7
/proc/27720/task/27775/stat : 27775 (java) S 27717 27720 16548 0 -1 1077944384 19956 12810 0 0 595 88 5 2 20 0 15 0 48871105 14407233536 504094 18446744073709551615 4194304 4196468 140731144730624 140401262008688 140401783396994 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14532608 140731144738768 140731144741553 140731144741553 140731144744911 0
[pid=27720/tid=27776] ppid=27717 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/27720/task/27776/stat : 27776 (java) S 27717 27720 16548 0 -1 1077944384 55 12810 0 0 0 0 5 2 20 0 15 0 48871106 14407233536 504094 18446744073709551615 4194304 4196468 140731144730624 140401260954720 140401783396053 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14532608 140731144738768 140731144741553 140731144741553 140731144744911 0
[pid=27720/tid=27777] ppid=27717 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/27720/task/27777/stat : 27777 (java) S 27717 27720 16548 0 -1 1077944384 45 12810 0 0 0 0 5 2 20 0 15 0 48871106 14407233536 504094 18446744073709551615 4194304 4196468 140731144730624 140401259901824 140401783396053 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14532608 140731144738768 140731144741553 140731144741553 140731144744911 0
[pid=27720/tid=27778] ppid=27717 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/27720/task/27778/stat : 27778 (java) S 27717 27720 16548 0 -1 1077944384 3 12810 0 0 0 0 5 2 20 0 15 0 48871108 14407233536 504094 18446744073709551615 4194304 4196468 140731144730624 140401258850128 140401783404443 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14532608 140731144738768 140731144741553 140731144741553 140731144744911 0
[pid=27720/tid=27779] ppid=27717 vsize=14069564 CPUtime=52.85 cores=1,3,5,7
/proc/27720/task/27779/stat : 27779 (java) S 27717 27720 16548 0 -1 1077944384 41091 12810 0 0 5272 6 5 2 20 0 15 0 48871108 14407233536 504094 18446744073709551615 4194304 4196468 140731144730624 140401257798512 140401783396994 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14532608 140731144738768 140731144741553 140731144741553 140731144744911 0
[pid=27720/tid=27780] ppid=27717 vsize=14069564 CPUtime=44.61 cores=1,3,5,7
/proc/27720/task/27780/stat : 27780 (java) S 27717 27720 16548 0 -1 1077944384 24757 12810 0 0 4449 5 5 2 20 0 15 0 48871108 14407233536 504094 18446744073709551615 4194304 4196468 140731144730624 140401256745712 140401783396994 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14532608 140731144738768 140731144741553 140731144741553 140731144744911 0
[pid=27720/tid=27781] ppid=27717 vsize=14069564 CPUtime=3.39 cores=1,3,5,7
/proc/27720/task/27781/stat : 27781 (java) S 27717 27720 16548 0 -1 1077944384 16404 12810 0 0 325 7 5 2 20 0 15 0 48871108 14407233536 504094 18446744073709551615 4194304 4196468 140731144730624 140401255692912 140401783396994 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14532608 140731144738768 140731144741553 140731144741553 140731144744911 0
[pid=27720/tid=27782] ppid=27717 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/27720/task/27782/stat : 27782 (java) S 27717 27720 16548 0 -1 1077944384 3 12810 0 0 0 0 5 2 20 0 15 0 48871109 14407233536 504094 18446744073709551615 4194304 4196468 140731144730624 140401254640352 140401783396053 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14532608 140731144738768 140731144741553 140731144741553 140731144744911 0
[pid=27720/tid=27783] ppid=27717 vsize=14069564 CPUtime=1.36 cores=1,3,5,7
/proc/27720/task/27783/stat : 27783 (java) S 27717 27720 16548 0 -1 1077944384 853 12810 0 0 59 70 5 2 20 0 15 0 48871114 14407233536 504094 18446744073709551615 4194304 4196468 140731144730624 140401253587632 140401783396994 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14532608 140731144738768 140731144741553 140731144741553 140731144744911 0
Current children cumulated CPU time (s) 2403.93
Current children cumulated vsize (KiB) 14069564

[startup+2322.3 s]
/proc/loadavg: 1.71 1.52 1.48 3/209 28069
/proc/meminfo: memFree=28343352/32770624 swapFree=0/312604
[pid=27720] ppid=27717 vsize=14069564 CPUtime=2464.05 cores=1,3,5,7
/proc/27720/stat : 27720 (java) S 27717 27720 16548 0 -1 1077944320 480249 12810 0 0 245868 530 5 2 20 0 15 0 48871080 14407233536 582110 18446744073709551615 4194304 4196468 140731144730624 140731144713168 140401783385847 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 14532608 140731144738768 140731144741553 140731144741553 140731144744911 0
/proc/27720/statm: 3517391 582110 3473 1 0 3506005 0
[pid=27720/tid=27770] ppid=27717 vsize=14069564 CPUtime=2297.67 cores=1,3,5,7
/proc/27720/task/27770/stat : 27770 (java) R 27717 27720 16548 0 -1 4202560 287761 12810 0 0 229650 110 5 2 20 0 15 0 48871103 14407233536 582110 18446744073709551615 4194304 4196468 140731144730624 140401787620112 140401436789258 0 4 1 16800974 0 0 0 -1 5 0 0 5 0 0 6293624 6294260 14532608 140731144738768 140731144741553 140731144741553 140731144744911 0
[pid=27720/tid=27771] ppid=27717 vsize=14069564 CPUtime=14.43 cores=1,3,5,7
/proc/27720/task/27771/stat : 27771 (java) S 27717 27720 16548 0 -1 1077944384 23306 12810 0 0 1365 71 5 2 20 0 15 0 48871104 14407233536 582110 18446744073709551615 4194304 4196468 140731144730624 140401744284816 140401783396053 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14532608 140731144738768 140731144741553 140731144741553 140731144744911 0
[pid=27720/tid=27772] ppid=27717 vsize=14069564 CPUtime=14.41 cores=1,3,5,7
/proc/27720/task/27772/stat : 27772 (java) S 27717 27720 16548 0 -1 1077944384 23355 12810 0 0 1358 76 5 2 20 0 15 0 48871104 14407233536 582110 18446744073709551615 4194304 4196468 140731144730624 140401382452240 140401783396053 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14532608 140731144738768 140731144741553 140731144741553 140731144744911 0
[pid=27720/tid=27773] ppid=27717 vsize=14069564 CPUtime=14.42 cores=1,3,5,7
/proc/27720/task/27773/stat : 27773 (java) S 27717 27720 16548 0 -1 1077944384 19301 12810 0 0 1365 70 5 2 20 0 15 0 48871104 14407233536 582110 18446744073709551615 4194304 4196468 140731144730624 140401381399440 140401783396053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14532608 140731144738768 140731144741553 140731144741553 140731144744911 0
[pid=27720/tid=27774] ppid=27717 vsize=14069564 CPUtime=14.44 cores=1,3,5,7
/proc/27720/task/27774/stat : 27774 (java) S 27717 27720 16548 0 -1 1077944384 20831 12810 0 0 1369 68 5 2 20 0 15 0 48871104 14407233536 582110 18446744073709551615 4194304 4196468 140731144730624 140401380346640 140401783396053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14532608 140731144738768 140731144741553 140731144741553 140731144744911 0
[pid=27720/tid=27775] ppid=27717 vsize=14069564 CPUtime=6.92 cores=1,3,5,7
/proc/27720/task/27775/stat : 27775 (java) S 27717 27720 16548 0 -1 1077944384 20308 12810 0 0 597 88 5 2 20 0 15 0 48871105 14407233536 582110 18446744073709551615 4194304 4196468 140731144730624 140401262008688 140401783396994 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14532608 140731144738768 140731144741553 140731144741553 140731144744911 0
[pid=27720/tid=27776] ppid=27717 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/27720/task/27776/stat : 27776 (java) S 27717 27720 16548 0 -1 1077944384 55 12810 0 0 0 0 5 2 20 0 15 0 48871106 14407233536 582110 18446744073709551615 4194304 4196468 140731144730624 140401260954720 140401783396053 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14532608 140731144738768 140731144741553 140731144741553 140731144744911 0
[pid=27720/tid=27777] ppid=27717 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/27720/task/27777/stat : 27777 (java) S 27717 27720 16548 0 -1 1077944384 45 12810 0 0 0 0 5 2 20 0 15 0 48871106 14407233536 582110 18446744073709551615 4194304 4196468 140731144730624 140401259901824 140401783396053 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14532608 140731144738768 140731144741553 140731144741553 140731144744911 0
[pid=27720/tid=27778] ppid=27717 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/27720/task/27778/stat : 27778 (java) S 27717 27720 16548 0 -1 1077944384 3 12810 0 0 0 0 5 2 20 0 15 0 48871108 14407233536 582110 18446744073709551615 4194304 4196468 140731144730624 140401258850128 140401783404443 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14532608 140731144738768 140731144741553 140731144741553 140731144744911 0
[pid=27720/tid=27779] ppid=27717 vsize=14069564 CPUtime=52.85 cores=1,3,5,7
/proc/27720/task/27779/stat : 27779 (java) S 27717 27720 16548 0 -1 1077944384 41093 12810 0 0 5272 6 5 2 20 0 15 0 48871108 14407233536 582110 18446744073709551615 4194304 4196468 140731144730624 140401257798512 140401783396994 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14532608 140731144738768 140731144741553 140731144741553 140731144744911 0
[pid=27720/tid=27780] ppid=27717 vsize=14069564 CPUtime=44.61 cores=1,3,5,7
/proc/27720/task/27780/stat : 27780 (java) S 27717 27720 16548 0 -1 1077944384 24759 12810 0 0 4449 5 5 2 20 0 15 0 48871108 14407233536 582110 18446744073709551615 4194304 4196468 140731144730624 140401256745712 140401783396994 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14532608 140731144738768 140731144741553 140731144741553 140731144744911 0
[pid=27720/tid=27781] ppid=27717 vsize=14069564 CPUtime=3.39 cores=1,3,5,7
/proc/27720/task/27781/stat : 27781 (java) S 27717 27720 16548 0 -1 1077944384 16406 12810 0 0 325 7 5 2 20 0 15 0 48871108 14407233536 582110 18446744073709551615 4194304 4196468 140731144730624 140401255692912 140401783396994 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14532608 140731144738768 140731144741553 140731144741553 140731144744911 0
[pid=27720/tid=27782] ppid=27717 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/27720/task/27782/stat : 27782 (java) S 27717 27720 16548 0 -1 1077944384 3 12810 0 0 0 0 5 2 20 0 15 0 48871109 14407233536 582110 18446744073709551615 4194304 4196468 140731144730624 140401254640352 140401783396053 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14532608 140731144738768 140731144741553 140731144741553 140731144744911 0
[pid=27720/tid=27783] ppid=27717 vsize=14069564 CPUtime=1.4 cores=1,3,5,7
/proc/27720/task/27783/stat : 27783 (java) S 27717 27720 16548 0 -1 1077944384 872 12810 0 0 60 73 5 2 20 0 15 0 48871114 14407233536 582110 18446744073709551615 4194304 4196468 140731144730624 140401253587632 140401783396994 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14532608 140731144738768 140731144741553 140731144741553 140731144744911 0
Current children cumulated CPU time (s) 2464.05
Current children cumulated vsize (KiB) 14069564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2378.2 s]
/proc/loadavg: 1.45 1.48 1.47 3/209 28071
/proc/meminfo: memFree=28100920/32770624 swapFree=0/312620
[pid=27720] ppid=27717 vsize=14069564 CPUtime=2520.1 cores=1,3,5,7
/proc/27720/stat : 27720 (java) S 27717 27720 16548 0 -1 1077944320 520375 12810 0 0 251462 541 5 2 20 0 15 0 48871080 14407233536 653595 18446744073709551615 4194304 4196468 140731144730624 140731144713168 140401783385847 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 10 0 0 6293624 6294260 14532608 140731144738768 140731144741553 140731144741553 140731144744911 0
/proc/27720/statm: 3517391 653595 3473 1 0 3506005 0
[pid=27720/tid=27770] ppid=27717 vsize=14069564 CPUtime=2353.51 cores=1,3,5,7
/proc/27720/task/27770/stat : 27770 (java) R 27717 27720 16548 0 -1 4202560 326224 12810 0 0 235228 116 5 2 20 0 15 0 48871103 14407233536 653595 18446744073709551615 4194304 4196468 140731144730624 140401787618832 140401438920937 0 4 1 16800974 0 0 0 -1 5 0 0 5 0 0 6293624 6294260 14532608 140731144738768 140731144741553 140731144741553 140731144744911 0
[pid=27720/tid=27771] ppid=27717 vsize=14069564 CPUtime=14.48 cores=1,3,5,7
/proc/27720/task/27771/stat : 27771 (java) S 27717 27720 16548 0 -1 1077944384 23585 12810 0 0 1368 73 5 2 20 0 15 0 48871104 14407233536 653595 18446744073709551615 4194304 4196468 140731144730624 140401744284816 140401783396053 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14532608 140731144738768 140731144741553 140731144741553 140731144744911 0
[pid=27720/tid=27772] ppid=27717 vsize=14069564 CPUtime=14.45 cores=1,3,5,7
/proc/27720/task/27772/stat : 27772 (java) S 27717 27720 16548 0 -1 1077944384 23580 12810 0 0 1361 77 5 2 20 0 15 0 48871104 14407233536 653595 18446744073709551615 4194304 4196468 140731144730624 140401382452240 140401783396053 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14532608 140731144738768 140731144741553 140731144741553 140731144744911 0
[pid=27720/tid=27773] ppid=27717 vsize=14069564 CPUtime=14.46 cores=1,3,5,7
/proc/27720/task/27773/stat : 27773 (java) S 27717 27720 16548 0 -1 1077944384 19815 12810 0 0 1368 71 5 2 20 0 15 0 48871104 14407233536 653595 18446744073709551615 4194304 4196468 140731144730624 140401381399440 140401783396053 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14532608 140731144738768 140731144741553 140731144741553 140731144744911 0
[pid=27720/tid=27774] ppid=27717 vsize=14069564 CPUtime=14.48 cores=1,3,5,7
/proc/27720/task/27774/stat : 27774 (java) S 27717 27720 16548 0 -1 1077944384 21120 12810 0 0 1372 69 5 2 20 0 15 0 48871104 14407233536 653595 18446744073709551615 4194304 4196468 140731144730624 140401380346640 140401783396053 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14532608 140731144738768 140731144741553 140731144741553 140731144744911 0
[pid=27720/tid=27775] ppid=27717 vsize=14069564 CPUtime=6.94 cores=1,3,5,7
/proc/27720/task/27775/stat : 27775 (java) S 27717 27720 16548 0 -1 1077944384 20640 12810 0 0 599 88 5 2 20 0 15 0 48871105 14407233536 653595 18446744073709551615 4194304 4196468 140731144730624 140401262008688 140401783396994 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14532608 140731144738768 140731144741553 140731144741553 140731144744911 0
[pid=27720/tid=27776] ppid=27717 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/27720/task/27776/stat : 27776 (java) S 27717 27720 16548 0 -1 1077944384 55 12810 0 0 0 0 5 2 20 0 15 0 48871106 14407233536 653595 18446744073709551615 4194304 4196468 140731144730624 140401260954720 140401783396053 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14532608 140731144738768 140731144741553 140731144741553 140731144744911 0
[pid=27720/tid=27777] ppid=27717 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/27720/task/27777/stat : 27777 (java) S 27717 27720 16548 0 -1 1077944384 45 12810 0 0 0 0 5 2 20 0 15 0 48871106 14407233536 653595 18446744073709551615 4194304 4196468 140731144730624 140401259901824 140401783396053 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14532608 140731144738768 140731144741553 140731144741553 140731144744911 0
[pid=27720/tid=27778] ppid=27717 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/27720/task/27778/stat : 27778 (java) S 27717 27720 16548 0 -1 1077944384 3 12810 0 0 0 0 5 2 20 0 15 0 48871108 14407233536 653595 18446744073709551615 4194304 4196468 140731144730624 140401258850128 140401783404443 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14532608 140731144738768 140731144741553 140731144741553 140731144744911 0
[pid=27720/tid=27779] ppid=27717 vsize=14069564 CPUtime=52.86 cores=1,3,5,7
/proc/27720/task/27779/stat : 27779 (java) S 27717 27720 16548 0 -1 1077944384 41095 12810 0 0 5272 7 5 2 20 0 15 0 48871108 14407233536 653595 18446744073709551615 4194304 4196468 140731144730624 140401257798512 140401783396994 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14532608 140731144738768 140731144741553 140731144741553 140731144744911 0
[pid=27720/tid=27780] ppid=27717 vsize=14069564 CPUtime=44.62 cores=1,3,5,7
/proc/27720/task/27780/stat : 27780 (java) S 27717 27720 16548 0 -1 1077944384 24761 12810 0 0 4450 5 5 2 20 0 15 0 48871108 14407233536 653595 18446744073709551615 4194304 4196468 140731144730624 140401256745712 140401783396994 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14532608 140731144738768 140731144741553 140731144741553 140731144744911 0
[pid=27720/tid=27781] ppid=27717 vsize=14069564 CPUtime=3.39 cores=1,3,5,7
/proc/27720/task/27781/stat : 27781 (java) S 27717 27720 16548 0 -1 1077944384 16408 12810 0 0 325 7 5 2 20 0 15 0 48871108 14407233536 653595 18446744073709551615 4194304 4196468 140731144730624 140401255692912 140401783396994 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14532608 140731144738768 140731144741553 140731144741553 140731144744911 0
[pid=27720/tid=27782] ppid=27717 vsize=14069564 CPUtime=0.07 cores=1,3,5,7
/proc/27720/task/27782/stat : 27782 (java) S 27717 27720 16548 0 -1 1077944384 3 12810 0 0 0 0 5 2 20 0 15 0 48871109 14407233536 653595 18446744073709551615 4194304 4196468 140731144730624 140401254640352 140401783396053 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14532608 140731144738768 140731144741553 140731144741553 140731144744911 0
[pid=27720/tid=27783] ppid=27717 vsize=14069564 CPUtime=1.42 cores=1,3,5,7
/proc/27720/task/27783/stat : 27783 (java) S 27717 27720 16548 0 -1 1077944384 890 12810 0 0 61 74 5 2 20 0 15 0 48871114 14407233536 653595 18446744073709551615 4194304 4196468 140731144730624 140401253587632 140401783396994 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14532608 140731144738768 140731144741553 140731144741553 140731144744911 0
Current children cumulated CPU time (s) 2520.1
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 27720 sig 9
??? kill -27720 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 2378.25
CPU time (s): 2520.17
CPU user time (s): 2514.7
CPU system time (s): 5.46929
CPU usage (%): 105.967
Max. virtual memory (cumulated for all children) (KiB): 14069564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2514.7
system time used= 5.46929
maximum resident set size= 2615500
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 534227
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2752
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 200688
involuntary context switches= 10106

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.2885 second user time and 15.1753 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-11 17:38:35
IDJOB=4262196
IDBENCH=135668
IDSOLVER=2650
FILE ID=node126/4262196-1502466755
RUNJOBID= node126-1502411413-16612
PBS_JOBID= 
Free space on /tmp= 62004 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n20/TravellingSalesman-20-30-02.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262196-1502466755/watcher-4262196-1502466755 -o /tmp/evaluation-result-4262196-1502466755/solver-4262196-1502466755 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502411413-16612 --watchdog 2580  bin/concrete HOME/instance-4262196-1502466755.xml

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

MD5SUM BENCH= a68811cefd95bd5595684aa0eec29a9f
RANDOM SEED=337091840

node126.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.81
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.81
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.81
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.81
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:        28632360 kB
MemAvailable:   29258884 kB
Buffers:          286632 kB
Cached:           613040 kB
SwapCached:          524 kB
Active:          3288544 kB
Inactive:         383356 kB
Active(anon):    2726408 kB
Inactive(anon):    71324 kB
Active(file):     562136 kB
Inactive(file):   312032 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:             24484 kB
Writeback:             0 kB
AnonPages:       2771952 kB
Mapped:            54676 kB
Shmem:             25248 kB
Slab:             162732 kB
SReclaimable:     136380 kB
SUnreclaim:        26352 kB
KernelStack:        3392 kB
PageTables:        13240 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3532512 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2547712 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 61984 MiB
End job on node126 at 2017-08-11 18:18:13