Trace number 4261980

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)1358 2520.1399 2461.6299

General information on the benchmark

NameKnapsack/Knapsack-m1-s60/
Knapsack-60-250-03.xml
MD5SUM51492dfdc05fd658a6c92bd20bc2cdd8
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1358
Best CPU time to get the best result obtained on this benchmark148.35001
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":60}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":60}]
Minimum constraint arity60
Maximum constraint arity60
Distribution of constraint arities[{"arity":60,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":1}]
Optimization problemYES
Type of objectivemax 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.57/2.21	c Concrete v3.4 running
6.31/3.34	o 590
6.31/3.38	o 601
6.65/3.40	o 673
6.65/3.43	o 736
6.65/3.44	o 767
6.65/3.46	o 827
6.65/3.47	o 917
6.65/3.48	o 932
6.65/3.50	o 989
7.00/3.52	o 1001
7.00/3.53	o 1002
7.00/3.54	o 1102
7.00/3.55	o 1104
7.00/3.56	o 1133
7.00/3.57	o 1159
7.00/3.57	o 1163
7.00/3.59	o 1178
7.00/3.59	o 1185
7.35/3.60	o 1189
7.35/3.60	o 1200
7.35/3.61	o 1203
7.35/3.62	o 1230
7.35/3.62	o 1310
7.35/3.67	o 1315
7.35/3.69	o 1325
7.68/3.70	o 1326
7.68/3.70	o 1333
7.68/3.73	o 1336
8.27/3.91	o 1351
8.27/3.99	o 1358
2520.08/2461.60	java.util.concurrent.TimeoutException
2520.08/2461.60		at concrete.MAC.mac(MAC.scala:74)
2520.08/2461.60		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
2520.08/2461.60		at scala.util.Try$.apply(Try.scala:209)
2520.08/2461.60		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.08/2461.60		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.08/2461.60		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.08/2461.60		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.08/2461.60		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
2520.08/2461.60		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.08/2461.60		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.08/2461.60		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.08/2461.60		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.08/2461.60		at concrete.MAC.oneRun(MAC.scala:146)
2520.08/2461.60		at concrete.MAC.nextSolution(MAC.scala:166)
2520.08/2461.60		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
2520.08/2461.60		at concrete.ProblemState.map(ProblemState.scala:203)
2520.08/2461.60		at concrete.ProblemState.map(ProblemState.scala:188)
2520.08/2461.60		at concrete.MAC.nextSolution(MAC.scala:195)
2520.08/2461.60		at concrete.Solver.hasNext(Solver.scala:202)
2520.08/2461.60		at scala.collection.Iterator.toStream(Iterator.scala:1403)
2520.08/2461.61		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
2520.08/2461.61		at concrete.Solver.toStream(Solver.scala:73)
2520.08/2461.61		at scala.collection.Iterator.$anonfun$toStream$1(Iterator.scala:1403)
2520.08/2461.61		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1169)
2520.08/2461.61		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1159)
2520.08/2461.61		at scala.collection.immutable.Stream.foreach(Stream.scala:531)
2520.08/2461.61		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
2520.08/2461.61		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.08/2461.61		at scala.util.Success.map(Try.scala:209)
2520.08/2461.61		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
2520.08/2461.61		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
2520.08/2461.61		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.08/2461.61		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
2520.08/2461.61		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.08/2461.61		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.08/2461.61		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.08/2461.61		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.08/2461.61		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.08/2461.61		at scala.collection.immutable.List.foreach(List.scala:389)
2520.08/2461.61		at scala.App.main(App.scala:76)
2520.08/2461.61		at scala.App.main$(App.scala:74)
2520.08/2461.61		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.08/2461.61		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.08/2461.61	v <instantiation cost="1358">
2520.08/2461.61	v       <list>
2520.08/2461.61	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59]
2520.08/2461.61	v       </list>
2520.08/2461.61	v       <values>
2520.08/2461.61	v         0 1 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 1 0 1 1 0 0 0 0 0 0 1 0 0 1 0 0 0 1 0 1 0 0 0 0 0 1 1 1 1 0 0 0 1 1 1 0 0 0 0 0 0 1 1
2520.08/2461.61	v       </values>
2520.08/2461.61	v     </instantiation>
2520.08/2461.61	s SATISFIABLE

Verifier Data

OK	1358

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-4261980-1502458278/watcher-4261980-1502458278 -o /tmp/evaluation-result-4261980-1502458278/solver-4261980-1502458278 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502411423-4884 --watchdog 2580 bin/concrete HOME/instance-4261980-1502458278.xml 

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

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


[startup+0 s]
/proc/loadavg: 2.45 1.87 1.64 3/199 18999
/proc/meminfo: memFree=30181140/32770624 swapFree=0/434248
[pid=18999] ppid=18996 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/18999/stat : 18999 (runsolver) D 18996 18999 4821 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 93643021 24240128 107 18446744073709551615 4194304 4338465 140728794088720 140728794086360 139984297829079 0 0 1 24578 18446744071580418449 0 0 17 4 0 0 0 0 0 6438912 6441760 7122944 140728794095825 140728794096201 140728794096201 140728794099658 0
/proc/18999/statm: 5918 107 54 36 0 2156 0

[startup+0.100168 s]
/proc/loadavg: 2.45 1.87 1.64 3/199 18999
/proc/meminfo: memFree=30181140/32770624 swapFree=0/434248
[pid=18999] ppid=18996 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/18999/stat : 18999 (bash) S 18996 18999 4821 0 -1 4202496 897 6477 0 0 0 0 0 1 20 0 1 0 93643021 9867264 377 18446744073709551615 4194304 5098028 140722269996320 140722269990328 140332827114496 0 0 5 65536 18446744071580971376 0 0 17 2 0 0 5 0 0 7196144 7232144 7933952 140722270003732 140722270003817 140722270003817 140722270007274 0
/proc/18999/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.200364 s]
/proc/loadavg: 2.45 1.87 1.64 3/199 18999
/proc/meminfo: memFree=30181140/32770624 swapFree=0/434248
[pid=18999] ppid=18996 vsize=13574488 CPUtime=0.1 cores=0,2,4,6
/proc/18999/stat : 18999 (java) S 18996 18999 4821 0 -1 1077944320 4667 12665 0 0 3 0 5 2 20 0 9 0 93643021 13900275712 4434 18446744073709551615 4194304 4196468 140727710774864 140727710757408 140673625521911 0 0 1 16784584 18446744073709551615 0 0 17 6 0 0 5 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0
/proc/18999/statm: 3393622 4434 2085 1 0 3383119 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13574488

[startup+0.308037 s]
/proc/loadavg: 2.45 1.87 1.64 3/199 18999
/proc/meminfo: memFree=30181140/32770624 swapFree=0/434248
[pid=18999] ppid=18996 vsize=13974116 CPUtime=0.16 cores=0,2,4,6
/proc/18999/stat : 18999 (java) S 18996 18999 4821 0 -1 1077944320 5839 12665 0 0 8 1 5 2 20 0 15 0 93643021 14309494784 7036 18446744073709551615 4194304 4196468 140727710774864 140727710757408 140673625521911 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 5 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0
/proc/18999/statm: 3493529 7036 2759 1 0 3482965 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 13974116

[startup+0.700234 s]
/proc/loadavg: 2.45 1.87 1.64 3/199 18999
/proc/meminfo: memFree=30181140/32770624 swapFree=0/434248
[pid=18999] ppid=18996 vsize=13974784 CPUtime=0.7 cores=0,2,4,6
/proc/18999/stat : 18999 (java) S 18996 18999 4821 0 -1 1077944320 13612 12665 0 0 60 3 5 2 20 0 15 0 93643021 14310178816 15052 18446744073709551615 4194304 4196468 140727710774864 140727710757408 140673625521911 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 5 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0
/proc/18999/statm: 3493696 15052 3116 1 0 3482965 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 13974784

[startup+1.50154 s]
/proc/loadavg: 2.45 1.87 1.64 5/214 19062
/proc/meminfo: memFree=30079080/32770624 swapFree=0/434756
[pid=18999] ppid=18996 vsize=13985408 CPUtime=1.9 cores=0,2,4,6
/proc/18999/stat : 18999 (java) S 18996 18999 4821 0 -1 1077944320 29537 12665 0 0 174 9 5 2 20 0 15 0 93643021 14321057792 40651 18446744073709551615 4194304 4196468 140727710774864 140727710757408 140673625521911 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 5 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0
/proc/18999/statm: 3496352 40651 3361 1 0 3485525 0
[pid=18999/tid=19049] ppid=18996 vsize=13985408 CPUtime=1.29 cores=0,2,4,6
/proc/18999/task/19049/stat : 19049 (java) S 18996 18999 4821 0 -1 1077944384 22792 12665 0 0 117 5 5 2 20 0 15 0 93643038 14321057792 40651 18446744073709551615 4194304 4196468 140727710774864 140673629743024 140673625532117 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 6 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0
[pid=18999/tid=19050] ppid=18996 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/18999/task/19050/stat : 19050 (java) R 18996 18999 4821 0 -1 4202560 189 12665 0 0 0 0 5 2 20 0 15 0 93643039 14321057792 40651 18446744073709551615 4194304 4196468 140727710774864 140673544935696 140673618625558 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0
[pid=18999/tid=19051] ppid=18996 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/18999/task/19051/stat : 19051 (java) R 18996 18999 4821 0 -1 4202560 48 12665 0 0 0 0 5 2 20 0 15 0 93643039 14321057792 40651 18446744073709551615 4194304 4196468 140727710774864 140673543883152 140673618626604 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0
[pid=18999/tid=19052] ppid=18996 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/18999/task/19052/stat : 19052 (java) R 18996 18999 4821 0 -1 1077944384 45 12665 0 0 0 0 5 2 20 0 15 0 93643039 14321057792 40651 18446744073709551615 4194304 4196468 140727710774864 140673542830608 140673625532117 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0
[pid=18999/tid=19053] ppid=18996 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/18999/task/19053/stat : 19053 (java) R 18996 18999 4821 0 -1 4202560 61 12665 0 0 0 0 5 2 20 0 15 0 93643039 14321057792 40651 18446744073709551615 4194304 4196468 140727710774864 140673541778064 140673610510311 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0
[pid=18999/tid=19054] ppid=18996 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/18999/task/19054/stat : 19054 (java) S 18996 18999 4821 0 -1 1077944384 1137 12665 0 0 1 0 5 2 20 0 15 0 93643040 14321057792 40651 18446744073709551615 4194304 4196468 140727710774864 140673103156256 140673625532117 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0
[pid=18999/tid=19055] ppid=18996 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/18999/task/19055/stat : 19055 (java) S 18996 18999 4821 0 -1 1077944384 33 12665 0 0 0 0 5 2 20 0 15 0 93643040 14321057792 40651 18446744073709551615 4194304 4196468 140727710774864 140673102103968 140673625532117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0
[pid=18999/tid=19056] ppid=18996 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/18999/task/19056/stat : 19056 (java) S 18996 18999 4821 0 -1 1077944384 21 12665 0 0 0 0 5 2 20 0 15 0 93643041 14321057792 40651 18446744073709551615 4194304 4196468 140727710774864 140673101051376 140673625532117 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0
[pid=18999/tid=19057] ppid=18996 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/18999/task/19057/stat : 19057 (java) S 18996 18999 4821 0 -1 1077944384 3 12665 0 0 0 0 5 2 20 0 15 0 93643043 14321057792 40651 18446744073709551615 4194304 4196468 140727710774864 140673099999952 140673625540507 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0
[pid=18999/tid=19058] ppid=18996 vsize=13985408 CPUtime=0.19 cores=0,2,4,6
/proc/18999/task/19058/stat : 19058 (java) S 18996 18999 4821 0 -1 1077944384 937 12665 0 0 12 0 5 2 20 0 15 0 93643043 14321057792 40651 18446744073709551615 4194304 4196468 140727710774864 140673098946544 140673625533058 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0
[pid=18999/tid=19059] ppid=18996 vsize=13985408 CPUtime=0.24 cores=0,2,4,6
/proc/18999/task/19059/stat : 19059 (java) S 18996 18999 4821 0 -1 1077944384 719 12665 0 0 17 0 5 2 20 0 15 0 93643043 14321057792 40651 18446744073709551615 4194304 4196468 140727710774864 140673097894000 140673625533058 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0
[pid=18999/tid=19060] ppid=18996 vsize=13985408 CPUtime=0.3 cores=0,2,4,6
/proc/18999/task/19060/stat : 19060 (java) S 18996 18999 4821 0 -1 1077944384 1387 12665 0 0 23 0 5 2 20 0 15 0 93643043 14321057792 40651 18446744073709551615 4194304 4196468 140727710774864 140673096838832 140673625532117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0
[pid=18999/tid=19061] ppid=18996 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/18999/task/19061/stat : 19061 (java) S 18996 18999 4821 0 -1 1077944384 3 12665 0 0 0 0 5 2 20 0 15 0 93643043 14321057792 40651 18446744073709551615 4194304 4196468 140727710774864 140673095789152 140673625532117 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0
[pid=18999/tid=19062] ppid=18996 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/18999/task/19062/stat : 19062 (java) S 18996 18999 4821 0 -1 1077944384 7 12665 0 0 0 0 5 2 20 0 15 0 93643050 14321057792 40651 18446744073709551615 4194304 4196468 140727710774864 140673094736688 140673625533058 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0
Current children cumulated CPU time (s) 1.9
Current children cumulated vsize (KiB) 13985408

[startup+3.10064 s]
/proc/loadavg: 2.66 1.92 1.65 4/214 19062
/proc/meminfo: memFree=30006648/32770624 swapFree=0/434756
[pid=18999] ppid=18996 vsize=14065468 CPUtime=5.65 cores=0,2,4,6
/proc/18999/stat : 18999 (java) S 18996 18999 4821 0 -1 1077944320 58643 12665 0 0 543 15 5 2 20 0 15 0 93643021 14403039232 70472 18446744073709551615 4194304 4196468 140727710774864 140727710757408 140673625521911 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 5 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0
/proc/18999/statm: 3516367 70537 3459 1 0 3504981 0
[pid=18999/tid=19049] ppid=18996 vsize=14065468 CPUtime=2.84 cores=0,2,4,6
/proc/18999/task/19049/stat : 19049 (java) S 18996 18999 4821 0 -1 1077944384 43619 12665 0 0 269 8 5 2 20 0 15 0 93643038 14403039232 70553 18446744073709551615 4194304 4196468 140727710774864 140673629750240 140673625532117 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 6 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0
[pid=18999/tid=19050] ppid=18996 vsize=14065468 CPUtime=0.09 cores=0,2,4,6
/proc/18999/task/19050/stat : 19050 (java) S 18996 18999 4821 0 -1 1077944384 199 12665 0 0 2 0 5 2 20 0 15 0 93643039 14403039232 70553 18446744073709551615 4194304 4196468 140727710774864 140673544935696 140673625532117 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0
[pid=18999/tid=19051] ppid=18996 vsize=14065468 CPUtime=0.08 cores=0,2,4,6
/proc/18999/task/19051/stat : 19051 (java) S 18996 18999 4821 0 -1 1077944384 67 12665 0 0 1 0 5 2 20 0 15 0 93643039 14403039232 70553 18446744073709551615 4194304 4196468 140727710774864 140673543883152 140673625532117 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0
[pid=18999/tid=19052] ppid=18996 vsize=14065468 CPUtime=0.1 cores=0,2,4,6
/proc/18999/task/19052/stat : 19052 (java) S 18996 18999 4821 0 -1 1077944384 125 12665 0 0 3 0 5 2 20 0 15 0 93643039 14403039232 70553 18446744073709551615 4194304 4196468 140727710774864 140673542830608 140673625532117 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0
[pid=18999/tid=19053] ppid=18996 vsize=14065468 CPUtime=0.1 cores=0,2,4,6
/proc/18999/task/19053/stat : 19053 (java) S 18996 18999 4821 0 -1 1077944384 94 12665 0 0 3 0 5 2 20 0 15 0 93643039 14403039232 70618 18446744073709551615 4194304 4196468 140727710774864 140673541778064 140673625532117 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0
[pid=18999/tid=19054] ppid=18996 vsize=14065468 CPUtime=0.1 cores=0,2,4,6
/proc/18999/task/19054/stat : 19054 (java) R 18996 18999 4821 0 -1 4202560 1981 12665 0 0 3 0 5 2 20 0 15 0 93643040 14403039232 70618 18446744073709551615 4194304 4196468 140727710774864 140673103156256 140673617811360 0 0 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0
[pid=18999/tid=19055] ppid=18996 vsize=14065468 CPUtime=0.07 cores=0,2,4,6
/proc/18999/task/19055/stat : 19055 (java) S 18996 18999 4821 0 -1 1077944384 55 12665 0 0 0 0 5 2 20 0 15 0 93643040 14403039232 70618 18446744073709551615 4194304 4196468 140727710774864 140673102104032 140673625532117 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0
[pid=18999/tid=19056] ppid=18996 vsize=14065468 CPUtime=0.07 cores=0,2,4,6
/proc/18999/task/19056/stat : 19056 (java) S 18996 18999 4821 0 -1 1077944384 43 12665 0 0 0 0 5 2 20 0 15 0 93643041 14403039232 70634 18446744073709551615 4194304 4196468 140727710774864 140673101051392 140673625532117 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0
[pid=18999/tid=19057] ppid=18996 vsize=14065468 CPUtime=0.07 cores=0,2,4,6
/proc/18999/task/19057/stat : 19057 (java) S 18996 18999 4821 0 -1 1077944384 3 12665 0 0 0 0 5 2 20 0 15 0 93643043 14403039232 70634 18446744073709551615 4194304 4196468 140727710774864 140673099999952 140673625540507 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0
[pid=18999/tid=19058] ppid=18996 vsize=14065468 CPUtime=1.14 cores=0,2,4,6
/proc/18999/task/19058/stat : 19058 (java) R 18996 18999 4821 0 -1 4202560 5286 12665 0 0 106 1 5 2 20 0 15 0 93643043 14403039232 70634 18446744073709551615 4194304 4196468 140727710774864 140673098927560 140673606699784 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0
[pid=18999/tid=19059] ppid=18996 vsize=14065468 CPUtime=0.76 cores=0,2,4,6
/proc/18999/task/19059/stat : 19059 (java) S 18996 18999 4821 0 -1 1077944384 2136 12665 0 0 69 0 5 2 20 0 15 0 93643043 14403039232 70634 18446744073709551615 4194304 4196468 140727710774864 140673097894000 140673625533058 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0
[pid=18999/tid=19060] ppid=18996 vsize=14065468 CPUtime=0.9 cores=0,2,4,6
/proc/18999/task/19060/stat : 19060 (java) S 18996 18999 4821 0 -1 1077944384 2995 12665 0 0 83 0 5 2 20 0 15 0 93643043 14403039232 70634 18446744073709551615 4194304 4196468 140727710774864 140673096841456 140673625533058 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0
[pid=18999/tid=19061] ppid=18996 vsize=14065468 CPUtime=0.07 cores=0,2,4,6
/proc/18999/task/19061/stat : 19061 (java) S 18996 18999 4821 0 -1 1077944384 3 12665 0 0 0 0 5 2 20 0 15 0 93643043 14403039232 70634 18446744073709551615 4194304 4196468 140727710774864 140673095789152 140673625532117 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0
[pid=18999/tid=19062] ppid=18996 vsize=14065468 CPUtime=0.07 cores=0,2,4,6
/proc/18999/task/19062/stat : 19062 (java) S 18996 18999 4821 0 -1 1077944384 8 12665 0 0 0 0 5 2 20 0 15 0 93643050 14403039232 70634 18446744073709551615 4194304 4196468 140727710774864 140673094736688 140673625533058 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0
Current children cumulated CPU time (s) 5.65
Current children cumulated vsize (KiB) 14065468

[startup+6.30111 s]
/proc/loadavg: 2.66 1.92 1.65 4/214 19062
/proc/meminfo: memFree=29791488/32770624 swapFree=0/434756
[pid=18999] ppid=18996 vsize=14067516 CPUtime=13 cores=0,2,4,6
/proc/18999/stat : 18999 (java) S 18996 18999 4821 0 -1 1077944320 65952 12665 0 0 1273 20 5 2 20 0 15 0 93643021 14405136384 111488 18446744073709551615 4194304 4196468 140727710774864 140727710757408 140673625521911 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 5 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0
/proc/18999/statm: 3516879 111488 3467 1 0 3505493 0
[pid=18999/tid=19049] ppid=18996 vsize=14067516 CPUtime=5.86 cores=0,2,4,6
/proc/18999/task/19049/stat : 19049 (java) R 18996 18999 4821 0 -1 4202560 44330 12665 0 0 569 10 5 2 20 0 15 0 93643038 14405136384 111488 18446744073709551615 4194304 4196468 140727710774864 140673629755608 140673226213954 0 4 1 16800974 0 0 0 -1 6 0 0 6 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0
[pid=18999/tid=19050] ppid=18996 vsize=14067516 CPUtime=0.14 cores=0,2,4,6
/proc/18999/task/19050/stat : 19050 (java) S 18996 18999 4821 0 -1 1077944384 356 12665 0 0 7 0 5 2 20 0 15 0 93643039 14405136384 111488 18446744073709551615 4194304 4196468 140727710774864 140673544935696 140673625532117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0
[pid=18999/tid=19051] ppid=18996 vsize=14067516 CPUtime=0.17 cores=0,2,4,6
/proc/18999/task/19051/stat : 19051 (java) S 18996 18999 4821 0 -1 1077944384 98 12665 0 0 9 1 5 2 20 0 15 0 93643039 14405136384 111488 18446744073709551615 4194304 4196468 140727710774864 140673543883152 140673625532117 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0
[pid=18999/tid=19052] ppid=18996 vsize=14067516 CPUtime=0.19 cores=0,2,4,6
/proc/18999/task/19052/stat : 19052 (java) S 18996 18999 4821 0 -1 1077944384 137 12665 0 0 11 1 5 2 20 0 15 0 93643039 14405136384 111488 18446744073709551615 4194304 4196468 140727710774864 140673542830608 140673625532117 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0
[pid=18999/tid=19053] ppid=18996 vsize=14067516 CPUtime=0.16 cores=0,2,4,6
/proc/18999/task/19053/stat : 19053 (java) S 18996 18999 4821 0 -1 1077944384 110 12665 0 0 9 0 5 2 20 0 15 0 93643039 14405136384 111488 18446744073709551615 4194304 4196468 140727710774864 140673541778064 140673625532117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0
[pid=18999/tid=19054] ppid=18996 vsize=14067516 CPUtime=0.17 cores=0,2,4,6
/proc/18999/task/19054/stat : 19054 (java) S 18996 18999 4821 0 -1 1077944384 2734 12665 0 0 10 0 5 2 20 0 15 0 93643040 14405136384 111488 18446744073709551615 4194304 4196468 140727710774864 140673103157744 140673625533058 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0
[pid=18999/tid=19055] ppid=18996 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/18999/task/19055/stat : 19055 (java) S 18996 18999 4821 0 -1 1077944384 56 12665 0 0 0 0 5 2 20 0 15 0 93643040 14405136384 111488 18446744073709551615 4194304 4196468 140727710774864 140673102104096 140673625532117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0
[pid=18999/tid=19056] ppid=18996 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/18999/task/19056/stat : 19056 (java) S 18996 18999 4821 0 -1 1077944384 43 12665 0 0 0 0 5 2 20 0 15 0 93643041 14405136384 111488 18446744073709551615 4194304 4196468 140727710774864 140673101051392 140673625532117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0
[pid=18999/tid=19057] ppid=18996 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/18999/task/19057/stat : 19057 (java) S 18996 18999 4821 0 -1 1077944384 3 12665 0 0 0 0 5 2 20 0 15 0 93643043 14405136384 111488 18446744073709551615 4194304 4196468 140727710774864 140673099999952 140673625540507 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0
[pid=18999/tid=19058] ppid=18996 vsize=14067516 CPUtime=3.01 cores=0,2,4,6
/proc/18999/task/19058/stat : 19058 (java) S 18996 18999 4821 0 -1 1077944384 7567 12665 0 0 292 2 5 2 20 0 15 0 93643043 14405136384 111488 18446744073709551615 4194304 4196468 140727710774864 140673098946544 140673625533058 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0
[pid=18999/tid=19059] ppid=18996 vsize=14067516 CPUtime=2.42 cores=0,2,4,6
/proc/18999/task/19059/stat : 19059 (java) R 18996 18999 4821 0 -1 4202560 4040 12665 0 0 234 1 5 2 20 0 15 0 93643043 14405136384 111488 18446744073709551615 4194304 4196468 140727710774864 140673097879632 140673611577239 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0
[pid=18999/tid=19060] ppid=18996 vsize=14067516 CPUtime=1.35 cores=0,2,4,6
/proc/18999/task/19060/stat : 19060 (java) S 18996 18999 4821 0 -1 1077944384 3962 12665 0 0 126 2 5 2 20 0 15 0 93643043 14405136384 111488 18446744073709551615 4194304 4196468 140727710774864 140673096841456 140673625533058 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0
[pid=18999/tid=19061] ppid=18996 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/18999/task/19061/stat : 19061 (java) S 18996 18999 4821 0 -1 1077944384 3 12665 0 0 0 0 5 2 20 0 15 0 93643043 14405136384 111488 18446744073709551615 4194304 4196468 140727710774864 140673095789152 140673625532117 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0
[pid=18999/tid=19062] ppid=18996 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/18999/task/19062/stat : 19062 (java) S 18996 18999 4821 0 -1 1077944384 357 12665 0 0 0 0 5 2 20 0 15 0 93643050 14405136384 111488 18446744073709551615 4194304 4196468 140727710774864 140673094736688 140673625533058 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0
Current children cumulated CPU time (s) 13
Current children cumulated vsize (KiB) 14067516

[startup+12.7007 s]
/proc/loadavg: 2.62 1.94 1.66 6/214 19063
/proc/meminfo: memFree=29589044/32770624 swapFree=0/434760
[pid=18999] ppid=18996 vsize=14067516 CPUtime=24.19 cores=0,2,4,6
/proc/18999/stat : 18999 (java) S 18996 18999 4821 0 -1 1077944320 73803 12665 0 0 2384 28 5 2 20 0 15 0 93643021 14405136384 152620 18446744073709551615 4194304 4196468 140727710774864 140727710757408 140673625521911 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 5 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0
/proc/18999/statm: 3516879 152620 3467 1 0 3505493 0
[pid=18999/tid=19049] ppid=18996 vsize=14067516 CPUtime=12.23 cores=0,2,4,6
/proc/18999/task/19049/stat : 19049 (java) R 18996 18999 4821 0 -1 4202560 45795 12665 0 0 1204 12 5 2 20 0 15 0 93643038 14405136384 152620 18446744073709551615 4194304 4196468 140727710774864 140673629752432 140673223452359 0 4 1 16800974 0 0 0 -1 2 0 0 6 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0
[pid=18999/tid=19050] ppid=18996 vsize=14067516 CPUtime=0.16 cores=0,2,4,6
/proc/18999/task/19050/stat : 19050 (java) S 18996 18999 4821 0 -1 1077944384 370 12665 0 0 8 1 5 2 20 0 15 0 93643039 14405136384 152620 18446744073709551615 4194304 4196468 140727710774864 140673544935696 140673625532117 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0
[pid=18999/tid=19051] ppid=18996 vsize=14067516 CPUtime=0.18 cores=0,2,4,6
/proc/18999/task/19051/stat : 19051 (java) S 18996 18999 4821 0 -1 1077944384 507 12665 0 0 10 1 5 2 20 0 15 0 93643039 14405136384 152620 18446744073709551615 4194304 4196468 140727710774864 140673543883152 140673625532117 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0
[pid=18999/tid=19052] ppid=18996 vsize=14067516 CPUtime=0.19 cores=0,2,4,6
/proc/18999/task/19052/stat : 19052 (java) S 18996 18999 4821 0 -1 1077944384 189 12665 0 0 11 1 5 2 20 0 15 0 93643039 14405136384 152620 18446744073709551615 4194304 4196468 140727710774864 140673542830608 140673625532117 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0
[pid=18999/tid=19053] ppid=18996 vsize=14067516 CPUtime=0.17 cores=0,2,4,6
/proc/18999/task/19053/stat : 19053 (java) S 18996 18999 4821 0 -1 1077944384 180 12665 0 0 9 1 5 2 20 0 15 0 93643039 14405136384 152620 18446744073709551615 4194304 4196468 140727710774864 140673541778064 140673625532117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0
[pid=18999/tid=19054] ppid=18996 vsize=14067516 CPUtime=0.17 cores=0,2,4,6
/proc/18999/task/19054/stat : 19054 (java) S 18996 18999 4821 0 -1 1077944384 3040 12665 0 0 10 0 5 2 20 0 15 0 93643040 14405136384 152620 18446744073709551615 4194304 4196468 140727710774864 140673103157744 140673625533058 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0
[pid=18999/tid=19055] ppid=18996 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/18999/task/19055/stat : 19055 (java) S 18996 18999 4821 0 -1 1077944384 56 12665 0 0 0 0 5 2 20 0 15 0 93643040 14405136384 152620 18446744073709551615 4194304 4196468 140727710774864 140673102104096 140673625532117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0
[pid=18999/tid=19056] ppid=18996 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/18999/task/19056/stat : 19056 (java) S 18996 18999 4821 0 -1 1077944384 43 12665 0 0 0 0 5 2 20 0 15 0 93643041 14405136384 152620 18446744073709551615 4194304 4196468 140727710774864 140673101051392 140673625532117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0
[pid=18999/tid=19057] ppid=18996 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/18999/task/19057/stat : 19057 (java) S 18996 18999 4821 0 -1 1077944384 3 12665 0 0 0 0 5 2 20 0 15 0 93643043 14405136384 152620 18446744073709551615 4194304 4196468 140727710774864 140673099999952 140673625540507 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0

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

/proc/18999/task/19061/stat : 19061 (java) S 18996 18999 4821 0 -1 1077944384 3 12665 0 0 0 0 5 2 20 0 15 0 93643043 14405136384 209939 18446744073709551615 4194304 4196468 140727710774864 140673095789152 140673625532117 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0
[pid=18999/tid=19062] ppid=18996 vsize=14067516 CPUtime=1.56 cores=0,2,4,6
/proc/18999/task/19062/stat : 19062 (java) S 18996 18999 4821 0 -1 1077944384 1090 12665 0 0 75 74 5 2 20 0 15 0 93643050 14405136384 209939 18446744073709551615 4194304 4196468 140727710774864 140673094736688 140673625533058 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0
Current children cumulated CPU time (s) 2317.75
Current children cumulated vsize (KiB) 14067516

[startup+2322.3 s]
/proc/loadavg: 1.51 1.39 1.39 3/213 19462
/proc/meminfo: memFree=29170860/32770624 swapFree=0/435236
[pid=18999] ppid=18996 vsize=14067516 CPUtime=2378.64 cores=0,2,4,6
/proc/18999/stat : 18999 (java) S 18996 18999 4821 0 -1 1077944320 186421 12665 0 0 237469 388 5 2 20 0 15 0 93643021 14405136384 209953 18446744073709551615 4194304 4196468 140727710774864 140727710757408 140673625521911 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 5 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0
/proc/18999/statm: 3516879 209953 3467 1 0 3505493 0
[pid=18999/tid=19049] ppid=18996 vsize=14067516 CPUtime=2294.67 cores=0,2,4,6
/proc/18999/task/19049/stat : 19049 (java) R 18996 18999 4821 0 -1 4202560 90636 12665 0 0 229402 58 5 2 20 0 15 0 93643038 14405136384 209953 18446744073709551615 4194304 4196468 140727710774864 140673629755648 140673225388384 0 4 1 16800974 0 0 0 -1 0 0 0 6 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0
[pid=18999/tid=19050] ppid=18996 vsize=14067516 CPUtime=11.81 cores=0,2,4,6
/proc/18999/task/19050/stat : 19050 (java) S 18996 18999 4821 0 -1 1077944384 13471 12665 0 0 1105 69 5 2 20 0 15 0 93643039 14405136384 209953 18446744073709551615 4194304 4196468 140727710774864 140673544935696 140673625532117 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0
[pid=18999/tid=19051] ppid=18996 vsize=14067516 CPUtime=11.82 cores=0,2,4,6
/proc/18999/task/19051/stat : 19051 (java) S 18996 18999 4821 0 -1 1077944384 7794 12665 0 0 1104 71 5 2 20 0 15 0 93643039 14405136384 209953 18446744073709551615 4194304 4196468 140727710774864 140673543883152 140673625532117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0
[pid=18999/tid=19052] ppid=18996 vsize=14067516 CPUtime=11.85 cores=0,2,4,6
/proc/18999/task/19052/stat : 19052 (java) S 18996 18999 4821 0 -1 1077944384 10040 12665 0 0 1113 65 5 2 20 0 15 0 93643039 14405136384 209953 18446744073709551615 4194304 4196468 140727710774864 140673542830608 140673625532117 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0
[pid=18999/tid=19053] ppid=18996 vsize=14067516 CPUtime=11.8 cores=0,2,4,6
/proc/18999/task/19053/stat : 19053 (java) S 18996 18999 4821 0 -1 1077944384 12001 12665 0 0 1110 63 5 2 20 0 15 0 93643039 14405136384 209953 18446744073709551615 4194304 4196468 140727710774864 140673541778064 140673625532117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0
[pid=18999/tid=19054] ppid=18996 vsize=14067516 CPUtime=12.28 cores=0,2,4,6
/proc/18999/task/19054/stat : 19054 (java) S 18996 18999 4821 0 -1 1077944384 14314 12665 0 0 1158 63 5 2 20 0 15 0 93643040 14405136384 209953 18446744073709551615 4194304 4196468 140727710774864 140673103157744 140673625533058 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0
[pid=18999/tid=19055] ppid=18996 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/18999/task/19055/stat : 19055 (java) S 18996 18999 4821 0 -1 1077944384 56 12665 0 0 0 0 5 2 20 0 15 0 93643040 14405136384 209953 18446744073709551615 4194304 4196468 140727710774864 140673102104096 140673625532117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0
[pid=18999/tid=19056] ppid=18996 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/18999/task/19056/stat : 19056 (java) S 18996 18999 4821 0 -1 1077944384 43 12665 0 0 0 0 5 2 20 0 15 0 93643041 14405136384 209953 18446744073709551615 4194304 4196468 140727710774864 140673101051392 140673625532117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0
[pid=18999/tid=19057] ppid=18996 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/18999/task/19057/stat : 19057 (java) S 18996 18999 4821 0 -1 1077944384 3 12665 0 0 0 0 5 2 20 0 15 0 93643043 14405136384 209953 18446744073709551615 4194304 4196468 140727710774864 140673099999952 140673625540507 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0
[pid=18999/tid=19058] ppid=18996 vsize=14067516 CPUtime=10.4 cores=0,2,4,6
/proc/18999/task/19058/stat : 19058 (java) S 18996 18999 4821 0 -1 1077944384 12389 12665 0 0 1028 5 5 2 20 0 15 0 93643043 14405136384 209953 18446744073709551615 4194304 4196468 140727710774864 140673098946544 140673625533058 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0
[pid=18999/tid=19059] ppid=18996 vsize=14067516 CPUtime=9.81 cores=0,2,4,6
/proc/18999/task/19059/stat : 19059 (java) S 18996 18999 4821 0 -1 1077944384 6594 12665 0 0 970 4 5 2 20 0 15 0 93643043 14405136384 209953 18446744073709551615 4194304 4196468 140727710774864 140673097894000 140673625533058 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0
[pid=18999/tid=19060] ppid=18996 vsize=14067516 CPUtime=3.12 cores=0,2,4,6
/proc/18999/task/19060/stat : 19060 (java) S 18996 18999 4821 0 -1 1077944384 15814 12665 0 0 299 6 5 2 20 0 15 0 93643043 14405136384 209953 18446744073709551615 4194304 4196468 140727710774864 140673096841456 140673625533058 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0
[pid=18999/tid=19061] ppid=18996 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/18999/task/19061/stat : 19061 (java) S 18996 18999 4821 0 -1 1077944384 3 12665 0 0 0 0 5 2 20 0 15 0 93643043 14405136384 209953 18446744073709551615 4194304 4196468 140727710774864 140673095789152 140673625532117 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0
[pid=18999/tid=19062] ppid=18996 vsize=14067516 CPUtime=1.6 cores=0,2,4,6
/proc/18999/task/19062/stat : 19062 (java) S 18996 18999 4821 0 -1 1077944384 1107 12665 0 0 78 75 5 2 20 0 15 0 93643050 14405136384 209953 18446744073709551615 4194304 4196468 140727710774864 140673094736688 140673625533058 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0
Current children cumulated CPU time (s) 2378.64
Current children cumulated vsize (KiB) 14067516

[startup+2382.3 s]
/proc/loadavg: 1.65 1.46 1.41 3/212 19464
/proc/meminfo: memFree=29176948/32770624 swapFree=0/435272
[pid=18999] ppid=18996 vsize=14067516 CPUtime=2439.55 cores=0,2,4,6
/proc/18999/stat : 18999 (java) S 18996 18999 4821 0 -1 1077944320 187863 12665 0 0 243551 397 5 2 20 0 15 0 93643021 14405136384 209962 18446744073709551615 4194304 4196468 140727710774864 140727710757408 140673625521911 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 5 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0
/proc/18999/statm: 3516879 209962 3467 1 0 3505493 0
[pid=18999/tid=19049] ppid=18996 vsize=14067516 CPUtime=2353.93 cores=0,2,4,6
/proc/18999/task/19049/stat : 19049 (java) R 18996 18999 4821 0 -1 4202560 91456 12665 0 0 235327 59 5 2 20 0 15 0 93643038 14405136384 209962 18446744073709551615 4194304 4196468 140727710774864 140673629755264 140673225388160 0 4 1 16800974 0 0 0 -1 2 0 0 6 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0
[pid=18999/tid=19050] ppid=18996 vsize=14067516 CPUtime=12.13 cores=0,2,4,6
/proc/18999/task/19050/stat : 19050 (java) S 18996 18999 4821 0 -1 1077944384 13500 12665 0 0 1136 70 5 2 20 0 15 0 93643039 14405136384 209962 18446744073709551615 4194304 4196468 140727710774864 140673544935696 140673625532117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0
[pid=18999/tid=19051] ppid=18996 vsize=14067516 CPUtime=12.14 cores=0,2,4,6
/proc/18999/task/19051/stat : 19051 (java) S 18996 18999 4821 0 -1 1077944384 7818 12665 0 0 1134 73 5 2 20 0 15 0 93643039 14405136384 209962 18446744073709551615 4194304 4196468 140727710774864 140673543883152 140673625532117 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0
[pid=18999/tid=19052] ppid=18996 vsize=14067516 CPUtime=12.17 cores=0,2,4,6
/proc/18999/task/19052/stat : 19052 (java) S 18996 18999 4821 0 -1 1077944384 10247 12665 0 0 1144 66 5 2 20 0 15 0 93643039 14405136384 209962 18446744073709551615 4194304 4196468 140727710774864 140673542830608 140673625532117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0
[pid=18999/tid=19053] ppid=18996 vsize=14067516 CPUtime=12.11 cores=0,2,4,6
/proc/18999/task/19053/stat : 19053 (java) S 18996 18999 4821 0 -1 1077944384 12067 12665 0 0 1140 64 5 2 20 0 15 0 93643039 14405136384 209962 18446744073709551615 4194304 4196468 140727710774864 140673541778064 140673625532117 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0
[pid=18999/tid=19054] ppid=18996 vsize=14067516 CPUtime=12.61 cores=0,2,4,6
/proc/18999/task/19054/stat : 19054 (java) S 18996 18999 4821 0 -1 1077944384 14514 12665 0 0 1190 64 5 2 20 0 15 0 93643040 14405136384 209962 18446744073709551615 4194304 4196468 140727710774864 140673103157744 140673625533058 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0
[pid=18999/tid=19055] ppid=18996 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/18999/task/19055/stat : 19055 (java) S 18996 18999 4821 0 -1 1077944384 56 12665 0 0 0 0 5 2 20 0 15 0 93643040 14405136384 209962 18446744073709551615 4194304 4196468 140727710774864 140673102104096 140673625532117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0
[pid=18999/tid=19056] ppid=18996 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/18999/task/19056/stat : 19056 (java) S 18996 18999 4821 0 -1 1077944384 43 12665 0 0 0 0 5 2 20 0 15 0 93643041 14405136384 209962 18446744073709551615 4194304 4196468 140727710774864 140673101051392 140673625532117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0
[pid=18999/tid=19057] ppid=18996 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/18999/task/19057/stat : 19057 (java) S 18996 18999 4821 0 -1 1077944384 3 12665 0 0 0 0 5 2 20 0 15 0 93643043 14405136384 209962 18446744073709551615 4194304 4196468 140727710774864 140673099999952 140673625540507 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0
[pid=18999/tid=19058] ppid=18996 vsize=14067516 CPUtime=10.4 cores=0,2,4,6
/proc/18999/task/19058/stat : 19058 (java) S 18996 18999 4821 0 -1 1077944384 12391 12665 0 0 1028 5 5 2 20 0 15 0 93643043 14405136384 209962 18446744073709551615 4194304 4196468 140727710774864 140673098946544 140673625533058 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0
[pid=18999/tid=19059] ppid=18996 vsize=14067516 CPUtime=9.81 cores=0,2,4,6
/proc/18999/task/19059/stat : 19059 (java) S 18996 18999 4821 0 -1 1077944384 6596 12665 0 0 970 4 5 2 20 0 15 0 93643043 14405136384 209962 18446744073709551615 4194304 4196468 140727710774864 140673097894000 140673625533058 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0
[pid=18999/tid=19060] ppid=18996 vsize=14067516 CPUtime=3.13 cores=0,2,4,6
/proc/18999/task/19060/stat : 19060 (java) S 18996 18999 4821 0 -1 1077944384 15890 12665 0 0 300 6 5 2 20 0 15 0 93643043 14405136384 209962 18446744073709551615 4194304 4196468 140727710774864 140673096841456 140673625533058 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0
[pid=18999/tid=19061] ppid=18996 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/18999/task/19061/stat : 19061 (java) S 18996 18999 4821 0 -1 1077944384 3 12665 0 0 0 0 5 2 20 0 15 0 93643043 14405136384 209962 18446744073709551615 4194304 4196468 140727710774864 140673095789152 140673625532117 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0
[pid=18999/tid=19062] ppid=18996 vsize=14067516 CPUtime=1.64 cores=0,2,4,6
/proc/18999/task/19062/stat : 19062 (java) S 18996 18999 4821 0 -1 1077944384 1123 12665 0 0 79 78 5 2 20 0 15 0 93643050 14405136384 209962 18446744073709551615 4194304 4196468 140727710774864 140673094736688 140673625533058 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0
Current children cumulated CPU time (s) 2439.55
Current children cumulated vsize (KiB) 14067516

[startup+2442.3 s]
/proc/loadavg: 1.39 1.43 1.41 3/213 19467
/proc/meminfo: memFree=29176944/32770624 swapFree=0/435308
[pid=18999] ppid=18996 vsize=14067516 CPUtime=2500.48 cores=0,2,4,6
/proc/18999/stat : 18999 (java) S 18996 18999 4821 0 -1 1077944320 189221 12665 0 0 249633 408 5 2 20 0 15 0 93643021 14405136384 209971 18446744073709551615 4194304 4196468 140727710774864 140727710757408 140673625521911 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 5 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0
/proc/18999/statm: 3516879 209971 3467 1 0 3505493 0
[pid=18999/tid=19049] ppid=18996 vsize=14067516 CPUtime=2413.2 cores=0,2,4,6
/proc/18999/task/19049/stat : 19049 (java) R 18996 18999 4821 0 -1 4202560 92271 12665 0 0 241253 60 5 2 20 0 15 0 93643038 14405136384 209971 18446744073709551615 4194304 4196468 140727710774864 140673629755488 140673223452374 0 4 1 16800974 0 0 0 -1 2 0 0 6 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0
[pid=18999/tid=19050] ppid=18996 vsize=14067516 CPUtime=12.45 cores=0,2,4,6
/proc/18999/task/19050/stat : 19050 (java) S 18996 18999 4821 0 -1 1077944384 13537 12665 0 0 1166 72 5 2 20 0 15 0 93643039 14405136384 209971 18446744073709551615 4194304 4196468 140727710774864 140673544935696 140673625532117 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0
[pid=18999/tid=19051] ppid=18996 vsize=14067516 CPUtime=12.46 cores=0,2,4,6
/proc/18999/task/19051/stat : 19051 (java) S 18996 18999 4821 0 -1 1077944384 8020 12665 0 0 1164 75 5 2 20 0 15 0 93643039 14405136384 209971 18446744073709551615 4194304 4196468 140727710774864 140673543883152 140673625532117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0
[pid=18999/tid=19052] ppid=18996 vsize=14067516 CPUtime=12.5 cores=0,2,4,6
/proc/18999/task/19052/stat : 19052 (java) S 18996 18999 4821 0 -1 1077944384 10259 12665 0 0 1174 69 5 2 20 0 15 0 93643039 14405136384 209971 18446744073709551615 4194304 4196468 140727710774864 140673542830608 140673625532117 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0
[pid=18999/tid=19053] ppid=18996 vsize=14067516 CPUtime=12.44 cores=0,2,4,6
/proc/18999/task/19053/stat : 19053 (java) S 18996 18999 4821 0 -1 1077944384 12137 12665 0 0 1171 66 5 2 20 0 15 0 93643039 14405136384 209971 18446744073709551615 4194304 4196468 140727710774864 140673541778064 140673625532117 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0
[pid=18999/tid=19054] ppid=18996 vsize=14067516 CPUtime=12.94 cores=0,2,4,6
/proc/18999/task/19054/stat : 19054 (java) S 18996 18999 4821 0 -1 1077944384 14713 12665 0 0 1221 66 5 2 20 0 15 0 93643040 14405136384 209971 18446744073709551615 4194304 4196468 140727710774864 140673103157744 140673625533058 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0
[pid=18999/tid=19055] ppid=18996 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/18999/task/19055/stat : 19055 (java) S 18996 18999 4821 0 -1 1077944384 56 12665 0 0 0 0 5 2 20 0 15 0 93643040 14405136384 209971 18446744073709551615 4194304 4196468 140727710774864 140673102104096 140673625532117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0
[pid=18999/tid=19056] ppid=18996 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/18999/task/19056/stat : 19056 (java) S 18996 18999 4821 0 -1 1077944384 43 12665 0 0 0 0 5 2 20 0 15 0 93643041 14405136384 209971 18446744073709551615 4194304 4196468 140727710774864 140673101051392 140673625532117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0
[pid=18999/tid=19057] ppid=18996 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/18999/task/19057/stat : 19057 (java) S 18996 18999 4821 0 -1 1077944384 3 12665 0 0 0 0 5 2 20 0 15 0 93643043 14405136384 209971 18446744073709551615 4194304 4196468 140727710774864 140673099999952 140673625540507 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0
[pid=18999/tid=19058] ppid=18996 vsize=14067516 CPUtime=10.4 cores=0,2,4,6
/proc/18999/task/19058/stat : 19058 (java) S 18996 18999 4821 0 -1 1077944384 12393 12665 0 0 1028 5 5 2 20 0 15 0 93643043 14405136384 209971 18446744073709551615 4194304 4196468 140727710774864 140673098946544 140673625533058 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0
[pid=18999/tid=19059] ppid=18996 vsize=14067516 CPUtime=9.81 cores=0,2,4,6
/proc/18999/task/19059/stat : 19059 (java) S 18996 18999 4821 0 -1 1077944384 6598 12665 0 0 970 4 5 2 20 0 15 0 93643043 14405136384 209971 18446744073709551615 4194304 4196468 140727710774864 140673097894000 140673625533058 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0
[pid=18999/tid=19060] ppid=18996 vsize=14067516 CPUtime=3.13 cores=0,2,4,6
/proc/18999/task/19060/stat : 19060 (java) S 18996 18999 4821 0 -1 1077944384 15892 12665 0 0 300 6 5 2 20 0 15 0 93643043 14405136384 209971 18446744073709551615 4194304 4196468 140727710774864 140673096841456 140673625533058 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0
[pid=18999/tid=19061] ppid=18996 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/18999/task/19061/stat : 19061 (java) S 18996 18999 4821 0 -1 1077944384 3 12665 0 0 0 0 5 2 20 0 15 0 93643043 14405136384 209971 18446744073709551615 4194304 4196468 140727710774864 140673095789152 140673625532117 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0
[pid=18999/tid=19062] ppid=18996 vsize=14067516 CPUtime=1.68 cores=0,2,4,6
/proc/18999/task/19062/stat : 19062 (java) S 18996 18999 4821 0 -1 1077944384 1140 12665 0 0 81 80 5 2 20 0 15 0 93643050 14405136384 209971 18446744073709551615 4194304 4196468 140727710774864 140673094736688 140673625533058 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0
Current children cumulated CPU time (s) 2500.48
Current children cumulated vsize (KiB) 14067516



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2461.6 s]
/proc/loadavg: 1.34 1.42 1.40 3/214 19469
/proc/meminfo: memFree=29174760/32770624 swapFree=0/435312
[pid=18999] ppid=18996 vsize=14067516 CPUtime=2520.08 cores=0,2,4,6
/proc/18999/stat : 18999 (java) S 18996 18999 4821 0 -1 1077944320 189925 12665 0 0 251590 411 5 2 20 0 15 0 93643021 14405136384 209980 18446744073709551615 4194304 4196468 140727710774864 140727710757408 140673625521911 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 5 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0
/proc/18999/statm: 3516879 209980 3467 1 0 3505493 0
[pid=18999/tid=19049] ppid=18996 vsize=14067516 CPUtime=2432.27 cores=0,2,4,6
/proc/18999/task/19049/stat : 19049 (java) R 18996 18999 4821 0 -1 4202560 92671 12665 0 0 243159 61 5 2 20 0 15 0 93643038 14405136384 209980 18446744073709551615 4194304 4196468 140727710774864 140673629755536 140673227589119 0 4 1 16800974 0 0 0 -1 0 0 0 6 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0
[pid=18999/tid=19050] ppid=18996 vsize=14067516 CPUtime=12.56 cores=0,2,4,6
/proc/18999/task/19050/stat : 19050 (java) S 18996 18999 4821 0 -1 1077944384 13542 12665 0 0 1176 73 5 2 20 0 15 0 93643039 14405136384 209980 18446744073709551615 4194304 4196468 140727710774864 140673544935696 140673625532117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0
[pid=18999/tid=19051] ppid=18996 vsize=14067516 CPUtime=12.57 cores=0,2,4,6
/proc/18999/task/19051/stat : 19051 (java) S 18996 18999 4821 0 -1 1077944384 8226 12665 0 0 1174 76 5 2 20 0 15 0 93643039 14405136384 209980 18446744073709551615 4194304 4196468 140727710774864 140673543883152 140673625532117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0
[pid=18999/tid=19052] ppid=18996 vsize=14067516 CPUtime=12.61 cores=0,2,4,6
/proc/18999/task/19052/stat : 19052 (java) S 18996 18999 4821 0 -1 1077944384 10317 12665 0 0 1184 70 5 2 20 0 15 0 93643039 14405136384 209980 18446744073709551615 4194304 4196468 140727710774864 140673542830608 140673625532117 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0
[pid=18999/tid=19053] ppid=18996 vsize=14067516 CPUtime=12.54 cores=0,2,4,6
/proc/18999/task/19053/stat : 19053 (java) S 18996 18999 4821 0 -1 1077944384 12140 12665 0 0 1181 66 5 2 20 0 15 0 93643039 14405136384 209980 18446744073709551615 4194304 4196468 140727710774864 140673541778064 140673625532117 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0
[pid=18999/tid=19054] ppid=18996 vsize=14067516 CPUtime=13.04 cores=0,2,4,6
/proc/18999/task/19054/stat : 19054 (java) S 18996 18999 4821 0 -1 1077944384 14741 12665 0 0 1231 66 5 2 20 0 15 0 93643040 14405136384 209980 18446744073709551615 4194304 4196468 140727710774864 140673103157744 140673625533058 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0
[pid=18999/tid=19055] ppid=18996 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/18999/task/19055/stat : 19055 (java) S 18996 18999 4821 0 -1 1077944384 56 12665 0 0 0 0 5 2 20 0 15 0 93643040 14405136384 209980 18446744073709551615 4194304 4196468 140727710774864 140673102104096 140673625532117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0
[pid=18999/tid=19056] ppid=18996 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/18999/task/19056/stat : 19056 (java) S 18996 18999 4821 0 -1 1077944384 43 12665 0 0 0 0 5 2 20 0 15 0 93643041 14405136384 209980 18446744073709551615 4194304 4196468 140727710774864 140673101051392 140673625532117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0
[pid=18999/tid=19057] ppid=18996 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/18999/task/19057/stat : 19057 (java) S 18996 18999 4821 0 -1 1077944384 3 12665 0 0 0 0 5 2 20 0 15 0 93643043 14405136384 209980 18446744073709551615 4194304 4196468 140727710774864 140673099999952 140673625540507 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0
[pid=18999/tid=19058] ppid=18996 vsize=14067516 CPUtime=10.4 cores=0,2,4,6
/proc/18999/task/19058/stat : 19058 (java) S 18996 18999 4821 0 -1 1077944384 12393 12665 0 0 1028 5 5 2 20 0 15 0 93643043 14405136384 209980 18446744073709551615 4194304 4196468 140727710774864 140673098946544 140673625533058 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0
[pid=18999/tid=19059] ppid=18996 vsize=14067516 CPUtime=9.81 cores=0,2,4,6
/proc/18999/task/19059/stat : 19059 (java) S 18996 18999 4821 0 -1 1077944384 6598 12665 0 0 970 4 5 2 20 0 15 0 93643043 14405136384 209980 18446744073709551615 4194304 4196468 140727710774864 140673097894000 140673625533058 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0
[pid=18999/tid=19060] ppid=18996 vsize=14067516 CPUtime=3.13 cores=0,2,4,6
/proc/18999/task/19060/stat : 19060 (java) S 18996 18999 4821 0 -1 1077944384 15892 12665 0 0 300 6 5 2 20 0 15 0 93643043 14405136384 209980 18446744073709551615 4194304 4196468 140727710774864 140673096841456 140673625533058 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0
[pid=18999/tid=19061] ppid=18996 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/18999/task/19061/stat : 19061 (java) S 18996 18999 4821 0 -1 1077944384 3 12665 0 0 0 0 5 2 20 0 15 0 93643043 14405136384 209980 18446744073709551615 4194304 4196468 140727710774864 140673095789152 140673625532117 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0
[pid=18999/tid=19062] ppid=18996 vsize=14067516 CPUtime=1.7 cores=0,2,4,6
/proc/18999/task/19062/stat : 19062 (java) S 18996 18999 4821 0 -1 1077944384 1144 12665 0 0 82 81 5 2 20 0 15 0 93643050 14405136384 209980 18446744073709551615 4194304 4196468 140727710774864 140673094736688 140673625533058 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8110080 140727710783440 140727710786225 140727710786225 140727710789583 0
Current children cumulated CPU time (s) 2520.08
Current children cumulated vsize (KiB) 14067516

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

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

Child status: 143
Real time (s): 2461.63
CPU time (s): 2520.14
CPU user time (s): 2515.99
CPU system time (s): 4.1514
CPU usage (%): 102.377
Max. virtual memory (cumulated for all children) (KiB): 14070232

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.99
system time used= 4.1514
maximum resident set size= 840620
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 203823
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 353640
involuntary context switches= 10683

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.4817 second user time and 15.3047 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-11 15:17:10
IDJOB=4261980
IDBENCH=133483
IDSOLVER=2650
FILE ID=node133/4261980-1502458278
RUNJOBID= node133-1502411423-4884
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Knapsack/Knapsack-m1-s60/Knapsack-60-250-03.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4261980-1502458278/watcher-4261980-1502458278 -o /tmp/evaluation-result-4261980-1502458278/solver-4261980-1502458278 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502411423-4884 --watchdog 2580  bin/concrete HOME/instance-4261980-1502458278.xml

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

MD5SUM BENCH= 51492dfdc05fd658a6c92bd20bc2cdd8
RANDOM SEED=1703157822

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:        30182040 kB
MemAvailable:   31065988 kB
Buffers:          294368 kB
Cached:           883932 kB
SwapCached:            0 kB
Active:          1686340 kB
Inactive:         467360 kB
Active(anon):     976076 kB
Inactive(anon):    33112 kB
Active(file):     710264 kB
Inactive(file):   434248 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24644 kB
Writeback:             0 kB
AnonPages:        975420 kB
Mapped:            64356 kB
Shmem:             33468 kB
Slab:             137896 kB
SReclaimable:     110540 kB
SUnreclaim:        27356 kB
KernelStack:        3520 kB
PageTables:         7652 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1874692 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    761856 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= 61984 MiB
End job on node133 at 2017-08-11 15:58:12